/* CSS Document */

#main {
	font-family: "Sawarabi Gothic"
}

@media (min-width:641px){

#main {
	font-family: "Sawarabi Gothic"
}

#main #main_title img {
	width:100%;
	text-align: center;
}

 p.c_copy {
 	width:1000px;
	margin:auto;
	text-align: center;
	margin-bottom:50px;
}

#main section {
	margin-bottom: 80px;
}
#main section h2 {
	margin-bottom:30px;
	text-align: center;
}
#main div.inner {
	width:1000px;
	margin:auto;	
}
#main div.inner img {
	width:100%;
}
#main dl {

}
#main dl dt {
	background:url("../images/faq/img_q.svg") 0 0 no-repeat;
	min-height: 40px;
	margin-bottom:20px;
	padding:10px 0 0 50px;
}
#main dl dd {
	background:url("../images/faq/img_a.svg") 0 0 no-repeat;
	min-height: 40px;
	margin-bottom:20px;
	padding:10px 0 0 50px;

}

}

@media screen and (max-width:640px){

#main section { margin-bottom:10vw;}
#main section#rsv { margin-bottom:4vw;}

#main section h2 { margin-bottom:5vw;}
.c1000 , .container_sp { width:93vw;	margin:auto;}
#main div.inner {width:100%; margin:auto;}
#main dl {width:100%;	background-color: transparent;}
#main dl dt , #main dl dd{width:100%;display:block;background-clip: padding-box;}
/*#main dl dt {background-color: #ddd4c3;margin-bottom:0.5vw;}*/
#main dl dd {border-left:0;}
p.c_copy { width:93vw;	margin:auto;}

/*温泉ページ効能追加分*/
ul.spr_effect {	letter-spacing: normal;	background-color: transparent;}
ul.spr_effect li { width:100%; display:block;}
ul.spr_effect li:nth-child(odd){background-color: #ecdecf;}
ul.spr_effect li:nth-child(even){background-color: #e7d2bb;}

/*お料理ページ追加分*/
.pt150 {padding-top:5vh;}
#main section div.c470 {width: 100%; text-align: center;}
.right , .left {float: none;}

/*観光案内追加分*/
ul.spot {
	width:100%;
	margin:auto;
	text-align: center;
	letter-spacing: normal;
}

ul.spot li {
	box-sizing:border-box;
	width:100%;
	height: auto;
	display:block;
	margin-right: 0;
	margin-bottom: 5vh;
	vertical-align: middle;
}
ul.spot li img.s_name {
	width:auto;
	border:none;
	padding:0;
	background-color: transparent;
	margin-bottom: 5px;
}
ul.spot li img {
	width:100%;
	border:1px solid #bcbcbc;
	padding:6px;
	background-color: #FFFFFF;
}/*
ul.spot li:nth-child(3n) {
	margin-right: 0;
}*/
ul.spot li p{
	width:100%;
	/*letter-spacing: normal;*/
	text-align: left;
}

#main dl dt {
	background:url("../images/faq/img_q.svg") left top no-repeat;
	min-height: 10vw;
	margin-bottom:3.1vw;
	padding:1.5vw 0 0 12vw;
}
#main dl dd {
	background:url("../images/faq/img_a.svg") left top no-repeat;
	min-height: 10vw;
	margin-bottom:3.1vw;
	padding:1.5vw 0 0 12vw;

}



}