@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.experienceindex .leadTxt {
  text-align: center;
  padding: 50px 0;
}
@media all and (max-width: 480px) {
  .experienceindex .leadTxt {
    text-align: left;
  }
}
.experienceindex .leadTxt .normalBtn {
  margin-top: 30px;
}
.experienceindex .leadTxt .normalBtn a {
  margin: auto;
  max-width: 380px;
}
.experienceindex .infoArea .bg_c {
  background: url(../../top/images/bg.jpg) top 16% center/cover no-repeat;
  padding: 80px 0;
}
@media all and (max-width: 896px) {
  .experienceindex .infoArea .bg_c {
    padding: 40px 0;
  }
}
@media all and (max-width: 480px) {
  .experienceindex .infoArea .bg_c {
    background: url(../../top/images/bg.jpg) top center/cover no-repeat;
  }
}
.experienceindex .infoArea .experience {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
.experienceindex .infoArea .experience article {
  width: calc(33.3333333333% - 27px);
  background: #fff;
  text-align: center;
}
@media all and (max-width: 1025px) {
  .experienceindex .infoArea .experience article {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 640px) {
  .experienceindex .infoArea .experience article {
    width: 100%;
  }
}
.experienceindex .infoArea .experience article > p.photo {
  overflow: hidden;
}
.experienceindex .infoArea .experience article > p.photo a {
  display: block;
  width: 100%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.experienceindex .infoArea .experience article > p.photo a:hover {
  transform: scale(1.05);
}
.experienceindex .infoArea .experience article > p.hotel {
  position: relative;
  font-size: min(4.6vw, 2rem);
  margin: 20px 20px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
}
.experienceindex .infoArea .experience article > p.hotel::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #4B4B4B;
}
@media all and (max-width: 896px) {
  .experienceindex .infoArea .experience article > p.hotel::before {
    width: 70px;
  }
}
.experienceindex .infoArea .experience article > p.date {
  font-size: min(3vw, 1.4rem);
  margin: 25px 20px 0;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media all and (max-width: 480px) {
  .experienceindex .infoArea .experience article > p.date {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.experienceindex .infoArea .experience article h2 {
  font-size: min(3.6vw, 1.6rem);
  letter-spacing: 0.15em;
  margin: 10px 20px 20px;
  line-height: 1.8;
  min-height: 4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media all and (max-width: 480px) {
  .experienceindex .infoArea .experience article h2 {
    min-height: auto;
  }
}
.experienceindex .c_searchArea {
  padding-bottom: 200px;
  margin-top: 0;
}
@media all and (max-width: 1025px) {
  .experienceindex .c_searchArea {
    padding-bottom: 100px;
  }
}

.experiencedetail .detailContents {
  font-weight: normal;
}
@media all and (max-width: 896px) {
  .experiencedetail .detailContents {
    margin-top: 30px;
  }
}
.experiencedetail .detailContents h2 {
  text-align: center;
  font-size: min(5vw, 3rem);
  letter-spacing: 1px;
  margin-top: 50px;
}
.experiencedetail .detailContents .spotDetail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  color: #222;
}
@media all and (max-width: 480px) {
  .experiencedetail .detailContents .spotDetail {
    margin-top: 25px;
  }
}
.experiencedetail .detailContents .spotDetail li.textArea {
  width: 56%;
}
@media all and (max-width: 896px) {
  .experiencedetail .detailContents .spotDetail li.textArea {
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
}
.experiencedetail .detailContents .spotDetail li.textArea > p {
  margin: 30px 0;
  font-size: 1.6rem;
}
@media all and (max-width: 480px) {
  .experiencedetail .detailContents .spotDetail li.textArea > p {
    font-size: 1.5rem;
  }
}
.experiencedetail .detailContents .spotDetail li.textArea > p.comment img {
  width: inherit !important;
  height: inherit !important;
  max-width: 100%;
}
.experiencedetail .detailContents .spotDetail li.textArea .spotInfo1 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.experiencedetail .detailContents .spotDetail li.textArea .spotInfo1 table th,
.experiencedetail .detailContents .spotDetail li.textArea .spotInfo1 table td {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .experiencedetail .detailContents .spotDetail li.textArea .spotInfo1 table th,
  .experiencedetail .detailContents .spotDetail li.textArea .spotInfo1 table td {
    min-width: 90px;
  }
}
@media all and (max-width: 480px) {
  .experiencedetail .detailContents .spotDetail li.textArea .spotInfo1 table th,
  .experiencedetail .detailContents .spotDetail li.textArea .spotInfo1 table td {
    font-size: 1.5rem;
  }
}
.experiencedetail .detailContents .spotDetail li.textArea .spotInfo1 table th {
  background: #eee;
  text-align: center;
  padding: 15px;
}
@media all and (max-width: 896px) {
  .experiencedetail .detailContents .spotDetail li.textArea .spotInfo1 table th {
    padding: 15px 5px;
  }
}
.experiencedetail .detailContents .spotDetail li.textArea .spotInfo1 table td {
  padding: 15px;
}
@media all and (max-width: 896px) {
  .experiencedetail .detailContents .spotDetail li.textArea .spotInfo1 table td {
    padding: 15px 10px;
  }
}
.experiencedetail .detailContents .spotDetail li.imageArea {
  width: 40%;
}
.experiencedetail .detailContents .spotDetail li.imageArea p {
  margin-bottom: 15px;
}
.experiencedetail .detailContents .spotDetail li.imageArea p span.caption {
  font-size: 1.5rem;
}
@media all and (max-width: 480px) {
  .experiencedetail .detailContents .spotDetail li.imageArea p span.caption {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 896px) {
  .experiencedetail .detailContents .spotDetail li.imageArea {
    width: 100%;
    order: 1;
  }
}
.experiencedetail .detailContents .close {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #CB4B4B;
}
.experiencedetail .spotInfo2 {
  position: relative;
  margin: 100px 0 0;
  padding: 80px 0 50px;
  font-weight: normal;
  background: #eee;
}
@media all and (max-width: 480px) {
  .experiencedetail .spotInfo2 {
    padding: 50px 0;
  }
}
.experiencedetail .spotInfo2::before {
  position: absolute;
  content: "";
  display: block;
  height: 100px;
  border-left: 1px solid #ccc;
  left: 50%;
  top: -50px;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .experiencedetail .spotInfo2::before {
    height: 80px;
  }
}
.experiencedetail .spotInfo2 > div {
  background: #fff;
  padding: 30px;
}
@media all and (max-width: 896px) {
  .experiencedetail .spotInfo2 > div {
    padding: 30px 20px 20px 20px;
  }
}
.experiencedetail .spotInfo2 > div > p {
  text-align: center;
  font-size: 2.6rem;
}
.experiencedetail .spotInfo2 > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.experiencedetail .spotInfo2 > div ul li:first-child {
  width: 37%;
}
@media all and (max-width: 896px) {
  .experiencedetail .spotInfo2 > div ul li:first-child {
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
}
.experiencedetail .spotInfo2 > div ul li:nth-child(2) {
  width: 58%;
}
@media all and (max-width: 896px) {
  .experiencedetail .spotInfo2 > div ul li:nth-child(2) {
    width: 100%;
    order: 1;
  }
}
.experiencedetail .spotInfo2 > div ul li:nth-child(2) dl dt {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media all and (max-width: 480px) {
  .experiencedetail .spotInfo2 > div ul li:nth-child(2) dl dt {
    font-size: 2rem;
  }
}
.experiencedetail .spotInfo2 > div ul li:nth-child(2) dl dd {
  font-size: 1.6rem;
}
@media all and (max-width: 480px) {
  .experiencedetail .spotInfo2 > div ul li:nth-child(2) dl dd {
    font-size: 1.5rem;
  }
}
.experiencedetail .spotInfo2 > div ul li:nth-child(2) dl dd.normalBtn {
  margin-top: 20px;
}
.experiencedetail .spotInfo2 > div ul li:nth-child(2) dl dd.normalBtn a {
  margin-left: 0;
}
@media all and (max-width: 480px) {
  .experiencedetail .spotInfo2 > div ul li:nth-child(2) dl dd.normalBtn a {
    margin: auto;
  }
}
.experiencedetail .spotInfo2 .normalBtn {
  margin: 50px 0 0;
}
.experiencedetail .spotInfo2 .normalBtn a {
  margin: auto;
}

.footer {
  margin-top: 0;
}/*# sourceMappingURL=local.css.map */