@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e4vfqk") format("truetype"), url("../fonts/icomoon.woff?e4vfqk") format("woff"), url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list-alt:before {
  content: "\e908";
}

.icon-resv:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e942";
}

.icon-right1:before {
  content: "\e905";
}

/*矢印*/
.icon-right2:before {
  content: "\ea3c";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-line:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-youtube:before {
  content: "\e904";
}

.icon-docx:before {
  content: "\e906";
}

.icon-pdf:before {
  content: "\e907";
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e4vfqk") format("truetype"), url("../fonts/icomoon.woff?e4vfqk") format("woff"), url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list-alt:before {
  content: "\e908";
}

.icon-resv:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e942";
}

.icon-right1:before {
  content: "\e905";
}

/*矢印*/
.icon-right2:before {
  content: "\ea3c";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-line:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-youtube:before {
  content: "\e904";
}

.icon-docx:before {
  content: "\e906";
}

.icon-pdf:before {
  content: "\e907";
}

/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #breadcrumb {
    display: block;
    margin: 10px 15px 30px;
    text-align: right;
  }
}
/* ========== end △ */
#breadcrumb li {
  display: inline-block;
  font-size: 11px;
}
#breadcrumb li::before {
  content: "\f105";
  margin-right: 3px;
  color: #2d2506;
  font-size: 10px;
  font-family: FontAwesome;
}
#breadcrumb li:first-of-type::before {
  content: "";
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .pagination {
    margin-top: 50px;
  }
}
/* ========== end △ */
.pagination .prev {
  float: left;
}
.pagination .next {
  float: right;
}
.pagination .back {
  text-align: center;
}

/* ==================================================
	共通
================================================== */
body.page #wrapper {
  padding-bottom: 100px;
}

.breadcrumb {
  width: 1000px;
  margin: 50px auto 0;
  font-size: 1.2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .breadcrumb {
    width: 95%;
    margin: 100px auto 0;
    font-size: 1.0rem;
    overflow-x: auto;
    white-space: nowrap;
  }
}
/* ========== end △ */
.page_wrap {
  width: 900px;
  margin: 50px auto 0;
}
.page_wrap-ttl-logo {
  width: 250px;
  margin-left: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .page_wrap {
    width: 90%;
  }
  .page_wrap-ttl-logo {
    margin: 0 auto;
  }
}
/* ========== end △ */
/* ==================================================
	車種・料金
================================================== */
.price01 {
  position: relative;
}
.price01-box {
  border-radius: 10px 0 10px 10px;
  padding: 20px;
  margin-top: 10px;
}
.price01-box-img {
  width: 245px;
}
.price01 table {
  width: calc(100% - 265px);
}
.price01 table th, .price01 table td {
  padding-top: 10px;
}
.price01 table th {
  width: 200px;
  font-size: 1.4rem;
}
.price01 table th span {
  display: inline-block;
  background: #cda06a;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}
.price01 table .first {
  padding-top: 0;
}
.price01-btn {
  background: #cda06a;
  color: #fff;
  font-size: 2.0rem;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 10px;
  right: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .price01-box {
    margin-top: 40px;
  }
  .price01 table {
    width: 100%;
  }
  .price01 table .first {
    padding-top: 10px;
  }
  .price01 table th, .price01 table td {
    width: 100%;
    display: block;
  }
  .price01 table td {
    margin-top: 5px !important;
    padding-top: 0 !important;
  }
  .price01-btn {
    font-size: 1.4rem;
    top: 36px;
  }
}
/* ========== end △ */
.price02-option {
  padding: 20px;
}
.price02-top {
  width: 644px;
  margin: 0 auto;
}
.price02-fl {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.price02 table {
  width: auto;
}
.price02 table th {
  width: 165px;
}
.price02 table td {
  padding-left: 10px;
}
.price02-bottom {
  margin-left: 50px;
}
.price02-bottom-ttl {
  position: relative;
}
.price02-bottom-ttl:before {
  content: "☆";
  position: absolute;
  top: 0;
  left: -17px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .price02-top {
    width: 100%;
  }
  .price02-fl {
    display: block;
    margin-top: 0;
  }
  .price02 table {
    width: 100%;
  }
  .price02 table th, .price02 table td {
    width: 100%;
    display: block;
  }
  .price02 table th {
    margin-top: 10px;
  }
  .price02 table th.tar {
    text-align: left !important;
    padding-left: 15px;
  }
  .price02 table td {
    padding-left: 15px;
    margin-top: 5px;
  }
  .price02-bottom {
    margin-left: 15px;
    margin-top: 10px;
  }
  .price02-tax {
    font-size: 1.2rem;
  }
}
/* ========== end △ */
/* ==================================================
	ご利用方法
================================================== */
.flow01-num img {
  width: 80px;
}
.flow01-txt {
  margin-left: 20px;
}
.flow01 .page_contact-bottom-btnwrap {
  margin-left: 20px;
}
.flow01 .page_contact-bottom-btnwrap img {
  width: 140px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .flow01-num {
    display: flex;
    align-items: center;
  }
  .flow01-num img {
    width: 50px;
    margin-right: 10px;
  }
  .flow01-txt, .flow01 .page_contact-bottom-btnwrap {
    margin-left: 0;
  }
  .flow01 .page_contact-bottom-btnwrap img {
    width: 120px;
  }
}
/* ========== end △ */
/* ==================================================
	保険補償
================================================== */
.insu01-ttl {
  background: #f5cfd4;
  padding: 10px;
  border-radius: 10px;
}
.insu01 table {
  width: auto;
  border-collapse: collapse;
  border: 1px solid #4d4c4d;
}
.insu01 table th, .insu01 table td {
  border: 1px solid #4d4c4d;
  padding: 10px 10px;
}
.insu01 ol {
  margin-left: 40px;
}
.insu01 ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.insu01 ol li:before {
  content: "" counter(cnt) "）";
  display: inline-block;
  margin-left: -3.5em;
  /* サイトに合せて調整 */
  width: 3em;
  /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .insu01-ttl {
    padding-left: 1.5em !important;
    text-indent: -1em !important;
  }
  .insu01 .table_wrap {
    overflow: auto;
  }
  .insu01-table {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
/* ========== end △ */
.insu02-ttl {
  background: #cccccc;
}
.insu02 table {
  margin: 0 auto;
}
.insu02 .cont_fl ul:nth-child(1) {
  margin-right: 20px;
}
.insu02-atte {
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .insu02 table td {
    width: 60px;
  }
  .insu02-atte {
    text-align: left;
  }
}
/* ========== end △ */
.insu03 {
  width: 800px;
  margin: 80px auto 0;
}
.insu03-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.insu03-ttl:before, .insu03-ttl:after {
  content: url(../img/page/insu_01.svg);
  display: block;
  width: 80px;
}
.insu03-ttl p {
  margin: 0 30px;
}
.insu03-ttl span {
  display: block;
}
.insu03-box {
  border: 1px solid;
  padding: 30px;
}
.insu03-fl {
  display: flex;
  justify-content: center;
}
.insu03-fl div:nth-child(1) {
  margin-right: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .insu03 {
    width: 100%;
    margin: 50px auto 0;
  }
  .insu03-ttl:before, .insu03-ttl:after {
    width: 50px;
  }
  .insu03-ttl p {
    margin: 0 10px;
  }
  .insu03-box {
    padding: 20px;
  }
  .insu03-fl div:nth-child(1) {
    margin-right: 10px;
  }
}
/* ========== end △ */
/* ==================================================
	新車販売
================================================== */
.sell01 {
  flex-wrap: wrap;
}
.sell01 .maru {
  width: 100%;
}
.sell01-txt {
  width: calc(100% - 430px);
}
.sell01-img {
  width: 400px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .sell01 .maru span {
    font-size: 2.0rem;
  }
  .sell01-txt, .sell01-img {
    width: 100%;
  }
}
/* ========== end △ */
.sell02-box {
  padding: 40px 20px;
}
.sell02-img {
  width: 325px;
}
.sell02-txt {
  width: calc(100% - 345px);
}
.sell02-fl {
  display: flex;
  flex-wrap: wrap;
}
.sell02-logo {
  width: 31%;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  text-align: center;
  margin-right: 3%;
}
.sell02-logo:nth-child(3n) {
  margin-right: 0;
}
.sell02-logo:nth-child(n+4) {
  margin-top: 3%;
}
.sell02-logo-img {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sell02-logo-img img {
  width: auto;
}
.sell02-logo-txt {
  border-top: 1px solid #dcdcdc;
  padding: 10px 0;
  position: relative;
}
.sell02-logo-txt:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cf1126;
  border-right: 2px solid #cf1126;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sell02 table {
  border-bottom: 1px solid #dcdcdc;
}
.sell02 table th, .sell02 table td {
  border-top: 1px solid #dcdcdc;
  padding: 10px;
}
.sell02 table th {
  width: 200px;
  border-right: 1px solid #dcdcdc;
  background: #f5f5f5;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .sell02-box {
    padding: 20px;
  }
  .sell02-img, .sell02-txt {
    width: 100%;
  }
  .sell02-txt {
    margin-top: 10px;
  }
  .sell02-logo {
    width: 100%;
    margin: 0 !important;
  }
  .sell02-logo:nth-child(n+2) {
    margin-top: 3% !important;
  }
  .sell02-logo-img {
    height: 80px;
  }
  .sell02 table {
    border-bottom: none;
  }
  .sell02 table th, .sell02 table td {
    width: 100%;
    display: block;
  }
  .sell02 table td {
    padding: 10px 0;
  }
}
/* ========== end △ */
/* ==================================================
	会社案内
================================================== */
.company_wrap {
  width: 800px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .company_wrap {
    width: 90%;
  }
}
/* ========== end △ */
.company01 {
  padding: 30px;
}
.company01-img {
  width: 140px;
  margin-right: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .company01 {
    padding: 20px;
  }
  .company01-img {
    width: 100%;
    margin-right: 0;
  }
  .company01-img img {
    height: 150px;
    object-fit: cover;
  }
  .company01-txt {
    margin-top: 20px;
  }
}
/* ========== end △ */
.company02 table {
  border-bottom: 1px solid;
}
.company02 table th, .company02 table td {
  border-top: 1px solid;
  padding: 10px 0;
}
.company02 table th {
  width: 245px;
  vertical-align: baseline;
}
.company02 table td {
  width: calc(100% - 245px);
}
.company02 iframe {
  margin-top: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .company02 table th {
    width: 110px;
  }
  .company02 table .th_wide, .company02 table .td_wide {
    display: block;
    width: 100%;
  }
  .company02 .access th, .company02 .access td {
    display: block;
    width: 100%;
    border: none;
  }
  .company02 iframe {
    width: 100%;
    height: 150px;
  }
}
/* ========== end △ */
/* ==================================================
	共通-お問い合わせ
================================================== */
.page_contact-middle {
  padding: 10px 60px;
}
.page_contact-middle-txt {
  margin-left: -7px;
  display: block;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .page_contact-middle {
    padding: 20px 20px;
    text-align: center;
  }
  .page_contact-middle-tel {
    margin-top: 10px;
  }
  .page_contact-middle-txt {
    margin-top: 5px;
  }
}
/* ========== end △ */
.page_contact-bottom {
  border-top: 2px solid #cda06a;
  padding: 10px 60px;
}
.page_contact-bottom-btn:nth-child(2) {
  margin-left: 20px;
}
.page_contact-bottom img {
  width: 140px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .page_contact-bottom {
    padding: 20px 20px;
    text-align: center;
  }
  .page_contact-bottom-btnwrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .page_contact-bottom-btn:nth-child(2) {
    margin-left: 10px;
  }
  .page_contact-bottom img {
    width: 120px;
  }
}
/* ========== end △ */
/* ==================================================
	ブログ
================================================== */
body.archive #wrapper {
  padding-bottom: 100px;
}

.blog_wrap {
  width: 1000px;
  margin: 50px auto 0;
  display: flex;
}
.blog_wrap .order1 {
  order: 1;
}
.blog_wrap .order2 {
  order: 2;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .blog_wrap {
    display: block;
    width: 90%;
  }
}
/* ========== end △ */
.post_wrap {
  width: 770px;
  background: #fff;
  padding: 20px;
}
.post_wrap .category {
  display: inline-block;
  padding: 3px 10px;
  font-size: 1.2rem;
  color: #fff;
  margin-left: 10px;
  border-radius: 30px;
}
.post_wrap .category1 {
  background: #ff9699;
}
.post_wrap .category2 {
  background: #757cbb;
}
.post_wrap .category3 {
  background: #cf1126;
}
.post_wrap .post {
  display: flex;
  justify-content: space-between;
}
.post_wrap .post:nth-child(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted;
}
.post_wrap .post-eyecatch {
  width: 250px;
}
.post_wrap .post-eyecatch img {
  height: 150px;
  object-fit: cover;
}
.post_wrap .post-detail {
  width: calc(100% - 270px);
}
.post_wrap .post-ttl {
  margin-top: 10px;
  font-size: 1.6rem;
}
.post_wrap .post-cont {
  margin-top: 20px;
  font-size: 1.4rem;
}
.post_wrap .post-top {
  font-size: 1.2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .post_wrap {
    width: 100%;
    padding: 10px;
  }
  .post_wrap .post {
    display: block;
  }
  .post_wrap .post:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted;
  }
  .post_wrap .post-eyecatch {
    width: 100%;
  }
  .post_wrap .post-detail {
    width: 100%;
  }
  .post_wrap .post-top {
    margin-top: 10px;
  }
  .post_wrap .post-ttl {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .post_wrap .post-cont {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
/* ========== end △ */
.pagenavi {
  width: 600px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagenavi .pagelink {
  display: flex;
}
.pagenavi .pagelink a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #4d4c4d;
  text-decoration: none;
  box-sizing: border-box;
  margin-right: .5em;
}
.pagenavi .pagelink .current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #4d4c4d;
  margin-right: 10px;
  color: #fff;
}
.pagenavi .previouspostslink {
  position: relative;
}
.pagenavi .previouspostslink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4d4c4d;
  border-left: 2px solid #4d4c4d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagenavi .nextpostslink {
  position: relative;
}
.pagenavi .nextpostslink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4d4c4d;
  border-right: 2px solid #4d4c4d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .pagenavi {
    width: 90%;
    margin: 30px auto 0;
  }
  .pagenavi .pagelink a {
    width: 30px;
    height: 30px;
  }
  .pagenavi .pagelink .current {
    width: 30px;
    height: 30px;
  }
}
/* ========== end △ */
.aside_area {
  width: 200px;
  margin-right: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .aside_area {
    width: 90%;
    margin: 0 auto;
  }
}
/* ========== end △ */
.aside {
  margin-top: 30px;
}
.aside-box:nth-child(n+2) {
  margin-top: 50px;
}
.aside-ttl {
  font-size: 2.0rem;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.aside li a {
  display: block;
  padding: 5px 0;
  font-size: 1.4rem;
  position: relative;
}
.aside li a:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #4d4c4d;
  border-right: 2px solid #4d4c4d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .aside {
    margin-top: 50px;
  }
  .aside-box:nth-child(n+2) {
    margin-top: 30px;
  }
  .aside-ttl {
    font-size: 1.6rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
/* ========== end △ */
.singlepage {
  padding: 20px 20px 50px;
}
.singlepage-ttl {
  border-bottom: 1px dotted;
  padding-bottom: 20px;
  margin: 10px 0 30px;
}
.singlepage-btn {
  text-align: right;
  margin-right: 30px;
}
.singlepage a {
  display: inline-block;
  text-decoration: underline;
  position: relative;
  margin-top: 1rem;
}
.singlepage a:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -16px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
.singlepage a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 20px;
  height: 20px;
  background: #4d4c4d;
  border-radius: 50%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .singlepage {
    padding: 10px 10px 50px;
  }
}
/* ========== end △ */
