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

@media (min-width:850px) {}

#error_page {
  background-color: var(--bg-color01);
}

#error {
  margin-top: 29vh;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  height: 71vh;
}

@media (min-width:650px) {

  #error {
    margin-top: 60vh;
    width: 70%;
    height: 40vh;
  }
}

#error>.news_set>a>h1 {
  color: var(--font-color);
  margin-bottom: 40px;
  font-size: 2.4rem;
}

@media (min-width:650px) {
  #error>.news_set>a>h1 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 450px) {
  #error>.news_set>a>h1>.br-sp {
    display: none;
  }
}

#error>.news_set>a>h1>strong {
  font-size: 1.8rem;
}

#error>.news_set>a>p {
  color: var(--font-color);
  line-height: 1.5;
  margin-bottom: 60px;
}

@media (min-width:650px) {
  #error>.news_set>a>p {
    margin-bottom: 30px;
  }
}

#error>.news_set>.news_a {
  color: var(--font-color);
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: end;
}

#error>.news_set>.news_a a {
  color: var(--font-color);
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
}

#error>.news_set>.news_a a:hover {
  color: var(--accent-color);
  text-decoration: none;
}

#news {
  margin-top: 67vh;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  height: 33vh;
}

@media (min-width:850px) {

  #news {
    margin-top: 80vh;
    width: 70%;
    height: 20vh;
  }
}


.news_set {
  color: var(--font-color);
}

#news>.news_set>h1 {
  font-size: 1.8rem;
  text-decoration: underline;
  text-decoration-color: var(--ribbon-color);
  text-decoration-style: dashed;

}

.news_set p {
  font-size: 1.6rem;
  line-height: 1.4;
}

#news .news_a {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: end;
}

#news a {
  color: var(--main-color);
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
}

#news a:hover {
  color: var(--accent-color);
  text-decoration: none;
}


#main_visual {
  position: fixed;
  z-index: -9999;
  text-align: center;
}

#main_visual .main_logo {
  position: fixed;
  z-index: -9;
  top: 15vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 150px;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3))
}

@media (min-width:650px) {
  #main_visual .main_logo {
    top: 25vh;
    left: 35%;
  }
}



#main_visual .face {
  position: fixed;
  z-index: -999;
  top: 40vh;
  left: 43%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
}

@media (min-width:650px) {
  #main_visual .face {
    top: 40vh;
    left: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 85%;
  }
}

#main_visual .ribbon {
  position: fixed;
  z-index: -99;
  top: 40vh;
  left: 43%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.3));
}

@media (min-width:650px) {
  #main_visual .ribbon {
    top: 40vh;
    left: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 85%;
  }

}

.ttl {
  font-size: 2.8rem;
  color: var(--font-color);
  text-align: right;
  transform: translateX(-5%);

}

@media (min-width:650px) {
  .ttl {
    margin-right: 160px;
    transform: none;
  }
}


.intro h1 {
  font-size: 2.0rem;
  margin-bottom: 40px;

}

.intro p {
  font-size: 1.6rem;
  margin-bottom: 50px;
  text-align: justify;
}


#access {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:750px) {
  #access {
    width: 70%;
  }
}

@media (min-width:1000px) {
  #access {
    width: 65%;
  }
}


.access_seira_map {
  margin-bottom: 30px;
  text-align: justify;
}

.seira_map {
  margin-bottom: 8px;
}

.access_seira_map figure {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.access_seira_map figure figcaption {
  width: calc(100% - 100px);
  padding-right: 8px;
  font-size: 1.4rem;
}

.access_seira_map figure img {
  width: 120px;
}