/*
Theme Name: Astra Child
Template: astra
Author:spica9
Version: 1.0.0
*/

body,html {
  overflow-x: hidden!important;
}

.none{
  display: none!important;
}
/*ヘッダ*/

.header-date{
  color: white;
  margin-bottom: 14px;
}
.open-hours{
  font-size: 16px;
}

.header-date .tel{
  font-size: 25px; 
  font-weight: 600;
}

.html2 .tel{
  font-size: 25px;
  font-weight: 600;
  padding-left: 29px;
  margin-top: -16px;
}





.content-center {
  display: flex;
  justify-content: center;  /* 水平方向の中央 */
  align-items: center;      /* 垂直方向の中央 */
}

/* プルダウンメニューの背景色を変更 */
.main-header-menu .sub-menu {
    background-color: #BDBDBD; /* 任意の色に変更 */
}


/*背景にいっぱいにモノトーンに加工した画像を貼る*/
.full-background {
  position: relative;
  }

/* 背景画像（モノトーン＋半透明） */
.full-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(''); /* 方眼紙　画像URLに差し替え */
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* ← 半透明度 */
  filter: grayscale(100%); /* ← モノトーン化 */
  z-index: 0;
}

/* コンテンツを前面に */
.full-background > * {
  position: relative;
  z-index: 1;
}

.full-background.img-1::before {
  background-image: url('https://www.qolp-team-a13.spica9.com/wp-content/uploads/2025/04/AdobeStock_92718235.jpeg'); /* 建物　　画像URLに差し替え */
}

/*/背景にいっぱいにモノトーンに加工した画像を貼る*/


/*トップ*/



/*HEROセクションを一番上に  TOP固定ページに直接記述*/
/*#ast-desktop-header,#ast-mobile-header{
  position: absolute;
  width: 100%
 
}*/


.shard{
     text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}

 


/*テキストに英語装飾*/
h2{
  position: relative;
   z-index: 1;
}





.text-h2::before {
  content: ""; /* ここに英語を入れる */
  font-size: 80px;
  color: #383838;
  font-style: italic;
  position: relative;
  top: 17px;
  left: 177px;
  z-index: 0;
  opacity: 0.17;
  white-space: nowrap;
  padding-right: 30px;
  display: block;
}

.text-h2.features::before {
  content: "Features"; /* ここに英語を入れる */

}

.text-h2.staff::before {
  content: "Staff"; /* ここに英語を入れる */

}

.text-h2.calendar::before {
  content: "Calendar"; /* ここに英語を入れる */

}

.text-h2.price::before {
  content: "Price"; /* ここに英語を入れる */

}

.text-h2.facility::before {
  content: "Facility"; /* ここに英語を入れる */

}

.text-h2.gallery::before {
  content: "Gallery"; /* ここに英語を入れる */

}


/* スクロールで表示スクリプト */
/* アニメーションの定義 */
@keyframes flyUp {
  0% {
    transform: translateY(30px); /* 初期位置（下に30px） */
    opacity: 0; /* 最初は透明 */
  }
  100% {
    transform: translateY(0); /* 元の位置に戻す */
    opacity: 1; /* 完全に表示 */
  }
}

/* 要素が非表示の状態 */
.scroll-animate {
  opacity: 0; /* 初期状態で透明 */
  transform: translateY(30px); /* 下に30px位置 */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* アニメーション設定 */
}

/* スクロールで表示された際のアクティブ状態 */
.scroll-animate.active {
  opacity: 1;
  transform: translateY(0); /* 表示される位置 */
}

/* ヘッダ　データ */
.header-date .tel{
  
  
}



/* フッタ　お店データ */
.footer-html2{
max-width: 300px;
font-size: 16px;

  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  
}
.footer-html2 .logo{
  font-size: 30px; 
  font-weight: 700;
}

.footer-html2 .tel{
  font-size: 25px; 
  font-weight: 700;
}




@media (min-width: 545px) and (max-width: 768px) {  
  /* タブレット向けのスタイル */  
}

@media (max-width: 544px) {  
  /* スマホ向けのスタイル */
  
  
}
