@charset "utf-8";


#address {
	margin: 50px 0 0;
}
#address p {
	line-height: 2;
	font-size: 14px;
}
#address .link {
	margin: 15px 0 0;
}
#address .link a {
	font-size: 14px;
	text-decoration: underline;
}
#address .link a:hover {
	text-decoration: none;
}






#access {
	margin: 75px 0 0;
}
#access h2 {
	margin: 0 0 30px;
	padding: 0 0 10px;
	font-size: 14px;
	border-bottom: 1px solid #969696;
}



#access dl {
	margin: 0 0 50px;
}
#access dt {
	font-size: 14px;
	line-height: 1.8;
}
#access dd {
	margin-top: 20px;
	font-size: 14px;
}
#access dd a {
	text-decoration: underline;
}


#access .container {
	margin: 0 0 50px;
}
#access .map {
	padding: 5px 0 25px;
}
#access .map img {
	width: 100%;
	max-width: 480px;
	height: auto;
}

#access p.extra {
	margin-top: 35px !important;
	font-size: 14px;
	line-height: 2;
}

#access .box dd a {
	font-family: "UniversLTPro-55Roman", sans-serif;
}



#access h3 {
	margin: 0 0 25px;
	padding: 0 0 10px;
	font-size: 14px;
	font-weight: 400;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
	border-bottom: 1px solid #c8c8c8;
}

#access .route + .route {
	margin-top: 60px;
}
#access .route {
	font-size: 1rem;
}
#access .route .destination {
	font-size: 15px;
	font-family: "UniversLTPro-55Roman", sans-serif;
	letter-spacing: 2px;
}

#access span.icon {
	position: relative;
	display: block;
	width: 34px;
	height: 12px;
	margin: 0 auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 34px auto;
}
#access span.icon.car {
	background-image: url(../img/icon_car.svg);
}
#access span.icon.train {
	background-image: url(../img/icon_train.svg);
}
#access span.icon.express {
	background-image: url(../img/icon_express.svg);
}
#access span.icon.bus {
	background-image: url(../img/icon_bus.svg);
}

#access span.icon.bus em {
	position: absolute;
	left: 0;
	top: -15px;
	transform: translateX(-25%);
	white-space: nowrap;
	font-size: 10px;
}


.route-box + .route-box {
	margin-top: 30px;
}

.route-box .inner {
	display: flex;
	align-items: flex-start;
	margin: 0 0 0 18px;
	font-size: 12px;
}
.route-box .inner {
	display: flex;
}
.route-box nav {
	margin: 30px 0 0 18px;
}
.route-box nav a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	width: 250px;
	height: 50px;
	padding: 0 28px;
	font-size: 14px;
	color: #fff;
	background: #000;
	transition: all 300ms ease-out;
}
.route-box nav a em {
	position: absolute;
	display: block;
	width: 22px;
	height: 10px;
	right: 24px;
	top: calc(50% - 5px);
	background: url(../img/icon_pdf.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}





.route-box .line {
	position: relative;
	margin: 0 11px;
}
.route-box .line::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: 18px;
	background: #969696;
}
.route-box .distance {
	margin: 18px 0 0;
}

.route-box .departure,
.route-box .destination {
	position: relative;
	display: inline-block;
	top: 15px;
}


#car .route-box .line {
	width: 85px;
	text-align: center;
}
#bus .route-box .line {
	width: 170px;
}
#bus .route-box .distance {
	margin-left: 10px;
}

#bus .route-box .extra {
	width: calc(100vw - 116px);
	margin: 8px 0 0 10px;
	font-size: 12px;
	line-height: 1.7;
}


.route-box .note {
	display: block;
	margin: 10px 0 0;
	white-space: nowrap;
}
.route-container div.note {
	margin: 22px 0 0 18px;
	font-size: 12px;
	line-height: 1.9;
}


#transport .route-box {
	position: relative;
}
#transport .route-box .inner {
	position: relative;
	height: 94px;
}
#transport .point1 {
	position: absolute;
	width: 208px;
	left: 0;
	top: 22px;
}
#transport .point1 > span:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
}
#transport .point1 > span:nth-child(2) {
	position: absolute;
	left: 0;
	top: 45px;
}

#transport .point1 .line {
	position: absolute;
	width: 114px;
	height: 44px;
	
	left: 47px;
	top: 5px;
	margin: 0;
	text-align: center;
	border: 0 solid #969696;
	border-width: 1px 1px 1px 0;
}
#transport .point1 .line::after {
	width: 50px;
	left: 114px;
	top: 28px;
}
#transport .point1 .icon {
	position: absolute;
	left: calc(50% - 20px);
	top: -22px;
}
#transport .point1 .distance {
	position: absolute;
	margin: 0;
}
#transport .point1 .distance:nth-of-type(1) {
	width: 100%;
	top: 8px;
	text-align: center;
}
#transport .point1 .distance:nth-of-type(2) {
	width: 100%;
	top: 52px;
	text-align: center;
}


#transport .point2 {
	position: absolute;
	width: 122px;
	height: 54px;
	left: 220px;
	top: 39px;
}
#transport .point2 .line {
	position: absolute;
	width: 76px;
	right: 0;
	top: 2px;
	margin: 0;
	text-align: center;
}
#transport .point2 .distance {
	margin-top: 14px;
}


#transport .point3 {
	position: absolute;
	width: 212px;
	height: 44px;
	left: 352px;
	top: 8px;
}
#transport .point3 > span:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
}
#transport .point3 > span:nth-child(2) {
	position: absolute;
	left: 0;
	top: 45px;
}

#transport .point3 .line {
	position: absolute;
	width: 38px;
	height: 44px;
	
	left: 48px;
	top: 5px;
	margin: 0;
	text-align: center;
	border: 0 solid #969696;
	border-width: 1px 1px 1px 0;
}
#transport .point3 .line::after {
	width: 82px;
	left: 38px;
	top: 22px;
}
#transport .point3 .icon {
	position: absolute;
	left: calc(41px - 17px + 38px);
	top: 5px;
}
#transport .point3 .distance {
	position: absolute;
	width: 82px;
	left: 38px;
	top: 30px;
	margin: 0;
	text-align: center;
}


#transport .point4 {
	position: absolute;
	width: 270px;
	left: 530px;
	top: 13px;
}
#transport .point4 .line {
	position: absolute;
	width: 82px;
	left: 86px;
	top: 2px;
	margin: 0;
	text-align: center;
}
#transport .point4 .departure {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
}
#transport .point4 .departure::before {
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	height: 17px;
	left: 0;
	top: calc(50% - 9px);
	background: url(../img/icon_busstop.svg) 0 50% no-repeat;
	background-size: 12px auto;
}
#transport .point4 .distance {
	margin-top: 26px;
}
#transport .point4 .destination {
	position: absolute;
	left: 178px;
}


#transport .route-container {
	position: relative;
	margin: 0 -20px;
	padding: 0 18px 15px;
	overflow: auto;
}

#transport h3 {
	margin-bottom: 40px;
}

.route h3 {
	position: relative;
}

.route .scroll {
	position: absolute;
	width: 86px;
	right: -20px;
	top: 45px;
	color: #1e1e1e;
	font-size: 10px;
}
.route .scroll::after {
	position: absolute;
	content: "";
	display: block;
	width: 52px;
	height: 1px;
	right: 0;
	top: 5px;
	background: #1e1e1e;
}





.scroller {
	position: relative;
	width: calc(100vw);
	margin: 0 -20px;
	padding-bottom: 12px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.scroller table {
	display: inline-table;
	margin-left: 20px;
}
.scroller .spacer {
	display: inline-block;
	width: 20px;
	height: 20px;
}


.route.column h3 {
	margin-bottom: 20px !important;
}
.route.column .route-container {
}
.route.column .route-container p {
	line-height: 2;
	font-size: 14px;
}
.route.column .route-container p + p {
	margin-top: 1em;
}







/* ---------- */
/* English */

html:lang(en) #transport .point1 .line {
	left: 100px;
}
html:lang(en) #transport .point2 {
	width: 166px;
	left: 270px;
}
html:lang(en) #transport .point3 {
	left: 446px;
	top: 8px;
}
html:lang(en) #transport .point3 .line {
	left: 82px;
}
html:lang(en) #transport .point4 {
	left: 654px;
	top: 16px;
}
html:lang(en) #transport .point4 .line {
	left: 95px;
}
html:lang(en) #transport .point4 .departure {
	top: 14px;
}
html:lang(en) #transport .point4 .departure::before {
	top: calc(50% - 10px);
}

html:lang(en) #transport .point4 .destination {
	left: 185px;
}









