@charset "utf-8";
@media screen and (max-width: 640px) {
    .top-lead-box {
        display: none;
    }
    .header-logo {
        overflow: hidden;
        max-width: 50%;
        img {
            height: 40px;
        }
    }
    .header-address {
        display: none;
    }
    .header-mail-button {
        width: 40px;
        height: 40px;
        right: 55px;
        img {
            width: 20px
        }
    }
    .pc-tel {
        display: none;
    }
    .sp-tel {
        display: block;
    }
    .header-center {
        top: 5px;
        right: 100px;
        padding: 0;
    }
    .toggle-menu {
        right: -100px;
        top: 44px;
    }
    .header-tel a {
        background-color: var(--color-theme);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        img {
            width: 20px;
        }
    }
    .hamburger {
        top: 5px;
        right: 5px;
    }
    .top-service {
        padding: 50px 10px;
    }
    .top-service-list {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    .fixed-sns {
        bottom: 0;
        left: 0;
        width: 100%;
        flex-direction: row;
        a {
            width: 33.3333%;
            height: 50px;
        }
    }
    .footer {
        padding-bottom: 60px;
    }

    th {
        display: block;
        width: 100%;
        margin-top: 1em;
        text-align: left;
        padding: 0.5em 1em;
        border: none;
    }
    td {
        display: block;
        width: 100%;
        border: none;
        padding: 0.3em 1em;
    }
    .table-1 {
        th, td {
            display: table-cell;
            width: inherit;
            padding: 0.5em;
        }
    }
    .table-2 {
        th, td {
            width: 100%;
        }
    }
    .table-hotel {
        th,td {
            display: table-cell;
            font-size: clamp(12px, 2.5vw, 16px);
            width: inherit;
            padding: 0.5em;
        }
        th {
            border: 1px solid #FFF;
        }
        td {
            border: 1px solid var(--color-theme);
        }
    }
    .contactform {
        th {
            text-align: left;
            padding: 0;
        }
        td {
            padding: 0;
        }
    }
    /* spサイズで画像の回り込みを解消、中央配置にする。（デフォルト設定） */
    img.alignleft, 
    img.alignright,
    figure.alignleft, 
    figure.alignright {
        float: none;
        display: block;
        margin: 0 auto;
        position: relative;
        right: 0;
    }

    img.alignleft::after, 
    img.alignright::after,
    figure.alignleft::after, 
    figure.alignright::after {
        content: "\A";
        white-space: pre;
    }

    /* spサイズでも画像の最大幅を50%にして、回り込みを有効にするクラス　br-no */
    img.alignleft.br-no {
        float: left;
        display: inline;
        max-width: 50%;
        margin: 0 10px 0 0;
    }

    img.alignleft.br-no::after {
        content: "";
        white-space: pre;
    }

    img.alignright.br-no {
        float: right;
        display: inline;
        max-width: 50%;
        margin: 0 0 0 10px;
    }
    img.alignright.br-no::after {
        content: "";
        white-space: pre;
    }
    /* グリッド */
    .pc-6,
    .pc-5,
    .pc-4,
    .pc-3,
    .pc-2,
    .tab-3,
    .tab-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .tab-1,
    .sp-1 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .col-11, .col-10, .col-9 {
        width: 66.6666%;
    }
    .col-8, .col-7 {
        width: 50%;
    }
    .col-6 {
        width: 50%;
    }
    .col-5, .col-4 {
        width: 50%;
    }
    .col-3, .col-2, .col-1 {
        width: 33.3333%;
    }

    .col-6-7, .col-5-7 {
        width: 75%;
    }
    .col-4-7, .col-3-7 {
        width: 50%;
    }
    .col-2-7, .col-1-7 {
        width: 25%;
    }

    .col-4-5 {
        width: 75%;
    }
    .col-3-5 {
        width: 50%;
    }
    .col-2-5 {
        width: 50%;
    }
    .col-1-5 {
        width: 25%;
    }

    
    .col-sp-12 {
        width: 100%;
    }
    .col-sp-11 {
        width: 91.6666%;
    }
    .col-sp-10 {
        width: 83.3333%;
    }
    .col-sp-9 {
        width: 75%;
    }
    .col-sp-8 {
        width: 66.6666%;
    }
    .col-sp-7 {
        width: 58.3333%;
    }
    .col-sp-6 {
        width: 50%;
    }
    .col-sp-5 {
        width: 41.6666%;
    }
    .col-sp-4 {
        width: 33.3333%;
    }
    .col-sp-3 {
        width: 25%;
    }
    .col-sp-2 {
        width: 16.6666%;
    }
    .col-sp-1 {
        width: 8.3333%;
    }
    .col-sp-6-7 {
        width: 85.7142%;
    }
    .col-sp-5-7 {
        width: 71.4285%;
    }
    .col-sp-4-7 {
        width: 57.1428%;
    }
    .col-sp-3-7 {
        width: 42.8571%;
    }
    .col-sp-2-7 {
        width: 28.5714%;
    }
    .col-sp-1-7 {
        width: 14.2857%;
    }
    .col-sp-4-5 {
        width: 80%;
    }
    .col-sp-3-5 {
        width: 60%;
    }
    .col-sp-2-5 {
        width: 40%;
    }
    .col-sp-1-5 {
        width: 20%;
    }

    /* utility */

    .pd-sp-0 {
        padding: 0px;
    }
    .pd-sp-5 {
        padding: 5px;
    }
    .pd-sp-10 {
        padding: 10px;
    }
    .pd-sp-15 {
        padding: 15px;
    }
    .pd-sp-20 {
        padding: 20px;
    }
    .pi-sp-0 {
        padding-inline: 0px;
    }
    .pi-sp-5 {
        padding-inline: 5px;
    }
    .pi-sp-10 {
        padding-inline: 10px;
    }
    .pi-sp-15 {
        padding-inline: 15px;
    }
    .pi-sp-20 {
        padding-inline: 20px;
    }

    .gap-0 {
        gap: 5px 10px;
    }

    .gap-pc-0 {
        gap: 5px 10px;
    }

    .gap-10 {
        gap: 5px 10px;
    }

    .gap-pc-10 {
        gap: 5px 10px;
    }

    .gap-20 {
        gap: 5px 10px;
    }

    .gap-pc-20 {
        gap: 5px 10px;
    }

    .gap-30 {
        gap: 5px 10px;
    }

    .gap-pc-30 {
        gap: 5px 10px;
    }

    .gap-40 {
        gap: 5px 10px;
    }

    .gap-pc-40 {
        gap: 5px 10px;
    }

    .gap-50 {
        gap: 5px 10px;
    }

    .gap-pc-50 {
        gap: 5px 10px;
    }

    .gap-60 {
        gap: 5px 10px;
    }

    .gap-pc-60 {
        gap: 5px 10px;
    }

    .gap-tab-0 {
        gap: 5px 10px;
    }

    .gap-tab-10 {
        gap: 5px 10px;
    }

    .gap-tab-20 {
        gap: 5px 10px;
    }

    .gap-tab-30 {
        gap: 5px 10px;
    }

    .gap-sp-0 {
        gap: 0px;
    }

    .gap-sp-5 {
        gap: 5px;
    }

    .gap-sp-10 {
        gap: 10px;
    }

    .gap-sp-15 {
        gap: 15px;
    }

    .gap-sp-20 {
        gap: 20px;
    }

    /* ユーティリティクラス */
    .tab, .pc, .tab-inline, .pc-inline {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp-inline {
        display: inline-block;
    }

}