@charset "UTF-8";

.m-store-detail__header {
    background-color: #FFF6B4;
}

.m-store-detail__header-nav,
.m-store-detail__data,
.m-store-detail__feature,
dt {
	background-color: #fffce7;
}
.m-store-bottom-nav a {
	background-color: #FFF6B4;
}
.m-store-bottom-nav a:hover {
	color: var(--c-link);
}
.m-kuchikomi-type2__data {
	background-color: #fffce7;
}
.m-store-recruit__body dt {
	background-color: #EEEEEE;
}
.m-pricesystem-type2,
#js-imasuguApp,
.m-therapist-type6,
.m-store-flow__body,
.m-recruit__box
 {
    background-color: #fffce7;
}
.m-store-flow__header,
.m-store-flow__inn,
.m-recruit__box h3
 {
    background-color: #FFF6B4;
}
.m-store-flow__inn-body-type2 {
	border: 2px solid #FFF6B4;
}
.m-store-recruit__body {
    background-color: #fffce7;
}
.m-store-recruit__body dt {
    background-color: #FFF6B4;
}
.m-therapist-type11__img
 {
    background-color: #fffce7;
}
.m-therapist-type11__speek-icon {
    background-color: #fce8ec;
}
.m-reserve-dateselect {
    background-color: #fffce7;
}
.m-reserve-course__block {
    background-color: #fffce7;
}

.m-reserve-course__box {
    border: 2px solid #FFF6B4;
}

@media screen and (max-width: 767px) {
    .m-store-detail__header {
        background-color: #12cf57;
        color: #fff;
    }
    .m-store-detail__header-p__menu span {
        background-color: #fff;
    }
    .m-store-detail__header-nav .u-snav ul li a {
        color: #111;
    }
    .m-store-detail__header-p__menu .u-active {
        background-color: #085a26;
    }
}