@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-origin: border-box;
}

#about > div.about_top > div > div > picture {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}

#about > div.about_top > div > div > picture > img {
    height: 100%;
}

@font-face {
  font-family: 'NotoSerifJP';
  src: url("../font/NotoSerifJP-VariableFont_wght.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  /* src: url("../font/HiraMaruProN-W4-AlphaNum.woff2") format("woff2"), url("../font/HiraMaruProN-W4-AlphaNum.woff") format("woff"); */
  src: url("../font/Jost-VariableFont_wght.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --main: #00154F;
  --sub: #A07506;
  --white: #fff;
  --wh-gray: #f8f8f8;
  --gray: #B2B2B2;
  --txt: #fff;
  --txt-wh: #fff;
  --txt-bl: #39302D;
  --color-primary: #ea5d6c;
  --color-secondary: #fef4e5;
  --color-tertiary: #333;
  --color-white: #fff;
  --font-noto-serif: 'NotoSerifJP';
  --font-jost: 'Jost';
}
html {
  font-family: Lato, "Noto Serif JP", "NotoSerifJP", "Jost", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: var(--txt-bl);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  html {
      font-size: 16px;
  }
}
body {
  display: block;
  overflow-x: hidden;
  width: 100%;
  font-style: normal;
}
p {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-tertiary);
}
/*====================================*/
/* base contents */
/*====================================*/
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
ul li {
  color: currentColor;
}
img {
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
}
h2,
h3,
h4,
p {
  line-height: 1.8;
}
.animate {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  position: relative;
}

.slide-up {
  transform: translateY(100px);
}

.slide-down {
  transform: translateY(-100px);
}

.slide-left {
  transform: translateX(100px);
}

.slide-right {
  transform: translateX(-100px);
}

.animate.active {
  opacity: 1;
  transform: translate(0, 0);
}
.mt-108 {
  margin-top: 108px !important;
}
small {
  font-size: 1.2rem;
}
@media (min-width: 1079.98px) {
  small {
    font-size: 1.4rem;
  }
}
.fl_row {
  display: flex;
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.flex_start {
  justify-content: flex-start !important;
}
.fl_col {
  display: flex;
  flex-direction: column !important;
}
.mt_16 {
  margin-top: 16px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.text-right {
  text-align: right;
}
.gap-32 {
  gap: 32px !important;
}
.border-green {
  border: 3px solid #7ac0a3 !important;
}
.color-green-white {
  color: var(--color-white) !important;
  background: #7ac0a3 !important;
}
.pd-80 {
  padding: 32px 80px !important;
}
.pd-24 {
  padding: 24px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pd-0 {
  padding: 0 !important;
}
.m-h116 {
  max-height: 120px;
}
/* ------------------------
    edit contents
------------------------- */
/* 指定フォント ここから */

/* ----pc,sp/on_off---- */
.pc {
  display: block !important;
}
.tb {
  display: block;
}
.pc_fl {
  display: flex !important;
}
.sp {
  display: none !important;
}
.sp_fl {
  display: none !important;
}
.min-mb {
  display: block;
}
@media (min-width: 424.98px) {
  .min-mb {
    display: none;
  }
}
@media (max-width: 1079.98px) {
  .pc {
    display: none !important;
  }
  .pc_fl {
    display: none !important;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block !important;
  }
  .sp_fl {
    display: flex !important;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fnt-en {
  font-family: var(--font-jost);
}

.bold {
  font-weight: bold;
}

/*====================================*/
/* Header */
/*====================================*/

/*====================================*/
/* Main */
/*====================================*/
/*====================================*/
/* テンプレートコーディング mv__Aパターン */
/*====================================*/

#mv__A .main-ttl {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

#mv__A .mv-txt__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #mv__A .mv-txt__box {
    top: 25%;
  }
}

#mv__A .mv-txt__box .ttl,#mv__A .mv-txt__box .txt {
  color: var(--main-txt, #FFF);
  text-shadow: 0 1px 3px #3A5352;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

#mv__A .mv-txt__box .ttl {
  font-size: 7rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column; 
  text-shadow: 0 1px 3px #3A5352;
}

#mv__A .mv-txt__box .txt {
  font-size: 2rem;
}

#mv__A .img__box {
  position: relative;
  width: 100%;
  height: 670px;
}

#mv__A .img__box picture, #mv__A .img__box picture img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  #mv__A .mv-txt__box {
      padding: 2rem;
  }
  #mv__A .mv-txt__box .ttl {
      font-size: 2rem;
      margin-bottom: 0;
  }

  #mv__A .img__box {
    height: 320px;
  }
}

@media screen and (min-width: 768px) {
  #mv__A .img__box {
    
  }
  #mv__A .img__box picture {
}
}

/*====================================*/
/* テンプレートコーディング aboutパターン */
/*====================================*/
#about .about_top--img {
  width: 100%;
  position: relative;
}

#about .about_top--txt {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: var(--white);
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
    #about .about_top--txt {
      font-size: 1.25rem;
  }
}

#about .about_top--nav {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

#about .about_top--nav li {
  border-bottom: 4px solid var(--sub);
}

#about .about_top--nav li a {
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2.4px;
  text-align: center;
  display: block;
  margin-bottom: .5rem;
}

@media screen and (max-width: 767px) {
  #about .about_top--nav li a {
      font-size: 1.25rem;
  }
  #about .about_top--nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
}

/*====================================*/
/* テンプレートコーディング main-swiperパターン */
/*====================================*/

.main-swiper-sec {
  padding: 7rem 0 7rem 7rem;
}

@media screen and (max-width: 767px) {
  .main-swiper-sec {
    padding: 2rem 0;
  }
}

.main-swiper__ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 6rem;
  z-index: 2;
  font-family: var(--font-jost);
  transform: translate(0%, 25%);
  color: var(--white);
  font-style: normal;
  text-shadow: 0 1px 3px #3A5352;
}
.main-swiper__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

@media screen and (max-width: 767px) {
  .main-swiper__ttl {
    font-size: 3rem;
    transform: 0;
  }
  .main-swiper-sec .swiper.main-swiper {
      height: 40vh;
      width: 100vw;
  }

  .main-swiper__img {
      position: relative;
      width: 100%;
      height: 100vh;
      min-height: 500px;
      height: 30rem;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
  }

  .main-swiper__img img {
    height: 40vh;
  }
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  bottom: 50% !important;
  transform: translate(0%, 20%);
  left: 1rem;
  padding-left: 2rem;
  width: initial;
}

@media screen and (max-width: 767px) {
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    bottom: 50% !important;
    transform: translate(0%, 20%);
    right: 1rem;
    left: initial !important;
    /* padding-left: initial; */
  }
}

.swiper-pagination-bullet {
  background: var(--white) !important;
  width: 1rem !important;
  height: 1rem !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--main) !important;
  border: 3px solid var(--white) !important;
}

/*====================================*/
/* テンプレートコーディング seminarパターン */
/*====================================*/
.main_ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
  color: var(--sub);
}

.sub_ttl {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  color: var(--main);
  padding-bottom: 1rem;
}

.extra_ttl {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  color: var(--main);
  display: block;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .main_ttl {
      font-size: 1.75rem;
  }
}

.main_ttl::after {
  position: absolute;
  content: "";
  background-color: var(--sub);
  width: 4rem;
  height: .25rem;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.seminar_cnt .txt {
  font-size: 1rem;
  color: var(--main);
  text-align: center;
  margin-bottom: 5rem;
}

.sub_ttl::after {
  position: absolute;
  content: "";
  background-color: var(--main);
  width: 3rem;
  height: .1rem;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

.common_item  {
  display: flex;
  justify-content: space-between;
  gap: 2.25rem;
}

.room_item {
  margin-bottom: 5rem;
}

.common_item--drawing {
  border-top: 2px solid #A07506;
  border-right: 5px solid #A07506;
  border-bottom: 5px solid #A07506;
  border-left: 2px solid #A07506;
  background: #FFF;
  display: grid;
  place-items: center;
  overflow: hidden;
}

/*====================================*/
/* テンプレートコーディング modalパターン */
/*====================================*/
/* ===== Modal (Lightbox) ===== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: none;             /* 初期非表示 */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-overlay.is-open { display: flex; }

.modal-content {
  position: relative;
  max-width: min(90vw, 1200px);
  max-height: 90vh;
  animation: modal-in .18s ease-out;
}

@keyframes modal-in { from { transform: scale(.96); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.modal-img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  background: #fff; /* 読み込み前の背景 */
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.modal-close:before, .modal-close:after{
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 60%; height: 2px; background: #333;
  transform-origin: center;
}
.modal-close:before{ transform: translate(-50%,-50%) rotate(45deg); }
.modal-close:after { transform: translate(-50%,-50%) rotate(-45deg); }

/* 画像に“拡大できる”見た目を少し付ける（任意） */
.common_item--drawing img {
  cursor: zoom-in;
  transition: transform .2s ease;
}
.common_item--drawing img:hover { transform: scale(1.02); }

/*====================================*/
/* テンプレートコーディング summaryパターン */
/*====================================*/
/* 配色・共通 */
:root{        /* 見出しの茶色 */
  --line:#cfc7ae;          /* 枠線(薄いベージュ) */
  --head:#f7f4de;          /* ヘッダの淡いクリーム */
  --stripe:#eef5ff;        /* 1列目の淡い水色 */
  --bg:#fff;
}

.head-blank {
  text-align: center;
}

.section-summary{ margin: 1rem 0 4rem; }
.section-summary .txt{
  font-size: 1rem;
  color: var(--main);
  text-align: left;
  margin-bottom: 1rem;
}
.summary-title{
  color: var(--sub);
  font-weight: 700;
  font-size: clamp(18px,2.2vw,24px);
  letter-spacing: .08em;
  margin: 0 0 2rem;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid var(--gray);
  /* max-width: 190px; */
  min-width: 190px;
  padding-bottom: 1rem;
}
.summary-title::after{
  position: absolute;
  bottom: -2px;
  content:"";
  display:block;
  width: 56px;
  height: 2px;
  background: var(--sub);
  margin-top: 8px;
}

/* 横スクロールラッパー */
.summary-table-wrap{
  border:1px solid var(--line);
  border-radius: 6px;
  background: var(--bg);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* テーブル本体 */
.summary-table{
  width: 100%;
  border-collapse: separate;   /* th背景の角丸を活かす */
  border-spacing: 0;
  min-width: 800px;            /* スマホで横スクロール */
  font-feature-settings: "palt";
}
.summary-table thead th{
  background: var(--head);
  color:#473b1e;
  text-align: center;
  font-weight: 700;
  padding: 14px 12px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  vertical-align: middle;
  line-height: 1.2;
}
.summary-table thead th:first-child{
  border-right:1px solid var(--line);
}

/* 行 */
.summary-table td,
.summary-table tbody th{
  background: #fff;
  padding: 12px 14px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* 1列目（スペース名）を水色、左寄せ */
.summary-table .space-name{
  background: var(--stripe);
  text-align: center;
  font-weight: 600;
}

/* 先頭・末尾セルの角丸（見た目調整） */
.summary-table thead th:first-child{ border-left:1px solid var(--line); }
.summary-table tbody th:first-child{ border-left:1px solid var(--line); }
.summary-table thead th:last-child,
.summary-table tbody td:last-child{ border-right:none; }

/* 視覚的に画面外でもスクロール可と分かる軽い陰影（任意） */
.summary-table-wrap{
  box-shadow: inset -10px 0 10px -10px rgba(0,0,0,.06);
}

/* アクセシビリティ：視覚的に隠すcaption */
.visually-hidden{
  position:absolute !important;
  clip: rect(1px,1px,1px,1px);
  width:1px;height:1px;overflow:hidden;white-space:nowrap;
}

.detail_bottom--additional {
  /* margin-top: 32px; */
  border: 3px solid var(--sub);
  border-radius: 8px;
}
.detail_bottom--additional .right,
.detail_bottom--additional .left {
  font-family: var(--font-noto-san-cjk);
}
.detail_bottom--additional .left {
  text-align: center;
  color: var(--white);
  background: var(--sub);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2px;
}
.detail_bottom--additional .right {
  background: var(--white);
  color: var(--sub);
  padding: 1.5rem;
  border-radius: 8px;
}
.detail_bottom--additional .right ul {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 1rem;
}

.diamond {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #43400B;
  font-size: 1rem;
}

.diamond::before {
  content: "";
  display: inline-block;
  width: 11.87px;
  height: 11.87px;
  transform: rotate(-45deg);
  background-color: #43400B;
  margin-right: 8px;
}

/*====================================*/
/* Footer */
/*====================================*/
#banquet .txt {
  font-size: 1rem;
  color: var(--main);
  text-align: center;
  margin-bottom: 5rem;
}

#banquet .diamond::before {
  background-color: var(--main);
}

.plan-section{ margin: 24px 0 40px; }
.plan-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 5rem;
}
.plan-grid:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 900px){
  .plan-grid{ grid-template-columns: 1fr; gap:28px; }
}

/* ===== Card ===== */
.plan-card{
  background: var(--card);
  border: 1px solid var(--border);
  position: relative;
}
.plan-title{
  color: var(--gold);
  font-weight: 700;
  font-size: clamp(18px,2.2vw,26px);
  letter-spacing: .08em;
  margin: 0 0 14px;
  border-bottom: 3px solid rgba(176,138,40,.22);
  padding-bottom: 6px;
}

#banquet .plan-card .txt{
  font-size: 1rem;
  color: var(--main);
  text-align: left;
  margin-bottom: 1rem;
}

/* ===== block (内容/料金) ===== */
.plan-block{ margin:0; }
.plan-row{
  display:grid;
  grid-template-columns: 110px 1fr;
  align-items: start;
  gap:18px;
  margin-top: 14px;
}
@media (max-width: 560px){
  .plan-row{ grid-template-columns: 90px 1fr; gap:12px; }
}
.plan-label{
  margin:0;
  align-self: start;
  color:#fff;
  background: var(--main);
  display:inline-block;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight:700;
  text-align:center;
}
.plan-desc{
  margin:4px 0 0;
  color: var(--main);
}

/* ===== price list ===== */
.plan-list{ margin: 2px 0 0; }
.plan-item{
  display:grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 2px dashed var(--main);
}
.plan-item:last-child{/* border-bottom: none; */}
.plan-item__name{display:flex;flex-direction: column; gap:4px;}
.plan-note{ display:block; color:#666; font-size: 12px; }

/* diamond bullet */

/* price */
.plan-item__price{
  min-width: 6ch;
  text-align: right;
  font-weight: 700;
}

.plan-item__ttl {
  display: inline-flex;
}

/*====================================*/
/* Footer */
/*====================================*/
footer {
  position: relative;
  background: var(--main);
  padding: 80px 0;
}

footer .txt {
  font-size: 1rem;
  color: var(--white);
  text-align: center;
  margin-bottom: 1rem;
}

footer .main_ttl {
  color: var(--white);
  margin-bottom: 2rem;
}

footer .main_ttl::after {
  background: var(--white);
}

.ft_tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.ft_tel p {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 700;
}

.ft_tel a {
  color: var(--main);
  font-size: 1.2rem;
  font-weight: 700;
  width: 320px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 50px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.point_list {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.80);
  text-align: left;
  padding: 2rem;
}

.point_list li {
  display: flex;
}

.point_list li::before {
  content: "※";
  display: inline-block;
}

.ft {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
}
.ft .ft_logo {
  width: 160px;
}
.ft .collab,
.ft .ft_title,
.ft .ft_address,
.ft_cta a {
  color: var(--white);
  font-family: var(--font-noto-san-cjk);
  line-height: 1.5;
  font-weight: 500;
}
.ft .collab {
  text-align: left;
  font-weight: 700;
}
.ft .ft_title {
  font-size: 1.5rem;
  letter-spacing: 0.9px;
}
.ft .ft_address {
  letter-spacing: 0.8px;
  font-size: 1.5rem;
}
.ft_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 80px;
}
.ft_cta a {
  text-align: center;
  font-size: 1rem;
  /* letter-spacing: 0.8px; */
  border-left: 0.5px solid var(--white);
  border-right: 0.5px solid var(--white);
  padding: 0 16px;
  transition: color 0.3s ease;
}
.ft_cta a:hover {
  color: var(--color-primary);
}
/* copyright */
.copyright {
  padding: 24px 0;
  background: var(--sub);
}
.copyright p {
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  color: var(--white);
  font-size: .75rem;
}
@media (min-width: 767px) {
  .ft {
    max-width: 900px;
    margin: auto;
  }
}
@media (min-width: 1080px) {
  .ft_cta {
    flex-direction: row;
    justify-content: center;
  }
  .ft_cta a:first-child {
    border-right: none;
    padding-right: 0;
  }
}
/* pageTop */
.pageTop a {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  rotate: 180deg;
  background-color: var(--color-white);
  transition: all 0.3s ease, filter 0.3s ease;
  opacity: 0.5;
}
.pageTop a:hover {
  background-color: var(--main);
  filter: drop-shadow(0px 8px 5px #3d260488);
  rotate: 270deg;
  opacity: 1;
}
.pageTop a:hover svg path,
.pageTop a:hover svg circle {
  stroke: white;
  fill: var(--main);
}
.pageTop a:hover svg circle {
  stroke: var(--main);
}
.pageTop a svg {
  width: 80px;
}
