@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .mainVisual {
	background-image: url("../img/lounge/main_img.jpg");
}

#main .mainVisual .headLine01 {
	padding-bottom: 207px;
}

#main .comTopBox {
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}

#main .comTopBox .textBox {
	vertical-align: top;
}

#main .showBox {
	margin: -50px auto 80px;
	max-width: 1200px;
	position: relative;
}

#main .showBox .photoBox {
	width: 751px;
	float: left;
}

#main .showBox .textBox {
	margin: 70px 0 0 55px;
	padding: 60px 0 64px;
	width: 290px;
	float: left;
	border-top: 1px solid #002853;
	border-bottom: 1px solid #002853;
}

#main .showBox .textBox .headLine01 {
	line-height: 1.9;
}

#main .showBox .photoBox .subImgUl {
	margin-top: -5px;
}

#main .showBox .photoBox .subImgUl li {
	margin: 2px 2px 0 0;
	width: 186px;
	float: left;
	cursor: pointer;
}

#main .showBox .photoBox .subImgUl li:nth-child(4n) {
	margin-right: 0;
}

#main .showBox .photoBox .subImgUl li:hover {
	opacity: 0.7;
}

#main .showBox .textBox p {
	margin: 3px -25px 0 0;
	font-size: 1.3rem;
	line-height: 2.55;
	letter-spacing: 0;
}

#main .showBox .textBox .arrowUl {
	margin-top: 31px;
	text-align: center;
}

#main .showBox .textBox .arrowUl li {
	margin: 0 16px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

#main .showBox .textBox .arrowUl li:hover {
	opacity: 0.7;
}

#main .comContact {
	margin-top: 80px;
}

#main .comImgBox {
	margin-bottom: 105px;
}

#pagePath {
	margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
	#main .showBox .photoBox {
    	width: auto;
    	float: none;
		position: relative;
	}
	
	#main .showBox .photoBox .arrowUl li {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	#main .showBox .photoBox .arrowUl .next {
		left: auto;
		right: 0;
	}
	
	#main .showBox .photoBox .subImgUl li {
		margin: 5px 1% 0 0;
		width: 49%;
	}
	
	#main .showBox .photoBox .subImgUl li:nth-child(2n) {
		margin-right: 0;
		float: right;
	}
	
	#main .showBox {
		margin: 0 15px 80px;
	}
	
	#main .showBox .photoBox .subImgUl li:hover {
		opacity: 1;
	}
	
	#main .comTopBox {
		margin-bottom: 60px;
	}
	
	#main .showBox .textBox {
		margin: 0;
		padding: 30px 0 30px;
		width: auto;
		float: none;
		border-bottom: none;
	}
	
	#main .comImgBox {
		margin-bottom: 75px;
	}
	
	#main .showBox .photoBox .subImgUl {
		margin-top: 0;
		display: none;
	}
	
	#main .showBox .photoBox .slick-dots {
		text-align: center;
	}

	#main .showBox .photoBox .slick-dots li {
		margin: 0 6px;
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 100px;
		background-color: #9c9c9c;
	}

	#main .showBox .photoBox .slick-dots li button {
		display: none;
	}

	#main .showBox .photoBox .slick-dots li.slick-active {
		background-color: #337ec2;
	}
	
	#main .showBox .textBox p {
		margin: 3px 0 0;
		font-size: 1.1rem;
		letter-spacing: 0.5px;
	}
}
