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

body{
 overflow-x: hidden;
}

.contebx{
	width: 100%;
}

.pgnv li{
float: left;
margin-left: 0;}

.pgnv li a{
	background-image: none;
	padding-left: 0;
}

.pgnv a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 600;
    margin-right: 0.3em;
}

.inner{
		width: 960px;
	margin: 0 auto;
}

.sec{

	margin: 80px auto;
}

.contebx p{
	font-size: 15px;
	letter-spacing: 0;
	padding: 10px 0 0;
}


.pgTitWp{
	background:#E4E9DA url("../event/img/ttlbg.jpg") center top no-repeat;
	background-size: contain;
	margin-bottom: 40px;
	padding: 80px 0;
	margin: 0 -40px 40px;
}

.pgTit{
	text-align: center;
	color: #000;
	font-size: 200%;
	font-weight: normal;
}

.pgTit span{
	background-color: rgba(255,255,255,0.9);
	display: inline-block;
	padding: 0.3em 1em;
}

.eventList{
/*	display: flex;
	justify-content: space-between;*/
	list-style-type: none;
}

.eventList h3{
	font-size: 27px;
	margin-bottom: 5px;
	font-weight: 500;
}

.eventList li{
margin-bottom: 40px;
	font-size: 15px;
	position: relative;
	border-bottom: #ddd solid 1px;
	padding-bottom: 40px;
}

.eventList li a{
	display: flex;
	color: #000;
	text-decoration: none;
	justify-content: space-between;
}

.eventList .thumb{
	width:192px;
position: relative;
}

.eventList .thumb img{
	width: 100%;
	height: auto;
}

.eventList .thumb .icHeld{
	position: absolute;
	top:5px;
	left:5px;
	background-color: #f00;
	color: #fff;
	line-height:2;
	padding: 0 10px;	
}

.eventList .detail{
	width: 740px;
	position: relative;
}

.eventList li .btn{
background:#fff;
color: #627a34;
	border: #627a34 solid 2px;
line-height: 2.4;
padding: 0.4em 3em;
display:inline-block;
border-radius: 5px;
	position: absolute;
	right: 0;
	bottom: 5px;
	font-weight: bold;
box-shadow: 0px 2px 0px #5C7827;
	max-width: 160px;
}

.eventList li .btn:after{
    font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: bold;
	position: absolute;
	right: 10px;
	bottom: 10%;
}

.eventList li .btn i{font-size: 140%;

	
margin-right: 0.1em;}

.eventList li a:hover{
	opacity: 0.8;
}

.eventList li a:hover .btn{
	background-color: #627a34;
	color: #fff;
}

.pdlist{
margin-top: 1.5em;	

}

.pdlist dt{
float: left;
clear: both;
	background-color: #DFE7D1;
	color: #000;
	padding: 0.2em 0.6em;
}

.pdlist dt.venu:before{
	font-family: "Font Awesome 5 Free";
    content: '\f3c5';
	font-weight: bold;
	margin-right: 0.3em;
	color: #627a34;
	font-size: 120%;
}

.pdlist dt.peri:before{
	font-family: "Font Awesome 5 Free";
    content: '\f073';
	font-weight: bold;
	margin-right: 0.3em;
	color: #627a34;	
	font-size: 120%;	
}

.pdlist dd{
padding:0.2em 0 0.5em 7.4em;
	vertical-align: middle;
}


/*----------イベント詳細----------------*/

.secDtail{	
	margin:0 auto 60px;}

.secDtail .eveTtl{
    font-size: 160%;
	margin-bottom: 20px;
	font-weight: normal;
}

.secDtail h3{
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding-bottom: 0.5em;
	border-bottom: #627a34 solid 2px;
}

.secDtail .pdlist{
	margin: 40px 0;
	padding: 20px 0;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;	
}

.secDtail .pdlist dd {

}


.phoW{
	margin: 40px 0;
}

.flexSecSb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.txBx{
	width: 60%;
}

.phBx{
	width: 30%;
}

.col2Box{
	margin: 20px 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;	
}

.col2Box > div {
/*width: 48%;*/
}

.evenBx{
width: 48%;	
}

.leftBx{
	width: 58%;}

.rightBx{
	width: 38%;
}

.taC{
	text-align: center;
}

.mb30{
	margin-bottom: 30px!important;
}

.mt30{
	margin-top: 30px!important;
}

.contebx p.frTx{
	font-size: 130%;
	line-height: 2;
}

.chList{
	list-style: none;
}

.chList li{
	line-height: 2;
}

.chList li:before{
font-family: "Font Awesome 5 Free";
content: "\f00c";
font-weight: bold;
	color: #627a34;
	margin-right: 0.3em;
}

.chList2{
	list-style: none;
	margin: 1em;
}

.chList2 li{
	line-height: 2;
	margin: 0 5px;
	border-bottom: #ccc dotted 1px;
}

.chList2 li:before{
font-family: "Font Awesome 5 Free";
content: "\f00c";
font-weight: bold;
	color: #c00;
	margin-right: 0.5em;
}

.hang{
margin-left: 1em !important;
text-indent: -1em; 
}

.fc_g{
	color: #627a34;
}

.fc_gr{
	color: #444;
}

.contebx p.fzL{
	font-size: 106%;
}

.fzS{
	font-size: 90%;
}


.contebx p.tx01{
	text-align: center;
    font-size: 136%;
	line-height: 2;
	background-color:#E4F1FD;
	padding: 1em;
	margin: 0 5%;
	position: relative;
}
.contebx p.tx01:after {
    border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;	
        left:45%;
        top: 100%;
        border-width: 16px 20px 16px 20px;
        border-color:#E4F1FD transparent transparent transparent ;
}


.contebx p.tx02{
text-align: center;
color: #627a34;
font-size: 140%;
}

.contebx p.tx02:before,
.contebx p.tx02:after {
    position: relative;
    display: inline-block;
    content: "";
    background:#627a34;
    width: 2px;
    height: 2.5em;
    margin: 0.5em 1em;
    vertical-align: -1.5em;
    bottom: 0;

}

.contebx p.tx02:before {
    transform: rotate(-30deg);
}

.contebx p.tx02:after {
   transform: rotate(30deg);

}

.subtx{
	font-size: 80%;
}

.fukidashi_01{
	float: right;
	width: 140px;
	margin: 0 0 0 25px;
}

.fukidashi_01 img{
	width: 100%;
	height: auto;
}

