.inner {
  margin: 0 auto;
  max-width: 1140px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#info .infobox:hover {
  opacity: 0.6;
}

.point-next:hover {
  opacity: 0.6;
}

.point-prev:hover {
  opacity: 0.6;
}

.newsbox:hover {
  opacity: 0.6;
}

.rebox:hover {
  /*opacity: 0.6;*/
}

.searchbtmbox ul li:hover {
  opacity: 0.8;
}

.footer_menu ul li:hover {
  opacity: 0.6;
}

.global-nav ul li:hover {
  border-bottom: 1px solid #fff;
}

a[href*="tel:"] {
  color: rgb(0 43 255);
      text-decoration: underline;
}

header.smaller .global-nav ul li:hover {
  border-bottom: 1px solid #000;
}

#top_mv img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  display: block;
}

.sa {
  opacity: 0;
  transition: all 1.5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sb {
  opacity: 1;
  transition: all 1s ease;
}

.sb--black_left.show {
  width: 0;
  transform: none;
}

.sb--black_right.show {
  width: 0;
  transform: none;
  margin: 0 0 0 100%;
}

.sb--black_left {
  background-color: black;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
}

.sb--black_right {
  background-color: black;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
}

.sa--up {
  transform: translate(0, 50px);
}

.sa--heading {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: .5s;
  transition-delay: .25s;
}

.sa.show.sa--heading {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 1200px) {
  .inner {
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #top_mv img {
    object-fit: cover;
    min-height: 300px;
  }
}

@media screen and (max-width: 540px) {
  .inner {
    padding: 0 15px;
  }
}

.common_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 60px;
  padding-top: 60px;
}

.common_ttl:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35px;
}

.common_catch {
  font-size: 17px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}

.common_catch span {
  font-size: 14px;
}

.page-ttl {
  margin-top: -23px;
}

@media screen and (max-width: 767px) {
  .common_catch {
    font-size: 15px;
    text-align: left;
    padding: 0 10px 0 10px;
  }

  .common_ttl {
    font-size: 25px;
  }
}

.btn {
  max-width: 260px;
  width: 100%;
  margin: 20px auto;
}

.btn__link {
  position: relative;
  display: block;
}

.btn__inner {
  position: relative;
  padding: 30px 15px;
  text-align: center;
  color: #202020;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}

.btn-black .btn__inner {
  color: #fff;
  background: #2d2d2d;
  background: linear-gradient(145deg, #1b1b1b, #2d2d2d 50%, #1b1b1b);
}

.btn__inner:before {
  content: "";
  width: 120%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f8f8f8;
  -webkit-transform: translateX(-60%) skew(-45deg);
  transform: translateX(-60%) skew(-45deg);
  transition: -webkit-transform .45s cubic-bezier(.39, .575, .565, 1);
  transition: transform .45s cubic-bezier(.39, .575, .565, 1);
  transition: transform .45s cubic-bezier(.39, .575, .565, 1), -webkit-transform .45s cubic-bezier(.39, .575, .565, 1);
  z-index: -1;
}

.btn-black .btn__inner:before {
  background-color: #1b1b1b;
}

.btn__line {
  top: 50%;
  right: -22px;
  z-index: 1;
}

.btn__line span {
  display: inline-block;
  background-color: hsla(0, 0%, 59%, .75);
}

.btn__line, .btn__line span {
  position: absolute;
  width: 45px;
  height: 2px;
}

.re a,
.re span {
  color: #000;
  border-bottom: solid 1px #fff;
  position: relative;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  /* transition: 0.3s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) color, 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) border; */
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.re a:before,
.re span:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 110%;
  height: 110%;
  background: #fff;
  opacity: 0.2;
  transform: translateX(-110%) skewX(-15deg);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.re:hover a {
  padding: 5px 10px;
  /*border-color: #000;*/
  color: #fff;
}

.re:hover a:before {
  transform: translateX(-5%) skewX(-15deg);
  /* transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.re.rebtn {
  position: relative;
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
}

.re.rebtn:after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: -10px;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 50px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
}

.re.rebtn:hover:after {
  bottom: 30px;
  right: -33px;
}

.re.rebtn:hover a:after {
  border-top: solid 1px #ffffff;
  right: -19px;
}

.re.rebtn a {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 62px;
  line-height: 62px;
  display: block;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
}

.re.rebtn a:hover {
  opacity: 0.9;
}

.re.rebtn a:after {
  content: "";
  border-top: solid 1px #fff;
  width: 40px;
  position: absolute;
  bottom: 29px;
  right: 25px;
  right: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.re.rebtn button {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 62px;
  line-height: 62px;
  display: block;
  box-shadow: none;
  border: none;
  padding: 0;
  text-shadow: none;
  font-size: 16px;
  box-sizing: border-box;
}

.re.rebtn button:hover {
  opacity: 0.9;
}

.re.rebtn button:after {
  content: "";
  background-color: #248;
  border-top: solid 1px #fff;
  width: 40px;
  position: absolute;
  bottom: 29px;
  right: 25px;
  right: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.re-f a,
.re-f span {
  color: #000;
  border-bottom: solid 1px #000;
  position: relative;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  /* transition: 0.3s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) color, 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) border; */
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.re-f a:before,
.re-f span:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 110%;
  height: 110%;
  background: #000;
  opacity: 0.2;
  transform: translateX(-110%) skewX(-15deg);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}

.re-f:hover a {
  padding: 5px 10px;
  border-color: #000;
  color: #fff;
}

.re-f:hover a:before {
  transform: translateX(-5%) skewX(-15deg);
  /* transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.re-f.rebox {
  position: relative;
  margin: 0 auto;
  max-width: 168px;
  width: 100%;
  background: #ffffff;
  color: #0a0000;
}

.re-f.rebox:after {
  content: "";
  position: absolute;
  bottom: 22px;
  right: -20px;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 48px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #ffffff;
  transform: skew(45deg);
}

.re-f.rebox:hover:after {
  /*bottom: 30px;*/
  right: -45px;
}

.re-f.rebox:hover a:after {
  border-top: solid 1px #000;
  right: -30px;
  z-index: 10;
}

.re-f.rebox a {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-color: #fff;
  height: 56px;
  line-height: 62px;
  display: block;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
}

.re-f.rebox a:hover {
  /*opacity: 0.9;*/
}

.re-f.rebox a:after {
  content: "";
  border-top: solid 1px #000;
  width: 27px;
  position: absolute;
  bottom: 22px;
  z-index: 10;
  right: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.re-rebirth a,
.re-rebirth span {
  color: #000;
  border-bottom: solid 1px #000;
  position: relative;
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  /* transition: 0.3s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) color, 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) border; */
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.re-rebirth a:before,
.re-rebirth span:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 110%;
  height: 110%;
  opacity: 0.2;
  background: #fff;
  transform: translateX(110%) skewX(-15deg);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.re-rebirth:hover a {
  padding: 5px 10px;
  border-color: #000;
  color: #fff;
}

.re-rebirth:hover a:before {
  transform: translateX(-5%) skewX(-15deg);
  /* transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.re-rebirth.rebtn {
  position: relative;
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
  background-color: #000;
}

.re-rebirth.rebtn:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: -20px;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 50px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: skew(-45deg);
}

.re-rebirth.rebtn:hover:after {
  bottom: 30px;
  left: -45px;
}

.re-rebirth.rebtn:hover a:after {
  border-top: solid 1px #ffffff;
  left: -20px;
}

.re-rebirth.rebtn a {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 62px;
  line-height: 60px;
  color: #fff;
  display: block;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
}

.re-rebirth.rebtn a:hover {
  opacity: 0.9;
}

.re-rebirth.rebtn a:after {
  content: "";
  border-top: solid 1px #fff;
  width: 50px;
  position: absolute;
  bottom: 29px;
  left: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn_wh {
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 0;
}

.btn02 {
  background: #000;
  text-align: center;
  position: relative;
  color: #fff;
  margin: 0 auto;
  width: 300px;
  height: 70px;
  line-height: 70px;
}

.btn02::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: -30px;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 50px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: skew(-45deg);
}

.btn02 a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.btn02:hover>.btn02 a:after {
  right: 20px;
}

.btn02:hover {
  opacity: 0.9
}

#main {
  position: relative;
}

.follow_wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.follow_btn {
  justify-content: space-between;
}

.follow_btn .btn_wh {
  background: #fff;
  text-align: center;
  color: #000;
  margin: 0 auto;
  width: 49.9%;
  height: 70px;
  line-height: 70px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.follow_btn .btn_wh a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.follow_btn .btn_wh p {
  padding-left: 5px;
  font-size: 18px;
}

/*スライダー*/
.swiper-pagination-bullet {
  border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #000 !important;
}

.swiper-button-prev, .swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  color: #fff !important;
  background: #000 !important;
  top: initial !important;
}

#photo .swiper-button-prev,
#photo .swiper-button-next {
  top: 50% !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 15px !important;
}

.planwrap {
  position: relative;
}

.planwrap .placebox img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.planwrap .placebox {
  min-width: 350px;
}

.planwrap .swiper-button-prev {
  left: 10px !important;
  z-index: 2;
  bottom: 42% !important;
}

.planwrap .swiper-button-next {
  right: : 10px !important;
  z-index: 2;
  bottom: 42% !important;
}

.planwrap .swiper-pagination {
  bottom: -40px !important;
  position: relative;
}

.planwrap a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.planwrap .cost {
  font-size: 110%;
  margin: 10px;
}

/*空室情報*/
#search {
  margin: 0 auto;
  padding: 50px;
  z-index: 1;
  position: relative;
}

.searchbox {
  max-width: 1200px;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}

.searchbox .search_ttl {
  text-align: center;
  width: 90px;
}

.searchbox .search_ttl .en {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 3px;
}

.searchbox .search_ttl .jp {
  font-size: 14px;
}

.searchbox .bestrate {
  width: 120px;
}

.searchbox .form {
  width: 70%;
}

.searchbox .form .searchbtmbox {
  margin-top: 20px;
  font-size: 14px;
}

.searchbox .form .searchbtmbox li {
  margin-right: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.searchbox .form ul li {
  margin: 0 10px;
}

.searchbox .form ul li input {
  width: 100%;
  padding: 13px 10px;
  text-align: center;
  font-size: 20px;
  border: 2px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

.searchbox .form ul li select {
  width: 60px;
  padding: 13px 10px;
  text-align: left;
  border: 2px solid #ccc;
  border-radius: 3px;
  font-size: 20px;
  box-sizing: border-box;
}

.searchbox .form ul li .time {
  font-size: 110%;
  font-weight: bold;
}

.searchbox .form ul li .ttl {
  margin-bottom: 5px;
}

.searchbox .form ul li .flex {
  align-items: center;
}

.searchbox .form ul li .flex span {
  padding-left: 5px;
}

.searchbtn {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 70px;
  line-height: 70px;
  justify-content: center;
  align-items: center;
}

.searchbtn:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.searchbtn a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.searchbtn img {
  width: 30px;
}

.searchbtn p {
  padding-left: 10px;
}

.searchbox .form ul li .flex span {
  width: auto;
}

@media screen and (max-width: 1200px) {
  #search {
    margin: 0 auto;
  }
}

@media screen and (max-width: 999px) {
  #search {
    padding: 30px 20px;
    margin: 0 auto;
  }

  .searchbox {
    display: block !important;
  }

  .search_ttl {
    width: 100%;
    margin: 0 auto;
  }

  .searchbox .bestrate {
    width: 150px;
    margin: 20px auto;
  }

  .searchbox .form {
    width: 100%;
  }

  .searchbox .form ul.flex {
    flex-wrap: wrap;
  }

  .searchbox .form ul.flex li {
    margin-bottom: 10px;
  }

  .searchbox .form ul.flex .date {
    width: 100%;
  }

  .searchbox .form ul.flex .box {
    width: 33%;
  }

  .searchbox .form ul li select {
    width: 100%;
  }

  .searchbtn {
    margin: 20px auto;
    width: 300px;
    height: 60px;
    line-height: 60px;
  }

  .searchbox .form .searchbtmbox ul.flex {
    justify-content: center;
  }

  .searchbox .form ul li {
    margin: 0;
  }

  .searchbox .form .searchbtmbox li {
    margin: 0 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .searchbox {
    max-width: 260px;
  }

  .searchbox .search_ttl {
    display: none;
  }

  .searchbox .bestrate {
    margin: 0 auto 10px;
  }

  .searchbox .form {
    margin-bottom: 20px;
  }

  .searchbox .form .flex {
    justify-content: space-between;
  }

  .searchbox .form .flex li {
    width: 48%;
  }

  .searchbox .form ul li select {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 540px) {
  .searchbtn {
    width: 100%;
  }
}
