@charset "UTF-8";

body {
    background-image: url(../img/main/main_bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin: 0;
}

a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

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

/* common */

h3 {
    margin-bottom: 38px;
}

h4 {
    line-height: 0;
    text-align: center;
    padding: 14px;
}

p {
    font-size: 14px;
    line-height: 1.7;
}

table {
    border-collapse: separate;
    border-spacing: revert;
    color: #fff;
    font-size: 14px;
    margin: 40px 0 20px;
    max-width: 100%;
    width: 100%;
}

table + table {
    margin-top: 20px;
}

table th {
    background-color: #e8320d;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

table td {
    background-color: #fff;
    color: #000;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

.l-wrapper {
    padding: 275px 20px 0;
    margin: 0 auto 190px;
    width: min(1000px, calc(100% - 40px));
}
@media screen and (max-width: 599px) {
    .l-wrapper {
        padding: 200px 20px 0;
    }
}

section {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0 0 65px;
}

.main {
    position: relative;
}
.main::before {
    content: "";
    display: block;
    width: 100%;
    height: 255px;
    background-image: url(../img/main/main-box_bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
@media screen and (max-width: 599px) {
    .main::before {
        height: 25%;
        top: 1px;
    }
}

.caution {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 59px;
    justify-content: center;
}

.flex-box__text {
    margin-top: 20px;
    text-align: left;
    width: 42%;
}

@media screen and (max-width: 599px) {
    .flex-box {
        gap: 30px;
    }

    .flex-box__text {
        width: unset;
    }
}

.package .flex-box__text img {
    margin-bottom: 30px;
}

.package .flex-box {
    justify-content: space-between;
    font-size: 14px;
    text-align: left;
}

@media screen and (max-width: 929px) {
    .package .flex-box {
        justify-content: center;
    }
}

.package .flex-box__img {
    width: 50%;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 929px) {
    .package .flex-box__text {
        margin: 0 auto;
        width: 50%;
        margin-top: 20px;
    }

    .package .flex-box__text img {
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }

    .package .flex-box__img {
        width: 100%;
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 35px;
    }
}

@media screen and (max-width: 599px) {
    .flex-box__text,
    .package .flex-box__text {
        width: 100%;
    }

    .package .flex-box__img {
        width: 100%;
        padding-left: 0;
        flex-direction: column;
    }
}

.flex-box__text span {
    color: #ff7200;
}

.container-box {
    width: min(900px, 100%);
    margin: 0 auto;
}

.container-box__title {
    text-align: center;
    position: relative;
}
@media screen and (max-width: 599px) {
    .container-box__title {
        padding: 0 20px;
    }
}

.howto .container-box__main .banner {
    display: block;
    text-align: center;
    margin: 50px 0;
}
.container-box__main {
    padding: 0 50px;
}

@media screen and (max-width: 599px) {
    .container-box__main {
        padding: 0 20px;
    }
}

/* main */

.main__box {
    margin-bottom: 50px;
    position: relative;
    top: -110px;
    padding: 0 100px;
}
@media screen and (max-width: 599px) {
    .main__box {
        padding: 0 20px;
        top: -50px;
        margin-bottom: 0;
    }
}

.main-img {
    width: 100%;
}
.main-img--01 {
    width: auto;
    margin: 0 auto;
    display: block;
}
.main-img--02 {
    margin-top: 20px;
}
.main-img--03 {
    margin-top: 35px;
}
.main-schedule {
    margin-top: -110px;
}

/* intro */

@media screen and (max-width: 599px) {
    .intro {
        margin-top: 30px;
    }
}

.intro-img {
    width: 100%;
}

/* point */

.point .container-box__title::before {
    content: "";
    display: block;
    width: 105px;
    height: 169px;
    background-image: url(../img/point/character.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -58px;
    right: 249px;
}

/* howto */

.bgBlack-box {
    background-color: #000;
    padding: 35px 40px;
    border-radius: 20px;
}

.bgBlack-box + .bgBlack-box {
    margin-top: 50px;
}

@media screen and (max-width: 599px) {
    .bgBlack-box {
        padding: 20px;
    }
}

.flex-block {
    gap: 20px;
    display: flex;
    align-items: center;
}

.flex-block--package {
    align-items: flex-end;
}

@media screen and (max-width: 599px) {
    .flex-block {
        flex-direction: column;
    }
    .flex-block--package {
        align-items: center;
    }
}

.flex-image {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 60px;
}

@media screen and (max-width: 599px) {
    .flex-image {
        flex-direction: column;
    }
}

@media screen and (max-width: 599px) {
    .flex-image__item {
        text-align: center;
    }
}
.flex-image__item p {
    color: #e8320d;
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
}

.bgBlack-box h3 {
    margin-bottom: 30px;
    text-align: center;
}

.bgBlack-box .flex-block__text {
    color: #fff;
}

.bgBlack-box .text-area {
    color: #fff;
    margin-bottom: 40px;
}

.bgBlack-box .text-area span {
    display: block;
    font-size: 12px;
}

.bgBlack-box .text-area--yellow {
    margin: 40px 0;
}

.bgBlack-box .text-area--bottom {
    margin-bottom: 0;
}

.bgBlack-box .image-area {
    text-align: center;
    margin-top: 40px;
}

.bgBlack-box .image-area--bomb {
    position: relative;
}

.bgBlack-box .image-area--bomb:before {
    content: "";
    display: block;
    width: 109px;
    height: 109px;
    background-image: url(../img/beginners/bomb.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -18px;
    left: calc(50% - 257px);
    z-index: 1;
}

@media screen and (max-width: 650px) {
    .bgBlack-box .image-area--bomb:before {
        width: calc(109px * 0.7);
        height: calc(109px * 0.7);
        top: -12px;
        left: -3%;
    }
}

/* beginners */

.recommendation-box__content .flex-image {
    margin-top: 0;
}

.recommendation-box__content .flex-image__item {
    width: 50%;
}
@media screen and (max-width: 599px) {
    .recommendation-box__content .flex-image__item {
        width: 100%;
    }
}

p.flex-image__text--left {
    text-align-last: left;
    padding-left: 10px;
    color: #fff;
}

p.flex-image__text--center {
    text-align: center;
    color: #fff;
}

.flex-box__content {
    max-width: 400px;
}

.p-beginners__ss {
    margin-bottom: 10px;
}

.beginners .container-box__title::before {
    content: "";
    display: block;
    width: 91px;
    height: 178px;
    background-image: url(../img/beginners/character.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -73px;
    left: 214px;
}

.flex-box__content-arrow {
    position: relative;
}

.flex-box__content-arrow::before {
    content: "";
    display: block;
    width: 55px;
    height: 61px;
    background-image: url(../img/beginners/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 204px;
    left: -53px;
}

@media screen and (max-width: 599px) {
    .flex-box__content-arrow::before {
        display: none !important;
    }
}

.notion {
    margin-top: 20px;
    text-align: left;
}

/* package */

.package .bgBlack-box {
    margin-top: 40px;
}

.package .flex-image {
    margin-top: 0;
}

.package .flex-block__left .banner {
    margin-top: 40px;
}

.img-ss p {
    margin: 0;
    text-align: center;
}

.map {
    width: 350px;
    height: 270px;
    margin-right: 40px;
}

@media screen and (max-width: 599px) {
    .map {
        object-fit: contain;
        margin-right: 0;
    }
}

.package-content {
    background-color: #fff;
    padding: 5px;
    margin-top: 48px;
}

.package-content .package-content__main .flex-box {
    justify-content: normal;
    gap: 20px;
}

.flex-box__text a {
    color: unset;
    text-decoration: underline;
}

.package-content .package-content__main .flex-box .item-details {
    margin-top: 12px;
}

.package-content .package-content__main .item {
    width: 148px;
    height: 148px;
    aspect-ratio: 112 / 130;
    object-fit: none;
    border: 1px solid #c9c9c9;
    object-position: center;
}

.item-details img {
    display: block;
    margin: 10px 0;
}

/* story */

.story .container-box__title::before {
    content: "";
    display: block;
    width: 93px;
    height: 154px;
    background-image: url(../img/story/character.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -53px;
    right: 351px;
}

/* about */

.about .flex-block {
    align-items: end;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
}

.about .flex-block img {
    margin: 0 auto;
}

.about .flex-block__text {
    color: #000;
}
.about .flex-block__right .button-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
    margin: 40px 0 10px;
}

/* guide */

.c-guide__map {
    margin-top: 40px;
}

.c-guide__map .text-area span {
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.c-guide__map ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
}
.c-guide__map ul::after {
    content: "";
    display: block;
    width: 250px;
    height: 150px;
}
.c-guide__map ul li {
    padding: 10px 10px 20px;
    background-color: #fff20d;
    min-width: 250px;
    max-width: 250px;
    min-height: 150px;
    border-radius: 10px;
    box-sizing: border-box;
}
@media (max-width: 599px) {
    .c-guide__map ul::after {
        display: none;
    }
    .c-guide__map ul li {
        max-width: none;
        min-width: 100%;
    }
}
.c-guide__map ul li h4 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding: 0;
    padding-bottom: 5px;
    color: #000;
    background-image: unset;
    line-height: unset;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}
.c-guide__map ul li p {
    font-size: 1.2rem;
    color: #000;
    line-height: 1.5;
    font-size: 12px;
    text-align: start;
    padding: 0 10px;
}
.c-guide__map ul li p span {
    display: block;
    font-size: 12px;
}

.recommendation-box {
    margin-top: 50px;
}
.recommendation-box__button {
}
.recommendation-box__content {
    margin-top: 40px;
}

/* caution */

.caution__list {
    font-size: 14px;
    line-height: 1.714;
    margin-top: 40px;
}
.caution__item {
    position: relative;
    padding-left: 20px;
}

.caution__item + .caution__item {
    margin-top: 25px;
}
.caution__item::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #e8320d;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}

.copyright-kumamon {
    background-color: #000;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 13px 0;
    max-width: 200px;
    margin: 80px auto 0;
}
