@charset "utf-8";

/***************************************************
	restaurant.css
***************************************************/
#gNav li:nth-child(3) a {
	background: url(../img/common/gnav_bg.png) 50% 50% no-repeat;
}

/* 店舗案内 index.html
------------------------------------------------------------ */
#restaurant.index {}

#headBlock {
	margin-top: 40px;
	margin-bottom: 70px;
}
#headBlock .htl01 {
	font-size: 20px;
	float: right;
	width: 620px;
	color: #cf3922;
	text-align: left;
	margin-bottom: 10px;
}
#headBlock .img01 {
	float: left;
	width: 360px;
	margin-right: 40px;
}
#headBlock .txt01 {
	display: block;
	float: right;
	width: 620px;
	font-size: 12px;
	line-height: 2.4;
}


.restaurantList {
	margin-bottom: 40px;
	border: 1px solid #e5cfda;
}
.restaurantList li {
	float: left;
	width: 33.33333%;
	border-right: 1px dotted #e5cfda;
	border-bottom: 1px dotted #e5cfda;
}
.restaurantList li:nth-child(3n) {	border-right: none;}
.restaurantList li:nth-child(n+4) {	border-bottom: none;}
.restaurantList li a {
	display: block;
	padding: 16px 0;
	font-size: 18px;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-align: center;
}

.restaurantBox {
	margin-bottom: 40px;
	padding: 1px;
	border: 2px solid #7c0f47;
}
.restaurantBox .inn {
	padding: 4px;
	border: 1px solid #7c0f47;
}
.restaurantBox .img01 {
	float: left;
	margin-bottom: 0;
}
.restaurantBox h2,
.restaurantBox .txt01,
.restaurantBox .tel {
	float: right;
	width: 610px;
}
.restaurantBox h2 {
	margin: 30px 0;
	color: #7c0f47;
	font-size: 26px;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-weight: normal;
	letter-spacing: .1em;
}
.restaurantBox h2 img {
	margin: 0 0 3px 20px;
}
.restaurantBox .txt01 {
	line-height: 1.8;
}
.restaurantBox .tel {
	color: #cf3922;
	font-size: 17px;
	font-weight: bold;
}

#bottomBlock {
	margin-bottom: 70px;
}
#bottomBlock .htl01 {
	font-size: 24px;
	float: right;
	width: 620px;
	text-align: left;
	margin-bottom: 10px;
}
#bottomBlock .img01 {
	float: left;
	width: 360px;
	margin-right: 40px;
}
#bottomBlock .txt01 {
	display: block;
	float: right;
	width: 620px;
	font-size: 12px;
	line-height: 2.4;
}
@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
#headBlock {
	margin-top: 20px;
	margin-bottom: 35px;
}
#headBlock .htl01 {
	font-size: 18px;
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
#headBlock .img01 {
	float: none;
	width: 100%;
	margin-right: 0;
}
#headBlock .txt01 {
	display: block;
	float: none;
	width: 100%;
	line-height: 1.7;
}

.restaurantList {
	margin-bottom: 20px;
}
.restaurantList li {
	float: left;
	width: 50%;
	border-right: 1px dotted #e5cfda;
	border-bottom: 1px dotted #e5cfda;
}
.restaurantList li:nth-child(3n) {	border-right: 1px dotted #e5cfda;}
.restaurantList li:nth-child(2n) {	border-right: none;}
.restaurantList li:nth-child(n+4) {	border-bottom: 1px dotted #e5cfda;}
.restaurantList li:nth-child(n+5) {	border-bottom: none;}
.restaurantList li a {
	display: block;
	padding: 10px 0;
	font-size: 14px;
}

.restaurantBox {
	margin-bottom: 20px;
}
.restaurantBox .inn {
	padding: 15px;
}
.restaurantBox .img01 {
	float: none;
	margin-bottom: 1em;
}
.restaurantBox h2,
.restaurantBox .txt01,
.restaurantBox .tel {
	float: none;
	width: 100%;
}
.restaurantBox h2 {
	margin: 0 0 1em;
	color: #7c0f47;
	font-size: 20px;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-weight: normal;
	letter-spacing: .1em;
}
.restaurantBox h2 img {
	margin: 0 0 0 15px;
}
.restaurantBox .tel {
	margin-bottom: 0;
}

#bottomBlock {
	margin-bottom: 35px;
}
#bottomBlock .htl01 {
	font-size: 20px;
	float: none;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
#bottomBlock .img01 {
	float: none;
	width: 100%;
	margin-right: 0;
}
#bottomBlock .txt01 {
	display: block;
	float: none;
	width: 100%;
	font-size: 12px;
	line-height: 1.7;
}
	
}
