@charset "utf-8";

/***********************************************************************************************************************
* 基本構造
***********************************************************************************************************************/

body{
	color:#1F1F1F;
}
.wrap{ max-width: 1100px;margin:0 auto ; padding:0 50px; }

*{	-webkit-box-sizing: border-box; box-sizing: border-box;}
a{
	cursor: pointer;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}
a:hover{
	opacity: 0.6;
}

a[href^="tel:"] {
    pointer-events: none;
}


/*画像幅100%*/
img{ max-width: 100%; height: auto;}
img.wide{ width: 100%; height: auto;}

/*画像切り替えなど*/
.sp{ display: none !important; }
.pc{ display:block !important; }

.font-mt{
	font-family: 'Montserrat',sans-serif !important;
}

.clr{
	color:#FF6600;
}

/***********************************************************************************************************************
* 共通
***********************************************************************************************************************/

.headline{
	font-size: 5rem;
	color:#FF6600;
	text-align: center;
}


.float-nav{
	display: none;
}

/*header*/
header{
	position: fixed;
	left:0;
	top:0;
	height: 108px;
	width: 100%;
	background: #FF6600;
	z-index: 10;
	padding-left: 30px;
}

header .logo{
  margin-right: auto;
}
header .logo p{
	font-size: 	1.1rem;
	color:#fff;
	margin-top: 3px;
}
header .label{
	max-width: 330px;
	display: inline-block;
	border:1px solid #fff;
	height: 44px;
	line-height: 42px;
	font-size: 2rem;
	padding:  0 30px;
	-webkit-border-radius: 	20px;
	border-radius: 	20px;
	color:#fff;
	font-weight: bold;
}
header .tel{
	margin-left:20px;
}
header .tel p{
	color:#fff;
	font-size: 	1.4rem;
}
header .tel p>span{
	font-size: 	1.2rem;
}

header .line{
	margin-left: 20px;
}

header .mail{
	position: relative;
	height: 108px;
	display: block;
	width: 137px;
	margin-left: 20px;
	background: #fff;
}
header .mail>div{
	position: absolute;
	width:100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align:center;
	font-size: 	1.4rem;

}

header .mail p{
	margin-top: 5px;
}

footer {
	position: relative;
	background: #FFFEE6;
	padding: 60px 0;
	text-align: center;
}

footer .heading{
	font-size: 2rem;
	margin-top: 5px;
	margin-bottom: 5px;
}

footer .para{
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: bold;
}

footer .corp{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.8rem;
}

footer .copyright{
	padding: 1em 0;
	font-size: 1.4rem;
}


/*ページ遷移ボタン*/
#pagetop{
	position: fixed;
	right: 10px;
	bottom: 20px;
	-webkit-transition: opacity .5s ease;
	        transition: opacity .5s ease;
	width: 90px;
	height: 90px;
	overflow: hidden;
	z-index: 99;
}

	#pagetop>span{
		position: absolute;
		left: 0px;
		top: 0px;
		display: block;
		width: 90px;
		height: 90px;
		text-align: center;
		-webkit-transition: all .2s ease;
		        transition: all .2s ease;
		opacity: 0;

	}

	#pagetop.open>span{
		top: 0px;
		opacity: 1;
	}

	#pagetop>span>a{
		display: block;
		height: 100%;
		background: #212121;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}




			#pagetop>span>a::after{
				content: "";
				position: absolute;
				left: 50%;
				top: 44%;
				width: 15px;
				height: 15px;
				border-top: 3px solid #fff;
				border-left: 3px solid #fff;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				-webkit-transform-origin: left top;
				transform-origin: left top;
			}



main{
	margin-top: 108px;
}

.top-main-visual{
	position: relative;
	height: -webkit-calc(100vh - 108px);
	height: calc(100vh - 108px);
	background: url(../img/main-visual.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

	@media screen and (min-width: 926px ) and ( max-height:900px ){
		.top-main-visual{
			-webkit-height: 800px;
			height: 800px;
		}

		.top-main-visual .txt-layer .inr{
			width: 80%;
			margin: 0 auto;
		}

	}

.top-main-visual .txt-layer{
	position: absolute;
	width:100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align:center;
	padding: 0 20px;
}

.top-main-visual .txt-layer .inr{
	max-width: 1100px;
	margin: 0 auto;
}


.head-label{
	text-align: center;
}

.head-label>span{
	display: inline-block;
	max-width: 341px;
	width:100%;
	height: 60px;
	line-height: 50px;
	border:3px solid #222222;
	background: #FFFF4D;
	text-align: center;
	-webkit-border-radius:2em;
	border-radius:2em;
}

.head-label>span>img{
	vertical-align: middle;
}

.head-label2{
	text-align: center;
}

.head-label2>span{
	display: inline-block;
	max-width: 341px;
	width:100%;
	height: 54px;
	line-height: 48px;
	border:2px solid #222222;
	background: #FFFF4D;
	text-align: center;
	-webkit-border-radius:2em;
	border-radius:2em;
	font-size: 2.6rem;
	font-weight: 800;
}

.head-label>span>img{
	vertical-align: middle;
}


#top-outline .catch{
	font-size: 5rem;
	text-align: center;
	color:#FF6600;
	margin: 15px 0 10px;
	font-weight: bold;
}
#top-outline .point{
	margin-bottom: 65px;
}

#top-outline .point>li{
	margin: 0 8px;
	height:43px;
	line-height: 37px;
	color:#FF6600;
	border:3px solid #FF6600;
	display: inline-block;
	padding: 0 30px;
	font-size: 2.4rem;
	text-align: center;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	background: #fff;

}

#top-outline .infomation{
	background: #FFFEE6;
	padding: 58px 0;
}

#top-outline .infomation .dial{}
#top-outline .infomation .dial-box{
	position: relative;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border:3px solid #222222;
	background: #fff;
	padding: 50px 10px 10px;
	text-align: center;
}

#top-outline .infomation .dial-box .ttl{
	position: absolute;
	width: 100%;
	left:0;
	top:-30px;
	text-align: center;
}
#top-outline .infomation .dial-box .ttl>span{
	display: inline-block;
	padding:10px 20px;
	font-size: 3rem;
	background: #222222;
	color:#fff;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

#top-outline .infomation p{
	font-size: 2rem;
	font-weight: bold;
	margin:13px 0 5px;
}

#top-outline .contact-link{
	margin:35px auto;
	display: block;
	text-align: center;
	max-height: 561px;

}

#top-outline .line-head{
	margin:35px auto 0;
	display: block;
	text-align: center;
	background: #3BD42E;
	padding: 35px 30px 25px;
	color:#fff;
	text-align: center;
}
#top-outline .line-head .ttl{
	font-size: 3.7rem;
	line-height: 1.2em;
	font-weight: bold;
}
#top-outline .line-head p{
	font-size: 2rem;
	font-weight: normal;
}

#top-outline .line-body{
	padding: 20px;
	text-align: center;
}

#top-outline .before-after{
	margin:80px 0;
}
#top-outline .before-after .block{
	margin: 45px 0;
}

#top-outline .before-after .block> .before-box,
#top-outline .before-after .block> .after-box{
	position: relative;
	border:3px solid #222222;
	background: #FFFEE6;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 45%;
	padding: 57px 30px 20px;
	font-size: 1.6rem;
}

#top-outline .before-after .block .ttl{
	position: absolute;
	left:0;
	top: -25px;
	width: 100%;
	text-align: center;
}
#top-outline .before-after .block .ttl>span{
	display: inline-block;
	padding: 10px;
	width: 100%;
	max-width: 260px;
	background: #FF6600;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


#top-outline .before-after .block> .arw-box{
	width: 10%;
	padding-top:136px;
	text-align: center;
}

#top-outline .before-after .block p{
	font-size: 1.6rem;
	line-height: 1.3em;
	margin: 20px 0 8px;

}

#top-outline .bottom{
	/*background: #FFFEE6;*/
	background: #FFF;
	padding-top: 60px;
}

#top-outline .bottom{
	
}
#top-outline .bottom .wrap{
	max-width: 1200px;
	background-image: url(../img/img1.png);
	background-position: 98% 100%;
	background-repeat: no-repeat;
}

#top-outline .bottom .head{
	
}

#top-outline .bottom .head .ttl{
	font-size: 4rem;
	text-align: center;
	line-height: 1.1em;
	margin-bottom: 0.2em;
	
}
#top-outline .bottom .head p{
	color:#FF6600;
	font-size: 5rem;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 20px;
	font-weight: bold;
}
#top-outline .bottom .block>.box {
	padding-right: 500px;
}

#top-outline .bottom .block>.box .ttl{
	font-size: 3rem;
	line-height: 1.3em;
	margin-bottom: 20px;
}

#top-outline .bottom .block>.box p{
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.6em;
	padding-bottom: 50px;
}

.lowest{
	padding: 45px 20px 40px;
	background: #FF6600;
	text-align: center;

}

.lowest .lowest-ttl{
	font-size: 4.8rem;
	color:#fff;
	line-height: 1em;
}
.lowest .exp1{
	font-size: 2.2rem;
	color:#fff;
	font-weight: normal;
	margin-bottom: 15px;
}
.lowest .exp2{

}
.lowest  .exp3{
	font-size: 2.9rem;
	font-weight: bold;
	color:#fff;
	margin: 15px 0 55px;
}

.lowest  .price-box{
	position: relative;
	margin:0 auto;
	max-width: 936px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border:3px solid #222222;
	background: #fff;
	padding: 50px 30px 30px;
	text-align: center;
}

.lowest .price-box .head-label{
	position: absolute;
	width: 100%;
	left:0;
	top:-30px;
	text-align: center;
}

.lowest  .price-box .contact-tool{}

.lowest  .price-box .contact-tool a{
	display: block;
}

.lowest  .price-box .contact-tool> .tel-box{
	width:55%;
}
.lowest  .price-box .contact-tool> .contact-box{
	width:45%;
}


.lowest  .price-box .contact-tool> .tel-box span{
	display: block;
	width: 154px;
	height:33px;
	line-height: 33px;
	padding: 0 12px;
	background: #222222;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	color:#fff;
	margin: 0 auto 15px;
}
.lowest  .price-box .contact-tool>  .tel-box img{
	max-width: 343px;
}
.lowest  .price-box .contact-tool> .tel-box p{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: bold;
}

.lowest  .price-box .contact-tool .mail-box{
	padding-top: 10px;
}

.lowest  .price-box .contact-tool .mail-box img{
	max-width: 340px;
}


.lowest .price-box .contact-tool .mail-box span{
	font-size: 2rem;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.lowest .price-box .line-area{
	background: url(../img/stripe.png);
	padding: 15px 22px 10px 22px;
}
.lowest .price-box .line-area .line-tool .mail-box{
	/*padding: 10px 0 0 0;*/
	padding: 0;
	width:50%;
	margin-right: 50px;
}

.lowest .price-box .line-area .line-tool .mail-box a{
	max-width: 384px;
	width: 100%;
	display: inline-block;
	font-size: 2.6rem;
	background: #3BD42E;
	font-weight: bold;
	/*padding: 25px 20px;*/
	color:#fff;

}


.lowest .price-box .line-area .line-tool .url-box{
	width:50%;
}
.lowest .price-box .line-area .exp{
	font-size: 1.6rem;
	font-weight:bold;
	margin: 10px 0;
}

#recomend {
	padding-top: 60px;
	padding-bottom: 90px;
}


#recomend .local-nav{
	margin-top:35px;
}

#recomend .local-nav>li{
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
#recomend .local-nav>li>a{
	position: relative;
	display: block;
	height: 412px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border:3px solid #202020;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}
#recomend .local-nav>li:nth-child(3n){
	margin-right: 0;
}

#recomend .local-nav>li.item1 a{ background-image: url(../img/recomend-img1.jpg);}
#recomend .local-nav>li.item2 a{ background-image: url(../img/recomend-img2.jpg);}
#recomend .local-nav>li.item3 a{ background-image: url(../img/recomend-img3.jpg);}

#recomend .local-nav>li>a::after{
	content:"";
	position: absolute;
	display: block;
	width:66px;
	height: 65px;
	bottom:-33px;
	left:50%;
	margin-left: -33px;
	background-image: url(../img/under-arw.png);
	background-repeat: no-repeat;
}

#recomend .local-nav>li p{
	padding-top: 40px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3em;
	font-weight: 800;
}

#features{
	background: #FFFEE6;
	padding-top: 60px;
	padding-bottom: 60px;
}

#features .img-txt-block{
	margin:40px 0 90px;
}
#features .img-txt-block .img-box{
	width: 38%;
}
#features .img-txt-block .txt-box{
	width: 62%;
	padding: 0 25px;
}

#features .img-txt-block .txt-box .ttl{
	font-size: 3rem;
}
#features .img-txt-block .txt-box .ttl>em{
	color:#FF6600;
}

#features .img-txt-block .txt-box p{
	line-height: 1.6em;
	margin-top:0.5em;
}

#features .asbest{
	max-width: 940px;
	margin:-20px auto 0;
	padding: 25px 40px 25px;
	border:3px solid #222222;
	background:#fff;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

	
#features .asbest .ttl{
	text-align: center;
	font-size: 3rem;
	margin-bottom: 15px;
}

#features .asbest p{
	font-size: 1.4rem;
	line-height: 1.6em;
}

#nationwide{
	padding: 67px 0;
}
#nationwide .img-txt-block{
	margin-top: 33px;
}
#nationwide .img-txt-block .img-box{
	width: 30%;
}
#nationwide .img-txt-block .txt-box{
	width: 70%;
	padding-left: 50px;
}
#nationwide .img-txt-block .txt-box .ttl{
	font-size: 4rem;
	color:#FF6600;
	margin-bottom: 0.5em;
}
#nationwide .img-txt-block .txt-box p{
	line-height: 1.6em;
	margin-bottom: 20px;
}
#nationwide .img-txt-block .txt-box p strong{
	font-size: 3rem;
	color:#202020;
}

#six-features {
	padding:75px 0 30px;
	background:#FFFEE6;
}
#six-features .features-list{
	margin-top: 50px;
}

#six-features .features-list>li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	border:3px solid #202020;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
	text-align: center;
}


#six-features .features-list>li{
	padding: 40px 0px 30px;
}
#six-features .features-list>li p{
	font-size: 2.6rem;
	line-height: 1.2em;
	font-weight: 800;
}



#six-features .features-list>li:nth-child(3n){
	margin-right: 0;
}


#service {
	padding: 65px 0;
}
#service .service-list{
	margin-top: 40px;
}
#service .service-list>li{
	font-size: 2.8rem;
	padding:0 30px 2px; 
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	background: #222222;
	color:#fff;
	font-weight: bold;
	margin: 0 8px 20px;
}
#flow{
	background: #FFFEE6;
	padding-top: 60px;
}

#flow .flow-block{
	padding: 35px 0;
}
#flow .flow-list{
	margin-bottom: 20px;
}

#flow .flow-list>.free{
	width: 50%;
}
#flow .flow-list>.toll{
	width: 50%;
}
#flow .flow-list>.free .inner{
	padding:17px 12px 23px 30px;
	background: #FFCDAC;
}

#flow .flow-list>.toll .inner {
    padding: 17px 30px 23px 12px;
    background: #AAFFFF;
}


#flow .flow-list  .free .step-list>li,
#flow .flow-list  .toll .step-list>li{
	border:4px solid #FF6600;
	position: relative;
	text-align:center;
	width: 100%;
	max-width: 120px;
	height: 345px;
	margin-right: 26px;
	background: #fff;
	border-color:#222222;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#flow .flow-list  .toll .step-list>li{

}

#flow .flow-list .step-list>li>a{
	position: relative;
	display: block;
	padding: 58px 10px 10px;
	height: 100%;
}
#flow .flow-list .step-list>li>a::after{
	content:"";
	position: absolute;
	display: block;
	right: -21px;
	top:50%;
	margin-top:-17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 17px;
	border-color: transparent transparent transparent #222222;
}

#flow .flow-list .toll .step-list>li>a::after{
	border-color: transparent transparent transparent #222222;
}


#flow .flow-list .free .step-list>li:nth-child(4),
#flow .flow-list .toll .step-list>li:nth-child(4){
	margin-right: 0;
}
#flow .flow-list .toll .step-list>li:nth-child(4)>a::after{
	display: none;
}

#flow .flow-list .step-list>li .step{
	position: absolute;
	text-align: center;
	left:0;
	top:15px;
	width: 100%;
	color:#FF6600;
	font-weight: bold;
	font-size: 	2rem;
}
#flow .flow-list .toll .step-list>li .step{
	color:#00B7B7
}

#flow .flow-list .step-list>li .inline{
	display: inline-block;
	width: 1em;
	line-height: 1em;
	font-size: 	1.8rem;
	font-weight: 	800;
	vertical-align: top;
}
#flow .flow-list .step-list>li .inline.min{
	font-size: 1.4rem;
}

#flow .flow-list .step-list>li .inline>sub{
	display: inline-block;
	width: 1em;
	line-height: 1em;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-weight: bold;
}

#flow .flow-list .bhead{
	font-size: 1.8rem;
	text-align: center;
	color:#fff;
	padding: 0.4em 1em;
}
#flow .flow-list .free .bhead{
	background: #FF6600;
}
#flow .flow-list .toll .bhead{
	background: #00B7B7	;
}



#flow .flow-detail{
	background:#fff;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border:3px solid #222222;
	padding: 20px 47px;

}
#flow .flow-detail ol{}
#flow .flow-detail ol>li {
    position: relative;
    padding: 20px 0px 0;
    border-bottom: 1px dashed #000;
}

#flow .flow-detail ol>li:last-child{
	border-bottom: none;
}
#flow .flow-detail ol>li:last-child::before,
#flow .flow-detail ol>li:last-child::after{
	display: none;
}

#flow .flow-detail ol>li.toll{
	border-color:#00B7B7;
}
#flow .flow-detail ol>li.toll::before{
	border-color: #00B7B7 transparent transparent transparent;
}


#flow .flow-detail ol>li .head{
	position: relative;
}

#flow .flow-detail ol>li .head .step{
	font-size: 3rem;
	color:#FF6600;;
	margin-right: 0.5em;
	font-weight: 600;
}
#flow .flow-detail ol>li.toll .head .step{
	color:#00B7B7;
}

#flow .flow-detail ol>li .head .inline{
	font-size: 2.6rem;
	vertical-align: top;
	font-weight: 800;
}

#flow .flow-detail ol>li .fd-block{
	margin: 30px 0;

}
#flow .flow-detail ol>li .fd-block>.img-box{
	width: 136px;
}
#flow .flow-detail ol>li .fd-block>.text-box{
	width: -webkit-calc(100% - 136px);
	width: calc(100% - 136px);
	padding: 0px 20px 10px 20px;
}
#flow .flow-detail ol>li .fd-block>.text-box p{
	font-size: 1.6rem;
}

#flow .bottom-btn-area{
	text-align: center;
	margin-top: 60px;
}

#flow .bottom-btn-area .btn-border {
    max-width: 470px;
}


#voice{
padding: 65px 0;
background: #FFFEE6;

}
#voice .voice-area{
	overflow: hidden;
}
#voice .voice-area .voice-list{
	margin-top: 45px;
}
#voice .voice-area .voice-list>li{
	width:47.75%;
	margin-right:4.5%;
	margin-bottom: 30px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	background: #fff;
}

#voice .voice-area .voice-list>li:last-child{
	/*margin-bottom: 0;*/
}

#voice .voice-area .voice-list>li:nth-child(2n){
	margin-right:0;
}

#voice .voice-area .voice-list>li .head-block{}
#voice .voice-area .voice-list>li .head-block>i{
	width: 22%;
	padding: 0 10px;
}
#voice .voice-area .voice-list>li .head-block>.heading-box{
	width: 78%;
	padding:0 20px 0 10px;
	font-weight: bold;
	margin-bottom: 20px;
}
#voice .voice-area .voice-list>li .head-block>.heading-box>span{
	font-size: 1.6rem;
	font-weight: 800;
	color:#FF6600;
	display: block;
	margin-bottom: 5px;
}
#voice .voice-area .voice-list>li .head-block>.heading-box .ttl{
	font-size: 2.2rem;
	color:#202020;
	line-height: 1.2em;
	font-weight: 800;
}

#voice .voice-area .voice-list>li .txt-block p{
	font-size: 1.4rem;
}

#faq {
	padding: 65px 0;
}
#faq .faq-area {
	margin-top: 40px;
}


#faq .faq-area .faq-list>li{
	border:3px solid #222222;
	background:#FFFEE6;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 20px;
}

#faq .faq-area .faq-list>li .drw-head{
	position: relative;
	padding: 30px 95px;
	cursor: pointer;
}

#faq .faq-area .faq-list>li .drw-head>i{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left:20px;
	top:20px;
	font-size:3rem;
	font-weight: bold;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FF6600;
	text-align: center;
	color:#fff;
}

#faq .faq-area .faq-list>li .drw-head p{
	font-size: 2.2rem;
	color:#202020;
	font-weight: bold;
	line-height: 1.3em;
	font-weight: 800;
}

#faq .faq-area .faq-list>li .drw-head::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 30px;
    width: 18px;
    height: 18px;
    border-right: 4px solid #202020;
    border-bottom: 4px solid #202020;
    -webkit-transform: rotate(45deg) scale(1,1);
    transform: rotate(45deg) scale(1,1);
}

#faq .faq-area .faq-list>li .drw-head.open::after {
    top: 38px;
    right: 30px;
    -webkit-transform: rotate(225deg) scale(1,1);
    transform: rotate(225deg) scale(1,1);
}


#faq .faq-area .faq-list>li .drw-box{
	padding:10px 50px 20px 95px;
	font-size: 1.8rem;
	display: none;
}





/*****************************************************************************
お問い合わせ
******************************************************************************/
#contact{
	padding: 82px 0 40px;
	background: #FFFEE6;
}

.contact-block{
	padding: 50px;
	border:3px solid #202020;
	max-width: 1000px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
}


#contact .top-box{
	margin:30px 0 30px;
}

#contact .top-box p{
	font-size: 1.4rem;
	margin-bottom: 1em;
}
#contact .tbl-caption{
	margin-bottom: 20px;
	font-size: 1.4rem;
}

#contact .headline-contact{
	font-size: 3rem;
	text-align: center;
	font-weight: 800;
}


#contact .formTbl textarea{
    height: 120px;
    color: #A9A9A9;
    font-size: 1.4rem;
}


#contact .formTbl textarea.active{
	color:#333;
}

#contact .contact {
    padding: 50px 0 0;
}


.form-tbl .select-box.stores {
    max-width: 350px;
}

.formTbl{
	width: 100%;
}

.formTbl .input{
-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}




.formTbl * {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.formTbl>tbody>tr>th,
.formTbl>tbody>tr>td{
	text-align: left;
	vertical-align: top;
}
.formTbl>tbody>tr>th{
	width: 206px;
	color:#222222;
	padding:  15px 0px;
	font-weight: bold;
}

.formTbl>tbody>tr>td{
	padding-bottom: 15px;
}


.formTbl .select-box{
	position: relative;
	margin-bottom: 8px;
	width: 100%;
	background: transparent;
	overflow:hidden;
}
.formTbl .select-box::after{
	content:"";
	position: absolute;
	display: block;
	width: 0.5em;
	height: 0.5em;
	top:5px;
	right:25px;
	border-bottom: solid 3px #333333;
	border-left: solid 3px #333333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	pointer-events: none;
}

.formTbl .select-box select{
	width: 100%;
	background: transparent;
	border: none;
	height: 60px;
	line-height: 60px;
	font-weight: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-left: 20px;
	font-size: 1.5rem;
}


.formTbl .select-box select::-ms-expand {
  display: none;
}

.formTbl .block2,
.formTbl .block4{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	overflow: hidden;
}

.formTbl .block2>label,
.formTbl .block2>div{
    width: 50%;
    display: block;
    height: 50px;
    overflow: hidden;
}

.formTbl .block3>label{
	width: auto;
}

.formTbl .block2>label:nth-child(1),
.formTbl .block2>div:nth-child(1){
	border-right:5px solid #fff;
}

.formTbl .block2>label:nth-child(2),
.formTbl .block2>div:nth-child(2){
	border-left:5px solid #fff;
}



.formTbl .block4>label{
	position: relative;
	height: 60px;
	width: 25%;
	text-align: left;
}
.formTbl .block4>label:nth-child(1)::after,
.formTbl .block4>label:nth-child(3)::after{
	display: none;
}

.formTbl .block4>label::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.5em;
    height: 0.5em;
    top: 21px;
    right: 25px;
    border-bottom: solid 3px #333333;
    border-left: solid 3px #333333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.formTbl .block4>label:nth-child(1){
	height: 60px;
}
.formTbl .block4>label:nth-child(2){
	border-right:5px solid #fff;
}

.formTbl .block4>label>span{
	display: inline-block;
	padding-right: 5px;
}
.formTbl .block4>label .time{
	display: inline-block;
	width: 70px;
	padding: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	line-height: 1em;
	border:none;
	background: none;
	font-size: 1.6rem;
}

.formTbl .block4>label .date{
	margin-top: 18px;
	margin-left:15px;
	width: 90%;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.5em;
	border:none;
	font-family: inherit;
	/*background: none;*/
}


.formTbl .input{
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-indent: 1em;
	font-size: 1.4rem;
	background: #EEEEEE;
	/*padding:0 20px;*/
}

.formTbl .reserve-group{
	text-align: left;
}

.formTbl .reserve-group>label{
}


.formTbl .reserve-group span{
	display: inline-block;
	padding:0 20px;
}

.formTbl .reserve-group .select-box {
	margin-bottom:0;
}


.formTbl .reserve-group .people{
	font-size: 1.8rem;
	line-height: 60px;
}


/*ラジオ*/

.formTbl .radio-group label{
	font-size: 1.8rem;
}

.formTbl .radio-group.block2 label{
	display: inline-block;
}


.formTbl .radio-list label{
	display:block;
	padding-right: 1.5em;
}
.formTbl input[type="radio"],
.formTbl input[type="checkbox"]{
	display: none;
	font-size: 1.8rem;
}
.formTbl input[type="radio"] + span,
.formTbl input[type="checkbox"] + span {
    position: relative;
    display: block;
    padding-left: 41px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    padding-right: 15px;
}
	.formTbl input[type="radio"] + span::before,
	.formTbl input[type="checkbox"] + span::before{
		content: "";
		position: absolute;
		left: 7px;
		top: 50%;
		width: 24px;
		height: 24px;
		background: #eee;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.formTbl input[type="radio"] + span::before{
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
/*チェック後*/
.formTbl input[type="radio"]:checked + span,
.formTbl input[type="checkbox"]:checked + span{
	font-weight: bold;
}
	.formTbl input[type="radio"]:checked + span::before,
	.formTbl input[type="checkbox"]:checked + span::before{
		background: #fff;
	}
.formTbl input[type="radio"]:checked + span::after{
	content: "";
	position: absolute;
	left: 22px;
	top: 50%;
	width: 24px;
	height: 24px;
	background: #FF6600;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.formTbl input[type="checkbox"]:checked + span::after{
	content: "";
	position: absolute;
	left: 1px;
	top: 50%;
	width: 5px;
	height: 10px;
	margin-top: -7px;
	border-right: 2px solid #f96900;
	border-bottom: 2px solid #f96900;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}


.formTbl textarea{
	width: 100%;
	height: 174px;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border:none;
	background: none;
	padding: 1.2em;
	background: #eee;
}




   /* Webkit */
    ::-webkit-input-placeholder {
        color:  #A9A9A9;
        opacity: 1;
    }
    /* Firefox 18 以前 */
    :-moz-placeholder {
        color:  #A9A9A9;
    }
    /* Firefox 19 以降 */
    ::-moz-placeholder {
        color:  #A9A9A9;
        opacity: 1;
    }
    /* IE 10 以降 */
    :-ms-input-placeholder {
        color:  #A9A9A9;
    }

    :placeholder-shown {
        color:  #A9A9A9;
    }



@keyframes flash{
	0% { opacity: 0.2; }
	50% { opacity: 1; }
	100% { opacity: 0.2; }
}
@-webkit-keyframes flash{
	0% { opacity: 0.2; }
	50% { opacity: 1; }
	100% { opacity: 0.2; }
}
@-moz-keyframes flash{
	0% { opacity: 0.2; }
	50% { opacity: 1; }
	100% { opacity: 0.2; }
}

/*テーブル*/
.form-tbl,
.form-tbl tbody{
	display: table;
	width: 100%;
}

.form-tbl th,
.form-tbl td{
	display: table-cell;
	width: auto;
}
.wrap .form-tbl{
	width: 100%;
	margin-left: 0;
}
.form-tbl th{
	width: 250px;
	padding: 15px 20px;
	font-size: 1.6rem;
	line-height: 1.6em;
	background: #000;
	background-size: 8px;
	border-bottom: 5px solid #fff;
	vertical-align: top;
	color:#fff;
	text-align: left;
}
.form-tbl td{
	text-align: left;
	background: #f8f8f8;
	padding: 15px 15px;
	border-bottom: 5px solid #fff;
}

.form-tbl .select-box select {
    background: #fff;
    border: none;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
}

/*ラジオ*/
.form-tbl .radio-list{
	padding-right: 100px;
}
.form-tbl .radio-list label{
	padding-right: 35px;
}
.form-tbl input[type="radio"] + span::before,
.form-tbl input[type="checkbox"] + span::before{
	width: 16px;
	height: 16px;
	border: 2px solid #b5b5b5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
	.form-tbl input[type="radio"] + span::before{
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
/*チェック後*/
.form-tbl input[type="radio"]:checked + span::before,
.form-tbl input[type="checkbox"]:checked + span::before{
	border: 2px solid #f96900;
}

.form-tbl .select-box{
	border: 1px solid #d5d5d5;
	margin-bottom: 8px;
}
	.form-tbl .select-box.stores{
		max-width: 350px;
	}
.form-tbl .select-box select{
	background: #fff;
	border: none;
	height: 35px;
	line-height: 35px;
	font-weight: normal;
}
.form-tbl textarea{
	max-width: 364px;
	padding: 0.5em 1em;
	margin: 0;
	height: 186px;
	resize: vertical;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	appearance: none;
}

.form-tbl input[type="text"]{
	max-width: 350px;
	height: 35px;
	line-height: 35px;
}
.form-tbl input[type="text"].txt1{
	max-width: 200px;
}
.form-tbl input[type="text"].txt2{
	max-width: 74px;
}
.form-tbl input[type="text"].txt3{
	max-width: 112px;
}
.form-tbl input[type="text"].txt4{
	max-width: 100%;
}
.form-tbl input[type="text"].txt5{
	max-width: 150px;
}

/*注意*/
.attention-box{
	padding: 30px 0;
}
	.attention-box *{
		font-size: 1.3rem;
		line-height: 1.5em;
	}
	.attention-box .title{
		font-size: 1.5rem;
		line-height: 1.8em;
		margin-bottom: 0.5em;
	}
	.attention-box li{
		padding-left: 1em;
		text-indent: -1em;
		margin-bottom: 0.5em;
	}

.g-recaptcha>div{
	margin: 0 auto;
}
.contact-agree{
	border: 3px solid #d5d5d5;
	padding: 15px;
	text-align: center;
}
	.contact-agree p{
		margin-bottom: 1em;
	}
	.contact-agree .form-tbl .radio-list{padding: 0;}
	.contact-agree .form-tbl .radio-list label:last-child{padding-right: 0px;}

.btn-a[disabled="disabled"]{
	opacity: 0.4;
	cursor: default;
}
.submit-area{
	text-align: center;
	padding-top: 30px;
}

.submit-area .confirm-btn{
	width: 100%;
	max-width: 354px;
	height: 70px;
	line-height: 70px;
	font-size: 1.6rem;
	text-align: center;
	border:none;
	background: #212121;
	color:#fff;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	cursor:pointer;
}

.submit-area .return-btn{
	background: #ddd;
	color:#212121;
	padding:1em 3em;
		-webkit-border-radius: 7px;
	border-radius: 7px;
}
.submit-area .submit-btn{
	background: #212121;
	color:#fff;
	border:none;
	padding:1em 3em;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}


/*confirm*/
.formTbl.confirm label{
	display: block;
	width: 100%;
	padding: 1em;
}
.formTbl.confirm .block2>label:nth-child(1){
	border-right: none;
}
.formTbl.confirm .block2>div{
	padding: 1em;
}
.formTbl.confirm .block4>label::after{
	display: none;
}
.submit-area.confirm form{
	padding: 0 10px;
}


/*complete*/
.completeMsg{
	text-align: center;
}
	.completeMsg h2{
		font-size: 2.4rem;
		margin-bottom: 1em;
	}
	.completeMsg .msg{
		margin-bottom: 2em;
	}
	.completeMsg .atn{
		font-size: 1.2rem;
		line-height: 1.6em;
		text-align: left;
	}
	.completeMsg a{
		display: inline-block;
		margin-top: 50px;
	}

.errBox{
	margin-bottom: 1em;
}
	.errBox h3,
	.errBox span,
	.errBox em{
		color: #ff0000;
	}


/***********************************************************************************************************************
* 横サイズ1350px以下
***********************************************************************************************************************/
@media screen and (max-width: 1350px){
	header .label {
    	padding: 0 13px;
	    font-size: 1.5rem;
	    white-space: nowrap;
	}

	header .line {
	    width: 130px;
	    margin-left: 10px;
	}

	header .mail {
	    width: 94px;
	    margin-left: 15px;
	}

	header .tel {
	    width: 140px;
	    margin-left: 15px;
	}

	header .mail p {
	    font-size: 1.2rem;
	}

	header .mail img{
		width: 40px;
	}

	header .label {
	    height: 35px;
	    line-height: 35px;
	}

	header .tel p {
	    font-size: 1.2rem;
	}

	header .tel p>span {
	    font-size: 1.1rem;
	}

}