@charset "utf-8";

/***************************************
　　　　　　 基本設定
***************************************/
body {
    width: 100%;
	margin:0 auto;
	padding:0;
}

*{
	padding:0;
	margin:0;
}

img{ max-width: 100%; }

.PC { display: none !important; }
.SP { display: block !important; }

#warpper{
	width:100%;
	overflow: hidden;
}


/***************************************
　　　　　　 header
***************************************/
header{
	width:100%;
	margin:0 auto;
	padding:0;
	background:url("../images/main_sp.png") no-repeat;
	background-size:contain;
	position: relative;
}

header::before{
	content:"";
	display: block;
	padding-top:145%;
}

#header_top{
	width:98%;
	margin:0;
	position: absolute;
	top: 3%;
	left: 3%;
}

#header_top p{
	font-size: 11px;
	font-weight: 900;
	margin-bottom: 2%;
	color: #484848;
}

#header_top h1{ width:50%; }


/***************************************
　　　　　　コンテンツ
***************************************/
#kumamoto{
	width:100%;
	margin:0 auto;
	padding:10% 0;
	background: url("../images/kumamoto_bk.png") repeat;
}

#kumamoto .inner{
	width:90%;
	margin:0 auto;
}

.kumamoto-rank{
	width: 100%;
	margin: 10% auto 0 auto;
}

#main{
	width:100%;
	margin:0 auto;
	padding:0;
}

.sec-img{
	width:100%;
	margin: 0 auto;
	text-align:center;
}

.sec-img2{
	width:100%;
	margin: 0 auto 10% auto;
	text-align:center;
}


.sec-if{
	max-width:100%;
	margin:0 auto;
	padding:10% 0;
	background:#DCF084;
}

.sec-if ul{
	max-width:90%;
	margin:0 auto;
	list-style:none;
}

.sec-if ul li{
	display:block;
	margin:0 auto;
}

.sec-if ul li:nth-child(2){
	margin-top:5%;
}


.sec-deadline{
	width:100%;
	margin:0 auto;
	padding:8% 0;
	background:#DCF084;
}


.sec-deadline p{
	width:98%;
	margin:3% auto;
	text-align:center;
}


.inner{
	width:96%;
	margin:0 auto;
	text-align:center;
}

.otoiawase{
	width:100%;
	margin:8% auto 3% auto;
}

.otoiawase a{
	width: 90%;
	margin:0 auto;
	padding:3% 0;
	color: #FFF;
	background-color: #DA1E79;
	box-shadow: 0 6px 0 #B70A65;
	border-radius: 100vh;
	display:block;
	font-size:18px;
	font-weight:900;
	text-align:center;
	text-decoration:none;
	line-height:1.3em;
	position:relative;
}

.otoiawase a::after{
	content:url("../images/bnr_icn.png");
	display: inline-block;
	position: absolute;
	top: 40%;
	right: 10%;
}

.sec-merit{
	width:100%;
	margin:0 auto;
	padding:10% 0;
	background:#FCFAF3;
	background-image:url("../images/point_bak_sp.png");
	background-repeat: no-repeat;
	background-position: right;
	/*background-size: 100% auto;*/
}

.sec-merit .inner > h2{
	width:98%;
	margin:0 auto 5% auto;
}

.sec-merit .inner p{
	text-align:center;
	margin-bottom:5%;
}

h2.sec-no1-tit{
	max-width:100%;
	margin:0 auto;
}

.sec-no1{
	width:100%;
	margin:0 auto;
	padding:2% 0 10% 0;
	background:#DCF084;
}

.repletion{
	width: 90%;
	margin: 3% auto;
	text-align: right;
	font-size: 9px;
}


.no1-box{
	width:100%;
	margin:5% auto;
	background:#FFF;
	border-radius: 8px;
}

.no1-box img{ 
	min-width:100%;
	border-radius: 8px 8px 0 0;
}

.no1-left01,.no1-right02,.no1-left03,.no1-left04{ display:none; }
	
.no1-right01,.no1-left02,.no1-right03,.no1-right04{
	background: #FFF;
	padding: 7% 5%;
	text-align: left;
	line-height: 2em;
	border-radius: 0 0 12px 12px;
}

.no1-head{ display:none; }


.no1-shop{
	text-align:left;
	font-size:1.3em;
	font-weight:900;
}

.no1-shop_tit{
	color: #DA1E79;
	font-size: 1em;
	margin-bottom: 5%;
}

.no1-shop_flex{
	display: flex;
	margin-bottom: 5%;
}

.no1-shop_flex p{
	font-size: 0.7em;
	text-align: left;
	font-weight: 100;
	line-height: 1.6em;
}

.no1-shop_flex_left{
	width: 20%;
	margin-right: 3%;
}

.shop-pao{ position: relative; }
.shop-pao::before{
	content:url("../images/shop-pao.png");
	display: inline-block;
	position: absolute;
	top: -18%;
	right: -10%;
	scale: 0.6;
}







/* sec-voice
********************************************/
.sec-voice{
	width:100%;
	margin:0 auto;
	padding:15% 0 10% 0;
	background:#FCFAF2;
}

.sec-voice h2{
	margin:0 auto;
	text-align:center;
}

.voice-box{
	width:94%;
	margin:5% auto 0 auto;
	text-align:center;
}

.voice-box-list,.voice-box-list2{}

.voice-box-list ul li:nth-child(2) { display:none; }
.voice-box-list2 ul li:nth-child(3) { display:none; }





.sec-restless{
	width:100%;
	margin:0 auto;
	padding:2% 0 15% 0;
	background:url("../images/restless_bk.png");
}

.check{
	width:90%;
	margin:0 auto;
	padding:5% 3%;
	border-radius:12px;
	background:#FFEBD2;
}

.check > h2{
	max-width:100%;
	margin:0 auto;
}

.check-box{
	width:96%;
	margin:5% auto 0 auto;
	padding:5% 2%;
	border-radius:12px;
	background:#FFF;
}

.check-box ul{
	width:98%;
	margin: 0 auto;
	list-style: none;
}

.check-box ul li{
	margin-bottom: 5%;
	padding-left: 10%;
	font-size: 0.9em;/*16px;*/
	font-weight: 900;
	line-height: 1.6em;
	background: url("../images/check_list_icn.png") left 0px top 3px no-repeat;
	background-size: 25px auto;/*20px auto;*/
	font-family:"Hiragino Maru Gothic ProN W4", sans-serif;

}
.check-box ul li:last-child{
	margin-bottom:0;
}

.fixing{
	width:96%;
	margin:15% auto;
}
.sec-form{
	width:100%;
	margin:5% auto;
}

.sec-form p{
	width:98%;
	margin:3% auto;
	text-align:center;
}


#about{
	width:100%;
	margin:0 auto;
	padding:5% 0 0 0;
	background:#FFF;
}

.sec-about{
	width:100%;
	margin:0 auto;
	padding:3% 0;
	background:#FFF;
}

.about-left{
	width: 80%;
	text-align: center;
	margin: 0 auto 5% auto;
}

.about-right{
	width: 85%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
}

.about-right p{ margin-bottom:10px; }

.about-foot{
	max-width:100%;
	background:url("../images/about_bk_sp.png")no-repeat;
	/*background-size:cover;*/
	background-size:cover;

}

.about-foot::before{
	content:"";
	display: block;
	padding-top:48%;
}




/***************************************
　　　　　　 form
***************************************/
#form{
	width:100%;
	margin:0 auto;
	padding:10% 0 5% 0;
	background:url("../images/form_bk.png");
}

#form h2{
	width:94%;
	margin:0 auto;
}

.form-tel{
	width:96%;
	margin:5% auto 10% auto;
}

.form-tel-tit{
	margin:2% auto !important;
	font-size:1.4em;
	font-weight:900;
	text-align:center;
}

.form-tel-right{
	width:96%;
	margin:0 auto !important;
	text-align:center;
}

.form-tel-right img{
	width:85%;
	margin:0 auto !important;
}


.tel-text{
	font-size:0.9em;
	font-weight:900;
	text-align:center;
	margin:3% auto;
}

.form-inner{
	margin: 5% auto;
	padding: 2% 0 5% 0;
	background: #90C31E;
}

.form-titimg{
	width: 90%;
	margin: 5% auto;
}

.form-wrap{
	width:96%;
	margin:5% auto 0 auto;
	padding-bottom: 1%;
	background:#FFF;
}




.form-sec{
	width: 90%;
	margin: 3% auto;
	padding: 2% 0 2% 2%;
}

.fs-left,.fs-left02{
	width:100%;
	margin-bottom:2%;
	font-size:1.1em;
	font-weight:900;
	color:#000;
	font-family:"Hiragino Maru Gothic ProN W4", sans-serif;
}

.fs-left::before{
	content:'必須';
	display: inline-block;
	width:40px;
	margin-right:3%;
	padding: 2% 0;
	font-size:0.7em;
	font-weight:900;
	text-align: center;
	color:#FFF;
	background:#4AA34A;
	border-radius:8px;
	vertical-align:middle;
}

.fs-left02::before{
	content:'任意';
	display: inline-block;
	width:40px;
	margin-right:3%;
	padding: 2% 0;
	font-size:0.7em;
	font-weight:900;
	text-align: center;
	color:#FFF;
	background:#ACACAC;
	border-radius:8px;
	vertical-align:middle;
}


.fs-right{
	width:100%;
	margin:0 auto;
}


.form-sec-foot{
	width:94%;
	margin:0 auto;
	padding:0;
}

.form-sec-foot p{
	width:90%;
	margin:0 auto;
	font-size:0.8em;
	color:#000;
	line-height:1.8em;
	text-align:left;
}

.fsf{ color:#4AA34A !important; }

input{
	max-width:100%;
	height:40px;
	background:#FFFFE4;
	/*padding: 2% 0 2% 2%;*/
	border-radius: 8px;
}

input[type="date"] {
	/*padding: 2% 0 2% 2%;*/
	height:40px;
	color:#000;
	border-radius: 8px;
}

input[type="text"] {
	width:100% !important;
	height:40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 2% 0 2% 2%;*/
	border-radius: 8px;
}

input[type="tel"] {
	width:100% !important;
	height:40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 2% 0 2% 2%;*/
	border-radius: 8px;
}

input[type="email"] {
	width:100% !important;
	height:40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 2% 0 2% 2%;*/
	border-radius: 8px;
}

select{ 
	color:#000;
	height:40px;
}
.sl-width{ width: 100px; }

textarea {
    width: 100% !important;
    height: 100px !important;
	/*padding: 2% 0 2% 2%;*/
	border-radius: 8px;
}




.form-wrap table{
	width:100%;
	margin:0 auto;
	border:none !important;
}

.form-wrap th{
	width: 97%;
	display: inline-block;
	padding: 0 0 2% 3%;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	font-weight: 900;
}

.form-wrap td{
	width: 97%;
	display: inline-block;
	margin-bottom: 5%;
	padding: 0 0 0 3%;
	font-size: 14px;
}

.bg{ background:#F3F3F3; }

.bno{ border: none !important; }

.button02 {
	display: inline-block !important;
	font-size : 18px !important;
	font-weight: 900;
	text-align: center !important;
	cursor: pointer !important;
	padding: 5% 17% 5% 5% !important;
	background: #DA1E79 !important;
	color: #ffffff !important;
	line-height: 1em !important;
	transition: .3s !important;
	border: 2px solid #DA1E79 !important;
	position:relative;
}

.button02::after{
	content:url("../images/button02_icn.png");
	display: inline-block;
	position: absolute;
    top: 27%;
    right: 5%;
}

.button02:hover {
	opacity: 0.6;
}

.b-span{
	margin-right:15px;
	padding:5px 8px;
	background:#FFF;
	font-size: 22px;
	font-weight: 900;
	color: #DA1E79;
	border-radius: 4px;
}

.form-end{
	width: 90%;
	margin: 15px auto;
	font-size: 12px;
	text-align: left;
	line-height: 180%;
}

.form-end > a:link{
	color:#01A73C;
	text-decoration: underline;
}



/***************************************
　　　　　　追従バナー
***************************************/
#foot-btn{
	position:fixed;
	bottom:10px;
	z-index:99999;
	display:none;
}

#foot-btn ul{
	width:96%;
	margin:0 auto;
}

#foot-btn ul li{
	width:20%;
	margin-right:2%;
	display:inline-block;
	vertical-align:bottom;
}

#foot-btn ul li:nth-child(2){
	width:76%;
	display:inline-block;
	margin-right:0;
	filter:drop-shadow(2px 2px 5px rgba(0,0,0,0.6));
}


#side-btn{ display: none !important; }
.side-btn_contetns{ display: none !important; }
.s-btn_active{ display: none !important; }
.img-on{ display: none !important;}
.img-off{ display: none !important;}
.close-btn{ display: none !important; }



/***************************************
　　　　　　scroll表示
***************************************/
.fade {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/***************************************
　　　　　　thanks
***************************************/
#thanks_contents{
	width:80%;
	margin:10% auto;
	padding:10% 5%;
	background: #fffced;
	border-radius: 18px;
}

.thanks_box{
	width:96%;
	margin: 0 auto;
}

.thanks_box p{
	line-height: 180%;
    text-align: center;
}


.thanks-txt > h3{
	width:96%;
	margin: 5% auto !important;
	text-align: center;
	color: #f00;
	font-size: 1.8em;
	font-weight: 900;	
}



.thanks-txt{
	width:90%;
	margin:5% auto;
}

.thanks-txt p{
	line-height: 180%;
	text-align: left;
	margin-bottom: 10px;
}

.thanks-img{
	width:50%;
	margin:0 auto;
}



/***************************************
　　　　　　 footer
***************************************/
footer{
	width:100%;
	margin: 0 auto;
	padding:3% 0;
	background:#DA1E79;
}

.footer_inner{
	width:96%;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	color:#FFF;
}
