@charset "UTF-8";
/*
Theme Name: 夢空間
Author: Your Name
Description: 夢空間
Version: 1.0


*/
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital@0;1&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  /*background: url(images/bg.png);*/
}

body {
  line-height: 1.7;
  font-size: 4.2vw;
  color: #616161;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background: #F7F6EE;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #000000;
  background: transparent;
  -webkit-tap-highlight-color: rgba(103, 24, 24, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #1a1a1a;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

::selection {
  color: #FFFFFF;
  background: #7c1d1d;
}

input::selection,
textarea::selection {
  color: #000000;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/* html要素に勝手に付与されるmarginを消す */
html {
  margin-top: 0 !important;
}

/* 管理バー自体のスペースを消す */
#wpadminbar {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.view-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .view-pc {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .view-sp {
    display: none;
  }
}

#sp-head-wrap {
  height: 100vh;
  height: 100dvh;
}

@media only screen and (min-width: 768px) {
  #sp-head-wrap {
    height: auto;
  }
}

.se-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 30px 0 30px;
  border-bottom: 2px solid #0A440B;
  height: 90px;
  position: fixed;
  width: 100%;
  background: #F7F6EE;
  z-index: 99;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 768px) {
  .se-header {
    border: none;
    height: auto;
    position: relative;
    position: fixed;
    height: 180px;
  }
}

.se-header h1 {
  width: 110px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 1025px) {
  .se-header h1 {
    position: relative;
    width: 140px;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    top: unset;
    margin-top: 20px;
    margin-left: 20px;
  }
}

.se-header .header-r {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: auto;
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 1025px) {
  .se-header .header-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
  }
}

.se-header .head-rev {
  margin-left: 3rem;
  white-space: nowrap;
}

.se-header .head-rev a {
  display: inline-block;
  background: #671818;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  padding: 12px 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}

.se-header .head-rev a span {
  font-size: 1.2rem;
  display: block;
}

.se-header .head-rev a::after {
  display: none;
}

.se-header .fix-sp-rev {
  position: absolute;
  right: 15px;
  top: 17px;
  width: 100px;
}

@media only screen and (min-width: 1025px) {
  .se-header .fix-sp-rev {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .se-header.fixed {
    padding: 10px 30px 10px 30px;
    height: 100px;
  }
}

.se-header.fixed h1 {
  width: 70px;
}

@media only screen and (min-width: 768px) {
  .se-header.fixed h1 {
    width: 80px;
  }
}

.se-header.fixed .header-r {
  top: 15px;
}

.home .l-header {
  text-align: center;
  padding: 0;
  display: none;
}

@media only screen and (min-width: 768px) {
  .home .l-header {
    display: inherit;
  }
}

.home .l-header h1 {
  width: 230px;
  margin: auto;
  padding: 50px 0;
}

#mv-slider {
  height: 60vh;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

@media only screen and (min-width: 768px) {
  #mv-slider {
    height: auto;
    margin-right: 0;
    border-radius: 0px;
  }
}

#mv-slider img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* アクティブ（中央）の右隣だけ広げる */
@media only screen and (min-width: 768px) {
  #mv-slider .swiper-slide-active + .swiper-slide {
    margin-left: 10vw;
  }
}

.btn-fix {
  position: fixed;
  bottom: 1vw;
  right: 5vw;
  z-index: 10;
  width: 100px;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
  will-change: transform;
  display: none;
}

@media only screen and (min-width: 768px) {
  .btn-fix {
    display: block;
  }
}

.btn-fix.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.btn-fix:hover {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}

.hide-fixed-btn .btn-fix,
.hide-fixed-btn .btn-fix-sp {
  opacity: 0;
  pointer-events: none;
}

.btn-fix-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.btn-fix-sp.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.btn-fix-sp img {
  width: 230px;
}

@media only screen and (min-width: 768px) {
  .btn-fix-sp {
    display: none;
  }
}

.mv {
  position: relative;
  margin-top: 90px;
  margin-right: 30vw;
}

@media only screen and (min-width: 768px) {
  .mv {
    margin-top: 0;
    margin-right: 0;
  }
}

.mv h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
  z-index: 10;
  margin-left: 35vw;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .mv h2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8vw;
    margin-left: 0vw;
    width: auto;
  }
}

.mv h2 img {
  width: 40vw;
}

@media only screen and (min-width: 768px) {
  .mv h2 img {
    width: 25vw;
  }
}

.mv h3 {
  position: absolute;
  top: 15vw;
  right: 5vw;
  z-index: 10;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 4.8vw;
  letter-spacing: .7rem;
  font-weight: 400;
  white-space: nowrap;
  margin-right: -30vw;
}

@media only screen and (min-width: 768px) {
  .mv h3 {
    font-size: clamp(1rem, 1.5vw, 3rem);
    right: 9vw;
    letter-spacing: 1rem;
    top: 0vw;
    margin-right: 0;
    background: #F7F6EE;
    /*F7F6EE*/
    width: 14vw;
    height: 100%;
    padding-right: 3vw;
    padding-top: 5vw;
  }
}

@media only screen and (min-width: 1280px) {
  .mv h3 {
    right: 10vw;
    width: 13vw;
  }
}

.mv h3 span {
  display: block;
  margin-top: 40vw;
  right: 12vw;
}

@media only screen and (min-width: 768px) {
  .mv h3 span {
    margin-top: 12vw;
  }
}

.home .global {
  margin: 10vw 0 0;
}

@media only screen and (min-width: 768px) {
  .home .global {
    margin: 4vw 0;
  }
}

.global {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .global {
    letter-spacing: .4rem;
  }
}

.global ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.global ul li {
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .global ul li {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .global ul li::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 0%;
    height: 1px;
    background-color: #0A440B;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.global ul li::before {
  content: "";
  display: block;
  background: url(images/line_sp.svg) center top/cover no-repeat;
  height: 50px;
  width: 1px;
  margin: 0 2rem;
}

@media only screen and (min-width: 768px) {
  .global ul li::before {
    display: none;
  }
}

.global ul li:hover::after {
  width: 75%;
  margin-left: -30px;
}

.global ul li a {
  color: #0A440B;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  .global ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.global ul li:nth-child(1)::before {
  display: none;
}

.global ul li:nth-child(1) a::before {
  content: "";
  display: block;
  background: url(images/menu01.svg) center top/cover no-repeat;
  height: 20px;
  width: 35px;
  margin: .3rem 0 .5rem 0;
}

@media only screen and (min-width: 768px) {
  .global ul li:nth-child(1) a::before {
    margin: 0 1rem 0 0;
  }
}

.global ul li:nth-child(2) a::before {
  content: "";
  display: block;
  background: url(images/menu02.svg) center top/cover no-repeat;
  height: 20px;
  width: 30px;
  margin: .3rem 0 .5rem 0;
}

@media only screen and (min-width: 768px) {
  .global ul li:nth-child(2) a::before {
    margin: 0 1rem 0 0;
  }
}

.global ul li:nth-child(3) a::before {
  content: "";
  display: block;
  background: url(images/menu03.svg) center top/cover no-repeat;
  height: 27px;
  width: 15px;
  margin-right: 1rem;
}

.global ul li:nth-child(4):hover::after {
  width: 100%;
  margin-left: -0px;
}

.global ul li:nth-child(4) a::before {
  content: "";
  display: block;
  background: url(images/menu04.svg) center top/cover no-repeat;
  height: 17px;
  width: 28px;
  margin: .5rem 0 .5rem 0;
}

@media only screen and (min-width: 768px) {
  .global ul li:nth-child(4) a::before {
    margin: 0 1rem 0 0;
  }
}

.global ul li:nth-child(-n+3) a::after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  margin: 0 2rem;
}

@media only screen and (min-width: 768px) {
  .global ul li:nth-child(-n+3) a::after {
    background: url(images/line.svg) center top/cover no-repeat;
    width: 15px;
  }
}

.tit-base {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  font-size: clamp(4rem, 4vw, 5rem);
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
  .tit-base {
    text-align: left;
    margin: 0;
  }
}

.tit-mid {
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .3rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .tit-mid {
    font-size: clamp(1rem, 1.8vw, 2.3rem);
  }
}

.btn-base a {
  display: block;
  background: #671818;
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-radius: 100px;
  padding: 15px 40px;
  position: relative;
  letter-spacing: .1rem;
  font-weight: 600;
  outline: 1px solid #FFFFFF;
  outline-offset: -6px;
  -webkit-transition: .5s;
  transition: .5s;
  width: 190px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .btn-base a {
    display: inline-block;
    width: auto;
    margin: unset;
    padding: 10px 40px;
  }
}

.btn-base a::after {
  content: "";
  display: inline-block;
  background: url(images/arrow.svg) center top/cover no-repeat;
  height: 8px;
  width: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 1rem;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 768px) {
  .btn-base a::after {
    position: relative;
    margin-left: 1rem;
    left: 0;
    vertical-align: middle;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
  }
}

.btn-base a:hover {
  background: #000;
}

@media only screen and (min-width: 768px) {
  .btn-base a:hover::after {
    left: 4px;
  }
}

.btn-base.outline a {
  background: transparent;
  border: 1px solid #FFFFFF;
  outline: none;
  padding: 8px 35px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .btn-base.outline a {
    padding: 6px 35px;
    font-size: 1.2rem;
  }
}

.btn-base.outline a:hover {
  background: #000;
}

.btn-base.btn-ja a {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 1.9rem;
}

@media only screen and (min-width: 768px) {
  .btn-base.btn-ja a {
    font-size: 1.8rem;
  }
}

.btn-base.white a {
  background: #FFFFFF;
  outline: none;
  border: 2px solid #671818;
  color: #671818;
}

.btn-base.white a:hover {
  background: #671818;
  color: #FFFFFF;
}

.btn-base.white a:hover::after {
  background: url(images/arrow.svg) center top/cover no-repeat;
  left: 5px;
}

.btn-base.white a::after {
  content: "";
  display: inline-block;
  background: url(images/arrow_r.svg) center top/cover no-repeat;
  height: 8px;
  width: 13px;
  margin-left: 1rem;
  position: relative;
  left: 0;
  vertical-align: middle;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-base.btn-wide a {
  padding: 25px 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .btn-base.btn-wide a {
    padding: 15px 50px;
  }
}

.btn-base.btn-green a {
  width: 80%;
  background: #0A440B;
}

@media only screen and (min-width: 768px) {
  .btn-base.btn-green a {
    width: auto;
  }
}

.btn-base.btn-green a:hover {
  background: #000000;
}

.btn-base.btn-light a {
  opacity: .8;
}

.btn-base.btn-rev {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .btn-base.btn-rev {
    width: auto;
  }
}

.btn-base.btn-rev a {
  padding: 25px 50px;
  font-size: 7vw;
  line-height: 1;
  width: 100%;
  text-align: center;
  letter-spacing: .5rem;
}

@media only screen and (min-width: 768px) {
  .btn-base.btn-rev a {
    padding: 35px 170px;
    font-size: clamp(1rem, 1.8vw, 2.5rem);
    width: auto;
  }
}

.btn-base.btn-rev a::after {
  display: none;
}

.btn-base.btn-rev span {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 10px;
  letter-spacing: .1rem;
}

@media only screen and (min-width: 768px) {
  .btn-base.btn-rev span {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .news.is-active {
    -webkit-transform: translateY(-40vw);
    transform: translateY(-40vw);
  }
}

section.news {
  background: #0A440B;
  color: #FFFFFF;
  padding: 50px 0 370px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  /* 動きを滑らかにする */
}

@media only screen and (min-width: 768px) {
  section.news {
    padding: 150px 0 500px;
    margin-top: 150px;
  }
}

section.news.is-active {
  padding-bottom: 250px;
}

@media only screen and (min-width: 768px) {
  section.news.is-active {
    padding-bottom: 500px;
  }
}

section.news a {
  color: #FFFFFF;
}

section.news .news-column {
  max-width: 1100px;
  margin: auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  section.news .news-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

section.news .news-column h3 {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  section.news .tit-base {
    width: 20%;
  }
}

@media only screen and (min-width: 768px) {
  section.news .detail {
    width: 60%;
  }
}

section.news .detail a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

section.news .detail a .time {
  opacity: .8;
  margin-right: 5rem;
}

section.news .detail .news-box:last-child a {
  margin-bottom: 0;
}

section.news .btn-base {
  margin: 50px 0 0;
}

@media only screen and (min-width: 768px) {
  section.news .btn-base {
    margin: unset;
  }
}

section.mes {
  padding: 70px 0 0;
}

@media only screen and (min-width: 768px) {
  section.mes {
    padding: 150px 0 0;
  }
}

section.mes .mes-column .mes-box {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 50px;
  background: url(images/pic_mes01.png) center top/cover no-repeat;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  padding: 60px 30px;
}

@media only screen and (min-width: 768px) {
  section.mes .mes-column .mes-box {
    padding: 80px 0;
  }
}

section.mes .mes-column .mes-box::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}

section.mes .mes-column .mes-box.num02 {
  background: url(images/pic_mes02.png) center top/cover no-repeat;
}

section.mes .mes-column a {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
}

section.mes .mes-column a:hover::after {
  right: 40px;
}

section.mes .mes-column a::after {
  content: "";
  display: block;
  background: url(images/arrow_mes.svg) center top/cover no-repeat;
  height: 30px;
  width: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  section.mes .mes-column a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    height: 40px;
    width: 40px;
    margin-top: 0;
  }
}

section.mes .mes-column a dl dt {
  font-size: clamp(2rem, 2vw, 2.7rem);
  margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
  section.mes .mes-column a dl dt {
    margin: 0;
  }
}

section.mes .mes-column a dl dd {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  section.mes .mes-column a dl dd {
    text-align: center;
  }
}

section.concept {
  background: url(images/bg_about_sp.png) 0% center/cover #F7F6EE;
  -webkit-clip-path: ellipse(180% 100% at 50% 100%);
  clip-path: ellipse(180% 100% at 50% 100%);
  position: relative;
  top: -300px;
}

@media only screen and (min-width: 768px) {
  section.concept {
    -webkit-clip-path: ellipse(95% 100% at 50% 100%);
    clip-path: ellipse(95% 100% at 50% 100%);
    background: url(images/bg_about.png) center center/cover #F7F6EE;
  }
}

section.concept::after {
  content: "";
  display: block;
  margin-top: -300px;
}

section.concept .concept-column {
  max-width: 1000px;
  margin: auto;
  padding: 25vw 0;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  section.concept .concept-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10vw 0;
  }
}

@media only screen and (min-width: 768px) {
  section.concept .concept-column .concept-l {
    width: 50%;
  }
}

section.concept .concept-column .concept-l .txt {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  section.concept .concept-column .concept-l .txt {
    margin-bottom: 80px;
  }
}

section.concept .pic {
  width: 80%;
  margin: 90px auto 0;
}

@media only screen and (min-width: 768px) {
  section.concept .pic {
    width: 50%;
    margin: 0;
  }
}

section .icon {
  width: 120px;
}

@media only screen and (min-width: 768px) {
  section .icon {
    width: 100px;
  }
}

section.stay {
  max-width: 1000px;
  margin: 0px auto;
}

@media only screen and (min-width: 768px) {
  section.stay {
    margin: 200px auto;
  }
}

section.stay .icon {
  margin: 0 auto 50px;
}

section.stay h4 {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.stay h4 {
    text-align: center;
  }
}

section.stay .stay-column {
  margin: 50px 0 0;
}

@media only screen and (min-width: 768px) {
  section.stay .stay-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

section.stay .stay-column > div {
  color: #FFFFFF;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1.2;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  width: 90%;
  margin: 0 auto 50px;
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  section.stay .stay-column > div {
    width: 46%;
    margin: 0;
    aspect-ratio: 1 / .9;
  }
}

section.stay .stay-column > div::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
}

section.stay .stay-column > div .en {
  position: absolute;
  right: -53%;
  top: 0;
  line-height: 1;
  font-size: 6.5rem;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  opacity: .2;
  font-weight: 600;
  /* 回転の起点（軸）を左上に設定 */
  -webkit-transform-origin: 0 0%;
  transform-origin: 0 0%;
  line-height: 1;
  /* 時計回りに90度回転 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 2;
  top: 10px;
}

@media only screen and (min-width: 768px) {
  section.stay .stay-column > div .en {
    right: -40%;
    font-size: 6rem;
  }
}

section.stay .stay-column > div h5 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 7vw;
  letter-spacing: .4rem;
  margin-bottom: 10px;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  section.stay .stay-column > div h5 {
    font-size: clamp(1rem, 2vw, 2.5rem);
    letter-spacing: .7rem;
  }
}

section.stay .stay-column > div h5 span {
  display: block;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  section.stay .stay-column > div h5 span {
    display: inline-block;
  }
}

section.stay .stay-column > div .txt {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

section.stay .stay-column .btn-base {
  z-index: 2;
}

section.stay .stay-column .stay-l {
  background: url(images/stay01.png) center top/cover no-repeat;
}

section.stay .stay-column .stay-r {
  background: url(images/stay02.png) center top/cover no-repeat;
}

@media only screen and (min-width: 768px) {
  section.stay .stay-column .stay-r h5 {
    padding-top: 20px;
  }
}

section.stay .stay-column .stay-r .en {
  right: -58%;
}

@media only screen and (min-width: 768px) {
  section.stay .stay-column .stay-r .en {
    right: -40%;
  }
}

.tit-mid-wrap .tit-base {
  text-align: center;
  line-height: 1;
}

.tit-mid-wrap .icon {
  margin: 0 auto 20px;
}

.tit-mid-wrap .tit-ja {
  text-align: center;
}

section.menu {
  background: #FFFFFF;
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  section.menu {
    padding: 200px 0;
  }
}

section.menu .tit-season {
  text-align: center;
  font-size: clamp(2.2rem, 2vw, 2.5rem);
  line-height: 1;
}

section.menu .sub-season {
  text-align: center;
  font-size: 1.8rem;
  margin: 20px 0 30px;
}

@media only screen and (min-width: 768px) {
  section.menu .sub-season {
    font-size: 1.5rem;
  }
}

section.menu .txt-season {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.menu .txt-season {
    text-align: center;
  }
}

section.menu .txt-season br {
  display: none;
}

@media only screen and (min-width: 768px) {
  section.menu .txt-season br {
    display: block;
  }
}

section.menu .menu-column {
  max-width: 1200px;
  margin: 70px auto 0;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  section.menu .menu-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

section.menu .menu-column .menu-box {
  text-align: center;
  color: #0A440B;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  section.menu .menu-column .menu-box {
    width: 30%;
    margin-bottom: 0;
  }
}

section.menu .menu-column .menu-box .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / .7;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 20px;
}

section.menu .menu-column .menu-box dl {
  margin: 20px 0 0;
}

section.menu .menu-column .menu-box dl dt {
  font-size: clamp(1rem, 2vw, 3rem);
  line-height: 1;
  margin-bottom: 10px;
}

section.menu .menu-column .menu-box .exp {
  margin: 20px 0 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.7;
  font-size: clamp(1rem, 1vw, 1.3rem);
  letter-spacing: .2rem;
}

section.menu .menu-column .menu-box .label-gr {
  background: #0A440B;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 30px;
  margin: 20px 0 0;
}

@media only screen and (min-width: 768px) {
  section.menu .menu-column .menu-box .label-gr {
    padding: 0 30px;
  }
}

section.menu .menu-column .menu-box h4 {
  font-size: 7vw;
  font-weight: 400;
  margin: 20px 0 0;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  section.menu .menu-column .menu-box h4 {
    font-size: clamp(1rem, 1.5vw, 2.5rem);
  }
}

section.menu .btn-wrap {
  margin: 50px 0 0;
}

@media only screen and (min-width: 768px) {
  section.menu .btn-wrap {
    margin: 100px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  section.menu .btn-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

section.menu .btn-wrap ul li {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  section.menu .btn-wrap ul li {
    margin: 0 2vw;
    margin-bottom: 0;
  }
}

section.menu.menu-page {
  -webkit-clip-path: ellipse(200% 100% at 50% 100%);
  clip-path: ellipse(200% 100% at 50% 100%);
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  section.menu.menu-page {
    -webkit-clip-path: ellipse(100% 100% at 50% 100%);
    clip-path: ellipse(100% 100% at 50% 100%);
    margin-top: 150px;
    padding-top: 150px;
    padding-bottom: 120px;
  }
}

.time-line {
  border: 1px solid #0A440B;
  font-size: 3.5vw;
  display: inline-block;
  padding: 2px 5px;
}

@media only screen and (min-width: 768px) {
  .time-line {
    font-size: clamp(1rem, 1vw, 1.4rem);
    padding: 0 1vw;
  }
}

.price {
  font-size: 5.5vw;
  margin: 5px 0 10px;
}

@media only screen and (min-width: 768px) {
  .price {
    font-size: clamp(1rem, 1.5vw, 2.2rem);
    margin: 10px 0 0;
  }
}

section.facility {
  padding: 70px 0 100px;
}

@media only screen and (min-width: 768px) {
  section.facility {
    padding: 150px 0 100px;
  }
}

section.facility .tit-base {
  margin-bottom: 10px;
}

section.facility .facility-column {
  max-width: 1200px;
  margin: 50px auto 50px;
}

@media only screen and (min-width: 768px) {
  section.facility .facility-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: 100px auto 150px;
  }
}

@media only screen and (min-width: 768px) {
  section.facility .facility-column .facility-l {
    width: 65%;
  }
}

@media only screen and (min-width: 768px) {
  section.facility .facility-column .facility-r {
    width: 30%;
  }
}

section.facility .facility-column .facility-r h5 {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 6vw;
  margin: 20px 0 0;
}

@media only screen and (min-width: 768px) {
  section.facility .facility-column .facility-r h5 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .5rem;
    font-size: clamp(1rem, 2vw, 2.5rem);
    margin: 0;
  }
}

section.facility .facility-column .facility-r .txt-faci {
  text-align: center;
  line-height: 1.7;
  margin: 20px auto;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  section.facility .facility-column .facility-r .txt-faci {
    width: auto;
  }
}

section.facility .facility-column .facility-r .day {
  text-align: center;
  line-height: 1.7;
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.facility .facility-column .facility-r .day {
    width: auto;
  }
}

section.facility .facility-column:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

#infini-slider01, #infini-slider02 {
  margin-bottom: 20px;
}

#infini-slider01 .swiper-wrapper, #infini-slider02 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

section.access {
  max-width: 1100px;
  margin: 100px auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  section.access {
    margin: 200px auto;
  }
}

section.access .tit-base {
  line-height: .0;
  text-align: center;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 768px) {
  section.access .tit-base {
    line-height: .9;
    top: unset;
  }
}

section.access .access-column {
  background: #FFFFFF;
  padding: 70px 30px 10px;
  /* Google Mapのiframe */
}

@media only screen and (min-width: 768px) {
  section.access .access-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
}

section.access .access-column .map {
  position: relative;
  height: 0;
  padding-top: 100%;
}

@media only screen and (min-width: 768px) {
  section.access .access-column .map {
    width: 45%;
    padding-top: 50%;
  }
}

section.access .access-column .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.access .access-column .access-inner {
  background: #FFFFFF;
  padding: 50px 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  section.access .access-column .access-inner {
    width: 65%;
    padding: 40px 30px;
  }
}

section.access .access-column .access-inner dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  section.access .access-column .access-inner dl {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}

section.access .access-column .access-inner dl dt {
  width: 150px;
  margin-right: 2rem;
}

@media only screen and (min-width: 768px) {
  section.access .access-column .access-inner dl dt {
    text-align: center;
  }
}

section.access .access-column .access-inner dl dd {
  width: 100%;
}

section.access .access-column .access-inner .access-att {
  margin-top: 20px;
  font-size: 95%;
  letter-spacing: -.1rem;
}

@media only screen and (min-width: 768px) {
  section.access .access-column .access-inner .access-att {
    margin-left: 10px;
    line-height: 1.8;
    font-size: 95%;
    letter-spacing: inherit;
  }
}

section.access .way-wrap {
  margin-bottom: 10px;
}

section.rev {
  max-width: 1000px;
  margin: 50px auto 0;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  section.rev {
    margin: 180px auto 0;
    width: auto;
  }
}

section.rev .tit-base {
  text-align: center;
  line-height: 0;
  position: relative;
  top: 10px;
}

@media only screen and (min-width: 768px) {
  section.rev .tit-base {
    line-height: .9;
    top: unset;
  }
}

section.rev .rev-inner {
  background: #FFFFFF;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 50px 30px;
}

@media only screen and (min-width: 768px) {
  section.rev .rev-inner {
    padding: 80px;
  }
}

section.rev h5 {
  font-size: 5vw;
  font-weight: 400;
  margin: 10px 0 30px;
  letter-spacing: .3rem;
}

@media only screen and (min-width: 768px) {
  section.rev h5 {
    font-size: clamp(1rem, 1.5vw, 2.5rem);
    letter-spacing: inherit;
    margin: 10px 0 30px;
  }
}

section.rev .min {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section.rev .min {
    text-align: left;
    font-size: 1.3rem;
  }
}

section.rev .icon-dish img {
  width: 60px;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.rev .icon-dish img {
    width: auto;
  }
}

.home .l-footer nav {
  position: relative !important;
  bottom: unset;
  width: auto;
  left: unset;
  -webkit-transform: unset;
  transform: unset;
}

.l-footer {
  background: #0A440B;
  color: #FFFFFF;
  margin-top: 100px;
  padding: 20px 0 50px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    margin-top: 200px;
    padding: 20px 0 100px;
  }
}

.l-footer .pagetop {
  position: absolute;
  top: 30px;
  right: 5vw;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-footer .pagetop:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.l-footer a {
  color: #FFFFFF;
}

.l-footer .footer-inner {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.l-footer .footer-inner .logo-f {
  margin-bottom: auto;
  padding-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .logo-f {
    width: 15%;
    display: block;
    margin-bottom: 0;
  }
}

.l-footer .footer-inner .logo-f img {
  width: 150px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .logo-f img {
    width: auto;
    margin: unset;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .menu-f {
    width: 50%;
  }
}

.l-footer .footer-inner .menu-f nav {
  position: fixed;
  background: #0A440B;
  bottom: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .menu-f nav {
    position: relative;
    bottom: unset;
    width: auto;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
  }
}

.l-footer .footer-inner .menu-f ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4vw 0;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .menu-f ul {
    letter-spacing: .4rem;
  }
}

.l-footer .footer-inner .menu-f ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-footer .footer-inner .menu-f ul li::before {
  content: "";
  display: block;
  background: url(images/line_w_sp.svg) center top/cover no-repeat;
  height: 50px;
  width: 1px;
  margin: 0 2rem;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .menu-f ul li::before {
    display: none;
  }
}

.l-footer .footer-inner .menu-f ul li a {
  color: #FFFFFF;
  font-size: 3.5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .menu-f ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    font-size: clamp(1rem, 1vw, 1.6rem);
  }
}

.l-footer .footer-inner .menu-f ul li:nth-child(1)::before {
  display: none;
}

.l-footer .footer-inner .menu-f ul li:nth-child(1) a::before {
  content: "";
  display: block;
  background: url(images/menu01_w.svg) center top/cover no-repeat;
  height: 20px;
  width: 35px;
  margin: .3rem 0 .5rem 0;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .menu-f ul li:nth-child(1) a::before {
    margin: 0 1rem 0 0;
  }
}

.l-footer .footer-inner .menu-f ul li:nth-child(2) a::before {
  content: "";
  display: block;
  background: url(images/menu02_w.svg) center top/cover no-repeat;
  height: 20px;
  width: 30px;
  margin: .3rem 0 .5rem 0;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .menu-f ul li:nth-child(2) a::before {
    margin: 0 1rem 0 0;
  }
}

.l-footer .footer-inner .menu-f ul li:nth-child(3) a::before {
  content: "";
  display: block;
  background: url(images/menu03_w.svg) center top/cover no-repeat;
  height: 27px;
  width: 15px;
  margin: 0 0 .2rem 0;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .menu-f ul li:nth-child(3) a::before {
    margin: 0 1rem 0 0;
  }
}

.l-footer .footer-inner .menu-f ul li:nth-child(4) a::before {
  content: "";
  display: block;
  background: url(images/menu04_w.svg) center top/cover no-repeat;
  height: 17px;
  width: 28px;
  margin: .6rem 0 .5rem 0;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .menu-f ul li:nth-child(4) a::before {
    margin: 0 1rem 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .menu-f ul li:nth-child(-n+3) a::after {
    content: "";
    display: block;
    background: url(images/line_w.svg) center top/cover no-repeat;
    height: 30px;
    width: 15px;
    margin: 0 2rem;
  }
}

.l-footer .footer-inner .menu-f .info {
  letter-spacing: .4rem;
  margin-left: -6vw;
  margin-right: -6vw;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .menu-f .info {
    margin: 0;
  }
}

.l-footer .footer-inner .menu-f .info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .menu-f .info dl {
    font-size: clamp(1rem, 1vw, 1.3rem);
    padding: 5px 20px;
  }
}

.l-footer .footer-inner .menu-f .info dl:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}

.l-footer .footer-inner .menu-f .info dl dt {
  width: 150px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .menu-f .info dl dt {
    width: 200px;
  }
}

.l-footer .footer-inner .menu-f .info dl dd {
  width: 100%;
}

.l-footer .footer-inner .sns {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .sns {
    width: 15%;
    margin-top: 0;
  }
}

.l-footer .footer-inner .sns ul {
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .sns ul {
    width: auto;
  }
}

.l-footer .footer-inner .sns ul li a {
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 4.5vw;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .sns ul li a {
    padding: 15px;
    font-size: clamp(1rem, 1vw, 1.3rem);
    margin-bottom: 10px;
  }
}

.l-footer .footer-inner .sns ul li a::after {
  content: "";
  display: inline-block;
  background: url(images/arrow.svg) center top/cover no-repeat;
  height: 5px;
  width: 8px;
  margin-left: 1rem;
  position: absolute;
  vertical-align: middle;
  -webkit-transition: .3s;
  transition: .3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.l-footer .footer-inner .sns ul li a:hover {
  background: #000000;
}

.l-footer .footer-inner .sns ul li i {
  margin-right: 1rem;
}

.home .copy {
  padding-bottom: 20px;
}

.copy {
  color: #FFFFFF;
  background: #0A440B;
  text-align: center;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) {
  .copy {
    padding-bottom: 20px;
  }
}

#access {
  margin-top: 100px;
  padding-top: -100px;
}

/* ----------------------------------

concept

---------------------------------- */
.tit-se {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-top: 130px;
}

@media only screen and (min-width: 768px) {
  .tit-se {
    margin-top: 0;
    border-bottom: 2px solid #0A440B;
    margin-top: 180px;
  }
}

.tit-se .tit-en {
  font-size: 9vw;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .tit-se .tit-en {
    font-size: clamp(1rem, 4vw, 6rem);
  }
}

.tit-se h2 {
  font-weight: 400;
  font-size: clamp(1.5rem, 1.5vw, 1.7rem);
  margin-top: 5px;
}

.page-catch {
  text-align: center;
  font-size: clamp(1.6rem, 1.7vw, 2.2rem);
  font-weight: 400;
}

.concept-greet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1200px;
  margin: 20px auto 0;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  .concept-greet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 150px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .concept-greet .greet-l {
    width: 35%;
  }
}

.concept-greet .greet-l dl dt {
  font-size: clamp(2rem, 2vw, 2.5rem);
  letter-spacing: .2rem;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .concept-greet .greet-l dl dt {
    margin-bottom: 40px;
    margin-top: 0;
    letter-spacing: .4rem;
  }
}

@media only screen and (min-width: 768px) {
  .concept-greet .greet-r {
    width: 57%;
  }
}

.facility-se {
  background: #FFFFFF;
  -webkit-clip-path: ellipse(200% 100% at 50% 100%);
  clip-path: ellipse(200% 100% at 50% 100%);
  margin: 100px 0 80px;
  padding: 80px 0;
}

@media only screen and (min-width: 768px) {
  .facility-se {
    -webkit-clip-path: ellipse(130% 100% at 50% 100%);
    clip-path: ellipse(130% 100% at 50% 100%);
    margin: 250px 0 150px;
    padding: 150px 0;
  }
}

.facility-se #dining-slider .swiper-wrapper, .facility-se #lounge-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.facility-se #dining-slider .swiper-wrapper .swiper-slide img, .facility-se #lounge-slider .swiper-wrapper .swiper-slide img {
  border-radius: 15px;
}

@media only screen and (min-width: 768px) {
  .facility-se #dining-slider .swiper-wrapper .swiper-slide img, .facility-se #lounge-slider .swiper-wrapper .swiper-slide img {
    border-radius: 30px;
  }
}

.facility-se .train-wrap {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .facility-se .train-wrap {
    margin-top: 100px;
  }
}

.facility-se .train-wrap:nth-child(2) {
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .facility-se .train-wrap:nth-child(2) {
    margin-bottom: 150px;
  }
}

.facility-se .train-tit-wrap {
  margin: 0 0 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .facility-se .train-tit-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.facility-se .train-tit-wrap .en {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  font-size: clamp(3rem, 4vw, 6rem);
  line-height: 1;
  color: #ccc;
  margin-right: 2rem;
  font-weight: 500;
}

.facility-se h4 {
  font-size: clamp(2.2rem, 2vw, 2.3rem);
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
  line-height: 1;
}

.facility-se dl {
  max-width: 800px;
  margin: auto;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .facility-se dl {
    text-align: center;
  }
}

.facility-se dl dt {
  font-size: clamp(2rem, 2vw, 2.5rem);
  font-weight: 400;
  margin: 40px 0 10px;
}

@media only screen and (min-width: 768px) {
  .facility-se dl dt {
    margin: 40px 0 20px;
  }
}

.facility-se dl dd {
  text-align: left;
}

.facility-se .tit-base {
  margin-bottom: 5px;
}

section.time .icon {
  margin: auto;
}

section.time .tit-time {
  font-size: clamp(2.2rem, 2vw, 2.5rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: .4rem;
  margin: 20px 0 50px;
}

@media only screen and (min-width: 768px) {
  section.time .tit-time {
    text-align: center;
    margin: 20px 0 100px;
  }
}

section.time .time-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto 40px;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  section.time .time-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 0 0 0 7vw;
    margin: 0 auto 80px;
  }
}

section.time .time-column .pic {
  position: relative;
  z-index: 2;
  top: -20vw;
}

@media only screen and (min-width: 768px) {
  section.time .time-column .pic {
    width: 70%;
    top: unset;
  }
}

section.time .time-column .pic::after {
  content: "";
  display: block;
  margin-top: -20vw;
}

@media only screen and (min-width: 768px) {
  section.time .time-column .pic::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  section.time .time-column .time-inner {
    width: 30%;
  }
}

section.time .time-column .time-inner dl {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 80%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  background: #FFFFFF;
  border-radius: 100px;
  position: relative;
  border-radius: 50%;
  padding-top: 13%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.time .time-column .time-inner dl {
    width: 120%;
    left: -50px;
    margin-top: 15%;
    padding: 5% 20% 5% 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

section.time .time-column .time-inner dl dt {
  font-size: clamp(2rem, 2vw, 2.2rem);
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section.time .time-column .time-inner dl dt {
    text-align: left;
  }
}

section.time .time-column .time-inner dl dd {
  line-height: 1.7;
  padding: 0 30px;
  font-size: 3.7vw;
}

@media only screen and (min-width: 768px) {
  section.time .time-column .time-inner dl dd {
    padding: 0;
    line-height: 1.8;
    font-size: clamp(1rem, 1.4vw, 1.4rem);
  }
}

@media only screen and (min-width: 768px) {
  section.time .time-column:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    padding-left: 0;
    padding-right: 7vw;
  }
}

@media only screen and (min-width: 768px) {
  section.time .time-column:nth-child(even) .time-inner dl {
    padding: 5% 30% 5% 20%;
    left: 0;
    right: -50px;
  }
}

section.time .time-column:nth-child(3) .pic {
  top: -23vw;
}

@media only screen and (min-width: 768px) {
  section.time .time-column:nth-child(3) .pic {
    top: unset;
  }
}

section.time .time-column:nth-child(5) .pic {
  top: -20vw;
}

@media only screen and (min-width: 768px) {
  section.time .time-column:nth-child(5) .pic {
    top: unset;
  }
}

section.time .time-column:last-child {
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  section.time .time-column:last-child {
    margin-bottom: 300px;
  }
}

/* ----------------------------------

effect

---------------------------------- */
.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/* ----------------------------------

遷移

---------------------------------- */
html {
  background: #F7F6EE;
}

/*
body {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

body.is-show {
  opacity: 1;
}

body.is-hide {
  opacity: 0;
}

*/
/* ----------------------------------

menu

---------------------------------- */
.corse-menu {
  border-radius: 10px;
  border: 2px solid #0A440B;
  text-align: center;
  padding: 20px;
  background: #FFFFFF;
  color: #0A440B;
}

.corse-menu h5 {
  font-size: clamp(1rem, 20vw, 2.5rem);
  font-weight: 400;
  line-height: 1.5;
}

.corse-menu h5 span {
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
  margin-left: 1rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .corse-menu h5 span {
    display: inline-block;
  }
}

.corse-box {
  margin-top: 100px;
}

.corse-box .label-gr-center {
  text-align: center;
}

.corse-box .label-gr {
  background: #0A440B;
  display: inline-block;
  color: #FFFFFF;
  padding: 0 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.corse-box.corse-lunch {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.corse-box.corse-lunch .label-gr {
  background: #5e805b;
}

.corse-box.corse-lunch .corse-menu {
  border-color: #5e805b;
}

section.corse {
  padding: 70px 0;
}

@media only screen and (min-width: 768px) {
  section.corse {
    padding: 150px 0;
  }
}

section.corse p.txt {
  margin: 10px auto 50px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  section.corse p.txt {
    text-align: center;
  }
}

section.corse p.txt br {
  display: none;
}

@media only screen and (min-width: 768px) {
  section.corse p.txt br {
    display: inherit;
  }
}

section.corse .tit-base {
  margin-bottom: 5px;
}

section.corse .corse-slider {
  position: relative;
  width: 90%;
  margin: auto;
}

section.corse .corse-slider .swiper-pagination {
  position: absolute;
  top: 60vw;
}

@media only screen and (min-width: 768px) {
  section.corse .corse-slider .swiper-pagination {
    top: 450px;
  }
}

section.corse .corse-slider .btn-swiper-wrap {
  height: 50px;
  max-width: 850px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  top: 20vw;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  section.corse .corse-slider .btn-swiper-wrap {
    top: 620px;
    width: auto;
    width: 850px;
  }
}

section.corse .corse-slider .swiper-button-next, section.corse .corse-slider .swiper-button-prev {
  position: absolute;
  width: 50px;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  section.corse .corse-slider .swiper-button-next, section.corse .corse-slider .swiper-button-prev {
    top: inherit;
    position: relative;
    top: 0;
  }
}

section.corse .corse-slider .swiper-button-next::after, section.corse .corse-slider .swiper-button-prev::after {
  display: none;
}

section.corse .corse-slider .swiper-button-next {
  right: -20px;
}

@media only screen and (min-width: 768px) {
  section.corse .corse-slider .swiper-button-next {
    right: 0px;
    position: relative;
    top: 0;
  }
}

section.corse .corse-slider .swiper-button-prev {
  left: -20px;
}

@media only screen and (min-width: 768px) {
  section.corse .corse-slider .swiper-button-prev {
    left: 0;
  }
}

section.corse .corse-slider .swiper-pagination-bullet-active {
  background: #0A440B;
}

section.corse .corse-slider .menu-list {
  margin: 30px 0 20px;
}

section.corse .corse-slider .menu-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.corse .corse-slider .menu-list dl dt {
  width: 150px;
}

section.corse .corse-slider .menu-list dl dd {
  width: 100%;
}

section.corse .time-line-center {
  text-align: center;
  color: #0A440B;
}

section.corse #corse-slider, section.corse #lunch-slider {
  position: relative;
  max-width: 700px;
  margin: auto;
}

section.corse #corse-slider .swiper-slide img, section.corse #lunch-slider .swiper-slide img {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / .6;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
}

section.corse #corse-slider .swiper-slide .corse-content, section.corse #lunch-slider .swiper-slide .corse-content {
  opacity: 0;
  -webkit-transition: .7s;
  transition: .7s;
}

section.corse #corse-slider .swiper-slide-active .corse-content, section.corse #lunch-slider .swiper-slide-active .corse-content {
  opacity: 1;
}

section.corse #lunch-slider h5 span {
  display: block;
}

@media only screen and (min-width: 768px) {
  .btn-swiper-lunch {
    top: 630px !important;
  }
}

section.lunch {
  margin: auto;
  padding: 0 0 100px;
  position: relative;
}

section.lunch .txt {
  margin: 10px auto 20px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  section.lunch .txt {
    text-align: center;
  }
}

section.lunch .corse-box .label-gr {
  background: #5f805c;
}

section.lunch .corse-menu {
  border-color: #5f805c;
}

section.ala-c {
  background: #FFFFFF;
  padding: 80px 0 30px;
}

@media only screen and (min-width: 768px) {
  section.ala-c {
    padding: 100px 0;
  }
}

section.ala-c .txt {
  width: 90%;
  margin: 10px auto 50px;
}

@media only screen and (min-width: 768px) {
  section.ala-c .txt {
    text-align: center;
  }
}

section.ala-c .tit-base {
  margin-bottom: 5px;
}

section.ala-c .tit-ala {
  background: #671818;
  color: #FFFFFF;
  width: 80%;
  padding: 5px 40px;
  border-radius: 10px;
  margin: 0 auto 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  section.ala-c .tit-ala {
    padding: 0 40px;
    display: inline-block;
    width: auto;
  }
}

section.ala-c .ala-wrap {
  margin-bottom: 50px;
  text-align: center;
}

section.ala-c .ala-wrap .ala-column {
  max-width: 700px;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

section.ala-c .ala-wrap .ala-column .ala-box {
  width: 48%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  section.ala-c .ala-wrap .ala-column .ala-box {
    width: 45%;
    margin-bottom: 50px;
  }
}

section.ala-c .ala-wrap .ala-column .ala-box img {
  border-radius: 15px;
}

@media only screen and (min-width: 768px) {
  section.ala-c .ala-wrap .ala-column .ala-box img {
    border-radius: 20px;
  }
}

section.ala-c .ala-wrap .ala-column .ala-box h5 {
  font-size: 4vw;
  font-weight: 400;
  line-height: .8;
  margin: 20px 0 0;
}

@media only screen and (min-width: 768px) {
  section.ala-c .ala-wrap .ala-column .ala-box h5 {
    font-size: clamp(1rem, 1.5vw, 2rem);
  }
}

section.ala-c .ala-wrap .ala-column .ala-box h5 span {
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  display: block;
  margin-top: 10px;
}

.ala-txt-c {
  padding-top: 0 !important;
}

.ala-txt-column {
  max-width: 500px;
  margin: auto;
  width: 90%;
}

.ala-txt-column dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ala-txt-column dl::before {
  content: "";
  display: block;
  background: url(images/line_menu.svg) center top/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
}

.ala-txt-column dl dt span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
  font-size: 3.7vw;
  letter-spacing: -.2rem;
}

@media only screen and (min-width: 768px) {
  .ala-txt-column dl dt span {
    font-size: clamp(1rem, 1.2vw, 1.5rem);
    letter-spacing: inherit;
  }
}

.ala-txt-column dl dd span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.ara-txt-att-wrap {
  width: 90%;
  margin: auto;
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
}

@media only screen and (min-width: 768px) {
  .ara-txt-att-wrap {
    text-align: center;
  }
}

section.drink {
  padding: 100px 0;
}

section.drink .drink-att-wrap {
  width: 90%;
  margin: 50px auto 0;
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
}

@media only screen and (min-width: 768px) {
  section.drink .drink-att-wrap {
    text-align: center;
  }
}

section.drink .tit-base {
  margin-bottom: 5px;
}

section.drink .drink-wrap {
  background: #FFFFFF;
  border-radius: 40px;
  max-width: 1000px;
  margin: auto;
  width: 90%;
  padding: 40px 0px;
}

@media only screen and (min-width: 768px) {
  section.drink .drink-wrap {
    padding: 80px 80px 40px;
  }
}

@media only screen and (min-width: 768px) {
  section.drink .drink-wrap .drink-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  section.drink .drink-wrap .drink-column .drink-cont {
    width: 47%;
  }
}

section.drink .drink-wrap .drink-column .price {
  margin-top: 0;
  font-size: 4.5vw;
}

@media only screen and (min-width: 768px) {
  section.drink .drink-wrap .drink-column .price {
    font-size: clamp(1rem, 1.5vw, 2.2rem);
  }
}

section.drink .drink-wrap .drink-column .drink-cont {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  section.drink .drink-wrap .drink-column .drink-cont {
    margin-bottom: 0;
  }
}

section.drink .drink-wrap .drink-column .tit-drink {
  font-size: clamp(1.7rem, 1.5vw, 2rem);
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  section.drink .drink-wrap .drink-column .tit-drink {
    margin-bottom: 30px;
  }
}

section.drink .drink-wrap .drink-column .sub-txt {
  line-height: .8;
  font-size: 1.3rem;
  margin: 0 0 10px;
  margin-left: 10px;
}

.label-base {
  text-align: center;
  margin: 20px 0 40px;
}

.label-base span {
  background: #671818;
  color: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  padding: 5px 40px;
  width: 80%;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .label-base span {
    padding: 0 40px;
    display: inline-block;
    width: auto;
  }
}

section.goods {
  padding: 0px 0 50px;
  max-width: 800px;
  margin: auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  section.goods {
    padding: 100px 0 0;
  }
}

section.goods .coming-soon {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  font-size: clamp(2.5rem, 2vw, 4rem);
  font-style: italic;
  margin: 80px 0 50px;
  opacity: .6;
}

@media only screen and (min-width: 768px) {
  section.goods .coming-soon {
    margin: 80px 0 250px;
  }
}

section.goods .tit-base {
  margin-bottom: 5px;
}

section.goods .goods-column {
  margin: 30px 0 0;
}

@media only screen and (min-width: 768px) {
  section.goods .goods-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 100px 0 0;
  }
}

section.goods .goods-column > div {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  section.goods .goods-column > div {
    width: 45%;
    margin-bottom: 0;
  }
}

section.goods .goods-column h5 {
  font-size: clamp(1.7rem, 1.5vw, 2rem);
  font-weight: 400;
  line-height: 1;
  margin: 30px 0 0;
}

section.goods .goods-column .exp {
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
}

/* ----------------------------------

hamburger

---------------------------------- */
/*========= ハンバーガーメニュー ===============*/
.openbtn {
  position: fixed;
  z-index: 99999;
  /*ボタンを最前面に*/
  top: 15px;
  left: 15px;
  cursor: pointer;
  width: 70px;
  height: 65px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .openbtn {
    display: none;
  }
}

.openbtn.active {
  position: fixed;
}

.openbtn.fixed {
  top: 18px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #0A440B;
  width: 50%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 30px;
}

.openbtn span:nth-of-type(3) {
  top: 44px;
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 50%;
  -webkit-transform: translateY(6px) rotate(-40deg);
  transform: translateY(6px) rotate(-40deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 50%;
  -webkit-transform: translateY(-18px) rotate(40deg);
  transform: translateY(-18px) rotate(40deg);
  top: 40px;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: 0;
  -webkit-transform: translate(130vw, 0);
  transform: translate(130vw, 0);
  width: 100%;
  height: 130vh;
  /*ナビの高さ*/
  background: #0A440B;
  /*動き*/
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: .5;
  color: #FFFFFF;
  overflow: hidden;
}

#g-nav a {
  color: #FFFFFF;
}

#g-nav .nav-icon {
  width: 150px;
  margin: 13vw auto;
}

@media only screen and (min-width: 768px) {
  #g-nav .nav-icon {
    margin: 6vw auto;
  }
}

#g-nav .nav-info {
  margin: 7vw 0 0;
}

#g-nav .nav-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.5vw;
  margin-left: -8vw;
  margin-right: -8vw;
}

@media only screen and (min-width: 768px) {
  #g-nav .nav-info dl {
    font-size: 1.6rem;
    margin: 0;
  }
}

#g-nav .nav-info dl:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}

#g-nav .nav-info dl dt {
  width: 150px;
  padding: 10px 0 10px 20px;
}

#g-nav .nav-info dl dd {
  width: 100%;
  padding: 10px 10px 10px 0px;
}

#g-nav .insta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0;
  font-size: 3.5rem;
}

@media only screen and (min-width: 768px) {
  #g-nav .insta {
    font-size: 2.5rem;
  }
}

#g-nav ul {
  max-width: 55vw;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  #g-nav ul {
    max-width: 100%;
    width: 90%;
    margin: auto;
  }
}

#g-nav ul li {
  letter-spacing: .2rem;
}

#g-nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 5.5vw;
  margin: 0 0 15px;
}

@media only screen and (min-width: 768px) {
  #g-nav ul li a {
    font-size: 1.8rem;
  }
}

#g-nav ul li:nth-child(1)::before {
  width: 100px;
  content: "";
  width: 15px;
}

#g-nav ul li:nth-child(1) a::before {
  content: "";
  display: block;
  background: url(images/menu01_w.svg) center top/cover no-repeat;
  height: 20px;
  width: 35px;
  margin-right: 1rem;
}

#g-nav ul li:nth-child(2) a::before {
  content: "";
  display: block;
  background: url(images/menu02_w.svg) center top/cover no-repeat;
  height: 20px;
  width: 30px;
  margin-right: 1.5rem;
}

#g-nav ul li:nth-child(3) a::before {
  content: "";
  display: block;
  background: url(images/menu03_w.svg) center top/cover no-repeat;
  height: 27px;
  width: 15px;
  margin-right: 2.2rem;
  margin-left: .7rem;
}

#g-nav ul li:nth-child(4) a::before {
  content: "";
  display: block;
  background: url(images/menu04_w.svg) center top/cover no-repeat;
  height: 17px;
  width: 28px;
  margin-right: 1.3rem;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px 30px 30px;
  z-index: 0;
}

#g-nav.panelactive #g-nav-list a {
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav.panelactive #g-nav-list a:hover {
  opacity: .5;
}

.season-slider-wrapper {
  position: relative;
  /* PC: 3カラム表示 */
  /* SP: Swiper用スタイル */
}

@media screen and (min-width: 769px) {
  .season-slider-wrapper .menu-column.swiper {
    overflow: visible;
    /* スライドをはみ出させない */
  }
  .season-slider-wrapper .menu-column .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 2%;
    /* 任意の間隔 */
    -webkit-transform: none !important;
    transform: none !important;
    /* Swiperの動きを無効化 */
  }
  .season-slider-wrapper .menu-box.swiper-slide {
    width: 32% !important;
    /* 3カラム */
    margin-right: 0 !important;
  }
  .season-slider-wrapper .swiper-pagination {
    display: none;
    /* PCではドットを隠す */
  }
  .season-slider-wrapper .swiper-button-prev {
    display: none;
  }
  .season-slider-wrapper .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .season-slider-wrapper .menu-column {
    padding-bottom: 40px;
    /* ページネーション用スペース */
  }
  .season-slider-wrapper .menu-box.swiper-slide {
    width: 100%;
    /* 1カラム */
    height: auto;
  }
  .season-slider-wrapper .swiper-button-next {
    width: 50px;
    top: 27%;
    right: -5px;
  }
  .season-slider-wrapper .swiper-button-next::after {
    display: none;
  }
  .season-slider-wrapper .swiper-button-prev {
    width: 50px;
    top: 27%;
    left: -5px;
  }
  .season-slider-wrapper .swiper-button-prev::after {
    display: none;
  }
}

.season-slider-wrapper .swiper-pagination-bullet-active {
  background: #0A440B;
}

/* ----------------------------------

news

---------------------------------- */
.blog-list {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.blog-list::after {
  content: "";
  display: block;
  width: 30%;
}

@media only screen and (min-width: 768px) {
  .blog-list {
    margin: 150px auto 0;
  }
}

.blog-list .articles-box {
  margin-bottom: 30px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .blog-list .articles-box {
    width: 30%;
    padding: 0;
    border: none;
    margin-bottom: 100px;
  }
}

.blog-list .articles-box a:hover .more::after {
  left: 5px;
}

.blog-list .articles-box .pic {
  overflow: hidden;
  border-radius: 20px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .blog-list .articles-box .pic {
    display: block;
  }
}

.blog-list .articles-box .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 20px;
}

.blog-list .articles-box .pic img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-list .articles-box h3 {
  font-weight: 500;
  line-height: 1.5;
}

.blog-list .articles-box .more {
  color: #671818;
  text-decoration: underline;
  font-size: 1.8rem;
}

.blog-list .articles-box .more::after {
  content: "";
  display: inline-block;
  background: url(images/arrow_red.svg) center top/cover no-repeat;
  height: 8px;
  width: 13px;
  margin-left: 1rem;
  position: relative;
  left: 0;
  vertical-align: middle;
  -webkit-transition: .3s;
  transition: .3s;
}

.cate-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 10px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.3rem;
}

.cate-wrap .cate {
  background: #666;
  color: #FFFFFF;
  padding: 1px 10px;
  margin-right: 1rem;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.wp-pagenavi .current {
  text-decoration: underline;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
}

.news-page-column {
  max-width: 800px;
  margin: 70px auto 0;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .news-page-column {
    margin: 150px auto 0;
  }
}

.news-page-column h3 {
  font-size: 4.5vw;
  font-weight: 400;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .news-page-column h3 {
    font-size: clamp(1rem, 1.5vw, 2rem);
  }
}

.post-page-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 100px auto 0;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .post-page-nav {
    font-size: 1.4rem;
  }
}

.post-page-nav .btn-back {
  text-align: center;
}

.post-page-nav .prevPost {
  text-align: right;
}

.post-page-nav li {
  width: 33%;
}

.wp-block-image {
  margin: 5vw 0;
}

@media only screen and (min-width: 768px) {
  .wp-block-image {
    margin: 3vw 0;
  }
}

.wp-block-image img {
  border-radius: 30px;
}

#reserve {
  scroll-margin-top: 110px;
}

dl.phone a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
}

@media only screen and (min-width: 768px) {
  dl.phone a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  dl.phone a {
    pointer-events: none;
    cursor: default;
    color: inherit;
  }
}
