@charset "UTF-8";
html, body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400;
}
@media (width <= 991.98px) {
  html, body {
    font-size: 1rem !important;
  }
}

#site-header {
  height: 90px;
}
#site-header #site-header-container {
  height: 100%;
}
#site-header #site-header-container .site-header-logo {
  margin: 0;
  padding: 0;
  width: auto;
}
#site-header #site-header-container .site-header-logo a {
  width: 100%;
  height: 100%;
}
#site-header #site-header-container .site-header-logo a span {
  position: relative;
  aspect-ratio: 153/76;
  display: block;
  width: 100%;
  max-width: 153px;
  height: 100%;
}
#site-header #site-header-container .site-header-logo a img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-header {
  height: 280px;
}
.page-header .container {
  z-index: 5;
}
.page-header .container .page-header-title {
  color: #222;
  font-family: "Cormorant Garamond", serif;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.site-body {
  z-index: 1;
  padding: 0 !important;
}
@media (width <= 991.98px) {
  .site-body {
    font-size: 0.9375rem !important;
  }
}
.site-body .container .main-section {
  margin-bottom: 0 !important;
}

#global-nav .menu .menu-item::before {
  display: none;
}
#global-nav .menu .menu-item a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
#global-nav .menu .menu-item a .global-nav-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9375rem;
  font-weight: 400;
}
#global-nav .menu .menu-item a:focus {
  outline: none;
}
#global-nav .menu .menu-item a:hover {
  transition: all 0.2s ease-out;
  opacity: 0.7;
}
#global-nav .menu .menu-item.catering {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: 18px;
  width: 100%;
  max-width: 217px;
}
#global-nav .menu .menu-item.catering a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 217px;
  height: 56px;
  background-color: #222;
  color: #fff;
  font-family: "Noto Serif JP", serif !important;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
#global-nav .menu .menu-item.catering a:focus {
  outline: none;
}
#global-nav .menu .menu-item.catering a:hover {
  transition: all 0.2s ease-out;
  background-color: #999;
}
#global-nav .menu .menu-item.catering a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 8px;
  height: 12px;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/icon-arrow-right.svg");
          mask-image: url("../img/common/icon-arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: translate(-15px, -50%);
}
#vk-mobile-nav {
  padding-top: 90px;
}
#vk-mobile-nav .vk-mobile-nav-menu-outer .menu .menu-item.catering {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
#vk-mobile-nav .vk-mobile-nav-menu-outer .menu .menu-item.catering a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
  width: 100%;
  max-width: 217px;
  background-color: #222;
  color: #fff;
  font-family: "Noto Serif JP", serif !important;
  font-size: 1rem;
  font-weight: 400;
}
#vk-mobile-nav .vk-mobile-nav-menu-outer .menu .menu-item.catering a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 8px;
  height: 12px;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/icon-arrow-right.svg");
          mask-image: url("../img/common/icon-arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: translate(-10px, -50%);
}
.vk-mobile-nav-menu-btn {
  top: 28px !important;
  left: auto !important;
  right: 10px !important;
}

H1 {
  font-size: 3.75rem !important;
  font-weight: 400 !important;
}

h2 {
  margin-bottom: 70px !important;
  padding: 0 !important;
  border: none !important;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem !important;
  font-weight: 400;
}
@media (width <= 781px) {
  h2 {
    font-size: 1.75rem !important;
  }
}
h2 .vk_highlighter:not([data-color="#000000"]) {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0 0 12px;
  background-image: unset;
  border-bottom: solid 1px #222;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.625rem !important;
  font-weight: 400;
}
h2 .vk_highlighter[data-color="#000000"] {
  padding: 0 0 10px;
  background-image: unset;
  border-bottom: solid 1px #222;
}

h3 {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 50px !important;
  padding: 5px 24px !important;
  border-left: solid 1px #222 !important;
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem !important;
  font-weight: 400;
}
h3::after {
  content: none;
  display: inline;
  position: relative;
  bottom: auto;
  overflow: visible;
  width: auto;
  border-bottom: none;
}
@media (width <= 781px) {
  h3 {
    font-size: 1.421875rem !important;
  }
}
h3::after {
  content: none !important;
}

h4 {
  margin-bottom: 40px !important;
  padding: 0 !important;
  background-color: unset !important;
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem !important;
  font-weight: 400;
}
@media (width <= 781px) {
  h4 {
    font-size: 1.421875rem !important;
  }
}

[class*=sec-] {
  margin: 0 calc(50% - 50vw);
  padding: 0;
  width: 100vw !important;
}
@media (width <= 1100px) {
  [class*=sec-] {
    padding: 0 30px;
  }
}
@media (width <= 781px) {
  [class*=sec-] {
    padding: 0 20px;
  }
}
[class*=sec-]:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media (width <= 600px) {
  [class*=sec-] .group-text p {
    text-align: left;
  }
}
[class*=sec-] > *:not(.wp-block-cover__background):not(.wp-block-cover__image-background) {
  width: 100%;
  max-width: 1100px !important;
}

.sec-cta {
  margin-bottom: 0;
}
.sec-cta .wp-block-cover__image-background {
  width: 100%;
  max-width: none !important;
  height: 100%;
}
.sec-cta .wp-block-cover__background {
  width: 100%;
  max-width: none !important;
  height: 100%;
}
.sec-cta .wp-block-cover__inner-container {
  max-width: 640px !important;
}
.sec-cta .wp-block-cover__inner-container .wp-block-columns {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sec-cta .wp-block-cover__inner-container .wp-block-columns .wp-block-column h2 {
  margin-bottom: 40px !important;
}
.sec-cta .wp-block-cover__inner-container .wp-block-columns .wp-block-column p {
  margin-bottom: 40px;
}

.wp-block-columns {
  gap: 30px 60px;
}
@media (width <= 991px) {
  .wp-block-columns {
    gap: 30px 30px;
  }
}
@media (width <= 781px) {
  .wp-block-columns {
    justify-content: center;
  }
}
.wp-block-columns .wp-block-column.img {
  text-align: center;
}
.wp-block-columns .wp-block-column > *:nth-last-child(1) {
  margin-bottom: 0;
}

.wp-block-vk-blocks-button.more .btn {
  position: relative;
  padding: 0 !important;
  width: 100%;
  max-width: 274px;
  height: 56px;
  border: none;
  border-radius: 0;
  line-height: 56px;
  font-family: "Cormorant Garamond", serif;
  box-shadow: none;
}
.wp-block-vk-blocks-button.more .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 8px;
  height: 12px;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/icon-arrow-right.svg");
          mask-image: url("../img/common/icon-arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: translate(-40px, -50%);
}
.wp-block-vk-blocks-button.more .btn:hover {
  background-color: #999 !important;
}
@media (width <= 781px) {
  .wp-block-vk-blocks-button.vk_button-align-right.more {
    text-align: center !important;
  }
}

.site-footer {
  background-color: #222;
  color: #fff;
}
.site-footer .footer-nav {
  padding: 40px 0;
}
.site-footer .footer-nav .container .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
}
.site-footer .footer-nav .container .menu .menu-item {
  border: none;
}
.site-footer .footer-nav .container .menu .menu-item a {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9375rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.site-footer .footer-nav .container .menu .menu-item a:focus {
  outline: none;
}
.site-footer .footer-nav .container .menu .menu-item a:hover {
  transition: all 0.2s ease-out;
  opacity: 0.7;
}
.site-footer .footer-nav .container .menu .menu-item.home {
  width: 100%;
  text-align: center;
}
.site-footer .footer-nav .container .menu .menu-item.home a {
  display: inline-block;
  aspect-ratio: 190/95;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  max-width: 190px;
  height: auto;
  overflow: hidden;
}
.site-footer .footer-nav .container .menu .menu-item.home a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/logo_corp_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.site-footer .site-footer-copyright {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
}/*# sourceMappingURL=custom.css.map */