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

file name  : stay.css
author     : Abilive
style info : 過ごし方
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@media only screen and (min-width: 768px) {
  .wrp_lower_links {
    margin-top: 14.66rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_lower_links {
    margin-top: 6em;
  }
}

.stay_st .jp {
  letter-spacing: .08em;
}
@media only screen and (min-width: 768px) {
  .stay_st .jp {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .stay_st .jp {
    font-size: 1.21rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stay_st .jp {
    line-height: 1.8;
  }
}
.stay_st.bg_wt {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.stay_st.bg_wt .jp {
  line-height: 1.875;
  background-color: rgba(255, 255, 255, 0.7);
  padding: .75em .2em;
}
.stay_st.bg_wt .jp:not(:last-child) {
  margin-left: .25em;
}

.con_stay_int {
  position: relative;
}
.con_stay_int .box_txt {
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-50%);
  display: flex;
  position: absolute;
  left: 50%;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .con_stay_int .box_txt {
    width: calc(1000 / 1440 * 100%);
    max-width: calc(1000px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_stay_int .box_txt {
    max-width: calc(1000px * ((18 + 0) / 15));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_stay_int .box_txt {
    width: calc(1100 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_int .box_txt {
    width: calc(630 / 750 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_stay_int .box_txt {
    top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_int .box_txt {
    top: -2%;
  }
}
.con_stay_int .box_txt .txt {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .con_stay_int .box_txt .txt {
    margin-left: calc(70 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_int .box_txt .txt {
    margin-left: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_stay_int .box_txt .txt {
    margin-top: calc(130 / 1000 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_stay_int .box_txt .txt {
    margin-top: calc(150 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_int .box_txt .txt {
    margin-top: 4em;
  }
}
.con_stay_int .img {
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_stay_int .img {
    padding-top: calc(70 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_stay_int .img {
    padding-top: calc(120 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_int .img {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_stay_int .img {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_int .img {
    width: 100%;
  }
}

.con_stay_spend {
  position: relative;
}
.con_stay_spend .box_line {
  z-index: 1;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .con_stay_spend .box_line {
    width: calc(120 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_stay_spend .box_line {
    width: calc(125 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_spend .box_line {
    width: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_stay_spend .box_line .view_ctrl_css {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .con_stay_spend .box_line .view_ctrl_css {
    display: block;
  }
}
.con_stay_spend .box_line .line_inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.con_stay_spend .box_line .line_inner p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.con_stay_spend .box_line .line_inner p .txt {
  color: var(--color-line);
  background-color: var(--color-bg);
  line-height: 1.4;
  padding: .75em 0;
  letter-spacing: 0;
  transition: color .5s ease;
}
@media only screen and (min-width: 768px) {
  .con_stay_spend .box_line .line_inner p .txt {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_spend .box_line .line_inner p .txt {
    font-size: 0.71rem;
  }
}
.con_stay_spend .box_line .line_inner p .dots {
  background-color: var(--color-line);
  border-radius: 100%;
  transition: background-color .5s ease;
}
@media only screen and (min-width: 768px) {
  .con_stay_spend .box_line .line_inner p .dots {
    height: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_spend .box_line .line_inner p .dots {
    height: 0.7em;
  }
}
@media only screen and (min-width: 768px) {
  .con_stay_spend .box_line .line_inner p .dots {
    width: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_spend .box_line .line_inner p .dots {
    width: 0.7em;
  }
}
.con_stay_spend .box_line .line_inner::after {
  content: "";
  width: 2px;
  position: relative;
  background-color: var(--color-line);
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  transition: background-color .5s ease;
}
@media only screen and (min-width: 768px) {
  .con_stay_spend.day1 {
    margin-top: calc(150 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_spend.day1 {
    margin-top: 5em;
  }
}
.con_stay_spend.day1_bg {
  background: url("../images/common/bg_navy.jpg") #132235 repeat center top;
  color: #fff;
}
.con_stay_spend.day1_bg .tmp_btn > * {
  border-color: #575653 #575653 #ffffff #575653;
}
.mouse .con_stay_spend.day1_bg .tmp_btn > *:hover, .touch .con_stay_spend.day1_bg .tmp_btn > *.touchstart {
  border-color: #ffffff;
}
.touch .con_stay_spend.day1_bg .tmp_btn > * {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_stay_spend.day1_bg .tmp_btn > *.touchend {
  transition-delay: 200ms;
}
.con_stay_spend.day1_bg .ic_arr::before {
  background: #fff;
}
.con_stay_spend.day1_bg .ic_arr::after {
  border-left-color: #fff;
}
.con_stay_spend.day1_bg::before {
  content: "";
  width: 100%;
  left: 0;
  top: -1px;
  z-index: 1;
  position: absolute;
  background-color: var(--color-bg);
}
@media only screen and (min-width: 1025px) {
  .con_stay_spend.day1_bg::before {
    height: 26%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_stay_spend.day1_bg::before {
    height: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_spend.day1_bg::before {
    height: 13%;
  }
}
.con_stay_spend.day1_bg > * {
  position: relative;
  z-index: 2;
}
.con_stay_spend.day2 .day_st {
  position: relative;
}
.con_stay_spend.day2 .day_st > .inner {
  background-color: var(--color-bg);
  border-radius: 1000px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .con_stay_spend.day2 .day_st > .inner {
    width: 15.33rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_spend.day2 .day_st > .inner {
    width: 12em;
  }
}
@media only screen and (min-width: 768px) {
  .con_stay_spend.day2 .day_st > .inner {
    padding-bottom: 15.33rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_spend.day2 .day_st > .inner {
    padding-bottom: 12em;
  }
}
@media only screen and (min-width: 768px) {
  .con_stay_spend.day2 .day_st > .inner {
    top: -4.67rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_spend.day2 .day_st > .inner {
    top: -4em;
  }
}
.con_stay_spend.day2 .day_st > .inner .tmp_st_l {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1025px) {
  .con_stay_spend .tmp_stay_box * + .tmp_txt {
    margin-top: 2.33rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_stay_spend .tmp_stay_box * + .tmp_txt {
    margin-top: 1.33rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_spend .tmp_stay_box * + .tmp_txt {
    margin-top: 1.07rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .con_stay_spend .tmp_stay_box * + .tmp_txt {
    margin-top: 1.66rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_spend .tmp_catch {
    text-align: center;
    order: 1;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_stay_spend .tmp_catch {
    font-size: 1.29rem;
  }
}

.con_stay_spend .tmp_catch .time {
  font-size: 1.07rem;
  font-family: "EB Garamond", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 500;
  text-transform: uppercase;
  background-color: var(--color-point-brown);
  display: inline-block;
  line-height: 1;
  padding: .2em;
  color: #fff;
  text-align: center;
  letter-spacing: .08em;
}
@media only screen and (min-width: 768px) {
  .con_stay_spend .tmp_catch .time {
    min-width: 5.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_spend .tmp_catch .time {
    min-width: 5em;
  }
}
.con_stay_spend .tmp_catch .time + .jp {
  margin-top: .25em;
}
.con_stay_spend .tmp_catch .jp {
  line-height: calc(34/26);
}
.con_stay_spend .tmp_txt {
  font-size: 0.93rem;
}
@media only screen and (min-width: 1025px) {
  .con_stay_spend .tmp_btn {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_stay_spend .tmp_btn {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay_spend .tmp_btn {
    margin-top: 1.07rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .con_stay_spend .tmp_btn {
    margin-top: 2rem;
  }
}

.box_stay_spend {
  position: relative;
}
.box_stay_spend .spend_inner {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box_stay_spend .spend_inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.pt_c .spend_inner {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.rever .spend_inner {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.nomal .spend_inner {
    max-width: 1200px;
    width: calc(1200 / 1440 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .box_stay_spend.nomal .spend_inner {
    max-width: calc(1200px * ((18 + 1) / 15));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.nomal .spend_inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 82%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.nomal .spend_inner {
    width: calc(1260 / 1440 * 100%);
  }
}

@media only screen and (min-width: 768px) {
  .box_stay_spend.nomal .spend_inner .box_txt {
    width: calc(440 / 1200 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.nomal .spend_inner .box_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.nomal .spend_inner .box_txt {
    order: 3;
    margin-top: 1.07rem;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.nomal .spend_inner .img {
    width: calc(760 / 1200 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.nomal .spend_inner .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.nomal .spend_inner .img {
    order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.middle .spend_inner {
    max-width: 1100px;
    width: calc(1100 / 1440 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .box_stay_spend.middle .spend_inner {
    max-width: calc(1100px * ((18 + 1) / 15));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.middle .spend_inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 82%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.middle .spend_inner {
    width: calc(1260 / 1440 * 100%);
  }
}

@media only screen and (min-width: 768px) {
  .box_stay_spend.thin .spend_inner {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .box_stay_spend.thin .spend_inner {
    width: calc(1000 / 1440 * 100%);
    max-width: calc(1000px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1441px) {
  .box_stay_spend.thin .spend_inner {
    max-width: calc(1000px * ((18 + 0) / 15));
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.thin .spend_inner {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.thin .spend_inner {
    max-width: 82%;
  }
}

@media only screen and (min-width: 768px) {
  .box_stay_spend.thin .spend_inner .box_txt {
    width: calc(500 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.thin .spend_inner .box_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.thin .spend_inner .box_txt {
    order: 3;
    margin-top: 1.07rem;
  }
}
.box_stay_spend.thin .spend_inner .box_txt > .inner {
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.thin .spend_inner .box_txt > .inner {
    width: calc(320 / 500 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.thin .spend_inner .box_txt > .inner {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.thin .spend_inner .box_txt > .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.thin .spend_inner .box_txt > .inner {
    margin-right: calc(70 / 500 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.thin .spend_inner .box_txt > .inner {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.thin .spend_inner .box_txt > .inner {
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.thin .spend_inner .box_txt > .inner {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.thin .spend_inner .img {
    width: calc(500 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.thin .spend_inner .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.thin .spend_inner .img {
    order: 2;
    margin-top: 1.5em;
  }
}
.box_stay_spend.thin .spend_inner.rever .box_txt > .inner {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.thin .spend_inner.rever .box_txt > .inner {
    width: calc(420 / 500 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.thin .spend_inner.rever .box_txt > .inner {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .box_stay_spend + .box_stay_spend {
    padding-top: calc(150 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend + .box_stay_spend {
    padding-top: 3em;
  }
}
.box_stay_spend.box_check .box_line .line_inner::after {
  height: 50%;
  top: 50%;
}
.box_stay_spend.box_check .box_txt > .inner {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_check .box_txt > .inner {
    width: calc(430 / 500 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_check .box_txt > .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_check .box_txt > .inner {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_check .box_txt > .inner {
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_welcome {
    padding-top: calc(50 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_welcome {
    padding-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_welcome .box_txt {
    order: 3;
    margin-top: 1.5em;
  }
}
.box_stay_spend.box_welcome .box_txt > .inner {
  margin-right: auto;
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.box_welcome .box_txt > .inner {
    width: calc(260 / 440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_welcome .box_txt > .inner {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_welcome .box_txt > .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.box_welcome .box_txt > .inner {
    margin-left: calc(100 / 440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_welcome .box_txt > .inner {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_welcome .box_txt > .inner {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.box_welcome .box_txt > .inner {
    padding-top: calc(50 / 440 * 100%);
  }
}
@media only screen and (min-width: 1441px) {
  .box_stay_spend.box_welcome .box_txt > .inner {
    min-width: 270px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .box_stay_spend.box_welcome .box_txt > .inner {
    min-width: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_welcome .box_txt > .inner {
    min-width: 230px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_welcome .box_txt > .inner {
    margin-left: calc(50 / 440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_welcome .box_txt > .inner {
    min-width: 260px;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_welcome .img_left {
    width: calc(370 / 1200 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_welcome .img_left {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_welcome .img_left {
    position: absolute;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .box_stay_spend.box_welcome .img_left {
    left: calc(100 / 1200 * 100%);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .box_stay_spend.box_welcome .img_left {
    bottom: calc(-80 / 1200 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_welcome .img_left {
    order: 2;
    margin-top: -20%;
  }
}
.box_stay_spend.box_welcome.nomal .img {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_welcome.nomal .img {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_welcome.nomal .img {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_room {
    padding-top: calc(190 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_room {
    padding-bottom: 0.5em;
  }
}
.box_stay_spend.box_room .box_txt > .inner {
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_room .box_txt > .inner {
    width: calc(360 / 440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_room .box_txt > .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1441px) {
  .box_stay_spend.box_room .box_txt > .inner {
    max-width: 370px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .box_stay_spend.box_room .box_txt > .inner {
    max-width: 270px;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_room .box_txt > .inner {
    margin-left: calc(70 / 440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_room .box_txt > .inner {
    margin-top: -5%;
  }
}
@media only screen and (min-width: 1441px) {
  .box_stay_spend.box_room .box_txt .view_ctrl_css {
    display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .box_stay_spend.box_room .box_txt .view_ctrl_css {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_room .box_txt .view_ctrl_css {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_room .box_txt .view_ctrl_css {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_room .box_txt br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_room .img {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_yukata {
    padding-top: calc(130 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_yukata {
    padding-top: 3em;
  }
}
.box_stay_spend.box_yukata .box_line .line_inner .txt {
  background: url("../images/common/bg_navy.jpg") #132235 repeat center top;
  color: #fff;
  color: var(--color-line);
}
.box_stay_spend.box_yukata .box_line .line_inner .txt .tmp_btn > * {
  border-color: #575653 #575653 #ffffff #575653;
}
.mouse .box_stay_spend.box_yukata .box_line .line_inner .txt .tmp_btn > *:hover, .touch .box_stay_spend.box_yukata .box_line .line_inner .txt .tmp_btn > *.touchstart {
  border-color: #ffffff;
}
.touch .box_stay_spend.box_yukata .box_line .line_inner .txt .tmp_btn > * {
  -webkit-tap-highlight-color: transparent;
}
.touch .box_stay_spend.box_yukata .box_line .line_inner .txt .tmp_btn > *.touchend {
  transition-delay: 200ms;
}
.box_stay_spend.box_yukata .box_line .line_inner .txt .ic_arr::before {
  background: #fff;
}
.box_stay_spend.box_yukata .box_line .line_inner .txt .ic_arr::after {
  border-left-color: #fff;
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_yukata .spend_inner {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .box_stay_spend.box_yukata .spend_inner {
    width: calc(1000 / 1440 * 100%);
    max-width: calc(1000px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1441px) {
  .box_stay_spend.box_yukata .spend_inner {
    max-width: calc(1000px * ((18 + 0) / 15));
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_yukata .spend_inner {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_yukata .spend_inner {
    max-width: 82%;
  }
}

@media only screen and (min-width: 768px) {
  .box_stay_spend.box_yukata .box_txt {
    width: calc(440 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_yukata .box_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_yukata .box_txt {
    order: 3;
    margin-top: 1.07rem;
  }
}
.box_stay_spend.box_yukata .box_txt > .inner {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_yukata .box_txt > .inner {
    width: calc(365 / 440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_yukata .box_txt > .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_yukata .box_txt > .inner {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_yukata .box_txt > .inner {
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_yukata .img {
    width: calc(560 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_yukata .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_yukata .img {
    order: 2;
    margin-top: 1.5em;
  }
}
.box_stay_spend.box_cui_main .box_line .line_inner .txt {
  background: url("../images/common/bg_navy.jpg") #132235 repeat center top;
  color: #fff;
  color: var(--color-line);
}
.box_stay_spend.box_cui_main .box_line .line_inner .txt .tmp_btn > * {
  border-color: #575653 #575653 #ffffff #575653;
}
.mouse .box_stay_spend.box_cui_main .box_line .line_inner .txt .tmp_btn > *:hover, .touch .box_stay_spend.box_cui_main .box_line .line_inner .txt .tmp_btn > *.touchstart {
  border-color: #ffffff;
}
.touch .box_stay_spend.box_cui_main .box_line .line_inner .txt .tmp_btn > * {
  -webkit-tap-highlight-color: transparent;
}
.touch .box_stay_spend.box_cui_main .box_line .line_inner .txt .tmp_btn > *.touchend {
  transition-delay: 200ms;
}
.box_stay_spend.box_cui_main .box_line .line_inner .txt .ic_arr::before {
  background: #fff;
}
.box_stay_spend.box_cui_main .box_line .line_inner .txt .ic_arr::after {
  border-left-color: #fff;
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_cui_main .box_txt {
    width: calc(385 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_main .box_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_cui_main .box_txt {
    width: calc(450 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_main .box_txt {
    order: 3;
    margin-top: 1.07rem;
  }
}
.box_stay_spend.box_cui_main .box_txt > .inner {
  margin-right: auto;
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.box_cui_main .box_txt > .inner {
    width: calc(300 / 385 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_cui_main .box_txt > .inner {
    width: 85%;
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.box_cui_main .box_txt > .inner {
    margin-left: calc(50 / 385 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_cui_main .box_txt > .inner {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_main .box_txt > .inner {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_cui_main .box_txt > .inner {
    margin-top: -5%;
    width: 80%;
    max-width: 280px;
    margin-left: calc(40 / 385 * 100%);
  }
  .box_stay_spend.box_cui_main .box_txt > .inner .jp {
    margin-right: -1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_cui_main .box_txt > .inner {
    min-width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_cui_main .img {
    width: calc(715 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_main .img {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_cui_main .img {
    width: calc(650 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_main .img {
    margin-top: 1.5em;
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_cui_sub {
    padding-bottom: calc(180 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_sub {
    padding-bottom: 8em;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_cui_sub .spend_inner {
    margin-top: calc(-100 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_sub .spend_inner {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_cui_sub .spend_inner {
    margin-top: calc(-60 / 1100 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_cui_sub .spend_inner {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_txt {
    width: calc(553 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_txt {
    margin-top: 1.5em;
    order: 2;
  }
}
.box_stay_spend.box_cui_sub .spend_inner .box_txt > .inner {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_txt > .inner {
    width: calc(510 / 553 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_txt > .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_txt > .inner {
    padding-bottom: calc(30 / 553 * 100%);
  }
}
.box_stay_spend.box_cui_sub .spend_inner .box_txt .tmp_btn a {
  margin-left: 0;
}
.box_stay_spend.box_cui_sub .spend_inner .box_img {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_img {
    width: calc(547 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_img {
    order: 1;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_img > p {
    width: calc(220 / 547 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_img > p {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_img > p:nth-child(2) {
    margin-top: calc(50 / 547 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_img > p:nth-child(2) {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_img > p:nth-child(2) {
    margin-left: calc(7 / 547 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_cui_sub .spend_inner .box_img > p:nth-child(2) {
    margin-left: 2%;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_bath {
    padding-top: calc(160 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_bath {
    padding-top: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.box_bath .box_txt {
    width: calc(340 / 1100 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_bath .box_txt {
    width: calc(380 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_bath .box_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_bath .box_txt {
    width: calc(400 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_bath .box_txt {
    order: 3;
    margin-top: 1.07rem;
  }
}
.box_stay_spend.box_bath .box_txt > .inner {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.box_bath .box_txt > .inner {
    width: calc(270 / 340 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_bath .box_txt > .inner {
    width: calc(280 / 340 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_bath .box_txt > .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_bath .box_txt > .inner {
    width: 85%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_bath .box_txt .tmp_txt br {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.box_bath .img {
    width: calc(760 / 1100 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_bath .img {
    width: calc(720 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_bath .img {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_bath .img {
    width: calc(700 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_bath .img {
    margin-top: 1.5em;
    order: 2;
  }
}
.box_stay_spend.box_seen .box_line .line_inner::after {
  height: 50%;
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_seen .box_txt {
    width: calc(470 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_seen .box_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_seen .box_txt {
    width: calc(520 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_seen .box_txt {
    order: 3;
    margin-top: 1.07rem;
  }
}
.box_stay_spend.box_seen .box_txt > .inner {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_seen .box_txt > .inner {
    width: calc(385 / 470 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_seen .box_txt > .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1441px) {
  .box_stay_spend.box_seen .box_txt > .inner {
    min-width: 400px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .box_stay_spend.box_seen .box_txt > .inner {
    min-width: 385px;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_seen .box_txt > .inner {
    margin-top: -5%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_seen .box_txt > .inner {
    width: 85%;
    min-width: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .box_stay_spend.box_seen .box_txt > .inner {
    width: 70%;
  }
}
.box_stay_spend.box_seen .box_txt .tmp_btn a {
  margin-left: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_seen .box_txt .tmp_txt br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_seen .box_img {
    width: calc(630 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_seen .box_img {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_spend.box_seen .box_img {
    width: calc(580 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_seen .box_img {
    order: 2;
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.box_seen .box_img .img1 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_seen .box_img .img1 {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_seen .box_img .img1 {
    width: 90%;
  }
}
.box_stay_spend.box_seen .box_img .img2 {
  position: relative;
  z-index: 1;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_seen .box_img .img2 {
    width: calc(370 / 630 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_seen .box_img .img2 {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_spend.box_seen .box_img .img2 {
    margin-right: calc(-240 / 630 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_spend.box_seen .box_img .img2 {
    margin-right: calc(-40 / 630 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_spend.box_seen .box_img .img2 {
    margin-top: calc(-70 / 630 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend.box_seen .box_img .img2 {
    margin-top: -15%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .box_stay_spend.box_seen .box_img .img2 {
    margin-right: calc(-120 / 630 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_spend .spend_inner {
    width: calc(570 / 750 * 100%);
    margin-left: auto;
    margin-right: calc(60 / 750 * 100%);
  }
}

.box_stay_slider {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .box_stay_slider {
    padding-top: calc(150 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_slider {
    padding-top: 6em;
  }
}
.box_stay_slider .box_line .line_inner p {
  top: 12%;
}
@media only screen and (min-width: 768px) {
  .box_stay_slider .over_slider {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_slider .over_slider {
    margin-top: 2em;
  }
}
.box_stay_slider .tmp_catch {
  color: #1b1b1b;
}
.box_stay_slider .box_txt {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .box_stay_slider .box_txt {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_slider .box_txt {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .box_stay_slider .box_txt {
    width: calc(1000 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_slider .box_txt {
    width: calc(570 / 750 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_slider .box_txt {
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_slider .box_txt .tmp_txt {
    width: calc(600 / 1000 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_stay_slider .box_txt .tmp_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_slider .box_txt .tmp_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_slider .box_txt .tmp_txt {
    width: calc(570 / 1000 * 100%);
  }
}
.box_stay_slider .box_txt .tmp_btn {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1025px) {
  .box_stay_slider .box_txt .tmp_btn {
    width: calc(320 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_stay_slider .box_txt .tmp_btn {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .box_stay_slider .box_txt .tmp_btn {
    margin-top: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .box_stay_slider .box_txt .tmp_btn {
    width: calc(350 / 1000 * 100%);
  }
}

.con_stay_spend .box_stay_spend.is-change .box_line .line_inner p .txt,
.con_stay_spend .box_stay_slider.is-change .box_line .line_inner p .txt {
  color: var(--color-point-brown);
}
.con_stay_spend .box_stay_spend.is-change .box_line .line_inner p .dots,
.con_stay_spend .box_stay_slider.is-change .box_line .line_inner p .dots {
  background-color: var(--color-point-brown);
}
.con_stay_spend .box_yukata.is-change .box_line .line_inner p .txt, .con_stay_spend .box_cui_main.is-change .box_line .line_inner p .txt {
  color: #fff;
}
