@charset "utf-8";

/* ------------------------------------------ */

/* drink CSS */

/* ------------------------------------------ */

/* base -------------------------------- */
main {
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.f-yug {
    font-family:
        "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
        "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.05em;
}

/* pagetitle -------------------------------- */
#pagetitle {
    background-image: url("../img/drink/di-title-backdrop.jpg");
    height: 800px;
}

#pagetitle .txt {
    width: min(80vw, 700px);
    height: initial;
}

@media (max-width: 768px) {
    #pagetitle {
        height: 450px;
    }
}

@media (max-width: 480px) {
    #pagetitle .txt {
        width: 90vw;
    }
}

/* sec-intro -------------------------------- */
.intro-img {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    aspect-ratio: 45/13;
}

.intro-img img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 480px) {
    .sec-intro {
        padding-bottom: 7.5rem;
        padding-top: 5rem;
    }
}

/* sec-di common -------------------------------- */
.drinkin-img {
    max-width: calc(((100vw - 1200px) / 2) + 1200px);
    width: 95%;
    margin-left: auto;
    display: grid;
}

.drinkin-img .di-img {
    flex: 1;
    max-height: 500px;
    width: 100%;
}

.drinkin-img.dii2 {
    grid-template-columns: repeat(2, 1fr);
}

.drinkin-img.dii3 {
    grid-template-columns: repeat(3, 1fr);
}

.di-img {
    display: block;
    overflow: hidden;
    aspect-ratio: 3/2;
}

.dii3 .di-img {
    aspect-ratio: 205/154;
}

.di-img img {
    height: 100%;
    object-fit: cover;
}

.sec-di .service-mrk {
    display: flex;
    align-items: self-start;
    flex-flow: column;
}

.sec-di .num-title {
    display: flex;
    gap: 2rem;
}

.sec-di .num {
    width: 100px;
}

.sec-di .num-is {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50% 50% 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #fff;
    justify-content: center;
}

.sec-di .num .service {
    padding-top: 0.4em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
}

.sec-di .num .number {
    line-height: 0.8;
    padding-top: 0.1em;
    letter-spacing: 0;
    padding-left: 0.1em;
}

.sec-di .title-header {
    padding-top: 1.4rem;
    flex: 1;
}

.sec-di .di-title {
    letter-spacing: 0;
}

.sec-di .detail {
    width: min(calc(100vw - 10vw - 12rem), 990px);
    margin-left: calc(100px + 2rem);
}

.sec-di .contents {
    display: flex;
    flex-flow: wrap;
    gap: 2rem min(4vw, 6rem);
}

.sec-di .contents:has(.inside) {
    gap: 3rem;
}

.sec-di .contents .left {
    width: min(24.66vw, 370px);
    min-width: 300px;
}

.sec-di .contents .right {
    flex: 1;
}

.sec-di .contents .img {
    width: 300px;
    display: block;
    aspect-ratio: 2/1;
}

.sec-di .contents .img img {
    height: 100%;
    object-fit: cover;
}

.sec-di .contents .notice {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}

.sec-di .pea > dt {
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 0.9rem 1.6rem 0.7rem;
}

.sec-di .srv-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: #555;
}

.sec-di .srv-menu .mark {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
    background-color: #fff;
    width: 220px;
    padding: 1rem 2rem;
    border-radius: 2px;
    letter-spacing: 0;
    width: clamp(100px, calc(50% - 0.5rem), 220px);
}

.sec-di .srv-menu .mark .note {
    display: inline-block;
    margin-top: 0.4rem;
}

.sec-di .srv-menu i {
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: relative;
}

.sec-di .srv-menu .ex i img {
    opacity: 0.3;
}

.sec-di .srv-menu .ex i::before,
.sec-di .srv-menu .ex i::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background-color: #d1442f;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.sec-di .srv-menu .ex i::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.sec-di .srv-menu .ex i::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sec-di .chi {
    display: grid;
    grid-template-columns: 125px auto;
    gap: 2rem 1.5rem;
}

.sec-di .chi > dt .ttl {
    display: inline-block;
    padding: 0.4rem 0.4rem 0.2rem;
    border-radius: 999px;
    color: #71663d;
    background-color: #e1dcc3;
    border: 1px solid #e1dcc3;
    width: 100%;
    max-width: 125px;
    letter-spacing: 0;
}
.sec-di .chi dd .other-item   {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 20px;
}
.sec-di .chi dd .other-item img  {
    width: clamp(120px, 45%, 160px);
    aspect-ratio: 3/2;
    object-fit: cover;
}
.sec-di .chi dd .other-item .txt  {
    flex: 1;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .sec-di .srv-menu .mark {
        flex-direction: column;
        padding: 1rem 1rem;
        font-size: min(1.7vw, 1.6rem);
    }
}

@media (max-width: 991px) {
    .sec-di .num {
        width: 90px;
    }

    .sec-di .detail {
        margin-left: calc(90px + 2rem);
    }

    .sec-di .contents .img {
        width: 240px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sec-di .chi {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .sec-di .chi > dd:not(:last-child) {
        padding-bottom: 1rem;
    }
}
@media (min-width: 768px) and (max-width: 896px) {
    .sec-di .chi dd .other-item   {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .sec-di .num {
        width: 80px;
    }

    .sec-di .detail {
        margin-left: calc(80px + 2rem);
    }

    .sec-di .contents .left {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .sec-di .detail {
        width: calc(100% - 20px);
        margin-left: 20px;
    }
}
@media (max-width: 575px) {
    .sec-di .srv-menu .mark {
        padding: 1rem 1rem;
    }
}

@media (max-width: 480px) {
    .drinkin:not(:last-child) {
        padding-bottom: 6rem;
    }

    .sec-di .num-title {
        gap: 1rem;
    }

    .sec-di .num {
        width: 70px;
    }

    .sec-di .title-header {
        padding-top: 1rem;
    }

    .sec-di .contents .img {
        width: 200px;
    }
    .sec-di .srv-menu .mark {
        flex-direction: column;
        padding: 1rem 1rem;
    }
    .sec-di .chi {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

/* sec-di1 -------------------------------- */
.sec-di1 .num-is {
    background-color: #aa8e29;
}

.sec-di1 .copy {
    display: inline-block;
    border: 1px solid #f39284;
    background-color: #fff;
    border-radius: 3px;
    color: #d1442f;
    padding: 0.4rem 2rem 0.2rem;
}

.sec-di1 .pea > dt {
    background-color: #438545;
}

@media (max-width: 480px) {
    .sec-di1 .copy {
        padding: 0.4rem 0.8rem 0.2rem;
    }
}

/* sec-di2 -------------------------------- */
.sec-di2 {
    background-color: #080808;
}

.dl2-title-header {
    background-image: url("../img/drink/di2-title-backdrop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.dl2-title-header .wrap {
    position: relative;
    height: 100%;
}

.dl2-title-header .title {
    position: absolute;
    top: 45.2%;
    left: 0;
    z-index: 1;
    display: block;
    margin: 0 auto;
    line-height: 1;
    width: min(60vw, 440px);
    text-align: center;
    letter-spacing: 0.25em;
    white-space: nowrap;
    transform: translateY(-50%);
}

.sec-di2 .intro-txt {
    color: #ccc;
}

.sec-di2 .drinkin-img {
    padding-left: calc(100px + 2rem);
}

.sec-di2 .num-is {
    background-color: #480775;
}

.sec-di2 .num-title .copy,
.sec-di2 .num-title .di-title {
    color: #e6e6e6;
    letter-spacing: 0;
}

.sec-di2 .detail .text p {
    color: #ccc;
}

.sec-di2 .pea > dt {
    background-color: #63536e;
}

.sec-di2 .pea > dd {
    color: #ccc;
}

.sec-di2 .srv-menu {
    color: #ccc;
}

.sec-di2 .srv-menu .mark {
    background-color: #262626;
}

.sec-di2 .srv-menu i {
    background-color: #262626;
}

.sec-di2 .chi > dt .ttl {
    border: 1px solid #999;
    color: #fff;
    background-color: initial;
}

.sec-di2 .chi > dd {
    color: #ccc;
}

.sec-di2 .contents .kind {
    list-style-type: disc;
    padding-left: 1.4em;
}

.sec-di2 .contents .inside {
    display: flex;
    gap: 1.5rem 3.1rem;
}

.sec-di2 .contents .inside .img {
    width: 280px;
    aspect-ratio: 4/3;
}

.sec-di2 .contents .inside .chi {
    display: flex;
    flex-flow: column;
    flex: 1;
    min-width: 280px;
    gap: 0.8rem;
}

.sec-di2 .inside .chi > dt .ttl {
    width: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: initial;
}

@media (max-width: 1200px) {
    .dl2-title-header {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .sec-di2 .drinkin-img {
        padding-left: calc(90px + 2rem);
    }
}

@media (max-width: 768px) {
    .sec-di2 .drinkin-img {
        padding-left: calc(80px + 2rem);
    }

    .dl2-title-header {
        height: 300px;
    }

    .dl2-title-header .title {
        width: min(65vw, 360px);
    }

    .sec-di2 .contents .inside {
        flex-flow: column;
    }

    .sec-di2 .contents .inside .chi {
        min-width: initial;
    }
}

@media (max-width: 640px) {
    .sec-di2 .drinkin-img {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .sec-di2 {
        padding-bottom: 6rem;
    }

    .dl2-title-header {
        height: 250px;
    }
}

/* sec-guide -------------------------------- */
.sec-guide {
    background-color: #e6e6e6;
}

.sec-guide .text > p {
    display: inline-block;
    text-align: left;
}

.sec-guide .notice p {
    text-indent: -1em;
    padding-left: 1em;
}

.sec-guide .out-infor {
    position: relative;
}

.sec-guide .out-infor::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    z-index: 1;
    background-color: #e6e6e6;
}

.sec-guide .infor {
    overflow-x: auto;
    width: 100%;
}

.t-infor {
    width: 1200px;
    border-spacing: 0;
    border-collapse: collapse;
}

.t-infor th,
.t-infor td {
    border: 2px solid #e6e6e6;
}

.t-infor thead tr:first-child th:not(:nth-child(2)),
.t-infor thead tr:last-child th,
.t-infor tbody tr:not(:last-child) th,
.t-infor tbody tr:not(:last-child) td {
    border-bottom-width: 10px;
}

.t-infor thead th {
    color: #fff;
    text-align: center;
    padding: 0.8rem 0 0.7rem;
    vertical-align: middle;
    line-height: 1.5;
}

.t-infor thead th:not(.stay) {
    width: 147px;
}

.t-infor thead .clo1 {
    background-color: #aa8e29;
}

.t-infor thead .clo2 {
    background-color: #1e8720;
}

.t-infor thead .clo3 {
    background-color: #b75153;
}

.t-infor thead .clo4 {
    background-color: #5a2280;
}

.t-infor thead tr:first-child th:first-child,
.t-infor tbody th {
    background-color: #fff;
    padding: 1.7rem 1.5rem 1.6rem 2.5rem;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    width: 253px;
    line-height: 1.5;
    vertical-align: middle;
}

.t-infor thead tr:first-child th:first-child {
    background-color: #e6e6e6;
}

.t-infor thead tr:first-child th:first-child::after,
.t-infor tbody th::after {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -2px;
    background-color: #e6e6e6;
}

.t-infor thead tr:first-child th:last-child {
    width: 200px;
}

.t-infor tbody th::before {
    content: "";
    display: block;
    background-color: #aa8e29;
    width: 7px;
    height: 20px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.t-infor tbody td {
    vertical-align: middle;
    text-align: center;
}

.t-infor tbody td i {
    display: none;
}

.t-infor .avail {
    background-color: #fff;
}

.t-infor .avail::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #ff8e7c;
}

.t-infor .none {
    background-color: #d5d4cf;
}

.t-infor .none::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 3px;
    background-color: #bfbfbf;
}

.t-infor tbody .lounge th {
    background-color: #521b78;
    color: #fff;
}

.t-infor tbody .lounge th::before {
    background-color: #cebf8a;
}

.t-infor tbody .lounge th sup {
    font-size: 1.1rem;
    vertical-align: super;
}

.t-infor tbody .lung {
    background-color: #521b78;
    color: #fff;
    padding: 2.2rem 4.5rem;
}

.t-infor .lounge .avail {
    background-color: initial;
    display: inline-flex;
    align-items: center;
    gap: 1.7rem;
}

.t-infor .lounge .note {
    text-align: left;
}

@media (max-width: 768px) {
    .t-infor thead tr:first-child th:first-child,
    .t-infor tbody th {
        width: 210px;
        letter-spacing: initial;
    }
}

@media (max-width: 480px) {
    .sec-guide {
        padding-top: 6rem;
        padding-bottom: 10rem;
    }

    .t-infor {
        width: 1000px;
    }

    .t-infor thead tr:first-child th:first-child,
    .t-infor tbody th {
        width: 130px;
        font-size: 1.6rem;
    }
}
