@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
p span,
h1 span,
h2 span,
h3 span,
h4 span {
  display: inline-block;
}

.itembox1 .boxwrap > div{
margin-top:0;
  margin-bottom: auto;
}
.default_txt, .default_txt1, .default_txt2 {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .default_txt, .default_txt1, .default_txt2 {
    line-height: 2;
  }
}
.header_i1 {
  pointer-events: none;
}

/* 押したい要素だけクリック有効に戻す */
.header_i1 a,
.header_i1 button,
.header_i1 .menu-bt,
.header_i1 input,
.header_i1 .logo {
  pointer-events: auto;
}
body:not(.on){
    background: #333;
}
.box1 .default_txt2{
    font-weight: 300;
}
.box1 .box_wrap{
  width: 100%;
gap:50px;
 max-width: 1280px;
    margin: auto;
flex-wrap: nowrap;
}

/* 左：テキスト */
.box1 .box_wrap .txtbox{
  width: auto;
}

/* 右：画像全体のラッパー */
.box1 .box_wrap .imgboxwrap{
 width: calc(40% - 50px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;          /* 右寄せ */
  gap: 24px;                      /* 画像同士の余白 */
}

/* 上の大きい画像 */
.box1 .box_wrap .imgbox1{
  width: 100%;
  max-width: clamp(320px, 32vw, 380px);
    margin-right: auto;
    margin-left: 0;
}
.box1 .box_wrap .imgbox1 .img1{
  width: 100%;
  height: auto;
  display: block;
}

/* 下の小さい画像 */
.box1 .box_wrap .imgbox2{
  width: 70%;                     /* 大きい画像より少し小さく */
  max-width: clamp(230px, 20vw, 260px);
        margin-left: auto;
    margin-right: 0;
}
.box1 .box_wrap .imgbox2 .img2{
  width: 100%;
  height: auto;
  display: block;
}

/* -------- 1280px 以下 -------- */
@media screen and (max-width: 1280px){



}
@media screen and (max-width: 1080px){
.box1 .box_wrap{

flex-wrap: wrap;
}
      .box1{
    position: relative;
    overflow: hidden;
  }

  .box1 .box_wrap{
    gap: 40px;
  }

  .box1 .box_wrap .txtbox{
   
  }

  .box1 .box_wrap .imgboxwrap{
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    align-items: center;              /* 中央寄せ */
  }

  }
/* -------- 768px 以下 -------- */
@media screen and (max-width: 768px){

}

/* -------- 576px 以下 -------- */
@media screen and (max-width: 576px){

  .box1 .box_wrap .imgbox2{
    width: 75%;
  }
}


.mgb{
        margin-bottom: clamp(40px, 8vw, 100px);
}



.column2_c1 .txtbox{
    margin: auto 0;
}
.column2_c1 .txtbox p{
    font-weight: 300;
color: #C8C4B9;}
.menu_block2 {
    margin-left: auto;
  margin-right: auto;
}

/* 見出し「・セットメニュー」 */
.menu_block2 .menu_head p {
  margin: 0 0 12px;
}

.menu_block2 .menu_box {
  background: #181e22;
  border-radius: 2px;
  padding: clamp(20px, 3vw, 32px);
  position: relative; /* ← 疑似要素を使うため */
}

.menu_block2 .menu_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 97%; 
  height: 1px;
  background: rgba(112, 112, 112, 0.3);
}
.menu_block2 .menu_row {

  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(226, 219, 204, 0.15);
}

/* 最後だけ線なし */
.menu_block2 .menu_row:last-child {
  border-bottom: none;
}

/* 左側テキスト */
.menu_block2 .menu_txt {
  flex: 1 1 auto;
}

/* タイトル */
.menu_block2 .menu_title {
  margin: 0 0 6px;
  letter-spacing: .06em;
  color: #e2dbcc;
}

/* 説明文 */
.menu_block2 .menu_desc {
  margin: 0;
  color: #c8c4b9;
    font-weight: 300;
}

/* 右側の価格 */
.menu_block2 .menu_price {
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}

.menu_block2 .menu_price p {
  margin: 0;
  letter-spacing: .12em;
      font-family: "Zen Old Mincho", serif;
  color: #e2dbcc;
}

/* SP：少し詰める */
@media screen and (max-width: 768px) {
  .menu_block2 .menu_box {
    padding: 16px;
  }
  .menu_block2 .menu_row {
    flex-direction: row;
    gap: 16px;
  }
}

.menu_block {
    margin-left: auto;
  margin-right: auto;
}

/* 見出し「・セットメニュー」 */
.menu_block .menu_head p {
  margin: 0 0 12px;
}

.menu_block .menu_box {
  background: #181e22;
  border-radius: 2px;
  padding: clamp(20px, 3vw, 32px) clamp(32px, 5vw, 56px);
  position: relative; /* ← 疑似要素を使うため */
}

.menu_block .menu_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 97%; 
  height: 1px;
  background: rgba(112, 112, 112, 0.3);
}
.menu_block .menu_row {

  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(226, 219, 204, 0.15);
}

/* 最後だけ線なし */
.menu_block .menu_row:last-child {
  border-bottom: none;
}

/* 左側テキスト */
.menu_block .menu_txt {
  flex: 1 1 auto;
}

/* タイトル */
.menu_block .menu_title {
  margin: 0 0 6px;
  letter-spacing: .06em;
  color: #e2dbcc;
}

/* 説明文 */
.menu_block .menu_desc {
  margin: 0;
  color: #c8c4b9;
    font-weight: 300;
}

/* 右側の価格 */
.menu_block .menu_price {
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}

.menu_block .menu_price p {
  margin: 0;
  letter-spacing: .12em;
      font-family: "Zen Old Mincho", serif;
  color: #e2dbcc;
}

/* SP：少し詰める */
@media screen and (max-width: 768px) {
  .menu_block .menu_box {
    padding: 16px;
  }
  .menu_block .menu_row {
    flex-direction: row;
    gap: 16px;
  }
}

.bluedot {
  position: relative;
  padding-left: 20px; /* 点の分の余白 */
}

.bluedot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%; /* 縦位置をいい感じに */
  width: 10px;
  height: 10px;
  background-color: #183E64;
  border-radius: 50%;
}
.titlebox3 {
  position: relative;
  display: flex;          /* .flex があるなら省略OK */
  align-items: center;
  width: 100%;
}

/* 中央の横ライン */
.titlebox3::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(226, 219, 204, 0.6);

  z-index: 0;
}

/* 英語・日本語テキスト共通 */
.titlebox3 .en,
.titlebox3 .jp {

  z-index: 1;
  padding-right:  0.5em;          /* 文字の左右だけ線を消す用 */
  background-color: #08111b; /* ページ背景色に合わせて調整 */
}

/* 左側の英語 */
.titlebox3 .en {
      position: relative;
  margin-right: 1.5em;
      font-family: "EB Garamond", serif;
    margin-right: auto;
}

/* 右側の日本語を右端寄せ */
.titlebox3 .jp {
      position: absolute;
      font-family: "Zen Old Mincho", serif;
right: 0;
    top: 0;
}
/* ベース：2カラムレイアウト */
.column2_c1 {
  overflow: hidden;
}

/* ===== layout ===== */
.column2_c1 .boxwrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4.8vw, 56px);
  align-items: start;
  grid-template-areas: "imgbox txtbox";
}

/* 逆配置（左右入れ替え） */
.column2_c1.is-reverse .boxwrap {
  grid-template-areas: "txtbox imgbox";
}

/* 画像エリア */
.column2_c1 .imgbox {
  grid-area: imgbox;
  background: #c7c7c7;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 540 / 400;
  margin: auto 0;
}

.column2_c1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* テキストエリア */
.column2_c1 .txtbox {
  grid-area: txtbox;
  max-width: 540px;
  position: relative;
}

/* ===== テキスト装飾 ===== */
.column2_c1 .eyebrow {
  margin: 0 0 10px;
  letter-spacing: .14em;
  color: #A42115;
}

.column2_c1 .jp {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: .04em;
}

.column2_c1 .lead1 {
  margin: 0 0 28px;
  line-height: 2;
  letter-spacing: .04em;
}

.column2_c1 .point {
  margin-top: 10px;
}

.column2_c1 .point_head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}

/* POINTの文字 */
.column2_c1 .point_label {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #A42115;
  line-height: 1;
}

/* 右側の横線 */
.column2_c1 .point_head::after {
  content: "";
  flex: 1 1 auto;
  height: 2px;
  background: #A42115;
  opacity: .8;
}

.column2_c1 .point_title {
  margin: 14px 0 12px;
  letter-spacing: .06em;
}

@media screen and (max-width: 1080px) {
  /* ---------- column2_c1 ---------- */
  .column2_c1 .titlebox3 {
    justify-content: center;
    align-items: center;
  }

  .column2_c1 .titlebox3 p {}
    .column2_c1 {
         width: 100%;
  
    }
  .column2_c1 .boxwrap {
    grid-template-columns: 1fr; /* 1カラム */
    gap: 24px;
    grid-template-areas:
      "imgbox"
      "txtbox"; 
          max-width: 720px; 
          width: 100%;
  }

  .column2_c1.is-reverse .boxwrap {
    grid-template-areas:
      "imgbox"
      "txtbox"; /* 逆配置もSPでは同じ順番 */
  }

  .column2_c1 .imgbox {
    width: 100%;

    min-width: 0;      /* はみ出し防止 */
    margin: 0 auto;
    justify-self: center;
  }

  .column2_c1 .txtbox {
    max-width: none;   /* スマホでは制限解除 */
    width: 100%;
    justify-self: center;
  }
}


/* ===== SPレイアウト ===== */
@media screen and (max-width: 768px) {
  .column2_c1 .boxwrap {
    grid-template-columns: 1fr; /* 1カラム */
    gap: 24px;
  }

  .column2_c1 .imgbox {

    min-width: 320px;
    margin: 0 auto;
  }

  .column2_c1 .txtbox {
    max-width: none;
  }
}


.flow_a1 .inner {
  margin: 0 auto;
}
.flow_a1 .item {
  display: grid;
  grid-template-columns: 72px 1fr minmax(260px, 300px);
  column-gap: clamp(16px, 3vw, 40px);
  position: relative;
  padding-bottom: 20px;
}
.flow_a1 .col-num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flow_a1 .col-num::before {
  content: "";
  position: absolute;
  left: 50%;
  top:70px;
  bottom: 20px;
  transform: translateX(-50%);
  width: 0;
  border-left: 2px dotted #9F8554;
  opacity: .8;
  pointer-events: none;
}
.flow_a1 .item:last-child .col-num::before {
  display: none;
}
.flow_a1 .circle {
  width: 56px;
  height: 56px;
  border-radius: 999px;
    border: 1px solid #9F8554;
  display: grid;
  place-items: center;
}
.flow_a1 .circle p {
  margin: 0;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 20px;
  color: #9F8554;
  font-family: "Zen Old Mincho", serif;
}
.flow_a1 .txtbox {
  margin-top: 10px;
}
.flow_a1 .txtbox .title {
  margin: 0 0 10px;
  letter-spacing: .02em;
  font-family: "Zen Old Mincho", serif;
 
}
.flow_a1 .txtbox .text {
  margin: 0;
  line-height: 2;
  text-align: justify;
    font-weight: 300;
}
.flow_a1 .imgbox {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #cfcfcf;
  overflow: hidden;
}
.flow_a1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .flow_a1 .col-num {
    grid-area: col;
  }
  .flow_a1 .txtbox {
    grid-area: txtbox;
  }
  .flow_a1 .imgbox {
    grid-area: imgbox;
  }
  .flow_a1 .item {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "col col"
      "txtbox imgbox";
    column-gap: clamp(12px, 3vw, 24px);
    row-gap: clamp(12px, 3vw, 24px);
    padding-bottom: 32px;
  }
  .flow_a1 .col-num {
    justify-content: center;
    align-items: flex-start;
  }
  .flow_a1 .col-num::after {
    display: none;
  }
  .flow_a1 .inner {
    padding: 0 0;
  }
  .flow_a1 .txtbox .title {
    text-align: center;
  }
  .flow_a1 .item {
    grid-template-columns: 1fr;
    grid-template-areas:
      "col"
      "imgbox"
      "txtbox";
    row-gap: 16px;
    padding-bottom: 60px;
  }
  .flow_a1 .item:last-child {
    padding-bottom: 0;
  }
  .flow_a1 .col-num {
    justify-content: flex-start;
    margin-bottom: -30px;
  }
  .flow_a1 .col-num::after {
    display: none;
  }
  .flow_a1 .imgbox {
    max-width: 400px;
    justify-self: center;
  }
  .flow_a1 .txtbox {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .flow_a1 .txtbox {
    width: 100%;
  }
}

/* ---------- itembox1 ---------- */
.itembox1.bg1 {
  position: relative;
  z-index: 1;
}
.itembox1.bg1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  height: 220px;
  background: #e6e6e6;
  z-index: -1; /* コンテンツの下に敷く */
}
.itembox1 {
  position: relative;
  z-index: 0;
}
.itembox1  .imgbox {
  width: 100%;
  aspect-ratio: 270 / 350;
  overflow: hidden;
}

.itembox1  .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* トリミングしつつ綺麗に収める */
}

.itembox1 .boxwrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4列 */
  gap: clamp(10px, 2.5vw, 20px);
}
.itembox1 .boxwrap p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .itembox1 .boxwrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* SPで2列 */
  }
}

/* ---------- more_c ---------- */
.more_c a {
  position: relative;
  padding: 15px 30px;
  background-color: #183E64;
  min-width: 250px;
  border-radius: 0px
}
.more_c a::after {
  content: none;
}
.more_c a:hover::after {
  transform: translate(3px, -50%);
}
.more_c a p {
  color: #E0DDD6;
      font-family: "Zen Old Mincho", serif;
}
.more_c a img {
  width: 20px;
  margin-right: 10px;
}
.more_c i{
    color: #E0DDD6;
    margin-left: 12px;
}

.color1{
   color:  #9F8554;
}
.color2{
   color: #E0DDD6;
}
.color3{
   color: #183E64;
}
.color4{
    color:  #7B7160;}
.font_eb {
  font-family: "EB Garamond", serif;
}
.font_mincho {
  font-family: "Zen Old Mincho", serif;
}
.en_title {
  font-family: "EB Garamond", serif;
  font-size: clamp(32px, 6vw, 60px);
  letter-spacing: .08em;
}
.en_title2 {
  font-family: "EB Garamond", serif;
  font-size: clamp(32px, 6vw, 40px);
  letter-spacing: .04em;
}
.default_title0 {
  font-size: clamp(20px, 3.2vw, 32px);
  letter-spacing: .05em;
}
.default_title {
  font-size: clamp(22px, 3.2vw, 30px);
  letter-spacing: .05em;
  
}
.default_title2 {
  font-size: clamp(20px, 2.9vw, 26px);
  letter-spacing: .05em;
  
}
.default_title3 {
  font-size: clamp(16px, 2.5vw, 20px);
  letter-spacing: .05em;
  
}
.default_txt {
  font-size: clamp(16px, 1.8vw, 18px);
  letter-spacing: .05em;
  line-height: 2.2;
}
.default_txt2 {
  font-size: clamp(15px, 1.6vw, 16px);
  letter-spacing: .05em;
  line-height: 2.2;
}
.default_txt3 {
  font-size: clamp(12px, 1.4vw, 14px);
  letter-spacing: .05em;
}
.en_txt {
  font-size: clamp(16px, 1.8vw, 20px);
  letter-spacing: .05em;
  line-height: 2;
  font-family: "EB Garamond", serif;
}
.en_txt2{
  font-size: clamp(14px, 1.4vw, 18px);
  letter-spacing: .05em;
  line-height: 2;
  font-family: "EB Garamond", serif;
}

.titlebox2{
    justify-content: flex-start;
  gap: 18px;
}

/* 英語タイトル */
.titlebox2 .en{
  margin: 0;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.18em;
  color:#9F8554;               /* ゴールド系 */
}

/* 日本語タイトル */
.titlebox2 .jp{
  margin: 0;
  padding-left: 18px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2em;
  color: #E0DDD6;
  border-left: 1px solid rgba(224,221,214,0.7); /* 縦線 */
}

/* ---------- subnav ---------- */
.subnav {
  background: #020b12;
}

.subnav_inner {
max-width: 1400px;
  margin: 0 auto;
  padding: 24px 60px 40px;
  display: flex;
  justify-content: flex-end;
  gap: clamp(30px, 5vw, 50px);
}

.subnav_inner .txtbox a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.subnav_inner .txtbox a p {
  margin: 0;
font-size: clamp(14px, 2vw, 18px);
  letter-spacing: 0.25em;
  color: #E0DDD6;
      font-family: "Zen Old Mincho", serif;
    white-space: nowrap;
}

/* ▼アイコン */
.subnav_inner .txtbox a i {
  font-size: 12px;
  color: #E0DDD6;
  transition: color .2s ease;
}

/* 下線 */
.subnav_inner .txtbox a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(224, 221, 214, 0.4);
  transition: background .2s ease;
}


.subnav_inner .txtbox a:hover p,
.subnav_inner .txtbox a:hover i {
  color: #C7A669;
}

.subnav_inner .txtbox a:hover::after {
  background: #C7A669;
}

/* ---------- SP ---------- */
@media screen and (max-width: 768px) {
  .subnav_inner {
    padding: 16px 20px 24px;
    gap: 24px;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.submenuwrap{
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 0;
  align-items: center;
gap:30px;
}

/* 左の「SNS」タイトル */
.submenuwrap .en_title{
  margin: 0;
  letter-spacing: 0.35em;
}

/* 右エリアの余白 */
.submenu_a{
  padding: 0 80px 0 80px;
}

/* 丸アイコンを並べるflex */
.submenu_a > .flex{
  border-top: none;                 /* もとのボーダーは消す */
  padding-top: 0;
  justify-content: flex-start;
  gap: clamp(24px, 4vw, 40px);
}

/* 各リンクを「丸」にする */
.submenu_a > .flex a{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  width:170px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #0E1E2B;
  gap: 10px;

  transition: transform 0.25s ease, background 0.25s ease;
}

/* アイコン画像 */
.submenu_a > .flex a img{
width: 36px;
  height: auto;
        margin-top: 20px;
}

/* 英語ラベル（上の p.default_txt） */
.submenu_a > .flex a p{
  letter-spacing: 0.18em;
  color: #e2dbcc;
    font-size: 16px;
}

/* 日本語ラベル（小さめ or 非表示にしたければ display:none;） */
.submenu_a > .flex a .jp{
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #e2dbcc;
}

/* ホバー時 */
.submenu_a > .flex a:hover{
  background: #0b1d2b;
  transform: translateY(-3px);
}

/* ---------- レスポンシブ ---------- */
@media screen and (max-width: 1280px){
  .submenu_a{
    padding: 0 60px 0 60px;
  }
}

@media screen and (max-width: 768px){
  .submenuwrap{
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 20px;
    gap: 24px;
  }

  .submenu_a{
    padding: 0;
    width: 100%;
  }

  .submenu_a > .flex{
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
  }


}

@media screen and (max-width: 576px){
  .submenu_a > .flex{
    gap: 16px;
  }
  .submenu_a > .flex a{
    width: 150px;
  }

}
/* ---------- more---------- */
.more{
 width: clamp(240px, 30vw, 360px);
  border: 1px solid rgba(226, 219, 204, 0.6);
    margin-right: auto;
    margin-left: auto;
}

/* a 全体をクリック範囲に */
.more > a{
      width: clamp(240px, 30vw, 360px);

  display: block;
  text-decoration: none;
  padding: 22px 40px;
}

/* 中身を中央寄せ（アイコン → テキスト） */
.more .txtbox{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* テキスト */
.more .txtbox p{
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.18em;
  color: #e2dbcc;
}

/* 矢印アイコンの丸（小さめ） */
.more .icon{
  width: 22px;                          /* ★ 円を少し小さく（26 → 22） */
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(226, 219, 204, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 矢印SVG：大きめ＋ちょい左寄せ */
.more .icon img{
  display: block;
  width: 28px;                          /* ★ 矢印を大きく（24 → 28） */
  height: auto;
  transform: translateX(-10px);          /* ★ 左に寄せる */
  transition: transform 0.25s ease;
}

/* ホバー時：枠＆文字少し明るく＋矢印を右へスライド */
.more:hover{
  border-color: rgba(226, 219, 204, 0.9);
}

.more:hover .txtbox p{
  color: #f5efe4;
}

.more:hover .icon{
  border-color: #f5efe4;
}

.more:hover .icon img{
  transform: translateX(-4px);           /* -3px → +1px まで動く感じに */
}


.more1{
  display: block;              /* ← block にする */
  width: fit-content;          /* 中身の幅だけ */
  margin: 0 auto;   
  border-bottom: 1px solid rgba(226, 219, 204, 0.6);
  padding-bottom: 6px;
}

.more1 > a{
  text-decoration: none;
  display: block;
  /* 中央にしたいので左右の auto マージンは消す */
  padding-left: 0;             /* 左にズレるならこれも 0 に */
}


/* 中身を中央寄せ（アイコン → テキスト） */
.more1 .txtbox{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* テキスト */
.more1 .txtbox p{
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.18em;
  color: #e2dbcc;
}

/* 矢印アイコンの丸 */
.more1 .icon{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(226, 219, 204, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 矢印SVG */
.more1 .icon img{
  display: block;
  width: 28px;
  height: auto;
  transform: translateX(-10px);
  transition: transform 0.25s ease;
}

/* ホバー時 */
.more1:hover{
  border-color: rgba(226, 219, 204, 0.9);
}

.more1:hover .txtbox p{
  color: #f5efe4;
}

.more1:hover .icon{
  border-color: #f5efe4;
}

.more1:hover .icon img{
  transform: translateX(-4px);
}



/* ---------- footer ---------- */
.footer_g1 {
    background: #0D1D2B;
  color: #fff;
  padding: 100px 50px 50px;
}
.footer_g1 .boxwrap {
  justify-content: space-between;
  max-width: 1280px;
}
.footer_g1 .leftbox {
  width: auto;
  align-items: flex-start;
}

.footer_g1 .leftbox .logo {}
.footer_g1 .leftbox .snsicon p {
  margin-top: 5px;
  margin-right: 15px;
  color: #333333;
}
.footer_g1 .leftbox .snsicon i {
  font-size: 32px;
  color: #333333;
}
.footer_g1 .onlineshop_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 12px 36px;
  background: #2f4d36; /* 緑 */
  text-decoration: none;
  color: #fff;
}
.footer_g1 .onlineshop_btn img {
  width: 18px;
  height: auto;
}
.footer_g1 .onlineshop_btn p {
  color: #fff;
}
.footer_g1 .rightbox {
  gap: 30px 40px;
}
.footer_g1 .rightbox .default_txt2 {
  font-family: "Zen Old Mincho", serif;
}
.footer_g1 .rightbox .ul .li:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer_g1 p {
  color: #C8C4B9;
}
.footer_g1 .en{
      font-family: "EB Garamond", serif;
  color: #9F8554;
    font-size: 22px;
}

@media screen and (max-width: 1080px) {
  .footer_g1 .rightbox {
    display: none;
  }
  .footer_g1 {
    display: block;
  }
  .footer_g1 .leftbox {
    width: 100%;
    gap: 30px 40px;
      align-items: center;
  }
    .footer_g1 .txtbox p{}
  .footer_g1 .leftbox .logo {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  .footer-bottombox_g {
    justify-content: center;
  }
  .footer-bottombox_g .copyright {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .footer-bottombox_g .ul {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .footer_g1 .leftbox {
    justify-content: center;
  }
}

/* --- サイドメニュー全体 --- */
.side_menu{
  position: fixed;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 9000;
  font-size: 0;              /* すき間つぶし */
}

.side_menu .reserve_bt a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;

  width: 60px;
  padding: 18px 10px;

  text-decoration: none;
  border: none;
}

/* 上：WEB予約（ネイビー） */
.side_menu .reserve_bt:first-child a{
  background:#183E64;        /* ネイビー */
}

/* 下：お問い合わせ（ブラウン） */
.side_menu .reserve_bt:last-child a{
  background: #b28a4e;        /* ブラウン */
}

/* 仕切り線（間の1px） */
.side_menu .reserve_bt:first-child{
  border-bottom: 1px solid #b28a4e;
}

/* アイコン */
.side_menu .reserve_bt img{
  width: 22px;
  height: auto;
}

.side_menu .reserve_bt .txt-vertical{
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  color: #E0DDD6;

  writing-mode: vertical-rl;   /* 縦書き */
  text-orientation: upright;   /* ★ 英字も縦向きにする */
  letter-spacing: 0.3em;
}

/* ホバー（少し暗く） */
.side_menu .reserve_bt a:hover{
  filter: brightness(0.9);
}

/* SPでは邪魔なら非表示に */
@media screen and (max-width: 768px){
  .side_menu{
    display: none;
  }
}

.pagetitle{
   padding-top:
        clamp(70px, 10vw, 120px);}

.pagetitle .imgbox {
    margin: 0 0 0 auto;
    position: relative;
    width: 100%;                 /* 好きな幅でOK（右寄せ） */
    max-width: 1160px;           /* 必要なら設定 */
    aspect-ratio: 1160 / 500;    /* ★ 比率固定 */
    overflow: hidden;            /* はみ出しを切る */
}

.pagetitle .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;           /* 比率保ったまま塗りつぶし */
    display: block;
}
.pagetitle .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.4) 0%,     /* 左端：完全黒 */
    rgba(0, 0, 0, 0.2) 50%,  /* 少し薄く */
    rgba(0, 0, 0, 0) 100%    /* 右端：透明 */
  );
}
.pagetitle .titlebox {
  position: absolute;
  left: clamp(40px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* 日本語：小さめ・白 */
.pagetitle .jp{
  margin: 0;
  letter-spacing: 0.18em;
  color: #f5efe6;
      font-family: "Zen Old Mincho", serif;
}

/* 英語：大きめ・ゴールド */
.pagetitle .en{
  margin: 0;
  letter-spacing: 0.2em;
  color: #c7a669;
    margin-top: -20px;
}
/* ---------- header_i1 ---------- */

.header_i1 {
  white-space: nowrap;
  position: fixed;
  z-index: 9999;
  height: clamp(70px, 10vw, 120px);
  width: 100%;
  overflow: hidden;
}
/* 右側ナビエリア */
.header_i1 .rightbox {
  position: fixed;
  height: clamp(70px, 10vw, 120px);
  top: 0px;
  right: 0px;
  z-index: 50;
  white-space: nowrap;
}
.header_i1 .rightbox .ul {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  gap: clamp(10px, 5vw, 30px);
}
/* Online Shop ボタン */
.header_i1 .contact-box {
  height: 100%;
}
.header_i1 .contact-box a {
  flex-direction: column;
  width: 125px;
  height: 100%;
  background: #3C533F;
  font-weight: 600;
  text-decoration: none;
  gap: 12px;
}
.header_i1 .contact-box p {
  color: #fff;
  font-size: clamp(8px, 1.4vw, 16px);
}
.header_i1 .contact-box img {
  width: 24px;
  color: #fff;
}
/* contact ホバー効果 */
.header_i1 .contact-box a:hover img {
  transform: translateX(3px);
  transition: ease 0.3s;
}
/* ベースレイヤー */
.header_i1 > div {
  position: relative;
  z-index: 2;
}
/* 左側ロゴ */
.header_i1 .leftbox {
  position: fixed;
  left: 20px;
top: clamp(10px, 3vw, 30px);
  z-index: 10;
}
.header_i1 .leftbox .logo img {
  width: clamp(120px, 20vw, 280px);
}

.header_i1 .menu-item {
  position: relative;
  display: flex;
  flex-direction: column; /* 縦にJP/ENを積む */
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-width: 100px;
}
/* 共通（アニメ用） */
.header_i1 .menu-item .jp, .header_i1 .menu-item .en {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform: translateY(0); /* 初期位置リセット */
}
/* ★ 初期：ENが表示、JPは下に隠れている */
.header_i1 .menu-item .en {
  opacity: 1;
}
.header_i1 .menu-item .jp {
  position: absolute;
  opacity: 0;
}
/* ★ ホバー時：ENが上に抜けて、JPが中央に上がる */
.header_i1 .ul .li a:hover .menu-item .en {
  transform: translateY(-100%);
  opacity: 0;
}
.header_i1 .ul .li a:hover .menu-item .jp {
  transform: translateY(0%);
  opacity: 1;
}
/* テキストスタイル */
.header_i1 .rightbox .jp {
  font-size: clamp(8px, 1.4vw, 16px);
  margin: 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
.header_i1 .rightbox .ul .li a p.en {
  font-size: clamp(16px, 4vw, 22px);
  color: #fff;
  margin: 0;
  text-align: center;
  font-family: "EB Garamond", serif;
}
.header_i1 .menu-bt {
  z-index: 9999;
  width: 70px;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  cursor: pointer;
  display: flex; /* 追加：中身を中央に */
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
.header_i1 .menu-bt .line {
  position: relative; /* 追加：子要素のabsoluteの基準にする */
  width: 30px; /* ★ アイコンの横幅だけにする */
  height: 18px; /* ★ アイコンの縦幅だけにする */
}
.header_i1 .menu-bt .line > div {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: ease 0.3s;
}
.header_i1 .menu-bt .line > div:nth-of-type(1) {
  top: 0;
}
.header_i1 .menu-bt .line > div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header_i1 .menu-bt .line > div:nth-of-type(3) {
  bottom: 0;
}
/* active のコードはそのままでOK */
.header_i1 .menu-bt.active .line > div:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header_i1 .menu-bt.active .line > div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
.header_i1 .menu-bt.active .line > div:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1080px) {
  .header_i1 .rightbox .li {
    display: none;
  }
}
@media screen and (max-width: 768px) {

  .header_i1 .menu-bt {
    width: 50px;
  }
  .header_i1 .menu-bt .line > div {
    height: 2px;
  }
  .header_i1 .menu-bt .line {
    width: 30px;
    height: 18px;
  }
  .header_i .page_links {
    top: 70px;
    gap: 30px;
  }
  .header_i {
    padding: 0px;
    height: 70px;
  }
  .header_i .logo {
    gap: 10px;
  }
  .header_i .header_right {
    gap: 15px;
  }
  .header_i .header_right .menu-bt {
    width: 50px;
  }
}
@media screen and (max-width: 576px) {
  .header_i .menu-bt {
    width: 45px;
    border: 2px solid #000;
  }
  .header_i .menu-bt .line {
    width: 20px;
    height: 16px;
  }
  .header_i .menu-bt .line > div {
    height: 2px;
  }
}
/* ---------- burgermenu_d1 ---------- */
.burgermenu_d1 {
  display: none;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.burgermenu_d1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.85;
}
.burgermenu_d1 > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 2;
}
.burgermenu_d1 .ul {
  width: 90%;
  gap: 50px 30px;
  overflow: auto;
}
.burgermenu_d1 .ul .menu_box {
  width: calc(100% / 3 - 60px / 3);
}
.burgermenu_d1 .ul .menu_box a {
  position: relative;
  display: block;
  padding: 15px 50px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.burgermenu_d1 .ul .menu_box a p {
  color: #fff;
}
.burgermenu_d1 .ul .menu_box a p.jp {
  font-size: 20px;
    
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1280px) {
  .burgermenu_d1 .ul {
    gap: 30px 30px;
  }
  .burgermenu_d1 .ul .menu_box {
    width: calc(100% / 3 - 60px / 3);
  }
  .burgermenu_d1 .ul .menu_box a p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .burgermenu_d1 .ul {
    gap: 30px 50px;
  }
  .burgermenu_d1 .ul .menu_box {
    width: calc(100% / 2 - 50px / 2);
  }
  .burgermenu_d1 .ul .menu_box a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .burgermenu_d1 .ul {
    gap: 30px;
  }
  .burgermenu_d1 .ul .menu_box {
    width: calc(100% / 2 - 30px / 2);
  }
}
@media screen and (max-width: 576px) {
  .burgermenu_d1 > div {
    padding: 120px 0 50px;
  }
  .burgermenu_d1 .ul {
    gap: 0 10px;
  }
  .burgermenu_d1 .ul .menu_box {
    width: calc(50% - 5px);
  }
  .burgermenu_d1 .ul .menu_box a {
    padding: 20px 0;
  }
  .burgermenu_d1 .ul .menu_box a p.en {
    font-size: 16px;
  }
  .burgermenu_d1 .ul .menu_box a p.jp {
    font-size: 13px;
  }
}

html{
}
body{
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
color: #E0DDD6;
  background: #07111B;

}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}

/* ---------- common ---------- */

/* ---------- header ---------- */
.header{
}

/* ---------- footer ---------- */

/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #FFE93C}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #FFE93C}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
  .footer_g1 .leftbox .logo{width: 50%; max-width: 180px;}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
