@charset "UTF-8";


/* //////////////////////////////////////////////////

　トップページ

////////////////////////////////////////////////// */


/* common
-------------------------------------------------- */
#contents {
	margin-bottom: 0;
	padding-top: 40px;
}
.sec {
	padding: 40px 0;
}
.h2 {
	margin-bottom: 30px;
	font-size: 1.375em;
	font-weight: bold;
	text-align: center;
}
.btn01 {
	width: 250px;
	padding: 10px 25px;
	background-color: #265246;
	background-image: url(/img/mrk_link_01.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	border-radius: 4px;
	color: #fff;
	line-height: 1.3;
}


/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#contents {
		padding-top: 45px;
	}
	.sec {
		padding: 30px 0;
	}
	.h2 {
		margin-bottom: 20px;
	}
	.btn01 {
		display: table-cell;
		padding: 0 20px;
		height: 50px;
		vertical-align: middle;
	}
}
@media screen and (max-width: 480px) {
}







/* mainimg
-------------------------------------------------- */
#mainimg {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

/* スライダー */
#mainimg_inner {
	position: relative;
	left: 50%;
	width: 3030px;
	margin-left: -1515px;
	text-align: center;
}
.slick-arrow,
.bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 60px;
	margin-top: -30px;
	background-color: rgba(0,0,0,.2);
	background-position: center;
	background-repeat: no-repeat;
}
.slick-prev,
.bx-controls-direction .bx-prev {
	left: 50%;
	margin-left: -570px;
	background-image: url(../home-img/btn_prev.png);
}
.slick-next,
.bx-controls-direction .bx-next {
	right: 50%;
	margin-right: -570px;
	background-image: url(../home-img/btn_next.png);
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#mainimg {
		margin-bottom: 20px;
	}
	#slick img {
		width: 100%;
	}
	/* スライダー */
	#mainimg_inner {
		position: static;
		left: 0;
		width: auto;
		margin-left: 0;
	}
	.bx-controls-direction {
		display: none;
	}
}
@media screen and (max-width: 480px) {
}






/* sec01　掲示板
-------------------------------------------------- */
#sec01 h2 {
	margin-bottom: 30px;
	border-bottom: 1px dotted #000352;
	background: url(/img/bg_h2.png) no-repeat left center;
	padding: 5px 13px;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.3;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#sec01 h2 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
}





/* sec02　お知らせ
-------------------------------------------------- */
#sec02 {
	background-color: #eee;
}

#sec02 .tabs {
	background: url(../home-img/bg_info.jpg) no-repeat right top;
	padding-right: 230px;
	min-height: 300px;
}
#sec02 .tab li + li {
	border-left: 1px solid #fff;
}
#sec02 .tab a {
	display: block;
	padding: 7px 0;
	background: #265246;
	color: #fff;
	text-align: center;
}
#sec02 .tab a.active {
	background: #fff;
	color: #000;
}

#sec02 .post_list {
	background: #fff;
	margin-bottom: 30px;
	padding: 10px 20px;
}
#sec02 .post_list li {
	padding: 15px 0;
	line-height: 1.5;
}
#sec02 .post_list li + li {
	border-top: 1px dotted #ccc;
}

#sec02 .post_list .meta {
	padding: 0 20px;
	width: 180px;
}
#sec02 .post_list .title {
	width: 750px;
}
#sec02 .post_list .date {
	float: right;
}
#sec02 .post_list .label {
	display: inline-block;
	padding: 0 5px;
	border-radius: 3px;
	color: #fff;
	font-size: 0.75em;
}
#sec02 .post_list .label01 { background: #eb6100 }
#sec02 .post_list .label02 { background: #638c0b }
#sec02 .post_list .label03 { background: #0075a9 }

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#sec02 .tabs {
		background: none;
		padding-right: 0;
		min-height: inherit;
	}

	#sec02 .post_list {
		margin-bottom: 15px;
		padding: 5px 10px;
	}
	#sec02 .post_list li {
		padding: 10px 0;
	}

	#sec02 .post_list .meta {
		padding: 0;
		width: 70px;
	}
	#sec02 .post_list .title {
		float: none;
		width: inherit;
		overflow: hidden;
	}
	#sec02 .post_list .date {
		float: none;
	}
}
@media screen and (max-width: 480px) {
	#sec02 .post_list .meta {
		width: 62px;
	}
}








/* sec03
-------------------------------------------------- */
#sec03 ul {
	margin-top: 20px;
}
#sec03 li {
	margin-bottom: 20px;
}
#sec03 a {
	color: #000;
	text-decoration: none;
}
#sec03 h3 {
	margin: 10px 0 0;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}







/* sec04 ご相談・お問い合わせ
-------------------------------------------------- */
#sec04 {
	padding: 0 0 60px;
}
#sec04 a.btn {
	margin-top: 20px;
	padding: 20px 50px;
	background: linear-gradient(
		#000665 50%,
		#000242 50%,
		#000242 100%);
	box-shadow: 0 2px 0 #000;
	border-radius: 6px;
	color: #fff;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#sec04 a.btn {
		display: block;
		margin: 15px 10px 0;
		padding: 20px 10px;
	}
}
@media screen and (max-width: 480px) {
}










/* sec06 関連施設
-------------------------------------------------- */
#sec06 {
	background-color: #000352;
}

#sec06 ul {
	margin-bottom: -15px;
}
#sec06 li {
	margin-bottom: 15px;
	line-height: 1.3;
}
#sec06 li a {
	color: #fff;
	font-size: 0.875em;
}
#sec06 li a img {
	margin-bottom: 5px;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#sec06 li {
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
}







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






/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}


