@charset "utf-8";

.shop {
    font-family: var(--fnt-Yugo);
}

/* ---- 店舗一覧ページ ---- */

.heading_shop_lg,
.heading_shop_md,
.heading_shop_sm {
    font-family: var(--fnt-Yumin);
    font-weight: bold;
}

.heading_shop_lg span,
.heading_shop_md span,
.heading_shop_sm span {
    font-family: var(--fnt-Yugo);
}

.heading_shop_lg {
    font-size: var(--fs-30);
    margin-bottom: 60px;
    text-align: center;
}

.heading_shop_lg span {
    font-size: var(--fs-20);
    display: block;
    margin-bottom: 20px;
}

.heading_shop_md {
    font-size: var(--fs-26);
    margin-bottom: 40px;
}

.heading_shop_sm {
    font-size: var(--fs-20);
    margin-bottom: 20px;
}

.shop-fv {
    height: 520px;
    padding: 0;
    position: relative;
    background: red;
    background: url(../images/shop/fv.png) no-repeat center / cover;
}

.shop-fv .container {
    position: relative;
    height: 100%;
}

.shop-fv .heading_low,
.shop-fv .heading_low span {
    color: var(--clr-wh);
}

.shop-fv .heading_low {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.shop-fv .shop-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--clr-bk);
    width: 100%;
}

.nav_shop {
    display: flex;
}

.nav-item_shop {
    flex: 1;
    border-left: 1px solid var(--clr-wh);
}

.nav-item_shop:last-child {
    border-right: 1px solid var(--clr-wh);
}

.nav-item_shop a {
    color: var(--clr-wh) !important;
    padding: 20px 0;
    display: block;
    font-size: var(--fs-18);
    text-align: center;
    background: url(../images/icon/ic_arrow_bt_wh.svg) no-repeat center right 20px / 10px;
}

.nav-item_shop a:hover {
    background-color: var(--clr-dgy);
}

.shop-wrap {
    padding: 0;
}

.shop-main {
    padding: 60px 0;
}

.shop-main .bt_box {
    width: 100%;
    padding: 20px 0;
}

.shop-main .bt_box + p {
    margin-top: 5px;
    font-size: var(--fs-12);
}

dd span {
    display: inline-block;
    width: 80px;
}

.shop-sub {
    padding: 60px 0;
    background: var(--clr-lgy);
}

.shop-wrap .img-wrap {
    width: 270px;
    margin-right: 40px;
}

.shop-wrap .txt-wrap {
    width: calc(100% - 270px);
}

.shop-wrap .txt-wrap dl {
    display: flex;
}

.shop-wrap .txt-wrap dl + dl {
    margin-top: 10px;
}

.shop-wrap .txt-wrap dt {
    width: 80px;
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
}

.shop-wrap .txt-wrap dt::after {
    content: ':';
    display: block;
}

.shop-wrap .txt-wrap dd .bt_box {
    margin-top: 10px;
    font-size: var(--fs-12);
}

@media (max-width: 768px) {
    .heading_shop_lg {
        margin-bottom: 30px;
    }

    .heading_shop_lg span {
        margin-bottom: 10px;
    }

    .nav-item_shop a {
        font-size: var(--fs-12);
        background-size: 7px;
        background-position: center bottom 10px;
    }

    .nav-item_shop:first-child {
        border-left: none;
    }

    .nav-item_shop:last-child {
        border-right: none;
    }

    .shop-wrap .flex {
        flex-direction: column;
    }

    .shop-wrap .img-wrap {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .shop-wrap .txt-wrap {
        width: 100%;
    }

    .shop-sub .img-wrap figure img {
        width: 100%;
        justify-content: flex-start;
    }
}

/* ---- 団楽ページ ---- */
.danraku-fv {
    background: url(../images/shop/danraku/fv.png) no-repeat center / cover;
}

.danraku-fv .container {
    position: relative;
}

.danraku-fv figure {
    position: absolute;
    left: 0;
    top: 0;
}

.danraku-about {
    background: var(--clr-lgy);
}

.danraku-about .flex {
    align-items: center;
    justify-content: center;
}

.danraku-about .heading_shop_lg {
    text-align: left;
    border-top: 1px dotted var(--clr-bk);
    border-bottom: 1px dotted var(--clr-bk);
    padding: 50px 0;
}

.danraku-about .heading_shop_md {
    text-align: center;
}

.danraku-info .heading_shop_md {
    text-align: center;
}

.danraku-about .heading_shop_sm + p {
    margin-bottom: 20px;
}

.danraku-info .swiper-shop {
    overflow: hidden;
}

.danraku-info .img-wrap {
    margin-bottom: 40px;
}

.danraku-info .img-wrap img {
    width: 100%;
}

.danraku-info .block:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted var(--clr-bk);
}

.danraku-info dl {
    display: flex;
}

.danraku-info dl + dl {
    margin-top: 10px;
}

.danraku-info dt {
    width: 80px;
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
}

.danraku-info dt::after {
    content: ':';
    display: block;
}

.danraku-info dd .bt_box {
    margin-top: 10px;
    font-size: var(--fs-12);
}

.danraku-info .menu li + li {
    margin-top: 15px;
}

.danraku-info .menu a {
    padding: 5px;
    color: var(--clr-wh);
    display: flex;
    align-items: center;
    border-radius: 3px;
    background: url(../images/icon/ic_arrow_rt_wh.svg) no-repeat center right 20px / 7px;
    background-color: var(--clr-bk);
}

.danraku-info .sns {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.danraku-info .sns li + li {
    margin-left: 10px;
}

.danraku-info .menu i {
    width: 20px;
    height: 20px;
    background: url(../images/icon/ic_pdf_wh.svg) no-repeat center / cover;
    margin-left: 100px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .danraku-about .flex {
        flex-direction: column;
    }

    .danraku-fv figure {
        position: relative;
        top: unset;
        left: unset;
        padding-top: 30px;
    }

    .shop-fv.danraku-fv .heading_low {
        position: relative;
        left: auto;
        top: auto;
        transform: unset;
    }

    .danraku-fv .nav_shop {
        flex-wrap: wrap;
        margin: 0 calc(50% - 50vw);
    }

    .danraku-fv .nav-item_shop {
        width: 50%;
        flex: unset;
        border: none;
        border-right: 1px solid var(--clr-wh);
        border-bottom: 1px solid var(--clr-wh);
    }

    .danraku-fv .nav-item_shop:nth-of-type(2n) {
        border-right: none;
    }

    .danraku-fv .nav-item_shop:nth-last-of-type(-n + 2) {
        border-bottom: none;
    }
}

/* 24.05.17追加 */
.bg_yellow {
    display: block;
    padding: 1em;
    background-color: #fffaba;
    border-radius: 10px;
    font-weight: 600;
}

.bg_yellow_text1 {
    text-align: center;
}

.bg_yellow_text2 {
    font-size: 14px;
    line-height: 20px;
}

.bg_red {
    padding: 1em;
    color: #ffffff;
    background-color: #c30d23;
    border-radius: 10px;
    font-size: large;
    font-weight: 600;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.grid-2-child {
    gap: 7px 10px;
}

.grid-image {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    aspect-ratio: 5 / 4;
    overflow: hidden;
}

.grid-image-child {
    aspect-ratio: 5 / 4;
}

.grid-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    object-fit: cover;
}

.delica_text {
    font-size: small;
    font-weight: 600;
    text-align: right !important;
}

.delica-flex-last {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.delica-flex-last-image {
    width: 80px;
    height: auto;
    margin: 0 !important;
}

.delica-flex-last-textWrap {
    display: block;
}

.delica-flex-last-text {
    color: #c30d23;
    font-size: 28px;
    font-family: 'ヒラギノ明朝 ProN', '游明朝', serif;
    font-weight: 700;
}

.shop-flex-column {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .grid-2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .bg_yellow {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .bg_yellow_text1 {
        font-size: medium !important;
    }

    .bg_yellow_text2 {
        font-size: 16px !important;
    }

    .bg_red {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .delica_text {
        text-align: left !important;
    }

    .delica-flex-last-text {
        font-size: 20px;
    }
}
