@charset "utf-8";
/* CSS Document */

.contentTitle {
    color: var(--mainColor);
}

/* totalPrice
-------------------------------------------------- */
.totalPrice {
}
.totalPrice .totalPriceList {
}
.totalPrice .totalPriceListItem {
    display: flex;
    font-family: var(--fontEn);
    border-bottom: 2px solid var(--mainColor);
}
.totalPrice .totalPrice_course,
.totalPrice .totalPrice_price {
    color: var(--mainColor);
}
.totalPrice .totalPrice_course {
}
.totalPrice .totalPrice_course:after {
    content: "min";
}
.totalPrice .totalPrice_price {
}
.totalPrice .totalPrice_price:before {
    content: "入浴料";
    font-family: var(--fontJp);
}
.totalPrice .totalPrice_price:after {
    content: "yen";
}
.totalPrice .totalPriceTxt {
    font-family: 'Josefin Sans', 'Kiwi Maru', serif;
    color: var(--textColor);
    text-align: center;
}

/* otherPrice
-------------------------------------------------- */
.otherPrice {
}
.otherPrice .otherPriceList {
    color: var(--mainColor);
}
.otherPrice .otherPriceListItem {
    font-family: 'Josefin Sans', 'Kiwi Maru', serif;
}
.otherPrice .otherPriceListItem:nth-last-child(1),
.otherPrice .otherPriceListItem:nth-last-child(2):nth-child(2n+1) {
    border-bottom: none;
}
.otherPrice .otherPriceInn {
}
.otherPrice .otherPrice_title,
.otherPrice .otherPrice_price {
}
.otherPrice .otherPrice_title {
}
.otherPrice .otherPrice_title small {
}
.otherPrice .otherPrice_price:after {
    content: "yen";
}
.otherPrice .otherPriceTxt {
    font-family: 'Josefin Sans', 'Kiwi Maru', serif;
    color: var(--textColor);
    text-align: center;
}

/* rule
-------------------------------------------------- */
.rule {
    font-family: 'Josefin Sans', 'Kiwi Maru', serif;
}
.rule .ruleList {
}
.rule .ruleListItem {
    color: var(--textColor);
}
.rule .ruleListItem:before {
    content: "・";
}


@media screen and (min-width: 768px) {

    .content {
        margin-bottom: 50px;
    }
    .contentTitle {
        font-size: 52px;
        margin-bottom: 10px;
    }

    /* totalPrice
    -------------------------------------------------- */
    .totalPrice .totalPriceList {
        background: rgba(255,255,255,0.5);
        border: 1px solid #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        margin-bottom: 10px;
        padding: 40px;
    }
    .totalPrice .totalPriceListItem {
        padding-top: 40px;
        padding-bottom: 5px;
    }
    .totalPrice .totalPriceListItem:first-child {
        padding-top: 0;
    }
    .totalPrice .totalPrice_course,
    .totalPrice .totalPrice_price {
        font-size: 72px;
        line-height: 1.0;
        text-align: center;
    }
    .totalPrice .totalPrice_course {
        width: 40%;
    }
    .totalPrice .totalPrice_price {
        width: 60%;
    }
    .totalPrice .totalPrice_price:before {
        font-size: 34px;
        margin-right: 10px;
    }
    .totalPrice .totalPrice_course:after,
    .totalPrice .totalPrice_price:after {
        font-size: 42px;
        margin-left: 3px;
    }
    .totalPrice .totalPriceTxt {
        font-size: 20px;
    }

    /* otherPrice
    -------------------------------------------------- */
    .otherPrice .otherPriceList {
        display: flex;
        flex-wrap: wrap;
        background: rgba(255,255,255,0.5);
        border: 1px solid #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        margin-bottom: 10px;
        padding: 20px 40px;
    }
    .otherPrice .otherPriceListItem {
        width: 50%;
        border-bottom: 2px solid var(--mainColor);
    }
    .otherPrice .otherPriceListItem:nth-child(2n+1) {
        border-right: 2px solid var(--mainColor);
    }
    .otherPrice .otherPriceInn {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }
    .otherPrice .otherPrice_title {
        width: 50%;
        font-size: 32px;
        text-align: center;
    }
    .otherPrice .otherPrice_title small {
    }
    .otherPrice .otherPrice_price {
        width: 50%;
        font-size: 52px;
        text-align: center;
    }
    .otherPrice .otherPrice_price:after {
        font-size: 32px;
        margin-left: 3px;
    }
    .otherPrice .otherPriceTxt {
        font-size: 20px;
    }

    /* rule
    -------------------------------------------------- */
    .rule {
    }
    .rule .ruleList {
        background: rgba(255,255,255,0.5);
        border: 1px solid #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        padding: 20px 40px;
    }
    .rule .ruleListItem {
        font-size: 20px;
        text-indent: -1.2em;
        margin-bottom: 10px;
        padding-left: 1em;
    }
    .rule .ruleListItem:last-child {
        margin-bottom: 0;
    }
}

@media all and (max-width: 767px) {

    .contentTitle {
        font-size: 6.67vw;
        margin-bottom: 1.5vw;
    }

    /* totalPrice
    -------------------------------------------------- */
    .totalPrice {
        margin-bottom: 5vw;
    }
    .totalPrice .totalPriceList {
        background: rgba(255,255,255,0.5);
        border: 3px solid var(--secondaryColor06);
        margin: 0 1vw;
        padding: 4vw;
    }
    .totalPrice .totalPriceListItem {
        padding-top: 6.5vw;
        padding-bottom: 0.5vw;
    }
    .totalPrice .totalPriceListItem:first-child {
        padding-top: 0;
    }
    .totalPrice .totalPrice_course,
    .totalPrice .totalPrice_price {
        font-size: 8.0vw;
        font-weight: 700;
        line-height: 1.0;
        text-align: center;
    }
    .totalPrice .totalPrice_course {
        width: 40%;
    }
    .totalPrice .totalPrice_price {
        width: 60%;
    }
    .totalPrice .totalPrice_price:before {
        font-size: 3.75vw;
        margin-right: 1.5vw;
    }
    .totalPrice .totalPrice_course:after,
    .totalPrice .totalPrice_price:after {
        font-size: 6.5vw;
        font-weight: normal;
        margin-left: 0.25vw;
    }
    .totalPrice .totalPriceTxt {
        font-size: 3.25vw;
    }

    /* otherPrice
    -------------------------------------------------- */
    .otherPrice {
        margin-bottom: 5vw;
    }
    .otherPrice .otherPriceList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: rgba(255,255,255,0.5);
        border: 3px solid var(--secondaryColor06);
        margin: 0 1vw;
        padding: 1.5vw 4vw;
    }
    .otherPrice .otherPriceListItem {
        width: 50%;
        border-bottom: 1px solid var(--mainColor);
        padding: 1vw;
    }
    .otherPrice .otherPriceInn {
        padding: 1.25vw 3vw;
    }
    .otherPrice .otherPriceListItem:nth-child(2n+1) .otherPriceInn {
        border-right: 1px solid var(--mainColor);
    }
    .otherPrice .otherPrice_title {
        font-size: 3.75vw;
    }
    .otherPrice .otherPrice_title small {
    }
    .otherPrice .otherPrice_price {
        font-size: 6.0vw;
        font-weight: 700;
        padding-left: 0.5vw;
    }
    .otherPrice .otherPrice_price:after {
        font-size: 4.75vw;
        font-weight: normal;
        margin-left: 0.25vw;
    }
    .otherPrice .otherPriceTxt {
        font-size: 3.25vw;
    }

    /* rule
    -------------------------------------------------- */
    .rule {
    }
    .rule .ruleList {
        background: rgba(255,255,255,0.5);
        border: 3px solid rgba(0,0,0,0.2);
        margin: 0 1vw;
        padding: 2vw 4vw;
    }
    .rule .ruleListItem {
        font-size: 3.33vw;
        text-indent: -1.2em;
        margin-bottom: 1.0vw;
        padding-left: 1em;
    }
    .rule .ruleListItem:last-child {
        margin-bottom: 0;
    }
}
