@charset "utf-8";

.indexmain {
	background-image: url(../img/main_bg.jpg);
	height: 400px;
}
.indexmain-head {
	margin-bottom: 8px;
}
/*============= #page-cnt =============*/
.page-cnt {
	padding: 0 0 90px;
}
/*============= #menu =============*/
.lcl-menu {
	position: relative;
	top: -100px;
	margin-bottom: -40px;
	background-color: #fff;
	padding: 35px 60px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.lcl-menu > form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.lcl-menu-cat {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(100% - 300px);
}
.lcl-menu-cat-item {
	width: 33.3333%;
	font-size: 15px;
	line-height: 1;
}
.lcl-menu-cat-item input {
	margin-right: 5px;
}
.lcl-menu__btn {
	width: 300px;
	height: 50px;
	background-color: #2e5096;
	color: #fff;
	font-size: 14px;
	border: 1px solid #2e5096;
	transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
	.lcl-menu-cat-item:nth-child(-n + 3) {
		margin-bottom: 30px;
	}
	.lcl-menu__btn:hover {
		background-color: #fff;
		color: #2e5096;
		cursor: pointer;
	}
}
/*============= #item =============*/
.lcl-item-list {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom: 1px solid #c5d0d6;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.lcl-item {
	width: 352px;
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
	.lcl-item:not(:nth-child(3n)) {
		margin-right: 22px;
	}
}
.lcl-item-img {
	width: 100%;
	height: 200px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../common/img/noimg.jpg);
	position: relative;
	font-size: 0;
	margin-bottom: 10px;
	cursor: pointer;
}
[class^="lcl-item-ico--"] {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	padding: 0 5px;
	font-size: 14px;
}
.lcl-item-ico--new {
	background-color: #9b8f4d;
}
.lcl-item-ico--cat {
	background-color: #2e5096;
}
.lcl-item-cnt {
}
.lcl-item-cnt__ttl {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	color: #9b8f4d;
	margin-bottom: 15px;
}
.lcl-item-detail {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.lcl-item-meta {
	width: calc(100% - 165px);
}
[class^="lcl-item-meta-"]::before {
	font-family: fontawesome;
	display: inline-block;
	position: relative;
}
.lcl-item-meta-day::before {
	content: "\f133";
	margin-right: 3px;
	color: #2e5096;
}
.lcl-item-meta-place::before {
	content: "\f041";
}
.lcl-item-meta-place {
	color: #2e5096;
}
.lcl-item__link {
	width: 160px;
	height: 40px;
	border: 1px solid #cfcfcf;
	color: #2e5096;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
	.lcl-item__link:hover {
		background-color: #2e5096;
		color: #fff;
		cursor: pointer;
	}
}
/*============= #wrapper =============*/
.lcl-fix-item {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	z-index: 10001;
	transition: 0.5s ease;
	opacity: 0;
}
/* ------ option ------ */
.lcl-fix-item.opened {
	opacity: 1;
	visibility: visible;
	overflow: auto;
}

/* ------ option ------ */
.lcl-fix-item-in {
	width: 800px;
}
.lcl-fix-item-img {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.lcl-fix-item-img-main {
	width: 480px;
	height: 270px;
	position: relative;
}
.lcl-fix-item-img-main__image{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: -100%;
	top: -100%;
	bottom: -100%;
	right: -100%;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(../../common/img/noimg.jpg);
	opacity: 0;
	transition: opacity 0.5s ease;
}
.lcl-fix-item-img-main__image--current{
	opacity: 1;
}
.lcl-fix-item-img-sub {
	width: 306px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.lcl-fix-item-img-sub__in {
	width: 148px;
	height: 84px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../../common/img/noimg.jpg);
	cursor: pointer;
	margin-bottom: 10px;
}
.lcl-fix-item-img-sub__in--current{
	outline: solid 2px #9b8f4d;
}
@media screen and (min-width: 768px) { /* ---- PC ---- */
	.lcl-fix-item-img-sub__in:hover {
		opacity: 0.7;
	}
}
.lcl-fix-item__ttl {
	color: #9b8f4d;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 12px;
}
/* ------ option ------ */
.lcl-fix-item__tbl {
	color: #fff;
	width: 100%;
	border-top: 1px solid #434343;
	font-size: 15px;
}
.lcl-fix-item__tbl tr {
	border-bottom: 1px solid #434343;
}
.lcl-fix-item__tbl th,
.lcl-fix-item__tbl td {
	padding: 10px 30px;
	vertical-align: top;
}
.lcl-fix-item__tbl th{
	width: 230px;
}
/* ------ option ------ */
.lcl-fix-close {
	position: absolute;
	top: 50px;
	right: 50px;
}
.lcl-fix-close__btn {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	margin: 0 auto 5px;
}
.lcl-fix-close__btn::before,
.lcl-fix-close__btn::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(45deg);
	transition: 0.5s ease;
}
.lcl-fix-close__btn::after {
	transform: rotate(-45deg);
}
.lcl-fix-close__txt {
	font-size: 13px;
	color: #fff;
	transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
	.lcl-fix-close:hover {
		cursor: pointer;
	}
	.lcl-fix-close:hover .lcl-fix-close__txt {
		color: #9b8f4d;
	}
	.lcl-fix-close:hover .lcl-fix-close__btn::before,
	.lcl-fix-close:hover .lcl-fix-close__btn::after {
		background-color: #9b8f4d;
	}
}

/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px) {
	/*============= #page-cnt =============*/
	.page-cnt {
		padding: 0 0 45px;
	}
	.indexmain {
		height: 300px;
	}
	.indexmain-head {
		margin-bottom: 20px;
	}
	.indexmain.js-load--on .indexmain__en {
		font-size: 35px;
	}
	.indexmain__lead {
		line-height: 1.55;
	}
	/*============= #menu =============*/
	.lcl-menu {
		padding: 30px 15px;
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
		width: calc(100% - 30px);
		margin: 0 auto -50px;
	}
	.lcl-menu > form {
		display: block;
		width: 100%;
	}
	.lcl-menu-cat {
		display: block;
		width: 100%;
	}
	.lcl-menu-cat-item {
		width: 100%;
		font-size: 13px;
		line-height: 1;
	}
	.lcl-menu-cat-item:not(:last-child) {
		margin-bottom: 10px;
	}
	.lcl-menu__btn {
		width: 100%;
		height: 45px;
		font-size: 13px;
		margin: 25px auto 0;
	}
	/*============= #wrapper =============*/
	.lcl-item-list {
		width: 100%;
		display: block;
		padding-bottom: 20px;
		margin-bottom: 25px;
		padding: 0 15px;
	}
	.lcl-item {
		width: 100%;
		margin-bottom: 30px;
	}
	[class^="lcl-item-ico--"] {
		height: 28px;
		line-height: 28px;
		padding: 0 8px;
		font-size: 12px;
	}
	.lcl-item-img {
		height: 165px;
		margin-bottom: 10px;
	}
	.lcl-item-cnt__ttl {
		font-size: 15px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.lcl-item__link {
		width: 130px;
		height: 35px;
	}
	.lcl-item-meta {
		width: calc(100% - 135px);
	}

	/* ------ option ------ */
	.lcl-fix-item {
		padding: 70px 15px 20px;
		display: block;
	}
	.lcl-fix-close {
		top: 15px;
		right: 15px;
	}
	.lcl-fix-item-in {
		width: 100%;
	}
	.lcl-fix-item-img {
		display: block;
		margin-bottom: 10px;
	}
	.lcl-fix-item-img-main {
		width: 100%;
		height: 192px;
		margin-bottom: 10px;
	}
	.lcl-fix-item-img-sub{
		width: 100%;
		justify-content: flex-start;
	}
	.lcl-fix-item-img-sub__in {
		width: calc((100% / 3) - 4px);
		height: 74px;
		margin-right: 6px;
		margin-bottom: 5px;
	}
	.lcl-fix-item-img-sub__in:nth-child(3n){
		margin-right: 0;
	}
	.lcl-fix-item__ttl {
		font-size: 15px;
		line-height: 1.4;
		margin-bottom: 9px;
	}
	.lcl-fix-item__tbl {
		font-size: 12px;
	}
	.lcl-fix-item__tbl th,
	.lcl-fix-item__tbl td {
		padding: 5px 5px;
	}
	.lcl-fix-item__tbl th{
		width: 100px
	}
}
