@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
@font-face{
	font-family:MazdaTypeRegular;
	src:url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Regular.woff2") format("woff2"),
		url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Regular.woff") format("woff"),
		url("https://www2.mazda.co.jp/common/assets/fonts/MazdaTypeTT-Regular.ttf") format("truetype")
}
@font-face{
	font-family:MazdaTypeMedium;
	src:url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Medium.woff2") format("woff2"),
		url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Medium.woff") format("woff"),
		url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Medium.ttf") format("truetype")
}
@font-face{
	font-family:MazdaTypeBold;
	src:url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Boldwoff2") format("woff2"),
		url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Bold.woff") format("woff"),
		url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Bold.ttf") format("truetype")
}

html {
    font-size: 10px;
}
body {
    z-index: 1;
    position: relative;
    background: #f5f5f5;
    color: #101010;
    font-family: MazdaTypeRegular,Noto Sans CJK JP,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,Meiryo,Yu Gothic Medium,sans-serif;
    line-height: 1.6em;
    font-size: 1.4rem;
    font-size: 1.4rem;
    letter-spacing: 0;
}
a {
    color: #101010;
    text-decoration: none;
}
a:hover {
    color: #999;
    text-decoration: none;
}

header a,footer a {
    color: #e7e7e7;
    text-decoration: none;
}
header a:hover,footer a:hover {
    color: #fff;
    text-decoration: none;
}

.main-contents {
    padding: 6rem 0;
}
.main-contents.bg-white {
    background-color: #fff;
    color:#202020;
}
.container {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    zoom: 1;
}

header {width:100%;/* position:fixed; */padding: 0 0 20px 0;font-size:0;line-height:0;background: #101010;z-index: 999;}
#navToggle {
	display: none;
	position:absolute;
	right:13px;
	top:13px;
	width:30px;
	height:25px;
	cursor:pointer}
#navToggle div {position:relative}
#navToggle span {
	display:block;
	position:absolute;
	width:100%;
	border-bottom: solid 3px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}
#navHead{width:960px;margin:0 auto;/* overflow: hidden; */}
#navHead h1{
	position:relative;
}
h1 .mazda-logo{
	position: absolute;
	top: 20px;
	left: 0;
	width: 83px;
	height: 76px;
}
h1 .autozam-logo{
	position: absolute;
	top: 20px;
	left: 120px;
	width: 380px;
	height: auto;
}
#navHead nav{/* float:right; */padding: 60px 0 0 120px;}
#navHead nav ul {
	font-size: 12px;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
#navHead nav li {margin-left:3px;/* float: left; */display:  block;width: 130px;text-align:  center;box-sizing:  border-box;border-bottom: 1px solid #e7e7e7;border-right: 1px solid #e7e7e7;}
#navHead nav li a{
	line-height: 20px;
	display: block;
	padding:0 10px;
	margin:10px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#navHead nav li a:hover{
	color:#fff;
}

footer {
    box-sizing: content-box;
    padding: 4rem 0 6rem;
    min-height: 353px;
    background: #101010;
    color: #e7e7e7;
}
#footer-main{
	margin: 0 0 1.8rem;	
}
#footer-main .container{
	display: flex;
	justify-content: space-between;
}
.main-footer-calendar{
	width: 500px;
	display: block;
}
.summary{
	width: 280px;
	display: block;
}
.summary h2{
	margin: 0 0 0 0;
    font-size: 1.8rem;
    color: #fff;
}
.summary h3{
	margin: 0 0 1.8rem;
    font-size: 1.8rem;
    color: #fff;
}
.summary p{
	line-height: 1.6em;
	margin: 0 0 1.8rem .8rem;
}
.summary p.summary-btn{
	margin: 0 0 1.8rem 0;
}
.summary-btn a {
    display: block;
    font-size:1.2em;
    padding: .8rem 1.4rem;
    border: #666 solid 1px;
    border-radius: 6px;
	background: url(../img/common/arrow_01.png) no-repeat 95% center #000;
	background-size: auto 50%;
    white-space: nowrap;
    margin: 0 0 1rem;
}
.main-footer-calendar table {
    float: left;
    table-layout: fixed;
    border-collapse: separate;
    border: none;
    empty-cells: hide;
    width: 228px;
    margin: 0 1rem 1.4rem;
}
.main-footer-calendar table caption {
    text-align: left;
    font-size: 1.4rem;
    margin: 0 0 1rem;
}
.main-footer-calendar table tr td:first-child, .main-footer-calendar table tr th:first-child {
    /* color: #d7a096; */
}
.main-footer-calendar table tr td {
    padding: .8rem 0;
    text-align: center;
    vertical-align: middle;
    background: #202020;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1em;
    border-right: #101010 solid 2px;
    border-bottom: #101010 solid 2px;
}
.main-footer-calendar table tr th {
    padding: .8rem 0;
    text-align: center;
    vertical-align: middle;
    background: #333;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1em;
    border-right: #101010 solid 2px;
    border-bottom: #101010 solid 2px;
}
.main-footer-calendar table tr td:first-child+*+*+*+*+*+*, .main-footer-calendar table tr th:first-child+*+*+*+*+*+* {
    /* color: #8291a5; */
}
.main-footer-calendar p {
	clear:  both;
}
.main-footer-calendar p span {
    color: #666;
}
.main-footer-calendar table tr td {
    font-size: 1.6rem;
    color: #fff;
}
.main-footer-calendar table tr td.rh {
    background: #666;
}
#copyright {
    padding: 2rem 0;
    font-size: 1.1rem;
    color: #e7e7e7;
}
#copyright p {
	float:right;
}
#copyright ul {
	float:left;
	display:flex;
}
#copyright li {
	margin:0 1em 0 0;
}


.fadein {opacity : 0;transform : translate(0, 50px);transition : all 300ms;}
.fadein.scrollin {opacity : 1;transform : translate(0, 0);}
.pc{}
.sp{display:none;}

@media screen and (max-width: 640px) {
img{width:100%;}

.main-contents {
    padding: 4rem 1.4rem;
}
.container {
    max-width: 100%;
}
header {position:fixed;height: 5rem;background: #000;padding: 0;}
#navHead{width:100%;background: #000;padding-bottom: 0;/* overflow:  hidden; */}
h1 .mazda-logo{
	top: 1rem;
	left: 1rem;
	width: auto;
	height: 3rem;
}
h1 .autozam-logo{
	top: 1.4rem;
	left: 6rem;
	width: auto;
	height: 2.3rem;
}
#navHead nav {
	position:absolute;
	right:0;
	top: -400px;
	background: rgba(0,0,0,1);
	width: 92%;
	padding: 4% 4%;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	text-align:left;
	}
#navHead nav  ul {margin:0;display:  inherit;}
#navHead nav  ul li {width:100%;display:block;margin:0;border-bottom:dotted 1px #fff; line-height:3}
#navHead nav  ul li a {display:block}
#navHead nav  ul li::after {content:''}
#navHead nav  ul li:last-child {/* border-bottom:none */}
#navToggle {display: block}
.openNav #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg)}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg)}
.openNav nav {
	-moz-transform: translateY(450px);
	-webkit-transform: translateY(450px);
	transform: translateY(450px)}

.top-container{
	padding-top: 5rem;
}
.inner{width:100%;}

footer {
    padding: 4rem 0 2rem;
    min-height: auto;
}
#footer-main{
	margin: 0 0 1.8rem;	
}
#footer-main .container{
	display:inline;
}
.main-footer-calendar{
	width:100%;
}
.summary{
	width: 90%;
	margin:  0 auto;
}
.summary h2{
	margin: 0 0 0 0;
    font-size: 1.8rem;
    color: #fff;
}
.summary h3{
	margin: 0 0 1.8rem;
    font-size: 1.8rem;
    color: #fff;
}
.summary p{
	line-height: 1.6em;
	margin: 0 0 1.8rem .8rem;
}
.summary p.summary-btn{
	margin: 0 0 1.8rem 0;
}
.summary-btn a {
    display: block;
    font-size:1.2em;
    padding: .8rem 1.4rem;
    border: #666 solid 1px;
    border-radius: 6px;
    white-space: nowrap;
    margin: 0 0 1rem;
}
.main-footer-calendar table {
    float: none;
    width: 90%;
    margin: 0 5% 1.8rem 5%;
}
.main-footer-calendar p {
	width: 92%;
	margin: 0 auto 2.4rem auto;
}
#copyright {
    padding: 2rem 0;
    font-size: 1.1rem;
    background: #000;
    color: #aaa;
}
#copyright p {
	float: none;
	text-align: center;
}
#copyright p span{
	display:block;
}
#copyright ul {
	float: none;
	display:flex;
	margin:0 0 1.8rem 0;
}
#copyright li {
	width:50%;
	text-align:center;
	margin:0 0 0 0;
}
	
.pc{display:none;}
.sp{display:block;}
}