/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper .sliderwrapper {
  position: relative;
}

main section.s01 .wrapper .sliderwrapper .slider {
  width: 100% !important;
  margin: 0 auto;
}

main section.s01 .wrapper .sliderwrapper .slider .page img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper .sliderwrapper .slick-next {
  width: 24px;
  height: 66px;
  background-image: url(../images/slide_arrow_next.svg);
  right: auto;
  left: calc(50% + 450px);
}

main section.s01 .wrapper .sliderwrapper .slick-next::before {
  display: none;
}

main section.s01 .wrapper .sliderwrapper .slick-prev {
  width: 24px;
  height: 66px;
  background-image: url(../images/slide_arrow_prev.svg);
  left: auto;
  right: calc(50% + 450px);
}

main section.s01 .wrapper .sliderwrapper .slick-prev::before {
  display: none;
}

main section.s01 .wrapper .sliderwrapper .msg {
  width: 402px;
  display: block;
  position: absolute;
  bottom: 50px;
  left: calc(50% + 70px);
}

main section.s02 {
  padding: 120px 0;
}

main section.s02 .wrapper {
  width: 1000px;
  margin: 0 auto;
}

main section.s02 .wrapper .photo {
  display: block;
  float: left;
  margin-top: 25px;
}

main section.s02 .wrapper .txtbox {
  width: 450px;
  float: left;
  margin-left: 40px;
}

main section.s02 .wrapper .txtbox h2 {
  font-size: 44px;
}

main section.s02 .wrapper .txtbox p {
  font-size: 14px;
  line-height: 35px;
  margin-top: 20px;
}

main section.s03 {
  background-color: rgba(200, 187, 155, 0.18);
  padding: 30px 0 0;
}

main section.s03 .wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-left: 250px;
}

main section.s03 .wrapper h3 {
  width: 250px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

main section.s03 .wrapper h3 img {
  width: 56.5px;
  display: block;
  margin: 0 auto;
}

main section.s03 .wrapper ul {
  border-left: 1px solid rgba(113, 113, 113, 0.2);
  padding-left: 40px;
}

main section.s03 .wrapper ul li {
  margin: 8px 0;
}

main section.s03 .wrapper ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

main section.s03 .wrapper ul li a span {
  display: inline-block;
  width: 120px;
}

main section.s03 .gmap {
  height: 480px !important;
  width: 100% !important;
  display: block !important;
  margin-top: 30px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
