#container #mv,
#container #location,
#container #kitchen,
#container #balcony,
#container #outline,
#container #event {
  text-align: center;
  line-height: 0;
}
#container #mv h1,
#container #mv .img,
#container #location h1,
#container #location .img,
#container #kitchen h1,
#container #kitchen .img,
#container #balcony h1,
#container #balcony .img,
#container #outline h1,
#container #outline .img,
#container #event h1,
#container #event .img {
  margin: 0;
}
#container #mv img,
#container #location img,
#container #kitchen img,
#container #balcony img,
#container #outline img,
#container #event img {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  height: auto;
}
#container #mv {
  background-color: #fff;
}
#container #location {
  background-color: #fff;
}
#container #kitchen {
  background-color: #428b52;
  position: relative;
  z-index: 2;
  display: flow-root;
}
#container #kitchen .img {
  margin-bottom: -101px;
}
@media screen and (max-width: 1200px) {
  #container #kitchen .img {
    margin-bottom: -8.4vw;
  }
}
@media screen and (max-width: 768px) {
  #container #kitchen .img {
    margin-bottom: -9.9vw;
  }
}
#container #balcony {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#container #outline {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#container #outline .img {
  width: 884px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  #container #outline .img {
    width: 73.7vw;
  }
}
@media screen and (max-width: 768px) {
  #container #outline .img {
    width: 100%;
  }
}
#container #outline .img img {
  max-width: 100%;
}
#container #event {
  background-color: #fdf0d9;
  background-image: url(../images/outdoor/bg02_pc.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #container #event {
    background-image: url(../images/outdoor/bg02_sp.webp);
  }
}
#container #outline,
#container #event {
  padding-bottom: 53px;
}
@media screen and (max-width: 1200px) {
  #container #outline,
  #container #event {
    padding-bottom: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  #container #outline,
  #container #event {
    padding-bottom: 8vw;
  }
}
#container #outline .btn01,
#container #event .btn01 {
  width: 543px;
  margin: 38px auto 0;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  #container #outline .btn01,
  #container #event .btn01 {
    width: 45.3vw;
    margin-top: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  #container #outline .btn01,
  #container #event .btn01 {
    width: 90vw;
    margin-top: 8vw;
  }
}
#container #outline .btn01 a,
#container #event .btn01 a {
  display: block;
  position: relative;
  background-color: #000;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  padding: 17px 15px;
  border-radius: 5px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1200px) {
  #container #outline .btn01 a,
  #container #event .btn01 a {
    font-size: 1.785vw;
    padding: 1.38vw 1.26vw;
    border-radius: 0.38vw;
  }
}
@media screen and (max-width: 768px) {
  #container #outline .btn01 a,
  #container #event .btn01 a {
    font-size: 3.4vw;
    letter-spacing: 0;
    padding: 4vw;
    border-radius: 1.3vw;
  }
}
#container #outline .btn01 a,
#container #event .btn01 a {
  /* &::after {
  	content: "\f054";
  	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	position: absolute;
  	top: 50%;
  	right: 19px;
  	transform: translateY(-50%);
  	@include mq(tab) {
  		right: 1.57vw;
  	}
  	@include mq(sp) {
  		right: 4vw;
  	}
  } */
}
#container #outline .btn01 a:hover,
#container #event .btn01 a:hover {
  opacity: 0.85;
}/*# sourceMappingURL=style_outdoor.css.map */