@charset "utf-8";
/*
theme Name: lapin
Author: lapin
Description: lapin web
version: 1.0.0
*/



p {
  margin-bottom: 1rem;
}

/*page header*/

/*
s-*の「*」にページスラッグ
object-position: 50% 50%; がデフォルト
object-position: 横軸 縦軸;
*/
@media (max-width: 768px) {

  .s-cafe .c-bg-header .e-bg img {
    object-position: 5% 50%;
  }

}
@media (max-width: 768px) {

  .s-about .c-bg-content .e-bg img {
    object-position: 59% 50%;
  }
}

.c-tk-mv .e-title {
    font-size: 1.3rem;
    text-shadow: 2px 2px 2px #000;
}