@charset "UTF-8";

/*eventスタイル専用*/
.mv-event{
	background: url(/event/mid-autumn/img/mv.jpg) left bottom no-repeat;
	background-size: cover;
}
.txt-lead-wp{
	background: -moz-linear-gradient(top, #ea5514 25%, #b63902 100%);
	background: -webkit-linear-gradient(top, #ea5514 25%, #b63902 100%);
	background: linear-gradient(to bottom, #ea5514 25%, #b63902 100%);
}
@media only screen and (max-width:767px){
	.ttl-event{
		width: 95%;
	}
	@media screen and (orientation: landscape) {
	.ttl-event{
			width: 60%;
		}
	}
}
.area-event-contents-in{
	background: url(/event/mid-autumn/img/bg_01.jpg) top left repeat;
}
.txt-lead-wp{
	background-color: #fff;
}

.txt-lead-wp .txt-lead-01,.txt-lead-wp .txt-lead-02{
	color: #fff;
}
.box-plan{
	position: relative;
}
.box-plan:before{
	content:'';
	position: absolute;
	left: 40px;
	top:30px;
	display: block;
	background: url(img/moon_01.png);
	background-size: contain;
	width: 129px;
	height: 93px;
}
.txt-menu-01{
	margin-top: 20px;
	font-weight: bold;
}
@media only screen and (max-width:767px){
	.box-plan:before{
		width: 84px;
		height: 60px;
		left: 10px;
		top:10px;
	}
}
.list-detail.style-02{
	display: inline-block;
	text-align: left;
}
.list-detail.style-02 li{
	display: block;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: dotted 1px #000;
}
.col-02-wp{
	display: flex;
	align-items flex-start;
	padding: 10px 30px 0;
}
.col-02{
	width: calc(100% - 250px);
	padding-left: 40px;
	text-align: left;
}
.col-02.style-02{
	width: 250px;
	padding-left: 0;
}


.txt-name-en{
	font-size: 16px;
	position: relative;
	padding-left: 20px;

}
.txt-name-en:before,.txt-name-en:after{
		content: '';
		display: inline-block;
		position: absolute;
		top: 6px;
		width: 4px;
		height: 1px;
		border-bottom: 1px solid #000;
	}
.txt-name-en:after{
	right: -5px;
}
.txt-name-en:before{
	left: 10px;
}
.txt-name-01{
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1;
}
.img-person-01{
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.ico-piano{
	position: relative;
}
.ico-piano:before{
		content: url(/event/mid-autumn/img/img_piano.png);
		display: inline-block;
		position: absolute;
		bottom: -20px;
		left: -15px;
}
@media only screen and (max-width:767px){
	.col-02-wp{
		flex-direction:column;
		padding: 0;
	}
	.col-02{
		width: 100%;
		padding-left: 0;
	}
	.col-02.style-02{
		padding-bottom: 20px;
		margin: 0 auto;
	}
	.ico-piano:before{
		bottom: 0px;
		right: -10px;
		left: auto;
	}
	.txt-name-01{
		text-align: center;
	}
	.txt-name-en:before,.txt-name-en:after{
		top: 10px;
	}
}