﻿/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */

/* screen shot
#main_img .swiper-container,
#page_title .page_title_bg {
  margin-top: 0 !important;
}
*/

@charset "utf-8";
/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*
#loading{
    display: none;
}
*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=M+PLUS+1p&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho+B1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Monsieur+La+Doulaise&display=swap');



.Shippori {
    font-family: "Shippori Mincho B1", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
/*
.font_mon,
.intro_title1 .pc_txt{
  font-family: "Monsieur La Doulaise", cursive;
  font-weight: 400;
  font-style: normal;
}
*/
#header{
    padding-bottom:20px;
}
.nav_tel{
    border: 1px solid #fff;
    padding: 0 20px;
    text-align: center;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#main_img {
    padding-top: 13vh;
    background-image: url(/Files/img/bg2.png);
    background-size: 1000px 800px;
    background-position: top right;
    background-repeat: no-repeat;
}
#main_img .swiper-container{
    margin-left:10%;
    margin-right:auto;
}

/* ===== FV コピー全体 ===== */
.fv-copy {
    position: absolute;
    top: 30%;
    right: 10%;
    z-index: 1;
    font-family: "Noto Serif JP", "Times New Roman", serif;
    max-width: 600px;
}

/* ===== メインコピー ===== */
.fv-main {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp 1.2s ease-out 0.7s forwards;
  animation-delay: 2.5s;
}

/* ===== サブコピー ===== */
.fv-sub {
  font-size: 16px;
  letter-spacing: 0.08em;
  opacity: 0;
  animation: fadeUp 1.2s ease-out 1.1s forwards;
  animation-delay: 3.5s;
}

/* ===== 上品フェード＋スライド ===== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールで消える状態 */
.fv-copy.is-hide {
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 表示状態（初期） */
.fv-copy {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fv-copy {
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.stars {
  width: 30px;
  height: auto;
  animation: star-anim 10s ease-in-out infinite;
  opacity: 0;
}

.star1{
    width: 30px;
    top: 45%;
    right: 10%;
}
.star2{
    width: 27px;
    top: 48%;
    right: 13%;
}
.star3{
    width:25px;
    top: 50px;
    left: -50px;
}
.star4{
    width: 20px;
    top: 80px;
    left: -24px;
}

@keyframes star-anim {
  0%   { opacity: 0; }
  8%   { opacity: 1; }
  12%  { opacity: 0; }

  50%  { opacity: 0; }

  58%  { opacity: 0.8; }
  62%  { opacity: 0; }

  100% { opacity: 0; }
}

.star1,.star3 { animation-delay: 0s; }
.star2,.star4{ animation-delay: 0.5s; }
.star5 { animation-delay: 5s; }

/* ---------------------------　note PC　-------------------------- */
@media screen and (max-width: 1530px){
.fv-copy{
    top: 32%;
    right: 5%;
}
#main_img{
    min-height: 1000px;
}
}

@media screen and (max-width: 1366px){
.fv-copy{
    right:2%;
}    
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#main_img{
    min-height: 1000px;
    padding-top:30vh;
}

#main_img .swiper-container {
    margin-left: auto;
    margin-right: auto;
}
.fv-copy {
    top: 15%;
    right: auto;
    left: 5%;
}
.fv-main {
    font-size: clamp(32px, 3vw, 40px);
}
.star1 {
    width: 20px;
    top: 25%;
    right: 42%;
}
.star2 {
    width: 27px;
    top: 22%;
    right: 37%;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#main_img {
    height:800px!important;
    min-height: 700px;
    padding-top: 30vh;
    background-size:500px 300px;
}
.fv-copy {
    top: 12%;
}
.fv-main {
    font-size: clamp(26px, 3vw, 40px);
    letter-spacing: -1px;
}
.fv-sub{
    letter-spacing:0;
}
.star1 {
    width: 20px;
    top: 17%;
    right: 3%;
}
.star2 {
    width: 19px;
    top: 19%;
    right: 10%;
}
.star3 {
    width: 21px;
    top: 50px;
    left: 6px;
}
.star4 {
    width: 20px;
    top: 73px;
    left: -22px;
}

}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#top_con .con_no{
    left:-4%;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.line-banner {
    background-image: linear-gradient(rgb(255 255 255 / 45%), rgb(255 255 255 / 45%)), url(/Files/img/con_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.location-badge {
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}







/* 手書き風フォントを当てる場合 */
.main-copy span {
  font-family: "Your-Handwriting-Font", cursive;
}

.location-badge {
  display: inline-block;
  background-color: #06C755;
  padding: 8px 20px;
  font-weight: bold;
  border-radius: 4px;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}


