@charset "UTF-8";
/* media query */
body {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 668px) {
  body {
    font-size: 1.6rem;
  }
}

.reNewArea img {
  border-radius: 1em;
}
.reNewArea .general-button--green {
  background: #055f8c;
}

.reNewArea {
  /* .inquiry-form__purpose.-form-radio label:nth-last-child(2){
      background-color: red;
  } */
  /* 20210929追記：ここから */
  /* 20210929追記：ここまで */
}
.reNewArea .page-lead {
  background: #FFF;
}
.reNewArea .page-lead__inner {
  padding-top: 1.5em;
  padding-bottom: 3em;
}
.reNewArea .page-lead__body {
  padding-top: 0;
  width: 510px;
}
.reNewArea .page-lead__text01 {
  font-size: 150%;
  font-weight: 500;
}
.reNewArea .page-lead__text02 {
  font-size: 100%;
  line-height: 1.8;
}
.reNewArea .-contact_box .-tl {
  margin-bottom: 0.5em;
  margin-top: 1em;
  font-size: 110%;
  line-height: 1.52;
  font-weight: 500;
}
.reNewArea .-contact_box a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .reNewArea .page-lead__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .reNewArea .page-lead__body {
    padding-top: 2em;
    width: 100%;
  }
  .reNewArea .page-lead__text01 {
    font-size: 130%;
  }
}
.reNewArea figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reNewArea figure figcaption {
  margin-right: 2em;
}
.reNewArea figure figcaption h4 {
  font-size: 130%;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .reNewArea figure {
    display: block;
  }
  .reNewArea figure figcaption {
    margin-right: 0;
    margin-bottom: 2em;
  }
  .reNewArea figure figcaption h4 {
    font-size: 115%;
  }
}
.reNewArea .-form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reNewArea .-form-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reNewArea .-form-select select {
  width: 10em;
  margin-right: 10px;
}
.reNewArea .-form-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 20px;
}
.reNewArea .-form-radio label input {
  margin-right: 5px;
}
.reNewArea .-form-radio .inquiry-form__type-text {
  width: 200px;
}
.reNewArea .-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reNewArea .-form-checkbox li {
  display: inline-block;
}
.reNewArea .-form-checkbox li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 20px;
}
.reNewArea .-form-checkbox li label input {
  margin-right: 5px;
}
.reNewArea .inquiry-form-room li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.reNewArea .inquiry-form-room li:first-child {
  margin-top: 0px;
}
.reNewArea .inquiry-form-room li span {
  display: inline-block;
  width: 8em;
}
.reNewArea .inquiry-form-room li input {
  width: 80px;
  margin-right: 5px;
}
.reNewArea .inquiry-form-room li small {
  display: inline-block;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .reNewArea .inquiry-form-room li span {
    width: 65px;
    font-size: 90%;
  }
  .reNewArea .inquiry-form-room li span.-last {
    text-align: right;
    width: 115px;
    padding-right: 5px;
    font-size: 90%;
  }
  .reNewArea .inquiry-form-room li small {
    width: 20px;
  }
}
.reNewArea .-form-select_date table {
  width: auto;
}
.reNewArea .-form-select_date td {
  vertical-align: middle;
}
.reNewArea .-form-select_date input {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .reNewArea .-form-select_date input {
    width: 134px;
  }
}
.reNewArea #dispStayDays em {
  font-size: 14px;
  font-style: normal;
}
.reNewArea .-form-select_date span {
  padding: 5px;
  display: block;
}
.reNewArea .inquiry-form__access select {
  width: 10em;
  margin-bottom: 5px;
}
.reNewArea .inquiry-form__access .-form-radio {
  margin: 10px 0 5px;
}
.reNewArea .inquiry-form__access input[type=text] {
  width: 100px;
  margin-bottom: 5px;
}
.reNewArea .p-group_contact_form .inquiry-form__body {
  width: calc(100% - 264px);
}
@media screen and (max-width: 768px) {
  .reNewArea .p-group_contact_form .inquiry-form__body {
    width: 100%;
  }
}
.reNewArea .errWrap-mail_dm, .reNewArea .errWrap-how_to_contact, .reNewArea .errWrap-breakfast, .reNewArea .errWrap-amenities {
  width: 100%;
  display: block;
}
.reNewArea .js-datepicker {
  background: url("../img/calendar.svg") no-repeat !important;
  background-position: 95% center !important;
  background-size: 20px !important;
  background-color: #ffffff;
}
.reNewArea .bnr20210929 {
  min-height: 530px;
}
.reNewArea .bnr20210929 .page-lead__image {
  width: 35vw;
}
.reNewArea .bnr20210929 .page-lead__image img {
  height: unset;
}
.reNewArea .-sec_01 .-contact_box img {
  margin-top: 10px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .reNewArea .bnr20210929 .page-lead__image {
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .reNewArea .bnr20210929 .page-lead__image img {
    height: unset;
  }
}
optgroup.typesquare_option {
  font-weight: 600;
}

.ineligible_hotel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
  list-style: none;
}
.ineligible_hotel_title {
  font-weight: 700;
}
@media screen and (max-width: 668px) {
  .ineligible_hotel_title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 668px) {
  .ineligible_hotel {
    display: block;
  }
}
.ineligible_hotel li {
  white-space: nowrap;
  color: red;
}