@charset "utf-8";
.main_bg{
    background: #fff;
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
}
#jitensya_nenmatsu{
    max-width: 1280px;
    max-height: 3274px;
    margin: 0 auto;
}
#jitensya_nenmatsu .sewrap{
	background: url("../images/bg_pc.jpg") no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 255.78%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
#jitensya_nenmatsu .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
.main_bg .link{
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:  auto;
}
.main_bg .btn{
    border: 3px solid #A10002;
    box-sizing: content-box;
    background: #fff;
    color: #A10002;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 14px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10%;
    display: block;
}
.main_bg .btn:hover{
    color: #A10002;
    text-decoration: none;
    opacity: 0.8;
}
.main_bg .btn2{
    background: #ff2c2c;
    color: #FFF;
    width: 45%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 14px;
    font-size: 18px;
    font-weight: bold;
    /* margin: 20px auto; */
    display: block;
    border: 3px solid #fff;
    box-sizing: content-box;
}
.main_bg .btn2:hover{
    color: #FFFFFF;
    text-decoration: none;
    opacity: 0.8;
}


.main_bg a.btn2.map {
    background:#00aa60;
    margin: 20px 0;
}
.main_bg a.btn2.map span{
    display: flex;

    justify-content: center;
    transition: .3s;
}
.main_bg a.btn2.map:hover span {
    color: #ffff00;
}
.main_bg a.btn2.map span:before {
    content:"";
    display: inline-block;
    width: 8%;
    max-width: 70px;
    margin-right: 2%;
    vertical-align: bottom;
    background: url(../../images/map_btn_icon.png) no-repeat center center;
    background-size: contain;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}