@charset "utf-8";
/*タブレット用CSS*/


/*共通*/
*{
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
ul{
  list-style-type: none;
}
a{
  text-decoration: none;
  cursor: pointer;
}
main a{
  color: #000;
}
footer a{
  color: #fff;
}

/*ヘッダー*/
header{
  width: 100%;
  height: 65px;
  background-color: #fff;
  display: flex;
  /*box-shadow: 0px 1px 1px rgba(0,0,0,0.2);*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
header a{
  color: #4b4b4b;
}
/*ヘッダー分の余白*/
main{
  margin-top: 65px;
}
#headerInner{
  display: flex;
  align-items: center;
}
#hd_logo{
  position: absolute;
  top: 22px;
  left: 10px;
}
#hd_logo img{
  width: 230px;
}
#mb_nav{
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.mb_hd_ssbt{
  background-color: #d84040;
  height: 57px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 15px;
}
.ssbt{
  padding: 6px 7px 0px 7px;
}
.ssbt1{
  height: 30px;
  display: flex;
  justify-content: center;
}
.ssbt1 img{
  height: 30px;
}
.ssbt2 img{
  width: 50px;
  position: relative;
  bottom: 2px;
}
.mb_nav{
  height: 65px;
}
/*ddMENU*/
/*nav内容*/
#mb_ddmenu{
  width: 335px;
  padding: 20px 15px 80px 25px;
  background-color: #DBDBDB;
  opacity: 0.98;
  position: absolute;
  right: 0;
}
.menutl{
  display: flex;
  align-items: center;
}
.iconimg{
  height: 40px;
  margin-right: 25px;
}
.cariconimg{
  height: 32px;
  margin-right: 20px;
}
.tximg{
  height: 20px;
}
#mb_menu .mbnav{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  color: #4b4b4b;
  font-size: 1.25em;
  font-weight: bold;
  text-align: left;
  padding: 15px 0px 15px 15px;
  border-bottom: 2px solid #4b4b4b;
  position: relative;
}
#mb_menu .mbnav span{
  font-size: 0.8em;
  padding-left: 1px;
}
.openimg{
  position: absolute;
  right: 15px;
}
.openimg img{
  transition: all 1s ease;
}
/*jQuery toggleClass*/
.rotate{
  transform: rotate(180deg);
}
#mb_nav dd{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  color: #4b4b4b;
  font-weight: 500;
  background-color: rgb(0,0,0,0.1);
  font-size: 0.9em;
  text-align: left;
  padding-left: 20px;
  margin-left: 10px;
  display: none;
}
.text{
  padding-top: 15px;
  padding-bottom: 12px;
}
.hd_ussc{
  height: 70px!important;
  padding: 0!important;
}
.hd_ussc img{
  width: 100%;
}
.dd_tx{
  line-height: 1em;
  position: relative;
  bottom: 3px;
  left: 5px;
}
#mb_menu .mb{
  border-bottom: 2px solid #4b4b4b;
}
#mb_menu .text{
  border-bottom: 1.5px solid #4b4b4b;
}
#mb_menu .nav1{
  border-top: 2px solid #4b4b4b;
}

nav{
  display: none;
}
.hd_ssbt{
  display: none;
}

/*フッター*/
footer{
  background-color: #4b4b4b;
  color: #fff;
  font-size: 0.95em;
  font-family: '游ゴシック',YuGothic,'Yu Gothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif ;
  position: relative;
  z-index: 2;
  margin-top: 130px;
}
#ft01{
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 50px 0px ;
}
#ft01_1{
  padding-top: 40px;
}
h4{
  font-size: 1.25em;
  line-height: 1em;
}
h4 span{
  font-size: 0.6em;
}
#ft01_1 li{
  margin-bottom: 40px;
}
.ft_cm{
  margin-bottom: 10px;
}
.ft_h4{
  line-height: 2em; 
}
.ft_h4_ussc{
  line-height: 1em;
  padding: 9px 0 9px 0;
}
.ft_nc{
  margin-bottom: 40px;
}
#ft01_1 dl{
  display: none;
}

#ft_logo{
  margin-bottom: 30px;
}
#ft_com1{
  line-height: 1.8em;
  padding-bottom: 30px;
}
#ft_com1 ul{
  margin-bottom: 20px;
}
.adress{
  line-height: 1.3em;
}
#pc_telfax{
  display: none;
}
#mb_telfax a{
  font-size: 1.7em;
  font-weight: bold;
  padding-left: 5px;
  line-height: 2em;
}
#telfax{
  font-weight: 600;
}
#mail{
  font-weight: 600;
}
#mail a{
  font-weight: 600;
  text-decoration: underline;
}
#mail a:hover{
  text-decoration: none;
}
.tfm{
  padding-left: 7px;
}
.ft_com2{
  margin-bottom: 20px;
}
.ft_com2 p{
  padding-bottom: 10px;
  font-weight: 500;
}
.protac_bt{
  display: block;
  width: 250px;
  background-color: rgba(255,255,255,0.2);
  padding: 5px 0 0 10px;
  border-radius: 2px;
  transition: all 0.2s ease; 
}
.protac_bt:hover{
  background-color: rgba(255,255,255,0.7);
}
.ft_sns{
  font-size: 0.85em;
  line-height: 1.1em;
  font-weight: 600;
  margin-top: 5px;
}
.ft_sns2{
  margin-top: 10px;
}
.snsicon{
  display: flex;
}
.snsicon li{
  margin-right: 27px;
  transition: all 0.2s ease; 
}
.snsicon a:hover{
  opacity: 0.7;
}
.blog_bt{
  display: block;
  width: 300px;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding-bottom: 18px;
  padding-top: 18px;
  text-align: center;
  border-radius: 30px;
  background-color: #4bb130;
  color: #fff;
  transition: all 0.2s ease; 
}
.blog_bt:hover{
  opacity: 0.7;
}
.shop_bt{
  transition: all 0.2s ease;
}
.shop_bt:hover{
  opacity: 0.7;
}
.link{
  padding-top: 30px;
}
.link li{
  line-height: 2.5em;
}
.link li span{
  font-size: 0.6em;
  position: relative;
  bottom: 2px;
  left: 7px;
}
.link a:hover{
  opacity: 0.7;
}
#ft02{
  background-color: #1c1c1c;
}
#ft02 p{
  display: none;
}
#ft02 ul{
  font-size: 0.85em;
  line-height: 1em;
  padding: 10px 0px 5px 15px;
  display: flex;
}
#ft02 li{
  padding-left: 13px;
}
#mb_copyright{
  font-size: 0.85em;
  text-align: center;
  line-height: 3em;
}

#ft02 a{
  text-decoration: underline;
}
#ft02 a:hover{
  text-decoration: none;
}/*PAGETOP*/
#pagetop{
  display: none!important;
}
#mb_pagetop{
  position: fixed;
  right: 10px;
  bottom: 25px;
  z-index: 5000;
}
#mb_pagetop img{
  position: relative;
  z-index: 1800;
  opacity: 0.9;
}
#mb_pagetop span{
  color: #fff;
  font-size: 2.5em;
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 2000;
}

/*main*/
main{
  width: 100%;
  font-family: '游ゴシック',YuGothic,'Yu Gothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif ;
}
/*mainナビ*/
.nav{
  margin: 0 0 100px 10px;
  padding-top: 7px;
  font-size: 0.95em;
}
.nav a{
  text-decoration: underline;
}
.nav a:hover{
  text-decoration: none;
}
/*mainタイトル*/
#h2{
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-bottom: 40px;
}
h2{
  font-size: 2.2em;
  line-height: 1em;
}
#h2 p{
  line-height: 1em;
}

/*NEWSお知らせ*/
.mb_newstab{
  display: none;
}
#category{
  display: none;
}
#newstab{
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
#newstab li{
  width: 120px;
}
#newstab img{
  width: 120px;
}
#newslist{
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.newslist{
  font-weight: 500;
  font-size: 0.9em;
  padding-bottom: 40px;
}
.newslist a{
  display: flex;
}
.newslist .pagenone{
  display: flex;
}
.newslist .pagenone .text{
  text-decoration: none!important;
}
.newslist li{
  margin: 10px 10px 30px 10px;
  padding-bottom: 15px;
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: none;
  transition: all 0.2s ease;
  border-bottom: #d4d4d4 solid 1px;
  height: 150px;
  overflow: hidden;
}
.newslist_img{
  width: 200px;
  height: 145px;
  overflow: hidden;
  padding: 5px 10px 0 0 ;
}
.newslist_img img{
  width: 200px;
}
.newslist li:hover{
  box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
.pagenone:hover{
  box-shadow: none!important;
}
.date{
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
}
.tab_news{
  border: 2px solid #d84040;
  line-height: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
}
.tab_car{
  border: 2px solid #20a12f;
  line-height: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
}
.tab_bike{
  border: 2px solid #2054a1;
  line-height: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
}
.newslist .text{
  line-height: 1.5em;
  padding-right: 5px;
  text-decoration: underline;
}
#pages{
  display: flex;
  justify-content: center;
}
#pages p{
  font-size: 1em;
  line-height: 2em;
  font-weight: 500;
  margin-right: 20px;
}
.page{
  color: #fff;
  display: block;
  background-color: #d84040;
  border: 2px solid #d84040;
  width: 25px;
  text-align: center;
  border-radius: 5px;
}
.otherpage{
  color: #000;
  display: block;
  background-color: #fff;
  border: 2px solid #d84040;
  width: 25px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.otherpage:hover{
  background-color: #d84040;
  color: #fff;
}

/*ニュース内容ページ_news_cp/car/bike*/
#news_pages{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#news_title{
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5em;
}
#mb_news_title{
  display: none;
}
/*ニュースメイン写真*/
#cbmain_slider{
  width: 100%!important;
  margin: 30px auto 0 auto;
}
.cb_slider{
  display: block;
  width: 70%;
  overflow: hidden;
  margin: 0 auto 10px auto;
}
.slide_item img{
  width: 100%;
  height: auto;
}
.slide_item div{
  font-size: 0.8em!important;
  font-weight: 600!important;
  line-height: 1.5em!important;
  text-align: center!important;
}
.thumbnail_list{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.thumbnail_item{
  margin-right: 30px;
  box-sizing: border-box;
  position:relative;
  right: -5px;
}
.thumbnail_item img{
  width: 130px;
}
/*ニューステキスト*/
#news_text{
  width: 80%;
  position: relative;
  margin: 50px auto 300px auto;
}
.news_pdf{
  text-decoration: underline;
  font-weight: 600;
}
.news_pdf:hover{
  opacity: 0.7;
  text-decoration: none;
}
.linkpages{
  display: none;
}
.mbtb_linkpages{
  text-align: left;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 40px;
  position: absolute;
  right: 0;
  transition: all 0.2s ease;
}
.mbtb_linkpages a{
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.2s ease;
}
.mbtb_linkpages:hover{
  opacity: 0.7;
}
.mbtb_linkpages a:hover{
  color: #d84040; 
}
.mbtb_linkpages img{
  width: 70px;
  position: relative;
  left: 0px;
}
#linksns{
  margin-top: 50px;
  position: absolute;
  right: 0;
}
#linksns .linksns_text{
  text-align: left;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5em;	
}
#linksns .mb_linksns_text{
  display: none;
}
#linksns .blog_bt{
  width: auto!important;
  text-align: left;
  padding: 14px 20px 14px 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#linksns .blog_bt span{
  font-size: 0.7em;
}



/*NEWSLISTボタン*/
#newslist_bt{
  width: 120px;
  padding-left: 40px;
  margin-left: 10px;
}
._newslist_bt{
  font-size: 1.5em;
  font-weight: 500;
  color: #000;
  transition: all 0.2s ease;
  line-height: 1em;
}
._newslist_bt:hover{
  color: #d84040;
}
._newslist_bt img{
  width: 120px;
  position: relative;
  right: 40px;
  bottom: 8px;
}
