/* ==================メインビジュアル================== */
#main-visual{
 width:100%;
 min-height:100vh;
}

#main-visual img {
   width:100%;
   min-height:100vh;
   object-fit:cover;
   display:block;
}

#concept{
  position:relative;
  text-align:center;
  padding:50px 40px;
}

.decoration {
   position:absolute;
   inset:0;
   pointer-events:none;
}

.left {
 position:absolute;
 top: -50px;
 left:-70px;

 width:300px;
 height:300px;

 background-image:url("../images/decoration/21.png");
 background-repeat:no-repeat;
 background-size:contain;
 background-position:center;
 z-index: 1;
}

.right{
 position:absolute;

 right:-50px;
 bottom:10px;

 width:200px;
 height:200px;

 background-image:url("../images/decoration/23-2.png");
 background-repeat:no-repeat;
 background-size:contain;
 background-position:center;
 z-index: 1;
}

.title,
#concept p{
  position: relative;
  z-index: 2;
}

.entitle {
  display: block;
  font-size: 90px;
  color: #7E6D64;
  text-align: center;
  z-index: 10;
}

.jptitle {
  display: block;
  font-size: 45px;
  color: #7E6D64;
  text-align: center;
  z-index: 9;
}

 #concept p {
 font-size: 24px;
 text-align: center;
 margin: 40px 30px 70px 30px; 
 color: #4B3020;
} 


/* ==================プラン================== */

/* ======プランタイトル===== */
#plans {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 0;
  margin-bottom: 100px;
  z-index: 1;
}

#plans::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #E3D5D1;
  border-top-right-radius: 90% 40%;
  z-index: -1;
}

/* =====セクションタイトル===== */
.section-title {
 text-align: center;
}

.section-title .en{
 display: block;
 font-size:46px;
 line-height:1.1;
 color: #633418;
}

.section-title .jp{
  display:block;
  font-size:24px;
  color: #633418;
}




/* =====プラン===== */
.pricing-plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.plan {
  flex: 1 1 400px;
  max-width: 400px;
  min-width: 280px;
  box-sizing: border-box;
  text-align: center;
}



.thumbnail {
  width: 100%;
  aspect-ratio: 16 / 10; /* 好きな比率 */
  overflow: hidden;
}

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


.btn {
  margin: 0.5px;
  padding: 5px 30px;
  background: #633418;
  border: #633418 1px solid;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 80px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  min-width: 70px;
}

.btn:hover {
  background: #D6956F;
  border: 1px solid #D6956F;
}


/* ==================衣装一覧================== */

/* =====衣装背景===== */
#costume {
  position: relative;
}

#costume .container {
  position: relative;
  z-index: 1;
}

.decoration1 {
  width: 500px;
  height: 500px;
  background-color: #F7F3E9;
  border-radius: 50%;
  position: absolute;
  top: -200px;
  left: -20px;
  z-index: 0;
}

.decoration2 {
  width: 300px;
  height: 300px;
  background-color: #F7F3E9;
  border-radius: 50%;
  position: absolute;
  bottom: 400px;
  right: -30px;
  z-index: 0;
}

.decoration3 {
  width: 200px;
  height: 200px;
  background-color: #F7F3E9;
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  left: 20px;
  z-index: 0;
}


.costume-decoration1 {
 position: absolute;
 top: 5%;
 right: -170px;

 width:400px;
 height:400px;

 background-image:url("../images/decoration/22.png");
 background-repeat:no-repeat;
 background-size:contain;
 z-index: 2;
}


.costume-decoration2 {
 position: absolute;
 top: 55%;
 left: -170px;

 width:400px;
 height:400px;

 background-image:url("../images/decoration/22-2.png");
 background-repeat:no-repeat;
 background-size:contain;
 z-index: 2;
}

/* =====衣装一覧===== */

#dresscostume {
  margin-bottom: 100px;
}

#kimonocostume {
  margin-bottom: 100px;
}

.slider {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  width: max-content;
}

.slider-track img {
  width: 300px;
  height: auto;
  margin: 0 20px;
}


#dresscostume .btn,
#kimonocostume .btn {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-top: 10px;
}


/* ==========ギャラリー========== */

/* 背景 */
#gallery {
  position: relative;
  margin-bottom: 200px;
}

#gallery .container {
  position: relative;
  z-index: 1;
}

.gallery-decoration1 {
  width: 400px;
  height: 400px;
  background-color: #F7F3E9;
  border-radius: 50%;
  position: absolute;
  bottom: 400px;
  right: -30px;
  z-index: 0;
}

.gallery-decoration2 {
  width: 200px;
  height: 200px;
  background-color: #F7F3E9;
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  left: 80px;
  z-index: 0;
}

/* カルーセル */

.carousel {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: visible;
}

.carousel-window {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.carousel-images {
  display: flex;
  transition: transform 1.0s ease;
}

.carousel-images img {
  width: 100%;
  max-width: 1000px;
  height: 600px;
  object-fit: cover;
  flex-shrink: 0;
}

/* ボタン */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: #633418;
  font-size: 30px;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.prev {
  left: -50px;
}
.next { 
  right: -50px;
}

.prev:hover,
.next:hover {
  opacity: 0.6;
}


#gallery a {
  padding: 5px 30px;
  background: #633418;
  border: #633418 1px solid;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 80px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  min-width: 70px;
  display: block;
  width: fit-content;
  margin: 30px auto;
}

#gallery a:hover {
  background: #D6956F;
  border: #D6956F; 
}


/* ==========撮影の流れ＆FAQ========== */
#banner .container {
  display: block;
  margin-bottom: 100px;
}


@media screen and (min-width: 768px) {
  #banner .container {
    display: flex;
    gap: 40px;
    justify-content: center;
  }
}

.photo-flow,
.faq {
  flex: 1;
  max-width: 500px;
  position: relative;
}

.photo-flow img,
.faq img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}


.photo-flow a,
.faq a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.7);

  color: #633418;
  font-size: 28px;

  text-decoration: none;
}


/* ========== お問い合わせ・相談予約========== */
#inquiry {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.inquiry-inner {
  background: #E3D5D1;
  padding: 50px; /* 内側余白 */
  border-radius: 40px; /* 角丸 */
  text-align: center;
  z-index: 1;
}

#inquiry h2 {
  font-size: 32px;
  color: #4B3020;
  margin-bottom: 50px;
}


.inquiries-buttons {
  display: flex;
  gap: 20px;
}

.inquiry-btn a {
  padding: 20px 80px;
  border: #633418 1px solid;
  color: #fff;
  background-color: #633418;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
  min-width: 70px;
}

.consultation-btn a {
  padding: 20px 80px;
  border: #633418 1px solid;
  color: #fff;
  background-color: #633418;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
  min-width: 70px;
}

.inquiry-btn a,
.consultation-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* =========アクセス========== */
#access {
  display: flex;
  position: relative;
  flex-direction: column;
}

.access-back {
 background-color: #F0EDE7;
 padding: 50px 0;
 z-index: 1;
}

.access-decoration1 {
  width: 400px;
  height: 400px;
  background-color: #F7F3E9;
  border-radius: 50%;
  position: absolute;
  bottom: 400px;
  right: -30px;
  z-index: 0;
}

.map {
  width: 100%;
}

.map iframe{
  width: 100%;
  max-width: 600px;
}

.guide {
  display: flex;
  align-items: center;
  gap: 20px;
}

.address p {
  font-size: 24px;
  color: #4B3020;
  white-space: nowrap;
}



/* ===============================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　スマホ用のスタイル 
====================================================================================*/

/* 画面幅が767px以下のとき */
@media screen and (max-width: 767px) {
  
  /* ============FV============== */

  .entitle {
    font-size: 52px;
  }

  .jptitle {
    font-size: 32px;
  }

  #main-visual,
  #main-visual img {
    max-width: 100%;
    min-height: auto;
  }

  #concept {
    padding: 40px 20px;
  }

  #concept p {
    font-size: 16px;
    margin: 20px 0 40px;
  }

  /* 装飾 */
  .left {
    width: 180px;
    height: 180px;
    left: -40px;
    top: -20px;
  }

  .right {
    width: 120px;
    height: 120px;
    right: -20px;
  }

  /* =====セクションタイトル===== */

  .section-title .en{
  font-size: 36px;
  }

  .section-title .jp{
    font-size: 16px;
  }
  /* ==========プラン========== */
    .pricing-plans {
      flex-direction: column;
      align-items: center;
    }

  .plan {
  flex: 1 1 300px;
  max-width: 300px;
  min-width: 200px;
  box-sizing: border-box;
  text-align: center; 
  }
  

/* ==========衣装=============== */
  /* 背景 */
  .decoration1 {
  width: 300px;
  height: 300px;
  background-color: #F7F3E9;
  border-radius: 50%;
  position: absolute;
  top: -200px;
  left: -20px;
  z-index: 0;
}

.decoration2 {
  width: 200px;
  height: 200px;
  background-color: #F7F3E9;
  border-radius: 50%;
  position: absolute;
  bottom: 400px;
  right: -30px;
  z-index: 0;
}

.decoration3 {
  width: 100px;
  height: 100px;
  background-color: #F7F3E9;
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  left: 20px;
  z-index: 0;
}

#costume h3 {
  margin-left: 20px;
}

#dresscostume {
  margin-bottom: 60px;
}

#kimonocostume {
  margin-bottom: 60px;
}

.slider-track img {
  width: 200px;
  height: auto;
  margin: 0 20px;
}

.costume-decoration1 {
 position: absolute;
 top: 5%;
 right: -100px;

 width:200px;
 height:200px;

 background-image:url("../images/decoration/22.png");
 background-repeat:no-repeat;
 background-size:contain;
 z-index: 2;
}


.costume-decoration2 {
 position: absolute;
 top: 60%;
 left: -80px;

 width:200px;
 height:200px;

 background-image:url("../images/decoration/22-2.png");
 background-repeat:no-repeat;
 background-size:contain;
 z-index: 2;
}


/* ===================ギャラリー ================*/



/* 背景 */

.gallery-decoration1 {
  width: 300px;
  height: 300px;
  background-color: #F7F3E9;
  border-radius: 50%;
  position: absolute;
  bottom: 400px;
  right: -80px;
  z-index: 0;
}

.gallery-decoration2 {
  width: 200px;
  height: 200px;
  background-color: #F7F3E9;
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  left: 80px;
  z-index: 0;
}

/* カルーセル */

.carousel {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: auto;
  overflow: visible;
}

.carousel-window {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.carousel-images {
  display: flex;
  transition: transform 1.0s ease;
}

.carousel-images img {
  width: 100%;
  max-width: 700px;
  height: 400px;
  object-fit: cover;
  flex-shrink: 0;
}



#gallery a {
font-size: 16px;
}


  .prev,
  .next {
    display: none;
  }

/* ==========撮影の流れ＆FAQ========== */

#banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.photo-flow,
.faq {
  flex: 1;
  width: 100%;
  max-width: 400px;
  position: relative;
}

.photo-flow a,
.faq a {
  font-size: 20px;
  white-space: nowrap;
}

.photo-flow img,
.faq img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

  /* ====================お問い合わせ============= */
   #inquiry h2 {
    font-size: 24px;
   }
  
  .inquiries-buttons {
    flex-direction: column;
  }
 
  .inquiry-btn a,
  .consultation-btn a {
    width: 100%;
    font-size: 16px;
    padding: 16px 20px;
    
  }

  /* ===================Access==================== */
  .guide {
    flex-direction: column;
  }

  .address p {
    font-size: 16px;
  }

  .map {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
  }


}


/* ============================================== 　　　　
　　　　　　　　　　　　　　スマホ
============================================ */
@media screen and (max-width: 440px) {

  .entitle {
    font-size: 52px;
  }

  .jptitle {
    font-size: 24px;
    margin-top: 20px;
  }

  #main-visual,
  #main-visual img {
    max-width: 100%;
    min-height: auto;
  }

  #concept {
    padding: 40px 20px;
  }

  #concept p {
    font-size: 12px;
    margin: 20px 0 40px;
  }

  .btn  {
    font-size: 12px;
  }

  /* =============ギャラリー=================== */
  .carousel {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: visible;
  }

    .carousel-images img {
    width: 100%;
    max-width: 400px;
    height: 250px;
    object-fit: cover;
    flex-shrink: 0;
  }

  #gallery a {
    font-size: 12px;
  }

  /* ==========撮影の流れ＆FAQ========== */

  #banner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .photo-flow,
  .faq {
    flex: 1;
    width: 100%;
    max-width: 300px;
    position: relative;
  }

  .photo-flow a,
  .faq a {
    font-size: 14px;
    white-space: nowrap;
  }

  .photo-flow img,
  .faq img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
  }


  /* ====================お問い合わせ============= */
  
   #inquiry h2 {
    font-size: 20px;
   }
  
  .inquiries-buttons {
    flex-direction: column;
  }
 
  .inquiry-btn a,
  .consultation-btn a {
    width: 100%;
    font-size: 14px;
    padding: 16px 20px;
    
  }

}
