@charset "UTF-8";
.m-kuchikomi-type1 {
  background-color: var(--bg-gray1);
  border: 1px solid var(--bg-gray2);
  margin-bottom: var(--p-small);
}
.m-kuchikomi-type1:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-kuchikomi-type1:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1 {
    margin-bottom: 40px;
  }
}
.m-kuchikomi-type1__inn {
  padding: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__inn {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 20px;
  }
}
.m-kuchikomi-type1__box {
  margin-bottom: var(--p-small);
  padding-bottom: var(--p-small);
  border-bottom: 1px solid var(--bg-gray2);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__box {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.m-kuchikomi-type1__data {
  display: flex;
}
.m-kuchikomi-type1__data-img {
  min-width: 84px;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__data-img {
    min-width: 100px;
    width: 100px;
    flex: 1;
  }
}
.m-kuchikomi-type1__data-spec {
  margin-left: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__data-spec {
    min-width: 175px;
    margin-left: 20px;
  }
}
.m-kuchikomi-type1__data-time {
  font-size: var(--f-xsmall);
  margin-bottom: 1em;
}
.m-kuchikomi-type1__data-time time {
  font-size: var(--f-xsmall);
}
.m-kuchikomi-type1__data-name {
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.3em;
}
.m-kuchikomi-type1__data-size {
  font-size: var(--f-small);
  margin-bottom: 1em;
}
.m-kuchikomi-type1__data-count {
  background: url("/themes/custom/k1est/assets/img/icon-fukidashi.svg") no-repeat;
  background-position: left center;
  margin-bottom: 0.3em;
  padding-left: 1.5em;
}
.m-kuchikomi-type1__data-star {
  display: flex;
}
.m-kuchikomi-type1__post {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__post {
    margin-left: 65px;
  }
}
.m-kuchikomi-type1__post-body {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__post-body {
    -webkit-line-clamp: 5;
  }
}
.m-kuchikomi-type1__post::after {
  position: absolute;
  display: block;
  height: calc(100% - 30px);
  content: "";
  width: 1px;
  background-color: var(--bg-gray2);
  left: -40px;
  top: 15px;
}
.m-kuchikomi-type1__post_more {
  margin-top: auto;
}
.m-kuchikomi-type1__store {
  background-color: var(--bg-gray2);
  padding: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__store {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__store-name {
    display: inline-block;
    margin-right: 1em;
  }
}
.m-kuchikomi-type1__store-text {
  font-size: var(--f-xsmall);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__store-text {
    font-size: var(--f-small);
    display: inline-block;
  }
}

.star-rating {
  position: relative;
  margin-left: 0.5em;
  font-size: 14px;
}
.star-rating::before, .star-rating::after {
  content: "★★★★★";
  color: #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
}
.star-rating::after {
  color: #E6CD26;
  overflow: hidden;
}

.star-rating[data-rate="0"]::after {
  width: 0px;
}

.star-rating[data-rate="0.25"]::after {
  width: 3.5px;
}

.star-rating[data-rate="0.5"]::after {
  width: 7px;
}

.star-rating[data-rate="0.75"]::after {
  width: 10.5px;
}

.star-rating[data-rate="1"]::after {
  width: 14px;
}

.star-rating[data-rate="1.25"]::after {
  width: 17.5px;
}

.star-rating[data-rate="1.5"]::after {
  width: 21px;
}

.star-rating[data-rate="1.75"]::after {
  width: 24.5px;
}

.star-rating[data-rate="2"]::after {
  width: 28px;
}

.star-rating[data-rate="2.25"]::after {
  width: 31.5px;
}

.star-rating[data-rate="2.5"]::after {
  width: 35px;
}

.star-rating[data-rate="2.75"]::after {
  width: 38.5px;
}

.star-rating[data-rate="3"]::after {
  width: 42px;
}

.star-rating[data-rate="3.25"]::after {
  width: 45.5px;
}

.star-rating[data-rate="3.5"]::after {
  width: 49px;
}

.star-rating[data-rate="3.75"]::after {
  width: 52.5px;
}

.star-rating[data-rate="4"]::after {
  width: 56px;
}

.m-kuchikomi-type2 {
  border-top: 1px solid var(--bg-gray2);
  border-bottom: 1px solid var(--bg-gray2);
  margin-bottom: var(--p-small);
}
@media screen and (max-width: 767px) {
  .m-kuchikomi-type2 {
    min-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2 {
    margin-bottom: 40px;
  }
  .m-kuchikomi-type2:last-child {
    margin-bottom: 0;
  }
}
.m-kuchikomi-type2__inn {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: max-content 1fr;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__inn {
    grid-template-columns: 192px 1fr;
  }
}
.m-kuchikomi-type2__img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__img {
    grid-row: 1/3;
    width: 192px;
  }
}
.m-kuchikomi-type2__data {
  position: relative;
  background-color: var(--bg-gray2);
  padding: var(--p-small);
}
.m-kuchikomi-type2__data-time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: var(--f-xsmall);
  margin-bottom: 1em;
  color: #fff;
  background-color: #222;
  padding: 0.2em 0.5em;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__data-time {
    font-size: var(--f-small);
  }
}
.m-kuchikomi-type2__data-name {
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.3em;
}
.m-kuchikomi-type2__data-size {
  font-size: var(--f-small);
  margin-bottom: 0.5em;
}
.m-kuchikomi-type2__data-star {
  display: flex;
}
.m-kuchikomi-type2__post {
  position: relative;
  grid-column: 1/3;
  padding: 0.5em 0;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__post {
    padding: var(--p-small);
    padding-bottom: 0;
    grid-column: 2/3;
  }
}
.m-kuchikomi-type2__post-body {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__post-body {
    -webkit-line-clamp: 4;
  }
}
.m-kuchikomi-type2__post .u-btn__wrap-more {
  display: none;
}

.m-kuchikomi-type3 {
  border-top: 1px solid var(--bg-gray2);
  border-bottom: 1px solid var(--bg-gray2);
  margin-bottom: var(--p-small);
}
@media screen and (max-width: 767px) {
  .m-kuchikomi-type3 {
    min-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type3 {
    margin-bottom: 40px;
  }
  .m-kuchikomi-type3:last-child {
    margin-bottom: 0;
  }
}
.m-kuchikomi-type3__data {
  position: relative;
  background-color: var(--bg-gray2);
  padding: var(--p-small);
}
.m-kuchikomi-type3__data-time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: var(--f-xsmall);
  margin-bottom: 1em;
  color: #fff;
  background-color: #222;
  padding: 0.2em 0.5em;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type3__data-time {
    font-size: var(--f-small);
  }
}
.m-kuchikomi-type3__data-star {
  font-size: var(--f-medium);
  display: flex;
  gap: 10px;
}
.m-kuchikomi-type3__post {
  position: relative;
  padding: 0.5em 0;
}
.m-kuchikomi-type3__post-body {
  font-size: var(--f-medium);
}
.m-kuchikomi-type3__post-date {
  text-align: right;
  font-size: var(--f-medium);
  color: #7A7A7A;
}

.star-rating {
  position: relative;
  margin-left: 0.5em;
  font-size: 14px;
}
.star-rating::before, .star-rating::after {
  content: "★★★★★";
  color: #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
}
.star-rating::after {
  color: #E6CD26;
  overflow: hidden;
}

.star-rating[data-rate="0"]::after {
  width: 0px;
}

.star-rating[data-rate="0.25"]::after {
  width: 3.5px;
}

.star-rating[data-rate="0.5"]::after {
  width: 7px;
}

.star-rating[data-rate="0.75"]::after {
  width: 10.5px;
}

.star-rating[data-rate="1"]::after {
  width: 14px;
}

.star-rating[data-rate="1.25"]::after {
  width: 17.5px;
}

.star-rating[data-rate="1.5"]::after {
  width: 21px;
}

.star-rating[data-rate="1.75"]::after {
  width: 24.5px;
}

.star-rating[data-rate="2"]::after {
  width: 28px;
}

.star-rating[data-rate="2.25"]::after {
  width: 31.5px;
}

.star-rating[data-rate="2.5"]::after {
  width: 35px;
}

.star-rating[data-rate="2.75"]::after {
  width: 38.5px;
}

.star-rating[data-rate="3"]::after {
  width: 42px;
}

.star-rating[data-rate="3.25"]::after {
  width: 45.5px;
}

.star-rating[data-rate="3.5"]::after {
  width: 49px;
}

.star-rating[data-rate="3.75"]::after {
  width: 52.5px;
}

.star-rating[data-rate="4"]::after {
  width: 56px;
}

@media screen and (max-width: 767px) {
  .review-list .search-items .search-item-wrapper {
    display: block;
    border: none;
    margin-left: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .review-list .u-page-result {
    text-align: center;
    margin: auto;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .review-list .u-page-result {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all {
    grid-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1 .u-hover-opacity {
    display: grid;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__inn {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 12px;
    height: min-content;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__post {
    margin-left: 0px;
    border-top: 1px solid var(--bg-gray2);
    padding-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__post-body {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__post::after {
    width: 0px;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__store {
    height: fit-content;
    margin-top: auto;
    padding: 10px 16px;
  }
}

@media screen and (min-width: 768px) {
  .m-recommend-store {
    max-width: 1080px;
  }
  .m-recommend-store a {
    display: block;
    width: 1000px;
    margin: 0 40px;
  }
}
.m-recommend-store__data {
  padding: 10px 0;
  background-color: var(--bg-gray1);
}
.m-recommend-store__name {
  text-align: center;
  color: var(--c-link);
  font-size: var(--f-large);
}
.m-recommend-store__text {
  text-align: center;
  font-size: var(--f-small);
}

.m-store-status {
  width: 9em;
}
.m-store-status__1 {
  background-color: #60A5FA;
}
.m-store-status__2 {
  background-color: #34D399;
}
.m-store-status__3 {
  background-color: #E8C500;
}
.m-store-status__4 {
  background-color: #FB7185;
}

.m-store-type1 {
  margin-bottom: 20px;
  border-bottom: solid 1px #9D9D9D;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m-store-type1 {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.m-store-type1__header {
  background-color: var(--bg-gray1);
  display: flex;
  justify-content: space-between;
}
.m-store-type1__header-inn {
  padding: var(--p-small);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-store-type1__header-inn {
    padding: 10px 15px;
  }
}
.m-store-type1__header-inn.ranking {
  display: grid;
  grid-template-columns: 60px 1fr;
  padding: 0;
}
.m-store-type1__header-no {
  background-image: url(/themes/custom/k1est/assets/img/icon-ranking.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 19px 26px;
  background-color: #8E8E8E;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .m-store-type1__header-no {
    background-position: left 15px center;
    padding-left: 35px;
  }
}
.m-store-type1__header-no_1 {
  background-color: var(--c-rank-1-no);
}
.m-store-type1__header-no_2 {
  background-color: var(--c-rank-2-no);
}
.m-store-type1__header-no_3 {
  background-color: var(--c-rank-3-no);
}
.m-store-type1__header-store {
  font-weight: bold;
  color: var(--c-link);
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .m-store-type1__header-store {
    font-size: 20px;
  }
}
.m-store-type1__header-store.ranking {
  padding: 10px;
}
.m-store-type1__header-text {
  font-size: var(--f-medium);
  color: var(--c-storesub);
}
.m-store-type1__header-text a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .m-store-type1__header-text {
    font-size: var(--f-small);
  }
}
.m-store-type1__header-message {
  background-color: #FFFFFF;
  width: 100%;
  color: var(--c-red);
  padding: 5px 0;
  font-size: var(--f-small);
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .m-store-type1__header-message {
    font-size: var(--f-medium);
  }
}
.m-store-type1__therapist {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-store-type1__therapist {
    width: 360px;
  }
  .m-store-type1__therapist > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
  }
}
.m-store-type1__therapist__item {
  width: 33.33333%;
}
@media screen and (min-width: 768px) {
  .m-store-type1__therapist__item {
    width: 120px;
    height: 160px !important;
  }
}
@media screen and (min-width: 768px) {
  .m-store-type1__body {
    display: grid;
    grid-template-columns: 360px 1fr;
    background-color: var(--bg-gray1);
  }
  .m-store-type1__body-sub {
    margin-bottom: 20px;
  }
}
.m-store-type1__body-enrolled {
  background-color: #fff;
  padding: 5px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .m-store-type1__body-enrolled {
    border: 1px solid #DCDCDC;
    margin: var(--p-small) var(--p-small) 0 var(--p-small);
    padding: 5px;
    border-radius: 10px;
  }
}
.m-store-type1__body-enrolled__label {
  border: 1px solid var(--c-red);
  color: var(--c-red);
  padding: 3px 5px;
  font-size: 12px;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .m-store-type1__body-enrolled__label {
    padding: 5px 10px;
    border-radius: 5px;
  }
}
.m-store-type1__body-enrolled__text b {
  color: var(--c-red);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .m-store-type1__body-enrolled__text b {
    font-size: 18px;
  }
}
.m-store-type1__body-enrolled__text b.large {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .m-store-type1__body-enrolled__text b.large {
    font-size: 18px;
  }
}
.m-store-type1__body-data {
  position: relative;
  background-color: var(--bg-gray1);
  font-size: 16px;
  color: #544F3F;
  padding: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-store-type1__body-data {
    padding: 10px var(--p-small) 0 var(--p-small);
    font-size: 14px;
  }
  .m-store-type1__body-data .m-coupon-store-type2 {
    max-width: none;
  }
}
.m-store-type1__body-data__p {
  display: block;
  background-size: 20px 20px;
  padding-left: 25px;
  min-height: 20px;
  margin-bottom: 5px;
}
.m-store-type1__body-data__price {
  background-image: url("/themes/custom/k1est/assets/img/icon-price.png");
  background-repeat: no-repeat;
}
.m-store-type1__body-data__kuchikomi {
  background-image: url("/themes/custom/k1est/assets/img/icon-fukidashi.svg");
  background-repeat: no-repeat;
}
.m-store-type1__body-data__kuchikomi .review-avg {
  margin-left: 75px;
}
.m-store-type1__body-data__access {
  background-image: url("/themes/custom/k1est/assets/img/icon-access.png");
  background-repeat: no-repeat;
}
.m-store-type1__body-data__time {
  background-image: url("/themes/custom/k1est/assets/img/icon-time.png");
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .m-store-type1__body-btns {
    padding-top: 15px;
    text-align: center;
  }
  .m-store-type1__body-btns a {
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    width: 80%;
    margin-bottom: 10px;
  }
  .m-store-type1__body-btns a.c-btn__yoyaku {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .m-store-type1__body-btns a.c-btn__tel {
    background-color: #D81045;
    margin-right: 5px;
  }
  .m-store-type1__body-btns-top.two-btns a {
    width: 48% !important;
  }
}
@media screen and (min-width: 768px) {
  .m-store-type1__body-btns {
    padding-top: 0;
    text-align: center;
  }
  .m-store-type1__body-btns-top {
    display: inline-block;
    width: 48%;
    margin-right: 5px;
  }
  .m-store-type1__body-btns-bottom {
    display: inline-block;
    width: 48%;
  }
  .m-store-type1__body-btns a {
    border: 1px solid #D1D5DB;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
    text-align: center;
    padding: 5px;
    width: 100%;
  }
  .m-store-type1__body-btns a.c-btn__yoyaku {
    font-size: var(--f-small);
  }
}
.m-store-type1__status {
  position: absolute;
  right: var(--p-small);
  top: var(--p-small);
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  min-width: 10em;
}
@media screen and (min-width: 768px) {
  .m-store-type1__status {
    top: 10px;
    right: var(--p-small);
    width: 9em;
    border-radius: 10px;
  }
}
.m-store-type1.gold-member .m-store-type1__header {
  background-color: #FBC831;
}
.m-store-type1.gold-member .m-store-type1__body-data {
  background-color: #FBC831;
}
@media screen and (min-width: 768px) {
  .m-store-type1.gold-member .m-store-type1__body-data {
    background-color: #FFFBE9;
  }
}
@media screen and (min-width: 768px) {
  .m-store-type1.gold-member {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .m-store-type1.gold-member .m-store-type1__body-btns {
    padding-top: 15px;
    text-align: center;
  }
  .m-store-type1.gold-member .m-store-type1__body-btns a {
    background-color: #F36817;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    width: 80%;
  }
  .m-store-type1.gold-member .m-store-type1__body-btns a.c-btn__yoyaku {
    background-color: #F82324;
    margin-bottom: 10px;
  }
  .m-store-type1.gold-member .m-store-type1__body-btns a.c-btn__tel {
    background-color: #D81045;
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .m-store-type1.gold-member .m-store-type1__body-btns {
    padding-top: 0;
    text-align: center;
  }
  .m-store-type1.gold-member .m-store-type1__body-btns a {
    background-color: #1F2937;
    border: 1px solid #D1D5DB;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
    text-align: center;
    padding: 5px;
    width: 100%;
  }
  .m-store-type1.gold-member .m-store-type1__body-btns a.c-btn__yoyaku {
    background-color: #F82324;
    font-size: var(--f-small);
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .m-store-type1.gold-member .m-store-type1__body {
    background-color: #FFFBE9;
    border: solid 5px #FBC831;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .m-store-type1.gold-member .m-store-type1__body {
    background-color: #FBC831;
  }
}

.m-store-type2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m-store-type2 {
    margin-bottom: 15px;
  }
}
.m-store-type2__header {
  background-color: #E9E9E9;
  display: flex;
}
.m-store-type2__header-inn {
  padding: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-store-type2__header-inn {
    padding: 10px 15px;
  }
}
.m-store-type2__header-inn.ranking {
  display: grid;
  grid-template-columns: 60px 1fr;
  padding: 0;
}
.m-store-type2__header-close {
  margin: 10px 0px 10px 10px;
}
.m-store-type2__header-close-text {
  padding: 5px 10px;
  border: 2px solid #AEAEAE;
  border-radius: 5px;
  color: #AEAEAE;
  text-transform: uppercase;
  font-size: 12px;
}
.m-store-type2__header-no {
  background-image: url(/themes/custom/k1est/assets/img/icon-ranking.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 19px 26px;
  background-color: #8E8E8E;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .m-store-type2__header-no {
    background-position: left 15px center;
    padding-left: 35px;
  }
}
.m-store-type2__header-no_1 {
  background-color: var(--c-rank-1-no);
}
.m-store-type2__header-no_2 {
  background-color: var(--c-rank-2-no);
}
.m-store-type2__header-no_3 {
  background-color: var(--c-rank-3-no);
}
.m-store-type2__header-store {
  font-weight: bold;
  color: var(--c-link);
}
@media screen and (min-width: 768px) {
  .m-store-type2__header-store {
    font-size: 18px;
  }
}
.m-store-type2__header-store.ranking {
  padding: 10px;
}
.m-store-type2__header-text {
  font-size: var(--f-xsmall);
  color: var(--c-storesub);
}
@media screen and (min-width: 768px) {
  .m-store-type2__header-text {
    font-size: var(--f-small);
  }
}
.m-store-type2__body-data {
  position: relative;
  background-color: var(--bg-gray1);
  font-size: var(--f-medium);
  padding: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-store-type2__body-data {
    display: block;
    font-size: 14px;
  }
}
.m-store-type2__body-data__p {
  display: block;
  background-size: 20px 20px;
  padding-left: 25px;
  min-height: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.m-store-type2__body-data__price {
  background-image: url("/themes/custom/k1est/assets/img/icon-price.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .m-store-type2__body-data__price {
    display: inline-block;
  }
}
.m-store-type2__body-data__time {
  background-image: url("/themes/custom/k1est/assets/img/icon-time.png");
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .m-store-type2__body-data__time {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .m-store-type2__body-btns {
    display: block;
    margin-left: auto;
    text-align: right;
  }
  .m-store-type2__body-btns a {
    width: 190px;
  }
}

.m-store-type3__therapist-item {
  width: 33.3333333%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .m-store-type3__therapist-item {
    width: 50%;
  }
}
.m-store-type3__data {
  background-color: var(--bg-gray1);
  padding: var(--p-small);
}
.m-store-type3__data p {
  display: inline-block;
  background-size: 20px 20px;
  padding-left: 25px;
  font-size: var(--f-small);
  min-height: 20px;
  margin-bottom: 10px;
}
.m-store-type3__data__price {
  background-image: url("/themes/custom/k1est/assets/img/icon-price.png");
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
.m-store-type3__data__time {
  background-image: url("/themes/custom/k1est/assets/img/icon-time.png");
  background-repeat: no-repeat;
}
.m-store-type3__data__btn {
  text-align: center;
}
.m-store-type3__data__btn a {
  width: 50%;
}

.m-store-type4 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m-store-type4 {
    width: 1000px;
    margin: 0 auto 40px auto;
  }
}
.m-store-type4__header {
  background-color: #9E9182;
  text-align: center;
  justify-content: space-between;
}
.m-store-type4__header-inn {
  padding: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-store-type4__header-inn {
    padding: 20px 15px;
  }
}
.m-store-type4__header-store a {
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .m-store-type4__header-store {
    font-size: 20px;
  }
}
.m-store-type4__header-text {
  font-size: var(--f-xsmall);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .m-store-type4__header-text {
    font-size: var(--f-small);
  }
}
.m-store-type4__body {
  background-color: #F5F3EE;
  padding: var(--p-small);
}
.m-store-type4__description {
  margin-bottom: 1em;
}
.m-store-type4__therapist-flex {
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .m-store-type4__box {
    display: flex;
    width: 100%;
    gap: 30px;
  }
  .m-store-type4__box-1 {
    width: 50%;
  }
  .m-store-type4__box-2 {
    width: 50%;
  }
  .m-store-type4__box .m-coupon-type3__body-title {
    font-size: 26px;
  }
  .m-store-type4__box .m-coupon-type3__body-content {
    height: auto;
    padding: 20px 0;
  }
  .m-store-type4__box .m-coupon-type3__body-content__discount {
    font-size: 20px;
  }
  .m-store-type4__box .m-coupon-type3__body-content__discount strong {
    font-size: 38px;
  }
  .m-store-type4__box .m-store-type1__body-data {
    padding: var(--p-small);
    background-color: #fff;
    margin-bottom: 10px;
  }
  .m-store-type4__box .c-btn__small.c-btn__shop {
    width: 100%;
  }
  .m-store-type4__box .c-btn__shop {
    font-size: 18px;
  }
  .m-store-type4__box .c-btn__yoyaku {
    font-size: 18px;
  }
}

.m-store-type5 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m-store-type5 {
    margin-bottom: 0;
  }
}
.m-store-type5__header {
  background-color: var(--bg-gray1);
  display: flex;
  justify-content: space-between;
}
.m-store-type5__header-inn {
  padding: var(--p-small);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-store-type5__header-inn {
    padding: 10px 15px;
  }
}
.m-store-type5__header-store {
  font-weight: bold;
  color: var(--c-link);
}
@media screen and (min-width: 768px) {
  .m-store-type5__header-store {
    font-size: 18px;
  }
}
.m-store-type5__header-text {
  font-size: var(--f-xsmall);
  color: var(--c-storesub);
}
@media screen and (min-width: 768px) {
  .m-store-type5__header-text {
    font-size: var(--f-small);
  }
}
.m-store-type5__body {
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  background-color: var(--bg-gray1);
}
.m-store-type5__body-data {
  position: relative;
  background-color: var(--bg-gray1);
  font-size: var(--f-medium);
  padding: 0 var(--p-small) 0 var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-store-type5__body-data {
    padding: 0 var(--p-small) 0 var(--p-small);
    font-size: var(--f-medium);
  }
}
.m-store-type5__body-data__p {
  display: block;
  background-size: 20px 20px;
  padding-left: 25px;
  min-height: 20px;
  margin-bottom: 5px;
}
.m-store-type5__body-data__price {
  background-image: url("/themes/custom/k1est/assets/img/icon-price.png");
  background-repeat: no-repeat;
}
.m-store-type5__body-data__kuchikomi {
  background-image: url("/themes/custom/k1est/assets/img/icon-fukidashi.svg");
  background-repeat: no-repeat;
}
.m-store-type5__body-data__access {
  background-image: url("/themes/custom/k1est/assets/img/icon-access.png");
  background-repeat: no-repeat;
}
.m-store-type5__body-data__time {
  background-image: url("/themes/custom/k1est/assets/img/icon-time.png");
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .m-store-type5__body-btns {
    margin-top: 10px;
    display: block;
    text-align: right;
  }
  .m-store-type5__body-btns a {
    width: 50%;
  }
}

.m-store-bottom-nav {
  margin: 30px var(--p-small);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1px;
}
.m-store-bottom-nav a {
  display: block;
  background-color: #D1D5DB;
  color: #1F2937;
  text-align: center;
  padding: 10px 0;
  border-radius: 2px;
}
.m-store-detail__header {
  position: sticky;
  top: 0;
  z-index: 15;
  background-color: #D1D5DB;
}
@media screen and (min-width: 768px) {
  .m-store-detail__header {
    min-width: 1080px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .m-store-detail__header.u-active {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 13;
  }
}
.m-store-detail__header-p {
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-store-detail__header-p {
    display: grid;
    grid-template-columns: 1fr 56px;
    grid-template-rows: 1fr 1fr;
    height: 56px;
    padding-left: var(--p-small);
  }
}
@media screen and (min-width: 768px) {
  .m-store-detail__header-p {
    height: auto;
    padding: 10px 0;
    display: block;
  }
}
.m-store-detail__header-p__title {
  font-weight: 700;
  font-size: var(--f-small);
}
@media screen and (max-width: 767px) {
  .m-store-detail__header-p__title {
    grid-row: 1/2;
    margin-top: auto;
  }
}
@media screen and (min-width: 768px) {
  .m-store-detail__header-p__title {
    font-size: var(--f-large);
    display: inline-block;
    margin-right: 1em;
  }
}
.m-store-detail__header-p__text {
  font-size: var(--f-xsmall);
}
@media screen and (max-width: 767px) {
  .m-store-detail__header-p__text {
    grid-row: 2/3;
  }
}
@media screen and (min-width: 768px) {
  .m-store-detail__header-p__text {
    font-size: var(--f-medium);
    display: inline-block;
  }
}
.m-store-detail__header-p__menu {
  width: 56px;
  height: 56px;
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .m-store-detail__header-p__menu {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.m-store-detail__header-p__menu a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: end;
  font-size: 10px;
  padding-bottom: 5px;
}
.m-store-detail__header-p__menu span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 18px;
  height: 2px;
  background: #000;
  width: 40%;
}
.m-store-detail__header-p__menu span:nth-of-type(1) {
  top: 13px;
}
.m-store-detail__header-p__menu span:nth-of-type(2) {
  top: 20px;
}
.m-store-detail__header-p__menu span:nth-of-type(3) {
  top: 27px;
}
.m-store-detail__header-p__menu .u-active {
  background-color: #DCE3EC;
}
.m-store-detail__header-p__menu .u-active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}
.m-store-detail__header-p__menu .u-active span:nth-of-type(2) {
  opacity: 0;
}
.m-store-detail__header-p__menu .u-active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 45%;
}
@media screen and (min-width: 768px) {
  .m-store-detail__header-p__menu {
    display: none;
  }
}
.m-store-detail__header-nav {
  background-color: var(--bg-gray1);
}
@media screen and (max-width: 767px) {
  .m-store-detail__header-nav {
    background-color: #F5F5F5;
    position: absolute;
    width: 100%;
    height: 0;
  }
  .m-store-detail__header-nav nav {
    max-height: calc(100vh - 56px);
    visibility: hidden;
    padding: 6vw;
    overflow-y: scroll;
  }
  .m-store-detail__header-nav .u-snav-user {
    background-color: #fff;
    padding: 0 var(--p-small);
    margin-bottom: var(--p-small);
  }
  .m-store-detail__header-nav .u-snav-user__signin {
    display: block;
    border-bottom: 1px solid var(--c-gray1);
    background-image: url(/themes/custom/k1est/assets/img/icon-signin.svg);
    background-repeat: no-repeat;
    padding: 1em 0 1em 30px;
    background-position: center left;
    background-size: 20px 20px;
  }
  .m-store-detail__header-nav .u-snav-user__login {
    display: block;
    background-image: url(/themes/custom/k1est/assets/img/icon-login-pc.svg);
    background-repeat: no-repeat;
    padding: 1em 0 1em 30px;
    background-position: center left;
    background-size: 20px 20px;
  }
  .m-store-detail__header-nav .u-snav ul li {
    line-height: 1;
  }
  .m-store-detail__header-nav .u-snav ul li a {
    display: block;
    padding: 1.5em 0;
    border-bottom: 1px solid var(--bg-gray3);
  }
}
@media screen and (min-width: 768px) {
  .m-store-detail__header-nav {
    margin-bottom: 50px;
  }
  .m-store-detail__header-nav ul {
    display: flex;
    padding: 20px 0;
    justify-content: center;
  }
  .m-store-detail__header-nav ul li {
    border-right: 1px solid #000;
    margin-right: 0.7em;
    padding-right: 0.7em;
    font-size: 16px;
  }
  .m-store-detail__header-nav ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .m-store-detail__header-nav ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .m-store-detail__header-nav.u-active {
    height: calc(100vh - 56px);
    z-index: 12;
    overflow-y: scroll;
  }
  .m-store-detail__header-nav.u-active nav {
    visibility: visible;
  }
}
.m-store-detail__data-feature-reserve {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  align-items: baseline;
  line-height: 1.5;
  margin-bottom: -15px;
}
.m-store-detail__data {
  background-color: var(--bg-gray1);
  padding: var(--p-small) var(--p-small) 20px var(--p-small);
}
.m-store-detail__data-action {
  margin-bottom: 1em;
  /* @include mq-down{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--p-small);
  } */
  /* @include mq{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
  } */
}
.m-store-detail__data-action .c-btn-keep a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #F3F4F6;
  border: 1px solid #D1D5DB;
  padding: 0.2em 0;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
.m-store-detail__data-action .c-btn-keep a i {
  color: #FACC15;
  margin-right: 8px;
}
.m-store-detail__data-action .c-btn-keep.c-btn-keep-remove a {
  background-color: #FEF9C3;
}
.m-store-detail__data-basicinfo {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid var(--c-gray2);
}
.m-store-detail__data-basicinfo__name {
  font-size: var(--f-large);
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .m-store-detail__data-basicinfo__name {
    font-size: var(--f-xmedium);
  }
}
.m-store-detail__data-basicinfo__text {
  font-size: var(--f-small);
  margin-bottom: 0;
}
.m-store-detail__data-about {
  margin-bottom: var(--p-small);
}
.m-store-detail__data-about p {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 0;
  font-size: var(--f-small);
}
@media screen and (min-width: 768px) {
  .m-store-detail__data-about p {
    display: block;
  }
}
.m-store-detail__data-reserves a {
  margin-bottom: 10px;
}
.m-store-detail__data-reserves a:last-child {
  margin-bottom: 0;
}
.m-store-detail__data-reserves .note {
  color: #666;
  font-size: 10px;
}
.m-store-detail__data-reserves__sp {
  display: grid;
  grid-template-columns: 1fr 68px;
  grid-gap: 0 10px;
}
.m-store-detail__twitter {
  background-color: var(--bg-gray1);
  padding: var(--p-small);
}
.m-store-detail__kuchikomi {
  background-image: url("/themes/custom/k1est/assets/img/icon-fukidashi.svg");
  background-repeat: no-repeat;
  display: block;
  background-size: 20px 20px;
  padding-left: 25px;
  min-height: 20px;
}
.m-store-detail__kuchikomi .review-avg {
  margin-left: 75px;
}
.m-store-detail__kuchikomi .star-rating {
  margin-left: 0;
}
.m-store-detail__status {
  text-align: center;
  color: #fff;
  padding: 8px 0;
}
.m-store-detail__feature {
  display: flex;
  background-color: var(--bg-gray1);
  margin-bottom: var(--p-small);
}
.m-store-detail__feature__img {
  flex: 120px 0 0;
}
@media screen and (min-width: 768px) {
  .m-store-detail__feature__img {
    padding: var(--p-small) 0 var(--p-small) var(--p-small);
    flex: 220px 0 0;
  }
}
.m-store-detail__feature__body {
  padding: var(--p-small);
}
.m-store-detail__feature__title {
  color: var(--c-blue);
  font-size: var(--f-small);
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .m-store-detail__feature__title {
    font-size: var(--f-large);
  }
}
.m-store-detail__feature__post {
  font-size: var(--f-small);
}
@media screen and (min-width: 768px) {
  .m-store-detail__feature__post {
    font-size: var(--f-medium);
    margin-bottom: 1em;
  }
}
.m-store-detail-modal-reserves {
  padding: calc(var(--p-small) * 2);
}
.m-store-detail-modal-reserves .note {
  color: #666;
  font-size: 10px;
}
.m-store-detail-modal-reserves__title {
  font-weight: 700;
  text-align: center;
  font-size: var(--f-large);
  margin-bottom: 1em;
}
.m-store-detail-modal-reserves__text {
  text-align: center;
  margin-bottom: 2em;
}
.m-store-detail-modal-reserves__text a {
  color: var(--c-link);
  text-decoration: underline;
}
.m-store-detail-modal-reserves__btns {
  padding: 0 20px;
}
.m-store-detail-modal-reserves__btns a {
  margin-bottom: 10px;
}

.m-store-free__coution {
  background-color: var(--c-pink);
}
.m-store-free__morebtns {
  background-color: var(--bg-gray1);
}
.m-store-free__request-number {
  text-align: center;
}
.m-store-free__request-number b {
  font-size: var(--f-large);
}

.m-pricesystem-type1__title {
  font-weight: 700;
  color: var(--c-red);
  text-align: center;
  font-size: var(--f-large);
}
.m-pricesystem-type1__img {
  margin-bottom: 0.5em;
}

.m-pricesystem-type2 {
  background-color: var(--bg-gray1);
  padding: var(--p-small);
  display: grid;
  grid-template-columns: 95px 1fr;
  grid-gap: 10px;
  margin-bottom: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-pricesystem-type2 {
    grid-template-columns: 200px 1fr;
    grid-gap: 30px;
  }
}
.m-pricesystem-type2__title {
  font-weight: 700;
  color: var(--c-red);
  font-size: var(--f-large);
  margin-bottom: 10px;
}
.m-pricesystem-type2__img {
  margin-bottom: 0.5em;
}

.m-reserve-dateselect__explain {
  margin-bottom: 20px;
  font-size: var(--f-small);
  color: #222222;
}
.m-reserve-dateselect__explain-line {
  display: inline-block;
  margin-right: 5px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .m-reserve-dateselect__explain-line {
    display: inline-block;
  }
}
.m-reserve-dateselect__explain-line span.reserve-icon {
  border: 2px solid #868480;
  padding: 5px 5px;
  margin-right: 5px;
  color: #000;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .m-reserve-dateselect__explain-line span.reserve-icon {
    font-size: 15px;
  }
}
.m-reserve-dateselect__explain-line .call-telephone {
  background-color: #FDE599;
}
.m-reserve-dateselect__explain-line span.full-reserved {
  background-color: #E06666;
  color: #FFF;
}
.m-reserve-dateselect__explain-line .reserve-random {
  background-color: #CEECEB;
}
.m-reserve-dateselect__explain-line span.t-attend-ok {
  background-color: #E67219;
  color: #FFFFFF;
}
.m-reserve-dateselect__explain-note {
  padding: 5px 15px;
}
.m-reserve-dateselect__notice {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .m-reserve-dateselect__notice {
    margin-bottom: 10px;
  }
}
.m-reserve-notice {
  padding: 0 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  .m-reserve-notice {
    padding: 0 10px 10px 10px;
  }
}

.shop-list .search-items {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .shop-list .search-items .search-item-wrapper {
    display: block;
    border: none;
    margin-left: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .shop-list .u-page-result {
    text-align: center;
    margin: auto;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .shop-list .u-page-result {
    text-align: right;
  }
}

li.disabled {
  color: #D3D3D3;
}
@media screen and (max-width: 767px) {
  li.disabled {
    display: block;
    padding: 1.5em 0;
    border-bottom: 1px solid var(--bg-gray3);
  }
}

.reserve-footer-notice {
  background-color: #FFFCE6;
  padding: 15px;
  margin: 10px;
}

.m-kuchikomi-type1 {
  background-color: var(--bg-gray1);
  border: 1px solid var(--bg-gray2);
  margin-bottom: var(--p-small);
}
.m-kuchikomi-type1:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-kuchikomi-type1:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1 {
    margin-bottom: 40px;
  }
}
.m-kuchikomi-type1__inn {
  padding: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__inn {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 20px;
  }
}
.m-kuchikomi-type1__box {
  margin-bottom: var(--p-small);
  padding-bottom: var(--p-small);
  border-bottom: 1px solid var(--bg-gray2);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__box {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.m-kuchikomi-type1__data {
  display: flex;
}
.m-kuchikomi-type1__data-img {
  min-width: 84px;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__data-img {
    min-width: 100px;
    width: 100px;
    flex: 1;
  }
}
.m-kuchikomi-type1__data-spec {
  margin-left: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__data-spec {
    min-width: 175px;
    margin-left: 20px;
  }
}
.m-kuchikomi-type1__data-time {
  font-size: var(--f-xsmall);
  margin-bottom: 1em;
}
.m-kuchikomi-type1__data-time time {
  font-size: var(--f-xsmall);
}
.m-kuchikomi-type1__data-name {
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.3em;
}
.m-kuchikomi-type1__data-size {
  font-size: var(--f-small);
  margin-bottom: 1em;
}
.m-kuchikomi-type1__data-count {
  background: url("/themes/custom/k1est/assets/img/icon-fukidashi.svg") no-repeat;
  background-position: left center;
  margin-bottom: 0.3em;
  padding-left: 1.5em;
}
.m-kuchikomi-type1__data-star {
  display: flex;
}
.m-kuchikomi-type1__post {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__post {
    margin-left: 65px;
  }
}
.m-kuchikomi-type1__post-body {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__post-body {
    -webkit-line-clamp: 5;
  }
}
.m-kuchikomi-type1__post::after {
  position: absolute;
  display: block;
  height: calc(100% - 30px);
  content: "";
  width: 1px;
  background-color: var(--bg-gray2);
  left: -40px;
  top: 15px;
}
.m-kuchikomi-type1__post_more {
  margin-top: auto;
}
.m-kuchikomi-type1__store {
  background-color: var(--bg-gray2);
  padding: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__store {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__store-name {
    display: inline-block;
    margin-right: 1em;
  }
}
.m-kuchikomi-type1__store-text {
  font-size: var(--f-xsmall);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__store-text {
    font-size: var(--f-small);
    display: inline-block;
  }
}

.star-rating {
  position: relative;
  margin-left: 0.5em;
  font-size: 14px;
}
.star-rating::before, .star-rating::after {
  content: "★★★★★";
  color: #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
}
.star-rating::after {
  color: #E6CD26;
  overflow: hidden;
}

.star-rating[data-rate="0"]::after {
  width: 0px;
}

.star-rating[data-rate="0.25"]::after {
  width: 3.5px;
}

.star-rating[data-rate="0.5"]::after {
  width: 7px;
}

.star-rating[data-rate="0.75"]::after {
  width: 10.5px;
}

.star-rating[data-rate="1"]::after {
  width: 14px;
}

.star-rating[data-rate="1.25"]::after {
  width: 17.5px;
}

.star-rating[data-rate="1.5"]::after {
  width: 21px;
}

.star-rating[data-rate="1.75"]::after {
  width: 24.5px;
}

.star-rating[data-rate="2"]::after {
  width: 28px;
}

.star-rating[data-rate="2.25"]::after {
  width: 31.5px;
}

.star-rating[data-rate="2.5"]::after {
  width: 35px;
}

.star-rating[data-rate="2.75"]::after {
  width: 38.5px;
}

.star-rating[data-rate="3"]::after {
  width: 42px;
}

.star-rating[data-rate="3.25"]::after {
  width: 45.5px;
}

.star-rating[data-rate="3.5"]::after {
  width: 49px;
}

.star-rating[data-rate="3.75"]::after {
  width: 52.5px;
}

.star-rating[data-rate="4"]::after {
  width: 56px;
}

.m-kuchikomi-type2 {
  border-top: 1px solid var(--bg-gray2);
  border-bottom: 1px solid var(--bg-gray2);
  margin-bottom: var(--p-small);
}
@media screen and (max-width: 767px) {
  .m-kuchikomi-type2 {
    min-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2 {
    margin-bottom: 40px;
  }
  .m-kuchikomi-type2:last-child {
    margin-bottom: 0;
  }
}
.m-kuchikomi-type2__inn {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: max-content 1fr;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__inn {
    grid-template-columns: 192px 1fr;
  }
}
.m-kuchikomi-type2__img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__img {
    grid-row: 1/3;
    width: 192px;
  }
}
.m-kuchikomi-type2__data {
  position: relative;
  background-color: var(--bg-gray2);
  padding: var(--p-small);
}
.m-kuchikomi-type2__data-time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: var(--f-xsmall);
  margin-bottom: 1em;
  color: #fff;
  background-color: #222;
  padding: 0.2em 0.5em;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__data-time {
    font-size: var(--f-small);
  }
}
.m-kuchikomi-type2__data-name {
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.3em;
}
.m-kuchikomi-type2__data-size {
  font-size: var(--f-small);
  margin-bottom: 0.5em;
}
.m-kuchikomi-type2__data-star {
  display: flex;
}
.m-kuchikomi-type2__post {
  position: relative;
  grid-column: 1/3;
  padding: 0.5em 0;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__post {
    padding: var(--p-small);
    padding-bottom: 0;
    grid-column: 2/3;
  }
}
.m-kuchikomi-type2__post-body {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__post-body {
    -webkit-line-clamp: 4;
  }
}
.m-kuchikomi-type2__post .u-btn__wrap-more {
  display: none;
}

.m-kuchikomi-type3 {
  border-top: 1px solid var(--bg-gray2);
  border-bottom: 1px solid var(--bg-gray2);
  margin-bottom: var(--p-small);
}
@media screen and (max-width: 767px) {
  .m-kuchikomi-type3 {
    min-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type3 {
    margin-bottom: 40px;
  }
  .m-kuchikomi-type3:last-child {
    margin-bottom: 0;
  }
}
.m-kuchikomi-type3__data {
  position: relative;
  background-color: var(--bg-gray2);
  padding: var(--p-small);
}
.m-kuchikomi-type3__data-time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: var(--f-xsmall);
  margin-bottom: 1em;
  color: #fff;
  background-color: #222;
  padding: 0.2em 0.5em;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type3__data-time {
    font-size: var(--f-small);
  }
}
.m-kuchikomi-type3__data-star {
  font-size: var(--f-medium);
  display: flex;
  gap: 10px;
}
.m-kuchikomi-type3__post {
  position: relative;
  padding: 0.5em 0;
}
.m-kuchikomi-type3__post-body {
  font-size: var(--f-medium);
}
.m-kuchikomi-type3__post-date {
  text-align: right;
  font-size: var(--f-medium);
  color: #7A7A7A;
}

.star-rating {
  position: relative;
  margin-left: 0.5em;
  font-size: 14px;
}
.star-rating::before, .star-rating::after {
  content: "★★★★★";
  color: #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
}
.star-rating::after {
  color: #E6CD26;
  overflow: hidden;
}

.star-rating[data-rate="0"]::after {
  width: 0px;
}

.star-rating[data-rate="0.25"]::after {
  width: 3.5px;
}

.star-rating[data-rate="0.5"]::after {
  width: 7px;
}

.star-rating[data-rate="0.75"]::after {
  width: 10.5px;
}

.star-rating[data-rate="1"]::after {
  width: 14px;
}

.star-rating[data-rate="1.25"]::after {
  width: 17.5px;
}

.star-rating[data-rate="1.5"]::after {
  width: 21px;
}

.star-rating[data-rate="1.75"]::after {
  width: 24.5px;
}

.star-rating[data-rate="2"]::after {
  width: 28px;
}

.star-rating[data-rate="2.25"]::after {
  width: 31.5px;
}

.star-rating[data-rate="2.5"]::after {
  width: 35px;
}

.star-rating[data-rate="2.75"]::after {
  width: 38.5px;
}

.star-rating[data-rate="3"]::after {
  width: 42px;
}

.star-rating[data-rate="3.25"]::after {
  width: 45.5px;
}

.star-rating[data-rate="3.5"]::after {
  width: 49px;
}

.star-rating[data-rate="3.75"]::after {
  width: 52.5px;
}

.star-rating[data-rate="4"]::after {
  width: 56px;
}

@media screen and (max-width: 767px) {
  .review-list .search-items .search-item-wrapper {
    display: block;
    border: none;
    margin-left: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .review-list .u-page-result {
    text-align: center;
    margin: auto;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .review-list .u-page-result {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all {
    grid-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1 .u-hover-opacity {
    display: grid;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__inn {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 12px;
    height: min-content;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__post {
    margin-left: 0px;
    border-top: 1px solid var(--bg-gray2);
    padding-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__post-body {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__post::after {
    width: 0px;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__store {
    height: fit-content;
    margin-top: auto;
    padding: 10px 16px;
  }
}

.m-therapist-recommend {
  background-color: var(--bg-gray1);
  padding: var(--p-medium) var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-therapist-recommend {
    padding: var(--p-small);
  }
  .m-therapist-recommend .swiper-button-next,
  .m-therapist-recommend .swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size) / 2 - 45px);
  }
}

.m-therapist-type1 {
  margin-bottom: var(--p-small);
  padding-bottom: var(--p-small);
  width: 156px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type1 {
    width: 225px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.m-therapist-type1 .swiper-wrapper {
  margin-bottom: var(--p-medium);
}
.m-therapist-type1__img {
  margin-bottom: 0.5em;
  position: relative;
}
.m-therapist-type1__name {
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.2em;
}
.m-therapist-type1__size {
  color: var(--c-storesub);
  font-size: var(--f-small);
}

.m-therapist-imasugu {
  background-color: var(--bg-gray1);
  padding: var(--p-medium) var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-therapist-imasugu {
    margin-top: var(--p-small);
    padding: var(--p-small);
  }
  .m-therapist-imasugu .swiper-button-next,
  .m-therapist-imasugu .swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size) / 2 - 45px);
  }
}

#js-imasuguApp {
  background-color: var(--bg-gray1);
}
#js-imasuguApp .u-text {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #js-imasuguApp .u-text {
    font-weight: bold;
  }
}

.imasugu-empty {
  margin-bottom: var(--p-medium);
  min-height: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.m-therapist-type2__img {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .m-therapist-type2__img {
    min-width: 150px;
  }
}
.m-therapist-type2__name {
  font-weight: 700;
}
.m-therapist-type2__size {
  font-size: var(--f-small);
  margin-bottom: 0.5em;
}
.m-therapist-type2__time {
  font-size: var(--f-small);
  color: var(--c-red);
}

.m-therapist-type3 {
  margin-bottom: var(--p-small);
  background-color: #fff;
  width: 156px;
  background-color: #F5F3ED;
  padding-right: 1px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type3 {
    width: 225px;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .m-therapist-type3:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .m-therapist-type3:last-child {
    margin-right: 0;
  }
}
.m-therapist-type3 .swiper-wrapper {
  margin-bottom: var(--p-medium);
}
.m-therapist-type3__img {
  position: relative;
}
.m-therapist-type3__data {
  padding: 0.5em;
}
.m-therapist-type3__data.gold-member {
  background-color: #FBC831;
}
@media screen and (min-width: 768px) {
  .m-therapist-type3__data.gold-member {
    background-color: #FBC831;
  }
}
.m-therapist-type3__characteristics {
  padding: 5px 0;
}
.m-therapist-type3__characteristics ul {
  margin-left: 0;
}
.m-therapist-type3__characteristics ul li {
  padding: 2px;
  margin: 2px;
  background: #FFFFFF;
  border: 2px solid #707070;
  width: auto;
  display: inline-block;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type3__characteristics ul li {
    padding: 2px;
    margin: 2px;
    background: #FFFFFF;
    border: 2px solid #707070;
    width: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .m-therapist-type3__characteristics ul li {
    font-size: 10px;
  }
}
.m-therapist-type3__more .shop-detail {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .m-therapist-type3__more .shop-detail {
    font-size: 12px;
  }
}
.m-therapist-type3__reserve {
  margin: 10px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type3__reserve {
    margin: 10px;
  }
}
.m-therapist-type3__reserve .c-btn__yoyaku {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type3__reserve .c-btn__yoyaku {
    border-radius: 15px;
    font-weight: bold;
    background-color: #D81044;
  }
}
@media screen and (max-width: 767px) {
  .m-therapist-type3__reserve .c-btn__yoyaku {
    font-size: 12px;
  }
}
.m-therapist-type3__name {
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .m-therapist-type3__name {
    font-size: 14px;
  }
}
.m-therapist-type3__size {
  color: var(--c-storesub);
  font-size: var(--f-small);
}
.m-therapist-type3__speek {
  padding: 0.5em;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.m-therapist-type3__speek span {
  display: block;
}
.m-therapist-type3__speek::before {
  content: "";
  width: 30px;
  height: 20px;
  position: absolute;
  left: 0;
  background-image: url("/themes/custom/k1est/assets/img/icon-speeker.png");
  background-size: 21px 16px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center;
  z-index: 1;
}
@keyframes MarqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.m-therapist-type3__time {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0.3em;
}
@media screen and (max-width: 767px) {
  .m-therapist-type3__time {
    font-size: 14px;
  }
}
.m-therapist-type3__time .reservetext {
  color: #38C6E9;
}

.m-therapist-imasugu-area {
  margin-bottom: var(--p-medium);
  min-height: 200px;
}

.m-therapist-type4 {
  width: 150px;
  position: relative;
}
.m-therapist-type4 .c-btn__yoyaku {
  position: absolute;
  width: 90%;
  bottom: 5%;
  left: 5%;
}

.m-therapist-type12 {
  min-width: 132px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type12 {
    min-width: 225px;
  }
}
.m-therapist-type12__img {
  margin-bottom: 0.5em;
}
.m-therapist-type12__name {
  text-align: center;
  font-weight: 700;
  color: var(--c-red);
}

.m-therapist-type13 {
  margin-bottom: var(--p-small);
  background-color: var(--bg-gray1);
  width: auto;
  display: grid;
  grid-template-columns: 172px 1fr;
}
@media screen and (min-width: 768px) {
  .m-therapist-type13 {
    margin-bottom: 0;
    grid-template-columns: 240px 1fr;
  }
}
.m-therapist-type13__img {
  position: relative;
}
.m-therapist-type13__no {
  margin: -10px -10px 10px -10px;
  text-align: center;
  padding: 5px 0 3px 0;
}
.m-therapist-type13__no p {
  display: inline-block;
  background-image: url("/themes/custom/k1est/assets/img/icon-ranking.png");
  background-position: left center;
  background-size: 13px 18px;
  padding-left: 15px;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .m-therapist-type13__no p {
    background-size: 20px 26px;
    background-position: left top 3px;
    padding-left: 20px;
    font-size: 30px;
  }
}
.m-therapist-type13__no p i {
  display: inline-block;
  margin-bottom: 3px;
  width: 9px;
  height: 9px;
  background-image: url("/themes/custom/k1est/assets/img/icon-ranking-rate.png");
  background-size: 9px 8px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .m-therapist-type13__no p i {
    width: 14px;
    height: 14px;
    background-size: 14px 13px;
  }
}
.m-therapist-type13__no p i.m-ranking__rank-keep {
  transform: rotate(90deg);
}
.m-therapist-type13__no p i.m-ranking__rank-down {
  transform: rotate(180deg);
}
.m-therapist-type13__rank__1 {
  background-color: var(--c-rank-1);
}
.m-therapist-type13__rank__1 .m-therapist-type13__no {
  background-color: var(--c-rank-1-no);
}
.m-therapist-type13__rank__2 {
  background-color: var(--c-rank-2);
}
.m-therapist-type13__rank__2 .m-therapist-type13__no {
  background-color: var(--c-rank-2-no);
}
.m-therapist-type13__rank__3 {
  background-color: var(--c-rank-3);
}
.m-therapist-type13__rank__3 .m-therapist-type13__no {
  background-color: var(--c-rank-3-no);
}
.m-therapist-type13__rank__4 .m-therapist-type13__no, .m-therapist-type13__rank__5 .m-therapist-type13__no, .m-therapist-type13__rank__6 .m-therapist-type13__no, .m-therapist-type13__rank__7 .m-therapist-type13__no, .m-therapist-type13__rank__8 .m-therapist-type13__no, .m-therapist-type13__rank__9 .m-therapist-type13__no, .m-therapist-type13__rank__10 .m-therapist-type13__no {
  background-color: #8E8E8E;
}
.m-therapist-type13__characteristics {
  padding: 0 0 5px 0;
}
.m-therapist-type13__characteristics ul li {
  padding: 2px;
  margin: 2px;
  background: #FFFFFF;
  border: 2px solid #707070;
  width: auto;
  display: inline-block;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type13__characteristics ul li {
    padding: 2px;
    margin: 2px;
    background: #FFFFFF;
    border: 2px solid #707070;
    width: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .m-therapist-type13__characteristics ul li {
    font-size: 10px;
    border: 1px solid #707070;
  }
}
.m-therapist-type13__data {
  padding: 10px;
}
.m-therapist-type13__data.gold-member {
  background-color: #FBC831;
}
.m-therapist-type13__data.gold-member .m-therapist-type13__btns {
  margin: 0 30px;
}
.m-therapist-type13__data.gold-member .c-btn__therapist-action {
  background-color: #D81044;
  border-radius: 10px;
}
.m-therapist-type13__data.gold-member .m-therapist-type13__store {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #000;
}
.m-therapist-type13__data.gold-member .m-therapist-type13__store a {
  text-decoration: underline;
}
.m-therapist-type13__data.gold-member .m-therapist-type13__characteristics {
  padding: 0 0 5px 0;
}
.m-therapist-type13__data.gold-member .m-therapist-type13__characteristics ul li {
  padding: 2px;
  margin: 2px;
  background: #FFFFFF;
  border: 2px solid #707070;
  width: auto;
  display: inline-block;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type13__data.gold-member .m-therapist-type13__characteristics ul li {
    padding: 2px;
    margin: 2px;
    background: #FFFFFF;
    border: 2px solid #707070;
    width: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .m-therapist-type13__data.gold-member .m-therapist-type13__characteristics ul li {
    font-size: 10px;
    border: 1px solid #707070;
  }
}
.m-therapist-type13__spec {
  margin-bottom: 6px;
}
.m-therapist-type13__name {
  display: flex;
  align-items: center;
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .m-therapist-type13__name {
    font-size: 18px;
  }
}
.m-therapist-type13__name img {
  margin-right: 5px;
}
.m-therapist-type13__size {
  color: var(--c-storesub);
  font-size: var(--f-small);
}
@media screen and (min-width: 768px) {
  .m-therapist-type13__size {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.m-therapist-type13__sub {
  margin-bottom: 1em;
}
.m-therapist-type13__sub-kuchikomi {
  color: var(--c-storesub);
  font-size: var(--f-small);
}
@media screen and (min-width: 768px) {
  .m-therapist-type13__sub-kuchikomi {
    font-size: 16px;
  }
}
.m-therapist-type13__sub-price {
  color: var(--c-storesub);
  font-size: var(--f-small);
}
@media screen and (min-width: 768px) {
  .m-therapist-type13__sub-price {
    font-size: 16px;
  }
}
.m-therapist-type13__store {
  color: #7A7A7A;
  font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type13__store {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .m-therapist-type13__store-name {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .m-therapist-type13__store-type {
    font-size: 12px;
  }
}
.m-therapist-type13__time {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: var(--f-small);
  padding: 0.3em;
}
@media screen and (min-width: 768px) {
  .m-therapist-type13__time {
    font-size: 16px;
  }
}
.m-therapist-type13__time span {
  font-weight: 700;
  display: block;
  color: #00D3F5;
}
.m-therapist-type13__twitter {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
}
.m-therapist-type13__bottom-time {
  margin-bottom: 1em;
  background-color: #343434;
  color: #fff;
  padding: 5px;
  font-size: var(--f-small);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-therapist-type13__bottom-time {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .m-therapist-type13 .c-btn__therapist-action {
    font-size: 16px;
  }
}

.m-therapist-type14 {
  margin-bottom: var(--p-small);
  background-color: var(--bg-gray1);
  width: auto;
}
.m-therapist-type14__img {
  position: relative;
  text-align: center;
}
.m-therapist-type14__data {
  padding: 10px;
}
.m-therapist-type14__name {
  display: flex;
  align-items: center;
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.2em;
}
.m-therapist-type14__name img {
  margin-right: 5px;
}
.m-therapist-type14__size, .m-therapist-type14__kuchikomi {
  color: var(--c-storesub);
  font-size: var(--f-small);
}
.m-therapist-type14__twitter {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
}
.m-therapist-type14__btn {
  background-color: #F19148;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: var(--f-small);
}

.m-therapist-attendance {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-therapist-attendance {
    border-collapse: collapse;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .m-therapist-attendance tbody {
    display: flex;
  }
}
.m-therapist-attendance tr {
  display: grid;
  grid-template-columns: 5em 2fr 50px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (min-width: 768px) {
  .m-therapist-attendance tr {
    display: block;
    width: 14.28%;
    border-bottom: none;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
  }
}
@media screen and (min-width: 768px) {
  .m-therapist-attendance td {
    display: block;
    width: 100%;
  }
}
.m-therapist-attendance td span {
  display: block;
  text-align: center;
  background-color: #8A8A8A;
  color: #fff;
  font-size: 10px;
  padding: 6px 0;
}
.m-therapist-attendance__date {
  text-align: left;
  width: 50px;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .m-therapist-attendance__date {
    white-space: nowrap;
    text-align: center;
    border-bottom: 1px solid #333;
  }
}
.m-therapist-attendance__time {
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .m-therapist-attendance__time {
    white-space: nowrap;
    border-bottom: none !important;
  }
}
.m-therapist-attendance__btn {
  width: 50px;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .m-therapist-attendance__btn {
    width: auto;
    padding: 0 20px 5px;
    white-space: nowrap;
    border-top: none !important;
    min-height: 35px;
  }
}

.m-therapist-type6 {
  margin-bottom: var(--p-small);
  background-color: var(--bg-gray1);
  width: auto;
}
.m-therapist-type6.type-grid {
  display: grid;
  grid-template-columns: 172px 1fr;
}
@media screen and (min-width: 768px) {
  .m-therapist-type6.type-grid {
    grid-template-columns: 251px 1fr;
  }
}
.m-therapist-type6__img {
  position: relative;
}
.m-therapist-type6__data {
  padding: 10px;
}
.m-therapist-type6__spec {
  margin-bottom: 6px;
}
.m-therapist-type6__name {
  display: flex;
  align-items: center;
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.2em;
}
.m-therapist-type6__name img {
  margin-right: 5px;
}
.m-therapist-type6__size {
  color: var(--c-storesub);
  font-size: var(--f-small);
  font-weight: bold;
}
.m-therapist-type6__sub-box {
  display: flex;
}
.m-therapist-type6__sub .c-btn__sq {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.m-therapist-type6__sub-kuchikomi {
  color: var(--c-storesub);
  font-size: var(--f-small);
}
.m-therapist-type6__sub-price {
  color: var(--c-storesub);
  font-size: var(--f-small);
}
.m-therapist-type6__store {
  color: #7A7A7A;
  font-size: 10px;
  margin-bottom: 5px;
}
.m-therapist-type6__store-type a {
  display: inline-block;
}
.m-therapist-type6__btns {
  text-align: center;
  margin-top: 10px;
}
.m-therapist-type6__btns .c-btn__therapist-action {
  width: 80%;
  display: inline-block;
}
.m-therapist-type6__time {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: var(--f-small);
  padding: 0.3em;
}
.m-therapist-type6__time span {
  font-weight: 700;
  display: block;
  color: #00D3F5;
}
.m-therapist-type6__time span.sold {
  color: #E69138;
}
.m-therapist-type6__twitter {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
}
.m-therapist-type6__bottom-time {
  background-color: #343434;
  color: #fff;
  padding: 5px;
  font-size: var(--f-small);
  text-align: center;
}
.m-therapist-type6 .c-btn-keep span {
  display: none;
}
.m-therapist-type6.gold-member {
  background-color: #FBC831;
}
.m-therapist-type6.gold-member .m-therapist-type6__data {
  background-color: #FBC831;
}
.m-therapist-type6.gold-member .m-therapist-type6__characteristics {
  padding: 0 0 5px 0;
}
.m-therapist-type6.gold-member .m-therapist-type6__characteristics ul li {
  padding: 2px;
  margin: 2px;
  background: #FFFFFF;
  border: 2px solid #707070;
  width: auto;
  display: inline-block;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type6.gold-member .m-therapist-type6__characteristics ul li {
    padding: 2px;
    margin: 2px;
    background: #FFFFFF;
    border: 2px solid #707070;
    width: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .m-therapist-type6.gold-member .m-therapist-type6__characteristics ul li {
    font-size: 10px;
    border: 1px solid #707070;
  }
}
.m-therapist-type6.standard-member .m-therapist-type6__characteristics {
  padding: 0 0 5px 0;
}
.m-therapist-type6.standard-member .m-therapist-type6__characteristics ul li {
  padding: 2px;
  margin: 2px;
  background: #FFFFFF;
  border: 2px solid #707070;
  width: auto;
  display: inline-block;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type6.standard-member .m-therapist-type6__characteristics ul li {
    padding: 2px;
    margin: 2px;
    background: #FFFFFF;
    border: 2px solid #707070;
    width: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .m-therapist-type6.standard-member .m-therapist-type6__characteristics ul li {
    font-size: 10px;
    border: 1px solid #707070;
  }
}

.m-therapist-type7 {
  margin-bottom: var(--p-small);
  background-color: var(--bg-gray1);
  width: auto;
}
.m-therapist-type7.type-grid {
  display: grid;
  grid-template-columns: 172px 1fr;
}
@media screen and (min-width: 768px) {
  .m-therapist-type7.type-grid {
    grid-template-columns: 251px 1fr;
  }
}
.m-therapist-type7__img {
  position: relative;
  padding: 10px;
}
.m-therapist-type7__img-item {
  min-width: 300px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type7__img-item {
    min-width: auto;
  }
}
.m-therapist-type7__img img {
  width: 100%;
}
.m-therapist-type7__data {
  padding: 10px;
}
.m-therapist-type7__spec {
  margin-bottom: 6px;
}
.m-therapist-type7__name {
  display: flex;
  align-items: center;
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.2em;
}
.m-therapist-type7__name img {
  margin-right: 5px;
}
.m-therapist-type7__size {
  color: var(--c-storesub);
  font-size: var(--f-small);
}
.m-therapist-type7__store {
  color: #7A7A7A;
  font-size: 10px;
  margin-bottom: 5px;
}
.m-therapist-type7__btns {
  margin: 0 auto;
  width: 200px;
}

.m-therapist-type8 {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type8 {
    width: 150px;
  }
}
.m-therapist-type8__img {
  margin-bottom: 0.5em;
}
.m-therapist-type8__name {
  font-weight: 700;
  font-size: var(--f-small);
  color: var(--c-red);
}

.m-therapist-type10 {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 10px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type10 {
    padding: 0;
    background-color: #F2F2F2;
  }
}
.m-therapist-type10__img {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type10__flex {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-therapist-type10__flex:last-child {
    margin-bottom: 0;
  }
}
.m-therapist-type10__btns {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type10__btns {
    padding-top: 10px;
    padding-right: 10px;
    margin-left: 400px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .m-therapist-type10__btns .c-btn-keep {
    display: inline-block;
    margin-left: auto;
  }
}
.m-therapist-type10__btns .c-btn-keep a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #F3F4F6;
  border: 1px solid #D1D5DB;
  padding: 0.2em 2em;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
.m-therapist-type10__btns .c-btn-keep a i {
  color: #FACC15;
  margin-right: 8px;
}
.m-therapist-type10__btns .c-btn-keep.c-btn-keep-remove a {
  background-color: #FEF9C3;
}
.m-therapist-type10__name {
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .m-therapist-type10__name {
    margin-right: 0.5em;
    font-size: var(--f-xmedium);
  }
}
.m-therapist-type10__size {
  font-size: var(--f-small);
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type10__size {
    margin-bottom: 0;
    font-size: var(--f-medium);
  }
}
.m-therapist-type10__tags {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type10__tags {
    display: inline-block;
    max-width: 400px;
    margin-bottom: 10px;
  }
}
.m-therapist-type10__tags span {
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
  padding: 2px 5px;
  margin-bottom: 5px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type10__tags span {
    font-size: 12px;
  }
}
.m-therapist-type10__more {
  display: flex;
  font-size: var(--f-small);
}
.m-therapist-type10__more div {
  margin-right: 10px;
  border-right: 1px solid #2A2A2A;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .m-therapist-type10__more div {
    margin-right: 1em;
    padding-right: 1em;
  }
}
.m-therapist-type10__more div:last-child {
  border-right: none;
  margin-right: 0;
}
.m-therapist-type10__more-tweet {
  background: url(/themes/custom/k1est/assets/img/icon-twitter.png) no-repeat;
  background-position: left center;
  background-size: 18px;
  margin-bottom: 0.3em;
  padding-left: 23px;
}
.m-therapist-type10__more-attendance {
  background: url(/themes/custom/k1est/assets/img/icon-calendar-black.png) no-repeat;
  background-position: left center;
  background-size: 18px;
  margin-bottom: 0.3em;
  padding-left: 23px;
}
.m-therapist-type10__more-kuchikomi {
  background: url(/themes/custom/k1est/assets/img/icon-fukidashi.svg) no-repeat;
  background-position: left center;
  background-size: 18px;
  margin-bottom: 0.3em;
  padding-left: 23px;
}

.m-therapist-type11 {
  margin-bottom: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-therapist-type11 {
    display: grid;
    grid-template-columns: 377px 373px;
    grid-gap: 30px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-therapist-type11__main {
    border: 1px solid #E1E1E1;
  }
}
.m-therapist-type11__speek {
  display: flex;
  width: 100%;
  position: relative;
}
.m-therapist-type11__speek-icon {
  background-image: url("/themes/custom/k1est/assets/img/icon-speeker.png");
  background-size: 21px 16px;
  background-repeat: no-repeat;
  background-color: #D4D4D4;
  background-position: left 5px center;
  padding: 0.5em;
  white-space: nowrap;
  padding-left: 30px;
}
.m-therapist-type11__speek span {
  overflow: hidden;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@keyframes MarqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.m-therapist-type11__img {
  background-color: #F2F2F2;
  border-bottom: 1px solid #E1E1E1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-therapist-type11__img .swiper-slide {
  width: 310px;
}
.m-therapist-type11__twitter {
  padding: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-therapist-type11__twitter {
    padding: 0;
  }
}
.m-therapist-type11__data {
  padding: var(--p-small);
  grid-row: 2;
  grid-column: 1/3;
}
.m-therapist-type11__data table th {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .m-therapist-type11__data {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .therapist-list .search-items .search-item-wrapper {
    display: block;
    border: none;
    margin-left: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .therapist-list .u-page-result {
    text-align: center;
    margin: auto;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .therapist-list .u-page-result {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .therapist-list .u-flex-2col-sp {
    display: grid;
  }
}

.ck-content .m-therapist-type3__characteristics ul {
  margin: 0;
}

.s--top .u-pc-main .u-section.shop-detail-therapist-recommend .shop-detail-block-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.s--top .u-pc-main .u-section.shop-detail-therapist-recommend .m-therapist-recommend {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 0;
  background: unset;
}
@media screen and (max-width: 767px) {
  .s--top .u-pc-main .u-section.shop-detail-therapist-recommend .m-therapist-recommend {
    display: block;
  }
}
.s--top .u-pc-main .u-section.shop-detail-therapist-recommend .m-therapist-recommend-detail {
  width: 120px;
}
.s--top .u-pc-main .u-section.shop-detail-therapist-recommend .m-therapist-recommend-detail .m-therapist-type3__reserve {
  margin: 0;
}
.s--top .u-pc-main .u-section.shop-detail-therapist-recommend .m-therapist-recommend-detail .m-therapist-type3__reserve .c-btn__yoyaku {
  border-radius: 5px;
  font-weight: normal;
}
.s--top .u-pc-main .u-section.shop-detail-therapist-recommend .m-therapist-recommend-detail .m-therapist-type3__reserve .c-btn__view {
  padding: 5px;
  background-color: #1F2937;
  border: none;
}
.s--top .u-pc-main .u-section.shop-detail-therapist-recommend .m-therapist-recommend-detail .m-therapist-type3__reserve .c-btn__view:hover {
  color: #ffffff;
  background-color: #1F2937;
}
.s--top .u-pc-main .u-section.shop-detail-therapist-recommend .m-therapist-recommend-detail__name {
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s--top .u-pc-main .u-section.shop-detail-therapist-recommend .m-therapist-recommend-detail__data {
  padding: 0.5em;
}
.s--top .u-pc-main .u-section.shop-detail-therapist-recommend .m-therapist-recommend-detail__data.gold-member {
  background: linear-gradient(125deg, #FBF5B7, #fff, #FCF6BA, #e1c079);
}

.m-kuchikomi-type1 {
  background-color: var(--bg-gray1);
  border: 1px solid var(--bg-gray2);
  margin-bottom: var(--p-small);
}
.m-kuchikomi-type1:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-kuchikomi-type1:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1 {
    margin-bottom: 40px;
  }
}
.m-kuchikomi-type1__inn {
  padding: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__inn {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 20px;
  }
}
.m-kuchikomi-type1__box {
  margin-bottom: var(--p-small);
  padding-bottom: var(--p-small);
  border-bottom: 1px solid var(--bg-gray2);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__box {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.m-kuchikomi-type1__data {
  display: flex;
}
.m-kuchikomi-type1__data-img {
  min-width: 84px;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__data-img {
    min-width: 100px;
    width: 100px;
    flex: 1;
  }
}
.m-kuchikomi-type1__data-spec {
  margin-left: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__data-spec {
    min-width: 175px;
    margin-left: 20px;
  }
}
.m-kuchikomi-type1__data-time {
  font-size: var(--f-xsmall);
  margin-bottom: 1em;
}
.m-kuchikomi-type1__data-time time {
  font-size: var(--f-xsmall);
}
.m-kuchikomi-type1__data-name {
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.3em;
}
.m-kuchikomi-type1__data-size {
  font-size: var(--f-small);
  margin-bottom: 1em;
}
.m-kuchikomi-type1__data-count {
  background: url("/themes/custom/k1est/assets/img/icon-fukidashi.svg") no-repeat;
  background-position: left center;
  margin-bottom: 0.3em;
  padding-left: 1.5em;
}
.m-kuchikomi-type1__data-star {
  display: flex;
}
.m-kuchikomi-type1__post {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__post {
    margin-left: 65px;
  }
}
.m-kuchikomi-type1__post-body {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__post-body {
    -webkit-line-clamp: 5;
  }
}
.m-kuchikomi-type1__post::after {
  position: absolute;
  display: block;
  height: calc(100% - 30px);
  content: "";
  width: 1px;
  background-color: var(--bg-gray2);
  left: -40px;
  top: 15px;
}
.m-kuchikomi-type1__post_more {
  margin-top: auto;
}
.m-kuchikomi-type1__store {
  background-color: var(--bg-gray2);
  padding: var(--p-small);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__store {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__store-name {
    display: inline-block;
    margin-right: 1em;
  }
}
.m-kuchikomi-type1__store-text {
  font-size: var(--f-xsmall);
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type1__store-text {
    font-size: var(--f-small);
    display: inline-block;
  }
}

.star-rating {
  position: relative;
  margin-left: 0.5em;
  font-size: 14px;
}
.star-rating::before, .star-rating::after {
  content: "★★★★★";
  color: #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
}
.star-rating::after {
  color: #E6CD26;
  overflow: hidden;
}

.star-rating[data-rate="0"]::after {
  width: 0px;
}

.star-rating[data-rate="0.25"]::after {
  width: 3.5px;
}

.star-rating[data-rate="0.5"]::after {
  width: 7px;
}

.star-rating[data-rate="0.75"]::after {
  width: 10.5px;
}

.star-rating[data-rate="1"]::after {
  width: 14px;
}

.star-rating[data-rate="1.25"]::after {
  width: 17.5px;
}

.star-rating[data-rate="1.5"]::after {
  width: 21px;
}

.star-rating[data-rate="1.75"]::after {
  width: 24.5px;
}

.star-rating[data-rate="2"]::after {
  width: 28px;
}

.star-rating[data-rate="2.25"]::after {
  width: 31.5px;
}

.star-rating[data-rate="2.5"]::after {
  width: 35px;
}

.star-rating[data-rate="2.75"]::after {
  width: 38.5px;
}

.star-rating[data-rate="3"]::after {
  width: 42px;
}

.star-rating[data-rate="3.25"]::after {
  width: 45.5px;
}

.star-rating[data-rate="3.5"]::after {
  width: 49px;
}

.star-rating[data-rate="3.75"]::after {
  width: 52.5px;
}

.star-rating[data-rate="4"]::after {
  width: 56px;
}

.m-kuchikomi-type2 {
  border-top: 1px solid var(--bg-gray2);
  border-bottom: 1px solid var(--bg-gray2);
  margin-bottom: var(--p-small);
}
@media screen and (max-width: 767px) {
  .m-kuchikomi-type2 {
    min-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2 {
    margin-bottom: 40px;
  }
  .m-kuchikomi-type2:last-child {
    margin-bottom: 0;
  }
}
.m-kuchikomi-type2__inn {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: max-content 1fr;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__inn {
    grid-template-columns: 192px 1fr;
  }
}
.m-kuchikomi-type2__img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__img {
    grid-row: 1/3;
    width: 192px;
  }
}
.m-kuchikomi-type2__data {
  position: relative;
  background-color: var(--bg-gray2);
  padding: var(--p-small);
}
.m-kuchikomi-type2__data-time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: var(--f-xsmall);
  margin-bottom: 1em;
  color: #fff;
  background-color: #222;
  padding: 0.2em 0.5em;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__data-time {
    font-size: var(--f-small);
  }
}
.m-kuchikomi-type2__data-name {
  color: var(--c-therapist);
  font-weight: 700;
  margin-bottom: 0.3em;
}
.m-kuchikomi-type2__data-size {
  font-size: var(--f-small);
  margin-bottom: 0.5em;
}
.m-kuchikomi-type2__data-star {
  display: flex;
}
.m-kuchikomi-type2__post {
  position: relative;
  grid-column: 1/3;
  padding: 0.5em 0;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__post {
    padding: var(--p-small);
    padding-bottom: 0;
    grid-column: 2/3;
  }
}
.m-kuchikomi-type2__post-body {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type2__post-body {
    -webkit-line-clamp: 4;
  }
}
.m-kuchikomi-type2__post .u-btn__wrap-more {
  display: none;
}

.m-kuchikomi-type3 {
  border-top: 1px solid var(--bg-gray2);
  border-bottom: 1px solid var(--bg-gray2);
  margin-bottom: var(--p-small);
}
@media screen and (max-width: 767px) {
  .m-kuchikomi-type3 {
    min-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type3 {
    margin-bottom: 40px;
  }
  .m-kuchikomi-type3:last-child {
    margin-bottom: 0;
  }
}
.m-kuchikomi-type3__data {
  position: relative;
  background-color: var(--bg-gray2);
  padding: var(--p-small);
}
.m-kuchikomi-type3__data-time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: var(--f-xsmall);
  margin-bottom: 1em;
  color: #fff;
  background-color: #222;
  padding: 0.2em 0.5em;
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-type3__data-time {
    font-size: var(--f-small);
  }
}
.m-kuchikomi-type3__data-star {
  font-size: var(--f-medium);
  display: flex;
  gap: 10px;
}
.m-kuchikomi-type3__post {
  position: relative;
  padding: 0.5em 0;
}
.m-kuchikomi-type3__post-body {
  font-size: var(--f-medium);
}
.m-kuchikomi-type3__post-date {
  text-align: right;
  font-size: var(--f-medium);
  color: #7A7A7A;
}

.star-rating {
  position: relative;
  margin-left: 0.5em;
  font-size: 14px;
}
.star-rating::before, .star-rating::after {
  content: "★★★★★";
  color: #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
}
.star-rating::after {
  color: #E6CD26;
  overflow: hidden;
}

.star-rating[data-rate="0"]::after {
  width: 0px;
}

.star-rating[data-rate="0.25"]::after {
  width: 3.5px;
}

.star-rating[data-rate="0.5"]::after {
  width: 7px;
}

.star-rating[data-rate="0.75"]::after {
  width: 10.5px;
}

.star-rating[data-rate="1"]::after {
  width: 14px;
}

.star-rating[data-rate="1.25"]::after {
  width: 17.5px;
}

.star-rating[data-rate="1.5"]::after {
  width: 21px;
}

.star-rating[data-rate="1.75"]::after {
  width: 24.5px;
}

.star-rating[data-rate="2"]::after {
  width: 28px;
}

.star-rating[data-rate="2.25"]::after {
  width: 31.5px;
}

.star-rating[data-rate="2.5"]::after {
  width: 35px;
}

.star-rating[data-rate="2.75"]::after {
  width: 38.5px;
}

.star-rating[data-rate="3"]::after {
  width: 42px;
}

.star-rating[data-rate="3.25"]::after {
  width: 45.5px;
}

.star-rating[data-rate="3.5"]::after {
  width: 49px;
}

.star-rating[data-rate="3.75"]::after {
  width: 52.5px;
}

.star-rating[data-rate="4"]::after {
  width: 56px;
}

@media screen and (max-width: 767px) {
  .review-list .search-items .search-item-wrapper {
    display: block;
    border: none;
    margin-left: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .review-list .u-page-result {
    text-align: center;
    margin: auto;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .review-list .u-page-result {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all {
    grid-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1 .u-hover-opacity {
    display: grid;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__inn {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 12px;
    height: min-content;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__post {
    margin-left: 0px;
    border-top: 1px solid var(--bg-gray2);
    padding-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__post-body {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__post::after {
    width: 0px;
  }
}
@media screen and (min-width: 768px) {
  .m-kuchikomi-top__all .m-kuchikomi-type1__store {
    height: fit-content;
    margin-top: auto;
    padding: 10px 16px;
  }
}

.m-column-type1 {
  margin-bottom: var(--p-small);
  border-bottom: 1px solid #D4D4D4;
}
@media screen and (max-width: 767px) {
  .m-column-type1:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .m-column-type1 {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.m-column-type1__box {
  padding: 0;
}
.m-column-type1__data {
  display: flex;
}
@media screen and (min-width: 768px) {
  .m-column-type1__data {
    background-color: var(--bg-gray1);
  }
}
.m-column-type1__data-img {
  min-width: 85px;
}
@media screen and (min-width: 768px) {
  .m-column-type1__data-img {
    min-width: 120px;
    width: 120px;
  }
}
.m-column-type1__data-body {
  margin-left: var(--p-small);
  position: relative;
  padding-bottom: var(--p-small);
  flex: 1;
}
@media screen and (min-width: 768px) {
  .m-column-type1__data-body {
    padding-bottom: 0;
    min-width: 175px;
  }
}
@media screen and (min-width: 768px) {
  .m-column-type1__data-body .u-btn__wrap-more {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.m-column-type1__data-title {
  color: var(--c-link);
  font-weight: 700;
  margin-bottom: 0.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .m-column-type1__data-title {
    margin-top: 10px;
    margin-right: 10px;
  }
}
.m-column-type1__data-post {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .m-column-type1__data-post {
    margin-right: 10px;
  }
}

.m-column-detail__title {
  color: #4d6689;
  font-weight: 900;
  font-size: 34px;
  margin-top: 30px;
}
.m-column-detail__img {
  text-align: center;
}
.m-column-detail__body {
  padding: 40px 0 var(--p-small);
  /* background-color: var(--bg-gray1);*/
  background-color: #FFFFFF;
}

#column-toc {
  padding: 20px 0;
}
#column-toc .toc-title {
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 100px;
  display: inline-block;
  width: fit-content;
}
#column-toc .toc-click-to-open, #column-toc .toc-click-to-close {
  display: inline-block;
  width: fit-content;
  cursor: default;
}
#column-toc .toc-click-to-open.toc-footer, #column-toc .toc-click-to-close.toc-footer {
  margin-top: 20px;
  padding-left: 100px;
}
#column-toc a:hover, #column-toc a:focus {
  text-decoration: underline;
}
#column-toc .contents1 {
  margin-left: 0px;
}
#column-toc .contents2 {
  margin-left: 15px;
}
#column-toc .contents3 {
  margin-left: 30px;
}
#column-toc .contents4 {
  margin-left: 45px;
}
#column-toc .contents5 {
  margin-left: 60px;
}
#column-toc .contents6 {
  margin-left: 75px;
}

@media screen and (min-width: 768px) {
  .m-column-detail .column-recommend-therapist, .m-column-detail .column-soon-therapist {
    margin-bottom: 30px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__name, .m-column-detail .column-soon-therapist .m-therapist-type3__name {
    margin-bottom: 0px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__size, .m-column-detail .column-soon-therapist .m-therapist-type3__size {
    margin-bottom: 0px;
    width: 211px;
    height: 31px;
    overflow: hidden;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3-blank-size, .m-column-detail .column-soon-therapist .m-therapist-type3-blank-size {
    margin-bottom: 0px;
    width: 211px;
    height: 31px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__characteristics, .m-column-detail .column-recommend-therapist .m-therapist-type3__more, .m-column-detail .column-soon-therapist .m-therapist-type3__characteristics, .m-column-detail .column-soon-therapist .m-therapist-type3__more {
    display: none;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__img, .m-column-detail .column-soon-therapist .m-therapist-type3__img {
    width: 225px;
    height: 293px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__time, .m-column-detail .column-soon-therapist .m-therapist-type3__time {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-column-detail__body {
    padding: 0px;
  }
  .column-node-body-text-image .ck-content p {
    font-size: 14px;
    margin-bottom: 1.4em;
  }
  .m-column-detail__title {
    font-size: 20px;
  }
  .m-column-detail .column-recommend-therapist, .m-column-detail .column-soon-therapist {
    margin-bottom: 30px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__name, .m-column-detail .column-recommend-therapist .m-therapist-type3__size, .m-column-detail .column-soon-therapist .m-therapist-type3__name, .m-column-detail .column-soon-therapist .m-therapist-type3__size {
    margin-bottom: 0px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__characteristics, .m-column-detail .column-recommend-therapist .m-therapist-type3__more, .m-column-detail .column-soon-therapist .m-therapist-type3__characteristics, .m-column-detail .column-soon-therapist .m-therapist-type3__more {
    display: none;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__img, .m-column-detail .column-soon-therapist .m-therapist-type3__img {
    width: 155px;
    height: 206px;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__img .m-therapist-type3__time, .m-column-detail .column-soon-therapist .m-therapist-type3__img .m-therapist-type3__time {
    display: none;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3__size, .m-column-detail .column-soon-therapist .m-therapist-type3__size {
    margin-bottom: 0px;
    width: 141px;
    height: 61px;
    overflow: hidden;
  }
  .m-column-detail .column-recommend-therapist .m-therapist-type3-blank-size, .m-column-detail .column-soon-therapist .m-therapist-type3-blank-size {
    margin-bottom: 0px;
    width: 141px;
    height: 61px;
  }
}
@media screen and (min-width: 768px) {
  .column-recommend-therapist .column-current-area-name-header {
    margin-bottom: 5px;
  }
  .column-recommend-therapist .m-therapist-type3__name {
    font-size: 13px;
  }
  .column-recommend-therapist .m-therapist-type3__size {
    font-size: 12px;
  }
  .column-protection-wrapper .m-therapist-type3__name {
    color: #e11d48;
    font-size: 13px;
  }
  .column-protection-wrapper .m-therapist-type3__size {
    color: black;
    font-weight: 600;
    font-size: 12px;
  }
  .column-protection-wrapper .m-therapist-type3__name, .column-protection-wrapper .m-therapist-type3__size {
    margin-bottom: 0px;
  }
  .column-protection-wrapper .m-therapist-type3__time {
    padding: 10px;
  }
  .column-protection-wrapper .m-therapist-type3__time .reservetext {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 15px;
  }
  .column-protection-wrapper .m-therapist-type3__time .timearea {
    margin-bottom: 0px;
    color: white;
    font-style: italic;
    font-size: 15px;
    line-height: 14px;
  }
  .column-protection-wrapper .ranking-top3-detail-shop-name h3 {
    font-weight: 600;
    border: 0px;
    background-color: revert;
    font-size: 16px;
    color: black;
    text-decoration: underline;
    padding-left: 0px;
  }
  .column-protection-wrapper .ranking-top3-detail-position-icon img {
    width: 25px;
    margin-top: 4px;
  }
  .column-protection-wrapper .shop-detail-recommend-store__name {
    margin-bottom: 0px;
    color: #5487c6;
    font-weight: 600;
    padding-bottom: 0px;
  }
  .column-protection-wrapper .shop-detail-recommend-store__text {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .column-protection-wrapper .column-suggestion-more-button {
    padding: 5px 20px 5px 20px;
    color: white;
    background-color: black;
    border-radius: 10px;
    display: block;
    place-self: center;
    margin: 20px;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-1 {
    background-color: #E6E3AF;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-2 {
    background-color: #E2E2E2;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-3 {
    background-color: #BEAA98;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-4 {
    background-color: #8E8E8E;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-5 {
    background-color: #8E8E8E;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-6 {
    background-color: #8E8E8E;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .column_imasugu_soon_therapist .m-therapist-type3 {
    width: 163px;
  }
  .column-protection-wrapper .column-current-area-name-header {
    margin: 10px 0px 10px 0px;
  }
  .column-protection-wrapper .column-recommend-therapist-block {
    display: flex;
    width: 125px;
    flex-direction: column;
    background: linear-gradient(125deg, #FBF5B7, #fff, #FCF6BA, #e1c079);
  }
  .column-protection-wrapper .column-recommend-therapist-block .c-btn__view {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 4px;
  }
  .column-protection-wrapper .column-recommend-therapist-block-details-title {
    color: crimson;
    font-weight: 600;
    font-size: 13px;
    height: 30px;
    margin-bottom: 10px;
  }
  .column-protection-wrapper .column-recomended-therapist {
    display: flex;
    gap: 10px;
  }
  .column-protection-wrapper .column-recommend-therapist-block-details {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .column-protection-wrapper .column-recommend-therapist-block-details-button {
    width: 100px;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .m-therapist-imasugu-area {
    display: flex;
    gap: 13px;
    margin-bottom: 0px;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .m-therapist-type3 {
    width: 163px;
    background-color: #FBC831;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .m-therapist-type3__data {
    background-color: #FBC831;
  }
  .column-protection-wrapper .column-recomended-shops-list .shop-detail-recommend-store {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .column-protection-wrapper .column-recomended-shops-list .swiper-slide {
    width: 165px;
    margin: 0px;
  }
  .column-protection-wrapper .column-recomended-shops-list .shop-detail-recommend-store__img img {
    width: 165px;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content {
    display: flex;
    flex-direction: row;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-detail-shop-name {
    font-weight: 600;
    text-decoration: underline;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-detail-shop-filter a, .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-detail-shop-filter button {
    text-decoration: underline;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-1 {
    background-color: #E6E3AF;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-2 {
    background-color: #E2E2E2;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-3 {
    background-color: #BEAA98;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3:nth-child(4) {
    background-color: var(--c-rank-2);
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-4 {
    background-color: #8E8E8E;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
  }
}
@media screen and (max-width: 767px) {
  .column-protection-wrapper .column_imasugu_soon_therapist p {
    margin-bottom: 0px;
  }
  .column-protection-wrapper .js-columnimasuguApp .swiper-wrapper, .column-protection-wrapper .column-recomended-shops-list .swiper-wrapper {
    width: 140px;
    height: auto;
    gap: 10px;
  }
  .column-protection-wrapper .m-therapist-type3__name {
    margin-bottom: 0px;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .swiper-wrapper {
    width: 140px;
    height: auto;
  }
  .column-protection-wrapper .m-therapist-type3__name {
    color: #e11d48;
    font-size: 13px;
  }
  .column-protection-wrapper .m-therapist-type3__size {
    color: black;
    font-weight: 600;
    font-size: 12px;
  }
  .column-protection-wrapper .m-therapist-type3__name, .column-protection-wrapper .m-therapist-type3__size {
    margin-bottom: 0px;
  }
  .column-protection-wrapper .m-therapist-type3__time {
    padding: 10px;
  }
  .column-protection-wrapper .m-therapist-type3__time .reservetext {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 15px;
  }
  .column-protection-wrapper .m-therapist-type3__time .timearea {
    margin-bottom: 0px;
    color: white;
    font-style: italic;
    font-size: 15px;
    line-height: 14px;
  }
  .column-protection-wrapper .ranking-top3-detail-shop-name h3 {
    font-weight: 600;
    border: 0px;
    background-color: revert;
    font-size: 16px;
    color: black;
    text-decoration: underline;
    padding-left: 0px;
  }
  .column-protection-wrapper .ranking-top3-detail-position-icon img {
    width: 25px;
    margin-top: 4px;
  }
  .column-protection-wrapper .shop-detail-recommend-store__name {
    margin-bottom: 0px;
    color: #5487c6;
    font-weight: 600;
    padding-bottom: 0px;
  }
  .column-protection-wrapper .shop-detail-recommend-store__text {
    margin-bottom: 0px;
  }
  .column-protection-wrapper .column-suggestion-more-button {
    padding: 5px 20px 5px 20px;
    color: white;
    background-color: black;
    border-radius: 10px;
    display: block;
    place-self: center;
    margin: 20px;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-1 {
    background-color: #E6E3AF;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-2 {
    background-color: #E2E2E2;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-3 {
    background-color: #BEAA98;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-4 {
    background-color: #8E8E8E;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-5 {
    background-color: #8E8E8E;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .ranking-top3-position-6 {
    background-color: #8E8E8E;
    padding: 5px;
    text-align: center;
  }
  .column-protection-wrapper .column_location_rankling_therapist .column_imasugu_soon_therapist .m-therapist-type3 {
    width: 163px;
  }
  .column-protection-wrapper .column-current-area-name-header {
    margin: 10px 0px 10px 0px;
  }
  .column-protection-wrapper .column-recommend-therapist-block {
    display: flex;
    width: 125px;
    flex-direction: column;
    background: linear-gradient(125deg, #FBF5B7, #fff, #FCF6BA, #e1c079);
  }
  .column-protection-wrapper .column-recommend-therapist-block .c-btn__view {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 4px;
  }
  .column-protection-wrapper .column-recommend-therapist-block-details-title {
    color: crimson;
    font-weight: 600;
    font-size: 13px;
    height: 30px;
    margin-bottom: 0px;
  }
  .column-protection-wrapper .column-recomended-therapist {
    display: flex;
    gap: 10px;
  }
  .column-protection-wrapper .column-recommend-therapist-block-details {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .column-protection-wrapper .column-recommend-therapist-block-details-button {
    width: 100px;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .m-therapist-imasugu-area {
    display: flex;
    gap: 13px;
    margin-bottom: 0px;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .m-therapist-type3 {
    width: 137px;
    background-color: #FBC831;
  }
  .column-protection-wrapper .column_imasugu_soon_therapist .m-therapist-type3__data {
    background-color: #FBC831;
  }
  .column-protection-wrapper .column-recomended-shops-list .shop-detail-recommend-store {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .column-protection-wrapper .column-recomended-shops-list .swiper-slide {
    width: 165px;
    margin: 0px;
  }
  .column-protection-wrapper .column-recomended-shops-list .shop-detail-recommend-store__img img {
    width: 165px;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-detail-shop-name {
    font-weight: 600;
    text-decoration: underline;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-detail-shop-filter a, .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-detail-shop-filter button {
    text-decoration: underline;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-1 {
    background-color: #E6E3AF;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-2 {
    background-color: #E2E2E2;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-3 {
    background-color: #BEAA98;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3:nth-child(4) {
    background-color: var(--c-rank-2);
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position-4 {
    background-color: #8E8E8E;
    padding: 2px;
    text-align: center;
  }
  .column-protection-wrapper .column-recommended-stores-ranking-list .recommended-stores-ranking-content .ranking-top3-position {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
  }
}
.m-index-prefbanner-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 85.7vw;
  padding: var(--p-small);
}
.m-index-prefbanner-bg {
  padding: var(--p-small);
  background-color: var(--bg-gray1);
}
@media screen and (min-width: 768px) {
  .m-index-prefbanner-loading {
    min-height: 580px;
  }
  .m-index-prefbanner-bg {
    padding: var(--p-small) 0;
  }
}
@media screen and (min-width: 768px) {
  .m-index-prefbanner .m-pref-store__item {
    width: 640px;
  }
}
.m-index-prefbanner .m-pref-store a {
  display: block;
  position: relative;
}
.m-index-prefbanner .m-pref-store__data {
  padding: var(--p-small);
  text-align: right;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
@media screen and (min-width: 768px) {
  .m-index-prefbanner .m-pref-store__data {
    font-size: var(--f-large);
  }
}
.m-index-prefbanner .m-pref-store__img {
  display: grid;
  grid-template-columns: 36% auto;
  grid-gap: 3px;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .m-index-prefbanner .m-pref-store__img {
    grid-template-columns: 229px 405px;
    grid-gap: 6px;
    height: 540px;
    width: 640px;
  }
}
.m-index-prefbanner .m-pref-store__img img {
  object-fit: contain;
}
.m-index-prefbanner .m-pref-store__img img:nth-child(1) {
  width: 100%;
}
.m-index-prefbanner .m-pref-store__img img:nth-child(2) {
  width: 100%;
  grid-column: 2;
  grid-row: 1/3;
}
.m-index-prefbanner .m-pref-store__img img:nth-child(3) {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m-index-area {
    display: flex;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-index-area .hl-type1 {
    margin-bottom: 0;
  }
  .m-index-area .hl-type1 span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .m-index-area__contents-image {
    width: 596px;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .m-index-area__search {
    width: 424px;
  }
}
.m-index-area__search-recommend {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m-index-area__search-recommend {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .m-index-area__search-btn {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .m-index-area__search-popular {
    margin-top: 30px;
  }
}
.m-index-area__search-areas {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2px;
}

@media screen and (min-width: 768px) {
  #pref-list {
    margin-top: 30px;
  }
  #pref-list .preflist-group {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 0px;
  }
  #pref-list .pref-list-title {
    margin: 0;
  }
  #pref-list .pref-list-content {
    padding: 0;
  }
  #pref-list .group-content {
    display: inline-block;
    float: left;
    width: 82%;
  }
  #pref-list .group-content .preflist-item {
    display: inline-block;
    float: left;
    font-size: 12px;
    padding: 5px 8px;
    color: #5487C2;
    cursor: pointer;
    border: 1px solid #969696;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 5px;
  }
  #pref-list .group-title {
    display: inline-block;
    float: left;
    font-size: 12px;
    padding: 6px 8px;
    margin-right: 5px;
    margin-top: 5px;
    color: #FFFFFF;
    background: #9987C2;
    width: 17%;
    text-align: center;
    border-radius: 0;
  }
  #pref-list .hl-type1 {
    text-align: left;
    margin-bottom: 15px;
  }
  #pref-list .hl-type1 span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
  }
  #pref-list .area-list-content {
    clear: both;
    padding-top: 10px;
  }
  #pref-list .area-list-content .arealist-item {
    display: inline-block;
    padding: 0 10px;
    margin: 5px 0;
    float: left;
    border-right: 1px solid #E9E9E9;
    color: #5487C2;
    cursor: pointer;
  }
  #pref-list .area-list-content .arealist-item.group-title {
    float: none;
    clear: both;
    display: none;
    border: 1px solid #E9E9E9;
    width: fit-content;
    background-color: #F8F8F8;
  }
  #pref-list .area-list-content .arealist-item:last-child {
    border: none;
  }
  #pref-list .area-list-content .arealist-item:first-child {
    padding-left: 0;
  }
  #pref-list #group-pref-list {
    clear: both;
    display: block;
  }
  #pref-list #group-pref-list .preflist-wrapper .preflist-item.group-title {
    display: none;
  }
  #pref-list #group-pref-list .preflist-wrapper .preflist-item {
    float: left;
    display: inline-block;
    border: 1px solid #E9E9E9;
    background-color: #F8F8F8;
    color: #5487C2;
    cursor: pointer;
    padding: 7px 20px;
    margin-right: 15px;
  }
  #pref-list #group-pref-list .preflist-wrapper .preflist-item.active {
    border: 2px solid #5487C2;
  }
  #pref-list #group-pref-list .group-name {
    margin-bottom: 10px;
  }
  #pref-list .areagroup-list-content {
    padding-top: 10px;
    clear: both;
  }
  #pref-list .areagroup-list-content .areaGroup {
    padding-bottom: 30px;
    clear: both;
    display: block;
  }
  #pref-list .areagroup-list-content .areaGroup .group-name-row.active .group-name {
    border-top: none;
  }
  #pref-list .areagroup-list-content .areaGroup .group-name-row .group-name {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    width: 25%;
    text-align: center;
    border-left: 1px solid #979797;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    color: #5487C2;
    cursor: pointer;
  }
  #pref-list .areagroup-list-content .areaGroup .group-name-row .group-name.active {
    background-color: #D8EAFF;
  }
  #pref-list .areagroup-list-content .areaGroup .group-name-row .group-name:last-child {
    border-right: 1px solid #979797;
  }
  #pref-list .areagroup-list-content .areaGroup .group-name-row:last-child .group-name {
    border-top: 1px solid #979797;
  }
  #pref-list .areagroup-list-content .areaGroup .group-name-row:first-child.active .group-name {
    border-top: 1px solid #979797;
  }
  #pref-list .areagroup-list-content .areaGroup .group-name-row.row-borderBottom .group-name {
    border-bottom: 1px solid #979797;
  }
  #pref-list .areagroup-list-content .areaGroup #area-of-group {
    padding: 10px 0;
    clear: both;
    display: block;
  }
  #pref-list .areagroup-list-content .areaGroup #area-of-group .arealist-item {
    border: 1px solid #979797;
    border-radius: 5px;
    color: #2C2C2C;
    width: fit-content;
    padding: 5px 15px;
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
  }
  #pref-list #pref-name-of-group .pref-name {
    border: 1px solid #979797;
    border-radius: 5px;
    color: #5487C2;
    font-weight: bold;
    width: fit-content;
    padding: 5px 20px;
    background-color: #D8EAFF;
  }
  #pref-list #pref-name-of-group .pref-list-navigation {
    font-size: 12px;
    padding-bottom: 10px;
  }
  #pref-list #pref-name-of-group .pref-list-navigation .back-to-pref-name-list {
    font-size: 12px;
    color: #5487C2;
    text-decoration: underline;
    cursor: pointer;
  }
  #pref-list #top-premium-users-area-list .premium-area-list .top-areas-of-pref .area-name {
    display: inline-block;
    float: left;
    font-size: 16px;
    padding: 5px 15px;
    color: #2C2C2C;
    cursor: pointer;
    border: 1px solid #969696;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  #pref-list {
    padding: 10px;
    background-color: #1F2937;
  }
  #pref-list .pref-list-title .hl-type1 {
    color: #FFFFFF;
    font-size: 22px;
    text-align: left;
    margin: 15px 5px;
  }
  #pref-list .pref-list-title .hl-type1 span {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
  }
  #pref-list.group-to-pref {
    background-color: #E9E9E9;
  }
  #pref-list.group-to-pref #pref-list-of-group .group-pref-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 -5px;
  }
  #pref-list.group-to-pref #pref-list-of-group .group-pref-list .preflist-item {
    margin: 10px 5px;
    text-align: center;
    cursor: pointer;
    padding: 12px 10px;
    background-image: url("/themes/custom/k1est/assets/img/icon-area.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  #pref-list.group-to-pref #pref-list-of-group .group-pref-list .preflist-item .pref-item {
    width: 89%;
    font-weight: bold;
  }
  #pref-list.group-to-pref #pref-list-of-group h2.hl-type1 {
    text-align: left;
    color: #000000;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  #pref-list.group-to-pref #pref-list-of-group .pref-list-navigation {
    width: fit-content;
    float: right;
    padding: 5px 7px 5px 24px;
    background: #F6F6F6;
    cursor: pointer;
    border-radius: 4px;
    color: #757575;
    background-image: url("/themes/custom/k1est/assets/img/icon-back.png");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 7px;
  }
  #pref-list .pref-list-content ul.pref-list {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }
  #pref-list .pref-list-content ul.pref-list .preflist-group .group-title {
    margin: 10px 4px;
    text-align: center;
    cursor: pointer;
    padding: 12px 10px;
    background-image: url("/themes/custom/k1est/assets/img/icon-area.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  #pref-list .pref-list-content ul.pref-list .preflist-group .group-title .group-item {
    width: 100%;
    position: relative;
    left: -5px;
    font-weight: bold;
  }
  #pref-list .pref-list-content ul.pref-list .preflist-group .group-content .pref-name {
    display: none;
  }
  #pref-list #area-list-of-pref .area-list-navigation {
    width: fit-content;
    float: right;
    padding: 5px 7px 5px 24px;
    background: #F6F6F6;
    cursor: pointer;
    border-radius: 4px;
    color: #757575;
    background-image: url("/themes/custom/k1est/assets/img/icon-back.png");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 7px;
  }
  #pref-list #area-list-of-pref .pref-name {
    text-align: left;
    font-size: 18px;
    text-decoration: underline;
    padding-top: 10px;
    width: fit-content;
    display: inline-block;
  }
  #pref-list #area-list-of-pref .store-quantity {
    color: #E54950;
    font-weight: bold;
    width: fit-content;
    display: inline-block;
    padding-left: 5px;
  }
  #pref-list #area-of-group .area-list-of-grouparea {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #pref-list #area-of-group .area-list-of-grouparea .arealist-item {
    border: 1px solid #AFAFAF;
    text-align: center;
    list-style: none;
    color: #5487C2;
    padding: 5px 20px;
    background-color: #FFFFFF;
  }
  #pref-list #area-of-group .area-list-of-grouparea .arealist-item .store-quantity {
    color: #E54950;
    font-weight: normal;
    display: inline-block;
  }
  #pref-list #area-of-group .area-list-of-grouparea .arealist-item h5 {
    display: inline-block;
  }
  #pref-list .areagroup-list-content {
    padding-top: 10px;
    clear: both;
  }
  #pref-list .areagroup-list-content .areaGroup .group-name-row .group-name {
    border: 1px solid #AFAFAF;
    color: #5487C2;
    text-align: center;
    padding: 5px 20px;
    background-color: #FFFFFF;
    background-image: url("/themes/custom/k1est/assets/img/icon-close.png");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 99%;
  }
  #pref-list .areagroup-list-content .areaGroup .group-name-row .group-name.active {
    background-image: url("/themes/custom/k1est/assets/img/icon-open.png");
  }
  #pref-list .areagroup-list-content .areaGroup .group-name-row .group-name .store-quantity {
    color: #E54950;
    font-weight: normal;
  }
  #pref-list #top-premium-users-area-list {
    margin: 10px 0;
  }
  #pref-list #top-premium-users-area-list .premium-area-list .top-areas-of-pref .area-name {
    display: inline-block;
    float: left;
    font-size: 14px;
    padding: 5px 15px;
    color: #5487C2;
    cursor: pointer;
    border: 1px solid #969696;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
  }
}

.index2 .drupal_tabs {
  display: none;
}

.m-search-nav-area {
  position: fixed;
  z-index: 101;
  background-color: #F8F8F8;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .m-search-nav-area {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .m-search-nav-area {
    position: fixed;
    width: 1000px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    overflow: visible;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .m-search-nav-area .m-search-nav__searchform {
    background-color: #fff;
    margin-bottom: 0;
  }
  .m-search-nav-area .m-search-nav__inn {
    max-height: 90vh;
    overflow-y: scroll;
  }
  .m-search-nav-area .m-search-nav__searchform::after {
    display: none;
  }
}
.m-search-nav-area.is-show {
  visibility: visible;
  opacity: 1;
}
.m-search-nav-area .acc__title {
  width: 100%;
  cursor: pointer;
  position: relative;
  backface-visibility: hidden;
  border-bottom: 1px solid #D4D4D4;
  padding: 1.2em 3em 1.2em 0;
  font-weight: 700;
  font-size: 16px;
}
.m-search-nav-area .acc__title::after,
.m-search-nav-area .acc__title::before {
  content: "";
  position: absolute;
  right: 1.45em;
  top: 1.45em;
  width: 2px;
  height: 1em;
  background-color: #222;
  transition-property: height rotate;
  transition-duration: 0.3s;
}
.m-search-nav-area .acc__title::after {
  transform: rotate(90deg);
}
.m-search-nav-area .acc__content {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: ease-out 0.3s;
  margin: 0;
  background-color: var(--bg-gray1);
}
.m-search-nav-area .acc__active > .acc__title::before {
  transform: rotate(90deg) !important;
}
.m-search-nav-area .acc__area {
  padding: 10px;
  background-color: #F1F1F1;
}
@media screen and (min-width: 768px) {
  .m-search-nav-area .acc__area {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .m-search-nav-area .acc_areaGroup {
    display: grid;
    grid-template-columns: 250px 1fr;
    border-bottom: 1px solid #D4D4D4;
  }
  .m-search-nav-area .acc_areaGroup:last-child {
    border-bottom: none;
  }
}
.m-search-nav-area .acc__areaTitle {
  color: var(--c-link);
  padding-left: 20px;
  background-image: url(/themes/custom/k1est/assets/img/icon-pin-blue.svg);
  background-repeat: no-repeat;
}
.m-search-nav-area .acc__areaTitle.no-icon {
  background-image: none;
}
@media screen and (min-width: 768px) {
  .m-search-nav-area .acc__areaTitle {
    font-weight: 700;
    margin: calc(15px + 0.25em) 0;
  }
}
.m-search-nav-area .acc__arealist, .m-search-nav-area .acc__stationlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1em;
  border-bottom: 1px solid #D4D4D4;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .m-search-nav-area .acc__arealist, .m-search-nav-area .acc__stationlist {
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 15px 0;
    border-bottom: none;
  }
}
.m-search-nav-area .acc__arealist-item, .m-search-nav-area .acc__stationlist-item {
  padding: 1em 0 1em 0.5em;
  border-bottom: 1px solid #D4D4D4;
  cursor: pointer;
}
.m-search-nav-area .acc__arealist-item:hover, .m-search-nav-area .acc__stationlist-item:hover {
  background-color: var(--bg-gray2);
}
.m-search-nav-area .acc__arealist-item.empty, .m-search-nav-area .acc__stationlist-item.empty {
  color: #D3D0D0;
}
@media screen and (min-width: 768px) {
  .m-search-nav-area .acc__arealist-item, .m-search-nav-area .acc__stationlist-item {
    padding: 0.25em 0 0.25em 0.25em;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .m-search-nav-area .acc__arealist-item, .m-search-nav-area .acc__stationlist-item {
    text-align: center;
  }
  .m-search-nav-area .acc__arealist-item.first, .m-search-nav-area .acc__stationlist-item.first {
    text-align: left;
    width: 100%;
  }
  .m-search-nav-area .acc__arealist-item:last-child:not(:nth-child(even)), .m-search-nav-area .acc__stationlist-item:last-child:not(:nth-child(even)) {
    border: none;
  }
}

.m-search-nav-service {
  cursor: default;
  position: fixed;
  z-index: 102;
  background-color: #F8F8F8;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.m-search-nav-service.is-show {
  visibility: visible;
  opacity: 1;
}
.m-search-nav-service .m-search-nav__inn {
  background-color: var(--bg-gray1);
}
@media screen and (min-width: 768px) {
  .m-search-nav-service .m-search-nav__inn {
    margin-top: 60px;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .m-search-nav-service {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .m-search-nav-service__tabs {
    margin-top: 20px;
    position: relative;
  }
  .m-search-nav-service__tabs__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    float: left;
    height: 40px;
    background-color: #E4E4E4;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
  }
  .m-search-nav-service__tabs__item.m-tabs-1 {
    border-right: 1px solid #C5C5C5;
  }
  .m-search-nav-service__tabs__item.m-tabs-active {
    font-weight: 700;
    color: var(--c-link);
    background-color: transparent;
    border-bottom: none;
  }
  .m-search-nav-service__tabs__item.m-tabs-active + .m-search-nav-service__body {
    display: block;
  }
  .m-search-nav-service__body {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    display: none;
  }
  .m-search-nav-service__body__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 15px 0;
    margin-bottom: 30px;
  }
  .m-search-nav-service__body__items span {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    grid-gap: 5px 0;
  }
  .m-search-nav-service__body__items span.empty {
    color: #D3D0D0;
  }
}
@media screen and (min-width: 768px) {
  .m-search-nav-service {
    position: fixed;
    width: 1000px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    overflow: visible;
    background-color: #fff;
  }
  .m-search-nav-service__tabs {
    margin: 30px;
    display: grid;
    grid-template-columns: 150px 1fr;
  }
  .m-search-nav-service__tabs:first-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  .m-search-nav-service__tabs__item {
    font-weight: 700;
    font-size: 16px;
  }
  .m-search-nav-service__body__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    grid-gap: 15px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .m-search-nav-service__body__items {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .m-search-nav-service__body__items span {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .m-search-nav-service__body__items span.empty {
    color: #D3D0D0;
  }
}

@media screen and (max-width: 767px) {
  .m-search-nav-pc__close {
    display: none;
  }
}
.m-search-nav-pc__close {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: #222;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .m-area-search {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-area-search__btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: var(--p-small);
  margin-bottom: var(--p-medium);
}
.m-area-search__btn-now {
  grid-area: 1/1/2/4;
}
.m-area-search__btn-store {
  grid-area: 2/1/3/2;
}
.m-area-search__btn-thera {
  grid-area: 2/2/3/3;
}
.m-area-search__btn-coupon {
  grid-area: 2/3/3/4;
}
.m-area-search__word {
  position: relative;
  margin-bottom: var(--p-medium);
}
.m-area-search__word input[type=text] {
  width: 100%;
  border-radius: 5px;
  padding: 0.7em 0.7em 0.7em 40px;
  background-color: #fff;
  border: 1px solid #C9C9C9;
}
.m-area-search__word input[type=text]::placeholder {
  color: #C9C9C9;
}
.m-area-search__word input[type=button] {
  cursor: pointer;
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url("/themes/custom/k1est/assets/img/icon-search-g.png");
  background-size: 38px 38px;
  background-repeat: no-repeat;
  left: 5px;
}
.m-area-search__word input[type=button]:hover {
  opacity: 0.8;
}
.m-area-search__area {
  margin-bottom: var(--p-medium);
}
.m-area-search__area-box {
  background-color: var(--bg-gray2);
  padding: var(--p-small);
  margin-bottom: var(--p-small);
}
.m-area-search__area-box__title {
  color: var(--c-link);
  padding-left: 20px;
  background-image: url("/themes/custom/k1est/assets/img/icon-pin-blue.svg");
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.m-area-search__area-box li {
  display: inline-block;
  margin-right: 0.1em;
}
.m-area-search__area-box li::after {
  margin-left: 0.3em;
  content: "/";
}
.m-area-search__area-box li:last-child::after {
  content: "";
}
.m-area-search__area-box li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .coupon-list .search-items .search-item-wrapper {
    display: block;
    border: none;
    margin-left: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .coupon-list .u-page-result {
    text-align: center;
    margin: auto;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .coupon-list .u-page-result {
    text-align: right;
  }
}

.m-store-access {
  margin-bottom: var(--p-medium);
}
.m-store-access__body {
  padding: var(--p-small);
}
.m-store-access__map iframe {
  width: 100%;
  height: 250px;
}

.m-store-flow {
  margin-bottom: var(--p-medium);
}
.m-store-flow__header {
  font-weight: 700;
  padding: var(--p-small);
  background-color: var(--bg-gray2);
}
@media screen and (min-width: 768px) {
  .m-store-flow__header {
    font-size: var(--f-large);
  }
}
.m-store-flow__body {
  padding: var(--p-small);
  background-color: var(--bg-gray1);
}
.m-store-flow__inn {
  margin: var(--p-small) 0;
  background-color: var(--bg-gray2);
}
@media screen and (min-width: 768px) {
  .m-store-flow__inn {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.m-store-flow__inn-header {
  padding: var(--p-small);
  font-weight: 700;
}
.m-store-flow__inn-header span {
  display: inline-block;
  margin-left: 2em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .m-store-flow__inn-header {
    grid-column: 1/3;
  }
}
.m-store-flow__inn-body {
  margin-bottom: 1em;
  padding: 0 var(--p-small);
}
.m-store-flow__inn-action {
  padding: 0 var(--p-small) var(--p-small) var(--p-small);
}
.m-store-flow__inn-body-type2 {
  background-color: #fff;
  padding: var(--p-small);
  border: 2px solid var(--bg-gray2);
}
@media screen and (min-width: 768px) {
  .m-store-flow__inn-body-type2 {
    grid-column: 1/3;
  }
}

.m-gallery-type1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
}
@media screen and (max-width: 767px) {
  .m-gallery-type1__img:nth-child(n+7) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .m-gallery-type1 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}
.m-gallery-type1 {
  margin-bottom: var(--p-small);
}

.m-recruit {
  margin-top: var(--p-small);
}
.m-recruit__box {
  background-color: var(--bg-gray1);
  margin-bottom: 1em;
}
.m-recruit__box__inn {
  padding: var(--p-small);
}
.m-recruit__box__inn p {
  margin: 0.5em 0;
}
@media screen and (min-width: 768px) {
  .m-recruit__box__inn p {
    font-size: var(--f-xmedium);
  }
}
.m-recruit__box dl {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .m-recruit__box dt {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .m-recruit__box dd {
    font-size: var(--f-xmedium);
  }
}
.m-recruit__box h3 {
  background-color: #DCDCDC;
  padding: var(--p-small);
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .m-recruit__box h3 {
    font-size: var(--f-xmedium);
  }
}
.m-recruit__point {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .m-recruit__point {
    margin-bottom: 20px;
  }
}
.m-recruit__point-ttl {
  background-image: url("/themes/custom/k1est/assets/img/icon-point.png");
  background-repeat: no-repeat;
  background-size: 14px 21px;
  background-position: left center;
  padding-left: 20px;
  font-weight: 700;
}
.m-recruit__point__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2px;
}
@media screen and (min-width: 768px) {
  .m-recruit__point__list {
    grid-gap: 10px 5px;
  }
}
.m-recruit__point__list li {
  text-align: center;
  color: #707070;
  font-size: 10px;
  padding: 5px 0;
  border: 1px solid #C1C1C1;
  background-color: #C1C1C1;
  outline: 1px solid #C1C1C1;
  outline-offset: 1px;
  margin: 3px;
}
@media screen and (min-width: 768px) {
  .m-recruit__point__list li {
    font-size: var(--f-medium);
  }
}
.m-recruit__point__list li._on {
  color: #fff;
  border: 1px solid #7DCFB5;
  background-color: #7DCFB5;
  outline: 1px solid #7DCFB5;
}

.m-store-recruit {
  padding: var(--p-small) 0;
}
@media screen and (min-width: 768px) {
  .m-store-recruit {
    padding: var(--p-small);
  }
}
.m-store-recruit__body {
  padding: var(--p-small);
  background-color: var(--bg-gray1);
}

.m-reserve-course__block {
  border: 2px solid #FFF6B4;
  border-radius: 5px;
  background-color: #F2F2F2;
  padding: 10px;
  margin-bottom: 30px;
}
.m-reserve-course__block__title {
  background-color: #DCDCDC;
  margin: -10px -10px 10px -10px;
  padding: 10px;
  font-weight: 700;
}
.m-reserve-course__block__title span {
  font-weight: 400;
  color: var(--c-red);
}
@media screen and (min-width: 768px) {
  .m-reserve-course__block__title {
    font-size: var(--f-meduim);
  }
}
.m-reserve-course__block__title-yellow {
  background-color: #EEFC41;
  padding: 10px;
  font-weight: bold;
  font-size: 17px;
}
.m-reserve-course__block__title-yellow span {
  font-weight: 600;
  font-size: 13px;
  color: var(--c-red);
}
.m-reserve-course__block__subtext {
  padding: 5px;
}
.m-reserve-course__block__subtext span {
  font-weight: 400;
  color: var(--c-red);
}
.m-reserve-course__block__text {
  font-size: 12px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .m-reserve-course__block__text {
    font-size: var(--f-meduim);
  }
}
.m-reserve-course__box {
  border: 2px solid #FFF6B4;
  padding: 10px 20px;
  background-color: #FFFCE6;
  border-radius: 5px;
  margin-bottom: 20px;
}
.m-reserve-course__box__title {
  padding: 10px;
  font-weight: 700;
  font-size: var(--f-meduim);
  background-color: #FDD966;
  border-radius: 5px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .m-reserve-course__box__title {
    font-size: var(--f-meduim);
    background-color: #FDD966;
    border-radius: 5px;
    margin-top: 0px;
  }
}
.m-reserve-course__box__title span {
  font-weight: 400;
  color: var(--c-red);
}
.m-reserve-course__box__title-red {
  background: #E11D48;
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}
.m-reserve-course__box__title-orange {
  background: #FDD966;
  padding: 10px;
  border-radius: 5px;
  color: black;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}
.m-reserve-course__box__title-green {
  background: #36D299;
  padding: 10px;
  border-radius: 5px;
  color: black;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}
.m-reserve-course__box__text {
  font-size: 12px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .m-reserve-course__box__text {
    font-size: var(--f-meduim);
  }
}
.m-reserve-course__box__subbox {
  padding: 10px;
  border: 1px solid #FFF6B3;
  background: white;
  border-radius: 5px;
  margin-bottom: 10px;
}
.m-reserve-course__box__subtext {
  margin-bottom: 5px;
}
.m-reserve-course__greenbox {
  border: 2px solid #36D299;
  padding: 10px 10px;
  background-color: #CEECEB;
  border-radius: 5px;
  margin-bottom: 20px;
}
.m-reserve-course__greenbox__title-green {
  background: #36D299;
  padding: 10px;
  border-radius: 5px;
  color: black;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}
.m-reserve-course__greenbox__text {
  font-size: 12px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .m-reserve-course__greenbox__text {
    font-size: var(--f-meduim);
  }
}
.m-reserve-course__greenbox__subbox {
  padding: 10px;
  border: 1px solid #36D299;
  background: white;
  border-radius: 5px;
  margin-bottom: 10px;
}
.m-reserve-course__greenbox__subtext {
  margin-bottom: 5px;
}
.m-reserve-course__box__coupon {
  border: 2px solid #E11D48;
}
.m-reserve-course__box__coupon .m-reserve-course__box__title {
  background-color: #E11D48;
  color: #fff;
}
.m-reserve-course__selects {
  position: relative;
  margin-bottom: 10px;
  background-color: #FFFFFF;
}
.m-reserve-course__selects:last-child {
  margin-bottom: 0;
}
.m-reserve-course__selects input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.m-reserve-course__selects label {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .m-reserve-course__selects label {
    font-size: var(--f-meduim);
  }
}
.m-reserve-course__selects__ttl {
  padding-left: 30px;
}
.m-reserve-course__selects__price {
  text-align: right;
  padding-right: 10px;
  text-wrap-mode: nowrap;
}
.m-reserve-course__selects__prepayment-price {
  color: #E54545;
  margin-right: 10px;
}
.m-reserve-course__selects input[type=radio]:checked + label {
  background-color: #F19148;
  color: #fff;
}
.m-reserve-course__selects input[type=checkbox]:checked + label {
  background-color: #F19148;
  color: #fff;
}

.m-reserve-dateselect {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  background-color: #E9E9E9;
  height: 38px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .m-reserve-dateselect {
    grid-template-columns: 50px 1fr 50px;
    height: 50px;
    font-size: var(--f-large);
  }
}
.m-reserve-dateselect.therapist-detail {
  margin-top: 10px;
}
.m-reserve-dateselect__notice-head {
  margin-top: 5px;
  padding: 10px;
  background-color: #EEFC41;
  font-weight: bold;
}
.m-reserve-dateselect__notice-head-wide {
  margin-top: 5px;
  padding: 10px;
  background-color: #EEFC41;
  font-weight: bold;
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .m-reserve-dateselect__notice-head-wide {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.m-reserve-dateselect__date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.m-reserve-dateselect__btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5B5B5B;
}
.m-reserve-dateselect__btn a:hover {
  background-color: #000;
}
.m-reserve-dateselect__btn svg {
  stroke: #fff;
  stroke-width: 2px;
}
.m-reserve-dateselect__btn__next svg {
  transform: rotate(180deg);
}

.m-reserve-table {
  width: 100%;
  margin-bottom: 20px;
  display: grid;
  grid-gap: 0;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  border: 1px solid #858585;
}
@media screen and (max-width: 767px) {
  .m-reserve-table {
    margin: 10px;
    width: auto;
  }
}
.m-reserve-table-th {
  background-color: #FFFFFF;
  color: #000;
  line-height: 1;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #858585;
  border-left: 1px solid #858585;
}
@media screen and (min-width: 768px) {
  .m-reserve-table-th {
    height: 50px;
  }
}
.m-reserve-table-th.first {
  border-left: none;
  background-color: #EEEEEE;
}
.m-reserve-table-td {
  border-left: 1px solid #858585;
}
.m-reserve-table-date, .m-reserve-table-td a, .m-reserve-table-td span {
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #858585;
  border-left: none;
}
@media screen and (min-width: 768px) {
  .m-reserve-table-date, .m-reserve-table-td a, .m-reserve-table-td span {
    height: 50px;
  }
}
.m-reserve-table th, .m-reserve-table td {
  border-collapse: collapse;
  border: 1px solid #858585;
  text-align: center;
  vertical-align: middle;
}
.m-reserve-table td a,
.m-reserve-table td span {
  display: flex;
  height: 36px;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .m-reserve-table td a,
  .m-reserve-table td span {
    height: 50px;
  }
}
.m-reserve-table th {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .m-reserve-table th {
    padding: 10px 0;
  }
}
.m-reserve-table-date,
.m-reserve-table th {
  background-color: #EEEEEE;
  color: #000;
  line-height: 1;
}
.m-reserve-table .t-ttl {
  background-color: #28655F;
}
.m-reserve-table .t-today {
  background-color: #FACC15;
  color: #fff;
}
.m-reserve-table .t-sat {
  background-color: #4C5B9A;
  color: #fff;
}
.m-reserve-table .t-sun {
  background-color: #E54545;
  color: #fff;
}
.m-reserve-table .t-attend-ok {
  background-color: #FFFFFF;
  color: #000;
}
.m-reserve-table .t-attend-ok:hover {
  background-color: #E67219;
}
.m-reserve-table .t-attend-ng {
  background-color: #F5B5B8;
}
.m-reserve-table .t-attend-none {
  background-color: #F5B5B8;
}

.m-reserve-table2 {
  width: 100%;
  margin-bottom: 20px;
}
.m-reserve-table2.payment-fee th {
  background-color: #F19148;
}
.m-reserve-table2.payment-fee td {
  background-color: #FDE599;
  vertical-align: middle;
}
.m-reserve-table2.payment-fee.completed th {
  background-color: #99AC99;
}
.m-reserve-table2.payment-fee.completed td {
  background-color: #F1F2ED;
  vertical-align: middle;
}
.m-reserve-table2 th, .m-reserve-table2 td {
  font-size: var(--f-small);
  border-collapse: collapse;
  border: 1px solid #E2E2E2;
  vertical-align: top;
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  .m-reserve-table2 th, .m-reserve-table2 td {
    padding: 15px 10px;
    font-size: var(--f-medium);
  }
}
.m-reserve-table2 td span {
  display: block;
  color: var(--c-red);
  margin-bottom: 5px;
}
.m-reserve-table2 th {
  background-color: #99AC99;
  color: #fff;
  width: 7em;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .m-reserve-table2 th {
    width: 10em;
  }
}
.m-reserve-table2 td {
  background-color: #F1F2ED;
  border: 1px solid #fff;
  border-left: 2px solid #fff;
}
.m-reserve-table2 td .nomination-fee {
  color: var(--c-red);
  display: inline;
  font-weight: 600;
  font-size: var(--f-small);
}
@media screen and (min-width: 768px) {
  .m-reserve-table2 td .nomination-fee {
    font-size: var(--f-medium);
  }
}
.m-reserve-table2 td .shimei-nomination-fee {
  display: inline;
  color: #222;
  font-size: var(--f-xsmall);
}
@media screen and (min-width: 768px) {
  .m-reserve-table2 td .shimei-nomination-fee {
    font-size: var(--f-small);
  }
}

.m-reserve-coution {
  background-color: #FFE5E5;
  border: solid 1px #EBBDBD;
  border-radius: 10px;
  padding: var(--p-small);
  margin-bottom: var(--p-small);
}
.m-reserve-coution__title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.m-reserve-coution__title1 {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 5px;
}
.m-reserve-coution__text {
  font-size: 12px;
  text-indent: -0.7em;
  margin-left: 0.7em;
}
@media screen and (min-width: 768px) {
  .m-reserve-coution__text {
    font-size: var(--f-medium);
  }
}
.m-reserve-coution__text::before {
  content: "※ ";
}
.m-reserve-coution__text.confirmation::before {
  content: "・";
}
.m-reserve-coution__text > span.popup-link {
  text-decoration: underline;
  cursor: pointer;
  color: var(--c-link);
  padding: 5px 0;
}
.m-reserve-coution.payment {
  background-color: transparent;
  border: none;
  padding: var(--p-small) 0;
}
.m-reserve-coution.payment > .m-reserve-coution__check {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .m-reserve-coution.payment > .m-reserve-coution__check {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .m-reserve-coution.payment > .m-reserve-coution__check {
    font-size: 10px;
  }
}
.m-reserve-coution.payment > .m-reserve-coution__check label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.m-reserve-coution.payment > .m-reserve-coution__check label .popup-link {
  text-decoration: underline;
  padding: 5px 0;
  cursor: pointer;
  color: var(--c-link);
}
.m-reserve-coution.payment > .m-reserve-coution__check input[type=checkbox] {
  transform: scale(1.7);
  cursor: pointer;
  border-radius: 0;
  margin-top: 3px;
}

.m-reserve-caution {
  background-color: #FFE5E5;
  border: solid 1px #EBBDBD;
  border-radius: 10px;
  padding: var(--p-small);
  margin-bottom: var(--p-small);
  margin-top: var(--p-small);
}
.m-reserve-caution__title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.m-reserve-caution__title1 {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 5px;
}
.m-reserve-caution__text {
  text-indent: -0.7em;
  margin-left: 0.7em;
}
@media screen and (min-width: 768px) {
  .m-reserve-caution__text {
    font-size: var(--f-medium);
  }
}
.m-reserve-caution__text::before {
  content: "※ ";
}
.m-reserve-caution__text.confirmation::before {
  content: "・";
}
.m-reserve-caution__text > span.popup-link {
  text-decoration: underline;
  cursor: pointer;
  color: var(--c-link);
  padding: 5px 0;
}
.m-reserve-caution.payment {
  background-color: transparent;
  border: none;
  padding: var(--p-small) 0;
}
.m-reserve-caution.payment > .m-reserve-coution__check {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .m-reserve-caution.payment > .m-reserve-coution__check {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .m-reserve-caution.payment > .m-reserve-coution__check {
    font-size: 10px;
  }
}
.m-reserve-caution.payment > .m-reserve-coution__check label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.m-reserve-caution.payment > .m-reserve-coution__check label .popup-link {
  text-decoration: underline;
  padding: 5px 0;
  cursor: pointer;
  color: var(--c-link);
}
.m-reserve-caution.payment > .m-reserve-coution__check input[type=checkbox] {
  transform: scale(1.7);
  cursor: pointer;
  border-radius: 0;
  margin-top: 3px;
}

.m-reserve-actions-1 {
  display: grid;
  grid-gap: 10px;
  justify-content: center;
}
.m-reserve-actions-1 .c-btn__reserve-action {
  border: 1px solid black;
  width: 280px;
}
.m-reserve-actions-1_button {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .m-reserve-actions-1_button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.m-reserve-actions-1_button .c-btn__reserve-back {
  padding: 5px 0px;
  width: 155px;
}
@media screen and (min-width: 768px) {
  .m-reserve-actions-1_button .c-btn__reserve-back {
    width: 180px;
  }
}

.m-reserve-actions-2 {
  display: grid;
  grid-gap: 10px;
  justify-content: center;
}
.m-reserve-actions-2 .c-btn__reserve-action {
  border: 1px solid black;
  width: 280px;
}
.m-reserve-actions-2_button {
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .m-reserve-actions-2_button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.m-reserve-actions-2_button .c-btn__reserve-back {
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .m-reserve-actions-2_button .c-btn__reserve-back {
    padding: 5px 0px;
  }
}

.m-reserve-backlink {
  margin-bottom: 1em;
  margin-top: 0.5em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .m-reserve-backlink {
    flex-direction: row;
    margin-top: 0;
  }
}
.m-reserve-backlink {
  /* span{
    display: block;
    margin-bottom: 0.5em;
    &::before{
      content: "→";
    }
  } */
}
.m-reserve-backlink .u-link {
  display: block;
  width: 200px;
  background-color: #fff;
  border: 1px solid #363636;
  border-radius: 5px;
  padding: 4px 0;
  text-align: center;
  text-decoration: none;
  font-size: 0.75rem;
  color: #222222;
}
.m-reserve-backlink .u-link:hover {
  background-color: #F19148;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .m-reserve-backlink .u-link {
    width: 180px;
    font-size: 0.85rem;
    padding: 4px 0;
  }
}
.m-reserve-backlink .payment-success-title {
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
}
.m-reserve-backlink.payment-failure {
  margin-bottom: 0;
}
.m-reserve-backlink.payment-failure > .title {
  font-weight: bold;
  text-align: center;
  font-size: 0.85rem;
  width: max-content;
  margin: 44px auto 0;
  padding: 44px 20px;
  background-color: #FFFCE7;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .m-reserve-backlink.payment-failure > .title {
    margin: 74px auto 0;
    padding: 84px 120px;
    font-size: 1.5rem;
  }
}

.m-reserve-backlink-1 {
  margin-bottom: 1em;
  margin-top: 0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .m-reserve-backlink-1 {
    flex-direction: row;
    margin-top: 0;
  }
}
.m-reserve-backlink-1 .u-link {
  display: block;
  background-color: #fff;
  border: 1px solid #363636;
  border-radius: 5px;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 0.75rem;
  color: #222222;
}
.m-reserve-backlink-1 .u-link:hover {
  background-color: #F19148;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .m-reserve-backlink-1 .u-link {
    width: 180px;
    font-size: 0.85rem;
    padding: 4px 0;
  }
}

.m-reserve-step {
  display: grid;
  grid-template-columns: 2.2fr 1.5fr 1.5fr 1.8fr 1fr 1fr;
  width: 100%;
}
.m-reserve-step__item {
  border: 1px solid #fff;
  font-size: 10px;
  text-align: center;
  padding: 5px 0 5px 10px;
  background-color: #F2F2F2;
  position: relative;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .m-reserve-step__item {
    font-size: 10px;
  }
}
.m-reserve-step__item::after {
  position: absolute;
  z-index: 1;
  right: -14px;
  top: 0;
  width: 14px;
  height: 36px;
  content: "";
  background-image: url("/themes/custom/k1est/assets/img/r-arrow-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.m-reserve-step__item:last-child::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .m-reserve-step__item {
    height: 46px;
    font-size: 16px;
    padding: 10px 0;
  }
  .m-reserve-step__item::after {
    right: -18px;
    width: 18px;
    height: 46px;
  }
}
.m-reserve-step__item__active {
  background-color: #FCCCA8;
}
.m-reserve-step__item__active::after {
  background-image: url("/themes/custom/k1est/assets/img/r-arrow-pc-active.png");
  background-repeat: no-repeat;
}
.m-reserve-step__subtext-header-reserve {
  border: 2px solid #CF132B;
  border-radius: 10px;
  margin: 5px;
  color: #CF132B;
  padding: 5px;
}

.m-reserve-total {
  margin-bottom: 10px;
  text-align: right;
}
.m-reserve-total__count {
  border-bottom: 2px solid #222;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.m-reserve-total__count strong {
  color: var(--c-red);
}
.m-reserve-total__caution {
  font-size: var(--f-small);
  color: var(--c-red);
}
.m-reserve-total__caution.payment-success {
  padding: 6px 10px;
  font-size: 14px;
  color: #5B5B5B;
  width: 90%;
  justify-self: center;
}
@media screen and (max-width: 767px) {
  .m-reserve-total__caution.payment-success {
    width: 100%;
  }
}

.m-reserve-complete {
  margin: 5px;
  border: 1px solid red;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .m-reserve-complete {
    margin: 5px 50px;
  }
}
.m-reserve-complete__title {
  text-align: center;
  margin: 50px 0;
  font-size: var(--f-large);
  font-weight: 700;
}
.m-reserve-complete__text {
  margin-bottom: 1em;
}
.m-reserve-complete__text strong {
  color: var(--c-red);
}

.m-reserve-therapist {
  margin-bottom: 30px;
  background-color: var(--bg-gray2);
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .m-reserve-therapist {
    grid-template-columns: 150px 1fr;
  }
}
.m-reserve-therapist__img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .m-reserve-therapist__img {
    width: 150px;
  }
}
.m-reserve-therapist__box {
  padding-left: 40px;
}
.m-reserve-therapist__box__name {
  display: flex;
  align-items: center;
  color: var(--c-therapist);
  margin-bottom: 0.5em;
  font-weight: bold;
}
.m-reserve-therapist__box__name img {
  margin-right: 0.5em;
}
.m-reserve-payment-terms-of-use.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-reserve-payment-terms-of-use.modal-overlay > .modal-box {
  background: #fff;
  width: 740px;
  max-width: 96%;
  padding: 12px 24px 16px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: relative;
  height: 60vh;
}
@media screen and (min-width: 768px) {
  .m-reserve-payment-terms-of-use.modal-overlay > .modal-box {
    height: 50vh;
  }
}
.m-reserve-payment-terms-of-use.modal-overlay > .modal-box .modal-close {
  position: absolute;
  right: 8px;
  top: 0;
  border: none;
  background: none;
  font-size: 36px;
  cursor: pointer;
  color: #595959;
}
.m-reserve-payment-terms-of-use.modal-overlay > .modal-box .modal-body {
  overflow-y: auto;
  height: calc(100% - 36px);
}
@media screen and (max-width: 767px) {
  .m-reserve-payment-terms-of-use.modal-overlay > .modal-box .modal-body {
    font-size: 11px;
  }
}
.m-reserve-payment-terms-of-use.modal-overlay > .modal-box .modal-body::-webkit-scrollbar {
  width: 6px;
}
.m-reserve-payment-terms-of-use.modal-overlay > .modal-box .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.m-reserve-payment-terms-of-use.modal-overlay > .modal-box .modal-body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.m-reserve-payment-terms-of-use.modal-overlay > .modal-box .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.m-reserve-payment-terms-of-use.modal-overlay > .modal-box .modal-body > h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .m-reserve-payment-terms-of-use.modal-overlay > .modal-box .modal-body > h3 {
    font-size: 12px;
  }
}
.m-reserve-payment-terms-of-use.modal-overlay > .modal-box .modal-body .modal-body-bullets {
  margin-left: 10px;
  display: grid;
  grid-template-columns: 1fr 30fr;
}
.m-reserve-payment-terms-of-use.modal-overlay > .modal-box .modal-body .modal-body-bullets-no {
  margin-top: 3px;
}
.m-reserve-payment-terms-of-use.modal-overlay > .modal-box > .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .m-reserve-payment-terms-of-use.modal-overlay > .modal-box > .title {
    font-size: 15px;
  }
}

.m-reserve-redirect-To-Payment-Modal .redirectToPaymentModalButton {
  color: white;
  background-color: #1F2937;
  padding: 5px 15px 5px 15px;
  width: 65%;
  text-align: center;
  border-radius: 10px;
  font-size: 15px;
  place-self: anchor-center;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .m-reserve-redirect-To-Payment-Modal .redirectToPaymentModalButton {
    width: 55%;
    font-size: 18px;
  }
}
.m-reserve-redirect-To-Payment-Modal.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box {
  background: #fff;
  max-width: 96%;
  padding: 12px 24px 16px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: relative;
  height: 30vh;
}
@media screen and (min-width: 768px) {
  .m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box {
    height: 25vh;
    width: 500px;
  }
}
.m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box .modal-close {
  position: absolute;
  right: 8px;
  top: 0;
  border: none;
  background: none;
  font-size: 36px;
  cursor: pointer;
  color: #595959;
}
.m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box .modal-body {
  overflow-y: auto;
  height: calc(100% - 45px);
  margin-right: 2px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box .modal-body {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box .modal-body {
    font-size: 18px;
    height: calc(100% - 40px);
    margin-right: 0px;
  }
}
.m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box .modal-body::-webkit-scrollbar {
  width: 6px;
}
.m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box .modal-body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box .modal-body > h3 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box .modal-body > h3 {
    font-size: 12px;
  }
}
.m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box > .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .m-reserve-redirect-To-Payment-Modal.modal-overlay > .modal-box > .title {
    font-size: 15px;
  }
}

.m-reserve-change-datetime-text {
  margin: 10px 0px 10px 0px;
}

.m-therapist-type14__free-details {
  color: #e11d48;
  text-align: center;
  padding: 3px 0px 10px 0px;
  font-weight: bold;
}

.m-reserve-table3__caution-red {
  font-size: 12px;
  color: #e11d48;
  font-weight: bold;
  width: 70%;
  justify-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .m-reserve-table3__caution-red {
    width: 90%;
  }
}
.m-reserve-table3 .m-reserve-table-total-count {
  font-size: large;
}
.m-reserve-table3 {
  width: 70%;
  justify-self: center;
}
@media screen and (max-width: 767px) {
  .m-reserve-table3 {
    width: 90%;
  }
}
.m-reserve-table3.payment-fee th {
  background-color: #F19148;
}
.m-reserve-table3.payment-fee td {
  background-color: #FDE599;
  vertical-align: middle;
}
.m-reserve-table3.payment-fee.completed th {
  background-color: #99AC99;
}
.m-reserve-table3.payment-fee.completed td {
  background-color: #F1F2ED;
  vertical-align: middle;
}
.m-reserve-table3 th, .m-reserve-table3 td {
  font-size: var(--f-small);
  border-bottom: 1px solid #B7B7B7;
  vertical-align: top;
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  .m-reserve-table3 th, .m-reserve-table3 td {
    padding: 15px 10px;
    font-size: var(--f-medium);
  }
}
.m-reserve-table3 tr:last-child th, .m-reserve-table3 tr:last-child td {
  border-bottom: none;
}
.m-reserve-table3 td span {
  display: block;
  color: var(--c-red);
  margin-bottom: 5px;
}
.m-reserve-table3 th {
  color: #595959;
  font-weight: bold;
}
.m-reserve-table3 td .nomination-fee {
  color: var(--c-red);
  display: inline;
  font-weight: 600;
  font-size: var(--f-small);
}
@media screen and (min-width: 768px) {
  .m-reserve-table3 td .nomination-fee {
    font-size: var(--f-medium);
  }
}
.m-reserve-table3 td .shimei-nomination-fee {
  display: inline;
  color: #222;
  font-size: var(--f-xsmall);
}
@media screen and (min-width: 768px) {
  .m-reserve-table3 td .shimei-nomination-fee {
    font-size: var(--f-small);
  }
}

.payment-failure-text {
  align-items: center;
  min-height: calc(100dvh - 280px);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .payment-failure-text {
    min-height: calc(100dvh - 430px);
  }
}
.payment-failure-text .title {
  margin: 50px 10px;
  padding: 50px;
  font-size: 20px;
  font-weight: bold;
  background-color: #FFFCE6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .payment-failure-text .title {
    margin: 100px 150px;
    padding: 150px;
    font-size: 25px;
  }
}

/*# sourceMappingURL=shop.css.map */
