@charset "utf-8";
.mvArea{
	width: 100%;
	height: 240px;
	background: url("../../img/location/mv.jpg") top center / cover;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mvArea img{
	max-width: 162px;
}
.location{
	padding: 120px 0;
	background: #0A0A2D;
}
.location_ttl{
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.location_ttl > span{
	display: inline-block;
	vertical-align: super;
	font-size: 12px;
}
.location_toptxt{
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 40px;
}
.location_toptxt > span{
	display: inline-block;
	font-size: 10px;
}
.location_map{
	margin-bottom: 80px;
}
.location_List{
	max-width: 1000px;
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.location_List:last-child{
	margin-bottom: 0;
}
.location_List_item{
	max-width: 480px;
	width: 48%;
}
.location_List_item02{
	max-width: 480px;
	width: 48%;
}
.location_ttl02{
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.location_ttl02 > span{
	display: inline-block;
	vertical-align: super;
	font-size: 12px;
}
.location_txt{
	font-size: 16px;
	line-height: 2;
}
.location_txt > span{
	display: inline-block;
	font-size: 10px;
}
.location_map02{
	max-width: 1000px;
	margin: auto;
}
.location02{
	padding: 0 0 40px;
	background: -moz-linear-gradient(bottom, #DADCE0 50%, #0A0A2D 50%);
    background: -webkit-linear-gradient(bottom, #DADCE0 50%,#0A0A2D 50%);
    background: linear-gradient(to top, #DADCE0 50%,#0A0A2D 50%);
}
.lifeinfo{
	background: #D9DCE0;
    color: #000;
	padding: 0 5% 30px;
}
.lifeinfo_ttl{
	max-width: 233px;
	margin: 0 auto 60px;
}
.lifeinfo_ttl02{
	font-size: 30px;
    text-align: center;
	color: #7B7B53;
    margin-bottom: 40px;
}
.lifeinfo_ttl03{
	max-width: 1000px;
	margin: 0 auto 20px;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
}
.lifeinfo_ttl03.red{
	background: #A8473D;
}
.lifeinfo_ttl03.blue{
	background: #355588;
}
.lifeinfo_ttl03.purple{
	background: #5F3A74;
}
.lifeinfo_ttl03.green{
	background: #078170;
}
.lifeinfo_ttl03.gold{
	background: #7F713C;
}
.lifeinfo_boxWrap{
	margin-bottom: 40px;
}
.lifeinfo_boxWrap{
	max-width: 1000px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.lifeinfo_boxWrap_box{
	max-width: 490px;
	width: 48%;
}
.lifeinfo_boxWrap_box_photoList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;	
	margin-bottom: 20px;
}
.lifeinfo_boxWrap_box_photoList_item{
	max-width: 235px;
	width: 49%;
}
.lifeinfo_boxWrap_box_descList_item{
	font-size: 14px;
	border-bottom: .7px solid #000;
	margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;		
}
.lifeinfo_boxWrap_box_descList_item .name .small{
	vertical-align: super;
	font-size: 10px;
}
.lifeinfo_boxWrap_box_descList_item .name .num_red{
	color: #A8473D;
}
.lifeinfo_boxWrap_box_descList_item .name .num_blue{
	color: #355588;
}
.lifeinfo_boxWrap_box_descList_item .name .num_purple{
	color: #5F3A74;
}
.lifeinfo_boxWrap_box_descList_item .name .num_green{
	color: #078170;
}
.lifeinfo_boxWrap_box_descList_item .name .num_gold{
	color: #7F713C;
}
.lifeinfo_caption{
    max-width: 1000px;
    margin: auto;
    font-size: 10px;
}
.location_caption{
    max-width: 1000px;
    margin: auto;
    padding-top: 120px;
    font-size: 10px;
}
@media screen and (max-width: 1024px) { 
}
@media screen and (max-width: 750px) { 
	.mvArea{
		height: 130px;
	}
  .mvArea img {
    max-width: 112px;
  }
	.location{
		padding: 60px 5%;
	}
	.location_ttl{
		font-size: 22px;
		margin-bottom: 40px;
	}
	.location_List{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px;
	}
	.location_List.reverse{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.location_List_item{
		width: 100%;
		margin: 0 auto 20px;		
	}
	.location_ttl02{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.location_ttl02 sup {
		font-size: 12px;
	}
	.location_txt{
		font-size: 15px;
	}
	.lifeinfo{
		padding: 0 5% 20px;
	}
	.lifeinfo_ttl{
		margin-bottom: 30px;
	}
	.lifeinfo_ttl02{
		font-size: 22px;
	}
	.lifeinfo_boxWrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px;
	}
	.lifeinfo_boxWrap_box{
		width: 100%;
		margin: 0 auto 30px;
	}
	.lifeinfo_boxWrap_box:last-child{
		margin-bottom: 0;
	}
	.lifeinfo_boxWrap_box_descList_item{
		font-size: 15px;
		padding-bottom: 5px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.lifeinfo_boxWrap_box_descList_item .distance{
		text-align: right;
	}
	.location_caption{
		padding-top: 60px;
	}
}