body {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #3A3A3A;
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}
body:has(.site-header #toggle-menu-btn:checked) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}
body.page {
  background-color: #D3DDE0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

figure img, picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: block;
}

h1, h2, h3 {
  line-height: 1;
  font-weight: 500;
}

em, i {
  font-style: normal;
}

dl dt {
  font-weight: 500;
}

.inline_block {
  display: inline-block;
}

p, span {
  text-wrap: balance;
  word-break: auto-phrase;
}
p.nowb, span.nowb {
  text-wrap: unset;
  word-break: unset;
}

@media screen and (min-width: 520px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
._link_disable > a {
  pointer-events: none;
}

.inline_link {
  text-decoration: underline;
  color: #005981;
}

.color_blue {
  color: #005981;
}

.font_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.font_en {
  font-family: "Cinzel", serif;
  font-weight: 400;
}

.font_bodoni {
  font-family: "Bodoni Moda", serif;
}

.__bold {
  font-weight: 700;
}

.first_letter::first-letter {
  font-size: 150%;
}

.container {
  position: relative;
  width: 90%;
  max-width: 1728px;
  min-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    min-width: 500px;
  }
}
@media screen and (max-width: 520px) {
  .container {
    min-width: 335px;
  }
}

@media screen and (min-width: 1025px) {
  body.page .container {
    max-width: 1200px;
  }
}
.wide_container {
  position: relative;
  width: 90%;
  max-width: 1484px;
  min-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .wide_container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .wide_container {
    min-width: 500px;
  }
}
@media screen and (max-width: 520px) {
  .wide_container {
    min-width: 335px;
  }
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}
a.text_link {
  color: #005981;
  text-decoration: underline;
}

button a {
  display: block;
}

.__invisible {
  visibility: hidden;
  height: 0;
}

.__sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .__pc_only {
    display: none;
  }
  .__sp_only {
    display: block;
  }
}
.site-main {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  z-index: 1;
}

.link_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  background-color: #005981;
}
.link_button .btn_arw {
  display: block;
  width: 9px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 24px;
}
.link_button .btn_arw svg {
  display: block;
  width: 100%;
}
.link_button .btn_txt {
  color: #FFF;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .link_button {
    width: 360px;
    height: 60px;
  }
  .link_button .btn_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    width: 100%;
    max-width: 335px;
    height: 60px;
  }
  .link_button .btn_txt {
    font-size: 14px;
  }
}
.link_button.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.link_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .link_arrow {
    width: 26px;
    height: 26px;
  }
}
.link_arrow svg {
  width: 10px;
  height: 14px;
  fill: #FFF;
}
@media screen and (max-width: 1024px) {
  .link_arrow svg {
    width: 9px;
    height: 12px;
  }
}

.breadcrumb {
  white-space: nowrap;
  overflow: auto;
}
.breadcrumb .bc_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .breadcrumb {
    height: 40px;
  }
}
.breadcrumb span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb span a {
  display: inline-block;
  position: relative;
}
.breadcrumb span a::after {
  display: block;
  width: 0;
  height: 1px;
  background-color: #005981;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.breadcrumb span a:hover {
  opacity: 1;
}
.breadcrumb span a:hover::after {
  width: 100%;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .c-section {
    padding-top: 104px;
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 94px;
  }
}

.section_h2 {
  position: relative;
}
.section_h2 span {
  display: block;
  letter-spacing: 0;
}
.section_h2 .h2_ja {
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 0.2em;
}
.section_h2::before {
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(5.74deg, rgb(157, 0, 17) 1.21%, rgb(208, 25, 40) 50.95%, rgb(255, 47, 60) 100%);
  content: "";
}
.section_h2._center {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .section_h2 {
    margin-bottom: 40px;
    padding-left: 37px;
  }
  .section_h2 .h2_ja {
    font-size: clamp(32px, 3.22vw, 49px);
  }
  .section_h2 .h2_ja small {
    font-size: clamp(22px, 2.3vw, 35px);
  }
  .section_h2 .h2_en {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .section_h2 {
    margin-bottom: 20px;
    padding-left: 18px;
  }
  .section_h2._align_center {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .section_h2 .h2_ja {
    font-size: 24px;
  }
  .section_h2 .h2_ja small {
    font-size: 18px;
  }
  .section_h2 .h2_en {
    font-size: 18px;
  }
}

.section_h3 {
  position: relative;
  letter-spacing: 0;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
.section_h3::before {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.21%, rgb(157, 0, 17)), color-stop(50.95%, rgb(208, 25, 40)), to(rgb(255, 47, 60)));
  background: linear-gradient(90deg, rgb(157, 0, 17) 1.21%, rgb(208, 25, 40) 50.95%, rgb(255, 47, 60) 100%);
  content: "";
}
@media screen and (min-width: 1025px) {
  .section_h3 {
    margin-bottom: 40px;
    padding-left: 34px;
    font-size: 30px;
  }
  .section_h3::before {
    width: 22px;
    height: 22px;
    top: calc(0.75em - 11px);
  }
}
@media screen and (max-width: 1024px) {
  .section_h3 {
    margin-bottom: 20px;
    padding-left: 18px;
    font-size: 20px;
  }
  .section_h3::before {
    width: 14px;
    height: 14px;
    top: calc(0.75em - 7px);
  }
}

.c-text {
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.c-text span {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.site-header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
}
.site-header .header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    padding: 67px 5% 20px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    padding: 20px;
  }
}
.site-header.is-scroll .header_container {
  background-color: rgba(0, 0, 0, 0.3);
}
.site-header .site-branding {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    -ms-flex-preferred-size: 193px;
        flex-basis: 193px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 180px;
  }
}
.site-header .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .site-header .main_nav_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    height: 100%;
  }
  .site-header .main_nav_sns .sns_btn {
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
  .site-header .main_nav_sns .sns_btn svg {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main_nav_sns {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .site-header .main_nav_contact {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .site-header .main_nav_contact .contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    height: 50px;
    position: relative;
    padding: 0 15px;
    color: #FFF;
  }
  .site-header .main_nav_contact .contact_btn .btn_txt_l {
    display: block;
    font-size: 18px;
  }
  .site-header .main_nav_contact .contact_btn .btn_txt_s {
    display: block;
    font-size: 12px;
  }
  .site-header .main_nav_contact .contact_btn.contact_line {
    border: 1px solid #FFF;
  }
  .site-header .main_nav_contact .contact_btn.contact_reserva {
    background-color: #BBA458;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main_nav_contact {
    display: none;
  }
}
.site-header .main_nav_btn {
  -ms-flex-preferred-size: 55px;
      flex-basis: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header .main_nav_btn ._mobile_menu_btn {
  display: block;
  position: relative;
  width: 100%;
  height: 15px;
  cursor: pointer;
}
.site-header .main_nav_btn ._mobile_menu_btn ._menu_bar {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #FFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .main_nav_btn ._mobile_menu_btn ._menu_bar._bar1 {
  top: 0;
}
.site-header .main_nav_btn ._mobile_menu_btn ._menu_bar._bar2 {
  top: calc(50% - 0.5px);
}
.site-header .main_nav_btn ._mobile_menu_btn ._menu_bar._bar3 {
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .main_nav_btn {
    -ms-flex-preferred-size: 55px;
        flex-basis: 55px;
  }
  .site-header .main_nav_btn ._mobile_menu_btn {
    height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main_nav_btn {
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
  }
  .site-header .main_nav_btn ._mobile_menu_btn {
    height: 22px;
  }
}
.site-header #toggle-menu-btn {
  display: none;
}
@media screen and (min-width: 1025px) {
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar1 {
    -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
}
@media screen and (max-width: 1024px) {
  .site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar1 {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar3 {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.site-header .mobile_modal_window {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: rgba(0, 0, 0, 0.25);
}
.site-header .mobile_modal_window .modal_inner {
  width: 100%;
  max-width: 522px;
  height: 100%;
  margin-left: auto;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  background-color: #3A3A3A;
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window .modal_inner {
    padding: 187px 40px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .mobile_modal_window .modal_inner {
    padding: 124px 20px 40px;
  }
}
.site-header .mobile_modal_window .mobile_menu {
  margin-bottom: 30px;
}
.site-header .mobile_modal_window .mobile_menu .menu-item {
  position: relative;
  border-top: 1px solid #FFF;
  font-size: 16px;
  line-height: 4;
}
.site-header .mobile_modal_window .mobile_menu .menu-item:last-child {
  border-bottom: 1px solid #FFF;
}
.site-header .mobile_modal_window .mobile_menu .menu-item a {
  display: block;
  position: relative;
  padding-left: 1em;
}
@media screen and (min-width: 1025px) {
  .site-header .mobile_modal_window .mobile_menu .menu-item.pc_none {
    display: none;
  }
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  left: 0;
}

.home_link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .home_link {
    width: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link {
    width: 170px;
  }
}
.home_link .home_logo {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  body.home .site-footer {
    margin-top: -16vw;
  }
  body.home .site-footer .footer_access {
    padding-top: 15vw;
  }
}
@media screen and (max-width: 1024px) {
  body.home .site-footer {
    margin-top: -160px;
  }
  body.home .site-footer .footer_access {
    padding-top: 160px;
  }
}

@media screen and (min-width: 1025px) {
  body:not(.home) .site-footer .footer_access {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  body:not(.home) .site-footer .footer_access {
    padding-top: 30px;
  }
}

.site-footer {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(68, 54, 55)), to(rgb(25, 55, 78)));
  background: linear-gradient(0deg, rgb(68, 54, 55) 0%, rgb(25, 55, 78) 100%);
  color: #FFF;
}
.site-footer .footer_access {
  overflow-x: hidden;
}
.site-footer .footer_access .top_h2 .top_h2_pfx {
  background-color: #FFF;
}
.site-footer .footer_access .footer_access_title {
  letter-spacing: 0.3em;
  font-weight: 400;
}
.site-footer .footer_access .footer_access_txt {
  letter-spacing: 0.1em;
  line-height: 2.14;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_access .top_h2 {
    margin-bottom: 60px;
  }
  .site-footer .footer_access .footer_access_title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_access .top_h2 {
    margin-bottom: 30px;
  }
  .site-footer .footer_access .footer_access_title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.site-footer .footer_access_container .footer_access_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_access_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-footer .footer_access_container .footer_access_head {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  .site-footer .footer_access_container .footer_access_map {
    background-color: #CCC;
    -ms-flex-preferred-size: 64.4%;
        flex-basis: 64.4%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_access_container .footer_access_head {
    padding-bottom: 30px;
  }
  .site-footer .footer_access_container .footer_access_map {
    background-color: #CCC;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 350px;
  }
}
.site-footer .footer_nav {
  width: 100%;
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_nav {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_nav {
    padding-top: 60px;
  }
}
.site-footer .footer_nav .footer_nav_home {
  margin-left: auto;
  margin-right: auto;
  width: 187px;
  margin-bottom: 50px;
}
.site-footer .footer_nav .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_nav .footer_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_nav .footer_menu .slash {
    display: inline-block;
    margin: 0 1em;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_nav .footer_menu .slash {
    display: none;
  }
}
.site-footer .footer_nav .footer_menu .menu-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.85;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_nav .footer_menu .menu-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}
.site-footer .footer_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .footer_contact .footer_contact_btn {
  border-top: 1px solid #B0B0B0;
  text-align: center;
}
.site-footer .footer_contact .footer_contact_en {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 24px;
}
.site-footer .footer_contact .footer_contact_ja {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_contact .footer_contact_btn {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border-bottom: 1px solid #B0B0B0;
    padding: 38px 0;
  }
  .site-footer .footer_contact .footer_contact_btn:first-child {
    border-right: 1px solid #B0B0B0;
  }
  .site-footer .footer_contact .footer_contact_en._sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer .footer_contact .footer_contact_btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 34px 0;
  }
  .site-footer .footer_contact .footer_contact_btn:last-child {
    border-bottom: 1px solid #B0B0B0;
  }
  .site-footer .footer_contact .footer_contact_en._pc {
    display: none;
  }
}
.site-footer .footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_copyright {
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_copyright {
    height: 128px;
    padding-bottom: 64px;
  }
}

.footer_nav_sns, .modal_nav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-bottom: 50px;
}

/**/
.fixed_cta {
  width: 98%;
  position: fixed;
  left: 1%;
  bottom: 0;
  z-index: 999;
  padding-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .fixed_cta {
    display: none;
  }
}

.modal_btns,
.fixed_cta_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1%;
     -moz-column-gap: 1%;
          column-gap: 1%;
}

.fixed_cta_btn, .modal_cta_btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background-color: #BBA458;
}
.fixed_cta_btn .btn_txt_en, .fixed_cta_btn .btn_txt_ja, .modal_cta_btn .btn_txt_en, .modal_cta_btn .btn_txt_ja {
  display: block;
  color: #FFF;
  text-align: center;
}
.fixed_cta_btn .btn_txt_en, .modal_cta_btn .btn_txt_en {
  font-size: 10px;
}
.fixed_cta_btn .btn_txt_ja, .modal_cta_btn .btn_txt_ja {
  font-size: 12px;
}

.modal_btns,
.modal_nav_sns {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .modal_btns,
  .modal_nav_sns {
    display: none;
  }
}

.top_kv {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .top_kv {
    height: 112.5vw;
    min-height: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .top_kv {
    height: 432vw;
  }
}
.top_kv .top_kv_container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 50%;
}
@media screen and (min-width: 768px) {
  .top_kv .top_kv_container {
    row-gap: 10%;
  }
}
@media screen and (max-width: 767px) {
  .top_kv .top_kv_container {
    row-gap: 7.5%;
    padding-bottom: 30px;
  }
}
.top_kv .top_kv_logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_kv .top_kv_logo {
    width: 10.7%;
  }
}
@media screen and (max-width: 767px) {
  .top_kv .top_kv_logo {
    width: 37.3%;
  }
}
.top_kv .top_kv_catch {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #FFF;
  text-align: center;
}
.top_kv .top_kv_catch .catch_txt {
  display: block;
  line-height: 2.05;
  letter-spacing: 0.6em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .top_kv .top_kv_catch .catch_txt {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .top_kv .top_kv_catch .catch_txt {
    font-size: clamp(24px, 3.125vw, 32px);
  }
  .top_kv .top_kv_catch .catch_txt br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_kv .top_kv_catch .catch_txt {
    font-size: clamp(24px, 6.4vw, 34px);
  }
}
.top_kv .top_kv_bg picture {
  height: 100%;
}

.top_section {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_section {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .top_section {
    padding-top: 60px;
  }
}

.top_h2_ja {
  display: block;
}
.top_h2_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  letter-spacing: 0.1em;
}
.top_h2 .top_h2_pfx {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #3A3A3A;
}
.top_h2 .top_h2_pfx.__white {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .top_h2 {
    margin-bottom: 110px;
  }
  .top_h2_en {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 {
    margin-bottom: 50px;
  }
  .top_h2_en {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.news_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #CFCFCF;
}
.news_article:last-child {
  border-bottom: 1px solid #CFCFCF;
}
.news_article .news_date {
  font-size: 12px;
}
.news_article .news_title {
  line-height: 1.2;
}
.news_article .news_title a {
  display: block;
}
.news_article .news_cat {
  color: #FFF;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #005981;
  border-radius: 2em;
  padding: 2px 14px;
}
@media screen and (min-width: 1025px) {
  .news_article {
    padding: 20px 0;
  }
  .news_article .news_date {
    -ms-flex-preferred-size: 76px;
        flex-basis: 76px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .news_article .news_cat_col {
    -ms-flex-preferred-size: 125px;
        flex-basis: 125px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .news_article .news_title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .news_article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    padding: 20px 0;
  }
  .news_article .news_date {
    -ms-flex-preferred-size: 76px;
        flex-basis: 76px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .news_article .news_cat_col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .news_article .news_title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.top_news {
  background-color: #CFCFCF;
  z-index: 1;
}
.top_news_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_news_head .top_h2_vert {
  margin-left: auto;
  margin-right: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.top_news_head .top_h2_vert span {
  display: block;
}
.top_news_head .top_h2_vert .top_h2_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  margin-left: 16px;
  font-style: italic;
}
.top_news_head .top_h2_vert .top_h2_en .h2_en_innerLine {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 1px;
  background-color: #CFCFCF;
}
.top_news_head .top_h2_vert .top_h2_ja {
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .top_news_head .top_h2_vert {
    margin-bottom: 115px;
  }
  .top_news_head .top_h2_vert .top_h2_en {
    font-size: 19px;
  }
  .top_news_head .top_h2_vert .top_h2_ja {
    font-size: 38px;
    letter-spacing: 0.14em;
  }
}
@media screen and (max-width: 1024px) {
  .top_news_head .top_h2_vert {
    margin-bottom: 72px;
  }
  .top_news_head .top_h2_vert .top_h2_en {
    font-size: 14px;
  }
  .top_news_head .top_h2_vert .top_h2_ja {
    font-size: 23px;
    letter-spacing: 0.14em;
  }
}
@media screen and (min-width: 1025px) {
  .top_news {
    padding-top: 244px;
    padding-bottom: 105px;
  }
  .top_news_container {
    width: 100%;
    max-width: 1206px;
    margin: 0 auto;
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
  }
  .top_news_head {
    -ms-flex-preferred-size: 276px;
        flex-basis: 276px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top_news_head .top_h2 {
    margin-bottom: 72px;
  }
  .top_news_head .link_button {
    width: 196px;
    height: 55px;
  }
  .top_news_head .link_button .btn_txt {
    font-size: 15px;
  }
  .top_news_head .link_button .btn_arrow {
    width: 28px;
  }
  .top_news_body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top_news {
    padding-bottom: 60px;
  }
  .top_news_head {
    -ms-flex-preferred-size: 133px;
        flex-basis: 133px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top_news_head .link_button {
    width: 100%;
    height: 46px;
  }
  .top_news_head .link_button .btn_txt {
    font-size: 15px;
  }
  .top_news_head .link_button .btn_arw {
    display: none;
  }
  .top_news_body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 20px;
  }
}

.top_about {
  position: relative;
  z-index: 1;
  color: #FFF;
  height: 50%;
}
@media screen and (min-width: 768px) {
  .top_about_container {
    height: 100%;
    padding-top: 4.06%;
  }
  .top_about .top_h2 {
    margin-bottom: 5.7%;
  }
}
@media screen and (max-width: 767px) {
  .top_about_container {
    height: 100%;
    padding-top: 8.26%;
  }
  .top_about .top_h2 {
    margin-bottom: 33.33%;
  }
}

.top_about_content {
  text-align: center;
}
.top_about_content .top_about_h3 {
  letter-spacing: 0.3em;
}
.top_about_content .top_about_txt {
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .top_about_content .top_about_h3 {
    font-size: clamp(20px, 2.2vw, 30px);
    line-height: 2.33;
    margin-bottom: 3.9%;
  }
  .top_about_content .top_about_txt {
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 2.77;
  }
  .top_about_content .top_about_txt br.__sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_about_content .top_about_h3 {
    font-size: clamp(20px, 5.33vw, 30px);
    line-height: 2;
    margin-bottom: 2.8em;
  }
  .top_about_content .top_about_txt {
    font-size: clamp(16px, 4.26vw, 18px);
    line-height: 2.37;
  }
}

.top_concept {
  background-color: #E2E9EB;
}
@media screen and (max-width: 1024px) {
  .top_concept {
    padding-bottom: 26px;
    overflow-x: hidden;
  }
}
.top_concept .concept_grad {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: linear-gradient(60deg, #19374E 0%, #FF3938 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top_concept_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .top_concept_lead {
    width: 58%;
    min-width: 900px;
    margin: 0 auto 190px;
  }
  .top_concept_lead .concept_lead_head {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 40px;
    letter-spacing: 0.3em;
    line-height: 2;
    font-weight: 700;
  }
  .top_concept_lead .concept_lead_body {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
    letter-spacing: 0.3em;
    line-height: 2.77;
  }
  .top_concept_lead .concept_lead_txt {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .top_concept_lead {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .top_concept_lead .concept_lead_head {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 30px;
    letter-spacing: 0.3em;
    line-height: 1.66;
    font-weight: 700;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .top_concept_lead .concept_lead_head br.__mb {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_concept_lead .concept_lead_body {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.18;
  }
}

.concept_block_h3 span {
  display: block;
}
.concept_block_h3 .concept_h3_ja {
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.66;
  margin-bottom: 0.5em;
}
.concept_block_h3 .concept_h3_en {
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (min-width: 1025px) {
  .concept_block_h3 .concept_h3_ja {
    font-size: clamp(30px, 2.81vw, 36px);
  }
  .concept_block_h3 .concept_h3_en {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .concept_block_h3 {
    margin-bottom: 30px;
  }
  .concept_block_h3 .concept_h3_ja {
    font-size: clamp(22px, 5.86vw, 36px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .concept_block_h3 .concept_h3_en {
    font-size: 16px;
    text-align: center;
  }
}

.top_concept_block .concept_block_txt {
  line-height: 2.55;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .top_concept_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
  .top_concept_block._reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top_concept_block .concept_block_pic {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top_concept_block .concept_block_pic img {
    width: 100%;
  }
  .top_concept_block .concept_block_desc {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .top_concept_block .concept_block_slash {
    margin-top: 6.9%;
    margin-bottom: 9%;
  }
  .top_concept_block .concept_block_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .top_concept_block {
    margin-bottom: 64px;
  }
  .top_concept_block .concept_block_pic {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 34px;
  }
  .top_concept_block .concept_block_pic img {
    width: 100%;
  }
  .top_concept_block .concept_block_slash {
    display: none;
  }
  .top_concept_block .concept_block_txt {
    font-size: 16px;
  }
  .top_concept_block .concept_block_txt .inline_block {
    display: inline;
  }
}

.top_concept_amenity .concept_amenity_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E2E9EB;
}
.top_concept_amenity .concept_amenity_box {
  background-color: #FFF;
}
.top_concept_amenity .concept_amenity_h4 {
  letter-spacing: 0.1em;
}
.top_concept_amenity .concept_amenity_h4 .amenity_h4_blue {
  color: #005981;
  margin-right: 1em;
}
.top_concept_amenity .concept_amenity_h4 i {
  vertical-align: middle;
}
.top_concept_amenity .concept_amenity_note {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .top_concept_amenity .concept_amenity_content {
    width: 80%;
    min-width: 800px;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 40px 0;
  }
  .top_concept_amenity .concept_amenity_head {
    -ms-flex-preferred-size: 43.5%;
        flex-basis: 43.5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top_concept_amenity .concept_amenity_head .concept_block_h3 {
    margin-bottom: 60px;
  }
  .top_concept_amenity .concept_amenity_head .concept_block_h3 .concept_h3_ja {
    margin-bottom: 0;
  }
  .top_concept_amenity .concept_amenity_head .concept_amenity_txt {
    font-size: 18px;
    line-height: 2.55;
    letter-spacing: 0.3em;
  }
  .top_concept_amenity .concept_amenity_body {
    -ms-flex-preferred-size: 43.5%;
        flex-basis: 43.5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top_concept_amenity .concept_amenity_box {
    padding: 40px 0 40px 30px;
    margin-bottom: 16px;
  }
  .top_concept_amenity .concept_amenity_h4 {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .top_concept_amenity .concept_amenity_h4 .amenity_h4_blue {
    font-size: 24px;
  }
  .top_concept_amenity .concept_amenity_list {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
  }
  .top_concept_amenity .concept_amenity_list li {
    font-size: clamp(12px, 1.17vw, 16px);
    line-height: 2;
    padding-left: 0.75em;
    position: relative;
  }
  .top_concept_amenity .concept_amenity_list li::before {
    display: block;
    width: 0.5em;
    height: 0.5em;
    position: absolute;
    left: -0.25em;
    top: calc(50% - 0.25em);
    background-color: #005981;
    border-radius: 50%;
    content: "";
  }
  .top_concept_amenity .concept_amenity_list li ._slash {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_concept_amenity .concept_amenity_bg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 35px;
  }
  .top_concept_amenity .concept_amenity_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .top_concept_amenity .concept_amenity_head {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .top_concept_amenity .concept_amenity_head .concept_block_h3 {
    margin-bottom: 40px;
  }
  .top_concept_amenity .concept_amenity_head .concept_block_h3 .concept_h3_ja {
    margin-bottom: 0;
  }
  .top_concept_amenity .concept_amenity_head .concept_amenity_txt {
    font-size: 16px;
    line-height: 2.18;
    letter-spacing: 0.1em;
  }
  .top_concept_amenity .concept_amenity_body {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .top_concept_amenity .concept_amenity_box {
    padding: 24px;
    margin-bottom: 16px;
  }
  .top_concept_amenity .concept_amenity_h4 {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .top_concept_amenity .concept_amenity_h4 .amenity_h4_blue {
    font-size: 24px;
  }
  .top_concept_amenity .concept_amenity_list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_concept_amenity .concept_amenity_list li {
    font-size: 14px;
    line-height: 2.35;
  }
  .top_concept_amenity .concept_amenity_list ._slash {
    white-space: pre-wrap;
  }
}

.top_room {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(25, 55, 78)), to(rgb(72, 54, 55)));
  background: linear-gradient(0deg, rgb(25, 55, 78) 0%, rgb(72, 54, 55) 100%);
  color: #FFF;
}
.top_room .top_h2_pfx {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .top_room .top_h2 {
    margin-bottom: 60px;
  }
  .top_room .top_room_content {
    padding-bottom: 140px;
  }
  .top_room .top_room_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .top_room .top_h2 {
    margin-bottom: 30px;
  }
  .top_room .top_room_content {
    padding-bottom: 94px;
  }
  .top_room .top_room_inner {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}

.top_room_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_room_headNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_room_headBtn {
  position: relative;
}
.top_room_headBtn ._btn_txt_s, .top_room_headBtn ._btn_txt_l {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top_room_headBtn ._btn_txt_s {
  margin-bottom: 0.5em;
  font-size: 15px;
}
.top_room_headBtn ._btn_txt_l {
  font-size: 32px;
}
.top_room_headBtn ._btn_arrow {
  display: block;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .top_room_head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
  }
  .top_room_headTxt {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .top_room_headNav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 7.3%;
       -moz-column-gap: 7.3%;
            column-gap: 7.3%;
  }
  .top_room_headBtn {
    -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
  }
  .top_room_headBtn ._btn_arrow {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10%;
    top: 0;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@media screen and (max-width: 1024px) {
  .top_room_head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 40px;
    margin-bottom: 35px;
  }
  .top_room_headTxt {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .top_room_headNav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .top_room_headBtn {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 220px;
    padding: 14px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  .top_room_headBtn ._btn_txt_s, .top_room_headBtn ._btn_txt_l {
    text-align: center;
  }
  .top_room_headBtn ._btn_arrow {
    margin: 0 auto;
    width: 10px;
    height: 10px;
  }
}

.top_room_h3 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1025px) {
  .top_room_h3 {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .top_room_h3 {
    font-size: 12px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .top_room_slider {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .top_room_slider {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_room_slider .splide__arrow {
    width: 40px;
    height: 140px;
    background: transparent;
  }
  .top_room_slider .splide__arrow svg {
    display: none;
  }
  .top_room_slider .splide__arrow::before, .top_room_slider .splide__arrow::after {
    display: block;
    width: 1px;
    height: 57.735026919%;
    background-color: #FFF;
    position: absolute;
    content: "";
  }
  .top_room_slider .splide__arrow--prev {
    left: unset;
    right: calc(100% + 10px);
  }
  .top_room_slider .splide__arrow--prev::before, .top_room_slider .splide__arrow--prev::after {
    right: 0;
  }
  .top_room_slider .splide__arrow--prev::before {
    top: 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .top_room_slider .splide__arrow--prev::after {
    bottom: 0;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .top_room_slider .splide__arrow--next {
    right: unset;
    left: calc(100% + 10px);
  }
  .top_room_slider .splide__arrow--next::before, .top_room_slider .splide__arrow--next::after {
    left: 0;
  }
  .top_room_slider .splide__arrow--next::before {
    top: 0;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .top_room_slider .splide__arrow--next::after {
    bottom: 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@media screen and (max-width: 1024px) {
  .top_room_slider {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 32px;
  }
  .top_room_slider .splide__slide img {
    width: 100%;
  }
}

.top_room_title {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
}
.top_room_title img {
  width: 100%;
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
}
@media screen and (min-width: 1025px) {
  .top_room_title._title_aguni {
    width: 38.5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .top_room_title._title_vana {
    width: 48.2%;
    -webkit-transform: translate(-55.8%, -58%);
            transform: translate(-55.8%, -58%);
  }
}
@media screen and (max-width: 1024px) {
  .top_room_title._title_aguni {
    width: 80%;
    max-width: 350px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .top_room_title._title_vana {
    width: 90%;
    max-width: 540px;
    -webkit-transform: translate(-50%, -58%);
            transform: translate(-50%, -58%);
  }
}

@media screen and (min-width: 1025px) {
  .top_room_desc {
    font-size: 18px;
    line-height: 2.77;
    letter-spacing: 0.3em;
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .top_room_desc {
    width: 100%;
    max-width: 640px;
    font-size: 16px;
    line-height: 2.18;
    letter-spacing: 0.1em;
    margin: 0 auto 30px;
  }
}

.top_room_spec .room_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #FFF;
}
.top_room_spec .room_spec:last-child {
  border-bottom: 1px solid #FFF;
}
@media screen and (min-width: 1025px) {
  .top_room_spec {
    margin-bottom: 30px;
  }
  .top_room_spec .room_spec {
    font-size: 18px;
    line-height: 60px;
  }
  .top_room_spec .room_spec dt {
    -ms-flex-preferred-size: 10em;
        flex-basis: 10em;
    padding-left: 0.5em;
  }
  .top_room_spec .room_spec dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .top_room_spec {
    margin-bottom: 16px;
  }
  .top_room_spec .room_spec {
    font-size: 16px;
    line-height: 60px;
  }
  .top_room_spec .room_spec dt {
    -ms-flex-preferred-size: 8em;
        flex-basis: 8em;
  }
  .top_room_spec .room_spec dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.top_room_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
}
.top_room_tags .room_tag {
  background-color: #FFF;
  color: #005981;
  font-size: 14px;
  line-height: 1;
  padding: 13px 11px;
}

.top_room_vanaLeaf {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}
.top_room_vanaLeaf img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .top_room_vanaLeaf {
    width: 99px;
    right: 57px;
  }
}
@media screen and (max-width: 1024px) {
  .top_room_vanaLeaf {
    width: 50px;
    right: 28%;
  }
}

.top_facility_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .top_facility_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.top_facility_card .facility_h3 {
  font-weight: 500;
  letter-spacing: 0.2em;
}
.top_facility_card .facility_h3 i {
  display: inline-block;
}
.top_facility_card .facility_txt {
  letter-spacing: 0.3em;
  line-height: 2.35;
}
@media screen and (min-width: 1025px) {
  .top_facility_card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1px solid #D8D8D8;
    padding: 0 2.5%;
  }
  .top_facility_card:last-child {
    border-right: none;
  }
  .top_facility_card .facility_h3 {
    font-size: 24px;
    line-height: 1.2;
    min-height: 2.4em;
    text-align: center;
    margin-bottom: 50px;
  }
  .top_facility_card .facility_icon {
    text-align: center;
    margin-bottom: 50px;
    min-height: 68px;
  }
  .top_facility_card .facility_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .top_facility_card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding: 55px 5%;
  }
  .top_facility_card:last-child {
    border-bottom: none;
  }
  .top_facility_card .facilit_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .top_facility_card .facility_h3 {
    font-size: 20px;
  }
  .top_facility_card .facility_icon.icon_1 img {
    width: 37px;
  }
  .top_facility_card .facility_icon.icon_2 img {
    width: 25px;
  }
  .top_facility_card .facility_icon.icon_3 img {
    width: 45px;
  }
  .top_facility_card .facility_icon.icon_4 img {
    width: 33px;
  }
  .top_facility_card .facility_txt {
    font-size: 14px;
  }
}

.top_price_container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .top_price_container {
    width: 80%;
    max-width: 1366px;
    min-width: 900px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .top_price_container {
    margin-bottom: 20px;
  }
}

.top_price_h3 {
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 20px;
}

.top_price_frame + .top_price_frame {
  margin-top: 80px;
}

.top_price_table {
  table-layout: fixed;
}
@media screen and (min-width: 1025px) {
  .top_price_table {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top_price_table {
    width: 900px;
  }
}
.top_price_table th, .top_price_table td {
  height: 120px;
  border: 1px solid #FFF;
  text-align: center;
  vertical-align: middle;
}
.top_price_table th {
  width: 27%;
  color: #FFF;
  font-weight: 400;
}
.top_price_table th .th_en, .top_price_table th .th_ja {
  display: block;
}
.top_price_table th .th_en {
  font-size: clamp(26px, 2.53vw, 30px);
}
.top_price_table th .th_ja {
  font-size: 14px;
}
.top_price_table .tr_visitor .th_en {
  font-size: clamp(20px, 1.875vw, 30px);
}
.top_price_table .tr_1strow td {
  height: 0;
  border: none;
}
.top_price_table .td_1stcol {
  width: 19%;
  background-color: #F3F6F7;
  font-size: 18px;
  font-weight: 500;
}
.top_price_table .td_1stcol small {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .top_price_table._member {
    width: 100%;
  }
  .top_price_table._member th {
    width: 70%;
  }
  .top_price_table._member .td_1stcol {
    width: 30%;
  }
}
.top_price_table .td_info {
  background-color: #E2E9EB;
  font-weight: 500;
  font-size: 24px;
}
.top_price_table .td_special {
  background-color: #E2E9EB;
  text-align: left;
  padding: 1em 1.5em;
}
.top_price_table .td_price {
  background-color: #E2E9EB;
  font-size: 40px;
}
.top_price_table .td_price small {
  font-size: 18px;
}
.top_price_table .td_price .__small {
  display: block;
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .top_price_table.__visitor .td_price {
    font-size: clamp(24px, 2.08vw, 40px);
  }
}
@media screen and (max-width: 1024px) {
  .top_price_table.__visitor .td_price {
    font-size: 24px;
  }
}
.top_price_table .th_visitor {
  background-color: #B3C5CB;
}
.top_price_table .th_gold {
  background-color: #A08E4E;
}
.top_price_table .th_black {
  background-color: #000;
}
.top_price_table .th_blue {
  background-color: #145668;
}
.top_price_table .th_red {
  background-color: #BA1C24;
}
.top_price_table .td_yellow {
  background-color: #FFFFC5;
}
.top_price_table .td_blue {
  background-color: #D7EEF4;
}
.top_price_table .td_grey {
  background-color: #BFC1C1;
}
.top_price_table .td_dark {
  background-color: #686868;
  color: #FFF;
}
.top_price_table .special_list {
  display: block;
  position: relative;
  line-height: 2;
  font-size: clamp(16px, 1.56vw, 18px);
  font-weight: 500;
}
.top_price_table .special_list::before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: -0.5em;
  top: calc(1em - 2px);
  background-color: #005981;
  border-radius: 50%;
  content: "";
}
.top_price_note {
  line-height: 1.92;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .top_price_note {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top_price_note {
    margin-bottom: 50px;
  }
}

.top_flow_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_flow_container .top_flow_card {
  background-color: #E2E9EB;
  position: relative;
}
.top_flow_container .top_flow_card .flow_num {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005981;
  color: #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.top_flow_container .top_flow_card .flow_num span {
  display: block;
}
.top_flow_container .top_flow_card .flow_numTtl {
  font-size: 9px;
}
.top_flow_container .top_flow_card .flow_numNo {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  line-height: 1;
}
.top_flow_container .top_flow_card .flow_arrow {
  position: absolute;
  background-color: #3A3A3A;
}
.top_flow_container .top_flow_card .flow_arrow::after {
  display: block;
  position: absolute;
  background-color: #3A3A3A;
  content: "";
}
.top_flow_container .top_flow_card .flow_h3 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
.top_flow_container .top_flow_card .flow_txt {
  letter-spacing: 0.1em;
  line-height: 2.35;
  font-size: 14px;
}
.top_flow_container .top_flow_card.card_1 {
  z-index: 4;
}
.top_flow_container .top_flow_card.card_2 {
  z-index: 3;
}
.top_flow_container .top_flow_card.card_3 {
  z-index: 2;
}
.top_flow_container .top_flow_card.card_4 {
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_flow_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 86px;
  }
  .top_flow_container .top_flow_card {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 60px 2.5%;
  }
  .top_flow_container .top_flow_card .flow_arrow {
    width: 13px;
    height: 35px;
    left: 100%;
    top: calc(50% - 17.5px);
  }
  .top_flow_container .top_flow_card .flow_arrow::after {
    width: 15px;
    height: 50px;
    left: calc(100% - 1px);
    top: calc(50% - 25px);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .top_flow_container .top_flow_card .flow_h3 {
    font-size: clamp(20px, 1.95vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  .top_flow_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .top_flow_container .top_flow_card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 34px 10%;
  }
  .top_flow_container .top_flow_card .flow_arrow {
    width: 28px;
    height: 10px;
    left: calc(50% - 14px);
    top: 100%;
  }
  .top_flow_container .top_flow_card .flow_arrow::after {
    width: 40px;
    height: 16px;
    left: calc(50% - 20px);
    top: calc(100% - 1px);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .top_flow_container .top_flow_card .flow_h3 {
    font-size: 20px;
  }
}

.top_faq {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 55, 78, 0)), color-stop(9.83%, rgb(58, 58, 58)));
  background: linear-gradient(0deg, rgba(25, 55, 78, 0) 0%, rgb(58, 58, 58) 9.83%);
  color: #FFF;
  z-index: 2;
}
.top_faq .top_h2 .top_h2_pfx {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .top_faq {
    padding-bottom: 15vw;
  }
}
@media screen and (max-width: 1024px) {
  .top_faq {
    padding-bottom: 160px;
  }
}

.top_faq_lead {
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .top_faq_lead {
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .top_faq_lead {
    letter-spacing: 0.1em;
    margin-bottom: 26px;
  }
}

.top_faq_container .faq_content .faq_q {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  padding: 1em 0;
  border-top: 1px solid #4E4E4E;
}
@media screen and (max-width: 1024px) {
  .top_faq_container .faq_content .faq_q .faq_txt {
    padding-right: 20px;
  }
}
.top_faq_container .faq_content .faq_a {
  display: none;
  background-color: #444444;
  font-weight: 400;
  padding: 18px;
}
.top_faq_container .faq_content .faq_a_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top_faq_container .faq_content .faq_txt {
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (min-width: 1025px) {
  .top_faq_container .faq_content .faq_txt {
    font-size: 18px;
  }
}
.top_faq_container .faq_content .faq_head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  color: #757575;
  vertical-align: top;
}
@media screen and (min-width: 1025px) {
  .top_faq_container .faq_content .faq_head {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top_faq_container .faq_content .faq_head {
    font-size: 24px;
  }
}
.top_faq_container .faq_content .faq_ind {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #FFF;
}
.top_faq_container .faq_content .faq_ind::before {
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background-color: #FFF;
  -webkit-transition: -webkit-transform linear 0.5s;
  transition: -webkit-transform linear 0.5s;
  transition: transform linear 0.5s;
  transition: transform linear 0.5s, -webkit-transform linear 0.5s;
  content: "";
}
.top_faq_container .faq_content.is-open .faq_ind::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.page_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page_header_h1 {
  position: relative;
  z-index: 1;
  color: #FFF;
  letter-spacing: 0.6em;
}
@media screen and (min-width: 1025px) {
  .page_header {
    width: 100%;
    height: 320px;
    padding-top: 117px;
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header {
    width: 100%;
    height: 50vw;
    max-height: 240px;
    padding-top: 84px;
  }
  .page_header .title_ja {
    font-size: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .page_content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .page_section {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_section {
    padding-bottom: 50px;
  }
}
.page_section.pb0 {
  padding-bottom: 0;
}

.page_datalist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #FFF;
}
.page_datalist dt {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  word-break: auto-phrase;
  font-weight: 700;
  color: #173044;
}
.page_datalist dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1em;
}
.page_datalist dt,
.page_datalist dd {
  padding-top: 1em;
  padding-bottom: 1em;
}

.page_scta_content,
.page_company_content {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .page_scta_content,
  .page_company_content {
    width: 900px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_scta_content,
  .page_company_content {
    width: 100%;
    max-width: 660px;
    margin-bottom: 50px;
  }
}

.page_company_map {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page_company_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .page_company_map {
    max-width: 900px;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 1024px) {
  .page_company_map {
    max-width: 660px;
    aspect-ratio: 1/1;
    max-height: 500px;
  }
}

body.page-faq {
  background-color: #3a3a3a;
  color: #FFF;
}

.page_tou_content {
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 1025px) {
  .page_404_content,
  .page_privacy_content,
  .page_tou_content {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_404_content,
  .page_privacy_content,
  .page_tou_content {
    margin-bottom: 50px;
  }
}

.page_tou_h2 {
  position: relative;
  font-weight: 500;
  color: #173044;
  padding-left: 1.5em;
  line-height: 2;
}
.page_tou_h2::before {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.5em;
  background-color: #173044;
  border-radius: 50%;
  content: "";
}
.c-text + .page_tou_h2 {
  margin-top: 1em;
}
@media screen and (min-width: 1025px) {
  .page_tou_h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page_tou_h2 {
    font-size: 18px;
  }
}

.page_404_content .top_h2 {
  margin-bottom: 0;
}

.contact_caution,
.contact_note {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 50px;
}
.contact_caution h3,
.contact_note h3 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.contact_caution p,
.contact_note p {
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .contact_caution,
  .contact_note {
    width: 900px;
    padding: 50px 5%;
  }
  .contact_caution h3,
  .contact_note h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_caution,
  .contact_note {
    width: 100%;
    max-width: 900px;
    padding: 32px 16px;
  }
  .contact_caution h3,
  .contact_note h3 {
    font-size: 20px;
  }
}

.contact_confirm {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .contact_confirm {
    width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_confirm {
    width: 100%;
    max-width: 900px;
  }
}

.p-contact_line {
  background: #fff;
  padding-block: 3em;
  padding-inline: 2em;
  border-radius: 10px;
  border: 1px solid #333;
  max-width: 35em;
  border-radius: 1em;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-contact_line {
    padding-block: 2em 1.8em;
    padding-inline: 1em;
  }
}
.p-contact_line h3 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p-contact_line h3 {
    font-size: 1.2em;
  }
}
.p-contact_line a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.9em;
  background-color: #BBA458;
  margin-top: 16px;
  color: #fff;
  font-size: 1.1em;
  margin-top: 2em;
  max-width: 30em;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-contact_line a {
    margin-top: 16px;
    font-size: 0.8em;
    margin-top: 1.2em;
  }
}
.p-contact_line p {
  text-align: center;
  margin-top: 2em;
  font-size: 1.05em;
}
@media screen and (max-width: 1024px) {
  .p-contact_line p {
    margin-top: 15px;
    font-size: 14px;
  }
}

.contact_tel {
  margin-top: 4em;
  margin-bottom: 3em;
  background: #fff;
  padding-block: 3em;
  padding-inline: 2em;
  border-radius: 1em;
  border: 1px solid #333;
  text-align: center;
  max-width: 35em;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .contact_tel {
    padding-block: 2em 1.8em;
    padding-inline: 1em;
    margin-top: 3em;
  }
}
.contact_tel h3 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .contact_tel h3 {
    font-size: 1.2em;
  }
}
.contact_tel p {
  text-align: center;
  margin-top: 1.5em;
  font-size: 1.05em;
}
@media screen and (max-width: 1024px) {
  .contact_tel p {
    margin-top: 15px;
    font-size: 14px;
  }
}
.contact_tel p:nth-of-type(2) {
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .contact_tel p:nth-of-type(2) {
    margin-top: 0.5em;
  }
}
.contact_tel_btn {
  display: block;
  margin-top: 10px;
}
.contact_tel_btn span {
  display: inline-block;
  vertical-align: middle;
}
.contact_tel_btn .btn_icon svg {
  width: 100%;
  display: inline-block;
  fill: #005981;
}
.contact_tel_btn .btn_txt {
  color: #005981;
}
@media screen and (min-width: 1025px) {
  .contact_tel {
    margin-bottom: 50px;
  }
  .contact_tel_btn .btn_txt {
    font-size: 20px;
  }
  .contact_tel_btn .btn_icon {
    width: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_tel {
    margin-bottom: 30px;
  }
  .contact_tel_btn .btn_txt {
    font-size: 18px;
  }
  .contact_tel_btn .btn_icon {
    width: 16px;
    margin-right: 8px;
  }
}

.contactform_table {
  table-layout: fixed;
  margin: 0 auto;
}
.contactform_table th {
  font-weight: 500;
  position: relative;
}
.contactform_table .th_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  .contactform_table .th_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contactform_table .th_wrap:not(.th_2row) {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table .th_wrap {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.contactform_table td {
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .contactform_table {
    width: 900px;
  }
  .contactform_table th {
    width: 240px;
    padding: 1.5em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table td {
    padding: 1.5em 0;
    border-bottom: 1px solid;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table {
    width: 100%;
    max-width: 900px;
  }
  .contactform_table th,
  .contactform_table td {
    display: block;
    width: 100%;
  }
  .contactform_table th {
    padding: 0.5em 0;
  }
  .contactform_table td {
    padding: 0.5em 0.5em 2em 1em;
    border-bottom: 1px solid;
  }
}
.contactform_table input[type=text],
.contactform_table input[type=tel],
.contactform_table input[type=email],
.contactform_table textarea,
.contactform_table select {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 1em;
  background-color: #FFF;
}
.contactform_table input[type=text].postal_code {
  width: 100px;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.contactform_table textarea {
  resize: none;
}
.contactform_table input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contactform_table .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5em;
}
.contactform_table .wpcf7-form-control.wpcf7-checkbox label {
  cursor: pointer;
}
.contactform_table .wpcf7-form-control.wpcf7-checkbox label input[type=radio],
.contactform_table .wpcf7-form-control.wpcf7-checkbox label .wpcf7-list-item-label {
  vertical-align: middle;
}
.contactform_table .wpcf7-list-item {
  margin-left: 0;
}
.contactform_table .form_note {
  margin-top: 20px;
  padding: 0 0.5em;
  line-height: 1.33;
  font-size: 14px;
}
.contactform_table .form_required {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form_required {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #005981;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}

.form_accept {
  margin-left: auto;
  margin-right: auto;
}
.form_accept_head {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1.5em;
  padding: 0 1em;
  line-height: 2;
  font-size: 18px;
  color: #FFF;
  background-color: #005981;
}
.form_accept_check {
  position: relative;
  text-align: center;
}
.form_accept_check input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form_accept_check span[data-name=acceptance] {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 1em;
  margin-right: 0.5em;
}
.form_accept_check label {
  display: inline-block;
}
.form_accept .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .form_accept {
    width: 900px;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .form_accept {
    width: 100%;
    max-width: 900px;
    padding: 20px;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
}

.contactform_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  position: relative;
}
.contactform_btns .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_btns {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_btns {
    margin-top: 40px;
  }
}

.wpcf7 .wpcf7-form .wpcf7-submit,
.wpcf7 .wpcf7-form .wpcf7-previous {
  border-radius: 2em;
  font-weight: 700;
  font-size: 18px;
  line-height: 3em;
  padding: 0 2em;
  text-align: center;
  border: 2px solid #005981;
  color: #005981;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled,
.wpcf7 .wpcf7-form .wpcf7-previous:disabled {
  opacity: 0.5;
}
.wpcf7 .wpcf7-form .wpcf7-submit._confirm, .wpcf7 .wpcf7-form .wpcf7-submit._send,
.wpcf7 .wpcf7-form .wpcf7-previous._confirm,
.wpcf7 .wpcf7-form .wpcf7-previous._send {
  background-color: #005981;
  color: #FFF;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._confirm:hover, .wpcf7 .wpcf7-form .wpcf7-submit._send:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._confirm:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._send:hover {
    background-color: #FFF;
    color: #005981;
  }
}
.wpcf7 .wpcf7-form .wpcf7-submit._back,
.wpcf7 .wpcf7-form .wpcf7-previous._back {
  color: #005981;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._back:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._back:hover {
    opacity: 0.7;
  }
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.complete_message {
  margin-left: auto;
  margin-right: auto;
}
.complete_message .c-text {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .complete_message {
    width: 900px;
    margin-bottom: 50px;
  }
  .complete_message .link_button {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .complete_message {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .complete_message .link_button {
    margin-top: 30px;
  }
}