body {
  background: #efefef;
  color: #595959;
}
body::after {
  position: absolute;
  content: "";
  z-index: -2;
  background: #fff;
  width: 20vw;
  height: 2200px;
  top: 0;
  right: 0;
}
@media all and (max-width: 1367px) {
  body::after {
    height: 2000px;
  }
}

@media all and (max-width: 896px) {
  .maintitle_u p {
    font-size: 16px;
    font-size: 1.6em;
  }
}

hr {
  width: 100px;
  margin: 150px auto;
  border-top: 1px solid #1b1414;
  height: 1px;
}
@media all and (max-width: 1367px) {
  hr {
    width: 60px;
    margin: 80px auto;
  }
}

.area_main .img_main {
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 300px);
}
@media all and (max-width: 896px) {
  .area_main .img_main {
    height: 500px;
  }
}
@media all and (max-width: 480px) {
  .area_main .img_main {
    height: 250px;
  }
}
.area_main .img_main .caption {
  position: absolute;
  color: #fff;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  font-size: 1.4em;
}
@media all and (max-width: 480px) {
  .area_main .img_main .caption {
    font-size: 12px;
    font-size: 1.2em;
  }
}
.area_main .img_main .main_slide {
  height: calc(100vh - 300px);
  background-color: #fff;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .area_main .img_main .main_slide {
    height: 500px;
  }
}
@media all and (max-width: 480px) {
  .area_main .img_main .main_slide {
    height: 250px;
  }
}
.area_main .sec_main {
  text-align: center;
  margin-top: 100px;
  padding-top: 80px;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_main .sec_main {
    margin-top: 50px;
    padding-top: 60px;
  }
}
.area_main .sec_main::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #595959;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.area_main .txt_main {
  font-size: 16px;
  font-size: 1.6em;
  line-height: 2.5;
}
@media all and (max-width: 896px) {
  .area_main .txt_main {
    font-size: 14px;
    font-size: 1.4em;
  }
}
.area_main .txt_main_en {
  font-size: 15px;
  font-size: 1.5em;
  line-height: 2.5;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .area_main .txt_main_en {
    font-size: 13px;
    font-size: 1.3em;
    margin-top: 15px;
  }
}

.stay_detail {
  position: relative;
  width: 350px;
  margin: auto;
  font-size: 1.8em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 100px;
}
@media all and (max-width: 1025px) {
  .stay_detail {
    width: 250px;
    font-size: 1.4em;
    margin-top: 50px;
  }
}
.stay_detail a {
  display: block;
  padding: 25px 0;
  background: #41506e;
}
@media all and (max-width: 1025px) {
  .stay_detail a {
    padding: 12px 0;
  }
}
.stay_detail a div.base.top {
  position: relative;
}
.stay_detail a div.base.top .line_left {
  top: -26px;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1025px) {
  .stay_detail a div.base.top .line_left {
    top: -13px;
  }
}
.stay_detail a div.base.top .line_right {
  top: -26px;
  right: 0;
}
@media all and (max-width: 1025px) {
  .stay_detail a div.base.top .line_right {
    top: -13px;
  }
}
.stay_detail a div.base.bottom {
  position: relative;
}
.stay_detail a div.base.bottom .line_left {
  bottom: -26px;
  left: 0;
}
@media all and (max-width: 1025px) {
  .stay_detail a div.base.bottom .line_left {
    bottom: -13px;
  }
}
.stay_detail a div.base.bottom .line_right {
  bottom: -26px;
  right: 0;
}
@media all and (max-width: 1025px) {
  .stay_detail a div.base.bottom .line_right {
    bottom: -13px;
  }
}
.stay_detail a div.base span.line_left {
  position: absolute;
  height: 35px;
  border-left: 1px solid #fff;
}
@media all and (max-width: 480px) {
  .stay_detail a div.base span.line_left {
    height: 20px;
  }
}
.stay_detail a div.base span.line_right {
  position: absolute;
  height: 35px;
  border-right: 1px solid #fff;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .stay_detail a div.base span.line_right {
    height: 20px;
  }
}
.stay_detail a div.arrow {
  position: absolute;
  background: #5d6a80;
  width: 106px;
  right: 0;
  height: 99%;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 1025px) {
  .stay_detail a div.arrow {
    width: 50px;
  }
}
.stay_detail a div.arrow span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media all and (max-width: 1025px) {
  .stay_detail a div.arrow span::before {
    width: 15px;
  }
}
.stay_detail a div.arrow span::after {
  position: absolute;
  content: "";
  top: 44%;
  left: 54%;
  width: 9px;
  height: 8px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 480px) {
  .stay_detail a div.arrow span::after {
    left: 50%;
    width: 5px;
  }
}
.stay_detail a p {
  color: #fff;
  text-align: left;
  padding-left: 30px;
}

.area_stay {
  margin-top: 140px;
  background: #efefef;
}
@media all and (max-width: 896px) {
  .area_stay {
    margin-top: 80px;
  }
}
.area_stay .sec_stay {
  padding: min(13.5vw, 260px) 0;
  position: relative;
  z-index: 2;
}
.area_stay .sec_stay::after {
  content: "";
  display: block;
  width: calc(100% + 100vw);
  height: 100%;
  background: #e4e4e4;
  position: absolute;
  top: 0;
  left: -80%;
  z-index: -2;
}
@media all and (max-width: 896px) {
  .area_stay .sec_stay::after {
    left: 0;
  }
}
.area_stay .sec_stay .info p {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #aaa;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.6;
  letter-spacing: 3px;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_stay .sec_stay .info p {
    font-size: 12px;
    font-size: 1.2em;
  }
}
.area_stay .sec_stay .info .ttl_slide {
  font-family: "Libre Bodoni", serif;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8em;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media all and (max-width: 896px) {
  .area_stay .sec_stay .info .ttl_slide {
    font-size: 22px;
    font-size: 2.2em;
  }
}
.area_stay .sec_stay .info .ttl_slide span {
  font-size: 8px;
  font-size: 0.8em;
  margin-left: 0;
  display: block;
}
@media all and (max-width: 480px) {
  .area_stay .sec_stay .info .ttl_slide span {
    margin-bottom: 10px;
    font-size: 7px;
    font-size: 0.7em;
  }
}
.area_stay .sec_stay .amenities {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 0;
  padding: 30px;
  border: 1px solid #aaa;
}
@media all and (max-width: 896px) {
  .area_stay .sec_stay .amenities {
    width: 95%;
    margin: 70px 0 70px auto;
    padding: 20px;
    display: block;
  }
}
.area_stay .sec_stay .amenities .image {
  width: 50%;
}
@media all and (max-width: 896px) {
  .area_stay .sec_stay .amenities .image {
    width: 100%;
  }
}
.area_stay .block_stay {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
}
@media all and (max-width: 1367px) {
  .area_stay .block_stay {
    margin: 25px 0;
  }
}
@media all and (max-width: 1025px) {
  .area_stay .block_stay {
    gap: 30px 0;
  }
}
@media all and (max-width: 896px) {
  .area_stay .block_stay {
    margin: 50px 0;
    display: block;
  }
}
.area_stay .box_stay {
  text-align: center;
  padding: 50px;
  box-sizing: border-box;
  width: calc(50% - 25px);
  color: #fff;
  background: #41506e;
}
@media all and (max-width: 1367px) {
  .area_stay .box_stay {
    padding: 30px;
  }
}
@media all and (max-width: 1025px) {
  .area_stay .box_stay {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 896px) {
  .area_stay .box_stay {
    width: calc(100% - 20px);
    margin: 0 0 30px auto;
    display: block;
    padding: 20px;
  }
}
.area_stay .box_stay:nth-child(4n+2), .area_stay .box_stay:nth-child(4n+3) {
  color: #595959;
  background: #fff;
}
@media all and (max-width: 896px) {
  .area_stay .box_stay:nth-child(4n+2), .area_stay .box_stay:nth-child(4n+3) {
    color: #fff;
    background: #41506e;
  }
}
@media all and (max-width: 896px) {
  .area_stay .box_stay:nth-child(even) {
    color: #595959;
    background: #fff;
  }
}
.area_stay .box_stay .box_img {
  width: 100%;
}
.area_stay .box_stay .box_img .slick-slide img {
  margin: auto;
  text-align: center;
}
.area_stay .box_stay .box_detail {
  padding: 50px 0 20px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area_stay .box_stay .box_detail {
    padding: 0;
    margin-top: 20px;
  }
}
.area_stay .box_stay .box_detail p {
  margin-top: 10px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.6;
  letter-spacing: 3px;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_stay .box_stay .box_detail p {
    font-size: 12px;
    font-size: 1.2em;
  }
}
.area_stay .box_stay .box_detail p::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #aaa;
  position: absolute;
  left: 0;
  bottom: 0;
}
.area_stay .box_stay .box_detail dl dt {
  font-size: 18px;
  font-size: 1.8em;
}
@media all and (max-width: 896px) {
  .area_stay .box_stay .box_detail dl dt {
    font-size: 15px;
    font-size: 1.5em;
  }
}
.area_stay .box_stay .box_detail dl dd {
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.6;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .area_stay .box_stay .box_detail dl dd {
    font-size: 12px;
    font-size: 1.2em;
  }
}
.area_stay .ttl_stay {
  font-size: 28px;
  font-size: 2.8em;
  font-family: "Libre Bodoni", serif;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-left: -4px;
}
@media all and (max-width: 896px) {
  .area_stay .ttl_stay {
    font-size: 22px;
    font-size: 2.2em;
  }
}
@media all and (max-width: 480px) {
  .area_stay .ttl_stay {
    letter-spacing: 0.1em;
  }
}
.area_stay .ttl_stay.jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.area_stay .ttl_stay span {
  font-size: 6px;
  font-size: 0.6em;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .area_stay .center {
    text-align: center;
  }
}
@media all and (max-width: 896px) {
  .area_stay .box_check {
    width: calc(90% - 40px);
    margin: 20px auto 0;
  }
}
.area_stay .box_check dl dt {
  font-size: 18px;
  font-size: 1.8em;
}
@media all and (max-width: 896px) {
  .area_stay .box_check dl dt {
    font-size: 15px;
    font-size: 1.5em;
  }
}
.area_stay .box_check dl dd {
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.6;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .area_stay .box_check dl dd {
    font-size: 12px;
    font-size: 1.2em;
  }
}

footer {
  margin-top: 0;
}/*# sourceMappingURL=hotel_common_stay.css.map */