/**
 *
 * 春日部三菱自動車販売
 * Default Style Sheet
 *
 * ※このファイルはLESSファイルです。
 * スタイルの編集後は、このファイルをコンパイルして
 * style.cssを再作成してください。
 *
 * [INDEX]
 * - Variables（変数宣言／フォント定義）
 * - Initialize（スタイルの初期化）
 * - Common Class（汎用クラス定義／Mixin）
 * - Common Layout（全ページ共通レイアウト／デザイン定義）
 * - Top Page Layout（トップページレイアウト／デザイン）
 * - Lower Page Layout（下層ページレイアウト／デザイン）
 * - Individual Design（ページ固有スタイル定義）
 * - Plugin Customize（jQueryプラグインのスタイル上書き）
 *
 *------------------------------------*/
/**
 * Variables（変数宣言）
 *------------------------------------*/
@font-face {
  font-family: "TradeGothic";
  src: url("fonts/TradeGothic-Bold.eot");
  src: url("fonts/TradeGothic-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("fonts/TradeGothic-Bold.woff") format("woff"), /* Modern Browsers */ url("fonts/TradeGothic-Bold.ttf") format("truetype") /* Safari, Android, iOS */;
  
  /* IE9 Compat Modes */
}
/**
 * Initialize（スタイルの初期化）
 *------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
  font-size: 10pt;
  line-height: 1.6;
}
body #main-wrapper {
  min-height: 100%;
  position: relative;
}
img {
  border: none;
  vertical-align: middle;
}
ul {
  list-style: none;
}
a {
  color: #333333;
  text-decoration: none;
}
/**
 * Common Class（汎用クラス定義／Mixin）
 *------------------------------------*/
.transition-off {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
}
a {
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
}
a img {
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
}
a:hover {
  color: #e00109;
}
a:hover img {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=@msval)";
}
.std-table {
  border-collapse: collapse;
  display: table;
  margin: 0 auto;
  width: 800px;
}
.std-table .row {
  display: table-row;
}
.std-table .row .cell {
  border: solid 1px #ccc;
  display: table-cell;
  padding: 30px;
}
.std-table .row .cell.cap {
  background-color: #f9f9f9;
  vertical-align: top;
  width: 150px;
}

section > .summary {
  text-align: center;
  line-height: 2.0;
  margin: 0 auto 70px auto;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .std-table {
    border-bottom: solid 1px #ccc;
    display: block;
    margin: 0 20px;
    width: auto;
  }
  .std-table .row {
    display: block;
  }
  .std-table .row .cell {
    border-bottom: none;
    display: block;
    padding: 15px;
    vertical-align: top;
  }
  .std-table .row .cell.cap {
    width: auto;
  }

  section > .summary {
    margin: 0 20px 32px 20px;
    width: auto;
  }
}
/**
 * Common Layout（全ページ共通レイアウト／デザイン定義）
 *------------------------------------*/
#main-header {
  position: relative;
  background: #e6e6e6;
}
#main-header #logo-area {
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: 980px;
}
#main-header #logo-area h1 {
  height: 54px;
  left: 0;
  position: absolute;
  top: 23px;
  width: 368px;
  z-index: 9999;
}
#main-header #logo-area h1 a {
  display: block;
  font-size: 0;
  height: 54px;
  width: 368px;
}
#main-header #logo-area h1 a img {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=@msval)";
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  width: 100%;
}
#main-header #logo-area .tel {
  display: block;
  font-family: TradeGothic;
  font-size: 1.2em;
  position: absolute;
  right: 0;
  top: 20px;
}
#main-header #logo-area .tel:before {
  content: url(../images/icon_tel.svg);
  margin-right: 6px;
  vertical-align: -3px;
}
#main-header #slides {
  height: 540px;
}
#main-header #gnav {
  height: 100px;
  left: 0;
  min-width: 980px;
  position: absolute;
  top: 0;
  width: 100%;
}
#main-header #gnav .wrapper {
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: 980px;
}
#main-header #gnav .wrapper ul {
  position: absolute;
  text-align: right;
}
#main-header #gnav .wrapper ul li {
  display: inline-block;
}
#main-header #gnav .wrapper #home-nav {
  bottom: 23px;
  right: 0;
}
#main-header #gnav .wrapper #home-nav li {
  margin-left: 30px;
}
#main-header #gnav .wrapper #home-nav li a:before {
  content: url(../images/icon_arrow_down.png);
  display: inline-block;
  height: 4px;
  margin-right: 6px;
  vertical-align: 2px;
  width: 7px;
}
#main-header #gnav .wrapper #home-nav li a:hover:before {
  content: url(../images/icon_arrow_down_hover.png);
}
#main-header #gnav .wrapper #lower-nav {
  top: 23px;
  right: 160px;
}
#main-header #gnav .wrapper #lower-nav li {
  margin-left: 43px;
}
@media screen and (max-width: 768px) {
  #main-header #logo-area {
    height: 60px;
    width: auto;
  }
  #main-header #logo-area h1 {
    height: 30px;
    left: 15px;
    top: 16px;
    width: 213px;
  }
  #main-header #logo-area h1 a {
    height: 30px;
    width: 213px;
  }
  #main-header #logo-area .tel {
    background: url(../images/icon_tel.svg) no-repeat center center;
    background-size: contain;
    display: block;
    font-size: 0;
    height: 27px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 16px;
    width: 27px;
  }
  #main-header #logo-area .tel a {
    display: block;
    height: 27px;
    width: 27px;
  }
  #main-header #logo-area .tel:before {
    display: none;
  }
  #main-header #slides {
    height: auto;
  }
  #main-header #gnav {
    display: none;
  }
}
#main-wrapper > section {
  min-width: 980px;
  padding: 70px 0;
}
#main-wrapper > section > header {
  margin: 0 auto 70px auto;
  text-align: center;
  width: 980px;
}
#main-wrapper > section > header h1 {
  font-family: TradeGothic;
  font-size: 3.6em;
  line-height: 1.0;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #main-wrapper > section {
    min-width: initial;
    min-width: auto;
    padding: 45px 0;
  }
  #main-wrapper > section > header {
    margin: 0 auto 40px auto;
    width: auto;
  }
  #main-wrapper > section > header h1 {
    font-family: TradeGothic;
    font-size: 2.5em;
    line-height: 1.0;
    margin-bottom: 5px;
  }
  #main-wrapper > section > header p {
    font-size: 0.85em;
  }
}
#main-footer {
  background-color: #333;
  height: 60px;
  min-width: 980px;
  position: relative;
}
#main-footer .credit {
  color: #fff;
  font-size: 0.8em;
  line-height: 60px;
  text-align: center;
}
#main-footer .page-top {
  background: #e00109 url(../images/icon_arrow_pagetop.png) no-repeat center;
  display: block;
  height: 60px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 60px;
}
@media screen and (max-width: 768px) {
  #main-footer {
    height: 30px;
    min-width: initial;
    min-width: auto;
  }
  #main-footer .credit {
    font-size: 0.67em;
    line-height: 30px;
  }
  #main-footer .page-top {
    display: none;
  }
}
/*
 * Top Page Layout（トップページレイアウト／デザイン）
 *--------------------------------------*/
body.home #main-wrapper > section > ul {
  margin: 0 auto;
  overflow: hidden;
  width: 980px;
}
body.home #main-wrapper > section > ul.col2 > li {
  margin-bottom: 20px;
  width: 480px;
}
body.home #main-wrapper > section > ul.col2 > li.odd {
  float: left;
}
body.home #main-wrapper > section > ul.col2 > li.even {
  float: right;
}
body.home #main-wrapper > section > ul.col3 > li {
  float: left;
  height: 180px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 320px;
}
body.home #main-wrapper > section > ul.col3 > li.left {
  margin-left: 0;
}
body.home #main-wrapper > section > ul.col3 > li.right {
  float: right;
}
body.home #main-wrapper #car-line-up {
  position: relative;
}
body.home #main-wrapper #car-line-up .view-list {
  margin: 50px auto 0 auto;
  text-align: center;
  width: 980px;
}
body.home #main-wrapper #car-line-up .view-list a {
  background-color: #333;
  color: #fff;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding-left: 56px;
  position: relative;
  width: 300px;
  margin-bottom: 15px;
}
body.home #main-wrapper #car-line-up .view-list a:before {
  background: url("../images/icon_arrow_viewlist.png") no-repeat center;
  border-right: solid 1px #444;
  content: "";
  display: block;
  height: 55px;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
}
body.home #main-wrapper #maintenance .col3 a {
  transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  border: solid 2px #444;
  color: #444;
  display: block;
  height: 176px;
  position: relative;
  text-align: center;
  width: 316px;
}
body.home #main-wrapper #maintenance .col3 a img {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: margin-top 0.2s;
  -webkit-transition: margin-top 0.2s;
  -moz-transition: margin-top 0.2s;
  -ms-transition: margin-top 0.2s;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=@msval)";
  margin-top: 45px;
}
body.home #main-wrapper #maintenance .col3 a span {
  bottom: 30px;
  display: block;
  left: 0;
  position: absolute;
  width: 316px;
}
body.home #main-wrapper #maintenance .col3 a:hover {
  border-color: #e00109;
}
body.home #main-wrapper #maintenance .col3 a:hover img {
  margin-top: 48px;
}
body.home #main-wrapper #maintenance {
  background: #e6e6e6;
}
body.home #main-wrapper #used-car {
  padding-bottom: 50px;
}
body.home #main-wrapper #maintenance,
body.home #main-wrapper #topics {
  padding-bottom: 60px;
}
body.home #main-wrapper #shop-info .row {
  margin: 0 auto 70px auto;
  overflow: hidden;
  width: 980px;
}
body.home #main-wrapper #shop-info .row .wrapper {
  border: solid 1px #ccc;
  margin-bottom: 15px;
  padding: 3px;
}
body.home #main-wrapper #shop-info .row .wrapper .map {
  height: 252px;
  vertical-align: middle;
  width: 100%;
}
body.home #main-wrapper #shop-info .row .left,
body.home #main-wrapper #shop-info .row .right {
  width: 475px;
}
body.home #main-wrapper #shop-info .row .left {
  float: left;
}
body.home #main-wrapper #shop-info .row .right {
  float: right;
}
body.home #main-wrapper #shop-info .row > section > h1 {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 15px;
}
body.home #main-wrapper #shop-info .row > section > table th {
  font-weight: normal;
  padding-right: 25px;
  text-align: left;
}
body.home #main-wrapper #shop-info .row #calendar {
  border: solid 1px #ccc;
  padding: 40px;
}
body.home #main-wrapper #shop-info .row #calendar table {
  border-collapse: separate;
  border-spacing: 2px;
  margin: 0 auto;
}
body.home #main-wrapper #shop-info .row #calendar table caption {
  height: 20px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
body.home #main-wrapper #shop-info .row #calendar table caption span {
  font-size: 1.1em;
}
body.home #main-wrapper #shop-info .row #calendar table caption a {
  cursor: pointer;
  display: block;
  height: 20px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 2px;
  width: 20px;
}
body.home #main-wrapper #shop-info .row #calendar table caption a.prev {
  background: #000000 url(../images/arrow_calendar_prev.png) no-repeat center;
  left: 0;
}
body.home #main-wrapper #shop-info .row #calendar table caption a.next {
  background: #000000 url(../images/arrow_calendar_next.png) no-repeat center;
  right: 0;
}
body.home #main-wrapper #shop-info .row #calendar table thead th {
  font-weight: normal;
  height: 35px;
  vertical-align: top;
  width: 40px;
}
body.home #main-wrapper #shop-info .row #calendar table thead th.sun {
  color: #da0012;
}
body.home #main-wrapper #shop-info .row #calendar table thead th.sat {
  color: #33a;
}
body.home #main-wrapper #shop-info .row #calendar table tfoot td {
  padding-top: 20px;
}
body.home #main-wrapper #shop-info .row #calendar table tfoot td span {
  display: block;
  font-size: 0.9em;
  padding-left: 18px;
  position: relative;
}
body.home #main-wrapper #shop-info .row #calendar table tfoot td span:before {
  background-color: #eee;
  content: '';
  display: block;
  height: 12px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 12px;
}
body.home #main-wrapper #shop-info .row #calendar table tfoot td span.label-k {
  margin-bottom: 6px;
}
body.home #main-wrapper #shop-info .row #calendar table tfoot td span.label-k:before {
  background-color: #e6343a;
}
body.home #main-wrapper #shop-info .row #calendar table tfoot td span.label-t:before {
  background-color: #007199;
}
body.home #main-wrapper #shop-info .row #calendar table tbody td {
  background-color: #f0f0f0;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}
body.home #main-wrapper #shop-info .row #calendar table tbody td.holiday-t {
  background-color: #007199;
  color: #fff;
}
body.home #main-wrapper #shop-info .row #calendar table tbody td.holiday-k {
  background-color: #e6343a;
  color: #fff;
}
body.home #main-wrapper #shop-info .row #calendar table tbody td.holiday-k.holiday-t {
  background: #eeeeee url(../images/calender_bg1.png) no-repeat center;
}
body.home #main-wrapper #navbar {
  height: 540px;
  position: absolute;
  right: 30px;
  visibility: hidden;
  width: 10px;
}
body.home #main-wrapper #navbar.fixed {
  position: fixed;
}
body.home #main-wrapper #navbar a {
  background: #d2d2d2 url(../images/navbar_progress.png) no-repeat center -500px;
  display: block;
  height: 90px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1100px) {
  body.home #main-wrapper #navbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body.home #main-wrapper #gnav {
    display: block;
    height: auto;
    min-width: initial;
    min-width: auto;
    position: static;
    width: auto;
  }
  body.home #main-wrapper #gnav .wrapper {
    border-bottom: solid 1px #ccc;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: static;
    width: auto;
  }
  body.home #main-wrapper #gnav .wrapper ul {
    position: static;
    text-align: left;
  }
  body.home #main-wrapper #gnav .wrapper ul li {
    background: #f6f6f6 url(../images/gnav_bg.png) repeat-x left top;
    border-top: solid 1px #ccc;
    display: block;
    float: left;
    width: 50%;
  }
  body.home #main-wrapper #gnav .wrapper ul li a {
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    display: block;
    height: 46px;
    line-height: 46px;
    position: relative;
    text-indent: 19px;
    white-space: nowrap;
  }
  body.home #main-wrapper #gnav .wrapper ul li.even a {
    border-right: solid 1px #ccc;
  }
  body.home #main-wrapper #gnav .wrapper #home-nav li {
    margin-left: 0;
  }
  body.home #main-wrapper #gnav .wrapper #home-nav li a:before {
    display: inline-block;
    height: 4px;
    line-height: 0;
    margin-right: 0;
    margin-top: -2px;
    position: absolute;
    right: 20px;
    text-indent: 0;
    top: 50%;
    width: 7px;
  }
  body.home #main-wrapper #gnav .wrapper #lower-nav li {
    margin-left: 0;
  }
  body.home #main-wrapper > section > ul {
    margin: 0 40px;
    width: auto;
  }
  body.home #main-wrapper > section > ul.col2 > li {
    margin-bottom: 20px;
    width: auto;
  }
  body.home #main-wrapper > section > ul.col2 > li.odd,
  body.home #main-wrapper > section > ul.col2 > li.even {
    float: none;
  }
  body.home #main-wrapper > section > ul.col2 > li img {
    width: 100%;
  }
  body.home #main-wrapper > section > ul.col3 {
    margin: 0;
  }
  body.home #main-wrapper > section > ul.col3 > li {
    float: left !important;
    height: 104px;
    margin-bottom: 10px;
    margin-left: 0;
    width: 50%;
  }
  body.home #main-wrapper #car-line-up .view-list {
    margin: 20px auto 0 auto;
    width: auto;
  }
  body.home #main-wrapper #car-line-up .view-list a {
    display: block;
    font-size: 1.2em;
    height: 42px;
    line-height: 42px;
    margin: 0 40px;
    padding-left: 42px;
    width: auto;
    margin-bottom: 10px;
  }
  body.home #main-wrapper #car-line-up .view-list a:before {
    background: url(../images/arrow_lineup.png) no-repeat center;
    height: 42px;
    width: 42px;
  }
  body.home #main-wrapper #maintenance .col3 a {
    border: solid 1px #444;
    color: #444;
    display: block;
    height: 102px;
    position: relative;
    text-align: center;
    width: auto;
  }
  body.home #main-wrapper #maintenance .col3 a img {
    height: 33px;
    margin-top: 20px;
  }
  body.home #main-wrapper #maintenance .col3 a span {
    bottom: 15px;
    display: block;
    font-size: 0.8em;
    left: 0;
    position: absolute;
    right: 0;
    width: auto !important;
  }
  body.home #main-wrapper #maintenance .col3 a:hover img {
    margin-top: 23px;
  }
  body.home #main-wrapper #maintenance .col3 .odd a {
    margin-left: 20px;
    margin-right: 5px;
  }
  body.home #main-wrapper #maintenance .col3 .even a {
    margin-left: 5px;
    margin-right: 20px;
  }
  body.home #main-wrapper #topics .col3 li {
    height: auto;
    margin-bottom: 4px;
  }
  body.home #main-wrapper #topics .col3 a {
    display: block;
  }
  body.home #main-wrapper #topics .col3 a img {
    width: 100%;
  }
  body.home #main-wrapper #topics .col3 .odd a {
    margin-left: 16px;
    margin-right: 2px;
  }
  body.home #main-wrapper #topics .col3 .even a {
    margin-left: 2px;
    margin-right: 16px;
  }
  body.home #main-wrapper #maintenance {
  background: #e6e6e6;
  }
  body.home #main-wrapper #used-car {
    padding-bottom: 25px;
  }
  body.home #main-wrapper #maintenance,
  body.home #main-wrapper #topics {
    padding-bottom: 30px;
  }
  body.home #main-wrapper #shop-info .row {
    margin: 0 20px;
    overflow: hidden;
    width: auto;
  }
  body.home #main-wrapper #shop-info .row .wrapper {
    border: solid 1px #ccc;
    margin-bottom: 8px;
    padding: 1px;
  }
  body.home #main-wrapper #shop-info .row .wrapper iframe {
    height: 176px;
    vertical-align: middle;
    width: 100%;
  }
  body.home #main-wrapper #shop-info .row .left,
  body.home #main-wrapper #shop-info .row .right {
    float: none;
    width: auto;
  }
  body.home #main-wrapper #shop-info .row > section > h1 {
    font-size: 1.17em;
    font-weight: normal;
    margin-bottom: 5px;
  }
  body.home #main-wrapper #shop-info .row > section > table {
    margin-bottom: 40px;
  }
  body.home #main-wrapper #shop-info .row > section > table th {
    font-weight: normal;
    padding-right: 12px;
    text-align: left;
    white-space: nowrap;
  }
  body.home #main-wrapper #shop-info .row #calendar {
    border: none;
    padding: 20px 0;
  }
  body.home #main-wrapper #shop-info .row #calendar table {
    border-spacing: 2px;
    width: 100%;
  }
  body.home #main-wrapper #shop-info .row #calendar table caption {
    height: 19px;
    padding-bottom: 18px;
  }
  body.home #main-wrapper #shop-info .row #calendar table caption a {
    height: 19px;
    top: 1px;
    width: 19px;
  }
  body.home #main-wrapper #shop-info .row #calendar table thead th {
    font-weight: normal;
    height: 40px;
    vertical-align: top;
    width: 20px;
  }
  body.home #main-wrapper #shop-info .row #calendar table thead th.sun {
    color: #da0012;
  }
  body.home #main-wrapper #shop-info .row #calendar table thead th.sat {
    color: #33a;
  }
  body.home #main-wrapper #shop-info .row #calendar table tfoot td {
    padding-top: 10px;
  }
  body.home #main-wrapper #shop-info .row #calendar table tfoot td span {
    display: block;
    padding-left: 17px;
  }
  body.home #main-wrapper #shop-info .row #calendar table tfoot td span:before {
    height: 12px;
    margin-top: -6px;
    width: 12px;
  }
  body.home #main-wrapper #shop-info .row #calendar table tfoot td span.label-k {
    margin-bottom: 5px;
  }
  body.home #main-wrapper #shop-info .row #calendar table tbody td {
    background-color: #f0f0f0;
    height: 40px;
    width: auto;
  }
  body.home #main-wrapper #shop-info .banners {
    margin: 0 40px;
    padding-top: 25px;
  }
  body.home #main-wrapper #shop-info .banners .left,
  body.home #main-wrapper #shop-info .banners .right {
    margin-bottom: 20px;
    text-align: center;
  }
  body.home #main-wrapper #shop-info .banners img {
    width: 100%;
  }
  body.home #main-wrapper #navbar {
    display: none;
  }
}
/*
 * Lower Page Layout（下層ページレイアウト／デザイン）
 *--------------------------------------*/
body.contact .summary .require {
  background-color: #da0012;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  vertical-align: middle;
}
body.contact .std-table .cap {
  width: 200px;
}
body.contact .std-table .require {
  padding: 0;
}
body.contact .std-table .require .wrapper {
  padding: 30px;
  position: relative;
}
body.contact .std-table .require .wrapper:after {
  background-color: #da0012;
  color: #fff;
  content: '必須';
  display: block;
  height: 26px;
  line-height: 26px;
  margin-top: -13px;
  padding: 0 10px;
  position: absolute;
  right: 28px;
  top: 50%;
}
body.contact form input[type="text"],
body.contact form textarea {
  border: solid 1px #ccc;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) inset;
  height: 30px;
}
body.contact form .search {
  background: url(../images/search_btn_bg.png) repeat-x left center;
  border: solid 1px #666;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  padding: 0 10px;
  text-align: center;
}
body.contact form .errmsg {
  color: #e00109;
  font-size: 0.8em;
  margin-top: 5px;
}
body.contact form .errmsg:before {
  content: '※';
  margin-right: 3px;
}
body.contact form .full-name,
body.contact form .tel,
body.contact form .fax {
  width: 230px;
}
body.contact form .company,
body.contact form .email {
  width: 305px;
}
body.contact form .zip {
  width: 113px;
}
body.contact form .address {
  width: 520px;
}
body.contact form .message {
  height: 192px;
  overflow-y: auto;
  width: 520px;
}
body.contact form .confirm {
  margin: 70px auto;
  text-align: center;
  width: 800px;
}
body.contact form .action {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 800px;
}
body.contact form .action li {
  display: inline-block;
}
body.contact form .action li.reset {
  float: left;
}
body.contact form .action input {
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.7em;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
body.contact form .action input[type="reset"] {
  background-color: #bfbfbf;
  width: 120px;
}
body.contact form .action input[type="submit"] {
  background-color: #333;
  width: 220px;
}
@media screen and (max-width: 768px) {
  body.contact .std-table .require .wrapper {
    padding: 15px;
  }
  body.contact form input[type="text"],
  body.contact form textarea {
    width: 100% !important;
  }
  body.contact form .row .zip {
    width: auto !important;
  }
  body.contact form .confirm {
    margin: 55px 20px;
    width: auto;
  }
  body.contact form .action {
    width: auto;
  }
  body.contact form .action li {
    display: block;
  }
  body.contact form .action li.submit {
    margin: 55px 0;
  }
  body.contact form .action li.reset {
    float: none;
  }
  body.contact form .action li.reset input {
    font-size: 0.8em;
    height: 35px;
    line-height: 35px;
    width: 60px;
  }
}
body.sent .summary {
  font-size: 1.4em;
}
body.car-line-up #main-wrapper > section > section {
  margin: 70px auto 0 auto;
  width: 960px;
}
body.car-line-up #main-wrapper > section > section h1 {
  background-color: #333;
  color: #fff;
  font-size: 1.43em;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
body.car-line-up #main-wrapper > section > section ul {
  overflow: hidden;
}
body.car-line-up #main-wrapper > section > section ul li {
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: left;
  height: 159px;
  overflow: hidden;
  position: relative;
  width: 159px;
}
body.car-line-up #main-wrapper > section > section ul li.first {
  border-width: 0 1px 1px 1px;
  width: 158px;
}
body.car-line-up #main-wrapper > section > section ul li img {
  height: 160px;
  left: 50%;
  margin-left: -80px;
  margin-top: -80px;
  position: absolute;
  top: 50%;
  width: 160px;
}
body.car-line-up #main-wrapper > section > section ul li span {
  display: none;
}
@media screen and (max-width: 768px) {
  body.car-line-up #main-wrapper > section > section {
    margin: 0 auto;
    width: auto;
  }
  body.car-line-up #main-wrapper > section > section h1 {
    background-color: #333;
    color: #fff;
    font-size: 1.43em;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  body.car-line-up #main-wrapper > section > section ul {
    overflow: hidden;
  }
  body.car-line-up #main-wrapper > section > section ul li {
    border-color: #ccc;
    border-style: none;
    border-width: 0;
    height: auto;
    width: 50%;
  }
  body.car-line-up #main-wrapper > section > section ul li .wrapper {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    position: relative;
  }
  body.car-line-up #main-wrapper > section > section ul li .wrapper span {
    bottom: 15px;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  body.car-line-up #main-wrapper > section > section ul li .wrapper:after {
    content: '';
    display: block;
    height: 30px;
    width: 100%;
  }
  body.car-line-up #main-wrapper > section > section ul li.odd {
    float: left;
  }
  body.car-line-up #main-wrapper > section > section ul li.odd .wrapper {
    border-width: 0 1px 1px 1px;
  }
  body.car-line-up #main-wrapper > section > section ul li.even {
    float: right;
  }
  body.car-line-up #main-wrapper > section > section ul li.even .wrapper {
    border-left-color: #fff;
    border-width: 0 1px 1px 1px;
  }
  body.car-line-up #main-wrapper > section > section ul li.first {
    width: 50%;
  }
  body.car-line-up #main-wrapper > section > section ul li img {
    height: auto;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: static;
    top: 0;
    width: 100%;
  }
  body.car-line-up #main-wrapper > section > section ul li span {
    display: none;
  }
}
/*
 * Plugin Customize
 *--------------------------------------*/
.slide-container {
  height: 540px;
  overflow: hidden;
  width: 100%;
}
.slide-container.loading {
  background: #f6f6f6 url(../images/slider_loading.gif) no-repeat center;
}
.slide-container.loading > .slide-all {
  opacity: 0;
}
.slide-container .slide-all {
  height: 540px;
  margin: 0 auto;
  opacity: 1;
  position: relative;
  transition: opacity 1.0s;
  -webkit-transition: opacity 1.0s;
  -moz-transition: opacity 1.0s;
  -ms-transition: opacity 1.0s;
  width: 980px;
}
.slide-container .slide-all .slide-wrap {
  left: 50%;
  margin-left: -1470px;
  position: absolute;
  width: 2940px;
}
.slide-container .slide-all .slide-wrap .bx-wrapper {
  margin: 0 auto;
}
.slide-container .slide-all .slide-wrap .bx-wrapper .bx-viewport {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
}
.slide-container .slide-all .slide-wrap .bx-wrapper .bx-viewport .slide-body {
  width: 100%;
}
.slide-container .slide-all .slide-wrap .bx-wrapper .bx-viewport .slide-body .slide {
  width: 980px;
}
.slide-container .slide-all .slide-wrap .bx-wrapper .bx-viewport .slide-body .slide > a {
  display: block;
}
.slide-container .slide-all .slide-wrap .bx-wrapper .bx-viewport .slide-body .slide > a img {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  opacity: 1.0;
  vertical-align: middle;
  width: 100%;
}
.slide-container .slide-all .slide-wrap .bx-wrapper .bx-controls {
  left: 50%;
  margin-left: -490px;
  position: absolute;
  top: 0;
  width: 980px;
}
.slide-container .slide-all .slide-wrap .bx-wrapper .bx-controls .bx-controls-direction {
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  opacity: 0;
}
.slide-container .slide-all .slide-wrap .bx-wrapper .bx-controls .bx-controls-direction > a {
  height: 36px;
  top: 252px;
  width: 36px;
}
.slide-container .slide-all .slide-wrap .bx-wrapper .bx-controls .bx-controls-direction > a.bx-prev {
  background: url(../images/icon_prev_slide.png) no-repeat center;
  left: -76px;
}
.slide-container .slide-all .slide-wrap .bx-wrapper .bx-controls .bx-controls-direction > a.bx-next {
  background: url(../images/icon_next_slide.png) no-repeat center;
  right: -76px;
}
.slide-container .slide-all .slide-wrap .bx-wrapper .bx-controls .bx-pager {
  font-size: 0;
  height: 10px;
  line-height: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 490px;
}
.slide-container .slide-all .slide-wrap .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  background: #fff;
  border-radius: 5px;
  height: 10px;
  margin: 0;
  margin-left: 10px;
  width: 10px;
}
.slide-container .slide-all .slide-wrap .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  background: #e61c24;
}
.slide-container .slide-all .slide-wrap .bx-wrapper:hover .bx-controls .bx-controls-direction {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .slide-container {
    height: auto;
    margin-bottom: 0;
  }
  .slide-container.loading {
    height: 176px;
  }
  .slide-container .slide-all {
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .slide-container .slide-all .slide-wrap {
    margin-left: 0;
    position: static;
    width: 100%;
  }
  .slide-container .slide-all .slide-wrap .bx-wrapper .bx-viewport .slide-body .slide {
    width: 100%;
  }
  .slide-container .slide-all .slide-wrap .bx-wrapper .bx-controls {
    display: none;
  }
}

  /*--------------- topics slider ---------------*/
  
#wrapper_red {
  width: 90%; 
  max-width: 1000px; 
  margin: 0 auto 20px auto;
}

.cont-slider-flex {
  display: flex;
  flex-wrap: wrap;         /*折り返し有り・複数行*/
  justify-content: space-between; /*均等に間隔をあける*/
}
.cont-slider-flex li {
    width: 32%;
    margin: 10px 0;
}
.cont-slider-flex li img{
    width: 100%;
    height: auto;
}
.recruit-image {
  margin-bottom: 70px;
}
.cont-slider-flex-recruit {
  display: flex;
  flex-wrap: wrap;         /*折り返し有り・複数行*/
  justify-content: space-between; /*均等に間隔をあける*/
}

.cont-slider-flex-recruit li {
  width: 32%;
  margin: 10px 0;
}

.cont-slider-flex-recruit li img {
  max-width: 320px;
  width: 100%;
  height: auto;
}


.bx-wrapper .bx-viewport {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border:none;
background-color:transparent;
left: 0px;
}

@media screen and (max-width: 768px) {
#wrapper_red {
  width: 85%;
}

.recruit-image {
  margin-bottom: 50px;
}

.cont-slider-flex-recruit {
  display: block;
  text-align: center;
}

.cont-slider-flex-recruit li {
  width: 100%;
}

.std-table-title {
  margin-left: 20px;
  display: inline-block;
}

}



.std-table-title {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0 auto 5px auto;
  width: 800px;
}


.std-table-title {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0 auto 5px auto;
  width: 800px;
}

@media screen and  (max-width: 768px) {
  .std-table-title {
    margin: 0 auto 5px 20px;
    max-width: 800px;
    width: 90%;
  }
}

.recruit_t_mi {
  font-size: 1.1em;
  font-weight: 700;
}

.recruit_t_s {
  font-size:0.8em;
}



.bg-gray {
  background: #e6e6e6;
}
.mt20 {
  margin-top: 20px;
}


.company-view-list {
  margin: 50px auto 0 auto;
  text-align: center;
  width: 980px;
}
.company-view-list a {
  background-color: #333;
  color: #fff;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding-left: 56px;
  position: relative;
  width: 244px;
}
.company-view-list a:before {
  background: url("../images/icon_arrow_viewlist.png") no-repeat center;
  border-right: solid 1px #444;
  content: "";
  display: block;
  height: 55px;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
}

@media screen and (min-width: 769px) {
#recruit .company-view-list a {
  width: 300px;
}
}


@media screen and (max-width: 768px) {

.company-view-list {
    margin: 20px auto 0 auto;
    width: auto;
  }
.company-view-list a {
    display: block;
    font-size: 1.2em;
    height: 42px;
    line-height: 42px;
    margin: 0 40px;
    padding-left: 42px;
    width: auto;
    margin-bottom: 10px;
  }
.company-view-list a:before {
    background: url(../images/arrow_lineup.png) no-repeat center;
    height: 42px;
    width: 42px;
  }
#recruit .company-view-list a {
    font-size: 1em;
  }
  }
@media screen and (max-width: 350px) {
#recruit .company-view-list a {
    font-size: .8em;
  }
  }

  /*--------------- 店舗情報 ---------------*/

#shop header {
  margin: 0 auto 70px auto;
  text-align: center;
}
#shop header h1 {
  font-family: TradeGothic;
  font-size: 3.6em;
  line-height: 1.0;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {

#shop header {
    margin: 0 auto 40px auto;
    width: auto;
  }
#shop header h1 {
    font-family: TradeGothic;
    font-size: 2.5em;
    line-height: 1.0;
    margin-bottom: 5px;
  }
#shop > header p {
    font-size: 0.85em;
  }
}


#shop{
    overflow:hidden;
    min-width: 980px;
    }
#shop .inner{padding:80px 30px}
#shop .col-address{background:#e6e6e6}
#shop .col-calendar{background:#e6e6e6}
#shop .shop-row{height:996px;margin:0}
#shop .col{height:996px;padding:0}
#shop .shop-name{font-size: 1.5em;margin-bottom:30px;text-align:center;font-weight:700}
#shop .list-address{text-align:center;font-size:16px;font-weight:700}
#shop .list-address .list-title{padding-top:20px;}
#shop .list-title{font-size: 0.9em;}

#shop .calendar-block .calendar+.calendar{margin-top:30px}
#shop .calendar-block .calendar img{max-width:375.5px;width:100%;margin:0 auto;display:block}
#shop .close_day{max-width:375.5px;margin:0 auto}
#shop .close_day span{font-weight:700}
#shop .close_day span:before{content:' ';width:12px;height:12px;background:#ffcccb;display:inline-block;margin-top:20px;margin-right:5px}
#shop .gmapWrapper{overflow:hidden;position:relative;display:block;margin-bottom:12px}
#shop #map{height:996px}
#shop #map a:hover{color:#c6282f}

#shop .list-s{font-size: 0.7em;font-weight:100}
#shop .list-m2{font-size: 1.2em;}



@media screen and (max-width:1199px){#shop .col-address{height:auto}}

@media screen and (max-width:991px){
#shop .inner{padding:80px 15px}
#shop .col{height:auto}
#shop .col-map,#shop #map{height:500px}
#shop .col-calendar{padding:0}
#shop .col-calendar .inner{padding:80px 7.5px}
#shop .calendar-block{max-width:815px;text-align:center;font-size:0;letter-spacing:0;margin:0 auto}
#shop .calendar-block .calendar{width:50%;font-size:14px;display:inline-block;vertical-align:top;padding:0 7.5px}
#shop .calendar-block .calendar+.calendar{margin-top:0}}
  
@media screen and (max-width: 768px) {
  #shop{
    min-width: 100%;
    }
    }


  /*--------------- 保険商品 ---------------*/

.insurance_banner {
    width:95%;
    max-width:1100px;
    margin:0 auto;  	
    display: flex;
    justify-content: space-between; /*均等に間隔をあける*/
    flex-wrap: wrap;         /*折り返し有り・複数行*/
}

.insurance_banner .bnr {
padding:10px
}
.insurance_banner .bnr img{
    width:100%;
    height:auto;
    border:solid 1px #ddd
    }

@media screen and (max-width: 768px) {
.insurance_banner .bnr {
padding: 5px 0
}
}




  /*--------------- 採用情報 ---------------*/
  
 #recruit .btn-u{background:#1e1e1e;color:#fff;border:solid 2px #1e1e1e;font-weight:700;margin-top:5px;padding:7px 10px }
 #recruit .btn-u:hover,#recruit .btn-u:focus{background:#fff;color:#1e1e1e;transition-property: all;
  transition: 0.3s linear;}
 #recruit .btn-u span{margin-right:20px;white-space:normal;word-wrap:break-word}

    #recruit a.btn-u.btn-rikunavi,#recruit a.btn-u.btn-mynavi,#recruit a.btn-u.btn-mmc{max-width:200px;display:inline-block;text-decoration:none}
    #recruit a.btn-u.btn-rikunavi span,#recruit a.btn-u.btn-mynavi span,#recruit a.btn-u.btn-mmc span{margin-right:10px}
    #recruit a.btn-u.btn-rikunavi{background-color:#0086e4;border:solid 2px #0086e4}
    #recruit a.btn-u.btn-rikunavi:hover,#recruit a.btn-u.btn-rikunavi:focus{background-color:#fff;color:#0086e4}
    #recruit a.btn-u.btn-mynavi{background-color:#26b5eb;border:solid 2px #26b5eb}
    #recruit a.btn-u.btn-mynavi:hover,#recruit a.btn-u.btn-mynavi:focus{background-color:#fff;color:#26b5eb}
    #recruit a.btn-u.btn-mmc{background-color:#c6282f;border:solid 2px #c6282f}
    #recruit a.btn-u.btn-mmc:hover,#recruit a.btn-u.btn-mynavi:focus{background-color:#fff;color:#c6282f}

@media screen and (max-width: 768px) {
 #recruit .btn-u{text-align:center;width:45% }
 }
 
 .car-line-up2020{
 	width: 980px;
 	margin: 0 auto;
 	display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; /*均等に間隔をあける*/
  }
 .car-line-up2020-item{
 	width: 32%;
 	margin-bottom: 20px ;
  }
 .car-line-up2020-item img{
 	width: 100%;
 	height: auto;
  }

@media screen and (max-width: 768px) {
 .car-line-up2020{
 	width: 95%;
  }
 .car-line-up2020-item{
 	width: 48%;
 	margin-bottom: 15px ;
  }
  }
.recruit-image-wrap {
  display: flex;
  flex-wrap: wrap;
}

  /*--------------- 23.11 追加 ---------------*/

.company-flex {
  display: flex;
}
.company-flex img {
 	width: 150px;
 	height: auto;
 	margin-left: 30px ;
}


  /*--------------- 26.2 追加 ---------------*/
  
.recruitlink a {
  color: #c6282f;
  font-weight: bold;
    border-bottom: solid 1px #c6282f;
  }
  .recruitlink a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7; 
	transition : 0.5s;　/*ふわっとさせる指定*/
}

.company-view-list2 {
  margin: 50px auto 0 auto;
  text-align: center;
  width: 800px;
  display: flex;
  flex-wrap: wrap;         /*折り返し有り・複数行*/
  justify-content: space-between; /*均等に間隔をあける*/
}
.company-view-list2 a {
  background-color: #333;
  color: #fff;
  width: calc(32% - 36px);
  padding-left: 36px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  font-size: 0.95em;
}
.company-view-list2 a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7; 
	transition : 0.5s;　/*ふわっとさせる指定*/
}

.company-view-list2 a:before {
  background: url("../images/icon_arrow_viewlist.png") no-repeat center;
  border-right: solid 1px #444;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 35px;
}

@media screen and (max-width: 768px) {
.company-view-list2 {
  margin: 40px auto 0 auto;
  width: calc(100% - 40px);
}

.company-view-list2 a {
  width: calc(48% - 36px);
  margin-bottom: 20px ;
}
}
@media screen and (max-width: 600px) {
.company-view-list2 {
  margin: 40px auto 0 auto;
  width: calc(100% - 40px);
}

.company-view-list2 a {
  width: calc(100% - 36px);
  margin-bottom: 12px ;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}
}


  /*--------------- flex参考 ---------------*/

 .flex_dummy{
 	display: flex;
	   
    flex-wrap: no-wrap;      /*折り返しなし・単一行（デフォルト）*/
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    flex-wrap: wrap-reverse; /*折り返し有り・複数行・折り返し地点が逆*/

	   
	   justify-content: flex-start;    /*左（上）揃え*/
    justify-content: flex-end;      /*右（下）揃え*/
    justify-content: center;        /*中央揃え*/
    justify-content: space-between; /*均等に間隔をあける*/
    justify-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
	   
    align-items: flex-start; /*上（左）揃え*/
    align-items: flex-end;   /*下（右）揃え*/
    align-items: center;     /*中央揃え*/
    align-items: baseline;   /*ベースラインを揃える*/
    align-items: stretch;    /*全ての要素の高さを揃える*/   

	   align-content: flex-start;    /*上（左）揃え*/
    align-content: flex-end;      /*下（右）揃え*/
    align-content: center;        /*中央揃え*/
    align-content: space-between; /*均等に間隔をあける*/
    align-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
    
	background-image: url(../img/aaaa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
　background-size: auto 100%;

}
.aaaaaaaaaaa >:first-child {
	margin-top: 0px;	
}



