/* DPモーダル追加 */
.result-hotel.new-style {
  border-bottom: none;
}
.result-hotel {
  height: auto;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  overflow: visible;
}
.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;
}
.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;
}
.is-dp-hotel.result-hotel.new-style .hotel-info.no-usage {
  bottom: 105px;
}
.is-dp-hotel.result-hotel.tag-line-add.new-style .hotel-info {
  bottom: 155px;
}
.is-dp-hotel .dp-agreement-modal-button-area {
  text-align: center;
  margin: 4px 16px 0 16px;
}
.is-dp-hotel .dp-agreement-modal-button-bubble {
  padding-top: 4px;
  height: 44px;
}
.is-dp-hotel .dp-agreement-modal-button {
  position: relative;
  padding: 0 12px;
  border: solid 1px #4F68C2;
  border-radius: 8px;
  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) {
  .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 {
    height: 200px;
  }
  .result-hotel .icon-grade[src*="grade-star"] {
    height: 12px;
  }
}
/* タブレット表示 */
@media screen and (min-width: 768px) {
  .result-hotel.new-style .result-hotel-inner,
  .is-dp-hotel.result-hotel.new-style .result-hotel-inner {
    height: 350px;
  }
  .is-dp-hotel.result-hotel.new-style .hotel-info,
  .is-dp-hotel.result-hotel.new-style .hotel-info.no-usage,
  .is-dp-hotel.result-hotel.tag-line-add.new-style .hotel-info  {
    bottom: 72px;
  }
  .slick-dotted.slick-slider{
    margin-bottom: 0;
  }
  .is-dp-hotel .dp-agreement-modal-button-area {
    text-align: center;
    margin: 4px 0 0 0;
  }
}
/* PC表示 */
@media screen and (min-width: 1024px) {
  .is-dp-hotel.result-hotel.new-style .result-hotel-inner {
    height: 100%;
  }
  .btn-slide-arrow {
    height: 350px;
    border-radius: 8px;
  }
  .is-dp-hotel .hotel-info {
    height: 296px;
  }
  .is-dp-hotel .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .is-dp-hotel .dp-agreement-modal-button-area {
    text-align: right;
    margin: 4px 0 0 auto;
  }
  .is-dp-hotel .dp-agreement-modal-button-bubble {
    margin: 0;
  }
  .is-dp-hotel .dp-agreement-modal-button {
    width: 380px;
  }
  .is-dp-hotel .dp-agreement-modal-button-text {
    font-size: 1.6rem;
  }
}
/* PC表示大画面 1169px以上 */
@media (min-width: 1169px){
  .result-hotel .js-slick-slider .slick-dots {
    width: 736px;
    left: 0;
  }
}
/* PC表示小画面 1024px-1168px */
@media (min-width: 1024px) and (max-width: 1168px){
  .result-hotel .js-slick-slider .slick-dots {
    width: 596px;
    left: 0;
  }
}