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

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

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

p.page-inner_main_text {
	font-size: 25px;
	text-align: center;
	color: #0C3969;
	letter-spacing: 3%;
	margin-top: 0;
	margin-bottom: 15px;
}

section.page-inner img {
	width: 92%;
	margin: 0 auto;
}

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

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

section.page-wrap {
	padding-top: 0;
}

.inner-item {
	background: url(./img/salon_bg.png);
	background-size: cover;
	background-position: center;
	width: 80%;
	padding: 28px 20px 10px;
	margin: 20px auto;
	border-radius: 30px;
}

.heading-30 {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	font-size: 25px;
	letter-spacing: 10%;
	margin-top: 27px;
}

.heading-30:before {
	position: absolute;
	bottom: 24px;
	left: 50%;
	color: #0C3969;
	font-size: 20px;
	line-height: 1;
	content: attr(data-word);
	pointer-events: none;
	font-weight: 400;
	font-style: normal;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 100%;
	opacity: .2;
	letter-spacing: 5%;
}

.inner-item p {
	font-weight: 500;
	font-size: 18px;
	margin-top: 8px;
	padding: 0 10px;
}

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

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

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

h2.page-heading:before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 1px;
	background-color: #0C3969;
}

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

p.access-text {
	font-size: 20px;
	color: #0C3969;
	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;
}