@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/* base */
html {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  color: #000;
  font-size: 1.09375vw;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  body {
    font-size: 3.1250813823vw;
  }
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}
strong {
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

body.body-fixed {
  height: 100vh;
  overflow: hidden;
}
body.body-fixed .l-header__inner {
  position: fixed;
  top: 0;
  width: 100%;
}

.forPC {
  display: block !important;
}

.forSP {
  display: none !important;
}

@media screen and (max-width: 767.98px) {
  .forPC {
    display: none !important;
  }
  .forSP {
    display: block !important;
  }
}
p {
  letter-spacing: 0.015em;
}

.en {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.c-animate {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.8s;
}
.c-animate.__moved {
  opacity: 1;
  transform: translate(0, 0);
}

.c-heading {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 6.25vw;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .c-heading {
    margin-bottom: 8vw;
  }
}
.c-heading img, .c-heading span, .c-heading small {
  display: block;
  text-align: center;
}
.c-heading .en {
  line-height: 1;
  letter-spacing: 0.7rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #E84709;
  font-size: 4.6875vw;
}
@media (max-width: 767.98px) {
  .c-heading .en {
    font-size: 8.3335503529vw;
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading .en {
    line-height: 1.2;
    letter-spacing: 0.3rem;
  }
}

.c-btn {
  width: 320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  position: relative;
  display: block;
  color: #000;
  background: #fff;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #000;
  transition: all 0.4s;
  text-decoration: none;
  font-size: 1.25vw;
}
@media (max-width: 767.98px) {
  .c-btn {
    font-size: 2.0833875882vw;
  }
}
@media screen and (max-width: 767.98px) {
  .c-btn {
    width: 85vw;
  }
}
.c-btn:link {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-btn:hover {
    color: #FFF;
    background: #000;
  }
}
.c-btn.__link:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #000;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .c-btn.__link:hover:after {
    border-color: transparent transparent transparent #fff;
  }
}
.c-btn span {
  display: block;
  position: relative;
  text-decoration: none;
  transition: all 0.4s;
}
.c-btn span.en {
  font-size: 1.40625vw;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .c-btn span.en {
    font-size: 3.6459282794vw;
  }
}
.c-btn span.jp {
  font-size: 1.09375vw;
}
@media (max-width: 767.98px) {
  .c-btn span.jp {
    font-size: 1.8229641397vw;
  }
}
.c-btn .jp {
  opacity: 0;
}
.c-btn .en {
  opacity: 1;
  line-height: 1.2;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .c-btn:hover .jp {
    opacity: 1;
  }
  .c-btn:hover .en {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-btn span.jp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: "Noto Serif JP", serif;
  }
}
.c-btnList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-btnList li {
  margin: 5px 10px;
}
@media screen and (max-width: 767.98px) {
  .c-btnList li {
    margin: 0 0 4vw;
    display: block;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-btn .jp {
    top: 55%;
  }
}
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  color: #000;
  z-index: 200;
  transition: all 0.4s ease;
}
.l-header__inner {
  position: relative;
  z-index: 2;
  height: 14.84375vw;
  display: flex;
  padding: 4.6875vw;
  background: #FFF;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .l-header__inner {
    height: 20vw;
    padding: 3.3333333333vw;
  }
}
.l-header__logo {
  width: 10.9375vw;
  height: 7.34375vw;
}
@media screen and (max-width: 767.98px) {
  .l-header__logo {
    width: 21.3333333333vw;
    height: 14.4vw;
  }
}
.l-header__logo > a {
  display: block;
  width: 100%;
  align-items: center;
}
.l-header__logo img, .l-header__logo svg {
  display: block;
  width: 100%;
}
.l-header__navi {
  position: absolute;
  display: flex;
  align-items: center;
  right: 3.125vw;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .l-header__navi {
    top: 8vw;
    right: 6.6666666667vw;
  }
}
.l-header__menu {
  position: absolute;
  left: 4.6875vw;
}
@media screen and (max-width: 767.98px) {
  .l-header__menu {
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-header__menu .l-header__menuList {
  display: flex;
  align-items: center;
}
.l-header__menu .l-header__menuList .l-header__menuEn {
  letter-spacing: 0.23rem;
  top: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  /*.l-header__menu .l-header__menuList {*/
  /*  display: none;*/
  /*  height: 100%;*/
  /*}*/
}
.l-header__menuItem {
  position: relative;
}
.l-header__menuItem:not(:first-of-type) {
  margin-left: 1.5625vw;
}
.l-header__menuItem a {
  position: relative;
  display: block;
  height: 2.34375vw;
  width: 12.03125vw;
  background: #0E2F8E;
  letter-spacing: 0.12em;
  text-align: center;
  color: #FFF;
  font-weight: 600;
}
.l-header__menuItem a:after {
  position: absolute;
  content: "";
  height: 2.34375vw;
  width: 12.03125vw;
  border-left: solid 2px #E84709;
  border-bottom: solid 2px #E84709;
  left: -4px;
  top: 2px;
}
.l-header__menuItem a .l-header__menuItemEn {
  opacity: 1;
}
.l-header__menuItem a .l-header__menuItemJa {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-header__menuItem a:hover .l-header__menuItemEn {
    opacity: 0;
  }
  .l-header__menuItem a:hover .l-header__menuItemJa {
    opacity: 1;
  }
}
.l-header__menuItemEn, .l-header__menuItemJa {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity ease 0.4s;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .l-header__menuItem a {
    height: 4.34375vw;
    width: 22.03125vw;
  }
  .l-header__menuItem a:after {
    height: 4.34375vw;
    width: 22.03125vw;
  }
  .l-header__menuItem a .l-header__menuItemEn {
    font-size: 2.2vw;
  }
}
/*@media only screen and (max-width: 767.98px) {*/
/*  .l-header__menu, .l-header__menuItem {*/
/*    height: 100%;*/
/*  }*/
/*  .l-header__menu .l-header__menuItem {*/
/*    margin: 0;*/
/*    width: 80px;*/
/*    background: #000 no-repeat center 6px/22px;*/
/*  }*/
/*  .l-header__menu .l-header__menuItem.l-header__menuItem--reservation {*/
/*    border-right: solid 1px #fff;*/
/*  }*/
/*  .l-header__menuList .l-header__menuItemJa {*/
/*    opacity: 1 !important;*/
/*    height: auto;*/
/*  }*/
/*  .l-header__menuList .l-header__menuItemEn {*/
/*    display: none;*/
/*  }*/
/*  .l-header__menu .l-header__menuItem.l-header__menuItem--reservation {*/
/*    background-image: url(../img/icon_blank.svg);*/
/*  }*/
/*  .l-header__menu .l-header__menuItem.l-header__menuItem--catalog {*/
/*    background-image: url(../img/icon_blank.svg);*/
/*  }*/
/*}*/
.l-overMenu {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}
.l-overMenuTrigger {
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  width: 5.3333333333vw;
  height: 1.8666666667vw;
}
@media screen and (max-width: 767.98px) {
  .l-overMenuTrigger {
    width: 6.6666666667vw;
    height: 4.6666666667vw;
  }
}
.l-overMenuTrigger span {
  background: #000;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 2.6666666667vw;
  height: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 767.98px) {
  .l-overMenuTrigger span {
    border-radius: 0;
    width: 6.6666666667vw;
    height: 2px;
  }
}
.l-overMenuTrigger span:nth-of-type(1) {
  top: 0;
  opacity: 1;
}
.l-overMenuTrigger span:nth-of-type(2) {
  opacity: 1;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.l-overMenuTrigger span:nth-of-type(3) {
  bottom: 0;
  opacity: 1;
}

.l-overMenuTrigger--open span:nth-of-type(1) {
  transform: translate3d(-50%, 0.859375vw, 0) rotate(-45deg);
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .l-overMenuTrigger--open span:nth-of-type(1) {
    transform: translate3d(-50%, 2.2vw, 0) rotate(-45deg);
  }
}
.l-overMenuTrigger--open span:nth-of-type(2) {
  opacity: 0;
}
.l-overMenuTrigger--open span:nth-of-type(3) {
  transform: translate3d(-50%, -0.859375vw, 0) rotate(45deg);
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .l-overMenuTrigger--open span:nth-of-type(3) {
    transform: translate3d(-50%, -2.2vw, 0) rotate(45deg);
  }
}

.l-header.kv .l-overMenuTrigger span {
  background: #0E2F8E;
}

.l-footer {
  position: relative;
}

.l-footer__inner {
  padding: 18px 0;
  background-color: #0E2F8E;
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .l-footer__inner {
    margin-bottom: 10px;
    padding: 12px 0;
  }
}
.l-footer__navi {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}
.l-footer__navi li {
  display: inline-block;
  color: #fff;
  font-size: 0.78125vw;
  letter-spacing: 0.5em;
}
@media (max-width: 767.98px) {
  .l-footer__navi li {
    font-size: 1.3021172426vw;
  }
}
.l-footer__navi li a {
  margin: 0 20px;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .l-footer__navi li a:hover, .l-footer__navi li a:link:hover {
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (max-width: 767.98px) {
  .l-footer__navi li a {
    margin: 0 8px;
  }
}
.l-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  letter-spacing: 0.15rem;
  background: #0E2F8E;
  color: #FFF;
  font-size: 0.9375vw;
}
@media (max-width: 767.98px) {
  .l-footer__copyright {
    font-size: 3.1250813823vw;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__copyright {
    height: 75px;
    letter-spacing: 0.48vw;
  }
}

/* PLAN swiper */
.p-plan__slide {
  text-align: center;
  position: relative;
  padding-bottom: 7.8125vw;
}

.p-plan__slideWrapper {
  width: 100%;
}
.p-plan__slideWrapper.swiper-wrapper {
  align-items: stretch;
}

.p-plan__itemImg {
  position: relative;
}
.p-plan__itemImg img {
  width: 100%;
}

.p-plan__itemData {
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 7.03125vw 0;
  text-align: center;
}
.p-plan__itemData--02 {
  width: 58.203125vw;
  margin: 0 auto;
  background: #E7EAF4;
  padding: 1.953125vw 2.734375vw;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .p-plan__itemData--02 {
    width: 100%;
  }
}
.p-plan__itemData--02 .p-plan__itemDescriptionTitle {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.25vw;
}
@media (max-width: 767.98px) {
  .p-plan__itemData--02 .p-plan__itemDescriptionTitle {
    font-size: 3.1250813823vw;
  }
}
.p-plan__itemData--02 .p-plan__itemDescriptionTitle:before {
  content: "【";
}
.p-plan__itemData--02 .p-plan__itemDescriptionTitle:after {
  content: "】";
}
.p-plan__itemData--02 .p-plan__itemDescription {
  line-height: 0.93rem;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 767.98px) {
  .p-plan__itemData--02 .p-plan__itemDescription {
    line-height: 5.33vw;
    letter-spacing: 0.48vw;
  }
}
.p-plan__itemData--02 .p-plan__itemDescriptionData {
  line-height: 1.6;
}
.p-plan__itemData--02note {
  width: 58.203125vw;
  margin: 1.171875vw auto 0;
  line-height: 0.93rem;
  letter-spacing: 0.15rem;
  font-weight: 600;
  text-align: left;
  color: #4C4948;
  font-size: 0.9375vw;
}
@media (max-width: 767.98px) {
  .p-plan__itemData--02note {
    font-size: 2.8646579338vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-plan__itemData--02note {
    width: 100%;
    text-align: center;
    margin: 4vw auto 0;
  }
}

.p-plan__itemTitle {
  line-height: 1.6;
  letter-spacing: 0.23rem;
  font-weight: 600;
  font-size: 2.1875vw;
}
@media (max-width: 767.98px) {
  .p-plan__itemTitle {
    font-size: 4.948045522vw;
  }
}
.p-plan__itemPrice {
  margin-top: 15px;
  letter-spacing: 0.28rem;
  font-weight: 700;
  font-size: 1.71875vw;
}
@media (max-width: 767.98px) {
  .p-plan__itemPrice {
    font-size: 3.9063517279vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-plan__itemPrice {
    letter-spacing: 0.8vw;
  }
}
.p-plan__itemPrice small {
  display: block;
  margin-top: 0.5em;
  font-size: 1.4rem;
  letter-spacing: 0.13rem;
  font-size: 1.09375vw;
}
@media (max-width: 767.98px) {
  .p-plan__itemPrice small {
    font-size: 3.1250813823vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-plan__itemPrice small {
    letter-spacing: 0.48vw;
  }
}
.p-plan__itemPrice small > span {
  font-size: 0.78125vw;
}
@media (max-width: 767.98px) {
  .p-plan__itemPrice small > span {
    font-size: 2.3438110367vw;
  }
}

.p-plan__itemInfo {
  line-height: 1.6;
  letter-spacing: 0.18rem;
  color: #4C4948;
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .p-plan__itemInfo {
    letter-spacing: 0.64vw;
  }
}

.p-plan .swiper-button-prev, .p-plan .swiper-button-next {
  background: #0E2F8E;
  z-index: 9;
  width: 4.6875vw;
  height: 4.6875vw;
  top: 22.65625vw;
}
@media screen and (max-width: 767.98px) {
  .p-plan .swiper-button-prev, .p-plan .swiper-button-next {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: 36vw;
  }
}
.p-plan .swiper-button-next {
  right: 0;
}
.p-plan .swiper-button-next::after {
  content: "";
  width: 25%;
  height: 25%;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  transform: rotate(45deg);
  left: 30%;
  right: auto;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
}
.p-plan .swiper-button-prev {
  left: 0;
}
.p-plan .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 25%;
  height: 25%;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  right: 30%;
  left: auto;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.p-plan .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.3333333333vw;
}
.p-plan .swiper-pagination-bullet {
  position: relative;
  background-color: #999;
  opacity: 0.5;
  margin: 0 1.2rem !important;
}
@media screen and (max-width: 767.98px) {
  .p-plan .swiper-pagination-bullet {
    margin: 0 0.8rem !important;
  }
}
.p-plan .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

/* Reservation button */
.c-reserve {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 75vw;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .c-reserve {
    padding: 0;
    width: auto;
  }
}

.c-reserve__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.068em;
  height: 100px;
  border: 1px solid #0E2F8E;
  color: #FFF !important;
  background: #0E2F8E;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none !important;
}
@media screen and (max-width: 767.98px) {
  .c-reserve__btn {
    width: 86.4vw;
    height: 13.3333333333vw;
    background: url(../img/icon_blank.svg) no-repeat right 4vw top 50% #0E2F8E;
    background-size: 18px;
  }
  .c-reserve__btn span {
    letter-spacing: 0.3em;
  }
}
.c-reserve__btn::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  border-left: solid 2px #E84709;
  border-bottom: solid 2px #E84709;
  left: -4px;
  top: 2px;
}
@media screen and (max-width: 767.98px) {
  .c-reserve__btn::after {
    height: 13.3333333333vw;
    left: -5px;
    top: 2px;
  }
}
@media screen and (min-width: 768px) {
  .c-reserve__btn:hover {
    color: #FFF !important;
    background: #E84709;
    border: 1px solid #E84709;
  }
}

.c-reserve__btnEn {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  opacity: 1;
  transition: opacity 0.4s ease;
  margin-top: -0.05em;
  letter-spacing: 0.25em;
  letter-spacing: 0.42rem;
  line-height: 1;
  font-weight: 600;
  font-size: 2.1875vw;
}
@media (max-width: 767.98px) {
  .c-reserve__btnEn {
    font-size: 3.1250813823vw;
  }
}

.c-reserve__btnJa {
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: block;
  letter-spacing: 0.25em;
  margin-top: 0.3125em;
  line-height: 1;
}

.c-reserve__list {
  display: flex;
  justify-content: space-between;
  margin: 3.8rem auto;
}
.c-reserve__list li {
  width: 138px;
  height: 138px;
  text-align: center;
  border-radius: 1rem;
  border: solid 1px #aeaca8;
  overflow: hidden;
}
.c-reserve__list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.4rem 1rem;
  text-decoration: none;
  transition: all 0.4s ease;
  background-color: #aeaca8;
  color: #fff;
}
.c-reserve__list li a span {
  letter-spacing: 0.12em;
  line-height: 1.4;
}
.c-reserve__list li a img {
  display: block;
  width: 38px;
  height: 38px;
  margin: 12px auto 12px;
}
.c-reserve__list li a svg {
  display: block;
  width: 38px;
  height: 38px;
  margin: 12px auto 12px;
}
.c-reserve__list li a svg path {
  transition: fill 0.4s ease;
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .c-reserve__list li a:hover {
    background-color: #fff;
    color: #aeaca8;
  }
  .c-reserve__list li a:hover svg path {
    fill: #aeaca8;
  }
}

/* Reservation button */
.menuBox .menuBoxInner {
  /*background: ;*/
  color: #fff;
}
.menuBox .menuBoxInner li a {
  color: #fff;
}
.menuBox .menuBoxInner .c-btn {
  color: #fff;
  background: #000;
  border-color: #fff;
}
.menuBox .menuBoxInner .c-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 4.8vw;
  height: 4.8vw;
  right: 3.2vw;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../img/icn_blankWhite.svg) no-repeat center/contain;
}
.menuBox .menuBoxInner .comBtn a .jp, .menuBox .menuBoxInner .comBtnList li a .jp {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .menuBox .menuBoxInner .c-btnList {
    width: 100%;
  }
  .menuBox .menuBoxInner .c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: url(../img/icon_blank.svg) no-repeat right 4vw top 50% #0E2F8E;
    background-size: 18px;
    letter-spacing: 0.9706666667vw;
    width: 86.4vw;
    height: 13.3333333333vw;
  }
  .menuBox .menuBoxInner .c-btn span {
    letter-spacing: 0.3em;
  }
  .menuBox .menuBoxInner .c-btn::after {
    position: absolute;
    content: "";
    height: 13.3333333333vw;
    width: 100%;
    border-left: solid 2px #E84709;
    border-bottom: solid 2px #E84709;
    left: -5px;
    top: 5px;
  }
}

/* MENU */
.menuBox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 25vw 0 7.8125vw;
  z-index: 101;
  background: #F5F5F5;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767.98px) {
  .menuBox {
    padding: 0 26px;
  }
}
.menuBox .menuBoxInner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .menuBox .menuBoxInner {
    display: block;
  }
}
.menuBox .menuList {
  width: auto;
  margin-bottom: 3.90625vw;
}
@media screen and (max-width: 767.98px) {
  .menuBox .menuList {
    margin: 33.3333333333vw 0 8vw;
    width: 100%;
  }
}
.menuBox .menuList li {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .menuBox .menuList li {
    margin-bottom: 4.6666666667vw;
  }
}
.menuBox .menuList li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767.98px) {
  .menuBox .menuList li a {
    letter-spacing: 0;
  }
}
.menuBox .menuList li a .en {
  display: block;
  color: #0E2F8E;
  letter-spacing: 6px;
  line-height: 1.7;
  font-weight: 600;
  font-size: 2.34375vw;
}
@media (max-width: 767.98px) {
  .menuBox .menuList li a .en {
    font-size: 5.4688924191vw;
  }
}
@media screen and (min-width: 768px) {
  .menuBox .menuList li a:hover {
    opacity: 0.7;
  }
}
.menuBox .c-btnList {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .menuBox .c-btnList {
    display: block;
  }
}
.menuBox .copy {
  color: #0E2F8E;
  width: 100%;
  text-align: center;
  letter-spacing: 2.4px;
  font-weight: 600;
  font-size: 0.9375vw;
}
@media (max-width: 767.98px) {
  .menuBox .copy {
    font-size: 3.1250813823vw;
  }
}
@media screen and (max-width: 767.98px) {
  .menuBox .copy {
    display: none;
  }
}

main {
  width: 100%;
  padding-top: 14.84375vw;
}
@media screen and (max-width: 767.98px) {
  main {
    padding-top: 20vw;
  }
}

.stripe {
  width: calc(100% - 9.375vw);
  height: 0.625vw;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .stripe {
    height: 10px;
  }
}
.stripe.blue {
  background-image: repeating-linear-gradient(305deg, #0e2f8e, #0e2f8e 2px, transparent 2px, transparent 4px);
}
@media screen and (max-width: 767.98px) {
  .stripe.blue {
    background-image: repeating-linear-gradient(305deg, #0e2f8e, #0e2f8e 3px, transparent 3px, transparent 6px);
  }
}
.stripe.orange {
  background-image: repeating-linear-gradient(305deg, #E84709, #E84709 2px, transparent 2px, transparent 4px);
}
@media screen and (max-width: 767.98px) {
  .stripe.orange {
    background-image: repeating-linear-gradient(305deg, #E84709, #E84709 3px, transparent 3px, transparent 6px);
  }
}

#KV {
  position: relative;
  width: 100%;
  height: 56.40625vw;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 767.98px) {
  #KV {
    height: 129.6vw;
    margin-bottom: 7.3333333333vw;
  }
}
#KV .kv__slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#KV .kv__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.phArea {
  position: relative;
  width: 100%;
  height: 51.328125vw;
}
@media screen and (max-width: 767.98px) {
  .phArea {
    height: inherit;
    margin: 0 -6.6666666667vw;
    width: calc(100% + 13.3333333333vw);
  }
}
.phArea img {
  position: absolute;
  width: 87.5vw;
  height: 51.328125vw;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .phArea img {
    position: relative;
    width: 100%;
    height: auto;
    right: initial;
  }
}
.phArea.left img {
  left: 0;
}

.layoutBlock {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.6875vw;
  padding: 4.6875vw 4.6875vw 4.6875vw 12.5vw;
  background: #E2E6F1;
  width: 92.1875vw;
  margin-top: -3.125vw;
  z-index: 1;
  border-top: solid 4px #0E2F8E;
  border-bottom: solid 4px #0E2F8E;
}
@media screen and (max-width: 767.98px) {
  .layoutBlock {
    display: block;
    width: 100%;
    padding: 8vw 5.3333333333vw;
    padding-bottom: 0;
    border-bottom: none;
    margin-top: -6.6666666667vw;
  }
}
.layoutBlock:before, .layoutBlock:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #0E2F8E;
}
.layoutBlock:before {
  top: 2px;
  left: 0;
}
.layoutBlock:after {
  bottom: 2px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .layoutBlock:after {
    display: none;
  }
}
.layoutBlock .txt {
  padding-top: 3.125vw;
}
@media screen and (max-width: 767.98px) {
  .layoutBlock .txt {
    padding-top: 0;
    padding-bottom: 6.6666666667vw;
  }
}
.layoutBlock .txt h3 {
  display: block;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.1875vw;
  color: #0E2F8E;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 3.125vw;
  margin-bottom: 3.125vw;
  letter-spacing: 0.15vw;
}
@media (max-width: 767.98px) {
  .layoutBlock .txt h3 {
    font-size: 5.7293158676vw;
  }
}
@media screen and (max-width: 767.98px) {
  .layoutBlock .txt h3 {
    text-align: center;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.layoutBlock .txt h3::after {
  position: absolute;
  content: "";
  width: 4.6875vw;
  height: 2px;
  background: #0E2F8E;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .layoutBlock .txt h3::after {
    width: 11.4666666667vw;
    left: 50%;
    margin-left: -5.7333333333vw;
  }
}
.layoutBlock .txt .lead {
  font-weight: 500;
  margin-bottom: 2.34375vw;
  line-height: 1.8;
  letter-spacing: 0.35vw;
  font-size: 1.5625vw;
}
@media (max-width: 767.98px) {
  .layoutBlock .txt .lead {
    font-size: 3.9063517279vw;
  }
}
@media screen and (max-width: 767.98px) {
  .layoutBlock .txt .lead {
    text-align: center;
    letter-spacing: 0.5vw;
  }
}
.layoutBlock .txt > p {
  line-height: 2;
  letter-spacing: 0.35vw;
}
@media screen and (max-width: 767.98px) {
  .layoutBlock .txt > p {
    letter-spacing: 0.5vw;
  }
}
@media screen and (max-width: 767.98px) {
  .layoutBlock .ph {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    background: #FFF;
    margin: 0 -5.3333333333vw;
    padding: 5.3333333333vw 0;
    border-top: solid 4px #0E2F8E;
  }
  .layoutBlock .ph:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #0E2F8E;
  }
  .layoutBlock .ph:before {
    top: 4px;
    left: 0;
  }
}
.layoutBlock .ph img {
  width: 100%;
}
.layoutBlock .ph img:not(:first-of-type) {
  margin-top: 3px;
}
@media screen and (max-width: 767.98px) {
  .layoutBlock .ph img:not(:first-of-type) {
    margin-top: 0;
  }
}
.layoutBlock.inversion {
  margin-left: calc(100% - 92.1875vw);
  padding: 4.6875vw 11.71875vw 4.6875vw 4.6875vw;
}
@media screen and (max-width: 767.98px) {
  .layoutBlock.inversion {
    margin-left: 0;
    padding: 8vw 5.3333333333vw 0;
  }
}
.layoutBlock.inversion .txt {
  order: 2;
}
.layoutBlock.inversion .ph {
  order: 1;
}

/* SECTIONING */
section .content {
  padding: 10.15625vw 0 11.71875vw;
}
@media screen and (max-width: 767.98px) {
  section .content {
    padding: 12vw 6.6666666667vw 15.3333333333vw;
  }
}
section#ABOUT .content {
  text-align: center;
}
section#ABOUT .content h3 {
  letter-spacing: 0.15rem;
  font-weight: 500;
  margin-bottom: 3.125vw;
  font-size: 2.1875vw;
}
@media (max-width: 767.98px) {
  section#ABOUT .content h3 {
    font-size: 3.9063517279vw;
  }
}
@media screen and (max-width: 767.98px) {
  section#ABOUT .content h3 {
    margin-bottom: 5.3333333333vw;
  }
}
section#ABOUT .content p {
  line-height: 3;
  letter-spacing: 0.15rem;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 767.98px) {
  section#ABOUT .content p {
    line-height: 2.4;
    margin-bottom: 8vw;
  }
}
section#ABOUT .content .ph {
  width: 75vw;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  section#ABOUT .content .ph {
    width: 100%;
  }
}
section#WEDDING .content {
  padding-bottom: 0;
}
section#WEDDING .layoutBlock {
  margin-bottom: 10.9375vw;
}
section#PLAN h2 {
  margin-bottom: 60px;
}
section#PLAN .c-heading {
  color: #FFF;
}
section#PLAN .c-heading:after {
  border-bottom: solid 1px #FFF;
}
section#ACCESS {
  position: relative;
  background: url("../img/ph_access.jpg") no-repeat center top;
  background-size: cover;
  color: #FFF;
}
@media only screen and (max-width: 767.98px) {
  section#ACCESS {
    background: url("../img/ph_access_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}
section#ACCESS .content {
  position: relative;
  z-index: 1;
}
section#ACCESS .c-heading {
  margin-bottom: 5.14rem;
}
@media screen and (max-width: 767.98px) {
  section#ACCESS .c-heading {
    margin-bottom: 10vw;
  }
}
section#ACCESS p {
  letter-spacing: 0.14rem;
  line-height: 2.2;
  text-align: center;
}
section#ACCESS p span {
  display: block;
  line-height: 1.4;
}
section#ACCESS p a {
  letter-spacing: 0.2rem;
  text-decoration: none;
}
section#ACCESS p .map {
  display: block;
  margin-top: 1rem;
  margin-bottom: 3.125vw;
  color: #FFF;
  letter-spacing: 0.2rem;
  font-size: 1.25vw;
}
@media (max-width: 767.98px) {
  section#ACCESS p .map {
    font-size: 3.6459282794vw;
  }
}
section#ACCESS .name {
  margin-bottom: 3.90625vw;
}
section#ACCESS .name .en {
  letter-spacing: 0.7rem;
  font-weight: 600;
  font-size: 2.1875vw;
}
@media (max-width: 767.98px) {
  section#ACCESS .name .en {
    font-size: 5.9897393161vw;
  }
}
@media screen and (max-width: 767.98px) {
  section#ACCESS .name .en {
    letter-spacing: 0.5rem;
  }
}
section#ACCESS .tel {
  letter-spacing: 0.14rem;
}
section#ACCESS .tel span {
  letter-spacing: 0.7rem;
  color: #FFF;
  font-weight: 600;
  font-size: 2.1875vw;
}
@media (max-width: 767.98px) {
  section#ACCESS .tel span {
    font-size: 5.9897393161vw;
  }
}
@media screen and (max-width: 767.98px) {
  section#ACCESS .tel span {
    letter-spacing: 0.4rem;
  }
}
section#ACCESS .note {
  font-size: 0.9375vw;
  margin-bottom: 3.125vw;
}
@media (max-width: 767.98px) {
  section#ACCESS .note {
    font-size: 2.6042344853vw;
  }
}
section#ACCESS .time {
  margin-bottom: 38px;
}
section#ACCESS .time > span {
  display: inline;
  font-size: inherit;
  letter-spacing: 0.3vw;
}
section#ACCESS .c-btnList {
  display: grid;
  grid-template-columns: 1fr;
  width: 75vw;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  section#ACCESS .c-btnList {
    grid-template-columns: 1fr;
  }
}
section#ACCESS .c-btnList li {
  width: 37.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  section#ACCESS .c-btnList li {
    width: 86.4vw;
    margin-bottom: 4vw;
  }
}
section#ACCESS .c-btnList li .c-btn {
  width: 100%;
  height: 5.078125vw;
  background: none;
  border-color: #0E2F8E;
  background: #0E2F8E;
}
@media screen and (max-width: 767.98px) {
  section#ACCESS .c-btnList li .c-btn {
    height: 13.3333333333vw;
    background: url(../img/icon_blank.svg) no-repeat right 4vw top 50% #0E2F8E;
    background-size: 18px;
  }
}
section#ACCESS .c-btnList li .c-btn::after {
  position: absolute;
  content: "";
  height: 5.078125vw;
  width: 100%;
  border-left: solid 2px #E84709;
  border-bottom: solid 2px #E84709;
  left: -4px;
  top: 2px;
}
@media screen and (max-width: 767.98px) {
  section#ACCESS .c-btnList li .c-btn::after {
    height: 13.3333333333vw;
    left: -5px;
    top: 2px;
  }
}
section#ACCESS .c-btnList li .c-btn .c-reserve__btnEn {
  font-size: 1.4rem;
  letter-spacing: 0.26rem;
  font-size: 1.09375vw;
}
@media (max-width: 767.98px) {
  section#ACCESS .c-btnList li .c-btn .c-reserve__btnEn {
    font-size: 3.6459282794vw;
  }
}
@media screen and (max-width: 767.98px) {
  section#ACCESS .c-btnList li .c-btn .c-reserve__btnEn {
    letter-spacing: 0.97vw;
  }
}
@media screen and (min-width: 768px) {
  section#ACCESS .c-btnList li .c-btn:hover {
    background: #E84709;
  }
}