@charset "UTF-8";

/* .main{
  background-image: url(../img/wasi_background.jpg);
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
} */


#first-view{
  height: 100vh;
  width: 100%;
  /*
  background-image: url(../img/mobile_img2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  */
}

.first-view-text{
  position: absolute;
  width: 100%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}



.news{
  padding-top: 80px;
  /* padding-bottom: 30px; */
}

.access{
  padding-bottom: 200px;
  margin-top: 80px;
}

.access-tex{
  padding-top: 20px;
}

.guide{
  font-size: 20px;
  padding-top: 20px;
}

.access-tex p{
  margin: 5px;
  text-align: center;
}

.map{
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.map iframe{
  display: block;
  width: 100%;
  height: 200px;
}

/*モバイル用*/
@media (max-width:800px){
  #first-view{
    height: 100vh;
    width: 100%;
    /*
    background-image: url(../img/mobile_img2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    */
  }
  .main{
    background-image: url(../img/wasi_background.jpg);
    background-color: rgba(255, 255, 255, 0.6);
    /* background-color: rgba(203, 196, 183, 0.9); */
    background-blend-mode: lighten;
  }
} 