@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 15vw;
}

#about .container {
	padding: 1vw 10vw 8vw;
	background: linear-gradient(to right, #E0E0E0 0%, #fff 50%, #E0E0E0 100%);
	line-height: 1.7;
}

#about .row {
	padding: 10px 0 8vw;
	border-bottom: solid 1px rgba(43, 43, 43, 0.2);
}

#about .row:nth-of-type(5) {
	border: 0;
}

#about .row figure {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
}

#about .row dt {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 4.5vw;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company {
	margin: 0 8vw 15vw;
}

#company .section {
	text-align: left;
	line-height: 1.6;
}

#company .table {
	margin-bottom: 10vw;
}

#company dl {
	display: flex;
	justify-content: space-between;
}

#company dl:first-of-type {
	border-top: 0;
}

#company dt {
	width: 28%;
	padding: 1em 0;
	border-bottom: solid 1px var(--orange);
	font-weight: 600;
}

#company dl:first-of-type dt {
	border-top: solid 1px var(--orange);
}

#company dd {
	width: 70%;
	padding: 1em 0;
	border-bottom: solid 1px var(--silver);
}

#company dl:first-of-type dd {
	border-top: solid 1px var(--silver);
}

#company h4 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 4vw;
	color: var(--orange);
}

#company h4:before {
	display: inline-block;
	vertical-align: 0.3em;
	content: '';
	width: 14px;
	height: 1px;
	margin-right: 8px;
	background: var(--orange);
}

#company figure {
	height: 58.96666666666667vw;
	margin-bottom: 10vw;
	opacity: 0;
	translate: 15% 0;
}

#company.isActive figure {
	opacity: 1;
	translate: 0;
	transition-duration: 0.4s;
	transition-delay: 0.4s;
	transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}

/* ---------------------------------------------------------
	CSS Document access
--------------------------------------------------------- */

#access_bg {
	margin-bottom: 18vw;
	padding: 15vw 8vw 10vw;
	background: #f0f0f0;
}

#access_bg .map {
	margin-bottom: 10vw;
}

#access_bg .map img {
	height: 62.32506666666667vw;
}

#access_bg .map .more {
	margin-top: 5vw;
}

#access_bg .car,
#access_bg .train {
	margin-bottom: 8vw;
	padding: 8vw 5vw 5vw;
	background: #fff;
	text-align: left;
}

#access_bg .route .name {
	display: flex;
	justify-content: center;
	margin-bottom: 4vw;
	font-weight: 600;
	font-size: 4vw;
	line-height: 22px;
	color: var(--orange);
}

#access_bg .route .name .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#access_bg .route dl {
	padding: 15px 0;
	border-top: solid 1px var(--silver);
}

#access_bg .route dt {
	font-weight: 600;
	color: var(--orange);
}

/* ---------------------------------------------------------
	CSS Document history
--------------------------------------------------------- */

#history {
	margin-bottom: 15vw;
}

#history .container {
	text-align: left;
}

#history .row {
	position: relative;
}

#history .row:after {
	content: '';
	width: 1px;
	height: 100%;
	border-radius: 100%;
	background: var(--orange);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 8vw;
}

#history dl,
#history .dl {
	padding: 4vw 8vw;
	line-height: 1.6;
}

#history .dl {
	display: block !important;
}

#history dt,
#history .dt {
	padding-left: 5vw;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	position: relative;
}

#history dt:after,
#history .dt:after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: var(--orange);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -2px;
}

#history dd,
#history .dd {
	margin-top: 2vw;
	padding-left: 5vw;
}

/* ---------------------------------------------------------
	CSS Document appreciation
--------------------------------------------------------- */

#appreciation {
	margin-bottom: 15vw;
	padding: 15vw 8vw 5vw;
	background: #f0f0f0;
}

#appreciation .section {
	margin-bottom: 10vw;
	text-align: left;
}

#appreciation .date {
	margin-bottom: 3vw;
	font-weight: 600;
	font-size: 4vw;
	color: var(--orange);
}

#appreciation .date:before {
	display: inline-block;
	vertical-align: 0.3em;
	content: '';
	width: 14px;
	height: 1px;
	margin-right: 8px;
	background: var(--orange);
}

#appreciation p {
	margin-bottom: 5vw;
	text-align: justify;
}

#appreciation figure {
	height: 62.53333333333333vw;
	margin-bottom: 2vw;
}

/* ---------------------------------------------------------
	CSS Document err
--------------------------------------------------------- */

#err {
	margin: 0 8vw 15vw;
}

#err p {
	margin-bottom: 10vw;
}
