@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.header-hamburger__line {
  background: #333;
}

.header-hamburger.--active .header-hamburger__line {
  background: #fff;
}

.width {
  max-width: 1200px;
}

.outer {
  background: #F7F7F7;
}

body.en .hotellist__result {
  width: 240px;
}
body.en .hotellist__img .situation {
  width: auto;
}
body.en .hotellist__txt .spec dl:nth-child(2) {
  display: block;
}

.hotellist__search-box {
  border: 1px solid #AEAEAE;
  background: #F7F6F1;
  padding: 4cqw;
}
@media all and (max-width: 1367px) {
  .hotellist__search-box {
    padding: 3cqw 2cqw;
  }
}
@media all and (max-width: 480px) {
  .hotellist__search-box {
    padding: 6cqw 5cqw;
  }
}
.hotellist__search-box .searcharea__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3cqw;
  padding-bottom: 30px;
  border-bottom: 1px solid #aeaeae;
}
@media all and (max-width: 1367px) {
  .hotellist__search-box .searcharea__wrap {
    gap: 1.5cqw;
  }
}
@media all and (max-width: 480px) {
  .hotellist__search-box .searcharea__wrap {
    gap: 7cqw;
  }
}
.hotellist__search-box .searcharea__wrap .place {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 3cqw;
  border-right: 1px solid #aeaeae;
}
@media all and (max-width: 1367px) {
  .hotellist__search-box .searcharea__wrap .place {
    padding-right: 1.5cqw;
  }
}
@media all and (max-width: 1025px) {
  .hotellist__search-box .searcharea__wrap .place {
    padding-right: 0;
    border-right: none;
    width: 35%;
  }
}
@media all and (max-width: 896px) {
  .hotellist__search-box .searcharea__wrap .place {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .hotellist__search-box .searcharea__wrap .place {
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 7cqw;
  }
}
.hotellist__search-box .searcharea__wrap .place p {
  position: relative;
  padding: 0 0 0 22px;
}
.hotellist__search-box .searcharea__wrap .place p::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../../assets/images/common/icon_place.svg) center center/cover no-repeat;
  width: 20px;
  height: 20px;
}
.hotellist__search-box .searcharea__wrap .place select {
  cursor: pointer;
  background: #fff;
  text-align: center;
  padding: 10px;
  width: 250px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media all and (max-width: 1025px) {
  .hotellist__search-box .searcharea__wrap .place select {
    width: 90%;
  }
}
@media all and (max-width: 896px) {
  .hotellist__search-box .searcharea__wrap .place select {
    width: 100%;
  }
}
.hotellist__search-box .searcharea__wrap .calendar__area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 3cqw;
  border-right: 1px solid #aeaeae;
}
@media all and (max-width: 1367px) {
  .hotellist__search-box .searcharea__wrap .calendar__area {
    padding-right: 1.5cqw;
  }
}
@media all and (max-width: 1025px) {
  .hotellist__search-box .searcharea__wrap .calendar__area {
    padding-right: 0;
    border-right: none;
    width: 35%;
  }
}
@media all and (max-width: 896px) {
  .hotellist__search-box .searcharea__wrap .calendar__area {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .hotellist__search-box .searcharea__wrap .calendar__area {
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 7cqw;
  }
}
.hotellist__search-box .searcharea__wrap .calendar__area p {
  position: relative;
  padding: 0 0 0 22px;
}
@media all and (max-width: 1025px) {
  .hotellist__search-box .searcharea__wrap .calendar__area p {
    padding: 0 10px 0 22px;
  }
}
@media all and (max-width: 896px) {
  .hotellist__search-box .searcharea__wrap .calendar__area p {
    padding: 0 0 0 22px;
  }
}
.hotellist__search-box .searcharea__wrap .calendar__area p::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../../assets/images/common/icon_calendar.svg) center center/cover no-repeat;
  width: 20px;
  height: 20px;
}
.hotellist__search-box .searcharea__wrap .calendar__area input.calendar {
  cursor: pointer;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 10px;
  width: 250px;
}
@media all and (max-width: 1025px) {
  .hotellist__search-box .searcharea__wrap .calendar__area input.calendar {
    width: 90%;
  }
}
@media all and (max-width: 896px) {
  .hotellist__search-box .searcharea__wrap .calendar__area input.calendar {
    width: 100%;
  }
}
.hotellist__search-box .searcharea__wrap .adult {
  max-width: 280px;
}
@media all and (max-width: 1025px) {
  .hotellist__search-box .searcharea__wrap .adult {
    width: 35%;
  }
}
@media all and (max-width: 896px) {
  .hotellist__search-box .searcharea__wrap .adult {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .hotellist__search-box .searcharea__wrap .adult {
    width: 45%;
  }
}
.hotellist__search-box .searcharea__wrap .adult__select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.hotellist__search-box .searcharea__wrap .adult__select p:first-child {
  position: relative;
  padding-left: 22px;
}
.hotellist__search-box .searcharea__wrap .adult__select p:first-child::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../../assets/images/common/icon_adult.svg) center center/cover no-repeat;
  width: 20px;
  height: 20px;
}
.hotellist__search-box .searcharea__wrap .adult__people {
  text-align: center;
}
@media all and (max-width: 1025px) {
  .hotellist__search-box .searcharea__wrap .adult__people {
    width: 90%;
  }
}
@media all and (max-width: 896px) {
  .hotellist__search-box .searcharea__wrap .adult__people {
    width: 100%;
  }
}
.hotellist__search-box .searcharea__wrap .adult__people select {
  cursor: pointer;
  background: #fff;
  text-align: center;
  padding: 10px;
  width: 160px;
}
@media all and (max-width: 896px) {
  .hotellist__search-box .searcharea__wrap .adult__people select {
    width: 100%;
  }
}
@media all and (max-width: 1025px) {
  .hotellist__search-box .searcharea__wrap .child {
    width: 35%;
  }
}
@media all and (max-width: 896px) {
  .hotellist__search-box .searcharea__wrap .child {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .hotellist__search-box .searcharea__wrap .child {
    width: 45%;
  }
}
.hotellist__search-box .searcharea__wrap .child__select {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hotellist__search-box .searcharea__wrap .child__select p:first-child {
  position: relative;
  padding-left: 22px;
}
.hotellist__search-box .searcharea__wrap .child__select p:first-child::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../../assets/images/common/icon_child.svg) center center/cover no-repeat;
  width: 20px;
  height: 20px;
}
.hotellist__search-box .searcharea__wrap .child__people {
  text-align: center;
}
@media all and (max-width: 1025px) {
  .hotellist__search-box .searcharea__wrap .child__people {
    width: 90%;
  }
}
@media all and (max-width: 896px) {
  .hotellist__search-box .searcharea__wrap .child__people {
    width: 100%;
  }
}
.hotellist__search-box .searcharea__wrap .child__people select {
  cursor: pointer;
  background: #fff;
  text-align: center;
  padding: 10px;
  width: 160px;
}
@media all and (max-width: 896px) {
  .hotellist__search-box .searcharea__wrap .child__people select {
    width: 100%;
  }
}
.hotellist__search-box .searcharea__wrap .notetxt {
  font-size: 1.3rem;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 480px) {
  .hotellist__search-box .searcharea__wrap .notetxt {
    font-size: 1.2rem;
  }
}
.hotellist__search-box .buttonbox {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.hotellist__search-box .buttonbox button, .hotellist__search-box .buttonbox a {
  position: relative;
  display: block;
  border: 1px solid #826A29;
  padding: 12px 20px;
}
.hotellist__search-box .buttonbox button.submit, .hotellist__search-box .buttonbox a.submit {
  color: #fff;
  background: #826A29;
}
.hotellist__search-box .buttonbox button.reset, .hotellist__search-box .buttonbox a.reset {
  color: #826A29;
  border-color: #826A29;
  background: #fff;
}
.hotellist__search-select {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #aeaeae;
}
.hotellist__search-select label {
  cursor: pointer;
}
.hotellist__search-select label input {
  margin: 0 0.5em 0.2em 0;
}
.hotellist__result {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 60px;
  font-size: 2rem;
  width: 140px;
}
@media all and (max-width: 896px) {
  .hotellist__result {
    gap: 5px;
    font-size: 1.6rem;
    width: 110px;
  }
}
.hotellist .nonetxt {
  text-align: center;
  grid-column: 1/-1;
  font-size: 1.8rem;
}
@media all and (max-width: 600px) {
  .hotellist .nonetxt {
    font-size: 1.5rem;
  }
}
.hotellist__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 45px;
  margin: 60px 0 120px;
}
@media all and (max-width: 896px) {
  .hotellist__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 23px;
    margin-top: 30px;
  }
}
@media all and (max-width: 600px) {
  .hotellist__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.hotellist__card {
  background: #fff;
}
.hotellist__card a {
  display: block;
}
.hotellist__img {
  position: relative;
}
.hotellist__img figure {
  overflow: hidden;
  transition: 0.5s;
  aspect-ratio: 1.412/1;
}
@media all and (max-width: 480px) {
  .hotellist__img figure {
    aspect-ratio: 1.6/1;
  }
}
.hotellist__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hotellist__img .situation {
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: center;
  padding: 6px 12px;
  color: #826A29;
  background: #fff;
  font-size: 1.4rem;
  width: 108px;
}
.hotellist__txt {
  padding: 25px;
}
@media all and (max-width: 896px) {
  .hotellist__txt {
    padding: 20px 25px;
  }
}
.hotellist__txt-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotellist__txt-head ul {
  display: flex;
  gap: 5px 10px;
}
.hotellist__txt-head ul li {
  text-align: center;
}
@media all and (max-width: 896px) {
  .hotellist__txt-head ul li {
    font-size: 1.2rem;
  }
}
.hotellist__txt-head ul li.place {
  position: relative;
  background: #333;
  color: #fff;
  padding: 1px 13px 1px 23px;
  font-size: 1.3rem;
}
@media all and (max-width: 896px) {
  .hotellist__txt-head ul li.place {
    font-size: 1.2rem;
  }
}
.hotellist__txt-head ul li.place::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  background: url(../../assets/images/common/icon_place.svg) center center/cover no-repeat;
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}
.hotellist__txt-head p a {
  position: relative;
  display: inline-block;
  color: #666;
  text-decoration: underline;
  padding-right: 1em;
  font-size: 1.4rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .hotellist__txt-head p a {
    font-size: 1.3rem;
  }
}
.hotellist__txt-head p a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../assets/images/common/icon_outside.svg) center center/cover no-repeat;
  width: 12px;
  height: 12px;
  filter: brightness(0);
  opacity: 0.5;
}
.hotellist__txt-head p a:hover {
  transform: translateX(5px);
}
.hotellist__txt h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  .hotellist__txt h3 {
    font-size: 1.8rem;
  }
}
.hotellist__txt .spec {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hotellist__txt .spec dl {
  display: flex;
  gap: 8px;
  font-size: 1.6rem;
}
.hotellist__txt .detail {
  font-size: 1.4rem;
}
.hotellist__txt p {
  margin-top: 5px;
}
.hotellist__txt p.link a {
  position: relative;
  display: inline-block;
  color: #826A29;
  text-decoration: underline;
  padding-right: 1em;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .hotellist__txt p.link a {
    font-size: 1.3rem;
  }
}
.hotellist__txt p.link a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../assets/images/common/icon_outside.svg) center center/cover no-repeat;
  width: 10px;
  height: 10px;
}
.hotellist__txt p.link a:hover {
  transform: translateX(5px);
}
.hotellist__img {
  position: relative;
}
.hotellist__link {
  position: relative;
  padding: 20px 15px;
  color: #333;
}
.hotellist__link::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../../assets/images/common/icon_outside.svg) center center/cover no-repeat;
  width: 10px;
  height: 10px;
}
.hotellist__btnbox {
  margin-top: 30px;
}
.hotellist__btnbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
@media all and (max-width: 896px) {
  .hotellist__btnbox ul {
    flex-direction: column;
  }
}
@media all and (max-width: 600px) {
  .hotellist__btnbox ul {
    flex-direction: row;
  }
}
@media all and (max-width: 480px) {
  .hotellist__btnbox ul {
    flex-direction: column;
  }
}
.hotellist__btnbox ul li.room a {
  background: #fff;
  color: #826A29;
}
.hotellist__btnbox ul li.room a:hover {
  background: #333;
  color: #fff;
}
.hotellist__btnbox ul li.room a:hover::after {
  filter: brightness(0) invert(1);
}
.hotellist__btnbox ul li.reservation a {
  background: #826A29;
  color: #fff;
}
.hotellist__btnbox ul li.reservation a::after {
  filter: brightness(0) invert(1);
}
.hotellist__btnbox ul li.reservation a:hover {
  background: #333;
}
.hotellist__btnbox ul li.reservation a.novacancy {
  pointer-events: none;
  background: #bbb;
  border-color: #bbb;
}
.hotellist__btnbox ul li.reservation a.novacancy:hover {
  background: #bbb;
}
.hotellist__btnbox ul li a {
  position: relative;
  display: block;
  padding: 10px 35px 10px 20px;
  border: 1px solid #826A29;
  font-size: 1.4rem;
}
.hotellist__btnbox ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../../assets/images/common/icon_outside.svg) center center/cover no-repeat;
  width: 12px;
  height: 12px;
}
.hotellist__btnbox ul li a:hover {
  opacity: 1;
  border-color: #333;
}

.flatpickr-calendar {
  z-index: 10000;
}

.flatpickr-calendar.static.open {
  top: auto !important;
  bottom: 100% !important;
  margin-bottom: 5px;
}

.flatpickr-calendar.static.open.arrowTop::before,
.flatpickr-calendar.static.open.arrowTop::after,
.flatpickr-calendar.static.open.arrowBottom::before,
.flatpickr-calendar.static.open.arrowBottom::after {
  display: none;
}