@charset "UTF-8";
/*===============================================================
	shiftkey - wp - ver -
===============================================================*/
#map-wrap{
	display: flex;
}
#map-canvas{
	width: 70%;
	height: 500px;
}
#map-lists{
	width: 30%;
	overflow-y: auto;
	height: 500px;
	padding: 0 1rem;
}
.map-list h2{
	font-size: 1.6rem;
	font-weight: bold;
	color: #666;
}
.map-list + .map-list{
	border-top: 2px solid #ccc;
	padding-top: 2rem;
}
.map-list-areas{
	padding: 1rem 0;
}
.map-list-areas + .map-list-areas{
	border-top: 2px solid #f2f2f2;
}
.gm-style .gm-style-iw-d a{
	color: green;
}
.map-list h3{
	font-size: 1.6rem;
	font-weight: bold;
	padding: 1rem 0;
	position: relative;
	cursor: pointer;
}
.map-list h3 span{
    color: green;
    text-underline-offset: 10%;
    text-underline-position: under;
    text-decoration: underline;
}
.map-list h3::before{
	content: "-";
	margin-right: 1rem;
}
.map-list h3::after{
	content: "";
	display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #e60012;
    border-left: 1px solid #e60012;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
	transition: .5s all;
	position: absolute;
	right: 10px;
	top: 10px;
}
.map-list h3.open::after{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.map-list-toggle{
	display: none;
}
.map-list-area{
	display: flex;
}
.map-list-area h4 {
	width: 20%;
	font-size: 1.4rem;
	padding: 1rem 0;
	line-height: 1.4;
}
.map-list-items{
	width: 80%;
	padding: 1rem 0 0;
	font-size: 1.4rem;
}
.map-list-item{
	margin-bottom: 2rem;
	line-height: 1.4;
}
.map-list-item a{
    color: green;
    text-underline-offset: 10%;
    text-underline-position: under;
    text-decoration: underline;
}
#spot-wrap{
	line-height: 2.12;
}
.spot-list{
	display: flex;
	border: 2px solid #e1e4e6;
}
.spot-list + .spot-list{
	margin-top: -1px;
}
.spot-list h3{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	background: #f5f7f9;
	padding: 20px;
	font-size: 1.5rem;
	font-weight: bold;
}
.spot-areas{
	width: 85%;
	display: flex;
	flex-wrap: wrap;
}
.spot-area{
	display: flex;
	padding: 1rem;
	width: 100%;
}
.spot-area + .spot-area {
	border-top: 2px solid #e1e4e6;
}
.spot-area h4{
	width: 15%;
	align-items: center;
	display: flex;
	height: 100%;
	font-size: 1.5rem;
}
.spot-items{
	width: 85%;
}
.spot-item{
	display: flex;
}
.spot-item u{
	margin-top: -120px;
	padding-top: 120px;
	display: block;
	width: 1px;
}
.spot-item:not(:last-child){
	border-bottom: 2px solid #e1e4e6;
}
.spot-item h5 {
	width: 30%;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	padding: 1rem;
	position: relative;
	z-index: 1;
	line-height: 1.4;
}
.spot-item h5 a{
    color: green;
    text-underline-offset: 10%;
    text-underline-position: under;
    text-decoration: underline;
}
.spot-item p{
	padding: 1rem;
	width: 70%;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	line-height: 1.4;
}
.lv-line-red{
	margin-top: 8rem !important;
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
}
.wrap>.lv-line-red:first-child{
	margin-top: 0 !important;
}
.lv-line-red span{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: inherit;
	min-width: 120px;
}

@media (max-width: 650px){
	.book_block{
		flex-direction: column;
		align-items: center;
		margin: 20px 0 50px;
	}
	.book_block div{
		width: 100%;
		margin: 20px 0;
	}
	#map-wrap{
		display: flex;
		flex-direction: column;
	}
	#map-lists{
		width: 100%;
		overflow-y: auto;
		height: auto;
		padding: 2rem 1rem 0;
	}
	#map-canvas{
		width: 100%;
		height: 300px;
	}
}
