@charset "utf-8";

.whiteBox h2 {
	margin-top:20px;
}

.mainArea h3 {
    position: relative;
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #41220E;
    line-height: 1.5;
    cursor: pointer;
}

.mainArea h3 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-feature-settings: "palt";
}

.mainArea .shop {
    margin: 20px 0 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #41220E;
}

.mainArea .shop h4 {
    color: #b6a168;
    font-size: 2.4rem;
    line-height: 1.5;
}

.shop {
    margin: 20px 0 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #41220E;
}
.shop dl dt.addr {
    background: url(https://baraka-style.com/_common/images/icon_shop_pc.png) left center no-repeat;
}
.shop dl dt.tel {
    background: url(https://baraka-style.com/_common/images/icon_tel_pc.png) 1px center no-repeat;
}
.shop dl dt.time {
    background: url(https://baraka-style.com/_common/images/icon_time_pc.png) 1px center no-repeat;
}
.shop dl dt.map {
    background: url(https://baraka-style.com/_common/images/icon_map_pc.png) 3px center no-repeat;
}
.shop dl dt.item {
    background: url(https://baraka-style.com/_common/images/icon_item_pc.png) 2px center no-repeat;
}
.shop dl dt.url {
    background: url(https://baraka-style.com/_common/images/icon_url_pc.png) left center no-repeat;
}
.shop dl dt.email {
    background: url(https://baraka-style.com/_common/images/icon_email_pc.png) 1px center no-repeat;
}
.shop dl dt {
    float: left;
    clear: both;
    width: 110px;
    padding: 0 0 0 33px;
    font-size: 1.6rem;
    line-height: 1.65;
}
.shop dl dd {
    margin: 0 0 0 110px;
    padding: 0 0 0 12px;
    font-size: 1.6rem;
    border-left: 1px solid #b6a168;
    line-height: 1.65;
}
.shop dl dt.tel + dd {
    color: #b6a168;
    font-weight: bold;
}
.shop:after {
    content: "";
    display: block;
    clear: both;
}
.shop .info {
    float: left;
	padding-left:10px;
}
.shop .img {
    float: right;
}
.shop .img img:last-child {
    margin-bottom: 0;
}
.shop .img img {
    display: block;
    width: 232px;
    height: auto;
    margin-bottom: 10px;
    border: 2px solid #b6a168;
}
img {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: bottom;
}
.mainArea h3.open:after {
    content: "▲";
}

.mainArea h3:after {
    content: "▼";
    position: absolute;
    right: 0;
    cursor: pointer;
}

@media screen and (min-width: 768px) {/* PC */
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width:1024px) {
}
@media screen and (min-width:1025px) {
}
@media screen and (min-width:1920px) {
}
@media screen and (max-width: 767px) {/* SP */
}
@media screen and (max-width: 480px) {
}