@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap&subset=japanese");

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
}

.content-block {
  padding: 60px 40px;
}

.content-block .title-wrap {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
}

.content-block .title-wrap .h2-img {
  width: 50px;
  height: auto;
  margin: 0 auto;
  display: block;
}

h2 {
  font-size: 22px;
  color: #f9673a;
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  text-align: center;
  font-weight: normal;
}

.content-block .title-wrap .article-text-wrap {
  margin-top: 9px;
}

h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #555;
  z-index: 1;
  font-weight: normal;
  margin: 0 0 24px;
  line-height: 1;
}

h3::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 20px);
  height: 8px;
  background-color: #ffbdab;
  z-index: -1;
}

h3+p {
  line-height: 1.5;
}

.cta-btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 32px 0 0;
}

.cta-btn-wrap .btn-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.cta-btn-wrap a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #ff8c69;
  border-radius: 50px;
  padding: 10px 0;
}


.cta-btn-wrap .btn-wrap.bird::before {
  content: "";
  position: absolute;
  background-image: url(/img/obgyn/common/cta_obstetrics.webp);
  background-size: 44px auto;
  background-repeat: no-repeat;
  width: 44px;
  height: 50px;
  top: 1px;
  right: 5px;
}

.cta-btn-wrap .btn-wrap::before {
  content: "";
  position: absolute;
  background-image: url(/img/obgyn/common/cta_contact.webp);
  background-size: 30px auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 55px;
  top: -3px;
  right: 17px;
}

img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.wave-separator 
-----------------------------------------------------------
----------------------------------------------------------- */

.wave-separator {
  position: relative;
  height: 80px;
  background: none;
}

.wave-separator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220%;
  background: url('/img/obgyn/common/wave.svg') no-repeat bottom center;
  background-size: cover;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  padding-top: 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.1);
}

.Header .Header-in-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

/*
---------------------------------------------------------
logo-wrap
--------------------------------------------------------- */
.Header .logo-wrap {
  width: 160px;
  padding-left: 10px;
}

.Header .Header-in-wrap .logo-wrap a {
 color: #333;
 text-decoration: none;
}

.Header .logo-wrap h1 {
  font-size: 8px;
  padding-left: 5px;
  line-height: 1;
}

.Header .logo-wrap img {
  height: 30px !important;
}

.Header .logo-wrap .tel-wrap {
  display: none;
}

/*
---------------------------------------------------------
 Header-sp-nav
--------------------------------------------------------- */
.Header .Header-sp-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 50px;
  text-decoration: none;
  text-align: center;
  padding: 3px 10px 3px 10px;
  background-color: #ff8c69;
}

.Header .btn-search {
  background-color: #e8e8e8;
  color: #422807;
  font-size: 23px;
}

.Header .Header-sp-nav .menu-icon {
  display: block;
  width: 28px;
}

.Header .Header-sp-nav .menu-icon span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  display: block;
  height: 2px;
  border-radius: 1px;
}

.Header .Header-sp-nav .menu-icon span+span {
  margin-top: 7px;
}

/*
---------------------------------------------------------
 Header-sp-nav.MOD-open
--------------------------------------------------------- */
.Header .Header-sp-nav.MOD-open .menu-icon {
  position: relative;
  height: 23px;
}

.Header .Header-sp-nav.MOD-open .menu-icon span {
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  margin: 0 auto;
}

.Header .Header-sp-nav.MOD-open .menu-icon span:first-child {
  transform: translateY(14px) rotate(-45deg);
}

.Header .Header-sp-nav.MOD-open .menu-icon span:nth-child(2) {
  transform: translateY(14px) rotate(45deg);
}

.Header .Header-sp-nav.MOD-open .menu-icon span:nth-child(3) {
  display: none;
}

/*
---------------------------------------------------------
header-nav
--------------------------------------------------------- */
.Header .header-nav {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 50px);
  z-index: 200;
  padding: 40px 25px 50px;
  overflow-y: auto;
}

.Header .header-nav:before {
  content: '';
  background-color: #fff;
  opacity: 0.95;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 50px);
  z-index: -1;
  border-top: 1px solid #ccc;
}

.Header .header-nav .nav-wrap ul li {
  border-top: 1px solid #c5ad90;
}

.Header .header-nav .nav-wrap ul li:last-child {
  border-bottom: 1px solid #c5ad90;
}

.Header .header-nav .nav-wrap ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 13px 15px 14px;
  height: 62px;
  text-decoration: none;
  color: #59554d;
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: bold;
}


.Header .header-nav .nav-wrap ul li a img {
  max-height: 35px;
  width: 50px;
}

.Header .header-nav .nav-wrap ul li:nth-of-type(3) a img {
  max-height: 30px;
}

.Header .header-nav .nav-wrap ul li:nth-of-type(4) a img {
  max-height: 25px;
}

.Header .header-nav .guide-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.Header .header-nav .guide-wrap .btn-wrap {
  width: 80%;
  font-size: 18px;
  background-color: #ff8c69;
  padding: 8px 0 9px;
  font-weight: 500;
  position: relative;
  margin: 0 0 7px;
}

.Header .header-nav .guide-wrap .btn-wrap a {
  color: #fff;
  text-decoration: none;
}

.Header .header-nav .guide-wrap .btn-wrap.news a {
  padding: 0 0 0 58px;
}

.Header .header-nav .guide-wrap .btn-wrap.main-site a {
  padding: 0 0 0 44px;
}

.Header .header-nav .guide-wrap .btn-wrap.news::before {
  content: "";
  position: absolute;
  background-image: url(../../img/obgyn/common/header_news.svg);
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
  top: 9px;
  left: 16px;
}

.Header .header-nav .guide-wrap .btn-wrap.main-site::before {
  content: "";
  position: absolute;
  background-image: url(../../img/obgyn/common/header_hospital.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  top: 9px;
  left: 15px;
}

.Header .header-nav .tel-info-wrap {
  padding: 25px 0 30px;
}

.Header .header-nav .title {
  text-align: center;
  font-size: 112%;
  font-weight: bold;
  color: #422807;
  margin-bottom: 5px;
}

.Header .header-nav .tel {
  color: #ff8c69;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.Header .header-nav .tel span.name {
  font-size: 130%;
  margin-right: 7px
}

.Header .header-nav .tel a.number {
  font-family: Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 200%;
  font-weight: bold;
  letter-spacing: 0;
}

.Header .header-nav .number-txt {
  text-align: center;
  font-size: 88%;
  padding-top: 2px;
}



/* --------------------------------------------------------
-----------------------------------------------------------
.Footer
-----------------------------------------------------------
----------------------------------------------------------- */

.Footer {
  position: relative;
}

.Footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background-image: url(/img/obgyn/common/contents_under.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  top: -80px;
  left: 0;
}

.Footer .Footer-top-wrap {
  padding: 20px 40px;
  background: url(/img/obgyn/common/Footer_img.webp) no-repeat center center;
  background-color: #fbf0e8;
  background-size: cover;
}

.Footer .Footer-top-wrap .footer-top-content .information {
  font-weight: bold;
}

.Footer .Footer-top-wrap .footer-top-content .information .number-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  gap: 5px;
  margin: 0 0 10px;
}

.Footer .Footer-top-wrap .footer-top-content .information .number-wrap p {
  line-height: 1 !important;
}

.Footer .Footer-top-wrap .footer-top-content .information .tel {
  position: relative;
  font-size: 30px;
  color: #555;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  padding: 0 0 0 30px;
  line-height: 1;
}

.Footer .Footer-top-wrap .footer-top-content .information .tel::before {
  position: absolute;
  content: "";
  background-image: url(/img/obgyn/common/footer_tel.svg);
  background-size: 20px 26px;
  background-repeat: no-repeat;
  width: 20px;
  height: 26px;
  top: 2px;
  left: 0;
}

.Footer .Footer-top-wrap .footer-top-content .information .number-wrap .fax {
  position: relative;
  font-size: 30px;
  color: #555;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  padding: 0 0 0 30px;
  line-height: 1;
  margin: 0;
}


.Footer .Footer-top-wrap .footer-top-content .information .number-wrap .fax::before {
  position: absolute;
  content: "";
  background-image: url(/img/obgyn/common/footer_fax.svg);
  background-size: 24px 25px;
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
  top: 3px;
  left: 0;
}

.Footer .Footer-top-wrap .footer-top-content .information p {
  line-height: 1.3;
  color: #555;
  font-size: 19px;
}

.Footer .Footer-top-wrap .footer-top-content .information .number-txt {
  font-size: 13px;
  font-weight: normal;
  color: #555;
  padding: 0;
}

.Footer .Footer-top-wrap .footer-top-content .information .address {
  line-height: 1 !important;
  margin: 0;
}

.Copyright {
  padding: 10px 0;
  background-color: #333;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.banner-block
-----------------------------------------------------------
----------------------------------------------------------- */

.banner-block{
    margin: 54px 0;
}