@charset "utf-8";



/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro .image{
	background-image: url("../img/bg_pageintro_01.jpg");
}
.sw-PageIntro .text img{
	width: 217px;
	height: auto;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro .text img{
		width: 312px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro .text img{
		width: 406px;
	}
}



/* location-Contents
-----------------------------------*/
.location-Contents .box{
	margin: 25px auto 0;
}
.location-Contents .box + .box{
	margin-top: 70px;
}
.location-Contents .box .image{
	position: relative;
}
.location-Contents .box .image:before{
	content: "";
	width: 50%;
	height: 20px;
	background: #222e53;
	position: absolute;
	bottom: -20px;
}
.location-Contents .box:nth-child(odd) .image:before{
	left: 0;
}
.location-Contents .box:nth-child(even) .image:before{
	right: 0;
}
.location-Contents .box .image img{
	width: 100%;
	height: auto;
}
.location-Contents .box h3{
	color: #222e53;
	font-size: 138.5%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
	margin: 50px 30px 0;
}
.location-Contents .box p{
	line-height: 2.6;
	text-align: center;
	margin: 10px 30px 0;
}

/*
.location-Contents .box ul{
	padding: 0 20px;
	margin: 45px auto 0;
}
.location-Contents .box ul li{
	list-style: none;
}
.location-Contents .box ul li img{
	width: 100%;
	height: auto;
}
*/

@media only screen and (min-width: 768px){
	.location-Contents .box{
		margin: 45px auto 0;
	}
	.location-Contents .box h3{
		font-size: 184%;
		margin: 80px 30px 0;
	}
	.location-Contents .box p{
		margin: 20px 30px 0;
	}
/*
	.location-Contents .box ul{
		margin: 60px auto 0;
	}
*/
}
@media only screen and (min-width: 1024px){
	.location-Contents .box{
		margin: 60px auto 0;
	}
	.location-Contents .box + .box{
		margin-top: 180px;
	}
	.location-Contents .box .image{
		width: 100%;
		height: 400px;
		background-image: url("../img/img_location_01.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.location-Contents .box:nth-child(2) .image{
		background-image: url("../img/img_location_02.jpg");
	}
	.location-Contents .box .image img{
		display: none;
	}
	.location-Contents .box h3{
		font-size: 215%;
		margin: 80px 30px 0;
	}
/*
	.location-Contents .box ul{
		max-width: 1280px;
	}
	.location-Contents .box ul li{
		list-style: none;
		width: 50%;
		float: left;
	}
	.location-Contents .box ul li:nth-child(even){
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
*/

}



/* location-Use
-----------------------------------*/
.location-Use{
	background: #f4f4f6;
	padding: 28px 0 38px;
	margin: 80px 30px 0;
	position: relative;
}
.location-Use:before,
.location-Use:after{
	content: "";
	width: 168px;
	height: 50px;
	background-image: url("../../asset/img/ico_common_02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
}
.location-Use:before{
	top: -25px;
	left: -25px;
}
.location-Use:after{
	bottom: -25px;
	right: -25px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.location-Use h3{
	color: #222e53;
	font-size: 138.5%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
}
.location-Use h3 + p{
	text-align: center;
	margin-top: 10px;
}
.location-Use .tel{
	text-align: center;
	margin-top: 10px;
}
.location-Use .tel + p{
	text-align: center;
}
.location-Use .tel .en{
	color: #222e53;
	font-size: 131%;
}
.location-Use .tel .lg{
	font-size: 130%;
}
@media only screen and (min-width: 768px){
	.location-Use{
		padding: 60px 0 70px;
		margin: 100px 30px 0;
	}
	.location-Use h3{
		font-size: 184%;
	}
	.location-Use h3 + p{
	}
	.location-Use .tel .en{
		font-size: 184%;
	}

}
@media only screen and (min-width: 1024px){
	.location-Use{
		max-width: 860px;
		-webkit-box-shadow: 0 0 0 9px #f4f4f6 inset, 0 0 0 10px #fff inset;
		box-shadow: 0 0 0 9px #f4f4f6 inset, 0 0 0 10px #fff inset;
		margin-left: auto;
		margin-right: auto;
	}
	.location-Use h3{
		font-size: 215%;
	}
	.location-Use .tel .en{
		font-size: 215%;
	}
	.location-Use .sp{
		display: none;
	}
}


/* location-Slider
-----------------------------------*/

.location-Contents .gallery{
	margin: 30px 30px 0;
}
.location-Contents .slides{
	position: relative;
	margin-top: 25px;
}
.location-Contents .slides:before,
.location-Contents .slides:after{
    margin: 0 20px;
	content: "";
	width: 54px;
	height: 54px;
	background-image: url("../img/ico_location_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
}
.location-Contents .slides:before{
	top: -15px;
	left: -35px;
}
.location-Contents .slides:after{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: -15px;
	right: -35px;
}
.location-Contents .slides .item{
	list-style: none;
	opacity: 0;
}
.location-Contents .slides .item img{
	width: 100%;
	height: auto;
}
.location-Contents .slides.slick-initialized li{
	opacity: 1;
}
.location-Contents .slides .item.slick-current{
	outline: none;
}

.location-Contents .slick-dots{
	text-align: center;
	position: absolute;
	bottom: -30px;
}
.location-Contents .slick-dots li{
	display: inline-block;
}
.location-Contents .slick-dots li + li{
	margin-left: 10px;
}
.location-Contents .slick-dots li button{
	text-indent: -9999px;
	width: 4px;
	height: 4px;
	border: none;
	background: #434853;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	outline: none;
	opacity: .3;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.location-Contents .slick-dots li.slick-active button{
	opacity: 1;
}
.location-Contents .slick-arrow{
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 center;
	padding: 0;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 1000;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.location-Contents .slick-prev{
	background-image: url("../img/prev_nav.png");
	left: 5px;
}
.location-Contents .slick-next{
	background-image: url("../img/next_nav.png");
	right: 5px;
}


@media only screen and (min-width: 768px){
	.location-Contents .gallery{
		width: calc(100% - 60px);
		max-width: 960px;
		margin: 60px auto 0;
	}
	.location-Contents .slides{
	}
	.location-Contents .slick-prev{
		left: 40px;
	}
	.location-Contents .slick-next{
		right: 40px;
	}
	.location-Contents .slides .item{
		margin: 15px;
	}
	.location-Contents .slick-dots{
		width: 100%;
	}
	}


