@charset "UTF-8";

/* mainimage 
------------------------------*/
.mainimage {
	position: relative;
	height: 610px;
	overflow: hidden;
}
.mainimage img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -700px;
}

/* top
------------------------------*/
.top {
	padding: 40px 0;
}
.top_bnr{
	margin:0 auto 30px auto;
	width: 100%;
	text-align: center;;
}
.top_bnr img{
	width: 100%;
}
.mr40{}
.information {
	width: 100%;
	padding: 20px;
	border: 1px solid #d2d2d2;	
}
.information .information-ttl {
	padding-left: 33px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #004ea1;
	background: url(../../img/index/ico_information.png) no-repeat left center;
}
.information .information-list li {
	display: table;
	width: 100%;
	padding: 10px 0;
	border-top: 2px dotted #efefef;
}
.information .information-list li:first-child {
	border-top: none;
}
.information .information-list li:last-child {
	padding-bottom: 0;
}
.information .information-list li a{
	color: #116EBD;
	text-decoration: underline;
}
.information .information-list .information-date {
	display: table-cell;
	width: 105px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	vertical-align: top;
}
.information .information-list .information-text {
	display: table-cell;
	font-size: 14px;
	font-size: 1.4rem;
}
.information .information-list .ichiran{
	text-align: right;
}
.information .information-list .ichiran a{
	font-size: 14px;
}
.banner {
	width: 100%;
	margin-top: 40px;
}
.banner .banner-list li {
	width: 48%;
	float: left;
	margin: 1%;
}
.banner .banner-list li:first-child {

}
.banner .banner-list li a {
	display: block;
}
.banner .banner-list li span {
	display: block;
	height: 140px;
	font-weight: bold;
	text-align: center;
	line-height: 140px;
	background-position: 20px center, 94% center;
	background-repeat: no-repeat;
	font-size: 300%;
}
.banner .banner-list li span em {
	display: block;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
	font-style: normal;
	color: #ff5454;
}
.banner .banner-list li.bnr02 span em{
	color: #79b200;
		font-size: 32px;
	font-size: 3.2rem;
}
.banner .banner-list li.bnr03 span em{
	color: #ff8b00;
		font-size: 32px;
	font-size: 3.2rem;
}
.banner .banner-list li.bnr01 span {
	padding-left: 28px;
	font-size: 250%;
	border: 2px solid #106eb7;
	color: #106eb7;
	background-color: #f3f7ff;	
	background-image: url(../../img/index/ico_bnr_01.png), url(../../img/index/ico_arrow_bnr_01.png);
}
.banner .banner-list li.bnr02 span {
	padding:26px 0 0 28px;
	line-height: 1.2;
	font-size: 250%;
	border: 2px solid #79b200;
	color: #79b200;
	background-color: #fbfff1;
	background-image: url(../../img/index/ico_bnr_02.png), url(../../img/index/ico_arrow_bnr_02.png);
}
.banner .banner-list li.bnr03 span {
	padding-left: 28px;
	font-size: 250%;
	border: 2px solid #ff8b00;
	color: #ff8b00;
	background-color: #fffaf2;
	background-image: url(../../img/index/ico_bnr_03.png), url(../../img/index/ico_arrow_bnr_03.png);
}
.banner .banner-list li.bnr04 span {
	padding:30px 0 0 28px;
	line-height: 1;
	font-size: 250%;
	border: 2px solid #ff5454;
	color: #ff5454;
	background-color: #ffe9e9;	
	background-image: url(../../img/index/ico_bnr_04.png), url(../../img/index/ico_arrow_bnr_04.png);
}

/* facility
------------------------------*/
.facility {
	padding: 35px 0;
	background-color: #f2f2f2
}
.facility-ttl {
	margin-bottom: 10px;
	font-size: 300%;
	font-weight: bold;
}
.facility-img {
	margin-bottom: 20px;
}
.facility-img img {
	width: 100%;
	height: auto;
}
.facility-link li {
	width: 48%;
	float: left;
	margin-left: 20px;
}
.facility-link li:first-child {
	margin: 0;
}
.facility-link li a {
	display: block;
}
.facility-link li span {
	display: block;
	padding: 10px 20px;
	font-size: 250%;
	font-weight: bold;
	color: #fff;
	background-image: url(../../img/cmn/ico_arrow_button.png);
	background-repeat: no-repeat;
	background-position: 92% center;
}
.sports {
	width: 100%;
	margin-bottom: 30px;
}
.sports .facility-ttl {color: #79b200;}
.sports .facility-link li span { background-color: #83c000;}
.hall {

	width: 100%;
}
.hall .facility-ttl {color: #ff8b00;}
.hall .facility-link li span { background-color: #ff8b00;}

/* access
------------------------------*/
.access {
	padding: 40px 0 0 0;
}
.access .access-ttl {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #004ea1;
	background-repeat: no-repeat;
	background-position: left center;
}
.access .access-img {
	margin-bottom: 20px;
}
.access .access-img img {
	width: 100%;
	height: auto;
}
.access .traffic {
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom:30px;
}
.access .traffic .access-ttl {
	font-size: 300%;
}
.access .traffic table{
	font-size: 180%;
}
.access .traffic table tr th{
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}
.access .location {
	width: 100%;
	padding: 10px 20px;
}
.access .location .access-ttl {
	font-size: 300%;
}
.access .location .access-text{
	font-size: 200%;
}
.access .location .access-text span{
	font-weight: bold;
	font-size: 80%;
}
/* preparation
------------------------------*/
.preparation{
	margin-top: 40px;
}
.preparation .preparation_box{
	width: 100%;
	margin-bottom:30px;
}
.preparation .content-inner{
	border: 1px solid #d2d2d2;
	padding: 20px ;
}
.preparation .preparation-ttl{
	margin-bottom: 10px;
	color: #004ea1;
	font-size: 300%;
}
.preparation .preparation-ttl span{
	font-size: 60%;
	margin-left: 12px;
	vertical-align: middle;
}
.preparation  table{
	text-align: left;
	font-size: 180%;
	width: 100%;
}
.preparation table{
	float: left;
}
.preparation table th{
	width: 20%;
	font-weight: normal;
}
.preparation .map {
position: relative;
padding-bottom: 55%; // これが縦横比
height: 0;
overflow: hidden;
}
.preparation .map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.preparation  table .uketsuke{
	font-size: 25px;
	color: #e60039;
	font-weight: bold;
}
.preparation  table tr:last-child td span{
	color: #e60039;
}
.preparation .kakudai-text{
	font-size: 14px;
}
.preparation table .table_bottom{
	padding-bottom: 0.5em;
}

.post{
	margin-bottom: 40px;
}

.single .page-ttl{
	font-size: 25px;
	font-size: 2.5rem
}
.single .post{
	margin-bottom: 80px;
}

.information {
	padding: 20px;
	border: 1px solid #d2d2d2;
}
.information .information-ttl {
	padding-left: 0;
	font-size: 300%;
	font-weight: bold;
	color: #004ea1;
	background: none;
}
.information .information-list li {
	display: block;
	width: 100%;
	padding: 9px 0;
	border-top: 2px dotted #efefef;
	font-size: 100%;
}
.information .information-list li:first-child {
	border-top: none;
}
.information .information-list li:last-child {
	padding-bottom: 0;
}
.information .information-list li a{
	color: #116EBD;
	text-decoration: underline;
}
.information .information-list .information-date {
	display: block;
	width: auto;
	font-size: 200%;
	font-weight: bold;
	vertical-align: top;
}
.information .information-list .ichiran{
	text-align: right;
}
.information .information-list .ichiran a{
	font-size: 200%;
}
.information .information-list .information-text {
	display: block;
	font-size: 200%;
}

.page_navi {
	margin-top: 20px;
	text-align: center;
}
.page_navi li {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0 3px;
}
.page_navi li.current {
	font-weight: bold;
}
.page_navi li a:hover {
	text-decoration: underline;
} 


