@charset "UTF-8";
/* =================================
 固定ページコンテンツのモーダルスライドで使用する
================================= */
.more-btn {
  display: none;
}
.linkmap_pink {
  font-weight: bold;
  text-decoration: underline !important;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 27px;
  text-align: center;
  color: #B28575 !important;
  margin: 0;
  display: inline-block;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* モーダル */
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 2001;
  background-color: rgba(0, 0, 0, 0.7);
}
/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal.is-active .splide {
  opacity: 1;
}
/* モーダル背景のオーバーレイ部分 */
.modal_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal-wrapper {
  width: 100%;
  max-width: 664px;
  min-width: 300px;
  height: 100%;
  max-height: 100%;
  background-color: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* モーダルのコンテンツ */
.modal_content {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  padding: 20px;
}
.modal_contents {
  width: 100%;
}
.splide {
  width: 100%;
  opacity: 0;
}
/* モーダルを閉じるボタン */
.modal_close-btn {
  position: absolute;
  right: 68px;
  top: 68px;
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 768px) {
  /* モーダルを閉じるボタン */
  .modal_close-btn {
    right: 28px;
    top: 28px;
  }
}
.modal_close-btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/wp/wp-content/themes/kaunis_theme/img/img_recommend_button_close.svg) no-repeat;
  background-size: contain;
}
/* Splide */
.splide__arrow {
  background: none;
  width: 2em;
}
.splide__arrow--prev {
  left: -5.2em;
}
.splide__arrow--next {
  right: -5.2em;
}
.splide__arrow--prev::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 30px;
  background: url(/wp/wp-content/themes/kaunis_theme/img/img_recommend_arrow_prev.svg) no-repeat;
  background-size: contain;
}
.splide__arrow--next::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 30px;
  background: url(/wp/wp-content/themes/kaunis_theme/img/img_recommend_arrow_next.svg) no-repeat;
  background-size: contain;
}
.splide__arrow:disabled {
  opacity: 1;
}
.splide__arrow svg {
  display: none;
}
.splide__pagination__page {
  background: #fff;
  height: 6px;
  margin: 4px;
  width: 6px;
  display: block;
}
.splide__pagination__page.is-active {
  background: #B28575;
  transform: scale(1);
  z-index: 1;
}
.splide__pagination {
  bottom: -30px;
}
.modal-wrapper .splide__slide {
  position: relative;
  padding-top: 100%;
}
.modal-wrapper .splide__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .splide__pagination {
    bottom: -21px;
  }
  .splide__arrow--prev::before,
  .splide__arrow--next::after {
    display: none;
  }
}

.daihyou .c-btn_view {
  display: inline-block;
  margin-top: 12px;
  font-weight: bold;
  opacity: 1;
  transition: opacity .3s;
}
.daihyou .c-btn_view:hover {
  opacity:0.5;
}
.daihyou .p-clinic_stepList_img.l-row.top {
  padding-right: 72px;
}
.daihyou .p-clinic_stepList_img .imgItem {
  margin-bottom: 40px;
}
.daihyou .p-clinic_stepList_img {
  margin-top: 0;
}
.daihyou .p-clinic_stepList_img .imgItem .ttl{
  font-weight: 500;
  margin-bottom: 16px;
}
.daihyou .p-clinic_stepList_img .imgItem .txt{
  margin: 8px 0 18px 0;
}
.daihyou .p-clinic_stepList_img .imgItem .info{
  color: #aaa;
  margin: 10px 0 0 0;
}

/*eye01 original css*/
@media screen and (min-width: 769px) {
  .c-txt_detail_list ul.disc {
    list-style-type: disc;
    margin-left: 20px;
  }
  table {
    /*white-space: nowrap;*/
  }
  td {
    padding-bottom: 8px;
    padding-right: 1em;
    /*height: 23px;*/
    vertical-align: top;
  }
  td.ori_non_pc {
    white-space: nowrap;
  }
  td.ori_non_sp {
    white-space: normal;
  }
  td.ori_non_all {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  table {
    width: 100%;
  }
  td {
    padding-bottom: 8px;
    padding-right: 1em;
    vertical-align: top;
  }
  td.ori_non_pc {
    white-space: normal;
  }
  td.ori_non_sp {
    white-space: nowrap;
  }
  td.ori_non_all {
    white-space: nowrap;
  }
  .daihyou .c-btn_view {
    display: inline-block;
    margin-top: 12px;
    font-weight: bold;
  }
  .daihyou .p-clinic_stepList_img .imgItem .ttl{
    font-weight: 500;
    margin-bottom: 8px;
  }
  .daihyou .p-clinic_stepList_img .imgItem {
    margin-bottom: 36px;
  }
  .daihyou .p-clinic_stepList_img.l-row.top {
    padding-right: 0;
  }
  .daihyou .p-clinic_stepList_img {
    margin-bottom: 0;
  }
  .daihyou .c-txt_detail_list {
    margin-bottom: 0;
  }
  .daihyou .p-clinic_stepList_img .imgItem:first-child .info {
    margin: 10px 0 20px 0;
  }

  /* more */
  .content-wrap {
    /*max-height: 50%;*/ /* 初期状態では半分の高さまで表示 */
    overflow: hidden;
    transition: max-height 0.3s ease; /* スムーズな開閉アニメーション */
  }

  .content {
    /*height: 1100px;
    max-height: 50%;*/ /* 初期状態では半分の高さまで表示 */
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .content.slide-down {
    height: auto;
    max-height: 100%; /* クリックで全て表示 */
    transition: max-height 0.3s ease;
  }

  .more-btn {
    cursor: pointer;
    display: block;
    position: relative;
  }
  .more-btn p{
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0;
  }
  .more-btn p::after {
    content: "";
    background-image: url(/wp/wp-content/themes/kaunis_theme/common/img/arrow_hid.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    right: 7.4%;
    width: 13px;
    height: 7px;
  }
  .more-btn.open p::after {
    content: "";
    background-image: url(/wp/wp-content/themes/kaunis_theme/common/img/arrow_opn.svg);
  }

  .more-btn::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 150px;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    background: rgba(245,244,240,1);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,0.5018382352941176) 66%, rgba(255,255,255,0) 100%);
  }
  .more-btn.open::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    background: rgba(245,244,240,1);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,0.5018382352941176) 66%, rgba(255,255,255,0) 100%);
  }
  .js-open-modal {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .js-open-modal::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/wp/wp-content/themes/kaunis_theme/img/recome_lp_plus_icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}