@charset "UTF-8";
/* CSS Document */

section#event {
    text-align: center;
    margin-bottom: 170px;
} 
@media screen and (max-width:640px){
    section#event {
        text-align: center;
        margin-bottom: 80px;
    } 
}
.live .news {
    margin: 0px auto 200px;
}
@media screen and (max-width:640px){
    .live .news {
        margin: 0px auto 120px;
    }
}
.event-inner {
    padding: 0 15px;
}
.event-box {
    max-width: 1200px;
    width: 100%;
    margin: 60px auto 0 auto;
    border: 2px solid #d9b877;
    border-radius: 24px;
    background: url(../img/event/event-top.png) no-repeat top -10px center / 100%, url(../img/event/event-bottom.png) no-repeat bottom center / 100%, url(../img/event/event-bg.jpg?date=1008) no-repeat center top / cover;
    position: relative;
	padding:60px;
}
@media screen and (max-width:640px){
    .event-box {
        width: 100%;
        margin: 20px auto 0 auto;
        border: 2px solid #b69e42;
        border-radius: 20px;
        background: url(../img/event/event-top.png) no-repeat top -10px center / 100%, url(../img/event/event-bottom.png) no-repeat bottom 0% center / 100%, url(../img/event/event-bg.jpg?date=1008) no-repeat center top / cover;
        position: relative;
        padding: 15px;
    }
}
.event-box_wrap {
}
.event-box_inner {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    align-items: center;
	flex-direction: column;
}
@media screen and (max-width:640px){
    .event-box_inner {
        display: block;
        column-gap: 30px;
        align-items: center;
    }
.event-box_wrap {
    margin: 0 auto 20px auto;
}    
}
img.event-title {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:640px){
    img.event-title {
        margin: 0 auto;
    }
}
p.event-box_texts {
	padding:30px 0 0;
    font-size: 18px;
    line-height: 1.8em;
	font-weight: normal;
}
@media screen and (max-width:640px){
	p.event-box_texts {
		padding:10px 0 0;
	}
}
.event-image-area img {
    width: 100%;
}
.event-image-area img:first-child{
	position:absolute;
	top:0;
	left:0;
}
.event-image-area {
    margin-bottom: 0;
	position:relative;
	max-width:894px;
	margin:0 auto;
}
.event-notice img {
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.event-info-area {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    font-size: 20px;
    font-weight: normal;
	width:100%;
	padding:30px 60px 60px;
	margin-top:40px;
}
@media screen and (max-width:640px){
    .event-info-area {
        border-radius: 20px;
        padding: 0 15px 10px 15px;
        font-size: 16px;
		margin-top:20px;
    }
    p.event-box_texts {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.6em;
    }    
}
dl.box_inner_infoarea_detail.event-box_inner_infoarea_detail {
    text-align: left;
}
.live .box_inner_infoarea_detail.event-box_inner_infoarea_detail dt {
	width:100%;
    background:url("../img/event/event-kira.png") no-repeat left top 35% / 22px, url("../img/event/event-line.png") no-repeat left bottom / contain;
	padding:0 0 12px 32px;
	margin:30px 0 20px 0;
}
@media screen and (max-width:640px){
	.live .box_inner_infoarea_detail.event-box_inner_infoarea_detail dt {
		padding:0 0 12px 26px;
		background:url("../img/event/event-kira.png") no-repeat left top 35% / 16px, url("../img/event/event-line-sp.png") no-repeat left bottom / contain;
		margin:30px 0 15px 0;
	}
	.live .box_inner_infoarea_detail.event-box_inner_infoarea_detail dt img{
		height:15px;
	}
}
p.notes {
    font-size: 0.6em;
    text-align: left;
    margin-top: 10px;
}
.noteswrap {
	display:inline-block;
	text-align:left;
}
span.big {
    font-size: 1.6em;
}
span.middle {
    font-size: 1.25em;
}
.bold {
    font-weight: bold;
}
span.event-place {
    color: #fff;
    background: #ab951c;
    font-size: 0.7em;
    padding: 1px 11px 2px 11px;
    margin: 0 4px;
    border-radius: 20px;
}
@media screen and (max-width:640px){
    .event-image-area {
        margin-bottom: 20px;
    }
}
#event{
    padding-top: 68px;
    margin-top: -68px;
}
@media screen and (max-width:640px){
    #event{
        padding-top: 55px;
        margin-top: -55px;
    }
}
.event-box .notes {
	 font-weight: normal;
    font-size: 1rem;
    display: block;
    line-height: 1.4em;
    padding-left: 1em;
    text-indent: -1em;
	margin-top:12px;
}
.event-box .notes + .notes{
	margin-top:0;
}
.event-box .info_place {
	border-radius: 6px;
    background: #1a1a1a;
    color: #fff;
    padding: 2px 10px;
	line-height:1em;
	font-weight: normal;
	font-size:1.25rem;
}
@media screen and (max-width:640px){
	.event-box .info_place {
		display:block;
		margin-top:10px;
		padding: 4px 10px;
	}
}
.event-box .info_name {
	font-weight: bold;
	margin:0 0.5em;
	display:inline-block;
}
.event-box .info_mc {
	font-size:0.8em;
}
.event-box .btn-pia {
	border: 2px solid #ab951c;
    background-color: #ab951c;
    width: 403px;
    margin-top: 20px;
    text-align: left;
    justify-content: flex-start;
    padding: 0 20px;
}
@media screen and (max-width:640px){
	.event-box .btn-pia {
		width:100%;
		max-width: none;
		justify-content: center;
		text-align: center;
		line-height:1.4em;
		margin-top: 10px;
	}
}
.event-box .btn-pia:hover {
	background-image:url("../img/event/arrow_btn-pia.svg");
	background-repeat: no-repeat;
    background-position: center right 10px;
	background-size: 42px;
	color:#ab951c;
}
.event-box .btn-event {
	border:2px solid #73623f;
	background-color:#73623f;
	width:440px;
	font-weight: 700;
	margin:60px auto 30px;
}
@media screen and (max-width:640px){
	.event-box .btn-event {
		width:100%;
		max-width: none;
		margin:30px auto 20px;
		padding-right:18px;
	}
}
.event-box .btn-event:hover {
	background-image:url("../img/event/arrow_btn-event.svg");
	background-repeat: no-repeat;
    background-position: center right 10px;
	    background-size: 42px;
	color:#73623f;
}
.event-box .event-image-area-icon {
	    position: absolute;
    width: 23%;
    left: -27px;
    bottom: 68%;
    max-width: 74px;
}