@charset "UTF-8";
/*  =============================================================

　　About 共通

============================================================= */
.page-top {
  background: #fff;
}



/* 　Firstview
---------------------------------------------*/
.firstview {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.firstview .boxImg {
  height: 100vh;
}

.about .firstview .boxImg {
  background-image: url(/img/about/fv_pc.jpg);
  background-size: cover;
  background-position: center;
}


.firstview .boxTtl {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.firstview .boxTtl .boxTtl__title {
  width: 60px;
  margin: 0 auto 35px;
}

.about .boxTtl .boxTtl__copy {
  margin: 0 auto;
  font-size: 4.2rem;
  color: #fff;
}


.firstview .box_icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 62px;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
  .firstview {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
  }

  .firstview .boxImg {
    height: 100vh;
  }

  .about .firstview .boxImg {
    background-image: url(/img/about/fv_sp.jpg);
    background-size: cover;
  }


  .firstview .boxTtl {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .firstview .boxTtl .boxTtl__title {
    width: 63px;
    margin: 0 auto 35px;
  }

  .about .boxTtl .boxTtl__copy {
    margin: 0 auto;
    font-size: 2.8rem;
  }

  .firstview .box_icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 62px;
    margin: 0 auto;
  }

}

/* 　Feature
---------------------------------------------*/
.boxFeature {
  margin: 0 auto;
  padding: 120px 30px;
  background: #e1cfce;
}

.boxFeature .boxFeature__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1308px;
  min-height: 580px;
  margin: 0 auto;
}

.boxFeature__inner  .boxFeature__title {
  font-size: 2.4rem;
  text-align: left;
}

.boxFeature__inner  .boxFeature__text {

  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.boxFeature__inner.-feature01  .boxFeature__img {
  width: 580px;
  height: 580px;
}


.boxFeature__inner.-feature01  .boxFeature__img img {
  width: 100%;
}

.boxFeature__inner.-feature01  .boxFeature__block {
  width: 50%;
  padding: 0 4%;
}

.boxFeature__inner.-feature02 {
  margin-top: 40px;
}

.boxFeature__inner.-feature02  .boxFeature__img {
  order: 2;
  width: 49%;
}

.boxFeature__inner.-feature02  .boxFeature__block {
  order: 1;
  width: 49%;
  padding: 0 6%;
}

.boxFeature__inner.-feature03 {
  margin-top: 40px;
}

.boxFeature__inner.-feature03  .boxFeature__img {
  width: 49%;
  text-align: right;
}

.boxFeature__inner.-feature03  .boxFeature__img img {
  display: block;
}

.boxFeature__inner.-feature03  .boxFeature__block {
  width: 50%;
  padding: 4% 6% 0;
}

@media screen and (max-width: 768px) {
  .boxFeature {
    margin: 0 auto;
    padding: 60px 0 30px;
  }

  .boxFeature .boxFeature__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    align-items: center;
    padding: 0 0 30px;
  }

  .boxFeature__inner  .boxFeature__title {
    font-size: 2.0rem;
    text-align: left;
  }

  .boxFeature__inner  .boxFeature__text {
    margin-top: 20px;
    text-align: left;
  }

  .boxFeature__inner.-feature01  .boxFeature__img {
    width: 100%;
    height: inherit;
    padding: 0 2%;
  }

  .boxFeature__inner.-feature01  .boxFeature__block {
    width: 100%;
    padding: 4%;
  }

  .boxFeature__inner.-feature02 {
    margin-top: 0px;
  }

  .boxFeature__inner.-feature02  .boxFeature__img {
    order: 1;
    max-width: 80%;
    width: 252px;
    margin: 0 auto;
  }

  .boxFeature__inner.-feature02  .boxFeature__block {
    order: 2;
    width: 100%;
    padding: 4%;
  }

  .boxFeature__inner.-feature03 {
    margin-top: 0px;
  }

  .boxFeature__inner.-feature03  .boxFeature__img {
    width: 100%;
    padding: 0 2%;
    text-align: center;
  }

  .boxFeature__inner.-feature03  .boxFeature__block {
    width: 100%;
    padding: 4%;
  }
}

/* 　shop
---------------------------------------------*/
.shop {
  padding: 90px 0;
}

.shop__inner {
  max-width: 1308px;
  margin: 0 auto;
}

.shop__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  margin: 60px auto;
}

.shop__img {
  width: 47%;
}

.shop__detail {
  width: 47%;
  text-align: left;
}

.shop__block {
  margin: 0 0 40px;
}

.shop__block .title {
  margin: 0 0 20px;
  font-weight: bold;
}

.shop__map iframe {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 768px) {
  .shop {
    padding: 90px 0;
    background: #fff;
  }

  .shop__inner {
    max-width: 1308px;
    margin: 0 auto;
    padding: 0 5%;
  }

  .shop__flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 40px auto;
  }

  .shop__img {
    width: 100%;
    margin: 0 0 30px;
  }

  .shop__detail {
    width: 100%;
    text-align: left;
  }

  .shop__block {
    margin: 0 0 40px;
  }

  .shop__block .title {
    margin: 0 0 20px;
    font-weight: bold;
  }

  .shop__map iframe {
    width: 100%;
    height: 600px;
  }

}

/* 　link
---------------------------------------------*/
.link__title {
  margin: 0 0 60px;
}

.link__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:center;
  max-width: 1308px;
  margin: 0 auto;
}

.link__item {
  width: 32%;
  margin: 0 10px;
  background: #ddd;
}

.link__item a {
  display: block;
  padding: 50px 0;
  font-size: 1.8rem;
}

.link__item.-blog {
  background-image: url(/img/about/link-bg-blog.jpg);
  background-position: center;
  background-size: 100% auto;
}

.link__item.-blog a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .link {
    background: #fff;
  }

  .link__title {
    margin: 0 0 60px;
  }

  .link__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-between;
    flex-direction: column;
    max-width: 1308px;
    margin: 0 auto;
    padding: 0 5%;
  }

  .link__item {
    width: 100%;
    margin: 0 0 20px;
    background: #ddd;
  }

  .link__item a {
    display: block;
    padding: 50px 0;
    font-size: 1.8rem;
  }
}
