@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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: 767px) {
  .forPC {
    display: none !important;
  }
  .forSP {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .content {
    margin: 0 6.69375vw;
  }
}
p {
  letter-spacing: 0.015em;
}

.en {
  font-family: "Montserrat", 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-accord {
  overflow: hidden;
  position: relative;
}

.c-accord__content {
  overflow: hidden;
  box-sizing: border-box;
  transition: 1s 0.2s ease-in;
}
.c-accord__content > *, .c-accord__content::before, .c-accord__content::after {
  transition: 0.6s 0.2s ease-in;
}

.c-accord:not(.__opened) .c-accord__content {
  max-height: 0;
}
.c-accord:not(.__opened) .c-accord__content > *, .c-accord:not(.__opened) .c-accord__content::before, .c-accord:not(.__opened) .c-accord__content::after {
  opacity: 0;
}
.c-accord.__opened .c-accord__content {
  max-height: 2000px;
}
.c-accord.__opened .c-accord__content > *, .c-accord.__opened .c-accord__content::before, .c-accord.__opened .c-accord__content::after {
  opacity: 1;
}

h2 {
  font-size: 1.75rem;
  line-height: 2.14;
  letter-spacing: 0.5rem;
  font-weight: normal;
  margin-bottom: 50px;
  margin-right: -0.5rem;
  font-weight: 600;
}

.c-heading {
  position: relative;
  font-weight: normal;
  text-align: center;
  padding-bottom: 2.7rem;
  margin-bottom: 7.14rem;
  font-size: 2rem;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .c-heading {
    margin-bottom: 4.2rem;
    padding-bottom: 1.5rem;
    font-size: 5.6vw;
  }
}
.c-heading:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  border-bottom: solid 2px #000;
}
@media print, screen and (max-width: 767px) {
  .c-heading:after {
    width: 26.6666666667vw;
    margin-left: -13.3333333333vw;
    border-bottom: solid 1px #000;
  }
}
.c-heading img, .c-heading span, .c-heading small {
  display: block;
  text-align: center;
}
.c-heading .en {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.29rem;
  margin-bottom: 0;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .c-heading .en {
    font-size: 6.3vw;
    line-height: 8.44vw;
    letter-spacing: 1.12vw;
    margin-bottom: 0.25rem;
  }
}
.c-heading .en small {
  font-size: 0.65em;
  letter-spacing: -0.0025em;
  margin-top: 5px;
}
.c-heading .jp {
  font-size: 0.625em;
  letter-spacing: 0.18em;
}

.c-btn {
  width: 320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  position: relative;
  display: block;
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #000;
  box-sizing: border-box;
  transition: all 0.4s;
  text-decoration: none;
}
.c-btn:link {
  text-decoration: none;
}
.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;
}
.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;
}

@media print, screen and (max-width: 767px) {
  .c-btn {
    width: 85vw;
  }
}
@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;
  }
}
@media print, screen and (max-width: 767px) {
  .c-btn span.jp {
    font-size: 0.6875em;
    font-family: "Noto Serif JP", serif;
  }
}
@media screen and (min-width: 768px) {
  .c-btn .jp {
    opacity: 0;
  }
  .c-btn .en {
    opacity: 1;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 4px;
  }
  .c-btn:hover .jp {
    opacity: 1;
  }
  .c-btn:hover .en {
    opacity: 0;
  }
}
.c-btnList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-btnList li {
  margin: 5px 10px;
}

@media print, screen and (max-width: 767px) {
  .c-btnList li {
    margin: 0 0 15px;
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  .c-btn .jp {
    top: 55%;
  }
}
.l-header {
  position: fixed;
  width: 100%;
  color: #000;
  z-index: 200;
  transition: all 0.4s ease;
}

@media print, screen and (max-width: 767px) {
  .l-header {
    color: #fff;
  }
}
.l-header__inner {
  position: relative;
  z-index: 2;
  height: 120px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 50px 4.6875vw 0;
}
@media print, screen and (max-width: 767px) {
  .l-header__inner {
    padding: 25px 25px 0;
    height: auto;
  }
}

.l-header__logo {
  position: relative;
  margin-right: auto;
}
.l-header__logo > a {
  display: block;
  height: 100%;
  align-items: center;
}
.l-header__logo img, .l-header__logo svg {
  display: block;
  max-width: 250px;
  height: 71px;
}

@media print, screen and (max-width: 767px) {
  .l-header__logo img, .l-header__logo svg {
    max-width: 140px;
    height: 48px;
  }
}
@media print, screen and (max-width: 374px) {
  .l-header__logo img, .l-header__logo svg {
    height: 15px;
  }
}
.l-header__navi {
  padding-top: 13px;
  color: #000;
}

.l-header__naviItemEn {
  font-size: 0.75rem;
  letter-spacing: 0.23rem;
  top: 0.1em;
  font-weight: 500;
}

.l-header__naviItemJa {
  font-size: 1em;
  font-weight: 500;
}

.l-header--open {
  color: #fff;
}

.l-header__navi {
  display: flex;
  align-items: center;
}

.l-header__naviList {
  display: flex;
  align-items: center;
  margin-right: 2.82vw;
}
@media print, screen and (max-width: 767px) {
  .l-header__naviList {
    display: none;
  }
}

.l-header__naviItem {
  margin-left: 2.82vw;
  position: relative;
}
.l-header__naviItem a {
  display: block;
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
}
.l-header__naviItem a:hover .l-header__naviItemEn {
  opacity: 0;
}
.l-header__naviItem a:hover .l-header__naviItemJa {
  opacity: 1;
}

.l-header__naviItemEn, .l-header__naviItemJa {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity ease 0.4s;
  white-space: nowrap;
}

@media print, screen and (max-width: 374px) {
  .l-header__naviItemEn, .l-header__naviItemJa {
    letter-spacing: -0.05em;
  }
}
.l-header__naviItemEn {
  opacity: 1;
}

.l-header__naviItemJa {
  opacity: 0;
}

.l-header__naviItem--reservation {
  width: 11em;
}

.l-header__naviItem--catalog {
  width: 4.375rem;
  width: 6em;
}

@media only screen and (max-width: 767px) {
  .l-header__navi, .l-header__naviList, .l-header__naviItem {
    height: 100%;
  }
  .l-header__naviList {
    margin-right: 3.91vw;
  }
  .l-header__navi .l-header__naviItem {
    margin: 0;
    width: 80px;
    background: #000 no-repeat center 6px/22px;
  }
  .l-header__navi .l-header__naviItem.l-header__naviItem--reservation {
    border-right: solid 1px #fff;
  }
  .l-header__naviList .l-header__naviItemJa {
    font-size: 10px;
    opacity: 1 !important;
    padding-top: 32px;
    height: auto;
  }
  .l-header__naviList .l-header__naviItemEn {
    display: none;
  }
  .l-header__navi .l-header__naviItem.l-header__naviItem--reservation {
    background-image: url(../img/icon_reservation.svg);
  }
  .l-header__navi .l-header__naviItem.l-header__naviItem--catalog {
    background-image: url(../img/icon_catalog.svg);
  }
}
@media print, screen and (max-width: 374px) {
  .l-header__navi .l-header__naviItem {
    width: 70px;
  }
}
.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;
  box-sizing: border-box;
  position: relative;
  width: 40px;
  height: 7px;
}
.l-overMenuTrigger span {
  background: #000;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 40px;
  height: 1px;
  border-radius: 2px;
}
.l-overMenuTrigger span:nth-of-type(1) {
  top: 0;
  opacity: 1;
}
.l-overMenuTrigger span:nth-of-type(2) {
  opacity: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.l-overMenuTrigger span:nth-of-type(3) {
  bottom: 0;
  opacity: 1;
}

@media print, screen and (max-width: 767px) {
  .l-overMenuTrigger span {
    border-radius: 0;
  }
}
.l-overMenuTrigger--open span {
  background: #fff;
}
.l-overMenuTrigger--open span:nth-of-type(1) {
  opacity: 0;
}
.l-overMenuTrigger--open span:nth-of-type(2) {
  opacity: 1;
}
.l-overMenuTrigger--open span:nth-of-type(3) {
  opacity: 0;
}

.l-header.kv .l-header__logo img, .l-header.kv .l-header__logo svg {
  filter: brightness(0) invert(1);
}
.l-header.kv .l-header__navi {
  color: #FFF;
}
.l-header.kv .l-overMenuTrigger span {
  background: #FFF;
}

.l-footer {
  position: relative;
}

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

@media print, screen and (max-width: 767px) {
  .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: 10px;
  letter-spacing: 0.5em;
}
.l-footer__navi li a {
  margin: 0 20px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.l-footer__navi li a:hover, .l-footer__navi li a:link:hover {
  color: #fff;
  text-decoration: none;
}

@media print, screen and (max-width: 767px) {
  .l-footer__navi li a {
    margin: 0 8px;
  }
}
@media print, screen and (max-width: 374px) {
  .l-footer__navi li a {
    margin: 0 5px;
  }
}
.l-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  background: #000;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    height: 75px;
    font-size: 2.4vw;
    letter-spacing: 0.48vw;
  }
}

.l-pageTop {
  background: #666666 url("../img/icn_arrow_top.svg") no-repeat 45% center/50%;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  transition: opacity 0.4s ease;
}

@media print, screen and (max-width: 767px) {
  .l-pageTop {
    width: 11vw;
    height: 11vw;
    right: 5vw;
    bottom: 20vw;
  }
}
.p-featureList {
  padding-bottom: 7.5rem;
}

@media print, screen and (max-width: 899px) {
  .p-featureList {
    padding-bottom: 9.38vw;
  }
}
@media print, screen and (max-width: 767px) {
  .p-featureList {
    padding-bottom: 18.23vw;
  }
}
.p-featureList__item {
  display: flex;
  align-items: stretch;
  position: relative;
  margin: 20px auto 110px;
  z-index: 0;
}

@media print, screen and (max-width: 767px) {
  .p-featureList__item {
    margin-top: 11.72vw;
    margin-bottom: 7.95vw;
    display: block;
  }
  .p-featureList__item:nth-child(1) .p-featureList__item__itemImg {
    margin-top: 8.25vw;
  }
}
.p-featureList__itemData {
  order: 1;
  width: 50%;
  padding-top: 40px;
}

.p-featureList__item:nth-child(odd) .p-featureList__itemData {
  padding-top: 130px;
}

@media print, screen and (max-width: 899px) {
  .p-featureList__itemData {
    padding-bottom: 3.99vw;
  }
}
@media print, screen and (max-width: 767px) {
  .p-featureList__itemData {
    width: auto;
    padding-top: 0;
  }
  .p-featureList__item:nth-child(odd) .p-featureList__itemData {
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-featureList__item:nth-child(2n) .p-featureList__itemData {
    order: 2;
    padding-left: 21px;
  }
  .p-featureList__item:nth-child(2n+1) .p-featureList__itemData {
    order: 1;
    padding-right: 52px;
  }
}
.p-featureList__itemImg {
  order: 2;
  width: 50%;
  box-sizing: border-box;
  background: no-repeat right bottom/44.22vw;
}
.p-featureList__itemImg img:nth-child(1) {
  position: absolute;
  width: 995px;
}

@media print, screen and (max-width: 767px) {
  .p-featureList__itemImg {
    width: auto;
    position: relative;
    margin-bottom: 17.3333333333vw;
  }
}
@media print, screen and (max-width: 767px) {
  .p-featureList__itemImg img:nth-child(1) {
    position: relative;
    width: 88.9333333333vw;
    margin-left: -6.69375vw;
  }
}
.p-featureList__item:nth-child(2n+1) .p-featureList__itemData {
  order: 1;
}

@media print, screen and (max-width: 767px) {
  .p-featureList__itemImg img:nth-child(2) {
    position: absolute;
    width: 40vw;
    top: 38.6666666667vw;
    right: 0;
    margin-right: -6.69375vw;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-featureList__item:nth-child(2n) {
    padding-bottom: 600px;
  }
  .p-featureList__item:nth-child(2n+1) {
    padding-top: 600px;
  }
}
@media screen and (min-width: 768px) {
  .p-featureList__item:nth-child(2n) .p-featureList__itemImg img:nth-child(1) {
    left: 100px;
    bottom: 0;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-featureList__item:nth-child(2n+1) .p-featureList__itemImg img:nth-child(1) {
    right: 100px;
    top: 0;
    z-index: 0;
  }
  .p-featureList__item:nth-child(2n+1) .p-featureList__itemImg img:nth-child(2) {
    position: absolute;
    z-index: 1;
  }
  .p-featureList__item:nth-child(2n) .p-featureList__itemImg img:nth-child(2) {
    /* position: absolute; */
    z-index: 1;
    position: relative;
    width: 450px;
  }
}
.p-featureList__itemTitle {
  position: relative;
  font-size: 2.25rem;
  letter-spacing: 0.46rem;
  line-height: 1;
  font-weight: 500;
  padding: 0 0 30px;
  margin: 0 0 40px;
}
@media print, screen and (max-width: 767px) {
  .p-featureList__itemTitle {
    font-size: 6.13vw;
    letter-spacing: 1.23vw;
    padding: 0 0 5.3333333333vw;
    margin: 0 0 12vw;
    z-index: 10;
  }
}
.p-featureList__itemTitle:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #000;
}
@media print, screen and (max-width: 767px) {
  .p-featureList__itemTitle:after {
    width: 12vw;
  }
}

.p-featureList__itemSubTitle {
  font-size: 1.25rem;
  line-height: 1.9;
  letter-spacing: 0.25rem;
  font-weight: 600;
  margin-bottom: 35px;
}

@media print, screen and (max-width: 767px) {
  .p-featureList__itemSubTitle {
    font-size: 4vw;
    line-height: 8vw;
    letter-spacing: 1.2vw;
  }
}
@media print, screen and (max-width: 767px) {
  .p-featureList__item:nth-child(2) .p-featureList__itemSubTitle {
    letter-spacing: 0.56vw;
  }
}

.p-featureList__itemDescription {
  font-size: 0.81rem;
  line-height: 2.28;
  letter-spacing: 0.15rem;
  font-weight: 700;
  color: #4C4948;
}

@media print, screen and (max-width: 899px) {
  .p-featureList__itemDescription {
    margin-top: 1.88vw;
    font-size: 1.1vw;
  }
}
@media print, screen and (max-width: 767px) {
  .p-featureList__itemDescription {
    font-size: 3.2vw;
    line-height: 6.67vw;
    letter-spacing: 0.59vw;
  }
}
.p-reservationLink__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  margin: 30px auto;
}
@media print, screen and (max-width: 767px) {
  .p-reservationLink__list {
    grid-template-columns: 1fr 1fr;
  }
}
.p-reservationLink__list li {
  height: 220px;
  text-align: center;
  border: solid 1px #C7C5B9;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .p-reservationLink__list li {
    height: calc(50vw - 40px);
  }
}
.p-reservationLink__list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 9px;
  text-decoration: none;
  transition: all 0.4s ease;
  background-color: #C7C5B9;
  color: #000;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.18rem;
}
@media print, screen and (max-width: 767px) {
  .p-reservationLink__list li a {
    font-size: 2.8vw;
    letter-spacing: 0.3vw;
  }
}
.p-reservationLink__list li a img {
  display: block;
  height: 32px;
  margin: 10px auto 20px;
}

@media only screen and (min-width: 921px) {
  .p-reservationLink__list li a:hover {
    background-color: #fff;
    color: #000;
  }
}
.p-plan__title {
  color: #fff;
}

.p-plan__item {
  margin-top: 60px;
  display: flex;
}
.p-plan__item:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 920px) {
  .p-plan__item {
    display: block;
    margin-top: 16.54vw;
  }
}
.p-plan__itemTitle {
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.23rem;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .p-plan__itemTitle {
    font-size: 5.33vw;
    letter-spacing: 1.23vw;
  }
}

.p-plan__itemLead {
  line-height: 1.4;
  color: #caded7;
  font-size: 13px;
}

@media only screen and (max-width: 920px) {
  .p-plan__itemLead {
    letter-spacing: 0.05em;
    font-size: 2.94vw;
  }
}
.p-plan__itemPrice {
  margin-top: 15px;
  font-size: 1.38rem;
  letter-spacing: 0.28rem;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .p-plan__itemPrice {
    font-size: 4vw;
    letter-spacing: 0.8vw;
  }
}
.p-plan__itemPrice small {
  display: block;
  margin-top: 0.5em;
  font-size: 0.83rem;
  letter-spacing: 0.13rem;
}
@media print, screen and (max-width: 767px) {
  .p-plan__itemPrice small {
    font-size: 2.4vw;
    letter-spacing: 0.48vw;
  }
}
.p-plan__itemPrice small > span {
  font-size: 0.63rem;
}
@media print, screen and (max-width: 767px) {
  .p-plan__itemPrice small > span {
    font-size: 2vw;
  }
}

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

.p-plan__itemInfoTitle:after {
  content: "：";
}

@media only screen and (max-width: 920px) {
  .p-plan__itemDescription.__show .p-plan__itemDescriptionTitle:after {
    transform: translate3d(0, -50%, 0) rotate(0deg);
  }
}
.p-plan__itemDescriptionTitle:before {
  content: "【";
}
.p-plan__itemDescriptionTitle:after {
  content: "】";
}

.p-plan__itemDescriptionData {
  line-height: 1.6;
}

@media only screen and (max-width: 920px) {
  .p-plan__itemDescriptionData {
    /* padding-top: 1.34vw; */
  }
}
.p-plan__itemData {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 100px 60px 40px;
  background-color: #F4F3EF;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p-plan__itemData {
    padding: 60px 5.34vw 9.34vw;
    font-size: 3.2vw;
    letter-spacing: 0.48vw;
  }
}
.p-plan__itemData--02 {
  max-width: 745px;
  margin: 0 auto;
  background: #FFF;
  padding: 20px 35px;
  text-align: left;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  .p-plan__itemData--02 {
    padding: 20px;
  }
}
.p-plan__itemData--02 .p-plan__itemDescriptionTitle {
  font-weight: 600;
  margin-bottom: 10px;
}
.p-plan__itemData--02 .p-plan__itemDescription {
  font-size: 0.88rem;
  line-height: 0.93rem;
  letter-spacing: 0.18rem;
}
@media print, screen and (max-width: 767px) {
  .p-plan__itemData--02 .p-plan__itemDescription {
    font-size: 3.2vw;
    line-height: 5.33vw;
    letter-spacing: 0.48vw;
  }
}
.p-plan__itemData--02note {
  max-width: 745px;
  margin: 10px auto 0;
  font-size: 0.75rem;
  line-height: 0.93rem;
  letter-spacing: 0.15rem;
  font-weight: 600;
  text-align: left;
  color: #4C4948;
}
@media print, screen and (max-width: 767px) {
  .p-plan__itemData--02note {
    font-size: 2.93vw;
    line-height: 3.47vw;
    letter-spacing: 0.59vw;
    text-align: center;
  }
}

.p-plan__itemImg {
  position: relative;
}
.p-plan__itemImg:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  border-left: solid 2px #000;
  bottom: -50px;
  left: 50%;
}
@media only screen and (max-width: 920px) {
  .p-plan__itemImg:after {
    height: 50px;
    border-left: solid 1px #000;
    bottom: -25px;
  }
}

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

@media only screen and (max-width: 920px) {
  .p-plan__itemImg img {
    width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  .p-plan__itemImg {
    width: auto;
  }
}
.p-plan__slide {
  padding-bottom: 25px;
  text-align: center;
  position: relative;
}

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

.p-plan__slideItem.swiper-slide {
  height: auto;
  background-color: #F4F3EF;
  width: 960px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 920px) {
  .p-plan__slideItem.swiper-slide {
    width: 100%;
  }
}
.p-plan .swiper-button-prev, .p-plan .swiper-button-next {
  background: #000;
  z-index: 9;
  width: 60px;
  height: 60px;
  top: 40%;
}
@media only screen and (max-width: 920px) {
  .p-plan .swiper-button-prev, .p-plan .swiper-button-next {
    width: 35px;
    height: 35px;
    top: 36.6666666667vw;
  }
}
.p-plan .swiper-button-prev::after {
  content: "";
  width: 25%;
  height: 25%;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  transform: rotate(45deg);
}
.p-plan .swiper-button-next {
  right: 0;
  top: 200px;
}
@media only screen and (max-width: 920px) {
  .p-plan .swiper-button-next {
    top: 36.6666666667vw;
  }
}
.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;
  top: 200px;
}
@media only screen and (max-width: 920px) {
  .p-plan .swiper-button-prev {
    top: 36.6666666667vw;
  }
}
.p-plan .swiper-button-prev::after {
  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: 40px;
}
.p-plan .swiper-pagination-bullet {
  position: relative;
  background-color: #999;
  opacity: 0.5;
  margin: 0 1rem !important;
}
.p-plan .swiper-pagination-bullet-active {
  transform: scale(1.8);
  opacity: 1;
  background: #000;
}
.p-plan .swiper-pagination-bullet-active::before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border: solid 1px #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-plan .swiper-pagination-bullet {
  margin: 0 10px !important;
}

.p-plan .swiper-pagination-bullet-active {
  transform: scale(1);
}

.p-plan .swiper-pagination-bullet-active::before {
  display: none;
}

/* Reservation button */
.c-reserve {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-reserve {
    margin: 7.82vw 6.69375vw;
    padding: 0;
    width: auto;
  }
}
.c-reserve__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.068em;
  height: 100px;
  border: 1px solid #000;
  color: #FFF !important;
  background: #000;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none !important;
}

@media only screen and (max-width: 920px) {
  .c-reserve__btn {
    border: 0.27vw solid #000;
    height: 50px;
    width: 100%;
  }
}
.c-reserve__btnEn {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  opacity: 1;
  transition: opacity 0.4s ease;
  margin-top: -0.05em;
  letter-spacing: 0.25em;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.42rem;
  line-height: 1;
}

@media only screen and (max-width: 920px) {
  .c-reserve__btnEn {
    font-size: 3.47vw;
    line-height: 13.4vw;
    letter-spacing: 0.97vw;
  }
}
.c-reserve__btnJa {
  font-family: "Noto Serif JP", serif;
  position: relative;
  display: block;
  letter-spacing: 0.25em;
  font-size: 12px;
  margin-top: 0.3125em;
  line-height: 1;
}

@media only screen and (max-width: 920px) {
  .c-reserve__btnJa {
    margin-top: 0.5em;
    font-size: 2.94vw;
  }
}
.c-reserve__btn::after {
  content: "";
  display: block;
  position: absolute;
  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;
}
.c-reserve__btn:hover {
  color: #000 !important;
  background: #FFF;
}
.c-reserve__btn:hover::after {
  background-image: url(../img/icn_blankBlack.svg);
}

@media only screen and (max-width: 920px) {
  .c-reserve__btn::after {
    width: 2.5vw;
    height: 2.5vw;
    right: 3.2vw;
  }
}
.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;
  box-sizing: border-box;
  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;
  font-size: 14px;
}
.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;
}
.c-reserve__list li a:hover {
  background-color: #fff;
  color: #aeaca8;
}
.c-reserve__list li a:hover svg path {
  fill: #aeaca8;
}

@media only screen and (max-width: 920px) {
  .c-reserve__list {
    margin: 2rem auto;
  }
}
@media only screen and (max-width: 920px) {
  .c-reserve__list li {
    border-radius: 0.75rem;
    width: 27.74vw;
    height: 27.74vw;
    border: solid 0.14vw #aeaca8;
  }
}
@media only screen and (max-width: 920px) {
  .c-reserve__list li a {
    padding: 2.67vw 1.34vw;
  }
}
@media only screen and (max-width: 920px) {
  .c-reserve__list li a span {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 920px) {
  .c-reserve__list li a img, .c-reserve__list li a svg {
    width: 9.6vw;
    height: 9.6vw;
    margin: 2.94vw auto;
  }
}
/* 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 print, screen and (max-width: 767px) {
  .menuBox .menuBoxInner .c-btnList {
    width: 100%;
  }
  .menuBox .menuBoxInner .c-btn {
    color: #fff;
    background: transparent;
    font-size: 3.4666666667vw;
    letter-spacing: 0.9706666667vw;
    width: 100%;
    max-width: 86.6666666667vw;
    height: 100%;
    max-height: 10.6666666667vw;
  }
}

@media only screen and (max-width: 920px) {
  .menuBox .menuBoxInner .c-btn::after {
    width: 2.5vw;
    height: 2.5vw;
  }
}
/*------------------------------------------------------------
    トップページ
------------------------------------------------------------*/
.photoList {
  margin-right: -12px;
}
.photoList li {
  padding: 0 12px 12px 0;
  float: left;
  width: 25%;
  box-sizing: border-box;
}
.photoList li img {
  max-width: 100%;
  transition: all 1s ease;
}
.photoList li a {
  display: block;
  overflow: hidden;
}
.photoList li a:hover img {
  transform: scale(1.2);
}

.fancybox-caption {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fancybox-toolbar {
  right: 30px;
  top: 17px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 40px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 40px;
}

@media screen and (max-width: 767px) {
  .photoList {
    margin-right: 0;
  }
  .photoList li {
    padding: 0;
    width: 50%;
  }
  .photoList li img {
    max-width: inherit;
    width: 100%;
  }
  .fancybox-toolbar {
    right: 15px;
    top: 15px;
  }
  .fancybox-button.fancybox-button--close {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 10px;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 10px;
  }
}
/* MENU */
.menuBox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  padding: 200px 120px 0;
  z-index: 101;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/kv_back01.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  overflow-y: auto;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  .menuBox {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/kv_back02_sp.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.menuBox .menuBoxInner {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.menuBox .menuList {
  width: 100%;
}
.menuBox .menuList li {
  margin-bottom: 25px;
}
.menuBox .menuList li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
}
.menuBox .menuList li a .en {
  display: block;
  color: #fff;
  font-size: 30px;
  letter-spacing: 6px;
  line-height: 1.7;
  font-weight: 500;
}
.menuBox .menuList li a .jp {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
}
.menuBox .menuList li a:hover {
  opacity: 0.7;
}
.menuBox .copy {
  position: absolute;
  color: #FFF;
  bottom: 60px;
  right: 60px;
  text-align: right;
  font-size: 12px;
  letter-spacing: 2.4px;
  font-family: initial;
}

@media screen and (max-width: 767px) {
  .menuBox {
    padding: 0 26px;
    box-sizing: border-box;
  }
  .menuBox .menuList {
    margin: 25.0666666667vw 0 4vw;
    width: 100%;
  }
  .menuBox .menuList li {
    margin-bottom: 4.6666666667vw;
  }
  .menuBox .menuList li a {
    letter-spacing: 0;
  }
  .menuBox .menuList li a .en {
    font-size: 4.5333333333vw;
    letter-spacing: 0.9066666667vw;
  }
  .menuBox .menuList li a .jp {
    font-size: 2.9333333333vw;
    letter-spacing: 0.8vw;
  }
  .menuBox .comBtnList {
    width: 100%;
  }
  .menuBox .copy {
    display: none;
  }
}
/* SECTIONING */
section#KV {
  position: relative;
  background: #000;
  width: 100vw;
  min-height: 100dvh;
}
section#KV::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
section#KV .kv__slide {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
section#KV .kv__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#KV .txtBox {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  padding: 50px 0 100px;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 100;
}
@media (max-width: 980px) {
  section#KV .txtBox {
    width: 100%;
    max-width: 80vw;
    padding: 0 0 6vh;
    background-size: 1.5vw auto;
  }
}
section#KV .txtBox .logo {
  margin-bottom: 2vh;
}
section#KV .txtBox .wedding {
  color: #FFF;
  font-size: 2.1em;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}
section#KV h1 {
  margin: 0 auto;
}
section#KV h1 img, section#KV h1 svg {
  height: 100%;
  max-height: 20.3125vw;
}
@media print, screen and (max-width: 767px) {
  section#KV h1 img, section#KV h1 svg {
    max-height: 40vw;
  }
}
section#KV .scrollBtn {
  margin-left: -27px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 100;
  font-size: 0.75rem;
  letter-spacing: 0.23rem;
  margin-right: -0.2rem;
}
section#KV .scrollBtn a {
  text-decoration: none;
  display: block;
  height: 60px;
  position: relative;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  section#KV .scrollBtn a {
    letter-spacing: 1vw;
    font-size: 2.8vw;
  }
}
section#KV .scrollBtn a:after {
  width: 1px;
  height: 40px;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  position: absolute;
  transform: translateX(-50%);
  background: #fff;
  animation: line 1.4s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.5s infinite;
}
@media print, screen and (max-width: 767px) {
  section#KV .scrollBtn a:after {
    height: 30px;
  }
}
section#INTRO {
  background-color: #F4F3EF;
}
section#INTRO .content {
  padding: 180px 0;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  section#INTRO .content {
    padding: 80px 0;
  }
}
@media print, screen and (max-width: 767px) {
  section#INTRO .content h2 {
    font-size: 4vw;
    line-height: 8.8vw;
    letter-spacing: 1.9vw;
  }
}
section#INTRO .content p {
  color: #4C4948;
  font-size: 0.81rem;
  line-height: 3;
  letter-spacing: 0.15rem;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  section#INTRO .content p {
    font-size: 3.2vw;
    line-height: 8.27vw;
    letter-spacing: 0.7vw;
  }
}
section#INTRO .content p:not(:last-child) {
  margin-bottom: 2em;
}
section#ABOUT {
  background: linear-gradient(180deg, rgb(244, 243, 239) 0px, rgb(244, 243, 239) 550px, rgb(255, 255, 255) 550px, rgb(255, 255, 255) 100%);
}
@media print, screen and (max-width: 767px) {
  section#ABOUT {
    background: linear-gradient(180deg, rgb(244, 243, 239) 0px, rgb(244, 243, 239) 80vw, rgb(255, 255, 255) 80vw, rgb(255, 255, 255) 100%);
  }
}
section#WEDDING_SCENE {
  background: #000;
}
section#WEDDING_SCENE .content {
  padding-top: 170px;
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_SCENE .content {
    padding-top: 110px;
  }
}
section#WEDDING_SCENE h2 {
  margin-bottom: 60px;
}
section#WEDDING_SCENE .c-heading {
  color: #FFF;
}
section#WEDDING_SCENE .c-heading:after {
  border-bottom: solid 1px #FFF;
}
section#WEDDING_SCENE .p-featureList__itemDescription {
  color: #FFF;
  text-align: center;
  margin-bottom: 75px;
}
section#WEDDING_SCENE .caseWrap .case-title {
  padding-bottom: 35px;
  margin-bottom: 50px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.35rem;
  text-align: center;
  color: #FFF;
  border-bottom: solid 1px #FFF;
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_SCENE .caseWrap .case-title {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 4vw;
    letter-spacing: 0.8vw;
  }
}
section#WEDDING_SCENE .caseWrap .caseBlock {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 90px;
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_SCENE .caseWrap .caseBlock {
    display: block;
  }
}
section#WEDDING_SCENE .caseWrap .caseBlock .item {
  position: relative;
  color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_SCENE .caseWrap .caseBlock .item:not(:last-of-type) {
    margin-bottom: 12vw;
  }
}
section#WEDDING_SCENE .caseWrap .caseBlock .item:not(:last-of-type):after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  right: -18px;
  top: 44%;
  margin-top: -15px;
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_SCENE .caseWrap .caseBlock .item:not(:last-of-type):after {
    transform: rotate(135deg);
    margin-top: 0;
    right: 0;
    left: 23%;
    top: inherit;
    bottom: -6vw;
  }
}
section#WEDDING_SCENE .caseWrap .caseBlock .item .time {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.23rem;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_SCENE .caseWrap .caseBlock .item .time {
    position: absolute;
    padding-left: 6.6666666667vw;
    right: 0;
    top: 6.6666666667vw;
    width: 50%;
    font-size: 5.33vw;
    letter-spacing: 0.8vw;
    box-sizing: border-box;
  }
}
section#WEDDING_SCENE .caseWrap .caseBlock .item .ph {
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_SCENE .caseWrap .caseBlock .item .ph {
    left: 0;
    top: 0;
    width: 50%;
  }
}
section#WEDDING_SCENE .caseWrap .caseBlock .item .ph .photo img {
  width: 100%;
}
section#WEDDING_SCENE .caseWrap .caseBlock .item .ph .caption {
  padding: 5px 0;
  background: #CFCDC3;
  font-size: 0.75rem;
  letter-spacing: 0.11rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
  font-weight: 900;
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_SCENE .caseWrap .caseBlock .item .ph .caption {
    font-size: 2.93vw;
    letter-spacing: 0.44vw;
  }
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_SCENE .caseWrap .caseBlock .item .cont {
    position: absolute;
    padding-left: 6.6666666667vw;
    right: 0;
    top: 16vw;
    width: 50%;
    box-sizing: border-box;
  }
}
section#WEDDING_SCENE .caseWrap .caseBlock .item .cont .en {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_SCENE .caseWrap .caseBlock .item .cont .en {
    font-size: 4vw;
    letter-spacing: 0.8vw;
  }
}
section#WEDDING_SCENE .caseWrap .caseBlock .item .cont .ja {
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_SCENE .caseWrap .caseBlock .item .cont .ja {
    font-size: 2.93vw;
    letter-spacing: 0.59vw;
  }
}
section#WEDDING_PLAN {
  background-color: #F4F3EF;
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_PLAN .content {
    margin: 0;
    padding: 60px 0 30px;
  }
}
section#WEDDING_PLAN .c-heading {
  margin-bottom: 4.5rem;
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_PLAN .c-heading {
    margin-bottom: 2.5rem;
  }
}
section#PHOTO_GALLERY {
  background-color: #F2F2F2;
}
section#PHOTO_GALLERY .c-heading {
  color: #231815;
}
section#RESERVATION .content {
  padding-top: 140px;
}
@media print, screen and (max-width: 767px) {
  section#RESERVATION .content {
    padding-top: 110px;
  }
}
section#ACCESS {
  position: relative;
  background: url("../img/access_back.jpg") no-repeat center top;
  background-size: cover;
  color: #FFF;
}
section#ACCESS::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
}
section#ACCESS .content {
  position: relative;
  z-index: 1;
}
section#ACCESS .c-heading {
  margin-bottom: 5.14rem;
}
@media print, screen and (max-width: 767px) {
  section#ACCESS .c-heading {
    margin-bottom: 10vw;
  }
}
section#ACCESS .c-heading:after {
  border-bottom: solid 2px #FFF;
}
section#ACCESS p {
  font-size: 0.88rem;
  letter-spacing: 0.14rem;
  margin-bottom: 30px;
  line-height: 2.2;
  text-align: center;
}
section#ACCESS p span {
  display: block;
  font-size: 22px;
  line-height: 1.4;
}
section#ACCESS p a {
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-decoration: none;
}
section#ACCESS p .map {
  display: block;
  margin-top: 1rem;
}
section#ACCESS .name .en {
  font-size: 1.75rem;
  letter-spacing: 0.54rem;
}
section#ACCESS .name .jp {
  font-size: 1rem;
  letter-spacing: 0.3rem;
}
section#ACCESS .tel {
  font-size: 0.88rem;
  letter-spacing: 0.14rem;
  margin-bottom: 25px;
}
section#ACCESS .tel span {
  font-size: 1.75rem;
  letter-spacing: 0.35rem;
}
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;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  section#ACCESS .c-btnList {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  section#ACCESS .c-btnList li {
    margin-bottom: 0;
  }
}
section#ACCESS .c-btnList li .c-btn {
  width: 100%;
  height: 65px;
  background: none;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  section#ACCESS .c-btnList li .c-btn {
    height: 50px;
  }
}
section#ACCESS .c-btnList li .c-btn .c-reserve__btnEn {
  font-size: 0.88rem;
  letter-spacing: 0.26rem;
}
@media screen and (max-width: 767px) {
  section#ACCESS .c-btnList li .c-btn .c-reserve__btnEn {
    font-size: 3.47vw;
    letter-spacing: 0.97vw;
  }
}
section#ACCESS .c-btnList li .c-btn:hover {
  color: #000;
  background: #FFF;
}

@media print, screen and (max-width: 767px) {
  section#ABOUT .content {
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  section#PHOTO_GALLERY .c-heading .en {
    letter-spacing: 0.22em;
  }
}
@media print, screen and (max-width: 767px) {
  section#WEDDING_PLAN .c-heading .en {
    letter-spacing: 0.22em;
    font-size: 5.71vw;
  }
}
@media print, screen and (max-width: 767px) {
  section#ACCESS p {
    margin-bottom: 35px;
    line-height: 1.7;
    font-size: 3.2vw;
  }
}
@media print, screen and (max-width: 767px) {
  section#ACCESS p span {
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 768px) {
  section#ACCESS p a:hover {
    text-decoration: none;
  }
}
@media print, screen and (max-width: 767px) {
  section#ACCESS .name .jp {
    font-size: 3.2vw;
  }
}
@media print, screen and (max-width: 767px) {
  section#ACCESS .tel span {
    font-size: 5vw;
  }
}
@media print, screen and (max-width: 767px) {
  section#ACCESS .time {
    margin: 44px 0 48px;
  }
  section#ACCESS .time > span {
    font-size: 3.2vw;
  }
}