@charset "utf-8";

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

a:hover {
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

/* フッター固定予約ボタン スマホのみ */
.footer_bar {
  height: 50px;
  background-color: #35a29f;
  position: fixed;
  bottom: -1px;
  right: 0;
  left: 0;
  z-index: 1030;
}
.footer_bar_wrap {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
}
.footer_bar a {
  font-size: 18px;
  color: #fff;
  text-decoration: none !important;
  display: block;
  width: 50%;
}
.footer_bar a:nth-child(1) {
  border-right: 1px solid #9c9c9c;
}

/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
/*@media screen and (max-width: 991.98px) {
  .footer-logo {
    width: 100%;
  }
}*/
/* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
  .gnav-item {
    display: block;
    width: 100%;
    border: none;
  }

  .gnav-item + .gnav-item {
    border: none;
  }

  table th,
  table td {
    padding: 0.25rem !important;
  }

  table th:first-child {
    width: 25%;
  }

  li.nav-item {
    padding-left: 0;
  }
}
/* END */

/* 追加２
============================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.na {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.title {
  color: #28544b;
  position: relative;
  text-align: center;
}

.title::before {
  background-color: #28544b;
  border-radius: 0.5rem;
  bottom: -1.2rem;
  content: "";
  height: 0.2rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3rem;
}

.title_2 {
  position: relative;
  display: inline-block;
  margin: 2rem 0;
  font-size: 1.3rem;
}

.title_2:before {
  content: "・・・";
  font-size: 2rem;
  letter-spacing: -0.6em;
  color: #d2dfd2;
  position: absolute;
  /*background: #D2DFD2;*/
  top: 130%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.col-md-3.col-lg-3 {
  padding-right: 5px;
  padding-left: 5px;
}

.display-4-2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.rounded-circle-course {
  border-radius: 18% !important;
  padding: 22px;
}

.rounded-circle-kado18 {
  border-radius: 18% !important;
}

.border-time {
  border: 1.5px solid #dee2e6 !important;
}

.card {
  border: 1px solid rgba(197, 196, 188, 0.5);
}

.card-header {
  border-bottom: 1px solid rgba(197, 196, 188, 0.5);
  background-color: rgba(243, 242, 236, 0.41);
}

.h-98 {
  height: 98% !important;
}

.bg_l-green {
  background-color: #d2dfd2;
}

.bg_blue-green {
  background-color: #35a29f !important;
}

.bg_l-white {
  background-color: #f3f2ec;
}

.bg_l-white_none {
  background-color: none;
}

.bg_y-green {
  background-color: #cad640;
}

.bg_yellow {
  background-color: #f8eb7d;
}

.bg_white {
  background-color: #ffffff;
}

.bg_lightgray {
  background-color: #f3f3f3;
}

.heading_green {
  border-left: 6px solid #28544b;
  padding: 0 0 0 10px;
}

.font_weight_500 {
  font-weight: 500;
}

.font_weight_600 {
  font-weight: 600;
}

.font_weight_700 {
  font-weight: 700;
}

/*@media (min-width: 414px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}*/

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(248, 235, 125, 1);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

.course_name {
  font-size: 1.4rem;
  font-weight: bold;
}

.course_name-2 {
  font-size: 0.98rem;
  margin-top: 0;
  margin-bottom: 0;
}

.font_tel {
  font-size: 1.8rem;
}

/* グローバルメニュー折り返し防止 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /*.container {
      max-width: 767px;
  }*/
  .container_edit {
    --bs-gutter-x: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {
  /*.mt_map_btn{
        margin-top: 0;
    }
    .mt_map_btn{
        margin-top: 1.5rem;
    }*/
  .course_img_text {
    left: 50%;
    margin-top: 1.4rem;
    /*background-color: #d1deaab1;*/
    text-align: center;
    transform: translate(-50%, -50%);
    margin-top: 1.4rem;
    margin-right: 0rem;
    margin-bottom: -1rem;
    margin-left: 0rem;
    padding-left: 1rem;
  }

  .img_kiwami {
    width: 55%;
  }
}

@media screen and (min-width: 576px) {
  .mt_map_btn {
    margin-top: 1.5rem;
  }

  .course_img_text {
    position: absolute;
    left: 90%;
    margin-top: 10%;
    /*background-color: #d1deaab1;*/
    text-align: center;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}

.small_week {
  color: #28544b;
  font-size: 0.7rem;
  font-weight: 600;
}

.small_3 {
  font-size: 58%;
  font-weight: 500;
}

.small_4 {
  font-size: 80%;
}

.small_5 {
  font-size: 72%;
  font-weight: 500;
}

.small_6 {
  font-size: 40%;
  font-weight: 500;
}

.small_7 {
  font-size: 68%;
  font-weight: 500;
}

.course_img {
  position: relative;
}

.img_clip_path {
  clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%, 30% 0);
}

.text_05rem {
  font-size: 0.5rem;
}

.text_06rem {
  font-size: 0.6rem;
}

.text_065rem {
  font-size: 0.65rem;
}

.text_07rem {
  font-size: 0.7rem;
}

.text_075rem {
  font-size: 0.75rem;
}

.text_08rem {
  font-size: 0.8rem;
}

.text_085rem {
  font-size: 0.85rem;
}

.text_09rem {
  font-size: 0.9rem;
}

.text_095rem {
  font-size: 0.95rem;
}

.text_1rem {
  font-size: 1rem;
}

.text_1_1rem {
  font-size: 1.1rem;
}

.text_1_2rem {
  font-size: 1.2rem;
}

.text_1_3rem {
  font-size: 1.3rem;
}

.text_1_4rem {
  font-size: 1.4rem;
}

.text_1_7rem {
  font-size: 1.7rem;
}

/* ↓可変フォントサイズ */
.fs-085-2_5-1_2 {
  font-size: clamp(0.85rem, 2.5vw, 1.2rem);
}

.fs-097-3-1_2 {
  font-size: clamp(0.97rem, 3vw, 1.2rem);
}

.fs-098-3-1 {
  font-size: clamp(0.98rem, 3vw, 1.1rem);
}

.fs-095-3-1 {
  font-size: clamp(0.95rem, 3vw, 1rem);
}

/* END */

.letter_spacing_-0_5em {
  letter-spacing: -0.5em;
}

.letter_spacing_-0_4em {
  letter-spacing: -0.4em;
}

.letter_spacing_-0_1em {
  letter-spacing: -0.1em;
}

.letter_spacing_0_08em {
  letter-spacing: 0.08em;
}

.course_img_text_2 {
  margin-bottom: 0.4rem;
}

.pt_07 {
  padding-top: 0.7rem;
}

.pt_042 {
  padding-top: 0.42rem;
}

.pt_07_2 {
  padding-top: 0.7rem;
  padding-left: 0.9rem !important;
  padding-right: 0.9rem !important;
  margin-left: 0.5remmt-sm-5rem;
}

.pr_10pc {
  padding-right: 10%;
  /*right: 10%;*/
}

.pr_2_38rem {
  padding-right: 2.38rem !important;
}

.pr_4_24rem {
  padding-right: 4.24rem !important;
}

.pr_3_79rem {
  padding-right: 3.79rem !important;
}

.pb_x {
  padding-bottom: 10rem;
}

.mt_065 {
  margin-top: 0.65rem;
}

@media (min-width: 576px) and (max-width: 767px) {
  .mt-sm-5rem {
    margin-top: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5rem {
    margin-top: 5rem !important;
  }
}

.care {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.25rem;
}

.img_bodycare {
  background-image: url(../img/sample_shouldercare.jpg);
}

.img_footcare {
  background-image: url(../img/sample_footcare.jpg);
}

.img_headneckcare {
  background-image: url(../img/sample_neckcare.jpg);
}

.img_handcare {
  background-image: url(../img/sample_handcare.jpg);
}

.height_20 {
  height: 20rem;
}

.marker {
  background: linear-gradient(transparent 60%, #f8ec7d71 60%);
  margin: auto;
}

.brand_name {
  color: #28544b;
  padding: 0.2rem 0.6rem 0.5rem 0.3rem;
  display: inline-block;
  line-height: 1;
  background: #cad640;
  vertical-align: middle;
  border-radius: 25px 3px 3px 25px;
  /*左側の角を丸く*/
  white-space: nowrap;
}

.brand_name:before {
  content: "●";
  color: #f3f2ec;
  margin-right: 6px;
  margin-left: 1.5px;
  text-align: center;
  vertical-align: text-top;
  line-height: 1.1;
}

.brand_name_sankaku::before {
  content: "";
  display: inline-block;
  border: 10px solid transparent;
  border-left: 10px solid #28544b;
  padding: 0;
  margin: 0 0 0 -4px;
  top: 0px;
  left: 5px;
  position: relative;
}

.foot_menu {
  /*color: #364e96;/*文字色*/
  padding: 0.5rem 0;
  border-bottom: solid 3px #cad640;
  width: 50%;
}

.line_link {
  width: 8rem;
  padding-top: 0.65rem;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 1.2rem;
  padding-bottom: 0.15rem;
}

.check ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
  color: #35a29f;
}

.table .t_border_1 {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #28544b;
}

.table .t_border_1_ygreen {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #cad640;
}

.table .t_border_2 {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #28544b;
}

.table .t_border_2_ygreen {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #cad640;
}

.text_relaxation {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /*background-color: #fff;*/
  background-clip: border-box;
  color: #28544b;
  /*border-radius: 0.25rem;*/

  font-size: 0.6rem;
  font-weight: bolder;
  text-align: center;
}

.text_position_xs {
  top: 7.5rem;
}

.text_position_sm {
  font-size: 0.8rem;
  top: 10rem;
}

.text_position_md {
  font-size: 1rem;
  top: 14.5rem;
}

.text_position_lg {
  font-size: 1.2rem;
  top: 17.5rem;
}

.text_position_xl {
  font-size: 1.6rem;
  top: 20rem;
}

.img_g-menu-body {
  background-image: url(../img/g-menu-body.jpg);
}

.gm_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.25rem;
  height: 15rem;
}

.gm_border_tp {
  border-top: 1px solid #d2dfd2;
}

.gm_border_btm {
  border-bottom: 1px solid #d2dfd2;
}

.img-fluid_2 {
  max-width: 100%;
  max-height: auto;
}

.border_0 {
  border-style: none;
}

.w_x {
  width: 100%;
}

.w_y {
  width: 22%;
}

.w_z {
  width: 62%;
}

.t_w {
  width: 900px;
}

.pl_0_45rem {
  padding-left: 0.45rem;
}

.pl_1_2rem {
  padding-left: 2rem;
}

.pl-2_1rem {
  padding-left: 2.1rem;
}

.pl_z {
  padding-left: 3.1rem !important;
}

.px_0000 {
  padding-right: 5rem;
  padding-left: 5rem;
}

@media screen and (min-width: 768px) {
  .px_gm {
    padding-right: 30px;
    padding-left: 30px;
  }

  .p_menu2 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .rm_ttl {
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  .px_gm {
    padding-right: 100px;
    padding-left: 100px;
  }

  .p_menu2 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}

.pr_3_5rem {
  padding-right: 3.5rem;
}

.pr_4_5rem {
  padding-right: 4.5rem;
}

.pr_5rem {
  padding-right: 5rem;
}

.pr_5_5rem {
  padding-right: 5.5rem;
}

.pl_07rem {
  padding-left: 0.7rem;
}

.pl_3_4rem {
  padding-left: 3.4rem;
}

.pl_5_8rem {
  padding-left: 5.8rem;
}

.pr_000 {
  padding-left: 1rem;
}

.mb_03rem {
  margin-bottom: 0.3rem;
}

.w_m {
  width: 10%;
}

.w_p {
  width: 40%;
}

.box_o {
  border: 1px solid #28544b;
  border-radius: 0.2rem;
  padding: 0 0.4rem;
  line-height: 0.74rem;
}

.pl_075rem {
  padding-left: 0.75rem;
}

@media (min-width: 768px) {
  .col-md-2_2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
  }
}

.gm_circle_1 {
  background-color: #8fc31f46;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  padding-top: 2rem;
}

.gm_circle_2 {
  background-color: #8fc31f46;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  padding-top: 1.495rem;
  margin: 0 -1.5rem;
}

.price {
  border: 1.34px solid;
  padding: 0.05rem 0;
  margin: 0 auto;
  font-size: 0.81rem;
  width: 50%;
}

.encho {
  padding: 0.6rem 0;
  margin: 0 auto;
  font-size: 0.85rem;
  width: 50%;
}

.rm_ttl {
  background-color: #088395;
  color: #ffffff;
  font-size: 1.2rem;
  border-radius: 0.25rem;
  text-align: center;
  position: relative;
  padding: 0.2rem 0 0.4rem 0;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.rm_ttl::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #088395 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  z-index: -1;
}

.rm_ttl_2 {
  font-size: clamp(1rem, 2vw, 1.2rem);
  text-align: center;
}

.return_btn {
  background-color: #d2dfd23a;
  border: 1px solid #28544b;
  color: #28544b;
  font-size: 1rem;
  text-align: center;
  padding: 0.25rem;
  margin: 3rem;
  border-radius: 0.25rem;
  transition: 0.5s;
}

.return_btn:hover {
  background-color: #686464;
  border: 1px solid #686464;
  color: #ffffff;
}

.rg_ranking_1 {
  background-color: #fbe686;
  padding: 0.2rem 0.8rem;
  border-radius: 1rem;
}

.rg_ranking_2 {
  background-color: #d5dfee;
  padding: 0.2rem 0.8rem;
  border-radius: 1rem;
}

.rg_ranking_3 {
  background-color: #f7c3ba;
  padding: 0.2rem 0.8rem;
  border-radius: 1rem;
}

.n_circle {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 2px solid #97c6cd;
  background-color: #97c6cd;
  color: #ffffff;
  text-align: center;
  line-height: 1.3rem;
  margin-left: 0.2rem;
  padding-top: 0.05rem;
}

.icon_plus {
  position: absolute;
  top: 3.25rem;
  left: 0;
}

.icon_plus_2 {
  position: absolute;
  top: 6.1rem;
  left: 0;
}

.icon_plus_z1 {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
}

.icon_plus_z2 {
  position: absolute;
  top: 0.52rem;
  left: 1rem;
}

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

.border-right_c1 {
  position: relative;
  display: contents;
}

.border-right_c1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14rem;
  background-color: #dee2e6;
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%) translateX(-50%);
}

.border-right_c3c5 {
  position: relative;
}

.border-right_c3c5 {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14rem;
  background-color: #dee2e6;
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%) translateX(-50%);
}

/*=======テスト=======*/

.style_1 {
  position: relative;
}

.style_2 {
  /*position: absolute;*/
  left: 0px;
  top: 0x;
}

.box_1 {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(to bottom, #292c2e 25px, #ffffff 25px);
}

.box_1 .img_box {
  background: #d2dfd2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20rem;
  border-radius: 0 0 0 0px;
  margin: -1px;
  padding: 0.5rem;
}

.box_1 .detail_box {
  padding: 0.6rem;
}

.box_1 .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img_box img {
  max-width: 20rem;
  border-radius: 1.8rem;
}

/*=============変更テスト==============*/

.card_2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid rgba(0,0,0,.125); */
  border-radius: 0.5rem;
}

.card_2_header {
  /*border-bottom: 1px solid rgba(197,196,188,.5);*/
  border-radius: 0.5rem;
  background-color: #ffffff;
}

/*.card_2_header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}*/

.card_2_footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-radius: 0.5rem;
  /*border-top: 1px solid rgba(0,0,0,.125);*/
}

.card_3 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
}

.card_3_header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card_3_header {
  padding: 0.4rem 1.25rem;
  /* margin-bottom: 0; */
  background-color: #f3f3f3;
  border-bottom: 1px solid #e2e2e2;
  font-size: 0.9rem;
}

.menu_tax {
  font-size: 60%;
}

.shop_name {
  position: relative;
}

.shop_name img {
  border-radius: 1.25rem;
  filter: brightness(63%);
  /*transition : 0.5s;*/
}

/*.shop_name img:hover {
    filter: none;
    transition : 0.5s;
}*/

.shop_name .shop_name_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.5rem;
  white-space: nowrap;
  /*color: #28544b;
    background-color: #ffffffcc;
    padding: 0.2rem 0.4rem;*/
}

.img_container {
  margin: auto;
  position: relative;
  overflow: hidden;
}

img:nth-child(2) {
  /*position: absolute;
  top: 50%;
  left: 50%;  
  opacity: 1;
  transition: 0.8s;*/
  transform: translate(-50%, -50%);
}

.img_container:hover img:nth-child(2) {
  opacity: 0;
}

.shop_name .shop_line_icon {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 3.2rem;
  white-space: nowrap;
  transition: 0.5s;
}

.shop_name .shop_line_icon:hover {
  color: #06c755;
}

.badge_green_border {
  display: inline-block;
  padding: 0.4rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10rem;
  border: 1px solid transparent;
  border-color: #28544b00;
  color: #28544b;
  background-color: #d2dfd2;
  width: 11rem;
  /*-webkit-box-shadow: 0 3px 0 #28544b5b;
    box-shadow: 0 3px 0 #28544b5b;*/
  transition: 0.4s;
}

.badge_green_border:hover {
  border: 1px solid transparent;
  /*border-color: #28544b00;*/
  color: #fff;
  background-color: #28544b;
  /*-webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
    -webkit-box-shadow: 0 2px 0 #28544b;
    box-shadow: 0 2px 0 #28544b;*/
}

.web_badge {
  color: #6c757d;
  transition: 0.5s;
}

.web_badge a:hover {
  color: #cad640;
  transition: 0.5s;
}

.web_badge:hover {
  color: #cad640;
}

.gentei {
  position: relative;
  padding-bottom: 0.2rem;
  border-bottom: 1.8px solid #212529;
  background-color: white;
  font-size: 0.7rem;
  color: #212529;
}

.gentei:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-25deg);
  height: 10px;
  width: 5px;
  border-right: 1.8px solid #212529;
  background-color: white;
  content: "";
}

.frame {
  border: 1px solid #d2dfd2;
  padding: 1.2rem 0 1.8rem 0;
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
}

.navbar-toggler-custom {
  border-color: rgb(0, 0, 0, 0.5) !important;
}

.navbar-toggler-icon-custom {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.bg_white {
  background-color: white;
}

/************ スライダー **************/

#slider {
  opacity: 0;
  transition: opacity 1s linear;
}

#slider.slick-initialized {
  opacity: 1;
}

.slider-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
}

.slick-slide {
  padding: 2px;
  margin: 0 auto;
}

#slider img {
  width: 100%;
}

#thumbs {
  width: 90%;
  margin: 10px auto;
}

#thumbs img {
  width: 100%;
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

#thumbs .slick-current img {
  opacity: 1;
}

.slick-prev,
.slick-next {
  z-index: 2;
}

.slick-prev::before,
.slick-next::before {
  font-size: 30px;
  color: #088395;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .slick-prev {
    display: none !important;
  }

  .slick-next {
    display: none !important;
  }
}

.slick-next {
  right: -30px;
}

.slick-prev {
  left: -40px;
}

/************ カスタマイズ **************/

body {
  padding-top: 142px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 102px;
  }
}

/*@media screen and (min-width: 768px) {
  .card-md-img-200px {
    width: 200px !important;
  }
}*/

/* お知らせ用バナー切替 */

.pc_img {
  display: block !important;
}

.sp_img {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .pc_img {
    display: none !important;
  }

  .sp_img {
    display: block !important;
  }
}

/* ========== NEW ========== */

/*<uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900*/

.noto-sans-jp-light {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-jp-semibold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp-extrabold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.noto-sans-jp-Black {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.noto-serif-jp-extralight {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
}

.noto-serif-jp-light {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
}

.noto-serif-jp-regular {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp-medium {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}

.noto-serif-jp-semibold {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
}

.noto-serif-jp-bold {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}

.noto-serif-jp-black {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-style: normal;
}

.fjalla-one-regular {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.zen-kurenaido-regular {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kaisei-opti-regular {
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-style: normal;
}

.kaisei-opti-medium {
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
  font-style: normal;
}

.kaisei-opti-bold {
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-old-mincho-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-old-mincho-black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/* フェードイン */
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 2s;
  transition-timing-function: ease;
}

.container {
  max-width: 1000px;
}

.bg_intersecting_circles_gray {
  background-color: #f3f3f3;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0C6.716 0 0 6.716 0 15c8.284 0 15-6.716 15-15zM0 15c0 8.284 6.716 15 15 15 0-8.284-6.716-15-15-15zm30 0c0-8.284-6.716-15-15-15 0 8.284 6.716 15 15 15zm0 0c0 8.284-6.716 15-15 15 0-8.284 6.716-15 15-15z' fill='%23ffffff' fill-opacity='0.62' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bg_intersecting_circles_ple_lemon {
  background-color: #f7f9d6;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0C6.716 0 0 6.716 0 15c8.284 0 15-6.716 15-15zM0 15c0 8.284 6.716 15 15 15 0-8.284-6.716-15-15-15zm30 0c0-8.284-6.716-15-15-15 0 8.284 6.716 15 15 15zm0 0c0 8.284-6.716 15-15 15 0-8.284 6.716-15 15-15z' fill='%23ffffff' fill-opacity='0.51' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bg_hexagons_gray {
  background-color: #f3f3f3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23ffffff' fill-opacity='0.62' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg_bamboo_pale_lemon {
  background-color: #f7f9d6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%23ffffff' fill-opacity='0.68'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
}

.bg_grayish_mint {
  background-color: #e6f4f3;
}

.text_blue-green {
  color: #35a29f;
}

.text_navy {
  color: #071952;
}

.text_navy_icn {
  color: #546597;
}

.text_blue-green-dark {
  color: #088395;
}

.text_F8EB7D {
  color: #f8eb7d;
}

.text_mint {
  color: #97c6cd;
}
/*.font_size_0_8 {
  font-size: 0.8rem;
}

.font_size_0_9 {
  font-size: 0.9rem;
}

.font_size_0_92 {
  font-size: 0.92rem;
}

.font_size_1 {
  font-size: 1rem;
}

.font_size_2 {
  font-size: 2rem;
}*/

.font_size_1_3 {
  font-size: 1.3rem;
}

.font_size_1_75 {
  font-size: 1.75rem;
}

.line_h_1_2 {
  line-height: 1.2rem;
}

.line_h_1_5em {
  line-height: 1.5em;
}

.w-4rem {
  width: 4rem;
}

.w-14_7rem {
  width: 14.7rem;
}

.mt_-5rem {
  margin-top: -5rem;
}

/* logo img */
.logo-img-sp {
  width: 3.4rem;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 2.5rem;
  opacity: 1;
  transition: 0.8s;
}

/* navbar */
.navbar-box {
  border: none;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.navbar-toggler-icon-custom {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.header_btn {
  margin-left: 5px;
  margin-bottom: 2px;
  width: 122px;
  transition: all 0.38s ease-out;
}

.btn_reserve {
  background-color: #35a29f !important;
  color: #ffffff !important;
}

.btn_inquiry {
  background-color: #808b97 !important;
  color: #ffffff !important;
}

.btn_course-fee {
  background-color: #f09c00 !important;
  color: #28544b !important;
}

.btn_reserve:hover,
.btn_inquiry:hover,
.btn_course-fee:hover {
  opacity: 0.5;
}

/* title */

.ttl {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.2rem, 5vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #515d73;
}

.ttl span {
  font-size: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.ttl span::before {
  content: "/";
  font-size: 1.2rem;
  margin: 0 0.6rem 0 0.6rem;
}

/* end */

/* reason ttl */

.reason_ttl {
  font-size: clamp(1.32rem, 5vw, 2rem);
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 3px 0;
  vertical-align: middle;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.reason_ttl::before {
  content: "";
  width: 100%;
  height: 1rem;
  background: #f7b20e;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  z-index: -1;
  opacity: 0.55;
}

/* end */

/* menu ttl */

.menu_ttl {
  padding: 0.5rem 1rem;
  color: #333;
  background: #f7f9d6;
  border-left: solid 6px #f8eb7d;
}

/* end */

/* MV_pc */

.jumbotron {
  background-image: url("../img/mv-img-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: clamp(260px, 50vw, 378px);
}

.mv_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
}

@media screen and (max-width: 768px) {
  .jumbotron {
    margin-top: 48px;
    padding-top: 10%;
  }
}

.mv_container p.h5 {
  font-size: clamp(1rem, 4vw, 1.45rem);
}

.mv_container p.h4 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.mv_container p.h6 {
  font-size: clamp(0.76rem, 1.5vw, 0.9rem);
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.h6-mv-sp {
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: clamp(0.76rem, 2.2vw, 2rem);
}

/* end  */

/* mv_sp */

.container_introduction {
  margin: 0 auto;
}

.section-stack {
  position: relative;
}

.section-stack img {
  width: 100%;
  display: block;
}

.section-stack .image-stack::after {
  content: " ";
  display: table;
  clear: both;
}

.section-stack .image-stack__item--top {
  float: left;
  width: 66%;
  margin-right: -100%;
  position: relative;
  z-index: 1;
}

.section-stack .image-stack__item--top img {
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.section-stack .image-stack__item--bottom {
  float: right;
  width: 75%;
}

@supports ((display: -ms-grid) or (display: grid)) {
  .section-stack .image-stack {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
  }

  /*.section-stack .image-stack__item--bottom {
    grid-column: 4 / -1;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
  }*/
  .section-stack .image-stack__item--bottom {
    grid-column: 2 / -1;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
    padding-top: 20%;
  }

  .section-stack .image-stack__item--top {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1 / span 8;
    padding-top: 20%;
    width: 100%;
  }
}

.feature {
  padding: 15px 0;
}

.feature_text {
  position: absolute;
  bottom: -0.2rem;
  right: 3%;
  z-index: 100;
}

.feature p.h6 {
  font-size: 0.9rem;
  line-height: 1.8;
}
/* end */

.message p.h5 {
  font-size: clamp(1rem, 4vw, 1.6rem);
}

/* "commitment */

.double_line {
  position: relative;
  display: inline-block;
  padding: 12px 50px;
  font-size: 1rem;
}
.double_line:before,
.double_line:after {
  content: "";
  position: absolute;
  top: 36%;
  display: inline-block;
  width: 60px;
  height: 4px;
  border-top: solid 1.5px #333;
  border-bottom: solid 1.5px #333;
}

.double_line:before {
  left: -1rem;
}

.double_line:after {
  right: -1rem;
}

.annotation {
  font-size: 90%;
  font-weight: 400;
}

.diagonal {
  position: relative;
  display: inline-block;
  padding: 0 25px;
}

.diagonal:before,
.diagonal:after {
  content: "";
  position: absolute;
  top: 54%;
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #088395;
  border-radius: 25px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.diagonal:before {
  left: -30px;
  transform: rotate(60deg);
}

.diagonal:after {
  right: -30px;
  transform: rotate(-60deg);
}

.diagonal span {
  color: #f58634;
}

.percent_n {
  font-size: 3.5rem;
  margin-left: 8px;
  line-height: 0.8em;
}

.diagonal_last {
  font-size: clamp(1.2rem, 4vw, 1.7rem);
  color: #56518a;
  font-weight: 500;
}

.attention {
  font-size: clamp(1.3rem, 4vw, 1.9rem);
  padding-left: 0.2rem;
}

/* end */

/* gradation button */

.r-btn a {
  position: relative;
  z-index: 0;
  color: #fff;
  width: 18rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 100vh;
  overflow: hidden;
  transition: 0.5s;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.r-btn a:hover {
  box-shadow: none;
}

.s-btn {
  position: relative;
}

.s-btn a {
  position: absolute;
  top: -3rem;
  right: 0;
  z-index: 10;
  color: #fff;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 100vh;
  overflow: hidden;
  transition: 0.5s;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.s-btn a:hover {
  box-shadow: none;
}

.g-btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.5s;
  background: rgb(8, 131, 149);
}

.g-btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: rgb(248, 236, 125);
  background: linear-gradient(
    67deg,
    rgba(248, 236, 125, 1) 0%,
    rgba(77, 167, 109, 1) 100%
  );
  opacity: 0.7;
}

.g-btn a:hover:before {
  opacity: 0;
}

/* end */

/* worries */

.row_shell {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.row_edit {
  --bs-gutter-x: auto;
  /*max-width: 805px;*/
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 20px;
}

.dark-line-01,
.dark-line-02 {
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  /*max-height: 64%;*/
}

.dark-line-01 {
  top: 0;
  left: 2rem;
  height: 64%;
}

.dark-line-02 {
  bottom: -1rem;
  right: 2rem;
  height: 54%;
  transform: none !important;
}

.worries_balloon {
  position: relative;
  /*background-color: #fff;*/
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
}

.worries_balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -21px;
  transform: translateX(-50%) rotate(45deg);
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #f3f3f3;
  border-right: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
}

.balloon_inner {
  background-color: #f3f3f3;
  z-index: -2;
}

.circle-1,
.circle-2,
.circle-3,
.circle-1::before,
.circle-2::before,
.circle-3::before,
.circle-1::after,
.circle-2::after,
.circle-3::after {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #413c64;
  padding: 58px 16px;
  width: 220px;
  height: 200px;
  margin: 3% 3%;
  position: relative;
  font-size: 1.08rem;
}
.circle-1 {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

.circle-2 {
  border-radius: 80% 30% 50% 50%/50%;
  padding-left: 2.5rem;
}

.circle-3 {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}

.circle-1::before,
.circle-2::before,
.circle-3::before,
.circle-1::after,
.circle-2::after,
.circle-3::after {
  position: absolute;
  background-color: #e3e3e3;
  z-index: -1;
  content: "";
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  opacity: 0.6;
}

.circle-1::before,
.circle-1::after {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

.circle-2::before,
.circle-2::after {
  border-radius: 80% 30% 50% 50%/50%;
}

.circle-3::before,
.circle-3::after {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}

.circle-1::before {
  top: 0rem;
  left: 0.2rem;
  transform: rotate(-18deg);
}

.circle-1::after {
  top: -0.8rem;
  left: -0.8rem;
  transform: rotate(-14deg);
}

.circle-2::before {
  top: 0rem;
  left: 0.2rem;
  transform: rotate(-1deg);
}

.circle-2::after {
  top: -0.2rem;
  left: -0.2rem;
  transform: rotate(189deg);
}

.circle-3::before {
  top: 0.1rem;
  left: -0.8rem;
  transform: rotate(1deg);
}

.circle-3::after {
  top: -1rem;
  left: 0rem;
  transform: rotate(-2deg);
}

.c_bg_green {
  background: #cedddb;
}

.c_bg_blue {
  background: #dddfed;
}

/*.solve {
  font-size: clamp(1.2rem, 4vw, 1.8rem);
  text-align: center;
  padding-top: 3rem;
}

.attention_2 {
  font-size: clamp(1.4rem, 5vw, 1.85rem);
  padding-left: 0.2rem;
}*/

.nayami {
  /*padding     : 20px;*/
  letter-spacing: 0.02em;
}

.nayami_txt {
  display: inline-block;
  font-size: 180%;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 3px 3px 8px #515d73, -3px 3px 8px #515d73, 3px -3px 8px #515d73,
    -3px -3px 8px #515d73;
  letter-spacing: 0.04em;
  padding: 0 0.3rem 0 0.4rem;
  opacity: 0.8;
}

/* solving */

.solving_shell {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  padding-top: 3rem;
}

.solving_shell p {
  max-width: 1000px;
  margin: 0 auto;
}

.solving_area {
  display: flex;
  justify-content: center;
}

.solving_area img {
  width: 50px;
  height: auto;
}

.solving_area::before {
  content: "";
  display: inline-block;
  width: clamp(1rem, 10vw, 5rem);
  height: auto;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/dot_line_lemon_left.svg);
  background-repeat: no-repeat;
  margin: 0 auto;
  /* padding-right: 0.2rem; */
  position: relative;
  left: clamp(0.5rem, 2vw, 2.5rem);
}

.solving_area::after {
  content: "";
  display: inline-block;
  width: clamp(1rem, 10vw, 5rem);
  height: auto;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/dot_line_lemon_right.svg);
  background-repeat: no-repeat;
  /*margin-right: clamp(0.02rem, 5vw, 1rem);
  margin-left: clamp(0.02rem, 5vw, 1rem);*/
  margin: 0 auto;
}

.solving_1 {
  font-size: clamp(1rem, 4vw, 1.8rem);
}

.solving_2 {
  font-size: clamp(1.18rem, 5vw, 2.2rem);
}

.solving_last {
  font-size: clamp(1.1rem, 5vw, 1.7rem);
  font-weight: 600;
  color: #088395;
}

.attention_2 {
  font-size: clamp(1.2rem, 5vw, 2rem);
}

/* end */

/* voice */

.ribbon12-wrapper {
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 30px 0;
  width: 96%;
  max-width: 1000px;
  background: #c3d9d6;
}

.ribbon12 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 12px 12px 12px 50px;
  margin: 0 0 0 -12px;
  width: calc(100% + 20px);
  font-size: 1.5rem;
  color: white;
  background: #35a29f;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  max-width: 220px;
}

.ribbon12:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0px;
  border: none;
  border-bottom: solid 12px transparent;
  border-right: solid 12px #088395;
}

blockquote {
  position: relative;
  padding: 10px 10px 10px 32px;
  box-sizing: border-box;
  color: #464646;
  /*background: #eaf5f3;*/
  background: #ffffff;
  border: none !important;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f10d";
  font-family: FontAwesome;
  /*color: #eaf5f3;*/
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  z-index: 2;
  font-weight: 900;
}

blockquote:after {
  position: absolute;
  content: "";
  left: 0;
  right: initial !important;
  top: 0;
  bottom: initial !important;
  border-width: 0 0 40px 40px;
  border-style: solid;
  border-color: transparent #c3d9d6;
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.bg_voice {
  background-color: #ffffff;
}

/* 続きを読む */
.cp_box *,
.cp_box *:before,
.cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_box {
  width: auto;
  margin: 0 auto;
  /*max-width: 840px;*/
}

.cp_box label {
  font-weight: bold;
  position: relative;
  display: block;
  width: 80%;
  max-width: 500px;
  margin: 1px auto 18px auto;
  padding: 0.3em 1em;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  color: #088395;
  border: 1.4px solid #088395;
  border-radius: 3px;
  background-color: #fff;
}

.cp_box label:hover {
  transition: all 0.3s;
  color: #088395;
  background: #f7f9d6;
  border: 1.4px solid #f7f9d6;
}

.cp_box label::after {
  font-family: "FontAwesome";
  content: " \f067";
  color: #088395;
}

.cp_box label:hover::after {
  color: #088395;
}

.cp_box input:checked ~ label::after {
  font-family: "FontAwesome";
  content: " \f068";
  color: #088395;
}

.cp_box input:checked ~ label:hover::after {
  color: #088395;
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 0;
  margin-top: -1px;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  /*background: rgba(255, 255, 255, 0.5);*/
}

.cp_box input:checked ~ div {
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
  height: 652px;
}

/*  end */

/* reason */

#reason h3 {
  letter-spacing: 0.06em;
}

.service-item {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.service-item p {
  font-size: 0.9rem;
}

.service-icon {
  position: relative;
  margin: -50px 0 20px 15px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #088395;
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 8%);
  transition: 0.5s;
}

.laurel_box {
  position: absolute;
  top: 0.5rem;
}

.reason_icon_laurel {
  width: 5rem;
  height: auto;
  padding-top: 0.2rem;
}

.laurel_number {
  position: absolute;
  font-size: 2rem;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

span.laurel_y {
  font-size: 1rem;
}

.reason_icon_bag {
  width: 4rem;
  height: auto;
  padding-bottom: 0.5rem;
}

.reason_icon_hand {
  width: 4.2rem;
  height: auto;
  padding-bottom: 0.2rem;
}

.reason_icon_menu {
  width: 3.5rem;
  height: auto;
  padding-bottom: 0.4rem;
  padding-left: 0.2rem;
}

.reason_icon_certification {
  width: 4.4rem;
  height: auto;
  padding-bottom: 0.2rem;
  padding-left: 0.2rem;
}

/* FAQ */

.faq_area h3,
.course h3 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
}

/*.faq_area h3:before,
.course h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f02e";
  position: absolute;
  background: #eeebd6;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  color: #f8eb7d;
  font-size: 2.8rem;
}*/

.faq_area h3:before,
.course h3:before {
  content: "";
  background-image: url("../img/bookmark-solid-yellow.svg");
  display: inline-block;
  height: 3.2rem;
  width: 3.2rem;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: -1rem;
  z-index: -1;
}

.accordion-faq {
  /* max-width: 500px; */
  margin-bottom: 7px;
  background-color: #f3f3f3;
  border-radius: 5px;
  font-size: 0.82rem;
}

.accordion-faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #088395;
  font-weight: 600;
  cursor: pointer;
  font-size: larger;
}

.accordion-faq summary::-webkit-details-marker {
  display: none;
}

.accordion-faq summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #088395;
  border-right: 3px solid #088395;
  content: "";
  transition: transform 0.3s;
}

.accordion-faq[open] summary::after {
  transform: rotate(225deg);
}

.accordion-faq p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1.8em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
  background-color: #ffffff;
  border: 3px solid #f3f3f3;
}

.accordion-faq[open] p {
  transform: none;
  opacity: 1;
}

.accordion-faq a,
.flow_content_area a {
  color: #35a29f;
  font-weight: bold;
  text-underline-offset: 38%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.accordion-faq a,
.flow_content_area a:hover {
  color: #088395;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

/* flow */
.relaxation_flow {
  background-color: #ffffff;
  max-width: 400px;
  border-radius: 20px;
  box-shadow: 0 1.4px 2.4px rgba(0, 0, 0, 0.14);
}

.flow_arrow_box {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 70px;
  height: 24px;
}

.flow_arrow_box::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #088395;
  top: -26px;
  left: 10px;
  transform: scaleY(0.7) rotate(45deg);
  box-shadow: 0 2.4px 4.4px rgba(0, 0, 0, 0.14);
}

.step_ttl {
  font-size: 0.8rem;
  margin-bottom: -10px !important;
}

.step_number {
  font-size: 2rem;
}

.flow_step_area {
  border-right: 2px dotted rgba(53, 162, 159, 0.75);
}

.flow_step_area p {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.flow_icon_area img {
  width: 4.5rem;
}

.flow_content_area p {
  font-size: 0.9em;
}
/* end */

/* shop */

.shop_select {
  font-size: clamp(0.8rem, 4vw, 1.2rem);
}

.shop_name {
  font-size: clamp(1.092rem, 2.8vw, 1.5rem);
  font-weight: 600;
}

.fa-play_rotate {
  transform: rotate(90deg);
  margin-left: 0.4rem;
}

.text-start a.location {
  color: #088395;
  padding: 6px 1px;
  text-decoration: none;
  position: relative;
  font-size: 1.5rem;
  transition: all 0.3s ease-out;
}

.text-start a.location:hover {
  color: #ffc107;
}

.text-start a.location::before {
  background: #ffc107;
  content: "";
  width: 96%;
  height: 2px;
  position: absolute;
  left: 10px;
  bottom: 6px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.text-start a.location:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.week {
  font-weight: 600;
  font-size: 0.85rem;
  color: #546597;
}

/* ===== 店舗詳細アイコン ===== */

.detail_icon_wrapper {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.detail_icon {
  display: inline-block;
  position: absolute;
  top: -63px;
  right: -20px;
  margin: 0px;
  padding: 7px 0 0 2px;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  text-align: center;
  border: 2px solid #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #4a6b44;
  border-radius: 10%;
  color: #ffffff;
  line-height: 1.3em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.38s ease-out;
}

.detail_icon:hover {
  color: #ffffff7c;
  background-color: #4a6b44cc;
  /*background-color: #4b4936;*/
  border-color: #ffffff7c;
  box-shadow: none;
}

.detail_icon_box {
  position: relative;
  transition: all 0.38s ease-out;
}

/*.detail_icon_box:hover {
  opacity: 0.6;
}*/

.detail_icon_box img {
  position: absolute;
  top: -75px;
  right: -38px;
  width: 140px;
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
  transition: all 0.38s ease-out;
}

.detail_icon_box:hover.detail_icon_box img {
  filter: none;
}

.detail_icon_box small {
  position: absolute;
  top: -48px;
  right: 1px;
  font-size: 100%;
  font-weight: 400;
  color: #ffffff;
}

@media screen and (min-width: 433px) {
  .br_shop_select {
    display: none;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .detail_icon {
    top: -93px;
    right: -18px;
    padding: 19px 0 0 2px;
    width: 6rem;
    height: 6rem;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .detail_icon {
    top: 1px;
    right: 0px;
    padding: 15px 0 0 2px;
    width: 5rem;
    height: 5rem;
    font-size: 1.2rem;
  }

  .detail_icon_box img {
    top: -32px;
    right: -32px;
    width: 180px;
  }

  .detail_icon_box small {
    top: 7px;
    right: 27px;
  }

  .point_img_md {
    margin-top: -96px;
  }

  .text-start p {
    width: clamp(460px, 60vw, 630px);
  }
}

@media screen and (min-width: 992px) {
  .detail_icon {
    right: -20px;
    margin: 0px;
    padding: 7px 0 0 2px;
    width: 4rem;
    height: 4rem;
    font-size: 1.1rem;
  }

  .point_img_md {
    margin-top: 10px;
  }

  .shop_name {
    font-size: 1.17rem;
  }

  .text-start {
    width: unset;
  }
}

.detail_icon p {
  color: #ffffff;
}

.btn-blue-green {
  color: #ffffff;
  background-color: #35a29f;
  /* border-color: #35A29F; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.38s ease-out;
}

.btn-blue-green:hover {
  color: #ffffff7c;
  background-color: #0882957a;
  /*border-color: #4b4936;*/
  box-shadow: none;
}

.btn-hp {
  color: #ffffff;
  background-color: #b02b5a;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.38s ease-out;
}

.btn-hp:hover {
  color: #ffffff7c;
  background-color: #b02b598c;
  box-shadow: none;
}

.btn-ep {
  color: #ffffff;
  background-color: #64af4c;
  /*border-color: #64af4c;*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.38s ease-out;
}

.btn-ep:hover {
  color: #ffffff7c;
  background-color: #65af4ca2;
  /*border-color: #64af4c;*/
  box-shadow: none;
}

.reserve_icon {
  height: 21px;
}

.badge-blue-green {
  color: #088395;
  background-color: #ffffff;
  border-color: #088395;
  border: 2px solid #088395;
  border-radius: 10rem;
  padding: 0.3rem 0.8rem 0.36rem 0.8rem;
}

.go_detail_icon_box {
  position: relative;
  transition: all 0.38s ease-out;
}

.go_detail {
  position: absolute;
  top: -2rem;
  right: -4%;
  background: #088395;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  color: white;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.38s ease-out;
  z-index: 500;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
}

.go_detail:hover,
.go_detail_icon_box:hover .go_detail {
  background: linear-gradient(
    67deg,
    rgb(248 235 125) 0%,
    rgb(77, 167, 108) 100%
  );
  transition: all 0.38s ease-out;
  opacity: 0.7;
  box-shadow: none;
}

.go_detail span {
  position: absolute;
  top: 40%;
  left: 20%;
}

/* end */

/* app */

.app_underline {
  position: relative;
}

.app_underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 10px;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #dde67b,
    #dde67b 2px,
    #fff 2px,
    #fff 4px
  );
  background: repeating-linear-gradient(
    -45deg,
    #dde67b,
    #dde67b 2px,
    #fff 4px,
    #fff 6px
  );
}

.thinking {
  position: relative;
  padding: 10px 8px 16px 8px;
  margin-left: clamp(30px, 20%, 290px);
  background: #f8eb7d;
  border-radius: 999px;
  text-align: center;
  max-width: 400px;
}

.thinking:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  position: absolute;
  font-size: 18px;
  left: 46%;
  bottom: -45%;
  color: #f8eb7d;
}

.thinking:after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  position: absolute;
  font-size: 38px;
  left: 40%;
  bottom: -28%;
  color: #f8eb7d;
  z-index: -1;
}

.coupon_500 {
  max-width: 500px;
}

.app_area {
  max-width: 1000px;
}

.app_point {
  position: relative;
  /*text-shadow: 1px 2px 2px #5d750e9c;*/
}

.app_point h3 {
  position: absolute;
  top: -9%;
  left: -13%;
  z-index: 6;
  transform: rotate(-16deg);
  color: #35a29f;
  font-size: 2.6rem;
}

.app_point h3 span {
  font-size: 6rem;
}

.app_point img {
  width: 13.2rem;
  height: auto;
  z-index: -5; /*2?*/
  position: relative;
  left: 6.6rem;
  top: 6rem;
}

.app_balloon {
  position: relative;
  top: 4px;
  left: auto;
  z-index: 10;
}

.app_balloon p {
  color: #ffffff;
  font-size: 1rem;
}

.balloon1-top {
  position: relative;
  display: inline-block;
  /*margin: 1.5em 0;*/
  padding: 7px 10px;
  /* min-width: 120px; */
  width: 176px;
  /* max-width: 100%; */
  height: 88px;
  color: #ffffff;
  font-size: 16px;
  background: #35a29f;
  border-radius: 10px;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-bottom: 33px solid #35a29f;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}

.app_balloon .br1 {
  padding-top: 0.7rem;
}

.dl_shell {
  margin: 2em 0;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #e3f7f0,
    #e3f7f0 2px,
    #f5fefc 3px,
    #f5fefc 6px
  );
  background: repeating-linear-gradient(
    -45deg,
    #e3f7f0,
    #e3f7f0 2px,
    #f5fefc 3px,
    #f5fefc 6px
  );
  border-radius: 8px;
}

.dl_shell .box-title {
  background: #088395;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 8px 8px 0 0;
}

.dl_shell p,
.dl_shell div {
  padding: 15px 20px;
  margin: 0;
}

.app_dl {
  display: inline-flex;
  position: relative;
}

/*.app_dl_arrow.-bottom {
  position: absolute;
  top: -32px;
  left: 50%;
  width: 5px;
  height: 55px;
  border-left: 1.8px solid #4a6b44;
  border-bottom: 1.8px solid #4a6b44;
  transform: skewY(135deg);
}*/

.app_step {
  border-top: solid #088395 2px;
  border-bottom: solid #088395 2px;
  /*padding: 1em 1em 0.5em 1em;*/
}

.app_notes {
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 0.5rem;
  text-align: left;
}

.app_notes li {
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 0em;
  list-style-type: none !important;
  text-align: left;
  font-size: 1rem;
}

.app_notes li::before {
  font-family: FontAwesome;
  content: "\f14a";
  position: relative;
  left: -0.25em;
  color: #088395;
}

.app_step ol {
  counter-reset: number;
  list-style-type: none !important;
  max-width: 655px;
}

.app_step ol li {
  /*line-height: 1.5;*/
  /*padding: 0.5em 0;*/
  position: relative;
  /*padding-left: 30px;*/
  line-height: 1.5em;
  padding: 0.5em;
}

.app_step ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #088395;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  border-radius: 50%;
  /*top: 50%;*/
  top: 1.29rem;
  left: -20px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.niconne-regular {
  font-family: "Niconne", cursive;
  font-weight: 400;
  font-style: normal;
}

.app_il {
  border-radius: 50%;
  border: 4px solid #a7adbf;
  background-color: rgb(247, 249, 208);
}

/*.app_image {

}*/

@media screen and (min-width: 577px) and (max-width: 991px) {
  .app_point img {
    width: 10.8rem;
    /*z-index: -5;*/
    left: 5.5rem;
  }
}

@media screen and (max-width: 991px) {
  .app_point h3 {
    position: relative;
    top: 72px;
    /*left: -62px;*/
    left: -70px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .point_img_sp {
    margin: -118px -55px -14px -55px;
  }
}

/* end */

/* go top */
html {
  scroll-behavior: smooth;
}

.gotop {
  display: block;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  background: #f8eb7d;
  border: 2px solid #ffffff;
  border-radius: 50px;
  padding-top: 10px;
  text-align: center;
  letter-spacing: 1.2px;
  font-size: 84%;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #071952;
  opacity: 0.8;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10000;
  box-shadow: 0 2px 4px rgba(61, 61, 61, 0.4);
  transition: all 0.4s ease-out;
}

.gotop:hover {
  opacity: 1;
  color: #35a29f;
  transform: translateY(-4px);
}

.br_gotop {
  display: block;
  content: "";
  margin: -0.4rem 0;
}

/* end */

/* footer */

.footer-copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.footer-arrow {
  position: relative;
  top: -60px;
}

.footer-logo {
  width: 14rem;
}

.footer_sns_icon {
  height: 2.5rem;
}

.footer-logo_txt {
  color: #071952;
  font-size: 0.8rem;
  font-weight: 600;
}

.bg_x-icon {
  background-color: #333;
}

.icon_txt {
  font-size: 0.8rem;
  font-weight: 500;
  color: #333;
}

footer a,
.icon-txt:hover {
  text-decoration: none !important;
  color: #333;
}

.sns_icons_shell {
  width: 100%;
  margin: 1rem auto 0 auto;
  max-width: 250px;
}

.br_mg {
  display: block;
  content: "";
  margin: -0.3rem 0;
}

.map-frame {
  width: 100%;
  height: 450px;
}
/* end */

.detail_icon p {
  color: #ffffff;
}

ul.shop_access li:before {
  font-family: "FontAwesome";
  position: absolute;
  left: -0.2rem;
  color: #546597;
  text-align: center;
  width: 1.25em;
}

ul.shop_access li.car::before {
  content: "\f1b9";
}

ul.shop_access li.bus::before {
  content: "\f207";
}

ul.shop_access li.train::before {
  content: "\f239";
}

.details_w {
  width: 138px;
}

.text_1rem_lh09 {
  font-size: 1rem;
  line-height: 0.9;
}

.text_1rem_lh1 {
  font-size: 1rem;
  line-height: 1;
}

.text_09rem_lh1_1 {
  font-size: 1.1rem;
  line-height: 1.1;
}

@media (min-width: 992px) {
  .service-text {
    height: 140px;
  }

  .flow_icon_area img {
    width: 5rem;
  }

  .detail_icon {
    right: -20px;
    margin: 0px;
    padding: 7px 0 0 2px;
    width: 4rem;
    height: 4rem;
    font-size: 1.1rem;
  }

  .point_img_md {
    margin-top: 10px;
  }

  .shop_name {
    font-size: 1.17rem;
  }

  .text-start {
    width: unset;
  }

  .shop_description {
    height: 200px;
  }

  .go_detail {
    width: 6rem !important;
    height: 6rem !important;
  }

  .go_detail span {
    top: 38% !important;
    left: 18% !important;
    font-size: 0.95rem !important;
  }

  .time {
    height: 160px;
  }

  .mb-lg-1_ {
    margin-bottom: 0.2rem !important;
  }
}

@media screen and (min-width: 991px) {
  .br_certification {
    display: none;
  }
}

@media (max-width: 871px) {
  .dark-line-01,
  .dark-line-02 {
    position: absolute;
    z-index: 1;
    opacity: 0.1;
  }

  .dark-line-01 {
    top: -1rem;
    left: 1rem;
    height: 40%;
  }

  .dark-line-02 {
    bottom: -1rem;
    right: 1rem;
    height: 32%;
  }
}

@media (min-width: 864px) {
  /*ex-822*/
  .order_01 {
    order: 1;
  }

  .order_02 {
    order: 2;
  }

  .order_03 {
    order: 3;
  }

  .order_04 {
    order: 4 !important;
  }

  .order_05 {
    order: 5;
  }

  .order_06 {
    order: 6;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .detail_icon {
    top: 1px;
    right: 0px;
    padding: 15px 0 0 2px;
    width: 5rem;
    height: 5rem;
    font-size: 1.2rem;
  }

  .detail_icon_box img {
    top: -32px;
    right: -32px;
    width: 180px;
  }

  .detail_icon_box small {
    top: 7px;
    right: 27px;
  }

  .point_img_md {
    margin-top: -96px;
  }

  .text-start p {
    width: clamp(460px, 60vw, 630px);
  }
}

@media screen and (min-width: 768px) {
  .double_line {
    font-size: 158% !important;
  }

  .service-text {
    min-height: 86px;
  }

  .relaxation_flow {
    max-width: 900px;
  }

  .go_detail {
    width: 6rem !important;
    height: 6rem !important;
    top: -0.4rem !important;
    right: -0.4rem !important;
  }

  .s-btn a {
    width: 6rem !important;
    height: 6rem !important;
    top: -0.5rem;
    right: -0.5rem;
  }

  .go_detail span {
    top: 40% !important;
    left: 18% !important;
  }

  .thinking {
    margin-left: clamp(20px, 0%, 30px);
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 73px;
  }

  .nav-padding0 {
    padding: 0 !important;
  }

  .br_certification {
    display: none;
  }
}

@media (max-width: 750px) {
  .gotop {
    width: 40px;
    height: 40px;
    bottom: 44px;
    right: 10px;
  }

  .gotop i.h4 {
    font-size: 128%;
  }

  .sp_txt_none {
    display: none;
  }
}

@media screen and (min-width: 648px) {
  .br_menu_ttl {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .example {
    flex-direction: column;
  }
}

@media (max-width: 591px) {
  .dark-line-01,
  .dark-line-02 {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .thinking:before {
    font-size: 16px;
    left: 46%;
    bottom: -46%;
  }
}

@media screen and (min-width: 576px) {
  .r-btn a {
    width: 70%;
    height: 3.5rem;
    max-width: 600px;
    font-size: 1.25rem;
  }

  .s-btn a {
    width: 7rem;
    height: 7rem;
  }

  .feature_text {
    top: 50%;
    position: absolute;
    right: 3%;
    z-index: 100;
    text-align: start;
  }

  .section-stack .image-stack__item--bottom {
    grid-column: 4 / -1;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
    padding-top: 4%;
  }

  .sp_text_bg {
    background-color: #ffffffb3;
    padding: 0 0.5rem 0.2rem 0.5rem;
    line-height: 1.6em;
  }

  .double_line {
    font-size: 120%;
  }

  .double_line:before,
  .double_line:after {
    top: 62%;
  }

  .percent_n {
    font-size: 4.8rem;
  }

  .diagonal:before,
  .diagonal:after {
    top: 60%;
    width: 70px;
    height: 4px;
  }

  .diagonal:before {
    left: -36px;
  }

  .diagonal:after {
    right: -36px;
  }

  .voice_btn_sp {
    display: none;
  }

  .cp_box_forsp {
    display: none;
  }

  .cp_box input:checked ~ div.cp_container {
    height: 300px !important;
  }

  .step_ttl {
    font-size: 0.9rem;
    margin-bottom: -12px !important;
  }

  .step_number {
    font-size: 2.4rem;
  }

  .go_detail {
    width: 7rem;
    height: 7rem;
  }

  .go_detail span {
    position: absolute;
    top: 40%;
    left: 22%;
    font-size: 1rem;
  }

  .rm_ttl {
    /*margin: 0 !important;
    width: 30%;*/
    max-width: 162px;
  }

  /*.rm_ttl::before {
    display: none;
  }*/

  /*.rm_ttl_2 {
    text-align: start;
  }*/

  .footer-arrow {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 575px) {
  .feature {
    margin-top: -25px;
  }
  .feature_text {
    position: absolute;
    bottom: -3.3rem;
    right: 2%;
    z-index: 100;
    text-align: end;
  }
  .voice_btn_pc {
    display: none;
  }

  .cp_box_forpc {
    display: none;
  }

  .blockquote {
    margin: 0 0 2rem;
  }
}

@media (min-width: 558px) {
  /*ex-517*/
  .order_01 {
    order: 1;
  }

  .order_02 {
    order: 2;
  }

  .order_03 {
    order: 4;
  }

  .order_04 {
    order: 3;
  }

  .order_05 {
    order: 5;
  }

  .order_06 {
    order: 6;
  }
}

@media screen and (max-width: 509px) {
  .br_certification {
    display: block;
  }
  .br_menu_ttl {
    display: none;
  }
}

@media screen and (min-width: 509px) {
  .br_menu_ttl {
    display: block;
  }
  /*.br_rm_ttl {
    display: none;
  }*/
}

@media screen and (max-width: 508px) {
  .br_menu_ttl {
    display: none;
  }
  .menu2 .d-flex {
    display: inline !important;
  }
  .menu2 .pl-4 {
    padding-left: 0 !important;
    padding-top: 1rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .detail_icon {
    top: -93px;
    right: -18px;
    padding: 19px 0 0 2px;
    width: 6rem;
    height: 6rem;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 472px) {
  .footer_br_none {
    display: none;
  }
}

@media screen and (min-width: 448px) {
  .pc_none {
    display: none;
  }

  .diagonal {
    margin-top: -0.6rem;
  }
}

@media (max-width: 440px) {
  .thinking {
    margin-left: clamp(0px, 0vw, 290px);
  }
}

@media screen and (min-width: 436px) {
  .double_line {
    font-size: 110%;
  }
}

@media screen and (min-width: 433px) {
  .go_detail {
    right: -2%;
    z-index: 500;
  }
}

@media screen and (min-width: 420px) {
  .double_line_text_br_pc_none {
    display: none;
  }
}

@media screen and (min-width: 410px) {
  .br_rm_ttl {
    display: none;
  }
}

@media screen and (min-width: 407px) {
  .br_annotation {
    display: none;
  }
}

@media (min-width: 400px) {
  .br_worries-ex {
    display: none;
  }
}

@media screen and (min-width: 389px) {
  .footer-arrow {
    position: relative;
    top: 1px;
  }
  #introduction br {
    display: none;
  }
}

/*@media screen and (max-width: 380px) {
  .app_store_img {
    margin-bottom: 1rem;
  }
}*/

@media screen and (min-width: 376px) {
  .diagonal_br_pc_none {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .br_shop_select {
    display: none;
  }

  .go_detail {
    right: -2%;
    z-index: 500;
  }
}

@media screen and (max-width: 359px) {
  .go_detail {
    top: -3rem;
    width: 5rem;
    height: 5rem;
  }
  .go_detail span {
    left: 14%;
  }
}

@media screen and (max-width: 320px) {
  .details_w {
    width: 134px;
  }
}

/* ========== バナー ========== */

.t-slider {
  margin: 0 auto;
  max-width: 800px;
  width: 80%;
}
.t-slider-img img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .t-slider {
    width: 90%;
  }
}

.bg-banner {
  background-color: #f8eb7d !important;
}

/* ========== navbar編集 ========== */

.navbar {
  font-size: clamp(14px, 1vw, 20px);
}

/* =========== 最新情報編集 =========== */

.list-title-in {
  color: #088395;
  font-size: clamp(1rem, 3.8vw, 1.4rem);
  font-weight: 600;
}

.list-title-in:before,
.list-title-in:after {
  background-color: #088395;
}

a.list-more-button {
  border-color: #35a29f;
  background-color: #35a29f;
  color: #ffffff;
}

a.list-more-button:hover {
  background-color: #f8eb7d !important;
  border-color: #f8eb7d;
  color: #088395;
}

/* =========== お得な情報バナー編集 =========== */

.banner_txt {
  font-size: 120%;
}

/* =========== header編集 =========== */

/*.btn_course-fee {
  color: #28544b;
  background-color: #f09c00;
  border-color: #f09c00;
}*/

/*.btn_course-fee:hover {
  color: #fff;
  background-color: #808b97;
  border-color: #808b97;
  opacity: 0.8 !important;
}*/

@media screen and (max-width: 530px) {
  .header-logo {
    display: none !important;
  }
}

@media screen and (max-width: 376px) {
  .sp--btn {
    padding: 0.75rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1;
    width: auto;
    max-width: 100px;
  }
}

/* コース案内タイトル下 追加*/

.course_notes {
  font-size: clamp(1rem, 2vw, 1.2rem);
}

@media screen and (min-width: 544px) {
  .course_notes .br-1 {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .course_notes .br-2 {
    display: none;
  }
}

/* コース内 追加 */

.br_durations {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .br_durations {
    display: block;
  }
}

p.course_detail {
  position: relative;
  margin-bottom: 0.5em;
  padding: 10px;
  border: dotted 2px #97c6cd;
  border-radius: 10px;
  max-width: 100%;
  font-size: clamp(0.9rem, 3vw, 1.1rem);
}

p.course_detail:after {
  content: "CHECK!";
  position: absolute;
  top: -0.3rem;
  left: 50%;
  font-size: 1.1em;
  font-weight: 600;
  padding: 0 0.25rem;
  margin: 0;
  color: #97c6cd;
  background-color: white;
  transform: translateY(-50%) translateX(-50%);
}

p.point_caption {
  margin-bottom: -0.5rem;
  margin-left: 0.5rem;
  color: #97c6cd;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
}

ul.course_detail {
  padding: 0.2rem 0;
  list-style-type: none;
  border: none;
}

ul.course_detail li {
  position: relative;
  padding: 0.3rem 0 0.3rem 1.8rem;
  line-height: 1.5;
  font-size: clamp(0.9rem, 3vw, 1.05rem);
}

ul.course_detail li:before {
  position: absolute;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #97c6cd;
  top: 0.7em;
  left: 0.7em;
}

.durations {
  color: #546597;
  font-weight: 600;
  font-size: clamp(1rem, 3vw, 1.1rem);
}

.durations_notes {
  font-size: clamp(0.9rem, 3vw, 1.1rem);
}

/* 修正 */

.list {
  max-width: 1020px;
  margin: 0 auto;
}

/* 新規向け */
.attention_wrapper {
  position: relative;
  margin: 3em auto 1em;
  width: 100%;
  max-width: 600px;
  z-index: 50;
}

.attention_circle {
  position: absolute;
  top: -2.5em;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f8eb7d;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.2em;
  z-index: 2;
  left: 5em;
  width: 6em;
  height: 6em;
  top: -3em;
}

.attention_circle p {
  margin: 0;
  line-height: 1;
  color: #ef6d0d;
  font-weight: bold;
}

.attention_circle p:nth-child(1),
.attention_circle p:nth-child(3) {
  position: relative;
}

.attention_circle p:nth-child(1) {
  font-size: 1.2em;
}

.attention_circle p:nth-child(3) {
  font-size: 1.6em;
}

.attention_circle p:nth-child(2) {
  font-size: 1.8em;
  white-space: nowrap;
}

.attention_circle p span {
  font-size: 0.5em;
}

h2.speech_bubble {
  position: relative;
  background-color: #35a29f;
  color: white;
  padding: 0.7em 0;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 1;
  margin-top: 2em;
  padding-left: 3em;
}

h2.speech_bubble::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 20px solid #35a29f;
  z-index: -1;
}

.bg_grayish_mint_box {
  background-color: #e6f4f3;
  width: 100%;
  max-width: 600px;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin: auto;
  margin-top: -1em;
}

#first_gift {
  font-family: system-ui;
}

/* --- カードの親ラッパー --- */
.double_gift {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 30;
}

/* --- カード部分の見た目（first_gift） --- */
.first_gift {
  background-color: #fffbe8; /* 淡いレモンイエロー */
  border: 1px solid #ccc;
  padding: 0.6em 0 0 0;
  width: 200px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  position: relative;
  font-weight: 600;
  line-height: 0.8;
  align-items: baseline;
}

.first_gift h3 {
  font-size: 1.8em;
  margin-bottom: 0.1em;
  color: #ef6d0d;
}

/* 金額とOFFのフォント調整 */
.first_gift p span:first-of-type {
  font-size: 200%;
}

.first_gift p span:last-of-type {
  font-size: 150%;
}

/* --- 真ん中の太い＋ --- */
.gift_plus {
  font-size: 60px;
  font-weight: bold;
  color: #546597;
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- 注釈部分（帯状） --- */
.double_gift_notes {
  background-color: #f58634;
  color: #fff;
  padding: 0.5rem 1rem 0.01rem 1rem;
  text-align: center;
  position: relative;
  z-index: 20;
  margin-top: -16px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 500px;
}

.double_gift_notes p,
.double_gift_notes p span {
  margin: 0.3em 0;
}

.double_gift_notes p {
  font-size: 1.2em;
}

.small_notes {
  font-size: 64%;
  font-weight: 400;
  margin-left: 0.5rem !important;
}

.bold {
  font-weight: 600;
  letter-spacing: 0.04em;
}

.bold_large {
  font-weight: 600;
  font-size: 125%;
  letter-spacing: 0.04em;
}

.bold_xlarge {
  font-size: 170%;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.br_gift_notes {
  display: none;
}

/* --- テーブル部分（下に続くエリア） --- */
.table_wrapper {
  background-color: #fff;
  padding: 0.5em 1em 0em 1em;
  display: flex;
  justify-content: center;
  margin: 1em auto;
  max-width: 500px;
}

table {
  background-color: #ffffff !important;
  border-collapse: collapse;
  text-align: left;
  font-size: 1em;
  margin-bottom: 30px;
}

table tr:nth-of-type(2n + 1) {
  background-color: #ffffff;
}

table:not(.has-border-color) :where(th, td) {
  border: none;
  border-bottom: 1px solid #ccc !important;
  padding: 0.3em;
}

table th {
  background-color: #ffffff;
}

th,
td {
  padding: 0.75em 1em;
  border-bottom: 1px solid #ccc;
}

/* セクションごとの濃いライン */
th {
  border-bottom: 2px solid #999;
}

tr:nth-child(3) td {
  border-bottom: 1px solid #ccc;
}

/* 列の間の余白（見た目だけで実現） */
td:first-child {
  width: 75%;
}

td + td {
  border-left: 0;
  padding-left: 2em;
}

.br_chiryu {
  display: none;
}

/* --- モバイル時の縦並び調整 --- */
@media (max-width: 356px) {
  h2.speech_bubble::after {
    bottom: -12px;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 20px solid #35a29f;
  }
}

@media (max-width: 575px) {
  h2.speech_bubble {
    width: 100%;
    max-width: 500px;
    margin: 2em auto auto;
    padding: 0.5em 0;
  }
  .attention_circle {
    display: none;
  }
  .bg_grayish_mint_box {
    background-color: #ffffff;
    padding-top: 1em;
    padding-bottom: 0.2em;
  }
  .double_gift {
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
    background-color: #fdf6b6;
    clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
    width: 100%;
    max-width: 500px;
    margin: -1em auto auto;
  }
  .first_gift {
    display: inline-flex;
    justify-content: space-evenly;
    width: clamp(260px, 70vw, 340px);
  }
  .gift_plus {
    font-size: 46px;
    line-height: 0;
    padding-bottom: 14px;
    color: #088395;
    margin: 14px 0;
  }
  .br_gift_notes {
    display: block;
  }
  .double_gift_notes {
    padding: 0.2em 0;
    line-height: 1.3;
    width: 100%;
    padding-top: 2em;
    margin-top: -30px;
  }
  .double_gift_notes p {
    line-height: 1;
  }
  .table_wrapper {
    background-color: #fdf6b6;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10h10v10H0V10zM10 0h10v10H10V0z' fill='%23ffd98f' fill-opacity='0.6' fill-rule='evenodd'/%3E%3C/svg%3E");
    margin: auto;
    padding-top: 1.5em;
  }
  table,
  table tbody tr,
  table tr:nth-of-type(2n + 1),
  table th {
    background-color: #ffffff52 !important;
  }
}

/* ====== 店名＋キャッチコピー ===== */
.brand-title {
  font-size: 1em;
  line-height: 1.4;
  font-family: system-ui;
  font-weight: 400;
  /* display: block; */
  text-align: center;
  padding: 0.4em 1em;
  background-color: #cad640;
  margin-top: 0;
  margin-bottom: 0;
}

.brand-title .shop-name {
  margin-bottom: 0.3em;
  font-weight: 600;
  white-space: nowrap;
}

.text-separator {
  display: none;
}

.brand-title .highlight-text {
  font-size: 0.8em;
  text-align: justify;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .brand-title {
    line-height: 1.2;
  }
}

@media (min-width: 767px) {
  .brand-title {
    background-color: #088395;
    color: #ffffff;
  }
}

@media (min-width: 875px) {
  .brand-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em; /* 要素間の余白 */
    background-color: #088395;
    color: #ffffff;
    font-size: 1.2em;
    padding: 0.2em;
  }

  .brand-title .shop-name {
    margin-top: 0.3em;
  }

  .text-separator {
    display: inline;
  }

  .brand-title .highlight-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 0.9em;
  }
}

/* ====== 他店舗へのリンク ===== */
.link_to_other_shop img {
  max-width: 680px;
  transition: opacity 0.3s ease;
}
.link_to_other_shop img:hover {
  opacity: 0.6;
}

/* ====== ポップアップ用追加css ===== */
#popmake-404 {
  width: 90%;
}

.shop-name-br-pop {
  display: none;
}

.bg_grayish_mint_box-pop {
  padding-top: 0.5rem;
}

.table_wrapper-pop {
  margin: 1em auto -1em auto;
}

@media (max-width: 360px) {
  .shop-name-br-pop {
    display: block;
  }
}

@media (max-width: 575px) {
  .double_gift-pop {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }

  .first_gift-pop {
    width: clamp(235px, 66vw, 340px);
  }

  .first_gift-pop h3 {
    font-size: 1.4em;
  }

  .small_notes-pop {
    font-size: 70%;
    padding-top: 1em;
  }

  .double_gift-pop {
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .first_gift-pop {
    width: clamp(235px, 66vw, 340px);
  }

  .first_gift-pop h3 {
    font-size: 1.4em;
  }

  .small_notes-pop {
    font-size: 70%;
    padding-top: 1em;
  }

  .table_wrapper-pop {
    margin-top: 0;
  }
}
/*end*/

/* ====== 新規向けへのリンクボタン用 ===== */
.badge_pill_w_org {
  width: 17rem;
  color: #ffffff!important;
  text-decoration: none!important;
  background-color: #ff6d33!important;
  background-image: none;
  border: 1px solid #ff6d33!important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10rem!important;
  transition: all 0.3s ease!important;
}

.badge_pill_w_org:hover {
  color: #ffffff!important;
  background-color: #515d73!important;
  border-color: #515d73!important;
  box-shadow: none;
}

@media screen and (min-width: 576px) {
  .badge_pill_w_org {
    width: 80%!important;
    padding: 0.8rem!important;
    font-size: 1.25rem!important;
    max-width: 1000px;
  }
} /*end*/

/* ====== もみの匠 相互リンク ====== */
.momitaku-logo {
  padding: 5px 0 10px 17px;
  margin-right: 10px;
  background: linear-gradient(178deg, #49001e, #390f20);
  border-radius: 5px;
  background-position: 0 0, 50%;
}
.momitaku-link-button {
  display: inline-block;
  background: linear-gradient(178deg, #49001e, #390f20);
  color: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}
.footer-hr {
  color: #4a6b44;
}
