@charset "UTF-8";

/* ------
  - *基本設定
  - *パンくずリスト
  - *ページ内リンク
  - *ページャー
  - *書式設定
  - *メインビジュアル
  - *タイトル
  - *お悩み
  - *選ばれる理由
  - *院長の想い
  - *施術の流れ
  - *費用
  - *よくある質問
  - *WEB予約ボタン
------ */
/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
body {
  background: linear-gradient(-90deg, rgba(197, 203, 217, 0.22) 1px, transparent 0) center / 250px;
}

.contents {
	max-width: 1200px;
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ank_single {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 140px;
}

.body_wrap {
  padding: 50px;
  padding: 60px 0;
}

.body_single {
  margin: 0;
}

#breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 50px;
  padding-top: 30px;
}

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

/* 背景ありコンテンツ */
.body_single:has(.section_bg) .body_wrap {
  padding-top: 80px;
  background: transparent;
}

.body_single:has(.section_bg) h2, .body_single:has(.section_bg) p {
  color: #fff;
}

.body_single:has(.section_bg) h2.special_title::after {
  color: rgb(255 255 255 / .1);
}

.body_single:has(.section_bg) {
  background: url(../images/feature_whole_bg_dummy.jpg) no-repeat left top/cover;
}
h2 {
	padding: 0;
}
main section {
	margin-bottom: 0!important;
}
.bold {
	font-weight: 600!important;
}
/* ==============================================
  *SP 基本設定
============================================== */
@media screen and (max-width: 640px) {
  main {
    padding-bottom: 100px;
  }
	main section {
		margin-bottom: 80px;
	}

  .inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }

  .body_wrap {
    padding: 50px 0 32px;
  }

  .ank_single {
    padding: 0 20px;
  }

  #breadcrumb {
    padding: 30px 20px 0;
  }
}

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

  *パンくずリスト

================================================================================================================================== */
.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-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: var(--bg-color);
  color: var(--text-color);
  font-size: 95%;
  text-align: center;
  transition: color 0.2s, background 0.2s;
}

.page_links li a:hover {
  background: #ffeeee;
}

.anklink li a {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid var(--main-color);
    font-weight: 600;
    color: var(--main-color);
    text-align: center;
    vertical-align: middle;
    transition: 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-style: normal;
}

.anklink li a:hover {
    background-color: var(--main-color);
    color: #fff;
}

/* 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 .body_wrap>*: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;
}
/* ==================================================================================================================================

  *メインビジュアル

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

#mainvisual::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(rgb(0 0 0 / .2), transparent);
  z-index: 1;
}

h1 {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .3), 0px 0px 16px rgba(0, 0, 0, .4), 0px 0px 50px rgba(0, 0, 0, .3);
}

.head_info_add {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .3), 0px 0px 16px rgba(0, 0, 0, .4), 0px 0px 50px rgba(0, 0, 0, .3);
}

.head_mv:before {
  z-index: 2;
}

.head_mv.pattern04 header {
  z-index: 10;
}

.head_mv.pattern04 .nav_wrap:not(.fixed) .nav_menu,
.head_mv.pattern04 header .head_info_tel {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .3), 0px 0px 16px rgba(0, 0, 0, .4), 0px 0px 50px rgba(0, 0, 0, .3);
}

/* ---------- MVの画像 ---------- */
.mv_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: brightness(100%) contrast(92%) saturate(92%);
}
.mv_img::after {
    content: '';
    position: absolute;
	inset: 0;
    background: rgba(255,255,255,0.03);
}

.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%;
  justify-content: flex-start!important;
}

.mv_contents .inner img {
  position: absolute;
  top: 55px;
  width: 850px;
}

.mv_contents .catch {
	position: absolute;
	top: 45%;
	z-index: 2;
	line-height: 1.8;
	font-size: 196%;
	transform: translateY(-50%);
	font-family: var(--font-type);
	letter-spacing: 0.18em;
	filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 15px #fff);
}
.mv_contents .catch span.main {
    font-size: 148%;
	color: var(--main-color);
}
.mv_contents .catch span.sub {
	display: inline-block;
    padding: 0 5px;
	font-size: 126%;
	color: var(--sub-color);
}

/* ----- テキストバナーエリア ----- */
.mv_contents .bnr_wrap {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 30px;
}

.bnr_wrap {
  display: flex;
  flex-flow: wrap;
  /*justify-content: center;*/
}

.bnr_wrap .bnr {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background: url(../images/mv_bnr_bg02.png) no-repeat center center / contain;
    width: 230px;
    height: 230px;
	margin: 0 -6px;
}

.bnr_wrap .bnr p {
	display: flex;
    flex-direction: column;
    justify-content: center;
	font-size: 18px;
    letter-spacing: 0.15em;
    font-family: var(--font-type);
    line-height: 1.5;
    text-align: center;
    margin: 0;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.18);
}
.bnr_wrap .bnr p span.main {
	/*color: var(--sub-color);*/
	font-size: 25px;
	display: contents;
}
.bnr_wrap .bnr p span.date {
	font-size: 12px;
	letter-spacing: 0.02em;
	display: contents;
}

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

/* ==============================================
  *SP メインビジュアル
============================================== */
@media screen and (max-width: 640px) {
  #mainvisual {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .mv_contents .catch {
	top: 54%;
	font-size: min(4.3vw, 24px);
  }

  .mv_contents .inner {
    margin: 0 auto;
    padding: 0;
	justify-content: center!important;
  }

  .mv_contents .inner img {
    position: absolute;
    top: 20%;
    width: 90%;
  }

  .mv_img:before {
    background: url(../images/kotoba_mv_before_sp.png) no-repeat;
    width: 300px;
    height: 174px;
  }

  .mv_img:after {
    background: url(../images/kotoba_mv_after_sp.png) no-repeat;
    width: 300px;
    height: 174px;
  }

  /* テキストバナーエリア */
	.mv_contents .bnr_wrap {
		bottom: 5px;
	}
	.bnr_wrap {
		justify-content: center;
		flex-wrap: nowrap;
	}
	.bnr_wrap .bnr {
		width: 38.33%;
		height: auto;
		aspect-ratio: 1 / 1;
		margin: 0 -12px;
        transform: scale(1.03);
	}
	.bnr_wrap .bnr p {
		font-size: 13px;
	}
	.bnr_wrap .bnr:nth-child(2) p {
		line-height: 1.2;
	}
	.bnr_wrap .bnr p span.main {
		font-size: 15px;
	}
	.bnr_wrap .bnr p span.date {
		font-size: 68%;
		letter-spacing: 0.01em;
	}
}

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

  *タイトル

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

h2.special_title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
	font-size: 200%;
	padding-bottom: 20px;
	letter-spacing: 0.15em;
}
h2.special_title span {
    display: block;
    margin-bottom: 5px;
    font-family: var(--font-type-en);
    color: var(--sub-color);
    font-size: 60%;
}
h2.special_title::before {
	content: none;
}
/*h2.special_title {
  position: relative;
  margin: 0 0 52px !important;
  padding-top: 78px !important;
  line-height: 1.4;
  font-size: 190%;
  text-align: center;
}

body:not(.home):not(.post-template-default) h2.special_title::before {
  width: 55px;
  height: auto;
  aspect-ratio: 37 / 43;
  content: none;
}

h2.special_title::after {
  position: absolute;
  top: 77%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  content: attr(eng) !important;
  display: block !important;
  width: 100%;
  margin: 0 auto 5px;
  border: none;
  line-height: 1;
  letter-spacing: .1em;
  color: rgb(103 88 75 / .05);
  font-size: 350%;
  text-transform: uppercase;
}*/

h3 {
	width: fit-content;
    margin: 50px 0 17px;
    padding: 7px 25px;
    background: var(--main-color);
    color: #fff;
    font-size: 120%;
}

@media screen and (max-width: 640px) {
	h2.special_title {
		font-size: 150%;
	}
}
/* ==================================================================================================================================

  *お悩み

================================================================================================================================== */
#worries {
	padding: 40px 0 120px;
    margin-top: -3px;
    position: relative;
    z-index: 1;
    background-image: 
        linear-gradient(to bottom, #ffffff 0%, #ffffff 15px, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 100%), 
        url(../images/worries_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 0!important;
}
#worries::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ffffff;
    z-index: 10;
}
#worries h2.special_title {
	border-bottom: unset;
	position: relative;
}
#worries h2.special_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
	background: linear-gradient(to right, rgba(164,85,21,0) 0%, rgba(164,85,21,0.5) 50%, rgba(164,85,21,0) 100%);
}
.worries_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 10px 45px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgb(163 85 21 / 90%);
  box-shadow: 
        0 2px 4px rgba(164, 85, 21, 0.02),
        0 10px 20px rgba(164, 85, 21, 0.04),
        0 30px 60px rgba(164, 85, 21, 0.06);
  border-radius: 2px;
}

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

.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(--sub-color);
  font-size: 100%;
}

.worries_text {
  text-align: center;
  margin: 50px 0;
  font-family: m-plus-rounded-1c, sans-serif;
  font-size: 130%;
  font-weight: 500;
}

.worries .tit {
	position: relative;
    line-height: 1.75;
    font-size: 160%;
    text-align: center;
	font-family: var(--font-type);
	letter-spacing: 0.13em;
	margin: 50px 0 60px;
    font-weight: 700;
    color: #854411;
	letter-spacing: 0.15em;
	position: relative;
}
.worries .tit::before,
.worries .tit::after {
    content: "";
    display: block;
    width: 1100px;
    height: 1px;
    background: #a45515;
    margin: 18px auto;
    opacity: 0.5;
}
.worries .frame02 {
	background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(15px) saturate(120%);
    backdrop-filter: blur(15px) saturate(120%);
    border-radius: 4px;
    padding: 50px;
    text-align: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.02),
        0 15px 35px rgba(164, 85, 21, 0.05),
        0 30px 60px rgba(0, 0, 0, 0.05);
}
.worries .frame02::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid rgba(164, 85, 21, 0.15);
    pointer-events: none;
    border-radius: 2px;
}
.worries .frame02 p {
	font-size: 16px;
	
}
.worries .frame02 .btn01 {
	padding-top: 8px;
}
.worries .pick {
	font-size: 130%;
	color: #91614a;
	font-weight: 600;
}
.worries .yellowline {
	color: #74695E !important; 
    text-decoration: underline;
    text-decoration-color: rgba(210, 190, 160, 0.4); 
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
	font-weight: 600;
}
/* ==============================================
  *SP お悩み
============================================== */
@media screen and (max-width: 640px) {
	#worries {
		padding: 20px 0 80px;
	}
	.worries .tit {
		font-size: 126%;
		margin: 30px 0 40px;
	}
	.worries_list {
		justify-content: flex-start;
		padding: 25px 30px;
	}

	.worries_list li {
		padding: 0 0 0 25px;
		font-size: 100%;
	}

	.worries_text {
		text-align: left;
		font-size: 100%;
	}
	.worries .frame02 {
		padding: 30px;
	}
	.worries .tit::before,
	.worries .tit::after {
		width: 100%;
	}
	.worries .frame02 p {
		font-size: 15px;
		text-align: left;
		margin-bottom: 10px;
	}
	.worries .frame02 .btn01 {
		padding-bottom: 6px;
	}
}
/* ==================================================================================================================================

  *選ばれる理由

================================================================================================================================== */
#reason {
	background-color: #fcfbf9;
    padding: 100px 0 130px;
    overflow: hidden;
}
.feature_list {
	display: flex;
	gap: 80px 30px;
	flex-flow: wrap
}

.feature_item {
	display: flex;
    align-items: center;
    position: relative;
	margin-bottom: 50px;
}

.feature_img {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 44%;
}
.feature_img::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
	background-color: var(--main-color);
    z-index: -1;
	opacity: 0.9;
}
.feature_inner {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 100%;
    height: fit-content;
    margin-left: -50px; 
	flex: 1;
    z-index: 2;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
	padding: 40px 46px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
    transform: translateY(60px);
}
.feature_item:nth-child(even) {
    flex-direction: row-reverse; 
}
.feature_item:nth-child(even) .feature_inner {
    margin-left: 0;
    margin-right: -70px;
}
.feature_item:nth-child(even) .feature_img::before {
    right: auto;
    left: -10px;
}
.feature_item:nth-child(even) .feature_num {
    left: auto;
    right: 20px;
}
.feature_title {
    margin-bottom: 30px;
    padding: 0 0 22px;
	background-image: linear-gradient(90deg, rgb(235 144 58 / 50%) 0 16%, rgba(224, 224, 224, 0.55) 16%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: bottom;
}
.feature_title .feature_num {
    position: absolute;
    top: -60px; 
    left: auto;
    right: -40px;
    font-family: 'Playfair Display', serif;
    font-size: 10rem;
	color: rgb(235 144 57 / 42%);
    line-height: 1;
    font-weight: 700;
    z-index: -1;
}
.feature_item:nth-child(even) .feature_num {
    right: auto;
    left: -40px;
}
.feature_title h3 {
	font-size: 176%;
	line-height: 1.75;
	background: unset;
	color: #634a36;
	margin: 0;
	padding: 0;
	text-shadow:
		1px 1px 0 #fff,
		-1px 1px 0 #fff,
		1px -1px 0 #fff,
		-1px -1px 0 #fff;
}
.feature_button {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-top: auto;
    padding-top: 40px;
}

.btn_eng > * {
    position: relative;
    display: inline-block;
    padding: 12px 50px;
    background: linear-gradient(to right, transparent 50%, var(--main-color) 50%);
    background-position: 0;
    background-size: 205%;
    border: 1px solid var(--sub-color);
    border-radius: 100000px;
    box-sizing: content-box;
	font-family: var(--font-type-en);
    color: var(--sub-color);
    font-size: 100%;
    font-size: 90%;
    letter-spacing: 0.15em;
    text-align: center;
    vertical-align: bottom;
    transition: background 0.3s, color 0.3s, border 0.3s;
}
/* ==============================================
  *SP 選ばれる理由
============================================== */
@media screen and (max-width: 640px) {
	#reason {
		padding: 40px 0 10px;
		margin-bottom: 0!important;
	}
	.feature_list {
		gap: 0;
	}
	.feature_item, 
	.feature_item:nth-child(even) {
		flex-direction: column;
		align-items: center;
		margin-bottom: 60px;
	}
	.feature_img {
		width: 100%;
		margin-bottom: 0;
	}
	.feature_inner {
		margin: -40px auto 0;
		padding: 30px 20px;
		transform: none !important;
	}
	.feature_item:nth-child(odd) .feature_inner,
	.feature_item:nth-child(even) .feature_inner {
		margin-left: auto;
		margin-right: auto;
	}
	.feature_title {
		position: relative;
		z-index: 1;
		padding: 18px 0 20px;
		margin-bottom: 20px;
	}
	.feature_title .feature_num,
	.feature_item:nth-child(even) .feature_num {
		display: block !important;
		position: absolute;
		top: -64px; 
		right: 0;
		left: -8px;
		z-index: 1; 
		line-height: 1;
		font-size: 6.8rem;
	}
	.feature_title h3 {
		position: relative;
		z-index: 2;
		font-size: 142%;
		line-height: 1.6;
	}
	.feature_item:nth-child(even) .feature_img::after {
        right: auto;
        left: 10px;
    }
	.feature_img::before {
		bottom: 28px;
		height: 190px;
	}
	.feature_item:nth-child(even) .feature_img::before {
		right: -10px;
		left: 10px;
	}
}
/* ==================================================================================================================================

  *院長の想い

================================================================================================================================== */
#message {
	padding: 100px 0 120px;
}
#message .contents {
	position: relative;
}
#message .contents::before {
	content: "";
    position: absolute;
    top: 5px;
    right: -110px;
    display: block;
    width: calc(52% - 270px);
    height: 450px;
    background: url(../images/logo.svg) no-repeat top right;
    opacity: 0.15;
	z-index: -1;
}
#message h2.special_title {
	border-bottom: unset;
}
#message h2.special_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 76%;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, rgba(164, 85, 21, 0.1) 20%, rgba(229, 228, 226, 0.8) 50%, rgba(164, 85, 21, 0.1) 80%, transparent 100%);
}
.greeting_flex {
    display: flex;
    gap: 50px;
	align-items: center;
}
.greeting_flex > .greeting_text {
    flex-shrink: 0;
    width: 60%;
}

.greeting_flex > .greeting_text .greeting_tit {
	font-family: var(--font-type);
	font-size: 128%;
	margin-bottom: 35px;
	letter-spacing: 0.18em;
}
.greeting_profile {
    margin: 40px auto 0;
    font-family: var(--font-type);
    text-align: center;
    line-height: 1.75;
}
.greeting_profile .position {
    font-size: 150%;
}
.greeting_profile .position img {
    width: 70%;
    max-width: 250px;
    margin: 0 auto 30px;
}
.greeting_profile .name {
    font-size: 170%;
}

/* ==============================================
  *SP 院長の想い
============================================== */
@media screen and (max-width: 640px) {
	#message {
		padding: 40px 0;
		margin-bottom: 0!important;
		overflow: hidden;
	}
	#message .contents::before {
		top: -70px;
		right: -120px;
		width: 85%;
		height: 490px;
	}
	.greeting_flex {
		gap: 25px;
        flex-flow: column-reverse;
	}
	.greeting_flex > .greeting_text {
        width: 100%;
    }
	.greeting_profile .position img {
		max-width: 190px;
		margin: 0 auto 16px;
	}
	.greeting_profile .name {
		font-size: 165%;
	}
	.greeting_flex > .greeting_text .greeting_tit {
		font-size: 120%;
		margin-bottom: 25px;
		letter-spacing: 0.16em;
	}
}
/* ==================================================================================================================================

  *流れ

================================================================================================================================== */
#flow {
	margin-bottom: 0!important;
	padding: 70px 0 120px;
	background: #fff;
}
.flow {
  position: relative;
  z-index: 1;
  padding: 40px;
  background: rgba(255, 235, 217, 0.75);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.flow_box {
	display: flex;
	gap: 30px;
	padding: 20px 0 20px;
	position: relative;
	margin-bottom: 50px;
}

.flow_box:first-of-type {
  padding-top: 0;
}

.flow_box:last-child {
  padding-bottom: 0;
}
.flow_number {
    position: relative;
}
.flow_number::before {
	content: "";
    position: absolute;
    top: 55px;
    left: 50%;
    z-index: -1;
    width: 1px;
    height: 100%;
    border-right: none;
    background: linear-gradient(to bottom, #a4551569, transparent);
    transform: translateX(-50%);
}
#flow .flow_number * {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 50px;
	background: unset;
	color: var(--sub-color);
	font-size: 240%;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	font-style: italic;
	padding: 3px 0 0;
	line-height: 1;
}
/*#flow .flow_number::after {
    content: "";
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, var(--main-color), transparent);
}*/
.flow_box:last-of-type .flow_number::before {
  display: none;
}

.flow_inner {
  width: calc(100% - 80px);
}

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

#flow .flow_title {
	display: block;
	margin-bottom: 15px;
	padding: 7px 4px 17px;
	background: unset;
	border: none;
	border-radius: 0;
	color: #333;
	font-size: 180%;
	line-height: 1;
	position: relative;
}
#flow .flow_title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: url(../images/line_01.svg) repeat-x -73px / cover;
	opacity: 0.8;
}
.flow_sub_title {
  width: fit-content;
  margin-bottom: 15px;
  padding: 5px 20px;
  background: var(--main-color);
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 100%;
}
@media screen and (max-width: 640px) {
	#flow {
		padding: 20px 0 50px;
        margin-bottom: 0 !important;
        position: relative;
	}
	#flow .flow {
		padding: 20px 10px;
	}

  .flow_box {
    gap: 20px;
    padding: 20px 0;
  }
	.flow_number {
		width: 50px;
		height: 50px;
	}
	.flow_number::before {
		height: 380px;
		background: linear-gradient(to bottom, 
            #a4551569 0%,
            #a4551569 70%,
            transparent 100%
        );
	}
	#flow .flow_title {
		padding: 6px 4px 17px;
		font-size: 150%;
	}
	#flow .flow_number * {
		font-size: 190%;
		padding: 4px 0 0;
	}

  .flow_inner {
    width: calc(100% - 60px);
  }

  .flow_title {
    padding: 4px 15px;
  }
}
/* ==================================================================================================================================

  *費用

================================================================================================================================== */
#price {
	background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #faf9f6 5px, #faf9f6 10px);
	padding: 120px 0 60px;
	margin-bottom: 0!important;
	background-color: #fff;
}
#price .contents {
	background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 50px;
    margin-bottom: 60px;
    box-shadow: 0 15px 40px rgba(164, 85, 21, 0.05); 
    position: relative;
    z-index: 1;
	border-radius: 4px;
}

#price h2.special_title {
    border-bottom: none !important;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
	margin: 0!important;
}

#price h2.special_title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
	height: 1px;
	background: linear-gradient(
		to right, 
		transparent 0%, 
		rgba(164, 85, 21, 0.1) 20%,
		rgba(229, 228, 226, 0.8) 50%,
		rgba(164, 85, 21, 0.1) 80%, 
		transparent 100%
	);
}

.cost {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  padding: 30px 0;
}

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

.cost li .title {
  margin: 15px 0 10px;
  font-size: 134%;
  text-align: center;
  line-height: 1.4;
  font-family: var(--font-type-en);
  color: var(--sub-color);
  letter-spacing: 0.12em;
}
.cost li .title span {
	font-size: 85%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cost li .price {
  margin-top: 15px;
  line-height: 1.85;
  text-align: left;
  font-size: 14px;
}

.cost li .price span {
  display: inline-block;
  margin-right: 10px;
  color: var(--main-color);
  font-size: 70%;
}
.cost li img {
	mask-image: linear-gradient(
		to bottom,
		rgba(0,0,0,0.8),
		rgba(0,0,0,0)
	);
	-webkit-mask-image: linear-gradient(
		to bottom,
		rgba(0,0,0,0.8),
		rgba(0,0,0,0)
	);
	filter: brightness(1.1) saturate(0.9);
}
#price .line {
	background: rgba(235, 144, 58, 0.1);
    border-bottom: 2px solid #e1903a; 
    font-weight: 600;
    font-size: 1.1em;
    padding: 2px 4px;
    color: #4A433B;
    display: inline-block;
    line-height: 1.2;
}
/* ==============================================
  *SP 費用
============================================== */
@media screen and (max-width: 640px) {
	#price {
		padding: 60px 20px 20px;
	}
	#price .contents {
		padding: 30px 20px;
	}
	#price h2.special_title {
		padding-bottom: 15px;
	}
	#price .line {
		padding: 5px 4px;
	}
	#price .line {
		font-size: 14px;
		display: inline;
	}
	.cost {
		flex-direction: column;
		gap: 10px;
		padding: 0;
	}

	.cost li {
		width: 100%;
		padding: 5px;
	}
	.cost li img {
		width: 70%;
	}
}
/* ==================================================================================================================================

  *よくある質問

======================================================================================================================================= */
#faq {
	padding: 80px 0 120px;
}
.accordion dl dt {
	font-weight: 500;
}
.accordion.faq dl dt > div {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 15px 50px 15px 60px;
	cursor: pointer;
	transition: background 0.2s;
}

.accordion.faq dl dt>div::before {
	content: "Q.";
	position: absolute;
	top: 28px;
	left: 20px;
	font-size: 140%;
	line-height: 1;
	color: var(--main-color);
}

.accordion.faq dl dd>div {
	position: relative;
	z-index: 1;
	padding: 15px 25px 15px 60px;
}

.accordion.faq dl dd>div:before {
	content: "A.";
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 140%;
	line-height: 1;
	color: var(--sub-color);
}
.accordion.faq dl dt.open,
.accordion.faq dl dt:hover {
	background: var(--sub-color)!important;
	color: #ffffff;
}
.accordion dl dt.open::after,
.accordion dl dt:hover::before,
.accordion dl dt:hover::after {
    background: #ffffff;
}
.accordion.faq dl dt.open>div::before,
.accordion.faq dl dt:hover > div::before {
	color: #ffffff;
}
.accordion dl dt:hover {
    background: #eaeaea;
}
/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
	#faq {
		padding: 50px 0 60px;
	}
  .accordion dl dt::before {
    right: 20px;
    width: 12px;
  }

  .accordion dl dt::after {
    right: 20px;
    width: 12px;
  }

  .accordion dl dt>div {
    padding: 15px 40px 15px 15px;
  }

  .accordion dl dd>div {
    padding: 15px;
  }

  /* ----- FAQアコーディオン ----- */
  .accordion.faq dl dt>div {
    padding: 15px 40px 15px 50px;
  }

  .accordion.faq dl dd>div {
    padding: 15px 15px 15px 50px;
  }
}

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

  *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: #ff7d00;
  border-radius: 300px;
  color: #ffffff;
  font-size: 130%;
  text-align: center;
  transition: filter 0.2s, opacity 0.2s;
  font-family: m-plus-rounded-1c, sans-serif;
}

.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 30px;
    font-size: 100%;
  }

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

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

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

  *その他

================================================================================================================================== */
.frame01 {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  background: rgb(103 88 75 / 70%);
}

.frame01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #ffffff;
  transform: translate(-50%, -50%);
}

.frame01 p {
  color: #fff;
  letter-spacing: .1em;
  font-size: 110%;
  text-align: center;
}

/*ボタン*/
.fixed_btn {
	padding: 0;
	box-shadow: -8px 0 12px rgba(0,0,0,0.08);
}
.fixed_btn_message {
	position: absolute;
    bottom: 100%;
    left: 0;
    right: -80px;
	padding: 12px;
    font-size: 15px;
    z-index: 1;
    text-align: center;
    white-space: nowrap;
	color: var(--text-color);
	font-family: var(--font-type);
	letter-spacing: 0.17em;
	box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.08);
}
.fixed_btn_message::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% + 80px);
	background: #fff;
	inset: 0;
	background-image: url(../images/line_01.svg), repeating-linear-gradient(135deg, transparent, transparent 5px, #faf9f6 5px, #faf9f6 10px);
	background-repeat: repeat-x, no-repeat;
	background-size: auto 4px, cover;
}
.fixed_btn_message span {
	font-size: 19px;
	letter-spacing: 0.15em;
	margin: 0 5px;
	color: #733706;
}
.pagetop {
	padding-top: 0;
}

@media screen and (min-width: 641px) {
  .img_size_m img {
    max-width: 800px;
  }
}

@media screen and (max-width: 640px) {
  .frame01 {
    padding: 28px 24px;
  }

  .frame01 p {
    font-size: 100%;
  }
	.fixed_btn {
		box-shadow: unset;
	}
	.fixed_btn_message {
		padding: 8px 0 4px;
		font-size: 13px;
		right: 0;
		box-shadow: unset;
	}
	.fixed_btn_message span {
		font-size: 16px;
	}
	.pagetop {
		bottom: 105px;
	}
}

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

image-compare-viewer

================================================================================================================================== */
.comparison_wrap {
  position: relative;
  max-width: 700px;
  margin: 0 auto 24px;
	text-align: center;
}

.comparison_wrap .before, .comparison_wrap .after {
  position: absolute;
  z-index: 1;
  padding: 10px 40px;
  bottom: 8px;
  left: 0;
  background: #fff;
  line-height: 1;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.comparison_wrap .after {
  left: auto;
  right: 0;
}

img-comparison-slider.rendered {
  outline: none !important;
}

.comparison_wrap02 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comparison_wrap02::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f04b";
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--main-color);
  text-align: center;
}

.comparison_wrap02 .before,
.comparison_wrap02 .after {
  width: 48%;
}

.comparison_wrap02:has(.between) .before,
.comparison_wrap02:has(.between) .between,
.comparison_wrap02:has(.between) .after {
  width: calc(92% / 3);
}

.comparison_wrap02:has(.between)::before {
  left: 32.8%;
  font-size: 25px;
}

.comparison_wrap02:has(.between)::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f04b";
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 32.8%;
  transform: translate(50%, -50%);
  color: var(--main-color);
  text-align: center;
}

/* ==============================================
  *SP image-compare-viewer
============================================== */
@media screen and (max-width: 640px) {
  .comparison_wrap .before, .comparison_wrap .after {
    padding: 8px 14px;
  }

  .comparison_wrap02 {
    flex-direction: column;
    gap: 50px 0;
  }

  .comparison_wrap02::before {
    font-size: clamp(20px, 6vw, 30px);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .comparison_wrap02 .before,
  .comparison_wrap02 .after {
    width: 100%;
  }

  .comparison_wrap02:has(.between) .before,
  .comparison_wrap02:has(.between) .between,
  .comparison_wrap02:has(.between) .after {
    width: 100%;
  }

  .comparison_wrap02:has(.between)::before {
    top: 32.7%;
    left: 50%;
    font-size: clamp(20px, 6vw, 30px);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .comparison_wrap02:has(.between)::after {
    top: 67.6%;
    left: 50%;
    right: unset;
    font-size: clamp(20px, 6vw, 30px);
    transform: translate(-50%, -50%) rotate(90deg);
  }
}