@charset "UTF-8";
main .firstview {
  height: 100vh;
  position: relative;
  background-color: #fcffe7;
}
main .firstview .firstview-bg-map {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  width: 100%;
}
main .firstview .firstview-bg-map-area {
  position: relative;
  width: 100%;
  height: 100%;
}
main .firstview .firstview-bg-map-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
main .firstview .firstview-bg-map-tori {
  position: absolute;
  max-width: 52px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 90px;
}
main .firstview .firstview-bg-map-tori img {
  -webkit-animation: tori-fly 2.2s ease-in-out infinite;
          animation: tori-fly 2.2s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
main .firstview {
  /* 右画像を少し前に出す */
}
main .firstview .firstview-bg-map-img-right {
  z-index: 1;
}
main .firstview .firstview-text-right,
main .firstview .firstview-text-left {
  position: fixed; /* ← pinと相性◎ */
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  pointer-events: none;
}
main .firstview .firstview-text-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  left: 14vw;
}
main .firstview .firstview-text-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  right: 14vw;
}
main .firstview .firstview-text-left_lead,
main .firstview .firstview-text-right_lead {
  font-size: 17px;
  line-height: 2.1176470588;
  letter-spacing: 0.06em;
  opacity: 0;
}
main .firstview .firstview-bg-map-skip {
  max-width: 82px;
  width: 100%;
  position: absolute;
  left: 60px;
  bottom: 55px;
  z-index: 5;
  opacity: 1;
  overflow: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .firstview .firstview-bg-map-skip.is-active {
  opacity: 0;
  overflow: hidden;
}
main .firstview .firstview-scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: auto;
  height: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
main .firstview .firstview-scroll-line {
  position: absolute;
  height: 72px;
  width: 1px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  opacity: 1;
}
main .firstview .firstview-scroll-line::after {
  content: "";
  display: block;
  background-color: #001213;
  width: 1px;
  height: 72px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: scrollLine 2s ease-in-out infinite;
          animation: scrollLine 2s ease-in-out infinite;
}
@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(250%);
            transform: translateY(250%);
    opacity: 0;
  }
}
@keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(250%);
            transform: translateY(250%);
    opacity: 0;
  }
}
main .firstview .firstview-scroll-txt {
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 1200px) {
  main .firstview .firstview-bg-map-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .firstview .firstview-bg-map-img-right {
    -o-object-position: bottom left;
       object-position: bottom left;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@media (max-width: 767px) {
  main .firstview .firstview-text-left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 38px;
    top: 130px;
  }
  main .firstview .firstview-text-right {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    right: 28px;
    bottom: 70px;
  }
  main .firstview .firstview-bg-map-skip {
    max-width: 50px;
    left: 35px;
    bottom: 45px;
  }
}
main .c-wrap1172 {
  max-width: 1172px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  main .c-wrap1172 {
    padding: 0 20px;
  }
}
main .c-sec-mv {
  margin-bottom: 30px;
}
main .c-sec-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-bottom: 105px;
}
main .c-sec-content {
  max-width: 888px;
  width: 100%;
  margin: 0 auto;
}
main .c-sec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .c-sec-item:not(:last-child) {
  margin-bottom: 50px;
}
main .c-sec-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.4324324324%;
          flex: 0 0 57.4324324324%;
}
main .c-sec-img img {
  border-radius: 15px;
}
main .c-sec-txtarea {
  padding-top: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.9099099099%;
          flex: 0 0 34.9099099099%;
}
main .c-sec-item-ttl {
  font-size: 22px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  line-height: 1;
}
main .c-sec-item-txt {
  font-size: 16px;
  line-height: 1.625;
  text-align: justify;
}
@media (max-width: 950px) {
  main .c-sec-txtarea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.4144144144%;
            flex: 0 0 39.4144144144%;
  }
}
@media (max-width: 767px) {
  main .c-sec-mv {
    width: 100vw;
    margin-left: -20px;
    margin-bottom: 20px;
  }
  main .c-sec-mv img {
    width: 100%;
  }
  main .c-sec-txt {
    text-align: left;
    margin-bottom: 70px;
  }
  main .c-sec-item {
    display: block;
  }
  main .c-sec-img {
    margin-bottom: 15px;
  }
  main .c-sec-img img {
    border-radius: 9px;
  }
  main .c-sec-item-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
main .cv-area {
  position: fixed;
  right: 0;
  bottom: 35px;
  z-index: 5;
  max-width: 224px;
  width: 100%;
  opacity: 1;
  overflow: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .cv-area.is-scroll-mv {
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
main .cv-contact {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  background-color: #f6f8f4;
  max-width: 132px;
  width: 100%;
  text-align: center;
  border-radius: 50px 0 0 50px;
  margin-bottom: 25px;
  margin-left: auto;
}
main .cv-contact a {
  display: block;
  padding: 13.5px 0;
}
main .cv-reserve {
  max-width: 224px;
  width: 100%;
}
main .cv-reserve p {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
}
main .cv-reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px 15px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #001213;
  border-radius: 50px 0 0 50px;
}
main .cv-reserve a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url(../img/main/cv-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  main .cv-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    max-width: 100%;
    bottom: 20px;
  }
  main .cv-contact {
    margin-left: 0;
    margin-bottom: 0;
    max-width: 132px;
    border-radius: 0 50px 50px 0;
  }
  main .cv-reserve {
    max-width: 224px;
  }
}
main #mv {
  padding-top: 100vh;
  margin-top: -100vh;
}
main .mv {
  position: fixed;
  width: 100%;
  z-index: 2;
  inset: 0;
  min-height: 140vh;
  background-color: #fff;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  opacity: 0;
  will-change: filter, opacity;
}
main .mv.is-static {
  position: relative;
  inset: auto;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
main .mv .mv-img img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .mv .mv-text {
  position: absolute;
  top: 22vh;
  right: 170px;
  max-width: 76px;
  width: 100%;
}
main .mv .mv-tori {
  position: absolute;
  max-width: 38px;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  -webkit-animation: tori-fly 2.2s ease-in-out infinite;
          animation: tori-fly 2.2s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  top: 12vh;
  left: 50vw;
}
main .mv .mv-tori.is-slide-5 {
  opacity: 0;
}
@-webkit-keyframes tori-fly {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-2px) rotate(-0.5deg);
            transform: translateY(-2px) rotate(-0.5deg);
  }
  50% {
    -webkit-transform: translateY(-4px) rotate(0deg);
            transform: translateY(-4px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-2px) rotate(0.5deg);
            transform: translateY(-2px) rotate(0.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@keyframes tori-fly {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-2px) rotate(-0.5deg);
            transform: translateY(-2px) rotate(-0.5deg);
  }
  50% {
    -webkit-transform: translateY(-4px) rotate(0deg);
            transform: translateY(-4px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-2px) rotate(0.5deg);
            transform: translateY(-2px) rotate(0.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@media (max-width: 1200px) {
  main .mv .mv-text {
    right: 15vw;
  }
}
@media (max-width: 767px) {
  main .mv .mv-text {
    max-width: 62px;
    right: 45px;
    top: 40vh;
  }
  main .mv .mv-tori {
    top: 14vh;
    left: 35px;
  }
  main .mv .mv-tori.is-slide-5 {
    opacity: 0;
  }
}
main .onsen {
  padding: 110px 0 105px 0;
  background-color: #f6f8f4;
}
main .onsen .onsen-info {
  margin-top: 25px;
  border-top: 1px solid #001213;
  border-bottom: 1px solid #001213;
}
main .onsen .onsen-info-ttl {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 16px 0;
  position: relative;
  cursor: pointer;
}
main .onsen .onsen-info-ttl::after, main .onsen .onsen-info-ttl::before {
  content: "";
  position: absolute;
  background-color: #001213;
  width: 7px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .onsen .onsen-info-ttl::before {
  right: 10px;
}
main .onsen .onsen-info-ttl::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 10px;
}
main .onsen .onsen-info-ttl.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
main .onsen .onsen-info-area {
  background-image: radial-gradient(circle, #001213 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  padding: 20px 0 25px 0;
  display: none;
}
main .onsen .onsen-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
main .onsen .onsen-info-item:not(:last-child) {
  margin-bottom: 20px;
}
main .onsen .onsen-info-item-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.1em;
          flex: 0 0 5.1em;
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.02em;
}
main .onsen .onsen-info-item-txt {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
main .onsen .onsen-info-item-txt span {
  display: inline-block;
  font-size: 14px;
  padding-top: 3px;
}
main .onsen .onsen-info-item-txt span.gray {
  color: #5c5c5c;
}
@media (max-width: 767px) {
  main .onsen {
    padding: 70px 0 55px 0;
  }
}
main .stay {
  padding: 90px 0 180px 0;
}
main .stay .c-sec-content {
  margin-bottom: 90px;
}
main .stay .stay-item-ttl {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
main .stay .stay-item-info {
  border-top: 1px solid #001213;
  border-bottom: 1px solid #001213;
  margin-bottom: 30px;
}
main .stay .stay-item-info-heading {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 16px 0;
  position: relative;
  cursor: pointer;
}
main .stay .stay-item-info-heading::after, main .stay .stay-item-info-heading::before {
  content: "";
  position: absolute;
  background-color: #001213;
  width: 7px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .stay .stay-item-info-heading::before {
  right: 10px;
}
main .stay .stay-item-info-heading::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 10px;
}
main .stay .stay-item-info-heading.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
main .stay .stay-item-info-area {
  display: none;
  background-image: radial-gradient(circle, #001213 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  padding: 20px 0 30px 0;
}
main .stay .stay-item-info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}
main .stay .stay-item-info-flex:not(:last-child) {
  margin-bottom: 20px;
}
main .stay .stay-item-info-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.1em;
          flex: 0 0 5.1em;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
}
main .stay .stay-item-info-txt {
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0.02em;
}
main .stay .stay-item-link {
  color: #fff;
  background-color: #001213;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
  position: relative;
  border-radius: 8px;
  padding: 16.5px 20px;
}
main .stay .stay-item-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/main/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
main .stay .stay-info {
  max-width: 872px;
  width: 100%;
  margin: 0 auto;
}
main .stay .stay-info {
  border-top: 1px solid #001213;
  border-bottom: 1px solid #001213;
}
main .stay .stay-info-heading {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  cursor: pointer;
  padding: 21.5px 0;
}
main .stay .stay-info-heading::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  background-color: #001213;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main .stay .stay-info-heading.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .stay .stay-info-area {
  display: none;
  background-image: radial-gradient(circle, #001213 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  padding: 25px 0 30px 0;
}
main .stay .stay-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 25px;
}
main .stay .stay-info-item:not(:last-child) {
  margin-bottom: 25px;
}
main .stay .stay-info-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28em;
          flex: 0 0 14.28em;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
}
main .stay .stay-info-txt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  main .stay {
    padding: 75px 0 70px 0;
  }
  main .stay .stay-item-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  main .stay .stay-item-info {
    margin-bottom: 35px;
  }
  main .stay .stay-info-item {
    gap: 20px;
  }
  main .stay .stay-info-ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.1em;
            flex: 0 0 5.1em;
    line-height: 1.6;
  }
  main .stay .c-sec-item:not(:last-child) {
    margin-bottom: 70px;
  }
}
main .food {
  background-color: #f6f8f4;
  padding: 105px 0 145px 0;
}
main .food .food-img {
  max-width: 242px;
  width: 100%;
}
main .food .food-img-area {
  margin-bottom: 120px;
}
main .food .food-menu {
  height: 850px;
  overflow: hidden;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
  position: relative;
  max-width: 857px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 200px;
}
main .food .food-menu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 88px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
  background-image: linear-gradient(0deg, #ffffff, transparent);
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .food .food-menu.is-open::after {
  opacity: 0;
}
main .food .food-menu-btn {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  z-index: 1;
}
main .food .food-menu-btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  background-color: #001213;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main .food .food-menu-btn.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .food .food-about {
  max-width: 884px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
}
main .food .food-about-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.6923076923%;
          flex: 0 0 57.6923076923%;
}
main .food .food-about-img img {
  border-radius: 15px;
}
main .food .food-about-txtarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.7104072398%;
          flex: 0 0 33.7104072398%;
}
main .food .food-about-ttl {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
main .food .food-about-txt {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 15px;
}
main .food .food-about-caption {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
  color: #5c5c5c;
}
main .food .food-allergy {
  max-width: 872px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #001213;
  border-bottom: 1px solid #001213;
}
main .food .food-allergy-heading {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  cursor: pointer;
  padding: 21.5px 0;
}
main .food .food-allergy-heading::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  background-color: #001213;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main .food .food-allergy-heading.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .food .food-allergy-area {
  display: none;
  background-image: radial-gradient(circle, #001213 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  padding: 30px 0 35px 0;
}
main .food .food-allergy-txt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
main .food .food-allergy-txt span {
  color: #ff45ff;
}
@media (max-width: 1200px) {
  main .food .food-menu {
    height: min(0.7083333333 * (100vw - 40px), 850px);
  }
}
@media (max-width: 900px) {
  main .food .food-about-txtarea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.4615384615%;
            flex: 0 0 38.4615384615%;
  }
  main .food .food-about-txt {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  main .food {
    padding: 70px 0;
  }
  main .food .food-img {
    max-width: 142px;
  }
  main .food .food-img-area {
    margin-bottom: 55px;
  }
  main .food .food-menu {
    height: 674px;
    margin-bottom: 65px;
  }
  main .food .food-menu::after {
    height: 120px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #ffffff), to(transparent));
    background-image: linear-gradient(0deg, #ffffff 35%, transparent);
  }
  main .food .food-menu-btn {
    bottom: 15px;
    line-height: 1;
  }
  main .food .food-about {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .food .food-about-txtarea {
    display: contents;
  }
  main .food .food-about-ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 23px;
    margin-bottom: 25px;
  }
  main .food .food-about-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
  main .food .food-about-img img {
    border-radius: 9px;
  }
  main .food .food-about-txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 16px;
    margin-bottom: 20px;
  }
  main .food .food-about-caption {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
main .facility {
  padding: 145px 0 85px 0;
}
main .facility .c-sec-content {
  max-width: 908px;
}
main .facility .c-sec-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56.1674008811%;
          flex: 0 0 56.1674008811%;
}
main .facility .c-sec-txtarea {
  padding-top: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.140969163%;
          flex: 0 0 34.140969163%;
}
main .facility .c-sec-item:first-child .c-sec-item-ttl {
  letter-spacing: 0.01em;
}
main .facility .facility-tiem {
  margin-top: 10px;
  font-size: 16px;
  text-indent: -5.5em;
  padding-left: 5.5em;
}
main .facility .facility-caption {
  display: inline-block;
  color: #5c5c5c;
  font-size: 14px;
}
@media (max-width: 950px) {
  main .facility .c-sec-txtarea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.5462555066%;
            flex: 0 0 38.5462555066%;
  }
}
@media (max-width: 767px) {
  main .facility {
    padding: 70px 0 55px 0;
  }
}
main .info {
  padding: 85px 0 180px 0;
}
main .info .info-tiem {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 20px;
}
main .info .info-tiem span {
  display: inline-block;
  color: #5c5c5c;
  font-size: 14px;
}
main .info .info-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.625;
  border-bottom: 1px solid #001213;
  margin-top: 40px;
}
main .info .info-link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/main/gaibu.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 12px;
  margin-left: 7px;
}
@media (max-width: 767px) {
  main .info {
    padding: 55px 0 75px 0;
  }
  main .info .info-tiem {
    margin-top: 10px;
  }
  main .info .info-link {
    display: block;
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
main .jabara-area {
  position: relative;
  width: 100%;
}
main .jabara-area .coment {
  position: sticky;
  height: 0;
  top: 90px;
  right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  z-index: 4;
}
main .jabara-area .coment-txt-area {
  background-color: #f6f8f4;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 8.5px;
  margin-bottom: 15px;
  position: relative;
  pointer-events: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .jabara-area .coment-txt-area::after {
  content: "";
  position: absolute;
  background-color: #f6f8f4;
  width: 8px;
  height: 10px;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .jabara-area .coment-txt-area.is-onsen, main .jabara-area .coment-txt-area.is-food, main .jabara-area .coment-txt-area.is-access, main .jabara-area .coment-txt-area.is-policy {
  background-color: #fff;
}
main .jabara-area .coment-txt-area.is-onsen::after, main .jabara-area .coment-txt-area.is-food::after, main .jabara-area .coment-txt-area.is-access::after, main .jabara-area .coment-txt-area.is-policy::after {
  background-color: #fff;
}
main .jabara-area .coment-txt-area.is-policy {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .jabara-area .coment-txt-area.is-policy:hover {
  opacity: 0.7;
}
main .jabara-area .coment-txt {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  display: inline-block;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
main .jabara-area .coment-jabara {
  max-width: 40px;
  width: 100%;
}
@media (max-width: 1000px) {
  main .jabara-area .coment {
    right: 10px;
  }
  main .jabara-area .coment-txt-area {
    width: 80%;
  }
  main .jabara-area .coment-jabara {
    width: 80%;
  }
}
@media (max-width: 767px) {
  main .jabara-area .coment {
    top: 120px;
  }
}
main .access {
  padding: 105px 0 110px 0;
  background-color: #f6f8f4;
}
main .access .access-text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #001213;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 55px;
}
main .access .access-img {
  width: 100%;
  max-width: 396px;
  margin: 0 auto 40px auto;
}
main .access .access-map {
  width: 100%;
  margin: 0 auto 45px auto;
}
main .access .access-map iframe {
  display: block;
  width: 100%;
  height: 252px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
main .access .access-map-bottom {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 85px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
main .access .access-map-bottom-left {
  font-size: 15px;
  font-weight: 400;
  color: #001213;
  letter-spacing: 0.06em;
}
main .access .access-map-bottom-right {
  font-size: 16px;
  font-weight: 400;
  color: #001213;
}
main .access .access-car {
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 80px auto;
}
main .access .access-car.traffic-accordion {
  margin-bottom: 0;
}
main .access .access-car-ttl {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
  color: #001213;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
main .access .access-car-ttl::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  background-color: #001213;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main .access .access-car-ttl.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .access .access-car-content {
  display: none;
  background-image: radial-gradient(circle, #606060 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  padding: 35px 20px 45px 20px;
}
main .access .access-car-content {
  background-image: radial-gradient(circle, #606060 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  padding: 35px 20px 45px 20px;
}
main .access .access-car-content.traffic {
  padding: 35px 20px 65px 20px;
}
main .access .access-car-content-flex {
  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;
  gap: 70px 0;
}
main .access .access-car-item {
  width: 100%;
  max-width: 486px;
}
main .access .access-car-item-ttl {
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  color: #001213;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
main .access .access-car-item-ttl.last-ttl {
  margin-bottom: 18px;
}
main .access .access-car-item-img {
  width: 100%;
  max-width: 486px;
  margin-bottom: 18px;
}
main .access .access-car-item-img iframe {
  display: block;
  width: 100%;
  height: 220px;
}
main .access .access-car-item-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #001213;
  letter-spacing: 0.06em;
}
main .access .access-car-item-text-comment {
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 400;
  color: #5c5c5c;
  letter-spacing: 0.02em;
  margin-top: 15px;
}
main .access .access-traffic-item-img {
  width: 100%;
  max-width: 390px;
  margin-bottom: 60px;
}
main .access .access-traffic-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .access .access-traffic-item {
  width: 100%;
  max-width: 290px;
}
main .access .access-traffic-item-place {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #001213;
  letter-spacing: 0.06em;
  background-color: #fff;
  padding: 15px 15px 15px 20px;
  margin-bottom: 8px;
}
main .access .access-traffic-item-place.last-place {
  margin-bottom: 0;
}
main .access .access-traffic-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding-left: 45px;
  padding-right: 6px;
  position: relative;
}
main .access .access-traffic-flex::after {
  content: "";
  display: block;
  background-image: url(../img/main/accordion-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 22px;
}
main .access .access-traffic-item-time {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #001213;
  letter-spacing: 0.06em;
}
main .access .access-traffic-item-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #001213;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}
main .access .access-traffic-item-link-wr {
  text-align: right;
}
main .access .access-traffic-item-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #001213;
  padding: 0 28px 5px 2px;
  text-align: right;
  border-bottom: 1px solid #001213;
  position: relative;
}
main .access .access-traffic-item-link::after {
  content: "";
  display: block;
  background-image: url(../img/main/gaibu.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: auto;
  right: 0;
}
@media screen and (max-width: 1200px) {
  main .access .access-map-bottom {
    padding: 0 65px 0 20px;
    gap: 30px;
  }
  main .access .access-car-wr {
    padding: 0 60px 0 25px;
  }
}
@media screen and (max-width: 1030px) {
  main .access .access-traffic-wr {
    display: block;
  }
  main .access .access-traffic-item {
    max-width: unset;
    margin: 0 auto 30px auto;
  }
  main .access .access-traffic-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  main .access {
    padding: 36px 0 65px 0;
  }
  main .access .c-ttl.access-ttl {
    margin-bottom: 20px;
  }
  main .access .access-text {
    text-align: center;
    margin-bottom: 25px;
  }
  main .access .access-img {
    max-width: 266px;
    margin: 0 auto 32px auto;
  }
  main .access .access-map {
    width: 100%;
    margin: 0 auto;
  }
  main .access .access-map-bottom {
    margin: 0 auto 38px auto;
    padding: 0 0;
    display: block;
  }
  main .access .access-map-bottom-left {
    font-size: 13px;
    background-color: #fff;
    padding: 10px 65px 10px 25px;
    margin-bottom: 25px;
  }
  main .access .access-map-bottom-right {
    font-size: 16px;
    padding: 0 65px 0 25px;
  }
  main .access .access-car {
    margin: 0 auto 24px auto;
  }
  main .access .access-car-item-img {
    max-width: unset;
    margin-bottom: 18px;
  }
  main .access .access-car-item-img iframe {
    display: block;
    width: 100%;
    height: 134px;
  }
  main .access .access-car-ttl {
    line-height: 1;
    padding: 20px 0;
  }
  main .access .access-car-content {
    padding: 28px 0 35px 0;
  }
  main .access .access-car-content.traffic {
    padding: 28px 0 45px 0;
  }
  main .access .access-car-content-flex {
    display: block;
  }
  main .access .access-car-item {
    max-width: unset;
    margin: 0 auto 35px auto;
  }
  main .access .access-car-item:last-child {
    margin-bottom: 0;
  }
  main .access .access-car-item-ttl.last-ttl {
    margin-bottom: 16px;
  }
  main .access .access-car-item-text-comment {
    margin-top: 14px;
  }
  main .access .access-traffic-item-img {
    margin-bottom: 48px;
  }
  main .access .access-traffic-wr {
    display: block;
  }
  main .access .access-traffic-item {
    margin-bottom: 45px;
  }
  main .access .access-traffic-item-place {
    margin-bottom: 10px;
  }
  main .access .access-traffic-flex {
    margin-bottom: 10px;
    padding-right: 5px;
  }
  main .access .access-traffic-flex::after {
    left: 20px;
  }
  main .access .access-traffic-item-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
main .news {
  padding: 85px 0 95px 0;
}
main .news .wrap {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
main .news .news-ttl {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #001213;
  margin-bottom: 20px;
}
main .news .news-item {
  background-image: radial-gradient(circle, #606060 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5px 1px;
}
main .news .news-item:first-child {
  background-image: radial-gradient(circle, #606060 0.5px, transparent 0.5px), radial-gradient(circle, #606060 0.5px, transparent 0.5px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 5px 1px, 5px 1px;
}
main .news .news-item-ttl {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #001213;
  padding: 16px 0;
  cursor: pointer;
  position: relative;
}
main .news .news-item-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 0;
  border-top: 1px solid #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .news .news-item-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 0;
  height: 9px;
  border-left: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
main .news .news-item-ttl.open::before {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
main .news .news-content {
  display: none;
  padding: 14px 0 18px 0;
}
main .news .news-item-time {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #001213;
  margin-bottom: 7px;
}
main .news .news-text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #001213;
  letter-spacing: 0.02em;
}
main .news .news-text a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .news .news-text a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  main .news {
    padding: 85px 25px 95px 25px;
  }
}
@media screen and (max-width: 767px) {
  main .news {
    padding: 62px 60px 68px 25px;
  }
  main .news .news-item-ttl {
    padding: 16px 55px 18px 0;
    line-height: 1.3333333333;
  }
  main .news .news-item-ttl::after {
    right: 15px;
    width: 7px;
  }
  main .news .news-item-ttl::before {
    right: 18px;
    height: 7px;
  }
  main .news .news-content {
    padding: 0 0 18px 0;
  }
  main .news .news-item-time {
    margin-bottom: 7px;
  }
}
main .policy {
  padding: 90px 0 108px 0;
  background-color: #f6f8f4;
}
main .policy .wrap {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
main .policy .policy-wr {
  border-bottom: 1px solid #606060;
}
main .policy .policy-ttl {
  display: block;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
  color: #001213;
  padding: 16px 0 16px 10px;
  cursor: pointer;
  position: relative;
}
main .policy .policy-ttl::after {
  content: "";
  display: block;
  background-image: url(../img/main/gaibu.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}
main .policy .policy-content {
  display: none;
  background-image: radial-gradient(circle, #606060 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  padding: 30px 0 35px 0;
}
main .policy .policy-text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #001213;
}
@media screen and (max-width: 1200px) {
  main .policy {
    padding: 100px 25px 123px 25px;
  }
}
@media screen and (max-width: 767px) {
  main .policy {
    padding: 60px 60px 80px 25px;
    background-color: #f6f8f4;
  }
  main .policy .policy-ttl::after {
    right: 14px;
  }
}