@charset "UTF-8";

div.movie-wrapper { padding: 0 0 100px; }

div.movie-title { text-align: center; color: #fff; font-size: 120%; font-weight: 700; padding: 0 5% 20px; }
div.movie-title-exterior { text-align: center; color: #fff; font-size: 120%; font-weight: 700; }
div.movie-title-exterior2 { text-align: center; color: #fff; font-size: 120%; font-weight: 700; }

.yaji { width: 10%; }

.remodal-photo img { width: 100%; }

#business2 { overflow: hidden; padding-bottom: 35px; }
img.business2 { width: 117%; min-width: auto; top: 0; left: 50%; }

.box { margin-top: 40px; }

.title span { font-size: 40%; letter-spacing: 0; }

.pickup-box2 { margin-top: 1px; }

.pickup-box2 img { width: 100%; padding-right: 0; }

.pickup-box2 div { display: block; width: 100%; position: static; margin-top: 10px; }

.pickup-box2 span.text1 { margin-bottom: 6px; }

#hotitem div.title { font-size: 91%; letter-spacing: 0px; margin-bottom: 15px; line-height: 150%; }

#hotitem span { font-size: 188%; }

#footer span.title { font-size: 146%; }

.plusoneitem-title { width: 88%; margin-top: 21px; font-size: 86%; }

#footer ul { width: 90%; text-align: left; }

.plusoneitem-banner { width: 85%; }

.plusoneitem-banner a { float: none; }

.plusoneitem-banner a:last-child { float: none; }

.plusoneitem-img, .plusoneitem-box { margin: 18px auto 0px; width: 90%; }

.banner-3d { padding: 20px 0 10px 0; }
#exterior { padding: 43px 0; margin-top: 0px; }
#interior { padding: 43px 0; background-size: cover; }
#pickup { padding: 43px 0; }

#check { margin-top: 0; height: 77px; }

section#main-image img { width: 100%; }

#check img { margin-top: 13px; }

.content-wrapper { width: 90%; }

.banner-3d img { max-width: 90%; }

#mov .banner-3d img { max-width: 100%; }
#exterior .banner-3d img { max-width: 100%; }


#mov {
    padding: 20px 0;
}
#styles { padding: 30px 0 20px; }




.pconly { display: none; }
.pconly-inline { display: none; }
.sponly { display : block; }
.sponly-inline { display : inline; }

.scrollTop { bottom: 0; top: auto; }

.scrollTop img { width: 59px; }

.scrollTop { right: 0; }

.scrollTop:hover{ transform: translate(-123px,0px); }

div#content-wrapper div.inner img { width: 130%; }

div#content-wrapper .modal { padding: 10px 70px 10px 10px; }

div#content-wrapper .modal .modal-close { right: 7px; font-size: 190%; }

div.suzukiLogo { width: 95%; margin: 0 auto; padding: 10px 0 0px 0; }
h1#suzukiLogo { width: 100px;  }

header2 { display:block; padding: 55px 0 0 0; }

div#content-wrapper { width: 90%; margin: 0 auto; overflow: hidden; }


section#navigation { display: none; }

.content { padding-top: 25px; width: 90%; }

#hotitem p { font-size: 71%; }

.box-left { float: none; width: 100%; margin-bottom: 10px; }

.box-right { float: none; width: 100%; }

.box-left2 { float: none; width: 100%; }

.box-right2 { float: none; width: 100%; }

#hotitem .point-left { float: none; width: 100%; padding: 30px 0 0px 20px; }

#hotitem .point-right { float: none; width: 100%; padding: 0px 10px; }

#hotitem span { font-size: 200%; }

.systemup-title { position: relative; margin-bottom: -10px; }

#systemup p { padding: 2px; margin-top: 10px; }

#systemup ul li { margin-top: 5px; }

div.content-image { width: 100%; margin: 0 auto; }

.content-title { margin: 0 auto 10px; width: 90%; }

/*.modal_box1 { height: 300px; }*/

/*.box-over {  height: 97px; }*/

.hotitem-title { margin-top: 10px; }

#hotitem p { padding: 0px 0 40px; }

#systemup span.back { display: block; text-align: left; }

.sub-box { margin: 20px 0 30px; }

section#content-03 { padding-bottom: 30px; }

.sub-box div { float: left; width: 30%; margin: 0 16px 0 0; }
.sub-box div:last-child { margin: 0 0px 0 0; }

div.s-03 { margin: 0; }

.sub-box2 { position: relative; top: 0; left: 18%; }

.plusoneitem-box img:last-child { margin: 0 5px 0 0; }


section#content-04 { padding-bottom: 30px; }



@media screen and (max-width: 767px) {
	.over03 { height: 234px; }
}
@media screen and (max-width: 479px) {
	.over03 { height: 108px; }
}

section#content-05 { padding-bottom: 20px; }

#content-05 ul li { font-size: 100%; }

.scrollTop:hover{ transform: none; }

header2 {
  padding: 0;
  background: #ccc;
  /*position: fixed;*/
  top: auto;
  z-index: 10; width: 100%;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 107px;
  right: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #000;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{padding: 8px 20px 0 0;
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}

/*ロゴやサイトタイトルをセンタリング*/
.logo-area{text-align:center;margin:auto;}
.logo-area img { width: 90%; }

div#nav-content ul li { text-align: center; border-bottom: 1px solid #6f6b6a; height:60px; vertical-align: middle; position: relative; }
div#nav-content ul li a { color: #fff; text-decoration: none; position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding-top: 20px; }





figure.snip1212 p {
    font-size: 64%;
    padding: 5px 10px 5px;
}


/*skick*/

.slick-prev:before,
.slick-next:before
{
    font-family: 'Font Awesome 5 Free'; font-weight:900;
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #E76834;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 13.5%;
}
[dir='rtl'] .slick-prev
{
    right: 13.5%;
    left: auto;
}
.slick-prev:before
{
    content: '\f137';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 13.5%;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 13.5%;
}





.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 8px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button:before
{
    font-size: 45px;
}



.title img { width: 100%; }
.category-img { margin-bottom: 20px; }
section#main-image div { font-size: 150%; }
#footer { padding-top: 60px; }

section#main-image { margin-top: 50px; }
@media screen and (max-width: 750px) {
	section#main-image { margin-top: 0; }
}

div.bodycoat-wrapper div { float: none; width: 100%; margin-bottom: 20px; }
.title-ecstar { font-size: 100%; }

.interior-text { font-size: 10px; }


  .option{
       padding: 40px 0 40px; 
    }

    .option-box2{
        padding: 40px 0;
        border-bottom: 1px solid rgba(0, 98, 160, 0.5);
    }

p.option-banner {
        padding: 0;
        text-align: center;
        border-bottom: none;
    }

    .option-data__logo {
        width: 60%;
        margin: 20px 0;
    }

    .option-data__logo img{
        max-width: 250px;
    }

    .catalog-list__item{
        float: none;
    }

    .catalog-list__item:last-child{
      float: none;
      width: 90%;
          margin: 0 auto;
          margin-bottom: 10px;
    }

    .catalog-notes__list{
        text-indent: -0.7em;
        padding-left: 0.7em;
    }

    .catalog-inner .bt_accessory{
        width: 88%;
        margin-top: 21px;
        font-size: 86%;
        margin: 0px auto 20px;
    }

    .option-inner img{
        width: 100%;
    }

    .option-inner .option-img.aircoorde{
        min-width: 0;
    }
    .option-inner{
        display: initial;
    }

    .option-inner .option-img{
        width: 85%;
        margin: 0 auto;
    }

    .option-data{
        margin: 0 auto;
        width: 90%;
    }

    .catalog_3d{
        width: 90%;
        padding: 20px 0 0 0;
    }
    .catalog_3d .catalog_3d_text {
        font-size: 19px;
    }

    .text_bottom{
        margin-bottom: 30px;
    }

    .catalog_3d_hover{
        margin-bottom: 60px;
    }

    .background_img{
        background-size: 100%;
    }

    .option-banner img{
        width: 85%;
    }

    .catalog-list__item{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .catalog-list__item img{
        width: 100%;
    }



    .catalog-inner{
        padding: 0;
    }

    .catalog-list{
        display: initial;
    }

    .catalog-notes__list{
        width: 95%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .option-data__text{
        margin-top: 20px;
    }

    .option-data{
        padding: 0;
    }

    .option-data__pm25{
        width: 100%;
    }

    .option-data__pm25 img{
        max-width: 37.5%;
    }

    .option-data__text--strong{
        font-size: 16px;
    }

    .option-data__item-name{
        font-size: 17px;
    }

    .option-data__notes{
        font-size: 10px;
        text-align: left;
        text-indent: -2.5em;
        padding: 0 0 0 2.5em;
    }

    .fsponly{
        text-align: left;
        margin: 0;
    }

    .option_text{
        font-size: 26px;
        font-weight: bold;
        
    }

    .option_text2{
        text-align: left;
        margin: 0;
        font-size: 14px;
    }

    .option-data__notes.type-02{
        margin: 0;
    }

    .catalog{
        padding: 0;
    }

    .interior .cont-inner .interior__text{
        margin: 0 auto;
    }

    .fsponly .fsponly_text{
        margin-top: 0;
        margin-bottom: 0;
    }


div.title-image-02 { position: absolute; bottom: -15.5%; right: 0%; width: 100%; text-align: right; z-index: 1; }
div.title-image-02 img { width: 27%; display: inline; }

div.title-image-03 { position: absolute; bottom: -15.5%; right: 0%; width: 100%; text-align: right; z-index: 1; }
div.title-image-03 img { width: 38%; display: inline; }

div.title-image-04 { position: absolute; top: 23%; right: 3%; width: 100%; text-align: right; z-index: 0; }
div.title-image-04 img { width: 60%; display: inline; }

div.style-wrapper { width: 100%; max-width: 1024px; margin: 0 auto 40px; position: relative; }

section#style { padding: 20px; overflow: hidden; }
section#exterior { padding: 20px; }
section#exterior-body { padding: 20px; }
section#interior { padding: 20px; }
section#content-navi { padding: 20px; }
section#pickup { padding: 20px; }

div.content-navi-img { width: 100%; }

.option_navi_link a { font-size: 12px; }

div.title-image-04 { top: 18%; }
.box50 { margin: 0 0 30px 0; }
.box51 { margin: 0 12px 30px 12px; }
.box53 { margin: 0 12px 30px 12px; }


div.pickup-txt2 { float: none; width: 100%; line-height: 140%; }
div.pickup-ca img { float: none; width: 100%; }
div.pickup-ca { padding: 20px; }

section#exterior div.exterior-img { text-align: center; }
section#exterior div.exterior-img img { width: 95%; margin-bottom: 0; }
section#exterior div.exterior-txt { left: 8.5%; }
section#exterior div.exterior-txt img { width: 40%; }

div.style-wrapper-navi { margin-bottom: 0; width: 100%; }
div.style-wrapper-navi2 { margin-bottom: 0; width: 100%; }

section#style div.style-image span.style-title-01 img {
  position: absolute;
  top: -7%;
  left: 7%;
  width: 40%;
}
section#style div.style-image span.style-title-02 img {
  position: absolute;
  top: -4%;
  left: 3%;
  width: 52%;
}
section#style div.style-image span.style-title-03 img {
  position: absolute;
  top: -4%;
  right: 2%;
  width: 61%;
}
section#style div.style-image span.style-title-04 img {
  position: absolute;
  bottom: 1%;
  right: 8%;
  width: 41%;
}
.box05-wrapper {
  width: calc(27% - 12px);
}

section#main-image div.main-image-txt img {
  width: 76%;
}

.box56 { margin-bottom: 30px }
.box56-add { margin-bottom: 30px }

section#exterior-body div.box { padding-top: 20px; }

div.pickup-box3 {
  position: absolute;
  cursor: pointer;
  width: 25%;
  top: 37%;
  left: 21%;
  background: none;
}

div.pickup-box4 {
  bottom: 5%;
  right: 32%;
  width: 18%;
}
div.pickup-box5 {
  bottom: 11%;
  right: 38%;
  width: 13%;
}
div.pickup-box6 {
  width: 17%;
  bottom: 22%;
  left: 8%;
}
div.pickup-box7 {
  width: 30%;
  bottom: 19%;
  right: 5%;
}
div.pickup-box8 {
  width: 20%;
  bottom: 0%;
  right: 18%;
}
.stroke .border1.top { border-radius: 10px;
  border-top: 2px solid #ffffffb0;
  right: 0;
  top: 0;
}
.stroke .border1.bottom { border-radius: 10px;
  border-bottom: 2px solid #ffffffb0;
  left: 0;
  bottom: 0;
}
.stroke .border1.right { border-radius: 10px;
  border-right: 2px solid #ffffffb0;
  right: 0;
  top: 0;
}
.stroke .border1.left { border-radius: 10px;
  border-left: 2px solid #ffffffb0;
  left: 0;
  bottom: 0;
}

.box03 {
  width: calc(35.5% - 12px);
  clear: both;
}

.box05 {
  margin: 0 0 12px 17px;
}

.box49 { width: calc(100% - 24px); }
.box52 { width: calc(100% - 24px); }

div.title-image-01 { right: -5%; }
