@charset "utf-8";
/* CSS Document */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #about_wrap {
		margin-left:-1px;
		padding-right: 1px;
	}
}
#about{
	width: 100%;
	max-width: 768px;
	position: absolute;
	top: 10vh;
}
#about_wrap{
	padding: 0 2%;
	background-color:rgba(255,255,255,0.70);	
	padding-bottom: 150px;
	padding-top: 50px;
	min-height: 100vh;
}
#about_wrap #intro{
	text-align: center;
	margin-bottom: 50px;
}
#about_wrap #intro h3{
	color: #0080bb;
	line-height: 2;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#about_wrap #intro figure{
	margin-bottom: 20px;
}
#about_wrap #intro figure img{
	width: 100%;
	height: auto;
}
#about_wrap #intro p{
	display: inline-block;
	text-align:left;
	line-height: 1.8;
	letter-spacing: 2px;
}
#about_wrap #about_main{
	text-align: center;
}
#about_wrap #about_main h3{
	color: #da87ab;
	line-height: 2;
	letter-spacing: 3px;
	margin-bottom: 20px;
	font-size: 20px;
}
#about_wrap #about_main > p{
	display: inline-block;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
#about_wrap #about_main .box{
	background-color:rgba(255,255,255,0.50);	
	border: 1px solid #da87ab;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 10px;
}
#about_wrap #about_main .box figure{
	padding: 20px 0;
	margin-bottom: 20px;
}
#about_wrap #about_main .box figure img{
	box-shadow: 10px 10px 5px #ccc;
	width: 100%;
	max-width: 300px;
	height: auto;
}
#about_wrap #about_main .box h4{
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-weight: normal;
	background-color: #da87ab;
	color: #fff;
	padding: 10px 0;
	line-height: 2;
}
#about_wrap #about_main .box p{
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.8;
}
@media screen and (orientation: landscape){
   /* 横向きの場合のスタイル */
#about{
	margin-top: 0;
}
}
@media screen and (max-width:320px) {
}
/*ここからスマートフォン用（415px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 415px){
}