@charset "utf-8";
.sub_footer .inner_contents ,
footer .inner_contents {
  max-width: 980px;
  margin: 0 auto;
}


/* sub_footer */
.sub_footer {
  background-color: #525250;
}
.sub_footer .top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sub_footer .top.flex {
  align-items: flex-start;
}
.sub_footer .top .left {
  width: 50%;
}
.sub_footer .notice {
  padding: 20px 30px;
  border-right: 1px solid #bbb;
}
.sub_footer .notice .notice_title {
  position: relative;
}
.sub_footer .notice .notice_title .title {
  color: #fff;
}
.sub_footer .notice .notice_title .menu_list {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY( -50% );
  border: 1px solid #fff;
  padding: 3px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.sub_footer .notice ul {
  padding-top: 10px;
}
.sub_footer .notice ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;

}
.sub_footer .notice ul li + li {
  border-top: 1px solid #bbb;
}
.sub_footer .notice ul li a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  padding: 10px 20px;
}
.sub_footer .notice ul li a .notice_date {
  display: blodk;
  width: 8em;
}
.sub_footer .notice ul li a .notice_title{
  display: blodk;
  width: calc( 100% - 8em );
}

/* 新商品・車種 */
.sub_footer .new_item_news {
  padding: 20px 30px;
  /* border-right: 1px solid #bbb; */
}
.sub_footer .new_item_news .notice_title {
  position: relative;
}
.sub_footer .new_item_news .notice_title .title {
  color: #fff;
}
.sub_footer .new_item_news .notice_title .menu_list {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY( -50% );
  border: 1px solid #fff;
  padding: 3px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.sub_footer .new_item_news ul {
  padding-top: 10px;
}
.sub_footer .new_item_news ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;

}
.sub_footer .new_item_news ul li + li {
  border-top: 1px solid #bbb;
}
.sub_footer .new_item_news ul li a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  padding: 10px 20px;
}
.sub_footer .new_item_news ul li a .notice_date {
  display: blodk;
  width: 8em;
}
.sub_footer .new_item_news ul li a .notice_title{
  display: blodk;
  width: calc( 100% - 8em );
}

.sub_footer .top .right {
  width: 50%;
  align-self: flex-start;
}
.sub_footer .sns {
  padding: 20px 30px;
  color: #fff;
}
.sub_footer .sns .title {
  text-align: center;
}
.sub_footer .sns .sns_button {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sub_footer .sns .sns_button .line {
  display: block;
  width: 40px;
  height: auto;
  margin: 10px;
}
.sub_footer .sns .sns_button .insta {
  display: block;
  width: 40px;
  height: auto;
  margin: 10px;
}
.sub_footer .sns .sns_button img {
  width: 100%;
}
.sub_footer .sns .desc {
  text-align: center;
}

.sub_footer .mail {
  color: #fff;
  text-align: center;
  padding: 10px 30px 10px;
}
.sub_footer .mail .title {
  position: relative;
  padding-left: 50px;
  font-size: 12px;
  display: inline-block;
}
.sub_footer .mail .title .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY( -50% );
  display: block;
  width: 40px;
  height: 26px;
}
.sub_footer .mail .title span {
  text-align: left;
  display: inline-block;
}
.sub_footer .mail .mail_mag_button {
  padding-top: 10px;
}
.sub_footer .mail .mail_mag_button a {
  padding: 3px 20px;
  border-radius: 6px;
  border: 1px solid #fff;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}


.sub_footer .user_regist {
  color: #fff;
  text-align: center;
  padding: 10px 30px 10px;
}
.sub_footer .user_regist .title {
  position: relative;
  padding-left: 50px;
  font-size: 12px;
  display: inline-block;
}
.sub_footer .user_regist .title .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY( -50% );
  display: block;
  width: 33px;
  height: 37px;
}
.sub_footer .user_regist .title span {
  text-align: left;
  display: inline-block;
}
.sub_footer .user_regist .user_regist_button {
  padding-top: 10px;
}
.sub_footer .user_regist .user_regist_button a {
  padding: 3px 20px;
  border-radius: 6px;
  border: 1px solid #fff;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}


.sub_footer .footer_main_menu {
  padding: 30px 10px;
  border-top: 1px solid #bbb;
}
.sub_footer .footer_main_menu.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sub_footer .footer_main_menu .footer_main_menu_list {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 11px;
  padding-bottom: 30px;
}
.sub_footer .footer_main_menu .footer_main_menu_list .f_main_menu {
  position: relative;
  padding-right: 2em;
  line-height: 2em;
  color: #fff;
}
.sub_footer .footer_main_menu .footer_main_menu_list .f_main_menu i {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY( -50% );
}
/* sub menu */
.sub_footer .footer_main_menu .footer_main_menu_list .f_sub_menu {
  
}
.sub_footer .footer_main_menu .footer_main_menu_list .f_sub_menu a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 2em;
}
.sub_footer .footer_main_menu .footer_main_menu_list .f_sub_menu .sub_child {
  display: none;
}
.sub_footer .footer_main_menu .footer_main_menu_list .f_sub_menu .sub_child li {
  list-style-type: none;
}
.sub_footer .footer_main_menu .footer_main_menu_list .f_sub_menu .sub_child li a {

}
.sub_footer .footer_main_menu .footer_main_menu_list .f_sub_menu .sub_child li a:hover {
  background-color:#666;
}
.sub_footer .footer_main_menu .footer_main_menu_list .circle::before {
  content:'\f111';
	font-family:'Font Awesome 5 Free';
	font-weight:900;
}
.sub_footer .footer_main_menu .footer_main_menu_list .triangle::before {
  content:'\f0da';
	font-family:'Font Awesome 5 Free';
  font-weight:900;
  margin-right: 3px;
}
.sub_footer .footer_main_menu .footer_main_menu_list .triangle.active::before {
  content:'\f0d7';
}



/* footer */
footer {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #D7D7D7;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
footer.no_margin_top {
  margin-top: 0;
}
footer .main_footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
}
footer .main_footer .footer_logo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;

  width: 300px;
}
footer .main_footer .footer_logo img {
  width: 100px;
}
/* 
footer .main_footer .footer_logo .company {
  margin-left: 10px;
  font-weight: bold;
}
 */
footer .main_footer .footer_address {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;

  width: calc( 100% - 300px );
}
footer .main_footer .footer_address .iso_area {
  width: 100%;
  text-align: right;
}
footer .main_footer .footer_address .iso_area .iso {
  background-color: #f39800;
	clear: both;
	color: #fff;
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
	padding: 2px 1em 0;
  white-space: nowrap;
  font-size: 11px;
  display: inline-block;
}
footer .main_footer .footer_address .company {
  display: block;
  text-align: right;
}
footer .main_footer .footer_address .address {
  display: block;
  text-align: right;
  margin-left: 10px;
}
footer .main_footer .footer_address .tel {
  display: block;
  text-align: right;
  margin-left: 10px;
}
footer .main_footer .copyright {
  width: 100%;
}
footer .main_footer .copyright p {
  width: 100%;
  text-align: center;
}




/***************************************************************************/
@media ( max-width:980px ) {
  footer {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/***************************************************************************/
@media ( max-width:768px ) {
  /* NEW SNS */
  .sub_footer .top.flex {
    flex-wrap: wrap;
  }
  .sub_footer .top .left {
    width: 100%;
  }
  .sub_footer .top .right {
    width: 100%;
  }
  .sub_footer .notice {
    border: none;
  }
  .sub_footer .new_item_news {
    border-right: 0;
  }
  .sub_footer .footer_main_menu {
    border: none;
  }
  /* footer main menu */
  .sub_footer .footer_main_menu .footer_main_menu_list{
    width: 100%;
    padding-bottom: 0;
    border-top: 1px solid #bbb;
  }
  .sub_footer .footer_main_menu .footer_main_menu_list:last-of-type {
    border-bottom: 1px solid #bbb;
  }
  .sub_footer .footer_main_menu .footer_main_menu_list .f_main_menu {
    text-align: left;
    padding-left: 1em;
    font-size: 16px;
    line-height: 2.5em;
  }
  .sub_footer .footer_main_menu .footer_main_menu_list .f_main_menu i {
    display: block;
  }
  .sub_footer .footer_main_menu .footer_main_menu_list .f_sub_menu {
    display: none;
  }
  .sub_footer .footer_main_menu .footer_main_menu_list .f_sub_menu a {
    border-top: 1px solid #bbb;
    background-color: #666;
    text-align: left;
    padding-left: 1.5em;
    font-size: 15px;
    line-height: 3em;
  }
  .sub_footer .footer_main_menu .footer_main_menu_list .f_sub_menu .sub_child li a {
    background-color: #777;
  }
    
  /* footer */
  footer .main_footer .footer_logo {
    justify-content: center;
    width: 100%;
  }
  footer .main_footer .footer_address .iso_area {
    text-align: center;
  }
  footer .main_footer .footer_address {
    justify-content: center;
    width: 100%;
  }
}
/***************************************************************************/
@media ( max-width:414px ) {
  .sub_footer .notice .notice_title .title ,
  .sub_footer .new_item_news .notice_title .title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
  }
  .sub_footer .notice .notice_title .menu_list ,
  .sub_footer .new_item_news .notice_title .menu_list {
    right: 0;
    font-size: 12px;
    top: -1.5em;
  }
}

