:root{
    --spring-color: #b8858f;
    --summer-color: #7ebfcb;
    --autumn-color:#be7767;
    --brown-color: #5b4f3f;
    --darkblue-color: #173059;
    --blue-color: #135783;
    --darkbrown-color: #231815;
    --winter-color:#2d4e80;
}
#freeContentsArea{
    background-color: #fff;
}
.commonKeyvisual{
    width: 100%;
    height: auto;
    background-color: #fff;
    aspect-ratio: 1920 / 863;
    position: relative;
}
.commonKeyvisual .imagearea{
    background: url(../images/mv.webp)no-repeat center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.commonKeyvisual .imagearea .imgCap {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000;
    z-index: 3;
    font-family: "Shippori Mincho", serif;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-justify{
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.small-text{
    font-size: 80%;
}
.large-text{
    font-size: 150%;
}
.font-l{
    font-size: 150%;
}
.fit-img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.pc-none{
    display: none;
}
.sp-none{
    display: block;
}
.inline-block{
    display: inline-block;
}
.is-light{
    color: #fff;
}
.flex-wrapper{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.grid-wrapper{
    display: grid;
}
.grid-col-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-col-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-col-4{
    grid-template-columns: repeat(4, 1fr);
}
.col-1{
    width: 100%!important;
}
.col-2{
    width: 50%;
}
.has-gap{
    gap: 20px;
}
.has-gap > .col-2{
    width: calc(calc(100% - 20px) / 2);
}
.contents-container > * + *{
    padding-top: clamp(70px, 10vw, 100px);
}
.general-section:has(.end-contents),
.luxis-flex2 .txt-area.pt-0{
    padding-top: 0;
}
.inner{
    margin-inline: auto;
    max-width: 1200px;
    width: 90%;
}
.inner-min{
    max-width: 1000px;
}
.inner-mid{
    max-width: 1100px;
}
.inner-max{
    max-width: 1600px;
}
.img-wrapper{
    position: relative;
}
.img-wrapper .imgCap{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000;
    z-index: 3;
    font-family: "Shippori Mincho", serif;
}
.mb-0{
    margin-bottom: 0!important;
}
.flex-reverse{
    flex-direction: row-reverse;
}
.mg0auto{
    margin: 0 auto;
}
.gap80{
    gap: 80px;
}
@media screen and (max-width: 767px) {
    .commonKeyvisual .imagearea{
        background: url(../images/mv-sp.webp)no-repeat center center / cover;
    }
    .commonKeyvisual{
        aspect-ratio: 750 / 1000;
    }
    .pc-none{
        display: block;
    }
    .sp-none{
        display: none;
    }
    .slide-sp-none{
        display: none;
    }
    .sp-text-center{
        text-align: center;
    }
    .sp-text-left{
        text-align: left;
    }
    .col-2{
        width: 100%;
    }
    .grid-col-3{
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-col-4{
        grid-template-columns: repeat(2, 1fr);
    }
}
.mv-contents-wrap{
    width: 25vw;
    position: absolute;
    top: 11.5vw;
    right: 17%;
    z-index: 10;
    /* img{
        filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    } */
}
.mv-text{
    margin-bottom: 4.8vw;
    width: 86%;
}
.index-heading{
    margin-bottom: 1.4vw;
    width: 10vw;
}
.index-lists{
    width: fit-content;
}
.index-list{
    margin-bottom: 1.4vw;
    width: 25vw;
    line-height: 1;
    a{
        width: 100%;
        display: block;
    }
}
.luxis-head{
    padding: 120px 0;
    background: url(../images/luxis-bg.webp) no-repeat top center / cover;
}
.luxis-heading{
    margin: 0 auto clamp(30px, 5vw, 50px);
    max-width: 360px;
    width: 68%;
}
.luxis-head .note{
    margin-bottom: 40px;
    line-height: 2.5;
    letter-spacing: .15rem;
    font-feature-settings: "palt";
    font-size: clamp(1.22rem, 1.6vw, 1.6rem);
}
.luxis-logo{
    margin: clamp(42px, 6vw, 60px) auto 0;
    max-width: 340px;
    width: 72%;
}
@media screen and (max-width: 1024px) {
    .mv-contents-wrap{
        top: 7.5vw;
    }
}
@media screen and (max-width: 767px) {
    .mv-contents-wrap{
        width: 52%;
        top: 30%;
        right: 0;
    }
    .mv-text{
        margin-bottom: 50px;
        width: 84%;
    }
    .index-heading{
        margin-bottom: 10px;
        width: 52%;
    }
    .index-list{
        margin-bottom: 12px;
        width: 100%;
    }
    .luxis-heading{
        margin-left: 0;
    }
    .luxis-head {
        padding: 70px 30px 80px;
        background: url(../images/luxis-bg-sp.webp) no-repeat top center / cover;
    }
    .luxis-head .note{
        line-height: 2.1;
    }
    .luxis-logo{
        margin-left: 0;
    }
}
.bg-blue{
    background-color: #d8e0e7;
}
.bg-brown{
    background-color: #dbd6cc;
}
.bg-brown2{
    background-color: var(--darkbrown-color);
}
.bg-white{
    background-color: #fff;
}
.contents-heading{
    margin: clamp(26px, 6.5vw, 100px) auto clamp(25px, 5vw, 50px);
    max-width: 280px;
    width: 28vw;
}
.contents-heading2{
    margin: 0 auto clamp(36px, 9vw, 100px);
    max-width: 380px;
    width: 56vw;
}
.contents-container{
    background-color: #eeeceb;
    &.bg-white{
        background-color: #fff;
    }
}
.is-spring{
    color: var(--spring-color);
}
.bg-spring{
    background-color: var(--spring-color);
}
.is-summer{
    color: var(--summer-color);
}
.is-autumn{
    color: var(--autumn-color);
}
.is-winter{
    color: var(--winter-color);
}
.bg-summer{
    background-color: var(--summer-color);
}
.bg-autumn{
    background: var(--autumn-color);
}
.bg-winter{
    background: var(--winter-color);
}
.is-brown{
    color: var(--brown-color);
}
.is-brown2{
    color: var(--darkbrown-color);
}
.is-darkblue{
    color: var(--darkblue-color);
}
.is-blue{
    color: var(--blue-color);
}
.obi-flex{
    flex-wrap: wrap;
}
.obi-box{
    position: relative;
}
.obi-box img{
    max-width: 460px;
    width: 19vw;
    position: absolute;
    top: 40%;
    left: 10%;
}
.copy-wrap{
    margin: clamp(46px, 10vw, 100px) 0;
}
.copy-wrap .note{
    font-size: clamp(1.3rem, 1.8vw, 1.8rem);
    line-height: 2.1;
    letter-spacing: .1rem;
    font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
    .obi-flex{
       position: relative;
    }
    .obi-box{
       display: contents;
    }
    .obi-box img{
        max-width: 120px;
        width: 31vw;
        top: auto;
        right: 9%;
        bottom: 12%;
        left: auto;
    }
    .copy-wrap .note{
        line-height: 1.8;
    }
    .contents-container > * + * .copy-wrap{
        margin-bottom: 24px;
    }
}
.luxis-contents-wrap{
    margin-inline: auto 0;
    max-width: 1600px;
    width: 90%;
}
.luxis-contents-wrap.reverse{
    margin-inline: 0 auto;
}
.luxis-flex{
    margin-bottom: clamp(46px, 6.8vw, 68px);
    align-items: center;
    justify-content: flex-end;
    gap: clamp(18px, 3.6vw, 36px);
}
.txt-area{
    width: calc(32% - 18px);
}
.luxis-flex-img{
    width: calc(68% - 18px);
    height: fit-content;
}
.luxis-flex-heading{
    margin-bottom: clamp(10px, 2vw, 20px);
    font-size: clamp(1.5rem, 2.1vw, 2.1rem);
    line-height: 2;
    letter-spacing: .15rem;
    font-feature-settings: "palt";
}
.luxis-flex-txt{
    font-size: clamp(1.3rem, 1.6vw, 1.6rem);
    line-height: 1.8;
    & + .luxis-flex-txt{
        margin-top: 4px;
    }
}
.luxis-grid{
    margin-right: 14vw;
    grid-template-columns: 1.6fr 1fr;
    gap: 56px;
}
.luxis-grid.grid-reverse{
    margin-right: 14vw;
    grid-template-columns: 1fr 1.6fr;
    gap: 56px;
}
.luxis-grid.reverse{
    grid-template-columns: 1fr 1.6fr;
}
.luxis-grid .luxis-flex-txt{
    margin-bottom: 30px;
}
.inner .luxis-grid{
    margin-bottom: clamp(28px, 6.8vw, 68px);
    margin-right: 0;
    &.min-gap{
        gap: 24px;
    }
}
.img-solo{
    margin-bottom: clamp(46px, 6.8vw, 68px);
}
.solo-right{
    margin-inline: auto 0;
    width: 70%;
}
.solo-left{
    margin-inline: 0 auto;
    width: 70%;
}
.copy-heading{
    margin-bottom: 1.1em;
    font-size: clamp(2rem, 2.9vw, 2.9rem);
    letter-spacing: .3rem;
    font-feature-settings: "palt";
    line-height: 1.8;
}
.luxis-flex2{
    gap: 80px;
}
.luxis-flex2 .luxis-flex-img{
    width: calc(55% - 40px);
}
.luxis-flex2 .txt-area{
    padding-top: 40px;
    width: calc(45% - 40px);
}
.luxis-grid2{
    margin: -4.5vw 0 0 15vw;
    grid-template-columns: 1fr 1.2fr;
    align-items: end;
    gap: 80px;
}
.luxis-grid2.align-center{
    align-items: center;
}
.align-center{
    align-items: center;
}
.luxis-flex3{
    gap: clamp(18px, 5.6vw, 56px);
    .txt-area{
        width: calc(50% - 28px);
    }
    .luxis-flex-img{
        width: calc(60% - 28px);
    }
}
.luxis-grid3{
    grid-template-columns: 1.2fr 1fr;
    align-items: end;
    gap: 50px;
}
.luxis-grid3 .luxis-flex-txt {
    margin-bottom: 46px;
}
@media screen and (max-width: 1230px) {
    .luxis-grid2{
        margin-top: -.5vw;
    }
}
@media screen and (max-width: 1125px) {
    .luxis-grid2{
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .luxis-contents-wrap,
    .luxis-contents-wrap.reverse{
        margin-inline: auto;
    }
    .luxis-flex,
    .luxis-flex2{
        flex-wrap: wrap;
        gap: 24px;
    }
    .luxis-flex2{
        margin-bottom: 56px;
    }
    .txt-area,
    .luxis-flex-img,
    .luxis-flex2 .luxis-flex-img,
    .luxis-flex2 .txt-area{
        width: 100%;
    }
    .txt-area{
        order: 2;
    }
    .luxis-flex2 .txt-area{
        padding-top: 0;
    }
    .luxis-flex-heading{
        line-height: 1.6;
        letter-spacing: .08rem;
    }
    .luxis-grid,
    .luxis-grid2{
        margin-top: 0;
        margin-inline: auto;
        grid-template-columns: auto;
        gap: 24px;
    }
    .luxis-grid .txt-area figure{
        margin-inline: 0 auto;
        width: 80%;
    }
    .copy-heading{
        margin-bottom: .8em;
        letter-spacing: -.03rem;
    }
    .luxis-grid.reverse{
        grid-template-columns: auto;
    }
    .sp-w-full{
        margin-inline: calc(50% - 50vw);
        width: 100vw;
    }
    .luxis-flex3{
        .txt-area,
        .luxis-flex-img{
            width: 100%;
        }
    }
    .solo-right{
        margin-inline: auto;
        width: 100%;
    }
    .luxis-grid3{
        grid-template-columns: auto;
    }
}
.later-wrap{
    padding: clamp(60px, 16vw, 160px) 0 clamp(40px, 10vw, 100px);
}
.later-heading{
    margin: 0 auto clamp(12px, 3vw, 30px);
    max-width: 364px;
    width: 56vw;
}
.later-box{
    padding: clamp(28px, 6vw, 60px) clamp(20px, 5vw, 60px) clamp(32px, 6vw, 60px);
    background-color: #fff;
}
.later-grid{
    margin-bottom: clamp(16px, 3vw, 30px);
    grid-template-columns: 1.1fr 1fr;
    gap: 0 clamp(10px, 3.2vw, 32px);
}
.later-grid .luxis-flex-heading{
   grid-column: 1 / 2;
   grid-row: 1 / 2;
}
.later-grid .luxis-flex-txt{
   grid-column: 1 / 2;
   grid-row: 2 / 3;
}
.later-grid .img-area{
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    gap: 16px;
}
.later-grid2{
    gap: clamp(20px, 2.4vw, 24px);
}
.img-l{
    width: calc(50% - 8px);
}
.img-r{
    width: calc(53.8% - 8px);
}
@media screen and (max-width: 767px) {
    .later-grid{
        grid-template-columns: 1.2fr 1fr;
        grid-template-rows: 1fr 200px 200px;
    }
    .later-grid .luxis-flex-heading{
        margin-bottom: 26px;
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }
    .later-grid .luxis-flex-txt{
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .later-grid .img-area{
        flex-wrap: wrap;
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .img-l,
    .img-r{
        width: 100%
    }
}
.end-contents{
    padding: clamp(48px, 8.6vw, 86px) 0 60px;
}
.end-heading{
    margin: 0 auto clamp(30px, 5vw, 50px);
    max-width: 380px;
    width: 64vw;
}
.end-contents-flex{
    flex-wrap: wrap;
    align-items: center;
    gap: 36px;
}
.end-contents-flex figure{
    width: calc(36% - 18px);
}
.end-contents-flex .txt-area{
    width: calc(64% - 18px);
}
.end-contents-flex .luxis-flex-heading{
    margin-bottom: 24px;
   font-size: clamp(1.5rem, 1.8vw, 1.8rem);
}
.end-contents-flex .luxis-flex-txt{
   font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
    .end-contents{
        padding-inline: calc(39 / 390 * 100vw);
    }
    .end-contents .inner{
        width: 100%;
    }
    .end-contents-flex figure,
    .end-contents-flex .txt-area{
        width: 100%;
    }
    .end-contents-flex .luxis-flex-txt{
        font-size: 1.3rem;
    }
}
.accordion-contents{
    display: none;
    &.is-active{
        display: block;
    }
}
a.off{
    pointer-events: none;
    opacity: 0.25;
}
.footer-index{
    background-color: #dbd6cc;
    &.bg-facility{
        background-color: #bfcacc;
        .footer-contents-heading{
            max-width: 580px;
            width: 100%;
        }
    }
}
.footer-index-grid{
    grid-template-columns: min(40vw, 698px) 1fr;
    align-items: center;
    & > figure{
        height: 100%;
        img{
            height: 100%;
            object-fit: cover;
        }
    }
}
.footer-contents-heading{
    margin-bottom: clamp(24px, 5vw, 50px);
    padding-left: 8px;
    max-width: 480px;
}
.footer-index-wrap{
    max-width: 865px;
    width: 76%;
}
.footer-index-contents{
    padding: 40px;
}
.footer-index-heading{
    margin-bottom: 16px;
    padding-left: 8px;
    max-width: 160px;
}
.footer-index-lists{
    gap: 24px 16px;
}
.footer-index-list{
    padding: calc(4 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(4 / 1440 * 100vw) calc(6 / 1440 * 100vw);
    background-color: #fff;
    border-radius: calc(50 / 1440 * 100vw);
}
.footer-index-list a {
    display: block;
}
@media screen and (max-width: 767px) {
    .footer-contents-heading,
    .footer-index-heading{
        padding-left: 0;
    }
    .footer-contents-heading{
        margin-inline: auto;
        width: 80%;
    }
    .footer-index-heading{
        margin-inline: auto;
        max-width: 116px;
    }
    .footer-index-wrap{
        width: 100%;
    }
    .footer-index-grid{
        grid-template-columns: auto;
    }
    .footer-index-lists{
        margin-inline: auto;
        width: 90%;
        grid-template-columns: auto;
        gap: 16px;
        max-width: 440px;
    }
    .footer-index-list {
        padding: calc(4 / 375 * 100vw) calc(20 / 375 * 100vw) calc(4 / 375 * 100vw) calc(6 / 375 * 100vw);
        border-radius: calc(50 / 375 * 100vw);
    }
}

/* SUMMER-------------------------- */
.summer {
    .imagearea{
        background: url(../images/mv-summer.webp)no-repeat center center / cover;
    }
    .mv-contents-wrap{
        right: auto;
        left: 17%;
    }
}
@media screen and (max-width: 767px) {
    .summer{
        .imagearea{
            background: url(../images/mv-summer-sp.webp)no-repeat center center / cover;
        }
        .mv-contents-wrap{
            right: auto;
            left: 0;
        }
        .mv-text,
        .index-heading{
            padding-left: calc(18 / 390 * 100vw);
        }
    }
}
#summer{
    .contents-heading{
        margin: clamp(26px, 6.5vw, 80px) auto;
    }
    .contents-heading2{
        margin: clamp(36px, 9vw, 80px) auto clamp(28px, 7vw, 60px);
    }
    .contents-container > * + *{
        padding-top: clamp(49px, 10vw, 100px);
    }
    .obi-box img{
        max-width: 412px;
        width: 29vw;
        top: 37%;
    }
    .end-contents{
        margin-top: clamp(60px, 14vw, 140px);
    }
    .luxis-flex{
        margin-bottom: clamp(36px, 6.8vw, 68px);
    }
    .contents-heading2{
        width: 60vw;
    }
    .end-heading{
        width: 66vw;
    }
}
@media screen and (max-width: 767px) {
    #summer{
        .obi-box img{
            max-width: 315px;
            width: 42vw;
            top: 13%;
            right: 4%;
        }
        .contents-container > * + * .copy-wrap{
            margin-bottom: 46px;
        }
    }
}

/* AUTUMN-------------------------- */
.autumn-gap01{
    gap: 80px;
}
.autumn-grid-01 .autumn-gridArea-01{
    grid-column: 1/3;
    grid-row: 1/2;
}
.solo-center{
    width: 100%;
}
.img-solo-autumn{

}
#autumn .autumn-img-solo{
    margin-bottom: clamp(46px, 10vw, 100px);
}
#autumn .autumn-luxis-mb{
    margin-bottom: clamp(60px, 12vw, 120px);
}
#autumn .contents-heading {
    margin: clamp(26px, 6.5vw, 80px) auto;
}
#autumn .luxis-grid{
    gap: 36px;
}
    
.autumn {
    .imagearea{
        background: url(../images/mv-autumn.webp)no-repeat center center / cover;
    }
    .mv-contents-wrap{
        right: auto;
        left: 56%;
    }
}
@media screen and (max-width: 767px) {
.autumn .imagearea{
        background: url(../images/mv-autumn-sp.webp)no-repeat center center / cover;
    }
    .autumn .mv-contents-wrap {
        width: 52%;
        top: 30%;
        left: 15px;
    }
    #autumn .contents-heading2 {
        margin: clamp(36px, 9vw, 80px) auto clamp(28px, 7vw, 60px);
    }
    .autumn-gap01{
        gap: 24px;
    }
    .inner-sp{
        margin-inline: auto;
        max-width: 1200px;
        width: 90%;
    }
    .sp-column{
        display: flex;
        flex-direction: column;
    }
    .luxis-grid .luxis-flex-txt {
        margin-bottom: 0px;
    }
    .autumn-img-solo-sp{
        margin-bottom: 24px;
    }
    .obi-box img {
        max-width: 140px;
        width: 45vw;
        right: 14%;
        top: 12%;
        left: auto;
    }
    .autumn-last-image{
        margin-bottom: 54px;
    }
}
.luxis-grid.grid-reverse{
    grid-template-columns:1fr 1.6fr ;
}


/* WINTER-------------------------- */
.win-mb68{
    margin-bottom: clamp(28px, 6.8vw, 68px);
}
#winter .winter-luxis-mb{
    margin-bottom: 50px;
}
.winter {
    .imagearea{
        background: url(../images/mv-winter.webp)no-repeat center center / cover;
    }
    .mv-contents-wrap{
        right: auto;
        left: 56%;
    }
    
    
}
@media screen and (max-width: 767px) {
    .winter .imagearea{
        background: url(../images/mv-winter-sp.webp)no-repeat center center / cover;
    }
    .winter .mv-contents-wrap {
        width: 52%;
        top: 30%;
        left: 15px;
    }
    #winter .contents-heading2 {
        margin: clamp(36px, 9vw, 80px) auto clamp(28px, 7vw, 60px);
    }
    #winter .winter-luxis-mb{
        margin-bottom: 0px;
    }
    .luxis-grid.grid-reverse.grid-clumn{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    #winter .luxis-contents-wrap.sp-wid-100{
        width: 100%;
    }
    .winter-gap01{
        gap: 24px;
    }
    .inner-sp{
        margin-inline: auto;
        max-width: 1200px;
        width: 90%;
    }
    .sp-column{
        display: flex;
        flex-direction: column;
    }
    .luxis-grid .luxis-flex-txt {
        margin-bottom: 0px;
    }
    .winter-img-solo-sp{
        margin-bottom: 24px;
    }
    #winter .obi-box img {
        max-width: 140px;
        width: 45vw;
        right: 8%;
        top: 52%;
        left: auto;
    }
    .autumn-last-image{
        margin-bottom: 54px;
    }
}

/* FACILITY 01-------------------------- */

.facility01,
.facility02,
.facility03,
.facility04,
.facility05{
    .mv-text{
        margin-bottom: 2.8vw;
        width: 100%;
    }
    .mv-contents-wrap,
    .index-list{
        width: 21vw;
    }
}
.facility01 {
    .imagearea{
        background: url(../images/mv-facility01.webp)no-repeat center center / cover;
    }
}
.luxis-head.facility{
    background: url(../images/luxis-bg-facility.webp)no-repeat top center / cover;
}
.facility-grid{
    margin-bottom: 26px;
    gap: clamp(14px, 2.8vw, 28px);
}
.info-section{
    padding-block: clamp(32px, 6.4vw, 64px) clamp(48px, 6.4vw, 64px);
}
.info-flex{
    align-items: center;
    gap: clamp(24px, 6vw, 60px);
    & + .info-flex{
        margin-top: 40px;
    }
}
.info-detail{
    width: calc(72% - 30px);
}
.info-map{
    width: calc(28% - 30px);
    height: fit-content;
    border: 1px solid #211613;
}
.info-heading{
    margin-bottom: clamp(20px, 3vw, 30px);
    max-width: 460px;
}
.address-container{
    align-items: center;
}
.facility-logo{
    padding-right: 40px;
    max-width: 136px;
}
.address-lists{
    padding-left: 24px;
    border-left: 1px solid var(--blue-color);
}
.facility-ttl{
    margin-bottom: 6px;
    font-size: 2.45rem;
    letter-spacing: .15rem;
}
.info-detail-wrap{
    margin-bottom: 10px;
    flex-direction: column;
    dt,
    dd,
    .address-note{
        line-height: 1;
    }
    dt,
    .address-note{
        font-size: 1.1rem;
    }
    dt{
        margin-bottom: 4px;
    }
    dd{
        align-items: center;
        gap: clamp(3px, .75vw, 8px);
        font-size: 2.1rem;
        .small-text{
            padding-top: 4px;
            font-size: 1.1rem;
            line-height: 1.5;
        }
    }
}
.address-flex{
    display: flex;
    dt{
        width: 64px;
    }
    dd{
        width: calc(100% - 64px);
    }
}
.w-full{
    margin-inline: calc(50% - 50vw);
    width: 100vw;
}
#facility01,
#facility02,
#facility03,
#facility04,
#facility05{
    .luxis-flex{
        margin-bottom: clamp(46px, 11vw, 110px);
        gap: 48px;
    }
    .end-contents-flex{
        justify-content: space-between;
        gap: 48px;
        figure{
            width: calc(33% - 24px);
        }
        .txt-area {
            width: calc(67% - 24px);
        }
    }
    .end-heading{
        margin: 0 auto 20px 0;
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 12px;
        figure{
            width: 100%;
        }
        .border{
            margin-top: 6px;
            height: .5px;
            display: grid;
            place-items: center;
            background-color: #fff;
        }
    }
}
#facility01{
    .end-heading{
        figure{
            max-width: 236px;
        }
        .border{
            width: calc(100% - 226px);
        }
    }
}
@media screen and (max-width: 767px) {
    .facility01{
        .imagearea{
            background: url(../images/mv-facility01-sp.webp)no-repeat center center / cover;
        }
        .mv-contents-wrap{
            width: 56%;
            top: 28.5%;
            right: auto;
            left: 0;
        }
        .mv-text,
        .index-heading{
            padding-left: calc(18 / 390 * 100vw);
        }
        .index-list{
            width: 100%;
        }
        .mv-text{
            margin-bottom: 50px;
            width: 78%;
        }
    }
    .luxis-head.facility{
        background: url(../images/luxis-bg-facility-sp.webp)no-repeat top center / cover;
    }
    .facility-grid{
        margin: 86px auto 50px;
        width: 90%;
    }
    .sp-w-full{
        margin-inline: calc(50% - 50vw);
        width: 100vw!important;
    }
    #facility01,
    #facility02{
        .end-contents{
            padding-inline: 5%;
        }
        .end-contents-flex{
            figure,
            .txt-area {
                width: 100%
            }
        }
        .end-heading{
            margin-bottom: 30px;
            justify-content: center;
            .border{
                display: none;
            }
        }
    }
    #facility01{
        .end-heading{
            figure{
                max-width: 206px;
            }
        }
    }
    .info-flex{
        flex-wrap: wrap;
    }
    .info-detail,
    .info-map{
        width: 100%;
    }
    .info-heading{
        margin-inline: auto;
        max-width: 260px;
    }
    .address-container{
        flex-direction: column;
        gap: clamp(32px, 4.8vw, 48px);
    }
    .facility-logo{
        padding-right: 0;
        max-width: 120px;
    }
    .info-detail-wrap{
        flex-direction: row;
        justify-content: space-between;
        gap: 8px;
        &:last-of-type{
            margin-bottom: 24px;
        }
        dt{
            margin-top: 10px;
            width: calc(28% - 4px);
        }
        dd{
            width: calc(72% - 4px);
        }
    }
    .facility-ttl{
        font-size: min(4.5vw, 2.35rem);
        letter-spacing: 0;
    }
    .address-lists{
        padding-left: 0;
        width: 100%;
        border-left: none;
    }
    .info-flex{
        & + .info-flex{
            margin-top: 60px;
        }
    }
}

/* FACILITY 02-------------------------- */

.facility02 {
    .imagearea{
        background: url(../images/mv-facility02.webp)no-repeat center center / cover;
    }
    .mv-text{
        margin-bottom: 2.8vw;
        width: 100%;
    }
    .mv-contents-wrap{
        top: 12vw;
        right: auto;
        left: 16.5%;
    }
}
#facility02{
    .end-heading{
        figure{
            max-width: 186px;
        }
        .border{
            width: calc(100% - 186px);
        }
    }
    .info-heading{
        max-width: 394px;
        width: 68%;
    }
    .facility-logo{
        max-width: 110px;
    }
}
.info-table{
    th{
        width: 14%;
    }
    td{
        width: 86%;
    }
}
@media screen and (max-width: 1024px) {
    .facility02 {
        .mv-contents-wrap{
            top: 10.5vw;
        }
    }
}
@media screen and (max-width: 767px) {
    .facility02{
        .imagearea{
            background: url(../images/mv-facility02-sp.webp)no-repeat center center / cover;
        }
        .mv-contents-wrap{
            width: 56%;
            top: 17%;
            right: 0;
            left: auto;
        }
        .mv-text,
        .index-heading{
            padding-left: calc(8 / 390 * 100vw);
        }
        .index-list{
            width: 100%;
        }
        .mv-text{
            margin-bottom: calc(130 / 390 * 100vw);
            width: 78%;
        }
    }
    #facility02{
        .end-heading{
            figure{
                max-width: 160px;
            }
        }
        .facility-logo{
            max-width: 100px;
        }
    }
}

/* FACILITY 03-------------------------- */

.facility03 .imagearea{
    background: url(../images/mv-facility03.webp)no-repeat center center / cover;
}
@media screen and (max-width: 767px) {
    .facility03 .imagearea{
        background: url(../images/mv-facility03-sp.webp)no-repeat center center / cover;
    }
}
#facility03 .end-heading{
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    #facility03 .end-heading {
        margin-bottom: 30px;
        justify-content: center;
    }
}
#facility03 .end-heading figure{
    max-width: 236px;
}
@media screen and (max-width: 767px) {
    #facility03 .end-heading figure{
        max-width: 206px;
    }
}
#facility03 .end-heading .border{
    width: calc(100% - 236px);
}
@media screen and (max-width: 767px) {
    #facility03 .end-heading .border{
        display: none;
    }
}

#facility03 .luxis-contents-wrap{
    margin-inline: 0;
    max-width: 1600px;
    width: 90%;
}
@media screen and (max-width: 767px) {
    #facility03 .luxis-contents-wrap{
    margin-inline: auto;
}
}
#facility03 .luxis-contents-wrap.reverse{
    margin-inline: auto;
}

#facility03 .luxis-flex {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
#facility03 .facility-ttl {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}
.facility-ttl-office{
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: .02em;
}
@media screen and (max-width: 767px) {
    .facility-ttl-office{
        font-size: 1.1rem;
        text-align: left;
        letter-spacing: .01em;
    }
}
#facility03 .facility-logo {
        width: 11vw;
        max-width: 368px;
    }
@media screen and (max-width: 767px) {
    #facility03 .facility-logo {
        width: 48vw;
        max-width: 220px;
    }
}
@media screen and (max-width: 767px) {
    .facility03 .mv-contents-wrap {
        width: 56%;
        top: 17%;
        right: 0;
        left: auto;
    }
    .facility03 .mv-text {
    margin-bottom: calc(130 / 390 * 100vw);
    width: 78%;
    }
    .facility03 .index-list {
        width: 100%;
    }
    #facility03 .end-contents-flex figure {
        width: 100%;
    }
    #facility03 .end-contents-flex .txt-area {
        width: 100%;
    }
    
}

/* FACILITY 04-------------------------- */

.facility04{
    .imagearea{
        background: url(../images/mv-facility04.webp)no-repeat center center / cover;
    }
    .mv-contents-wrap{
        top: 10.5vw;
        right: auto;
        left: 12%;
    }
}
@media screen and (max-width: 767px) {
    .facility04 {
        .imagearea{
            background: url(../images/mv-facility04-sp.webp)no-repeat center center / cover;
        }
        .mv-contents-wrap {
            width: 56%;
            top: 17%;
            right: 0;
            left: auto;
        }
        .mv-text,
        .index-heading {
            padding-left: calc(8 / 390 * 100vw);
        }
        .mv-text {
            margin-bottom: calc(130 / 390 * 100vw);
            width: 78%;
        }
        .index-list {
            width: 100%;
        }
    }
}

.voice-imgFlex{
    display: flex;
    flex-wrap: wrap;
    gap: 26px
}
#facility04 {
    .end-heading{
        figure{
            max-width: 186px;
        }
        .border{
            width: calc(100% - 186px);
        }
    }
    .end-contents-flex{
        .voice-figureWrap{
            width: calc(50% - 13px);
        }
        figure{
            width: 100%;
            margin-bottom: 12px;
        }
        .voice-imgFlex,
        .txt-area {
            width: calc(50% - 24px);
        }
    }
    .info-heading{
        max-width: 394px;
        width: 68%;
    }
}
.voice-figure-title{
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #facility04{
        .end-heading {
            margin-bottom: 30px;
            justify-content: center;
            figure{
                max-width: 160px;
            }
            .border{
                display: none;
            }
        }
        .end-contents-flex{
            .voice-imgFlex,
            .txt-area,
            .voice-figureWrap{
                width: 100%;
            }
        }
        .facility-logo{
            max-width: 136px;
        }
    }
}

/* FACILITY 05-------------------------- */
.facility05 .imagearea {
    background: url(../images/mv-facility05.webp) no-repeat center center / cover;
}
#facility05 .end-heading figure{
    max-width: 236px;
}
#facility05 .end-heading .border{
    width: calc(100% - 236px);
}
#facility05 .luxis-contents-wrap{
    margin-inline: 0 auto;
}
#facility05 .luxis-flex{
    justify-content: flex-start;
}

/* flex幅 */
#facility05 .luxis-flex-img-w50{
    width: calc(50% - 28px);
}
#facility05  .txt-area-w50{
    width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
    .facility05 .imagearea {
        background: url(../images/mv-facility05-sp.webp) no-repeat center center / cover;
    }
    .facility05 .mv-contents-wrap {
        width: 56%;
        top: 17%;
        right: 0;
        left: auto;
    }
    .facility05 .mv-text {
        margin-bottom: calc(130 / 390 * 100vw);
        width: 78%;
    }
    .facility05 .index-list {
        width: 100%;
    }
    #facility05 .end-heading figure{
            max-width: 206px;
        }
    #facility05 .end-heading .border{
            display: none;
        }

    #facility05 .luxis-contents-wrap {
        width: 100%;
    }
    .inner-sp{
        margin-inline: auto;
        max-width: 1200px;
        width: 90%;
    }
    #facility05 .end-heading {
        margin-bottom: 30px;
        justify-content: center;
    }
    #facility05 .end-contents-flex .txt-area {
        width: 100%;
    }
    #facility05 .end-contents-flex figure{
        width: 100%;
    }
    #facility05 .luxis-flex-img-w50{
    width: 100%;
    }
    #facility05  .txt-area-w50{
        width: 100%;
    }

}



