@charset "utf-8";
/* CSS Document */

body{
	font: bold 1rem/200% "Gilda Display","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	background-attachment: fixed !important;
	background-image: url(../images/dog_backimg.jpg) !important;
	background-repeat: repeat !important;
	background-position: center !important;
}
a.btn{
  display: inline-block;
  /*width: 500px;*/
  margin: 30px 20px 20px;
  padding: 8px 12px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
}a.btn:hover {
  border: 1px solid rgba(0,0,0,.1);
  background: rgba(0,0,0,.5);
}