@charset "UTF-8";

/* ===================================================================
Setting
=================================================================== */

/* reset
--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	background: transparent;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
}

* a {
	text-decoration: none;
	color: inherit;
	font-size: inherit; 
	font-weight: inherit;
	font-family: inherit;
	text-align: inherit;
	line-height: inherit;
	outline: none;
	cursor: pointer;
}

img {
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	height: auto;
}

* a,
* a img {
	cursor: pointer;
}

input,
input + label,
button, 
textarea, 
select {
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none; 
	text-overflow: '';
	border-radius: 0;
	border: none;
	outline: none;
	resize: none;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  	display: none;
}

select::-ms-expand {
	display: none;
}

/* body
--------------------*/

body {
	font-size: 15px;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	overflow-x: hidden;
}

body.main-menu-open { /*-- メインメニュー開閉時 --*/
	height: 100vh;
	overflow: hidden;
}

/* container
--------------------*/

.container-1000-p6,
.container-1000-p15,
.container-1000-p20,
.container-1000-p30,
.container-1000-all {
	position: relative;
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 30px;
}

.container-1260-p6,
.container-1260-p20,
.container-1260-p30,
.container-1260-all {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 30px;
}

@media screen and (max-width: 1000px) {
	
	.container-1000-p6,
	.container-1260-p6 {
		max-width: 612px;
		padding: 0 6px;
	}

	.container-1000-p15 {
		max-width: 630px;
		padding: 0 15px;
	}

	.container-1000-p20,
	.container-1260-p20 {
		max-width: 640px;
		padding: 0 20px;
	}

	.container-1000-p30,
	.container-1260-p30 {
		max-width: 660px;
		padding: 0 30px;
	}

	.container-1000-all,
	.container-1260-all {
		max-width: 600px;
		padding: 0;
	}

}

/* display
--------------------*/

.sp {
	display: block !important;
}

.pc {
	display: none !important;
}

.br-sp {
	display: inline !important;
}

.br-pc {
	display: none !important;
}

.in-sp {
	display: inline !important;
}

.in-pc {
	display: none !important;
}

.flex-sp {
	display: flex !important;
}

.flex-pc {
	display: none !important;
}

.table-cell-sp {
	display: table-cell !important;
}

.table-cell-pc {
	display: none !important;
}

@media screen and (min-width: 1000px) {

	.sp {
		display: none !important;
	}
	
	.pc {
		display: block !important;
	}
	
	.br-sp {
		display: none !important;
	}
	
	.br-pc {
		display: inline !important;
	}

	.in-sp {
		display: none !important;
	}
	
	.in-pc {
		display: inline !important;
	}

	.flex-sp {
		display: none !important;
	}
	
	.flex-pc {
		display: flex !important;
	}

	.table-cell-sp {
		display: none !important;
	}
	
	.table-cell-pc {
		display: table-cell !important;
	}
	
}

/* iziModal
--------------------*/

.iziModal {
	list-style: none;
}

.iziModal-navigate > button {
	opacity: 1 !important;
}

.iframe-content {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.iframe-content iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Datepicker
--------------------*/

.datepicker-container {
	padding: 5px;
}

.datepicker-panel > ul {
	width: 100%;
}

.datepicker-panel > ul:first-of-type {
    display: flex;
    justify-content: space-between;
}

.datepicker-panel > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
}