/* 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;
	font-size: 14px;
	line-height: 1.8;
}

#main section {
	margin-bottom: 80px;
}

#main section#p1 p {
	line-height: 1.8;
}

#main section h2 {
	/*margin-bottom:50px;*/
	margin-bottom: 25px;
	text-align: center;
}

#main section#p1 {
	font-size:14px;
}

#main div.inner {
	width:1000px;
	margin:auto;	
}
#main div.inner img {
	width:100%;
}
#main dl {
	background-color: #ddd4c3;
	box-sizing:border-box;
	width:1000px;
	letter-spacing: -4em;
}
#main dl dt {
	box-sizing:border-box;
	width:200px;
	padding:10px;
	display: inline-block;
	/*background-color: #ddd4c3;*/
	vertical-align: top;
	letter-spacing: normal;
}
#main dl dd {
	box-sizing:border-box;
	padding:10px;
	width:800px;
	border-left:3px solid #FFFFFF;
	display: inline-block;
	background-color: #e6e8db;
	letter-spacing: normal;
}
#main section div.c470 {
	width: 470px;
	text-align: center;
}
#main section div.c470 img {
	width:100%;
}
.right {
	float: right;
}
.left {
	float: left;
}
.pt150 {padding-top:150px;}


/*会席料理*/
#main section#p3  {
	background-color: rgba(219,210,193,0.5);
	padding-top:25px;
	padding-bottom: 55px;
	margin-bottom:0;
}
#p3 .inner .c470 {
	margin-bottom: 55px;
}
#p3 .inner .c470:nth-child(3) , #p3 .inner .c470:nth-child(4) {
	margin-bottom: 0;
}
#p3 .cuisine_name {
	text-align: center;
	margin-bottom: 10px;
	font-size: 24px;
	font-family: "minamoto_l";
}


/*おすすめ単品お料理の一例*/
#p4  {
	padding-top:25px;
	padding-bottom: 55px;
}
#p4 .inner .c470 {
	margin-bottom: 55px;
}
#p4 .inner .c470:nth-child(5) , #p4 .inner .c470:nth-child(6) {
	margin-bottom: 0;
}
#p4 .cuisine_name {
	text-align: center;
	margin-bottom: 10px;
	font-size: 24px;
	font-family: "minamoto_l";
}

}/*end for_pc*/



/*start for_sp*/
@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; text-align: left;}

/*温泉ページ効能追加分*/
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;}
.w70 { width:70%; margin:auto; }
.w75 { width:75%; margin:auto; }
.mb1v {margin-bottom: 1vw !important;}
.mb15v {margin-bottom: 1.5vw !important;}
.mb2v {margin-bottom: 2vw !important;}


#main section#p1 {
	width:100%;
}

/*会席料理*/
#main section#p3  {
	width: 100%;
	background-color: rgba(219,210,193,0.5);
	padding-top:7.8vw;
	padding-bottom: 11vw;
	margin-bottom:0;
}
#main #p3 div.inner {
	width:88vw;
	margin:auto;
}
#p3 .inner .c470 {
	width:42vw;
	margin-bottom: 3vw;
}
#p3 .inner .c470.left {
	float: left;
}
#p3 .inner .c470.right {
	float: right;
}
#p3 .inner .c470:nth-child(3) , #p3 .inner .c470:nth-child(4) {
	margin-bottom: 0;
}
#p3 .cuisine_name {
	text-align: center;
	margin-bottom: 2.3vw;
	font-size: 3.7vw;
}

/*おすすめ単品お料理の一例*/
#main section#p4  {
	width: 100%;
	padding-top:7.8vw;
	padding-bottom: 11vw;
	margin-bottom:0;
	font-family: "minamoto_l";
}
#main #p4 div.inner {
	width:88%;
	margin:auto;
}
#p4 .inner .c470 {
	width:42vw;
	margin-bottom: 3vw;
}
#p4 .inner .c470.left {
	float: left;
}
#p4 .inner .c470.right {
	float: right;
}
#p4 .inner .c470:nth-child(5) , #p4 .inner .c470:nth-child(6) {
	margin-bottom: 0;
}
#p4 .cuisine_name {
	text-align: center;
	margin-bottom: 2.3vw;
	font-size: 3.7vw;
	font-family: "minamoto_l";
}


}/*end for_sp*/