@charset "UTF-8";

/* ================================
article header
================================ */
.mv{
    position: relative;
}

.slideBox{
    height: 600px;
    overflow: hidden;
    position: relative;
}

.mv__img{
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 24s 0s infinite;
    animation: anime 24s 0s infinite;
}

.mv__img:nth-of-type(2){
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.mv__img:nth-of-type(3){
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

.mv__img:nth-of-type(4){
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
    object-position: right;
}

/* ふわっとアニメーション */
@keyframes anime {
    0%{
        opacity: 0;
    }
    12.5%{
        opacity: 1;
    }
    25%{
        opacity: 1;
    }
    50%{
        opacity: 0;
        transform: scale(1.1);
        z-index: 9;
    }
    100%{
        opacity: 0;
    }
}

@-webkit-keyframes anime {
    0%{
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    50%{
        opacity: 1;
    }
    75%{
        opacity: 0;
        transform: scale(1.2);
        z-index: 9;
    }
    100%{
        opacity: 0;
    }
}

.mv__txt{
    color: #fff;
    text-shadow: 7px 7px 10px rgba(0, 0, 0, 0.5);
    font-family: "Zen Maru Gothic";
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.5; /* 36px */
    position: absolute;
    bottom: 150px;
    right: 0;
    z-index: 20;
    text-align: center;

    background-color: rgba(129, 118, 95, 0.30);
    height: 124px;
    padding: 20px 32px;
}

.mv__txt span{
    color: var(--ora_contt, #FFC457);
}

/* article header tb */
@media screen and (min-width:768px) {
    .mv__txt{
        font-size: 3.6rem;
        bottom: 50%;
        right: 0;

        height: 74px;
        padding: 10px 32px;
    }

    .mv__txt span{
        font-size: 3.6rem;
    }

    .mv__img:nth-of-type(4){
        object-position: center;
    }
}
/* tb 768px */

/* article header pc */
@media screen and (min-width:1260px) {
    .slideBox{
        height: 700px;
    }

    .mv__txt{
        font-size: 4.8rem;
        bottom: 50%;
        right: 0;

        height: 112px;
        padding: 20px 59px;
    }

    .mv__txt span{
        font-size: 4.8rem;
    }
}
/* pc 1260px */

/* ================================
about
================================ */
.tpabout__imgcont{
    position: relative;
}

.tpabout__deco{
    transform: rotate(-173deg);
    position: absolute;
    right: -30px;
    bottom: 20px;
    opacity: 40%;
}

.tpabout__img{
    aspect-ratio: 75/49;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
    margin-top: 50px;
}

.tpabout__tt{
    color: var(--brown_topic, #9C774C);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
}

.tpabout__txt{
    margin-top: 40px;
}

.tpabout__txt p{
    text-align: center;
    font-size: 1.6rem;
    margin-top: 26px;
}

.tpabout__txt p:first-of-type{
    margin-top: 0;
}

.btn--about{
    margin-top: 40px;
}

.tpabout__txtcont{
    max-width: 300px;
    margin: 50px auto 0;
}

/* about tb */
@media screen and (min-width:768px) {
    .tpabout__inner{
        max-width: 850px;
        margin: 0 auto;
    }

    .tpabout__img{
        min-width: 600px;
        margin-top: 80px;
    }

    .tpabout__deco{
        min-width: 600px;
        min-height: 420px;
        position: absolute;
        right: -55px;
        top: 15px;
    }

    .tpabout__tt{
        font-size: 2.4rem;
        line-height: 1.3; /* 31.2px */
    }

    .tpabout__txtcont{
        max-width: 600px;
        margin: 70px auto 0;
    }
}
/* tb 768px */

/* about pc */
@media screen and (min-width:1260px) {
    .tpabout__inner{
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1160px;
        gap: 0 50px;
        margin: 70px auto 0;
    }

    .tpabout__img{
        min-width: auto;
        max-width: 500px;
        height: 327px;
        margin-top: 0;
    }

    .tpabout__deco{
        min-width: auto;
        max-width: 546px;
        height: 382px;
        position: absolute;
        left: -60px;
        top: -50px;
        aspect-ratio: 546/382;
    }

    .tpabout__txtcont{
        max-width: 500px;
        margin: 0;
    }
}
/* pc 1260px */

/* ================================
recommend
================================ */
.section--recommend{
    background-color: #FAFAEC;
}

.recommend__caption{
    margin: 60px auto 0;
    max-width: 300px;
}

.recommend__caption p{
    color: var(--brown_topic, #9C774C);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 29px;
}

.recommend__caption p:first-of-type{
    margin-top: 0;
}

.recommend__list{
    margin-top: 70px;
}

.recommend__img{
    object-fit: cover;
    aspect-ratio: 4/3;
    border-radius: 12px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    display: block;
    margin: 0 auto;
}

.recommend__txtcont{
    min-width: 225px;
}

.recommend__name{
    color: var(--brown_topic, #9C774C);
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3; /* 28.6px */
    margin-top: 15px;
}

.recommend__txt{
    font-size: 1.6rem;
    margin-top: 5px;
    text-align: left;
}

.recommend__item{
    margin-top: 50px;
}

.recommend__item:first-of-type{
    margin-top: 0;
}

.btn--recommend{
    margin-top: 70px;
}

/* reconnend tb */
@media screen and (min-width:768px) {
    .recommend__caption{
        max-width: 500px;
    }

    .recommend__caption p{
        font-size: 2rem;
        line-height: 1.8; /* 36px */
        margin-top: 36px;
    }

    .recommend__item{
        min-width: 270px;
        margin-top: 0;
    }

    .recommend__img{
        min-width: 270px;
        min-height: 203px;
    }

    .recommend__name{
        font-size: 2.4rem;
    }

    .recommend__list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 50px 30px;
        min-width: 570px;
        margin: 70px auto 0;
    }

    .recommend__txtcont{
        min-width: 270px;
        margin: 0 auto;
    }
}
/* tb 768px */

/* recommend pc */
@media screen and (min-width:1260px) {
    .recommend__caption{
        margin: 70px auto 0;
        max-width: 800px;
    }

    .recommend__img{
        min-width: auto;
        min-height: auto;
        width: 270px;
        height: 203px;
    }

    .recommend__item{
        min-width: auto;
        max-width: 270px;
        margin-top: 0;
    }

    .recommend__list{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 20px;
        max-width: 1260px;
    }

    .recommend__txtcont{
        min-width: auto;
        max-width: 250px;
    }
}
/* pc 1260px */

/* ================================
schedule
================================ */
.section--schedule{
    position: relative;
}

.cloud{
    opacity: 30%;
    position: absolute;
    aspect-ratio: 154/12;
    object-fit: contain;
    transform: rotate(-9deg);
    right: -19.6%;
    top: 144px;
    min-height: 44px;
}

.schedule__caption{
    color: var(--brown_topic, #9C774C);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 90px auto 0;
    max-width: 300px;
}

.insta_list{
    display: block;
    margin: 30px auto 0;
    width: 100%;
    max-width: 800px;
    border-radius: 12px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.insta_list a{
    pointer-events: none;
}

.square-content img{
    width: 100%;
}

.schedule__tt{
    color: var(--brown_topic, #9C774C);
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
}

.schedule__txt p{
    font-size: 1.6rem;
    margin-top: 5px;
}

.schedule__txtcont{
    margin: 20px auto 0;
    padding: 0 10px;
    max-width: 516px;
}

/* schedule tb */
@media screen and (min-width:768px) {
    .schedule__caption{
        margin: 60px auto 0;
        max-width: 500px;
        font-size: 2rem;
        line-height: 1.8; /* 36px */
    }

    .cloud{
        width: 204px;
        height: 58px;
        transform: rotate(-9deg);
        aspect-ratio: 7/2;
        right: 75px;
        top: 99px;
    }

    .schedule__img{
        min-width: 600px;
    }

    .schedule__tt{
        font-size: 2.4rem;
        line-height: 1.3; /* 31.2px */
    }

    .schedule__txt p{
        font-size: 2rem;
        line-height: 1.3; /* 26px */
    }

    .schedule__txt{
        min-width: 620px;
    }

    .schedule__txtcont{
        padding: 0;
        max-width: 620px;
    }
}
/* tb 768px */

/* schedule pc */
@media screen and (min-width:1260px) {
    .schedule__caption{
        margin: 70px auto 0;
        max-width: 1260px;
    }

    .cloud{
        width: 294px;
        height: 84px;
        transform: rotate(-9deg);
        aspect-ratio: 7/2;
        right: 187px;
        top: 98px;
    }

    .schedule__img{
        max-width: 800px;
    }

    .schedule__txtcont{
        margin: 30px auto 0;
        display: flex;
        justify-content: center;
        gap: 0 30px;
        align-items: flex-start;
        max-width: 1260px;
    }
}
/* pc 1260px */

/* ================================
access
================================ */
.section--tpaccess{
    background-color: #FAFAEC;
}

.tpaccess__map{
    margin-top: 50px;
    width: 100%;
    aspect-ratio: 30/20;
    border-radius: 12px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.tpaccess__list{
    max-width: 300px;
    padding: 0 21px;
    margin: 20px auto 0;
}

.tpaccess__mapimg{
    width: 24px;
    height: 30px;
    object-fit: contain;
}

.tpaccess__trainimg{
    width: 24px;
    height: 29px;
    object-fit: contain;
}

.tpaccess__txt{
    font-size: 1.6rem;
    margin-left: 30px;
}

.tpaccess__item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.tpaccess__item:last-of-type{
    margin-top: 15px;
}

.btn__cont{
    margin-top: 40px;
}

/* access tb */
@media screen and (min-width:768px) {
    .tpaccess__map{
        display: block;
        margin: 60px auto 0;
        min-width: 600px;
        min-height: 400px;
    }

    .tpaccess__list{
        margin: 30px auto 0;
        padding: 0 33px;
        max-width: 600px;
    }

    .tpaccess__mapimg{
        width: 36px;
        height: 44px;
    }

    .tpaccess__trainimg{
        width: 37px;
        height: 44px;
    }

    .tpaccess__txt{
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.8; /* 36px */
    }

    .tpaccess__item:last-of-type{
        margin-top: 20px;
    }

    .btn__cont{
        margin-top: 60px;
    }

    .btn--access{
        width: 404px;
        padding: 15px 30px;
    }
}
/* tb 768px */

/* access pc */
@media screen and (min-width:1260px) {
    .tpaccess__map{
        margin: 70px auto 0;
        max-width: 1000px;
        max-height: 508px;
        aspect-ratio: 250/127;
    }

    .tpaccess__list{
        margin: 40px auto 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        max-width: 1160px;
        gap: 0 110px;
    }

    .tpaccess__item:last-of-type{
        margin-top: 0;
    }

    .btn__cont{
        margin-top: 70px;
    }

    .btn--access{
        width: 404px;
        padding: 15px 30px;
    }
}
/* pc 1260px */

/* ================================
insta
================================ */
.section--insta{
    padding: 0;
    background-image: url(../../assets/img/top_news.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 105px;
}

.insta__txt{
    color: var(--brown_btn, #8D4C00);
    font-size: 1.8rem;
    font-weight: 500;
}

.link{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-left: 30px;
}

.insta__txtcont{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
}

.insta__txtcont a{
    display: flex;
}

/* insta tb */
@media screen and (min-width:768px) {
    .insta__txt{
        font-size: 2.4rem;
        line-height: 1.3; /* 31.2px */
    }
}
/* tb 768px */