@charset "UTF-8";
/*汎用クラス---------------------*/
/*色*/
/*btnの基礎*/
/*ヘッダー---------------------*/
/*アイコン*/
/*トップページ---------------------*/
/*下層ページ---------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

a:hover {
  text-decoration: none;
  color: #333;
}

p, ol, th, td, dd, li, dt, a, address, figcaption {
  font-size: 1.6rem;
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #333 !important;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
}

a img:hover {
  opacity: 0.8;
}

/*汎用クラス---------------------*/
/*余白*/
.content {
  padding-top: 25% !important;
  padding-bottom: 25% !important;
}

.content_pt {
  padding-top: 25% !important;
}

.content_pb {
  padding-bottom: 25% !important;
}

/*色*/
.text_middle_red {
  color: #e7343a !important;
}

.text_green {
  color: #009944 !important;
}

.text_blue {
  color: #1d2088 !important;
}

.bg_middle_red {
  background: #e7343a !important;
}

.bg_light_yellow {
  background: #fffbea !important;
}

.bg_red {
  background: #fef9f9 !important;
}

.bg_blue {
  background: #f4fafb !important;
}

.bg_light_green {
  background: #f8fdf6 !important;
}

.bg_green {
  background: #e2efde !important;
}

.bg_pink {
  background: #fee4e4 !important;
}

.bg_yellow {
  background: #fdf1e1 !important;
}

.bg_table_yellow {
  background: #fff2cc !important;
}

.bg_table_sky_blue {
  background: #ddebf7 !important;
}

.border_gray {
  border: 1px solid #dadada;
}

/*フォントサイズ*/
.font_s {
  font-size: 0.8rem !important;
}

.font_m {
  font-size: 1.6rem !important;
}

.font_mm {
  font-size: 2.3rem !important;
}

.font_l {
  font-size: 2.4rem !important;
}

.font_ll {
  font-size: 2.8rem !important;
}

/*フォント*/
.font_maru_gothic {
  font-family: "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro" !important;
}

/*行間*/
.line_height_1_3 {
  line-height: 1.3em !important;
}

/*線*/
.border_top_double {
  border-top: 3px double #dee2e6 !important;
}

/*蛍光ペン的な線*/
.marker_bottom_yellow {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

.marker_bottom_pink {
  background: linear-gradient(transparent 60%, #ff00d8 60%);
}

/*文字の枠線*/
.border_text {
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF !important;
}

/*角丸*/
.rounded_m {
  border-radius: 15px !important;
}

/*ボタン*/
.btn_layout {
  border: 2px solid #e7343a;
  background: linear-gradient(white, #ccc);
  border-radius: 20px;
}
.btn_layout a {
  display: block;
  width: 100%;
  font-family: "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro" !important;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.btn_layout a:hover a {
  opacity: 0.8;
}
.btn_layout:hover {
  opacity: 0.8;
}
.btn_layout a {
  position: relative;
  color: #e7343a;
  padding-left: 2rem;
  padding-right: 4rem;
  font-weight: bold;
  line-height: 1.5em;
}
.btn_layout a::after {
  content: "";
  width: 25px;
  height: 23px;
  position: absolute;
  background: url(../images/icon/btn-icon.png) no-repeat;
  background-size: contain;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.price_font {
  font-size: 38px;
  margin-top: 40px;
}

/*ヘッダー---------------------*/
.page_header {
  /*gnav bootstrap関連*/
}
.page_header .logo {
  line-height: 0;
  width: 90%;
}
.page_header .header_text {
  line-height: 1.2em;
}
.page_header .header_line {
  background: url(../images/lotas-line.png) no-repeat;
  background-position: bottom left 23%;
}
.page_header h1 {
  font-size: 0;
}
.page_header .navbar-expand-xl .navbar-nav .active { /*今表示しているページのリンク*/ }
.page_header .navbar-expand-xl .navbar-nav .active > a {
  background: #f28f93;
}
.page_header .navbar-expand-xl .navbar-nav .nav-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #e60012 !important;
}

/*gnav*/
.nav_header {
  position: absolute;
  z-index: 1000;
  padding: 0;
  width: 100%;
  background: #fff;
}

/*閉じるボタン　アイコン*/
.nav_button {
  position: relative;
  left: 0;
  top: 0;
  border: none;
  width: 35px;
  height: 32px;
  background: none;
  z-index: 1001;
  cursor: pointer;
}

/*gnav bootstrap関連*/
.navbar-toggler:focus {
  outline: 0;
}

/*閉じるボタン　アイコン3本線*/
.icon-bar {
  display: block;
  width: 35px;
  height: 0.2em;
  border-radius: 1px;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  background: #e60012;
}

/*閉じるボタン　アイコン3本線　通常時*/
.icon-bar:first-child {
  top: 5px;
}

.icon-bar:nth-child(2) {
  margin-top: -1px;
  top: 55%;
}

.icon-bar:last-child {
  bottom: 0;
}

/*閉じるボタン　アイコン3本線　クリックした時*/
.nav_button.move .icon-bar:first-child {
  transform: translateY(12px) rotate(45deg);
}

.nav_button.move .icon-bar:nth-child(2) {
  opacity: 0;
}

.nav_button.move .icon-bar:last-child {
  transform: translateY(-8px) rotate(-45deg);
  bottom: 4px;
}

/*フッター---------------------*/
/*トップに戻る*/
.page_top {
  position: fixed;
  bottom: 10px;
  right: 0;
  width: 95px;
  height: 95px;
  z-index: 1000;
  cursor: pointer;
}

.page_footer {
  border-top: 5px solid #f3999c;
  background: url(../images/bg-footer.png) no-repeat;
  background-position: top 30px right;
  background-size: contain;
  /*矢印アイコン*/
}
.page_footer .list_icon a {
  position: relative;
  padding-left: 25px;
}
.page_footer .list_icon a::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: url(../images/icon/arrow-icon.png) no-repeat;
  background-size: contain;
  top: 2px;
  left: 0;
}
.page_footer .list_icon a:hover {
  border-bottom: 1px solid #f3999c;
}
.page_footer .footer_text {
  font-size: 1.4rem;
}
.page_footer .copyright {
  background: #f3999c;
}

.balloon1 {
  position: relative;
  padding: 10px;
  width: 100px;
  height: 60px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.2em;
  font-size: 14px;
  background-color: #f05b5b;
  /* right: -4px; */
  top: -60px;
  left: 320px;
  display: block;
  margin-top: 65px;
}

.balloon1::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 2px;
  bottom: 2px;
  border-right: 20px solid #f05b5b;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-45deg);
}

/* トップページ
------------------------------------------------------------*/
/*メイン画像---------------------*/
.main_visual {
  background: url(../images/mainimg-sp.jpg) no-repeat;
  background-size: 100% auto;
}
.main_visual .main_visual_inner {
  padding-top: 10%;
  padding-bottom: 10%;
}
.main_visual .main_visual_inner .top_link_box {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 847px;
  margin: 0 auto;
}
.main_visual .main_visual_inner .top_link_box .top_bnr_text {
  font-size: 1.2rem;
  font-weight: bold;
}

/*4つの下層へのリンク---------------------*/
.top_link_box {
  border: 1px solid #e7343a;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/*お知らせ---------------------*/
.news_box .news_box_title {
  color: #e7343a;
  font-size: 3rem;
  border-bottom: 1px solid #e7343a;
  /*アイコン*/
}
.news_box .news_box_title::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/icon/news-icon.png) no-repeat;
  background-size: contain;
  display: inline-block;
}
.news_box .news_box_title .news_box_title_span {
  font-size: 1.5rem;
}
.news_box .list-group {
  border: 2px solid #f3999c;
  max-height: 480px;
  overflow-y: auto;
}
.news_box .list-group-item {
  background: none;
  border: none;
}
.news_box .list-group-item:nth-child(even) {
  background: #f9cccd;
}
.news_box a:hover {
  text-decoration: underline;
}

/*自動で出力されているところ（aタグ）にcss追記*/
.news_text_box a {
  font-weight: bold;
}

/*地図---------------------*/
.map {
  height: 500px;
}
.map iframe {
  height: 500px;
  width: 100%;
  border: 0;
}

.balloon1 {
  position: relative;
  padding: 10px;
  width: 100px;
  height: 60px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.2em;
  font-size: 14px;
  background-color: #f05b5b;
  /* right: -4px; */
  top: -60px;
  left: 230px;
  display: block;
  margin-top: 65px;
}

.balloon1::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 2px;
  bottom: 2px;
  border-right: 20px solid #f05b5b;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-45deg);
}

.detail {
  display: flex;
  flex-direction: column;
}

.choi_cam {
  width: 100%;
}

.choi_cam img {
  width: 100%;
}

.detail_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail_list_inner {
  width: 80%;
}

.detail_list li {
  padding: 10px;
  border-radius: 10px;
  border: 3px solid #e7343a;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.interior_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.interior_wrap img {
  width: 100%;
  margin-bottom: 10px;
}

.movie {
  width: 100%;
}

.column2_car {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.column2_car div div {
  margin-bottom: 10px;
}

.column2_car .tiresList {
  width: 100%;
}

.column2_car .tiresList:first-child {
  margin-bottom: 10px;
}

.column2_car a img {
  width: 100%;
}

/* 下層ページ
------------------------------------------------------------*/
/*共通部分---------------------*/
/* 見出し（大）*/
.heading_large {
  line-height: 64px;
  color: #333;
  margin-bottom: 30px;
  background: url(../images/bg-tire.png);
  background-repeat: repeat-x;
  text-align: center;
  font-size: 2.5rem;
}

/* 見出し（中）*/
.heading_middle {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 75px;
  background: #e7343a;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.heading_middle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icon/heading-icon.png) no-repeat;
  background-size: contain;
  width: 65px;
  height: 64px;
}

/* 見出し（小）*/
.heading_small {
  color: #e7343a;
  border-left: 15px solid #e7343a;
  padding-left: 10px;
}

/* タイヤアイコンの見出し ---------------------*/
.tiresList .tiresList_title {
  position: relative;
  line-height: 38px;
  padding-left: 48px;
  font-size: 1.8rem;
}
.tiresList .tiresList_title::before {
  content: "";
  display: inline-block;
  z-index: -1;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 38px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icon/tire-icon.png);
}
.tiresList .tiresList_text {
  margin-left: 0;
}

/*見出しメイン画像---------------------*/
.subvisual {
  background: url(../images/subvisual-maintenance-sp.jpg) no-repeat center;
  background-size: cover;
  height: 270px;
}
.subvisual h1 {
  color: #fff;
  font-size: 2.8rem;
  padding: 0 5px;
  background: url(../images/subvisual-title-bg.png) no-repeat center center;
  width: 90%;
  max-width: 800px;
  background-size: contain;
  height: 200px;
  margin: 0 auto;
  vertical-align: middle;
}
.subvisual h1 span {
  color: #333;
  position: relative;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  /*赤い下線*/
}
.subvisual h1 span::after {
  width: 120px;
  height: 5px;
  background: #e7343a;
  position: absolute;
  content: " ";
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* よくある質問 ---------------------*/
dl.faq {
  border-bottom: 2px dotted #ccc;
  display: block;
  margin-bottom: 0;
}
dl.faq dt {
  font-weight: normal;
  padding: 0.75rem 2.5rem 0.75rem 60px;
  margin-bottom: 0;
  display: block;
  position: relative;
}
dl.faq dt::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/icon/q-icon.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto 0 auto 1rem;
}
dl.faq dt::after {
  font-family: "Font Awesome 5 Free";
  content: "\f191";
  color: #e7343a;
  font-size: 26px;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 15px;
  margin: auto;
}
dl.faq .active::after {
  transform: rotate(-90deg);
}
dl.faq dd {
  padding: 0.5rem 2.5rem 1.5rem 60px;
  position: relative;
}
dl.faq dd::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/icon/a-icon.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.5rem;
  left: 0;
  margin-left: 1rem;
}
dl.faq:not(:first-child) dd {
  display: none;
}
dl.faq:nth-of-type(even) {
  background: #f0f0f0;
}

/* テーブル  ---------------------*/
table.lotas_365 {
  margin-bottom: 20px;
}
table.lotas_365 caption {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  caption-side: top;
  background: #ffeaeb;
  color: #a70000;
  text-align: left;
  border-top: #dadada 1px solid;
  border-left: #dadada 1px solid;
  border-right: #dadada 1px solid;
}
table.lotas_365 tr th {
  font-size: 1.8rem;
  background: #f3f3f3;
  text-align: left;
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
  display: block;
  border-top: #dadada 1px solid;
  border-left: #dadada 1px solid;
  border-right: #dadada 1px solid;
}
table.lotas_365 tr td {
  font-size: 1.6rem;
  background: #ffffff;
  font-weight: normal;
  text-align: left;
  padding: 10px;
  display: block;
  border-top: #dadada 1px solid;
  border-left: #dadada 1px solid;
  border-right: #dadada 1px solid;
}
table.lotas_365 tr:last-child td {
  border-bottom: #dadada 1px solid;
}

/* 下層ページ　内容------------------------------------------------------------

車検整備/修理
------------------------------------------------------------*/
/*見出しメイン画像*/
.page_maintenance .subvisual {
  background: url(../images/subvisual-maintenance-sp.jpg) no-repeat center;
}

/*テーブル*/
.table_maintenance th, .table_maintenance td {
  vertical-align: middle;
}
.table_maintenance th {
  width: 138px;
  min-width: 138px;
}
.table_maintenance td {
  width: 100px;
  min-width: 100px;
}

/* 
鈑金・塗装・リペア
------------------------------------------------------------*/
/*見出しメイン画像*/
.page_repair .subvisual {
  background: url(../images/subvisual-repair-sp.jpg) no-repeat center;
}

/* 
車販売
------------------------------------------------------------*/
/*見出しメイン画像*/
.page_sale .subvisual {
  background: url(../images/subvisual-sale-sp.jpg) no-repeat center;
}

/*新車生活大見出し（画像）*/
.newcar_title {
  position: absolute;
  top: -25px;
}
.newcar_title img {
  width: 80%;
}

/*新車生活中見出し（テキスト）*/
.mycar_title {
  font-size: 2.5rem;
}

/*新車生活リスト*/
.car_item_list li {
  width: 49%;
  margin-bottom: 1%;
}

/*メンテナンス内容*/
.maintenance_box {
  border: 3px solid #e7343a;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.maintenance_box .maintenance_title {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*スライドショー*/
.sale_slide {
  /*矢印アイコン*/
}
.sale_slide img {
  margin: 0 auto;
}
.sale_slide .prev_arrow,
.sale_slide .next_arrow {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 10;
  top: 23%;
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 45px;
}
.sale_slide .next_arrow {
  right: 0;
}

/*安心サポート
------------------------------------------------------------*/
/*見出しメイン画像*/
.page_support .subvisual {
  background: url(../images/subvisual-support-sp.jpg) no-repeat center;
}

/* 東海自動車のお約束5ヶ条 ---------------------*/
.orderedList {
  width: 100%;
  margin: 0 auto;
}
.orderedList .orderedList_title {
  font-size: 2rem;
  color: #e7343a !important;
}
.orderedList .orderedList_title .orderedList_no {
  color: #fff;
  background: #e7343a;
  border-radius: 10px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  width: 38px;
  height: 36px;
  line-height: 36px;
  font-family: Impact, Helvetica, sans-serif;
}
.orderedList .orderedList_text {
  margin-left: 0;
}

/*会社概要
------------------------------------------------------------*/
/*見出しメイン画像*/
.page_company .subvisual {
  background: url(../images/subvisual-company-sp.jpg) no-repeat center;
}

/*お知らせ関連
------------------------------------------------------------*/
.page_news div,
.page_news div span,
.page_news p span { /*文字体裁を整える用*/
  font-size: 1.6rem !important;
  line-height: 1.7em;
  font-feature-settings: "palt";
  letter-spacing: 0.6px;
  margin-bottom: 0;
  color: #333;
  letter-spacing: 0.1em;
}

.detailUpfile img {
  width: 100%;
}

/*お知らせ詳細ページのリンクのみ、赤文字＋下線*/
.page_news-detail .news_text_box a {
  color: #e7343a !important;
  text-decoration: underline;
}
.page_news-detail .news_text_box a:hover {
  text-decoration: none;
}

/* ------------------------------------------------------------ */
/* ▼タブレット用デザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
/* 幅576px以上　telのリンク非表示
------------------------------------------------------------*/
@media only screen and (min-width: 576px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* iPadサイズ以上（768px）
------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  /* リセット
  ------------------------------------------------------------*/
  html {
    font-size: 11.66px;
  }
  p, ol, th, td, dd, li, dt, a, address, figcaption {
    font-size: 1.372rem;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  /* 汎用クラス
  ------------------------------------------------------------*/
  .content {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
  }
  .content_pt {
    padding-top: 5% !important;
  }
  .content_pb {
    padding-bottom: 5% !important;
  }
  /*フォント*/
  .font_mm {
    font-size: 1.8rem !important;
  }
  /*ボタン*/
  .btn_layout {
    border-radius: 50px;
  }
  .btn_layout a {
    padding-left: 3rem;
    padding-right: 6rem;
    font-size: 2rem;
  }
  .btn_layout a::after {
    width: 38px;
    height: 35px;
  }
  /* 共通部分
  ------------------------------------------------------------*/
  /*ヘッダー---------------------*/
  .page_header .logo {
    width: auto;
  }
  .page_header .header_text {
    width: 50%;
  }
  /* フッター
    ------------------------------------------------------------*/
  .page_footer {
    background-size: 80%;
  }
  .page_footer .footer_text {
    font-size: 1.2rem;
  }
  /*トップページ
  --------------------------------------------------*/
  /*メイン画像---------------------*/
  .main_visual {
    background: url(../images/mainimg-pc.jpg) no-repeat;
    background-size: cover;
  }
  .main_visual .main_visual_inner .top_link_box h2 {
    font-size: 4rem;
  }
  .main_visual .main_visual_inner .top_link_box .top_bnr_text {
    font-size: 1.5rem;
  }
  /*4つの下層へのリンク---------------------*/
  .top_link_box {
    width: 49%;
    margin-bottom: 2%;
  }
  /*お知らせ---------------------*/
  .news_box .list-group {
    max-height: 235px;
  }
  .news_box .list-group-item {
    display: flex;
  }
  .column2_car {
    display: flex;
    justify-content: space-between;
    flex-direction: initial;
    margin-bottom: 20px;
  }
  .column2_car div div {
    margin-bottom: 10px;
  }
  .column2_car .tiresList {
    width: 48%;
  }
  .column2_car a img {
    width: 100%;
  }
  /* 下層ページ
  --------------------------------------------------*/
  /*共通部分------------------------------------*/
  .subvisual {
    background: url(../images/subvisual-maintenance-pc.png) no-repeat;
  }
  /* タイヤアイコンの見出し ---------------------*/
  .tiresList .tiresList_title {
    font-size: 2rem;
  }
  .tiresList .tiresList_text {
    margin-left: 48px;
  }
  /* テーブル */
  table.lotas_365 tr th {
    display: table-cell;
    width: 22%;
    font-size: 1.5rem;
  }
  table.lotas_365 tr td {
    display: table-cell;
    width: 78%;
    font-size: 1.372rem;
  }
  table.lotas_365 tr:last-child th {
    border-bottom: #dadada 1px solid;
  }
  /* よくある質問*/
  dl.faq dt::after {
    top: 20%;
  }
  /*車検整備/修理---------------------*/
  .page_maintenance .subvisual {
    background: url(../images/subvisual-maintenance-pc.png) no-repeat;
  }
  /*鈑金・塗装・リペア-----------------*/
  .page_repair .subvisual {
    background: url(../images/subvisual-repair-pc.png) no-repeat;
  }
  /*車販売---------------------*/
  .page_sale .subvisual {
    background: url(../images/subvisual-sale-pc.png) no-repeat;
  }
  /*東海自動車の新★車生活とは?（画像）*/
  .newcar_width {
    width: 80%;
  }
  /*新車生活大見出し（画像）*/
  .newcar_title {
    left: 90px;
  }
  /*新車生活リスト*/
  .car_item_list li {
    width: 24%;
  }
  /*メンテナンス内容*/
  .maintenance_box {
    flex-direction: row;
    justify-content: space-between;
  }
  .maintenance_box .maintenance_title {
    font-size: 3rem;
  }
  .maintenance_box img {
    width: 90%;
  }
  .maintenance_box .border_right {
    position: relative;
  }
  .maintenance_box .border_right::after {
    content: "";
    width: 10px;
    height: 100%;
    background: url(../images/sale/border.png) no-repeat;
    position: absolute;
    right: -8px;
  }
  /*スライドショー*/
  .sale_slide {
    /*矢印アイコン*/
  }
  .sale_slide .prev_arrow,
  .sale_slide .next_arrow {
    top: 13%;
    width: 20px;
  }
  /*安心サポート---------------------*/
  .page_support .subvisual {
    background: url(../images/subvisual-support-pc.png) no-repeat;
  }
  /* 東海自動車のお約束5ヶ条 */
  .orderedList .orderedList_text {
    margin-left: 48px;
  }
  /*会社概要---------------------*/
  .page_company .subvisual {
    background: url(../images/subvisual-company-pc.png) no-repeat;
  }
  /*挨拶写真*/
  .ceo_img {
    width: 60%;
  }
  /*お知らせ記事----------------------*/
  .detailUpfile img {
    width: auto;
  }
  .page_news div,
  .page_news div span,
  .page_news p span {
    font-size: 1.372rem !important;
  }
  .balloon1 {
    left: 290px;
  }
  .detail {
    flex-direction: initial;
    justify-content: space-between;
  }
  .choi_cam {
    width: 40%;
  }
  .detail_list {
    flex-direction: initial;
    width: 60%;
    justify-content: space-between;
  }
  .detail_list_inner {
    width: 50%;
    margin-right: 20px;
  }
  .interior_wrap {
    justify-content: space-between;
    flex-direction: initial;
  }
  .interior_wrap img {
    width: 32%;
  }
  .movie {
    width: 80%;
  }
}
/* ------------------------------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
/* PC 普通サイズ css （992pxまで）
   ------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  /*下層ページ
  ------------------------------------------------------------*/
  /*車検整備/修理------------------*/
  .table_maintenance th {
    width: 1%;
    min-width: auto;
  }
  .table_maintenance td {
    width: 1%;
    min-width: auto;
  }
  .price_font {
    font-size: 70px;
  }
}
/* ------------------------------------------------------------ */
/* ▼ipad pro以上のデザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
@media only screen and (min-width: 1024px) {
  /* リセット
     ------------------------------------------------------------*/
  html {
    /* デスクトップ端末用
    * 基本のフォントサイズを16pxにする。
    * 16px / 1.2rem = 13.33......px
    */
    font-size: 13.33px;
  }
  p, ol, th, td, dd, li, dt, a, address, figcaption,
  .page_news div,
  .page_news div span,
  .page_news p span {
    font-size: 1.2rem;
  }
  /* フッター
     ------------------------------------------------------------*/
  .page_footer .footer_text {
    font-size: 1rem;
  }
  /*下層ページ
  ------------------------------------------------------------*/
  /*車販売------------------------------------*/
  /*スライドショー*/
  .sale_slide {
    /*矢印アイコン*/
  }
  .sale_slide .prev_arrow,
  .sale_slide .next_arrow {
    top: 10%;
  }
  /*会社概要------------------------------------*/
  /*挨拶写真*/
  .ceo_img {
    width: auto;
  }
  /*お知らせ関連------------------------------------*/
  .page_news div,
  .page_news div span,
  .page_news p span {
    font-size: 1.2rem !important;
  }
  .balloon1 {
    left: 320px;
  }
  .detail_list_inner {
    width: 50%;
  }
}
/* ------------------------------------------------------------ */
/* ▼大きな横幅サイズPC用のデザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
@media only screen and (min-width: 1200px) {
  /* 汎用クラス
     ------------------------------------------------------------*/
  /*ヘッダー---------------------*/
  .page_header {
    /*gnav bootstrap4関連*/
  }
  .page_header .header_line {
    background-size: 100vw;
  }
  .page_header .navbar-expand-xl .navbar-nav {
    width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .page_header .navbar-expand-xl .navbar-nav .nav-item {
    /*1番め*/
    /*2番め*/
    /*3番め*/
    /*4番め*/
    /*5番め*/
    /*6番め*/
    /*最後*/
  }
  .page_header .navbar-expand-xl .navbar-nav .nav-item:nth-child(1) .nav-link::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url(../images/icon/gnav-icon01.svg) no-repeat;
    vertical-align: middle;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .page_header .navbar-expand-xl .navbar-nav .nav-item:nth-child(2) .nav-link::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url(../images/icon/gnav-icon02.svg) no-repeat;
    vertical-align: middle;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 50px;
    height: 45px;
  }
  .page_header .navbar-expand-xl .navbar-nav .nav-item:nth-child(3) .nav-link::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url(../images/icon/gnav-icon03.svg) no-repeat;
    vertical-align: middle;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .page_header .navbar-expand-xl .navbar-nav .nav-item:nth-child(4) .nav-link::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url(../images/icon/gnav-icon04.svg) no-repeat;
    vertical-align: middle;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .page_header .navbar-expand-xl .navbar-nav .nav-item:nth-child(5) .nav-link::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url(../images/icon/gnav-icon05.svg) no-repeat;
    vertical-align: middle;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .page_header .navbar-expand-xl .navbar-nav .nav-item:nth-child(6) .nav-link::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url(../images/icon/gnav-icon06.svg) no-repeat;
    vertical-align: middle;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .page_header .navbar-expand-xl .navbar-nav .nav-item:last-child {
    border-right: 1px dotted #e60012;
  }
  .page_header .navbar-expand-xl .navbar-nav .nav-link {
    position: relative;
    border-left: 1px dotted #e60012;
    padding-top: 3.5rem;
  }
  .page_header .navbar-expand-xl .navbar-nav .nav-link:hover {
    background: #f28f93;
  }
  /*グロナビ*/
  .nav_header {
    position: static;
    padding: 0;
  }
  /* フッター---------------------*/
  .page_footer {
    background-size: auto;
  }
  /*トップページ---------------------*/
  /*お知らせ---------------------*/
  .news_box .news_box_title {
    font-size: 2.4rem;
  }
  /*下層ページ
  ------------------------------------------------------------*/
  /*共通部分------------------------------------*/
  .subvisual h1 {
    top: 60%;
  }
  /* テーブル */
  table.lotas_365 tr th {
    font-size: 1.4rem;
  }
  table.lotas_365 tr td {
    font-size: 1.2rem;
  }
  /*車販売------------------------------------*/
  /*東海自動車の新★車生活とは?（画像）*/
  .newcar_width {
    width: auto;
  }
  /*スライドショー*/
  .sale_slide {
    /*矢印アイコン*/
  }
  .sale_slide .prev_arrow,
  .sale_slide .next_arrow {
    top: 15%;
    width: 30px;
    height: 50px;
  }
  .sale_slide .prev_arrow {
    left: -35px;
  }
  .sale_slide .next_arrow {
    right: -35px;
  }
}/*# sourceMappingURL=style.css.map */