@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　map
 *
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
	background-image: url(../images/bg_ttl.jpg);	
}

#Header h1 a {
	color: #fff;
}

#Header .util-nav li a {
	color: #fff;
}
#Header .util-nav li a::before {
	background: #fff;
}

.gnav a {
	color: #fff;
	/* text-shadow: none;
	font-weight: normal; */
}

.gnav a span::after {
	background: #fff;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* map
-----------------------------------------------------------------*/
.map{
	padding: 200px 0 30px;
  background: #111612;
  color: #fff;
}
.pic-map{
	text-align: center;
}

.gallery_map{
	margin-top: 4%;
	padding-bottom: 2%;
}
.gallery_map h2{
	font-size: 3rem;
	font-weight: normal;
}
.gallery{
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.gallery .map_img{
	flex-basis: 50%;
}
.gallery .gallery_txt{
	flex-basis: 48%;
	background-color: #054b49;
	padding: 40px 16px;
}
.gallery_txt .car{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gallery_txt .car span{
	display: block;
}
.gallery_txt .car span:nth-of-type(1){
	flex-basis: 25%;
}
.gallery_txt .car span:nth-of-type(2){
	flex-basis: 72%;
	font-size: 1.8rem;
	line-height: 1.4;
}
.gallery_txt .address{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 3rem;
	line-height: 1.3;
	padding: 16px 0;
	margin-top: 16px;
}
.gallery_txt .gallery_cap{
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: 8px;
}






/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.page-ttl{
		background-position: right center;
	}

/* map
-----------------------------------------------------------------*/
	.map{
		padding: 50px 0 0;
	}
	.pic-map{
		text-align: center;
	}


	.gallery_map{
		margin-top: 8%;
		padding-bottom: 4%;
	}
	.gallery_map h2{
		font-size: 1.6rem;
		font-weight: normal;
		text-align: center;
	}
	.gallery{
		margin-top: 24px;
		display: block;
	}
	.gallery .map_img{
		flex-basis: 50%;
	}
	.gallery .gallery_txt{
		padding: 32px 16px;
		margin-top: 16px;
	}
	.gallery_txt .car{
		display: block;
		justify-content: space-between;
		align-items: center;
	}
	.gallery_txt .car span{
		display: block;
	}
	.gallery_txt .car span:nth-of-type(1){
		max-width: 30%;
		margin: auto;
	}
	.gallery_txt .car span:nth-of-type(2){
		font-size: 1.4rem;
		text-align: center;
		margin-top: 16px;
	}
	.gallery_txt .address{
		font-size: 2rem;
	}
	.gallery_txt .gallery_cap{
		font-size: 1.1rem;
	}
	


}