@charset "UTF-8";
/* ===================================================================
CSS information

file name  : room_detail.css
author     : Abilive
style info : 客室下層
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeUp {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
@media only screen and (max-width: 767px) {
  .con_lower_tab .box_tab_fv ul li {
    min-width: 8em;
  }
}

.con_int {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 7.14rem;
}
@media only screen and (min-width: 1025px) {
  .con_int {
    width: calc(1380 / 1440 * 100%);
    max-width: calc(1380px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_int {
    max-width: calc(1380px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .con_int {
    max-width: calc(1380px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_int {
    width: calc(1380 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_int {
    width: calc(330 / 375 * 100%);
  }
}
.con_int .catch {
  font-size: 1.43rem;
  text-align: center;
}
.con_int .txt {
  text-align: center;
  margin-top: .5em;
}
@media only screen and (max-width: 767px) {
  .con_int .txt {
    text-align: left;
  }
}
.con_int .tmp_anch {
  margin-top: 3.21rem;
  max-width: calc(800px * 15 / 13);
}
.con_int .tmp_anch li:nth-child(n+5) {
  margin-top: 1.5rem;
}
.con_int .tmp_anch li:nth-child(4n+1) {
  margin-left: 0;
}
.con_int .inner_anch {
  margin-top: 3.21rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_int .inner_anch {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .con_int .inner_anch .box_anch {
    width: 22.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_int .inner_anch .box_anch {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .inner_anch .box_anch {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_int .inner_anch .box_anch:nth-of-type(n+2) {
    margin-left: calc(60 / 1380 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_int .inner_anch .box_anch:nth-of-type(n+2) {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .inner_anch .box_anch:nth-of-type(n+2) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_int .inner_anch .box_anch:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .inner_anch .box_anch:nth-of-type(n+2) {
    margin-top: 5%;
  }
}
.con_int .inner_anch .box_anch .anc_tit {
  padding: .5em 0;
  text-align: center;
  color: var(--color-cv);
  line-height: 1.3;
  border-bottom: 1px solid var(--color-cv);
}
.con_int .inner_anch .box_anch .tmp_anch {
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .con_int .inner_anch .box_anch .tmp_anch {
    margin-top: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .inner_anch .box_anch .tmp_anch {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_int .inner_anch .box_anch .tmp_anch > li {
    width: calc(152 / 320 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_int .inner_anch .box_anch .tmp_anch > li {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .inner_anch .box_anch .tmp_anch > li {
    width: 49%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_int .inner_anch .box_anch .tmp_anch > li:nth-of-type(n+2) {
    margin-left: calc(16 / 320 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_int .inner_anch .box_anch .tmp_anch > li:nth-of-type(n+2) {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .inner_anch .box_anch .tmp_anch > li:nth-of-type(n+2) {
    margin-left: 2%;
  }
}

@media only screen and (min-width: 768px) {
  .con_rooms.normal {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms.normal {
    padding-bottom: 5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_rooms.new {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms.new {
    padding-bottom: 5em;
  }
}
.con_rooms.new .con_room {
  margin-top: 9.28rem;
}
@media only screen and (max-width: 767px) {
  .con_rooms.new .con_room {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .con_rooms.special {
    padding: 12.85rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms.special {
    padding: 8.57rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms.special {
    padding: 4em 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .con_rooms.special {
    padding: 11.42rem 0;
  }
}
.con_rooms.special .con_room:first-child {
  margin-top: 0;
}

.con_room {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 7.14rem;
}
@media only screen and (max-width: 767px) {
  .con_room {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_room + .con_room {
    margin-top: 9.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_room + .con_room {
    margin-top: 6em;
  }
}
.con_room .box_text {
  width: calc(482 / 1440 * 100%);
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1441px) {
  .con_room .box_text {
    width: calc(532 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_text {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_room .box_text > .inner {
    width: 88%;
    max-width: 21.42rem;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_text > .inner > * {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_room .box_text > .inner > * {
    width: calc(300 / 375 * 100%);
  }
}

.con_room .box_text .st {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_room .box_text .st .jp:has(br) {
    line-height: 1.2;
  }
  #rooms_minami .con_room .box_text .st .jp:has(br) {
    margin-bottom: -.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_text .st {
    margin-bottom: 1em;
  }
}
.con_room .box_text .txt {
  margin-top: 2.02rem;
  margin-bottom: 1.3rem;
}
.con_room .box_text .link {
  margin-top: 2.14rem;
  display: flex;
  justify-content: center;
}
.con_room .box_slider {
  width: calc(958 / 1440 * 100%);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1441px) {
  .con_room .box_slider {
    width: calc(908 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_slider {
    width: 100%;
    width: calc(330 / 375 * 100%) !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_slider .box_swiper_arr {
    margin-top: 0;
  }
}
.con_room .box_slider .slide .img {
  display: block;
  position: relative;
}
.con_room .box_slider .slide .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.con_room .box_slider .slide .img::after {
  content: "";
  width: 100%;
  display: block;
}
.con_room .box_slider .slide .img::after {
  padding-bottom: calc(650 / 908 * 100%);
}
.con_room .box_slider .slide *:has(> img) {
  overflow: hidden;
}
.con_room .box_slider .slide *:has(> img) > img {
  margin-bottom: -1px;
}
.con_room .box_slider .slide .caption {
  font-size: 0.93rem;
  margin-top: 1em;
  display: block;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_room .box_slider .slide .caption {
    width: calc(300 / 330 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
.con_room .box_table {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_room .box_table {
    width: calc(1380 / 1440 * 100%);
    max-width: calc(1380px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_room .box_table {
    max-width: calc(1380px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .con_room .box_table {
    max-width: calc(1380px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_table {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_table {
    width: calc(330 / 375 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_room .box_table {
    margin-top: 4.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_table {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_room .box_table {
    max-width: 64.28rem;
  }
}
@media only screen and (min-width: 1441px) {
  .con_room .box_table {
    max-width: calc(900px * 15 / 13);
  }
}
@media only screen and (min-width: 768px) {
  .con_room .box_table th {
    width: 14.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_table th {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .con_facility {
    padding-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_facility {
    padding-top: 5em;
  }
}
.con_facility > .inner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_facility > .inner {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_facility > .inner {
    max-width: calc(900px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .con_facility > .inner {
    max-width: calc(900px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facility > .inner {
    width: calc(1160 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_facility > .inner {
    width: calc(300 / 375 * 100%);
  }
}

.st_facility {
  text-align: center;
}

.box_facility {
  margin-top: 2.85rem;
}
@media only screen and (min-width: 768px) {
  .box_facility {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .box_facility {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .box_facility li {
    width: calc(286 / 900 * 100%);
  }
  .box_facility li:not(:first-child) {
    margin-left: calc(calc((900 - 286 * 3) / 2) / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_facility li:not(:first-child) {
    margin-top: 2em;
  }
}
.box_facility li .caption {
  font-size: 0.93rem;
  margin-top: .75em;
  display: block;
}

.box_facility_det {
  margin-top: 2.85rem;
}
.box_facility_det ul + ul {
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .box_facility_det ul.col_4 li {
    width: calc(1 / 2 * 100%);
  }
  .box_facility_det ul.col_4 li:nth-child(n+3) {
    margin-top: .5em;
  }
}

.con_lower_links {
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid var(--color-gray05);
}
@media only screen and (min-width: 1025px) {
  .con_lower_links {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_lower_links {
    max-width: calc(900px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .con_lower_links {
    max-width: calc(900px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lower_links {
    width: calc(1160 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_lower_links {
    width: calc(300 / 375 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_lower_links {
    margin-top: 7.14rem;
    padding-top: 4.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_lower_links {
    margin-top: 4em;
    padding-top: 4em;
  }
}
@media only screen and (min-width: 768px) {
  .con_lower_links ul {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .con_lower_links ul {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .con_lower_links li {
    width: calc(286 / 900 * 100%);
  }
  .con_lower_links li:not(:first-child) {
    margin-left: calc(21 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_lower_links li:not(:first-child) {
    margin-top: 2rem;
  }
}
.con_lower_links a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  align-items: center;
}
.mouse .con_lower_links a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .con_lower_links a:hover, .touch .con_lower_links a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_lower_links a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_lower_links a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_lower_links .img {
  width: 100%;
  display: block;
  padding-bottom: .75em;
}
.con_lower_links .ic_arrow {
  margin-right: 0;
  margin-left: auto;
}

.btn_back_top {
  max-width: 17.85rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.5rem;
}

#rooms_nishi {
  background: none !important;
}
#rooms_nishi #main_and_aside {
  position: relative;
}
#rooms_nishi #main_and_aside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: var(--bg-gray2);
}
@media only screen and (min-width: 768px) {
  #rooms_nishi .bg_lightglay {
    padding-bottom: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  #rooms_nishi .bg_lightglay {
    padding-bottom: 4em;
  }
}
#rooms_nishi .con_lower_links {
  width: 100%;
  max-width: none;
  position: relative;
  border-top: none;
}
#rooms_nishi .con_lower_links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  z-index: -2;
  background: var(--bg-gray1);
}
@media only screen and (min-width: 768px) {
  #rooms_nishi .con_lower_links {
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #rooms_nishi .con_lower_links {
    margin-top: 0;
    padding-top: 0;
  }
}
#rooms_nishi .con_lower_links ul {
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid var(--color-gray05);
}
@media only screen and (min-width: 1025px) {
  #rooms_nishi .con_lower_links ul {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  #rooms_nishi .con_lower_links ul {
    max-width: calc(900px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  #rooms_nishi .con_lower_links ul {
    max-width: calc(900px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #rooms_nishi .con_lower_links ul {
    width: calc(1160 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  #rooms_nishi .con_lower_links ul {
    width: calc(300 / 375 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  #rooms_nishi .con_lower_links ul {
    padding-top: 4.28rem;
  }
}
@media only screen and (max-width: 767px) {
  #rooms_nishi .con_lower_links ul {
    padding-top: 4em;
  }
  #rooms_nishi .con_lower_links ul li {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
#rooms_nishi .con_topicpath {
  width: 100%;
  max-width: none;
  margin-top: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #rooms_nishi .con_topicpath {
    padding-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  #rooms_nishi .con_topicpath {
    padding-top: 5em;
  }
}
#rooms_nishi .con_topicpath::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260%;
  z-index: -1;
  background: var(--bg-gray1);
}
#rooms_nishi .con_topicpath .topicpath {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  #rooms_nishi .con_topicpath .topicpath {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  #rooms_nishi .con_topicpath .topicpath {
    max-width: calc(1160px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  #rooms_nishi .con_topicpath .topicpath {
    max-width: calc(1160px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #rooms_nishi .con_topicpath .topicpath {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  #rooms_nishi .con_topicpath .topicpath {
    width: calc(355 / 375 * 100%);
  }
}
#rooms_nishi #footer {
  position: relative;
}
#rooms_nishi #footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: -2;
  background: var(--bg-gray2);
}
