/*
  ARIEL HOTEL LIST 202607
  Static preview only.
  Scoped to .ariel-hotel-list-main-202607.
*/

.ariel-hotel-list-main-202607,
.ariel-hotel-list-main-202607 button,
.ariel-hotel-list-main-202607 select,
.ariel-hotel-list-main-202607 input,
.ariel-hotel-list-main-202607 textarea {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

.ariel-hotel-list-main-202607 .ariel-hotel-list-title-202607 {
  padding-bottom: 18px;
}

.ariel-hotel-list-main-202607 .ariel-hotel-list-title-202607 > p {
  max-width: 520px;
  margin: 14px auto 0;
  color: rgb(74 97 108);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}

.ariel-hotel-list-main-202607 .ariel-hotel-list-content-202607 {
  padding: 0 18px 34px;
}

.ariel-hotel-list-main-202607 .ariel-hotel-important-202607 {
  position: relative;
  margin: 0 0 22px;
  padding: 19px 17px;
  overflow: hidden;
  border: 1px solid rgb(230 125 173 / 48%);
  border-radius: 18px;
  background: linear-gradient(180deg, rgb(255 255 255 / 98%), rgb(255 247 251 / 94%));
  box-shadow: none;
}

.ariel-hotel-list-main-202607 .ariel-hotel-important-202607::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgb(2 175 206 / 20%);
  border-radius: 14px;
  pointer-events: none;
}

.ariel-hotel-list-main-202607 .ariel-hotel-important-kicker-202607 {
  position: relative;
  margin: 0 0 7px;
  color: #02afce;
  font-family: "waverly-cf", "Times New Roman", Georgia, serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-align: center;
}

.ariel-hotel-list-main-202607 .ariel-hotel-important-202607 h2 {
  position: relative;
  margin: 0 0 11px;
  color: #e67dad;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.65;
  text-align: center;
}

.ariel-hotel-list-main-202607 .ariel-hotel-important-202607 p:not(.ariel-hotel-important-kicker-202607) {
  position: relative;
  margin: 8px 0 0;
  color: rgb(61 78 88);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.95;
}

.ariel-hotel-list-main-202607 .ariel-hotel-filter-202607 {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
  padding: 14px;
  border: 1px solid rgb(2 175 206 / 26%);
  border-radius: 16px;
  background: rgb(255 255 255 / 94%);
}

.ariel-hotel-list-main-202607 .ariel-hotel-type-filter-202607 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.ariel-hotel-list-main-202607 .ariel-hotel-type-filter-202607 button {
  min-height: 40px;
  padding: 8px 5px;
  border: 1px solid rgb(2 175 206 / 34%);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, rgb(242 252 254));
  color: rgb(69 92 103);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
}

.ariel-hotel-list-main-202607 .ariel-hotel-type-filter-202607 button.is-active {
  border-color: #e67dad;
  background: linear-gradient(180deg, #ffffff, rgb(255 239 247));
  color: #d65f98;
}

.ariel-hotel-list-main-202607 .ariel-hotel-area-filter-202607 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.ariel-hotel-list-main-202607 .ariel-hotel-area-filter-202607 > span {
  color: #02afce;
  font-size: 11px;
  font-weight: 800;
}

.ariel-hotel-list-main-202607 .ariel-hotel-area-filter-202607 select {
  width: 100%;
  min-height: 42px;
  padding: 8px 34px 8px 12px;
  border: 1px solid rgb(2 175 206 / 34%);
  border-radius: 11px;
  background-color: #ffffff;
  color: rgb(61 78 88);
  font-size: 12px;
  font-weight: 700;
}

.ariel-hotel-list-main-202607 .ariel-hotel-result-head-202607 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 0 2px 11px;
}

.ariel-hotel-list-main-202607 .ariel-hotel-result-head-202607 p {
  margin: 0;
  color: rgb(104 121 129);
  font-size: 10px;
  font-weight: 600;
}

.ariel-hotel-list-main-202607 .ariel-hotel-result-head-202607 strong {
  color: #e67dad;
  font-family: "waverly-cf", "Times New Roman", Georgia, serif;
  font-size: 19px;
}

.ariel-hotel-list-main-202607 .ariel-hotel-grid-202607 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 15px;
}

.ariel-hotel-list-main-202607 .ariel-hotel-card-202607 {
  min-width: 0;
  padding: 15px;
  border: 1px solid rgb(2 175 206 / 30%);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, rgb(248 253 254 / 94%) 100%);
  box-shadow: none;
}

.ariel-hotel-list-main-202607 .ariel-hotel-card-202607[hidden] {
  display: none;
}

.ariel-hotel-list-main-202607 .ariel-hotel-card-head-202607 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 9px;
}

.ariel-hotel-list-main-202607 .ariel-hotel-card-head-202607 > div {
  min-width: 0;
}

.ariel-hotel-list-main-202607 .ariel-hotel-kind-202607 {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}

.ariel-hotel-list-main-202607 .ariel-hotel-kind-202607.is-leisure {
  border: 1px solid rgb(230 125 173 / 38%);
  background: rgb(255 241 247);
  color: #d56299;
}

.ariel-hotel-list-main-202607 .ariel-hotel-kind-202607.is-general {
  border: 1px solid rgb(2 175 206 / 34%);
  background: rgb(239 251 254);
  color: #048da8;
}

.ariel-hotel-list-main-202607 .ariel-hotel-card-head-202607 h2 {
  margin: 7px 0 0;
  color: rgb(55 75 84);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.ariel-hotel-list-main-202607 .ariel-hotel-status-202607 {
  flex: 0 0 auto;
  max-width: 90px;
  padding: 5px 7px;
  border-radius: 8px;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.ariel-hotel-list-main-202607 .ariel-hotel-status-202607.is-report {
  background: rgb(237 250 246);
  color: rgb(45 126 99);
}

.ariel-hotel-list-main-202607 .ariel-hotel-status-202607.is-public {
  background: rgb(239 251 254);
  color: #087f96;
}

.ariel-hotel-list-main-202607 .ariel-hotel-status-202607.is-mixed {
  background: rgb(255 248 231);
  color: rgb(151 107 23);
}

.ariel-hotel-list-main-202607 .ariel-hotel-status-202607.is-restricted {
  background: rgb(255 240 240);
  color: rgb(164 70 70);
}

.ariel-hotel-list-main-202607 .ariel-hotel-status-202607.is-unknown {
  background: rgb(244 247 248);
  color: rgb(102 118 126);
}

.ariel-hotel-list-main-202607 .ariel-hotel-area-202607 {
  margin: 9px 0 0;
  color: #02afce;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.55;
}

.ariel-hotel-list-main-202607 .ariel-hotel-info-202607 {
  margin: 12px 0 0;
  padding: 10px 0;
  border-top: 1px solid rgb(2 175 206 / 18%);
  border-bottom: 1px solid rgb(2 175 206 / 18%);
}

.ariel-hotel-list-main-202607 .ariel-hotel-info-202607 > div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 7px;
  margin-top: 6px;
}

.ariel-hotel-list-main-202607 .ariel-hotel-info-202607 > div:first-child {
  margin-top: 0;
}

.ariel-hotel-list-main-202607 .ariel-hotel-info-202607 dt,
.ariel-hotel-list-main-202607 .ariel-hotel-info-202607 dd {
  margin: 0;
  font-size: 10px;
  line-height: 1.65;
}

.ariel-hotel-list-main-202607 .ariel-hotel-info-202607 dt {
  color: #e67dad;
  font-weight: 800;
}

.ariel-hotel-list-main-202607 .ariel-hotel-info-202607 dd,
.ariel-hotel-list-main-202607 .ariel-hotel-info-202607 a {
  color: rgb(63 82 91);
  font-weight: 600;
  overflow-wrap: anywhere;
}

.ariel-hotel-list-main-202607 .ariel-hotel-price-grid-202607 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 12px;
}

.ariel-hotel-list-main-202607 .ariel-hotel-price-cell-202607 {
  min-width: 0;
  padding: 9px 7px;
  border: 1px solid rgb(2 175 206 / 20%);
  border-radius: 11px;
  background: rgb(255 255 255 / 92%);
  text-align: center;
}

.ariel-hotel-list-main-202607 .ariel-hotel-price-cell-202607:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.ariel-hotel-list-main-202607 .ariel-hotel-price-cell-202607 span,
.ariel-hotel-list-main-202607 .ariel-hotel-price-cell-202607 small {
  display: block;
}

.ariel-hotel-list-main-202607 .ariel-hotel-price-cell-202607 span {
  color: rgb(103 120 128);
  font-size: 8px;
  font-weight: 700;
}

.ariel-hotel-list-main-202607 .ariel-hotel-price-cell-202607 strong {
  display: block;
  margin-top: 3px;
  color: #e67dad;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.ariel-hotel-list-main-202607 .ariel-hotel-price-cell-202607 small {
  margin-top: 2px;
  color: rgb(120 134 140);
  font-size: 7px;
  font-weight: 600;
}

.ariel-hotel-list-main-202607 .ariel-hotel-general-price-202607 {
  margin-top: 12px;
  padding: 13px 10px;
  border: 1px solid rgb(230 125 173 / 28%);
  border-radius: 12px;
  background: rgb(255 248 251);
  text-align: center;
}

.ariel-hotel-list-main-202607 .ariel-hotel-general-price-202607 span,
.ariel-hotel-list-main-202607 .ariel-hotel-general-price-202607 small {
  display: block;
  color: rgb(105 119 126);
  font-size: 8px;
  font-weight: 600;
}

.ariel-hotel-list-main-202607 .ariel-hotel-general-price-202607 strong {
  display: block;
  margin: 4px 0;
  color: #e67dad;
  font-size: 15px;
  font-weight: 900;
}

.ariel-hotel-list-main-202607 .ariel-hotel-checked-202607 {
  margin: 8px 0 0;
  color: rgb(126 139 145);
  font-size: 8px;
  font-weight: 600;
  text-align: right;
}

.ariel-hotel-list-main-202607 .ariel-hotel-note-202607 {
  min-height: 0;
  margin: 10px 0 0;
  color: rgb(66 84 93);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.75;
}

.ariel-hotel-list-main-202607 .ariel-hotel-actions-202607 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 13px;
}

.ariel-hotel-list-main-202607 .ariel-hotel-actions-202607 a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 7px 5px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.ariel-hotel-list-main-202607 .ariel-hotel-actions-202607 a.is-map {
  border: 1px solid rgb(2 175 206 / 44%);
  background: linear-gradient(180deg, #ffffff, rgb(238 251 254));
  color: #048ba5;
}

.ariel-hotel-list-main-202607 .ariel-hotel-actions-202607 a.is-site {
  border: 1px solid rgb(230 125 173 / 44%);
  background: linear-gradient(180deg, #ffffff, rgb(255 241 247));
  color: #d45f96;
}

.ariel-hotel-list-main-202607 .ariel-hotel-empty-202607 {
  margin: 20px 0 0;
  padding: 22px 15px;
  border: 1px dashed rgb(2 175 206 / 38%);
  border-radius: 15px;
  color: rgb(92 110 119);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.ariel-hotel-list-main-202607 .ariel-hotel-bottom-note-202607 {
  margin: 24px 0 0;
  padding: 17px;
  border-top: 1px solid rgb(2 175 206 / 28%);
  border-bottom: 1px solid rgb(230 125 173 / 26%);
  background: rgb(255 255 255 / 70%);
}

.ariel-hotel-list-main-202607 .ariel-hotel-bottom-note-202607 h2 {
  margin: 0;
  color: #02afce;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.ariel-hotel-list-main-202607 .ariel-hotel-bottom-note-202607 p {
  margin: 9px 0 0;
  color: rgb(70 88 97);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.85;
}

@media screen and (min-width: 1025px) {
  .ariel-hotel-list-main-202607 .ariel-hotel-list-content-202607 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .ariel-hotel-list-main-202607 .ariel-hotel-grid-202607 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ariel-hotel-list-main-202607 .ariel-hotel-card-202607 {
    padding: 11px;
    border-radius: 15px;
  }

  .ariel-hotel-list-main-202607 .ariel-hotel-card-head-202607 {
    display: block;
  }

  .ariel-hotel-list-main-202607 .ariel-hotel-card-head-202607 h2 {
    min-height: 48px;
    font-size: 14px;
  }

  .ariel-hotel-list-main-202607 .ariel-hotel-status-202607 {
    display: inline-flex;
    margin-top: 7px;
    max-width: none;
  }

  .ariel-hotel-list-main-202607 .ariel-hotel-info-202607 > div {
    display: block;
  }

  .ariel-hotel-list-main-202607 .ariel-hotel-info-202607 dt {
    margin-bottom: 2px;
  }

  .ariel-hotel-list-main-202607 .ariel-hotel-price-cell-202607 {
    padding-right: 4px;
    padding-left: 4px;
  }

  .ariel-hotel-list-main-202607 .ariel-hotel-price-cell-202607 strong {
    font-size: 11px;
  }

  .ariel-hotel-list-main-202607 .ariel-hotel-actions-202607 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 520px) {
  .ariel-hotel-list-main-202607 .ariel-hotel-list-content-202607 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .ariel-hotel-list-main-202607 .ariel-hotel-important-202607 {
    padding: 17px 14px;
  }

  .ariel-hotel-list-main-202607 .ariel-hotel-result-head-202607 {
    display: block;
  }

  .ariel-hotel-list-main-202607 .ariel-hotel-result-head-202607 p:last-child {
    margin-top: 3px;
  }
}

/* ariel-hotel-mobile-contents-member-gap-20260714 START */
/*
  HOTEL LIST スマホ表示のみ。

  CONTENTS MENU と MEMBER LIMITED の外側の空白を消す。
  CONTENTS MENU 内部には最低限の下余白を残す。

  PC表示・ホテルカード・固定フッター・HTML構造・
  共通CSS・MEMBER LIMITED本体のデザインは変更しない。
*/

@media screen and (max-width: 1023px) {
  html body .story-grid >
  .main-story.ariel-center-v1.ariel-hotel-list-main-202607 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  html body
  .main-story.ariel-center-v1.ariel-hotel-list-main-202607
  .center-contents-menu-section#contents-menu {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
  }

  html body .story-grid > #right-menu,
  html body .story-grid > .side-map#right-menu,
  html body .story-grid > .side-panel-v3#right-menu,
  html body .story-grid >
  .side-map.side-panel-renewal.side-panel-v3#right-menu {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  html body
  .main-story.ariel-center-v1.ariel-hotel-list-main-202607
  .center-contents-menu-section#contents-menu {
    padding-bottom: 18px !important;
  }
}
/* ariel-hotel-mobile-contents-member-gap-20260714 END */
