.l-main {
    overflow-x: hidden;
}
/*--------------------------------
	facility  vertical text
--------------------------------*/
.p-facility__list.hotel::after , 
.p-facility__list.restaurant::after , 
.p-facility__list.hotel-restaurant::after ,
.p-facility__list.food-truck::after {
    position: absolute;
    display: block;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    letter-spacing: 0.03em;
    top: 0;
    left: -2.7vw;
    background-color: #fff;
    font-size: clamp(0.75rem, 0.684rem + 0.213vw, 0.875rem);
}
.p-facility__list.hotel::after {
    content: "Accommodation";
}
.p-facility__list.restaurant::after {
    content: "Restaurant";
}
.p-facility__list.hotel-restaurant::after {
    content: "Accommodation,Restaurant";
}
.p-facility__list.food-truck::after {
    content: "Food Truck";
}
@media (max-width: 767px) {
    .p-facility__list.hotel::after, 
    .p-facility__list.restaurant::after, 
    .p-facility__list.hotel-restaurant::after,
    .p-facility__list.food-truck::after {
        position: absolute;
        display: block;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        display: inline-block;
        letter-spacing: 0.3em;
        top: -24px;
        left: 0vw;
        background-color: #fff;
    }
    .p-facility__list.hotel-restaurant::after,
    .p-facility__list.nagano.hotel::after,
    .p-facility__list.nagano.food-truck::after {
        left: 4.8vw;
    }
}
/*--------------------------------
	title 
--------------------------------*/
.p-news__title--EN , .p-facility__title--EN {
    position: relative;
}
.p-news__title--EN::after , .p-facility__title--EN::after {
    position: absolute;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.p-news__title--EN::after {
    background-image: url(../img/NEWS_EN.png);
    width: 52.916vw;
    height: 9.722vw;
}
.p-facility__title--EN::after {
    background-image: url(../img/STAYandEAT_EN.png);
    width: 44.652vw;
    height: 9.722vw;
}
@media(max-width : 767px) {
    .p-news__title--EN::after {
        width: 91.2vw;
        height: 16.8vw;
    }
    .p-facility__title--EN {
        width: 90.4vw;
        margin: 0 auto;
    }
    .p-facility__title--EN::after {
        width: 90.666vw;
        height: 19.466vw;
    }
}

.p-contact-EN {
    background-color: #FFF7E8;
    padding: 76px 0 70px;
    margin-bottom: 60px;
    position: relative;
}
.p-contact-EN::after {
    position: absolute;
    display: block;
    content: "";
    background-image: url(../img/CONTACT_EN.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 54.861vw;
    height: 17.083vw;
    top: -7.2vw;
    right: 9vw;
}
@media(max-width : 1024px) {
    .p-contact-EN::after {
        right: 5vw;
    }
}
@media(max-width : 767px) {
    .p-contac-EN {
        margin-bottom: 50px;
    }
    .p-contact-EN::after {
        width: 95.2vw;
        height: 29.6vw;
        top: -13vw;
        right: 0;
    }
}