.mv {
    line-height: 0;
}

.bg-pink {
    background: #fff8f8;
}
.price {
    padding: 45px 0;
}
.price-inner {
    margin: 0 auto;
    width: 92%;
}
.price-head {
    margin: 0 0 20px;
    text-align: center;
}
.price-head h2 {
    font-size: 7vw;
    font-weight: bold;
}
.price-head h2 span {
    display: block;
    font-size: 4vw;
    font-weight: 500;
}
.price-image,
.price-text {
    margin: 0 0 45px;
}
.price-text {
    text-align: center;
}
.price-text p {
    color: #333;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 2em;
}
.reserve-main__btn a {
    background: #fd7978;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
    color: #fff;
    display: block;
    font-size: 4.5vw;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .price-head h2 {
        font-size: 36px;
    }
    .price-head h2 span {
        font-size: 24px;
    }
    .price-text p,
    .reserve-main__btn a {
        font-size: 20px;
    }
}

.worries {
    padding: 50px 0;
}
.worries-inner {
    margin: 0 auto;
    width: 82%;
}

.contents {
    padding: 45px 0;
}
.contents-inner {
    margin: 0 auto;
    width: 92%;
}
.contents-head {
    margin: 0 0 35px;
    padding: 25px;
    position: relative;
    text-align: center;
}
.contents-head::before,
.contents-head::after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50px;
}
.contents-head::before {
    background-image: url(../images/kakko-left.svg);
    left: 0;
}
.contents-head::after {
    background-image: url(../images/kakko-right.svg);
    right: 0;
}
.contents-head h2 {
    color: #333;
    font-size: 5vw;
    font-weight: bold;
}
.contents-head h2 span {
    color: #fd7978;
    display: block;
    font-size: 7vw;
}
.contents-head h2 span.no-block {
    display: inline;
}
@media screen and (min-width: 568px) {
    .contents-head h2 {
        font-size: 30px;
    }
    .contents-head h2 span {
        font-size: 32px;
    }
}

/* before after */
.ba-list li:not(:last-child) {
    margin-bottom: 15px;
}

/* reason */
.reason-list__item:not(:last-child) {
    margin: 0 0 35px;
}
.balloon {
    background: #ffa0a2;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 4.5vw;
    margin: 0 0 5px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    width: 100%;
}
.balloon:before {
    border: 15px solid transparent;
    border-top: 15px solid #ffa0a2;
    content: "";
    margin-left: -15px;
    position: absolute;
    top: 100%;
    left: 50%;
}
.reason-list__item p {
    font-size: 3.8vw;
    line-height: 2em;
}
@media screen and (min-width: 768px) {
    .balloon {
        font-size: 20px;
    }
    .reason-list__item p {
        font-size: 16px;
    }
}

.point {
    padding: 45px 0;
}
.point-inner {
    margin: 0 auto;
    width: 92%;
}

.voice-list__item {
    background: #fff;
    margin: 0 auto;
    padding: 35px;
}
.voice-list__item:not(:last-child) {
    margin: 0 0 25px;
}
.voice-item__head {
    border-bottom: 3px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 25px;
    padding: 0 0 25px;
}
.voice-icon {
    margin-right: 10px;
    width: 25%;
}
.voice-head__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: calc(75% - 10px);
}
.voice-tag {
    background: #ffa0a2;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.2vw;
    font-weight: bold;
    padding: 0px 15px;
    text-align: center;
    width: 40%;
}
.voice-tag span {
    font-size: 3.5vw;
}
.voice-name {
    font-size: 3.2vw;
    font-weight: 500;
    width: 58%;
}
.voice-ttl {
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.5em;
    margin: 10px 0 0;
    width: 100%;
}
.voice-body {
    font-size: 3.9vw;
    font-weight: 500;
    line-height: 2em;
}
@media screen and (min-width: 768px) {
    .voice-tag {
        font-size: 16px;
    }
    .voice-tag span {
        font-size: 18px;
    }
    .voice-name {
        font-size: 16px;
    }
    .voice-ttl {
        font-size: 16px; 
    }
    .voice-body {
        font-size: 16px;
    }
}
@media screen and (max-width: 468px) {
    .voice-list__item {
        padding: 20px;
    }
}

.instagram {
    background: url(../images/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.instagram-head {
    margin: 0 0 20px;
}

.flow-list {
    background: #fff;
    margin: 0 0 45px;
    padding: 50px;
}
.flow-list__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.flow-list__item:not(:last-child) {
    margin: 0 0 35px;
}
.flow-image {
    margin-right: 20px;
    position: relative;
    width: 30%;
}
.flow-image .flow-num {
    background: #fd7978;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    height: 50px;
    position: absolute;
    left: -25px;
    top: -25px;
    width: 50px;
}
.flow-text {
    width: calc(70% - 20px);
}
.flow-text h3 {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.5em;
}
.flow-text p {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 2em;
}
@media screen and (min-width: 768px) {
    .flow-image .flow-num {
        font-size: 31px;
    }
    .flow-text h3 {
        font-size: 18px;
    }
    .flow-text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 568px) {
    .flow-list {
        padding: 25px;
    }
}
@media screen and (max-width: 468px) {
    .flow-list {
        padding: 15px;
    }
}

.shop {
    padding: 45px 0;
}
.shop-inner {
    margin: 0 auto;
    width: 92%;
}
.shop-head {
    margin: 0 0 25px;
    text-align: center;
}
.shop-head h2 {
    color: #333;
    font-size: 8vw;
    font-weight: bold;
    letter-spacing: 2px;
}
.shop-head h2::before {
    background: url(../images/shop.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 90px;
    margin: 0 auto 10px;
    width: 100px;
}

.shop-table {
    border-collapse: collapse;
    width: 100%;
}
.shop-table tr:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.shop-table tr th,
.shop-table tr td {
    font-size: 3.2vw;
    font-weight: 500;
}
.shop-table tr th {
    background: #fd7978;
    color: #fff;
    padding: 15px 10px;
    vertical-align: middle;
    width: 35%;
}
.shop-table tr th.v-top {
    vertical-align: top;
}
.shop-table tr td {
    background: #f2f2f2;
    padding: 15px 10px;
    width: 65%;
}
.shop-table tr td span {
    display: block;
    font-size: 2.4vw;
}
.shop-table tr td .map iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    margin: 10px 0 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .shop-head h2 {
        font-size: 36px;
    }
    .shop-table tr th,
    .shop-table tr td {
        font-size: 16px;
    }
    .shop-table tr td span {
        font-size: 12px;
    }
}
@media screen and (max-width: 568px) {
    .shop-head h2::before {
        height: 50px;
    }
}

/* faq */
.faq {
    padding: 45px 0;
}
.faq-inner {
    margin: 0 auto;
    width: 92%;
}
.faq-head {
    margin: 0 0 35px;
    text-align: center;
}
.faq-head::before {
    background: url(../images/faq-ttl.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 92px;
    margin: 0 auto 25px;
    width: 130px;
}
.faq-head h2 {
    color: #1d324d;
    font-size: 8vw;
    letter-spacing: 2px;
}
.faq-head h2 span {
    color: #fd7978;
}
.faq-item:not(:last-child) {
    margin-bottom: 25px;
}
.faq-item dt {
    background: #fd7978;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
}
.faq-item dt .q-icon {
    width: 45px;
}
.faq-item dt p {
    color: #fff;
    font-size: 3.8vw;
    font-weight: bold;
    padding-left: 10px;
    text-align: left;
    width: calc(100% - 90px);
}
.faq-item dt .plus {
    width: 25px;
}
.faq-item dd {
    border: 3px solid #fd7978;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35);
    display: none;
    padding: 15px;
}
.faq-item dd p {
    color: #333;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.8em;
}
.faq-item dd p::before {
    content: "A:";
    font-size: 3.6vw;
}
@media (min-width: 768px) {
    .faq-head h2 {
        font-size: 36px;
    }
    .faq-item dt p {
        font-size: 18px;
    }
    .faq-item dd p {
        font-size: 16px;
    }
    .faq-item dd p::before {
        font-size: 22px;
    }
    .faq-item dd {
        padding: 25px;
    }
}

/* ----- 共通 ----- */

.talk {
margin: 15px 15px 25px;
}

.talk figure img {
width: 100%;
height: 100%;
border: 2px solid #FD7878;
border-radius: 50%;
margin: 0;
}

/* 画像の下のテキスト */
.talk-imgname {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}

p.talk-text {
margin: 0 0 8px;
font-size: 14px;
}

p.talk-text:last-child {
margin-bottom: 0px;
}

/* 回り込み解除 */
.talk:after,.talk:before {
clear: both;
content: "";
display: block;
}

/* ----- 右の場合 ----- */

/* 右画像 */
.talk-Rimg {
margin-right: 4px;
margin-top: -1px;
float: right;
width: 60px;
height: 60px;
}

/* 右からの吹き出しテキスト */
.talk-Rtxt {
position: relative;
margin-right: 80px;
padding: 0.6em;
border: 3px solid #FD7878;
background-color: #FFDCDC;
border-radius: 5px;
}

/* 右の三角形を作る */
.talk-Rtxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #FD7878;
top: 15px;
right: -23px;
}

.talk-Rtxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #FFDCDC;
top: 15px;
right: -19px;
}