@charset "UTF-8";

/* CSS Document */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  scroll-behavior: smooth;
}

:root {
  --text-color: #333333;
  --text-pink: #ffa3af;
  --bg-pink: #ffdee2;
  --text-blue: #45dae3;
  --bg-blue: #ddfdff;
  --def: "Zen Maru Gothic", serif;
  --en: "Zen Old Mincho", serif;
}

body {
  color: var(--text-color);
  background-image: url(../img/bg01.webp);
  background-repeat: repeat;
  font-family: var(--def);
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.4rem, 3.7vw, 1.8rem);
  line-height: 2;
  text-align: center;
}

.en {
  font-family: var(--en);
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

a {
  color: #333333;
}

a:hover {
  opacity: 0.7;
}

a.clarity:hover {
  opacity: 1;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.is-hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.white {
  color: #ffffff;
}

.left {
  text-align: justify;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 600;
}

.fadeInUpTrigger {
  opacity: 0;
}

header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #ffffff;
}

.header_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px;
  gap: 20px;
}

header .logo {
  max-width: 160px;
  width: calc(100% - 100px);
}

.header_right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header_right-upper {
  height: 52px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.insta {
  width: 27px;
}

.fb {
  width: 14px;
}

/* ham_menu */
.ham_btn {
  position: fixed;
  cursor: pointer;
  width: 54px;
  height: 54px;
  z-index: 999;
  margin: 0;
  top: 3px;
  right: 3px;
  background-color: var(--text-pink);
}

.ham_btn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 12px;
  height: 1px;
  background: #ffffff;
  width: 30px;
}

.ham_btn span:nth-of-type(1) {
  top: 18px;
}

.ham_btn span:nth-of-type(2) {
  top: 27px;
}

.ham_btn span:nth-of-type(3) {
  top: 36px;
}

.ham_btn.active span:nth-of-type(1) {
  top: 23px;
  left: 12px;
  transform: translateY(6px) rotate(-45deg);
  width: 40px;
}

.ham_btn.active span:nth-of-type(2) {
  opacity: 0;
}

.ham_btn.active span:nth-of-type(3) {
  top: 34px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 40px;
}

.nav_wrap {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--bg-pink);
  overflow-y: auto;
  padding: 60px 20px;
}

.nav_wrap ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}

.nav_wrap li {
  list-style: none;
  text-align: center;
  font-size: clamp(1.6rem, 4vw, 2.0rem);
  line-height: 1;
  padding: 12px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #333333;
}

.nav_wrap li a {
  color: #333333;
  text-decoration: none;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.nav_wrap.show {
  right: 0;
}

.nav_wrap nav.sp_nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 540px;
}

.nav_wrap .sp_menu_btnWrap {
  gap: 40px;
  justify-content: center;
}

.nav_wrap nav.sp_nav .tel {
  color: #333333;
  display: block;
  max-width: 400px;
  margin: 0 auto;
}



/* MV */
.MV {
  position: relative;
  margin-top: 60px;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.MV_slide {
  width: 100%;
}

.MV_text {
  width: 90%;
  max-width: 620px;
  position: absolute;
  left: 5%;
  bottom: 5%;
  text-align: justify;
  line-height: 1.5;
  font-weight: 900;
  text-shadow: 0 0 20px rgba(255, 255, 255, 1);
  letter-spacing: 0rem;
}

/* 共通 */
section {
  position: relative;
  padding: min(10vw, 120px) 0;
  margin-bottom: min(10vw, 120px);
}

.section_ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 auto;
  font-family: var(--en);
}

.section_ttl span {
  font-size: clamp(2.0rem, 6vw, 3.0rem);
  margin: 0 auto;
  font-weight: 500;
  position: relative;
  padding-left: min(8vw, 60px);
  font-family: var(--def);
  word-break: keep-all;
  text-align: left;
}

.section_ttl span::before {
  content: "";
  width: min(7vw, 50px);
  height: 4px;
  background-color: var(--text-blue);
  position: absolute;
  top: clamp(2.0rem, 3vw, 3.0rem);
  left: 0;
  transform: translateY(-50%);
}

.inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(5vw, 80px);
}

.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(5vw, 80px);
}

#top_news {
  margin-bottom: 0;
  padding: min(10vw, 60px) 0;
  ;
}

#top_news .inner {
  background-color: var(--bg-pink);
  padding: min(10vw, 80px) min(5vw, 80px);
  position: relative;
}

#top_news .inner::before {
  content: "";
  width: 96%;
  height: 96%;
  border: min(1vw, 3px) solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

#top_news .section_ttl {
  align-items: center;
  font-size: clamp(3.0rem, 4vw, 5.0rem);
  display: flex;
  border-bottom: 3px solid #ffffff;
  width: 80%;
  max-width: 260px;
  padding-bottom: min(5vw, 40px);
}

#top_news .section_ttl span {
  font-family: var(--def);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  padding: 0;
}

#top_news .section_ttl span::before {
  display: none;
}

.news_list-inner {
  height: 200px;
  overflow-y: scroll;
  z-index: 2;
}

.news_list-inner ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
  line-height: 2;
  font-weight: 700;
}

.news_list-inner::-webkit-scrollbar {
  width: 12px;
}

.news_list-inner::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.news_list-inner::-webkit-scrollbar-thumb {
  background-color: var(--text-pink);
}

.news_list-inner::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

#top_about {
  background-image: url(../img/bg_02.webp);
  background-size: cover;
}

.hospital {
  background-color: #eafff5;
}

.section_ttl .en {
  color: #2fa255;
  font-family: var(--en);
  padding: 0;
  font-size: clamp(1.4rem, 3.4vw, 1.8rem);
}

.section_ttl .en::before {
  display: none;
}

.hospital .section_ttl span::before {
  background-color: #2fa255
}

.content_wrap {
  display: flex;
  flex-direction: column;
  gap: min(8vw, 80px);
}

.content {
  display: flex;
  flex-direction: column;
  gap: min(5vw, 40px);
}

.content_textWrap {
  display: flex;
  flex-direction: column;
  gap: min(5vw, 40px);
  text-align: justify;
}

.hospital .content_ttl {
  padding: min(23vw, 120px) 0 min(3vw, 20px);
  font-size: clamp(2.0rem, 6vw, 3.0rem);
  line-height: 1;
  border-bottom: 1px solid #2fa255;
  margin: 0 auto;
  position: relative;
}

.hospital .content_ttl::before {
  content: "";
  height: min(21vw, 105px);
  aspect-ratio: 58/105;
  background-image: url(../img/deco01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.more {
  width: 80%;
  max-width: 233px;
  margin: 0 auto;
}

.bnr {
  width: 100%;
  max-width: 890px;
  margin: min(8vw, 80px) auto 0;
}

.private {
  background-color: #fee0e3;
}

.private .section_ttl .en {
  color: var(--text-color);
}

.private .section_ttl span::before {
  background-color: var(--text-pink);
}

#top_menu .inner {
  background-color: #ddfdff;
  padding: min(10vw, 80px) min(5vw, 80px);
}

#top_menu .section_ttl {
  align-items: flex-end;
}

#top_menu .section_ttl .en {
  color: var(--text-color);
  margin: 0 0 0 auto;
}

#top_menu .menu_item a {
  display: block;
  width: 80%;
  margin: 0 auto 0 0;
  position: relative;
}

#top_menu .menu_item a::after {
  content: "";
  width: min(4vw, 28px);
  aspect-ratio: 1;
  background-image: url(../img/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#top_menu .menu_item a h3 {
  padding: 10px 0;
  font-weight: 900;
}

#top_menu .menu_item p {
  width: 95%;
  margin: 0 0 0 auto;
  font-size: clamp(1.4rem, 3.4vw, 1.6rem);
}

.company {
  background-color: #eafff5;
}

.company .section_ttl span::before {
  background-color: #2fa255
}

.company .content {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.company .company_left {
  display: flex;
  flex-direction: column;
  gap: min(8vw, 80px);
}

dl {
  width: 100%;
  margin: 40px auto 20px;
  font-size: clamp(1.4rem, 3.4vw, 1.6rem);
}

dt,
dd {
  padding: 14px 2%;
  border-bottom: 1px solid #2fa255;
}

.contact {
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact .inner {
  background-color: #fee0e3;
  position: relative;
  padding: min(10vw, 80px) min(5vw, 80px);
}

.contact .section_ttl::after {
  content: "";
  height: min(21vw, 105px);
  aspect-ratio: 58/105;
  background-image: url(../img/deco01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 105%;
}

.contact .section_ttl {
  position: relative;
}

.contact .section_ttl .en {
  color: var(--text-color);
}

.contact .section_ttl span::before {
  background-color: var(--text-pink);
}

.contact .section_ttl:nth-of-type(2)::after {
  display: none;
}

.contact .section_lead {
  display: flex;
  flex-direction: column;
  gap: min(5vw, 40px);
}

.contact_btn--wrap {
  display: flex;
  flex-direction: column;
  gap: min(5vw, 40px);
  margin: 40px auto;
  width: 100%;
}

.contact_btn {
  position: relative;
  width: 80%;
  max-width: 280px;
  margin: 0px auto;
}

.contact_btn a:hover {
  opacity: 1;
}

.contact_btn a::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  transition: background-color 0.3s ease;
  z-index: 10;
  left: 0;
  top: 0;
}

.contact_btn a:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.map {
  height: min(70vw, 745px);
}

.map iframe {
  display: block;
}

footer {
  background-color: #ddfdff;
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
}

.footer_inner {
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 40px 0;
}

.footer_logo {
  width: 80%;
  max-width: 340px;
  margin: 0 auto;
}

.footer_body {
  display: flex;
  flex-direction: column;
  gap: min(8vw, 80px);
  width: 100%;
}

.footer_body .sns {
  display: flex;
  flex-direction: row;
  gap: min(8vw, 80px);
  justify-content: center;
}

footer ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  font-size: clamp(1.4rem, 3.4vw, 1.6rem);
}

footer ul li {
  position: relative;
}

footer ul.sub_menu {
  width: auto;
  max-width: 230px;
  margin: 0 0 0 auto;
}

footer ul.sub_menu li {
  width: auto;
}

#go_top {
  position: fixed;
  bottom: 10px;
  right: 5px;
  width: 40px;
  z-index: 50;
}

.cr {
  padding: 10px;
  background-color: var(--text-pink);
  color: #ffffff;
  font-size: clamp(1.4rem, 3.4vw, 1.6rem);
}

/* pcスタイル */
@media screen and (min-width: 960px) {
  .sp_none {
    display: block;
  }

  .pc_none {
    display: none;
  }

  header {
    height: 100px;
    line-height: 1.2;
  }

  .header_inner {
    justify-content: space-between;
    gap: 80px;
    position: relative;
    z-index: 5;
  }

  header .logo {
    width: 20%;
    max-width: 343px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 0 0 20px;
  }

  .header_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 300px);
    max-width: 1280px;
    height: 100%;
    padding-right: 10px;
    gap: 2vw;
  }

  .header_right-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
  }

  .header_right-upper {
    display: flex;
    justify-content: flex-end;
  }

  .header_right-upper .tel {
    max-width: 270px;
  }

  .pc_nav {
    width: 100%;
  }

  .pc_nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pc_nav ul li {
    position: relative;
  }

  .pc_nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    line-height: 1;
    font-size: min(1vw, 1.6rem);
    font-weight: 700
  }

  header .mail {
    max-width: 230px;
  }

  .MV_text {
    left: auto;
    right: 10%;
    bottom: 10%;
  }

  .inner {
    max-width: 1280px;
  }

  #top_news .inner {
    max-width: 1600px;
    margin: 0 0 0 auto;
  }

  #top_news .inner::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }

  .news_list_wrap {
    flex-direction: row;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0 0;
  }

  #top_news .section_ttl {
    border-bottom: none;
    width: 20%;
    margin: 0;
    padding-bottom: 0;
    align-items: flex-end;
  }

  #top_news .section_ttl span {
    margin: 0;
  }

  #top_news .section_ttl span::before {
    display: none;
  }

  .news_list-inner {
    padding: 2% 5%;
    width: 100%;
    border-left: 3px solid #ffffff;
  }

  .news_list-inner ul li a {
    display: flex;
    flex-direction: row;
    gap: 5vw;
  }

  #top_about .content {
    flex-direction: row;
    position: relative;
    justify-content: flex-end;
  }

  .section_ttl {
    margin: 0 auto 0 0;
  }

  #top_about .content_textWrap {
    width: 50%;
  }

  #top_about .content_img {
    position: absolute;
    width: 45vw;
    right: 55%;
  }

  .hospital .section_ttl {
    margin: 0 auto;
  }

  .hospital .section_ttl span {
    font-size: 4.0rem;
  }

  .hospital .section_ttl span.en {
    font-size: 2.2rem;
  }

  .hospital .content_wrap {
    flex-direction: row;
  }

  .hospital .content_textWrap {
    width: 80%;
    margin: 0 auto;
  }

  .hospital .content_ttl {
    padding-top: 0;
  }

  .hospital .content_ttl::before {
    left: auto;
    right: 105%;
    transform: translateY(-30%);
  }

  .hospital .content:nth-of-type(even) .content_ttl::before {
    left: 105%;
    right: auto;
    transform: translateY(-30%);
  }

  .private {
    background: none;
    position: relative;
  }

  .private::before {
    content: "";
    width: 75%;
    height: 100%;
    background-color: var(--bg-pink);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .private .content {
    flex-direction: row-reverse;
    position: relative;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 2vw;
  }

  .private .content_textWrap {
    width: 50%;
    gap: min(5vw, 100px);
  }

  .private .content_textWrap p {
    width: auto;
    margin: 0 auto;
  }

  .private .content_img {
    position: absolute;
    width: 45vw;
    left: 55%;
  }

  #top_menu .content {
    flex-direction: row-reverse;
    position: relative;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 2vw;
  }

  #top_menu .content_textWrap {
    width: 50%;
    gap: min(5vw, 100px);
  }

  #top_menu .content_textWrap p {
    width: auto;
    margin: 0 auto;
  }

  #top_menu .content_img {
    position: absolute;
    width: 45vw;
    left: 55%;
  }

  #top_menu .content:nth-of-type(odd) {
    flex-direction: row;
  }

  #top_menu .content:nth-of-type(odd) .content_img {
    position: absolute;
    width: 45vw;
    left: auto;
    right: 55%;
  }

  .company {
    background: none;
  }

  .company .inner {
    width: 100%;
    max-width: 1920px;
  }

  .company .company_left {
    flex-direction: row-reverse;
    align-items: center;
  }

  .company .content_textWrap {
    width: 50%;
    padding: 0 5%;
    z-index: 2;
  }

  .company .content_img {
    width: 50%;
    z-index: 2;
  }

  .company dl {
    max-width: 410px;
    margin: 0 auto 40px;
  }

  .description-item {
    display: flex;
  }

  .description-item dt {
    width: 120px;
  }

  .description-item dd {
    width: calc(100% - 120px)
  }

  .company::before {
    content: "";
    width: 80%;
    height: 100%;
    background-color: #eafff5;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  /* pcスタイル */
  @media screen and (min-width: 1200px) {
    .company .inner {
      flex-direction: row;
    }

    .company .content_textWrap {
      padding: 0;
    }

    .company dl {
      max-width: none;
    }

    .company .inner>.content_img {
      max-width: 457px;
    }
  }

  .contact {
    width: 90%;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: row-reverse;
  }

  .contact .inner {
    background: none;
    width: 50%;
    gap: 30px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: auto;
  }

  .contact .inner::before {
    content: "";
    width: 110%;
    height: 100%;
    background-color: var(--bg-pink);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-55%);
    z-index: 1;
  }

  .contact .map {
    width: 50%;
    z-index: 2;
    margin-top: 2vw;
  }

  .contact .inner>* {
    z-index: 2;
  }

  .contact .inner .section_ttl {
    margin: 0 auto;
  }

  .contact .section_lead {
    gap: 0;
  }

  .footer_inner {
    flex-direction: row;
    max-width: 1800px;
  }

  .footer_inner .footer_logo {
    width: 100%;
    max-width: 343px;
  }

  .footer_inner ul {
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    max-width: 1200px;
    gap: 2vw;
  }

  footer ul.sub_menu {
    width: auto;
    max-width: 1200px;
    margin: 20px 0;
    justify-content: center;
  }
}

.h2_ttl {
  background: url("../img/u_h2-bg.webp") no-repeat center / cover;
  text-align: center;
  font-weight: 700;
  font-size: clamp(2.4rem, 8vw, 4.5rem);
  padding: max(10vw, 8rem) 0;
  color: #ffffff;
  line-height: 1;
  margin-top: 60px;
  position: relative;
}

.h2_ttl::before {
  content: "";
  width: 50%;
  max-width: 470px;
  aspect-ratio: 936/210;
  background-image: url(../img/u_h2-deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

#salon_01 {
  background-image: url(../img/salon_bg01.webp);
  background-size: cover;
  margin: 0;
}

#salon_01 .section_ttl span::before {
  top: clamp(2.0rem, 6vw, 3.0rem);
}

#salon_01 .content_img .name {
  width: 60%;
  max-width: 372px;
  margin: 0 0 0 auto;
  transform: translate(-10%, -50%);
}

#salon_01 .content_textWrap p span {
  display: block;
  font-size: clamp(2rem, 4vw, 2.7rem);
}

#salon_02 {
  background-image: url(../img/salon_bg02.webp);
  background-size: cover;
  background-position: center;
}

#salon_02 h3 {
  font-size: clamp(2rem, 6vw, 4rem);
  word-break: keep-all;
  position: relative;
  padding-bottom: 20px;
}

#salon_02 h3::before {
  content: "";
  width: 100%;
  height: min(1vw, 10px);
  border-top: 1px solid var(--text-blue);
  border-bottom: 1px solid var(--text-blue);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.list_wrap {
  background-color: #ffffff;
  padding: min(5vw, 20px) min(5vw, 80px);
  border-radius: 20px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.list_wrap ul {
  display: flex;
  flex-direction: column;
}

.list_wrap ul li {
  text-align: left;
  font-size: clamp(1.6rem, 3.7vw, 2.0rem);
}

#salon_02 p {
  text-align: left;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  font-size: clamp(1.4rem, 3.4vw, 1.6rem);
}

.salon_map .inner {
  width: 100%;
}

.salon_map .map {
  width: 100%;
  height: 40vw;
  max-height: 520px
}

#salon_gallery {
  background-color: #eafff5;
}

#salon_gallery .inner {
  gap: min(12vw, 200px);
}

#salon_gallery .section_ttl {
  font-family: var(--def);
  font-size: clamp(2rem, 6vw, 4rem);
  padding: min(23vw, 120px) 0 min(3vw, 20px);
  position: relative;
  margin: 0 auto;
}

#salon_gallery .section_ttl::before {
  content: "";
  height: min(21vw, 105px);
  aspect-ratio: 58/105;
  background-image: url(../img/deco01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#salon_gallery .content_itemWrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px 20px;
}

#contact_form .content {
  background-color: #ffffff;
  padding: min(5vw, 60px) 0;
}

#contact_form .section_ttl {
  font-size: clamp(2rem, 6vw, 4rem);
  font-family: var(--def);
  font-weight: 600;
  color: var(--text-blue);
  margin: 0 auto;
}

#contact_form .tel {
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
}

.form_outer {
  width: 90%;
  margin: 0 auto;
}

form {
  margin: 40px 0;
  text-align: left;
  font-weight: 700;
  line-height: 3;
  container-type: inline-size;
  container-name: form;
  position: relative;
  font-size: clamp(1.4rem, 3.7vw, 1.8rem);
}

#form .must {
  color: #ff0000;
  margin-left: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.form_item--ttl {
  padding: 0 0 16px 8px;
  margin: 0 0 16px 0;
  line-height: 1;
  border-bottom: 1px solid var(--text-blue);
}

.form_item--ttl .sub {
  font-size: min(3.0vw, 1.4rem);
  line-height: 2;
}

.form_item--input {
  border-bottom: 1px solid var(--text-blue);
  padding: 0 0 16px 8px;
  margin: 0 0 16px 0;
}

.form_item--input.radio {
  display: flex;
  flex-direction: column;
}

.form_item--input.radio label {
  line-height: 2;
}

.form_item:nth-of-type(7) .form_item--input {
  border-bottom: none;
  margin: 0 0 40px 0;
}

label {
  display: inline-block;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  display: block;
  height: 48px;
  width: 100%;
  font-size: 2.0rem;
  padding: 6px;
  background-color: #f4f3f3;
  border-radius: 9px;
  border: 1px solid #757575;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  background-color: #ffffff !important;
}

input[type="text"]:-internal-autofill-selected,
input[type="tel"]:-internal-autofill-selected,
input[type="email"]:-internal-autofill-selected,
textarea:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: #ffffff !important;
  color: fieldtext !important;
}

input[type="radio"] {
  margin: 0 3px 2px 5px;
}

textarea {
  height: 252px;
  resize: vertical;
}

input::placeholder {
  font-family: var(--def);
}

textarea::placeholder {
  font-family: var(--def);
}

.form_submit {
  text-align: center;
  margin-top: 40px;
}

.form_submit button {
  width: 100%;
  max-width: 294px;
  margin: 0 auto;
  border: none;
  padding: 0;
}

.form_submit button:hover {
  opacity: 0.5;
}

.contact_wrapper .contact {
  display: none;
}

#contact_form p {
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  #contact_form .inner {
    gap: 30px;
  }

  .form_item {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
  }

  .form_item--input.radio {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 2;
    padding-left: 24px;
    height: 80px;
    margin-bottom: 0;
  }

  .form_item--ttl {
    padding: 30px 10px;
    width: 40%;
    margin: 0;
    height: 80px;
  }

  .form_item--input {
    width: 60%;
    margin: 0;
    padding: 20px 60px 20px 30px;
    line-height: 1;
    border-left: 1px solid var(--text-blue);
    height: 80px;
  }

  .form_item--ttl {
    line-height: 1;
    border-bottom: 1px solid var(--text-blue);
  }

  .form_item--input label {
    line-height: 1;
  }

  .form_item:nth-of-type(5) .form_item--ttl {
    border-bottom: none;
    margin: 0 0 auto;
  }

  .form_item:nth-of-type(5) .form_item--input {
    height: 300px;
    border-bottom: none;
  }

  .form_item--input.big {
    padding: 16px 60px 15px 30px;
  }
}

@media screen and (min-width: 960px) {
  .h2_ttl {
    margin-top: 100px;
  }

  #salon_01 .inner {
    gap: min(20vw, 200px);
  }

  #salon_01 .content {
    flex-direction: row;
    position: relative;
    justify-content: flex-end;
  }

  #salon_01 .content_textWrap {
    width: 50%;
    gap: 20px;
  }

  #salon_01 .content_img {
    position: absolute;
    width: 45vw;
    right: 55%;
  }

  #salon_01 .content:nth-of-type(2) {
    flex-direction: row-reverse;
  }

  #salon_01 .content:nth-of-type(2) .content_img {
    right: auto;
    left: 55%;
  }

  #salon_02 {
    padding: 80px 0 60px;
  }

  #salon_gallery .inner {
    max-width: 1600px;
  }

  #salon_gallery .content {
    width: 100%;
  }

  #salon_gallery .content p {
    text-align: left;
  }
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  position: relative;
  margin: 15% auto;
  width: 80%;
  background-color: #fefefe;
  padding: 10px;
}

.modal-close {
  position: absolute;
  bottom: 100%;
  right: 0px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

@media screen and (min-width: 960px) {
  .modal-content {
    padding: 20px;
  }

  .modal-close {
    position: absolute;
    bottom: 100%;
    right: 0px;
    font-size: 40px;
    cursor: pointer;
    font-weight: 900;
    color: #ffffff;
  }
}

#menu_01 {
  padding-top: 0;
  margin: 0;
}

#menu_01 .inner {
  background-color: #ddfdff;
  padding: min(10vw, 120px) min(5vw, 40px);
}

#menu_01 .section_ttl span {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.2;
}

#menu_01 .section_ttl .en {
  color: var(--text-color);
  font-size: clamp(1.4rem, 3.4vw, 1.8rem);
}

#menu_wrapper h4 {
  font-size: clamp(2.0rem, 5vw, 3rem);
}

#menu_wrapper dl {
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
}

.menu-item {
  display: flex;
  width: 100%;
}

#menu_wrapper dt,
#menu_wrapper dd {
  padding: 8px;
  border-top: 1px solid var(--text-blue);
  border-bottom: none;
}

#menu_wrapper #menu_01 dt,
#menu_wrapper #menu_01 dd {
  border-bottom: 1px solid var(--text-blue);
  border-top: none;
}

#menu_wrapper dt {
  width: calc(100% - 100px);
}

#menu_wrapper dd {
  width: 100px;
  text-align: right;
}

#menu_wrapper p {
  font-size: clamp(1.2rem, 3.2vw, 1.6rem);
}

#menu_02 {
  background-color: #ddfdff;
}

#menu_02 .content {
  border: 1px solid var(--text-blue);
  padding: min(5vw, 40px) min(3vw, 30px);
}

#menu_02 .content h5 {
  font-size: clamp(2.0rem, 4vw, 3rem);
  position: relative;
  margin: 0 auto;
}

#menu_02 .content h5::before,
#menu_02 .content h5::after {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--text-color);
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translateY(-50%);
}

#menu_02 .content h5::after {
  left: auto;
  right: 105%;
}

#menu_02 p {
  text-align: justify;
}

#menu_03 .inner {
  background-color: #ddfdff;
  padding: min(10vw, 120px) min(5vw, 40px);
}

#menu_03 h3 {
  font-size: clamp(2rem, 5vw, 4rem);
  word-break: keep-all;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
}

#menu_03 h3::before {
  content: "";
  width: 100%;
  height: min(1vw, 10px);
  border-top: 1px solid var(--text-blue);
  border-bottom: 1px solid var(--text-blue);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#menu_04 .inner {
  background-color: #ffffff;
  padding: min(10vw, 80px) min(5vw, 40px);
}

#menu_04 h3 {
  font-size: clamp(2rem, 5vw, 4rem);
  color: var(--text-pink);
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
}

#menu_04 h3::before,
#menu_04 h3::after {
  content: "";
  width: min(7vw, 40px);
  aspect-ratio: 40/44;
  background-image: url(../img/banzai.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 5%;
  right: 105%;
}

#menu_04 h3::after {
  right: 1auto;
  left: 105%;
  transform: scaleX(-1);
}

#menu_04 .list_wrap {
  border: 1px solid var(--text-pink);
}

@media screen and (min-width: 960px) {

  #menu_01,
  #menu_02,
  #menu_03 {
    margin: 0;
  }

  #menu_01 {
    padding: 0;
  }

  #menu_01::before {
    content: "";
    width: 80%;
    height: 100%;
    background-color: var(--bg-blue);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  #menu_01 .inner {
    position: relative;
    z-index: 2;
  }

  #menu_01 .content {
    flex-direction: row;
    position: relative;
    justify-content: flex-end;
    width: 100%;
  }

  #menu_01 .content_textWrap {
    width: 50%;
    gap: 20px;
  }

  #menu_01 .content_img {
    position: absolute;
    width: 45vw;
    right: 55%;
  }

  #menu_02 h4 {
    font-size: clamp(2rem, 5vw, 4rem);
  }

  #menu_02 .inner {
    max-width: 1400px;
  }

  #menu_02 .content_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }

  #menu_02 .content_outer {
    flex-direction: row;
    flex-wrap: wrap;
    width: calc((100% - 40px)/2);
    max-width: 630px;
  }

  #menu_02 .content h5 {
    font-size: clamp(2.0rem, 2.2vw, 3rem);
  }

  #menu_02 .content dl {
    max-width: none;
  }

  #menu_02 .content_outer:nth-of-type(3) {
    margin-top: -140px;
  }

  #menu_03 {
    padding: 0;
  }

  #menu_03::before {
    content: "";
    width: 80%;
    height: 100%;
    background-color: var(--bg-blue);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #menu_03 .inner {
    position: relative;
    z-index: 2;
  }

  #menu_03 .content {
    flex-direction: row-reverse;
    position: relative;
    justify-content: flex-end;
    width: 100%;
    padding: 100px 0;
  }

  #menu_03 .content_textWrap {
    width: 50%;
    gap: 40px;
  }

  #menu_03 .content_img {
    position: absolute;
    width: 45vw;
    right: auto;
    left: 55%;
  }

  #menu_04 .list_wrap {
    max-width: 830px;
    padding: min(5vw, 20px) min(5vw, 40px);
  }

  #menu_04 .list_wrap ul {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #menu_04 .list_wrap ul li {
    width: 50%;
  }
}

#others_01 {
  background-color: #ddfdff;
}

#others_01 .inner {
  gap: 15vw;
}

#others_01 .content_ttl {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 600;
}

@media screen and (min-width: 960px) {
  #others_01 {
    padding: 10vw 0;
  }

  #others_01 .content {
    flex-direction: row;
    position: relative;
    justify-content: flex-end;
    width: 100%;
  }

  #others_01 .content_textWrap {
    width: 50%;
    gap: 20px;
  }

  #others_01 .content_img {
    position: absolute;
    width: 45vw;
    right: 55%;
  }

  #others_01 .content:nth-of-type(2) {
    flex-direction: row-reverse;
  }

  #others_01 .content:nth-of-type(2) .content_img {
    right: auto;
    left: 55%;
  }
}

#hospital_flow {
  background-color: #eafff5;
}

#hospital_flow h3 {
  font-size: clamp(2rem, 6vw, 4rem);
  font-family: var(--def);
  word-break: keep-all;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  margin: 0 auto 40px;
}

#hospital_flow h3::before {
  content: "";
  width: 100%;
  height: min(1vw, 10px);
  border-top: 1px solid #2fa255;
  border-bottom: 1px solid #2fa255;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#hospital_flow ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: min(10vw, 80px);
}

#hospital_flow ol li {
  border: 1px solid #2fa255;
  padding: 20px;
  position: relative;
}

#hospital_flow ol li::before {
  content: "";
  height: min(10vw, 80px);
  aspect-ratio: 161/80;
  background-image: url(../img/flow_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#hospital_flow ol li:last-child:before {
  display: none;
}

#hospital_flow ol li .text_area {
  text-align: justify;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: clamp(1.6rem, 4vw, 2rem);
}

#hospital_flow ol li .text_area-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(5vw, 40px);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 500;
  width: 100%;
}

#hospital_flow ol li .text_area-head .num {
  width: min(10vw, 67px);
  aspect-ratio: 1;
  background-color: #2fa255;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #ffffff;
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 500;
}

.link_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.link_wrap .tel {
  font-size: clamp(2rem, 5vw, 3rem);
  font-family: var(--en);
  line-height: 1;
}

.link_wrap .tel span {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

@media screen and (min-width: 960px) {
  #hospital_flow ol li .content {
    flex-direction: row;
    gap: min(5vw, 80px);
  }

  #hospital_flow ol li .text_area {
    width: 65%;
    align-items: center;
    justify-content: space-around;
  }

  #hospital_flow ol li .text_area p {
    max-width: 620px;
  }

  #hospital_flow ol li .content_img {
    width: 35%;
  }

  .link_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 0 0 0 auto;
  }
}

#private_01 .inner {
  gap: 10vw;
}

#private_01 dl {
  margin: 0 auto;
  max-width: 420px;
}

#private_01 dt,
#private_01 dd {
  padding: 8px;
  border-bottom: 1px solid var(--text-color);
}

#private_01 dt {
  width: calc(100% - 100px);
}

#private_01 dd {
  width: 100px;
  text-align: right;
}

#private_01 .content_textWrap p {
  font-size: clamp(1.2rem, 3.2vw, 1.6rem);
}

@media screen and (min-width: 960px) {
  #private_01 {
    padding-top: 0;
  }

  #private_01 .inner {
    gap: 0
  }

  #private_01::before {
    display: none;
  }

  #private_01 .content {
    position: relative;
    padding: 5vw 0 8vw;
  }

  #private_01 .content:before {
    content: "";
    width: 80vw;
    height: 100%;
    background-color: var(--bg-pink);
    position: absolute;
    top: 0;
    right: 20%;
  }

  #private_01 .content>* {
    z-index: 2;
  }

  #private_01 .content:nth-of-type(1) .content_textWrap {
    padding: 5vw 0;
  }

  #private_01 .content:nth-of-type(2) {
    flex-direction: row;
  }

  #private_01 .content:nth-of-type(2) .content_img {
    left: auto;
    right: 55%;
  }

  #private_01 .content:nth-of-type(2):before {
    right: auto;
    left: 20%;
  }

  #private_01 dl {
    margin: 0 auto 0 0;
  }
}