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

/* ----------------------------------------------------------------------- 
  トップページ
----------------------------------------------------------------------- */
.contentIn {
	width: 960px;
}
#mainVisual {
	position: relative;
}
#mainVisual .slider01 {
	margin-bottom: 0;
}
#mainVisual .slick-dots {
	bottom: 20px;
}
#mainVisual .slick-dots li {
	margin: 0 12px;
}
#mainVisual .slick-dots button:before {
	width: 15px;
	height: 15px;
	font-size: 0;
	margin: 0;
	background: #827B70;
	opacity: 1.0;
	border-radius: 50%;
}
#mainVisual .slick-dots .slick-active button:before {
	background: #E71409;
}
#mainVisual .slider01 li a {
	display: block;
}
#mainVisual .slider01 li img {
	width: 100%;
}
#mainVisual .btnSlider01 {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 120px;
	margin: auto;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}
#mainVisual .btnSlider01:hover {
	opacity: 0.75;
}
#mainVisual #slidePrev {
	left: 0;
}
#mainVisual #slideNext {
	right: 0;
}
#topGNavi ul {
	width: 950px;
	margin: auto;
}
#topGNavi ul li {
	width: 25%;
	float: left;
}
#topGNavi ul li a {
	display: block;
	text-align: center;
	font-family: 'HanaMinA';
	color: #000;
	font-weight: bold;
	line-height: 1.0;
	padding: 20px 0 19px;
	position: relative;
}
#topGNavi ul li a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	width: 0;
	height: 3px;
	margin: auto;
	background: #f00;
	transition: 0.35s;
}
#topGNavi ul li a:hover {
	opacity: 1.0;
}
#topGNavi ul li a:hover:before {
	width: 100%;
}
#topBanner li {
	width: 50%;
	float: left;
}
#topBanner li img {
	width: 100%;
}
section {
	margin-top: 45px;
}
#category .categoryList01 {
	overflow: hidden;
}
#category .categoryList01 li {
	float: left;
	margin-right: 12px;
}
#category .categoryList01 li:nth-child(3),
#category .categoryList01 li:nth-child(7) {
	margin-right: 0;
}
#category .categoryList01 li:nth-child(n+4) {
	margin-top: 12px;
}
#news .btnNewsList {
	display: inline-block;
	text-decoration: underline;
	margin-bottom: 13px;
}
#news .btnNewsList:hover {
	text-decoration: none;
}

@media print, screen and (min-width:769px) {
	#header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(255,255,255,0.20);
	}
	#gNavi ul li:not(.btnNavContact):not(.btnNavOnline) {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.contentIn {
		width: auto;
	}
	#mainVisual .slider01 {
		margin-bottom: 35px;
	}
	#mainVisual .slick-dots {
		bottom: -32px;
	}
	#mainVisual .slick-dots li {
		margin: 0 7px;
	}
	#mainVisual .slick-dots button:before {
		width: 11px;
		height: 11px;
	}
	#topGNavi {
		display: none;
	}
	#topBanner li {
		width: auto;
		padding: 0 5.3%;
		float: none;
	}
	#topBanner li:nth-of-type(n+2) {
		margin-top: 10px;
	}
	section {
		margin-top: 35px;
	}
	#news .btnNewsList {
		display: none;
	}
	#category .categoryList01 {
		max-width: 680px;
		margin: auto;
	}
	#category .categoryList01 li:nth-child(1n+0) {
		max-width: 48.5%;
		margin: 0;
	}
	#category .categoryList01 li:nth-child(even) {
		float: right;
	}
	#category .categoryList01 li:nth-child(n+3) {
		margin-top: 3%;
	}
}
