@charset "utf-8";

/* ====================================
店舗案内
====================================== */
.shopSe {
    width: 100%;
    margin: auto;
}

.shopSe .shopSeTtl {
    margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
}

.shopSeIn1 { margin-bottom: 10.6vw;}

.shopSeIn .shopName {
    margin-bottom: 15px;
	font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    font-weight: bold;
	color: #4b3b0c;
	letter-spacing: 0.1em;
}

.shopSeBox {
    padding: 5.3vw;
	background: #f5f5f5;
}

.shopSeInfo {
    /*201119 店舗写真削除に伴うレイアウト変更
    float: left;
    width: 100%;
    */
    margin-bottom: 24px;
}

/*201119 店舗写真削除
.shopSeImg {
    float: right;
    width: 100%;
    margin-bottom: 8.0vw;
}
*/

.shopSeImg img { width: 100%;}

.shopSeMap {
    clear: both;
    width: 100%;
    height: 300px;
}

.shopSeMap iframe {
    width: 100%;
    height: 100%;;
}

.shopSeInfo dl {
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 18px;
	border-bottom: 1px solid #ccc;
}
.shopSeInfo dl:nth-last-of-type(1) { margin-bottom: 0;}

.shopSeInfo dt,
.shopSeInfo dd {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
}

.shopSeInfo dt { font-weight: bold;}

.shopSeInfo dd a { font-size: 1.4rem;}

.shopKome {
    display: block;
    margin-top: 15px;
    font-size: 1.3rem;
    color: #da2533;
}