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

/* all */
#new-hotel-footer {
    font-family: yu-gothic-pr6n, sans-serif;
    line-height: 1.6;
    width: 100%;
    color: #222;
    font-weight: 500;
}
#new-hotel-footer img {
    width: 100%;
}
#new-hotel-footer * { box-sizing: border-box;}

#new-hotel-footer a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
    text-decoration: none;
}

#new-hotel-footer a:hover {
    opacity: .65;
    text-decoration: none;
}
#new-hotel-footer .sp-only {
    display: none;
}
@media screen and (max-width:700px) {
    #new-hotel-footer .pc-only {
        display: none;
    }
    #new-hotel-footer .sp-only {
        display: block;
    }
}
/* /all */

/* hotel-footer */
#new-hotel-footer .hotel-footer {
    background-color: #f2f1e9;
    padding: 56px 24px 51px;
}
#new-hotel-footer .hotel-footer a {
    color: #222;
}

#new-hotel-footer .hotel-footer .hotel-logo-box {
    width: 221px;
    margin-inline: auto;
}
#new-hotel-footer address {
    font-style: normal;
    padding-block: 34px 26px;
}
#new-hotel-footer address dt {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}
#new-hotel-footer address dd {
    display: flex;
    justify-content: center;
    align-items: center;
}
#new-hotel-footer address dd p {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#new-hotel-footer address dd p:nth-of-type(n+2)::before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background-color: #222222;
    transform: rotate(90deg);
    margin-inline: 10px;
}
#new-hotel-footer .hotel-sns-box {
    padding-bottom: 27px;
}
#new-hotel-footer .hotel-sns-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
}
#new-hotel-footer .hotel-sns-box li {
    width: 26px;
    height: 26px;
}
#new-hotel-footer .hotel-data-box ul {
    display: flex;
    justify-content: center;
    gap: 14px;
}
#new-hotel-footer .hotel-data-box li a {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#new-hotel-footer .hotel-data-box li a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(45deg);
    margin-right: 6px;
}
@media screen and (max-width:700px) {
    #new-hotel-footer .hotel-footer {
        padding: 12.6% 5.3334% 10.5%;
    }
    #new-hotel-footer .hotel-footer .hotel-logo-box {
        width: 58.295%;
    }
    #new-hotel-footer address {
        padding-block: 5.7% 4%;
    }
    #new-hotel-footer address dt {
        font-size: var(--sp-fs14);
        padding-bottom: 3.7%;
    }
    #new-hotel-footer address dd p {
        font-size: var(--sp-fs12);
        padding-bottom: 1.8%;
    }
    #new-hotel-footer address dd {
        display: block;
    }
    #new-hotel-footer address dd p:nth-of-type(n+2)::before {
        content: none;
    }
    #new-hotel-footer .hotel-sns-box li {
        width: 7.765%;
        height: auto;
    }
    #new-hotel-footer .hotel-data-box li a {
        font-size: var(--sp-fs11);
    }
    #new-hotel-footer .hotel-data-box li a::before {
        width: 1.33vw;
        height: auto;
        aspect-ratio: 1;
    }
}
/* /hotel-footer */

/* brand-footer */
#new-hotel-footer .brand-footer {
    background-color: #555;
    padding: 56px 24px 19px;
}
#new-hotel-footer .brand-footer a {
    color: #fff;
}
#new-hotel-footer .brand-footer .lf-logo {
    display: block;
    width: 181px;
}
#new-hotel-footer .list_icons {
    width: 234px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#new-hotel-footer .list_icons li {
    width: 26px;
}
#new-hotel-footer .images-wrapper {
    width: 480px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#new-hotel-footer .list_links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-block: 31px 70px;
}
#new-hotel-footer .list_links li {
    display: flex;
    align-items: center;
    padding-right: 16px;
    line-height: 2;
}
#new-hotel-footer .list_links li::before {
    content: "";
    display: block;
    width: 6px;
    height: auto;
    aspect-ratio: 1;
    border-top: 1px #FFF solid;
    border-right: 1px #FFF solid;
    transform: rotate(45deg);
    margin-top: 2px;
    margin-right: 7px;
    margin-left: -4px;
}
#new-hotel-footer .list_links {
    max-width: 780px;
    margin-inline: auto;
}
#new-hotel-footer .list_links a {
    font-size: 12px;
    color: #FFF;
}
#new-hotel-footer .copyright {
    font-size: 12px;
    color: #FFF;
    text-align: center;
}
@media screen and (max-width:700px) {
    #new-hotel-footer .brand-footer {
        padding: 12.8% 5.3334% 37.3%;
    }
    #new-hotel-footer .images-wrapper {
        width: 100%;
        display: block;
    }
    #new-hotel-footer .brand-footer .lf-logo {
        width: 45.81%;
        margin-inline: auto;
        padding-bottom: 7%;
    }
    #new-hotel-footer .list_icons {
        width: 69.855%;
        margin-inline: auto;
        padding-bottom: 7.1%;
    }
    #new-hotel-footer .list_icons li {
        width: 11.115%;
    }
    #new-hotel-footer .list_links {
        padding-block: 4.8% 15.5%;
        border-top: 1px solid #999999;
    }
    #new-hotel-footer .list_links a {
        font-size: var(--sp-fs11);
    }
    #new-hotel-footer .list_links li {
        padding-right: 4vw;
    }
    #new-hotel-footer .list_links li::before {
        width: 1.3vw;
        height: auto;
        aspect-ratio: 1;
        margin-top: 0;
        margin-right: 1.3vw;
        margin-left: -.5vw;
    }
    #new-hotel-footer .copyright {
        font-size: var(--sp-fs10);
    }
}
/* /brand-footer */












































/* all */
#footer-renew-202404 .PC-Separate {
	display: block !important
}
#footer-renew-202404 .SP-Separate {
	display: none !important
}

#footer-renew-202404 a {
    color: #666;
}

#footer-renew-202404 a:link,
#footer-renew-202404 a:visited {
    text-decoration: none;
}

#footer-renew-202404 a:hover,
#footer-renew-202404 a:active {
    text-decoration: underline;
}

#footer-renew-202404 {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.5;
    width: 100%;
    color: #333;
    font-weight: 500;
}

@media screen and (max-width:700px) {
    #footer-renew-202404 .PC-Separate {
        display: none !important
    }
    #footer-renew-202404 .SP-Separate {
        display: block!important
    }
}
/* /all */

/* フッターロゴ変更 20231213  */
.dpr1 #website-hotel-footer .lafo-ito-inner {
    background: url('../../common/img/logo/ito_logo_hotel_footer.svg') 15px 30px no-repeat !important;
    background-size: 120px auto !important;
}
#website-hotel-footer .lafo-nas-inner {
    background: url('../../common/img/logo/nas_logo_hotel_footer.svg') 15px 30px no-repeat !important;
    background-size: 120px auto !important;
}
#website-hotel-footer .lafo-gor-inner {
    background: url('../../common/img/logo/gor_logo_hotel_footer.svg') 15px 30px no-repeat !important;
    background-size: 120px auto !important;
}
#website-hotel-footer .lafo-szj-inner {
    background: url('../../common/img/logo/szj_logo_hotel_footer.svg') 15px 30px no-repeat !important;
    background-size: 120px auto !important;
}

@media screen and (max-width:980px) {
    #website-footer .hotel-info-ito .hotel-location {
        background: url('../../common/img/logo/ito_logo_hotel_footer.svg') 100% 5px no-repeat !important;
        background-size: 70px auto !important;
        padding: 14px 70px 14px 0 !important;
    }
    #website-footer .hotel-info-nas .hotel-location {
        background: url('../../common/img/logo/nas_logo_hotel_footer.svg') 100% 5px no-repeat !important;
        background-size: 70px auto !important;
        padding: 14px 70px 14px 0 !important;
    }
    #website-footer .hotel-info-gor .hotel-location {
        background: url('../../common/img/logo/gor_logo_hotel_footer.svg') 100% 5px no-repeat !important;
        background-size: 70px auto !important;
        padding: 14px 70px 14px 0 !important;
    }
    #website-footer .hotel-info-szj .hotel-location {
        background: url('../../common/img/logo/szj_logo_hotel_footer.svg') 100% 5px no-repeat !important;
        background-size: 70px auto !important;
        padding: 14px 70px 14px 0 !important;
    }
}

/*　フッターデザイン変更 　20240423  */
#footer-renew-202404 {
    font-size: 14px;
    padding-top: 90px;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.5;
    width: 100%;
    color: #333;
    font-weight: 500;
}
#footer-renew-202404 .page-top-wrapper {
    max-width: 960px;
    position: relative;
    font-size: 14px;
}
#footer-renew-202404 .page-top-wrapper,
#footer-renew-202404 .hotel-footer-wrapper,
#footer-renew-202404 .brand-footer-wrapper {
    max-width: 960px;
    margin: 0 auto;
}
#footer-renew-202404 .page-top {
    font-size: 11px;
    position: absolute;
    top: -80px;
    right: 40px;
    text-align: right;
}
#footer-renew-202404 .page-top a {
    display: inline-block;
    text-align: center;
}
#footer-renew-202404 .page-top a:before {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 0 7px;
    content: '';
    background-image: url(../img/sprites/1x-s98e1058949.png);
    background-position: -32px -87px;
}
#footer-renew-202404 .hotel-footer-bg {
    background-color: #EDEDED;
}
#footer-renew-202404 .hotel-footer-wrapper,
#footer-renew-202404 .brand-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
#footer-renew-202404 .hotel-footer-wrapper {
    padding: 48px 0 38px;
}
#footer-renew-202404 .hotel-info-container:first-child {
    width: 190px;
}
#footer-renew-202404 .hotel-info-container:nth-child(2) {
    width: 330px;
}
#footer-renew-202404 .hotel-info-container:last-child {
    width: 322px;
}
#footer-renew-202404 .hotel-logo-box.ito-logo { background-image: url('../../common/img/logo/ito_logo_hotel_footer.svg');}
#footer-renew-202404 .hotel-logo-box.gor-logo { background-image: url('../../common/img/logo/gor_logo_hotel_footer.svg');}
#footer-renew-202404 .hotel-logo-box.nasu-logo { background-image: url('../../common/img/logo/nas_logo_hotel_footer.svg');}
#footer-renew-202404 .hotel-logo-box.szj-logo { background-image: url('../../common/img/logo/szj_logo_hotel_footer.svg');}
#footer-renew-202404 .hotel-logo-box.szj_g-logo { background-image: url('../../common/img/logo_hotel_footer@2x.png');}

#footer-renew-202404 .hotel-logo-box.glamping_field-logo { background-image: url('../../common/img/logo_glampingfield_footer.svg');}
#footer-renew-202404 .hotel-logo-box.glamping_field-logo.hkb { background-image: url('../../common/img/logo_glampingfield_footer_hkb.svg');}
#footer-renew-202404 .hotel-logo-box.glamping_field-logo.szj { background-image: url('../../common/img/logo_glampingfield_footer_szj.svg');}

#footer-renew-202404 .hotel-logo-box.szj_g-logo,
#footer-renew-202404 .hotel-logo-box.glamping_field-logo {
    background-size: contain;
    margin-bottom: 0;
}

#footer-renew-202404 .hotel-logo-box {
    width: 140px;
    height: 108px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    margin-bottom: 30px;
}
#footer-renew-202404 ul {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}
#footer-renew-202404 li {
    padding-right: 15px;
}
#footer-renew-202404 li.hotel-data-link:first-of-type {
    padding-right: 10px;
}
#footer-renew-202404 ul li i {
    display: block;
}

#footer-renew-202404 .hotel-info-container address {
    font-style: normal;
}
#footer-renew-202404 .hotel-info-container dt {
    font-size: 16px;
    font-weight: bold;
}
#footer-renew-202404 .hotel-info-container address dd {
    padding-top: 10px;
    line-height: 2;
}
#footer-renew-202404 .hotel-info-container .hotel-sns-box {
    padding-top: 25px;
}
#footer-renew-202404 .icon-facebook_2024 {
    background-image: url(../img/ico_facebook_2024.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#footer-renew-202404 .icon-line_2023,
#footer-renew-202404 .icon-insta_2023,
#footer-renew-202404 .icon-twitter_2023,
#footer-renew-202404 .icon-facebook_2024,
#footer-renew-202404 .icon-tripadvisor_2023 {
    width: 18px;
    height: 18px;
}
#footer-renew-202404 .hotel-info-container .hotel-contact-box {
    padding-bottom: 24px;
}
#footer-renew-202404 .hotel-info-container .hotel-contact-box dt {
    font-size: 14px;
}
#footer-renew-202404 .hotel-info-container .hotel-contact-box dd {
    font-size: 28px;
    font-weight: 400;
}
#footer-renew-202404 a.hotel-reservation-link {
    transition: opacity .25s ease-in-out;
}
#footer-renew-202404 a.hotel-reservation-link:hover {
    opacity: .65;
    text-decoration: none;
}
#footer-renew-202404 .hotel-reservation-btn {
    width: 193px;
    height: 48px;
    color: #FFF;
    background-color: #996633;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-renew-202404 .hotel-reservation-btn span {
    display: inline-block;
    width: 80%;
}
#footer-renew-202404 .hotel-reservation-btn::after {
    content: "";
    display: inline-block;
    width: 4.5%;
    height: 13px;
    background: url(../img/vector_white.webp) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
#footer-renew-202404 .brand-footer-wrapper {
    padding: 40px 0 50px;
}
#footer-renew-202404 .brand-info-box {
    width: 50%;
}
#footer-renew-202404 .brand-info-box .brand-name {
    font-size: 14px;
    color: #000;
    padding-bottom: 25px;
}
#footer-renew-202404 .icon-mail {
    width: 24px;
    height: 18px;
    background-image: url(../img/ico_mail.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#footer-renew-202404 .brand-data-box {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 28px;
}
#footer-renew-202404 .brand-data-box .brand-data-link {
    padding-left: 15px;
    padding-bottom: 10px;
}
#footer-renew-202404 .brand-data-box .brand-data-link:last-of-type {
    padding-bottom: 0;
}
#footer-renew-202404 .brand-info-box p.copyright {
    text-align: right;
    font-size: 12px;
    color: #000;
}
#footer-renew-202404 .brand-name a span.PC-Separate {
    display: inline!important;
}
#footer-renew-202404 .brand-info-box .brand-name a {
    color: #000;
}
@media screen and (max-width:980px) {
    #footer-renew-202404 .hotel-footer-wrapper,
    #footer-renew-202404 .brand-footer-wrapper {
        width: 90%;
        max-width: 700px;
        text-align: center;
        display: block;
    }
    #footer-renew-202404 .hotel-logo-box.ito-logo { background-image: url(../../common/img/logo/ito_logo.svg);}
    #footer-renew-202404 .hotel-logo-box.gor-logo { background-image: url(../../common/img/logo/gor_logo.svg);}
    #footer-renew-202404 .hotel-logo-box.nasu-logo { background-image: url(../../common/img/logo/nas_logo.svg);}
    #footer-renew-202404 .hotel-logo-box.szj-logo { background-image: url(../../common/img/logo/szj_logo.svg);}
    #footer-renew-202404 .hotel-logo-box.szj_g-logo {
        background-image: url(../../common/img/logo.png);
        max-width: 320px;
    }
    #footer-renew-202404 .hotel-logo-box.glamping_field-logo {
        background-image: url(../../common/img/logo_glampingfield.webp);
        max-width: 600px;
    }
    #footer-renew-202404 .hotel-logo-box.glamping_field-logo.hkb {
        background-image: url(../../common/img/logo_glampingfield_hkb.webp);
        max-width: 600px;
    }
    #footer-renew-202404 .hotel-logo-box.glamping_field-logo.szj {
        background-image: url(../../common/img/logo_glampingfield_szj.webp);
        max-width: 600px;
    }
    #footer-renew-202404 .hotel-logo-box.szj_g-logo,
    #footer-renew-202404 .hotel-logo-box.glamping_field-logo {
        background-size: contain;
        margin-bottom: 20px;
    }
    #footer-renew-202404 .hotel-logo-box {
        width: 50%;
        height: auto;
        padding: 3% 0;
        margin: 0 auto 20px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top;
    }
    #footer-renew-202404 .hotel-data-box ul {
        width: 200px;
        margin: 0 auto 40px;
    }
    #footer-renew-202404 ul {
        justify-content: space-between;
        margin: 0 auto;
    }
    #footer-renew-202404 .hotel-sns-box ul,
    #footer-renew-202404 .brand-social-links ul {
        justify-content: center;
    }
    #footer-renew-202404 .hotel-info-container:first-child,
    #footer-renew-202404 .hotel-info-container:nth-child(2),
    #footer-renew-202404 .hotel-info-container:last-child {
        width: 100%;
    }
    #footer-renew-202404 .hotel-info-container .hotel-sns-box,
    #footer-renew-202404 .brand-social-links {
        width: 180px;
        margin: 0 auto;
    }
    #footer-renew-202404 .hotel-info-container .hotel-sns-box {
        padding: 25px 0 35px;
    }
    #footer-renew-202404 .hotel-reservation-btn {
        margin: 0 auto;
    }
    #footer-renew-202404 .brand-info-box {
        width: 100%;
    }
    #footer-renew-202404 .brand-data-box {
        width: 420px;
        justify-content: space-around;
        margin: 0 auto;
    }
    #footer-renew-202404 .brand-data-box .brand-data-link {
        padding-left: 0;
        padding-bottom: 4.5%;
    }
    #footer-renew-202404 .brand-info-box .brand-social-links {
        padding-bottom: 30px;
    }
    #footer-renew-202404 .brand-info-box p.copyright {
        text-align: center;
    }
    #footer-renew-202404 .hotel-info-container .hotel-contact-box {
        padding-bottom: 0;
    }
    #footer-renew-202404 .hotel-info-container .hotel-reservation-link {
        display: block;
        padding-top: 24px;
    }
}

@media screen and (max-width:700px) {
    #footer-renew-202404 {
        border-top: 1px solid #e0e0e0;
        padding-top: 5%;
        font-size: 3.2vw;
    }
    #footer-renew-202404 .page-top-wrapper {
        margin: 0 auto 5%;
    }
    #footer-renew-202404 .page-top {
        position: static;
        margin: 0 auto;
    }
    #footer-renew-202404 .page-top a {
        font-size: 13px;
        font-weight: bold;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        color: #333;
    }
    #footer-renew-202404 .page-top a:before {
        position: relative;
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: -10px 13px -6px 0;
        content: '';
        vertical-align: middle;
    }
    #footer-renew-202404 .hotel-footer-wrapper {
        padding: 10% 0 11%;
    }
    #footer-renew-202404 .hotel-logo-box {
        width: 90%;
        height: auto;
        padding: 4.2% 0;
        margin-bottom: 6%;
    }
    #footer-renew-202404 .hotel-logo-box.szj_g-logo {
        padding: 7.2% 0;
    }
    #footer-renew-202404 .hotel-logo-box.glamping_field-logo {
        padding: 8.9% 0;
        margin-bottom: 6%;
    }
    #footer-renew-202404 .hotel-data-box ul {
        width: 50%;
    }
    #footer-renew-202404 .hotel-info-container:first-child,
    #footer-renew-202404 .hotel-info-container:nth-child(2) {
        margin-bottom: 11%;
    }

    #footer-renew-202404 li {
        padding: 0 14px;
    }
    #footer-renew-202404 li.hotel-data-link {
        padding: 0 0;
    }
    #footer-renew-202404 li.hotel-data-link {
        font-size: 3.7vw;
    }
    #footer-renew-202404 .hotel-info-container dt {
        font-size: 4.3vw;
    }
    #footer-renew-202404 .hotel-info-container address dd {
        padding-top: 1.7%;
        font-size: 4vw;
    }
    #footer-renew-202404 .hotel-info-container .hotel-contact-box dt {
        font-size: 3.8vw;
    }
    #footer-renew-202404 .hotel-info-container .hotel-contact-box dd {
        font-size: 7.5vw;
    }
    #footer-renew-202404 .hotel-info-container .hotel-contact-box p {
        font-size: 3.8vw;
        padding-top: 2%;
        line-height: 1.6;
    }
    #footer-renew-202404 .hotel-info-container .hotel-sns-box {
        width: 100%;
        padding: 7% 0 0;
    }
    #footer-renew-202404 .hotel-reservation-btn {
        width: 57%;
        height: auto;
        padding: 3.7% 0;
        font-size: 4.2vw;
    }
    #footer-renew-202404 .hotel-reservation-btn::after {
        height: auto;
        padding: 3% 0;
    }
    #footer-renew-202404 .hotel-info-container .hotel-contact-box {
        padding-bottom: 6%;
    }
    #footer-renew-202404 .hotel-info-container .hotel-reservation-link {
        padding-top: 0;
    }
    #footer-renew-202404 .icon-line_2023,
    #footer-renew-202404 .icon-insta_2023,
    #footer-renew-202404 .icon-twitter_2023,
    #footer-renew-202404 .icon-facebook_2024,
    #footer-renew-202404 .icon-tripadvisor_2023 {
        width: 35px;
        height: 35px;
    }
    #footer-renew-202404 .icon-mail {
        width: 49px;
        height: 35px;
    }
    #footer-renew-202404 .brand-footer-wrapper {
        padding: 11% 0 0;
    }
    #footer-renew-202404 .brand-name a {
        text-decoration: none;
    }
    #footer-renew-202404 .brand-name a:hover {
        text-decoration: underline;
    }
    #footer-renew-202404 .brand-info-box {
        margin-bottom: 9%;
    }
    #footer-renew-202404 .brand-name a span.PC-Separate {
        display: none!important;
    }
    #footer-renew-202404 .brand-info-box .brand-name {
        font-size: 3.7vw;
        padding-bottom: 6%;
    }
    #footer-renew-202404 .brand-data-box {
        width: 80%;
        flex-wrap: wrap;
        padding-bottom: 7.7%;
        font-size: 3.7vw;
    }
    #footer-renew-202404 .brand-info-box .brand-social-links {
        width: 100%;
        padding-bottom: 0;
    }
    #footer-renew-202404 .brand-info-box p.copyright {
        font-size: 3.1vw;
    }
}

@media screen and (max-width:500px) {
    #footer-renew-202404 .icon-line_2023,
    #footer-renew-202404 .icon-insta_2023,
    #footer-renew-202404 .icon-twitter_2023,
    #footer-renew-202404 .icon-facebook_2024,
    #footer-renew-202404 .icon-tripadvisor_2023 {
        width: 18px;
        height: 18px;
    }
    #footer-renew-202404 .icon-mail {
        width: 24px;
        height: 18px;
    }
    #footer-renew-202404 .brand-info-box p.copyright {
        font-size: 2.9vw;
    }
}
/* フッターデザイン変更 END 20240423  */

/* フッターリンク追加変更 start 20240620  */
#footer-renew-202404 li.hotel-data-link:nth-of-type(3) {
    padding-top: 5px;
}

@media screen and (max-width:700px) {
    #footer-renew-202404 li.hotel-data-link:nth-of-type(3) {
        padding-top: 5%;
    }
}
/* フッターリンク追加変更 END 20240620 */