@charset "utf-8";
/* CSS Document */
/* reset */

/* all */
#hanabi.hotel-page {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    color: #FFFFFF;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #001337;
    background-image: url(../img/bg_hotel-page_pc.webp);
    background-image: image-set(url(../img/bg_hotel-page_pc.webp) 1x, url(../img/bg_hotel-page_pc@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/bg_hotel-page_pc.webp) 1x, url(../img/bg_hotel-page_pc@2x.webp) 2x);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

#hanabi.hotel-page img { width: 100%;}

#hanabi.hotel-page a {
    opacity: 1;
	transition: opacity .25s ease-in-out;
    text-decoration: none;
}
#hanabi.hotel-page a:hover {
    opacity: .65;
    text-decoration: none;
}

#hanabi.hotel-page .wrapper {
    max-width: 980px;
    margin: 0 auto 100px;
}

.for-rsp { display: none;}
.for-sp { display: none;}

@media screen and (max-width:1440px) {
    #hanabi.hotel-page {
        background-size: 1440px 384px;
        overflow: hidden;
    }
}

@media screen and (max-width:1000px) {
    #hanabi.hotel-page { padding-bottom: 10.6%;}
    .for-rsp { display: block;}
}
@media screen and (max-width:700px) {
    .for-pc { display: none;}
    .for-sp { display: block;}

    #hanabi.hotel-page {
        background-image: url(../img/bg_hotel-page_sp.webp);
        background-image: image-set(url(../img/bg_hotel-page_sp.webp) 1x, url(../img/bg_hotel-page_sp.webp) 2x);
        background-image: -webkit-image-set(url(../img/bg_hotel-page_sp.webp) 1x, url(../img/bg_hotel-page_sp.webp) 2x);
        background-size: 100%;
        padding-bottom: 0;
    }
    #hanabi.hotel-page .wrapper { margin-bottom: 0;}
}
/* /all */

/* header*/
#hanabi.hotel-page header {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 68px;
}
#hanabi.hotel-page header .heading {
    width: 462px;
    height: 240px;
    margin: 0 auto;
    padding: 80px 0 80px;
}
@media screen and (max-width:700px) {
    #hanabi.hotel-page header { padding-bottom: 0.4%;}

    #hanabi.hotel-page header .heading {
        width: 87.5%;
        height: auto;
        margin: 0 auto;
        padding: 15.8% 0 18%;
    }
}
/* /header */

/* hanabi */
#hanabi.hotel-page .hanabi-info {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 100px;
}
#hanabi.hotel-page .hanabi-bg {
    width: 100%;
    height: 660px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 980px 660px;
    overflow: hidden;
}
#hanabi.hotel-page .hanabi-name {
    /*基本の文字調整*/
    writing-mode: vertical-rl;
    text-orientation: upright;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 30px;
    color: #001337;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.11em;
    padding: 1.9% 1.6% 1%;
    background-color: rgba(255, 228, 95, 0.8);
    position: absolute;
    top: 0;
    left: 9.1%;
}
#hanabi.hotel-page .hanabi-name.adjust-few-characters {
    /*9文字以下の文字調整*/
    font-size: 2.49em;
    letter-spacing: 0.21em;
    padding: 1.9% 0% 1%;
}
#hanabi.hotel-page .hanabi-name:has(br) {
    /*改行を含む場合の文字調整*/
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.11em;
}
#hanabi.hotel-page .nasu01 .hanabi-name.adjust-few-characters { font-size: 2.2415em;}

#hanabi.hotel-page .hanabi-name span:first-of-type { margin: -0.3em 0 -0.2em;}
#hanabi.hotel-page .hanabi-name span:last-of-type { margin: -0.2em 0 -0.8em;}

#hanabi.hotel-page .hanabi-bg p {
    position: absolute;
    top: 2.7%;
    right: 9.3%;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    opacity: 0.8;
}

#hanabi.hotel-page .hanabi-info.even .hanabi-name {
    color: #FFF;
    background-color: rgba(201, 69, 56, 0.8);
    left: unset;
    right: 9.1%;
}
#hanabi.hotel-page .szj03 .hanabi-name:has(br) { letter-spacing: 0.05em;}

#hanabi.hotel-page .hanabi-detail {
    width: 81.6327%;
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#hanabi.hotel-page .lead {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 24px;
}
#hanabi.hotel-page .table-wrapper {
    width: 100%;
    background-color: #CCCFD4;
    border-radius: 2px;
    padding-top: 6px;
    padding-bottom: 8px;
}
#hanabi.hotel-page table {
    width: 90%;
    table-layout: fixed;
    margin: 0 auto;
}
#hanabi.hotel-page table tr td:first-of-type { width: 87px;}
#hanabi.hotel-page table tr td:last-of-type { padding-left: 9px;}
#hanabi.hotel-page table td {
    font-size: 15px;
    vertical-align: baseline;
    color: #001337;
    padding-bottom: 3px;
}
#hanabi.hotel-page table td p {
    font-size: 14px;
    text-align: center;
    line-height: 1.56;
    background-color: #FFF;
    border-radius: 2px;
}
@media screen and (max-width:1000px) {
    #hanabi.hotel-page .hanabi-info { width: 89.335%;}
    #hanabi.hotel-page .nasu01 .hanabi-name.adjust-few-characters { letter-spacing: 0.1em;}

    #hanabi.hotel-page .bmh01 + .hanabi-detail,
    #hanabi.hotel-page .ito02 + .hanabi-detail,
    #hanabi.hotel-page .szj03 + .hanabi-detail {
        bottom: 1%;
    }
}
@media screen and (max-width:700px) {
    #hanabi.hotel-page .hanabi-info { margin-bottom: 17.7%;}

    #hanabi.hotel-page .hanabi-bg {
        width: 100%;
        height: auto;
        padding: 55.225% 0;
        background-size: 100%;
    }

    #hanabi.hotel-page .hanabi-name {
        /*基本の文字調整*/
        font-size: 6.4vw;
        letter-spacing: 0.09em;
        padding: 1.2% 1.2% 5%;
        left: 6.4%;
    }
    #hanabi.hotel-page .hanabi-name.adjust-few-characters {
        /*9文字以下の文字調整*/
        font-size: 7.5vw;
        letter-spacing: 0.18em;
        padding: 1.3% 0% 3.5%;
    }
    #hanabi.hotel-page .hanabi-name:has(br) {
        /*改行を含む場合の文字調整*/
        font-size: 6vw;
        padding: 1.2% 1% 4.2%;
    }
    #hanabi.hotel-page .nasu01 .hanabi-name.adjust-few-characters {
        font-size: 6.55vw;
        letter-spacing: 0.21em;
    }

    #hanabi.hotel-page .hanabi-bg p {
        top: 53.8%;
        right: 3%;
        font-size: 9px;
    }
    #hanabi.hotel-page .hanabi-bg.ito01 p { top: 56.3%;}
    #hanabi.hotel-page .hanabi-bg.tws01 p { top: 55.8%;}
    #hanabi.hotel-page .hanabi-bg.smh01 p { top: 48.8%;}

    #hanabi.hotel-page .hanabi-info.even .hanabi-name { right: 6.1%;}

    #hanabi.hotel-page .hanabi-detail {
        width: 100%;
        position: static;
        padding-top: 7%;
    }
    #hanabi.hotel-page .lead {
        font-size: 4vw;
        line-height: 1.8;
        padding-bottom: 6.6%;
        letter-spacing: 0.04em;
    }
    #hanabi.hotel-page .table-wrapper {
        padding-top: 3%;
        padding-bottom: 3.2%;
    }
    #hanabi.hotel-page table {
        width: 91.5%;
    }
    #hanabi.hotel-page table td {
        font-size: 3.5vw;
        line-height: 1.6;
        padding-bottom: 2.1%;
    }
    #hanabi.hotel-page table td p { font-size: 3.3vw;}
    #hanabi.hotel-page table tr td:first-of-type { width: 24.5%;}
    #hanabi.hotel-page table tr td:last-of-type { padding-left: 2.5%;}
}

/* /hanabi */

/* hotel*/
#hanabi.hotel-page .hotel-info {
    width: 100%;
    background-color: #F1EBCD;
    color: #001337;
    padding: 45px 0;
}
#hanabi.hotel-page .hotel-info .hotel-name {
    font-size: 26px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding-bottom: 36px;
}
#hanabi.hotel-page .hotel-info .flex-box {
    width: 91.837%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
#hanabi.hotel-page .hotel-info .swiper {
    width: 52.223%;
    padding-bottom: 3.3%;
    margin: 0;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -1.9%;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
#hanabi.hotel-page .swiper-pagination-bullet {
    background: rgba(0,19,55,0.2);
    opacity: 1;
}
#hanabi.hotel-page .swiper-pagination-bullet-active { background: #001337;}
#hanabi.hotel-page .hotel-info .hotel-detail { width: 43.335%;}
#hanabi.hotel-page .hotel-info .btn_flex-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
#hanabi.hotel-page .hotel-info a { width: 48.72%;}
#hanabi.hotel-page .hotel-info .hotel-btn {
    width: 100%;
    height: 49px;
    box-sizing: border-box;
    border: #001337 solid 1px;
    background-color: #001337;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}
#hanabi.hotel-page .hotel-info .hotel-btn span {
    width: 71%;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.05em;
}
#hanabi.hotel-page .hotel-info .hotel-btn::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/icon_vector02.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 5%;
}
#hanabi.hotel-page .hotel-info a { color: #FFF;}
#hanabi.hotel-page .hotel-info .btn_flex-box a:nth-of-type(2) .hotel-btn {
    background-color: #FFF;
}
#hanabi.hotel-page .hotel-info .btn_flex-box a:nth-of-type(2) .hotel-btn::after {
    background-image: url(../img/icon_vector.svg);
}
#hanabi.hotel-page .hotel-info .btn_flex-box a:nth-of-type(2) { color: #001337;}
#hanabi.hotel-page .hotel-info .hotel-detail p {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 24px 0 34px;
}
#hanabi.hotel-page .hotel-info .btn_flex-box.add-sanshi-btn {
    margin-top: 20px;
}
#hanabi.hotel-page .hotel-info .btn_flex-box.add-sanshi-btn .hotel-btn {
    color: #001337;
    background-color: #FFF;
}
#hanabi.hotel-page .hotel-info .btn_flex-box.add-sanshi-btn a .hotel-btn::after {
    background-image: url(../img/icon_vector.svg);
}
#hanabi.hotel-page .hotel-info .btn_flex-box.add-sanshi-btn a:nth-of-type(2) .hotel-btn span {
    width: 77%;
    line-height: 1.3;
}
#hanabi.hotel-page .hotel-info .plan-btn {
    width: 100%;
    height: 49px;
    box-sizing: border-box;
    border: #001337 solid 1px;
    background-color: #001337;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}
#hanabi.hotel-page .hotel-info .plan-btn.add { margin-top: 20px;}

#hanabi.hotel-page .hotel-info .plan-btn span {
    width: 81%;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.2;
}
#hanabi.hotel-page .hotel-info .plan-btn::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/icon_vector02.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 5%;
}

@media screen and (min-width:701px) and (max-width:1000px) {
    #hanabi.hotel-page .hotel-info .plan-btn span { padding: 0 3%;}
}
@media screen and (max-width:700px) {
    #hanabi.hotel-page .hotel-info {padding: 10% 0 16%;}
    #hanabi.hotel-page .hotel-info .hotel-name {
        font-size: 6.46vw;
        padding-bottom: 5.2%;
    }
    #hanabi.hotel-page .hotel-info .hotel-name.adjust-cyh {
        font-size: 5.3vw;
    }
    #hanabi.hotel-page .hotel-info .flex-box {
        width: 89.335%;
        display: block;
    }
    #hanabi.hotel-page .hotel-info .swiper {
        width: 100%;
        padding-bottom: 7.5%;
    }
    #hanabi.hotel-page .swiper { margin-bottom: 5.2%;}

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -1%;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 1.6%;
    }
    #hanabi.hotel-page .swiper-pagination-bullet {
        width: 2.03%;
        height: auto;
        padding: 1.017% 0;
    }
    #hanabi.hotel-page .hotel-info .hotel-detail {
        width: 100%;
        padding-top: 7%;
    }
    #hanabi.hotel-page .hotel-info .hotel-btn {
        height: auto;
        padding: 6.69% 0;
    }
    #hanabi.hotel-page .hotel-info .hotel-btn::after {
        width: 9.59%;
        height: auto;
        padding: 4.79% 0;
    }
    #hanabi.hotel-page .hotel-info .hotel-btn span {
        font-size: 3.72vw;
    }
    #hanabi.hotel-page .hotel-info .hotel-detail p {
        font-size: 4vw;
        line-height: 1.6;
        padding: 6.2% 0 5.6%;
    }
    #hanabi.hotel-page .hotel-info .plan-btn.add { margin-top: 5%;}

    #hanabi.hotel-page .hotel-info .plan-btn span { font-size: 3.74vw;}
    #hanabi.hotel-page .hotel-info .plan-btn::after {
        width: 4.645%;
        height: auto;
        padding: 2.32% 0;
    }
    #hanabi.hotel-page .hotel-info .btn_flex-box.add-sanshi-btn a:nth-of-type(2) .hotel-btn span {
        width: 84%;
        letter-spacing: 0;
        line-height: 1.8;
    }
}

/* aside*/
#hanabi.hotel-page aside {
    background-color: #00091B;
    background-image: url(../img/bg_aside_pc.webp);
    background-size: 100%;
    background-position: center 60px;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 75px;
}
#hanabi.hotel-page aside .subheading {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 62px;
}
#hanabi.hotel-page aside .subheading span {
    font-size: 26px;
}
#hanabi.hotel-page .page-link-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
#hanabi.hotel-page .page-link {
    width: 67.551%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
#hanabi.hotel-page .page-link li {
    width: 8.054%;
}
#hanabi.hotel-page .page-link li a {
    display: block;
    width: 100%;
    aspect-ratio: 68 / 253;
    font-size: 1.3822em;
    color: #001337;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,0.8);
    writing-mode: vertical-lr;
    white-space: nowrap;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
#hanabi.hotel-page .page-link li.smh a,
#hanabi.hotel-page .page-link li.gora a {
    font-size: 1.265em;
}
#hanabi.hotel-page .page-link li a::after {
    content: "";
    display: block;
    width: 32.56%;
    height: auto;
    padding: 5.38% 0;
    background-image: url(../img/icon_vector.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 12px;
}
#hanabi.hotel-page .page-link a:link {
    text-decoration: none;
    color: #001337;
}

@media screen and (max-width:1440px) {
    #hanabi.hotel-page aside {
        background-size: 1440px 394px;
        overflow: hidden;
    }
}
@media screen and (max-width:1000px) {
    #hanabi.hotel-page aside {
        background-size: 1440px 394px;
        overflow: hidden;
    }
    #hanabi.hotel-page .page-link {
        width: 676px;
    }
}
@media screen and (max-width:700px) {
    #hanabi.hotel-page aside {
        background-image: url(../img/bg_aside_sp.webp);
        background-size: 100%;
        background-position: center top;
        padding-top: 14%;
        padding-bottom: 4.5%;
    }
    #hanabi.hotel-page aside .subheading {
        font-size: 4.26vw;
        padding-bottom: 8.2%;
    }
    #hanabi.hotel-page aside .subheading span { font-size: 6.4vw;}

    #hanabi.hotel-page .page-link-wrapper { width: 89.335%;}

    #hanabi.hotel-page .page-link {
        width: 100%;
        flex-wrap: wrap;
        gap: 4%;
    }
    #hanabi.hotel-page .page-link li {
        width: 14.615%;
        margin-bottom: 13%;
    }

    #hanabi.hotel-page .page-link li a {
        font-size: 4.735vw;
        aspect-ratio: 108 / 410;
    }
    #hanabi.hotel-page .page-link li.smh a,
    #hanabi.hotel-page .page-link li.gora a {
        font-size: 4.34vw;
    }
    #hanabi.hotel-page .page-link li a::after {
        margin-bottom: 5%;
    }
}
/* /aside */


/* hanabi-image */
#hanabi.hotel-page .hanabi-bg.ymh01 {
    background-image: url(../img/hanabi_ymh_pc01.webp);
    background-image: image-set(url(../img/hanabi_ymh_pc01.webp) 1x, url(../img/hanabi_ymh_pc01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_ymh_pc01.webp) 1x, url(../img/hanabi_ymh_pc01@2x.webp) 2x);
}
#hanabi.hotel-page .hanabi-bg.ymh02 {
    background-image: url(../img/hanabi_ymh_pc02.webp);
    background-image: image-set(url(../img/hanabi_ymh_pc02.webp) 1x, url(../img/hanabi_ymh_pc02@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_ymh_pc02.webp) 1x, url(../img/hanabi_ymh_pc02@2x.webp) 2x);
}

#hanabi.hotel-page .hanabi-bg.szj01 {
    background-image: url(../img/hanabi_szj_pc01.webp);
    background-image: image-set(url(../img/hanabi_szj_pc01.webp) 1x, url(../img/hanabi_szj_pc01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_szj_pc01.webp) 1x, url(../img/hanabi_szj_pc01@2x.webp) 2x);
}
#hanabi.hotel-page .hanabi-bg.szj02 {
    background-image: url(../img/hanabi_szj_pc02.webp);
    background-image: image-set(url(../img/hanabi_szj_pc02.webp) 1x, url(../img/hanabi_szj_pc02@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_szj_pc02.webp) 1x, url(../img/hanabi_szj_pc02@2x.webp) 2x);
}
#hanabi.hotel-page .hanabi-bg.szj03 {
    background-image: url(../img/hanabi_szj_pc03.webp);
    background-image: image-set(url(../img/hanabi_szj_pc03.webp) 1x, url(../img/hanabi_szj_pc03@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_szj_pc03.webp) 1x, url(../img/hanabi_szj_pc03@2x.webp) 2x);
}
#hanabi.hotel-page .hanabi-bg.szj04 {
    background-image: url(../img/hanabi_szj_pc04.webp);
    background-image: image-set(url(../img/hanabi_szj_pc04.webp) 1x, url(../img/hanabi_szj_pc04@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_szj_pc04.webp) 1x, url(../img/hanabi_szj_pc04@2x.webp) 2x);
}

#hanabi.hotel-page .hanabi-bg.kmh01 {
    background-image: url(../img/hanabi_kmh_pc01.webp);
    background-image: image-set(url(../img/hanabi_kmh_pc01.webp) 1x, url(../img/hanabi_kmh_pc01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_kmh_pc01.webp) 1x, url(../img/hanabi_kmh_pc01@2x.webp) 2x);
}

#hanabi.hotel-page .hanabi-bg.bmh01 {
    background-image: url(../img/hanabi_bmh_pc01.webp);
    background-image: image-set(url(../img/hanabi_bmh_pc01.webp) 1x, url(../img/hanabi_bmh_pc01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_bmh_pc01.webp) 1x, url(../img/hanabi_bmh_pc01@2x.webp) 2x);
}

#hanabi.hotel-page .hanabi-bg.smh01 {
    background-image: url(../img/hanabi_smh_pc01.webp);
    background-image: image-set(url(../img/hanabi_smh_pc01.webp) 1x, url(../img/hanabi_smh_pc01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_smh_pc01.webp) 1x, url(../img/hanabi_smh_pc01@2x.webp) 2x);
}
#hanabi.hotel-page .hanabi-bg.smh02 {
    background-image: url(../img/hanabi_smh_pc02.webp);
    background-image: image-set(url(../img/hanabi_smh_pc02.webp) 1x, url(../img/hanabi_smh_pc02@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_smh_pc02.webp) 1x, url(../img/hanabi_smh_pc02@2x.webp) 2x);
}

#hanabi.hotel-page .hanabi-bg.cyh01 {
    background-image: url(../img/hanabi_cyh_pc01.webp);
    background-image: image-set(url(../img/hanabi_cyh_pc01.webp) 1x, url(../img/hanabi_cyh_pc01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_cyh_pc01.webp) 1x, url(../img/hanabi_cyh_pc01@2x.webp) 2x);
}

#hanabi.hotel-page .hanabi-bg.nasu01 {
    background-image: url(../img/hanabi_nasu_pc01.webp);
    background-image: image-set(url(../img/hanabi_nasu_pc01.webp) 1x, url(../img/hanabi_nasu_pc01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_nasu_pc01.webp) 1x, url(../img/hanabi_nasu_pc01@2x.webp) 2x);
}
#hanabi.hotel-page .hanabi-bg.nasu02 {
    background-image: url(../img/hanabi_nasu_pc02.webp);
    background-image: image-set(url(../img/hanabi_nasu_pc02.webp) 1x, url(../img/hanabi_nasu_pc02@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_nasu_pc02.webp) 1x, url(../img/hanabi_nasu_pc02@2x.webp) 2x);
}

#hanabi.hotel-page .hanabi-bg.gora01 {
    background-image: url(../img/hanabi_gora_pc01.webp);
    background-image: image-set(url(../img/hanabi_gora_pc01.webp) 1x, url(../img/hanabi_gora_pc01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_gora_pc01.webp) 1x, url(../img/hanabi_gora_pc01@2x.webp) 2x);
}

#hanabi.hotel-page .hanabi-bg.ito01 {
    background-image: url(../img/hanabi_ito_pc01.webp);
    background-image: image-set(url(../img/hanabi_ito_pc01.webp) 1x, url(../img/hanabi_ito_pc01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_ito_pc01.webp) 1x, url(../img/hanabi_ito_pc01@2x.webp) 2x);
}
#hanabi.hotel-page .hanabi-bg.ito02 {
    background-image: url(../img/hanabi_ito_pc02.webp);
    background-image: image-set(url(../img/hanabi_ito_pc02.webp) 1x, url(../img/hanabi_ito_pc02@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_ito_pc02.webp) 1x, url(../img/hanabi_ito_pc02@2x.webp) 2x);
}
#hanabi.hotel-page .hanabi-bg.tws01 {
    background-image: url(../img/hanabi_tws_pc01.webp);
    background-image: image-set(url(../img/hanabi_tws_pc01.webp) 1x, url(../img/hanabi_tws_pc01@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hanabi_tws_pc01.webp) 1x, url(../img/hanabi_tws_pc01@2x.webp) 2x);
}
#hanabi.hotel-page .hanabi-bg.kmh02,
#hanabi.hotel-page .hanabi-bg.ito03,
#hanabi.hotel-page .hanabi-bg.cyh02,
#hanabi.hotel-page .hanabi-bg.cyh03,
#hanabi.hotel-page .hanabi-bg.smh03 {
    height: 400px;
    background-image: url(../img/hanabi_no-photo_pc.webp);
    background-position: left top;
    background-size: 980px;
}
#hanabi.hotel-page .hanabi-bg.cyh03 { height: 360px;}
#hanabi.hotel-page .hanabi-bg.smh03 { height: 430px;}

#hanabi.hotel-page .hanabi-info:has(.kmh02),
#hanabi.hotel-page .hanabi-info:has(.ito03),
#hanabi.hotel-page .hanabi-info:has(.cyh02),
#hanabi.hotel-page .hanabi-info:has(.cyh03),
#hanabi.hotel-page .hanabi-info:has(.smh03) {
    background: linear-gradient(rgba(0,9,26,1),rgba(0,9,26,0.5),rgba(0,9,26,1));
}
#hanabi.hotel-page .hanabi-info:has(.kmh02) .hanabi-name,
#hanabi.hotel-page .hanabi-info:has(.ito03) .hanabi-name,
#hanabi.hotel-page .hanabi-info:has(.cyh02) .hanabi-name,
#hanabi.hotel-page .hanabi-info:has(.cyh03) .hanabi-name,
#hanabi.hotel-page .hanabi-info:has(.smh03) .hanabi-name {
    writing-mode: unset;
    top: 12%;
    padding: 1.1% 4.255% 1.4%;
    left: 9.1%;
    right: unset;
}
#hanabi.hotel-page .hanabi-info:has(.cyh02) .hanabi-name,
#hanabi.hotel-page .hanabi-info:has(.cyh03) .hanabi-name {
    width: 350px;
}

#hanabi.hotel-page .hanabi-info:has(.kmh02) .hanabi-detail,
#hanabi.hotel-page .hanabi-info:has(.ito03) .hanabi-detail,
#hanabi.hotel-page .hanabi-info:has(.cyh02) .hanabi-detail,
#hanabi.hotel-page .hanabi-info:has(.cyh03) .hanabi-detail,
#hanabi.hotel-page .hanabi-info:has(.smh03) .hanabi-detail {
    bottom: 9.5%;
}

@media screen and (max-width:1000px) {
    #hanabi.hotel-page .hanabi-info:has(.kmh02) .hanabi-detail,
    #hanabi.hotel-page .hanabi-info:has(.ito03) .hanabi-detail,
    #hanabi.hotel-page .hanabi-info:has(.cyh02) .hanabi-detail,
    #hanabi.hotel-page .hanabi-info:has(.cyh03) .hanabi-detail,
    #hanabi.hotel-page .hanabi-info:has(.smh03) .hanabi-detail {
        bottom: 8%;
    }
    #hanabi.hotel-page .hanabi-bg.kmh02,
    #hanabi.hotel-page .hanabi-bg.ito03,
    #hanabi.hotel-page .hanabi-bg.cyh02,
    #hanabi.hotel-page .hanabi-bg.cyh03 {
        height: 430px;
    }
    #hanabi.hotel-page .hanabi-bg.smh03 { height: 480px;}
}

@media screen and (max-width:700px) {
    #hanabi.hotel-page .hanabi-bg.ymh01 {
        background-image: url(../img/hanabi_ymh_sp01.webp);
        background-image: image-set(url(../img/hanabi_ymh_sp01.webp) 1x, url(../img/hanabi_ymh_sp01.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_ymh_sp01.webp) 1x, url(../img/hanabi_ymh_sp01.webp) 2x);
    }
    #hanabi.hotel-page .hanabi-bg.ymh02 {
        background-image: url(../img/hanabi_ymh_sp02.webp);
        background-image: image-set(url(../img/hanabi_ymh_sp02.webp) 1x, url(../img/hanabi_ymh_sp02.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_ymh_sp02.webp) 1x, url(../img/hanabi_ymh_sp02.webp) 2x);
    }
    #hanabi.hotel-page .hanabi-bg.szj01 {
        background-image: url(../img/hanabi_szj_sp01.webp);
        background-image: image-set(url(../img/hanabi_szj_sp01.webp) 1x, url(../img/hanabi_szj_sp01.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_szj_sp01.webp) 1x, url(../img/hanabi_szj_sp01.webp) 2x);
    }
    #hanabi.hotel-page .hanabi-bg.szj02 {
        background-image: url(../img/hanabi_szj_sp02.webp);
        background-image: image-set(url(../img/hanabi_szj_sp02.webp) 1x, url(../img/hanabi_szj_sp02.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_szj_sp02.webp) 1x, url(../img/hanabi_szj_sp02.webp) 2x);
    }
    #hanabi.hotel-page .hanabi-bg.szj03 {
        background-image: url(../img/hanabi_szj_sp03.webp);
        background-image: image-set(url(../img/hanabi_szj_sp03.webp) 1x, url(../img/hanabi_szj_sp03.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_szj_sp03.webp) 1x, url(../img/hanabi_szj_sp03.webp) 2x);
    }
    #hanabi.hotel-page .hanabi-bg.szj04 {
        background-image: url(../img/hanabi_szj_sp04.webp);
        background-image: image-set(url(../img/hanabi_szj_sp04.webp) 1x, url(../img/hanabi_szj_sp04.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_szj_sp04.webp) 1x, url(../img/hanabi_szj_sp04.webp) 2x);
    }

    #hanabi.hotel-page .hanabi-bg.kmh01 {
        background-image: url(../img/hanabi_kmh_sp01.webp);
        background-image: image-set(url(../img/hanabi_kmh_sp01.webp) 1x, url(../img/hanabi_kmh_sp01.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_kmh_sp01.webp) 1x, url(../img/hanabi_kmh_sp01.webp) 2x);
    }

    #hanabi.hotel-page .hanabi-bg.bmh01 {
        background-image: url(../img/hanabi_bmh_sp01.webp);
        background-image: image-set(url(../img/hanabi_bmh_sp01.webp) 1x, url(../img/hanabi_bmh_sp01.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_bmh_sp01.webp) 1x, url(../img/hanabi_bmh_sp01.webp) 2x);
    }

    #hanabi.hotel-page .hanabi-bg.smh01 {
        background-image: url(../img/hanabi_smh_sp01.webp);
        background-image: image-set(url(../img/hanabi_smh_sp01.webp) 1x, url(../img/hanabi_smh_sp01.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_smh_sp01.webp) 1x, url(../img/hanabi_smh_sp01.webp) 2x);
    }
    #hanabi.hotel-page .hanabi-bg.smh02 {
        background-image: url(../img/hanabi_smh_sp02.webp);
        background-image: image-set(url(../img/hanabi_smh_sp02.webp) 1x, url(../img/hanabi_smh_sp02.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_smh_sp02.webp) 1x, url(../img/hanabi_smh_sp02.webp) 2x);
    }

    #hanabi.hotel-page .hanabi-bg.cyh01 {
        background-image: url(../img/hanabi_cyh_sp01.webp);
        background-image: image-set(url(../img/hanabi_cyh_sp01.webp) 1x, url(../img/hanabi_cyh_sp01.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_cyh_sp01.webp) 1x, url(../img/hanabi_cyh_sp01.webp) 2x);
    }

    #hanabi.hotel-page .hanabi-bg.nasu01 {
        background-image: url(../img/hanabi_nasu_sp01.webp);
        background-image: image-set(url(../img/hanabi_nasu_sp01.webp) 1x, url(../img/hanabi_nasu_sp01.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_nasu_sp01.webp) 1x, url(../img/hanabi_nasu_sp01.webp) 2x);
    }
    #hanabi.hotel-page .hanabi-bg.nasu02 {
        background-image: url(../img/hanabi_nasu_sp02.webp);
        background-image: image-set(url(../img/hanabi_nasu_sp02.webp) 1x, url(../img/hanabi_nasu_sp02.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_nasu_sp02.webp) 1x, url(../img/hanabi_nasu_sp02.webp) 2x);
    }

    #hanabi.hotel-page .hanabi-bg.gora01 {
        background-image: url(../img/hanabi_gora_sp01.webp);
        background-image: image-set(url(../img/hanabi_gora_sp01.webp) 1x, url(../img/hanabi_gora_sp01.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_gora_sp01.webp) 1x, url(../img/hanabi_gora_sp01.webp) 2x);
    }

    #hanabi.hotel-page .hanabi-bg.ito01 {
        background-image: url(../img/hanabi_ito_sp01.webp);
        background-image: image-set(url(../img/hanabi_ito_sp01.webp) 1x, url(../img/hanabi_ito_sp01.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_ito_sp01.webp) 1x, url(../img/hanabi_ito_sp01.webp) 2x);
    }
    #hanabi.hotel-page .hanabi-bg.ito02 {
        background-image: url(../img/hanabi_ito_sp02.webp);
        background-image: image-set(url(../img/hanabi_ito_sp02.webp) 1x, url(../img/hanabi_ito_sp02.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_ito_sp02.webp) 1x, url(../img/hanabi_ito_sp02.webp) 2x);
    }
    #hanabi.hotel-page .hanabi-bg.tws01 {
        background-image: url(../img/hanabi_tws_sp01.webp);
        background-image: image-set(url(../img/hanabi_tws_sp01.webp) 1x, url(../img/hanabi_tws_sp01.webp) 2x);
        background-image: -webkit-image-set(url(../img/hanabi_tws_sp01.webp) 1x, url(../img/hanabi_tws_sp01.webp) 2x);
    }

    #hanabi.hotel-page .hanabi-info:has(.kmh02),
    #hanabi.hotel-page .hanabi-info:has(.ito03),
    #hanabi.hotel-page .hanabi-info:has(.cyh02),
    #hanabi.hotel-page .hanabi-info:has(.cyh03),
    #hanabi.hotel-page .hanabi-info:has(.smh03) {
        background: none;
    }

    #hanabi.hotel-page .hanabi-bg.kmh02,
    #hanabi.hotel-page .hanabi-bg.ito03,
    #hanabi.hotel-page .hanabi-bg.cyh02,
    #hanabi.hotel-page .hanabi-bg.cyh03,
    #hanabi.hotel-page .hanabi-bg.smh03 {
        height: auto;
        padding: 15.6% 0;
        background-image: url(../img/hanabi_no-photo_sp.webp);
        background-size: 100%;
    }
    #hanabi.hotel-page .hanabi-bg.cyh03 {
        padding: 12% 0;
    }
    #hanabi.hotel-page .hanabi-info:has(.kmh02) .hanabi-name:has(br),
    #hanabi.hotel-page .hanabi-info:has(.ito03) .hanabi-name:has(br),
    #hanabi.hotel-page .hanabi-info:has(.cyh02) .hanabi-name:has(br),
    #hanabi.hotel-page .hanabi-info:has(.cyh03) .hanabi-name:has(br),
    #hanabi.hotel-page .hanabi-info:has(.smh03) .hanabi-name:has(br) {
        letter-spacing: 0;
    }
    #hanabi.hotel-page .hanabi-info:has(.kmh02) .hanabi-name,
    #hanabi.hotel-page .hanabi-info:has(.ito03) .hanabi-name,
    #hanabi.hotel-page .hanabi-info:has(.cyh02) .hanabi-name,
    #hanabi.hotel-page .hanabi-info:has(.cyh03) .hanabi-name,
    #hanabi.hotel-page .hanabi-info:has(.smh03) .hanabi-name {
        top: 0;
        left: 0;
        padding: 2.7% 2.9% 2.7% 4.255%;
    }
    #hanabi.hotel-page .hanabi-info:has(.kmh02) .hanabi-detail,
    #hanabi.hotel-page .hanabi-info:has(.ito03) .hanabi-detail,
    #hanabi.hotel-page .hanabi-info:has(.cyh02) .hanabi-detail,
    #hanabi.hotel-page .hanabi-info:has(.cyh03) .hanabi-detail,
    #hanabi.hotel-page .hanabi-info:has(.smh03) .hanabi-detail {
        padding-top: 0;
    }
    #hanabi.hotel-page .hanabi-info:has(.cyh02) .hanabi-name:has(br),
    #hanabi.hotel-page .hanabi-info:has(.cyh03) .hanabi-name {
        width: 83%;
    }

    #hanabi.hotel-page .hotel-info .plan-btn {
        height: auto;
        padding: 4.5% 0;
    }
    #hanabi.hotel-page .hotel-info .plan-btn.add {
        padding: 2% 0;
    }
}
/* /hanabi-image */

#hanabi.hotel-page .annotation {
    width: 590px;
    margin: 0 auto;
    padding-top: 80px;
}
@media screen and (max-width:700px) {
    #hanabi.hotel-page .annotation {
        font-size: 3.2vw;
        width: 89.5%;
        padding: 8% 0 10%;
    }
}