*{
	font-size:20px;
	font-weight: 400;
	
}

body{
	
}

a{
	cursor: pointer;
	display: block;
}

.clear_box{
	height: 100vh;
}

.space_1rem{
	height: 1rem;
}

.space_2rem{
	height: 2rem;
}
.space_6rem{
	height: 6rem;
}

.space_10rem{
	height: 10rem;
}
.space_100vh{
	height: 100vh;
}

a{
	cursor: pointer;
}

.font_14{
	font-size: 14px;
	line-height: 2;
	letter-spacing: .07rem;
}


/*---------------------------
     cpa
---------------------------*/
.sp_cpa{
	background-color: #fff;
	position: fixed;
	z-index: 100;
	width:100%;
	height: 50px;
}
.sp_cpa1{
	display: grid;
	grid-template-columns: 140px 1fr 225px;
}
.sp_cpa img{
	padding: 5px 5px 5px 20px;
	width:140px;
}
.button2{
	width:220px;
	height:40px;
	border-radius: 25px;
	display: block;
	margin: 5px 5px 0 0;
	border: 2px solid #2F4F2F;
}


/*---------------------------
     ファーストビュー
---------------------------*/

.mincraft_background{
	position: relative;
	z-index: -1;
}

.mincraft_background img{
	width:100vw;
	position: fixed;
}

.top_comment_pc{
	position: absolute;
	text-align: center;
	width:80%;
	left:50%;
	transform: translateX(-50%);
	top:80%;
	border: 5px solid #fff;
	border-radius: 10px;
	background-color: #000;
	z-index: 2;
}

@media screen and (min-width:768px){
	.top_comment_pc{
		position: absolute;
		text-align: center;
		width:50%;
		left:50%;
		transform: translateX(-50%);
		top:80%;
		border: 5px solid #fff;
		border-radius: 10px;
		background-color: #000;
	}
	.top_comment_pc p{
		font-size:24px;
	}
}
	
.top_comment_pc p{
	color: #fff;
	font-family: "DotGothic16", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	padding: 1rem 0;
}

.make_code_title{
	position: absolute;
	width:100%;
	left:50%;
	transform: translateX(-50%);
	top:10%;
	animation: mincrafttitle 5s forwards;
	text-align: center;
}

@keyframes mincrafttitle{
	0%{
		opacity: 0;
	}
	90%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	    
	}
}

@media screen and (min-width:768px){
	.make_code_title{
		top:10%
	}
}


/*---------------------------
     #pickup
---------------------------*/
.box_cp{
	width:90%;
	margin: 0 auto;
	background:rgba(255,255,255,0.85);
	padding: 1.5rem 1rem 1rem 1rem;
	border-radius: 1rem;
	
}

.box_cp img{
	max-width:100%;
}
.box_grid{
	width:90%;
	margin: 0 auto;
	background:rgba(255,255,255,0.85);
	padding: 1.5rem 1rem 1rem 1rem;
	border-radius: 1rem;
}
.box_voice{
	width:90%;
	margin: 0 auto;
	background:rgba(255,255,255,0.85);
	padding: 1.5rem 1rem 1rem 1rem;
	border-radius: 1rem;
}
.box_voice img{
	margin: 0 auto;
}
.box_voice p{
	line-height: 1.75;
}
.box_voice p span{
	width: -moz-fit-content;
    width: fit-content;
	background-color: #FF6B6B;
	color:#fff;
	font-size: 20px;
	padding: 0 1rem;
	margin: 0 auto;
}

.box_cp img{
	display: block;
	margin: 0 auto;
}

.box_message{
	width:90%;
	margin: 0 auto;
	background:rgba(255,255,255,0.85);
	padding: 1.5rem 1rem 1rem 1rem;
	border-radius: 1rem;
}
.box_message h1{
	text-align: center;
	font-size:clamp(1.5rem, 0.667rem + 2.78vw, 2rem);/*24-32 480-768*/
	color:#e40012;
	font-weight: 400;
}
.box_message p{
	line-height: 2;
	margin-top: 1rem;
}

.box_message p span{
	width: -moz-fit-content;
    width: fit-content;
	background-color: #e40012;
	color:#fff;
}
.center{
	text-align: center;
}

.box_price{
	width:90%;
	margin: 0 auto;
	background:rgba(255,255,255,0.85);
	padding: 1rem 0;
	border-radius: 1rem;
}

@media screen and (min-width:768px){
	.box_cp{
		width:70%;
		padding: 2rem;
	}
	.box_message{
		width: 70%;
		padding: 2rem;
	}
	.box_message p{
		margin-top: 2rem;
	}
	.box_cp h2{
		margin-bottom: 2rem;
	}
	.box_price{
		width:700px;
		padding: 2rem 0;
	}
	.box_voice{
		display: flex;
		width:70%;
		padding: 2rem;
	}
}

.box_cp h2{
	text-align: center;
	font-size:clamp(1.5rem, 0.667rem + 2.78vw, 2rem);/*24-32 480-768*/
	color:#e40012;
	font-weight: 400;
}
.box_cp h3{
	text-align: center;
}



/*---------------------------------
          アコーディオン
---------------------------------*/

.index_accordion {
    margin: 0 auto;
	max-width:100%;
	border: 1px solid #000;
}
.index_accordion{
	margin-top:1rem;
}


.accordion-header,
.accordion-header2{
    padding: 1rem;
    cursor: pointer;
    outline: none;
    color:#000;
    position: relative; 
    list-style: none; 
	letter-spacing: .1rem;
	font-size:clamp(16px, 2vw, 20px); 
	font-weight: 400;
	height: auto;
	line-height: 1.5;
	background-color: #fff;
}


.accordion-content {
  padding: 1rem;
  line-height: 1.75;
  letter-spacing: .1rem;
  font-weight: 600;
  background-color: #fff;
	
}


.accordion-header::after {
  content: '▼'; 
  position: absolute;
  right: 10px;
  transition: transform 0.2s ease-in-out; 
	color:#000;
}

.accordion-header2::after {
  content: '▼'; 
  position: absolute;
  right: 10px;
  transition: transform 0.2s ease-in-out; 
	color:#fff;
}


.index_accordion[open] .accordion-header::after,
.index_accordion[open] .accordion-header2::after{
  transform: rotate(180deg);
}


.index_accordion .accordion-header::-webkit-details-marker,
.index_accordion .accordion-header2::-webkit-details-marker{
  display: none;
}

.blue1{
	background-color: #4A90E2;
	color:#fff;
}
.blue2{
	background-color: #E6F0FB;
}
.blue3{
	color:#4A90E2;
}
.blue_cover{
	width: -moz-fit-content;
    width: fit-content;
	background-color: #4A90E2;
	color:#fff;
	font-size: 2rem;
	padding: 0 1rem;
	margin: 0 auto;
}

.green1{
	background-color: #7ED957;
	color:#2F4F2F;
}
.green2{
	background-color: #E0F4CC;
}
.green3{
	color:#7ED957;
}
.green4{
	color: #009A06;
}
.green5{
	background-color: #F5FBEF;
	border: 2px solid #7ED957;
	color:#2F4F2F;
}
.green_cover{
	width: -moz-fit-content;
    width: fit-content;
	background-color: #7ED957;
	color:#fff;
	font-size: 2rem;
	padding: 0 1rem;
	margin: 0 auto;
}
.green_cover_loc{
	width: -moz-fit-content;
    width: fit-content;
	background-color: #009A06;
	color:#fff;
	font-size: 2rem;
	padding: 0 1rem;
	margin: 1rem auto 0 auto;
}
.green_cover_loc2{
	width: -moz-fit-content;
    width: fit-content;
	background-color: #009A06;
	color:#fff;
	font-size: 1.2rem;
	padding: 0 1rem;
	margin: 1rem auto;
}
.green4_cover{
	width: -moz-fit-content;
    width: fit-content;
	background-color: #009A06;
	color:#fff;
	font-size: 2rem;
	padding: 0 1rem;
	margin: 0 auto;
}
.red1{
	background-color: #FF6B6B;
	color:#fff;
}
.red2{
	background-color: #FDECEC;
}
.red3{
	color:#FF6B6B;
}
.red_cover{
	width: -moz-fit-content;
    width: fit-content;
	background-color: #FF6B6B;
	color:#fff;
	font-size: 2rem;
	padding: 0 1rem;
	margin: 0 auto;
}
.orange1{
	background-color: #FFA500;
}
.orange2{
	background-color: #FFF4E0;
}
.instagram{
	background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
	color:#fff;
}

/*---------------------------------
          カリキュラム
---------------------------------*/
.button{
	width:90%;
	height:50px;
	border-radius: 25px;
	margin: 1rem auto 0 auto;
	display: block;
	line-height: 50px;
	text-align: center;
}

.curriculum_title{
	text-align: center;
	line-height: 2.5;
}


@media screen and (min-width:768px){
	.button{
		width: 30%;
		
	}
	
	.curriculum_flex{
		display: flex;
		flex-wrap: wrap;
	}
}
	
	
.flex2{
	display: flex;
	flex-direction: row;
	gap:1rem;
}

.curriculum_img{
	width:45%;
}

@media screen and (max-width:767px){
	.flex2{
		flex-direction: column;
	}
	.curriculum_img{
		width:90%;
	}
}

.programing_text{
	line-height: 2;
}
h5{
	text-align: center;
	margin: 1rem auto;
}

/*----------------------------------
            授業の流れ
----------------------------------*/

.grid_box{
	width:90%;
	margin: 0 auto;
	background:rgba(255,255,255,0.85);
	border-radius: 1rem;
	margin-bottom: 2rem;
	
}
.grid_box img{
	max-width:100%;
	border-radius: 1rem 1rem 0 0;
}
.grid_box .lesson_textarea{
	padding: 2rem;
}
.lesson_textarea h5{
	font-size:2rem;
	color:#e40012;
}
.lesson_textarea p{
	line-height: 1.75;
}

@media screen and (min-width:768px){
	.grid{
		width:70%;
		margin: 0 auto;
		display: grid;
		grid-template: 
			"grid1 grid2"1fr
			"grid3 grid4"1fr
			/1fr 1fr;
		gap:1rem 3rem;
	}
	.grid1{
		grid-area: grid1;
	}
	.grid2{
		grid-area: grid2;
	}
	.grid3{
		grid-area: grid3;
	}
	.grid4{
		grid-area: grid4;
	}
	.grid_box{
		width:100%;
	}
}


/*---------------------------------
        料金表
---------------------------------*/
.price-table {
      		width: 300px; /* 表の幅を調整 */
            border-collapse: collapse;
            margin: 0 auto;
        }

        .price-table th,
        .price-table td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }

        .price-table th {
            background-color: #f0f0f0;
            font-weight: bold;
        }

        /*.price-table tr:nth-child(odd) {
            background-color: #f9f9f9;
        }*/
		.price-table tr{
			background-color: #f9f9f9;
}

        .price-table .item {
            background-color: #009A06;
            color: white;
            font-weight: bold;
			text-align: center;
        }
		.price-table .item2 {
            background-color: #009A06;
            color: white;
            font-weight: bold;
			text-align: center;
        }

        .price-table .price {
            text-align: right;
        }

        .price-table .tax-included {
            font-size: 0.8em;
            color: #777;
        }
th,td{
	width:50%;
}
@media screen and (min-width:768px){
	.price-table{
		width:600px;
		font-size: 20px;
	}
}

/*--------------------------------
      入会の流れ
--------------------------------*/

.box_voice img{
	padding-left: 2rem;
}

.box_voice h4{
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #009A06;
}

@media screen and (min-width:768px){
	.box_voice{
		display: flex;
	}
	.box_voice img{
		width:30%;
		padding-left: 0;
	}
	.flow_flex{
		width:70%;
		padding:3rem 1rem 1rem 2rem;
	}
}

/*--------------------------------
      ロケーション
--------------------------------*/

select {
    font-size: 16px;
    padding: 5px 10px;
	border: 2px solid #009A06;
    }

label,
select{
  display: block;           /* ブロック要素 */
  width: fit-content;       /* 内容に合わせた幅 */
  margin: 0 auto;           /* 左右自動マージンで中央寄せ */
}

.select{
	background-color: 
}

.box_loc{
	width:90%;
	margin: 0 auto 2rem auto;
	background:rgba(255,255,255,0.85);
	border-radius: 1rem;
}
.box_loc p{
	text-align: center;
	margin-bottom: 1rem;
	line-height: 1.75;
}
.box_loc img{
	border-radius: 1rem 1rem 0 0;
	width:100%;
}
.box_loc_discrip{
	padding: 1rem;
}

@media screen and (960px<=width<=1199px){
	.loc_flex{
		display: flex;
		flex-wrap: wrap;
		width:70%;
		margin: 0 auto;
		gap:2rem;
		justify-content: space-between;
	}
	.box_loc{
		width:45%;
	}
}

@media screen and (min-width:1200px){
	.loc_flex{
		display: flex;
		flex-wrap: wrap;
		width:70%;
		margin: 0 auto;
		gap:2rem;
		justify-content: space-between;
	}
	.box_loc{
		width:30%;
	}
}

.foot{
	width:100%;
	height: 30px;
	background-color: #009A06;
	
}
.foot p{
	font-size: 1rem;
	text-align: center;
	color: #fff;
	padding-top: 5px;
}