@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: linear-gradient(to bottom, #fff9e3 0%, #f3e3a9 100%);
}

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

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

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

.top_reason ul li {
  margin-bottom: 10px;
}
@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 {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0px;
  text-align: center;
}
section.top-bnr h2.tit {
    display: flex;
    margin: 0px auto;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    width: 90%;
}

section.top-bnr h2.tit .icon {
    width: 160px;
}

section.top-bnr h2.tit .icon img {
    width: 100%;
}

section.top-bnr h2.tit .txt {
	color: #e62210;
	font-size: 185%;
	padding-left: 20px;
	text-align: left;
	letter-spacing: 0;
	font-weight: bold;
}
.top-bnr ul {
  display:flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  justify-content: center;
}
.top-bnr ul li {
  width: calc(100% / 2 - 10px);
}
.top-bnr ul li img{
  width:calc(100% / 1);
}

/*------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-bnr {
    width: 95%;
    padding: 20px 0px;
  }
section.top-bnr h2.tit .icon {
    width: 80px;
}
section.top-bnr h2.tit .txt {
	width: 100%;
	font-size: 90%;
	padding-left: 10px;
}
  .top-bnr ul {
  gap: 15px 0px;
}
.top-bnr ul li {
  width: calc(100% / 1 - 0px);
}
.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%;
  }
}


/*------------------------------------------------------*/
#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: #e3000e;
}

.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: 360px;
    box-sizing: border-box;
    display: block;
    margin: 20px auto 50px;
    margin-bottom: 40px;
    padding: 15px 0px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 130%;
    background: #1BB139;
    top: -2px;
    letter-spacing: 5px;
    position: relative;
    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: #FFF;
    top: 6px;
    background: #e62210;
    text-decoration:none;
    box-shadow: 0px 4px 0 rgb(0 0 0 / 33%);
}
p.price_bnr {
    text-align: center;

}
/*---------------------------------------------------------------------------*/
@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: 80%;
    margin: 30px auto 50px;
}
 
}
@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: 20px 0px;
}

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

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

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

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

#contents .infobox .inner {
  padding: 60px 0px;
  overflow: hidden;
}



@media screen and (max-width: 768px) {
  #contents .infobox .inner {
    width: 90%;
    margin: 0px auto;
    overflow: hidden;
  }
  .infobox ul li {
    width: 100%;
    max-height: 140px;
  }
}
/*--------------------------------------------------------*/
.infobox li .time {
  font-size: 90%;
  padding-right:20px;
}

.infobox li .txt {
  font-size: 15px;
}
.infobox li .txt a {
  font-size: 15px;
  text-decoration: underline;
}
.infobox #side.categories {
  margin-bottom: 20px;
}

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

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

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

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

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

.shop_txt {
  margin-top: 25px;
}

.shopslist li .tit {
  font-size: 150%;
  line-height: 20px;
  margin-bottom: 8px;
  color: #e3000e;
  font-weight: bold;
}

.shopslist li .txt {
  font-size: 85%;
  line-height: 1.60;
  padding: 0 5px;
}
.shopslist li .txt a{
  font-size: 110%;
	color:#2d98ea;
}
a.shop_link{
    width: 90%;
    box-sizing: border-box;
    display: block;
    margin: 0px auto;
    padding: 15px 0px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 130%;
    background: #1BB139;
    top: -2px;
    letter-spacing: 5px;
    position: relative;
    box-shadow: 0px 6px 0 rgba(0, 0, 0, 0.15);
}

a.shop_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.shop_link:hover {
    color: #FFF;
    top: 6px;
    background: #e62210;
    text-decoration:none;
    box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.15);
}

.shopslist .shop_img_list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}

.shopslist .shop_img_list li{
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
}

.shopslist li.single {
  padding: 20px 0;
}

.map {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {

.shopslist {
    max-width: 1000px;
    margin: 0 auto;
  }

.shopslist ul {
    display: flex;
    flex-wrap: wrap;
  }

.shopslist li.single {
    padding: 15px 0px;
    display: flex;
  }


.shopslist li.single .shop_img {
    width: 49%;
    margin-right: 2%;
  }

.shopslist li.single .btnstyle {
    width: 90%;
  }

.shopslist li.single .btnstyle .btnin {
    width: 70%;
  }

  .shopslist .shop_img_list {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .shopslist .shop_img_list li{
    width: calc((100% - 20px) / 3);
  }

  .shop_txt {
  width: 49%;
}

}

/*----------------------------------------------------------------------------------------------------------------*/
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;
}
/*------------------------------------------------------------*/
.footer-bnr {
  width: 920px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}
.footer-bnr ul {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.footer-bnr ul li {
  width: calc(100% / 3 - 20px);
}
.footer-bnr ul li img{
  width:calc(100% / 1);
}

/*------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .footer-bnr {
    width: 95%;
    padding: 20px 0px;
  }
.footer-bnr ul li {
  width:calc(100% / 2 - 10px);
}
  .footer-bnr ul li img {
    width: 100%;
  }
}
/*------------------------------------------------------*/
.bnr {
  width:900px;
  margin: 0 auto;
  padding: 20px 0px 40px 0px;
  text-align: center;
}
.bnr img{
  width:100%;
}
@media screen and (max-width: 768px) {
.bnr {
  width:95%;
  padding:30px 0px;
}
}