@charset "utf-8";

/* access C*/
/*--------------------------------------------------*/

.shoplist:not(:last-child){
	border-bottom: 1px solid #cccccc;
  padding-bottom: 120px;
}

.shop-photo a img{
	height: auto;
}
/*.shop-box{
	padding:15px;
}*/

.shop-image img{
height: auto;
}

.shop-text{
	margin-bottom: 50px;
}

.shop-box dt{
	font-size:26px;
	margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing:1px;
}

.shop-access {
	width: 100%;
}
.shop-access tr{
	border-bottom:1px dotted #cccccc;
}
.shop-access th{
	vertical-align: middle;
	width: 6em;
	width: 100px;
}
.shop-access td{
	padding:10px 5px;
}

.sub-access-map iframe {
	width: 100%;
}

@media (max-width: 767px) {
	.shop-access {
		margin-top: 30px;
	}
	.shop-text{
		margin-bottom: 30px;
	}
	.shop-box dl{
		margin-bottom: 30px;
	}
/*	.shop-box{
		margin-left:-15px;
		margin-right: -15px;
	}*/
	.shop-box dt{
		font-size: 20px;
	}

	.shop-access th{
		width:25%;
	}
	.shop-access td{
		width: 75%
	}
}