body{
	background-image: url(../image/bg.webp);
	background-size: 100% ;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
line-height: 2;
}
.gochic{
font-family: "Noto Sans JP", sans-serif;
}
.tour-img{
	width: 100%;
	height: 50vh;
}
.tour-img img{
	object-fit: cover;
	width: 100%;
	height: 50vh;
}
.camp{
	text-align: center;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
line-height: 2;
}
.camp h1{

font-size: 60px;
font-family: 'Amatic SC', cursive;
margin: 100px 0 0px;
}
.camp h2{
}
.camp h3{
	font-size: 20px;
	margin: 100px 0;
}
.top-img{
	    max-width: 1000px;
    padding: 0 20px;
    width: 100%;
    margin: 50px auto;
    display: flex;
    gap: 20px;
    align-items: center;
}
.top-img img {
    flex: 1;            /* 3枚の幅を完全に均一（3等分）にする */
    width: 0;           /* flex時の幅計算を狂わせないためのリセット */
    aspect-ratio: 1 / 1; /* 【重要】縦横比を1:1（正方形）に固定する */
    object-fit: cover;  /* 元の画像が正方形じゃなくても歪ませずに切り抜く */
}
.top-exp{
	display: flex;
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
	margin: 50px auto;
	align-items: center;
	gap: 40px;
}
.top-exp img{
	width: 40%;
}
.top-exp .exp-text{
	width: 60%;
	text-align: left;
}
.reverse{
	flex-direction: row-reverse;
}
.top-exp .exp-text p{
	margin: 0 0 20px;
}
.top-exp .exp-text h4{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.midokoro{
	width: 100%;
	max-width: 1000px;
	padding: 0 20px 50px;
	margin: 50px auto;
}
.midokoro h3{
	background-image: url(../image/camel.svg);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: left center;
	font-size: 20px;
	padding: 20px 0 20px 60px;
	text-decoration: underline #FFCB2F;
	text-underline-offset: 10px;

}
.taiken{
	display: flex;
	align-items: center;
	margin: 50px 0;
	gap:20px;
}
.taiken img{
	width: 300px;
	height: 300px;
	object-fit: cover;
}
.taiken-text{
	display: flex;
	align-items: center;
	gap:20px;
}
.num{
	font-size: 35px;
	font-weight: normal;
	background-image: url(../image/num_bg.svg);
	background-repeat: no-repeat;
	background-size: 80px;
    padding: 50px;
    background-position: center;
}
.taiken-text .text h4{
font-size: 20px;
    margin: 0 0 10px 0;
}
.ordermade{
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif;
    padding: 100px 0;

}
.tc{
	text-align: center;
}

.ordermade-contents{
	max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.ordermade-contents h2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background-image: url(../image/nami.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin:  0 0 50px;
}
.ordermade-contents h3{
	margin: 100px 0 30px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	border-bottom: solid 2px #999;
	padding-bottom: 10px;
}
.ordermade-contents h4{
	font-size: 18px;
	font-weight: bold;
	border-bottom: dashed 1px #999;
	text-align: center;
	padding-bottom: 10px;
	margin:  70px 0 30px;
}
.exam{
	
}
.exam h3,.contact h3{
	margin: 100px 0 30px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	border-bottom: solid 2px #999;
	padding-bottom: 10px;
	    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
h3.no-border{
	border-bottom: none;
	background-image: url(../image/nami.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 400px;
	margin-top: 0;
}
.day{
	width: 100%;
	height: 100vh;
}
.day1{
	background-image: url();
}

.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh; /* 最低でも画面いっぱい */
  display: flex;
  background-color: #000;
  
}

.swiper.swiper-container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 親（.hero-section）の高さと完全に同期 */
  z-index: 1;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* width や height の !important はここに書かない（Swiperに任せる） */
}

/* 前面：右半分のテキストエリア（親レイアウト） */
.overlay-content {
  position: relative;
  z-index: 2; /* スライダーより前に出す */
  width: 100%;
  display: flex;
  justify-content: flex-end; /* 右寄せ */
  pointer-events: none; /* 背面のスライダー操作を妨げない（必要に応じて） */
}

/* 右半分の黒地パネル */
.right-panel {
  width: 50%;
  min-height: 100vh; 
  background-color: rgba(0, 0, 0, 0.6); 
  color: #fff;
  padding: 80px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  pointer-events: auto; /* テキストエリア内はクリックや選択を有効にする */
}

.right-panel h3 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}

.right-panel p {
  font-size: 15px;
    line-height: 2;
    color: #fff;
    margin: 0 0 20px 0;
}
.arrange{
	max-width: 1000px;
	width: 100%;
	padding: 0 20px;
	margin: 100px auto;
	text-align: center;
}
.arrange h3{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.arrange p{
	margin-bottom: 16px;
}
.colab{
	max-width: 1000px;
	width: 100%;
	padding: 0 20px;
	margin: 50px auto;
	text-align: left;
}
.colab h3{
	font-size: 32px;
	padding: 0 0 0 50px;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left center;
	margin: 0 0 10px 0;
	display: flex;
    align-items: center;

}

.colab h3::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #F5A623;
    margin-left: 30px;
}
.white-bg{
	background-color: #fff;
	padding: 0 0 20px;
}
h3.eat{
	background-image: url(../image/icon_eat.svg);
}
h3.music{
	background-image: url(../image/icon_music.svg);
}
h3.active{
	background-image: url(../image/icon_active.svg);
}
h3.culture{
	background-image: url(../image/icon_culture.svg);
}
h3.aniv{
	background-image: url(../image/icon_aniv.svg);
}
h3.neta{
	background-image: url(../image/icon_neta.svg);
}
h3.kensyu{
	background-image: url(../image/icon_kensyu.svg);
}
.colab ul{
	margin: 20px 0 30px 30px;
}
.colab ul li{
	list-style: disc;
}
.colab-pic{
	display: flex;
	justify-content: space-between; 
    align-items: center;    
    gap: 20px;
}
.colab-pic img{
width: 100%;         
    height: 200px;          
    object-fit: cover;      
    border-radius: 8px;
}
.contact{
	padding: 100px 0;
	text-align: center;
}
.contact ul{
	display: flex;
	max-width: 800px;
	width: 100%;
	padding: 0 20px;
	border:solid #ccc 1px;
	border-radius: 10px;
	margin: 40px auto;
	flex-wrap: wrap;
	padding: 30px 50px;
	justify-content: center;
	font-weight: bold;
}
.contact ul li{
	width: 32%;
	margin: 20px 0;
	text-align: center;
}
.contact h4{
	margin: 30px 0;
}
.faq{
	max-width: 900px;
	width: 100%;
	padding: 80px 80px;
	background-color: #fff;
	border: solid #ccc 1px;
	border-radius: 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
.faq h3{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 50px;
	color: #FFCB2F;
}
.faq .question{
font-weight: bold;
background-image: url(../image/q.svg);
background-repeat: no-repeat;
    background-position: left 23px;
    padding: 30px 0 10px 60px;
    border-top: dashed 1px #ccc;
    margin: 10px 0 0 0;
}
.faq .answer{
background-image: url(../image/camel.svg);
background-repeat: no-repeat;
background-position: left 10px;
padding: 10px 0 10px 60px;
background-size: 48px;
    color: #F5A623;
    font-weight: bold;
}
.sp-br{
	display: none;
}
.pc-br{
	display: block;
}
.mail-btn {
    display: inline-block;
    padding: 24px 60px;          /* ボタン上下・左右の余白 */
    background-color: #FFDF2B;   /* 背景色：指定のカラー */
    color: #000;              /* 文字色：見やすいように濃いグレーにしています */
    text-decoration: none;       /* リンクの下線を消す */          /* 文字を太字にする */
    border-radius: 0;            /* 完全な四角形（角丸をなしに） */
    text-align: center;          /* 文字を中央寄せ */
    transition: opacity 0.3s; 
    margin: 0;
}
@media screen and (max-width: 469px){
	.sp-br{
	display: block;
}
.pc-br{
	display: none;
}
	.tour-img img,.tour-img {

    height: 30vh;
}
.camp h1 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.camp h3{
	font-size: 16px;
}
.top-img,.colab-pic,.taiken,.top-exp,.taiken-text{
	display: block;
}
.top-img{
	margin-bottom: 0;
	box-sizing: border-box;
}
.top-img img,.top-exp img,.top-exp .exp-text,.taiken img{
	width: 100%;
}
.top-exp{
	margin-top:0;
	box-sizing: border-box;
}
.contact ul{
	display: block;
	padding: 30px 20px;
	box-sizing: border-box;
}
.contact ul li {
    width: 100%;
}
.colab{
	padding: 0;
}
.ordermade-contents{
	padding: 0 20px;
        box-sizing: border-box;
}
.mini-faq{
	padding: 0 20px;
	box-sizing: border-box;
}
.midokoro,.arrange{
	box-sizing: border-box;
}
.num{
	text-align: center;
}
h3.no-border{
	background-size: 360px;
}
.right-panel{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.colab h3{
	line-height: 1.4;
}
.faq-contents{
	padding: 0 20px;
}
.faq{
	padding-left: 20px;
	padding-right: 20px;
}
.midokoro{
	padding: 0 20px 20px;
}
.arrange p{
	text-align: left;
}
}