body {
    /* フォントファミリー：ゴシック体ベース */
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    /* フォントサイズ：ブラウザのデフォルト16pxを基準 */
    font-size: 100%;
    /* 行間：読みやすい高さ */
    line-height: 1.5;
    /* 文字色：真っ黒より少し薄いグレーが推奨 */
    color: #333;
}


/* 基本設定 */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95); /* 透過させる場合はココを調整 */
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.header-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ロゴ */
.logo img {
    height: 50px;
    width: auto;
    vertical-align: middle;
}

/* ナビゲーション */
.nav-list {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-list a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    transition: color 0.3s;
}

/* ホバー時の下線アニメーション */
.nav-list a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff5a5f;
    transition: width 0.3s;
}

.nav-list a:hover::after {
    width: 100%;
}

/* 右側のアクションボタン */
.header-cta {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-contact, .btn-trial {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 4px;
    transition: all 0.3s;
}

.btn-contact {
    color: #333;
    border: 1px solid #333;
}

.btn-trial {
    background-color: #ff5a5f; /* アート系らしい活気ある赤系 */
    color: #fff;
}

.btn-trial:hover {
    background-color: #e04a4e;
    box-shadow: 0 4px 12px rgba(255, 90, 95, 0.3);
}

/* スマホ表示ではナビを隠す（簡易設定） */
@media (max-width: 1024px) {
    .main-nav, .header-cta {
        display: none;
    }
    .menu-trigger {
        display: block; /* ここでハンバーガーメニューを表示 */
    }


/* 初期状態を透明にする場合（ヒーロー画像の上に重ねる時） */
.site-header {
    background-color: transparent;
    box-shadow: none;
}

/* スクロール後のスタイル */
.site-header.is-scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 70px; /* 少し高さを低くする演出 */
}

}

/* ヒーローエリアの調整 */
.hero-section {
    position: relative;
    height: 80vh;
    min-height: 500px;
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('画像のURL') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* ボタンのデザインをデモサイト風に */
.btn-primary, .btn-secondary {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
    margin: 10px;
}

.btn-primary {
    background-color: #ff5a5f; /* アクセントカラー */
    color: #fff;
}

.btn-secondary {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-primary:hover {
    background-color: #e04a4e;
    transform: translateY(-3px);
}

/* 特徴セクションのグリッド */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-item {
    text-align: center;
    padding: 40px;
    background: #f9f9f9;
    border-radius: 8px;
    transition: transform 0.3s;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-item i {
    font-size: 3rem;
    color: #333;
    margin-bottom: 20px;
}






/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}



.hover02 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 figure:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


.marquee-container {
  width: 100%;
 height: 52;
  overflow: hidden; /* はみ出た部分を隠す */
  white-space: nowrap; /* 折り返しを防ぐ */
  background: #eee;
}

.marquee-text {
  display: inline-block;
  padding-left: 100%; /* 初期位置を右端にする */
  animation: marquee 20s linear infinite; /* 10秒かけて左へ動かす */
}

@keyframes marquee {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); } /* 左端まで移動 */
}



.popup {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}
.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
  top: 1vh;
  right: 1vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}
.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: '';
}
.popup__btn::before {
  transform: rotate(45deg);
}
.popup__btn::after {
  transform: rotate(-45deg);
}
.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__img {
  z-index: 11;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}

/*===　サムネイル表示のためのcss　*/

.gallery{/*ベースになるギャラリーを横並びに*/
      display: flex;
margin: auto;
}

.gallerycenter{/*ベースになるギャラリーを横並びに*/
      display: flex;
   justify-content: center;
margin: auto;
}


/*画像の横幅を100%にしてレスポンシブ化*/
img{
  max-width:100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
margin: auto;
}

/*========= レイアウトのためのCSS ===============*/

ul{
  margin:10;
  padding:0;
  list-style: none;
display: -webkit-flex;
display: flex;
}

a{
  color: #333;
}

a:hover,
a:active{
  text-decoration: none;
}

.titspace{
height:10px;

}

h1{
  text-align: center;
font-family: 'Noto Sans JP', sans-serif;
  font-size:2vw;
  letter-spacing: 0.1em;
  margin:30px 0;
}
.name{

font-family: 'M PLUS 2', sans-serif;
  font-size:1.5vw;
 }
.name2{

font-family: 'M PLUS 2', sans-serif;
  font-size:1vw;
 }

.reserve{
font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size:1vw;
 }

.logo1{
font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size:2vw;
color:#656565;
margin: -0.3em 0px;
 }

.logo2{
font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size:1vw;
margin: -0.3em 0px;
 }

.gallery li{
    padding: 0 10px;
font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size:1vw;
}

.tit{
    padding: 0 10px;
font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size:1vw;
margin: 0.3em 0px;
}


.space{
  width:100%;
 height 10px;
}




.font_space {
letter-spacing: -0.1em}

p{
  margin:0px 0px 0px 0px;
  word-wrap : break-word;
}

.box_03 {
width: 95%; /* ボックスの横幅を指定 */
height: 10%; /* ボックスの高さを指定 */
border: 1px solid #000000; /* 境界線を実線で指定 */
text-align: center; /* テキストを中央寄せに指定 */
justify-content: center;
margin : 0px ;
border: 0;  
	border-radius: 40px;
	padding: 1em;
	}

.pic_frame {
      text-align: center;
    }

.popup__btn::before {
  transform: rotate(45deg);
}
.popup__btn::after {
  transform: rotate(-45deg);
}
.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__img {
  z-index: 11;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}


