@charset "UTF-8";

.pre__special__sub-menu {
  margin-top: 2rem;
  margin: 5% 5%;
}

.pre__special__sub-menu__items {
  margin-top: 1rem;
  line-height: 1.7;
}

.pre__special__sub-menu__items__open-day {
  padding-left: 4%;
  color: red;
}

.pre__special__sub-menu__items__two-person__item {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0.6rem 3%;
}

.pre__special__sub-menu__items__two-person__item__icon {
  width: 1.8rem;
  height: 1.8rem;
  aspect-ratio: 1/1;
}

.pre__special__sub-menu__items__two-person__item button {
  width: 90%;
  text-decoration: underline;
}

.pre__special__sub-menu__items__two-person__profile-form {
  opacity: 0;
  overflow: hidden;
  transition: all 1000ms;
}

.pre__special__sub-menu__items__two-person__profile-form.show {
  opacity: 1;
}

.pre__special__sub-menu__items__two-person__profile-form__title {
  text-align: center;
  padding: 1rem 0;
}

.pre__special__sub-menu__items__form {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0.6rem 3%;
}

.pre__special__sub-menu__items__form button {
  width: 90%;
  text-decoration: underline;
}

.pre__special__sub-menu__items__item {
  padding: 0.6rem 3%;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.3803921569);
}

.pre__title__center {
  margin: 0 5%;
  margin-top: 2rem;
  font-size: 100%;
  border: 3px solid #1d2946;
}

.pre__title__center__content {
  display: flex;
  justify-content: center;
  width: calc(100% - 0.6rem);
  margin: 0.3rem;
  padding: 1rem;
  background-color: white;
  border: 1px solid #1d2946;
}

.pre__title__center__content__icon {
  position: relative;
  width: 20%;
}

.pre__title__center__content__icon .new-icon {
  position: absolute;
  animation: flashing-translucently 0.5s ease-in-out infinite alternate;
  top: -6%;
  left: -15%;
  width: 1.5rem;
  height: 1.5rem;
}

.pre__title__center__content__text {
  width: 75%;
  margin-left: 5%;
  font-size: 110%;
  line-height: 150%;
  color: #1d2946;
}

.pre__title__center__content__text__price {
  font-size: 80%;
  text-align: right;
}

.pre__title__center__content__text__price p {
  color: white;
  display: inline-block;
  margin-top: 1rem;
  padding: 0.1rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #1d2946;
}

.pre__caption__center {
  margin-top: 2rem;
  font-size: 105%;
}

.pre__caption__center__text,
.pre__caption__center__purchased-text {
  width: 90%;
  margin: 0 auto;
  font-size: 100%;
  line-height: 150%;
  color: #1d2946;
  font-family: "Yu Gothic UI Semibold , MS \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.pre__caption__center__text.center,
.pre__caption__center__purchased-text.center {
  text-align: center;
  margin-top: 5%;
  font-weight: bold;
}

.pre__caption__center__additional {
  width: 85%;
  margin: 20px auto;
  font-size: 80%;
  line-height: 150%;
  text-align: right;
  color: white;
  font-family: "Yu Gothic UI Semibold , MS \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.pre__sub__menu {
  margin-top: 2rem;
}

.pre__sub__menu__introduction {
  color: #c00000;
  width: 100%;
  font-weight: 600;
  text-align: center;
  padding: 3% 0;
}

.pre__sub__menu__center {
  margin: 0 5%;
  border: 3px solid #1d2946;
  font-size: 120%;
}

.pre__sub__menu__center__content {
  width: calc(100% - 0.6rem);
  margin: 0.3rem;
  padding: 1rem 0;
  background-color: white;
  border: 1px solid #1d2946;
}

.pre__sub__menu__center__content__range {
  color: #c00000;
  font-size: 100%;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.pre__sub__menu__center__content__item {
  width: 90%;
  margin: 0.5rem auto;
  display: flex;
  justify-content: center;
}

.pre__sub__menu__center__content__item__icon {
  width: 1.8rem;
  height: 1.8rem;
  aspect-ratio: 1/1;
}

.pre__sub__menu__center__content__item > button.m--pick-submenu {
  width: 100%;
}

.pre__sub__menu__center__content__item > button.no-response {
  background-color: rgba(47, 47, 47, 0.768627451);
  pointer-events: none;
}

.pre__sub__menu__center__content__item > form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pre__sub__menu__center__content__item__text {
  width: calc(100% - 2rem);
  margin-left: 0.5rem;
  font-size: 90%;
  line-height: 2rem;
  color: #1d2946;
  word-break: break-all;
  font-family: "Yu Gothic UI Semibold , MS \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.pre__sub__menu__center__content__item__text.selectable {
  text-decoration: underline;
}

.pre__sub__menu__center__content__item__btn {
  width: 60%;
}

.pre__sub__menu__center__content__border {
  width: 80%;
  height: 1px;
  margin: 1rem 10%;
  background-color: rgba(0, 0, 0, 0.2);
}

.pre__scroll__button {
  margin-top: 1rem;
  width: 40%;
  margin-left: 30%;
}

.pre__appraisal__scrolltop {
  content: "";
  margin-top: -3rem;
  height: 3rem;
}

.pre__appraisal__title {
  margin: 2rem 5%;
  padding-left: 1rem;
  color: #1d2946;
  line-height: 3rem;
  border-bottom: 1px solid #1d2946;
}

.pre__appraisal__buttons {
  width: 100%;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
}

.pre__appraisal__buttons__button {
  width: 40%;
}

.pre__appraisal__buttons__button:nth-child(2) {
  margin-left: 1rem;
}

.pre__appraisal__text-button {
  width: 100%;
  margin-left: 0.5rem;
  font-size: 90%;
  line-height: 2rem;
  color: #1d2946;
  word-break: break-all;
  text-decoration: underline;
  font-family: "Yu Gothic UI Semibold , MS \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.pre__appraisal__guidance {
  width: 90%;
  margin: 0 auto;
  color: #1d2946;
  font-size: 100%;
  text-align: center;
  font-family: "Yu Gothic UI Semibold , MS \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.pre__wait__buttons {
  width: 100%;
  margin: 2rem 0;
}

.pre__wait__buttons__button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}

.pre__wait__buttons__button.none {
  display: none;
}

.pre__wait__buttons__button.fullopen_btn {
  width: 57.145%;
}

.pre__wait__guidance {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #1d2946;
  font-size: 100%;
  text-align: center;
  font-family: "Yu Gothic UI Semibold , MS \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.pre__guidance__item {
  width: 90%;
  margin: 1rem 5%;
  border-bottom: 1px solid #1d2946;
}

.pre__guidance__item__body {
  color: #1d2946;
  line-height: 2rem;
  font-size: 80%;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 1000ms;
}

.pre__guidance__item__body.opened {
  opacity: 1;
  max-height: 100vh;
  overflow: scroll;
}

.pre__guidance__item__button {
  width: 100%;
  padding-left: 1rem;
  line-height: 3rem;
  position: relative;
}

.pre__guidance__item__button.closed:after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 1rem;
  color: #1d2946;
}

.pre__guidance__item__button.opened:after {
  content: "\25B2";
  position: absolute;
  top: 0;
  right: 1rem;
  color: #1d2946;
}

.pre__title_reservation {
  width: 100%;
  padding: 5% 0;
}

.pre__comfirm_reservation {
  color: #b71111;
  text-align: center;
  margin-bottom: -5%;
}

.bookmark__button {
  width: 65%;
  margin-bottom: 1%;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid rgba(98, 70, 59, 0.567);
  letter-spacing: 1px;
  text-shadow: 0;
  text-align: center;
  background-color: white;
  font-size: 80%;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
}

.bookmark__button.unsaved {
  color: black;
}

.bookmark__button:active {
  letter-spacing: 2px;
}

.bookmark__button.saved {
  color: white;
  background-color: gray;
}

.bookmark__button:after {
  position: absolute;
  top: 25%;
  right: 0;
  font-size: 100%;
  content: "\3009";
  color: white;
}

.bookmark__button.onclic {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-width: 3px;
  font-size: 0;
  border-left-color: white;
  animation: rotate 2s 0.25s linear infinite;
}

.bookmark__button.onclic:after {
  content: "";
}

.bookmark__button.onclic:hover {
  background: white;
}

.bookmark-center {
  text-align: center;
  overflow: hidden;
  height: 3rem;
}

.target-profile-selectors {
  position: relative;
}

.target-profile-selectors:after {
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BC";
  pointer-events: none;
}

.target-profile-selector {
  width: 70%;
  margin-left: 15%;
  padding: 12px;
  text-align: center;
  border: 1px solid #999;
  background: #eee;
  background: right 50%, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
  background-size: 20px, 100%;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#ui-datepicker-div {
  z-index: 2;
}

.history-guidance {
  opacity: 0;
  height: 0;
  line-height: 1.5;
  font-weight: bold;
}

.history-guidance.show {
  opacity: 1;
  height: auto;
  margin-top: 20px;
}

.reservation__appraisal__buttons {
  width: 100%;
  margin: 1rem 0;
  display: block;
  text-align: center;
  justify-content: center;
}

.reservation__appraisal__buttons__button {
  width: 100%;
}

