@charset "UTF-8";
/* CSS Document */



@media screen and (max-width: 768px) {
}
@media screen and (min-width: 769px) {
}





figcaption.remark {
    font-size: calc( 20 * 100vw / 750 );
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: right;
}
@media screen and (min-width: 769px) {
    figcaption.remark {
        font-size: calc( 16 * 100vw / 1920 );
        line-height: 1;
        letter-spacing: 0.05em;
        text-align: right;
    }
}



.l-header:not(.scrollact) .l-header__btns__btn--sub {
    color: #fff;
}



.p-section--container {
    width: 100%;
        padding: 0 0 calc( 295 * 100vw / 750 );
}
@media screen and (min-width: 769px) {
    .p-section--container {
        width: 100%;
        padding: 0 0 calc( 295 * 100vw / 1920 );
    }
}



.p-text--contents__text {
    font-size: calc( 26 * 100vw / 750 );
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: center;
}
.p-title--contents {
    font-size: calc( 37 * 100vw / 750 );
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .p-text--contents__text {
        font-size: calc( 26 * 100vw / 1920 );
    }
    .p-title--contents {
        font-size: calc( 37 * 100vw / 1920 );
    }
}



.p-section__title {
    position: relative;
    margin: 0 0 calc( 70 * 100vw / 750 );
}
.p-section__title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: calc( 10 * 100vw / 750 );
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: #231815;
    z-index: 1;
}
.p-section__title.align_left {
    text-align: left;
}
.p-section__title.align_right {
    text-align: right;
}
.p-section__title .text {
    position: relative;
    display: inline-block;
    font-size: calc( 47 * 100vw / 750 );
    line-height: 1;
    letter-spacing: 0.18em;
    background-color: #fff;
    z-index: 2;
}
.p-section__title.align_left .text {
    padding: 0 calc( 30 * 100vw / 750 ) 0 calc( 50 * 100vw / 750 );
}
.p-section__title.align_right .text {
    padding: 0 calc( 50 * 100vw / 750 ) 0 calc( 30 * 100vw / 750 );
}
@media screen and (min-width: 769px) {
    .p-section__title {
        position: relative;
        margin: 0 0 calc( 170 * 100vw / 1920 );
    }
    .p-section__title::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: calc( 10 * 100vw / 1920 );
        display: block;
        width: 100%;
        height: 0.5px;
        background-color: #231815;
        z-index: 1;
    }
    .p-section__title.align_left {
        text-align: left;
    }
    .p-section__title.align_right {
        text-align: right;
    }
    .p-section__title .text {
        position: relative;
        display: inline-block;
        font-size: calc( 47 * 100vw / 1920 );
        line-height: 1;
        letter-spacing: 0.18em;
        background-color: #fff;
        z-index: 2;
    }
    .p-section__title.align_left .text {
        padding: 0 calc( 80 * 100vw / 1920 ) 0 calc( 240 * 100vw / 1920 );
    }
    .p-section__title.align_right .text {
        padding: 0 calc( 240 * 100vw / 1920 ) 0 calc( 80 * 100vw / 1920 );
    }
}



.p-button {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc( 465 * 100vw / 750 );
    margin: 0 auto;
    padding: 1.5em 1.5em;
    color: #67798a;
    font-size: calc( 19 * 100vw / 750 );
    line-height: 1;
    letter-spacing: 0.15em;
    border: 1px solid #67798a;
    border-radius: 9999px;
}
.p-button::before {
    content: '';
    position: absolute;
    top: calc( 50% - calc( 9.5 * 100vw / 750 ) );
    right: calc( 28.5 * 100vw / 750 );
    width: calc( 45 * 100vw / 750 );
    height: calc( 9.5 * 100vw / 750 );
    background-image: url( '../img/top/button_arrow-gray.svg' );
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.p-button:hover {
    color: #fff;
    background-color: #67798a;
}
.p-button:hover::before {
    background-image: url( '../img/top/button_arrow-white.svg' );
}
@media screen and (min-width: 769px) {
    .p-button {
        width: calc( 456 * 100vw / 1920 );
        padding: 1em 1.5em;
        font-size: calc( 19 * 100vw / 1920 );
    }
    .p-button::before {
        top: calc( 50% - calc( 9.5 * 100vw / 1920 ) );
        right: calc( 28.5 * 100vw / 1920 );
        width: calc( 45 * 100vw / 1920 );
        height: calc( 9.5 * 100vw / 1920 );
    }
    .p-button:hover {
    }
    .p-button:hover::before {
    }
}





/* .p-mv-section
--------------------------------------------------*/
.p-mv-section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 calc( 100 * 100vw / 750 );
}
.p-mv-section__main_visual {
    position: relative;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 769px) {
    .p-mv-section {
        padding: 0 0 calc( 140 * 100vw / 1920 );
    }
    .p-mv-section__main_visual {
        height: auto;
    }
}



.p-mv-section__main_visual > .main_visual__background {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.canvas {
    position: relative;
    width: 100%;
    height: 100vh;
}
@media screen and (min-width: 769px) {
    .p-mv-section__main_visual > .main_visual__background {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
    .p-mv-section__main_visual > .main_visual__background.action {
        height: calc( 2160 * calc( 100vw - calc( 100vw - 100% ) ) / 1920 );
        overflow: visible;
    }
    .canvas {
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 2160 / 1920;
        transform: translateY( calc( -100% + 100vh ) );
        transition: all 6s;
    }
    .canvas.action {
        transform: translateY( 0 );
        /*
        aspect-ratio: 2160 / 1920;
        height: calc( 2160 * calc( 100vw - calc( 100vw - 100% ) ) / 1920 );
        */
    }
}



.main_visual__background .canvas__background img {
    width: 100%;
}
.main_visual__background .canvas__foreground img {
    width: 100%;
}



.main_visual__background .canvas__background {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    aspect-ratio: 96 / 109;
    filter: grayscale( 100% );
    transition: all 6s ease-in;
}
.main_visual__background .action .canvas__background {
    filter: grayscale( 0% );
}
.main_visual__background p.remark {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    color: #fff;
    font-size: calc( 20 * 100vw / 750 );
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: right;
}
.main_visual__background .canvas__foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    aspect-ratio: 96 / 109;
    opacity: 0;
    transition: opacity 2s;
}
.main_visual__background .action .canvas__foreground {
    opacity: 1;
}
@media screen and (min-width: 769px) {
    .main_visual__background .canvas__background {
        display: block;
        width: 100%;
        aspect-ratio: 2160 / 1920;
        filter: grayscale( 100% );
        transition: all 6s ease-in;
    }
    .main_visual__background .action .canvas__background {
        filter: grayscale( 0% );
    }
    .main_visual__background p.remark {
        font-size: calc( 16 * 100vw / 1920 );
        line-height: 1;
        letter-spacing: 0.05em;
        text-align: right;
    }
    .main_visual__background .canvas__foreground {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        aspect-ratio: 2160 / 1920;
        opacity: 0;
        transition: opacity 2s;
    }
    .main_visual__background .action .canvas__foreground {
        opacity: 1;
    }
}



.p-mv-section__main_visual > .main_visual__foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
@media screen and (min-width: 769px) {
}



.main_visual__foreground > .step_01, 
.main_visual__foreground > .step_02, 
.main_visual__foreground > .step_03 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #67798a;
    opacity: 1;
    transition: opacity 1s;
}
.main_visual__foreground > .step_01 { z-index: 4; }
.main_visual__foreground > .step_02 { z-index: 3; }
.main_visual__foreground > .step_03 { z-index: 2; }
.main_visual__foreground > .step_01.action { opacity: 0; }
.main_visual__foreground > .step_02.action { opacity: 0; }
/*.main_visual__foreground > .step_02.action { display: none; }*/
.main_visual__foreground > .step_03.action { opacity: 0; }
.main_visual__foreground > .step_01 figure { width: 66.8%; }
.main_visual__foreground > .step_02 figure { width: 64.69%; }
.main_visual__foreground > .step_03 figure { width: 78.93%; }
.main_visual__foreground > .step_01 .remark {
    position: absolute;
    bottom: 0.5em;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 1em;
    color: #fff;
    font-size: calc( 22 * 100vw / 750 );
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
}
@media screen and (min-width: 769px) {
    .main_visual__foreground > .step_01, 
    .main_visual__foreground > .step_02, 
    .main_visual__foreground > .step_03 {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        background-color: #67798a;
        opacity: 1;
        transition: opacity 1s;
    }
    .main_visual__foreground > .step_01 { z-index: 4; }
    .main_visual__foreground > .step_02 { z-index: 3; }
    .main_visual__foreground > .step_03 { z-index: 2; }
    .main_visual__foreground > .step_01.action { opacity: 0; }
    .main_visual__foreground > .step_02.action { opacity: 0; }
    /*.main_visual__foreground > .step_02.action { display: none; }*/
    .main_visual__foreground > .step_03.action { opacity: 0; }
    .main_visual__foreground > .step_01 figure { width: 43.69%; }
    .main_visual__foreground > .step_02 figure { width: 44.99%; }
    .main_visual__foreground > .step_03 figure { width: 35.36%; }
    .main_visual__foreground > .step_01 .remark {
        font-size: calc( 16 * 100vw / 1920 );
        text-align: right;
    }
}



.p-mv-section__outline {
    display: block;
    width: 100%;
    margin: 0 0 calc( 100 * 100vw / 750 );
    padding: calc( 90 * 100vw / 750 ) 0;
    background-image: url( '../img/top/img-mv-outline_bg_sp.webp' );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.p-mv-section__outline .each_item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #231815;
}
.p-mv-section__outline .each_item.to_station, 
.p-mv-section__outline .each_item.number, 
.p-mv-section__outline .each_item.to_facilities, 
.p-mv-section__outline .each_item.to_merit {
    width: calc( 438 * 100vw / 750 );
    margin: 0 auto;
    padding: calc( 30 * 100vw / 750 ) 0;
}
.p-mv-section__outline .each_item.to_facilities {
    margin-bottom: 0;
}
.p-mv-section__outline .each_item.to_station {
    padding-top: 0;
}
.p-mv-section__outline .each_item.to_station picture {
    width: calc( 389 * 100vw / 750 );
    margin: 0 auto;
}
.p-mv-section__outline .each_item.number picture {
    width: calc( 298 * 100vw / 750 );
    margin: 0 auto;
}
.p-mv-section__outline .each_item.to_facilities picture {
    width: calc( 343 * 100vw / 750 );
    margin: 0 auto;
}
.p-mv-section__outline .each_item.to_merit picture {
    width: calc( 300 * 100vw / 750 );
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .p-mv-section__outline {
        display: flex;
        justify-content: space-between;
        align-content: center;
        width: 100%;
        margin: 0 0 calc( 80 * 100vw / 1920 );
        padding: calc( 90 * 100vw / 1920 ) calc( 205 * 100vw / 1920 );
        background-image: url( '../img/top/img-mv-outline_bg_pc.webp' );
    }
    .p-mv-section__outline .each_item {
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: none;
        border-right: 1px solid #231815;
    }
    .p-mv-section__outline .each_item.to_merit{
        border-right: none;
    }
    .p-mv-section__outline .each_item.to_station, 
    .p-mv-section__outline .each_item.number, 
    .p-mv-section__outline .each_item.to_facilities, 
    .p-mv-section__outline .each_item.to_merit {
        width: 25%;
        /*width: 33.33%;*/
        margin: 0;
        padding: 0;
    }
    .p-mv-section__outline .each_item.to_station picture {
        width: calc( 310 * 100vw / 1920 );
        padding-top: calc( 10 * 100vw / 1920 );
    }
    .p-mv-section__outline .each_item.number picture {
        width: calc( 298 * 100vw / 1920 );
        padding-bottom: calc( 10 * 100vw / 1920 );
    }
    .p-mv-section__outline .each_item.to_facilities picture {
        width: calc( 309 * 100vw / 1920 );
    }
    .p-mv-section__outline .each_item.to_merit picture {
        width: calc( 275 * 100vw / 1920 );
        padding-bottom: calc( 10 * 100vw / 1920 );
    }
}


.p-mv-section__price{
    width: 100%;
    text-align: center;
    padding: calc( 30 * 100vw / 1920 ) calc( 205 * 100vw / 1920 );
    background-color: #67798a;
}
.p-mv-section__price .price-kodo{
    display: block;
    margin-top: 30px !important;
}
.p-mv-section__price ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.p-mv-section__price ul li:first-child{
    width: 100%;
    text-align: center;
}
.p-mv-section__price ul li:last-child{
    width: 85%;
    text-align: center;
}
.p-mv-section__price p{
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 3.0rem;
    line-height: 1.25;
}
.p-mv-section__price p span{
    font-size: 2.4rem;
}
.p-mv-section__price p .small{
    width: 100%;
    max-width: 600px !important;
    margin: 0 auto 10px;
    font-size: 1.6rem;
    line-height: 1.0 !important;
}

@media screen and (min-width: 769px) {
    .p-mv-section__price ul li:first-child{
        width: 55%;
        text-align: right;
        margin-right: 2%;
    }
    .p-mv-section__price ul li:last-child{
        width: 43%;
        text-align: left;
    }
    .p-mv-section__price p{
        margin-top: 0px;
        font-size: 3.8rem;
    }
    .p-mv-section__price p .small{
        max-width: 600px !important;
        font-size: 1.4rem;
    }
}

.p-mv-section--inner {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}
.p-mv-section--inner .p-text--contents__text {
    display: inline-block;
    width: 100%;
    margin: 0 auto 1em;
    padding: 0 3em 0.5em;
    color: #67798a;
    font-size: calc( 28 * 100vw / 750 );
    line-height: 1.7;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #231815;
}
.p-mv-section--inner .p-title--contents {
    font-size: calc( 40 * 100vw / 750 );
    color: #67798a;
}
@media screen and (min-width: 769px) {
    .p-mv-section--inner {
    }
    .p-mv-section--inner .p-text--contents__text {
        display: inline-block;
        width: auto;
        margin: 0 auto 1em;
        padding: 0 3em;
        font-size: calc( 20 * 100vw / 1920 );
    }
    .p-mv-section--inner .p-title--contents {
        color: #67798a;
        font-size: calc( 37 * 100vw / 1920 );
    }
}

.p-mv-section__main .main_slide {
    background-color: #ddd;
}
.p-mv-section__main .main_slide:not(.slick-initialized) .main_slide__item:nth-child(n+2) {
    display: none;
}
.p-mv-section__main .main_slide:not(.slick-initialized) .main_slide__txt {
    display: none;
}
.p-mv-section__main .main_slide:not(.slick-initialized) .main_slide__pic {
    transform: translate(0, -10%);
}
.p-mv-section__main .main_slide__item {
    overflow: hidden;
    position: relative;
}
.p-mv-section__main .main_slide__item.slick-active {

}
.p-mv-section__main .main_slide__item::before {
    content: '';
    display: block;
    padding-bottom: 177.87%;
}
.p-mv-section__main .main_slide__box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.p-mv-section__main .main_slide__pic {
    display: block;
    position: relative;
    z-index: -1;
}
.p-mv-section__main .main_slide__pic img {
    width: 100%;
    max-width: none;
}
.p-mv-section__main .main_slide__txt {
    display: block;
    position: absolute;
}
.p-mv-section__main .main_slide__txt img {
    width: 100%;
    max-width: none;
}
.p-mv-section__main .main_slide__cap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 0.8rem;
    padding: 3%;
}
@media screen and (min-width: 769px) {
    .p-mv-section__main .main_slide__item::before {
        padding-bottom: 56.25%;
    }
    .p-mv-section__main .main_slide__cap {
        padding: 1%;
        font-size: 1.6rem;
        text-align: right;
    }
    .p-mv-section__main .main_slide:not(.slick-initialized) .main_slide__pic {
        transform: translate(0, -5%);
    }
}

/* 01 */
@keyframes mv_main01-pic {
    0% {transform: translate(0, -10%);}
    100% {transform: translate(0, 0%);}
}
@keyframes mv_main01-pic-pc {
    0% {transform: translate(0, -5%);}
    100% {transform: translate(0, 0%);}
}
@keyframes mv_main01-txt {
    0% {opacity: 0;}
    30% {opacity: 0;}
    100% {opacity: 1;}
}
.p-mv-section__main .main_slide__item01 .main_slide__txt {
    left: 0;
    bottom: 0;
    margin: 0 0 22% 10%;
    width: 60%;
    opacity: 1;
}
.p-mv-section__main .main_slide__item01.slick-active .main_slide__txt {
	animation: mv_main01-txt 2s ease 0s;
	animation-fill-mode: forwards;
}
.p-mv-section__main .main_slide__item01 .main_slide__pic {
    transform: translate(0, 0%);
}
.p-mv-section__main .main_slide__item01.slick-active .main_slide__pic {
	animation: mv_main01-pic 2s ease 0s;
	animation-fill-mode: forwards;
}
@media screen and (min-width: 769px) {
    .p-mv-section__main .main_slide__item01 .main_slide__txt {
        width: 23%;
        margin: 0 0 22% 4%;
    }
    .p-mv-section__main .main_slide__item01.slick-active .main_slide__pic {
        animation: mv_main01-pic-pc 2s ease 0s;
        animation-fill-mode: forwards;
    }
}

/* 02 */
@keyframes mv_main02-pic {
    0% {transform: scale(1.1);}
    100% {transform: scale(1.0);}
}
.p-mv-section__main .main_slide__item02 .main_slide__box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 56%;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.6))
}
.p-mv-section__main .main_slide__item02 .main_slide__txt {
    left: 0;
    bottom: 0;
    width: 60%;
    margin: 0 0 22% 10%;
}
.p-mv-section__main .main_slide__item02 .main_slide__pic {
    transform: scale(1.0);
}
.p-mv-section__main .main_slide__item02.slick-active .main_slide__pic {
	animation: mv_main02-pic 2s ease 0s;
	animation-fill-mode: forwards;
}
@media screen and (min-width: 769px) {
    .p-mv-section__main .main_slide__item02 .main_slide__txt {
        width: 23%;
        margin: 0 0 22% 4%;
    }
}

/* 03 */
@keyframes mv_main03-pic {
    0% {transform: translate(0, 0%);}
    100% {transform: translate(0, -10%);}
}
@keyframes mv_main03-pic-pc {
    0% {transform: translate(0, 0%);}
    100% {transform: translate(0, -5%);}
}
@keyframes mv_main03-txt {
    0% {opacity: 0;}
    60% {opacity: 0;}
    100% {opacity: 1;}
}
.p-mv-section__main .main_slide__item03 .main_slide__box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 56%;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.6))
}
.p-mv-section__main .main_slide__item03 .main_slide__txt {
    right: 0;
    top: 0;
    margin: 16% 5% 0 0;
    width: 36%;
    opacity: 1;
}
.p-mv-section__main .main_slide__item03.slick-active .main_slide__txt {
	animation: mv_main03-txt 2s ease 0s;
	animation-fill-mode: forwards;
}
.p-mv-section__main .main_slide__item03 .main_slide__pic {
    transform: translate(0, -10%);
}
.p-mv-section__main .main_slide__item03.slick-active .main_slide__pic {
	animation: mv_main03-pic 2s ease 0s;
	animation-fill-mode: forwards;
}
@media screen and (min-width: 769px) {
    .p-mv-section__main .main_slide__item03 .main_slide__box::before {
    }
    .p-mv-section__main .main_slide__item03 .main_slide__txt {
        margin: 8% 2% 0 0;
        width: 39.6%;
    }
    .p-mv-section__main .main_slide__item03 .main_slide__pic {
        transform: translate(0, -5%);
    }
    .p-mv-section__main .main_slide__item03.slick-active .main_slide__pic {
        animation: mv_main03-pic-pc 2s ease 0s;
        animation-fill-mode: forwards;
    }
}

/* 04 */
@keyframes mv_main04-pic {
    0% {transform: translate(-10%, 0);}
    100% {transform: translate(0%, 0);}
}
@keyframes mv_main04-pic-pc {
    0% {transform: translate(-5%, 0);}
    100% {transform: translate(0%, 0);}
}
@keyframes mv_main04-txt {
    0% {opacity: 0;}
    60% {opacity: 0;}
    100% {opacity: 1;}
}
.p-mv-section__main .main_slide__item04 .main_slide__txt {
    left: 0;
    top: 0;
    margin: 18% 0 0 9%;
    width: 61%;
    opacity: 1;
}
.p-mv-section__main .main_slide__item04.slick-active .main_slide__txt {
	animation: mv_main04-txt 2s ease 0s;
	animation-fill-mode: forwards;
}
.p-mv-section__main .main_slide__item04 .main_slide__pic {
    width: 145%;
    transform: translate(0%, 0);
}
.p-mv-section__main .main_slide__item04.slick-active .main_slide__pic {
	animation: mv_main04-pic 2s ease-out 0s;
	animation-fill-mode: forwards;
}
.p-mv-section__main .main_slide__item04 .main_slide__cap {
    width: auto;
    margin-bottom: 5%;
    padding: 0 15px;
    background-color: #000;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.3;
}
.p-mv-section__main .main_slide__item04 .main_slide__cap em {
    font-size: 1.6rem;
    font-weight: 400;
}
@media screen and (min-width: 769px) {
    .p-mv-section__main .main_slide__item04 .main_slide__txt {
        margin: 10% 0 0 6%;
        width: 28%;
    }
    .p-mv-section__main .main_slide__item04 .main_slide__pic {
        width: 106%;
    }
    .p-mv-section__main .main_slide__item04.slick-active .main_slide__pic {
        animation: mv_main04-pic-pc 2s ease-out 0s;
        animation-fill-mode: forwards;
    }
    .p-mv-section__main .main_slide__item04 .main_slide__cap {
        margin-bottom: 3%;
        padding: 0 30px;
        font-size: 1.8rem;
    }
    .p-mv-section__main .main_slide__item04 .main_slide__cap em {
        font-size: 3.2rem;
    }
}



/* .p-value-section
--------------------------------------------------*/
.p-value-section {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.p-value-section * {
    position: relative;
    z-index: 2;
}
.p-value-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc( 511 * 100vw / 750 );
    height: 300%;
    background-image: url( '../img/top/img-front-bg-right.svg' );
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 1;
}
@media screen and (min-width: 769px) {
    .p-value-section {
        overflow: visible;
    }
    .p-value-section::before {
        width: calc( 411 * 100vw / 1920 );
    }
}



.p-value-section__catchphrase {
    display: block;
    width: calc( 586 * 100vw / 750 );
    margin: 0 auto calc( 55 * 100vw / 750 ) calc( 50 * 100vw / 750 );
}
@media screen and (min-width: 769px) {
    .p-value-section__catchphrase {
        display: block;
        width: calc( 586 * 100vw / 1920 );
        margin: 0 calc( 87.5% - calc( 586 * 100vw / 1920 ) ) calc( 100 * 100vw / 1920 ) auto;
    }
}



.p-value-section__inner--wrap {
    width: calc( 100% - calc( 50 * 100vw / 750 ) );
    margin: 0 0 calc( 50 * 100vw / 750 ) calc( 50 * 100vw / 750 );
    overflow-x: scroll;
}
@media screen and (min-width: 769px) {
    .p-value-section__inner--wrap {
        width: 87.5%;
        margin: 0 0 calc( 50 * 100vw / 1920 ) auto;
        overflow-x: visible;
    }
}



.p-value-section__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc( 1680 * 100vw / 750 );
    margin: 0;
}
@media screen and (min-width: 769px) {
    .p-value-section__inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin: 0;
    }
}



.p-value-section__inner .inner_item {
    position: relative;
    width: calc( 513 * 100vw / 750 );
    margin: 0;
    z-index: 3;
}
.p-value-section__inner .inner_item::before {
    content: '';
    position: absolute;
    top: calc( 20 * 100vw / 750 );
    left: calc( 10 * 100vw / 750 );
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 4;
}
.p-value-section__inner .inner_item.item_01::before {
    width: calc( 93 * 100vw / 750 );
    height: calc( 77 * 100vw / 750 );
    background-image: url( '../img/top/img-value-num_01.svg' );
}
.p-value-section__inner .inner_item.item_02::before {
    width: calc( 124 * 100vw / 750 );
    height: calc( 77 * 100vw / 750 );
    background-image: url( '../img/top/img-value-num_02.svg' );
}
.p-value-section__inner .inner_item.item_03::before {
    width: calc( 126 * 100vw / 750 );
    height: calc( 77 * 100vw / 750 );
    background-image: url( '../img/top/img-value-num_03.svg' );
}
@media screen and (min-width: 769px) {
    .p-value-section__inner .inner_item {
        width: calc( 513 * 100vw / 1920 );
    }
    .p-value-section__inner .inner_item::before {
        top: calc( 20 * 100vw / 1920 );
        left: calc( 10 * 100vw / 1920 );
    }
    .p-value-section__inner .inner_item.item_01::before {
        width: calc( 93 * 100vw / 1920 );
        height: calc( 77 * 100vw / 1920 );
    }
    .p-value-section__inner .inner_item.item_02::before {
        width: calc( 124 * 100vw / 1920 );
        height: calc( 77 * 100vw / 1920 );
    }
    .p-value-section__inner .inner_item.item_03::before {
        width: calc( 126 * 100vw / 1920 );
        height: calc( 77 * 100vw / 1920 );
    }
}



.p-value-section__inner .inner_item .slick_01, 
.p-value-section__inner .inner_item .slick_02, 
.p-value-section__inner .inner_item .slick_03 {
    position: relative;
    margin-bottom: calc( 10 * 100vw / 750 );
    z-index: 3;
}
.p-value-section__inner .inner_item .p-text--contents__text {
    font-size: calc( 26 * 100vw / 750 );
    text-align: left;
}
@media screen and (min-width: 769px) {
    .p-value-section__inner .inner_item .slick_01, 
    .p-value-section__inner .inner_item .slick_02, 
    .p-value-section__inner .inner_item .slick_03 {
        position: relative;
        margin-bottom: calc( 10 * 100vw / 1920 );
        z-index: 3;
    }
    .p-value-section__inner .inner_item .p-text--contents__text {
        font-size: calc( 20 * 100vw / 1920 );
        text-align: left;
    }
}



.p-value-section__inner .inner_item figure {
    position: relative;
}
.p-value-section__inner .inner_item figcaption.remark {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    bottom: 0;
    right: 0;
    padding: 0.5em;
    color: #fff;
    text-align: right;
}
.p-value-section__inner .inner_item .slick_01 figure:first-of-type .remark, 
.p-value-section__inner .inner_item .slick_02 figure:first-of-type .remark, 
.p-value-section__inner .inner_item .slick_03 figure:first-of-type .remark {
    background-color: rgba( 0, 0, 0, 0.5 );
}
.p-value-section__inner .inner_item .slick_02 figure:first-of-type .remark, 
.p-value-section__inner .inner_item .slick_02 figure:last-of-type .remark {
    line-height: 1.3;
}



.p-value-section__inner .inner_item img {
    width: 100%;
}





/* .p-design_gallery-section
--------------------------------------------------*/
.p-design_gallery-section {
}
@media screen and (min-width: 769px) {
    .p-design_gallery-section {
    }
}



.p-design_gallery-section__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 0 calc( 50 * 100vw / 750 );
}
@media screen and (min-width: 769px) {
    .p-design_gallery-section__inner {
        flex-direction: row;
        width: 87.5%;
        margin: 0 0 calc( 50 * 100vw / 1920 ) auto;
    }
}



.p-design_gallery-section__inner .inner_item {
    width: 100%;
    padding: 0 0 0 calc( 50 * 100vw / 750 );
}
@media screen and (min-width: 769px) {
    .p-design_gallery-section__inner .inner_item {
        width: calc( 650 * 100vw / 1920 );
    }
}



.p-design_gallery-section__inner .inner_item .each_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc( 80 * 100vw / 750 );
}
.p-design_gallery-section__inner .inner_item .each_item.catchphrase {
    display: block;
    width: calc( 421 * 100vw / 750 );
    margin: calc( 100 * 100vw / 750 ) auto calc( 85 * 100vw / 750 ) 0;
}
.p-design_gallery-section__inner .inner_item .each_item.design_02 {
    margin-bottom: 0;
}
@media screen and (min-width: 769px) {
    .p-design_gallery-section__inner .inner_item .each_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: calc( 80 * 100vw / 1920 );
    }
    .p-design_gallery-section__inner .inner_item .each_item.catchphrase {
        display: block;
        width: calc( 421 * 100vw / 1920 );
        margin: calc( 100 * 100vw / 1920 ) auto calc( 150 * 100vw / 1920 ) 0;
    }
}



.p-design_gallery-section__inner .inner_item .each_item.design_01 figure {
    width: calc( 91.8 * 100vw / 750 );
}
.p-design_gallery-section__inner .inner_item .each_item.design_02 figure {
    width: calc( 122.9 * 100vw / 750 );
}
.p-design_gallery-section__inner .inner_item .each_item .p-text--contents__text {
    width: 75%;
    margin: 0;
    padding: 0.2em 1em 0.2em 2em;
    font-size: calc( 28 * 100vw / 750 );
    text-align: left;
    border-left: 1px solid #231815;
}
@media screen and (min-width: 769px) {
    .p-design_gallery-section__inner .inner_item .each_item.design_01 figure {
        width: calc( 91.8 * 100vw / 1920 );
    }
    .p-design_gallery-section__inner .inner_item .each_item.design_02 figure {
        width: calc( 122.9 * 100vw / 1920 );
    }
    .p-design_gallery-section__inner .inner_item .each_item .p-text--contents__text {
        width: 72%;
        font-size: calc( 20 * 100vw / 1920 );
    }
}



.p-design_gallery-section__inner .inner_item.image_photo {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.p-design_gallery-section__inner .inner_item.image_photo figcaption.remark {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    color: #fff;
    text-align: right;
}
@media screen and (min-width: 769px) {
    .p-design_gallery-section__inner .inner_item.image_photo {
        width: calc( 772 * 100vw / 1920 );
    }
    .p-design_gallery-section__inner .inner_item.image_photo figcaption.remark {
    }
}



.p-design_gallery-section__inner .inner_item.image_photo img {
    width: 100%;
}





/* .p-plan-section
--------------------------------------------------*/
.p-plan-section {
    position: relative;
    z-index: 2;
}
.p-plan-section * {
    position: relative;
    z-index: 2;
}
.p-plan-section::before {
    content: '';
    position: absolute;
    top: calc( -200 * 100vw / 750 );
    left: 0;
    width: calc( 411 * 100vw / 750 );
    height: 100%;
    background-image: url( '../img/top/img-front-bg-right.svg' );
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 1;
}
@media screen and (min-width: 769px) {
    .p-plan-section {
    }
    .p-plan-section::before {
        top: calc( -320 * 100vw / 1920 );
        width: calc( 411 * 100vw / 1920 );
    }
}



.p-plan-section__catchphrase {
    width: calc( 649 * 100vw / 750 );
    margin: 0 auto calc( 60 * 100vw / 750 );
}
.p-plan-section__catchphrase picture {
}
@media screen and (min-width: 769px) {
    .p-plan-section__catchphrase {
        width: 75%;
        margin: 0 auto calc( 100 * 100vw / 1920 );
    }
    .p-plan-section__catchphrase picture {
        display: inline-block;
        width: calc( 649 * 100vw / 1920 );
        margin: 0 0 auto 0;
    }
}



.p-plan-section__image_photo {
    position: relative;
    width: 100%;
    margin: 0;
    filter: grayscale( 100% );
    animation: 18s infinite gray2color;
}
.p-plan-section__image_photo figcaption.remark {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    color: #fff;
    text-align: right;
}
@keyframes gray2color {
    0% { filter: grayscale( 100% ); }
    33.32% { filter: grayscale( 0% ); }
    49.98% { filter: grayscale( 0% ); }
    83.34% {filter: grayscale( 100% ); }
    100% {filter: grayscale( 100% ); }
}
@media screen and (min-width: 769px) {
    .p-plan-section__image_photo {
        width: 75%;
        margin: 0 auto;
    }
    .p-plan-section__image_photo figcaption.remark {
        color: #231815;
    }
}



.p-plan-section__image_photo img {
    width: 100%;
}



.p-plan-section__inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto calc( 50 * 100vw / 750 );
}
@media screen and (min-width: 769px) {
    .p-plan-section__inner {
        justify-content: flex-end;
        width: 75%;
        margin: 0 auto calc( 50 * 100vw / 1920 );
        padding: 0 calc( 105 * 100vw / 1920 );
    }
}



.p-plan-section__inner .logo {
    width: 54%;
    padding: 0 calc( 70 * 100vw / 750 );
}
.p-plan-section__inner .drawing {
    width: 46%;
    padding: calc( 70 * 100vw / 750 ) calc( 10 * 100vw / 750 ) 0 calc( 20 * 100vw / 750 );
    border-left: 1px solid #231815;
}
@media screen and (min-width: 769px) {
    .p-plan-section__inner .logo {
        width: calc( 336 * 100vw / 1920 );
        padding: 0 calc( 70 * 100vw / 1920 ) 0 0;
    }
    .p-plan-section__inner .drawing {
        width: calc( 350 * 100vw / 1920 );
        padding: calc( 40 * 100vw / 1920 ) 0 0 calc( 50 * 100vw / 1920 );
        border-left: 1px solid #231815;
    }
}





/* .p-quality-section
--------------------------------------------------*/
.p-quality-section.p-section--container {
    padding: 0 0 calc( 200 * 100vw / 750 );
}
@media screen and (min-width: 769px) {
    .p-quality-section.p-section--container {
        padding: 0 0 calc( 200 * 100vw / 1920 );
    }
}



.p-quality-section figure {
    margin: 0 auto calc( 50 * 100vw / 750 );
}
@media screen and (min-width: 769px) {
    .p-quality-section figure {
        margin: 0 auto calc( 50 * 100vw / 1920 );
    }
}



.p-quality-section figure img {
    width: 100%;
}





/* .p-entry-section
--------------------------------------------------*/
.p-entry-section {
    width: 100%;
    padding: calc( 100 * 100vw / 750 ) 0 calc( 200 * 100vw / 750 ) 0;
    border-top: 1px solid #231815;
}
@media screen and (min-width: 769px) {
    .p-entry-section {
        padding: calc( 140 * 100vw / 1920 ) 0 calc( 200 * 100vw / 1920 ) 0;
    }
}



.p-entry-section__title {
    width: 100%;
    margin: 0 auto ;
    color: #67798a;
    font-size: calc( 50 * 100vw / 750 );
    text-align: center;
}
@media screen and (min-width: 769px) {
    .p-entry-section__title {
        font-size: calc( 67 * 100vw / 1920 );
    }
}



.p-text--contents__text {
    width: 100%;
    /*margin: 0 auto calc( 40 * 100vw / 750 );*/
    margin: 0 auto calc( 40 * 0vw / 750 );
    color: #231815;
    font-size: calc( 20 * 100vw / 750 );
    text-align: center;
}
.p-text--contents__text2 {
    width: 100%;
    margin: 0 auto calc( 40 * 100vw / 750 );
    color: #231815;
    font-size: calc( 30 * 100vw / 750 );
    text-align: center;
}

@media screen and (min-width: 769px) {
    .p-text--contents__text {
        /*margin: 0 auto calc( 40 * 100vw / 1920 );*/
        margin: 0 auto calc( 40 * 0vw / 1920 );
        font-size: calc( 20 * 100vw / 1920 );
    }
    .p-text--contents__text2 {
        margin: 0 auto calc( 40 * 100vw / 1920 );
        font-size: calc( 30 * 100vw / 1920 );
    }
}



.p-button.-v_entry {
    justify-content: center;
    width: 90%;
    margin-bottom: calc( 55 * 100vw / 750 );
    padding: 1em 0;
    color: #fff;
    font-size: calc( 30 * 100vw / 750 );
    background-color: #67798a;
    border: 1px solid #67798a;
    border-radius: 9999px;
}
.p-button.-v_entry::before {
    content: none;
}
.p-button.-v_entry:hover {
    color: #67798a;
    background-color: #fff;
}
@media screen and (min-width: 769px) {
    .p-button.-v_entry {
        justify-content: center;
        width: calc( 724 * 100vw / 1920 );
        margin-bottom: calc( 55 * 100vw / 1920 );
        padding: 1em 0;
        color: #fff;
        font-size: calc( 30 * 100vw / 1920 );
        background-color: #67798a;
        border: 1px solid #67798a;
        border-radius: 9999px;
    }
    .p-button.-v_entry::before {
        content: none;
    }
    .p-button.-v_entry:hover {
        color: #67798a;
        background-color: #fff;
    }
}



.p-entry-section .line {
    width: 1px;
    height: calc( 54 * 100vw / 750 );
    margin: 0 auto calc( 55 * 100vw / 750 );
    background-color: #231815;
}
@media screen and (min-width: 769px) {
    .p-entry-section .line {
        height: calc( 54 * 100vw / 1920 );
        margin: 0 auto calc( 55 * 100vw / 1920 );
    }
}



.p-entry-section .information {
    width: 90%;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .p-entry-section .information {
        width: calc( 984 * 100vw / 1920 );
    }
}



.p-entry-section .information .p-text--contents__text {
    width: 100%;
    color: #67798a;
    font-size: calc( 32 * 100vw / 750 );
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .p-entry-section .information .p-text--contents__text {
        font-size: calc( 23 * 100vw / 1920 );
    }
}



.p-entry-section .information .information_inner {
    width: 100%;
}
@media screen and (min-width: 769px) {
}



.p-entry-section .information .each_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 calc( 10 * 100vw / 750 ) 0;
    padding: 0.3em 0;
}
.p-entry-section .information .each_item .date {
    display: inline-block;
    width: calc( 120 * 100vw / 1920 );
    color: #231815;
    font-size: calc( 22 * 100vw / 750 );
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: left;
}
.p-entry-section .information .each_item .subject {
    display: inline-block;
    width: calc( 100% - calc( 150 * 100vw / 750 ) );
    color: #231815;
    font-size: calc( 22 * 100vw / 750 );
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: left;
}
@media screen and (min-width: 769px) {
    .p-entry-section .information .each_item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin: 0 0 calc( 10 * 100vw / 1920 ) 0;
        padding: 0.3em 0;
    }
    .p-entry-section .information .each_item .date {
        display: inline-block;
        width: calc( 120 * 100vw / 1920 );
        color: #231815;
        font-size: calc( 19 * 100vw / 1920 );
        line-height: 1.7;
        letter-spacing: 0.05em;
        text-align: left;
    }
    .p-entry-section .information .each_item .subject {
        display: inline-block;
        width: calc( 100% - calc( 150 * 100vw / 1920 ) );
        color: #231815;
        font-size: calc( 19 * 100vw / 1920 );
        line-height: 1.7;
        letter-spacing: 0.05em;
        text-align: left;
    }
}

/*---------------------------------------------------------------

yoyakuhyo
// 予約表

--------------------------------------------------------------- */
.yoyakuhyo{
    margin: 50px auto;
    max-width: 960px;
    width: 96%;
}
.yoyakuhyo .title{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 20px;
	border-bottom: dotted thin;
}
.yoyakuhyo table{
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 1.4rem;
}
.yoyakuhyo table:nth-child(1){
    margin-top: 0;
}
.yoyakuhyo th,
.yoyakuhyo td{
    border: solid thin #666;
    vertical-align: middle;
    width: 11.1%;
    text-align: center;
    padding: 5px 2px;
}
.yoyakuhyo th.noboder,
.yoyakuhyo td.noboder{
    border: none;
}
.yoyakuhyo table th.gray,
.yoyakuhyo table td.gray{
    background-color: #eee;
}
.yoyakuhyo table th.blue,
.yoyakuhyo table td.blue{
    background-color: #daeaf7;
}
.yoyakuhyo table th.pink,
.yoyakuhyo table td.pink{
    background-color: #f7dade;
}
.yoyakuhyo table td.red{
    color: rgb(124, 1, 1);
}

.yoyakuhyo p{
    font-size: 1.4rem;
    line-height: 1.5em;
}
.yoyakuhyo p .red{
    color: rgb(124, 1, 1);
}
.yoyakuhyo p.red-b{
    color: rgb(124, 1, 1);
    font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
.yoyakuhyo{
    margin: 20px auto;
}
.yoyakuhyo table{
    font-size: 1.2rem;
}
.yoyakuhyo p{
    font-size: 1.2rem;
}   
}


.top {
    position: relative;
    width: 100%;
    /*text-align: center;*/
}

@media screen and (min-width: 769px) {
    .top__contact__inner {
    max-width: min(29vw, 498px);
    margin: auto;
    padding: 0 min(1.081vw, 18px);
    text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .top__contact__title {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    text-align: center;
    margin-bottom: min(5.333vw, 24px);
    }
}
@media screen and (max-width: 768px) {
.top__contact__title .btn_tel{
    width: 200px;
    margin: 10px auto;
}
.top__contact__title .btn_tel a{
    text-decoration: none;
}
}
    .top__contact__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
    gap: min(0.36vw, 6px);
    margin-top: min(0.72vw, 12px);
    font-size: min(2.882vw, 48px);
    letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
    .top__contact__tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(1.333vw, 6px);
    margin-top: min(1.333vw, 6px);
    font-size: clamp(24px, 8vw, 36px);
    }
}
.top__contact__tel__icon {
    display: block;
    width: clamp(41.6px, 3.746vw, 62.4px);
}
@media screen and (max-width: 768px) {
    .top__contact__tel__icon {
    width: clamp(41.6px, 13.867vw, 62.4px);
    }
}

.twilight{
    width: 100%;
    max-width: 800px;
    margin: 50px auto 50px;
}

@media screen and (max-width: 768px) {
    .twilight{
        margin: 20px auto 50px;
    }
}

.p-luxe--map {
    position: relative;
    width: 100%;
    margin: 50px auto 30px;
    text-align: center;
}
.p-luxe--map img {
    width: 100%;
}
.p-luxe--map figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20%;
    font-size: calc( 14 * 100vw / 750 );
    line-height: 1;
    text-align: left;
}
@media screen and (min-width: 769px) {
    .p-luxe--map {
        width: 76.71%;
        margin: 80px auto 50px;
    }
    .p-luxe--map figcaption {
        left: auto;
        right: 0;
        padding-right: 10%;
        font-size: calc( 14 * 100vw / 1920 );
        text-align: right;
    }
}



