@charset "UTF-8";
/*** The new CSS reset - version 1.11.1 (last updated 24.10.2023) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* 色の設定 */
/* ブレイクポイント */
/* 共通CSS */
HTML {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f2eee9;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 900px) {
  body .is_sp {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  body .is_pc {
    display: none !important;
  }
}
body .is_bold {
  font-weight: bold;
}
body .is_center {
  text-align: center;
}
body button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 900px) {
  body button {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  body button {
    font-size: 14px;
  }
}
body a {
  text-decoration: none;
  color: #5e4127;
}
@media screen and (min-width: 900px) {
  body main {
    padding: 80px 0 0 0;
  }
}
@media screen and (max-width: 900px) {
  body main {
    padding: 80px 0 0 0;
  }
}
body section {
  scroll-margin-top: 100px;
}
@media screen and (min-width: 900px) {
  body section {
    margin-top: 100px;
  }
}
@media screen and (max-width: 900px) {
  body section {
    margin-top: 60px;
  }
}
body section ul.desc_list li {
  margin-top: 7px;
  line-height: 1.8;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 900px) {
  body section ul.desc_list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  body section ul.desc_list li {
    font-size: 14px;
  }
}
body .page_introduction section,
body .page_fisttime section,
body .page_accses section {
  background-color: #fffefc;
}
@media screen and (min-width: 900px) {
  body .page_introduction section,
  body .page_fisttime section,
  body .page_accses section {
    padding: 40px;
    max-width: 1100px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 900px) {
  body .page_introduction section,
  body .page_fisttime section,
  body .page_accses section {
    padding: 10px 15px 30px 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
body .page_introduction section .link-btn,
body .page_fisttime section .link-btn,
body .page_accses section .link-btn {
  margin-top: 30px;
}
body .page_introduction section .link-btn::after,
body .page_fisttime section .link-btn::after,
body .page_accses section .link-btn::after {
  background-color: #f2eee9;
}
@media screen and (min-width: 900px) {
  body .page_introduction .desc_wrp.is_pcflex,
  body .page_fisttime .desc_wrp.is_pcflex,
  body .page_accses .desc_wrp.is_pcflex {
    display: flex;
    justify-content: space-between;
  }
  body .page_introduction .desc_wrp.is_pcflex > div,
  body .page_fisttime .desc_wrp.is_pcflex > div,
  body .page_accses .desc_wrp.is_pcflex > div {
    width: 47%;
  }
}
body p {
  line-height: 1.8;
}
@media screen and (min-width: 900px) {
  body p {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  body p {
    font-size: 14px;
  }
}
body strong {
  font-weight: bold;
  color: #f57f5b;
}
body h1 {
  margin: 0;
}
body h2 {
  font-family: "Noto serif JP", Meiryo, sans-serif;
  color: #5e4127;
  line-height: 1.8;
}
@media screen and (min-width: 900px) {
  body h2 {
    font-size: 24px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 900px) {
  body h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
body h2.deco {
  text-align: center;
}
@media screen and (min-width: 900px) {
  body h2.deco {
    font-size: 26px;
  }
}
@media screen and (max-width: 900px) {
  body h2.deco {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
  body h2.deco span {
    display: inline-block;
  }
}
body h2.deco::before,
body h2.deco::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  body h2.deco::before,
  body h2.deco::after {
    width: 80px;
    height: 33px;
    margin: 0 13px -5px 13px;
  }
}
@media screen and (max-width: 900px) {
  body h2.deco::before,
  body h2.deco::after {
    width: 60px;
    height: 24.75px;
    margin-bottom: -5px;
  }
}
body h2.deco::before {
  background-image: url(../img/h2_deco-left.svg);
}
@media screen and (max-width: 900px) {
  body h2.deco::before {
    margin-right: 10px;
  }
}
body h2.deco::after {
  background-image: url(../img/h2_deco-right.svg);
}
@media screen and (max-width: 900px) {
  body h2.deco::after {
    margin-left: 10px;
  }
}
body h3 {
  font-family: "Noto serif JP", Meiryo, sans-serif;
  color: #5e4127;
  line-height: 1.8;
}
@media screen and (min-width: 900px) {
  body h3 {
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 900px) {
  body h3 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 35px;
  }
}
body h3.line {
  position: relative;
}
body h3.line::before,
body h3.line::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
body h3.line::before {
  background-color: #d6d6d6;
  width: 100%;
}
body h3.line::after {
  background-color: #5e4127;
  width: 150px;
}
body .fv_wrp {
  position: relative;
}
body .fv_wrp.is_lower {
  width: 100%;
  background-image: url(/assets/img/fv01.png);
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  body .fv_wrp.is_lower {
    height: 200px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  body .fv_wrp.is_lower {
    height: 100px;
    margin-bottom: 30px;
  }
}
body .fv_wrp.is_lower h1 {
  position: relative;
  margin-left: 10vw;
  color: #fff;
  font-family: "Noto serif JP", Meiryo, sans-serif;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  letter-spacing: 4px;
  line-height: 1.8;
  z-index: 2;
}
body .fv_wrp.is_lower h1 span {
  font-family: "Dancing Script", cursive;
  position: absolute;
  color: #5e4127;
  opacity: 0.4;
  z-index: -1;
  width: 500px;
}
@media screen and (min-width: 900px) {
  body .fv_wrp.is_lower h1 {
    font-size: 35px;
  }
  body .fv_wrp.is_lower h1 span {
    font-size: 70px;
    bottom: -40px;
    left: 100px;
  }
}
@media screen and (max-width: 900px) {
  body .fv_wrp.is_lower h1 {
    font-size: 22px;
  }
  body .fv_wrp.is_lower h1 span {
    font-size: 30px;
    bottom: -15px;
    left: 30px;
  }
}
body .link-text {
  font-size: 14px;
  padding: 0 2px;
  border-bottom: 1px solid #5e4127;
}
body .link-text::after {
  content: "";
  background-image: url(../img/icn-link.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  margin-left: 3px;
}
body .link-btn {
  position: relative;
  height: 60px;
  width: 300px;
}
body .link-btn a {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 60px;
  width: 300px;
  border: 1px solid #5e4127;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.3s ease, left 0.3s ease;
  font-size: 15px;
  z-index: 2;
}
body .link-btn a::after {
  content: "";
  background-image: url(../img/icn-link.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  margin-left: 3px;
}
body .link-btn::after {
  content: "";
  height: 60px;
  width: 300px;
  background-color: #fffefc;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
body .link-btn:hover a {
  top: 5px;
  left: 5px;
}

body .link-s-btn {
  position: relative;
  height: 40px;
  width: 160px;
}
body .link-s-btn a {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 40px;
  width: 160px;
  border: 1px solid #5e4127;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.3s ease, left 0.3s ease;
  font-size: 15px;
  z-index: 2;
}
body .link-s-btn a::after {
  content: ">";
  background-size: contain;
  display: inline-block;
  margin-left: 3px;
}
body .link-s-btn::after {
  content: "";
  height: 40px;
  width: 160px;
  background-color: #faf0e2;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
body .link-s-btn:hover a {
  top: 5px;
  left: 5px;
}

body .link-m-btn {
  position: relative;
  height: 40px;
  width: 370px;
}
body .link-m-btn a {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 40px;
  width: 370px;
  border: 1px solid #5e4127;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  transition: top 0.3s ease, left 0.3s ease;
  font-size: 15px;
  z-index: 2;
}
body .link-m-btn a::after {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #5e4127;
  border-right: 4px solid #5e4127;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: calc(75%);
}
body .link-m-btn::after {
  content: "";
  height: 40px;
  width: 370px;
  background-color: #faf0e2;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
body .link-m-btn:hover a {
  top: 5px;
  left: 5px;
}
@media screen and (min-width: 900px) {
  body .link-btn.is_page {
    width: 180px;
  }
}
@media screen and (max-width: 900px) {
  body .link-btn.is_page {
    width: 150px;
  }
}
@media screen and (min-width: 900px) {
  body .link-btn.is_page a {
    width: 180px;
  }
}
@media screen and (max-width: 900px) {
  body .link-btn.is_page a {
    width: 150px;
  }
}
body .link-btn.is_page a::after {
  transform: rotate(90deg);
  width: 15px;
  height: 7px;
  margin-top: 3px;
}
@media screen and (min-width: 900px) {
  body .link-btn.is_page::after {
    width: 180px;
  }
}
@media screen and (max-width: 900px) {
  body .link-btn.is_page::after {
    width: 150px;
  }
}
body .page_links {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  body .page_links li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 900px) {
  body .page_links li {
    margin: 10px;
  }
}
@media screen and (max-width: 900px) {
  body .page_links {
    flex-wrap: wrap;
  }
}
body .sec_listofsection .listofsection_wrp {
  background-image: url(../img/listofsection-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  text-align: center;
}
body .sec_listofsection .listofsection_wrp ul {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
body .sec_listofsection .listofsection_wrp ul li {
  position: relative;
}
@media screen and (min-width: 900px) {
  body .sec_listofsection .listofsection_wrp ul li {
    height: 80px;
    width: 200px;
    margin: 20px;
  }
}
@media screen and (max-width: 900px) {
  body .sec_listofsection .listofsection_wrp ul li {
    height: 60px;
    width: 150px;
    margin: 10px;
  }
}
body .sec_listofsection .listofsection_wrp ul li a {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #5e4127;
  padding: 0 10px 0 20px;
  transition: top 0.3s ease, left 0.3s ease;
  font-size: 15px;
  text-align: left;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  body .sec_listofsection .listofsection_wrp ul li a {
    height: 80px;
    width: 200px;
    padding-top: 20px;
    display: inline-block;
  }
}
@media screen and (max-width: 900px) {
  body .sec_listofsection .listofsection_wrp ul li a {
    height: 60px;
    width: 150px;
    padding-top: 5px;
    line-height: 1.3;
    display: flex;
    align-items: center;
  }
}
body .sec_listofsection .listofsection_wrp ul li a span {
  display: block;
  color: #d384be;
  font-size: 15px;
  font-family: "Dancing Script", cursive;
  padding-top: 4px;
}
@media screen and (max-width: 900px) {
  body .sec_listofsection .listofsection_wrp ul li a span {
    display: none;
  }
}
body .sec_listofsection .listofsection_wrp ul li a::after {
  content: "";
  background-image: url(../img/icn-link.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  margin-left: 3px;
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 900px) {
  body .sec_listofsection .listofsection_wrp ul li a::after {
    top: 33px;
  }
}
@media screen and (max-width: 900px) {
  body .sec_listofsection .listofsection_wrp ul li a::after {
    top: 25px;
  }
}
body .sec_listofsection .listofsection_wrp ul li::after {
  content: "";
  background-color: #fffefc;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  body .sec_listofsection .listofsection_wrp ul li::after {
    height: 80px;
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  body .sec_listofsection .listofsection_wrp ul li::after {
    height: 60px;
    width: 150px;
  }
}
body .sec_listofsection .listofsection_wrp ul li:hover a {
  top: 5px;
  left: 5px;
}
body .tell_num {
  color: #f57f5b;
  font-weight: bold;
  font-size: 21px;
  line-height: 22px;
  margin: 0px 0 5px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: "Noto serif JP", Meiryo, sans-serif;
}
body .tell_num::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 2px 5px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icn-tell.svg);
}

/* ヘッダー */
#header {
  z-index: 1000;
  position: fixed;
  top: 0;
  background: #fffefc;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
  height: 80px;
  width: 100%;
  /* 電話番号 */
}
#header .sitettl a {
  display: block;
  width: 300px;
  color: #f57f5b;
  font-size: 20.5px;
  line-height: 1.5;
}
#header .sitettl a span {
  color: #5e4127;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
@media screen and (min-width: 900px) {
  #header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 290px 20px 40px;
    /* ナビゲーションメニュー */
    /* 診療案内のサブメニュー */
  }
  #header .header_nav .menu {
    display: flex;
    gap: 2.3vw;
  }
  #header .header_nav .menu li {
    position: relative;
    height: 40px;
  }
  #header .header_nav .menu a,
  #header .header_nav .menu button {
    display: block;
    color: #5e4127;
    font-size: 14px;
    padding: 0;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
  }
  #header .header_nav .menu a span,
  #header .header_nav .menu button span {
    position: relative;
    display: inline-block;
    color: #d384be;
    padding: 0 3px;
    font-size: 13px;
    margin-top: 5px;
    font-family: "Dancing Script", cursive;
  }
  #header .header_nav .menu a span:after,
  #header .header_nav .menu button span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #d384be;
    transition: width 0.3s ease-in-out;
  }
  #header .header_nav .menu a:hover span::after,
  #header .header_nav .menu button:hover span::after {
    width: 100%;
  }
  #header .header_nav .menu button {
    padding-right: 5px;
  }
  #header .header_nav .menu button::after {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/icn-accordion.svg);
    position: absolute;
    top: 8px;
    right: -4px;
    transition: transform 0.3s ease-in-out;
  }
  #header .header_nav .menu button.open::after {
    transform: rotate(180deg);
  }
  #header .submenu {
    position: absolute;
    top: 60px;
    left: 0;
    background: #fffefc;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
    padding: 5px;
    width: 200px;
    display: none;
    overflow: hidden;
  }
  #header .submenu .open {
    display: block;
  }
  #header .submenu li {
    display: flex;
    align-items: center;
  }
  #header .submenu li a {
    display: block;
    padding: 10px 15px !important;
    width: 100%;
    transition: 0.3s ease-in-out;
  }
  #header .submenu li a:hover {
    background: #d384be;
    color: white;
  }
}
@media screen and (min-width: 900px) and (max-width: 1140px) {
  #header {
    padding-right: 40px;
  }
}
#header .header_phone {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 80px;
  text-align: center;
  background-color: #ffede3;
  color: #f57f5b;
}
#header .header_phone .tell_num {
  font-family: "Noto serif JP", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 22px;
  margin: 5px 0 3px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header_phone .tell_num::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 2px 5px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icn-tell.svg);
}
#header .header_phone .tell_note {
  font-size: 12px;
}
#header .header_phone p {
  background-color: #f57f5b;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  margin: 0;
}
@media screen and (max-width: 1140px) {
  #header .header_phone {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #header .sitettl {
    margin: 15px 0;
    padding-left: 20px;
  }
  #header .header_nav {
    position: relative;
    /* Hamburger menu button */
    /* Hamburger Menu Animation Start */
    /* Hamburger Menu Animation End */
  }
  #header .header_nav .menu {
    box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.01);
    position: absolute;
    width: 100%;
    height: auto;
    top: 1px;
    margin-top: 0px;
    padding: 10px 0 40px 0;
    clear: both;
    background: #ffede3;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
  }
  #header .header_nav .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  #header .header_nav .menu a,
  #header .header_nav .menu button {
    position: relative;
    display: block;
    line-height: 40px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: capitalize;
    color: #5e4127;
    transition: 0.5s;
    padding-block: 0;
    padding-inline: 0;
    border-width: 0;
    border-style: none;
    background-color: #ffede3;
    padding: 0 5px;
    width: 100%;
    text-align: left;
  }
  #header .header_nav .menu a span,
  #header .header_nav .menu button span {
    position: relative;
    display: inline-block;
    color: #d384be;
    padding-left: 10px;
    font-size: 13px;
    font-family: "Dancing Script", cursive;
  }
  #header .header_nav .menu a::after {
    content: "";
    background-image: url(../img/icn-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
  }
  #header .header_nav .menu button::after {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 15px;
    height: 10px;
    width: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/icn-accordion.svg);
    transition: transform 0.3s ease-in-out;
  }
  #header .header_nav .menu button.open::after {
    transform: rotate(180deg);
  }
  #header .header_nav .menu li {
    border-bottom: 1px solid #5e4127;
    margin: 0 30px;
    transition: 0.5s;
  }
  #header .header_nav .menu .submenu {
    margin-bottom: 7px;
  }
  #header .header_nav .menu .submenu li {
    border-bottom: none;
    margin: 0 40px;
  }
  #header .header_nav .menu .submenu li a {
    line-height: 35px;
  }
  #header .header_nav .menu-btn:checked ~ .menu a,
  #header .header_nav .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  #header .header_nav .menu-btn {
    display: none;
  }
  #header .header_nav .menu-icon {
    position: fixed;
    right: 15px;
    top: 20px;
    display: inline-block;
    cursor: pointer;
    padding: 20px 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    z-index: 10;
  }
  #header .header_nav .navicon {
    background: #d384be;
    display: block;
    height: 2px;
    width: 28px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  #header .header_nav .navicon:before,
  #header .header_nav .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #d384be;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  #header .header_nav .navicon:before {
    top: 9px;
  }
  #header .header_nav .navicon:after {
    bottom: 9px;
  }
  #header .header_nav .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  #header .header_nav .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  #header
    .header_nav
    .menu-btn:checked
    ~ .menu-icon:not(.steps)
    .navicon:before {
    top: 0;
  }
  #header
    .header_nav
    .menu-btn:checked
    ~ .menu-icon:not(.steps)
    .navicon:after {
    bottom: 0;
  }
  #header .header_nav .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
}

/* フッター */
#footer .footer_info {
  margin-top: 50px;
  background-image: url(../img/footer-bg.png);
}
#footer .footer_info .info_wrp {
  margin-left: 5vw;
  margin-right: 5vw;
}
@media screen and (min-width: 900px) {
  #footer .footer_info .info_wrp {
    padding: 50px 0;
  }
}
@media screen and (max-width: 900px) {
  #footer .footer_info .info_wrp {
    padding: 20px 0;
  }
}
#footer .footer_info .info_wrp .info_inr {
  max-width: 1060px;
  margin: auto;
  background-color: rgba(255, 254, 252, 0.9);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.01);
  border-radius: 5px;
}
@media screen and (min-width: 900px) {
  #footer .footer_info .info_wrp .info_inr {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  #footer .footer_info .info_wrp .info_inr {
    padding: 30px 20px;
    max-width: 400px;
  }
}
#footer .footer_info .info_wrp .info_inr .sitettl {
  display: block;
  width: 300px;
  color: #f57f5b;
  font-size: 20.5px;
  line-height: 1.5;
}
#footer .footer_info .info_wrp .info_inr .sitettl span {
  color: #5e4127;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
#footer .footer_info .info_wrp .info_inr ul {
  margin-top: 25px;
}
#footer .footer_info .info_wrp .info_inr ul li {
  display: flex;
  font-size: 14px;
  font-family: "Noto serif JP", Meiryo, sans-serif;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  #footer .footer_info .info_wrp .info_inr ul li {
    margin-top: 13px;
  }
}
#footer .footer_info .info_wrp .info_inr ul li strong {
  color: #5e4127;
  width: 80px;
}
#footer .footer_wrp {
  background-color: #5e4127;
  padding: 40px 0 20px 0;
  text-align: center;
}
#footer .footer_wrp .footer_bnr {
  max-width: 1000px;
  margin: 0 auto 0 auto;
  border-bottom: 1px solid #919191;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 900px) {
  #footer .footer_wrp .footer_bnr {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  #footer .footer_wrp .footer_bnr {
    flex-wrap: wrap;
    margin-right: 5vw;
    margin-left: 5vw;
  }
}
#footer .footer_wrp .footer_bnr a img {
  margin: 0 10px;
}
@media screen and (min-width: 900px) {
  #footer .footer_wrp .footer_bnr a img {
    height: 45px;
  }
  #footer .footer_wrp .footer_bnr a img.is_elevit {
    height: 60px;
  }
}
@media screen and (max-width: 900px) {
  #footer .footer_wrp .footer_bnr a img {
    margin-bottom: 10px;
    height: 35px;
  }
  #footer .footer_wrp .footer_bnr a img.is_elevit {
    height: 50px;
  }
}
#footer .footer_link {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  #footer .footer_link {
    width: 700px;
    margin: 0 auto 0 auto;
  }
}
@media screen and (max-width: 900px) {
  #footer .footer_link {
    width: 250px;
    margin: auto;
    flex-wrap: wrap;
  }
}
#footer .footer_link li a {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  #footer .footer_link li a {
    margin-bottom: 10px;
    display: block;
  }
}
#footer .footer_copy {
  color: #fff;
  font-size: 12px;
}

.footer_totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #5e4127;
  border: 1px solid #fffefc;
  z-index: 999;
}
.footer_totop a {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/icn-totop.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
}

/* トップページ */
.page_top .carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f2eee9;
}
@media screen and (min-width: 900px) {
  .page_top .carousel {
    height: 580px; /* 縦幅固定 */
  }
}
@media screen and (max-width: 900px) {
  .page_top .carousel {
    height: 510px; /* 縦幅固定 */
  }
}
.page_top .carousel .carousel_slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.page_top .carousel .carousel_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.page_top .carousel .carousel_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 900px) {
  .page_top .carousel .carousel_slide img {
    -o-object-position: 70% bottom;
    object-position: 70% bottom;
  }
}
.page_top .carousel .carousel_slide.active {
  opacity: 1;
}
.page_top .carousel .carousel_slide.active img {
  animation: zoomIn 4s ease forwards;
}
.page_top .carousel .carousel_overlay {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-family: "Noto serif JP", Meiryo, sans-serif;
}
@media screen and (min-width: 900px) {
  .page_top .carousel .carousel_overlay {
    top: 50px;
    left: 10vw;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  }
  .page_top .carousel .carousel_overlay .carousel_ttl {
    letter-spacing: 4px;
    font-size: 35px;
    line-height: 1.8;
  }
  .page_top .carousel .carousel_overlay .carousel_txt {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 900px) {
  .page_top .carousel .carousel_overlay {
    top: 10px;
    left: 8vw;
    text-shadow: 0px 0px 20px rgb(0, 0, 0);
  }
  .page_top .carousel .carousel_overlay .carousel_ttl {
    letter-spacing: 4px;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .page_top .carousel .carousel_overlay .carousel_txt {
    letter-spacing: 2px;
    line-height: 1.7;
  }
}
.page_top .carousel .carousel_indicators {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  gap: 10px;
  background-color: #5e4127;
  width: 100%;
  padding: 10px 10vw;
}
.page_top .carousel .carousel_indicators .indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: 0.3s ease;
}
.page_top .carousel .carousel_indicators .indicator.active {
  background: rgb(255, 255, 255);
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.03);
  }
}
.page_top .sec_news {
  margin-left: 5vw;
  margin-right: 5vw;
}
@media screen and (max-width: 900px) {
  .page_top .sec_news {
    margin-top: 60px;
  }
}
.page_top .sec_news .news_wrp {
  max-width: 1060px;
  background-color: #fffefc;
  margin: auto;
  border-radius: 3px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.01);
}
@media screen and (min-width: 900px) {
  .page_top .sec_news .news_wrp {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page_top .sec_news .news_wrp .news_ttl {
    margin-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .page_top .sec_news .news_wrp {
    padding: 20px;
  }
  .page_top .sec_news .news_wrp .news_ttl {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .page_top .sec_news .news_wrp .news_ttl h2 {
    margin: 0 0 10px 0;
  }
}
.page_top .sec_news .news_wrp .news_list {
  font-size: 14px;
  color: #000;
  border-top: 1px solid #f57f5b;
  border-bottom: 1px solid #f57f5b;
}
@media screen and (min-width: 900px) {
  .page_top .sec_news .news_wrp .news_list {
    width: 75%;
  }
}
.page_top .sec_news .news_wrp .news_list ul {
  overflow-y: scroll;
}
@media screen and (min-width: 900px) {
  .page_top .sec_news .news_wrp .news_list ul {
    height: 150px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 900px) {
  .page_top .sec_news .news_wrp .news_list ul {
    height: 200px;
    padding: 0px 0px;
  }
}
.page_top .sec_news .news_wrp .news_list ul li {
  display: flex;
}
@media screen and (min-width: 900px) {
  .page_top .sec_news .news_wrp .news_list ul li {
    margin: 20px 0;
  }
}
@media screen and (max-width: 900px) {
  .page_top .sec_news .news_wrp .news_list ul li {
    margin: 15px 0;
  }
}
.page_top .sec_news .news_wrp .news_list ul li .news_txt {
  font-size: 14px;
  padding-left: 20px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .page_top .sec_news .news_wrp .news_list ul li .news_txt {
    line-height: 1.6;
  }
}
.page_top .sec_message {
  position: relative;
  background-color: #faf0e2;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .page_top .sec_message {
    padding: 50px;
    box-shadow: -30px 0 30px rgba(250, 240, 226, 0.8),
      0 -30px 30px rgba(250, 240, 226, 0.8),
      0 30px 30px rgba(250, 240, 226, 0.8);
    margin-left: 10vw;
  }
}
@media screen and (max-width: 900px) {
  .page_top .sec_message {
    padding: 10px 0 30px 0;
    box-shadow: 0 -30px 30px rgba(250, 240, 226, 0.8),
      0 30px 30px rgba(250, 240, 226, 0.8);
  }
}
.page_top .sec_message::after {
  content: "";
  background-image: url(../img/message-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .page_top .sec_message::after {
    height: 931px;
    width: 477px;
    top: -170px;
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .page_top .sec_message::after {
    height: 600px;
    width: 100%;
    top: -110px;
    right: -80px;
  }
}
.page_top .sec_message .message_wrp {
  font-family: "Noto serif JP", Meiryo, sans-serif;
  display: block;
}
@media screen and (min-width: 900px) {
  .page_top .sec_message .message_wrp {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
    padding-left: 200px;
    position: relative;
  }
  .page_top .sec_message .message_wrp h2 {
    font-size: 22px;
    color: #000;
  }
  .page_top .sec_message .message_wrp p {
    margin-top: 40px;
  }
  .page_top .sec_message .message_wrp::before {
    content: "";
    background-image: url(../img/message-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 445px;
    width: 371px;
    display: block;
    position: absolute;
    left: -250px;
    top: 0px;
    z-index: -1;
  }
}
@media screen and (max-width: 900px) {
  .page_top .sec_message .message_wrp {
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .page_top .sec_message .message_wrp h2 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
  }
  .page_top .sec_message .message_wrp p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 900px) {
  .page_top .sec_message .btn_list {
    display: flex;
    justify-content: flex-start;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 200px;
  }
  .page_top .sec_message .btn_list li {
    display: inline-block;
    margin-right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .page_top .sec_message .btn_list .link-btn {
    margin: 30px auto 0 auto;
  }
}
.page_top .line_img-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../img/line-img.png) repeat-x;
  background-size: auto 100%;
  animation: line_img_scroll 40s linear infinite;
}
@media screen and (min-width: 900px) {
  .page_top .line_img-container {
    margin-top: 100px;
    height: 125px;
  }
}
@media screen and (max-width: 900px) {
  .page_top .line_img-container {
    margin-top: 80px;
    height: 85px;
  }
}
@keyframes line_img_scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1865.152px 0;
  }
}

/* 医院紹介ページ */
.page_introduction .sec_director .director_wrp {
  position: relative;
}
@media screen and (min-width: 900px) {
  .page_introduction .sec_director .director_wrp h3 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .page_introduction .sec_director .director_wrp h3 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 900px) {
  .page_introduction .sec_director .director_wrp .director_txt {
    width: 68%;
  }
}
@media screen and (min-width: 900px) {
  .page_introduction .sec_director .director_wrp .director_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
  }
  .page_introduction
    .sec_director
    .director_wrp
    .director_img
    .doctorsfile
    a
    img {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .page_introduction .sec_director .director_wrp .director_img {
    text-align: center;
  }
  .page_introduction .sec_director .director_wrp .director_img img {
    margin: 20px auto;
  }
}
.page_introduction .sec_director .desc_wrp ul.career li {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
}
.page_introduction .sec_director .desc_wrp ul.career li p {
  margin-top: 0;
  line-height: 1.5;
  margin-left: 30px;
}
@media screen and (min-width: 900px) {
  .page_introduction .sec_director .desc_wrp h3.is_gakkai {
    margin-top: 25px;
  }
}
@media screen and (min-width: 900px) {
  .page_introduction .sec_features .features_list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px;
  }
  .page_introduction .sec_features .features_list li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .page_introduction .sec_features .features_list li > div {
    width: 46%;
  }
  .page_introduction .sec_features .features_list li .list_wide {
    width: 100%;
  }
  .page_introduction .sec_features .features_list li .list_wide h3 {
    width: 46%;
  }
}
@media screen and (max-width: 900px) {
  .page_introduction .sec_features .features_list li {
    margin-top: 80px;
  }
}
.page_introduction .sec_features .features_list li h3 {
  text-align: center;
  position: relative;
}
.page_introduction .sec_features .features_list li h3 span.num {
  transform: rotate(-15deg);
  position: absolute;
  left: 0;
  color: #d384be;
  font-family: "Dancing Script", cursive;
}
@media screen and (min-width: 900px) {
  .page_introduction .sec_features .features_list li h3 span.num {
    top: -50px;
    font-size: 30px;
  }
  .page_introduction .sec_features .features_list li h3 span.num span {
    font-size: 34px;
  }
}
@media screen and (max-width: 900px) {
  .page_introduction .sec_features .features_list li h3 span.num {
    top: -40px;
    font-size: 25px;
  }
  .page_introduction .sec_features .features_list li h3 span.num span {
    font-size: 29px;
  }
}
.page_introduction .sec_photo .carousel {
  position: relative;
  max-width: 780px;
  margin: 40px auto;
  overflow: hidden;
  padding: 0 40px;
}
.page_introduction .sec_photo .carousel .carousel__track-wrapper {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.page_introduction
  .sec_photo
  .carousel
  .carousel__track-wrapper
  .carousel__track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.page_introduction
  .sec_photo
  .carousel
  .carousel__track-wrapper
  .carousel__track
  .carousel__slide {
  min-width: 100%;
  transition: transform 0.5s;
}
.page_introduction
  .sec_photo
  .carousel
  .carousel__track-wrapper
  .carousel__track
  .carousel__slide
  img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 900px) {
  .page_introduction
    .sec_photo
    .carousel
    .carousel__track-wrapper
    .carousel__track
    .carousel__slide
    img {
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .page_introduction
    .sec_photo
    .carousel
    .carousel__track-wrapper
    .carousel__track
    .carousel__slide
    img {
    height: 200px;
  }
}
.page_introduction .sec_photo .carousel .carousel__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  color: #5e4127;
}
.page_introduction
  .sec_photo
  .carousel
  .carousel__button.carousel__button--left {
  left: 0;
}
.page_introduction
  .sec_photo
  .carousel
  .carousel__button.carousel__button--right {
  right: 0;
}
.page_introduction .sec_photo .carousel .carousel__nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
.page_introduction .sec_photo .carousel .carousel__nav .carousel__indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  cursor: pointer;
}
.page_introduction
  .sec_photo
  .carousel
  .carousel__nav
  .carousel__indicator.current-slide {
  background-color: #5c3b1e;
}
@media (max-width: 600px) {
  .page_introduction .sec_photo .carousel .carousel {
    padding: 0 20px;
  }
  .page_introduction .sec_photo .carousel .carousel__button {
    font-size: 1.5rem;
  }
}

/* はじめての方へ */
.page_fisttime .accordion {
  width: 100%;
  margin: 0 auto;
}
.page_fisttime .accordion .accordion-item {
  margin-top: 10px;
}
.page_fisttime .accordion .accordion-item .accordion-header {
  width: 100%;
  text-align: left;
  background-color: #f2eee9;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
}
@media screen and (min-width: 900px) {
  .page_fisttime .accordion .accordion-item .accordion-header {
    padding: 1em 3em 1em 55px;
  }
}
@media screen and (max-width: 900px) {
  .page_fisttime .accordion .accordion-item .accordion-header {
    padding: 1em 3em 1em 40px;
  }
}
.page_fisttime .accordion .accordion-item .accordion-header::before {
  content: "Ｑ．";
  position: absolute;
  color: #5e4127;
  font-family: "Noto serif JP", Meiryo, sans-serif;
}
@media screen and (min-width: 900px) {
  .page_fisttime .accordion .accordion-item .accordion-header::before {
    left: 20px;
    top: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .page_fisttime .accordion .accordion-item .accordion-header::before {
    left: 10px;
    top: 9px;
    font-size: 18px;
  }
}
.page_fisttime .accordion .accordion-item .accordion-header .toggle-icon {
  position: absolute;
  right: 2em;
  top: 50%;
  color: #5e4127;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s ease;
  font-size: 0.8em;
  pointer-events: none;
}
.page_fisttime .accordion .accordion-item.open .toggle-icon {
  transform: translateY(-50%) rotate(-270deg);
}
.page_fisttime .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  position: relative;
}
@media screen and (min-width: 900px) {
  .page_fisttime .accordion .accordion-item .accordion-content {
    padding: 0 1em 0 55px;
  }
}
@media screen and (max-width: 900px) {
  .page_fisttime .accordion .accordion-item .accordion-content {
    padding: 0 1em 0 40px;
  }
}
.page_fisttime .accordion .accordion-item .accordion-content::before {
  content: "Ａ．";
  position: absolute;
  color: #5e4127;
  font-family: "Noto serif JP", Meiryo, sans-serif;
}
@media screen and (min-width: 900px) {
  .page_fisttime .accordion .accordion-item .accordion-content::before {
    left: 20px;
    top: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .page_fisttime .accordion .accordion-item .accordion-content::before {
    left: 10px;
    top: 12px;
    font-size: 18px;
  }
}

/* アクセス・受付時間 */
.page_accses .desc_wrp.is_pcflex h3 {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .page_accses iframe {
    margin: 20px 0 40px 0;
  }
}
@media screen and (max-width: 900px) {
  .page_accses iframe {
    margin: 50px 0 30px 0;
  }
}
.page_accses .access_method li {
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .page_accses .access_method li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.page_accses .access_method li div {
  background-color: #f2eee9;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .page_accses .access_method li div {
    line-height: 60px;
    width: 180px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 900px) {
  .page_accses .access_method li div {
    font-size: 14px;
    display: inline-block;
    padding: 5px 7px;
  }
}
@media screen and (max-width: 900px) {
  .page_accses .access_method li p {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

/* 共通パーツ 受付時間 */
.schedule_wrp {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 25px 10px 25px;
  font-size: 14px;
  color: #5e4127;
}
@media screen and (min-width: 900px) {
  .schedule_wrp {
    width: 400px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 900px) {
  .schedule_wrp {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (min-width: 900px) {
  .schedule_wrp.is_top {
    position: absolute;
    z-index: 30;
    bottom: 15px;
    right: 10vw;
  }
}
@media screen and (max-width: 900px) {
  .schedule_wrp.is_top {
    position: absolute;
    z-index: 30;
    bottom: 50px;
    right: 0;
  }
}
.schedule_wrp.is_footer {
  background-color: #faf0e2;
}
@media screen and (min-width: 900px) {
  .schedule_wrp.is_footer {
    margin-left: 6vw;
  }
}
@media screen and (max-width: 900px) {
  .schedule_wrp.is_footer {
    margin-top: 20px;
    padding: 10px;
  }
}
.schedule_wrp .schedule-table {
  border-collapse: collapse;
}
@media screen and (min-width: 900px) {
  .schedule_wrp .schedule-table {
    width: 360px;
  }
}
@media screen and (max-width: 900px) {
  .schedule_wrp .schedule-table {
    width: 100%;
    max-width: 370px;
  }
}
.schedule_wrp .schedule-table thead {
  background-color: transparent;
}
.schedule_wrp .schedule-table th,
.schedule_wrp .schedule-table td {
  border: none;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  font-family: "Noto serif JP", Meiryo, sans-serif;
  font-weight: bold;
}
.schedule_wrp .schedule-table th {
  border-bottom: 1px solid #919191;
}
.schedule_wrp .schedule-note {
  margin-top: 0.5rem;
  font-size: 12px;
}
.schedule_wrp.is_accsess {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .schedule_wrp.is_accsess {
    margin: auto;
    max-width: 100%;
    padding: 10px 0;
  }
}
.schedule_wrp.is_accsess .schedule-table {
  width: 100%;
  max-width: 700px;
  margin: auto;
  position: relative;
}
.schedule_wrp.is_accsess .schedule-table th {
  background-color: #faf0e2;
  border-bottom: none;
}
.schedule_wrp.is_accsess .schedule-table::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #5e4127;
  position: absolute;
  bottom: -5px;
}
.schedule_wrp.is_accsess .schedule-note {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .schedule_wrp.is_accsess .schedule-note {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .schedule_wrp.is_accsess .schedule-note {
    font-size: 14px;
  }
}

/* =================================== */
body .page_infertility .fv_wrp.is_lower {
  width: 100%;
  background-image: url(../img/top-banner.png);
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover;
  display: flex;
  align-items: center;
}
body .page_introduction section,
body .page_infertility section,
body .page_accses section {
  background-color: #fffefc;
}
@media screen and (min-width: 900px) {
  body .page_introduction section,
  body .page_infertility section,
  body .page_accses section {
    padding: 80px;
    max-width: 1100px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 900px) {
  body .page_introduction section,
  body .page_infertility section,
  body .page_accses section {
    padding: 10px 15px 30px 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
body .page_introduction section .link-btn,
body .page_infertility section .link-btn,
body .page_accses section .link-btn {
  margin-top: 30px;
}
body .page_introduction section .link-btn::after,
body .page_infertility section .link-btn::after,
body .page_accses section .link-btn::after {
  background-color: #f2eee9;
}
@media screen and (min-width: 900px) {
  body .page_introduction .desc_wrp.is_pcflex,
  body .page_infertility .desc_wrp.is_pcflex,
  body .page_accses .desc_wrp.is_pcflex {
    display: flex;
    justify-content: space-between;
  }
  body .page_introduction .desc_wrp.is_pcflex > div,
  body .page_infertility .desc_wrp.is_pcflex > div,
  body .page_accses .desc_wrp.is_pcflex > div {
    width: 47%;
  }
}

/* =========================不妊治療========================= */
.page_infertility .fv_wrp.is_lower h1 span {
  width: 80vw;
}
.page_infertility h3.line {
  position: relative;
  margin-top: 0px;
}
.page_infertility .accordion {
  width: 100%;
  margin: 0 auto;
}
.page_infertility .desc_wrp span {
  background-color: #ddd;
  padding: 5px 10px;
  width: fit-content;
}
.page_infertility .desc_wrp .color-orange {
  color: #f57f5b;
  background-color: unset;
  padding: 0px;
}
.page_infertility .accordion .accordion-item {
  margin-top: 10px;
}
.page_infertility .accordion .accordion-item .accordion-header {
  width: 100%;
  text-align: left;
  background-color: #f2eee9;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
}
@media screen and (min-width: 900px) {
  .page_infertility .accordion .accordion-item .accordion-header {
    padding: 1em 3em 1em 55px;
  }
}
@media screen and (max-width: 900px) {
  .page_infertility .accordion .accordion-item .accordion-header {
    padding: 1em 3em 1em 40px;
  }
}
.page_infertility .accordion .accordion-item .accordion-header::before {
  content: "Ｑ．";
  position: absolute;
  color: #5e4127;
  font-family: "Noto serif JP", Meiryo, sans-serif;
}
@media screen and (min-width: 900px) {
  .page_infertility .accordion .accordion-item .accordion-header::before {
    left: 20px;
    top: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .page_infertility .accordion .accordion-item .accordion-header::before {
    left: 10px;
    top: 9px;
    font-size: 18px;
  }
}
.page_infertility .accordion .accordion-item .accordion-header .toggle-icon {
  position: absolute;
  right: 2em;
  top: 50%;
  color: #5e4127;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s ease;
  font-size: 0.8em;
  pointer-events: none;
}
.page_infertility .accordion .accordion-item.open .toggle-icon {
  transform: translateY(-50%) rotate(-270deg);
}
.page_infertility .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  position: relative;
}
@media screen and (min-width: 900px) {
  .page_infertility .accordion .accordion-item .accordion-content {
    padding: 0 1em 0 55px;
  }
}
@media screen and (max-width: 900px) {
  .page_infertility .accordion .accordion-item .accordion-content {
    padding: 0 1em 0 40px;
  }
}
.page_infertility .accordion .accordion-item .accordion-content::before {
  content: "Ａ．";
  position: absolute;
  color: #5e4127;
  font-family: "Noto serif JP", Meiryo, sans-serif;
}
@media screen and (min-width: 900px) {
  .page_infertility .accordion .accordion-item .accordion-content::before {
    left: 20px;
    top: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .page_infertility .accordion .accordion-item .accordion-content::before {
    left: 10px;
    top: 12px;
    font-size: 18px;
  }
}

@media screen and (min-width: 900px) {
  .page_infertility .director_img {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .page_infertility .director_img img {
    width: 35%;
    margin: 20px;
    padding: 10px;
    border: solid 1px #f57f5b;
  }
  .page_infertility .director_img .graph-div {
    height: 300px;
    width: 50%;
    margin: 10px;
    padding: 10px;
    border: solid 1px #ddd;
  }
  .page_infertility .director_img .graph-div1 {
    height: 500px;
    width: 100%;
    margin: 10px;
    padding: 10px;
    border: solid 1px #ddd;
  }
}
@media screen and (max-width: 900px) {
  .page_infertility .director_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page_infertility .director_img img {
    width: 90%;
    margin: 20px;
    padding: 10px;
    border: solid 1px #f57f5b;
  }
  .page_infertility .director_img .graph-div {
    height: 300px;
    width: 90%;
    margin: 10px;
    padding: 10px;
    border: solid 1px #ddd;
  }
}

.desc_wrp {
  display: flex;
  flex-direction: column;
}

.description {
  display: flex;
  gap: 2rem;
  flex-direction: row;
  align-items: baseline;
}

.description span {
  min-width: 150px;
  height: 35px;
  text-align: center;
}
.mb-m-50 {
  margin-bottom: -50px;
}
.photo_wrp {
  display: flex;
  width: 700px;
  position: relative;
  margin: 0px auto;
  background-color: #faf0e2;
}
.photo {
  position: absolute;
  top: -20px;
  left: -25px;
  width: 300px;
  display: block;
  object-fit: cover;
}

.photo-dec {
  font-size: 16px;
  margin-left: 40%;
  padding: 15px;
}

.div-columns {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.div-columns__item {
  width: 50%;
}
.img-chinese {
  width: 100%;
  height: auto;
  margin: 20px;
  padding: 10px;
  border: solid 1px #f57f5b;
}

@media screen and (max-width: 900px) {
  .description {
    display: flex;
    gap: 0rem;
    flex-direction: column;
    align-items: baseline;
  }
  .photo_wrp {
    display: flex;
    width: 100%;
    position: relative;
    margin: 0px auto;
    background-color: #faf0e2;
  }
  .photo {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 300px;
    display: block;
    object-fit: cover;
  }
  .photo-dec {
    font-size: 16px;
    margin-left: unset;
    margin-top: 200px;
    padding: 15px;
  }
  body .link-m-btn {
    position: relative;
    height: 40px;
    width: 100%;
  }
  body .link-m-btn a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 40px;
    width: 100%;
    border: 1px solid #5e4127;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    transition: top 0.3s ease, left 0.3s ease;
    font-size: 13px;
    z-index: 2;
  }
  body .link-m-btn::after {
    content: "";
    height: 40px;
    width: 100%;
    background-color: #faf0e2;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
  }
  .div-columns {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .div-columns__item {
    width: 100%;
  }
  .img-chinese {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 30px;
    padding: 10px;
    border: solid 1px #f57f5b;
  }
}
/*# sourceMappingURL=style.css.map */
