@charset "UTF-8";

/*
- 01.common
- 02 page original
- 03.other parts
*/

/* 01.common */

.main {
  padding-top: 95px;
}

@media screen and (max-width: 640px) {
  .main {
    padding-top: 46px;
  }
}

.main.pt-0 {
  padding-top: 0 !important;
}
.max-w-500 {
  max-width: 31.25rem;
}

.max-w-600 {
  max-width: 37.5rem;
}

.max-w-700 {
  max-width: 43.75rem;
}
.max-w-800 {
  max-width: 50rem;
}

.max-w-820 {
  max-width: 51.25rem;
}

.max-w-840 {
  max-width: 52.5rem;
}

.max-w-1000 {
  max-width: 62.5rem;
}

/* title*/
h2.page-ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

h2.page-ttl:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 90px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.blue-ttl3 {
 color: #0068b7;
}

.video-container {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(img/video.jpg) no-repeat center center/cover;
}

.video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  max-width: initial !important;
  position: absolute;
}

@media screen and (max-width: 640px) {
  .video-wrap video {
    max-width: initial !important;
  }
}

@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  .video-wrap video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-wrap video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.video-ttl {
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-ttl > div {
  margin: 0 auto;
  width: 888px;
  height: 36px;
  position: relative;
}

@media all and (max-width: 640px) {
  .video-ttl {
  top: 2rem;
 }

}

#topBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

@media all and (max-width: 640px) {
  #topBtn {
    bottom: 70px;
    right: 10px;
    width: 30px;
    height: 15px;
    line-height: 20px;
  }
}

/* 縦書き */
.box {
  text-align: right;
}

.box-tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: left;
}

.ttl-tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: left;
}

.ttl-tate2 {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  margin: 0;
  line-height: 3.75em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .box-tate {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

/* swiper */

.swiper-custom-parent {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.swiper-button-prev{
  left: -30px;
}
.swiper-button-next{
  right: -30px;
}
.swiper-wrapper img {
  width: 100%;;
}

@media screen and (min-width: 641px) {
  .swiper-custom-parent {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .swiper-button-prev{
    left: -40px;
  }
  .swiper-button-next{
    right: -40px;
  }
  .swiper-pagination{
    bottom: -30px !important;
    left: 0;
    width: 100%
  }
  .swiper-wrapper img {
    width: 100%;;
  }
}


/* 02 page original */

/* stay */
.pt-ttl {
  padding-top: 410px;
}

.pt-ttl2 {
  left: 50%;
  top: 75%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .pt-ttl {
    padding-top: 180px;
  }

  .pt-ttl2 {
    top: 80%;
  }
}

/* contact */
.input-error {
  font-size: 0.75rem;
  color: red;
}

/* access */
.h-100px {
  height: 6.25rem;
}

/*.access-ttl{
  color: #880000;
}*/

.border-access {
  border-color: #880000;
}

/* rooms */
.rooms-subttl {
  font-size: 1.4rem;
}

.rooms-subttl.is-akane:after {
  content: "●";
  font-size: 0.65rem;
  font-family: 游明朝, YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  color: #c13342;
  display: block;
}

.rooms-subttl.is-yamabuki:after {
  content: "●";
  font-size: 0.65rem;
  color: #f5a200;
  font-family: 游明朝, YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  display: block;
}

.rooms-ttl {
  font-size: 2.8rem;
}

.Btn-Icon {
  top: 50%;
  right: 25px;
  width: 13px;
  transform: translateY(-50%);
}

/*客室 movie*/
.container-video {
  position: relative;
  height: 45rem;
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
}

.container-video #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
}

@media screen and (max-width: 640px) {
  .container-video {
    height: 18rem;
  }
}


.mt-adjust{
margin-top: -3.5rem;
}

@media screen and (min-width: 376px) {
  .mt-adjust{
   margin-top: -2.5rem;
  }
}

@media screen and (min-width: 400px) {
  .mt-adjust{
   margin-top: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .mt-adjust{
   margin-top: 0;
  }
  }

@keyframes load {
  100% {
    opacity: 1;
  }
}

/* agreement */

.bg-e6e6e6 {
  background-color: #e6e6e6;
}

.bg-f2f2f2 {
  background-color: #f2f2f2;
}

@media screen and (max-width: 640px) {
  .h3-agreement {
    font-size: 1.188rem;
    margin-bottom: 1.25rem;
  }
}

/* enjoy */

.tl-purple{
color: #7e216f;
}
.tl-blue{
color: #006082;
}

.tl-red{
color: #880000;
}


.enjoy-navi.is-gray{
  background-color: #eee !important;
}
.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
  .timeline {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

/* 03.other parts */

.has-arrow:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 0 0 5px;
  background: url(../images/common/btc-cta.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 55px;
  margin-top: -8px;
}
@media screen and (max-width: 640px) {
  .has-arrow:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 0 0 5px;
    background: url(../images/common/btc-cta.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -8px;
  }
}

.pc_br {
  display: block;
}

.mobile_br {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc_br {
    display: none;
  }

  .mobile_br {
    display: block;
  }
}
.icon-pdf {
  position: relative;
}
.icon-pdf:after {
  content: url(../images/common/icon-pdf.png);
  position: absolute;
  top: -3px;
}
@media screen and (max-width: 640px) {
  .icon-pdf {
    position: static;
  }
  .icon-pdf:after {
    content: url(../images/common/icon-pdf.png);
    display: block;
    position: relative;
    text-align: center;
    top: 3px;
  }
}

.t-shadow {
  text-shadow: #333 1px 1px 10px, #333 -1px 1px 10px, #333 1px -1px 10px, #333 -1px -1px 10px;
}

.list-ind02 {
  text-indent: -2.25rem;
}
.list-ind02 li {
  margin-left: 2.25rem;
}

.list-ind01 {
  text-indent: -1.25rem;
}
.list-ind01 li {
  margin-left: 1.25rem;
}

.ind--125 {
  text-indent: -1.25rem !important;
}

.ind--175 {
  text-indent: -1.75rem !important;
}

@media screen and (max-width: 640px) {
  .indent--1 {
    text-indent: -1rem !important;
    padding-left: 2rem !important;
  }
  .indent--2 {
    text-indent: -1rem !important;
    padding-left: 1rem !important;
  }
  .indent--3 {
    text-indent: -1.5rem !important;
    padding-left: 1.5rem !important;
  }
}


ul.list-readme{
text-indent: -1em;
}

ul.list-readme li{
margin-left: 1em;
}

.has-cycle:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 23px;
    margin: -3px 5px 0 0;
    background: url(../images/access/icon-cycle.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.flex-50{
    flex: 0 50px;
}

.flex-50 img{
  text-decoration: none;
}



/*==================================================
追加分
===================================*/
/* font size */
.fs-25 {
  font-size: 25px;
}
@media screen and (max-width: 640px) {
.sm\:fs-25 {
  font-size: 25px;
}
}
@media (min-width: 768px){
.md\:fs-25 {
  font-size: 25px;
}
}
.fs-30 {
  font-size: 30px;
}

@media screen and (max-width: 640px) {
  .fs-sm-12 {
    font-size: 12px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
  .fs-sm-18 {
    font-size: 18px;
  }
}

/* line-height */
.lh-22 {
  line-height: 22px;
}
.lh-30 {
  line-height: 30px;
}
.md\:lh-26{
  line-height: 26px;
}
.md\:lh-34 {
  line-height: 34px;
}


@media screen and (max-width: 640px) {
  .lh-sm-20 {
    line-height: 20px;
  }
  .lh-sm-22 {
    line-height: 22px;
  }
  .lh-sm-24 {
    line-height: 24px;
  }
  .lh-sm-26 {
    line-height: 26px;
  }
}


/* height */
@media screen and (max-width: 640px) {
  .h-sm-50 {
    height: 50px;
  }
}

/* width */
.max-w-820 {
  max-width: 51.25rem;
}
/*@media screen and (max-width: 640px) {
.w-100 {
  width: 100px;
}
}
.sm\:w-100{
  width: 100px;
}*/
/*.w-100{
    width: 100px;
  }
.md\:w-120{
  width: 120px;
}
.w-120 {
  width: 7.5rem;
}*/
@media screen and (max-width: 640px) {
  .w-215 {
    width: 215px;
  }
  .w-300 {
    width: 300px;
  }
}
/*.sm\:w-300 {
  width: 300px;
}
.md\:w-460 {
  width: 460px;
}*/

.w-800 {
  width: 800px;
}

.w-915 {
  width: 57.188rem;
}

@media screen and (max-width: 640px) {
  .access-map img {
    width: 300px;
  }
}
.access-map img {
  width: 460px;
}


/* other */
.mt-auto {
  margin-top: auto;
}

@media screen and (max-width: 640px) {
.sm-parent-break-through {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
}

.btn-cta-en{
  display: block;
  padding: 0.5rem;
  /*margin-bottom: 0.75rem;*/
  border-width: 1px;
  width: 100%;
  font-weight: 500;
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
  margin-left: auto;
  margin-right: auto;
}

/* color */
.bg-880000 {
  background-color: #880000;
}
