/* ==============================
  base
============================== */
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i");
@import url("https://fonts.googleapis.com/css2?family=Julee&display=swap");
body{
    font-family: 'Zen Old Mincho', Osaka, arial, sans-serif;
    margin: 0;
}
img{
    width: 100%;
    vertical-align: bottom;
}
p {
    margin: 0;
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;tab-size:2}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(button){all:unset}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(a){color:inherit;text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg,video){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem);text-wrap:balance}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(:focus-visible){outline:3px solid CanvasText;box-shadow:0 0 0 5px Canvas;outline-offset:1px}:where(:focus-visible,:target){scroll-margin-block:8vh}:where(.visually-hidden:not(:focus-within,:active)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}



/*=== 9-1-2 丸が動いてスクロールを促す ====*/

.scrolldown2 {
    position: absolute;
    bottom: 38%;
    left: 50%;
}

@media screen and (max-width:375px){

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:30%;
  left:50%;
}
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: #333;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#333;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 50px;
  background:#333;
}

#left_wrap,
#right_wrap{
    display: none;
}

@media screen and (max-width:768px){

    #header,
    #header:before{
 
    }
    
}

p.store_select_intro_txt {
    position: absolute;
    top: 16%;
    text-align: right;
    right: 10px;
}
.store_select_intro {
    position: relative;
    margin-bottom: 10%;
}
.store_directry {
    padding: 10% 0;
    background: #f6f6f8;
}
.store_directry_intro {
    position: relative;
    margin-bottom: 10%;
}
p.store_directry_intro_txt {
    position: absolute;
    top: 14%;
    text-align: left;
    left: 10px;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
    margin: 0 auto;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.movie-box {
    position: relative;
}
video.intro-movie {
    width: 95%;
    margin: 0 auto 4%;
}
.fixed-cv {
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}
.fixed-cv a.cvbt {
    text-decoration: none;
    display: block;
    background: #202033;
    width: fit-content;
    padding: 12px 1em;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
    width: 80%;
    background: -moz-linear-gradient(top, #c7af60, #c29e43);
    background: -webkit-linear-gradient(top, #c7af60, #c29e43);
    background: linear-gradient(to bottom, #c7af60, #c29e43);
    text-shadow: 1px 1px 15px rgba(95, 76, 21, 0.4);
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
/*スクロールダウン全体の場所*/
.scrolldown1 {
    position: absolute;
    right: 7%;
    bottom: 10%;
    height: 90px;
    z-index: 100;
}
/*Scrollテキストの描写*/
.scrolldown1 span {
    position: absolute;
    left: -7px;
    top: -38px;
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown1::after{
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 60px;
    background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
    0%{
        height:0;
        top:0;
        opacity: 0;
    }
    30%{
        height:60px;
        opacity: 1;
    }
    100%{
        height:0;
        top:90px;
        opacity: 0;
    }
}
/* スクロールアニメーション */
.fadeIn{
  filter:blur(4px);
  opacity: 0;
  transform: scale(1) translate3d(0, 10px, 0);
  transition: all 1s ease-in-out ;
}

.left{
   transform: scale(1) translate3d(-50px, 0px, 0);
   transition: all 1s ease-in-out ;
}

.right{
    transform: scale(1) translate3d(50px, 0px, 0);
}

.on{
  filter:blur(0);
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: all 0.8s ease-in-out;
}
/*-- CSSここから --*/

a.cvbt {
    text-decoration: none;
    display: block;
    width: 80%;
    color: #fff;
    padding: 5%;
    margin: 0 auto 10px;
    background: -moz-linear-gradient(top, #c7af60, #c29e43);
    background: -webkit-linear-gradient(top, #c7af60, #c29e43);
    background: linear-gradient(to bottom, #c7af60, #c29e43);
      text-shadow: 1px 1px 15px rgba(95, 76, 21, 0.4);
    border-radius: 50px;
    text-align: center;
}
/*開閉用ボタン（ハンバーガーボタン）*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 3%;
    width: 40px;
    height:40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 102;
    background: rgba(184,170,139,0.8);
    -webkit-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-btn-store {
    position: fixed;
    top: 10px;
    right: 15%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    background: rgba(184,170,139,0.8);
    -webkit-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-btn-store img {
    width: 16px;
    padding: 1px;
    position: absolute;
    top: 5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.menu-btn-line {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 2px;
width: 60%;
background: #fff;
-webkit-transition: all 3s ease-in-out;
transition: all .3s ease-in-out;
}
.menu-btn-line::before,
.menu-btn-line::after {
content: "";
height: 2px;
width: 100%;
background: #fff;
position: absolute;
left: 0;
-webkit-transition: inherit;
transition: inherit;
}
.menu-btn-line::before{
top: -7px;
}
.menu-btn-line::after{
top: 7px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
-webkit-transition: all .5s;
transition: all .5s;
visibility: visible;
opacity: 1;
    z-index: 101;
}
.open .menu-btn {
    background: rgba(184,170,139,0.8);
}
.open .menu-btn-line{
background-color: transparent;
}
.open .menu-btn-line::before,
.open .menu-btn-line::after {
top: 0;
background: #fff
}
.open .menu-btn-line::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.open .menu-btn-line::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/*開いたメニュー*/
.menu {
position: fixed;
/*display: flex;*/
justify-content: center;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:#fff;
-webkit-transition: all .5s;
transition: all .5s;
visibility: hidden;
opacity: 0;
z-index: 100;
}
.menu_inner {
    padding: 5% 5%;
}
.menu ul {
/*    transform: translateY(10%);*/
    padding: 0;
    list-style-type: none;
    width: 100%;
    margin-bottom: 40px;
}
.menu li {
    width: 100%;
    height: 40px;
    line-height: 50px;
    text-align: left;
    font-size: 14px;
}
.menu li a {
        display: block;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
}
.menu li a:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 17px;
    height: 2px;
    background-color: #b79653;
    left: 0;
}
.menu li a:hover {
transform: translateX(5px);
-webkit-transition: all .2s;
transition: all .2s;
}
p.menu_logo {
    width: 150px;
    margin-bottom: 20px;
}
p.menu_logo_foot {
    width: 200px;
}

.tab-content, .sub-tab-content {
  display: none; /* 全てのタブ内容を初期状態で非表示にする */
  opacity: 0;
  transition: opacity 0.5s;
}

.tab-content.active, .sub-tab-content.active {
  display: block; /* アクティブなタブの内容のみ表示 */
  opacity: 1;
}
button.tab-button {
    width: 48%;
    text-align: center;
    border: solid 1px #7c5851;
    border-radius: 10px;
    padding: 5px 0;
    margin-bottom: 3%;
    color: #7c5851;
}
.tab-buttons button.tab-button.active {
    background: #7c5851;
    color: #fff;
}
.sub-tab-buttons {
    width: 80%;
    margin: 0 auto 2%;
    justify-content: space-between;
    display: flex;
}
.sub-tab-buttons .sub-tab-button.active {
  font-weight: bold;
}

.copyright {
    border-top: solid 1px #fff;
    padding-top: 1em;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}
/* 初期状態での透明度と遷移効果 */
.menu-btn-store, .menu-btn {
  transition: opacity 0.5s ease-in-out;
  opacity: 1; /* 初期状態では完全に表示 */
}

/* フェードアウト用のクラス */
.hide-on-scroll {
  opacity: 0 !important; /* 完全に透明 */
  pointer-events: none; /* クリック等のイベントを無効に */
}

footer {
    /* background-color: #393939; */
    color: #393939;
    padding: 4% 0 2%;
}
p.foot_logo {
    width: 60%;
    margin: 0 auto 10%;
}
p.foot_txt {
    text-align: center;
    margin-bottom: 10%;
    font-size: 14px;
}
p.foot_link {
    text-align: center;
    margin-bottom: 10%;
    font-size: 13px;
}
p.foot_link a {
    text-decoration: none;
}
p.foot_caution {
    font-size: 13px;
    width: 80%;
    margin: 0 auto 5%;
}
.footer_inner {
    max-width: 1200px;
    margin: 0 auto;
}
dt.footer_dt {
    margin-bottom: 3%;
}
/* モーダルのスタイル */
.modal {
    display: none; /* デフォルトは非表示 */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* 背景を暗くする */
    overflow: hidden; /* モーダル全体がスクロールしないようにする */
}

/* モーダルコンテンツ */
.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 500px; /* モーダルの幅 */
    max-height: 70%; /* モーダルの高さを70%に制限 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.4s; /* アニメーション */
    overflow-y: auto; /* コンテンツ部分にスクロールを許可 */
}

/* 閉じるボタン */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

/* フェードインのアニメーション */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.modal-content h2 {
    font-size: 22px;
    margin-bottom: 10%;
}
dl.stylist_day {
    margin-bottom: 5%;
}
dt.stylist_day_dt {
    font-size: 16px;
    border-bottom: 1px solid #000;
    margin-bottom: 3%;
}
/*-- CSSここから --*/
section#mvarea {
    position: relative;
}
section#mvarea h2 {
    color: #fff;
    writing-mode: vertical-rl;
    position: absolute;
    top: 16%;
    right: 13%;
    font-size: 27px;
    line-height: 2em;
    font-weight: normal;
}
.mv_bgimg {
  height: 100dvh;       /* iOS含む動的ビューポート */
  min-height: 100vh;    /* フォールバック */
  width: 100%;
  margin: 0;            /* p要素のデフォルト余白を消す */
  overflow: hidden;     /* はみ出しカット */
}

/* 画像を中央から表示＆比率維持で拡大縮小 */
.mv_bgimg img {
  display: block;       /* 余白防止 */
  width: 100%;
  height: 100%;
  object-fit: cover;    /* 比率維持で全面カバー（必要なら周囲をクロップ） */
  object-position: center center; /* 中心基準で見せる */
}

section#intro {
    padding: 10% 0 5%;
    background: linear-gradient(180deg, #fff 0%, #fff 60%, #f8f7f3 60%, #f8f7f3 100%);
    margin-bottom: 10%;
}
.intro_box {
    display: flex
;
    flex-direction: row-reverse;
    justify-content: space-between;
}
p.intro_txt {
    writing-mode: vertical-rl;
    font-size: 15px;
    padding-right: 8%;
    width: 26%;
    line-height: 2em;
}
p.intro_img {
    width: 50%;
    padding-top: 5%;
}

.point_box {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 5%;
    margin-bottom: 20%;
}

.point_box_head3 {
    display: inline-flex
;
    flex-direction: column;
    align-items: center;
    width: 20%;
    font-size: 26px;
}
h3.point_box_head3_txt {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: .08em;
    font-feature-settings: "palt";
    line-height: 1.8;
    color: #222;
    font-size: 19px;
}

.point_box_head3::after {
    content: "";
    display: block;
    width: 2px;
    height: 100px;
    background: currentColor;
    opacity: .35;
    margin-top: 12px;
}

.point_box_info {
    width: 80%;
}
p.point_box_txt {
    width: 85%;
    margin-left: 8%;
    margin-bottom: 6%;
    line-height: 2em;
    font-size: 12px;
    line-height: 1.8em;
}
.point_box_rev .point_squre {
    width: 85%;
    height: 30%;
    background: #f8f7f3;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
}

.point_box.point_box_rev {
    flex-direction: row-reverse;
}

.point_box.point_box_rev p.point_box_txt {
    width: 85%;
    margin-left: 10%;
    margin-bottom: 6%;
    line-height: 2em;
}
section.contents {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10% 0;
}
.content_box {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10%;
    flex-direction: row-reverse;
    padding: 1em;
}
.content_box.reversebox {
    flex-direction: inherit;
}
p.content_box_img {
    width: 100%;
    margin-bottom: 3%;
}
.content_box_info {
    width: 100%;
    padding-top: 2%;
}
dl.content_box_dl {

    width: 94%;
    margin: 0 auto 5%;
}
dd.content_box_dd {
    color: #999966;
}
p.content_box_txt {
    margin-bottom: 10%;
    font-size: 12px;
}
p.content_box_txt_head {
    margin-bottom: 8%;
    font-size: 16px;
}
.cuisine_box {
    position: relative;
    margin-bottom: 20%;
}
p.cuisine_box_txt01 {
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 11px;
    line-height: 2em;
}
p.cuisine_box_txt02 {
    position: absolute;
    bottom: -9%;
    left: 2%;
    font-size: 11px;
    line-height: 2em;
}


.dress_box {
    position: relative;
    margin-bottom: 5%;
}
p.dress_box_txt01 {
    position: absolute;
    top: 3%;
    left: 5%;
    font-size: 11px;
    line-height: 2em;
    width: 41%;
}
p.dress_box_txt02 {
    position: absolute;
    bottom: -17%;
    right: 0%;
    font-size: 11px;
    line-height: 2em;
    width: 45%;
}
p.dress_box_txt02 {
    position: absolute;
    bottom: -9%;
    right: 0%;
    font-size: 11px;
    line-height: 2em;
}
section.contact {
    background: #e8e8e8;
    padding-top: 4%;
}
.contact_box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
    display: inherit;
    justify-content: space-between;
}
.contact_box_info {
    margin-bottom: 5%;
}
dd.contact_box_dd {
    color: #999966;
}
dl.contact_box_dl {
    margin-bottom: 5%;
}
a.contact_bt {
    display: block;
}
.access_box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
    display: inherit;
    justify-content: space-between;
}
dt.contact_box_dt h3 {
    font-size: 22px;
    font-weight: normal;
}
li.access_box_info_li {
    font-size: 13px;
}
dt.access_box_dt h3 {
    font-size: 22px;
    font-weight: normal;
}

dd.access_box_dd {
    color: #999966;
}
dl.access_box_dl {
    margin-bottom: 5%;
}
dl.access_box_info_dl {
    margin-bottom: 10%;
}
dt.access_box_info_dt {
    margin-bottom: 2%;
}
dt.footer_dt img {
    width: 20%;
}

.allure_box {
    max-width: 1400px;
    margin: 0 auto 5%;
}
.ceremony_box {
    max-width: 1200px;
    margin: 0 auto 5%;
    border-left: solid 2px #a9a980;
}
dt.ceremony_dt {
    font-weight: 600;
    margin-bottom: 1%;
}
section#under_mvarea {
    margin-bottom: 5%;
    position: relative;
}
section#under_mvarea h2 {
    color: #fff;
    position: absolute;
    top: 40%;
    left: 10%;
    font-size: 28px;
}
.undermv_bgimg {
    height: 25dvh;
    min-height: 25vh;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
p.undermv_bgimg img.ceremony {
    object-fit: cover;
    height: 25vh;
    object-position: 32%;
}
p.undermv_bgimg img.venue {
    object-fit: cover;
    height: 25vh;
    object-position: 43%;
}
:root{
  --gutter: 20px;
  --content-w: 1360px;
  --content-start: max(var(--gutter), calc((100vw - var(--content-w)) / 2));

  /* 見出しブロックの上パディング（ここで位置を調整） */
  --head-pad-top: 18px;
}

.under_head2_dl{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;

  /* ←ここで上に入れて調整してOK */
  padding: var(--head-pad-top) 0 2% var(--content-start);

  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  align-items: start;   /* 行内のデフォは上寄せ */
  color: #222;
}

.under_head2_dt{
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
}

/* 線：2列目いっぱい。縦位置は“上側に固定” */
.under_head2_dl::after{
  content: "";
  grid-column: 2 / 3;
  height: 1px;
  background: currentColor;
  opacity: .7;
  align-self: start;        /* ←ここがポイント：上側に配置 */
  /* 微調整したければオフセット（px/em）を使う */
  transform: translateY(-44px);
}

.under_head2_dd{
  grid-column: 1 / -1;      /* 下段に回す */
  margin-top: .4rem;
}


dl.ceremony_dl {
    padding-left: 5%;
    margin-bottom: 10%;
}


.venue_concept_outbox {
    max-width: 1400px;
    margin: 0 auto 5%;
}
.venue_concept_box {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7%;
}
.venue_concept_box_info {
    width: 35%;
}
p.venue_concept_img {
    width: 60%;
    margin-top: -10%;
    margin-bottom: 5%;
}
.venue_concept_box.reversebox {
    flex-direction: row-reverse;
}
p.venue_concept_img2 {
    width: 60%;
    margin-top: -10%;
    margin-bottom: 5%;
    margin-left: 36%;
}

.venue_box {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 10%;
}
li.venue_li {
    display: flex
;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: solid 1px #555;
    padding-bottom: 3%;
    padding-top: 3%;
}
p.venue_img {
    width: 28%;
}
.venue_info {
    width: 65%;
    margin-left: 6%;
    line-height: 2em;
        text-align: left;
}
.venue_info a {
    text-decoration: none;
}
p.access_ggmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}
p.access_ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em;
}
li.footer_li {
    font-size: 13px;
}
a.content_box_linkbt {
    font-size: 12px;
}
/* フェードインの初期状態 */
[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

/* 表示状態 */
[data-reveal].is-inview {
  opacity: 1;
  transform: none;
}

/* 動きを控えたいユーザー設定への配慮 */
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
section#ceremony {
    width: 90%;
    margin: 0 auto 5%;
}
dd.ceremony_dd {
    font-size: 14px;
}
p.venue_add {
    font-size: 14px;
}
p.venue_add {
    font-size: 14px;
     line-height: 1em;
}
p.venue_tel {
    font-size: 14px;
    line-height: 1em;
}
h3.venue_name {
    font-size: 14px;
    margin-bottom: 3px;
}
p.venue_add {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 3px;
}
p.venue_tel {
    font-size: 14px;
    line-height: 1em;
}
ul.contact_ul {
    width: 100%;
}
li.contact_li {
    margin-bottom: 3%;
}
p.content_box_subimg {
    margin-bottom: 10%;
}

.gallery_img {
    margin-bottom: 10%;
}


section#gallery {
    padding: 0% 0 10%;

}

ul.gallery_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 95%;
    margin: 0 auto;
}

li.gallery_li {
    width: 24%;
    margin-bottom: 5px;
}

ul.gallery_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 10%;
}
li.gallery_li img {
    width: 100%;
    object-fit: cover;
    height: 75px;
}
p.mv_bgimg video {
    /* height: 100dvh; */
    object-fit: cover;
    height: 100vh;
}
.acco{
width: 100%;
    max-width: 100%;
    margin: 16px auto 5%;
    /* border: 1px solid #e5e7eb; */
    border-radius: 10px;
    padding: 12px 14px;
    font-family: system-ui;
    text-align: center;
    }

.undermv_bgimg {
  position: relative;   /* 擬似要素を絶対配置するため */
  display: inline-block;/* 必要に応じて block に */
}
.undermv_bgimg img {
  display: block;       /* 画像下のスキマ対策 */
  width: 100%;
  height: auto;
}
.undermv_bgimg::after {
  content: "";
  position: absolute;
  inset: 0;             /* top/right/bottom/left:0 の略 */
  background: rgba(0, 0, 0, 0.35); /* 暗さは0.35を調整 */
  pointer-events: none; /* クリックを邪魔しない */
}

a.content_box_linkbt {
    font-size: 12px;
    display: block;
    border: solid 1px #000;
    padding: 10px 15px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    text-decoration: none;
}
a.content_box_linkbt::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 8px;
    background-image: url(../img/common/arrow.png);
    background-size: contain;
    vertical-align: middle;
    transition: all .3s;
    position: absolute;
    bottom: 50%;
    right: 15px;
}
    a.content_box_linkbt:hover::after {
        right: -5%;
    }
summary {
    text-decoration: underline;
    text-underline-offset: 8px;
}
section#weddingreserve {
    padding: 10% 5%;
}
/* fixedエリア */
.fixed-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

/* 中央寄せ＆横並び */
.fixed-cta__inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  gap: 12px;
}

/* 共通ボタン */
.cta-btn {
  flex: 1;
  text-align: center;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  line-height: 1.3;
  transition: opacity 0.2s ease;
}

.cta-btn:hover {
  opacity: 0.85;
}

/* 左ボタン */
.cta-btn--left {
  background: #ffffff;
  color: #333;
  border: 1px solid #333;
}

/* 右ボタン */
.cta-btn--right {
  background: #333;
  color: #fff;
}

/* fixed分の下余白（重要） */
body {
  padding-bottom: 90px;
}

/*-- PC --*/
@media screen and (min-width: 769px) {
    dl.content_box_dl {
    width: 100%; 
    margin: 0 auto 5%;
}
.acco{
width: 100%;
    max-width: 90%;
    margin: 16px auto 5%;
    /* border: 1px solid #e5e7eb; */
    border-radius: 10px;
    padding: 12px 14px;
    font-family: system-ui;
    text-align: center;
    }
p.mv_bgimg video {
    /* height: 100dvh; */
    object-fit: cover;
    height: 100vh;
    width: 100vw;
}
li.gallery_li img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}
    section#gallery {
        padding: 0% 0 10%;
        /* width: 65%; */
        margin: 0 auto;
        max-width: 1400px;
    }
    section#mvarea {
    position: relative;
}
section#mvarea h2 {
    color: #fff;
     writing-mode: vertical-rl;
     position: absolute;
    top: 20%;
    right: 20%;
    font-size: 30px;
}
.mv_bgimg {
  height: 100dvh;       /* iOS含む動的ビューポート */
  min-height: 100vh;    /* フォールバック */
  width: 100%;
  margin: 0;            /* p要素のデフォルト余白を消す */
  overflow: hidden;     /* はみ出しカット */
}

/* 画像を中央から表示＆比率維持で拡大縮小 */
.mv_bgimg img {
  display: block;       /* 余白防止 */
  width: 100%;
  height: 100%;
  object-fit: cover;    /* 比率維持で全面カバー（必要なら周囲をクロップ） */
  object-position: center center; /* 中心基準で見せる */
}

section#intro {
    padding: 10% 0 5%;
    background: linear-gradient(180deg, #fff 0%, #fff 60%, #f8f7f3 60%, #f8f7f3 100%);
    margin-bottom: 10%;
}
.intro_box {
    display: flex
;
    flex-direction: row-reverse;
    justify-content: space-between;
}
p.intro_txt {
    writing-mode: vertical-rl;
    font-size: 24px;
    padding-right: 22%;
    width: 30%;
    line-height: 2em;
}
p.intro_img {
    width: 50%;
    padding-top: 5%;
}

.point_box {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 5%;
    margin-bottom: 10%;
}

.point_box_head3 {
    display: inline-flex
;
    flex-direction: column;
    align-items: center;
    width: 25%;
    font-size: 26px;
}
h3.point_box_head3_txt {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: .08em;
    font-feature-settings: "palt";
    line-height: 1.8;
    color: #222;
    font-size: 26px;
}

.point_box_head3::after {
    content: "";
    display: block;
    width: 2px;
    height: 100px;
    background: currentColor;
    opacity: .35;
    margin-top: 12px;
}

.point_box_info {
    width: 75%;
}
p.point_box_txt {
    width: 50%;
    margin-left: 40%;
    margin-bottom: 6%;
    line-height: 2em;
    font-size: 20px;
}

.point_box_rev .point_squre {
    width: 85%;
    height: 30%;
    background: #f8f7f3;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
}

.point_box.point_box_rev {
    flex-direction: row-reverse;
}

.point_box.point_box_rev p.point_box_txt {
    width: 50%;
    margin-left: 15%;
    margin-bottom: 6%;
    line-height: 2em;
    font-size: 20px;
}

section.contents {
    max-width: 1400px;
    margin: 0 auto;
}
.content_box {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10%;
    flex-direction: row-reverse;
}
.content_box.reversebox {
    flex-direction: inherit;
}
p.content_box_img {
    width: 50%;
}
.content_box_info {
    width: 40%;
    padding-top: 2%;
}
dl.content_box_dl {
    margin-bottom: 5%;
}
dd.content_box_dd {
    color: #999966;
}
p.content_box_txt {
    margin-bottom: 8%;
}
.cuisine_box {
    position: relative;
    margin-bottom: 10%;
}
p.cuisine_box_txt01 {
    position: absolute;
    top: 3%;
    right: 12%;
    font-size: 21px;
    line-height: 2em;
}
p.cuisine_box_txt02 {
    position: absolute;
    bottom: 3%;
    left: 12%;
    font-size: 21px;
    line-height: 2em;
}

.dress_box {
    position: relative;
    margin-bottom: 5%;
}
p.dress_box_txt01 {
    position: absolute;
    top: 3%;
    left: 12%;
    font-size: 21px;
    line-height: 2em;
    width: inherit;
}
p.dress_box_txt02 {
    position: absolute;
    bottom: 3%;
    right: 12%;
    font-size: 21px;
    line-height: 2em;
    width: inherit;
}
section.contact {
    background: #e8e8e8;
    padding-top: 4%;
}
.contact_box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
    display: flex
;
    justify-content: space-between;
}
dd.contact_box_dd {
    color: #999966;
}
dl.contact_box_dl {
    margin-bottom: 5%;
}
a.contact_bt {
    display: block;
   
}
.access_box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
    display: flex
;
    justify-content: space-between;
}

dt.contact_box_dt h3 {
    font-size: 22px;
    font-weight: normal;
}

dt.access_box_dt h3 {
    font-size: 22px;
    font-weight: normal;
}

dd.access_box_dd {
    color: #999966;
}
dl.access_box_dl {
    margin-bottom: 5%;
}
dl.access_box_info_dl {
    margin-bottom: 10%;
}
dt.access_box_info_dt {
    margin-bottom: 2%;
}
dt.footer_dt img {
    width: 10%;
}

.allure_box {
    max-width: 1400px;
    margin: 0 auto 5%;
}
.ceremony_box {
    max-width: 1200px;
    margin: 0 auto 5%;
    border-left: solid 2px #a9a980;
}
dt.ceremony_dt {
    font-weight: 600;
    margin-bottom: 1%;
}
section#under_mvarea {
    margin-bottom: 5%;
    position: relative;
}
section#under_mvarea h2 {
    color: #fff;
    position: absolute;
    top: 40%;
    left: 10%;
    font-size: 28px;
}
.undermv_bgimg {
    height: 25dvh;
    min-height: 25vh;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.under_head2_dl{
  /* 画面端基準（フルブリード） */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;

  /* 本文の左端にピタッと合わせる */
  padding-left: var(--content-start);

  margin-bottom: 5%;
}
dt.under_head2_dt {
    font-size: 26px;
    position: relative;
    display: inline-block;
    color: #222;
    line-height: 1.2;
}

dl.ceremony_dl {
    padding-left: 5%;
    margin-bottom: 2%;
}

.venue_concept_outbox {
    max-width: 1400px;
    margin: 0 auto 5%;
}
.venue_concept_box {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7%;
}
.venue_concept_box_info {
    width: 35%;
}
p.venue_concept_img {
    width: 60%;
    margin-top: -10%;
    margin-bottom: 5%;
}
.venue_concept_box.reversebox {
    flex-direction: row-reverse;
}
p.venue_concept_img2 {
    width: 60%;
    margin-top: -10%;
    margin-bottom: 5%;
    margin-left: 36%;
}

.venue_box {
    max-width: 1100px;
    margin: 0 auto 10%;
}
li.venue_li {
    display: flex
;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: solid 1px #555;
    padding-bottom: 3%;
    padding-top: 3%;
}
p.venue_img {
    width: 25%;
}
.venue_info {
    width: 60%;
    margin-left: 6%;
    line-height: 2em;
}
dt.content_box_dt {
    font-size: 22px;
}
p.content_box_txt {
    margin-bottom: 8%;
    font-size: 16px;
            line-height: 1.8em;
}
a.content_box_linkbt {
    font-size: 16px;
    margin-bottom: 5%;
}
p.access_ggmap {
    position: relative;
    width: 60%;
    padding-top: 56.25%;
    height: 0;
}
dl.under_head2_dl {
    /* width: 70%; */
    margin-bottom: 5%;
}

.content_box {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1%;
    flex-direction: row-reverse;
    padding: 1em;
}
p.content_box_img {
    width: 50%;
}

.content_box_info {
    width: 45%;
    padding-top: 2%;
}
p.content_box_subimg {
    margin-bottom: 5%;
}
    dl.content_box_dl {
        margin-bottom: 5%;
        width: 94%;
    }
dd.content_box_dd {
    color: #999966;
}
p.content_box_txt {
            margin-bottom: 8%;
        font-size: 18px;
    }
dl.ceremony_dl {
    padding-left: 5%;
    margin-bottom: 2%;
}
dd.ceremony_dd {
    font-size: 16px;
}
h3.venue_name {
    font-size: 22px;
    margin-bottom: 15px;
}
p.venue_add {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 15px;
}
p.venue_tel {
    font-size: 18px;
    line-height: 1em;
}
ul.contact_ul {
    width: 48%;
}
p.undermv_bgimg img {

    object-position: inherit;
}
p.content_box_txt_head {
    margin-bottom: 8%;
    font-size: 26px;
}
    section.top_venue {
        padding: 0% 0 10%;
        /* width: 65%; */
        margin: 0 auto;
        max-width: 1400px;
    }
section#weddingreserve {
    padding: 10% 15%;
}

}
:root {
  --overlay-bg: rgba(0,0,0,.35);
  --menu-bg: #fff;
  --accent: #111;
  --radius: 14px;
  --z-overlay: 999;
  --z-button: 1000;
  --duration: 260ms;
  --easing: cubic-bezier(.2,.8,.2,1);
    --z-overlay: 9999;
  --z-panel: 10000;
  --z-button: 10001;
}
.overlay-menu .menu-overlay{ z-index: var(--z-overlay); }
.overlay-menu .menu-panel { z-index: var(--z-panel); }
.menu-toggle { z-index: var(--z-button); }
.site-header {
position: sticky; top: 0; inset-inline: 0;
display: flex; align-items: center; justify-content: space-between;
padding: 12px 20px; background: #fff; border-bottom: 1px solid #eee;
}
/* ハンバーガーボタン */
.menu-toggle{
  position: fixed; /* 右上固定 */
  top: 10px;
  right: 3%;
  z-index: var(--z-button);
  display: grid; place-items: center;
  inline-size: 44px; block-size: 44px;
  border: none; background: transparent; cursor: pointer;
}
.menu-toggle:focus-visible{ outline: 2px solid #222; outline-offset: 2px; }

.menu-toggle .bars{
  position: relative; inline-size: 24px; block-size: 2px;
  background: currentColor; color: var(--accent); border-radius: 2px;
  transition: transform var(--duration) var(--easing);
}
.menu-toggle .bars::before,
.menu-toggle .bars::after{
  content:""; position:absolute; inset-inline-start:0;
  inline-size:24px; block-size:2px; background: currentColor; border-radius:2px;
  transition: transform var(--duration) var(--easing),
             translate var(--duration) var(--easing),
             opacity var(--duration) var(--easing);
}
.menu-toggle .bars::before{ translate:0 -8px; }
.menu-toggle .bars::after { translate:0  8px; }

/* open時：ハンバーガー→バツ */
.overlay-menu.is-open .menu-toggle .bars{ background: transparent; }
.overlay-menu.is-open .menu-toggle .bars::before{ translate:0 0; transform: rotate(45deg); }
.overlay-menu.is-open .menu-toggle .bars::after { translate:0 0; transform: rotate(-45deg); }

/* うっすら暗くするオーバーレイ */
.overlay-menu .menu-overlay{
  position: fixed; inset: 0; background: var(--overlay-bg);
  opacity: 0; pointer-events: none;
  transition: opacity var(--duration) var(--easing);
}
.overlay-menu.is-open .menu-overlay{ opacity:1; pointer-events:auto; }

/* 中央の縦並びメニュー */
.overlay-menu .menu-panel{
  position: fixed; inset: 0; display: grid; place-items: center;
  opacity: 0; pointer-events: none;
  transition: opacity var(--duration) var(--easing);
}
.overlay-menu.is-open .menu-panel{ opacity:1; pointer-events:auto; }

.overlay-menu .menu-card{
  background: var(--menu-bg); border-radius: var(--radius);
  padding: 28px clamp(28px, 4vw, 56px);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  min-inline-size: min(88vw, 520px);
  border: 1px solid #eee;
}

.overlay-menu .nav-list{
  list-style:none; margin:0; padding:0; display:grid; gap:clamp(10px,2vh,16px);
}
.overlay-menu .nav-list a{
  display:block; text-decoration:none; color:#111;
  font-size: clamp(18px, 2.4vw, 22px); font-weight:600; letter-spacing:.02em;
  padding:10px 6px; border-radius:10px; text-align:center;
}
.overlay-menu .nav-list a:hover{ background:#f6f6f6; }

@media (prefers-reduced-motion: reduce){
  *{ transition:none !important; animation:none !important; }
}

p.fixed-txt {
    text-align: center;
    background: #9fa070;
    color: #fff;
    padding: 5px;
    max-width: 717px;
    margin: 0 auto;
    font-weight: 600;
    width: 92%;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.modal-content {
    background: white;
    width: 90%;
    max-width: 600px;
    padding: 0.5rem;
    border-radius: 8px;
    position: relative;
    height: 68vh;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    overflow-y: hidden;
}

.modal-overlay.show .modal-content {
  transform: translateY(0);
}

.close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

p.modal_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.modal_head3 {
    color: #000;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 5%;
    line-height: 1.8em;
    padding-top: 13%;
        text-align: center;
}
p.modal_txt {
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5%;
    line-height: 1.8em;
        text-align: center;
}
a.modal_bt {
    display: block;
    color: #000;
    text-decoration: none;
    border: solid 1px;
    padding: 10px 2em;
    width: 90%;
    margin: 0 auto 5%;
    background: #fff;
}
p.modal_caution {
    background: #eee;
    padding: 0.5em 1em;
    width: 90%;
    margin: 0 auto;
    line-height: 1.6em;
    font-size: 14px;
}