/* ================================================== */
/* mobile */

@media screen and (max-width: 767px) {

/* -------------------------------------------------- */
/* breadcrumb */

.breadcrumb .wrapper {
  padding-bottom: 6vw;
  padding-top: 2vw;
}

/* -------------------------------------------------- */
/* results */

.results {
  margin-top: 0;
}
.results .wrapper::before {
  top: -105px;
}

/* -------------------------------------------------- */
/* detail */

.detail {
  padding-top: 0;
}
.detail-content {
  border: 0;
  padding-bottom: 0;
}
.detail-image {
  margin-bottom: 15px;
  order: 0;
}
.detail-slider {
  margin-bottom: 7.5px;
}
.detail-slider img {
  border: 0;
}
.detail-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail-thumbnail .swiper-wrapper::before,
.detail-thumbnail .swiper-wrapper::after {
  content: '';
  display: block;
  width: 24%;
}
.detail-thumbnail .swiper-wrapper::before {
  order: 1;
}
.detail-thumbnail .swiper-slide {
  margin: 2.5px 0;
  width: 24% !important;
}
.detail-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  order: 1;
}
.detail-text {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  order: 2;
}
.detail-price {
  font-size: 1.4rem;
  margin-bottom: 5px;
  order: 0;
  text-align: left;
}
.detail-price span {
  display: inline;
  margin-bottom: 0;
  margin-right: 15px;
}
.detail-price strong {
  font-size: 3.6rem;
}
.detail-table {
  margin-bottom: 0;
  order: 1;
}
.detail-table table tr th {
  font-size: 1.4rem;
  font-weight: 400;
  width: 20%;
}
.detail-button {
  align-items: flex-start;
  display: flex;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
  order: 2;
}
.detail-button p {
  padding-right: 53%;
  width: 100%;
}
.detail-button a {
  padding: 1em;
  width: 47%;
}
.detail-tel {
  display: none;
  margin-bottom: 0;
  order: 3
}
.detail-point {
  padding-top: 40px;
}
.detail-name {
  background: none;
  margin-bottom: 10px;
  padding: .4em 0;
}
.detail-point p {
  line-height: 1.65;
}

/* -------------------------------------------------- */
/* cta */

.cta-line a {
  display: block;
}

}
