
/*------------------------------
1.共通
2.見出し共通
3.ヘッダー
4.トップ画像
5.こんなお悩みありませんか？
6.わたしたちが解決します！
6-1.カリキュラム
6-2.対面×個別にこだわる理由
6-3.プロからのアドバイス
6-4.料金
6-5.受講までの流れ
7.アクセス
8.Q&A
9.
10.フッター
11.固定お問合せボタン
12.カテゴリページ　共通
13.カテゴリページ　セミセルフ・セルフフォト
------------------------------*/

@charset "utf-8";

/*------------------------------
　1.共通
------------------------------*/
html {
  box-sizing: border-box;
}
body  {
	width: 100%;
	font-size: 18px;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	color: #1A1A1A;
	font-weight: 300;
    font-style: normal;
	letter-spacing: 0.1em;
	background-color: white;
	text-decoration: none;
}
.container {/*--
	min-width: 1000px;　　　---*/
	width: 60%;
	margin: 0px auto;
	padding: 6% 0;
}
.bg-gr {
	background-color: #4D4D4D;
	color: white;
}
.bg-be{
	background-color: #F9F4EF;
}
.over-animation a{
  transition: all 1s;
}
.over-animation:hover a{
  opacity:0.3;
}
.sp {
	display: none;
}

*,
*:before,
*:after {
	
  box-sizing: border-box;
}

/*------------------------------
　2.見出し/テキスト共通
------------------------------*/
.ttl-cont {
	margin-bottom: 6%;
	text-align: center;
	font-weight: 900;
}
.title {
	color: #249EA6;
	margin-bottom: 10px;
	font-size: 3em;
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.title-special {
	color: #1A1A1A;
	font-size: 3em;
}
.text,p {
	line-height: 2;
}
/*------------------------------
　3.ヘッダー
------------------------------*/
.header {
	position: fixed;
	width: 100%;
	width: 100%;
	background-color: #E60012;
	color: #FFFFFF;
	z-index: 10;/*----------オーバーレイ-----------*/
}
.pc-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: auto;
	align-items: center;
	height: 80px;
}
.head-logo {
	display: block;
	padding-left: 26px;
}
.head-logo img {
	height: 40px;
	width: auto;
	vertical-align: bottom;
}
.nav1 ul {
	display: flex;
	text-align: center;
	line-height: 2.4em;
	padding-right: 36px;
}
.nav1 ul li + li, .nav2 li + li {
	margin-left: 30px;
}
.nav2 {
	position: relative;
	display: flex;
	justify-content: center;
	margin: auto;
	height: 36px;
	border-bottom: 1px solid #a9a9a9;
	line-height: 2.3;
}
.sp-menu {
	display: none;
}

/*------------------------------
　4.トップ画像
------------------------------*/
.top-img {
	width: 100%;
	height: auto;
}
.top-wrap {
	position: relative;
	color:white;
	text-align: center;
	top: 80px;
	margin-bottom: 60px;
}
.top-text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	line-height: 2;
	letter-spacing: .3em;
}
.top-text-eng {
	font-size: 3em;
	font-weight: bold;
}
.btn p {
	position:relative;
	margin-top: 10%;
	padding: 20px 20px 20px 70px;
	border: white 1px solid;
}
.btn p::before {
	content: url();
	display: block;
	width: 10%; 
	height: auto;
	background-image: url(../img/insta-logo.svg);
	background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	top:20px;
	left:20px;
	z-index: 0;
}
/*------------------------------
　5.こんなお悩みありませんか？
------------------------------*/
.trouble .container{
	padding-bottom: 0;
}
/* trouble-liの画像を横並び */
.trouble-li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px; /* 画像の間隔 */
  flex-wrap: wrap; /* スマホで折り返し可能に */
  margin: 40px 0;
}
.trouble-li img {
  width: 45%;
  height: auto;
  max-width: 1000px;
}
.trouble-people {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: auto;
  max-width: 800px;
}
/*------------------------------
　6.わたしたちが解決します！
------------------------------*/
/* 全体 */
.points {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 各カード */
.point-card {
  background: #FFFFFF;
  border-radius: 26px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  padding: 60px 24px 28px;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
}

/* POINT バッジ（中央上に配置） */
.point-badge {
  background: #E60012;
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9em;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

/* 見出し */
.point-card h3 {
  font-size: 1.9em;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}

/*------------------------------
　6-1.カリキュラム
------------------------------*/
/* 進行イメージ図 */
.car-progress {
  width: 80%;
  max-width: 600px;
  height: auto;
	display: block;
	margin: 0 auto 40px;
}
/* テキスト */
.car-text, .car-text-sub {
  font-size: 1em;
  margin: 40px;
}
/* コンテナ（day1・day2） */
.car-cont {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 6% auto;
  gap: 40px; /* 画像の間隔 */
  flex-wrap: wrap; /* 折り返し対応 */
}
/* 各日（画像） */
.car-cont-item {
  width: 45%;
  max-width: 600px;
}
/* 画像のスタイル */
.car-cont-item img {
  width: 100%;
  height: auto;
}
/*------------------------------
6-2.対面×個別にこだわる理由
------------------------------*/
.reason img {
	display: block;
	margin: 0 auto;
}
.reason p {
	margin-top: 8%;
}
/*------------------------------
6-3.プロからのアドバイス
------------------------------*/
.advice {
	background-color: #E60012;
}
.advice .title {
	color: yellow;
}
.advice p{
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: center;
}
.advice img {
	display: block;
	margin: 6% auto 0;
	height: 400px;
}
/*------------------------------
6-4.料金
------------------------------*/
.price {
  background-color: #249EA6;
}

.price .title {
  color: #FFFFFF;
  line-height: 1.3;
}

/* --- 料金表ボックス --- */
.price .price-box {
  font-size: 1.7em;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 20px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.price table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1em;
}
.price th,
.price td {
  padding: 12px 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.price th {
  vertical-align: middle;
  font-weight: bold;
}
.price tr:last-child td {
  border-bottom: none;
}
.price .highlight {
  color: #e60012;
  font-weight: bold;
}

/* --- 注意書きテキスト --- */
.price .note {
  text-align: left;
  color: #fff;
  background: none;
  line-height: 1.8;
  max-width: 1300px;
  margin: 0 auto;
}
.price .note strong {
  display: inline-block;
  margin-top: 1em;
}
/*------------------------------
6-5.受講までの流れ
------------------------------*/
.flow img {
  max-width: 500px;
  display: block;
  margin: auto;
}
/*------------------------------
　7.レッスン場所
------------------------------*/
.access-text {
	width: 600px;
	margin: 0 auto 40px;
}
.access img {
	width: 600px;
	display: block;
	margin: 0 auto 50px;
}
/*------------------------------
　8.Q&A
------------------------------*/
.faq-item {
  margin-bottom: 26px;
}
.faq-inner {
  background: #F2F2F2;
  border-radius: 16px;
  padding: 6px;
}
/* Q&A 各行 */
.faq-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 14px;
}
/* ラベル（Q・A） */
.label {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  flex-shrink: 0;
}
/* QとAで色を分ける */
.label.q {
  background-color: #249EA6;
}
.label.a {
  background-color: #E60012;
}
/* テキスト */
.faq-row p {
  margin: 0;
  font-size: .9em;
}

/*------------------------------
　９.お問い合わせ
------------------------------*/
/* フォームレイアウト */
.contact-form {
  display: flex;
  flex-direction: column;
}
/* ラベル */
.contact-form label {
  margin-bottom: 6px;
}
/* 入力欄共通 */
.contact-form input,
.contact-form textarea {
  padding: 10px 12px;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}
form {
	width: 70%;
	margin: auto;
}
.forms {
	padding-bottom: 30px;
}
/* 送信ボタン */
.submit-btn {
  background-color: #249EA6;
  color: #fff;
　margin: auto;
  text-align: center;  
  padding: 10px 0;
  font-size: 1.2em;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s;
}
.submit-btn:hover {
  background-color: #007e8a;
}
/* 電話番号表示 */
.contact-tel {
  text-align: center;
  margin-top: 40px;
}
.contact-tel a {
  color: #333;
  text-decoration: none;
}
.contact-tel a:hover {
  text-decoration: underline;
}

/*------------------------------
　１2.フッター
------------------------------*/
.footer p{
	text-align: center;
	margin: 0px auto;
	padding: 2% 0;
	font-size : 0.8em;
}

/*------------------------------
　１１.固定お問合せボタン
------------------------------*/
.fixed-btn p {
	font-size:22px;
	line-height: 1.2;
    text-align: center;
    position: fixed;
	bottom:px;
	right:10px;
    width: 80px;
	height: 80px;
    padding-top: 15px;
    border: #1A1A1A 0 solid;
    background-color: #E60012;
    color: white;
    font-weight: bold;
    border-radius: 999px;
}
.fixed-btn p::before {
	content: url();
	display: block;
	width: 20%; 
	height: auto;
	background-image: url("../img/insta-logo.svg");
	background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	top:100px;
	left:72px;
	z-index: 0;
}

@media screen and (max-width: 1300px){
/*------------------------------
1.共通
2.見出し共通
3.ヘッダー
4.トップ画像
5.こんなお悩みありませんか？
6.わたしたちが解決します！
6-1.カリキュラム
6-2.対面×個別にこだわる理由
6-3.プロからのアドバイス
6-4.料金
6-5.受講までの流れ
7.アクセス
8.
9.お問い合わせ
11.フッター
------------------------------*/
	
/*------------------------------
　1.共通（レスポンシブ）
------------------------------*/
body  {
	letter-spacing: 0;
}
.container {
	width: 95%;
	padding: 15% 0;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
	
/*------------------------------
　2.見出し/テキスト共通（レスポンシブ）
------------------------------*/
.title {
	font-size: 1.3em;
	line-height: 1.4;
}
.text {
	margin-top: 14%;
}
.cat-btn p {
	padding: 20px 20px 20px 80px;
}
.cat-btn p::before {
	left:35px;
}
	
/*------------------------------
　3.ヘッダー（レスポンシブ）
------------------------------*/
.pc-header {
	height: 60px;
}
.head-logo img {
	height: 30px;
	width: auto;
	vertical-align: bottom;
}
.head-cont1 {
    margin: auto 0 0 12px;
	border-bottom: 0;
}
.nav1 {
	display: none;
}
.nav2 {
	display: none;
}
header {
	display: flex;
	justify-content: space-between;
}
.head-logo {
	display: block;
	padding-left: 26px;
}
.head-logo img {
	height: 40px;
	width: auto;
	vertical-align: bottom;
}
.pc-header {
  margin: 0;
}
.sp-header {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* 右端に並べたい場合 */
  gap: 12px; /* アイコンとメニューの間隔 */
}
.youtube-icon { /* YouTubeアイコン */
  font-size: 38px;
  color: #FFFFFF;
  display: inline-block;
}
.sp-menu ul {
	padding: 65px;
}
.sp-menubtn{
  width: 40px;
  height: 40px;
  position: relative;
  background:none;
  margin: auto 20px auto 0;
  z-index:11;
}
.sp-menubtn span{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: 31px;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  transition: 0.2s;
  left: 50%;
  top: 50%;  
}
.sp-menubtn span:nth-child(1){
  transform: translate(-50%, -13px);
}
.sp-menubtn span:nth-child(2){
  transform: translate(-50%, -50%);
}
.sp-menubtn span:nth-child(3){
  transform: translate(-50%, 10px);
}
.sp-menubtn .active span{
  width: 35px;
  height: 3px;
}
.sp-menubtn.active span:nth-child(1){
  transform: translate(-50%, 50%) rotate(45deg);
  background:#FFFFFF;
}
.sp-menubtn.active span:nth-child(2){
  opacity: 0;
  left: 50%;
}
.sp-menubtn.active span:nth-child(3){
  transform: translate(-50%, 50%) rotate(-45deg);
  background:#FFFFFF;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.sp-menu {
  display:block;
  width: 347px;
  height: 100%;
  background: #E60012;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  transform: translate(347px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.sp-menu.open {
  transform: translateZ(0);
}
.sp-menu li:first-child{
  padding-top:40px;
}
.sp-menu li:last-child{
  border-bottom: none;
}
.sp-menu li a{
  display:block;
  padding:20px 0; 
  text-decoration: none;
}
.sp-menu li a:hover{
  background:rgba(255,255,255,0.2);
}
/*------------------------------
　4.トップ画像（レスポンシブ）
------------------------------*/
.top-wrap {
	top: 60px;
	margin-bottom: 90px;
}
.top-text-wrap {
	width: 90%;
}
.top-text-eng {
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 2em;
}
.top-text-jp {
	font-size: .9em;
}
.btn p {
	padding: 10px 10px 10px 55px;
	font-size: .9em;
}
.btn p::before {
	top:10px;
	left:18px;
}
.btn p::before {
    left: 14px;
}	
/*------------------------------
　5.こんなお悩みありませんか？（レスポンシブ）
------------------------------*/
.trouble .container {
	padding-top: 5%;
}
.trouble-ttl {
	width: 90%;
}
.trouble-li {
  gap: 0;
}
.trouble-li img {
	width: 95%;
}
.trouble-li-1 {
	margin-bottom: 4%;	
}
.trouble-people {
  width: 95%;
}
	
/*------------------------------
　6.わたしたちが解決します！（レスポンシブ）
------------------------------*/
.points .title {
  font-size: 1.9em;
}
.points {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.point-card {
  width: 96%;
  padding: 60px 10px 28px;
  }
.point-card h3 {
  font-size: 1.5em;
}
/*-------.point-card p {
  text-align: left;
}
	
/*------------------------------
6-1.カリキュラム
------------------------------*/
.curriculum {
  margin: auto;
  width:94%;
}
.car-cont {
    flex-direction: column;
    gap: 24px;
  }
.car-cont-item {
    width: 100%;
	margin: auto;
  }
.car-progress {
    width: 100%;
  }
.car-text {
  margin: 40px auto ;
}
.car-text-sub {
  margin: 40px auto 0;
}
	
/*------------------------------
6-2.対面×個別にこだわる理由
------------------------------*/
.reason img {
	width: 94%;
	margin-bottom: 40px;
  }
.reason p {
	width: 94%;
	margin: auto;
  }
/*------------------------------
6-3.プロからのアドバイス
------------------------------*/
.advice p{
	font-size: 1em;
}
.advice img {
	width: 80%;
	height: auto;
}
/*------------------------------
6-4.料金
------------------------------*/
.price .title {
  font-size: 1.8em;
}
/* --- 料金表ボックス --- */
.price .price-box {
  font-size: .9em;
  border-radius: 30px;
  padding: 10px 3px;
  width: 98%;
  margin-top: 8%; 
}
.price table {
  border-collapse: collapse;
}
.price th,
.price td {
  padding: 12px 2px;
}
	.note {
		width: 94%;
		margin: auto;
	}
/*------------------------------
6-5.受講までの流れ
------------------------------*/
.flow img {
  width: 100%;
}
/*------------------------------
　7.レッスン場所（レスポンシブ）
------------------------------*/
.access .ttl-cont {
	margin-bottom: 5%;
}	
.access-text {
	width: 90%;
}
.access img {
	width: 94%;
}	
.map {
height: 0;
overflow: hidden;
padding-bottom: 80%;
position: relative;
  text-align: center;
}
.map iframe {
position: absolute;
left: 0;
top: 0;
  left: 50%;
  transform: translateX(-50%); 
  width: 94%;
  height: 100%;
  border: none;
}

/*------------------------------
　8.Q&A（レスポンシブ）
------------------------------*/
	
 .faq-section {
    padding: 0 19px;
  }
.faq-item{
	width: 94%;
	margin: auto;
}
  .faq-inner {
    padding: 6px 2px 6px 4px;
	margin: 26px 0;
  }
  .faq-row {
    padding: 10px;
  }
  .label {
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
  .faq-row p {
    font-size: 14px;
  }
	
/*------------------------------
　9.お問い合わせ（レスポンシブ）
------------------------------*/
form {
	width: 94%;
	margin: auto;
}
/*------------------------------
　9.フッター（レスポンシブ）
------------------------------*/

.footer p{
	text-align: center;
	margin: 0px auto;
	padding: 2% 0;
	font-size : 0.3em;
}	

/*------------------------------
　10.固定お問合せボタン（レスポンシブ）
------------------------------*/
.fixed-btn p {
	bottom:10px;
	right:10px;
    width: 80px;
	height: 80px;
    padding-top: 15px;
}
.fixed-btn p::before {
	top:86px;
	left:58px;
}
/*------------------------------
　11.フッター　（レスポンシブ）
------------------------------*/
.footer p {
     font-size: 0.5em;
}	
		
}
