@charset "UTF-8";
@font-face {
  font-family: "Helvetica Now";
  src: url("../fonts/HelveticaNowDisplay.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 20%;
  line-gap-override: normal;
  advance-override: 0;
}
@font-face {
  font-family: "Helvetica Now";
  src: url("../fonts/HelveticaNowDisplayMedium.woff2") format("woff2"), url("../fonts/HelveticaNowDisplayMedium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 20%;
  line-gap-override: normal;
  advance-override: 0;
}
/* @font-face {
  font-family: "SourceHanSans";
  src: url("../fonts/SourceHanSans-Regular.woff2") format("woff2"), url("../fonts/SourceHanSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 20%;
  line-gap-override: normal;
  advance-override: 0;
}
@font-face {
  font-family: "SourceHanSans";
  src: url("../fonts/SourceHanSans-Bold.woff2") format("woff2"), url("../fonts/SourceHanSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 20%;
  line-gap-override: normal;
  advance-override: 0;
} */
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 Now", "source-han-sans-japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #ffffff;
  color: #333;
  letter-spacing: 0.15em;
  position: relative;
}
body {
  position: relative;
  cursor: none; /*もともとあるカーソルは見えなくなるようにする*/
}

h1 {
  font-size: 36px;
  font-weight: normal;
}
h2 {
  font-size: 40px;
  font-weight: normal;
}
h3 {
  font-size: 24px;
  font-weight: normal;
}
h4 {
  font-size: 20px;
  font-weight: normal;
}
h5 {
  font-size: 18px;
  font-weight: normal;
}
h6 {
  font-size: 14px;
    font-weight: normal;
}
p {
  font-size: 14px;
  font-weight: normal;
}
.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100svh + 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-layer {
  opacity: 0;
}
.js-fadein {
  opacity: 0;
  transition: opacity 2s;
}
.js-fadein.js-scrollin {
  opacity: 1;
}
.js-scroll {
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
main.page {
  opacity: 0;
  transition: opacity 2s;
}
main {
  /* background-image: url(../img/bg_pc.jpg); */
  /* background-repeat: repeat; */
  /* background-size: contain; */
  position: relative;
}
.gradient {
  position: absolute;
  width: 100%;
  height: calc(100% - 66vw);
  background-color: #000;
  z-index: 1;
  top: 66vw;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
}
.all_bg {
  position: absolute;
  background-image: url(../img/bg_pc.jpg);
  background-repeat: repeat;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* transition: 2s; */
  /* filter: blur(10px); */
  /* opacity: 0; */
}
.arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: 0.3s;
}
.arrow-right::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 0;
  box-sizing: border-box;
  transition: 0.3s;
}
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  position: relative;
  width: 20px;
  height: 20px;
  transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.common_btn a {
  display: inline-flex;
  align-items: center;
  /* border: solid 1px #333; */
  /* padding: 5px; */
  transition: 0.3s;
  padding: 20px;
  padding-left: 0;
}
.common_btn p {
  font-size: 14px;
  margin-right: 5px;
  line-height: 1;
}
.common_btn .arrow-right {
  color: #333;
}
.common_btn .arrow-right::before {
  border-color: #333;
}
.common_btn a:hover {
  /* background-color: #2a514d; */
  /* color: #fff; */
  color: #2a514d;
  opacity: 0.5;
}
.common_btn a:hover .arrow-right {
  /* color: #fff; */
  color: #2a514d;
  opacity: 0.5;
}
.common_btn a:hover .arrow-right::before {
  /* border-color: #ffffff; */
}
.sec_head {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  border-top: solid 1px #999;
  z-index: 1;
  position: relative;
}

.sec_head .sec_head_left {
  display: flex;
  align-items: center;
}
.sec_head .sec_head_left svg {
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
.sec_head p {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.common_wrap {
  padding: 100px 80px 200px;
}
.onload .all_bg {
  /* filter: blur(0px); */
  /* opacity: 1; */
}
.onload main.page {
  opacity: 1;
}
.sample_bg {
  background-image: url(../img/rooms_top.jpg);
  background-position: center;
  background-size: cover;
}
.img_green_over {position: relative;}
.img_green_over::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a514d;
  z-index: 1;
  mix-blend-mode: screen;
  transition: 1s;
  transition-delay: 1s;
}
.img_green_over.js-scrollin::before {
  opacity: 0;
}
.img_green_over .img_green_under {
  filter: grayscale(1);
  transition: 1s;
  transition-delay: 1s;
}
.img_green_over.js-scrollin .img_green_under {
  filter: grayscale(0);
}

#js-mouse {
  pointer-events: none;
  position: fixed;
  top: -25px;
  left: -25px;
  width: 50px;
  height: 50px;
  border: solid 1px #d4d4d4;
  /* background-color: rgb(255 255 255 / 100%); */
  border-radius: 50%;
  transform: translate(0, 0);
  transition: all 0.3s ease-out;
  z-index: 9999;
  opacity: 0;
  /* mix-blend-mode: difference; */
}
#js-cursor {
  pointer-events: none;
  position: fixed;
  top: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  background-color: rgb(0 0 0 / 20%);
  border-radius: 50%;
  transform: translate(0, 0);
  transition: width 0.3s ease-out, height 0.3s ease-out;
  z-index: 10000;
  opacity: 0;
}

#js-mouse.js-hover {
  opacity: 0.2 !important;
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
}
#js-cursor.js-hover {

}

header {
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 101;
  top: 0;
  background-color: #fff;
}

header .wrap {
  height: 100%;
}
header .inner {
  height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #999;
}
header .logo {
  width: 60px;
}
header .logo a {
  line-height: 0;
  display: block;
  width: 100%;
  transition: opacity 0.5s;
}
header .logo a:hover {
  opacity: 0.3;
}
header .logo svg {
  fill: #151515;
  width: 100%;
  transition: 0.5s;
}
.home header .logo svg {
  fill: #333;
}
header.change .logo svg {
  fill: #151515;
}
header .menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  display: none;
}
header .menu .humb {
  position: relative;
  height: 30px;
  width: 40px;
  transition: opacity 0.5s;
}
header .menu .humb:hover {
  opacity: 0.3;
}
header .menu p {
  font-size: 12px;
}
header .menu .humb span {
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #151515;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scaleY(1.2);
  transform-origin: center;
  transition: 0.3s;
}

header .menu .humb span:nth-child(1) {
  bottom: auto;
  top: 10px;
}

header .menu .humb span:nth-child(3) {
  top: auto;
  bottom: 10px;
}

header.menu-open .menu .humb span:nth-child(1) {
  rotate: 45deg;
  translate: 0px 4px;
}
header.menu-open .menu .humb span:nth-child(2) {
  opacity: 0;
}
header.menu-open .menu .humb span:nth-child(3) {
  rotate: -45deg;
  translate: 0px -4px;
}
header .nav {
  display: flex;
  align-items: center;
}
header .nav ul {
  display: flex;
  align-items: center;
}
header .nav ul li {
  margin-left: 20px;
}
header .nav ul li a {
  transition: 0.5s;
}
header ul li a:hover {
  opacity: 0.5;
  color: #2a514d;
  opacity: 0.5;
}
header ul li a p {
  /* color: #151515; */
  font-size: 12px;
  font-weight: bold;
  transition: 0.5s;
}
header .nav ul li a p {
  /* color: #333; */
  letter-spacing: 0.1em;
}
header.change .nav ul li a p {
  color: #151515;
}

header .lang {
  position: relative;
  padding-left: 30px;
  margin-left: 40px;
}
header .lang::before {
  content: "";
  width: 1px;
  background-color: #999;
  height: 71px;
  position: absolute;
  left: 0;
  top: -29px;
}
header .lang span {
  /* opacity: 0.5; */
}
header .lang .bogoflags {
  display: none;
}
header ul.lang li {
  margin-left: 0;
}

header ul.lang li a {
  /* color: #151515; */
  font-size: 12px;
  font-weight: bold;
  transition: 0.5s;
}
header ul.lang li .last {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}
header ul.lang li .current a {
  opacity: 0.5;
  pointer-events: none;
}
header ul.lang li .last:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60%;
  width: 1px;
  background-color: #999;
}
header.fv_area .lang ul li a {
  color: #fff;
}
header.fv_area ul.lang li .last:before {
  background-color: #fff;
}
header.fv_area {
  background: unset;
}
header.fv_area .logo svg {
  fill: #fff;
}
header.fv_area .nav ul li a p {
  color: #fff;
}
header.fv_area .inner {
  border-color: #fff;
}
header.fv_area .lang::before {
  background-color: #fff;
}

#full-menu {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

#full-menu .wrap {
  height: 100%;
  width: 100%;
}

#full-menu .inner {
  width: 100%;
  padding: 0 20px;
  height: 100%;
}

#full-menu .link {
  /* padding: 100px 40px; */
  width: 100%;
  /* padding-top: 100px; */
}
#full-menu ul {
}
#full-menu ul.main {
  padding-top: 140px;
  margin-bottom: 40px;
}
#full-menu ul.main li {
  /* margin-bottom: 20px; */
  /* border-top: solid 1px #ebebeb; */
}
#full-menu ul.main li:last-child {
    /* border-bottom: solid 1px #ebebeb; */
}
#full-menu ul.main a{
    transition: opacity 0.5s;
    padding: 10px 0;
}
#full-menu ul li a {
  display: inline-block;
  /* text-decoration: underline; */
  transition: opacity 0.5s;
  /* padding: 20px 0; */
}
#full-menu ul li a:hover {
  opacity: 0.3;
}
#full-menu ul li a p {
  font-size: 18px;
}
#full-menu ul.lang li {
  margin: unset;
}
#full-menu ul.lang li .last {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
#full-menu ul.lang li a p span {
  opacity: 0.5;
}

#full-menu ul.lang .bogoflags {
  display: none;
}
#full-menu ul.lang a ,
#full-menu ul.lang span{
  font-size: 16px;
  line-height: 1;
}
#full-menu ul.lang .current a{
  opacity: 0.5;
}
#full-menu ul.lang .bogo-language-switcher {
  display: flex;
}
#full-menu ul.lang .last:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60%;
  width: 1px;
  background-color: #151515;
}
#full-menu .lang{
  /* margin-bottom: 50px; */
  position: absolute;
  right: initial;
  bottom: 20px;
}
#full-menu .ig{
  width: 20px;
}
#fix {
}
#fix .logo {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 260px;
  z-index: 101;
}
#fix .logo svg {
  margin-bottom: 10px;
  fill: #151515;
}
#fix .logo p {
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#fix .book-now {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 101;
}
#fix .book-now a {
  display: flex;
  align-items: center;
  transition: opacity 0.5s;
  /* pointer-events: none; */
  background-color: #2a514d;
  padding: 15px 30px;
  padding-top: 20px;
  /* border-top-right-radius: 4px; */
  border-top-left-radius: 4px;
}
#fix .book-now a:hover {
  opacity: 0.3;
}
#fix .book-now p {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  /* margin-right: 5px; */
  color: #fff;
  transition: 0.5s;
  color: #fff;
  margin-right: 5px;
  letter-spacing: 0.1em;
}
.home #fix .book-now p {
  /* color: #fff; */
  /* margin-right: 5px; */
}
#fix .book-now .arrow-right {width: 16px;}
#fix .book-now .arrow-right::before{
  width: 6px;
  height: 6px;
}
#fix.change .book-now p {
  color: #151515;
}
footer {
  background-color: #f9f9f9;
  position: relative;
  z-index: 2;
}
footer .logo {
  line-height: 0;
  width: 260px;
  margin-bottom: 30px;
}
footer .ig{
  width: 20px;
  margin-bottom: 30px;
}
footer .ig a{
  display: block;
  line-height: 1;
  transition: opacity .5s;
}
footer .ig a:hover{
  opacity:0.5
}
footer .info {
  display: flex;
  padding-bottom: 60px;
  align-items: flex-start;
}
footer .info ul.desc {
  width: calc(100% - 500px);
  /* width: 80%; */
}
footer .info ul.restaurant-hours {
  width: 200px;
  width: 20%;
}
footer .info ul.link {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
}
footer .info ul.desc li {
  margin-bottom: 20px;
}
footer .info ul.desc li .head {
  margin-bottom: 5px;
  /* font-weight: bold; */
  font-size: 12px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
footer .info ul.restaurant-hours .head {
  margin-bottom: 5px;
  /* font-weight: bold; */
  font-size: 11px;
  font-weight: bold;
}
footer .info ul.desc li p {
  font-size: 10px;
  margin-bottom: 4px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
footer .info ul.desc li p br {
  /* display: none; */
}

footer .info ul li .detail {
}

footer .info ul li table {
  width: 100%;
}
footer .info ul li table tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .info ul li table tr td {
  font-size: 10px;
  /* padding-bottom: 5px; */
}
footer .info ul li table tr td:nth-child(1) {
  /* width: 80px; */
}
footer .info ul li table tr td:nth-child(2) {
  /* width: calc(100% - 80px); */
}
footer .info ul li table tr td p {
  font-size: 10px;
}
footer .wrap {
  padding: 80px 40px 20px 40px;
}
footer .inner {
  /* border-top: solid 1px #eeeeee; */
  /* padding-top: 60px; */
}
footer .link {
}
footer .link a {
  display: block;
  transition: opacity 0.5s;
  /* text-decoration: underline; */
}
footer .link a:hover {
  opacity: 0.3;
  color: #2a514d;
  opacity: 0.5;
}
footer .link a p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}
footer ul.link li {
  margin-bottom: 15px;
  width: 33.333%;
}
footer .copy{
  display: flex;
}
footer .copy p {
  font-size: 8px;
  /* text-align: right; */
  /* padding-left: 45%; */
  line-height: 1;
  letter-spacing: 0.05em;
}
footer .copy a{
  margin-right: 20px;
  transition: opacity .5s;
}
footer .copy a:hover{
  opacity: 0.5;
}
#reservation_sec {
  position: relative;
  /* background-color: #2a514d; */
  aspect-ratio: 2 / 1;
}
#reservation_sec .common_wrap,
#page #reservation_sec .common_wrap {
  padding: 300px 40px 360px;
}
#reservation_sec .sec_head p {
  color: #fff;
}
#reservation_sec .sec_head svg {
  fill: #fff;
}
#reservation_sec .link {
  z-index: 1;
  color: #fff;
  position: relative;
  text-decoration: underline;
  padding: 40px;
  display: inline-block;
}
#reservation_sec .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* z-index: -2; */
  transition: 0.5s;
  background-position: center;
  background-size: cover;
  /* opacity: 0.2; */
  filter: brightness(1) grayscale(1) contrast(2);
  transition: 1s;
}
#reservation_sec .bg_wrap {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#reservation_sec .bg_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a514d;
  z-index: 1;
  mix-blend-mode: screen;
  transition: 1s;
  /* transition-delay: 1s; */
  z-index: 1;
}
#reservation_sec .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#reservation_sec .bg_wrap.hover {
  /* filter: brightness(0.8); */
}
#reservation_sec .bg_wrap.hover:before {
  opacity: 0;
}
#reservation_sec .bg_wrap.hover  .bg {
  filter: brightness(0.5) grayscale(0) contrast(1);
}
