/* Scss Document */ /* Scss Document */
#sec1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec1 .s1-photo{
    height:94vw;
    background: url("../img/shidashi/s1_img.jpg") no-repeat center / cover;
  }
  #sec1 .s1-photo img{
    display: none;
  }
  #sec1 .ttl-h2 {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  #sec1 .ttl-h2 h2 {
    display: inline-block;
    text-align: left;
    height: 82vw;
    margin-top: 7vw;
  }
}
#sec1 .s1-deco {
  margin: -40vw 23% 5vw;
}
#sec1 .txt {
  margin: 0px 4%;
}
@media screen and (min-width: 768px) {
  #sec1 .ttl-h2 {
    position: absolute;
    top: 207px;
    left: 82px;
    z-index: 2;
  }
  #sec1 .ttl-h2 h2 {
    display: inline-block;
    text-align: left;
    height: 500px;
  }
  #sec1 .box {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #sec1 .box .s1-photo {
    width: 80%;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
  #sec1 .box .txt {
    width: 78%;
    margin: 66px 2% 0px auto;
  }
  #sec1 .box .s1-deco {
    position: absolute;
    left: 0;
    top: 479px;
    margin: 0px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #sec1 .box .ttl-h2 {
    top: 100px;
    left: 40px;
  }
  #sec1 .box .s1-deco {
    top: 376px;
  }
}

#sec2 {
  text-align: center;
  padding: 12vw 0px;
  position: relative;
}
#sec2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45vw;
  background: url("../img/shidashi/s2_bg.jpg") no-repeat center top, url("../img/shared/bg2.jpg") repeat center top;
}
#sec2 .box {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 7vw;
}
#sec2 .box .item {
  width: 30%;
  margin: 0px 2%;
}
#sec2 .box .item:nth-child(2) {
  margin-top: 5vw;
}
#sec2 .box .item:nth-child(3) {
  margin-top: 10vw;
}
#sec2 .box .item h3 {
  color: #fff;
  font-size: 3.5vw;
  line-height: 1.5;
  margin-top: 3vw;
  text-align: left;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 75px 0px 98px;
  }
  #sec2:before {
    height: 518px;
  }
  #sec2 .box {
    margin-top: 41px;
  }
  #sec2 .box .item {
    max-width: 408px;
    margin: 0px 23px;
  }
  #sec2 .box .item:nth-child(2) {
    margin-top: 53px;
  }
  #sec2 .box .item:nth-child(3) {
    margin-top: 103px;
  }
  #sec2 .box .item h3 {
    font-size: 30px;
    margin-top: 20px;
    line-height: 65px;
  }
}

#sec3 {
  padding: 15vw 0px 0px;
  text-align: center;
}
#sec3 .note {
  margin: 2vw 0px 7vw;
  position: relative;
  z-index: 1;
}
#sec3 dl {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 3vw;
  align-items: center;
}
#sec3 .row {
  text-align: left;
  position: relative;
  z-index: 2;
}
#sec3 .row .txt {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #sec3 .row .group {
    background-color: #fff;
    padding: 7vw 4%;
  }
}
#sec3 .row2 {
  text-align: left;
  position: relative;
  z-index: 1;
  margin-top: 10vw;
}
#sec3 .row2 dl {
  margin: 5vw 0px 7vw;
}
@media screen and (max-width: 767px) {
  #sec3 {
    background: url("../img/shidashi/s3_bgimg1.png") no-repeat right -20% top/70%;
  }
  #sec3 .s3-deco {
    position: absolute;
    top: -15vw;
    left: -35%;
    width: 77%;
  }
  #sec3 .btn-style {
    margin: 0px 6%;
  }
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 174px 0px 0px;
  }
  #sec3 .wrap:before {
    content: "";
    position: absolute;
    top: -175px;
    right: -250px;
    background: url("../img/shidashi/s3_bgimg1.png") no-repeat left top;
    height: 595px;
    width: 880px;
  }
  #sec3 .note {
    margin: 21px 0px 39px;
  }
  #sec3 .s3-deco {
    position: absolute;
    top: -152px;
    left: -250px;
    width: 846px;
  }
  #sec3 .row {
    padding-bottom: 67px;
  }
  #sec3 .row:before {
    content: "";
    position: absolute;
    top: 409px;
    right: -250px;
    width: 1250px;
    background-color: #fff;
    bottom: 0;
  }
  #sec3 .row .s3-photo {
    width: 1200px;
    margin-left: -100px;
  }
  #sec3 .row dl {
    margin: 50px 0px 23px 73px;
  }
  #sec3 .row .txt {
    margin-left: 74px;
    width: 730px;
  }
  #sec3 .row2 {
    margin-top: 102px;
  }
  #sec3 .row2:before {
    content: "";
    position: absolute;
    left: -250px;
    top: -207px;
    background: url("../img/shidashi/s3_bgimg2.png") no-repeat left top;
    width: 864px;
    height: 807px;
  }
  #sec3 .row2 .s3-photo {
    width: 1000px;
    margin-left: auto;
    margin-right: -159px;
  }
  #sec3 .row2 dl {
    margin: 36px 0px 73px 150px;
  }
}

#sec4 .set1 {
  position: relative;
  padding: 15vw 0px;
}
@media screen and (max-width: 767px) {
  #sec4 .set1 .ttl-h2 {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  #sec4 .set1 .ttl-h2 h2 {
    display: inline-block;
    text-align: left;
    height: 64vw;
  }
  #sec4 .set1 .ttl-h2 h2 span {
    padding-top: 30vw;
  }
  #sec4 .set1 .s4-deco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #sec4 .set1 .s4-slide {
    margin: 0 4%;
  }
}
#sec4 .set1 .s4-slide .item dl {
  display: flex;
  align-items: center;
  margin-top: 6vw;
}
#sec4 .set1 .s4-slide .item dl dd {
  margin-left: 5vw;
}
#sec4 .set1 .s4-slide .slick-dots {
  position: absolute;
  bottom: 11vw;
  right: -4px;
  width: auto;
  z-index: 5;
}
#sec4 .set1 .txt {
  padding: 6vw 4% 7vw;
  background-color: #fff;
  margin: 6vw 4% 0px;
}
@media screen and (min-width: 768px) {
  #sec4 .set1 {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 175px 0px 130px;
  }
  #sec4 .set1 .ttl-h2 {
    position: absolute;
    top: 171px;
    left: 76.5%;
    z-index: 2;
  }
  #sec4 .set1 .ttl-h2 h2 {
    display: inline-block;
    text-align: left;
    height: 350px;
  }
  #sec4 .set1 .ttl-h2 h2 span {
    padding-top: 180px;
  }
  #sec4 .set1 .s4-deco {
    position: absolute;
    top: 122px;
    right: 0;
    width: 33.33%;
  }
  #sec4 .set1 .s4-slide {
    width: 66.67%;
    position: relative;
    z-index: 1;
  }
  #sec4 .set1 .s4-slide .item dl {
    margin: 30px 0px 0px 93px;
  }
  #sec4 .set1 .s4-slide .item dl dd {
    margin-left: 47px;
  }
  #sec4 .set1 .s4-slide .slick-dots {
    bottom: 64px;
  }
  #sec4 .set1 .txt {
    position: absolute;
    right: 0;
    bottom: 138px;
    width: 40%;
    box-sizing: border-box;
    padding: 53px 53px 52px 10.5%;
    margin: 0px;
    text-align: justify;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  #sec4 .set1 .s4-slide .item dl {
    margin-left: 20px;
  }
  #sec4 .set1 .txt {
    padding: 34px 53px 45px 10.5%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  #sec4 .set1 .ttl-h2 {
    top: 130px;
  }
  #sec4 .set1 .txt {
    padding: 20px 15px 20px 8.5%;
  }
}
#sec4 .set2 {
  padding-bottom: 12vw;
}
#sec4 .set2 h2 {
  margin: 7vw 0px 4vw;
}
#sec4 .set2 h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0px 7vw;
}
#sec4 .set2 h2 span:last-child {
  margin-top: 4vw;
}
@media screen and (max-width: 767px) {
  #sec4 .set2 .wrap:before {
    position: absolute;
    content: "";
    top: 12vw;
    right: -8%;
    background: url("../img/shidashi/s4_decoimg.png") no-repeat left top/cover;
    width: 60%;
    height: 70vw;
  }
  #sec4 .set2 .group .price {
    margin-left: 0;
  }
  #sec4 .set2 .group .note {
    margin: 10px 0px;
  }
  #sec4 .set2 .btn-style {
    margin: 6vw 6% 0px;
  }
}
@media screen and (min-width: 768px) {
  #sec4 .set2 {
    padding-bottom: 130px;
  }
  #sec4 .set2 .wrap:before {
    position: absolute;
    content: "";
    bottom: -30px;
    right: -250px;
    background: url("../img/shidashi/s4_decoimg.png") no-repeat left top;
    width: 742px;
    height: 820px;
  }
  #sec4 .set2 h2 {
    position: absolute;
    top: 201px;
    left: -76px;
    z-index: 1;
    margin: 0px;
  }
  #sec4 .set2 h2 span {
    padding: 0px 33px;
  }
  #sec4 .set2 h2 span:last-child {
    margin-top: 26px;
  }
  #sec4 .set2 .s4-photo2 {
    margin-left: 83px;
    width: 1000px;
  }
  #sec4 .set2 .group {
    margin: 32px 0px 55px 83px;
    position: relative;
    z-index: 1;
    width: 450px;
  }
  #sec4 .set2 .group .note {
    position: absolute;
    top: 24px;
    right: 10px;
  }
  #sec4 .set2 .group .price {
    margin-bottom: 15px;
    margin-left: 0px;
  }
}

#sec5 .set1 {
  padding: 0px 4%;
}
#sec5 .set1 h2 {
  margin: 7vw 0px 6vw;
}
#sec5 .set1 h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0px 7vw;
}
#sec5 .set1 h2 span:last-child {
  margin-top: 4vw;
}
#sec5 .set1 dl {
  display: flex;
  margin-bottom: 4vw;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #sec5 .set1 .btn-style {
    margin: 6vw 6% 0px;
  }
  #sec5 .set1 dl{
    justify-content: space-between;
  }
  #sec5 .set1 dl .price{
    line-height: 1.8;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set1 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0px;
  }
  #sec5 .set1 h2 {
    position: absolute;
    top: 71px;
    right: 0;
    z-index: 1;
    margin: 0px;
    text-align: right;
  }
  #sec5 .set1 h2 span {
    padding: 0px 35px;
  }
  #sec5 .set1 h2 span:last-child {
    margin-top: 26px;
  }
  #sec5 .set1 .group {
    margin: 32px 0px 69px 0px;
    position: relative;
    z-index: 1;
  }
  #sec5 .set1 .group dl {
    margin-bottom: 27px;
  }
  #sec5 .set1 .group dl dd {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  #sec5 .set1 .group {
    padding-left: 10px;
  }
}
#sec5 .set2 .s5-deco1 {
  margin-left: -10%;
  width: 90%;
}
#sec5 .set2 .s5-deco2 {
  margin-left: 10%;
  margin-right: -10%;
}
#sec5 .set2 .box-infoWeb .ttls-35 {
  margin-bottom: 5vw;
}
#sec5 .set2 .box-infoWeb .box-tel {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  #sec5 .set2 .s5-deco1 {
    margin-left: -250px;
    width: 692px;
    margin-top: -10px;
  }
  #sec5 .set2 .box-infoWeb {
    padding: 42px 80px 88px;
  }
  #sec5 .set2 .box-infoWeb .ttls-35 {
    margin-bottom: 23px;
  }
  #sec5 .set2 .box-infoWeb ul {
    width: 620px;
  }
  #sec5 .set2 .box-infoWeb .box-tel {
    padding: 30px 10px;
    margin-bottom: 50px;
  }
  #sec5 .set2 .s5-deco2 {
    margin-left: auto;
    margin-right: -160px;
    width: 682px;
  }
}/*# sourceMappingURL=shidashi.css.map */