@charset "utf-8";
/*
====================================================
■ Access
====================================================
*/
#Access {
  padding-top: 265px;
}
#Access h1 .jp {
  background-image: url(../img/access/page_title_jp.png);
}
#Access h1 .en {
  background-image: url(../img/access/page_title_en.png);
}
#Access h2.tit01 {
  background-image: url(../img/access/tit01.png);
}
#Access .address {
  text-align: center;
  margin-bottom: 20px;
}
#Access .gmap {
  width: 100%;
  height: 550px;
}
#Access .modbtn1 {
  width: 400px;
  margin-top: 50px;
}
#Access .modbtn1 span {
  background-image: url(../img/access/btn_txt_map.png);
}
@media screen and (max-width: 768px) {
  #Access {
    padding-top: 26%;
  }
  #Access h1 .jp {
    background-image: url(../img/access/page_title_jp_sp.png);
  }
  #Access h1 .en {
    background-image: url(../img/access/page_title_en_sp.png);
  }
  #Access h2.tit01 {
    background-image: url(../img/access/tit01_sp.png);
  }
  #Access .address {
    text-align: center;
    margin-bottom: 6%;
  }
  #Access .gmap {
    width: 100%;
    height: 450px;
  }
  #Access .modbtn1 {
    width: 100%;
  }
  #Access .modbtn1 span {
    background-image: url(../img/access/btn_txt_map_sp.png);
  }
}
