@charset "utf-8";


/******************************************************************************
/* イベント報告ページレイアウト
*******************************************************************************/




.detail_main{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin: 30px auto 100px auto;
	font-size: 100%;
	font-family: "Noto Serif JP", serif;

}

.detail_left {
	width:50%; 
	margin: 0px auto 0;
}

.detail_right {
	width:50%; 
	padding-left: 30px;
	text-align: left;
	margin: 0px auto 0px auto;
	line-height: 2.0;
	font-family: "Noto Serif JP", serif;

}


.detail_right p {
	margin-bottom: 30px;
	line-height: 2.0;
	font-family: "Noto Serif JP", serif;

}





/******************************************************************************
/* イベント報告ページレイアウト2
*******************************************************************************/



ul.submenu_nav {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}




 
ul.submenu_nav li {
	letter-spacing:normal;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;


}


ul.submenu_nav li:nth-child(odd){
  background-color: #F4F4F4;
}



.box30 {
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	border-radius: 0px;
	height: 100%;
}

.box30 p {
	margin-top: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
	color: #76A28B;

}



.trim {
	overflow: hidden;
	width: 100%;
	max-height: 300px;
	margin: 0 auto;
}



.trim img {
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s ease-in-out;
	width: 100%;
	height: 300px;
	object-position: 50% 50%
}

.trim:hover img {
	transform: scale(1.3);
}




.trim2 {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto;
}



.trim2 img {
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s ease-in-out;
	width: 100%;
	height: auto;
	object-position: 50% 50%
}

.trim2:hover img {
	transform: scale(1.3);
}



/******************************************************************************
/* イベント報告ページレイアウト3
*******************************************************************************/

ul.submenu_nav2 {

	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.submenu_nav2::after {
	content: "";
	display: block;
	width: 49%;
	height: 0;
}



 
ul.submenu_nav2 li {
	letter-spacing:normal;
	display: inline-block;
	width: 49%;
	vertical-align: top;
	text-align: center;
	margin-bottom: 25px;

}






.detail_image_size {
	object-fit: cover;
	width: 100%;
	height: 250px;
	object-position: 50% 50%
}


.detail_image_size_main {
	object-fit: cover;
	width: 100%;
	height: 500px;
	object-position: 50% 50%

}



/******************************************************************************
/* イベント報告ページレイアウト4
*******************************************************************************/

ul.submenu_nav3 {

	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.submenu_nav3::after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
}



 
ul.submenu_nav3 li {
	letter-spacing:normal;
	width: 100%; 
	vertical-align: top;
	text-align: center;
	margin-bottom: 25px;

}






.detail_image_size {
	object-fit: cover;
	width: 100%;
	height: 250px;
	object-position: 50% 50%
}



/******************************************************************************
/* イベント報告ページレイアウト4
*******************************************************************************/

ul.submenu_nav4 {

	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.submenu_nav4::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

ul.submenu_nav4 li:first-child {
	letter-spacing:normal;
	display: inline-block;
	width: 100%; 
	vertical-align: top;
	text-align: center;
	margin-bottom: 15px;

}

ul.submenu_nav4 li:first-child .detail_image_size {
	width: 100%;
	height: auto;
}

 
ul.submenu_nav4 li {
	letter-spacing:normal;
	display: inline-block;
	width: 32%; 
	vertical-align: top;
	text-align: center;
	margin-bottom: 10px;

}


/******************************************************************************
/* イベント報告ページレイアウト3
*******************************************************************************/



a.order {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
}




.goods2 {
	position: relative;
	margin-bottom: 0px;
	width:100%;
	height: 250px;
	z-index:1;

}

.goods2 a { display: block; }

a.goods-menu2 {
	width:100%;
}

.code {
	margin-bottom: 10px;

}


/******************************************************************************
/* アップロード済みPDF
*******************************************************************************/

.upload_box {
	position: relative;
	width: 100%;
	display: block;
	background: #F5F5F5;
	border 1px solid #ff8e9d;
	font-size: 80%;
	font-weight: 700;
	padding: 20px;
	text-align: left;
	font-family: "Noto Serif JP", serif;

}


/******************************************************************************
/* スマートフォンサイズ
*******************************************************************************/


@media screen and (max-width:600px) {


.pcOnly {
	display: none;
}


.spOnly {
	display: block;
}



/* お知らせ
*******************************************************************************/

.information_title {
	position: relative;
	display: inline-block;
	padding: 0 85px;
	margin-bottom: 50px;
}


.information_left {
	position: absolute;
	top: 20px;
	z-index: -1;
}

.information_left img {
	width: 80px;
	height: auto;
	object-position: top;
	object-fit: cover;
	margin: 0 auto 0 auto;
	z-index: 1;
}



.detail_main{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto 0px auto;
	font-size: 100%;
	justify-content: space-between;

}

.detail_left {
	width:100%; 
	margin: 0px auto 0 auto;
}

.detail_right {
	width:100%; 
	padding-left: 0px;
	text-align: left;
	margin: 0px auto 0px auto;
	line-height: 2.0;
}


.detail {
	font-size: 80%;
	margin-top: 20px;
	margin-bottom: 30px;
	width : 100%;
	text-align: right;
}

}