main {
  padding-bottom: 0;
}
.viewing-contents {
  position: relative;
  z-index: 1;
}
.viewing-contents hr {
  margin: 10.6666666667vw 0;
  border-top: 1px solid #ded8d8;
}
@media screen and (min-width: 992px) {
  .viewing-contents hr {
    margin: 60px 0;
  }
}

.viewing-content-title {
  margin-bottom: 1em;
  font-size: 4.8vw;
  font-weight: 700;
}
.viewing-content-image img {
  width: 100%;
}
.viewing-content-lead {
  margin-bottom: 2em;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 992px) {
  .viewing-content-title {
    font-size: 24px;
  }
  .viewing-content-lead {
    font-size: 16px;
    line-height: 1.8;
  }
}

.viewing-intro > .d-flex,
.viewing-recommend > .d-flex {
  flex-direction: column;
  margin-bottom: 6.6666666667vw;
}
.viewing-intro-body,
.viewing-recommend-body {
  margin-bottom: 1.5em;
  font-size: 3.4666666667vw;
}
.viewing-intro-title,
.viewing-recommend-title {
  margin-bottom: 0.5em;
  font-size: 4.5333333333vw;
  font-weight: 700;
}
.viewing-intro-text,
.viewing-recommend-text {
  margin-bottom: 1em;
}
.viewing-intro-image img,
.viewing-recommend-image img {
  width: 100%;
  border-radius: 1.3333333333vw;
}
.viewing-intro-caution,
.viewing-recommend-caution {
  color: #ee8c97;
}
.viewing-intro-notes,
.viewing-recommend-notes {
  padding: 1.5em;
  color: #ee8c97;
  font-size: 3.4666666667vw;
  background-color: #fbedee;
}
.viewing-intro-notes a,
.viewing-recommend-notes a {
  color: #ee8c97;
  text-decoration: underline;
}
.viewing-intro-check li,
.viewing-recommend-check li {
  display: flex;
  position: relative;
  padding-left: 1.5em;
  font-weight: 700;
}
.viewing-intro-check li:not(:last-child),
.viewing-recommend-check li:not(:last-child) {
  margin-bottom: 0.5em;
}
.viewing-intro-check li::before,
.viewing-recommend-check li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 4.2666666667vw;
  height: 3.7333333333vw;
  background: url("/assets/images/viewing/img_viewing_recommend_check.png") 0 0/contain no-repeat;
}
@media screen and (min-width: 992px) {
  .viewing-intro > .d-flex,
  .viewing-recommend > .d-flex {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .viewing-intro > .d-flex:first-of-type .viewing-intro-body,
  .viewing-recommend > .d-flex:first-of-type .viewing-intro-body {
    order: 2;
  }
  .viewing-intro > .d-flex:first-of-type .viewing-intro-image,
  .viewing-recommend > .d-flex:first-of-type .viewing-intro-image {
    order: 1;
  }
  .viewing-intro-body,
  .viewing-recommend-body {
    width: 46%;
    margin-bottom: 0;
    font-size: 16px;
  }
  .viewing-intro-title,
  .viewing-recommend-title {
    font-size: 22px;
  }
  .viewing-intro-text,
  .viewing-recommend-text {
    line-height: 1.8;
  }
  .viewing-intro-image,
  .viewing-recommend-image {
    width: 50%;
  }
  .viewing-intro-image img,
  .viewing-recommend-image img {
    border-radius: 10px;
  }
  .viewing-intro-notes,
  .viewing-recommend-notes {
    margin-top: -20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .viewing-intro-check li,
  .viewing-recommend-check li {
    align-items: center;
    padding-left: 2em;
  }
  .viewing-intro-check li:not(:last-child),
  .viewing-recommend-check li:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .viewing-intro-check li::before,
  .viewing-recommend-check li::before {
    top: auto;
    width: 24px;
    height: 21px;
  }
}

.viewing-staff {
  position: relative;
}

.viewing-staff-name {
  margin-top: 0.5rem;
  font-size: 74%;
  text-align: center;
}

.viewing-staff-image {
  position: relative;
  width: 60%;
  margin: 0 auto !important;
}

@media screen and (min-width: 992px) {
  .viewing-staff-image {
    position: absolute;
    right: 80px;
    top: -36px;
    width: 160px;
    margin: auto;
  }
}
.viewing-flow {
  counter-reset: number;
  margin-bottom: 16vw;
}
.viewing-flow-item {
  margin-bottom: 2.6666666667vw;
  padding: 4vw;
  background-color: #f5f3ec;
  border: 0.5333333333vw solid #52514c;
  border-radius: 1.3333333333vw;
}
.viewing-flow-item-title {
  display: flex;
  margin-bottom: 2vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.viewing-flow-item-title::before {
  counter-increment: number;
  content: counter(number) "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2vw;
  margin-right: 0.5em;
  color: #fff;
  font-family: Century Gothic, sans-serif;
  font-size: 4.2666666667vw;
  background-color: #52514c;
}
.viewing-flow-item-image img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .viewing-flow {
    margin-bottom: 90px;
  }
  .viewing-flow-item {
    display: flex;
    gap: 0 25px;
    margin-bottom: 20px;
    padding: 30px 40px;
    background-color: #f5f3ec;
    border-width: 4px;
    border-radius: 10px;
  }
  .viewing-flow-item::before {
    counter-increment: number;
    content: counter(number) "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-right: 0;
    padding-right: 40px;
    color: #4a4942;
    font-family: Century Gothic, sans-serif;
    font-size: 30px;
    font-weight: 700;
    border-right: 2px solid #52514c;
  }
  .viewing-flow-item-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .viewing-flow-item-title {
    display: block;
    margin-bottom: 0.5em;
    font-size: 18px;
  }
  .viewing-flow-item-title::before {
    content: none;
  }
  .viewing-flow-item-image {
    flex-shrink: 0;
    width: 220px;
  }
}

.viewing-schedule {
  position: relative;
  padding: 8vw 5.3333333333vw 4vw 5.3333333333vw;
  font-size: 3.4666666667vw;
  background-color: #fbedee;
  border-radius: 1.3333333333vw;
}
.viewing-schedule-title {
  position: absolute;
  top: -1.25em;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  padding: 0.5em 2em;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  background-color: #e9a5ac;
  border-radius: 9999px;
}
.viewing-schedule-text {
  margin-bottom: 0.2em;
  color: #ee8c97;
  font-size: 8.2666666667vw;
  font-weight: 700;
  text-align: center;
}
.viewing-schedule-caution {
  margin-bottom: 1em;
  color: #ee8c97;
}
.viewing-schedule .btn {
  display: block;
  margin-top: 2.6666666667vw;
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  color: #4a4942;
  font-size: 3.4666666667vw;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  border-color: #fff;
}
.viewing-schedule .btn .d-flex {
  align-items: center;
  justify-content: center;
}
.viewing-schedule .btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  margin-left: 0.5em;
  font-size: 2.1333333333vw;
  background-color: #dedad2;
  border-radius: 50%;
  transition: 0.2s ease;
}
.viewing-schedule .btn:hover {
  color: #fff;
}
.viewing-schedule .btn:hover i {
  color: #e9a5ac;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .viewing-schedule {
    padding: 60px 40px 50px;
    font-size: 16px;
    border-radius: 10px;
  }
  .viewing-schedule-title {
    min-width: 390px;
    font-size: 20px;
  }
  .viewing-schedule-text {
    font-size: 44px;
  }
  .viewing-schedule-caution {
    text-align: center;
  }
  .viewing-schedule .btn {
    width: fit-content;
    margin: 20px auto 0;
    padding: 25px 60px;
    font-size: 16px;
  }
  .viewing-schedule .btn i {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
}

.viewing-contact-title {
  margin-bottom: 1em;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .viewing-contact-title {
    font-size: 24px;
  }
}
