@charset "utf-8";

@media only screen and (min-width : 769px) {
    .box_shopInfo {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.box_shopInfo--content {
    margin-bottom: 0.25em;
}

.box_shopInfo--inf .ttl {
    background: rgb(126, 126, 126);
    color: var(--c_white);
}

.box_shopInfo--inf .ttl--name {
    background: #fff;
    color: var(--c_blk);
}

@media only screen and (min-width : 769px) {
    .box_shopInfo--inf .ttl {
        background: none;
        color: var(--c_blk);
    }
}

.box_shopInfo--inf .ttl {
    padding-left: 1em;
}

.box_shopInfo--inf .txt {
    padding-left: 5px;
}

.box_shopInfo--inf .txt--inf {
    padding-left: 1em;
    line-height: 1.5;
    margin-bottom: 1em;
}

@media only screen and (min-width : 769px) {
    .box_shopInfo--inf .txt--inf {
        margin-bottom: 0;
    }
}

.box_shopInfo--content,
.box_shopInfo--inf {
    width: 100%;
}

@media only screen and (min-width : 769px) {
    .box_shopInfo--content {
        width: 50%;
        margin-bottom: 0;
    }

    .box_shopInfo--inf {
        width: 48%;
        padding-left: 0.5em;
    }

    .box_shopInfo--inf .ttl,
    .box_shopInfo--inf .txt {
        padding-left: 0;
    }
}

.box_shopInfo--inf {
    padding-bottom: 0.25em;
}

.box_shopInfo--inf .ttl--name_dt {
    line-height: 2;
}

@media only screen and (min-width : 769px) {
    .box_shopInfo--inf .ttl--name_dt {
        line-height: 1.5;
    }
}

.box_shopInfo--inf .ttl--name {
    font-size: var(--fs_lb);
    line-height: 1.5;
}

.box_shopInfo--inf .txt--sub {
    line-height: 1.5;
}

.box_shopInfo--inf .box_shopData {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width : 769px) {
    .box_shopInfo--inf .box_shopData {
        margin-top: 1em;
    }
}

.box_shopInfo--inf .box_shopData .ttl,
.box_shopInfo--inf .box_shopData .txt {
    width: 100%;
    line-height: 1.5;
}
.box_shopInfo--inf .box_shopData .txt {
    margin-bottom: 1em;
}

@media only screen and (min-width : 769px) {
    .box_shopInfo--inf .box_shopData .ttl {
        width: 40%;
    }

    .box_shopInfo--inf .box_shopData .txt {
        width: 60%;
        margin-bottom: 0;
    }
}


/*gMap レスポンシブル対応*/
.box--gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    /*吹き出しに住所が表示されない高さ*/
    position: relative;
}

@media only screen and (min-width : 769px) {
    .box--gmap {
        /* padding-bottom: 56.25%; */
        padding-bottom: 98%;
    }
}

.box--gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}