@charset "utf-8";

html{
	font-size: 14px;
	}
@media screen and (min-width: 1000px) {
html{
	font-size: 16px;
	}
}

body{
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	}
img{
	max-width: 100%;
	}
p{
	margin: 0;
}
a{
	color: #004d9a;
	text-decoration: underline;
	}
a:hover{
	text-decoration: none;
	}
@media screen and (min-width: 1000px) {
.pcnone{
	display: none !important;
	}
}
@media screen and (max-width: 999px) {
.spnone{
	display: none !important;
	}
}

table{
	width: 100%;
	border-collapse: collapse;
	}
table th,
table td{
	padding: 1rem;
	border: 1px solid #a8b9c9;
	vertical-align: middle;
	text-align: left;
	}
@media screen and (max-width: 999px) {
table th,
table td{
	padding: 10px;
	}
}

.maintenance{
	margin: 10px;
	font-size: 12px;
	}
	.maintenance h2{
		margin:0;
		font-size: 14px;
		color: #004d9a;
		}

#contents{
	width: 100%;
	max-width: 980px;
	margin:0 auto;
	}

.text-yellow{
	color: #fff000;
	}
.text-orange{
	color: #004d9a;
	}
.bg-orange{
	background: #dbedff;
	}
.bg-grey{
	padding: 1rem 0;
	background: #F5F5F5;
	}
.bg-blue{
	padding: 1rem 0;
	background: #dbedff;
}
.bg-pattern{
	background: url(../img/bg_repeat.png);
	background-size: 30px 30px;
	}

.text-center{
	text-align: center;
	}
.text-left{
	text-align: left;
	}
.text-right{
	text-align: right;
	}
.button{
	position: relative;
	box-sizing: border-box;
	margin: 0 10px;
	padding: .8rem 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	border:none;
	background: #333;
	box-shadow: 0px 4px 10px 0px rgba(7, 4, 4, 0.2);
	}
.button.form,
.button.tel{
	line-height: 1.4;
	}
.button:hover{
	opacity: .8;
	}
	.button > .num,
	.button > strong,
	.button > i,
	.button > small{
		pointer-events: none;
		}
	.button > .num{
		line-height: 1;
		font-family: 'Oswald', sans-serif;
		}
	.button > i{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -1.2rem;
		font-size: 180%;
		pointer-events: none;
		}
	.button > small{
		display: block;
		font-size: 12px;
		font-weight: normal;
		pointer-events: none;
		}
.button.hollow{
	padding: 1.4rem 0;
	background-color: #fff;
	color: #333;
	border:2px solid #333;
	}
	.button.hollow > i{
		margin-top: -.8rem;
		margin-left: -10rem;
		font-size: 150%;
		}
	.button.hollow::after{
		position: absolute;
		top: 50%;
		right: 1.4rem;
		margin-top: -1.2rem;
		font-size: 2rem;
		font-family: "Font Awesome 5 Free";
		content: "\f105";
		font-weight: bold;
		}
@media screen and (max-width: 999px) {
.button{
	display: block;
	width: calc(100% - 20px);
	box-shadow: 0px 2px 5px 0px rgba(7, 4, 4, 0.2);
	}
.button.form{
	margin-bottom: 10px;
	padding: 1.5rem 0 1.3rem 40px;
	}
.button.tel{
	padding: 1.5rem 0 1.3rem 40px;
	}
	.button > strong{
		display: block;
		font-size: 1.2rem;
		}
	.button > .num{
		font-size: 28px;
		}
	.button > i{
		margin-left: -10rem;
		}
.button.small{
	height: 40px;
	margin-top: 1rem;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 40px;
	font-size: 16px;
	}
	.button.small > i{
		margin-top: -.7rem;
		margin-left: -8rem;
		font-size: 120%;
		}
.button.tel small{
	display: inline-block;
	vertical-align: text-bottom;
	line-height: 22px;
	}
.button.hollow{
	font-size: 1rem;
	}
	.button.hollow::after{
		right: .5rem;
		margin-top: -1.2rem;
		font-size: 1.5rem;
		}
.button p {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.8rem;
	padding-left: 0.2rem;
	pointer-events: none;
	}
}
@media screen and (min-width: 1000px) {
.button{
	display: inline-block;
	width: 360px;
	height: 82px;
	padding: 1rem 0 0 40px;
	vertical-align: bottom;
	}
	.button > strong{
		font-size: 22px;
		}
	.button > .num{
		font-size: 32px;
		}
	
	.button > i{
		margin-left: -10rem;
		}
	.button.hollow::after{
		margin-top: -1.5rem;
		}
.button.small{
	height: 60px;
	margin-top: 1rem;
	}
}
.button.primary,
.button.secondary{
	margin-bottom: 1rem;
	padding: 1.2rem 0;
	}
.button.primary,
.button.tel{
	color: #333;
	background: #fff000;
	}
.button.secondary{
	color: #333;
	background: #E0E0E0;
	}
.button.primary[disabled]{
	background: #E0E0E0;
	opacity: .5;
	cursor: auto;
	box-shadow: none;
	}

.code{
	margin: 0;
	padding: 0.4rem;
	background: #f5f5f5;
    font-size: 8px;
    line-height: 1.2;
	color: #999797;
	font-weight: normal;
	text-align: center;
	}
header{
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(7, 4, 4, 0.22);
	z-index: 1;
	}
header .wrap{
	display: flex;
	justify-content: space-between;
	}
header nav{
	}
	header nav > div{
		display: inline-block;
		}
@media screen and (max-width: 999px) {
.code{
	font-size: 0.6rem;
	text-align: left;
	}
header{
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	}
header .logo{
	padding: 10px 0 0 10px;
	text-align: center;
	font-size: 11px;
	}
header .logo.v2{
	padding: 6px 0 4px 20px;
	vertical-align: 0;
	}
	header .logo > img{
		height: 20px;
		display: block;
		margin: 0 auto 2px;
		}
	header .logo.v2 > img{
		width: 90px;
		display: inline-block;
		margin: 0 5px 4px 0;
		vertical-align: -8px;
		}
header nav{
	margin-right: 10px;
	}
header .button{
	width: 75px;
	border-radius: 4px;
	display: inline-block;
	margin: 8px 0 8px 2px !important;
	padding: .2rem 0 !important;
	}
	header .button > i {
		position: static;
		display:block;
		margin: 0 auto !important;
		font-size: 90%;
		}
	header .button > small {
		font-size: 10px;
		}
header .button.tel small {
	display: block;
	line-height: unset;
}
}
@media screen and (min-width: 1000px) {
.code{
	font-size: 16px;
	}
header{
	position: relative;
	}
header .wrap{
	max-width: 980px;
	margin: 0 auto;
	}
header .logo{
	padding: 20px 0 20px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	}
	header .logo > img{
		height: 30px;
		margin-right: 5px;
		vertical-align: -5px;
		}
header .button{
	width: 190px;
	height: 46px;
	display: inline-block;
	margin: 12px 0 0 10px !important;
	padding-top: 10px;
	}
	header .button > i {
		margin-top: -0.9rem;
		margin-left: -4.7rem;
		font-size: 140%;
		}
	header .button > small {
		font-size: 18px;
		font-weight: bold;
		}
}
.cv{
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.cv > div{
		display: inline-block;
		}
}

footer{
	text-align:center
	}
footer > nav{
	margin: 10px;
	}
footer > nav > a,
.copyright{
	padding: .6rem 0;
	}
	footer > nav > a{
		margin:0 1rem;
		color: #4D4D4D;
		font-size: 12px;
		text-decoration: none;
		}
	footer > nav > a::before{
		padding-right: 2px;
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f105";
		}
.copyright{
	margin: 0;
	color: #fff;
	font-size: 10px;
	background: #333;
	}
@media screen and (min-width: 1000px) {
footer > nav{
	margin: 20px;
	}
	footer > nav > a{
		font-size: 1rem;
		}
}

.ttl-h2{
	margin: 0;
	padding: 8px 10px;
	background: #fff;
	font-size: 18px;
	color: #333;
	text-align: center;
	box-shadow: 0px 2px 8px 0px rgba(7, 4, 4, 0.22);
	}
.cv .ttl-h2{
	margin-bottom: 10px;
	color: #fff;
	background: #626262;
	box-shadow: 0px 2px 8px 0px rgba(7, 4, 4, 0.22);
	}

.label{
	padding: .1em .5em;
	border-radius: 2px;
	font-size: 10px;
	color: #fff;
	vertical-align: 2px;
	font-weight: normal;
	background: #08a6d8;
	}
@media screen and (min-width: 1000px) {
.ttl-h2{
	padding: 15px 10px;
	font-size: 26px;
	}
.cv .ttl-h2{
	margin-bottom: 20px;
	}
.label{
	font-size: 14px;
	}
}

/* kv */
.kv{
	background: #004d9a;
	}
	.kv h1{
		margin: 0 auto;
		padding: 0;
		}
	.kv p{
		margin: 0;
		font-weight: bold;
		text-align: center;
		color: #fff;
		line-height: 1.5;
		}
	.kv .note{
		display: table;
		padding: 0;
		background: #fff;
		box-shadow: 0px 4px 4px 0px rgba(7, 4, 4, 0.2);
		}
	.kv .note > dt,
	.kv .note > dd{
		display: table-cell;
		}
	.kv .note > dt{
		width: 3.5em;
		border-right: 1px solid #090103;
		background: #333;
		vertical-align: middle;
		color: #fff;
		}
	.kv .note > dd{
		line-height: 1.5;
		text-align: left;
		}
@media screen and (max-width: 999px) {
.kv{
	padding: 15px 10px 10px;
	}
.kv.v2{
	padding: 20px 10px 1px;
	}
	.kv h1{
		max-width: 300px;
		}
		.kv h1 img{
			display: block;
			max-width: 200px;
			margin: 0 auto;
			}
	.kv.v2 h1{
		max-width: 220px;
		}
	.kv p{
		font-size: 12px;
		}
	.kv .note{
		margin: 5px auto 0;
		}
	.kv .note > dt,
	.kv .note > dd{
		padding: 5px 10px;
		}
	.kv .note > dd{
		font-size: 11px;
		}
}
@media screen and (min-width: 1000px) {
.kv{
	padding: 40px 60px;
	}
	.kv h1{
		max-width: 440px;
		}
	.kv p{
		font-size: 24px;
		}
		.kv p > br{
			display: none;
			}
	.kv .note{
		margin: 10px auto 0;
		}
	.kv .note > dt,
	.kv .note > dd{
		padding: 10px;
		}
	.kv .note > dt{
		font-size: 18px;
		}
	.kv .note > dd{
		font-size: 16px;
		}
}
/* flow step */
.step{
	margin: 0;
	text-align: center;
	}
	.step > li{
		display: inline-block;
		width: 32.5%;
		list-style: none;
		font-weight: bold;
		line-height: 1.2;
		counter-increment: num;
		}
		.step > li::before{
			display:block;
			margin-bottom: 5px;
			color: #004d9a;
			content: 'STEP' counter(num);
			}
@media screen and (max-width: 999px) {
.step{
	padding: 10px 0;
	}
	.step > li > img{
		margin-top: 10px;
		height: 50px;
		}
}
@media screen and (min-width: 1000px) {
.step{
	padding: 40px 0;
	}
.step > li{
	font-size: 22px;
	}
	.step > li::before{
		font-size: 18px;
		}
	.step > li > br:first-child{
		display: none;
		}
	.step > li > img{
		margin-top: 30px;
		}
}

/* flowアコーディオン */
.flow .acMenu{
	margin: 0;
	background: #fff;
	border-radius: 4px;
	border:2px solid #004d9a;
	}
.flow .acMenu:not(:first-child){
	margin-top: 10px;
	}
.flow .acMenu dt{
	display: table-cell;
	width: 100vw;
	height: 4rem;
	vertical-align: middle;
	color: #fff;
	line-height: 1.2;
	background: #004d9a;
	text-align: center;
	font-weight: bold;
	}
	.flow .acMenu dt:after{
		top: 50%;
		right: 10px;
		margin-top: -.5em;
		color: #fff;
		}
.flow .acMenu dd{
	padding: 30px;
	}
.flow .acMenu img{
	display: block;
	margin: 20px auto;
	}
@media screen and (min-width: 1000px) {
.flow .bg-orange{
	padding: 60px;
	}
.flow .acMenu dt{
	font-size: 24px;
	}
	.flow .acMenu dt > br{
		display: none
		}
.flow .acMenu dd .cv{
	margin-top: 20px;
	}
}
@media screen and (max-width: 999px) {
.flow .bg-orange{
	padding: 10px;
	}
.flow .acMenu dt{
	font-size: 16px;
	}
.flow .acMenu dd{
	padding: 10px;
	}
.flow .acMenu .button{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	}
.flow .acMenu .button.form{
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.4;
	}
.flow .acMenu .button.tel{
	line-height: 1.4;
	}
	.flow .acMenu .button strong{
		font-size: 16px;
		}
	.flow .acMenu .button strong.num{
		font-size: 24px;
		}
	.flow .acMenu .button > i{
		margin-top: -1rem;
		margin-left: -9rem;
    	font-size: 2.2rem;
		}
	.flow .acMenu .button > small{
		font-size: 10px;
		}
.flow .acMenu .button.small{
	height: auto;
	padding: 1rem 0;
	}
}

/* faq */
.faq .fukidashi{
	position: relative;
	padding: 20px 80px 10px 10px;
	font-size: 12px;
	}
.faq .text-orange{
	font-size: 18px;
	font-weight: bold;
	}
.img_faq{
	width: 57px;
	position: absolute;
	right: 15px;
	bottom: 0;
	}
@media screen and (min-width: 1000px) {
.faq .fukidashi{
	padding: 40px 80px 40px 60px;
	font-size: 16px;
	}
.faq .text-orange{
	font-size: 24px;
	}
.img_faq{
	right: 60px;
	}
}

/* faqアコーディオン */
.faq .bg-pattern{
	padding: 10px;
}
.faq .acMenu{
	margin: 0 0 10px 0;
	padding: 10px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0px 2px 4px 0px rgba(7, 4, 4, 0.06);
	}
	.faq .acMenu dt:after{
		color: #004d9a;
		}
	.faq .acMenu dt:before,
	.faq .acMenu dd:before {
		display: block;
		position:absolute;
		width: 24px;
		height: 24px;
		top: .3rem;
		left: 0;
		line-height: 22px;
		font-size: 14px;
		text-indent:0;
		text-align: center;
		color: #fff;
		}
	.faq .acMenu dt:before {
		background: #004d9a;
		content:'Q';
		}
	.faq .acMenu dd:before {
		background: #abb7c4;
		content:'A';
		}
@media screen and (min-width: 1000px) {
.faq .bg-pattern{
	padding: 20px 60px;
}
.faq{
	padding-top: 40px;
	padding-bottom: 40px;
	}
.faq .acMenu{
	margin-top: 20px;
	}
.faq .acMenu dt,
.faq .acMenu dd{
	padding-left: 90px;
	padding-right: 70px;
	}
.faq .acMenu dt{
	display: table-cell;
	width: 100vw;
	vertical-align: middle;
	height: 6.5rem;
	font-size: 20px;
	}
.faq .acMenu dd{
	min-height: 56px;
	padding-bottom: 20px;
	font-size: 1rem;
	}
	.faq .acMenu dt:before,
	.faq .acMenu dd:before {
		width: 56px;
		height: 56px;
		left: 1.4rem;
		line-height: 52px;
		font-size: 28px;
		}
	.faq .acMenu dt:before {
		top: 1.4rem;
		}
	.faq .acMenu dt:after{
		top: 1.5rem;
		right: 1rem;
		font-size: 160%;
		}
}


/* アコーディオン */
.acMenu dt,
.acMenu dd {
	position:relative;
	margin:0;
	padding-left:30px;
	padding-right: 1rem;
	}
.acMenu dt {
	cursor:pointer;
}
.acMenu dd {
	display: block;
	margin-top: .5rem;
	font-size: 12px;
	}
.acMenu dt:after{
	position:absolute;
	top: 0;
	right: 0;
	font-size: 1rem;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: bold;
	}
.acMenu dt.active:after{
	content: "\f106";
	}
@media screen and (min-width: 1000px) {
.acMenu dd {
	font-size: 1rem;
	}
}

/* contact
-------------------------------- */
.contact{
	}
.contact > p{
	margin: 0 1rem 2rem;
	}
.contact-inside{
	display: none;
	padding: 0 1rem 1rem;
	}
.contact table td a > i{
	margin-right: .5rem;
	}
#btn_order,
#btn_others{
	height: 70px;
	line-height: 1;
	padding-top: 10px;
	}
	.button.trigger::after{
		position:absolute;
		top: 30%;
		right: 5%;
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		line-height: 1;
		content: "\f055";
		}
	.trigger.active::after{
		content: "\f056";
		}
@media screen and (min-width: 1000px) {
.contact{
	text-align: center;
	padding: 0 0 60px 0;
	}
.contact-inside{
	padding: 0 20px 60px;
	}
#btn_order,
#btn_others{
	height: 78px;
	padding-top: 12px;
	}
.contact table th{
	width: 470px;
	}
}
@media screen and (max-width: 999px) {
.button.trigger{
	}
	.button.trigger::after{
		font-size: 150%;
		}
.contact-inside .button.form{
	margin-top: 1rem;
	}
.contact table th{
	width: 140px;
	}
.contact-inside .button.form,
.contact-inside .button.tel{
	padding: .3rem 0 .7rem 20px;
	line-height: 1.2;
	}
	.contact-inside .button > strong{
		font-size: 14px;
		}
	.contact-inside .button > small{
		font-size: 10px;
		}
	.contact-inside .button > i{
		margin-left: -8.5rem;
		margin-top: -.8rem;
		font-size: 1.5rem;
		}
}
.caution{
	margin-bottom: 1.5rem;
	padding: 1px 1rem 1rem;
	}
	.caution > dl{
		display: table;
		margin: 10px auto 0;
		padding: 0;
		}
	.caution dt,
	.caution dd{
		display: table-cell;
		padding: 0 10px;
		font-size: 11px;
		}
	.caution dt{
		width: 3.5em;
		border-right: 1px solid #090103;
		background: #333;
		vertical-align: middle;
		color: #fff;
		}
	.caution dd{
		line-height: 1.5;
		text-align: left;
		}
@media screen and (min-width: 1000px) {
	.caution dt{
		font-size: 18px;
		}
	.caution dd{
		font-size: 16px;
		}
}

/* modal
-------------------------------- */
.modal-content {
	width: 240px;
	top:50%;
	left:50%;
	margin-top: -100px;
	margin-left: -140px;
	padding: 20px;
	border: 3px solid #004d9a;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 4;
}
@media screen and (min-width: 1000px) {
.modal-content {
	width: 480px;
	margin-left: -240px;
	}
}
#modal-overlay {
	z-index: 3 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-close {
	position: absolute;
	top: 0;
	right: 7px;
	font-size: 150%;
	color: #666;
	cursor: pointer;
	}

.modal-content p {
	margin: 0;
	text-align:center;
	}
@media screen and (min-width: 1000px) {
.modal-content p{
	font-size: 20px;
	}
}
.modal-content .text-em{
	font-size: 22px;
	font-style: italic;
	font-weight:bold;
	}
.modal-content .text-blue{
	font-size: 24px;
	font-weight:bold;
	color: #004d9a;
	}
.modal-content .text-number{
	color: #004d9a;
	font-size:44px;
	font-weight:bold;
	}
	.modal-content .text-number:before{
		display:inline-block;
		width: 50px;
		height: 50px;
		margin-right: 10px;
		vertical-align: middle;
		border:2px solid #004d9a;
		border-radius:50%;
		font-family: "Font Awesome 5 Free";
		content: "\f2a0";
		font-size: 80%;
		line-height: 50px;
		}
.modal-content .button{
	margin-top: 2rem;
	padding-left: 0;
	}

/* choice-modal */
#choice-modal{
	text-align: center;
	}
@media screen and (min-width: 1000px) {
#choice-modal .button{
	margin-top: 1rem;
	height: auto;
	padding: 1rem 0;
	}
}
@media screen and (max-width: 999px) {
#choice-modal .logo{
	margin-bottom: 1rem;
	font-size: 12px;
	}
	#choice-modal .logo img{
		max-width: 120px;
		}
#choice-modal .button{
	margin: 1rem auto;
	font-size: 1rem;
	}
}
/* 離脱ブロック */
#alert-modal{
	margin-top: -270px;
	padding: 0;
	border: 10px solid #fff000;
	background: #fff000;
	border-radius: 6px;
	}
	#alert-modal .ttl{
		padding-top: .5rem;
		font-size: 160%;
		}
		#alert-modal .ttl > i{
			margin-right: .5rem;
			color: #fa6308;
			font-size: 160%;
			}
#alert-modal .bg-white{
	margin-top: 10px;
	padding: 20px;
	border-radius: 6px;
	background: #fff;
	}
#alert-modal .button{
	display: block;
	margin-top: 20px;
	width: calc(100% - 20px);
	padding-left: 3rem;
	margin-left: auto;
	margin-right: auto;
	}
	#alert-modal .button > i{
		}
@media screen and (max-width: 38.74em) {
#alert-modal{
	max-width: 260px;
	margin-top: -200px;
	margin-left: -130px;
	}
	#alert-modal .text{
		font-size: 12px;
		text-align: left;
		}
	#alert-modal .bg-white img{
		max-width: 85px;
		margin-top: 10px;
		}
	#alert-modal .ttl{
		font-size: 18px;
		}
	#alert-modal .ttl + p{
		font-size: 12px;
		}
#alert-modal .button{
	width: 100%;
	margin-top: 10px;
	padding-left: 2rem;
	font-size: .8em;
	}
	#alert-modal .button > i{
		margin-top: -.8rem;
		margin-left: -6.2rem;
		}
	#alert-modal .button > small{
		font-size: 10px;
		}
#alert-modal .bg-white{
	padding: 10px 10px 1px;
	}
	#alert-modal .button strong{
		font-size: .9rem;
	}
}

/* お問合せ先のモーダルを表示 */
.modal-content .logo_w{
	background: #004d9a;
	}
	.modal-content .logo_w > img{
		max-height: 23px;
		}
.modal-content .logo_w + div{
	display: flex;
	justify-content: space-between;
	}
	.modal-content .logo_w + div > p:first-child{
		text-align: left;
		font-weight: bold;
		}
#contact-modal .button{
	}
	#contact-modal .button.hollow > small{
		margin-top: 5px;
		}
	#contact-modal .button.hollow::after{
		margin-top: -.7rem;
		line-height: 1;
		}
#contact-modal .button:not(.hollow)::after{
	display: none;
	}
@media screen and (min-width: 38.75em) {
#visit-modal,
#contact-modal{
	width: 700px;
	margin-left: -350px;
	padding: 0 0 20px;
	border: none;
	}
#visit-modal{
	margin-top: -280px;
	}
#contact-modal{
	margin-top: -366px;
	}
.modal-content .button.hollow{
	display: block;
	width: 640px;
	margin: 1rem auto;
	}
#contact-modal .btn_move{
	height: 78px;
	line-height: 78px;
	padding: 0;
	}
	#contact-modal .btn_move > i{
		margin-top: -1rem;
		margin-left: -18rem;
		}
#contact-modal .btn_order{
	line-height: 1;
	}
	#contact-modal .btn_order > i{
		margin-left: -18rem;
		}
	#contact-modal .button.hollow > small{
		font-size: .85rem;
		}
	#contact-modal .button.hollow > small > br{
		display: none;
		}
#contact-modal .button:not(.hollow) > i{
	margin-top: -.2rem;
	}
#contact-modal .trigger + div{
	margin: 30px 30px 60px;
	}
.modal-content .logo_w{
	padding: 10px 0 5px;
	}
.modal-content .logo_w + div{
	margin: 20px 150px 0;
	}
	.modal-content .logo_w + div > p:first-child{
		margin-top: 1.8rem;
		}
}
@media screen and (max-width: 38.74em) {
#visit-modal,
#contact-modal{
	width: 300px;
	margin-left: -150px;
	padding: 0 0 5px;
	border: none;
	}
#visit-modal{
	margin-top: -180px;
	}
#contact-modal{
	margin-top: -250px;
	}
	#contact-modal .button{
		text-indent: 1rem;
		}
		#contact-modal .button > small{
			font-size: 11px;
			}
.modal-content .button.hollow{
	margin: 0 auto .5rem;
	}
#contact-modal .btn_order{
	padding: .74em 0;
	line-height: 1;
	}
#contact-modal .btn_move{
	margin-top: 0;
	height: 65px;
	line-height: 61px;
	padding: 0;
	}
.modal-content .logo_w{
	padding: 14px 0;
	line-height: 1;
	}
.modal-content .logo_w + div{
	margin: 8px 10px 0;
	}
	.modal-content .logo_w + div > p:first-child{
		margin-top: 1rem;
		font-size: 15px;
		}
	.modal-content .img_modal{
		max-width: 73px;
		}
}

/* エリア確認フォーム */
.area-form{
	padding-bottom: 1px;
	background: #d8e9fc;
	}
.area-form-inside{
	}
	.area-form-inside h2{
		margin: 0 0 20px;
		text-align: center;
		}
		.area-form-inside h2 .text-red{
			color: #f60;
			}
.button.primary{
	margin: 1rem auto;
	padding: 1.5em 0 1.5em 1.8em;
	background: url(../img/ico_area.png) #ff6600 no-repeat 20px 26px;
	background-size: 33px 32px;
	color: #fff;
	}
.button.primary[disabled]{
	padding-left: 0;
	background: #afafaf;
	opacity: .5;
	cursor: auto;
	box-shadow: none;
	}
input:focus,
select:focus,
textarea:focus{
	outline: none;
	}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button, 
input[type="tel"]::-webkit-inner-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
	}
input[type="number"],
input[type="tel"] { 
	-moz-appearance:textfield; 
	}
input[type="text"],
input[type="number"],
input[type="tel"],
select,
textarea{
	border:none;
	border-radius:4px;
	background: #fff;
	border:1px solid #AFAFAF;
	font-size: 16px;
	}
input[type="text"],
input[type="number"],
input[type="tel"],
textarea{
	width: calc(100% - 1.2em);
	padding: .5em;
	}
select {
	width:100%;
	height: 2.2em;
	text-indent: .5em;
	}
.ERR {
	color:#f00;
	margin: .5rem 0 0;
	}
.required-focus{
	background: #fce2e2 !important;
	border-color: #E75B5B !important;
	}
.any,
.required{
	padding: .1em .5em;
	font-size: 10px;
	color: #fff;
	vertical-align: middle;
	font-weight: normal;
	}
.any{
	background: #666666;
	}
.required{
	background: #ff6600;
	}
.area-form th{
	background: #f5f5f5;
	}
.area-form th,
.area-form td{
	display: block;
	padding: 5px 10px;
	border-color: #fff;
	}
.area-form td {
	background: #fff;
	}
@media only screen and (max-width: 780px) {
	.area-form-inside h2{
		padding: 1.5rem 0 2.5rem;
		background: url(../img/bg_area_sp.png) #f8f8f8 no-repeat 50% 100%;
		background-size: 100% auto;
		font-size: 18px;
		line-height: 1.3;
		}
	.area-form-inside h2 + p{
		margin: 10px;
		}
	.area-form table{
		width: calc(100% - 20px);
		margin: 0 auto;
		}
}
@media only screen and (min-width: 781px) {
.area-form{
	margin-top: 2rem;
	}
.area-form-text{
	margin: 10px 0;
	padding: 10px 10px 20px;
	background: rgba(255, 255, 255, .6);
	text-align: center;
	}
.area-form-inside{
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 2rem 60px 0;
	background: url(../img/bg_area_pc.png) no-repeat 50% 0;
	}
	.area-form-inside h2{
		margin-bottom: 0;
		font-size: 32px;
		}
	.area-form-inside h2 + p{
		font-size: 14px;
		}
.area-form table {
	width: 100%;
	margin: 60px auto 0;
	}
	.area-form th,
	.area-form td {
		width: auto;
		display: table-cell;
		padding: 10px 20px;
		border-bottom:1px solid #ebebeb;
		}
	.area-form th {
		width: 200px;
		font-size: 16px;
		}
input[type="text"],
input[type="number"],
input[type="tel"],
textarea{
	width:calc(100% - 1.6em);
	padding: 1em .8em;
	}
.button.primary{
	max-width: 360px;
	margin: 1rem auto 3rem;
	padding-left: 70px;
	background-position: 40px 24px;
	}
}
.maintenance-note{
	display: none;
	font-size: .8rem;
	text-align: center;
	color: #333333;
	margin: .9rem;
}
.maintenance-note-title{
	margin-bottom: .2rem;
	font-size: .9rem;
}