@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.outer {
  background: #F7F7F7;
}

body.detail .outer {
  background: #fff;
}

.travel-reco__card {
  background: #fff;
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: center;
  margin: 60px auto 0;
}
@media all and (max-width: 1367px) {
  .travel-reco__card {
    margin: 30px auto 0;
  }
}
@media all and (max-width: 896px) {
  .travel-reco__card {
    grid-template-columns: 45% 1fr;
  }
}
@media (width <= 700px) {
  .travel-reco__card {
    grid-template-columns: 1fr;
    max-width: 90%;
  }
}
@media all and (max-width: 600px) {
  .travel-reco__card {
    max-width: 100%;
  }
}
.travel-reco__card a {
  display: block;
}
.travel-reco__img a {
  display: block;
  overflow: hidden;
}
.travel-reco__img a figure {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.travel-reco__img a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.travel-reco__img a:hover {
  opacity: 1;
}
.travel-reco__img a:hover figure {
  transform: scale(1.05);
}
.travel-reco__txt {
  padding: 45px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 896px) {
  .travel-reco__txt {
    padding: 3.5cqw 3cqw;
  }
}
@media all and (max-width: 480px) {
  .travel-reco__txt {
    padding: 6cqw 6.5cqw;
  }
}
.travel-reco__txt ul {
  display: flex;
  gap: 5px 10px;
}
.travel-reco__txt ul li {
  text-align: center;
  padding: 1px 13px;
  font-size: 1.3rem;
  background: #666;
  color: #fff;
}
@media all and (max-width: 896px) {
  .travel-reco__txt ul li {
    font-size: 1.2rem;
  }
}
.travel-reco__txt ul li.place {
  position: relative;
  padding: 1px 13px 1px 23px;
  background: #333;
}
.travel-reco__txt ul li.place::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  background: url(../../assets/images/common/icon_place.svg) center center/cover no-repeat;
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}
.travel-reco__txt h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media all and (max-width: 896px) {
  .travel-reco__txt h3 {
    font-size: 1.8rem;
  }
}
.travel-reco__txt p.date {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #666;
  font-size: 1.5rem;
  margin-top: 25px;
}
@media all and (max-width: 896px) {
  .travel-reco__txt p.date {
    margin-top: 0;
  }
}
.travel-reco__txt p.link {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .travel-reco__txt p.link {
    margin-top: 5px;
  }
}
.travel-reco__txt p.link a {
  position: relative;
  display: inline-block;
  color: #826A29;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .travel-reco__txt p.link a {
    font-size: 1.3rem;
  }
}
.travel-reco__txt p.link a:hover {
  transform: translateX(5px);
}
.travel-reco__link {
  position: relative;
  padding: 20px 15px;
  color: #333;
}
.travel-reco__link::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../../assets/images/common/icon_outside.svg) center center/cover no-repeat;
  width: 10px;
  height: 10px;
}

.travel-tips {
  margin-top: 90px;
  padding-bottom: 90px;
}
@media all and (max-width: 896px) {
  .travel-tips {
    margin-top: 45px;
    padding-bottom: 45px;
  }
}
.travel-tips__search-box {
  border: 1px solid #AEAEAE;
  background: #F7F6F1;
  padding: 4cqw;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (max-width: 1367px) {
  .travel-tips__search-box {
    padding: 3cqw 2cqw;
    margin-top: 30px;
  }
}
@media all and (max-width: 896px) {
  .travel-tips__search-box {
    gap: 20px;
  }
}
@media all and (max-width: 480px) {
  .travel-tips__search-box {
    padding: 6cqw 5cqw;
  }
}
.travel-tips__search-box .searcharea__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3cqw;
  padding-bottom: 30px;
  border-bottom: 1px solid #aeaeae;
}
@media all and (max-width: 1367px) {
  .travel-tips__search-box .searcharea__wrap {
    gap: 1.5cqw;
  }
}
@media all and (max-width: 480px) {
  .travel-tips__search-box .searcharea__wrap {
    gap: 7cqw;
  }
}
.travel-tips__search-box .buttonbox {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.travel-tips__search-box .buttonbox button, .travel-tips__search-box .buttonbox a, .travel-tips__search-box .buttonbox input {
  position: relative;
  display: block;
  border: 1px solid #826A29;
  padding: 12px 20px;
}
.travel-tips__search-box .buttonbox button.submit, .travel-tips__search-box .buttonbox a.submit, .travel-tips__search-box .buttonbox input.submit {
  color: #fff;
  background: #826A29;
}
.travel-tips__search-box .buttonbox button.reset, .travel-tips__search-box .buttonbox a.reset, .travel-tips__search-box .buttonbox input.reset {
  color: #826A29;
  border-color: #826A29;
  background: #fff;
}
.travel-tips__search-select {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #aeaeae;
}
@media all and (max-width: 896px) {
  .travel-tips__search-select {
    padding-bottom: 20px;
  }
}
.travel-tips__search-select p {
  width: 150px;
}
@media all and (max-width: 896px) {
  .travel-tips__search-select p {
    width: 100%;
  }
}
.travel-tips__search-select label {
  cursor: pointer;
}
.travel-tips__search-select label input {
  margin: 0 0.5em 0.2em 0;
}
.travel-tips__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5cqw 3cqw;
  margin-top: 3cqw;
}
@media all and (max-width: 896px) {
  .travel-tips__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 23px;
    margin-top: 30px;
  }
}
@media all and (max-width: 600px) {
  .travel-tips__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.travel-tips__list .none {
  grid-column: 1/-1;
  text-align: center;
}
.travel-tips__card {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.travel-tips__card a {
  display: block;
}
.travel-tips__img a {
  display: block;
  overflow: hidden;
}
.travel-tips__img a figure {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.travel-tips__img a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.travel-tips__img a:hover {
  opacity: 1;
}
.travel-tips__img a:hover figure {
  transform: scale(1.05);
}
.travel-tips__txt {
  padding: 25px;
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .travel-tips__txt {
    padding: 3.5cqw 3cqw;
  }
}
@media all and (max-width: 480px) {
  .travel-tips__txt {
    padding: 6cqw 6.5cqw;
  }
}
.travel-tips__txt ul {
  display: flex;
  gap: 5px 10px;
}
.travel-tips__txt ul li {
  text-align: center;
  padding: 1px 13px;
  font-size: 1.3rem;
  background: #666;
  color: #fff;
}
@media all and (max-width: 896px) {
  .travel-tips__txt ul li {
    font-size: 1.2rem;
  }
}
.travel-tips__txt ul li.place {
  position: relative;
  padding: 1px 13px 1px 23px;
  background: #333;
}
.travel-tips__txt ul li.place::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  background: url(../../assets/images/common/icon_place.svg) center center/cover no-repeat;
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}
.travel-tips__txt h3 {
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 5px;
  min-height: 3.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media all and (max-width: 896px) {
  .travel-tips__txt h3 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 600px) {
  .travel-tips__txt h3 {
    min-height: auto;
  }
}
.travel-tips__txt p.date {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #666;
  font-size: 1.5rem;
}
.travel-tips__txt p.link {
  margin-top: 5px;
}
.travel-tips__txt p.link a {
  position: relative;
  display: inline-block;
  color: #826A29;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .travel-tips__txt p.link a {
    font-size: 1.3rem;
  }
}
.travel-tips__txt p.link a:hover {
  transform: translateX(5px);
}
.travel-tips__link {
  position: relative;
  padding: 20px 15px;
  color: #333;
}
.travel-tips__link::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../../assets/images/common/icon_outside.svg) center center/cover no-repeat;
  width: 10px;
  height: 10px;
}
.travel-tips .pagenation {
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .travel-tips .pagenation {
    margin-top: 30px;
  }
}
.travel-tips .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.travel-tips .pagenation ul li {
  border: 1px solid #826A29;
}
.travel-tips .pagenation ul li .page-numbers {
  width: 35px;
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #826A29;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.69231;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.travel-tips .pagenation ul li .page-numbers:hover {
  background: #826A29;
  color: #fff;
}
.travel-tips .pagenation ul li .page-numbers.prev {
  background: none;
}
.travel-tips .pagenation ul li .page-numbers.prev:hover {
  background: none;
}
.travel-tips .pagenation ul li .page-numbers.next {
  border-color: #F7F7F7;
}
.travel-tips .pagenation ul li .page-numbers.next:hover {
  background: #826A29;
}
.travel-tips .pagenation ul li .page-numbers.next:hover img {
  filter: brightness(0) invert(1);
}
.travel-tips .pagenation ul li .page-numbers.dots {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.travel-tips .pagenation ul li .page-numbers.dots:hover {
  background: none;
  color: #826A29;
}
.travel-tips .pagenation ul li a:hover {
  opacity: 1;
}
.travel-tips .pagenation ul li a img {
  max-width: 100%;
}
.travel-tips .pagenation ul li span.current {
  background: #826A29;
  color: #fff;
}
.travel-tips .pagenation ul li:hover .number {
  background: #826A29;
  color: #fff;
}
.travel-tips .pagenation ul .eventNone a {
  pointer-events: none;
}

.andlover {
  background: #fff;
  padding: 90px 0;
}
@media all and (max-width: 896px) {
  .andlover {
    padding: 45px 0;
  }
}
.andlover__wrap {
  display: flex;
  flex-direction: column;
  gap: 5cqw;
}
@media all and (max-width: 480px) {
  .andlover__wrap {
    gap: 50px;
  }
}
.andlover__box {
  display: grid;
  grid-template-columns: 49cqw 1fr;
  gap: 5cqw;
  align-items: center;
}
@media all and (max-width: 1367px) {
  .andlover__box {
    align-items: flex-start;
  }
}
@media all and (max-width: 896px) {
  .andlover__box {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 480px) {
  .andlover__box {
    gap: 30px;
  }
}
@media all and (max-width: 480px) {
  .andlover__txt h3 img {
    max-width: 200px;
  }
}
.andlover__txt p {
  font-weight: 500;
  margin-top: 50px;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .andlover__txt p {
    margin-top: 25px;
  }
}
.andlover__link ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (max-width: 480px) {
  .andlover__link ul {
    gap: 15px;
  }
}
.andlover__link ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.andlover__link ul li a::before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.andlover__link ul li a h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 1;
  text-align: center;
  color: #F7F6F1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.72px;
}
.andlover__link ul li a figure {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  aspect-ratio: 4.909/1;
}
@media all and (max-width: 480px) {
  .andlover__link ul li a figure {
    aspect-ratio: 3/1;
  }
}
.andlover__link ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.andlover__link ul li a:hover {
  opacity: 1;
}
.andlover__link ul li a:hover figure {
  transform: scale(1.05);
}

.travel-detail {
  max-width: 1100px;
  margin: 60px auto 0;
  padding-bottom: 100px;
}
@media all and (max-width: 896px) {
  .travel-detail {
    margin: 30px auto 0;
    padding-bottom: 50px;
  }
}
.travel-detail__main .common-linetit {
  margin-bottom: 40px;
}
.travel-detail__main .common-tit__midium {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .travel-detail__main .common-tit__midium {
    margin-top: 40px;
  }
}
.travel-detail__main .common-tit__small {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .travel-detail__main .common-tit__small {
    margin-top: 30px;
  }
}
.travel-detail__main p:not(.travel-detail__credit, .summary) {
  margin-top: 30px;
  line-height: 1.8;
}
.travel-detail__main ul {
  margin-top: 30px;
  line-height: 1.8;
}
.travel-detail__main ul li::before {
  content: "・";
  display: inline-block;
  padding-right: 0.5em;
}
.travel-detail__main .col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}
@media all and (max-width: 896px) {
  .travel-detail__main .col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.travel-detail__img {
  margin: 20px auto 0;
}
.travel-detail__img img {
  max-width: 100%;
}
.travel-detail__credit {
  text-align: right;
  margin-top: 10px;
  font-size: 1.3rem;
}
@media all and (max-width: 896px) {
  .travel-detail__credit {
    font-size: 1.1rem;
  }
}
.travel-detail__credit.left {
  text-align: left;
}
.travel-detail__end {
  margin-top: 50px;
  padding: 40px;
  background: #F7F6F1;
  border: 1px solid #826A29;
}
@media all and (max-width: 896px) {
  .travel-detail__end {
    padding: 6cqw;
  }
}
.travel-detail__end .summary {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  color: #333;
}
@media all and (max-width: 896px) {
  .travel-detail__end .summary {
    font-size: 1.8rem;
  }
}
.travel-detail__end p {
  margin-top: 0 !important;
}
@media all and (max-width: 896px) {
  .travel-detail__end p {
    margin-top: 0 !important;
  }
}
.travel-detail__end .linkbtn {
  margin: 30px auto 0;
  text-align: center;
}
.travel-detail__end .linkbtn a {
  position: relative;
  display: block;
  color: #fff;
  background: #826A29;
  border: 1px solid #826A29;
  padding: 10px 40px 10px 20px;
  font-weight: 500;
  width: 100%;
  max-width: 350px;
  margin-inline: auto;
}
.travel-detail__end .linkbtn a:hover {
  background: #333;
  opacity: 1;
}
.travel-detail__end .linkbtn a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../../assets/images/common/icon_linearrow.svg) center center/cover no-repeat;
  width: 16px;
  height: 13px;
  filter: brightness(0) invert(1);
}