@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
  background-color: #000;
  color: #fff;
}
#section01 .section__in {
  width: 90%;
  margin: 0 auto;
  padding: 85px 0 30px 0;
}
#section01 .mainp {
  width: 100%;
  margin-bottom: 30px;
}
#section01 .base_text {
  text-align: center;
  line-height: 160%;
  margin-bottom: 0.3em;
}
#section01 .base_text01 {
  text-align: center;
  line-height: 130%;
  margin-bottom: 2.5em;
}
#section01 .base_text02 {
  text-align: center;
  padding: 0.5em 0 0.75em 0;
  line-height: 160%;
}
#section01 a.linkraijyo {
  display: block;
  width: 100%;
  line-height: 100%;
  padding: 0.5em 0 0.65em 0;
  position: relative;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}
#section01 a.linkraijyo::after {
  content: "▶";
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 75%;
}

#section02 {
  width: 100%;
  position: relative;
  padding: 85px 0 35px 0;
  background: url(../images/top/kawana_back.jpg) no-repeat center;
  background-size: cover;
}
#section02 .section__in {
  width: 100%;
  margin: 0 auto;
}
#section02 h2 {
  margin: 0 auto 25px auto;
  width: 47%;
}
#section02 figure {
  position: relative;
}
#section02 figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25);
}
#section02 .maintitle {
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
  color: #fff;
}

#section02b {
  width: 100%;
  padding: 35px 0 25px 0;
  background-color: #fff;
  color: #000;
}
#section02b .trains {
  text-align: center;
}
#section02b .trains .ttl01 {
  text-align: center;
}
#section02b .trains .ttl02 {
  text-align: center;
}

#section02c {
  background-color: #000;
  color: #fff;
  padding: 20px 0 0 0;
}
#section02c .traintext {
  width: 90%;
  margin: 0 auto 20px auto;
}
#section02c figure {
  position: relative;
}
#section02c figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25);
}
#section02c figure .maintitle {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  top: 0.5em;
  left: 0;
}

#section02d {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 60px 0;
}
#section02d .section__in {
  width: 90%;
  margin: 0 auto;
}
#section02d .types {
  margin-bottom: 30px;
}
#section02d a.links {
  width: 100%;
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 100%;
  padding: 1em 0 1.1em 0;
  position: relative;
  text-align: center;
}
#section02d a.links::after {
  content: "▶";
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 75%;
}

#section03 {
  width: 100%;
  position: relative;
  padding: 85px 0 35px 0;
  background: url(../images/top/gokiso_back.jpg) no-repeat center;
  background-size: cover;
}
#section03 .section__in {
  width: 100%;
  margin: 0 auto;
}
#section03 h2 {
  margin: 0 auto 25px auto;
  width: 47%;
}
#section03 figure {
  position: relative;
}
#section03 figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25);
}
#section03 .maintitle {
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
  color: #fff;
}

#section03b {
  width: 100%;
  padding: 35px 0 25px 0;
  background-color: #fff;
  color: #000;
}
#section03b .trains {
  text-align: center;
}
#section03b .trains .ttl01 {
  text-align: center;
}
#section03b .trains .ttl02 {
  text-align: center;
}

#section03c {
  background-color: #000;
  color: #fff;
  padding: 20px 0 0 0;
}
#section03c .traintext {
  width: 90%;
  margin: 0 auto 20px auto;
}
#section03c figure {
  position: relative;
}
#section03c figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25);
}
#section03c figure .maintitle {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  top: 1.5em;
  left: 0;
}

#section03d {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 60px 0;
}
#section03d .section__in {
  width: 90%;
  margin: 0 auto;
}
#section03d .types {
  margin-bottom: 30px;
}
#section03d a.links {
  width: 100%;
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 100%;
  padding: 1em 0 1.1em 0;
  position: relative;
  text-align: center;
}
#section03d a.links::after {
  content: "▶";
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 75%;
}
#section03d .minit {
  padding-top: 1em;
}

#section04 {
  width: 100%;
  position: relative;
  padding: 85px 0 35px 0;
  background: url(../images/top/hayatoike_back.jpg) no-repeat center;
  background-size: cover;
}
#section04 .section__in {
  width: 100%;
  margin: 0 auto;
}
#section04 h2 {
  margin: 0 auto 25px auto;
  width: 47%;
}
#section04 figure {
  position: relative;
}
#section04 figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25);
}
#section04 .maintitle {
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
  color: #fff;
}

#section04b {
  width: 100%;
  padding: 35px 0 25px 0;
  background-color: #fff;
  color: #000;
}
#section04b .trains {
  text-align: center;
}
#section04b .trains .ttl01 {
  text-align: center;
}
#section04b .trains .ttl02 {
  text-align: center;
}
#section04b .trains2 {
  margin-top: 1em;
  text-align: center;
}
#section04b .trains2 .ttl01 {
  text-align: center;
}
#section04b .trains2 .ttl02 {
  text-align: center;
}

#section04c {
  background-color: #000;
  color: #fff;
  padding: 20px 0 0 0;
}
#section04c .traintext {
  width: 90%;
  margin: 0 auto 20px auto;
}
#section04c figure {
  position: relative;
}
#section04c figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25);
}
#section04c figure .maintitle {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  top: 0.75em;
  left: 0;
}

#section04d {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 60px 0;
}
#section04d .section__in {
  width: 90%;
  margin: 0 auto;
}
#section04d .types {
  margin-bottom: 30px;
}
#section04d a.links {
  width: 100%;
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 100%;
  padding: 1em 0 1.1em 0;
  position: relative;
  text-align: center;
}
#section04d a.links::after {
  content: "▶";
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 75%;
}
#section04d .minit {
  padding-top: 1em;
}

#last_text {
  width: 100%;
  padding: 30px 0 0px 0;
  background: url(../images/top/lastback.jpg) no-repeat center bottom;
  background-size: cover;
}
#last_text .section__in {
  width: 90%;
  margin: 0 auto;
  padding: 0px 0 30px 0;
}
#last_text .uri {
  text-align: center;
  margin-bottom: 1.5em;
}
#last_text .toyota02 {
  width: 65%;
  margin: 0 auto;
}

#last_text2 {
  width: 100%;
  padding: 50px 0 20px 0;
}
#last_text2 .section__in {
  width: 90%;
  margin: 0 auto;
}

#section01_more {
  width: 100%;
  padding: 120px 0 50px 0;
}
#section01_more .titles {
  width: 80%;
  margin: 0 auto;
}

#section02_more {
  width: 100%;
  padding: 0px 0 50px 0;
}
#section02_more .section__in {
  width: 90%;
  margin: 0 auto;
}
#section02_more figure {
  width: 100%;
  margin-bottom: 50px;
}
#section02_more .linkbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section02_more .linkbox .prevs {
  width: 25%;
  display: block;
}
#section02_more .linkbox .nexts {
  width: 25%;
  display: block;
}
#section02_more .btback {
  display: block;
  width: 90%;
  margin: 2em auto 0 auto;
  text-align: center;
  padding: 0.7em 0 0.8em 0;
  color: #fff;
  background-color: #928f8e;
}/*# sourceMappingURL=top.css.map */