@charset "utf-8";


.event-wrap {
	
}

section#event {
	margin:0 0 80px;
}

section#event .section-inner {
    background: #fff;
    padding: 20px 60px 3%;
    margin: -3% auto 0;
    max-width: 1400px;
    box-sizing: border-box;
}

/*+++++++++++++++++++++++++
今日の日付
+++++++++++++++++++++++++*/

section#event .today {
	position: relative;
	margin: 30px auto 0;
}

section#event .today .button_link {
	position: relative;
}

section#event .today .prev {
    position: absolute;
    left: 0;
    top: 0;	
}

section#event .today .next{
    position: absolute;
    right: 0;
    top: 0;	
}

section#event .today dl{
	font-family: 'Secular One', sans-serif;
	text-align: center;
	margin: 0 auto 1%;
	display: block;
	line-height: 1.3;
}

section#event .today dt {
	display: inline-block;
	font-size: 3em;
	padding: 0 15px 0 0;
}

section#event .today dd{
	display: inline-block;
	font-size: 2em;
}
/*+++++++++++++++++++++++++
イベントリスト
+++++++++++++++++++++++++*/

section#event article#today {
	/*background:#f6f5ef;*/
	margin: 50px 0 0 0;
}

.panel_area {
	
margin: 0 0 50px 0;
}

.tab_panel li {
	display: inline-block;
	vertical-align: top;
	outline: none;
	background: #fff;
	overflow: hidden;
	margin: 0 40px 40px 0;
	position: relative;
	width: 31%;
}


.tab_panel li:nth-child(3n) {
	
margin: 0 0 40px;
}


section#event .tab_panel a{
	display: block;
}


.new {
	background: #e04444;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	font-size: 0.8em;
	font-weight: bold;
	position: absolute;
	top: 2%;
	z-index: 10;
	right: 2%;
}

.new span {
	margin: auto;
	padding: 15px 0;
	text-align: center;
	letter-spacing: 1px;
	display: block;
	color: #fff;
}

section#event .tab_panel figure {
	position: relative;
	height: 260px;
	overflow: hidden;
	width: 100%;
	background: #eee;
}

section#event .tab_panel figure img {
	position: absolute;
	top: 0;
	left: -3%;
	bottom: 0;
	right:0;
	width: 110%;
	max-width: inherit;
	margin: auto;
}

section#event .tab_panel dl {
	
padding: 20px 0 20px;
	
text-align: center;
}

section#event .tab_panel dt {
	color: #6699cc;
	font-weight: bold;
	font-size: 1em;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
	text-align: center;
	margin: 0 0 15px 0;
}

section#event .tab_panel dd {
	padding: 0 10px;
	font-size: 0.9em;
	line-height: 2;
}


@media screen and (max-width: 1399px) {

section#event {
	margin:0 0 80px;
}

section#event .section-inner {
    padding: 20px 10px 0;
}

/*+++++++++++++++++++++++++
今日の日付
+++++++++++++++++++++++++*/

section#event .today {
	position: relative;
	margin: 30px auto 0;
}

section#event .today .prev {
    position: absolute;
    left: 0;
    top: 0;	
}

section#event .today dt {
	font-size: 2.8em;
}

section#event .today dd{
	font-size: 1.8em;
}
/*+++++++++++++++++++++++++
イベントリスト
+++++++++++++++++++++++++*/

section#event article#today {
	margin: 50px 0 0 0;
}

.tab_panel li {
	margin: 0 15px 15px 0;
	width: 32%;
}


.tab_panel li:nth-child(3n) {
	margin: 0 0 15px;
}


.new {
	width: 40px;
	height: 40px;
}

.new span {
	padding: 13px 0;
	font-size: 0.8em;
}

section#event .tab_panel figure {
	height: 200px;
}

section#event .tab_panel dl {
	padding: 10px 0;
}
	
section#event .tab_panel dt {padding: 0 0 5px;margin: 0 0 15px;}

section#event .tab_panel dd {line-height: 1.5;}

}

@media screen and (max-width: 1023px) {
section#event {
	margin:0 0 80px;
}

section#event .section-inner {max-width: 100%;}

/*+++++++++++++++++++++++++
今日の日付
+++++++++++++++++++++++++*/

section#event .today .button_link {
}

section#event .today .prev {
    position: absolute;
    left: 0;
    top: 0;	
}


section#event .today dt {font-size: 2.5em;}

section#event .today dd{
	font-size: 1.5em;
}
/*+++++++++++++++++++++++++
イベントリスト
+++++++++++++++++++++++++*/

.tab_panel li {margin: 0 10px 10px 0;}


.tab_panel li:nth-child(3n) {
	margin: 0 0 10px;
}

section#event .tab_panel figure {height: 180px;}

section#event .tab_panel dt {font-size: 0.9em;}

section#event .tab_panel dd {
	font-size: 0.7em;
}
}

@media screen and (max-width: 767px) {
.event-wrap {
	
}

section#event {
	margin:0 0 80px;
}

section#event .section-inner {
}

/*+++++++++++++++++++++++++
今日の日付
+++++++++++++++++++++++++*/

section#event .today {
	position: relative;
	margin: 30px auto 0;
}

section#event .today .button_link {right: 0;}

section#event .today .prev {
    position: absolute;
    left: 0;
    top: 0;	
}

section#event .today .next{width: 100%;top: inherit;left: 0;margin: auto;}

section#event .today dl{
	font-family: 'Secular One', sans-serif;
	text-align: center;
	margin: 0 auto 1%;
	display: block;
	line-height: 1.3;
}

section#event .today dt {
	font-size: 2em;
}

section#event .today dd{font-size: 1em;}
/*+++++++++++++++++++++++++
イベントリスト
+++++++++++++++++++++++++*/

section#event article#today {
	/*background:#f6f5ef;*/
	margin: 50px 0 0 0;
}

.panel_area {
	
margin: 16% 0 50px 0;
}

.tab_panel li {
	display: block;
	margin: 0 0 15px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 15px;
}


.tab_panel li:nth-child(3n) {
	
margin: 0 0 10px;
}


section#event .tab_panel a{
	display: block;
}


.new {
	right: inherit;
	left: 1%;
	width: 35px;
	height: 35px;
}

.new span {
	padding: 11px 0;
	font-size: 0.6em;
}

section#event .tab_panel figure {
	height: 100px;
	width: 40%;
	display: inline-block;
	margin: 0 8px 0 0;
}

section#event .tab_panel figure img {
	position: absolute;
	top: 0;
	left: -3%;
	bottom: 0;
	right:0;
	width: 110%;
	max-width: inherit;
	margin: auto;
}

section#event .tab_panel dl {
	
width: 56%;
	
display: inline-block;
	
padding: 0;
	
vertical-align: top;
}

section#event .tab_panel dt {
	font-size: 0.85em;
	text-align: left;
}

section#event .tab_panel dd {
	font-size: 0.7em;
	padding: 0;
	text-align: left;
}

}