@charset "utf-8";
/* CSS Document */
/*★★★★★★★★テンプレート[始]★★★★★★★★*/

/*===============================================
	reset
===============================================*/
*{margin:0; padding:0; color:#000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} 
h1,h2,h3,h4,h5,h6,p,address,
ul,ol,li,dl,dt,dd,
table,caption,th,td,img,form{margin:0; padding:0; border:none; font-style:normal; font-weight:normal; font-size:100%; text-align:left;}
textarea{font-size:100%;}
img{vertical-align:bottom;}
li{list-style:none;}
/*===============================================
	a,text
===============================================*/
a:hover{text-decoration:underline;}
a{text-decoration:none; color:#1800ff;}
/*=============================================== 
	base
===============================================*/
/*html,body{height:100%;}*/
/*===============================================
	font
===============================================*/
body{font-family: 'Noto Sans JP', sans-serif; background-image: url(../img/allBG.png); background-attachment: fixed; background-size: cover; background-position: center;}
input,textarea,select{font-family: 'Noto Sans JP', sans-serif; font-size:12px;}
/* for IE6 */
* html body{font-family: 'Noto Sans JP', sans-serif;}
* html input, * html textarea{font-family: 'Noto Sans JP', sans-serif;}
h1,h2,h3,h4{font-family: 'Noto Sans JP', sans-serif; font-weight: bold; }
p{font-family: 'Noto Sans JP', sans-serif; }
/*===============================================
	align
===============================================*/
.center{text-align:center !important; margin: 0 auto !important;}
.textleft{text-align:left !important;}
.textright{text-align:right !important;}

/*===============================================
	他span
===============================================*/
.underL{text-decoration:underline !important;}
.displayN{display:none !important;}
.bold{font-weight:bold !important;}

/*===============================================
	cFix
===============================================*/
/*Opera Fix*/
body:before{content:""; height:100%; float:left; width:0; margin-top:-32767px;}
/*cFix*/
.cFix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html .cFix {height:1%;}
.cFix {display:block;}

/*===============================================
	共通部分
===============================================*/
#wrap{width: 640px; margin: 0 auto;}
/* img mouse hover */
a:hover img {opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";}
.sp{display:none;}
.pc{display: inline;}
p{line-height: 4rem;}

.under_red{text-decoration: underline; text-decoration-color: red; text-decoration-style: double; }
/*===============================================
	個別
===============================================*/

/*ヘッダー*/
header{width: 640px; margin:0 auto; position: fixed; background: #fff; padding: 0 10px 5px; z-index: 9999; top: 0;}
header .head__logo{float: left; padding-top: 15px; width: 109px;}
header .head__logo img{width: 100%;}
header .head__add{float: left; margin: 8px 0 0 5%;}
header .head__add p{ font-size: 1.5rem; line-height: 2rem; }

.cta{background: url(../img/cta_bg.png) no-repeat center top; width: 100%; height: 490px; position: relative; background-size: cover;}
.cta h1{font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
text-align: center; font-weight: 900; font-size: 3.5rem; color: #fff; letter-spacing: 2px; padding-top: 25px;}
.cta .tel{position: absolute; top: 105px; left: 70px;}
.cta .mail{position: absolute; top: 315px; left: 70px;}
.cta .line{position: absolute; top: 315px; right: 70px;}
.cta p{text-align: center; color: #fff; width: 100%; position: absolute; bottom: 25px; left: 0; font-size: 2rem; line-height: 3rem;}


/*===============================================
ハンバーガーアイコンをCSSだけで表現
===============================================*/
	#nav-drawer {position: relative; float: right; margin-top: 10px;}
	/*アイコンのスペース*/
	#nav-open {
	  display: inline-block;
	  width: 50px;
	  height: 22px;
	  vertical-align: middle;
	  /*position: fixed;*/
	  /*top: 10px;*/
	  /*right: 10px;*/
	  z-index: 9999;
	}
	#nav-open span, #nav-open span:before, #nav-open span:after {
	  position: absolute;
	  height: 4px;/*線の太さ*/
	  width: 50px;/*長さ*/
	  border-radius: 3px;
	  background: #000;
	  display: block;
	  content: '';
	  cursor: pointer;
	}
	#nav-open span:before {
	  bottom: -10px;
	}
	#nav-open span:after {
	  bottom: -20px;
	}
	/*閉じる用の薄黒カバー*/
	#nav-close {
	  display: none;/*はじめは隠しておく*/
	  position: fixed;
	  z-index: 99;
	  top: 0;/*全体に広がるように*/
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: black;
	  opacity: 0;
	  transition: .3s ease-in-out;
	}
	/*中身*/
	#nav-content {
	  overflow: auto;
	  position: fixed;
	  top: 0;
	  right: 0;
	  z-index: 9999;/*最前面に*/
	  width: 60%;/*右側に隙間を作る（閉じるカバーを表示）*/
	  max-width: 330px;/*最大幅（調整してください）*/
	  height: 100%;
	  background: #fff;/*背景色*/
	  transition: .3s ease-in-out;/*滑らかに表示*/
	  -webkit-transform: translateX(105%);
	  transform: translateX(105%);/*左に隠しておく*/
	}
	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	  display: block;/*カバーを表示*/
	  opacity: .5;
	}
	#nav-input:checked ~ #nav-content {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);/*中身を表示（右へスライド）*/
	  box-shadow: 6px 0 25px rgba(0,0,0,.15);
	  background: #000;
	  background: rgba(0,0,0,0.7);
	  z-index: 99999;
	}
	/*チェックボックス等は非表示に*/
	.nav-unshown {
	  display:none;
	}
	#nav-drawer label p{font-size: 1.5rem; text-align: center; margin-top: 20px;}
	.MainImage_navi li{ border-bottom:1px solid #fff;  width: 80%; margin:13px auto; text-align: center; font-size: 1.8rem;}
	.MainImage_navi li a{ color: #fff; width: 100%; display: block; padding: 7px 0; font-size: 1.5rem;}
	.MainImage_navi .MainImage_navi_link{background: none; border-bottom: none;}
	.MainImage_navi .MainImage_navi_link a{width: 100%; padding: 0;}
	.MainImage_navi .MainImage_navi_link img{width: 100%;}
/*===============================================
ハンバーガーアイコン終わり
===============================================*/


#main{width: 100%;}
#main img{ width: 100%; margin-top: 80px;}

#cnt1{width: 100%;}
#cnt1 img{width: 100%;}

#cnt2{width: 100%;}
#cnt2 img{width: 100%;}

#cnt3{width: 100%; border-top: 40px solid #9a9a9a; background-image: linear-gradient(90deg, rgba(245, 245, 245, 1), rgba(225, 225, 225, 1)); padding: 0;}
#cnt3 .trapezoid { display: inline-block; width: 100%; border-top: 50px solid #9a9a9a; border-right: 640px solid transparent; margin-bottom: 20px;}
#cnt3 .subtitle1{ font-weight: 600; text-align: center; position: relative; font-size: 1.8rem;}
#cnt3 .subtitle1:after{width: 5%; position: absolute; content: ""; left: 47.5%; border-bottom: 1px solid #000; bottom: -10px;}
#cnt3 .subtitle2{ font-size: 2.2rem; text-align: center; background: #00647e; color: #fff; font-weight: 600; border-radius: 30px; padding: 10px 0; width: 50%;
 margin: 30px auto; letter-spacing: 1px;}
#cnt3 h1{text-align: center; font-size: 3.5rem; font-weight: 600; margin-bottom: 30px;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
#cnt3 .cnt3_box{border: 1px solid #000; padding: 40px; width: 90%; margin: 0 auto 200px; position: relative;}
#cnt3 .cnt3_box p{ font-size: 1.9rem; line-height: 3.5rem;}
#cnt3 .cnt3_box .cnt3_img{margin: 0 auto; display: block; position: absolute; bottom: -250px; left: 20%;}
#cnt3 .trapezoid2 { width: 100%; border-bottom: 50px solid #00647e; border-left: 640px solid transparent;}

#cnt4{width: 100%; background: #00647e; padding: 30px 5% 60px;}
#cnt4 h1 img{width: 100%;}
#cnt4 h2{text-align: center; font-weight: 600; color: #fff; font-size: 2.8rem; letter-spacing: 2px; margin-bottom: 20px;}
#cnt4 h2:before{content: "/"; font-size: 3.5rem; color: #fff; margin-right: 5%; font-weight: normal;}
#cnt4 h2:after{content: "/"; font-size: 3.5rem; color: #fff; margin-left: 5%; font-weight: normal;}
#cnt4 .procell{float: left; width: 48%;}
#cnt4 .procell h3{background: #fff; text-align: center; color: #00647e; font-weight: 600; padding: 10px 0; font-size: 2.3rem; margin-bottom: 10px;}
#cnt4 .other{float: right; width: 48%;}
#cnt4 .other h3{border: #fff 1px solid; text-align: center; color: #fff; font-weight: 600; padding: 10px 0; font-size: 2.3rem; margin-bottom: 10px;}
#cnt4 .procell p, #cnt4 .other p{color: #fff; text-align: center; font-size: 2.1rem; line-height: 2.5rem;}
#cnt4 .cFix{margin-bottom: 40px;}
#cnt4 .osusume{text-align: center; color: #fff; font-size: 2.6rem; letter-spacing: 1px; padding: 20px 0; margin-bottom: 30px; line-height: 3rem;}
#cnt4 .osusume:before{height: 1px; width: 100%; background-image: linear-gradient(90deg, rgba(0, 100, 126, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 100, 126, 1));
content: ""; display: block; margin-bottom: 20px;}
#cnt4 .osusume:after{height: 1px; width: 100%; background-image: linear-gradient(90deg, rgba(0, 100, 126, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 100, 126, 1));
content: ""; display: block; margin-top: 20px;}
#cnt4 ul{width: 85%; margin:0 auto; display: block; text-align: center; }
#cnt4 li{float: left; width: 45%; margin-bottom: 30px;}
#cnt4 li:nth-child(2n){float: right;}
#cnt4 li img{width: 100%;}
#cnt4 li p{text-align: center; color: #fff; font-size: 2.3rem;}
#cnt4 .btn{margin: 0 auto; display: block; text-align: center; width: 100%;}
#cnt4 .btn img{margin: 0 auto; display: block; text-align: center; width: 100%;}

#cnt5{width: 100%; background: url(../img/cnt5_bg.png) no-repeat right 93% , linear-gradient(90deg, rgba(245, 245, 245, 1), rgba(225, 225, 225, 1)); padding: 60px 0 50px;}
#cnt5 .subtitle1{ font-weight: 600; text-align: center; position: relative; font-size: 1.8rem; margin-bottom: 30px;}
#cnt5 .subtitle1:after{width: 5%; position: absolute; content: ""; left: 47.5%; border-bottom: 1px solid #000; bottom: -10px;}
#cnt5 .subtitle2 {text-align: center;}
#cnt5 .subtitle2 img{ width: 80%; margin: -70px auto 20px;}
#cnt5 h1{text-align: center; font-size: 3.5rem; font-weight: 600; margin-bottom: 30px;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
#cnt5 p{ width: 80%; margin: 0 auto; font-size: 2rem; line-height: 3.2rem;}
#cnt5 .menu img{width: 100%; margin-top: -40px;}
#cnt5 .menu img:nth-child(1){margin-top: 0;}
#cnt5 h2{ font-size: 3.5rem; font-weight: normal; width: 80%; margin: 0 auto; padding-top: 50px; margin-bottom: 10px; letter-spacing: 2px;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
#cnt5 h2 span{font-size: 5rem;}
#cnt5 h3{ width: 80%; margin: 0 auto; font-size: 2.5rem; line-height: 4rem; margin-bottom: 40px;}
#cnt5 .datsumou-menu{width: 100%; margin: 0 auto 30px; line-height: 4rem;}
#cnt5 .datsumou-menu .datsumou-menu-title{text-align: center; background: #fff; padding: 3px; color: #00647e; border-radius: 30px; font-weight: bold;
 font-size: 2.2rem; margin-bottom: 5px;}
#cnt5 .datsumou-menu .datsumou-menu-fee{text-align: center; font-size: 2.2rem; margin-bottom: 15px;}
#cnt5 .datsumou-btn{width: 80%; margin: 0 auto;}
#cnt5 .datsumou-btn img{width: 100%;}
#cnt5 .datsumou-btn p{text-align: center;}

#cnt6{width: 100%; padding: 40px 10%; background: #fff;} 
#cnt6 .subtitle1{ font-weight: 600; text-align: center; position: relative; font-size: 1.8rem; margin-bottom: 30px;}
#cnt6 .subtitle1:after{width: 5%; position: absolute; content: ""; left: 47.5%; border-bottom: 1px solid #000; bottom: -10px;}
#cnt6 h1{text-align: center; font-size: 4rem; font-weight: 600; margin-bottom: 30px;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
#cnt6 img{width: 100%;}

#cnt7{width: 100%; padding: 40px 5%; background: #fff;}
#cnt7 .subtitle1{ font-weight: 600; text-align: center; position: relative; font-size: 1.8rem; margin-bottom: 30px;}
#cnt7 .subtitle1:after{width: 5%; position: absolute; content: ""; left: 47.5%; border-bottom: 1px solid #000; bottom: -10px;}
#cnt7 h1{text-align: center; font-size:4rem; font-weight: 600; margin-bottom: 30px;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
#cnt7 img{width: 100%;}
#cnt7 p{text-align: center; font-size: 2.2rem;}
#cnt7 h3{font-size: 2.5rem; width: 100%; border-bottom: 1px solid #000; margin: 40px 0 20px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

#cnt8{width: 100%; padding: 40px 5%; background: #00647e;}
#cnt8 .subtitle1{ font-weight: 600; text-align: center; position: relative; font-size: 1.8rem; margin-bottom: 30px; color: #fff;}
#cnt8 .subtitle1:after{width: 5%; position: absolute; content: ""; left: 47.5%; border-bottom: 1px solid #fff; bottom: -10px;}
#cnt8 h1{text-align: center; font-size: 4rem; font-weight: 600; margin-bottom: 30px; color: #fff;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
#cnt8 .store table{margin-bottom: 30px;}
#cnt8 .store th{width: 25%;}
#cnt8 .store td{width: 75%;}
#cnt8 .store td span{color: #fff; font-size: 1.7rem;}
#cnt8 .store th, #cnt8 .store td{border-bottom: 1px solid #fff; color: #fff; font-size: 2.2rem; padding: 10px 0;}
#cnt8 .storeimg{margin-bottom: 30px;}
#cnt8 .storeimg .left{float: left; width: 48%;}
#cnt8 .storeimg .right{float: right; width: 48%;}
#cnt8 .storeimg .left img,#cnt8 .storeimg .right img{width: 100%;}
#cnt8 .map iframe{width: 100%; height: 300px; margin-bottom: 30px;}
#cnt8 .formWrap__bg{width: 100%; background: #fff; padding: 50px 0;}
#cnt8 .formWrap__bg .subtitle1{ font-weight: 600; text-align: center; position: relative; font-size: 1.8rem; margin-bottom: 30px; color: #000;}
#cnt8 .formWrap__bg .subtitle1:after{width: 5%; position: absolute; content: ""; left: 47.5%; border-bottom: 1px solid #000; bottom: -10px;}
#cnt8 .formWrap__bg h2{text-align: center; font-size: 2.5rem; font-weight: 600; margin-bottom: 30px; 
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

#copy{background: #000; padding: 20px 0; text-align: center; color: #fff; font-size: 2.2rem;}


/*フォーム*/
#formWrap{width: 100%; background: #fff; margin: 0 auto; padding: 0 40px;}
.formTable{width: 100%; margin: 0 auto;}
.formTable th {width: 100%; font-size: 2.2rem; font-weight: bold; padding: 20px 0 5px; border: #fff 3px solid; display: block; }
.formTable th span{color: #fff; font-weight: bold; background: #ff6464; display: inline-block; padding: 1px 5px; float: right;}
.formTable td{width: 100%; display: block;}
.formTable .formtextarea{width: 100%; display: block;}
.formTable input ,.formTable select{padding: 10px; border: 1px solid #ccc; font-size: 1rem; margin-right: 5px;}
.formTable .serect_margin input{margin-bottom: 7px;}
.formTable label{ margin-right: 30px; }
.formTable textarea{width: 100%; padding: 10px; border: 1px solid #ccc; font-size: 1.6rem; }
.formWrap__botton{text-align: center; margin:20px auto;}
.formWrap__botton__submit{ background: #E40000; width: 350px; height:80px; border: none; border-radius: 10px; color: #fff; font-size: 1.5rem; font-weight: bold;}
.formWrap__botton__submit:hover {opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";}
.formWrap__policy{width: 100%; height: 200px; margin: 30px auto 30px ; overflow: auto;  border: 1px solid #ccc; padding: 20px;}
.formWrap__policy p{font-size: 1.5rem; margin-bottom: 20px; line-height: 2.5rem;}
.formTable__sutxt{font-size: 0.7rem; line-height: 1.5rem;}
.formTable__short span{padding: 12px 0 0 20px; display: inline-block;}
.formTable__short input{width: 70% !important; float: right; margin-bottom: 10px; display: inline-block;}
.formTable__short__red{font-size: 1.5rem; color: #f00;}
#formWrap .form__date input{width: 50%;}
.form_select_tx{font-size: 1.5rem; color: #f00;}
.form_select_tx span{color: #f00; font-weight: bold;}
.formWrap__policy__agree{text-align: center; margin-top: 20px auto;}



/*フォーム機能*/
#formWrap2{width: 100%; margin: 50px auto;}
.error_messe_h3{text-align: center; background: #fcc; padding: 20px; width: 100%; font-weight: bold; font-size: 1.8rem; margin:60px 0 20px;}
.error_messe{color: #f00; font-weight: bold; background: #fee; padding: 10px; margin-bottom: 10px;}
.form__error__back{color: #fff; padding: 20px ; border:none; font-size: 1.8rem; letter-spacing: 2px; background: #888; border-radius: 10px; width: 30%; }
.form__error__next{color: #fff; padding: 20px ; border:none; font-size: 1.8rem; letter-spacing: 2px;
 background: #E40000; border-radius: 10px; width: 30%; margin-bottom: 10px; font-weight: bold;}
.form__fix__h3{text-align: center; padding: 20px; color: #000; font-size: 1.3rem; letter-spacing: 2px; margin-bottom: 20px; font-weight: bold;}
.form__fix__h3__tx{text-align: center; margin-bottom: 20px;}
.formTable2{width: 100%; margin: 0 auto;}
.formTable2 th {width: 100%; font-size: 2.2rem; font-weight: bold; padding: 5px 0; border:none; border-bottom: #000 1px solid; display: block; margin-bottom: 10px;}
.formTable2 th span{color: #fff; font-weight: bold; background: #ff6464; display: inline-block; padding: 1px 5px; float: right;}
.formTable2 td{width: 100%; display: block; margin-bottom: 30px;}
.formTable2 .formtextarea{width: 100%; display: block;}
.formTable2 input ,.formTable2 select{padding: 10px; border: 1px solid #ccc; font-size: 1rem; margin-right: 5px;}
.formTable2 .serect_margin input{margin-bottom: 7px;}
.formTable2 label{ margin-right: 30px; }
.formTable2 textarea{width: 100%; padding: 10px; border: 1px solid #ccc; font-size: 1rem; }

/*サンキューページ*/
.form__submit{width: 100%; padding: 30px 0;}
.form__submit h2{text-align: center; color: #fff; font-weight: bold; font-size: 2.2rem;}
.form__submit__area{margin: 20px 0 0;}
.form__submit__sub{background-color: #fff200; padding: 5px; border-radius: 10px; text-align: center; margin: -21px auto 0; font-size: 2.2rem; letter-spacing: 1px; width: 350px; font-weight: bold;}
.form__submit__txtarea{width: 100%; margin: 20px auto 40px;}
.form__submit__btn{margin: 0 auto 50px; display: block; text-align: center;}

/*コピーライト*/
#cnt_copy p{background:#000;  text-align: center; padding: 10px; color: #fff;}
#cnt_copy2 p{background:#000;  text-align: center; padding: 10px; color: #fff;}







@media screen and (max-width:640px) {
	#wrap{width: 100%;}
	p{font-size: 1.8rem; line-height: 1.6rem;}
	.sp{display:inline;}
	.pc{display:none !important;}

/*===============================================
ハンバーガーアイコンをCSSだけで表現
===============================================*/
	/*アイコンのスペース*/
	#nav-open {
	  width: 40px;
	}
	#nav-open span, #nav-open span:before, #nav-open span:after {
	  width: 40px;/*長さ*/
	}
	#nav-content {
	  width: 80%;/*右側に隙間を作る（閉じるカバーを表示）*/
	}
	#nav-drawer label p{font-size: 0.7rem;}
/*===============================================
ハンバーガーアイコンをCSSだけで表現
===============================================*/

/*ヘッダー*/
header{width: 100%; margin:0 auto; position: fixed; background: #fff; padding: 0 10px 5px; z-index: 9999; top: 0;}
header .head__logo{float: left; padding-top: 15px; width: 109px;}
header .head__logo img{width: 100%;}
header .head__add{float: left; margin: 8px 0 0 5%;}
header .head__add p{ font-size: 1.2rem; line-height: 1.5rem; }

.cta{background: url(../img/cta_bg.png) no-repeat center top; width: 100%; height: 89vw; position: relative;}
.cta h1{font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
text-align: center; font-weight: 900; font-size: 2.5rem; color: #fff; letter-spacing: 2px; padding-top: 25px;}
.cta .tel{position: absolute; top: 21vw; left: 10%; width:80%; }
.cta .mail{position: absolute; top: 55vw; left: 10%; width: 38%;}
.cta .line{position: absolute; top: 55vw; right: 10%; width: 38%;}
.cta .tel img,.cta .mail img ,.cta .line img{width: 100%;}
.cta p{text-align: center; color: #fff; width: 100%; position: absolute; bottom: 25px; left: 0; font-size: 1.5rem; line-height: 2.5rem;}



#main{width: 100%;}
#main img{ width: 100%; margin-top: 80px;}

#cnt1{width: 100%;}
#cnt1 img{width: 100%;}

#cnt2{width: 100%;}
#cnt2 img{width: 100%;}

#cnt3{width: 100%; border-top: 40px solid #9a9a9a; background-image: linear-gradient(90deg, rgba(245, 245, 245, 1), rgba(225, 225, 225, 1)); padding: 0;}
#cnt3 .trapezoid { display: inline-block; width: 100%; border-top: 50px solid #9a9a9a; border-right: 100vw solid transparent; margin-bottom: 20px;}
#cnt3 .subtitle1{ font-weight: 600; text-align: center; position: relative; font-size: 1.5rem;}
#cnt3 .subtitle1:after{width: 5%; position: absolute; content: ""; left: 47.5%; border-bottom: 1px solid #000; bottom: -10px;}
#cnt3 .subtitle2{ font-size: 1.7rem; text-align: center; background: #00647e; color: #fff; font-weight: 600; border-radius: 30px; padding: 10px 0; width: 70%;
 margin: 30px auto; letter-spacing: 1px;}
#cnt3 h1{text-align: center; font-size: 2.5rem; font-weight: 600; margin-bottom: 30px;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
#cnt3 .cnt3_box{border: 1px solid #000; padding: 20px; width: 90%; margin: 0 auto 40vw; position: relative;}
#cnt3 .cnt3_box p{ font-size: 1.5rem; line-height: 2.5rem;}
#cnt3 .cnt3_box .cnt3_img{margin: 0 auto; display: block; position: absolute; bottom: -60vw; left: 10%; width: 70%;}
#cnt3 .trapezoid2 { width: 100%; border-bottom: 50px solid #00647e; border-left: 100vw solid transparent;}

#cnt4{width: 100%; background: #00647e; padding: 30px 5% 60px;}
#cnt4 h1 img{width: 100%;}
#cnt4 h2{text-align: center; font-weight: 600; color: #fff; font-size: 1.8rem; letter-spacing: 2px; margin-bottom: 10px;}
#cnt4 h2:before{content: "/"; font-size: 1.5rem; color: #fff; margin-right: 5%; font-weight: normal;}
#cnt4 h2:after{content: "/"; font-size: 1.5rem; color: #fff; margin-left: 5%; font-weight: normal;}
#cnt4 .procell{float: left; width: 48%;}
#cnt4 .procell h3{background: #fff; text-align: center; color: #00647e; font-weight: 600; padding: 10px 0; font-size: 1.4rem; margin-bottom: 10px;}
#cnt4 .other{float: right; width: 48%;}
#cnt4 .other h3{border: #fff 1px solid; text-align: center; color: #fff; font-weight: 600; padding: 10px 0; font-size: 1.4rem; margin-bottom: 10px;}
#cnt4 .procell p, #cnt4 .other p{color: #fff; text-align: center; font-size: 1.4rem;}
#cnt4 .cFix{margin-bottom: 30px;}
#cnt4 .osusume{text-align: center; color: #fff; font-size: 1.5rem; letter-spacing: 1px; padding: 20px 0; margin-bottom: 30px;}
#cnt4 .osusume:before{height: 1px; width: 100%; background-image: linear-gradient(90deg, rgba(0, 100, 126, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 100, 126, 1));
content: ""; display: block; margin-bottom: 20px;}
#cnt4 .osusume:after{height: 1px; width: 100%; background-image: linear-gradient(90deg, rgba(0, 100, 126, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 100, 126, 1));
content: ""; display: block; margin-top: 20px;}
#cnt4 ul{width: 90%; margin:0 auto; display: block; text-align: center; }
#cnt4 li{float: left; width: 45%; margin-bottom: 30px;}
#cnt4 li:nth-child(2n){float: right;}
#cnt4 li img{width: 100%;}
#cnt4 li p{text-align: center; color: #fff; font-size: 1.3rem; line-height: 3rem;}

#cnt5{width: 100%; background: url(../img/cnt5_bg.png) no-repeat right 633vw , linear-gradient(90deg, rgba(245, 245, 245, 1), rgba(225, 225, 225, 1));
 padding: 60px 0 50px; background-size: contain; }
#cnt5 .subtitle1{ font-weight: 600; text-align: center; position: relative; font-size: 1.5rem; margin-bottom: 30px;}
#cnt5 .subtitle1:after{width: 5%; position: absolute; content: ""; left: 47.5%; border-bottom: 1px solid #000; bottom: -10px;}
#cnt5 .subtitle2 {text-align: center;}
#cnt5 .subtitle2 img{ width: 90%; margin: -50px auto 20px;}
#cnt5 h1{text-align: center; font-size: 2.7rem; font-weight: 600; margin-bottom: 30px;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
#cnt5 p{ width: 90%; margin: 0 auto; font-size: 1.5rem; line-height: 2rem;}
#cnt5 .menu img{width: 100%; margin-top: -20px;}
#cnt5 .menu img:nth-child(1){margin-top: 0;}
#cnt5 h2{ font-size: 2rem; font-weight: normal; width: 80%; margin: 0 auto; padding-top: 50px; margin-bottom: 10px; letter-spacing: 2px;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
#cnt5 h2 span{font-size: 3rem;}
#cnt5 h3{ width: 80%; margin: 0 auto; font-size: 1.5rem; line-height: 2rem; margin-bottom: 20px;}
#cnt5 .datsumou-menu{width: 100%; margin: 0 auto 30px;}
#cnt5 .datsumou-menu .datsumou-menu-title{text-align: center; background: #fff; padding: 3px; color: #00647e; border-radius: 30px; font-weight: bold;
 font-size: 1.5rem; margin-bottom: 5px;}
#cnt5 .datsumou-menu .datsumou-menu-fee{text-align: center; font-size: 1.5rem; margin-bottom: 15px;}
#cnt5 .datsumou-btn{width: 80%; margin: 0 auto;}
#cnt5 .datsumou-btn img{width: 100%;}
#cnt5 .datsumou-btn p{text-align: center; font-size: 1.4rem;}

#cnt6{width: 100%; padding: 40px 10%; background: #fff;} 
#cnt6 .subtitle1{ font-weight: 600; text-align: center; position: relative; font-size: 1.5rem; margin-bottom: 30px;}
#cnt6 .subtitle1:after{width: 5%; position: absolute; content: ""; left: 47.5%; border-bottom: 1px solid #000; bottom: -10px;}
#cnt6 h1{text-align: center; font-size: 2.7rem; font-weight: 600; margin-bottom: 30px;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
#cnt6 img{width: 100%;}

#cnt7{width: 100%; padding: 40px 5%; background: #fff;}
#cnt7 .subtitle1{ font-weight: 600; text-align: center; position: relative; font-size: 1.5rem; margin-bottom: 30px;}
#cnt7 .subtitle1:after{width: 5%; position: absolute; content: ""; left: 47.5%; border-bottom: 1px solid #000; bottom: -10px;}
#cnt7 h1{text-align: center; font-size: 2.7rem; font-weight: 600; margin-bottom: 30px;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
#cnt7 img{width: 100%;}
#cnt7 p{text-align: center; font-size: 1.5rem;}
#cnt7 h3{font-size: 1.8rem; width: 100%; border-bottom: 1px solid #000; margin: 40px 0 20px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

#cnt8{width: 100%; padding: 40px 5%; background: #00647e;}
#cnt8 .subtitle1{ font-weight: 600; text-align: center; position: relative; font-size: 1.5rem; margin-bottom: 30px; color: #fff;}
#cnt8 .subtitle1:after{width: 5%; position: absolute; content: ""; left: 47.5%; border-bottom: 1px solid #fff; bottom: -10px;}
#cnt8 h1{text-align: center; font-size: 2.7rem; font-weight: 600; margin-bottom: 30px; color: #fff;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
#cnt8 .store table{margin-bottom: 30px;}
#cnt8 .store th{width: 25%;}
#cnt8 .store td{width: 75%;}
#cnt8 .store td span{color: #fff; font-size: 1.3rem;}
#cnt8 .store th, #cnt8 .store td{border-bottom: 1px solid #fff; color: #fff; font-size: 1.5rem; padding: 10px 0;}
#cnt8 .map iframe{width: 100%; height: 300px; margin-bottom: 30px;}
#cnt8 .formWrap__bg{width: 100%; background: #fff; padding: 50px 0;}
#cnt8 .formWrap__bg .subtitle1{ font-weight: 600; text-align: center; position: relative; font-size: 1.5rem; margin-bottom: 30px; color: #000;}
#cnt8 .formWrap__bg .subtitle1:after{width: 5%; position: absolute; content: ""; left: 47.5%; border-bottom: 1px solid #000; bottom: -10px;}
#cnt8 .formWrap__bg h2{text-align: center; font-size: 2.7rem; font-weight: 600; margin-bottom: 30px; 
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

#copy{background: #000; padding: 20px 0; text-align: center; color: #fff; font-size: 1.5rem;}


/*フォーム*/
#formWrap{width: 100%; background: #fff; margin: 0 auto; padding: 0 20px;}
.formTable{width: 100%; margin: 0 auto;}
.formTable th {width: 100%; font-size: 1.8rem; font-weight: bold; padding: 20px 0 5px; border: #fff 3px solid; display: block; }
.formTable th span{color: #fff; font-weight: bold; background: #ff6464; display: inline-block; padding: 1px 5px; float: right;}
.formTable td{width: 100%; display: block;}
.formTable .formtextarea{width: 100%; display: block;}
.formTable input ,.formTable select{padding: 10px; border: 1px solid #ccc; font-size: 1rem; margin-right: 5px;}
.formTable .serect_margin input{margin-bottom: 7px;}
.formTable label{ margin-right: 30px; }
.formTable textarea{width: 100%; padding: 10px; border: 1px solid #ccc; font-size: 1.2rem; }
.formWrap__botton{text-align: center; margin:20px auto;}
.formWrap__botton__submit{ background: #E40000; width: 80%; height:60px; border: none; border-radius: 10px; color: #fff; font-size: 2.2rem; font-weight: bold;}
.formWrap__botton__submit:hover {opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";}
.formWrap__policy{width: 100%; height: 200px; margin: 30px auto 30px ; overflow: auto;  border: 1px solid #ccc; padding: 20px;}
.formWrap__policy p{font-size: 1.3rem; margin-bottom: 20px; line-height: 1.5rem;}
.formTable__sutxt{font-size: 0.7rem; line-height: 1.5rem;}
.formTable__short span{padding: 12px 0 0 20px; display: inline-block;}
.formTable__short input{width: 70% !important; float: right; margin-bottom: 10px; display: inline-block;}
.formTable__short__red{font-size: 1.5rem; color: #f00;}
#formWrap .form__date input{width: 50%;}
.form_select_tx{font-size: 1.5rem; color: #f00;}
.form_select_tx span{color: #f00; font-weight: bold;}
.formWrap__policy__agree{text-align: center; margin-top: 20px auto; font-size: 1.5rem;}



/*フォーム機能*/
#formWrap2{width: 100%; margin: 50px auto; padding: 0 5%;}
.error_messe_h3{text-align: center; background: #fcc; padding: 20px; width: 100%; font-weight: bold; font-size: 1.8rem; margin:60px 0 20px;}
.error_messe{color: #f00; font-weight: bold; background: #fee; padding: 10px; margin-bottom: 10px;}
.form__error__back{color: #fff; padding: 15px ; border:none; font-size: 1.8rem; letter-spacing: 2px; background: #888; border-radius: 10px; width: 60%; }
.form__error__next{color: #fff; padding: 15px ; border:none; font-size: 1rem; letter-spacing: 2px;
 background: #E40000; border-radius: 10px; width: 60%; margin-bottom: 10px; font-weight: bold;}
.form__fix__h3{text-align: center; padding: 20px; color: #000; font-size: 1.3rem; letter-spacing: 2px; margin-bottom: 20px; font-weight: bold;}
.form__fix__h3__tx{text-align: center; margin-bottom: 20px;}
.formTable2{width: 100%; margin: 0 auto;}
.formTable2 th {width: 100%; font-size: 2.2rem; font-weight: bold; padding: 5px 0; border:none; border-bottom: #000 1px solid; display: block; margin-bottom: 10px;}
.formTable2 th span{color: #fff; font-weight: bold; background: #ff6464; display: inline-block; padding: 1px 5px; float: right;}
.formTable2 td{width: 100%; display: block; margin-bottom: 30px;}
.formTable2 .formtextarea{width: 100%; display: block;}
.formTable2 input ,.formTable2 select{padding: 10px; border: 1px solid #ccc; font-size: 1rem; margin-right: 5px;}
.formTable2 .serect_margin input{margin-bottom: 7px;}
.formTable2 label{ margin-right: 30px; }
.formTable2 textarea{width: 100%; padding: 10px; border: 1px solid #ccc; font-size: 1rem; }

/*サンキューページ*/
.form__submit{width: 100%; padding: 30px 5%;}
.form__submit h2{text-align: center; color: #000; font-weight: bold; font-size: 2.2rem;}
.form__submit__area{margin: 60px 0 0; padding: 0 5%;}
.form__submit__sub{background-color: #fff200; padding: 5px; border-radius: 10px; text-align: center; margin: -21px auto 0; font-size: 2.2rem; letter-spacing: 1px; width: 350px; font-weight: bold;}
.form__submit__txtarea{width: 100%; margin: 0 auto 40px;}
.form__submit__btn{margin: 0 auto 50px; display: block; text-align: center;}

/*コピーライト*/
#cnt_copy p{background:#000;  text-align: center; padding: 10px; color: #fff;}
#cnt_copy2 p{background:#000;  text-align: center; padding: 10px; color: #fff;}


	


}
