/* html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img,
embed,
object,
audio {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

strong {
  font-weight: bold;
}

html {
  font-size: 16px;
}

body {
  position: relative;
  font-weight: 400;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
}

body.js-openmenu {
  overflow: hidden;
}

a {
  color: #231815;
  text-decoration: none;
  word-break: break-all;
  transition: all 0.5s ease-in-out;
}

a::before,
a::after {
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}
p {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 1em;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.65;
  }
}
p:last-child {
  margin-bottom: 0;
}

sup {
  font-size: 62.5%;
}

pre {
  white-space: pre-wrap;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .p-header {
    height: 48px;
  }
}
.p-header.js-header {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.25);
}

.p-header.js-header .p-header-name {
  opacity: 1;
  height: 80px;
}

.p-header-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 12px 15px 12px 4px;
  margin: 0 auto;
  background-color: #231815;
}

@media screen and (max-width: 767px) {
  .p-header-inner {
    display: flex;
    padding: 10px 10px;
  }
}
.p-header-name {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 166px;
  font-size: 0.875rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-header-name {
    top: calc(50% - 1.4em);
    left: 89px;
    font-size: 0.625rem;
    line-height: 1.2;
    text-align: left;
  }
}
.p-header-logo {
  width: -moz-fit-content;
  width: fit-content;
}

.p-header-logo a {
  display: inline-block;
}

.p-header-logo a img {
  height: 55px;
}

@media screen and (max-width: 767px) {
  .p-header-logo a img {
    height: 44px;
  }
}
.p-header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-header-menu {
    top: 2px;
    right: 12px;
  }
}
.p-header-nav {
  position: fixed;
  top: 65px;
  right: -44vw;
  width: 100%;
  max-width: 310px;
  height: 100dvh;
  padding: 93px 24px 30px;
  background-color: #EFEFEF;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1440px) {
  .p-header-nav {
    right: -52vw;
    width: 52vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-header-nav {
    right: -66vw;
    width: 66vw;
  }
}
@media screen and (max-width: 767px) {
  .p-header-nav {
    height: auto;
    padding: 24px;
    height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: none;
  }
}
.p-header-nav.visible {
  right: 0;
}

.p-header-nav-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .p-header-nav-inner {
    height: auto;
  }
}
.p-header-nav-gnav {
  flex-grow: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-header-nav-gnav {
    padding-right: 26px;
  }
}
@media screen and (min-width: 768px) {
  .p-header-nav-other {
    max-height: 66px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-header-nav-other {
    margin-top: 40px;
  }
}
.header-shortcuts {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .header-shortcuts {
    display: none;
  }
}

.p-btnWrap .c-btn {
  max-width: 162px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 32px 4px 20px;
}

.p-subnav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 82px 60px;
}

@media screen and (max-width: 1024px) {
  .p-subnav {
    gap: 60px 40px;
  }
}
.c-menu {
  width: 70px;
  height: 36px;
  z-index: 1001;
}

@media screen and (max-width: 767px) {
  .c-menu {
    width: 54px;
    height: 44px;
  }
}
.c-menu-trigger,
.c-menu-trigger span {
  display: block;
  transition: all 0.3s ease-in-out;
}

.c-menu-trigger {
  position: relative;
  width: 70px;
  height: 36px;
}

@media screen and (max-width: 767px) {
  .c-menu-trigger {
    width: 54px;
    height: 44px;
  }
}
.c-menu-trigger-label {
  position: absolute;
  top: 26px;
  right: 0px;
  display: none;
  width: 100%;
  height: auto;
  color: #3c3c3c;
  font-size: 0.625rem;
  letter-spacing: 0;
  text-align: center;
  margin: auto;
}

.c-menu-trigger span {
  position: absolute;
  right: 10px;
  width: 50px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-menu-trigger span {
    right: 7px;
    width: 40px;
  }
}
.c-menu-trigger span:nth-of-type(1) {
  top: 3px;
}

@media screen and (max-width: 767px) {
  .c-menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
}
.c-menu-trigger span:nth-of-type(2) {
  bottom: 15px;
}

@media screen and (max-width: 767px) {
  .c-menu-trigger span:nth-of-type(2) {
    bottom: 15px;
  }
}
.c-menu-trigger.active span:nth-of-type(1) {
  transform-origin: top right;
  transform: translateY(-10px) translateX(-8px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .c-menu-trigger.active span:nth-of-type(1) {
    transform: translateY(-6px) translateX(-1px) rotate(-45deg);
  }
}
.c-menu-trigger.active span:nth-of-type(2) {
  transform-origin: bottom right;
  transform: translateY(10px) translateX(-8px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .c-menu-trigger.active span:nth-of-type(2) {
    transform: translateY(10px) translateX(-1px) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .u-hide-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-gnav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    grid-auto-flow: column;
    justify-content: end;
    gap: clamp(20px, 4vh, 46px) 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav {
    display: block;
  }
}
.p-gnav li {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-gnav li:nth-child(-n+5) {
    grid-column: 1;
  }
  .p-gnav li:nth-child(n+6) {
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav li:not(:first-child) {
    margin-top: 16px;
  }
}
.p-gnav li a {
  display: inline-block;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-gnav li a {
    line-height: 1;
  }
}
.p-gnav li a.disabled {
  position: relative;
  pointer-events: none;
}

.p-gnav li a.disabled::after {
  content: "COMING SOON";
  position: absolute;
  top: 0;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "arno-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #906c92;
  font-size: 1rem;
  letter-spacing: 0.1em;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-gnav li a.disabled::after {
    font-size: 0.875rem;
  }
}
.p-gnav li a.disabled .en {
  color: rgba(144, 108, 146, 0.25);
}

.p-gnav li a.disabled .ja {
  color: rgba(35, 24, 21, 0.25);
}

.p-gnav li a .en {
  font-family: "arno-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #906c92;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1024px) {
  .p-gnav li a .en {
    font-size: 0.6875rem;
  }
}
.p-gnav li a .ja {
  font-size: 1rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1024px) {
  .p-gnav li a .ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav li a .ja {
    font-size: 0.75rem;
  }
}
.p-exnav {
  display: flex;
  justify-content: flex-end;
}
.p-exnav li {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-exnav {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-exnav {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .p-exnav li {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-exnav li.request {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-exnav-link {
    margin-left: 0;
  }
}
.p-exnav-button.entry {
  background-color: #c08a79;
}

.p-exnav-link {
  display: flex !important;
}

.p-exnav-link.outline .ja::before {
  background-image: url(../img/icon-outline.svg);
}

.p-exnav-link.map .ja::before {
  background-image: url(../img/icon-map.svg);
}

.p-exnav-link .ja {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.2em;
  padding-left: 22px;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .p-exnav-link .ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-exnav-link .ja {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-exnav-link .ja {
    padding-left: 20px;
  }
}
.p-exnav-link .ja::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 13px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-exnav-link .ja::before {
    width: 11px;
    height: 16px;
  }
}
.p-header-detail_flex {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-header-detail_flex {
    flex-direction: column;
    margin-top: 40px;
  }
}
.p-header-detail_flex a {
  display: flex;
  align-items: center;
  padding-left: 18px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header-detail_flex a {
    color: #231815;
    margin-right: auto;
  }
}
.p-header-detail_flex a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-header-detail_flex a::before {
    background-color: #231815;
  }
}
.p-header-detail_flex a.map::before {
  width: 9px;
  height: 14px;
  background: url(../img/icon-map.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-header-detail_flex a.map::before {
    background: url(../img/icon-map-sp.svg) no-repeat;
    background-size: contain;
  }
}
.p-header-detail_flex a.outline::before {
  width: 11px;
  height: 14px;
  background: url(../img/icon-outline.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-header-detail_flex a.outline::before {
    background: url(../img/icon-outline-sp.svg) no-repeat;
    background-size: contain;
  }
}

.main {
  padding-top: 80px;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 32px;
  }
} */
/* 
.close_btn {
  max-width: 30px;
  margin-left: auto;
  margin-right: -5px;
}
.close_btn span {
  background-color: #231815 !important;
}

.sp_area {
  padding-top: 40px;
}

.c-btn_wrap.sp_btnWrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  gap: 8px;
}
.c-btn_wrap.sp_btnWrap .c-btn {
  max-width: 100%;
}

.c-btn.sp_top {
  padding: 0 12px 12px 0;
  background-color: transparent;
  max-width: 100%;
  border-bottom: 1px solid #231815;
}
.c-btn.sp_top .en {
  color: #C7000B;
}
.c-btn.sp_top .jp {
  color: #231815;
}
.c-btn.sp_top:before {
  border-left: 9px solid #231815;
  right: 0;
}

.u-ib {
  display: inline-block;
}

.c-width {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-width {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.c-width.--wide {
  max-width: 1360px;
}

.c-ttl {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 27px;
  }
}
.c-ttl.--ltwide {
  letter-spacing: 0.3em;
}
.c-ttl.jp {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-ttl.jp {
    letter-spacing: 0.03em;
    font-size: 25px;
  }
}
.c-ttl.big {
  color: #C7000B;
  text-align: left;
  font-size: 136px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.c-subTtl {
  font-size: 32px;
  text-align: center;
  color: #C7000B;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-subTtl {
    font-size: 12px;
    margin-top: 15px;
  }
}
.c-subTtl.medium {
  color: #231815;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-subTtl.medium {
    font-size: 16px;
  }
}

.c-btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-btn {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 10px 32px 8px 20px;
  background-color: #C7000B;
  max-width: 202px;
  width: 100%;
  position: relative;
}
.c-btn:hover:before {
  right: 6px;
}
.c-btn::before {
  position: absolute;
  content: "";
  transition: 0.5s;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #fff;
  }
}
.c-btn .en {
  font-size: 12px;
  letter-spacing: 0.18em;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.c-btn .jp {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}
.c-btn.entry {
  background-color: #4C4948;
  display: none !important;
}
.c-btn.entry .jp {
  letter-spacing: 0.5em;
}

.c-txt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 12px;
  }
}

.img-wrap {
  position: relative;
  z-index: 2;
}
.img-wrap .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .img-wrap .caption {
    bottom: -5px;
  }
}

.sec {
  overflow: hidden;
}

.sec_label {
  writing-mode: vertical-rl;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_label {
    font-size: 24px !important;
  }
}

.sec_en {
  font-size: 12px;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec_en {
    font-size: 10px;
  }
} */

.float-item {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.float-item.is-show {
  opacity: 1;
  transform: translateY(0);
}

.map_sec {
  padding-top: 64px;
}

.map_ttl {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 171px;
}
@media screen and (max-width: 767px) {
  .map_ttl {
    max-width: 137px;
  }
}

.map_txt {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .map_txt {
    font-size: 14px;
  }
}

.map_caption {
  font-size: 10px;
  line-height: 1.2;
}

.map_imgWrap {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .map_imgWrap {
    margin-top: 24px;
  }
}

.map_captionWrap {
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  .map_captionWrap {
    margin-top: 72px;
  }
}

.map_btnWrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .map_btnWrap {
    gap: 8px;
    margin-top: 24px;
  }
}

.map_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 202px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 13px 14px 14px;
  letter-spacing: 0.5em;
  line-height: 1;
  transition: 0.5s;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .map_btn {
    max-width: 170px;
    padding: 16px 14px 17px 30px;
  }
}
.map_btn::before {
  position: absolute;
  content: "";
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.map_btn:hover {
  opacity: 0.7;
}

.map_close {
  background-color: #4C4948;
}
.map_close::before {
  background: url("../img/icon-close.svg") no-repeat;
  background-size: contain;
}

.map_print {
  background-color: #231815;
}
.map_print::before {
  background: url("../img/icon-print.svg") no-repeat;
  background-size: contain;
}
/* 
.sp_fixedArea {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .sp_fixedArea {
    display: none;
  }
}

.sp_fixedList {
  display: flex;
}

.sp_fixedItem {
  width: 20%;
}

.sp_fixedTxt {
  font-size: 11px;
  text-align: center;
  line-height: 1;
}

.sp_fixedLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 10px 2px;
  max-height: 60px;
  gap: 6px;
  font-weight: 700;
}
.sp_fixedLink.contact {
  background-color: #231815;
  color: #fff;
}
.sp_fixedLink.map {
  background-color: #fff;
  color: #231815;
}
.sp_fixedLink.outline {
  background-color: #efefef;
  color: #231815;
}
.sp_fixedLink.entry {
  background-color: #C7000B;
  color: #fff;
}
.sp_fixedLink.reserve {
  background-color: #4C4948;
  color: #fff;
} */

body {
  position: relative;
}/*# sourceMappingURL=map.css.map */