body {
  background: white;
}

.smenu {
  padding: 18px 24px;
  background: white;
}
.smenu .logo .cp {
  color: #333;
}
.smenu .logo svg image {
  fill: #333;
}
.smenu .logo .whh {
  display: none;
}
.smenu .logo .bll {
  display: block;
}
.smenu #nav-content a {
  color: #333;
}
.smenu #nav-content a i:before {
  background: #333;
}
.smenu #nav-content .btn_contact {
  color: #fff;
}
@media all and (max-width: 767px) {
  .smenu {
    padding: 10px;
  }
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  background: #333;
}

.under_mv {
  padding-top: 130px;
  background: white;
}
@media all and (max-width: 1380px) {
  .under_mv {
    padding-top: 90px;
  }
}

.under_ttls {
  padding-top: 130px;
}
.under_ttls .eg {
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
}
.under_ttls h1 {
  font-weight: normal;
  font-size: clamp(3rem, 2.1875vw, 4.2rem);
}
@media all and (max-width: 767px) {
  .under_ttls {
    padding-top: 60px;
  }
  .under_ttls .eg {
    font-size: 1.2rem;
  }
  .under_ttls h1 {
    font-size: 2.6rem;
  }
}

.brands_bx {
  background: #F8F8F8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.brands_bx .name_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.brands_bx .left {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
  width: 90%;
}
.brands_bx .left .txt {
  margin-top: 40px;
}
.brands_bx .tl_jp {
  line-height: 1.6;
  margin-bottom: 80px;
}
.brands_bx .sbx1 {
  margin-top: 40px;
}
.brands_bx .sbx1 .line {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
}
.brands_bx .sbx1 .r {
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
}
.brands_bx .sbx1 .l {
  font-size: 1.6rem;
  font-weight: 600;
}
.brands_bx .sbx1 .txt {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media all and (max-width: 960px) {
  .brands_bx {
    grid-template-columns: 1fr;
  }
  .brands_bx .right {
    order: 1;
    top: unset;
    margin: unset;
  }
  .brands_bx .left {
    order: 2;
    max-width: none;
    padding: 80px 0;
    box-sizing: border-box;
  }
}
@media all and (max-width: 767px) {
  .brands_bx .left {
    padding: 40px 0;
  }
  .brands_bx .left .txt {
    margin-top: 20px;
  }
  .brands_bx .tl_jp {
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .brands_bx .sbx1 {
    margin-top: 20px;
  }
  .brands_bx .sbx1 .line {
    grid-template-columns: 1fr;
  }
  .brands_bx .sbx1 .r {
    font-size: 1.2rem;
  }
  .brands_bx .sbx1 .l {
    font-size: 1.6rem;
  }
  .brands_bx .sbx1 .txt {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.brand1 {
  margin-top: 150px;
}
.brand1 .name_area img {
  height: clamp(19px, 1.9791666667vw, 38px);
}
.brand1 .right {
  aspect-ratio: 1/1;
  background: url("../images/ser1.jpg") center center/cover;
  position: relative;
  margin-left: 80px;
  top: -80px;
}
@media all and (max-width: 960px) {
  .brand1 {
    margin-top: 80px;
  }
  .brand1 .right {
    margin: unset;
    top: unset;
    aspect-ratio: 4/3;
  }
}
@media all and (max-width: 767px) {
  .brand1 {
    margin-top: 50px;
  }
}

.ser_bx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 120px 0;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 1px solid #EAD3D3;
}
.ser_bx h2 {
  font-family: "Marcellus", serif;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 60px;
}
.ser_bx h2 i {
  font-size: 1.6rem;
  margin-left: 24px;
}
.ser_bx .txt {
  font-size: 1.5rem;
}
.ser_bx .right p {
  width: 73%;
  margin-left: 27%;
  border: 16px solid white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.ser_bx .right p img {
  width: 100%;
}
.ser_bx .c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #FAFAFA;
  margin: 40px 0;
}
.ser_bx .c3 .bx {
  padding: 20px 0;
}
.ser_bx .c3 .bx:nth-of-type(2) {
  background: #FDFDFD;
}
.ser_bx .c3 .ic {
  text-align: center;
}
.ser_bx .c3 .ic img {
  display: inline-block;
  height: 40px;
  width: auto;
}
.ser_bx .c3 .tx {
  margin-top: 20px;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 960px) {
  .ser_bx {
    grid-template-columns: 1fr;
    padding: 60px 0;
  }
  .ser_bx .right p {
    width: 60%;
    margin: 40px auto 0 auto;
    border: 8px solid white;
  }
}
@media all and (max-width: 767px) {
  .ser_bx h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .ser_bx h2 i {
    font-size: 1.2rem;
    margin-left: 20px;
  }
  .ser_bx .txt {
    font-size: 1.4rem;
  }
  .ser_bx .right p {
    width: 70%;
    border: 4px solid white;
  }
  .ser_bx .c3 {
    grid-template-columns: 1fr;
    margin: 20px 0;
  }
  .ser_bx .c3 .ic {
    text-align: center;
  }
  .ser_bx .c3 .ic img {
    display: inline-block;
    height: 30px;
    width: auto;
  }
  .ser_bx .c3 .tx {
    margin-top: 20px;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}

.rev .left {
  order: 2;
}
.rev .right {
  order: 1;
}
.rev .right p {
  margin-left: 0;
  margin-right: 27%;
}
@media all and (max-width: 960px) {
  .rev .left {
    order: 1;
  }
  .rev .right {
    order: 2;
  }
  .rev .right p {
    margin: 40px auto 0 auto;
  }
}

.repair {
  margin: 80px 0 120px 0;
}
.repair .btnw a {
  margin: 0 auto !important;
}
@media all and (max-width: 767px) {
  .repair {
    margin: 80px 0 60px 0;
  }
}

.rep_in {
  margin-top: 40px;
  background: #F8F8F8;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.rep_in .top {
  text-align: center;
  padding: clamp(60px, 6.25vw, 120px) 0;
}
.rep_in .top h2 {
  font-size: clamp(2.4rem, 1.6666666667vw, 3.2rem);
  font-weight: 400;
}
.rep_in .top .cap {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
}
.rep_in .txt {
  font-size: 1.4rem;
}
.rep_in .tx2 {
  font-size: 1.2rem;
  margin-top: 12px;
}
.rep_in .price {
  margin: 60px 0;
  border-top: 3px double #F2D6D6;
  border-bottom: 3px double #F2D6D6;
  padding: 20px;
  box-sizing: border-box;
}
.rep_in .price .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
}
.rep_in .price .pri {
  font-size: 2rem;
  font-weight: 600;
}
.rep_in .l {
  width: 80%;
  margin: 0 auto;
}
.rep_in .r {
  aspect-ratio: 1/1;
  background: url("../images/ser31.jpg") center center/cover;
  position: relative;
  left: 0;
}
@media all and (max-width: 960px) {
  .rep_in {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .rep_in .top {
    text-align: center;
    padding: 40px 0;
  }
  .rep_in .top .cap {
    margin-top: 10px;
    padding-bottom: 6px;
  }
  .rep_in .txt {
    font-size: 1.4rem;
  }
  .rep_in .price {
    margin: 30px 0;
    padding: 10px;
  }
  .rep_in .price .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
  }
  .rep_in .price .pri {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .rep_in .l {
    width: 90%;
    margin: 0 auto;
  }
}

.rep_tx {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 80px 0 40px 0;
}
@media all and (max-width: 767px) {
  .rep_tx {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin: 40px 0 40px 0;
  }
}

@media all and (max-width: 900px) {
  .access {
    padding-top: 60px;
    box-sizing: border-box;
  }
}

/*# sourceMappingURL=service.css.map */
