@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------------------------------------------------contents--------------*/
body{
	text-align: center;
}
.contents {
	margin: 10vh auto ;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	flex-direction: raw;
	flex-wrap: wrap;
	width: 1080px;
	height: 100%;
	background-image:
		url(../img/arttherapy_011.png),
		url(../img/arttherapy_012.png),
		url(../img/arttherapy_013.png),
		url(../img/arttherapy_015.png);
	background-position: 
		left 50%,
		40% bottom,
		55% bottom,
		90% bottom;
	background-repeat: no-repeat;
}

.con {
	margin: 10px auto;
	height: 250px;
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
	text-align: center;
	display: table;
}

.con-tex{
	display: table-cell;
	vertical-align: middle;
}
.con01{
	width: 35%;
	background-image: url(../img/arttherapy_001.png);
	margin-top: 50px;
}

.con01>div {
	padding-bottom: 20px;
}

.con02{
	width: 10%;
	background-image: url(../img/arttherapy_002.png);
}

.con03{
	width: 15%;
	background-image: url(../img/arttherapy_003.png);
	margin-top: -30px;
}

.con04{
	width: 35%;
	background-image: url(../img/arttherapy_005.png);
}

.book img {
	width: 100px;
	height: auto;
	transform: rotate( -15deg );
	display: inline-block;
	float: left;
	padding-left: 20px;
}

.booktext{
	text-align: left;
	display: inline-block;
	float: left;
	padding-left: 30px;
}

.con img{
	margin-top: 10px;
}

.con05{
	width: 100%;
	height: 100px;
	margin-top: -50px;
}

.con06{
	width: 40%;
	background-image: url(../img/arttherapy_009.png);
	height: 300px;
}

.con06>div>p{
	margin: 10px auto 0;
	width: 230px;
	padding: 5px;
	background-color: white;
	text-decoration: none;
	border-radius: 20px;
}

.con06>div>p>a{
	padding: 2px;
	background-color: white;
	text-decoration: none;
	color: #E95E71;
}

.con07{
	width: 13%;
	margin-top: -30px;
}

.con08{
	width: 25%;
	background-image: url(../img/arttherapy_010.png);
}

.small {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.5;
	color: #fff;
	margin-top: 10px;
}

.con09{
	width: 12%;
	background-image: url(../img/arttherapy_014.png);
	margin-left: 40px;
}
