/* 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;
}
#main section {
	margin-bottom: 80px;
	font-size: 80%;
}
#main section h2 {
	margin-bottom:50px;
	text-align: center;
}
#main div.inner {
	width:900px;
	margin:auto;	
}
#main div.inner p {line-height: 1.5;}

#main section div.inner ul li {
	list-style-type: disc;
	list-style-position: outside;
	/*list-style-position: inside;*/
	margin-bottom:5px;
	padding-left:0;
	line-height: 1.5;
}
#main section div.inner ul li.none {
	list-style-type: none;
	list-style-position: inside;
}

#main section div.inner ul ul li {
	list-style-type: decimal;
	list-style-position: inside;
}
#main section div.inner address {
	width:300px;
	float: right;
	font-style: normal;
}

}

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

#main section { margin-bottom:4vw;font-size:2.1vw;}
#main section h2 { margin-bottom:5vw;}
.c1000 , .container_sp { width:93vw;	margin:auto;}
#main div.inner {width:100%; margin:auto;line-height: 1.5;}
#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 section div.inner address {
	width: 53%;
	margin-left: auto;
	float: none;
	font-style: normal;
}

}