@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.ttl-frame {
  position: relative;
  padding: 25px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.14em;
}
@media (max-width: 896px) {
  .ttl-frame {
    padding: 35px 0;
    font-size: 8vw;
    line-height: 1.7;
  }
}
.ttl-frame::after {
  content: "";
  position: absolute;
  background: url(../images/common/h2-frame.svg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 896px) {
  .ttl-frame::after {
    background: url(../images/common/h2-frame-sp.svg) no-repeat;
    background-size: 100%;
  }
}

.menu {
  background: #ecf3d3;
  padding-top: 105px;
}
@media (max-width: 896px) {
  .menu {
    padding-top: 70px;
  }
}

.top__menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #E84572;
  background: #FDF7F1;
  border-radius: 10px;
  width: auto;
  padding: 21px 30px 21px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__menu__inner li {
  letter-spacing: 0.02em;
  margin-right: 5vw;
}
.top__menu__inner li a:before {
  content: "";
  position: absolute;
  background: url(../images/top/menu-arrow.svg) no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 16px;
  height: 15px;
  margin: auto;
}

@media (max-width: 896px) {
  .top__menu__inner {
    display: block;
    padding: 6vw 7vw;
  }
}
@media (max-width: 896px) {
  .top__menu__inner li {
    margin-right: 0;
    margin-bottom: 11px;
    letter-spacing: 0.2em;
  }
}
.top__menu__inner li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.top__menu__inner li a {
  display: block;
  font-size: min(1.8vw, 2rem);
  position: relative;
  font-weight: bold;
}

@media (max-width: 896px) {
  .top__menu__inner li a {
    display: inline-block;
    font-size: 4.7vw;
    letter-spacing: 0.15em;
  }
}
@media (max-width: 896px) {
  .top__menu__inner li a::after {
    width: 4vw;
    height: 2.5vw;
    right: -6vw;
  }
}
.intro {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #ecf3d3;
}
@media (max-width: 896px) {
  .intro {
    padding-bottom: 90px;
    padding-top: 85px;
  }
}
.intro h2 {
  font-size: 42px;
  margin-bottom: 90px;
}
@media (max-width: 896px) {
  .intro h2 {
    font-size: 8vw;
    margin-bottom: 75px;
  }
}
.intro .reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 896px) {
  .intro .reason {
    display: block;
  }
}
.intro .reason .reason-box {
  position: relative;
  background-color: #FDF7F1;
  border: 3px solid #E84572;
  border-radius: 10px;
  margin-right: 30px;
  padding: 90px 30px 15px;
  width: 33.3333333333%;
}
@media (max-width: 896px) {
  .intro .reason .reason-box {
    width: 100%;
    padding: 55px 26px 15px;
    margin-bottom: 65px;
  }
}
.intro .reason .reason-box:nth-child(2) {
  padding-top: 60px;
}
.intro .reason .reason-box:nth-child(2) .reason-ttl {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .intro .reason .reason-box:nth-child(2) .reason-ttl {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 24px;
  }
}
.intro .reason .reason-box:nth-child(2) .reason-img {
  margin-top: 90px;
}
@media (max-width: 896px) {
  .intro .reason .reason-box:nth-child(2) .reason-img {
    display: none;
  }
}
.intro .reason .reason-box:nth-child(3) .reason-img {
  position: absolute;
  bottom: -20px;
  right: -1vw;
  width: 145px;
}
@media (max-width: 896px) {
  .intro .reason .reason-box:nth-child(3) .reason-img {
    display: none;
  }
}
.intro .reason .reason-box:last-child {
  margin-right: 0;
  padding-top: 65px;
}
.intro .reason .reason-box .caption {
  color: #e84572;
  text-align: center;
  font-size: 1.4rem;
  font-family: cursive;
  letter-spacing: 0.5rem;
}
@media (max-width: 896px) {
  .intro .reason .reason-box .caption {
    font-size: 3.4vw;
  }
}
.intro .reason .reason-box .reason-subttl {
  background-color: #E84572;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  width: 140px;
  font-size: 30px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  padding: 14px 10px;
}
@media (max-width: 896px) {
  .intro .reason .reason-box .reason-subttl {
    padding: 15px 10px;
    font-size: 28px;
    width: 36vw;
  }
}
.intro .reason .reason-box .reason-ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  margin-top: 15px;
  font-weight: bold;
}
@media (max-width: 896px) {
  .intro .reason .reason-box .reason-ttl {
    margin-top: 5px;
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.intro .reason .reason-box .reason-ttl span {
  color: #E84572;
}
.intro .reason .reason-box .reason-descri {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .intro .reason .reason-box .reason-descri {
    letter-spacing: 0.08em;
  }
}
.intro .reason .reason-box .reason-img {
  width: 215px;
  margin: 0 auto;
}
.intro h3 {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid #E84572;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 100px auto 25px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media (max-width: 896px) {
  .intro h3 {
    text-align: center;
    margin-top: 80px;
    font-size: 4.7vw;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}
.intro .reason-youtube ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 896px) {
  .intro .reason-youtube ul {
    display: block;
    margin-top: 10px;
  }
}
.intro .reason-youtube ul li {
  margin-right: 0;
  width: 49%;
  text-align: center;
}
.intro .reason-youtube ul li:first-child {
  width: 620px;
}
@media (max-width: 896px) {
  .intro .reason-youtube ul li {
    width: 100%;
  }
  .intro .reason-youtube ul li:first-child {
    width: 100%;
  }
}
.intro .reason-youtube ul li:last-child {
  margin-right: 0;
}
.intro .reason-youtube ul li .reason-youtube-ttl {
  font-size: 36px;
  color: #E84572;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .intro .reason-youtube ul li .reason-youtube-ttl {
    font-size: 6.7vw;
  }
}
.intro .reason-youtube ul li .reason-youtube-descri {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 896px) {
  .intro .reason-youtube ul li .reason-youtube-descri {
    font-size: 5.3vw;
    letter-spacing: 0.07em;
    line-height: 1.4;
  }
}
.intro .reason-youtube ul li .btn {
  width: min(37vw, 50rem);
  margin: 0 auto;
}
@media (max-width: 896px) {
  .intro .reason-youtube ul li .btn {
    width: 100%;
  }
}
.intro .reason-youtube ul li .btn a {
  padding: 17px 10px;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  border-radius: 10px;
  background: #e84572;
  display: block;
  position: relative;
}
@media (max-width: 896px) {
  .intro .reason-youtube ul li .btn a {
    font-size: 5.3vw;
    padding: 16px 10px;
  }
}
.intro .reason-youtube ul li .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 25px;
  height: 30px;
  background: url(../images/common/icon-arrow.png) no-repeat;
  background-size: 100%;
  display: block;
}
@media all and (max-width: 480px) {
  .intro .reason-youtube ul li .btn a::after {
    right: 20px;
  }
}
.intro .youtube {
  position: relative;
}
.intro .youtube::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 15vw;
  height: 12vw;
  background: url(../images/top/img_illust_01.png) no-repeat;
  background-size: 100%;
  /*transform: scale(1, -1);*/
  display: block;
}
@media all and (max-width: 896px) {
  .intro .youtube::after {
    bottom: -80px;
    width: 20vw;
    height: 15vw;
  }
}
.intro .youtube ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  .intro .youtube ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.intro .youtube ul li:first-child {
  width: 50%;
}
.intro .youtube ul li:first-child iframe {
  width: 100%;
  height: 400px;
}
@media all and (max-width: 896px) {
  .intro .youtube ul li:first-child iframe {
    height: 300px;
  }
}
@media all and (max-width: 896px) {
  .intro .youtube ul li:first-child {
    width: 100%;
  }
}
.intro .youtube ul li:last-child {
  width: 49%;
}
@media all and (max-width: 896px) {
  .intro .youtube ul li:last-child {
    width: 100%;
  }
}
.intro .pickup {
  padding: 40px 0 0;
  position: relative;
}
.intro .pickup::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 35%;
  width: 10vw;
  height: 10vw;
  background: url(../images/top/img_illust_02.png) no-repeat;
  background-size: 100%;
  display: block;
}
@media all and (max-width: 896px) {
  .intro .pickup::after {
    display: none;
  }
}
.intro .pickup .box {
  padding: 0 0 40px;
}
@media all and (max-width: 896px) {
  .intro .pickup .box {
    padding: 0 0 20px;
  }
}
.intro .pickup .box h2 {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: monospace;
  text-align: center;
  letter-spacing: 0.55rem;
}
@media all and (max-width: 896px) {
  .intro .pickup .box h2 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 480px) {
  .intro .pickup .box h2 {
    font-size: 2.2rem;
  }
}
.intro .pickup .box h2 .caption {
  color: #e84572;
  font-size: 1.5rem;
  font-family: cursive;
  letter-spacing: 0.5rem;
}
@media all and (max-width: 896px) {
  .intro .pickup .box h2 .caption {
    letter-spacing: 0.25rem;
  }
}
@media all and (max-width: 480px) {
  .intro .pickup .box h2 .caption {
    letter-spacing: 0.1rem;
  }
}
.intro .pickup .box h2 .color {
  color: #e84572;
}
@media all and (max-width: 896px) {
  .intro .pickup .box h2 .spacing {
    letter-spacing: 0rem !important;
  }
}
.intro .pickup .box p {
  margin: 10px 0 0;
  font-size: 2rem;
  text-align: center;
  line-height: 2em;
}
@media all and (max-width: 896px) {
  .intro .pickup .box p {
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  .intro .pickup .box p {
    font-size: 1.8rem;
    line-height: 1.8em;
  }
}
.intro .pickup .box p small {
  margin: 10px 0 0;
  font-size: 80%;
  line-height: 3rem;
  display: block;
}

.travel {
  padding: 120px 0;
  background: #fdf7f1;
  position: relative;
}
@media all and (max-width: 896px) {
  .travel {
    padding: 90px 0;
  }
}
@media all and (max-width: 480px) {
  .travel {
    padding: 85px 0 90px;
  }
}
.travel::before {
  content: "";
  position: absolute;
  right: 0vw;
  bottom: 9vw;
  width: 15vw;
  height: 16vw;
  background: url(../images/top/img_illust_04.png) no-repeat;
  background-size: 100%;
  display: block;
}
@media all and (max-width: 896px) {
  .travel::before {
    display: none;
  }
}
.travel h2 {
  font-size: 42px;
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .travel h2 {
    font-size: 7.8vw;
  }
}
.travel .travel-caption {
  text-align: center;
  font-weight: bold;
  margin-bottom: 75px;
  font-size: 20px;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .travel .travel-caption {
    letter-spacing: 0.15em;
    margin-bottom: 75px;
    line-height: 1.8;
    font-size: 4.2vw;
    text-align: left;
  }
}
.travel .travel-contents .travel-ttl {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media (max-width: 896px) {
  .travel .travel-contents .travel-ttl {
    font-size: 5.6vw;
    margin-bottom: 20px;
  }
}
.travel .travel-contents .travel-ttl span {
  position: relative;
}
.travel .travel-contents .travel-ttl span::before {
  content: "";
  position: absolute;
  background: url(../images/top/travel-ttl-illust1.svg) no-repeat;
  background-size: 100%;
  top: -15px;
  left: -50px;
  width: 35px;
  height: 65px;
}
@media (max-width: 896px) {
  .travel .travel-contents .travel-ttl span::before {
    width: 7vw;
    height: 14vw;
    left: -12vw;
    top: -2vw;
  }
}
.travel .travel-contents .travel-ttl span::after {
  content: "";
  position: absolute;
  background: url(../images/top/travel-ttl-illust2.svg) no-repeat;
  background-size: 100%;
  top: -15px;
  right: -50px;
  width: 35px;
  height: 55px;
}
@media (max-width: 896px) {
  .travel .travel-contents .travel-ttl span::after {
    width: 7vw;
    height: 14vw;
    right: -12vw;
    top: -2vw;
  }
}
.travel .travel-contents .travel-box {
  border-radius: 16px;
  border: 3px solid #E84572;
  padding: 50px 45px 45px;
}
@media (max-width: 896px) {
  .travel .travel-contents .travel-box {
    padding: 25px;
    border-radius: 10px;
  }
}
.travel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  .travel ul {
    display: block;
  }
}
.travel ul li {
  width: calc(50% - 25px);
}
@media all and (max-width: 896px) {
  .travel ul li {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .travel ul li:last-child {
    margin-top: 55px;
  }
}
@media (max-width: 896px) {
  .travel ul li:last-child .btn {
    margin-top: 20px;
  }
}
.travel ul li .travel-box .travel-discri {
  margin: 30px 0;
}
@media (max-width: 896px) {
  .travel ul li .travel-box .travel-discri {
    margin: 20px 0 25px;
    font-size: 4vw;
    letter-spacing: 0.09em;
    line-height: 1.6;
  }
}
.travel ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 896px) {
  .travel ul li dl {
    display: block;
  }
}
.travel ul li dl dt {
  width: 150px;
}
@media (max-width: 896px) {
  .travel ul li dl dt {
    width: 150px;
    margin: 0 auto;
  }
}
.travel ul li dl dd {
  width: calc(100% - 170px);
}
@media (max-width: 896px) {
  .travel ul li dl dd {
    width: 100%;
  }
}
.travel ul li dl dd h3 {
  margin: 10px 0 0;
}
@media (max-width: 896px) {
  .travel ul li dl dd h3 {
    margin-top: 15px;
  }
}
.travel ul li dl dd p {
  margin: 10px 0 0;
}
@media (max-width: 896px) {
  .travel ul li dl dd p {
    line-height: 1.5;
    margin-top: 15px;
    font-size: 4.2vw;
    letter-spacing: 0.01em;
  }
}
.travel .btn {
  max-width: 510px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 896px) {
  .travel .btn {
    margin-top: 10px;
  }
}
.travel .btn:first-child {
  margin-top: 20px;
}
.travel .btn a {
  padding: 18px 50px 18px 39px;
  text-align: left;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
  letter-spacing: 0.2em;
  border-radius: 10px;
  background: #e84572;
  display: block;
  position: relative;
}
@media all and (max-width: 896px) {
  .travel .btn a {
    font-size: 4.2vw;
    text-align: left;
    padding: 10px 30px;
    line-height: 1.5;
    letter-spacing: 0.18em;
    border-radius: 10px;
    position: relative;
  }
}
.travel .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 25px;
  height: 30px;
  background: url(../images/common/icon-arrow.png) no-repeat;
  background-size: 100%;
  display: block;
}
@media all and (max-width: 480px) {
  .travel .btn a::after {
    right: 20px;
  }
}
@media (max-width: 896px) {
  .travel .first-btn {
    margin-bottom: 20px;
  }
}
.travel .travel-text .travel-box {
  padding: 30px 40px 40px 55px;
}
@media (max-width: 896px) {
  .travel .travel-text .travel-box {
    padding: 5px 25px 25px;
  }
}
.travel .feature {
  max-width: 500px;
  margin: 0 auto;
}
.travel .feature a {
  padding: 10px;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  background: #000;
  display: block;
}
.travel .banner {
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0;
}

.spot {
  background-color: #E84572;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .spot {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.spot h2 {
  font-size: 40px;
  margin-bottom: 27px;
  padding: 30px 0;
  color: #fff;
}
@media (max-width: 896px) {
  .spot h2 {
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.spot h2::after {
  background: url(../images/common/h2-frame-white.svg) no-repeat;
}
@media (max-width: 767px) {
  .spot h2::after {
    background: url(../images/common/h2-frame-white-sp.svg) no-repeat;
    background-size: 100%;
  }
}
.spot .travel-caption {
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 20px;
}
@media (max-width: 896px) {
  .spot .travel-caption {
    text-align: left;
    font-size: 4.6vw;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-bottom: 55px;
  }
}
.spot .spot-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 65px;
}
@media (max-width: 896px) {
  .spot .spot-tab {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.spot .spot-tab .tab-farm {
  background-color: #FDF7F1;
}
.spot .spot-tab .tab-sweets {
  background-color: #F8CCD5;
}
.spot .spot-tab li {
  padding: 35px 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 32px;
  font-weight: bold;
  width: 50%;
  cursor: pointer;
  background-color: #F8CCD5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
@media (max-width: 896px) {
  .spot .spot-tab li {
    font-size: 5.3vw;
    padding: 15px 0px;
  }
}
.spot .spot-tab li:hover {
  opacity: 0.8;
}
.spot .spot-tab li.active:hover {
  opacity: 1;
}
.spot .spot-contents {
  background: #FDF7F1;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (max-width: 896px) {
  .spot .spot-contents {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.spot .spot-contents .spot-contents-box {
  padding: 60px;
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box {
    padding: 60px 30px 45px;
  }
}
@media all and (max-width: 896px) {
  .spot .spot-contents .spot-contents-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 480px) {
  .spot .spot-contents .spot-contents-box {
    grid-template-columns: 1fr;
  }
}
.spot .spot-contents .spot-contents-box .spot-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding-bottom: 27px;
  border-bottom: 2px solid #E84572;
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-box {
    display: block;
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
}
.spot .spot-contents .spot-contents-box .spot-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.spot .spot-contents .spot-contents-box.spot-sweets {
  background-color: #F8CCD5;
}
.spot .spot-contents .spot-contents-box .spot-img {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-img {
    width: 100%;
    margin-right: 0;
  }
}
.spot .spot-contents .spot-contents-box .spot-img button.slick-arrow {
  z-index: 9;
  left: 20px;
  margin: auto;
  background-color: #E84572;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-img button.slick-arrow {
    width: 30px;
    height: 30px;
    left: 10px;
  }
}
.spot .spot-contents .spot-contents-box .spot-img button.slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/arrow.svg) no-repeat center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
}
.spot .spot-contents .spot-contents-box .spot-img button.slick-next {
  left: inherit;
  right: 20px;
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-img button.slick-next {
    right: 10px;
  }
}
.spot .spot-contents .spot-contents-box .spot-img button.slick-next::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  margin-left: 2px;
  margin-right: 0;
}
.spot .spot-contents .spot-contents-box .spot-txt {
  width: 50%;
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-txt {
    width: 100%;
    margin-top: 10px;
  }
}
.spot .spot-contents .spot-contents-box .spot-txt .spot-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #E84572;
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-txt .spot-ttl {
    font-size: 6.1vw;
  }
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-txt .spot-descri {
    line-height: 1.6;
    font-size: 4.1vw;
    letter-spacing: 0.13em;
  }
}
.spot .spot-contents .spot-contents-box .spot-txt .spot-descri {
  letter-spacing: 0.2em;
}
.spot .spot-contents .spot-contents-box .spot-txt .spot-city {
  margin: 5px 0 20px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid;
  font-size: 14px;
  padding: 1px 5px 1px 28px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  width: 100px;
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-txt .spot-city {
    width: 87px;
    margin: 10px 0 18px;
  }
}
.spot .spot-contents .spot-contents-box .spot-txt .spot-city::after {
  content: "";
  position: absolute;
  background: url(../images/common/pin.svg) no-repeat;
  width: 15px;
  height: 20px;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100%;
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-txt .spot-city::after {
    left: 13px;
  }
}
.spot .spot-contents .spot-contents-box .spot-txt .btn-area {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-txt .btn-area {
    margin-top: 15px;
  }
}
.spot .spot-contents .spot-contents-box .spot-txt .btn-area .btn {
  margin-right: 20px;
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-txt .btn-area .btn {
    width: 50%;
    margin-right: 10px;
  }
}
.spot .spot-contents .spot-contents-box .spot-txt .btn-area .btn:last-child {
  margin-right: 0;
}
.spot .spot-contents .spot-contents-box .spot-txt .btn-area a {
  padding: 10px 10px 8px 20px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
  letter-spacing: 0.55rem;
  border-radius: 16px;
  background: #e84572;
  display: block;
  position: relative;
  letter-spacing: 0.03em;
  text-align: left;
  line-height: 1.8;
  width: min(21vw, 210px);
}
@media (max-width: 997px) {
  .spot .spot-contents .spot-contents-box .spot-txt .btn-area a {
    padding: 10px 10px 8px 20px;
    font-size: 14px;
  }
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-txt .btn-area a {
    font-size: 4.1vw;
    border-radius: 10px;
    padding: 10px 29px 10px 20px;
    width: 100%;
  }
}
.spot .spot-contents .spot-contents-box .spot-txt .btn-area a::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-txt .btn-area a::after {
    height: 2.5vw;
    width: 2.5vw;
    right: 5vw;
  }
}
@media (max-width: 896px) {
  .spot .spot-contents .spot-contents-box .spot-txt .btn-area a span {
    display: none;
  }
}

.original {
  padding: 120px 0 40px;
  background: #FDF7F1;
  position: relative;
}
@media all and (max-width: 480px) {
  .original {
    padding: 120px 0 20px;
  }
}
.original .inner {
  overflow: hidden;
}
.original h2 {
  padding: 27px 0;
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .original h2 {
    margin-bottom: 20px;
    padding: 34px 0;
    font-size: 7vw;
  }
}
@media (max-width: 896px) {
  .original h2::after {
    background: url(../images/common/h2-frame-sp2.svg) no-repeat;
    background-size: 100%;
  }
}
.original .travel-caption {
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px;
  letter-spacing: 0.1em;
  font-size: 20px;
}
@media (max-width: 896px) {
  .original .travel-caption {
    text-align: left;
    font-size: 5vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.original .original-introduction {
  /* width: 100vw;
  margin: 0 calc(50% - 50vw); */
  padding: 0 40px;
}
.original dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 896px) {
  .original dl {
    padding: 20px 0;
    display: block;
  }
}
.original dl dt {
  width: 40%;
}
@media all and (max-width: 896px) {
  .original dl dt {
    width: 100%;
  }
}
.original dl dt p {
  color: #E84572;
  font-size: 3.5rem;
  font-weight: bold;
  font-family: monospace;
  text-align: center;
  letter-spacing: 0.55rem;
}
@media all and (max-width: 896px) {
  .original dl dt p {
    letter-spacing: 0.25rem;
  }
}
@media all and (max-width: 480px) {
  .original dl dt p {
    font-size: 2.5rem;
  }
}
.original dl dt p span {
  font-size: 1.5rem;
  font-family: cursive;
  letter-spacing: 0.5rem;
}
@media all and (max-width: 896px) {
  .original dl dt p span {
    letter-spacing: 0.25rem;
  }
}
.original dl dd {
  width: calc(30% - 20px);
}
@media all and (max-width: 896px) {
  .original dl dd {
    display: none;
  }
}
.original .map ul {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  .original .map ul {
    padding: 0 0 20px;
  }
}
.original .map ul li {
  width: 94%;
  margin-left: 25px;
}
@media all and (max-width: 896px) {
  .original .map ul li {
    width: 80%;
    margin-left: 0;
    margin: 10px auto;
  }
}
.original .map .ImageMap {
  display: none;
}
.original .map h3 {
  max-width: 800px;
  margin: 0 auto;
}
.original .map p {
  margin: 0 0 0;
}
@media all and (max-width: 896px) {
  .original .map p {
    margin: 20px 0 0;
  }
}
.original .check {
  margin: 80px 0 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 896px) {
  .original .check {
    margin: 20px 0 10px;
    letter-spacing: 0rem;
  }
}
@media all and (max-width: 480px) {
  .original .check {
    font-size: 1.6rem;
  }
}
.original .check span {
  color: #e84572;
}
.original .check::before,
.original .check::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #000;
}
@media all and (max-width: 480px) {
  .original .check::before,
  .original .check::after {
    height: 30px;
  }
}
.original .check::before {
  margin-right: 30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media all and (max-width: 896px) {
  .original .check::before {
    margin-right: 10px;
  }
}
.original .check::after {
  margin-left: 30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media all and (max-width: 896px) {
  .original .check::after {
    margin-left: 10px;
  }
}
.original .btn {
  max-width: 500px;
  margin: 0 auto;
}
.original .btn a {
  padding: 15px 10px;
  color: #FFF;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
  letter-spacing: 0.12em;
  border-radius: 20px;
  background: #e84572;
  display: block;
}
@media all and (max-width: 480px) {
  .original .btn a {
    font-size: 2.5rem;
  }
}

.lp-bnr {
  text-align: center;
  padding: 35px 0 70px;
  background: #fdf7f1;
  position: relative;
}
@media (max-width: 896px) {
  .lp-bnr {
    padding: 25px 0 40px;
  }
}
.lp-bnr a {
  display: block;
  width: 640px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .lp-bnr a {
    width: 100%;
    max-width: 640px;
  }
}
.lp-bnr::before {
  content: "";
  position: absolute;
  bottom: 1vw;
  left: 5vw;
  width: 15vw;
  height: 16vw;
  background: url(../images/top/img_illust_03.png) no-repeat;
  background-size: 100%;
  display: block;
}
@media all and (max-width: 896px) {
  .lp-bnr::before {
    display: none;
  }
}
.lp-bnr img {
  width: 800px;
}
@media (max-width: 896px) {
  .lp-bnr img {
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */