@charset "utf-8";
/* shop.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GVナビ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_shop a {
	color: #FFFFFF !important;	
}
#bt_shop a span {
	color: rgba(255,255,255,0.60) !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url("../images/shop_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 120px;
}
#lead p {
	height: 280px; /* 縦書きの高さ */
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 店舗名　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tenpo_box {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 80px;
}
.tenpo_box h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-left: 40px;
	background-image: url(../images/footprints_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 26px;
	display: flex;
    align-items: center; 
}
.tenpo_box h4::after {
	background-color: #D8C182; /* 横線の色 */
	border-radius: 5px; /* 横線の両端を丸く */
	content: "";
	flex-grow: 1; /* 横幅いっぱい */
	height: 5px; /* 横線の高さ */
	margin-left: 15px; /* 文字との余白 */
}

/* -- 写真 ----------------------------------------------- */
.shop_pic {
	margin-bottom: 20px;
}
.shop_pic ul {
	display: flex;
}

.shop_pic li {
	width: 50%;
}

.shop_pic img {
	width: 100%;
	height: auto;
}

/* -- テーブル ----------------------------------------------- */
.shop_tbl {
	margin-bottom: 30px;
}
.shop_tbl table {
	border-top: 1px solid #875921;
	border-left: 1px solid #875921;
}
.shop_tbl th {
	border-right: 1px solid #875921;
	border-bottom: 1px solid #875921;
	width: 30%;
	font-size: 15px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFF8D6;
}
.shop_tbl td {
	border-right: 1px solid #875921;
	border-bottom: 1px solid #875921;
	width: 70%;
	font-size: 15px;
	line-height: 1.6em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.shop_tbl td ul {
	margin-left: 1.5em;
	list-style-type: disc;
}
.map_box {
	border: 1px solid #875921;
}

.map_box iframe {
	width: 100%;
	height: 400px;
	vertical-align: bottom;
}















/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GVナビ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_shop a {
	color: #FF9AA2 !important;	
}
#bt_shop a span {
	color: rgba(255,154,162,0.60) !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#lead p {
	height: 220px; /* 縦書きの高さ */
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 店舗名　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tenpo_box {
	padding-left: 20px;
	padding-right: 20px;
}
.tenpo_box h4 {
	font-size: 20px;
	padding-left: 38px;
	background-size: auto 24px;
}

/* -- テーブル ----------------------------------------------- */
.shop_tbl th {
	font-size: 14px;
}
.shop_tbl td {
	font-size: 14px;
	line-height: 1.6em;
}
}
