#all_wrap {
  width: 100%;
  background-image: url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top -54px left -410px, top 803px right -297px, top 1660px left -412px, top 2516px right -300px, top 3623px left -411px, bottom -320px right -300px;
}

#mv {
  padding: 50px 0 0 0;
}
#mv .mv_wrap {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
}
#mv .mv_wrap .text_wrap h2 {
  margin: 0 0 31px 0;
}
#mv .mv_wrap .text_wrap h2 p:nth-of-type(1) {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 110px;
  margin: 0 0 8px 0;
}
#mv .mv_wrap .text_wrap h2 p:nth-of-type(1):before {
  content: "";
  display: block;
  width: 83px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #000;
  left: 0;
}
#mv .mv_wrap .text_wrap h2 p:nth-of-type(2) span {
  vertical-align: middle;
}
#mv .mv_wrap .text_wrap h2 p:nth-of-type(2) span:nth-of-type(1) {
  font-size: 75px;
  font-weight: 500;
  line-height: 1.386;
}
#mv .mv_wrap .text_wrap h2 p:nth-of-type(2) span:nth-of-type(2) {
  position: relative;
  padding: 0px 0 0 14px;
  font-size: 35px;
  font-weight: 500;
}
#mv .mv_wrap .text_wrap h2 p:nth-of-type(2) span:nth-of-type(2):before {
  content: "";
  display: block;
  width: 87px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #fff;
  left: 0;
}
#mv .mv_wrap .reservation_link {
  position: relative;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 50px auto;
  max-width: 580px;
  width: 95%;
  color: #fff;
  background: #000;
}
#mv .mv_wrap .reservation_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background: transparent;
}
#mv .mv_wrap .reservation_link span {
  position: relative;
}
#mv .mv_wrap .reservation_link:hover {
  opacity: 1;
}
#mv .mv_wrap .reservation_link:hover:before {
  background: linear-gradient(-8deg, #006fff -50%, #acb131 47.53%, #f00 150%);
  transition: 0.5s;
  opacity: 1;
}
#mv .mv_wrap .image_wrap {
  margin: 0 0 74px 0;
}
#mv .mv_wrap h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 38px 0;
}
#mv .mv_wrap h4 {
  position: relative;
  padding: 0 0 0 84px;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 49px 0;
}
#mv .mv_wrap h4:before {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #000;
  left: 0;
}
#mv .mv_wrap .mv_content_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
#mv .mv_wrap .mv_content_wrap .left_box {
  width: 47%;
}
#mv .mv_wrap .mv_content_wrap .left_box .ja {
  margin: 0 0 26px 0;
}
#mv .mv_wrap .mv_content_wrap .right_box {
  width: 49%;
}
#mv .mv_wrap .mv_content_wrap .right_box img {
  width: 100%;
}

.room_details {
  padding: 189px 0 0 0;
}
.room_details h2 {
  position: relative;
  padding: 0 0 0 340px;
  margin: 0 0 15px 0;
}
.room_details h2:before {
  content: "";
  display: block;
  width: 303px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #000;
  left: 0;
}
.room_details table {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
}
.room_details table tr {
  border-bottom: 1px dashed #707070;
}
.room_details table tr th, .room_details table tr td {
  line-height: 1.818;
  padding: 1em;
}
.room_details table tr th {
  font-weight: 500;
  text-align: center;
}
.room_details table tr td {
  text-align: left;
}

.notes {
  padding: 147px 0 335px 0;
}
.notes h2 {
  position: relative;
  padding: 0 0 0 340px;
  margin: 0 0 15px 0;
}
.notes h2:before {
  content: "";
  display: block;
  width: 303px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #000;
  left: 0;
}
.notes .notes_list {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  padding: 33px 0 91px 40px;
  list-style: square;
}
.notes .notes_list li {
  font-weight: 500;
  line-height: 1.818;
  margin: 0 0 10px 0;
}
.notes .notes_list li a {
  text-decoration: underline;
  color: #0019FF;
}
.notes .reservation_link {
  position: relative;
  display: block;
  text-align: center;
  padding: 27px 0;
  margin: 0 auto;
  max-width: 580px;
  width: 95%;
  color: #fff;
  background: #000;
}
.notes .reservation_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background: transparent;
}
.notes .reservation_link span {
  position: relative;
}
.notes .reservation_link:hover {
  opacity: 1;
}
.notes .reservation_link:hover:before {
  background: linear-gradient(-8deg, #006fff -50%, #acb131 47.53%, #f00 150%);
  transition: 0.5s;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #all_wrap {
    background-size: 466px, 466px, 466px, 466px, 466px, 466px;
    background-position: top -19px left -234px, top 697px right -233px, top 1407px left -233px, top 2035px right -233px, top 2663px left -233px, bottom 0px right -233px;
  }
  #mv {
    padding: 25px 0 0 0;
  }
  #mv .mv_wrap .text_wrap h2 {
    margin: 0 0 1em 0;
  }
  #mv .mv_wrap .text_wrap h2 p:nth-of-type(1) {
    font-size: 23px;
  }
  #mv .mv_wrap .text_wrap h2 p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 45px;
  }
  #mv .mv_wrap .text_wrap h2 p:nth-of-type(2) span:nth-of-type(2) {
    font-size: 17px;
  }
  #mv .mv_wrap .image_wrap {
    margin: 0 0 2em 0;
  }
  #mv .mv_wrap h3 {
    font-size: 35px;
  }
  #mv .mv_wrap h4 {
    font-size: 17px;
  }
  #mv .mv_wrap .mv_content_wrap {
    flex-wrap: wrap;
  }
  #mv .mv_wrap .mv_content_wrap .left_box {
    width: 100%;
    order: 2;
  }
  #mv .mv_wrap .mv_content_wrap .right_box {
    width: 100%;
  }
  .room_details {
    padding: 50px 0 0 0;
  }
  .room_details h2 {
    padding: 0px 0 0 84px;
    margin: 0 0 2em 0;
  }
  .room_details h2:before {
    width: 64px;
  }
  .room_details table {
    margin: 0 auto 2em;
  }
  .room_details table tr th {
    width: 30%;
  }
  .notes {
    padding: 50px 0 0 0;
  }
  .notes h2 {
    padding: 0px 0 0 84px;
    margin: 0 0 2em 0;
  }
  .notes h2:before {
    width: 64px;
  }
  .notes .notes_list {
    padding: 2em 0 0 1.5em;
  }
  .notes .reservation_link {
    max-width: 345px;
    padding: 1em 0;
    margin: 0 auto 2em;
  }
}
/*# sourceMappingURL=tiger.css.map */