/* common 
****************************************************/

header h1 {
  display: block;
}

.abox {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.mb30 {
  margin-bottom: 25px!important;
}

#int,
#rec {
  display: none;
}

#acc,
#int,
#rec {
  margin-top: 30px;
}




/* loading 
****************************************************/

#loading {
  display:none;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#loading img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
}


/* slider 
****************************************************/
#photos2{
  margin-top:0;
  opacity:0;
  filter:brightness(300%);
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
      -ms-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}


/* niime mura 
****************************************************/


#main p {
  font-size: 13px;
  line-height: 200%;

  magin: 0 0 35px;
}

#main .page {
  width: 600px;
  margin: 30px auto 60px;
  text-align: center;
}

#main .page h3{
          font-size:18px;
          letter-spacing: 3px;
        }

#main #concept{
  margin-top:60px;
}
#main #repair h3{
  letter-spacing: 0;
}
/* access 
****************************************************/

#access {
  width: 750px!important;
  margin: 0 auto;
}
#access p {
  font-size: 13px;
  line-height: 200%;
  margin-bottom: 35px;
}

#access .address {
  font-size: 13px;
  line-height: 200%;
  width: 240px;
}

#access .map {
  margin-top: 60px;
}

#access h3 {
  margin-bottom: 30px;
}
#access h4 {
  font-size:16px;
  margin-bottom: 30px;
  text-align: left;
}
#access ul {
  display: inline-block;
}

#access ul li {
  font-size: 13px;
  display: inline-block;
  margin-right: 55px;
}

#access ul li.line {
  text-decoration: underline;
}


/* tabe room 
****************************************************/

#taberoom p {
  margin: 0 0 50px;
}

#taberoom section p {
  margin: 0 0 40px;
}

#taberoom section {
  margin: 0 0 40px;
  padding-top: 40px;
  border-top: 1px solid #efefef;
}

#taberoom section:last-child {
  border-bottom: 1px solid #efefef;
}


/* shop lab 
****************************************************/

#shoplab h3,
#taberoom h3 {
  margin: 0 0 4em;
}

#shoplab h3 span.en,
#taberoom h3 span.en {
  display: block;
  margin: 0 0 1em;
}

#shoplab section {
  margin: 0 0 80px;
}

#shoplab section:last-child {
  margin: 0;
}


/* repair 
****************************************************/

#repair {
  font-size: 13px!important;
}

#repair h3 {
    letter-spacing: 0px;
    font-size:16px;
  margin: 0 0 50px;
}

#repair .price_list {
  width: 350px;
  margin: 0 auto 50px;
}

#repair .price_list dl {
  display: flex;
  width: 100%;
  margin: 0 0 1.5em;

  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

#repair .price_list dl dt {
  width: 20em;
  vertical-align: bottom;
  text-align: left;
}

#repair .price_list dl dt span {
  display: block;
}

#repair .price_list dl dd {
  text-align: right;
  vertical-align: bottom;
}

#repair .price_list p {
  text-align: right;
}

#repair dl.address {
  line-height: 200%;
  display: flex;
  width: 100%;
  text-align: left;
  flex-wrap: nowrap;
}

#repair dl.address dt {
  width: 225px;
}

select,
input,
textarea {
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  font-family: serif;
}


/*select*/

select {
  padding-right: 3em;
  border: 1px solid #ddd;
  background: #eee;
  background: url(/images/arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background: url(/images/arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #eee 100%);
  background-size: 10px, 6px;
  background-position: 93% 50%;
}

.form {
  width: 100%;
  margin: 0 auto 50px;
}

.form p {
  margin-bottom: 20px;
  text-align: left;
}

.form dl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 55px;
  margin-top: 65px;
}

.form dt {
  text-align: left;
  float: left;
  width: 255px;
  font-size: 13px;
  line-height: 44px;
}

.form dt span {
  font-size: 12px;
  color: #eb1e22;
}

.form dd {
  text-align: left;
  width: 100%;
  margin-bottom: 25px;
  padding-left: 255px;
}

.form dd input {
  line-height: 44px;
  background-color: #f5f4f3;
  width: 454px;
  height: 44px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  border: none;
}

.form dd.short input {
  width: 328px;
}

.form dd textarea {
  background-color: #f5f4f3;
  width: 100%;
  height: 190px;
  border-radius: 5px;
  padding: 10px;
  border: none;
}

.form .btn-submit {
  width: 170px;
  margin-right: auto;
  margin-left: auto;
}

.form .btn-submit input {
  text-decoration: none;
  text-align: center;
  height: 56px;
  /*width: 170px;*/
  display: block;
  color: #FFF;
  background-color: #ccc;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
}

.form .btn-submit input:hover {
  background-color: #000;
}

.form dl:after {
  clear: both;
  content: "";
  display: table;
}

.etc input {
  margin: 10px 0 0!important;
}

.banners li{
  margin-bottom:20px;
}
.banners li img{
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .form dt {
    float: none;
    width: 100%;
  }
  .form dd {
    padding-left: 0;
  }
  .form dd input {
    width: 100%!important;
  }
}

@media screen and (max-width: 767px) {

  /* access 
  ****************************************************/
  #access {
    width: 92%!important;
    margin: 0 auto;
    padding: 0;
  }
 .abox{
    display: block;
  }

  #access .address {
    width: 100%;
  }
  #access .map {
    float: none;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  #access h4,
  #access h3,
  #access p {
    text-align: center;
}

  #access ul li {
    margin-right: 30px;
  }

  #main .page {
    width: 92%;
  }
  #taberoom p {
    margin: 0 0 50px;
  }
  #shoplab h3 span.en,
  #taberoom h3 span.en {
    display: block;
    margin: 0 0 .5em;
  }
  #repair h3 {
    margin: 0 0 50px;
  }
  #repair .price_list {
    width: 90%;
  }
  #repair .price_list dl {
    width: 100%;
  }
  #repair dl.address {
    display: block;
    width: 100%;
    text-align: center;
  }
  #repair dl.address dt {
    width: 100%;
  }
}