main {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-optical-sizing: auto;

}

.mincho {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
}

section.page-kv {
	background: url(../img/lowerlayer-fv.png);
	background-size: cover;
	background-position: center;
	margin-top: 55px;
}

.kv-txt {
	width: 90%;
	margin: 0 auto;
}

section.page-kv p {
	text-align: left;
	font-size: 18px;
	color: #fff;
	margin-top: 0;
}

p.sub-title.mincho {
	letter-spacing: 15%;
	margin-bottom: 0;
}

h1.page-title {
	text-align: left;
	font-size: 28px;
	color: #fff;
	margin: 5px 0 25px;
}

p.page-inner_text {
	width: 90%;
	margin: 0 auto;
	line-height: 32px;
}

section.page-inner {
	padding-bottom: 0;
}

.inner-item {
	background-size: cover;
	background-position: center;
	width: 88%;
	padding: 15px 5px 10px;
	margin: 0px auto;
}

.inner-item p {
	font-weight: 400;
	font-size: 16px;
	margin: 18px 0 5px;
	line-height: 1.4;
}

p.head-en.mincho {
	color: #D4B678;
	margin: 15px auto 5px;
}

.heading-30 {
	width: 100%;
	text-align: left;
	margin: 0px auto;
	font-size: 25px;
}

.inner-item img {
	border-radius: 8px;
}

/* アクセスガイド */
section.page-access {
	background: #FFFBF2;
}

h2.page-heading {
	color: #333;
	text-align: center;
	font-size: 28px;
	margin-top: 10px;
}

.access-list {
	width: 94%;
	margin: 0 auto;
}

p.access-text {
	font-size: 20px;
	color: #AA8445;
	padding-left: 2.5em;
	position: relative;
	margin-top: 8px;
}

p.access-text::before {
	content: '';
	position: absolute;
	background: url(./img/map_icon.png);
	background-size: contain;
	display: inline-block;
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	left: 3%;
	top: 54%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

p.access-text-2::before {
	content: '';
	position: absolute;
	background: url(./img/train_icon.png);
	background-size: contain;
	display: inline-block;
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	left: 3%;
	top: 54%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

p.access-text-3::before {
	content: '';
	position: absolute;
	background: url(./img/car_icon.png);
	background-size: contain;
	display: inline-block;
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	left: 3%;
	top: 54%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.access-item li {
	font-size: 16px;
	font-weight: 500;
	margin: 8px 0;
}

.access-item {
	border-bottom: 1px solid #A9B7C7;
	padding: 15px 0;
}

.access-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}