@charset "UTF-8";

/* ------
  - *基本設定
  - *パンくずリスト
  - *ページ内リンク
  - *ページャー
  - *書式設定
  - *メインビジュアル
  - *タイトル
  - *おすすめ
  - *お悩みリスト
  - *院長の想い
  - *当院の特徴
  - *追加費用
  - *当院が選ばれる理由
  - *料金表（タブ）
  - *施術の流れ
  - *注意点・副作用・リスク
  - *よくある質問
  - *WEB予約ボタン
------ */
/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
body {
	  background: #def0f3;
}

main {
  --main-color: #73819b;
  --sub-color: #7CBDB7;
  --text-color: #222;
  --bg-color: #fff;
  --main-font:"shippori-mincho", sans-serif;
  --sub-font: "shippori-mincho", sans-serif;
  --special-color: linear-gradient(to right, rgb(115, 129, 155, 0.8), rgb(97, 140, 156, 0.8), rgb(155, 152, 115, 0.8));

  font-size: 16px;
  font-family: var(--main-font);
  color: var(--text-color);
  padding-bottom: 80px;
  margin-top: 80px;
}

main section:not(:first-child) {
  margin-top: 120px;
}

/* リッチ下層のコンテンツ幅 */
.mv_contents .inner, main section .inner, .breadcrumb .inner, .page_links .inner {
  max-width: 1200px;
}

.img_fr img,
.flow,
.flow_number *,
.flow_title {
  border-radius: 0;
}

.flow_title,
.accordion dl dt,
.accordion dl dt:hover,
.accordion dl dt.open {
  background: var(--special-color);
  color: #fff;
}

.accordion dl dt::before,
.accordion dl dt::after {
  background: #fff;
}

.symptom_wrap {
  background: #fff;
  padding: 30px;
}

/* ==============================================
  *SP 基本設定
============================================== */
@media screen and (max-width: 640px) {
	main {
		margin-top: 0;
	}
	
  .inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }

main section:not(:first-child) {
	  margin-top: 80px;
	}
}

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

  *パンくずリスト

================================================================================================================================== */
.breadcrumb {
  margin: 30px auto !important;
}

.breadcrumb_list {
  counter-reset: unset;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}

.breadcrumb_list li {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.breadcrumb_list li::after {
  content: "\f054";
  position: relative;
  top: -1px;
  padding: 0 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70%;
}

/* 親ターム、子タームが複数ある場合、最後以外にカンマを表示 */
.breadcrumb_list li.parent:has(~ .parent)::after,
.breadcrumb_list li.child:has(~ .child)::after,
.breadcrumb_list li.grandchild:has(~ .grandchild)::after {
  content: ",";
  position: relative;
  top: 0;
  padding: 0 5px;
  font-family: inherit;
  font-weight: normal;
  font-size: 100%;
}

/* 最後の要素の矢印を消す */
.breadcrumb_list li:last-of-type::after {
  display: none;
}

/* ==============================================
  *SP パンくずリスト
============================================== */
@media screen and (max-width: 640px) {
  .breadcrumb {
    font-size: 13px;
  }
}

/* ==============================================
  *SP パンくずリスト
============================================== */
@media screen and (max-width: 640px) {
  .breadcrumb {
    font-size: 13px;
  }
}

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

  *ページ内リンク

================================================================================================================================== */
.page_links {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.page_links li {
  position: relative;
  z-index: 1;
}

.page_links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  background: linear-gradient(to right, rgb(115, 129, 155, 0.8), rgb(97, 140, 156, 0.8), rgb(155, 152, 115, 0.8));
  color: #fff;
  font-family: "shippori-mincho", sans-serif;
  text-align: center;
  transition: color 0.2s, background 0.2s;
  transition: opacity .3s;
}

.page_links li a:hover {
  opacity: .7;
}

/* 2列 */
.twoLinks li {
  width: calc(50% - 5px);
}

/* 3列 */
.threeLinks li {
  width: calc(33.3333333333% - 6.6666666667px);
}

/* ==============================================
  *SP ページ内リンク
============================================== */
@media screen and (max-width: 640px) {
  .page_links li {
    width: 100%;
  }
}

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

  *ページャー

================================================================================================================================== */
.pager {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px auto 0;
  font-size: 15px;
}

.pager > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 34px;
  background: #d7d7d7;
  border-radius: 30px;
  color: #ffffff;
  line-height: 1;
}

.pager .current {
  background: var(--main-color);
  color: #ffffff;
}

.pager a:hover {
  background: #929292;
  color: #ffffff;
}

.pager .next, .pager .prev {
  padding: 0 0 3px 1px;
  font-size: 150%;
}

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

  *書式設定

================================================================================================================================== */
.mtem {
  margin-top: 2em;
}

.mbem {
  margin-bottom: 1em;
}

/* 段落余白 */
main .inner > *:not(h1, h2, h3, h4, h5) {
  margin-bottom: 2em;
}

main .inner > *:not(h1, h2, h3, h4, h5):last-child {
  margin-bottom: 0;
}

/* ----- text ----- */
.text {
  position: relative;
}

.text > *:not(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 2em;
}

.text > *:not(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 0;
}

.yellowline {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: rgb(255, 245, 157);
  text-decoration-skip-ink: none;
  text-decoration-thickness: 0.6em;
  text-underline-offset: -0.2em;
}

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

  *メインビジュアル

================================================================================================================================== */
/* ----- #mainvisual ----- */
#mainvisual {
  position: relative;
  z-index: 1;
  height: 950px;
  margin: 0 0 0 auto;
  background: var(--main-color);
  overflow: hidden;
}

/* ---------- MVの画像 ---------- */
.mv_img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

.mv_contents .inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.mv_contents .catch {
  position: absolute;
  top: 42%;
  left: 0;
  z-index: 2;
  color: #ffffff;
  font-size: 220%;
  transform: translateY(-50%);
  text-shadow: 0 0 8px #2c2018, 0 0 8px #2c2018;
  letter-spacing: 0.1em;
  font-family: "shippori-mincho", sans-serif;
}

.mv_contents .catch span {
  font-size: 130%;
  text-shadow: 0 0 3px rgba(32, 102, 138, .5), 0 0 5px rgba(32, 102, 138, .5), 0 0 6px rgba(32, 102, 138, .5), 0 0 9px rgba(32, 102, 138, .5), 0 0 12px rgba(32, 102, 138, .5);
}

/* ----- バナーエリア ----- */
.mv_bnr01 {
  position: absolute;
  left: 0;
  bottom: 20px;
}

.mv_bnr02 {
  position: absolute;
  right: 0;
  bottom: 20px;
}

/* ----- MVのSP用は非表示に ----- */
.mv_under {
  display: none;
}

/* ----- WEB予約バナー ----- */
.special_webyoyaku_bnr {
  display: block;
  margin-top: 60px;
  transition: opacity .5s;
}

.special_webyoyaku_bnr:hover {
  opacity: .7;
}

/* ----- ヘッダーボタン ----- */
.fixed_header_btn {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    text-align: center;
}

.fixed_header_btn a {
    display: block;
    background-color: #73819b;
    width: 100%;
    color: #fff;
    padding-block: 12px;
	font-size: 110%;
}

.fixed_header_btn a i {
    margin-inline: .5em;
}

/* ==============================================
  *SP メインビジュアル
============================================== */
@media screen and (max-width: 640px) {
  #mainvisual {
    position: relative;
    width: 100%;
	height: 150px;
	margin-top: 54px;
  }

  .mv_contents {
    padding: 0 20px;
  }

  .mv_contents .catch {
    font-size: 110%;
	top: 50%;
	line-height: 1.8;
  }

  .mv_contents .inner {
    margin: 0 auto;
    padding: 0;
  }

  /* テキストバナーエリア */
  .mv_contents .bnr_wrap {
    bottom: 30px;
  }

  .bnr_wrap {
    justify-content: center;
    gap: 5px;
  }

  .bnr_wrap .bnr {
    width: 130px;
    height: 130px;
  }

  /* 設備紹介バナー */
  .bnr_facility .facility_inner {
    justify-content: center;
    width: 100%;
    margin: 0 auto 30px;
  }

  .bnr_facility .facility_text {
    width: 70%;
    padding: 0;
  }

  .bnr_facility .facility_img {
    width: 30%;
    margin: 0;
  }

  /* ----- MVから非表示にするコンテンツを指定 ----- */
  .mv_contents .bnr_facility {
    display: none;
  }

  /* ----- MV内のコンテンツをMV下に表示 ----- */
  .mv_under {
    display: block;
  }

  .mv_under .bnr_wrap {
    display: none;
  }

  .mv_bnr01 {
    position: static;
    margin-top: 5px;
    text-align: center;
    width: 75%;
    margin-inline: auto;
  }
  
  .mv_bnr02 {
    position: static;
    margin-top: 5px;
    text-align: center;
    width: 75%;
    margin-inline: auto;
  }
}

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

  *タイトル

================================================================================================================================== */
h2.coming_title {
  margin-bottom: 25px;
  padding: 10px 15px 7px;
  background: var(--main-color);
  color: #ffffff;
  font-size: 140%;
}

h2, h3, h4, h5, h6 {
  position: relative;
  z-index: 1;
  line-height: 1.75;
}

h2.special_title {
  margin: 0 0 50px;
  font-size: 190%;
  text-align: center;
}

h2.special_title::before {
  content: attr(eng);
  display: block;
  margin: 0 auto 5px;
  color: var(--main-color);
  font-size: 70%;
}

h2.special_title::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  margin: 15px auto 0;
  background: var(--sub-color);
}

@media screen and (max-width: 640px) {
	h2.special_title {
		font-size: 150%;
		margin: 0 0 30px;
	}
}

.tit01 {
  margin: 0 0 15px;
  color: var(--sub-color);
  font-size: 150%;
}

.tit02 {
  margin: 0 0 15px;
  padding: 10px;
  background: #ffffff;
  font-size: 120%;
  text-align: center;
}

.tit03 {
  margin-bottom: 18px;
  padding: 8px 35px 8px 65px;
  color: #fff;
  font-size: 120%;
  background: var(--sub-color);
  width: fit-content;
}

.tit03::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3rem;
  background: #fff;
  height: 1px;
  z-index: 1;
}

/* ----- MV下お知らせ ----- */
.notice {
    text-align: center;
    background: #73819b;
    color: #fff;
    width: fit-content;
    margin-inline: auto;
    margin-top: 40px;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 130%;
    font-family: "shippori-mincho", sans-serif;
}

@media screen and (max-width: 640px) {
    .notice {
		text-align: left;
		padding: 10px 20px;
		margin-top: 20px;
		font-size: 110%;
    }
}

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

  *おすすめ

================================================================================================================================== */
.recommend_list {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

.recommend_item {
  position: relative;
  z-index: 1;
  width: calc(50% - 10px);
}

.recommend_item .popular {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: var(--sub-color);
  border: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}

.recommend_item .title {
  padding: 15px 30px;
  background: var(--main-color);
  color: #ffffff;
  font-size: 140%;
  text-align: center;
}

.recommend_item .popular_title {
  padding: 15px 60px;
}

.recommend_item .title .white {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 15px;
  padding: 2px 15px;
  background: #ffffff;
  border-radius: 300px;
  color: var(--main-color);
  font-size: 14px;
}

.recommend_item .title .small {
  font-size: 75%;
}

.recommend_text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--line-color);
  border-style: none solid solid solid;
  font-size: 150%;
}

.recommend_text .price .num {
  display: inline-block;
  margin-right: 15px;
  font-size: 80%;
}

/* ==============================================
  *SP おすすめ
============================================== */
@media screen and (max-width: 640px) {
  .recommend_list {
    flex-flow: column;
  }

  .recommend_item {
    width: 100%;
  }

  .recommend_item .popular_title {
    padding: 15px 50px;
  }

  .recommend_text {
    padding: 20px;
  }
}

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

  *お悩みリスト

================================================================================================================================== */
.worries_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 20px 45px;
  padding: 40px;
  background: var(--bg-color);
}

.worries_list li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 40px;
  font-size: 130%;
}

.worries_list li::before {
  content: "\f14a";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: var(--main-color);
  font-size: 100%;
}

.worries_list.w100 li {
  width: 100%;
}

.worries_list.w100 li span {
  font-size: 80%;
}

/* ==============================================
  *SP お悩みリスト
============================================== */
@media screen and (max-width: 640px) {
  .worries_list {
    justify-content: flex-start;
    padding: 25px 30px;
  }

  .worries_list li {
    padding: 0 0 0 35px;
	font-size: 115%;
  }
}

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

  *院長の想い

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

  *当院の特徴

================================================================================================================================== */
.feature_list {
  display: flex;
  flex-flow: wrap;
  gap: 40px;
}

.feature_item {
  width: calc(50% - 40px * 1 / 2);
  display: flex;
  flex-flow: column;
}

.feature_inner {
  background: var(--bg-color);
  flex: 1;
  padding: 10px 20px 30px 20px;
}

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

.feature_title {
  margin-top: 20px !important;
  font-size: 150%;
  text-align: center;
  color: var(--main-color);
}

.feature_num {
    margin: 0 0 -36px 10px !important;
    font-size: 150%;
    font-family: var(--main-font);
    font-weight: 400;
    font-style: normal;
    z-index: 1;
}

.feature_num span {
  color: var(--sub-color);
  font-size: 200%;
  margin-left: .2em;
}

.feature_img {
  position: relative;
}

.feature_img::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  left: -10px;
  top: -43px;
  border-radius: 100vh;
}

.feature_img::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 96%;
  height: 94%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* ==============================================
  *SP 当院の特徴
============================================== */
@media screen and (max-width: 640px) {
  .feature_list {
    flex-flow: column;
    gap: 40px;
  }

	.feature_item {
		width: 100%;
	}
	
	.feature_title {
		font-size: 130%;
	}
}

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

  *追加費用

================================================================================================================================== */
.cost {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

.cost li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: calc(25% - 15px);
  height: auto;
  padding: 30px 20px;
  border: 1px solid var(--line-color);
  text-align: center;
}

.cost li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: linear-gradient(to bottom right, var(--main-color) 0, var(--main-color) 65%, #cfcfcf 65%, #cfcfcf 100%);
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
}

.cost li .title {
  margin: 15px 0 0;
  font-size: 130%;
  text-align: center;
}

.cost li .price {
  margin-top: 5px;
  font-size: 220%;
  line-height: 1.85;
}

.cost li .price span {
  display: inline-block;
  margin-right: 10px;
  color: var(--main-color);
  font-size: 70%;
}

.cost li .cautionary {
  color: #5b5b5b;
  font-size: 90%;
}

table.comparison tr:first-of-type > * {
  background: var(--main-color);
  color: #ffffff;
}

/* ==============================================
  *SP 追加費用
============================================== */
@media screen and (max-width: 640px) {
  .cost {
    gap: 10px;
  }

  .cost li {
    justify-content: flex-start;
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 400px) {
  .cost {
    gap: 15px;
  }

  .cost li {
    width: 100%;
  }
}

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

  *当院が選ばれる理由

================================================================================================================================== */
.reason_list {
  counter-reset: number 0;
}

.reason_item {
  display: flex;
}

.reason_item:not(:last-child) {
  margin: 0 0 20px;
}

.reason_title {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 10px;
  background: var(--main-color);
  color: #ffffff;
  font-size: 120%;
  text-align: center;
}

.reason_title::before {
  /* content: "Reason" counter(number); */
  content: "0" counter(number);
  counter-increment: number;
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: -1;
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  opacity: 0.3;
}

.reason_text {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 65%;
  padding: 10px 15px;
  background: var(--bg-color);
}

/* ==============================================
  *SP 当院が選ばれる理由
============================================== */
@media screen and (max-width: 640px) {
  .reason_item {
    flex-flow: wrap;
  }

  .reason_title {
    padding: 20px;
  }

  .reason_text {
    width: 100%;
    padding: 20px;
  }
}

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

  *料金表（タブ）

================================================================================================================================== */
.price_table tr:first-child th {
  background: var(--main-color);
  color: #ffffff;
}

.price_table tr:not(:first-child) th {
  background: #f1f1f1;
}

.price_table td {
  background: #ffffff;
}

.price_tab .tab_list li {
  min-height: auto;
  padding: 10px 20px;
}

.price_tab .price_img {
  margin: 0 auto 15px;
  text-align: center;
}

.price_tab .panel .cautionary {
  margin-top: 15px;
  font-size: 90%;
}

/* ==============================================
  *SP 料金表（タブ）
============================================== */
@media screen and (max-width: 640px) {
  .price_tab .tab_list {
    flex-flow: column;
    margin: 0 auto 10px;
  }

  .price_tab .tab_list li {
    width: 100%;
    padding: 5px 15px;
  }
}

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

  *施術の流れ

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

  *注意点・副作用・リスク

================================================================================================================================== */
.risk_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
  padding: 30px 40px;
  background: var(--bg-color);
}

.risk_list li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 35px;
  font-size: 115%;
}

.risk_list li::before {
  content: "\f071";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--main-color);
  letter-spacing: 0.1em;
}

/* ==============================================
  *SP
============================================== */
@media screen and (max-width: 640px) {
  .risk_list {
    padding: 30px 25px;
  }
}

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

  *よくある質問

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

  *WEB予約ボタン

================================================================================================================================== */
.webyoyaku {
  text-align: center;
}

.webyoyaku p {
  margin-bottom: 10px;
  font-size: 110%;
}

.webyoyaku_btn {
  animation: btnSize 0.5s ease-in-out infinite alternate;
}

.webyoyaku_btn a {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 500px;
  padding: 15px 20px;
  background-image: linear-gradient(25deg, rgb(63, 96, 163, 0.8), rgb(80, 128, 164, 0.8), rgb(91, 162, 165, 0.8), rgb(97, 196, 164, 0.8));
  border-radius: 300px;
  color: #ffffff;
  font-size: 120%;
  text-align: center;
  transition: filter 0.2s, opacity 0.2s;
}

.webyoyaku_btn a:hover {
  filter: brightness(1.2);
}

.webyoyaku_btn a::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 35px;
  z-index: 2;
  display: block;
  width: 32px;
  height: 7px;
  background: #ffffff;
  -webkit-mask: url(../images/btn_arrow.svg) no-repeat center/cover;
  mask: url(../images/btn_arrow.svg) no-repeat center/cover;
  transform: translateY(-50%);
  transition: right 0.2s;
}

.webyoyaku_btn a:hover::after {
  right: 30px;
}

@keyframes btnSize {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.025);
  }
}

/* ==============================================
  *SP WEB予約ボタン
============================================== */
@media screen and (max-width: 640px) {
  .webyoyaku_btn a {
    min-width: auto;
    padding: 15px 50px;
    font-size: 110%;
  }

  .webyoyaku_btn a::after {
    right: 20px;
    width: 23px;
    height: 5px;
  }

  .webyoyaku_btn a:hover:after {
    right: 15px;
  }
}
