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



.hero {
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/redy.png");
}

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.logo{
  text-align: center;
  padding-top: 30px;
  
}
/* テキスト */

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
.description {
  color: white;
  font-weight: bold;
  text-align: center;
}

.title2 {
  font-size:2rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}

.information{
display: flex;
  justify-content:center;
flex-wrap: wrap;
}

.btn02 {
  display: inline-block;
  padding: 16px 32px;
  background: #185812;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-heigt: 1.2em;
 
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  transition: .12s;
}
.btn02:hover {
  background: #ffffff;
  border: solid 1px #bd1111;
  color: #e41313;
  opacity: 0.8;
}
.mapLink{
  margin: 1rem;
}
.shopCard{
  margin: 1rem;
}








