@charset "utf-8";

/* ==================================
sightseeing
===================================== */
.section {
    padding: 30px 5.3%;
    margin: 0 auto;
}

.contents__title {
    text-align: center;
    margin: 0 auto;
}

/* pc */
.section {
    padding: 60px 12.8%;
} 

/* ==================================
sightseeingMain
===================================== */
.section--sightseeingMain {
    padding: 30px 0;
    max-width: 355px;
}


.main__item {
    margin-bottom: 30px;
    text-align: center;
}

.main__item:first-child {
    margin-top: 0;
}

.item__contents {
    padding: 15px 2%;
}

.contents__subtitle {
    display: inline-block;
    font-family: "Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    padding: 0 10px 5px 10px;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 auto;
    border-bottom:1px solid var(--green);
}

.contents__txt {
    margin-top: 10px;
    font-family: "Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
}

.contents__subtitle--2 {
    border-bottom: 1px solid #748B8F;
}

.item__photo {
    display: flex;
    position: relative;
    max-width: 355px;
    width: 100%;
    max-height: 364px;
    padding-top: 334px;
}


.photo1 {
    width: 70.9%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    animation: slideIn 3s forwards;
}

.photo2 {
    width: 41.3%;
    object-fit: cover;
    position: absolute;
    bottom: 30%;
    left: 0;
    z-index: 30;
    animation: slideIn 3.5s forwards;
}

.photo3 {
    width: 28%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: slideIn 4s forwards;
}

.photo4 {
    width: 70.9%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 30;
    animation: slideIn 6s forwards;
}

.photo5 {
    width: 28%;
    object-fit: cover;
    position: absolute;
    bottom: 57%;
    right: 0;
    animation: slideIn 6.5s forwards;
}

.photo6 {
    width: 41%;
    object-fit: cover;
    position: absolute;
    bottom: 2%;
    right: 0;
    z-index: 100;
    animation: slideIn 7s forwards;
}

small {
    z-index: 100;
}

@keyframes slideIn {
    from {
      transform: translateX(-100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }




/* pc */
@media screen and (min-width:769px) {

    .section--sightseeingMain {
    padding: 60px 10px;
    max-width: 1190px;
    margin: auto;
    }


    .main__item {
        display: flex;
        flex-direction: row-reverse;
        gap: 6.8%;
        margin-bottom: 60px;
    }


    .item__contents {
        flex: 1;
        margin: auto;
    }

    .contents__txt span {
        white-space: pre;
    }

    .main__item:last-child {
        display: flex;
        flex-direction: row;

    }

    .item__photo {
        display: flex;
        position: relative;
        max-width: 584px;
        width: 100%;
        max-height: 479px;
        padding-top: 479px;
    }


    .photo1 {
        width: 70.9%;
        object-fit: cover;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .photo2 {
        width: 41%;
        object-fit: cover;
        position: absolute;
        bottom: 34%;
        left: 0;
    }

    .photo3 {
        width: 28%;
        object-fit: cover;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .photo5 {
        bottom: 66%;
    }
}


@media screen and (min-width:769px) and (max-width:1204px) {
    .main__item {
        display: block;
        margin-bottom: 60px;
    }

    .main__item:last-child {
        display: block
    }

    .section--sightseeingMain {
        padding: 30px 0;
        max-width: 584px;
    }
}

/* ==================================
section--sightseeingSub
===================================== */
.section--sightseeingSub {
    background-color: var(--lightgray);
    padding: 60px 0;
    margin: 0 auto;
}


.list__item {
    width: 337px;
    margin: 0 10px;
    /* height: 429px; */
}

.list__item img {
    width: 100%;
    height: 315px;
    vertical-align: middle;
    object-fit: cover;
}

.list__contents {
    background-color: var(--white);
    padding: 10px 15.5px 5px;
    text-align: center;
}

.item__txt {
    text-align: center;
    font-family: "Noto Sans";
    margin-top: 5px;
    font-size: 1.3rem;
    line-height: 1.5;
}

small {
    color: var(--lightgray);
    font-family: "Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    font-size: 0.5rem;
    font-weight: 400;
}







/* pc */
@media screen and (min-width:769px) {
    .sightseeing__list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        max-width: 1200px;
        gap: 30px 10px;
        margin: 0 auto;
        justify-content: center;
    }

    .list__item {
        width: 390px;
    }

}

/* ==============================================
slider
================================================ */
    .slick-slider {
        margin: 0 auto;
      
    }

    .slick-prev:before,.slick-next:before{
        display: block;
        font-size: 25px;
        color: var(--white);
        z-index: 300;
        left: -50px;
    }

    .slick-prev {
        left: 13px;
        z-index: 300;
    }

    .slick-next {
        right: 17px;
        
    }

    .sliderContent {
        max-width: 375px;
        margin: 0 auto;
    }

    .slick-dots {
        bottom: -51px;
    }

   
  


    @media screen and (min-width:769px) and (max-width:1204px) {
        .sliderContent {
            max-width: 760px;
        }

    }

    @media screen and (min-width:1205px) {
        .sliderContent {
            max-width: 1200px;
        }

    }

    


/* ==================================
section--other
===================================== */
.section--other {
    padding: 60px 5.3%;
}

.other__item {
    margin: 0 auto 30px;
    max-width: 375px;
}

.other__item:last-of-type {
    margin: 0 auto;
}

.other__contents {
    padding: 10px 2.9%;
}

.other__subtitle {
    font-family:"Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR" "Noto Sans JP";
    font-weight: 700;
    font-size: 1.8rem;
    position: relative;
    text-align: left;
}

.other__subtitle::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    width: 98px;
    height: 4px;
    border-bottom: 1px solid var(--green);
    border-right: 1px solid var(--green);
    transform: skew(45deg);
}

.other__txt {
    margin-top: 5px;
    font-family:"Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
}



/* pc */

@media screen and (min-width:769px) {
    .other__list {
        display: flex;
        max-width: 1290px;
        gap: 0 2.5%;
        margin: 0 auto;
        justify-content: center;
    }

    .other__img {
        display: block;
    }
    .other__img img {
        width: 100%;
    }

    .other__item {
        flex: 1;
        max-width: 100%;
        margin: 0;
    }
}