/**************************************************
 *
 *BASE
 *
 **************************************************** */
.hero-image {
  position: relative;
}

.hero-image video {
  width: 100%;
  height: auto;
  display: block;
}

/*************************************************
 *
 *CONTENTS
 *
 **************************************************** */
#main {
  padding-bottom: 4rem;
}

.activity_area {
  padding: 21rem 0;
}

.activity_area .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.activity_area h2 {
  margin-bottom: 6rem;
  color: #fff;
}

.activity_area .detail {
  padding-bottom: 6rem;
}

.activity_area .detail p {
  color: #fff;
  text-align: center;
}

#home_slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#home_slider .rl-gallery .rl-gallery-link {
  border: none;
  display: block;
}

#home_slider .rl-basicgrid-gallery .rl-gallery-item img {
  width: 105vw !important;
  height: auto !important;
}

.gyosyou_area {
  padding: 8rem 0;
}

#home_shop_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

.gyosyou_area .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.gyosyou_area h2 {
  margin-bottom: 6rem;
  color: #fff;
}

.gyosyou_area .detail p {
  color: #fff;
  text-align: center;
  margin-bottom: 5rem;
}

.map_address {
  margin-bottom: 6rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.map_address .map {
  width: 50rem;
  height: 30rem;
  margin-right: 6rem;
}

.map_address .map iframe {
  width: 100%;
  height: 100%;
  /*    -webkit-filter: grayscale(0.9);
       *filter: grayscale(0.9); */
}

.map_address .address {
  color: #fff;
  font-size: 2.3rem;
  line-height: 4.2rem;
}

.news_area {
  padding: 6rem 0;
}

.news_area .news_list {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news_area h2 {
  color: #1e8cfa;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}

.news_area h2 span {
  color: #333;
  margin-left: 3rem;
}

.news_area .list_contents {
  width: 100%;
  border: 2rem #eeeeee solid;
  padding: 5rem 7rem;
}

.news_area .list_contents ul a {
  text-decoration: none;
  font-size: 1.8rem;
}

.news_area .list_contents li .date {
  margin-right: 3rem;
}

.linkwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.linkwrap a {
  font-size: 1.8rem;
}

/* Responsive
 ********************************************************* */
@media screen and (max-width: 1200px) {
  .activity_area {
    padding: 4.5rem 0;
  }
  .activity_area h2 {
    margin-bottom: 3rem;
  }
  .activity_area .detail {
    padding-bottom: 3rem;
  }
  .activity_area .detail p {
    text-align: left;
  }
  .activity_area .detail p br {
    display: none;
  }
  .gyosyou_area {
    padding: 4rem 0;
  }
  .gyosyou_area h2,
  .gyosyou_area .detail p {
    margin-bottom: 3rem;
  }
  .map_address {
    margin-bottom: 3rem;
  }
  .map_address .map {
    width: 40rem;
    height: 25rem;
    margin-right: 3rem;
  }
  .news_area .list_contents {
    padding: 3rem 2rem;
  }
}

/* Smartphone side + Tablet Vertical */
@media screen and (max-width: 828px) {
  .map_address .map {
    width: 35rem;
    height: 20rem;
    margin-right: 2rem;
  }
  .map_address .address {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
}

/* Smartphone Vertical */
@media screen and (max-width: 430px) {
  .activity_area {
    margin: 5rem 0;
    padding: 3.5rem 0;
  }
  #rl-gallery-container-1 .rl-basicgrid-gallery {
    height: 12rem;
    overflow: hidden;
  }
  .map_address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .map_address .map {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .map_address .address {
    font-size: 1.6rem;
  }
  .news_area .list_contents {
    padding: 2rem 1rem;
  }
  .news_area .list_contents li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .news_area .list_contents li .date {
    margin: 0 0 1rem;
    font-size: 1.6rem;
  }
  .news_area .list_contents li .item_name {
    font-size: 1.6rem;
  }
  .news_area .list_contents .linkwrap a {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=home.css.map */
