@charset "UTF-8";

/*-----------------------
投稿一覧ページ
-------------------------*/

.archivelist {
	border-bottom: 1px solid #aaa;
	margin-bottom: 40px;
}

.main-content .archive_intro {
		display: block;
		color: #333;
}

.main-content .archive_wrap {
	padding: 40px 0;
	border-top: 1px solid #aaa;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.main-content .archive_wrap:hover {
	opacity: 0.7;
	text-decoration: none;
}

.archive_wrap::after {
	content: url(./img/post/post_linkimg.jpg);
}

.archive_img {
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.archive_detail {
	width: calc(100% - 180px);
}

.date,
.post-cate,
.new {
	display: inline-block;
	line-height: 1;
	margin: 0 2% 10px 0;
	border-radius: 2px;
}

.post-cate {
	width: 15%;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	z-index: 10;
	padding: 2px;
	letter-spacing: 2px;
}

.post-cate > a {
	padding: 4px;
	display: block;
	width: 100%;
	background: #aaa;
}

.main-content .post-cate > a {
	color: #fff;
}

.main-content .post-cate > a:hover {
	opacity: 0.7;
	text-decoration: none;
}


/*カテゴリ色*/

.new {
	color: #ff6633;
	text-style: oblique;
}

.archive_title {
	color: #b19e6d;
	font-size: 22px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 1.3;
}

.sp-serch-btn {
	display: none;
}

@media screen and (max-width:768px) {

	.main-content .archive_wrap {
		display: block;
		padding: 20px 0;
		color: #333;
	}

	.archive_img {
		float: left;
		margin: 0 20px 10px 0;
	}

	.archive_detail {
		display: block;
		width: 100%;
		width: calc(100% - 40px);
	}

	.main-content .archive_intro {
			display: block;
	    color: #333;
	}

	.archive_title {
		display: inline;
		line-height: 1.6;
		border-bottom: none;
	}

	.archive_hdarea {
		border-bottom: 1px solid #aaa;
	}

	.archive_intro {
		padding: 16px 0 0;
	}

	.archive_wrap::after {
		content: url(./img/post/post_linkimg.jpg);
		position: absolute;
		right: 0;
		top: calc(50% - 60px);
	}

	.post-cate {
		width: 120px;
		margin-bottom: 10px;
	}
	.main-content .post-cate > a {
		color: #fff;
	}

	.archive_hdarea {
		border-bottom: none;
	}

}

@media screen and (max-width:480px) {

	.archive_title {
		color: #b19e6d;
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 10px;
		letter-spacing: 1px;
		line-height: 1.2;
	}

	.archive_intro {
		padding: 10px 0 0;
		line-height: 1.3;
	}

	.archive_img {
		width: 80px;
		height: 80px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}

	.archive_detail {
		display: block;
		width: 100%;
		width: calc(100% - 17px);
	}

}

/*-----------------------
投稿詳細ページ
-------------------------*/

/*投稿表示部分*/

.post-wrap {
	margin-bottom: 40px;
}

.post_pagehd {
	margin: 30px auto 40px;
}

.post-wrap {
	border: 1px solid #b1a46e;
	padding: 30px 30px 50px;
	position: relative;
	background: url(./img/post/post_hddeco.png) no-repeat top center;
	background-size: contain;
}

.post-title-section,
.post-content {
	max-width: 700px;
	margin: auto;
}

.post-status {
	text-align: center;
	margin: 20px 0;
}

/*投稿の段落マージン(要調整)*/

.pra-post {
	margin: 10px auto 30px;
}


/*-----------------------
イベント一覧
------------------------

/*-----------------------
イベントページ
-------------------------*/

body {
	overflow-x: hidden;
}

/* event ヘッダーimg */

.hero .eventhd {
	background: url(./img/event/hdimg_03.png) center center no-repeat;
	background-size: cover;
}

/* event一覧 */

.event-ov-list .event-container {
	padding: 0 0 60px;
}

.event-container::before {
	content: "";
	display: block;
	width: 60px;
	height: 28px;
	margin: 0 auto 40px;
	background: url(./img/ev_arrow_dw.png);
	background-size: contain;
}

.event-reslut {
	margin-bottom: 40px;
	font-size: 1.4rem;
	text-align: center;
}

.event-ov-list {
	margin-bottom: 80px;
}

/* event-item */

.event-ov-item {
	background: #fff;
	text-align: left;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 38px;
	border: 1px solid #bfbfbf;
}

.pickup {
	background: #fdf7e9;
	border: none;
}



/* eyecatch */

.eov-eyecath {
	display: block;
	width: 171px;
	height: 240px;
	border: solid 1px #aaa;
	margin-right: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.main-content .eov-link {
	display: block;
	color: #333;
	text-decoration: none;
	margin-bottom: 30px;
}

.main-content .eov-link:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #333;
}



.eov-info {
	max-width: 760px;
	width: 70%;
	padding: 30px 40px 0 0;
}

/* 開催ステータス */

.open {
	width: 86px;
	height: 66px;
	top: 0;
	right: 40px;
	position: absolute;
	color: #fff;
	font-size: 1.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10px;
	text-align: center;
}

.open {
	background-size: 100%;
}

.open:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 43px 10px 43px;
	border-color: transparent transparent #ffffff transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #ffffff #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	bottom: 0;
	left: 0;
	position: absolute;
}

.pickup .open:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 43px 10px 43px;
	border-color: transparent transparent #ffffe7 transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #ffffe7 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	bottom: 0;
	left: 0;
	position: absolute;
}

@media screen and (max-width:480px){
  .open{
    right:0;
    width: 66px;
    height: 50px;
    padding: 0 6px;
    font-size: 11px;
    font-size: 1.1rem;
  }
	.open:before {
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 33px 8px 33px;
		border-color: transparent transparent #ffffff transparent;
		bottom: 0;
		left: 0;
		position: absolute;
	}

	.pickup .open:before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 33px 8px 33px;
		border-color: transparent transparent #fdf7e9 transparent;
	}
}

/* 種別 */

.eov-type {
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.eov-prg-type {
	display: inline-block;
	background: url(./img/bg-cate.png) no-repeat;
	background-size: contain;
	width: 100px;
	height: 45px;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	margin-right: 15px;
}

.eov-host-type {
	font-size: 1.2rem;
	padding: 3px 8px;
	vertical-align: baseline;
}

.sponser {
	border: 1px solid #aaa;
	color: #aaa;
}

/* タイトル */

.eov-ttl {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

/* イベント情報 */

.eov-access {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.eov-date-time {
	width: 100%;
	color: #666;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.eov-date {
	margin-right: 16px;
	font-size: 19px;
	font-size: 1.9rem;
}

.eov-access {
	font-size: 1.3rem;
	line-height: 1.2;
}

.eov-buy-start {
	letter-spacing: 0;
	margin-bottom: 8px;
	position: relative;
	padding-left: 25px;
}

.eov-location,
.eov-ticket {
	width: 45%;
}

.main-content .eov-location p {
	margin-bottom: 0;
	font-size: 13px;
	font-size: 1.3rem;
}

.eov-buy-start {
	width: 100%;
}

.eov-buy-start:before {
	content: "";
	width: 20px;
	height: 14px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(./img/event/icon-cheer.png) no-repeat;
	background-size: contain;
}


@media screen and (max-width: 768px) {
	.eov-eyecath {
		margin: 20px auto 0;
		max-width: 343px;
		max-height: 486px;
	}
	.eov-ttl {
		font-size: 20px;
		font-size: 2rem;
	}
	.eov-info {
		width: 100%;
		padding: 20px;
	}
	.eov-date,
	.eov-time {
		width: 100%;
		margin-bottom: 5px;
	}
	.eov-link {
		display: block;
		margin: auto;
	}
}


/* 検索フォーム */

.eventsearch {
	text-align: center;
	padding: 40px 40px 30px;
	border-bottom: 1px solid #ff916c;
	margin-bottom: 50px;
}

.ev-form {
	display: table;
	width: 100%;
	margin: 0 auto;
	border: solid #aaa;
	border-width: 0px 1px 1px 1px;
}

.ev-form:first-child{
	border-width: 1px 1px 1px 1px;
}

.ev-form > dd,
.ev-form > dt {
	display: table-cell;
	border-collapse: collapse;
	padding: 10px;
	padding: 18px;
}

.ev-form > dt {
	color: #fff;
	font-weight: bold;
	width: 20%;
	border: solid #aaa;
	border-width: 0 1px 0 0;
	background: #7b989c;
	letter-spacing: 2px;
}

.ev-form > dd {
	width: 80%;
	margin: 0;
	padding-left: 20px;
	text-align: left;
}

.ev-label {
	margin-right: 20px;
}

button.cond-clear {
    display: block;
    margin: 24px auto 0;
}

.ev-submit {
	padding: 10px 10%;
	background: #7b989c;
	border:1px solid #7b989c;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 20px 0;
}
.ev-submit:hover {
    color: #7b989c;
    background: #fff;
}
.ev-submit:focus{
	outline: none;
}
.sp-serch-btn,
.m-ev-searchbox {
	display: none;
}

/*mobile*/

@media screen and (max-width:768px) {
	.overview-tab{
		display: none;
	}

	/* 検索ポップアップ */
	.m-ev-searchbox {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		background: #7b989c;
		width: 100%;
		display: block;
		padding: 10px;
		color: #fff;
		height: 100%;
		overflow: auto;
	}

	.sp-serch-btn {
		display: block;
		padding: 30px 2% 30px;
		text-align: center
	}

	.m-ev-searchbox .ev-searchbox {
		display: block;
	}
	.label1-label {
		cursor: pointer;
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 270px;
		background: #ff6633;
		padding: 20px 0;
		color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 1px;
	}
	.ev-searchbox {
		display: none;
	}
	.sp-serch-btn {
		display: block;
	}
	.m-ev-searchbox.disp-none {
		display: none;
	}
	.seach-ttl {
		display: block;
		text-align: center;
		padding: 10px;
		border-bottom: 1px solid #fff;
		margin-bottom: 10px;
		position: relative;
		font-size: 17px;
		font-size: 1.7rem;
	}
	.close-bt {
		width: 25px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.cond-content input[type="text"] {
		width: 100%;
		color: #333;
	}

	button.cond-clear {
		border: 1px solid;
		padding: 2px 5px;
	}

	.bottom-btn {
		text-align: center;
	}

	.seach-submit {
		display: block;
		text-align: center;
		border: 2px solid #fff;
		width: 80%;
		margin: 30px auto;
		padding: 10px;
		border-radius: 23px;
		font-weight: bold;
		letter-spacing: 5px;
		background: #fff;
		color: #7b989c;
	}

	.seach-submit:hover {
		background: #7b989c;
		color: #fff;
	}
	.eventsearch {
		padding: 10px;
		margin: 0 auto;
		border: none;
	}
	.ev-form {
		width: 100%;
		display: block;
		border: none;
		margin-bottom: 20px;
	}

	.ev-form.form-last {
		border-bottom: none;
	}

	.ev-form > dd,
	.ev-form > dt {
		display: block;
		width: 100%;
		border: none;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0;
	}

	.ev-form > dt {
		text-align: left;
		background: none;
		color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 14px;
	}

	.ev-form > dd > input[type="checkbox"] {
		display: none;
	}
	.ev-form > dd {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-js-display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ev-label {
		border: 1px solid;
		padding: 5px 13px;
		font-size: 12px;
		font-size: 1.2rem;
		margin-right: 5px;
		border-radius: 15px;
		text-align: center;
		margin-bottom: 10px;
	}
	.ev-form > dd input:checked + .ev-label {
		background: #aaa;
		color: #fff;
	}
	.ev-submit {
		display: inline-block;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
}

/* タブ切り替え */

.tabs-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.tabs-nav li {
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #ff916c;
	cursor: pointer;
	line-height: 30px;
	letter-spacing: 2px;
}

.tabs-nav li a {
	display: block;
}

.tabs-nav li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.tabs-nav li a.active {
	color: #fff;
	background: #ff916c;
}

.tabs-nav li .tab-event {
	border-top: 1px solid #ff916c;
	border-left: 1px solid #ff916c;
	border-right: 1px solid #ff916c;
}

.tabs-nav li .tab-calendar {
	border-top: 1px solid #ff916c;
	border-right: 1px solid #ff916c;
}



@media screen and (max-width:480px) {
	.evd-h2,
	.eov-h2 {
		color: #273d37;
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: normal;
		line-height: 1.1;
		margin: 0 0 10px 0;
		letter-spacing: 1px
	}


}

/*-----------------------
開催カレンダーページ
-------------------------*/

/* カレンダージャンル色表示 */

.calender-genre {
  margin: 10px auto;
  padding-bottom: 10px;
  background: url(/wp-content/themes/mucha/img/event/cal-genre-bg.png) repeat-x;
  background-position: bottom;
  background-size: 10px;
}

.calender-genre li{
    display:inline-block;
    padding:0 10px;
    line-height:1.3;
    border-left:1px solid #9b9b9b;
}

.calender-genre li:first-child{
    border:none;
    padding:0 4px 0 0;
}

.calender-genre li:before{
    content:"■";
}

.genre-01 {
    color: #6cc6ff;
}

.genre-02 {
    color: #ff916c;
}



.event-calendar-wrap {
	position: relative;
	margin-bottom: 100px;
	top: 30px;
}

/* 左右矢印 */

.event-calendar-prev,
.event-calendar-next {
	width: 20px;
	position: absolute;
}

.event-calendar-prev {
	top: 50%;
	left: -36px;
}

.event-calendar-next {
	top: 50%;
	right: -36px;
}

.triangle-left {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #bdd9b5;
	border-bottom: 20px solid transparent;
}

.triangle-right {
	height: 0;
	border-left: 20px solid #bdd9b5;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

/* カレンダーの中身 */

.calendar-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 70px;
}

.calendar-body {
	margin-bottom: 20px;
}

.event-year {
	letter-spacing: 3px;
	margin: 0;
	color: #ff916c;
}

.event-month {
	margin: 0 8px;
}

.years-search {
	letter-spacing: 1px;
}

.calendar-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 98%;
	margin: 0 auto;
}

.prev-month .monthButton:before {
	content: "<<";
	position: relative;
	left: -45px;
}

.next-month .monthButton:after {
	content: ">>";
	position: relative;
	right: -45px;
}

.calendar-footer a:hover {
	background-color: #77926f;
	color: #fff;
}

hr.border-img {
	background-image: url(./img/event/ev_cal_line.png);
	height: 20px;
	border: none;
	background-size: 5%;
	background-repeat: repeat-x;
	margin: 0;
}

.calendar-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-content .event-list-link {
    display: block;
    width: 100%;
    color: #333;
}
.main-content .event-list-link:hover {
    text-decoration:none;
    opacity:0.7;
}

.calender-scroll {
	overflow: auto;
	width: calc(100% - 300px);
}

.event-lists {
	width: 300px;
}

.month-wrap {
	width: 684px;
}

.today-area {
	height: 30px;
}

.event-lists-head,
.event-lists-foot {
	padding: 7px 0;
	text-align: center;
	background-color: #7ebfa7;
	;
	color: #fff;
}

.month-head,
.month-foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.4;
	border-top: 1px solid #7ebfa7;
	border-bottom: 1px solid #7ebfa7;
}

.month-foot {
	border-top: none;
}

.month-head,
.month-foot,
.month-list {
	border-right: 1px solid #7ebfa7;
}

.month-head .month,
.month-foot .month {
	border-right: 1px solid #7ebfa7;
}

.m-space {
	margin: 0 8px;
}

.month {
	width: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-right: 1px solid #fff;
	position: relative;
}

.month .week {
	font-size: 10px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #7ebfa7;
}

.calendar-body .event-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}

.event-list-height {
	height: 114px;
	border-bottom: 1px solid #7ebfa7;
}

.event-img {
	width: 70px;
	height: 100px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.event-txt {
	width: 200px;
	padding: 10px 0;
	margin: 0 0 0 16px;
}

.event-txt .event-cat {
	padding: 2px 10px;
	color: #fff;
}

.event-txt .cat-exhibition {
	background-color: #faa3a9;
}

.event-txt .cat-event {
	background-color: #9ccf95;
}

.event-txt h2 {
	margin: 4px 0;
	font-size: 16px;
	line-height: 1.2;
}

.month-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.event-day:last-child {
	border-right: 1px solid #7ebfa7;
}

.month-list > div:nth-child(odd) {
	background-color: #f2f8f6;
}


/* 本日 */

.month.today {
  background-color: #333;
  color:#fff;
}

.month-list .month.today{
  background-color:#fff;
}

.month-head .today:before {
	content: "本日▼";
	position: absolute;
	font-size: 12px;
	width: 26px;
	top: -28px;
	left: -3px;
	color: #ff916c;
	text-align: center;
	line-height: 12px;
}

.event-day span {
  display: inline-block;
  width: 220px;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 9999;
	color: #333;
}

.month-list .month.today:after {
  content:"";
  width:21px;
  height:113px;
  position:absolute;
  background: rgba(255, 102, 51, 0.5);
  z-index: 999;
  top:0;
  left:0;
}

/* 日付をずらす */

.evnum-23 span{
  left:-24px;
}
.evnum-24 span{
  left:-48px;
}
.evnum-25 span{
  left:-72px;
}
.evnum-26 span{
  left:-96px;
}
.evnum-27 span{
  left:-120px;
}
.evnum-28 span{
  left:-168px;
}
.evnum-29 span{
  left:-192px;
}
.evnum-30 span{
  left:-216px;
}
.evnum-31 span{
  left:-240px;
}

/* 日付ページネーション */

.monthButton {
	width: 200px;
	padding: 6px 0px;
	text-align: center;
	border: 1px solid #7ebfa7;
}

/*-----------------------
固定ページ
-------------------------*/

.page-content-s {
	width: 97%;
}

/*h3*/

.page-h3 {
	margin: 0 0 30px;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 2px;
}

/* aside */

.page-aside {
	max-width: 984px;
	width: 97%;
	margin: 30px auto;
}

.page-list {
	text-align: center;
	width: 100%;
	display: inline-block;
}

.page-list > li {
	display: inline-block;
	margin-bottom: 10px;
}

.page-list > li:before {
	content: "/";
	color: #b2b2b2;
	margin-right: 10px;
}

.page-list > li:first-child:before {
	display: none;
}

.page-list > li > a {
	width: ;
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	color: #b2b2b2;
	padding: 2px;
	border-right: 1px solid #fff;
	letter-spacing: 2px;
	margin-right: 10px;
	line-height: 1.2;
}

.page-list > li > a:hover {
	text-decoration: none;
	background: #d9f1f9;
}

.page-list .current {
	text-decoration: underline;
}


/* 本文 */

.page-content-l {
	width: 100%;
	margin: 0 auto 40px;
}

.page-content-s {
	max-width: 700px;
	margin: 0 auto 40px;
}

.page-title {
	margin-bottom: 30px;
}

.about-img {
	max-width: 540px;
	margin: 0 auto 40px;
}

/* 段落・行間調整 */

.par-page {
	letter-spacing: 1px;
	margin: 0 0 30px;
}



/*-----------------------
イベント詳細
-------------------------*/

.evd-freearea {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.evd-desc-wrap {
	padding: 30px 0;
}

.evd-desc {
	line-height: 2;
	letter-spacing: 1px;
}

.evd-pdf-wrap {
	text-align: center;
}

.evd-pdf-link > a {
	display: inline-block;
	color: #a3312a;
	padding: 12px;
	width: 300px;
	text-align: center;
	border: 1px solid;
	margin-bottom: 20px;
}

.evd-pdf-link > a:hover {
	background: #a3312a;
	color: #fff;
	text-decoration: none;
}

.evd-table-wrap {
	padding: 60px 0;
	margin: 0 auto;
}

.evd-table {
	width: 100%;
}

.evd-table tr,
.evd-table td,
.evd-table th {
	border-collapse: collapse;
	border: 1px solid;
}

.evd-table th {
	text-align: center;
	background: #e3e8e2;
	font-weight: normal;
	border-width: 0;
	letter-spacing: 2px;
	white-space:  pre-wrap;
	width: 15%;
	min-width: 120px;
	vertical-align: text-top;
	padding: 20px 10px;
}

.evd-table td {
	padding: 20px 30px;
	text-align: left;
	line-height: 2;
	border-width: 1px 1px 1px 0;
}
.evd-table td p:first-child{
	margin:0;
}

.evd-tb-note {
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: -12px;
	text-indent: -1em;
	white-space: normal;
}


.evd-related-hd {
	margin-bottom: 40px;
	margin-left: 4%;

}

.evd-h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	margin: 0;
}

.evd-related-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.evd-related-list > .item-sub {
	width: 30%;
}

.evd-related-list .event-sammary-sub {
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 2%;
}

.evd-related-list .ev-status {
	text-align: center;
	margin: 20px 10px;
}

.evd-related-list .open-status {
	font-size: 13px;
	font-size: 1.3rem;
}



.evd-related-list .eov-h2 {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 2px;
	line-height: 1.5;
	width: 90%;
	margin: 0 auto;
}

/* mobile */

@media screen and (max-width:768px) {
	.evd-info {
		width: 100%;
	}
	.evd-related-list > .item-sub {
		width: 70%;
		margin: 0 auto 30px;
	}
}

@media screen and (max-width:480px) {
	.evd-related-list > .item-sub {
		width: 100%;
	}
	.evd-related-wrap {
		border-top: 1px solid #193734;
		margin: 20px auto;
		padding: 20px 0 0;
	}
	.evd-related-hd {
		margin-bottom: 20px;
		margin-left: 4%;
	}
}

.evd-intro-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 60px 0;
	border-bottom: 2px solid #aaa;
	margin-bottom: 50px;
}

.evd-info-type {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 24px;
}

.evd-info-type .open {
	position: relative;
	left: 0;
	margin-right: 16px;
}



.evd-eyecatch {
	width: 35%;
}

.evd-info-main {
	width: 60%;
}

.evd-ttl {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 2px;
	margin: 0 auto 20px;
	color: #193734;
}

.evd-date-time {
	font-size: 1.8rem;
	letter-spacing: 2px;
	font-weight: bold;
	color: #666;
	margin-bottom: 30px;
}

.evd-date-time .eov-date,
.evd-date-time .eov-time {
	width: 100%;
	white-space: normal;
	overflow: auto;
	display: block;
	line-height: 1.4;
	font-weight: normal;
}

.evd-date-note {
	font-size: 1.4rem;
	font-weight: normal;
}

.evd-access {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.3rem;
	line-height: 1.2;
	margin-bottom: 36px;
}

.eov-buy-start .icon-calender,
.eov-buy-start .icon-cheer {
	color: #9e8135;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
}



.evd-access .eov-location,
.evd-access .eov-ticket,
.evd-access .eov-buy-start,
.evd-access .eov-recruit {
	margin-bottom: 5px;
}

.evd-interval-wrap {
	text-align: center;
	margin-bottom: 50px;
}

.evd-summary-block {
	margin-bottom: 90px;
}

.evd-ticket,
.evd-pdf {
	display: inline-block;
	margin-bottom: 10px;
}

.evd-ticket a {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	max-width: 280px;
	letter-spacing: 1px;
	background: #ff9300;
	padding: 10px 20px 10px 60px;
	position: relative;
	border: 2px solid #ff9300;
	text-decoration: none;
}

.evd-ticket a:hover {
	color: #ff9300;
	background: #fff;
	text-decoration: none;
}

.evd-ticket a:hover::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 20px;
	background: url(./img/event/ev_icon_ticket_01.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 20px;
	top: 15px;
}

.evd-ticket a::before {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 30px;
	height: 20px;
	background: url(./img/event/ev_icon_ticket_02.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 20px;
	top: 15px;
}

.evd-pdf > a {
	display: inline-block;
	width: 200px;
	letter-spacing: 1px;
	background: #aaa;
	border: 1px solid #aaa;
	padding: 5px 5px 5px 30px;
	color: #fff;
	text-decoration: none;
	position: relative;
	text-align: center;
}

.evd-pdf > a::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 17px;
	background: url(./img/event/di-wh.png) no-repeat;
	background-size: 90%;
	position: absolute;
	left: 10%;
	top: 7px;
}

.evd-pdf > a:hover {
	display: inline-block;
	width: 200px;
	letter-spacing: 1px;
	border: 1px solid #aaa;
	padding: 5px 5px 5px 30px;
	text-align: center;
	color: #666;
	background: #fff;
	position: relative;
	text-decoration: none;
}

.evd-pdf > a:hover::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 17px;
	background: url(./img/event/di-gr.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 10%;
	top: 7px;
}

.evd-freearea-wrap {
	padding: 40px 0;
	border-bottom: 2px solid #aaa;
	margin-bottom: 60px;
}

.main-content .evd-content-hd {
	width: 100%;
	margin: 0 auto 60px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 1.8rem;
	line-height: 1.2;
	padding: 0 0 5px;
	letter-spacing: 2px;
}

.main-content .evd-content-hd:before {
	display: none;
}

.evd-content-body {
	margin-bottom: 70px;
}

.main-content .evd-h3 {
	width: 100%;
	margin: 0 auto 20px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 1.5rem;
	line-height: 1.2;
	padding: 0 0 5px;
}

.main-content .evd-h3::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 25px;
	vertical-align: bottom;
	background: url(./img/event/icon-ticket-gd.png);
	margin-right: 10px;
}

.evd-cont-body {
	padding-bottom: 20px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 10px;
}

.ev-txtlink {
	display: inline-block;
	color: #c9331b;
	font-weight: bold;
	text-decoration: underline;
}

.ev-txtlink:hover {
	color: #f19433;
}

.evd-content-wrap {
	padding-bottom: 60px;
}

.evd-related-wrap {
	border-top: 3px solid #ff916c;
	margin: 40px auto;
	padding: 40px 0 0;
}

.event-related-hd {
	color: #ff916c;
	margin-bottom: 30px;
}

.event-related-hd img {
	width: 156px;
}

.event-related-hd span {
	position: relative;
	display: block;
	font-size: 1.7rem;
	font-size: 17px;
	font-family: "Yu Mincho", "YuMincho", "游明朝", "ヒラギノ明朝 Pro W3", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	letter-spacing: 2px;
	margin-top: 15px;
}

.go-detail {
	width: 100%;
	background-color: #7dc0a8;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	position: relative;
}

.go-detail span {
	font-size: 1.5rem;
	font-size: 15px;
	color: #ffffff;
	font-family: "Yu Mincho", "YuMincho", "游明朝", "ヒラギノ明朝 Pro W3", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	letter-spacing: 0.075em;
	padding-left: 38px;
}

.event-related-hd span:before {
	position: absolute;
	content: '';
	top: 16px;
	left: 108px;
	width: 10px;
	height: 11px;
	background-image: url(./img/common/top_next_arrow.png);
	background-size: cover;
	background-repeat: no-repat;
}

.event-related-item {
	border: 1px solid #aaa;
	position: relative;
}

.event-related-item .eov-type {
	padding: 20px 10px 20px 20px;
}

.event-related-item .open {
	right: 5%;
}

.event-related-item .eov-eyecath {
	margin: 0 auto;
}

.event-related-item .eov-info {
	width: 100%;
	padding: 30px 20px;
}

.event-related-item .eov-ttl {
	font-size: 18px;
}


@media screen and (max-width:768px) {
	.evd-table th,
	.evd-table td {
		font-size: 1.2rem;
	}
	.evd-eyecatch {
		width: 100%;
		text-align: center
	}
	.evd-info-main {
		width: 100%;
	}
	.evd-info-type {
		margin: 0px auto 20px;
	}
}

@media screen and (max-width:480px) {
	.evd-intro-wrap {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.evd-summary-block {
		margin-bottom: 30px;
	}
	.evd-table-wrap {
		margin-bottom: 36px;
	}
	.evd-freearea-wrap {
		padding: 20px 0;
		border-bottom: 2px solid #aaa;
		margin-bottom: 40px;
	}
	.evd-ttl {
		font-size: 1.8rem;
		line-height: 1.2;
	}
	.evd-date-time {
		font-size: 1.4rem;
		line-height: 1.2;
		letter-spacing: 1px;
	}
	.evd-date-note {
		font-size: 1.2rem;
	}
}



/*-----------------------
404
-------------------------*/
.container-404{
	max-width:800px;
	margin:0 auto;
}
.link-db {
	text-align: center;
	margin-bottom:20px;
}
.link-db > a {
  display: inline-block;
  border: 1px solid #7ebfa7;
	color:#333;
	font-weight:bold;
  text-decoration: none;
  padding: 8px;
  width: 100%;
	position:relative;
}
.link-db > a:before{
	content:"＜＜";
	position:absolute;
	left:10px;
	top:8px;
}
.link-db >a:hover{
  text-decoration:none;
	background:#7ebfa7;
	color:#fff;
}
