/* =======================================
共通
======================================== */

br.sp {
  display: none;
}


@media (max-width: 768px) {
  br.sp {
    display: block;
  }
}



.main-ttl-wrap {
  margin-bottom: 0;
  position: relative;
  margin-top: var(--header-height, 0px);
}

.main-ttl-wrap>.bg {
  width: 100%;
  height: 450px;
}

.main_ttl {
  position: relative;
  z-index: 2;
}

.main_ttl_text_box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% + 30px);
  transform: translateX(-50%) translateY(-50%);
}

.main_ttl h2 {
  display: table;
  color: #fff;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 500;
}

.main-ttl-wrap>.bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-ttl-box {
  height: 100%;
  display: block;
  align-items: center;
  position: absolute;
  justify-content: center;
}

.main-ttl-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  height: auto;
  margin: 0 auto;
}

.main_ttl .txt {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
  display: block;
  white-space: nowrap;
  color: #fff;
}

.page-area-ttl-box {
  margin-bottom: 65px;
}

.page-area-ttl-box h3 {
  display: table;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1.5;
  padding-top: 20px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-top: 1px solid #808080;
  text-align: center;
}

.page-area-ttl-box .en {
  font-size: 19px;
  padding-bottom: 18px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  letter-spacing: 0.05em;
}

.inner {
  width: 1280px;
  margin: 0 auto;
}

.online .main_ttl .bg img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}

/* =======================================
パンくず
======================================== */
.breadcrumb_wrap {
  position: absolute;
  bottom: 92px;
  right: 40px;
}

.breadcrumb_wrap .panlist {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0 0.5em;
  justify-content: flex-end;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}

.breadcrumb_wrap .panlist>li {
  display: flex;
  align-items: center;
}


.breadcrumb_wrap .panlist>li {
  font-size: 11px;
}
.breadcrumb_wrap .panlist,
.breadcrumb_wrap .panlist a,
.breadcrumb_wrap .panlist span {
  color: #fff;
  white-space: nowrap;
}

.breadcrumb_wrap .panlist>li.active {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}

.breadcrumb_wrap .panlist>li+li:before {
  content: ">";
  letter-spacing: normal;
  display: block;
  padding: 0 0.5em;
}

.breadcrumb_wrap .panlist>li+li:before {
  transform: translateY(-0.1em);
}

.contact .breadcrumb_wrap,
.counter .breadcrumb_wrap,
.online .breadcrumb_wrap,
.contact-thankyou .breadcrumb_wrap,
.contact-confirm .breadcrumb_wrap,
.single .breadcrumb_wrap,
.news .breadcrumb_wrap,
.privacy-policy .breadcrumb_wrap {
  position: absolute;
  bottom: 20px;
  right: 40px;
}

/* =======================================
お問い合わせ
======================================== */
.wpcf7-spinner {
    /* display: none !important; */
}
.contact-head-area {
  padding: 60px 0;
  background-image: url('../images/page/online/online-head-bg.png');
  background-color: #ffffff;
  background-repeat: cover;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
}

.contact-head-left-obj,
.contact-head-right-obj {
  position: absolute;
  mix-blend-mode: multiply;
}

.contact-head-left-obj {
  left: 0;
  top: 0;
  width: 242px;
}

.contact-head-right-obj {
  right: 0;
  bottom: 0;
  width: 267px;
}

.contact-form-area {
  padding-bottom: 100px;
}

.contact-form-area {
  max-width: 100%;
  width: 1278px;
  margin: 0 auto;
  padding: 100px 0 100px;
}


.contact-head-area .text {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  font-weight: 500;
}

.contact-head-area .small-text {
  font-size: 16px;
  display: table;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 20px;
}


/* テーブル */
.contact-form-area .order-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

/* 左列（項目） */
.contact-form-area .order-table th {
  width: 270px;
  vertical-align: middle;
  background: #E2DED3;
  padding: 16px 24px 16px 24px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #ffffff;
}

/* 右列（入力） */
.order-table td {
  padding: 16px 24px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  background: #fff;
}

.contact-form-area .order-table .note,
.contact-form-area .wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 13px;
    color: #B84010;
}


.contact-form-area .order-table td {
  text-align: left;
}

.info-text {
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}

.info-text .large {
  font-size: 150%;
}

.info-text .red {
  color:var(--red-color);
}

.contact-form-area .form-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 0 24px;
    margin-top: 60px;
}

.textarea {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    border: 1px solid rgb(179, 179, 179);
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
    resize: vertical;
}

.wpcf7-response-output {/* 送信ボタン下完了時 */
    /* border: none !important;
    font-size: 16px !important; */
    font-weight: bold;
    text-align: center !important;
    color: #B84010 !important;
}

/* =======================================
NEW詳細
======================================== */

.news-detail-area {
  background-color: #f0eee8;
  padding: 100px 0;
  position: relative;
}
.news-detail-area .top-obj {
    position: absolute;
    max-width: 707px;
    width: 100%;
    left: auto;
    right: 0;
    top: 0;
}
.news-detail-area h3 {
    display: table;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 1.5;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-top: none;
    border-bottom: 1px solid #808080;
    text-align: center;
}

.news-wrap .news-main img{
  height: auto;
  margin: 0;
}

.news-main {
  margin-bottom: 30px;
}

.news-wrap {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 34px 40px;
  background-color: #ffffff;
  width: 1000px;
}
.news-content .news-meta {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start
}

.news-wrap img {
  margin: 30px 0;
}

.news-wrap  .news-meta {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start
}

/* =========================
   h2 見出し（大見出し）
========================= */
   /* キーカラー */
:root {
  --key-color: #b83510;
}

.news-content h2 {
  position: relative;
  margin: 3em 0 2em;
  padding: 0 0 0 0.8em;
  font-size:27px;
  font-weight: 700;
  color: var(--key-color);
  border-left: 6px solid var(--key-color);
}

/* =========================
   h3 見出し（中見出し）
   ========================= */
.news-content h3 {
  padding: 0;
  padding-bottom: 15px;
  margin: 0 0 1em;
  text-align: left;
  font-size:23px;
  font-weight: 700;
}


/* =========================
   h4 見出し（小見出し）
   ========================= */
.news-content h4 {
  margin: 2em 0 1em;
  padding: 0.2em 0;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  color: var(--key-color);
}

/* =========================
   段落・リストの余白
   ========================= */
.news-content ul,
.news-content ol {
  margin: 0 0 1.6em 1.4em;
  padding: 0;
}

.news-content li {
  margin-bottom: 0.4em;
}

.news-content p {
  font-size: 16px;
  line-height: 2;
}


/* =======================================
NEWS一覧
======================================== */
.news-list-area {
  padding-top: 100px;
  position: relative;
  background: #f0eee8 !important;
  padding: 100px 0;
}

.news-obj {
  bottom: 255px;
  position: absolute;
  margin-left: -500px;
  width: 1645px;
  mix-blend-mode: overlay;
  /* Illustratorの「オーバーレイ」 */
}

.news-header {
  text-align: left;
  margin-left: 50px;
}

.news-title {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.news-btn {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 500;
  border: 1px solid #4d4d4d;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  transition: 0.3s;
  width: 250px;
  letter-spacing: 0.08em;
  text-align: center;
}

.news-btn:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.news-list {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 34px 40px;
  background-color: #ffffff;
  width: 1000px;
}

.news-item {
  background-color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}

.news-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.news-item a:hover {
  opacity: 0.5;
}

.news-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-left: 18px;
  text-decoration: none;
  color: inherit;
}

.news-meta {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start
}

.news-body {
  flex: 1;
}

.news-date {
  line-height: 1;
  padding-right: 20px;
  font-size: 18px;
  margin-right: 20px;
  color: #666;
  border-right: 1px solid #4d4d4d;
}

.news-cat {
  font-weight: 500;
  font-size: 16px;
  color: #b83510;
  line-height: 1;
}

.news-item-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.news-excerpt {
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
  font-feature-settings: "palt";
}

/* ---------- サムネイル ---------- */
.news-thumb {
  width: 200px;
  flex-shrink: 0;
}

.news-thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}



/* =======================================
プライバシーポリシー
======================================== */
.legal-info-area {
  padding-bottom: 120px;
  position: relative;
}
.legal-info-area .page-area-ttl-box {
  margin-bottom: 80px;
}
.legal-info-area .legal-table th {
    position: relative;
    padding-right: 70px;
}
.legal-info-area .legal-table th {
    width: 260px;
    background: #E2DED3;
    padding: 16px 24px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
}
.legal-info-area .legal-table td {
    padding: 16px 24px;
    background: #ffffff;
}
.legal-table th, .legal-table td {
    border-bottom: 1px solid #FFFFFF;
}
.legal-table td {
    border-bottom: 1px solid #DDDDDD;
}
.legal-table .mail {
  color: #5594e0;
}
.legal-table .sml {
  font-size: 14px;
}
.legal-table {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    border-collapse: collapse;
    font-size: 15px;
    border-top: 1px solid #E2DED3;
    border-left: 1px solid #E2DED3;
    border-right: 1px solid #E2DED3;
}
.privacy-policy-area {
  padding-bottom: 120px;
  position: relative;
}

.privacy-policy-area .inner,
.legal-info-area .inner {
  max-width: 1000px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.privacy-head-box {
  padding: 100px 0 0;
}

.privacy-head-box .page-area-ttl-box {
  margin-bottom: 50px;
}

.privacy-head-box p {
    font-size: 16px;
    line-height: 2;
    display: table;
    margin: 0 auto;
    letter-spacing: 0.005em;
}
.privacy-box {
  margin-top: 80px;
}
.privacy-box dt {
    color: #b84010;
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 700;
    border-bottom: 1px solid #b84010;
}

.privacy-box div + div {
  margin-top: 80px;
}

.privacy-box dd {
    font-size: 16px;
    line-height: 2;
}

.privacy-box ul {
  padding-left: 1.2em;
}

.privacy-box ul li {
  position: relative;
  padding-left: 0.6em;
}

.privacy-box ul li::before {
  content: "•";             /* ← ドット */
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 10px;          /* ← 好きな大きさに調整 */
  line-height: 1.2;
}

/* =======================================
結婚・披露宴
======================================== */
.wedding-head-area {
  height: 256px;
  display: flex;
  align-items: center;
  padding-left: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-image: url('../images/page/wedding/wedding-head-bg.jpg');
}

.wedding-head-area p {
  font-size: 40px;
  font-weight: 500;
  color:#fff;
  letter-spacing: 0.3em;
  line-height: 160%;
}

.wedding-top-content {
  position: relative;
  padding-bottom: 80px;
}

.wedding-line-obj {
  top:0;
  left: -3%;
  width: 106%;
  position: absolute;
  z-index: -1;
}

.wedding-washitsu-area {
  padding: 80px 0;
}

.washitsu-inner {
  max-width: 1278px;
  margin: 0 auto;
  display: flex;
  gap: 0 66px;
  align-items: center;
  position: relative; 
}

.washitsu-left {
  flex: 1;
  min-width: 0;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  position: relative;
}

.washitsu-img-wrap {
  width: 100%;
  position: relative;
}

.washitsu-img-wrap img {
  inset: 0;
  width: 100%;
  height: 473px;
  object-fit: cover;
  display: block;
}

.washitsu-right {
  width: 620px;    
  padding: 0; 
}

.washitsu-ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 2;
  line-height: 170%;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
}

.washitsu-text {
  line-height: 3;
  letter-spacing: 0.005em;
  font-size: 16px;
}

.washitsu-more {
  display: inline-block;
  margin-top: 24px;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 3px;
}



.omotenashi-img-area {
  height: 428px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-image: url('../images/page/wedding/omotenashi-main-img.jpg');
}

.omotenashi-img-area .text {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.3em;
  display: table;
  margin-right: 0;
  margin-left: auto;
}

.omotenashi-img-area .inner {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}
.omotenashi-detail-area .flex-box {
  display: flex;
}

.omotenashi-left {
  width: 480px;
  margin-top: -190px;
}

.omotenashi-right {
  width: 490px;
  padding-top: 140px;
  margin-right: 132px;
  margin-left: 180px;
}

.omotenashi-right p {
  font-size: 16px;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.005em;
}
.omotenashi-middle-wrap {
  margin-top: 120px;
}
.omotenashi-middle-inner {
  max-width: 1278px;
  margin: 0 auto;
  display: flex;
  gap: 0 66px;
  align-items: center;
  position: relative; 
}

.omotenashi-middle-ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 2;
  line-height: 170%;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
}

.omotenashi-middle-text {
  line-height: 3;
  letter-spacing: 0.005em;
  font-size: 16px;
}

.omotenashi-middle-left {
  flex: 1;
  min-width: 0;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  position: relative;
}
.omotenashi-middle-right {
  width: 620px;    
  padding: 0; 
}

.omotenashi-bottom-wrap {
  padding-bottom: 80px;
}

.omotenashi-bottom-img {
  margin-left: auto;
  width: 606px;
  margin-top: 80px;
}
.wedding-photo-kinumata {
  padding: 100px 0 140px;
  background-color: #F5F4F0;
}

.wedding-photo-gallery {
  width: 1022px;
  height: 745px;
  overflow-y: scroll;
  margin: 0 auto;
}
.wedding-photo-kinumata h3 {
  font-weight: 500;
  letter-spacing: 0.3em;
  font-size: 28px;
  color: var(--red-color);
  margin-bottom: 50px;
  text-align: center;
}
.wedding-photo-text {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--red-color);
  text-align: center;
}

/* ----------------------------------------------------
   ギャラリー全体
---------------------------------------------------- */
.gallery-section {
  width: 1052px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.gallery-heading {
  font-size: 20px;
  margin-bottom: 16px;
}

/* 7列／高さ746px／中スクロール */
.gallery-inner {
  width: 100%;
  height: 746px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  padding-right: 4px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.gallery-item {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: 0.7s;
}

.gallery-item:hover {
  opacity: 0.6;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------
   モーダル（フェードイン・フェードアウト付き）
---------------------------------------------------- */
body.is-modal-open {
  overflow: hidden;
}

/* 初期は透明で pointer-events 無効 */
.gallery-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;   /* ← フワッとフェード */
}

/* 表示状態 */
.gallery-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* 背景の黒いレイヤー */
.gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* 白い表示ボックス */
.gallery-modal__content {
  position: relative;
  max-width: 900px;
  width: 90%;
  background: #fff;
  padding: 16px 48px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;

  /* ↓フワッと表示（下→上 + フェード） */
  transform: translateY(20px);
  transition: transform 0.35s ease;
}

/* モーダルOPEN時の位置 */
.gallery-modal.is-open .gallery-modal__content {
  transform: translateY(0);
}

/* 大きい画像 */
.gallery-modal__image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

/* 閉じるボタン */
.gallery-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}

/* ナビゲーション（前・次） */
.gallery-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
}

.gallery-modal__prev {
  left: 8px;
}

.gallery-modal__next {
  right: 8px;
}

/* カウンターとキャプション */
.gallery-modal__counter,
.gallery-modal__caption {
  margin-top: 8px;
  text-align: center;
}

.gallery-modal__counter {
  font-size: 14px;
  color: #666;
}

.gallery-modal__caption {
  font-size: 16px;
}


@media (min-width: 1278px) {
  .washitsu-left {
    /* 画像ブロックも左へブリード */
    margin-left: calc((100vw - 1278px) / -2);
  }
  .omotenashi-middle-left {
    /* 画像ブロックも左へブリード */
    margin-left: calc((100vw - 1278px) / -2);
  }
}

/* =======================================
オンラインストア
======================================== */
.online-head-area {
  padding: 60px 0;
  background-image: url('../images/page/online/online-head-bg.png');
  background-color: #ffffff;
  background-repeat: cover;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
}

.online-head-area h4 {
  color: #B84010;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.005em;
}

.online-head-left-obj,
.online-head-right-obj {
  position: absolute;
  mix-blend-mode: multiply;
}

.online-head-left-obj {
  left: 0;
  top: 0;
  width: 242px;
}

.online-head-right-obj {
  right: 0;
  bottom: 0;
  width: 267px;
}

.online-head-area h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.005em;
  text-align: center;
}

.online-head-area .text {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

.online-head-area .sml-text {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-align: center;
}

.tel-box {
  padding: 15px 20px;
  display: table;
  border-radius: 6px;
  margin: 30px auto 0;
  border: 1px solid #BCBCBC;
}

.tel-box p {
  line-height: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.tel-box p span {
  font-weight: 400;
  text-align: center;
  font-size: 13px;
}

.tel-box .tel-text {
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #B84010;
  line-height: 1;
}

.tel-box .tel-text span {
  font-size: 32px;
  font-weight: 700;
}

/* 購入エリア */

.product-area {
  padding: 80px 0 80px;
}

.product-inner {
  width: 1278px;
  margin: 0 auto;
}

/* rows */
.product-row {
  margin-bottom: 0;
}

.product-row--2col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 80px;
  row-gap: 60px;
  margin-bottom: 80px;
}

.product-row--3col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 66px;
  row-gap: 80px;
}

/* card */
.product-card {
  font-size: 13px;
  color: #333;
}

.product-main-img img {
  width: 100%;
  height: auto;
  display: block;
}

.product-body {
  padding-top: 30px;
}

.product-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product-head.w-100 {
  display: block;
}

.product-head.w-100 .product-price {
  margin-top: 10px;
  text-align: right;
}

.product-head--multi {
  margin-bottom: 20px;
}

.product-price-list {
  display: flex;
  justify-content: space-between;
}

.product-price-list+.product-price-list {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #B3B3B3;
}

.product-set-list {
  margin-top: 20px;
}

.product-name {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}


.product-name span {
  font-size: 15px;
}

.product-size {
  font-size: 15px;
  font-weight: 400;
}

.product-price {
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.5;
}

.product-price-main {
  font-size: 24px;
  font-weight: 700;
  color: #b20000;
}

.product-price-main span {
  font-size: 15px;
  font-weight: 700;
  color: #b20000;
  margin-right: 2px;
}

.product-price-main .product-price-unit {
  font-size: 13px;
  color: #000;
  font-weight: 400;
}

/* 上段商品のサムネ＋テキスト横並び */
.product-content {
  display: flex;
  gap: 32px;
}

.product-thumb img {
  width: 120px;
  height: auto;
  display: block;
}

.product-text p {
  line-height: 160%;
  font-size: 15px;
  line-height: 160%;
}

.product-text {
  line-height: 160%;
  font-size: 15px;
}

.product-text .product-note {
  margin-top: 10px;
  font-size: 11px;
}

/* 数量 */
.product-quantity {
  margin-top: 28px;
}

.product-quantity label {
  margin-right: 8px;
  font-size: 13px;
}

.product-quantity select {
  min-width: 90px;
  padding: 12px 6px;
  font-size: 12px;
}

/* select 共通ラッパー */
.select-wrap {
  position: relative;
  display: inline-block;
}

/* 本体 */
.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 90px;
  padding: 10px 36px 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #B3B3B3;
  background-color: #fff;
}

/* ▼ カスタム矢印（ここを調整する） */
.select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  /* ← 横位置（右からの距離） */
  top: 50%;
  width: 7.5px;
  height: 7.5px;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

/* セット用 */
.product-head--multi>div+div {
  margin-top: 6px;
}

.product-note-list {
  margin-top: 22px;
  margin-bottom: 28px;
  font-size: 14px;
  letter-spacing: 0.005em;
}


.product-set-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.product-set-label {
  letter-spacing: 0.005em;
  font-size: 15px;
  font-weight: 600;
}

.product-set-label span {
  font-size: 13px;
}

.product-set-qty label {
  margin-right: 5px;
  font-size: 13px;
}



/* ムービーボタン */
.product-movie {
  margin-top: 28px;
}

.product-movie a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 16px;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  background: #f5f5f5;
  border-radius: 4px;
}

.product-movie .dot {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}


/* 全体 */
.order-info-area {
  position: relative;
  padding: 0 0 160px;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

.order-info-inner {
  border-top: 1px solid #B3B3B3;
  padding-top: 100px;
  width: 1278px;
  margin: 0 auto;
}

/* 見出しと段落 */
.order-block+.order-block {
  margin-top: 50px;
}

.order-info-area .order-title {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}
.order-info-area .order-title::after {
  content: none;
}
.order-block p {
  line-height: 160%;
  margin-bottom: 6px;
  font-size: 15px;
}

.order-block p.sml {
  font-size: 13px;
  margin-top: 16px;
  line-height: 160%;
}

/* おせちボックス */
.osetchi-note {
  margin: 24px 0 40px;
  padding: 32px;
  background-color: #F5F5F5;
}

.osetchi-title {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 600;
  color: #B84010;
}

.osetchi-text {
  margin: 0;
  font-size: 15px;
}

/* 手数料テーブル */
.charge-table-wrap {
  margin-top: 16px;
  overflow-x: auto;
}

.charge-table {
  border-collapse: collapse;
  width: 606px;
}

.charge-table th,
.charge-table td {
  padding: 8px 16px;
  border: 1px solid #E2E2E2;
  font-size: 15px;
  font-weight: 600;
}

.charge-table td {
  font-weight: 400;
}

.charge-table th:first-child {
  border-right: 1px solid #FFFFFF;
}

.charge-table thead th {
  background-color: #E2E2E2;
  font-weight: 700;
}

.charge-table td:first-child {
  width: 406px;
}

.charge-table td:last-child {
  width: 200px;
}

.text-right {
  text-align: right;
}

/* 下のお問い合わせ帯 */
.order-contact {
  margin-top: 60px;
  border-radius: 12px;
  background-color: #F5F4F0;
  padding: 40px 0;
}

.order-contact-inner {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.order-contact-lead {
  margin-bottom: 20px;
  font-size: 18px;
}

.order-contact-lead span {
  color: #B84010;
  font-size: 16px;
}

.order-contact-tel {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #B84010;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}

.order-contact-tel .tel-num,
.order-contact-tel .fax-num {
  font-size: 40px;
  font-weight: 700;
}

.order-contact-mail {
  font-size: 18px;
}

.order-contact-mail a {
  color: #B84010;
  text-decoration: none;
}

/* セキュリティバッジ */
.sectigo-badge {
  margin-left: auto;
  text-align: right;
  width: 181px;
  margin-top: 60px;
}

.sectigo-badge img {
  height: auto;
}

.winter-top-area {
  padding-top: 60px;
}

/* 冬ロゴ＋テキスト横並び */
.winter-lead {
  background: #fff;
  padding: 60px 0 0;
}

.winter-top-area .winter-lead {
  background: #fff;
  padding: 0;
}

.winter-lead-inner {
  margin: 0 auto;
  /* 横中央へ配置 */
  display: flex;
  align-items: center;
  justify-content: center;
  /* 横中央揃え（重要） */
  gap: 0 32px;
}

/* ロゴ（大きめ） */
.winter-lead-logo img {
  width: 120px;
  height: auto;
  display: block;
}


.winter-lead-text .lead-title {
  font-size: 32px;
  letter-spacing: 0.005em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}

.winter-lead-text .lead-desc {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
}

.winter-gallery-main-img {
  border-radius: 12px;
  width: 1278px;
  margin: 0 auto 60px;
  overflow: hidden;
  /* ← これ必須 */
}

.winter-gallery-main-img ul {
  display: flex;
  width: 100%;
}

.winter-cotent {
  padding: 60px 0;
  background-color: #F5F4F0;
}

.winter-cotent .product-note {
  background-color: #fff;
  display: table;
  border-radius: 30px;
  padding: 10px 24px;
  color: #B84010;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
}

.winter-cotent .product-note.bottom {
  margin: 74px auto 0;
}


/* 外枠の点線ボックス */
.winter-lineup-box {
  width: 830px;
  margin: 60px auto 0;
  padding: 12px 24px 0;
}

/* タイトル */
.winter-lineup-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 8px;
}

/* リスト本体 */
.winter-lineup-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #B3B3B3;
}

.winter-lineup-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 12px;
  border-bottom: 1px solid #B3B3B3;
  font-size: 14px;
}

/* 各カラム */
.winter-lineup-col {
  box-sizing: border-box;
}

/* 左：商品名 */
.winter-lineup-name {
  font-size: 20px;
  letter-spacing: 0.005em;
}

.winter-lineup-name span {
  font-size: 18px;
  font-weight: 400;
}

/* 中央：期間＋価格 */
.winter-lineup-meta {
  text-align: right;
  white-space: nowrap;
}

.winter-lineup-period {
  display: inline-block;
  margin-right: 0;
  font-size: 15px;
}

.winter-lineup-price {
  font-weight: 700;
  color: #B84010;
  font-size: 24px;
  margin-left: 7px;
}

.winter-lineup-price-unit {
  font-size: 18px;
}

.winter-lineup-note {
  font-size: 13px;
  color: #000;
  font-weight: 400;
}


.winter-lineup-qty-label {
  font-size: 13px;
}

.winter-bottom-content-inner {
  width: 1278px;
  margin: 0 auto;
}

.winter-top-area .product-quantity {
  display: inline-block;
  margin-top: 0;
  margin-left: 5px;
}

/* 中身の2カラム */
.osechi-detail-flex {
  width: 1278px;
  margin: 0 auto;
  display: flex;
  gap: 0 40px;
}

/* 画像側 */
.osechi-detail-img {
  flex: 0 0 52%;
  border-radius: 18px;
  overflow: hidden;
}

.osechi-detail-img.mini {
  flex: none;
  max-width: 664px;
  width: 100%;
  border-radius: 0;
}
.osechi-detail-img .osechi-wrap {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.osechi-detail-img .osechi-wrap img {
  border-radius: 18px;
}
.osechi-detail-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* テキスト側 */
.osechi-detail-content {
  flex: 1;
}

.osechi-detail-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.osechi-detail-servings {
  font-size: 18px;
  font-weight: 400;
}

/* 価格 */
.osechi-detail-price {
  margin-bottom: 40px;
  line-height: 1;
}

.osechi-price-main {
  font-size: 32px;
  font-weight: 700;
  color: #B84010;
}

.osechi-price-main span {
  font-size: 18px;
}

.osechi-price-sub {
  font-size: 13px;
}

/* 説明文・注意書き */
.osechi-detail-text {
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 10px;
  margin-top: 20px;
  letter-spacing: 0.005em;
}

.osechi-detail-note {
  font-size: 12px;
}

/* 数量セレクト */
.osechi-detail-qty {
  display: flex;
  align-items: center;
  gap: 10px;
}

.osechi-detail-qty-label {
  font-size: 13px;
}

.osechi-detail-select {
  min-width: 140px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.osechi-list+.osechi-list {
  margin-top: 60px;
}

.add-sekihan-box {
  display: table;
  padding: 32px;
  margin-top: 60px;
  margin: 60px auto 0;
  width: 830px;
  background-color: #fff;
  border-radius: 12px;
}

.add-sekihan-box p.text {
  font-size: 18px;
  margin-bottom: 20px;
}

.osechi-detail-price {
  margin-bottom: 0;
}

.add-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add-flex h3 {
  font-size: 24px;
  font-weight: 600;
}

.add-detail {
  align-items: center;
  display: flex;
}

.add-detail .product-quantity {
  margin-top: 0;
}

.add-detail .osechi-detail-price {
  margin-right: 21px;
}

.osechi-bnr {
  width: 830px;
  margin: 60px auto 0;
}

.osechi-bnr a {
  cursor: pointer;
  transform: 0.7s;
}

.osechi-bnr a:hover {
  opacity: 0.7;
}

.osechi.product-movie {
  width: 830px;
  margin: 20px auto 0;
}

.osechi.product-movie a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  background: #ffffff;
  border-radius: 4px;
}

.order-confirm-area {
  max-width: 100%;
  width: 1278px;
  margin: 0 auto;
  padding: 100px 0 0;
}

.order-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.005em;
  margin-bottom: 60px;
  position: relative;
}

.order-title::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #B84010;
  display: block;
  margin: 12px auto 0;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

.order-table thead th {
  background: #d9d3c7;
  padding: 16px 10px;
  font-weight: 500;
  font-size: 15px;
  border-left: 1px solid #ffffff;
}

.order-table thead th:first-child {
  border-left: none;
}

.order-table tbody td:first-child {
  width: 718px;
  text-align: left;
}

.order-table tbody td:nth-child(2) {
  width: 200px;
}

.order-table tbody td:nth-child(3) {
  width: 100px;
}

.order-table tbody td:last-child {
  width: 1008px;
}

.order-table tbody td {
  text-align: right;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding: 28px 24px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.order-table tr:first-child th,
.order-table tr:first-child td {
  border-top: 1px solid #dddddd;
}

.order-table tr:first-child th {
  border-top: 1px solid #E2DED3;
}

.order-table td:last-child {
  border-right: 1px solid #dddddd;
}

.order-table tfoot .sum-price {
  background: #ded8cd;
  padding: 18px 10px;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  border-left: 1px solid #ffffff;
}

.order-table tfoot .sum-label {
  background: #E2DED3;
  padding: 18px 10px;
  text-align: left;
}

.order-table tfoot .sum-price {
  background: #E2DED3;
  padding: 18px 10px;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}


/* お客様情報入力*/
.order-customer-area {
  max-width: 100%;
  width: 1278px;
  margin: 0 auto;
  padding: 80px 0 0;
}


.order-title::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #B84010;
  display: block;
  margin: 12px auto 0;
}

/* 説明文 */
.order-desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
  color: #555;
}

/* テーブル */
.order-customer-area .order-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

/* 左列（項目） */
.order-customer-area .order-table th {
  width: 270px;
  vertical-align: middle;
  background: #E2DED3;
  padding: 16px 24px 16px 24px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #ffffff;
}

/* 右列（入力） */
.order-table td {
  padding: 16px 24px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  background: #fff;
}

.order-customer-area .order-table td {
  text-align: left;
}

/* th 内のテキスト */
.th-label {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}


/* 共通インプット */
.form-input {
  border-radius: 4px;
  border: 1px solid #B3B3B3;
  padding: 11px 10px;
  width: 480px;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
}

.form-input-zip {
    border-radius: 4px;
    border: 1px solid #B3B3B3;
    padding: 11px 10px;
    width: 200px;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
}

/* 長いフィールド（住所など） */
.form-input-long {
  width: 100%;
}

/* 短いフィールド（郵便番号・年齢） */
.form-input-short {
  width: 100px;
}

/* テキストエリア */
.form-textarea {
  width: 100%;
  min-height: 104px;
  border: 1px solid #B3B3B3;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.6;
  box-sizing: border-box;
  resize: vertical;
}

/* 単位（歳など） */
.unit {
  margin-left: 8px;
  font-size: 15px;
}

/* 注意文 */
.order-customer-area .note {
  margin-top: 10px;
  font-size: 13px;
  color: #B84010;
}

/* のしラジオボタン */
.noshi-radio-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.noshi-radio-list label {
  cursor: pointer;
}

.repeat {
  font-size: 13px;
  margin: 16px 0;
  line-height: 1;
}

/* のし入力欄 */
.noshi-inputs {
  margin-top: 16px;
}

.noshi-row+.noshi-row {
  margin-top: 16px;
}

.noshi-row {
  display: flex;
  align-items: center; 
}

.noshi-row label {
    display: block;
    font-size: 15px;
    width: 125px;
}

.noshi-radio-list {
  display: block;
}
.noshi-radio-list li {
  display: block;
}

.noshi-radio-list li + li {
  margin-top: 16px;
}

.noshi-radio-list label {
  font-size: 15px;
}
/* ラジオボタンを非表示（元を隠す） */
.noshi-radio-list input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #B3B3B3; /* 外枠グレー */
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}

/* チェック時の内側の丸 */
.noshi-radio-list input[type="radio"]:checked {
  border-color: #B3B3B3; /* 枠も赤にしてもOKなら */
}

.noshi-radio-list input[type="radio"]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #B84010; /* 内側の赤丸 */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.noshi-radio-list label {
  display: flex;
  align-items: center;
}

/* お届け先情報入力 */
.delivery-info-area {
  max-width: 100%;
  width: 1278px;
  margin: 0 auto;
  padding: 100px 0;
}
.wpcf7-response-output{
  max-width: 1278px;
}

.online .wpcf7 form .wpcf7-response-output {
  margin: -60px auto 100px;
}

.delivery-lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* テーブル */
.delivery-table {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  border-collapse: collapse;
  font-size: 15px;
  border-top: 1px solid #E2DED3;
  border-left: 1px solid #E2DED3;
  border-right: 1px solid #E2DED3;
}

.delivery-table th,
.delivery-table td {
  border-bottom: 1px solid #FFFFFF;
}

.delivery-table td {
  border-bottom: 1px solid #DDDDDD;
}

.delivery-table tr:last-child th {
  border-bottom: 1px solid #DDDDDD;
}


.delivery-table th {
  width: 260px;
  background: #E2DED3;
  padding: 26px 24px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}

.delivery-table th {
  position: relative;
  padding-right: 70px;
  /* 必須ぶんのスペースを少し足す */
}

/* 既存の .required に上書きでOK */
.required {
  padding: 4px 5px;
  line-height: 1;
  background-color: #B84010;
  color: #fff;
  display: inline-block;
  margin-left: 0;
  /* auto は不要に */
  position: absolute;
  right: 10px;
  /* 右端からの距離 */
  top: 50%;
  transform: translateY(-50%);
  /* 縦中央 */
}

.required {
  padding: 4px 5px;
  line-height: 1;
  background-color: #B84010;
  color: #fff;
  display: inline-block;
  margin-left: auto;
}

.delivery-table td {
  padding: 28px 32px;
  background: #ffffff;
}

/* フォームパーツ */
.delivery-input,
.delivery-textarea {
  width: 100%;
  max-width: 480px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #B3B3B3;
  padding: 12px 12px;
  font-size: 15px;
  border-radius: 2px;
}

/* テキストエリア */
.delivery-textarea {
  width: 100%;
  min-height: 104px;
  border: 1px solid #B3B3B3;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.6;
  box-sizing: border-box;
  resize: vertical;
}

/* 郵便番号だけ少し短く */
.delivery-input-zip {
  max-width: 260px;
}

/* ご住所の高さ */
.delivery-textarea {
  resize: vertical;
}

.form-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  margin-top: 100px;
}

.btn-reset,
.btn-submit {
  width: 280px;
  padding: 22px 0;
  border-radius: 40px;
  border: none;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.005em;
  cursor: pointer;
  color: #fff;
  transition: opacity 0.3s;
}

.btn-reset {
  background-color: #8a8a8a;
}

.btn-submit {
  background-color: #B84010;
}

.form-btn-wrap input:hover,
.form-btn-wrap button:hover {
  opacity: 0.8;
}

.order-confirm-bottom-text {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  color: #555;
}

.payment-cell {
  font-size: 15px;
  line-height: 1.6;
}

.pay-row {
  display: flex;              /* ← 高さズレ防止 */
  align-items: center;        /* ← 完全に中央揃え */
  gap: 6px;
  margin-bottom: 4px;
  cursor: pointer;
  line-height: 1;
}
.pay-row + .pay-row {
  margin-top: 15px;
}


.pay-check {
  margin: 0;
  width: 16px;
  height: 16px;
}

.payment-cell .note {
  margin-top: 14px;
}

/* =======================================
近またカウンター
======================================== */
.main_ttl {
  position: relative;
}

.kinmata-page-logo {
  bottom: 40px;
  position: absolute;
  left: 80px;
  width: calc(128 / 1600 * 100vw);
}

.counter-head-area {
  padding: 74px 0;
  position: relative;
}

.counter-head-area .inner {
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.counter-head-area h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 50px;
  letter-spacing: 0.005em;
}

.counter-head-area p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.005em;
}

.counter-head-obj {
  position: absolute;
  width: 306px;
  bottom: 0;
}

.counter-head-img {
  height: 480px;
  width: 100%;
}

.counter-head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* セクション全体 */
.counter-detail-area {
  padding: 50px 0;
  background-color: #f5f4f0;
  overflow-x: hidden;
  /* 右を見切れさせる */
}

/* 中央揃えの 1224px コンテナ */
.counter-inner {
  width: 1224px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

/* 左画像 */
.counter-photos {
  position: relative;
  width: clamp(785px, calc(785 / 1600 * 100vw), 9999px);
  margin-left: calc((100vw - 1224px) / -2);
  flex: 0 0 auto;
  /* 追加 */
}

@media (max-width: 1600px) {
  .counter-head-area {
    width: 1600px;
  }
}

@media (max-width: 1224px) {
  .counter-photos {
    margin-left: 0;
  }
}

/* 右テキスト */
.counter-text {
  width: 580px;
  margin-left: 80px;
  flex: 0 0 auto;
  /* 追加 */
}

.counter-text h3 {
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 0.005em;
  margin-bottom: 50px;
}

.counter-text p {
  font-size: 16px;
  line-height: 160%;
}

/* セクション全体 */
.counter-detail-area {
  padding: 50px 0;
  background-color: #f5f4f0;
  overflow-x: hidden;
  /* 右を見切れさせる */
}

.menu-sample-area {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-image: url('../images/page/counter/menu-obj-bg.svg');
  background-color: #E2DED3;
}

.menu-sample-area h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.menu-caption {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}

.menu-main img {
  width: 640px;
  display: block;
  margin: 0 auto 20px;
}

.menu-thumbs {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.menu-thumbs img {
  width: 120px;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

/* 選択されたサムネイル */
.menu-thumbs img.is-active {
  opacity: 1;
}

.menu-thumbs img:hover {
  opacity: 1;
}

.js-main {
  opacity: 1;
  transition: opacity 2s ease;
}

.js-main.is-hidden {
  opacity: 0;
}

.sommelier-area {
  padding: 100px 0 150px;
}

.sommelier-area .counter-inner {
  width: 1224px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.counter-photos-wrapper {
  width: fit-content;
  /* 必要であれば固定幅を指定してもOK */
  position: relative;
  /* absolute を使わないので高さはそのまま確保 */
}

/* メイン画像 */
.counter-photos img {
  width: 100%;
  height: auto;
  display: block;
}

/* 下の画像（料理人）を上に食い込ませる） */
.counter-photos-sub {
  position: relative;
  z-index: 2;
  width: 260px;
  /* お好みで幅を決定（例） */
  margin: -110px -143px 0 auto;
  /* ← ここが重要：上に食い込ませる */
  z-index: 2;
  /* 念のため前面に */
}

.counter-photos-sub img {
  width: 100%;
  height: auto;
  display: block;
}

.sommelier-area .reserve-btn {
  margin-top: 100px;
}

.sommelier-area .name {
  margin-top: 16px;
  font-size: 13px;
}

/* =======================================
ごあいさつ
======================================== */
.greeting-flex-box {
  display: flex;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

.greeting-left {
  width: calc(500px * 0.8);
}

.greeting-right {
  width: 540px;
}

.greeting-right p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 42px;
}

.greeting-president-area {
  padding-top: 110px;
  padding-bottom: 180px;
  position: relative;
}

.greeting-box .inner {
  width: 1120px;
  margin: 0 auto;
}

.greeting-name {
  text-align: right;
  margin-top: 95px;
  font-size: 20px;
}

.greeting-name span {
  font-size: 28px;
}

.greeting .page-area-ttl-box {
  margin-bottom: 100px;
}

.greeting-top-obj_01 {
  position: absolute;
  top: 0;
  width: 1713px;
  left: 50%;
  transform: translateX(calc(-50% - 286px));
}

.greeting-top-obj_02 {
  position: absolute;
  top: 0;
  width: 1713px;
  left: 50%;
  transform: translateX(calc(-50% + 416px));
}

.greeting-top-obj_04 {
  position: absolute;
  top: 0;
  width: 1888px;
  left: 50%;
  transform: translateX(calc(-50% - 246px));
}

.greeting-chairman-area {
  padding-top: 136px;
  position: relative;
  padding-bottom: 211px;
  background-color: #f0eee8;
}

.greeting-madam-area {
  position: relative;
  padding: 110px 0;
}

.greeting-head-chef-area {
  position: relative;
  padding-top: 128px;
  padding-bottom: 100px;
  background-color: #f0eee8;
}

.greeting-staff-area {
  position: relative;
  padding: 120px 0 100px;
}

.greeting-staff-text {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.greeting-staff-img {
  width: 1000px;
  margin: 40px auto 0;
}

/* =======================================
お料理
======================================== */
.wrapper .cuisine.top-anchor-area ul li a {
  padding: 4.5px 58px;
}

.wrapper .cuisine.top-anchor-area ul li:first-child a {
  padding: 4.5px 62px;
}

.wrapper .cuisine.top-anchor-area ul li:nth-child(2) a {
  padding: 4.5px 44px;
}

.wrapper .cuisine.top-anchor-area ul li:nth-child(3) a {
  padding: 4.5px 53px;
}

.wrapper .cuisine.top-anchor-area ul li:last-child a {
  padding: 4.5px 44px;
}

.month-recipes-area {
  position: relative;
  padding: 110px 0 181px;
}

.cuisine .page-area-ttl-box {
  margin-bottom: 50px;
}

.recipes-top-obj {
  width: 2136px;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% + 86px));
  top: -295px;
}

.month-recipes-img {
  width: 800px;
  margin: 0 auto;
}

.month-recipes-area .page-area-ttl-box {
    margin-bottom: 180px;
}

.month-recipes-box + .month-recipes-box{
  margin-top: 124px;
}

.month-recipes-box p{
  font-size: 26px;
  margin-top: 20px;
  font-weight: 600;
}

.month-recipes-area .reserve-btn {
  margin-top: 140px;
}

.main-recipes-img {
  margin: 0 auto 5px;
  position: relative;
  z-index: 2;
}

.sub-recipes-imgs {
  display: flex;
  gap: 0 5px;
}


.seasonal-cuisine-area {
  padding: 93px 0;
  background-color: #f0eee8;
}

.seasonal-cuisine-head {
  display: table;
  margin: 0 auto 90px;
  font-size: 17px;
  line-height: 36px;
}

.seasonal-cuisine-flex {
  display: flex;
  max-width: 1280px;
  width: 100%;
}

.seasonal-cuisine-img {
  width: 600px;
}

.seasonal-cuisine-text-box {
  margin-left: 63px;
}

.seasonal-cuisine-text-box .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 600px;
}

.seasonal-cuisine-text-box .menu-list>li+li {
  margin-top: 70px;
}

/* タイトルと価格の行 */
.seasonal-cuisine-text-box .menu-head {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  color: #231006;
}

.seasonal-cuisine-text-box .menu-title {
  display: flex;
  align-items: center;
  color: #593b2c;
  line-height: 1;
  gap: 0 20px;
  margin: 0;
}

.seasonal-cuisine-text-box .menu-title .menu-text {
  font-size: 28px;
  font-weight: 700;
}

.seasonal-cuisine-text-box .menu-icon {
  width: 28px;
  height: 24px;
  font-size: 0;
  padding-top: 2px;
}

.seasonal-cuisine-text-box .menu-icon svg {
  width: 100%;
  height: 100%;
  fill: #7a5641;
}

.seasonal-cuisine-text-box .menu-price {
  font-size: 26px;
  white-space: nowrap;
  margin-left: 53px;
  line-height: 1;
}

.seasonal-cuisine-text-box .menu-price span {
  font-size: 21px;
}

/* 鍋の説明文 */
.seasonal-cuisine-text-box .menu-desc {
  font-size: 18px;
  margin: 35px 0 0 46px;
  color: #555;
}

/* ふぐコースの中の価格リスト */
.seasonal-cuisine-text-box .price-list {
  list-style: none;
  margin: 30px 0 0 2.2em;
  padding: 0;
}

.seasonal-cuisine-text-box .price-list li {
  display: flex;
  align-items: center;
  line-height: 1;
}

.seasonal-cuisine-text-box .price-list li+li {
  margin-top: 20px;
}

.seasonal-cuisine-text-box .price {
  width: 142px;
  font-size: 26px;
  line-height: 1;
}

.seasonal-cuisine-text-box .price span {
  font-size: 21px;
}

.seasonal-cuisine-text-box .price-desc {
  font-size: 18px;
  color: #333333;
}

.seasonal-cuisine-area .reserve-btn {
  margin: 80px auto 0;
}

.seasonal-cuisine-area .tel-text {
  font-size: 26px;
  letter-spacing: 0.12em;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  margin-top: 80px;
}

.bento-boxes-area {
  position: relative;
  padding: 100px 0;
}

.bento-boxes-area .inner {
  max-width: 800px;
}

.bento-boxes-two-column {
  margin-top: 95px;
  display: flex;
  gap: 0 24px;
}

.bento-boxes-area .recipes-top-obj {
  width: 2136px;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% + 86px));
  top: -30px;
}

.bento-boxes-head,
.memorial-head {
  display: table;
  font-size: 17px;
  line-height: 36px;
  margin: 0 auto 145px;
}

.bento-boxes-lists {
  position: relative;
  z-index: 100;
}

.bento-boxes-lists .bento-boxes-img {
  width: 800px;
  margin: 0 auto 16px;
}

.bento-boxes-text {
  font-size: 21px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 36px;
}

.bento-boxes-text.center {
  text-align: center;
  letter-spacing: 0.12em;
}

.bento-boxes-item+.bento-boxes-item {
  margin-top: 53px;
}

.bento-boxes-area .reserve-btn {
  margin: 30px auto 0;
}

.bento-boxes-area .bottom-center {
  text-align: center;
  font-size: 26px;
  margin-top: 95px;
  font-family: "Shippori Mincho", serif;
}


.ingredients-area {
  position: relative;
  padding-bottom: 55px;
  background-color: #f0eee8;
}

.ingredients-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  gap: 0 90px;
}

.ingredients-left,
.ingredients-right {
  display: flex;
  flex-direction: column;
}

/* ←★ ここで固定幅指定 */
.ingredients-center {
  padding-top: 166px;
  flex: 0 0 455px;
  /* これがポイント！ */
  width: 455px;
  /* 念のため width も書いておくと安心 */
}


.ingredients-left img,
.ingredients-right img {
  width: 100%;
  height: auto;
  display: block;
}


.ingredients-txt {
  font-weight: 500;
  font-size: 17px;
  line-height: 36px;
  color: #333;
  width: 400px;
  margin: 0 auto;
}

.cuisine .ingredients-center .page-area-ttl-box {
  margin-bottom: 120px;
}

.memorial-service-area {
  position: relative;
  padding: 160px 0 143px;
}

.memorial-service-area .recipes-top-obj {
  width: 2136px;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% + 86px));
  top: 130px;
}

.memorial-service-area .reserve-btn {
  margin: 100px auto 0;
}

.memorial-service-img {
  position: relative;
  z-index: 2;
  width: 800px;
  margin: 0 auto 53px;
}

.memorial-service-text {
  display: table;
  margin: 0 auto;
  font-size: 17px;
  line-height: 36px;
}

/* =======================================
近又について
======================================== */
.wrapper .about.top-anchor-area ul li a {
  padding: 4.5px 22px;
}

.history-area {
  position: relative;
  z-index: 2;
  padding: 75px 0 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  background-image: url('../images/page/about/history-bg.jpg');
}

.history-left {
  width: 700px;
}

.history-right {
  width: 525px;
}

.history-right p {
  font-size: 17px;
  line-height: 36px;
}

.history-top-flex,
.history-bottom-flex {
  display: flex;
  justify-content: space-between;
}

.history-bottom-flex {
  margin-top: 23px;
}

.history-bottom-flex .history-gallery-img:first-child,
.history-bottom-flex .history-gallery-img:last-child {
  width: 375px;
}

.history-bottom-flex .history-gallery-img:nth-child(2),
.history-bottom-flex .history-gallery-img:nth-child(3) {
  width: 235px;
}

.machiya-introduction-area {
  padding-top: 93px;
  padding-bottom: 113px;
  position: relative;
}

.machiya-introduction-area .inner {
  width: 1500px;
  margin: 0 auto;
}

.machiya-head-text {
  width: auto;
  display: table;
  font-size: 17px;
  line-height: 36px;
  margin: 0 auto 60px;
}

.machiya-top-flex,
.machiya-bottom-flex {
  display: flex;
}

.machiya-middlle-text {
  margin: 65px auto 55px;
  display: table;
  font-size: 17px;
  line-height: 36px;
}

.machiya-top-obj {
  width: 680px;
  position: absolute;
  left: -40px;
  top: -40px
}

.seasons-area {
  position: relative;
  z-index: 2;
  padding: 98px 0 86px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  background-image: url('../images/page/about/seasons-bg.jpg');
}

.seasons-area .inner {
  width: 1280px;
  margin: 0 auto;
}

.seasons-head-text {
  font-size: 17px;
  line-height: 36px;
  display: table;
  margin: 0 auto 106px;
}

.seasons-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  justify-content: space-between;
}

.seasons-img {
  width: 635px;
}

.meiji-area {
  position: relative;
  padding: 110px 0 0;
}

.meiji-head-text {
  font-size: 17px;
  line-height: 36px;
  display: table;
  margin: 0 auto 60px;
}

.meiji-top-obj {
  width: 680px;
  position: absolute;
  right: 210px;
  top: -122px
}

.meiji-img-wrap {
  padding-top: 60px;
  padding-bottom: 85px;
  padding-left: 115px;
  padding-right: 115px;
  background-color: #f0eee8;
}

.meiji-img-head {
  line-height: 1;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 17px;
  font-size: 17px;
  margin-bottom: 70px;
}

.meiji-img-head::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #db9f87;
}

.meiji-img-wrap .flex-box {
  display: flex;
  justify-content: space-between;
}

.meiji-img-box .floor {
  font-size: 60px;
  line-height: 1;
  padding-left: 20px;
  margin-bottom: 20px;
}

.floor-map {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.floor-img {
  width: 100%;
  display: block;
}


/* モーダル背景 */
.img-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 999;
}

/* 表示時 */
.img-modal.is-show {
  opacity: 1;
  pointer-events: auto;
}

/* 白いモーダルボックス */
.img-modal__inner {
  background: #fff;
  padding: 20px;
  max-width: 680px;
  width: min(90%, 680px);
  border-radius: 8px;
  position: relative;

  /* 初期状態：少し下＋透明 */
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.5s ease;
}

/* 表示時：上にスライド＋フェードイン */
.img-modal.is-show .img-modal__inner {
  transform: translateY(0);
  opacity: 1;
}

.img-modal__close {
  position: absolute;
  right: 12px;
  top: 10px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}

.img-modal__title {
  margin: 0 0 12px;
  font-size: 1.1rem;
}

.img-modal__img {
  width: 100%;
  height: auto;
  display: block;
}

.floor-map-wrap {
  background-color: #fff;
  padding: 55px 72px;
}


.floor-map img {
  width: 336px;
}

.floor-img {
  display: block;
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;

  /* テキスト数字の見た目 */
  font-size: 28px;
  font-weight: 500;
  color: #db9f87; /* 好きな色に変更 */
  line-height: 1;
}

/* 数字画像のサイズ調整 */
.hotspot__num {
  display: block;
  width: 22px;   /* 好きなサイズに調整 */
  height: auto;
}

.wedding-area {
  padding: 110px 0 174px;
  position: relative;
}

.wedding-area .inner,
.memorial-area .inner {
  position: relative;
  z-index: 2;
}

.wedding-area .page-area-ttl-box .en {
    font-size: 19px;
    padding-bottom: 18px;
    font-weight: 500;
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #808080;
}

.wedding-area .page-area-ttl-box h3 {
    display: table;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 1.5;
    padding-top: 20px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-top: none;
    text-align: center;
}

.wedding-area .page-area-ttl-box {
    margin-bottom: 50px;
}
.wedding-head-text,
.memorial-head-text,
.memorial-text {
    font-size: 17px;
    line-height: 36px;
    display: table;
    margin: 0 auto 100px;
}
.wedding-head-text {
    margin: 0 auto 160px;
}
.memorial-text {
    margin: 0 auto 100px;
}
.wedding-area .wedding-img,
.memorial-area .memorial-img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.memorial-area .memorial-img {
  margin: 0 auto 55px;
}

.more-btn {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  display: table;
  max-width: 250px;
  padding: 26px 0;
  width: 100%;
  margin: 110px auto 0;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1;
  border: 1px solid #4d4d4d;
}

.memorial-area {
  background-color: #efede7;
  padding: 66px 0 150px;
  position: relative;
}

.memorial-area .page-area-ttl-box {
    margin-bottom: 100px;
}

.about-bottom-obj-bg {
  width: 1862px;
  top:181px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* ---------- モーダルの基本 ---------- */
.img-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 30px;
  z-index: 9999;
}
.img-modal.is-show {
  display: flex;
}

.img-modal__inner {
  background: #fff;
  padding: 30px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  border-radius: 8px;
}

.img-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.img-modal__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

/* ---------- 追加 ---------- */
/* 画像リスト：2列グリッド */
/* モーダル全体 */
.img-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 30px;
  z-index: 9999;
}
.img-modal.is-show {
  display: flex;
}

.img-modal__inner {
  background: #fff;
  padding: 30px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  border-radius: 8px;
}

/* 閉じるボタン */
.img-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* タイトルを使う場合用（今はコメントアウトでOK） */
.img-modal__title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

/* 1枚だけ：中央揃え */
.img-modal__list.single {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-modal__list.single .img-modal__item {
  max-width: 500px;
  width: 100%;
}

/* 複数枚：2列グリッド＋下揃え */
.img-modal__list.multi {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: flex-end; /* セル自体を下揃え */
}

/* 各セル */
.img-modal__item {
  margin: 0;
  text-align: center;
}

/* 画像 */
.img-modal__item img {
  width: 100%;
  height: auto;
  display: block;
}

/* キャプション（有っても無くても高さを揃える） */
.img-modal__caption {
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.5;

  /* ★ ここが重要：3行分の高さを完全固定 */
  min-height: calc(1.5em * 3);  /* 最低3行分の高さ（キャプション無しでも同じ） */
  max-height: calc(1.5em * 3);  /* 3行以上は表示しない */

  overflow: hidden;             /* はみ出しを隠す */

  /* ★ 3行でカットするための指定 */
  display: -webkit-box;
  -webkit-line-clamp: 3;        /* ← 最大3行にする */
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.img-modal__extra {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: left;
  grid-column: 1 / -1; /* 複数列レイアウトでも全幅に広げる */
}

/* =======================================
料金
======================================== */
.top-anchor-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(105, 46, 22, 0.7);
}

.top-anchor-area .inner {
  margin: 0 auto;
  width: 1280px;
}

.top-anchor-area ul {
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 25px 0;
}

.top-anchor-area ul li {
  line-height: 1;
  border-right: 1px solid #999999;
}

.top-anchor-area ul li:last-child {
  border-right: none;
}

.top-anchor-area ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  display: block;
  transition: 0.7s;
}

.top-anchor-area ul li a:hover {
  opacity: 0.6;
}

.top-anchor-area ul li:first-child a,
.top-anchor-area ul li:nth-child(2) a {
  padding: 4.5px 32px;
}

.top-anchor-area ul li:nth-child(3) a {
  padding: 4.5px 62px;
}

.top-anchor-area ul li:nth-child(4) a {
  padding: 4.5px 42px;
}

.top-anchor-area ul li:nth-child(5) a {
  padding: 4.5px 58px;
}

.top-anchor-area ul li:nth-child(6) a {
  padding: 4.5px 68px;
}

.private-tatami-room-area {
  position: relative;
}

.course-section .top-obj {
  position: absolute;
  max-width: 680px;
  width: 100%;
  left: -40px;
  top: -26px;
}

.course-section.even .top-obj {
  position: absolute;
  max-width: 707px;
  width: 100%;
  left: auto;
  right: 0;
  top: 0;
}

.special-dish .course-section.even .top-obj {
  position: absolute;
  max-width: 615px;
  width: 100%;
}

.course-section.tendon-for-lunch .top-obj {
  position: absolute;
  max-width: 707px;
  width: 100%;
  left: auto;
  right: 0;
  top: 20px;
}

.course-section.entry-time .top-obj {
  max-width: 680px;
  width: 100%;
  left: -40px;
  top: 22px;
}

.course-section {
  padding-top: 120px;
  position: relative;
}

.price-area-ttl-box {
  margin-bottom: 80px;
}

.tendon-for-lunch .price-area-ttl-box,
.before-reserving .price-area-ttl-box {
  margin-bottom: 46px;
}

.price-area-ttl-box h3 {
  display: table;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1.5;
  padding-top: 27px;
  font-size: 40px;
  font-weight: 600;
  border-top: 1px solid #808080;
  text-align: center;
}

.price-area-ttl-box .en {
  font-size: 19px;
  padding-bottom: 24px;
  font-weight: 500;
  text-align: center;
  color: #000000;
}

.course-wrap {
  margin: 0 auto;
  background-color: #f0eee8;
  width: 1280px;
  padding: 60px 90px;
}

.special-dish .course-wrap {
  padding: 88px 90px;
}

.even .course-wrap {
  margin: 0 auto;
  background-color: #ffffff;
  width: 1280px;
  position: relative;
  padding: 60px 90px 120px;
}

.tendon-for-lunch .course-wrap {
  margin: 0 auto;
  background-color: #ffffff;
  width: 1280px;
  position: relative;
  padding: 60px 90px 60px;
}

.before-reserving .course-wrap {
  margin: 0 auto;
  background-color: #ffffff;
  width: 1280px;
  position: relative;
  padding: 60px 90px 84px;
}

.entry-time .course-wrap {
  padding: 60px 90px 27px;
}

.course-anchor {
  margin-bottom: 47px;
}

.course-anchor ul {
  display: flex;
  justify-content: center;
}

.course-anchor ul li {
  line-height: 1;
  border-left: 1px solid #808080;
}

.course-anchor ul a {
  font-size: 20px;
  transition: 0.7s;
  padding: 10px 32px;
  display: block;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1;
}

.course-anchor ul a:hover {
  color: #b83510;
}

/* ====== Course (昼 懐 石) ====== */
:root {
  --brown: rgba(105, 46, 22, 0.7);
  /* 見出し帯 */
  --gold: rgba(168, 137, 15, 0.7);
  /* 見出し帯 */
  --text: #3b3b3b;
  --muted: #333333;
  --rule: #cccccc;
}

.course-box {
  margin: 40px auto 0;
  color: var(--text);
  font-feature-settings: "palt";
}

.course-box.first {
  margin-top: 0;
}

.course-box+.course-box {
  margin: 55px auto 0;
  color: var(--text);
  font-feature-settings: "palt";
}

.entry-time .course-box+.course-box {
  margin: 0 auto 0;
  color: var(--text);
  font-feature-settings: "palt";
}

.course-wrap .course-box.long {
  margin: 100px auto 0;
}

.even .course-wrap .course-box.long {
  margin: 44px auto 0;
}

.course-head {
  background: var(--brown);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* ← 中央寄せに変更 */
  padding: 16px 20px;
  position: relative;
  /* noteを右上固定するため */
}

.even .course-head {
  background: var(--gold);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  position: relative;
}

.course-section {
  padding-bottom: 120px;
}

.course-section.even {
  background-color: #f0eee8;
}

.course-ttl {
  font-size: 34px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.course-note {
  position: absolute;
  right: 57px;
  /* 右上に固定 */
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 18px;
}

.tendon-for-lunch .course-note {
  position: static;
  text-align: right;
  transform: translateY(0);
  margin-bottom: 30px;
}

/* list */
.course-list {
  list-style: none;
  margin: 0;
  padding: 60px 52px 54px;
  background-color: #fff;
}

.even .course-list {
  list-style: none;
  margin: 0;
  padding: 60px 52px 54px;
  background-color: #f2f2f2;
}

.course-item {
  position: relative;
  display: grid;
  grid-template-columns: 44px 143px 1fr;
  /* 左アイコン軸 / 価格 / 本文 */
  align-items: start;
  padding: 30px 20px 30px;
}

.course-item.exception {
  grid-template-columns: auto
    /* 左アイコン軸 / 価格 / 本文 */
}

.course-item.exception .exception-wrap {
  display: grid;
  grid-template-columns: 44px 143px 1fr;
  /* 左アイコン軸 / 価格 / 本文 */
}

.course-item.exception .exception-wrap+.course-body {
  margin-left: 187px;
  margin-top: 27px;
}

.course-item:first-child {
  position: relative;
  display: grid;
  grid-template-columns: 44px 143px 1fr;
  /* 左アイコン軸 / 価格 / 本文 */
  align-items: start;
  padding: 0 20px 30px;
}

.course-item.long {
  grid-template-columns: 44px 266px 1fr;
  /* 左アイコン軸 / 価格 / 本文 */
}

.course-item:last-child {
  padding: 30px 20px 0;
}

.course-item+.course-item {
  border-top: 1px solid var(--rule);
}

.course-item:last-child {
  border-top: 1px solid var(--rule);
}

.long.course-item.last {
  border-bottom: 1px solid var(--rule);
  padding: 30px 20px 30px;
}

/* 左の丸アイコン＋横罫 */
.course-line {
  position: relative;
  height: 100%;
}

.line-icon {
  width: 28px;
  font-size: 0;
  display: block;
}

/* 価格 */
.course-price {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  white-space: nowrap;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  font-size: 22px;
}

.yen {
  font-size: 26px;
}

.yen-unit {
  font-size: 21px;
  margin-left: 2px;
}

.course-lead {
  margin: 0 0 15px;
  font-size: 18px;
  margin-top: 0;
  line-height: 32px;
  color: var(--muted);
}

.long .course-lead {
  margin: 0 0 15px;
  font-size: 16px;
  margin-top: 0;
  font-weight: 400;
  line-height: 32px;
  color: var(--muted);
}

.course-desc {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.course-subtext {
  margin-top: 38px;
  font-size: 18px;
  display: table;
  margin: 38px auto 0;
  line-height: 32px;
}

.second .special .course-subtext {
  font-size: 18px;
  font-weight: 400;
  margin: 65px auto 0;
}

.course-supplement {
  margin-top: 15px;
}

.course-supplement__note {
  color: #333333;
  font-size: 16px;
}

.course-supplement__note.size-18 {
  font-size: 18px;
}

.course-supplement__important {
  font-size: 17px;
  display: table;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-bottom: 1px solid #b84010;
}

.even .course-supplement__important {
  border-bottom: 1px solid #8a7800;
}

.special-course-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.second .special-course-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.special .course-list .course-item {
  display: block;
}

.special-course-ttl-box {
  display: flex;
  margin-bottom: 35px;
  align-items: center;
}

.special-dish .special-course-ttl-box,
.tendon-for-lunch .special-course-ttl-box {
  display: flex;
  margin-bottom: 0;
  align-items: flex-start;
}

.course-line {
  width: 44px;
}

.special-course-name {
  margin-right: 40px;
}

.tendon-for-lunch .special-course-name {
  width: 214px;
  margin-right: 0;
}

.special-course-ttl-box .course-price {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  white-space: nowrap;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  font-size: 26px;
}

.special-dish .special-course-ttl-box .course-price {
  padding-top: 3px;
}

.special-dish .special-course-ttl-box .course-price.two-line {
  padding-top: 0;
  margin-top: -8px;
  line-height: 44px;
}

.special .course-list .yen-unit {
  margin-left: 2px;
}

.special-dish .special .course-list .yen-unit,
.tendon-for-lunch .special .course-list .yen-unit {
  font-size: 21px;
  margin-left: 2px;
}

.nakamaru {
  font-size: 26px;
  font-weight: 700;
}

.second .special-course-ttl-box .course-price {
  font-size: 22px;
}

.second .special-course-ttl-box .course-price.mr-40 {
  margin-right: 40px;
}

.second .special .course-list .yen-unit {
  font-size: 21px;
  margin-left: 2px;
}

.special .course-list .course-body {
  margin-left: 44px;
}

.special .course-list .course-lead {
  font-size: 18px;
  margin-top: 0;
  line-height: 32px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 25px;
}

.second .special .course-list .course-lead {
  margin-bottom: 0;
}

.special .course-list .course-desc {
  background-color: #f0eee8;
  padding: 30px 45px;
  margin-bottom: 25px;
}

.special-dish .special .course-list .course-desc {
  background-color: #ffffff;
  padding: 0;
  margin-left: 73px;
  margin-bottom: 15px;
}

.special-dish .special .course-list .course-desc+.course-desc {
  margin-bottom: 0;
}

.special .course-list .course-detail {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
}

.second .special .course-list .course-detail.center {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
}

.special .course-item {
  padding: 0 20px 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #cccccc;
}

.special .course-list .course-item:last-child {
  border-top: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.special .course-item+.course-item {
  border-top: none;
}

.special .course-lead+.course-detail {
  margin-top: 72px;
}

.special .course-list {
  padding: 60px 52px 94px;
}

.special-dish .special .course-list {
  padding: 60px 52px 70px;
}

.even .special .course-list {
  padding: 60px 52px 60px;
}

.entry-time .special .course-list {
  padding: 26px 52px;
}

.reserve-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--red-color);
  color: #fff;
  font-size: 26px;
  width: 550px;
  margin: 55px auto 0;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  line-height: 1;
  padding: 43px 88px 43px 57px;
  box-sizing: border-box;
  gap: 0 42px;
  transition: all 0.3s ease;
}

.reserve-btn:hover {
  opacity: 0.6;
}

.reserve-btn.long {
  margin: 95px auto 0;
}

.reserve-btn::before {
  content: "";
  position: absolute;
  inset: 6.5px;
  border: 1px solid #fff;
  pointer-events: none;
  box-sizing: border-box;
}

.reserve-btn .reserve-ico {
  width: 94px;
  height: auto;
  display: block;
}

.course-caution {
  margin-top: 20px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.course-head-text {
  text-align: center;
  margin-top: 73px;
}

.pl-20 {
  padding-left: 20px;
}

.entry-time .flex-box {
  display: flex;
}

.entry-time .flex-box>p {
  width: 50%;
  text-align: center;
  line-height: 1;
  padding: 52px 0;
}

.entry-time .flex-box>p+p {
  border-left: 1px solid #cccccc;
}

.entry-time .flex-box>p span {
  margin-right: 50px;
}

.before-reserving dl>div+div {
  margin-top: 85px;
}

.before-reserving dt {
  color: #b84010;
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-weight: 700;
  border-bottom: 1px solid #b84010;
}

.before-reserving dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 34px;
}

/* ============ Vars ============ */
:root {
  --rsv-bg: rgba(184, 64, 16, 0.1);
  /* セクション背景(薄い桃×生成り系) */
  --rsv-panel: #f4f5f3;
  /* 予約パネルの薄グレー */
  --rsv-panel-line: #dcded8;
  /* パネル内線 */
  --rsv-text: #2a2a2a;
  --rsv-muted: #6f6f6f;
  --rsv-key: #b5b5b5;
  /* フィールド枠色 */
  --rsv-btn: #bfbfbf;
  --rsv-btn-t: #fff;
  --rsv-accent: #b84010;
  /* 見出し帯色 */
}

.rsv-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px 70px;
  background: var(--rsv-bg);
}

.rsv-sec {
  padding: 90px 0 86px;
  color: var(--rsv-text);
}

/* 見出し */
.rsv-heading {
  text-align: center;
  font-size: 32px;
  letter-spacing: .12em;
  margin: 0 0 60px;
  padding: 37px 0 32px;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
  font-weight: 400;
  color: #fff;
  background-color: #b84010;
}

.rsv-heading span {
  font-size: 0;
  width: 94px;
}

.rsv-lead {
  display: table;
  margin: 0 auto;
  text-align: left;
  line-height: 34px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0 auto 65px;
}


/* 送信ボタン */
.rsv-btn {
  height: 40px;
  border: none;
  border-radius: 4px;
  background: var(--rsv-btn);
  color: var(--rsv-btn-t);
  font-weight: 700;
  letter-spacing: .1em;
  cursor: pointer;
}

.rsv-btn:hover {
  filter: brightness(0.95);
}

/* 注記 */
.rsv-note {
  text-align: center;
  font-size: 20px;
  color: #000;
  margin: 24px 0 32px;
}

/* 連絡先 */
.contact-cards {
  display: flex;
  background: #fff;
  padding: 10px 18px;
  width: 800px;
  margin: 0 auto;
  border-radius: 6px;
  flex-wrap: wrap;
}

.card {
  padding: 35px 0 30px;
  display: flex;
  gap: 17px 30px;
  align-items: flex-start;
  justify-content: center;
  border-right: 1px solid #cccccc;
}

.card.tel,
.card.fax {
  width: 50%;
}

.card.mail {
  margin-top: 10px;
  justify-content: flex-start;
  padding-top: 26px;
  width: 100%;
  border-top: 1px solid #cccccc;

}

.card.fax {
  border-right: none;
}

.card:last-child {
  border-right: none
}

.card-ttl {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.mail .card-ttl {
  font-size: 25px;
  padding-left: 26px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.mail .card-main {
  line-height: 1;
  font-size: 0;
}

.mail .card-main a {
  font-size: 24px;
}

.card-main .tel,
.card-main .fax {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  text-decoration: none;
}

.card-main .sub {
  font-size: 18px;
  color: #000000;
  letter-spacing: .05em;
  margin-top: 0;
}

.mail-ico {
  display: inline-block;
  width: 29px;
  height: 19px;
  margin-left: 8px;
  font-size: 0;
  position: relative;
  top: 1px
}

.tdPd1 {
  padding: 1em 0 1em 1.5em;
}

.tdPd2 {
  padding: 1em;
}

.outerReservation {
  width: 100%;
  height: auto;
  border: 1px solid #c5c5c5;
  padding: 7px;
  color: #333;
  text-align: center;
}

.innerReservation {
  width: auto;
  min-height: 132px;
  background-color: #e5eaea;
  vertical-align: middle;
  align-items: center;
  padding: 0 10px;
  text-align: center;
}

.inTime {
  padding: 0 0 15px 5px;
  margin: 50px 0 22px 0;
  text-align: left;
  color: #333;
  font-size: 21px;
  font-family: '游明朝', YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  border-bottom: 2px solid #C95E59;
}

.tc-content {
  margin-bottom: 20px;
}

.tc-wrap-book {
  width: 650PX;
  margin: 0 60px;
}


.reservation-box {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #333333;
}

.reservation-box {
  line-height: 1;
  _height: 100%;
  _overflow: auto;
}

.reservation-box {
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  width: 710px;
}

.spring {
  display: block;
  font-size: 14px;
  color: #b84010;
}