@charset "utf-8";

/* ========================================================
	index.css => indexCSS
======================================================== */

/* mv
============================================================================================================ */
#mv {
	background-color: #fffff5;
}
.slick-prev,
.slick-next {
	width: 15px;
	height: 38px;
	background-repeat: no-repeat;
}
.slick-prev {
	left: 210px;
	background-image: url(../images/mv_prev.png);
	z-index: 1;
}
.slick-next {
	right: 210px;
	background-image: url(../images/mv_next.png);
}
.slick-prev:hover {
	background-image: url(../images/mv_prev.png);
}
.slick-next:hover {
	background-image: url(../images/mv_next.png);
}
.slick-prev:before,
.slick-next:before {
	content: none;
}
.slick-dots {
	bottom: 30px;
}
.slick-dots li button:before {
	content: "○";
	color: white;
	font-size: 10px;
	font-size: 1rem;
}
.slick-dots li.slick-active button:before {
	content: "●";
	color: white;
}
.slick-slide	{
	opacity:0.5;
}
.slick-current	{
	opacity:1;
}
@media screen and (max-width: 680px) {
	.slick-prev,
	.slick-next,
	.slick-prev:hover,
	.slick-next:hover {
		width: 8px;
		height: 20px;
		background-size: cover;
	}
	.slick-prev {
		left: 15px;
	}
	.slick-next {
		right: 15px;
	}
	.slick-dots {
		bottom: 15px;
	}
	.slick-slide img	{
		width:100%;
	}
}

/* title
============================================================================================================ */
#title {
	padding-bottom: 75px;
	text-align: center;
}
@media screen and (max-width: 680px) {
	#title {
		padding-bottom: 40px;
	}
}

/* lead
============================================================================================================ */
#lead {
	padding: 75px 0;
	text-align: center;
}
#lead h1 {
	margin-bottom: 20px;
}
#lead a {
	width: 80px;
	margin: 0 auto;
	padding: 3px 0;
	border: 1px solid #d22800;
	color: #d22800;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
}
#lead p {
	margin-top: 30px;
	color: #505050;
	font-size: 15px;
	font-size: 1.5rem;
}
@media screen and (max-width: 680px) {
	#lead {
		padding: 40px 0;
	}
	#lead h1 {
		margin-bottom: 10px;
		color: #d22800;
		font-size: 2rem;
	}
	#lead a {
		font-size: 1rem;
	}
	#lead p {
		margin-top: 15px;
		font-size: 1.2rem;
	}
}

/* contents
============================================================================================================ */
#contents {
	padding: 60px 0 65px;
	background-color: #f5f5f5;
}
#contents h1 {
	margin-bottom: 30px;
	text-align: center;
}
#contents ul {
	width: 895px;
	margin: 0 auto;
}
#contents ul + ul {
	margin-top: 60px;
}
#contents li {
	float: left;
	width: 255px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.3;
	text-align: center;
	letter-spacing: -.5px;
}
#contents li + li {
	margin-left: 65px;
}
#contents a {
	display: block;
	padding: 10px;
	color: #646464;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
}
#contents li img {
	margin-bottom: 5px;
}
@media screen and (max-width: 680px) {
	#contents {
		padding: 30px 0 35px;
	}
	#contents h1 {
		margin-bottom: 15px;
	}
	#contents ul {
		width: auto;
	}
	#contents ul + ul {
		margin-top: 30px;
	}
	#contents li {
		float: none;
		margin-right: auto;
		margin-left: auto;
		letter-spacing: 0;
	}
	#contents li + li {
		margin-top: 30px;
		margin-left: auto;
	}
}

/* news
============================================================================================================ */
#news {
	float: left;
	margin: 55px 0 110px;
}
#news h1 {
	margin-bottom: 15px;
}
#news li {
	float: left;
	width: 170px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
#news li + li {
	margin-left: 25px;
}
#news a {
	display: block;
	color: #646464;
	text-decoration: none;
}
#news .img {
	margin-bottom: 5px;
	display: block;
	width: 154px;
	height: 154px;
	border-radius: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#news .img.no {
	background-color: #fff;
	border: 1px solid #f3f3f3;
	background: #fff url(../images/news/noimage_index.png) no-repeat 50%;
}
#news time {
	display: block;
}
#news .title {
	margin-bottom: 5px;
	color: #d22800;
	font-weight: bold;
	text-align: left;
}
#news .txt {
	margin: 0 10px;
	line-height: 1.3;
	text-align: left;
}
@media screen and (max-width: 680px) {
	#news {
		float: none;
		margin: 30px 0 0;
	}
	#news h1 {
		margin-bottom: 10px;
	}
	#news li {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	#news li + li {
		margin-top: 15px;
		margin-left: auto;
	}
}

/* contact-incept
============================================================================================================ */
#contact-incept {
	float: right;
	margin-top: 95px;
}
#contact-incept li + li {
	margin-top: 15px;
}
@media screen and (max-width: 680px) {
	#contact-incept {
		float: none;
		margin-top: 35px;
		margin-bottom: 55px;
		text-align: center;
	}
	#contact-incept li + li {
		margin-top: 10px;
	}
}
