/* -------------------------------------------------- */
/* headimage */

.result-headimage {
  background-image: url(../images/result/result-headimage.webp);
}

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

.breadcrumb .wrapper {
  left: 0;
  position: static;
  padding-bottom: 30px;
  padding-top: 30px;
  top: 0;
  transform: none;
  z-index: 1;
}

/* -------------------------------------------------- */
/* intro */

.intro-bg {
  z-index: 100;
}

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

.results {
  margin-top: 80px;
}
.results .wrapper::before {
  top: -66px;
}
.results h2.local {
  margin-bottom: 40px;
}

/* -------------------------------------------------- */
/* voice */

.voice {
  padding-bottom: 20px;
}

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

.detail {
  padding-top: 20px;
}
.detail-content {
  border-bottom: 1px solid #ccc;
  padding-bottom: 70px;
}
.detail-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.detail-table {
  margin-bottom: 35px;
  width: 100%;
}
.detail-table table tr th {
  font-size: 1.6rem;
  font-weight: 700;
}
.detail-table table tr td {
  font-size: 1.6rem;
  padding: .65em 0;
}
.detail-price {
  font-size: 2rem;
  margin-bottom: 34px;
  text-align: right;
}
.detail-price span {
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.detail-price strong {
  font-size: 5.5rem;
}
.detail-tel {
  align-items: center;
  color: var(--main-color2);
  display: flex;
  flex-wrap: wrap;
  font-size: 4.1rem;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 20px;
}
.detail-tel img {
  margin-right: 5px;
  width: 51.5px;
}
.detail-tel p {
  color: #444;
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.detail-button {
  position: static;
  width: 100%;
}
.detail-button a {
  padding: .75em;
}
.detail-button a:last-child {
  background-color: var(--line-color);
  background-image: url(../images/arrow-right-white.webp);
  border-color: var(--line-color);
  color: #fff;
}
.detail-button a:last-child:hover {
  background-color: var(--text-color1);
  border-color: var(--text-color1);
}
.detail-slider {
  margin-bottom: 15px;
}
.detail-image img {
  border: 1px solid #ccc;
}
.detail-slider .swiper-slide img {
  width: 100%;
}
.detail-point {
  padding-top: 25px;
}
.detail-name {
  background: url(../images/results-local.webp) no-repeat top 12px left / 30px 30px;
  color: var(--text-color1);
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 25px;
  padding: .8em 40px .4em;
}
.detail-name strong {
  color: var(--main-color2);
}
.detail-point p {
  line-height: 1.8;
}

/* -------------------------------------------------- */
/* area */

.area-content .area-result li {
  display: block;
}
.area-content .area-result li span {
  cursor: pointer;
  margin: 0 0 10px;
}
.area-content .area-result li div {
  display: none;
}

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

.cta-line a {
  background: var(--line-color) url(../images/arrow-right-white.webp) no-repeat center right 20px / 6.5px 9.5px;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding: .5em;
  text-align: center;
  transition: border-color .2s, color .2s;
  width: 100%;
}
.cta-line a:hover {
  background-color: var(--text-color1);
  border-color: var(--text-color1);
}
