@charset "UTF-8";

/* ====================
pc用size設定
==================== */
@media screen and (min-width: 769px) {
    .pc__size {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

/* ====================
ship
==================== */
.m7 {
    margin-top: 40px;
}

.section__gray {
    background-color: #F4F3F3;
}

.section__ship {
    padding: 60px 1.8% 40px;
}

.section__topic {
    color: #223148;
    font-family: Roboto;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}

.section__topic__mini {
    font-size: 1.2rem;
}

.section__topic img {
    width: 30px;
    margin-right: 5px;
}

.section__txt {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    line-height: 24px; /* 150% */
    margin-top: 20px;
}

.ship__img {
    width: 100%;
    /* heightは後で考える */
    margin-top: 30px;
}

/* ship pc */
@media screen and (min-width: 769px){
    .section__ship {
        padding: 40px 2.7% 60px;
    }

    .section__topic {
        font-size: 3rem;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .section__topic__mini {
        font-size: 2rem;
        margin-top: 5px;
        margin-left: 8px;
    }

    .section__topic img {
        width: 50px;
        margin-right: 20px;
    }

    .ship__img {
        max-width: 1100px;
        text-align: center;
        display: block;
        margin: 40px auto 0;
    }

} /* 769px pc */

/* ====================
route
==================== */

.section__route {
    padding: 40px 1.8%;
}

.route__tittle {
    color: #223148;
    text-align: center;
    font-family: Roboto;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.route__tittle__color {
    color: #896F3D;
    font-family: Roboto;
    font-size: 4rem;
    font-weight: 700;
    margin-right: 10px;
}

.route__container {
    text-align: center;
}

.map__m7, .map__leuk {
    width: 96vw;
    max-width: 550px;
    height: auto;
    margin-top: 20px;
}

.route__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.route__txt {
    color: #FFF;
    font-family: Roboto;
    font-size: 1.6rem;
    width: 80vw;
    max-width: 550px;
    padding: 18px 20px;
    background-color: #2F486B;
    margin-top: 5px;
}

.route__txt1 {
    margin-top: 0;
}

.arrow {
    width: 25px;
    margin-top: 5px;
}

.photospot__content {
    position: relative;
}

.photospot {
    width: 81px;
    position: absolute;
    top: 0;
    right: 0;
}

/* route pc */
@media screen and (min-width: 769px) {
    .section__route {
        padding: 40px 2.7% 60px;
        
    }

    .route__tittle {
        font-size: 2rem;
        justify-content: flex-start;
    }

    .map__m7 {
        width: 34vw;
        max-width: 550px;
        margin-top: 0;
    }

    /* leuk */
    .map__leuk {
        width: 38vw;
        max-width: 550px;
        margin-top: 0;
    }

    .route__container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
        margin-top: 40px;
    }

    .route__item {
        margin-top: 0;
    }

    .route__txt {
        font-size: 1.6rem;
        width: 34.7vw;
        max-width: 500px;
        padding: 18px 40px;
        background-color: #2F486B;
        margin-top: 15px;
    }

    .route__txt1 {
        margin-top: 0;
    }

    .arrow {
        margin-top: 15px;
    }

    .photospot {
        width: 6.6vw;
        max-width: 99px;
        position: absolute;
        top: 10px;
        right: 0;
    }

} /* 769px pc */

/* ====================
seat
==================== */
.section__seat {
    padding: 40px 1.8%;
}

.seat__tittle {
    color: #223148;
    text-align: center;
    font-family: Roboto;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seat__tittle__color {
    color: #896F3D;
    text-align: center;
    font-size: 4rem;
    margin-right: 10px;
}

.seat__txt {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    margin-top: 10px;
}

.seat__layout__container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seat {
    display: inline-block;
    color: #333;
    font-family: Roboto;
    font-size: 1.4rem;
    padding: 8px 10px;
    border: 1px solid #333;
}

.m7__seat {
    width: 93vw;
    margin-top: 20px;
}

.m7__seat2 {
    width: 93vw;
    margin-top: 40px;
}

/* leuk */
.leuk__seat {
    width: 93vw;
}

.leuk__seat2 {
    width: 93vw;
    margin-top: 50px;
}

/* seat pc */
@media screen and (min-width: 769px) {
    .section__seat {
        padding: 40px 2.7% 60px;
    }

    .seat__tittle {
        font-size: 2rem;
        justify-content: flex-start;
    }

    .seat__txt {
        text-align: left;
        margin-top: 20px;
    }

    .seat__layout__container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
        flex-direction: row;
    }

    .seat__layout {
        display: flex;
        flex-direction: column;
    }

    .seat {
        font-size: 1.6rem;
        width: 66px;
        display: flex;
        justify-content: center;
    }

    .m7__seat, .m7__seat2, .leuk__seat, .leuk__seat2 {
        width: 34.7vw;
    }

    .m7__seat2, .leuk__seat2 {
        margin-top: 0;
    }

} /* 769px px */

