@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;
  }
}

.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;
    display: none;
  }
  #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: none;
  }
  #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 {
    display: none;
  }
  #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 {
    display: none;
  }
  #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 .area-list-content {
    display: none;
  }
  #pref-list #top-premium-users-area-list {
    margin: 10px 0;
  }
  #pref-list #top-premium-users-area-list .premium-area-list {
    display: none;
  }
  #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;
}

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