@charset "utf-8";

* {
  box-sizing: border-box;
}

body{
  margin: 0;
  padding: 0;
  font-family: 'Noto Serif JP', serif;
  margin: 0 auto;
  margin-bottom: 10vw;
}




  .fv{
    position: relative;
  }
  .fvimg{
    width: 100vw;
    object-fit: cover;
    max-width: 100%;
  }
  .fv .logo{
    position: absolute;
    top: 8vw;
    left: 2vw;
    width: 40vw;
    object-fit: contain;
    height: 40vw;
  }
  .fv p{
    position: absolute;
    bottom: 3vw;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 7vw;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
    font-weight: bold;
  }
  .headerbutton{
    position: fixed;
    top: 2vw;
    right: 3vw;
    width: 15vw;
    height: 15vw;
    z-index: 100;
  }
  .fv_bottomtext{
    position: relative;
  }
  .fv_bottomtext p{
    text-align: center;
    line-height: 8vw;
    margin-top: 15vw;
    margin-bottom: 15vw;
    font-size: 4vw;
  }

  .fv_bottomtext::before {
    content: "";
    position: absolute;
    top: -21vw;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 18vw;
    background-color: #567706;
  }
  .concept{
    background-image: url("../img/concept_bg.png");
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  h2 span {
    color:#567706;
    font-size: 3vw;
  }
  .concept h2 {
    line-height: 15vw;
    color: rgba(34, 34, 34, 1);
    font-size: 5vw;
  }
  .concept_text{
    line-height: 8vw;
    font-size: 4vw;
  }
  .concept_photo01{
    width: 100%;
  }
  .concept_photobox{
    position: relative;
  }
  .concept_photo02{
    position: absolute;
    bottom: -31vw;
    left: 0;
    width: 30%;
  }
  .concept_photo03{
    position: absolute;
    bottom: -45vw;
    right: 0;
    width: 66%;
  }
  .btn_box{
    margin-top: 50vw;
    margin-bottom: 5vw;
  }
  .btn_contact,.btn_bridal_fare_reservation{
    text-align: center;
    font-family: YuGothic;
  }
  .contact-btn,.bridal_fare_reservation-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 90%;
    height: 10vw;
    border: 2px solid #a8324a;
    color: #a8324a;
    font-size: 4vw;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 3vw;
    padding: 0 5vw;
  }
  
  .contact-btn .arrow {
    font-size: 4vw;
  }
  
  .contact-btn:hover {
    background-color: #a8324a;
    color: #fff;
  }

  .features{
    padding: 20px;
    background-color: rgba(224, 224, 224, 1);
  }
  
  .features-label {
    font-size: 3.5vw;
    color: #556b2f;
    font-weight: bold;
    margin-bottom: 40px;
  }
  
  .features-title {
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.8;
    color: #222;
    margin: 13vw 0;
  }
  
  .features_text{
    line-height: 8vw;
    font-size: 4vw;
  }
  .feature3point {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 40px;
  }
  
  .en-label {
    font-size: 3vw;
    color: #666;
    font-family: serif;
  }
  
  .line_number {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    justify-content: flex-end;
  }
  
  .right-line {
    display: block;
    flex: 0 1 15%;
    min-width: 100px;
    max-width: 200px;
    height: 1px;
    background-color: #ccc;
  }
  
  .right-number {
    font-size: 8vw;
    font-weight: bold;
    color: #6b8e23;
    font-family: serif;
  }
  .feature_pointimg{
    width: 100%;
  }
  .ceremony{
    padding: 10vw 20px 20px;
  }
  .en_centertitle {
    font-size: 3.5vw;
    color: #556b2f;
    font-weight: bold;
    margin-bottom: 2vw;
    text-align: center;
  }
  
  .jp_centertitle {
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.8;
    color: #222;
    margin: 5vw 0 13vw;
    text-align: center;
  }

  .ceremony_photobox{
    position: relative;
  }
  .ceremony_photo01{
    width: 100%;
  }
  .ceremony_photo02{
    position: absolute;
    width: 53%;
    bottom: -18vw;
    left: 3vw;
  }
  .ceremony_photo03{
    position: absolute;
    width: 46%;
    bottom: -28vw;
    right: 3vw;
  }
  .ceremony_text{
    line-height: 8vw;
    font-size: 4vw;
    margin-top: 35vw;
  }
  .photo_wedding{
    background-color: rgba(244, 244, 244, 1);
    padding: 20px;
  }
  .photo_wedding_photobox{
    position: relative;
  }
  .photo_wedding_photo01{
    width: 100%;
  }
  .photo_wedding_photo02{
    position: absolute;
    width: 33%;
    bottom: -29vw;
    left: 3vw;
    z-index: 1;
  }
  .photo_wedding_photo03{
    position: absolute;
    width: 70%;
    bottom: -45vw;
    right: 3vw;
    z-index: 0;
  }
  .photo_wedding_text{
    line-height: 8vw;
    font-size: 4vw;
    margin-top: 50vw;
  }
  .slick-slide img{
    width: 100%;
  }
  .wedding_plan{
    background-image: url("../img/plan_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30vw;
  }
  .wedding_plan h2{
    font-size: 4vw;
    margin: 7vw 0 0;
  }
  .wedding_plan h3{
    font-size: 4vw;
    margin: 7vw 0 0;
  }
  .wedding_plan .slider .slick-slide {
    box-sizing: border-box;
    background-color: #fff;
  }
  .slick-dots li button:before{
    font-size: 50px !important;
    color: rgba(201, 201, 201, 1);
  }
  .slick-dots li.slick-active button:before{
    color: #fff;
  }
  .en_weddingtitle{
    margin-top: 0;
    padding-top: 20vw;
    color: rgba(231, 245, 197, 1);
  }
  .jp_weddingtitle{
    color: #fff;
  }
/* slick-list はみ出しを許可 */
.slider .slick-list {
  overflow: visible;
}

/* スライドを中央に寄せつつ左右に隙間 */
.slider .slick-slide {
  margin: 0 10px; /* 左右のスライドに少し余白 */
}

/* 画像は必ず縮尺維持で表示 */
.slider img {
  display: block;
  width: 100%;
  height: auto;
}

.slider .slick-slide {
  height: auto; /* 任意の高さ */
}

.slider .slick-slide > .plan_textbox {
  height: 60vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* 中身の配置 */
}

.plan_text{
  font-size: 3.5vw;
}

html, body { 
  overflow-x: hidden; 
}

.plan_textbox{
  padding: 0 20px;
}

.slick-dots{
  bottom: -75px;
}

.bridalfair{
  margin-top: 15vw;
}

.bridalfair_img{
  position: relative;
}

.ichioshi{
  position: absolute;
  top:2vw;
  left: 0;
  width:16vw !important;
}

.fair_schedule {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

.fair_date {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.time_slot_time{
  color: #000;
}

.fair_date .date{
  font-size: 6vw;
}

.fair_date .day_blue {
  color: #007bff;
}

.day_red{
  color: rgba(166, 52, 70, 1);
}

.fair_name{
  font-size: 4vw;
  font-weight: lighter;
  padding: 3vw;
}

.fair_date .time_icon {
  width: 8vw;
  width: 8vw;
  vertical-align: middle;
}

.fair_date .duration {
  margin-left: 4px;
}

.fair_time {
  display: flex;
  gap: 10px;
  font-size: 18px;
}

.time_slot {
  color: #900; /* 赤っぽい色 */
}

.divider {
  color: #999;
}

.bridalfair .slick-dots li.slick-active button:before{
  color: gray;
}


.price{
  font-size: 3vw;
}

.access{
  margin-top: 30vw;
}

.accesslogo{
  width: 28vw;
  display: block;
  margin: 0 auto;
}

.address{
  margin: 10vw 5vw 5vw;
  font-size: 4vw;
}

.address span{
  font-size: 3.5vw;
}

.transportation{
  margin: 5vw;
}

.transportation_box{
  margin-top: 10vw;
}

.wrap-gmap {
  background: #fff;
  padding: 10px 6% 40px;
}

.wrap-gmap iframe {
  height: 230px;
}

.footer-btn {
  position: fixed;
  bottom: 3vw;
  z-index: 1;
  width: 100%;
  text-align: center;
}

@media (min-width: 960px) {
  body {
      width: 50%;
  }
  .headerbutton {
    position: fixed;
    top: 2vw;
    right: 26vw;
    width: 7vw;
    height: 7vw;
    z-index: 100;
  }
  .menu-brand{
    margin-top: 4vw !important;
  }
  .menu-logo{
    width: 10vw !important;
  }
  .menu-close img{
    width: 7vw !important;
  }
  .menu-nav a{
    font-size: 3vw !important;
  }
  .menu-nav a small{
    font-size: 1.5vw !important;
  }
  .fv .logo{
    max-width: 15vw;
    top: -8vw;
  }
  .fv p{
    font-size: 4vw;
  }
  .fv_bottomtext p{
    line-height: 4vw;
    font-size: 2vw;
    letter-spacing: 3px;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .fv_bottomtext::before{
    top: -12vw;
    height: 11vw;
  }
  h2 span{
    font-size: 2vw;
  }
  .concept h2{
    font-size: 3vw;
    font-weight: lighter;
    line-height: 12vw;
  }
  .concept_text {
    line-height: 5vw;
    font-size: 2vw;
  }
  .concept_photo01 {
    width: 92%;
    margin: 0 auto;
    display: block;
  }
  .concept_photo02{
    bottom: -16vw;
  }
  .concept_photo03{
    bottom: -23vw;
  }
  .concept .btn_box {
    margin-top: 25vw;
    margin-bottom: 3vw;
  }
  .contact-btn, .bridal_fare_reservation-btn{
    font-size: 2vw;
    justify-content: space-between;
    padding: 0 5vw;
  }
  .contact-btn .arrow {
    font-size: 2vw;
  }
  .features-label{
    font-size: 2vw;
    margin-top: 10vw;
  }
  .features-title{
    font-size: 3vw;
    font-weight: lighter;
    margin: 8vw 0;
  }
  .features_text{
    font-size: 2vw;
    line-height: 5vw;
  }
  .en-label{
    font-size: 2vw;
  }
  .right-number{
    font-size: 5vw;
  }
  .right-line{
    flex: 0 1 50%;
  }
  .en_centertitle{
    font-size: 2vw;
  }
  .jp_centertitle{
    font-size: 3vw;
    font-weight: lighter;
    margin-bottom: 8vw;
  }
  .ceremony_photo02{
    bottom: -10vw;
  }
  .ceremony_photo03{
    bottom: -15vw;
  }
  .ceremony_text {
    line-height: 4vw;
    font-size: 2vw;
    margin: 24vw auto 10vw;
    width: 95%;
  }
  .photo_wedding_photo02{
    bottom: -14vw;
    z-index: 1;
  }
  .photo_wedding_photo03{
    width: 64%;
    bottom: -20vw;
    right: 2vw;
    z-index: 0;
  }
  .photo_wedding_text {
    line-height: 5vw;
    font-size: 2vw;
    margin-top: 25vw;
  }
  .wedding_plan h2{
    font-size: 3vw;
    margin: 3vw 0;
  }
  .wedding_plan h3{
    font-size: 2.2vw;
    margin: 3vw 0 0;
  }
  .price{
    font-size: 1.5vw;
  }
  .price_number{
    font-size: 2.2vw;
    font-weight: bold;
  }
  .fit_person{
    color: gray;
  }
  .plan_text {
    font-size: 1.8vw;
  }
  .slider .slick-slide > .plan_textbox{
    height: 35vw;
  }
  .fair_name{
    font-size: 2vw;
    padding: 1vw;
    margin: 1vw 0 0 0;
  }
  .fair_date .date {
    font-size: 3vw;
  }
  .fair_date .time_icon{
    width: 3vw;
  }
  .fair_date .day_blue{
    font-size: 1.5vw;
  }
  .fair_date .duration{
    font-size: 1.8vw;
  }
  .fair_time{
    font-size: 1.8vw;
  }
  .ichioshi{
    width: 10vw !important;
  }
  .bridalfair .slider .slick-slide > .plan_textbox{
    height: 20vw;
  }
  .access .btn_box{
    margin-top: 6vw;
  }
  .accesslogo{
    width: 21vw;
  }
  .address p{
    font-size: 2vw;
  }
  .address span {
    font-size: 1.8vw;
  }
  .transportation_box {
    margin-top: 0;
    font-size: 1.8vw;
  }
  .footer-btn .btn_bridal_fare_reservation{
    width: 100%;
  }

  .footer-btn {
    bottom: 30px;
    right: 20px;
    width: 23vw;
  }
  .footer-btn .bridal_fare_reservation-btn{
    font-size: 1vw;
    padding: 0 2vw;
    height: 4vw;
    gap: 10px;
    width: 85%;
  }
}

@media screen and (max-width:960px) {
  body{
    max-width: 960px;
    margin-bottom: 30vw;
  }
  .contact-btn, .bridal_fare_reservation-btn{
    padding: 8vw;
    border: 1px solid #a8324a;
  }
  .btn_box{
    width: 90%;
    margin: 0 auto;
  }
  .btn_box .contact-btn, .bridal_fare_reservation-btn{
    font-size: 3.5vw;
  }
  .concept .btn_box{
    margin-top: 51vw;
  }
}

/* メニュー全体（初期は非表示） */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  font-family: "Noto Serif JP", serif;
}
.menu-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* 背景ぼかし/暗幕 */
.menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(2px);
}

/* 白いカード */
.menu-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  padding: 28px 30px 24px;
  overflow: auto;
  transform: translateY(10px);
  transition: transform .25s ease, opacity .25s ease;
  opacity: 0;
}
.menu-overlay.is-open .menu-panel {
  transform: translateY(0);
  opacity: 1;
}

.menu-close {
  position: sticky;
  top: 0;
  float: right;
  border: none;
  background: transparent; /* 背景は透過に */
  padding: 0;
  cursor: pointer;
}
.menu-close img {
  width: 15vw;
  height: auto;
  display: block;
}
 

/* ロゴ & サブ */
.menu-brand {
  text-align: center;
  margin-top: 10vw;
  display: flex;
  justify-content: center;
  width: 100%;
}
.menu-logo { width: 30vw;
}
.menu-sub { font-size: 12px; letter-spacing: .08em; line-height: 1.6; color:#333; }
.menu-sub span { font-size: 10px; color:#666; }

/* ナビ */
.menu-nav ul { list-style: none; margin: 24px 0; padding: 0; }
.menu-nav li + li { margin-top: 14px; }
.menu-nav a {
  display: inline-block;
  font-size: 22px;
  color: #4a6b19; /* 深いオリーブ */
  text-decoration: none;
}
.menu-nav a small {
  display: inline-block;
  margin-left: .5em;
  font-size: 12px;
  color: #777;
}

/* CTA */
.menu-cta { margin-top: 28px; display: grid; gap: 12px; }
.btn {
  display: grid;
  place-items: center;
  height: 48px;
  border: 1px solid #b84b4b;
  color: #b84b4b;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
}
.btn.outline { background: #fff; }
.btn:not(.outline) {
  background: #b84b4b;
  color: #fff;
  border-color: #b84b4b;
}

#globalMenu .contact-btn, #globalMenu .bridal_fare_reservation-btn{
  width: 100%;
}

/* 開いている間ボディスクロール停止 */
.body-lock { overflow: hidden; }

/* トリガー画像（任意でクリック感） */
.fv .headerbutton { cursor: pointer; }
.fv .headerbutton:focus { outline: 2px solid #4a6b19; outline-offset: 2px; }