@charset "UTF-8";
/* CSS Document */

.section-top__img {
  margin-bottom: 80px;
}
.section-about h2 {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 600;
}

.section-about__right span {
  font-size: 2.4rem;
}

.section-about__right h3 {
  font-size: 36px;
}

.section-shopinfo h2 {
  font-weight: 700;
}

.tel-add {
  color: #333333;
}

@media(min-width:768px){
  .section-about h2 {
    margin-bottom: 50px;
  }
}

.section-about span {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.section-about img {
  width: 275px;
  margin: 0 auto;
}

.section-about h3 {
  margin: 10px auto 20px;
  line-height: 1.6;
  font-weight: 400;
}
.section-about p {
  margin: 0 auto;
  width: 80%;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 80px;
  font-weight: 400;
}
@media(min-width:768px){
  .section-about__box {
    display: flex;
    max-width: 1220px;
    width: 95%;
    margin: 0 auto 150px;
    justify-content: space-between;
  }
  .section-about__right {
    text-align: left;
    margin-top: 20px;
  }
  .section-about__right h3 {
    width: 80%;
  }
  .section-about__right h3 span {
    font-size: 3.6rem;
  }
  .section-about p {
    width: 80%;
    font-size: 17px;
  }
}

.section-shopinfo h2 {
  margin-bottom: 50px;
}
.section-shopinfo p {
  margin: 0 auto 50px;
  max-width: 275px;
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
}

.section-info span {
  display: block;
  padding: 20px 0;
}
.section-linebanner {
  margin-bottom: 50px;
}
.section-linebanner img {
  width: 240px;
}



@media(min-width:768px) {
  .section-shopinfo {
    display: flex;
    max-width: 1220px;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .section-shopinfo h2 {
    text-align: left;
    font-size: 40px;
  }
  .section-shopinfo p {
    margin: 0px 50px 100px 0px;
    max-width: 650px;
  }
  .section-linebanner {
    display: flex;
  }
  .section-linebanner img {
    width: 280px;
  }
  .section-map {
    width: 600px;
    height: 450px;
  }
  .section-shop__image {
    display: flex;
    max-width: 1240px;
    margin: 0 auto 200px;
    justify-content: space-evenly;
  }
  .section-shop__image img {
    width: 95%;
  }
}

.footer_nav ul {
  display: flex;
  justify-content: space-between;
  padding: 40px 50px 60px;
}

.footer_info {
  text-align: left;
  line-height: 25px;
  margin-left: 50px;
  padding: 0px 50px 30px 0px;
  font-size: 1.4rem;
}
.footer_info span {
  display: block;
}

@media(min-width:768px) {
  .footer_nav ul {
    width: 420px;
    margin-left: auto;
  }
}

@media(max-width:768px){
  .section-about span {
    margin: 10px auto 0;
  }
  
  .section-about h3 {
    margin: 0 auto 10px;
  }
}
