@charset "utf-8";

/*=========================================================
	top index
		1. mainImg
		2. content
=========================================================*/

/* 1. mainImg
=========================================================*/

#mainImgArea {
	width: 100%;
	clear: both;
	margin: 0 auto;
	background: url(../images/mainImg.jpg) no-repeat center center;
	height: 540px;
	text-align: center;
	background-size: cover;
	position: relative;
}

#mainImgArea .mainTit {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
}

/* 2. content
=========================================================*/

#contentMainOne {
	padding: 20px 25px 0;
}

.lead {
	max-width: 910px;
	margin: 0 auto;
}

/* topMenu
=========================================================*/

.topMenu ul {
	width: 100%;
	margin: 60px auto;
	max-width: 1800px;
}

.topMenu ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.topMenu ul li {
	list-style: none;
	float: left;
	width: 50%;
	max-width: 950px;
}

.topMenu ul li a {
	display: block;
	height: 292px;
}

.topMenu ul li .linkArea {
	border: 2px solid #fff;
	margin: 0 14px;
	color: #fff;
	height: 264px;
	text-align: center;
	position: relative;
	padding: 0 1.0em;
	top: 14px;
}


/*-----*/

.topMenu ul li.menu01 a,
.topMenu ul li.menu02 a {
	position: relative;
	overflow: hidden;
	height: 292px;
}

.topMenu ul li.menu01 a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../images/top_menu01.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.topMenu ul li.menu02 a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../images/top_menu02.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.topMenu ul li.menu01 a:hover:after,
.topMenu ul li.menu02 a:hover:after {
	opacity: .8;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.linkArea {
	z-index: 1;
	position: relative;
}

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

.linkArea .subTit {
	position: absolute;
	left: 0;
	right: 0;
	top: 46px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.025em;
	text-shadow: 1px 1px 1px #555;
}

.linkArea .tit {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	display: block;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.025em;
	text-shadow: 1px 1px 1px #555;
}

.linkArea .btn {
	position: absolute;
	bottom: 18px;
	display: block;
	font-size: 106%;
	font-weight: bold;
	letter-spacing: 0.025em;
	color: #111;
	background: #fff;
	padding: 0.5em 1.5em;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	color: #333;
}

.linkArea .btn:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 130%;
	margin: 0.2em -1.0em 0 1.0em;
}

.topMenu ul li a:hover,
.topMenu ul li a:hover .btn {
	opacity: 0.8;
	transition: 0.3s;
}

.topMenu ul li a:hover .btn:after {
	margin: 0.2em -1.5em 0 1.5em;
	transition: 0.3s;
}


/* topInfo
=========================================================*/

.infoArea {
	clear: both;
	text-align: center;
	margin: 60px auto;
}

h2 {
	text-align: center;
	position: relative;
	font-size: 160%;
	letter-spacing: 0.065em;
}

h2:after {
	width: 90px;
	content: "";
	border-bottom: 3px solid #122c60;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -18px;
	margin: auto;
}

h2 span {
	display: block;
	font-size: 62%;
	margin: 0 0 10px;
	font-weight: normal;

}

.newsArea {
	margin: 80px auto;
	max-width: 800px;
}

.newsArea li a {
	border-bottom: 2px solid #eeeeee;
	padding: 0.5em;
	text-align: left;
	clear: both;
	float: none;
	display: block;
}

.newsArea li a:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.newsArea li a:hover {
	background: #c0dcff;
}



.thum_event,
.thum_topics {
	color: #fff;
	float: left;
	padding: 0.1em 0.3em;
	font-size: 94%;
	font-weight: bold;
	min-width: 90px;
	text-align: center;
	margin: 0 1.0em 0 0;
}

.thum_event {
	background: #99b4ea;
}

.thum_topics {
	background: #e8bc54;
}

.day {
	float: left;
	margin: 0 1.0em 0 0;
}

.newsTit {
	float: left;
	display: inline-block;
}


/* topLinkBtn
=========================================================*/
.topLinkBtnArea{
	position: relative;	
	margin: 0 auto ;
	width: 535px;
	text-align: center;
}
/*.topLinkBtnArea a,
.topLinkBtnArea a:visited {
    text-decoration: none;
}
*/

.topLinkBtn {
    position: absolute;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.025em;
    background: #B20000;
    margin: 0 auto;
    padding: 0.8em 1.5em 0.8em;
    width: 535px;
    color: #fff;
    top: 360px;
    left: 0;
    border: 3px solid #FFF;
    line-height: 1.2;
}

/*
.topLinkBtn:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 130%;
	margin: 0.2em -1.0em 0 1.0em;
}

.topLinkBtn:hover {
	background: #D2554F !important;	
	transition: 0.3s;	
}
*/


/*	for - 740px*/

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

@media screen and (max-width: 740px) {	
	/* 1. mainImg
=========================================================*/

#mainImgArea {
		width: 100%;
		text-align: center;
		margin: 0 auto 10%;
		background: none;
		background-size: 100% auto;
		height: 83vw;
		padding: 0 ;
	}
#mainImgArea .mainTit {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	width: 88%;
	margin: auto;
}
	/* topMenu
=========================================================*/
	.topMenu ul {
    width: 100%;
    margin: 30px auto;
}
	.topMenu ul li {
		float: none;
		width: 100%;
		clear: both;
	}
	.topMenu ul li a {
		height: auto;
	}
	.topMenu ul li.menu01 a,
	.topMenu ul li.menu02 a {
		height: auto;
		border: 2px solid #eee;
		margin: 0 0 10px;
	}
	.topMenu ul li .linkArea {
		border: none;
		margin: 0 0px;
		color: #fff;
		height: auto;
		text-align: center;
		position: relative;
		padding: 0 0.5em;
		top: 10px;
	}
	.linkArea .subTit {
		position: static;
		font-size: 100%;
		margin: 10px auto 15px;
font-weight: normal;
	}
	.linkArea .tit {
		position: static;
		font-size: 105%;
		line-height: 1.7;
		letter-spacing: 0;
	}
	.linkArea .btn {
		position: static;
		text-align: center;
		margin: 15px auto 20px;
		font-size: 100%;
		padding: 0.3em 1.5em;
	}
	/*topInfo
=========================================================*/
	.infoArea {
		clear: both;
		text-align: center;
		margin: 60px auto;
	}

	h2 {
		font-size: 120%;
	}

	h2:after {
		width: 60px;
		content: "";
		border-bottom: 3px solid #122c60;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: -18px;
		margin: auto;
	}

	h2 span {
		display: block;
		font-size: 62%;
		margin: 0 0 10px;
		font-weight: normal;

	}

	.newsArea {
		margin: 60px auto;
		width: 92%;
	}
	.newsArea li a {
		padding: 0.8em 0.5em;
	}

	.thum_event,
	.thum_topics {
		margin: 0 10px 8px 0;
	}
	.newsTit {
		float: none;
		clear: both;
		display: block;
		margin: 0 0 0;
	}
	
/* topLinkBtn
=========================================================*/
.topLinkBtnArea{
	width: 90%;
}
	.topLinkBtn {
	font-size: 100%;
	width: 100%;
	padding: 0.5em 0.7em;
	text-align: center;	
	top:-35vw;
}	
}
