.wp-block-heading{
	font-family:"EB Garamond";
	text-align: center;
	
}
.top_main{
	text-align: center !important;
}
.top_main img{
	width: 20%;
	min-width: 200px;
	margin-bottom: 80px;
}
.jap{
	font-family: "Shippori Mincho B1";
}
.en{
	padding: 20px 0;
}



.information_wrap{
  background: #f9f9f9;
	  padding: 1.0rem 1.0rem;

}
.information_wrap .tit,
.workshop_wrap .tit{
	padding-bottom: 15px;
	font-weight: bold;
}
.information_wrap .tit span,.workshop_wrap .tit span{
	color:  #947A6D;
	padding-left: 15px;
}
.information_wrap .tit::after,.workshop_wrap .tit::after {
content: '';
	display: block;
	width: 183px;
	height: 1px;
	background-color: #947A6D;}
.workshop_wrap .tit::after {
	width: 338px;
}


.workshop_wrap{
  background: #f9f9f9;
	  padding: 1.0rem 1.0rem;

}


.label {
	padding: 5px;
	color: #FFF;
	border-radius: 5px;
	font-size: 0.8em;
}

.label-pre { background-color: #566C73; }   /* 藍鼠 */ 
.label-active { background-color: #69B0AC; } /* 青磁 */
.label-end { background-color: #86A697; }    /* 錆青磁 */


ul.infomation{
	margin: 0;
	padding: 0;
}
ul.infomation li{
	background: #FFF;
	list-style: none;
	padding: 10px;
	font-size: 0.9em;
	
}
ul.infomation li a{
	text-decoration: none;
	color: #333;
}
ul.infomation li a .art-work{
	background: #DB8E71;
	padding: 5px;
	color: #FFF;
	border-radius: 5px;
	font-size: 0.8em;
}
ul.infomation li a .informations{
	background: #FFB11B;
	padding: 5px;
	color: #FFF;
	border-radius: 5px;
	font-size: 0.8em;
}
ul.infomation li a .work-shop{
	background: #5DAC81;
	padding: 5px;
	color: #FFF;
	border-radius: 5px;
	font-size: 0.8em;
}
#top_menu ul{
	padding:0 0 15px;
	margin: 0;
}
#top_menu li{
	list-style: none;
	position: relative;
	height: 180px;
	margin: 0 10px 12px;;
	padding: 0;
	width: 46%;
	float: left;
}
#top_menu li span.menu_title{
	background: #787878;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: block;
	padding: 15px 0;
	color: #FFF;
	opacity: 0.8;
	font-family:"EB Garamond";
	text-indent:10px;
	font-size: 1.2em;
}
#top_menu li span.menu_title span{
	padding-left:10px !important;
	font-size: 0.8em;
}
#top_menu li a{
	display: block;
	width: 100%;
    height: 100%;
}
#top_menu li a:hover{
	opacity: 0.7;
}

.profile{
	background: url("../images/prof.jpg") no-repeat;
	background-size: cover;
	background-position: bottom -130px right 0;
}
.artwork{
	background: url("../images/art.jpg") no-repeat;
	background-size: cover;
	background-position: bottom -130px right 0;
}
.exh{
	background: url("../images/exh.jpg") no-repeat;
	background-size: cover;
	background-position: bottom -130px right 0;
}
.works{
	background: url("../images/work.png") no-repeat;
	background-size: cover;
}

@media screen and (max-width: 750px){
.content{
	width: 100%;
	margin: 20px auto;
	}
	#top_menu ul{
		margin: 0;
		padding: 0;
	}
	#top_menu li{
	width:96%;
	float: none;
	height: 150px;
}
	
}
