@charset "utf-8";
/* CSS Document */
#main_img {
	background: #fcd9e7;
}
#main_img img{
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
	max-height: 500px;
}

/*title-------------------------------------------------------------------*/
.title {
	font-family: 'Arbutus Slab', serif;
	color: #141b51;
	letter-spacing: 1px;
	font-size: 25px;
	border-bottom: 4px double #f591b9;
	padding: 0 10px;
}

/*news--------------------------------------------------------------------*/
#news {
	margin-top: 40px;
}
#news .update dl{
	margin-top: 20px;
}
#news .update dl dt {
	width: 15%;
	padding: 3px 0;
	background-color: #f591b9;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 8px;
	text-align: center;
	float: left;
	font-size: 14px;
}
#news .update dl dd {
	padding-left: 20px;
	width: 80%;
	float: left;
	margin: 0 auto;
}
#news .more_btn {
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
	width: 200px;
}
#news .more_btn a {
	display: block;
	color: #141b51;
	font-weight: bold;
	padding: 5px 0;
	border: 1px solid #f591b9;
}
#news .more_btn a:hover {
	transition: .5s;
	background: #f591b9;
	color: #fff;
}

/*profile-----------------------------------------------------------------------------*/
#profile {
	margin-top: 40px;
}
#profile .box {
	margin-top: 20px;
}
#profile .box figure {
	width: 40%;
	float: left;
}
#profile .box figure img {
	max-height: 450px;
	max-width: 100%;
}
#profile .box .text_box {
	width: 58%;
	float: right;
	margin-left: 2%;
}
#profile .box .text_box h3 {
	font-size: 25px;
	letter-spacing: 2px;
}
#profile .box .text_box h3 span {
	font-size: 16px;
	color: #f07c7c;
	font-family: 'Arbutus Slab', serif;
	font-weight: normal;
}
#profile .box .text_box p {
	margin-top: 10px;
	line-height: 180%;
}
#profile .box .more_btn {
	margin-top: 20px;
}
#profile .box .more_btn .btn1,
#profile .box .more_btn .btn2 {
	width: 48%;
	float: left;
	text-align: center;
	margin: 0 1%;
	box-sizing: border-box;
}
#profile .box .more_btn .btn1 a,
#profile .box .more_btn .btn2 a {
	font-weight: bold;
	letter-spacing: 1px;
	color: #141b51;
	display: block;
	border: 1px solid #f591b9;
	padding: 5px 0;
}
#profile .box .more_btn .btn1 a:hover,
#profile .box .more_btn .btn2 a:hover {
	transition: .5s;
	background: #f591b9;
	color: #fff;
}


/*lesson-------------------------------------------------------------------*/
#lesson {
	margin-top: 60px;
}
#lesson .box {
	margin-top: 20px;
}
#lesson .box figure {
	width: 48%;
	float: left;
}
#lesson .box figure img {
	max-height: 300px;
	max-width: 100%;
}
#lesson .box .text_box {
	width: 50%;
	float: left;
	margin-left: 2%;
	line-height: 180%;
}
#lesson .box .text_box .more_btn {
	text-align: center;
	margin-left: auto;
	width: 200px;
}
#profile .box .more_btn .btn1,
#profile .box .more_btn .btn2 {
	margin-bottom: 2%;
}

#lesson .box .text_box .more_btn a {
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
	color: #141b51;
	padding: 5px 0;
	border: 1px solid #f591b9;
}
#lesson .box .text_box .more_btn a:hover {
	transition: .5s;
	background: #f591b9;
	color: #fff;
}


/*ここからタブレット用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
	#main_img {
		margin-top: 70px;
	}
	#news .update {
		padding: 0 20px;
	}
	#news .update dl dt {
		width: 100%;
		float: none;
		font-size: 12px;
		background-color: transparent;
		text-align: left;
	}
	#news .update dl dt span {
		background-color: #f591b9;
		padding: 5px 20px;
		border-radius: 8px;
	}
	#news .update dl dd {
		width: 100%;
		float: none;
		margin-top: 5px;
		padding: 0;
	}
	#profile .box {
		padding: 0 20px;
	}
	#profile .box figure {
		width: 100%;
		float: none;
		text-align: center;
	}
	#profile .box .text_box {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	#profile .box .text_box h3 {
		text-align: center;
	}
	#lesson {
		margin-top: 40px;
	}
	#lesson .box {
		padding: 0 20px;
	}
	#lesson .box figure {
		width: 100%;
		float: none;
		text-align: center;
	}
	#lesson .box .text_box {
		width: 100%;
		float: none;
		margin-top: 10px;
		margin-left: 0;
	}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
	.title {
		font-size: 20px;
	}
	#profile .box .text_box h3 {
		font-size: 20px;
	}
	#profile .box .text_box h3 span {
		font-size: 14px;
	}
	#news .more_btn {
		text-align: center;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#news .more_btn a {
		padding: 10px 0;
	}
	#profile .box .more_btn .btn1,
	#profile .box .more_btn .btn2 {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0;
		box-sizing: border-box;
		margin-top: 20px;
	}
	#profile .box .more_btn .btn1 a,
	#profile .box .more_btn .btn2 a {
		padding: 10px 0;
	}
	#lesson .box .text_box .more_btn {
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	#lesson .box .text_box .more_btn a {
		padding: 10px 0;
	}
}

/*ここからiphone5用（～320px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:320px){
	#profile .box .text_box h3 {
		font-size: 18px;
	}
	#profile .box .text_box h3 span {
		font-size: 12px;
	}
}