.qx-hotel {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.qx-hotel h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 35px;
}

.qx-hotel h3 strong {
  font-size: 35px;
  color: #ea5413;
  vertical-align: baseline;
}

.qx-hotel-content {
  background: #f5ecd0;
  padding: 25px 25px 40px;
}

.qx-hotel-course {
  display: flex;
  gap: 20px;
}

.qx-hotel-course li img {
  max-width: 100%;
  width: 100%;
}

.qx-hotel-course li div {
  padding: 10px 20px 20px;
  background: #fff;
}

.qx-hotel-course li div p {
  min-height: 45px;
}

.qx-hotel-course h4 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #7d5121;
  box-shadow: 0 1px 0 0 #e2d4b5;
  padding: 0 0 12px 0;
  margin: 12px 0;
}

.qx-hotel-course h4 span {
  background: linear-gradient(to bottom, transparent 45%, #f3e18b 45%);
}

.qx-hotel-attention {
  padding: 20px;
  background: #fff;
  margin-top: 20px;
}

.qx-hotel-attention h4 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 12px;
}

.qx-hotel-attention h4 div {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background: #6a3906;
  padding: 5px;
}

.qx-hotel-attention h4 div span {
  display: inline-block;
  border: 2px solid #fff;
  padding: 5px 35px;
}

.qx-waon-img {
  max-width: 200px !important;
  margin: 0 4px 13px;
}

.qx-hotel-more {
  padding: 0 18px;
  position: relative;
}

.qx-hotel-more::before, .qx-hotel-more::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 34px;
  position: absolute;
  background: #1a1a1a;
  bottom: 0;
  top: 0;
  margin: auto;
}

.qx-hotel-more::before {
  left: 0;
  transform: rotate(-40deg);
}

.qx-hotel-more::after {
  right: 0;
  transform: rotate(40deg);
}

@media screen and (max-width: 768px) {
  .qx-hotel {
    margin-left: -16px;
    margin-right: -16px;
  }
  .qx-hotel h3 {
    font-size: clamp(16px, calc(36 / 750 * 100vw), 25px);
  }
  .qx-hotel h3 strong {
    font-size: clamp(18px, calc(50 / 750 * 100vw), 35px);
  }
  .qx-hotel-course {
    flex-direction: column;
  }
  .qx-hotel-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .qx-hotel-course h4 {
    font-size: clamp(15px, calc(36 / 750 * 100vw), 18px);
  }
  .qx-hotel-attention h4 div span {
    font-size: clamp(15px, calc(36 / 750 * 100vw), 18px);
  }
  .qx-hotel-attention h4 div span {
    padding: 5px 22px;
  }
  .qx-waon-img {
    width: clamp(120px, calc(305 / 750 * 100vw), 200px);
  }
  .qx-hotel-more::before, .qx-hotel-more::after {
    width: 2px;
    height: 24px;
  }
  .qx-waon-img {
    margin: 0 3px clamp(12px, calc(22 / 750 * 100vw), 15px);
  }
}
