@charset "UTF-8";

/* reset */

body, h1, h2, h3, h4, h5, h6, h7, div, p, dl, dt, dd, ol, ul, li, header, footer, table, th, td, fieldset, form, input[type="radio"], input[type="checkbox"] {
	margin: 0;
	padding: 0;
    box-sizing: border-box; 
}
h1, h2, h3, h4, h5, h6, h7, dt, dd, th, td, em, address, label {
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
}
ol, ul {
	list-style-type: none;
}


.disp_pc { display: block; }
.disp_sp { display: none; }

.mb20 {margin-bottom: 20px;}
.mb40 {margin-bottom: 40px;}
.mb60 {margin-bottom: 60px;}
.mb80 {margin-bottom: 80px;}
.mb100 {margin-bottom: 100px;}
.mb120 {margin-bottom: 120px;}
.mb140 {margin-bottom: 140px;}
.mb160 {margin-bottom: 160px;}

body {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}

a img:hover {
    opacity: 0.7;
}

/* header */
header {
  background: #fff;
  margin: 0 auto;
  padding-top: 247px;
  width: 100%;
}
header h1 {
  text-align: center;
  line-height: 0;
}
header h1.mv {
  margin: 0 auto;
  width: 100%;
}
header h1.mv img {
  width: 100%;
}
header .maker_nav {
  /*background: url("../images/common/maker_nav_bg.png") no-repeat center center;
  background-size: cover;*/
  background: #ffffff;
  height: 177px;
  position: fixed;
  top: 0;
  margin: auto;
	padding: 0;
  width: 100%;
  z-index: 999;
}
header .maker_nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
  margin: 0 auto;
  width: 1280px;
}
header .maker_nav li {
  margin: 0 auto;
	/*width: calc((100% - 6px)/8);*/
	width: calc(100%/8);
}
/*header .maker_nav li:last-child {
	width: calc((100% - 6px)/8 + 6px);
}*/
header .maker_nav li a {
	display: block;
}
header .maker_nav li a:hover {
}
header .maker_nav li img {
	margin: 0;
	width: 100%;
}
header .maker_nav_txt {
  background: #ad0711;
	display: flex;
	justify-content: center;
	align-items: center;
  text-align: center;
  height: 70px;
  width: 100%;
  position: fixed;
  top: 177px;
  z-index: 1;
}
header .maker_nav_txt p {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
}


/* contents */
#contents {
  background: url("../images/common/main_bg.jpg") repeat-y top center;
  background-size: cover;
  margin: 0 auto;
  padding-bottom: 60px;
  width: 100%;
}
main {
  color: #000;
  display: block;
  padding: 0;
  margin: 0;
  /*max-width: 1280px;*/
  min-width: 1280px;
}
.page main {
  padding-top: 160px;
}
main .sec {
  text-align: center;
  width: 100%;
}
main .sec_inner {
  margin: auto;
  max-width: 1280px;
}

/*
main .logo_all {
  text-align: center;
  margin: 20px 0;
}
main .logo_all img {
  width: 90%;
}
main h1.logo {
  margin: 40px 0 20px;
  font-weight: bold;
  text-align: center;
}
main h1.logo img {
  width: 10%;
}
*/
main h2 {
  margin: 0 auto 120px;;
}
main h2.tit_02 {
  margin: 60px 0 10px 0;
}

/* ナビゲーション */
.flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}

ul.bland_list {
	margin: 0 0;
  padding: 0;
	line-height: 0;
}
ul.bland_list li {
	list-style: none;
  margin-bottom: 20px;
  width: 235px;
}
ul.bland_list li + li {
  width: 235px;
	list-style: none;
}
ul.bland_list li img {
  width: 100%;
  border: 2px solid #fff;
  height: auto;
}


/* ----------------------------------------
top
---------------------------------------- */
body.top {}
#top_main1 {
  padding: 70px 0 40px;
}
#top_main1 h2 {
  margin-bottom: 70px;
}
#top_main1 .top_main1_special {
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  text-align: center;
  width: 100%;
}
#top_main1 .top_main1_special li {
  margin-bottom: 60px;
  width: 616px;
}
#top_main1 .top_main1_fin {
  text-align: center;
  width: 100%;
}


/* ----------------------------------------
secound
---------------------------------------- */



/* ブランドページ内 */
header nav ul {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 1280px;
    background-color: #fff;
}
header nav ul li {
}
header nav ul li img {
    width: 100%;
    height: auto;
}


/* 店舗 */
.shop_box {
  padding: 60px 0 120px;
}
ul.shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  color: #231815;
  margin: 50px auto 0;
  max-width: 1280px;
}
ul.shop li {
  text-align: center;
  margin: 0 10px 60px;
  padding: 0;
  width: 40%;
}
ul.shop li:last-child {
  margin-bottom: 0;
}
ul.shop.shop_wide li {
  width: 40%;
}

ul.shop li .store {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 20px;
}
ul.shop li .store .name {
	font-size: 26px;
	font-weight: bold;
  margin-right: 1em;
}
ul.shop li .store .tel_no {
	font-size: 26px;
	font-weight: bold;
}
ul.shop li .store .tel_no span {
	font-size: 32px;
}
ul.shop li .tel {
	padding: 40px 0;
}
ul.shop li .tel img {
}
ul.shop li .tel img:hover {
	opacity: 0.8;
}
ul.shop li .gmap {
  margin: auto;
  max-width: 510px;
  width: 100%;
}


ul.logo {
    list-style: none;
    margin: 0; padding: 0;
}
ul.logo li {
    float: left;
    margin: 0 10px;
}


.pages h3 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin: 0 0 35px 0; padding: 0;
}
.bottomtext {
    font-size: 0.7em;
    padding: 20px 0;
}


/* 車 一覧 */
.main_car {
    display: flex;
    justify-content: space-between;
}
.main_car li {
    width: 49.7%;
}
.main_car li img {
    width: 100%;
}


/* ---------- 共通 ---------- */
main .bland_logo {
  padding: 40px 0;
}

main #gotodrive {
  padding: 90px 0 60px;
}

main .sale1 {
  padding-bottom: 150px;
}
/*main .sale2 {
  background: url("../images/common/main_bg2.jpg") repeat top center;
  padding: 50px 0 110px;
}
main .sale3 {
  background: url("../images/common/main_bg3.jpg") repeat top center;
  padding: 50px 0 110px;
}*/

/* ---------- ポルシェ ---------- */
.page.porsche {}

/* アルファロメオ */
.page.alfaromeo .main_car li {
    width: 100%;
}

/* フィアット */
.page.fiat .main_car li {
    width: 100%;
}

/* アバルト */
.page.abarth .main_car li {
    width: 100%;
}

/* ジープ */
.page.jeep .main_car {
    display: block;
}
.page.jeep .main_car li {
    width: 100%;
}


.sub_car {
    display: flex;
    justify-content: space-between;
}
.sub_car li {

}
.sub_car li img {
    width: 100%;
}

.sub_car_02 {
    display: flex;
    box-sizing: border-box;
}
.sub_car_02 li {
    border: 2px solid #fff;
    padding: 20px;
    width: 34%;
    text-align: center;
    line-height: 11;
    font-size: 1.4rem;
    font-weight: bold;
}
.sub_car_02 li.item { /* 商品が入っている時 */
    height: auto;
    line-height: 0;
}
.sub_car_02 li:nth-child(2) {
    border-right: 0;
    border-left: 0;
}

.sub_car_02 li img,
.details img {
    width: 100%;
}

/* クーポン */
.coupon {
    display: flex;
    justify-content: space-between;
    margin: 60px auto 40px;
}
.coupon li {
    width: 100%;
}
.coupon li img {
    width: 100%;
}

/* カタログ請求・試乗予約ボタン */
ul.btn_cv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    width: 100%;
}
ul.btn_cv li {
    margin: 0 25px;
    width: 365px;
}


/* footer */
footer {
  background: #231815;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 170px;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
}
footer .foot_wrap {
    text-align: center;
}
footer .foot_wrap .copyright {
    font-size: 0.8em;
    margin-top: 5px;
}


/* pagetop btn */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #ccc;
  border-radius: 10px;
}
#page_top:hover{
	opacity: 0.6;
	transition: all ease-in-out .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 0;
	left: 0px;
    margin: auto;
    vertical-align: middle;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page.top header {
	margin-top: 0;
	background: none;
}
.page.top header h1.mv {
	width: 100%;
}
.page.top .sec {
	margin: 60px 0;
}
.page.top .sec.bnr {
	margin: 40px 0;
}
.page.top .sec img {
	width: 100%;
	max-width: 1280px;
	height: auto;
}
.page.top ul.shop {
	margin: 30px 0 120px;
}
.page.top ul.shop.last {
	margin-bottom: 30px

}
