@charset "UTF-8";
#banner_box {
	padding: 10px 0 20px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	margin-top: 10px;
	position: static;
	line-height: 0;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #BFBEBB !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: #c02f2f !important;
}
/*-----------------------------------

	main

-----------------------------------*/
#main_image {
	height: 480px;
	position: relative;
	min-width: 1000px;
	margin: 0 auto;
	background: url(../img/index/main_bg.jpg);
	background-position: center top;
	background-size: cover;
}
#main_image .contents_inner {
	position: relative;
}
#main_image .contents_inner img {
	position: absolute;
	right: 0;
	top: 0;
}


@media screen and (max-width: 840px) {

	#main_image {
		width: 100%;
		min-width: 100%;
		height: 400px;
		margin-top: 100px;
	}
	#main_image .contents_inner img {
		height: 400px;
	}

}

@media screen and (max-width: 640px) {

	#main_image {
		margin-top: 60px;
		height: 210px;
	}
	#main_image .contents_inner img {
		height: 210px;
	}

}


/*-----------------------------------

	intro_block

-----------------------------------*/

#intro_block {
	padding: 95px 0 75px;
	background: url(../img/index/intro_bg.jpg);
}
#intro_block .text_box {
	width: 440px;
}
#intro_block .text_box h2 {
	margin-bottom: 25px;
}
#intro_block .img_box {
	margin-top: 25px;
}
#intro_block .bnr_box {
	width: 1000px;
	max-width: 95%;
	margin: 30px auto 0;
	text-align: center;
	display: block;
}
@media screen and (max-width: 840px) {

	#intro_block {
		padding: 55px 0;
	}
	#intro_block .text_box {
		width: 50%;
	}
	#intro_block .img_box {
		width: 45%;
		margin-top: 25px;
	}

}

@media screen and (max-width: 640px) {

	#intro_block {
		padding: 25px 0;
	}
	#intro_block .contents_inner {
		width: 100%;
	}
	#intro_block .text_box {
		width: 95%;
		margin: 0 auto;
		float: none !important;
	}
	#intro_block .text_box img {
		display: block;
		max-width: 90%;
		margin: 0 auto;
	}
	#intro_block .text_box p {
		font-size: 12px;
	}
	#intro_block .img_box {
		width: 100%;
		margin-top: 15px;
		float: none !important;
	}
	#intro_block .img_box img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}

}

/*-----------------------------------

	genres_block

-----------------------------------*/

#genres_block {
	padding: 100px 0 55px;
}
#genres_block .two_list {
	margin-top: 60px;
}
#genres_block .two_list li,
#genres_block .three_list li {
	float: left;
	margin-right: 34px;
	margin-bottom: 34px;
}
#genres_block .two_list li:nth-child(2),
#genres_block .three_list li:nth-child(3n) {
	margin-right: 0;
}
#genres_block .two_list li .sp_img {
	display: none;
}


@media screen and (max-width: 840px) {

	#genres_block {
		padding: 55px 0;
	}
	#genres_block .two_list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#genres_block .three_list li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

}

@media screen and (max-width: 640px) {

	#genres_block {
		padding: 25px 0 30px;
	}
	#genres_block .two_list {
		margin-top: 25px;
	}
	#genres_block .three_list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#genres_block .three_list li:nth-child(3n) {
		margin-right: 2%;
	}
	#genres_block .three_list li:nth-child(2n) {
		margin-right: 0;
	}
	#genres_block .two_list li .sp_img {
		display: block;
	}
	#genres_block .two_list li .pc_img {
		display: none;
	}

}

/*-----------------------------------

	feature_block

-----------------------------------*/

#feature_block {
	padding: 100px 0 55px;
	background: #f7f7f7;
}
#feature_block .feature_list {
	margin-top: 85px;
}
#feature_block .feature_list li {
	width: 310px;
	float: left;
	margin-right: 35px;
}
#feature_block .feature_list li:last-child {
	margin-right: 0;
}
#feature_block .feature_list li img {
	border-top: 5px solid #9e3232;
}
#feature_block .feature_list li h3 {
	font-size: 16px;
	letter-spacing: -0.02em;
	color: #9e3232;
	margin: 10px 0;
}
#feature_block .feature_btn_list {
	margin-top: 75px;
	padding: 0 60px;
}
#feature_block .feature_btn_list li {
	float: left;
	margin-right: 140px;
}
#feature_block .feature_btn_list li:last-child {
	margin-right: 0;
}
#feature_block .feature_btn_list a {
	display: block;
	width: 195px;
	height: 195px;
	color: #fff;
	background: #323232;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	position: relative;
	line-height: 160px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
#feature_block .feature_btn_list a:hover {
	background: #1b1b1b;
}
#feature_block .feature_btn_list a span {
	display: block;
	font-size: 15px;
	margin-top: -120px;
	letter-spacing: 0;
	position: relative;
}
#feature_block .feature_btn_list a span:before {
	content: url("../img/index/feature_btn_01.png");
	position: absolute;
	left: 30px;
}
#feature_block .feature_btn_list a span:after {
	content: url("../img/index/feature_btn_02.png");
	position: absolute;
	right: 30px;
	top: 0;
}
#feature_block .feature_btn_list a:before {
	content: "";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	width: 185px;
	height: 185px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 840px) {

	#feature_block {
		padding: 55px 0;
	}
	#feature_block .feature_list {
		margin-top: 50px;
	}
	#feature_block .feature_list li {
		width: 31.66%;
		margin-right: 2.5%;
	}
	#feature_block .feature_btn_list {
		margin-top: 60px;
		padding: 0;
	}
	#feature_block .feature_btn_list li {
		margin: 0 5%;
	}
	#feature_block .feature_btn_list a {
		font-size: 20px;
		line-height: 120px;
		width: 170px;
		height: 170px;
	}
	#feature_block .feature_btn_list a:before {
		width: 160px;
		height: 160px;
	}
	#feature_block .feature_btn_list a span {
		margin-top: -80px;
		font-size: 13px;
	}

}

@media screen and (max-width: 750px) {

	#feature_block .feature_btn_list li {
		margin: 0 4%;
	}

}

@media screen and (max-width: 705px) {

	#feature_block .feature_btn_list li {
		margin: 0 3%;
	}

}

@media screen and (max-width: 640px) {

	#feature_block {
		padding: 25px 0 30px;
	}
	#feature_block .feature_list {
		margin-top: 20px;
	}
	#feature_block .feature_list li {
		width: 100%;
		float: none;
		margin-bottom: 40px;
		margin-right: 0;
	}
	#feature_block .feature_list li img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	#feature_block .feature_list li:last-child {
		margin-bottom: 0;
	}
	#feature_block .feature_list li h3 {
		font-size: 15px;
		text-align: center;
		letter-spacing: 0;
	}
	#feature_block .feature_list li p {
		font-size: 12px
	}
	#feature_block .feature_btn_list {
		margin-top: 40px;
	}
	#feature_block .feature_btn_list li {
		float: none;
		margin: 2% 0;
	}
	#feature_block .feature_btn_list li a {
		width: 100%;
		height: auto;
		line-height: 80px;
		border: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	#feature_block .feature_btn_list a:before {
		width: 96%;
		height: 89%;
		border: 1px solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	#feature_block .feature_btn_list a span {
		width: 180px;
		margin: -50px auto 0;
	}

}

/*-----------------------------------

	company_block

-----------------------------------*/

#company_block {
	padding: 55px 0 50px;
}
#company_block table {
	width: 500px;
	font-size: 14px;
	color: #3e3e3e;
	margin: 60px auto 0;
}
#company_block table th {
	width: 170px;
	text-align: left;
	padding: 8px 0;
	border-bottom: 1px solid #ececec;
}
#company_block table td {
	padding: 8px 0;
	border-bottom: 1px solid #ececec;
}

@media screen and (max-width: 640px) {

	#company_block {
		padding: 25px 0 30px;
	}
	#company_block table {
		width: 100%;
		margin-top: 30px;
	}
	#company_block table th {
		display: block;
		width: 100%;
		font-weight: 300;
		background: #2f2f2f;
		color: #fff;
		text-align: center;
		padding: 2px 0;
		border: none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}
	#company_block table td {
		display: block;
		width: 100%;
		padding: 15px 0;
		font-size: 13px;
		border: none;
	}
	iframe.map {
		height: 250px;
	}

}
