@charset "utf-8";


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





#access {
	margin: 110px 0 0;
}
#access h3 {
	margin: 0 0 50px;
	padding: 0 0 15px;
	font-size: 1.125rem !important;
	font-weight: 400;
	font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
	border-bottom: 1px solid #969696;
}

#access .container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 0 0 60px;
}
#access .box {
}
#access .map {
	width: calc(445px + 65px);
	padding-top: 10px;
}
#access .map img {
	width: 445px;
	height: auto;
}

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

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


#access dl {
}
#access dt {
	font-size: 1rem;
	line-height: 1.8;
}
#access dd {
	margin-top: 20px;
}
#access dd a {
	text-decoration: underline;
}
#access dd a:hover {
	text-decoration: none;
}


#access h3 {
	margin: 0 0 40px;
	font-size: 1rem;
}

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

#access span.icon {
	position: relative;
	display: block;
	width: 40px;
	height: 14px;
	margin: 0 auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 40px 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: -20px;
	transform: translateX(-25%);
	white-space: nowrap;
	font-size: 0.75rem;
}

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

.route-box .inner {
	display: flex;
	align-items: flex-start;
	margin: 0 0 0 110px;
}
.route-box .inner {
	display: flex;
}

.route-box nav {
	margin: 40px 0 0 110px;
}
.route-box nav a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	width: 390px;
	height: 60px;
	padding: 0 50px;
	font-size: 1.125rem;
	color: #fff;
	background: #000;
	transition: all 300ms ease-out;
}
.route-box nav em {
	position: absolute;
	display: block;
	width: 32px;
	height: 12px;
	right: 40px;
	top: calc(50% - 6px);
	background: url(../img/icon_pdf.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}
.route-box nav a:hover {
	background: #444;
}









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

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


#car .route-box .line {
	width: 106px;
	text-align: center;
}
#bus .route-box .line {
	width: 240px;
}
#bus .route-box .distance {
	margin-left: 1em;
}

#bus .route-box .extra {
	margin: 12px 0 0 16px;
	font-size: 0.875rem;
	white-space: nowrap;
}



.route-box .note {
	display: block;
	margin: 15px 0 0;
	font-size: 0.875rem;
	white-space: nowrap;
}
.route-container div.note {
	margin: 35px 0 0 110px;
	font-size: 14px;
}



#transport .route-box .inner {
	position: relative;
	height: 118px;
}
#transport .point1 {
	position: absolute;
	width: 260px;
	left: 0;
	top: 30px;
}
#transport .point1 > span:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
}
#transport .point1 > span:nth-child(2) {
	position: absolute;
	left: 0;
	top: 55px;
}

#transport .point1 .line {
	position: absolute;
	width: 142px;
	height: 54px;
	
	left: 50px;
	top: 7px;
	text-align: center;
	border: 0 solid #969696;
	border-width: 1px 1px 1px 0;
}
#transport .point1 .line::after {
	width: 50px;
	left: 142px;
	top: 24px;
}
#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: 63px;
	text-align: center;
}


#transport .point2 {
	position: absolute;
	width: 154px;
	height: 54px;
	left: 264px;
	top: 40px;
}
#transport .point2 .line {
	position: absolute;
	width: 96px;
	right: 0;
	top: 0;
	margin: 0;
	text-align: center;
}
#transport .point2 .distance {
	margin-top: 18px;
}


#transport .point3 {
	position: absolute;
	width: 212px;
	height: 54px;
	left: 430px;
	top: 0;
}
#transport .point3 > span:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
}
#transport .point3 > span:nth-child(2) {
	position: absolute;
	left: 0;
	top: 55px;
}

#transport .point3 .line {
	position: absolute;
	width: 50px;
	height: 54px;
	
	left: 60px;
	top: 7px;
	margin: 0;
	text-align: center;
	border: 0 solid #969696;
	border-width: 1px 1px 1px 0;
}
#transport .point3 .line::after {
	width: 102px;
	left: 50px;
	top: 24px;
}
#transport .point3 .icon {
	position: absolute;
	left: calc(51px - 20px + 50px);
	top: 3px;
}
#transport .point3 .distance {
	position: absolute;
	width: 102px;
	left: 50px;
	top: 34px;
	margin: 0;
	text-align: center;
}


#transport .point4 {
	position: absolute;
	width: 304px;
	left: 652px;
	top: 10px;
}
#transport .point4 .line {
	position: absolute;
	width: 104px;
	left: 110px;
	top: 0;
	margin: 0;
	text-align: center;
}
#transport .point4 .departure {
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
}
#transport .point4 .departure::before {
	position: absolute;
	display: block;
	content: "";
	width: 16px;
	height: 22px;
	left: 0;
	top: calc(50% - 11px);
	background: url(../img/icon_busstop.svg) 0 50% no-repeat;
	background-size: 16px auto;
}
#transport .point4 .distance {
	margin-top: 32px;
}
#transport .point4 .destination {
	position: absolute;
	left: 224px;
}

.route .scroll {
	display: none;
}


.route.column .route-container {
	margin-left: 110px;
}
.route.column .route-container p {
	line-height: 2;
}






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

html:lang(en) #access .route {
	font-size: 0.875rem;
}

html:lang(en) #transport .point1 .line {
	left: 100px;
}
html:lang(en) #transport .point2 {
	width: 202px;
	left: 312px;
}
html:lang(en) #transport .point3 {
	left: 522px;
	top: 3px;
}
html:lang(en) #transport .point3 .line {
	left: 94px;
}
html:lang(en) #transport .point4 {
	left: 772px;
	top: 13px;
}
html:lang(en) #transport .point4 .departure {
	top: 17px;
}
html:lang(en) #transport .point4 .departure::before {
	top: calc(50% - 15px);
}










