@charset "UTF-8";
.news_select p {
	padding: 20px 40px;
	width: 34%;
	border: solid 1px #BCB5A8;
	text-align: center;
	font-size: 20px;
}
.news_select p.-active {
	color: #fff;
	background: #938055;
}
.news_select p:nth-child(2),
.news_select p:nth-child(3) {
	border-left: none;
}
.news_select p:hover {
	cursor: pointer;
}
.cmn_body .cnt_wrapper {
	gap: 30px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
	width: 100%;
}
.news_hd.cnt_wrapper {
	align-items: center;
	gap: 5px;
	margin-bottom: 20px;
}
.cmn_cnt {}
.cmn_cnt:hover .news_img img {
	transform: scale(1.1);
}
.news_img {
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
}
.news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.icon_new {
	color: #fff;
	background: #D60000;
	padding: 0 20px;
}
.news_cat {
	color: #938055;
}
.news_txt {
	font-size: 18px;
}
.news_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.news_btn::before {
	content: '';
	width: 21px;
	height: 15px;
	background: url(/img/cmn/icon-list.svg) no-repeat center;
	background-size: cover;
}
.news_single strong {
	font-weight: bold;
}
.news_single a {
	color: #938055;
	text-decoration: underline;
}
.news_single a:hover {
	text-decoration: none;
}
.news_single {
	margin-bottom: 50px;
}
.info_img_wrap {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.cmn_body {
	display: flex;
	gap: 50px;
	justify-content: space-between;
}
.cmn_body_cnt {
	flex: 1;
}
.event_cnt {
	display: block;
	margin-bottom: 50px;
}
.event_cnt a {
	color: #938055;
	text-decoration: underline;
}
.event_cnt a:hover {
	text-decoration: none;
}
.event_ttl {
	background-color: #E5E5E5;
	padding: 5px 10px;
	font-size: 20px;
	margin-bottom: 20px;
}
.event_date {
	margin-bottom: 10px;
}
.event-calendar-header {
	font-size: 18px;
	font-weight: bold;
	background: #938055;
	color: #fff;
	background-image: linear-gradient(to bottom, #a9962a, #766434);
	display: flex;
	height: 48px;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 15px;
	font-weight: bold;
}
.event-calendar-header::before {
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background-color: currentColor;
	position: absolute;
	left: 38px;
	top: 50%;
	transform: translateY(-50%);
}
.event-calendar-header::after {
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background-color: currentColor;
	position: absolute;
	right: 38px;
	top: 50%;
	transform: translateY(-50%);
}
.cal-current {
	margin: 0 10px;
}
.side_nav {
	width: 100%;
	max-width: 250px;
}
.schedule_table {
	width: 100%;
	font-family: var(--font-gothic);
	font-size: 14px;
	table-layout: fixed;
}
.schedule_table th {
	height: 35px;
	text-align: center;
	vertical-align: middle;
	width: 14.28%;
}
.schedule_table > thead > tr {
	border: 1px solid #CBCBCB;
	background-color: var(--color-cream);
}
.schedule_table td {
	border: solid 1px #CBCBCB;
	text-align: center;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
}
.schedule_table td.has-event a {
	color: #fff;
	display: block;
	border-radius: 100px;
	transition-duration: .5s;
	width: 26px;
	height: 26px;
	background-color: #A79D68;
	display: inline-block;
	transition-property: opacity;
}
.schedule_table td.has-event a:hover {
	opacity: .7;
}
.side_nav.-diary {
	max-width: 250px;
}
.cmn_body.-diary .cmn_cnt {
	width: 30%;
}
.menu_item {
	display: block;
	margin-bottom: 20px;
}
.archive_btn {
	border: 1px solid rgba(96, 96, 96, 0.60);
	position: relative;
	z-index: 1;
	border-radius: 5px;
	background: #fff;
}
.archive_btn::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 9px;
	margin-top: auto;
	margin-bottom: auto;
	border: 5px solid #333;
	width: 0;
	height: 0;
	border-left-color: rgba(255, 255, 255, 0);
	border-right-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255, 255, 255, 0);
	border-top-width: 8px;
	border-bottom-width: 0;
}
.archive_btn select {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: 0 0;
	outline: 0;
	border: 0;
	line-height: 30px;
	height: 30px;
	width: 100%;
	border-right: 25px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
	display: block;
	padding-left: 10px;
}
.keyword form {
	display: flex;
	gap: 5px;
}
.keyword form input {
	width: 100%;
	max-width: 190px;
	padding: 2px 10px;
	border: 1px solid rgba(96, 96, 96, 0.60);
	border-radius: 2px;
	box-sizing: border-box;
	background: #fff;
}
.keyword form button {
	display: block;
	flex: 1;
	background-color: #434343;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	transition-duration: .3s;
	transition-property: background-color, color;
	text-align: center;
}
.keyword form button:hover {
	cursor: pointer;
}
.newsGrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 30px;
	column-gap: 30px;
}
.event-calendar-container {}
.event-calendar-title {
	font-size: 16px;
	line-height: 1.4375;
	margin-bottom: 7px;
}
.event-calendar-btn {
	width: 38px;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 1;
	font-size: 0;
	cursor: pointer;
	transition-duration: .3s;
	transition-property: opacity;
}
.event-calendar-btn:hover {
	opacity: .7;
}
.event-calendar-btn-prev {
	left: 0;
}
.event-calendar-btn-prev::before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border: 2px solid currentColor;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	border-right: none;
	border-top: none;
}
.event-calendar-btn-next {
	right: 0;
}
.event-calendar-btn-next::before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border: 2px solid currentColor;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	border-left: none;
	border-bottom: none;
}
.side_nav_link {
	margin-top: 23px;
}
.side_nav_link > a {
	display: block;
	color: #816F32;
	font-family: var(--font-gothic);
	font-size: 16px;
	line-height: 1.5;
	text-decoration: underline;
}
.side_nav_link > a:hover {
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.cmn_body {
		flex-flow: column-reverse;
	}
	.cmn_body .cnt_wrapper {
		gap: 10px;
		margin-bottom: 5px;
	}
	.cmn_cnt {}
	.news_txt {
		font-size: 15px;
	}
	.newsGrid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 16px;
		column-gap: 16px;
	}
	.side_nav {
		max-width: none;
	}
}
