/* styles.css */

body {
  margin: 0;
  font-family: "ten-mincho","Noto Sans JP", arial, sans-serif;
  width: 100vw;
  height: 100vh;
	font-size: 14px;
}
h1 {}

h2 {font-size: 37px;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 1.7;
}

h3 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
}

h4 {
    font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

p {
	font-size: 16px;
}
.font-11 {
	font-size: 11px;
}
.margin-t50 {
	margin-top: 50px;
}
.ht-neon {
	font-family: "ht-neon", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.ten-mincho {
	font-family: "ten-mincho", serif;
font-style: normal;
font-weight: 400;
}
.padding-t10 {
	padding-top: 10px;
}
section {
	margin: 0;
}
.ht-neon {
	font-family: "ht-neon", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DINAlternate';
    src: url("../font/din-alternate-webfont/DINAlternate-Bold.woff")format('woff2'),
         url('../font/din-alternate-webfont/DINAlternate-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.dinfont {
    font-family: 'DINAlternate', sans-serif;
}
.subtitle {
    font-size: 30px;
    color: #4CAF50; 
}
.description {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 80px;
}
.text-center {
	text-align: center;
}

.btn {
    margin: 30px auto 0;
    padding: 16px 20px;
    width: 200px; /* ボタンの幅 */
    background-color: black; /* ボタンの背景色 */
    color: white; /* テキストの色 */
    border-radius: 4px; /* 丸くする */
    display: flex; /* 中央揃えにするため */
    justify-content: center; /* 横中央揃え */
    align-items: center; /* 縦中央揃え */
    text-align: center; /* テキストを中央揃え */
    font-size: 13px; /* フォントサイズ */
    cursor: pointer; /* ポインタを手の形にする */
    z-index: 1000; /* 他の要素の上に表示 */
	line-height: 1;
	letter-spacing: 0;
}
/* ホバー時のスタイル */
.btn:hover {
    background-color: #444; /* ホバー時の背景色 */
}



/* コンテンツエリア */
#catchphrase {
    position: relative;
    z-index: 10;
    padding-bottom:0; 
}

#catchphrase::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 10%;
    left: 0;
    background: url("../img/background_nu.png") no-repeat bottom right;
    background-size: 100%;
    z-index: -1;
}

.inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 50px 60px;
    
}

#catchphrase .inner {
	text-align: center;
    padding: 100px 60px;
}

#catchphrase .englishcopy {
	font-size: 23px;
	margin: 50px 0 80px;
	font-style: italic;
    line-height: 1.6;
}

#catchphrase .copy {
    font-size: 28px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 2px;
    display: inline-block;
}



#about {
	padding-bottom: 60px;
	overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
}
#about .container {
            margin: 20px;
        }
#about .section {
            width: 45%;
            max-width: 500px;
            text-align: center;
	        float: left;
	margin: 0 2.5%;
        }
#about .section img {
            width: 100%;
            border-radius: 10px;
        }
#about .title {
            font-size: 28px;
	        padding: 0 8px;
            font-weight: bold;
            margin: 10px 0 5px;
            position: relative;
            display: inline-block;
	        background: linear-gradient(transparent 40%, #fff100 0%);
        }
  
#about p.description {
            font-size: 18px;
            margin-top: 16px;
	line-height: 1.7;
        }
#about .time {
    margin-top: 8px;
}
#about .section-left {
	width: 80%;
	margin-bottom: 50px;
}

#about .section-right {
	width: 80%;
	float: right;
}

#about .social-icons {
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: sub;
}


/*インスタグラム*/
#instagram_box {
    padding: 0 0 50px;
    /*background: #f1f1f1;*/
}

#instagram_box .booking-container {
            width: 80%;
            max-width: 1300px;
            margin: 50px auto;
            padding: 40px 0;
}

#instagram_box .ttl {
	margin-top: -80px;
}
#instagram_box .booking-title {
            font-size: 50px;
            font-weight: bold;
	text-align: center;
        }
#details .booking-subtitle {
            font-size: 18px;
            color: #555;
	text-align: center;
        }

.tagembed-widget {
    background: none;
}



/*スクール詳細*/

#details {
    padding: 20px 0 100px;
	background-image: url("../img/background_inv.jpg");
	background-size: contain;
}

#details .inner {
    margin: 0 auto;
	padding-bottom: 60px
}

 #details .booking-container {
            background: white;
            width: 80%;
            max-width: 1300px;
            margin: 50px auto;
            padding: 40px;
            border-radius: 15px;
	 border: 2px solid #e7e7e7;
        }
#details .ttl {
	margin-top: -80px;
}
#details .booking-title {
            font-size: 50px;
            font-weight: bold;
	text-align: center;
        }
#details .booking-subtitle {
            font-size: 18px;
            color: #555;
	text-align: center;
        }
#details h3.booking-title  {
	margin-bottom: 5px;
}
#details .booking-frame {
            background: #ccc;
            width: 100%;
            height: auto;
            margin-top: 20px;
        }


.parallax_content{
  display: flex;
  height: 570px;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img_bg_01{
  background-image:url("../img/background-img.jpg");
	background-size: cover;
}




/*フッター*/

footer {
    background-color: #fff100; 
    color: #000;
    padding: 40px 5%;
    font-size: 14px;
}

footer .footer-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    gap: 20px;
}

footer .footer-info {
    display: flex; 
    gap: 20px;
    align-items: flex-start;
}

footer .footer-logo img {
    width: 110px;
    height: auto;
}

footer .footer-address {
    text-align: left;
	margin: 30px 0 0 40px;
}
footer .footer-address img {
	width: 300px;
}

footer .footer-address p {
    margin: 14px 0 0;
    line-height: 1.7;
}
footer .footer-address p.copyright {
    font-size: 11px;
}

footer .footer-links {
    display: flex;
    gap: 40px;
}

footer .link-column {
    text-align: left;
}

footer .link-column p {
    margin: 5px 0;
}

footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding-top: 10px;
    max-width: 1300px;
    margin: 50px auto 0;
}

footer .footer-bottom p {
    margin: 0;
	font-size: 16px;
}


@media screen and (min-width: 681px) { 
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out; 
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

}




/*追加*/
	
	.swiper.main-slide {
      max-width: 1600px;
		padding: 0 25px 25px 25px;
    }

    .main-slide .swiper-wrapper {
      height: auto;
	  border-radius: 20px;
    }

    .main-slide .swiper-slide img {
      width: 100%;
      height: auto;
    }

.main-slide .pic {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
  border-radius: 20px;
  height: 100%; /* 高さを100%に統一 */
  width: 100%;
  display: flex; /* 画像のセンタリングを確実に */
  justify-content: center;
  align-items: center;
}

.main-slide .pic img {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(0.5);
  object-fit: cover; /* 画像を枠いっぱいに */
}


    /* 画像のズームアウト*/ 
    .main-slide .zoomOut img {
      transform: scale(1.2) translate(0, 0);
      transition: transform 9s ease;
    }

    .main-slide .zoomOut.swiper-slide-active img {
      transform: scale(1.1) translate(0px, -0px);
    }
	  .main-slide .swiper-wrapper {
		  position: relative;
          background: #e7e7e7;
	  }




    /* キャプション */
    .main-slide .slide-logo {
		position: absolute;
		width: 100%;
    }

   
	  
	 /* フェードインの追加 */
  .main-slide .pic img {
    opacity: 0;
    animation: fadeIn 3s ease-in-out forwards;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  /* ロゴの配置と固定 */
  .main-slide .slide-logo {
    z-index: 9999;
	display: block;
  }

  .main-slide .slide-logo img {
    width: 100%;
    height: 100%;
    display: block;
	  z-index: 9999;
  }

  /* スライド切り替え時のフェード効果 */
  .main-slide .swiper-slide {
    transition: opacity 3s ease-in-out;
    opacity: 0.5;
  }
  .main-slide .swiper-slide-active {
    opacity: 0.5;
  }






/*レスポンシブ対応*/

@media screen and (min-width: 1141px) {

}

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

}




@media screen and (min-width: 1001px) {
	.sp1000-only {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	
	.pc1000-only {
		display: none;
	}
	
	h2 {
		font-size: 28px;
	}
	#catchphrase .englishcopy {
		font-size: 20px;
	}
	#catchphrase .copy {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	#about p.description,
	#details .booking-subtitle{
		font-size: 14px;
	}
	#details .booking-title {
		font-size: 36px;
	}

}

	

	
	
	
	
@media screen and (max-width: 980px) {
	
	
}
	
@media screen and (min-width: 681px) { 
	.sp-only {
		display: none!important;
	}
}




@media screen and (max-width: 680px) {
    .swiper.main-slide {
        padding: 0 20px 25px;
        margin-top: -5px;
    }
	.pc-only {
		display: none!important;
	}
    
    .sp {
        display: none;
    }
	#catchphrase .inner {
		padding: 0px 5% 20px;
	}
	h2 {
		font-size: 22px;
	}
	#catchphrase .englishcopy {
		font-size: 16px;
	}
	#catchphrase .copy {
		font-size: 18px;
	}
	h3 {
		font-size: 20px;
	}
	#about p.description,
	#details .booking-subtitle{
		font-size: 14px;
	}
	#details .booking-title {
		font-size: 36px;
	}
	#catchphrase .englishcopy {
		margin: 40px 0;
	}
	#about .section-left,
	#about .section-right{
		width: 100%;
	}
	#about .section {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	#about {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	#details {
		padding: 10px 20px 50px;
	}
	#details .booking-container {
		width: 100%;
        padding: 40px 10px;
	}

	.footer-img {
		vertical-align:bottom;
	}
    .description {
        margin-bottom: 40px;
    }
    #details .ttl {
        margin-top: -70px;
    }
    footer .footer-logo img {
        width: 80px;
    }
    footer .footer-address {
        margin: 20px 0 0 10px;
    }
    footer .footer-address img {
        width: 200px;
    }
    footer .footer-bottom p {
        font-size: 12px;
    }
    #instagram_box .booking-container {
            width: auto;
            margin: 40px 20px;
            padding: 20px 0;
    }
    #instagram_box .booking-title {
        font-size: 36px;
    }
    
    #about .social-icons {
    width: 24px;
    height: 24px;
    }
    
    #instagram_box {
        padding: 50px 0 0;
    }
}


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

    .pc1000-only {
        display: none;
    }
   
｝

	
	
	
	
