@charset "UTF-8";

/* ================================================== */
/* hero-area */
/* ================================================== */
#hero-area {
  background: url(../images/bg_hero-area_top.jpg) #EFCA50 no-repeat center bottom;
  background-size: cover;
}

/* ================================================== */
/* about-us */
/* ================================================== */
#about-us .layout_image-text figure img {
  border-radius: 0;
  max-width: 295px;
}

@media screen and (max-width: 1023px) {
  #about-us .layout_image-text figure {
    display: none;
  }
}

/* ================================================== */
/* service */
/* ================================================== */
#service a.cards_card .cards_card_content {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #service p.ta_center {
    text-align: left;
  }
}

/* ================================================== */
/* shop-manager */
/* ================================================== */
#shop-manager figure {
  background: url("../images/image_shop-manager_cover.jpg") no-repeat center;
  background-size: cover;
  border-radius: 4rem;
  overflow: hidden;
}

#shop-manager figure img {
  border-radius: 0;
  max-width: 475px;
}

#shop-manager dl dt {
  font-size: 2rem;
  margin: 0 0 2rem;
}

#shop-manager dl dd p {
  margin: 0 0 2rem;
}

/* ================================================== */
/* news */
/* ================================================== */
#news .sns {
  justify-content: center;
}

#news .sns img {
  height: 48px;
  width: 48px;
}

@media screen and (max-width: 767px) {
  #news p.ta_center {
    text-align: left;
  }
}