﻿body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333;
}

.smp_v {
		display: none;
	}

#header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 3%;
  position: relative;
}

header.top_catch {
  background-color: #fff;
  background-image: url(img/top_catch2.png);
  background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width:100vw;
	height:100vh;
	padding-bottom: 3%;
    border-radius: 0 0 50px 50px;
}

header.top_catch #header_flex #header_flex_left {
	width: 83%;
}

header.top_catch #logo{
	width: 40%;
}

.top_reserve_btn {
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.top_reserve_btn .btn-reserve {
  padding: 2rem 3rem;
  font-size: 1rem;
  width: auto;
}

.top_catch-text h1 {
	position: absolute;
	color: #fff;
	bottom: 5%;
  left: 5%;
	font-size: clamp(1.5rem, 8vw, 8rem);
}

section {
  padding: 10rem 1rem;
  max-width: 1000px;
  margin: auto;
}

h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  color: #111;
	text-align: center;
}

/*イントロダクション*/
.intro {
	text-align: center;
}

.intro p{
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 2.5rem;
}
/*イントロダクション*/

/*体験できるゲーム*/
.games {
	background-color: #F5F5F5;
	border-radius: 50px;
	padding-left: 10%;
	padding-right: 10%;
}

.game-list {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.game-list img {
  width: 31%;
  height: auto;
  border-radius: 30px;
}

.games p {
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 50px;
}
/*体験できるゲーム*/

/*体験フロー*/
.flow #flow_flex {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flow #flow_flex div {
	padding: 8% 0;
}

.flow #flow_flex div:nth-child(-n+6) {
	border-bottom: 1px solid #C7C7C7;
}

.flow .flow_number {
	font-size: 2rem;
	font-weight: bold;
	background-color: #C4C4C4;
	padding: 3.2% 4.5%;
	border-radius: 10px;
	margin-right: 2%;
	margin-bottom: 5%
}

.flow .flow_hl {
	font-size: 2rem;
	font-weight: bold;
	margin-left: 5%;
}

.flow .flow_p {
	margin-top: 10%;
	line-height: 2rem;
}

.flow .flow_lefttext {
	width: 70%;
}

.flow .flow_img {
	width: 30%;
}

.flow img {
	border-radius: 30px;
	width: 100%;
}
/*体験フロー*/

/*料金*/
.price {
	text-align: center;
	font-weight: bold;
}
.price #fee {
	font-size: 2.5rem;
}
.price div {
	border: 2px solid black;
	border-radius: 20px;
	padding: 3% 0;
	width: 70%;
	margin: 0 auto;
}
/*料金*/

/*よくある質問*/
.faq {
	background-color: #E0E0E0;
	border-radius: 30px;
	padding-left: 10%;
	padding-right: 10%;
}
.faq ul {
  list-style: none;
  padding: 0;
}

.faq ul li {
	text-align: center;
  background-color: #FCFCFC;
  padding: 4rem;
  margin-bottom: 2rem;
  border-radius: 20px;
	font-weight: bold;
}
.faq .faq_hl {
	font-size: 1.6rem;
}
/*よくある質問*/

/*店舗情報*/
.access {
	text-align: center;
	/*background-color: #F5F5F5;*/
}

.map iframe {
	border-radius: 20px;
}

.map img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.access h3{
	font-size: 1.2em;
	margin-top: 10%;
}
/*店舗情報*/

/*予約*/
.reservation {
	text-align: center;
}
.btn-reserve {
  display: inline-block;
    padding: 3rem 6rem;
    background-color: #ff6b00;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 2.2rem;
}

.btn-reserve:hover {
  background-color: #e95c00;
}
/*予約*/

/*フッター*/
footer {
  text-align: center;
  background-color: #5F5F5F;
  color: #fff;
  padding: 7rem 1rem 2rem 1rem;
	border-radius: 30px 30px 0 0;
}

.social-icons {
	display: flex;
	justify-content: space-between;
	width: 15%;
	margin: auto;
	gap: 5%;
	margin-bottom: 5%;
}
.social-icons div {
	background-color: #959595;
	border-radius: 100px;
}
.social-icons div img {
	width: 60%;
	padding: 18% 0 10% 0;
}
footer #footer_a {
	margin-bottom: 3%;
}
footer #footer_a a {
	color: #fff;
}
/*フッター*/




/*レスポンシブ*/
@media (max-width: 767px) {
	/* ここにスマホ用のスタイルを記述 */
	.smp_v {
		display: block;
	}
	header.top_catch #logo {
		width: 60%;
	}
	.top_reserve_btn .btn-reserve {
		font-size: 0.7rem;
		padding: 1.5rem 1.5rem;
	}
	header.top_catch #header_flex #header_flex_left {
		width: 60%;
	}
	#header_flex {
		padding: 5% 3%;
	}
	.top_catch-text h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.3rem;
	}
	.btn-reserve{
		padding: 2rem 4rem;
		font-size: 1.5rem;
	}
	.flow .flow_number ,.flow .flow_hl {
		font-size: 1.5rem;
	}
	.flow #flow_flex {
		display: initial;
	}
	.flow .flow_lefttext {
		border-bottom: initial !important;
	}
	 .flow .flow_lefttext , .flow .flow_img {
		width: 80% ;
		margin: auto;
	}
	.price #fee {
		font-size: 2rem;
	}
	.price p {
		font-size: 0.8rem;
	}
	.price div {
		width: 100%;
		padding: 10% 0;
	}
	.faq ul li {
		padding: 2rem;
	}
	.faq .faq_hl {
		font-size: 1.2rem;
	}
	.faq ul li p {
		font-size: 0.8rem;
	}
	.social-icons {
		width: 50%;
		margin-bottom: 15%;
	}
	.social-icons div img {
		padding: 18% 0 5% 0;
	}
	#games_smp {
		width: 100vw;
        margin: 0 calc(50% - 50vw);
	}
	.game-list {
		display: none;
	}
	section {
		padding: 7rem 1rem;
	}
	section.flow {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* タブレット（縦向き） */
@media (min-width: 768px) and (max-width: 1024px) {
  /* ここにタブレット用のスタイルを記述 */
	header.top_catch #header_flex #header_flex_left {
		width: 70%;
	}
	header.top_catch #logo{
		width: 40%;
	}
	#header_flex {
		padding: 4% 3%;
	}
	section {
		padding: 10rem 8rem;
	}
	.price div {
		width: 100%;
	}
	section.flow {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* タブレット（横向き） */
@media (min-width: 1025px) and (max-width: 1280px) {
  /* ここにタブレット用のスタイルを記述 */
	header.top_catch #header_flex #header_flex_left {
		width: 60%;
	}
	header.top_catch #logo {
		width: 40%;
	}
	#header_flex {
		padding: 3% 3%;
	}
}

/* 中型デスクトップ */
@media (min-width: 1281px) and (max-width: 1440px) {
  /* ここに中型デスクトップ用のスタイルを記述 */
}

/* 大型デスクトップ */
@media (min-width: 1441px) {
  /* ここに大型デスクトップ用のスタイルを記述 */
}
/*レスポンシブ*/




/*アニメーション*/
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 4s ease-out, transform 4s ease-out;
}

.fade-in-left.visible {
  animation: fadeInLeft 2s ease-out forwards;
}


.fade-in-up {
  opacity: 0;
  transform: translateY(30px); /* 初期状態で少し下に配置 */
  transition: opacity 3s ease, transform 3s ease;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0); /* アニメーションで元の位置に戻る */
}

  .open-price {
    background-color: #ffcc00;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    text-align: center;
    animation: pulse 1.5s infinite;
  }

  .highlight {
    font-size: 2em;
    font-weight: bold;
    color: #d9534f;
  }

  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
  }
  