@charset "utf-8";
picture {
  display: block;
  line-height: 0;
}
picture img {
  width: 100%;
}
#satonoe {
  background-color: #fff;
  padding-top: 53px;
  padding-bottom: 30px;
}
.teaser_mv {
  line-height: 0;
  margin-bottom: 7.9063vw;
}
.teaser_content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .teaser_content {
    display: block;
  }
}
.content1 {
  margin-bottom: 16.76vw;
  flex-direction: row-reverse;
}
.content1 .photo {
  width: 57.65vw;
}
.content1 .text {
  width: 29.78vw;
  margin-top: 7.9vw;
}
@media (max-width: 599px) {
  .content1 {
    margin-bottom: 17.87vw;
  }
  .content1 .photo {
    width: 100%;
    margin-bottom: 9.66vw;
  }
  .content1 .text {
    width: 100%;
    margin-top: 0;
  }
}
.content2 {
  margin-bottom: 16.76vw;
}
.content2 .photo {
  width: 52.57vw;
}
.content2 .text {
  width: 37.27vw;
}
@media (max-width: 599px) {
  .content2 {
    margin-bottom: 17.87vw;
  }
  .content2 .photo {
    width: 100%;
    margin-bottom: 9.66vw;
  }
  .content2 .text {
    width: 100%;
  }
}
.content3 {
  margin-bottom: 13.62vw;
  flex-direction: row-reverse;
}
.content3 .photo {
  width: 50.06vw;
}
.content3 .text {
  width: 40.76vw;
}
@media (max-width: 599px) {
  .content3 {
    margin-bottom: 21.26vw;
  }
  .content3 .photo {
    width: 100%;
    margin-bottom: 9.66vw;
  }
  .content3 .text {
    width: 100%;
  }
}
.satonoe_to_details_wrap {
  text-align: center;
  max-width: 740px;
  margin: 60px auto;
  display: flex;
  line-height: 0;
  justify-content: center;
}
.satonoe_to_details_wrap a {
  display: inline-block;
  line-height: 0;
  margin: 0 20px;
}
.satonoe_to_details_wrap a img {
  width: 318px;
  max-width: 100%;
}
@media (max-width: 599px) {
  .satonoe_to_details_wrap {
    margin: 20px auto;
    display: block;
  }
  .satonoe_to_details_wrap a {
    margin-bottom: 20px;
  }
  .satonoe_to_details_wrap a:last-child {
    margin-bottom: 0;
  }
}
.js-fadeIn {
  opacity: 0;
}
.js-fadeIn.is-inview {
  animation: blur 1.5s ease-in-out 0.5s forwards;
}
.float_bnr {
  display: none;
}
.googlemap_wrap {
  width: 100%;
  height: 500px;
  padding-bottom: 0;
}
.googlemap_wrap iframe {
  width: 100%;
  height: 100%;
}
.head_img {
  display: block;
  line-height: 0;
  margin-bottom: 35px;
}
.head_img img {
  width: 100%;
}
@-moz-keyframes blur {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes blur {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@-o-keyframes blur {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
