@charset "utf-8";
:root {
    --bk: #191919;
    --yellow: #F9FF58;
    --teal: #3DA1C1;
}

body {
    background-color: #0D214D;
    color: #fff;
}

.subttl {
    padding: 64px 0 24px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    color: var(--yellow);
}

.ttl {
    color: var(--bk);    
}

#Header {
    position: relative;
    width: 100%;
    min-height: 500px;
    color: #fff;
    text-align: center;
    background-image: url(../img/pnt_mv_sp.jpg);
    background-position-x: center;
    background-position-y: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.header__ttl {
    padding: 0;
    font-size: 40px;
    font-weight: 300;
    line-height: 500px;
}

/* SP S1 */

.guideTour .PartsS1__text {
    padding: 0 0 40px;
    box-sizing: border-box;
}

.whether.whether__card {
    margin: 0 auto 40px;
    padding: 40px 0;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.whether__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.whether__icon--01 {
    background-image: url(../img/icon_sun.svg);
}

.whether__icon--02 {
    background-image: url(../img/icon_cloud.svg);
}

.whether__icon--03 {
    background-image: url(../img/icon_rain.svg);
}

.whether__ttl {
    display: block;
    padding: 0 0 16px;
    box-sizing: border-box;
    text-align: center;
}

.whether__text {
    display: block;
    font-size: 16px;
    line-height: 32px;
    text-align: center; 
}

.guideTour .PartsS1__text {
    display: block;
    text-align: center;
    padding: 0 0 24px;
}

.PartsS1__link {
    margin: 0 auto;
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    background-color: var(--teal);
}

.PartsS1__article {
    position: relative;
    padding: 40px 0;
    box-sizing: border-box;
}

.PartsS1__article::after {
    content: "";
    display: block;
    width: 120px;
    height: 110px;
    background-image: url(../img/scope.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.PartsS1___listItem {
    position: relative;
    display: flex;
    padding: 0 0 8px;
    font-size: 14px;
    line-height: 28px;
}

.PartsS1___listItem::before {
    content: "";
    display: block;
    min-width: 28px;
    height: 25px;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    transform: translateY(3px);
}

/* SP S2 */
.PartsS2__wrapper {
    padding: 0 16px;
}

.PartsS2__box {
    box-sizing: border-box;
    margin: 0 auto;
}

.course__card {
    margin: 0 auto 80px;
}

.course__card:last-child {
    margin: 0 auto 24px;
}

.course__img {
    width: 100%;
    max-width: 380px;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.course__img--01 {
    background-image: url(../img/course-01.jpg);
}

.course__img--02 {
    background-image: url(../img/course-02.jpg);
}

.course__ttl {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding: 24px 0;
}

.course__text {
    padding: 40px 24px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
    color: var(--bk);
    background-color: #fff;
}

/* SP S3 */
.PartsS3__wrapper {
    padding: 0 0 40px;
}
.PartsS3__box {
    padding: 0 16px;
    box-sizing: border-box;
}

.guideTour .PartsS3__text {
    font-size: 16px;
    line-height: 32px;
}

.PartS3__listFrame {
    padding: 0 0 40px;
}

.PartsS3__listItem {
    padding: 8px;
    font-size: 14px;
}

/* SP S4 */
.PartsS4__wrapper {
    padding: 0 16px 16px;
}

.guideTour .PartsS4 {
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
}

.guideTour .PartsS4__ttl {
    padding: 0;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: var(--bk);
    background-color: #E6F0F4;
}

.guideTour .PartsS4__time {
    display: block;
    font-size: 18px;
    text-align: left;
    color: #fff;
    line-height: 36px;
}

.guideTour .price--pc {
    display: block;
}

.PartsS4__listFrame--02 {
    padding: 16px 0 0;
}

.guideTour .price__table {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
}

.guideTour .price__thead {
    height: 80px;
}

.guideTour .price__thead--th {
    width: 240px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    border: 1px solid;
}

.guideTour .price__tb--th {
    text-align: center;
    vertical-align: middle;
    height: 80px;
    border: 1px solid;
    font-weight: normal;
}

.guideTour .price__tb--td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid;
    width: 240px;
}

.rental__listFrame {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 0 0;
}

.cancel__memo {
    display: block;
    padding: 16px;
    border-radius: 30px;
    margin: 40px auto;
    box-sizing: border-box;
    background-color: var(--teal);
}

.cancel__ttl {
    display: block;
    padding: 16px;
    border: 1px solid var(--teal);
    border-radius: 30px;
    width: fit-content;
}

.PartsS4__text {
    display: block;
    font-size: 16px;
    line-height: 32px;
}

.PartsS4__listFrame--03 {
    padding: 24px 0 0;
}

.PartsS4__link {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.PartsS4__link::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/link_wh.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(2px);
}

.PartsS4__vixen {
    display: block;
    margin: 24px auto;
    width: 200px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/roundcube.svg);
}



/* SP entry */
.entry {
    position: fixed;
    bottom: 0;
    display: block;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(66, 82, 116, 0.9);
    z-index: 100;
}

.entry__text {
    display: block;
    text-align: center;
    font-size: 14px;
}

.entry__link {
    display: block;
    width: 200px;
    height: 40px;
    border-radius: 30px;
    background-color: var(--teal);
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
}

/*PC---------------------------------------------------------------------------*/
@media screen and (min-width: 960px) { 
    #Header {
        position: relative;
        width: 100%;
        height: 400px;
        color: #fff;
        text-align: center;
        background-image: url(../img/pnt_mv_pc.jpg);
        background-position-x: center;
        background-position-y: 0;
        background-size: 120%;
        background-repeat: no-repeat;
    }

    .entry__text {
        display: block;
        padding: 0 0 24px;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
    }

    .PartsS1 {
        padding: 64px 0;
    }

    .guideTour .PartsS1__text {
        display: block;
        text-align: left;
        padding: 0;
        font-size: 18px;
        line-height: 36px;
    }

    .subttl {
        padding: 0;
        font-weight: normal;
        font-size: 32px;
    }

    .PartsS1__partition {
        display: flex;
        justify-content: center;
    }

    .whether.whether__card {
        margin: 0;
        width: 240px;
        border: none
    }

    .PartsS1__box {
        position: relative;
        margin: 64px auto;
        padding: 24px 40px;
        box-sizing: border-box;
        max-width: 800px;
    }

    .PartsS1__box::before,
    .PartsS1__box::after {
        content: "";
        display: block;
        position: absolute;
        width: 240px;
        height: 156px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .PartsS1__box::before {
        top: 0;
        left: 0;
        background-image: url(../img/kakko.svg);
    }

    .PartsS1__box::after {
        bottom: 0;
        right: 0;
        transform: rotate(180deg);
        background-image: url(../img/kakko.svg);
    }

    .whether__ttl {
        padding: 16px 0;
        box-sizing: border-box;
        font-size: 22px;
    }

    .PartsS1__box ~ .PartsS1__text {
        padding: 0 0 24px;
        font-size: 22px;
        text-align: center;
    }

    .PartsS1__article {
        position: relative;
        max-width: 800px;
        margin: 0 auto;
        padding: 64px 0;
        box-sizing: border-box;
    }

    .PartsS1__article .PartsS1__subttl {
        padding: 24px 0;
        box-sizing: border-box;
    }

    .PartsS1__listFrame {
        width: fit-content;
        margin: 0 auto;
    }

    .PartsS1___listItem {
        padding: 0;
        height: 40px;
        font-size: 16px;
    }

    .PartsS1__article::after {
        content: "";
        display: block;
        width: 120px;
        height: 110px;
        background-image: url(../img/scope.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 40px;
        left: 120px;
    }

    /* PC S2 */
    .guideTour .PartsS2__ttl.ttl {
        font-size: 24px;
        font-weight: bold;
        margin: 0 auto 64px;
    }

    .PartsS2__box {
        display: flex;
        justify-content: center;
        gap: 40px;
    }

    .course__card {
        margin: 0;
        width: 380px;
    }

    .course__card:last-child {
        margin: 0;
    }

    .PartsS2__text {
        display: block;
        padding: 40px 0 0;
        text-align: center;
    }

    .course__text {
        min-height: 320px;
    }

    /* PC S3 */
    .PartsS3__wrapper {
        padding: 0 0 64px;
    }

    .PartsS3__box {
        position: relative;
        display: block;
        width: 100%;
        max-width: 800px;
        padding: 0 0 64px;
        box-sizing: border-box;
    }

    .PartsS3__box::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 240px;
        height: 221px;
        background-image: url(../img/anntena_tile.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .PartsS3__ttl.ttl {
        margin: 0 auto 64px;
    }

    .guideTour .PartsS3__text {
        font-size: 18px;
        line-height: 36px;
    }

    .PartS3__listFrame {
        padding: 40px 0;
    }

    .PartsS3__listItem {
        font-size: 18px;
    }

    /* PC s4 */
    .PartsS4__wrapper {
        padding: 0;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .guideTour .PartsS4__ttl {
        margin: 0 auto 64px;
    }

    .guideTour .PartsS4__time {
        display: block;
        font-size: 22px;
        text-align: left;
        color: #fff;
        line-height: 44px;
        width: fit-content;
        margin: 0 auto;
        padding: 0;
    }

    .PartsS4__subttl {
        padding: 64px 0 24px;
    }

    .PartsS4__subttl:first-child {
        padding: 0 0 24px;
    }

    .guideTour .PartsS4__notice {
        padding: 0;
    }

    .guideTour .PartsS4__listFrame.PartsS4__listFrame--01 {
        margin: 40px auto 0;
    }

    .guideTour .PartsS4__listFrame--01 .PartsS4__listItem {
        font-size: 16px;
    }

    .guideTour  .PartsS4__listFrame.PartsS4__listFrame--02 {
        margin: 0 auto;
    }

    .guideTour .PartsS4__listFrame.PartsS4__listFrame--03 {
        margin: 0 auto;
    }

    .cancel__memo {
        width: fit-content;
    }

    .cancel__ttl {
        margin: 0 0 16px;
        padding: 16px 24px;
    }


}


