@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 {
  width: 20%;
  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: 100%;
  margin: 0 auto;
}

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

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

.top_reason ul li img {
  width: 95%;
}

@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;
}

/*------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-bnr {
    width: 95%;
  }

  .top-bnr ul li img {
    width: 100%;
  }


  .top-sp-menu {
    width: calc(100% - 10px);
    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%;
  }
}

/*----------------------------------------------------------------------------------*/
.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;
}

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

#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: #222222;
}

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

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

.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: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
  padding: 20px 9px;
  color: #fff;
  background: #e62210;
  text-align: center;
  line-height: 28px;
  position: relative;
  display: block;
  line-height: 1.2;
  padding-right: 10px;
  font-size: 160%;
  box-shadow: 0px 6px 0 rgba(0, 0, 0, 0.15);
}

a.price_link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.price_link:hover {
  color: #fefe1d;
  top: 1px;
  background: #24a02a;
  box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.45);
}

/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pricebox {
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

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

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

  #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 .img {
    width: 25%;
  }

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

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

  .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;
  }

  a.price_link{
    width: 95%;
  }
}

/*---------------------------------------------------------------------------*/
.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: 50%;
    padding: 20px 10px;
  }

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

  .home .shopslist li.single {
    overflow: hidden;
  }

  .home .shopslist li.single .img {
    margin-right: 2%;
  }

  .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;
}

/*--------------------------------------------------------------------------------*/
.sp-bnr.sp-img ul {
  width: 95%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sp-bnr.sp-img ul li {
  width: 50%;
  margin: 0px auto;
  margin-bottom: 10px;
  text-align: center;
}

.sp-bnr.sp-img ul li img {
  width: 90%;
  text-align: center;
}

.newsbox {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 10px 20px 10px;
}

.newsbox .titstyle {
  margin-bottom: 10px;
}