/* Scss Document */
.price {
  text-align: center; }
  .price span {
    font-size: 20px;
    font-weight: 500; }

#sec1, #sec3, #sec5 {
  padding-bottom: 14%; }

#sec1 {
  background: url(../img/main/sec1_bg.jpg) repeat-y top center/100% auto;
  color: #000; }

#sec2 {
  background: url(../img/scene/sec2_bg.jpg) repeat-y top center/100% auto;
  padding: 12% 10% 11%; }
  #sec2 p {
    margin-bottom: 20px; }

#sec3 .sec3_txt {
  margin-bottom: 12%; }

#sec4Group {
  background: url(../img/scene/sec4_bg.jpg) no-repeat top center/100% auto;
  padding-bottom: 13%; }
  #sec4Group .sec4_txt {
    margin-bottom: 10%; }
  #sec4Group .slick-dots {
    position: static;
    margin-top: 20px; }
  #sec4Group .slick-arrow {
    top: 33%; }

#sec5 {
  background: url(../img/main/sec3_bg.jpg) repeat-y top center/100% auto; }
  #sec5 dl {
    margin-bottom: 20px;
    position: relative; }
    #sec5 dl .price {
      position: absolute;
      text-align: center;
      left: 7%;
      bottom: 27%;
      width: 26.3%; }
