@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*! Writen  by SCSS */
/*	このcssは会員・セラピスト共通	*/
/*	削除・非表示エリア	*/
@media screen and (max-width: 480px) {
  .right_move,
  .move_area_cont,
  .fix_sns_wrap_pc {
    display: none; } }

@media screen and (max-width: 480px) {
  .fixed_wrap .fixed_right {
    display: none; } }

.banner_cont {
  display: none; }

/*	削除・非表示エリア	*/
.shop_ttl {
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  background: url("../images/common/ttl_bg.jpg") center center/cover no-repeat;
  text-align: center; }
  .shop_ttl .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .shop_ttl .flex .area {
      display: inline-block;
      font-size: 12px;
      padding: 3px 15px;
      background: #FFF;
      border-radius: 100px;
      line-height: 1.25;
      margin-right: 5px;
      margin-bottom: 5px;
      letter-spacing: 0.1em;
      font-weight: bold; }
      .shop_ttl .flex .area:last-of-type {
        margin-right: 0; }

/* セラピストトップ専用のスタイル */
.shop_ttl.therapist_top {
    border-top: 1px solid #FFF !important;
    margin-top: 0;
}
.shop_ttl.therapist_top .flex .area {
    margin-bottom: 0;
}

.shopnav ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #000; }
  .shopnav ul li {
    width: 33.3333333333%;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF; }
    .shopnav ul li:nth-child(3n) {
      border-right: none; }
    .shopnav ul li:nth-child(n+3) {
      border-bottom: none; }
    .shopnav ul li a {
      background: #ead9b6;
      display: block;
      padding: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      row-gap: 3px;
      text-align: center; }
      .shopnav ul li a img {
        width: 25px; }
      .shopnav ul li a span {
        display: block;
        font-size: 11px;
        margin-bottom: -5px; }
    .shopnav ul li.nav-disables a {
      pointer-events: none;
      opacity: .5; }

/*	会員情報エリア	*/
.member_wrap {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 25px; }
  .member_wrap.therapist_top {
    padding: 25px 0 40px; }
  .member_wrap .member_box {
    display: flex;
    flex-direction: column;
    row-gap: 15px; }
    .member_wrap .member_box .member_name {
      display: block;
      line-height: 1;
      text-align: center;
      font-size: 20px; }
      .member_wrap .member_box .member_name a {
        text-decoration: underline;
        color: #caa362; }
      .member_wrap .member_box .member_name .age, .member_wrap .member_box .member_name .small {
        font-size: 70%; }
  .member_wrap .member_in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    text-align: center;
    color: #caa362; }
    .member_wrap .member_in .member_photo {
      margin: 0 auto; }
      .member_wrap .member_in .member_photo.man {
        max-width: 220px; }
    .member_wrap .member_in .member_num,
    .member_wrap .member_in .shop_name {
      font-size: 14px;
      line-height: 1; }
    .member_wrap .member_in .member_name {
      font-size: 24px;
      line-height: 1.4;
      display: flex;
      flex-direction: column;
      row-gap: 5px; }
      .member_wrap .member_in .member_name.therapist {
        font-size: 20px; }
        .member_wrap .member_in .member_name.therapist .small {
          font-size: 70%; }
        .member_wrap .member_in .member_name.therapist .physical {
          display: block;
          color: #333; }
    .member_wrap .member_in .member_level {
      font-size: 20px;
      color: #FFF;
      background: #660000;
      position: relative;
      width: 193px;
      margin: 0 auto; }
      .member_wrap .member_in .member_level:after {
        content: "";
        position: absolute;
        display: block;
        pointer-events: none;
        inset: 0;
        border: 2px solid;
        border-image: linear-gradient(24deg, #e3cd77 0%, #bfa240 30%, #bfa240 70%, #e3cd77 100%);
        border-image-slice: 1; }
    .member_wrap .member_in .work_schedule {
      display: flex;
      flex-direction: column; }
      .member_wrap .member_in .work_schedule .work_ttl {
        background: #caa362;
        font-size: 14px;
        color: #FFF;
        text-align: center;
        letter-spacing: 0.1em;
        padding: 3px; }
      .member_wrap .member_in .work_schedule .schedule_box {
        width: 100%;
        border-left: 1px solid #caa362;
        border-top: 1px solid #caa362;
        border-collapse: collapse;
        padding: 0;
        text-align: center;
        background: #FFF;
        color: #333; }
        @media screen and (max-width: 480px) {
          .member_wrap .member_in .work_schedule .schedule_box {
            font-size: 10px; } }
        .member_wrap .member_in .work_schedule .schedule_box tr.schedule_day p {
          font-size: 13px;
          padding: 3px 0; }
          .member_wrap .member_in .work_schedule .schedule_box tr.schedule_day p .holiday {
            color: #900; }
        .member_wrap .member_in .work_schedule .schedule_box td {
          border-right: 1px solid #caa362;
          border-bottom: 1px solid #caa362; }
          .member_wrap .member_in .work_schedule .schedule_box td p {
            font-size: 11px;
            padding: 3px 0; }
  .member_wrap .member_point_wrap {
    display: flex;
    margin: 10px auto;
    column-gap: 20px;
    justify-content: center;
    text-align: center; }
    .member_wrap .member_point_wrap .member_point {
      font-size: 32px;
      line-height: 1;
      color: #caa362; }
      .member_wrap .member_point_wrap .member_point .small {
        font-size: 20px; }
    .member_wrap .member_point_wrap .member_point_buy {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      color: #FFF;
      background: #caa362;
      border: 1px solid #caa362;
      width: fit-content;
      column-gap: 5px;
      border-radius: 50px;
      padding: 5px 10px;
      transition: 0.3s all ease-in-out 0s; }
      body:not(.mobile) .member_wrap .member_point_wrap .member_point_buy:hover {
        background: #FFF;
        color: #caa362; }
        body:not(.mobile) .member_wrap .member_point_wrap .member_point_buy:hover .point_p {
          color: #FFF;
          background: #caa362; }
      .member_wrap .member_point_wrap .member_point_buy .point_p {
        font-weight: bold;
        background: #FFF;
        border-radius: 50px;
        width: 20px;
        color: #caa362;
        line-height: 1;
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: 0.3s all ease-in-out 0s; }
  .member_wrap .member_favorite {
    justify-content: center; }
    .member_wrap .member_favorite .favorite_in {
      text-align: center;
      display: flex;
      flex-direction: column;
      row-gap: 5px;
      padding: 0 30px; }
      .member_wrap .member_favorite .favorite_in:nth-of-type(2) {
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC; }
      .member_wrap .member_favorite .favorite_in .favorite_num {
        font-size: 21px;
        color: #ae3a3a;
        line-height: 1; }
      .member_wrap .member_favorite .favorite_in .favorite_txt {
        font-size: 12px;
        text-align: center;
        line-height: 1.4;
        color: #000; }
      .member_wrap .member_favorite .favorite_in .favorite_link {
        border: 1px solid #caa362;
        font-size: 14px;
        color: #caa362;
        padding: 3px 5px 5px;
        text-align: center;
        display: block;
        width: 70px;
        line-height: 1;
        margin: 0 auto;
        background: #FFF;
        transition: 0.3s all ease-in-out 0s; }
        body:not(.mobile) .member_wrap .member_favorite .favorite_in .favorite_link:hover {
          color: #FFF;
          background: #caa362; }
  .member_wrap .member_button {
    gap: 15px 10px; }
    @media screen and (max-width: 480px) {
      .member_wrap .member_button {
        gap: 15px 5px; } }
    .member_wrap .member_button > form {
      width: 100%; }
      .member_wrap .member_button > form button {
        position: relative; }
        .member_wrap .member_button > form button.registered {
          background: #900;
          color: #900; }
          .member_wrap .member_button > form button.registered span.off {
            opacity: 0; }
          .member_wrap .member_button > form button.registered span.on {
            opacity: 1; }
        .member_wrap .member_button > form button span.on {
          position: absolute;
          inset: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #FFF;
          opacity: 0;
          height: max-content;
          margin: auto; }
    .member_wrap .member_button.col2 {
      flex-wrap: wrap;
      gap: 15px 10px; }
      .member_wrap .member_button.col2 a {
        width: 100%;
        width: 48.13%;
        flex-direction: row;
        align-items: center; }
        .member_wrap .member_button.col2 a .m_icon {
          margin: 0; }
        .member_wrap .member_button.col2 a .m_txt {
          width: 90px;
          text-align: center;
          margin-left: 10px;
          line-height: 1.2; }
          .member_wrap .member_button.col2 a .m_txt.line2 {
            line-height: 2.4; }
    .member_wrap .member_button a {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      column-gap: 5px;
      border: 1px solid #caa362;
      background: #FFF;
      color: #caa362;
      border-radius: 6px;
      padding: 10px 2px;
      text-align: center;
      transition: 0.3s all ease-in-out 0s; }
      @media screen and (max-width: 480px) {
        .member_wrap .member_button a {
          padding: 15px 2px; } }
      .member_wrap .member_button a.on, body:not(.mobile) .member_wrap .member_button a:hover {
        background: #caa362;
        color: #FFF; }
        .member_wrap .member_button a.on .m_icon img, body:not(.mobile) .member_wrap .member_button a:hover .m_icon img {
          transition: 0.3s opacity ease-in-out 0s; }
          .member_wrap .member_button a.on .m_icon img.off, body:not(.mobile) .member_wrap .member_button a:hover .m_icon img.off {
            position: absolute;
            left: 0;
            top: 0; }
          .member_wrap .member_button a.on .m_icon img.on, body:not(.mobile) .member_wrap .member_button a:hover .m_icon img.on {
            position: relative;
            opacity: 1; }
      .member_wrap .member_button a .m_icon {
        position: relative;
        width: fit-content;
        margin: 0;
        line-height: 0; }
        .member_wrap .member_button a .m_icon img {
          transition: 0.3s opacity ease-in-out 0s; }
          @media screen and (max-width: 480px) {
            .member_wrap .member_button a .m_icon img {
              width: 15px; } }
          .member_wrap .member_button a .m_icon img.off {
            position: relative; }
          .member_wrap .member_button a .m_icon img.on {
            position: absolute;
            inset: 0;
            opacity: 0;
            pointer-events: none; }
      .member_wrap .member_button a .m_txt {
        font-size: 12px;
        line-height: 1; }

    .member_photo_wrap {
        max-width: 374px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .member_photo_wrap .member_photo {
      position: relative;
    }

    .member_photo_wrap .member_photo figure {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      pointer-events: none;
      transition: 0.3s opacity ease-in-out 0s;

      /* 👇 追加された部分 */
      aspect-ratio: 1;
      overflow: hidden;
    }

    .member_photo_wrap .member_photo figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .member_photo_wrap .member_photo figure.active {
      position: relative;
      opacity: 1;
      pointer-events: all;
    }

    .member_photo_wrap .thumbnail_wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2.5%;
      transition: 0.3s background ease-in-out 0s;
    }

    .member_photo_wrap .thumbnail_wrap p {
      width: 18%;
      cursor: pointer;
      position: relative;
      aspect-ratio: 67 / 80; 
    }
    .member_photo_wrap .thumbnail_wrap p img {
      width: 100%;
      height: 100%;
      object-fit: cover; 
    }

    .member_photo_wrap .thumbnail_wrap p:after {
      content: "";
      inset: 0;
      position: absolute;
      background: rgba(0, 0, 0, 0.3);
      transition: 0.3s opacity ease-in-out 0s;
    }

    .member_photo_wrap .thumbnail_wrap p.active:after {
      opacity: 0;
    }

/*	会員情報エリアここまで	*/
/*	ブログコンテンツ	*/
.blog_contents {
  margin: 0 0 60px;
  display: flex;
  flex-direction: column; }
  .blog_contents .blog_in {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc; }
    .blog_contents .blog_in:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .blog_contents .blog_in .blog_ttl_wrap {
      justify-content: flex-start;
      column-gap: 10px; }
      .blog_contents .blog_in .blog_ttl_wrap .ver_line {
        width: 11px;
        position: relative;
        flex-shrink: 0; }
        .blog_contents .blog_in .blog_ttl_wrap .ver_line:before, .blog_contents .blog_in .blog_ttl_wrap .ver_line:after {
          content: "";
          background: #caa362;
          position: absolute;
          top: 0;
          bottom: 0;
          width: 4px; }
        .blog_contents .blog_in .blog_ttl_wrap .ver_line:before {
          left: 0; }
        .blog_contents .blog_in .blog_ttl_wrap .ver_line:after {
          right: 0; }
      .blog_contents .blog_in .blog_ttl_wrap .blog_ttl {
        font-size: 19px;
        color: #caa362;
        line-height: 1.6;
        -webkit-line-clamp: 1; }
    .blog_contents .blog_in .blog_day {
      font-size: 12px;
      color: #caa362;
      line-height: 1; }
    .blog_contents .blog_in .blog_cont.small {
      column-gap: 20px; }
      .blog_contents .blog_in .blog_cont.small .blog_read {
        width: calc(100% - 100px); }
      .blog_contents .blog_in .blog_cont.small .blog_photo {
        width: 100px;
        flex-shrink: 0; }
    .blog_contents .blog_in .blog_cont.column {
      flex-direction: column;
      row-gap: 20px;
      padding-bottom: 35px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ccc; }
      .blog_contents .blog_in .blog_cont.column .blog_photo,
      .blog_contents .blog_in .blog_cont.column .blog_read {
        width: 100%; }
    .blog_contents .blog_in .blog_cont .blog_photo {
      width: 40.11%; }
    .blog_contents .blog_in .blog_cont .blog_read {
      font-size: 12px;
      line-height: 1.7;
      width: 53.48%; }
      .blog_contents .blog_in .blog_cont .blog_read.line1 {
        -webkit-line-clamp: 1;
        max-height: 30px; }
      .blog_contents .blog_in .blog_cont .blog_read.line3 {
        -webkit-line-clamp: 3;
        max-height: 80px; }
      .blog_contents .blog_in .blog_cont .blog_read.line5 {
        -webkit-line-clamp: 5;
        max-height: 110px; }
      .blog_contents .blog_in .blog_cont .blog_read.line7 {
        -webkit-line-clamp: 7;
        max-height: 150px; }
      .blog_contents .blog_in .blog_cont .blog_read.single {
        width: 100%; }
    @media screen and (max-width: 480px) {
      .blog_contents .blog_in .button_double button {
        width: 48.12%; } }
        
.blog_photos  {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.blog_photos .blog_photo img {
  width: 100%;
}
        

/*	ブログコンテンツここまで	*/
/*	レポートコンテンツ	*/
.report_contents .report_in {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ccc; }
  .report_contents .report_in:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .report_contents .report_in .check_txt {
    font-size: 12px;
    color: #b30000; }
  .report_contents .report_in .report_shop_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px; }
    .report_contents .report_in .report_shop_wrap .report_txt {
      font-size: 12px; }
      .report_contents .report_in .report_shop_wrap .report_txt.line1 {
        -webkit-line-clamp: 1;
        max-height: 30px; }
      .report_contents .report_in .report_shop_wrap .report_txt.line3 {
        -webkit-line-clamp: 3;
        max-height: 70px; }
      .report_contents .report_in .report_shop_wrap .report_txt.line5 {
        -webkit-line-clamp: 5;
        max-height: 110px; }
  .report_contents .report_in .member_link_btn {
    margin-top: 10px; }

/*	レポートコンテンツここまで	*/
/*	店舗情報	共通で使う	*/
.report_shop {
  background: #efefef;
  padding: 10px;
  position: relative; }
  .report_shop .wappen_report {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    font-size: 12px;
    line-height: 1.2;
    padding: 2px 5px 4px;
    color: #FFF; }
  .report_shop .shop_detail .shop_txt {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-top: 15px;
    width: 59.33%; }
    .report_shop .shop_detail .shop_txt .shop_name {
      font-size: 17px;
      color: #caa362;
      line-height: 1.4;
      /*
      -webkit-line-clamp: 1;
      max-height: 30px;
      */ }
    .report_shop .shop_detail .shop_txt .shop_area {
      font-size: 12px;
      width: fit-content;
      border-radius: 20px;
      color: #FFF;
      background: #caa362;
      padding: 3px 10px;
      overflow: hidden;
      line-height: 1.4; }
  .report_shop .shop_detail .photo_shop {
    width: 33.9%; }
  .report_shop .shop_detail02 {
    margin-top: 10px;
    border: 1px solid #caa362;
    background: #FFF;
    padding: 5px 10px; }
    .report_shop .shop_detail02 .shop_detail_txt {
      font-size: 12px;
      line-height: 1.5; }
      .report_shop .shop_detail02 .shop_detail_txt a {
        color: #caa362;
        line-height: 1.6;
        text-decoration: underline; }
        body:not(.mobile) .report_shop .shop_detail02 .shop_detail_txt a:hover {
          text-decoration: none; }

/*	店舗情報	共通で使う	ここまで	*/
/*	お気に入り登録セラピスト	*/
.favorite_therapist .favorite_therapist_in {
  margin-bottom: 40px;
  justify-content: flex-start;
  gap: 5px 1.875%; }
  .favorite_therapist .favorite_therapist_in .therapist {
    width: 32.09%;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    line-height: 1.5; }
    .favorite_therapist .favorite_therapist_in .therapist .therapist_name {
      font-size: 18px;
      color: #caa362;
      text-align: center; }
      .favorite_therapist .favorite_therapist_in .therapist .therapist_name .therapist_age {
        display: block;
        font-size: 70%; }
    .favorite_therapist .favorite_therapist_in .therapist .therapist_shop {
      font-size: 12px;
      text-align: center;
      font-weight: 500; }

/*	お気に入り登録セラピストここまで	*/
/*	コメントエリア	*/
.comment_wrap .comment_ttl {
  margin-bottom: 20px; }
  .comment_wrap .comment_ttl .comment_ttl_in {
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: relative; }
    .comment_wrap .comment_ttl .comment_ttl_in:after {
      content: "";
      width: 100%;
      background: #000;
      height: 1px; }
    .comment_wrap .comment_ttl .comment_ttl_in span {
      flex-shrink: 0; }
      .comment_wrap .comment_ttl .comment_ttl_in span.txt {
        font-size: 14px; }
.comment_wrap .comment_txt_area {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 20px; }
  .comment_wrap .comment_txt_area .comment_ttl {
    margin-bottom: 0; }
  .comment_wrap .comment_txt_area .comment_read {
    font-size: 12px;
    color: #900; }
    .comment_wrap .comment_txt_area .comment_read a {
      color: #246CD7;
      text-decoration: underline; }
      body:not(.mobile) .comment_wrap .comment_txt_area .comment_read a:hover {
        text-decoration: none; }
.comment_wrap .comment_area {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 40px; }
  .comment_wrap .comment_area .comment_in {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
    row-gap: 35px; }
    .comment_wrap .comment_area .comment_in:last-child {
      margin-bottom: 0; }
    .comment_wrap .comment_area .comment_in .comment_detail {
      display: flex;
      justify-content: space-between; }
      .comment_wrap .comment_area .comment_in .comment_detail.rev {
        flex-direction: row-reverse; }
        .comment_wrap .comment_area .comment_in .comment_detail.rev .text_area .comment_box:before {
          right: auto;
          left: 100%;
          border: 6px solid transparent;
          border-left: 10px solid #e7e7e7; }
      .comment_wrap .comment_area .comment_in .comment_detail .photo {
        width: 21.4%;
        max-width: 80px; }
      .comment_wrap .comment_area .comment_in .comment_detail .text_area {
        width: 72.2%;
        display: flex;
        flex-direction: column;
        font-size: 10px;
        row-gap: 5px; }
        .comment_wrap .comment_area .comment_in .comment_detail .text_area .comment_name {
          font-size: 12px;
          color: #caa362; }
        .comment_wrap .comment_area .comment_in .comment_detail .text_area .comment_box {
          background: #e7e7e7;
          padding: 10px;
          border-radius: 5px;
          position: relative; }
          .comment_wrap .comment_area .comment_in .comment_detail .text_area .comment_box:before {
            content: "";
            position: absolute;
            right: 100%;
            top: 15px;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-right: 10px solid #e7e7e7; }
        .comment_wrap .comment_area .comment_in .comment_detail .text_area .comment_day {
          text-align: right; }

/*	お気に入り登録店舗	*/
.favorite_shop {
  display: flex;
  flex-direction: column; }
  .favorite_shop .favorite_shop_in {
    flex-direction: column; }
    .favorite_shop .favorite_shop_in.member_top .f_shop_in {
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 1px solid #CCC; }
    .favorite_shop .favorite_shop_in .f_shop_in {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      row-gap: 20px;
      margin-bottom: 40px; }
      .favorite_shop .favorite_shop_in .f_shop_in:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .favorite_shop .favorite_shop_in .f_shop_in .favorite_shop_link {
        flex-wrap: wrap;
        row-gap: 15px; }
        .favorite_shop .favorite_shop_in .f_shop_in .favorite_shop_link .shop_image {
          width: 32.09%; }
        .favorite_shop .favorite_shop_in .f_shop_in .favorite_shop_link .shop_infor {
          width: 62.84%;
          display: flex;
          flex-direction: column;
          row-gap: 5px; }
          .favorite_shop .favorite_shop_in .f_shop_in .favorite_shop_link .shop_infor .shop_name {
            font-size: 18px;
            color: #caa362; }
          .favorite_shop .favorite_shop_in .f_shop_in .favorite_shop_link .shop_infor .shop_area {
            font-size: 12px;
            color: #FFF;
            width: fit-content;
            padding: 5px 10px 7px;
            line-height: 1;
            letter-spacing: 0.1em;
            border-radius: 12px;
            background: #caa362; }
        .favorite_shop .favorite_shop_in .f_shop_in .favorite_shop_link .shop_comment {
          width: 100%;
          border: 1px solid #d3b271;
          background: #f8f3e8;
          font-size: 12px;
          padding: 5px 10px; }

/*	お気に入り登録店舗ここまで	*/
.button_double {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px; }
  .button_double a, .button_double form {
    width: 48.12%; }
    .button_double a.report_view {
      width: 100%; }
  .button_double.line {
    padding: 15px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC; }

/*	BACK・NEXT	*/
.numbering_wrap {
  padding: 25px 0;
  margin: 40px 0;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .numbering_wrap a {
    color: #666;
    transition: 0.3s color ease-in-out 0s; }
    body:not(.mobile) .numbering_wrap a:hover {
      color: #caa362; }
  .numbering_wrap .page_back,
  .numbering_wrap .page_next {
    font-size: 12px; }
  .numbering_wrap .numbering {
    justify-content: center;
    align-items: center;
    column-gap: 2px; }
    .numbering_wrap .numbering a {
      font-size: 16px;
      letter-spacing: 0.2em; }

/*	BACK・NEXTここまで	*/
.post_wrap {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #CCC; }
  .post_wrap form {
    display: flex;
    flex-direction: column;
    row-gap: 25px; }
    .post_wrap form input[type="file"] {
      display: none; }
    .post_wrap form input[type="text"].age {
      width: 50px; }
    .post_wrap form select.blood {
      width: 70px; }
    .post_wrap form.report_form .post_in, .post_wrap form.blog_form .post_in, .post_wrap form.profile_form .post_in {
      flex-wrap: wrap; }
      .post_wrap form.report_form .post_in .report_ttl, .post_wrap form.blog_form .post_in .report_ttl, .post_wrap form.profile_form .post_in .report_ttl {
        width: 100%;
        margin-bottom: 5px; }
    .post_wrap form.report_form .anno_cap.mt40, .post_wrap form.blog_form .anno_cap.mt40, .post_wrap form.profile_form .anno_cap.mt40 {
      margin-top: 40px; }
    .post_wrap form .post_in.last {
      width: 100%;
      margin-top: 30px; }
    .post_wrap form .post_in.start {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      column-gap: 10px; }
      .post_wrap form .post_in.start .select-image {
        -webkit-line-clamp: 1;
        max-height: 20px; }
    .post_wrap form .post_in .photo_upload_wrap {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px 2%; }
      .post_wrap form .post_in .photo_upload_wrap .photo_upload_in {
        width: 32%;
        flex-direction: column;
        align-items: center;
        row-gap: 10px; }
        .post_wrap form .post_in .photo_upload_wrap .photo_upload_in .photo {
          width: 100%; }
        .post_wrap form .post_in .photo_upload_wrap .photo_upload_in .upload {
          width: 100%;
          text-align: center;
          display: flex;
          flex-direction: column;
          row-gap: 10px; }
        .post_wrap form .post_in .photo_upload_wrap .photo_upload_in .select-image {
          font-size: 12px; }
    .post_wrap form .post_in .post_flex {
      display: flex;
      justify-content: flex-start;
      column-gap: 6px;
      align-items: end;
      flex-wrap: wrap; }
      .post_wrap form .post_in .post_flex.between {
        justify-content: space-between; }
      .post_wrap form .post_in .post_flex .post_flex_in .flex {
        justify-content: flex-start; }
        .post_wrap form .post_in .post_flex .post_flex_in .flex.end {
          column-gap: 5px;
          align-items: flex-end; }
    .post_wrap form .post_in .post_sub {
      font-size: 14px;
      line-height: 1.4; }
      .post_wrap form .post_in .post_sub:nth-of-type(1) {
        margin-right: 10px; }
    .post_wrap form .post_in .flex_space {
      column-gap: 5px; }
    .post_wrap form .post_in label.photo_upload {
      max-width: 180px;
      width: 100%;
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #000;
      cursor: pointer;
      border-radius: 15px;
      font-size: 11px;
      color: #CCC;
      line-height: 1;
      column-gap: 5px;
      padding: 8px 0; }
    .post_wrap form .post_in label .icon {
      line-height: 0;
      position: relative; }
      .post_wrap form .post_in label .icon img {
        transition: 0.3s opacity ease-in-out 0s; }
        .post_wrap form .post_in label .icon img.off {
          position: relative; }
        .post_wrap form .post_in label .icon img.on {
          position: absolute;
          inset: 0;
          opacity: 0;
          pointer-events: none; }
    .post_wrap form .post_in .report_entry {
      border: 1px solid #caa362;
      border-radius: 2px;
      background: #FFF;
      font-size: 16px;
      color: #caa362;
      cursor: pointer;
      padding: 15px 5px;
      text-align: center;
      font-family: YakuHanJP_Noto, "Noto Sans JP","游ゴシック","Yu Gothic", YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
      transition: 0.3s all ease-in-out 0s; }
      body:not(.mobile) .post_wrap form .post_in .report_entry:hover {
        background: #caa362;
        color: #FFF; }
    .post_wrap form .post_in .report_ttl {
      font-size: 14px;
      margin-bottom: 10px; }
      .post_wrap form .post_in .report_ttl .annotation {
        color: #F00; }
      .post_wrap form .post_in .report_ttl.photo_upload {
        margin-bottom: 0; }
    .post_wrap form .post_in .button_wrap {
      width: 100%;
      display: flex;
      flex-direction: column;
      row-gap: 10px; }

.profile_view {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #CCC; }
  .profile_view .profile_detail {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    font-size: 12px; }
    .profile_view .profile_detail .p_detail .item01 {
      color: #caa362; }

/*	お気に入り一覧	*/
.favorite_contents .favorite_tab {
  margin-bottom: 40px; }
  .favorite_contents .favorite_tab a {
    width: 48.13%;
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
    color: #966c2e;
    border: 1px solid #966c2e;
    border-radius: 10px;
    transition: 0.3s all ease-in-out 0s;
    position: relative; }
    .favorite_contents .favorite_tab a.on {
      pointer-events: none; }
    .favorite_contents .favorite_tab a.on, body:not(.mobile) .favorite_contents .favorite_tab a:hover {
      color: #FFF;
      background: #966c2e; }
      .favorite_contents .favorite_tab a.on:after, body:not(.mobile) .favorite_contents .favorite_tab a:hover:after {
        opacity: 1; }
    .favorite_contents .favorite_tab a:after {
      content: "";
      position: absolute;
      inset: 0;
      width: 0;
      height: 0;
      margin: auto;
      opacity: 0;
      top: 100%;
      bottom: auto;
      border: 8px solid transparent;
      border-top: 10px solid #966c2e;
      transition: 0.3s opacity ease-in-out 0s; }
.favorite_contents .report_gj_obi {
  background: #caa362;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px;
  color: #FFF;
  margin-bottom: 20px; }
.favorite_contents .favorite_cont {
  display: flex;
  flex-direction: column;
  margin: 0 -20px; }
  .favorite_contents .favorite_cont .favorite_in {
    padding: 30px 20px;
    border-top: 1px solid #caa362; }
    .favorite_contents .favorite_cont .favorite_in:nth-of-type(2n) {
      background: rgba(255, 240, 216, 0.4); }
    .favorite_contents .favorite_cont .favorite_in:last-of-type {
      border-bottom: 1px solid #caa362; }
    .favorite_contents .favorite_cont .favorite_in .photo_text_link {
      flex-wrap: wrap;
      row-gap: 20px; }
      .favorite_contents .favorite_cont .favorite_in .photo_text_link.ctr {
        align-items: center; }
      .favorite_contents .favorite_cont .favorite_in .photo_text_link.nowrap {
        flex-wrap: nowrap; }
      .favorite_contents .favorite_cont .favorite_in .photo_text_link.small_photo {
        gap: 20px; }
        .favorite_contents .favorite_cont .favorite_in .photo_text_link.small_photo .photo {
          width: 80px;
          flex-shrink: 0; }
        .favorite_contents .favorite_cont .favorite_in .photo_text_link.small_photo .text {
          width: calc(100% - 80px); }
      .favorite_contents .favorite_cont .favorite_in .photo_text_link .photo {
        width: 25%; }
      .favorite_contents .favorite_cont .favorite_in .photo_text_link .text {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        width: 70%; }
        @media screen and (max-width: 480px) {
          .favorite_contents .favorite_cont .favorite_in .photo_text_link .text {
            row-gap: 5px; } }
        .favorite_contents .favorite_cont .favorite_in .photo_text_link .text .fukidashi {
          background: #666;
          border-radius: 6px;
          position: relative;
          padding: 8px 10px;
          color: #FFF;
          line-height: 1.5; }
          .favorite_contents .favorite_cont .favorite_in .photo_text_link .text .fukidashi.pink {
            background: #f18e8e;
            border-color: #f18e8e; }
            .favorite_contents .favorite_cont .favorite_in .photo_text_link .text .fukidashi.pink:after {
              border-right-color: #f18e8e; }
          .favorite_contents .favorite_cont .favorite_in .photo_text_link .text .fukidashi:after {
            content: "";
            position: absolute;
            right: 100%;
            top: 50%;
            margin-top: -5px;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-right: 10px solid #666; }
        .favorite_contents .favorite_cont .favorite_in .photo_text_link .text .prof01 {
          display: flex;
          align-items: baseline;
          font-size: 18px;
          color: #caa362;
          line-height: 1.2;
          text-decoration: underline; }
          @media screen and (max-width: 480px) {
            .favorite_contents .favorite_cont .favorite_in .photo_text_link .text .prof01 {
              font-size: 15px; } }
          body:not(.mobile) .favorite_contents .favorite_cont .favorite_in .photo_text_link .text .prof01:hover {
            text-decoration: none; }
          .favorite_contents .favorite_cont .favorite_in .photo_text_link .text .prof01 .age {
            font-size: 70%; }
        .favorite_contents .favorite_cont .favorite_in .photo_text_link .text .prof02 {
          font-size: 12px; }
          .favorite_contents .favorite_cont .favorite_in .photo_text_link .text .prof02.prof_link {
            color: #caa362;
            text-decoration: underline; }
            body:not(.mobile) .favorite_contents .favorite_cont .favorite_in .photo_text_link .text .prof02.prof_link:hover {
              text-decoration: none; }
          .favorite_contents .favorite_cont .favorite_in .photo_text_link .text .prof02.ellipsis.line2 {
            -webkit-line-clamp: 2;
            max-height: 50px; }
          .favorite_contents .favorite_cont .favorite_in .photo_text_link .text .prof02.ellipsis.line3 {
            -webkit-line-clamp: 3;
            max-height: 65px; }
      .favorite_contents .favorite_cont .favorite_in .photo_text_link .link_btn_group {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px 3.74%; }
        .favorite_contents .favorite_cont .favorite_in .photo_text_link .link_btn_group .member_link_btn {
          width: 48.13%;
          margin: 0; }

.favorite_btn_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 13px 0;
  gap: 0 3.74%; }
  .favorite_btn_wrap .member_link_btn {
    width: 48.13%;
    margin: 0; }
    .favorite_btn_wrap .member_link_btn.delete {
      display: none; }
  .favorite_btn_wrap.favorite_on .member_link_btn.entry {
    display: none; }
  .favorite_btn_wrap.favorite_on .member_link_btn.delete {
    display: block; }

/*	お気に入り一覧ここまで	*/
/*	レポート投稿ページ	レポート店舗選択モーダルエリア	*/
body.report_display {
  overflow: hidden;
  height: 100vh; }

.report_display_wrap {
  position: fixed;
  inset: 0;
  opacity: 0;
  z-index: 9999;
  transition: 0.3s opacity ease-in-out 0s;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: YakuHanJP_Noto, "Noto Sans JP","游ゴシック","Yu Gothic",  YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }
  body.report_display .report_display_wrap {
    opacity: 1;
    pointer-events: all; }
  .report_display_wrap .report_bg {
    position: absolute;
    inset: 0;
    background: rgba(202, 163, 98, 0.8); }
  .report_display_wrap .report_display_in {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    width: calc(100% - 40px);
    background: #FFF;
    padding: 30px 20px; }
    .report_display_wrap .report_display_in .choise_ttl {
      font-size: 20px;
      color: #caa362; }
      .report_display_wrap .report_display_in .choise_ttl.sub {
        font-size: 16px; }
      .report_display_wrap .report_display_in .choise_ttl.sub02 {
        font-size: 12px; }
    .report_display_wrap .report_display_in .choise_read {
      font-size: 14px; }
      @media screen and (max-width: 480px) {
        .report_display_wrap .report_display_in .choise_read {
          font-size: 12px; } }
    .report_display_wrap .report_display_in .member_link_btn.shop_choise {
      max-width: 134px;
      font-size: 14px;
      padding: 10px 5px;
      border-radius: 2px; }
    .report_display_wrap .report_display_in .member_link_btn.shop_write {
      max-width: 234px;
      font-size: 14px;
      padding: 10px 5px;
      border-radius: 2px; }
    .report_display_wrap .report_display_in input[type="submit"] {
      border: none;
      display: block;
      outline: none;
      margin: 0 auto;
      font-size: 14px;
      color: #FFF;
      text-align: center;
      background: #caa362;
      padding: 10px 5px;
      cursor: pointer; }
    .report_display_wrap .report_display_in .report_close {
      position: absolute;
      right: 0;
      bottom: 100%;
      width: 30px;
      aspect-ratio: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      color: #caa362;
      cursor: pointer;
      background: #FFF;
      line-height: 1;
      border: 1px solid #caa362; }

/*	新規会員登録	*/
.member_entry_cont .post_wrap .check_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 10px; }
  .member_entry_cont .post_wrap .check_box .check_txt {
    font-size: 13px;
    margin-bottom: 20px; }
    .member_entry_cont .post_wrap .check_box .check_txt a {
      color: #caa362;
      text-decoration: underline; }

/*	新規会員登録	*/
/*	ログインページ	*/

.login_wrap {
  padding-bottom: 30px;
  /* margin-bottom: 40px; */
  border-bottom: 1px solid #CCC; }
  .login_wrap form {
    display: flex;
    flex-direction: column;
    row-gap: 20px; }

/*	ログインページ	*/

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

.login_group {
  margin: 0 -20px;
  margin-bottom: 60px;
  position: relative; }
  .login_group:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-right: 1px dashed #CCC; }
  .login_group .login_wrap {
    width: 50%;
    padding: 0 20px;
    padding-bottom: 50px;
    position: relative; }
    .login_group .login_wrap.therapist .login_ttl {
      color: #dfaadb; }
    .login_group .login_wrap .login_ttl {
      font-size: 12px;
      text-align: center;
      margin-bottom: 20px;
      color: #caa362; }
      @media screen and (max-width: 480px) {
        .login_group .login_wrap .login_ttl {
          font-size: 10px; } }
      .login_group .login_wrap .login_ttl .big {
        font-size: 400%;
        display: block;
        line-height: 1; }
    .login_group .login_wrap form {
      display: flex;
      flex-direction: column;
      row-gap: 20px; }
      .login_group .login_wrap form label {
        margin-bottom: 10px;
        display: block;
        font-size: 12px;
        line-height: 1; }
      .login_group .login_wrap form input[type="text"], .login_group .login_wrap form input[type="password"] {
        font-size: 12px; }

/*	ログインページ	*/


/*	スーパーGJ押下時	*/

.super_gj_modal{
	position: fixed;
	inset:0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items:center;
	pointer-events: none;
	opacity: 0;
	transition:0.3s opacity ease-in-out 0s;
	z-index: 9995;
	font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	.super_gj_bg{
		position: absolute;
		inset:0;
		background:rgba(#333,0.7);
		z-index: -1;
	}
	body.super_gj_on &{
		opacity: 1;
		pointer-events: all;
	}

	.super_gj_form{
		display: flex;
		flex-direction: column;
		row-gap:25px;
	}

	.super_gj_modal_in{
		width: calc(100% - 40px);
		margin:0 auto;
		max-width: 420px;
		background:#FFF;
		padding: 40px 30px;
		border-radius:6px;
		position: relative;
		border: 1px solid #caa362;
		@include mq($br_sp){
			padding:30px 20px;
		}
		.super_gj_close{
			position: absolute;
			right: 15px;
			top:15px;
			font-size: 25px;
			color:#333;
			font-weight: 600;
			cursor:pointer;
			line-height: 1;
		}


		.point_txt{
			font-size:18px;
			line-height: 1;
			span{
				line-height: 1;
				&.big{
					font-size: 120%;
				}
				&.small{
					font-size: 80%;
				}
			}
		}
		.point01{
			display: flex;
			justify-content: flex-start;
			align-items:baseline;
		}

		.point02{
			display: flex;
			align-items:center;
			column-gap:15px;
			select{
				width: 4em;
				padding:3px;
				-webkit-appearance: auto;
    			appearance:auto;
			}
		}

		.point03{
			display: flex;
			flex-direction: column;
			row-gap:10px;
			::placeholder{
				font-size: 14px;
				line-height: 1;
			}
		}

		.point_submit{
			.member_link_btn{
				max-width: 100%;
				padding: 10px;
				font-size: 16px;
				border-radius:6px;
			}
		}

		.point_anno{
			display: flex;
			flex-direction: column;
			.point_anno_txt{
				font-size: 10px;
				color:#900;
				text-indent:-1em;
				padding-left:1em;
			}
		}

	}

}

/* リセットメール(レイアウト仮) */
#reset_link{
  text-decoration: underline;
  color:blue;
  font-size: 10px;
  display: block;
  text-align: end;
  margin-top: 0.5em;
}

.reset-messege{
  border: solid 1px #AAAAAA;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
}
  

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