@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 4, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
* {
  letter-spacing: 0.05em; }

/* line 7, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.sp {
  display: none; }

/* line 10, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.pc {
  display: block; }

/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
body {
  color: #2e2e3b;
  font-size: 14px;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #F3F3F3; }

/* line 20, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
li, ul {
  list-style: none; }

/* line 24, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
a:hover {
  opacity: 0.7;
  transition: 0.3s; }

/* line 29, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
a p:hover {
  text-decoration: underline; }

/* line 33, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.display_if_no_data {
  margin-top: 60px;
  font-size: 16px;
  text-align: center; }

/* line 39, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.review_text {
  line-height: 1.3; }

/* line 43, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.review_area {
  background: #fff; }

/* line 48, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.flash-toast {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  animation: slideDown 0.3s ease; }

/* line 57, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.flash-toast--hide {
  animation: slideUp 0.3s ease forwards; }

/* line 61, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.flash-toast__message {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  /* line 71, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
  .flash-toast__message i {
    font-size: 16px; }

/* line 76, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.flash-toast__message--notice {
  background: #4CAF50;
  color: #fff; }

/* line 81, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.flash-toast__message--alert {
  background: #FF9800;
  color: #fff; }

/* line 86, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.flash-toast__message--danger {
  background: #F44336;
  color: #fff; }

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px); }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0); } }
@keyframes slideUp {
  from {
    opacity: 1;
    transform: translateX(-50%) translateY(0); }
  to {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px); } }
/* line 113, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.no-copy {
  -webkit-user-select: none;
  /* Chrome, Safari, Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Standard */ }

/* line 120, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.text-red {
  color: red; }

/* line 125, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 140, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.headline_title {
  color: #fff;
  background: #FF9A9B;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  padding: 0 16px;
  border-radius: 5px;
  font-weight: bold; }

/* line 151, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.author_name a {
  text-decoration: underline; }

/* line 155, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.review-posted-date {
  color: #999;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap; }

/* line 162, /tmp/build_a19be238/app/assets/stylesheets/bases/_base.scss */
.row_space_between_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

@media screen and (max-width: 640px) {
  /* line 4, /tmp/build_a19be238/app/assets/stylesheets/bases/_responsive.scss */
  body {
    font-size: 12px; }

  /* line 7, /tmp/build_a19be238/app/assets/stylesheets/bases/_responsive.scss */
  .sp {
    display: block; }

  /* line 10, /tmp/build_a19be238/app/assets/stylesheets/bases/_responsive.scss */
  .pc {
    display: none !important; }

  /* line 15, /tmp/build_a19be238/app/assets/stylesheets/bases/_responsive.scss */
  .pagination {
    width: 90vw !important; }

  /* line 22, /tmp/build_a19be238/app/assets/stylesheets/bases/_responsive.scss */
  .main_wrapper,
  .my_page_area h1,
  .my_page_info_table,
  .my_page_area,
  .main_contents_nav {
    width: 100vw !important; }

  /* line 29, /tmp/build_a19be238/app/assets/stylesheets/bases/_responsive.scss */
  .main_wrapper {
    margin-top: 0 !important;
    gap: 0 !important; }

  /* line 33, /tmp/build_a19be238/app/assets/stylesheets/bases/_responsive.scss */
  h1, h2 {
    font-size: 16px !important;
    border-radius: initial !important; }

  /* line 37, /tmp/build_a19be238/app/assets/stylesheets/bases/_responsive.scss */
  .new_post_review_link,
  .esthe_review_page_link {
    width: 90vw !important;
    font-size: 12px !important;
    height: 40px !important;
    margin: 40px auto 0 !important; }

  /* line 44, /tmp/build_a19be238/app/assets/stylesheets/bases/_responsive.scss */
  .column_review_star {
    font-size: 18px !important; }

  /* line 48, /tmp/build_a19be238/app/assets/stylesheets/bases/_responsive.scss */
  .main_contents_nav .nav_list {
    padding: initial !important; }

  /* line 55, /tmp/build_a19be238/app/assets/stylesheets/bases/_responsive.scss */
  .search_select_area,
  .select_page_title,
  .post_review_field {
    width: 90vw !important;
    margin-left: 5vw !important; }

  /* line 62, /tmp/build_a19be238/app/assets/stylesheets/bases/_responsive.scss */
  .create_review_page {
    width: 90vw !important; }

  /* line 67, /tmp/build_a19be238/app/assets/stylesheets/bases/_responsive.scss */
  .search_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    display: none; } }
/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 4, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Roboto', 'Noto Sans JP', 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', sans-serif; }

/* line 11, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
.main_wrapper {
  flex: 1; }

/* line 17, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
.main_contents_area {
  flex-basis: 788px;
  min-height: 1000px; }

/* line 22, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
header {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
  width: 100%;
  background: #FF9A9B;
  height: 85px;
  padding: 0 48px; }

/* line 33, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
header .logo {
  font-size: 18px;
  color: #fff;
  letter-spacing: .2em;
  font-weight: bold; }

/* line 40, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
.header_nav {
  margin-left: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center; }

/* line 47, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
.header_nav li {
  display: inline-block;
  padding: 0 14px;
  font-size: 13px;
  letter-spacing: .1em; }

/* line 54, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
.header_nav .header_new_review {
  background: #fff;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
  padding: 10px;
  font-size: 14x;
  color: #62626c;
  font-weight: bold; }

/* line 64, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
header a {
  font-size: 13px; }

/* line 68, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
.header_left {
  flex-shrink: 0; }

/* line 72, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
.header_right {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

/* line 80, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
.header_right .header_search_form {
  flex: 1;
  min-width: 0;
  max-width: 480px; }

/* line 86, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
.header_right .header_search_form input {
  min-width: 0;
  width: 100%; }

/* line 91, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
header li a {
  color: #fff; }

/* line 95, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
header li a:hover {
  text-decoration: underline; }

/* line 101, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
footer {
  margin-top: 60px;
  padding: 10px 48px;
  left: 0;
  bottom: 0;
  height: 100px;
  background: #FF9A9B; }

/* line 110, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
footer .logo {
  font-size: 18px;
  color: #fff;
  letter-spacing: .2em; }

/* line 116, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
.logo img {
  height: 40px;
  width: auto;
  margin-bottom: 10px; }

/* line 122, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
footer .nav li a {
  padding: 16px;
  color: #fff; }

/* line 127, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
footer .footer_logo {
  padding: 10px 0; }

/* line 131, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
.footer_logo img {
  height: 36px;
  width: auto;
  bottom: 0;
  left: 40px; }

/* line 138, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
footer .footer_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 145, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
.copyright {
  margin-top: 16px;
  color: #fff;
  font-size: 10px;
  text-align: center; }

/* line 152, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
footer .nav {
  display: inline-block;
  color: #fff; }

/* line 157, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
footer .nav li {
  display: inline-block;
  font-size: 12px; }

/* line 162, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
footer .nav .faq a {
  padding-left: 0; }

/* line 166, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
footer .nav li a:hover {
  text-decoration: underline; }

@media screen and (max-width: 900px) and (min-width: 641px) {
  /* line 174, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  header {
    padding: 0 24px;
    height: 72px; }

  /* line 179, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  header .header_search_form {
    display: none; }

  /* line 183, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .header_right {
    justify-content: end; }

  /* line 187, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  header .header_search_button {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-right: 16px; }

  /* line 194, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .header_nav li {
    padding: 0 8px;
    font-size: 12px; }

  /* line 199, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .header_nav .header_new_review {
    padding: 8px;
    font-size: 12px; } }
@media screen and (max-width: 1139px) and (min-width: 641px) {
  /* line 208, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .application_sidebar,
  .side_advertising_area {
    display: none; }

  /* line 213, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .main_contents_area {
    flex-basis: auto;
    width: 100%; } }
@media screen and (max-width: 640px) {
  /* line 222, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .main_contents_area {
    flex-basis: auto;
    width: 100%;
    min-height: initial; }

  /* line 228, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  header {
    height: 56px !important;
    padding: 0 5vw !important;
    margin: initial !important;
    justify-content: right !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

  /* line 236, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  footer {
    height: initial;
    padding: 16px 5vw 120px !important; }

  /* line 241, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .header_right {
    display: flex;
    justify-content: end;
    align-items: center; }

  /* line 247, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .logo img {
    height: 60px;
    margin-bottom: initial; }

  /* line 252, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  footer .nav {
    margin: 0 auto !important; }

  /* line 256, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  footer .nav li {
    margin-top: 24px !important; }

  /* line 260, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  footer .nav li a {
    padding: 0 8px !important; }

  /* line 264, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .copyright {
    margin-top: 24px !important; }

  /* line 268, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .search_button {
    padding: 10px !important;
    width: 80vw !important;
    margin: 0 auto;
    border: 4px solid #fff;
    border-radius: 10px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2); }

  /* line 281, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .side_advertising_area,
  .header_bottom_nav,
  .footer_logo img,
  .new_review_button,
  .header_search_form {
    display: none !important; }

  /* line 289, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .sign_in_width {
    width: calc(100% - 150px) !important; }

  /* line 293, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .search_button i {
    font-size: 14px;
    margin-left: 4px; }

  /* line 298, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .header_search_button {
    color: #fff;
    font-size: 20px; }

  /* line 303, /tmp/build_a19be238/app/assets/stylesheets/bases/_layout.scss */
  .header_nav .header_new_review {
    border: initial;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 12px;
    color: #FF9A9B;
    font-weight: bold; } }
/* main_wrapper */
/* line 2, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.main_wrapper {
  width: 1140px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 24px; }

/* Tablet */
@media screen and (max-width: 1139px) and (min-width: 641px) {
  /* line 13, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
  .main_wrapper {
    width: 100%;
    max-width: 1140px;
    padding: 0 24px;
    box-sizing: border-box; } }
/* 右下の口コミ投稿ボタン */
/* line 22, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.new_review_button {
  position: fixed;
  height: 130px;
  width: 130px;
  border-radius: 65px;
  background: #FF9A9B;
  bottom: 30px;
  right: 30px;
  color: #fff;
  line-height: 7.5;
  text-align: center;
  font-weight: bold;
  font-size: 18px; }

/* line 37, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.fixed {
  position: fixed;
  top: 0; }

/* line 42, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.end {
  position: absolute;
  width: 100%;
  bottom: 30px; }

/* ページネーション */
/* line 49, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 0;
  margin: 0 auto; }

/* line 58, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.pagination .page-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #dadada;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #6a6a6a;
  background: #fff; }

/* line 74, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.pagination .page-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none; }

/* line 84, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.pagination .page-item:hover:not(.current):not(.disabled):not(.gap) {
  opacity: 0.7; }

/* 現在ページ */
/* line 89, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.pagination .page-item.current {
  background: rgba(255, 154, 155, 0.5);
  border-color: #ff9a9b;
  color: #ea6264; }

/* 省略記号 */
/* line 96, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.pagination .page-item.gap {
  border: none;
  background: transparent; }

/* line 101, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.pagination .page-item.gap i {
  font-size: 16px; }

/* 前へ/次へボタン */
/* line 106, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.pagination .page-item.prev i,
.pagination .page-item.next i {
  font-size: 14px; }

/* 前へ/次へボタン 非活性時 */
/* line 112, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.pagination .page-item.prev.disabled,
.pagination .page-item.next.disabled {
  background: #f2f2f2;
  color: #9d9d9d; }

/* 口コミの星 */
/* line 119, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.column_review_star .yellow_star {
  color: #FFC328; }

/* line 123, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.column_review_star .grey_star {
  color: #C4C4C4; }

/* 口コミ投稿ページ遷移リンクボタン */
/* line 128, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.new_post_review_link {
  color: #fff;
  background: #FF9A9B;
  height: 50px;
  font-size: 18px;
  padding: 0 16px;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0; }

/* line 142, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.new_post_review_link i {
  font-size: 16px;
  color: #fff;
  margin-left: 10px; }

/* 口コミをもっと見るボタン */
/* line 149, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.esthe_review_page_link {
  color: #fff;
  background: #FF9A9B;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  padding: 0 16px;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0; }

/* line 164, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.esthe_review_page_link i {
  font-size: 24px;
  color: #fff;
  margin-left: 10px; }

/* エラーメッセージ */
/* line 171, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.error_explanation {
  color: red;
  font-weight: bold;
  font-size: 14px;
  margin-top: 8px;
  text-align: left; }

/* リンク非活性 */
/* line 180, /tmp/build_a19be238/app/assets/stylesheets/components/_base.scss */
.disabled {
  pointer-events: none;
  opacity: 0.4; }

/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 33, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
.bookmark_title {
  font-size: 20px;
  font-weight: bold;
  background: #FF9A9B;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px; }

/* line 44, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
.bookmark_button .bookmark_button_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 80px;
  height: 32px;
  background: #fff;
  border: 1px solid #ff9a9b;
  border-radius: 100px;
  padding: 0;
  color: #ff9a9b;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  width: auto;
  min-width: 80px;
  padding: 0 12px; }
  /* line 50, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark_button .bookmark_button_icon i {
    font-size: 16px; }
  /* line 54, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark_button .bookmark_button_icon:hover {
    background: #fff5f5; }
  /* line 58, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark_button .bookmark_button_icon.active {
    background: #fff5f5;
    border-color: #EA6264;
    color: #EA6264; }
    /* line 27, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark_button .bookmark_button_icon.active i {
      color: #EA6264; }

/* line 66, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
.therapist_review_subscriber_button .therapist_review_subscriber_button_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 80px;
  height: 32px;
  background: #fff;
  border: 1px solid #ff9a9b;
  border-radius: 100px;
  padding: 0;
  color: #ff9a9b;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 32px; }
  /* line 70, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .therapist_review_subscriber_button .therapist_review_subscriber_button_icon span {
    display: none; }
  /* line 74, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .therapist_review_subscriber_button .therapist_review_subscriber_button_icon i {
    font-size: 16px; }
  /* line 78, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .therapist_review_subscriber_button .therapist_review_subscriber_button_icon:hover {
    background: #fff5f5; }
  /* line 82, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .therapist_review_subscriber_button .therapist_review_subscriber_button_icon.active {
    background: #fff5f5;
    border-color: #EA6264;
    color: #EA6264; }
    /* line 27, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .therapist_review_subscriber_button .therapist_review_subscriber_button_icon.active i {
      color: #EA6264; }

/* line 88, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
.title_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px; }
  /* line 94, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .title_container .esthe_page_title {
    margin-top: 0; }

/* line 99, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
.action_buttons_container {
  display: flex;
  align-items: center;
  gap: 16px; }
  /* line 104, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .action_buttons_container .bookmark_button {
    margin: 0; }

/* line 110, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
.bookmark_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0; }
  /* line 116, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark_tabs a {
    flex: 1;
    background: #fff;
    padding: 10px 12px;
    color: #62626c;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.2s ease; }
    /* line 129, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark_tabs a:first-child {
      border-radius: 4px 0 0 4px; }
    /* line 133, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark_tabs a:nth-child(2) {
      border-left: none;
      border-right: none; }
    /* line 138, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark_tabs a:last-child {
      border-radius: 0 4px 4px 0; }
    /* line 142, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark_tabs a.active {
      background: #FF9A9B;
      border-color: #FF9A9B;
      color: #fff; }
      /* line 147, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
      .bookmark_tabs a.active .bookmark_tab_count {
        background: #fff;
        color: #FF9A9B; }
    /* line 153, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark_tabs a .bookmark_tab_count {
      display: inline-block;
      font-size: 12px;
      margin-left: 4px;
      padding: 2px 8px;
      background: rgba(0, 0, 0, 0.08);
      color: #62626c;
      border-radius: 10px; }

/* line 166, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
.bookmarkItem {
  margin-bottom: 24px; }
  /* line 169, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmarkItem-title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  /* line 175, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmarkItem .bookmark_button {
    margin: 0; }
  /* line 179, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmarkItem .more_details {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #62626c;
    font-size: 14px; }
    /* line 186, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmarkItem .more_details p {
      margin: 0; }

/* line 194, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
.sp .action_buttons_container {
  justify-content: right;
  margin: 10px 20px 0 0; }

@media screen and (max-width: 640px) {
  /* line 202, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .title_container {
    display: block; }

  /* line 206, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark_tabs a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 4px; }
    /* line 213, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark_tabs a .bookmark_tab_count {
      margin-left: 0; }

  /* line 219, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmarkItem .bookmark_button,
  .bookmarkItem .therapist_review_subscriber_button {
    margin: 0; }
  /* line 224, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmarkItem .bookmark_button_icon {
    width: 32px;
    min-width: 32px;
    padding: 0; }
    /* line 229, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmarkItem .bookmark_button_icon span {
      display: none; } }
/* line 238, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
.bookmark-notification-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  display: none; }

/* line 248, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
.bookmark-notification-modal.active {
  display: block; }

/* line 252, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
.bookmark-notification-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

/* line 266, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
.bookmark-notification-modal-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  width: 90%;
  max-width: 480px;
  padding: 56px 80px 40px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  cursor: default; }
  /* line 276, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark-notification-modal-content .bookmark-notification-modal-close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease; }
    /* line 291, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark-notification-modal-content .bookmark-notification-modal-close svg {
      width: 40px;
      height: 40px; }
    /* line 296, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark-notification-modal-content .bookmark-notification-modal-close:hover {
      opacity: 0.7; }
  /* line 301, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark-notification-modal-content .bookmark-notification-modal-body {
    text-align: center; }
  /* line 305, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark-notification-modal-content .bookmark-notification-modal-title {
    font-size: 18px;
    font-weight: bold;
    color: #6a6a6a;
    margin-bottom: 40px;
    line-height: 1.4; }
  /* line 313, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark-notification-modal-content .bookmark-notification-modal-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px; }
  /* line 321, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark-notification-modal-content .bookmark-notification-modal-cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: 56px;
    background: linear-gradient(180deg, #f2b9a1 0%, #ea6264 100%);
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }
    /* line 339, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark-notification-modal-content .bookmark-notification-modal-cta-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3); }
    /* line 344, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark-notification-modal-content .bookmark-notification-modal-cta-button:active {
      transform: translateY(0); }
  /* line 350, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark-notification-modal-content .bookmark-notification-modal-premium-note {
    font-size: 12px;
    color: #ea6264;
    margin: 0 0 6px 0;
    font-weight: normal; }
  /* line 358, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark-notification-modal-content .bookmark-notification-modal-list-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #9d9d9d;
    text-decoration: underline;
    margin-top: 24px; }
    /* line 371, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark-notification-modal-content .bookmark-notification-modal-list-link:hover {
      color: #6a6a6a; }
  /* line 377, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark-notification-modal-content .bookmark-notification-modal-login-label {
    font-size: 12px;
    color: #6a6a6a;
    margin: 0 0 6px 0;
    font-weight: normal; }
  /* line 385, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark-notification-modal-content .bookmark-notification-modal-login-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: 56px;
    background: #fff;
    color: #6a6a6a;
    border: 1px solid #6a6a6a;
    border-radius: 100px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s ease; }
    /* line 402, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark-notification-modal-content .bookmark-notification-modal-login-button:hover {
      border-color: #ea6264;
      color: #ea6264; }
  /* line 409, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark-notification-modal-content .bookmark-notification-modal-register-note {
    font-size: 12px;
    color: #ea6264;
    margin: 24px 0 6px 0;
    font-weight: normal; }

@media screen and (max-width: 640px) {
  /* line 419, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
  .bookmark-notification-modal-content {
    padding: 40px 24px 24px;
    max-width: 342px; }
    /* line 423, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark-notification-modal-content .bookmark-notification-modal-title {
      font-size: 16px;
      margin-bottom: 24px; }
    /* line 428, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark-notification-modal-content .bookmark-notification-modal-cta-button {
      height: 48px;
      font-size: 16px; }
    /* line 433, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark-notification-modal-content .bookmark-notification-modal-login-button {
      height: 48px; }
    /* line 437, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark-notification-modal-content .bookmark-notification-modal-list-link {
      margin-top: 16px; }
    /* line 441, /tmp/build_a19be238/app/assets/stylesheets/components/_bookmark.scss */
    .bookmark-notification-modal-content .bookmark-notification-modal-register-note {
      margin: 16px 0 6px 0; } }
/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* 口コミのモザイク関連{{{ */
/* line 5, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
.mosaic_container {
  position: relative; }

/* line 9, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
.mosaic_container .reveal_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

/* line 17, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
.reveal_area .reveal_area_title {
  font-size: 14px;
  color: #565e65;
  font-weight: bold; }

/* line 23, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
.reveal_area .reveal_action {
  margin-top: 16px;
  padding: 12px 50px;
  color: #565e65;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer; }

/* line 34, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
.reveal_area p {
  font-weight: bold;
  font-size: 12px;
  margin-top: 16px;
  color: #565e65; }

/* line 41, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
.reveal_area .reveal_login_action {
  margin-top: 16px;
  font-size: 12px;
  color: #0066cc;
  font-weight: bold;
  cursor: pointer; }

/* line 49, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
.mosaic_image {
  width: 100%;
  height: 240px; }

/* line 54, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
.terms_of_service {
  margin-top: 16px; }

/* }}} */
/* line 59, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
.review_area_top .review_area_top_right a {
  text-decoration: underline; }

@media screen and (max-width: 640px) {
  /* line 64, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
  .mosaic_image {
    height: 180px; }

  /* line 68, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
  .reveal_area .reveal_action {
    width: 64vw;
    padding: 12px 8px; }

  /* line 73, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
  .reveal_area p {
    margin-top: 56px; }

  /* line 77, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
  .therapist_detail_page_link {
    margin-top: 20px !important; }

  /* line 81, /tmp/build_a19be238/app/assets/stylesheets/components/_mosaic_review.scss */
  .reveal_area .reveal_area_title {
    font-size: 12px; } }
/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 4, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.search_area {
  position: absolute;
  top: min(320px, 38vw);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  width: calc(100% - 48px);
  max-width: 740px; }

/* line 16, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.search_form {
  display: flex;
  justify-content: center;
  align-items: end; }

/* line 22, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.search_form .first_form {
  border-right: solid 1px #c2c2c2;
  border-radius: 6px 0 0 6px; }

/* line 27, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.search_form .form_child {
  position: relative;
  flex: 1;
  min-width: 0; }

/* line 32, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.form_child .fa-home,
.form_child .fa-map-pin {
  position: absolute;
  left: 12px;
  top: -1px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  color: #EA6264;
  font-size: 20px; }

/* line 44, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.form_child .fa-map-pin {
  left: 16px;
  font-size: 22px; }

/* line 49, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.search_form .form_child input,
.search_form .form_child select {
  height: 56px;
  width: 100%;
  text-align: left;
  padding: 0 10px;
  padding-left: 40px;
  color: #2e2e3b;
  background: #fff; }

/* line 60, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.search_form .form_child input:focus::-webkit-input-placeholder {
  color: transparent; }

/* line 64, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist; }

/* line 70, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.search_form .form_child:last-child {
  flex: 0 0 auto; }

/* line 74, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.search_area button {
  border-radius: 0 6px 6px 0;
  background: #FF9A9B;
  color: #fff;
  width: 140px;
  height: 56px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 84, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
  .search_area button:hover {
    opacity: 0.7; }

/* line 89, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.search_area button i {
  font-size: 16px; }

/* line 93, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.search_area button p {
  margin-left: 10px;
  font-weight: bold; }

/* ヘッダー検索フォーム---------------start */
/* line 102, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.header_search_form {
  display: flex;
  justify-content: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

/* line 107, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.header_search_form .header_form_child {
  position: relative; }

/* line 110, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.header_search_form .first_form {
  border-right: solid 1px #c2c2c2;
  border-radius: 6px 0 0 6px; }

/* line 114, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.header_form_child .fa-home,
.header_form_child .fa-map-pin {
  position: absolute;
  left: 12px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  color: #EA6264;
  font-size: 20px; }

/* line 125, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.header_form_child .fa-map-pin {
  left: 16px;
  font-size: 22px; }

/* line 130, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.header_search_form .form_label {
  font-size: 12px; }

/* line 133, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.header_search_form input,
.header_search_form select {
  height: 36px;
  text-align: left;
  padding: 0 10px;
  padding-left: 40px;
  color: #2e2e3b;
  background: #fff;
  font-size: 13px; }

/* line 144, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.header_search_form input:focus::-webkit-input-placeholder {
  color: transparent; }

/* line 148, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
.header_search_form #search_target_select {
  border-radius: 2px 0 0 2px; }

/* line 152, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
button.header_search_btn {
  border-radius: 0 6px 6px 0;
  background: linear-gradient(#A7A2A2, #342D2D);
  color: #fff;
  width: 100px;
  height: 36px;
  margin: 0 auto;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 164, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
button.header_search_btn i {
  font-size: 16px; }

/* line 167, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
button.header_search_btn span {
  margin-left: 10px;
  font-weight: bold; }

/* ヘッダー検索フォーム---------------end */
@media screen and (max-width: 640px) {
  /* line 178, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
  .search_area.sp {
    width: calc(100vw - 48px);
    max-width: 350px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    display: none;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    padding-top: 48px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15); }

  /* line 194, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
  .search_area.sp .modal_close_button {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0; }
    /* line 209, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
    .search_area.sp .modal_close_button:hover {
      opacity: 0.7; }

  /* line 215, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
  .search_area.sp .search_tabs {
    display: flex;
    background: #FAFAFA;
    border-radius: 1000px;
    padding: 2px;
    margin-bottom: 16px; }

  /* line 223, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
  .search_area.sp .search_tab {
    flex: 1;
    padding: 8px 0;
    border: none;
    background: transparent;
    border-radius: 1000px;
    font-size: 13px;
    font-weight: bold;
    color: #2e2e3b;
    opacity: 0.3;
    cursor: pointer;
    transition: all 0.2s ease;
    width: auto;
    height: auto;
    margin: 0;
    box-shadow: none; }
    /* line 240, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
    .search_area.sp .search_tab.active {
      background: #FF9A9B;
      color: #fff;
      opacity: 1; }

  /* line 247, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
  .search_area.sp .search_panel {
    display: flex;
    flex-direction: column;
    gap: 16px; }

  /* line 253, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
  .search_area.sp .search_form {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    align-items: stretch; }

  /* line 260, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
  .search_area.sp .search_form .form_child {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: static; }

  /* line 267, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
  .search_area.sp .search_form .form_child input {
    height: 48px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #DADADA;
    background: #fff;
    font-size: 16px;
    color: #2e2e3b;
    margin-top: 0; }
    /* line 278, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
    .search_area.sp .search_form .form_child input::placeholder {
      color: rgba(0, 0, 0, 0.3); }
    /* line 282, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
    .search_area.sp .search_form .form_child input:focus {
      outline: none;
      border-color: #FF9A9B; }

  /* line 288, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
  .search_area.sp .search_form_note {
    font-size: 11px;
    font-weight: 500;
    color: #9D9D9D;
    text-align: right;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin: 0; }

  /* line 298, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
  .search_area.sp .search_form i {
    display: none !important; }

  /* line 302, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
  .search_area.sp button.sp_search_btn {
    width: 100%;
    height: 48px;
    border-radius: 100px;
    background: linear-gradient(180deg, #F2B9A1 0%, #EA6264 100%);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px; }
    /* line 314, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
    .search_area.sp button.sp_search_btn span {
      font-size: 16px;
      font-weight: bold;
      color: #fff; }
    /* line 320, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
    .search_area.sp button.sp_search_btn svg {
      flex-shrink: 0; }
    /* line 324, /tmp/build_a19be238/app/assets/stylesheets/components/_esthetic_search_form.scss */
    .search_area.sp button.sp_search_btn:hover {
      opacity: 0.9; } }
/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 4, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
.therapist_search_area {
  align-items: center;
  margin-top: 20px;
  width: 100%; }

/* line 10, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
.therapist_search_form {
  display: flex;
  width: 100%;
  align-items: end; }

/* line 16, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
.therapist_search_form .first_form {
  border-right: solid 1px #c2c2c2;
  border-radius: 6px 0 0 6px; }

/* line 20, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
.therapist_search_form .form_text_field {
  flex-grow: 1; }

/* line 24, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
.therapist_search_form .form_child {
  position: relative; }

/* line 27, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
.form_child .fa-home,
.form_child .fa-map-pin {
  position: absolute;
  left: 12px;
  top: -1px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  color: #EA6264;
  font-size: 20px; }

/* line 39, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
.form_child .fa-map-pin {
  left: 16px;
  font-size: 22px; }

/* line 44, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
.therapist_search_form .form_child input,
.therapist_search_form .form_child select {
  height: 56px;
  width: 100%;
  text-align: left;
  padding: 0 10px;
  padding-left: 40px;
  color: #2e2e3b;
  background: #fff; }

/* line 55, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
.therapist_search_form .form_child input:focus::-webkit-input-placeholder {
  color: transparent; }

/* line 59, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist; }

/* line 65, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
.therapist_search_area button {
  border-radius: 0 6px 6px 0;
  background: #FF9A9B;
  color: #fff;
  width: 140px;
  height: 56px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 75, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
  .therapist_search_area button:hover {
    opacity: 0.7; }

/* line 80, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
.therapist_search_area button i {
  font-size: 16px; }

/* line 84, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
.therapist_search_area button p {
  margin-left: 10px;
  font-weight: bold; }

@media screen and (max-width: 640px) {
  /* line 91, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
  .therapist_search_area {
    width: 90vw;
    margin-left: 5vw; }

  /* line 96, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
  .form_child input {
    height: 40px; }

  /* line 99, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
  .therapist_search_form .form_child input {
    padding-left: 20px;
    height: 40px; }

  /* line 103, /tmp/build_a19be238/app/assets/stylesheets/components/_therapist_search_form.scss */
  .form_child button {
    width: 30vw;
    height: 40px; } }
/* エンティティカード一覧（Figmaデザイン準拠） */
/* セラピスト・エステ共通のカードコンポーネント */
/* line 4, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.therapist_area {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  padding: 0 !important;
  margin-top: 8px;
  width: 100%;
  max-width: 100%;
  justify-content: initial !important;
  flex-wrap: initial !important; }

/* 共通CSSの::after疑似要素を無効化 */
/* line 17, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.therapist_area::after {
  display: none !important;
  content: none !important; }

/* line 22, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card_link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0 !important;
  flex: none !important; }

/* line 32, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  min-width: 0;
  max-width: 100%;
  transition: transform 0.2s ease; }

/* line 44, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card:hover {
  transform: translateY(-2px); }

/* 退店/閉店エンティティカード（インアクティブ） */
/* line 49, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card--inactive {
  opacity: 0.5;
  filter: grayscale(100%); }

/* line 54, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card--inactive:hover {
  transform: none; }

/* line 58, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card--inactive .entity_card_gradient {
  display: none; }

/* line 62, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 70, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card_image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  display: block; }

/* line 78, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card_gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: linear-gradient(to top, rgba(234, 98, 100, 0.8) 0%, rgba(234, 98, 100, 0.353) 50%, rgba(234, 98, 100, 0) 90%);
  pointer-events: none;
  z-index: 1; }

/* 下部により強いブラー効果 */
/* line 95, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card_gradient::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  mask-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%); }

/* line 118, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  z-index: 2;
  overflow: hidden; }

/* line 132, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card_name {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #fff; }

/* line 145, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card_size {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 157, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card_badge {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px 6px 12px;
  border-bottom-left-radius: 16px;
  z-index: 3; }

/* line 172, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card_badge i {
  font-size: 12px;
  color: #2e2e3b; }

/* line 177, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
.entity_card_badge .badge-count {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #2e2e3b;
  white-space: nowrap; }

/* レスポンシブ対応（スマホ） */
@media screen and (max-width: 640px) {
  /* line 189, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .therapist_area {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    padding: 0 16px !important; }

  /* line 195, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_gradient {
    height: 100px; }

  /* line 199, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_gradient::before {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px); }

  /* line 204, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_info {
    padding: 12px;
    gap: 2px; }

  /* line 209, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_name {
    font-size: 13px; }

  /* line 213, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_size {
    font-size: 12px; }

  /* line 217, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_badge {
    padding: 6px 8px 6px 12px; }

  /* line 221, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_badge i {
    font-size: 12px; }

  /* line 225, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_badge .badge-count {
    font-size: 11px; } }
/* タブレット対応 */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 232, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .therapist_area {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important; }

  /* line 237, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_gradient {
    height: 115px; } }
/* デスクトップ対応 */
@media screen and (min-width: 1025px) {
  /* line 244, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_name {
    font-size: 16px; }

  /* line 248, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_size {
    font-size: 14px; }

  /* line 252, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_info {
    padding: 16px;
    gap: 4px; }

  /* line 257, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_gradient {
    height: 130px; }

  /* line 261, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_badge {
    padding: 8px 10px 8px 14px; }

  /* line 265, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_badge i {
    font-size: 14px; }

  /* line 269, /tmp/build_a19be238/app/assets/stylesheets/components/_entity_card.scss */
  .entity_card_badge .badge-count {
    font-size: 13px; } }
/* line 3, /tmp/build_a19be238/app/assets/stylesheets/components/_list_page.scss */
.list_page_title {
  font-size: 24px;
  font-weight: bold;
  color: #2e2e3b; }

/* 口コミエリア----------start */
/* line 10, /tmp/build_a19be238/app/assets/stylesheets/components/_list_page.scss */
.review_area {
  padding: 20px;
  margin-top: 10px;
  border: #EEE solid 2px;
  border-radius: 5px; }

/* line 17, /tmp/build_a19be238/app/assets/stylesheets/components/_list_page.scss */
.review_area_title {
  font-weight: bold; }

/* line 21, /tmp/build_a19be238/app/assets/stylesheets/components/_list_page.scss */
.review_area_bottom .review_text {
  margin-top: 10px;
  text-align: justify; }

/* line 26, /tmp/build_a19be238/app/assets/stylesheets/components/_list_page.scss */
.therapist_detail_page_link {
  margin-top: 10px;
  background: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border: solid 0.5px #C4C4C4;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.2); }

/* 口コミエリア----------end */
@media screen and (max-width: 640px) {
  /* line 38, /tmp/build_a19be238/app/assets/stylesheets/components/_list_page.scss */
  .list_page_title,
  .therapist_search_title {
    width: 90vw !important;
    margin-left: 5vw !important; } }
/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 3, /tmp/build_a19be238/app/assets/stylesheets/components/_list_page_review.scss */
.premium_label {
  color: #FF9A9B;
  padding: 4px;
  border-radius: 5px;
  border: 1px solid #FF9A9B;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  gap: 4px; }

/* line 16, /tmp/build_a19be238/app/assets/stylesheets/components/_list_page_review.scss */
.premium_label i {
  font-size: 12px;
  color: #FF9A9B; }

/* line 21, /tmp/build_a19be238/app/assets/stylesheets/components/_list_page_review.scss */
.premium_label span {
  line-height: 1; }

/* ========================================
   認証モーダル 共通スタイル
   - ログインモーダル (sessions/_modal_form)
   - 新規登録モーダル (registrations/_modal_form)
======================================== */
/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* ========================================
   モーダルオーバーレイ
======================================== */
/* line 12, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.auth-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  display: none; }

/* line 22, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.auth-modal.active {
  display: block; }

/* ========================================
   ダイアログコンテナ
======================================== */
/* line 29, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.auth-dialog {
  background: #fff;
  border-radius: 24px;
  display: flex;
  gap: 0;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  position: relative; }

/* ========================================
   フォームエリア（左側）
======================================== */
/* line 42, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.auth-dialog-content {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 20px;
  padding: 40px 24px 24px 24px;
  width: 400px; }

/* line 51, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.auth-dialog-content h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #2e2e3b;
  text-align: center;
  margin: 0; }

/* ========================================
   エラーメッセージ（モーダル専用）
======================================== */
/* line 63, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.auth-modal .flash.alert {
  background: #FFEBEE;
  border: 1px solid #FFCDD2;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #ff4545;
  line-height: 1.6; }

/* ========================================
   フォーム
======================================== */
/* line 79, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.auth-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0; }

/* line 86, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.form-inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0; }

/* line 93, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.form-input {
  width: 100%;
  height: 48px;
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
  transition: all 0.3s ease;
  margin: 0; }

/* line 108, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.form-input::placeholder {
  color: rgba(0, 0, 0, 0.3); }

/* line 112, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.form-input:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #fff; }

/* line 116, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.form-input:focus {
  outline: none;
  border-color: #EA6264;
  background: #fff; }

/* ========================================
   ボタン
======================================== */
/* line 125, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.form-actions {
  padding-top: 8px;
  margin: 0; }

/* line 130, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.btn-primary {
  width: 100%;
  height: 48px;
  background: #EA6264;
  color: #fff;
  border: none;
  border-radius: 1000px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0; }

/* line 149, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.btn-primary:hover {
  background: #e74c4e;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(234, 98, 100, 0.3); }

/* ========================================
   装飾エリア（右側）
======================================== */
/* line 158, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.auth-dialog-decoration {
  width: 200px;
  position: relative;
  background-image: url(https://dm3s99zfv14nw.cloudfront.net/assets/auth_decoration-e741ca24c2cf663f10b9f3890f932e68c77aa3da40c7df5eacb1044c19baff59.webp);
  background-size: cover;
  background-position: center; }

/* line 166, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
.auth-dialog-decoration::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 154, 155, 0.5);
  backdrop-filter: blur(2px); }

/* ========================================
   レスポンシブ（モバイル）
======================================== */
@media screen and (max-width: 768px) {
  /* line 181, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
  .auth-dialog {
    border-radius: 16px;
    padding: 40px 16px 24px 16px;
    margin: 0 24px;
    max-width: calc(100% - 48px);
    width: calc(100% - 48px); }

  /* line 189, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
  .auth-dialog-content {
    width: 100%;
    padding: 0;
    gap: 20px; }

  /* line 195, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
  .auth-dialog-decoration {
    display: none; }

  /* line 199, /tmp/build_a19be238/app/assets/stylesheets/components/_auth_modal.scss */
  .form-input {
    font-size: 16px; } }
/* ========================================
   口コミアクセスモーダル
   - login-popup (非ログイン用)
   - normal-popup (通常レビュー用)
   - premium-popup (プレミアムレビュー用)
======================================== */
/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* ========================================
   モーダルコンテナ
======================================== */
/* line 13, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-access-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  display: none; }

/* line 23, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-access-modal.active {
  display: block; }

/* ========================================
   オーバーレイ（共通）
======================================== */
/* line 30, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: inherit; }

/* ========================================
   ダイアログ共通
======================================== */
/* line 47, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-dialog {
  background: #fff;
  border-radius: 16px;
  padding: 40px 24px 24px 24px;
  position: relative;
  width: 342px;
  max-width: calc(100% - 48px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden; }

/* ========================================
   閉じるボタン（共通）
======================================== */
/* line 64, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.modal-close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  transition: opacity 0.3s ease; }
  /* line 80, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .modal-close-btn svg {
    width: 40px;
    height: 40px;
    color: #9D9D9D; }
  /* line 86, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .modal-close-btn:hover {
    opacity: 0.7; }

/* ========================================
   タイトル
======================================== */
/* line 94, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-title {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #6A6A6A;
  text-align: center;
  line-height: 1.4;
  margin: 0; }
  /* line 103, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .review-modal-title .highlight {
    color: #EA6264; }

/* ========================================
   コンテンツエリア
======================================== */
/* line 111, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%; }

/* ========================================
   ボタングループ
======================================== */
/* line 121, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-button-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%; }

/* ========================================
   ラベルテキスト
======================================== */
/* line 131, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-label {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6A6A6A;
  text-align: center;
  width: 100%; }

/* line 140, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-label--primary {
  color: #EA6264; }

/* ========================================
   アウトラインボタン
======================================== */
/* line 147, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  background: #fff;
  border: 1px solid #6A6A6A;
  border-radius: 100px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #6A6A6A;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box; }
  /* line 166, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .review-modal-btn-outline:hover {
    background: rgba(0, 0, 0, 0.05);
    transform: translateY(-1px); }
  /* line 171, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .review-modal-btn-outline svg, .review-modal-btn-outline i {
    width: 24px;
    height: 24px;
    font-size: 18px; }

/* ========================================
   グラデーションボタン
======================================== */
/* line 181, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-btn-gradient {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background: linear-gradient(180deg, #F2B9A1 0%, #EA6264 100%);
  border: none;
  border-radius: 100px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease; }
  /* line 199, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .review-modal-btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3); }

/* ========================================
   リンクテキスト
======================================== */
/* line 208, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-link {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6A6A6A;
  text-align: right;
  width: 100%; }
  /* line 216, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .review-modal-link a {
    color: #FF9A9B;
    text-decoration: underline;
    transition: opacity 0.3s ease; }
    /* line 221, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
    .review-modal-link a:hover {
      opacity: 0.7; }

/* ========================================
   プレミアムポップアップ専用
======================================== */
/* バナー画像エリア */
/* line 232, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-banner {
  width: 100%;
  border-radius: 9.566px;
  overflow: hidden; }
  /* line 237, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .review-modal-banner img {
    width: 100%;
    height: auto;
    display: block; }

/* 評価訴求エリア */
/* line 245, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-rating-appeal {
  width: 100%;
  background: linear-gradient(180deg, #F2B9A1 0%, #EA6264 100%);
  border-radius: 9.566px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 16px 8px;
  box-sizing: border-box; }

/* line 258, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-rating-badge {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 4px; }
  /* line 264, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .review-modal-rating-badge .badge-label {
    background: #EA6264;
    padding: 2px 12px;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4; }
  /* line 274, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .review-modal-rating-badge .badge-suffix {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff; }

/* line 282, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-rating-text {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 17.333px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap; }

/* line 292, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
.review-modal-rating-stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px; }
  /* line 298, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .review-modal-rating-stars i {
    font-size: 40px;
    color: #FFA000;
    filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff) drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff); }
  /* line 312, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .review-modal-rating-stars .review-modal-rating-star--empty {
    color: #DADADA; }

/* ========================================
   レスポンシブ（モバイル）
======================================== */
@media screen and (max-width: 768px) {
  /* line 321, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .review-modal-dialog {
    width: calc(100% - 48px);
    max-width: 342px;
    margin: 0 24px;
    padding: 40px 24px 24px 24px; }

  /* line 328, /tmp/build_a19be238/app/assets/stylesheets/components/_review_access_modal.scss */
  .modal-close-btn {
    top: 8px;
    right: 8px; } }
/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 31, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__premium-details, .compact-review-card__normal-details {
  padding: 8px;
  border-radius: 8px; }

/* line 36, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__premium-details-content, .compact-review-card__normal-details-content {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1px;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }
  /* line 45, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__premium-details-content p, .compact-review-card__normal-details-content p {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit; }

/* line 54, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
  color: #2e2e3b; }
  /* line 60, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__inner {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column; }
  /* line 70, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card.compact-review-card--premium .compact-review-card__inner {
    border: 1px solid #FF9A9B; }
  /* line 75, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card:not(.compact-review-card--premium) .compact-review-card__inner {
    border: 1px solid #dadada; }

/* line 80, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__premium-badge {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
  background: linear-gradient(to bottom, #f2b9a1, #EA6264);
  padding: 6px 13px 6px 12px;
  border-radius: 0 16px 0 16px;
  display: flex;
  align-items: center;
  gap: 4px; }
  /* line 92, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__premium-badge i {
    color: #fff;
    font-size: 16px; }
  /* line 97, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__premium-badge span {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap; }

/* line 105, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__admin-edit-link {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  background: #4a93ff;
  padding: 4px 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: opacity 0.2s; }
  /* line 119, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__admin-edit-link:hover {
    opacity: 0.8; }
  /* line 123, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__admin-edit-link i {
    color: #fff;
    font-size: 11px; }
  /* line 128, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__admin-edit-link span {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap; }

/* line 137, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__therapist-section {
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2;
  padding: 12px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 112px;
  border-radius: 15px 15px 0 0; }

/* line 150, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__details-section {
  background: #fff;
  padding: 12px 12px 0 12px; }

/* line 155, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__therapist-info {
  display: flex;
  gap: 8px;
  align-items: center; }

/* line 161, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__therapist-image-wrapper {
  display: block;
  flex-shrink: 0; }

/* line 166, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__therapist-image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  background: #d9d9d9; }

/* line 174, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__therapist-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0; }

/* line 183, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__therapist-name a {
  font-size: 13px;
  font-weight: 700;
  color: #2e2e3b;
  text-decoration: underline;
  line-height: 1.4;
  letter-spacing: 0.1px; }
  /* line 25, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__therapist-name a:hover {
    opacity: 0.7; }

/* line 194, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__rating {
  display: flex;
  align-items: center;
  gap: 8px; }

/* line 200, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__stars {
  display: flex;
  gap: 2px; }

/* line 205, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__star {
  font-size: 16px; }
  /* line 208, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__star--filled {
    color: #ffa000; }
  /* line 212, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__star--empty {
    color: #e0e0e0; }

/* line 217, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__score {
  font-size: 16px;
  font-weight: 700;
  color: #ffa000;
  line-height: 1.4; }

/* line 225, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__premium-details {
  background: linear-gradient(to bottom, #f2b9a1, #EA6264);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25); }

/* line 231, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__premium-details-content {
  color: #fff; }

/* line 237, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__normal-details {
  background: #f2f2f2; }

/* line 242, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__normal-details-content {
  color: #2e2e3b; }

/* line 248, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-section {
  flex: 0 1 auto;
  background: #fff;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0; }
  /* line 258, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card--no-esthetic .compact-review-card__review-section {
    border-radius: 0 0 15px 15px; }

/* line 263, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-content {
  display: flex;
  flex-direction: column;
  gap: 2px; }

/* line 269, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-label {
  font-size: 13px;
  font-weight: 700;
  color: #9d9d9d;
  line-height: 1.4;
  letter-spacing: 0.1px; }

/* line 277, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-text-wrapper {
  position: relative;
  flex: 1;
  min-height: 0; }

/* line 283, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-text {
  font-size: 13px;
  color: #2e2e3b;
  line-height: 1.4;
  letter-spacing: 0.25px;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8; }
  /* line 292, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__review-text p {
    margin: 0;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    display: inline; }
  /* line 301, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__review-text--blurred {
    filter: blur(4px);
    -webkit-line-clamp: 3;
    line-clamp: 3; }
  /* line 307, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__review-text--full {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset; }

/* line 317, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__read-more {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1px;
  text-decoration: none;
  text-align: right;
  margin-top: -4px; }
  /* line 327, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__read-more:hover {
    text-decoration: underline; }

/* line 333, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__cta-button {
  width: 100%;
  height: 32px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none; }
  /* line 346, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__cta-button:hover {
    opacity: 1; }
  /* line 350, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__cta-button i {
    font-size: 12px; }
  /* line 355, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__cta-button--premium {
    background: #fff;
    border: 1px solid #FF9A9B;
    color: #FF9A9B;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25); }
    /* line 362, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
    .compact-review-card__review-text-wrapper .compact-review-card__cta-button--premium {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 240px; }
  /* line 368, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__cta-button--standard {
    background: #fff;
    border: 1px solid #9d9d9d;
    color: #9d9d9d; }
    /* line 374, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
    .compact-review-card__review-text-wrapper .compact-review-card__cta-button--standard {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 240px; }

/* line 381, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__author {
  font-size: 11px;
  font-weight: 500;
  color: #6a6a6a;
  line-height: 1.4;
  display: flex;
  gap: 8px;
  justify-content: flex-end; }
  /* line 390, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__author a {
    color: #6a6a6a;
    text-decoration: underline; }
    /* line 25, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
    .compact-review-card__author a:hover {
      opacity: 0.7; }

/* line 398, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__posted-date {
  color: #999;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap; }

/* line 406, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__esthetic-section {
  background: #fff;
  border-top: 1px solid #f2f2f2;
  padding: 8px 12px;
  display: flex;
  gap: 8px;
  border-radius: 0 0 15px 15px; }

/* line 415, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__esthetic-image-wrapper {
  position: relative;
  width: 96px;
  height: 54px;
  flex-shrink: 0; }

/* line 422, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__esthetic-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover; }

/* line 429, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__store-icon {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 441, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__store-icon i {
    font-size: 10px;
    color: #6a6a6a; }

/* line 447, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__esthetic-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4; }

/* line 457, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__esthetic-name a {
  font-size: 13px;
  font-weight: 700;
  color: #2e2e3b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }
  /* line 25, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__esthetic-name a:hover {
    opacity: 0.7; }

/* line 469, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__esthetic-areas {
  font-size: 11px;
  font-weight: 500;
  color: #6a6a6a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4; }
  /* line 476, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__esthetic-areas a {
    color: #6a6a6a; }
    /* line 479, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
    .compact-review-card__esthetic-areas a:hover {
      text-decoration: underline; }

/* line 486, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-toggle {
  display: none; }

/* line 490, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-preview {
  font-size: 13px;
  color: #2e2e3b;
  line-height: 1.4;
  letter-spacing: 0.25px;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

/* line 504, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-more {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
  text-align: right;
  margin-top: 4px;
  padding: 0;
  cursor: pointer; }
  /* line 514, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__review-more:hover {
    text-decoration: underline; }

/* line 519, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-close {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
  text-align: right;
  margin-top: 4px;
  padding: 0;
  cursor: pointer; }
  /* line 529, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__review-close:hover {
    text-decoration: underline; }

/* line 534, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-full-wrapper {
  display: none; }

/* line 538, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-full {
  font-size: 13px;
  color: #2e2e3b;
  line-height: 1.4;
  letter-spacing: 0.25px;
  word-wrap: break-word;
  margin: 0;
  padding: 0; }
  /* line 547, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__review-full--short {
    display: block; }

/* line 553, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-toggle:checked ~ .compact-review-card__review-preview {
  display: none; }

/* line 557, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-toggle:checked ~ .compact-review-card__review-more {
  display: none; }

/* line 561, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__review-toggle:checked ~ .compact-review-card__review-full-wrapper {
  display: block; }

/* line 566, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
.compact-review-card__other-reviews-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 40px;
  background: #fafafa;
  border: 1px solid #dadada;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s; }
  /* line 579, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__other-reviews-link:hover {
    background: #f2f2f2; }
  /* line 583, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__other-reviews-link span {
    font-size: 13px;
    font-weight: 700;
    color: #6a6a6a;
    letter-spacing: 0.1px; }
  /* line 590, /tmp/build_a19be238/app/assets/stylesheets/components/_compact_review_card.scss */
  .compact-review-card__other-reviews-link i {
    font-size: 12px;
    color: #6a6a6a; }

/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 25, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
.detailed-review-card {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #dadada;
  color: #2e2e3b; }
  /* line 35, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card--premium {
    border: 1px solid #FF9A9B; }
  /* line 39, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__premium-badge {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 1;
    background: linear-gradient(to bottom, #f2b9a1, #EA6264);
    padding: 6px 13px 6px 12px;
    border-radius: 0 16px 0 16px;
    display: flex;
    align-items: center;
    gap: 4px; }
    /* line 51, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__premium-badge i {
      color: #fff;
      font-size: 16px; }
    /* line 56, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__premium-badge span {
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      white-space: nowrap; }
  /* line 64, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__admin-edit-link {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    background: #4a93ff;
    padding: 4px 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    transition: opacity 0.2s; }
    /* line 78, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__admin-edit-link:hover {
      opacity: 0.8; }
    /* line 82, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__admin-edit-link i {
      color: #fff;
      font-size: 11px; }
    /* line 87, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__admin-edit-link span {
      font-size: 11px;
      font-weight: 700;
      color: #fff;
      white-space: nowrap; }
  /* line 95, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__details-section {
    background: #fff;
    padding: 12px 12px 0 12px; }
  /* line 100, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__details-box {
    padding: 8px;
    border-radius: 8px; }
    /* line 104, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__details-box--premium {
      background: linear-gradient(to bottom, #f2b9a1, #EA6264);
      box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25); }
    /* line 109, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__details-box--normal {
      background: #f2f2f2; }
  /* line 114, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__details-content {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1px;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
    /* line 123, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__details-content p {
      margin: 0;
      font-size: inherit;
      font-weight: inherit;
      color: inherit;
      line-height: inherit; }
    /* line 131, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__details-content--premium {
      color: #fff; }
    /* line 135, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__details-content--normal {
      color: #2e2e3b; }
  /* line 141, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__rating-details > summary {
    list-style: none; }
    /* line 144, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__rating-details > summary::-webkit-details-marker {
      display: none; }
  /* line 150, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__satisfaction {
    position: relative;
    padding: 16px 12px 12px 12px;
    border-top: 1px solid #f2f2f2;
    background: #fafafa;
    cursor: pointer;
    border-radius: 15px 15px 0 0; }
  /* line 159, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card--premium .detailed-review-card__satisfaction {
    padding-top: 40px; }
  /* line 163, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card--admin .detailed-review-card__satisfaction {
    padding-top: 40px; }
  /* line 167, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__satisfaction-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%; }
    /* line 174, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__satisfaction-content h4 {
      font-size: 13px;
      font-weight: 700;
      color: #2e2e3b;
      margin: 0;
      letter-spacing: 0.1px;
      flex-shrink: 0; }
  /* line 184, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__stars-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 188px;
    flex-shrink: 0; }
  /* line 192, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.2s; }
    /* line 201, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__toggle-icon i {
      font-size: 16px;
      color: #9d9d9d; }
  /* line 207, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__rating-details[open] .detailed-review-card__toggle-icon {
    transform: rotate(180deg); }
  /* line 211, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__satisfaction:hover .detailed-review-card__toggle-icon i {
    color: #2e2e3b; }
  /* line 215, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__stars {
    display: flex;
    gap: 3px;
    align-items: center; }
    /* line 220, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__stars i {
      font-size: 24px; }
  /* line 226, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__star--filled {
    color: #ffa000; }
  /* line 230, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__star--empty {
    color: #e0e0e0; }
  /* line 235, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__score {
    font-size: 20px;
    font-weight: 700;
    color: #ffa000;
    line-height: 1.4;
    flex-shrink: 0; }
  /* line 243, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__ratings {
    padding: 0 40px 12px 40px;
    width: 100%;
    background: #fafafa; }
  /* line 249, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__ratings-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 16px 8px 0 8px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border-top: 1px solid #dadada; }
  /* line 260, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__ratings-column {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 50%;
    min-width: 0; }
  /* line 269, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__rating-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px 0; }
  /* line 278, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__rating-label {
    font-size: 12px;
    font-weight: 400;
    color: #9d9d9d;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    line-height: normal; }
  /* line 288, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__rating-stars {
    display: flex;
    gap: 2px; }
    /* line 292, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__rating-stars i {
      font-size: 16px; }
  /* line 298, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__rating-star--filled {
    color: #ffa000; }
  /* line 302, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__rating-star--empty {
    color: #e0e0e0; }
  /* line 307, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__review {
    padding: 12px;
    border-top: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column;
    gap: 0; }
  /* line 316, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__review-label {
    font-size: 13px;
    font-weight: 700;
    color: #9d9d9d;
    letter-spacing: 0.1px;
    margin: 0 0 2px 0;
    padding: 0; }
  /* line 326, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__review-toggle {
    display: none; }
  /* line 331, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__review-preview {
    font-size: 13px;
    color: #2e2e3b;
    line-height: 1.4;
    letter-spacing: 0.25px;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  /* line 347, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__review-more {
    font-size: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.3);
    text-align: right;
    margin-top: 4px;
    padding: 0;
    cursor: pointer; }
  /* line 358, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__review-close {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.3);
    text-align: right;
    margin-top: 4px;
    padding: 0;
    cursor: pointer; }
  /* line 370, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__review-full-wrapper {
    display: none; }
  /* line 374, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__review-full {
    font-size: 13px;
    color: #2e2e3b;
    line-height: 1.4;
    letter-spacing: 0.25px;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin: 0;
    padding: 0; }
    /* line 385, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__review-full--short {
      display: block; }
  /* line 391, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__review-toggle:checked ~ .detailed-review-card__review-preview {
    display: none; }
  /* line 395, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__review-toggle:checked ~ .detailed-review-card__review-more {
    display: none; }
  /* line 399, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__review-toggle:checked ~ .detailed-review-card__review-full-wrapper {
    display: block; }
  /* line 403, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__review-text-wrapper {
    position: relative;
    width: 100%; }
  /* line 408, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__review-text {
    font-size: 13px;
    color: #2e2e3b;
    line-height: 1.4;
    letter-spacing: 0.25px;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin: 0;
    padding: 0;
    width: 100%; }
    /* line 419, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__review-text p {
      margin: 0;
      font-size: inherit;
      color: inherit;
      line-height: inherit;
      letter-spacing: inherit; }
    /* line 427, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__review-text--blurred {
      filter: blur(4px);
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  /* line 437, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__cta-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 240px;
    max-width: calc(100% - 24px);
    height: 32px;
    padding: 0 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s;
    letter-spacing: 0.1px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    white-space: nowrap; }
    /* line 460, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__cta-button i {
      font-size: 12px; }
    /* line 464, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__cta-button--premium {
      background: #fff;
      border: 1px solid #FF9A9B;
      color: #FF9A9B; }
    /* line 470, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__cta-button--standard {
      background: #fff;
      border: 1px solid #9d9d9d;
      color: #9d9d9d; }
    /* line 476, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__cta-button:hover {
      opacity: 1; }
  /* line 482, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__footer {
    padding: 12px 20px;
    font-size: 11px;
    font-weight: 500;
    color: #6a6a6a;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    letter-spacing: 0.5px;
    border-radius: 0 0 15px 15px; }
    /* line 493, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
    .detailed-review-card__footer a {
      color: #6a6a6a;
      text-decoration: underline; }
      /* line 20, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
      .detailed-review-card__footer a:hover {
        opacity: 0.7; }
  /* line 501, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__posted-date {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    white-space: nowrap; }
  /* line 509, /tmp/build_a19be238/app/assets/stylesheets/components/_detailed_review_card.scss */
  .detailed-review-card__placeholder {
    padding: 40px 20px;
    text-align: center;
    font-size: 13px;
    color: #9d9d9d; }

/* line 7, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
.prefecture-card {
  width: 240px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0; }
  /* line 15, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
  .prefecture-card__header {
    display: flex;
    align-items: center;
    padding: 12px 16px 8px;
    background: #f2f2f2;
    border-bottom: 1px solid #f2f2f2; }
  /* line 23, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
  .prefecture-card__title {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #2e2e3b;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%; }
    /* line 35, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
    .prefecture-card__title:hover {
      text-decoration: underline; }
  /* line 40, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
  .prefecture-card__body {
    padding: 16px;
    background: #fff; }
  /* line 45, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
  .prefecture-card__area-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0; }
  /* line 54, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
  .prefecture-card__area-item {
    width: 100%; }
  /* line 58, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
  .prefecture-card__area-link {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.25px;
    color: #2e2e3b;
    text-decoration: underline;
    display: block; }
    /* line 68, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
    .prefecture-card__area-link:hover {
      color: #FF9A9B; }

/* line 75, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
.prefecture-cards-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/* line 85, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
.top_section3 {
  padding-top: 40px; }
  /* line 88, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
  .top_section3 .prefecture-cards-container {
    width: 100%; }

@media screen and (max-width: 768px) {
  /* line 95, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
  .prefecture-card {
    width: 240px; }

  /* line 99, /tmp/build_a19be238/app/assets/stylesheets/components/_prefecture_card.scss */
  .prefecture-cards-container {
    padding-left: 5vw; } }
/* line 4, /tmp/build_a19be238/app/assets/stylesheets/components/_region_tabs.scss */
.region-tabs {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px; }
  /* line 9, /tmp/build_a19be238/app/assets/stylesheets/components/_region_tabs.scss */
  .region-tabs__list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  /* line 16, /tmp/build_a19be238/app/assets/stylesheets/components/_region_tabs.scss */
  .region-tabs__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 48px;
    border-radius: 8px;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s ease;
    background: #fff;
    border: 1px solid #FF9A9B;
    color: #FF9A9B;
    opacity: 0.5; }
    /* line 37, /tmp/build_a19be238/app/assets/stylesheets/components/_region_tabs.scss */
    .region-tabs__tab:hover {
      opacity: 0.8; }
    /* line 42, /tmp/build_a19be238/app/assets/stylesheets/components/_region_tabs.scss */
    .region-tabs__tab--active {
      background: #FF9A9B;
      border: 1px solid #FF9A9B;
      color: #fff;
      opacity: 1; }
      /* line 48, /tmp/build_a19be238/app/assets/stylesheets/components/_region_tabs.scss */
      .region-tabs__tab--active:hover {
        opacity: 0.9; }

@media screen and (max-width: 768px) {
  /* line 58, /tmp/build_a19be238/app/assets/stylesheets/components/_region_tabs.scss */
  .region-tabs__list {
    padding-left: 5vw; }
  /* line 62, /tmp/build_a19be238/app/assets/stylesheets/components/_region_tabs.scss */
  .region-tabs__tab {
    padding: 10px 24px;
    font-size: 14px; } }
/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 6, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
.area-recommend-card {
  width: 100%;
  min-width: 0;
  flex-shrink: 0; }
  @media screen and (max-width: 1139px) and (min-width: 641px) {
    /* line 6, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
    .area-recommend-card {
      width: 280px; } }
  @media screen and (max-width: 640px) {
    /* line 6, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
    .area-recommend-card {
      width: 220px; } }
  /* line 19, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
  .area-recommend-card__inner {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%; }
  /* line 29, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
  .area-recommend-card__image {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    display: block; }
    /* line 36, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
    .area-recommend-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 43, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
  .area-recommend-card__name {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e3b;
    line-height: 1.4;
    min-height: calc(16px * 1.4 * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    /* line 56, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
    .area-recommend-card__name a {
      color: inherit;
      text-decoration: none; }
      /* line 60, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
      .area-recommend-card__name a:hover {
        text-decoration: underline; }
  /* line 66, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
  .area-recommend-card__info {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1; }
  /* line 76, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
  .area-recommend-card__info-row {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 13px;
    color: #2e2e3b;
    line-height: 1.4; }
    /* line 84, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
    .area-recommend-card__info-row i {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      text-align: center;
      line-height: 16px; }
    /* line 92, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
    .area-recommend-card__info-row span {
      flex: 1;
      min-width: 0; }
    /* line 98, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
    .area-recommend-card__info-row--area span {
      font-size: 11px;
      font-weight: 500;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    /* line 107, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
    .area-recommend-card__info-row a {
      color: inherit; }
      /* line 110, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
      .area-recommend-card__info-row a:hover {
        text-decoration: underline; }
  /* line 116, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
  .area-recommend-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 32px;
    border: 1px solid #FF9A9B;
    border-radius: 100px;
    color: #FF9A9B;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    flex-shrink: 0; }
    /* line 130, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
    .area-recommend-card__btn:hover {
      background: rgba(255, 154, 155, 0.1); }
    /* line 134, /tmp/build_a19be238/app/assets/stylesheets/components/_area_recommend_card.scss */
    .area-recommend-card__btn i {
      font-size: 12px; }

/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 3, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
.auth_page_area {
  background: linear-gradient(135deg, #EA6264, #F2B9A1);
  height: 100vh;
  color: #fff;
  padding-top: 16vh;
  font-size: 24px; }

/* line 12, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
.auth_page_area .form_box {
  width: 500px; }

/* line 16, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
.auth_page_form h1 {
  text-align: center; }

/* line 20, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
.form_box {
  margin-top: 10px; }

/* line 23, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
.form_box label {
  font-size: 12px;
  margin-left: 2px;
  margin-top: 300px;
  width: 500px;
  font-weight: normal; }

/* .form_box label[for=user_email]{} */
/* .form_box label[for=user_password]{} */
/* line 34, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
.auth_page_area input {
  font-size: 14px;
  width: 500px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07) inset;
  border-radius: 5px;
  padding: 0 20px; }

/* line 44, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
.auth_page_form .input_box {
  text-align: center; }

/* line 48, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
.input_box input[type="submit"] {
  font-size: 14px;
  width: 500px;
  height: 50px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  color: #EC7D77;
  margin-top: 40px;
  text-align: center; }

/* line 60, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
.auth_page_form .other_links {
  margin-top: 32px; }

/* line 63, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
.auth_page_form .other_links a {
  display: block;
  width: 240px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 24px;
  text-decoration: underline; }

/* line 73, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
.other_links a.root_back_button {
  margin-top: 56px; }

/* line 78, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
#error_explanation {
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px; }

@media screen and (max-width: 640px) {
  /* line 91, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
  .auth_page_area .form_box {
    width: 90vw !important; }

  /* line 94, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
  .auth_page_area input,
  .input_box input[type="submit"] {
    width: 90vw !important; }

  /* line 98, /tmp/build_a19be238/app/assets/stylesheets/pages/_auth_page.scss */
  .auth_page_area .form_box {
    margin-left: 5% !important; } }
/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 13, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage {
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 24px; }

/* line 20, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__card {
  padding: 24px;
  background: #fff; }

/* line 26, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__title {
  font-size: 20px;
  font-weight: 700;
  color: #9D9D9D;
  margin-bottom: 8px; }

/* line 34, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__header {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 8px; }

/* line 43, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__user-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0; }

/* line 52, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 1000px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  width: fit-content; }
  /* line 63, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__badge--free {
    background: #DADADA;
    color: #6A6A6A; }
  /* line 68, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__badge--paid {
    background: linear-gradient(180deg, #F2B9A1 0%, #EA6264 100%);
    color: #fff; }
  /* line 73, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__badge--pending {
    background: #FFF3CD;
    color: #856404; }

/* line 80, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__user-name {
  font-size: 16px;
  font-weight: 700;
  color: #2e2e3b;
  line-height: 1.4; }

/* line 88, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__user-id {
  font-size: 12px;
  font-weight: 700;
  color: #9D9D9D;
  letter-spacing: 0.1px;
  line-height: 1.4; }

/* line 97, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__viewable-days-card {
  position: relative;
  width: 104px;
  border: 1px solid #DADADA;
  border-radius: 8px;
  background: #fff;
  flex-shrink: 0; }
  /* line 105, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__viewable-days-card__label {
    background: #FF9A9B;
    border-radius: 8px 8px 0 0;
    padding: 6px 10px 2px;
    text-align: center; }
    /* line 111, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
    .mypage__viewable-days-card__label span {
      display: block;
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      line-height: 1.2;
      letter-spacing: 0.5px; }
  /* line 121, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__viewable-days-card__value {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    padding: 8px 0;
    line-height: 0; }
  /* line 130, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__viewable-days-card__number {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #FF9A9B;
    line-height: 1; }
  /* line 138, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__viewable-days-card__unit {
    font-size: 12px;
    font-weight: 700;
    color: #9D9D9D;
    letter-spacing: 0.5px;
    line-height: 1; }
  /* line 146, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__viewable-days-card::before, .mypage__viewable-days-card::after {
    content: '';
    position: absolute;
    top: -7px;
    width: 6px;
    height: 14px;
    background: #F2F2F2;
    border-radius: 1000px; }
  /* line 157, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__viewable-days-card::before {
    left: 15px; }
  /* line 161, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__viewable-days-card::after {
    right: 15px; }

/* line 167, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__edit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  border: 1px solid #9D9D9D;
  border-radius: 100px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #9D9D9D;
  letter-spacing: 0.1px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-bottom: 16px; }
  /* line 185, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__edit-button:hover {
    opacity: 0.7; }

/* line 191, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__stats {
  display: flex;
  justify-content: space-evenly;
  background: #F2F2F2;
  border-radius: 8px;
  padding: 12px 0;
  margin-bottom: 16px; }

/* line 200, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__stat-item {
  text-align: center; }
  /* line 203, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__stat-item__value {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #9D9D9D;
    line-height: 1.4; }
  /* line 211, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__stat-item__label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #2e2e3b;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 6px; }
    /* line 220, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
    .mypage__stat-item__label:hover {
      opacity: 0.7; }

/* line 227, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__premium-banner {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden; }
  /* line 232, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__premium-banner a {
    display: block; }
  /* line 236, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__premium-banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; }

/* line 245, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__account-settings {
  padding: 16px 0;
  margin-bottom: 0; }

/* line 250, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__setting-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #DADADA; }
  /* line 258, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__setting-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

/* line 265, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__setting-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/* line 271, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__setting-label {
  font-size: 12px;
  font-weight: 700;
  color: #2e2e3b;
  letter-spacing: 0.1px; }
  @media screen and (min-width: 641px) {
    /* line 271, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
    .mypage__setting-label {
      font-size: 16px; } }

/* line 282, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__setting-link {
  font-size: 12px;
  font-weight: 400;
  color: #2e2e3b;
  text-decoration: underline; }
  @media screen and (min-width: 641px) {
    /* line 282, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
    .mypage__setting-link {
      font-size: 16px; } }
  /* line 292, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__setting-link:hover {
    opacity: 0.7; }

/* line 297, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__setting-value {
  font-size: 12px;
  font-weight: 400;
  color: #9D9D9D;
  letter-spacing: 0.25px; }
  @media screen and (min-width: 641px) {
    /* line 297, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
    .mypage__setting-value {
      font-size: 16px; } }

/* line 309, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__logout {
  text-align: right;
  margin-bottom: 16px; }
  /* line 313, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__logout a {
    font-size: 12px;
    font-weight: 700;
    color: #FF9A9B;
    text-decoration: underline;
    letter-spacing: 0.1px; }
    /* line 320, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
    .mypage__logout a:hover {
      opacity: 0.7; }

/* line 327, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__reviews-section {
  margin-top: 16px; }
  /* line 330, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__reviews-section h2 {
    font-size: 20px;
    font-weight: bold;
    color: #2e2e3b;
    margin-top: 40px;
    margin-bottom: 16px; }

/* line 339, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage__reviews-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px; }
  /* line 345, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage__reviews-list .compact-review-card {
    width: 100%; }

/* line 354, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit {
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  background: #fff; }

/* line 364, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__content {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  /* line 369, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage-edit__content .mypage__header {
    padding-top: 8px;
    margin-bottom: 0; }

/* line 375, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__form-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0; }

/* line 382, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__form {
  display: flex;
  flex-direction: column;
  gap: 24px; }

/* line 388, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__errors {
  color: #ff4545;
  font-size: 12px; }
  /* line 392, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage-edit__errors p {
    margin: 4px 0; }

/* line 397, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__field {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  /* line 402, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage-edit__field label {
    font-size: 12px;
    font-weight: 700;
    color: #2e2e3b;
    letter-spacing: 0.1px; }
  /* line 409, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage-edit__field input[type="text"],
  .mypage-edit__field input[type="email"],
  .mypage-edit__field input[type="password"] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #DADADA;
    border-radius: 8px;
    font-size: 14px;
    color: #2e2e3b;
    background: #fff;
    letter-spacing: 0.25px; }
    /* line 421, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
    .mypage-edit__field input[type="text"]::placeholder,
    .mypage-edit__field input[type="email"]::placeholder,
    .mypage-edit__field input[type="password"]::placeholder {
      color: rgba(0, 0, 0, 0.3); }
    /* line 425, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
    .mypage-edit__field input[type="text"]:focus,
    .mypage-edit__field input[type="email"]:focus,
    .mypage-edit__field input[type="password"]:focus {
      outline: none;
      border-color: #FF9A9B; }

/* line 432, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__submit {
  width: 100%;
  padding: 12px;
  background: #FF9A9B;
  border: none;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s; }
  /* line 446, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage-edit__submit:hover {
    opacity: 0.8; }

/* line 451, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__back-link {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #9D9D9D;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  color: #9D9D9D;
  letter-spacing: 0.1px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 4px; }
  /* line 467, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage-edit__back-link:hover {
    opacity: 0.7; }

/* line 473, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__display-section {
  padding-top: 16px;
  border-top: 1px solid #DADADA; }

/* line 478, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__display-row {
  display: flex;
  flex-direction: column;
  gap: 12px; }

/* line 484, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__divider {
  border: none;
  border-top: 1px solid #DADADA;
  margin: 0; }

/* line 490, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__display-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/* line 496, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__display-label {
  font-size: 12px;
  font-weight: 400;
  color: #2e2e3b; }
  /* line 502, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage-edit__display-label--bold {
    font-weight: 700;
    letter-spacing: 0.1px; }

/* line 508, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__display-value {
  font-size: 14px;
  color: #9D9D9D;
  padding: 12px 16px;
  border: 1px solid #DADADA;
  border-radius: 8px;
  background: #fff; }
  /* line 517, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage-edit__display-value--plain {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    letter-spacing: 0.25px; }

/* line 526, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__display-link {
  font-size: 12px;
  color: #2e2e3b;
  text-decoration: underline; }
  /* line 531, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage-edit__display-link:hover {
    opacity: 0.7; }

/* line 536, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
.mypage-edit__deactivate {
  text-align: right;
  margin-top: 24px; }
  /* line 540, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
  .mypage-edit__deactivate a {
    font-size: 12px;
    color: #9D9D9D;
    text-decoration: underline; }
    /* line 545, /tmp/build_a19be238/app/assets/stylesheets/pages/_user_page.scss */
    .mypage-edit__deactivate a:hover {
      opacity: 0.7; }

/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 4, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.top_contents_wrap {
  width: 1140px;
  margin: 0 auto;
  margin-top: 160px; }

/* line 10, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.left_section {
  width: 828px;
  min-width: 0; }

/* line 15, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.index_header_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  overflow: hidden;
  z-index: -1; }

/* line 25, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.index_header_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 80% 20%;
  filter: blur(3px); }

/* line 36, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.index_header_img_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: #FF9A9B;
  opacity: 0.5;
  background-position: 80% 20%;
  filter: blur(3px); }

/* line 48, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.index_header_title {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: min(24px, 3vw);
  white-space: nowrap; }

/* line 62, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.top_page_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
  max-width: 100vw; }

/* line 70, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.top_page_logo .first {
  width: min(632px, 65vw);
  height: auto; }

/* line 75, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.top_page_logo .second {
  width: min(180px, 18vw);
  height: auto; }

/* line 82, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.top_banner {
  display: flex;
  justify-content: space-between;
  position: relative; }

/* line 88, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.top_banner i {
  font-size: 60px;
  color: #2e2e3b;
  cursor: pointer; }

/* line 94, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.top_banner .fa-angle-left {
  position: absolute;
  top: 100px;
  left: 10px; }

/* line 100, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.top_banner .fa-angle-right {
  position: absolute;
  top: 100px;
  right: 10px; }

/* line 106, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.top_banner {
  white-space: nowrap;
  overflow: hidden; }

/* line 111, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.top_banner_child img {
  height: 220px;
  width: auto;
  border-radius: 5px;
  object-position: bottom;
  border: 3px solid #fff;
  margin: 0 8px; }

/* line 120, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.top_banner_child img:first-child {
  animation-name: slide;
  animation-duration: 16s;
  animation-delay: 0s;
  animation-iteration-count: infinite; }

@keyframes slide {
  0%, 10% {
    margin-left: 0; }
  20%, 30% {
    margin-left: -100%; }
  40%, 50% {
    margin-left: -200%; }
  60%, 70% {
    margin-left: -300%; }
  80%, 90% {
    margin-left: -400%; }
  100% {
    margin-left: 0; } }
/* line 148, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.bottom_banner {
  display: flex;
  justify-content: space-between;
  margin-top: 40px; }

/* line 154, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.bottom_banner_child img {
  width: 270px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px; }

/* line 162, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.top_section_title {
  color: #2e2e3b;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 170, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_section_title img {
    height: 40px;
    width: auto; }
  /* line 175, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_section_title h2 {
    margin-left: 6px; }

/* line 180, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.top_section_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
  overflow: hidden; }

/* line 193, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.area-recommend-section {
  padding: 40px 0 16px; }

/* line 197, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.area-recommend-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; }
  /* line 203, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .area-recommend-header img {
    width: 24px;
    height: 32px; }
  /* line 208, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .area-recommend-header h2 {
    font-size: 20px;
    font-weight: 700;
    color: #2e2e3b;
    margin: 0; }

/* line 216, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.area-recommend-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 16px; }

/* line 223, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.area-recommend-group {
  display: flex;
  flex-direction: column;
  gap: 8px; }

/* line 229, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.area-recommend-label {
  display: inline-block;
  background: #FF9A9B;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 48px;
  border-radius: 0 8px 8px 0;
  align-self: flex-start; }

/* line 240, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.area-recommend-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  overflow: hidden; }

/* line 248, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.bookmarkItem {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  overflow: hidden; }

/* line 257, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.bookmarkItem img {
  width: 200px;
  height: 160px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0; }

/* line 265, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.bookmarkItem-details {
  padding: 16px;
  width: 100%; }

/* line 270, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.bookmarkItem-title .title_name {
  font-size: 14px;
  font-weight: bold; }

/* line 275, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.bookmarkItem-details li {
  font-size: 13px;
  margin-top: 8px; }

/* line 280, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.bookmarkItem-details i {
  height: 16px;
  text-align: center; }

/* line 285, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.bookmarkItem-title .title_name,
.bookmarkItem-details li {
  margin-left: 4px; }

/* line 290, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.bookmarkItem-details a {
  color: #2e2e3b; }

/* line 294, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.bookmarkItem-details a:hover {
  text-decoration: underline; }

/* line 302, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
.right_section {
  margin-top: 100px;
  margin-left: 0; }

@media screen and (max-width: 1139px) and (min-width: 641px) {
  /* line 311, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_contents_wrap {
    width: 100%;
    margin-top: 160px; }

  /* line 316, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .left_section {
    width: 100%; }

  /* line 320, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .right_section {
    display: none; }

  /* line 324, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_section1 .top_section_items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 24px;
    gap: 16px;
    justify-content: flex-start; }

  /* line 334, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_section1 .compact-review-card {
    flex: 0 0 300px; }

  /* line 338, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .area-recommend-cards {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 24px;
    gap: 16px; } }
@media screen and (max-width: 640px) {
  /* line 349, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_contents_wrap {
    margin-top: initial;
    width: 100vw; }

  /* line 354, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .index_header_container,
  .index_header_img_cover,
  .index_header_img {
    width: 100vw;
    height: 340px;
    min-width: initial; }

  /* line 362, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_page_logo .first {
    height: 200px;
    width: auto; }

  /* line 367, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_page_logo .second {
    height: 100px;
    width: auto;
    margin-top: 12px; }

  /* line 373, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .index_header_title {
    position: absolute;
    top: 90px;
    font-size: 12px; }

  /* line 380, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_banner {
    width: 100vw;
    white-space: nowrap;
    overflow: hidden;
    margin: auto;
    margin-top: 60px; }

  /* line 388, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_banner_child img {
    height: 180px;
    width: auto;
    object-position: bottom; }

  /* line 396, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .bottom_banner {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0; }

  /* line 402, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .bottom_banner img {
    width: 90vw;
    height: 180px;
    margin-top: 20px; }

  /* line 408, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_section_items {
    justify-content: center; }

  /* line 412, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_section_items .column {
    width: 90vw; }

  /* line 416, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .column a img {
    height: 200px; }

  /* line 421, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .area-recommend-section {
    padding: 40px 0 16px; }

  /* line 425, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .area-recommend-cards {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 5vw; }

  /* line 433, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .bookmarkItem img {
    width: 120px;
    height: 160px;
    object-fit: cover;
    border-radius: 5px;
    flex-shrink: 0; }

  /* line 443, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_section1 .top_section_items {
    display: flex;
    flex-wrap: nowrap;
    width: 100vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 5vw;
    gap: 16px;
    justify-content: flex-start; }

  /* line 454, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .top_section1 .compact-review-card {
    flex: 0 0 min(272px, 80vw);
    max-width: 272px; }

  /* line 461, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .sp_middle_banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 48px; }

  /* line 467, /tmp/build_a19be238/app/assets/stylesheets/pages/_top_page.scss */
  .sp_banner_child img {
    width: 42vw;
    height: auto;
    max-height: 130px;
    object-fit: cover;
    margin-top: 16px; } }
/* line 1, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.esthe_page_title {
  font-size: 24px;
  font-weight: bold;
  color: #2e2e3b;
  margin-top: 32px; }

/* line 8, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.column_review_star {
  font-size: 24px;
  margin-top: 10px; }

/* line 13, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.average_rating_score {
  font-size: 14px; }

/* -----------口コミ体験談エリア----------- */
/* line 19, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.esthe_page_sub_title {
  font-size: 20px;
  font-weight: bold;
  color: #2e2e3b;
  margin-top: 40px; }

/* line 26, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.esthe-reviews-list {
  margin-top: 24px;
  padding: 0 16px; }
  /* line 31, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
  .esthe-reviews-list .compact-review-card {
    width: 100%;
    max-width: 1140px; }
  /* line 36, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
  .esthe-reviews-list .compact-review-card__inner {
    height: auto;
    min-height: 200px; }
  /* line 43, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
  .esthe-reviews-list .compact-review-card + .compact-review-card,
  .esthe-reviews-list .compact-review-card + .paywalled-review {
    margin-top: 24px; }
  /* line 48, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
  .esthe-reviews-list .paywalled-review > .compact-review-card + .compact-review-card {
    margin-top: 24px; }

/* line 53, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.review_area {
  padding: 20px;
  margin-top: 24px;
  border: #EEE solid 2px;
  border-radius: 5px; }

/* line 59, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.review_area_top {
  display: flex; }

/* line 62, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.review_area_top img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: solid 2px #F2B9A1;
  border-radius: 5px; }

/* line 69, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.review_area_top .review_area_top_right {
  margin-left: 16px; }

/* line 72, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.review_area_top .review_area_top_right p {
  margin-bottom: 5px; }

/* line 75, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.review_area_top .review_area_top_right .column_review_star {
  font-size: 20px; }

/* line 79, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.review_area_bottom {
  margin-top: 16px; }

/* line 83, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.review_area_bottom .review_text {
  margin-top: 10px;
  text-align: justify;
  line-height: 1.5; }

/* line 89, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
.therapist_detail_page_link {
  margin-top: 10px;
  background: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border: solid 0.5px #C4C4C4;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 640px) {
  /* line 101, /tmp/build_a19be238/app/assets/stylesheets/pages/_esthetic_page.scss */
  .review_area,
  .esthe_page_sub_title,
  .esthe_page_title {
    width: 90vw;
    margin-left: 5vw; } }
/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 3, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.subscription {
  color: #62626c;
  background: #fff;
  padding: 32px; }

/* line 9, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.subscription-container {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 24px; }
  /* line 13, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
  .subscription-container img {
    width: 100%;
    height: auto; }

/* line 19, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.subscription .subscription-title {
  font-size: 18px;
  font-weight: bold; }
  /* line 23, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
  .subscription .subscription-title span {
    font-size: 14px;
    margin-left: 16px; }

/* line 29, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.subscription hr {
  color: #D8D8D8;
  margin-top: 24px; }

/* line 34, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.subscription .payment-amount {
  font-weight: bold;
  margin-top: 24px;
  border-left: 4px solid #FF9A9B;
  padding-left: 4px; }

/* line 41, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.subscription .subscription-plan {
  display: flex;
  margin-top: 16px;
  max-width: 600px; }
  /* line 46, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
  .subscription .subscription-plan p {
    border: 1px solid #D8D8D8;
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    font-weight: bold; }
  /* line 55, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
  .subscription .subscription-plan .subscription-plan-text {
    width: 30%; }
  /* line 58, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
  .subscription .subscription-plan .subscription-plan-price {
    width: 70%;
    justify-content: end; }
  /* line 63, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
  .subscription .subscription-plan span {
    font-weight: bold;
    color: #FF0000; }

/* line 69, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.payment-link {
  color: #fff;
  background: #FF9A9B;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  padding: 0 16px;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0;
  background-color: #FF9A9B;
  color: white;
  border: none;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  cursor: pointer; }

/* line 95, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.subscription-notes {
  background: #F3F3F3;
  padding: 16px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 24px; }
  /* line 102, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
  .subscription-notes .notes-title {
    font-weight: bold;
    margin-top: 16px;
    text-align: center; }
  /* line 109, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
  .subscription-notes .notes-content {
    margin-top: 24px; }
    /* line 112, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
    .subscription-notes .notes-content a {
      color: #0000ee;
      text-decoration: underline; }
    /* line 117, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
    .subscription-notes .notes-content b {
      text-decoration: underline; }

/* line 123, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
#creditForm {
  margin-top: 24px; }

/* line 127, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.credit-container .form-box {
  margin-top: 8px;
  position: relative; }

/* line 132, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.select-wrapper {
  position: relative; }

/* line 136, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.select-wrapper i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333; }

/* line 145, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.credit-container form input,
.credit-container form select,
.credit-container form textarea {
  width: 100%;
  padding: 1em;
  font-family: Lato;
  font-size: 0.9em;
  margin: 0.25em 0;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  outline: none;
  font-weight: 300;
  color: #333; }

/* line 160, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.credit-container form input[type='submit'] {
  background: #FF9A9B;
  color: white;
  font-weight: 400;
  cursor: pointer; }

/* line 167, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.credit-container form input[type='submit']:hover {
  background: #ff8182; }

/* line 171, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.credit-container .input-group {
  display: flex;
  justify-content: space-between; }

/* line 176, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
.credit-container .input-group > div {
  width: 48%; }

@media screen and (max-width: 640px) {
  /* line 181, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
  .subscription {
    margin: 0 5vw; }

  /* line 186, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
  .subscription .subscription-plan .subscription-plan-text {
    width: 40vw; }
  /* line 189, /tmp/build_a19be238/app/assets/stylesheets/pages/_subscription_page.scss */
  .subscription .subscription-plan .subscription-plan-price {
    width: 50vw; } }
/* line 1, /tmp/build_a19be238/app/assets/stylesheets/pages/_static_page.scss */
.pages_container {
  padding: 20px;
  margin: 0 auto;
  max-width: 600px;
  line-height: 1.5;
  background: #fff;
  color: #2e2e3b;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

/* line 12, /tmp/build_a19be238/app/assets/stylesheets/pages/_static_page.scss */
.pages_container h1 {
  text-align: center;
  font-weight: bold;
  font-size: 16px; }

/* line 18, /tmp/build_a19be238/app/assets/stylesheets/pages/_static_page.scss */
.pages_container .section {
  margin-top: 24px; }

/* line 22, /tmp/build_a19be238/app/assets/stylesheets/pages/_static_page.scss */
.pages_container h2 {
  color: #2e2e3b;
  font-weight: bold;
  font-size: 14px !important; }

/* line 28, /tmp/build_a19be238/app/assets/stylesheets/pages/_static_page.scss */
.pages_container p {
  color: #62626c; }

/* line 32, /tmp/build_a19be238/app/assets/stylesheets/pages/_static_page.scss */
.pages_container a {
  color: #0066cc;
  text-decoration: none; }

/* line 37, /tmp/build_a19be238/app/assets/stylesheets/pages/_static_page.scss */
.pages_container a:hover {
  opacity: 0.7;
  transition: 0.3s;
  text-decoration: underline; }

@media screen and (max-width: 640px) {
  /* line 44, /tmp/build_a19be238/app/assets/stylesheets/pages/_static_page.scss */
  .pages_container h2 {
    font-size: 13px !important; } }
/* line 14, /tmp/build_a19be238/app/assets/stylesheets/bases/_colors.scss */
:root {
  --main-color: #FF9A9B;
  --main-color-dark: #EA6264;
  --main-background-color: #F3F3F3;
  --text-color: #2e2e3b;
  --text-light-color: #62626c;
  --white: #fff;
  --blue: #0066cc;
  --border-color: #e1e1e1;
  --divider-color: #f2f2f2;
  --warning-color: #ff4545; }

/* line 8, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-card {
  background: #fff;
  border-radius: 8px;
  padding: 16px; }

/* line 15, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 8px; }

/* line 22, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-header__esthetic-name {
  font-size: 13px;
  font-weight: bold;
  color: #9d9d9d;
  line-height: 1.4;
  letter-spacing: 0.1px; }
  /* line 29, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-header__esthetic-name a {
    color: inherit;
    text-decoration: none; }

/* line 35, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-header__name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px; }

/* line 42, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-header__name-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0; }

/* line 50, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-header__name {
  font-weight: bold;
  color: #2e2e3b;
  line-height: 1.4;
  letter-spacing: 0.1px;
  margin: 0; }

/* line 58, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-header__x-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #2e2e3b;
  border-radius: 50%;
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity 0.2s ease; }
  /* line 70, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-header__x-link:hover {
    opacity: 0.7; }
  /* line 74, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-header__x-link .fa-x-twitter {
    color: #fff;
    font-size: 12px; }

/* line 80, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0; }
  /* line 86, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-header__actions .bookmark_button,
  .therapist-header__actions .therapist_review_subscriber_button {
    text-align: center; }

/* line 94, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-profile {
  display: flex;
  gap: 8px;
  margin-top: 0; }

/* line 100, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-profile__image-col {
  flex-shrink: 0;
  width: 190px;
  display: flex;
  flex-direction: column;
  gap: 8px; }

/* line 108, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-profile__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 174 / 232;
  overflow: hidden;
  border-radius: 8px; }

/* line 116, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-profile__review-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-bottom-left-radius: 16px; }
  /* line 129, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-profile__review-badge i {
    font-size: 14px;
    color: #2e2e3b; }
  /* line 134, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-profile__review-badge span {
    font-size: 13px;
    font-weight: bold;
    color: #2e2e3b;
    white-space: nowrap; }

/* line 142, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-profile__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 148, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-profile__comment-badge {
  display: block;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: bold;
  color: #2e2e3b;
  line-height: 1.4;
  word-break: break-word; }

/* line 160, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-profile__info-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 0 8px;
  min-width: 0; }

/* line 170, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-profile__info-item {
  display: flex;
  flex-direction: column;
  gap: 2px; }

/* line 176, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-profile__info-item:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2; }

/* line 181, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-profile__label {
  font-size: 13px;
  font-weight: bold;
  color: #9d9d9d;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 4px; }

/* line 191, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-profile__icon {
  color: #FF9A9B;
  font-size: 14px;
  width: 20px;
  text-align: center;
  flex-shrink: 0; }

/* line 199, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-profile__value {
  font-size: 13px;
  font-weight: bold;
  color: #2e2e3b;
  line-height: 1.4;
  word-break: break-word;
  padding-left: 24px; }

/* line 208, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-profile__link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4a93ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  word-break: break-all;
  padding-left: 24px; }
  /* line 221, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-profile__link:hover {
    opacity: 0.7; }

/* line 227, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
a.therapist-review-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #9d9d9d;
  border-radius: 100px;
  margin-top: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 13px;
  font-weight: bold;
  color: #9d9d9d;
  letter-spacing: 0.1px; }
  /* line 246, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  a.therapist-review-btn:hover {
    background: #f5f5f5;
    color: #9d9d9d; }

/* line 253, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-card .therapist-review-btn {
  margin-top: 16px; }

/* line 257, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-review-btn__icon {
  font-size: 16px;
  color: #9d9d9d; }

/* line 262, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-review-btn__text {
  font-size: 13px;
  font-weight: bold;
  color: #9d9d9d;
  line-height: 1.4;
  letter-spacing: 0.1px; }

/* line 271, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-reviews-section {
  margin-top: 40px;
  padding: 0 16px; }

/* line 277, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-reviews-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px; }

/* line 284, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-reviews-section__title-group {
  display: flex;
  align-items: center;
  gap: 8px; }

/* line 290, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-reviews-section__icon {
  width: 23px;
  height: 32px;
  flex-shrink: 0; }

/* line 296, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-reviews-section__title {
  font-size: 13px;
  font-weight: bold;
  color: #2e2e3b;
  margin: 0;
  line-height: 1.4; }

/* line 304, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-reviews-section__count-badge {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: bold;
  color: #6a6a6a;
  white-space: nowrap; }

/* line 312, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
.therapist-reviews-list {
  margin-top: 24px; }
  /* line 317, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-reviews-list .detailed-review-card + .detailed-review-card,
  .therapist-reviews-list .detailed-review-card + .paywalled-review {
    margin-top: 24px; }
  /* line 322, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-reviews-list .paywalled-review > .detailed-review-card + .detailed-review-card {
    margin-top: 24px; }

@media screen and (max-width: 640px) {
  /* line 329, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-card {
    margin: 0;
    padding: 16px;
    border-radius: 0; }

  /* line 335, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-header {
    padding: 0; }

  /* line 339, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-header__name-row {
    flex-wrap: wrap; }

  /* line 343, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-profile {
    padding: 0; }

  /* line 347, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-profile__image-col {
    width: 190px; }

  /* line 351, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-profile__info-col {
    padding: 12px 0 0 8px;
    justify-content: flex-start; }

  /* line 356, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-review-btn {
    margin: 16px 0 0 0;
    width: 100%; }

  /* line 361, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-reviews-section {
    padding: 0 16px; }

  /* line 365, /tmp/build_a19be238/app/assets/stylesheets/pages/_therapist_page.scss */
  .therapist-reviews-list {
    width: 100%; } }
