@charset "utf-8";
/*base*/
ul,li{padding: 0; margin: 0; list-style: none;}

.text-red{color: #ff0000}
.text-blue{color: #0078ff}
.bold{font-weight: bold;}

/*margin*/
.mr0{margin-right: 0 !important;}
.mr5{margin-right: 5px !important;}
.ml5{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.mb5{margin-bottom: 5px !important;}
.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mt0{margin-top: 0 !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}

/*padding*/
.pt0{padding-top: 0 !important;}

/*font-size*/
.size-13{font-size: 13px !important;}
.size-18{font-size: 18px !important;}
.size-20{font-size: 20px !important;}

/*width*/
.w-full{width: 100% !important; max-width: 100% !important;}
.w-100{width: 100px !important;}
img{max-width: 100%; height: auto;}

.relative{position: relative;}
.fa{margin-right: 5px;}

/*bootstrap*/
.row-10{margin: 0 -10px;}
.row-10 > div{padding-left:10px; padding-right:10px;}
.row-5{margin: 0 -5px;}
.row-5 > div{padding-left:5px; padding-right:5px;}
.row-3{margin: 0 -3px;}
.row-3 > div{padding-left:3px; padding-right:3px;}
.row-0{margin: 0;}
.row-0 > div{padding-left:0; padding-right:0;}

/*position*/
.ab{position: absolute;}

/*hover*/
.hov-opa:hover{opacity: 0.8;}

/*flex*/
.flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
.flex-a-ct { -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
.flex-j-bw { -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between;}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*---スマホ---*/
@media only screen and (max-width: 768px) {
    .row-0,.row-5,.row-10{margin-left: -15px; margin-right: -15px;}
    .row-0 > div,.row-10 > div,.row-5 > div{padding-left: 15px; padding-right: 15px;}
}



.wrap--static_map {
	display: block;
	overflow: hidden;
	height: 500px;
	margin-bottom: 20px;
}
.wrap--static_map > img {
	display: block;
	position: relative;
	top: -200px;
}
.wrap--info_address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.info_address {
	margin-right: 20px;
}
.map-app-btn {
	width: 180px;
}
@media (max-width: 991px){
	.wrap--static_map {
		height: 340px;
	}
	.wrap--static_map > img {
		top: -150px;
	}
}

@media (max-width: 767px) {
	.slick-slide img {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.wrap--static_map {
		height: auto;
		margin: 0;
	}
	.wrap--static_map > img {
		top: 0;
	}
	.wrap--info_address {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.info_address {
		margin-right: 0;
	}
	.map-app-btn {
		width: 100%;
		margin-top: 20px;
	}
}