@charset "utf-8";
/* CSS Document */
@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.p-contents--top>.p-contetns-contact {
  padding-bottom: 24px;
}

/* ナビゲーション */
.contentPageLink {
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .contentPageLink li {
    width: 300px;
  }

  .contentPageLink li a {
    padding: 20px 1em;
    height: 100%;
  }
}

.mt-84 {
  margin-top: 84px;
}

#popularity {
  margin-top: 2rem;
  background-color: #edf0f4;
  padding: 2rem 0;
}

#spot {
  margin-top: 0;
  background-color: #d7e8e0;
  padding: 2rem 0;
}

.serviceBoxWrap .serviceBox .txtBox h3 {
  font-size: clamp(1.5rem, 1.0796rem + 1.7937vw, 2.25rem);
  text-align: center;
  font-weight: 700;
  color: #006699;
  line-height: 1.3;
  margin-bottom: 24px;
}

#popularity h3 {
  position: relative;
  padding: 1rem;
  background: linear-gradient(0deg, transparent 0 10%, #fff3bb 0 90%, transparent 90%), repeating-linear-gradient(-45deg, #ffff6f 0 4px, #ffd09e 6px 12px);
}

.serviceBoxWrap {
  --_column: 1;
  --_gap: 24px;
  position: relative;
  display: flex;
  gap: var(--_gap);
  width: 100%;
  max-width: calc(100% - clamp(0rem, -11.1304rem + 23.1884vw, 4rem));
  margin-inline: auto;
  flex-wrap: wrap;
}

.serviceBox {
  max-width: 100%;
  width: 100%;
  display: grid;
  flex-basis: calc((100% - var(--_gap) * (var(--_column) - 1)) / var(--_column));
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

.serviceBox[data-column="1"] {
  flex-basis: 100%;
}

.txtBox:has(+ .p-view-list-button) {
  margin-bottom: 48px;
}

.serviceBox figure {
  overflow: hidden;
  margin-bottom: 0;
}

.serviceBox img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s;
}

.txtBox-wrapper {
  padding-block: 24px;
  padding-inline: 16px;
  display: grid;
}

:where(#popularity, #spot) .serviceBox .p-view-list-button {
  margin: auto auto 0;
  max-width: 100%;
  width: 220px;
}

@media (hover: hover) {
  .serviceBox:not(.is-disabled-hover):hover img {
    transform: scale(120%);
  }
}

@media (min-width: 640px) {
  .serviceBoxWrap {
    --_column: 2;
  }
}

@media (min-width: 768px) {
  #popularity {
    margin-top: 5rem;
    padding: 5rem;
  }

  #spot {
    padding: 5rem;
  }

  .serviceBox[data-column="1"] {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .serviceBox[data-column="1"] img {
    height: 100%;
  }

  .serviceBox[data-column="1"] .txtBox-wrapper {
    padding-inline: 32px;
  }

  #popularity .serviceBox[data-column="1"] .p-view-list-button {
    margin-top: auto;
  }
}

@media screen and (max-width: 768px) {
  #popularity {
    margin-top: 2rem;
    background-color: #edf0f4;
    padding: 2rem 0;
  }

  #spot {
    margin-top: 0;
    background-color: #d7e8e0;
    padding: 2rem 0;
  }
}

.shin-word {
  position: absolute;
  top: -25px;
  left: -15px;
  z-index: 10;
}

.detail-l {
  color: #006699;
  font-size: 1.8rem;
  padding: 0 2px;
  font-weight: bold;
}

/* ▼▼平均予算・基本滞在日数▼▼ */
#budget p {
  font-size: 1rem;
}

.p-page-heading_budget {
  color: #004098;
  text-align: center;
  font-weight: bold;
  margin-top: 5%;
  font-size: 1.5rem
}

.tdc {
  background-color: #4a86e8 !important;
  color: #FFF;
  font-weight: bold;
}

.tdc-2 {
  background-color: #68b4ff;
  color: #FFF;
  font-weight: bold;
}

.tdb {
  background-color: #e8c343;
  color: #FFF;
  font-weight: bold;
}

.table thead th {
  border-left: 1px solid #dee2e6;
  text-align: center;
}

.table thead th:first-child {
  border-left: none;
}

.table td,
.table th {
  padding: 0.5em;
}

@media not all and (min-width: 768px) {
  .table td {
    flex-wrap: nowrap;
  }
}

/* ▲▲平均予算・基本滞在日数▲▲ */
/*▼資料ダウンロード▼*/
#document {
  margin-bottom: 3em;
}

#document .p-info-item {
  background-color: #e9ecf2;
  padding: 20px;
}

@media print,
screen and (min-width: 768px) {
  .p-view-list-button-l {
    width: 300px !important;
  }

  .p-info-item__head_dl {
    height: 250px !important;
  }

  .p-info-item__head_dl img {
    width: 80% !important;
    margin: 0 10% !important;
  }
}

@media not all and (min-width: 768px) {
  .p-info-item__head_dl {
    height: 200px !important;
  }

  .p-view-list-button {
    width: 100%;
  }

}

/*▲資料ダウンロード▲*/




/*================================
  お勧めするポイント
================================*/
#effect .p-info-wrap {
  background-color: #e9ecf2;
  border-radius: 12px;
  padding: 2rem 2rem 5rem 2rem;
  margin-top: 84px;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item {
    width: 100%;
  }
}

.p-issue-item {
  display: flex;
  flex-direction: column;
  margin: 2em 2em 0 2em;
}

.issue-s {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -5px 20px 10px 0;
  width: 1px;
  max-width: calc(100% - 20px);
}

.p-issue-item__heading {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  border-bottom: 1px solid #666;
  justify-content: center;
}

.p-issue-item__detail {
  font-size: 1.0625rem;
  margin-top: 2rem;
  margin-bottom: 14px;
  line-height: 1.8rem;
}

.issue-n {
  font-size: 4.2rem;
  font-weight: bold;
  margin-top: -2rem;
  margin-right: 20px;
}

.bk-w {
  background-color: white;
}

@media not all and (min-width: 768px) {
  #effect .p-info-wrap {
    padding: 2rem 1rem 5rem 1rem;
  }

  .p-issue-item {
    margin: 2em 1.5em 0 1.5em;
  }

  .issue-n {
    font-size: 3rem;
    margin-top: -1rem;
    margin-right: 12px;
  }

  .issue-s {
    margin: -5px 12px 10px 0;
  }

  .travel-info {
    padding: 0;
  }
}