@charset "utf-8";
/* CSS Document */
@media all {
	#hotel *{
		box-sizing: border-box;
	}    
  img {
    width: 100%;
  }
  .home {
    display: block;
    position: absolute;
    top: 2%;
    left: 2%;
    z-index: 1;
    width: 145px;
  }
  .reserve489 {
    display: block;
    position: fixed;
	  width: 158px;
    top: 24px;
    right: 90px;
    padding: .5em 2em;
    background-color: rgba(165, 122, 67, 0.65);
    color: #fff;
    z-index: 1;
  }
  .reserve489::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 1em;
	  transform: translateY(-50%);
    width: 0.8rem;
    height: 0.8rem;
    background: url("../room-images/icon_arrow_wht.png") no-repeat center;
    background-size: 70%;
  }
	#firstview {
		width: 100%;
		position: relative;
		background: #000;
	}
	/*
  .fv_bgimage {
 position: relative;
  background: url("images/fv_bgimage_pc.webp") no-repeat center / contain;
      aspect-ratio: 1800 / 2417;
  }*/
	 #firstview .fv_bgimage {
	  opacity: 0;
		  transition: 1.5s;}
	#firstview .fv_bgimage.visible{
		opacity: 1;
	}
  #firstview .topimage{
  width: 100%;
      position: absolute;
      top: 0;
      left: 0;
		opacity: 0;
		animation  : topFade 2s forwards;
		animation-delay  : 1.5s;
  }
	@keyframes topFade {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
  #firstview .bottomimage{
  width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
  }
  #firstview .box {
    position: absolute;
    top: 13.7%;
    left: 50%;
      transform: translateX(-50%);
    width: fit-content;
    color: #fff;
    text-align: center;
  }
  #firstview #mainttl {
	  width: 410px;
    padding-bottom: 90px;
    margin: 0 auto;
  }
  #firstview #mainttl .year{
	  position: relative;
	  width: 100%;
	  aspect-ratio: 410 / 53.3;
    margin-bottom: 10px;
  }
	#firstview #mainttl .year img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}
	#firstview #mainttl .year img.image2 {
		animation  : year2026 2s forwards;
		animation-delay  : .3s;
	}
	@keyframes year2026 {
		0% {
			opacity: 0;
		}
		75% {
			opacity: 1;
		}
		100% {
			opacity: 1;
		}
	}
	#firstview #mainttl h1{
		display: block;
		opacity: 0;
		animation  : h1Fade 2s forwards;
		animation-delay  : 1s;
	}
	@keyframes h1Fade {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
  #firstview .text {
    line-height: 2.1;
  }
  #contents {
    width: calc(100% - 40px);
    max-width: 1100px;
    margin: 150px auto;
  }
  #contents h2 {
    font-size: 3.75rem;
    color: #a57a43;
    text-align: center;
    position: relative;
    padding-bottom: 70px;
  }
  #contents h2::after {
    display: block;
    position: absolute;
    content: "";
    bottom: 20%;
    left: calc(50% - 70px);
    width: 150px;
    height: 1px;
    background-color: #a57a43;
    margin: 0 auto;
  }
  #contents .h2sub {
    font-size: 1.875rem;
    color: #a57a43;
    text-align: center;
    padding-bottom: 50px;
  }
  #contents .main_image {
    display: block;
    padding-bottom: 70px;
  }
	#contents .main_image img{
		opacity: 0;
		transition: 2s;
		transition-delay: .5s;
	}
	#contents .main_image.visible img{
		opacity: 1;
	}
	#contents #lobby .main_image{
		background: url("images/lobby_main_sepia_pc.webp") no-repeat;
		background-size: 100%;
	}
	#contents #room .main_image{
		background: url("images/room_main_sepia_pc.webp") no-repeat;
		background-size: 100%;
	}
	#contents #lounge .main_image{
		background: url("images/azalea_main_sepia_pc.webp") no-repeat;
		background-size: 100%;
	}
  #contents .box {
    display: flex;
    padding-bottom: 120px;
  }
  #contents .textbox {
    width: 50%;
    padding: 0 55px 0 0;
    display: flex;
    flex-direction: column;
  }
	#contents .textbox p{
	  opacity: 0;
	  transform: translateY(100px);
	  transition: 2s;
	}
	#contents .textbox.visible p{
	  opacity: 1;
	  transform: translateY(0);
	}
  #contents article:first-of-type .textbox {
    justify-content: flex-end;
  }
  #contents .textbox .title {
    font-size: 1.625rem;
    line-height: 1.8;
    padding-bottom: .5em;
  }
  #contents .textbox .text {
	  font-size: 0.875rem;
	  line-height: 2;
    padding-bottom: 1.8em;
  }
  #contents .imagebox {
    width: 50%;
  }
  #contents .box .link {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #a57a43;
    text-align: center;
    margin-top: auto;
    padding: .3em 0 ;
  }
   #hotel #reservation {
    background-color: #a57a43;
}
   #hotel .nextpagegld {
    color: #fff;
    background: #a57a43;
    border: 1px solid #fff;
}
    #hotel #formarea .stay select,#hotel #formarea .capa select,#hotel #formarea .room select {
    background: #a57a43;
    background-image: url(/hotel/images_rnwl/arrow_select_wht.svg);
    background-repeat: no-repeat;
    background-size: 10px 20px;
    background-position: right 10px center;
}
}
@media only screen and (max-width: 567px) {
/* shutto翻訳 */
	#hotel .stt-lang-select.tr{
		position: absolute;
	}
	#hotel .stt-lang-select .stt-text{
		padding: 11px 26px 11px 16px;
		font-size: 0.8rem;
	}
	#hotel .stt-lang-select .stt-text::after{
		top: 10px;
	}
       
  .home {
    width: 70px;
  }
  .reserve489 {
	  width: 128px;
    top: 10px;
    right: 55px;
    padding: 10px 20px 10px 30px;
	  font-size: 0.8rem;
	  position: absolute;
  }
  .reserve489::before {
    left: 1em;
  }
  #firstview .box {
    top: 10.5%;
  }
    #firstview .box #mainttl {
    width: 265px;
    padding-bottom: 90px;
}
    #firstview .box .text {
    font-size: 0.74rem;
    line-height: 2.7;
}
#contents
 {
    width: 100%;
    margin: 100px auto 50px;
}
    
  #contents h2 {
    font-size: 1.77rem;
    padding-bottom: 1.5em;
  }
  #contents h2::after {
    bottom: .8em;
    left: calc(50% - 30px);
    width: 56px;
  }
  #contents .h2sub {
    font-size: 0.962rem;
    padding-bottom: 2em;
  }
    #contents .main_image {
    display: block;
    padding-bottom: 30px;
}
	#contents #lobby .main_image{
		background: url("images/lobby_main_sepia_sp.webp") no-repeat;
		background-size: 100%;
	}
	#contents #room .main_image{
		background: url("images/room_main_sepia_sp.webp") no-repeat;
		background-size: 100%;
	}
	#contents #lounge .main_image{
		background: url("images/azalea_main_sepia_sp.webp") no-repeat;
		background-size: 100%;
	}
    #contents .box {
    width: calc(100% - 40px);
    margin: 0 auto;
    flex-direction: column;
    padding-bottom: 60px;
    position: relative;
}
    #contents .textbox {
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
}
    #contents .textbox .text{
    width: 100%;
    padding: 0 0 0 0;
    text-align: left;
    letter-spacing: .7px;
}
    #contents .box .link{
    position: absolute;
    bottom: 60px;
    left: 0;
}
    #contents .imagebox {
    width: 100%;
    padding-bottom: 50px;
}
}

@media screen and (min-width: 568px) and (max-width: 1024px) {
        .reserve489 {
        width: 128px;
        top: 25px;
        right: 100px;
        padding: 10px 20px 10px 30px;
    }

  #firstview .topimage{
  width: 100%;
      position: absolute;
      top: 0;
      left: 0;
  }
  #firstview .bottomimage{
  width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
  }
  #firstview .box {
    position: absolute;
    top: 50%;
    left: 50%;
      transform: translate(-50%, -55.5%);
    width: fit-content;
    color: #fff;
    text-align: center;
  }
  #firstview .box #mainttl {
        width: 280px;
        padding-bottom: 40px;
        margin: 0 auto;
    }
  #firstview #mainttl .year{
      display: block;
    padding-bottom: 10px;
  }
  #firstview #mainttl .day{
      display: block;
    padding-bottom: 40px;
  }
  #firstview .text {
    line-height: 2.1;
  }
}
@media screen and (min-width: 1025px), print {}