@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');

/* wp hack */
div#n2-ss-2 .n2-style-02cdda7c5656ca3c9f85248b1f6df3cf-dot,
div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot{
  background: #fff;
    opacity: 1;
    padding: 2px 5px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 0;
    margin: 5px;
    width: 20px;
}
div#n2-ss-2 .n2-style-02cdda7c5656ca3c9f85248b1f6df3cf-dot.n2-active, div#n2-ss-2 .n2-style-02cdda7c5656ca3c9f85248b1f6df3cf-dot:HOVER, div#n2-ss-2 .n2-style-02cdda7c5656ca3c9f85248b1f6df3cf-dot:FOCUS,
div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot.n2-active, div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot:HOVER, div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot:FOCUS{
  background: rgba(203,0,0,1);
}
div#n2-ss-2 .n2-ss-control-bullet{margin-bottom: 20px;}
.p-cb__item{margin-bottom: 0;}
.p-cb{padding: 0!important;}
.p-index-content04{background: none;}

.p-entry__body h1,
.p-entry__body h2,
.p-entry__body h3,
.p-entry__body h4,
.p-entry__body h5,
.p-entry__body h6{margin-bottom: 0;}
.p-entry__body p{
  margin-bottom: 0;
  line-height: 1.6!important;
}
.p-entry__body table{margin: 0;}
.p-entry__body th{background: none;}
.p-entry__body td, .p-entry__body th{border: none;}

.p-entry__body li{
line-height: 1.8!important;
}

/* お知らせ */
.p-article09{
  box-sizing: border-box;
  background: none;
  border-top: 1px solid #fff;
  border-left: none;
  border-right: none;
  color: #fff;
  padding: 10px;
  display: block;
}
.p-article09:last-of-type{
  border-bottom: 1px solid #fff;
}
.p-article09__date{
  color: #fff;
  font-size: 1.4rem!important;
  margin-bottom: 0;
}
.p-article09__title{
  color: #fff;
  font-size: 1.8rem!important;
}

article.p-article09:hover,
article.p-article09:hover{
  background: rgba(203,0,0,.5);
  color: #fff!important;
}
article.p-article09 a:hover,
a:hover .p-article09__title{color: #fff!important;}

.sample_event{
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 24px 10px;
}

@media screen and (max-width: 768px) {
  div#n2-ss-2 .n2-ss-control-bullet{margin-bottom: 10px;}
  div#n2-ss-3 .n-uc-Gf3qLnz71Gwr{
    box-sizing: border-box;
    padding: 10px;
  }
}

html{
  scroll-behavior: smooth;
  font-size: 62.5%!important;
}

body{
  background: #000;
  font-family: 'Noto Sans JP',"Helvetica", "Arial", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", Meiryo, sans-serif!important;
  color: #fff;
  line-height: 1.8;
  font-size: 1.6rem!important;
  font-weight: 400;
  width: 100%;
  padding:0;
  margin:0 auto;
}

section{padding: 80px 0!important;}

p{
  font-size: 1.6rem!important;
  line-height: 1.8;
}

img,ul,li {
  margin:0;
  padding:0;
  border:none
}
img{
  display: block;
  width: 100%;
}
tr,td {
  font-weight:normal;
  vertical-align:middle;
  text-align:left;
}

a,
a:hover,
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none!important;
}
a:link,
a:visited{
  color: #fff;
}
a:hover{color:#ed0000;}
a:hover img{opacity: 0.8;}

.pc_case{display: block;}
.sp_case{display: none;}

.wrapper,
.wrap750{
  box-sizing: border-box;
  position: relative;
  width: 92.1875%;
  max-width: 1180px;
  margin: 0 auto;
}
.wrap750{max-width: 750px;}

.containerbox,
.containerbox_r{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.containerbox_r{flex-direction : row-reverse}

.item02{width: 46.5%;}
.item03{width: 31.33%;}
.item04{width: 23%;}

.item02 img,.item03 img,.item04 img{width: 100%;}

.btn_area{text-align: center;}
a.button{
  box-sizing: border-box;
  position: relative;
  border: 2px solid #fff;
  border-radius: 70px;
  background: #444;
  max-width: 360px;
  width: 100%;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  color: #fff!important;
  font-size: 1.8rem!important;
  font-weight: 500!important;
  margin: 40px auto 0;
  text-decoration: none;
  outline: none;
}
a.button::after{
  content: "";
  background: url(../images/icon_linkyajirushi.svg) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right:20px;
  vertical-align: middle;
  transition: all .3s;
  margin: auto;
}
a.button:hover{background: rgba(237,0,0,.5);}
a.button:hover::after{
  right: 15px;
}

footer{
  border-top: 5px solid #ed0000!important;
  padding-top: 50px!important;
}
footer .wrapper{max-width: 1210px;}

.footaria{width: 39.7%;}
.footaria:last-child{width: 20.6%;}

.bg_gry{background: #2d2d2d;}
.txt_sc{font-size: 1.4rem!important;text-align: center;}
.txt_s{font-size: 1.4rem!important;}
.txt_bkr{
  text-align: right;
  color: #2d2d2d;
}
.txt_frs,
.txt_rs{
  font-size: 1.4rem!important;
  text-align: right;
}
.txt_frs{
  float: right;
  overflow: hidden;
  margin-top: 20px;
}

.boxmt80{margin-top: 80px!important;}
.mt15{margin-top: 15px!important;}
.mt30{margin-top: 30px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb30{margin-bottom: 30px!important;}
.mb60{margin-bottom: 60px!important;}
.color_yellow{color: #fdd000!important;}
.color_yellow_b{
  color: #fdd000!important;
  font-size: 2.2rem!important;
  font-weight: 600;
}
.color_red{color: #ad0000!important;}

@media screen and (max-width: 768px) {
  .pc_case{display: none;}
  .sp_case{display: block;}
  section{padding: 30px 0!important;}

  .item02,.item03{width: 100%;}
  .item02{margin-bottom: 60px;}

  a.button::before{
    right: 9px;
    width: 40px;
  }
  a.button::after{
    right: 15px;
  }

  .footaria,
  .footaria:last-child{width: 100%;}
  .footaria{margin-bottom: 20px;}
}

/* タイトル */
h1,h2{margin: 0;padding: 0;line-height: 1.0;}
.title_main,
.title_main02,
.title_main_line_c,
.title_main_bk{
  position: relative;
  font-size: 5.0rem!important;
  font-weight: 600;
  margin-bottom: 50px!important;
}
.other_main .title_main{margin-bottom: 0!important;}

.title_main02{font-size: 1.8rem!important;}
.title_main_bk{color: #2d2d2d;}

.title_main_line_c{text-align: center;}
.title_main_line_c::before{
  content: "";
  box-sizing: border-box;
  position: absolute;
  bottom: -24px;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ad0000;
}
.title_ribbon{
  margin-bottom: 0!important;
}
.title_ribbon span,
.title_ribbon02{
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background: #ad0000;
  font-size: 1.8rem!important;
  font-weight: 500!important;
  line-height: 40px!important;
  letter-spacing: 0.1em;
  padding: 0 5px 0 10px;
  margin-bottom: 10px!important;
}
.title_ribbon span{margin-bottom: 10px!important;}
.main_img .title_ribbon span{margin-bottom: 0!important;}

.title_ribbon02{
  max-width: 460px;
  width: 90%;
}
.title_ribbon span::after,
.title_ribbon02::after{
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  height: 40px;
  border-bottom: solid 40px #ad0000;
	border-right: solid 30px transparent;
	bottom: 100%;
}

.title_sub,
.title_sub_c{
  font-size: 2.2rem!important;
  font-weight: 500;
  margin-bottom: 40px!important;
}
.title_sub span{font-size: 1.6rem;}
.title_sub b{font-size: 1.6rem;}

.title_sub_c{text-align: center;}
.title_line{
  font-size: 1.8rem!important;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-top: 30px;
}
.title_c18,
.title_c24{
  text-align: center;
  font-size: 1.8rem!important;
  font-weight: 300!important;
  line-height: 1.8!important;
}
.title_c24{
  font-size: 2.4rem!important;
  font-weight: 600!important;
}
.title_20{
  font-size: 2.0rem!important;
  font-weight: 300!important;
  line-height: 1.8!important;
  margin-bottom: 30px!important;
}
.title_point{
  position: relative;
  font-size: 2.2rem!important;
  font-weight: 500!important;
  line-height: 1.4!important;
  margin-bottom: 20px!important;
}
.title_point::before{
  content: "◆";
  font-size: 1.6rem;
  color: #ad0000;
  margin-right: 5px;
}
.title_point_shikaku_wht{
  font-size: 1.7rem!important;
  font-weight: 500;
  line-height: 1.4!important;
  margin: 20px 0 10px!important;
}
.title_point_shikaku_wht::before{
  content: "■";
  font-size: 1.5rem;
  margin-right: 5px;
}

.title_linered{
  position: relative;
  font-size: 4.0rem!important;
  font-weight: 500!important;
  letter-spacing: 0.2em;
  margin-bottom: 50px!important;
}
/* .title_linered:first-letter{color: #ad0000;} */
.title_linered::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 40px;
  height: 2px;
  background: #ad0000;
}
.title_lineleft{
  position: relative;
  border-left: 3px solid #ad0000;
  font-size: 2.0rem!important;
  font-weight: 500!important;
  line-height: 1.5!important;
  letter-spacing: 0.2em;
  padding-left: 10px;
  margin-bottom: 20px!important;
}
.title_red{
  position: relative;
  color: #ad0000;
  font-size: 2.0rem!important;
  font-weight: 700!important;
  letter-spacing: 0.1em;
  line-height: 1.6!important;
  margin-bottom: 10px!important;
}
.title_red::before{
  content: "◆";
  margin-right: 10px;
}
.title_sub_bk{
  color: #2d2d2d;
  font-size: 1.8rem!important;
  font-weight: 700!important;
  line-height: 1.6!important;
  margin-bottom: 10px!important;
}
.yazirushi_iconred,
a.yazirushi_red{
  position: relative;
  color: #ad0000;
  font-size: 1.7rem!important;
  font-weight: 500!important;
  text-decoration: none!important;
  padding-left: 25px;
}
.yazirushi_iconred{
  text-align: left;
  color: #fff;
}
.yazirushi_iconred::before,
a.yazirushi_red::before{
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 18px;
  background: url(../images/icon_yajirushi_on.svg) no-repeat;
}
.yazirushi_iconred::before{
  top: 0;
}

@media screen and (max-width: 768px) {
  .title_main{
    font-size: 3.8rem!important;
    margin-bottom: 30px!important;
  }
  .title_sub{
    font-size: 2.0rem!important;
  }
  .title_ribbon span,
  .title_ribbon02{
    letter-spacing:0;
  }
  #regular_tenken .title_ribbon02{
    box-sizing: border-box;
    width: 100%;
    line-height: 1.6!important;
    padding: 20px;
  }
  #regular_tenken .title_ribbon02::after{
    display: none;
  }

}

/* トップバナー */
#top_banner .containerbox{
  box-sizing: border-box;
  position: relative;
  border: 3px solid #fff;
}
#top_banner .containerbox::before,
#top_banner .containerbox::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;

}
#top_banner .containerbox::before{
  width: 40px;
  height: 40px;
  background: #ad0000;
}
#top_banner .containerbox::after{
  right: 15px;
  width: 10px;
  height: 10px;
  bottom: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top_banner .containerbox:hover{
  background: rgba(237,0,0,.3);
  color: #fff!important;
}

#top_banner .item02{width: 50%;}
#top_banner .item02:first-child{
  background: url(../images/dsg/banner_img_pc.jpg) no-repeat right center / cover;
}
#top_banner .item02:last-child{
  box-sizing: border-box;
  padding: 30px;
}
.top_banner_logo{
  max-width: 280px;
  width: 80%!important;
  margin-bottom: 10px;
}
.title_dsg01,
.title_dsg02{
  text-align: left;
  font-weight: 600;
  margin-bottom: 15px!important;
}
.title_dsg01{
  font-size: 3.6rem!important;
  line-height: 1.4!important;
}
.title_dsg02{
  font-size: 2.0rem!important;
  line-height: 1.8!important;
}
@media screen and (max-width: 768px){
  #top_banner .item02{
    width: 100%;
    margin-bottom: 0!important;
  }
  #top_banner .item02:first-child{
    background: none;
  }
  .top_banner_logo{
    max-width: 360px;
    width: 100%!important;
  }
  .title_dsg01{font-size: 4.0rem!important;}
  .title_dsg02{
    font-size: 2.8rem!important;
    line-height: 1.6!important;
  }
}


/* トップカレンダー */
.month-header{
  background: #fff;
  margin: 0!important;
}
.month-header>span{
  font-size: 2.4rem!important;
  font-weight: 600!important;
}
.xo-event-calendar table.xo-month>thead th{
  background: #eee;
}
.xo-event-calendar table.xo-month .month-dayname td div{
  text-align: center!important;
  line-height: 40px;
}
.xo-event-calendar table.xo-month .month-dayname td div.today{
  color: #2c2c2c!important;
}

/* トップ販売店舗 */
ul.icon_areapin{
  margin: 20px auto;
}
.icon_areapin li{
  position: relative;
  list-style: none;
  display: block;
  color: #fff;
  font-size: 1.8rem!important;
  padding-left: 26px;
  margin-bottom: 10px;
}
.icon_areapin li a:link{color: #fff;}
.icon_areapin li a:hover{color: #ed0000;}

.icon_areapin li a::after{
  content: '';
    position: absolute;
    bottom: -5px;
    left: 10%;
    width: 80%;
    height: 6px;
    background: rgba(237,0,0,.3);
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}
.icon_areapin li a:hover::after{
  transform: scale(1, 1);
}

.icon_areapin li::before{
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../images/icon_pin.svg) no-repeat;
  width: 18px;
  height: 32px;
  margin-right: 10px;
}

/* トップイベント情報 */
#eventArea p,
#newsArea p{
  margin-bottom: 1.0em!important;
}

.p-breadcrumb__item{color: #fff;}
#google_search_widget-2,
#ad_widget-2{display: none;}
.p-breadcrumb{margin: 30px auto;}
.p-entry__inner{
  color: #2d2d2d!important;
  padding: 30px;
}
.p-widget{margin-bottom: 0;;}
.p-dropdown__title{
  background: #626262;
  color: #fff;
  font-size: 1.6rem;
}
/* .p-dropdown__title::after{
  display: none;
}
.p-dropdown__list{display: block;} */

/* お知らせ */
.p-article04__header,
.p-article04__excerpt{
  padding: 15px 20px;
}
.p-article04__title a:link,
.p-article04__title a:visited,
li.p-nav01__item a:link,
li.p-nav01__item a:visited{
  color: #2d2d2d;
}
.p-article04__date{
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}
.p-article04__excerpt{
  font-size: 16px;
  line-height: 1.7;
}

/* トップカーラインアップ */
#top_car .item02{
  display: flex;
  flex-direction: column;
}
#top_car .item02 div{width: 100%;}

#car_lineup .containerbox::after,
#top_carlineup .containerbox::after,
#sns_icon .containerbox::after{
  content: "";
  width: 32%;
}
#sns_icon .title_main{margin-bottom: 20px!important;}

#car_lineup .item03,
#top_carlineup .item03,
#sns_icon .item03{
  box-sizing: border-box;
  position: relative;
  width: 32%;
  border: 1px solid #fff;
  background: #2d2d2d;
  text-align: center;
  color: #fff;
  padding: 20px;
  margin-bottom: 2%;
}
#car_lineup .item03::before,
#top_carlineup .item03::before,
#sns_icon .item03::before{
  content: "";
  background: url(../images/top_carlineup_link.svg) no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 16px;
}

#car_lineup .item03:hover,
#top_carlineup .item03:hover{
  background: rgba(237,0,0,.5);
}
#sns_icon .item03:hover{
  background: #ddd;
}
.icon_car{
  display: block;
  width: 84px!important;
  margin: 0 auto 10px;
}
#sns_icon .containerbox{margin-top: 30px;}
#sns_icon .item03{
  background: #fff;
  padding: 0;
}
.icon_sns{
  display: block;
  width: 70px!important;
  margin: 20px auto 10px;
}
#top_exhibition img,
.tenji_img{
  width: 100%;
  height: 255px;
  object-fit: cover;
  object-position: 0 80%;
  margin-bottom: 10px;
}

/* top メンテナンス */
.img_waku{
  box-sizing: border-box;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
/* 中古車情報 */
#usedcar .item02,
#top_usedcar .item02{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #fff;
  z-index: 0;
}
#usedcar .item02::after,
#top_usedcar .item02::after{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  z-index: 1;
}
#usedcar .item02:hover::after,
#top_usedcar .item02:hover::after{
  background: rgba(0,0,0,0);
}
#usedcar .item02:hover img,
#top_usedcar .item02:hover img{
  opacity: 1;
}

/* Topics_スライダー */
.slider {
  width:100%;
  margin:0 auto;
}
.slider img {
  width:100%;
  height:auto;
}
.slider .slick-slide {
  margin:0 10px;
}
/*矢印の設定*/
.slick-prev,
.slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 15px;
  width: 15px;
}
.slick-prev {
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-prev::before,
.slick-next::before{
  content: "";
}
.slick-next {
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-slide{
  width: 96%;
}
.slick-dots {
  bottom: -35px;
  text-align:left;
  margin:20px 0 0 10px;
}
.slick-dots li {
  display:inline-block;
  margin:0 5px;
}
.slick-dots button {
  display:block;
  color: transparent;
  outline: none;
  width:5px;
  height:12px;
  background:#fff;
  border: none;
}
.slick-dots .slick-active button{
  background:#ed0000;
}
.slick-dots li{background: #fff;}

.topicsBox{
  box-sizing: border-box;
  background: #fff;
  color: #2d2d2d;
  padding: 20px;
}
.title_topics{
  border-bottom: 2px solid #ad0000;
  color: #2d2d2d;
  font-size: 1.6rem!important;
  font-weight: 600!important;
  line-height: 1.4!important;
  padding-bottom: 10px;
  margin-bottom: 10px!important;
}
#topics p{font-size: 1.4rem!important;}


/* banner_list */
#banner_list a{
  box-sizing: border-box;
  position: relative;
  display: block;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
#banner_list a::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  vertical-align: middle;
  margin: auto;
}
#banner_list a:hover{
  border: 1px solid #ed0000;
}

/* サポート情報 */
#foot_links .title_ribbon02{margin-bottom: 20px!important;}
#foot_links dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#foot_links dt{width: 40%;}
#foot_links dd{width: 60%;}

#foot_links a{
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.6rem!important;
  font-weight: 500;
  margin-bottom: 15px;
  vertical-align: middle;
	text-decoration: none;
}
#foot_links a::after{
  content: url(../images/icon_yajirushi.svg);
  width: 15px;
  height: 14px;
  margin-left: 7px;
  display: inline-block;
}
#foot_links a:hover{color: #ed0000;}
#foot_links a:hover::after{
  content: url(../images/icon_yajirushi_on.svg);
}

/* footer */
footer a:link,
footer a:visited{
  color: #fff;
}
footer .footaria dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footaria dt{
  width: 25%;
}
footer .footaria dd{
  width: 72%;
}
.foot_logo{
  display: block;
  width: 90%;
  margin: auto;
}

.title_foot01{
  font-size: 1.9rem!important;
  font-weight: 500!important;
  margin-bottom: 12px!important;
}
.title_foot02{
  font-size: 1.3rem!important;
  font-weight: 400!important;
  margin-bottom: 15px!important;
}
.title_foot03{
  font-size: 1.4rem!important;
  font-weight: 400!important;
  margin-bottom: 5px!important;
}

.foot_tel{
  letter-spacing: 0.1em;
  font-size: 2.4rem!important;
  font-weight: 500!important;
  line-height: 1.0;
}

#footer_navi li{
  width: 47%;
  list-style: none;
  font-size: 1.4rem!important;
  font-weight: 500!important;
  line-height: 1.9;
  padding-left: 0;
  margin-left: 0;
}
#footer_navi li a:visited{color: #fff;}
#footer_navi li a:hover{color: #ed0000;}

.foot_contact{
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
}
a:hover.foot_contact{
  background: rgba(237,0,0,.5);
}
.foot_mail{
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.icon_eco{
  display: block;
  width: 80px;
  margin: 20px auto 0;
}

.copy{
  text-align: center;
  font-size: 1.3rem;
  padding: 20px 0 30px;
}

/*pagetop*/
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #666;
  border: solid 1px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop_arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}


@media screen and (max-width: 768px) {
#top_meinte .title_c18,
#top_hoken .title_c18{text-align: left;}
#top_meinte .button{margin: 20px auto 40px;}
#top_usedcar .item02{
  margin-bottom: 20px;
}
#top_shop .item02,
#wheelchair .item02,
#sns_icon.item02,
#banner_list.item02{
  margin-bottom: 0;
}

#banner_list a{margin-bottom: 10px;}

footer{padding: 30px 0!important;}
footer .footaria dt,
footer .footaria dd,
#foot_links dt,#foot_links dd{
  width: 100%;
}
#foot_links dl{margin-bottom: 30px;}
footer .footaria dt,
footer .footaria dd{
  text-align: center;
}
footer .footaria dt img{
  display: block;
  width: 140px;
  margin: 0 auto 20px;
}

#sns_icon .containerbox{margin: 20px 0;}
#sns_icon .item03{width: 32%;}

#car_lineup .item03,
#top_carlineup .item03{
  padding: 30px 10px 10px;
}
#top_exhibition img,
.tenji_img{
  height: 160px;
  object-position: 50% 100%;
}
.pagetop{display: none;}

}

/* 下層ページ */
.other_main{
  width: 92.1875%;
  max-width: 1180px;
  margin: 0 auto;
}
.main_img{
  position: relative;
  padding: 0!important;
}
.main_img_cover{
  width: 100%;
  height: 350px;
  object-fit: cover;
  /* object-position: 100% 100%; */
}
#sdgs .main_img_cover{
  object-position: 100% 100%;
}
.title_other{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}

/* 店舗案内 */
section#shopmap{padding: 0!important;}
#shopmap iframe{
border: 0;
width: 100%;
}


#shopList .containerbox{align-items: center;}
#shopList .containerbox::after{
  content: "";
  width: 23%;
}
.shoplistbox:first-child{width: 145px;}
.shoplistbox:last-child{width: calc(100% - 145px);}
.shoplistbox .item04{
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 2.0rem!important;
  padding: 15px;
}
.dummy{visibility: hidden;}

#contact_item a:hover.item03,
a:hover.item04{
  background: rgba(237,0,0,.4);
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-bottom: 20px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icon_tel,
a.icon_tel{
  position: relative;
  display: block;
  color: #fff;
  font-size: 2.4rem!important;
  font-weight: 500!important;
  padding-left: 20px;
  margin: 10px 0;
}
.icon_tel::before,
a.icon_tel::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 26px;
  background: url(../images/icon_tel.svg) no-repeat;
}
.icon_tel{
  text-align: left;
  margin: 5px 0 0;
}
.icon_tel::before{
  top: 10px!important;
}
#contact_phone .icon_tel::before{
  top: 10px!important;
}
.shop_day,
.shop_holiday{
  box-sizing: border-box;
  background: #ed0000;
  border-radius: 3px;
  color: #fff;
  text-align: left;
  font-size: 1.4rem!important;
  font-weight: 400!important;
  padding: 5px 10px;
  margin: 15px 0 5px!important;
}
#shop_detail .item02,
#shop_detail .item02 .item02{
  width: 48%;
  margin-bottom: 40px!important;
}
#shop_detail .item02{width: 49%;}

@media screen and (max-width: 768px) {
  .shoplistbox:first-child,
  .shoplistbox:last-child{width: 100%;}
  .shoplistbox:first-child,
  .shoplistbox .item04{margin-bottom: 20px;}

  .shoplistbox .item04{width: 48%;}
  #shop_detail .item02,
#shop_detail .item02 .item02{width: 100%;}
}

/* 会社案内・お問い合わせ */
ol.kakko_count{
  counter-reset: cnt;
  margin-left: 0;
}
ol.kakko_count li{
  position: relative;
  list-style-type: none;
  font-size: 1.6rem;
  counter-increment: cnt;
  line-height: 1.6!important;
  padding-left: 2.5em;
  margin-bottom: 10px;
}
ol.kakko_count li::before{
  content: "【" counter(cnt) "】";
  position: absolute;
  left: 0;
}

#contact .containerbox::after{
  content:"";
  display: block;
  width:31.33%;
}
#holiday{
  width: 35%;
  margin: 20px 0 0;
}
.time_holiday{width: 47%;}


.table01,
.table02,
.recruit_table,
.entry_table{
  width: 100%;
  border-collapse: collapse;
}
.table01 tr{border-bottom: 1px solid #fff;}
.table01 tr:first-child{border-top: 1px solid #fff;}
.table02 tr{border-bottom: 1px solid #ccc;}
.table02 tr:first-child{border-top: 1px solid #ccc;}

.table01 th,
.table01 td,
.table02 th,
.table02 td{
  box-sizing: border-box;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 20px;
}
.table02 th,
.table02 td{color: #2d2d2d;}

.table01 th,
.table02 th{
  position:relative;
  width: 30%;
  font-weight: 500;
}
.table01 td,
.table02 td{
  width: 70%;
}
.table01 td a:link{color: #fff;}
.table01 td a:hover{color: #ed0000;}

.table02 th{background: #eee;}
.table02 td{background: #fff;}

.recruit_table th{width: 20%;}
.recruit_table td{width: 80%;}
.entry_table th{width: 30%;}
.entry_table td{width: 70%;}

.recruit_table td dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
.recruit_table td dl dt,
.recruit_table td dl dd{career
  box-sizing: border-box;
  border-bottom: 1px dashed #ccc;
  padding: 10px;
}
.recruit_table td dl dt{width: 35%;}
.recruit_table td dl dd{width: 65%;}


.hissu::before,
.nini::before{
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.0;
  padding: 5px 7px 4px;
  margin-right: 10px;
}
.hissu::before{
  content: "必須";
  background: #c8161d;
}
.nini::before{
  content: "任意";
  background: #666;
}

#contact input[type="text"],
#contact input[type="email"],
#contact textarea, select,
#mitsumori input[type="text"],
#mitsumori input[type="email"],
#mitsumori textarea, select,
#entryArea input[type="text"],
#entryArea input[type="email"],
#entryArea textarea, select{
  background-color: #fcfcfc;
  border-color: #d2dadf;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: #555;
  font-family: inherit;
  font-size: 1.6rem;
  vertical-align: baseline;
  padding: 10px;
  width: 100%;
  border-radius: 1px;
}
#contact input[type=text]:focus,
#contact textarea:focus,
#mitsumori textarea:focus,
#entryArea textarea:focus{
  outline: none;
}
::placeholder {
  color: #aaa;
  font-size: .87rem;
}
#contact input[type="submit"],
#contact input[type="reset"],
#contact input[type="button"],
#entryArea input[type="submit"],
#entryArea input[type="reset"],
#entryArea input[type="button"]{
  box-sizing: border-box;
  display:block;
  width: 200px;
  border: none;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  padding: 10px 20px 7px;
  margin: 30px auto;
}
#contact input[type="submit"],
#entryArea input[type="submit"]{
  background: #777;
  color: #fff;
}

#contact .mwform-checkbox-field,
#entryArea .mwform-checkbox-field{
  display: block;
  margin-left: 0;
}
.postbox{width: 4em!important;}

#contact input.dis,
#entryArea input.dis{
  background: #b5b5b5;
  color: #313131;
}
#contact input[type="reset"],
#contact input[type="button"],
#entryArea input[type="reset"],
#entryArea input[type="button"]{
  background: #b5b5b5;
}
.hover:hover{
  background: #b5b5b5;
}
::placeholder{
  color: #aaa;
  font-size: 14px;
}
.th100{width: 100%;}

#contact_thanks p{
  text-align: center;
  line-height: 2.0!important;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px){
  #holiday{
    width: 100%;
  }
  .table02 th,
  .table02 td{
    display: block;
    width: 100%;
  }
  #contact_thanks p{text-align: left;}

  #btn_radio .mwform-radio-field{
    display: block;
    margin-left: 0;
  }
}

/* SDGsについて */
#sdgs .item02:first-child{width: 35%;}
#sdgs .item02:last-child{
  box-sizing: border-box;
  width: 63%;
  background: #eee;
  color: #2d2d2d;
  padding: 20px;
}
#sdgs .item02 p{
  text-align: justify;
}
.item03_sdgs{
  width: 31.4%;
  margin-bottom: 10px;
}
.item03_sdgs img{
  display: block;
  width: 100%;
}
#sdgs .item02 .item02{
  width: 49%;
  padding: 0!important;
}

#sdgs .title_ribbon{margin-bottom: 15px!important;}

@media screen and (max-width: 768px){
  #sdgs .item02:first-child,
  #sdgs .item02:last-child,
  #sdgs .item02 .item02{
    width: 100%;
    margin-bottom: 20px;
  }
  #sdgs .item02:last-child{
    padding: 20px 10px;
  }
  #sdgs .title_ribbon span{
    width: 90%;
  }
  .title_red::before{
    margin-right: 5px;
  }

}

/* アフターサービス */
/* メンテナンス */
#maintenance .title_ribbon02,
#hoken .title_ribbon02{
  margin-bottom: 20px!important;
}
#point3 dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}
#point3 dl dt{
  width: 18%;
  color: #ad0000;
  font-family: serif;
  font-size: 8.0rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.0;
}
#point3 dl dd{
  width: 80%;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 0;
}
#ment_schedule{
  background: #fff;
}
#ment_schedule .title_main_bk{margin-bottom: 0!important;}
#ment_schedule .containerbox{
  align-items:flex-end;
  margin-bottom: 40px;
}
.ment_schedulebox:first-child{width: 30%;}
.ment_schedulebox:last-child{width: 70%;}
.title_ment_sub16{
  text-align: left;
  color: #2d2d2d;
  font-size: 1.6rem!important;
  font-weight: 500!important;
  line-height: 1.8!important;
}


#regular_tenken dl{
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #d9d9d9;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
  margin-bottom: 20px;
}

#regular_tenken dl dt{
  box-sizing: border-box;
  width: 30%;
  display: flex;
  align-items: center;
}
#regular_tenken dl dd{
  box-sizing: border-box;
  position: relative;
  background: #2c2c2c;
  width: 70%;
  padding: 10px 35px 10px 15px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#regular_tenken dl dd p{line-height: 1.8!important;}

#regular_tenken a:link dl dd,
#regular_tenken a:visited dl dd{
  color: #fff;
}
#regular_tenken a:hover dl dd{
  background: rgba(0,0,0,.6);
  color: #fff!important;
}

#regular_tenken dl dd::after{
  content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
}

#regular_tenken dl dt h4{
  box-sizing: border-box;
  color: #2d2d2d;
  font-size: 2.0rem!important;
  line-height: 1.4;
  padding: 10px;
}
#regular_tenken dl dt h4 span{font-size: 1.4rem!important;}

ul.tenken_list{
  margin-left: 0;
}
ul.tenken_list li{
  list-style: none;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
ul.tenken_list li::before{
  content: "●";
  font-size: 1.3rem;
  margin-right: 5px;
}
dl.tenken_price{
  box-sizing: border-box;
  border: 2px solid #ad0000;
  background: #ad0000;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
dl.tenken_price dt,
dl.tenken_price dd{
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 15px;
  margin-bottom: 0;
}
dl.tenken_price dt{
  width: 25%;
  text-align: center;
  color: #fff;
}
dl.tenken_price dd{
  width: 75%;
  background: #fff;
  color: #2d2d2d;
}
.tenken_pricetableArea{
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.tenken_pricetable img{
  box-sizing: border-box;
  border: 2px solid #ad0000;
  max-width: 100%;
  min-width: 980px;
  vertical-align: top;
}

/* 保険 */
.title_hoken{
  text-align: center;
  letter-spacing: 0.1em;
  font-family: serif;
  font-size: 3.0rem!important;
  font-weight: 700!important;
  line-height: 1.8!important;
  margin-bottom: 25px!important;
}
.title_hoken span{
  background:linear-gradient(transparent 70%, #ed0000 50%);
}
.hoken_icon{
  display: block;
  width: 40%!important;
  margin: 10px auto;
}

#hoken .item03{
  box-sizing: border-box;
  width: 32.333%;
  background: #2c2c2c;
  border: 1px solid #fff;
  text-align: center;
  padding: 10px 15px 5px;
  margin-bottom: 10px;
}
#hoken a:link.item03,
#hoken a:visited.item03{color: #fff!important;}
#hoken a:hover.item03{
  background: rgba(237,0,0,.4);
}
#hoken a:link.item03 .title_sub_c{
  font-weight: 600!important;
  margin-bottom: 20px!important;
}

/* 3つのメリット */
#merit .containerbox{
  border-bottom: 1px solid #666;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
#merit .containerbox .containerbox{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#merit .containerbox .containerbox .item02{
  width: 49%;
}

.meritBox:first-child,
.meritBox:last-child{
  box-sizing: border-box;
  padding: 20px 20px 0;
}
.meritBox:first-child{
  width: 36%;
}
.meritBox:last-child{
  width: 60%;
}
.title_merit01,
.title_merit02,
.title_merit03{
  box-sizing: border-box;
  position: relative;
  font-family: serif;
  font-size: 2.4rem!important;
  font-weight: 600!important;
  padding-left: 50px;
  margin-bottom: 30px!important;
}
.title_merit01::before,
.title_merit02::before,
.title_merit03::before{
  position: absolute;
  top: -20px;
  left: 0;
  display: inline-block;
  color: #ad0000;
  font-style: italic;
  font-size: 6.0rem;
  font-weight: 400!important;
}
.title_merit01::before{
  content: "1";
}
.title_merit02::before{
  content: "2";
}
.title_merit03::before{
  content: "3";
}
.merit_img{
  border-radius: 10px;
}
.point_merit{
  color: #fdd000;
  text-align: center;
  font-size: 2.4rem!important;
  font-weight: 500;
}



/* もしもの時の安心ガイド */
#shop_guide .containerbox{
  align-items: center;
}
#shop_guide .item02:first-child{
  box-sizing: border-box;
  border: 1px solid #ad0000;
  background: #fff;
  width: 30%;
  padding: 30px 20px;
}
#shop_guide .item02:last-child{
  width: 68%;
}
.btn_red{
  display: block;
  width: 80%;
  background: #ad0000;
  border-radius: 30px;
  text-align: center;
  color: #fff!important;
  font-size: 1.8rem!important;
  padding: 15px 10px;
  margin: 20px auto 0;
}
.hoken_tel{
  font-size: 2.6rem!important;
  font-weight: 600!important;
  line-height: 1.4!important;
}

#other_hoken .item02 a.item02{
  box-sizing: border-box;
  border: 1px solid #ad0000;
  background: #fff;
  color: #2d2d2d;
  text-align: center;
  padding: 20px;
}



@media screen and (max-width: 768px){
  #afterservice .item02 .title_c18,
  #maintenance .title_c18{
    text-align: left!important;
  }
  #point3 .item03{margin-bottom: 40px!important;}
  .ment_schedulebox:first-child,
  .ment_schedulebox:last-child{width: 100%;}
  dl.tenken_price,
  #regular_tenken dl dt,
  #regular_tenken dl dd{
    width: 100%;
  }
  dl.tenken_price dt,
  dl.tenken_price dd{padding: 10px;}
  dl.tenken_price dt{width: 30%;}
  dl.tenken_price dd{width: 70%;}

  .tenken_pricetable::after{
    content: "→ 横にスクロールして見てください";
    color: #fff;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .title_hoken{font-size: 2.4rem!important;}
  #hoken .item03,
  #shop_guide .item02:first-child,
  #shop_guide .item02:last-child{width: 100%;}
  #shop_guide .item02:first-child{
    padding: 20px 10px;
    margin-bottom: 10px!important;
  }
  #shop_guide .item02:last-child{margin-bottom: 0!important;}
  #other_hoken .item02{
    margin-bottom: 20px!important;
  }
  .hoken_tel{font-size: 3.0rem!important;}


  #merit .title_ribbon02{
    margin-bottom: 40px!important;
  }
  .meritBox:first-child,
  .meritBox:last-child{
    width: 100%;
    padding: 0;
  }
  #merit .containerbox{
    padding-bottom: 30px;
  }
  #merit .containerbox .containerbox .item02{
    width: 100%;
    margin-bottom: 10px!important;
  }


}

/* お問い合わせ */
#contact_item .item03{
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 10px 10px 20px;
}
#contact_item .item03 p{
  color: #fff;
  text-align: center;
}
#contact a:hover.item03,
#contact a:visited.item03,
#contact a:link.item03{color: #fff!important;}

#contact img.hoken_icon{
  width: 50%!important;
  margin: 10px auto 20px;
}
#contact_phone .phone_list:first-child{
  width: 24%;
}
#contact_phone .phone_list:last-child{
  width: 74%;
}
.titlemain_phone{
  box-sizing: border-box;
  border: 1px solid #ed0000;
  text-align: center;
  color: #ed0000;
  font-size: 2.4rem!important;
  font-weight: 500!important;
  letter-spacing: 0.3em;
  line-height: 80px!important;
  margin-bottom: 20px!important;
}
.title_phone{
  font-size: 2.0rem!important;
  font-weight: 600!important;
  border-bottom: 1px solid #ad0000;
  padding-bottom: 10px;
  margin-bottom: 10px!important;
}
.title_phone::before{
  content: "■";
  color: #ad0000;
  font-size: 1.6rem;
  margin-right: 10px;
}
.phone_list .item03{
  margin-bottom: 50px;
}
.title_shikakuline{
  border-bottom: 1px solid #fff;
  font-size: 1.4rem!important;
  font-weight: 400!important;
  padding-bottom: 5px;
  margin-bottom: 10px!important;
}
.title_shikakuline::before{
  content: "■";
  color: #fff;
  font-size: 1.4rem;
  margin-right: 5px;
}
.btn_redbox{
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff!important;
  text-align: center;
  font-size: 1.3rem!important;
  padding: 10px;
}
.btn_redbox:hover{
  background: rgba(237,0,0,.4);
}
.contact_box{
  box-sizing: border-box;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  padding: 20px 20px 15px;
}

/* policy */
.box60{
  position: relative;
  padding-top: 60px;
  margin-bottom: 60px;
}
.box60::after{
  content: "";
  position: absolute;
  bottom: -60px;
  left: calc(50% - 30%);
  border-bottom: 1px solid #fff;
  width: 60%;
  height: 2px;
}
.title_policy{
  font-size: 1.8rem!important;
  font-weight: 300!important;
  line-height: 1.8!important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  margin-bottom: 40px;
}
.title_nowht{
  font-size: 1.7rem!important;
  font-weight: 600!important;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.8!important;
  margin-bottom: 10px!important;
}
ul.marulist,
ol.marulist,
ul.policy_linklist{
  margin: 0;
  padding: 0
}
.marulist li{
  list-style-type: none!important;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.6;
  margin-bottom: 30px!important;
}
.list_shikaku li,
.policy_linklist li{
  position: relative;
  list-style-type: none!important;
  color: #fff;
  line-height: 1.6!important;
  margin: 10px 0!important;
}
.policy_linklist li::before{
  content: "□";
  margin-right: 10px;
}
.policy_linklist li::after{
  content: "";
  background: url(../images/top_carlineup_link.svg) no-repeat;
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-left: 5px;
}
.list_shikaku li::before{
  content: "■";
  margin-right: 10px;
}
#policy p.txt_rs{
  margin-top: 100px!important;
}

/* メール受信設定 */
.title_mail{
  font-size: 2.4rem!important;
  font-weight: 400!important;
  line-height: 1.7!important;
  margin-bottom: 40px!important;
}
.title_mail span{
  font-size: 3.0rem!important;
  font-weight: 700!important;
}
.title_mail02{
  color: #fdd000;
  text-align: center;
  font-size: 1.7rem!important;
  font-weight: 700!important;
  line-height: 1.8!important;
}
.title_mail02 span{
  display: block;
  font-size: 1.6rem!important;
  font-weight: 400!important;
}
.mailBox{
  margin-bottom: 60px;
}
.mailBox a:link,
.mailBox a:visited,
#tetuduki a:link,
#tetuduki a:visited{
  color: #ad0000!important;
}
.mailBox a:hover,
#tetuduki a:hover{color: #777!important;}

#mail_setting a.item04{
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  color: #2d2d2d!important;
  text-align: center;
  padding: 0 0 10px;
}
#mail_setting a:hover.item04{
  border: 2px solid #ad0000;
}
#mail_setting a:hover.item04 p{color: #ad0000;}

.bg_rgry{
  box-sizing: border-box;
  background: #eee;
  color: #2d2d2d!important;
  padding: 20px;
}
#mail_setting ol{
  padding-inline-start: 0;
  list-style-position: inside;
}
#mail_setting ol li{
  line-height: 1.8;
}

#ownership{
  background: #fff;
}
#ownership .title_line{
  border-bottom: 1px solid #2d2d2d;
  color: #2d2d2d!important;
  font-weight: 700!important;
  line-height: 2.4rem!important;
  padding-bottom: 10px!important;
  margin-top: 0!important;
  margin-bottom: 20px!important;
}
#ownership .title_point,
#ownership p,
#ownership li{
  color: #2d2d2d!important;
}
#ownership .title_point{font-size: 1.8rem!important;}
.ownership_box{
  box-sizing: border-box;
  color: #2d2d2d;
  background: #f0e2e3;
  padding: 20px 20px 1px;
  margin-bottom: 60px;
}
.ownership_box p{
  margin-bottom: 20px!important;
}
.bg_mizuiro02{
  box-sizing: border-box;
  background: #d8eaf2;
  text-align: center;
  padding: 20px 20px;
}
.bg_mizuiro02 a:link,
.bg_mizuiro02 a:visited{color: #2d2d2d!important;}

.link_yellow{
  box-sizing: border-box;
  display: block;
  color: #2d2d2d!important;
  background: #FFFF00;
  text-decoration: underline;
  font-size: 1.4rem!important;
  padding: 10px!important;
  margin-bottom: 10px!important;
}
.txt_br {
  border-bottom: 1px solid #2d2d2d;
  color: #2d2d2d;
  font-size: 1.6rem!important;
  font-weight: bold;
  line-height: 1.6!important;
  margin-bottom: 30px!important;
}
.waku_box {
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px;
}

@media screen and (max-width: 768px){
  #contact_phone .phone_list:first-child,
  #contact_phone .phone_list:last-child{
    width: 100%;
  }
  #contact .item03{
    width: 100%;
    margin-bottom: 20px;
  }
  #contact img.hoken_icon{width: 70%!important;}
}

/* みんなの思い出 */
#memory_photo img{
  display: block;
  width: 100%;
}
#memory_photo img{
  width: 100%;
  margin-bottom: 10px;
}
#memory_photo .item04{margin-bottom: 30px!important;}
#memory_photo .item04 p{
  font-size: 1.4rem!important;
}
.photo_titleimg{
  position: relative;
  background: url(../images/photo/main_title.jpg) no-repeat center / cover;
  min-height: 360px;
  height: 100%;
  z-index: 0;
}
.photo_titleimg::after{
  content: '';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.title_poto{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#fff;
  font-family:serif;
  font-size:2.0rem!important;
  font-weight:bold!important;
  line-height: 1.8!important;
  margin-bottom: 0!important;
  z-index: 5;
}
#memory_photo a:link{
  color: #fff!important;
}
#entry img{
  margin: 0 auto 10px;
}
.info_box{
  box-sizing: border-box;
  background: #fff;
  padding: 40px 20px;
  margin-bottom: 40px;
}
#album a:link.item04,
#album a:visited.item04{color: #fff;}
#album a:hover.item04{
  opacity: 0.5;
  color: #fff;
  background: none;
}

@media screen and (max-width: 768px){
  .title_poto{
    top: 10%;
    left: 5%;
    padding-right: 5%;
    transform: none;
    font-size:1.8rem!important;
  }
  #memory_photo .item04{
    width: 48%;
    margin-bottom: 20px;!important}
}

/* インスタグラム */
.instaBox{
  width: 100%;
  margin-bottom: 20px;
}
dl.instaArea{
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}
dl.instaArea dt,
dl.instaArea dd,
#side_link dt,
#side_link dd{
  box-sizing: border-box;
  padding: 10px;
}
dl.instaArea dt,#side_link dt{width: 20%;}
dl.instaArea dd{width: 78%;}
#side_link dd{width: 75%;}
#side_link dt,
#side_link dd{padding: 0;}

#side_link .instaArea{
  border-radius: 7px;
  align-items: center;
  padding: 10px;
  margin-top: 10px;
}
.insta_img{
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
dl.instaArea dd p{
  font-size: 1.4rem!important;
}
#instagram .title_point{
  font-size: 1.8rem!important;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px!important;
}
#instagram dl:hover,
#side_link dl:hover{
  color: #fff;
  background: rgba(237,0,0,.3);
}

/* サイドバー */
#side_link{
  margin-bottom: 60px;
}
#side_link dl{
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.title_insta{
  position: relative;
  font-size: 1.7rem!important;
  font-weight: 500!important;
  line-height: 1.4!important;
  padding-left: 34px;
  margin-bottom: 8px!important;
}
.title_insta::before{
  content: "";
  background: url(../images/icon_insta.svg) no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-right: 10px;
}
#side_link .title_point{
  font-size: 1.4rem!important;
  margin-bottom: 5px!important;
}
#side_link p{
  font-size: 1.2rem!important;
}

/* D:StyleGrage */
#dsg .item02{width: 48%;}
.img_full{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 30px!important;
}

#dsg_concept{
  background-image: linear-gradient(150deg, rgba(55, 76, 26, 1) 10%, rgba(38, 50, 21, 1) 40% 68%, rgba(55, 76, 26, 1) 90%);
}
#dsg_concept p{
  font-size: 1.8rem!important;
  line-height: 2.0!important;
  margin-bottom: 20px!important;
}
.dsg_concept_txt{
  box-sizing: border-box;
  padding: 30px;
  /* margin: 30px auto; */
}
#dsg_concept .wrap750{
  position: relative;
  background: url(../images/dsg/dsg_concept_bk.jpg) no-repeat center center / cover;
}



.dsg_logo01{
  max-width: 420px!important;
  width: 90%!important;
  margin: 0 auto 20px!important;
}
.text_logo{
  max-width: 260px!important;
  margin-bottom: 20px;
}
.custom_d5logo{
  max-width: 180px!important;
  width: 80%!important;
  margin-bottom: 40px!important;
}
.menu_logo,
.menu_logo02{
  display: inline-block;
  margin-right: 20px!important;
}
.menu_logo{max-width: 130px!important;}
.menu_logo02{max-width: 150px!important;}


/* カスタムメニュー */
#d5costom .title_sub_c{
  margin-bottom: 20px!important;
}
#d5costom .title_c18{
  margin-bottom: 40px!important;
}
#d5costom{overflow: hidden;}
.costom_img{display: flex;}
.costom_txtbox{
  box-sizing: border-box;
  width: 30%;
  padding: 30px 30px 0 0;
}
.costom_imgbox{
  flex: 1;
  margin-right: calc(70% - 70vw);
}
.costom_table{
  width: 100%;
  border-collapse: collapse;
  margin: 30px auto 10px!important;
}
.costom_table tr{border-bottom: 1px solid #fff;}
.costom_table tr:first-child{
  background: #666;
  border-bottom: none;
}
.costom_table th,
.costom_table td{
  box-sizing: border-box;
  font-size: 1.7rem;
  padding: 5px;
}
.costom_table th{width: 65%;}
.costom_table td{width: 35%;text-align: right;}
.font_mini{font-size: 1.3rem!important;}

#menu_d5 .containerbox::after,
#menu_d5_styleB .containerbox::after,
#delicamin .containerbox::after{
  content:"";
  display: block;
  width: 31.33%;
}
.custombox .item03{margin-bottom: 30px;}
.custombox .item03 img{
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 6px;
  margin-bottom: 10px;
}
.custombox .item03 p{color: #999;}

/* デリカミニ */
#dsg_subimg .wrapper{
  height: 500px;
}
.logo_posi{
  background: url(../images/dsg/delicamini_main.jpg) bottom right / cover;
  width: 100%;
  height: 500px;
}
#dsg_subimg .dsg_subimg_logo{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 300px;
  width: 50%;
  height: 500px;
}

#delicamin section:first-of-type{
  padding: 80px 0 0!important;
}
#delicamin{background: #263215;}

.main_imgsize{
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 100% 100%;
}

.dsg_photo{width: 50%;}

/* 特徴 */
.feature p{
  text-align: justify;
  line-height: 1.8!important;
}
.feature:first-child{
  width: 60%;
}
.feature:last-child{
  position: relative;
  width: 37%;
  padding-top: 200px;
}
.title_feature{
  box-sizing: border-box;
  position: absolute;
  top: 40px;
  width: 560px;
  background: #374c1a;
  font-family: serif;
  font-size: 2.8rem!important;
  line-height: 1.6!important;
  padding: 20px;
}
#staff .title_feature{
  right: 0;
}

/* Showroom */
#showroom dl{
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #fff;
  padding: 20px 20px 3px;
  margin: 30px auto 0;
}
#showroom dl::before{
  content: "";
  background: url(../images/top_carlineup_link.svg) no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 16px;
}
#showroom dl dt{width: 15%;}
#showroom dl dd{
  width: 80%;
  font-size: 2,0rem;
  line-height: 1.6;
}
#showroom dl dd span{
  display: block;
  font-size: 1.6rem;
}
#showroom dl:hover{
  background: #666;
  color: #fff;
}
.insta_wht{
  width: 80%!important;
}

@media screen and (max-width: 1275px){
  .title_feature{width: 500px;}
}
@media screen and (max-width: 768px){
  #dsg_concept .wrap750{
    background: url(../images/dsg/dsg_concept_bk.jpg) no-repeat center right / cover;
    width: 93%;
  }

  .custom_d5logo{margin-bottom: 20px!important;}

  .costom_imgbox{
    flex: 0;
    margin: 0;
  }
  #dsg_subimg .wrapper{height: auto;}
  #dsg_subimg .dsg_subimg_logo{
    position: static;
    width: 70%;
    height: auto;
    margin: 30px auto 0;
  }
  .logo_posi{
    background: none;
    height: auto;
  }

  table.costom_table th,
  table.costom_table td{
    line-height: 1.4;
    padding: 10px 5px;
  }
  .dsg_photo{width: 100%;}
  #delicamin section:first-of-type{
    padding: 30px 0 0!important;
  }
  .feature:first-child,
  .feature:last-child{
    width: 100%;
  }
  .feature:last-child{padding-top: 0;}

  .title_feature{
    position: static;
    display: block;
    width: 100%;
  }


}



@media screen and (max-width: 768px) and (hover: hover) {
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
}