h3 {
  font-size: calc(var(--s-val) * 4);
  font-weight: bold;
}

/*===kv===*/

.kv-area {
  padding: 3rem 0 22rem;
  background-color: var(--color-gray);
  margin-bottom: -10rem;
}

.kv-content {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.kv-text {
  max-width: 1000px;
  display: flex;
  line-height: 1;
  align-items: flex-end;
  gap: 20px;
  margin: 0 auto;
}

#breadcrumbs {
  max-width: 1200px;
  margin: 0 auto 5rem;
}

.kv-text h1 {
  font-size: calc(var(--s-val) * 4);
}

.kv-text p {
  font-size: calc(var(--s-val) * 1.8);
  color: rgba(206, 202, 197, 0.7);
}

@media screen and (max-width: 768px) {
  #breadcrumbs {
    margin: 0 auto 3rem;
  }

  .kv-area {
    padding: 1.5rem 0 14rem;
  }

  .kv-content {
    width: 88%;
    margin: 0 auto;
  }

  .kv-text {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .kv-text h1 {
    font-size: calc(var(--s-val) * 2.8);
  }
}

/*===kv===*/

/*===top-content===*/

.top-content {
  margin: 0 auto;
}

.top-content_box {
  margin-bottom: 17rem;
  position: relative;
}

.top-content_text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.top-content_title {
  font-size: calc(var(--s-val) * 4);
  margin-bottom: 4rem;
  line-height: 1.5;
}

.top-content_detail {
  font-size: calc(var(--s-val) * 1.6);
  font-weight: normal;
  line-height: 2;
}

/*共通*/

.common-photo_width {
  width: 70%;
}

.common-text_width {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.common-content {
  width: 100%;
  gap: calc(var(--s-val) * 4);
}

.btn-style {
  width: 40%;
}

.btn-style a {
  background-color: var(--color-beige);
  color: #fff;
  display: block;
  padding: 1rem 0;
  text-align: center;
  font-size: calc(var(--s-val) * 1.6);
  position: relative;
}

.btn-style a::before {
  content: "";
  background-image: url(../../../common/img/arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

/*===kikuhira-area===*/

.kikuhira-main_content,
.airport-content,
.rakuten-content,
.longhu-content {
  width: 97%;
}

.kikuhira-area {
  margin-bottom: 17rem;
  position: relative;
}

.kikuhira-area::before {
  content: "";
  background-color: var(--color-gray);
  width: 100%;
  height: 55%;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: -1;
}

.kikuhira-main_content {
  display: flex;
  margin-bottom: 14rem;
  gap: calc(var(--s-val) * 8);
}

.kikuhira-main_photo {
  width: 60%;
}

.kikuhira-main_text {
  margin-bottom: 1rem;
}

.kikuhira-title h3 {
  margin-bottom: 2rem;
}

.kikuhira-title p {
  font-size: calc(var(--s-val) * 2.8);
  margin-bottom: 3rem;
  line-height: 1.5;
}

.kikuhira-detail {
  font-size: calc(var(--s-val) * 1.6);
  width: 95%;
}

.kikuhira-list {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: calc(var(--s-val) * 3);
  width: 95%;
}

.kikuhira-list_content {
  width: 100%;
}

.kikuhira-list_photo {
  width: 100%;
}

.kikuhira-list_title {
  font-size: calc(var(--s-val) * 3.2);
  text-align: center;
  background-color: #ffffff;
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  margin: -4rem auto 3rem;
  line-height: 1.5;
  font-weight: bold;
}

.kikuhira-list_detail {
  font-size: calc(var(--s-val) * 1.6);
  width: 100%;
  margin: 0 auto;
}

/*===airport===*/

.airport-area {
  margin-bottom: 13rem;
  position: relative;
  padding-bottom: 14rem;
}

.airport-area::before {
  content: "";
  background-color: var(--color-gray);
  width: 100%;
  height: 90%;
  position: absolute;
  top: 8%;
  left: 0;
  z-index: -1;
}

.airport-area::before .airport-content {
  display: flex;
  width: 90%;
  margin: 0 0 0 auto;
}

.airport-content {
  display: flex;
  margin: 0 0 0 auto;
  width: 92%;
}

.airport-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 5rem;
}

.airport-title h3 {
  margin-bottom: 1rem;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.airport-title h3 span {
  display: inline-block;
  font-size: calc(var(--s-val) * 1.8);
  border: 1px solid;
  padding: 1rem 5rem;
  line-height: 1;
}

.airport-title p {
  font-size: calc(var(--s-val) * 2.8);
  margin-bottom: 1rem;
  line-height: 1.5;
}

.airport-detail {
  font-size: calc(var(--s-val) * 1.6);
}

/*===rakuten-area===*/

.rakuten-area {
  margin-bottom: 24rem;
  position: relative;
  padding-bottom: 10rem;
}

.rakuten-area::before {
  content: "";
  background-color: var(--color-gray);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: -1;
}

.rakuten-content {
  display: flex;
  gap: calc(var(--s-val) * 8);
}

.rakuten-photo {
  width: 60%;
}

.rakuten-title h3 {
  margin-bottom: 2rem;
}

.rakuten-title p {
  font-size: calc(var(--s-val) * 2.8);
  margin-bottom: 2rem;
  line-height: 1.5;
}

.rakuten-detail {
  font-size: calc(var(--s-val) * 1.6);
  margin-bottom: 3rem;
  width: 88%;
}

.rakuten-btn.btn-style {
  width: 47%;
}

/*===longfu===*/

.longhu-area {
  position: relative;
  margin-bottom: 15rem;
}

.longhu-area::before {
  content: "";
  background-color: var(--color-gray);
  width: 100%;
  height: 55%;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: -1;
}

.longhu-content {
  display: flex;
  margin: 0 0 9rem auto;
  width: 92%;
  gap: calc(var(--s-val) * 5);
}

.longhu-photo {
  width: 70%;
}

.longhu-title h3 {
  margin-bottom: 2rem;
}

.longhu-title p {
  font-size: calc(var(--s-val) * 2.8);
  margin-bottom: 3rem;
  line-height: 1.5;
}

.longhu-detail {
  font-size: calc(var(--s-val) * 1.6);
}

.longhu-text {
  margin-bottom: 2rem;
}

.longhu-slider {
  max-width: 1200px;
  margin: 0 auto 8rem;
  position: relative;
  padding-bottom: 0; /* pagination removed */
}

.longhu-slider .swiper-wrapper {
  display: flex;
  gap: calc(var(--s-val) * 3);
  width: 90%;
  margin: 0 auto;
}

.longhu-slider .swiper-slide {
  width: calc((100% - (calc(var(--s-val) * 3) * 2)) / 3);
  height: auto;
}

.longhu-pagination {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.longhu-button-prev,
.longhu-button-next {
  position: absolute;
  top: 40%;
  width: 42px;
  height: 42px;
  z-index: 5;
}

.longhu-button-prev:after,
.longhu-button-next:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.longhu-button-prev {
  left: -3%;
}

.longhu-button-prev:after {
  background-image: url("../../../top/img/arrow-left.webp");
}

.longhu-button-next {
  right: -3%;
}

.longhu-button-next:after {
  background-image: url("../../../top/img/arrow-right.webp");
}

.longhu-list_content {
  width: 100%;
}

.longhu-list_photo {
  width: 100%;
}

.longhu-list_title {
  font-size: calc(var(--s-val) * 3.2);
  text-align: center;
  background-color: #ffffff;
  display: flex;
  width: 70%;
  position: relative;
  justify-content: center;
  margin: -3rem auto 5rem;
  font-weight: bold;
}

.longhu-list_detail {
  font-size: calc(var(--s-val) * 1.6);
}

.longhu-list_detail .price {
  font-size: calc(var(--s-val) * 2);
}

.longhu-list_detail .note {
  font-size: calc(var(--s-val) * 1);
}

.longhu-list_detail p:first-child {
  min-height: 120px;
  margin-bottom: 3rem;
}

.longhu-btn {
  margin: 0 auto;
  width: 16%;
}

.longhu-btn a {
  background-color: var(--color-beige);
  padding: 1rem 0;
  color: #fff;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .kikuhira-main_content,
  .airport-content,
  .rakuten-content,
  .longhu-content {
    width: 100%;
  }

  .shop-overview {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .top-content_box {
    margin-bottom: 0;
    position: relative;
  }

  .top-content_title {
    font-size: calc(var(--s-val) * 3.4);
    margin-bottom: 0rem;
  }

  .top-content_detail {
    font-size: calc(var(--s-val) * 1.4);
    line-height: 2.5;
  }

  .top-content_text {
    width: 100%;
  }

  .overview-photo {
    width: 100%;
  }

  .overview-text {
    width: 100%;
  }

  .shop-overview {
    margin-bottom: 5rem;
  }

  .overview-title h2 {
    font-size: calc(var(--s-val) * 3);
  }

  /*===共通===*/

  h3 {
    font-size: calc(var(--s-val) * 3);
  }

  .common-content {
    gap: calc(var(--s-val) * 7);
  }

  .common-photo_width {
    width: 100%;
  }

  .common-text_width {
    width: 90%;
    margin: 0 auto;
  }

  .top-content {
    margin-bottom: 6rem;
  }

  /*===kikuhira===*/

  .kikuhira-area {
    margin-bottom: auto;
  }

  .kikuhira-title h3 {
    margin-bottom: 3rem;
  }

  .kikuhira-main_content {
    margin-bottom: 10rem;
    flex-direction: column-reverse;
    position: relative;
  }

  .kikuhira-list_content {
    width: 85%;
    margin: 0 auto;
  }

  .bg-wrapper {
    background-color: #f9f8f7;
  }

  .kikuhira-area::before {
    display: none;
  }

  .kikuhira-title p {
    font-size: calc(var(--s-val) * 2);
  }

  .kikuhira-detail {
    font-size: calc(var(--s-val) * 1.6);
    width: 100%;
  }

  .kikuhira-list {
    flex-direction: column;
    width: 100%;
    gap: calc(var(--s-val) * 4);
  }

  .kikuhira-list_title {
    margin: -2rem auto 0;
    font-size: calc(var(--s-val) * 2.4);
    padding-bottom: 1rem;
    line-height: 2;
  }

  .kikuhira-list_detail {
    font-size: calc(var(--s-val) * 1.6);
    background: #fff;
    padding: 0 2rem 3rem;
    width: 100%;
  }

  .menbey-content .kikuhira-list_detail {
    margin-bottom: 8rem;
  }

  /*===airport===*/

  .airport-content {
    flex-direction: column-reverse;
    gap: calc(var(--s-val) * 3);
  }

  .airport-area {
    margin-bottom: auto;
    padding-bottom: 7rem;
  }

  .airport-area::before {
    height: 60%;
  }

  .airport-title h3 {
    margin-bottom: 3rem;
  }

  .airport-title h3 span {
    font-size: calc(var(--s-val) * 1.8);
    padding: 1rem 1.5rem;
    line-height: 1;
  }

  .airport-title p {
    font-size: calc(var(--s-val) * 2.4);
    margin-bottom: 2rem;
    line-height: 1.8;
  }

  .airport-detail {
    font-size: calc(var(--s-val) * 1.6);
  }

  /*===rakuten===*/

  .rakuten-area {
    margin-bottom: auto;
    padding-bottom: 7rem;
  }

  .rakuten-area::before {
    height: 60%;
  }

  .rakuten-content {
    flex-direction: column;
    gap: calc(var(--s-val) * 2);
  }

  .rakuten-title p {
    font-size: calc(var(--s-val) * 2.4);
    line-height: 1.8;
  }

  .rakuten-detail {
    font-size: calc(var(--s-val) * 1.6);
    width: 100%;
  }

  .btn-style {
    margin: 0 auto;
  }

  .rakuten-btn.btn-style {
    width: 80%;
  }

  /*===longhu===*/

  .longhu-area {
    margin-bottom: 0;
    padding-bottom: 8rem;
  }

  .longhu-content {
    flex-direction: column-reverse;
    gap: calc(var(--s-val) * 3);
    margin: 0 0 7rem auto;
  }

  .longhu-list_content {
    background: #fff;
  }

  .longhu-title h3 {
    margin-bottom: 2.5rem;
  }

  .longhu-area::before {
    height: 15%;
  }

  .longhu-title p {
    font-size: calc(var(--s-val) * 2.4);
    line-height: 1.8;
  }

  .longhu-detail {
    font-size: calc(var(--s-val) * 1.6);
  }

  .longhu-list_detail p:first-child {
    margin-bottom: 1rem;
  }

  .longhu-list_cose01 .longhu-list_detail p:first-child {
    min-height: unset;
    margin-bottom: 4rem;
  }

  .longhu-list_detail {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 2rem;
  }

  .longhu-slider_container {
    position: relative;
  }

  .longhu-slider {
    width: 100%;
    margin: 0 auto 3rem;
    padding-bottom: 0;
  }

  .longhu-area .longhu-slider {
    width: 80%;
  }

  .longhu-slider .swiper-wrapper {
    gap: 0;
    width: 100%;
  }

  .longhu-slider .swiper-slide {
    width: 100%;
  }

  .longhu-button-prev,
  .longhu-button-next {
    width: 28px;
    top: 24%;
  }

  .longhu-button-prev {
    left: 4%;
  }

  .longhu-button-next {
    right: 4%;
  }

  .longhu-list_title {
    font-size: calc(var(--s-val) * 2.8);
    margin: -4rem auto 2rem;
    width: 85%;
    font-weight: bold;
    line-height: 3;
  }

  .longhu-price .note {
    font-size: 0.6em;
  }

  .longhu-pagination {
    bottom: -16px;
  }

  .longhu-btn {
    width: 67%;
  }
}
