@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  color: #3e3a39;
  background-size: auto;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro";
  line-height: 1.5;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff7fb;
}
img {
  max-width: 100%;
}

a {
  transition: 0.6s;
  color: #444;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
.l-content_sp {
  padding: 0 2rem;
}

@media screen and (max-width: 1120px) {
  .l-content {
    width: 100%;
  }
}
header {
  top: 0;
  z-index: 999;
  height: auto;
  width: min(100%, 39rem);
  margin: auto;
  position: absolute;
  background-color: #fff;
  position: fixed;
  padding: 0 20px;
}
header div {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
header h1 {
  font-size: 1.5em;
  width: 230%;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #242322;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro";
}
.h1_icon {
  display: block;
  width: 13%;
}

header nav {
  margin: 0 0 0 50px;
}
header nav ul {
  display: flex;
}
header nav ul li {
  margin-right: 12px;
  color: #515151;
}
header nav ul li:after {
  content: "▼";
  display: inline-block;
  font-size: 10px;
  color: #dcdcdc;
  margin: 0 0 0 3px;
}

@media screen and (max-width: 850px) {
  header {
    justify-content: space-around;
    top: 0;
    z-index: 100;
    transition: 0.4s;
    height: 60px;
    margin: 0 auto;
    width: min(100%, 43rem);
    padding: 0;
  }
  header h1 {
    font-size: 1.15em;
    display: flex;
    line-height: 1.3em;
    padding-right: 20px;
    align-items: center;
  }
  header h1 span {
    letter-spacing: -2.5px;
  }
  nav {
    display: none;
  }
  .l-h_reserve {
    flex-basis: 36%;
  }
  .h1_icon {
    padding-left: 1.5rem;
    padding-right: 0.5rem;
    width: 6rem;
  }
}
/* 小陰唇LP */
.gynecology {
  display: flex;
  gap: 0;
}
.section-fv {
  width: 100%;
  padding-top: 60px;
}

.sp-fixed-reserve {
  flex-basis: 47.5%;
}
.sp-fixed-reserve a span {
  display: flex;
  background: #ff739a;
  padding: 0.75em 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1.5px solid #ff739a;
  border-radius: 8px;
}
.sp-fixed-reserve a span i {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
}
.sp-fixed-reserve a span i:before {
  content: "";
  background: url(../img/web_icon.png) no-repeat top/contain;
  display: inline-block;
  width: 32px;
  height: 28px;
  padding-right: 12px;
}
.sp-fixed-reserve a span strong {
  line-height: 1.2;
  font-size: 16px;
}

.sp-fixed-tel {
  flex-basis: 47.5%;
}
.sp-fixed-tel a span {
  display: flex;
  background: #fff;
  padding: 0.75em 0;
  justify-content: center;
  align-items: center;
  color: #ff739a;
  border: 1.5px solid;
  border-radius: 8px;
}
.sp-fixed-tel a span i {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.sp-fixed-tel a span i:before {
  content: "";
  background: url(../img/tel_icon.png) no-repeat top/contain;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-right: 10px;
}
.sp-fixed-tel a span strong {
  line-height: 1.2;
  font-size: 16px;
}

@media screen and (max-width: 850px) {
  .sp-fixed-tel {
    width: auto;
    margin-bottom: 1.3em;
  }
  .sp-fixed-tel a span {
    padding: 0.6em;
  }
  .sp-fixed-tel a span i {
    font-size: 20px;
    align-items: center;
    display: flex;
  }
  .sp-fixed-tel a span i:before {
    width: 30px;
    height: 28px;
  }
  .sp-fixed-tel a span strong {
    line-height: 1.3;
    font-size: 13px;
  }
  .sp-fixed-reserve {
    width: auto;
  }
  .sp-fixed-reserve a span {
    padding: 0.6em;
  }
  .sp-fixed-reserve a span i {
    font-size: 2rem;
    align-items: center;
    display: flex;
  }
  .sp-fixed-reserve a span i:before {
    width: 22px;
    height: 25px;
  }
  .sp-fixed-reserve a span strong {
    line-height: 1.3;
    font-size: 1.3rem;
  }
}
.question_box {
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px;
  font-size: 16px;
  position: relative;
  width: auto;
  max-width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
  background-color: #e0728d;
  color: #fff;
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  gap: 10px;
}
.question_box img {
  width: 30px;
  height: auto;
}
.question_box p:nth-of-type(1) {
  /* margin-right: 10px; */
  flex: 0 0 35px; /* ← 左アイコンの幅固定 */
  display: flex;
  justify-content: center;
}
.question_box p:nth-of-type(2) {
  flex: 1; /* ← テキスト部分だけ伸縮させる */
}
.question_box p:nth-of-type(3) {
  flex: 0 0 20px; /* ← 右アイコン固定幅 */
  width: 20px;
  height: 20px;
  background: url(../img/plus.svg) no-repeat center center/contain;
}
.question_box.active p:nth-of-type(3) {
  width: 20px;
  height: 20px;
  background: url(../img/minus.svg) no-repeat center/contain;
}
.answer_box {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  padding: 0 20px;
  padding-left: 52px;
  font-size: 16px;
  font-weight: normal;
  width: auto;
  max-width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  border: solid 2px #e0728d;
}
.answer_box.is-open {
  max-height: 1500px; /* コンテンツに合わせて調整 */
  padding: 20px;
  padding-left: 52px;
}

@media screen and (max-width: 850px) {
  .question_box::after {
    top: 50%;
    right: 2%;
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .question_box::after {
    top: 50%;
    right: 2%;
  }
}
.q_a {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.l-access {
  background: url(../img/access_bg.jpg) no-repeat top center/cover;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.l-access .l-access_wrap {
  background: #fff;
  padding: 0;
  display: block;
  justify-content: center;
  background: none;
  margin-top: 30px;
}

.l-access .l-access_wrap .l-access_gmap iframe {
  box-shadow: 10px 10px 1px #f2c9d9;
  border-radius: 10px;
  width: 100%;
  height: 15em;
  margin-bottom: 30px;
}
.l-access .l-access_wrap .l-access_wrap_tbl {
  width: 100%;
}
.l-access .l-access_wrap .l-access_wrap_tbl table {
  width: 100%;
  max-width: 550px;
}
.l-access .l-access_wrap .l-access_wrap_tbl tr {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-collapse: collapse;
}
.l-access .l-access_wrap .l-access_wrap_tbl th {
  background-color: #fa8ead;
  padding: 12px;
  color: #fff;
  vertical-align: middle;
}
.l-access .l-access_wrap .l-access_wrap_tbl td {
  padding: 16px 20px;
}
.l-access .l-access_wrap .l-access_wrap_tbl .o-btn_area {
  margin-top: 32px;
}

@media screen and (max-width: 850px) {
  .l-access .l-access_wrap {
    padding: 0;
    display: block;
    justify-content: center;
    background: none;
  }
  .l-access .l-access_wrap .l-access_gmap {
    width: auto;
    height: 15em;
  }
  .l-access .l-access_wrap .l-access_gmap iframe {
    box-shadow: 8px 8px 1px #f2c9d9;
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }
  .l-access .l-access_wrap .l-access_wrap_tbl {
    width: 100%;
    margin-top: 8.5333333333vw;
  }
  .l-access .l-access_wrap .l-access_wrap_tbl table {
    width: 100%;
    max-width: 100%;
  }
  .l-access .l-access_wrap .l-access_wrap_tbl tr {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-collapse: collapse;
  }
  .l-access .l-access_wrap .l-access_wrap_tbl th {
    background-color: #fa8ead;
    padding: 2.6666666667vw;
    color: #fff;
    vertical-align: middle;
    width: 26%;
    font-weight: 500;
  }
  .l-access .l-access_wrap .l-access_wrap_tbl td {
    padding: 2.6666666667vw;
    width: 75%;
  }
  .l-access .l-access_wrap .l-access_wrap_tbl .o-btn_area {
    margin-top: 6.4vw;
    max-width: 100%;
  }
}
.l-footer {
  padding: 48px 0 142px 0;
  text-align: center;
  background: #fa8ead;
  text-align: center;
  color: #fff;
}

.l-reservation {
  background: #fffcfd;
  padding-bottom: 5px;
}
.l-reservation .contact_form .sp-fixed-tel {
  margin: 0 auto;
  max-width: 550px;
}
.l-reservation .l-reservation_wrap {
  width: auto;
}
.l-reservation .o-ttl_lv2 {
  padding-top: 30px;
}
.l-reservation .p-officialLink a {
  border-bottom: 1px solid #c0c0c0;
}

@media screen and (max-width: 850px) {
  .l-reservation .contact_form {
    padding-top: 0;
  }
  .l-reservation .contact_form .sp-fixed-tel {
    margin: 2em auto 0;
    white-space: nowrap;
    width: auto;
  }
  .l-reservation .p-officialLink {
    margin-top: 1.5em;
  }
}

/*------------- .l-spNav-------------*/

.l-h_hamburger_btn {
  position: relative;
  width: auto;
  height: 60px;
  padding: 10px 0px;
  background: transparent;
  outline: none;
  transition: all 0.4s ease;
  border: none;
}
.l-h_hamburger_btn span {
  display: block;
  width: 24px;
  height: 4px;
  background: #151515;
  transition: all 0.4s ease;
}
.l-h_hamburger_btn::before {
  position: absolute;
  top: 20px;
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #151515;
  transition: all 0.4s ease;
}
.l-h_hamburger_btn::after {
  position: absolute;
  bottom: 20px;
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #151515;
  transition: all 0.4s ease;
}
.js-spNav.is_open::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.js-spNav.is_open::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.js-spNav.is_open span {
  width: 0px;
  opacity: 0;
  background: #fff;
  transition: all 0.4s ease;
  margin-left: 24px;
}

.l-h_sp_nav {
  display: none;
  position: fixed;
  top: 0;
  width: min(100%, 43rem);
  height: 100%;
  background: #fff;
  overflow-y: scroll;
  z-index: 99;
}

.l-f_nav {
  display: block;
  flex-basis: 100%;
  margin-top: 100px;
}
.l-f_nav .l-f_nav_list:last-child .l-f_nav_list_item:last-child {
  border-bottom: 1px solid #e5dad7;
}
.l-f_nav .l-f_nav_list_item {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #e5dad7;
  padding: 15px 0;
}
.l-f_nav .l-f_nav_list_item:first-child {
  border-top: 1px solid #e5dad7;
}
.l-f_nav .l-f_nav_list_item a {
  width: 100%;
  margin: 0;
  color: #242322;
  font-weight: normal;
  font-size: 1em;
  padding: 0 0.5em;
  display: block;
}
.l-f_nav .l-f_nav_list_item_openBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
}
.l-f_nav .l-f_nav_list_item_openBtn::after {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 9px solid #c2a89f;
  z-index: 2;
}
.l-f_nav .l-f_nav_list_item_openBtn.is_open::after {
  border: 6px solid transparent;
  border-bottom: 9px solid #c2a89f;
  top: 40px;
}
@media screen and (max-width: 850px) {
  .l-h_hamburger_btn {
    padding-right: 2rem;
  }
}

.main {
  position: relative;
  width: min(100%, 43rem);
  min-height: 100vh;
  box-sizing: border-box;
  z-index: 2;
  /* box-shadow: rgba(40, 28, 121, 0.1) -0.2rem 0px 2rem 0px, rgba(40, 28, 121, 0.1) 0.2rem 0px 2rem 0px; */
  background: rgb(255, 255, 255);
  margin: 0px auto;
}
.g-nav-wrapper {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 850px) {
  .g-nav-wrapper {
    display: block;
  }
}

/* トップへ戻るボタン */
#toTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #ff80a6;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: flex; /* 常にflexのまま！ */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* 非表示時クリック無効 */
}
#toTop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#toTop span {
  line-height: 1.5;
}
#toTop.is-up {
  bottom: 200px; /* ← 好きな高さに調整 */
}
#spFix {
  opacity: 0;
}
#spFix.show {
  opacity: 1;
}
@media screen and (max-width: 850px) {
  #toTop {
    width: 50px;
    height: 50px;
    bottom: 15%;
    right: 4%;
  }
}
