@charset "utf-8";

/* ==========================================================

title : 
scope : /tado_onsen/kankou/picturebook/wild-birds/

last modify : 2020/07/28 TCV_ヴィ/ Doan Thi Tuong Vi 

========================================================== */
/* MV */
.main_visual {
  background: url(../image/img-main-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 812px) {
  .main_visual {
    background: url(../image/img-main-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}