@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共通ここまで***/
@media screen and (max-width:800px) {
  #pc_left {
    display: none;
  }
}
#pc_left ul.backimgwaku {
  width: 100%;
  height: 100%;
  position: relative;
}
#pc_left ul.backimgwaku li.p01 {
  position: relative;
  width: 100%;
  height: 100%;
  /*
  background: url(../images/left_p01.jpg)no-repeat center;
  background-size: cover;
  */
  overflow: hidden;
}
#pc_left ul.backimgwaku li.planimg {
  background: url(../images/access/planback.jpg) no-repeat center;
  background-size: cover;
}
#pc_left ul.backimgwaku li.planimg2 {
  background: url(../images/access/planback2.jpg) no-repeat center;
  background-size: cover;
}
#pc_left ul.backimgwaku li.planimg3 {
  background: url(../images/plan/planback3.jpg) no-repeat center bottom 35%;
  background-size: cover;
}
#pc_left ul.backimgwaku video.sidemovie {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 余白なしでピッタリ */
  object-position: 25% center;
  display: block;
}

#section01 {
  width: 100%;
  position: relative;
}
#section01 .mainphoto {
  width: 100%;
}
#section01 figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section02 {
  width: 100%;
  position: relative;
  padding: 65px 0 0 0;
}
#section02 .section__in {
  width: 90%;
  margin: 0 auto;
}
#section02 h2 {
  text-align: center;
  margin-bottom: 1em;
}
#section02 .subttl {
  text-align: center;
  padding: 1em 0;
}
#section02 .base_text {
  line-height: 160%;
  text-align: center;
  margin-bottom: 5em;
}
#section02 .floors {
  margin-bottom: 1em;
}
#section02 ul {
  width: 100%;
  text-align: center;
}
#section02 ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #333;
}

#section03 {
  width: 100%;
  padding: 0px 0 60px 0;
}
#section03 .widephoto {
  position: relative;
  margin-bottom: 40px;
}
#section03 .widephoto figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section03 .section__in {
  width: 90%;
  margin: 0 auto;
}
#section03 h3 {
  color: #806d2b;
  text-align: left;
  margin-bottom: 1.5em;
}
#section03 h4 {
  line-height: 160%;
  margin-bottom: 0.75em;
}
#section03 .base_text {
  line-height: 200%;
  margin-bottom: 1.5em;
}
#section03 .linetext {
  text-align: center;
  line-height: 100%;
  color: #fff;
  padding: 0.5em 0 0.65em 0;
  background-color: #a4605e;
  margin-bottom: 1em;
}
#section03 .clumtext {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
#section03 .clumtext .left {
  width: 50%;
  border-right: 1px solid #666;
  text-align: center;
}
#section03 .clumtext .right {
  width: 50%;
  text-align: center;
}
#section03 .zu {
  width: 100%;
  margin-bottom: 1em;
}
#section03 .carzu {
  width: 100%;
}
#section03 .times figcaption {
  padding-top: 0.5em;
}

#section04 {
  width: 100%;
  padding: 0px 0 80px 0;
}
#section04 .section__in {
  width: 90%;
  margin: 0 auto;
}
#section04 h3 {
  margin-bottom: 1em;
}
#section04 ul.listimg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 ul.listimg li {
  width: 48.5%;
  margin-bottom: 30px;
}
#section04 ul.listimg li .names {
  text-align: center;
  padding-top: 0.75em;
}
#section04 .line01 {
  padding: 1.5em 0 1em 0;
  border-top: 1px solid #999;
}
#section04 .line01 figure {
  width: 75%;
  margin: 0 auto;
}
#section04 .line02 {
  padding: 1.5em 0 1em 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
#section04 .line02 figure {
  width: 57.5%;
  margin: 0 auto;
}

#section05 {
  width: 100%;
  padding: 0px 0 60px 0;
}
#section05 .widephoto {
  position: relative;
  margin-bottom: 40px;
}
#section05 .widephoto figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section05 .section__in {
  width: 90%;
  margin: 0 auto;
}
#section05 h3 {
  color: #806d2b;
  text-align: left;
  margin-bottom: 1.5em;
}
#section05 h4 {
  line-height: 160%;
  margin-bottom: 0.75em;
}
#section05 .base_text {
  line-height: 200%;
  margin-bottom: 1.5em;
}
#section05 .linetext {
  text-align: center;
  line-height: 100%;
  color: #fff;
  padding: 0.5em 0 0.65em 0;
  background-color: #a4605e;
  margin-bottom: 1em;
}
#section05 .zu {
  width: 100%;
  margin-bottom: 2em;
}
#section05 .linetimes01 {
  width: 100%;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #999;
}
#section05 .linetimes01 figure {
  width: 75%;
  margin: 0 auto;
}
#section05 .linetimes02 {
  width: 100%;
  padding: 1.5em 0 1.75em 0;
  border-bottom: 1px solid #999;
}
#section05 .linetimes02 figure {
  width: 70%;
  margin: 0 auto;
}

#last_text {
  width: 100%;
  padding: 150px 0 20px 0;
  background: url(../images/top/lastback.jpg) no-repeat center bottom;
  background-size: cover;
}
#last_text .section__in {
  width: 90%;
  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: 85px 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=access.css.map */