@charset "utf-8";

/*gnav-----------------------------------------------------------------------*/
#gnav {
  position: fixed;
  clear: both;
  width: 100%;
  background: #f0ead4;
  top: 70px;
  box-shadow: 0px 12px 10px -11px #a8a8a7;
  z-index: 10000;
}

#gnav .inner {
  width: 1000px;
  margin: 0 auto;
}

#gnav ul {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-right: 1px solid #c6b984;
}

#gnav li {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #c6b984;
}

#gnav li a {
  font-size: 100%;
  font-weight: bold;
  display: block;
  padding: 12px 5px;
  text-align: center;
  text-decoration: none;
  color: #282828;
  background: #f0ead4;
  background: -moz-linear-gradient(top, #f0ead4 0%, #dfd2a6 100%);
  background: -webkit-linear-gradient(top, #f0ead4 0%, #dfd2a6 100%);
  background: linear-gradient(to bottom, #f0ead4 0%, #dfd2a6 100%);
}

#gnav li a:hover {
  color: #fff;
  background: #cd0f10;
}

/*--------------------------------------------------------------*/
.top_reason {
  width: 1000px;
  margin: 0 auto;
}

.top_reason ul {
  padding: 20px 30px;
  text-align: center;
  background: #ffe300;
}

.top_reason ul li {
  margin-bottom: 10px;
}
.top_reason ul li img{
  width:100%;
}
@media screen and (max-width: 768px) {
.top_reason {
  width: 100%;
  margin: 0 auto;
  padding:30px 0px;
}

.top_reason ul {
  padding: 5px 5px;
  text-align: center;
  background: #ffe300;
}

.top_reason ul li {
  margin-bottom: 0px;
}

}


/*------------------------------------------------------------*/
.top-bnr {
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.top-bnr ul li {
  margin-bottom: 15px;
}
.top-bnr ul li img{
  width:100%;
}
.top-bnr.service_bnr ul{
  width: 1000px;
  margin: 0 auto;
  display:flex;
  justify-content: space-between;
  gap:20px 20px
}
.top-bnr.service_bnr ul li{
  width:calc(100% / 2);
}
.top-bnr.footer_bnr ul{
  width: 1000px;
  margin: 0 auto;
  display:flex;
  justify-content: space-between;
  gap:20px 20px
}
.top-bnr.footer_bnr ul li{
  width:calc(100% / 2);
}
/*------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-bnr {
    width: 95%;
  }
  .top-bnr ul li img {
    width: 100%;
  }
  .top-sp-menu {
    width: calc(100% - 10px);
    margin-bottom: 20px;
    padding: 10px 5px 5px 5px;
    background: #ededed;
  }
  .top-sp-menu ul {
    display: flex;
    /*横並び*/
    align-items: center;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .top-sp-menu ul li {
    width: calc(100% / 3 - 5px);
    margin-bottom: 10px;
  }

  .top-sp-menu ul li img {
    width: 100%;
  }
.top-bnr.service_bnr ul{
  width: 90%;
  margin: 0 auto;
  display:block;
  justify-content: space-between;
  gap:20px 20px
}
.top-bnr.service_bnr ul li{
  width:calc(100% / 1);
}
.top-bnr.footer_bnr ul{
  width: 90%;
  display:flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.top-bnr.footer_bnr ul li{
  width: calc(100% / 2 - 20px);
}
  
}

/*----------------------------------------------------------------------------------*/
.bnr {
  margin: 0 auto;
  margin-bottom: 35px;
  text-align: center;
}

#mainimg ul li {
  margin: 0 1px;
}

#mainimg ul li img {
  max-width: 80vw;
}

@media screen and (min-width: 1000px) {
  #mainimg ul li {
    width: 1000px !important;
  }

  #mainimg ul li img {
    width: 100%;
    max-width: 1000px;
  }
}

.pricebox {
  padding: 10px 0 0;
}

#contents .pricebox .inner h2.tit {
  font-size: 200%;
  line-height: 170%;
  margin: 5px;
}

#contents .pricebox .inner p.notice {
  font-size: 70%;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
/*top_price---------------------------*/
#contents .pricebox {
  margin-bottom: 80px;
}

#contents .pricebox .inner {
  padding: 0;
}

.pricebox .inner {
  width: 100%;
  margin: 0 auto;
}

.pricebox .tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: center;
  color: #e3000e;
}

.pricebox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.pricebox ul li {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf;
}

.pricebox ul li .img {
  display: table-cell;
  box-sizing: border-box;
  width: 30%;
  padding-right: 8px;
  vertical-align: middle;
}

.pricebox ul li .img img {
  width: 80%;
}

.pricebox ul li .cate {
  display: table-cell;
  box-sizing: border-box;
  width: auto;
  vertical-align: middle;
}

.pricebox ul li .cate .txt01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}

.pricebox ul li .cate .txt01 span {
  font-size: 120%;
}

.pricebox ul li .cate .txt02 span {
  font-size: 80%;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 5px;
  background: #ddd;
}

.pricebox ul li .price {
  font-family: 'Anton', sans-serif;
  font-size: 72px;
  display: table-cell;
  box-sizing: border-box;
  width: 46%;
  padding-left: 3%;
  text-align: right;
  vertical-align: middle;
  color: #e3000e;
}

.pricebox ul li .price span {
  font-size: 70%;
  font-weight: bold;
}


a.price_link{
  width: 50%;
  margin: 0px auto;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
  padding: 20px 9px;
  color: #ff0;
  background: #f70013;
  text-align: center;
  line-height: 28px;
  position: relative;
  display: block;
  line-height: 1.5;
  padding-right: 10px;
  font-size: 140%;
}

a.price_link::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #ff0;
	border-right: 2px solid #ff0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*//top_price---------------------------*/
@media screen and (max-width: 768px) {
a.price_link{
    width: 80%;

}
}
/*top_price_block---------------------------*/
.top-price {
    width: 100%;
    padding: 60px 0px;
    overflow: hidden;
    height: auto;
    background: #F4F5F9;
}
.top-price .inner {
    width: 1000px;
    margin: 0px auto;
	margin-bottom:15px;
    overflow: hidden;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-price h2  {
	text-align:center;
    font-size: 180%;
    line-height: 150%;
    margin-bottom: 15px;
	color:#f71512;
}

.top-price-block {
    width: calc(100% /4 - 10px);
    padding-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0px 5px 10px -5px #b8b8b8;
}

.top-price-block a {
    text-decoration: none;
}

.top-price-block a:hover {
    text-decoration: none;
}

.top-price-block a:hover h3 {
    color: #ffe500;
}

.top-price-block a:hover h3 span {
    color: #ffe500;
}
.top-price .inner h3 {
    padding: 10px 0px;
    font-size: 130%;
    line-height: 100%;
    background: #4B575C;
    color: #FFF;
    text-align: center;
}

.top-price .inner h3 span {
    font-size: 50%;
    line-height: 160%;
    color: inherit;
    display: block;
}
.top-price .inner div.car {
    width: 100%;
    padding-top: 10px;
    text-align: center;
}
.top-price .inner div.car img {
    width: 55%;
}
.top-price .inner div.price {
    width: 100%;
    font-size: 240%;
    line-height: 110%;
    color: #e3000e;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}
.top-price .inner div.price p {
    font-size: 45%;
    line-height: 120%;
    letter-spacing: 0px;
}
.top-price .inner div.price span {
    font-size: 50%;
    line-height: 1;
    font-weight: bold;
    color: inherit;
}
@media screen and (max-width: 768px) {
.top-price {
    padding: 30px 0px;
    margin-bottom: 40px;
}
.top-price .inner {
    width: 90%;
	margin-bottom:15px;
    padding: 30px 0px;
}
.top-price h2  {
	font-size: 110%;
	line-height: 150%;
	margin-bottom: 15px;
}

.top-price-block {
    width: calc(100% /2 - 10px);
    padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
	position:relative;
}

.top-price-block::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 3px solid #05bacf;
    border-right: 3px solid #05bacf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


	
.top-price .inner h3 {
    padding: 5px 0px;
    font-size: 130%;
    line-height: 100%;
}

.top-price .inner h3 span {
    font-size: 50%;
    line-height: 160%;
}
.top-price .inner div.car {
    width: 100%;
    padding-top: 5px;
}
.top-price .inner div.car img {
    width: 55%;
}
.top-price .inner div.price {
    width: 100%;
    font-size: 215%;
    line-height: 110%;
    letter-spacing: 1px;
}
.top-price .inner div.price p {
    font-size: 45%;
    line-height: 120%;
    letter-spacing: 0px;
}
}
/*----------------------------------------------------*/
  .pricebox ul li a:hover{
    text-decoration:none;
  }
@media screen and (max-width: 768px) {
  .pricebox {
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

  #contents .pricebox {
    margin-bottom: 60px;
  }

  #contents .pricebox .inner h2.tit {
    font-size: 105%;
    line-height: 170%;
  }

  #contents .pricebox .inner p.notice {
    font-size: 70%;
    width: 80%;
    margin: 0 auto;
  }

  .pricebox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }

  .pricebox ul li {
    width: 95%;
  }
  .pricebox ul li a{
    color:inherit;
    display:block;
    position:relative;
  }
.pricebox ul li a::after {
	position: absolute;
    top: 50%;
    right: 0px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 3px solid #05bacf;
    border-right: 3px solid #05bacf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
  .pricebox ul li a:hover{
    text-decoration:none;
  }
  .pricebox ul li .img {
    width: 25%;
  }

  .pricebox ul li .img img {
    width: 100%;
  }

  .pricebox ul li .price {
    font-family: 'Anton', sans-serif;
    font-size: 210%;
    width: 44%;
    padding-right: 18px;
  }

  .pricebox ul li .price span {
    font-size: 21px;
  }

  .pricebox ul li .cate .txt01 {
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4px;
  }

  .pricebox ul li .cate .txt01 span {
    font-size: 110%;
  }

  .pricebox ul li .cate .txt02 span {
    font-size: 50%;
    padding: 4px 5px;
    border-radius: 0;
  }
}

/*---------------------------------------------------------------------------*/
.reservebox {
  padding: 72.8% 10px 0;
  background: url("../img/bg_top_reserve.png") no-repeat;
  background-size: contain;
}

.reservebox p.txt {
  margin-bottom: 10px;
}

.reservebox p.bnr {
  display: none;
}

#contents .reservebox .inner {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .reservebox {
    padding: 0;
    background: none;
  }

  .reservebox p.txt {
    display: none;
  }

  .reservebox p.btnstyle {
    display: none;
  }

  .reservebox p.bnr {
    display: block;
    width: 100%;
    max-width: 976px;
    margin: 0 auto;
  }
}

.esitimatebox {
  padding: 35px 20px;
}

.esitimatebox form ul {
  margin-bottom: 20px;
  padding: 0 20px;
}

.esitimatebox form ul li {
  position: relative;
}

.esitimatebox form ul li .tit {
  font-size: 16px;
  font-weight: bold;
}

.customSelect {
  width: 100% !important;
}

span.customSelect {
  font-size: 15px;
  line-height: 50px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px 0 15px;
  text-align: left;
  color: #454545;
  border: 1px solid #d1d0ce;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, .3);
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, .3);
  -ms-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, .3);
  -o-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, .3);
}

.customSelectInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  padding: 0 9px 0 0;
  background: url("../img/ico_select.png") no-repeat center right;
  background-size: 6px 13px;
}

.columnbox {
  padding: 20px;
  background: #f5f5f5;
}

#contents .columnbox .inner {
  padding: 0;
}

.columnbox li+li {
  margin-top: 25px;
}

.columnbox .img {
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .columnbox .inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .columnbox ul {
    overflow: hidden;
  }

  .columnbox li {
    float: left;
    width: 49%;
  }

  .columnbox li:nth-child(even) {
    float: right;
  }

  .columnbox li+li {
    margin: 0;
  }

  .columnbox .img {
    text-align: left;
  }
}

.accessbox {
  padding: 25px 10px;
}

.accessbox .accessboxtop {
  margin-bottom: 25px;
  padding: 0 10px;
}

.accessbox .shoplist li {
  border-top: 1px solid #9fa2a3;
}

@media screen and (min-width: 768px) {
  .accessbox .accessboxtop {
    max-width: 1000px;
    margin: 0 auto 25px;
  }
}

.newsbox ul {
  width: 100%;
  display:flex;
  align-items: flex-start;/*天地センター*/
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsbox ul li {
  width: 48%;
  max-height: 140px;
}
.newsbox dl {
  width:100%;
  padding: 10px 0;
  border-top: 1px dashed #ddd;
	display:flex;
	align-items:top;/*天地センター*/
}
.newsbox dt {
  min-height: 100px;
  max-height: 100px;
  min-width: 100px;
  max-width: 100px;
}
.newsbox dt img{
  background: #FFF;
  max-height: 100px;
  min-width: 100px;
  max-width: 100px;
}
.newsbox dd{
  padding-left: 20px;
}

#contents .newsbox .inner {
  padding: 0;
  overflow: hidden;
}



@media screen and (max-width: 768px) {
  #contents .newsbox .inner {
    width: 90%;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
  }
  .newsbox ul li {
    width: 100%;
    max-height: 140px;
  }

}
.newsbox li .time {
  font-size: 12px;
  padding-right:20px;
}

.newsbox li .txt {
  font-size: 15px;
}
.newsbox li .txt a {
  font-size: 15px;
}
.newsbox #side.categories {
  margin-bottom: 20px;
}

.newsbox #side.categories .sidenav {
  margin-bottom: 20px;
  background: #fff;
}

.newsbox #side.categories li {
  border: none;
  border-bottom: 1px dashed #ddd;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .newsbox .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  .newsbox .newscontent {
    width: 640px;
    float: left;
  }

  .newsbox #side.categories {
    margin-bottom: 0;
  }
}

.infotxtbox {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .infotxtbox {
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 30px;
  }
}

.shoplist li {
  padding: 20px 10px;
  border-top: 1px dashed #ddd;
}

.shopslist li:last-child {
  padding: 20px 10px 0;
}

.shoplist li .tit {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 8px;
  color: #e3000e;
}

.shoplist li .txt {
  font-size: 12px;
  line-height: 1.25;
  padding: 0 5px;
}

.shoplist .btnstyle {
  margin-top: 20px;
}

.home .shopslist li {
  padding: 20px 0;
  border-top: 1px dotted #ddd;
}

.home .shopslist li .img {
  margin-bottom: 8px;
}

.home .shopslist li .tit {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 8px;
  color: #e3000e;
}

.home .shopslist li .txt {
  font-size: 15px;
  line-height: 1.60;
  padding: 0 5px;
}

.home .shopslist .btnstyle {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .home .shopslist {
    max-width: 1000px;
    margin: 0 auto;
  }

  .home .shopslist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .home .shopslist li {
    box-sizing: border-box;
    width: 33.3%;
    padding: 20px 10px;
  }

  .home .shopslist li.twin {
    width: 50%;
  }

  .home .shopslist li.single {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .home .shopslist li.single .shop_img {
    /* float: left; */
    width: 49%;
    margin-right: 2%;
  }

  .home .shopslist li.single .img img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .home .shopslist li.single .shop_txt{
    width: 49%;
  }

  .home .shopslist li.single .btnstyle {
    /* float: right; */
    width: 100%;
  }

  .home .shopslist li.single .btnstyle .btnin {
    width: 100%;
    max-width: 300px;
  }

  .home .shopslist li .txt a[href^='tel:'] {
    pointer-events: none;
    color: inherit;
  }
}

/*----------------------------------------------------------------------------------------------------------------*/
table.maintenance-table {
  width: 85%;
  margin: 0 auto 10px auto;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #686a6c;
}

table.maintenance-table th,
table.maintenance-table td {
  font-size: 75%;
  font-weight: normal;
  line-height: 140%;
  padding: 10px 20px 10px 20px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  border: 1px solid #686a6c;
}

table.maintenance-table .cycle {
  text-align: center;
}

table.maintenance-table th.tit {
  background: #eee;
}

table.maintenance-table th.top-tit {
  text-align: center;
  background: #ffd930;
}

/*--------------------------------------------------------------------------------*/
table.maintenance-Parts-table {
  width: 85%;
  margin: 0 auto 10px auto;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #686a6c;
}

table.maintenance-Parts-table th,
table.maintenance-Parts-table td {
  font-size: 75%;
  font-weight: normal;
  line-height: 140%;
  padding: 10px 10px 10px 10px;
  text-align: left;
  vertical-align: middle;
  color: #333;
  border: 1px solid #686a6c;
}

table.maintenance-Parts-table td.cat {
  background: #deecef;
}

table.maintenance-Parts-table td.tit {
  background: #eee;
}

table.maintenance-Parts-table th.top-tit {
  text-align: center;
  background: #ffd930;
}

#price_kei,#price_kogata,#price_chugata,#price_ogata{
  margin-top:-100px;
  padding-top:100px;
}