@charset "UTF-8";
.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-404 {
  margin-top: var(--p-small); }
  .m-404__box {
    padding: var(--p-small); }
  .m-404__region {
    font-weight: 700;
    border: 1px solid #707070;
    padding: 5px 10px; }
    @media screen and (min-width: 768px) {
      .m-404__region {
        font-size: 16px;
        padding: 10px; } }
  .m-404__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: var(--p-small); }
    .m-404__list li {
      width: 22%; }
      @media screen and (min-width: 768px) {
        .m-404__list li {
          width: 8%;
          font-size: 16px; } }
    .m-404__list a {
      display: inline-block; }
      .m-404__list a::before {
        content: "・"; }
      .m-404__list a:hover {
        text-decoration: underline; }

.m-faq dl {
  margin-bottom: 30px; }
.m-faq dt {
  position: relative;
  padding: 10px 10px 10px 40px; }
  @media screen and (min-width: 768px) {
    .m-faq dt {
      font-size: 18px;
      padding: 10px 10px 10px 50px; } }
  .m-faq dt::before {
    content: "Q";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 0;
    top: 0;
    width: 30px;
    text-align: center;
    font-weight: 700;
    background-color: #B4B4B4; }
    @media screen and (min-width: 768px) {
      .m-faq dt::before {
        width: 40px; } }
.m-faq dd {
  position: relative;
  padding: 10px 10px 10px 40px;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .m-faq dd {
      font-size: 18px; } }
  .m-faq dd::before {
    content: "A";
    position: absolute;
    display: flex;
    justify-content: center;
    padding-top: 12px;
    height: 100%;
    left: 0;
    top: 0;
    width: 30px;
    text-align: center;
    font-weight: 700; }

.m-keep {
  background-color: rgba(225, 216, 160, 0.8);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  grid-gap: 10px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .m-keep a:first-child {
      margin-left: auto; } }
  .m-keep__therapist, .m-keep__store {
    background-color: #EBEBEB;
    border-radius: 5px;
    height: 52px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #959595;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .m-keep__therapist, .m-keep__store {
        width: 300px; } }
  .m-keep__active {
    color: #fff; }
    .m-keep__active .m-keep__count {
      background-color: #FFE42E;
      color: #222; }
  .m-keep__therapist.m-keep__active {
    background-color: #BB0439; }
  @media screen and (min-width: 768px) {
    .m-keep__text {
      width: calc(100% - 50px);
      text-align: center; } }
  .m-keep__store.m-keep__active {
    background-color: #5487C2; }
  .m-keep__count {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C4C4C4;
    position: absolute;
    right: 20px;
    top: 10px;
    border-radius: 50%;
    width: 32px;
    height: 32px; }

.m-maintenance {
  padding: var(--p-medium); }
  .m-maintenance-bg {
    background-image: url("/themes/custom/k1est/assets/img/bg-mente.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .m-maintenance p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 50px; }
    .m-maintenance p span {
      font-size: 14px; }
  .m-maintenance h2 {
    margin: var(--p-large) 0 var(--p-medium) 0;
    font-size: var(--f-xlarge);
    font-weight: 700;
    text-align: center; }
  .m-maintenance h3 {
    margin: 0 0 var(--p-small) 0;
    font-size: var(--f-large);
    font-weight: 700;
    text-align: center; }

.p-freeplan h3 {
  background-color: #DCDCDC;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .p-freeplan h3 {
      font-size: 20px;
      padding: 20px; } }
.p-freeplan h4 {
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #870000;
  display: flex; }
  .p-freeplan h4 span {
    margin-right: 10px;
    white-space: nowrap; }
  @media screen and (min-width: 768px) {
    .p-freeplan h4 {
      font-size: 18px; } }
.p-freeplan p {
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .p-freeplan p {
      font-size: 16px; } }
.p-freeplan img {
  width: 100%; }
@media screen and (min-width: 768px) {
  .p-freeplan .u-text {
    font-size: 18px; } }
.p-freeplan__read {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin: 1em 0; }
  @media screen and (min-width: 768px) {
    .p-freeplan__read {
      margin: 0;
      font-size: 24px; } }
.p-freeplan__read-box {
  background-color: #A59585;
  color: #fff;
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .p-freeplan__read-box {
      padding: 30px; } }
  .p-freeplan__read-box li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0.5em; }
    @media screen and (min-width: 768px) {
      .p-freeplan__read-box li {
        font-size: 20px; } }
    .p-freeplan__read-box li:last-child {
      margin-bottom: 0; }
.p-freeplan__choice {
  display: grid;
  grid-template-columns: 38px 1fr; }
  @media screen and (min-width: 768px) {
    .p-freeplan__choice {
      grid-template-columns: 45px 1fr; } }
  .p-freeplan__choice span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C25858;
    color: #fff;
    font-weight: 700;
    font-size: 18px; }
    @media screen and (min-width: 768px) {
      .p-freeplan__choice span {
        font-size: 20px; } }
  .p-freeplan__choice p {
    display: flex;
    align-items: center;
    background-color: #F9E8E8;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 10px; }
    @media screen and (min-width: 768px) {
      .p-freeplan__choice p {
        font-size: 16px; } }
  .p-freeplan__choice_box {
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      .p-freeplan__choice_box {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 20px; } }
.p-freeplan__attention {
  background-color: #FFE5E5;
  padding: 10px;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .p-freeplan__attention {
      padding: 20px; } }
  .p-freeplan__attention li {
    color: #E20101;
    margin-bottom: 5px;
    margin-left: 1em;
    list-style: disc; }
.p-freeplan__cta {
  background-color: #F8F8F8;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .p-freeplan__cta {
      padding: 30px; } }
  .p-freeplan__cta-read {
    display: block;
    color: #FF8053;
    margin: 1em 0; }
    @media screen and (min-width: 768px) {
      .p-freeplan__cta-read {
        font-size: 24px; } }
  .p-freeplan__cta p {
    margin-bottom: 0.5em; }
    @media screen and (min-width: 768px) {
      .p-freeplan__cta p {
        font-size: 20px;
        margin-bottom: 1em; } }
  .p-freeplan__cta-actions {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .p-freeplan__cta-actions {
        display: flex;
        gap: 20px;
        justify-content: center; } }
    .p-freeplan__cta-actions > div {
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .p-freeplan__cta-actions > div a {
          font-size: 20px;
          padding: 15px;
          width: 400px; } }

.p-plan-info__title {
  background-color: #DCDCDC;
  padding: 10px;
  text-align: center;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .p-plan-info__title {
      font-size: 18px;
      padding: 20px; } }
.p-plan-info__cta {
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    .p-plan-info__cta {
      margin: 50px 0; } }
.p-plan-info__text {
  margin: 1em 0;
  color: #595959; }
  @media screen and (min-width: 768px) {
    .p-plan-info__text {
      font-size: 14px; } }
@media screen and (max-width: 767px) {
  .p-plan-info__table {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 15px; }
    .p-plan-info__table::-webkit-scrollbar {
      display: none; } }
.p-plan-info__body {
  padding: var(--p-small); }
  @media screen and (min-width: 768px) {
    .p-plan-info__body {
      display: grid;
      grid-template-columns: 684px 335px;
      grid-gap: 20px; } }
.p-plan-info__body2 {
  padding: var(--p-small); }
  @media screen and (min-width: 768px) {
    .p-plan-info__body2 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 20px; } }
.p-plan-info__plans-plan {
  background-color: #F8F8F8;
  border: 1px solid #7DAFB7;
  padding: 10px;
  margin-bottom: 17px;
  text-align: center; }
  .p-plan-info__plans-plan p {
    margin-bottom: 10px;
    text-align: left; }
    .p-plan-info__plans-plan p.p-plan-info__plans-plan__otoku {
      font-weight: 700;
      color: #FF8000; }
  .p-plan-info__plans-plan__box {
    background-color: #fff;
    border: 1px solid #E2E2E2;
    padding: 10px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    .p-plan-info__plans-plan__box span {
      display: block; }
    .p-plan-info__plans-plan__box__small {
      margin-top: 0.5em;
      font-size: 12px;
      font-weight: 400; }
    .p-plan-info__plans-plan__box__price {
      font-size: 16px; }
      @media screen and (min-width: 768px) {
        .p-plan-info__plans-plan__box__price {
          font-size: 18px; } }
    .p-plan-info__plans-plan__box__price2 {
      font-size: 14px;
      font-weight: 400; }
    @media screen and (min-width: 768px) {
      .p-plan-info__plans-plan__box {
        padding: 20px; } }
  .p-plan-info__plans-plan__box2 {
    display: block;
    text-align: left; }
  .p-plan-info__plans-plan a {
    margin: 0 auto; }
.p-plan-info__img {
  margin-bottom: 50px;
  text-align: center; }
  .p-plan-info__img img {
    width: 100%; }
.p-plan-info__img_mg_both {
  margin: 20px 0;
  text-align: left; }
  .p-plan-info__img_mg_both img {
    width: 100%; }
.p-plan-info__img_mg_top {
  margin-top: 20px;
  text-align: center; }
  .p-plan-info__img_mg_top img {
    width: 100%; }

.p-plan-table {
  width: 100%;
  font-size: var(--f-small);
  border-collapse: collapse;
  padding: 10px 5px; }
  .p-plan-table th, .p-plan-table td {
    text-align: center;
    padding: 5px;
    border: 1px solid #DCDCDC;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .p-plan-table th, .p-plan-table td {
        padding: 10px 5px;
        font-size: 14px; } }
  .p-plan-table th {
    width: 114px;
    background-color: #F5F5F5;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .p-plan-table th {
        padding-left: 10px; } }
  .p-plan-table__none {
    background-color: transparent !important;
    border: none !important; }
  .p-plan-table__header th {
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .p-plan-table__header th {
        min-width: 114px; }
        .p-plan-table__header th:first-child {
          min-width: 160px; } }
    @media screen and (min-width: 768px) {
      .p-plan-table__header th {
        min-width: 114px; }
        .p-plan-table__header th:first-child {
          min-width: 160px; } }

.m-privacy h3 {
  background-color: #DCDCDC;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .m-privacy h3 {
      font-size: 16px;
      padding: 15px;
      margin-top: 30px; } }
  .m-privacy h3:first-child {
    margin-top: 0; }
.m-privacy p {
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .m-privacy p {
      padding: 20px; } }
.m-privacy ol {
  padding: 10px;
  margin-bottom: 1em;
  margin-left: 1.5em; }
  @media screen and (min-width: 768px) {
    .m-privacy ol {
      padding: 20px; } }
  .m-privacy ol li {
    list-style: decimal;
    margin-bottom: 1em; }
    .m-privacy ol li:last-child {
      margin-bottom: 0; }
    .m-privacy ol li > ul {
      margin-left: 1em; }
.m-privacy ol.cakko {
  text-indent: -1.3em; }
  .m-privacy ol.cakko li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0.5em; }
.m-privacy ul {
  padding: 10px;
  margin-bottom: 1em;
  margin-left: 0; }
  .m-privacy ul li {
    list-style: disc;
    margin-bottom: 0.5em; }
    .m-privacy ul li:last-child {
      margin-bottom: 0; }
.m-privacy > ul {
  margin-left: 2em; }
.m-privacy ul.shikaku {
  margin-top: 1em;
  margin-left: 0;
  padding: 0; }
  .m-privacy ul.shikaku li {
    list-style: none; }

.m-terms h3 {
  background-color: #DCDCDC;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .m-terms h3 {
      font-size: 16px;
      padding: 15px;
      margin-top: 30px; } }
  .m-terms h3:first-child {
    margin-top: 0; }
.m-terms p {
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .m-terms p {
      padding: 20px; } }
.m-terms ol {
  padding: 10px;
  margin-bottom: 1em;
  margin-left: 1.5em; }
  @media screen and (min-width: 768px) {
    .m-terms ol {
      padding: 20px; } }
  .m-terms ol li {
    list-style: decimal;
    margin-bottom: 1em; }
    .m-terms ol li:last-child {
      margin-bottom: 0; }
    .m-terms ol li > ul {
      margin-left: 1em; }
.m-terms ol.cakko {
  text-indent: -1.3em; }
  .m-terms ol.cakko li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0.5em; }
.m-terms ul {
  padding: 10px;
  margin-bottom: 1em;
  margin-left: 0; }
  .m-terms ul li {
    list-style: disc;
    margin-bottom: 0.5em; }
    .m-terms ul li:last-child {
      margin-bottom: 0; }
.m-terms > ul {
  margin-left: 2em; }
.m-terms ul.shikaku {
  margin-top: 1em;
  margin-left: 0;
  padding: 0; }
  .m-terms ul.shikaku li {
    list-style: none; }

.m-sitemap__title {
  background-color: #262626;
  color: #fff;
  padding: 10px; }
.m-sitemap__pref {
  display: block;
  background-color: #8D8D8D;
  color: #fff;
  padding: 10px;
  background-image: url("/themes/custom/k1est/assets/img/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: right .5em center; }
.m-sitemap__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1px; }
  .m-sitemap__grid__item a {
    display: block;
    background-color: #E2E2E2;
    font-size: 10px;
    padding: 10px 10px 10px 20px;
    background-image: url("/themes/custom/k1est/assets/img/arrow-right-black.svg");
    background-repeat: no-repeat;
    background-size: 10px 12px;
    background-position: left .5em center; }

.m-sitemap {
  margin-top: var(--p-small); }
  .m-sitemap .sitemap-wrap-region {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .m-sitemap .sitemap-wrap-region {
        margin-bottom: 40px; } }
  .m-sitemap .sitemap-region {
    background-color: #262626;
    color: #fff;
    padding: 0.5em; }
  .m-sitemap .sitemap-pref {
    display: block;
    color: #fff;
    background-color: #8d8d8d;
    padding: 0.5em;
    background-image: url(/themes/custom/k1est/assets/img/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 0 center; }
    .m-sitemap .sitemap-pref:hover {
      background-color: #777777; }
  .m-sitemap .sitemap-wrap-area {
    display: grid;
    grid-gap: 1px;
    background-color: #f6f6f6; }
    @media screen and (min-width: 768px) {
      .m-sitemap .sitemap-wrap-area {
        grid-template-columns: 1fr 1fr 1fr; } }
  .m-sitemap .sitemap-area {
    display: block;
    color: #000;
    background-color: #e2e2e2;
    padding: 0.5em 0.5em 0.5em 1.5em;
    position: relative; }
    .m-sitemap .sitemap-area::before {
      content: "";
      position: absolute;
      top: 15px;
      left: 0.8em;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 0 3px 5px;
      border-color: transparent transparent transparent #000222; }
    .m-sitemap .sitemap-area:hover {
      background-color: #dddddd; }

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