@charset "UTF-8";
a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

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

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
.foot,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #c3cbd1;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar {
  display: none;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #bda06a;
  color: #3a322e;
  /* color: #F1D19B; */
  /* letter-spacing: 0.1em; */
}
.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.optima {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#noise {
  position: fixed;
  width: 100vw;
  height: 100svh;
  background-image: url(../img/noise.jpg);
  background-size: cover;
  mix-blend-mode: overlay;
  pointer-events: none;
  top: 0;
  display: none;
}
#bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  pointer-events: none;
  top: 0;
  z-index: 0;
}
#bg .bg_op_img {
  background-image: url(../img/bg_open.jpg);
  background-size: cover;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 2s ease;
}
.onload_3 #bg .bg_op_img {
  opacity: 0.3;
}
#bg .bg_img {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#steam {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  opacity: 0;
  transition: 2s ease;
  transition-property: opacity;
  overflow: auto;
}
body.onload_1 #steam {
  opacity: 0.5;
}
#steam.before {
  z-index: 3;
}

#steam.after {
  z-index: 1;
  display: none;
}
#steam.after video {
  transform: scale(2) translateY(0%);
  opacity: 1;
}
#steam.before video {
  transform: scale(1) translateY(20%);
  opacity: 0.8;
}
#steam video {
  width: 100%;
  height: auto;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  /* opacity: 0.5; */
}
.sec-tit {
  /* margin-left: 15%; */
  /* width: 25%; */
  margin-bottom: 40px;
  text-align: center;
}
.sec-tit p {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  /* text-align: center; */
  margin-bottom: 15px;
  /* letter-spacing: 0.05em; */
}
.sec-tit h3 {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1.6;
  /* text-align: center; */
}
.sec-tit h3 br {
  display: none;
}
.sec-tit h3.sp {
  display: none;
}
.vertical-rl {
  -ms-writing-mode: tb-rl;
  /* writing-mode: vertical-rl; */
  -webkit-text-orientation: mixed;
  /* text-orientation: mixed; */
  /* width: 100%; */
  /* -webkit-text-orientation: upright; */
  /* text-orientation: upright; */
}
.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}

.over-wrap-menu {
  height: 100%;
  display: flex;
  align-items: center;
  overscroll-behavior: contain;
  overflow-y: scroll;
  align-items: flex-start;
}

.over-wrap-menu {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.over-wrap-menu::-webkit-scrollbar {
  display: none;
}
.js-scroll.fadein {
  opacity: 0;
  filter: blur(10px);
  transition: 1s ease 0.5s;
  transition-property: opacity, filter;
}
.js-scrollin.fadein {
  opacity: 1;
  filter: blur(0px);
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100vw;
  min-height: 100vh;
  height: 100svh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: unset;
  transform: translateY(0);
  /* background-color: rgb(9 9 9); */
  /* background-image: url(../img/bg.jpg); */
  background-size: cover;
  backdrop-filter: blur(12px);
}

.modal_wrap {
  height: 100%;
}

.modal_close_btn {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 10px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  mix-blend-mode: exclusion;
  backface-visibility: hidden;
}

.modal_close_btn:hover {
  opacity: 0.5;
}

.modal_close_btn span {
  background-color: #000000;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.modal_close_btn span:nth-child(1) {
  transform: rotate(45deg);
}

.modal_close_btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.modal_contents {
  height: 100%;
  width: 100%;
}
.modal_inner {
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin: auto;
  padding: 80px 30px;
}
#terms.modal {
}
#terms.modal h3 {
  font-size: 18px;
}
#terms.modal p {
  line-height: 1.5;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#terms.modal h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
#terms.modal ul {
}
#terms.modal ul li {
  margin-bottom: 20px;
}
#terms.modal .tit {
  margin-bottom: 20px;
}
#terms.modal .tit h3 {
  margin-bottom: 5px;
}
#terms.modal .tit p {
  font-weight: 500;
}
.common_wrap {
  /* width: calc(100% - 250px); */
  /* margin-left: auto; */
  max-width: 1200px;
  margin: auto;
  margin-bottom: 200px;
}
.common_inner {
  padding: 0 30px;
  /* width: 70%; */
  /* margin: auto; */
  /* padding-left: 25%; */
  /* padding-right: 15%; */
}

#full_menu {
  display: none;
  position: fixed;
  z-index: 998;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url(../img/bg.jpg); */
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(12px);
}
#full_menu #gradient-canvas {
  opacity: 1;
  z-index: 1;
}

#full_menu .wrap {
  height: 100%;
  width: 100%;
  /* background-image: url(../img/gradation.png); */
}

#full_menu .inner {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
#full_menu .nav {
  /* margin-bottom: 40px; */
  display: flex;
  flex-wrap: wrap;
}
#full_menu .nav li {
  margin-bottom: 30px;
  position: relative;
  width: 50%;
}
#full_menu .nav li a {
  font-size: 20px;
}
#full_menu .nav li a h2 {
  font-size: 32px;
  font-weight: 100;
}
#full_menu .nav li a h5 {
  font-size: 16px;
  font-weight: 100;
  margin-left: 20px;
}
#full_menu .sns {
  display: flex;
}
#full_menu .sns a {
  display: block;
  margin-right: 30px;
  width: 20px;
  height: 20px;
}
#full_menu .sns a span {
  line-height: 0;
  display: block;
}
body.menu_open main {
  /* opacity: 0; */
}
#head_reservation {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
}
#head_reservation a {
  display: block;
  line-height: 0;
  padding: 20px;
  transition: 0.5s;
}
#head_reservation a p {
  background-color: #2f2825;
  color: #e3d5bc;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 40px;
  line-height: 1;
  display: block;
}
#head_reservation a:hover {
  /* color: #f1d19b; */
  /* background-color: #3a322e; */
  opacity: 0.5;
}

#head_sns {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
}
#head_sns a {
  display: inline-block;
  width: 20px;
  margin-right: 20px;
  transition: 0.5s;
}
#head_sns a:hover {
  opacity: 0.5;
}
header {
  position: fixed;
  /* width: 250px; */
  z-index: 998;
  top: 0;
  width: 100%;
  /* display: none; */
  /* height: 100svh; */
  /* background-color: #a58f65; */
}
header .wrap {
  width: 100%;
  height: 100%;
}
header .inner {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 30px 30px;
  width: 100%;
  height: 100%;
  /* flex-direction: column; */
}
header .logo {
  width: 120px;
  /* display: none; */
  /* margin-bottom: 40px; */
  /* display: none; */
}
header .logo a {
  display: block;
  line-height: 0;
  transition: opacity 0.5s;
}
header .logo a:hover {
  opacity: 0.5;
}
header .nav {
  display: flex;
}
header .nav li {
  margin-left: 20px;
  /* margin-bottom: 10px; */
}
header .nav li a {
  font-size: max(calc((12 / 1366) * 100vw), 12px);
  position: relative;
  transition: .5s;
  font-size: 14px;
  line-height: 1;
}
header .nav li a:hover {
  color: #f1d19b;
}
header .nav li a.shop{
  border: solid 1px #000;
  padding: 5px 20px;
  border-radius: 40px;
  font-size: 12px;
}
header .nav li a.shop:hover{
  background-color: #2f2825;
  color: #e3d5bc;
}
header .humb {
  height: 20px;
  width: 40px;
  cursor: pointer;
  display: none;
}

header .humb_wrap {
  height: 100%;
  width: 100%;
  position: relative;
}

header .humb_wrap span {
  height: 1px;
  width: 100%;
  background-color: #3a322e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease 0s;
}

header .humb_wrap span:nth-child(1) {
  top: -10px;
}

header .humb_wrap span:nth-child(2) {
  bottom: 0px;
}
header .humb_wrap span:nth-child(3) {
  bottom: -10px;
}

#fixed {
  position: fixed;
  z-index: 4;
  width: 20%;
  height: 100vh;
  /* padding: 40px; */
  top: 0;
  /* opacity: 0; */
  /* filter: blur(10px); */
  transition: 2s ease 4s;
  transition-property: opacity, filter;
}
body.onload_2 #fixed {
  /* opacity: 1; */
  /* filter: blur(0px); */
}
#fixed .wrap {
  height: 100%;
}
#fixed .inner {
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#fixed .head {
}
#fixed .head .group {
  line-height: 0;
}
#fixed .head .group_logo {
  margin-bottom: 40px;
  width: 180px;
}
#fixed .head .group_01 {
  margin-bottom: 5%;
  width: 50%;
}
#fixed .head .group_02 {
  width: 40%;
  margin-bottom: 10%;
}
#fixed .head .group_03 {
  width: 100%;
  margin-bottom: 10%;
}
#fixed .head .group_04 {
  width: 80%;
  margin-bottom: 15%;
}
#fixed .head .nav {
}
#fixed .head .nav li {
  margin-bottom: 10px;
}
#fixed .head .nav li a {
  font-size: max(0.5vw, 14px);
  transition: 0.3s ease;
}
#fixed .head .nav li a:hover {
  color: #af8e50;
}
#fixed .food {
  display: flex;
}
#fixed .food a {
  line-height: 0;
  display: block;
  width: 6%;
  margin-right: 6%;
  min-width: 15px;
  transition: 0.3s;
  transition-property: opacity;
}
#fixed .food a:hover {
  opacity: 0.5;
}
#fixed .food a span {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  display: block;
}
#fixed .food a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main {
  position: relative;
  z-index: 1;
}
.op_text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  opacity: 0;
  filter: blur(10px);
  transition: 2s ease;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition-property: opacity, filter;
}
.op_text img {
  width: 20%;
}
body.onload_2 .op_text {
  opacity: 1;
  filter: blur(0px);
}
body.onload_3 .op_text {
  opacity: 0;
  filter: blur(10px);
}
#fv {
  height: 100svh;
  position: relative;
  /* margin-bottom: 100px; */
}
#fv .wrap {
  height: 100%;
  /* width: 70%; */
  /* margin-left: auto; */
  /* margin-bottom: 100px; */
  /* max-width: 1000px; */
  /* margin: auto; */
  /* width: calc(100% - 250px); */
}
#fv .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fv .logo {
  /* height: 50%; */
  /* text-align: center; */
  /* right: 5%; */
  /* position: relative; */
  opacity: 0;
  filter: blur(10px);
  transition: 2s ease 3.5s;
  transition-property: opacity, filter;
  width: 100%;
  max-width: 800px;
}
#fv .logo.sp {
  display: none;
}
body.onload_2 #fv .logo {
  opacity: 1;
  filter: blur(0px);
}
#fv .logo img {
  /* height: 100%; */
  /* width: auto; */
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
}
#about {
  width: 100vw;
}
#about .wrap {
}
#about .inner {
}
#about .text_area {
  /* height: max(30vw, 400px); */
  /* width: 75%; */
}
#about .sec-tit h3 {
  letter-spacing: 0.4em;
}
#about .text_area.sp {
  display: none;
}
#about .text_area p {
  line-height: 2;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  margin-bottom: 20px;
}
#about .text_area p:last-child {
  margin-bottom: 0;
}
#about .text_area p br {
  /* display:none; */
}
#features {
}
#features ul {
  display: flex;
  justify-content: space-between;
}
#features ul li {
  width: calc(100% / 3 - 40px / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-bottom: 10px; */
  background-color: hsl(0deg 0% 100% / 10%);
  padding: 40px 30px;
  border-radius: 5px;
  padding-top: 50px;
}
#features .text h4 span {
  display: block;
  font-size: 14px;
}
#features ul li:last-child {
  margin-bottom: 0;
}
#features .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  /* padding: 10px; */
}
#features .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-left: 100px; */
}
#features .text .tit {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
#features .text h4 {
  font-size: 20px;
  text-align: center;
  /* margin-bottom: 20px; */
  letter-spacing: 0.1em;
}
#features .text .tit span {
  font-size: 12px;
  margin-top: 5px;
}
#features .text p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#features .text p span {
  font-size: 12px;
  display: block;
}
#floor {
}
#floor .wrap {
  /* max-width: 1300px; */
  max-width: unset;
}
#floor .common_inner {
  padding: 0;
}
#floor .floor_img {
  margin-bottom: 100px;
}
#floor .swiper-slide {
  padding: 0 20px;
}
#floor .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
#floor .floor_img .thumb_wrap {
  line-height: 0;
  margin-bottom: 10px;
}
#floor .floor_img .text {
}
#floor .floor_img .head {
  /* display: flex; */
  align-items: baseline;
  /* margin-bottom: 10px; */
}
#floor .floor_img .head h4 {
  font-size: 22px;
}
#floor .floor_img .head p {
  font-size: 12px;
  /* margin-left: 10px; */
}
#floor .floor_img .detaile {
}
#floor .guide_wrap {
  max-width: 1500px;
  margin: auto;
  padding: 0 30px;
}
#floor .guide_wrap .swiper-slide {
  padding: 0 10px;
}
#floor .guide_wrap.sp {
  display: none;
}
#floor .floor_img .detaile p {
  font-size: 14px;
  letter-spacing: 0.1em;
}

#floor .swiper-button::after {
  content: none;
}
#floor .swiper-button {
  width: 100px;
  height: 100px;
  top: -10%;
  bottom: 0;
  margin: auto;
}
#floor .swiper-button-prev {
  left: 0;
}
#floor .swiper-button-next {
  right: 0;
}
#floor .swiper-button .arrow {
}
#floor .swiper-button .arrow {
  /* display: inline-block; */
  /* vertical-align: middle; */

  /* line-height: 1; */
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  transform: translateX(25%) rotate(-135deg);
}
#floor .swiper-button.swiper-button-next {
  transform: scale(-1, 1);
}
#floor .swiper-button .arrow::before,
#floor .swiper-button .arrow::after {
  content: "";
  position: absolute;
  background: #3a322e;
  border-radius: 1px;
}

#floor .swiper-button .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

#floor .swiper-button .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
#enjoy {
}
#enjoy .wrap {
  max-width: unset;
}
#enjoy .inner {
  padding: 0;
}
#enjoy .swiper-wrapper {
  padding: 0 40px;
}
#enjoy .swiper-slide {
  padding: 0 10px;
}
#enjoy .slide_inner {
  background-color: hsl(0deg 0% 100% / 10%);
  padding: 40px;
  border-radius: 5px;
}

#enjoy .swiper-button::after {
  content: none;
}
#enjoy .swiper-button {
  width: 100px;
  height: 100px;
  top: -10%;
  bottom: 0;
  margin: auto;
}
#enjoy .swiper-button-prev {
  left: 0;
}
#enjoy .swiper-button-next {
  right: 0;
}
#enjoy .swiper-button .arrow {
}
#enjoy .swiper-button .arrow {
  /* display: inline-block; */
  /* vertical-align: middle; */

  /* line-height: 1; */
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  transform: translateX(25%) rotate(-135deg);
}
#enjoy .swiper-button.swiper-button-next {
  transform: scale(-1, 1);
}
#enjoy .swiper-button .arrow::before,
#enjoy .swiper-button .arrow::after {
  content: "";
  position: absolute;
  background: #3a322e;
  border-radius: 1px;
}
#enjoy .swiper-button .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

#enjoy .swiper-button .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
#recruit {
  width: 100vw;
}
#recruit .wrap {
}
#recruit .inner {
}
#recruit .text_area {
  /* height: max(30vw, 400px); */
  text-align: center;
  margin-bottom: 40px;
}
#recruit .text_area p {
  line-height: 2;
  letter-spacing: 0.15em;
  word-break: break-all;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

#recruit .btn a {
  background-color: #2f2826;
  display: inline-flex;
  width: 260px;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #e3d5bc;
  font-size: 14px;
  transition: 0.3s ease;
  letter-spacing: 0.05em;
  border-radius: 100px;
  height: 60px;
}
#recruit .btn a:hover {
  /* background-color: #000; */
  opacity: 0.5;
}
#recruit .btn {
  text-align: center;
  /* margin-top: 10%; */
}
#access {
}
#access .wrap {
  margin-bottom: 5%;
}
#access .inner {
}
#access .iframe_area {
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 20px;
}
#access .iframe_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #886c39;
  z-index: 1;
  mix-blend-mode: overlay;
  /* filter: sepia(60%); */
}
#access .iframe_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  mix-blend-mode: hard-light;
}
#access .iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: grayscale(1);
}
#access .address p {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#crowdfunding {
}
#crowdfunding .wrap {
  /* margin-bottom: 5%; */
}
#crowdfunding .inner {
}
#crowdfunding .text_area {
  width: 100%;
  position: relative;
  text-align: center;
}
#crowdfunding .text_area iframe {
  /* transform: scale(1.8); */
  /* transform-origin: top right; */
}
#crowdfunding .text_area iframe.size02 {
  display: none;
}
#guide {
}
#guide .group_wrap {
  display: flex;
  justify-content: space-between;
}
#guide .group {
  width: calc(50% - 20px);
}
#guide .group:nth-child(1) {
  margin-bottom: 80px;
}
#guide .group .head {
  font-size: 16px;
  margin-bottom: 20px;
  /* text-align: center; */
}
#guide .group table {
  width: 100%;
}
#guide .group table tr {
  display: flex;
  padding: 30px 0;
  border-top: solid 1px hsl(20deg 12% 20% / 30%);
}
#guide .group table tr:last-child {
  border-bottom: solid 1px hsl(20deg 12% 20% / 30%);
}
#guide .group table td,
#guide .group table th {
  text-align: left;
  width: 50%;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}
#guide .group table td {
  width: calc(100% - 200px);
}
#guide .group table td span {
  margin-right: 20px;
}
#guide .group table th {
  width: 200px;
}
#guide .note {
  margin-top: 20px;
}
#guide .note ul {
}
#guide .note ul li {
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#guide .note ul li:last-child {
  margin-bottom: 0;
}
#news {
}
#news ul {
}
#news ul li {
  margin-bottom: 10px;
  background-color: hsl(0deg 0% 100% / 10%);
  border-radius: 10px;
  padding: 40px 60px;
}
#news ul li:last-child {
  /* border-bottom: solid 1px hsl(20deg 12% 20% / 30%); */
}
#news ul li a {
  display: flex;
  /* padding: 40px 0; */
  align-items: center;
  align-items: baseline;
}
#news ul li a p {
  font-size: 14px;
  letter-spacing: 0.1em;
}
#news ul li .date {
  width: 30%;
  letter-spacing: 0.05em;
}
#news ul li .tit {
  width: 70%;
  font-weight: 500;
  line-height: 1.5;
}
#q-a .accordion_wrap {
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
#q-a .accordion-toggle {
  border: solid 1px #151515;
  cursor: pointer;
  background-color: #2f2826;
  display: inline-flex;
  width: 260px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #e3d5bc;
  font-size: 13px;
  transition: 0.3s
ease;
  letter-spacing: 0.05em;
  border-radius: 100px;
  height: 60px;
}
#q-a .accordion-toggle:hover{
  opacity: 0.5;
}
#q-a .accordion-toggle .close {
  display: none;
}
#q-a .accordion-toggle.active .close {
  display: block;
}
#q-a .accordion-toggle.active .open {
  display: none;
}
#q-a .accordion {
  border-bottom: solid 1px hsl(20deg 12% 20% / 30%);
  display: none;
  width: 100%;
  margin-bottom: 40px;
}
#q-a .accordion-content {
  display: none;
}

#q-a .accordion-header {
  padding: 30px 60px 30px 0px;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  border-top: solid 1px hsl(20deg 12% 20% / 30%);
  font-size: 14px;
  letter-spacing: 0.1em;
}

#q-a .accordion-header::before,
#q-a .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 11px;
  height: 1px;
  margin: auto;
  background: #3a322e;
  transition: 0.5s;
}
#q-a .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
#q-a .accordion-header.active::after {
  transform: rotate(0deg);
}

#q-a .accordion-content {
  padding: 0px 0px 40px 0px;
  font-size: 14px;
  letter-spacing: 0.1em;
  /* line-height: 2; */
}
#q-a .accordion-content:last-child {
  /* border-bottom: solid 1px #f2f2f2; */
}
#q-a .accordion-header span,
#q-a .accordion-content span {
  padding-left: 30px;
  position: relative;
  padding-right: 30px;
  display: block;
  font-size: 14px;
}

#q-a .accordion-header span::before {
  position: absolute;
  content: "Q";
  top: 0px;
  left: 0;
  color: #151e2f;
  font-size: 14px;
}

#q-a .accordion-content span::before {
  position: absolute;
  content: "A";
  top: 0px;
  left: 0;
  color: #151e2f;
  font-size: 14px;
}

#q-a .accordion-header:hover {
  /* background-color: #f2f2f2; */
  /* color: #f1d19b; */
  opacity: 0.5;
}

#q-a .accordion-header:hover::before,
#q-a .accordion-header:hover::after {
  /* background: #f1d19b; */
}

#q-a .accordion-content span a {
  text-decoration: underline;
}

footer {
  position: relative;
  z-index: 3;
  opacity: 0.5;
}
footer .wrap {
  margin-bottom: 0;
}
footer .inner {
  padding: 30px 40px;
  display: flex;
  /* padding-left: 10%; */
  justify-content: center;
  flex-direction: column;
}
footer a {
}
footer p {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.05em;
}
footer a {
  font-size: 10px;
  /* margin-right: 10px; */
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

body.single{

}

body.single #article{

}
body.single #article .wrap{
  padding-top: 140px;
  max-width: 1000px;
  padding: 0 20px;
  padding-top: 80px;
}
body.single #article .kv{
    margin-bottom: 20px;
}
body.single #article .tit{
    margin-bottom: 60px;
    border-bottom: solid 1px #2f2826;
    padding-bottom: 40px;
}
body.single #article .tit h2{
    font-size: 24px;
    line-height: 1.5;
}
body.single #article .text{
    max-width: 760px;
    padding: 0 20px;
    margin: auto;
}
body.single #article .text p{
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
body.single #article .text p.small{
  font-size: 12px;
}
body.single #article .text img{
    margin-bottom: 20px;
}
body.single #article .text h3{
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  line-height: 1.5;
}
body.single #article .space{
  display: block;
  margin-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  body {
    font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    background: #bda06a;
    color: #151515;
  }
  #noise {
    position: fixed;
    width: 100vw;
    height: 100svh;
    background-image: url(../img/noise.jpg);
    background-size: cover;
    mix-blend-mode: overlay;
    pointer-events: none;
    top: 0;
    display: none;
  }
  #bg {
    opacity: 0.9;
  }
  .sec-tit {
    /* margin-left: 60px; */
    margin-bottom: 30px;
  }
  .sec-tit p {
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px;
  }
  .sec-tit h3 {
    font-size: 5.5vw;
    /* letter-spacing: 0.4em; */
    text-align: left;
  }
  .sec-tit h3 br {
    display: block;
  }
  .sec-tit h3.pc {
    display: none;
  }
  .sec-tit h3.sp {
    display: block;
    text-align: left;
  }
  .sec-tit h3 br {
    /* display: none; */
  }
  .vertical-rl {
    -ms-writing-mode: tb-rl;
  }
  .over-wrap-menu::after,
  .over-wrap-menu::before {
    content: "";
    width: 1px;
    height: calc(100vh + 1px);
  }

  .over-wrap-menu {
    height: 100%;
    display: flex;
    align-items: center;
    overscroll-behavior: contain;
    overflow-y: scroll;
    align-items: flex-start;
  }

  .over-wrap-menu {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .over-wrap-menu::-webkit-scrollbar {
    display: none;
  }
  .js-scroll.fadein {
    opacity: 0;
    filter: blur(10px);
    transition: 1.5s ease;
  }
  .js-scrollin.fadein {
    opacity: 1;
    filter: blur(0px);
  }

  .common_wrap {
    width: 100%;
    margin-bottom: 30%;
  }
  .common_inner {
    padding: 0 30px;
    /* padding-right: 40px; */
  }

  #full_menu {
    /* display: none; */
    /* position: fixed; */
    /* z-index: 998; */
    /* width: 100vw; */
    /* height: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* background-color: #fff; */
    /* background-image: url(../img/menu_bg.jpg); */
  }
  #full_menu #gradient-canvas {
    opacity: 1;
    z-index: 1;
  }

  #full_menu .wrap {
    height: 100%;
    width: 100%;
    /* background-image: url(../img/gradation.png); */
  }

  #full_menu .inner {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 2;
    flex-direction: column;
  }
  #full_menu .nav {
  /* display: flex; */
  /* flex-wrap: wrap; */
  }
  #full_menu .nav li {
  /* width: 50%; */
  }
  #full_menu .nav li a {
  }
  #full_menu .nav li a h2 {
    font-size: 32px;
    font-weight: 100;
  }
  #full_menu .nav li a h5 {
    font-size: 16px;
    font-weight: 100;
    margin-left: 20px;
  }
  body.menu_open main {
    /* opacity: 0; */
  }

  header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    display: block;
    /* opacity: 0; */
    /* filter: blur(10px); */
    transition: 2s ease 4s;
    transition-property: opacity, filter;
  }
  body.onload_2 header {
    /* opacity: 1; */
    /* filter: blur(0px); */
  }
  header .wrap {
  }
  header .inner {
    padding: 30px 30px;
    justify-content: space-between;
    align-items: flex-start;
  }
  header .logo {
    display: block;
    width: 120px;
  }
  header .logo a {
    display: block;
    line-height: 0;
    transition: opacity 0.5s;
  }
  header .logo a:hover {
    opacity: 0.5;
  }
  header .nav {
    display: none;
  }
  header .nav li {
    margin-left: 40px;
  }
  header .nav li a {
    font-size: 12px;
    position: relative;
    transition: color 0.5s;
  }
  header .nav li a:hover {
    color: #77d1db;
  }

  header .humb {
    display: block;
  }

  header .humb_wrap {
  }

  header .humb_wrap span {
    height: 1px;
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease 0s;
  }

  header .humb {
    display: block;
  }

  header .humb_wrap {
  }

  header .humb_wrap span {
    height: 1px;
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease 0s;
    transform-origin: center;
  }

  header .humb_wrap span:nth-child(1) {
  }

  header .humb_wrap span:nth-child(2) {
  }
  header .humb_wrap span:nth-child(3) {
  }
  header .humb.active .humb_wrap span:nth-child(1) {
    transform: rotate(45deg) translate(7px, -3px);
  }

  header .humb.active .humb_wrap span:nth-child(2) {
    opacity: 0;
  }
  header .humb.active .humb_wrap span:nth-child(3) {
    transform: rotate(-45deg) translate(10px, 0px);
  }
  #fixed {
    /* display: none; */
    position: absolute;
    width: 100%;
  }
  #fixed .wrap {
    height: 100svh;
  }
  #fixed .inner {
    height: 100%;
    padding: 20px;
    position: relative;
  }
  #fixed .head {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 70px);
  }
  #fixed .head .group {
    line-height: 0;
  }
  #fixed .head .group_logo {
    display: none;
  }
  #fixed .head .group_01 {
    margin-bottom: 10px;
    width: 30%;
  }
  #fixed .head .group_02 {
    width: 30%;
    margin-bottom: 20px;
  }
  #fixed .head .group_03 {
    width: 60%;
    margin-bottom: 10px;
  }
  #fixed .head .group_04 {
    width: 60%;
    margin-bottom: 0;
  }
  #fixed .head .nav {
    display: none;
  }
  #fixed .food {
    /* display: none; */
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 70px;
    justify-content: flex-end;
  }
  #fixed .food a {
    line-height: 0;
    display: block;
    width: 20px;
    margin-right: 0;
    max-width: 20px;
    margin-left: 30px;
  }
  #fixed .food a:nth-child(1) {
    margin-left: 0;
  }
  #fixed .food a span {
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    display: block;
  }
  #fixed .food a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  main {
  }
  #fv {
  }
  #fv .wrap {
    width: 100%;
    /* margin-bottom: 100px; */
  }
  #fv .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
  }
  #fv .logo {
    /* height: 40%; */
    /* text-align: center; */
    /* right: 0; */
    /* top: -2%; */
    width: 70%;
    margin-right: auto;
  }
  #fv .logo.pc {
    display: none;
  }
  #fv .logo.sp {
    display: block;
  }
  #fv .logo img {
    /* height: 100%; */
    /* width: auto; */
  }
  #about {
    width: 100vw;
  }
  #about .wrap {
  }
  #about .inner {
  }
  #about .text_area {
    /* height: 60svh; */
  }
  #about .text_area.pc {
    display: none;
  }
  #about .text_area.sp {
    display: block;
  }
  #about .text_area p {
    font-size: 3.4vw;
    line-height: 1.8;
    /* letter-spacing: 0.15em; */
    text-align: left;
  }
  #recruit {
    width: 100vw;
  }
  #recruit .wrap {
  }
  #recruit .inner {
  }
  #recruit .text_area p {
    font-size: max(3.1vw, 12px);
    line-height: 2;
    letter-spacing: 0.15em;
  }
  #recruit .text_area {
    /* height: 50svh; */
    text-align: left;
    margin-bottom: 40px;
  }
  #recruit .btn a {
    width: 70%;
    /* padding: 20px; */
    font-size: 12px;
  }
  #recruit .btn {
    text-align: left;
    /* margin-top: 60px; */
  }
  #access {
  }
  #access .wrap {
    margin-bottom: 10%;
  }
  #access .inner {
    /* padding: 0; */
  }
  #access .iframe_area {
    padding-bottom: 100%;
  }
  #access .iframe_bg {
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-color: #feeac3; */
  }
  #access .iframe_wrap {
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* z-index: 1; */
    /* mix-blend-mode: multiply; */
    /* opacity: 0.5; */
  }
  #access .iframe_wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: grayscale(1);
  }
  #access .address p {
    /* margin-bottom: 5px; */
    /* font-size: 12px; */
    /* word-break: break-word; */
    text-align: left;
    font-size: 12px;
  }
  footer {
  }
  footer .wrap {
  }
  footer .inner {
    padding: 30px 30px;
    padding-bottom: 100px;
    text-align: left;
    align-items: flex-start;
  }
  footer p {
    font-size: 10px;
  }
  #steam.before {
    /* opacity: 0; */
  }
  #steam.after {
  }
  #steam.after video {
    transform: scale(4) translateY(-20%);
  }
  #steam.before video {
    transform: scale(3) translateY(-10%);
    opacity: 1;
  }
  .op_text img {
    width: 40%;
  }
  #enjoy .img_area .img_wrap {
    /* padding: 80px 0px; */
    /* width: 90%; */
    /* height: max-content; */
  }
  #enjoy .img_area .img_wrap .sp {
    display: block;
  }
  #enjoy .img_area .img_wrap .pc {
    display: none;
  }
  #enjoy .inner {
    padding: 0 0px;
  }
  #enjoy .sec-tit {
    padding: 0 20px;
  }
  #enjoy .swiper-wrapper {
    padding: 0;
  }
  #crowdfunding .text_area {
    display: flex;
    text-align: center;
    display: flex;
    justify-content: left;
  }

  #crowdfunding .wrap {
    margin-bottom: 40%;
  }
  #features ul {
    display: block;
  }
  #features ul li {
    flex-direction: column;
    padding: 40px 30px;
    align-items: center;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 50px;
  }
  #features .text p {
    font-size: 13px;
  }
  #features .text p br {
    display: none;
  }

  #features .text {
    padding: 0;
  }
  #features .text .tit {
    height: auto;
    margin-bottom: 20px;
  }
  #features .icon {
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
  }
  #features .text h4 {
    text-align: center;
    /* margin-bottom: 20px; */
    font-size: 18px;
  }
  #enjoy .img_area {
    padding: 100px 60px;
  }
  #guide .group table td,
  #guide .group table th {
    font-size: 14px;
  }
  #guide .group table th {
    width: 100px;
  }
  #guide .group table tr {
    padding: 20px 0px;
  }
  #guide .group table td {
    width: calc(100% - 100px);
  }
  #guide .group table td span {
    display: block;
  }
  #news ul li a {
    display: block;
  }
  #news ul li {
    padding: 30px 30px;
    border-radius: 6px;
  }
  #news ul li .date {
    margin-bottom: 10px;
    font-size: 11px;
  }
  #news ul li .tit {
    width: 100%;
    font-size: 13px;
  }
  #guide .group .head {
    font-size: 16px;
  }
  #guide .note ul li {
    font-size: 12px;
  }
  #q-a .accordion-header {
    font-size: 13px;
    padding: 20px 40px 20px 0px;
  }
  #q-a .accordion-content {
    font-size: 13px;
    padding: 20px 0px 40px 0px;
  }
  #floor .sec-tit {
    padding-left: 30px;
  }
  #floor .swiper-slide {
    padding: 0 0px;
  }
  #floor .swiper-button {
    width: 40px;
    /* height: 40px; */
    top: -30%;
  }
  #floor .swiper-button .arrow {
    width: 20px;
    height: 20px;
  }
  #floor .thumb_wrap {
    margin-bottom: 20px;
  }
  #floor .text {
    padding: 0 30px;
  }
  #floor .guide_wrap.pc {
    display: none;
  }
  #floor .guide_wrap.sp {
    display: block;
    padding: 0;
  }
  #floor .guide_wrap .swiper-button {
    top: 0;
  }
  #floor .guide_wrap {
    padding: 0 0px;
  }
  #floor .guide_wrap .thumb_wrap {
    padding: 0 30px;
  }
  #floor .floor_img {
    margin-bottom: 60px;
  }
  #floor .floor_img .thumb_wrap {
    margin-bottom: 15px;
  }
  #floor .floor_img .head h4 {
    font-size: 16px;
  }
  #floor .floor_img .head p {
    font-size: 12px;
  }
  #floor .floor_img .detaile p {
    font-size: 12px;
  }
  #crowdfunding .text_area iframe.size02 {
    display: block;
    transform: scale(1.1);
    transform-origin: top left;
  }
  #crowdfunding .text_area iframe.size01 {
    display: none;
  }
  #crowdfunding .text_area iframe.size02 {
  }
  #head_sns {
    bottom: 20px;
  }
  #head_reservation {
    bottom: 0px;
  }
  #guide .group_wrap {
    display: block;
  }
  #guide .group {
    width: 100%;
  }
  #enjoy .slide_inner {
    padding: 40px;
  }
  #enjoy .swiper-slide {
    padding: 0 5px;
  }
  #q-a .accordion_wrap {
    display: block;
  }
  #q-a .accordion-toggle {
    font-size: 14px;
    width: 70%;
    /* padding: 20px; */
    font-size: 11px;
  }
  #about .sec-tit h3 {
    font-size: 5vw;
  }
  #guide .group:nth-child(1) {
    margin-bottom: 50px;
  }
  body.single #article .wrap{
    padding: 0 30px;
    padding-top: 80px;
  }
    body.single #article .inner{
    padding: 0;
}
  body.single #article .text{
    padding: 0;
  }
  body.single #article .tit h2{
    font-size: 20px;
  }
  body.single #article .tit{
    margin-bottom: 40px;
  }
  body.single #article .text p{
    font-size: 14px;
    margin-bottom: 20px;
  }
  body.single #article .text h3{
    font-size: 18px;
  }
    body.single #article .text p br{
    display: none;
}
    body.single #article .text p.small{
    font-size: 12px;
}
}
