@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 14px;
}
body {
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #333;
}
a {
	color: #f07100;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.3);
	opacity: 0.7;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
	position: relative;
}
.main-btn{
	position: fixed;
	top: 310px;
	right: 0;
	background: #ffe71e;
	border-radius: 10px 0 0 10px;
	z-index: 200;
}
.main-btn-title{
	margin-bottom: 15px;
}
.main-btn-line{
	margin-bottom: 10px;
}
.main-btn-mail{
	margin-bottom: 15px;
}
/* header
------------------------------------------*/
#header {
	background: url(/images/default/header-bg.png) repeat-x center 0;
}
#header-inner {
	position: relative;
	width: 1080px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 11px;
	color: #aaa;
	display: none;
}
.header-logo {

}
.header-tel {
	margin-left: 140px;
}
.header-mail {
}
.gnav {
	background: #49a32d;
	border-bottom: 4px solid #0c7f16;
}
.gnav-list{
	width: 1080px;
	margin: auto;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(73,163,45,1); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 10px 10px; color: #fff; font-size: 16px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; color: #49a32d;}
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }


/* mainimage
------------------------------------------*/
 /* 横スライド */
.slideshow .slick-list {overflow: visible;}

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background: #000;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1300px;
}

/* slideshow */
.slideshow {
	margin: 0 calc((-1180px + 1080px)/ 2);
}
.slideshow .slick-slide {
	backface-visibility: hidden;
	opacity: 0.5;
}
.slideshow .slick-slide img {
	width: 100%;
}
.slick-active{
	opacity: 1 !important;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner {
	width: 100%;
}

#main {
	text-align: left;
	position: relative;
}
/* お知らせ */
.main-news {
	position: absolute;
	top: -90px;
	left: 50px;
	width: 100%;
}
.main-news-inner{
	width: 1080px;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	z-index: 100;
}
.main-news-left{
	padding: 37px 35px 32px 35px;
	background: #49a32d;
	border-radius: 19px 0 0 19px;
}
.main-news-title {
	padding-bottom: 21px;
}
.main-news-inner2 {
	text-align: left;
}
.main-news-list {
	width: 720px;
	padding: 30px 50px 36px;
	background: #fff;
	border-radius: 0 19px 19px 0;
}
.main-news-list-item {
	padding: 6px 0;
	font-size: 15px;
	line-height: 2.5;
}
.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
}
.main-news-list-title > a {
	color: inherit;
	font-weight: bold;
}
.main-news-list-date {
	margin-right: 10px;
	color: #939393;
}
.main-news-list-text{
	line-height: 1.5;
}
/* PICK UP */
.main-pickup{
	padding: 140px 0 80px;
	background: url(/images/default/main-pickup-bg.jpg) repeat center center;
}
.main-pickup-inner{
	width: 1258px;
	margin: auto;
}
.main-pickup-title{
	text-align: center;
	margin-bottom: 48px;
}
.main-pickup-movie {
	position: relative;
	margin-bottom: 115px;
}
.main-pickup-movie-inner {
	width: 820px;
	margin: 0 auto;
	border: 10px solid #49a32d;
	border-radius: 10px;
}
#mep_0,
.wp-video,
.wp-video-shortcode,
#video-81-1{
	width: 820px !important;
	height: 460px !important;
	object-fit: cover;
}
.main-pickup-movie-bg{
	position: absolute;
	bottom: -70px;
}

.main-pickup-image{
	margin: 0 20px;
}
/* アルプスについて */
.main-about{
	padding: 80px 0 230px;
	width: 100%;
	background: url(/images/default/main-about-bg.png) repeat-x center bottom;
}
.main-about-inner{
	width: 1080px;
	margin: auto;
	display: flex;
	align-items: center;
}
.main-about-image{
	margin-left: -320px;
}
.main-about-image img{
	border-radius: 17px;
}
.main-about-inner2{
	width: 510px;
	margin-left: 80px;
}
.main-about-title{
	margin-bottom: 50px;
}
.main-about-text h3{
	color: #f06c14;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.main-about-text p{
	font-size: 18px ;
}
/* やっぱり車は欲しいけど */
.main-trouble{
	padding-top: 80px;
	background: #e6f6ba;
}
.main-trouble-illust{
	position: relative;
	width: 1080px;
	margin: auto;
}
.main-trouble-illust::after{
	content: '';
	width: 125px;
	height: 117px;
	position: absolute;
	bottom: -83px;
	left: 44%;
	background: url(/images/default/main-trouble-arrow.png) no-repeat center center;
}
.main-trouble-inner{
	padding: 90px 0 65px;
	background: url(/images/default/main-trouble-bg.png) repeat center center / cover;
}
.main-trouble-title{
	text-align: center;
}
/* 基本費用がコミコミ月々1.1万円～の新車購入 */
.main-point1{
	padding: 60px 0 80px;
	background: #e6f9fa;
}
.main-point1-inner{
	width: 1080px;
	margin: auto;
}
.main-point1-title{
	text-align: center;
	margin-bottom: 60px;
}
.main-point1-illust{
	text-align: center;
	margin-bottom: 60px;
}
.main-point1-list{
	display: flex;
	justify-content: center;
}
.main-point1-list-item{
	width: 340px;
	display: flex;
	flex-direction: column;
	background: #fff;
	text-align: center;
	margin-right: 30px;
	border-radius: 20px;
	box-shadow: 0px 5px 0px -1px rgba(220,220,220,1);
}
.main-point1-list-item:last-child{
	margin: 0;
}
.main-point1-list-item img{
	text-align: center;
	margin-bottom: 20px;
}
.main-point1-list-item ul li p{
	width: 300px;
	margin: 0 auto 60px;
	text-align: left;
	font-size: 18px;
}
.main-point1-more{
	text-align: center;
	margin-top: 65px;
}
/* 乗った分だけお支払い！新車が半額で手に入ります */
.main-point2{
	padding: 60px 0 80px;
	background: #fffcdc;
}
.main-point2-inner{
	width: 1080px;
	margin: auto;
}
.main-point2-title{
	text-align: center;
	margin-bottom: 60px;
}
.main-point2-illust{
	text-align: center;
	margin-bottom: 35px;
}
.main-point2-title-text{
	width: 1080px;
	margin: auto;
	text-align: center;
	margin-bottom: 55px;
	line-height: 1.6;
	font-size: 18px;
}
.main-point2-list{
	display: flex;
	justify-content: center;
}
.main-point2-list-item{
	width: 340px;
	display: flex;
	flex-direction: column;
	background: #fff;
	text-align: center;
	margin-right: 30px;
	border-radius: 20px;
	box-shadow: 0px 5px 0px -1px rgba(220,220,220,1);
}
.main-point2-list-item:last-child{
	margin: 0;
}
.main-point2-list-item img{
	text-align: center;
	margin-bottom: 20px;
}
.main-point2-list-item ul li h3 img{
}
.main-point2-list-item ul li p{
	width: 300px;
	margin: 0 auto 60px;
	text-align: left;
	font-size: 18px;
}
.main-point2-more{
	text-align: center;
	margin-top: 60px;
}
/* お客様の代わりに購入！アルプスの中古車購入代行 */
.main-point3{
	padding: 60px 0 80px;
	background: #fff3f1;
}
.main-point3-inner{
	width: 1080px;
	margin: auto;
	display: flex;
}
.main-point3-title{
	text-align: center;
	margin-bottom: 40px;
}
.main-point3-title-text{
	width: 1080px;
	margin: auto;
	text-align: center;
	margin-bottom: 57px;
	font-size: 18px;
}
.main-point3-image{
	margin-left: -100px;
}
.main-point3-inner2{
	margin-left: 80px;
}
.main-point3-list h3{
	margin-bottom: 15px;
}
.main-point3-list p{
	width: 650px;
	margin: 0 auto 35px;
	text-align: left;
	font-size: 16px;
}
.main-point3-list p small{
	font-size: 13px;
}
.main-point3-more{
	text-align: center;
	margin-top: 40px;
}
/* メンテナンスも充実しています！ */
.main-maintenance{
	padding: 60px 0 80px;
	background: url(/images/default/main-maintenance-bg.jpg) no-repeat left center / cover;
}
.main-maintenance-title{
	text-align: center;
	margin-bottom: 35px;
}
.main-maintenance-title-text{
	width: 1080px;
	margin: auto;
	text-align: center;
	line-height: 1.7;
	font-size: 18px;
}
.main-maintenance-inner{
	width: 1080px;
	margin: auto;
}
.main-maintenance-image{
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 50px;
}
.main-maintenance-more{
	text-align: center;
	margin-top: 60px;
}
/* お客様の声 */
.main-blog {
	padding: 60px 0 100px;
	background: url(/images/default/main-blog-bg.jpg) no-repeat center top / cover;
}
.main-blog-inner{
	width: 1080px;
	margin: auto;
}
.main-blog-title {
	margin-bottom: 61px;
	text-align: center;
}
.main-blog-list {
	display: flex;
	gap: 45px;
}
.main-blog-list-item {
	margin-bottom: 10px;
}
.main-blog-list-img {
	background: #eee;
	width: 330px;
	height: 260px;
	border-radius: 10px;
	margin-bottom: 28px;
}
.main-blog-list-img img{
	border-radius: 10px;
}

.main-blog-list-title {
	margin-bottom: 3px;
	overflow: hidden;
	margin-bottom: 23px;
}
.main-blog-list-title > a {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	color: #1f1f1f;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 15px;
}
.main-blog-list-text{
	height: 80px;
	font-size: 14px;
}
.maiin-blog-list-item-inner{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.main-blog-list-date{
	font-size: 13px;
	color: #939393;
}
.main-blog-list-cat a{
	color: #fff;
	background: #49a32d;
	padding: 2px 20px;
	font-size: 13px;
}
.main-blog-more {
	margin-top: 40px;
	text-align: center;
}
/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #333;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

.side-banner {
}
.side-banner-list {
}
.side-banner-list > li {
	margin-bottom: 10px;
}
.googlemap,.googlemap iframe {
	height: 400px;
}

/* footer
------------------------------------------*/
#footer {
	padding-top: 80px;
	background: #e6f6ba;
}
#footer-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}
.footer-inner2{
	display: flex;
	justify-content: center;
	gap: 70px;
	align-items: center;
	background: #fff;
	border-radius: 37px;
	padding: 40px 40px 40px 100px;
}
.footer-logo{
	margin-bottom: 37px;
}
.footer-company{
	text-align: left;
	font-size: 14px;
}
.footer-about{
	line-height: 1.7;
}
.footer-con{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}
.footer-nav {
	margin: 55px 15px 55px 0;
	font-size: 14px;
}
.footer-nav li {
	display: inline-block;
	color: #49a32d;
	margin: 0 30px;
}
.footer-nav li:not(:last-child)::after {
	content:'';
	padding: 0 5px;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li ul {
	display: none;
}

.footer-copyright {
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #49a32d;
	padding: 15px 0;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}


/* heading */
.page-title {
	padding: 85px 0 165px;
	background: url(/images/default/h1-bg.png) repeat-x center bottom;
	font-size: 34px;
	font-weight: bold;
	color: #f07100;
	display: none;
}
.entry-title, .entry-content h2 {
	margin: 75px 0 25px;
	padding: 20px 30px;
	background: url(/images/default/h2-bg.png) repeat center center;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	border-radius: 38px;
	box-shadow: 0px 5px 0px -1px rgba(12,127,22,1);
}
.entry-content h2::before {
	content: '\f138';
	padding: 0 15px 0 0;
	font-size: 23px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffe71e;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 15px;
	background: #e6f6ba;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
}
.entry-content h3::before {
	content: '\f138';
	padding: 0 5px 0 0;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #f07100;
}
.entry-content h4, .h4 {
	padding: 5px;
	font-size: 18px;
}
.entry-content h4::before {
	content: '\f138';
	padding: 0 5px 0 0;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #49a32d;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 10px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #f07100;
}
.breadcrumb a{
	color: #6178ac;
}

/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/

.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #49a32d;
	background-color: #49a32d;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #49a32d;
	background-color: #49a32d;
	color: #fff;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #333;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}
