@charset "utf-8";

/*------------------------------------------------------------ 
	shop/index.tpl 
------------------------------------------------------------*/
#shop .wrap-shop {
	background-color: #FFFFFF;
	border: 1px solid #BCBCBF;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}
#shop .wrap-shop h3 {
	background-color: #F1F2F6;
	border-bottom: 1px solid #BCBCBF;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px;
	position: relative;
}
#shop .wrap-shop .inner {
	margin: 10px;
}
#shop .wrap-shop .shop-text {
	margin-bottom: 20px;
}
#shop dl {
	border-bottom: 1px solid #BCBCBF;
	display: table;
	margin-bottom: 5px;
	width: 428px;
}
#shop dt,
#shop dd {
	box-sizing: border-box;
	display: table-cell;
}
#shop dt {
	font-weight: bold;
	width: 100px;
}
#shop dd {
	width: 328px;
}
#shop .wrap-shop .inner .image {
	border: 1px solid #cccccc;
	box-sizing: border-box;
	float: left;
	height: 150px;
	margin-right: 20px;
	overflow: hidden;
	text-align: center;
	width: 200px;
}
#shop .wrap-shop .inner .image img {
	height: 150px;
	width: auto;
}
#shop .wrap-shop .btn-link3 {
	position: absolute;
	right: 7px;
	top: 5px;
	width: 100px;
}
/*------------------------------------------------------------ 
	shop/detail.tpl 
------------------------------------------------------------*/
/* 店舗基本情報 */
#shop .wrap-detail {
	background-color: #FFFFFF;
	border: 1px solid #BCBCBF;
	box-sizing: border-box;
    margin-bottom: 20px;
	position: relative;
}
#shop .wrap-detail h3 {
	background-color: #F1F2F6;
	border-bottom: 1px solid #BCBCBF;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px;
	position: relative;
}
#shop .wrap-detail .inner {
	margin: 10px;
}
#shop .wrap-detail .caption-main a:hover {
	color: #FF6A00;
}
#shop .wrap-detail .inner .shop-comment {
	margin-bottom: 20px;
}
#shopInfo .inner .image {
	border: 1px solid #cccccc;
	box-sizing: border-box;
	float: left;
	height: 150px;
	margin-right: 20px;
	overflow: hidden;
	text-align: center;
	width: 200px;
}
#shopInfo .inner .image img {
	height: 150px;
	width: auto;
}
#shopInfo dl {
	border-bottom: 1px solid #BCBCBF;
	display: table;
	margin-bottom: 5px;
	width: 428px;
}
#shopInfo dt,
#shopInfo dd {
	box-sizing: border-box;
	display: table-cell;
}
#shopInfo dt {
	font-weight: bold;
	width: 100px;
}
#shopInfo dd {
	width: 328px;
}

#shopInfo #link-staff {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 200px;
}

/* アクセス */
#access {
	box-sizing: border-box;
}
#access .image {
	box-sizing: border-box;
	height: 188px;
	width: 648px;
}
#access .info {
	margin-top: 20px;
}
#access .googlemap {
	box-sizing: border-box;
	height: 300px;
	width: 648px;
}
/* スタッフ紹介 */
#shop .wrap-detail .inner {
	margin: 10px;
}
#staff .wrap-staff {
	margin-top: 30px;
}
#staff .wrap-staff:first-child {
	margin-top: 0;
}
#staff h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#staff h4 + p {
	margin-bottom: 10px;
}
#staff .image {
	border: 1px solid #cccccc;
	box-sizing: border-box;
	float: left;
	height: 150px;
	margin-right: 20px;
	overflow: hidden;
	text-align: center;
	width: 200px;
}
#staff .image img {
	height: 150px;
	width: auto;
}
#staff dl {
	border-bottom: 1px solid #BCBCBF;
	display: table;
	margin-bottom: 5px;
	width: 428px;
}
#staff dt,
#staff dd {
	box-sizing: border-box;
	display: table-cell;
}
#staff dt {
	font-weight: bold;
	width: 100px;
}
#staff dd {
	width: 328px;
}