@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);
}

.fonts {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}

.fontm {
  font-family: "Noto Serif JP", serif;
}

h3.title_h3_eng .fonts_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_title_h3_eng {
    font-size: 8.2vw;
  }
}
h3.title_h3_eng .fonts_sbu {
  margin-top: 0em;
  padding-left: 0.1em;
}
h3.title_h3_eng .fonts_sbu_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  margin-top: -0.5em;
  padding-left: 0.1em;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_sbu_title_h3_eng {
    font-size: 3.2vw;
  }
}

/**scss共通ここまで***/
main {
  overflow: hidden;
}

header.active_degi {
  background-color: transparent;
}

#cv_section_close {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 110px 0 140px 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #cv_section_close {
    padding: 60px 0;
  }
}
#cv_section_close .cvobx {
  text-align: center;
  margin-top: 0px;
}
@media screen and (max-width:800px) {
  #cv_section_close .cvobx {
    margin-top: 0px;
  }
}
#cv_section_close .cvobx .cvtext {
  text-align: center;
  margin-bottom: 1em;
}
#cv_section_close .cvobx .botancenter {
  text-align: center;
}

#section01_plans {
  width: 100%;
  padding: 200px 0 75px 0;
}
@media screen and (max-width:800px) {
  #section01_plans {
    padding: 19.5vw 0 7.5vw 0;
  }
}
#section01_plans h1 {
  text-align: center;
}
#section01_plans .section__in {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
#section01_plans .plantitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle {
    align-items: center;
  }
}
#section01_plans .plantitle .ppl {
  width: 18.6%;
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppl {
    width: 35%;
  }
}
#section01_plans .plantitle .ppl figure {
  width: 75%;
  margin: 0 15% 0 10%;
}
#section01_plans .plantitle .ppt {
  width: 81.4%;
  padding-left: 1em;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppt {
    width: 65%;
  }
}
#section01_plans .spectext {
  margin-top: 1em;
}
#section01_plans .spectext span.bigs {
  font-size: 225%;
  display: inline-block;
  padding: 0 0.15em;
}
#section01_plans .spectext span.pc {
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext span.pc {
    display: none;
  }
}
#section01_plans .spectext_sp {
  margin-top: 0.25em;
}
#section01_plans .spectext2 {
  margin-top: 0.25em;
  padding-left: 4em;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext2 {
    padding-left: 5.6em;
  }
}
#section01_plans .zu {
  width: 100%;
  max-width: 600px;
  margin: 40px auto 90px auto;
}
@media screen and (max-width:800px) {
  #section01_plans .zu {
    margin: 40px auto 40px auto;
  }
}
#section01_plans ul.meritlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01_plans ul.meritlist li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 0.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans ul.meritlist2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01_plans ul.meritlist2 li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 1.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist2 li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans .plan_atentiion {
  width: 100%;
  margin-top: 30px;
}
#section01_plans .plan_atentiion .t01 {
  margin-bottom: 1em;
}

#section02_plans {
  width: 100%;
}
#section02_plans .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

#plan_next_prev {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#plan_next_prev .left {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .left {
    width: 25%;
  }
}
#plan_next_prev .right {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .right {
    width: 25%;
  }
}

#section_last_base {
  background-color: #e9e6e1;
  padding: 115px 0 130px 0;
}
@media screen and (max-width:800px) {
  #section_last_base {
    padding: 60px 0 1em 0;
  }
}
#section_last_base .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section_last_base .lastext {
  text-align: left;
  padding: 1em 0 90px 0;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section_last_base .lastext {
    padding: 10vw 0 2em 0;
  }
}
#section01_base {
  position: relative;
}
#section01_base .minis {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#section01_base .minis.white {
  color: #fff;
}

#section03_base {
  width: 100%;
  padding: 75px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section03_base {
    padding: 40px 0;
  }
}
@media screen and (max-width:800px) {
  #section03_base h2 {
    line-height: 120%;
  }
}
#section03_base .base_text {
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section03_base .base_text {
    margin-top: 0.5em;
  }
}

#section04_base {
  background-color: #e9e6e1;
  padding: 75px 0;
}
@media screen and (max-width:800px) {
  #section04_base {
    padding: 40px 0;
  }
}
#section04_base .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section04_base .titles {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-bottom: 0.75em;
}
#section04_base .base_text {
  text-align: center;
  line-height: 180%;
}

#section05_base {
  position: relative;
}
#section05_base .minis {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#section05_base .minis.white {
  color: #fff;
}

#section06_base {
  width: 100%;
  padding: 75px 0;
  text-align: left;
  background-color: #e9e6e1;
}
#section06_base .ttcolor {
  color: #716253;
}
@media screen and (max-width:800px) {
  #section06_base {
    padding: 40px 0;
  }
}
#section06_base .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section06_base h2 {
    line-height: 70%;
  }
}
#section06_base .titles {
  margin-top: 0.75em;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-bottom: 0.75em;
}
#section06_base .base_text {
  line-height: 180%;
}
#section06_base .mapsbox {
  width: 100%;
  margin: 50px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section06_base .mapsbox {
    width: 100%;
    margin: 30px auto 0 auto;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  #section06_base .mapsbox figure {
    width: 800px;
  }
}
#section06_base .photolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section06_base .photolist li {
  margin-top: 95px;
  position: relative;
  width: 18.333%;
}
#section06_base .photolist li.titlelist {
  margin-top: 95px;
}
@media screen and (max-width:800px) {
  #section06_base .photolist li.titlelist {
    width: 48.5%;
    margin-top: calc(30px + 3.5em);
  }
}
#section06_base .photolist li.titlelist_sub {
  margin-top: 95px;
}
@media screen and (max-width:800px) {
  #section06_base .photolist li.titlelist_sub {
    width: 48.5%;
    margin-top: calc(30px + 3.5em);
  }
}
#section06_base .photolist li.titlelist_nooo {
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section06_base .photolist li.titlelist_nooo {
    width: 48.5%;
    margin-top: 30px;
  }
}
@media screen and (max-width:800px) {
  #section06_base .photolist li {
    width: 48.5%;
    margin-top: 30px;
  }
}
#section06_base .photolist li .names {
  line-height: 100%;
  padding-top: 0.75em;
  padding-bottom: 0.2em;
}
#section06_base .photolist li .times {
  line-height: 160%;
}
#section06_base .photolist li .titles {
  position: absolute;
  bottom: 100%;
  left: 0;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section06_base .photolist li .titles {
    left: auto;
    right: 0;
    transform: translate(56.5%, 0);
  }
}
#section06_base .photolist li span.mini {
  font-size: 75%;
}

#section07_base {
  position: relative;
}
#section07_base .minis {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#section07_base .minis.white {
  color: #fff;
}

#section08_base {
  width: 100%;
  padding: 75px 0 100px 0;
  text-align: left;
  background-color: #fff;
  /*background-color: #e9e6e1;*/
}
#section08_base .ttcolor {
  color: #716253;
}
@media screen and (max-width:800px) {
  #section08_base {
    padding: 40px 0;
  }
}
#section08_base .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section08_base h2 {
    line-height: 70%;
  }
}
#section08_base .titles {
  margin-top: 0.75em;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-bottom: 0.75em;
}
#section08_base .base_text {
  line-height: 180%;
}
#section08_base .mapsbox {
  width: 100%;
  margin: 50px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section08_base .mapsbox {
    width: 100%;
    margin: 30px auto 0 auto;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  #section08_base .mapsbox figure {
    width: 800px;
  }
}
#section08_base .photolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section08_base .photolist li {
  margin-top: 75px;
  position: relative;
  width: 30.4%;
}
@media screen and (max-width:800px) {
  #section08_base .photolist li {
    width: 100%;
    margin-top: 30px;
  }
}
#section08_base .photolist li .names {
  line-height: 100%;
  padding-top: 0.75em;
  padding-bottom: 0.05em;
}
#section08_base .photolist li .times {
  line-height: 160%;
}
#section08_base .photolist li .baset {
  line-height: 160%;
  margin-top: 0.75em;
}
#section08_base .photolist li .linestext {
  padding-top: 0.75em;
  margin-top: 0.75em;
  border-top: 1px solid #999;
}
#section08_base .photolist li .linestext .wide {
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
#section08_base .photolist li span.mini {
  font-size: 75%;
}

#section09_base {
  width: 100%;
  padding: 75px 0;
  text-align: left;
  background-color: #e9e6e1;
}
@media screen and (max-width:800px) {
  #section09_base {
    padding: 40px 0;
  }
}
#section09_base .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section09_base .ttcolor {
  color: #716253;
}
@media screen and (max-width:800px) {
  #section09_base h2 {
    line-height: 70%;
  }
}
#section09_base .titles {
  margin-top: 0.75em;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-bottom: 0.75em;
}
#section09_base .base_text {
  line-height: 180%;
}
#section09_base .mapsbox {
  width: 100%;
  margin: 50px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section09_base .mapsbox {
    width: 100%;
    margin: 30px auto 0 auto;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  #section09_base .mapsbox figure {
    width: 800px;
  }
}
#section09_base .subtitles {
  margin-top: 60px;
}
#section09_base .photolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section09_base .photolist li {
  margin-top: 95px;
  position: relative;
  width: 23.3%;
}
#section09_base .photolist li.titlelist {
  margin-top: 95px;
}
@media screen and (max-width:800px) {
  #section09_base .photolist li.titlelist {
    width: 48.5%;
    margin-top: calc(30px + 3.5em);
  }
}
#section09_base .photolist li.titlelist_sub {
  margin-top: 95px;
}
@media screen and (max-width:800px) {
  #section09_base .photolist li.titlelist_sub {
    width: 48.5%;
    margin-top: calc(30px + 3.5em);
  }
}
#section09_base .photolist li.titlelist_nooo {
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section09_base .photolist li.titlelist_nooo {
    width: 48.5%;
    margin-top: 30px;
  }
}
@media screen and (max-width:800px) {
  #section09_base .photolist li {
    width: 48.5%;
    margin-top: 30px;
  }
}
#section09_base .photolist li .names {
  line-height: 120%;
  padding-top: 0.75em;
  padding-bottom: 0.2em;
  text-align: center;
}
#section09_base .photolist li .times {
  line-height: 160%;
  text-align: center;
}
#section09_base .photolist li .times span {
  font-size: 140%;
}
#section09_base .photolist li .minis {
  line-height: 160%;
  text-align: center;
}
#section09_base .photolist li .titles {
  position: absolute;
  bottom: 100%;
  left: 0;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section09_base .photolist li .titles {
    left: auto;
    right: 0;
    transform: translate(56.5%, 0);
  }
}
#section09_base .photolist li span.mini {
  font-size: 75%;
}
#section09_base .acc_map {
  width: 100%;
  max-width: 790px;
  margin: 40px auto 40px auto;
}
#section09_base .trainbox {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section09_base .trainbox .photo {
  width: 29.57%;
}
@media screen and (max-width:800px) {
  #section09_base .trainbox .photo {
    width: 100%;
    margin-bottom: 25px;
  }
}
#section09_base .trainbox .text {
  width: 69%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section09_base .trainbox .text {
    width: 100%;
    border-top: 0px solid #666;
    border-bottom: 0px solid #666;
    margin: 0 auto;
  }
}
#section09_base .trainbox .text .textins {
  width: 90%;
  margin: 0 auto 0 auto;
  padding-bottom: 0.5em;
}
#section09_base .trainboxlist {
  width: 100%;
  max-width: 710px;
  margin: 25px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section09_base .trainboxlist {
    display: none;
  }
}
#section09_base .time02 {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 1.25em 0;
  margin: 25px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section09_base .time02 {
    border-top: 0px solid #666;
    border-bottom: 0px solid #666;
  }
}
#section09_base .time02 figure {
  width: 90%;
  margin: 0 auto;
}
#section09_base .whitebox {
  width: 100%;
  background-color: #fff;
  padding: 35px 45px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section09_base .whitebox {
    flex-wrap: wrap;
    padding: 5vw;
  }
}
#section09_base .whitebox .text {
  width: 44.57%;
}
@media screen and (max-width:800px) {
  #section09_base .whitebox .text {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section09_base .whitebox .text .subs {
  margin-bottom: 0.5em;
}
#section09_base .whitebox .text .base_text {
  line-height: 180%;
}
#section09_base .whitebox .photo {
  width: 52.2%;
}
@media screen and (max-width:800px) {
  #section09_base .whitebox .photo {
    width: 100%;
  }
}
#section09_base .lasttext {
  margin-top: 1em;
}

.bigs_scalle {
  overflow: hidden;
}
.bigs_scalle .pics {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transform: scale(1.05);
  filter: brightness(1.75);
}
.bigs_scalle .pics.active {
  transform: scale(1);
  filter: brightness(1);
}/*# sourceMappingURL=location.css.map */