@charset "utf-8";
/* CSS Document */

.clrFix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clrFix {
    display: block;
}

img{
	vertical-align:bottom;
}

ul{
	list-style-type:none;
}

.p100{
	width:100%;
}
.main_bg{
    background: #fff;
    /* padding-bottom: 10%; */
    position: relative;
}
#jitensya_nenmatsu{
    margin: 0 auto;
}
#jitensya_nenmatsu .sewrap{
	background-image: url("../images/bg_sp.jpg");
	width: 100%;
	height: 100%;
	padding-top: 934.375%;
	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;
	top: 0;
}
.btn{
    border: 3px solid #A10002;
    box-sizing: content-box;
    text-decoration: none;
    background: #fff;
    color: #A10002;
    width: 90%;
    line-height: 3;
    text-align: center;
    border-radius: 3vw;
    font-size: 4vw;
    font-weight: bold;
    margin: 0 auto 0;
    display: block;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
}
.btn2:hover{
    color: #A10002;
    text-decoration: none;
    opacity: 0.8;
}
.btn2{
    border: 3px solid #fff;
    box-sizing: content-box;
    text-decoration: none;
    color: #FFF;
    width: 90%;
    line-height: 3;
    text-align: center;
    border-radius: 3vw;
    font-size: 4vw;
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
}
.btn:hover{
    color: #A10002;
    text-decoration: none;
    opacity: 0.8;
}
.main_bg a.btn2.map {
    background:#00aa60;
    margin: 0 auto 0 auto;
}
.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: 11%;
    max-width: 70px;
    margin-right: 2%;
    vertical-align: bottom;
    background: url(../../images/map_btn_icon.png) no-repeat center center;
    background-size: contain;
}