<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 追加CSS */
/*長野修正*/
.access_sec02 {
    #front_sec_btn {
        margin-bottom: 0;
    }
}
section.front_btn.plus-front_btn {
    margin-bottom: 60px;
}
.slick_wrapper .slider-img img {
    max-height: 550px;
}
h3.facilities_t {
    margin-top: 16px;
}
#front_sec_message .wrapper .textbox::before {
    right: 110%;
    width: 13vw;
    height: 20vw;
}

/* Reservationセクションの調整 */
#front_sec_reservation {
    position: relative;
    background: #fff;
    padding: 100px 0 20px;
    z-index: 10;
    margin-top: 100px !important;
}

#front_sec_reservation .box {
    display: block;
}

#front_sec_reservation .ttl {
    width: 100%;
    margin-bottom: 40px;
}

#front_sec_reservation .reservation-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0;
}

#front_sec_reservation .container {
    max-width: calc(1200px + 12%);
    padding: 0 6%;
    margin: 0 auto;
}

#front_sec_reservation .sec_ttl {
    font-size: 1.6rem;
    text-align: left;
    font-weight: 500;
    padding-top: 70px;
    letter-spacing: 0.06em;
    margin-bottom: 40px;
}

#front_sec_reservation .sec_ttl::before {
    content: attr(data-en)"";
    font-size: 6.4rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    background: linear-gradient(90deg, #00A0E9 0%, #0068B7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: inherit;
    height: 100%;
    line-height: 1;
    top: 0;
    bottom: auto;
    display: block;
    white-space: nowrap;
}

#front_sec_reservation .sec_ttl span {
    position: relative;
    padding-left: 20px;
}

#front_sec_reservation .sec_ttl span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00A0E9;
}

#front_sec_reservation .iframe-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    height: 0;
    padding-bottom: 210px;
    overflow: hidden;
}

#front_sec_reservation .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    #front_sec_reservation {
        padding: 60px 0 20px !important;
        margin-top: 300px !important;
    }
    #front_sec_reservation .container.gutters {
        padding: 0 6% !important;
    }
    #front_sec_reservation .box {
        flex-direction: column;
        gap: 30px;
    }
    #front_sec_reservation .ttl {
        display: contents;
    }
    #front_sec_reservation .sec_ttl {
        padding-top: 60px;
        margin-bottom: 20px;
    }
    #front_sec_reservation .sec_ttl::before {
        font-size: 5rem;
    }
    #front_sec_reservation .reservation-box {
        width: 100%;
        padding: 0;
    }
    #front_sec_reservation .iframe-container {
        width: 100%;
        padding-bottom: 210px;
        margin: 0;
    }
    #front_sec_reservation .iframe-container iframe {
        transform: scale(0.8);
        transform-origin: top left;
        width: 125%;
    }
}

@media screen and (min-width: 768px) {
.btn-p {
    text-align: center;
}
}
span.under-line {
    text-decoration: underline; /* 下線 */
    text-decoration-thickness: 0.5em; /* 線のさ */
    text-decoration-color: rgba(251,247,56, 0.7); /* 線の色 */
    text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
    text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省されない（線が途切れない） */
}
@media (max-width: 767px) {
#front_sec_info {
    padding-bottom: 70px;
}
}

/* Newsセクションの調整 */
#News {
    margin-top: -40px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #News {
        margin-top: -30px;
    }
}

@media (max-width: 767px) {
    #News {
        margin-top: -30px;
    }
}

/* タブレット用のスタイル調整 */
@media (min-width: 768px) and (max-width: 1199px) {
    #front_sec_reservation {
        padding: 60px 0 20px;
        margin-top: 230px !important;
    }

    #front_sec_reservation .container {
        max-width: 90%;
        padding: 0 4%;
    }

    #front_sec_reservation .sec_ttl {
        font-size: 1.4rem;
        padding-top: 60px;
    }

    #front_sec_reservation .sec_ttl::before {
        font-size: 5.6rem;
    }

    #front_sec_reservation .iframe-container {
        max-width: 100%;
        padding-bottom: 50%;
    }

    #News {
        margin-top: -30px;
    }
}

@media (max-width: 767px) {
    #front_sec_news {
        padding-top: 100px !important;
    }
}

@media (max-width: 500px) {
    #front_sec_news {
        padding-top: 60px !important;
    }
}

.aioseo-author-bio-compact {
	display: none;
}</pre></body></html>