@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800;900&display=swap');

/* --------------------------------------------------------------------------------
			Reset
-------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box !important;
}

html{
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img{
	vertical-align:top;
}


/* --------------------------------------------------------------------------------
		common	
-------------------------------------------------------------------------------- */
/*@font-face {
	font-family: 'M PLUS 1p', sans-serif;
	font-style: normal;
	font-weight: 400;
	src: url(fonts/M_PLUS_1p/MPLUS1p-Regular.ttf) format("opentype");
}
@font-face {
	font-family: 'M PLUS 1p', sans-serif;
	font-style: normal;
	font-weight: 600;
	
}
@font-face {
	font-family: 'M PLUS 1p', sans-serif;
	font-style: normal;
	font-weight: 700;
	
}*/

.device_sp{
	display: none !important;
}
body{
	width: 100%;
	min-width: 1266px;
	color: #371815;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'M PLUS 1p', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
a{
	text-decoration: none;
	transition: all .3s;
}
a:hover{
	opacity: .6;
}
a,
a:visited,
a:link,
a:active{
	color: #371815;
}
.inner{
	width: 1266px;
	position: relative;
	margin: 0 auto 150px;
}
.row_wrap{
	display: flex;
	flex-flow: row wrap;
}


/*アニメーション*/

/*.main-fade{
    animation-name: mainfadein;
    animation-duration: 2.5s;
}
@keyframes mainfadein{
    from{
    opacity: 0;
    transform: translatey(20px);
	
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}


.main-fade2{
    animation-name: mainfadein;
    animation-duration: 5s;
}
@keyframes mainfadein2{
    from{
    opacity: 0;
    transform: translatey(20px);
	
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}
*/

.js-fade{
	opacity: 0;

}

.is-inview{
    animation: is-inview .4s linear .25s 1 normal forwards;
}


@keyframes is-inview{
    from{
    opacity: 0;
    transform: translatey(20px);
	
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}



.is-inview li:first-child{
	opacity: 0;
    animation: is-inview .4s linear .25s 1 normal forwards;
}

.is-inview li:nth-child(2n){
	opacity: 0;
    animation: is-inview .4s linear .5s 1 normal forwards;
}

.is-inview li:nth-child(3n){
	opacity: 0;
    animation: is-inview .4s linear .75s 1 normal forwards;
}

.is-inview li:nth-child(5n){
	opacity: 0;
    animation: is-inview .4s linear 1s 1 normal forwards;
}


.main-img.is-inview img{
	opacity: 0;
    animation: is-inview .4s linear .25s 1 normal forwards;
}


.main-img.is-inview img:last-of-type {
	opacity: 0;
    animation: is-inview .4s linear .5s 1 normal forwards;
}


#news .news_inner.is-inview .news_box:nth-of-type(1) {
	opacity: 0;
    animation: is-inview .4s linear .25s 1 normal forwards;
}

#news .news_inner.is-inview .news_box:nth-of-type(2) {
	opacity: 0;
    animation: is-inview .4s linear .5s 1 normal forwards;
}

#news .news_inner.is-inview .news_box:last-of-type {
	opacity: 0;
    animation: is-inview .4s linear .75s 1 normal forwards;
}







.js-hover img{
	filter: drop-shadow(0px 5px 0px rgba(55,24,21,1));
}

.js-hover:hover img{
	transform: translateY(5px);
	filter: drop-shadow(0px 1px 0px rgba(55,24,21,1));
}

.js-hover input{
	filter: drop-shadow(0px 5px 0px rgba(55,24,21,1));
}

.js-hover:hover input{
	transform: translateY(5px);
	filter: drop-shadow(0px 1px 0px rgba(55,24,21,1));
}


/* --------------------------------------------------------------------------------
		header
-------------------------------------------------------------------------------- */
#header{
	width: 100%;
	min-width: 1266px;
	/*position: fixed;
	top: 0;
	left: 0;
	z-index: 99;*/
	border-bottom: 5px solid #FF8200;
	background-color: #fff;
	
}
#header .h_wrap{
	width: 1266px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
}
#header .h_wrap h1.h_logo{
	width: 487px;
	margin: 25px 0 0;
	
}
#header .h_wrap h1.h_logo img{
	width: 100%;
	height: auto;
}


#header .h_wrap .h_util{
	width: 516px;
}

#header .h_wrap .h_util ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	
}

#header .h_wrap .h_util ul li.tel{
	padding: 25px 0 0;
	margin: 0 25px 0 0;
}

#header .h_wrap .h_util ul li{
	margin: 0 0 0 10px;
}


#header .g_nav{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 35px 0 10px;
	width: 1266px;
	margin: 0 auto;
}

#header .h_wrap .nav_wrap .g_nav li a{
	display: block;
	font-size: 16px;
}



/* --------------------------------------------------------------------------------
		main_visual
-------------------------------------------------------------------------------- */
#main_visual{
	width: 100%;
	height: 707px;
	min-width: 1266px;
	background: url("https://altaauto.jp/images/common/main-bg.jpg") center;
	padding: 94px 0 0;

}

#main_visual .main-content ul{
	display: flex;
	justify-content: center;

}

#main_visual .main-content ul{
	display: flex;
	justify-content: center;
	margin: 50px 0 0;

}

#main_visual .main-content ul li a{
  position: relative;
    display: block;
	
}


#main_visual .main-content ul li a:hover{
  opacity: 1;

}

#main_visual .main-content ul li a:hover img{
  transform: scale(1.2);
  transition-duration: 0.3s;

}



#main_visual .main-content ul li a::after{
	content: '';	
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	bottom: -33px;
	right: 0px;
	left: 0;
	margin: 0 auto;
}


#main_visual .main-content ul li a::before{
	content: '';
	background: #371815;
	width: 40px;
	height: 40px;
	border: 0px;
	position: absolute;
	bottom: -50px;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	border-radius: 20px;
}


#main_visual .main-content ul li a:hover::after{
	bottom: -53px;
	transition-duration: 0.3s;
}


#main_visual .main-content ul li a:hover::before{
	bottom: -70px;
	transition-duration: 0.3s;
}



#main_visual .main-img{
	text-align: center;
	margin: 40px 0 0;
	
}



/* --------------------------------------------------------------------------------
		index
-------------------------------------------------------------------------------- */

#container{
	background-size: auto auto;
	background-color: rgba(255, 195, 132, 1);
	background-image: repeating-linear-gradient(110deg, transparent, transparent 62px, rgba(255, 212, 144, 1) 62px, rgba(255, 212, 144, 1) 112px );
}

.outer{
	padding: 150px 0 0;
}

/*section　ベース・新車枠*/

section{
	position: relative;
	border: 20px solid #FFE13E;
}

section::before{
	content: "";
	display: block;
	border-bottom: 20px solid #FF8200;
	width:  calc(50% + 20px) ;
	position: absolute;
	top:-20px;
	right: -20px;

}

section::after{
	content: "";
	display: block;
	border-bottom: 20px solid #FF8200;
	width:  calc(50% + 20px) ;
	position: absolute;
	bottom:-20px;
	left: -20px;

}


.section-inner{
	position: relative;
	background: #fff;
	padding: 80px 95px;
	
}


.section-inner::before{
	content: "";
	display: block;
	border-left: 20px solid #FF8200;
	width: 20px;
	height:  calc(50% + 20px) ;
	position: absolute;
	top:-20px;
	right: -20px;

}

.section-inner::after{
	content: "";
	display: block;
	border-left: 20px solid #FF8200;
	width: 20px;
	height:  calc(50% + 20px) ;
	position: absolute;
	bottom:-20px;
	left: -20px;

}

/*中古車枠*/

section#used-car{
	position: relative;
	border: 20px solid #B7F4AC;
}

section#used-car::before{
	content: "";
	display: block;
	border-bottom: 20px solid #59D090;
	width:  calc(50% + 20px) ;
	position: absolute;
	top:-20px;
	right: -20px;

}

section#used-car::after{
	content: "";
	display: block;
	border-bottom: 20px solid #59D090;
	width:  calc(50% + 20px) ;
	position: absolute;
	bottom:-20px;
	left: -20px;

}
section#used-car .section-inner::before{
	content: "";
	display: block;
	border-left: 20px solid #59D090;
	width: 20px;
	height:  calc(50% + 20px) ;
	position: absolute;
	top:-20px;
	right: -20px;

}


section#used-car .section-inner::after{
	content: "";
	display: block;
	border-left: 20px solid #59D090;
	width: 20px;
	height:  calc(50% + 20px) ;
	position: absolute;
	bottom:-20px;
	left: -20px;

}


/*高価買取枠*/

section#carpurchase{
	position: relative;
	border: 20px solid #FFCCCC;
}

section#carpurchase::before{
	content: "";
	display: block;
	border-bottom: 20px solid #ED7B60;
	width:  calc(50% + 20px) ;
	position: absolute;
	top:-20px;
	right: -20px;

}

section#carpurchase::after{
	content: "";
	display: block;
	border-bottom: 20px solid #ED7B60;
	width:  calc(50% + 20px) ;
	position: absolute;
	bottom:-20px;
	left: -20px;

}
section#carpurchase .section-inner::before{
	content: "";
	display: block;
	border-left: 20px solid #ED7B60;
	width: 20px;
	height:  calc(50% + 20px) ;
	position: absolute;
	top:-20px;
	right: -20px;

}


section#carpurchase .section-inner::after{
	content: "";
	display: block;
	border-left: 20px solid #ED7B60;
	width: 20px;
	height:  calc(50% + 20px) ;
	position: absolute;
	bottom:-20px;
	left: -20px;

}




section .anc{
	position: absolute;
	top:-50px;
	left: 20px;

}

section h2{
	text-align: center;
	margin: 0 0 40px;
	
  	
}

section .ttl-line{
	text-align: center;
	margin: 0 0 40px;
  	
}

section p.lead{
	text-align: center;
	margin: 0 0 40px;
	font-size: 18px;
  	
}

section p.lead span.line_p a{
	text-align: center;
	margin: 0 0 40px;
	font-size: 18px;
	color: #00ad6d;
	text-decoration : underline;

}
section p.lead span.line_p a:hover{
	text-align: center;
	margin: 0 0 40px;
	font-size: 18px;
	color: #00ad6d;
	text-decoration : none;
}


section p.catch{
    position:relative;
    width:466px;
    background:#FFE13E;
    padding:15px 0;
	margin: 0 auto;
    text-align:center;
    border:2px solid #371815;
    color:#371815;
    font-size:20px;
    border-radius:40px;
	font-weight: 500;
 
}
section p.catch:after,section p.catch:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
section p.catch:after{
   
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:13px;
    border-right-width:13px;
    margin-left: -13px;
    border-top-color:#FFE13E;
}
section p.catch:before{
   
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:15px;
    border-right-width:15px;
    margin-left: -15px;
    margin-top: 2px;
    border-top-color:#371815;
}


section h4{
   font-size: 30px;
	text-align: center;
	margin: 45px 0 0;
	font-weight: 800;
}


/*新車販売*/

#new-car .car-list{
	margin: 0 0 150px;
}

#new-car .lineup-slider{
	width: 1036px;
	margin: 0 auto;
}


.slick-dots {
    bottom: -45px;
}


.slick-dots li button:before{
    font-size: 14px;
    color: #371815;
}


.slick-next:before {
    content: '';
}

.slick-prev:before {
    content: '';
}

#new-car .lineup-slider .slick-prev {
    line-height: auto!important;
    background: url(https://altaauto.jp/images/common/arr-left.svg)!important;
	width: 15px!important;
	height: 23px!important;
}

#new-car .lineup-slider .slick-next {
    line-height: auto!important;
    background: url(https://altaauto.jp/images/common/arr-right.svg)!important;
	width: 15px!important;
	height: 23px!important;
}


#new-car .lineup-slider .slick-next {
    right: 30px;
	z-index: 99;
}

#new-car .lineup-slider .slick-prev {
    left: 30px;
	z-index: 99;
}




#new-car .slide_item_inner{	
	border:5px solid #371815;
	border-radius: 10px;
	margin: 0 10px;
}

#new-car .slide_item_inner .img img{	
	max-width: 100%;
}

#new-car .slide_item_inner .name{	
	background: #FFEDDB;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	margin: 0 0 10px;
	font-weight: 500;
}


#new-car .slide_item_inner .price{		
	text-align: center;
	font-size: 13px;
	margin: 0 0 10px;
}

#new-car .slide_item_inner .priceoff{		
	text-align: center;
	font-size: 16px;
	margin: 0 0 20px;
	font-weight: 800;
}

#new-car .slide_item_inner .priceoff span{		
	background:linear-gradient(transparent 10%, #FFE13E 0%);
}


#new-car .slide_item_inner .priceoff em{		
	color: #DB2A00;
	font-size: 50px;
	font-style: normal;
	letter-spacing: 0;
	
}


#new-car .contents ul{		
	display: flex;
	justify-content: center;
	margin: 80px 0 0;
}

#new-car .contents ul li{
	position: relative;
	border:10px solid #FFE13E;
	margin: 0 7px;
	text-align: center;
	padding: 43px 0 30px;
}

#new-car .contents ul li .i-no{
	position: absolute;
	width: 86px;
	top:-50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#new-car .contents ul li .img{
	text-align: center;
	margin: 0 0 30px;
}

#new-car .contents ul li h5{
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px;
	font-weight: 500;
}

#new-car .contents ul li p{
	font-size: 14px;
	text-align: center;
	padding: 0 15px;
	
}

/*中古車販売*/


#used-car .section-inner {
    position: relative;
    background: #fff;
    padding: 80px 0;
}


#used-car .search-box{
	width: 100%;
	background: url("https://altaauto.jp/images/common/usedcar-bg.jpg") center;
	margin: 80px 0;
	padding: 50px 0;
}

#used-car .search-box ul{
	display: flex;
	justify-content: center;

}

#used-car .search-box ul li{
	border: 5px solid #371815;
    border-radius: 10px;
    margin: 0 18px;
	padding: 30px 30px 80px;
	background: #fff;
	text-align: center;
}

#used-car .search-box ul li .img{
    margin: 0 0 40px;
	
}


#used-car .search-box ul li h4{
	font-size: 14px;
	color: #00AD6D;
    margin: 0 0 10px;
	font-weight: 500;
}


#used-car .search-box ul li .ttl-search{
	font-size: 40px;
	font-weight: 800;
    
}

#used-car .search-box ul li p{
	font-size: 22px;
	font-weight: 500;
    
}

#used-car .search-box ul li a{
	display: block;
	position: relative;
    
}
#used-car .search-box ul li a::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 3px #371815;
    border-right: solid 3px #371815;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: -40px;
    right: 0px;
    left: 0;
    margin: 0 auto;
}

#used-car .contents p.lead{
	margin: 40px 0;
    
}




#used-car .contents ul{		
	display: flex;
	justify-content: center;
	margin: 80px 0 0;
}

#used-car .contents ul li{
	position: relative;
	border:10px solid #00AD6D;
	margin: 0 7px;
	text-align: center;
	padding: 43px 0 30px;
	background: #F0FFF7;
	width: 337px;
}

#used-car .contents ul li .i-no{
	position: absolute;
	width: 86px;
	top:-50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#used-car .contents ul li .img{
	text-align: center;
	margin: 0 0 30px;
}

#used-car .contents ul li h5{
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px;
	font-weight: 500;
}

#used-car .contents ul li p{
	font-size: 14px;
	text-align: left;
	padding: 0 15px;
	
}

#used-car .voice{
	text-align: center;
	margin: 40px 0 0;
	
}

#used-car .voice a{
	border: 1px solid #371815;
	border-radius: 60px;
	display: block;
	width: 260px;
	padding: 15px 40px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	box-shadow: 0px 13px 0px -5px rgba(55,24,21,1);
	font-weight: 500;
	
	
}

#used-car .voice a:hover{
	opacity: 1;
	border: 1px solid #371815;
	background: #371815;
	border-radius: 60px;
	display: block;
	width: 260px;
	padding: 15px 40px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	transform: translateY(5px);
	box-shadow: 0px 0px 0px -5px rgba(55,24,21,1);
	
}


/*高価買取*/

#carpurchase .section-inner {
    position: relative;
    background: #fff;
    padding: 80px 0 0;
}

#carpurchase .img{
	margin: 40px 0 ;
	text-align: center;
}

#carpurchase p.txt{
	margin: 20px 0 0;
	font-size: 16px;
	padding: 0 95px;
}

#carpurchase p.txt span{
	color: #FF9900;
	padding: 0 1em 0 0;
}

#carpurchase p.txt:nth-last-of-type(2) span{
	color: #D2FF00;
}

#carpurchase p.txt:nth-last-of-type(3) span{
	color: #25CEFF;
}

#carpurchase p.txt:nth-last-of-type(3) span{
	color: #25CEFF;
}

#form-box{
	padding: 60px 0 100px;
	background: #FFE13E;
}

#form-box .img{
	margin: 0;
	
}

#form-box h4{
	font-size: 28px;
	padding: 0 0 45px;
	margin: 30px 0 0;
	background: #FFE13E;
}


#form-box form{
	width: 644px;
	margin: 0 auto;
}


#form-box form table{
	width: 100%;
	font-size: 14px;
	margin: 0 0 30px;
}


#form-box form table th{
	width: 200px;
	text-align: left;
	font-size: 16px;
	padding: 0 0 10px;
	font-weight: 500;
}


#form-box form table th span{
	background: #00AD6D;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 0 10px ;
	border-radius: 10px;
	margin: 0 10px 0 0;
}

#form-box form table td{
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	padding: 0 0 10px;
}

#form-box form table td input{
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #371815;
	font-size: 14px;
	letter-spacing:0.1em;
}

#form-box .submit{
	text-align: center;
	margin: 0 0 30px;
}

#form-box .submit input{
	background: #DB2A00;
	color: #fff;
	text-align: center;
	width: 644px;
	font-size: 20px;
	padding: 12px;
	border-radius: 10px;
	letter-spacing:0.1em;
	margin: 0 0 10px;
	font-weight: 500;
}


#form-box .util-btn{
	display: flex;
	justify-content: space-between;
}

#form-box .util-btn li{
	
}




section#carpurchase.inner {
    margin:  0 auto 80px;
}

#contets-nav{
	margin: 0 0 80px;
}

#contets-nav ul{
	display: flex;
	justify-content: center;
}


#contets-nav ul li{
	margin: 0 5px;
}


#news{
	padding: 100px 0;
	background: #6A433F;
}

#news h2{
	text-align: center;
    margin: 0 0 40px
}

#news p.lead {
    text-align: center;
    margin: 0 0 40px;
    font-size: 18px;
	color: #fff;
}

/*
#news .news_inner {
    display: flex;
	justify-content: center;
}
*/
#news .news_block{
	box-sizing: border-box;
	width: 1266px;
	margin: 0 auto;
	padding: 0 90px;
}

#news .news_inner .news_box_wrapper{
	padding: 0 10px;
}
#news .news_inner .news_box{
	/*width: 338px;*/
    background: #fff;
	padding: 5px;
	border-radius: 10px;
	
	
}

#news .news_inner .news_box .new_icon{
	position: absolute;
	background: #DB2A00;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 5px 20px;
	top:-20px;
}

#news .news_inner .news_box .txt{
	position: relative;
}


#news .news_inner .news_box a {
    display: block;
}

#news .news_inner .news_box .img {
    height: 267px;
}

#news .news_inner .news_box .title {
    padding: 40px 40px 0;
	margin: 0 0 30px;
	font-size: 14px;
	font-weight: 500;
}

#news .news_inner .news_box .date {
    padding:0 40px ;
	margin: 0 0 30px;
	font-size: 14px;
}

#news .news_inner .slick-prev {
    line-height: auto!important;
    background: url(https://altaauto.jp/images/common/arr-left.svg)!important;
	width: 15px!important;
	height: 23px!important;
}

#news .news_inner .slick-next {
    line-height: auto!important;
    background: url(https://altaauto.jp/images/common/arr-right.svg)!important;
	width: 15px!important;
	height: 23px!important;
}


#news .news_inner .slick-next {
    right: -30px;
	z-index: 99;
}

#news .news_inner .slick-prev {
    left: -30px;
	z-index: 99;
}

#access{
	padding: 100px 0;
}

#access .access-inner{
	width: 1036px;
	margin: 0 auto;
}

#access h2{
	text-align: center;
	margin: 0 0 60px;
}


#access .gmap{
	margin: 0 0 30px;
}



#access .info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

#access .info h2{
	font-size: 23px;
	text-align: left;
	margin: 0 0 30px;
	font-weight: 800;
}

#access .info .txt{
	width: 566px;
	padding: 0 40px;
}

#access .info .txt table th{
	text-align: left;
	width: 100px;
	font-weight: 500;
	font-size: 14px;
	padding: 0 0 15px;
}

#access .info .txt table td{
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding: 0 0 15px;
}





/* --------------------------------------------------------------------------------
		footer	
-------------------------------------------------------------------------------- */
#footer{
	width: 100%;
	min-width: 1266px;
	background-color: #371815;
	padding: 30px 0 20px;
}

#footer ul.g_nav{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 65px;
}


#footer ul.g_nav a{
	color: #fff;
	padding: 0 20px;
	font-size: 18px;
}

#footer ul.g_nav li::after{
	content: '|';
	color: #fff;
}
#footer ul.g_nav li:last-child::after{
	content: '';
	color: #fff;
}
#footer .f_logo{
	text-align: center;
	margin: 0 0 30px;
}

#footer .address{
	width: 340px;
	margin: 0 auto 30px;
	color: #fff;
	font-size: 14px;
}

#footer ul.util-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px;
	
}
#footer ul.util-btn li{
	margin: 0 5px;
	
}

#footer .copy{
	color: #fff;
	font-size: 14px;
	text-align: center;
}


#fix-bnr{
	
	display: none;
	width: 100%;
	background: rgba(255,255,255,0.9);
	padding: 15px;
	position: fixed;
	bottom:0;
}

#fix-bnr ul{
	display: flex;
	justify-content: center;
	
}

#fix-bnr ul li{
	margin: 0 7px;
}

.visible{
	display: block!important;
}



/* --------------------------------------------------------------------------------
		pagetitle
-------------------------------------------------------------------------------- */
#pagetitle{
	width: 100%;
	height: 260px;
	min-width: 1266px;
	background: url("https://altaauto.jp/images/common/page-bg.jpg") center;
	padding: 40px 0 0;
}

#pagetitle .page-back {
	min-width: 1266px;
    max-width: 100%;
    text-align: center;

}
#pagetitle .page-back .top-line {
	margin: 0;
	padding: 0;
}
#pagetitle .page-back p {
	margin: 35px 0 0;
	color: #371815;
	font-size: 40px;
	letter-spacing: 4px;
	text-align: center;
	font-weight: bold;
}


