/***********************
*    itemevent.css     *
************************/

@charset "UTF-8";

/* 共通部分   common.css
------------------------------- */
html {
	font-size: 100%;
	}

body{
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
	}

a { text-decoration: none;}
a:link { color: #0000aa; }
a:hover { color: #0055ff; }

img { max-width: 100%; }

.clfix::after {
	content: "";
	clear: both;
	display: block;
	line-height: 0;
	}

.fl_l {
	float:left;
	}

.fl_r {
	float:right;
	}

.pc_none { display: none; }

.sp_none { display: block; }

.red { color: red; }


/* ヘッダー（デスクトップ版）
------------------------------- */
@media screen and (min-width: 740px) {

header {
	display: flex;
	margin: 0 auto;
	max-width: 1000px;
	}

.top_area {
	margin-top: 20px;
	margin-bottom: 4px;
	float: right;
	width: 50%;
	}

.top_area ul {
	width: 30%;
	list-style: none;
	}

.ja a {
	color: #006837;
	}

.en a {
	color: #0000ff;
	}

.rod {
	margin: 0 6%;
	}

.title_area {
	margin-top: 0;
	margin-bottom: 10px;
	width: 100%;
	float: left;
	vertical-align: middle;
	}

.title_area img {
	margin-left: 2%;
	width: 30%;
	}

}

/* ヘッダー（スマホ版）
------------------------------------------------- */
@media screen and (max-width: 740px) {
	.pc_none { display: block; }
	.sp_none { display: none; }
	
	header {
		width: 96%;
		margin: 8px auto 15px;
		position: relative;
		text-align: center;
		}
	
	.sp_top_area {
		display: flex;
		float: right;
		}
	
	.sp_top_area p {
		padding-left: 10px;
		font-size: 0.6rem;
		}
	
	.menu_btn_op {
		position: absolute;
		right: 6.5%;
		width: 10%;
		}
	
	.title_logo_area {
		margin: 0 auto;
		}
	
	.top_image {
		margin: 0 auto;
		}
	
	.top_image img{
		width: 80%;
		margin-top: 40px;
		}
	
	}


/* ナビゲーション（デスクトップ版）
--------------------------------------------- */
@media screen and (min-width: 740px) {

.pc_menu {
	margin: 0 auto;
	max-width: 1000px;
	height: 30px;
/** background: #e1eec1;  ***/
	box-sizing: border-box;
	}

.pc_menu ul {
	margin: 0;
	padding: 0;
	height: 70%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	list-style: none;
	}

.pc_menu li a {
	display: block;
	width: 130px;
	height: 80%;
	padding: 6px;
	background-color: #006837;
	color: #ffffff;
	font-size: 0.8rem;
	text-align: center;
	vertical-align: top;
	align-items: center;
	}

.pc_menu li a:hover {
	transition: 0.3s;
	background-color: #008000;
	}

}


/* ナビ（スマホ版）
-------------------------------------------- */
@media screen and (max-width: 740px) {
	.pc_none { display: block; }
	
	.sp_menu {
		display: none;
		background: rgba(10,85,120,0.9);
		position: absolute;
		top: 0;
		right: 0;
		width: 70%;
		z-index: 1000;
		color: #fff;
		}
	
	.sp_menu a {
		color: #fff;
		}
	
	.sp_lang {
		font-size: 0.8rem;
		margin: 24px 0 20px 14%;
		list-style: none;
		}
	
	.sp_lang a {
		font-weight: bold;
		}
	
	.rod {
		margin: 0 6%;
		}
	
	.ja .sp_menu .en a {
		color: #00080c;
		}
	
	.menu_btn_cl {
		position: absolute;
		right: 6.5%;
		width: 10%;
		}
	
	.menu_title {
		width: 90%;
		font-size: 0.8rem;
		font-weight: bold;
		margin: 0 auto;
		}
	
	/* menu_area **********/
	.menu_area {
		margin-bottom: 24px;
		}
	
	.menu_area a {
		display: block;
		width: 100%;
		padding: 10px 0;
		}
	
	.menu_area p:first-child {
		border-top: 1px solid #fff;
		}
	
	.menu_area p {
		width: 95%;
		margin: 0 auto;
		font-size: 0.8rem;
		border-bottom: 1px solid #fff;
		}
	
	.click {
		padding: 10px 0;
		position: relative;
		border-bottom: 1px solid #fff;
		}
	.click {
		background-image: url(../images/sp/btn_aco_op.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 7%;
		}
	
	.click.active {
		background-image: url(../images/sp/btn_aco_cl.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 8%;
		}
	
	.menu_area ul {
		background: #437d98;
		display: none;
		}
	
	.menu_area li {
		width: 95%;
		margin: 0 auto;
		border-bottom: 1px solid #fff;
		}
	
	}


/* 概要セクション （デスクトップ版）
-------------------------------------- */
@media screen and (min-width: 740px) {

.about_section {
	margin: 0;
	background-color: #ffffff;
	}

.about_section .main_block {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 10px;
	}

.highlight_area {
	margin: 0 auto;
	width: 90%;
	max-width: 1000px;
	text-align: center;
	border-bottom: 4px solid #006837;
	}

.highlight_title {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 1.4rem;
	font-family: "Roboto";
	color: #006837;
	font-weight: 600;
	}

.block_text_inner {
	width: 70%;
	padding-left: 8%;
	line-height: 1.5;
	}


/*** イベント項 目 ****/

.information_list {
	margin: 0;
	padding: 10px;
	list-style: none;
	}
.information_list a {
	text-decoration: none;
	color: #000000;
	}

.information_list a:hover,
.information_list a:focus {
	color: #0000ff;
	}

.information_date,
.information_tag,
.information_summary {
	padding-bottom: 10px;
	}

.information_date {
	margin-right: -15px;
	font-size: .875rem;
	line-height: 1.6;
	}

.information_tag {
	font-size: .625rem;
	line-height: 1;
	color: #480c48;
	}

.information_tag span {
	display: block;
	margin-top: 2px;
	padding: 4px 0;
	border: 1px solid #480c48;
	border-radius: 3px;
	text-align: center;
	white-space: nowrap;
	}

.information_summary {
	margin-top: 0px;
	padding-left: 15px;
	text-align: left;
	font-size: .875rem;
	line-height: 1.6;
	}

/* この下にCSSを追加してください */
.information_item {
	display: flex;	/* flexコンテナーにする */
	align-items: flex-start;	/* 上揃いで配置する */
	}
.information_date {
	width: 8.0em;	/* 幅を指定 */
	flex: 0 0 auto;	/* width値で固定する */
	}
.information_tag {
	width: calc(10em + 8px);	/* 幅を指定 */
	flex: 0 0 auto;	/* width値で固定する */
	}

.information_summary {
	width: calc(46em + 8px);	/* 幅を指定 */
	flex: 0 0 auto;	/* width値で固定する */
	}

}

/* 概要セクション （スマホ版）
-------------------------------------- */
@media screen and (max-width: 740px) {
	.pc_none { display: block; }
	
	.about_section {
		margin: 0;
		background-color: #ffffff;
		}
	
	.about_section .main_block {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 10px;
		}
	
	.highlight_area {
		margin: 0 auto;
		width: 90%;
		max-width: 1000px;
		text-align: center;
		border-bottom: 4px solid #006837;
		}
	
	.highlight_title {
		margin: 0;
		padding-bottom: 4px;
		font-size: 1.4rem;
		font-family: "Roboto";
		color: #006837;
		font-weight: 600;
		}
	
	.block_text_inner {
		width: 80%;
		padding-left: 4%;
		}
	
	/*** イベント項 目 ****/
	
	.information_list {
		margin: 0;
		padding: 10px;
		list-style: none;
		}
	.information_list a {
		text-decoration: none;
		color: #000000;
		}
	
	.information_list a:hover,
	.information_list a:focus {
		color: #0000ff;
		}
	
	.information_date,
	.information_tag,
	.information_summary {
		padding-bottom: 10px;
		}
	
	.information_date {
		margin-right: -15px;
		font-size: .8rem;
		line-height: 1.6;
		}
	
	.information_tag {
		font-size: .6rem;
		line-height: 1;
		color: #480c48;
		}
	
	.information_tag span {
		display: block;
		margin-top: 2px;
		padding: 4px 0;
		border: 1px solid #480c48;
		border-radius: 3px;
		text-align: center;
		white-space: nowrap;
		}
	
	.information_summary {
		margin-top: 24px;
		margin-left: -202px;
		padding-left: 15px;
		text-align: left;
		font-size: .78rem;
		line-height: 1.2;
		}
	
	/* この下にCSSを追加してください */
	.information_item {
		display: flex;	/* flexコンテナーにする */
		align-items: flex-start;	/* 上揃いで配置する */
		}
	.information_date {
		width: 8.0em;	/* 幅を指定 */
		flex: 0 0 auto;	/* width値で固定する */
		}
	.information_tag {
		width: calc(10em + 6px);	/* 幅を指定 */
		flex: 0 0 auto;	/* width値で固定する */
		}
	
	.information_summary {
		width: calc(34em + 6px);	/* 幅を指定 */
		flex: 0 0 auto;	/* width値で固定する */
		}
	
	}


/* フッター（デスクトップ版）
-------------------------------------- */
footer {
	clear: both;
	background-color: #006837;
	}

.footer_inner {
	margin: 0 auto;
	background-color: #006837;
	max-width: 1000px;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 0.8rem;
	color: #ffffff;
	}

.footer_title {
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	vertical-align: 75%;
	color: #ffffff;
	}

.footer_inner a {
	text-decoration: none;
	color: #ffffff;
	padding-right: 20px;
	}

.footer_inner a:hover,
.footer_inner a:focus {
	color: #0000ff;
	}

.footer_inner ul {
	display: block;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.footer_inner li::before {
	color: #ffffff;
	margin: 10px;
	padding-right: 10px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f04b";
	color: #ffffff;
	}

.footer img {
	width: 20%;
	}

.copyright {
	margin: 0;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 300px;
	font-size: 0.7rem;
	}


/* フッター（スマホ版）
------------------------------------------ */
@media screen and (man-width: 740px) {
	.pc_none { display: block; }
	
	.footer_inner {
		font-size: 0.8rem;
		}
	
	.footer_inner ul {
		display:  block;
		}
	
	.copyright {
		font-size: 0.7rem;
		}
		
	}


