/*
Theme Name: oyamatsu-clinic
Description: oyamatsu-clinic theme
 */

/* ============================
	color
============================ */
:root {
  --color-main: #695446;
  --color-accent: #8B9F2D;
}

/* ============================
	fonts
============================ */
.mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

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

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

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

.eng-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.num-medium {
  font-family: "Work Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}


/* ============================
	common
============================ */
#wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* ============================
	sp-menu
============================ */
#sp-menu {
  box-sizing: border-box;
  position: fixed;
  transition: all 0.3s ease;
  top: 84px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: calc(100vh - 90px);
  padding: 30px 20px 40px;
  opacity: 0;
  pointer-events: none;
  z-index: 1001;
  overflow-y: auto;
}

#sp-menu.opening {
  transition: all 0.3s ease;
  opacity: 1;
  pointer-events: auto;
}

#sp-menu ul {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

#sp-menu .menu-item {
  border-bottom: 1px solid #D6D6D6;
}

#sp-menu .menu-item a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  padding: 20px 40px 20px 0;
  position: relative;
}

#sp-menu .menu-item a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('./images/common/btn_arrow_b.svg') no-repeat center / contain;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 0;
}

#sp-clinic-info {
  width: 100%;
  max-width: 750px;
  margin: 30px auto 0;
  padding-bottom: 50px;
}

#sp-clinic-info .clinic-addr h3 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}

#sp-clinic-info .clinic-addr p {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin: 10px 0 0;
}

#sp-clinic-info .clinic-close {
  margin-top: 20px;
}

#sp-clinic-info .clinic-close h3 {
  display: inline-block;
  font-size: 1.4rem;
  padding: 10px 15px;
  margin: 0 0 10px;
  background-color: #F2EEE8;
}

#sp-clinic-info .clinic-close p {
  font-size: 1.2rem;
  margin: 0;
}

#sp-clinic-info .clinic-timetable {
  margin-top: 20px;
}

#sp-clinic-info .clinic-timetable table {
  margin: 0;
  border: 1px solid #B8B4B2;
  border-radius: 5px;
  overflow: hidden;
}

#sp-clinic-info .clinic-timetable table tr th,
#sp-clinic-info .clinic-timetable table tr td {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  border-top: none;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  border-left: none;
  padding: 15px 6px;
}

#sp-clinic-info .clinic-timetable table tr th {
  background-color: transparent;
  font-weight: 500;
  border-right: 1px solid #5C514A;
  border-bottom: 1px solid #5C514A;
}

#sp-clinic-info .clinic-timetable table tr:first-child {
  color: #fff;
  background-color: var(--color-main);
}

#sp-clinic-info .clinic-timetable table tr th:last-child,
#sp-clinic-info .clinic-timetable table tr td:last-child {
  border-right: none;
}

#sp-clinic-info .clinic-timetable table tr:last-child td {
  border-bottom: none;
}

#sp-clinic-info .clinic-timetable table tr td .round,
#sp-clinic-info .clinic-timetable table tr td .round-b,
#sp-clinic-info .clinic-timetable table tr td .border {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 0;
  box-sizing: border-box;
  position: relative;
}

#sp-clinic-info .clinic-timetable table tr td.num-medium {
  letter-spacing: 0.1em;
}

#sp-clinic-info .clinic-timetable table tr td.num-medium .saturday {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 8px;
}

#sp-clinic-info .clinic-timetable table tr td .round:before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}

#sp-clinic-info .clinic-timetable table tr td .round-b:before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background-color: var(--color-accent);
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}

#sp-clinic-info .clinic-timetable table tr td .border:before {
  content: "";
  width: 10px;
  height: 2px;
  margin-top: -1px;
  margin-left: -5px;
  background-color: #BFBFBF;
  position: absolute;
  top: 50%;
  left: 50%;
}

#sp-sns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  margin-top: 30px;
}

#sp-sns-box a {
  display: inline-block;
  line-height: 0;
}

/* btn-hamburger */
#btn-hamburger {
  position: relative;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 1000;
  cursor: pointer;
  transition: all .3s ease;
  flex-shrink: 0;
}

#btn-hamburger .border {
  position: absolute;
  left: 15px;
  transition: opacity, transform 0.3s ease;
  background: var(--color-main);
  width: 30px;
  height: 2px;
  margin-top: -1px;
  z-index: 1;
}

#btn-hamburger .border:first-child {
  top: calc(50% - 4px);
}

#btn-hamburger .border:nth-child(2) {
  transform: rotate(0);
  opacity: 0;
  top: 50%;
}

#btn-hamburger .border:nth-child(3) {
  top: calc(50% + 4px);
}

#btn-hamburger.opening .border:first-child {
  transform: rotate(30deg);
  top: 50%;
}

#btn-hamburger.opening .border:nth-child(2) {
  opacity: 0;
}

#btn-hamburger.opening .border:nth-child(3) {
  top: 50%;
  transform: rotate(-30deg);
}

@media screen and (min-width: 1121px) {
  #sp-menu {
    display: none;
  }

  #btn-hamburger {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #sp-menu {
    top: 70px;
    height: calc(100vh - 70px);
  }

  #btn-hamburger {
    height: 50px;
  }
}

/* ============================
	header
============================ */
#header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#header.h-fixed {
  position: fixed;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

#header .h-inner {
  align-items: center;
  column-gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
  padding: 12px 20px 12px 15px;
  background: #fff;
  transition: all .3s ease;
}

#header #h-site-logo .img-box a img {
  width: auto;
  height: 72px;
}

#h-gnav-box.flex-start {
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}

#h-gnav-box>ul>li {
  line-height: 1.2;
}

#h-gnav-box .menu-item {
  position: relative;
}

#h-gnav-box .menu-item>a {
  color: #1D1613;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 12px 23px;
  margin-bottom: -13px;
  display: inline-block;
}

#h-gnav-box .menu-item:last-child::after {
  display: none;
}

#h-gnav-box .menu-item:last-child a {
  padding-right: 0;
}

#h-gnav-box .h-contact-box {
  margin-left: 25px;
}

#h-gnav-box .h-contact-box .contact-primary-btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  width: 150px;
  padding: 12px 10px;
  box-sizing: border-box;
  background-color: var(--color-accent);
  border-radius: 90px;
}

#h-subnav-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

#h-sns-box {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

#h-sns-box a {
  display: inline-block;
  line-height: 0;
}

@media screen and (max-width: 1120px) {
  #h-gnav-box {
    display: none;
  }
  #h-gnav-wrap {
    display: none;
  }
  #h-sns-box {
    display: none;
  }
  #header #h-site-logo .img-box a img {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  #header .h-inner {
    padding: 10px 10px 10px 5px !important;
  }

  #header #h-site-logo .img-box a img {
    height: 50px;
  }
}

.nav-dropdown-menu {
  display: none;
  position: fixed;
  top: 98px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 40px 0;
  z-index: 1000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#nav-dropdown-medical .nav-dropdown-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

#nav-dropdown-cosmetic .nav-dropdown-inner {
  display: block
}

.nav-dropdown-menu .nav-dropdown-inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 10px;
  padding: 40px 0;
}

#nav-dropdown-cosmetic .nav-dropdown-inner ul {
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-dropdown-menu .nav-dropdown-inner ul li {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}

.nav-dropdown-menu .nav-dropdown-inner ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--color-main);
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.nav-dropdown-menu .nav-dropdown-inner .nav-term-title {
  color: var(--color-main);
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 0;
}

/* ============================
	footer
============================ */
#footer {
  background-color: #F2EEE9;
}

#copyright {
  padding: 80px 0;
}

#copyright p {
  text-align: center;
  font-size: 1.6rem;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  #footer {
    padding-bottom: 52px;
  }
}

@media screen and (max-width: 767px) {
  #copyright {
    padding: 50px 0;
  }
}


/* ============================
	mainvisual
============================ */
.mainvisual {
  width: 100%;
  position: relative;
  margin-top: 98px;
}

#top-mv #top-slider .slick-slide {
  width: 100%;
  height: calc(100vh - 98px);
  max-height: 700px;
}

#top-mv #top-slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top-mv .mv-inner {
  position: absolute;
  top: 68px;
  left: 50px;
  z-index: 20;
}

#top-mv .mv-inner #mv-ttl {
  margin: 0;
}

#page-mv .mv-inner {
  background-color: #F2EEE9;
  background-image: url('./images/common/page_mv.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 100px;
  position: relative;
}

#page-mv .mv-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#page-mv .content-width {
  position: relative;
  z-index: 2;
}

#page-mv .page-ttl {
  color: #fff;
  text-align: left;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0;
}

@media screen and (max-width: 1120px) {
  .mainvisual {
    margin-top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    margin-top: 70px;
  }

  #top-mv #top-slider .slick-slide {
    width: 100%;
    height: auto;
    max-height: 630px;
    aspect-ratio: 375 / 315;
  }

  #top-mv .mv-inner {
    top: unset;
    bottom: 30px;
    left: 20px;
  }

  #page-mv .mv-inner {
    padding: 50px 0 50px;
  }

  #page-mv .page-ttl {
    font-size: 2.6rem;
  }
}

/* ============================
	section
============================ */
.sec-inner {
  padding: 100px 0;
}

.sec-inner.p-top-only {
  padding-bottom: 0;
}

.sec-ttl-box {
  margin-bottom: 60px;
  position: relative;
}

.sec-ttl-box.add-sub-ttl {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-bottom: 15px;
  position: relative;
}

.sec-ttl-box.add-sub-ttl::before,
.sec-ttl-box.add-sub-ttl::after {
  content: "";
  width: 100%;
  background-color: #D8D2CD;
  position: absolute;
  left: 0;
}

.sec-ttl-box.add-sub-ttl::before {
  height: 3px;
  bottom: 4px;
}

.sec-ttl-box.add-sub-ttl::after {
  height: 1px;
  bottom: 0;
}

.sec-ttl {
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0;
}

.sec-sub-ttl {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0;
}

.large-sec-ttl {
  display: flex;
  align-items: flex-end;
  column-gap: 10px;
  font-size: 5rem;
  line-height: 1.4;
  padding-top: 60px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.large-sec-ttl span {
  flex-shrink: 0;
}

.large-sec-ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D8D2CD;
  flex-grow: 1;
}

.large-sec-ttl-bg {
  color: #EBE7E1;
  font-size: 12rem;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.large-sec-ttl-bg.white-bg {
  color: #F8F8F8;
}

.ttl-type-a {
  font-size: 3.8rem;
  line-height: 1.4;
  margin: 0 0 50px;
  position: relative;
  padding-left: 24px;
}

.ttl-type-a::before {
  content: "";
  width: 6px;
  height: 60px;
  background-color: var(--color-main);
  margin-top: -30px;
  border-radius: 90px;
  position: absolute;
  top: 50%;
  left: 0;
}

.ttl-type-b {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0 0 15px 5px;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.ttl-type-b::before {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-main);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.ttl-type-b::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #E8E8E8;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ttl-type-c {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
  background: var(--color-main);
  background: linear-gradient(90deg, rgba(131, 202, 183, 1) 0%, rgba(0, 153, 213, 1) 100%);
  padding: 15px 20px;
  margin: 0 0 30px;
  border-radius: 10px;
}

.content-width {
  box-sizing: border-box;
  width: 100%;
  max-width: 1064px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec-inner {
    padding: 60px 0;
  }

  .sec-ttl-box {
    margin-bottom: 30px;
  } 

  .sec-ttl {
    font-size: 2.8rem;
  }

  .large-sec-ttl {
    font-size: 3rem;
    padding-top: 20px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }

  .large-sec-ttl-bg {
    font-size: 4rem;
  }

  .ttl-type-a {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .ttl-type-a::before {
    width: 4px;
    height: 50px;
    margin-top: -25px;
  }

  .ttl-type-b {
    font-size: 1.6rem;
  }

  .ttl-type-c {
    font-size: 2rem;
  }
}

/* ============================
	btn / link
============================ */
.btn-box {
  margin-top: 50px;
}

.btn-box.center {
  text-align: center;
}

.btn-box.right {
  text-align: right;
}

.btn-box .btn-primary {
  display: inline-block;
}

.btn-box .btn-primary .btn-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-box .btn-primary .btn-arrow::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url('./images/common/btn_arrow_b.svg') no-repeat center / contain;
  line-height: 0;
}

.btn-box .btn-primary .btn-arrow .btn-text {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  padding: 3px 0;
  border-bottom: 1px solid #4A5052;
}

.btn-box .btn-secondary {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}

.btn-box .btn-secondary .btn-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-box .btn-secondary .btn-arrow::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url('./images/common/btn_arrow_b.svg') no-repeat center / contain;
  line-height: 0;
}

.btn-box .btn-round {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  width: 100%;
  max-width: 360px;
  background-color: var(--color-accent);
  padding: 28px 64px 28px 34px;
  border-radius: 90px;
  box-sizing: border-box;
  position: relative;
}

.btn-box .btn-round::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url('./images/common/btn_arrow_g.svg') no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -30px;
}

.btn-box .btn-round.btn-outbound::before {
  display: none;
}

.btn-box .btn-round.btn-outbound .outbound-icon {
  display: inline-block;
  margin-left: 4px;
  margin-top: -4px;
}

.outbound-link {
  display: inline-block;
  color: var(--color-main)!important;
  position: relative;
  padding-right: 18px;
}

.outbound-link::before {
  content: "";
  width: calc(100% - 18px);
  height: 1px;
  background-color: var(--color-main);
  position: absolute;
  bottom: 0;
  left: 0;
}

.outbound-link::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url('./images/common/icon_outbound_link.svg') no-repeat center / contain;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 0;
}

.fixed-btn-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  column-gap: 10px;
  z-index: 100;
}

.fixed-btn-container .fixed-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  color: #fff;
  font-weight: 700;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid var(--color-main);
}

.fixed-btn-container .fixed-btn.access-btn {
  color: var(--color-main);
  background-color: #fff;
}

.fixed-btn-container .fixed-btn.online-btn {
  color: #fff;
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.fixed-btn-container .fixed-btn.online-btn .img-box {
  padding: 4px 0;
}

.fixed-btn-container .fixed-btn.line-btn {
  color: #fff;
  background-color: var(--color-main);
}

.fixed-btn-container .fixed-btn p {
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 0;
  letter-spacing: 0.05em;
  min-height: calc(2em * 1.25);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1120px) {
  .fixed-btn-container {
    width: 100%;
    top: unset;
    right: 0;
    bottom: 0;
    flex-direction: row;
    gap: 0;
  }

  .fixed-btn-container .fixed-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    width: calc(100% / 3)!important;
    height: auto;
    border-radius: 10px 10px 0 0;
    padding: 15px 8px;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .btn-box {
    margin-top: 40px;
  }

  .btn-box .btn-round {
    font-size: 1.6rem;
    max-width: 320px;
    padding: 22px 64px 22px 44px;
  }

  .btn-box .btn-round::before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }

  .fixed-btn-container .fixed-btn .img-box img {
    width: auto;
    height: auto;
    max-width: 25px;
    max-height: 25px;
  }

  .fixed-btn-container .fixed-btn p {
    font-size: 1.2rem;
  }
}

/* ============================
	breadcrumb
============================ */
.breadcrumbs {
  padding: 4px 0 0;
  font-size: 1.3rem;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #AAAAAA;
}

.breadcrumbs span {
  color: #AAAAAA;
}

.breadcrumbs a,
.breadcrumbs a span {
  color: #AAAAAA;
}

.breadcrumbs-box {
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 4px;
}

.breadcrumbs-box>span {
  padding-left: 23px;
  padding-right: 15px;
  position: relative;
}
.breadcrumbs-box>span::before {
  content: "";
  width: 8px;
  height: 12px;
  background: url('./images/common/arrow_breadcrumbs.svg') no-repeat center / contain;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 0;
}
.breadcrumbs-box>span:first-child {
  padding-left: 0;
}
.breadcrumbs-box>span:first-child::before {
  display: none;
}
.breadcrumbs-box>span:last-child {
  padding-right: 0;
}


@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.2rem;
  }
  .breadcrumbs-box>span {
    padding-left: 18px;
    padding-right: 10px;
  }
}

/* ============================
	pagenavi
============================ */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin: 50px 0 0;
  font-size: 1.6rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: bold;
  line-height: 1;
  color: var(--color-main);
  border: 2px solid var(--color-main);
  text-align: center;
  transition: all 0.3s ease;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
  background: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
  opacity: 1;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  transition: all 0.3s ease;
}

.wp-pagenavi .extend {
  width: 1em;
  color: var(--color-main);
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}

.wp-pagenavi .extend::after {
  content: "…";
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  text-indent: -999999px;
  vertical-align: middle;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
}

.wp-pagenavi .previouspostslink::after {
  transform: rotate(225deg);
}

.wp-pagenavi .nextpostslink::after {
  transform: rotate(45deg);
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
  border-color: #fff;
}

.result_count {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.4rem;
  color: var(--color-main);
}

/* ============================
	post parts
============================ */
.post-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.post-date {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.post-cats {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-cats.flex-start {
  justify-content: flex-start;
  align-items: center;
}

.post-cat {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  min-width: 120px;
  background-color: #F4F0E7;
  padding: 8px 8px;
  border-radius: 120px;
}

@media screen and (max-width: 767px) {
  .post-cat {
    font-size: 1.2rem;
    min-width: 100px;
  }

  .post-date {
    font-size: 1.4rem;
  }
}

/* ============================
	news list
============================ */
.news-item {
  padding: 25px 0;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.news-item:first-child {
  padding-top: 0;
}

.news-item .post-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .news-item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px!important;
  }
  .news-item .post-ttl {
    font-size: 1.4rem!important;
  }
}

/* ============================
	card list
============================ */
.card-list {
  margin-top: -30px;
  margin-left: -80px;
}

.card-item {
  width: 280px;
  margin-top: 30px;
  margin-left: 80px;
}

.card-item .post-thumb img {
  width: 100%;
}

.card-item .post-info {
  margin-top: 20px;
}

.card-item .post-ttl {
  font-size: 1.5rem;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .card-item {
    width: 100%;
  }
}

/* ============================
	contact form
============================ */
.contact-box .contact-table {
  margin-top: 40px;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.contact-box .contact-table dl {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 20px 0;
}

.contact-box .contact-table dl dt {
  width: 30%;
  font-weight: 700;
  padding-top: 5px;
  padding-right: 30px;
  box-sizing: border-box;
}

.contact-box .contact-table dl dt p {
  margin: 0;
}

.contact-box .contact-table dl dd {
  margin: 0;
  width: 70%;
}

.contact-box .contact-table dl dd p {
  margin: 0;
}

.contact-box .required {
  display: inline-block;
  color: #e21414;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  padding-left: 4px;
}

.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="email"],
.contact-box input[type="tel"],
.contact-box input[type="url"],
.contact-box input[type="number"],
.contact-box textarea {
  background-color: #f5f5ef;
  border-radius: 5px;
  box-sizing: border-box;
}

.contact-box textarea {
  resize: none;
  line-height: 1.5;
  height: calc((5em * 1.5) + 0.4em);
}

#consent-box {
  margin-top: 30px;
}

#consent-box p {
  margin: 0;
  text-align: center;
}

#consent-box .consent-item .wpcf7-list-item {
  margin: 0;
}

#consent-box .consent-item .wpcf7-list-item label {
  display: flex;
  align-items: center;
  column-gap: 12px;
  width: fit-content;
  line-height: 1.5;
  cursor: pointer;
}

#consent-box .consent-checkbox {
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

#consent-box .consent-checkbox:checked {
  background-color: var(--color-main);
}

#consent-box .consent-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.contact-box .your-content {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

#submit-box .wpcf7-response-output {
  text-align: center;
}

#submit-box {
  position: relative;
  margin: 40px auto;
}

#submit-box .wpcf7-submit {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 300px;
  background-color: var(--color-accent);
  padding: 32px 64px;
  border: none;
  border-radius: 90px;
  box-sizing: border-box;
}

#submit-box .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 10px;
}

#submit-box .wpcf7-submit:disabled {
  opacity: 0.7;
}

#btn-submit {
  text-align: center;
}

#btn-submit p {
  margin: 0;
}

.contact-note {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 15px;
  margin: 0;
  background-color: #F2EEE8;
}

@media screen and (max-width: 767px) {
  .contact-main-text {
    font-size: 1.4rem;
  }

  .contact-box input[type="text"],
  .contact-box input[type="password"],
  .contact-box input[type="email"],
  .contact-box input[type="tel"],
  .contact-box input[type="url"],
  .contact-box input[type="number"],
  .contact-box textarea {
    font-size: 1.4rem;
    width: 100%;
  }

  .contact-box .contact-table {
    padding: 15px 20px;
  }

  .contact-box .contact-table dl {
    flex-direction: column;
    padding: 15px 0;
  }

  .contact-box .contact-table dl dt {
    font-size: 1.4rem;
    width: 100%;
    padding: 0;
  }

  .contact-box .contact-table dl dd {
    font-size: 1.4rem;;
    width: 100%;
  }

  #consent-box .consent-item .wpcf7-list-item label {
    font-size: 1.4rem;
  }

  #submit-box .wpcf7-submit {
    max-width: 300px;
    padding: 22px 64px;
  }
}

/* ============================
	clinic-info
============================ */
#clinic-info {
  overflow: hidden;
  padding-top: 5px;
  border-top: 2px solid #D8D2CD;
}

#clinic-info .sec-inner {
  border-top: 1px solid #D8D2CD;
  padding-top: 50px;
  padding-bottom: 0;
}

.clinic-info-content {
  display: flex;
  justify-content: space-between;
}

.clinic-info-content .gmap-box {
  width: calc(50% - 20px);
}

.clinic-info-content .gmap-box iframe {
  width: 100%;
  height: 410px;
}

.clinic-info-content .gmap-box .route-btn-box {
  margin-top: 20px;
}

.clinic-info-content .gmap-box .route-info-btn {
  display: inline-block;
  color: #fff;
  width: 100%;
  max-width: 220px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.25;
  background-color: var(--color-main);
  padding: 12px 44px 12px 24px;
  border-radius: 90px;
  box-sizing: border-box;
  position: relative;
}

.clinic-info-content .gmap-box .route-info-btn::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url('./images/common/btn_arrow_b.svg') no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
}

.clinic-info-content .gmap-box p {
  font-size: 1.4rem;
  margin: 20px 0 0;
}

.clinic-info-content .text-box {
  width: calc(50% - 20px);
}

.clinic-info-content .text-box .clinic-logo {
  margin: 0;
  line-height: 0;
}

.clinic-info-content .text-box .clinic-addr {
  margin-top: 30px;
}

.clinic-info-content .text-box .clinic-addr h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}

.clinic-info-content .text-box .clinic-addr p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin: 10px 0 0;
}

.clinic-info-content .text-box .clinic-close {
  margin-top: 20px;
}

.clinic-info-content .text-box .clinic-close h3 {
  display: inline-block;
  font-size: 1.6rem;
  padding: 10px 15px;
  margin: 0 0 10px;
  background-color: #F2EEE8;
}

.clinic-info-content .text-box .clinic-close p {
  font-size: 1.2rem;
  margin: 0;
}

.clinic-info-content .text-box .clinic-timetable {
  margin-top: 20px;
}

.clinic-info-content .text-box .clinic-timetable table {
  margin: 0;
  border: 1px solid #B8B4B2;
  border-radius: 5px;
  overflow: hidden;
}

.clinic-info-content .text-box .clinic-timetable table tr th,
.clinic-info-content .text-box .clinic-timetable table tr td {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  border-top: none;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  border-left: none;
  padding: 15px 10px;
}

.clinic-info-content .text-box .clinic-timetable table tr th {
  background-color: transparent;
  font-weight: 500;
  border-right: 1px solid #5C514A;
  border-bottom: 1px solid #5C514A;
}

.clinic-info-content .text-box .clinic-timetable table tr:first-child {
  color: #fff;
  background-color: var(--color-main);
}

.clinic-info-content .text-box .clinic-timetable table tr th:last-child,
.clinic-info-content .text-box .clinic-timetable table tr td:last-child {
  border-right: none;
}

.clinic-info-content .text-box .clinic-timetable table tr:last-child td {
  border-bottom: none;
}

.clinic-info-content .text-box .clinic-timetable table tr td .round,
.clinic-info-content .text-box .clinic-timetable table tr td .round-b,
.clinic-info-content .text-box .clinic-timetable table tr td .border {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 0;
  box-sizing: border-box;
  position: relative;
}

.clinic-info-content .text-box .clinic-timetable table tr td.num-medium {
  letter-spacing: 0.1em;
}

.clinic-info-content .text-box .clinic-timetable table tr td.num-medium .saturday {
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 8px;
}

.clinic-info-content .text-box .clinic-timetable table tr td .round:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.clinic-info-content .text-box .clinic-timetable table tr td .round-b:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  background-color: var(--color-accent);
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.clinic-info-content .text-box .clinic-timetable table tr td .border:before {
  content: "";
  width: 16px;
  height: 2px;
  margin-top: -1px;
  margin-left: -8px;
  background-color: #BFBFBF;
  position: absolute;
  top: 50%;
  left: 50%;
}

.clinic-reserve-content {
  color: #fff;
  background: var(--color-accent);
  margin-top: 70px;
  padding: 40px 60px 50px;
  position: relative;
}

.clinic-reserve-content::after {
  content: "";
  width: 100vw;
  height: 50%;
  background-color: #F2EEE9;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.clinic-reserve-content .clinic-reserve-text {
  font-size: 1.8rem;
  text-align: center;
  margin: 0;
}

.clinic-reserve-content .reserve-box {
  display: flex;
  gap: 15px 10px;
  margin-top: 40px;
}

.clinic-reserve-content .reserve-box a {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 100%;
  padding: 25px 30px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 90px;
  box-sizing: border-box;
}

.clinic-reserve-content .reserve-box a.online-btn::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url('./images/common/icon_cv_online.svg') no-repeat center / contain;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 10px;
}

.clinic-reserve-content .reserve-box a.line-btn::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url('./images/common/icon_cv_line.svg') no-repeat center / contain;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 10px;
}

@media screen and (max-width: 1023px) {
  .clinic-info-content {
    flex-direction: column-reverse;
    row-gap: 24px;
  }

  .clinic-info-content .gmap-box {
    width: 100%;
  }

  .clinic-info-content .gmap-box iframe {
    width: 100%;
    aspect-ratio: 335 / 200;
  }

  .clinic-info-content .text-box {
    width: 100%;
    padding-left: 0;
  }

  .clinic-reserve-content .reserve-box {
    flex-direction: column;
  }

  .clinic-reserve-content .reserve-box a {
    font-size: 1.6rem;
    max-width: 290px;
    margin: 0 auto;
  }

  .clinic-reserve-content .reserve-box a.reserve-btn::before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    left: 20px;
  }

  .clinic-reserve-content .reserve-box a.monshin-btn::before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .clinic-info-content .gmap-box iframe {
    aspect-ratio: 335 / 298;
    height: auto;
  }

  .clinic-info-content .text-box .clinic-addr h3 {
    font-size: 1.4rem;
  }

  .clinic-info-content .text-box .clinic-addr p {
    font-size: 1.4rem;
  }

  .clinic-info-content .text-box .clinic-sns-link {
    column-gap: 15px;
    margin-top: 30px;
  }

  .clinic-info-content .text-box .clinic-timetable {
    margin-top: 30px;
  }

  .clinic-info-content .text-box .clinic-timetable table tr th,
  .clinic-info-content .text-box .clinic-timetable table tr td {
    font-size: 1.3rem;
    padding: 15px 6px;
  }

  .clinic-info-content .text-box .clinic-timetable table tr td .round,
  .clinic-info-content .text-box .clinic-timetable table tr td .round-b,
  .clinic-info-content .text-box .clinic-timetable table tr td .border {
    width: 14px;
    height: 14px;
  }

  .clinic-info-content .text-box .clinic-timetable table tr td .round:before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
  }

  .clinic-info-content .text-box .clinic-timetable table tr td .round-b:before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
  }

  .clinic-info-content .text-box .clinic-timetable table tr td .border:before {
    width: 10px;
    margin-left: -5px;
  }

  .clinic-info-content .text-box .clinic-close h3 {
    font-size: 1.4rem;
  }

  .clinic-reserve-content {
    flex-direction: column;
    row-gap: 40px;
    margin-top: 40px;
    padding: 40px 30px;
  }

  .clinic-reserve-content .text-box {
    width: 100%;
    padding: 0;
  }

  .clinic-reserve-content .text-box .clinic-reserve-ttl {
    font-size: 2rem;
  }

  .clinic-reserve-content .clinic-reserve-text {
    font-size: 1.6rem;
  }
}

/* ============================
	plan archive
============================ */
#archive-medical + #archive-worries .sec-inner,
#archive-worries + #archive-plan .sec-inner {
  padding-top: 0;
}

/* ============================
	plan / worries
============================ */
.plan-search-ttl {
  font-size: 3.8rem;
  line-height: 1.4;
  margin: 0 0 50px;
  position: relative;
  padding-left: 24px;
}

.plan-search-ttl::before {
  content: "";
  width: 6px;
  height: 60px;
  background-color: var(--color-main);
  margin-top: -30px;
  border-radius: 90px;
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .plan-search-ttl {
    font-size: 2.4rem;
    padding-left: 22px;
    margin-bottom: 40px;
  }

  .plan-search-ttl::before {
    width: 4px;
    height: 40px;
    margin-top: -20px;
  }
}

/* ============================
	plan single
============================ */
.sec-plan .sec-inner {
  padding-bottom: 0;
}

.plan-content-ttl-box {
  margin-bottom: 30px;
}

.plan-content-ttl {
  color: var(--color-main);
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .plan-content-ttl {
    font-size: 2.4rem;
  }
}

/* ============================
	plan single / 施術例
============================ */
#plan-examples .plan-example + .plan-example {
  margin-top: 60px;
}

#plan-examples .plan-example-container {
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
}

#plan-examples .plan-example-container::before {
  content: "";
  width: 15px;
  height: 24px;
  background: url('./images/common/icon_border_arrow.svg') no-repeat center / contain;
  position: absolute;
  top: calc(50% + 23px);
  left: 50%;
  transform: translate(-50%, -50%);
}

#plan-examples .plan-example-container .label-box {
  margin-bottom: 10px;
}

#plan-examples .plan-example-container .example-label {
  display: inline-block;
  color: var(--color-main);
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  background: #f5f5ef;
  padding: 2px 20px;
  min-width: 110px;
  box-sizing: border-box;
}

#plan-examples .plan-example-container >* {
  width: calc(50% - 25px);
}

#plan-examples .plan-example-container + .txt-box {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #plan-examples .plan-example + .plan-example {
    margin-top: 60px;
  }

  #plan-examples .plan-example-container {
    flex-direction: column;
  }

  #plan-examples .plan-example-container::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  #plan-examples .plan-example-container .example-label {
    font-size: 1.6rem;
  }

  #plan-examples .plan-example-container >* {
    width: 80%;
  }

  #plan-examples .plan-example-container + .txt-box {
    margin-top: 30px;
  }
}

/* ============================
	plan single / 料金表
============================ */
#plan-price_tables .attention-text-box {
  margin: 20px 0 0;
}

#plan-price_tables .attention-text-box .price-text {
  font-size: 1.4rem;
  text-align: right;
  margin: 0;
}

#plan-price_tables .attention-text-box .attention-text {
  font-size: 1.4rem;
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #plan-price_tables .attention-text-box .price-text {
    font-size: 1.3rem;
  }

  #plan-price_tables .attention-text-box .attention-text {
    font-size: 1.3rem;
  }
}

/* ============================
	plan single / FAQ
============================ */
#plan-faqs .question {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-bottom: 16px;
	padding: 11px 8px 9px 50px;
	font-size: 16px;
	font-weight: bold;
	color: var(--color-main);
	background: #f5f5ef;
}
#plan-faqs .answer + .question {
	margin-top: 20px;
}
#plan-faqs .question::before {
  content: "Q";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 1.6em;
  height: 1.6em;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  color: var(--color-main);
  background: #fff;
  border-radius: 50%;
  text-align: center;
}

#plan-faqs .answer {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 2px 0 2px 50px;
  margin: 0;
}
#plan-faqs .answer::before {
  content: "A";
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  margin: 0;
  width: 1.6em;
  height: 1.6em;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-main);
  background: #f5f5ef;
  border-radius: 50%;
  text-align: center;
}

#plan-faqs .answer p:first-child {
  margin-top: 0;
}
/* ============================
	plan single / 料金表
============================ */
.price-table {
	width: 100%;
  margin-top: 40px;
	margin-bottom: 40px;
}

.price-table:last-child {
  margin-bottom: 0;
}

.price-table th {
	background: #f5f5ef;
}

.price-table td {
	vertical-align: middle;
	text-align: right;
	width: 25%;
}

@media screen and (max-width: 767px) {
  .price-table {
    table-layout: fixed;
    width: 100%;
  }

  .price-table th {
    min-width: 100px;
    width: 50%;
    line-height: 1.25;
    font-size: 1.4rem;
    vertical-align: middle;
  }

  .price-table td {
    min-width: 90px !important;
    width: auto;
    white-space: normal;
    font-size: 1.4rem;
  }
}

/* ============================
	plan single / 施術の流れ
============================ */
#plan-flows .plan-flow-content {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 5px 0 10px 70px;
	background: #fff;
}
#plan-flows .plan-flow-content .label-box {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 52px;
  padding: 5px 0;
  background: var(--color-main);
}
#plan-flows .plan-flow:last-child .plan-flow-content .label-box {
  padding: 10px 0 0;
}
#plan-flows .plan-flow-content .label-box::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: rotate(45deg);
  z-index: 2;
}
#plan-flows .plan-flow:last-child .plan-flow-content .label-box::after {
  display: none;
}
#plan-flows .plan-flow-content .label-box .label-box-inner {
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 100%;
}
#plan-flows .plan-flow-content .label-box .label-box-inner .label {
  display: table-cell;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

#plan-flows .plan-flow-content .img-box {
  max-width: 540px;
  margin-bottom: 20px;
}
#plan-flows .plan-flow-content .ttl-box .flow-ttl {
	font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  #plan-flows .plan-flow-content {
    padding: 5px 0 10px 56px;
  }
  #plan-flows .plan-flow-content .label-box {
    width: 42px;
  }
  #plan-flows .plan-flow-content .label-box .label-box-inner .label {
    font-size: 1.4rem;
  }
  #plan-flows .plan-flow-content .ttl-box .flow-ttl {
    font-size: 1.6rem;
  }
}

/* ============================
	plan single / 関連施術
============================ */



/* ============================
	medical-menu
============================ */
.medical-menu-content .medical-menu-about {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 60px;
}

.medical-menu-content .medical-menu-ttl {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 45px;
  position: relative;
  padding-bottom: 15px;
}

.medical-menu-content .medical-menu-ttl::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #D8D2CD;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.medical-menu-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .medical-menu-wrap.col2-menu {
    flex-direction: row;
  }

  .medical-menu-wrap.col2-menu .medical-menu-box {
    width: calc((100% - 20px) / 2);
  }
}

.medical-menu-wrap .medical-menu-box {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #D8D2CD;
  border-radius: 10px;
}

.medical-menu-wrap .medical-menu-box h2,
.medical-menu-wrap .medical-menu-box h3 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.2;
  background-color: var(--color-main);
  margin: 0;
  padding: 20px 25px;
  border-radius: 10px 10px 0 0;
}

.medical-menu-wrap .medical-menu-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px 10px;
  padding: 40px 25px;
}

@media screen and (min-width: 768px) {
  .medical-menu-wrap.col2-menu .medical-menu-box ul {
    grid-template-columns: 1fr 1fr;
  }
}

.medical-menu-wrap .medical-menu-box ul li {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}

.medical-menu-wrap .medical-menu-box ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--color-main);
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.medical-menu-wrap .medical-menu-box.method .menu-method-wrap {
  padding: 10px 40px 40px;
}

.medical-menu-wrap .medical-menu-box.method .menu-method-inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #F0EAE4;
}

.medical-menu-wrap .medical-menu-box.method .menu-method-inner h4 {
  font-size: 2.2rem;
  font-weight: 500;
  width: 25%;
  margin: 0;
}

.medical-menu-wrap .medical-menu-box.method .menu-method-inner ul {
  width: 75%;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .medical-menu-content .medical-menu-about {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }

  .medical-menu-content .medical-menu-ttl {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }

  .medical-menu-wrap .medical-menu-box h3 {
    text-align: center;
    font-size: 2rem;
    padding: 15px 20px;
  }

  .medical-menu-wrap .medical-menu-box ul {
    padding: 30px 20px;
    grid-template-columns: 1fr 1fr;
  }

  .medical-menu-wrap .medical-menu-box ul li {
    font-size: 1.6rem;
    padding-left: 20px;
  }

  .medical-menu-wrap .medical-menu-box ul li::before {
    width: 12px;
    height: 12px;
    top: 5px;
  }

  .medical-menu-wrap .medical-menu-box.method .menu-method-wrap {
    padding: 10px 20px 40px;
  }

  .medical-menu-wrap .medical-menu-box.method .menu-method-inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }

  .medical-menu-wrap .medical-menu-box.method .menu-method-inner h4 {
    font-size: 1.8rem;
    width: 100%;
  }

  .medical-menu-wrap .medical-menu-box.method .menu-method-inner ul {
    width: 100%;
    grid-template-columns: 1fr 1fr
  }
}