.under-entry-content .label {
	width: 100% !important;
    padding: 5px 10px;
	margin-bottom: 10px;
    color: #fff;
	display: block;
	font-family: "Shippori Mincho B1";
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 1.2em;
	text-align: center;
}
.label-pre { background-color: #566C73; }   /* 藍鼠 */ 
.label-active { background-color: #69B0AC; } /* 青磁 */
.label-end { background-color: #86A697; }    /* 錆青磁 */


.main{
	padding: 0 !important;
	margin: 0;
}

.contents-wrapper h3{
	font-size: 1.2em;
	margin-top:20px;
}

.contents-wrapper{
	margin: 0 auto;
	width: 90%;
	padding-bottom: 20px;
}
.heading-31 {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 3px solid #BBBBBB;
    color: #333333;
}

.heading-31::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #BBBBBB;
    content: '';
}

.heading-31::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #BBBBBB;
    content: '';
}
h4{ 
    margin: 0 auto 10px;
    padding: 1em 1.5em;
   }
.top_img{
	max-width: 500px !important;
	display: block;
	margin: 0 auto;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.detail{
	font-size: 1.0em;
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
}
.place{
	margin: 15px auto !important;
}
.box-018 {
    position: relative;
    margin: 0 auto;
    padding: 1em calc(1.5em + 9px);
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #333;
}

.box-018::before,
.box-018::after {
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    background-color: #333;
    content: '';
}

.box-018::before {
    left: 9px;
}

.box-018::after {
    right: 9px;
}
.contents-list{
	padding: 15px 0;
}
.work_detail{
	margin: 10px 10px 15px;
	padding: 0 0 15px;
    border-bottom: 1px solid #333;
}

.button-55 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    margin: 10px auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #d9d9d9;
    color: #333;
    font-weight: 600;
    font-size: 1em;
	text-decoration: none;
}

.button-55::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("../images/link.svg");
    content: '';
}
.button-55:hover{
	opacity: 0.7;
	color: #FFF;
}


.button-50 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    margin: 10px auto;
    padding: .9em 2em;
    border-radius: 5px;
    background-color: #DC9FB4;
	color: #FFF;
    font-weight: 600;
    font-size: 1em;
	text-decoration: none;
}

.button-50::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("../images/link_w.svg");
    content: '';
}
.button-50:hover{
	opacity: 0.7;
	color: #FFF;
}
.hosoku{
	padding: 25px 0;
	display: block;
}
.images{
	margin:0 auto 15px;
	display: block;
}



/*一覧用CSS*/
.list_tit{
	background:#F1F1F1;
	padding: 15px ;
	text-align: center;
	font-size: 2.0em;
	font-family: "Shippori Mincho B1" !important;
	font-weight: normal;
	border-bottom: 3px double #373737;
}
.exp{
	font-family: "Shippori Mincho B1";
	background:#F1F1F1;
	padding: 15px 0 20px;
	text-align: center;
	font-size: 1.2em;
	display: block;
	margin: 0 auto;
}
.exp_eng{
	padding: 5px 0 50px;
	font-family: "Shippori Mincho B1";
	background:#F1F1F1;
	text-align: center;
}
.work_list{
	margin: 10px 0;
	padding: 0;
	display: block;
	
}
.work_list li{
	border: 1px solid #E9E9E9;
	list-style: none;
	padding: 15px;
	display: block;
	margin: 0 2% 15px;
	width: 46%;
	float: left;
}
.work_list li a{
	text-decoration: none;
	color: #333;
}
.work_list li a:hover{
	opacity: 0.6;
}
.thum_img{
	width: 30%;
	float: left;
	max-width: 250px;
	margin-right: 15px;
}
.list_title{
	font-weight: bold;
}
.event-section{
	margin-bottom: 50px;
}
@media screen and (max-width: 750px){
	.under-entry-content{
		width: 100%;
		overflow-x: hidden;
	}
	.top_img{
		width: 70%;
}

.work_list li{
	margin: 0 auto 15px;
	width: 90%;
	float: none;
}
.exp{
	text-align: left;
	font-size: 1.1em;
	display: block;
	margin: 0 auto;
	padding: 15px 15px 20px;
}
.exp_eng{
	padding: 0 15px 50px;
	text-align: left;
}
.list_tit{
	font-size: 1.5em;
}
	
}

