@charset "UTF-8";
/*
Theme Name:Mahoroba
Description:Mahoroba用テンプレート
Version:1.0
Author:t.kunisawa
*/
html {
    width: 100%;
    scroll-behavior: smooth;
}
body {
    background-color: #ECE9E4;
    color: #1D1E20;
    font-family: "Libre Baskerville","Shippori Mincho", serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.831rem + 0.188vw, 1rem);
    line-height: 1.8;
    letter-spacing: 0.05em;
    position: relative;
    animation: fadeIn 2.5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a {
    transition: 0.5s;
}
a:hover {
    opacity: 0.5;
    transition: 0.5s;
}
h2 {
    font-size: clamp(1.25rem, 0.810rem + 1.878vw, 2.5rem);
    font-weight: 600;
    line-height: 1.3;
}
.SP-br {
    display: none;
}
@media(max-width : 743px) {
    .SP-br {
        display: block;
    }
}
/*--------------------------------
	header
--------------------------------*/
.header {
    text-align: center;
    box-sizing: border-box;
    padding: 8px 40px;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 2px 4px 16px rgba(127, 127, 127, 0.25);
    backdrop-filter: blur(14px);
    display: flex;
    flex-direction: row-reverse;
    gap: 36px;
    width: 800px;
    /* width: 720px; */
    margin: 0 auto;
    transition: opacity 0.3s ease;
}
.hamburger {
    display: none;
    position: relative;
}
.header__nav ul {
    display: flex;
    gap: 32px;
}
.header__nav ul li a {
    font-size: 0.875rem;
}
.header__logo {
    display: none;
}
.CV-booking {
    padding: 6px 40px 4px;
    background-color: #1D1E20;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 0.875rem;
}
.visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%); 
    margin: -1px;
}
@media(max-width : 1024px) {
    .header {
        width: 720px;
        /* width: 640px; */
        padding: 8px 20px;
        gap: 24px;
    }
    .header__nav ul li a {
        font-size: 0.813rem;
    }
    .CV-booking {
        font-size: 0.813rem;
    }
}
@media(max-width : 743px) {
    .header {
        width: 100%;
        padding: 0;
        gap: 0;
        bottom: 0;
        left: 0;
        transform: none;
        border-radius: 0;
        box-shadow: 4px -4px 16px rgba(127, 127, 127, 0.25);
    }       
    .header__menuber {
        width: 100%;
        height: 56px;
        padding: 0;
        display: flex;
        gap: 0;
        box-sizing: border-box;
        z-index: 1000;
    }
    .header__nav {
        box-sizing: border-box;
        position: fixed;
        inset: 0;
        bottom: 56px;
        width: 100vw;
        height: calc(100vh - 56px);
        height: calc(100dvh - 56px);
        z-index: 999;
        transform: translateY(100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
        background-color: #ECE9E4;
        padding: 16px 24px;
    }
    .header__logo {
        display: block;
        width: 40vw;
        height: auto;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .header__nav ul {
        flex-direction: column;
        gap: 24px;
        margin-top: 32px;
    }
    .header__nav ul li a {
        font-size: 1.125rem;
    }
    .hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1em;
        width: 50%;
        height: 100%;
        cursor: pointer;
        background-color: #DEDEDE;
    }
    .hamburger-line {
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
    }
    .hamburger-line::after,
    .hamburger-line::before {
        content: "";
        display: block;
        width: 24px;
        height: 1px;
        background-color: #1D1E20;
        border-radius: 1px; 
    }
    .CV-booking {
        width: 50%;
        height: 100%;
        display: grid;
        place-items: center;
        box-sizing: border-box;
        padding: 0;
        border-radius: 0;
        box-shadow: 4px -4px 16px rgba(127, 127, 127, 0.25);
    }
    .hamburger[aria-expanded="true"] .hamburger-line::after {
        transform: rotate(24deg) translate(0px, -4px);
        transition: transform 0.3s ease;
    }
    .hamburger[aria-expanded="true"] .hamburger-line::before {
        transform: rotate(-24deg) translate(0px, 4px) ;
        transition: transform 0.3s ease;
    }
    .header__nav.is-drawerActive {
        transform: translateY(-100%);
    }
}
/*--------------------------------
	FV
--------------------------------*/
main {
    overflow-x: hidden;
}
.FV {
    width: 100%;
    height: 100vh;
    height: 100svh;
    display: flex;
    flex-direction: row-reverse;
    padding: 40px 0 0 0;
}
.FV__logo {
    width: 20vw;
    height: auto;
}
.vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 0.4em;
    font-weight: 400;
}
.FV__text {
    width: 34vw;
}
h1 {
    display: grid;
    justify-content: center;
    line-height: 1;
}
.FV__copy {
    font-size: calc(100vw / (1440 / 18 ));
    margin-left: 6.8vw;
}
.FV__img {
    width: 66vw;
    height: calc(100vh - 40px);
    height: calc(100svh - 40px);
}
.FV__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width : 743px) {
    .FV {
        display: flex;
        flex-direction: column;
        padding: 16px 0 0 0;
    }
    .FV__logo {
        width: 40vw;
        height: 52vw;
        margin: 0 auto 16px;
    }
    .FV__text {
        width: auto;
        position: relative;
    }
    .FV__copy {
        font-size: 1rem;
        position: absolute;
        margin-left: 0;
        left: 50%;
        transform: translateX(-50%);
        top: 108%;
        color: #fff;
        height: max-content;
    }
    .FV__img {
        width: 100%;
        height: calc(100vh - 52vw - 48px);
        height: calc(100svh - 52vw - 48px);
    }
}
/*--------------------------------
	about
--------------------------------*/
.about__content {
    margin: 200px 0 120px;
    position: relative;
}
.about__content p {
    margin-left: 46vw;
    margin-bottom: 2.4em;
    font-size: clamp(0.875rem, 0.787rem + 0.376vw, 1.125rem);
    line-height: 1.8;
}
.about__content p.concept-top {
    margin-bottom: 7.5em;
}
.about__content.second {
    padding-top: 178px;
}
.about__content.third {
    padding-bottom: 38vw;
}
.concept__img {
    position: absolute;
}
.concept__img.beer {
    width: 20vw;
    height: auto;
    top: calc(200px + 18.4vw);
    left: 18.4vw;
}
.concept__img.irori {
    width: 30.277777777777775vw;
    height: auto;
    top: 200px;
    left: 0;
}
.concept__img.akari {
    width: 20vw;
    height: auto;
    top: -80px;
    right: 0;
}
.concept__img.window {
    width: 37.5vw;
    height: auto;
    bottom: -36vw;
    left: 0;
}
.concept__img.eaves {
    width: 17.916666666666668vw;
    height: auto;
    top: 200px;
    right: 1.6666666666666667vw;
}
.concept__img.entrance {
    width: 27.63888888888889vw;
    height: auto;
    top: calc(180px + 13.6vw);
    right: 13.750000000000002vw;
}
@media(min-width : 1440px) {
    .about__content p {
        font-size: calc(100vw / (1440 / 18 ));
    }
}
@media(max-width : 743px) {
    .about__content {
        margin: 96px auto 0;
        padding: 0 4.2%;
        position: relative;
    }
    .about__content p {
        margin-left: 0;
    }
    .about__content p.concept-top {
        margin-bottom: 4em;
    }
    .about__content.first {
        padding-bottom: 32px;
    }
    .about__content.second {
        padding-top: 64vw;
        padding-bottom: 32px;
    }
    .about__content.third {
        padding-top: 78.93333333333334vw;
        padding-bottom: 80px;
        margin-bottom: 96vw;
    }
    .concept__img.beer {
        width: 41.6vw;
        top: calc(100% + 40vw);
        left: 40vw;
    }
    .concept__img.irori {
        width: 63.2vw;
        top: 100%;
        left: 0;
    }
    .concept__img.akari {
        width: 33.86666666666667vw;
        top: 100%;
        right: 0;
    }
    .concept__img.window {
        width: 70.93333333333334vw;
        bottom: 0;
        top: 128%;
        left: 0;
    }
    .concept__img.eaves {
        width: 47.46666666666667vw;
        top: 90%;
        right: 0;
    }
    .concept__img.entrance {
        width: 61.86666666666667vw;
        top: calc(90% + 34vw);
        right: 30vw;
    }
}
/*--------------------------------
	news  Insta feed
--------------------------------*/
.news {
    background-color: #DEDEDE;
    padding: 80px 8.333333333333332%;
}
.news__intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
}
.news__text {
    display: flex;
    gap: 1em;
}
.icon-insta {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    margin-bottom: -2px;
}
.insta__feed {
    min-height: 31.52777777777778vw;
}
@media(max-width : 1024px) {
    .news {
        padding: 80px 4.8%;
    }
}
@media(max-width : 743px) {
    .news {
        padding: 40px 4.2%;
    }
    .news__intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .news__text {
        flex-direction: column;
        gap: 8px;
    }

}
/*--------------------------------
	rooms
--------------------------------*/
.rooms {
    padding: 80px 0 0 8.333333333333332%;
}
.rooms__intro {
    display: flex;
    justify-content: space-between;
    margin-right: 8.333333333333332%;
    margin-bottom: 104px;
}
.floor-map {
    width: 44.44444444444444vw;
    padding-top: 24px;
}
.room__item {
    display: flex;
    gap: 6.666666666666667%;
    margin-bottom: 56px;
}
.room__imgbox {
    width: 50%;
    height: auto;
}
.room__img {
    width: 100%;
    height: fit-content;
}
.slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 30px;
}
.prev-arrow {
    left: 8px;
    z-index: 1;
}
.next-arrow {
    right: 8px;
}
.room__info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3.888888888888889vw;
    transform: translateY(-10px);
    padding-right: 8.333333333333332%;
}
.room__title {
    font-size: clamp(1.125rem, 0.817rem + 1.315vw, 2rem);
    font-weight: 400;
}
.room__title span {
    font-size: clamp(0.875rem, 0.831rem + 0.188vw, 1rem);
    color: #868484;
    padding-left: 1em;
}
.room__description p:last-child {
    font-size: clamp(0.813rem, 0.790rem + 0.094vw, 0.875rem);
}
/* .room__description--main {
    font-size: clamp(0.813rem, 0.790rem + 0.094vw, 0.875rem);
} */
.room__description--main p:first-child {
    margin-bottom: 8px;
}
.rooms__service {
    margin-top: 80px;
}
.rooms__service h3 {
    font-size: clamp(1.125rem, 0.993rem + 0.563vw, 1.5rem);
    font-weight: 600;
    margin-bottom: 8px;
}
.rooms__service h3.title_EN {
    font-weight: 400;
}
.service__list {
    margin-bottom: 40px;
}
.service__item {
    padding-left: 8px;
    display: flex;
    gap: 1em;
}
.service__item dt {
    width: 136px;
    font-weight: 600;
    flex-shrink: 0;
}
.service__gallery {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.service__img {
    width: 33%;
    height: auto;
}
.service__img figcaption h4 {
    font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
}
.service__img figcaption p {
    font-size: clamp(0.813rem, 0.790rem + 0.094vw, 0.875rem);
}
.service__img:last-child figcaption {
    padding-right: 1em;
}
@media(max-width : 1024px) {
    .rooms {
        padding: 80px 0 0 4.8%;
    }
    .rooms__intro {
        margin-right: 4.8%;
    }
    .room__item {
        gap: 4.8%;
        margin-bottom: 80px;
        align-items: flex-start;
    }
    .room__info {
        padding-right: 4.8%;
    }
    .room__description--main {
        font-size: 0.875rem;
    }
    .service__item {
        padding-right: 4.8%;
    }
    .service__gallery {
        gap: 24px;
    }
}
@media(max-width : 743px) {
    .rooms {
        padding: 80px 0 0 4.2%;
    }
    .rooms__intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-right: 4.2%;
        margin-bottom: 80px;
    }
    .floor-map {
        width: 100%;
        padding-top: 0;
    }
    .rooms__list {
        margin-right: 4.2%;
    }
    .room__item {
        flex-direction: column;
        gap: 8px;
    }
    .room__imgbox {
        width: 100%;
        height: auto;
    }
    /* .room__img {
        width: 100%;
    } */
    .service__gallery .slide-arrow {
        transform: translateY(-9.8vw);
    }
    .prev-arrow {
        left: -8px;
    }
    .next-arrow {
        right: -8px;
    }
    .room__info {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 1.2em;
        transform: translateY(0px);
    }
    .room__title {
        text-align: center;
    }
    .room__description{
        text-align: center;
    }
    .room__description--main p {
        text-align: center;
    }
    .rooms__service {
        margin-top: 104px;
    }
    .service__item {
        padding-left: 0;
        padding-right: 4.2%;
        margin-bottom: 4px;
    }
    .service__item dt {
        width: 80px;
    }
    .service__gallery {
        display: block;
        margin-right: 4.2%;
    }
    .service__img {
        width: 100%;
        margin-bottom: 24px;
    }
}
/*--------------------------------
	CV-area
--------------------------------*/
.CV-area {
    display: flex;
    justify-content: center;
    gap: 8.333333333333332vw;
    padding: 13.88888888888889vw 0 27.77777777777778vw;
    background: url(./img/CV_bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.CV-area h2 {
    font-size: clamp(0.875rem, 0.787rem + 0.376vw, 1.125rem);
    line-height: 1.8;
}
.CV-booking__large {
    height: fit-content;
    padding: 8px 80px;
    background-color: #1D1E20;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 1rem;
}
@media(max-width : 743px) {
    .CV-area {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
        padding: 21.333333333333336vw 4.2% 44vw;
        background-size: contain;
    }
    .CV-area h2 {
        text-align: center;
    }
}
/*--------------------------------
	access
--------------------------------*/
.access {
    padding: 80px 8.333333333333332% 120px;
}
.access h2 {
    margin-bottom: 24px;
}
.access__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 56px;
    border-bottom: dashed 1px #808080;
}
.access__map {
    width: 67.16666666666666%;
    height: 400px;
    border: #A0A0A0 solid 1px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.access__info {
    flex-shrink: 0;
}
.access__info h3 {
    width: fit-content;
    font-size: clamp(0.813rem, 0.790rem + 0.094vw, 0.875rem);
    font-weight: 400;
    margin-bottom: 0.8em;
    padding: 0 8px;
    background-color: #1D1E20;
    color: #FFFFFF;
}
.access__info h3:nth-of-type(2) {
    margin-top: 2.4em;
}
.access__info p {
    font-size: clamp(0.875rem, 0.787rem + 0.376vw, 1.125rem);
}
.access__info a.google-link {
    font-size: clamp(0.813rem, 0.790rem + 0.094vw, 0.875rem);
    color: #808080;
}
.access__time p {
    display: flex;
    align-items: center;
    gap: 0.4em;
}
.access__time p::before {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-radius: 100vh;
    background-color: #808080;
}
.access__info p.access__parking {
    font-size: clamp(0.813rem, 0.790rem + 0.094vw, 0.875rem);
}
.tourist-spots {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.tourist-spots__text h2 {
    font-size: clamp(1.125rem, 0.817rem + 1.315vw, 2rem);
    margin-bottom: 40px;
}
.nagano-map {
    width: 66.66666666666666%;
    height: auto;
    border: #A0A0A0 solid 1px;
    line-height: 0;
}
@media(max-width : 1024px) {
    .access {
        padding: 80px 4.8% 120px;
    }
}
@media(max-width : 743px) {
    .access {
        padding: 80px 4.2% 80px;
    }
    .access__content {
        flex-direction: column;
        gap: 16px;
        padding-bottom: 40px;
    }
    .access__map {
        width: 100%;
        height: 240px;
    }
    .access__info {
        width: 100%;
    }
    .access__info h3:nth-of-type(2) {
        margin-top: 1.2em;
    }
    .tourist-spots {
        margin-top: 16px;
        flex-direction: column;
        gap: 24px;
    }
    .tourist-spots__text h2 {
        margin-bottom: 16px;
    }
    .nagano-map {
        width: 100%;
    }
}
/*--------------------------------
	FAQ
--------------------------------*/
.faq {
    padding: 80px 8.333333333333332%;
}
.faq__content {
    width: 55.27777777777778vw;
    margin: 24px 0 0 auto;
    border-top: dashed 1px #808080;
}
.faq__items {
    display: block;
    padding: 16px 8px;
    border-bottom: dashed 1px #808080;
}
.faq__items summary {
    /* font-size: 1.8rem; */
    font-weight: 600;
    cursor: pointer;
    outline: none;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
}
summary::-webkit-details-marker {
    display: none;
}
.faq__items summary::after {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: url(./img/icons_arrow-up.png) no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
    flex-shrink: 0;
}
.faq__items[open] summary::after {
    transform: rotate(0deg);
}
.faq__items p {
    padding: 16px 0 0;
}
@media(max-width : 1024px) {
    .faq {
        padding: 80px 4.8%;
    }
    .faq__content {
        width: 78.125vw;
    }
}
@media(max-width : 743px) {
    .faq {
        padding: 40px 4.2%;
    }
    .faq__content {
        width: 100%;
        margin: 24px 0 0 0;
    }
    .faq__items {
        padding: 16px 0;
    }
}
/*--------------------------------
	contact
--------------------------------*/
.contact {
    padding: 80px 0 160px 8.333333333333332%;
}
.contact h2 {
    margin-bottom: 24px;
}
.contact__content {
    display: flex;
    justify-content: space-between;
}
.contact__form {
    box-sizing: border-box;
    width: 66.38888888888889vw;
    margin-right: 0;
    margin-left: auto;
    background-color: #DEDEDE;
    padding: 40px 8.333333333333332% 40px 2.7777777777777777%;
}
.form__item {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    margin-bottom: 24px;
    font-weight: 400;
}
.form__item dt {
    width: 188px;
}
.must {
    font-size: 0.875rem;
    padding-left: 0.4em;
}
.form__item dd {
    flex: 1;
}
.form__item dd input,
.form__item dd textarea {
    display: inline-block;
    width: 100%;
    padding: 0.8em 0.5em;
    border: 1px solid #A0A0A0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    flex: 1;
}
.form__privacy p {
    font-size: 0.875rem;
    width: 256px;
    margin: 0 auto 40px;
}
.wpcf7-list-item {
    margin: 0 0.4em 0 0 !important;
}
.underline {
    border-bottom: #868484 1px solid;
}
.btn-send {
    display: block;
    width: 226px;
    height: fit-content;
    margin: 0 auto;
    padding: 8px 80px;
    background-color: #1D1E20;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 1rem;
    font-family: "Shippori Mincho", serif;
    border-color: transparent;
}
.wpcf7 form.sent .wpcf7-response-output {/* 送信ボタン下完了時 */
    border-color: #868484!important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {/* 送信ボタン下未入力警告 */
    border-color: red!important;
}
.wpcf7-not-valid-tip {/* 必須未入力項目下の文章 */
    color: red!important;
    font-size: 12px!important;
}
.cf7-cf-turnstile {
    text-align: center;
}
@media(max-width : 1024px) {
    .contact {
        padding: 80px 0 160px 4.8%;
    }
    .contact__content {
        flex-direction: column;
        gap: 24px;
    }
    .contact__form {
        box-sizing: content-box;
        width: 78.125vw;
        padding: 40px 4.8vw 40px 4.8vw;
    }
}
@media(max-width : 743px) {
    .form__item {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 24px;
    }
    .contact {
        padding: 40px 4.2% 80px;
    }
    .contact__form {
        box-sizing: border-box;
        width: 100%;
        padding: 40px 16px;
    }
}
/*--------------------------------
	footer
--------------------------------*/
.footer {
    padding-top: 88px;
    position: relative;
    line-height: 0;
}
.footer__logo {
    width: 11.11111111111111vw;
    margin: 0 auto 120px;
}
.footer__logo a:hover {
    opacity: 1;
}
.footer__info {
    width: 94.444vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
    padding-bottom: 32px;
}
.footer__info a {
    display: flex;
    align-items: center;
    gap: 32px;
}
.footer__info a p {
    font-size: 0.875rem;
    line-height: 1.8;
}
.footer__info a p img {
    width: 1em;
    height: 0.8em;
    margin-left: 0.2em;
}
.lynx-logo {
    width: 8.6vw;
    height: auto;
}
small {
    font-size: 0.75rem;
    line-height: 1;
}
.footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.footer__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width : 1023px) {
    .footer__logo {
        width: 16vw;
    }
    .footer__info a {
        gap: 24px;
    }
    .footer__info a p {
        font-size: 0.75rem;
        line-height: 1.8;
    }
    .lynx-logo { 
        width: 104px;
        height: auto;
    }
}
@media(max-width : 743px) {
    .footer__logo {
        width: 36vw;
    }
    .footer__info {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        gap: 32px;
        padding-bottom: 24px;
    }
    .lynx-logo {
        width: 88px;
    }
}
/*--------------------------------
	animations
--------------------------------*/
.blur{
	animation-name:blurAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
}
@keyframes blurAnime{
    from {
        filter: blur(10px);
        transform: scale(1.02);
        opacity: 0;
    }

    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
    }
    
@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    
    to {
        opacity:1;
        transform: translateY(0);
    }
}
.blurTrigger,
.fadeUpTrigger {
    opacity: 0;
}

/*--------------------------------
	header02(privacy)
--------------------------------*/
.header02 {
    text-align: center;
    box-sizing: border-box;
    padding: 24px 0;
    position: relative;
    z-index: 1000;
}
.header02__logo {
    display: block;
    width: 11.11111111111111vw;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
}
.header02__logo a:hover {
    opacity: 1;
}
.header02__link img {
    width: 100%;
    height: auto;
}
@media(max-width : 1023px) {
    .header02__logo {
        width: 16vw;
    }
}
@media(max-width : 743px) {
    .header02__logo {
        width: 36vw;
        height: auto;
    }
}
/*--------------------------------
    privacy content
--------------------------------*/
.privacy__content {
    padding: 80px 0;
    width: 64vw;
    max-width: 800px;
    margin: 0 auto 120px;
}
.privacy__main {
    margin-top: 40px;
    line-height: 1.8;
}
.privacy__main h3 {
    font-size: clamp(1rem, 0.912rem + 0.376vw, 1.25rem);
    font-weight: 600;
    margin-top: 48px;
    margin-bottom: 8px;
}
.privacy__main ul {
    margin-left: 1.6em;
    list-style-type: disc;
}
@media(max-width : 1024px) {
    .privacy__content {
        width: 80vw;
        padding: 40px 4.8%;
    }
    .privacy__main h3 {
        margin-top: 32px;
        margin-bottom: 4px;
    }
}
@media(max-width : 743px) {
    .privacy__content {
        box-sizing: border-box;
        width: 100%;
        padding: 40px 4.2%;
        margin: 0 auto 80px;
    }
}
/*================================
	English page
================================*/
/*--------------------------------
	English header
--------------------------------*/
.header.en {
    width: 720px;
}
.CV-booking.en {
    padding: 6px 20px 4px;
}
@media(max-width : 1024px) {
    .header.en {
        width: 640px;
    }
}
@media(max-width : 743px) {
    .header.en {
        width: 100vw;
    }
}
/*--------------------------------
	English FV
--------------------------------*/
.en-FV__txtbox {
    width: fit-content;
    margin: 2.7777777777777777vw auto;
    padding: 0 12%;
    position: relative;
}
.en-FV__title {
    font-size: clamp(1rem, 0.912rem + 0.376vw, 1.25rem);
}
.en-FV__title span {
    font-size: clamp(0.688rem, 0.643rem + 0.188vw, 0.813rem);
    display: block;
    gap: 0.2em;
}
.en-FV__copy {
    margin-top: 2.4em;
}
@media(max-width : 743px) {
    .en-FV__txtbox {
        width: 276px;
        margin: 0 auto 2.7777777777777777vw ;
        text-align: center;
    }
    .en-FV__copy {
        color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 88%;
        width: 276px;
    }
}
/*--------------------------------
	English about
--------------------------------*/
.concept__img.en.eaves {
    top: 256px;
}
.concept__img.en.entrance {
    top: calc(240px + 13.6vw);
}
@media(max-width : 743px) {
    .concept__img.en.eaves {
        width: 47.46666666666667vw;
        top: 90%;
        right: 0;
    }
    .concept__img.en.entrance {
        width: 61.86666666666667vw;
        top: calc(90% + 34vw);
        right: 30vw;
    }
}
/*--------------------------------
	English News
--------------------------------*/
@media(max-width : 1024px) {
    .news__intro.en {
        align-items: flex-start;
    }
    .news__text.en {
        flex-direction: column;
        align-items: flex-end;
        gap: 0;
        margin-top: 1em;
    }
}
@media(max-width : 743px) {
    .news__text.en {
        align-items: flex-start;
    }
}
/*--------------------------------
	English rooms
--------------------------------*/
.room__item.en {
    margin-bottom: 120px;
}
.service__item.en dt {
    width: 96px;
}
/*--------------------------------
	English CV-area
--------------------------------*/
.CV-area.en {
    align-items: center;
}
.CV-area.en h2 span {
    display: block;
    margin-bottom: 1em;
}
.CV-booking__large.en {
    flex-shrink: 0;
}
@media(max-width : 1024px) { 
    .CV-area.en {
        padding-left: 5%;
        padding-right: 5%;
    }
}
/*--------------------------------
	English access
--------------------------------*/
.access__info.en {
    flex-shrink: 1;
}
.access__info.en p {
    font-size: clamp(0.875rem, 0.831rem + 0.188vw, 1rem);
}
.access__time.en p {
    align-items: flex-start;
}
.access__time.en p::before {
    margin-top: 0.6em;
    flex-shrink: 0;
}
.nagano-map.en {
    flex-shrink: 0;
    height: fit-content;
}
/*--------------------------------
	English contact
--------------------------------*/
.contact__form.en {
    flex-shrink: 0;
}
.contact__form.en dt {
    line-height: 1.1;
}
.contact__form.en .must {
    font-size: 0.813rem;
}
.form__privacy.en p {
    width: 258px;
}
