@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共通ここまで***/
#footatens.footatens__plan {
  background-color: #ece9e6;
}

#section01 {
  position: relative;
  padding: 180px 0 35px 0;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 90px 0 35px 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section01 h1 {
  margin-bottom: 1.75em;
}
#section01 .base_text {
  line-height: 160%;
}

#imgwide {
  width: 100%;
  overflow: hidden;
  background-color: #ece9e6;
}
#imgwide figcaption {
  padding-top: 0.5em;
  padding-right: 0.5em;
  text-align: right;
  padding-bottom: 0.75em;
}

#section02 {
  width: 100%;
  padding: 140px 0 140px 0;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 60px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section02 .base_text01 {
  text-align: center;
  line-height: 160%;
  margin-bottom: 1.5em;
}
#section02 .base_text01.mt4em {
  margin-top: 4em;
}
@media screen and (max-width:800px) {
  #section02 .base_text01 {
    text-align: left;
  }
}
#section02 .subwidetext {
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section02 .subwidetext {
    text-align: left;
  }
}
#section02 .timebox {
  width: 100%;
  margin: 2.5em auto 5em auto;
}
#section02 .trainzu {
  width: 100%;
  margin-bottom: 8em;
}
@media screen and (max-width:800px) {
  #section02 .trainzu {
    margin-bottom: 4em;
  }
}
#section02 .clum2box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
#section02 .clum2box .items {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section02 .clum2box .items {
    width: 100%;
    margin-bottom: 2em;
  }
}
#section02 .clum2box .items figure {
  position: relative;
}
#section02 .clum2box .items figcaption {
  padding-top: 0.5em;
  text-align: right;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
#section02 .clum2box .names {
  width: 100%;
  padding: 1.25em 0 0 0;
  text-align: center;
}
#section02 .clum2box .names span.mid {
  font-size: 70%;
}
#section02 .clum2box .names span.bigs {
  font-size: 175%;
  font-weight: 400;
  color: #8f8861;
}
#section02 .traimelist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  padding: 1em 0;
  border-top: 1px solid #999;
}
#section02 .traimelist.second {
  border-bottom: 1px solid #999;
}
#section02 .traimelist .list01 {
  width: 30%;
  margin-left: 5%;
}
@media screen and (max-width:800px) {
  #section02 .traimelist .list01 {
    width: 50%;
    margin-left: 0;
  }
}
#section02 .traimelist .list02 {
  width: 30%;
}
@media screen and (max-width:800px) {
  #section02 .traimelist .list02 {
    width: 50%;
  }
}
#section02 .traimelist .list03 {
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width:800px) {
  #section02 .traimelist .list03 {
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #999;
  }
}
#section02 .traimelist .list04 {
  width: 30%;
  margin-left: 5%;
}
@media screen and (max-width:800px) {
  #section02 .traimelist .list04 {
    width: 50%;
    margin-left: 0;
  }
}
#section02 .traimelist .list05 {
  width: 30%;
}
@media screen and (max-width:800px) {
  #section02 .traimelist .list05 {
    width: 50%;
  }
}
#section02 .traimelist .list06 {
  width: 30%;
  margin-right: 5%;
}
#section02 .traimelist .list06 .wws {
  width: 150%;
  margin-right: -30%;
  margin-left: -20%;
}
@media screen and (max-width:800px) {
  #section02 .traimelist .list06 .wws {
    width: 150%;
    margin-right: -25%;
    margin-left: -25%;
  }
}
@media screen and (max-width:800px) {
  #section02 .traimelist .list06 {
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #999;
  }
}
#section02 .traimelist span.mid {
  font-size: 70%;
}
#section02 .traimelist span.bigs {
  font-size: 175%;
  font-weight: 400;
  color: #8f8861;
}
#section02 .traimelist span.minis {
  text-align: center;
}

#section03 {
  width: 100%;
  padding: 0px 0 0px 0;
  background-color: #000;
  color: #fff;
}
#section03 .sec03in {
  width: 90%;
  margin: 0 auto;
}
#section03 .section__in {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  padding: 0px 0 140px 0;
}
@media screen and (max-width:800px) {
  #section03 .section__in {
    padding: 0 0 60px 0;
  }
}
#section03 .base_text01 {
  text-align: center;
  line-height: 160%;
  margin-bottom: 1.5em;
}
#section03 .base_text01.mt4em {
  margin-top: 4em;
}
@media screen and (max-width:800px) {
  #section03 .base_text01 {
    text-align: left;
  }
}
#section03 .subwidetext {
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section03 .subwidetext {
    text-align: left;
  }
}
#section03 .wideclumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.5em;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width:800px) {
  #section03 .wideclumbox {
    width: 100%;
    background-color: #fff;
    color: #000;
  }
}
#section03 .wideclumbox .left {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section03 .wideclumbox .left {
    width: 100%;
    margin-bottom: 2em;
  }
}
#section03 .wideclumbox .right {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section03 .wideclumbox .right {
    width: 100%;
  }
}
#section03 .wideclumbox .nameboxclum {
  display: flex;
  justify-content: space-between;
}
#section03 .wideclumbox .nameboxclum .items {
  width: 50%;
  text-align: center;
}
#section03 .wideclumbox .nameboxclum .items .inname {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section03 .wideclumbox .nameboxclum .items .inname {
    padding-top: 0.5em;
    padding-bottom: 0.25em;
  }
}
@media screen and (max-width:800px) {
  #section03 .wideclumbox .nameboxclum .items .inname span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 70%;
  }
}
#section03 .wideclumbox .nameboxclum .items .inname2 {
  text-align: center;
}
#section03 .zuboxs {
  width: 100%;
  max-width: 970px;
  margin: 0px auto 0px auto;
  padding-top: 30px;
}

#section04 {
  width: 100%;
  background: url(../images/access/backimg.jpg) repeat-y center top;
  background-size: 100% auto;
  padding: 165px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 10vw 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 0 60px 0;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    padding: 7.5vw 0;
  }
}
#section04 .section__in .inbox {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04 .section__in .inbox {
    width: 90%;
  }
}
#section04 .section__in2 {
  width: 90%;
  max-width: 1000px;
  margin: 80px auto 0 auto;
  padding: 120px 0 60px 0;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width:800px) {
  #section04 .section__in2 {
    padding: 7.5vw 0 0 0;
    overflow: hidden;
  }
}
#section04 .section__in2 .inbox2 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04 .section__in2 .inbox2 {
    width: 90%;
  }
}
#section04 h3 {
  text-align: center;
  margin-bottom: 0.25em;
}
#section04 .base_text01 {
  text-align: center;
  line-height: 160%;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section04 .base_text01 {
    text-align: center;
  }
}
#section04 .subwidetext {
  max-width: 650px;
  margin: 0 auto 2.5em;
  text-align: left;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section04 .subwidetext {
    margin: 0 auto 1.5em;
    text-align: left;
  }
}
#section04 .wideimg {
  width: 100%;
  position: relative;
}
#section04 .wideimg figcaption {
  width: 100%;
  text-align: right;
  padding-top: 0.5em;
}
#section04 .leftbox {
  width: 50%;
  margin: 3em auto 0 0;
}
@media screen and (max-width:800px) {
  #section04 .leftbox {
    width: 100%;
  }
}
#section04 .leftbox .base_text02 {
  line-height: 180%;
  margin-bottom: 1.5em;
}
#section04 .leftbox .base_text03 {
  text-align: left;
}
#section04 .leftbox .base_text03 .toho {
  font-size: 75%;
}
#section04 .leftbox .base_text03 .bigs {
  font-size: 165%;
  color: #8f8861;
}
#section04 .leftbox .base_text03 .mid {
  font-size: 110%;
}
#section04 .leftbox .base_text03 .smalls {
  font-size: 50%;
}
#section04 .leftbox .base_text04 {
  text-align: left;
  width: 120%;
  margin-right: -20%;
  margin-left: 0;
}
#section04 .leftbox .base_text04 .toho {
  font-size: 75%;
}
#section04 .leftbox .base_text04 .bigs {
  font-size: 165%;
  color: #8f8861;
}
#section04 .leftbox .base_text04 .mid {
  font-size: 110%;
}
#section04 .leftbox .base_text04 .smalls {
  font-size: 50%;
}
#section04 .widebox {
  width: 100%;
}
#section04 .widebox figure {
  width: 75%;
  margin: -25% auto 50px auto;
}
@media screen and (max-width:800px) {
  #section04 .widebox figure {
    width: 100%;
    margin: -25% auto 50px auto;
  }
}
#section04 .base_text05 {
  text-align: center;
  margin-bottom: 1em;
}
#section04 .namsecenter {
  text-align: center;
  margin-bottom: 1.25em;
}
#section04 .namsecenter .t01 {
  text-align: center;
}
#section04 .namsecenter .t01 span {
  font-size: 75%;
}
#section04 .namsecenter .t02 {
  text-align: center;
}
#section04 ul.type01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
  border-bottom: 1px solid #999;
}
#section04 ul.type01 li {
  width: 32%;
}
#section04 ul.type01 li figure {
  position: relative;
}
#section04 ul.type01 li figure figcaption {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  text-align: right;
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section04 ul.type01 li figure figcaption {
    font-size: 1.5vw;
  }
}
#section04 ul.type01 li .cname {
  text-align: center;
  padding: 1em 0 0 0;
}
#section04 ul.type02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 25px auto 90px auto;
}
@media screen and (max-width:800px) {
  #section04 ul.type02 {
    margin: 25px auto 50px auto;
    flex-wrap: wrap;
  }
}
#section04 ul.type02 li {
  width: 33.3333333333%;
  border-left: 1px solid #999;
  text-align: center;
}
#section04 ul.type02 li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section04 ul.type02 li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
@media screen and (max-width:800px) {
  #section04 ul.type02 li {
    width: 100%;
    padding: 1.5em 0;
    border-left: 0;
    border-top: 1px solid #999;
  }
}
#section04 ul.type02 li .tt01 {
  text-align: center;
}
#section04 ul.type02 li .tt02 {
  text-align: center;
}
#section04 ul.type02 li .tt02 span {
  font-size: 60%;
}
#section04 .bluebox {
  width: 115%;
  margin-left: -7.5%;
  margin-right: -7.5%;
  background-color: #00517e;
  color: #fff;
  padding: 40px 35px 20px 35px;
}
#section04 .bluebox .inclums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 .bluebox .inclums .left {
  width: 48.5%;
}
@media screen and (max-width:800px) {
  #section04 .bluebox .inclums .left {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section04 .bluebox .inclums .left h4 {
  margin-bottom: 1em;
}
#section04 .bluebox .inclums .left .base_base {
  line-height: 200%;
}
#section04 .bluebox .inclums .right {
  width: 48.5%;
}
@media screen and (max-width:800px) {
  #section04 .bluebox .inclums .right {
    width: 100%;
  }
}
#section04 .bluebox .inclums .right figcaption {
  padding-top: 0.5em;
  text-align: right;
}

/**************************/
#section01_more {
  position: relative;
  z-index: 1;
  background-color: #fff;
  height: 300px;
}
@media screen and (max-width:800px) {
  #section01_more {
    height: 40vw;
  }
}
#section01_more .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section01_more h1 {
  margin-bottom: 1.75em;
}
#section01_more .base_text {
  line-height: 160%;
}

#section02_more {
  width: 100%;
  padding: 140px 0 120px 0;
  background-color: #ece9e6;
}
@media screen and (max-width:800px) {
  #section02_more {
    padding: 50px 0 50px 0;
  }
}
#section02_more .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section02_more .planbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section02_more .planbox {
    margin-bottom: 10vw;
  }
}
#section02_more .planbox .text {
  width: 36%;
}
@media screen and (max-width:800px) {
  #section02_more .planbox .text {
    width: 100%;
    margin-bottom: 15vw;
  }
}
#section02_more .planbox .text .text__type {
  margin-bottom: 140px;
}
@media screen and (max-width:800px) {
  #section02_more .planbox .text .text__type {
    margin-bottom: 10vw;
  }
}
#section02_more .planbox .text .text__type h1 {
  width: 100%;
  border-bottom: 1px solid #999;
  line-height: 100%;
}
#section02_more .planbox .text .text__type h1 span {
  font-size: 50%;
}
#section02_more .planbox .text .text__type .titlesubs {
  margin-top: 0.1em;
}
#section02_more .planbox .text .menseki {
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section02_more .planbox .text .menseki {
    margin-bottom: 10vw;
  }
}
#section02_more .planbox .text .menseki .menseki__text {
  width: 100%;
  border-bottom: 1px solid #999;
  line-height: 100%;
  padding-bottom: 0.5em;
}
#section02_more .planbox .text .menseki .menseki__text .line100 {
  line-height: 100%;
}
#section02_more .planbox .text .menseki .titlesubs {
  margin-top: 0.75em;
}
#section02_more .planbox .text ul.eritext {
  width: 100%;
  border-top: 1px solid #999;
}
#section02_more .planbox .text ul.eritext li {
  width: 100%;
  border-bottom: 1px solid #999;
  padding: 2.5em 0;
  text-align: center;
  line-height: 160%;
}
#section02_more .planbox .text .atens_pc {
  width: 70%;
  max-width: 210px;
  margin: 50px auto 0 0;
}
@media screen and (max-width:800px) {
  #section02_more .planbox .text .atens_pc {
    display: none;
  }
}
#section02_more .planbox .floorz {
  width: 58.33%;
}
@media screen and (max-width:800px) {
  #section02_more .planbox .floorz {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #section02_more .planbox .floorz figure {
    width: 75%;
    margin: 0 9% 4vw 16%;
  }
}
#section02_more .planbox .floorz .atens_sp {
  width: 50%;
  max-width: 210px;
  margin: 50px auto 0 0;
  display: none;
}
@media screen and (max-width:800px) {
  #section02_more .planbox .floorz .atens_sp {
    display: block;
  }
}
#section02_more .botans {
  width: 100%;
  text-align: center;
}
#section02_more .botans a {
  display: inline-block;
  line-height: 100%;
  padding: 0.85em 0;
  border: 1px solid #666;
  text-align: center;
  width: 100%;
  max-width: 283px;
  transition: all 0.4s ease-out 0.01s;
}
#section02_more .botans a:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}/*# sourceMappingURL=access.css.map */