@charset 'UTF-8';
/*---------------------
 main
 ---------------------*/
.about_mv_sub {
  background-image: url(../img/about/about_mv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 52.533333333333333vw;
  position: relative;
  width: 100%;
}
.about_mv_title_box {
  background: #f0ede1;
  bottom: 0;
  left: 50%;
  padding-top: 20px;
  position: absolute;
  transform: translateX(-50%);
  width: 52.8%;
}
.about_mv_title {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}
.about_main_title img {
  margin: 0 auto;
  max-width: 174px;
  padding-top: 48px;
  width: 46%;
}
.about_shop_img {
  background-image: url(../img/about/about_shop_photo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 42.133333333333333vw;
  margin-top: 39px;
}
.about_shop_img_flower {
  height: 34.666666666666667vw;
  position: relative;
}
.about_shop_img_flower img {
  bottom: 34px;
  left: 0;
  max-width: 213px;
  position: absolute;
  width: 63%;
}
.about_main_text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}
.about_main_info_title {
  margin-top: 60px;
}
.about_main_info_title img {
  margin: 0 auto;
}
.about_main_map {
  margin-top: 24px;
}
.about_main_map_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 41px ;
  padding-bottom: 13px;
}
.about_main_map_item {
  max-width: 314px;
  width: calc(50% - 10px);
}
.about_main_map_item:nth-child(n + 3) {
  margin-top: 35px;
}
.about_main_map_text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 10px;
}
