@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
Content
-----------------------------------------------------------
----------------------------------------------------------- */
#obgyn-index .Content {
  padding-top: 50px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
top-image-block
-----------------------------------------------------------
----------------------------------------------------------- */

#obgyn-index .top-image-block .inner-wrap {
  margin: 0;
  position: relative;
}

#obgyn-index .top-image-block .inner-wrap p.sub-copy {
  content: "";
  position: absolute;
  height: 240px;
  top: 12px;
  right: 99px;
  font-size: 15px;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
}

#obgyn-index .top-image-block .inner-wrap .catch p {
  position: absolute;
  font-size: 24px;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: -0.1rem;
  top: 11px;
  right: 3%;
  font-weight: 500;
  height: 360px;
  z-index: 9;
}

#obgyn-index .top-image-block .inner-wrap .catch span.hospital {
  font-size: 36px;
  color: #ff7e69;
  font-weight: bold;
  letter-spacing: 0;
}

#obgyn-index .top-image-block .inner-wrap .catch span.last {
  font-size: 28px;
}

#obgyn-index .top-image-block .cta-btn-wrap {
  padding: 0 40px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
time-block
-----------------------------------------------------------
----------------------------------------------------------- */
#obgyn-index .time-block {
  padding: 60px 0;
  position: relative;
}

#obgyn-index .time-block::after {
  content: "";
  position: absolute;
  background-image: url(/img/obgyn/obgyn/flower_under.webp);
  background-repeat: no-repeat;
  background-size: 220px auto;
  width: 220px;
  height: 120px;
  bottom: -48px;
  left: 0;
}

#obgyn-index .time-block .title-wrap {
  padding: 0 40px;
}

#obgyn-index .time-block .title-wrap img {
  width: 40px;
  height: auto;
}

#obgyn-index .time-block h2 {
  margin: 6px 0 10px;
}

#obgyn-index .time-block .attention {
  margin: 10px 0 30px;
  padding: 0 40px;
}

#obgyn-index .time-block .Edit-table-wrap.scroll {
  overflow-x: auto;
}

#obgyn-index .time-block .Edit-table-wrap table {
  border-left: 1px solid #555;
  /* border-top: 1px solid #555; */
  width: 710px;
  margin: 0 0 0 40px;
  padding: 0 40px 0 0;
}

#obgyn-index .time-block .Edit-table-wrap table th,
#obgyn-index .time-block .Edit-table-wrap table td {
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  text-align: center;
}

#obgyn-index .time-block .Edit-table-wrap table td {
  width: 80px;
  height: 60px;
  background: #fff;
  padding: 5px 5px;
}

#obgyn-index .time-block .Edit-table-wrap table td.time {
  width: 80px;
  background: #efefef;
}

#obgyn-index .time-block .Edit-table-wrap table td.reservation,
#obgyn-index .time-block .Edit-table-wrap table td.first {
  background: #f9f9f9 !important;
}

#obgyn-index .time-block .Edit-table-wrap table th {
  width: 80px;
  height: 60px;
  font-size: 15px;
  color: #fff;
  background: #ff8c69;
  position: relative;
  border-top: 1px solid #555;
}


#obgyn-index .time-block .Edit-table-wrap.scroll span.sat {
  position: absolute;
  font-size: 11px;
  bottom: 5px;
  left: 7px;
}

#obgyn-index .time-block .Edit-table-wrap.scroll th.corner-cell {
  background: #dbdbdb;
  position: relative;
}

#obgyn-index .time-block .Edit-table-wrap.scroll th.corner-cell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(17deg, transparent 49.5%, black 50%, transparent 50.5%);
  pointer-events: none;
}

#obgyn-index .time-block .Edit-table-wrap.scroll th.corner-cell .top-right {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 17px;
  color: #555;
}

#obgyn-index .time-block .Edit-table-wrap.scroll th.corner-cell .bottom-left {
  position: absolute;
  bottom: 7px;
  left: 10px;
  font-size: 17px;
  color: #555;
}

#obgyn-index .time-block .Edit-table-wrap table+p {
  display: block;
  margin: 6px 50px 0 0;
  text-align: right;
}

#obgyn-index .time-block .consultation-wrap {
  margin: 0 auto;
  line-height: 1.7;
  padding: 0 40px;
  margin-bottom: 20px;
}

#obgyn-index .time-block .consultation-wrap .outpatient-wrap {
  margin: 0 0 30px;
}


#obgyn-index .time-block .consultation-wrap span.title {
  position: relative;
  font-size: 24px;
  padding: 0 0 0 28px;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
  font-weight: 500;
}


#obgyn-index .time-block .consultation-wrap .outpatient-wrap span.title {
  margin-bottom: 15px;
}

#obgyn-index .time-block .consultation-wrap span.title::before {
  content: "";
  position: absolute;
  background-color: #ff8c69;
  width: 12px;
  height: 21px;
  top: 3px;
  left: 0;
}

#obgyn-index .time-block .consultation-wrap .time-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

#obgyn-index .time-block .consultation-wrap .time-wrap span {
  font-size: 15px;
  color: #ff8c69;
  border: 1px solid #ff8c69;
  text-align: center;
  width: 60px;
  height: 28px;
  padding: 0 0 4px;
}

#obgyn-index .time-block .consultation-wrap .time-wrap p {
  font-size: 28px;
  line-height: 1;
  padding: 0 0 0 21px;
  letter-spacing: 0.28rem;
  font-weight: 500;
}


#obgyn-index .time-block .consultation-wrap .rest-wrap span.time {
  line-height: 1.5;
  font-size: 20px;
  display: block;
  margin: 0 0 10px;
  font-weight: 500;
}

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

#obgyn-index .wave-separator {
  position: relative;
  height: 25px;
  background: none;
}

#obgyn-index .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;
}


/* --------------------------------------------------------
-----------------------------------------------------------
recommend-block
-----------------------------------------------------------
----------------------------------------------------------- */

#obgyn-index .recommend-block {
  /* padding: 40px 0 60px; */
  background: linear-gradient(to bottom, #fff9f8, #ffe8de);
  text-align: center;
}


#obgyn-index .recommend-block ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

#obgyn-index .recommend-block ul li img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 2px 3px 2px #ebdcd6;
}

#obgyn-index .recommend-block ul li span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin: 15px 0 10px;
}

#obgyn-index .recommend-block ul li p {
  line-height: 1.7;
  text-align: left;
}

/* --------------------------------------------------------
-----------------------------------------------------------
info-block
-----------------------------------------------------------
----------------------------------------------------------- */
#obgyn-index .info-block {
  background-image: url(/img/obgyn/top/news_bg.webp);
  background-size: cover;
}

#obgyn-index .info-block .info-wrap {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 2px 8px 2px #efefef;
  border-radius: 16px;
  padding: 40px 20px;
  margin: 0 auto;
}

#obgyn-index .info-block .info-top-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}

#obgyn-index .info-block .info-wrap span.title {
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 1;
  padding: 0 0 0 28px;
  margin-bottom: 10px;
  font-weight: 500;
}

#obgyn-index .info-block .info-wrap span.title::before {
  content: "";
  position: absolute;
  background-color: #ff8c69;
  width: 9px;
  height: 21px;
  top: 0;
  left: 0;
}

#obgyn-index .info-block .info-wrap .btn-wrap {
  margin: 15px 0;
}

#obgyn-index .info-block .info-wrap .btn-wrap.SP-in-wrap:hover {
  transform: translateY(2px);
}

#obgyn-index .info-block .info-wrap .btn-wrap .btn-sub {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  text-decoration: none !important;
  border: 1px solid #ff8c69;
  background: none;
  border-radius: 0;
  padding: 3px 28px 5px 14px;
}

#obgyn-index .info-block .info-wrap a.btn-sub::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 10px;
  background: #ff8c69;
  transform: translateY(-50%);
  border-radius: 50%;
}

#obgyn-index .info-block .info-wrap a.btn-sub::before {
  content: "";
  position: absolute;
  background-image: url(/img/obgyn/common/arrow.svg);
  background-repeat: no-repeat;
  width: 5px;
  height: 5px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

#obgyn-index .info-block .info-categ {
  font-size: 14px;
  text-align: center;
  border: 1px solid #ff8c69;
  color: #ff8c69;
  width: 70px;
  height: 23px;
  padding: 0 0 2px;
}

#obgyn-index .info-block .info-categ .info-body {
  line-height: 1.7;
}


#obgyn-index .info-block .close-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 2px solid #ffeeee;
  padding: 0px 0 13px;
  margin: 0 0 10px;
}

#obgyn-index .info-block .close-info-wrap:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

#obgyn-index .message-block .message-wrap p {
  margin: 0 0 10px;
}

/* #obgyn-index .message-block .text-wrap{
margin: 0 0 32px;
} */

/* --------------------------------------------------------
-----------------------------------------------------------
message-block
-----------------------------------------------------------
----------------------------------------------------------- */
#obgyn-index .content-block:last-child {
  padding-bottom: 120px;
}

/*
---------------------------------------------------------
 message-block
--------------------------------------------------------- */
#obgyn-index .message-block {
  padding: 60px 40px;
  position: relative;
}

#obgyn-index .message-block::after {
  content: "";
  position: absolute;
  background-image: url(../../img/obgyn/obgyn/flower_under.webp);
  background-repeat: no-repeat;
  background-size: 280px auto;
  width: 280px;
  height: 124px;
  bottom: -28px;
  left: 0px;
  z-index: -1;
}

#obgyn-index .message-block .message-wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}


#obgyn-index .message-block .message-wrap .text-wrap {
  line-height: 2;
}