@charset "UTF-8";
/************************************************************
 * UTF-8で保存してください。
 ************************************************************/

body {
	font-family: 'Noto Sans JP',sans-serif;
	font-size: 100%;
	background: #fff;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#proContents {
	font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "osaka", sans-serif;
	line-height: 1.4;
	color: #000;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	/* min-width: 980px; */
}

#proContents h1,h2,h3,h4,h5 {
	text-align: center;
}

#proContents ul,
#proContents li {
	list-style: none;
	list-style-position: outside;
}

#proContents a { transition: all .3s; outline: none; }
#proContents a:focus{ outline: none; }
#proContents a:active{ outline: none; }

#proContents a:hover img,
#proContents a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
}

#wrapper img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#proContents table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------------
    header
------------------------------*/

#header {
	padding: 30px 0;
	margin: 0 auto;
	background: #003386;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	position: relative;
}

#header .txt {
	text-align: center;
}

#header .txt img {
	display: block;
	margin: 0 auto;
}

#header .txt a {
	display: inline-block;
	position: relative;
}

/*-----------------------------
    contents
------------------------------*/
.mainVisual {
	background: #000;
	padding-bottom: 30px;
}
.mainVisual img{
	width: 100%;
	height: auto;
	max-width: 2000px;
}

.inner {
	max-width: 980px;
	margin: 0 auto;
}

.btn {
	max-width: 870px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btn.btn1 {
	justify-content: center;
}
.btn a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	height: 70px;
	color: #fff;
	background: #005952;
	width: calc(100% / 2 - 10px);
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.2;
	border-radius: 5px;
	padding-right: 10px;
}
.btn a::after {
	content: "";
	position: absolute;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
	top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
}
.btn a:not(:last-of-type) {
	margin-bottom: 20px;
}

.main-ttl {
	text-align: left;
	margin-bottom: 60px;
}
.main-ttl img {
	margin: 0 !important;
}

.lineup {
	padding: 20px 0 90px;
	background: url(../images/lineup-bg-top.png) no-repeat center top/ 120%, url(../images/lineup-bg-bottom.png) no-repeat center bottom/ 120%;
}
.lineup h2 {
	margin: 0 0 100px;
}
.lineup h2 img {
	transform: translateX(-60px);
}
.lineup .txt {
	position: relative;
	margin: 0 0 40px;
}
.lineup .txt .balloon {
	position: absolute;
	top: -90px;
	right: 0;
}
.lineup ul {
	width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lineup ul li {
	width: 460px;
	position: relative;
	margin: 0 0 40px;
}

.about h2 {
	position: relative;
    height: 800px;
    width: 1600px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about h2 p {
	position: absolute;
	top: 28px;
	right: 310px;
}

.merit {
	padding: 80px 0 90px;
}
.merit h2 {
	margin: 0 0 50px;
}
.merit ul {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.merit ul li {
	width: 445px;
}
.merit ul li h3 {
	margin: 0 0 20px;
}
.merit ul li p {
	margin: 0 0 40px;
}

.kaeseru {
	padding: 0 0 220px;
	background: url(../images/bg-town.png) repeat-x center bottom;
}
.kaeseru h2 {
	background: #399F88;
	padding: 35px 0;
	margin: 0 0 60px;
}
.kaeseru p {
	margin: 0 0 60px;
}

.staff {
	background: #F9F5E8;
	padding: 80px 0 90px;
}
.staff h2 {
	margin: 0 0 60px;
}
.staff ul {
	width: 976px;
	margin: 0 auto 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff ul li {
	width: 235px;
	margin: 0 0 15px;
}

.motorshow {
	padding: 80px 0 220px;
	background: url(../images/bg-town.png) repeat-x center bottom;
}
.motorshow h2 {
	margin: 0 0 60px;
}

.access {
	background: #F9F5E8;
	padding: 80px 0 100px;
}
.access h2 {
	margin: 0 0 60px;
}
.access h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 0 10px;
	margin: 50px 0 30px;
	border-bottom: 2px solid #1481B5;
	text-align: left;
}
.access .map {
	width: 960px;
	margin: 0 auto;
}
.access .list {
	width: 900px;
	margin: 0 auto;
}
.access ul li {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}
.access ul li:not(:last-child) {
	margin-bottom: 10px;
}
.access ul li span {
	font-style: normal;
	color: #6AB1CC;
}

/* #pagetop a {
	position: fixed;
	bottom: 125px;
	right: 20px;
	text-decoration: none;
	width: 82px;
	height: 82px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	text-align: center;
	display: block;
	background: url(../images/pagetop.png) no-repeat center/cover;
	-webkit-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
} */

/*-----------------------------
    footer
------------------------------*/

footer {
	margin: 0 auto;
	position: relative;
	padding: 20px 0;
	background: #fff;
}
footer .logo {
	width: 260px;
	margin: 0 auto;
}

/*-----------------------------
    固定ボタン
------------------------------*/
.fixed-btn {
	width: 100%;
	background: #000;
	position: fixed;
	bottom: 0;
	z-index: 10;
	padding: 20px 0;
}

.fixed-btn .inner {
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.fixed-btn .inner a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	height: 80px;
	color: #fff;
	background: #005952;
	width: calc(100% / 4 - 15px);
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	font-weight: 800;
	border-radius: 5px;
	padding-right: 10px;
}

.fixed-btn .inner a:hover {
	opacity: 0.7;
}

.fixed-btn .inner a::after {
	content: "";
	position: absolute;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
	top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
}