@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.1em;
  position: relative;
}
body {
  position: relative;
  cursor: none; /*もともとあるカーソルは見えなくなるようにする*/
}
body.modal-open{
  overflow: hidden;
}
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 {
  position: relative;
  opacity: 0;
  transition: 1s;
}
.onload main {
  opacity: 1;
}
.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: 12px;
  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: #EE5340; */
  /* color: #fff; */
  /* color: #ee5340; */
  opacity: 0.5;
}
.common_btn a:hover .arrow-right {
  /* color: #fff; */
  /* color: #ee5340; */
  opacity: 0.5;
}
.common_btn a:hover .arrow-right::before {
  /* border-color: #ee5340; */
}
.sec_head {
  display: flex;
  justify-content: space-between;
  padding: 20px 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: 80px 80px 100px;
}
.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: #ee5340;
  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 {
}

.img_color_over {
  position: relative;
}
.img_color_over::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #55bdcb;
  z-index: 1;
  mix-blend-mode: screen;
  transition: 1s;
  transition-delay: 1s;
  transition-delay: 0s;
}
.img_color_over.js-scrollin::before {
  opacity: 0;
}
.img_color_over .img_color_under {
  filter: grayscale(1);
  transition: 1s;
  transition-delay: 1s;
  transition-delay: 0s;
}
.img_color_over.js-scrollin .img_color_under {
  filter: grayscale(0);
}
#location .unit ul li.roppongi .img_color_over::before {
  background-color: #898a8e;
}
#location .unit ul li.kobe .img_color_over::before {
  background-color: #55bdcb;
}
#location .unit ul li.fukuoka .img_color_over::before {
  background-color: #f15340;
}
#location .unit ul li.nagoya .img_color_over::before {
  background-color: #2e514d;
}
#location .unit ul li.nagoya_sakae .img_color_over::before {
  background-color: #D7D2CB;
}
header {
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 999;
  top: 0;
  background-color: #fff;
}

header .wrap {
  height: 100%;
  position: relative;
  z-index: 999;
}
header .inner {
  height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #999;
  transition: 0.5s;
}
header .logo {
  width: 70px;
}
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;
}
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;
  font-size: 12px;
  /* font-weight: bold; */
  height: 100%;
}
header .header_location_link {
}

header .header_location_link a {
  padding-right: 15px;
  position: relative;
  margin-right: 25px;
  transition: 0.5s;
}
header .header_location_link a:hover {
  opacity: 0.5;
}
header .header_location_link a::before {
  content: "";
  width: 9px;
  height: 1px;
  position: absolute;
  background-color: #000;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .header_location_link a::after {
  content: "";
  width: 1px;
  height: 9px;
  position: absolute;
  background-color: #000;
  right: 4px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
header .header_culture-guide_link {
}
header .header_culture-guide_link a {
  transition: 0.5s;
}

header .header_culture-guide_link a:hover {
  opacity: 0.5;
}

header .header_ig_link {
  height: 100%;
  width: 70px;
}
header .header_ig_link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  transition: 0.5s;
}
header .header_ig_link a:hover {
  opacity: 0.5;
}
header .lang {
  position: relative;
  padding-left: 30px;
  margin-left: 0px;
}
header .lang::before {
  content: "";
  width: 1px;
  background-color: #999;
  height: 71px;
  position: absolute;
  left: 0;
  top: -29px;
}

header .lang .bogo-language-switcher {
  display: flex;
}
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: 13px;
  font-weight: bold;
  transition: 0.5s;
  opacity: 0.5;
}
header ul.lang li .last {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}
header ul.lang li .current a {
  opacity: 1;
  pointer-events: none;
}
header ul.lang li a:hover {
  opacity: 1;
}
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 .humb {
  display: none;
}
header .humb {
  display: flex;
  align-items: center;
  cursor: pointer;
  display: none;
  height: 100%;
  position: relative;
  padding: 0 20px;
}
header .humb_wrap {
  position: relative;
  height: 29px;
  width: 30px;
  transition: opacity 0.5s;
}
header .humb:before {
  content: "";
  height: 60px;
  width: 1px;
  background-color: #999;
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 0;
}
header .humb:hover {
  /* opacity: 0.3; */
}

header .humb span {
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scaleY(1.2);
  transform-origin: center;
  transition: 0.3s;
  transition: 0.5s;
  background-color: #151515;
}
body.home header .humb span {
}

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

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

header.menu-open .humb span:nth-child(1) {
  rotate: 45deg;
  translate: 0px 4px;
}
header.menu-open .humb span:nth-child(2) {
  opacity: 0;
}
header.menu-open .humb span:nth-child(3) {
  rotate: -45deg;
  translate: 0px -4px;
}
body header .inner {
  border-color: #999;
}
body header .lang::before {
  /* background-color: #fff; */
}

body header.no_fv_area .lang ul li a {
  color: inherit;
}
body header.no_fv_area ul.lang li .last:before {
  background-color: #999;
}
body header.no_fv_area {
  /* background: unset; */
  background-color: #fff;
}
body header.no_fv_area .logo svg {
  fill: inherit;
}
body header.no_fv_area .nav ul li a p {
  color: inherit;
}
body header.no_fv_area .inner {
  border-color: #999;
}
body header.no_fv_area .lang::before {
  background-color: #999;
}

/* LOCATIONの文字 */
.header_location_link {
  cursor: pointer;
}

/* ヘッダー下のメニュー */
.header_location_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-20px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s ease;
  z-index: 998;
  border-bottom: solid 1px #dedede;
}

/* 表示 */
header.location-menu-open .header_location_menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.header_location_menu_inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px;
  max-width: 1200px;
  margin: auto;
}
.header_location_menu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.header_location_menu ul li {
}
.header_location_menu a {
  transition: 0.5s;
}
.header_location_menu a:hover {
  opacity: 0.3;
}
.header_location_menu_item {
}
.header_location_menu .name {
  font-size: 14px;
  /* letter-spacing: 0.1em; */
  line-height: 1;
}
.header_location_menu .blh {
  font-size: 10px;
  margin-bottom: 8px;
  opacity: 0.5;
  /* letter-spacing: 0.1em; */
  line-height: 1;
}

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

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

#full-menu .inner {
  width: 100%;
  padding: 0 20px;
  height: 100%;
}
#full-menu .link_wrap {
  padding-top: 120px;
  margin-bottom: 40px;
}
#full-menu .culture-guide_link {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#full-menu .culture-guide_link a {
  font-size: 14px;
}

#full-menu .link_wrap ul {
  margin-bottom: 40px;
}
#full-menu .link_wrap ul li {
}
#full-menu .link_wrap ul li a {
  padding: 15px 0pc;
  border-bottom: solid 1px #dedede;
  position: relative;
  transition: 0.5s;
  display: block;
}
#full-menu .link_wrap ul li a .blh {
  font-size: 10px;
  margin-bottom: 8px;
  opacity: 0.5;
  line-height: 1;
}
#full-menu .link_wrap ul li a .name {
  line-height: 1;
}
#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: 12px;
  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 .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: 220px;
  margin-bottom: 30px;
}
footer .ig {
  width: 18px;
  margin-bottom: 50px;
}
footer .ig a {
  display: block;
  line-height: 1;
  transition: opacity 0.5s;
}
footer .ig a:hover {
  opacity: 0.5;
}
footer .info {
  display: flex;
  padding-bottom: 60px;
  align-items: flex-start;
  align-items: center;
}
footer .info ul.desc {
  /* width: calc(100% - 500px); */
  /* width: 80%; */
  display: flex;
  margin-left: 10px;
}
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; */
  margin-left: 10px;
}
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 a {
  transition: 0.5s;
}
footer .info ul.desc li a:hover {
  opacity: 0.5;
}
footer .info ul.desc li p {
  font-size: 12px;
  /* margin-bottom: 4px; */
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
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: 100px 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: #ee5340;
  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 0.5s;
}
footer .copy a:hover {
  opacity: 0.5;
}
footer .other_site {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
footer .other_site .ig {
  margin-right: 20px;
  width: 15px;
}
footer .other_site ul {
  display: flex;
  gap: 20px;
}
footer .other_site ul li {
}
#reservation_sec {
  position: relative;
  /* background-color: #EE5340; */
  aspect-ratio: 2 / 1;
}
footer .other_site ul li a {
  transition: opacity 0.5s;
}
footer .other_site ul li a p {
  /* font-weight: bold; */
  font-size: 12px;
  /* letter-spacing: 0.1em; */
}

footer .other_site ul li a:hover {
  opacity: 0.5;
}

#fv {
  position: relative;
  overflow: hidden;
}
#fv .wrap {
  height: 100svh;
  /* width: 100vw; */
  position: relative;
  /* padding: 0 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
#fv .inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fv .video_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fv .video_wrap video {
  width: 100%;
  transform: scale(1.1);
  position: relative;
  /* top: -5%; */
}
.onload #fv .kv {
  /* transform: scale(1); */
  filter: blur(0px);
  opacity: 1;
}
#concept {
  /* margin-top: -6%; */
  z-index: 1;
  position: relative;
}
#concept .wrap {
  padding-top: 0;
  padding-bottom: 0;
}
#concept .read {
  margin-bottom: 50px;
}
#concept .read .en {
  /* margin-bottom: 30px; */
  /* letter-spacing: 0.02em; */
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 100;
  /* color: #fff; */
}
#concept .read .jp {
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 22px;
  /* color: #fff; */
}
#concept .read .jp br {
  display: none;
}
#concept .text {
  display: flex;
}
#concept .text .group {
  /* width: 50%; */
}
#concept .text .group.en {
  padding-left: 40px;
  display: none;
}
#concept .text .group p {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 16px;
  /* color: #fff; */
}
#concept .text .group p:last-child {
  margin-bottom: 0;
}
#concept .text .group p br {
  /* display: none; */
}
#concept .text .group.en p {
  font-weight: 100;
  font-size: 10px;
}
#culutureguide {
}

#culutureguide .text_area {
  width: 50%;
}
#culutureguide .text_area .tit {
  margin-bottom: 10px;
  font-size: 22px;
}
#culutureguide .text_area .disc {
  line-height: 1.8;
}
#culutureguide .thumb_area {
  margin-bottom: 20px;
}
#culutureguide .sp {
  display: none;
}
#culutureguide .common_btn .arrow-right {
  background-color: #00000000;
  width: 9px;
}
#culutureguide .common_btn .arrow-right::before {
  width: 6px;
  height: 6px;
}
.onload #fv .inner {
}
.onload #fv .logo:before {
  transform: scaleX(0);
}
.onload #fv .logo:after {
  transform: scaleX(1);
}
.onload #fv .layer .layer_img::before {
  transform: scaleX(0);
}
.onload #fv .logo {
  opacity: 0;
}
.onload header {
  /* opacity: 1; */
  /* transform: translate(0%, 0%); */
}
.onload #fix .logo {
  opacity: 1;
  transform: translate(0%, 0%);
}
.onload #fix .book-now {
  /* opacity: 1; */
  /* transform: translate(0%, 0%); */
}
#fv .scroll {
  position: absolute;
  right: 25px;
  writing-mode: vertical-rl;
  bottom: 60px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #999;
}
/* 線のアニメーション部分 */
#fv .scroll::before {
  animation: scroll 3s infinite;
  background-color: #cdcdcd;
  bottom: -60px;
  content: "";
  height: 50px;
  left: -1px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

#location {
}
#location .wrap {
  padding: 80px 60px 140px;
}
#location .inner {
}

#location .unit {
}
#location .unit ul {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 40px;
}
#location .unit ul li {
}
#location .unit a {
  padding: 20px;
  display: block;
}
#location .unit .js-scrollin .thumb {
  transform: scale(1);
}
#location .unit ul li a:hover .thumb {
  transform: scale(1.02);
}
#location .unit a:hover .img_color_over.js-scrollin::before {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0s;
}
#location .unit a:hover .img_color_under {
  filter: grayscale(1);
  transition: 0.5s;
  transition-delay: 0s;
}
#location .unit .num {
  margin-bottom: 10px;
}
#location .unit .num p {
  font-size: 12px;
}
#location .unit .thumb_area {
  aspect-ratio: 4 /5;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
#location .unit .thumb_area .img_color_under {
  width: 100%;
  height: 100%;
}
#location .unit .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: 1s;
  transform: scale(1.05);
}

#location .unit .text_area {
  /* display: flex; */
  /* justify-content: space-between; */
}
#location .unit .text_area p {
}
#location .unit .text_area .place {
  /* width: 50%; */
}
#location .unit .text_area .name {
  /* width: 50%; */
  font-size: 16px;
  /* letter-spacing: 0.1em; */
  line-height: 1;
}
#location .unit .text_area .blh {
  font-size: 10px;
  margin-bottom: 8px;
  opacity: 0.5;
  line-height: 1;
}
#map {
  /* margin-top: -30%; */
}
#map .wrap {
  /* padding-top: 0; */
  padding-right: 20px;
}
#map .inner {
  position: relative;
}
#map .text_area {display: inline-block;position: relative;z-index: 1;}
#map .text_area .list {
}
#map .text_area .list ul {
  width: 400px;
}
#map .text_area .list ul li {
  margin-bottom: 10px;
}
#map .text_area .list ul li a {
  display: flex;
  align-items: center;
  padding: 15px 0pc;
  border-bottom: solid 1px #dedede;
  position: relative;
  padding-left: 15px;
  transition: 0.5s;
  justify-content: flex-start;
}
#map .text_area .list ul li a:hover {
  opacity: 0.3;
}
#map .text_area .list ul li a::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #d9d9d9;
  border-radius: 50%;
}

#map .text_area .list ul li .name {
  width: 25%;
}
#map .text_area .list ul li .logo{
  width: 25%;
  height: 9px;
  line-height: 0;
}
#map .text_area .list ul li .place {
  width: 50%;
  text-align: right;
}
#map .text_area .list ul li p {
  font-size: 13px;
}
#map .pin_area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#map .pin_area .pin {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 12px;
  transition: 0.5s;
}
#map .pin_area .pin:hover {
  transform: scale(3);
}
#map .pin_area .pin span {
  background-color: #000;
  border-radius: 100%;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
#map .pin_area .pin.nagoya {
  bottom: 24%;
  left: 39%;
}
#map .pin_area .pin.fukuoka {
  bottom: 16%;
  left: 3.5%;
}
#map .pin_area .pin.kobe {
  bottom: 23%;
  left: 29%;
}
#map .pin_area .pin.roppongi {
  bottom: 29%;
  left: 54%;
}
#map .pin_area .pin.nagoya_sakae {
  bottom: 25%;
  left: 39%;
}
#map .pin_area .pin.nagoya:hover span {
  background-color: #2e514d;
}
#map .pin_area .pin.fukuoka:hover span {
  background-color: #f15340;
}
#map .pin_area .pin.kobe:hover span {
  background-color: #55bdcb;
}
#map .pin_area .pin.roppongi:hover span {
  background-color: #898a8e;
}
#map .pin_area .pin.nagoya_sakae:hover span {
  background-color: #D7D2CB;
}
#map .map_area {
  width: 80%;
  margin-left: auto;
  position: relative;
  width: 960px;
  margin-top: -620px;
  z-index: 0;
}
#map .map_area img {
  opacity: 0.1;
  z-index: 0;
  position: relative;
  width: 100%;
}
#modal_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.5;
  display: none;
}
/* モーダル */
.modal {
  /* display: none; */
  position: fixed;
  z-index: 997;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgb(255 255 255 / 80%); */
  /* background-color: rgb(0 0 0 / 80%); */
  /* backdrop-filter: blur(4px); */
  /* padding-top: 10%; */
  transform: translateY(110%);
  transition: 0.6s ease-in-out;
}
.modal.active {
  transform: translateY(0%);
}
/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal .over-wrap-menu{
  padding-top: 10%;
  overflow-y: unset;
}
/* モーダル背景のオーバーレイ部分 */
.modal_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
}

/* モーダルのコンテンツ */
.modal_content {
  position: relative;
  width: 100%;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.modal_wrap {
  /* max-width: 900px; */
  margin: auto;
  position: relative;
  width: 100%;
  height: 100%;
  /* padding-top: 160px; */
  overflow: unset;
}
.modal_contents {
  height: 100%;
  width: 100%;
}
.modal_inner {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: relative;
  border-top: solid 6px #2e514d;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

/* モーダルを閉じるボタン */
.modal_close_btn {
  position: absolute;
  right: 0px;
  top: -36px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  width: 35%;
  background-color: #2e514d;
  display: flex;
  align-items: center;
  justify-content: end;
}
.modal_close_btn:hover .close_inner {
  opacity: 0.3;
}
#modal-roppongi .modal_close_btn {
  background-color: #898a8e;
}
#modal-roppongi .modal_inner {
  border-color: #898a8e;
}
#modal-kobe .modal_close_btn {
  background-color: #55bdcb;
}
#modal-kobe .modal_inner {
  border-color: #55bdcb;
}
#modal-fukuoka .modal_close_btn {
  background-color: #f15340;
}
#modal-fukuoka .modal_inner {
  border-color: #f15340;
}
#modal-nagoya .modal_close_btn {
  background-color: #2e514d;
}
#modal-nagoya .modal_inner {
  border-color: #2e514d;
}
#modal-nagoya-sakae .modal_close_btn {
  background-color: #D7D2CB;
}
#modal-nagoya-sakae .modal_inner {
  border-color: #D7D2CB;
}
.modal_close_btn .close_inner {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 20px;
  padding-bottom: 0px;
  transition: 0.5s;
}
.modal_close_btn .close_icon {
  width: 10px;
  height: 10px;
  position: relative;
}
.modal_close_btn .close_inner p {
  color: #fff;
  padding-right: 5px;
  font-size: 12px;
  line-height: 1;
}
.modal_close_btn span {
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 100%;
  top: 0;
}
.modal_close_btn span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}
.modal_close_btn span:nth-child(2) {
  transform: rotate(-45deg);
  top: 5px;
}
.modal .head {
}
.modal .head {
  display: flex;
  align-items: center;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.modal .head svg {
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
.modal .head p {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.modal .content {
  height: 100%;
  width: 100%;
}
.modal .content_inner {
  display: flex;
  height: auto;
  min-height: 100%;
  width: 100%;
}
.modal .thumb_area {
  width: 65%;
  position: relative;
  padding: 20px;
  padding-top: 60px;
  padding-bottom: 50px;
  padding-right: 40px;
  height: auto;
}
.modal .thumb_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal .thumb_area .swiper {
  width: 100%;
  height: 100%;
}
.modal .thumb_area .swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.modal .thumb_area .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.modal .thumb_area .swiper .thumb_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal .thumb_area .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.modal .thumb_area .swiper .swiper-button {
}
.modal .thumb_area .swiper .swiper-button-prev {
  transform: scale(-1, 1);
}
.modal .thumb_area .swiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  top: auto;
}
.modal .thumb_area .swiper .swiper-pagination .swiper-pagination-bullet {
}
.modal .thumb_area .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.modal .text_area {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding-left: 40px; */
  /* padding-right: 40px; */
  border-left: solid 1px #dedede;
  /* height: 100%; */
  /* min-height: 100%; */
}
.modal .text_area.sp {
  display: none;
}
.modal .text_area .name_area {
  padding: 40px;
  border-bottom: solid 1px #dedede;
}
.modal .text_area .name_area .blh {
  font-size: 10px;
  margin-bottom: 8px;
  opacity: 0.5;
  /* letter-spacing: 0.1em; */
  line-height: 1;
}
.modal .text_area .name_area .name {
  font-size: 24px;
  /* letter-spacing: 0.1em; */
  line-height: 1;
}
.modal .text_area .desc_area {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.modal .text_area .desc_area .desc {
  line-height: 1.8;
  word-break: break-all;
  padding-bottom: 60px;
}
.modal .text_area .desc_area .address {
  font-size: 10px;
}
.modal .text_area .link_area {
  border-top: solid 1px #dedede;
  display: flex;
}
.modal .text_area .link_area a {
  width: 50%;
  display: flex;
  padding: 20px 40px;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}

.modal .text_area .link_area a:hover {
  background-color: #000;
  color: #fff;
}
.modal .text_area .link_area a:hover .arrow-right::before {
  border-color: #fff;
}

#modal-roppongi.modal .text_area .link_area a:hover {
  background-color: #898a8e;
}

#modal-kobe.modal .text_area .link_area a:hover {
  background-color: #55bdcb;
}

#modal-fukuoka.modal .text_area .link_area a:hover {
  background-color: #f15340;
}
#modal-nagoya.modal .text_area .link_area a:hover {
  background-color: #2e514d;
}
#modal-nagoya-sakae.modal .text_area .link_area a:hover {
  background-color: #D7D2CB;
}
.modal .text_area .link_area a p {
  font-size: 12px;
}
.modal .text_area .link_area a .arrow-right {
  background-color: #ffffff00;
  width: 10px;
}

.modal .text_area .link_area a .arrow-right::before {
  border-color: #000;
  width: 5px;
  height: 5px;
  transition: 0.3s;
}
.modal .text_area .link_area a:last-child {
  border-left: solid 1px #dedede;
}
@media screen and (max-width: 1000px) {
  header .nav ul li {
    margin-left: 20px;
  }
  header ul.lang li {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 36px;
    font-weight: 100;
  }
  h2 {
    font-size: 28px;
    font-weight: 100;
  }
  h3 {
    font-size: 20px;
    font-weight: 100;
  }
  h4 {
    font-size: 18px;
    font-weight: 100;
  }
  h5 {
    font-size: 16px;
    font-weight: 100;
  }
  h6 {
    font-size: 14px;
    font-weight: 100;
  }
  p {
    font-size: 14px;
    font-weight: normal;
  }
  .common_btn p {
    font-size: 10px;
  }
  .arrow-right {
    width: 12px;
  }
  .arrow-right::before {
    width: 6px;
    height: 6px;
  }
  js-fadein {
    transition: opacity 2s;
  }
  #js-cursor {
    display: none;
  }
  #js-mouse {
    display: none;
  }
  body {
    /* letter-spacing: 0.05em; */
  }
  .sec_head {
    padding: 20px 20px;
  }
  .common_wrap {
    padding: 20px 20px 60px;
  }
  header {
    /* background-color: #fff; */
    height: 60px;
  }
  header .inner {
    border-top: solid 1px #999;
    padding-right: 0;
  }
  header .logo {
    width: 60px;
  }
  header .nav {
    /* display: none; */
    height: 100%;
  }
  header .nav ul.link {
    display: none;
  }
  header .lang::before {
    height: 60px;
    top: -1px;
  }
  header .header_location_link a {
    font-size: 11px;
    padding-right: 15px;
    margin-right: 20px;
  }
  header .header_location_link a::before {
    width: 9px;
  }
  header .header_location_link a::after {
    height: 9px;
    right: 4px;
  }
  header .menu {
    display: flex;
    padding-left: 20px;
    position: relative;
  }
  header .menu:before {
    content: "";
    height: 60px;
    width: 1px;
    background-color: #999;
    position: absolute;
    left: 0;
  }
  header.fv_area .menu .humb span {
    background-color: #fff;
  }
  header.fv_area .menu:before {
    background-color: #fff;
  }
  header.menu-open .menu .humb span {
    background-color: #151515;
  }
  header.menu-open .logo svg {
    fill: #151515;
  }
  header .menu .humb:hover {
    opacity: 1;
  }

  header .humb {
    display: flex;
  }
  #fv .wrap {
    margin-bottom: 0;
    /* padding: 0 20px; */
    height: 90svh;
  }

  header .header_culture-guide_link {
    display: none;
  }
  header .header_ig_link {
    display: none;
  }
  header .lang {
    display: none;
  }
  #fv .inner {
    /* padding: 0 20px; */
  }
  #concept .read .jp {
    /* font-weight: normal; */
    /* letter-spacing: 0.1em; */
    font-size: 22px;
    line-height: 1.8;
    font-size: 5vw;
    line-height: 1.8;
    font-size: 4.5vw;
  }
  #concept .read {
    margin-bottom: 25px;
  }
  #concept .read .en {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
    word-break: break-all;
  }
  #concept .read .en br {
    display: none;
  }
  #concept .read .jp br {
    display: block;
  }
  #concept .read .jp br {
    /* display: none; */
  }
  #concept .text {
    display: block;
  }
  #concept {
    margin-top: 0%;
  }
  #concept .text .group {
    width: 100%;
  }
  #concept .text .group.en {
    padding: 0;
  }

  #concept .text .group p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  #concept .text .group p br {
    display: none;
  }

  footer .inner {
    padding-top: 50px;
  }
  footer .copy {
    display: block;
  }
  footer .info {
    display: block;
  }
  footer .info ul.desc {
    width: 100%;
  }
  footer .wrap {
    padding: 40px 20px 30px 20px;
  }
  footer .logo {
    width: 180px;
    margin-bottom: 20px;
  }
  footer .info {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 70px;
  }
  footer .info ul.desc {
    width: 100%;
    /* margin-bottom: 60px; */
    margin-left: 0;
    display: block;
  }
  footer .ig {
    margin-bottom: 30px;
    width: 16px;
  }
  footer .info ul.desc li {
    margin-left: 0;
    margin-bottom: 20px;
  }

  footer .info ul.link {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  footer .info ul.desc li p {
    font-size: 14px;
  }
  footer .info ul li table tr td p {
    font-size: 12px;
  }
  footer .link a p {
    font-size: 14px;
  }
  footer .info ul li table tr td {
    width: 50%;
  }
  footer .copy p {
    padding-left: 0;
  }
  footer .info ul.desc li .head {
    font-size: 14px;
  }
  footer .info ul.restaurant-hours .head {
    font-size: 14px;
  }
  footer .info ul.desc li p br {
    display: block;
  }
  .kv {
  }

  #fv .kv {
    height: 100svh;
  }
  #rooms .flex_wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  footer ul.link li {
    width: 50%;
  }
  #culturemap .flex .thumb {
    width: 100%;
    display: none;
  }
  #culturemap .flex .thumb:nth-child(1) {
    display: block;
  }
  #culturemap .flex {
    margin-bottom: 10px;
  }
  #fv .kv .iframe_wrap video {
    transform: scale(1.5);
  }
  #fv .scroll {
    bottom: 120px;
    right: 20px;
    display: none;
  }
  #location .unit ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  #location .wrap {
    padding: 20px 20px 60px;
  }
  #location .unit a {
    padding: 0;
  }
  #map .text_area .list ul {
    width: 100%;
  }
  #map .map_area {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #fv .video_wrap video {
    transform: scale(1.9);
    top: 0;
  }
  #map {
    margin-top: 0;
  }
  #map .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  #map .text_area {
    position: unset;
    width: 100%;
  }
  .modal .content_inner {
    display: block;
  }
  .modal .thumb_area {
    width: 100%;
    aspect-ratio: 3 /2;
    padding: 0;
  }
  .modal .text_area {
    width: 100%;
    flex-direction: column-reverse;
  }
  .modal {
    padding-top: 30%;
  }
  .modal .text_area .name_area {
    padding: 20px 20px;
    padding-top: 60px;
    border-bottom: unset;
  }
  .modal .text_area .desc_area {
    padding: 20px;
    padding-bottom: 60px;
  }
  .modal .text_area.sp {
    display: block;
  }
  .modal .text_area .name_area.pc {
    display: none;
  }
  .modal .text_area .desc_area .address {
    /* display: none; */
  }
  .modal .text_area .desc_area .desc {
    padding-bottom: 20px;
    font-size: 13px;
  }
  .modal .text_area .link_area {
    border-bottom: solid 1px #dedede;
  }
  #culutureguide .pc {
    display: none;
  }
  #culutureguide .sp {
    display: block;
  }
  #full-menu .lang {
    position: absolute;
    right: 20px;
    top: 90px;
  }
  #location .unit .text_area .blh {
    font-size: 10px;
  }
  #location .unit .text_area .name {
    font-size: 13px;
  }
  .header_location_menu_inner {
    padding: 20px;
    padding-top: 40px;
  }
  .header_location_menu ul {
    display: block;
  }
  .header_location_menu ul li {
    margin-bottom: 20px;
  }
  footer .other_site ul li a p {
    font-size: 11px;
  }
  .modal .text_area .name_area .blh {
    /* margin-bottom: 2px; */
  }
  .modal_close_btn {
    /* width: 50%; */
    height: 30px;
    top: -26px;
  }
  #culutureguide .text_area {
    width: 100%;
  }
  .sec_head p {
    font-size: 10px;
  }
  .sec_head .sec_head_left svg {
    width: 6px;
    height: 6px;
  }
  #culutureguide .text_area .disc {
    font-size: 13px;
  }
  #culutureguide .common_btn .arrow-right::before {
    width: 4px;
    height: 4px;
  }
  #map .map_area img {
    opacity: 0.2;
  }
  .modal_close_btn .close_inner p {
    font-size: 10px;
  }
  .modal_close_btn .close_icon {
    width: 8px;
    height: 8px;
  }
  .modal_close_btn span:nth-child(1) {
    top: 4px;
  }
  .modal_close_btn span:nth-child(2) {
    top: 4px;
  }
  #map .text_area .list ul li p {
    font-size: 12px;
  }
  .header_location_menu .blh {
    /* margin-bottom: 2px; */
  }
  #culutureguide .text_area .tit {
    font-size: 18px;
  }
  footer .other_site ul {
    gap: 10px;
  }
  .modal .text_area .link_area a{
    padding: 20px 20px;
  }
}
