@charset "UTF-8";
.c_article::before {
  position: absolute;
  content: "";
  right: 25px;
  top: 50%;
  width: 5px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url(../images/top/btn_arrow.svg);
}
.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}
@media screen and (max-width: 767.8px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

header {
  visibility: hidden;
  position: fixed;
  transition: all 0.3s ease;
  z-index: 4;
}
header.is-active {
  transition: all 0.3s ease;
  animation: fade-in 0.3s ease;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header .header--mobile {
  display: none;
}
header .header--desktop {
  width: 100vw;
  height: 72px;
  color: #fff;
  background-color: #000;
  padding-left: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header--desktop nav {
  display: flex;
  align-items: center;
  padding-right: 65px;
}
header .header--desktop nav ul {
  display: flex;
}
header .header--desktop nav ul li {
  transition: all 0.3s ease;
  margin-right: 20px;
}
@media screen and (max-width: 1279.8px) {
  header .header--desktop nav ul li {
    margin-right: 10px;
  }
}
header .header--desktop nav ul li:last-of-type {
  margin-right: 40px;
}
@media screen and (max-width: 1279.8px) {
  header .header--desktop nav ul li:last-of-type {
    margin-right: 20px;
  }
}
header .header--desktop nav ul li::marker {
  content: "";
}
header .header--desktop nav ul li a {
  color: #fff;
  transition: opacity 0.3s ease;
}
header .header--desktop nav ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1279.8px) {
  header .header--desktop nav ul li a {
    font-size: 14px;
  }
}
header .header--desktop .lang {
  display: flex;
  align-items: center;
}
header .header--desktop .lang p.lang {
  color: #fff;
  margin-left: 8px;
  color: #666;
}
header .header--desktop .lang p.lang a {
  color: #fff;
  transition: opacity 0.3s ease;
}
header .header--desktop .lang p.lang a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1023.8px) {
  header .header--desktop {
    display: none;
  }
}
@media screen and (max-width: 1023.8px) {
  header {
    visibility: hidden;
    position: fixed;
    transition: all 0.3s ease;
  }
  header .header--mobile {
    display: flex;
    width: 100vw;
    height: 70px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    flex-basis: 40%;
    padding-left: 16px;
  }
  header .header--mobile .top_nav_right {
    display: flex;
    margin-left: auto;
  }
  header .header--mobile .top_nav_right .top_reservation {
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
    transition: opacity 0.4s ease;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    margin-right: 16px;
  }
  header .header--mobile .top_nav_right .top_reservation.open p {
    opacity: 1;
  }
  header .header--mobile .top_nav_right .top_reservation.open picture img {
    opacity: 1;
  }
  header .header--mobile .top_nav_right .top_reservation:hover p {
    opacity: 0.5;
  }
  header .header--mobile .top_nav_right .top_reservation:hover picture img {
    opacity: 0.5;
  }
  header .header--mobile .top_nav_right .top_reservation p {
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }
  header .header--mobile .top_nav_right .top_reservation picture {
    margin-bottom: 6px;
  }
  header .header--mobile .top_nav_right .top_reservation picture img {
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }
  header .header--mobile .top_nav_right .btn_nav_menu {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.6s ease;
    z-index: 7;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 32px;
  }
  header .header--mobile .top_nav_right .btn_nav_menu:hover p {
    opacity: 0.7;
  }
  header .header--mobile .top_nav_right .btn_nav_menu:hover span {
    opacity: 0.7;
  }
  header .header--mobile .top_nav_right .btn_nav_menu p {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  header .header--mobile .top_nav_right .btn_nav_menu span {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.6s ease, opacity 0.3s ease;
    opacity: 1;
    margin-bottom: 6px;
  }
  header .header--mobile .top_nav_right .btn_nav_menu span:last-of-type {
    margin-bottom: 4px;
  }
  header .header--mobile .top_nav_right .btn_nav_menu.active {
    color: #000;
  }
  header .header--mobile .top_nav_right .btn_nav_menu.active span {
    background-color: #000;
  }
  header .header--mobile .top_nav_right .btn_nav_menu.active span:first-child {
    transform: rotate(45deg) translateX(5px) translateY(7px);
  }
  header .header--mobile .top_nav_right .btn_nav_menu.active span:nth-child(2) {
    opacity: 0;
  }
  header .header--mobile .top_nav_right .btn_nav_menu.active span:last-of-type {
    transform: rotate(-45deg) translateX(5px) translateY(-6px);
  }
}

.top_menu,
.l_header_menu {
  visibility: hidden;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 4;
  opacity: 0;
  transition: all 0.6s ease;
  overflow-x: hidden;
}
.top_menu nav,
.l_header_menu nav {
  padding: 0;
  top: 50vw;
  transform: translateY(-20px);
  transition: all 0.6s ease;
  opacity: 0;
}
.top_menu nav ul,
.l_header_menu nav ul {
  width: 130px;
  display: block;
  text-align: center;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.top_menu nav ul li,
.l_header_menu nav ul li {
  margin-top: 40px;
  margin-right: 0;
}
.top_menu nav ul li:last-of-type,
.l_header_menu nav ul li:last-of-type {
  margin-top: 40px;
  margin-right: 0;
}
.top_menu nav ul li a,
.l_header_menu nav ul li a {
  color: #000;
}
.top_menu.active,
.l_header_menu.active {
  visibility: visible;
  opacity: 1;
}
.top_menu.active nav,
.l_header_menu.active nav {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .top_menu,
  .l_header_menu {
    display: none;
  }
}

.lang a {
  margin-left: 3px;
  margin-right: 3px;
}

.l_header_lang,
.top_lang {
  position: fixed;
  visibility: hidden;
  top: -4px;
  left: 24px;
  display: flex;
  align-items: center;
  margin-top: -18px;
  z-index: 7;
  opacity: 0;
  transition: all 0.6s ease;
}
.l_header_lang p,
.top_lang p {
  color: #000;
  font-size: 14px;
  margin-left: 8px;
}
.l_header_lang p span,
.top_lang p span {
  margin-left: 8px;
  margin-right: 8px;
}
.l_header_lang .lang_nav,
.top_lang .lang_nav {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: flex-start;
  margin-top: 42px;
  -webkit-clip-path: polygon(100% 0, 100% 30%, 0 30%, 0 0);
  clip-path: polygon(100% 0, 100% 30%, 0 30%, 0 0);
  transition: all 0.3s ease;
  cursor: pointer;
}
.l_header_lang .lang_nav.active,
.top_lang .lang_nav.active {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}
.l_header_lang .lang_nav.active picture,
.top_lang .lang_nav.active picture {
  transform: rotate(180deg);
}
.l_header_lang .lang_nav nav,
.top_lang .lang_nav nav {
  align-self: baseline;
  padding: 0;
  margin: 0;
}
.l_header_lang .lang_nav nav ul,
.top_lang .lang_nav nav ul {
  display: block;
  color: #000;
  font-size: 14px;
}
.l_header_lang .lang_nav nav ul li,
.top_lang .lang_nav nav ul li {
  margin: 0;
}
.l_header_lang .lang_nav nav ul li a,
.top_lang .lang_nav nav ul li a {
  color: #000;
}
.l_header_lang .lang_nav picture,
.top_lang .lang_nav picture {
  transition: all 0.3s ease;
  margin-left: 8px;
  margin-top: 8px;
}
.l_header_lang.active,
.top_lang.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .l_header_lang,
  .top_lang {
    display: none;
  }
}

footer {
  position: relative;
  z-index: 1;
  background-color: #000;
  color: #fff;
  border-top: solid 2px #fff;
  padding-bottom: 80px;
}
footer .c_container {
  display: flex;
  padding-top: 120px;
}
footer .c_container picture.footer_logo {
  width: 95px;
  transition: opacity 0.3s ease;
  margin-bottom: 70px;
}
footer .c_container picture.footer_logo:hover {
  opacity: 0.5;
}
footer .c_container .footer_sns {
  width: 95px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
footer .c_container .footer_sns a {
  transition: opacity 0.3s ease;
}
footer .c_container .footer_sns a:first-of-type {
  margin-right: 24px;
}
footer .c_container .footer_sns a:hover {
  opacity: 0.5;
}
footer .c_container .footer_sns picture img {
  margin: 0;
}
footer .c_container .footer_wrap {
  margin-left: 102px;
}
footer .c_container .footer_wrap .footer__subtitle {
  color: #797978;
  margin-top: 34px;
  margin-bottom: 24px;
}
footer .c_container .footer_wrap .footer__subtitle:nth-child(1) {
  margin-top: 0;
  margin-bottom: 0;
}
footer .c_container .footer_wrap .footer__room,
footer .c_container .footer_wrap .footer__telephone {
  font-size: 24px;
  font-weight: 400;
}
footer .c_container .footer_wrap .footer__room {
  line-height: 1;
  font-weight: 700;
}
footer .c_container .footer_wrap p,
footer .c_container .footer_wrap .footer__subtitle {
  font-size: 14px;
  font-weight: 400;
}
footer .c_container .footer_wrap .footer_links_header {
  margin-top: 40px;
}
footer .c_container .footer_wrap .footer_info {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
footer .c_container .footer_wrap .footer_info .footer__subtitle,
footer .c_container .footer_wrap .footer_info .footer__room {
  width: 66px;
  margin-right: 42px;
}
footer .c_container .footer_wrap .footer_info:nth-child(1) {
  margin-top: 0;
}
footer .c_container .footer_wrap a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
footer .c_container .footer_wrap a:hover {
  opacity: 0.5;
}
footer .c_container .footer_wrap .footer_links {
  display: flex;
  margin-bottom: 18px;
}
footer .c_container .footer_wrap .footer_links a {
  transition: opacity 0.3s ease;
}
footer .c_container .footer_wrap .footer_links a:hover {
  opacity: 0.5;
}
footer .c_container .footer_wrap .footer_links p {
  display: block;
  width: 16px;
  text-align: center;
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 1023.8px) {
  footer .c_container .footer_wrap .footer_links p {
    display: none;
  }
}
footer a.l_footer_top {
  display: block;
  width: 49px;
  height: 49px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;
  margin-top: 32px;
  margin-left: auto;
  margin-right: 80px;
}
footer a.l_footer_top:hover {
  opacity: 0.5;
}
footer .f_mr {
  width: 66px;
  margin-right: 42px;
}
footer .f_mu {
  margin-top: 34px;
}
@media screen and (max-width: 1023.8px) {
  footer .f_mr {
    width: 56px;
    margin-right: 26px;
  }
  footer .f_mu {
    margin-top: 34px;
  }
  footer {
    background-color: #000;
    color: #fff;
    border-top: solid 2px #fff;
    padding-bottom: 120px;
  }
  footer .c_container {
    display: block;
    padding-top: 100px;
  }
  footer .c_container picture.footer_logo {
    width: 95px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .c_container .footer_sns {
    width: 95px;
    display: flex;
    justify-content: center;
  }
  footer .c_container .footer_sns picture:first-of-type {
    margin-right: 24px;
  }
  footer .c_container .footer_sns picture img {
    margin: 0;
  }
  footer .c_container .footer_wrap {
    margin-left: 0;
  }
  footer .c_container .footer_wrap .footer__subtitle {
    margin-bottom: 27px;
  }
  footer .c_container .footer_wrap .footer__room,
  footer .c_container .footer_wrap .footer__telephone {
    font-size: 20px;
    font-weight: 400;
  }
  footer .c_container .footer_wrap .footer_links_header {
    margin-top: 40;
    margin-bottom: 26px;
  }
  footer .c_container .footer_wrap .footer_info {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
  }
  footer .c_container .footer_wrap .footer_info .footer__subtitle,
  footer .c_container .footer_wrap .footer_info .footer__room {
    width: 56px;
    margin-right: 26px;
  }
  footer .c_container .footer_wrap a {
    display: block;
    font-size: 14px;
    margin-bottom: 24px;
  }
  footer .c_container .footer_wrap .footer_links {
    display: block;
    margin-bottom: 18px;
  }
  footer .footer_sns {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
  footer .footer_sns a {
    transition: opacity 0.3 ease;
  }
  footer .footer_sns a:first-of-type {
    margin-right: 44px;
  }
  footer .footer_sns a picture {
    transition: opacity 0.3 ease;
    opacity: 1;
  }
  footer .footer_sns a picture:hover {
    opacity: 0.8;
  }
  footer .footer_sns a picture img {
    margin: 0;
  }
  footer a.l_footer_top--mobile {
    position: absolute;
    right: 32px;
    margin-top: -32px;
  }
}

.c_article {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 14px;
  width: 880px;
  border-bottom: 1px solid #e5e2de;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 25px;
  padding-bottom: 40px;
}
.c_article:hover {
  background-color: #f8f6f5;
  cursor: pointer;
}
.c_article::before {
  position: absolute;
  content: "";
  right: 25px;
  top: 50%;
  width: 5px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url(../images/top/btn_arrow.svg);
}
.c_article div {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.c_article div .time {
  width: 70px;
}
.c_article div p {
  font-weight: 700;
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 0px;
  white-space: nowrap;
}
.c_article__title {
  padding-right: 24px;
}
@media screen and (max-width: 1023.8px) {
  .c_article {
    display: block;
    position: relative;
    text-align: left;
    width: 80.5vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 32px;
  }
  .c_article:hover {
    background-color: #f8f6f5;
    cursor: pointer;
  }
  .c_article::before {
    background: none;
  }
  .c_article div {
    padding-bottom: 24px;
  }
  .c_article div .time {
    width: 70px;
    padding-bottom: 0;
  }
  .c_article div p {
    font-weight: 700;
    margin-left: 40px;
    margin-right: 40px;
  }
  .c_article__title {
    padding-right: 0;
  }
}

.is_archive {
  border-bottom: 1px solid #bcbcbc;
}

.c_breadcrumbs {
  width: 1200px;
  height: 20px;
  position: absolute;
  top: 88px;
  left: 50%;
  display: flex;
  align-items: center;
  font-size: 12px;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  z-index: 2;
}
.c_breadcrumbs p {
  color: #000;
  font-weight: 500;
}
.c_breadcrumbs a {
  color: #28898d;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}
.c_breadcrumbs a:hover {
  opacity: 0.5;
}
.c_breadcrumbs div {
  height: 1px;
  width: 10px;
  background-color: #000;
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 1279.8px) {
  .c_breadcrumbs {
    width: auto;
    left: 4vw;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1023.8px) {
  .c_breadcrumbs {
    top: 84px;
    left: 4vw;
    font-size: 10px;
  }
  .c_breadcrumbs div {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.bc_white div {
  background-color: #fff;
}
.bc_white p {
  color: #fff;
}

.bc_white_sm div {
  background-color: #000;
}
.bc_white_sm p {
  color: #000;
}
@media (max-width: 500px) {
  .bc_white_sm div {
    background-color: #fff;
  }
  .bc_white_sm p {
    color: #fff;
  }
}

.c_btn {
  position: relative;
  display: block;
  background-color: transparent;
  width: 360px;
  height: 64px;
  line-height: 1.125;
  border: solid 1px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-align: center;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767.8px) {
  .c_btn {
    width: 240px;
    height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.c_btn:before {
  content: "";
  position: absolute;
}
.c_btn:hover {
  cursor: pointer;
}
.c_btn.is_black {
  position: relative;
}
.c_btn.is_black:hover {
  color: #fff;
  background-color: #000;
}
.c_btn.is_black:hover:before {
  background-image: url(../images//top/btn_arrow_white.svg);
}
.c_btn.is_black:before {
  position: absolute;
  right: 28px;
  top: 50%;
  width: 5px;
  height: 8px;
  z-index: 0;
  transform: translateY(-50%);
  background-image: url(../images/top/btn_arrow.svg);
}
.c_btn.is_white {
  position: relative;
  color: #fff;
  border-color: #fff;
}
.c_btn.is_white:hover {
  color: #000;
  background-color: #fff;
}
.c_btn.is_white:hover:before {
  background-image: url(../images/top/btn_arrow.svg);
}
.c_btn.is_white:before {
  position: absolute;
  right: 28px;
  top: 50%;
  width: 5px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url(../images/top/btn_arrow_white.svg);
}
.c_btn.is_teal {
  position: relative;
  color: #fff;
  border-color: #28898d;
  background-color: #28898d;
}
.c_btn.is_teal:hover {
  color: #000;
  background-color: #fff;
}
.c_btn.is_teal:hover:before {
  background-image: url(../images/top/btn_arrow.svg);
}
.c_btn.is_teal:before {
  position: absolute;
  right: 28px;
  top: 50%;
  width: 5px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url("../images/top/btn_arrow_white.svg");
}
.c_btn.is_thanks {
  position: relative;
}
.c_btn.is_thanks:hover {
  color: #fff;
  background-color: #000;
}
.c_btn.is_thanks:hover:before {
  background-image: url("../images/under/button_thanks_white.svg");
}
.c_btn.is_thanks:before {
  position: absolute;
  left: 28px;
  top: 50%;
  width: 5px;
  height: 8px;
  z-index: 0;
  transform: translateY(-50%);
  background-image: url("../images/under/button_thanks.svg");
}

.c_btn_secondary {
  position: relative;
  width: 162px;
  font-weight: 500;
  background-color: transparent;
  border: none;
  padding: 0;
}
.c_btn_secondary:before {
  content: "";
  position: absolute;
}
.c_btn_secondary:hover {
  cursor: pointer;
}
@media screen and (max-width: 767.8px) {
  .c_btn_secondary {
    position: relative;
    width: 110px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    border: none;
  }
}
.c_btn_secondary.is_black {
  text-align: center;
  border-bottom: 1px solid #000;
  transition: opacity 0.3s ease;
  padding-bottom: 14px;
}
.c_btn_secondary.is_black:hover {
  opacity: 0.5;
}
.c_btn_secondary.is_black:before {
  position: absolute;
  right: 0;
  top: calc(50% - 5.5px);
  width: 5px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url("../images/top/btn_arrow.svg");
}
@media screen and (max-width: 767.8px) {
  .c_btn_secondary.is_black {
    padding-bottom: 4px;
  }
  .c_btn_secondary.is_black:before {
    top: calc(50% - 2.5px);
  }
}
.c_btn_secondary.is_white {
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
}
.c_btn_secondary.is_white:before {
  position: absolute;
  right: 0;
  top: calc(50% - 5.5px);
  width: 5px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url("../images/top/btn_arrow_white.svg");
}
@media screen and (max-width: 767.8px) {
  .c_btn_secondary.is_white {
    width: 162px;
  }
}
.c_btn_secondary.is_teal {
  text-align: left;
  color: #28898d;
  border-bottom: 1px solid #28898d;
  opacity: 1;
  transition: opacity 0.3s ease;
  padding-bottom: 14px;
}
.c_btn_secondary.is_teal:before {
  position: absolute;
  right: 0;
  top: calc(50% - 5.5px);
  width: 5px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url("../images/under/btn_secondary_teal.svg");
}
.c_btn_secondary.is_teal:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767.8px) {
  .c_btn_secondary.is_teal {
    width: 162px;
  }
}

.c_container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023.8px) {
  .c_container {
    width: 80.5vw;
  }
}

.c_container_under {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.c_container_under p,
.c_container_under .p_ul li {
  font-size: 16px;
  line-height: 2em;
}
.c_container_under .p_ul li {
  margin-bottom: 10px;
}
.c_container_under .p_ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1023.8px) {
  .c_container_under {
    width: 92vw;
  }
  .c_container_under p {
    font-size: 14px;
  }
}

.fade__black {
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 1;
  pointer-events: none;
}

.c_pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_pagenation a {
  text-align: center;
  height: 32px;
  width: 32px;
  margin-left: 16px;
}
.c_pagenation .c_pagenation__buttons {
  min-width: 32px;
  margin: 0;
}
.c_pagenation .is_next {
  margin-left: 16px;
  margin-right: 8px;
}
.c_pagenation span {
  font-size: 20px;
}
.c_pagenation .c_pagenation__dots {
  margin-left: 24px;
  margin-right: 8px;
}
.c_pagenation .c_pagenation__active {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767.8px) {
  .c_pagenation a {
    text-align: center;
    height: 32px;
    width: 32px;
    margin-left: 12px;
  }
  .c_pagenation span {
    font-size: 18px;
  }
  .c_pagenation .c_pagenation__buttons {
    min-width: 32px;
    margin: 0;
  }
  .c_pagenation .is_next {
    margin-left: 12px;
    margin-right: 8px;
  }
  .c_pagenation .c_pagenation__dots {
    margin-left: 16px;
    margin-right: 4px;
  }
}

.c_reservation {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 4;
  transition: right 0.6s ease;
}
.c_reservation .c_reservation__btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 240px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(40, 137, 141);
  transition: right 0.6s ease, background-color 0.5s ease;
  cursor: pointer;
}
.c_reservation .c_reservation__btn:hover {
  background-color: rgba(40, 137, 141, 0.7);
}
.c_reservation .c_reservation__btn:hover:before {
  opacity: 0.7;
}
.c_reservation .c_reservation__btn:hover:after {
  opacity: 0.7;
}
.c_reservation .c_reservation__btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 19px;
  opacity: 1;
  transition: opacity 0.5s ease;
  background-image: url("../images/top/reservation_accent.svg");
}
.c_reservation .c_reservation__btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 19px;
  opacity: 1;
  transition: opacity 0.5s ease;
  background-image: url("../images/top/reservation_accent.svg");
}
@media screen and (max-width: 767.8px) {
  .c_reservation {
    display: none;
  }
}
.c_reservation.open {
  right: 320px;
}
.c_reservation picture img {
  margin-left: auto;
  margin-right: auto;
}
.c_reservation .c_reservation__vert {
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 4px;
  margin-top: 10px;
}
.c_reservation .c_reservation__nav {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: -320px;
  top: 0;
  height: 100vh;
  width: 320px;
  cursor: default;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.c_reservation .c_reservation__nav p {
  color: #fff;
}
.c_reservation .c_reservation__nav ul {
  width: 240px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: auto;
  margin-right: auto;
}
.c_reservation .c_reservation__nav ul li {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 46px;
  padding-bottom: 46px;
}
.c_reservation .c_reservation__nav ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 8px;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.3s ease;
  background-image: url(../images/top/btn_arrow_white.svg);
}
.c_reservation .c_reservation__nav ul li p {
  font-size: 32px;
  transition: opacity 0.3s ease;
}
.c_reservation .c_reservation__nav ul li p:first-of-type {
  font-size: 14px;
}
.c_reservation .c_reservation__nav ul li:hover::before {
  opacity: 0.7;
}
.c_reservation .c_reservation__nav ul li:hover p {
  opacity: 0.7;
}

.c_reservation__mobile {
  position: fixed;
  top: 70px;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 100% 0%, 0 0%, 0 0);
  clip-path: polygon(100% 0, 100% 0%, 0 0%, 0 0);
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}
.c_reservation__mobile.open {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}
.c_reservation__mobile.open ul {
  transform: translateY(0px);
}
.c_reservation__mobile ul {
  position: relative;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  transform: translateY(-189px);
  transition: transform 0.2s ease;
  margin-left: auto;
  margin-right: auto;
}
.c_reservation__mobile ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 87vw;
  height: 63px;
  margin-left: auto;
  margin-right: auto;
}
.c_reservation__mobile ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 8px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  background-image: url(../images/top/btn_arrow_white.svg);
}
.c_reservation__mobile ul li:nth-of-type(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.c_reservation__mobile ul li:hover::before {
  opacity: 0.7;
}
.c_reservation__mobile ul li:hover a {
  opacity: 0.7;
}
.c_reservation__mobile ul li a {
  color: #fff;
  font-size: 20px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.is_top {
  position: absolute;
  overflow-x: hidden;
}

.c_subheader {
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 80px;
}
.c_subheader h2 {
  font-size: 32px;
  margin-left: 24px;
}
@media screen and (max-width: 1023.8px) {
  .c_subheader {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .c_subheader h2 {
    font-size: 32px;
    margin-top: 40px;
    margin-left: 0;
  }
}

:root {
  --swiper-pagination-bullet-horizontal-gap: 25px;
}

.swiper {
  width: 100%;
  height: 380px;
  overflow-y: visible;
}
.swiper .swiper-wrapper .swiper_card {
  color: #fff;
  display: flex;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
  background-color: #000;
  background-position: top center;
  background-size: cover;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.swiper .swiper-wrapper .swiper_card:hover .swiper_bg {
  opacity: 0.4;
}
.swiper .swiper-wrapper .swiper_card:hover .swiper_border {
  border: solid 16px #000;
}
.swiper .swiper-wrapper .swiper_card .swiper_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 0px #000;
  transition: all 0.3s ease;
  z-index: 0;
  opacity: 1;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper .swiper-wrapper .swiper_card .swiper_border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0px solid #000;
  transition: all 0.3s ease;
}
.swiper .swiper-wrapper .swiper_card .swiper_card_wrap {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.swiper .swiper-wrapper .swiper_card .swiper_card_wrap .swiper_card_header {
  display: flex;
}
.swiper .swiper-wrapper .swiper_card .swiper_card_wrap .swiper_card_header div {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 21px;
}
.swiper .swiper-wrapper .swiper_card .swiper_card_wrap h4 {
  font-size: 20px;
  margin-bottom: 35px;
}
.swiper .swiper-wrapper .swiper_card .swiper_card_wrap p {
  width: 332px;
  line-height: 2;
}
.swiper .swiper-wrapper .swiper_card p {
  align-self: end;
  pointer-events: none;
}
.swiper .swiper-button-prev {
  height: 56px;
  width: 56px;
  left: 9.5%;
  border-radius: 50%;
  background-image: url(../images/top/arrow_left.svg);
}
.swiper .swiper-button-prev::after {
  content: "";
}
.swiper .swiper-button-next {
  height: 56px;
  width: 56px;
  right: 9.5%;
  border-radius: 50%;
  background-image: url(../images/top/arrow_right.svg);
}
.swiper .swiper-button-next::after {
  content: "";
}
.swiper .swiper-pagination {
  bottom: -52px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  text-align: center;
  line-height: 20px;
  font-size: 0;
  color: transparent;
  opacity: 1;
  background: #999;
  transition: all 0.3s ease;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #000;
}
@media screen and (max-width: 767.8px) {
  .swiper {
    width: 100%;
    height: 456px;
  }
  .swiper .swiper-wrapper:hover {
    border: 16px;
    border-color: #000;
  }
  .swiper .swiper-wrapper .swiper_card {
    color: #fff;
    display: block;
    justify-content: space-between;
    height: 100%;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .swiper .swiper-wrapper .swiper_card .swiper_card_wrap .swiper_card_header {
    display: flex;
  }
  .swiper .swiper-wrapper .swiper_card .swiper_card_wrap .swiper_card_header div {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 21px;
  }
  .swiper .swiper-wrapper .swiper_card .swiper_card_wrap h4 {
    font-size: 18px;
    margin-bottom: 36px;
  }
  .swiper .swiper-wrapper .swiper_card .swiper_card_wrap p {
    font-size: 14px;
    width: 222px;
    margin-bottom: 36px;
  }
  .swiper .swiper-button-prev {
    left: -2%;
  }
  .swiper .swiper-button-next {
    right: -2%;
  }
  .swiper .swiper-pagination {
    bottom: -40px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 0;
    color: transparent;
    opacity: 1;
    background: #999;
    transition: all 0.3s ease;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #000;
  }
}

.swiper-rooms {
  width: 100%;
  height: 480px;
  overflow-y: visible;
}
.swiper-rooms .swiper-wrapper .swiper-button-prev {
  height: 56px;
  width: 56px;
  left: 9.5%;
  border-radius: 50%;
  background-image: url(../images/top/arrow_left.svg);
}
.swiper-rooms .swiper-wrapper .swiper-button-prev::after {
  content: "";
}
.swiper-rooms .swiper-wrapper .swiper-button-next {
  height: 56px;
  width: 56px;
  right: 9.5%;
  border-radius: 50%;
  background-image: url(../images/top/arrow_right.svg);
}
.swiper-rooms .swiper-wrapper .swiper-button-next::after {
  content: "";
}
.swiper-rooms .swiper-wrapper .swiper-pagination {
  bottom: -52px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-rooms .swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  text-align: center;
  line-height: 20px;
  font-size: 0;
  color: transparent;
  opacity: 1;
  background: #999;
  transition: all 0.3s ease;
}
.swiper-rooms .swiper-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #000;
}
@media screen and (max-width: 767.8px) {
  .swiper-rooms .swiper-wrapper {
    width: 100%;
    height: 488px;
  }
  .swiper-rooms .swiper-wrapper .swiper-button-prev {
    left: -2%;
  }
  .swiper-rooms .swiper-wrapper .swiper-button-next {
    right: -2%;
  }
  .swiper-rooms .swiper-wrapper .swiper-pagination {
    bottom: -40px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-rooms .swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 0;
    color: transparent;
    opacity: 1;
    background: #999;
    transition: all 0.3s ease;
  }
  .swiper-rooms .swiper-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #000;
  }
}

.under {
  background-color: #e0e0dd;
}
.under.is_white {
  background-color: #fff;
}
.under .under__title {
  font-size: 40px;
  text-align: center;
  letter-spacing: 5.6px;
  padding-top: 312px;
  padding-bottom: 120px;
}
.under .under__title02 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 5.6px;
  padding-top: 312px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023.8px) {
  .under .under__title02 {
    font-size: 32px;
    letter-spacing: 3.2px;
    padding-top: 268px;
    padding-bottom: 56px;
  }
}
.under .under__title03 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 5.6px;
  padding-top: 312px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1023.8px) {
  .under .under__title03 {
    font-size: 32px;
    letter-spacing: 3.2px;
    padding-top: 268px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 1023.8px) {
  .under .under__title {
    font-size: 32px;
    letter-spacing: 3.2px;
    padding-top: 268px;
    padding-bottom: 64px;
  }
}

.under_article {
  background-color: #e0e0dd;
  padding-top: 140px;
  padding-bottom: 120px;
}
.under_article .article__main_visual {
  width: 1200px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.8px) {
  .under_article {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1279.8px) {
  .under_article .article__main_visual {
    width: 92vw;
  }
}
@media screen and (max-width: 575.8px) {
  .under_article .article__main_visual {
    width: 92vw;
    height: 195px;
  }
}

.under__header {
  position: relative;
  z-index: 1;
}
.under__header img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 232px;
}
.under__header h1 {
  padding-top: 32px !important;
}
.under__header p {
  text-align: center;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023.8px) {
  .under__header img {
    padding-top: 188px;
  }
  .under__header p {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 575.8px) {
  .under__header p {
    text-align: left;
    width: 83vw;
  }
}

.c_reservation {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 4;
  transition: right 0.6s ease;
}
.c_reservation .c_reservation__btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 240px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(40, 137, 141);
  transition: right 0.6s ease, background-color 0.5s ease;
  cursor: pointer;
}
.c_reservation .c_reservation__btn:hover {
  background-color: rgba(40, 137, 141, 0.7);
}
.c_reservation .c_reservation__btn:hover:before {
  opacity: 0.7;
}
.c_reservation .c_reservation__btn:hover:after {
  opacity: 0.7;
}
.c_reservation .c_reservation__btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 19px;
  opacity: 1;
  transition: opacity 0.5s ease;
  background-image: url("../images/top/reservation_accent.svg");
}
.c_reservation .c_reservation__btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 19px;
  opacity: 1;
  transition: opacity 0.5s ease;
  background-image: url("../images/top/reservation_accent.svg");
}
@media screen and (max-width: 767.8px) {
  .c_reservation {
    display: none;
  }
}
.c_reservation.open {
  right: 320px;
}
.c_reservation picture img {
  margin-left: auto;
  margin-right: auto;
}
.c_reservation .c_reservation__vert {
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 4px;
  margin-top: 10px;
}
.c_reservation .c_reservation__nav {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: -320px;
  top: 0;
  height: 100vh;
  width: 320px;
  cursor: default;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.c_reservation .c_reservation__nav p {
  color: #fff;
}
.c_reservation .c_reservation__nav ul {
  width: 240px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: auto;
  margin-right: auto;
}
.c_reservation .c_reservation__nav ul li {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 46px;
  padding-bottom: 46px;
}
.c_reservation .c_reservation__nav ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 8px;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.3s ease;
  background-image: url(../images/top/btn_arrow_white.svg);
}
.c_reservation .c_reservation__nav ul li p {
  font-size: 32px;
  transition: opacity 0.3s ease;
}
.c_reservation .c_reservation__nav ul li p:first-of-type {
  font-size: 14px;
}
.c_reservation .c_reservation__nav ul li:hover::before {
  opacity: 0.7;
}
.c_reservation .c_reservation__nav ul li:hover p {
  opacity: 0.7;
}

.c_reservation__mobile {
  position: fixed;
  top: 70px;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 100% 0%, 0 0%, 0 0);
  clip-path: polygon(100% 0, 100% 0%, 0 0%, 0 0);
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}
.c_reservation__mobile.open {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}
.c_reservation__mobile.open ul {
  transform: translateY(0px);
}
.c_reservation__mobile ul {
  position: relative;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  transform: translateY(-189px);
  transition: transform 0.2s ease;
  margin-left: auto;
  margin-right: auto;
}
.c_reservation__mobile ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 87vw;
  height: 63px;
  margin-left: auto;
  margin-right: auto;
}
.c_reservation__mobile ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 8px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  background-image: url(../images/top/btn_arrow_white.svg);
}
.c_reservation__mobile ul li:nth-of-type(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.c_reservation__mobile ul li:hover::before {
  opacity: 0.7;
}
.c_reservation__mobile ul li:hover a {
  opacity: 0.7;
}
.c_reservation__mobile ul li a {
  color: #fff;
  font-size: 20px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.is_top {
  position: absolute;
  overflow-x: hidden;
}

.font_medium {
  font-weight: 500;
}

.font_bold {
  font-weight: 700;
}

.font_white {
  color: #fff;
}

.font_gray {
  color: #666;
}

.u_a1_r {
  font-family: "A1ゴシック R", "Open Sans JP", sans-serif !important;
}

.u_a1_m {
  font-family: "A1ゴシック M", "Open Sans JP", sans-serif !important;
}

.u_a1_l {
  font-family: "A1ゴシック L", "Open Sans JP", sans-serif !important;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  padding: 0;
}

li::marker {
  content: "";
}

li {
  list-style: none;
}

p {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
p,
li,
a,
div {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  font-weight: bold;
}

@media screen and (max-width: 767.8px) {
  .u_hidden--mobile {
    display: none !important;
  }
}

.u_hidden--desktop {
  display: none;
}
@media screen and (max-width: 767.8px) {
  .u_hidden--desktop {
    display: block;
  }
}

@media screen and (max-width: 1023.8px) {
  .u_hidden_lg--mobile {
    display: none !important;
  }
}

* {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}
body.active {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.active {
    overflow: auto;
  }
}

.copyright {
  position: fixed;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.5px;
  mix-blend-mode: exclusion;
  top: 50%;
  left: 40px;
  writing-mode: vertical-lr;
  transform: translateY(-50%);
}
@media screen and (max-width: 1279.8px) {
  .copyright {
    display: none;
  }
}

section#top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  background-color: #000;
  padding-top: 56px;
  padding-bottom: 120px;
  /* padding-right: 49px; */
}
section#top .main_visual {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#top .main_visual video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
section#top .hero_lang {
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 1;
  visibility: hidden;
}
section#top .hero_lang p {
  color: #fff;
  margin-left: 8px;
  font-family: "A1ゴシック R", "Open Sans JP", sans-serif !important;
}
section#top .hero_lang p a {
  color: #fff;
  transition: opacity 0.3s ease;
  font-family: "A1ゴシック R", "Open Sans JP", sans-serif !important;
}
section#top .hero_lang p a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1023.8px) {
  section#top .hero_lang {
    display: none;
  }
}
section#top .top_scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 38px;
  bottom: -3px;
  z-index: 1;
}
@media screen and (max-width: 767.8px) {
  section#top .top_scroll {
    right: 19px;
    bottom: 58px;
  }
}
section#top .top_scroll p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.2px;
  writing-mode: vertical-lr;
  margin-bottom: 7.5px;
}
section#top .top_scroll .top_scroll_bar {
  width: 1px;
  height: 120px;
  background-color: #fff;
}
section#top .top_scroll .top_scroll_ball {
  width: 7px;
  height: 3px;
  background-color: #fff;
  animation: scroll 2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(-123px);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1023.8px) {
  section#top {
    padding-top: 16px;
    padding-bottom: 120px;
    padding-right: 16px;
    padding-left: 24px;
  }
}
/* @media screen and (max-width: 767.8px) {
  section#top .main_visual video {
    -o-object-position: -225px;
    object-position: -225px;
  }
} */
section#top .hero_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section#top nav.hero_nav--desktop {
  z-index: 1;
}
section#top nav.hero_nav--desktop ul {
  display: flex;
  -moz-column-gap: 43px;
  column-gap: 43px;
  justify-content: center;
  transition: column-gap 0.3s ease;
  transition: column-gap 0.3s ease, -moz-column-gap 0.3s ease;
}
@media screen and (max-width: 1023.8px) {
  section#top nav.hero_nav--desktop ul {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
section#top nav.hero_nav--desktop ul a {
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease;
  font-weight: 500;
}
section#top nav.hero_nav--desktop ul a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1023.8px) {
  section#top nav.hero_nav--desktop {
    display: none;
  }
}
section#top .hero_nav--mobile {
  /* display: flex;
  justify-content: space-between;
  margin-top: -20px; */
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  section#top .hero_nav--mobile {
    display: none;
  }
}
section#top .hero_nav--mobile .top_nav_left {
  display: flex;
  align-items: center;
  margin-top: -18px;
  z-index: 1;
}
section#top .hero_nav--mobile .top_nav_left p {
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
}
section#top .hero_nav--mobile .top_nav_left p span {
  margin-left: 8px;
  margin-right: 8px;
}
section#top .hero_nav--mobile .top_nav_left .lang_nav {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: flex-start;
  margin-top: 42px;
  -webkit-clip-path: polygon(100% 0, 100% 30%, 0 30%, 0 0);
  clip-path: polygon(100% 0, 100% 30%, 0 30%, 0 0);
  transition: all 0.3s ease;
  cursor: pointer;
}
section#top .hero_nav--mobile .top_nav_left .lang_nav.active {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}
section#top .hero_nav--mobile .top_nav_left .lang_nav.active picture {
  transform: rotate(180deg);
}
section#top .hero_nav--mobile .top_nav_left .lang_nav nav {
  align-self: baseline;
}
section#top .hero_nav--mobile .top_nav_left .lang_nav nav ul {
  display: block;
  color: #fff;
  font-size: 14px;
}
section#top .hero_nav--mobile .top_nav_left .lang_nav nav ul a {
  color: #fff;
}
section#top .hero_nav--mobile .top_nav_left .lang_nav picture {
  transition: all 0.3s ease;
  margin-left: 8px;
  margin-top: 8px;
}
section#top .hero_nav--mobile .top_nav_right {
  display: flex;
  align-items: center;
  float: right;
  padding: 0 16px 0 0;
}
section#top .hero_nav--mobile .top_nav_right .top_reservation {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.2s ease;
  padding-top: 15.45px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 7px;
  margin-top: -7.45px;
  margin-right: 16px;
}
section#top .hero_nav--mobile .top_nav_right .top_reservation:hover p {
  opacity: 0.5;
}
section#top .hero_nav--mobile .top_nav_right .top_reservation:hover picture {
  opacity: 0.5;
}
section#top .hero_nav--mobile .top_nav_right .top_reservation.open {
  background-color: rgba(0, 0, 0, 0.8);
}
section#top .hero_nav--mobile .top_nav_right .top_reservation.open p {
  opacity: 1;
}
section#top .hero_nav--mobile .top_nav_right .top_reservation.open picture {
  opacity: 1;
}
section#top .hero_nav--mobile .top_nav_right .top_reservation.open:hover p {
  opacity: 0.7;
}
section#top .hero_nav--mobile .top_nav_right .top_reservation.open:hover picture {
  opacity: 0.7;
}
section#top .hero_nav--mobile .top_nav_right .top_reservation p {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
section#top .hero_nav--mobile .top_nav_right .top_reservation picture {
  margin-bottom: 6px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
section#top .hero_nav--mobile .top_nav_right .btn_nav_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 7;
  transition: all 0.3s ease;
  padding: 0;
}
section#top .hero_nav--mobile .top_nav_right .btn_nav_menu:hover p {
  opacity: 0.7;
}
section#top .hero_nav--mobile .top_nav_right .btn_nav_menu:hover span {
  opacity: 0.7;
}
section#top .hero_nav--mobile .top_nav_right .btn_nav_menu p {
  opacity: 1;
  transition: opacity 0.3s ease;
}
section#top .hero_nav--mobile .top_nav_right .btn_nav_menu span {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  opacity: 1;
  transition: transform 0.6s ease, opacity 0.3s ease;
  margin-bottom: 6px;
}
section#top .hero_nav--mobile .top_nav_right .btn_nav_menu span:last-of-type {
  margin-bottom: 4px;
}
section#top .hero_nav--mobile .top_nav_right .btn_nav_menu.active {
  color: #000;
}
section#top .hero_nav--mobile .top_nav_right .btn_nav_menu.active span {
  background-color: #000;
}
section#top .hero_nav--mobile .top_nav_right .btn_nav_menu.active span:first-child {
  transform: rotate(45deg) translateX(5px) translateY(7px);
}
section#top .hero_nav--mobile .top_nav_right .btn_nav_menu.active span:nth-child(2) {
  opacity: 0;
}
section#top .hero_nav--mobile .top_nav_right .btn_nav_menu.active span:last-of-type {
  transform: rotate(-45deg) translateX(5px) translateY(-6px);
}

section#mission {
  width: 100%;
  /* height: 660px; */
  background-color: #e0e0dd;
}
section#mission div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 648px;
  margin-left: auto;
  margin-right: auto;
  padding: 200px 0 100px;
}
@media screen and (max-width: 767.8px) {
  section#mission div {
    /* flex-direction: row; */
    width: 80.5vw;
    padding: 100px 0 50px;
  }
}
section#mission div h3 {
  font-size: 32px;
  line-height: 2em;
  margin: 0 0 40px;
}
@media screen and (max-width: 767.8px) {
  section#mission div h3 {
    margin-left: auto;
    margin-right: auto;
  }
}
section#mission div p {
  line-height: 2.8em;
}
@media screen and (max-width: 767.8px) {
  section#mission div p {
    writing-mode: horizontal-tb;
    font-size: 14px;
    line-height: 2;
    margin-top: 50px;
  }
}

section#hotels {
  width: 100%;
}
section#hotels article {
  height: 800px;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1023.8px) {
  section#hotels article {
    height: 96vh;
  }
}
section#hotels article .hotels__header div {
  font-size: 16px;
  font-weight: 500;
}
section#hotels article .hotels__header h2 {
  font-size: 56px;
  letter-spacing: 5.6px;
  margin-top: 24px;
}
@media screen and (max-width: 1023.8px) {
  section#hotels article .hotels__header div {
    font-size: 12px;
    line-height: 2;
    margin: 0 !important;
  }
  section#hotels article .hotels__header h2 {
    font-size: 32px;
    letter-spacing: 3.2px;
    margin-top: 12px;
  }
}
section#hotels article.yomo {
  background-image: url(../images/top/bg_yomo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#hotels article.yomo a {
  margin-left: 0;
}
@media screen and (max-width: 1023.8px) {
  /* section#hotels article.yomo {
    background-position: right;
  } */
  section#hotels article.yomo a {
    margin-left: auto;
  }
}
section#hotels article.zaya {
  background-image: url(../images/top/bg_zaya.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#hotels article.zaya .zaya_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  padding-right: 56px;
}
section#hotels article.zaya .zaya_inner a {
  margin-left: 0;
}
@media screen and (max-width: 1023.8px) {
  section#hotels article.zaya .zaya_inner {
    padding-right: 0;
  }
  section#hotels article.zaya .zaya_inner a {
    margin-left: auto;
  }
}
@media screen and (max-width: 1023.8px) {
  /* section#hotels article.zaya {
    background-position: left;
  } */
  section#hotels article.zaya .c_container {
    padding-left: 0px;
  }
  section#hotels article.zaya a {
    margin-left: auto;
  }
}
section#hotels article.tonari {
  background-image: url(../images/top/bg_tonari.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* section#hotels article.tonari {
  text-align: center;
  background-image: url(../images/top/bg_tonari.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 173px;
} */
/* section#hotels article.tonari h2 {
  margin-bottom: 88px;
}
section#hotels article.tonari h3 {
  font-size: 80px;
  line-height: 1.5em;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 1023.8px) {
  section#hotels article.tonari {
    text-align: center;
    height: 558px;
    padding-top: 97px;
  }
  section#hotels article.tonari h2 {
    margin-bottom: 56px;
  }
  section#hotels article.tonari h3 {
    font-size: 44px;
    line-height: 1.5em;
    margin-bottom: 56px;
  }
  section#hotels article.tonari p {
    text-align: left;
    width: 80.5vw;
    margin-left: auto;
    margin-right: auto;
  }
} */
section#hotels article .c_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 143px;
}
section#hotels article .c_container p {
  line-height: 2;
}
section#hotels article .c_container p:first-of-type {
  margin-bottom: 40px;
}
section#hotels article .c_container p:nth-of-type(2) {
  font-size: 14px;
}
section#hotels article .c_container button {
  margin-left: 0;
}
@media screen and (max-width: 1023.8px) {
  section#hotels article .c_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 120px;
    padding-bottom: 143px;
  }
  section#hotels article .c_container p {
    font-size: 14px;
  }
  section#hotels article .c_container p:first-of-type {
    margin-top: 14px;
    margin-bottom: 20px;
  }
  section#hotels article .c_container p:nth-of-type(2) {
    font-size: 12px;
    margin-bottom: 40px;
  }
  section#hotels article .c_container button {
    margin-left: auto;
  }
}

section#images {
  height: 960px;
  background-color: #e0e0dd;
}
section#images .c_container div {
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 80px;
}
section#images .c_container div h3 {
  font-size: 32px;
  font-weight: 700;
  margin-left: 24px;
}
section#images .c_container p {
  width: 740px;
  line-height: 2;
  padding-bottom: 80px;
}
@media screen and (max-width: 767.8px) {
  section#images {
    height: 1140px;
  }
  section#images .c_container div {
    flex-direction: column;
  }
  section#images .c_container div h3 {
    margin-left: 0;
    margin-top: 40px;
  }
  section#images .c_container p {
    font-size: 14px;
    width: 80.5vw;
    padding-bottom: 60px;
  }
}

section#maps {
  height: 720px;
  background-image: url(../images/top/bg_maps.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
section#maps .c_container {
  display: flex;
  justify-content: space-between;
  padding-top: 170px;
}
section#maps .c_container .map_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 480px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(15px) brightness(137%);
  backdrop-filter: blur(15px) brightness(137%);
  padding-bottom: 65px;
}
section#maps .c_container .map_wrap picture {
  margin-top: -40px;
  margin-bottom: 60px;
}
section#maps .c_container .map_wrap h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
section#maps .c_container .map_wrap p {
  width: 368px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023.8px) {
  section#maps {
    height: 1032px;
    background-image: url(../images/top/bg_maps.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  section#maps .c_container {
    display: block;
    padding-top: 126px;
  }
  section#maps .c_container .map_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80.5vw;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(15px) brightness(137%);
    backdrop-filter: blur(15px) brightness(137%);
    padding-bottom: 47px;
    margin-bottom: 66px;
  }
  section#maps .c_container .map_wrap picture {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-bottom: 37px;
  }
  section#maps .c_container .map_wrap h3 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  section#maps .c_container .map_wrap p {
    width: 73.5%;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 55px;
  }
}

section#information {
  height: 1000px;
  background-image: url(../images/top/bg_information.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}
section#information .information_container {
  display: flex;
  margin-left: 120px;
}
section#information .information_container picture {
  width: 394px;
  height: 680px;
}
section#information .information_container .information_wrap {
  margin-left: 120px;
  padding-top: 190px;
}
section#information .information_container .information_wrap .section_title {
  display: flex;
  align-items: center;
}
section#information .information_container .information_wrap .section_title picture {
  width: 43.02px;
  height: 43.02px;
  margin-right: 24px;
}
section#information .information_container .information_wrap .section_title h3 {
  font-size: 32px;
  letter-spacing: 3.2px;
}
section#information .information_container .information_wrap p {
  max-width: 586px;
  line-height: 2em;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 24px;
}
section#information .information_container .information_wrap a button {
  margin-left: 0;
}
section#information picture.information02 {
  width: 1160px;
  height: 400px;
  margin-top: 80px;
  margin-left: auto;
  padding-left: 90px;
}
@media screen and (max-width: 767.8px) {
  section#information {
    height: 1098px;
    background-image: url(../images/top/bg_information.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  section#information .information_container {
    display: flex;
    margin-left: 0;
  }
  section#information .information_container .information_wrap {
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
  }
  section#information .information_container .information_wrap .section_title {
    display: block;
    text-align: center;
  }
  section#information .information_container .information_wrap .section_title picture {
    width: 43.02px;
    height: 43.02px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
  }
  section#information .information_container .information_wrap .section_title h3 {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
  section#information .information_container .information_wrap p {
    width: 80.5vw;
    font-size: 14px;
    line-height: 2em;
    margin-top: 72px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
  }
  section#information .information_container .information_wrap a button {
    margin-left: auto;
  }
  section#information picture.information01 {
    width: 224px;
    height: 293px;
    margin-top: 64px;
    margin-left: 9.75vw;
  }
  section#information picture.information02 {
    width: 270px;
    height: 190px;
    margin-top: 60px;
    margin-left: auto;
    padding-left: 0;
  }
}

section#articles {
  background-color: #fff;
  padding: 120px 0;
}
section#articles h3 {
  font-size: 32px;
  letter-spacing: 3.2px;
  text-align: center;
  margin-bottom: 80px;
}
section#articles p {
  line-height: 2;
  padding-right: 24px;
}
section#articles .article_container {
  width: 880px;
  border-top: 1px solid #e5e2de;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
}
@media screen and (max-width: 1023.8px) {
  section#articles {
    padding-top: 215px;
  }
  section#articles h3 {
    font-size: 32px;
    letter-spacing: 3.2px;
    text-align: center;
    margin-bottom: 73px;
  }
  section#articles p {
    padding-right: 0;
  }
  section#articles .article_container {
    width: 80.5vw;
    border-top: 1px solid #e5e2de;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
  }
}

section#contact {
  position: relative;
  z-index: 1;
  background-color: #000;
  background-image: url(../images/top/bg_contact.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}
section#contact .c_container {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
section#contact .c_container h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  margin-bottom: 40px;
}
section#contact .c_container p {
  line-height: 2;
  width: 434px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
@media screen and (max-width: 767.8px) {
  section#contact {
    height: 660px;
  }
  section#contact .c_container h3 {
    font-size: 28px;
    letter-spacing: 3.2px;
    margin-bottom: 40px;
  }
  section#contact .c_container p {
    line-height: 2;
    width: 73.5vw;
    margin-bottom: 40px;
  }
}

section.privacy {
  border-top: solid 1px #4e4e49;
  border-bottom: solid 1px #4e4e49;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}
section.privacy .privacy__description {
  margin-bottom: 80px;
}
section.privacy .privacy__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: 64px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023.8px) {
  section.privacy {
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }
  section.privacy .privacy__description {
    margin-bottom: 64px;
  }
  section.privacy .privacy__title {
    font-size: 18px;
    margin-top: 56px;
    margin-bottom: 24px;
  }
}

section.privacy_contact {
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 120px;
}
section.privacy_contact h2 {
  font-size: 32px;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023.8px) {
  section.privacy_contact {
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }
  section.privacy_contact h2 {
    font-size: 28px;
    letter-spacing: 2;
    margin-bottom: 32px;
  }
}

section.contact {
  border-top: solid 1px #4e4e49;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 120px;
}
section.contact br {
  line-height: 0;
}
section.contact form.contact__form {
  margin-top: 80px;
  margin-bottom: 100px;
}
section.contact .contact__wrap,
section.contact .contact__wrap-baseline,
section.contact .contact__wrap-start {
  display: flex;
  align-items: center;
  margin-top: 56px;
}
section.contact .contact__wrap-baseline {
  align-items: baseline;
}
section.contact .contact__wrap-start {
  align-items: flex-start;
}
section.contact .contact__title,
section.contact .contact__title-policy {
  font-size: 16px;
  width: 176px;
  font-weight: 700;
  margin-right: 160px;
}
section.contact .contact__title:before {
  content: "必須";
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color: #bf3125;
  padding-top: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 3px;
  margin-right: 8px;
}
section.contact .contact__flex {
  align-self: baseline;
}
section.contact .contact__radio-policy {
  cursor: pointer;
  margin-right: 32px;
}
section.contact .contact__radio-policy input {
  outline: #bcbcbc;
  height: 24px;
  width: 24px;
  transform: translateY(6px);
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fff;
  outline: 1px solid #bcbcbc;
  margin-right: 8px;
}
section.contact .contact__radio-policy input:checked {
  background: #28898d;
  outline: 1px solid #bcbcbc;
}
section.contact .contact__radio {
  cursor: pointer;
  margin-right: 32px;
  outline: #bcbcbc;
  height: 24px;
  width: 24px;
  transform: translateY(6px);
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fff;
  outline: 1px solid #bcbcbc;
  margin-right: 8px;
}
section.contact .contact__radio:checked {
  background: #28898d;
  outline: 1px solid #bcbcbc;
}
section.contact .contact__text input,
section.contact .contact__text textarea {
  border-radius: 6px;
  width: 274px;
  border: 1px solid #bcbcbc;
  padding-top: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
}
section.contact .contact__text input::-moz-placeholder,
section.contact .contact__text textarea::-moz-placeholder {
  color: #e0e0dd;
}
section.contact .contact__text input::placeholder,
section.contact .contact__text textarea::placeholder {
  color: #e0e0dd;
}
section.contact .contact__text input:focus,
section.contact .contact__text textarea:focus {
  outline: 1px solid #28898d;
}
section.contact .contact__text textarea {
  width: 544px;
  resize: none;
}
section.contact .contact__mail input {
  width: 544px;
}
section.contact .contact__example {
  font-size: 12px;
  margin-top: 4px;
}
section.contact .contact__policy {
  display: flex;
}
section.contact .contact__policy label {
  display: flex;
  align-items: baseline;
  margin-right: 6px;
}
section.contact .contact__policy div {
  display: flex;
  align-items: center;
}
section.contact .contact__policy div a {
  color: #28898d;
  text-decoration: underline;
  transition: all 0.3s ease;
  margin-right: 36px;
}
section.contact .contact__policy div a:hover {
  opacity: 0.5;
}
section.contact .contact__policy div a::after {
  position: absolute;
  content: url("../images/under/icon_form.svg");
  transform: translateY(3px);
  margin-left: 6px;
}
@media screen and (max-width: 1023.8px) {
  section.contact {
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }
  section.contact form.contact__form {
    margin-top: 64px;
    margin-bottom: 80px;
  }
  section.contact .contact__wrap,
  section.contact .contact__wrap-baseline,
  section.contact .contact__wrap-start {
    display: block;
    margin-top: 64px;
  }
  section.contact .contact__wrap_policy {
    margin-top: 56px;
  }
  section.contact .contact__title,
  section.contact .contact__title-policy {
    margin-right: 0;
    margin-bottom: 15px;
  }
  section.contact .contact__text textarea {
    width: 100%;
  }
  section.contact .contact__mail input {
    width: 100%;
  }
  section.contact .contact__text {
    width: 100%;
  }
  section.contact .contact__policy div {
    display: block;
  }
  section.contact .contact__policy div a {
    color: #28898d;
    text-decoration: underline;
    transition: all 0.3s ease;
    margin-right: 36px;
  }
  section.contact .contact__policy div p {
    font-size: 16px;
  }
}

.mwform-radio-field-text {
  margin-right: 24px;
  cursor: pointer;
}

.mwform-checkbox-field-text {
  cursor: pointer;
}

@media screen and (max-width: 1023.8px) {
  .mwform-radio-field label {
    display: block;
  }
}

input[type="checkbox"] {
  cursor: pointer;
}

.is_contact {
  margin-top: 100px;
}
@media screen and (max-width: 1023.8px) {
  .is_contact {
    margin-top: 80px;
  }
}

section.thanks {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 120px;
}
section.thanks p {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023.8px) {
  section.thanks {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 120px;
  }
  section.thanks p {
    margin-bottom: 80px;
  }
}

.article__main_visual {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023.8px) {
  .article__main_visual {
    width: 92vw;
  }
}

section.article__header {
  width: 880px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
section.article__header h1 {
  line-height: 1.5;
}
section.article__header .article__details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 100px;
}
section.article__header .article__share {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.article__header .article__date {
  margin: 0;
  align-items: center;
}
section.article__header .article__date .time {
  font-size: 16px;
  line-height: 2;
  margin-right: 16px;
}
section.article__header .article__date p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
  padding-top: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 3px;
}
section.article__header .article__date.is_desktop {
  display: flex;
}
@media screen and (max-width: 767.8px) {
  section.article__header .article__date.is_desktop {
    display: none;
  }
}
section.article__header .article__date.is_mobile {
  display: none;
}
@media screen and (max-width: 767.8px) {
  section.article__header .article__date.is_mobile {
    display: flex;
  }
}
section.article__header .article__share p {
  color: #4e4e49;
}
section.article__header .article__share div {
  width: 32px;
  height: 1px;
  background-color: #4e4e49;
  margin-left: 16px;
  margin-right: 0;
}
section.article__header .article__share svg {
  margin-left: 24px;
}
section.article__header .article__share a .icon_line {
  transition: fill 0.2s ease;
}
section.article__header .article__share a .icon_twitter {
  transition: fill 0.2s ease;
}
section.article__header .article__share a .icon_fb {
  transition: fill 0.2s ease;
}
section.article__header .article__share a:hover .icon_line {
  fill: #13b719;
}
section.article__header .article__share a:hover .icon_twitter {
  fill: #1da1f2;
}
section.article__header .article__share a:hover .icon_fb {
  fill: #1877f2;
}
@media screen and (max-width: 1023.8px) {
  section.article__header {
    width: 83vw;
    margin-top: 32px;
  }
  section.article__header .article__details {
    width: 100%;
    display: block;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 64px;
  }
  section.article__header .article__date,
  section.article__header .article__share {
    width: auto;
    display: flex;
    align-items: center;
  }
  section.article__header .article__date {
    margin-bottom: 16px;
  }
  section.article__header .article__date .time {
    font-size: 16px;
    line-height: 2;
    margin-right: 16px;
  }
  section.article__header .article__date p {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 3px;
  }
  section.article__header .article__share {
    margin-top: 32px;
  }
  section.article__header .article__share p {
    font-size: 12px;
  }
  section.article__header .article__share div {
    width: 24px;
    margin-left: 8px;
    margin-right: 0;
  }
  section.article__header .article__share svg {
    margin-left: 16px;
  }
}

section.article__body {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
section.article__body h2 {
  font-family: "A1ゴシック M", "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  margin-top: 80px;
  margin-bottom: 48px;
}
section.article__body h3 {
  font-family: "A1ゴシック M", "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
section.article__body h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 40px;
}
section.article__body p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
section.article__body figure {
  margin-top: 48px;
  margin-bottom: 48px;
}
section.article__body figure img {
  margin-bottom: 8px;
}
section.article__body figure figcaption {
  font-size: 14px;
}
section.article__body ul,
section.article__body ol {
  padding: 0;
  margin-left: 22px;
  margin-bottom: 48px;
}
section.article__body ul li,
section.article__body ol li {
  font-size: 16px;
  line-height: 2;
  padding-left: 8px;
  margin-left: 24px;
  margin-bottom: 24px;
}
section.article__body ul li::marker,
section.article__body ol li::marker {
  content: normal;
}
section.article__body ul li {
  list-style: disc !important;
}
section.article__body ul li::marker {
  font-size: 10px;
}
section.article__body ol {
  margin-bottom: 56px;
}
section.article__body ol li {
  list-style: decimal !important;
}
section.article__body ol li::marker {
  font-size: 16px;
}
@media screen and (max-width: 1023.8px) {
  section.article__body {
    width: 83vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
  }
  section.article__body h2 {
    font-size: 20px;
    line-height: 1.5;
    border-bottom: 1px solid #000;
    padding-bottom: 16px;
    margin-top: 72px;
    margin-bottom: 40px;
  }
  section.article__body h2:first-of-type {
    margin-top: 0;
  }
  section.article__body h3 {
    font-size: 18px;
    margin-bottom: 32px;
  }
  section.article__body h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 32px;
  }
  section.article__body p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 32px;
  }
  section.article__body figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  section.article__body figure img {
    margin-bottom: 4px;
  }
  section.article__body figure figcaption {
    font-size: 12px;
  }
  section.article__body ul,
  section.article__body ol {
    padding: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }
  section.article__body ul li,
  section.article__body ol li {
    font-size: 14px;
    line-height: 2;
    padding-left: 8px;
    margin-left: 16px;
    margin-bottom: 16px;
  }
  section.article__body ul li::marker,
  section.article__body ol li::marker {
    content: normal;
  }
  section.article__body ul li::marker {
    list-style: circle !important;
    font-size: 10px;
  }
  section.article__body ol {
    margin-bottom: 48px;
  }
  section.article__body ol li::marker {
    font-size: 16px;
  }
}

iframe {
  width: 100% !important;
  height: 500px !important;
  margin-bottom: 120px;
}
.rooms___about_movie iframe {
  margin-bottom: 0;
}
@media screen and (max-width: 767.8px) {
  iframe {
    height: 242px !important;
    margin-bottom: 80px;
  }
  .rooms___about_movie iframe {
    margin-bottom: 0;
  }
}

.article__links {
  background-color: #f8f6f5;
}
.article__links .article__links_container {
  width: 1000px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}
.article__links .article__links_container h3 {
  font-size: 32px;
  margin-bottom: 64px;
}
.article__links .article__links_container h3 br {
  display: none;
}
.article__links .article__links_wrap {
  display: flex;
  justify-content: space-between;
}
.article__links .article__links_card {
  width: 300px;
  margin-bottom: 0;
}
.article__links img {
  margin-bottom: 24px;
}
.article__links .article__title {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  height: 64px;
  overflow: hidden;
  margin-bottom: 24px;
}
.article__links p {
  font-size: 14px;
  line-height: 2;
  height: 84px;
  overflow: hidden;
  margin-bottom: 32px;
}
.article__links a {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1023.8px) {
  .article__links .article__links_container {
    width: 83vw;
    padding-top: 80px;
    padding-bottom: 36px;
  }
  .article__links .article__links_container h3 {
    font-size: 28px;
    letter-spacing: 4px;
    margin-bottom: 48px;
  }
  .article__links .article__links_wrap {
    display: block;
  }
  .article__links .article__links_card {
    width: 312px;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
  }
  .article__links img {
    margin-bottom: 24px;
  }
  .article__links .article__title {
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .article__links p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 24px;
  }
  .article__links a {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 575.8px) {
  .article__links .article__links_container h3 br {
    display: block;
  }
}

.article__info {
  width: 880px;
  background-color: #fff;
  padding-top: 48px;
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
}
.article__info .article__info_title {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.article__info .article__info_title h3 {
  font-size: 28px;
  font-family: "A1ゴシック M", "Noto Sans JP", sans-serif;
  letter-spacing: 3px;
  margin-left: 8px;
}
.article__info .article__info_line {
  background: url("../images/under/line.svg") no-repeat scroll center transparent;
  height: 2px;
}
.article__info .article__info_row {
  display: flex;
  margin-top: 16px;
}
.article__info .article__info_row p:first-of-type {
  width: 112px;
  font-weight: 700;
}
@media screen and (max-width: 1023.8px) {
  .article__info {
    width: 83vw;
    background-color: #fff;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .article__info .article__info_title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .article__info .article__info_title h3 {
    font-size: 24px;
    font-family: "A1ゴシック M", "Noto Sans JP", sans-serif;
    letter-spacing: 3px;
    margin-left: 8px;
  }
  .article__info .article__info_row {
    display: block;
    font-size: 14px;
    margin-top: 24px;
  }
  .article__info .article__info_row p:first-of-type {
    width: 112px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .article__info .article__info_row span {
    display: none;
  }
}

section.rooms_list {
  width: 1000px;
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}
section.rooms_list .rooms_list__container {
  /* color: #fff; */
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 56px;
  margin-bottom: 40px;
}
section.rooms_list .rooms_list__container:last-of-type {
  margin-bottom: 0;
}
section.rooms_list .is_yomo {
  background-image: url(../images/under/rooms_list__yomo.png);
}
section.rooms_list .is_zaya {
  background-image: url(../images/under/rooms_list__zaya.png);
  background-position: bottom;
}
section.rooms_list .is_tonari {
  background-image: url(../images/under/rooms_list__tonari.png);
  background-position: top;
}
section.rooms_list .is_dummy {
  background-image: url(../images/under/rooms_list__dummy.png);
  background-position: top;
}
section.rooms_list .rooms_list__inner {
  padding-top: 80px;
  padding-left: 80px;
  padding-bottom: 53px;
}
section.rooms_list .rooms_list__inner div {
  font-size: 16px;
}
section.rooms_list .rooms_list__inner h2 {
  font-size: 56px;
  margin-top: 24px;
}
section.rooms_list .rooms_list__inner p {
  font-size: 16px;
  line-height: 2;
  width: 400px;
  margin-top: 40px;
}
@media screen and (max-width: 1023.8px) {
  section.rooms_list {
    width: 80.5vw;
  }
  section.rooms_list .rooms_list__inner {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 80px;
  }
  section.rooms_list .rooms_list__inner h4 {
    font-size: 12px;
  }
  section.rooms_list .rooms_list__inner h2 {
    font-size: 32px;
    margin-top: 12px;
  }
  section.rooms_list .rooms_list__inner p {
    font-size: 14px;
    line-height: 2;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 575.8px) {
  section.rooms_list .is_zaya {
    background-image: url(../images/under/rooms_list__zaya--sp.png);
  }
  section.rooms_list .is_tonari {
    background-image: url(../images/under/rooms_list__tonari--sp.png);
  }
  section.rooms_list .is_dummy {
    background-image: url(../images/under/rooms_list__dummy--sp.png);
  }
}

.rooms {
  background-color: #e0e0dd;
}
.rooms p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1023.8px) {
  .rooms p {
    font-size: 14px;
  }
}
.rooms .rooms__inner {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.rooms .rooms__inner .rooms__inner_ul li {
  margin: 0 0 60px;
}
.rooms .rooms__inner .rooms__inner_ul li:last-of-type {
  margin: 0;
}
@media screen and (max-width: 1023.8px) {
  .rooms .rooms__inner .rooms__inner_ul li {
    margin: 0 0 30px;
  }
}
.rooms .rooms__inner .rooms__inner_ul li .img {
  margin: 0 0 20px;
}
@media screen and (max-width: 1023.8px) {
  .rooms .rooms__inner .rooms__inner_ul li .img {
    margin: 0 0 10px;
  }
}
.rooms .rooms__inner .rooms__inner_ul li .text {
  line-height: 2me;
}
.rooms .rooms__inner .rooms__inner_ul li .text .title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1023.8px) {
  .rooms .rooms__inner .rooms__inner_ul li .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023.8px) {
  .rooms .rooms__inner {
    width: 80.5vw;
  }
}
.rooms .rooms__inner02 {
  width: 1000px;
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023.8px) {
  .rooms .rooms__inner02 {
    width: 80.5vw;
  }
}
.rooms section.rooms__hero {
  position: relative;
  height: 760px;
}
.rooms section.rooms__hero .rooms__hero_inner {
  width: 1000px;
  transform: translateX(-50px);
  transition: transform 2s ease;
  padding-top: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #fff;
  mix-blend-mode: difference;
}
.rooms section.rooms__hero .rooms__hero_inner.appear {
  transform: translateX(0);
}
.rooms section.rooms__hero .rooms__hero_inner div {
  font-size: 16px;
}
.rooms section.rooms__hero .rooms__hero_inner h1 {
  font-size: 56px;
  letter-spacing: 5.6px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.rooms section.rooms__hero .rooms__hero_underline {
  height: 1px;
  width: 28%;
  background-color: #000;
  background-color: #fff;
  mix-blend-mode: difference;
  transform: translateX(-50px);
  transition: transform 2s ease;
}
.rooms section.rooms__hero .rooms__hero_underline.appear {
  transform: translateX(0);
}
.rooms section.rooms__hero .rooms__hero_img {
  position: absolute;
  width: 100%;
  height: 760px;
  /* border-bottom-left-radius: 16px; */
  top: 0;
  right: 0;
  transition: width 0.3s ease;
  /* background-size: cover;
  background-repeat: no-repeat; */
}
.rooms section.rooms__hero .rooms__hero_img .video_area {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1279.8px) {
  .rooms section.rooms__hero .rooms__hero_img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1023.8px) {
  .rooms section.rooms__hero .rooms__hero_inner {
    width: 80.5vw;
    padding-top: 514px;
    margin-left: auto;
    margin-right: auto;
  }
  .rooms section.rooms__hero .rooms__hero_inner div {
    font-size: 12px;
  }
  .rooms section.rooms__hero .rooms__hero_inner h1 {
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 32px;
    margin-top: 2px;
  }
  .rooms section.rooms__hero .rooms__hero_underline {
    height: 1px;
    width: 48vw;
  }
  .rooms section.rooms__hero .rooms__hero_img {
    position: absolute;
    width: 100%;
    height: 65%;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767.8px) {
  .rooms section.rooms__hero .rooms__hero_img {
    position: absolute;
    width: 100%;
    height: 490px;
    top: 0;
    right: 0;
    transition: none;
  }
}
.rooms section.rooms__mission {
  width: 520px;
  padding-top: 110px;
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}
.rooms section.rooms__mission .rooms__mission_header {
  transform: translateY(30px);
  transition: transform 0.8s ease;
  width: 100%;
  text-align: center;
  margin: 0 0 100px;
}
.rooms section.rooms__mission .rooms__mission_header img {
  width: 40.5px;
  display: inline;
}
.rooms section.rooms__mission .rooms__mission_header.appear {
  transform: translateY(0);
}
.rooms section.rooms__mission .rooms__mission_header h2 {
  font-size: 32px;
  letter-spacing: 5.6px;
}
.rooms section.rooms__mission .rooms__mission_header div {
  height: 180px;
  font-size: 12px;
  text-align: right;
  font-weight: 700;
  margin-left: -5px;
}
.rooms section.rooms__mission .rooms__mission_par {
  transform: translateY(30px);
  transition: transform 1.2s ease;
  text-align: center;
}
.rooms section.rooms__mission .rooms__mission_par.appear {
  transform: translateY(0);
}
.rooms section.rooms__mission .rooms__mission_par p {
  margin-top: 24px;
}
.rooms section.rooms__mission .rooms__mission_par p:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1023.8px) {
  .rooms section.rooms__mission {
    width: 80.5vw;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .rooms section.rooms__mission .rooms__mission_inner {
    display: block;
  }
  .rooms section.rooms__mission .rooms__mission_header {
    /* writing-mode: vertical-rl; */
    margin-left: auto;
    margin-right: auto;
  }
  .rooms section.rooms__mission .rooms__mission_header h2 {
    font-size: 28px;
    letter-spacing: 5.6px;
  }
  .rooms section.rooms__mission .rooms__mission_header div {
    height: 160px;
    font-size: 10px;
    text-align: right;
    margin-left: -5px;
  }
  .rooms section.rooms__mission .rooms__mission_par {
    margin-left: 0;
    margin-top: 0;
    text-align: left;
  }
  .rooms section.rooms__mission .rooms__mission_par p {
    margin-top: 24px;
  }
  .rooms section.rooms__mission .rooms__mission_par p:first-of-type {
    margin-top: 0;
  }
}
.rooms section.rooms__images {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.rooms section.rooms__images .rooms__images_wrap {
  opacity: 0;
  transition: opacity 1.4s ease;
  margin-top: 40px;
}
.rooms section.rooms__images .rooms__images_wrap.appear {
  opacity: 1;
}
.rooms section.rooms__images .rooms__images_wrap:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023.8px) {
  .rooms section.rooms__images {
    width: 80.5vw;
  }
  .rooms section.rooms__images .rooms__images_wrap {
    margin-top: 24px;
  }
}
.rooms section.rooms__about .inner {
  width: 880px;
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023.8px) {
  .rooms section.rooms__about .inner {
    width: 80.5vw;
    padding-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}
.rooms section.rooms__about .rooms___about_movie {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1023.8px) {
  .rooms section.rooms__about .rooms___about_movie {
    width: 100%;
    margin: 0 auto;
  }
}
.rooms .rooms__about_img {
  width: 100%;
  height: 560px;
  background-image: url(../src/assets/img/under/yomo__about.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1023.8px) {
  .rooms .rooms__about_img {
    height: 240px;
  }
}
.rooms section.rooms__rooms {
  background-color: #fff;
  padding: 110px 0 0;
  margin: -110px 0 0;
}
@media screen and (max-width: 1023.8px) {
  .rooms section.rooms__rooms {
    padding: 0;
    margin: 0;
  }
}
.rooms section.rooms__rooms .swiper_rooms_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 479px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767.8px) {
  .rooms section.rooms__rooms .swiper_rooms_bg {
    height: 455px;
  }
}
.rooms section.rooms__rooms .rooms__rooms_swiper {
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 412px;
  z-index: 3;
  padding-top: 24px;
  padding-left: 40px;
  padding-bottom: 24px;
  margin-top: 40px;
  margin-left: 40px;
}
.rooms section.rooms__rooms .rooms__rooms_swiper div {
  font-size: 14px;
  font-weight: 400;
}
.rooms section.rooms__rooms .rooms__rooms_swiper h3 {
  font-size: 20px;
  margin-top: 16px;
}
.rooms section.rooms__rooms .rooms__rooms_swiper p {
  width: 332px;
  margin-top: 24px;
}
@media screen and (max-width: 767.8px) {
  .rooms section.rooms__rooms .rooms__rooms_swiper {
    width: 100%;
    height: 455px;
    z-index: 3;
    padding-top: 40px;
    padding-left: 37px;
    margin-top: 0;
    margin-left: 0;
  }
  .rooms section.rooms__rooms .rooms__rooms_swiper div {
    font-size: 12px;
    font-weight: 400;
  }
  .rooms section.rooms__rooms .rooms__rooms_swiper h3 {
    font-size: 18px;
    margin-top: 16px;
  }
  .rooms section.rooms__rooms .rooms__rooms_swiper p {
    width: 228px;
    margin-top: 32px;
  }
}
.rooms section.rooms__rooms .rooms__rooms_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 80px;
}
.rooms section.rooms__rooms .rooms__rooms_layout div {
  width: 484px;
}
.rooms section.rooms__rooms .rooms__rooms_layout .rooms__rooms_table {
  background-color: #f8f6f5;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.rooms section.rooms__rooms .rooms__rooms_layout .rooms__rooms_table dl {
  display: flex;
  font-size: 14px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
.rooms section.rooms__rooms .rooms__rooms_layout .rooms__rooms_table dl:first-of-type {
  margin-top: 0;
}
.rooms section.rooms__rooms .rooms__rooms_layout .rooms__rooms_table dt {
  width: 186px;
  font-weight: 700;
  text-align: left;
}
.rooms section.rooms__rooms .rooms__rooms_layout .rooms__rooms_table dd {
  width: 218px;
}
@media screen and (max-width: 1023.8px) {
  .rooms section.rooms__rooms .rooms__rooms_layout {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .rooms section.rooms__rooms .rooms__rooms_layout div {
    width: 80.5vw;
    margin-bottom: 53px;
  }
  .rooms section.rooms__rooms .rooms__rooms_layout .rooms__rooms_table {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .rooms section.rooms__rooms .rooms__rooms_layout .rooms__rooms_table dl {
    display: flex;
    font-size: 12px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .rooms section.rooms__rooms .rooms__rooms_layout .rooms__rooms_table dt {
    width: 123px;
    font-weight: 700;
    text-align: left;
  }
  .rooms section.rooms__rooms .rooms__rooms_layout .rooms__rooms_table dd {
    width: 131px;
  }
}
.rooms section.rooms__rooms .rooms__rooms_amenities {
  width: 1000px;
  border: solid 8px #000;
  padding-top: 80px;
  padding-left: 80px;
  padding-bottom: 80px;
  margin-top: 120px;
}
.rooms section.rooms__rooms .rooms__rooms_amenities h3 {
  font-size: 28px;
}
@media screen and (max-width: 1023.8px) {
  .rooms section.rooms__rooms .rooms__rooms_amenities {
    width: 80.5vw;
    padding: 30px;
    margin-top: 40px;
  }
  .rooms section.rooms__rooms .rooms__rooms_amenities h3 {
    font-size: 24px;
  }
}
.rooms section.rooms__rooms .rooms__rooms_list {
  display: flex;
  margin-top: 52px;
}
.rooms section.rooms__rooms .rooms__rooms_list ul {
  display: flex;
  flex-wrap: wrap;
}
.rooms section.rooms__rooms .rooms__rooms_list ul li {
  width: 50%;
  margin-top: 16px;
}
.rooms section.rooms__rooms .rooms__rooms_list ul li:first-of-type,
.rooms section.rooms__rooms .rooms__rooms_list ul li:nth-of-type(2) {
  margin-top: 0;
}
.rooms section.rooms__rooms .rooms__rooms_list ul li span {
  font-size: 14px;
}
@media screen and (max-width: 1023.8px) {
  .rooms section.rooms__rooms .rooms__rooms_list {
    display: block;
    margin-top: 36px;
  }
  .rooms section.rooms__rooms .rooms__rooms_list ul {
    display: block;
    font-size: 14px;
  }
  .rooms section.rooms__rooms .rooms__rooms_list ul li {
    margin-top: 16px;
    width: 100%;
  }
  .rooms section.rooms__rooms .rooms__rooms_list ul li:first-of-type {
    margin-top: 0;
  }
  .rooms section.rooms__rooms .rooms__rooms_list ul li:nth-of-type(2) {
    margin-top: 16px;
  }
  .rooms section.rooms__rooms .rooms__rooms_list ul li span {
    font-size: 12px;
  }
}
.rooms section.rooms__terms {
  padding-top: 120px;
  padding-bottom: 120px;
}
.rooms section.rooms__terms h2 {
  font-size: 32px;
  text-align: center;
}
.rooms section.rooms__terms .rooms__terms_tos {
  margin-top: 80px;
}
.rooms section.rooms__terms .rooms__terms_tos h3 {
  font-size: 24px;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-top: 80px;
  margin-bottom: 48px;
}
.rooms section.rooms__terms .rooms__terms_tos ul li {
  display: flex;
  margin-top: 40px;
}
.rooms section.rooms__terms .rooms__terms_tos ul li:before {
  content: "・";
  padding-right: 10px;
}
@media screen and (max-width: 1023.8px) {
  .rooms section.rooms__terms {
    padding-top: 80px;
  }
  .rooms section.rooms__terms h2 {
    font-size: 24px;
  }
  .rooms section.rooms__terms .rooms__terms_tos {
    margin-top: 80px;
  }
  .rooms section.rooms__terms .rooms__terms_tos h3 {
    font-size: 20px;
    padding-bottom: 12px;
    margin-top: 80px;
    margin-bottom: 48px;
  }
  .rooms section.rooms__terms .rooms__terms_tos ul li {
    font-size: 14px;
    margin-top: 16px;
  }
}
.rooms section.rooms__access {
  position: relative;
  width: 100%;
  padding-bottom: 120px;
  background-image: url(../images/under/rooms__access_bg.jpg);
  background-size: cover;
  padding-top: 120px;
}
.rooms section.rooms__access .rooms__access_map {
  position: absolute;
  width: 641.49px;
  top: 12.5vh;
  left: 148px;
}
.rooms section.rooms__access .rooms__access_info {
  position: relative;
  z-index: 1;
  transition: margin 0.3s ease;
  margin-left: calc(50% + 102px);
}
.rooms section.rooms__access .rooms__access_info .rooms__access_desc {
  font-size: 16px;
  margin-top: 80px;
}
.rooms section.rooms__access .rooms__access_info h3 {
  font-size: 56px;
  letter-spacing: 5.6px;
  margin-bottom: 40px;
}
.rooms section.rooms__access .rooms__access_info .room__access_subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.rooms section.rooms__access .rooms__access_info p {
  font-size: 14px;
  letter-spacing: 1.5px;
  width: 398px;
  margin-bottom: 36px;
}
.rooms section.rooms__access .rooms__access_info p:first-of-type {
  font-size: 16px;
}
.rooms section.rooms__access .rooms__access_info a {
  display: block;
  width: 162px;
  margin-top: 64px;
}
.rooms section.rooms__access .rooms__access_header {
  display: flex;
  align-items: center;
}
.rooms section.rooms__access .rooms__access_header h2 {
  font-size: 32px;
  margin-left: 24px;
}
@media screen and (max-width: 1279.8px) {
  .rooms section.rooms__access .rooms__access_info {
    position: relative;
    margin-left: 50%;
  }
}
@media screen and (max-width: 1023.8px) {
  .rooms section.rooms__access {
    width: 100%;
    height: 100%;
    background-image: url(../images/under/rooms__access_bg.jpg);
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .rooms section.rooms__access .rooms__access_map {
    position: absolute;
    width: 344px;
    top: unset;
    bottom: 200px;
    transform: translateX(-50%);
    transition: top 0.3s ease;
  }
  .rooms section.rooms__access .rooms__access_info {
    width: 80.5vw;
    margin-left: auto;
    margin-right: auto;
  }
  .rooms section.rooms__access .rooms__access_info .rooms__access_desc {
    font-size: 12px;
    margin-top: 80px;
  }
  .rooms section.rooms__access .rooms__access_info h3 {
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 40px;
  }
  .rooms section.rooms__access .rooms__access_info .room__access_subtitle {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .rooms section.rooms__access .rooms__access_info p {
    font-size: 14px;
    letter-spacing: 1.5px;
    width: 100%;
    margin-bottom: 36px;
  }
  .rooms section.rooms__access .rooms__access_info a {
    display: block;
    width: 162px;
    margin-top: 343px;
    margin-left: auto;
    margin-right: auto;
  }
  .rooms section.rooms__access .rooms__access_header {
    display: flex;
    align-items: center;
  }
  .rooms section.rooms__access .rooms__access_header h2 {
    font-size: 32px;
    margin-left: 24px;
  }
}
@media (max-width: 375px) {
  .rooms section.rooms__access .rooms__access_map {
    position: absolute;
    width: 344px;
    top: 737px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.rooms section.rooms__other {
  background-color: #fff;
  padding-top: 120px;
}
.rooms section.rooms__other h2 {
  font-size: 32px;
  text-align: center;
  letter-spacing: 5.6px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1023.8px) {
  .rooms section.rooms__other h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 64px;
  }
}
.rooms section.rooms__other .rooms__other_deck {
  display: flex;
  justify-content: space-between;
}
.rooms section.rooms__other .rooms__other_card {
  width: 300px;
  height: 389px;
  color: #fff;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.rooms section.rooms__other .rooms__other_card h3 {
  font-size: 32px;
  letter-spacing: 3px;
  padding-top: 40px;
  padding-left: 40px;
}
.rooms section.rooms__other .rooms__other_card p {
  display: block;
  width: 125px;
  margin-left: auto;
  margin-right: 40px;
  margin-bottom: 40px;
}
.rooms section.rooms__other .is_zaya {
  background-image: url(../images/under/yomo__other_zaya.png);
  background-size: cover;
}
.rooms section.rooms__other .is_tonari {
  background-image: url(../images/under/yomo__other_tonari.png);
  background-size: cover;
}
.rooms section.rooms__other .is_dummy {
  background-image: url(../images/under/yomo__other_dummy.png);
  background-size: cover;
}

@media screen and (max-width: 1023.8px) {
  .is_not_first {
    display: none !important;
  }
}

main.about {
  background-color: #fff;
}
main.about p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1023.8px) {
  main.about p {
    font-size: 14px;
  }
}
main.about .is_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023.8px) {
  main.about .is_inner {
    width: 80.5vw;
  }
}
main.about section.about__header {
  background-color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  transition: padding 1s ease;
  transition-delay: 1.5s;
  padding-top: 270px;
  padding-bottom: 400px;
  margin-bottom: 100vh;
}
main.about section.about__header.appear {
  padding-bottom: 200px;
}
main.about section.about__header .about__header_inner {
  transform: translateY(50px);
  transition: transform 1.5s ease;
}
main.about section.about__header .about__header_inner.appear {
  transform: translateY(0);
}
main.about section.about__header h1 {
  font-size: 56px;
  text-align: center;
}
main.about section.about__header h1 img {
  display: inline;
}
main.about section.about__header h2 {
  font-size: 16px;
  width: 50px;
  border: 1px solid #000;
  border-radius: 4px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
main.about section.about__header p {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023.8px) {
  main.about section.about__header {
    padding-top: 188px;
    margin-bottom: 0;
  }
  main.about section.about__header h1 {
    font-size: 48px;
  }
  main.about section.about__header h1 img {
    width: 180px;
    height: auto;
  }
  main.about section.about__header.appear {
    padding-bottom: 70px;
  }
  main.about section.about__header h2 {
    font-size: 14px;
    width: 46px;
    border: 1px solid #000;
    border-radius: 4px;
    padding-top: 2px;
    padding-left: 2px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  main.about section.about__header p {
    width: 80.5vw;
    margin-top: 40px;
  }
  main.about section.about__header img {
    margin-top: 80px;
  }
}
main.about .about__header_img {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 1.5s;
  background-image: url(../images/under/about__header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
main.about .about__header_img.appear {
  opacity: 1;
}
@media screen and (max-width: 1023.8px) {
  main.about .about__header_img {
    position: relative;
    width: 100%;
    height: 50vh;
  }
}
main.about section.about__mission {
  position: relative;
  z-index: 1;
  color: #fff;
  height: 947px;
  width: 100%;
  background-color: #000;
  background-image: url("../images/under/about__mission.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
main.about section.about__mission h3 {
  font-size: 32px;
  transform: translateX(-50px);
  opacity: 0;
  transition: transform 1s ease, opacity 0.4s ease;
  padding-top: 160px;
}
main.about section.about__mission h3.appear {
  transform: translateX(0);
  opacity: 1;
}
main.about section.about__mission p {
  transform: translateX(-50px);
  opacity: 0;
  transition: transform 1s ease, opacity 0.4s ease;
  margin-top: 80px;
}
main.about section.about__mission p.appear {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 1023.8px) {
  main.about section.about__mission {
    height: 947px;
    width: 100%;
    background-color: #000;
    background-image: url("../images/under/about__mission--sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  main.about section.about__mission h3 {
    font-size: 24px;
    line-height: 1.5;
    padding-top: 120px;
  }
  main.about section.about__mission p {
    margin-top: 80px;
  }
}
main.about section.about__interview01 {
  background-color: #e0e0dd;
  position: relative;
  z-index: 1;
  padding-bottom: 252px;
}
main.about section.about__interview01 .about__interview_profile {
  position: absolute;
  display: flex;
  align-items: flex-end;
  margin-top: -192px;
}
main.about section.about__interview01 .about__interview_portrait {
  margin-right: 24px;
}
main.about section.about__interview01 .about__interview_portrait img {
  height: 312px;
}
main.about section.about__interview01 .about__interview_name {
  font-size: 24px;
  font-weight: 400;
  margin-top: 4px;
}
main.about section.about__interview01 .about__interview_company {
  font-size: 14px;
  font-weight: 400;
}
main.about section.about__interview01 .about__interview_par {
  display: flex;
  padding-top: 250px;
}
main.about section.about__interview01 .about__interview_par h3 {
  width: 257px;
  writing-mode: vertical-rl;
  font-size: 32px;
  line-height: 2em;
  letter-spacing: 3px;
  padding-right: 75px;
}
main.about section.about__interview01 .about__interview_par div {
  width: 743px;
}
main.about section.about__interview01 .about__interview_par div p {
  transform: translateX(50px);
  opacity: 0;
  transition: transform 1s ease, opacity 0.4s ease;
}
main.about section.about__interview01 .about__interview_par div p.appear {
  transform: translateX(0);
  opacity: 1;
}
main.about section.about__interview01 .about__interview_par div p:first-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023.8px) {
  main.about section.about__interview01 {
    height: 100%;
    padding-bottom: 170px;
  }
  main.about section.about__interview01 .about__interview_profile {
    position: absolute;
    display: flex;
    align-items: flex-end;
    height: 200px;
    margin-top: -75px;
  }
  main.about section.about__interview01 .about__interview_portrait {
    margin-right: 14px;
  }
  main.about section.about__interview01 .about__interview_portrait img {
    height: 200px;
  }
  main.about section.about__interview01 h4 {
    font-size: 20px;
    margin-top: 4px;
  }
  main.about section.about__interview01 h5 {
    font-size: 12px;
    font-weight: 400;
  }
  main.about section.about__interview01 .about__interview_par {
    display: block;
    padding-top: 208px;
  }
  main.about section.about__interview01 .about__interview_par h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 28px;
    line-height: 2;
    letter-spacing: 3px;
    padding-right: 0;
  }
  main.about section.about__interview01 .about__interview_par div {
    width: 80.5vw;
  }
  main.about section.about__interview01 .about__interview_par div p:first-of-type {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
main.about section.about__interview02 {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 184px;
}
main.about section.about__interview02 .about__interview_img {
  position: absolute;
  max-width: 1220px;
  margin-top: -134px;
}
main.about section.about__interview02 .about__interview_par {
  display: flex;
  flex-direction: row-reverse;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 386px;
}
main.about section.about__interview02 .about__interview_par h3 {
  width: 257px;
  writing-mode: vertical-rl;
  font-size: 32px;
  line-height: 2em;
  letter-spacing: 3px;
  padding-left: 86px;
}
main.about section.about__interview02 .about__interview_par div {
  width: 743px;
}
main.about section.about__interview02 .about__interview_par div p {
  transform: translateX(-50px);
  opacity: 0;
  transition: transform 1s ease, opacity 0.4s ease;
}
main.about section.about__interview02 .about__interview_par div p.appear {
  transform: translateX(0);
  opacity: 1;
}
main.about section.about__interview02 .about__interview_par div p:first-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023.8px) {
  main.about section.about__interview02 {
    height: 100%;
    padding-bottom: 120px;
  }
  main.about section.about__interview02 .about__interview_img {
    width: 90vw;
    margin-top: -92px;
  }
  main.about section.about__interview02 .about__interview_par {
    display: block;
    width: 80.5vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 280px;
  }
  main.about section.about__interview02 .about__interview_par h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 28px;
    line-height: 2;
    letter-spacing: 3px;
    padding-left: 0;
  }
  main.about section.about__interview02 .about__interview_par div {
    width: 80.5vw;
  }
  main.about section.about__interview02 .about__interview_par div p:first-of-type {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575.8px) {
  main.about section.about__interview02 .about__interview_par {
    padding-top: 150px;
  }
}
main.about section.about__blog {
  position: relative;
  height: 643px;
  background-color: #000;
  background-image: url("../images/under/about__blog.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
main.about section.about__blog .about__blog_header {
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 80px;
}
main.about section.about__blog .about__blog_header h3 {
  font-size: 32px;
  margin-left: 24px;
}
main.about section.about__blog .about__blog_inner {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
main.about section.about__blog .about__blog_info p {
  width: 586px;
  margin-bottom: 80px;
}
main.about section.about__blog .about__blog_img {
  position: absolute;
  top: 0;
  right: 0;
}
main.about section.about__blog .about__blog_img img {
  width: 532px;
  height: 643px;
}
main.about section.about__blog a {
  margin-left: 0;
}
@media screen and (max-width: 1279.8px) {
  main.about section.about__blog .about__blog_info p {
    width: 450px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023.8px) {
  main.about section.about__blog .about__blog_inner {
    display: flex;
    justify-content: space-between;
    width: 80.5vw;
    margin-left: auto;
    margin-right: auto;
  }
  main.about section.about__blog .about__blog_info p {
    width: 100%;
    margin-bottom: 80px;
  }
  main.about section.about__blog .about__blog_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 80px;
  }
  main.about section.about__blog .about__blog_header h3 {
    font-size: 32px;
    margin-top: 40px;
    margin-left: 0;
  }
  main.about section.about__blog .about__blog_img {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  main.about section.about__blog .about__blog_img img {
    width: 532px;
    height: 643px;
  }
  main.about section.about__blog a {
    margin-left: auto;
  }
}
main.about .about__blog_img--sp {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1023.8px) {
  main.about .about__blog_img--sp {
    display: block;
  }
}

section.archive {
  position: relative;
  z-index: 1;
  width: 1000px;
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}
