@charset "utf-8";

.common-title.type01 {
    background-color: #e7dff5;
}

.common-title.type01 .sub {
    color: #a573fe;
}
.common-title.type01 .main {
    color: #000;
}

.option-desc-text {
    margin-top: 3rem;
    line-height: 1.7;
}

.hp-bold-text {
    font-weight: 600;
    font-size: 2rem;
}

.main {
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .pcc-photo {
        text-align: center;
    }
}

.old-price-box {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.old-price {
    font-size: 2.8rem;
    text-decoration: line-through;
}
.old-price-desc {
}
.new-price-title {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    display: block;
    margin-left: 4rem;
    padding: 0 5px;
    margin-top: 2rem;
}

.new-price-title::before,
.new-price-title::after {
    content: "";
    width: 2px;
    height: 120%;
    background: #000;
    position: absolute;
    top: 0;
}
.new-price-title::before {
    left: -5px;
    transform: rotate(-45deg);
}
.new-price-title::after {
    right: -5px;
    transform: rotate(45deg);
}

.class-area.price .list .price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

@media screen and (max-width: 767px) {
    .class-area.schedule .common-text.type01 {
        line-height: 1.6;
    }

    .old-price-box {
        text-align: center;
    }

    .new-price-title {
        margin-left: 0;
    }
    .class-area.price .list .price-box {
        align-items: center;
    }
}

.keyvisual-text-set {
    padding-bottom: 1rem;
}

.set-photo img {
    height: 47.8rem !important;
}

.balloon-box {
    position: relative;
    margin-bottom: 2.7rem;
    top: 1rem;
}

@media screen and (max-width: 767px) {
    .balloon-box {
        top: 0;
        margin-bottom: 1.5rem;
    }
}

.balloon-box .balloon-text {
    position: relative;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0.8rem 3.2rem 1.1rem;
    font-weight: bold;
    font-size: 1.9rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: red;
    border: 0.2rem solid #48a0e0;
    border-radius: 3.6rem;
    background: #fff;

    /* .date {
      color: #000;
    } */
}

@media screen and (max-width: 767px) {
    .balloon-box .balloon-text {
        padding: 0.5rem 1rem;
        min-width: 10rem;
        font-size: 1.6rem;
    }
}

.balloon-box .balloon-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 1.9rem;
    height: 1.4rem;
    transform: translateX(-50%);
    background: url(../../img/training/balloon_bg02.png) no-repeat 0 0 / 100% auto;
}
