/* 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:50px;
	text-align: center;
}
#main div.inner {
	width:1000px;
	margin:auto;	
}
#main div.inner img {
	width:100%;
}
ul.spot {
	width:1000px;
	margin:auto;
	text-align: center;
	letter-spacing: -5em;
}

ul.spot li {
	box-sizing:border-box;
	width:300px;
	height: auto;
	display:inline-block;
	margin-right: 50px;
	margin-bottom: 50px;
	vertical-align: top;
}
ul.spot li img.s_name {
	width:auto;
	border:none;
	padding:0;
	background-color: transparent;
	margin-bottom: 10px;
}
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:300px;
	letter-spacing: normal;
	text-align: left;
	margin-top:10px;
	font-size: 13px;
	line-height: 1.5;
}

}

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

#main section { margin-bottom:10vw;}
#main section h2 { margin-bottom:5vw;}
.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;
	text-align: left;
}
ul.spot li div.s_ttl {
	text-align: left;
	padding:0.5vh;
	margin-bottom: 0.5vh;
	border-radius: 0.5vh;
	/*font-family: HiraKakuPro-W3;*/
}
ul.spot li img.s_name {
	width:auto;
	border:none;
	padding:0;
	background-color: transparent;
	margin-bottom: 5px;
}
ul.spot li div.s_img {
	width:50%;
	display: inline-block;
}
ul.spot li img {
	width:100%;
	border:1px solid #bcbcbc;
	padding:6px;
	background-color: #FFFFFF;
	vertical-align: top;

}

ul.spot li p{
	width:50%;
	display: inline-block;
	padding-left:0.5vw;
	vertical-align: top;
	font-size: 80%;
}
.region {
	width: 100%;
	text-align: center;
}
.btn_region {
	width: 45vw;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom:1vw;
	font-size:180%;
	line-height: 2;
	border-radius: 5px;
	margin-right: 1vw
}
ul li.btn_region:nth-child(2n) {
	margin-right: 0;
}
ul li.btn_region a {
}
.fs90 {
	font-size: 90%;
}
.fs80 {
	font-size: 80%;
}
.fs70 {
	font-size: 70%;
}
.fs60 {
	font-size: 60%;
}
.fs50 {
	font-size: 50%;
}
.fs40 {
	font-size: 40%;
}
.fs30 {
	font-size: 30%;
}
.lh15 {
	line-height: 1.5 !important;
}
.lh12 {
	line-height: 1.2 !important;
}
.lh1 {
	line-height: 1 !important;
}
.bgc01 {
	background-color: #757D00;
}
.bgc02 {
	background-color: #B56600;
}
.bgc03 {
	background-color: #8A4F80;
}
.bgc04 {
	background-color: #4580BC;
}
.bgc05 {
	background-color: #C4C791;
}
.bgc06 {
	background-color: #E8C49E;
}
.bgc07 {
	background-color: #D9C8D7;
}
.bgc08 {
	background-color: #BACFE6;
}

}