@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　location
 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro{
  padding: 115px 0 120px;
}
.intro h2{
	margin-bottom: 30px;
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: .15em;
}
.intro h2+.txt{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.8;
}

/* location
-----------------------------------------------------------------*/
.location-bg{
 background : linear-gradient(-90deg, rgba(198, 231, 249, 1) 0%, rgba(129, 192, 233, 1) 40%, rgba(120, 188, 231, 1) 48.41%, rgba(96, 176, 224, 1) 62.12%, rgba(56, 157, 214, 1) 79.43%, rgba(2, 131, 200, 1) 99.48%, rgba(0, 130, 200, 1) 100%);    
}
.location{
  padding: 135px 0 50px;
}

.location .ttl-cat{
	position: relative;
	display: flex;
	padding-left: 65px;
	margin-bottom: 50px;
	color: #fff;
}
.location .ttl-cat::before{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 50px;
	height: 70px;
	content: "";
	background: url(../img/location/ico_ttl.svg) no-repeat;
	background-size: 100% auto;	
}
.location .ttl-cat::after{
	display: block;
	width: 100%;
	margin-top: 27px;
	height: 1px;
	content: "";
	background: #fff;
}
.location .ttl-cat > span{
	flex-shrink: 0;
	margin-right: 20px;
}
.location .ttl-cat .ja{
	display: block;
	font-size: 4.6rem;
	line-height: 1.2;
	letter-spacing: .08em;
	font-weight: normal;
}
.location .ttl-cat .en{
	display: block;
	font-size: 2rem;
	letter-spacing: .06em;
	font-weight: 500;
}

.shopping-feature{
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 140px;
}
.shopping-feature .txt-area{
	position: relative;
	max-width: 670px;
	width: 60%;
	padding: 45px 3% 40px;
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(0, 70, 184, 0.2);
}
.shopping-feature .walk{
	position: absolute;
	right: 0;
	top: 10px;
	transform: translateX(10.2%);
}
.shopping-feature h3{
	margin-bottom: 20px;
	font-size: 2.6rem;
	letter-spacing: .15em;
	font-weight: normal;
}
.shopping-feature .txt{
	margin-bottom: 15px;
	font-size: 1.6rem;
}
.item-list{
	display: flex;
	flex-wrap: wrap;
	max-width: 240px;
}
.item-list li{
	width: 20%;
	margin-bottom: 10px;
	text-align: center;
}
.shopping-feature .pic-main{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 72%;
}
.shopping-feature .pic-main .caption{
	display: block;
	text-align: right;
	font-size: 1.3rem;
}

.location .spot-list{
  display: flex;
  flex-wrap: wrap;  
}
.location .spot-list li{
  margin-left: 20px;
  width: calc((100% - 40px)/3); 
}
.location .spot-list li._large{
  width: calc(50% - 10px);      
}
.location .spot-list li:nth-child(1),
.location .spot-list li:nth-child(3n){
  margin-left: 0;  
}
.location .spot-list li:nth-child(n+3){
  margin-top: 20px;  
}
.location .spot-list .pic{  
  position: relative;
  line-height: 0;
}
.location .spot-list .pic > .caption{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  background: rgba(0,0,0,.6);
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  text-align: right;  
}
.location .other-spot-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;  
}
.location .other-spot-list li{
  display: flex;
  justify-content: space-between;
  width: calc(50% - 5px);
  padding: 12px 15px;
  background: #345572;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;  
}
.location .other-spot-list li:nth-child(n+3){
  margin-top: 10px;  
}
.location .other-spot-list li span:nth-child(2){
  margin-left: 10px;  
}

.cat{
  margin-bottom: 120px;  
}
.cat04{
  margin-bottom: 0;  
}


/* lifeinfo-map
-----------------------------------------------------------------*/
.lifeinfo-map{
  padding: 50px 0 100px;
}
.lifeinfo-map h2{
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
}
.lifeinfo-map h2 span{
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: .15em;
	font-weight: 500;
}
.lifeinfo-map h2 span::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	background: linear-gradient(60deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 20%, rgba(255,255,255,.9) 80%, rgba(255,255,255,0) 100%);
}
.lifeinfo-map .tab-nav-area{
	margin-bottom: 15px;
}
.lifeinfo-map .tab-nav ul{
	display: flex;
	justify-content: space-between;
}
.lifeinfo-map .tab-nav li{
	padding: 20px 15px;
	width: calc((100% - 15px)/3);
	text-align: center;
	background: #2e72af;
	font-size: 1.6rem;
	letter-spacing: .08em;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
	transition: .3s;
}
.lifeinfo-map .tab-nav li.current,
.lifeinfo-map .tab-nav li:hover{
	background: #fff;
	color: #2e72af;
}


/* map ------------------------*/
.map-cont{
	background: #fff;
}
.map-cont + .map-cont{
  display: none;  
}


.gmap_wrap{
	display: flex;
}
.gmap{
	width: 72.2%;
	height: 100%;
	line-height: 0;
}
.markerArea{
	width: 27.8%;
	height: 550px;
	padding: 10px 15px;
	overflow: auto;
}
.marker_list{
	margin: 0 auto;
}
.marker_list li{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #e2e2e2;
	cursor: pointer;
	transition: .3s;
	font-size: 1.5rem;
	line-height: 1.6;
}
.marker_list li .num{
	flex-shrink: 0;
	margin-right: 7px;
}
.marker_list li:hover{
	opacity: .7;
}





/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/* intro
-----------------------------------------------------------------*/
	.intro{
		padding: 60px 0 50px;
	}
	.intro h2{
		margin-bottom: 15px;
		font-size: 2.2rem;
		letter-spacing: .1em;
	}
	.intro h2+.txt{
		font-size: 1.4rem;
	}


/* location
-----------------------------------------------------------------*/
	.location{
		padding: 35px 0 50px;
	}
	
	.location .ttl-cat{
		padding-left: 45px;
		color: #fff;
	}
	.location .cat01 .ttl-cat{
		margin-bottom: 55px;
	}
	.location .ttl-cat::before{
		width: 38px;
		height: 53px;
	}
	.location .ttl-cat > span{
		margin-right: 10px;
	}
	.location .ttl-cat .ja{
		font-size: 4rem;
		line-height: 1.2;
	}
	
	.shopping-feature{
		margin-bottom: 45px;
		padding-bottom: 23vw;
	}
	.shopping-feature .txt-area{
		max-width: none;
		width: 100%;
		padding: 50px 20px 30vw;
	}
	.shopping-feature .walk{
		position: absolute;
		top: 0;
		transform: translate(-10px, -14%);
	}
	.shopping-feature h3{
		font-size: 2rem;
		line-height: 1.6;
	}
	.shopping-feature .txt{
		margin-bottom: 25px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.item-list{
		margin: 0 auto;
		transform: translateX(-5px);
	}
	.item-list li img{
		width: 32px;
	}
	.item-list li:nth-child(1) img,
	.item-list li:nth-child(6) img{
		width: 38px;
	}
	.item-list li:nth-child(7) img,
	.item-list li:nth-child(8) img{
		width: 37px;
	}
	.shopping-feature .pic-main{
		width: 100%;
	}
	.shopping-feature .pic-main .caption{
		font-size: 1.2rem;
	}
	
	.location .spot-list{
		justify-content: space-between;
	}
	.location .spot-list li{
		margin-left: 0;
		width: calc(50% - 5px); 
	}
	.location .spot-list li._large{
		width: 100%;      
	}
	.location .spot-list li:nth-child(n+2){
		margin-top: 15px;  
	}
	.location .spot-list .pic > .caption{
		padding: 5px;
		font-size: 1.2rem;
	}
	.location .other-spot-list{
		display: block;
		margin-top: 35px;  
	}
	.location .other-spot-list li{
		display: block;
		width: 100%;
		padding: 12px 15px;
		font-size: 1.4rem;
	}
	.location .other-spot-list li span{
		display: block;
	}
	.location .other-spot-list li span:nth-child(n+2){
		text-indent: -.5em;
	}
	.location .other-spot-list li:nth-child(n+2){
		margin-top: 10px;  
	}
	.location .other-spot-list li span:nth-child(2){
		margin-left: 10px;  
	}
	
	.location .cat02 .spot-list li._large:nth-child(n+3){
		width: calc(50% - 5px); 
	}
	
	.cat{
		margin-bottom: 100px;  
	}
	.cat04{
		margin-bottom: 0;  
	}


/* lifeinfo-map
-----------------------------------------------------------------*/
	.lifeinfo-map{
		padding: 35px 0 60px;
	}
	.lifeinfo-map h2 span{
		font-size: 2.4rem;
	}
	.lifeinfo-map h2 span::after {
		height: 2px;
	}
	.lifeinfo-map .tab-nav-area{
		margin-bottom: 15px;
	}
	.lifeinfo-map .tab-nav ul{
		flex-wrap: wrap;
	}
	.lifeinfo-map .tab-nav li{
		width: calc(33% - 5px);
		font-size: 1.4rem;
	}
	.lifeinfo-map .tab-nav li:nth-child(n+4){
		margin-top: 8px;
	}
	



/* map ------------------------*/

	.gmap_wrap{
		display: block;
		height: auto;
	}
	.gmap{
		width: 100%;
	}
	.markerArea{
		width: 100%;
		height: auto;
		overflow: visible;
	}
	.marker_list li{
		padding: 15px 0;
		font-size: 1.4rem;
	}
	.marker_list li .num{
		flex-shrink: 0;
		width: 25px;
	}
	.marker_list li:hover{
		opacity: 1;
	}
  
  
  
}