@charset "utf-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
*{
	box-sizing: border-box
}
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, font, 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,figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
	font-family: sans-serif;
}
html {
	font-size: 62.5%;
}
body{
	color: #333;
	background:#E5E36E;
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a[href*="tel:"] {

	cursor: default;
	text-decoration: none;
}
input[type=text],
input[type=email],
input[type=tel],
textarea{
	border: 1px solid #ccc;
	padding: 12px;
	border-radius: 4px;
	width: 100%;
	outline: none;
	font-size: 1.6rem
	
}
a{
	color: #333;	
}
.sp{display: none}
.pc{display: block}
/*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
.inner{
	width:800px;
	padding: 30px 0;
	margin: 0 auto;
}
.box{
	width:800px;
	margin: 0 auto;
	background:#F7F7F7;
	box-shadow: 5px 5px 0 #ccc;
	padding: 0;
	margin-bottom: 30px;
}
.inner2{

	width:100%;
	padding:0 45px 25px 45px;

}
.inner3{
	width:100%;
	padding:0 45px 25px 45px;
}
#header_inner{
	width:800px;
	position: relative;
	margin: 0 auto;
}
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header{
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 70px;
	top:0;
	left: 0;
}

#hdr_logo{
	position: absolute;
	width: 127px;
	top:32px;
	left: 0px;
}
#hdr_logo img{
	width: 100%;
	height: auto
}
#hdr_description{
	position: absolute;
	width:385px;
	top:38px;
	left: 150px;
	font-size: 1.9rem;
	font-weight: bold;


}


#confirm #hdr_entry,#thanks #hdr_entry{
	display: none
}
#sns h3{
	padding-top: 30px;	
}
/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#contact{
	text-align: center;

}
#contact .inner2{
	display: flex

}

#contact .item{
	width: 50%;
	padding: 50px 0;
}
#contact .item h2{
	font-size: 3rem;
	padding-bottom: 5px;
}

#contact .item h2 div{
	font-size: 1.5rem;
	display: block;
	padding-bottom: 5px;
}
#contact .item:first-child{
	float: left;
	border-right: 3px solid #eee;
}
#contact .item:first-child p{
	padding-top: 12px
}
#contact .item:last-child{
	float: right;
}
#contact .item p{
	font-size: 1.6rem;
	margin-bottom: 20px
}
#contact .bdr{
	width: 80px;
}

footer{
	text-align: center;
	font-size: 1.6rem;
	padding: 30px 0;
	background: #CED0F0
}
#ftr_logo{
	width:110px;
	margin: 0 auto 10px auto
}
#ftr_logo img{
	width:90%;
	height: auto;
}
#ftr_address{
	padding-top: 10px;

}
#copyright{
	padding-top: 10px;

}

	
/*------------------------------------------------------------
	Common
------------------------------------------------------------*/

.h2{
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 30px;
	background: #BFC8E2;
	padding: 18px 15px 15px 15px;
}
.h3{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 12px;
	line-height: 140%
}
.btn1{
	display: inline-block;
	background:#FDE103;
	border: none;
	border-radius: 7px;
	color: #000;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	width: 265px;
	padding: 21px 10px 18px 10px;
	font-size: 1.8rem;
	position: relative;
	font-weight: bold
}
.btn1:hover{
	opacity: 0.9;
}
.btn1 span,.btn2 span{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	width: 8px;
	height: 20px;
	position: absolute;
	top:18px;
	right: 15px;
	background-image: url("../img/arrow_wh.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.bdr{
	display: block;
	width: 200px;
	height: 3px;
	background: #0F3D66;
	margin: 5px auto 0 auto
}
.h1{
	font-size: 3rem;
	text-align: center;
	margin-bottom: 2rem
}
.ta1{
	width: 100%;
	margin-bottom: 20px;
}
.ta1 td,.ta1 th{
	font-size: 1.6rem;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	line-height: 130%
}
.ta1 th{
	background: #eeee;
	width: 25%
}
.ta1 td{
	background: #FFF;

}
.ta2{
	width: 100%;
	margin-bottom: 20px;
}
.ta2 td,.ta2 th{
	font-size: 1.7rem;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	line-height: 130%
}
.ta2 th{
	width: 60%;
	text-align: left
}
.ta2 td{
	text-align: right;
	font-weight: bold;
	font-size: 1.5rem;
}
.ta2 td span{
	font-size: 2.2rem;
}
.box1{
	display: flex;
}
.box1 .item:first-child{
	width: 47%;

}
.box1 .item:last-child{
	width: 47%;
	font-size: 1.9rem;
	line-height: 220%;
}
.img1{
	width:100%;
	display: block;
	margin: 0;
	padding: 0 0 0 5%;
}
.w100{
	width: 100%;
	height: auto
}
.edit_btn{ font-size: 1.6rem; }
.center{ text-align: center }
.txt1{
	font-size: 1.8rem;
	line-height: 150%;
	padding-bottom: 20px;
}
.sp{ display: none; }
.pc{ display: block; }
.mb50{ margin-bottom: 50px; }
.mb40{ margin-bottom: 40px; }
.mb30{ margin-bottom: 30px; }
.mb20{ margin-bottom: 20px; }
.mb10{ margin-bottom: 10px; }
.mb5{ margin-bottom: 5px; }
.error{ color: red; }
/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
#mv{
	text-align: center;
	background:#E5E36E;

}
#mv img{
	width: 800px;
	height: auto
}


/*------------------------------------------------------------
	Form
------------------------------------------------------------*/
#form{

}
#privacy{
	font-size: 1.4rem;
	height: 300px;
	overflow-y: auto;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 30px
}
#privacy p{
	padding-bottom: 15px;
}


/*------------------------------------------------------------
	Access
------------------------------------------------------------*/
#access{

}
#access iframe{
	width: 100%;
}
/*------------------------------------------------------------
	Movie
------------------------------------------------------------*/
#movie{
	background: #002253;
	padding: 20px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 40px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq{


}
#faq .inner{
	border:3px solid #0F3D66;
	border-radius: 12px;
	padding: 30px 60px;
	background: #FFF;
	box-shadow: 5px 5px 0 #ccc;
}
.faq_list{
	
}
.faq_list .item{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px dashed #ccc;
	font-size: 1.6rem;
}
.faq_list .item:last-child{
	border: none;
}
.faq_list h2{
	font-size: 2.3rem;
	margin-bottom: 15px;
}
.qbox,.abox{
	padding-left: 46px;
	position: relative;
}
.qbox{
	padding-top: 3px;
}
.abox{
	padding-top: 6px;
}
.q,.a{
	font-size: 20px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFF;
	border-radius: 100px;
	background: #0F3D66;
	display: inline-block;
	font-weight: bold;
	padding: 8px 0 0 0;
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	line-height: 1;
	position: absolute;
	top:0px;
	left: 0px;
}
.q{
	background: #0F3D66;
}
.a{
	background: #86A4D4;
}
.elist{
	overflow: hidden;
	width: 90%;
	margin: 0 auto
}
.elist li{
	width: 50%;
	float: left;
	padding: 1%;
	text-align: center;

}
.elist li p{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 1.6rem;
}
.elist li img{
	width: 320px;
	height: auto
}
@media screen and (max-width: 768px) {

.sp{ display: block; }
.pc{ display: none; }

/*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
.inner{
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
}

.inner2{

	width:100%;
	padding:0 7vw 7vw 7vw;

}
.inner3{

	width:100%;
	padding:0 7vw 7vw 7vw;

}
#header_inner{
	width:100%;
	position: relative;
	margin: 0 auto;
}
.box{
	width:96%;
	margin: 0 auto;
	background:#F7F7F7;
	box-shadow: 5px 5px 0 #ccc;
	padding: 0;
	margin-bottom: 30px;
}
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header{
	min-width: 100%
}
#hdr_logo{
	position: relative;
	width: 80px;
	float: left;
	left: 18px;
	top:16px
}
#hdr_logo img{
	width: 100%;
	height: auto
}

#hdr_tel{
	display: none
}
#hdr_entry{
	width: 135px;
	font-size: 1.6rem;
	height: 40px;
	right: 0;
	top:0;
	padding-top: 12px;
	text-align: center
}
#hdr_entry img{
	width: 18px;
	height: auto
}
#hdr_description{
	left: 108px;
	top:18px;
	width: 70vw;
	font-size: 3.7vw
}
/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#contact .inner2{
	display: block;
	padding-top: 7vw
}
#contact .item{
	width: 100%;
	padding: 10px 0;
}
#contact .item:first-child{
	padding: 0px 0 0px 0;
	border: none;
	float: none
}
#contact .item:last-child{
	padding: 0px 0 15px 0;
	float: none
}
#contact .item h2{
	font-size: 2.3rem;
	padding-bottom: 5px;
}
footer{
	text-align: center;
	font-size: 1.6rem;
	padding: 30px 0;
}
#ftr_logo{
	width:100px;
	margin: 0 auto
}
#ftr_logo img{
	width:90%;
	height: auto;
}
#ftr_address{
	padding-top: 10px;
}
#copyright{
	padding-top: 10px;
}
/*------------------------------------------------------------
	Common
------------------------------------------------------------*/
.h1{
	font-size: 2.2rem;
	text-align: center;
	padding: 15px;
	margin-bottom: 10px
}
.h2{
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 4vw;
	background: #BFC8E2;
	padding: 3vw;
}
.h3{
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 12px;
	line-height: 140%
}
/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
#mv{
	
}
#mv img{
	width: 100% !important;
	height: auto!important;
}


/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq .inner{
	padding: 50px 15px;
}
.faq_list h2{
	font-size: 1.8rem;
	margin-bottom: 15px;
}

ul.list2{
	overflow: hidden;
	margin-bottom: 0px;
	padding: 15px
}
ul.list2 li{
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}
ul.list2 h3{
	font-size: 2.1rem;
	margin-bottom: 6px;
}
ul.list2 figure img{
	width: 100%;
	height: auto
}


.ta2{
	width: 100%;
	margin-bottom: 20px;
}
.ta2 td,.ta2 th{
	font-size: 1.7rem;
	padding: 5vw 0;
	border-bottom: 1px solid #ccc;
	line-height: 130%
}
.ta2 th{
	width: 60%;
	text-align: left
}
.ta2 td{
	text-align: right;
	font-weight: bold;
	font-size: 1.5rem;
}
.ta2 td span{
	font-size: 2.2rem;
}

/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq .inner{
	padding: 50px 15px;
}
.faq_list h2{
	font-size: 1.8rem;
	margin-bottom: 15px;
}

ul.list2{
	overflow: hidden;
	margin-bottom: 0px;
	padding: 15px
}
ul.list2 li{
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}
ul.list2 h3{
	font-size: 2.1rem;
	margin-bottom: 6px;
}
ul.list2 figure img{
	width: 100%;
	height: auto
}
.elist li{
	width: 100%;
	}
.elist li img{
	width: 100%;
	height: auto
	}
}