@charset "UTF-8";

/* ========================================
　Header　ヘッダーグローバルナビ
======================================== */
.HeaderList__access a span {
    color: #ddb03d;
    padding-bottom: 35px;
    border-bottom: 3px solid #ddb03d;
}
/* ========================================
　Mainvisual　メインビジュアル
======================================== */
.Mainvisual {
	margin-bottom: 70px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 330px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
	background-image: url(https://www.morinokaze.com/rakutenfile/access/images/mainvisual.jpg);
}
.Mainvisual::after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -60px;
	background-image: url(https://www.morinokaze.com/rakutenfile/access/images/page_title01.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: auto 16%;/*タイトルサイズ調整*/
}
/* ========================================
　PeripheralMap　周辺マップ
======================================== */
.PeripheralMap {
	margin-bottom: 70px;
}
.PeripheralMap__title {
    margin: 0 0 25px;
	font-size: 32px;
    line-height: 1.5;
	font-weight: 400;
    text-align: center;
}
/* ========================================
　PeripheralMap　周辺マップ
======================================== */
.Transportation {
	margin-bottom: 50px;
}
.Transportation__title {
    margin: 0 0 25px;
	font-size: 32px;
    line-height: 1.5;
	font-weight: 400;
    text-align: center;
}
/* ========================================
　BusInfo　シャトルバス・路線バスの案内
======================================== */
.BusInfo {
	padding: 40px 45px 75px;
	background: #eeeedf;
}
.BusInfo__title {
    margin: 0 0 25px;
    font-size: 32px;
    line-height: 1.5;
	font-weight: 500;
	text-align: center;
}
.BusInfo__txt {
    font-size: 14px;
    line-height: 1.7;
}
.BusInfo__caution {
	margin: 2em 0 60px;
    padding: 1em 2em;
	line-height: 1.7;
    width: 100%;
    border: solid 1px #de2828;
    color: #de2828;
}
.UpRoute {
	margin-bottom: 50px;
}
.UpRoute__title {
	margin: 30px 0 10px;
    font-size: 15px;
    font-weight: bold;
}
.BusInfoTable {
	width: 100%;
	font-size: 16px;
	line-height: 1.7em;
	margin: 1.5em 0 .8em;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
.BusInfoTable th,.BusInfoTable td{
	padding: .7em;
	border-top: #d9d9d9 solid 1px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
    font-size: 17px;
}
.BusInfo__note {
	text-indent: -1em;
    padding: 0 0 0 1em;
    font-size: 13px;
    line-height: 1.7em;
    margin: 0;
}
th.BusInfoTable__firstCell,
td.BusInfoTable__firstCell{
	border-top: none;
}

.UpRoute__title,
.DownRoute__title {
	font-size: 16px;
}