@charset "UTF-8";

#global-navi>li:nth-of-type(4):before{
	opacity: 1;
	transform: scale(1.5) rotate(0);
}
#key-visual .pic img{
	object-position: center center;
}

.local-list{
	margin: 40px auto;
	height: 70px;
	position: sticky;
	top: 100px;
	z-index: 99;
}
.local-list ul{
	display: flex;
	justify-content: space-between;
	height: 100%;
	background: #343436;
}

.local-list a{
	color: #fff;
	padding: 5px .25em;
	position: relative;
}
.local-list a:after{
	content: "";
	display: block;
	transform: scaleX(0);
	transform-origin: left top;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .1s all ease;
}
.local-list a.active:after,
.local-list a:hover:after{
	transform: scaleX(1);
}
.local-list li{
	width: 12.5%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec01{
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.map-area{
	width: 44%;
	padding-right: 40px;
	justify-content: center;
	height: calc(100vh - 230px);
	padding: 0 80px 0 40px;
	position: sticky;
	top: 190px;
}
.fc-list{
	width: 56%;
	padding-left: 40px;
}
.local-ttl{
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: .2em;
	margin-bottom: 40px;
}
.local-ttl:not(:nth-of-type(1)){
	margin-top: 60px;
}
.local-ttl:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 15px;
	background: #dfdfdf;
}
.fc-shop{
	padding: 30px;
	border: 1px solid #343436;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.shop-name{
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 40px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	justify-content: space-between;
	width: 100%;
}
.fc-shop .txt{
	width: 100%;
/*
	padding-right: 20px;
*/
	line-height: 2;
}
.fc-shop .googlemap{
	width: 50%;
	padding-left: 20px;
}
.fc-shop .googlemap>iframe{
	display: block;
	width: 100%;
	height: 100%;
}
.fc-shop dl:nth-of-type(1){
	border-top: 1px solid #dfdfdf;
}
.fc-shop dl{
	padding: 15px 0;
	border-bottom: 1px solid #dfdfdf;
	display: flex;
	flex-wrap: wrap;
}
.fc-shop dt{
	width: 120px;
}
.fc-shop dd{
	width: calc(100% - 120px);
}
.fc-shop dd a{
	text-decoration: underline;
}
.fc-shop .btn01{
	margin-top: 30px;
	height: 40px;
	width: 240px;
}

.fc-shop dd a:hover{
	text-decoration: none;
}
.map-area li{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.map-area li.active{
	visibility: visible;
	position: relative;
	left: auto;
	top: auto;
}

@media screen and (max-width: 768px){








	.local-list{
		margin: 1.5rem auto;
		height: auto;
		top: 8.5rem;
	}
	.local-list ul{
		flex-wrap: wrap;
	}
	.local-list li{
		width: 25%;
		height: 4rem;
	}
	.local-list a{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.local-list a:after{
		width: calc(100% - 2rem);
		left: 0;
		right: 0;
		margin: auto;
		bottom: 1rem;
	}
	#sec01{
		padding-top: 2.5rem;
		display: flex;
		flex-wrap: wrap;
	}
	.map-area{
		width: calc(100% - 3rem);
		margin: auto;
		padding-right: 0;
		justify-content: center;
		height: calc(100vh - 22rem);
		padding: 0 ;
		position: absolute;
		top: 2.5rem;

		display: none;
	}
	.fc-list{
		width: 100%;
		padding-left: 0;
		position: relative;
		z-index: 9;
	}
	.local-ttl{
		font-size: 1.6rem;
		margin-bottom: 2.5rem;
	}
	.local-ttl:not(:nth-of-type(1)){
		margin-top: 4rem;
	}
	.local-ttl:after{
		margin-top: 1.5rem;
	}
	.fc-shop{
		padding: 1.5rem;
		margin-bottom: 3rem
	}
	.shop-name{
		font-size: 1.4rem;
		font-weight: 500;
		margin-bottom: 2.5rem;
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 1rem;
		justify-content: space-between;
		width: 100%;
	}
	.fc-shop .txt{
		width: 100%;
		padding-right: 0;
	}
	.fc-shop .googlemap{
		width: 100%;
		padding-left: 0;
	}
	.fc-shop dl{
		padding: 1rem 0;
	}
	.fc-shop dt{
		width: 12rem;
	}
	.fc-shop dd{
		width: calc(100% - 12rem);
	}
	.fc-shop dd a{
		text-decoration: underline;
	}
	.fc-shop .btn01{
		margin: 2rem auto;
		height: 3rem;
		width: 100%;
	}

}