/* =========================================================
pageTitle
  ========================================================= */
.breadcrumbsList {
  border-bottom: none;
}

.wrapper.bg_white {
  background: #fff;
}

.pageTitleArea {
  text-align: center;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.pageTitleArea .sub {
  font-size: 1.8rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  .pageTitleArea .sub {
    font-size: 1.5rem;
  }
}

.pageTitleArea .pageTitle {
  font-size: 5.1rem;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .pageTitleArea .pageTitle {
    font-size: 3.5rem;
  }
}

/* =========================================================
.tourDetail 
  ========================================================= */
.tourDetail {
  padding-bottom: 150px;
}

.tourDetail h3 {
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.tourDetail p+h3 {
  margin: 15px 0;
}

@media (max-width: 767px) {
  .tourDetail {
    padding-bottom: 80px;
  }
}

.tourDetail .wrapper {
  padding: 70px 70px 90px;
}

@media (max-width: 767px) {
  .tourDetail .wrapper {
    padding: 40px 20px 60px;
  }
}

.tourDetail .tourContents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tourDetail .textArea {
  width: 58%;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .tourDetail .textArea {
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
    font-size: 1.5rem;
  }
}

.tourDetail .textArea:only-child {
  width: 100%;
}

.tourDetail .linkArea {
  padding-top: 40px;
  border-top: 1px solid #CACACA;
}

@media (max-width: 767px) {
  .tourDetail .linkArea {
    padding-top: 20px;
  }
}

.tourDetail .linkArea::after {
  content: "";
  clear: both;
  display: block;
}

.tourDetail .snsList {
  margin: 0 auto;
  justify-content: center;
}

@media (max-width: 767px) {
  .tourDetail .postNav {
    margin-bottom: 40px;
  }

  .tourDetail .postNav::after {
    content: "";
    clear: both;
    display: block;
  }
}

.tourDetail .postNav .prev {
  float: left;
}

.tourDetail .postNav .prev .icon_link {
  margin: 0 10px 0 0;
  transform: scale(-1, 1);
}

.tourDetail .postNav .next {
  float: right;
}

.tourDetail .btn {
  max-width: 90%;
  margin: 70px auto 0;
}

@media (max-width: 767px) {
  .tourDetail .btn {
    margin-top: 50px;
  }
}

article.tourDetail .tableWrap {
  display: flex;
  font-feature-settings: "palt";
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 35px;
}

article.tourDetail .tableWrap a {
  color: #AB8D4B;
}

@media (max-width: 1024px) {
  article.tourDetail .tableWrap {
    flex-direction: column;
    margin: 30px 0;
  }
}

article.tourDetail .tableWrap dl {
  display: flex;
  width: 48.3%;
}

article.tourDetail .tableWrap dl.w100 {
  width: 100%;
}

article.tourDetail .tableWrap dl.w100 dt {
  width: 12%;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  article.tourDetail .tableWrap dl.w100 dt {
    width: 100%;
    justify-content: center;
  }
}

article.tourDetail .tableWrap dl.w100 dd {
  width: 88%;
}

@media (max-width: 1024px) {
  article.tourDetail .tableWrap dl.w100 dd {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  article.tourDetail .tableWrap dl {
    width: 100%;
    display: block;
  }
}

article.tourDetail .tableWrap dl dt,
article.tourDetail .tableWrap dl dd {
  padding: 26px 0;
}

@media (max-width: 1024px) {

  article.tourDetail .tableWrap dl dt,
  article.tourDetail .tableWrap dl dd {
    padding: 12px 0;
  }
}

article.tourDetail .tableWrap dl dt {
  color: #142335;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #142335;
  border-bottom: 1px solid #142335;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  article.tourDetail .tableWrap dl dt {
    width: 100%;
    text-align: center;
    background: #F7F7F5;
    border-bottom: none;
  }
}

article.tourDetail .tableWrap dl dd {
  width: 75%;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1024px) {
  article.tourDetail .tableWrap dl dd {
    width: 100%;
    padding-left: 0;
  }
}

article.tourDetail .tableWrap dl:nth-of-type(n+3) dt {
  border-top: none;
}

@media (max-width: 1024px) {
  article.tourDetail .tableWrap dl:nth-of-type(n+3) dt {
    border-top: 1px solid #142335;
  }
}

article.tourDetail .tableWrap dl:nth-of-type(n+3) dd {
  border-top: none;
}

@media (max-width: 1024px) {
  article.tourDetail .tableWrap dl:nth-of-type(n+3) dd {
    border-top: 1px solid #c2c2c2;
  }
}

article.tourDetail .imgWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 35px;
}

/*# sourceMappingURL=japanlocaltour_detail.css.map */