@charset "utf-8";

/* -------------------------------------------------- */
/* トップページ */
/* -------------------------------------------------- */

/* スライダー */
/* -------------------------------------------------- */
#slider {
	width: 100%;
	margin-bottom: 8px;
}

.sp-buttons {
	margin-top: -33px;
}

.bxslider li {
	width: 230px!important;
}

.bxslider li a:hover {
	opacity: 0.7;
}

#carousel {
	padding-bottom: 100px;
}

#wrapper .sp-mask {
	height: 395px;
	position: relative;
}

/* #wrapper .sp-mask:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	z-index: 100;
} */

#wrapper .sp-slides-container:hover .sp-mask:after {
	opacity: 1;
}

/* #wrapper .sp-mask:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	z-index: 100;
} */

#wrapper .sp-slides-container:hover .sp-mask:before {
	opacity: 1;
}

#wrapper .sp-arrows {
	z-index: 101;
}

#slide-ttl {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 60%;
	max-height: 100%;
	z-index: 99;
}

.sp-slide img {
    width: 100%;
    height: auto;
}

#top1 {
	margin-bottom: 100px;
	background: url(../img/top1_img_left.jpg) 2% 50px no-repeat;
}

#top1In {
	background: url(../img/top1_img_right.jpg) 95% 0 no-repeat;
}

#aboutKangenya {
	text-align: center;
	padding-bottom: 80px;
}

#top1 h1,
#top1 p {
	font-size: 153.8%;
	padding-bottom: 30px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.2em;
}

.strong1 {
	font-size: 130%;
	color: #097c25;
	font-weight: bold;
}

.strong2 {
	font-size: 130%;
	color: #a40000;
	font-weight: bold;
}

#introTxt {
	background: rgba(255,255,255,0.9);
	padding: 30px;
	margin-bottom: 50px;
}

#top1Point {
	padding-bottom: 50px;
	display: inline-block;
}

#top1Point li {
	width: 309px;
	height: 309px;
	padding-left: 20px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 169.2%;
	line-height: 180%;
	background: url(../img/top_top1_bg.jpg) right 0 no-repeat;
}

#top1Point li:first-child {
	padding-left: 0;
}

#topReasonBtn {
	text-align: center;
	padding-bottom: 100px;
}

#top2 {
	
}

#top2 h2 {
	padding-bottom: 30px;
	text-align: center;
}

#pointArea {
    padding-top: 100px;
}

#topKyoukaWrap {
	display: table;
	width: 100%;
}

#kyoukaWind {
	width: 50%;
	min-height: 600px;
	height: 100vh;
	display: table-cell;
	text-align: center;
	background: url(../img/top2_wind_bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	vertical-align: middle;
}

#kyoukaString {
	width: 50%;
	min-height: 600px;
	height: 100vh;
	display: table-cell;
	text-align: center;
	background: url(../img/top2_string_bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	vertical-align: middle;
}

#kyoukaWind h3, #kyoukaString h3 {
	text-align: center;
	padding-bottom: 50px;
}

#kyoukaWindIn {
	width: 50%;
	display: inline-block;
	padding: 50px;
	background: rgba(0,0,0,0.6);
	color: #FFFFFF;
	text-align: left;
	font-size: 153.8%;
	line-height: 150%;
	position: relative;
}

#kyoukaWindIn:after {
	content: "";
	position: absolute;
	top: -80px;
	right: -40px;
	width: 206px;
	height: 328px;
	background: url(../img/top2_img1.png) 0 0 no-repeat;
}

#kyoukaStringIn {
	width: 50%;
	display: inline-block;
	padding: 50px;
	background: rgba(0,0,0,0.6);
	color: #FFFFFF;
	text-align: left;
	font-size: 153.8%;
	line-height: 150%;
	position: relative;
}

#kyoukaStringIn:after {
	content: "";
	position: absolute;
	top: -80px;
	right: -120px;
	width: 244px;
	height: 361px;
	background: url(../img/top2_img2.png) 0 0 no-repeat;
}

#kyoukaWindBtn, #kyoukaStringBtn {
	text-align: center;
}

ul.topKyoukaMaker {
	display: flex;
	flex-wrap: wrap;
	padding-top: 8%;
}

ul.topKyoukaMaker li {
	width: 32%;
	margin: 0 2% 2% 0;
}
ul.topKyoukaMaker li:nth-child(3n) {
	margin: 0 0 2% 0;
}

ul.topKyoukaMaker li img {
	width: 100%;
	height: auto;
}

#pointArea {
    padding: 50px 0;
}

#kyoukaWindBtn a, #kyoukaStringBtn a{
	padding: 10px 30px;
	display: inline-block;
	border: 3px #FFFFFF solid;
	background: url(../img/icon1.png) 95% center no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.2em;
	transition: all 0.3s ease-in-out 0s;
}

#kyoukaWindBtn a:hover, #kyoukaStringBtn a:hover {
	border: 3px #FFFFFF solid;
	background: url(../img/icon4.png) 95% center no-repeat #FFFFFF;
	color: #000000;
}

#top3 {
	padding: 50px 0;
	background: #131313;
	position: relative;
}

#top3In h2 {
	text-align: center;
	padding-bottom: 50px;
}

#top3In {
	position: relative;
}

#top3:after {
	content: "";
	width: 206px;
	height: 64px;
	position: absolute;
	bottom: -64px;
	left: 50%;
	margin-left: -103px;
	background: url(../img/top3_arrow_bottom.png) 0 0 no-repeat;
}

#top3List {
	text-align: center;
}

#top3List li {
	width: 25%;
	display: inline-block;
	margin-left: 3%;
}

#top3List li:first-child {
	margin-left: 0px;
}

.top3Btn {
	padding-bottom: 30px;
}

.top3Btn a img {
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
}

.top3Btn a:hover img {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#top4 {
}

#top4 h2 {
	padding: 70px 0;
	margin-bottom: 100px;
	text-align: center;
	position: relative;
}

#top4 h2:after {
	content: "";
	width: 206px;
	height: 64px;
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -103px;
	background: url(../img/top4_arrow_bottom.png) 0 0 no-repeat;
}

#top4Tit1 {
	text-align: center;
	padding-bottom: 60px;
}

#top4Detail {
	width: 980px;
	margin: 0 auto;
}

#top4Detail h3 {
	padding-bottom: 50px;
	text-align: center;
}

#how {
	margin-bottom: 80px;
	background: url(../img/top4_bg.jpg) center bottom repeat-x;
}

#top4Left {
	width: 420px;
	float: left;
}

#top4Right {
	width: 420px;
	float: right;
}

.top4List {
	padding: 0 0 20px 0;
}

.top4List li {
	padding: 0 0 10px 20px;
	font-size: 130.8%;
	font-weight: bold;
	background: url(../img/icon5.png) left 3px no-repeat;
}

.top4Img {
	padding-bottom: 20px;
}

.top4Point {
	padding-bottom: 20px;
}

.top4Btn {
	text-align: center;
	padding-bottom: 80px;
}

#top4Point2 {
	padding: 0 0 100px 0;
	text-align: center;
}

#top4Contact {
	width: 980px;
	margin: 0 auto 100px;
    padding-bottom: 100px;
    position: relative;
    background: url(../img/top4_bg.jpg) center bottom repeat-x;
}

#top4ContactIn {
	text-align: center;
}

#top4ContactBtn {
	position: absolute;
	top: 170px;
	left: 370px;
}

#top5 {
	width: 980px;
	margin: 0 auto 150px;
}

#top5 h3 {
	padding-bottom: 40px;
}

#top6 {
	margin-bottom: 150px;
}

#top6 h3 {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#top6Bg {
	width: 100%;
	height: 570px;
	background: url(../img/top6_bg.png) left bottom no-repeat #0b0b0b ;
}

#top6Btn {
	padding-top: 90px;
	text-align: center;
}

#top6Btn li {
	margin-left: 80px;
	display: inline-block;
}

#top6Btn li:first-child {
	margin-left: 0;
}

#top7 {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#top7 h3 {
	padding-bottom: 40px;
}

#newsBtn {
	position: absolute;
	top: 0;
	right: 0;
}

#newsWrap {
	height: 320px;
	margin-bottom: 80px;
}

#newsIn li {
	padding: 20px;
	border-top: 1px #666666 dotted;
}

#newsIn li:first-child {
	border-top: none;
}

.newsTit {
	font-size: 123.1%;
}

.newsDate {
	padding-right: 10px;
	display: inline-block;
}

.newsCat {
	display: inline-block;
}

#newsIn .newsCat li {
	padding: 5px 10px;
	margin-right: 5px;
	border: 1px #333333 solid;
	display: inline-block;
}

.newsTit {
	padding-top: 10px;
}


#topBnr {
	padding-bottom: 100px;
}

#topBnr li {
	display: inline-block;
}

#bnr1 {
	margin-right: 30px;
}

/* カルーセル */
/* -------------------------------------------------- */
#carousel {
    margin: 0 auto;
    width: 100%;
    height: 230px;
    text-align: left;
    position: relative;
}
 
#carousel_prev,
#carousel_next {
    top: 80px;
    width: 37px;
    height: 70px;
    background: #000;
    cursor: pointer;
    position: absolute;
}
#carousel_prev {
    left: 20px;
    background:transparent url(../img/slider_prev_btn.png) no-repeat top left;
}
#carousel_next {
    right: 20px;
    background:transparent url(../img/slider_next_btn.png) no-repeat top left;
}
 
#carousel ul li {
    float: left;
    text-align: center;
    display: inline;
}
 
.kyoukaItem {
	width: 230px;
	height: 230px;
}

.kyoukaItem a {
	display: block;
	width: 230px;
	height: 230px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}

.kyoukaItem a:hover {
	opacity: 0.7;
}

.kyoukaTit {
	width: 100%;
	padding: 5px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	color: #FFFFFF;
	font-size: 1.231em;
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.kyoukaTit img {
	width: 70%;
}

.kyoukaItemName {
	width: 100%;
	padding: 5px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	color: #FFFFFF;
	font-size: 1.231em;
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* =======================================
    ClearFixElements
======================================= */
#carousel ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#carousel ul {
    display: inline-block;
    overflow: hidden;
}


