@charset "UTF-8";
/* CSS Document */

body{
    font-size: 15pt;
    margin: 0; /* 余白をなくす */
    background-color: #ffffe3;
    color: #808080;
    background: repeating-linear-gradient(
        180deg,
        #e2e2b7 0,
        #e2e2b7 1pt,
        #ffffe3 1pt,
        #ffffe3 40px	
    );
font-family: m-plus-rounded-1c, sans-serif;
font-style: normal;
font-weight: 800;}


h3{
font-family: ads-piccolo, sans-serif;
font-weight: 400;
font-style: normal;
}

.footer{
	text-align: center;
}


.copyright{
	margin-top: 60px;
}

.s-small-text{
	text-align: left;
	font-size: 0.8rem;
	 padding-left: 30px;
}


.seminarclass-container,.decorationclass-container,.photo_spot_wrapper,.object_balloon-container,.balloon_attraction-container,.film_gifts-container,.film_gifts_advance-container,.Film_gift_Intermediate-container,.mix_lesson-container{
	 background: #fff;
     border: 2pt solid #e2e2b7;
     border-radius: 60px;
     padding: 40px 20px;
	width: 1200px;
	margin: 50px auto;  /* ← これで中央配置になる */
}


@media screen and (max-width: 768px) {

.seminarclass-container,.decorationclass-container,.photo_spot_wrapper,.object_balloon-container,.balloon_attraction-container,.film_gifts-container,.film_gifts_advance-container,.Film_gift_Intermediate-container,.mix_lesson-container{
     padding: 20px 20px;
	width: 85%;
	}
}

@media screen and (max-width: 768px) {
	body{
		font-size: 0.8em;
	}
	
	.btn,.contact-buttons img{
		width: 300px;
	}
	
	.logo-img{
		width: 300px;
	}

.footer{
	padding: 20px;
	}
	
	.s-small-text{
	font-size: 0.5em;
	}
	

}

.nav {
    height: 70px;
    position: fixed;   /* 固定表示 */
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 240, 0, 0.9); /* 半透明で下の画像が透ける */
    display: flex;
    justify-content: space-between; 
    align-items: center;      /* 縦方向中央 */
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 999;       /* トップ画像より前面 */
}

.nav-container {
    display: flex;
    justify-content: space-between; /* 左右に要素を広げる */
    align-items: center;
    width: 100%;
    position: relative;
}


/* ハンバーガー右端 */
.nav-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;      /* ハンバーガー幅 */
  height: 22px;     /* 高さ */
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}

.nav-toggle span {
  display: block;
  height: 4px;           /* 線の太さ */
  background-color: #ea6d8d;
  border-radius: 2px;    /* 角丸 */
  width: 100%;
}
/* 既存のPC用ナビ */
.nav-menu {
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    gap: 50px;
		font-weight: bold;
}

.nav-menu li a {
    text-decoration: none;
    color: #ea6d8d;
    padding: 10px 0;
    display: block;
}

.nav-menu li a:hover {
    color: #fff;
}



.nav-logo img {
    height: 30px; /* ロゴの高さを調整 */
    object-fit: contain;
	margin-right: 20px;
}




/* スマホ用 */
@media screen and (max-width: 1600px) {
  .nav-toggle {
    display: flex;  /* スマホ表示時に線を表示 */
    flex-direction: column;
	 left: 20px;     /* ← 左端に */
    right: auto;    /* ← 右指定を解除 */
  }


  .nav-menu.active {
    display: flex;
  }

    .nav-menu {
        display: none; /* 初期は非表示 */
        flex-direction: column;
        position: fixed;
        top: 70px;
        right: 0;
        width: 100%;
        background-color: rgba(255, 240, 0, 0.9);
        z-index: 998;
        gap: 0;
    }

    .nav-menu.active {
        display: flex; /* クリックで表示 */
    }

    .nav-menu li {
        padding: 10px 0;
        text-align: center;
    }
	
	.nav-logo {
    margin-left: auto;   /* ← 右寄せ */
  }
		
}

@media screen and (max-width: 768px) {
.nav-logo img {
width: 	200px;
}
}
	


.top-image {
    position: relative;
    max-width: 100%;
}

.top-image img {
    width: 100%;
    display: block;
    height: auto; /* 画像比率を維持 */
}


.top-lead {
  color: #ea6d8d;
  text-align: left;
	margin: 0 0 0 auto;
	left: 50%;
	width: 50%;
	margin-top: -40px;
	font-size: 1.5rem;
}



	
/* 下のコンテンツとの余白確保 */
.about-container {
    margin-top: 50px; /* トップ画像の高さ分だけ下に余白を作る */
    padding: 20px;
    line-height: 2.5rem;
	text-align: center;
	display: block;
		font-weight: bold;

}

@media screen and (max-width: 768px) {
	.about-container {
    line-height: normal;
	}
	
	.top-lead {
		margin-top: 10px;
		width: 100%;
		text-align: center;
		font-size: 1rem;
	}
}

.contact-container {
     margin-top: 30px; /* トップ画像の高さ分だけ下に余白を作る */
    position: relative;       /* 背面画像を絶対配置するため親を相対位置に */
    text-align: center;       /* 全コンテンツ中央揃え */
    padding: 40px 20px;       /* 上下の余白 */
}

.contact-container p{
	line-height: 1.5rem;
		font-weight: bold;

}


/* 背面フレーム画像 */
.contact-container img.frame-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 完全に中央 */
    z-index: 0;                       /* 背面に */
	
}

/* テキスト・ボタン類 */
.contact-container p,
.contact-container img:not(.frame-bg) {
    position: relative;  /* 背景画像より前面に */
    z-index: 1;
}

/* ボタン画像は中央揃え */
.contact-container img.button {
    display: block;
}

.contact-text {
    color: #f2a3b7;
    line-height: 1.5;
	
}

.contact-text + .contact-text {
    margin-top: 30px;
}
.contact-block {
    display: flex;           /* 横並びにする */
    justify-content: flex-start; /* 左寄せ */
    align-items: flex-start; /* 上揃え */
    gap: 20px;               /* ラベルと情報の間隔 */
    margin: 20px auto;
    max-width: 700px;
}

.contact-label {
	 margin-top: 0;     /* ← 上揃え安定化 */
    font-weight: bold;
    min-width: 110px;      /* ラベル幅を固定 */
    text-align: left;
	position: relative;  /* ← これが必要 */
    z-index: 1;          /* ← frame-bg より前面へ */
}

.contact-info p {
	text-align: left;
    margin-top: 0;     /* ← pタグの初期marginを無効化 */
	font-weight: bold;
	
}




a {
    color: #f2a3b7; /* 文字色 */
    text-decoration: none; /* 下線を消す */
}


.contact-inner {
	margin-top: 50px;
}


@media screen and (max-width: 1300px) {
  .contact-container img.frame-bg {
      display: none;
  }

  /* スマホ時：白い枠のボックスに切り替え */
  .contact-inner {
      background: #fff;            /* 白背景 */
      border: 5pt solid #f2a3b7;   /* 淡いグレーの枠 */
      border-radius: 12px;         /* 角丸 */
	}
}

@media screen and (max-width: 768px) {

.contact-label {
	min-width: 10px;
	}
	
.contact-container {
	margin-top: 0px;
}

.contact-container p{
	line-height: normal;
	}
	
    .contact-block {
        flex-direction: column;  /* 縦並びに切替 */
        align-items: center;     /* 中央寄せ */
        gap: 10px;
    }

    .contact-label,
    .contact-info {
        text-align: center;      /* テキストを中央揃え */
        min-width: auto;         /* ラベル幅の固定を解除 */
    }
.contact-info p {
	text-align: center;
	}
	
	.contact-inner {
		padding: 40px 0;
	}
	
}


.beginner-container {
    margin: 0 auto;        /* 中央寄せ */
    padding: 20px;
    text-align: center;    /* アイコンや説明文は中央 */	
}


.info-line {
    display: flex;
	justify-content: center; /* ★中央寄せ */
    align-items: center;
    gap: 10px; /* 間の余白 */
	
}

.rounded-box {
    border-radius: 20px;
    padding: 0px 8px;
    display: inline-block;
    white-space: nowrap; /* 改行させない */
	color: white;
	font-size: 1rem;
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
.rounded-box {
	font-size: 0.6rem;
	}
}


.one-person{
	background:  #ea6d8d;
}


.two-person{
	background:  #8fd662;
}

.beginner-block p {
    margin: 2px 0;  /* 上下の余白を小さくする（例：4px） */
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
.beginner-container img{
		width: 80%;
	}
	
.beginner-block p {
	font-size: 0.8rem;
	}
	
}



	
.top-logo {
  text-align: center;
}


.seminarclass-lead{
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 768px) {

	.top-logo img{
		width: 60%;
	}	
}

/* ==========================================================
   ▼ PC レイアウト（横3分割）
========================================================== */
.tree-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 40px 0;
  padding-bottom: 40px;
}

/* 左ロゴエリア */
.class-left {
  text-align: center;
}


/* 中央＋右ロゴの横並び用（PC） */
.middle-right-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
 align-items: center;
}




/* 右ロゴ群（PCでは縦並び） */
.class-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}





/* 3カラム横並び */
.class-tree {
  display: flex;
  justify-content: space-between;
  align-items: center; /* ←上揃えで綺麗に並ぶ */
  gap: 10px;
}

/* 左カラム */
.class-left img {
  height: auto;
  display: block;
}

/* 中央カラム（STEP UP + 説明文） */
.class-middle {
  flex: 1;
  text-align: center;
}

.class-middle .step {
  font-size: 3rem;
  color: #f4a815;
  margin-bottom: 10px;
	line-height: 3rem;
}

.class-middle p {
	margin: 10px 0;
	color: #f4a815;
	line-height: 1.2rem;
	margin: 15px 0;
	font-size: 1rem;
}


.class-right img {
  height: auto;
}


.course-block{
	padding-top: 50px;
}


/* ==========================================================
   ▼ スマホ：並び順を希望の形に変える
========================================================== */
@media screen and (max-width: 768px) {
	
	.class-middle {
    flex: 2;
  }

  .class-right {
    flex: 3;
  }

  /* ▼ セット全体は縦積み */
  .tree-wrapper {
    flex-direction: column;
    align-items: center;
  }

  /* ▼ 左ロゴを先頭 & 中央配置 */
  .class-left {
    order: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  /* ▼ 中央＆右ロゴを横並びに変更 */
  .middle-right-row {
    order: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0px;
    }

	.class-right img{
		width: 90%;
	}	

  /* ▼ スマホ右ロゴは縦並びのまま */
  .class-right a {
    margin-bottom: 15px;
  }


  .class-middle .step {
    font-size: 2rem;      /* ← 好きなサイズに調整 */
    line-height: 2rem;
  }

  /* 説明文 */
  .class-middle p {
    font-size: 0.6rem;  /* ← ここで文字を小さく */
    line-height: 1.5;
  }	
	
.course-block{
	padding-top: 10px;
}	
	
}

.film_gifts_advance-container {
  display: flex;
  align-items: flex-start;
}

/* スマホ対応 */
@media (max-width: 768px) {
.film_gifts_advance-container {
    flex-direction: column;
  }
	}

.decorationclass-container {
  display: flex;
  align-items: flex-start;
}


.decoration-left {
  display: flex;
  gap: 20px;
	flex: 2;
  max-width: 800px;
}

/* 左：画像 */
.decoration-left img {
  height: auto;
  display: block;
}

	.sp-only{
	margin-left: 30px;
	}

/* 中央：説明文 */
.decoration-center {
	text-align: left;
	align-self: center;  /* ← これで上下中央に配置される */
}

.decoration-right{
  flex: 1;
  max-width: 400px;
}

.decoration-right .logo-img {
  height: auto;
  display: block;
  margin-bottom: 10px;
	align-items: left;
}

.text {
  margin: 5px auto;
 text-align: left;
 color: #000000;
 padding-left: 40px;
	font-size: 0.9em;
}

.about-text{
	text-align: left;
	width: 100%;
}


.apply-btn {
  display: block;
  margin-top: 100px;
	text-align: center;
}


/* スマホ対応 */
@media (max-width: 768px) {
  .decorationclass-container {
    flex-direction: column;
  }

  /* 並び順を指定 */
  .decoration-right {
    order: 1;
	  	margin: 0 auto;
	      text-align: center;
	  width: 300px;
  }
	
.decoration-left {
    order: 2;
    flex-direction: column;
    align-items: center;
	margin: 0 auto;
	}

  .decoration-center {
    text-align: center;
  }

  .apply-btn {
    width: 100%;
    margin-top: 30px;
	 text-align: center;
  }

  .decoration-right .logo-img {
    margin: 0 auto;
  }
	
.decoration-left img {
	margin: 10px auto;
	    width: 100%;
	margin-left: 0; /* ← 元に戻す */
	}
	
	
	.bal{
		width: 60%;
	}
	
		.sp-only{
	margin-left: 0px;
	}

	
}




.sub {
  display: flex;
  align-items: center;      /* 縦位置を揃える */
  justify-content: space-between;
}

.sub-left {
	text-align: left;
		max-width: 800px;
	margin-left: 30px;
}


.up{
	margin-top: -100px;	
}

.sub-right {
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央（必要なら） */
}


/* decoration-right と main_right 共通のロゴ配置 */
.decoration-right > a,
.main_right > a {
  display: flex;
  align-items: center;     /* 縦中央 */
  justify-content: center; /* 横中央 */
}


@media (max-width: 768px) {
.sub {
		  display: block;
	}

.sub-left {
	margin: 0 auto;
	}
	
	.about-text{
	text-align: center;
	}	
	
	
	.small-text{
	text-align: center;
	}	
	
	.up{
	margin-top: 0px;	
}

	
}




/* 上部：左右を横並び */
.main_top {
	display: flex;
	justify-content: center; /* 左右をまとめて中央へ */
align-items: flex-start;}

.main_left{
	width: 800px;
}

/* 左（画像） */
.main_left img {
  height: auto;
  display: block;
  margin-left: 30px;
}

.main_right{
	width: 400px;
}

.main_right .logo-img {
  display: block;
  margin-bottom: 10px;
}

.main__right p {
  margin: 6px 0;
}


/* 下の説明文 */
.main_center {
  line-height: 1.5;
	text-align: center;
}

/* gallery_box を横並びに */
.gallery_box {
    display: flex;
    gap: 20px;          /* 列の間隔 */
    flex-wrap: wrap;    /* 画面幅が狭い場合に折り返す */
    justify-content: center; /* 中央揃え */
    margin-top: 30px;
}

/* 各アイテム */
.gallery_box .item {
    text-align: center;
    box-sizing: border-box;
		background-color: #ffffe3;
	padding: 10px;
}

/* 画像のスタイル */
.gallery_box .item img {
    width: auto;
    display: block;
	margin: 0 auto;
}

/* 見出し */
.gallery_box .item h3 {
    font-size: 1.2em;
    margin: 10px 0 5px;
}

/* 説明文 */
.gallery_box .item p {
	height: 100px;
	  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */
  text-align: center;
    font-size: 0.8rem;
    line-height: 1.2;
    margin: 0;
    text-align: center;  /* 説明文を左揃え */
	color: #f29600;
}





.item h3{
   font-family: ads-piccolo, sans-serif;
   font-weight: 400;
   font-style: normal;
	color: #f29600;
}


.small-text{
	color: #f29600;
	font-size: 0.8em;
}

.fg-small-text{
	margin-top: 70px;
	text-align: center;
	color: #f29600;
	font-size: 0.8em;
}


.big-text{
	color: #f29600;
	font-size: 1.7rem;

}





@media (max-width: 768px) {

	.main_left img{
		margin: 10px 0;
		width: 100%;
		margin-left: 0; /* ← 元に戻す */
	}
	
  .main_top {
    display: flex;
    flex-direction: column; /* 縦並び */
  }
	
	.main_left {
	  width: 100%;
	}
	
	.main_right img{
		margin: 0 auto;
	}
	
	.main_right {
		margin: 0 auto;
		align-items: center;
		    order: 1; /* 先に表示 */
		width: 300px;
	}
	
	.main_left {
		    order: 2; /* 先に表示 */
	}
	
	.big-text{
		font-size: 1rem;
	}
	
	.gallery_box .item {
	    width: 300px;      /* 3列にしたい場合の幅調整 */
	}
	
	.gallery_box .item p {
	height: 80px;
	font-size: 0.8em;
	}
	
.gallery_box .item img {
width: 100%;	
	}
	
	.fg-small-text{
		margin-top: 0px;
	}
	
}



.back-to-top {
  position: fixed;
  right: 60px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
.back-to-top img{
width: 100px;   /* ← お好みで 40〜60px */
    height: auto;
}
	
.back-to-top{
	right: 10px;
	}
}


.photo_spot_wrapper .btn,.object_balloon-container .btn,
.btn,.Film_gift_Intermediate-container .btn,
.Film_gift_Intermediate-container .btn,.mix_lesson-container .btn{
  display: block;
  margin: 30px auto 0;
}


.sp-seminar-container {
  position: relative; /* 重ねる基準 */
  width: fit-content; /* フレームサイズに合わせる */
  margin: 0 auto;
		 margin: 200px auto; /* 上下70px */
}

/* フレーム */
.sp-seminar-container .sp-frame {
  display: block;
  width: 100%; /* 必要なら固定幅にしてもOK */
}

/* ロゴ（フレーム上部に被せる） */
.sp-seminar-container .logo {
  position: absolute;
  top: -20px;          /* 上の線に被るよう調整 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* カミングスーン（中央） */
.sp-seminar-container .comingsoon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* ===== 1300px以下 ===== */
@media screen and (max-width: 1300px) {
  /* フレーム画像を非表示 */
  .sp-seminar-container .sp-frame {
    display: none;
  }

  /* ピンク枠の代替フレーム */
  .sp-seminar-container {
	  height: 300px;
	  width: 90%;
    background-color: #fff;
     border: 5pt solid #f2a3b7;   /* 淡いグレーの枠 */
      border-radius: 12px;         /* 角丸 */
    box-sizing: border-box;
  }

}


@media (max-width: 768px) {	
	.sp-seminar-container {
		 margin: 50px auto; /* 上下70px */
}
	
		.sp-seminar-container .logo {
		width: 80%;
	}
	
	.sp-logo img{
		width: 90%;
	}
}

