@charset "UTF-8";
/*
Theme Name: MY-THEME
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body{
  font-family:  'Noto Sans Japanese', '游ゴシック体','Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a img:hover{
  opacity: 0.8;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
p{
  margin: 0;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  /*margin: 0 auto;*/
  /*background: #EEE;*/
}
.container {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

/* container幅より小さい時の設定 */
/*@media (max-width:1280px) and (min-width:768px){
  body{
      width: 1280px;
  }
}*/

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

.sp{
  display: none !important;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/* 共通クラスとして定義しておく */
/*.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

.row .col1{
  width: 100%;
  padding: 0 5px;
}
.row .col2{
  float: left;
  width: 50%;
  padding: 0 5px;
}
.row .col3{
  float: left;
  width: 33.33333%;
  padding: 0 5px;
}
.row .col4{
  float: left;
  width: 25%;
  padding: 0 5px;
}*/

/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
    padding: 10px 0 3px;
}
header .hdr1{
  margin-bottom: 10px;
}
header .hdr1 .hdr_logo{
  float: left;
}
header .hdr1 .hdr_contact{
  float: right;
}
header .hdr1 .hdr_contact a{
  margin-left: 10px;
}

header .h1{
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #CCC;*/
  background-image: url('/img/gnav_bg.jpg');
  /*background-repeat: repeat-x;*/
  
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.gnav > ul{
  font-size: 0;
  line-height: 44px;
  margin-bottom: 0;
}
.gnav li{
  font-size: 16px;
  text-align: center;
  position: relative;
}
.gnav > ul > li{
  vertical-align: top;
  display: inline-block;
  width: 16.666666%;
  padding: 2px 0;
}

.gnav > ul > li a{
  border-left: 1px solid #CCC;
}
.gnav > ul > li:last-child a{
  border-right: 1px solid #CCC;
}

.gnav li a{
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0 5px;
}
.gnav li a:hover{
  opacity: 0.7;
}

.gnav .children{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.gnav li:hover > .children{
  display: block;
}



/* **********************************
 *  フッター
 * ********************************* */
footer{
  margin-top: 100px;
  border-top: 5px solid #51c05b;
  
}

footer .ftr1{
  
}
footer .ftr1 .ftr_links{
  margin: 25px 0; 
  font-size: 0;
  text-align: center;
}
footer .ftr1 .ftr_links li{
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #404040;
}
footer .ftr1 .ftr_links li:last-child{
  border-right: 1px solid #404040;
}
footer .ftr1 .ftr_links li a{
  padding: 0 30px;
  display: block;
}

footer .ftr2{
  margin-bottom: 10px;
}
footer .ftr2 .ftr_logo{
  float: left;
}
footer .ftr2 .ftr_contact{
  float: right;
}
footer .ftr2 .ftr_contact a{
  margin-left: 10px;
}

footer .copy{
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
}
footer .copy a{
  /*color: #111;*/
}


  
.footer_fix{
  display: none;
}

/* 検索フォーム */
.search-form{
  padding: 20px 0;
}
.search-form .search-submit{
  padding: 0 10px;
}

/* 記事リスト */
/* 記事リスト */
.post_list{
  padding: 20px 0;
}
.post_list .post_item{
  border: 2px solid #c6c6c6;
  background: #FFF;
  margin: 0 auto 20px;
  padding: 10px;
}
.post_list .post_item:last-child{
  margin-bottom: 0;
}
.post_list .post_item .title{
  /*background: url(/img/bc-t1.jpg) no-repeat;*/
  line-height: 44px;
}
.post_list .post_item .title .category{
  vertical-align: middle;
  line-height: 1.4;
  margin-top: -4px;
}
.post_list .post_item .title .date{
  float: right;
  font-size: 13px;
  font-weight: normal;
  margin-right: 10px;
}
.post_list .post_item .excerpt{
}
.post_list .post_item .excerpt iframe{
  display: block;
  margin: 0 auto;
}
.post_list .post_item .thumb{
  float: right;
  width: 170px;
}
.post_list .post_item .gallery{
  padding: 10px;
}
.post_list .post_item .gallery ul{
  font-size: 0;
  text-align: center;
}
.post_list .post_item .gallery li{
  font-size: 13px;
  display: inline-block;
  width: 160px;
  padding: 5px;
  border: 1px solid #c6c6c6;
}
.post_list .post_item .gallery li + li{
  margin-left: 10px;
}


/* ページ送り */
.pagination{
  text-align: center;
}
.pagination .page-numbers{
  display: inline-block;
  font-size: 18px;
  border: 1px solid #CCC;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: #1e1e1e;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #EEE;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}

.tt1{
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  border-bottom: 3px solid #51c05b;
  position: relative;
}
.tt1:after{
  content: "";
  display: block;
  background: #000;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 31%;
  height: 3px;
}
.tt1 span{
  position: absolute;
  right: 0;
}

.tt2{
  background: #e5e5e5;
  border: 1px solid #bfbfbf;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 10px 10px;
  position: relative;
}
.tt2:before,
.tt2:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  height: 3px;
  
}
.tt2:before{
  background: #22ac38;
  left: 0;
  width: 31%;
}
.tt2:after{
  background: #898989;
  right: 0;
  width: 69%;
}
.tt2 span{
  font-size: 16px;
  color: #fe3333;
  margin-right: 30px;
}
.tt2 span:first-child{
  margin-left: 100px;
}

.tt3{
  font-size: 24px;
  margin-bottom: 20px;
}

.post_detail{
  
}
.post_detail .thumb{
  margin: 20px 0;
  text-align: center;
}

/* **********************************
 *  メイン
 * ********************************* */
.main{
  /*padding: 50px 0;*/
}

.pg_header{
  margin-bottom: 30px;
}
.pg_header .mv{
  height: 350px;
  background-image: url('/img/mv_bg2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.pg_header .mv_txt{
  padding-top: 18px;
}

.pg_header .pg_title{
  background-image: url('/img/pg_header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  height: 120px;
}
.pg_header .pg_title h2{
  color: #FFF;
  line-height: 120px;
  font-size: 28px;
  font-weight: bold;
}
.pg_header .pg_title h2 span{
  font-size: 18px;
  margin-left: 30px;
  font-family: "Century Gothic";
  font-weight: normal;
  text-transform: capitalize;
}

.top_contents{
  font-size: 0;
}
.top_contents .item{
  font-size: 16px;
  display: inline-block;
  /*width: 376px;*/
  width: 31.333333%;
  /*margin-right: 21px;*/
  margin-right: 3%;
  margin-bottom: 20px;
}
.top_contents .item:nth-child(3n){
  margin-right: 0;
}
.top_box_wrap{
  
}
.top_box_wrap>.box_l{
  width: 870px;
  max-width: 100%;
}
.top_box_wrap>.box_r{
  width: 270px;
  max-width: 100%;
}

.section{
  margin-bottom: 40px;
}

.top_posts{
  font-size: 0;
}
.top_posts .item{
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  /*width: 270px;*/
  width: 31%;
  /*margin-right: 30px;*/
  margin-right: 3.5%;
}
.top_posts .item:nth-child(3n){
  margin-right: 0;
}
.top_posts .item .img{
  position: relative;
  
  overflow: hidden;
}
.top_posts .item .img:before{
  content: "";
  display: block;
  padding-top: 62%;
  
}
.top_posts .item .img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.top_pickup{
  
}
.top_pickup .item{
}
.top_pickup .item_inner{
  box-shadow: 0 0 2px 1px #999;
  padding-bottom: 10px;
}
.top_pickup .img{
  margin-bottom: 20px;
}
.top_pickup .title{
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px;
  
}
.top_pickup .comment{
  padding: 0 10px;
  min-height: 220px;
}
.top_pickup .more{
  text-align: center;
}

.top_pickup .item1 .img{
  border-bottom: 5px solid #88abda;
}
.top_pickup .item1 .title{
  color: #4c88d8;
}
.top_pickup .item2 .img{
  border-bottom: 5px solid #f19149;
}
.top_pickup .item2 .title{
  color: #f08536;
}
.top_pickup .item3 .img{
  border-bottom: 5px solid #eb6877;
}
.top_pickup .item3 .title{
  color: #e85768;
}




.side_bns{
  margin-bottom: 30px;
}
.side_bns li{
  margin-bottom: 10px;
}
.side_bns li:last-child{
  margin-bottom: 0;
}

.side_info{
  background: #cce198;
  border-radius: 5px;
  padding: 10px;
}
.side_info .item{
  
}
.side_info .item + .item{
  margin-top: 10px;
}


/* 固定ページ共通 */
.page_mv{
  margin-bottom: 30px;
}

.page_flow_box{
  
}
.page_flow_box .item{
  margin-bottom: 40px;
}
.page_flow_box .box_l{
  width: 23%;
}
.page_flow_box .box_r{
  width: 72%;
  line-height: 1.8;
}
.page_flow_box .title{
  font-size: 18px;
  line-height: 40px;
  border-bottom: 5px solid #0068b7;
  position: relative;
  padding-left: 28%;
  margin-bottom: 20px;
}
.page_flow_box .title span{
  display: block;
  background-image: url('/img/flow_tt.png');
  background-repeat: no-repeat;
  background-position: right top;
  
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /*width: 200px;*/
  width: 23%;
  
  color: #FFF;
  text-align: center;
  font-family: "Bodoni MT", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 26px;
  font-weight: normal;
  padding-top: 3px;
  /*line-height: 45px;*/
}


/* 車検 */
.inspection_test{
  font-size: 0;
}
.inspection_test li{
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 21%;
  margin-right: 5.333333%;
  margin-bottom: 5.333333%;
  text-align: center;
}
.inspection_test li:nth-child(4n){
  margin-right: 0;
}
.inspection_sikaku{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border-radius: 30px;
  background: #f39800;
  color: #FFF;
}
.inspection_sikaku span{
  color: #ba0000;
}

.inspection_tbl{
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
}
.inspection_tbl th,
.inspection_tbl td{
  border: 1px solid #003567;
  padding: 12px 4px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.inspection_tbl .bg1{
  background: #fff799;
}
.inspection_tbl .txt1{
  color: #ff0000;
}
.inspection_tbl th i{
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.inspection_notice{
  color: red;
  font-size: 14px;
}

/* 修理・メンテナンス */
.ment_box{
  
}
.ment_box .item{
  padding: 12px;
  background: #fbeeda;
  border: 3px solid #cce198;
  margin-bottom: 20px;
}
.ment_box .box_l{
  width: 255px;
}
.ment_box .box_r{
  width: 550px;
}
.ment_box .title{
  border-bottom: 1px dotted #222;
  margin-bottom: 10px;
  font-size: 18px;
  padding-bottom: 10px;
}
.ment_box .comment{
  line-height: 1.8;
}

/* 鈑金塗装 */
.bankin_about{
  margin-top: 40px;
  margin-bottom: 40px;
}
.bankin_about .box_l{
  width: 570px;
}
.bankin_about .box_r{
  width: 270px;
}

.bankin_about .item{
  margin-bottom: 40px;
}
.bankin_about .item h3{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted;
}

.bankin_about .img + .img{
  margin-top: 50px;
}


.bankin_box{
  font-size: 0;
}
.bankin_box .item{
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 270px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.bankin_box .item:nth-child(3n){
  margin-right: 0;
}

.bankin_box .box_l,
.bankin_box .box_r{
  width: 100%;
}
.bankin_box .title{
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted;
}
.bankin_box .comment{
  font-size: 14px;
}

/* 新車販売 */
.newcar01{
  margin-bottom: 10px;
}
.newcar02{
  margin-bottom: 10px;
}

/* カーリース */
.carlease_box{
  
}
.carlease_box strong{
  color: #ff2626;
}

/* 会社案内 */
.tbl{
  width: 100%;
}
.tbl tr{
  
}
.tbl th,
.tbl td{
  font-weight: normal;
  padding: 10px;
  border: 1px solid #898989;
}
.tbl th{
  width: 31%;
  background: #e5e5e5;
}
.tbl td{
  padding-left: 30px;
  padding-right: 30px;
}

.company_box{
  font-size: 0;
}
.company_box li{
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 270px;
  margin-right: 30px;
}
.company_box li:nth-child(3n){
  margin-right: 0;
}

.access_box{
}
.access_box th{
  text-align: left;
}
.access_box td{
  padding: 10px;
}
.access_box iframe{
  width: 100%;
}

/* お問い合わせ */
.contact_from{
  width: 100%;
}
.contact_from th,
.contact_from td{
  padding: 10px 30px;
}
.contact_from th{
  width: 31%;
  border-bottom: 5px solid #898989;
}
.contact_from td{
  border-bottom: 5px solid #e5e5e5;
}
.contact_from input:not([type="file"]),
.contact_from textarea,
.contact_from select{
  background: #eeeeee;
  border: 1px solid #898989;
}

.contact_from input[type="text"],
.contact_from input[type="email"]{
  width: 370px;
  max-width: 100%;
  height: 40px;
  padding: 0 5px;
}
.contact_from input[type="email"]{
  width: 470px;
  max-width: 100%;
}
.contact_from textarea{
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 5px;
}
.contact_from select{
  max-width: 100%;
  height: 40px;
  padding: 0 5px;
}

.contact_from_btn{
  text-align: center;
  margin: 40px 0;
}
.contact_from_btn input{
  background: #009e96;
  color: #fff;
  border: 0;
  border-radius: 20px;
  padding: 10px 0;
  width: 270px;
  text-align: center;
}

/**/
.contact_from input[name="car-type01"],
.contact_from input[name="car-type02"]{
  width: 200px;
}

.contact_from span[class*="car-img"]{
  display: block;
  margin-bottom: 5px;
}
.contact_from .car-mileage{
  display: block;
  position: relative;
}
.contact_from .car-mileage:after{
  content: "km";
  position: absolute;
  top: 9px;
  left: 110px;
}
.contact_from .car-mileage input[type="text"]{
  width: 100px;
}

.contact_links{
  font-size: 0;
}
.contact_links li{
  font-size: 14px;
  width: 50%;
  display: inline-block;
  padding: 5px;
}
.contact_links li a{
  display: block;
}


/* 個人情報の保護 */
.privacy_box{
  
}
.privacy_box .item{
  margin-bottom: 40px;
}
.privacy_box .title{
  margin-bottom: 5px;
}
