@charset "utf-8";

.BrSp {
    display: none;
}

.priceTtl {
    background-color: #FFF6F9;
    position: relative;
    line-height: 1.4;
    padding:0.25em 1em;
    display: inline-block;
    padding: 10px 0;
    width: 95%;
    margin-bottom: 10px;
    margin-top: 20px;
}
.priceTtl:before,.priceTtl:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.priceTtl:before {
  border-left: solid 2px #FC6590;
  border-top: solid 2px #FC6590;
  top:0;
  left: 0;
}
.priceTtl:after {
  border-right: solid 2px #FC6590;
  border-bottom: solid 2px #FC6590;
  bottom:0;
  right: 0;
}

.priceTtl01 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.priceTtl02 {
    font-size: 22px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.priceImg {
    margin-bottom: 30px;
    width: 90%;
}

.priceAttention {
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
}

.recommend-head {
    border-top: 5px solid #EBDB9B;
    border-bottom: 5px solid #EBDB9B;
}
.recommend-head img {
    width: 50%;
    padding: 15px 0;
    margin: 0 auto;
    display: block;
}

.b-priceTopContainer {
    background: center/cover url(../../images/stella-m22-photofacial/lp1/b-priceTopContainerBack.jpg);
    background-repeat: no-repeat;
    padding: 50px 0;
}
.b-priceTopP01 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.b-priceTopP01 span {
    background:linear-gradient(transparent 80%, #FDB5CA 80%);
}
.b-priceTopP02 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.b-priceTopP02 span {
    font-size: 23px;
    background:linear-gradient(transparent 70%, #FDB5CA 70%);
}
.c-btnContainer {
    display: flex;
    width: 700px;
    margin: 0 auto 20px;
    justify-content: space-between;
}
.c-btnContainer a {
    width: 345px;
}
.b-priceTopP03 {
    font-size: 18px;
    text-align: center;
}
.b-limited02 {
    width: 732px;
    margin: 25px auto;
}


@media only screen and (max-width:768px) {
    .BrSp {
        display: block;
    }
    .visual-price02Center {
        text-align: center;
    }
    
    .priceTtl {
        margin-top: 0;
    }
    .priceTtl01 {
        font-size: 15px;
    }
    .priceTtl02 {
        font-size: 18px;
    }
    .priceAttention {
        font-size: 13px;
    }

    .recommend-head img {
        width: 90%;
    }

    .b-limited02 {
        width: 90%;
        margin: 25px auto;
    }
    .b-limited02 .priceTtl {
        width: 100%;
    }
    .b-limited02 .priceImg {
        width: 100%;
    }

    .c-btnContainer {
        display: block;
        width: 90%;
        /* margin: 0 auto 20px;
        justify-content: space-between; */
    }
    .c-btnContainer a {
        width: 100%;
    }

    .b-priceTopP02 span {
        letter-spacing: 0.005em;
    }
}