@charset "UTF-8";
/* ==================
common
=================== */

html {
    font-size: 62.5%;
}

body{
    background-color: #000;
    color: #FFFFFF;
    font-family:'Playfair Display',
                'Zen Old Mincho';
    line-height: normal;
}

img {
    max-width: 100%;
    height: auto;
}

/*==========================
fadeIn
==========================*/
.fadeIn{
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated{
    transform: translate(0, 0);
    opacity: 1;
}

/* ====================
header
===================== */

#header{
    display: flex;
    width: 100%;
    height: 60px;
    padding: 2px 10px;
    justify-content: space-between;
    align-items: center;
}

.header_ttl{
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 1.8rem;
  font-weight: 600;
}

/* nav 初期表示 */
.nav {
    width: 100%;
    height: 100vh;
    padding: 24px 6.4%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__header a{
    color: #000;
    font-family: "Playfair Display";
    font-size: 1.8rem;
    font-weight: 600;
}

.nav__list {
    display: flex;
    width: 217px;
    padding: 10px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 33px;
    height: 236px;
    margin-top: 34px;
}

.nav__item {
    display: flex;
    align-items: center;
    gap: 3px;
}

.nav__txt{
    color: #000;
    font-family: "Playfair Display";
    font-size: 3.2rem;
    font-weight: 600;
}

/* nav.active表示 */
.nav.active {
    transform: translateX(0);
    background-color: rgba(255, 255, 255, 0.70);
}

.header__btn {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    margin-top: 5px;
    right: 6.4%;
}

/* .header pc */
@media screen and (min-width:769px) {
    #header {
        display: flex;
        width: 100%;
        height: 120px;
        padding: 0 19px;
        justify-content: space-between;
        align-items: center;
    }

    .header_ttl{
      font-size: 3.6rem;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        position: static;
        transform: translate(0);
        display: flex;
        flex-direction: row;
        padding: 0 20px;
        align-items: center;
    }

    .nav__list {
        margin-top: 0;
        display: flex;
        flex-direction: row;
        padding: 0 20px;
        align-items: center;
        gap: 65px;
        width: 622px;
        height: 43px;
    }

    .nav__item {
        margin-top: 0;
        font-weight: 400;
        font-size: 3.2rem;
        line-height: normal;
        display: flex;
    }

    .nav__txt{
        color: #FFF;
        font-family: "Playfair Display";
        font-size: 3.2rem;
        font-weight: 600;
    }

    .nav__header {
        display: none;
    }

    .nav__item img {
        display: none;
        margin-right: 0;
    }

    .header__btn {
        display: none;
    }

}/* pc 769px */

/* ===================
thumnails
=================== */

.ttl{
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 3.2rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mainttl{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 89px;
}

.subttl{
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 61px;
}

.img{
    width: 300px;
    height: 375px;
    margin: 0 auto;
    margin-top: 67px;
}

.thum_pc{
    display: none;
}

.tag{
    display: flex;
    padding: 9px 8px;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
    width: 302px;
    margin-top: 18px;
}

.tag_txt{
    display: flex;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background-color: #FFF;
    color: #000;
    font-family: "Zen Old Mincho";
    font-size: 1.5rem;
    font-weight: 700;
}

.content{
    margin: 0 auto;
    display: flex;
    padding: 5px 10px;
    width: 302px;
}

.content_ttl{
    font-family: "Zen Old Mincho";
    font-size: 2rem;
    font-weight: 700;
}

/* ttl thumnail PC */
@media screen and (min-width:769px) {
    .ttl{
        padding: 3px 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 90px;
    }

    .mainttl{
        font-size: 6.4rem;
        font-weight: 600;
    }

    .subttl{
        font-size: 4.8rem;
        font-weight: 600;
    }

    .img{
        margin-left: 30px;
        width: 600px;
        height: 750px;
    }

    .thum_sp{
        display: none;
    }

    .thum_pc{
        display: block;
    }

    .tag{
        display: flex;
        padding: 9px 8px;
        gap: 8px;
        width: 648px;
        margin-left: 36px;
        margin-top: 29px;
    }

    .tag_txt{
        font-size: 2.4rem;
        font-weight: 700;
    }

    .content{
        width: 648px;
        margin-left: 36px;
        margin-top: 29px;
    }

    .content_ttl{
        font-size: 4rem;
        font-weight: 700;
    }

}

/* ttl thumnail PC */

/* ===================
explain
====================== */

.explain{
    display: flex;
    padding: 30px 0;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 300px;
    margin: 0 auto;
}

.explain_ttl{
    color: #FFF;
    font-family: "Zen Old Mincho";
    font-size: 2rem;
    font-weight: 700;
    margin-top: 60px;
    width: 330px;
    display: flex;
    padding: 0 20px;
}

.explain_txt{
    color: #FFF;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    padding: 10px 17px;
    justify-content: center;
    align-items: center;
    width: 300px;
    }

.line1,
.line2,
.line3,
.line4{
    width: 300px;
    height: 1px;
    background-color: #FFF;
    margin: 0 auto;
}

/* explain PC */

@media screen and (min-width:769px) {
    #explain{
        display: flex;
        padding: 0 10px;
        gap: 10px;
        margin-left: 768px;
        margin-top: -760px;
        width: 600px;
    }

    .explain{
        align-items: flex-start;
        width: 600px;
    }

    .explain_ttl{
        font-size: 4rem;
        font-weight: 700;
        width: 600px;
        margin-top: -60px;
    }

    .explain_txt{
        font-size: 3.2rem;
        font-weight: 600;
        width: 600px;
        height: 148px;
    }

    .line1{
        width: 600px;
        height: 1px;
        margin-top: 26px;
    }
}

/* explain PC */
    

/* ====================
Tours
====================== */
#Tours{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
    max-width: 300px;
    margin: 0 auto;
}

.tours_ttl{
    font-family: "Zen Old Mincho";
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    padding: 0 10px;
    width: 300px;
}

.tours_images{
    display: flex;
    padding: 25px 30px;
    align-items: center;
    gap: 14px;
}

.img_pc{
    display: none;
}

/* tours PC */

@media screen and (min-width:769px) {
    #Tours{
        max-width: 600px;
        margin-left: 736px;
    }

    .tours_ttl{
        font-size: 4rem;
        font-weight: 700;
        width: 600px;
        padding: 0 16px;
        margin-left: 16px;
    }

    .tours_images{
        display: flex;
        width: 600px;
        padding: 24px 60px;
        justify-content: space-between;
        align-items: center;
        margin-left: 16px;
    }

    .img_sp{
        display: none;
    }

    .img_pc{
        display: block;
    }

    .line2{
        width: 600px;
        height: 1px;
        margin-left: 36px;
    }
}

/* tours PC */

/* =====================
times
====================== */

.times{
    display: flex;
    padding: 30px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

.times_ttl{
    font-family: "Zen Old Mincho";
    font-size: 2rem;
    font-weight: 700;
}

.times_txt{
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 600;
}

/* times PC */
@media screen and (min-width:769px) {
    #times{
        max-width: 600px;
        margin-left: 776px;
    }

    .times{
        display: flex;
        padding: 8px 0;
        align-items: flex-start;
        gap: 9px;
        max-width: 600px;
    }

    .times_ttl{
        font-size: 4rem;
        font-weight: 700;
    }

    .times_txt{
        font-size: 2.4rem;
        font-weight: 600;
    }

    .line3{
        width: 600px;
        height: 1px;
        margin-top: 48px;
    }
}

/* times PC */

/* =====================
description 
=====================*/

.description{
    display: flex;
    padding: 30px 0;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 300px;
    margin: 0 auto;
}

.description_ttl{
    display: flex;
    gap: 10px;
    width: 300px;
    height: 29px;
    font-family: "Zen Old Mincho";
    font-size: 2rem;
    font-weight: 700;
}

.description_txt{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 161px;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 600;
}

/* description PC */
@media screen and (min-width:769px) {
    .description{
        display: flex;
        padding: 20px 0;
        align-items: flex-start;
        gap: 30px;
        width: 1270px;
        margin-left: 85px;
        margin-top: 139px;
    }

    .description_ttl{
        font-size: 4rem;
        font-weight: 700;
        width: 1270px;
    }

    .description_txt{
        font-size: 3.2rem;
        font-weight: 600;
        width: 1270px;
    }

    .line4{
        width: 1270px;
    }
}

/* ===================
select
===================== */

.select{
    display: flex;
    padding: 10px 9px;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.back_next{
    display: flex;
    padding: 4px 10px;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 91px;
}

.select_txt{
    font-size: 1.8rem;
    font-weight: 600;
}

/* select PC */
@media screen and (min-width:769px){
    .select{
        height: 165px;
    }

    .back_next{
        max-width: 180px;
    }

    .select_txt{
        font-size: 4rem;
        font-weight: 600;
    }

    .svg{
        width: 70px;
        height: 70px;
    }
}

/* ====================
footer
==================== */

.footer{
    display: flex;
    width: 137px;
    padding: 10px;
    align-items: flex-start;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 54px 0;
}

/* footer PC */
@media screen and (min-width:769px) {
  .footer{
    font-size: 3.6rem;
    display: flex;
    width: 1440px;
    padding: 0 19px;
  }
}