/* DPボタン追加 */
.result-hotel-inner-wrapper {
  border-radius: 8px;
}
.result-hotel-inner-wrapper {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.hotel-list-small .sub-box {
  background-color: transparent;
  /* justify-content: flex-start; */
}
.is-dp-hotel.result-hotel.new-style {
  border-bottom: none;
}
.result-hotel {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.is-dp-hotel.result-hotel {
  height: auto;
  overflow: visible;
}
.is-dp-hotel .btn-slide-arrow {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  overflow: hidden;
}
.is-dp-hotel .js-slick-slider .slick-dots, .js-kv-slider .slick-dots {
  height: 0;
  bottom: 26px;
}
.is-dp-hotel.result-hotel.new-style .hotel-info {
  bottom: 125px;
}
.dp-agreement-modal-button-area {
  height: 48px;
  padding-top: 4px;
}
.is-dp-hotel .dp-agreement-modal-button-area {
  text-align: center;
}
.is-dp-hotel .dp-agreement-modal-button-bubble {
  padding-top: 4px;
  height: 44px;
}
.dp-agreement-modal-button {
  border-radius: 8px;
}
.is-dp-hotel .dp-agreement-modal-button {
  position: relative;
  padding: 0 12px;
  border: solid 1px #4F68C2;
  height: 40px;
  width: 100%;
}
.is-dp-hotel .plan-filter-area .dp-agreement-modal-button {
  margin-bottom: 16px;
  height: 40px;
}
.is-dp-hotel .dp-agreement-modal-button::before,
.is-dp-hotel .dp-agreement-modal-button::after {
	bottom: 100%;
	left: 50%;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.is-dp-hotel .dp-agreement-modal-button:after {
  border-color: rgba(243, 248, 253, 0);
  margin-left: -7.8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 3.4px solid #F3F8FD;
}
.is-dp-hotel .dp-agreement-modal-button:before {
  border-color: rgba(79, 104, 194, 0);
  margin-left: -10px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 4px solid #4F68C2;
}
.is-dp-hotel .dp-agreement-modal-button-inner-box {
  display: inline-block;
  height: 20px;
}
.is-dp-hotel .dp-agreement-modal-button-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.is-dp-hotel .dp-agreement-modal-button-icon img {
  width: 14.25px;
  height: 15px;
  margin-top: 3px;
}
.is-dp-hotel .dp-agreement-modal-button-text {
  display: inline-block;
  color: #4F68C2;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 1.4rem;
  line-height: 20px;
  vertical-align: top;
}
.is-dp-hotel .dp-agreement-modal-button-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.is-dp-hotel .dp-agreement-modal-button-arrow img {
  width: 7px;
  height: 12px;
  line-height: 20px;
  margin-top: 5px;
}
.is-dp-hotel .dp-agreement-modal-button {
  padding: 0 12px;
  border: solid 1px #4F68C2;
  border-radius: 4px;
  vertical-align: middle;
  height: 40px;
}
.is-dp-hotel .dp-agreement-modal-button-inner-box {
  display: inline-block;
  height: 20px;
}
.is-dp-hotel .dp-agreement-modal-button-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.is-dp-hotel .dp-agreement-modal-button-icon img {
  width: 14.25px;
  height: 15px;
  margin-top: 3px;
}
.is-dp-hotel .dp-agreement-modal-button-text {
  display: inline-block;
  color: #4F68C2;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 1.6rem;
  line-height: 20px;
  vertical-align: top;
}
.is-dp-hotel .dp-agreement-modal-button-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.is-dp-hotel .dp-agreement-modal-button-arrow img {
  width: 7px;
  height: 12px;
  line-height: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .is-dp-hotel .btn-slide-arrow {
    border-bottom: 1px solid #c6c6c6;
  }
  .is-dp-hotel .dp-agreement-modal-button {
    width: 100%;
  }
  .is-dp-hotel.result-hotel.new-style .result-hotel-inner-wrapper {
    height: 200px;
  }
}
/* タブレット表示 */
@media screen and (min-width: 768px) {
  .hotel-list-small .is-dp-hotel.sub-box {
    -webkit-flex-basis: calc(100% / 2 - 1rem);
    -ms-flex-preferred-size: calc(100% / 2 - 1rem);
    flex-basis: calc(100% / 2 - 1rem);
  }
  .is-dp-hotel.result-hotel.new-style .result-hotel-inner-wrapper {
    height: 350px;
  }
  .is-dp-hotel.result-hotel.new-style .hotel-info {
    bottom: 72px;
  }
  .is-dp-hotel .slick-dotted.slick-slider{
    margin-bottom: 0;
  }
  .is-dp-hotel .dp-agreement-modal-button-area {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .hotel-info-list .result-hotel .card-border {
    border-radius: 8px;
  }
}
/* PC表示 */
@media screen and (min-width: 1024px) {
  .hotel-list-small .is-dp-hotel.sub-box {
    -webkit-flex-basis: calc(100% / 3 - 1.6rem);
    -ms-flex-preferred-size: calc(100% / 3 - 1.6rem);
    flex-basis: calc(100% / 3 - 1.6rem);
  }
  .result-hotel.new-style .result-hotel-inner-wrapper {
    border-radius: 8px;
  }
  .is-dp-hotel.result-hotel.new-style .result-hotel-inner-wrapper {
    height: 100%;
  }
  .is-dp-hotel.result-hotel .card-border {
    border: solid 1px #f5f5f5;
    border-radius: 8px;
  }
  .is-dp-hotel .btn-slide-arrow {
    height: 350px;
    border-radius: 8px;
  }
  .is-dp-hotel .hotel-info {
    height: auto;
  }
  .is-dp-hotel .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .hotel-list-large .is-dp-hotel .dp-agreement-modal-button-area {
    text-align: right;
    margin: 0 0 0 auto;
    padding-top: 4px;
  }
  .is-dp-hotel .dp-agreement-modal-button-bubble {
    margin: 0;
  }
  .hotel-list-large .is-dp-hotel .dp-agreement-modal-button {
    width: calc(100% - 558px);
  }
  .hotel-list-small .is-dp-hotel .dp-agreement-modal-button {
    width: 100%;
  }
  .hotel-list-small .dp-agreement-modal-button-inner-box {
    white-space: nowrap;
  }
  .hotel-list-large .dp-agreement-modal-button-text {
    font-size: 1.6rem;
  }
  .hotel-list-small .dp-agreement-modal-button-text {
    font-size: 1.4rem;
  }
}
@media (min-width: 1120px) {
  .hotel-list-small .is-dp-hotel.sub-box {
    -webkit-flex-basis: calc(100% / 4 - 1.6rem);
    -ms-flex-preferred-size: calc(100% / 4 - 1.6rem);
    flex-basis: calc(100% / 4 - 1.6rem);
  }
}