@charset "UTF-8";


/* # =================================================================
# Style
# ================================================================= */
.reservation {
  margin-top: 50px;
}
#plastic .c-cell-item__inner {
    background-color: rgba(58, 99, 142, .05);
}
#obstetrics .c-cell-item__inner {
    background-color: rgba(224, 141, 42, .035);
}

/* # ====　　予約する　　====== */
.reservation-contact {
  position: relative;
}
.reservation-contact::after {
  content: "";
  position: absolute;
  background-size: contain;
  opacity: 0.3;
}
.reservation-contact--blue::after {
  bottom: -80px;
  right: -150px;
  width: 230px;
  height: 230px;
  background-image: url("../img/pattern01.png");
}
.reservation-contact--orange::after {
  bottom: -50px;
  right: -150px;
  width: 240px;
  height: 240px;
  background-image: url("../img/pattern02.png");
}
.reservation-contact__heading {
  font-size: 30px;
	font-weight: 600;
  line-height: 1.5;
}
.reservation-contact__heading--blue {
  color: #3a638e;
}
.reservation-contact__heading--orange {
  color: #e08d2a;
}
.reservation-contact__text {
  font-size: 15px;
  margin-top: 15px;
  z-index: 1;
	line-height: 1.5;
}
.reservation-contact__button {
  margin-top: 35px;
  z-index: 1;
}
.reservation-contact__button.c-pill-button {
  width: 280px;
  background-color: #e08d2a;
}
.reservation-contact__button.c-pill-button:not(.c-pill-button--tel) {
  padding-top: 30px;
  padding-bottom: 30px;
}
.reservation-contact__button.c-pill-button--tel {
  background-color: #3a638e;
}
.reservation-contact__button.c-pill-button::before {
  background-color: #ffffff;
}
.reservation-contact__button .c-pill-button__text {
  color: #ffffff;
}

/* # ====　　予約先　　====== */
.reservation-info {
  width: calc(100% - 190px);
}
.reservation-info__text {
  font-size: 16px;
  line-height: 1.7;
  padding-right: 30px;
  margin-top: 30px;
	text-align: justify;
}
.reservation-info__info {
  border-left: 8px solid #251e1c;
  padding-left: 15px;
  margin-top: 35px;
}
.reservation-info__tel {
  font-size: 30px;
  font-weight: 600;
  margin-top: 12px;
	letter-spacing: 0;
	position: relative;
    z-index: 5;
}
.reservation-info__tel span {
  font-size: 16px;
}
.reservation-info__time {
  font-size: 15px;
  margin-top: 10px;
	line-height: 1.3;
	letter-spacing: 0.5px;
}
.reservation-info__link {
  position: relative;
  display: inline-block;
  width: 200px;
  font-weight: 600;
  border-bottom: 1px solid #251e1c;
  padding-bottom: 15px;
  margin-top: 30px;
	position: relative;
	z-index: 5;
}
.reservation-info__link::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 18px;
  height: 10px;
  -webkit-mask-image: url("../img/icon/icon_arrow.svg");
          mask-image: url("../img/icon/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #251e1c;
}

.c-cell-item__flex:has(.reservation-info-img) {
  height: 100%;
}

.reservation-info-img {
  display: block;
  width: 190px;
  height: calc(100% + 100px);
  margin-top: -50px;
  margin-right: -50px;
	padding-left: 20px;
  overflow: hidden;
}
.reservation-info-img__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reservation-info-img--plastic .reservation-info-img__img {
  transform: scale(1.3);
  object-position: -300px center;
}

@media screen and (max-width: 1130px) and (min-width: 769px) {
  .c-cell-item__flex:has(.reservation-info) {
    flex-wrap: wrap;
  }
  .reservation-info {
    width: calc(100% - 75px);
    margin-bottom: 50px;
  }
  .reservation-info-img {
    width: calc(100% + 110px);
    height: 200px;
    margin-top: auto;
    padding-left: 0;
    margin-left: -60px;
    margin-bottom: -60px;
  }
  .reservation-info-img--plastic .reservation-info-img__img {
    transform: scale(1.3);
    object-position: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 551px) {
  .reservation-info-img--plastic .reservation-info-img__img {
    transform: scale(1.8);
    object-position: -260px center;
  }
}
@media screen and (max-width: 550px) {
  .c-cell-item__flex:has(.reservation-info) {
    flex-wrap: wrap;
  }
  .reservation-info {
    width: calc(100% - 55px);
  }
  .reservation-info-img {
    width: calc(100% + 60px);
    height: 200px;
    padding-left: 0;
    margin-top: 50px;
    margin-left: -30px;
    margin-bottom: -40px;
  }
  
  .reservation-info-img--plastic .reservation-info-img__img {
    transform: scale(1.8);
    object-position: center;
  }
	
	.reservation-contact__heading {
	  font-size: 22px;
	}
	
	.reservation-info__tel {
	  font-size: 23px;
	}
	.reservation-info__tel span {
	  font-size: 15px;
	}
	.reservation-info__text {
	  padding-right: 0;
	}
}

/* # ====　　WEB予約システム　　====== */
.reservation-system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  padding-right: 40px;
  margin-top: 40px;
}
.reservation-system__item {
  width: calc((100% - 78px) / 4);
  background-color: #ffffff;
  border-radius: 20px;
  background-size: 30px 30px;
  background-position: center 36px;
  padding: 90px 26px 34px;
}
.reservation-system__item--clock {
  background-image: url("../img/icon/icon_clock.svg");
}
.reservation-system__item--letter {
  background-image: url("../img/icon/icon_letter.svg");
}
.reservation-system__item--mail {
  background-image: url("../img/icon/icon_mail.svg");
}
.reservation-system__item--flag {
  background-image: url("../img/icon/icon_flag.svg");
}
.reservation-system__title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.reservation-system__text {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 16px;
	text-align: justify;
    letter-spacing: 0.5px;
}
@media screen and (max-width: 1023px) {
  .reservation-system {
    padding-right: 0;
  } 
}
@media screen and (max-width: 768px) {
  .reservation-system {
    flex-direction: column;
    row-gap: 15px;
  }
  .reservation-system__item {
    width: 100%;
    background-position: center 45px;
    padding: 120px 24px 30px;
  }
}
@media screen and (max-width: 425px) {
  .reservation-system {
    row-gap: 10px;
  }
  .reservation-system__item {
    background-position: 24px 26px;
    padding: 28px 24px 24px;
    background-size: 22px 22px;
  }
	.reservation-system__title {
		text-align: left;
		font-size: 18px;
		font-weight: 500;
		padding-left: 30px;
	}
}

/* # ====　　WEB予約のご利用方法　　====== */
.manual__item + .manual__item {
  position: relative;
  margin-top: 100px;
}
.manual__item + .manual__item::before {
  content: "⚫︎　⚫︎　⚫︎　⚫︎";
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  font-size: 12px;
  color: #251e1c;
  opacity: 0.2;
}
.manual__item + .manual__item .manual__content {
  margin-top: 0;
}
.manual__item + .manual__item .manual__right {
  margin-top: -51px;
}
.manual__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-top: 30px;
}
.manual__left {
  width: 200px;
}
.manual__read {
  font-size: 15px;
  line-height: 1.6;
	text-align: justify;
}
.manual__link {
  position: relative;
  display: block;
  width: 100%;
  background-color: #e08d2a;
  color: #ffffff;
  font-size: 16px;
	font-weight: 500;
  border-radius: 30px;
  padding: 22px 28px;
  margin-top: 30px;
  z-index: 1;
}
.manual__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 10px;
  -webkit-mask-image: url("../img/icon/icon_arrow.svg");
          mask-image: url("../img/icon/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #ffffff;
}
.manual__right {
  width: calc(100% - 250px);
  padding-right: 40px;
}
.manual__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px 20px;
}
.manual__supplement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  border: 20px;
  margin-top: 40px;
}

.manual-item {
  width: calc((100% - 40px) / 3);
}
.manual-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  font-size: 18px;
	font-weight: 500;
  pointer-events: none;
}
.manual-item__heading span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	font-family: "Lato", sans-serif;;
  font-size: 16px;
	font-weight: 700;
  border-radius: 50%;
  padding: 5px 5px 5px;
    background-color: rgba(224, 141, 42, .15);
    color: #e08d2a;
}
.manual-item__content {
  flex-direction: column; 
}
.manual-item__img-wrap {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 10px;
}
.manual-item__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.manual-item__text {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
}
.manual-item__sub-text {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}


.manual-box {
  width: calc(100% - 22px);
  background-color: rgba(224, 141, 42, .1);
  border-radius: 20px;
  padding: 35px 24px 35px 26px;
}
.manual-box__heading {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  background-image: url("../img/icon/icon_question.svg");
  background-position: left top 5px;
  background-size: 20px 20px;
  padding: 2px 0 5px 25px;
  pointer-events: none;
}
.manual-box__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  flex-direction: row-reverse;
  margin-top: 10px;
}
.manual-box__text {
  font-size: 15px;
  line-height: 1.7;
	text-align: justify;
}
.manual-box__text:has(+ .manual-box__img-wrap) {
  width: calc(100% - 116px);
}
.manual-box__img-wrap {
  display: block;
  flex-shrink: 0;
  width: 100px;
  max-width: 100px;
  height: 100px;
}
.manual-box__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .manual__right {
    padding-right: 0;
  }
  .manual-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .manual-item__heading {
    width: 100%;
  }
  .manual-item__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 10px;
  }
  .manual-item__img-wrap {
    width: 140px;
    margin-top: 0;
  }
  .manual-item__text {
    width: calc(100% - 140px);
    padding-left: 20px;
    margin-top: 0;
  }
  .manual-item__sub-text {
    width: 100%;
  }
  .manual-box__text-wrap {
    flex-direction: column;
    row-gap: 15px;
  }
  .manual-box__text:has(+ .manual-box__img-wrap),
  .manual-box__img-wrap{
    width: 100%;
  }
  .manual-box__img-wrap{
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .manual-item__heading,
  .manual-box__heading {
    pointer-events: auto;
    cursor: pointer;
    transition: opacty, 0.3s;
  }
  .is-sp .manual-item__content.js-accordion-contents,
  .is-sp .manual-box__text-wrap.js-accordion-contents {
    display: none;
  }
  
  .manual__content {
    width: 100%;
    flex-direction: column; 
    row-gap: 55px;
  }
  
  .manual__left {
    width: 100%;
    max-width: 250px;
  }
  .manual__link {
    margin-top: 20px;
  }
  
  .manual-item {
    border-bottom: 1px dashed #251e1c;
  }
  .manual__item + .manual__item .manual__right {
    margin-top: 0;
  }
  .manual__right {
    width: 100%;
  }
  .manual__detail {
    gap: 0;
  }
  .manual-item__heading {
    position: relative;
    padding: 20px 40px 20px 0;
  }
  .manual-box__heading::after,
  .manual-item__heading::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 26px;
    height: 26px;
    background-color: rgba(37,30,28,.1);
    border-radius: 50%;
    font-size: 26px;
      font-weight: 300;
    color: #251E1D;
    padding-bottom: 3px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .manual-box__heading.is-open::after,
  .manual-item__heading.is-open::after {
    -webkit-transform: translateY(-50%) rotateZ(-45deg);
            transform: translateY(-50%) rotateZ(-45deg);
  }
  .manual-item__content {
    padding-bottom: 20px; 
  }
  .manual-item__text {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  
  
  .manual__supplement {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
  }
  .manual-box {
    width: 100%;
    padding: 14px 12px 14px 20px;
    border-radius: 10px;
  }
  .manual-box__heading {
    position: relative;
    font-size: 15px;
    font-weight: 500;
  }
  * + .manual-box__text {
    display: block;
    margin-top: 10px;
  }
}