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

@media screen and (max-width:800px) {
  .wrap-footer-global {
    margin-bottom: 205px !important;
  }
}

@media screen and (max-width:800px) {
  footer {
    padding-bottom: 205px !important;
  }
}

#guest_pc_cv {
  display: block;
  width: 183px;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #000;
}
@media screen and (max-width:800px) {
  #guest_pc_cv {
    display: none;
  }
}
#guest_pc_cv .base1 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#guest_pc_cv .base1 .ins {
  position: relative;
}
#guest_pc_cv .base1 .tens {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 0;
  left: 0;
  animation: tenmetuscv 4.75s infinite;
}
@keyframes tenmetuscv {
  0% {
    filter: brightness(1);
  }
  30% {
    filter: brightness(2.5);
  }
  60% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1);
  }
}

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

#section01 {
  width: 100%;
  background-color: #000;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section01 {
    padding-bottom: 0px;
  }
}
#section01 figure {
  transform: scale(1.1);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section01 figure.active {
  transform: scale(1);
}
#section01 h2 {
  width: 65%;
  max-width: 282px;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section01 .lines {
  width: 1px;
  height: 98px;
  position: absolute;
  z-index: 15;
  background-color: #999;
  bottom: 0;
  left: 50%;
  animation: Flash1 1.5s ease-out infinite;
}
@keyframes Flash1 {
  0% {
    height: 98px;
  }
  100% {
    height: 0px;
  }
}

#secton01_sub {
  width: 100%;
  background-color: #fff;
  padding: 150px 0 120px 0;
}
@media screen and (max-width:800px) {
  #secton01_sub {
    padding: 60px 0 20px 0;
  }
}
#secton01_sub .section__in {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}
#secton01_sub .base_text {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 120px;
}
@media screen and (max-width:800px) {
  #secton01_sub .base_text {
    margin-bottom: 60px;
  }
}
#secton01_sub h2 {
  width: 100%;
  padding: 2.5em 0;
  border-top: 1px solid #999;
}
#secton01_sub h2 figure {
  width: 27.5%;
  max-width: 128px;
  margin: 0 auto 0 auto;
}
#secton01_sub ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#secton01_sub ul li {
  width: 31.37%;
}
@media screen and (max-width:800px) {
  #secton01_sub ul li {
    width: 100%;
    margin-bottom: 15vw;
  }
}
#secton01_sub ul li figure {
  width: 100%;
}
@media screen and (max-width:800px) {
  #secton01_sub ul li figure {
    width: 60%;
    margin: 0 auto;
  }
}
#secton01_sub ul li .names {
  width: 57.5%;
  margin: 2.5em auto;
}
#secton01_sub ul li .text01 {
  text-align: center;
  line-height: 180%;
}

#section02 {
  width: 100%;
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }
}
#section02 .ttls {
  width: 20%;
  max-width: 68px;
  margin: 0 auto 75px auto;
}
@media screen and (max-width:800px) {
  #section02 .ttls {
    margin: 0 auto 0px auto;
  }
}
#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: 950px;
  margin: 0 auto;
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #section02 .section__in_guest {
    background-color: #f4f4f4;
    padding: 50px 0;
  }
}
#section02 .section__in_guest .section__in_guest__in {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02 .section__in_guest .section__in_guest__in {
    width: 100%;
    max-width: 8000px;
  }
}
#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;
}
@media screen and (max-width:800px) {
  #section02 .clumbox {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
#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;
  }
}/*# sourceMappingURL=guestsalon.css.map */