/*
Theme Name: W nihonbashi
*/


/* ------------------------------
default
------------------------------ */
.single_page .area_ss{
	width: 640px;
	margin: 0 auto;
}
.single_page .cont_text h1{
	font-size: 16px;
	font-weight: 500;
}
.single_page .cont_text h2{
	font-size: 16px;
	font-weight: 500;
}
.single_page .cont_text p{
	margin-bottom: 20px;
}
.single_page .cont_text a{
	border-bottom: 1px solid #111111;
}


/* ------------------------------
class
------------------------------ */
.class_cont {
	padding-bottom: 150px;
}
.class_cont .keyvisual_frame{
	margin-bottom: 80px;
}
.class_cont .keyvisual_frame .keyvisual{
	justify-content: center;
	align-items: center;
	text-align: center;
}
.class_cont .keyvisual_frame .keyvisual>div span{
	display: block;
	font-style: normal;
}
.class_cont .class_text{
	border: 1px solid #000000;
	padding: 80px;
	margin-bottom: 80px;
}
.class_cont .class_text h1{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.class_cont .class_text ul li{
	list-style-type: disc;
	margin-left: 1em;
}

/* ------------------------------
instructor
------------------------------ */
.inst_cont {
	padding-bottom: 150px;
}
.inst_cont .inst_body{
	border: 1px solid #000000;
	padding: 80px;
	margin-bottom: 80px;
}
.inst_cont .inst_body .cont_thum_frame{
	margin-bottom: 30px;
}
.inst_cont .inst_body .cont_thum_frame .cont_thum{
	aspect-ratio: 1/0.75;
	background-size: cover;
	background-position: center;
}
.inst_cont .inst_body .cont_text{
	margin-top: 20px;
}

/* ------------------------------
news
------------------------------ */
.news_cont {
	padding-bottom: 150px;
}
.news_cont .news_body .cont_title{
	margin-bottom: 1em;
}
.news_cont .news_body .cont_thum_frame{
	width: 100%;
}
.news_cont .news_body .cont_thum_frame .cont_thum{
	aspect-ratio: 1/0.548;
	background-size: cover;
	background-position: center;
	background-color: #d9d9d9;
}
.news_body .cont_text{
	margin: 30px 0 70px;
}

/* ------------------------------
for smartphone
------------------------------ */
@media screen and (max-width:600px) {
	/* ------------------------------
	common
	------------------------------ */
	.single_page .area_ss{
		width: 100%;
	}
	/* ------------------------------
	class
	------------------------------ */
	.class_cont {
		padding-bottom: 80px;
	}
	.class_cont .keyvisual_frame{
		margin-bottom: 30px;
	}
	.class_cont .class_text{
		padding: 20px;
		margin-bottom: 20px;
	}
	.class_cont .class_text h3{
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 20px;
	}
	/* ------------------------------
	instructor
	------------------------------ */
	.inst_cont {
		padding-bottom: 80px;
	}
	.inst_cont .inst_body{
		padding: 20px;
		margin-bottom: 20px;
	}

}