@charset "utf-8";

/* --------------------------------------------------------- */
/* ACCESS */

.access {
	padding: 0;
}

.home-section.access {
	border-bottom: none;
}

.access .section__header.-pc {
	display: none;
	width: 100%;
	margin: 20px auto 60px;
	text-align: left;
}
.access .section__header.-pc .h-underline:before {
	left: 0;
	right: auto;
	margin-right: auto;
}

.access__map {
	margin-bottom: 30px;
}

/* map -------------------- */
.map__figure {
	position: relative;
	text-align: center;
}

.map__figure-inner {
	position: relative;
	margin-bottom: 20px;
	background-color: rgb(249, 249, 249);
}

.map__img {
	max-width: 450px;
	max-height: 450px;
}

.map__img img {
	display: block;
	width: 100%;
	background-color: #f9f9f9;
}

.map__dummy-rectangle {
	position: relative;
	display: none;
}

.map__icons {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 450px;
	max-height: 450px;
	left: 0;
	top: 0;
	z-index: 1;
}

.map__icons .icon {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.map__icons .icon:before,
.map__icons .icon:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 0;
	display: block;
	width: 36px;
	height: 36px;
	content: "";
	background: #fff;
	border-radius: 50%;
	transform-origin: center;
	pointer-events: none;
}

.map__icons .icon:before {
	left: -25%;
	top: -25%;
	animation: iconArcAnimation 1.5s cubic-bezier(.25,.46,.45,.94) infinite;
}

.map__icons .icon:after {
	left: -25%;
	top: -25%;
	opacity: 0;
}

.map__icons .icon:hover:before {
	opacity: 0;
}

.map__icons .icon svg {
	position: relative;
	transition: all 0.2s ease-out;
	z-index: 1;
}

.map__icons .icon:hover svg {
	top: -3px;
}

.map__icons .icon.-streetview {
	
}

.map__icons .icon.-streetview img {
	display: block;
	width: 100%;
}

#stv_icon1 { top: 13.5%; left: 65.5%;}
#stv_icon2 { top: 40%;   left: 65.5%;}
#stv_icon3 { top: 61.5%; left: 51.5%;}
#stv_icon4 { top: 61.5%; left: 65.5%;}
#stv_icon5 { top: 85%;   left: 65.5%;}

.map__figure-caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 40px);
	margin: auto;
}

.map__figure-caption > * {
	margin: 0;
}

.footnote-icon {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
}

.footnote-icon li {
	display: flex;
	align-items: center;
}

.footnote-icon__icon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.footnote-icon__icon svg {
}

.footnote-icon__txt {
	
}

.footnote-external {
	font-size: 1.1rem;
}

.map-compass {
	display: none;
}

/* street view ... extra_modal-streetview.css */


@keyframes iconArcAnimation {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

/* location -------------------- */
.access__detail {
	margin-bottom: 20px;
}

.access__location {
	text-align: center;
	margin-bottom: 40px;
}

.access__location > * {
	margin: 0 0 20px;
}

.access__location-inner {
	
}

.access__location-inner > * {
	margin: 0;
}

.access__location-ttl {
	margin-bottom: 0.5em;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5;
}

.access__location-address {
	font-size: 1.2rem;
}

/* directions -------------------- */

.access__directions {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.access__directions ul,
.access__directions ol {
	padding-left: 10px;
}

.access__directions .accordion__item {
	
}

.access__directions .uk-accordion-title {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 20px 25px;
	font-size: 1.4rem;
	font-weight: 600;
	color: rgb(101,128,191);
}

.uk-open .uk-accordion-title {
	color: #000;
}

.access__directions .ttl__icon {
	display: flex;
	margin-right: 10px;
}

.access__directions .ttl__icon svg {
	width: 24px;
	height: 24px;
}

.access__directions .ttl__txt {
	
}

.access__directions .ui--icon {
	right: 25px;
	left: auto;
}

.access__directions .uk-accordion-content {
	width: calc(100% - 60px);
	position: static;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2rem;
}

@media screen and (min-width: 414px) {
	.map__figure-inner {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 40px;
	}
	.map__img {
		max-width: 450px;
		max-height: 450px;
	}
	
	.map__icons {
		max-width: 450px;
		max-height: 450px;
	}
	
	.map__figure-inner .map__dummy-rectangle {
		display: block;
	}
	.map__figure-inner-pos {
		position: relative;
	}
}

@media screen and (min-width: 768px) {
	
	.access {
		
	}
	
	.home-section.access {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	.access .section__body {
		display: flex;
	}
	
	.access__map {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		margin-bottom: 0;
		box-sizing: border-box;
		background-color: rgb(249, 249, 249);
		border-right: 1px solid rgba(0,0,0,0.1);
	}
	
	.map__figure {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.map__figure-inner {
		margin-bottom: 0;
		padding: 40px 40px 60px;
		background-color: transparent;
	}
	
	.map__figure-caption {
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.map__dummy-rectangle {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
	}
	
	.access__detail {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-grow: 1;
		width: 50%;
		margin-bottom: 0;
		padding: 40px;
		box-sizing: border-box;
	}
	
	.access__location {
		text-align: left;
	}
	
	.access__location-inner {
		margin-right: auto;
		margin-left: auto;
	}
	
	.access .section__header {
		display: none;
	}
	
	.access .section__header.-pc {
		display: block;
	}
	
	.access__directions .uk-accordion-title {
		padding: 20px 0;
	}
	.access__directions .ui--icon {
		right: 0;
	}
	
	.map-compass {
		display: block;
		position: absolute;
		right: 40px;
		top: 40px;
		width: 60px;
	}
	
	.map-compass img {
		display: block;
		width: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.access__detail {
		padding: 80px;
	}
	
	.access__location-ttl {
		font-size: 1.4rem;
	}
	
	.map__figure-caption {
		width: calc(100% - 80px);
		bottom: 40px;
	}
	
	.access__location {
		display: flex;
		flex-wrap: wrap;
	}
	
	.access__location-inner {
		width: 40%;
		margin-left: 0;
		margin-right: 40px;
	}
	.access__location-inner:nth-child(even) {
		margin-right: 0;
	}
}

