@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0;
}

#sala article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
@media (min-width: 749.9px) {
#sala h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: unset;
  margin-top: 0px;
}
}

#sala ol, ul {
  list-style: none;
}

*:focus {
  outline: none;
}

#sala a {
  text-decoration: none;
}

#sala img {
  width: 100%;
}

#sala table {
  border-spacing: 0;
  border-collapse: collapse;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

#sala input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  outline: none;
  border: none;
}

#sala textarea {
  resize: vertical;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#sala input {
  line-height: normal;
}

#sala button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

#sala button {
  overflow: visible;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#sala select {
  border: none;
}

#sala body {
  background: #f8f8f8;
}

#sala  {
  max-width: 750px;
  margin: 0 auto;
  background: #ffffff;
}

#sala picture {
  display: block;
}

#sala .kv h1 {
  margin: 0  0 -30px;
}

#sala .kv_offer {
  margin-top: -20px;
}

#sala .kv_offer, .offer_price {
  position: relative;
}
#sala .kv_offer .offer_btn, .offer_price .offer_btn {
  width: 100%;
  height: 141px;
  display: block;
  position: absolute;
  bottom: 72px;
  left: 0;
}
#sala .kv_offer .offer_btn a, .offer_price .offer_btn a {
  display: block;
  margin-top: -74px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#sala .kv_offer .offer_btn a picture, .offer_price .offer_btn a picture {
  width: 711px;
  cursor: pointer;
}
#sala .kv_offer .offer_btn a:hover, .offer_price .offer_btn a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#sala .kv_offer .offer_btn a > span, .offer_price .offer_btn a > span {
  margin-top: 74px;
  display: block;
  z-index: 11;
  position: absolute;
  left: 50px;
  top: 0;
  max-width: 650px;
  width: 100%;
  height: 141px;
  overflow: hidden;
  pointer-events: none;
}
#sala .kv_offer .offer_btn a > span::before, .offer_price .offer_btn a > span::before {
  content: "";
  display: block;
  width: 20%;
  height: 200%;
  margin-top: 7px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -50%;
  left: -30%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: offer-twinkle;
          animation-name: offer-twinkle;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes offer-twinkle {
  0% {
    left: -30%;
  }
  60% {
    left: 120%;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes offer-twinkle {
  0% {
    left: -30%;
  }
  60% {
    left: 120%;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
#sala .offer_wrap {
  margin-top: -1px;
  background: #ffffff;
}

#sala .offer_price .offer_btn {
  bottom: 80px;
}

#sala .sec01 {
  background: #e6e6e6;
  overflow: hidden;
}

#sala .sec01_04 {
  margin-bottom: -1px;
}

#sala .sec02 {
  background: #f3f3f3;
  position: relative;
}

#sala .sec02_top {
  width: 188px;
  position: absolute;
  left: 50%;
  margin-top: -94px;
  margin-left: -94px;
  display: block;
}
#sala .sec02_06 {
  margin: -1px 0;
  position: relative;
  z-index: 2;
}

#sala .service {
  background: #ececec;
  overflow: hidden;
}

#sala .service_head {
  margin-top: -1px;
}

#sala .sec03 p {
  margin-top: -20px;
}

#sala .sec04 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #14732f), color-stop(99%, #0f6a29));
  background: linear-gradient(#14732f 40%, #0f6a29 99%);
}

#sala .sec05_02 {
  background: #e5e5e5;
  margin-top: -20px;
  position: relative;
}
#sala .sec05_02 .sec05_top {
  position: absolute;
  width: 149px;
  margin-left: -75px;
  left: 50%;
  margin-top: -75px;
}

#sala .sec05_05 {
  background: #000000;
  margin-top: -1px;
  margin-bottom: -1px;
}

#sala .sec05_07 {
  margin-bottom: -1px;
  position: relative;
}
#sala .sec05_07 .sec05_item {
  margin-bottom: -86px;
  margin-top: -1px;
}

#sala .item_info {
  padding: 100px 50px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}
#sala .item_info_title {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 70px;
  text-align: center;
  letter-spacing: 0.1em;
}
#sala .item_info_wrap {
  max-height: 1200px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
#sala .item_info_wrap.open {
  max-height: 4000px;
}
#sala .item_info_wrap.open::before {
  height: 0;
}
#sala .item_info_wrap.open .item_info_more {
  opacity: 0;
  pointer-events: none;
}
#sala .item_info_wrap::before {
  width: 100%;
  height: 764px;
  content: "";
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}
#sala .item_info_dl, .item_info p {
  letter-spacing: 0.05em;
  font-size: 28px;
  line-height: 1.7142857143;
}
#sala .item_info_dl dt::before {
  content: "■";
}
#sala .item_info_more {
  width: 350px;
  height: 70px;
  background: #333333;
  color: #ffffff;
  font-size: 28px;
  padding: 0;
  margin: 0 0 0 -175px;
  border: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 15;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
#sala .item_info_more:hover {
  opacity: 0.7;
}
#sala .item_info_more::before, .item_info_more::after {
  width: 16px;
  height: 2px;
  background: #ffffff;
  content: "";
  top: 50%;
  margin-top: -1px;
  right: 38px;
  display: block;
  position: absolute;
}
#sala .item_info_more::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 749.8px) {
  #sala .kv_offer .offer_btn, .offer_price .offer_btn {
    height: 18.8vw;
    bottom: 9.6vw;
  }
  #sala .kv_offer .offer_btn a, .offer_price .offer_btn a {
    margin-top: -9.8666666667vw;
  }
  #sala .kv_offer .offer_btn a picture, .offer_price .offer_btn a picture {
    width: 94.8vw;
  }
  #sala .kv_offer .offer_btn a > span, .offer_price .offer_btn a > span {
    margin-top: 9.8666666667vw;
    left: 6.6666666667vw;
    max-width: 86.6666666667vw;
    height: 18.8vw;
  }
  #sala .kv_offer .offer_btn a > span::before, .offer_price .offer_btn a > span::before {
    margin-top: 0;
  }
  #sala .offer_price .offer_btn {
    bottom: 10.6666666667vw;
  }
  #sala .sec02_top {
    width: 14.8vw;
    margin-top: -14.8vw;
    margin-left: -14.8vw;
    left: 0;
  }
  #sala .sec04 .sec04_03 {
    margin-bottom: -4vw;
  }
  #sala .item_info {
    padding: 13.3333333333vw 6.6666666667vw;
  }
  #sala .item_info_title {
    font-size: 6.4vw;
    margin-bottom: 9.3333333333vw;
    background-color: #ffffff;
  }
  #sala .item_info_wrap {
    max-height: 160vw;
  }
  #sala .item_info_wrap.open {
    max-height: 533.3333333333vw;
  }
  #sala .item_info_wrap::before {
    height: 101.8666666667vw;
  }
  #sala .item_info_dl, .item_info p {
    font-size: 3.7333333333vw;
  }
  #sala .item_info_more {
    width: 46.6666666667vw;
    height: 9.3333333333vw;
    font-size: 3.7333333333vw;
    margin: 0 0 0 -23.3333333333vw;
  }
  #sala .item_info_more::before, .item_info_more::after {
    width: 2.1333333333vw;
    right: 5.0666666667vw;
  }
  #sala h1 {
    padding: 0px;
  }
  #sala .sec05 h2 {
    padding: 0px;
  }
  #sala h3 {
    padding: 0px;
  }
  #sala h4 {
    padding: 0px;
  }
  #sala h5 {
    padding: 0px;
  }

  #sala .sec05_02 .sec05_top {
    position: absolute;
    width: 70px;
    margin-left: -40px;
    left: 50%;
    top: 50px;
    margin-top: -75px;
  }
  #sala .kv h1 {
    margin: 0  0 -10px;
  }
  #sala .sec01 h2 {
    padding: 0px;
  }
  #sala .sec03 h2 {
    padding: 0px;
  }
  #sala .sec04 h2 {
    padding: 0px;
  }
  #sala .sec03 p {
    margin-top: 0px;
  }
  #sala .sec05_07 .sec05_item {
    margin-bottom: -38px;
    margin-top: -1px;
  }
}