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

.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: .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: .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: .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__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: .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: .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: .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: .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; } }

.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: .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; }

.m-column-detail .column-recommend-therapist, .m-column-detail .column-soon-therapist {
  margin-bottom: 30px; }

.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 {
        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.group-title {
          display: none; }
        #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: .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 .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 .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: .25em 0 .25em .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; } }

.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 (max-width: 767px) {
    .m-search-nav-pc__close {
      display: none; } }

@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: .1em; }
      .m-area-search__area-box li::after {
        margin-left: .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; } }

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