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


/* ************************************************ 
 *	
 *	トップページ
 *	
 * ************************************************ */
img{line-height:0 !important;}



@media print, screen and ( min-width : 768px ) {
	.top_banner_ul li{
		width:32.5%;
		float:left;
		margin-right:1.2%;
	}
	.top_banner_ul li:last-child{
		float:right;
		margin-right:0;
	}
}
@media only screen and  ( max-width : 768px ) {
	.top_banner_ul{
		width:95%;
		margin:0px auto;
	}
	.top_banner_ul li{
		margin-bottom:0.5em;
	}
	.top_banner_ul li img{
		width:100%;
	}
	.top_banner_02{
		width:95%;
		margin:0px auto;
	}
}
/* ---------------------------------- メイン画像 --------------------------------*/
#top_mainimg{
	position: relative;
	background:#000;

	overflow:hidden;
}
#top_mainimg .top_gallery_bg{
	background:url(images/top/top_gallery_bg.png);
	height:30px;
	position: absolute;
	bottom: 0;
	left: 0%;
	width:100%;
	z-index:0;
}
.top_gallery_icon{
	position: absolute;
	bottom: -10px;
	left: 0%;
	z-index:20;
	width:100%;
}

.top_gallery_icon .top_gallery_main{
	margin:0em auto;
	text-align:right;
}
@media ( min-width : 1100px ) {
	.top_gallery_icon .top_gallery_main{
		width:1100px;
	}
}
@media ( max-width : 1100px ) {
	.top_gallery_icon .top_gallery_main{
		width:95%;
	}
}

	.top_gallery_icon{
		position: absolute;
		bottom: -0px;
	}



/* ---------------------------------- トップカテゴリー --------------------------------*/
.top_category{
	background-color:#fff;
}
.top_category_title{
	text-align:center;
	padding:2.5em 0em 1em 0em;
}
.top_post_more{
	text-align:center;
	padding:1.5em 5em;
	border-top:1px solid #d1ca94;
	font-size:90%;
}

/* ---------------------------------- トップ投稿 --------------------------------*/
.top_post{
	background-color:#fff;
	border-top:1px solid #d1ca94;
}
.top_post_title{
	text-align:center;
	padding:1.5em 0em 1em 0em;
}



/* ---------------------------------- フラワーアレンジメント教室 --------------------------------*/
#top_arrangement{
	background-color:#fff;
	font-size:90%;
	line-height:180%;
}
@media print, screen and ( min-width : 768px ) {
	.top_t_cultureschool{
		margin-bottom:1em;
	}
	.top_arrangement_img{
		width:33%;
		height:auto;
		padding-top:300px;
		line-height:0;
		float:right;
		background:url(images/top/arranging_flower20190301.jpg) 0% 0% no-repeat;
		-moz-background-size:cover;
		background-size:cover;
	}
	.top_arrangement_text{
		width:58%;
		float:left;
		padding:3%;
	}
}
@media only screen and  ( max-width : 768px ) {
	.top_arrangement_text{
		padding:5%;
		font-size:80%;
		line-height:160%;
	}
	.top_t_cultureschool{
		margin-bottom:1em;
	}
	.top_arrangement_img{
		height:auto;
		padding-top:200px;
		background:url(images/top/arranging_flower20190301.jpg) 30% 0% no-repeat;
		-moz-background-size:100% auto;
		background-size:100% auto;


	}
}





