@charset "utf-8";
.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
}
/* CSS Document */
.pane-footer .block-footer-content {
    display: none;
}

/* floating banner */
.forcms_block .fix {
  position: fixed;
  top: 55%;
  right: 0;
  z-index: 50;
  width: 260px;
  transform: translateY(-10%);
}

@media (min-width: 768px) {
  .forcms_block .fix {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
  }
  .forcms_block .fix.is-show {
  opacity: 1;
  visibility: visible;
  }
}

.forcms_block .fix__contact {
  padding: 18px;
  background: #171717;
  color: #fff;
}

.forcms_block .fix__tel {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.forcms_block .fix__tel span {
  font-size: 28px;
  font-weight: 700;
}

.forcms_block .fix__tel small {
  font-size: 14px;
  line-height: 0.9;
}

.forcms_block .fix__btn {
  display: block;
  padding: 10px;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}

.forcms_block .fix__btn:hover {
  background: #111;
  color: #fff;
}

.forcms_block .fix__plan {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 10px;
  padding: 14px;
  background: #777b80;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: .3s;
}

.forcms_block .fix__plan:hover {
  background: #666b70;
}

/* SP */
@media (max-width: 767px) {

  /* fix */
  .forcms_block .fix {
    top: auto;
    bottom: 0;
    width: 100%;
    transform: none;
  }

  .forcms_block .fix__contact {
    display: flex;
    padding: 10px;
  }

  .forcms_block .fix__tel {
    flex: 1;
    margin: 0;
  }

  .forcms_block .fix__tel span {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 4px;
  }

  .forcms_block .fix__btn {
    flex: 1;
    padding: 10px 8px;
    font-size: 14px;
  }

  .forcms_block .fix__plan {
    display: none;
  }
}

/*lead*/
.forcms_block .intro {
  padding: 100px 24px 110px;
  background: #fff;
  text-align: center;
}

.forcms_block .intro__inner {
  width: min(900px, 100%);
  margin: 0 auto;
}

.forcms_block .intro__title {
  margin: 0;
  font-family: serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  font-family: "游明朝体",
  "Yu Mincho",
  YuMincho,
  "ヒラギノ明朝 Pro",
  "Hiragino Mincho Pro",
  "MS P明朝",
  "MS PMincho",
  serif;
}

.forcms_block .intro__en {
  margin: 10px 0 0;
  font-size: 14px;
  letter-spacing: .06em;
  font-family: 'Sackers Gothic Std';
}

.forcms_block .intro__txt {
  margin-top: 44px;
}

.forcms_block .intro__txt p {
  margin: 0;
  font-size: 17px;
  line-height: 2.6;
  letter-spacing: .04em;
}
/* intro button */
.forcms_block .intro .block-white--desc-btn {
  width: 440px;
  margin: 52px auto 0;
}

.forcms_block .intro .css--btn-arrow-wrap-white {
  display: block;
  width: 100%;
  border: 1px solid #000;
}

.forcms_block .intro .css-replacement {
  text-align: center;
}

/* intro SP */
@media (max-width: 767px) {
  .forcms_block .intro {
    padding: 64px 20px 72px;
  }

  .forcms_block .intro__title {
    font-size: clamp(26px, 7.5vw, 34px);
    line-height: 1.75;
    letter-spacing: .06em;
  }

  .forcms_block .intro__en {
    margin-top: 12px;
    font-size: 15px;
    letter-spacing: .06em;
  }

  .forcms_block .intro__txt {
    margin-top: 42px;
    text-align: left;
  }

  .forcms_block .intro__txt p {
    display: inline;
    font-size: 15px;
    line-height: 2.15;
    letter-spacing: .03em;
  }

  .forcms_block .intro .block-white--desc-btn {
    width: 100%;
    max-width: 440px;
    margin: 44px auto 0;
  }
}
/* anchor */
.forcms_block .anchor {
  padding: 56px 0 72px;
  background: #fff;
}

.forcms_block .anchor__list {
  display: flex;
  width: min(1360px, calc(100% - 80px));
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-left: 1px solid #ddd;
}

.forcms_block .anchor__list li {
  flex: 1;
  border-right: 1px solid #ddd;
}

.forcms_block .anchor__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  color: #111;
  text-decoration: none;
  transition: opacity .3s;
}

.forcms_block .anchor__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}

.forcms_block .anchor__arrow {
  display: block;
  font-size: 0;
}

.forcms_block .anchor__arrow::after {
  content: "";
  display: block;
  width: 8.25px;
  height: 11px;
  margin: 12px auto 0;
  background: url(/cms/article/img/down_m_k.svg) center / 8.25px 11px no-repeat;
  transition: transform .3s;
}

.forcms_block .anchor__list a:hover {
  opacity: .7;
}

.forcms_block .anchor__list a:hover .anchor__arrow::after {
  transform: translateY(4px);
}

@media (max-width: 767px) {

  .forcms_block .anchor {
    padding: 32px 20px;
    overflow-x: auto;
  }

  .forcms_block .anchor__list {
    width: max-content;
    min-width: 100%;
  }

  .forcms_block .anchor__list li {
    min-width: 180px;
  }

  .forcms_block .anchor__list a {
    padding: 14px 16px;
    font-size: 14px;
  }

}
/* course */
.forcms_block .course {
  padding: 20px 0 0;
}

.forcms_block .course__head {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto 60px;
  text-align: center;
}

.forcms_block .course__title {
  margin: 0;
  text-align: center;
  font-family: serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .12em;
}

.forcms_block .course__lead {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 2;
}

.forcms_block .course__area {
  margin-top: 42px;
  padding: 20px 28px 16px;
  border: 1px solid #ddd;
}

.forcms_block .course__area h3 {
  margin: 0 0 12px;
  text-align: center;
  font-size: 14px;
}

.forcms_block .course__area p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.forcms_block .course__area small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
}

.forcms_block .course__note {
  margin-top: 12px !important;
  padding-top: 12px;
  border-top: 1px solid #ddd;
  font-weight: 700;
}

/* buffet */
.forcms_block .course-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(40px, 8vw, 160px);
}

.forcms_block .course-item__side {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.forcms_block .course-item__body {
  display: grid;
  grid-template-columns: 516px 635px;
  gap: 47px;
  padding: 36px 36px 115px;
  width: 100%;
  min-width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
  align-items: start;
}

/* 左画像をスクロール中も固定 */
.forcms_block .course-item_wrapLeft {
  width: 516px;
  position: sticky;
  top: 40px;
  align-self: start;
}

.forcms_block .course-item_wrapLeft .img {
  width: 516px;
  margin: 0;
}

.forcms_block .course-item_wrapLeft .img img {
  display: block;
  width: 100%;
  height: auto;
}

/* 右側は通常のページスクロール */
.forcms_block .course-item_wrapRight {
  width: 635px;
  height: auto;
  overflow: visible;
  padding: 0;
}
.forcms_block .course-item__txt h3 {
  margin: 0;
  font-family: serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .08em;
}
.forcms_block .course-item__en {
  margin: 6px 0 0;
  font-size: 16px;
  letter-spacing: .08em;
  font-family: 'Sackers Gothic Std';
}
.forcms_block .course-item__catch {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.5;
  font-family: serif;
}
.forcms_block .course-item__desc {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.9;
}
.forcms_block .course-item__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.forcms_block .course-item__tag li {
  min-width: 66px;
  padding: 4px 10px;
  background: #f2f2f2;
  font-size: 12px;
  text-align: center;
}
.forcms_block .course-item__content {
  padding-top: 42px;
}
.forcms_block .course-item__content dl {
  margin: 0;
}
.forcms_block .course-item__content div {
  margin-bottom: 40px;
}
.forcms_block .course-item__content div:nth-of-type(3) {
  margin-bottom: 0;
}
.forcms_block .hors-doeuvre .course-item__content dl dd ul.menu li {
  margin-bottom: 10px;
}
.forcms_block .course-item__content ul.ind {
  font-size: 14px;
  margin-top: 30px;
}
.forcms_block .course-item__content div > dl > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  border-bottom: 1px solid #000;
  margin-bottom: 14px;
  line-height: 3em;
  align-items: center;
}
.forcms_block .finger-food .course-item__content div:nth-child(2) > dl > div {
  grid-template-columns: 150px 1fr;
}
.forcms_block .course-item__content dt,
.forcms_block .course-item__content dd {
  margin: 0;
  font-size: 16px;
}
.forcms_block .course-item__content dd .course-item__tag {
  margin-bottom: 20px;
  margin-top: 14px;
}
.forcms_block .course-item__content dd.bg-gray {
  background-color: #F6F6F6;
  padding: 20px 18px;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.forcms_block .course-item__content strong {
  margin-left: 8px;
  font-size: 20px;
}
.forcms_block .course-item__content small {
  margin-left: 4px;
  font-size: 14px;
}
.forcms_block .course-item + .course-item {
  margin-top: 50px;
}
.forcms_block .course-item__content .btn {
  display: flex;
  justify-content: space-between;
}
.forcms_block .course-item__content .css--btn-arrow-wrap-black {
  height: 48px;
  width: 312px!important;
}
.forcms_block .course-item__content .css--btn-arrow-wrap-black:first-of-type {
  margin-right: 10px;
}



.fade-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}


.fade-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  opacity: 0;
  animation: crossFade 25s infinite ease-in-out;
}

/* 各画像の開始タイミング */
.fade-wrapper img:nth-child(1) {
  animation-delay: 0s;
}
.fade-wrapper img:nth-child(2) {
  animation-delay: 5s;
}
.fade-wrapper img:nth-child(3) {
  animation-delay: 10s;
}
.fade-wrapper img:nth-child(4) {
  animation-delay: 15s;
}
.fade-wrapper img:nth-child(5) {
  animation-delay: 20s;
}

@keyframes crossFade {
  /* フェードイン */
  0% { opacity: 0; }
  6% { opacity: 1; }
  20% { opacity: 1; }
  26% { opacity: 0; }
  100% { opacity: 0; }
}

@media (max-width: 767px) {
  .forcms_block .course {
    padding: 0;
  }

  .forcms_block .course__title {
    font-size: 24px;
  }

  .forcms_block .course-item {
    display: block;
  }

  .forcms_block .course-item__body {
    display: block;
    padding: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .course-item__body .course-item_wrapLeft {
    width: 100%;
    margin-bottom:0;
    top: 0;
  }
  .forcms_block .course-item_wrapLeft .img {
    width: 100%!important;
    margin: 0;
  }
  .course-item__body .course-item_wrapRight {
    padding: 36px 20px 0;
    height: auto;
    overflow: visible;
    width: 100%;
  }
  .forcms_block .course-item__txt h3 {
    font-size: 26px;
    line-height: 1.4em;
  }
  .forcms_block .course-item__en {
    font-size: 14px;
  }
  .forcms_block .course-item__desc {
  font-size: 16px;
  }
  .forcms_block .course-item__content {
    padding-top: 40px;
  }
  .forcms_block .course-item__content div > dl > div {
    display: block;
    line-height: 1.2em;
  }
  .forcms_block .course-item__content div > dl > div dd {
    line-height: 2.5em;
  }
  .forcms_block .course-item__content dl div {
    grid-template-columns: 90px 1fr;
  }
  .forcms_block .course-item__content ul.ind {
    font-size: 12px;
  }
  .forcms_block .course-item__content .btn {
    display: block;
  }
  .forcms_block .course-item__content .btn > div:nth-of-type(2){
    margin-top: 0;
  }
  .forcms_block .course-item__content .btn div {
    margin-bottom: 20px;
  }
  .forcms_block .course-item__tag li {
    font-size: 12px;
  }
  .forcms_block .course-item__content dd.bg-gray {
    font-size: 14px;
  }
  .forcms_block .course-item__content .css--btn-arrow-wrap-black {
    width: 100%!important;
  }
}
/* course button */
.forcms_block .course-item__content .block-black--desc-btn {
  width: 100%;
  margin-top: 32px;
}

.forcms_block .course-item__content .css--btn-arrow-wrap-black {
  display: block;
  width: 100%;
}

.forcms_block .course-item__content .css-replacement {
  text-align: center;
}

/* delivery note */
.forcms_block .delivery-note {
  max-width: 1180px;
  margin: 80px auto 0;
  padding: 56px 40px;
  border: 1px solid #111;
  text-align: center;
}

.forcms_block .delivery-note p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}

.forcms_block .delivery-note a {
  display: inline-block;
  margin-top: 24px;
  color: #555;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 6px;
  transition: opacity .3s;
}

.forcms_block .delivery-note a:hover {
  opacity: .7;
}

@media (max-width: 767px) {
  .forcms_block .delivery-note {
    margin-top: 56px;
    padding: 32px 20px;
  }

  .forcms_block .delivery-note p {
    font-size: 15px;
  }

  .forcms_block .delivery-note a {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.8;
  }
}

/* plan */
.forcms_block .plan {
  padding: 0 0 34px;
  background: #fff;
}
.forcms_block .plan__head {
  padding: 0 clamp(40px, 8vw, 160px);
}

.forcms_block .plan__title {
  margin: 0;
  font-family: serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .12em;
  text-align: center !important;
  margin-bottom: 40px;
}
.forcms_block .plan-list {
  background-color: #f5f5f5;
  padding: 60px 20px 80px;
}
.forcms_block .plan-list__title,
.forcms_block .option__title {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #111;
  font-family: serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .08em;
}
.forcms_block .plan-list__col {
    width: 100%;
  }

.forcms_block .plan-list__item {
  padding: 0 0 26px;
}

.forcms_block .plan-list__item dt,
.forcms_block .plan-list__item dd {
  margin: 0;
  font-size: 14px;
}

.forcms_block .plan-list__item p {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.8;
}
.plan-list .plan-list__inner {
  background-color: #fff;
  padding: 20px;
  flex: 1;
}
.plan-list .plan-list__inner dt {
  font-family: serif;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.plan-list .plan-list__inner dt small {
  font-size: 14px;
}
.plan-list .btn {
  background-color: #fff;
  padding-bottom: 20px;
  height: 126px;
  box-sizing: border-box;
}
.plan-list .btn .block-black--desc-btn {
  width: 86%!important;
  margin: 0 auto;
}
.plan-list .btn .block-black--desc-btn:first-of-type {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .forcms_block .plan {
    padding: 64px 0 0;
  }

  .forcms_block .plan__title {
    font-size: 24px;
  }

  .forcms_block .plan__lead br {
    display: none;
  }
  .forcms_block .plan-list {
    padding: 20px 20px 52px;
  }

  .forcms_block .plan-list__col {
    width: 100%;
    margin-top: 32px;
  }
}
/* swiper */
.plan .plan-list__grid {
  display: block;
}
.plan .plan-list {
  position: relative;
}

.plan .plan-list__col {
  align-items: stretch;
}
.forcms_block .plan-list__item {
  padding: 0;
}
.plan .plan-list__item {
  margin: 0;
  height: auto;
  display: flex;
  flex-direction: column;
}
.plan .btn {
  margin-top: auto;
  background: #fff;
  padding-bottom: 20px;
}
.plan .swiper-pagination{
  display: none;
}

/* catering_top */
.forcms_block .catering_top {
  margin: 0 0 120px;
}
.forcms_block .contact .block-black--desc-btn{
  width:360px;
  margin:0;
}
.forcms_block .contact .block-black--desc-btn a {
  max-width: 360px;
}

@media (max-width: 767px) { 
  .forcms_block .catering_top {
    margin: 30px 20px 60px;
  }
}

/* contact */
.forcms_block .contact{
  position: relative;
  padding: 120px 0;
}

.forcms_block .contact__bg{
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.forcms_block .contact__bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:blur(12px);
  transform:scale(1.08);
}

.forcms_block .contact__inner{
  position: relative;
  z-index: 1;
  width: 1120px;
  margin: 0 auto;
  padding: 70px 90px;
  box-sizing: border-box;
  background: #fff;
  display: grid;
  grid-template-columns: 260px 650px;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.forcms_block .contact__body{
  display:grid;
  gap:28px;
}
.forcms_block .contact__title h2{
  margin: 0;
  font-size: 28px;
  font-weight: 400;
}
.forcms_block .contact__label{
  font-size: 16px;
}
.forcms_block .contact__tel,
.forcms_block .contact__mail{
  display:grid;
  grid-template-columns:210px 1fr;
  align-items:center;
}

.forcms_block .contact__tel{
  padding-bottom:24px;
  border-bottom:1px solid #ddd;
}

.forcms_block .contact__num{
  font-size:40px;
  line-height:1;
  color:#111;
  text-decoration:none;
  font-family: "Sackers Gothic Std", sans-serif;
}

.forcms_block .contact .block-black--desc-btn{
  width:440px;
  margin:0;
}
.forcms_block .contact .block-black--desc-btn a {
    max-width: 360px;
}
@media (max-width: 767px) {

  .forcms_block .contact {
    padding: 42px 16px;
  }

  .forcms_block .contact__inner {
    width: 100%;
    margin: 0 auto;
    padding: 34px 24px 30px;
    box-sizing: border-box;
    display: block;
    background: #fff;
    text-align: center;
  }

  .forcms_block .contact__title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
  }

  .forcms_block .contact__body {
    display: block;
    margin-top: 38px;
  }

  .forcms_block .contact__tel,
  .forcms_block .contact__mail {
    display: block;
  }

  .forcms_block .contact__tel {
    padding-bottom: 34px;
    border-bottom: 1px solid #ddd;
  }

  .forcms_block .contact__label {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .forcms_block .contact__label small {
    font-size: 14px;
  }

  .forcms_block .contact__num {
    display: block;
    margin-top: 24px;
    font-size: 30px;
    line-height: 1;
    white-space: nowrap;
  }

  .forcms_block .contact__mail {
    padding-top: 30px;
  }

  .forcms_block .contact .block-black--desc-btn {
    width: 100%;
    margin: 18px 0 0;
  }

  .forcms_block .contact .css--btn-arrow-wrap-black {
    width: 100%;
  }

}