@charset "UTF-8";


    .flex-wrap {
        display: flex; flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .flex-item {
        box-sizing: border-box;
        text-align: center;
    }
    .flex-item img { width: 100%; height: auto; display: block; }
    .flex-txt {
        margin-top: 2%;
        font-size: clamp(0.65rem, 0.9vw, 0.9rem);
        line-height: 1.5; word-break: break-all;
    }
    .flex-txt2 {
        margin-top: 2%;
        font-size: clamp(0.7rem, 1.1vw, 1.1rem);
        line-height: 1.5; word-break: break-all;
    }
    .flex-num { font-size: 3em; }
    @media (min-width: 1025px) {
        .flex-item { flex: 0 0 24.4%; }
    }
    @media (max-width: 1024px) {
        .flex-num { font-size: 2em; }
        .flex-item { flex: 0 0 49%; margin-bottom: 4%; }
    }




/* ===== .text11 h1 リセット（見た目を変えない） ===== */
.text11 {
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

/* スマホ */
@media screen and (max-width:1024px){
    .topobitop {
        width: 100%; height:auto;
        text-align: left;
        padding: 30px 5% 30px 3%;
        margin: 0% auto 0%;
        background-image: url("../img/top/topbg1.webp");
        background-repeat: no-repeat;
        background-position: top right;
    }
    .img33 {
        top: 15%; left: 4%;
        width: 50%; height: auto;
        margin: 0; text-align: left;
    }
    .text11 {
        width: 100%; height: auto;
        font-size: clamp(14px, 2.0vw, 2.8rem);
        margin: 2% 0 2%;
        text-align: left;
        letter-spacing: 10px;
        font-feature-settings: "palt";
    }
    .text12 {
        width: 100%; height: auto;
        margin: 0;
        font-size: clamp(12px, 0.9vw, 2rem);
        text-align: left;
        line-height: 2.2;
    }
    .btn-container {
        display: flex; flex-wrap: wrap;
        justify-content: center;
        gap: 5%; width: 100%; max-width: 700px;
        margin: 5% auto 3%;
        font-family: "Sawarabi Mincho", serif;
    }
    .btn-link {
        flex: 1; min-width: 180px;
        text-decoration: none; position: relative; overflow: hidden;
        display: flex; align-items: center; justify-content: center;
        padding: 18px 10px;
        color: #ffffff; letter-spacing: 0.5em;
        font-size: clamp(0.9rem, 1.2vw, 1.1rem);
        transition: opacity 0.3s ease;
    }
    .btn-request { background: linear-gradient(135deg, #5c7d7c, #5c7d7c); }
    .btn-reserve  { background: linear-gradient(135deg, #a9a082, #a9a082); }
    .btn-link::after {
        content: ''; display: inline-block;
        width: 16px; height: 16px; margin-left: 12px;
        background-color: #fff;
        mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z"/></svg>') no-repeat center;
        -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z"/></svg>') no-repeat center;
    }
    .btn-link::before {
        content: ""; position: absolute;
        top: 0; left: -100%;
        width: 100%; height: 100%;
        background: linear-gradient(120deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 70%);
        transition: none;
    }
    .btn-link:hover::before { left: 100%; transition: all 0.6s ease-in-out; }
    .btn-link:hover { opacity: 0.9; }
}

@media screen and (min-width:1025px){
    .topobitop {
        position: relative;
        width: 100%; height: 40vh;
        text-align: left;
        padding: 8% 5% 0% 3%;
        margin: 0% auto 0%;
        background-image: url("../img/top/topbg1.webp");
        background-repeat: no-repeat;
        background-position: top right;
    }
    .img33 {
        position: absolute;
        top: 15%; left: 4%;
        width: 22%; height: auto;
        margin: 0; text-align: left;
    }
    .text11 {
        position: absolute;
        top: 35%; left: 1%;
        width: 50%; height: auto; min-height: 300px;
        font-size: clamp(14px, 2.0vw, 2.8rem);
        margin: 0;
        text-align: left;
        letter-spacing: 10px;
        font-feature-settings: "palt";
    }
    .text12 {
        position: absolute;
        bottom: 14%; right: 0%;
        min-width: 400px; width: 42vw;
        height: auto; margin: 0;
        font-size: clamp(12px, 0.9vw, 2rem);
        text-align: left; line-height: 2.2;
    }
}


    .btn-container {
        display: flex; flex-wrap: wrap;
        justify-content: center;
        gap: 4%; width: 100%; max-width: 700px;
        margin: 5% auto 3%;
        font-family: "Sawarabi Mincho", serif;
    }
    .btn-link {
        flex: 1; min-width: 180px;
        text-decoration: none; position: relative; overflow: hidden;
        display: flex; align-items: center; justify-content: center;
        padding: 22px 10px;
        color: #ffffff; letter-spacing: 0.5em;
        font-size: clamp(1.0rem, 1.6vw, 1.2rem);
        transition: opacity 0.3s ease;
    }
    .btn-request { background: linear-gradient(135deg, #5c7d7c, #5c7d7c); }
    .btn-reserve  { background: linear-gradient(135deg, #a9a082, #a9a082); }
    .btn-link::after {
        content: ''; display: inline-block;
        width: 16px; height: 16px; margin-left: 12px;
        background-color: #fff;
        mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z"/></svg>') no-repeat center;
        -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z"/></svg>') no-repeat center;
    }
    .btn-link::before {
        content: ""; position: absolute;
        top: 0; left: -100%;
        width: 100%; height: 100%;
        background: linear-gradient(120deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 70%);
        transition: none;
    }
    .btn-link:hover::before { left: 100%; transition: all 0.6s ease-in-out; }
    .btn-link:hover { opacity: 0.9; }
    @media (max-width: 768px) {
        .btn-container { width: 90%; flex-direction: column; gap: 10px; }
        .btn-link { width: 100%; }
    }

.textline1 {
    display: flex; align-items: center;
    width: 20%; white-space: nowrap;
    margin-right: 10px;
}
.textline1::after {
    content: ""; flex-grow: 1;
    height: 1px; background-color: #000;
    margin-left: 10px;
}

            .responsive-container {
                flex-direction: row;
                justify-content: space-between;
                gap: 4.167vw;
                margin: 10% 0;
            }
            .text-block { width: 31.25vw; }
            .image-group { width: 47.917vw; display: flex; gap: 1.042vw; }
            @media (max-width: 1024px) {
                .responsive-container {
                    flex-direction: column;
                    width: 90%;
                    gap: 40px;
                }
                .text-block, .image-group { width: 100%; }
                .image-group { flex-direction: row; }
                .heading-text { font-size: clamp(1.0rem, 1.6vw, 1.2rem) !important; }
                .main-copy   { font-size: clamp(0.9rem, 1.4vw, 1.1rem) !important; }
                .desc-text   { font-size: clamp(0.8rem, 1.2vw, 1.0rem) !important; }
            }
    