.anchor-link.position-measure.has-dropdown:has(.anchor-dropdown.is-open) {
  padding-bottom: 220px;
  margin-bottom: -220px;
}
.anchor-dropdown .btn-anker.anchor-dropdown-trigger {
  padding-right: 32px!important;
  position: relative;
}
.anchor-dropdown.is-open .btn-anker.anchor-dropdown-trigger {
  background-color: #0F0A64;
  color: #fff;
}
.anchor-dropdown .btn-anker.anchor-dropdown-trigger::after {
  content: '';
  background-color: #0F0A64;
  mask-image: url(/stcontents/img/detail/anchor-dropdown-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  position: absolute;
  right: 8px;
  height: 16px;
  width: 20px;
  transition: transform .3s ease;
}
.anchor-dropdown.is-open .btn-anker.anchor-dropdown-trigger::after,
.anchor-dropdown .btn-anker.anchor-dropdown-trigger.active::after {
  background-color: #fff;
}
.anchor-dropdown.is-open .btn-anker.anchor-dropdown-trigger::after {
  transform: rotate(180deg);
}
.anchor-dropdown .anchor-dropdown-menu {
  background-color: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  max-height: 0;
  overflow: hidden;
  position: fixed;
  transition: max-height .3s ease, visibility 0s .3s;
  visibility: hidden;
  z-index: 30;
}
.anchor-dropdown.is-open .anchor-dropdown-menu {
  max-height: 500px;
  transition: max-height .3s ease, visibility 0s;
  visibility: visible;
}
.anchor-dropdown .anchor-dropdown-menu > li + li a {
  border-top: 1px solid #C6C6C6;
}
.anchor-dropdown .anchor-dropdown-menu a {
  color: #0F0A64;
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
  padding: 8px 15px;
}
.anchor-dropdown .anchor-dropdown-menu a:focus,
.anchor-dropdown .anchor-dropdown-menu a:hover {
  background-color: #EBEBEB;
}
.anchor-dropdown .anchor-dropdown-menu a.active {
  background-color: #F3F8FD;
}
.detail-page .review-title-pc {
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.25;
  margin: 0;
}
.detail-page .review-title-sp {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
}
.mod-dl dt:not(:first-child) {
  margin-top: 8px;
}
.detail-page .characteristic {
  margin-top: 24px;
  margin-bottom: 8px;
}
.detail-page .tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
}
.detail-page .tag-group > li {
  min-width: 100%;
}
.detail-page .tag-group-name {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.75;
}
.detail-page .tag-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  gap: 4px;
  line-height: 2.0834;
}
.detail-page .tag-list > li {
  background-position: 4px 6px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  padding-left: 25px;
  width: calc(50% - 2px);
}
.detail-page .tag-list > li.circle {
  background-image: url("/stcontents/img/detail/circle.svg");
}
.detail-page .tag-list > li.triangle {
  background-image: url("/stcontents/img/detail/triangle.svg");
}
.detail-page .tag-list > li.cross {
  color: #c6c6c6;
  background-image: url("/stcontents/img/detail/cross.svg");
}
@media (min-width: 1024px) {
  .detail-page .review-title-pc {
    display: block;
  }
  .detail-page .review-title-sp {
    display: none;
  }
}
@media (min-width: 768px) {
  .btn-anker.anchor-dropdown-trigger {
    padding-right: 40px!important;
  }
  .btn-anker.anchor-dropdown-trigger::after {
    right: 16px;
  }
  .detail-page .characteristic {
    margin-top: 40px;
  }
  .detail-page .tag-group {
    flex-wrap: nowrap;
    gap: 0 2.14%;
    justify-content: space-between;
  }
  .detail-page .tag-group > li {
    min-width: 13.125%;
  }
  .detail-page .tag-list {
    display: block;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .detail-page .tag-list > li {
    background-position-x: 6px;
    background-size: 16px 16px;
    padding-left: 28px;
    width: 100%;
  }
}

.links {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.links > * {
  margin-right: 24px;
}

.links > *:last-child {
  margin-right: 0;
}

.links .modal-btn {
  background-color: #F5F5F5;
  padding: 14px 48px 14px 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .links > * {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .links > *:last-child {
    margin-bottom: 0;
  }

  .links {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .modal-link-black::after {
    right: 16px;
  }
}

.hotel-detail-faq-summary {
  display: block;
  font-weight: 800;
  color: #0F0A64;
  background-color: #F3F8FD;
  padding: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.hotel-detail-faq-text {
  padding: 13px 13px 5px 13px;
}

.hotel-detail-faq-summary::-webkit-details-marker {
  display: none;
}

.hotel-detail-faq ul li {
  border: 1px solid #899AD6;
  border-radius: 3px;
  margin-bottom: 8px;
}

.hotel-detail-faq-summary {
  border-radius: 3px;
}

.hotel-detail-faq-details[open] .hotel-detail-faq-summary {
  border-radius: 3px 3px 0 0;
}

.hotel-detail-faq-triangle {
  background-color: #0F0A64;
  mask-image: url(/stcontents/img/detail/anchor-dropdown-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  height: 16px;
  width: 20px;
  transition: transform .3s ease;
}

.hotel-detail-faq-details[open] .hotel-detail-faq-triangle {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .anchor-dropdown .anchor-dropdown-menu a {
    padding: 10px 15px;
  }
}

@media screen and (min-width: 768px) {
  .anchor-dropdown .anchor-dropdown-menu a {
    font-size: 1.3rem;
  }
}

.room-plan-filter-area {
  margin-bottom: 16px;
}
.room-top-button-area {
  display: flex;
  flex-direction: column;
}
.room-top-button-harf-button-wrap {
  display: flex;
  flex-direction: row;
  margin: 0 0 8px 0;
  margin-bottom: 8px;
}
/* DPモーダルボタン */
.dp-agreement-modal-button {
  width: 100%;
  position: relative;
  padding: 0 12px;
  border: solid 1px #4F68C2;
  border-radius: 4px;
  vertical-align: middle;
  height: 40px;
}
.dp-agreement-modal-button-inner-box {
  display: inline-block;
  height: 24px;
}
.dp-agreement-modal-button-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  text-align: center;
}
.dp-agreement-modal-button-icon img {
  width: 15.83px;
  height: 16.67px;
}
.dp-agreement-modal-button-text {
  display: inline-block;
  color: #4F68C2;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 1.4rem;
  vertical-align: top;
  margin-top: 1px;
}
.dp-agreement-modal-button-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  text-align: center;
}
.dp-agreement-modal-button-arrow img {
  width: 10px;
  height: 18px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .detail-page .dp-agreement-modal-button {
    width: 100%;
    text-align: left;
    position: relative;
  }
  .dp-agreement-modal-button-arrow {
    position: absolute;
    right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .room-top .frame-flex-base.button-action {
    margin: 0;
  }
  .room-top-button-area .room-top-button-harf-button-wrap {
    flex-direction: row;
  }
  .room-top-button-area .dp-agreement-modal-button {
    margin: 0;
    height: 48px;
  }
  .dp-agreement-modal-button {
    width: auto;
    position: static;
  }
  .room-plan-filter-area {
    display: flex;
    flex-direction: row;
  }
  .room-top-button-area {
    flex-direction: row;
    justify-content: space-between;
  }
  .dp-agreement-modal-button-text {
    color: #4F68C2;
    margin-left: 4px;
    font-size: 1.6rem;
    vertical-align: middle;
    margin-right: 4px;
  }
  .dp-agreement-modal-button-icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    line-height: 19px;
  }
  .dp-agreement-modal-button-icon img {
    display: inline-block; 
    width: 21px;
    height: 21px;
    vertical-align: middle;
  }
  .dp-agreement-modal-button-arrow {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    line-height: 19px;
  }
  .dp-agreement-modal-button-arrow img {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
  }
}
.modal-container {
  width: 760px;
}
.dp-agreement-modal .modal-container {
  padding: 0;
  border-radius: 16px;
  height: auto;
}
.dp-agreement-modal .btn-block + .btn-block {
  margin: 0;
}
.dp-agreement-modal {
  display: flex;
  flex-direction: row;
}
.room-top-button-area {
  margin-top: 24px;
}
