@charset "utf-8";

li, h2{
    text-align: center;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 2rem;
}

header {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px; */
    background-color:white;
    padding: 50px;
  }
  .background{
    background-image: url(../naz.image/IMG_5478.jpeg);
    width: 100%;
  }
  .size1{
    width: 80px;
    height: 80px;
  }

/* contact */
.address {
    font-size: 3rem;
}
h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
}
h4{
  font-size: 15px;
}
body{
  margin: 0;
  overflow-x: hidden; /* 横方向のはみ出しを強制的にカット */
  width: 100%;
}

.box {
    padding-bottom: 100px;
    margin: 0 auto;

}
.box1{
    padding-bottom: 100px;
    padding-left: 150px;
}
.btn{
    font-size: 20px ;
}
/* ボタン風リンクの基本スタイル */
.btn2 {
    display: inline-block;       /* インライン要素をブロック化 */
    /* padding: 5px 30px;          内側余白 */
    border: 1px solid darkred;
    color: darkred;
    font-family: 'Zen Old Mincho', serif;
    text-decoration: none;       /* 下線を消す */
    font-size: 14px;
    padding: 12px 15px;
    margin: 0 auto;
    display: block;
    width: 50%;
    letter-spacing: 0.2em;
    transition: background-color 0.3s ease; /* ホバー時のアニメーション */
}

a{
    text-decoration: none;
    color: black;
}
h1, .address{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  text-align: center;
}
h1{
    font-size: 3rem;
    letter-spacing: 2px;
}
html{
    background-color:white;
}
footer{
    text-align: center;
    /* background-color:whitesmoke; */
    padding: 25px;
}
nav ul li:hover{
    scale: 1 1.8;
}
nav {
    display: flex;
    justify-content: center;
  }
/* home */
.container{
  display: flex;
  margin: 20px;
  padding: 20px;
}
.container6{
  display: flex;
  margin: 20px;
  justify-content: center;
  gap: 20px;
}
.container2{
  display: flex;
  margin: 20px;
}
/* .slideshow-container {
  max-width: 400px;
  margin: 0 auto;
  width: 70%;
  margin-top: 20px;
} */
.Mincho{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.produse{
    text-align: left;
    position: relative;
    z-index: 1;
    overflow: hidden; /* はみ出し防止（重要） */
}
.produse1{
  line-height: 45px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    padding-bottom: 30px;
    margin: 0 auto;
    margin-top: -80px;
}

.produse::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../naz.image/IMG_5483.jpeg") center/cover no-repeat;
  opacity: 0.8; /* 背景画像だけ透明にする */
  z-index: -1;
}
.news{
  font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    padding: 50px;
    font-size: 12px;
    margin: 50px;
}

.plan{
  background-color:#fff;
  margin: 0 auto;
  border: darkred double 5px;
}
.plan2{
  font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    line-height: 30px
}
.plan3{
  width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  
}
.plan4{
   letter-spacing: 15px;
   color: maroon;
   font-size: 12px;
}
.plan5{
  font-size: 25px;
  /* font-weight: bold; */
}
.plan6{
   width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 50px;
}
.plan9{
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px
}
.container3{
  display: grid;
  place-items: center;
  background-color: #fff;
}
.container5{
  display: flex;

  justify-content: center;
}
.gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr); /* PCは3列 */
}
.gallery img {
  width: 100%;
  aspect-ratio: 1 / 1; /* 正方形にする */
  object-fit: cover;   /* トリミングして綺麗に収める */
  display: block;
}
.gallery img:hover {
  transform: scale(1.2);
  transition: transform 0.6s ease; /* ゆっくり変化 */
}
.gallery1 {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(4, 1fr); /* PCは3列 */
}
.gallery1 img {
  width: 100%;
  aspect-ratio: 1 / 1; /* 正方形にする */
  object-fit: cover;   /* トリミングして綺麗に収める */
  display: block;
}
.gallery1 img:hover {
  transform: scale(1.2);
  transition: transform 0.6s ease; /* ゆっくり変化 */
}
.image{
  padding: 0;
  overflow: hidden;
  position: relative;
}
.text{
   margin: 10px;
  padding: 0;
}
.size11{
  font-size: 30px;
}
.plan7{
  text-align: left;
  margin-top: 20px;
}
.plan8{
   width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
}
.size9{
  text-align: center;
  font-size: 35px;
  margin-left: 40px;
}
iframe{
  width: 100%; height: auto; aspect-ratio: 16 / 9;
  margin-top: -20px;
  text-align: center;
}
/* naz wedding */

.katari{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px;
  line-height: 35px;
}
.rental{
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.rental2{
  text-align: left;
  margin-bottom: 20px;
}
.size12{
  width: 300px;
  height: 300px;
}
.sirusi{
  margin: 0 auto;  
}
.about{
    text-align: center;
    line-height: 30px;
    color: white;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    padding: 50px;
    margin: 20px;
  }
.touka{
  background-image: url(../naz.image/IMG_5476.jpeg);
    background-size: cover;
    opacity: 0.6; /* 背景画像だけ透明にする */
}
.size2{
  font-size: 80px;
  margin-bottom: -20px;
  margin-top: -30px;
}
/* weddingphoto */
.box2{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content:center;
  margin: 20px;
  padding-top: 20px;
}
.box3{
  background-color: thistle;
  margin: 30px 10px;
  padding-top: 20px;
  border-radius: 60px;
  padding-bottom: 50px;
}

/* .stripe{
  /* background-image: repeating-linear-gradient(131deg, #00000042, #00000042 5px, transparent 5px, transparent 10px); */

.size3{
  margin: 40px 20px; 
}
.size4{
  font-size: 10px;
  margin-top: -20px;
}
.size5{
  transform: scale(1, 2.5);
  margin-bottom: 70px;
  margin-top: 30px;
  line-height: 30px;
}
.brown{
  transform: scale(1, 3.5);
  margin-bottom: 70px;
  margin-top: 30px;
  line-height: 30px;
  color: #988c7c;
  
}

.posistion{
  scroll-margin-left: 0;
}
.highlight{
  background-image: linear-gradient(180deg, #bc5ab880 1.5em,  transparent 2.5em);
  margin: 50px 200px;
}
.highlight2{
  background-image: linear-gradient(0deg, rgba(240, 239, 232, 0.5) 1em,  transparent 0.5em);
}

.home-btn{
    display: flex;
    justify-content: flex-end;
    margin-right: 1rem;
}
.bg{
  background-color: #F4F1ED;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 30px;

}
.flow{
  text-align: left;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
/* weddingceremony */
.sj{
  font-size: 20px;
  line-height: 35px;
  text-align: left;
}

.gazou{
  width: 80%;
  margin: 0 auto;
  display: block;
}
.fukidashi-01-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
}
.fukidashi-01-12::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi-01-12::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.wc-btn{
  display: flex;
  justify-content: space-around;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 20px;
}
.kage{
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.size7{
  padding-top: 10px;
  text-align: center;
}
.size8{
  font-size: 25px;
}
.size15{
  width: 20%;
}
.size16{
  font-size: 50px;
  margin: -10px;
}
.size17{
  font-size: 12px;
  line-height: px;
}
.map{
  width: 70%;
  display: block;
  margin: 0 auto;
}
.container4{
  border: solid .5px;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}
.center{
  display: block;
  margin: 0 auto;
}
.scale:hover {
  transform: scale(1.1);
}
.height{
  height: 700px;
}
.right{
  display: block;
  width: fit-content;
  margin-left: auto;
  font-size: 60px;
}

.border-mid{
  position: relative;
  padding-bottom: 10px;
}
.border-mid::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 80%;
  background-color: darkred;
}
/* 初期状態では画像を非表示にする */
.mySlides {
  display: none;
}

/* ボタンのスタイル
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(0,0,0,0.3);
  user-select: none;
} */

.next { right: 0; }

/* フェードアニメーション */
.fade {
  animation: fadeAnim 1.5s;
}
/* ハンバーガーアイコン
  .menu-icon {
    width: 100px;
    height: 80px;
    cursor: pointer;
    padding: 0;
    margin-left: 0;
  } */

  /* ナビゲーションメニュー */
  nav {
    position: fixed;
    top: 0;
    right: -400px; /* 初期は画面外 */
    width: 400px;
    height: 100%;
    font-size: 5px;
    background: white;
    transition: right 0.3s ease;
    padding-top: 30px;
    z-index: 9999;
  }
  nav ul {
    list-style: none;
    padding: 0;
  
  }
  nav ul li {
    padding: 25px 5px 25px 5px;
   
  }
  nav ul li a {
    color: black;
    text-decoration: none;
  }

  /* メニュー表示時 */
  nav.active {
    right: 0;
  }
.menu-btn{
  position: fixed;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 50px;
  cursor: pointer;
  z-index: 9999;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
  
@keyframes fadeAnim {
  from {opacity: .4} 
  to {opacity: 1}
}


/* ============================
   共通設定
============================ */
.marquee,
.marquee2,
.marquee3,
.marquee4,
.flow2 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  z-index: 1;
  margin: 0;
}

.marquee__inner,
.marquee__inner2,
.marquee__inner3,
.marquee__inner4,
.flow2__inner {
  display: flex;
  width: max-content;
  flex-shrink: 0;
}
.marquee__inner img:hover,
.marquee__inner2 img:hover,
.marquee__inner3 img:hover,
.marquee__inner4 img:hover,
.flow2__inner img:hover{
  transform: scale(1.2);
  transition: transform 0.6s ease; /* ゆっくり変化 */

}

/* ============================
   アニメーション（左右）
============================ */

/* 左方向へ流れる */
@keyframes marqueeLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* 右方向へ流れる */
@keyframes marqueeRight {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* ============================
   レーンごとの設定
============================ */

/* レーン1（左） */
.marquee__inner {
  animation: marqueeLeft 50s linear infinite;
}
.marquee__inner img {
  width: 200px;
  height: auto;
}

/* レーン2（右） */
.marquee__inner2 {
  animation: marqueeRight 50s linear infinite;
}
.marquee__inner2 img {
  width: min(150px, 25vw);
}

/* レーン3（左） */
.marquee__inner3 {
  animation: marqueeLeft 50s linear infinite;
}
.marquee__inner3 img {
  width: min(300px, 55vw);
  height: auto;
}
/* レーン4（左） */
.marquee__inner4 {
  animation: marqueeLeft 50s linear infinite;
}
.marquee__inner4 img {
  width: 200px;
  height: auto;
}

/* レーン4（右） */
.flow2__inner {
  animation: marqueeRight 50s linear infinite;
}
.flow2__inner img {
  width: 200px;
  height: auto;
}
/* FAQの見出し */
.faq-title {
  text-align: center;
  font-family: "Mincho", serif;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

/* 下の飾り線 */
.faq-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #333; /* 細いラインで上品に */
}

/* 小さな英字を添える（おしゃれの基本） */
.faq-title::before {
  content: 'Frequently Asked Questions';
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #aaa;
  margin-bottom: 10px;
}
/* 折りたたみヘッダー */
.accordion-header {
  display: flex;                /* 文章と矢印を横並びにする */
  justify-content: space-between; /* 文章を左、矢印を右端に飛ばす */
  align-items: center;          /* 上下中央揃え */
  padding: 15px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px; /* 少し角を丸める */
  margin-bottom: 10px; /* 項目ごとに隙間を作る */
  box-shadow: 0 2px 10px rgba(0,0,0,0.05); /* 柔らかい影 */
  transition: background-color 0.3s; /* ホバー時の動きを滑らかに */
}

.accordion-header:hover {
  background-color: rgb(198, 193, 193);
}

/* 矢印（V字）のデザイン */
.accordion-header::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;   /* 矢印の太さと色 */
  border-right: 2px solid #333;
  transform: rotate(135deg);    /* 最初は下向き */
  transition: transform 0.4s ease; /* 開閉時の回転スピード */
  margin-left: 15px;
  flex-shrink: 0;               /* 文章が長くても矢印が潰れないように固定 */
}

/* 矢印を囲む「●」のデザイン */
.accordion-header::after {
  content: '';
  width: 26px;            /* 丸のサイズ */
  height: 26px;           /* 丸のサイズ */
  background-color: #333; /* 丸の色（お好みで変えてください） */
  border-radius: 50%;     /* 正円にする */
  
  /* 中の矢印（V字）を作る準備 */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
  transition: transform 0.4s ease, background-color 0.3s;
  flex-shrink: 0;
  margin-left: 15px;
}

/* 丸の中の矢印（V字）を別の擬似要素で作る */
.accordion-header::before {
  content: '';
  position: absolute;
  right: 23px;            /* 丸の位置に合わせて微調整 */
  z-index: 1;             /* 丸より上に持ってくる */
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;   /* 矢印の色を白にする */
  border-right: 2px solid #fff;
  transform: translateY(-2px) rotate(135deg); /* 下向き */
  transition: transform 0.4s ease;
}

/* 開いている時の動き */
.accordion-header.open::after {
  background-color: #666; /* 開いた時に丸の色を変える（任意） */
}

.accordion-header.open::before {
  transform: translateY(1px) rotate(-45deg); /* 上向きに回転 */
}

/* 折りたたみコンテンツ */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 15px;
}

/* コンテンツが開いている時のパディング調整 */
.accordion-content.open {
  padding: 15px;
}
.q-a{
  margin: 0 50px;
}

/* フェード */
.fade-up {
  opacity: 0;
  transform: translateY(60px);
  transition: all 3.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.fade-down {
  opacity: 0;
  transform: translateY(-60px);
  transition: all 3.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.fade-right {
  opacity: 0;
  transform: translateX(60px);
  transition: all 3.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.fade-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 3.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.show {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  opacity: 0;
  transition: opacity 1.5s ease;
}

.fadein.show {
  opacity: 1;
}
/* PCでは改行を消す */
.sp-br {
  display: none;
}
/* LINEボタンのスタイル */
.line-float-btn {
  position: fixed;
  bottom: 20px; /* 画面下からの距離 */
  left: 20px;  /* 画面左からの距離 */
  width: 280px; 
  height: 60px; 
  background-color: rgba(255, 255, 255, 0.591); 
  color: black !important;
  text-decoration: none !important;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  z-index: 9998;
  transition: transform 0.3s ease;

}

/* アイコンのサイズ */
.line-float-btn img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

/* ホバー（タップ）した時の動き */
.line-float-btn:hover {
  transform: scale(1.05);
  opacity: 0.9;
}


/* --- 1. タブメニュー --- */
.plan-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
    text-align: center;
    background-color: white;
    margin-bottom: 30px;
    
}

.btn3 {
    cursor: pointer;
    color: #888;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 10px;
    border-bottom: 2px solid transparent;
    flex: 1;
    max-width: 300px;
}

.btn3.active {
    color: black !important; 
    font-weight: bold;
    border-bottom: 5px solid #b89c6d;
}

/* --- 2. コンテナとスライダー制御 --- */
.all-plans-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.plan-slider {
    display: none; /* JSで制御 */
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* PC：グリッド表示 */
.slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
}

.slide {
    width: 420px; /* カードが1つの時も広がりすぎないように調整 */
    box-sizing: border-box;
}
.slide1 {
    box-sizing: border-box;
}

/* .gazou {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
} */

.gazou:hover {
    transform: scale(1.03);
}

/* --- 3. ドットナビゲーション --- */
.dots {
    text-align: center;
    margin-top: 20px;
    display: none; /* PCでは非表示 */
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    transition: background 0.3s;
    cursor: pointer;
}

.dot.active {
    background: #b89c6d;
}

/* PC：横並び */
.slider-v2 { display: flex; justify-content: center; gap: 20px; padding: 20px; }
.slide-v2 { width: 340px; }
.plan-v2 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #ffffff;
}
.dots-v2 { display: none; text-align: center; margin: 15px 0; }
.dot-v2 { display: inline-block; width: 10px; height: 10px; background: #ccc; border-radius: 50%; margin: 0 5px; }
.dot-v2.active { background: #b89c6d; }

/* ボタンを並べる親要素 */
.button-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  flex-wrap: wrap;
}

/* 共通スタイル */
.btn-insta, .btn-email, .btn-faq {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  border-radius: 5px; /* 丸みのあるボタン */
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
/* メール：信頼感のあるブルーグレー */
.btn-email {
  background-color: #fff;
  color: #555;
}

/* インスタボタン：上品なグラデーション */
.btn-insta {
  background-color: #fff;
  color: #555;
}

/* 質問一覧ボタン：沖縄の海をイメージした淡いブルーやベージュなど */
.btn-faq {
  background-color: #fff;
  color: #555;
  border: 1px solid #ddd;
}

/* ホバー時の動き（ふわっと浮く） */
.btn-insta:hover,.btn-email:hover, .btn-faq:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  opacity: 0.9;
}

/* アイコンの隙間 */
.btn-insta i, .btn-faq i {
  margin-right: 10px;
  font-size: 1.2em;
}

/* 親要素：ここを基準に写真を配置します */
.hairmake-info-section {
    position: relative;
    width: 100%;
    max-width: 800px; /* コンテンツの幅に合わせて調整 */
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
}

/* テキスト部分を一番上に表示 */
.size3, .more-link {
    position: relative;
    z-index: 5;
}

/* 写真を散りばめるエリア */
.scatter-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* テキストより後ろに配置 */
    pointer-events: none; /* 画像がリンクのクリックを邪魔しないようにする */
}

/* 写真の基本設定（枠なし・少し透かす） */
.scatter-item {
    position: absolute;
    width: 140px; /* 写真の大きさ */
    opacity: 0.7;  /* 背景っぽく少し薄く */
}

.scatter-item img {
    width: 100%;
    height: auto;
    display: block;
    /* 枠なし・影なし */
}

/* --- 配置の個別調整 --- */
/* 左上 */
.pos1 { top: -10%; left: -5%; transform: rotate(-12deg); }
/* 右上 */
.pos2 { top: 5%; right: -5%; transform: rotate(10deg); width: 160px; }
/* 左下 */
.pos3 { bottom: 5%; left: -2%; transform: rotate(5deg); }
/* 右下 */
.pos4 { bottom: -10%; right: 5%; transform: rotate(-8deg); width: 130px; }

.ig-responsive-container {
            display: flex;
            justify-content: center; /* PCで中央寄せ */
            padding: 0 10px;
            margin-top: 20px;
        }

/* 埋め込みの最大幅を制限 */
.ig-responsive-container .instagram-media {
  width: 100% !important;
  max-width: 540px !important; /* PCでの広がりすぎ防止 */
  margin: 0 auto !important;
}

/* ボタンのラップ */
.ig-btn-wrapper {
  text-align: center;
  margin: 40px 0 80px;
}

/* ボタン本体のデザイン */
.ig-resp-btn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.15em;
  padding: 16px 60px;
  border-radius: 2px;
  border: 1px solid #333;
  transition: all 0.3s;
  box-sizing: border-box;
}

/* ホバー（マウスを乗せた時） */
.ig-resp-btn:hover {
  background-color: #fff;
  color: #333;
}
    
.ig-multi-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        max-width: 700px;
        margin: 40px auto 80px;
        padding: 0 20px;
        font-family: sans-serif; /* サイトに合わせて調整してください */
    }

    /* ボタンのベースデザイン */
    .ig-account-box {
        flex: 1;
        max-width: 320px;
    }

    .ig-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 22px 10px;
        background-color: #333;
        color: #fff;
        border: 1px solid #333;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    /* マウスを乗せた時の動き */
    .ig-card:hover {
        background-color: #fff;
        color: #333;
    }

    /* アカウント名（@...） */
    .ig-id {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.05em;
        transition: color 0.3s;
    }

    /* 説明文（WEDDING / HAIR and MAKE） */
    .ig-label {
        color: #888;
        font-size: 10px;
        margin-top: 6px;
        letter-spacing: 0.2em;
        transition: color 0.3s;
    }

    /* ホバー時に文字色を白にする */
    .ig-card:hover .ig-id,
    .ig-card:hover .ig-label {
        color: #333;
    }



/* 文字の書体指定（HTML内のGoogle Fontsを活用） */
.Bodoni {
    font-family: "Bodoni Moda", serif;
}
.Mincho {
    font-family: "Zen Old Mincho", serif;
}


.btn2:hover ,
.ceremony-btn:hover{
    background: darkred; /* 白く塗りつぶす */
    color: #fff; /* 文字を暗くする */
    border: #fff solid .5px;
}
    
.ceremony-btn{
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-family: 'Zen Old Mincho', serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}


@media (max-width: 600px) {
.ig-multi-container {
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.ig-account-box {
    width: 100%;
    max-width: none;
}
.ig-card {
    padding: 18px 10px;
}

.ig-resp-btn {
    width: 90%; /* スマホでは画面いっぱいに近く */
    padding: 15px 0;
    font-size: 13px;
}
.ig-btn-wrapper {
    margin: 30px 0 60px;
}

.scatter-item {
        width: 80px;
        opacity: 0.5; /* スマホは文字優先でさらに薄く */
    }
    .pos1 { top: 0; left: -10px; }
    .pos2 { top: 10%; right: -10px; }
    .pos3 { bottom: 0; left: -10px; }
    .pos4 { bottom: 0; right: -10px; }

.plan-tabs {
    position: sticky;
    top: 70px; /* ヘッダーがある場合は高さを調整してください */
    z-index: 9998;
    background: #fff;
}
.btn3{
  margin-bottom: -3.3px;
}
.slider::-webkit-scrollbar {
    display: none;
}
.slider {
        width: 100% !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        /* 親のpaddingを0に固定してズレを防止 */
        padding: 0 !important;
        gap: 0 !important;
        touch-action: pan-x; /* ★重要：横方向のタッチ操作のみを許可 */
        overflow-y: hidden;  /* ★重要：縦方向のスクロールを強制禁止 */
        scroll-behavior: auto !important; /* 切り替え時は一瞬で0に戻すため */
    }

.slide {
    /* 1枚＝100%を強制 */
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    scroll-snap-align: start !important; /* 左端に吸い付かせる */
    box-sizing: border-box !important;
    padding: 0; /* 隙間はここ（内側）で作る */
}
.slide1 {
    /* 1枚＝100%を強制 */
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    scroll-snap-align: start !important; /* 左端に吸い付かせる */
    box-sizing: border-box !important;
    padding: 0; /* 隙間はここ（内側）で作る */
}
.gazou{
  width: 60%;
}

.dots {
    display: block; /* スマホでは表示 */
}

.slider-v2 {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: auto !important;
    gap: 0 !important;
    /* タブ切り替え後の2枚目スタートを防ぐトリガー */
    animation: initPos 0.01s forwards; 
}
.slider-v2::-webkit-scrollbar { display: none; }

@keyframes initPos {
    from { opacity: 0.99; }
    to { opacity: 1; }
}

.slide-v2 {
    flex: 0 0 100% !important;
    scroll-snap-align: center !important;
    display: flex !important;
    justify-content: center !important;
}
.plan-v2 { width: 95% !important; background: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 10px 0; }
.dots-v2 { display: block !important; }
.gazou { width: 60% !important; }

.button-container {
  flex-direction: column;
  align-items: center;
}
.btn-insta,.btn-email, .btn-faq {
  width: 100%;
  max-width: 280px;
  justify-content: center;
}
.bg{
  margin-top: -60px;
}
/* おすすめプラン！の文字 */
.bg h4.Mincho.sp-br {
    display: inline-block;
    margin-bottom: 10px;
    /* transform: rotate(-8deg); はHTML側のstyle属性に書かれているのでそのままでOK */
}
.sp-br {
  display: inline;
}

.sp-br::before {
    content: "\A";
    white-space: pre;
}
.marquee,
.marquee2,
.marquee3,
.marquee4,
.flow2 {
  margin: 0;
  /* スマホで横スクロールバーが出ないようにガード */
  position: relative; 
}
.marquee__inner,
.marquee__inner3,
.marquee__inner4{
  /* 開始位置を 0 (migi端) に固定 */
  transform: translateY(0);
  /* アニメーション：0 から -50% へ動かす */
  animation: marqueeLeft 50s linear infinite;
}


.marquee__inner2,
.flow2__inner {
  /* 開始位置を 0 (左端) に固定 */
  transform: translateX(0);
  /* アニメーション：0 から -50% へ動かす */
  animation: marqueeRight 50s linear infinite;
}

.marquee__inner img,
.marquee__inner2 img,
.marquee__inner4 img,
.flow2__inner img {
  width: 120px; /* スマホなら 150px くらいに小さくしても良いかもしれません */
  height: auto;
  flex-shrink: 0; /* 画像が潰れるのを防ぐ */
}

/* アニメーションの方向を修正 */
@keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 全体の半分（複製した分）まで到達したら 0 に戻る */
    transform: translateX(-50%);
  }
}

/* ホバー時に一時停止（スマホならタップ中） */
.flow2:hover .flow2__inner,
.marquee:hover .marquee__inner,
.marquee2:hover .marquee__inner2,
.marquee3:hover .marquee__inner3,
.marquee4:hover .marquee__inner4{
  animation-play-state: paused;
}

.line-float-btn {
  width: 60%; /* スマホでは画面幅に合わせる */
  height: 8%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  font-size: 10px;
}
.line-float-btn:hover {
  transform: translateX(-50%) scale(1.05);
}
section{
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
li{
  line-height: 15px;
  padding-bottom: 50px;
}
h1{
  font-size: 1.5rem;
}
h2{
  font-size: 1rem;
}
h3{
  font-size: 15px;
}
header{
    position: sticky;
    top: 0;
    z-index: 9998;
}
/* 折りたたみ */
.accordion-header {
  cursor: pointer;
  margin: 0 auto;
  
}

.accordion-content {
  overflow: hidden;
  max-height: 0; 
  transition: max-height 0.4s ease;
  padding: 0 15px;
  margin: 0 auto;
}

.accordion-content.open {
  padding: 15px;
  max-width: 500px;
  max-height: 500px;
}
.gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
  }


.gallery img {
  width: 100%;
  aspect-ratio: 1 / 1; /* 正方形にする */
  object-fit: cover;   /* トリミングして綺麗に収める */
  display: block;
}

.right{
  font-size: 20px;
}
.size1{
  width: 60px;
  height: 60px;
}

header{
  padding: 10px;
}
.slideshow-container{
  width: 70%;
  margin-top: 20px;
}
.flow2__inner .marquee__inner img {
  width: 40vw;   /* ← スマホでちょうど良いサイズ */
  height: auto;
  flex-shrink: 0;
}
.back{
  position: relative;
  overflow: hidden;
}
.back img{
  display: block;
}
.overlay-content{
  position: absolute;
    top: 10%; /* 上下中央 */
    left: 50%; /* 左右中央 */
    transform: translate(-50%, -50%); /* 真ん中に配置 */
    width: 90%; /* コンテンツの幅 */
    text-align: center;
    color: #fff; /* 文字を白にする（背景が暗い場合） */
    text-shadow: 1px 1px 10px rgba(0,0,0,0.5); /* 文字を読みやすくする影 */
}
.overlay-content2{
  position: absolute;
    top: 75%; /* 上下中央 */
    left: 60%; /* 左右中央 */
    transform: translate(-50%, -50%); /* 真ん中に配置 */
    width: 90%; /* コンテンツの幅 */
    text-align: center;
    color: #fff; /* 文字を白にする（背景が暗い場合） */
    text-shadow: 1px 1px 10px rgba(0,0,0,0.5); /* 文字を読みやすくする影 */
}
.produse1{
  line-height: 35px;
  font-size: 14px;
  background-size: 250%;
  border-width: 0px;
  text-align: left;
}
.box{
  padding-bottom: 50px;
  margin: 0 auto;
}
.box1{
  padding-bottom: 50px;
  margin: 0 auto;
  padding-left: 20px;
}

.container{
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  justify-content: center;
  margin: -20px;
  padding: -20px;
}
.container2{
  display: flex;
}
.katari{
  padding: 35px;
  margin-bottom: -40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.map{
  width: 90%;
}
.rental{
  font-size: 12px;
  line-height: 15px;
}
.rental2{
  font-size: 10px;
}
.size12{
  width: 200px;
  height: 200px;
}
.height{
  width: 100%;
  height: 100%;
}
.bun{
   text-align: left;
}
.katari2{
  margin-top: 50px;
}

.about{
  text-align: left;
  line-height: 10px;
  font-size: 5px;
}

.box2{
  flex-wrap: wrap;
  margin: 0 auto;
}
.box3{
  border: solid 1px;
}


.plan{
  width: 90%;

}
.plan2{
  font-size: 18px;
  width: 95%;
}
.plan3{
  width: 95%;
  margin-bottom: 20px;
  line-height: 30px;
}
.plan4{
  font-size: 18px;
  margin-top: -15px;
}
.plan5{
  font-size: 15px;
  margin-top: 20px;
}
.plan6{
  font-size: 15px;
  width: 90%;
  line-height: 30px;
  padding-bottom: 10px;
}
.plan7{
  line-height: 40px;
  font-size: 14px;
  padding: 10px 0 20px 0;
}
.plan8{
  font-size: 12px;
  margin-top: 90px;
}
.plan9{
  font-size: 18px;
}
.size2{
  font-size: 50px;
}
.size3{
  font-size: 14px;
  line-height: 30px;
}
.size4{
  font-size: 11px;
}
.size5{
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 20px;
}
.brown{
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 20px;
  text-align: right;
  padding-right: 20px;
}
.size6{
  font-size: 10px;
  margin-bottom: -50px;
}
.size7{
  font-size: 12px;
  text-align: left;
  padding:0 20px 0 20px;
}
.size8{
  font-size: 10px;
}
.size9{
  font-size: 18px;
  text-align: center;
  margin: 0;
}
.size10{
  font-size: 12px;
  line-height: 23px;
  width: 95%;
}
.size11{
  font-size: 18px;
  line-height: 30px;
}
.highlight{
  margin: 0;
}
.highlight2{
  font-size: 20px;
}
.flow{
  text-align: left;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content:left;
  margin-left: 30px;
  font-size: 13px;
  line-height: 25px;
}
.scale {
  transition: transform 0.5s ease;
}

.sj{
  font-size: 11px;
  line-height: 30px;
  margin: 0 auto;
}
.fukidashi-01-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 0 30px;
}
.fukidashi-01-12::before {
  content: "";
  width: 20px;
  height: 2px;

}
.fukidashi-01-12::after {
  content: "";
  width: 20px;
  height: 2px;
}
.size13{
  font-size: 18px;
}
.size14{
  font-size: 14px;
}
.size15{
  width: 30%;
}
.size16{
  font-size: 30px;
  margin: -10px;
}
.container5{
  flex-wrap: wrap;
  margin-bottom: -50px;
}
.text{
  font-size: 13px;
  line-height: 22px;
}
.image{
  width: 600px;
  height: 250px;
  margin-left: 60px;
}
/* 初期状態では画像を非表示にする */
.mySlides {
  display: none;
}
.next { right: 0; }

/* フェードアニメーション */
.fade {
  animation: fadeAnim 1.5s;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98); 
  display: flex;
  justify-content: center;
  /* align-items: center; を削除して、上からの距離を指定 */
  align-items: flex-start; 
  padding-top: 0vh; /* 画面の高さの0%分だけ上に余白を作る */
  z-index: 9999;
  transform: translateY(-100%); 
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  visibility: hidden;
}

nav ul {
  text-align: center;
}

nav ul li {
  margin: 10px 0;
}

nav ul li a {
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
}

nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.5px;
  background: #000;
  /* transition-delay(最後の0.4s)を消して、即反応させる */
  transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1); 
}
nav ul li a:hover::after {
  width: 100%;
}
/* クリックされて画面が切り替わるまでの間も線を維持 */
nav.active ul li a:active::after {
  width: 100%;
}
/* メニュー表示時（activeクラスがついた時） */
nav.active {
 transform: translateY(0); /* 下に降りてくる */
  visibility: visible;
}
  .menu-btn{
  position: fixed;
  z-index: 1000;
  font-size: 40px;
  color: black;
  top: 20px;
}
.close-btn {
  position: relative;
  color: black;
}


@keyframes fadeAnim {
  from {opacity: .4} 
  to {opacity: 1}
}


} 
/* ページ全体を覆うカーテン */
.page-transition-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff; /* 背景色に合わせて変更してください */
  z-index: 10000;         /* どの要素よりも上に表示 */
  pointer-events: none;   /* 下の要素をクリックできるようにする */
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* フェードアウト時（真っ白にする） */
.page-transition-curtain.is-active {
  opacity: 1;
  pointer-events: auto;   /* 遷移中はクリックを防止 */
}

/* 初期表示時のフェードイン（幕が消えていく） */
body.is-loaded .page-transition-curtain {
  opacity: 0;
}
