@charset "utf-8";


/*
共通スタイル
-------------------------------------------------- */
@media (min-width: 960px) {
  .sp_, .sp_only, .for_sp { display: none !important; }
}
@media not all and (min-width: 960px) {
  .pc_, .pc_only, .for_pc { display: none !important; }
}


/*
フッターCTAの設定
----------------------------------------- */
#footer_cta_mobile { display: none; }
#footer_cta_mobile .footer_cta__inner {
  display: flex; flex-wrap: wrap; justify-content: space-between;
  width: 100%; box-sizing: border-box; padding: 10px; background: #fff1da; line-height: 1;
}
#footer_cta_mobile .cta_btn_tel { display: block; width: 75.9%; }
#footer_cta_mobile .cta_btn_contact { display: block; width: 21.4%; }
#footer_cta_mobile .cta_btn_tel img,
#footer_cta_mobile .cta_btn_contact img {
  max-width: 100%; height: auto; vertical-align: bottom;
}

@media (max-width: 480px) {
  #footer_cta_mobile { display: none; position: fixed; bottom: 0; left: 0; z-index: 10000; width: 100%; }
}