@charset "utf-8";

/*----header----*/

.header {
    position: fixed;
    z-index: 999;
    padding: 3.6rem 4rem 3.6rem 5rem;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    transition: all .5s;
}

.hNavBoxWr {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5rem;
}

.hNavBox {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3.8rem;
    color: #FCF6EF;
    filter: drop-shadow(0 0.2rem 0.6rem rgb(0 0 0 / 25%));
    position: relative;
    z-index: 1;
}

.hNavLink {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    position: relative;
    z-index: 3;
}

.hNavLink>a:hover {
    text-decoration: underline;
}

.hLogo {
    max-width: 23rem;
    width: 100%;
    display: block;
    filter: drop-shadow(0 0.3rem 1rem rgb(0 0 0 / 25%));
}

.hContBtn {
    max-width: 23rem;
    width: 100%;
    height: 6.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    border-radius: 3.4rem;
    border: 0.1rem solid #fff;
    color: #FCF6EF;
    filter: drop-shadow(0 0.2rem 0.6rem rgb(0 0 0 / 25%));
    transition: all .5s;
}

.hContBtn figure {
    width: 2.5rem;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hContBtn:hover {
    background-color: rgb(250 250 249 / 30%);
}

.hNavDropBox {
    position: relative;
}

.hNavDropListBox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5rem;
    width: 18rem;
    padding: 1.5rem;
    text-align: center;
    background-color: #047387;
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.hNavDropListBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3rem;
    z-index: -2;
    bottom: 100%;
    left: 0;
    right: 0;
}

.hNavDropLink {
    font-size: 1.5rem;
    margin-top: 0.8rem;
}

.hNavDropListBox .hNavDropLink:first-child {
    margin-top: 0;
}

.hNavDropLink a:hover {
    text-decoration: underline;
}

.hNavDropBox:hover .hNavDropListBox {
    visibility: visible;
    opacity: 1;
}

.header.is-animation {
    background-color: #047387;
    padding: 1.9rem 4rem 1.9rem 5rem;
}

.hScrollBox {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 0;
    border: 1px solid #FCF6EF;
    background-color: #047387;
    color: #FCF6EF;
    box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 25%);
    padding: 1.6rem 1rem 1.2rem;
    max-width: 15rem;
    width: 100%;
    transition: all .5s;
}

.hScrollBox.is-f-hidden {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.hScrollDropHoverBox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32rem;
    background-color: #FCF6EF;
    box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 25%);
    color: #047387;
    padding: 1rem;
    transition: all .5s;
}

.hScrollTitSet {
    color: #FCF6EF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.455em;
    margin-bottom: 1.8rem;
}

.hScrollTit {
    border-bottom: 1px solid #FCF6EF;
}

.hScrollTitMg {
    margin-top: 0.3rem;
}

.hScrollDropBox {
    width: 100%;
    height: 9rem;
    position: relative;
    box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 25%);
    background-color: #FCF6EF;
    color: #047387;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hScrollDropBox02 {
    margin-top: 1rem;
}

.hScrollDropIcon01 {
    max-width: 2.4rem;
    width: 100%;
    margin: 1.2rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hScrollDropIcon02 {
    max-width: 2.398rem;
    width: 100%;
    margin: 1rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hScrollDropTit {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.hScrollDropHoverTit {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
}

.hScrollDropHoverListBox01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.7rem;
}

.hScrollDropHoverListBox02 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.8rem;
}

.hScrollDropHoverIcon01 {
    max-width: 2.4rem;
    width: 100%;
    margin-top: 0.3rem;
}

.hScrollDropHoverIcon02 {
    max-width: 2.398rem;
    width: 100%;
}

.hScrollDropHoverText01 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 1.455em;
}

.hScrollDropHoverText02 {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1.455em;
}

.hScrollDropBox:hover .hScrollDropHoverBox {
    opacity: 1;
    visibility: visible;
}


.hHukidasiSet {
    max-width: 30.3rem;
    width: 100%;
    margin: 0 auto 1.8rem;
    text-align: center;
}

.hHukidasiTit {
    margin-bottom: -0.8rem;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.46em;
    color: #FCF6EF;
}

.hReservationBtnWr {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 1.5rem;
}

.hReservationBtn {
    max-width: 27rem;
    width: 100%;
    height: 6rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FCF6EF;
    color: #047387;
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 10%);
}

.hReservationIcon01,
.hReservationIcon02 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hReservationIcon01 {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 1.9rem;
}

.hReservationIcon02 {
    width: 2.2rem;
    height: 2.4rem;
    margin-right: 1.8rem;
}

.hReservationText01 {
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.455em;
    margin-top: -0.4rem;
}

.hReservationText02 {
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.455em;
}

.hHamMainBox {
    margin-top: 6.9rem;
}

/*----footer---*/

.fDecoPc {
    display: block;
}

.fDecoSp {
    display: none;
}

.fDecoSetBox {
    width: 100%;
    margin-bottom: -1px;
}

.fWr {
    background-color: #047387;
    color: #FCF6EF;
    padding: 3.5rem 0 8.6rem;
}

.fFlexBox {
    max-width: 122rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.fLeft {
    max-width: 45.8rem;
    width: 100%;
}

.fRight {
    max-width: 66rem;
    width: 100%;
}

.fHukidasiSet {
    max-width: 38.6rem;
    width: 100%;
    margin: 0 auto 1.8rem;
    text-align: center;
}

.fHukidasiTit {
    margin-bottom: -0.8rem;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.46em;
}

.fLogo {
    max-width: 17.4rem;
    width: 100%;
}

.copyright {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.571em;
    text-align: right;
    margin: 3.5rem 0 0;
}

.fLogoName {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1.429em;
    margin: 4rem 0 0;
}

.fTownBox {
    margin-top: 2.1rem;
}

.fTownBox>p:first-child {
    margin-top: 0;
}

.fTownBox>p {
    margin-top: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.389em;
    font-size: 1.8rem;
}

.fReservationBtnWr {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}

.fReservationBtn {
    max-width: 32rem;
    width: 100%;
    height: 7rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FCF6EF;
    color: #047387;
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 10%);
}

.fReservationIcon01,
.fReservationIcon02 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fReservationIcon01 {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.7rem;
}

.fReservationIcon02 {
    width: 2.4rem;
    height: 2.6rem;
    margin-right: 1.8rem;
}

.fReservationText01 {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.455em;
    margin-top: -0.4rem;
}

.fReservationText02 {
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.455em;
}

.fDecoSet02 {
    max-width: 64rem;
    width: 33.33%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.fBgDecoPc {
    display: block;
}

.fBgDecoSp {
    display: none;
}

.fReservationLink {
    transition: all .5s;
}

.fReservationLink:hover {
    opacity: 0.9;
}


/* ==========================================
フッターバナー
========================================== */

.footer-banner-area {
    max-width: 132rem;
    width: 100%;
    margin: 5.5rem auto 0;
    position: relative;
    z-index: 9;
}

.footer-banner-main-title {
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-banner-main-title:before,
.footer-banner-main-title:after {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background: var(--white);
}

.footer-banner-main-title:before {
    margin-right: 3.7rem;
}

.footer-banner-main-title:after {
    margin-left: 3.7rem;
}

.footer-banner-block {
    max-width: 111.4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3rem auto 0;
}

.footer-banner-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-banner-item-left {
    max-width: 50rem;
    width: 44.88%;
}

.footer-banner-item-right {
    max-width: 52.4rem;
    width: 47.03%;
}

.footer-banner-title {
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.footer-banner-link {
    display: block;
    max-width: 32rem;
    width: 100%;
    margin: 0 0 0 1.5rem;
    transition: 0.3s;
}

.footer-banner-link:hover {
    opacity: 0.65;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1920px) {}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1550px) {

    .header {
        padding: 1.9rem 2rem 1.9rem 2.5rem;
    }

    .header.is-animation {
        padding: 1.9rem 2rem 1.9rem 2.5rem;
    }

    .hLogo {
        max-width: 17rem;
    }

    .hNavLink {
        font-size: 1.6rem;
    }

    .hNavBox {
        gap: 2.5rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

    .hNavBox {
        display: none;
    }

    .hContBtn {
        display: none;
    }

    .header.is-animation {
        background-color: #04738700;
    }

    .hScrollBox {
        padding: 1.3rem 1rem 1rem;
        max-width: 13rem;
    }

    .hScrollTitSet {
        font-size: 1.8rem;
        margin-bottom: 1.3rem;
    }

    .hScrollDropTit {
        font-size: 1.5rem;
    }

    /* ==========================================
フッターバナー
========================================== */

    .footer-banner-block {
        max-width: 66rem;
    }

    .footer-banner-item {
        max-width: 32rem;
        width: 48%;
        display: block;
    }

    .footer-banner-link {
        margin: 1rem 0 0;
    }

    .footer-banner-title {
        text-align: center;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    .fDecoPc {
        display: none;
    }

    .fDecoSp {
        display: block;
    }

    .fWr {
        padding: 0 0 6rem;
    }

    .fBgDecoPc {
        display: none;
    }

    .fBgDecoSp {
        display: block;
    }

    .fDecoSet02 {
        max-width: 100%;
        width: 100%;
    }

    .fFlexBox {
        align-items: center;
        flex-direction: column;
    }

    .fLeft {
        text-align: center;
    }

    .fLogo {
        margin: 0 auto;
    }

    .fReservationBtnWr {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }

    .copyright {
        text-align: center;
        margin: 5rem 0 0;
    }

    .fRight {
        width: 100%;
        margin-top: 5rem;
    }

    .fHukidasiSet {
        margin: 0 auto 1.2rem;
    }

    .hScrollBox {
        display: none;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {

    .fLogo {
        max-width: 15rem;
    }

    .fHukidasiSet {
        max-width: 30.2rem;
    }

    .fHukidasiTit {
        margin-bottom: -0.6rem;
        font-size: 1.8rem;
    }

    .fTownBox>p {
        margin-top: 1.5rem;
        letter-spacing: 0.03em;
        font-size: 1.4rem;
        line-height: 1.786em;
    }

    .fTownBox {
        margin-top: 3rem;
    }

    .fLogoName {
        font-size: 2.2rem;
        margin: 3rem 0 0;
    }

    .fReservationBtn {
        max-width: 27rem;
        width: 100%;
        height: 6rem;
    }

    .fReservationText01 {
        font-size: 2.1rem;
        margin-top: -0.4rem;
    }

    .fReservationText02 {
        font-size: 1.9rem;
    }

    .fReservationIcon01 {
        width: 2.2rem;
        height: 2.2rem;
    }

    .fReservationIcon02 {
        width: 2.2rem;
        height: 2.4rem;
    }

    .hLogo {
        max-width: 13.7rem;
    }

    /* ==========================================
フッターバナー
========================================== */

    .footer-banner-main-title {
        font-size: 1.5rem;
        flex-direction: column;
        gap: 3.33rem;
    }

    .footer-banner-main-title:before {
        width: 100%;
        flex: auto;
        margin: 0;
    }

    .footer-banner-main-title:after {
        display: none;
    }

    .footer-banner-block {
        max-width: 26.66rem;
        flex-direction: column;
        gap: 1.66rem;
        margin: 1.66rem auto 0;
    }

    .footer-banner-item {
        width: 100%;
    }

    .footer-banner-title {
        font-size: 1.25rem;
    }

    .footer-banner-link {
        margin: 0.416rem 0 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=414px) {

    /* ==========================================
フッターバナー
========================================== */

    .footer-banner-main-title {
        font-size: 1.8rem;
        gap: 4rem;
    }

    .footer-banner-block {
        max-width: 32rem;
        gap: 2rem;
        margin: 2rem auto 0;
    }

    .footer-banner-title {
        font-size: 1.5rem;
    }

    .footer-banner-link {
        margin: 0.5rem 0 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */