:root {
    --m: 4rem;
    --red: #FF6565;
    --pink: #FF64F9;
    --purple: #6B5FFF;
    --blue: #4D8AFF;
    --green: #5BFF89;
    --yellow: #FFEE55;
    --orange: #FF6D1B
}

@keyframes animate {
    0% {
        background-position: 0
    }

    100% {
        background-position: 200%
    }
}

.effect {
    position: relative;
    z-index: 1
}

.effect .animation {
    position: absolute;
    background: linear-gradient(90deg, var(--orange), var(--yellow), var(--green), var(--blue), var(--purple), var(--pink), var(--red));
    height: 30px;
    width: 100%;
    left: 0;
    bottom: -20px;
    z-index: -1;
    background-size: 200%;
    filter: blur(calc(0.8 * var(--m)));
    opacity: 0
}

.effect:hover .animation {
    animation: animate .5s infinite linear;
    opacity: 1
}

.ttl-shared span {
    display: block
}

.ttl-shared span.en {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background: linear-gradient(90deg, rgb(246, 76, 148) 0%, rgb(73, 200, 242) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 14.67vw;
    line-height: 1.5;
    letter-spacing: .06em
}

.ttl-shared span.en i {
    position: absolute;
    width: 7.2vw;
    height: 1px;
    top: 56%;
    transform: translateY(-50%)
}

.ttl-shared span.en i::before,
.ttl-shared span.en i:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%
}

.ttl-shared span.en i::before {
    top: 1.5vw
}

.ttl-shared span.en i:after {
    top: -1.5vw
}

.ttl-shared span.en i.line1 {
    background: #f64c94;
    left: -10vw
}

.ttl-shared span.en i.line1::before,
.ttl-shared span.en i.line1:after {
    background: #f64c94
}

.ttl-shared span.en i.line2 {
    background: #49c8f2;
    right: -8vw
}

.ttl-shared span.en i.line2::before,
.ttl-shared span.en i.line2:after {
    background: #49c8f2
}

.ttl-shared span.jp {
    text-align: center;
    color: #fff;
    margin-top: -0.5vw;
    font-size: 4vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .6em
}

@media screen and (min-width: 768px) {
    .ttl-shared span.en {
        font-size: 74px
    }

    .ttl-shared span.en i {
        width: 35px;
        top: calc(50% + 6px)
    }

    .ttl-shared span.en i::before {
        top: 7px
    }

    .ttl-shared span.en i:after {
        top: -7px
    }

    .ttl-shared span.en i.line1 {
        left: -57px
    }

    .ttl-shared span.en i.line2 {
        right: -48px
    }

    .ttl-shared span.jp {
        margin-top: -1px;
        font-size: 20px
    }
}

.calendar-shared {
    background: url("../img/shared/calendar_deco3.png") no-repeat bottom right/100%;
    padding: 28vw 0
}

.calendar-shared .wrap {
    padding: 0
}

.calendar-shared .calendar-layout {
    overflow: overlay;
    margin-top: 11vw
}
.calendar-shared .txt {
    margin-top: 10vw;
}
.calendar-shared .btn-x {
    margin-top: 20vw
}

.calendar-shared .btn-x .sub-ttl {
    text-align: center;
    color: #fff;
    font-size: 6vw;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .2em
}

.calendar-shared .btn-x a {
    display: block;
    width: 30.8vw;
    margin: 6vw auto 0
}

.calendar-shared .btn-x a img {
    display: block
}

@media screen and (min-width: 768px) {
    .calendar-shared {
        background-size: 35%, auto, auto;
        background-position:right bottom;
        padding: 180px 0 171px
    }

    .calendar-shared .calendar-layout {
        position: relative;
        z-index: 3;
        margin-top: 40px
    }
    .calendar-shared .txt {
        text-align: center;
        margin-top: 30px;

    }

    .calendar-shared .btn-x {
        margin-top: 93px
    }

    .calendar-shared .btn-x .sub-ttl {
        font-size: 22px
    }

    .calendar-shared .btn-x a {
        width: 139px;
        margin-top: 27px
    }
}

.remodal {
    background: url("../img/shared/bg3.jpg") repeat center
}

.remodal .popup-shared {
    padding: 30px 0 50px
}

.remodal .popup-shared h2 {
    color: #f64c94;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0
}

.remodal .popup-shared h3 {
    border-top: 2px solid rgba(255, 255, 255, .5);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
    color: #50c3ee;
    font-size: 25px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0
}

.remodal .popup-shared h4 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 12px;
    color: #50c3ee;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .15em
}

.remodal .popup-shared dl {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 12px 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .15em
}

.remodal .popup-shared dl dt {
    flex: 1
}

.remodal .popup-shared dl dd {
    text-align: right
}

.remodal .popup-shared .btn-pdf {
    margin: 30px 0 20px
}

.remodal .popup-shared .btn-pdf a {
    position: relative;
    display: block;
    text-align: center;
    border: 2px solid #50c3ee;
    color: #50c3ee;
    border-radius: 30px;
    font-size: 15px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: .16em
}

.remodal .popup-shared .btn-pdf a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow_blue.png") no-repeat;
    background-size: 100%;
    width: 6px;
    height: 10px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.remodal .popup-shared .sub-txt {
    margin: 10px 0 -15px
}

.remodal .popup-shared .note {
    text-align: center;
    margin: 20px 0 50px;
    letter-spacing: 0
}

.remodal .popup-shared .row {
    text-align: left
}


.remodal .popup-shared .row .col .item+.item {
    margin-top: 30px
}


.remodal .popup-shared .row .col+.col {
    margin-top: 30px
}
.remodal .popup-shared .row .col+.top {
    margin-top: 0px
}

.remodal .popup-shared ul {
    font-size: 20px;
    font-weight: bold;
    padding: 50px 0 20px;
}


@media screen and (min-width: 768px) {
    .remodal {
        max-width: 1100px;
        margin: 40px 0
    }

    .remodal .popup-shared {
        padding: 38px 0 127px
    }

    .remodal .popup-shared h2 {
        margin-top: 65px;
        font-size: 50px
    }

    .remodal .popup-shared h3 {
        margin-bottom: 15px;
        line-height: 68px
    }

    .remodal .popup-shared h4 {
        font-size: 17px
    }

    .remodal .popup-shared dl {
        -moz-column-gap: 10px;
        column-gap: 10px;
        padding: 12px 0;
        font-size: 15px
    }

    .remodal .popup-shared .btn-pdf {
        width: 300px;
        margin: 30px auto 20px
    }

    .remodal .popup-shared .note {
        margin: 0 0 53px
    }

    .remodal .popup-shared .box {
        max-width: 968px;
        margin: 0 auto 0
    }

    .remodal .popup-shared .box-drink {
        margin-top: 86px
    }

    .remodal .popup-shared .row {
        display: flex;
        justify-content: space-between
    }

    .remodal .popup-shared .row .col {
        width: 465px
    }

    .remodal .popup-shared .row .col .item+.item {
        margin-top: 60px
    }

    .remodal .popup-shared .row .col+.col {
        margin-top: 0
    }
.remodal .popup-shared ul {
    font-size: 20px;
    font-weight: bold;
    padding: 50px 0 20px;
}

}

#hamburger {
    position: fixed;
    top: -22px;
    right: -23px;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    z-index: 1000
}

#hamburger::before {
    content: "";
    position: absolute;
    background: url("../img/shared/bg1.png") repeat center rgba(0, 0, 0, .38);
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

#hamburger::after {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, rgb(73, 200, 242) 0%, rgb(246, 76, 148) 100%);
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2
}

@media screen and (min-width: 768px) {
    #hamburger {
        top: -31px;
        right: -31px;
        width: 151px;
        height: 151px;
        opacity: 0;
        visibility: visible;
        pointer-events: none
    }

    #hamburger.fixed {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    #hamburger::before {
        content: "";
        position: absolute;
        background: url("../img/shared/bg1.png") repeat center rgba(0, 0, 0, .38);
        border-radius: 50%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        transition: all 3s ease-in, all 1s ease-out
    }

    #hamburger::after {
        content: "";
        position: absolute;
        background: linear-gradient(270deg, rgb(73, 200, 242) 0%, rgb(246, 76, 148) 100%);
        border-radius: 50%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -2;
        transition: all 3s ease-in, all 1s ease-out
    }

    #hamburger:hover::before,
    #hamburger:hover:after {
        transform: scale(1.5)
    }
}

#menu-toggle {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: .3s linear;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

#menu-toggle .bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    background: rgba(15, 48, 72, .9)
}

#menu-toggle .box {
    padding: 100px 0
}

#menu-toggle .box .nav-list li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .06em
}

#menu-toggle .box .nav-list li a:hover,
#menu-toggle .box .nav-list li a.active {
    color: #f64c94
}

#menu-toggle .box .nav-list li+li {
    margin-top: 37px
}

#menu-toggle .box .btn-x {
    width: 35px;
    margin: 50px auto 0
}

#menu-toggle .box .btn-x a {
    display: block
}

#menu-toggle .box .btn-x a img {
    display: block
}

@media screen and (min-width: 768px) {
    #menu-toggle .box {
        width: 320px;
        margin-left: auto;
        background: url("../img/shared/bg_bd.jpg");
        padding: 119px 0;
        min-height: 100%
    }

    #menu-toggle .box .logo {
        width: 249px;
        margin: 0 auto
    }

    #menu-toggle .box .btn-tel {
        text-align: center;
        color: #fff;
        line-height: 1;
        margin: 11px 0 49px
    }

    #menu-toggle .box .btn-tel dl dt {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .1em
    }

    #menu-toggle .box .btn-tel dl dd {
        margin-top: 6px;
        font-size: 26px;
        font-weight: 500;
        letter-spacing: .04em
    }

    #menu-toggle .box .btn-tel dl dd img {
        width: 17px;
        margin: -4px 4px 0 0
    }

    #menu-toggle .box .nav-list li a {
        position: relative;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 0 0 auto;
        padding-right: 54px;
        text-align: left;
        font-size: 18px
    }

    #menu-toggle .box .nav-list li a::before {
        content: "";
        position: absolute;
        background: #f64c94;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        top: 50%;
        right: 37px;
        transform: translateY(-50%);
        opacity: 0
    }

    #menu-toggle .box .nav-list li a:after {
        content: "";
        position: absolute;
        background: #f64c94;
        height: 1px;
        width: 37px;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        opacity: 0
    }

    #menu-toggle .box .nav-list li a:hover::before,
    #menu-toggle .box .nav-list li a:hover:after,
    #menu-toggle .box .nav-list li a.active::before,
    #menu-toggle .box .nav-list li a.active:after {
        opacity: 1
    }

    #menu-toggle .box .nav-list li+li {
        margin-top: 30px
    }

    #menu-toggle .box .btn-x {
        width: 30px;
        margin: 32px 59px 0 auto
    }

    #menu-toggle .box .btn-calendar {
        width: 216px;
        margin: 47px 0 0 auto
    }

    #menu-toggle .box .btn-calendar a {
        position: relative;
        display: block;
        border: 1px solid #fff;
        border-right: none;
        border-radius: 25px 0 0 25px;
        padding: 0 0 2px 53px;
        font-size: 18px;
        font-weight: bold;
        line-height: 46px;
        letter-spacing: .16em
    }

    #menu-toggle .box .btn-calendar a::before {
        content: "";
        position: absolute;
        background: url("../img/shared/icon_web.png") no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        top: 50%;
        left: 27px;
        transform: translateY(-50%)
    }

    #menu-toggle .box .btn-calendar a:after {
        content: "";
        position: absolute;
        background: url("../img/shared/icon_arrow.png") no-repeat;
        background-size: 100%;
        width: 9px;
        height: 15px;
        top: 50%;
        right: 32px;
        transform: translateY(-50%)
    }
}

.navOpen #menu-toggle .bg {
    animation: anibg 1s forwards
}

@keyframes anibg {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

#header h1 {
    position: absolute;
    top: 3vw;
    left: 3%;
    right: 36.5%;
    z-index: 1;
    color: #414141;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: .1em
}

#header .logo {
    position: absolute;
    top: 20vw;
    left: 5.5%;
    right: 6%;
    z-index: 1
}

#header #keyvisual {
    padding-top: 9.5vw
}

#header #keyvisual .item {
    height: 160vw
}

#header #keyvisual .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 767px) {
    #header h1 {
        top: 11px;
        left: 27px;
        right: auto;
        color: #fff;
        font-size: 12px;
        line-height: 32px;
        letter-spacing: .06em
    }

    #header .logo {
        width: 220px;
        top: 50px;
        left: 25px;
        right: auto;
        transform: none;
    }

    #header #keyvisual {
        padding: 0
    }

    #header #keyvisual .item {
        height: 850px
    }

    #header .hd-right {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        color: #fff;
        background: url(../img/shared/bg_bd.jpg) repeat center;
        display: flex !important;
        height: 135px;
        width: 100%;
        align-items: center;
        padding-top: 30px;
        justify-content: center;
    }

    #header .hd-right .btn-tel {
        width: -moz-fit-content;
        width: fit-content;
        position: absolute;
        top: 160px;
        left: 25px;
    }

    #header .hd-right .btn-tel dl {
        line-height: 1
    }

    #header .hd-right .btn-tel dl dt {
        text-align: right;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .1em
    }

    #header .hd-right .btn-tel dl dd {
        margin-top: 6px;
        font-size: 26px;
        font-weight: 600;
        letter-spacing: .04em
    }

    #header .hd-right .btn-tel dl dd img {
        width: 17px;
        margin: -3px 3px 0 0
    }

    #header .hd-right .nav-list {
        display: flex;
    }

    #header .hd-right .nav-list li a {
        display: block;
        position: relative;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 0 0 auto;
        padding-right: 35px;
        font-size: 18px;
        font-weight: 500;
        line-height: 48px;
        letter-spacing: .06em
    }

    /* 
    #header .hd-right .nav-list li a::before {
        content: "";
        position: absolute;
        background: #f64c94;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        top: 50%;
        right: 37px;
        transform: translateY(-50%);
        opacity: 0
    }

    #header .hd-right .nav-list li a:after {
        content: "";
        position: absolute;
        background: #f64c94;
        height: 1px;
        width: 37px;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        opacity: 0
    } */

    #header .hd-right .nav-list li a:hover,
    #header .hd-right .nav-list li a.active {
        color: #f64c94
    }

    #header .hd-right .nav-list li a:hover::before,
    #header .hd-right .nav-list li a:hover:after,
    #header .hd-right .nav-list li a.active::before,
    #header .hd-right .nav-list li a.active:after {
        opacity: 1
    }

    #header .hd-right .btn-x {
        width: 30px;
        position: absolute;
        right: 240px;
    }

    #header .hd-right .btn-x a {
        display: block
    }

    #header .hd-right .btn-x a img {
        display: block
    }

    #header .hd-right .btn-calendar {
        width: 216px;
        position: absolute;
        right: 0;
    }

    #header .hd-right .btn-calendar a {
        position: relative;
        display: block;
        border: 1px solid #fff;
        border-right: none;
        border-radius: 25px 0 0 25px;
        padding: 0 0 2px 53px;
        font-size: 18px;
        font-weight: bold;
        line-height: 46px;
        letter-spacing: .16em
    }

    #header .hd-right .btn-calendar a::before {
        content: "";
        position: absolute;
        background: url("../img/shared/icon_web.png") no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        top: 50%;
        left: 27px;
        transform: translateY(-50%)
    }

    #header .hd-right .btn-calendar a:after {
        content: "";
        position: absolute;
        background: url("../img/shared/icon_arrow.png") no-repeat;
        background-size: 100%;
        width: 9px;
        height: 15px;
        top: 50%;
        right: 32px;
        transform: translateY(-50%)
    }
 #header .hd-right .btn-rental {
        width: 216px;
        position: absolute;
        top: 750px;
        right: 0;
        z-index: 3;
    }

    #header .hd-right .btn-rental a {
        position: relative;
        display: block;
        border: 1px solid #fff;
        border-right: none;
        border-radius: 25px 0 0 25px;
        padding: 0 0 2px 53px;
        font-size: 18px;
        font-weight: bold;
        line-height: 46px;
        letter-spacing: .16em
    }

    #header .hd-right .btn-rental a::before {
    }

    #header .hd-right .btn-rental a:after {
        content: "";
        position: absolute;
        background: url("../img/shared/icon_arrow.png") no-repeat;
        background-size: 100%;
        width: 9px;
        height: 15px;
        top: 50%;
        right: 32px;
        transform: translateY(-50%)
    }

}

#footer .inner {
    position: relative;
    padding: 29vw 0 40vw
}

#footer .inner::before {
    content: "";
    position: absolute;
    background: url("../img/shared/bg1.png") repeat center rgba(0, 0, 0, .68);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

#footer .inner::after {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, rgb(73, 200, 242) 0%, rgb(246, 76, 148) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2
}

#footer .btn-copy {
    max-width: 240px;
    margin: 0 auto
}

#footer .btn-copy a {
    display: block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
    line-height: 38px;
    letter-spacing: .1em
}

#footer .row1 .col-l .logo {
    margin: 0 6.5% 0 4%
}

#footer .row1 .col-l .sub-txt {
    text-align: center;
    margin-top: 11px;
    line-height: 1
}

#footer .row1 .col-l .btn-tel {
    text-align: center;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    margin-top: 7vw;
    padding: 15px 0
}

#footer .row1 .col-l .btn-tel dl {
    line-height: 1
}

#footer .row1 .col-l .btn-tel dl dt {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em
}

#footer .row1 .col-l .btn-tel dl dd {
    margin-top: 11px;
    font-size: 32.5px;
    font-weight: 500;
    letter-spacing: .04em
}

#footer .row1 .col-l .btn-tel dl dd img {
    width: 22px;
    margin: -5px 5px 0 0
}

#footer .row1 .col-l .btn-tel .note {
    margin-top: 2px;
    font-size: 11.5px;
    line-height: 15px;
    letter-spacing: .1em
}

#footer .row1 .col-r {
    margin-top: 8vw
}

#footer .row1 .col-r dl {
    display: flex;
    text-align: left
}

#footer .row1 .col-r dl dt {
    max-width: 23vw;
    width: 100%
}

#footer .row1 .col-r dl dd {
    margin-right: -1%
}

#footer .row1 .col-r dl+dl {
    margin-top: 25.5px
}

#footer .row2 {
    margin-top: 30.5vw
}

#footer .row2 .nav-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 39px;
    max-width: 300px;
    margin: 0 auto
}

#footer .row2 .nav-list li a {
    display: block;
    color: #fff;
    font-size: 17.5px;
    font-weight: 600;
    letter-spacing: .06em
}

#footer .row2 .btn-x {
    width: 35px;
    margin: 8.5vw auto 0
}

#footer .row2 .btn-x a {
    display: block
}

#footer .row2 .btn-x a img {
    display: block
}

#footer .row2 .btn-calendar {
    width: 190px;
    margin: 11vw auto 0
}

#footer .row2 .btn-calendar a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 11px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 39.5px;
    letter-spacing: .1em
}

#footer .row2 .btn-calendar a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_web.png") no-repeat;
    background-size: 100%;
    width: 16.5px;
    height: 16.5px;
    top: 50%;
    left: 34px;
    transform: translateY(-50%)
}

#footer .row2 .btn-calendar a:after {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow.png") no-repeat;
    background-size: 100%;
    width: 5px;
    height: 8.5px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

#footer .row3 {
    margin-top: 17vw
}

#footer .row3 #socialbuttons {
    margin-top: 6vw
}

#footer .row3 address {
    text-align: center;
    margin: 0 -5%;
    font-size: 11.5px;
    line-height: 22.5px;
    letter-spacing: .1em
}

#footer .row3 .btn-cookie {
    text-align: center;
    line-height: 22.5px
}

@media screen and (min-width: 768px) {
    #footer {
        padding-bottom: 72px
    }

    #footer .wrap {
        max-width: 1040px;
        padding: 0 20px
    }

    #footer .inner {
        padding: 0 0 62px
    }

    #footer .btn-copy {
        max-width: 250px;
        margin-top: 20px
    }

    #footer .btn-copy a {
        border-radius: 22.5px;
        font-size: 17px;
        line-height: 43px
    }

    #footer .row1 {
        display: flex;
        justify-content: space-between
    }

    #footer .row1 .col-l {
        width: 368px;
        margin: 129px 0 0 22px
    }

    #footer .row1 .col-l .logo {
        width: 335px;
        margin: 0 0 0 9px
    }

    #footer .row1 .col-l .sub-txt {
        margin-top: 12px
    }

    #footer .row1 .col-l .btn-tel {
        margin-top: 17px;
        padding: 18px 0 22px
    }

    #footer .row1 .col-l .btn-tel dl dt {
        font-size: 13px
    }

    #footer .row1 .col-l .btn-tel dl dd {
        margin-top: 8px;
        font-size: 30px
    }

    #footer .row1 .col-l .btn-tel dl dd img {
        margin: -5px 5px 0 0
    }

    #footer .row1 .col-l .btn-tel .note {
        margin-top: 2px;
        font-size: 12px
    }

    #footer .row1 .col-r {
        width: 527px;
        margin: 85px 0 0 0
    }

    #footer .row1 .col-r dl {
        line-height: 28px
    }

    #footer .row1 .col-r dl dt {
        max-width: 109px
    }

    #footer .row1 .col-r dl dd {
        margin-right: 0
    }

    #footer .row1 .col-r dl dd a:hover {
        text-decoration: underline
    }

    #footer .row1 .col-r dl+dl {
        margin-top: 28px
    }

    #footer .row2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 69px
    }

    #footer .row2 .nav-list {
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 0;
        flex: 1;
        max-width: 638px;
        margin: 0
    }

    #footer .row2 .nav-list li a {
        font-size: 21px
    }

    #footer .row2 .nav-list li a:hover {
        color: #f64c94
    }

    #footer .row2 .btn-x {
        width: 30px;
        margin: 0 44px 0 0
    }

    #footer .row2 .btn-calendar {
        width: 210px;
        margin: 0
    }

    #footer .row2 .btn-calendar a {
        padding: 3px 0 0px 5px;
        border-radius: 25px;
        font-size: 18px;
        font-weight: bold;
        line-height: 45px;
        letter-spacing: .16em
    }

    #footer .row2 .btn-calendar a::before {
        width: 20px;
        height: 20px;
        left: 26px
    }

    #footer .row2 .btn-calendar a:after {
        width: 9px;
        height: 15px;
        right: 25px
    }

    #footer .row3 {
        margin-top: 32px
    }

    #footer .row3 #socialbuttons {
        margin-top: 0
    }

    #footer .row3 address {
        margin: 0;
        font-size: 13px;
        line-height: 25px
    }

    #footer .row3 .btn-cookie {
        line-height: 25px
    }

    #footer .row3 .btn-cookie a:hover {
        text-decoration: underline
    }
}

#ft-bnr-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

#ft-bnr-fixed ul {
    display: flex
}

#ft-bnr-fixed ul li:nth-child(1) {
    width: 22.2666666667%
}

#ft-bnr-fixed ul li:nth-child(2) {
    width: 26%
}

#ft-bnr-fixed ul li:nth-child(3) {
    width: 51.7333333333%
}