@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img {
  border: 0;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #795A48;
}

ul, dl, ol {
  text-indent: 0;
}

ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat-variablefont_wght.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "hurricane";
  src: url("../font/hurricane-regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "tegakijp";
  src: url("../font/mkpop.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Shippori Antique";
  src: url("../font/shipporiantique-regular.ttf") format("truetype");
  font-style: normal;
}
html {
  font-size: 62.5%;
  min-height: 100dvh;
}

body {
  background: #fff;
  color: #795A48;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Sans-Serif;
  line-height: 1.6;
  text-size-adjust: 100%;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  min-height: 100dvh;
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: #795A48;
  transition: all 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

img {
  max-width: 100%;
}
img.fitimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.wrapper {
  position: relative;
  overflow: hidden;
}
.wrapper__copy--left {
  position: absolute;
  left: 40px;
  top: 280px;
}
@media all and (max-width: 1440px) {
  .wrapper__copy--left {
    left: 10px;
    top: 200px;
  }
}
@media all and (max-width: 1367px) {
  .wrapper__copy--left {
    top: 120px;
  }
}
@media all and (max-width: 1025px) {
  .wrapper__copy--left {
    top: 180px;
  }
}
@media all and (max-width: 480px) {
  .wrapper__copy--left {
    display: none;
  }
}
.wrapper__copy--left img {
  max-width: 15px;
}
@media all and (max-width: 480px) {
  .wrapper__copy--left img {
    max-width: 10px;
  }
}
.wrapper__copy--right {
  position: absolute;
  right: 40px;
  top: 280px;
}
@media all and (max-width: 1440px) {
  .wrapper__copy--right {
    right: 10px;
    top: 200px;
  }
}
@media all and (max-width: 1367px) {
  .wrapper__copy--right {
    top: 120px;
  }
}
@media all and (max-width: 1025px) {
  .wrapper__copy--right {
    top: 180px;
  }
}
@media all and (max-width: 480px) {
  .wrapper__copy--right {
    display: none;
  }
}
.wrapper__copy--right img {
  max-width: 15px;
}
@media all and (max-width: 480px) {
  .wrapper__copy--right img {
    max-width: 10px;
  }
}
.wrapper .content.bg {
  background: #F2F2F2;
  margin-top: 60px;
}

.breadcrumb {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding-top: 20px;
}
@media all and (max-width: 896px) {
  .breadcrumb {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    font-size: 1.2rem;
  }
}
.breadcrumb li {
  margin-left: 2.5em;
  position: relative;
}
.breadcrumb li:first-child {
  margin-left: 0;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%2210%22%20viewBox%3D%220%200%205%2010%22%3E%3Cpath%20d%3D%22M14.739%2C11.194%2C11.43%2C7.413a.786.786%2C0%2C0%2C1%2C0-1.009.576.576%2C0%2C0%2C1%2C.885%2C0l3.749%2C4.284a.789.789%2C0%2C0%2C1%2C.018.985l-3.765%2C4.314a.574.574%2C0%2C0%2C1-.885%2C0%2C.786.786%2C0%2C0%2C1%2C0-1.009Z%22%20transform%3D%22translate(-11.247%20-6.196)%22%20fill%3D%22%23795a48%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 55%;
  transform: translateY(-50%);
  right: -1.4em;
  width: 5px;
  height: 10px;
  opacity: 0.5;
}
@media all and (max-width: 896px) {
  .breadcrumb li::after {
    right: -16px;
  }
}

.maintitle {
  width: 1300px;
  margin: 0 auto;
  transition: width 0.5s ease;
}
@media all and (max-width: 1367px) {
  .maintitle {
    width: 90%;
  }
}
.maintitle__txt {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #000;
  display: grid;
  place-content: center;
}
@media all and (max-width: 896px) {
  .maintitle__txt {
    width: calc(100% - 40px);
  }
}
.maintitle__txt h1 {
  font-size: 3.2rem;
  font-weight: 700;
  border-bottom: 7px solid #B2B26F;
  margin-bottom: 15px;
  display: inline-block;
}
@media all and (max-width: 1025px) {
  .maintitle__txt h1 {
    font-size: 3rem;
  }
}
@media all and (max-width: 480px) {
  .maintitle__txt h1 {
    font-size: 5vw;
    font-weight: 500;
    border-bottom: 5px solid #B2B26F;
  }
}
.maintitle__txt p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media all and (max-width: 1025px) {
  .maintitle__txt p {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 480px) {
  .maintitle__txt p {
    font-size: 3.2vw;
  }
}
.maintitle__inner {
  padding: 25px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
}
@media all and (max-width: 480px) {
  .maintitle__inner {
    padding: 15px;
  }
}

.search {
  position: relative;
  max-width: 1400px;
  width: calc(100% - 30px);
  margin: auto;
  margin: 30px auto 0;
  max-width: 1400px;
}
@media all and (max-width: 480px) {
  .search {
    width: calc(100% - 20px);
  }
}
.search h1 {
  position: relative;
  text-align: center;
  font-size: min(5.5vw, 4rem);
  font-weight: 500;
  margin-bottom: 50px;
}
@media all and (max-width: 480px) {
  .search h1 {
    margin-bottom: 0;
  }
}
.search__yama--top {
  position: absolute;
  top: -50px;
  right: 0;
}
.search__yama--top img {
  max-width: 300px;
}
@media all and (max-width: 480px) {
  .search__yama--top img {
    max-width: 150px;
  }
}
.search__set {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: calc(100% - 30px);
  margin: auto;
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .search__set {
    width: calc(100% - 20px);
  }
}
@media all and (max-width: 800px) {
  .search__set {
    align-items: flex-start;
  }
}
.search__set .h2 {
  width: 15%;
  text-align: center;
}
@media all and (max-width: 800px) {
  .search__set .h2 label input {
    width: 130px;
  }
}
@media all and (max-width: 480px) {
  .search__set .h2 label input {
    width: 100px;
  }
}
.search__cate label input {
  display: none;
}
.search__cate label h2 {
  cursor: pointer;
}
.search__cate label h2.line {
  background: url(../images/category_line.svg) top center/contain no-repeat;
}
.search__cate label h2.watch {
  background: url(../images/category_watch.svg) top center/contain no-repeat;
}
.search__cate label h2.eat {
  background: url(../images/category_eat.svg) top center/contain no-repeat;
}
.search__cate label h2.play {
  background: url(../images/category_play.svg) top center/contain no-repeat;
}
.search__cate label h2.stay {
  background: url(../images/category_stay.svg) top center/contain no-repeat;
}
.search__cate label h2.line, .search__cate label h2.watch, .search__cate label h2.eat, .search__cate label h2.play, .search__cate label h2.stay {
  font-size: 0;
  width: 150px;
  height: 150px;
}
@media all and (max-width: 480px) {
  .search__cate label h2.line, .search__cate label h2.watch, .search__cate label h2.eat, .search__cate label h2.play, .search__cate label h2.stay {
    width: 100px;
    height: 100px;
  }
}
.search__cate label input[type=checkbox]:checked + h2 {
  border: 3px solid #795A48;
  border-radius: 20px;
}
.search__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 77%;
  gap: 20px;
}
@media all and (max-width: 480px) {
  .search__list {
    gap: 25px 10px;
  }
}
@media all and (max-width: 350px) {
  .search__list {
    width: 100%;
  }
}
.search__list li label input {
  display: none;
}
.search__list li label span {
  font-size: min(3.8vw, 1.8rem);
  text-align: center;
  border-radius: 30px;
  padding: 6px 20px 8px;
  cursor: pointer;
  border: 2px solid #795A48;
  letter-spacing: 0.1em;
}
.search__list li label span.tok {
  border-color: #B2B26F;
  background: #B2B26F;
  color: #fff;
}
.search__list li label span.ome {
  border-color: #69ABAB;
  background: #69ABAB;
  color: #fff;
}
.search__list li label span.its {
  border-color: #81B553;
  background: #81B553;
  color: #fff;
}
.search__list li label input[type=checkbox]:checked + span {
  background: #795A48;
  color: #fff;
}
.search__list li label input[type=checkbox]:checked + span.tok {
  border-color: #795A48;
}
.search__list li label input[type=checkbox]:checked + span.ome {
  border-color: #795A48;
}
.search__list li label input[type=checkbox]:checked + span.its {
  border-color: #795A48;
}
.search__list--all {
  text-align: center;
  margin: 20px auto;
}
.search__list--all label input {
  display: none;
}
.search__list--all label span {
  font-size: min(4vw, 2rem);
  text-align: center;
  border-radius: 30px;
  padding: 4px 20px 6px;
  cursor: pointer;
  border: 1px solid #795A48;
  letter-spacing: 0.1em;
}
.search__list--all label input[type=checkbox]:checked + span {
  background: #795A48;
  color: #fff;
}

.rosensearch {
  margin-top: 30px;
}
.rosensearch__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  height: 125px;
}
.rosensearch__list li {
  writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  color: #000;
}
.rosensearch__list li input {
  display: none;
}
.rosensearch__list li input[type=checkbox]:checked + span {
  border-color: #69ABAB;
}
.rosensearch__list li span {
  position: relative;
  display: block;
  text-align-last: justify;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 10px 2px 10px 1px;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .rosensearch__list li span {
    font-size: 2.5vw;
  }
}
.rosensearch__list li span::after {
  position: absolute;
  content: "";
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%227%22%20viewBox%3D%220%200%207%207%22%3E%3Ccircle%20cx%3D%223.5%22%20cy%3D%223.5%22%20r%3D%223.5%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
  width: 7px;
  height: 7px;
}
.rosensearch__list li.large span {
  font-size: 140%;
}
@media all and (max-width: 480px) {
  .rosensearch__list li.large span {
    font-size: 110%;
  }
}
.rosensearch__list li.large span::after {
  bottom: -44px;
  width: 31px;
  height: 31px;
}
@media all and (max-width: 896px) {
  .rosensearch__list li.large span::after {
    bottom: -53px;
  }
}
@media all and (max-width: 480px) {
  .rosensearch__list li.large span::after {
    width: 20px;
    height: 20px;
  }
}
.rosensearch__arrow {
  color: #000;
  font-size: 1.3rem;
  margin-top: 20px;
}
@media all and (max-width: 480px) {
  .rosensearch__arrow {
    font-size: 2.5vw;
  }
}
.rosensearch__arrow li {
  position: relative;
  letter-spacing: 0;
}
.rosensearch__arrow li.left {
  padding-left: 0.8em;
  margin-left: -1em;
}
.rosensearch__arrow li.left::after {
  left: 0;
}
.rosensearch__arrow li.right {
  padding-right: 0.8em;
  margin-right: -1em;
  text-align: right;
}
.rosensearch__arrow li.right::after {
  transform: translateY(-50%) rotate(180deg);
  right: 0;
}
.rosensearch__arrow li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.31%22%20height%3D%229.33%22%20viewBox%3D%220%200%206.31%209.33%22%3E%3Cpath%20d%3D%22M6.31%2C128.86%2C0%2C124.21l6.31-4.67v9.33Z%22%20transform%3D%22translate(0%20-119.54)%22%20fill%3D%22%23231815%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
  width: 6px;
  height: 9px;
}

.submit__area {
  margin-top: 30px;
}
.submit__area .submitBtn {
  max-width: 1400px;
  width: calc(100% - 30px);
  margin: auto;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
}
@media all and (max-width: 480px) {
  .submit__area .submitBtn {
    width: calc(100% - 20px);
  }
}
.submit__area .submitBtn input {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 5px 20px 7px;
  border-radius: 50px;
  transition: .3s;
  cursor: pointer;
  margin: 20px auto 0;
  background: #f0f0f0;
  font-family: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Sans-Serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  width: 250px;
}
.submit__area .submitBtn input.send {
  background: #bcada4;
  color: #fff;
  border: solid 1px #bcada4;
}

.spot {
  position: relative;
  background: #F2F2F2;
  margin-top: 120px;
  padding: 120px 0;
}
@media all and (max-width: 480px) {
  .spot {
    margin-top: 60px;
    padding: 60px 0 150px;
  }
}
.spot__yama--top {
  position: absolute;
  top: -90px;
  right: 24%;
}
@media all and (max-width: 896px) {
  .spot__yama--top {
    right: 3%;
  }
}
@media all and (max-width: 480px) {
  .spot__yama--top {
    top: -45px;
  }
}
.spot__yama--top img {
  max-width: 350px;
}
@media all and (max-width: 480px) {
  .spot__yama--top img {
    max-width: 180px;
  }
}
.spot__yama--bottom {
  position: absolute;
  bottom: 100px;
  left: 4%;
}
@media all and (max-width: 480px) {
  .spot__yama--bottom {
    bottom: 30px;
  }
}
.spot__yama--bottom img {
  max-width: 300px;
}
@media all and (max-width: 480px) {
  .spot__yama--bottom img {
    max-width: 180px;
  }
}
.spot::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%222248.41%22%20height%3D%22776.772%22%20viewBox%3D%220%200%202248.41%20776.772%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220.5%22%20y1%3D%221%22%20x2%3D%220.5%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f2f2f2%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23dcdcdc%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%2C776.77%2C888.23%2C81.38a382.805%2C382.805%2C0%2C0%2C1%2C471.95%2C0l888.23%2C695.39%22%20transform%3D%22translate(0%200.002)%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  bottom: 0;
  right: -60%;
  width: 2248px;
  height: 776px;
  z-index: -1;
}
@media all and (max-width: 1680px) {
  .spot::after {
    right: -50%;
    width: 1500px;
  }
}
@media all and (max-width: 1025px) {
  .spot::after {
    right: -30%;
    width: 800px;
  }
}
@media all and (max-width: 480px) {
  .spot::after {
    right: -76%;
    width: 600px;
  }
}
.spot__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  width: calc(100% - 30px);
  margin: auto;
  max-width: 1200px;
}
@media all and (max-width: 480px) {
  .spot__inner {
    width: calc(100% - 20px);
  }
}
.spot__inner #no-results {
  text-align: center;
  padding-bottom: 520px;
}
@media all and (max-width: 1025px) {
  .spot__inner #no-results {
    padding-bottom: 20px;
  }
}
.spot__inner .spot__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px 70px;
  transition: 0.5s;
}
@media all and (max-width: 1100px) {
  .spot__inner .spot__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
@media all and (max-width: 896px) {
  .spot__inner .spot__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 480px) {
  .spot__inner .spot__list {
    gap: 50px 20px;
  }
}
.spot__inner .spot__list-card {
  color: #000;
}
.spot__inner .spot__list-card a {
  position: relative;
  display: block;
  transition: 0.5s;
  color: #000;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 896px) {
  .spot__inner .spot__list-card a {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .spot__inner .spot__list-card a:last-child {
    margin-bottom: 0;
  }
}
.spot__inner .spot__list-card a:hover {
  opacity: 1;
}
.spot__inner .spot__list-card a:hover .spot__list-card--image figure img {
  transform: scale(1.05);
}
.spot__inner .spot__list-card a .image {
  width: 100%;
  background: #fff;
}
.spot__inner .spot__list-card--image figure {
  position: relative;
  overflow: hidden;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  height: 230px;
  border-radius: 30px;
}
@media all and (max-width: 1100px) {
  .spot__inner .spot__list-card--image figure {
    height: 300px;
    border-radius: 35px;
  }
}
@media all and (max-width: 896px) {
  .spot__inner .spot__list-card--image figure {
    border-radius: 50px;
  }
}
@media all and (max-width: 480px) {
  .spot__inner .spot__list-card--image figure {
    height: 175px;
    border-radius: 25px;
  }
}
@media all and (max-width: 376px) {
  .spot__inner .spot__list-card--image figure {
    height: 160px;
  }
}
.spot__inner .spot__list-card--image figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
.spot__inner .spot__list-card--text h3 {
  font-size: min(3.8vw, 1.8rem);
  font-weight: 500;
  margin-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
}
.spot__inner .spot__list-card--text h3 .small {
  display: block;
  font-size: 80%;
}
.spot__inner .spot__list-card--text h3.tok {
  background: url(../../common/images/line_nami_yellow.svg) bottom left/18px 6px repeat-x;
}
.spot__inner .spot__list-card--text h3.ome {
  background: url(../../common/images/line_nami_blue.svg) bottom left/18px 6px repeat-x;
}
.spot__inner .spot__list-card--text h3.its {
  background: url(../../common/images/line_nami_green.svg) bottom left/18px 6px repeat-x;
}
.spot__inner .spot__list-card--text h3.none {
  background: url(../../common/images/line_nami_black.svg) bottom left/18px 6px repeat-x;
}
.spot__inner .spot__list-card--text p {
  font-size: min(3vw, 1.5rem);
  margin-top: 10px;
}
.spot__inner .spot__list-card--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}
.spot__inner .spot__list-card--tag p {
  font-size: min(2.8vw, 1.2rem);
  text-align: center;
  padding: 4px 15px 6px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #000;
  letter-spacing: 0.1em;
}
@media all and (max-width: 480px) {
  .spot__inner .spot__list-card--tag p {
    padding: 3px 10px 5px;
  }
}
.spot__inner .spot__list-card--tag p.tok {
  border-color: #B2B26F;
  background: #B2B26F;
  color: #fff;
}
.spot__inner .spot__list-card--tag p.ome {
  border-color: #69ABAB;
  background: #69ABAB;
  color: #fff;
}
.spot__inner .spot__list-card--tag p.its {
  border-color: #81B553;
  background: #81B553;
  color: #fff;
}

#spotlist {
  margin-top: 100px;
}
#spotlist .spot__list-group {
  max-width: 1400px;
  width: calc(100% - 30px);
  margin: auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px 50px;
  transition: 0.5s;
}
@media all and (max-width: 480px) {
  #spotlist .spot__list-group {
    width: calc(100% - 20px);
  }
}
@media all and (max-width: 1100px) {
  #spotlist .spot__list-group {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
@media all and (max-width: 896px) {
  #spotlist .spot__list-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 480px) {
  #spotlist .spot__list-group {
    gap: 50px 0;
  }
}
#spotlist .spot__list-card {
  position: relative;
  max-width: 1400px;
  width: calc(100% - 30px);
  margin: auto;
  margin: 30px auto 0;
  max-width: 1400px;
  color: #000;
}
@media all and (max-width: 480px) {
  #spotlist .spot__list-card {
    width: calc(100% - 20px);
  }
}
#spotlist .spot__list-card ul li .ome {
  border-color: #69ABAB;
  background: #69ABAB;
  color: #fff;
}
#spotlist .spot__list-card ul li .its {
  border-color: #81B553;
  background: #81B553;
  color: #fff;
}
#spotlist .spot__list-card ul li .tok {
  border-color: #B2B26F;
  background: #B2B26F;
  color: #fff;
}
#spotlist .spot__list-card a {
  position: relative;
  display: block;
  transition: 0.5s;
  color: #000;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 896px) {
  #spotlist .spot__list-card a {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  #spotlist .spot__list-card a:last-child {
    margin-bottom: 0;
  }
}
#spotlist .spot__list-card a:hover {
  opacity: 1;
}
#spotlist .spot__list-card a:hover .spot__list-card--image figure img {
  transform: scale(1.05);
}
#spotlist .spot__list-card a .image {
  width: 100%;
  background: #fff;
}
#spotlist .spot__list-card--image figure {
  position: relative;
  overflow: hidden;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  height: 230px;
  border-radius: 30px;
}
@media all and (max-width: 1100px) {
  #spotlist .spot__list-card--image figure {
    height: 300px;
    border-radius: 35px;
  }
}
@media all and (max-width: 896px) {
  #spotlist .spot__list-card--image figure {
    border-radius: 50px;
  }
}
@media all and (max-width: 480px) {
  #spotlist .spot__list-card--image figure {
    height: 175px;
    border-radius: 25px;
  }
}
@media all and (max-width: 376px) {
  #spotlist .spot__list-card--image figure {
    height: 160px;
  }
}
#spotlist .spot__list-card--image figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
#spotlist .spot__list-card--text h3 {
  font-size: min(3.8vw, 1.8rem);
  font-weight: 500;
  margin-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
}
#spotlist .spot__list-card--text h3 .small {
  display: block;
  font-size: 80%;
}
#spotlist .spot__list-card--text h3.tok {
  background: url(../../common/images/line_nami_yellow.svg) bottom left/18px 6px repeat-x;
}
#spotlist .spot__list-card--text h3.ome {
  background: url(../../common/images/line_nami_blue.svg) bottom left/18px 6px repeat-x;
}
#spotlist .spot__list-card--text h3.its {
  background: url(../../common/images/line_nami_green.svg) bottom left/18px 6px repeat-x;
}
#spotlist .spot__list-card--text h3.none {
  background: url(../../common/images/line_nami_black.svg) bottom left/18px 6px repeat-x;
  text-align: left;
}
#spotlist .spot__list-card--text h3.black {
  background: url(../../common/images/line_nami_black.svg) bottom left/18px 6px repeat-x;
}
#spotlist .spot__list-card--text p {
  font-size: min(3vw, 1.5rem);
  margin-top: 10px;
}
#spotlist .spot__list-card--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}
#spotlist .spot__list-card--tag p {
  font-size: min(2.8vw, 1.2rem);
  text-align: center;
  padding: 4px 15px 6px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #000;
  letter-spacing: 0.1em;
}
@media all and (max-width: 480px) {
  #spotlist .spot__list-card--tag p {
    padding: 3px 10px 5px;
  }
}
#spotlist .spot__list-card--tag p.tok {
  border-color: #B2B26F;
  background: #B2B26F;
  color: #fff;
}
#spotlist .spot__list-card--tag p.ome {
  border-color: #69ABAB;
  background: #69ABAB;
  color: #fff;
}
#spotlist .spot__list-card--tag p.its {
  border-color: #81B553;
  background: #81B553;
  color: #fff;
}
#spotlist div.none {
  text-align: center;
}

.detail {
  margin-bottom: 50px;
}
.detail__inner {
  max-width: 1400px;
  width: calc(100% - 30px);
  margin: auto;
  max-width: 1100px;
}
@media all and (max-width: 480px) {
  .detail__inner {
    width: calc(100% - 20px);
  }
}
.detail__inner--title {
  font-size: min(5.5vw, 2.6rem);
  font-weight: 700;
  padding-bottom: 1em;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .detail__inner--title {
    font-weight: 500;
  }
}
.detail__inner--title.ome {
  background: url(../images/line_nami_blue.svg) bottom left/33px 11px repeat-x;
}
.detail__inner--title.its {
  background: url(../images/line_nami_green.svg) bottom left/33px 11px repeat-x;
}
.detail__inner--title.tok {
  background: url(../images/line_nami_yellow.svg) bottom left/33px 11px repeat-x;
}
.detail__inner--title.none {
  background: url(../images/line_nami_black.svg) bottom left/33px 11px repeat-x;
}
.detail__inner--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.detail__inner--tag li .ome {
  border-color: #69ABAB;
  background: #69ABAB;
  color: #fff;
}
.detail__inner--tag li .its {
  border-color: #81B553;
  background: #81B553;
  color: #fff;
}
.detail__inner--tag li .tok {
  border-color: #B2B26F;
  background: #B2B26F;
  color: #fff;
}
.detail__inner--tag p {
  font-size: min(2.8vw, 1.4rem);
  text-align: center;
  padding: 4px 15px 6px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #795A48;
  letter-spacing: 0.1em;
}
@media all and (max-width: 480px) {
  .detail__inner--tag p {
    padding: 3px 10px 5px;
  }
}
.detail__inner--tag p.tok {
  border-color: #B2B26F;
  background: #B2B26F;
  color: #fff;
}
.detail__inner--tag p.ome {
  border-color: #69ABAB;
  background: #69ABAB;
  color: #fff;
}
.detail__inner--tag p.its {
  border-color: #81B553;
  background: #81B553;
  color: #fff;
}
.detail__inner .slider {
  position: relative;
  border-radius: 30px;
  margin: 0 auto;
  max-width: 900px;
}
@media all and (max-width: 1100px) {
  .detail__inner .slider {
    max-width: 90%;
  }
}
.detail__inner .slider .slider_prev, .detail__inner .slider .slider_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.detail__inner .slider .slider_prev::after, .detail__inner .slider .slider_next::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #b1b1af transparent transparent;
  border-width: 23.5px 28px 23.5px 0px;
  top: -35%;
  left: 0;
}
@media all and (max-width: 480px) {
  .detail__inner .slider .slider_prev::after, .detail__inner .slider .slider_next::after {
    border-width: 11.5px 16px 11.5px 0px;
    top: 10%;
  }
}
.detail__inner .slider .slider_prev {
  left: -5em;
}
@media all and (max-width: 1100px) {
  .detail__inner .slider .slider_prev {
    left: -3em;
  }
}
@media all and (max-width: 480px) {
  .detail__inner .slider .slider_prev {
    left: -1.5em;
  }
}
.detail__inner .slider .slider_next {
  right: -5em;
}
@media all and (max-width: 1100px) {
  .detail__inner .slider .slider_next {
    right: -2.5em;
  }
}
@media all and (max-width: 480px) {
  .detail__inner .slider .slider_next {
    right: -2em;
  }
}
.detail__inner .slider .slider_next::after {
  transform: scaleX(-1);
}
.detail__inner .slider_wrapper {
  overflow: hidden;
  margin-top: 50px;
}
.detail__inner .slider_list {
  display: flex;
}
.detail__inner .slider_item,
.detail__inner .slider_item--1,
.detail__inner .slider_item--2,
.detail__inner .slider_item--3,
.detail__inner .slider_item--4,
.detail__inner .slider_item--5 {
  flex-shrink: 0;
  width: 100%;
}
.detail__inner .js-slider-item figure {
  position: relative;
  overflow: hidden;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  height: 500px;
  border-radius: 50px;
}
@media all and (max-width: 896px) {
  .detail__inner .js-slider-item figure {
    height: 450px;
  }
}
@media all and (max-width: 480px) {
  .detail__inner .js-slider-item figure {
    height: 250px;
    border-radius: 30px;
  }
}
.detail__inner .js-slider-item figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
.detail__inner--txt {
  margin: 50px 0;
  line-height: 2;
}
@media all and (max-width: 480px) {
  .detail__inner--txt {
    margin: 25px 0;
  }
}
.detail__inner--info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  max-width: 800px;
  margin: auto;
}
.detail__inner--info dt {
  position: relative;
  width: 200px;
}
@media all and (max-width: 480px) {
  .detail__inner--info dt {
    width: 110px;
  }
}
.detail__inner--info dt::after {
  position: absolute;
  content: "：";
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 480px) {
  .detail__inner--info dt::after {
    right: 0.3em;
  }
}
.detail__inner--info dd {
  width: calc(100% - 200px);
}
@media all and (max-width: 480px) {
  .detail__inner--info dd {
    width: calc(100% - 110px);
  }
}
.detail__inner--info dd a {
  text-decoration: underline;
  text-underline-offset: 5px;
  word-wrap: break-word;
}
.detail__inner--gmap {
  background: #eee;
  text-align: center;
  padding: 50px 0;
  border-radius: 30px;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .detail__inner--gmap {
    padding: 0;
  }
}
.detail__inner--gmap iframe {
  width: 100%;
  max-width: 900px;
  height: 500px;
}
@media all and (max-width: 480px) {
  .detail__inner--gmap iframe {
    border-radius: 30px;
    height: 300px;
  }
}
.detail__inner .linkbutton__line {
  margin-top: 50px;
  text-align: center;
}

@keyframes scroll {
  0% {
    margin-left: 0;
  }
  20% {
    margin-left: -100%;
  }
  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -200%;
  }
  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -300%;
  }
  75% {
    margin-left: -300%;
  }
  95% {
    margin-left: -400%;
  }
  100% {
    margin-left: -400%;
  }
}
.linkbutton__line a {
  display: inline-block;
  color: #795A48;
  text-align: center;
  padding: 5px 20px;
  border: 2px solid currentColor;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: 0.5s;
  font-size: min(4vw, 2rem);
}
.linkbutton__line a:hover {
  transform: translateY(5px);
}
.linkbutton__line.jp a {
  font-family: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Sans-Serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: min(3.8vw, 1.8rem);
}
.linkbutton__line.black a {
  color: #000;
  border: 2px solid currentColor;
}

.header {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fff;
  width: 100%;
  height: 80px;
  padding: 0 5%;
}
@media all and (max-width: 1367px) {
  .header {
    padding: 0 2%;
  }
}
@media all and (max-width: 480px) {
  .header {
    height: 60px;
    padding: 5px 15px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
}
@media all and (max-width: 480px) {
  .header__inner {
    padding-top: 3px;
  }
}
.header__inner--logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__inner--logo img {
  max-width: 250px;
  width: 100%;
}
@media all and (max-width: 480px) {
  .header__inner--logo img {
    max-width: 180px;
  }
}
.header__inner--arealist ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media all and (max-width: 1250px) {
  .header__inner--arealist ul {
    display: none;
  }
}
.header__inner--arealist ul li:first-child a {
  background: #69ABAB;
}
.header__inner--arealist ul li:nth-child(2) a {
  background: #B2B26F;
}
.header__inner--arealist ul li:last-child a {
  background: #81B553;
}
.header__inner--arealist ul li a {
  display: block;
  color: #fff;
  transition: 0.5s;
  border-radius: 10px;
  padding: 7px 12px;
  border-radius: 100px;
  text-align: center;
  font-size: 1.4rem;
  width: 17em;
}
.header__inner--arealist ul li a:hover {
  transform: translateY(5px);
}
.header__inner--arealist ul li a img {
  max-width: 15px;
  vertical-align: text-bottom;
  margin: 0 3px 1px 0;
}
@media all and (max-width: 896px) {
  .header__inner--arealist ul li a img {
    display: block;
    margin: auto auto 3px auto;
  }
}
.header__inner--right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 1367px) {
  .header__inner--right {
    gap: 15px;
  }
}
.header__inner--right .sns ul {
  display: flex;
  gap: 30px;
}
@media all and (max-width: 1367px) {
  .header__inner--right .sns ul {
    gap: 15px;
  }
}
.header__inner--right .sns ul li img {
  max-width: 35px;
}
@media all and (max-width: 480px) {
  .header__inner--right .sns ul li img {
    max-width: 25px;
  }
}
.header__inner--right #menuopen {
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .header__inner--right #menuopen {
    top: 11px;
    right: 15px;
  }
}
.header__inner--right #menuopen img {
  max-width: 50px;
}
@media all and (max-width: 480px) {
  .header__inner--right #menuopen img {
    max-width: 45px;
  }
}
.header .overlay {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.header #menunavi ul.overlay-content {
  padding: 0;
  list-style: none;
  border: none;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 15%;
}
@media all and (max-width: 480px) {
  .header #menunavi ul.overlay-content {
    top: 10%;
  }
}
.header #menunavi ul.overlay-content li {
  padding: 0;
}
.header #menunavi ul.overlay-content li a {
  padding: 12px;
  text-decoration: none;
  font-size: min(4vw, 2rem);
  font-weight: 700;
  display: inline-block;
  letter-spacing: 2px;
  transition: 0.3s;
  color: #795A48;
}
@media all and (max-width: 896px) {
  .header #menunavi ul.overlay-content li a {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 480px) {
  .header #menunavi ul.overlay-content li a {
    font-weight: 500;
  }
}
.header #menunavi ul.overlay-content li a:hover {
  opacity: 0.8;
}
.header #menunavi ul.overlay-content li a img {
  vertical-align: middle;
  padding-right: 0.6em;
  max-width: 35px;
}
.header #menuclose {
  position: absolute;
  top: 0px;
  right: 4%;
  font-size: 4rem;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .header #menuclose {
    font-size: 40px;
    top: -7px;
    right: 12px;
  }
}
.header #menuclose:hover {
  opacity: 0.8;
}
.header .lineclose {
  display: inline-block;
  vertical-align: middle;
  color: #795A48;
  line-height: 1;
  width: 6rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}
@media all and (max-width: 480px) {
  .header .lineclose {
    width: 5rem;
  }
}
.header .lineclose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.footer {
  position: sticky;
  top: 100dvh;
  z-index: 1;
}
.footer__link-btn {
  display: none;
}
@media all and (max-width: 896px) {
  .footer__link-btn {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.footer__link-btn li {
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .footer__link-btn li {
    width: calc(100% / 3);
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
}
.footer__link-btn li.ome a {
  background: #69ABAB;
}
.footer__link-btn li.its a {
  background: #81B553;
}
.footer__link-btn li.tok a {
  background: #B2B26F;
  letter-spacing: 0.1em;
}
@media all and (max-width: 480px) {
  .footer__link-btn li.tok a {
    font-size: min(2.5vw, 1.2rem);
  }
}
.footer__link-btn li a {
  display: block;
  color: #fff;
  transition: 0.5s;
  border-radius: 15px 0 0 15px;
  padding: 12px 10px 12px 15px;
}
.footer__link-btn li a:hover {
  transform: translateY(5px);
}
@media all and (max-width: 896px) {
  .footer__link-btn li a {
    border-radius: 0;
    padding: 15px 5px 15px 15px;
    display: grid;
    place-content: center;
    text-align: center;
    flex-grow: 1;
  }
}
@media all and (max-width: 480px) {
  .footer__link-btn li a {
    padding: 12px 5px;
    font-size: min(3.5vw, 1.2rem);
    line-height: 1.2;
  }
}
.footer__link-btn li a img {
  max-width: 20px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
@media all and (max-width: 896px) {
  .footer__link-btn li a img {
    display: block;
    margin: auto auto 3px auto;
  }
}
.footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 1;
  text-align: right;
}
@media all and (max-width: 480px) {
  .footer .pagetop img {
    max-width: 80%;
  }
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  transition: .5s;
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  transition: .5s;
}
.moveNone.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  transition: .5s;
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  transition: .5s;
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  transform: translate(0, 0);
}
