@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共通ここまで***/
.fonts {
  font-family: "Cinzel", serif;
}

#headsp {
  width: 100%;
  height: 90px;
}
@media screen and (max-width:800px) {
  #headsp {
    height: 45px;
  }
}

#section01 {
  width: 100%;
  background-color: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section01 {
    padding-bottom: 60px;
  }
}
#section01 h1 {
  text-align: center;
  font-weight: 400;
  margin-top: 90px;
  margin-bottom: 1.5em;
  padding-bottom: 0.35em;
  margin-bottom: 0.35em;
  color: #000;
  width: 100%;
  border-bottom: 1px solid #333;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    margin-top: 10vw;
  }
}
#section01 .subs {
  text-align: center;
}
#section01 .section__in {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
#section01 .white_contena {
  width: 100%;
  margin-top: 1em;
}
#section01 .white_contena.second {
  margin-top: 25px;
}
@media screen and (max-width:800px) {
  #section01 .white_contena.second {
    margin-top: 5vw;
  }
}
#section01 h2.titles {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
@media screen and (max-width:800px) {
  #section01 h2.titles {
    margin-bottom: 15px;
  }
}
#section01 figure.map01 {
  width: 100%;
  margin-bottom: 40px;
}
#section01 figure.map02 {
  width: 100%;
}
#section01 .text01 {
  width: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width:800px) {
  #section01 .text01 {
    text-align: center;
  }
}
#section01 .text02 {
  text-align: center;
  padding-top: 0.75em;
}
#section01 .text03 {
  text-align: center;
}
#section01 h3 {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.75em 0;
  margin-top: 0.75em;
}
@media screen and (max-width:800px) {
  #section01 h3 {
    padding: 0.45em 0;
  }
}
#section01 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #666;
}
#section01 .clumbox .ttl {
  width: 30.4%;
}
@media screen and (max-width:800px) {
  #section01 .clumbox .ttl {
    width: 50%;
    margin-bottom: 1.5em;
  }
}
#section01 .clumbox .time {
  width: 60%;
}
@media screen and (max-width:800px) {
  #section01 .clumbox .time {
    width: 100%;
  }
}
#section01 .clumbox .time .time01 {
  margin-bottom: 0.25em;
}
#section01 .clumbox .time .time02 {
  margin-bottom: 0.35em;
}
#section01 .clumbox .time .time03box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section01 .clumbox .time .time03box figure {
  width: 10%;
}
#section01 .clumbox .time .time03box p {
  width: 85%;
}
#section01 .clumbox .time .trains {
  width: 100%;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section01 .clumbox .time .trains {
    width: 80%;
  }
}
#section01 .clumbox .time .trains.last {
  margin-bottom: 0;
}
#section01 .botans {
  text-align: center;
  margin-top: 65px;
}
@media screen and (max-width:800px) {
  #section01 .botans {
    margin-top: 35px;
  }
}
#section01 .botans a {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  padding: 0.85em 0 0.95em 0;
  border-radius: 3px;
  background-color: #727171;
  color: #fff;
}
#section01 .trainbox {
  text-align: center;
}
#section01 .trainbox figure {
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section01 .trainbox figure {
    width: 80%;
    margin: 0 auto;
  }
}
#section01 .minis {
  width: 90%;
  margin: 120px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section01 .minis {
    margin: 60px auto 0 auto;
  }
}

#section02 {
  width: 100%;
  background-color: #f7f8f8;
  padding-top: 150px;
  padding-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section02 {
    padding-top: 50px;
    padding-bottom: 1.5em;
  }
}
#section02 h1 {
  text-align: center;
  font-weight: 400;
  margin-top: 90px;
  margin-bottom: 1.5em;
  padding-bottom: 0.35em;
  margin-bottom: 0.35em;
  color: #000;
  width: 100%;
  border-bottom: 1px solid #333;
}
@media screen and (max-width:800px) {
  #section02 h1 {
    margin-top: 10vw;
  }
}
#section02 .subs {
  text-align: center;
}
#section02 .section__in {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
#section02 .white_contena {
  width: 100%;
}
#section02 .white_contena.second {
  margin-top: 25px;
}
@media screen and (max-width:800px) {
  #section02 .white_contena.second {
    margin-top: 5vw;
  }
}
#section02 .section__in_guest {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}
#section02 h2.titles {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
@media screen and (max-width:800px) {
  #section02 h2.titles {
    margin-bottom: 15px;
  }
}
#section02 h2.titles .eng {
  width: 100%;
  border-bottom: 1px solid #666;
  text-align: center;
  padding-bottom: 0.05em;
  margin-bottom: 0.25em;
}
#section02 figure.map01 {
  width: 100%;
  margin-bottom: 30px;
}
#section02 figure.map02 {
  width: 100%;
}
#section02 .text01 {
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section02 .text01 {
    text-align: center;
  }
}
#section02 .text02 {
  text-align: left;
  padding-top: 1em;
}
@media screen and (max-width:800px) {
  #section02 .text02 {
    text-align: center;
  }
}
#section02 .text03 {
  text-align: left;
}
@media screen and (max-width:800px) {
  #section02 .text03 {
    text-align: center;
  }
}
#section02 h3 {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.75em 0;
  margin-top: 0.75em;
}
@media screen and (max-width:800px) {
  #section02 h3 {
    padding: 0.45em 0;
  }
}
#section02 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #666;
}
#section02 .clumbox .ttl {
  width: 30.4%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .ttl {
    width: 50%;
    margin-bottom: 1.5em;
  }
}
#section02 .clumbox .time {
  width: 60%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .time {
    width: 100%;
  }
}
#section02 .clumbox .time .time01 {
  margin-bottom: 0.25em;
}
#section02 .clumbox .time .time02 {
  margin-bottom: 0.35em;
}
#section02 .clumbox .time .time03box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section02 .clumbox .time .time03box figure {
  width: 10%;
}
#section02 .clumbox .time .time03box p {
  width: 85%;
}
#section02 .clumbox .time .trains {
  width: 80%;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .time .trains {
    width: 80%;
  }
}
#section02 .clumbox .time .trains.last {
  margin-bottom: 0;
}
#section02 .clumsbox {
  border-top: 1px solid #666;
  padding: 40px 0 35px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02 .clumsbox {
    padding: 30px 0;
  }
}
#section02 .clumsbox .photos {
  width: 46%;
}
@media screen and (max-width:800px) {
  #section02 .clumsbox .photos {
    width: 80%;
    margin: 0 auto 30px auto;
  }
}
#section02 .clumsbox .texts {
  width: 46%;
}
@media screen and (max-width:800px) {
  #section02 .clumsbox .texts {
    width: 100%;
  }
}
#section02 .botans {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section02 .botans {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}
#section02 .botans a {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  padding: 0.85em 0 0.95em 0;
  border-radius: 3px;
  background-color: #727171;
  color: #fff;
}
#section02 .trainbox {
  text-align: center;
}
#section02 .trainbox figure {
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02 .trainbox figure {
    width: 80%;
    margin: 0 auto;
  }
}
#section02 .minis {
  width: 90%;
  margin: 120px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section02 .minis {
    margin: 60px auto 0 auto;
  }
}

#headsp {
  background-color: #000;
}

#section01_tobira {
  width: 100%;
  background-color: #000;
  color: #fff;
}
#section01_tobira .section__in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01_tobira .section__in .left {
  height: 650px;
  width: 50%;
  overflow: hidden;
  position: relative;
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
}
#section01_tobira .section__in .left figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/photogallery/tobira_g.jpg) no-repeat center;
  background-size: cover;
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  position: relative;
}
#section01_tobira .section__in .left figure.active {
  transform: scale(1.05);
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .left figure.active {
    transform: scale(1);
  }
}
#section01_tobira .section__in .left.active_g {
  width: 52.5%;
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .left.active_g {
    width: 100%;
  }
}
#section01_tobira .section__in .left.active_b {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .left.active_b {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .left {
    width: 100%;
    margin-bottom: 2.5vw;
    height: 75vw;
  }
}
#section01_tobira .section__in .left .mask {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.8s ease-out 0.01s;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .left .mask {
    background-color: rgba(0, 0, 0, 0);
  }
}
#section01_tobira .section__in .left .mask.active {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .left .mask.active {
    background-color: rgba(0, 0, 0, 0);
  }
}
#section01_tobira .section__in .left .mask.active2 {
  background-color: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .left .mask.active2 {
    background-color: rgba(0, 0, 0, 0);
  }
}
#section01_tobira .section__in .left .g_bts {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 25;
  top: 0;
  left: 0;
}
#section01_tobira .section__in .right {
  height: 650px;
  width: 50%;
  overflow: hidden;
  position: relative;
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
}
#section01_tobira .section__in .right figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/photogallery/tobira_b.jpg) no-repeat center;
  background-size: cover;
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  position: relative;
}
#section01_tobira .section__in .right figure.active {
  transform: scale(1.05);
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .right figure.active {
    transform: scale(1);
  }
}
#section01_tobira .section__in .right.active_g {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .right.active_g {
    width: 100%;
  }
}
#section01_tobira .section__in .right.active_b {
  width: 52.5%;
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .right.active_b {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .right {
    width: 100%;
    height: 75vw;
  }
}
#section01_tobira .section__in .right .mask {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.8s ease-out 0.01s;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .right .mask {
    background-color: rgba(0, 0, 0, 0);
  }
}
#section01_tobira .section__in .right .mask.active {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .right .mask.active {
    background-color: rgba(0, 0, 0, 0);
  }
}
#section01_tobira .section__in .right .mask.active2 {
  background-color: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in .right .mask.active2 {
    background-color: rgba(0, 0, 0, 0);
  }
}
#section01_tobira .section__in .right .b_bts {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 25;
  top: 0;
  left: 0;
}
#section01_tobira .section__in h2 {
  /*width: 47.5%;*/
  width: 304px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  transition: all 0.6s ease-out 0.01s;
}
#section01_tobira .section__in h2.active {
  opacity: 0.3;
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in h2.active {
    opacity: 1;
  }
}
@media screen and (max-width:800px) {
  #section01_tobira .section__in h2 {
    width: 65%;
  }
}
#section01_tobira .ttltops {
  width: 464px;
  margin: 0 auto;
  padding: 100px 0 200px 0;
}
#section01_tobira .attenstext {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section01_tobira .attenstext {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding-top: 80px;
  }
}/*# sourceMappingURL=photogallery.css.map */