@charset "UTF-8";

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

.mb20_sp {margin-bottom: 20px;}
.mb40_sp {margin-bottom: 40px;}
.mb60_sp {margin-bottom: 60px;}
.mb80_sp {margin-bottom: 80px;}
.mb100 {margin-bottom: 100px;}
.mb120_sp {margin-bottom: 120px;}
.mb140_sp {margin-bottom: 140px;}
.mb160_sp {margin-bottom: 160px;}

body {
    font-size: 0.9rem;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

/* header */
header {
  /*padding-top: 22.5vw;*/
  margin: 0 auto;
  width: 100vw;
  height: 18.5vw; /*終了時*/
}
header .logo {}
header .logo h1 {
  height: 10vw;
  width: 56vw;
}
header .logo img {
  height: auto;
  width: 100%;
}
/*header .maker_nav_txt {
  height: 10vw;
  top: 13vw;
}
header .maker_nav_txt p {
  font-size: 14px;
}
header .maker_nav {
  top: 18vw;
  height: 11.5vw;
  width: 100vw;
}
header .maker_nav ul {
  width: 96vw;
}
header .maker_nav li img {
  height: auto;
	width: 100%;
}*/



/* カタログ請求・試乗予約ボタン */
ul.btn_cv {
    margin: 10px auto;
}
ul.btn_cv li {
    margin: 0 10px;
    width: 36%;
}

.page.top .sec {
    margin: 50px 0 0;
}


/* foot_nav */
.foot_nav .maker_nav_txt {
  height: 10vw;
  top: 13vw;
}
.foot_nav .maker_nav_txt p {
  font-size: 14px;
}
.foot_nav .maker_nav {
  top: 18vw;
  height: 11.5vw;
  width: 100vw;
}
.foot_nav .maker_nav ul {
  width: 96vw;
}
.foot_nav .maker_nav li img {
  height: auto;
	width: 100%;
}


/* footer */
footer {
  height: auto;
  padding: 2vw 0 5vw;
  margin: 0 auto;
  width: 100%;
}
/*body.page-sec footer {
  padding: 2vw 0;
}*/
footer .foot_wrap {
  height: auto;
  padding: 0;
  width: 100%;
}
footer .foot_wrap .footer_logo {
  margin: 0 auto;
  width: 75vw;
}
footer .foot_wrap .footer_logo img {
  height: auto;
  width: 100%;
}
footer .copyright {
  font-size: 0.8em;
  text-align: center;
  padding: 0;
}

/* pagetop btn */
#page_top {
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 120px;
  border-radius: 5px;
}
/*body.page-sec #page_top {
  bottom: 10px;
}*/
#page_top:hover{
	opacity: 0.6;
	transition: all ease-in-out .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#page_top a{
  width: 40px;
  height: 40px;
}
#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);
}

#ftr_btn {
  position: fixed;
  bottom: 0;
  right: 0;
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  text-align: center;
  width: 100%;
  z-index: 999;
}
#ftr_btn .ftr_btn1,
#ftr_btn .ftr_btn2 {
  width: 50%;
}
#ftr_btn .inner {
  position: relative;
  height: 28vw;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
#ftr_btn .bnr {
  width: 100%;
}
#ftr_btn .bnr img {
  width: 100%;
  height: auto;
}
#ftr_btn .ftr_btn1-close,
#ftr_btn .ftr_btn2-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 999;
  width: 9.5vw;
}
#ftr_btn .ftr_btn1-close img,
#ftr_btn .ftr_btn2-close img {
  width: 100%;
}
#ftr_btn .ftr_btn1-close:hover,
#ftr_btn .ftr_btn2-close:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#ftr_btn.visible {
  bottom: 0;
}
#ftr_btn .wrap > a {
  display: block;
}
.ftr_btn-close {
  opacity: 0;
  visibility: hidden;
}



#contents {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
}

#contents {
  margin: 0 auto;
  width: 100vw;
}
main {
  color: #000;
  display: block;
  padding: 0;
  margin: 0;
  min-width: 96vw;
}
main .sec {
  width: 100vw;
}
main .sec_wrap {}
main .sec_inner {
  max-width: 96vw;
}

/* 見出し */
main h1.logo {
    margin: 20px 0 10px;
    font-weight: bold;
    text-align: center;
}
main h1.logo img {
    width: 30%;
}
main h2 {
    font-size: 1.4rem;
}


main .sec img {
    width: 100%;
}



/* ----------------------------------------
top
---------------------------------------- */
body.top {}
body.top #contents {
  /*margin-top: 31.43vw;*/
  margin-top: 11.43vw; /*終了時*/
}
body.top #conts_01 #mv {
  position: relative;
  overflow: hidden;
}
body.top #conts_01 #mv h2 {
  text-align: center;
  width: 100vw;
}
body.top #conts_01 #mv h2 img {
  width: 180vw;
  margin-left: -40vw;
}
/*body.top #conts_02 {
  background-size: cover;
  padding: 6vw 0;
}*/

body.top #bnr1_wrap {
  padding: 6vw 0;
}
body.top #bnr1_wrap .slider {
  margin: 0 auto;
  /*max-width: 500px;*/
  width: 100%;
}
body.top #bnr1_wrap .slider-img {
  margin: 0 10px;
}
body.top #bnr1_wrap .slider-img a {
}
body.top #bnr1_wrap .slider-img img {
  height: auto;
  width: 100%;
}

body.top #bnr2 {
  padding: 6vw 0;
}
body.top #bnr2 ul {
  justify-content: center;
  width: 85%;
}
body.top #bnr2 ul li {
  margin: 10px auto;
}
body.top #bnr2 ul li a img {
  width: 100%;
}


/* ----------------------------------------
下層
---------------------------------------- */

body.page-sec #contents {
  /*margin-top: 36.43vw;*/
}
body.page-sec #conts_01 #mv {
  position: relative;
  overflow: hidden;
}
body.page-sec #conts_01 #mv h2 {
  text-align: center;
  width: 100vw;
}
body.page-sec #conts_01 #mv h2 img {
  width: 150vw;
  margin-left: -25vw;
}

body.page-sec #conts_mv h2 {
  overflow: hidden;
  margin-bottom: 6vw;
}
body.page-sec #conts_mv h2 img {
  /*width: 180vw;
  margin-left: -40vw;*/
  width: 100vw;
  margin-left: 0vw;
}

body.page-sec main .sec_wrap img {
  width: 100%;
}
body.page-sec main .sec_inner img {
  width: 100%;
}

body.page-sec #conts_02 {
  background-size: cover;
  padding: 6vw 0;
}

body.page-sec #contents .sale1 {
  padding: 6vw 0;
}
body.page-sec #contents .sale2 {
  padding: 6vw 0;
}


.shop_box_wrap {
  padding: 20px 0;
}
.shop_box_wrap.shop_box_wrap-even {}
/* 店舗 */
.shop_box {
  padding: 9vw 0;
}
.brand_logo img {
  /*width: 100px;*/
  height: 10vw;
  width: 56vw;
}
ul.shop {
	flex-wrap: wrap;
}
ul.shop li {
	/*margin-right: 0;*/
  margin: 0 0 60px;
	text-align: center;
  width: 100%;
}
ul.shop.shop_wide li {
  width: 100%;
}
ul.shop li + li {
	margin: 60px 0 0 0;
}
ul.shop .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.shop li .store {
  display: block;
  margin-bottom: 20px;
}
ul.shop li .store .name {
	font-size: 16px;
  display: block;
  margin-right: 0;
}
ul.shop li .store .address {
	font-size: 16px;
  display: block;
  margin-right: 0;
}
ul.shop li .store .tel_no {
	font-size: 16px;
	font-weight: bold;
}
ul.shop li .store .tel_no span {
	font-size: 20px;
}

ul.shop li .tel {
	padding: 10px 0;
}
ul.shop li .tel img {
  height: auto;
  width: 70%;
}
ul.shop li .tel img:hover {
	opacity: 0.8;
}
ul.shop li .gmap {
  margin: auto;
  max-width: 510px;
  width: 100%;
}


/* ---------- ポルシェ ---------- */
body.porsche #contents #conts_01 .btn_01 {
  /*margin-top: -8.5vw;
  width: 34vw;*/
  margin: 4vw auto 0;
  width: 60vw;
}
body.porsche #contents #conts_02 .btn_02 {
  /*margin: 4vw auto 0;
  width: 34vw;*/
  margin: 4vw auto 0;
  width: 60vw;
}
body.porsche #contents #conts_04 .line_qr {
  margin: 4vw auto 10vw;
  width: 20vw;
}

/* ---------- アウディ ---------- */
body.audi #contents #conts_03 {
  padding: 6vw 0;
}

/* ---------- フォルクスワーゲン ---------- */
body.volkswagen #contents #conts_01 {
  padding-top: 6vw;
}
body.volkswagen #contents #conts_02 {
  background-size: 1.4vw;
  padding: 0 0 12vw;
}
body.volkswagen #contents #conts_03 {
  background-size: 1.4vw;
  padding: 0 0 12vw;
}
body.volkswagen #contents #conts_04 {
  background-size: 1.4vw;
  padding: 0 0 12vw;
}
body.volkswagen #contents #conts_05 .btn_01 {
  margin: 5vw auto 0;
  width: 80vw;
}
body.volkswagen #contents #conts_05 .btn_02 {
  margin: 4vw auto 0;
  width: 80vw;
}
body.volkswagen #contents #conts_06 {
  padding: 6vw 0;
}
body.volkswagen #contents #conts_07 .bnr_01 {
  margin-top: 5vw;
}
body.volkswagen #contents #conts_07 .bnr_02 {
  margin-top: 8vw;
}

/* ---------- プジョー ---------- */
/*body.peugeot #contents #conts_01 {}*/

/* ---------- アルファ ロメオ ---------- */
body.alfaromeo #contents #conts_01 .bnr_01 {
  margin-top: 8vw;
}
body.alfaromeo #contents #conts_04 {
  padding: 12vw 0;
}

/* ---------- フィアット/アバルト ---------- */
body.fiatabarth #contents #conts_01 .bnr_01 {
  margin-top: 6vw;
}
body.fiatabarth #contents #conts_05 {
  background: #231815;
  padding: 12vw 0;
}

/* ---------- ジープ ---------- */
body.jeep #conts_mv h2 {
  margin-bottom: 0;
}
body.jeep #contents #conts_01 {
  padding: 12vw 0;
}
body.jeep #contents #conts_03 {
  padding: 12vw 0;
}





