.next__main {
    margin-top: 60px;
    padding: 30px 4.6%;
    background-color: #C6CCBF;;
}

.main__inner {
    max-width: 375px;
    margin: 0 auto;
}

.section__topic {
    text-align: center;
    color: white;
}

.section__topic--small {
    text-align: center;
    color: white;
}

.next-top--pc {
    display: none;
    border-radius: 30px;
}

.next-top--sp {
    margin-top: 25px;
    border-radius: 20px;
}

.next__title {
    margin-top: 25px;
    text-align: center;
    color: white;
    font-family: "Kaisei HarunoUmi";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
}

.next__title span {
    font-family: "M PLUS 1";
    font-size: 1.1rem;
    font-weight: 400;
}

.next__arasuji {
    margin-top: 25px;
    color: white;
    text-align: center;
    font-family: "Kaisei HarunoUmi";
    font-size: 1.3rem;
}

.btn {
    margin: 25px auto 0;
    max-width: 168px;
}

.btn--ticket {
    color: #000;
    background-color: #FFF500;
    font-size: 1.6rem;
    width: 60%;
    max-width: 203px;
    height: 50px;
    font-family: "M PLUS 1";
    box-shadow:3px 5px 6px 0px rgba(0, 0, 0, 0.3);
}

.btn--return {
    color: black;
    background-color: white;
}

.btn::after{
    content:'';
    display: inline-block;
    width: 25px;
    height: 100%;
    position: absolute;
    margin-left: 100%;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* main pc */
@media screen and (min-width:769px) {
    .next__main {
        margin-top: 85px;
        padding: 55px 11%;
    }

    .main__inner {
        max-width: 1100px;
        margin: 0 auto;
    }
    
    .section__topic {
        font-size: 8rem;
        text-align: start;
    }
    
    .section__topic--small {
        text-align: start;
        font-size: 2.4rem;
    }

    .next-top--pc {
        display: block;
        margin-top: 25px;
    }
    
    .next-top--sp {
        display: none;
    }

    .next__title {
        margin-top: 60px;
        text-align: center;
        color: white;
        font-size: 4rem;
    }
    
    .next__title span {
        font-size: 2.4rem;
    }

    .next__arasuji {
        font-size: 2.4rem;
    }
    
}

/* btnpc */
@media screen and (min-width:769px) {
    .btn {
        max-width: 345px;
        height: 48px;
    }

    .btn--ticket {
        margin-top: 60px;
        font-size: 2.4rem;
        width: 345px;
        height: 80px;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    }

    .btn--ticket::after {
        width: 43px;
    }

    .btn--return {
        max-width: 200px;
        font-size: 1.6rem;
        margin-top: 60px;
    }

    .btn--return::after {
        margin-left: 100%;
    }
}

.next__item {
    margin-top: 25px;
    text-align: center;
}

.item__topic {
    color: white;
    font-family: "Kaisei HarunoUmi";
    font-size: 2.4rem;
}

.item__box {
    border-radius: 15px;
    border: 2px solid #000;
    background: white;
    padding: 30px;
    font-family: "Kosugi Maru", sans-serif;;
    font-size: 1.1rem;
}

.list--small {
    font-size: 0.9rem;
}

.item__box--ticket {
    text-align: start;
}

.item__box--ticket li {
    margin-top: 5px;
}

.item__box--ticket li:first-of-type {
    margin-top: 0;
}

.next__item--contact {
    background-color: #FFF;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 16px 8%;
    text-align: center;
    margin: 25px 16% 0;
}

.contact__txt {
    color: #000;
    font-family: "M PLUS 1";
    font-size: 1.3rem;
    font-weight: 500;
}

.contact__btn {
    margin-top: 15px;
    align-items: center;
}

.contactBtn__x {
    margin-right: 18px;
    width: 27px;
}

.contactBtn__instagram {
    width: 29px;
}

.fryer {
    text-align: center;
}

.fryer__img {
    margin-top: 25px ;
    width: 280px;
}

/* item pc */
@media screen and (min-width:769px) {
    .next__item {
        margin: 60px auto 0;
        max-width: 900px;
    }

    .item__topic {
        text-align: start;
        font-size: 4.8rem;
    }

    .item__box {
        padding: 50px;
        font-size: 1.6rem;
    }

    .list--small {
        font-size: 1.4rem;
    }

    .item__box--ticket {
        text-align: center;
    }

    .list--ticket {
        padding-left: 0;
        display: inline-block;
    }

    .list--ticket  li{
        text-align: left;
    }

    .item__box--ticket li {
        margin-top: 0;
    }

    .spbr {
        display: none;
    }

    .next__item--contact {
        padding: 28px 5%;
        text-align: center;
        margin: 60px auto;
        max-width: 573px;
    }

    .contact__txt {
        font-size: 2rem;
    }

    .contactBtn__x  {
        width: 29px;
        margin: 0 20px 0 0;
    }

    .contact__btn {
        margin-top: 10px;
    }

    .contactBtn__instagram {
        width: 32px;
        margin: 0;
    }

    .fryer {
        margin: 60px 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .fryer__img {
        margin-top: 0;
        width: 500px;
    }

    map {
        display: none;
    }
}
