@charset "utf-8";

/* ==================================================================

    price.css

=================================================================== */
.price {
    background-color: #EFEBE1;
}

.price__container {
    padding-top: 6rem;
    padding-bottom: 12rem;
}

.calendarButton {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 45rem;
    height: 6.4rem;
    margin: 0 auto 6rem;
    padding-right: 2rem;
    border-radius: 0.6rem;
    background-color: #000;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.455;
    color: #fff;
}

.calendarButton__icon {
    width: 2.4rem;
    height: auto;
    margin-right: 1rem;
}

.calendarButton__arrow {
    width: 1.8rem;
    height: auto;
    margin-left: 7.6rem;
}

.price__section {
    max-width: 96.4rem;
    margin: 0 auto 7.1rem;
}
.price__section.--option {
    margin-top: 10rem;
}

.price__heading {
    display: flex;
    align-items: flex-end;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.455;
    color: #0E2C5D;
}

.price__iIcon {
    width: 2.9rem;
    height: auto;
    margin-right: 0.8rem;
}

.price__table {
    width: 100%;
    max-width: 84.4rem;
    margin: 0 auto;
}

.price__th,
.price__td {
    border: 1px solid #999;
    font-size: 1.8rem;
    line-height: 1.444;
}

.price__th {
    background-color: #fff;
    text-align: left;
}

.price__section.--type .price__th {
    padding: 1.7rem 1rem 1.7rem 9.5rem;
    border-left: 1rem solid;
    font-weight: 800;
}

.price__section.--type .price__th.--activity {
    border-left-color: #5D0E0E;
}
.price__section.--type .price__th.--activity .type {
    color: #5D0E0E;
}
.price__section.--type .price__th.--works {
    border-left-color: #455D0E;
}
.price__section.--type .price__th.--works .type {
    color: #455D0E;
}
.price__section.--type .price__th.--slowlife {
    border-left-color: #0E2C5D;
}
.price__section.--type .price__th.--slowlife .type {
    color: #0E2C5D;
}

.price__section.--option .price__th {
    padding: 1.7rem 1rem 1.7rem 3rem;
    font-weight: 500;
}

.price__td {
    width: 24.3rem;
    padding: 1.7rem 1rem;
}
.price__td.--period {
    background-color: #EFFCFF;
    text-align: center;
    color: #555;
}

.price__td.--price {
    background-color: #EEE;
    text-align: right;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    .price__container {
        padding-top: 4rem;
        padding-bottom: 8rem;
    }

    .calendarButton {
        justify-content: center;
        width: 28.5rem;
        height: 5.4rem;
        margin: 0 auto 5rem;
        padding-right: 0;
        border-radius: 0.4rem;
        font-size: 1.4rem;
    }

    .calendarButton__icon {
        width: 2rem;
        margin-right: 0.8rem;
    }

    .calendarButton__arrow {
        width: 1.8rem;
        margin-left: 1rem;
    }

    .price__section {
        max-width: 100%;
        margin: 0 auto 6rem;
    }
    .price__section.--option {
        margin-top: 7rem;
    }

    .price__heading {
        align-items: center;
        margin-bottom: 1.6rem;
        font-size: 2rem;
    }

    .price__iIcon {
        width: 2.4rem;
        margin-right: 0.6rem;
    }

    .price__table {
        max-width: 100%;
    }

    .price__table tr {
        display: block;
        margin-bottom: 1.5rem;
        border: 1px solid #999;
        border-bottom: none;
    }

    .price__th,
    .price__td {
        display: block;
        border: none;
        border-bottom: 1px solid #999;
        font-size: 1.5rem;
    }

    .price__th {
        text-align: center;
    }

    .price__section.--type .price__th {
        padding: 1.4rem 1rem 1.4rem;
        border-left: 0.5rem solid;
    }

    .price__section.--option .price__th {
        padding: 1.4rem 1rem 1.4rem;
    }

    .price__td {
        width: 100%;
    }

    .price__td.--price {
        text-align: center;
    }
}
