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

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -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, #00486e 0%, #00789b 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共通ここまで***/
body {
  overflow: hidden;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
}

#section09 {
  width: 100%;
  padding: 100px 0 100px 0;
  font-family: 'Noto Serif JP', serif;
  background-color: #fff;
}

@media (max-width: 800px) {
  #section09 {
    padding: 50px 0 80px 0;
  }
}

#section09 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#section09 .botancontena {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  #section09 .botancontena {
    margin: 0 auto;
  }
}

#section09 .botanwaku {
  width: 100%;
  position: relative;
}

@media (max-width: 800px) {
  #section09 .botanwaku {
    width: 100%;
    margin: 0 auto;
  }
}

#section09 .botanwaku .goldback {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  background-image: url(../images/more_back.jpg);
  background-size: cover;
}

#section09 .botanwaku a {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
}

#section09 .botanwaku a:hover > .base_color {
  width: 100%;
}

@media (max-width: 800px) {
  #section09 .botanwaku a:hover > .base_color {
    width: 0%;
  }
}

#section09 .botanwaku a:hover {
  color: #000;
}

@media (max-width: 800px) {
  #section09 .botanwaku a:hover {
    color: #fff;
  }
}

#section09 .botanwaku a:hover > .yaji .base {
  opacity: 0;
}

@media (max-width: 800px) {
  #section09 .botanwaku a:hover > .yaji .base {
    opacity: 1;
  }
}

#section09 .botanwaku a .coming {
  position: absolute;
  z-index: 35;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(100, 100, 100, 0.9);
  padding: 0 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  #section09 .botanwaku a .coming span {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}

@media (max-width: 800px) {
  #section09 .botanwaku a {
    height: auto;
    padding: 28px 20px;
    flex-wrap: wrap;
  }
}

#section09 .botanwaku a .base {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #383838;
  z-index: 10;
  top: 0;
  left: 0;
}

#section09 .botanwaku a .base_color {
  position: absolute;
  width: 0%;
  height: 100%;
  z-index: 11;
  top: 0;
  left: 0%;
  transition: all .4s ease-out;
  background: linear-gradient(-45deg, #af9506 0%, #c7bf8e 12%, #968319 29%, #fff 100%);
}

#section09 .botanwaku a .text {
  width: 400px;
  position: relative;
  z-index: 20;
}

@media (max-width: 800px) {
  #section09 .botanwaku a .text {
    width: 100%;
  }
}

#section09 .botanwaku a .text p {
  font-weight: 600;
}

#section09 .botanwaku a .yaji {
  width: 110px;
  position: relative;
  z-index: 20;
}

@media (max-width: 800px) {
  #section09 .botanwaku a .yaji {
    width: 30%;
    margin-top: 8px;
  }
}

#attention {
  width: 100%;
  padding: 80px 0;
  font-family: 'Noto Serif JP', serif;
}

#attention .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 140%;
}

#lifeinfo {
  width: 100%;
  background-color: #F5F4F5;
  padding: 75px 0 100px 0;
}

@media (max-width: 800px) {
  #lifeinfo {
    padding: 35px 0;
  }
}

#lifeinfo h2 {
  text-align: center;
  padding-bottom: 35px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 40px auto;
  text-align: center;
  color: #BC9D4B;
  border-bottom: 1px solid #999;
}

@media (max-width: 800px) {
  #lifeinfo h2 {
    padding-bottom: 20px;
    margin: 0 auto 20px auto;
  }
}

#lifeinfo figure {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#lifeinfo2 {
  width: 100%;
  padding: 50px 0 0 0;
}

#lifeinfo2 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#lifeinfo2 .text01 {
  text-align: center;
  margin-bottom: 50px;
  line-height: 180%;
  letter-spacing: 0.1em;
}

#lifeinfo2 .list_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 15px;
}

@media (max-width: 800px) {
  #lifeinfo2 .list_box {
    font-size: 3.8vw;
    line-height: 120%;
  }
}

#lifeinfo2 .list_box h3 {
  padding: 8px 15px 10px 15px;
  line-height: 100%;
  background-color: #33094A;
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
}

#lifeinfo2 .list_box .left {
  width: 59%;
}

@media (max-width: 800px) {
  #lifeinfo2 .list_box .left {
    width: 100%;
  }
}

#lifeinfo2 .list_box .left ul {
  width: 100%;
  margin-bottom: 40px;
}

#lifeinfo2 .list_box .left ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #888888;
}

@media (max-width: 800px) {
  #lifeinfo2 .list_box .left ul li {
    flex-wrap: wrap;
    padding: 7px 0;
  }
}

#lifeinfo2 .list_box .left ul .name {
  width: 68%;
  text-align: left;
}

@media (max-width: 800px) {
  #lifeinfo2 .list_box .left ul .name {
    width: 100%;
    margin-bottom: 6px;
  }
}

#lifeinfo2 .list_box .left ul .name span {
  font-size: 75%;
}

#lifeinfo2 .list_box .left ul .time {
  width: 28%;
  text-align: left;
}

@media (max-width: 800px) {
  #lifeinfo2 .list_box .left ul .time {
    width: 100%;
  }
}

#lifeinfo2 .list_box .right {
  width: 36.4%;
}

@media (max-width: 800px) {
  #lifeinfo2 .list_box .right {
    width: 100%;
  }
}

#lifeinfo2 .list_box .right ul {
  width: 100%;
  margin-bottom: 40px;
}

#lifeinfo2 .list_box .right ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #888888;
}

@media (max-width: 800px) {
  #lifeinfo2 .list_box .right ul li {
    flex-wrap: wrap;
    padding: 7px 0;
  }
}

#lifeinfo2 .list_box .right ul .name {
  width: 67%;
  text-align: left;
}

@media (max-width: 800px) {
  #lifeinfo2 .list_box .right ul .name {
    width: 100%;
    margin-bottom: 6px;
  }
}

#lifeinfo2 .list_box .right ul .time {
  width: 32%;
  text-align: left;
}

@media (max-width: 800px) {
  #lifeinfo2 .list_box .right ul .time {
    width: 100%;
  }
}

#lifeinfo2 .list_box .right ul.type2 {
  width: 100%;
}

#lifeinfo2 .list_box .right ul.type2 .name {
  width: 55%;
}

@media (max-width: 800px) {
  #lifeinfo2 .list_box .right ul.type2 .name {
    width: 100%;
    margin-bottom: 6px;
  }
}

#lifeinfo2 .list_box .right ul.type2 .time {
  width: 42%;
}

@media (max-width: 800px) {
  #lifeinfo2 .list_box .right ul.type2 .time {
    width: 100%;
  }
}

body {
  font-family: 'Noto Serif JP', serif;
}

#section01 {
  width: 100%;
  position: relative;
  padding: 90px 0 70px 0;
}

#section01 h1 {
  text-align: center;
}

#section01 h1 span.jp {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 7.5px;
}

#section01 h1 span.jp::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

#section01 h1 span.subtext {
  display: block;
  position: relative;
  letter-spacing: 0.05em;
}

#section02 {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  z-index: 15;
}

#section02 .mask {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 1.6s ease-out;
}

#section02 .mask.active {
  background-color: rgba(0, 0, 0, 0);
}

#section02 .minis_t {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

#section03 {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  z-index: 15;
  overflow: hidden;
}

#section03 .section__in {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 140px 0 100px 0;
  /* padding-bottom: 100px; */
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section03 .section__in {
    padding: 75px 0 50px 0;
    /* padding-bottom: 50px; */
  }
}

#section03 h2 {
  text-align: center;
  line-height: 180%;
  margin-bottom: 80px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section03 h2 {
    margin-bottom: 40px;
    font-size: 5vw;
  }
}

#section03 .mainphoto {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 90px auto;
  position: relative;
  z-index: 15;
}

@media (max-width: 800px) {
  #section03 .mainphoto {
    margin-bottom: 50px;
  }
}

#section03 .mainphoto .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

#section03 .mainphoto .copy {
  position: absolute;
  top: 50px;
  left: 25px;
  font-size: 70px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 800px) {
  #section03 .mainphoto .copy {
    font-size: 8vw;
    top: 3vw;
    left: 2vw;
  }
}

#section03 .mainphoto .cap {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  text-shadow: 0px 0px 4px black;
}

@media (max-width: 800px) {
  #section03 .mainphoto .cap {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 2.6vw;
  }
}

#section03 h3 {
  text-align: center;
  margin-bottom: 80px;
  line-height: 180%;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section03 h3 {
    margin-bottom: 40px;
  }
}

#section03 figure.times {
  width: 543px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  #section03 figure.times {
    width: 55%;
  }
}

#section03 .cc01 {
  position: absolute;
  width: 43.5%;
  top: 0;
  left: 0;
  transform: translate(-75%, -20%);
  z-index: 1;
}

@media (max-width: 800px) {
  #section03 .cc01 {
    width: 60%;
    top: 0;
    left: 0;
    transform: translate(-45%, -30%);
  }
}

#section03 .cc02 {
  position: absolute;
  width: 43.5%;
  top: 20%;
  right: 0;
  transform: translate(40%, -20%);
  z-index: 1;
}

@media (max-width: 800px) {
  #section03 .cc02 {
    width: 70%;
    top: 19%;
    right: 0;
    transform: translate(25%, -20%);
  }
}

#section03 .cc03 {
  position: absolute;
  width: 43.5%;
  top: 60%;
  left: 0;
  transform: translate(-50%, -20%);
  z-index: 1;
}

@media (max-width: 800px) {
  #section03 .cc03 {
    width: 60%;
    top: 48%;
    left: 0;
    transform: translate(-30%, -20%);
  }
}

#section03 .cc04 {
  position: absolute;
  width: 43.5%;
  top: 85%;
  right: 0;
  transform: translate(70%, -20%);
  z-index: 1;
}

@media (max-width: 800px) {
  #section03 .cc04 {
    width: 43.5%;
    top: 80%;
    transform: translate(30%, -20%);
  }
}

#section04 {
  width: 100%;
  position: relative;
  background: linear-gradient(#ededed 0%, #f2f2f2 47.29%, #fff 100%);
  padding: 110px 0 0px 0;
}

@media (max-width: 800px) {
  #section04 {
    padding: 75px 0 0px 0;
  }
}

#section04 .section__in {
  width: 90%;
  max-width: 784px;
  margin: 0 auto;
}

#section04 h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 800px) {
  #section04 h2 {
    margin-bottom: 40px;
  }
}

#section04 .trainzu {
  margin-top: -20px;
}

@media (max-width: 800px) {
  #section04 .trainzu {
    margin-top: 30px;
  }
}

@media (max-width: 800px) {
  #section04 .text01 {
    text-align: center;
  }
}

@media (max-width: 800px) and (max-width: 800px) {
  #section04 .text01 {
    margin-bottom: 30px;
    line-height: 160%;
  }
}

#section04 .contena100 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}

@media (max-width: 800px) {
  #section04 .contena100 {
    width: 90%;
    margin: 40px auto 0 auto;
  }
}

#section04 .contena100 .left {
  width: 50%;
}

@media (max-width: 800px) {
  #section04 .contena100 .left {
    width: 100%;
    margin-bottom: 30px;
  }
}

#section04 .contena100 .left figure.textimg {
  width: 45%;
  margin: 15px auto;
}

@media (max-width: 800px) {
  #section04 .contena100 .left figure.textimg {
    width: 75%;
    margin: 15px auto;
  }
}

#section04 .contena100 .right {
  width: 50%;
}

@media (max-width: 800px) {
  #section04 .contena100 .right {
    width: 100%;
    margin-bottom: 30px;
  }
}

#section04 .contena100 .right figure.textimg {
  width: 45%;
  margin: 15px auto;
}

@media (max-width: 800px) {
  #section04 .contena100 .right figure.textimg {
    width: 75%;
    margin: 15px auto;
  }
}

#section04 .contena100 .textbox {
  text-align: center;
  padding: 0px 0 0 0;
  margin-bottom: 20px;
}

#section04 .contena100 .textbox.borderright {
  border-right: 1px solid #999;
}

@media (max-width: 800px) {
  #section04 .contena100 .textbox.borderright {
    border-right: 0px solid #999;
  }
}

#section04 .contena100 .textbox h3 span {
  font-size: 75%;
  padding: 0.25em 0.75em;
  line-height: 100%;
  background-color: #96922D;
  color: #fff;
}

#section04 .contena100 .inboximg {
  position: relative;
}

#section04 .contena100 .inboximg.lefts::before {
  position: absolute;
  width: 120vw;
  height: 4px;
  top: -2px;
  left: 0;
  content: "";
  background-color: #F0F0F0;
  z-index: 50;
}

@media (max-width: 800px) {
  #section04 .contena100 .inboximg.lefts::before {
    content: none;
  }
}

#section04 .contena100 .inboximg.lefts::after {
  position: absolute;
  width: 120vw;
  height: 4px;
  bottom: -2px;
  left: 0;
  content: "";
  background-color: #F0F0F0;
  z-index: 50;
}

@media (max-width: 800px) {
  #section04 .contena100 .inboximg.lefts::after {
    content: none;
  }
}

#section04 .contena100 .inboximg .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

#section04 .contena100 .inboximg .maskside {
  width: 0%;
  transition: all .6s ease-out;
}

#section04 .contena100 .inboximg .maskside.active {
  width: 100%;
}

#section04 .contena100 .inboximg .maskside2 {
  width: 0%;
  transition: all .6s ease-out;
  transition-delay: 0.3s;
}

@media (max-width: 800px) {
  #section04 .contena100 .inboximg .maskside2 {
    transition-delay: 0s;
  }
}

#section04 .contena100 .inboximg .maskside2.active {
  width: 100%;
}

#section04 .contena100 .inboximg .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

#section04 .contena100 .inboximg .minitext {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 10;
}

#section05 {
  width: 100%;
  position: relative;
  background-color: #F0F0F0;
  padding: 110px 0 0px 0;
}

@media (max-width: 800px) {
  #section05 {
    padding: 75px 0 50px 0;
  }
}

#section05 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#section05 h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section05 h2 {
    margin-bottom: 30px;
  }
}

#section05 .text01 {
  text-align: center;
  line-height: 180%;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section05 .text01 {
    margin-bottom: 30px;
    line-height: 160%;
  }
}

#section05 .text01 span {
  font-size: 75%;
}

#section05 .text02 {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section05 .text02 {
    line-height: 160%;
  }
}

#section05 .trainzu {
  margin-top: 0px;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section05 .trainzu {
    margin-bottom: 50px;
  }
}

#section05 .contena100 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0px;
}

@media (max-width: 800px) {
  #section05 .contena100 {
    width: 90%;
    margin: 0px auto 0 auto;
  }
}

#section05 .contena100 .left {
  width: 50%;
}

@media (max-width: 800px) {
  #section05 .contena100 .left {
    width: 100%;
    margin-bottom: 75px;
  }
}

#section05 .contena100 .left figure.textimg {
  width: 45%;
  margin: 15px auto;
}

@media (max-width: 800px) {
  #section05 .contena100 .left figure.textimg {
    width: 75%;
    margin: 15px auto;
  }
}

#section05 .contena100 .right {
  width: 50%;
}

@media (max-width: 800px) {
  #section05 .contena100 .right {
    width: 100%;
    margin-bottom: 30px;
  }
}

#section05 .contena100 .right figure.textimg {
  width: 45%;
  margin: 15px auto;
}

@media (max-width: 800px) {
  #section05 .contena100 .right figure.textimg {
    width: 75%;
    margin: 15px auto;
  }
}

#section05 .contena100 .textbox {
  text-align: center;
  padding: 0px 0 0 0;
  margin-bottom: 20px;
}

#section05 .contena100 .textbox.borderright {
  border-right: 1px solid #999;
}

@media (max-width: 800px) {
  #section05 .contena100 .textbox.borderright {
    border-right: 0px solid #999;
  }
}

#section05 .contena100 .textbox h3 span {
  font-size: 75%;
  padding: 0.25em 0.75em;
  line-height: 100%;
  background-color: #96922D;
  color: #fff;
}

#section05 .contena100 .inboximg {
  position: relative;
}

@media (max-width: 800px) {
  #section05 .contena100 .inboximg {
    margin-bottom: 25px;
  }
}

#section05 .contena100 .inboximg.lefts::before {
  position: absolute;
  width: 120vw;
  height: 4px;
  top: -2px;
  left: 0;
  content: "";
  background-color: #F0F0F0;
  z-index: 50;
}

@media (max-width: 800px) {
  #section05 .contena100 .inboximg.lefts::before {
    content: none;
  }
}

#section05 .contena100 .inboximg.lefts::after {
  position: absolute;
  width: 120vw;
  height: 4px;
  bottom: -2px;
  left: 0;
  content: "";
  background-color: #F0F0F0;
  z-index: 50;
}

@media (max-width: 800px) {
  #section05 .contena100 .inboximg.lefts::after {
    content: none;
  }
}

#section05 .contena100 .inboximg .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

#section05 .contena100 .inboximg .maskside {
  width: 0%;
  transition: all .6s ease-out;
}

#section05 .contena100 .inboximg .maskside.active {
  width: 100%;
}

#section05 .contena100 .inboximg .maskside2 {
  width: 0%;
  transition: all .6s ease-out;
  transition-delay: 0.3s;
}

@media (max-width: 800px) {
  #section05 .contena100 .inboximg .maskside2 {
    transition-delay: 0s;
  }
}

#section05 .contena100 .inboximg .maskside2.active {
  width: 100%;
}

#section05 .contena100 .inboximg .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0%;
  z-index: 10;
}

@media (max-width: 800px) {
  #section05 .contena100 .inboximg .base_on {
    width: 90%;
    left: 5%;
  }
}

#section05 .contena100 .inboximg .minitext {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 10;
}

#section05 .bus_access_box {
  width: 100%;
  background-color: #F0F0F0;
  padding: 50px 0 90px 0;
}

@media (max-width: 800px) {
  #section05 .bus_access_box {
    display: none;
  }
}

#section05 .bus_access_box .bus_access_box__in {
  width: 90%;
  max-width: 1100px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

#section05 .bus_access_box .bus_access_box__in .left {
  width: 50%;
  border-right: 1px solid #999;
}

#section05 .bus_access_box .bus_access_box__in .left figure {
  width: 81.7%;
  max-width: 449px;
  margin: 0 auto;
}

#section05 .bus_access_box .bus_access_box__in .right {
  width: 50%;
}

#section05 .bus_access_box .bus_access_box__in .right figure {
  width: 91.7%;
  max-width: 504px;
  margin: 0 0 0 auto;
}

#section05 .cc01 {
  position: absolute;
  width: 43.5%;
  top: 18%;
  left: 0;
  transform: translate(-60%, -20%);
  z-index: 1;
}

@media (max-width: 800px) {
  #section05 .cc01 {
    width: 60%;
    top: 0;
    left: 0;
    transform: translate(-45%, -30%);
  }
}

#section05 .cc02 {
  position: absolute;
  width: 43.5%;
  top: 5%;
  right: 0;
  transform: translate(40%, -50%);
  z-index: 1;
}

@media (max-width: 800px) {
  #section05 .cc02 {
    width: 70%;
    top: 19%;
    right: 0;
    transform: translate(25%, -20%);
  }
}

/* 2023.03.16 追記 */
#section05 .busmovie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#section05 .busmovie iframe {
  max-width: 800px;
  max-height: 450px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  #section05 .busmovie {
    margin: 0 auto 50px;
  }
}


#section06 {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 80px 0 80px 0;
}

@media (max-width: 800px) {
  #section06 {
    padding: 50px 0 50px 0;
  }
}

#section06 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#section06 h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section06 h2 {
    margin-bottom: 30px;
  }
}

#section06 .text01 {
  text-align: center;
  line-height: 180%;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section06 .text01 {
    margin-bottom: 30px;
    line-height: 160%;
  }
}

#section06 .text01 span {
  font-size: 75%;
}

#section06 .boxflex {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section06 .boxflex .left {
  width: 47.2%;
}

@media (max-width: 800px) {
  #section06 .boxflex .left {
    width: 100%;
    margin-bottom: 50px;
  }
}

#section06 .boxflex .left figure {
  position: relative;
}

#section06 .boxflex .left figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section06 .boxflex .left h4 {
  text-align: center;
  padding: 20px 0 15px 0;
}

#section06 .boxflex .left h4 span {
  color: #96922D;
  font-size: 120%;
}

#section06 .boxflex .right {
  width: 47.2%;
}

@media (max-width: 800px) {
  #section06 .boxflex .right {
    width: 100%;
  }
}

#section06 .boxflex .right figure {
  position: relative;
}

#section06 .boxflex .right figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section06 .boxflex .right h4 {
  text-align: center;
  padding: 20px 0 15px 0;
}

#section06 .boxflex .right h4 span {
  color: #96922D;
  font-size: 120%;
}

#section07 {
  width: 100%;
  position: relative;
  background-color: #F0F0F0;
  padding: 110px 0 100px 0;
}

@media (max-width: 800px) {
  #section07 {
    padding: 75px 0 50px 0;
  }
}

#section07 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#section07 h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section07 h2 {
    margin-bottom: 40px;
  }
}

#section07 .text01 {
  text-align: center;
  line-height: 180%;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section07 .text01 {
    margin-bottom: 40px;
    line-height: 160%;
  }
}

#section07 .text01 span {
  font-size: 75%;
}

#section07 .trainzu {
  margin-top: 0px;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section07 .trainzu {
    margin-bottom: 50px;
  }
}

#section07 figure {
  position: relative;
  z-index: 15;
}

#section07 .cc01 {
  position: absolute;
  width: 43.5%;
  top: 5%;
  left: 0;
  transform: translate(-50%, 0%);
  z-index: 1;
}

@media (max-width: 800px) {
  #section07 .cc01 {
    width: 60%;
    top: 0;
    left: 0;
    transform: translate(-45%, 0%);
  }
}

#section07 .cc02 {
  position: absolute;
  width: 43.5%;
  top: 26%;
  right: 0;
  transform: translate(40%, -50%);
  z-index: 1;
}

@media (max-width: 800px) {
  #section07 .cc02 {
    width: 70%;
    top: 30%;
    right: 0;
    transform: translate(55%, -20%);
  }
}

#section08 {
  width: 100%;
  position: relative;
  background-color: #fff;
  /* padding: 80px 0 0px 0; */
}

/* @media (max-width: 800px) {
  #section08 {
    padding: 50px 0 0px 0;
  }
} */

#section08 .section__in {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

#section08 h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section08 h2 {
    margin-bottom: 30px;
  }
}

#section08 .text01 {
  text-align: center;
  line-height: 180%;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section08 .text01 {
    margin-bottom: 30px;
    line-height: 160%;
  }
}

#section08 .text01 span {
  font-size: 75%;
}

#section08 .boxflex {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 80px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  #section08 .boxflex {
    margin: 0 auto 40px auto;
  }
}

#section08 .boxflex .left {
  width: 50%;
}

#section08 .boxflex .left figure {
  position: relative;
}

@media (max-width: 800px) {
  #section08 .boxflex .left {
    width: 100%;
    margin-bottom: 40px;
  }
}

#section08 .boxflex .right {
  width: 50%;
}

#section08 .boxflex .right figure {
  position: relative;
}

@media (max-width: 800px) {
  #section08 .boxflex .right {
    width: 100%;
  }
}

#section08 .boxflex .minis {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  padding: 3px 10px 5px 10px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 120%;
}

#section08 .boxflex .title {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 3px 10px 5px 10px;
  line-height: 120%;
  color: #fff;
}

#section08 .boxflex p {
  padding-top: 5px;
}

#section08 .mainphoto {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 0px auto;
  position: relative;
  z-index: 15;
}

#section08 .mainphoto .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

#section08 .mainphoto .copy {
  position: absolute;
  top: 50px;
  left: 25px;
  font-size: 70px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 800px) {
  #section08 .mainphoto .copy {
    font-size: 8vw;
    top: 3vw;
    left: 2vw;
  }
}

#section08 .mainphoto .cap {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  text-shadow: 0px 0px 4px black;
  font-size: 18px;
}

#section08 .mainphoto .cap span {
  font-size: 130%;
  color: #F2E8AF;
}

@media (max-width: 800px) {
  #section08 .mainphoto .cap {
    font-size: 3.6vw;
  }
}

#section09 {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 80px 0 120px 0;
}

@media (max-width: 800px) {
  #section09 {
    padding: 50px 0 60px 0;
  }
}

#section09 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#section09 h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section09 h2 {
    margin-bottom: 30px;
  }
}

#section09 .text01 {
  text-align: center;
  line-height: 180%;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section09 .text01 {
    margin-bottom: 30px;
    line-height: 160%;
  }
}

#section09 .text01 span {
  font-size: 75%;
}

#section09 .text02 {
  line-height: 180%;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 800px) {
  #section09 .text02 {
    margin-bottom: 30px;
    line-height: 160%;
  }
}

#section09 .boxflex {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#section09 .boxflex .left {
  width: 50%;
}

#section09 .boxflex .right {
  width: 50%;
}

#section09 .boxflex .center {
  width: 16.36%;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

@media (max-width: 800px) {
  #section09 .boxflex .center {
    width: 40%;
    top: calc(50% - 9vw);
  }
}

#section09 .boxflex .names {
  text-align: center;
  padding: 8px 0 0;
}

#section09 .boxflex .names span {
  font-size: 130%;
}

#section09 .boxflex2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

#section09 .boxflex2 .left {
  width: 30%;
}

@media (max-width: 800px) {
  #section09 .boxflex2 .left {
    width: 47%;
  }
}

#section09 .boxflex2 .right {
  width: 30%;
}

@media (max-width: 800px) {
  #section09 .boxflex2 .right {
    width: 47%;
  }
}

#section09 .boxflex2 .center {
  width: 30%;
}

@media (max-width: 800px) {
  #section09 .boxflex2 .center {
    width: 47%;
  }
}

#section09 .boxflex2 .names {
  text-align: center;
  padding: 8px 0 0;
}

#section09 .boxflex2 .names span {
  font-size: 130%;
}

#section09 ul.nametimes {
  width: 100%;
  max-width: 780px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

#section09 ul.nametimes li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
  width: 47.2%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 800px) {
  #section09 ul.nametimes li {
    width: 100%;
  }
}

#section09 ul.nametimes li .name {
  width: calc(100% - 10em);
}

#section09 ul.nametimes li .times {
  width: 10em;
  text-align: right;
}

@media (max-width: 800px) {
  #section09 ul.nametimes li.ll01 {
    order: 1;
  }
}

@media (max-width: 800px) {
  #section09 ul.nametimes li.ll02 {
    order: 3;
  }
}

@media (max-width: 800px) {
  #section09 ul.nametimes li.ll03 {
    order: 2;
  }
}

@media (max-width: 800px) {
  #section09 ul.nametimes li.ll04 {
    order: 4;
  }
}

#section10 {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 0px 0 80px 0;
}

@media (max-width: 800px) {
  #section10 {
    padding: 0px 0 40px 0;
  }
}

#section10 .section__in {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

#section10 h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section10 h2 {
    margin-bottom: 30px;
  }
}

#section10 .text01 {
  text-align: center;
  line-height: 180%;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section10 .text01 {
    margin-bottom: 30px;
    line-height: 160%;
  }
}

#section10 .text01 span {
  font-size: 75%;
}

#section10 .text02 {
  line-height: 180%;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 800px) {
  #section10 .text02 {
    margin-bottom: 50px;
    line-height: 180%;
  }
}

#section10 .mainphoto {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 90px auto;
  position: relative;
  z-index: 15;
}

@media (max-width: 800px) {
  #section10 .mainphoto {
    margin-bottom: 50px;
  }
}

#section10 .mainphoto .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

#section10 .mainphoto .copy {
  position: absolute;
  top: 50px;
  left: 25px;
  font-size: 70px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 800px) {
  #section10 .mainphoto .copy {
    font-size: 8vw;
    top: 3vw;
    left: 2vw;
  }
}

#section10 .mainphoto .cap {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  text-shadow: 0px 0px 4px black;
}

@media (max-width: 800px) {
  #section10 .mainphoto .cap {
    font-size: 2.6vw;
  }
}

#section10 .textbox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#section10 h4.title01 {
  width: 50%;
  max-width: 480px;
  margin-bottom: -2px;
}

@media (max-width: 800px) {
  #section10 h4.title01 {
    width: 70%;
  }
}

#section10 figure.imgs {
  width: 100%;
  margin-bottom: 60px;
}

#section10 ul.shoplist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#section10 ul.shoplist li {
  width: 17.82%;
  margin-bottom: 34px;
}

@media (max-width: 800px) {
  #section10 ul.shoplist li {
    width: 47%;
  }
}

#section10 ul.shoplist li figure {
  width: 100%;
}

#section10 ul.shoplist li div {
  padding: 4px 0;
  font-size: 14px;
}

@media (max-width: 800px) {
  #section10 ul.shoplist li div {
    font-size: 4.2vw;
    text-align: center;
  }
}

#section10 ul.shoplist li div span {
  font-size: 130%;
}

#section11 {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 0px 0 120px 0;
}

@media (max-width: 800px) {
  #section11 {
    padding: 0px 0 60px 0;
  }
}

#section11 .section__in {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

#section11 h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section11 h2 {
    margin-bottom: 30px;
  }
}

#section11 .text01 {
  text-align: center;
  line-height: 180%;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 800px) {
  #section11 .text01 {
    margin-bottom: 30px;
    line-height: 160%;
  }
}

#section11 .text01 span {
  font-size: 75%;
}

#section11 .text02 {
  line-height: 180%;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 800px) {
  #section11 .text02 {
    margin-bottom: 50px;
    line-height: 180%;
  }
}

#section11 .mainphoto {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 90px auto;
  position: relative;
  z-index: 15;
}

@media (max-width: 800px) {
  #section11 .mainphoto {
    margin-bottom: 50px;
  }
}

#section11 .mainphoto .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

#section11 .mainphoto .copy {
  position: absolute;
  top: 50px;
  left: 25px;
  font-size: 70px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 800px) {
  #section11 .mainphoto .copy {
    font-size: 8vw;
    top: 3vw;
    left: 2vw;
  }
}

#section11 .mainphoto .cap {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  text-shadow: 0px 0px 4px black;
}

@media (max-width: 800px) {
  #section11 .mainphoto .cap {
    font-size: 2.6vw;
  }
}

#section11 .textbox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#section11 h4.title02 {
  width: 36%;
  max-width: 240px;
  margin-bottom: -2px;
  margin-left: auto;
}

@media (max-width: 800px) {
  #section11 h4.title02 {
    width: 38%;
  }
}

#section11 figure.imgs {
  width: 100%;
  margin-bottom: 60px;
}

#section11 ul.shoplist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#section11 ul.shoplist li {
  width: 30.23%;
}

@media (max-width: 800px) {
  #section11 ul.shoplist li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4vw;
  }
}

#section11 ul.shoplist li figure {
  width: 100%;
}

@media (max-width: 800px) {
  #section11 ul.shoplist li figure {
    width: 45%;
  }
}

#section11 ul.shoplist li div {
  padding: 6px 0 0 0;
  font-size: 15px;
  text-align: center;
}

@media (max-width: 800px) {
  #section11 ul.shoplist li div {
    font-size: 4.2vw;
    text-align: left;
    width: 55%;
    padding-left: 1em;
  }
}

#section11 ul.shoplist li div span {
  font-size: 130%;
}
/*# sourceMappingURL=location.css.map */