@charset "UTF-8";
body.azabu {
  --main-color: #5a1315;
  --sub-color: #8b7d64;
}

body.shibuya {
  --main-color: #00437e;
  --sub-color: #856227;
}

body.kanda {
  --main-color: #1b3b35;
  --sub-color: #74543c;
}

html {
  font-size: 1px;
  overflow-x: hidden;
}

body {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "sans-serif", sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #333;
  font-size: 16rem;
  overflow: hidden;
}

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

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

/*a {
  color: #333;
  text-decoration: none;
  text-decoration: underline transparent;
  transition: .2s linear;
  backface-visibility: hidden;

  &.tel_link {
    pointer-events: none;
  }
}

.link {
  color: rgb(48, 48, 231);
  text-decoration: none;

  &:hover {
    text-decoration: underline;
  }
}*/
a {
  color: #333;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
  a.tel_link {
    /*pointer-events: none;*/
  }
}

.link {
  color: #002e73;
  font-weight: 500;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .link:hover {
    color: #002e73;
    opacity: 1;
    text-decoration: none;
  }
}

.mt_ll {
  margin-top: 150rem;
}

.mt_l {
  margin-top: 105rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.mt0 {
  margin-top: 0 !important;
}

.notes {
  margin-top: 20rem;
  font-size: 14rem;
}

#pageTop {
  display: none;
  position: fixed;
  right: 20rem;
  bottom: 80rem;
  /*z-index: 100;*/
  z-index: 10;
}
#pageTop a {
  display: block;
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background-color: #333;
  position: relative;
}
#pageTop a::after {
  content: "";
  display: block;
  width: 16rem;
  height: 16rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 26rem;
  left: 21rem;
}

header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  /* z-index: 2; */
  z-index: 3;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
header .header_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 125rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
header .header_wrap .logo_wrap {
  margin-left: 20rem;
  position: relative;
}
header .header_wrap .logo_wrap a {
  display: inline-block;
  width: 330rem;
}
header .header_wrap .right_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  /* &.pc_hm {
    height: auto;

    nav {
      position: fixed;
      right: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      background: rgba(255, 255, 255, 0.9);
      transition: ease 0.6s;
      margin-top: 0;
      opacity: 0;
      pointer-events: none;

      ul {
        display: block;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);

        li {
          text-align: center;
          font-weight: bold;

          &+li {
            margin-top: 25rem;
            margin-left: 0;
          }
        }
      }
    }

    .icons {
      display: flex;
      align-items: center;
      margin-right: 30rem;
      position: relative;
      z-index: 15;

      &:hover {
        cursor: pointer;
      }

      .hamburger {
        width: 30rem;

        span {
          width: 100%;
          height: 3rem;
          border-radius: 10%;
          border: 1px solid #000;
          background-color: #000;
          position: relative;
          transition: ease .4s;
          display: block;

          &+span {
            margin-top: 5rem;
          }

        }
      }

      p {
        margin-left: 20rem;
      }
    }
  } */
}
header .header_wrap .right_content .nav_tel_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .header_wrap .right_content .nav_tel_wrap .pc_tel {
  margin-left: 20rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_wrap .right_content .nav_tel_wrap .pc_tel a {
  font-size: 30rem;
  color: var(--main-color);
  letter-spacing: 0.075rem;
  font-weight: bold;
  white-space: nowrap;
}
header .header_wrap .right_content .nav_tel_wrap .sp_tel.tab_block a {
  width: 100rem;
  height: 100rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header_wrap .right_content .nav_tel_wrap .sp_tel.tab_block a p {
  font-size: 20rem;
  margin-left: 0.1em;
  color: var(--main-color);
}
header .header_wrap .right_content .nav_tel_wrap nav {
  /*margin-top: 30rem;*/
  /* transform: translateX(200vw); */
}
header .header_wrap .right_content .nav_tel_wrap nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15rem;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li > a {
  font-size: 17rem;
  position: relative;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li > a::after {
  content: "";
  width: 0;
  height: 2rem;
  background-color: var(--main-color);
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -12rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  header .header_wrap .right_content .nav_tel_wrap nav ul li > a:hover::after {
    opacity: 1;
    width: 50rem;
  }
}
header .header_wrap .right_content .nav_tel_wrap #nav2 {
  position: fixed;
  right: 0;
  left: 0;
  top: 125rem;
  width: 100%;
  height: calc(100vh - 125rem);
  background: rgba(0, 0, 0, 0.7);
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  /* transform: translateX(100%); */
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
header .header_wrap .right_content .nav_tel_wrap #nav2 ul {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .header_wrap .right_content .nav_tel_wrap #nav2 ul li {
  text-align: center;
  font-weight: bold;
  padding-bottom: 0;
}
header .header_wrap .right_content .nav_tel_wrap #nav2 ul li a {
  color: #fff;
  font-size: 24rem;
}
header .header_wrap .right_content .nav_tel_wrap #nav2 ul li a::after {
  display: none;
}
header .header_wrap .right_content .nav_tel_wrap #nav2 ul li + li {
  margin-top: 25rem;
  margin-left: 0;
}
header .header_wrap .right_content .nav_tel_wrap .reserve_btn {
  margin-left: 7rem;
  height: 100%;
}
header .header_wrap .right_content .nav_tel_wrap .reserve_btn a {
  border: 1px solid var(--sub-color);
  /*display: inline-block;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--sub-color);
  height: 100%;
  /* width: 126rem; */
  width: 110rem;
  position: relative;
}
header .header_wrap .right_content .nav_tel_wrap .reserve_btn a::before {
  content: "";
  display: block;
  width: 40rem;
  height: 44rem;
  background: url(/assets/img/common/ico_calendar.svg) no-repeat;
  /*background-size: contain;*/
  background-size: 100%;
}
header .header_wrap .right_content .nav_tel_wrap .reserve_btn a p {
  text-align: center;
  color: #fff;
  font-size: 20rem;
  /*font-size: 18rem;*/
  letter-spacing: 0.1rem;
  padding-top: 0.8em;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn a:hover {
    background-color: #fff;
    opacity: 1;
  }
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn a:hover p {
    color: var(--sub-color);
  }
}
header .header_wrap .right_content .nav_tel_wrap .icons {
  cursor: pointer;
  text-align: center;
  /* width: 126rem; */
  width: 110rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_wrap .right_content .nav_tel_wrap .icons .hamburger {
  margin-top: 1em;
  width: 36rem;
}
header .header_wrap .right_content .nav_tel_wrap .icons .hamburger span {
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}
header .header_wrap .right_content .nav_tel_wrap .icons .hamburger span + span {
  margin-top: 0.5em;
}
header .header_wrap .right_content .nav_tel_wrap .icons p {
  font-size: 20rem;
  margin-top: 0.5em;
}
header .header_wrap .lang_select_btn .lang_inner {
  position: relative;
  cursor: pointer;
  background: #fff;
  padding: 5rem 10rem;
}
header .header_wrap .lang_select_btn .lang_inner .btn {
  padding-left: 1em;
  padding-right: 2em;
}
header .header_wrap .lang_select_btn .lang_inner .btn p {
  font-size: 18rem;
  position: relative;
  letter-spacing: -0.05em;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
header .header_wrap .lang_select_btn .lang_inner .btn p::after {
  content: "";
  display: block;
  width: 12rem;
  height: 7rem;
  background: url(/assets/img/common/ico_language.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  /* right: 12rem; */
  right: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
header .header_wrap .lang_select_btn .lang_inner .btn p:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
header .header_wrap .lang_select_btn .lang_inner .btn.open p::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
header .header_wrap .lang_select_btn .lang_inner .accordion {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3 linear;
  transition: 0.3 linear;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
}
header .header_wrap .lang_select_btn .lang_inner .accordion .lang a {
  color: #333 !important;
  position: relative;
  display: block;
  background-color: #fff;
  height: 30rem;
  line-height: 30rem;
  font-size: 15rem !important;
}
header .header_wrap .lang_select_btn .lang_inner .accordion .lang a:hover {
  color: #fff !important;
  background-color: var(--main-color);
  opacity: 1;
}
header .header_wrap .lang_select_btn .lang_inner .accordion .lang + .lang a {
  border-top: 1px solid #dddddd;
}
header .header_wrap .lang_select_btn:hover .lang_inner .accordion {
  height: auto;
  -webkit-transition: 0.3 linear;
  transition: 0.3 linear;
}
header.active {
  /* .header_wrap .right_content.pc_hm {
    nav {
      opacity: 1;
      transition: ease 0.3s;
      pointer-events: auto;
      z-index: 10;
    }

    .icons {
      span {

        &:nth-child(1) {
          top: 4rem;
          transform: rotate(45deg);
        }

        &:nth-child(2) {
          display: none;
        }

        &:nth-child(3) {
          top: -4rem;
          transform: rotate(-45deg);
        }
      }
    }
  } */
  /* .header_wrap .right_content.pc_hm { */
}
header.active .header_wrap .right_content .nav_tel_wrap #nav2 {
  opacity: 1;
  visibility: visible;
  /* transform: translateX(0); */
}
header.active .header_wrap .right_content .nav_tel_wrap .icons span:nth-child(1) {
  top: 12rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header.active .header_wrap .right_content .nav_tel_wrap .icons span:nth-child(2) {
  /* display: none; */
  opacity: 0;
}
header.active .header_wrap .right_content .nav_tel_wrap .icons span:nth-child(3) {
  top: -12rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header.visible {
  -webkit-box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
}
header.visible .header_wrap {
  /* height: 90rem; */
  height: 100rem;
}
header.visible .header_wrap .logo_wrap a {
  width: 330rem;
}
header.active.visible .header_wrap .right_content .nav_tel_wrap #nav2 {
  top: 100rem;
  height: calc(100vh - 100rem);
}
header.hidden {
  opacity: 0;
  visibility: hidden;
}
header.hidden .logo_wrap a {
  width: 330rem;
}
header.hidden .header_wrap {
  height: 90rem;
}

main {
  display: block;
}

footer {
  margin-top: 100rem;
  padding: 75rem 0 20rem;
  background-color: #f2f2f2;
}
footer .footer_wrap {
  /*margin-bottom: 80rem;*/
}
footer .footer_wrap .footer_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
footer .footer_wrap .footer_box .footer_desc .footer_logo a {
  display: inline-block;
  width: 330rem;
}
footer .footer_wrap .footer_box .footer_desc .footer_info {
  margin-top: 25rem;
}
footer .footer_wrap .footer_box .footer_desc .footer_info p {
  color: var(--main-color);
}
footer .footer_wrap .footer_box .footer_desc .footer_info p.company {
  font-size: 16rem;
  font-weight: bold;
}
footer .footer_wrap .footer_box .footer_desc .footer_info p.address {
  font-size: 16rem;
  margin-top: 1em;
}
footer .footer_wrap .footer_box .footer_desc .footer_info p.address em {
  font-size: 1.25em;
  font-weight: bold;
}
footer .footer_wrap .footer_box .footer_desc .footer_info p.address .tel_link {
  color: var(--main-color);
}
footer .footer_wrap .footer_nav {
  width: 600rem;
}
footer .footer_wrap .footer_nav .footer_nav_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 35rem;
  gap: 5rem 10rem;
}
footer .footer_wrap .footer_nav .footer_nav_box ul + ul {
  margin-top: 25rem;
}
footer .footer_wrap .footer_nav .footer_nav_box ul li.wide {
  width: 100%;
}
footer .footer_wrap .footer_nav .footer_nav_box ul li a {
  color: var(--main-color);
  font-size: 16rem;
  position: relative;
}
footer .footer_wrap .footer_nav .btn_more {
  margin-top: 50rem;
}
footer .footer_wrap .footer_sns {
  margin-top: 45rem;
}
footer .footer_wrap .footer_sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* justify-content: center; */
}
footer .footer_wrap .footer_sns ul li a {
  width: 32rem;
  display: inline-block;
}
footer .footer_wrap .footer_sns ul li + li {
  margin-left: 20rem;
}
footer .footer_wrap .copyright {
  text-align: center;
  color: var(--main-color);
  margin-top: 80rem;
}
footer .footer_wrap .copyright small {
  font-size: 14rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.font_bebas {
  font-family: "Bebas Neue", serif;
}

.font_roboto {
  font-family: "Roboto", serif;
}

.font_poppins {
  font-family: "Poppins", sans-serif;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.arrow::after {
  content: "";
  background-image: url(/assets/img/common/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 20rem;
  width: 20rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.arrow2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.arrow2::after {
  content: "";
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  width: 0.6em;
  height: 0.6em;
  -webkit-transform: rotate(45deg) skew(-2.5deg, -2.5deg);
          transform: rotate(45deg) skew(-2.5deg, -2.5deg);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  margin-right: 1em;
}
@media (hover: hover) and (pointer: fine) {
  .arrow2:hover::after {
    margin-right: 0.7em;
  }
}

.bg_slidein::after {
  content: "";
  background-color: var(--main-color);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg_slidein.effect-scroll::after {
  -webkit-animation-name: bg_slidein;
          animation-name: bg_slidein;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@-webkit-keyframes bg_slidein {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes bg_slidein {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.btn_more a {
  width: 441rem;
  font-size: 18rem;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color);
  padding: 1.2em 0;
}
.btn_more a::after {
  content: "";
  display: block;
  width: 25rem;
  height: 24rem;
  background: url(/assets/img/common/ico_arrow_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_more a:hover {
  /* background-color: #2D1508; */
  /* opacity: 1; */
}
.btn_more a:hover::after {
  right: 20rem;
}
.btn_more.color a,
.btn_more.color button {
  border: 1px solid var(--sub-color);
  background-color: var(--sub-color);
}
@media (hover: hover) and (pointer: fine) {
  .btn_more.color a:hover,
  .btn_more.color button:hover {
    color: var(--sub-color);
    background-color: #fff;
    opacity: 1;
  }
}
.btn_more.white a,
.btn_more.white button {
  border: 1px solid var(--main-color);
  background-color: #fff;
  color: var(--main-color);
}
.btn_more.white a::after,
.btn_more.white button::after {
  background: url(/assets/img/common/ico_arrow.svg) no-repeat;
}
.btn_more.white a:hover,
.btn_more.white button:hover {
  background-color: #c2c2c2;
  opacity: 1;
}

.center_tit {
  text-align: center;
  color: var(--main-color);
}
.center_tit .en {
  display: block;
  font-size: 58rem;
  font-weight: 500;
  line-height: 1;
}
.center_tit .jp {
  display: block;
  font-size: 18rem;
  margin-top: 0.5em;
}
.center_tit.under_tit .en {
  display: block;
  margin-top: 14rem;
}
.center_tit.under_tit .jp {
  display: block;
  color: #5a5a5a;
}
.center_tit.ta_l {
  text-align: left;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*/col2*/
  /*/col2*/
}
.col .box {
  /*/a*/
}
.col .box a {
  display: block;
  border-bottom: 1px solid var(--main-color);
  /*h3*/
}
.col .box a .ph {
  overflow: hidden;
}
.col .box a .ph img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.col .box a h3 {
  color: var(--main-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24rem;
  font-weight: bold;
  margin: 1em 0;
}
.col .box a h3 span {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.col .box a h3.arrow::after {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (hover: hover) and (pointer: fine) {
  .col .box a:hover {
    opacity: 1;
  }
  .col .box a:hover .ph img {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .col .box a:hover h3 span {
    opacity: 0.7;
    /*text-decoration: underline;*/
  }
  .col .box a:hover h3.arrow::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.col.col2 .box {
  width: 468rem;
  margin-top: 90rem;
}
.col.col2 .box:not(:nth-of-type(2n)) {
  margin-right: 24rem;
}
.col.col3 .box {
  width: 304rem;
  margin-top: 70rem;
}
.col.col3 .box .arrow::after {
  margin-right: 0.5em;
}
.col.col3 .box:not(:nth-of-type(3n)) {
  margin-right: 24rem;
}

.reservation {
  width: 960rem;
  text-align: center;
  margin: -60rem auto 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 5rem;
  gap: 0 15rem;
  -webkit-box-shadow: 0px 5px 9px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 9px -4px rgba(0, 0, 0, 0.2);
}
.reservation .ttl_box {
  background: var(--main-color);
  border-radius: 5rem 0 0 5rem;
  width: 194rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reservation .ttl_box h2 {
  font-size: 18rem;
  line-height: 1.2;
}
.reservation .ttl_box h2 .en {
  font-size: 14rem;
}
.reservation .search_box {
  padding-bottom: 15rem;
}
.reservation .search_box .txt_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30rem;
  margin-left: 17rem;
}
.reservation .search_box .txt_link li a {
  font-size: 14rem;
  position: relative;
}
.reservation .search_box .txt_link li a::before {
  content: "";
  width: 7rem;
  height: 7rem;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 8rem;
  right: -5rem;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.reservation .search-panel-frame .directin-sp-form {
  text-align: left;
}
.reservation .search-panel-frame .directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
  font-size: 16rem;
}
.reservation .search-panel-frame .directin-sp-form .directin-sp-form-input label input[type=text],
.reservation .search-panel-frame .directin-sp-form .directin-sp-form-input label select {
  border-radius: 0;
}
.reservation .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button {
  background: var(--sub-color);
  border-radius: 0;
  width: 172px;
  height: 43px;
}

.top_mv {
  height: calc(100vh - 125rem);
  position: relative;
  overflow: hidden;
  margin-top: 125rem;
}
.top_mv .ph img {
  height: calc(100vh - 125rem);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_mv .swiper_outer .swiper-pagination {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 0.8em;
  width: auto;
}
.top_mv .swiper_outer .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
  width: 7rem;
  height: 7rem;
  opacity: 1;
}
.top_mv .swiper_outer .swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(2);
          transform: scale(2);
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.top_mv .swiper_outer .swiper-slide-active .swiper-img,
.top_mv .swiper_outer .swiper-slide-duplicate-active .swiper-img,
.top_mv .swiper_outer .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.top_mv .swiper_outer .swiper-slide img {
  height: calc(100vh - 125rem);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_mv .catch {
  color: #fff;
  text-align: left;
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 144rem;
  left: 7.5vw;
  line-height: 1.2;
  z-index: 1;
}
.top_mv .catch .txt01 {
  font-size: 68rem;
  font-weight: 500;
}
.top_mv .catch .txt02 {
  font-size: 48rem;
  line-height: 1.5;
  text-shadow: #000 0 0 0.5em;
}

.top_about {
  margin-top: 90rem;
}
.top_about .col2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 0 20rem;
  margin-top: 70rem;
}
.top_about .text_wrap {
  width: 480rem;
}
.top_about .text_wrap .lead {
  text-align: left;
  font-size: 26rem;
  color: var(--main-color);
  font-weight: bold;
}
.top_about .text_wrap .t_description {
  margin-top: 25rem;
}

.top_plan {
  padding-top: 110rem;
  padding-bottom: 110rem;
  text-align: center;
}
.top_plan .col3 .desc h3 {
  text-align: left;
  margin-top: 1em;
}
.top_plan .btn_more {
  margin-top: 60rem;
}
.top_plan .btn_more a {
  margin-left: auto;
  margin-right: auto;
}
.top_plan.service {
  margin-top: 90rem;
  position: relative;
}
.top_plan.service::before {
  display: block;
  content: "";
  width: 1200rem;
  height: 760rem;
  border-radius: 30rem;
  background: #f2f2f2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.top_plan.service .center_tit .jp {
  font-size: 24rem;
  font-weight: bold;
  margin-bottom: 15rem;
}
.top_plan.service .col.col3 .box {
  margin-top: 50rem;
}
.top_plan.service .col.col3 .box h3 {
  margin-top: 25rem;
  text-align: center;
  font-size: 20rem;
  font-weight: bold;
  color: var(--main-color);
  height: 60rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_plan.service .col.col3 .box h3::before {
  display: block;
  content: "";
  width: 20rem;
  height: 20rem;
  border-top: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  position: absolute;
  top: 0;
  left: 0;
}
.top_plan.service .col.col3 .box h3::after {
  display: block;
  content: "";
  width: 20rem;
  height: 20rem;
  border-bottom: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  position: absolute;
  bottom: 0;
  right: 0;
}
.top_plan.service .col.col3 .box .t_description {
  margin-top: 25rem;
  text-align: left;
}

.top_content .col2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.top_content .col2 .box .swiper_outer {
  /*width: calc(1280 / 1920 * 100vw);*/
  width: 63.5416666667vw;
  position: relative;
}
.top_content .col2 .box .swiper_outer .swiper-container {
  overflow: hidden;
}
.top_content .col2 .box .swiper_outer .swiper-container .swiper-slide {
  /*width: calc(640 / 1920 * 100vw);*/
  width: 39.0625vw;
}
.top_content .col2 .box .swiper_outer .swiper-container .swiper-slide img {
  /*max-width: none;*/
  width: 100%;
  /*height: auto;*/
  height: 500rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_content .col2 .box .swiper_outer .swiper-pagination {
  position: absolute;
  top: 0.2em;
  /*left: calc(580 / 1920 * 100vw);*/
  left: -2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.top_content .col2 .box .swiper_outer .swiper-pagination .swiper-pagination-bullet {
  width: 7rem;
  height: 7rem;
  background-color: #c2c2c2;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.top_content .col2 .box .swiper_outer .swiper-pagination .swiper-pagination-bullet-active {
  background: #8e8e8e !important;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.top_content .col2 .box .text_wrap {
  /*width: calc(640 / 1920* 100vw);*/
  width: 36.4583333333vw;
}
.top_content .col2 .box .text_wrap .text {
  padding-top: 10rem;
  position: relative;
  height: 100%;
}
.top_content .col2 .box .text_wrap .text p.lead {
  text-align: center;
  width: 375rem;
  margin: 65rem auto 0;
  font-size: 20rem;
  color: var(--main-color);
  font-weight: bold;
}
.top_content .col2 .box .text_wrap .text p.t_description {
  color: #5a5a5a;
  font-size: 16rem;
  text-align: left;
  width: 375rem;
  margin: 30rem auto 0;
}
.top_content .col2 .box .text_wrap .text p.btn_more {
  margin-top: 40rem;
}
.top_content .col2 .box .text_wrap .text p.btn_more a {
  margin-left: auto;
  margin-right: auto;
  width: 370rem;
}
.top_content.rev .col2 .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top_content.rev .col2 .box .swiper-pagination {
  left: auto;
  right: -2em;
}
.top_content.top_info {
  margin-top: 170rem;
}

.top_location {
  margin-bottom: 100rem;
  padding-top: 110rem;
}
.top_location h2 {
  color: #fff;
}
.top_location .content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55rem;
  /*position: relative;*/
  /*z-index: 2;*/
}
.top_location .content_wrap .text_wrap {
  margin-left: 55rem;
}
.top_location .content_wrap .text_wrap .ph {
  width: 535rem;
}
.top_location .content_wrap .text_wrap .text {
  width: 375rem;
}
.top_location .content_wrap .text_wrap .text p {
  color: #fff;
}
.top_location .content_wrap .text_wrap .text p.lead {
  text-align: left;
  width: 375rem;
  margin: 15rem auto;
  font-size: 19rem;
  font-weight: bold;
}
.top_location .content_wrap .text_wrap .text p.t_description {
  margn-top: 30rem;
}
.top_location .content_wrap .text_wrap .text .btn_more a {
  margin-left: unset;
  margin-top: 50rem;
  width: 100%;
}
.top_location .content_wrap .Google_map {
  width: 535rem;
  height: 375rem;
}

.top_news {
  margin-top: 150rem;
  background-color: rgba(148, 139, 112, 0.1);
  padding-top: 110rem;
  padding-bottom: 110rem;
}
.top_news .inner {
  position: relative;
}
.top_news .news_list {
  margin-top: 50rem;
}
.top_news .news_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1em;
  border-bottom: 1px dashed #d6d6d6;
  position: relative;
  /* &::before {
    content: '';
    background-color: var(--main-color);
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 130rem;
  } */
}
.top_news .news_list li + li {
  margin-top: 22rem;
}
.top_news .news_list li .time {
  display: block;
  width: 150rem;
}
.top_news .news_list li .title {
  width: calc(100% - 150rem);
}
.top_news .news_list li .title a span {
  width: 460rem;
}
@media (hover: hover) and (pointer: fine) {
  .top_news .news_list li .title a.arrow:hover::after {
    margin-right: -0.2em;
  }
}
.top_news p.btn_more a {
  margin-top: 50rem;
  margin-left: auto;
  margin-right: auto;
  width: 370rem;
}

.group_link h2 {
  gap: 0 20rem;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.group_link h2 p {
  font-size: 24rem;
  font-weight: bold;
  color: var(--main-color);
  width: 150rem;
  line-height: 1.3;
}
.group_link h2::before, .group_link h2::after {
  display: block;
  content: "";
  width: 2rem;
  height: 80rem;
  border-left: 1.5rem solid var(--main-color);
  position: absolute;
  top: 30rem;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.group_link h2::before {
  left: -50rem;
}
.group_link h2::after {
  right: -50rem;
}
.group_link .t_description {
  text-align: center;
  margin-top: 15rem;
}
.group_link .group {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50rem;
}
.group_link .group li {
  width: 47%;
}
.group_link .group li h3 {
  text-align: center;
  margin-left: 35rem;
}
.group_link .group li .ph {
  margin-top: 15rem;
}

/*.thumbs_wrap .swiper-slide-thumb-active::before {
  border: 3px solid #CF4444;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}*/
.to_top {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 1000;
  width: 80rem;
}

#page_top.all_top .center_tit {
  color: #1e1e8d;
}
#page_top.all_top .reservation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -30rem auto 0;
}
#page_top.all_top .reservation .ttl_box {
  background: #1e1e8d;
  width: 100%;
  border-radius: 5rem 5rem 0 0;
  height: 75rem;
}
#page_top.all_top .reservation .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button {
  background: #856227;
}
#page_top.all_top .top_mv .hotel_catch {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 40rem 70rem;
}
#page_top.all_top .top_mv .hotel_catch.kanda {
  background: rgba(27, 59, 53, 0.8);
}
#page_top.all_top .top_mv .hotel_catch.azabu {
  background: rgba(90, 19, 21, 0.8);
}
#page_top.all_top .top_mv .hotel_catch.shibuya {
  background: rgba(6, 67, 126, 0.8);
}
#page_top.all_top .top_mv .hotel_catch .mv_ttl {
  margin: 0 auto;
}
#page_top.all_top .top_mv .hotel_catch .mv_ttl img {
  width: 320rem;
  height: auto;
  margin-left: 30rem;
}
#page_top.all_top .top_mv .hotel_catch .txt {
  font-size: 24rem;
}
#page_top.all_top .top_hotel .col.col3 {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
#page_top.all_top .top_hotel .col.col3 .box {
  width: 304rem;
  margin: 0 auto;
}
#page_top.all_top .top_hotel .col.col3 .box h3 {
  text-align: center;
  margin-left: 20rem;
}
#page_top.all_top .top_hotel .col.col3 .box .t_description {
  text-align: center;
  margin-top: 10rem;
}
#page_top.all_top .top_hotel .col.col3 .box .btn_more {
  margin-top: 10rem;
}
#page_top.all_top .top_hotel .col.col3 .box .btn_more a {
  width: 100%;
  text-align: center;
}
#page_top.all_top .btn_more.kanda a {
  background: #1b3b35;
}
#page_top.all_top .btn_more.azabu a {
  background: #5a1315;
}
#page_top.all_top .btn_more.shibuya a {
  background: #00437e;
}
#page_top.all_top footer {
  background-color: #1e1e8d;
  padding: 50rem 0;
}
#page_top.all_top footer .footer_logo {
  text-align: center;
  margin-top: 0;
}
#page_top.all_top footer .footer_logo img {
  margin-left: 20rem;
}
#page_top.all_top footer .copyright {
  color: #fff;
  margin-top: 0;
}

#page_top header .header_wrap .right_content .nav_tel_wrap nav ul li.top > a::after,
#page_room header .header_wrap .right_content .nav_tel_wrap nav ul li.room > a::after,
#page_suite header .header_wrap .right_content .nav_tel_wrap nav ul li.suite > a::after,
#page_meeting header .header_wrap .right_content .nav_tel_wrap nav ul li.meeting > a::after,
#page_info header .header_wrap .right_content .nav_tel_wrap nav ul li.info > a::after,
#page_area header .header_wrap .right_content .nav_tel_wrap nav ul li.area > a::after,
#page_access header .header_wrap .right_content .nav_tel_wrap nav ul li.access > a::after,
#page_news header .header_wrap .right_content .nav_tel_wrap nav ul li.news > a::after,
#page_contact header .header_wrap .right_content .nav_tel_wrap nav ul li.contact > a::after {
  width: 50rem;
}

.under_page .btn_more.reserve {
  margin-top: 50rem;
}
.under_page .btn_more.reserve a {
  background-color: #cf4444;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.under_page .btn_more.reserve a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.under_page .under_mv {
  position: relative;
  width: 100%;
  max-width: 1920rem;
  /*margin: 0 auto;*/
  margin-top: 125rem;
  margin-left: auto;
  margin-right: auto;
  height: 450rem;
  /* background: linear-gradient(90deg, rgba(0,10,103,.1) 0%, rgba(255,255,255,.1) 100%); */
}
.under_page .under_mv .tit_wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.under_page .under_mv .tit_wrap .under_tit {
  color: #fff;
  letter-spacing: 0.1em;
}
.under_page .under_mv .tit_wrap .under_tit .en {
  font-size: 68rem;
  font-weight: 500;
}
.under_page .under_mv .tit_wrap .under_tit .jp {
  display: block;
  font-size: 18rem;
  text-shadow: #000 0 0 0.5em;
}
.under_page .under_mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.under_page .under_lead {
  margin-top: 110rem;
  text-align: center;
}
.under_page .under_lead .ttl {
  font-size: 36rem;
  line-height: 1.8;
}
.under_page .under_lead .desc {
  margin-top: 38rem;
  line-height: 2;
}
.under_page .breadcrumb {
  font-size: 14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3em;
  padding: 1.5em 0;
}
.under_page .breadcrumb li::after {
  content: "＞";
  display: inline-block;
  margin-left: 8rem;
  margin-right: 8rem;
}
.under_page .breadcrumb li:last-child::after {
  display: none;
}
.under_page .breadcrumb li a {
  text-decoration: underline;
}
.under_page .breadcrumb li a:hover {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.under_page .anc_area {
  margin-top: 50rem;
}
.under_page .anc_area ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 3rem solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.under_page .anc_area ul li {
  width: 365rem;
}
.under_page .anc_area ul li + li {
  position: relative;
}
.under_page .anc_area ul li + li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 36rem;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.under_page .anc_area ul li a {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
.under_page .anc_area ul li a::after {
  content: "";
  display: block;
  width: 22rem;
  height: 22rem;
  background: url(/assets/img/common/ico_arrow_bottom.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 60rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.under_page .anc_area ul li a:hover {
  background-color: #e6e6e6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.under_page .anc_area ul li a span {
  display: block;
  color: var(--main-color);
  font-size: 16rem;
  padding: 13rem 25rem 13rem 0;
  text-align: center;
}
.under_page .common_content .common_table {
  margin-top: 40rem;
}
.under_page .common_content .common_table table {
  width: 100%;
}
.under_page .common_content .common_table table tr th,
.under_page .common_content .common_table table tr td {
  font-size: 16rem;
  color: #5a5a5a;
  font-weight: normal;
  border-top: 1px dashed #5a5a5a;
  border-bottom: 1px dashed #5a5a5a;
  padding: 12rem 40rem;
}
.under_page .common_content .common_table table tr th {
  text-align: center;
  background-color: #efefef;
  width: 22%;
}
.under_page .common_content p.text {
  margin-top: 20rem;
  font-size: 16rem;
  color: #5a5a5a;
}
.under_page .common_content .flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.under_page .swiper_area {
  position: relative;
  margin-top: 55rem;
}
.under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide {
  padding-left: 22rem;
  padding-right: 22rem;
}
.under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.under_page .swiper_area .swiper_wrap .prev_next {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-prev,
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-next {
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  bottom: auto;
  width: 65rem;
}
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-prev::after,
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-next::after {
  display: none;
}
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-prev {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-next {
  right: 0;
  left: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.under_page .thumbs_wrap {
  margin-top: 18rem;
}
.under_page .thumbs_wrap .swiper ul.swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 17rem;
}
.under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide {
  width: auto !important;
  cursor: pointer;
}
.under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide img {
  width: 145rem;
  height: 100rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/*infiniteのページネーション*/
.pagination {
  position: absolute;
  top: 0.2em;
  left: 500rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em;
  z-index: 1;
}
.pagination .dot {
  width: 7rem;
  height: 7rem;
  background-color: #c2c2c2;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pagination .dot.active {
  background-color: #8e8e8e;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.pagination.reverse {
  left: auto;
  right: 500rem;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
  .tab_block {
    display: none !important;
  }
}
@media screen and (max-width: 1400px) {
  .tab_block {
    display: block !important;
  }
  header .header_wrap .right_content .nav_tel_wrap .pc_tel {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 1300px) {
  .reservation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reservation .ttl_box {
    border-radius: 5rem 5rem 0 0;
    width: 100%;
    height: 75rem;
  }
}
@media screen and (max-width: 680px) {
  .tab_block {
    display: none !important;
  }
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.4;
    font-size: 13rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .mt_ll {
    margin-top: 60rem;
  }
  .mt_l {
    margin-top: 45rem;
  }
  .mt_m {
    margin-top: 30rem;
  }
  .mt_s {
    margin-top: 10rem;
  }
  .arrow2::after {
    border-top: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    margin-right: 0;
  }
  .bg_slidein::after {
    width: 100%;
  }
  .btn_more {
    margin-top: 2em;
  }
  .btn_more a,
  .btn_more button {
    font-size: 14rem;
  }
  .btn_more a::after,
  .btn_more button::after {
    height: 16rem;
    width: 16rem;
  }
  .btn_more a::before,
  .btn_more button::before {
    display: none;
  }
  .btn_plan a {
    width: 90%;
    font-size: 18rem;
    height: 60rem;
  }
  .btn_plan a span.ico {
    width: 24rem;
    margin-right: 20rem;
    padding-bottom: 0rem;
  }
  .center_tit .en {
    font-size: 29rem;
  }
  .center_tit .jp {
    font-size: 14rem;
  }
  .center_tit.under_tit .en {
    margin-top: 10rem;
  }
  #pageTop {
    /*right: 20rem;*/
    right: 18rem;
  }
  #pageTop a {
    width: 40rem;
    height: 40rem;
  }
  #pageTop a::after {
    top: 17rem;
    left: 14rem;
    width: 10rem;
    height: 10rem;
  }
  header {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* &.active .header_wrap .right_content .nav_tel_wrap { */
  }
  header .header_wrap {
    /*height: 50rem;*/
    height: 69rem;
    /*padding: 0 3%;*/
  }
  header .header_wrap .logo_wrap {
    margin-left: 0;
  }
  header .header_wrap .logo_wrap a {
    width: 180rem;
    margin-left: 1.5em;
  }
  header .header_wrap .right_content {
    /*.reserve_btn {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      margin: 0;

      height: auto;

      a {
        width: 100%;
        padding-left: 0;

        &::before {
          width: 35rem;
          height: 38rem;
          left: 85rem;
        }

        p {
          padding-top: 0;
          padding-bottom: 10rem;
          font-size: 18rem;
        }
      }
    }*/
  }
  header .header_wrap .right_content .nav_tel_wrap {
    /*display: flex;*/
    /*align-items: center;*/
    /* display: block; */
    position: fixed;
    /* bottom: 20rem; */
    /* right: 30rem; */
    right: 0;
    z-index: 2;
    /* height: auto; */
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  header .header_wrap .right_content .nav_tel_wrap .sp_tel {
    width: 25rem;
    margin-right: 15rem;
    margin-top: 4rem;
  }
  header .header_wrap .right_content .nav_tel_wrap #nav2 {
    /* display: none; */
    /* opacity: 0;
    visibility: hidden; */
    -webkit-transform: translateX(200vw);
            transform: translateX(200vw);
    -webkit-transition: none;
    transition: none;
  }
  header .header_wrap .right_content .nav_tel_wrap #nav2 ul {
    -webkit-transition: none;
    transition: none;
    top: 44%;
  }
  header .header_wrap .right_content .nav_tel_wrap .lang_select_btn {
    margin-left: 0;
    margin-right: 0.7em;
  }
  header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .btn p {
    font-size: 13rem;
    /* letter-spacing: 0; */
  }
  header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .btn p::after {
    width: 9rem;
    height: 5rem;
    right: -1.2em;
  }
  header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .accordion .lang a {
    font-size: 13rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn {
    height: 69rem;
    margin-left: 0;
  }
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn a {
    width: 63rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn a::before {
    width: 20rem;
    height: 22rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn a p {
    font-size: 11rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons {
    display: none;
    width: 63rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons .hamburger {
    margin-top: 0.5em;
    /* width: 18rem; */
    width: 20rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons .hamburger span {
    border: 1px solid var(--main-color);
  }
  header .header_wrap .right_content .nav_tel_wrap .icons .hamburger span + span {
    margin-top: 0.4em;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons p {
    font-size: 11rem;
    margin-top: 0.5em;
  }
  header .header_wrap .right_content.pc_hm .icons .hamburger {
    margin-top: 0;
  }
  header.active .header_wrap .right_content .nav_tel_wrap {
    /* nav {
      opacity: 1;
      transition: ease 0.6s;
      pointer-events: auto;
    } */
  }
  header.active .header_wrap .right_content .nav_tel_wrap #nav2 ul li a {
    font-size: 18rem;
  }
  header.active .header_wrap .right_content .nav_tel_wrap #nav2 ul li + li {
    margin-top: 25rem;
  }
  header.active .header_wrap .right_content .nav_tel_wrap .icons button span:nth-child(1) {
    top: 8rem;
  }
  header.active .header_wrap .right_content .nav_tel_wrap .icons button span:nth-child(3) {
    top: -6rem;
  }
  header.visible {
    top: auto;
    bottom: -69rem;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  header.visible .header_wrap {
    height: 69rem;
  }
  header.visible .header_wrap .logo_wrap a {
    width: 180rem;
  }
  header.visible .header_wrap .right_content .nav_tel_wrap .reserve_btn {
    display: block;
  }
  header.visible .header_wrap .right_content .nav_tel_wrap .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header.active.visible .header_wrap .right_content .nav_tel_wrap #nav2 {
    /* display: block; */
    /* opacity: 1;
    visibility: visible; */
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: calc(-100vh + 69rem);
    height: calc(100vh - 69rem);
  }
  header.hidden {
    opacity: 1;
    visibility: visible;
    top: auto;
    bottom: -69rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: none;
  }
  header.hidden .header_wrap {
    height: 69rem;
  }
  header.hidden .header_wrap .logo_wrap a {
    width: 180rem;
  }
  header.hidden .header_wrap .right_content .nav_tel_wrap #nav2 {
    display: none;
  }
  footer {
    margin-top: 60rem;
    padding: 35rem 0 10rem;
  }
  footer .footer_wrap {
    /*margin-bottom: 0;*/
  }
  footer .footer_wrap .footer_box {
    display: block;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_logo a {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_info p.company {
    font-size: 14rem;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_info p.address {
    font-size: 14rem;
  }
  footer .footer_wrap .footer_box .btn_more a {
    width: 100%;
  }
  footer .footer_wrap .footer_nav {
    width: 100%;
  }
  footer .footer_wrap .footer_nav .footer_nav_box {
    margin-top: 25rem;
  }
  footer .footer_wrap .footer_nav .footer_nav_box ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 10rem;
  }
  footer .footer_wrap .footer_nav .footer_nav_box ul + ul {
    margin-top: 15rem;
  }
  footer .footer_wrap .footer_nav .footer_nav_box ul li a {
    font-size: 12rem;
  }
  footer .footer_wrap .footer_nav .footer_nav_box ul li a::after {
    right: -25rem;
  }
  footer .footer_wrap .footer_sns {
    margin-top: 30rem;
  }
  footer .footer_wrap .footer_sns ul li + li {
    margin-left: 10rem;
  }
  footer .footer_wrap .footer_sns ul li a {
    width: 22rem;
  }
  footer .footer_wrap .copyright {
    margin-top: 45rem;
  }
  footer .footer_wrap .copyright small {
    font-size: 12rem;
  }
  .col.col2 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col.col2 .box + .box {
    margin-top: 60rem;
  }
  .col.col2 .box .ph {
    width: 100%;
  }
  .col.col2 .box .desc {
    width: 100%;
  }
  .col.col2 .box .desc .ttl3 {
    margin-top: 20rem;
  }
  .col.col2 .box .desc p {
    margin-top: 10rem;
  }
  .col.col2 .box .desc .btn_white a,
  .col.col2 .box .desc .btn_white button,
  .col.col2 .box .desc .btn_black a,
  .col.col2 .box .desc .btn_black button,
  .col.col2 .box .desc .btn_gold a,
  .col.col2 .box .desc .btn_gold button {
    margin-left: auto;
  }
  .col.col3 {
    /*flex-direction: column;*/
  }
  .col.col3 .box {
    /*width: 100%;*/
    width: 48%;
    margin-top: 20rem;
    /*& + .box {
        margin-top: 3em;
    }*/
  }
  .col.col3 .box:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .col.col3 .box:not(:nth-of-type(even)) {
    margin-right: 4%;
  }
  .col.col3 .box .desc .ttl3,
  .col.col3 .box .desc p {
    margin-top: 0.3em;
  }
  .reservation {
    width: 90%;
  }
  .reservation .ttl_box h2 {
    font-size: 18rem;
    line-height: 1.2;
  }
  .reservation .ttl_box h2 .en {
    font-size: 14rem;
  }
  .reservation .search_box {
    padding-bottom: 15rem;
  }
  .reservation .search_box .txt_link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5rem 0;
  }
  .reservation .search_box .txt_link li a {
    font-size: 14rem;
    position: relative;
  }
  .reservation .search_box .txt_link li a::before {
    top: 6rem;
  }
  .reservation .search-panel-frame .directin-sp-form .directin-sp-form-submit-button button {
    margin-top: 10rem;
    padding: 11rem 0;
    width: 100%;
  }
  .top_mv {
    height: calc(100vh - 69rem);
    margin-top: 69rem;
  }
  .top_mv .ph img {
    height: calc(100vh - 69rem);
  }
  .top_mv .swiper_outer .swiper-pagination {
    right: 1em;
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 1.5em;
    /* gap: 0.5em; */
  }
  .top_mv .swiper_outer .swiper-pagination .swiper-pagination-bullet {
    width: 5rem;
    height: 5rem;
  }
  .top_mv .swiper_outer .swiper-pagination .swiper-pagination-bullet-active {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .top_mv .swiper_outer .swiper-slide img {
    height: calc(100vh - 69rem);
  }
  .top_mv .catch {
    font-size: 38.5rem;
    width: 335rem;
    top: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-70%);
            transform: translateX(-50%) translateY(-70%);
  }
  .top_mv .catch .txt01 {
    font-size: 33rem;
  }
  .top_mv .catch .txt02 {
    font-size: 16rem;
    line-height: 2;
  }
  .reservation {
    margin-top: 20rem;
  }
  .top_about {
    margin-top: 50rem;
  }
  .top_about .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20rem;
  }
  .top_about .text_wrap {
    width: 100%;
  }
  .top_about .text_wrap .lead {
    margin-top: 20rem;
  }
  .top_about .text_wrap .t_description {
    margin-top: 20rem;
  }
  .top_plan {
    padding-top: 60rem;
    padding-bottom: 90rem;
    text-align: center;
  }
  .top_plan .col3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_plan .col3 .desc h3 {
    margin-top: 0.5em;
  }
  .top_plan .btn_more {
    margin-top: 40rem;
  }
  .top_plan .btn_more a {
    width: auto;
  }
  .top_plan.service {
    margin-top: 20rem;
    position: relative;
  }
  .top_plan.service::before {
    width: 109%;
    height: 95%;
  }
  .top_plan.service .center_tit .jp {
    font-size: 18rem;
  }
  .top_plan.service .t_description {
    font-size: 14rem;
    text-align: left;
  }
  .top_plan.service .col.col3 .box {
    margin-top: 25rem;
    width: 100%;
  }
  .top_plan.service .col.col3 .box h3 {
    margin-top: 15rem;
    font-size: 17rem;
  }
  .top_plan.service .col.col3 .box .t_description {
    margin-top: 15rem;
  }
  .top_content .col2 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top_content .col2 .box .swiper_outer {
    width: 100%;
    /*height: 250rem;*/
  }
  .top_content .col2 .box .swiper_outer .swiper-container .swiper-slide {
    width: 75%;
  }
  .top_content .col2 .box .swiper_outer .swiper-container .swiper-slide img {
    height: 250rem;
  }
  .top_content .col2 .box .swiper_outer .swiper-pagination {
    top: -1.5em;
    left: 0.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.2em;
  }
  .top_content .col2 .box .text_wrap {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 335rem;
  }
  .top_content .col2 .box .text_wrap .text p.lead {
    width: 335rem;
    margin-top: 30rem;
    font-size: 16rem;
  }
  .top_content .col2 .box .text_wrap .text p.t_description {
    width: 335rem;
    margin-top: 30rem;
    font-size: 14rem;
  }
  .top_content .col2 .box .text_wrap .text p.btn_more {
    margin-top: 30rem;
  }
  .top_content .col2 .box .text_wrap .text p.btn_more a {
    width: auto;
  }
  .top_content.rev .col2 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top_content.rev .col2 .box .swiper-pagination {
    left: 0.5em;
  }
  .top_content.top_breakfast {
    margin-top: 85rem;
  }
  .top_content.top_spa {
    margin-top: 85rem;
  }
  .top_location {
    background-image: url(/assets/img/bg_top_location_sp.jpg);
    background-size: cover;
    padding-top: 40rem;
    padding-bottom: 40rem;
    margin-bottom: 60rem;
  }
  .top_location .content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20rem;
  }
  .top_location .content_wrap .ph {
    margin-left: -20rem;
    width: 347rem;
  }
  .top_location .content_wrap .Google_map {
    width: 100%;
    height: 300rem;
  }
  .top_location .content_wrap .text_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 335rem;
  }
  .top_location .content_wrap .text_wrap .text {
    width: auto;
  }
  .top_location .content_wrap .text_wrap .text p.lead {
    font-size: 16rem;
  }
  .top_location .content_wrap .text_wrap .text p.t_description {
    font-size: 12rem;
    margin-top: 20rem;
  }
  .top_location .content_wrap .text_wrap .text .btn_more a {
    margin-top: 25rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .top_location .content_wrap .text_wrap .text .btn_more a::after {
    background-size: contain;
  }
  .top_news {
    margin-top: 75rem;
    padding-top: 45rem;
    padding-bottom: 38rem;
  }
  .top_news h2 {
    position: relative;
    top: 0;
  }
  .top_news .news_list {
    margin-top: 55rem;
    width: 100%;
  }
  .top_news .news_list li {
    display: block;
    padding-bottom: 0.5em;
  }
  .top_news .news_list li::before {
    width: 65rem;
  }
  .top_news .news_list li + li {
    margin-top: 5rem;
  }
  .top_news .news_list li .time {
    display: block;
    width: auto;
  }
  .top_news .news_list li .title {
    width: auto;
  }
  .top_news .news_list li .title a {
    /*padding-right: 24rem;*/
    /*&::after {
      right: 5rem;
      width: 10rem;
      height: 10rem;
      border-top-width: 1px;
      border-right-width: 1px;
    }*/
  }
  .top_news .news_list li .title a span {
    width: 300rem;
  }
  .top_news p.btn_more {
    position: relative;
    left: 0;
    margin-top: 35rem;
  }
  .top_news p.btn_more a {
    width: auto;
  }
  .group_link h2 p {
    font-size: 19rem;
    width: 100%;
    text-align: center;
    margin-bottom: -10rem;
  }
  .group_link h2::before, .group_link h2::after {
    height: 110rem;
    top: 0;
  }
  .group_link h2::before {
    left: 5rem;
  }
  .group_link h2::after {
    right: 5rem;
  }
  .group_link .t_description {
    text-align: left;
  }
  .group_link .group {
    margin-top: 20rem;
  }
  .group_link .group li {
    width: 47%;
  }
  .group_link .group li h3 {
    text-align: center;
    margin-left: 13rem;
  }
  .group_link .group li .ph {
    margin-top: 15rem;
  }
  #page_room header .header_wrap .right_content .nav_tel_wrap nav ul li.room > a::after,
  #page_suite header .header_wrap .right_content .nav_tel_wrap nav ul li.suite > a::after,
  #page_meeting header .header_wrap .right_content .nav_tel_wrap nav ul li.meeting > a::after,
  #page_info header .header_wrap .right_content .nav_tel_wrap nav ul li.info > a::after,
  #page_area header .header_wrap .right_content .nav_tel_wrap nav ul li.area > a::after,
  #page_access header .header_wrap .right_content .nav_tel_wrap nav ul li.access > a::after,
  #page_news header .header_wrap .right_content .nav_tel_wrap nav ul li.news > a::after,
  #page_contact header .header_wrap .right_content .nav_tel_wrap nav ul li.contact > a::after {
    display: none;
  }
  .under_page .under_mv {
    margin-top: 69rem;
    height: 200rem;
  }
  .under_page .under_mv .tit_wrap .under_tit {
    font-size: 26rem;
  }
  .under_page .under_mv .tit_wrap .under_tit {
    text-shadow: #000 0 0 0.5em;
  }
  .under_page .under_mv .tit_wrap .under_tit .en {
    font-size: 33rem;
  }
  .under_page .under_mv .tit_wrap .under_tit .jp {
    font-size: 12rem;
  }
  .under_page .under_lead {
    margin-top: 55rem;
  }
  .under_page .under_lead .ttl {
    font-size: 20rem;
  }
  .under_page .under_lead .desc {
    font-size: 13rem;
    margin-top: 20rem;
  }
  .under_page .breadcrumb {
    padding-top: 20rem;
    font-size: 11rem;
    margin-left: 2em;
  }
  .under_page .anc_area ul {
    display: block;
    width: 100%;
  }
  .under_page .anc_area ul li {
    width: 100%;
  }
  .under_page .anc_area ul li + li::before {
    width: 70%;
    height: 1rem;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .under_page .common_content .common_table table {
    border-top: 1px dashed #5a5a5a;
  }
  .under_page .common_content .common_table table tr th,
  .under_page .common_content .common_table table tr td {
    display: block;
    width: 100%;
    border-top: none;
    padding: 10rem 12rem;
  }
  .under_page .swiper_area {
    height: 300rem;
  }
  .under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide img {
    height: 300rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .under_page .swiper_area .swiper_wrap .prev_next {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .under_page .swiper_area .swiper_wrap .prev_next .swiper-button-prev,
  .under_page .swiper_area .swiper_wrap .prev_next .swiper-button-next {
    width: 32rem;
  }
  .under_page .thumbs_wrap {
    margin-top: 15rem;
  }
  .under_page .thumbs_wrap.inner {
    width: 300rem;
  }
  .under_page .thumbs_wrap .swiper ul.swiper-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2%;
  }
  .under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide {
    margin-bottom: 8rem;
  }
  .under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide img {
    width: 96rem;
    height: 82rem;
  }
  .pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    left: 0.5em;
    top: -1.5em;
  }
  .pagination.reverse {
    left: 0.5em;
    right: auto;
  }
  #page_top.all_top .top_mv .hotel_catch {
    width: 320rem;
    padding: 20rem 20rem 30rem;
  }
  #page_top.all_top .top_mv .hotel_catch.kanda {
    background: rgba(27, 59, 53, 0.8);
  }
  #page_top.all_top .top_mv .hotel_catch.azabu {
    background: rgba(90, 19, 21, 0.8);
  }
  #page_top.all_top .top_mv .hotel_catch.shibuya {
    background: rgba(6, 67, 126, 0.8);
  }
  #page_top.all_top .top_mv .hotel_catch .mv_ttl {
    margin: 0 auto;
  }
  #page_top.all_top .top_mv .hotel_catch .mv_ttl img {
    width: 250rem;
    margin-left: 20rem;
  }
  #page_top.all_top .top_mv .hotel_catch .txt {
    font-size: 16rem;
  }
  #page_top.all_top .top_hotel .col.col3 {
    gap: 30rem 0;
  }
  #page_top.all_top .top_hotel .col.col3 .box {
    width: 100%;
    margin-right: 0;
  }
  #page_top.all_top footer {
    padding: 15rem 0 30rem;
  }
  #page_top.all_top footer .footer_logo img {
    width: 220rem;
  }
}
/*----- 動き -----*/
.fadein01,
.fadein02,
.fadein03,
.fadein04 {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.fadeleft01,
.fadeleft02,
.fadeleft03,
.fadeleft04 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.faderight01,
.faderight02,
.faderight03,
.faderight04 {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.fadeup01,
.fadeup02,
.fadeup03,
.fadeup04 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.fadedown01,
.fadedown02,
.fadedown03,
.fadedown04 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.fadein02,
.fadeleft02,
.faderight02,
.fadeup02,
.fadedown02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.fadein03,
.fadeleft03,
.faderight03,
.fadeup03,
.fadedown03 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.fadein04,
.fadeleft04,
.faderight04,
.fadeup04,
.fadedown04 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fadein01.effect-scroll,
.fadein02.effect-scroll,
.fadein03.effect-scroll,
.fadein04.effect-scroll,
.fadeleft01.effect-scroll,
.fadeleft02.effect-scroll,
.fadeleft03.effect-scroll,
.fadeleft04.effect-scroll,
.faderight01.effect-scroll,
.faderight02.effect-scroll,
.faderight03.effect-scroll,
.faderight04.effect-scroll,
.fadeup01.effect-scroll,
.fadeup02.effect-scroll,
.fadeup03.effect-scroll,
.fadeup04.effect-scroll,
.fadedown01.effect-scroll,
.fadedown02.effect-scroll,
.fadedown03.effect-scroll,
.fadedown04.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

/*ディレイ*/
.delay01,
.delay02,
.delay03 {
  opacity: 0;
}

.delay01 {
  -webkit-animation: delay 1.5s ease 0s 1 forwards;
          animation: delay 1.5s ease 0s 1 forwards;
}

.delay02 {
  -webkit-animation: delay 1s ease 0.5s 1 forwards;
          animation: delay 1s ease 0.5s 1 forwards;
}

.delay03 {
  -webkit-animation: delay 1s ease 0.8s 1 forwards;
          animation: delay 1s ease 0.8s 1 forwards;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.delay04,
.delay05,
.delay06,
.delay07,
.delay08 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.delay04 {
  -webkit-animation: delay 0.6s ease 1.2s 1 forwards;
          animation: delay 0.6s ease 1.2s 1 forwards;
}

.delay05 {
  -webkit-animation: delay 0.6s ease 1.3s 1 forwards;
          animation: delay 0.6s ease 1.3s 1 forwards;
}

.delay06 {
  -webkit-animation: delay 0.6s ease 1.4s 1 forwards;
          animation: delay 0.6s ease 1.4s 1 forwards;
}

.delay07 {
  -webkit-animation: delay 0.6s ease 1.5s 1 forwards;
          animation: delay 0.6s ease 1.5s 1 forwards;
}

.delay08 {
  -webkit-animation: delay 0.6s ease 1.6s 1 forwards;
          animation: delay 0.6s ease 1.6s 1 forwards;
}

@-webkit-keyframes delay {
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes delay {
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*1文字ずつ出現*/
.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*スライド*/
@-webkit-keyframes slide01 {
  0% {
    opacity: 0;
  }
  22.2% {
    opacity: 0;
  }
  33.3% {
    opacity: 1;
  }
  66.6% {
    opacity: 1;
  }
  77.7% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide01 {
  0% {
    opacity: 0;
  }
  22.2% {
    opacity: 0;
  }
  33.3% {
    opacity: 1;
  }
  66.6% {
    opacity: 1;
  }
  77.7% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slide02 {
  0% {
    opacity: 0;
  }
  33.3% {
    opacity: 0;
  }
  55.5% {
    opacity: 0;
  }
  66.6% {
    opacity: 1;
  }
  88.8% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide02 {
  0% {
    opacity: 0;
  }
  33.3% {
    opacity: 0;
  }
  55.5% {
    opacity: 0;
  }
  66.6% {
    opacity: 1;
  }
  88.8% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes half_slide {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  83% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes half_slide {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  83% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes infinite_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes infinite_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes infinite_scroll_reverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@keyframes infinite_scroll_reverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.azabu header .header_wrap .right_content .nav_tel_wrap .reserve_btn a:hover::before {
  background: url(/assets/img/common/ico_calendar_azabu.svg) no-repeat;
  background-size: 100%;
}
body.azabu .btn_more.color a:hover::after,
body.azabu .btn_more.color button:hover::after {
  background: url(/assets/img/common/ico_arrow_right_azabu_sub.svg) no-repeat;
  background-size: contain;
  right: 20rem;
}
body.azabu .btn_more.white a::after,
body.azabu .btn_more.white button::after {
  background: url(/assets/img/common/ico_arrow_right_azabu.svg) no-repeat;
  background-size: contain;
}
body.azabu .top_location {
  background-image: url(/assets/img/azabu/bg_top_location.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

body.shibuya header .header_wrap .right_content .nav_tel_wrap .reserve_btn a:hover::before {
  background: url(/assets/img/common/ico_calendar_shibuya.svg) no-repeat;
  background-size: 100%;
}
body.shibuya .btn_more.color a:hover::after,
body.shibuya .btn_more.color button:hover::after {
  background: url(/assets/img/common/ico_arrow_right_shibuya_sub.svg) no-repeat;
  background-size: contain;
  right: 20rem;
}
body.shibuya .btn_more.white a::after,
body.shibuya .btn_more.white button::after {
  background: url(/assets/img/common/ico_arrow_right_shibuya.svg) no-repeat;
  background-size: contain;
  background-size: 100%;
}
body.shibuya .top_location {
  background-image: url(/assets/img/shibuya/bg_top_location.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

body.kanda header .header_wrap .right_content .nav_tel_wrap .reserve_btn a:hover::before {
  background: url(/assets/img/common/ico_calendar_kanda.svg) no-repeat;
  background-size: 100%;
}
body.kanda .btn_more.color a:hover::after,
body.kanda .btn_more.color button:hover::after {
  background: url(/assets/img/common/ico_arrow_right_kanda_sub.svg) no-repeat;
  background-size: contain;
  right: 20rem;
}
body.kanda .btn_more.white a::after,
body.kanda .btn_more.white button::after {
  background: url(/assets/img/common/ico_arrow_right_kanda.svg) no-repeat;
  background-size: contain;
}
body.kanda .top_location {
  background-image: url(/assets/img/kanda/bg_top_location.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

.kensaku_announce {
  width: 90%;
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
  padding: 30px 20px 40px;
  border-radius: 10px;
  border: 1px solid var(--main-color);
  font-size: 16px;
  background-color: #fff;
}
.kensaku_announce .sp__mode {
  display: none;
}
.kensaku_announce .c_red {
  color: #ef0f0f;
}
.kensaku_announce .fwb {
  font-weight: bold;
}
.kensaku_announce h3 {
  font-weight: bold;
  font-size: 24px;
}
.kensaku_announce h4 {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1em;
}
.kensaku_announce p {
  margin-top: 1em;
}
.kensaku_announce ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: left;
}
.kensaku_announce ul li + li {
  margin-top: 5px;
}
.kensaku_announce ul li a {
  text-decoration: underline;
  color: var(--main-color);
}

@media screen and (max-width: 680px) {
  .kensaku_announce {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 20px 14px 30px;
    border-radius: 8px;
    font-size: 14px;
  }
  .kensaku_announce .sp__mode {
    display: block;
  }
  .kensaku_announce h3 {
    font-size: 18px;
  }
  .kensaku_announce h4 {
    font-size: 1.1em;
  }
  .kensaku_announce p {
    text-align: left;
  }
  .kensaku_announce ul {
    margin-top: 24px;
    text-align: center;
  }
  .kensaku_announce ul li + li {
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */