.p-kv {
  position: relative;
}
.p-kv.-bg-none {
  height: 45rem;
  background: #565353;
}
.p-kv_bg {
  width: 100%;
  height: 75rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-kv_bg {
    height: 60rem;
  }
}
.p-kv_bg_img {
  width: 100%;
  height: 120%;
  background: no-repeat center/cover;
  position: absolute;
  top: -15%;
}
@media screen and (max-width: 960px) {
  .p-kv_bg_img {
    height: 100%;
    top: 0;
  }
}
.p-kv_inner {
  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;
  position: absolute;
  top: 0;
  left: 0;
}
.p-kv_title {
  color: #fff;
  font-size: 7rem;
  line-height: 0.7142857143;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-align: center;
  font-weight: 400;
}
.p-kv_title_subtext {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
.p-slider-l_wrapper {
  width: 87.76%;
  max-width: 91rem;
  margin-left: 5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-slider-l_wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-slider-l {
    margin: 0 calc(50% - 50vw) 0 0;
  }
}
@media screen and (min-width: 961px) {
  .p-slider-l .slick-list {
    padding: 0 calc((50% - 50vw) * -2) 0 0;
  }
}
.p-slider-l_item {
  padding-right: 0.3rem;
}
.p-slider-l_arrow {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.p-slider-l_arrow::before {
  content: "";
  width: 400%;
  height: 400%;
  display: inline-block;
  border-style: solid;
  position: absolute;
  top: 0;
}
.p-slider-l_arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  -webkit-transition:
    width 0.4s cubic-bezier(1, 0, 0, 1),
    height 0.4s cubic-bezier(1, 0, 0, 1);
  transition:
    width 0.4s cubic-bezier(1, 0, 0, 1),
    height 0.4s cubic-bezier(1, 0, 0, 1);
}
@media (hover: hover) {
  .p-slider-l_arrow:hover::after {
    width: 400%;
    height: 400%;
  }
}
@media screen and (max-width: 960px) {
  .p-slider-l_arrow::after {
    width: 0;
    height: 0;
  }
}
.p-slider-l_prev {
  left: -2rem;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.p-slider-l_prev::before,
.p-slider-l_prev::after {
  border-width: 1px 0 0 1px;
  left: 0;
}
.p-slider-l_prev::before {
  border-color: #fff transparent transparent #fff;
}
.p-slider-l_prev::after {
  border-color: #000 transparent transparent #000;
}
@media screen and (max-width: 960px) {
  .p-slider-l_prev {
    left: 1rem;
  }
}
.p-slider-l_next {
  right: -2rem;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.p-slider-l_next::before,
.p-slider-l_next::after {
  border-width: 1px 1px 0 0;
  right: 0;
}
.p-slider-l_next::before {
  border-color: #fff #fff transparent transparent;
}
.p-slider-l_next::after {
  border-color: #000 #000 transparent transparent;
}
@media screen and (max-width: 960px) {
  .p-slider-l_next {
    right: 1rem;
  }
}
.p-about-hero {
  padding: 12rem 0 16rem;
}
@media screen and (max-width: 960px) {
  .p-about-hero {
    padding: 0 0 14rem;
  }
}
.lang-zh-hans .p-about-hero,
.lang-zh-hant .p-about-hero {
  padding-bottom: 24rem;
}
@media screen and (max-width: 960px) {
  .lang-zh-hans .p-about-hero,
  .lang-zh-hant .p-about-hero {
    padding-bottom: 14rem;
  }
}
.lang-ko .p-about-hero {
  padding-bottom: 27rem;
}
@media screen and (max-width: 960px) {
  .lang-ko .p-about-hero {
    padding-bottom: 14rem;
  }
}
.p-about-hero_inner {
  padding: 10rem 0 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about-hero_inner {
    padding: 0 6rem;
  }
}
.lang-en .p-about-hero_inner {
  padding: 0;
}
@media screen and (max-width: 960px) {
  .p-about-hero_head {
    padding: 4rem 0;
    position: relative;
  }
}
.p-about-hero_head_inner {
  padding: 2rem 0 0 7rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-about-hero_head_inner {
    padding: 0;
    position: static;
  }
}
.lang-en .p-about-hero_head_inner {
  position: relative;
}
.p-about-hero_title {
  padding: 4rem;
  -webkit-transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
@media screen and (max-width: 960px) {
  .p-about-hero_title {
    padding: 5rem;
  }
}
.lang-en .p-about-hero_title {
  font-size: 3.2rem;
  width: calc(100% - 35rem);
  padding: 0;
}
@media screen and (max-width: 960px) {
  .lang-en .p-about-hero_title {
    padding-left: 6rem;
  }
}
.p-about-hero_body {
  width: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-about-hero_body {
    width: 100%;
  }
}
.lang-en .p-about-hero_body {
  width: calc(100% - 33rem);
  margin: 0;
  padding-left: 7rem;
}
@media screen and (max-width: 960px) {
  .lang-en .p-about-hero_body {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.p-about-hero_text {
  font-size: 1.7rem;
  line-height: 2.0588235294;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.4s;
  transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.4s;
}
@media screen and (max-width: 960px) {
  .p-about-hero_text {
    font-size: 2.7rem;
    line-height: 1.7777777778;
  }
}
.lang-en .p-about-hero_text {
  margin-top: 4rem;
}
.p-about-hero_thumb {
  width: 31.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .p-about-hero_thumb {
    top: auto;
    bottom: 9rem;
    right: 2.5rem;
  }
}
.p-about-contents {
  padding: 11rem 0;
}
.p-about-contents_lead {
  position: relative;
}
.p-about-contents_title {
  padding: 1.5rem;
}
.lang-en .p-about-contents_title {
  width: calc(100% - 30rem);
  margin-right: 0 !important;
  padding: 0;
  font-size: 3.2rem;
}
@media screen and (max-width: 960px) {
  .lang-en .p-about-contents_title {
    width: 100%;
    padding-bottom: 4rem;
  }
}
.p-about-contents_lead_img {
  width: 32rem;
  position: absolute;
  bottom: 13rem;
  left: -7rem;
  -webkit-transition: 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition: 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
@media screen and (max-width: 960px) {
  .p-about-contents_lead_img {
    width: 49rem;
    position: static;
    margin: 0 0 0 calc(50% - 50vw);
  }
}
.p-about-contents_main-box {
  padding: 2rem 0;
  position: relative;
}
.p-about-contents_main-box_inner {
  margin: 0 calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1921px) {
  .p-about-contents_main-box_inner {
    margin: 0 -36rem;
  }
}
@media screen and (max-width: 960px) {
  .p-about-contents_main-box_inner {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-about-contents_main-box_head {
  width: 55%;
}
@media screen and (max-width: 960px) {
  .p-about-contents_main-box_head {
    width: 100%;
  }
}
.p-about-contents_main-box_thumb,
.p-about-contents_main-box_thumb-04,
.p-about-contents_main-box_thumb-03,
.p-about-contents_main-box_thumb-02,
.p-about-contents_main-box_thumb-01 {
  overflow: hidden;
  position: relative;
  -webkit-transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
.p-about-contents_main-box_img {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 960px) {
  .p-about-contents_main-box_img {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.p-about-contents_main-box_thumb-01 {
  padding: 70% 0 0;
}
.p-about-contents_main-box_thumb-02 {
  padding: 57% 0 0;
}
.p-about-contents_main-box_thumb-03 {
  padding: 65% 0 0;
}
.p-about-contents_main-box_thumb-04 {
  padding: 68% 0 0;
}
.p-about-contents_main-box_body {
  width: 45%;
  padding: 10rem 0;
  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;
}
@media screen and (max-width: 960px) {
  .p-about-contents_main-box_body {
    width: 100%;
    padding: 4rem 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-about-contents_main-box_body_inner {
  max-width: 50rem;
}
@media screen and (max-width: 960px) {
  .p-about-contents_main-box_body_inner {
    max-width: 100%;
  }
}
.p-about-contents_main-box_title,
.p-about-contents_sub-box_title {
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 400;
  padding: 1rem 0;
}
@media screen and (max-width: 960px) {
  .p-about-contents_main-box_title,
  .p-about-contents_sub-box_title {
    font-size: 3.5rem;
    line-height: 1.8571428571;
  }
}
.p-about-contents_main-box_desc,
.p-about-contents_sub-box_desc {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  padding: 1rem 0;
}
@media screen and (max-width: 960px) {
  .p-about-contents_main-box_desc,
  .p-about-contents_sub-box_desc {
    font-size: 2.5rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
.p-about-contents_sub-box {
  padding: 2rem 0;
}
.p-about-contents_sub-box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about-contents_sub-box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-about-contents_sub-box_head {
  width: 43.5%;
}
.p-about-contents_sub-box_head.-large {
  width: 56.5%;
}
@media screen and (max-width: 960px) {
  .p-about-contents_sub-box_head {
    width: 100%;
  }
  .p-about-contents_sub-box_head.-large {
    width: 100%;
  }
}
.p-about-contents_sub-box_thumb,
.p-about-contents_sub-box_thumb-03,
.p-about-contents_sub-box_thumb-02,
.p-about-contents_sub-box_thumb-01 {
  position: relative;
  overflow: hidden;
  -webkit-transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
.p-about-contents_sub-box_thumb-01 {
  padding: 70% 0 0;
}
.p-about-contents_sub-box_thumb-02 {
  padding: 63.85% 0 0;
}
@media screen and (max-width: 960px) {
  .p-about-contents_sub-box_thumb-02 {
    padding: 82.85% 0 0;
  }
}
.p-about-contents_sub-box_thumb-03 {
  padding: 77% 0 0;
}
.p-about-contents_sub-box_img {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 960px) {
  .p-about-contents_sub-box_img {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.p-about-contents_sub-box_body {
  width: 43.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-about-contents_sub-box_body.-large {
  width: 56.5%;
}
@media screen and (max-width: 960px) {
  .p-about-contents_sub-box_body {
    width: 100%;
    padding: 4rem 0;
  }
  .p-about-contents_sub-box_body.-large {
    width: 100%;
  }
}
.p-about-contents_sub-box_body_inner {
  padding: 0 2rem 0 0;
}
.p-about-contents_photo-box-01 {
  width: 28.5rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
@media screen and (max-width: 960px) {
  .p-about-contents_photo-box-01 {
    width: 22rem;
  }
}
.lang-en .p-about-contents_photo-box-01 {
  top: -10rem;
}
.p-about-contents_photo-box-02 {
  width: 37.8rem;
  position: absolute;
  top: -5rem;
  left: 0;
  -webkit-transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
@media screen and (max-width: 960px) {
  .p-about-contents_photo-box-02 {
    width: 100%;
    position: static;
  }
}
.p-about-contents_photo-box-03 {
  width: 37.8rem;
  position: absolute;
  top: -5rem;
  right: 0;
  -webkit-transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
@media screen and (max-width: 960px) {
  .p-about-contents_photo-box-03 {
    width: auto;
    position: relative;
    top: auto;
    right: -6rem;
  }
}
.p-photo-contents {
  padding: 14rem 0;
}
.p-photo-contents_title {
  padding: 2rem;
  -webkit-transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition: 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
.p-photo-contents_slider {
  padding: 2rem 0;
  margin: 0 -3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .p-photo-contents_slider {
    padding: 4rem 0 0;
    margin: 0 -1.5rem;
  }
}
.p-photo-contents_slider_item {
  width: 33.3333333333%;
  padding: 0 1rem;
}
@media screen and (max-width: 960px) {
  .p-photo-contents_slider_item {
    width: 100%;
    padding: 0;
  }
}
.p-photo-contents_box {
  padding: 2rem;
}
@media screen and (max-width: 960px) {
  .p-photo-contents_box {
    padding: 1.5rem;
  }
}
.p-photo-contents_link {
  font-size: 1.7rem;
  line-height: 1.9411764706;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .p-photo-contents_link {
    font-size: 2.7rem;
    line-height: 1.2222222222;
    padding: 4rem 0 0;
  }
}
.p-room-hero {
  padding: 14rem 0;
}
@media screen and (max-width: 960px) {
  .p-room-hero {
    padding: 7rem 0;
  }
}
.p-room-hero_inner {
  max-width: 192rem;
  padding: 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-room-hero_inner {
    padding: 0 6rem;
  }
}
.p-room-hero_lead {
  font-size: 1.7rem;
  line-height: 2.0588235294;
  text-align: center;
  padding: 0 0 12rem;
  -webkit-transition: 1s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition: 1s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
@media screen and (max-width: 960px) {
  .p-room-hero_lead {
    font-size: 2.7rem;
    line-height: 1.7777777778;
    text-align: justify;
  }
}
.p-room-hero_box_title {
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 2.5rem 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  -webkit-transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    -webkit-transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    -webkit-transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    -webkit-transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
.lang-en .p-room-hero_box_title {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  margin-right: -2rem;
}
.p-room-hero_box-l_body_inner.is-fadein .p-room-hero_box_title,
.p-room-hero_box-m_body_inner.is-fadein .p-room-hero_box_title,
.p-room-hero_box-r_body_inner.is-fadein .p-room-hero_box_title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-room-hero_box_text {
  font-size: 1.7rem;
  line-height: 2.0588235294;
  letter-spacing: 0;
  opacity: 0;
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  -webkit-transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s,
    -webkit-transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s;
  transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s,
    -webkit-transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s;
  transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s,
    transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s;
  transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s,
    transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s,
    -webkit-transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s;
}
@media screen and (max-width: 960px) {
  .p-room-hero_box_text {
    font-size: 3.6rem;
    line-height: 1.8055555556;
  }
}
@media screen and (max-width: 960px) {
  .lang-en .p-room-hero_box_text.sp,
  .lang-ko .p-room-hero_box_text.sp {
    margin-right: -2rem;
    margin-left: 2rem;
  }
}
.p-room-hero_box-l_body_inner.is-fadein .p-room-hero_box_text,
.p-room-hero_box-m_body_inner.is-fadein .p-room-hero_box_text,
.p-room-hero_box-r_body_inner.is-fadein .p-room-hero_box_text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-room-hero_box-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-room-hero_box-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -4rem;
  }
}
.p-room-hero_box-l_head {
  width: 55.5%;
}
@media screen and (max-width: 960px) {
  .p-room-hero_box-l_head {
    width: 100%;
  }
}
.p-room-hero_box-l_body {
  width: 44.5%;
  padding: 0 0 9rem 3.5rem;
  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;
}
@media screen and (max-width: 960px) {
  .p-room-hero_box-l_body {
    width: 100%;
    padding: 3rem 0;
  }
}
.p-room-hero_box-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .p-room-hero_box-m {
    padding: 3rem 0;
  }
}
.p-room-hero_box-m_head {
  width: 40%;
  position: relative;
  -webkit-transform: translate(0, -9rem);
  transform: translate(0, -9rem);
}
@media screen and (max-width: 1340px) {
  .p-room-hero_box-m_head {
    -webkit-transform: translate(0, -4rem);
    transform: translate(0, -4rem);
  }
}
@media screen and (max-width: 960px) {
  .p-room-hero_box-m_head {
    width: 57.5%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.p-room-hero_box-m_body {
  width: 60%;
  padding: 4rem 12rem 4rem 13rem;
  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;
}
@media screen and (max-width: 1340px) {
  .p-room-hero_box-m_body {
    padding: 4rem 6rem 10rem 6.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-room-hero_box-m_body {
    width: 42.5%;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-room-hero_box-r {
  width: 80%;
  max-width: 106rem;
  padding: 0 4rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-room-hero_box-r {
    width: 100%;
    padding: 1.5rem 0;
  }
}
.p-room-hero_box-r_head {
  width: 37.5%;
}
@media screen and (max-width: 960px) {
  .p-room-hero_box-r_head {
    width: 57.5%;
  }
}
.p-room-hero_box-r_body {
  width: 62.5%;
  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;
}
@media screen and (max-width: 1340px) {
  .p-room-hero_box-r_body {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-room-hero_box-r_body {
    width: 42.5%;
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.lang-en .p-room-hero_box-r_body {
  padding-right: 0;
}
.p-room-contents {
  padding: 13rem 0;
}
@media screen and (max-width: 960px) {
  .p-room-contents {
    padding: 2rem 0 13rem;
  }
}
.p-room-contents_link-list {
  margin: 0 -3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .p-room-contents_link-list {
    padding: 6rem 0;
    margin: 0;
  }
}
.p-room-contents_link-list_item {
  width: 33.3333333333%;
  padding: 3rem;
}
@media screen and (max-width: 960px) {
  .p-room-contents_link-list_item {
    width: 100%;
    padding: 2rem 0;
  }
}
.p-room-contents_link-list_link {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-room-contents_link-list_thumb {
  width: 9.3rem;
}
.p-room-contents_link-list_name {
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.02em;
  padding: 0 0 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-room-contents_link-list_name {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.p-room-contents_cat {
  padding: 3rem 12rem;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 1340px) {
  .p-room-contents_cat {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-room-contents_cat {
    padding: 1rem 6rem;
  }
}
@media screen and (min-width: 1921px) {
  .p-room-contents_cat {
    margin: 0 -36rem;
  }
}
.p-room-contents_cat_title {
  font-size: 3.5rem;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-room-contents_cat_title {
    font-size: 5rem;
    line-height: 1.44;
  }
}
.p-room-contents_cat_desc {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-room-contents_cat_desc {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.lang-en .p-room-contents_cat_desc {
  margin-top: 2rem;
}
.p-room-box {
  padding: 3rem 0;
  margin: 0 calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .p-room-box {
    padding: 6.5rem 0;
    margin: 0 -4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1921px) {
  .p-room-box {
    margin: 0 calc(50% - 50vw) 0 -36rem;
  }
}
.p-room-box_head {
  width: 61%;
  overflow: hidden;
}
@media screen and (max-width: 1340px) {
  .p-room-box_head {
    width: 70%;
  }
}
@media screen and (max-width: 960px) {
  .p-room-box_head {
    width: 100%;
  }
}
.p-room-box_body {
  width: 39%;
  padding-left: 12rem;
}
@media screen and (max-width: 1340px) {
  .p-room-box_body {
    width: 30%;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-room-box_body {
    width: 100%;
    padding: 4rem;
  }
}
.p-room-box_body_inner {
  width: 100%;
  max-width: 48rem;
}
@media screen and (max-width: 960px) {
  .p-room-box_body_inner {
    max-width: 100%;
  }
}
.p-room-box_name {
  font-size: 3.5rem;
  line-height: 1.5428571429;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding: 2.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-room-box_name {
    font-size: 5rem;
    line-height: 1.44;
  }
}
.p-room-box_data {
  width: 100%;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-collapse: separate;
  padding: 2rem 0;
}
.p-room-box_data_row {
  font-size: 1.5rem;
  line-height: 2.6666666667;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 960px) {
  .p-room-box_data_row {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.lang-en .p-room-box_data_row:last-child th {
  line-height: 1.2;
}
.p-room-box_data_title {
  width: 25.5%;
}
.p-room-box_data_desc {
  width: 74.5%;
  padding-left: 5rem;
}
@media screen and (max-width: 960px) {
  .p-room-box_data_desc {
    padding-left: 4rem;
  }
}
.p-room-facility {
  margin: 0 -3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-room-facility {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-room-facility_box {
  width: 50%;
  padding: 3rem 3rem 3rem 13rem;
}
@media screen and (max-width: 960px) {
  .p-room-facility_box {
    width: 100%;
    padding: 4.5rem 0;
    border-bottom: 1px solid #c9c9c9;
  }
  .p-room-facility_box:nth-child(1) {
    border-top: 1px solid #c9c9c9;
  }
}
.p-room-facility_title {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-room-facility_title {
    font-size: 3.5rem;
  }
}
.p-room-facility_item {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-room-facility_item {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.p-cuisine-hero {
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-cuisine-hero {
    padding: 5rem 0 4rem;
  }
}
.p-cuisine-hero_inner {
  max-width: 192rem;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .p-cuisine-hero_inner {
    padding: 0 4rem;
  }
}
.p-cuisine-hero_lead {
  padding: 4rem 0;
}
.p-cuisine-hero_lead_text {
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cuisine-hero_lead_text {
    font-size: 2.7rem;
    line-height: 1.7777777778;
  }
}
.p-cuisine-hero_box {
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-cuisine-hero_box:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .p-cuisine-hero_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-cuisine-hero_box:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-cuisine-hero_box_head {
  width: 55.73%;
}
@media screen and (max-width: 960px) {
  .p-cuisine-hero_box_head {
    width: auto;
    margin: 0 calc(50% - 50vw) 4rem;
  }
}
.p-cuisine-hero_body {
  width: 44.27%;
  padding: 0 14rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .p-cuisine-hero_body {
    width: 100%;
    padding: 0;
  }
}
.lang-en .p-cuisine-hero_body {
  padding-left: 6rem;
}
@media screen and (max-width: 960px) {
  .lang-en .p-cuisine-hero_body {
    padding-left: 0;
  }
}
.p-cuisine-hero_box:nth-child(odd) .p-cuisine-hero_body {
  padding: 0 0 0 14rem;
}
@media screen and (max-width: 960px) {
  .p-cuisine-hero_box:nth-child(odd) .p-cuisine-hero_body {
    padding: 0;
  }
}
.p-cuisine-hero_body_inner {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-cuisine-hero_catch {
  opacity: 0;
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  -webkit-transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    -webkit-transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    -webkit-transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    -webkit-transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
.p-cuisine-hero_body_inner.is-fadein .p-cuisine-hero_catch {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-cuisine-hero_catch_subtext {
  letter-spacing: 0.02em;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  -webkit-transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.4s,
    -webkit-transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.4s;
  transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.4s,
    -webkit-transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.4s;
  transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.4s,
    transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.4s;
  transition:
    opacity 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.4s,
    transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.4s,
    -webkit-transform 1.6s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.4s;
}
.lang-en .p-cuisine-hero_catch_subtext {
  padding-top: 4rem;
  text-align: left;
}
.p-cuisine-hero_body_inner.is-fadein .p-cuisine-hero_catch_subtext {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-cuisine-contents {
  padding: 17rem 0 0;
}
.p-cuisine-contents_main {
  margin: 0 calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .p-cuisine-contents_main {
    margin: 0 -4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1921px) {
  .p-cuisine-contents_main {
    margin: 0 calc(50% - 50vw) 0 -36rem;
  }
}
.p-cuisine-contents_main_head {
  width: 61%;
  overflow: hidden;
}
@media screen and (max-width: 1340px) {
  .p-cuisine-contents_main_head {
    width: 70%;
  }
}
@media screen and (max-width: 960px) {
  .p-cuisine-contents_main_head {
    width: 100%;
  }
}
.p-cuisine-contents_main_body {
  width: 39%;
  padding-left: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1340px) {
  .p-cuisine-contents_main_body {
    width: 30%;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-cuisine-contents_main_body {
    width: 100%;
    padding: 4rem;
  }
}
.p-cuisine-contents_main_body_inner {
  max-width: 48rem;
}
@media screen and (max-width: 960px) {
  .p-cuisine-contents_main_body_inner {
    max-width: 100%;
  }
}
.p-cuisine-contents_chef {
  padding: 15rem 0 4rem;
  position: relative;
}
.p-cuisine-contents_chef::before {
  content: "";
  width: 90%;
  max-width: 97rem;
  height: 76%;
  display: inline-block;
  border: 2px solid #c9c9c9;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-cuisine-contents_chef {
    padding: 8rem 0 4rem;
  }
  .p-cuisine-contents_chef::before {
    width: calc(100% + 8rem);
    height: 85%;
  }
}
.p-cuisine-contents_chef_thumb {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
}
.p-cuisine-contents_chef_inner {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .p-cuisine-contents_chef_inner {
    max-width: 100%;
  }
}
.p-cuisine-contents_chef_name {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
  padding: 2rem 0;
}
.p-cuisine-contents_chef_text {
  font-weight: 500;
  padding: 1rem 0;
}
.p-contact-data {
  padding: 13rem 0;
}
.p-contact-data_inner {
  max-width: 88rem;
}
.lang-en .p-contact-data_inner {
  max-width: 96rem;
}
.p-contact-data_group {
  padding: 4rem 3rem;
  margin: 0 -7rem;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .p-contact-data_group {
    margin: 0 -4rem;
  }
}
.p-contact-data_group_title {
  font-size: 3.5rem;
  line-height: 1.4285714286;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
}
.p-contact-data_group_text {
  font-size: 1.7rem;
  line-height: 2.0588235294;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-contact-data_group_text {
    font-size: 2.4rem;
    text-align: justify;
  }
}
.lang-en .p-contact-data_group_text,
.lang-zh-hans .p-contact-data_group_text,
.lang-zh-hant .p-contact-data_group_text,
.lang-ko .p-contact-data_group_text {
  text-align: center;
}
.p-contact-data_title {
  font-size: 3.5rem;
  line-height: 1.2857142857;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 960px) {
  .p-contact-data_title {
    font-size: 5rem;
    white-space: nowrap;
    margin: 0 -1rem;
  }
}
.p-contact-data_list {
  margin: 0 -3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .p-contact-data_list {
    padding: 4rem 0;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .lang-en .p-contact-data_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-contact-data_list_item {
  width: 50%;
  padding: 3rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.p-contact-data_list_item::after {
  content: "";
  width: calc(100% - 6rem);
  height: 1px;
  display: inline-block;
  background: #c9c9c9;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-contact-data_list_item {
    width: 100%;
    padding: 4.5rem 1.5rem;
  }
  .p-contact-data_list_item::after {
    width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 960px) {
  .lang-en .p-contact-data_list_item {
    padding-left: 0;
    padding-right: 0;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.p-contact-data_list_item_name {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-contact-data_list_item_name {
    font-size: 3.7rem;
    line-height: 1.4594594595;
  }
}
.p-contact-data_list_item_notice {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-contact-data_list_item_notice {
    font-size: 2.4rem;
  }
}
.p-contact-data_email {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0;
  text-align: center;
  padding: 1rem 0;
}
.p-contact-hero {
  padding: 9rem 0 8rem;
}
.p-contact-hero_inner {
  max-width: 78rem;
}
.p-contact-contents {
  padding: 2rem 0 10rem;
}
.p-contact-contents_inner {
  max-width: 78rem;
}
.p-contact-contents label {
  padding: 2rem 0;
  display: block;
}
.p-contact-contents label .wpcf7-form-control-wrap {
  display: block;
}
.p-contact-contents input[type="text"],
.p-contact-contents input[type="email"],
.p-contact-contents input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border-radius: unset;
  font-size: 1.7rem;
  line-height: 2.0588235294;
  letter-spacing: 0.02em;
  font-weight: 500;
  width: 100%;
  padding: 0.8rem 1.5rem;
  background: #f5f5f5;
  display: inline-block;
}
.p-contact-contents input[type="text"]:focus,
.p-contact-contents input[type="email"]:focus,
.p-contact-contents input[type="tel"]:focus {
  -webkit-box-shadow: 0 0 0 2px #f4a424 inset;
  box-shadow: 0 0 0 2px #f4a424 inset;
}
@media screen and (max-width: 960px) {
  .p-contact-contents input[type="text"],
  .p-contact-contents input[type="email"],
  .p-contact-contents input[type="tel"] {
    font-size: 2.5rem;
  }
}
.p-contact-contents textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: unset;
  outline: none;
  resize: none;
  background: transparent;
  font-size: 1.7rem;
  line-height: 2.0588235294;
  letter-spacing: 0.02em;
  font-weight: 500;
  width: 100%;
  height: 21rem;
  padding: 0.8rem;
  background: #f5f5f5;
  display: inline-block;
}
.p-contact-contents textarea:focus {
  -webkit-box-shadow: 0 0 0 2px #f4a424 inset;
  box-shadow: 0 0 0 2px #f4a424 inset;
}
@media screen and (max-width: 960px) {
  .p-contact-contents textarea {
    font-size: 2.5rem;
  }
}
.p-contact_submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: unset;
  background: transparent;
  color: #fff;
  font-size: 1.7rem;
  line-height: 2.0588235294;
  font-family:
    "Shippori Mincho",
    "游ゴシック体 Pr6N M",
    "Yu Gothic Pr6N M",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro",
    "Hiragino Sans",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    メイリオ,
    Meiryo,
    sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  width: 26rem;
  display: block;
  padding: 1rem 0;
  margin: 0 auto;
  background: #191923;
  cursor: pointer;
  -webkit-transition: background 0.6s cubic-bezier(0, 0.8, 0.2, 1);
  transition: background 0.6s cubic-bezier(0, 0.8, 0.2, 1);
}
@media (hover: hover) {
  .p-contact_submit:hover {
    background: #3f3f58;
  }
}
.p-contact_submit.-back {
  color: #000;
  background: #fff;
  border: 1px solid #191923;
}
@media screen and (max-width: 960px) {
  .p-contact_submit {
    font-size: 2.5rem;
    width: 100%;
    max-width: 40rem;
    padding: 2rem 0;
  }
}
.p-contact_privacy_text {
  font-size: 1.7rem;
  line-height: 2.0588235294;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: center;
  padding: 4rem 0;
}
@media screen and (max-width: 960px) {
  .p-contact_privacy_text {
    font-size: 2.5rem;
  }
}
.p-contact_privacy-link {
  text-decoration: underline;
  display: inline-block;
}
.p-faq-box {
  padding: 7rem 0;
}
.p-faq-box_list {
  max-width: 97rem;
  padding: 4rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-faq-box_list {
    padding: 8rem 0;
  }
}
.p-faq-box_item {
  padding: 0 1rem;
  border-bottom: 1px solid #c9c9c9;
}
.p-faq-box_item:nth-child(1) {
  border-top: 1px solid #c9c9c9;
}
.p-faq-box_q {
  padding: 3rem 5rem 3rem 0;
  cursor: pointer;
  position: relative;
}
.p-faq-box_q::after {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
  background: no-repeat center/100% url(../images/common/icon_circle_up.png);
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition: -webkit-transform 0.4s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition: transform 0.4s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition:
    transform 0.4s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    -webkit-transform 0.4s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
.p-faq-box_q.is-active::after {
  -webkit-transform: translate(0, -50%) rotate(-360deg);
  transform: translate(0, -50%) rotate(-360deg);
}
.p-faq-box_q_title {
  font-size: 1.7rem;
  line-height: 2.0588235294;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-faq-box_q_title {
    font-size: 2.5rem;
  }
}
.p-faq-box_a {
  padding: 0 0 3rem;
  display: none;
}
.p-faq-box_a_desc {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-faq-box_a_desc {
    font-size: 2.4rem;
  }
}
.p-faq-box_a_desc p,
.p-faq-box_a_desc a,
.p-faq-box_a_desc h1,
.p-faq-box_a_desc h2,
.p-faq-box_a_desc h3,
.p-faq-box_a_desc h4,
.p-faq-box_a_desc li,
.p-faq-box_a_desc div,
.p-faq-box_a_desc span,
.p-faq-box_a_desc dt,
.p-faq-box_a_desc dd,
.p-faq-box_a_desc th,
.p-faq-box_a_desc td {
  text-align: left;
}
.p-faq-box_a_desc a {
  color: #10106c;
  font-weight: 500;
  display: inline-block;
}
.p-news-contents {
  padding: 10rem 0 16rem;
}
.p-news-contents_item {
  border-bottom: 1px solid #c9c9c9;
}
.p-news-contents_item:nth-child(1) {
  border-top: 1px solid #c9c9c9;
}
.p-news-contents_link {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
  padding: 3.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-news-contents_link {
    font-size: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-news-contents_date {
  width: 13%;
  padding: 0 3rem;
}
@media screen and (max-width: 960px) {
  .p-news-contents_date {
    width: 100%;
    padding: 0 2rem;
  }
}
.p-news-contents_title {
  width: 87%;
  padding: 0 2rem 0 4rem;
}
@media screen and (max-width: 960px) {
  .p-news-contents_title {
    width: 100%;
  }
}
.lang-en .p-kv_title {
  font-size: 6rem;
}
@media screen and (max-width: 960px) {
  .lang-en .p-kv_title {
    line-height: 1.3;
  }
}
.p-access-hero {
  padding: 9rem 0;
}
@media screen and (max-width: 960px) {
  .p-access-hero {
    padding: 0;
  }
}
.p-access-contents {
  padding: 13rem 0 4rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-access-contents {
    padding: 6rem 0 4rem;
  }
}
.p-access-contents_box {
  padding: 9.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-access-contents_box::after {
  content: "";
  width: auto;
  height: 1px;
  margin: 0 -12rem;
  display: block;
  background: #c9c9c9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-access-contents_box:nth-last-child(1)::after {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-access-contents_box {
    padding: 4rem 0 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-access-contents_box::after {
    margin: 0 auto;
  }
}
.p-access-contents_box_head {
  width: 47.5%;
}
@media screen and (max-width: 960px) {
  .p-access-contents_box_head {
    width: 100%;
  }
}
.p-access-contents_data {
  width: 100%;
  padding-left: 3rem;
}
@media screen and (max-width: 960px) {
  .p-access-contents_data {
    padding-left: 0;
  }
}
.p-access-contents_data_row {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  padding: 2rem 0;
}
@media screen and (max-width: 960px) {
  .p-access-contents_data_row {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.p-access-contents_data_title {
  padding: 2rem;
}
@media screen and (max-width: 960px) {
  .p-access-contents_data_title {
    padding: 2rem 0;
  }
}
.p-access-contents_data_desc {
  padding: 2rem;
}
@media screen and (max-width: 960px) {
  .p-access-contents_data_desc {
    padding: 2rem 0 2rem 4rem;
  }
}
.p-access-contents_box_body {
  width: 52.5%;
}
@media screen and (max-width: 960px) {
  .p-access-contents_box_body {
    width: 100%;
  }
}
.p-access-contents_data_title {
  vertical-align: baseline;
}
.p-access-contents_box_body iframe {
  width: 100% !important;
  height: 42.4rem !important;
}
.p-access-contents_box_subtitle {
  font-size: 1.7rem;
  line-height: 2.0588235294;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-access-contents_box_subtitle {
    font-size: 3.5rem;
  }
}
.p-access-contents_box_desc {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
  padding: 4rem 0;
}
@media screen and (max-width: 960px) {
  .p-access-contents_box_desc {
    font-size: 2.5rem;
    padding: 2rem 0;
  }
}
.lang-en .p-access-contents_box_desc {
  padding-right: 4rem;
}
.p-access-sightseeing {
  padding: 16rem 0 0;
}
.p-access-sightseeing_box {
  margin: 0 calc(50% - 50vw) 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-access-sightseeing_box:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-access-sightseeing_box:nth-last-child(1) {
  margin-bottom: 12rem;
}
.p-access-sightseeing_box:nth-last-child(1) .p-access-sightseeing_box_body {
  padding-top: 18rem !important;
}
.p-access-sightseeing_box:nth-last-child(1) .p-access-sightseeing_box_body .p-access-sightseeing_box_title {
  top: 10rem !important;
}
@media screen and (max-width: 960px) {
  .p-access-sightseeing_box {
    display: block;
    margin-bottom: 13rem;
  }
}
@media screen and (min-width: 1921px) {
  .p-access-sightseeing_box {
    margin: 0 -36rem 24rem;
  }
}
.p-access-sightseeing_box_head {
  width: 55.3%;
}
@media screen and (max-width: 960px) {
  .p-access-sightseeing_box_head {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .p-access-sightseeing_thumb {
    padding: 2rem 2rem 2rem 0;
  }
}
@media screen and (max-width: 960px) {
  .p-access-sightseeing_box:nth-child(odd) .p-access-sightseeing_thumb {
    padding: 2rem 0 2rem 2rem;
  }
}
.p-access-sightseeing_subthumb {
  width: 32.4rem;
  position: absolute;
  bottom: 6rem;
  right: 0;
}
@media screen and (max-width: 960px) {
  .p-access-sightseeing_subthumb {
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
.p-access-sightseeing_box:nth-child(odd) .p-access-sightseeing_subthumb {
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-access-sightseeing_box:nth-child(odd) .p-access-sightseeing_subthumb {
    width: 45rem;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.p-access-sightseeing_box_body {
  width: 46.7%;
  padding: 11rem 2rem 25rem 15rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-access-sightseeing_box_body {
    width: 100%;
    padding: 7.5rem 6rem 0 19rem;
  }
}
.lang-en .p-access-sightseeing_box_body {
  padding-bottom: 11rem;
}
@media screen and (max-width: 960px) {
  .lang-en .p-access-sightseeing_box_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 14rem;
    padding-bottom: 2rem;
  }
}
.p-access-sightseeing_box:nth-child(odd) .p-access-sightseeing_box_body {
  padding: 34rem 10.6rem 0 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .p-access-sightseeing_box:nth-child(odd) .p-access-sightseeing_box_body {
    padding: 7.5rem 6rem 0 19rem;
  }
}
@media screen and (max-width: 960px) {
  .lang-en .p-access-sightseeing_box:nth-child(odd) .p-access-sightseeing_box_body {
    padding: 4rem 3rem;
  }
}
.p-access-sightseeing_box_title {
  font-size: 3.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 400;
  position: absolute;
  top: 4rem;
  left: 4rem;
  opacity: 0;
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  -webkit-transition:
    opacity 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    -webkit-transform 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition:
    opacity 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    -webkit-transform 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition:
    opacity 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    transform 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87);
  transition:
    opacity 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    transform 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87),
    -webkit-transform 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
@media screen and (max-width: 960px) {
  .p-access-sightseeing_box_title {
    top: 2rem;
    left: 6rem;
  }
}
.lang-en .p-access-sightseeing_box_title {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
@media screen and (max-width: 960px) {
  .lang-en .p-access-sightseeing_box_title {
    position: static;
  }
}
.p-access-sightseeing_box_body.is-fadein .p-access-sightseeing_box_title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (min-width: 961px) {
  .p-access-sightseeing_box:nth-child(odd) .p-access-sightseeing_box_title {
    top: 0;
    right: 2rem;
  }
}
@media screen and (min-width: 961px) {
  .lang-en .p-access-sightseeing_box:nth-child(odd) .p-access-sightseeing_box_title {
    top: 24rem;
  }
}
.p-access-sightseeing_box_desc {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
  width: 100%;
  max-width: 43rem;
  opacity: 0;
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  -webkit-transition:
    opacity 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s,
    -webkit-transform 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s;
  transition:
    opacity 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s,
    -webkit-transform 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s;
  transition:
    opacity 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s,
    transform 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s;
  transition:
    opacity 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s,
    transform 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s,
    -webkit-transform 1.4s cubic-bezier(0.18, 0.83, 0.24, 0.87) 0.2s;
}
@media screen and (max-width: 960px) {
  .p-access-sightseeing_box_desc {
    font-size: 2.5rem;
    line-height: 1.8;
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .lang-en .p-access-sightseeing_box_desc {
    margin-top: 2rem;
  }
}
.p-access-sightseeing_box_body.is-fadein .p-access-sightseeing_box_desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (min-width: 961px) {
  .lang-en .p-access-sightseeing_box:nth-child(odd) .p-access-sightseeing_box_desc {
    padding-top: 2.4rem;
  }
}
.p-instagram {
  padding: 9rem 0 13rem;
}
@media screen and (max-width: 960px) {
  .p-instagram {
    padding: 7rem 0;
  }
}
.p-instagram_list {
  padding: 2rem 0;
  margin: 0 -5px;
}
@media screen and (max-width: 960px) {
  .p-instagram_list .sbi_item:nth-child(n + 7) {
    display: none !important;
  }
}
.p-instagram_link {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-instagram_link_icon {
  width: 3.1rem;
  margin-right: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-instagram_link_icon {
    width: 4.5rem;
    margin-right: 2.3rem;
    -webkit-transform: translate(0, 5%);
    transform: translate(0, 5%);
  }
}
.p-instagram_link_text {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .p-instagram_link_text {
    font-size: 2.6rem;
    line-height: 2.1538461538;
  }
}
.p-privacy-contents {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-privacy-contents {
    font-size: 2.5rem;
  }
}
.p-privacy-contents_inner {
  max-width: 106rem;
}
.p-privacy-contents_title {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family:
    "Shippori Mincho",
    "游ゴシック体 Pr6N M",
    "Yu Gothic Pr6N M",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro",
    "Hiragino Sans",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    メイリオ,
    Meiryo,
    sans-serif;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-privacy-contents_title {
    font-size: 3.6rem;
  }
}
.p-privacy-contents_list {
  padding-left: 1rem;
}
.p-privacy-contents_table {
  border-collapse: collapse;
}
.p-privacy-contents_table th,
.p-privacy-contents_table td {
  font-weight: 500;
  border: solid 1px #c9c9c9;
}
.p-privacy-contents_table thead th,
.p-privacy-contents_table thead td {
  padding: 1rem 0 1rem 3.5rem;
}
.p-privacy-contents_table tbody th,
.p-privacy-contents_table tbody td {
  padding: 2.2rem 0 2.2rem 3.5rem;
}
.p-privacy-contents_table th {
  width: 19rem;
}
.p-privacy-contents_table td {
  width: 21rem;
}
