@charset "UTF-8";

/* ---------------------
  - *基本設定
  - *タイトル
  - *メインビジュアル
  - *バナーエリア
  - *医院概要
  - *ご挨拶
  - *診療案内
  - *当院の特徴
  - *病状・病名から探す
  - *医療コラム
  - *無限スライダー
--------------------- */
/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
.front {
  overflow: hidden;
}

section .inner {
  padding: 100px 0;
}

.text > *:not(:last-child) {
  margin-bottom: 2em;
}

/* ----- パララックス ----- */
.parallax {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;
}

/* 切り抜く範囲 */
.parallax_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

/* 固定する画像 */
.parallax_img::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==============================================
  *SP 基本設定
============================================== */
@media screen and (max-width: 768px) {
  section .inner {
    padding: 70px 20px;
  }

  /* ----- パララックス ----- */
  .parallax {
    height: 300px;
  }
}

/* ==================================================================================================================================

  *タイトル

================================================================================================================================== */
.top_title {
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center;
}

.top_title .eng {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--main-color);
  font-size: 42px;
  letter-spacing: 0.1em;
}

.top_title h2 {
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

/* ==============================================
  *SP タイトル
============================================== */
@media screen and (max-width: 768px) {
  .top_title {
    margin-bottom: 40px !important;
  }

  .top_title .eng {
    font-size: 36px;
  }

  .top_title h2 {
    margin: 5px 0 0;
    font-size: 15px;
  }
}

/* ==================================================================================================================================

  *メインビジュアル

================================================================================================================================== */
.mainvisual {
  position: relative;
  z-index: 1;
  height: 860px;
  overflow: hidden;
}

.mvSlider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* ----- スライダーのArrowボタン ----- */
.mvSlider .sliderBtn {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
}

.mvSlider .sliderBtn#mv_btnPrev {
  left: 20px;
}

.mvSlider .sliderBtn#mv_btnNext {
  right: 20px;
}

.mvSlider .sliderBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 50%;
  transition: background 0.2s;
}

.mvSlider .sliderBtn span:hover {
  background: var(--text-color);
}

.mvSlider .sliderBtn span::before {
  padding: 0 0 1px 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: #ffffff;
  font-size: 15px;
  transition: color 0.2s;
}

.mvSlider .sliderBtn#mv_btnPrev span::before {
  content: "\f053";
}

.mvSlider .sliderBtn#mv_btnNext span::before {
  content: "\f054";
}

/* 各スライダーのボタンは非表示に */
.mvSlider .splide__arrows {
  display: none;
}

/* ----- MVの画像 ----- */
.mvImg {
  width: 100%;
  height: 100%;
}

.mvImg .splide__track {
  width: 100%;
  height: 100%;
}

.mvImg .splide__slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mvImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* フェードの専用スタイル */
.fade .mvImg .splide__slide img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: calc(100% + 50px);
  pointer-events: none;
}

/* アニメーションを実行 */
.fade.move .mvImg .splide__slide img {
  animation: hideTranslate 8s ease-out forwards;
}

.fade.move .mvImg .splide__slide.is-active img {
  animation: showTranslate 8s ease-out forwards;
}

/* MVのアニメーション  */
@keyframes hideImg {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@keyframes showTranslate {
  0% {
    transform: translate3d(0, 0px, 0);
  }

  100% {
    transform: translate3d(0, -30px, 0);
  }
}
@keyframes hideTranslate {
  /* 下降 */
  0% {
    transform: translate3d(0, -30px, 0);
  }

  100% {
    transform: translate3d(0, 0px, 0);
  }
}

/* ----- キャッチコピー ----- */
.mvCatch {
  position: absolute !important;
  top: 45%;
  left: 0;
  z-index: 3;
  width: 100%;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  transform: translateY(-50%);
}

.mvCatch .inner {
  position: relative;
  z-index: 1;
}

.mvCatch .main_catch {
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.3em;
}

.mvCatch .sub_catch {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.75;
}

/* ----- コンテンツ ----- */
.mvContents {
  position: absolute !important;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.mvContents .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.mvContents .splide__track {
  width: 100%;
  height: 100%;
}

.open_bnr {
  position: absolute;
  bottom: 100px;
  display: inline-block;
  padding: 10px;
  border: 1px solid rgba(152, 123, 96, 0.2);
}

.open_bnr > * {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-height: 235px;
  padding: 15px;
  background: rgba(193, 124, 85, 0.2);
  color: #ffffff;
  font-size: 110%;
  line-height: 1.5;
  text-align: center;
}

.open_bnr .date {
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
}

.open_bnr .open_text {
  margin: 0 0 10px;
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  letter-spacing: 0.1em;
}

.open_bnr .nairankai_tit {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 10px;
  padding: 0 10px;
  background: #b1705b;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.open_bnr .nairakai_date {
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
}

.open_bnr .nairakai_date span {
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.1em;
}

/* サブカラー */
.open_bnr.subcolor > * {
  background: var(--sub-color);
}

.open_bnr.subcolor > * .nairankai_tit {
  color: var(--sub-color);
}

/* ----- RIBONバナー ----- */
.mv_ribon {
  position: absolute;
  bottom: 150px;
  left: 0;
}

.sp_only {
  display: none;
}

/* LPバナー */
.lp_bnr {
  position: absolute;
  left: 342px;
  bottom: 100px;
  display: inline-block;
  padding: 10px;
  border: 1px solid rgba(152, 123, 96, 0.2);
}

.lp_bnr .bnr_item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  min-height: 180px;
  padding: 15px;
  background: linear-gradient(45deg, rgba(193, 124, 85, 0.3), rgba(193, 124, 85, 1));
  color: #ffffff;
  font-size: 110%;
  line-height: 1.5;
  text-align: center;
  transition: opacity 0.3s;
}

.lp_bnr .bnr_item:hover {
  opacity: 0.8;
}

.lp_bnr .bnr_item .title {
  margin: 0 0 10px;
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.1em;
}

.lp_bnr .bnr_item .text {
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

/* ==============================================
  *SP メインビジュアル
============================================== */
@media screen and (max-width: 768px) {
  .mainvisual {
    height: calc(100svh - 30px);
    min-height: 600px;
  }

  /* ----- スライダーのArrowボタン ----- */
  .mvSlider .sliderBtn {
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 12px;
  }

  .mvSlider .sliderBtn#mv_btnPrev {
    left: 10px;
  }

  .mvSlider .sliderBtn#mv_btnNext {
    right: 10px;
  }

  .mvSlider .sliderBtn span::before {
    font-size: 11px;
  }

  /* ----- キャッチコピー ----- */
  .mvCatch {
    top: auto;
    bottom: 100px;
    transform: translateY(0);
  }

  .mvCatch .main_catch {
    font-size: 18px;
  }

  .mvCatch .sub_catch {
    margin-top: 10px;
    font-size: 12px;
  }

  .mvContents {
    display: none;
  }

  .sp_only {
    display: block;
    background: none !important;
  }

  .sp_only .inner {
    padding: 0 20px;
  }

  .sp_only_contents {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .open_bnr {
    position: static;
    width: 100%;
    max-width: 350px;
    border: 1px solid rgba(152, 123, 96, 0.2);
  }

  .open_bnr > * {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 25px 20px;
    background: rgba(193, 124, 85, 0.4);
  }

  .open_bnr .date {
    font-size: 26px;
  }

  .open_bnr .open_text {
    font-size: 40px;
  }

  .open_bnr .nairankai_tit {
    padding: 5px 10px;
    font-size: 16px;
  }

  .open_bnr .nairakai_date {
    font-size: 15px;
  }

  .open_bnr .nairakai_date span {
    font-size: 17px;
  }
	
  /* LPバナー */
  .lp_bnr {
    position: static;
    width: 100%;
    max-width: 350px;
    border: 1px solid rgba(152, 123, 96, 0.2);
  }
	
  .lp_bnr .bnr_item {
    width: 100%;
	padding: 12.5px;
  }
	
  .lp_bnr .bnr_item .title {
    font-size: 28px;
  }

  .lp_bnr .bnr_item .text {
    font-size: min(4.45vw, 18px);
  }
}

/* ==================================================================================================================================

  *バナーエリア

================================================================================================================================== */
.top_banner {
  background: url(../images/front/campaign_leaf.png) no-repeat right 0 bottom 0/1000px 565px, #efebe5;
}

/* ----- 共通設定 ----- */
.top_banner .inner {
  max-width: 1234px;
  padding: 60px 0 100px;
}

.top_banner .banner_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--text-color);
}

/* 画像のみのバナー */
.top_banner .onlyimg .banner_slide {
  height: fit-content;
  padding: 0;
}

.top_banner .onlyimg .banner_slide img {
  width: 100%;
  height: auto;
  transition: opacity 0.2s;
}

.top_banner .onlyimg a.banner_slide:hover img {
  opacity: 0.5;
}

/* インプットバナー */
.top_banner .input .banner_slide {
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 18px;
  background: #ffffff;
}

.top_banner .input a.banner_slide:hover {
  opacity: 0.7;
}

.top_banner .input .banner_slide .slide_img {
  flex-shrink: 0;
  width: 118px;
  height: 100%;
  overflow: hidden;
}

.top_banner .input .banner_slide .slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.top_banner .input a.banner_slide:hover .slide_img img {
  transform: scale(1.1);
}

.top_banner .input .slide_inner {
  width: 100%;
  height: 100%;
}

.top_banner .input .slide_title {
  margin: 0 auto 15px;
  padding: 5px 5px 10px;
  border-bottom: 1px solid #695733;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #695733;
  font-size: 19px;
  line-height: 1.5;
  text-align: center;
}

.top_banner .input .slide_title span {
  display: block;
  color: #bfad86;
}

.top_banner .input .slide_content {
  font-size: 14px;
}

.top_banner .input .slide_price {
  margin-top: 10px;
  padding: 10px;
  background: #f2e8e5;
  border-radius: 10px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #8f7745;
  line-height: 1.5;
  text-align: center;
}

.top_banner .input .slide_price .yen {
  margin: 3px auto 6px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
}

.top_banner .input .slide_price .yen span {
  display: inline-block;
  padding-left: 5px;
  font-size: 50%;
}

.top_banner .input .slide_price .tax {
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}

/* ----- グリッドバナー ----- */
.banner_grid ul {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

.banner_grid li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.3333333333% - 13.3333333333px);
}

/* ----- スライダーバナー ----- */
#bannerSlider .splide {
  position: relative;
  z-index: 1;
}

#bannerSlider .splide__inner {
  position: relative;
  z-index: 1;
  padding: 0 17px;
}

/* スライドの設定  */
#bannerSlider .splide__slide {
  display: flex;
  align-items: center;
  min-height: 200px;
}

/* スライダーのArrowボタン */
#bannerSlider .bannerSlider_arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
}

#bannerSlider .bannerSlider_arrow span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 1px 0;
  background: var(--sub-color);
  font-size: 80%;
  transition: background 0.2s;
}

#bannerSlider .bannerSlider_arrow span::before {
  content: "";
  display: block;
  width: 22px;
  height: 13px;
  background: url(../images/front/arrow.png) no-repeat center/cover;
}

#bannerSlider .bannerSlider_arrow:hover span {
  background: var(--main-color);
}

#bannerSlider .bannerSlider_arrow_prev {
  left: 0;
}

#bannerSlider .bannerSlider_arrow_next {
  right: 0;
}

#bannerSlider .bannerSlider_arrow_next span::before {
  transform: scale(-1, 1);
}

/* ページネーション */
#bannerSlider .bannerSlider_pagination {
  z-index: 1;
  display: flex;
  gap: 15px;
  margin: 30px auto 0;
}

#bannerSlider .bannerSlider_page {
  width: 10px;
  height: 10px;
  background-color: #e8e8e8;
  border-radius: 50%;
  transition: background 0.2s;
}

#bannerSlider .bannerSlider_page.is-active {
  background: var(--main-color);
}

/* ==============================================
  *SP バナーエリア（追加コンテンツ）
============================================== */
@media screen and (max-width: 768px) {
  .top_banner {
    background: url(../images/front/campaign_leaf.png) no-repeat right 0 bottom 0/530px 300px, #efebe5;
  }

  .top_banner .inner {
    padding: 50px 0 70px;
  }

  /* ----- グリッドバナー ----- */
  .banner_grid li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .top_banner .input .banner_slide {
    gap: 15px;
    padding: 15px;
  }

  .top_banner .input .banner_slide .slide_img {
    width: 80px;
    height: 100%;
  }

  .top_banner .input .slide_inner {
    width: 100%;
    height: 100%;
  }

  .top_banner .input .slide_title {
    margin: 0 auto 15px;
    padding: 5px 5px 10px;
    font-size: 17px;
  }

  .top_banner .input .slide_content {
    font-size: 13px;
  }

  .top_banner .input .slide_price .yen {
    font-size: 24px;
    line-height: 1;
  }

  .top_banner .input .slide_price .tax {
    font-size: 11px;
  }

  /* ----- スライダーバナー ----- */
  #bannerSlider .splide__inner {
    position: relative;
    z-index: 1;
    padding: 0;
  }

  /* スライダーのArrowボタン */
  #bannerSlider .bannerSlider_arrow {
    width: 30px;
    height: 30px;
  }

  #bannerSlider .bannerSlider_arrow span::before {
    width: 15px;
    height: 9px;
  }

  #bannerSlider .bannerSlider_arrow_prev {
    left: 10px;
  }

  #bannerSlider .bannerSlider_arrow_next {
    right: 10px;
  }

  #bannerSlider .bannerSlider_arrow i {
    padding: 0 0 1px 0;
  }

  /* ページネーション */
  #bannerSlider .bannerSlider_pagination {
    gap: 12px;
    margin: 20px auto 0;
  }

  #bannerSlider .bannerSlider_page {
    width: 8px;
    height: 8px;
  }
}

/* ==================================================================================================================================

  *診療案内

================================================================================================================================== */
.medical {
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../images/front/medical_bg.jpg) no-repeat center/cover !important;
}

.medical .top_title {
  color: #ffffff;
}

.medical .top_title span {
  color: var(--main-color);
}

.medical_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.medical_item {
  position: relative;
  z-index: 1;
  width: calc(25% - 15px);
  height: auto;
}

.medical_item:hover {
  transform: translateY(-10px);
}

.medical_img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: background 0.2s;
}

.medical_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.medical_inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 270px;
  padding: 30px 20px 40px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.medical_inner > *:not(:last-child) {
  margin-bottom: 15px;
}

.medical_icon {
  width: 70%;
  max-width: 80px;
  margin: 0 auto 15px !important;
}

.medical_title h3 {
  color: var(--text-color);
  font-size: 120%;
}

.medical_title_eng {
  margin-top: 5px;
  color: var(--main-color);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}

.medical_text {
  color: var(--text-color);
}

.medical_btn span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 25px 7px 15px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  transition: padding 0.2s, color 0.2s, background 0.2s;
}

.medical_btn span::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  transform: translateY(-50%);
}

.medical_item:hover .medical_btn span {
  background: #ffffff;
  color: var(--main-color);
}

/* ----- 先頭2つの設定----- */
.medical_item:nth-of-type(-n + 2) {
  width: calc(50% - 10px);
  min-height: 350px;
}

.medical_item:nth-of-type(-n + 2) .medical_inner {
  padding: 20px 20px 40px;
}

.medical_item:nth-of-type(-n + 2) .medical_icon {
  max-width: 100px;
  margin: 0 auto 5px !important;
}

.medical_item:nth-of-type(-n + 2) .medical_title h3 {
  font-size: 150%;
}

/* ==============================================
  *SP 診療案内
============================================== */
@media screen and (max-width: 768px) {
  .medical {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../images/front/medical_bg_sp.jpg) no-repeat center/cover !important;
  }

  .medical_list {
    gap: 15px 10px;
  }

  .medical_item {
    width: calc(50% - 5px);
  }

  .medical_item:hover {
    transform: translateY(-5px);
  }

  .medical_inner {
    min-height: auto;
    padding: 20px 10px;
  }

  .medical_icon {
    width: 50%;
  }

  .medical_title h3 {
    font-size: 110%;
  }

  /* ----- 先頭2つの設定----- */
  .medical_item:nth-of-type(-n + 2) {
    width: 100%;
    min-height: auto;
  }

  .medical_item:nth-of-type(-n + 2) .medical_inner {
    padding: 15px 20px 30px;
  }

  .medical_item:nth-of-type(-n + 2) .medical_icon {
    width: 30%;
  }

  .medical_item:nth-of-type(-n + 2) .medical_title h3 {
    font-size: 140%;
  }
}

/* ==================================================================================================================================

  *当院の特徴（パターン01）

================================================================================================================================== */
.feature {
  background: url(../images/front/feature_leaf.png) no-repeat bottom 0 left 0/1250px 670px, #f8f5f3;
}

.feature .inner {
  padding: 130px 0;
}

.feature .top_title {
  margin-bottom: 55px;
}

.feature_list {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}

.feature_item {
  display: flex;
  width: 100%;
  height: auto;
}

.feature_img {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  max-width: 510px;
  height: fit-content;
  padding: 0 20px 20px 0;
}

.feature_img::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid var(--main-color);
}

.feature_img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #e9ded9;
}

.feature_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  width: calc(100% + 50px);
  height: calc(100% - 70px);
  min-height: 380px;
  margin: 70px 0 0 -50px;
  padding: 35px 55px 20px 40px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 10px rgba(171, 147, 88, 0.1);
  font-size: 14px;
}

.feature_title {
  position: relative;
  z-index: 1;
  gap: 20px;
  margin-bottom: 12px !important;
  padding-left: 100px;
}

.feature_title .feature_num {
  position: absolute;
  top: 7px;
  left: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  padding: 1px 6px 4px 8px;
  background: var(--main-color);
  border-radius: 0 1000px 1000px 0;
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.feature_title .feature_num span {
  display: inline-block;
  padding-left: 5px;
}

.feature_title h3 {
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--main-color);
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.feature_sub_title {
  margin-bottom: 10px !important;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}

.feature_item .btn02 {
  margin: auto 0 0 auto;
  padding-top: 30px;
}

.feature_item:nth-child(even) {
  flex-flow: row-reverse;
}

.feature_item:nth-child(even) .feature_img {
  padding: 0 0 20px 20px;
}

.feature_item:nth-child(even) .feature_img::before {
  right: 10px;
}

.feature_item:nth-child(even) .feature_img::after {
  right: 20px;
}

.feature_item:nth-child(even) .feature_inner {
  margin: 70px -50px 0 0;
}

@media screen and (max-width: 768px) {
  .feature {
    background: url(../images/front/feature_leaf.png) no-repeat bottom 0 left 0/560px 300px, #f8f5f3;
  }

  .feature .inner {
    padding: 70px 20px;
  }

  .feature_list {
    gap: 50px;
  }

  .feature_item {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .feature_img {
    padding: 0 15px 15px 0;
  }

  .feature_img::before {
    right: 7.5px;
    bottom: 7.5px;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }

  .feature_img::after {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }

  .feature_inner {
    width: 100%;
    height: auto;
    margin: 10px auto 0;
    padding: 20px 20px 30px;
    border: solid 7px rgba(171, 147, 88, 0.1);
  }

  .feature_title {
    margin-bottom: 15px !important;
    padding: 50px 0 0;
  }

  .feature_title .feature_num {
    left: -20px;
    padding: 3px 10px 5px 10px;
    font-size: 15px;
  }

  .feature_title h3 {
    font-size: 22px;
  }

  .feature_sub_title {
    margin-bottom: 20px !important;
    font-size: 16px;
  }

  .feature_item:nth-child(even) {
    flex-flow: column;
  }

  .feature_item:nth-child(even) .feature_img {
    padding: 0 15px 15px 0;
  }

  .feature_item:nth-child(even) .feature_img::before {
    right: 7.5px;
    bottom: 7.5px;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }

  .feature_item:nth-child(even) .feature_img::after {
    right: 0;
    left: auto;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }

  .feature_item:nth-child(even) .feature_inner {
    width: 100%;
    height: auto;
    margin: 10px auto 0;
    padding: 20px 20px 30px;
  }
}

/* ==================================================================================================================================

  *病状、症状から探す

================================================================================================================================== */
.treatment {
  padding: 150px 0 0;
  background: #efebe5;
}

.treatment .inner {
  padding: 0;
}

.treatment .top_title {
  margin-bottom: 60px;
}

.front-tab-wrapper {
  max-width: 1200px;
  margin: 0 auto 40px;
}

.treatment-tab {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.treatment-tab-item {
  display: flex;
  flex: 1;
  gap: 13px;
  padding: 20px 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 0 10px 0 0;
  cursor: pointer;
  transition: border 0.3s;
}

.treatment-tab-item:hover {
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.treatment-tab-item.is-active {
  border-top: 1px solid #ab9358;
  border-right: 1px solid #ab9358;
}

.treatment-panel-container {
  position: relative;
  z-index: 1;
  min-height: 850px;
}

.treatment-panel_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.treatment-panel_bg picture {
  width: 100%;
  height: 100%;
}

.treatment-panel_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.treatment-panel_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(39, 36, 34, 0.3);
}

.treatment-panel-wrappr {
  position: relative;
  z-index: 1;
  min-height: 850px;
  padding: 60px 0 240px;
}

.treatment-panel-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.treatment-panel-contents {
  width: calc(50% + 100px);
  margin: 0 0 0 auto;
}

.treatment-panel-eng {
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #c09280;
  font-size: 100px;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.treatment_list_wrapper {
  margin-top: 30px;
}

.treatment_list_wrapper:first-of-type {
  margin-top: 10px;
}

.treatment_category {
  margin: 0 auto 30px;
}

.treatment_category a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #ffffff;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
}

.treatment_category a .eng {
  position: relative;
  z-index: 1;
  display: inline-block;
  flex-shrink: 0;
  padding-right: 55px;
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}

.treatment_category a .eng::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  display: block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: right 0.3s, background 0.3s;
}

.treatment_category a .eng::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 45px;
  height: 1px;
  background: #ffffff;
  opacity: 0.3;
  transform: translateY(-50%);
  transition: background 0.3s;
}

.treatment_category a:hover .eng::before {
  right: 35px;
}

.treatment_icon {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: fit-content;
  background: #c79b8b;
  border-radius: 50%;
}

.treatment_tab_title {
  position: relative;
  top: -2px;
  width: fit-content;
  text-align: center;
}

.treatment_tab_title .eng {
  display: block;
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #c79b8b;
  font-size: 19px;
  letter-spacing: 0.1em;
}

.treatment_tab_title .jp {
  display: block;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.treatment_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.treatment_list_item {
  width: 100%;
  height: auto;
  min-height: 60px;
}

.treatment_list_link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.treatment_list_link::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70%;
  transform: translateY(-50%);
}

.treatment_list_link:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.treatment_list_link span {
  font-size: 85%;
}

@media screen and (max-width: 768px) {
  .treatment {
    padding: 70px 0 0;
  }

  .treatment .top_title {
    margin-bottom: 40px;
  }

  .treatment-tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .treatment-tab-item {
    flex-flow: column;
    align-items: center;
    gap: 5px;
    padding: 15px 10px;
  }

  .treatment_icon {
    width: 40px;
  }

  .treatment_tab_title .eng {
    font-size: 15px;
  }

  .treatment_tab_title .jp {
    font-size: 14px;
  }

  .treatment-panel-container {
    min-height: auto;
  }

  .treatment-panel_bg::before {
    background: rgba(39, 36, 34, 0.5);
  }

  .treatment-panel-wrappr {
    min-height: auto;
    padding: 40px 0 80px;
  }

  .treatment-panel-contents {
    width: 100%;
    padding: 0 20px;
  }

  .treatment-panel-eng {
    width: 100%;
    font-size: 60px;
  }

  .treatment_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
  }

  .treatment_list_item {
    min-height: auto;
  }

  .treatment_list_link {
    padding: 15px 25px 15px 10px;
    font-size: 13px;
  }
}

/* ==================================================================================================================================

  *お悩みから探す

================================================================================================================================== */
.trouble {
  position: relative;
  left: 0;
  background: linear-gradient(120deg, #8f4d38, #c37f56, #8f4d38) no-repeat top 0 right 0/calc(50% + 285px) 100%;
}

.trouble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(50% - 285px);
  height: 100%;
  background: url(../images/front/trouble_bg.jpg) no-repeat center/cover;
}

.trouble .inner {
  padding: 140px 0 160px;
}

.trouble .top_title {
  margin-bottom: 55px;
}

.trouble .top_title .eng {
  color: #ffffff;
}

.trouble .top_title h2 {
  color: #ffffff;
}

.trouble_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.trouble_item {
  position: relative;
  z-index: 1;
  min-height: 140px;
  background: #a79077;
  overflow: hidden;
}

.trouble_item:hover {
  opacity: 0.8;
}

.trouble_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.trouble_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trouble_inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 80px 20px 40px;
  color: #f2efeb;
}

.trouble_title .trouble_title_eng {
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
}

.trouble_title .trouble_title_eng span {
  display: block;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

.trouble_title h3 {
  margin-top: 10px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .trouble {
    background: linear-gradient(120deg, #8f4d38, #c37f56, #8f4d38);
  }

  .trouble::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 37%;
    background: url(../images/front/trouble_bg_sp.jpg) no-repeat center/cover;
    opacity: 0.7;
  }

  .trouble .inner {
    padding: 70px 20px 100px;
  }

  .trouble_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .trouble_item {
    min-height: auto;
  }

  .trouble_inner {
    align-items: flex-start;
    padding: 13px 20px 15px 10px;
  }

  .trouble_title .trouble_title_eng {
    font-size: 18px;
  }

  .trouble_title h3 {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.65;
  }
}

/* ==================================================================================================================================

  *Instagram

================================================================================================================================== */
.instagram {
  background: #f8f6f4;
}

.instagram .inner {
  padding: 110px 0 130px;
}

.coming_text {
  margin: 50px auto 0;
  padding: 50px 20px;
  background: white;
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #c9c9c9;
  font-size: 150%;
  letter-spacing: 0.15em;
  text-align: center;
}

.instagram_btn {
  width: fit-content;
  margin: 60px auto 0;
}

.instagram_btn a {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 240px;
  padding: 5px 50px 7px 30px;
  background: var(--main-color);
  border-radius: 10px;
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.instagram_btn a:hover {
  background: var(--sub-color);
}

.instagram_btn a::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .instagram .inner {
    padding: 70px 20px 80px;
  }
}

/* ==================================================================================================================================

  *ご挨拶

================================================================================================================================== */
.greeting {
  background: url(../images/front/greeting_bg.jpg) no-repeat center/cover;
}

.greeting .top_title {
  margin-bottom: 35px;
}

.greeting .top_title .eng {
  color: #ffffff;
}

.greeting .top_title h2 {
  color: #ffffff;
}

.greeting .inner {
  display: flex;
  justify-content: center;
  gap: 50px;
  background: rgba(163, 96, 67, 0.6);
}

.greeting_box {
  position: relative;
  z-index: 1;
}

.greeting_img {
  max-width: 320px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.greeting_text > *:not(:last-child) {
  margin-bottom: 2em;
}

.greeting_profile {
  margin-top: 18px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}

.greeting_profile .name .small {
  font-size: 80%;
}

.greeting_profile .name .eng {
  display: block;
  padding-top: 2px;
  font-size: 16px;
}

.greeting_btn {
  margin-top: 20px;
  text-align: center;
}

.greeting_btn > * {
  position: relative;
  display: inline-block;
  padding: 5px 120px 5px 30px;
  border: 1px solid #ffffff;
  border-radius: 1000px;
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: bottom;
  transition: background 0.2s, color 0.2s;
}

.greeting_btn > *:hover {
  color: #ffffff;
}

.greeting_btn > *::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  display: block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: right 0.3s, background 0.3s;
}

.greeting_btn > *:hover::before {
  right: 60px;
}

.greeting_btn > *::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  display: block;
  width: 55px;
  height: 1px;
  background: #ffffff;
  opacity: 0.3;
  transform: translateY(-50%);
  transition: background 0.3s;
}

/* ==============================================
  *SP ご挨拶
============================================== */
@media screen and (max-width: 768px) {
  .greeting {
    background: url(../images/front/greeting_bg_sp.jpg) no-repeat center/cover;
  }

  .greeting_flex {
    flex-flow: column-reverse;
    gap: 25px;
  }

  .greeting_img {
    width: 90%;
  }
}
