@charset "UTF-8";
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap; }
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden; }

section {
  overflow: hidden; }

body {
  width: 100%;
  padding-top: 0vw;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif, "メイリオ", meiryo;
  position: relative;
  color: #000; }

@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw; } }
img {
  width: 100%;
  vertical-align: top; }

h1 {
  margin: 0 !important;
  padding: 0 !important; }

/*=====================================================
ヘッダー
======================================================*/
header {
  border-bottom: 3px #848484 solid;
  text-align: center; }

/*=====================================================
フッター
======================================================*/
.corporate_btn {
  background: #e50014;
  display: block;
  margin: 20px auto;
  max-width: 400px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
  border-radius: 40px;
  text-align: center; }
  .corporate_btn:hover {
    color: #fff;
    opacity: 0.7;
    transition: 0.3s;
    text-decoration: none; }

.copyright {
  color: #000;
  text-align: center;
  padding: 3px;
  font-size: 15px;
  margin: 0; }

/*=====================================================
共通
======================================================*/
.contents_wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box; }

a:hover img {
  opacity: 0.7;
  transition: 0.3s; }

/*=====================================================
メインコンテンツ
======================================================*/
#pagenavi {
  overflow: visible;
  z-index: 2;
  position: relative; }
  #pagenavi .contents_wrap {
    overflow: visible; }
  #pagenavi .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
    margin: 20px auto 0px; }
    #pagenavi .flex .navi {
      width: 32%;
      margin-bottom: 15px; }
    #pagenavi .flex .navi02 {
      width: 49%;
      margin-bottom: 15px; }

.contact_ttl {
  margin-top: 30px; }

.contact_box {
  padding: 0 10%; }
  .contact_box img {
    margin-bottom: 30px; }
    .contact_box img:hover {
      opacity: 0.7;
      transition: 0.3s; }

#used_car {
  padding-bottom: 0; }
  #used_car .linkbnr {
    background: #FFF1DA;
    padding: 20px 5%; }

#supplies {
  padding-bottom: 40px; }

#merit .contents_wrap {
  background: #fff; }

.youtube {
  position: relative;
  width: 90%;
  padding-top: 50.6%;
  margin: 30px auto; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

#shop .contents_wrap2 {
  padding: 0 30px; }
#shop h2 {
  background: #fed8d7;
  background: linear-gradient(90deg, #fed8d7 0%, #fefcfd 50%, #fed8d7 100%);
  padding: 15px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin: 30px 0; }
#shop .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  #shop .flex.b_border {
    border-bottom: 1px #b0b0b0 dashed;
    margin-bottom: 30px;
    padding-bottom: 20px; }
  #shop .flex:last-child {
    border: none; }
  #shop .flex .box {
    width: 48%; }
    #shop .flex .box .shop_info {
      padding: 0 0 0 15px;
      margin-bottom: 35px;
      border-left: 10px #000 solid;
      line-height: 1; }
      #shop .flex .box .shop_info .shop_name {
        font-size: 46px;
        font-weight: bold;
        position: relative; }
        #shop .flex .box .shop_info .shop_name em, #shop .flex .box .shop_info .shop_name strong {
          display: inline-block; }
        #shop .flex .box .shop_info .shop_name em {
          font-size: 23px;
          vertical-align: -3px;
          margin-right: 3px;
          font-style: normal; }
          #shop .flex .box .shop_info .shop_name em span {
            letter-spacing: 3px; }
        #shop .flex .box .shop_info .shop_name.orange:after {
          content: "中古車";
          color: #f86900;
          border: 3px #f86900 solid;
          border-radius: 30px;
          font-weight: 900;
          font-size: 28px;
          padding: 7px 15px 10px;
          position: absolute;
          top: 0;
          right: 0; }
      #shop .flex .box .shop_info .shop_address {
        font-size: 28px;
        font-weight: bold; }
    #shop .flex .box a {
      display: block;
      margin: 15px 0;
      font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif, "メイリオ", meiryo;
      background: #f61406;
      background: linear-gradient(180deg, #f61406 0%, #f61406 50%, #c30013 50%, #c30013 100%);
      border: 3px #f31701 solid;
      filter: drop-shadow(0 3px 0 #be000e);
      border-radius: 30px;
      color: #fff;
      text-align: center;
      font-size: 33px;
      font-weight: 500; }
      #shop .flex .box a span {
        text-shadow: 2px 2px 0 #be000e, -2px -2px 0 #be000e,-2px 2px 0 #be000e, 2px -2px 0 #be000e;
        filter: drop-shadow(0 0 3px #be000e); }
        #shop .flex .box a span i {
          font-size: 30px; }
      #shop .flex .box a:hover {
        opacity: 0.7;
        transition: 0.3s;
        text-decoration: none; }

form .notice {
  width: 80%;
  border: 1px #d00 solid;
  border-radius: 8px;
  padding: 15px;
  color: #d00;
  margin: 30px auto; }
form table {
  width: 100%; }
  form table th, form table td {
    display: block;
    width: 100%;
    padding: 10px 30px !important; }
  form table th {
    background: #F7E8E8; }
    form table th span {
      color: #d00; }
  form table td {
    background: #fff;
    padding: 15px 30px 20px !important; }

.notice_txt {
  margin: 40px auto 60px;
  width: 90%; }

.gmap_area {
  padding: 0 5% 6vw;
  margin: 30px 0 0; }
  .gmap_area iframe {
    width: 100%; }

.thankyou {
  width: 85%;
  margin: 100px auto;
  text-align: center; }

@media screen and (max-width: 767px) {
  #shop .contents_wrap2 {
    padding: 0 4vw; }
  #shop h2 {
    border-radius: 0;
    padding: 3vw 0;
    font-size: 5vw;
    margin: 6vw 0; }
  #shop .flex.b_border {
    padding-bottom: 4vw;
    margin-bottom: 6vw; }
  #shop .flex .box .shop_info {
    padding: 0 0 0 2vw;
    margin-bottom: 4vw;
    border-left: 1.4vw #000 solid; }
    #shop .flex .box .shop_info .shop_name {
      font-size: 5.8vw;
      margin-bottom: 2vw; }
      #shop .flex .box .shop_info .shop_name em {
        font-size: 2.8vw;
        vertical-align: -0.4vw;
        margin-right: 0.6vw; }
        #shop .flex .box .shop_info .shop_name em span {
          letter-spacing: 0.3vw; }
      #shop .flex .box .shop_info .shop_name.orange:after {
        border: 0.4vw #f86900 solid;
        border-radius: 6vw;
        font-size: 3.2vw;
        padding: 1.2vw 1.4vw 1.4vw; }
    #shop .flex .box .shop_info .shop_address {
      font-size: 3.6vw; }
  #shop .flex .box a {
    margin: 3vw 0;
    border: 0.6vw #f31701 solid;
    filter: drop-shadow(0 0.6vw 0 #be000e);
    border-radius: 6vw;
    font-size: 3.8vw; }
    #shop .flex .box a span {
      text-shadow: 0.3vw 0.3vw 0 #be000e, -0.3vw -0.3vw 0 #be000e,-0.3vw 0.3vw 0 #be000e, 0.3vw -0.3vw 0 #be000e;
      filter: drop-shadow(0 0 0.6vw #be000e);
      font-weight: 700; }
      #shop .flex .box a span i {
        font-size: 3.2vw; }

  form .notice {
    width: 85%;
    border: 1px #d00 solid;
    border-radius: 1.6vw;
    padding: 3vw;
    color: #d00;
    margin: 30px auto;
    font-size: 3vw; } }
