@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

イベント・見学会情報

------------------------------------------------------------ */

/* 一覧
---------------------------------------------- */
.event_list{
	max-width: 1200px;
	margin: 0 auto;
}

.event_items{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin-bottom: -60px;
}

.event_items .item{
	width: calc((100% - 60px)/3);
	margin: 0 30px 60px 0;
}

.event_items .item:nth-of-type(3n){margin-right: 0;}

.event_items .item a{display: block;}

.event_items .item a .image{
	position: relative;
	padding-top: 66.625%;
	overflow: hidden;
}

.event_items .item a .image img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: transform .3s;
}

.event_items .item a:hover .image img{transform: scale(1.05);}

.event_items .item a .image .noimage{
	background: #EDEFED;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
}

.event_items .item a .image .noimage img{
	max-width: 211px;
	height: auto;
	position: unset;
}

.event_items .item a .inner{
	padding: 27px 30px;
	border: 1px solid #CDD3CD;
	border-top: none;
}

.event_items .item a .inner .cat{
	color: #AC8071;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
}

.event_items .item a .inner .ttl{
	color: #333;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event_items .item a .inner .info{
	color: #757975;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.event_items .item a .inner .info p:not(:last-of-type){margin-bottom: 6px;}

.event_items .item a .inner .info p span{display: inline-block;}

.event_items .item a .inner .info p .eventdate{
	color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

/*--終了しました--*/
.event_items .item.end a .image::before{
	content: "";
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.event_items .item.end a .image::after{
	content: "";
	background: url("../img/txt_eventend01.png") no-repeat 0 0;
	background-size: cover;
	width: 154px;
	height: 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 1;
}

/* 詳細
---------------------------------------------- */
.event_single{
	max-width: 1100px;
	margin: 0 auto;
}

.main_image{text-align: center;}

.main_image img{
	max-width: 100%;
	height: auto;
}

.article_single .wp_contents{margin-top: 80px;}

.article_single + .btn_back{
	padding-top: 60px;
	border-top: 1px solid #CDD3CD;
}

.event_detail .image{margin-bottom: 40px;}

.event_detail .image img{
	max-width: 100%;
	height: auto;
}

.event_detail .inner{
	background: #EDEFED;
	padding: 40px;
}

.event_detail .inner p{
	display: flex;
	margin-bottom: 10px;
}

.event_detail .inner p:last-of-type{margin-bottom: 0;}

.event_detail .inner p span:nth-of-type(1){
	flex: none;
	width: 120px;
	padding-right: 20px;
}

.event_detail .btn{
	text-align: center;
	margin: 80px auto 0;
}

.event_detail .btn a{
	display: inline-block;
	width: 300px;
	background: #EBDE67;
	color: #333;
	border-radius: 35px;
	padding: 27.5px 0;
	line-height: 1;
	transition: background .3s;
}

.event_detail .btn a:hover{background: #88CEC9;}

.btn-entry{
	text-align: center;
	margin: 80px auto;
	padding-bottom: 80px;
}

.btn-entry a{
	display: inline-block;
	width: 300px;
	background: #EBDE67;
	color: #333;
	border-radius: 35px;
	padding: 27.5px 0;
	line-height: 1;
	transition: background .3s;
	text-decoration: none;
}

.btn-entry a:hover{background: #88CEC9;}


/*--参加申し込みフォーム--*/
.sec_entry{margin-top: 80px;}

.sec_entry h2{
	position: relative;
	padding-left: 18px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 35px;
}

.sec_entry h2::before{
	content: "";
	display: block;
	background: #E6DF6C;
	width: 6px;
	height: 24px;
	position: absolute;
	top: 6px;
	left: 0;
}

.nav_entry{
	border-bottom: 2px solid #122645;
	margin-bottom: 20px;
}

.nav_entry ul{display: flex;}

.nav_entry ul li{
	width: calc((100% - 36px)/7);
	margin-right: 6px;
}

.nav_entry ul li:last-of-type{margin-right: 0;}

.nav_entry ul li button{
	background: #CDD3CD;
	color: #878787;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	border-radius: 4px 4px 0 0;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.nav_entry ul li button.active{
	background: #193560;
	color: #FFF;
}

.entry_inner{
	display: none;
	border: 1px solid #CDD3CD;
	padding: 0 30px;
}

.entry_inner.active{display: block;}

.entry_inner iframe{
	height: 1300px;
}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	イベント・見学会情報

	------------------------------------------------------------ */
	
	/* 一覧
	---------------------------------------------- */
	.event_items{
		justify-content: space-between;
		margin-bottom: -30px;
	}
	
	.event_items .item{
		width: calc(50% - 15px);
		margin: 0 0 30px 0;
	}

	.event_items .item a .inner{padding: 13px;}
	
	/* 詳細
	---------------------------------------------- */
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	イベント・見学会情報

	------------------------------------------------------------ */
	
	/* 一覧
	---------------------------------------------- */
	.event_items{
		display: block;
		margin: 0;
	}
	
	.event_items .item{
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #CDD3CD;
	}
	
	.event_items .item:first-of-type{border-top: 1px solid #CDD3CD;}
	
	.event_items .item a{
		padding: 25px 0;
		display: flex;
		align-items: flex-start;
	}
	
	.event_items .item a .image{
		width: 115px;
		padding-top: 76px;
		flex: none;
	}
	
	.event_items .item a .image .noimage{padding: 5px;}
	
	.event_items .item a .inner{
		padding: 0 0 0 15px;
		width: calc(100% - 115px);
		flex: none;
		border: none;
	}
	
	.event_items .item a .inner .cat{
		font-size: 1.2rem;
		margin-bottom: 4px;
	}
	
	.event_items .item a .inner .ttl{
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		
	}

	.event_items .item a .inner .info p .eventdate{
		font-size: 1.2rem;
	}
	
	.event_items .item a .inner .info{
		font-size: 1.1rem;
		letter-spacing: 0.1em;
	}
	
	.event_items .item a .inner .info p:not(:last-of-type){margin-bottom: 3px;}
	
	/*--終了しました--*/
	.event_items .item.end a .image::after{
		background: url("../img/txt_eventend01_sp.png") no-repeat 0 0;
		background-size: cover;
		width: 77px;
		height: 33px;
	}
	
	/* 詳細
	---------------------------------------------- */
	.article_single .wp_contents{margin-top: 40px;}
	
	.article_single + .btn_back{padding-top: 30px;}
	
	.event_detail .image{margin-bottom: 30px;}

	.event_detail .inner{padding: 20px 15px;}

	.event_detail .inner p{margin-bottom: 8px;}

	.event_detail .inner p span:nth-of-type(1){
		width: 80px;
		padding-right: 10px;
	}

	.event_detail .btn{margin-top: 40px;}

	.event_detail .btn a{
		width: 220px;
		border-radius: 20px;
		padding: 13.5px 0;
	}
	
	/*--参加申し込みフォーム--*/
	.sec_entry{margin-top: 50px;}

	.sec_entry h2{
		padding-left: 12px;
		font-size: 1.7rem;
		margin-bottom: 20px;
	}

	.sec_entry h2::before{
		width: 5px;
		height: 17px;
		top: 5px;
	}
	
	.nav_entry{
		border-bottom: none;
		margin-bottom: 15px;
	}

	.nav_entry ul{
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.nav_entry ul li{
		width: calc(50% - 7.5px);
		margin: 0 0 15px;
	}

	.nav_entry ul li button{
		font-size: 1.2rem;
		border-radius: 4px;
		height: 40px;
	}
	
	.entry_inner{padding: 0 15px;}
	


}/*--@media--*/

* オリジナル */

.event_items .item {
    margin: 30px 20px 30px 0 !important;
}

@media only screen and (max-width:767px){
	.event_items .item {
    	margin: 0px 20px 0px 0 !important;
	}
}
