@charset "UTF-8";


/* event
---------------------------------------------------------------------------*/
#eventContents .pagetitle {
	margin-bottom: 40px;
}

#eventContents .txt-lead {
	margin-bottom: 70px;
}

#eventContents .txt-lead .txt-s {
	margin: 0 0 30px;
	line-height: 2;
}

/* .contact-event
------------------------------------*/
.contact-event {
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 6px;
	background: #FFFFFF;
	border: 1px solid #ECE7D7;
	width: 820px;
	margin: 0 auto;
	padding: 32px 32px 22px 44px;
	text-align: left;
	line-height: 1.9;
}

.contact-event p {
	line-height: 1.9;
}

.contact-event .txt-set {
	float: left;
	width: 365px;
}

.contact-event .txt-set h2 {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.contact-event .txt-set p.tel {
	margin: 0 0 16px 3px;
}

.contact-event .txt-set p.attention {
	color: #AF663F;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.06em;
}

.contact-event .schedule-area {
	float: right;
	width: 375px;
}

.contact-event .table-schedule {
	width: 100%;
	letter-spacing: 0.1em;
}

.contact-event .table-schedule th {
	padding: 5px 8px 4px;
}

.contact-event .table-schedule td {
	padding: 5px 6px 3px 8px;
	font-size: 13px;
}

.contact-event .closed {
	margin-top: 1px;
}

/* .anchor
------------------------------------*/
#eventContents .anchor {
	margin: 0 0 25px;
}

#eventContents .anchor ul {
	text-align: center;
}

#eventContents .anchor li {
	display: inline-block;
  text-decoration: underline;
}

#eventContents .anchor li a {
	display: block;
	position: relative;
/* 	border-bottom: 1px solid #DBD8C7; */

	padding: 10px 3px 0 30px; 
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

#eventContents .anchor li a:before {
	display: block;
	content: '';
	position: absolute;
	top: 23px;
	left: 12px;
	background: url(../img/share/ico-anchor.png) no-repeat;
	background-size: 10px 11px;
	width: 10px;
	height: 11px;
}

/* .sec-calendar
------------------------------------*/
.sec-calendar {
	width: 990px;
	margin: 0 auto;
}

#eventContents.archive .sec-calendar {
	padding-top: 20px;
}

.sec-calendar .h2-title {
	margin-bottom: 10px;
}

.sec-calendar .attention {
	margin-top: 2px;
	box-sizing: border-box;
	background: #F4F3ED;
	padding: 15px 15px 13px;
	text-align: center;
}

.sec-calendar .attention p {
	font-size: 13px;
	letter-spacing: 0.1em;
}

.sec-calendar .attention a {
	padding: 0 2px;
	color: #B65D2D;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/* single
---------------------------------------------------------------------------*/

/* .event-title
------------------------------------*/
.event-title-wrap {
	margin: 0 auto 50px;
	text-align: center;
	min-height: 112px;
}

.event-title {
	position: relative;
	display: inline-block;
	padding: 28px 60px 0;
}

.event-title:before,
.event-title:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/share/bg-arc.png) no-repeat;
	background-size: 39px 112px;
	width: 39px;
	height: 112px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.event-title:before,
	.event-title:after {
		background-image: url(../img/share/bg-arc@2x.png);
	}
}

.event-title:after {
	left: inherit;
	right: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.event-title .inner {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #DBD8C7;
	padding: 0 0 8px 110px;
}

#eventContents .event-title .rabel {
	float: none;
	position: absolute;
	top: 4px;
	left: 0;
}

@media all and (-ms-high-contrast:none){
	#eventContents .event-title .rabel {
		top: -2px;
	}
}

.event-title .inner h1 {
	display: inline-block;
	font-size: 23px;
/* 	font-weight: bold; */
	line-height: 1;
	letter-spacing: 0.1em;
	font-feature-settings: 'pkna' 1;
}

.event-title .inner p {
	position: relative;
	padding: 0 0 0 20px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	white-space: nowrap;
	transform: translateY(-2px);
}

.event-title .inner p:before {
	display: block;
	content: '/';
	position: absolute;
	top: 0;
	left: 5px;
}

.event-title .date {
	border-top: 1px solid #DBD8C7;
	margin: -1px 0 0;
	padding: 11px 0 0;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.event-title .date strong {
	color: #AF663F;
	font-weight: bold;
}

.event-title .date span:first-of-type { padding-left: 10px; }
.event-title .date span:last-of-type { padding-left: 0; }
.event-title .date span:last-of-type em { display: none; }

/* .event-area
------------------------------------*/
.event-area {
	width: 820px;
	margin: 0 auto 100px;
}

.event-txt {
	margin: 0 auto 70px;
	padding: 0 30px;
	line-height: 1.6;
}

.event-txt figure {
	text-align: center;
}

.event-txt img {
	border-radius: 6px;
	max-width: 820px;
	height: auto;
	margin: 0 -30px 50px;
}

.event-txt h2 {
	margin: 20px 0 28px;
  line-height: 1.6;
}

.event-txt h2 strong {
	box-shadow: inset 0 -6px 0 0 #F8E3C6;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.event-txt p {
	margin: 0 0 12px;
	line-height: 1.9;
	letter-spacing: 0.05em;
}

.event-area .contact-event .txt-set h2 {
	margin-bottom: 18px;
}

.event-area .contact-event .closed {
	margin-top: 10px;
}

.event-txt a {
	text-decoration: underline;
}

.event-txt strong {
	font-weight: bold;
}

.event-txt em {
	font-style: italic;
}

.event-txt del {
	text-decoration: line-through;
}

.event-txt ul,
.event-txt ol {
	margin-bottom: 25px;
}

.event-txt ul li {
	list-style: disc;
	margin-bottom: 5px;
	margin-left: 25px;
}

.event-txt ol li {
	list-style: decimal;
	margin-bottom: 5px;
	margin-left: 25px;
}

.event-txt blockquote {
	background: #F4F3ED;
	margin-bottom: 25px;
	padding: 15px 20px;
}

.event-txt blockquote p:last-of-type {
	margin-bottom: 0;
}

/* .table-common
------------------------------------*/
.event-area .table-common {
	margin: 0 0 40px;
	font-size: 13px;
}

.event-area .table-common tr,
.event-area .table-common tr:last-of-type th,
.event-area .table-common tr:last-of-type td {
	border-bottom: none;
}

.event-area .table-common tr:first-of-type th { border-radius: 6px 0 0 0; }
.event-area .table-common tr:first-of-type td { border-radius: 0 6px 0 0; }
.event-area .table-common tr:last-of-type th { border-radius: 0 0 0 6px; }
.event-area .table-common tr:last-of-type td { border-radius: 0 0 6px 0; }

.event-area .table-common th {
	border-bottom: 1px solid #ECE7DB;
	width: 140px;
	padding: 15px 22px 14px;
	letter-spacing: 0.05em;
}

.event-area .table-common td {
	border-bottom: 1px solid #F1EFE9;
	padding: 15px 27px 14px;
}

.event-area .table-common .important th {
	padding-top: 15px;
}

.event-area .table-common .important td {
	padding-top: 13px;
	color: #AF663F;
	font-size: 15px;
	font-weight: bold;
}

.event-area .table-common .important td strong {
	padding-right: 5px;
	font-weight: bold;
}

.event-area .table-common td span {
	display: block;
	margin-bottom: 3px;
}

.event-area .table-common td span:last-of-type { margin-bottom: 0; }

.event-area .table-common td span em {
	font-weight: bold;
	white-space: nowrap;
}

/* .sec-index
------------------------------------*/
.sec-index {
	width: 100%;
	margin: 0 0 140px;
}

#eventContents.category .sec-index,
#eventContents.single .sec-index {
	background: #F9F6EE;
	margin: 0 0 100px;
	padding: 80px 0;
}

#eventContents.category .sec-index.index-main {
	background: none;
	margin: 0 0 120px;
	padding: 0;
}

.sec-index .inner {
	width: 820px;
	margin: 0 auto;
}

#eventContents.category .sec-index .h2-title,
#eventContents.single .sec-index .h2-title {
	margin-bottom: 45px;
}

.sec-index .event-list {
	margin: 0 0 55px;
}

.sec-index .event-list li {
	width: 100%;
}

.sec-index .event-list li:nth-of-type(1) {
	border-top: 1px dashed #BBBBBB;
}

.sec-index .event-list li a {
	box-sizing: border-box;
	padding: 30px 10px 20px 142px;
	min-height: 140px;
}

.sec-index .event-list li figure {
	top: 20px;
	left: 10px;
	width: 100px;
	height: 100px;
}

.sec-index .event-list li .rabel {
	float: left;
	margin: 3px 0 0;
}

@media all and (-ms-high-contrast:none){
	.sec-index .event-list li .rabel {
		margin-top: 0;
	}
}

.sec-index .event-list h4 {
	float: left;
	margin: 6px 0 10px 12px;
	font-size: 16px;
}

.sec-index .event-list dd br {
	display: none;
}

.sec-index .comment {
	text-align: center;
	letter-spacing: 0.1em;
}

.sec-index .btn-set {
	overflow: hidden;
	text-align: center;
}

.sec-index .btn-set .btn-link {
	float: left;
	width: 32%;
	margin: 0 1% 0 0;
}

.sec-index .btn-set .btn-link:nth-of-type(2) {
	width: 34%;
}

.sec-index .btn-set .btn-link:last-of-type {
	margin-right: 0;
}

.sec-index .btn-set .btn-link a {
	padding: 16px 0;
	font-size: 13px;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

@media all and (-ms-high-contrast:none){
	.sec-index .btn-set .btn-link a {
		padding: 16px 0 12px;
	}
}

/* .wp-pagenavi-wrap
------------------------------------*/
.wp-pagenavi-wrap .wp-pagenavi {
	margin: -20px auto 70px;
}