/* CSS Document */
@charset "utf-8";

ul {
	list-style: none;
}
/* MAIN SLIDER
---------------------------------*/
#slider {
	border-top: 3px solid #f00;
}

#Slider {
	width: 100%;
	max-height: 400px;
	overflow: hidden;
	position: relative;
}
.wrap-slider-cover {
	width: 100%;
	overflow: hidden;
}
.wrap-slider {
	width:1920px;
	max-height:400px;
	position:relative;
	left:50%;
	margin-left:-960px;
}
.navi-slider {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#Slider img {
	width: 100%;
	min-width: 1920px;
}

@media screen and (max-width:640px){
	#Slider {
		height: inherit;
		max-height: inherit;
	}
	.wrap-slider {
		width: 100%;
		height: 100%;
		left: 0;
		margin-left: inherit;
	}
	.navi-slider {
		width: 100%;
		height: 100%;
	}
	.slider-cover {
		display: none;
	}
	#Slider img {
		width: inherit;
		min-width: inherit;
	}
}

.prev {
	position: absolute;
	height: 50px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}
.next {
	position: absolute;
	height: 50px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}
.bx-prev {
	text-decoration: none;
	color: rgba(255,255,255,0.7);
}
.bx-next {
	text-decoration: none;
	color: rgba(255,255,255,0.7);
}

/* CATCH NAVI
---------------------------------*/
.catch-nav {
	padding-top: 1px;
}
.catch-nav li {
	display: inline-block;
	position: relative;
	width: 320px;
	height: 100px;
}
.catch-nav-txt {
	color: #fff;
	border-left: 3px solid #fff;
	padding-left: 5px;
	margin: 10px 0 0 10px;
	font-size: 21px;
	font-weight: bold;
}
.catch-nav a {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.cbtn-01 {
	background: url(../img/index/m01.jpg);
	background-size: cover;
}
.cbtn-02 {
	background: url(../img/index/m02.jpg);
	background-size: cover;
}
.cbtn-03 {
	background: url(../img/index/m03.jpg);
	background-size: cover;
}
@media screen and (max-width:640px){
	.catch-nav li {
		width: 100%;
	}
	.catch-nav a {
		background-color: #ff0400;
		padding: 10px;
	}
}

/* HAKOBU
---------------------------------*/
.hakobu {
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	background:repeat-x left bottom url(../img/index/hakobu-back.gif);
}
.hakobu img {
	vertical-align: bottom;
}

@media screen and (max-width:640px){
	.hakobu img {
		max-width: 640px;
		width: 100%;
	}
}

/* NAV-ITEM
---------------------------------*/
.nav-item li {
	font-size: 13px;
	display: inline-block;
	width: 25%;
	padding: 10px 0;
	background: no-repeat right bottom url(../img/index/menu-back.png);
}
.nav-item-info {
	padding: 10px 10px;
}
.nav-item-info h1 {
	letter-spacing: -1pt;
	font-size: 16px;
	color: #f00;
	margin-bottom: 10px;
}
.nav-item-info p {
	color: #888;
	line-height: 18px;
}
.nav-item-txt {
	font-size: 13px;
}
.nav-item a {
	margin-left: 10px;
}
.nav-item img {
	width: 100%;
}

@media screen and (max-width:640px){
	.nav-item li {
		width: 50%;
	}
	.nav-item-info h1 {
		letter-spacing: 0pt;
	}
	.nav-item a {
		color: #fff;
		margin: 0;
		width: 80%;
		text-align: center;
		display: block;
		background: #f00;
		padding: 10px;
		margin: 0 auto;
	}
	.nav-item a:hover {
		color: #fff;
	}
}

/* SERVICE-ITEM
---------------------------------*/
.service-item li {
	width: 320px;
	vertical-align: middle;
	background:no-repeat right bottom url(../img/index/topic-back.png);
}
.service-item a {
	width: 320px;
	height: 80px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width:640px){
	.service-item li {
		width: 33.3%;
	}
	.service-item a {
		
	}
	.service-item img {
		width: 80%;
	}
}

/* TOPICS
---------------------------------*/
.topic-item li {
	width: 33.3%;
	background: no-repeat right bottom url(../img/index/topic-back.png);
}
.topic-item p {
	color: #666;
	padding-left: 5px;
	font-size: 14px;
	border-left: 3px solid #666;
	margin-bottom: 10px;
}
.topic-in {
	padding: 10px;
}

@media screen and (max-width:640px){
	
	.topic-item li {
		margin: 0 0 5px 5px;
		width: inherit;
		padding: 0;
		background:none;
	}
	.topic-item p {
		display: none;
	}
	.topic-in {
		padding: 0;
	}
	.topic-in img {
		vertical-align: bottom;
	}
}

/* KOKUCHI AREA
---------------------------------*/
#sSlider {
	width:100%;
	max-height:215px;
	overflow:hidden;
	position:relative;
}
.wrap-sslider {
	width:1920px;
	max-height:215px;
	position:relative;
	left:50%;
	margin-left:-960px;
}
.sslider-cover {
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 640px;
	height: 415px;
	display: block;
}
.l {left: 0;top: 0;}
.r {right: 0;top: 0;}

.wrap-slider {
	padding-bottom: 10px;
	background:repeat-x center bottom url(../img/index/sslider-back.gif);
}

@media screen and (max-width:640px){
	#sSlider {
		height: inherit;
		max-height: inherit;
	}
	.wrap-sslider {
		width: 100%;
		left: 0;
		margin-left: inherit;
	}
	.sslider-cover {
		display: none;
	}
}

/* NEWS
---------------------------------*/
.news-item li {
	width: 950px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.news-wrap {
	width: 100%;
	padding-bottom: 10px;
	background: no-repeat right bottom url(../img/index/news-back2.png);
	border-bottom: 1px solid #ccc;
}
.news-item div {
	display: inline-block;
}
.news-pic {
	text-align: center;
	line-height: 20px;
	width: 60px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	background-color: #f00;
}
.news-info {
	color: #666;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.news-info-date {
	font-size: 12px;
	line-height: 18px;
	padding-right: 20px;
}
.news-btn {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

@media screen and (max-width:640px){
	.news-item li {
		width:100%;
		padding: 0;
	}
	.news-info {
		margin:10px;
	}
	.news-btn {
		color: #fff;
		display: block;
		height: 40px;
		line-height: 40px;
		text-align: center;
		width: 100%;
		background: #f00;
	}
	.news-btn:hover {
		color: #fff;
	}
}