@charset "UTF-8";

#beer .index_pagelink2 {
  padding: 1em 70px 1em 70px;
  display: block;
  text-align: center;
  position: relative;
  max-width: 600px;
  border-radius: 10px;
  line-height: 1.3em;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 10px rgba(240, 132, 55, 0.7);
  top: 0;
  font-size: 1.8rem;
  margin: 50px auto 30px auto;
  transition-duration: 0.3s;
}
@media screen and (max-width: 450px) {
  #beer .index_pagelink2 {
    padding: 15px 20px;
    margin: 20px auto;
  }
}
#beer .index_pagelink2 p {
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 450px) {
  #beer .index_pagelink2 p {
    font-size: 20px;
    line-height: 1.4;
  }
}
#beer .index_pagelink2:hover {
  top: 10px;
  box-shadow: 0 0 rgba(240, 132, 55, 0.7);
}

#beer .index_pagelink2 {
  background: #ab643b no-repeat 0 center/cover;
}



/*
#beer .index_pagelink:first-child {
  background: url("../img/beer/index_pagelink01.jpg") no-repeat 0 center/cover;
}
#beer .index_pagelink:nth-child(2) {
  background: url("../img/beer/index_pagelink02.jpg") no-repeat 0 center/cover;
}
#beer .index_pagelink:last-child {
  background: url("../img/beer/index_pagelink03.jpg") no-repeat 0 center/cover;
  margin-bottom: 0;
}
*/






#beer .index_pagelink2 .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 450px) {
  #beer .index_pagelink2 .arrow {
    width: 25px;
    height: 25px;
  }
}
