@charset "UTF-8";
/* CSS Document */
/* リセット用 */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-sizing: normal;
  overflow: auto;
}

body {
  margin: 0;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

canvas,
img,
svg,
video {
  height: auto;
  vertical-align: bottom;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

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

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

p {
  margin: 0;
}

html {
  font-size: 0.0520833333vw;
}

body {
  font-size: 16em;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: relative;
  color: #333;
  background: #dad4cb;
}

body.cn {
  font-family: "Noto Serif SC", serif;
}

body.tw {
  font-family: "Noto Serif TC", serif;
}

body.ko {
  font-family: "Noto Serif KR", serif;
}

body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body a:hover {
  opacity: 0.8;
}

body img {
  max-width: 100%;
  vertical-align: bottom;
}

body.fixed {
  overflow: hidden;
}

main {
  width: 100%;
  overflow-x: hidden;
  display: block;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  /*
  background: $c-bg2;
  */
}

.cn main {
  font-family: "Noto Serif SC", serif;
}

.tw main {
  font-family: "Noto Serif TC", serif;
}

.ko main {
  font-family: "Noto Serif KR", serif;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  html {
    font-size: 0.1vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  html {
    font-size: 0.1333333333vw;
  }
  body {
    font-size: 28rem;
  }
  .pconly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
/*slick関係*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  margin: 0 10rem;
  min-height: 1px;
  text-align: center;
  display: none;
}

.slick-slide a {
  color: #fff;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li:only-child {
  display: none;
}

.slick-prev {
  left: -60rem;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -60rem;
}

.slick-prev:before {
  content: "";
  background: url("../img/common/slick_arrow_l.svg");
  background-size: 100%;
  display: block;
  width: 21px;
  height: 40px;
}

.slick-next {
  right: -60rem;
}

[dir=rtl] .slick-next {
  left: -60rem;
  right: auto;
}

.slick-next:before {
  content: "";
  background: url("../img/common/slick_arrow_r.svg");
  background-size: 100%;
  display: block;
  width: 21px;
  height: 40px;
}

/* Dots */
header .slick-dots {
  position: absolute;
  bottom: 38px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

header .slick-dots li {
  position: relative;
  display: inline-block;
  height: 4px;
  width: 64rem;
  margin: 0 15rem 0 0;
  padding: 0;
  border-radius: 0px;
  cursor: pointer;
}

header .slick-dots li:nth-last-child(1) {
  margin: 0;
}

header .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}

/*
header .slick-dots li button:hover,
header .slick-dots li button:focus {
	outline: none;
	opacity: 1;
}

header .slick-dots li button:hover:before,
header .slick-dots li button:focus:before {
	opacity: 1;
}
*/
header .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header .slick-dots li.slick-active button:before {
  background: #fff;
  opacity: 0.75;
}

.slick-dots {
  position: absolute;
  bottom: -30rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  margin: 0 15rem 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li:nth-last-child(1) {
  margin: 0;
}

.slick-dots li button {
  border: 0;
  background: #6e748c;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}

/*
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
*/
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  background: #fff;
}

/*ヘッダ*/
header {
  width: 100%;
  overflow-x: hidden;
  display: block;
  position: relative;
}

header .header_catch,
header h1,
header .header_txt {
  position: absolute;
  z-index: 2;
}

header .header_catch {
  position: fixed;
  top: 0;
  z-index: 100;
  text-align: center;
  width: 100%;
  font-size: 10px;
  background: #6e6750;
  color: #fff;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header_catch.catch_out {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

header .header_catch span {
  display: block;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
header .header_catch span img {
  width: 240px;
}

header h1 {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 176em;
  margin: auto;
}

header h2 {
  position: absolute;
  bottom: 80rem;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

header .header_txt {
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  padding-top: 300rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  letter-spacing: 3rem;
}

.cn header h2 {
  font-family: "Noto Serif SC", serif;
}

.cn header .header_txt {
  font-family: "Noto Serif SC", serif;
}

.tw header h2 {
  font-family: "Noto Serif TC", serif;
}

.tw header .header_txt {
  font-family: "Noto Serif TC", serif;
}

.ko header h2 {
  font-family: "Noto Serif KR", serif;
}

.ko header .header_txt {
  font-family: "Noto Serif KR", serif;
}

header .header_txt p:nth-child(1),
header .header_txt p:nth-child(3) {
  font-weight: bold;
}

header .mv_slide {
  height: 100vh;
  padding: 0;
  margin: 0;
}

header .mv_slide img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100vh;
}

header .header_sns {
  position: absolute;
  z-index: 3;
  list-style: none;
  padding: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
}

header .header_sns li {
  margin: 7rem 0;
}
header .header_sns li + li {
  margin-top: 30rem;
}

.site_shijo header .header_sns li a img {
  height: auto;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .site_shijo header .header_sns li a img {
    width: 24px;
  }
}

header .mv {
  margin-top: 27px;
  height: 400rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.header_info {
  position: absolute;
  z-index: 1;
  z-index: 11;
  list-style: none;
  padding: 0;
  margin: 0;
  right: 0;
  top: 190px;
  width: 145px;
  font-size: 11px;
}

.header_info_test {
  top: 300px;
}

.header_info a {
  color: #fff;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 10rem 0;
  margin-bottom: 12rem;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.cn .header_info a {
  font-family: "Noto Serif SC", serif;
}

.tw .header_info a {
  font-family: "Noto Serif TC", serif;
}

.ko .header_info a {
  font-family: "Noto Serif KR", serif;
}

@media screen and (max-width: 769px) {
  header .mv_slide {
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
  }
  header .mv_slide img {
    height: 100vh;
  }
  header h1 {
    height: 225rem;
    text-align: center;
    width: 100%;
  }
  header h1 img {
    width: auto;
    height: 100%;
  }
  header .header_catch {
    font-size: 14rem;
  }
  header .header_txt p:nth-child(1) {
    font-size: 40rem;
  }
  header .header_txt p:nth-child(2) {
    font-size: 21rem;
  }
  header .header_txt p:nth-child(3) {
    font-size: 26rem;
  }
  header .header_info {
    bottom: 110rem;
    bottom: 21.3333333333vw;
    width: calc(100% - 66rem);
    width: 90.6666666667vw;
    margin: 0 33rem !important;
    margin: 0 auto !important;
    left: 0;
    top: auto;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header_info li {
    width: calc(50% - 3px);
    height: 60px;
    height: 16vw;
  }
  header .header_info li.ptn1 {
    margin-bottom: 6px;
    width: 100%;
  }
  header .header_info a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 25rem;
    padding: 10rem;
  }
}
@media screen and (min-width: 769px) {
  header h1,
  .single-info-j header h2 {
    width: 91px;
    height: 156px;
  }
  header h1 img {
    width: 100%;
  }
  header .header_txt p:nth-child(1) {
    font-size: 30rem;
  }
  header .header_txt p:nth-child(2) {
    font-size: 21rem;
    margin: 28rem 0;
  }
  header .header_txt p:nth-child(3) {
    font-size: 26rem;
  }
  header .header_info {
    top: 260px;
    width: 145px;
    font-size: 11px;
    position: fixed;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  header .header_txt {
    bottom: 100rem;
  }
}
/*フッタ*/
.to_top {
  right: 30rem;
  bottom: 150rem;
  opacity: 0;
  position: fixed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
  z-index: 999;
}
.to_top.show {
  opacity: 1;
  visibility: visible;
}
.to_top a img {
  width: 70rem;
}

footer ul {
  margin: 0;
  padding: 0;
}

.footer_hotel {
  background: #92785f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 60rem 30rem 25rem;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .footer_hotel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer_hotel {
    padding: 40rem 0 25rem;
  }
}
.footer_hotel dl {
  line-height: 2;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .footer_hotel dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 72rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .footer_hotel dl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer_hotel dl {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .footer_hotel dl:nth-child(1) {
    margin-right: 0;
  }
}
.footer_hotel dl:nth-child(1) dt img {
  width: 90px;
}
@media screen and (max-width: 768px) {
  .footer_hotel dl:nth-child(1) dt img {
    width: 95px;
  }
}
@media screen and (min-width: 769px) {
  .footer_hotel dl:nth-child(2) {
    margin-left: 25rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .footer_hotel dl:nth-child(2) {
    margin-left: 0;
  }
}
.footer_hotel dl:nth-child(2) dt img {
  width: 183rem;
}
.footer_hotel dl:nth-child(2) dd ruby span {
  left: -3em;
  width: 7em;
}
.footer_hotel dl dt {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .footer_hotel dl dt {
    margin-right: 45rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .footer_hotel dl dt {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .footer_hotel dl dt {
    margin: 0 auto 18rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_hotel dl dt a.-ptn_karasuma {
    padding-left: 42rem;
  }
}
.footer_hotel dl dd {
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60rem;
}
@media screen and (min-width: 769px) {
  .footer_hotel dl dd {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .footer_hotel dl dd {
    margin: 0 0 74rem;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .footer_hotel dl dd h3 {
    font-size: 22px;
    font-weight: normal;
  }
}
@media screen and (min-width: 769px) {
  .footer_hotel dl dd h3 span {
    display: block;
    font-size: 22px;
  }
}
.footer_hotel dl dd a {
  color: #fff;
  text-decoration: underline;
}
.footer_hotel dl dd p {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .footer_hotel dl dd p {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  .footer_hotel dl dd p {
    font-size: 27rem;
    letter-spacing: 1px;
  }
}
.footer_hotel dl dd p rt {
  font-size: 7rem;
}
@media screen and (min-width: 769px) {
  .footer_hotel dl dd p rt {
    display: block;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 768px) {
  .footer_hotel dl dd p rt {
    font-size: 8rem;
  }
}
.footer_hotel dl dd ruby {
  position: relative;
}
.footer_hotel dl dd ruby span {
  display: block;
  font-size: 10rem;
  left: -3.5em;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: -0.9em;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  width: 10em;
}
.footer_hotel .policy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.footer_hotel .policy a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 4rem 28rem 7rem;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .footer_hotel .policy a:hover {
    background: #fff;
    color: #92785f;
  }
}
.footer_hotel ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer_hotel ul.other_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24rem;
  }
}
.footer_hotel ul.nav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30rem 0;
  gap: 0 30px;
}
.footer_hotel ul.nav_sns li::after {
  content: none;
}
.footer_hotel ul.nav_sns li a {
  width: 32px;
}
.footer_hotel ul.nav_sns li a img {
  width: 100%;
}
@media screen and (max-width: 660px) {
  .footer_hotel ul.nav_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 24px 0;
    gap: 0 30px;
  }
  .footer_hotel ul.nav_sns li a {
    width: 30px;
  }
}
.footer_hotel ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_hotel ul li::after {
  content: "|";
  margin: 0 1em;
}
.footer_hotel ul li:nth-last-child(1)::after {
  content: none;
}
.footer_hotel ul a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.footer_hotel ul.contact_wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  margin: 1em 0 0 0;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .footer_hotel ul.contact_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_hotel ul.contact_wrap li {
  list-style: none;
}
.footer_hotel ul.contact_wrap li::after {
  content: none;
}
.footer_hotel ul.contact_wrap a {
  background-color: #fff;
  color: #96785f;
  display: inline-block;
  font-size: 13px;
  letter-spacing: -0.001em;
  line-height: 1;
  padding: 0.7em 2em 0.7em 1em;
  position: relative;
  text-decoration: none;
  width: 272px;
}
@media screen and (max-width: 768px) {
  .footer_hotel ul.contact_wrap a {
    text-align: left;
    width: 230px;
  }
}
.footer_hotel ul.contact_wrap a.-ptn_en {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .footer_hotel ul.contact_wrap a.-ptn_en {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .footer_hotel ul.contact_wrap a.-ptn_1line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 47px;
  }
}
.footer_hotel ul.contact_wrap a.-ptn_1line.-ptn_en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_hotel ul.contact_wrap a:before {
  border-right: 1px solid #96785f;
  border-top: 1px solid #96785f;
  bottom: 0;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 1em;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
  width: 6px;
}
.footer_hotel ul.contact_wrap a span {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .footer_hotel ul.contact_wrap a span.-ptn_ja {
    display: block;
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .footer_hotel ul.contact_wrap a span.-ptn_en {
    display: block;
    margin-top: 4px;
  }
}
.footer_hotel ul.pageLink_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_hotel ul.pageLink_list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_hotel ul.pageLink_list li::after {
  content: "|";
  margin: 0 1em;
}
.footer_hotel ul.pageLink_list li:nth-last-child(1)::after {
  content: none;
}
.footer_hotel ul.pageLink_list li a {
  color: #fff;
}

.cn footer {
  font-family: "Noto Sans SC", serif;
}

footer {
  background: #3c3d3c;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "sans-serif", sans-serif;
  padding: 40px 30rem;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer {
    padding: 113rem 30rem 0;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 80rem 50rem 139rem;
  }
}
footer a {
  color: #fff;
}
footer .hotel_type_wrap .logo_ah {
  width: 180rem;
  margin-left: auto;
  margin-right: auto;
}
footer .hotel_type_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50rem;
  margin-top: 40rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .hotel_type_wrap dl .hotel_type {
  position: relative;
  height: 250px;
}
footer .hotel_type_wrap dl .hotel_type dt {
  font-weight: bold;
  padding-bottom: 10rem;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  width: 280rem;
}
footer .hotel_type_wrap dl .hotel_type dd {
  font-size: 13px;
  margin-top: 10rem;
  margin-left: 0;
}
footer .hotel_type_wrap dl .hotel_type dd span {
  display: block;
  font-size: 0.8em;
}
footer .hotel_type_wrap dl .hotel_type .logo_wrap {
  position: absolute;
  top: 160px;
  left: 0;
}
footer .hotel_type_wrap dl .hotel_type .logo_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .hotel_type_wrap dl .hotel_type .logo_wrap ul.jp_lmtls {
  gap: 30rem;
}
footer .hotel_type_wrap dl .hotel_type .logo_wrap ul li.sakai {
  width: 113rem;
}
footer .hotel_type_wrap dl .hotel_type .logo_wrap ul li.moriguti {
  width: 78rem;
}
footer .hotel_type_wrap dl .hotel_type .logo_wrap ul li.ginza {
  width: 50rem;
}
footer .hotel_type_wrap dl .hotel_type .logo_wrap ul li.shijo {
  width: 50rem;
}
footer .hotel_type_wrap dl .hotel_type .logo_wrap ul li.karasuma {
  width: 83rem;
}
footer .hotel_type_wrap dl .hotel_type .logo_wrap ul li.asakusa {
  width: 90rem;
  margin-left: 100rem;
}
footer .hotel_type_wrap dl .hotel_type .logo_wrap ul li.namba {
  width: 90rem;
}
footer .hotel_type_wrap dl .hotel_type .logo_wrap ul li.onetokyo {
  width: 53rem;
}
footer .hotel_type_wrap dl .hotel_type .logo_wrap ul li.tsuki {
  width: 91rem;
}
footer .hotel_type_wrap dl .hotel_type .logo_wrap ul li.ohama {
  width: 90rem;
}
@media screen and (max-width: 660px) {
  footer .hotel_type_wrap .logo_ah {
    width: 180rem;
    margin-left: auto;
    margin-right: auto;
  }
  footer .hotel_type_wrap dl {
    display: block;
    margin-top: 40rem;
    text-align: center;
  }
  footer .hotel_type_wrap dl .hotel_type {
    height: auto;
  }
  footer .hotel_type_wrap dl .hotel_type dt {
    font-size: 12px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .hotel_type_wrap dl .hotel_type dd {
    font-size: 14px;
    margin-left: 0;
  }
  footer .hotel_type_wrap dl .hotel_type .logo_wrap {
    display: none;
  }
  footer .hotel_type_wrap dl .hotel_type + .hotel_type {
    margin-top: 50rem;
  }
}
footer .hotellist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: auto;
  max-width: 1200px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer .hotellist {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .hotellist .left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  footer .hotellist .left {
    padding-right: 8%;
  }
}
@media screen and (max-width: 768px) {
  footer .hotellist .left {
    margin-bottom: 60rem;
    text-align: center;
    width: 100%;
  }
}
footer .hotellist .left img {
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  footer .hotellist .left img {
    width: 230rem;
  }
}
@media screen and (min-width: 769px) {
  footer .hotellist .right {
    font-size: 14rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer .hotellist .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  footer .hotellist .right img {
    width: 380px;
  }
}
footer .hotellist .right .glist {
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Osaka, sans-serif !important;
  font-size: 13px !important;
  margin-top: 30px;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  footer .hotellist .right .glist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer .hotellist .right .glist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  footer .hotellist .right .glist {
    font-size: 13px !important;
    margin-top: 60rem;
    text-align: center;
  }
}
footer .hotellist .right .glist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer .hotellist .right .glist ul {
    text-align: left;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  footer .hotellist .right .glist ul:nth-of-type(1) {
    margin-right: 60px;
  }
}
@media screen and (min-width: 769px) {
  footer .hotellist .right .glist ul:nth-of-type(2) {
    margin-right: 60px;
  }
}
@media screen and (min-width: 769px) {
  footer .hotellist .right .glist ul li {
    margin: 1em 0 0;
  }
  footer .hotellist .right .glist ul li.ohama {
    margin-top: 40px;
  }
  footer .hotellist .right .glist ul li.ohama span {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  footer .hotellist .right .glist ul li {
    margin-top: 20rem;
  }
  footer .hotellist .right .glist ul li.ohama {
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
  }
  footer .hotellist .right .glist ul li.ohama::before {
    position: absolute;
    content: "";
    display: block;
    width: 250px;
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
  }
}
footer .grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: auto;
  max-width: 1200px;
  padding: 0;
  gap: 0 10px;
}
@media screen and (min-width: 769px) {
  footer .grp {
    border-top: 1px solid #6d6d6d;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto;
    padding-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  footer .grp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  footer .grp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    padding: 0;
    gap: 0 10px;
  }
}
@media screen and (min-width: 769px) {
  footer .grp ul li {
    margin: 0 20rem 20rem;
  }
}
@media screen and (min-width: 769px) {
  footer .grp ul li.ginza {
    margin: 0 25rem 0rem 0;
  }
}
@media screen and (min-width: 769px) {
  footer .grp ul li.imaiso {
    margin: 0 25rem 20rem 20rem;
  }
}
@media screen and (min-width: 769px) {
  footer .grp ul li.karasuma {
    margin: 0 20rem 20rem 40rem;
  }
}
@media screen and (min-width: 769px) {
  footer .grp ul li.sakai {
    margin: 0 15rem 20rem 20rem;
  }
}
@media screen and (min-width: 769px) {
  footer .grp ul li.moriguti {
    margin: 0 15rem 20rem 20rem;
  }
}
@media screen and (min-width: 769px) {
  footer .grp ul li.fukuoka {
    margin: 0 0rem 20rem 20rem;
  }
}
@media screen and (min-width: 769px) {
  footer .grp ul li.ohama {
    position: relative;
    padding-left: 40px;
    text-align: center;
    border-left: 1px solid #fff;
  }
  footer .grp ul li.ohama img {
    width: 80px;
  }
  footer .grp ul li.ohama p {
    margin-top: 10px;
    font-size: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Osaka, sans-serif;
  }
}
footer .comp_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  footer .comp_list {
    margin: 80rem 0 10rem !important;
  }
}
footer .comp_list li:nth-child(1) {
  border-right: 1px solid;
  margin-right: 1em;
  padding-right: 1em;
}
footer .copy {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "sans-serif", sans-serif !important;
  font-size: 14px;
  padding: 30rem 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5px;
}
footer .copy span {
  font-size: 22px;
}

/*ナビ*/
.nav_cont {
  position: fixed;
  z-index: 100;
  top: 27px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .nav_cont.catch_out {
    top: 5px;
  }
}
.nav_cont ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

nav {
  position: relative;
  top: 33rem;
  right: 33rem;
  left: 33rem;
  width: calc(100% - 66rem);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  nav {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
}
nav.is-fixed {
  position: fixed;
}
nav .gnav {
  z-index: 110;
}
@media screen and (min-width: 769px) {
  nav .gnav {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  nav .gnav {
    position: relative;
    left: 33rem;
    top: 20rem;
  }
}
nav .gnav img {
  width: 45px;
}
@media screen and (max-width: 769px) {
  nav .gnav img {
    width: 72rem;
  }
}
nav .gnav .header_nav {
  color: #fff;
  line-height: 1;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav .gnav .header_nav.active .header_nav_inner .nav_line.nav_line1 {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav .gnav .header_nav.active .header_nav_inner .nav_line.nav_line2 {
  display: none;
}
nav .gnav .header_nav.active .header_nav_inner .nav_line.nav_line3 {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav .gnav .header_nav .header_nav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 56rem;
  height: 24rem;
  left: 0;
  right: 0;
  margin: 24rem auto 0;
}
@media screen and (min-width: 769px) {
  nav .gnav .header_nav .header_nav_inner {
    width: 27px;
    height: 18px;
  }
}
nav .gnav .header_nav .header_nav_inner .nav_line {
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav .gnav .header_nav .header_nav_inner .nav_line.nav_line1 {
  top: 0;
}
nav .gnav .header_nav .header_nav_inner .nav_line.nav_line2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
nav .gnav .header_nav .header_nav_inner .nav_line.nav_line3 {
  bottom: 0;
}
nav .modal_nav {
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100vh;
  left: 66rem;
  top: 0;
  padding-left: 100rem;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  nav .modal_nav {
    padding-left: 120rem;
    left: 0;
    width: calc(100% - 120rem);
  }
}
nav .modal_nav .nav_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  nav .modal_nav .nav_inner {
    display: block;
    width: 90%;
    padding-top: 80rem;
  }
}
nav .modal_nav .nav_inner .nav_block {
  width: 300px;
  padding: 100rem 15px;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  nav .modal_nav .nav_inner .nav_block {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  nav .modal_nav .nav_inner .nav_block {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
nav .modal_nav .nav_inner .nav_block .nav_logo {
  margin-bottom: 50rem;
}
nav .modal_nav .nav_inner .nav_block .nav_logo img {
  height: 100px;
}
@media screen and (max-width: 769px) {
  nav .modal_nav .nav_inner .spmenu {
    color: #fff;
    background: #000;
    font-size: 16px;
    padding: 7px 10px 7px 40px;
    position: relative;
    font-family: "Cormorant", "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  nav .modal_nav .nav_inner .spmenu::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
nav .modal_nav a {
  color: #fff;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 15px;
  line-height: 1;
}
nav .modal_nav a span {
  display: block;
  font-family: "Cormorant Infant", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif JP", serif;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  nav .modal_nav a span {
    font-size: 16px;
  }
}
nav .modal_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav .modal_nav ul.nav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 47rem 0 0;
  gap: 30px;
}
@media screen and (max-width: 769px) {
  nav .modal_nav ul.nav_sns {
    gap: 25px;
  }
}
nav .modal_nav ul.nav_sns li a img {
  width: 30px;
}
@media screen and (max-width: 769px) {
  nav .modal_nav ul.nav_sns li a img {
    width: 23px;
  }
}
nav .modal_nav ul li {
  padding-bottom: 15px;
}
@media screen and (max-width: 769px) {
  nav .modal_nav .menulist {
    padding: 10px;
  }
}
nav .langnav {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media screen and (min-width: 769px) {
  nav .langnav {
    top: 149px;
    width: 145px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  nav .langnav {
    top: 60rem;
    right: 33rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
nav .langnav li {
  letter-spacing: 2rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav .langnav li::after {
  content: "/";
  margin: 0 0.05em;
}
nav .langnav li:nth-last-child(1)::after {
  content: none;
}
nav .langnav a {
  color: #fff;
  display: block;
}
nav .shisetu {
  position: absolute;
  left: 110rem;
  top: 15rem;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #fff;
}
@media screen and (min-width: 769px) {
  nav .shisetu {
    left: 100rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  nav .shisetu {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  nav .shisetu li:first-child {
    margin-left: 5px;
  }
}
nav .shisetu li:not(:last-child)::after {
  content: "|";
  margin: 0 1em;
}
nav .shisetu li a {
  color: #fff;
}
nav .shisetu li a:hover {
  color: #ff7200;
  text-decoration: underline;
  opacity: 1;
}

.bookNow_wrap {
  position: fixed;
  right: 33rem;
  top: 0;
  top: 27px;
  top: 33rem;
  top: calc(27px + 33rem);
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .bookNow_wrap {
    bottom: 17rem;
    bottom: 2.6666666667vw;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: auto;
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  .bookNow_wrap:hover .open-1 {
    display: block;
    margin-top: 0;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
}
.bookNow_wrap .btn-1 {
  cursor: pointer;
  height: 145px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 145px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bookNow_wrap .btn-1 {
    display: none;
    height: 80rem;
    height: 16vw;
    margin: 0 auto;
    position: relative;
    width: 650rem;
    width: 90.6666666667vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .bookNow_wrap .btn-1:hover img.on {
    opacity: 1;
  }
}
.bookNow_wrap .btn-1.active img.on {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .bookNow_wrap .btn-1.show {
    display: block;
  }
}
.bookNow_wrap .btn-1 img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .bookNow_wrap .btn-1 img {
    height: 16vw;
    inset: auto;
    position: absolute;
  }
}
.bookNow_wrap .btn-1 img.on {
  opacity: 0;
}
.bookNow_wrap .open-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .bookNow_wrap .open-1 {
    opacity: 0;
    margin-top: -250%;
  }
}
@media screen and (max-width: 768px) {
  .bookNow_wrap .open-1 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bookNow_wrap .open-1.show {
    display: block;
  }
}
.bookNow_wrap .open-1 li {
  background: #fff;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .bookNow_wrap .open-1 li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bookNow_wrap .open-1 li.shijo a {
  background: #53245e;
}
@media screen and (max-width: 768px) {
  .bookNow_wrap .open-1 li.shijo a {
    background: #6e6750;
  }
}
.bookNow_wrap .open-1 li.shijo span {
  background: #53245e;
}
@media screen and (max-width: 768px) {
  .bookNow_wrap .open-1 li.shijo span {
    background: #4a082f;
  }
}
.bookNow_wrap .open-1 li.karasuma a {
  background: #b38ea4;
}
.bookNow_wrap .open-1 li.karasuma span {
  background: #b38ea4;
}
@media screen and (max-width: 768px) {
  .bookNow_wrap .open-1 li.karasuma span {
    background: #b38ea4;
  }
}
.bookNow_wrap .open-1 li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 11px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bookNow_wrap .open-1 li a {
    font-size: 4vw;
    height: 16vw;
    line-height: 33.3333333333rem;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .bookNow_wrap .open-1 li a:nth-child(n+2) {
    border-left: 1px solid #fff;
  }
}
.bookNow_wrap .open-1 li a.flight::before {
  content: "";
  background: url("../../asset/img/common/icon_flight.svg") center center no-repeat;
  background-size: 100%;
  width: 1em;
  height: 100%;
  margin-right: 0.3em;
  display: inline-block;
}
.bookNow_wrap .open-1 li span {
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 14px;
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bookNow_wrap .open-1 li span {
    padding: 10px 0;
    font-size: 28rem;
    position: relative;
  }
}
.bookNow_wrap .open-1 li span::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .bookNow_wrap .open-1 li span::after {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 5px;
  }
}

@media screen and (min-width: 769px) {
  .site_shijo .nav_block.shijo {
    background: rgba(255, 255, 255, 0.1);
  }
}

body.langnav a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  body.jpn .langnav .jpn a,
  body.eng .langnav .eng a,
  body.cn .langnav .cn a,
  body.tw .langnav .tw a,
  body.ko .langnav .ko a {
    text-decoration: underline;
  }
}

.eng nav .open-1 li.shijo span,
.cn nav .open-1 li.shijo span,
.tw nav .open-1 li.shijo span,
.ko nav .open-1 li.shijo span {
  font-size: 12px;
}

.site_shijo nav .shisetu .shijo a {
  color: #ff7200;
  text-decoration: underline;
}

.site_karasuma nav .shisetu .karasuma a {
  color: #ff7200;
  text-decoration: underline;
}

.cn nav .gnav .header_nav {
  font-family: "Noto Serif SC", serif;
}

.tw nav .gnav .header_nav {
  font-family: "Noto Serif TC", serif;
}

.ko nav .gnav .header_nav {
  font-family: "Noto Serif KR", serif;
}

.cn nav .modal_nav a {
  font-family: "Noto Serif SC", serif;
}

.tw nav .modal_nav a {
  font-family: "Noto Serif TC", serif;
}

.ko nav .modal_nav a {
  font-family: "Noto Serif KR", serif;
}

.cn nav .open-1 li a {
  font-family: "Noto Serif SC", serif;
}

.tw nav .open-1 li a {
  font-family: "Noto Serif TC", serif;
}

.ko nav .open-1 li a {
  font-family: "Noto Serif KR", serif;
}

.cn nav .open-1 li span {
  font-family: "Noto Serif SC", serif;
}

.tw nav .open-1 li span {
  font-family: "Noto Serif TC", serif;
}

.ko nav .open-1 li span {
  font-family: "Noto Serif KR", serif;
}

.cn nav .shisetu {
  font-family: "Noto Serif SC", serif;
}

.tw nav .shisetu {
  font-family: "Noto Serif TC", serif;
}

.ko nav .shisetu {
  font-family: "Noto Serif KR", serif;
}

.main_cover {
  background: rgba(51, 51, 51, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}
.main_cover.active {
  z-index: 100;
  height: 100vh;
}

/*その他共通パーツ類*/
.btn {
  margin-top: 50rem;
}

.btn a {
  max-width: 300rem;
  height: 44rem;
  display: block;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 15px;
  background: none;
  color: #fff;
  border: 1px solid;
}

.btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 25rem;
  height: 5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid;
  right: 15rem;
  border-width: 0 1px 1px 0;
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
}

.btn a:hover {
  background: #9b8f89;
  border: 1px solid #9b8f89;
  opacity: 1;
  color: #333;
}

.btn.view_list_button {
  margin: 0;
}

.btn.view_list_button a {
  background: #9b8f89;
  border: 1px solid #9b8f89;
}

.btn.view_list_button a:hover {
  opacity: 0.8;
}

.btn.btn2 a {
  background: #40404b;
  border: 1px solid #40404b;
}

.btn.btn2 a:hover {
  background: #eaebe7;
  border: 1px solid #eaebe7;
  opacity: 1;
  color: #333;
}

@media screen and (max-width: 769px) {
  .btn a {
    max-width: 500rem;
    height: 80rem;
  }
}
.map_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #92785f;
  width: 260rem;
  font-family: "Cormorant Infant", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif JP", serif;
  height: 24px;
  color: #fff;
  margin: 23rem auto;
}

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

#experience_seciton {
  background: #53245e;
  padding-bottom: 76rem;
}

#experience_seciton h2 {
  color: #fff;
  margin-bottom: 52rem;
}

#experience_seciton h2 span {
  color: #fff;
}

#experience_seciton .inner {
  max-width: 1230px;
  padding: 87rem 67rem 30rem;
  margin: auto;
}

#experience_seciton .slick-slide {
  position: relative;
}

#experience_seciton .slick-slide a {
  font-size: 15px;
}

#experience_seciton .slick-slide p {
  margin: 13px 0 12px;
}

#experience_seciton .slick-slide .category {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  padding: 0.5em 1.5em 0.6em;
  line-height: 1;
  font-size: 13px;
  background: #000;
}

#experience_seciton .slick-slide .taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#experience_seciton .slick-slide .taglist li {
  background: #a8a2a5;
  color: #fff;
  margin: 4px;
  padding: 0.3em 1em 0.5em;
  font-size: 12px;
  border-radius: 3px;
  line-height: 1;
}

#experience_seciton .slick-dots li button {
  display: none;
}

.ud_contents #experience_seciton {
  position: relative;
}

.ud_contents #experience_seciton .view_list_button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -22rem;
  z-index: 2;
}

.thumbnail_box {
  position: relative;
  overflow: hidden;
  /*	width: 350px;
  height: 270px;*/
  margin: 0 auto;
  max-width: 600px;
  height: auto;
  padding-top: 75%;
}

.thumbnail_box img {
  position: absolute;
  /*	width: auto;*/
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.information h2 {
  margin-bottom: 42rem;
}

.information .inner {
  max-width: 860px;
  margin: auto;
  font-size: 15px;
}

.information .inner dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*  width: 20em;*/
}

.information .inner dl dt {
  /*  width: 5.5em;*/
  padding: 3px 0;
}

.information .inner dl dd {
  background: #282828;
  color: #fff;
  padding: 3px 1em;
  margin: 0 0 6px 0;
}

.information .inner dl dd:not(:last-child) {
  margin-right: 6px;
}

.information .inner dl dd.shijo {
  background: #4a082f;
  text-align: center;
  margin-left: 12px;
}

.information .inner ul li {
  border-top: 1px solid;
}

.information .inner ul li:nth-last-child(1) {
  border-bottom: 1px solid;
}

.information .inner ul li a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20rem;
  position: relative;
}

.information .inner ul li a:hover {
  background: #fff;
}

.information .inner ul li a:hover::after {
  content: "";
  position: absolute;
  right: 30rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.information .inner ul li a p {
  margin-top: 0.5em;
  margin-right: 50rem;
  padding: 3px 0;
}

.information .inner .btn {
  margin-top: 48rem;
}

@media screen and (min-width: 661px) {
  .information .inner ul li a p {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    padding: 3px 0 3px 12px;
  }
}
@media screen and (max-width: 1920px) {
  .information .inner ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 660px) {
  .information .inner dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .information .inner dl dt {
    width: 100%;
  }
  .information .inner dl dd.shijo {
    margin-left: 0;
  }
  .information .inner ul li a p {
    padding: 3px 0;
  }
}
.fadein {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.fade_left {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}

.fade_right {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.fade_up {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.fade_scale {
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}

.fadein.parallax {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 2つ目の要素に400msのdelayをかける */
.fadein.slidein2 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.fadein.slidein3 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.ud_contents {
  padding: 100rem 0;
}

.ud_contents h2 {
  font-size: 17px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 80rem;
  color: #53245e;
}

.ud_contents h2 span {
  font-size: 30px;
  display: block;
  font-family: "Cormorant Infant", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif JP", serif;
  line-height: 1.1;
}

.jpn .ud_contents h2 span {
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.ud_contents h3 {
  font-size: 18px;
}

.ud_contents h3 span {
  display: block;
}

@media screen and (min-width: 769px) {
  .ud_contents h2 {
    font-size: 17px;
    text-align: center;
  }
  .ud_contents h2 span {
    font-size: 32px;
  }
  .ud_contents h3 {
    font-size: 24px;
  }
}
h1.ud_h1 {
  background: #53245e;
  font-weight: normal;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: left;
  padding: 0 0 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 16px;
  width: 180px;
  height: 180px;
  bottom: 0;
  top: auto;
}

.cn h1.ud_h1 {
  font-family: "Noto Serif SC", serif;
}

.tw h1.ud_h1 {
  font-family: "Noto Serif TC", serif;
}

.ko h1.ud_h1 {
  font-family: "Noto Serif KR", serif;
}

h1.ud_h1 span {
  display: block;
  font-size: 26px;
  font-family: "Cormorant Infant", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif JP", serif;
  line-height: 1;
}

.jpn h1.ud_h1 span {
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
.jpn h1.ud_h1 span.lounge_tit {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .jpn h1.ud_h1 span.lounge_tit {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  h1.ud_h1 {
    right: calc(50% + 160px);
    left: auto;
    font-size: 28rem;
  }
}
.scrol_line {
  height: 60px;
  width: 2px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 999;
  position: relative;
  display: block;
}

.scrol_line:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #fff;
  background-size: 100%;
  -webkit-animation: lineAnime 2s ease-in-out infinite;
  animation: lineAnime 2s ease-in-out infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes lineAnime {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes lineAnime {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.ud_header {
  overflow: visible;
}

.ud_header img {
  width: 100%;
  height: 530rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

h1.ud_h1 {
  background: #53245e;
  font-weight: normal;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: left;
  padding: 0 0 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 18px;
  width: 180px;
  height: 180px;
  bottom: -180px;
  top: auto;
  z-index: 10;
}

.cn h1.ud_h1 {
  font-family: "Noto Serif SC", serif;
}

.tw h1.ud_h1 {
  font-family: "Noto Serif TC", serif;
}

.ko h1.ud_h1 {
  font-family: "Noto Serif KR", serif;
}

h1.ud_h1 span {
  display: block;
  font-size: 20px;
  font-family: "Cormorant Infant", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif JP", serif;
}

h1.ud_h1::before {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  position: absolute;
  top: -180px;
  left: 0;
  background: rgba(83, 36, 94, 0.5);
}

@media screen and (max-width: 769px) {
  h1.ud_h1 {
    right: auto;
    left: 32rem;
    width: 240rem;
    height: 240rem;
    bottom: -240rem;
    padding: 20rem;
    font-size: 28rem;
  }
  h1.ud_h1 span {
    font-size: 32rem;
  }
  h1.ud_h1::before {
    height: 240rem;
    width: 240rem;
    top: -240rem;
  }
}
@media screen and (min-width: 769px) {
  h1.ud_h1 {
    right: calc(50% + 495rem);
    left: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  h1.ud_h1 {
    right: auto;
    left: 32rem;
  }
}
.ud_contents {
  padding: 100rem 0;
}

.ud_contents h1 {
  font-size: 17px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 80rem;
  color: #53245e;
}

.ud_contents h1 span {
  font-size: 30px;
  display: block;
  font-family: "Cormorant Infant", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif JP", serif;
}

.jpn .ud_contents h1 span {
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.ud_contents h2 {
  font-size: 17px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 80rem;
  color: #53245e;
}

.ud_contents h2 span {
  font-size: 30px;
  display: block;
  font-family: "Cormorant Infant", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif JP", serif;
}

.jpn .ud_contents h2 span {
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.ud_contents h3 {
  font-size: 18px;
}

.ud_contents h3 span {
  display: block;
}

.ud_contents .center_section {
  max-width: 1000px;
  text-align: left;
  margin: 0 auto 100rem;
  padding: 0 90rem;
  line-height: 1.8;
}

.ud_contents .center_section dt {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}

.ud_contents .center_section dd {
  font-size: 14px;
  margin: 0 0 30px;
}

@media screen and (max-width: 769px) {
  .ud_contents .center_section {
    padding: 0 40rem;
  }
}
@media screen and (min-width: 769px) {
  .ud_contents h1 {
    font-size: 17px;
    text-align: center;
  }
  .ud_contents h1 span {
    font-size: 33px;
  }
  .ud_contents h2 {
    font-size: 17px;
    text-align: center;
  }
  .ud_contents h2 span {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .ud_contents h3 {
    font-size: 24px;
  }
}
.single_slide {
  margin-bottom: 80rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.single_slide .slick-slide {
  margin: 0;
}

.single_slide .slick-dots {
  list-style: none;
  padding: 0;
}

.single_slide .slick-dots li {
  width: 66px;
  height: 4px;
  border-radius: 0;
}

/*
.single_slide .slick-dots li button:hover,
.single_slide .slick-dots li button:focus {
	background: #4A082F;
	opacity: 1;
}

.single_slide .slick-dots li button:hover::before,
.single_slide .slick-dots li button:focus::before {
	background: #4A082F;
	opacity: 1;
}
*/
.single_slide .slick-dots li.slick-active button {
  background: #4a082f;
}

@media screen and (max-width: 769px) {
  .single_slide {
    margin-bottom: 30px;
  }
}
/*トップ*/
.page_home {
  background: #53245e;
}

.page_home::before,
.page_home::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.page_home::before {
  /* height: 100vh;
  background: #282828;
  z-index: -2; */
}

.page_home::after {
  /* height: 360rem;
  background: #53245e;
  bottom: 0;
  margin: auto;
  z-index: -1; */
}

.page_home ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page_home .mv_slide {
  display: none;
}

.page_home .mv_top img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100vh;
}

.page_home .header_comment {
  position: absolute;
  right: 50%;
  bottom: 0;
  background: rgba(99, 23, 66, 0.8);
  color: #fff;
  max-width: 480rem;
  width: 50%;
  padding: 48rem;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  line-height: 1.8;
  font-size: 14px;
}

.cn.page_home .header_comment {
  font-family: "Noto Serif SC", serif;
}

.tw.page_home .header_comment {
  font-family: "Noto Serif TC", serif;
}

.ko.page_home .header_comment {
  font-family: "Noto Serif KR", serif;
}

.page_home nav .gnav li.top {
  display: none;
}

.page_home main h2 {
  color: #631742;
  font-size: 40rem;
  text-align: center;
  font-weight: normal;
  letter-spacing: 5rem;
  font-family: "Cormorant Infant", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif JP", serif;
}

.jpn.page_home main h2 {
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.page_home main h2 span {
  display: block;
  font-size: 20rem;
  letter-spacing: 2rem;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.cn.page_home main h2 span {
  font-family: "Noto Serif SC", serif;
}

.tw.page_home main h2 span {
  font-family: "Noto Serif TC", serif;
}

.ko.page_home main h2 span {
  font-family: "Noto Serif KR", serif;
}

.page_home main h3 {
  font-weight: normal;
  letter-spacing: 3rem;
}

.page_home .concept {
  background: url("../img/top/top_concept.jpg");
  background-size: cover;
  color: #fff;
  position: relative;
}

.page_home .concept h2 {
  position: relative;
  right: 50%;
  background: rgba(99, 23, 66, 0.8);
  max-width: 480rem;
  height: 350rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 18rem 48rem 90rem;
  text-align: left;
  color: #fff;
}

.jpn.page_home .concept h2 {
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.page_home .concept h2 span {
  color: #fff;
}

.page_home .concept .txt {
  font-size: 15px;
  line-height: 2.2;
}

.page_home .concept .txt h3 {
  font-size: 24px;
  line-height: 1;
}

.page_home .concept .txt .catch {
  font-size: 18px;
  margin-bottom: 1em;
}

.page_home .content_section {
  /* color: #333; */
  position: relative;
  padding: 127rem 0 1px;
}

.page_home .content_section::before {
  content: "";
  background: #f5f6f4;
  background: #272523;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 86%;
}

.page_home .content_section section {
  position: relative;
  margin: 208rem 0;
}

.page_home .content_section section .ph {
  position: relative;
}

.page_home .content_section section .ph img {
  z-index: 2;
  position: relative;
}

.page_home .content_section section .ph::before,
.page_home .content_section section .ph::after {
  content: "";
  position: absolute;
  display: block;
  right: -50rem;
}

.page_home .content_section section .ph::before {
  width: 100rem;
  height: 100rem;
  bottom: -50rem;
  background: #53245e;
}

.page_home .content_section section .ph::after {
  width: 50rem;
  height: 50rem;
  bottom: 0;
  background: #4a082f;
}

.page_home .content_section section .txt {
  color: #fff;
  padding: 0 53rem;
}

.page_home .content_section section .txt .ttl {
  font-family: "Cormorant Infant", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif JP", serif;
  color: #fff;
  font-size: 30rem;
}

.page_home .content_section section .txt h2 {
  color: #fff;
  /* color: #53245e; */
  text-align: left;
  margin-bottom: 60rem;
}

.jpn.page_home .content_section section .txt h2 {
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.page_home .content_section section .txt h2 span {
  color: #fff;
  /* color: #333; */
}

.page_home .content_section section .txt .copy {
  line-height: 2.5;
}

.page_home .content_section section .txt .btn a {
  /* border: 1px solid #333;
  color: #333; */
}

.page_home .content_section section .txt .btn a::after {
  /* border-color: #333; */
}

.page_home .content_section section.guestroom {
  margin-top: 87rem;
  margin-top: 0;
}

.page_home .content_section section:nth-child(2n) .ph::before,
.page_home .content_section section:nth-child(2n) .ph::after {
  right: auto;
  left: -50rem;
}

.page_home .content_section section:nth-child(2n) .ph::before {
  background: #4a082f;
}

.page_home .content_section section:nth-child(2n) .ph::after {
  background: #53245e;
}

.page_home .content_section section:nth-child(2n) .logo {
  margin-bottom: 70rem;
}

.page_home .content_section section:nth-child(2n) .logo img {
  /* fill: #333; */
  height: 77rem;
}

.page_home .content_section section.service .ph::before {
  background: #4a082f;
}

.page_home .content_section section.service .ph::after {
  background: #53245e;
}

.page_home .information {
  background: #f5f6f4;
  margin-top: 100rem;
  padding: 73rem 32rem 57rem;
  position: relative;
}

.page_home .information::before {
  content: "";
  background: #53245e;
  width: 14%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page_home .information ul {
  position: relative;
  z-index: 1;
  background: #f5f6f4;
}

.page_home #access_section {
  padding: 120rem 0;
  background: #282828;
  color: #fff;
  position: relative;
  text-align: center;
}

.page_home #access_section::before {
  content: "";
  background: #53245e;
  width: 14%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page_home #access_section h2 {
  color: #b18ba0;
}

.jpn.page_home #access_section h2 {
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.page_home #access_section h2 span {
  color: #fff;
}

.page_home #access_section .map_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #92785f;
  width: 260rem;
  font-family: "Cormorant Infant", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif JP", serif;
  height: 24px;
  color: #fff;
  margin: 23rem auto;
}

.page_home #access_section h4 {
  font-size: 18px;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
}

.page_home #access_section .btn {
  margin-top: 23rem;
}

@media screen and (max-width: 769px) {
  .page_home header h1 {
    height: 225rem;
    text-align: center;
    width: 100%;
  }
  .page_home header h1 img {
    width: auto;
    height: 100%;
  }
  .page_home .concept {
    padding: 0 32rem 100rem;
  }
  .page_home .concept h2 {
    right: 0;
    height: 190rem;
    margin-bottom: 40rem;
  }
  .page_home .concept rt {
    font-size: 12rem;
  }
  .page_home .concept p {
    line-height: 1.8;
  }
  .page_home .concept p.catch {
    margin-top: 10rem;
  }
  .page_home .header_comment {
    font-size: 12px;
    right: 0;
  }
  .page_home .content_section .ph {
    margin-bottom: 40rem;
  }
  .page_home .header_comment {
    right: auto;
    left: 32rem;
    width: calc(50% - 32rem);
  }
  .page_home #access_section p {
    margin: 0 32rem;
  }
}
@media screen and (min-width: 769px) {
  .page_home header h1 {
    top: auto;
    bottom: 45%;
  }
  .page_home .content_section section:nth-child(2n) .ph img {
    height: 600rem;
  }
  .page_home header .mv_slide img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .page_home .concept {
    padding: 78rem 20rem 78rem;
  }
  .page_home .concept h2 {
    position: absolute;
    right: 50%;
    top: 0;
  }
  .page_home .concept .txt {
    position: relative;
    margin: 0 150px 0 50%;
    max-width: 530px;
    padding: 0 48rem;
  }
  .page_home .content_section section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*
    align-items: center;
    */
  }
  .page_home .content_section section .ph {
    min-width: 60%;
    max-width: 1154px;
  }
  .page_home .content_section section .ph img {
    width: 100%;
    height: 540rem;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .page_home .content_section section .txt {
    max-width: 765px;
    min-width: 40%;
    font-size: 21rem;
  }
  .page_home .content_section section .txt .btn a {
    margin-left: 0;
  }
  .page_home .content_section section:nth-child(2n) .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .page_home .content_section section:nth-child(2n) .txt .logo,
  .page_home .content_section section:nth-child(2n) .txt .ttl,
  .page_home .content_section section:nth-child(2n) .txt .copy,
  .page_home .content_section section:nth-child(2n) .txt .btn {
    width: 350rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page_home .mv_top img {
    height: 800rem;
  }
  .page_home .concept {
    padding-top: 400rem;
  }
  .page_home .concept .txt {
    margin: 0 150px 0 0;
    max-width: 100%;
  }
  .page_home .content_section section .ph,
  .page_home .content_section section .txt {
    max-width: 50%;
    min-width: 50%;
  }
  .page_home .content_section section:nth-child(2n) .txt {
    display: block;
  }
  .page_home .content_section section:nth-child(2n) .txt .logo,
  .page_home .content_section section:nth-child(2n) .txt .ttl,
  .page_home .content_section section:nth-child(2n) .txt .copy,
  .page_home .content_section section:nth-child(2n) .txt .btn {
    width: auto;
  }
}
/*news*/
.page_news .news_header {
  background: url("../img/top/top_concept.jpg") center center no-repeat;
  background-size: cover;
  height: 530rem;
}

.page_news main {
  padding: 50px 0;
}

.page_news .column2 {
  position: relative;
  margin: 0 20px;
}

.page_news .column2 .newsBlock {
  max-width: 600px;
  text-align: left;
  margin: auto;
}

.page_news .column2 .newsBox {
  border-bottom: 1px solid #8a8a8f;
  margin: 0 0 40px;
  padding: 0 0 40px;
}

.page_news .column2 .newsBox img {
  margin: 0 0 10px;
}

.page_news .column2 .newsBox h3 {
  margin: 0 0 20px;
  font-weight: 300;
  letter-spacing: 2px;
}

.page_news .column2 .newsBox h3 span {
  font-size: 14px;
}

.page_news .column2 .newsBox p {
  margin: 0 0 20px;
  line-height: 1.8;
}

.page_news #sidebar h3 {
  font-family: "Cormorant Infant", "Noto Serif SC", "Noto Serif TC", "Noto Serif KR", "Noto Serif JP", serif;
  color: #4a082f;
}

.page_news #sidebar ul {
  font-size: 16px;
  list-style: none;
  padding: 0;
}

.page_news #sidebar ul li {
  margin: 0 0 15px;
}

@media screen and (max-width: 769px) {
  .page_news #sidebar.sideab {
    position: static !important;
  }
}
@media screen and (min-width: 769px) {
  .page_news .news_header {
    min-height: 530px;
  }
  .page_news .newsBlock {
    position: relative;
    left: -110px;
    z-index: 12;
  }
  .page_news .newsBox {
    font-size: 15px;
  }
  .page_news #sidebar.sideab {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 0 0 350px;
    width: 200px;
    z-index: 12;
    text-align: left;
  }
}
/*お部屋*/
.page_room {
  background: #272523;
}

.page_room .ud_header {
  height: 859rem;
}

.page_room .ud_header img {
  height: 859rem;
}

.page_room .ud_header .ud_h1 {
  letter-spacing: 1em;
  right: calc(50% + 160px);
  bottom: 347rem;
}

.page_room .ud_header .ud_h1::before {
  width: 90px;
  height: 90px;
  bottom: 0;
  top: auto;
  left: -90px;
}

.page_room .ud_header .ud_h1 span {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 3px;
}

.page_room .ud_contents {
  padding-top: 0;
  overflow: visible;
  position: relative;
}

.page_room .ud_contents::after {
  background: #53245e;
  content: "";
  display: block;
  width: 140rem;
  height: 100rem;
  left: 0;
  bottom: 0;
  position: absolute;
}

.page_room .ud_contents h2 span {
  font-size: 24px;
  font-weight: bold;
}

.page_room .room_box {
  position: relative;
}

.page_room .room_box::before {
  background: #53245e;
  content: "";
  display: block;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  width: 140rem;
}

.page_room .room_box .room_txt {
  position: relative;
  z-index: 3;
}

.page_room .room_box.toptxt {
  margin-top: -347rem;
  font-size: 14px;
  line-height: 2;
  color: #fff;
}

.page_room .room_box.toptxt::before {
  height: calc(100% - 347rem);
  top: auto;
  bottom: 0;
}

.page_room .room_box.toptxt h2 {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 55rem;
  color: #fff;
}

.page_room .room_box.toptxt h2 span {
  color: #fff;
  font-size: 24px;
  left: 0.3em;
  font-weight: bold;
  margin: 0;
}

.page_room .room_box.toptxt .room_txt {
  background: rgba(37, 39, 35, 0.85);
}

.page_room .room_box.toptxt .scrol_line {
  margin-bottom: 55rem;
}

.page_room .room_box.room_lineup {
  text-align: center;
  padding-bottom: 146rem;
  padding-bottom: 40px;
  position: relative;
  z-index: 3;
}

.page_room .room_box.room_lineup::before {
  /* content: "";
  width: 100%;
  height: 177rem;
  top: -47rem;
  background: #53245e;
  position: absolute;
  left: 0; */
}

.page_room .room_box.room_lineup h2 {
  position: relative;
  z-index: 4;
  margin-bottom: 35rem;
}

.page_room .room_box.room_lineup h2 span {
  color: #fff;
}

.page_room .room_box.room_lineup ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 940px;
  margin: auto;
  position: relative;
  z-index: 4;
}

.page_room .room_box.room_lineup ul li {
  margin-bottom: 2px;
}

.page_room .room_box.room_lineup ul li a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 25rem 0;
  font-size: 14px;
}

.page_room .room_box.room_lineup ul.room_list li {
  width: calc((100% - 6px) / 5);
}

.page_room .room_box.room_lineup ul.room_list li a {
  background: #b0b2b6;
  background: #9b8f89;
  color: #333;
  color: #fff;
}

.page_room .room_box.room_lineup ul.other_list li {
  width: calc((100% - 2px) / 2);
}

.page_room .room_box.room_lineup ul.other_list li a {
  background: #9b8f89;
  background: #b0b2b6;
  color: #fff;
  color: #333;
}

.page_room .room_box.room_lineup .checkIn-time {
  margin-top: 40px;
}

.page_room .room_box.room_lineup .checkIn-time .wrap {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 1em;
}

.page_room .room_box.room_lineup .checkIn-time .wrap span {
  margin-left: 2em;
}

.page_room .room_area {
  position: relative;
}

.page_room .room_area::before {
  content: "";
  display: block;
  width: 140rem;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background: #53245e;
}

.page_room .room_area::after {
  content: "";
  display: block;
  width: 140rem;
  height: 80rem;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #53245e;
}

.page_room .room_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page_room .room_area .room_section {
  background: #53245e;
  position: relative;
  z-index: 2;
}

.page_room .room_area .room_section .room_summary {
  padding: 70rem 32rem 60rem;
  color: #fff;
  font-size: 14px;
}

.page_room .room_area .room_section .room_summary h3 {
  font-family: "Mukta", "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 20px;
}

.eng.page_room .room_area .room_section .room_summary h3 {
  font-family: "Mukta", "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 24px;
}

.page_room .room_area .room_section .room_summary h3 span {
  font-size: 27px;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 5px;
}

.page_room .room_area .room_section .room_summary .room_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  line-height: 2;
  border: solid;
  border-width: 1px 0;
  margin: 1em 0;
  padding: 5px 0;
}

.page_room .room_area .room_section .room_summary .room_about li {
  margin-right: 1em;
}

.page_room .room_area .room_section .room_summary .room_about li:nth-last-child(1) {
  width: 100%;
}

.page_room .room_area .room_section .room_summary p {
  line-height: 2;
}

.page_room .room_area .room_section:nth-child(2n) {
  background: #75507e;
}

.page_room .room_slide {
  margin-bottom: 80rem;
}

.page_room .room_slide .slick-slide {
  margin: 0;
}

.page_room .room_slide .slick-dots li {
  width: 66px;
  height: 4px;
  border-radius: 0;
}

.page_room .room_slide .slick-dots li button::before {
  background: none;
}

/*
.page_room .room_slide .slick-dots li button:hover,
.page_room .room_slide .slick-dots li button:focus {
	background: #671d48;
}

.page_room .room_slide .slick-dots li button:hover::before,
.page_room .room_slide .slick-dots li button:focus::before {
	background: #671d48;
}
*/
.page_room .room_slide .slick-dots li.slick-active button {
  background: #671d48;
}

.page_room .amenity_area {
  padding: 250rem 32rem 25rem;
  position: relative;
  color: #fff;
}

.page_room .amenity_area::before {
  /* content: "";
  position: absolute;
  top: 47%;
  left: 0;
  width: 100%;
  height: 340rem;
  background: #53245e; */
}

.page_room .amenity_area::after {
  content: "";
  display: block;
  width: 140rem;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #53245e;
}

.page_room .amenity_area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page_room .amenity_area h2 {
  color: #fff;
}

.page_room .amenity_area h2 span {
  color: #b38ea4;
}

.page_room .amenity_area .amenity_box {
  position: relative;
  z-index: 2;
  max-width: 950px;
  margin: 0 auto 150rem;
}

.page_room .amenity_area .amenity_box .summary {
  font-size: 14px;
  line-height: 1.8;
}

.page_room .amenity_area .amenity_box .summary h3 {
  line-height: 1.4;
  margin-bottom: 8px;
}

.page_room .amenity_area .amenity_box .summary p {
  margin-bottom: 1em;
}

.page_room .amenity_area .amenity_box .summary p:nth-last-child(1) {
  margin-bottom: 0;
}

.page_room .btn_wrap .btn a {
  width: 300px;
  padding-left: 20px;
  max-width: 100%;
  padding-right: 20px;
  height: 42px;
}
.page_room .btn_wrap .btn + .btn {
  margin-top: 20rem;
}
.page_room .btn_wrap .btn span {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 300px;
  max-width: 100%;
  height: 42px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 15px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.page_room .btn_wrap .btn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 11px;
  aspect-ratio: 1/1;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-65%) rotate(45deg);
          transform: translateY(-65%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_room .btn_wrap .btn span.open::after {
  -webkit-transform: translateY(-35%) rotate(225deg);
          transform: translateY(-35%) rotate(225deg);
}
.page_room .btn_wrap .btn3 a:hover {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
  color: #53245e;
}
.page_room .btn_wrap .btn4 a:hover {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
  color: #75507e;
}
.page_room .btn_wrap .btn4 a::after,
.page_room .btn_wrap .btn3 a::after {
  content: none;
}

@media screen and (max-width: 769px) {
  .page_room .ud_header .ud_h1::before {
    left: auto;
    right: -90px;
  }
  .page_room .ud_header .ud_h1 span {
    font-size: 22px;
  }
  .page_room .ud_contents::after {
    width: 32rem;
  }
  .page_room .room_box::before {
    width: 32rem;
  }
  .page_room .room_box.toptxt {
    margin: -347rem 32rem 100rem;
    margin: -347rem 32rem 0;
  }
  .page_room .room_box.toptxt::before {
    right: -32rem;
  }
  .page_room .room_box.toptxt .room_txt {
    padding: 50rem 32rem;
  }
  .page_room .room_box.room_lineup {
    margin-left: 32rem;
    margin-right: 32rem;
  }
  .page_room .room_box.room_lineup::before {
    left: -32rem;
    right: 0;
    left: auto;
    right: -32rem;
    /* right: -100rem; */
    /* width: calc(100% + 64rem); */
  }
  .page_room .room_box.room_lineup h2 span {
    font-size: 40rem;
  }
  .page_room .room_box.room_lineup ul {
    position: relative;
    z-index: 5;
  }
  .page_room .room_box.room_lineup ul.room_list li {
    width: calc((100% - 2px) / 2);
  }
  .page_room .room_area .room_section .room_summary {
    padding-left: 60rem;
    padding-right: 60rem;
  }
  .page_room .room_area .room_section .room_summary h3 {
    font-size: 18px;
  }
  .page_room .room_area .room_section .room_summary h3 span {
    font-size: 22px;
  }
  .page_room .amenity_area::after {
    content: none;
  }
  .page_room .amenity_area .amenity_box.bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page_room .amenity_area .amenity_box .room_slide {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .page_room .room_box.toptxt .room_txt {
    max-width: 680px;
    padding: 80px 54px 130px;
    margin: auto;
    text-align: center;
    font-size: 16px;
  }
  .page_room .room_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_room .room_area .room_section {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_room .room_area .room_section .room_summary {
    padding: 70rem 168rem 60rem;
    max-width: 720px;
  }
  .page_room .room_area .room_section:nth-child(2n+1) {
    margin-bottom: 80rem;
  }
  .page_room .room_area .room_section:nth-child(2n+1) .room_summary {
    margin: 0 0 0 auto;
  }
  .page_room .room_area .room_section:nth-child(2n) {
    margin-top: 80rem;
  }
  .page_room .amenity_area .amenity_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page_room .amenity_area .amenity_box h2 {
    width: 100%;
  }
  .page_room .amenity_area .amenity_box .room_slide {
    width: 50%;
    margin-right: 25rem;
  }
  .page_room .amenity_area .amenity_box .room_slide.bread {
    margin-left: 25rem;
    margin-right: 0;
  }
  .page_room .amenity_area .amenity_box .room_slide .slick-dots {
    text-align: right;
  }
  .page_room .amenity_area .amenity_box .summary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page_room .room_area .room_section .room_summary {
    padding: 70rem 32rem 60rem;
    width: auto;
  }
}
@media screen and (max-width: 660px) {
  .page_room .room_box.room_lineup .checkIn-time .wrap span {
    display: block;
    margin: 0;
  }
}
/*ラウンジ*/
.page_lounge {
  background: #272523;
}

.page_lounge .ud_header {
  height: 859rem;
}

.page_lounge .ud_header img {
  height: 859rem;
}

.page_lounge .ud_header .ud_h1 {
  right: calc(50% + 160px);
  bottom: 347rem;
}

.page_lounge .ud_header .ud_h1::before {
  width: 90px;
  height: 90px;
  bottom: 0;
  top: auto;
  left: -90px;
}

.page_lounge .ud_contents {
  position: relative;
  color: #fff;
  overflow: visible;
  padding-top: 0;
}

.page_lounge .ud_contents::before,
.page_lounge .ud_contents::after {
  content: "";
  background: #53245e;
  position: absolute;
  width: 140rem;
}

.page_lounge .ud_contents::before {
  height: calc(100% - 500rem);
  height: calc(100% - 1000rem);
  top: 0;
  right: 0;
}

.page_lounge .ud_contents::after {
  height: 300rem;
  left: 0;
  bottom: 0;
}

.page_lounge .ud_contents h2 {
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
}

.page_lounge section {
  position: relative;
  z-index: 3;
}

.page_lounge .toptxt {
  margin: 0 32rem 0;
  margin-top: -347rem;
  font-size: 14px;
  line-height: 2;
}

.page_lounge .lounge_box.toptxt::before {
  height: calc(100% - 347rem);
  top: auto;
  bottom: 0;
}

.page_lounge .toptxt h3 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin: 60rem 0 50rem;
}

.page_lounge .toptxt p {
  max-width: 550px;
  font-size: 14px;
  margin: 55rem auto 0;
}

.page_lounge .lounge_area {
  position: relative;
  /*
  margin-top: 100rem;
  */
}

/*
.page_lounge .lounge_area::before {
	content: "";
	position: absolute;
	left: 0;
	top: -98rem;
	width: 100%;
	height: 177rem;
	background: #53245e;
}
*/
.page_lounge .lounge_section {
  margin-bottom: 250rem;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

.page_lounge .lounge_section.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page_lounge .lounge_section .single_slide img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.page_lounge .lounge_section .room_summary {
  padding: 50rem 32rem;
}

/*
.page_lounge .lounge_section .room_summary h2 {
	color: #b38ea4;
}
*/
@media screen and (max-width: 769px) {
  .page_lounge .ud_contents {
    padding-top: 0;
  }
  .page_lounge .ud_contents::before,
  .page_lounge .ud_contents::after {
    width: 32rem;
  }
  .page_lounge .ud_contents::before {
    height: calc(100% - 500rem);
  }
  .page_lounge .ud_contents h2 {
    font-size: 22px;
    margin-bottom: 50rem;
  }
  .page_lounge .ud_header .ud_h1::before {
    left: auto;
    right: -90px;
  }
  .page_lounge .lounge_box.toptxt .lounge_txt {
    background: rgba(37, 39, 35, 0.85);
    padding: 50rem 32rem;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .page_lounge .ud_contents::before,
  .page_lounge .ud_contents::after {
    /* width: 380rem;
    width: 280rem; */
  }
  .page_lounge .ud_contents::before {
    top: 347rem;
  }
  .page_lounge .toptxt {
    text-align: center;
  }
  .page_lounge .toptxt p {
    font-size: 16px;
  }
  .page_lounge .lounge_box.toptxt .lounge_txt {
    max-width: 680px;
    padding: 80px 54px;
    margin: auto;
    background: rgba(37, 39, 35, 0.85);
  }
  .page_lounge .ud_header .ud_h1::before {
    left: auto;
    left: -90px;
  }
  .page_lounge .ud_header .ud_h1 span {
    font-size: 26px;
  }
  .page_lounge .lounge_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_lounge .lounge_section h2 {
    text-align: left;
  }
  .page_lounge .lounge_section .single_slide {
    width: 780rem;
    margin-right: 50rem;
    margin-top: 1em;
  }
  .page_lounge .lounge_section .btn a {
    margin: auto auto auto 0;
  }
  .page_lounge .lounge_section .room_summary {
    width: 430px;
    margin-right: 20%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page_lounge .lounge_section.reverse .room_summary {
    margin-right: 12%;
  }
  .page_lounge .lounge_section .room_summary h2 {
    margin-bottom: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .page_lounge .lounge_section .room_summary .ja {
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page_lounge .lounge_section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_lounge .lounge_section .room_summary {
    width: 780rem;
    margin-top: 100rem;
  }
  .page_lounge .lounge_section .btn a {
    margin-left: auto;
    margin-right: auto;
  }
  .page_lounge .lounge_section .room_summary {
    margin-right: 100rem;
  }
}
/*サービス*/
.page_service {
  background: #272523;
}

.page_service .ud_header {
  height: 859rem;
}

.page_service .ud_header img {
  height: 859rem;
}

.page_service .ud_header .ud_h1 {
  right: calc(50% + 160px);
  bottom: 347rem;
}

.page_service .ud_header .ud_h1 span {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1;
}

.page_service .ud_header .ud_h1::before {
  width: 90px;
  height: 90px;
  bottom: 0;
  top: auto;
  left: -90px;
}

.page_service .ud_contents {
  padding-top: 0;
  padding-bottom: 120rem;
  overflow: visible;
  position: relative;
  color: #fff;
}

.page_service .ud_contents::before,
.page_service .ud_contents::after {
  content: "";
  background: #53245e;
  position: absolute;
  width: 32rem;
}

.page_service .ud_contents::before {
  height: calc(100% - 300rem - 347rem);
  top: 347rem;
  right: 0;
}

.page_service .ud_contents::after {
  height: 300rem;
  left: 0;
  bottom: 0;
}

.page_service .service_box .service_txt {
  position: relative;
  z-index: 3;
}

.page_service .service_box.toptxt {
  margin-top: -347rem;
  font-size: 14px;
  line-height: 2;
}

.page_service .service_box.toptxt::before {
  height: calc(100% - 347rem);
  top: auto;
  bottom: 0;
}

.page_service .service_box.toptxt h2 {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 55rem;
  color: #fff;
}

.page_service .service_box.toptxt h2 span {
  color: #fff;
  font-size: 24px;
  left: 0.3em;
  font-weight: bold;
  margin: 0;
}

.page_service .service_box.toptxt .service_txt {
  background: rgba(37, 39, 35, 0.85);
}

.page_service .service_box.toptxt .scrol_line {
  margin-bottom: 55rem;
}

.page_service .service_area {
  position: relative;
  z-index: 2;
}

.page_service .service_area .service_section .service_summary p.btn_to_sightseeing {
  margin-top: 20px;
}
.page_service .service_area .service_section .service_summary p.btn_to_sightseeing a {
  font-size: 16px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 15px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.page_service .service_area .service_section .service_summary p.btn_to_sightseeing a::after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) skewX(35deg);
          transform: translateY(-50%) skewX(35deg);
}
.page_service .service_area .service_section .service_summary p.btn_to_sightseeing a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.page_service .service_area .service_section .service_summary h2 {
  color: #fff;
}

.page_service .service_area .service_section .service_summary h2 span {
  color: #b38ea4;
}

.page_service .service_area .service_section .service_summary h3 {
  font-weight: normal;
  margin-bottom: 20rem;
}

.page_service .facility {
  position: relative;
  z-index: 2;
  padding: 0 40rem;
  margin-bottom: 167rem;
}

.page_service .facility h2 {
  color: #fff;
}

.page_service .facility ul {
  border: 1px solid;
  list-style: none;
  margin: 0 auto;
  padding: 1em 2em;
  font-size: 14px;
  max-width: 650px;
}

@media screen and (max-width: 769px) {
  .page_service .ud_header .ud_h1::before {
    left: auto;
    right: -90px;
  }
  .page_service .ud_header .ud_h1 span {
    font-size: 44rem;
  }
  .page_service .service_box.toptxt {
    margin-left: 32rem;
    margin-right: 32rem;
  }
  .page_service .service_box.toptxt::before {
    right: -32rem;
  }
  .page_service .service_box.toptxt .service_txt {
    padding: 50rem 32rem;
  }
  .page_service .service_box.service_lineup {
    margin-left: 32rem;
    margin-right: 32rem;
  }
  .page_service .service_box.service_lineup::before {
    right: -32rem;
  }
  .page_service .service_box.service_lineup ul {
    position: relative;
    z-index: 5;
  }
  .page_service .service_box.service_lineup ul.service_list li {
    width: calc((100% - 2px) / 2);
  }
  .page_service .service_area .service_section {
    margin-bottom: 100rem;
  }
  .page_service .service_area .service_section .service_summary {
    padding: 40rem;
  }
}
@media screen and (min-width: 769px) {
  .page_service .ud_contents::before,
  .page_service .ud_contents::after {
    width: 380rem;
    width: 10%;
  }
  .page_service .service_box.toptxt {
    text-align: center;
  }
  .page_service .service_box.toptxt .service_txt {
    max-width: 680px;
    padding: 80px 54px;
    margin: auto;
    font-size: 16px;
  }
  .page_service .service_area .service_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 200rem;
    width: 100%;
  }
  .page_service .service_area .service_section .service_ph {
    max-width: 1120rem;
    width: 100%;
  }
  .page_service .service_area .service_section .service_ph img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .page_service .service_area .service_section .service_summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(300px + 80rem);
    padding: 0 40rem;
    font-size: 14px;
    line-height: 1.8;
  }
  .page_service .service_area .service_section .service_summary h2 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 60rem;
  }
  .page_service .service_area .service_section .service_summary h2 span {
    font-size: 28px;
    line-height: 1;
  }
  .page_service .service_area .service_section .service_summary h3 {
    font-size: 22px;
  }
  .page_service .service_area .service_section:nth-child(2n+1) .service_ph .slick-dots {
    text-align: right;
  }
  .page_service .service_area .service_section:nth-child(2n) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page_service .service_area .service_section:nth-child(2n) .service_ph {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page_service .service_area .service_section:nth-child(2n) .service_ph .slick-dots {
    text-align: left;
  }
  .page_service .facility ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_service .facility ul li {
    margin-right: 2em;
  }
  .page_service .facility ul li:nth-last-child(1) {
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page_service .ud_contents::before,
  .page_service .ud_contents::after {
    width: 100rem;
  }
  .page_service .service_area .service_section .service_ph {
    margin: 0 !important;
  }
  .page_service .service_area .service_section .service_summary {
    width: auto;
    padding: 40rem;
  }
}
/*バー*/
.page_bar {
  background: #272523;
  /* background: #53245e; */
}

.page_bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.page_bar .ud_header {
  height: 870rem;
}

.page_bar .ud_header img {
  height: 870rem;
}

.page_bar .ud_header .shoptxt {
  font-size: 24px;
  text-align: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.cn.page_bar .ud_header .shoptxt {
  font-family: "Noto Serif SC", serif;
}

.tw.page_bar .ud_header .shoptxt {
  font-family: "Noto Serif TC", serif;
}

.ko.page_bar .ud_header .shoptxt {
  font-family: "Noto Serif KR", serif;
}

.page_bar .ud_header .shoptxt h2 {
  text-align: center;
  position: static;
  margin-bottom: 80rem;
}

.page_bar .ud_header .shoptxt h2 img {
  width: 430rem;
  height: auto;
}

.page_bar .ud_header .shoptxt p span {
  display: block;
  font-size: 17px;
}

.page_bar .ud_contents {
  padding: 0;
  overflow: visible;
}

.page_bar h1.ud_h1 {
  background: #7e2f2a;
  bottom: -107px;
}

.page_bar h1.ud_h1::before {
  width: 90px;
  height: 90px;
  top: auto;
  left: -90px;
  right: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .page_bar h1.ud_h1::before {
    width: 16vw;
    height: 16vw;
    left: auto;
    right: -16vw;
  }
}

.page_bar .restaurant_slide .slick-slide {
  margin: 0;
}

.page_bar .restaurant_slide .slick-dots {
  list-style: none;
  padding: 0;
  bottom: calc(-30rem - 10px);
}

.page_bar .restaurant_slide .slick-dots li {
  width: 66px;
  height: 4px;
  border-radius: 0;
  margin-bottom: 10px;
}

/*
.page_bar .restaurant_slide .slick-dots li button:hover,
.page_bar .restaurant_slide .slick-dots li button:focus {
	background: #4A082F;
	opacity: 1;
}

.page_bar .restaurant_slide .slick-dots li button:hover::before,
.page_bar .restaurant_slide .slick-dots li button:focus::before {
	background: #4A082F;
	opacity: 1;
}
*/
.page_bar .restaurant_slide .slick-dots li.slick-active button {
  background: #4a082f;
}

.page_bar .toptxt {
  position: relative;
  color: #fff;
}

.page_bar .toptxt::before {
  content: "";
  background: #53245e;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 32rem;
}

.page_bar .toptxt h1 {
  /*	background: url("../img/bar/bg_tit_concept.jpg");*/
  background: #53245e;
  background-size: cover;
  width: 480rem;
  height: 480rem;
  padding: 0 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: left;
  position: relative;
}

.page_bar .toptxt h1::before,
.page_bar .toptxt h1::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
}

.page_bar .toptxt h1::before {
  width: 100rem;
  height: 50rem;
  bottom: -50rem;
  right: -50rem;
  background: #53245e;
}

.page_bar .toptxt h1::after {
  width: 50rem;
  height: 50rem;
  right: -50rem;
  bottom: 0rem;
  background: #4a082f;
  z-index: 2;
}

.page_bar .toptxt h2 {
  color: #fff;
  font-size: 24px;
  line-height: 2;
}

.page_bar .toptxt p {
  font-size: 14px;
  line-height: 2;
}

.page_bar #experience_seciton {
  /* background: #f5f6f4; */
  padding-bottom: 200rem;
  position: relative;
}

.page_bar #experience_seciton::before {
  content: "";
  background: #53245e;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 32rem;
  width: 18%;
}

.page_bar #experience_seciton h2 {
  color: #4a082f;
  color: #fff;
}

.page_bar #experience_seciton h2 span {
  color: #53245e;
  color: #fff;
}

.page_bar #experience_seciton .slick-slide a {
  color: #333;
  color: #fff;
}

.page_bar #experience_seciton .slick-slide a .category {
  color: #fff;
}

.page_bar #experience_seciton .slick-prev::before {
  background: url("../img/common/slick_arrow_l2.svg");
  background: url("../img/common/slick_arrow_l.svg");
  background-size: 100%;
}

.page_bar #experience_seciton .slick-next::before {
  background: url("../img/common/slick_arrow_r2.svg");
  background: url("../img/common/slick_arrow_r.svg");
  background-size: 100%;
}

.page_bar #experience_seciton .view_list_button {
  position: static;
}

.page_bar .restaurant_section {
  padding-bottom: 100rem;
}

.page_bar .restaurant_section .restaurant_box {
  position: relative;
  z-index: 2;
}

.page_bar .restaurant_section .restaurant_box figure {
  margin: 0;
}

.page_bar .restaurant_section .restaurant_box figure img {
  height: 859rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.page_bar .restaurant_section .restaurant_box .restaurant_summary {
  background: #7e2f2a;
  padding: 110rem 70rem 75rem;
  color: #fff;
  text-align: center;
  position: relative;
}

.page_bar .restaurant_section .restaurant_box .restaurant_summary h2 {
  color: #fff;
  margin-bottom: 65rem;
  line-height: 1.1;
}

.page_bar .restaurant_section .restaurant_box .restaurant_summary .btn {
  margin-top: 65rem;
}

.page_bar .restaurant_section.food {
  position: relative;
}

.page_bar .restaurant_section.food::before {
  content: "";
  background: #53245e;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 32rem;
}

.page_bar .restaurant_section.food .restaurant_summary {
  position: relative;
}

.page_bar .restaurant_section.food .restaurant_summary::before,
.page_bar .restaurant_section.food .restaurant_summary::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
}

.page_bar .restaurant_section.food .restaurant_summary::before {
  width: 50rem;
  height: 50rem;
  bottom: -50rem;
  background: #53245e;
}

.page_bar .restaurant_section.food .restaurant_summary::after {
  width: 50rem;
  height: 100rem;
  left: -50rem;
  bottom: -50rem;
  background: #4a082f;
  z-index: 2;
}

.page_bar .restaurant_section.drink {
  background: #53245e;
}

.page_bar .restaurant_section.drink .restaurant_ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page_bar .restaurant_section.drink .restaurant_ph {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_bar .restaurant_section.drink .restaurant_ph li {
    width: 50%;
  }
}

.page_bar .restaurant_section.drink .restaurant_summary {
  position: relative;
}

.page_bar .restaurant_section.drink .restaurant_summary::before,
.page_bar .restaurant_section.drink .restaurant_summary::after {
  content: "";
  position: absolute;
  display: block;
  right: -50rem;
}

.page_bar .restaurant_section.drink .restaurant_summary::before {
  width: 50rem;
  height: 100rem;
  bottom: -50rem;
  background: #53245e;
}

.page_bar .restaurant_section.drink .restaurant_summary::after {
  width: 100rem;
  height: 50rem;
  bottom: -50rem;
  background: #4a082f;
  z-index: 2;
}

.page_bar .restaurant_section.space {
  background: #53245e;
}

.page_bar .restaurant_section.space .restaurant_summary {
  position: relative;
}

.page_bar .restaurant_section.space .restaurant_summary::before,
.page_bar .restaurant_section.space .restaurant_summary::after {
  content: "";
  position: absolute;
  display: block;
  right: -50rem;
}

.page_bar .restaurant_section.space .restaurant_summary::before {
  width: 50rem;
  height: 100rem;
  bottom: -50rem;
  background: #53245e;
}

.page_bar .restaurant_section.space .restaurant_summary::after {
  width: 100rem;
  height: 50rem;
  bottom: -50rem;
  background: #4a082f;
  z-index: 2;
}

.page_bar .information {
  /* margin-top: 132rem; */
  margin-bottom: 84rem;
  padding: 53rem;
  background: #f5f6f4;
  position: relative;
}

.page_bar .information::before {
  content: "";
  background: #53245e;
  position: absolute;
  width: 32rem;
  height: calc(100% + 132rem + 84rem);
  top: -132rem;
  top: 0;
  left: -120px;
}

.page_bar .information .inner {
  background: #f5f6f4;
  position: relative;
  z-index: 2;
}

.page_bar #access_section {
  padding: 120rem 0 100rem;
  position: relative;
}

.page_bar #access_section::before {
  content: "";
  background: #53245e;
  position: absolute;
  width: 32rem;
  height: 100%;
  top: 0;
  left: -120px;
}

.page_bar #access_section h2 {
  color: #fff;
}

.page_bar #access_section h2 span {
  color: #b38ea4;
}

.page_bar #access_section p,
.page_bar #access_section div,
.page_bar #access_section h4 {
  position: relative;
  text-align: center;
  z-index: 2;
  color: #fff;
}

.page_bar #access_section h4 {
  font-size: 18px;
  margin-bottom: 1em;
}

.page_bar #access_section p {
  font-size: 14px;
}

.page_bar .footer_restaurant {
  background: #7e2f2a;
  font-size: 14px;
  padding-left: 40rem;
  padding-right: 40rem;
}
.page_bar .footer_restaurant .footer_restaurant_inner {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 50rem;
  line-height: 2;
}
.page_bar .footer_restaurant .footer_restaurant_inner .logo {
  margin-bottom: 46rem;
}
.page_bar .footer_restaurant .footer_restaurant_inner .logo img {
  width: 430rem;
}

@media screen and (max-width: 769px) {
  header .header_sns {
    left: auto;
    right: 50rem;
  }
  header .header_sns li {
    margin: 15rem 0;
    margin: 8px 0;
  }
  header .header_sns li.-ptn1 {
    margin: 6px 0 8px;
  }
  header .header_sns li a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page_bar .restaurant_section .restaurant_box figure img {
    height: 400rem;
  }
  .page_bar .ud_header .shoptxt h2 img {
    width: 500rem;
  }
  .page_bar .ud_header .shoptxt p {
    font-size: 16px;
  }
  .page_bar .ud_header .shoptxt p span {
    font-size: 14px;
  }
  .page_bar .toptxt {
    padding-bottom: 100rem;
  }
  .page_bar .toptxt::before {
    top: 13px;
  }
  .page_bar .toptxt h1 {
    margin-top: -13px;
    margin-left: 272rem;
    position: relative;
    z-index: 2;
  }
  .page_bar .toptxt h1::before,
  .page_bar .toptxt h1::after {
    content: none !important;
  }
  .page_bar .toptxt .restaurant_txt p {
    padding: 0 40rem;
  }
  .page_bar .restaurant_slide .slick-dots {
    position: static;
    margin-top: 10px;
  }
  .page_bar .restaurant_summary::before,
  .page_bar .restaurant_summary::after {
    content: none !important;
  }
  .page_bar .restaurant_summary p {
    line-height: 2;
  }
  .page_bar #access_section p {
    padding: 0 40rem;
  }
}
@media screen and (min-width: 769px) {
  .page_bar h1.ud_h1 {
    right: calc(50% + 516rem);
  }
  .page_bar .toptxt {
    position: relative;
    padding: 107rem 0 170rem;
  }
  .page_bar .toptxt::before {
    width: 14%;
  }
  .page_bar .toptxt .restaurant_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 55%;
    max-width: 1850px;
  }
  .page_bar .toptxt h1 {
    position: absolute;
    right: calc(50% + 36rem);
    top: -73px;
  }
  .page_bar .toptxt h2 {
    text-align: left;
    position: relative;
    z-index: 2;
    max-width: 432px;
    width: 60%;
  }
  .page_bar .toptxt p {
    text-align: left;
    max-width: 432px;
    width: 60%;
    position: relative;
    z-index: 2;
  }
  .page_bar .restaurant_section .restaurant_box .restaurant_summary {
    text-align: left;
    width: 444px;
    position: absolute;
  }
  .page_bar .restaurant_section .restaurant_box .restaurant_summary h2 {
    text-align: left;
  }
  .page_bar .restaurant_section .restaurant_box .restaurant_summary p {
    line-height: 2;
    font-size: 14px;
  }
  .page_bar .restaurant_section.food::before {
    width: 18%;
  }
  .page_bar .restaurant_section.food .restaurant_summary {
    top: -64rem;
    left: calc(50% + 200rem);
  }
  .page_bar .restaurant_section.space .restaurant_summary,
  .page_bar .restaurant_section.drink .restaurant_summary {
    top: 166rem;
    right: calc(50% + 200rem);
  }
  .page_bar .information::before,
  .page_bar #access_section::before {
    width: 18%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1180px) {
  .page_restaurant .toptxt h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page_bar .toptxt {
    padding-top: 530rem;
  }
  .page_bar .toptxt h1 {
    left: calc(32rem + 180px);
  }
  .page_bar .toptxt h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .page_bar .toptxt p {
    margin: 0 auto;
    width: auto;
  }
  .page_bar .toptxt .restaurant_txt {
    display: block;
    padding: 0;
  }
  .page_bar .restaurant_section .restaurant_box .restaurant_summary {
    width: 48%;
  }
  .page_bar .restaurant_section.food .restaurant_summary {
    top: -64rem;
    left: 50%;
  }
  .page_bar .restaurant_section.space .restaurant_summary,
  .page_bar .restaurant_section.drink .restaurant_summary {
    top: 166rem;
    right: 50%;
  }
}
/* ２０２１０４１２追記*/
.header_catch span img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto !important;
}

header .header_catch {
  display: none;
}

.catch_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  pointer-events: none;
}
.catch_nav .header_catch {
  padding-top: 2px;
  text-align: center;
  background-color: #6e6750;
  line-height: 1;
  font-size: 8rem;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.catch_nav .header_catch.catch_out {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.catch_nav .header_catch img {
  width: 240px;
}

.page_lounge .ud_header .ud_h1 {
  right: calc(50% + 140px);
  width: 200px;
  height: 200px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .page_lounge .ud_header .ud_h1 {
    width: 260rem;
    height: 260rem;
    font-size: 25rem;
  }
}
.page_access {
  background: #272523;
}
.page_access .ud_header {
  height: 514rem;
}
.page_access .ud_header img {
  height: 514rem;
}
.page_access .ud_header .ud_h1 {
  right: calc(50% + 495rem);
  left: auto;
}
.page_access .ud_header .ud_h1::before {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  position: absolute;
  top: -180px;
  left: 0;
}
.page_access .ud_header .ud_h1 span {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 3px;
}
.page_access .ud_contents {
  background: #dad4cb;
  overflow: hidden;
  padding: 100px 0 0;
}
.page_access .access_map {
  text-align: center;
  padding-bottom: 50rem;
}
.page_access .access_map img {
  height: 693px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_access .route {
  background-color: #282828;
  color: #fff;
  padding-top: 100px;
  text-align: center;
}
.page_access .route .route_top h2 {
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #fff;
  position: relative;
  margin-bottom: 0;
}
.page_access .route .route_top h2::before {
  position: absolute;
  content: "";
  background: url("../../../asset/img/access/logo_white.png");
  width: 27px;
  height: 27px;
  margin: auto;
  left: 0;
  right: 0;
  top: -55px;
}
.page_access .route .route_top .station {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
}
.page_access .route .route_top .btn_map {
  margin-top: 20px;
}
.page_access .route .route_top .btn_map a {
  display: block;
  width: 348rem;
  margin: 20rem auto 0;
  padding: 8rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #92785f;
}
.page_access .route .gmap {
  margin-top: 50px;
}
.page_access .route .gmap iframe {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: 400px;
}
.page_access .route .accodion_wrap {
  margin-top: 80px;
  padding-bottom: 80px;
}
.page_access .route .accodion_wrap h3 {
  font-size: 20px;
  margin-top: 100px;
}
.page_access .route .accodion_wrap ul.root_station {
  margin-top: 40px;
}
.page_access .route .accodion_wrap ul li {
  list-style: none;
}
.page_access .route .accodion_wrap ul li.accodion_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page_access .route .accodion_wrap ul li.accodion_text .box_text {
  color: #fff;
  font-size: 20px;
  position: relative;
  width: 250px;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  padding-right: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
  cursor: pointer;
}
.page_access .route .accodion_wrap ul li.accodion_text .box_text.open::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page_access .route .accodion_wrap ul li.accodion_text .box_text::before {
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
  width: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.page_access .route .accodion_wrap ul li.accodion_text .box_text:first-child {
  border-right: 1px solid #fff;
}
.page_access .route .accodion_wrap ul li.accodion_text .box_text span {
  font-size: 16px;
  display: block;
}
.page_access .route .accodion_wrap ul li.accodion_img .box_img {
  margin-top: 50px;
  max-width: 1040px;
  background: #fff;
  padding: 60rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  overflow: visible;
  display: none;
}
.page_access .route .accodion_wrap ul li.accodion_img .box_img::before {
  content: "";
  position: absolute;
  top: -30rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15rem 30rem 15rem;
  border-color: transparent transparent #ffffff transparent;
}
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box01::before,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box03::before,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box05::before {
  left: 370px;
}
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box02::before,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box04::before,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box06::before {
  right: 390px;
}
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box03 .root_flex,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box04 .root_flex,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box05 .root_flex,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box06 .root_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 80rem;
}
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box03 .root_flex figure,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box04 .root_flex figure,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box05 .root_flex figure,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box06 .root_flex figure {
  width: 50%;
  margin-right: 50rem;
}
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box03 .root_flex p,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box04 .root_flex p,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box05 .root_flex p,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box06 .root_flex p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  color: #000;
}
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box03 .root_flex p strong,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box04 .root_flex p strong,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box05 .root_flex p strong,
.page_access .route .accodion_wrap ul li.accodion_img .accodion_box06 .root_flex p strong {
  display: block;
  font-size: 20px;
  margin-bottom: 1em;
}

.expo_wrap {
  padding-top: 150rem;
  margin-top: 150rem;
  width: 1280rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  color: #000;
  padding-bottom: 150rem;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .expo_wrap {
    width: 100%;
  }
}
.expo_wrap .access_tit {
  color: #e60012;
  font-size: 35rem;
  text-align: center;
  font-weight: bold;
}
.expo_wrap .hotel_tab {
  margin-top: 80rem;
}
.expo_wrap .hotel_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  list-style: none;
}
.expo_wrap .hotel_tab ul li {
  text-align: center;
  width: 250rem;
  cursor: pointer;
}
.expo_wrap .hotel_tab ul li span {
  position: relative;
  padding-bottom: 10rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: block;
}
.expo_wrap .hotel_tab ul li span::after {
  content: "";
  width: 100%;
  height: 6rem;
  background-color: #0068b7;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.expo_wrap .hotel_tab ul li.hotel01 {
  width: 100%;
  font-size: 1.2em;
}
.expo_wrap .hotel_tab ul li.hotel01 span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.expo_wrap .hotel_tab ul li.open span::after {
  background-color: #e60012;
}
.expo_wrap .expo_tab {
  margin-top: 100rem;
}
.expo_wrap .expo_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.expo_wrap .expo_tab ul li {
  width: 33%;
  height: 55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18rem;
  background-color: #0068b7;
  display: flex;
  cursor: pointer;
  color: #fff;
}
.expo_wrap .expo_tab ul li.open {
  background-color: #e60012;
  position: relative;
  pointer-events: none;
}
.expo_wrap .expo_tab ul li.open::before {
  position: absolute;
  content: "";
  height: auto;
  background-color: transparent;
  left: 50%;
  bottom: -24rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 25rem solid transparent;
  border-left: 25rem solid transparent;
  border-top: 25rem solid #e60012;
}
.expo_wrap .hotel_content {
  display: none;
}
.expo_wrap .hotel_content.open {
  display: block;
}
.expo_wrap .hotel_content .expo_content {
  display: none;
  margin-top: 100rem;
}
.expo_wrap .hotel_content .expo_content.bus_wrap, .expo_wrap .hotel_content .expo_content.ship_wrap {
  width: 860rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.expo_wrap .hotel_content .expo_content.bus_wrap .time, .expo_wrap .hotel_content .expo_content.ship_wrap .time {
  font-size: 1.2em;
  margin-top: 10rem;
  text-align: right;
}
.expo_wrap .hotel_content .expo_content.train_wrap .img_wrap {
  margin-top: 60rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.expo_wrap .hotel_content .expo_content.train_wrap .logo_wrap.sakai {
  background-color: #6f624e;
}
.expo_wrap .hotel_content .expo_content.train_wrap .logo_wrap.oohama {
  background-color: #0c83c0;
}
.expo_wrap .hotel_content .expo_content.train_wrap .logo_wrap.namba {
  background-color: #811c21;
}
.expo_wrap .hotel_content .expo_content.train_wrap .logo_wrap.namba img {
  width: 100rem;
}
.expo_wrap .hotel_content .expo_content.train_wrap .logo_wrap.moriguchi {
  background-color: #71674d;
}
.expo_wrap .hotel_content .expo_content.train_wrap .logo_wrap.moriguchi img {
  width: 100rem;
}
.expo_wrap .hotel_content .expo_content.train_wrap .logo_wrap.kyoto {
  background-color: #53245e;
  padding: 20rem;
}
.expo_wrap .hotel_content .expo_content.open {
  display: block;
}
.expo_wrap .hotel_content .expo_content .img_wrap {
  margin-top: 30rem;
  width: 100%;
}
.expo_wrap .hotel_content .expo_content .note {
  font-size: 0.8em;
  margin-top: 10rem;
}
.expo_wrap .hotel_content .expo_content .expo_route.en table th.oohama img {
  width: 100rem;
}
.expo_wrap .hotel_content .expo_content .expo_route.en td.txt {
  white-space: nowrap;
  font-size: 0.85em;
  padding-left: 5rem;
}
.expo_wrap .hotel_content .expo_content .expo_route.en td.s_tit, .expo_wrap .hotel_content .expo_content .expo_route.en td.time {
  font-size: 0.85em;
}
.expo_wrap .hotel_content .expo_content .expo_route.en td.s_tit span {
  padding: 5rem 15rem;
}
.expo_wrap .hotel_content .expo_content .expo_route.ko table th.oohama img {
  width: 100rem;
}
.expo_wrap .hotel_content .expo_content .expo_route.ko td.txt {
  white-space: nowrap;
  font-size: 0.95em;
  padding-left: 5rem;
}
.expo_wrap .hotel_content .expo_content .expo_route.ko td.s_tit, .expo_wrap .hotel_content .expo_content .expo_route.ko td.time {
  font-size: 0.95em;
}
.expo_wrap .hotel_content .expo_content .expo_route.ko td.s_tit span {
  padding: 5rem 15rem;
}
.expo_wrap .hotel_content .expo_content .expo_route table {
  width: 95%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.expo_wrap .hotel_content .expo_content .expo_route table th {
  vertical-align: middle;
  width: 180rem;
  font-size: 1.5em;
}
.expo_wrap .hotel_content .expo_content .expo_route table th img {
  width: 145rem;
}
.expo_wrap .hotel_content .expo_content .expo_route table td {
  vertical-align: middle;
  text-align: center;
  padding: 5rem 10rem;
}
.expo_wrap .hotel_content .expo_content .expo_route table td.border {
  padding-top: 15rem;
  padding-bottom: 15rem;
  position: relative;
}
.expo_wrap .hotel_content .expo_content .expo_route table td.border::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
}
.expo_wrap .hotel_content .expo_content .expo_route table td.time {
  max-width: 0;
  white-space: nowrap;
  padding-left: 20rem;
}
.expo_wrap .hotel_content .expo_content .expo_route table td.txt {
  padding: 0;
}
.expo_wrap .hotel_content .expo_content .expo_route table td.a_arrow {
  position: relative;
}
.expo_wrap .hotel_content .expo_content .expo_route table td.a_arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10rem;
  height: 10rem;
  border-right: 2rem solid #333;
  border-bottom: 2rem solid #333;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.expo_wrap .hotel_content .expo_content .expo_route table td span::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: -25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.expo_wrap .hotel_content .expo_content .expo_route table .s_tit span {
  color: #fff;
  background-color: #0068b7;
  display: inline-block;
  border-radius: 30rem;
  padding: 8rem 20rem;
  line-height: 1.2;
  white-space: nowrap;
}
.expo_wrap .hotel_content .expo_content .expo_route table .first {
  padding-left: 60rem;
}
.expo_wrap .hotel_content .expo_content .expo_route table .last {
  padding: 10rem;
}
.expo_wrap .hotel_content .expo_content .expo_route table .expo {
  background-color: #e60012;
  text-align: center;
  color: #fff;
  width: 180rem;
  font-size: 1.2em;
}
.expo_wrap .hotel_content .expo_content .expo_route table.kyoto th {
  width: 120rem;
}
.expo_wrap .hotel_content .expo_content .expo_route table.kyoto th img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.expo_wrap .hotel_content .expo_content .expo_route table.kyoto th img.karasuma {
  width: 75rem;
  margin-top: 15rem;
  margin-left: 10rem;
}
.expo_wrap .hotel_content .expo_content .expo_route table.kyoto th img.shijo {
  width: 50rem;
  margin-left: 9rem;
}
.expo_wrap .hotel_content .expo_content .expo_route table.kyoto td span {
  font-size: 14rem;
  white-space: nowrap;
}
.expo_wrap .hotel_content .expo_content .expo_route table.kyoto .time {
  font-size: 14rem;
  white-space: nowrap;
}
.expo_wrap .hotel_content .expo_content .expo_route table.kyoto .expo {
  width: 120rem;
}
.expo_wrap .hotel_content .expo_content .expo_route table.kyoto .expo span {
  font-size: 18rem;
}
.expo_wrap .hotel_content .expo_btn a {
  color: #53245e;
  margin-top: 60rem;
  border: 1px solid #53245e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20rem;
  padding-right: 20rem;
  min-width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.2;
}
.expo_wrap .hotel_content .expo_btn.hp a {
  width: 470px;
  position: relative;
  padding-right: 50rem;
}
.expo_wrap .hotel_content .expo_btn.hp a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25rem;
  height: 25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/wp/wp-content/themes/twentytwentyone-child/asset/img/access/ico_link_b.svg?v2);
  top: 10rem;
  right: 15rem;
}
.expo_wrap .hotel_content .expo_btn.pdf a {
  position: relative;
  padding-right: 50rem;
  padding-left: 50rem;
  background-color: #53245e;
  color: #fff;
  width: 470px;
}
.expo_wrap .hotel_content .expo_btn.pdf a::before, .expo_wrap .hotel_content .expo_btn.pdf a::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}
.expo_wrap .hotel_content .expo_btn.pdf a::before {
  background-image: url(/wp/wp-content/themes/twentytwentyone-child/asset/img/access/ico_pdf.svg);
  top: 7px;
  left: 18px;
}
.expo_wrap .hotel_content .expo_btn.pdf a::after {
  background-image: url(/wp/wp-content/themes/twentytwentyone-child/asset/img/access/ico_link.svg?v2);
  top: 10px;
  right: 15px;
}
.expo_wrap .hotel_content .expo_btn a:hover {
  border-color: #53245e;
  background-color: #53245e;
  color: #fff;
}
.expo_wrap .hotel_content .expo_btn.hp a:hover::after {
  background-image: url(/wp/wp-content/themes/twentytwentyone-child/asset/img/access/ico_link.svg?v2);
}
.expo_wrap .hotel_content .expo_btn.pdf a:hover {
  border-color: #53245e;
  background-color: #fff;
  color: #53245e;
}
.expo_wrap .hotel_content .expo_btn.pdf a:hover::after {
  background-image: url(/wp/wp-content/themes/twentytwentyone-child/asset/img/access/ico_link_b.svg?v2);
}
.expo_wrap .sp_block {
  display: none;
}

@media screen and (max-width: 769px) {
  .page_access .ud_header {
    height: 514rem;
  }
  .page_access .ud_header img {
    height: 514rem;
  }
  .page_access .ud_header .ud_h1 {
    right: auto;
    left: 32rem;
    width: 240rem;
    height: 240rem;
    bottom: 0;
    padding: 20rem;
    font-size: 28rem;
  }
  .page_access .ud_header .ud_h1::before {
    display: none;
  }
  .page_access .ud_header .ud_h1 span {
    font-size: 22px;
  }
  .page_access .ud_contents {
    padding: 0;
  }
  .page_access .access_map {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .page_access .access_map img {
    height: auto;
  }
  .page_access .route {
    margin-top: 30px;
    background-color: #282828;
    color: #fff;
    padding-top: 70px;
    text-align: center;
  }
  .page_access .route .route_top h2 {
    font-size: 20px;
  }
  .page_access .route .route_top h2::before {
    top: -45px;
  }
  .page_access .route .route_top .station {
    font-size: 16px;
    line-height: 1.4;
  }
  .page_access .route .gmap {
    margin-top: 30px;
  }
  .page_access .route .gmap iframe {
    width: 335px;
    height: 300px;
  }
  .page_access .route .accodion_wrap {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .page_access .route .accodion_wrap h3 {
    font-size: 16px;
    margin-top: 50px;
  }
  .page_access .route .accodion_wrap ul {
    padding: 0;
  }
  .page_access .route .accodion_wrap ul.root_station {
    margin-top: 20px;
  }
  .page_access .route .accodion_wrap ul li.accodion_text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page_access .route .accodion_wrap ul li.accodion_text .box_text {
    font-size: 14px;
    width: 160px;
    height: 70px;
    padding-left: 15px;
    padding-right: 20px;
    line-height: 1.4;
  }
  .page_access .route .accodion_wrap ul li.accodion_text .box_text::before {
    height: 10px;
    right: 8px;
    width: 10px;
  }
  .page_access .route .accodion_wrap ul li.accodion_text .box_text span {
    font-size: 13px;
    display: block;
  }
  .page_access .route .accodion_wrap ul li.accodion_img {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box01::before,
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box03::before,
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box05::before {
    left: 80px;
  }
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box02::before,
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box04::before,
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box06::before {
    right: 80px;
  }
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box03 .root_flex,
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box04 .root_flex,
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box05 .root_flex,
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box06 .root_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    margin: 30px 0 80rem;
  }
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box03 .root_flex figure,
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box04 .root_flex figure,
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box05 .root_flex figure,
  .page_access .route .accodion_wrap ul li.accodion_img .accodion_box06 .root_flex figure {
    margin: 0;
    width: 100%;
  }
  .expo_wrap {
    padding-top: 80px;
    margin-top: 80px;
    width: 90%;
    padding-bottom: 80px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .expo_wrap .access_tit {
    font-size: 25px;
  }
  .expo_wrap .access_tit.en {
    font-size: 24px;
  }
  .expo_wrap .hotel_tab {
    margin-top: 25px;
  }
  .expo_wrap .hotel_tab ul {
    gap: 10px 5px;
  }
  .expo_wrap .hotel_tab ul li {
    width: calc(50% - 5px);
  }
  .expo_wrap .hotel_tab ul li span {
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .expo_wrap .hotel_tab ul li span::after {
    height: 3px;
  }
  .expo_wrap .hotel_tab.en ul li {
    font-size: 0.9em;
  }
  .expo_wrap .hotel_tab.en ul li.hotel01 {
    font-size: 1.1em;
    white-space: nowrap;
  }
  .expo_wrap .expo_tab {
    margin-top: 36px;
  }
  .expo_wrap .expo_tab ul {
    gap: 1px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .expo_wrap .expo_tab ul li {
    width: calc(50% - 1px);
    height: 37px;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
  }
  .expo_wrap .expo_tab ul li.open::before {
    content: none;
  }
  .expo_wrap .expo_tab ul li.tab03 {
    width: 100%;
  }
  .expo_wrap .hotel_content .expo_content {
    margin-top: 20px;
  }
  .expo_wrap .hotel_content .expo_content.bus_wrap, .expo_wrap .hotel_content .expo_content.ship_wrap {
    padding: 10rem;
    width: 100%;
  }
  .expo_wrap .hotel_content .expo_content.bus_wrap .time, .expo_wrap .hotel_content .expo_content.ship_wrap .time {
    font-size: 1em;
  }
  .expo_wrap .hotel_content .expo_content.train_wrap .img_wrap {
    width: 100%;
  }
  .expo_wrap .hotel_content .expo_content .img_wrap {
    margin-top: 30px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp {
    padding-bottom: 15px;
    text-align: center;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .logo_wrap {
    color: #fff;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .logo_wrap img {
    width: 85px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .logo_wrap img.shijo {
    width: 28px;
    margin-right: 20px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .logo_wrap img.karasuma {
    width: 45px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .logo_wrap.moriguchi img {
    width: 55px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .logo_wrap.namba img {
    width: 70px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .expo {
    background-color: #e60012;
    color: #fff;
    height: 75px;
    line-height: 75px;
    font-size: 1.2em;
    margin-top: 10px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .route_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 45px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .text_wrap {
    text-align: center;
    position: relative;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .text_wrap + .text_wrap {
    margin-top: 30px;
    position: relative;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .text_wrap + .text_wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .text_wrap p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .text_wrap .txt {
    margin-top: 5px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .text_wrap .row3 {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .text_wrap .station {
    font-size: 12px;
    color: #fff;
    background-color: #0068b7;
    padding: 5px 20px;
    border-radius: 20px;
    margin-top: 10px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp .time {
    font-size: 0.8em;
    margin-top: 10px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp.en .route_flex {
    gap: 0 3px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp.en .text_wrap .station {
    font-size: 11px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp.en .text_wrap .txt {
    font-size: 11px;
  }
  .expo_wrap .hotel_content .expo_content .expo_route_sp.ko .text_wrap .station {
    padding: 5px 13px;
  }
  .expo_wrap .hotel_content .expo_content .timetable_btn {
    height: 40px;
  }
  .expo_wrap .hotel_content .expo_btn a {
    width: 310px;
    margin-top: 30px;
    height: 50px;
  }
  .expo_wrap .hotel_content .expo_btn.hp a {
    padding-right: 30px;
    width: 310px;
  }
  .expo_wrap .hotel_content .expo_btn.hp a::after {
    width: 18px;
    height: 18px;
    top: 15px;
    right: 7px;
  }
  .expo_wrap .hotel_content .expo_btn.pdf a {
    width: 310px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .expo_wrap .hotel_content .expo_btn.pdf a::after, .expo_wrap .hotel_content .expo_btn.pdf a::before {
    width: 18px;
    height: 18px;
  }
  .expo_wrap .hotel_content .expo_btn.pdf a::after {
    top: 15px;
    right: 7px;
  }
  .expo_wrap .hotel_content .expo_btn.pdf a::before {
    top: 15px;
    left: 3px;
  }
  .expo_wrap .hotel_content .expo_btn.w_long a {
    width: 350px;
  }
  .expo_wrap .sp_block {
    display: block;
  }
  .expo_wrap .sp_none {
    display: none;
  }
}
.page_home #access_section .root .view_list_button p {
  max-width: 300rem;
  height: 44rem;
  display: block;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 15px;
  color: #fff;
  background: #9b8f89;
  border: 1px solid #9b8f89;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page_home #access_section .root .view_list_button p:hover {
  opacity: 0.8;
  color: #333;
}
.page_home #access_section .root .accodion_wrap {
  display: none;
  margin-top: 80px;
  padding-bottom: 80px;
}
.page_home #access_section .root .accodion_wrap h3 {
  font-size: 20px;
  margin-top: 100px;
}
.page_home #access_section .root .accodion_wrap ul.root_station {
  margin-top: 40px;
}
.page_home #access_section .root .accodion_wrap ul li {
  list-style: none;
}
.page_home #access_section .root .accodion_wrap ul li.accodion_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page_home #access_section .root .accodion_wrap ul li.accodion_text .box_text {
  color: #fff;
  font-size: 20px;
  position: relative;
  width: 250px;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  padding-right: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  cursor: pointer;
}
.page_home #access_section .root .accodion_wrap ul li.accodion_text .box_text.open::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page_home #access_section .root .accodion_wrap ul li.accodion_text .box_text::before {
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
  width: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.page_home #access_section .root .accodion_wrap ul li.accodion_text .box_text:first-child {
  border-right: 1px solid #fff;
}
.page_home #access_section .root .accodion_wrap ul li.accodion_text .box_text span {
  font-size: 16px;
  display: block;
}
.page_home #access_section .root .accodion_wrap ul li.accodion_img .box_img {
  margin-top: 50px;
  max-width: 1040px;
  background: #fff;
  padding: 60rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  overflow: visible;
  display: none;
}
.page_home #access_section .root .accodion_wrap ul li.accodion_img .box_img::before {
  content: "";
  position: absolute;
  top: -30rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15rem 30rem 15rem;
  border-color: transparent transparent #ffffff transparent;
}
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box01::before,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box03::before,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box05::before {
  left: 370px;
}
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box02::before,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box04::before,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box06::before {
  right: 390px;
}
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box03 .root_flex,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box04 .root_flex,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box05 .root_flex,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box06 .root_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 80rem;
}
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box03 .root_flex figure,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box04 .root_flex figure,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box05 .root_flex figure,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box06 .root_flex figure {
  width: 50%;
  margin-right: 50rem;
}
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box03 .root_flex p,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box04 .root_flex p,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box05 .root_flex p,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box06 .root_flex p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  color: #000;
}
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box03 .root_flex p strong,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box04 .root_flex p strong,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box05 .root_flex p strong,
.page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box06 .root_flex p strong {
  display: block;
  font-size: 20px;
  margin-bottom: 1em;
}
.page_home #access_section .root .accodion_wrap .root_btn {
  margin-top: 100px;
}
.page_home #access_section .root .accodion_wrap .root_btn a {
  max-width: 300px;
  height: 70px;
}

@media screen and (max-width: 769px) {
  .page_home #access_section .root .accodion_wrap {
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
  }
  .page_home #access_section .root .accodion_wrap h3 {
    font-size: 16px;
    margin-top: 50px;
  }
  .page_home #access_section .root .accodion_wrap ul {
    padding: 0;
  }
  .page_home #access_section .root .accodion_wrap ul.root_station {
    margin-top: 20px;
  }
  .page_home #access_section .root .accodion_wrap ul li.accodion_text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page_home #access_section .root .accodion_wrap ul li.accodion_text .box_text {
    font-size: 14px;
    width: 160px;
    height: 70px;
    padding-left: 15px;
    padding-right: 20px;
    line-height: 1.4;
  }
  .page_home #access_section .root .accodion_wrap ul li.accodion_text .box_text::before {
    height: 10px;
    right: 8px;
    width: 10px;
  }
  .page_home #access_section .root .accodion_wrap ul li.accodion_text .box_text p {
    margin: 0;
  }
  .page_home #access_section .root .accodion_wrap ul li.accodion_text .box_text span {
    font-size: 13px;
    display: block;
  }
  .page_home #access_section .root .accodion_wrap ul li.accodion_img {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box01::before,
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box03::before,
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box05::before {
    left: 80px;
  }
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box02::before,
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box04::before,
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box06::before {
    right: 80px;
  }
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box03 .root_flex,
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box04 .root_flex,
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box05 .root_flex,
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box06 .root_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    margin: 30px 0 80rem;
  }
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box03 .root_flex figure,
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box04 .root_flex figure,
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box05 .root_flex figure,
  .page_home #access_section .root .accodion_wrap ul li.accodion_img .accodion_box06 .root_flex figure {
    margin: 0;
    width: 100%;
  }
  .page_home #access_section .root .accodion_wrap .root_btn {
    margin-top: 70px;
  }
  .page_home #access_section .root .accodion_wrap .root_btn p {
    max-width: 230px;
    height: 60px;
  }
}
/* 20231107*/
body.jpn nav .modal_nav a span {
  font-size: 18px;
}
body.jpn nav .modal_nav ul li .contact_list li::before {
  top: 7px;
}

body.eng nav .modal_nav ul li .contact_select span {
  font-family: "Cormorant", "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 20px;
}
body.eng nav .modal_nav ul li .contact_list li a span {
  font-size: 18px;
}
body.eng nav .modal_nav ul li .contact_list li::before {
  top: 10px;
}
@media screen and (max-width: 680px) {
  body.eng nav .modal_nav ul li .contact_select span {
    font-size: 16px;
  }
  body.eng nav .modal_nav ul li .contact_list li a {
    font-size: 14px;
  }
  body.eng nav .modal_nav ul li .contact_list li a span {
    font-size: 16px;
  }
  body.eng nav .modal_nav ul li .contact_list li::before {
    top: 10px;
    right: 12px;
  }
}

body.ko nav .modal_nav ul li .contact_select span {
  font-size: 18px;
}
@media screen and (max-width: 680px) {
  body.ko nav .modal_nav ul li .contact_select span {
    font-size: 16px;
  }
}

body.cn nav .modal_nav ul li .contact_select span {
  font-size: 18px;
}
@media screen and (max-width: 680px) {
  body.cn nav .modal_nav ul li .contact_select span {
    font-size: 16px;
  }
}
body.cn nav .modal_nav ul li .contact_select span body.cn nav .modal_nav ul li .contact_list li::before {
  top: 7px;
}

body.tw nav .modal_nav ul li .contact_select span {
  font-size: 18px;
}
@media screen and (max-width: 680px) {
  body.tw nav .modal_nav ul li .contact_select span {
    font-size: 16px;
  }
}
body.tw nav .modal_nav ul li .contact_select span body.tw nav .modal_nav ul li .contact_list li::before {
  top: 7px;
}

nav .modal_nav ul li .contact_select {
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  color: #fff;
  cursor: pointer;
}
nav .modal_nav ul li .contact_select::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-80%) rotate(45deg);
          transform: translateY(-80%) rotate(45deg);
}
nav .modal_nav ul li .contact_select.open::before {
  top: 9px;
  -webkit-transform: translateY(-20%) rotate(225deg);
          transform: translateY(-20%) rotate(225deg);
}
nav .modal_nav ul li .contact_select span {
  display: block;
  font-size: 15px;
}

nav .modal_nav ul li .contact_list {
  display: none;
  margin-top: 25rem;
}
nav .modal_nav ul li .contact_list li {
  padding-left: 20px;
  position: relative;
}
nav .modal_nav ul li .contact_list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 0;
}
nav .modal_nav ul li .contact_list li a {
  font-size: 15px;
}
nav .modal_nav ul li .contact_list li a span {
  font-size: 15px;
  padding-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  nav .modal_nav ul.nav_list {
    position: relative;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  nav .modal_nav ul li {
    padding-bottom: 12px;
    font-size: 15px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  nav .modal_nav ul li .contact_select {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  nav .modal_nav ul li .contact_select::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  nav .modal_nav ul li .contact_list {
    display: block;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    pointer-events: none;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  nav .modal_nav ul li .contact_list li {
    padding-left: 0;
    position: relative;
  }
  nav .modal_nav ul li .contact_list li + li {
    margin-top: 5px;
  }
  nav .modal_nav ul li .contact_list li::before {
    display: none;
  }
  nav .modal_nav ul li .contact_list li span.nav_back_btn {
    font-size: 15px;
    color: #fff;
    display: block;
    position: relative;
  }
  nav .modal_nav ul li .contact_list li span.nav_back_btn::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -20px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  nav .modal_nav ul.more_contact {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  nav .modal_nav ul.more_contact > li:not(.contact_li) {
    opacity: 0;
    pointer-events: none;
  }
  nav .modal_nav ul.more_contact .contact_select {
    opacity: 0;
  }
  nav .modal_nav ul.more_contact .contact_list {
    opacity: 1;
    pointer-events: auto;
  }
}
/* 20231110 英語アクセス*/
.page_home.eng #access_section .root .accodion_wrap ul li.accodion_text .box_text,
.page_home.cn #access_section .root .accodion_wrap ul li.accodion_text .box_text {
  font-size: 18px;
  padding-left: 20px;
}
.page_home.eng #access_section .root .accodion_wrap ul li.accodion_text .box_text span,
.page_home.cn #access_section .root .accodion_wrap ul li.accodion_text .box_text span {
  font-size: 14px;
}

.eng .route .accodion_wrap ul li.accodion_text .box_text,
.cn .route .accodion_wrap ul li.accodion_text .box_text {
  font-size: 18px;
  padding-left: 20px;
}
.eng .route .accodion_wrap ul li.accodion_text .box_text span,
.cn .route .accodion_wrap ul li.accodion_text .box_text span {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .page_home.eng #access_section .root .accodion_wrap ul li.accodion_text .box_text,
  .page_home.cn #access_section .root .accodion_wrap ul li.accodion_text .box_text {
    font-size: 14px;
    padding-left: 5px;
  }
  .page_home.eng #access_section .root .accodion_wrap ul li.accodion_text .box_text span,
  .page_home.cn #access_section .root .accodion_wrap ul li.accodion_text .box_text span {
    font-size: 12px;
  }
  .eng .route .accodion_wrap ul li.accodion_text .box_text,
  .cn .route .accodion_wrap ul li.accodion_text .box_text {
    font-size: 14px;
    padding-left: 5px;
  }
  .eng .route .accodion_wrap ul li.accodion_text .box_text span,
  .cn .route .accodion_wrap ul li.accodion_text .box_text span {
    font-size: 12px;
  }
}
header .appeal_info {
  position: absolute;
  top: calc(50% + 255rem);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .appeal_info p a {
  text-align: center;
  white-space: nowrap;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
  background-color: #328a97;
}
header .appeal_info p a:hover {
  opacity: 1;
  background-color: #49a7b6;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}

@media screen and (max-width: 768px) {
  header .appeal_info {
    top: auto;
    bottom: 265rem;
  }
  header .appeal_info p a {
    width: 680rem;
    padding: 16rem 20rem;
    font-size: 28rem;
  }
}
.header_right {
  position: absolute;
  top: 150px;
  right: 0;
  padding-right: 15px;
}
.header_right .language ul {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.header_right .language ul li a,
.header_right .language ul li span {
  color: #fff;
  position: relative;
  display: inline-block;
}
.header_right .language ul li a::after,
.header_right .language ul li span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header_right .language ul li span::after,
.header_right .language ul li a:hover::after {
  width: 100%;
}
.header_right .language ul li::after {
  content: "/";
  display: inline-block;
  padding: 0 8rem;
}
.header_right .language ul li:last-child::after {
  display: none;
}
.header_right .lang_change {
  letter-spacing: 1rem;
  color: #fff;
}
.header_right .lang_change a {
  color: inherit;
}
.header_right .lang_change p.select_lang_btn {
  color: #fff;
  padding-left: 28px;
  padding-right: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  letter-spacing: 0;
  font-size: 16px;
}
.header_right .lang_change p.select_lang_btn img {
  width: 22px;
  position: relative;
}
.header_right .lang_change p.select_lang_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_right .lang_change p.select_lang_btn.is_on::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.header_right .lang_change .select_lang_list {
  position: absolute;
  top: 40px;
  right: 0;
  display: none;
  z-index: 100;
}
.header_right .lang_change .select_lang_list ul li + li {
  border-top: 1px solid #555;
}
.header_right .lang_change .select_lang_list ul li a {
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 54px;
  font-size: 16px;
}
.header_right .lang_change .select_lang_list ul li a:hover {
  color: #000;
  background-color: #fff;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .header_right {
    top: 34rem;
    padding-right: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 200;
  }
  .header_right.catch_out {
    top: 14px;
  }
  .header_right .language {
    font-size: 13px;
  }
  .header_right .language ul li::after {
    padding: 0 6px;
  }
  .header_right .lang_change p.select_lang_btn {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .header_right .lang_change p.select_lang_btn img {
    width: 27px;
  }
  .header_right .lang_change p.select_lang_btn::after {
    display: none;
  }
  .header_right .lang_change .select_lang_list {
    top: 42px;
  }
  .header_right .lang_change .select_lang_list ul li a {
    font-size: 13px;
    width: 175px;
    height: 44px;
  }
  .nav_cont {
    top: 32px;
    background: #292929;
    padding: 0 0 6%;
  }
  .nav_cont.catch_out {
    top: 0;
  }
  nav .gnav {
    top: 20rem;
  }
  nav .gnav .floating_nav .floating_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .gnav .header_nav .header_nav_inner {
    margin: 0 0 0 20rem;
    width: 36rem;
  }
  nav .modal_nav .nav_inner {
    padding-top: 230rem;
  }
  nav .shisetu {
    left: 10rem;
    top: 170rem;
  }
  nav .shisetu li a {
    font-size: 14px;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ui-widget.ui-widget-content {
  font-size: 16px;
  z-index: 1000 !important;
}

.bg_position {
  background-color: #2e2e2e;
  position: relative;
  height: 380rem;
}
.bg_position .header_comment {
  padding: 35rem;
}

.bg_search {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}
.bg_search .back_btn {
  position: absolute;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  top: -60px;
  right: 0;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.bg_search .back_btn span {
  display: block;
  width: 25px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.bg_search .back_btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.bg_search.search_in {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1020;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  opacity: 1;
  pointer-events: auto;
}
.bg_search.search_in .search_area {
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bg_search.search_in .back_btn {
  opacity: 1;
  pointer-events: auto;
}

.page_home .bg_search {
  opacity: 1;
  pointer-events: auto;
}

.search_area {
  width: 960px;
  position: absolute;
  left: 50%;
  top: 42%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.search_area .search_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  padding: 0;
}
.search_area .search_tab ul li {
  width: 50%;
  height: 40px;
  background-color: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dddddd;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.search_area .search_tab ul li.open {
  width: 50%;
  color: #53245e;
  height: 50px;
  font-size: 20px;
  border: none;
  pointer-events: none;
  background-color: #fff;
}
.search_area .search_tab ul li.open a {
  color: #53245e;
}
.search_area .search_tab ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #333;
}
.search_area .search_wrap {
  min-height: 110px;
  position: relative;
  background-color: #fff;
}
.search_area .search_wrap .search_panel {
  display: none;
}
.search_area .search_wrap .search_panel input,
.search_area .search_wrap .search_panel select,
.search_area .search_wrap .search_panel button {
  font-family: inherit;
}
.search_area .search_wrap .search_panel.open {
  display: block;
}
.search_area .search_position .search_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search_area .search_position .search_flex .search_booking .input-container-title-db81ec,
.search_area .search_position .search_flex .search_booking .search-widget-input-34bba0,
.search_area .search_position .search_flex .search_booking .search-widget-day-use-block-da04c0 {
  font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif !important;
}
.search_area .search_position .search_flex .search_booking .search-widget-search-container-bf1818 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search_area .search_position #booking_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search_area .search_position #booking_inner .booking_date h4 {
  font-size: 12px;
  color: #333;
  padding-bottom: 5px;
  font-weight: bold;
}
.search_area .search_position #booking_inner .booking_date input {
  height: 34px;
  border: 1px solid #cccccc;
  text-align: center;
  display: block;
  cursor: pointer;
  font-size: 14px;
  -webkit-appearance: none;
  background-color: #fff;
}
.search_area .search_position #booking_inner .booking_date select {
  text-align: center;
  font-size: 14px;
  display: block;
  height: 34px;
  border: 1px solid #cccccc;
  cursor: pointer;
  color: #000;
  border-radius: 0;
  background-color: #fff;
}
.search_area .search_position #booking_inner .booking_date .nittei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search_area .search_position #booking_inner .booking_date .nittei .yaer input {
  width: 60px;
}
.search_area .search_position #booking_inner .booking_date .nittei .yaer select {
  width: 46px;
}
.search_area .search_position #booking_inner .booking_date .nittei .month input {
  width: 40px;
}
.search_area .search_position #booking_inner .booking_date .nittei .month select {
  width: 50px;
}
.search_area .search_position #booking_inner .booking_date .nittei .day input {
  width: 40px;
}
.search_area .search_position #booking_inner .booking_date .nittei .day select {
  width: 60px;
}
.search_area .search_position #booking_inner .booking_date .nittei p {
  text-align: center;
  padding: 8px 6px;
  height: 34px;
  line-height: 1;
}
.search_area .search_position #booking_inner .booking_date .stay {
  margin-left: 20px;
}
.search_area .search_position #booking_inner .booking_date .stay select {
  width: 52px;
  padding: 0 13px;
}
.search_area .search_position #booking_inner .booking_date .room {
  margin-left: 20px;
}
.search_area .search_position #booking_inner .booking_date .room select {
  width: 52px;
  padding: 0 13px;
}
.search_area .search_position #booking_inner .booking_date .people {
  margin-left: 10px;
}
.search_area .search_position #booking_inner .booking_date .people select {
  width: 52px;
  padding: 0 13px;
}
.search_area .search_position #booking_inner .booking_date .promo_code {
  margin-left: 10px;
}
.search_area .search_position #booking_inner .booking_date .promo_code input {
  width: 130px;
  padding: 0 13px;
}
.search_area .search_position #booking_inner .btn_wrap {
  margin-left: 10px;
  display: block;
}
.search_area .search_position #booking_inner .btn_wrap .search_btn button {
  width: 170px;
  height: 50px;
  background-color: #53245e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  opacity: 1;
}
.search_area .search_position #booking_inner .btn_wrap .search_btn button:hover {
  opacity: 0.8;
}
.search_area .search_position #booking_inner .airplane a {
  width: 100px;
  height: 50px;
  border: 1px solid #cccccc;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  font-size: 12px;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
  color: #333;
  line-height: 1.2;
}
.search_area .search_position #booking_inner .airplane a::before {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/ico_air.svg) no-repeat center top/contain;
}
.search_area .search_position .airplane {
  padding-top: 46px;
}
.search_area .search_position .airplane a {
  width: 110px;
  height: 45px;
  border: 1px solid #cccccc;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
  color: #333;
  line-height: 1.2;
  border-radius: 4px;
}
.search_area .search_position .airplane a span {
  position: relative;
}
.search_area .search_position .airplane a span::before {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  top: 50%;
  left: -28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/ico_air.svg) no-repeat center top/contain;
}
.search_area .search_position .cancel {
  text-align: center;
  font-size: 12px;
  padding-bottom: 14px;
}
.search_area .search_position .cancel a {
  font-size: 12px;
  position: relative;
  color: #000;
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
  margin-top: 0;
  padding-bottom: 0;
}
.search_area .search_position .cancel a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.search_area .search_position .cancel a:hover::before {
  opacity: 0;
}
.search_area .search_position .fbqs .cancel {
  margin-top: 10px;
}

.search_restaurant {
  width: 100%;
  padding-top: 15px;
}
.search_restaurant .panel_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 20px;
}
.search_restaurant .panel_flex p {
  text-align: left;
  font-size: 14px;
}
.search_restaurant .panel_flex input {
  margin-top: 5px;
  background-color: #fff;
  width: 100px;
  font-size: 16px;
  height: 40px;
  padding: 0 7px;
  border: 1px solid #cccccc;
}
.search_restaurant .panel_flex select {
  margin-top: 5px;
  background-color: #fff;
  width: 80px;
  font-size: 16px;
  height: 40px;
  padding: 0 18px;
  border: 1px solid #cccccc;
}
.search_restaurant .panel_flex select#shop {
  width: 150px;
}
.search_restaurant .panel_flex .people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 5px;
}
.search_restaurant .panel_flex .submit_btn button {
  width: 130px;
  height: 45px;
  background-color: #53245e;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .eng .search_area,
  .cn .search_area,
  .tw .search_area,
  .ko .search_area {
    max-width: 960px;
    width: 100%;
  }
  .search_area {
    width: 600px;
  }
  .search_area .search_position .cancel {
    margin-top: 10px;
  }
  .search_area .search_position .cancel a {
    margin-left: 0;
    margin-top: 5px;
  }
  .search_area .search_position .search_flex {
    display: block;
  }
  .search_area .search_position .search_flex .airplane {
    width: 85%;
    padding: 0 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .search_area .search_position .search_flex .airplane a {
    width: 100%;
    height: 50px;
    padding-left: 0;
  }
  .search_area .search_position .search_flex .airplane a span::before {
    left: -35px;
  }
  .search_area .search_position .search_flex .airplane a br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bg_position {
    background-color: transparent;
    height: 0;
  }
  .bg_position .header_comment {
    padding: 48rem;
  }
  .bg_search.search_in .search_area {
    opacity: 1;
    pointer-events: auto;
  }
  .bg_search.search_in .back_btn {
    width: 30px;
    height: 30px;
    top: -30px;
    right: -10px;
  }
  .bg_search.search_in .back_btn span {
    width: 20px;
    height: 2px;
  }
  .eng .search_area,
  .cn .search_area,
  .tw .search_area,
  .ko .search_area {
    max-width: auto;
    width: 335px;
  }
  .search_area {
    position: fixed;
    width: 335px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .search_area .search_tab ul li {
    width: 50%;
    height: 40px;
    font-size: 14px;
  }
  .search_area .search_tab ul li.open {
    width: 50%;
    height: 45px;
    font-size: 15px;
  }
  .search_area .search_wrap {
    height: auto;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .search_area .search_position #booking_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search_area .search_position #booking_inner .booking_date h4 {
    padding-bottom: 0;
    font-size: 14px;
  }
  .search_area .search_position #booking_inner .booking_date input {
    height: 40px;
    font-size: 14px;
    font-size: 16px;
  }
  .search_area .search_position #booking_inner .booking_date select {
    font-size: 14px;
    height: 40px;
    font-size: 16px;
  }
  .search_area .search_position #booking_inner .booking_date .nittei .yaer input,
  .search_area .search_position #booking_inner .booking_date .nittei .yaer select {
    width: 90px;
  }
  .search_area .search_position #booking_inner .booking_date .nittei .month input,
  .search_area .search_position #booking_inner .booking_date .nittei .month select {
    width: 60px;
  }
  .search_area .search_position #booking_inner .booking_date .nittei .day input,
  .search_area .search_position #booking_inner .booking_date .nittei .day select {
    width: 60px;
  }
  .search_area .search_position #booking_inner .booking_date .nittei p {
    padding: 10px 6px;
    height: 34px;
  }
  .search_area .search_position #booking_inner .booking_date .stay {
    margin-left: 10px;
    margin-top: 10px;
  }
  .search_area .search_position #booking_inner .booking_date .stay select {
    width: 60px;
  }
  .search_area .search_position #booking_inner .booking_date .room {
    margin-top: 10px;
  }
  .search_area .search_position #booking_inner .booking_date .room select {
    width: 60px;
    padding: 0 18px;
  }
  .search_area .search_position #booking_inner .booking_date .people {
    margin-top: 10px;
  }
  .search_area .search_position #booking_inner .booking_date .people select {
    width: 70px;
    padding: 0 14px;
  }
  .search_area .search_position #booking_inner .booking_date .promo_code {
    margin-left: 10px;
    margin-top: 10px;
  }
  .search_area .search_position #booking_inner .booking_date .promo_code input {
    width: 220px;
  }
  .search_area .search_position #booking_inner .btn_wrap {
    margin-left: 0;
    margin-top: 20px;
  }
  .search_area .search_position #booking_inner .btn_wrap .search_btn button {
    height: 50px;
  }
  .search_area .search_position .fbqs .airplane {
    padding-top: 0;
  }
  .search_restaurant {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .search_restaurant .panel_flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search_restaurant .panel_flex input {
    width: 250px;
    padding: 5px 20px;
    margin-top: 2px;
  }
  .search_restaurant .panel_flex select {
    width: 100px;
    padding: 0 20px;
    margin-top: 2px;
  }
  .search_restaurant .panel_flex select#shop {
    width: 250px;
  }
  .search_restaurant .panel_flex .submit_btn {
    margin-top: 10px;
  }
  .search_restaurant .panel_flex .submit_btn button {
    width: 250px;
    height: 45px;
    font-size: 16px;
  }
  .bookNow_wrap .open-1 li.shijo p {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Noto Serif JP", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 4vw;
    height: 16vw;
    line-height: 33.3333333333rem;
    width: 50%;
    background: #6e6750;
  }
  .bookNow_wrap .open-1 li.shijo p:nth-child(n+2) {
    border-left: 1px solid #fff;
  }
}
#map {
  display: none;
}

#access_section iframe {
  width: 80%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  z-index: 11;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
  #access_section iframe {
    width: 100%;
  }
}
.ui-widget.ui-widget-content {
  padding: 0;
}

.ui-datepicker .ui-datepicker-header {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 16px;
  background: #53245e;
}

.ui-widget-header .ui-icon {
  background: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: none !important;
}

.ui-widget-header .ui-icon {
  background-image: none !important;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: none !important;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  top: 2px !important;
  cursor: pointer;
  border: 0 !important;
}
.ui-datepicker-next::before,
.ui-datepicker-prev::before {
  position: absolute;
  display: block;
  width: 1em;
  height: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.ui-datepicker-next {
  right: 5px !important;
}
.ui-datepicker-next::before {
  content: "≫";
  right: 0;
}

.ui-datepicker-prev {
  left: 5px !important;
}
.ui-datepicker-prev::before {
  content: "≪";
  left: 0;
}

.ui-datepicker table {
  margin: 0 !important;
}

.ui-datepicker-week-end {
  color: #d00000;
}

.ui-datepicker th {
  padding: 0.3em;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}

.ui-datepicker td {
  padding: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #fff;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

body.cn nav .modal_nav a span,
body.cn .ud_contents h1 span,
body.cn .ud_contents h2 span {
  font-family: "Cormorant Infant", "Noto Serif SC", serif;
}

body.tw nav .modal_nav a span,
body.tw .ud_contents h1 span,
body.tw .ud_contents h2 span {
  font-family: "Cormorant Infant", "Noto Serif TC", serif;
}

body.ko nav .modal_nav a span,
body.ko .ud_contents h1 span,
body.ko .ud_contents h2 span {
  font-family: "Cormorant Infant", "Noto Serif KR", serif;
}

.page_bar .toptxt .restaurant_txt .instagram_link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  background: #9b8f89;
  border: 1px solid #9b8f89;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
  max-width: none;
  padding: 0 50px 0 40px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page_bar .toptxt .restaurant_txt .instagram_link.en_btn {
  font-size: 18px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .page_bar .toptxt .restaurant_txt .instagram_link {
    height: 40px;
    margin: 2em auto 0;
    max-width: none;
  }
}
.page_bar .toptxt .restaurant_txt .instagram_link:hover {
  color: #fff;
  background: #bda497;
  border: 1px solid #bda497;
  cursor: pointer;
  opacity: 1;
}
.page_bar .toptxt .restaurant_txt .instagram_link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../../../asset/img/common/icon_instagram.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_bar .toptxt .restaurant_txt .instagram_link::after {
  border: solid;
  border-width: 0 1px 1px 0;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
  width: 25px;
}

nav .shisetu > li {
  position: relative;
  padding-bottom: 3px;
}
nav .shisetu > li .more_box {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  min-width: 330px;
  position: absolute;
  left: 0;
  top: 22px;
  background-color: rgba(51, 51, 51, 0.8);
  padding: 16px 16px;
}
nav .shisetu > li .more_box ul li::after {
  display: none;
}
nav .shisetu > li .more_box .page_nav ul li + li {
  margin-top: 8px;
}
nav .shisetu > li .more_box .page_nav ul li a,
nav .shisetu > li .more_box .page_nav ul li p {
  white-space: nowrap;
  color: #fff !important;
  font-size: 14px;
  text-decoration: none !important;
}
nav .shisetu > li .more_box .page_nav ul li p.contact_select {
  padding-bottom: 10px;
}
nav .shisetu > li .more_box .page_nav ul li p.contact_select span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
nav .shisetu > li .more_box .page_nav ul li p.contact_select span::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-80%) rotate(45deg);
          transform: translateY(-80%) rotate(45deg);
}
nav .shisetu > li .more_box .page_nav ul li p.contact_select.open span::after {
  -webkit-transform: translateY(-20%) rotate(225deg);
          transform: translateY(-20%) rotate(225deg);
}
nav .shisetu > li .more_box .page_nav ul li ul.contact_list li {
  padding-left: 20px;
  position: relative;
}
nav .shisetu > li .more_box .page_nav ul li ul.contact_list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
nav .shisetu > li .more_box .page_nav ul li ul.contact_list li span {
  display: inline-block;
  padding-left: 5px;
  font-size: 0.9em;
}
nav .shisetu > li .more_box .sns_nav {
  margin-top: 30px;
}
nav .shisetu > li .more_box .sns_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
nav .shisetu > li .more_box .sns_nav ul li {
  width: 20px;
}
nav .shisetu > li .more_box .sns_nav ul li a {
  display: block;
}
nav .shisetu > li .more_box .sns_nav ul li a img {
  width: 100%;
}
nav .shisetu > li:hover .more_box {
  opacity: 1;
  pointer-events: auto;
}

.ud_contents .restaurant_lead {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ud_contents .restaurant_lead h2 {
  font-size: 26px;
  line-height: 1.8;
  margin-bottom: 0;
  color: #fff;
}
.ud_contents .restaurant_lead .text {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  margin-top: 40px;
  color: #fff;
}
.ud_contents .restaurant_lead .text p.t_description {
  text-align: center;
  font-size: 15px;
  line-height: 2;
}
.ud_contents .restaurant_lead .text p.open_hour {
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.8;
}
.ud_contents .restaurant_lead .text p.restaurant_holiday {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.ud_contents .restaurant_lead .text ul.restaurant_notes {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}
.ud_contents .restaurant_lead .text p.to_insta {
  margin-top: 60px;
}
.ud_contents .restaurant_lead .text p.to_insta a {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  background: #9b8f89;
  border: 1px solid #9b8f89;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: none;
  padding: 0 50px 0 40px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ud_contents .restaurant_lead .text p.to_insta a.en_btn {
  font-size: 18px;
  letter-spacing: 1px;
}
.ud_contents .restaurant_lead .text p.to_insta a:hover {
  color: #fff;
  background: #bda497;
  border: 1px solid #bda497;
  cursor: pointer;
  opacity: 1;
}
.ud_contents .restaurant_lead .text p.to_insta a::before, .ud_contents .restaurant_lead .text p.to_insta a::after {
  content: "";
  display: block;
  position: absolute;
}
.ud_contents .restaurant_lead .text p.to_insta a::before {
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../../../asset/img/common/icon_instagram.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ud_contents .restaurant_lead .text p.to_insta a::after {
  border: solid;
  border-width: 0 1px 1px 0;
  bottom: 0;
  height: 5px;
  margin: auto;
  right: 15px;
  top: 0;
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
  width: 25px;
}

.restaurant_4img {
  position: relative;
  z-index: 10;
}
.restaurant_4img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.restaurant_4img ul li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ud_contents .restaurant_lead {
    padding-top: 34.6666666667vw;
    padding-bottom: 16vw;
  }
  .ud_contents .restaurant_lead h2 {
    font-size: 5.3333333333vw;
    line-height: 1.8;
    margin-bottom: 0;
  }
  .ud_contents .restaurant_lead .text {
    width: 90%;
    margin-top: 8vw;
  }
  .ud_contents .restaurant_lead .text p.t_description {
    font-size: 3.4666666667vw;
  }
  .ud_contents .restaurant_lead .text p.open_hour {
    margin-top: 8vw;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
  .ud_contents .restaurant_lead .text p.restaurant_holiday {
    margin-top: 4.2666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
  .ud_contents .restaurant_lead .text ul.restaurant_notes {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 4.2666666667vw;
    font-size: 3.2vw;
  }
  .ud_contents .restaurant_lead .text ul.restaurant_notes li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .ud_contents .restaurant_lead .text ul.restaurant_notes.type_en li {
    padding-left: 0.5em;
    text-indent: -0.5em;
  }
  .ud_contents .restaurant_lead .text p.to_insta {
    margin-top: 10.6666666667vw;
  }
  .ud_contents .restaurant_lead .text p.to_insta a {
    font-size: 3.7333333333vw;
    height: 11.7333333333vw;
    padding: 0 13.3333333333vw 0 10.6666666667vw;
  }
  .ud_contents .restaurant_lead .text p.to_insta a.en_btn {
    font-size: 4.2666666667vw;
    letter-spacing: 1px;
  }
  .ud_contents .restaurant_lead .text p.to_insta a::before {
    left: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .ud_contents .restaurant_lead .text p.to_insta a::after {
    height: 1.0666666667vw;
    right: 4vw;
    width: 6.6666666667vw;
  }
  .restaurant_4img ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .restaurant_4img ul li {
    width: 50%;
  }
  .site_shijo nav .shisetu .shijo,
  .site_shijo nav .shisetu .karasuma {
    font-size: 14px;
  }
  .site_shijo nav .shisetu .shijo.on,
  .site_shijo nav .shisetu .karasuma.on {
    color: #ff7200;
    text-decoration: underline;
  }
  .site_shijo nav .shisetu .shijo.on::after,
  .site_shijo nav .shisetu .karasuma.on::after {
    color: #fff;
  }
  .site_shijo nav .shisetu .shijo.off,
  .site_shijo nav .shisetu .karasuma.off {
    color: #fff;
    text-decoration: none;
  }
  .site_shijo nav .shisetu.en_select {
    left: 50%;
    -webkit-transform: translateX(-53%);
            transform: translateX(-53%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
  }
  .site_shijo nav .shisetu.en_select .shijo,
  .site_shijo nav .shisetu.en_select .karasuma {
    font-size: 13px;
  }
  .site_shijo .modal_nav .nav_inner .nav_block {
    -webkit-animation: nav_in_left 0.8s ease-in-out both;
            animation: nav_in_left 0.8s ease-in-out both;
  }
  .site_shijo .modal_nav .nav_inner .nav_block.off {
    display: none;
  }
}
@-webkit-keyframes nav_in_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes nav_in_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.toggle_amenity {
  display: none;
  background-color: #f2edf3;
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  z-index: 10;
  color: #000;
  margin-top: 40px;
}
.toggle_amenity::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-bottom: 40px solid #f2edf3;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
}
.toggle_amenity .list_area {
  text-align: left;
}
.toggle_amenity .list_area .list_content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
}
.toggle_amenity .list_area .list_content + .list_content {
  margin-top: 60px;
}
.toggle_amenity .list_area .list_content h5 {
  background-color: #333;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: normal;
}
.toggle_amenity .list_area .list_content ul {
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  gap: 18px 0;
}
.toggle_amenity .list_area .list_content ul li {
  width: 25%;
  padding-right: 1em;
}
.toggle_amenity .list_area .list_content .add_list {
  margin-top: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0;
  font-size: 14px;
}
.toggle_amenity .btn_area {
  margin-top: 30px;
}
.toggle_amenity .btn_area .btn_to_booking {
  letter-spacing: 0;
}
.toggle_amenity .btn_area .btn_to_booking + .btn_to_booking {
  margin-top: 14px;
}
.toggle_amenity .btn_area .btn_to_booking a {
  font-size: 14px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  color: #fff;
  background-color: #53245e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle_amenity .btn_area .btn_to_booking a:hover {
  opacity: 1;
  background-color: #642971;
}

@media screen and (max-width: 768px) {
  .toggle_amenity {
    padding-top: 13.3333333333vw;
    padding-bottom: 16vw;
    margin-bottom: 21.3333333333vw;
  }
  .toggle_amenity::before {
    border-left-width: 5.3333333333vw;
    border-right-width: 5.3333333333vw;
    border-bottom-width: 5.3333333333vw;
  }
  .toggle_amenity .content_wrap {
    display: block;
  }
  .toggle_amenity .content_wrap .img_wrap {
    width: auto;
  }
  .toggle_amenity .content_wrap .img_wrap ul.slick-dots li {
    background: #fff;
    width: 13.3333333333vw;
    height: 1.0666666667vw;
  }
  .toggle_amenity .content_wrap .t_description {
    margin-top: 8vw;
    padding-top: 0;
    width: auto;
  }
  .toggle_amenity .content_wrap .t_description h4 {
    font-size: 4.2666666667vw;
  }
  .toggle_amenity .content_wrap .t_description p {
    font-size: 3.7333333333vw;
    letter-spacing: 0;
    margin-top: 4.2666666667vw;
  }
  .toggle_amenity .content_wrap + .list_area {
    margin-top: 13.3333333333vw;
  }
  .toggle_amenity .list_area .list_content + .list_content {
    margin-top: 13.3333333333vw;
  }
  .toggle_amenity .list_area .list_content h5 {
    font-size: 4vw;
    padding-top: 1.0666666667vw;
    padding-bottom: 1.0666666667vw;
  }
  .toggle_amenity .list_area .list_content ul {
    margin-top: 8vw;
    font-size: 3.4666666667vw;
    gap: 18px 0;
  }
  .toggle_amenity .list_area .list_content ul li {
    width: 50%;
  }
  .toggle_amenity .list_area .list_content .add_list {
    margin-top: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
  .toggle_amenity .btn_area {
    margin-top: 6.9333333333vw;
  }
  .toggle_amenity .btn_area .btn_to_booking + .btn_to_booking {
    margin-top: 3.2vw;
  }
  .toggle_amenity .btn_area .btn_to_booking a {
    width: 69.3333333333vw;
    height: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}/*# sourceMappingURL=style_test.css.map */