@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
  line-height: 1.7;
}
p{
  font-size: 1rem;
}

h2{
  color: #fff;
  
}
.slide-logo{
  margin-top: 85px;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
  
}
.space-lead{
  font-family: 'Zen Old Mincho', serif;
  line-height: 1.8;
  letter-spacing: 0.1rem;

}
.space-lead-area{
  background-image: url(../img/space-back_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color:#f9f9f9;
}
.space-lead-area_01{
  max-width: 1000px;
  display: grid;
  grid-template-columns: 40% 60%;
  margin: 0 auto;
  padding: 8rem 0 5rem 0;
  font-family: 'Zen Old Mincho'、serif;
}
.space-lead-area_01 h3{
  font-size: 1.2rem;
  letter-spacing: 2px;
}
.space-lead-area_01 p{
  margin-top: 20px;
}
.space-lead-area_02 {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.space-lead-area_02 img {
  width: 100%;
  height: auto;
}
.space-lead-area_02 p {
  text-align: center;
  color: #bd8953;
}
.in-house-map {
  max-width: 1000px;
  margin: auto;
  padding: 3rem 0 5rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;;
}
.floor-guide{
  color: #000;
  background-color: #f7f7f7;
  padding-bottom: 3rem;
}
.roomA {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 90vh;
  align-items: center;
  background-image: url(../img/f-back_03.png),url(../img/space-back_03.png),url(../img/space-back_04.jpg);
  background-size: 25%, 45%, 40%;
  background-position: 340px 185px, left -30px ,right 630px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.room-detail-A {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; 
  flex-direction: column;
  padding: 0 4% 0 10%;
  height: auto; 
}
.room-detail-A p, .floor-A h2 {
  text-align: left;
  /* font-family: 'Zen Old Mincho', serif; */
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.1rem;
  font-size: 2rem;
}
.room-detail-A p {
  font-size: 1rem;
  margin-top: 2rem;
  width: 90%;
  font-family: 'Zen Old Mincho', serif;
}
.floor-A {
  display: flex;
  position: relative;
  padding-bottom: 5rem;
}
.room-detail-A h2 {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  color: #000;
}
.room-detail-A h3 {
  /* font-size: 2rem;
  letter-spacing: 0.3rem; */
  font-family: 'Zen Old Mincho', serif;
}
h2 .divider::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  margin: 5px 0;
  
}
.roomA > * {
  min-height: 0;
  overflow: hidden;
}
.Container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 5rem 0;
}
.Box-Container {
  display: flex;
  width: fit-content;
  transition: transform 0.3s ease;
  transform: translateX(0);
}
.Box-Container {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.Box {
  flex-shrink: 0;
  width: 37vw;
  margin-right: 50px;
}
.warp-photo {
  display: block;
  width: 100%;
  height: auto;
}
.Arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}  
.Arrow.left {
  left: 0;
}
.Arrow.right {
  right: 0;
}
.room {
  padding-top: 6rem;
  width: 85%;
  display: grid;
  margin: 0 auto;
}
.room-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 4%;
  text-align: center;
  color: #000;
}
.room-detail p {
  font-size: 1.1rem;
  text-align: left;
  margin-top: 2rem;
  font-family: 'Zen Old Mincho', serif;
}
.room-image-A{
  background-image: url("../img/sakuragawa_img-405.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 65vh;
}
.room-image-B{
  background-image: url("../img/2f-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 65vh;
}
.room-image-C{
  background-image: url("../img/bath_img_top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 65vh;
}
.room-image {
  background-image: url("../img/sakuragawa_img-2-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}
.room-image-01{
  background-image: url("../img/sakuragawa_img-405.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  height: 40vh;
}
.room-image-03{
  background-image: url("../img/sakuragawa_img-2b-5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}
.logo-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 35%;
  margin: 0 auto;
  position: relative;
}
.floor {
  flex: 1;
  text-align: center;
  padding: 0 10px;
  margin: 10px 0;
}

a {
  text-decoration: none;
  color: #fff;
}
.map {
    max-width: 800px;
    margin: 3rem auto;

}
.map > img {
    max-width: 100%;
    display: block;
    order: 1;
    justify-self: end;
}
.map-text{
  padding-bottom: 1rem;
  align-self: flex-end;
  order: 2;
}

.floor-map {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.floor-map img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.floor-map-02 {
  max-width: 600px;
  margin: 0 auto;
  padding: 3rem 0 7rem 0;
  text-align: center;
}
.floor-map-02 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}


@media screen and (max-width: 767px) {

  .floor {
    flex: 0 0 48%;
    box-sizing: border-box;
  }
  .Container{
    padding: 0;
  }
  .Box{
    width: 80vw;
  }
}

.wrapper-top-slide {
  position: relative;
  width: 100vw;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

#slider {
  display: grid;
  width: 100vw;
  height: 70vh;
  align-items: center;
  justify-content: center;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
    url('../img/space_img_top.jpg');
  background-size: cover;
  background-position: center;
}

.room-detail h2{
  font-size: 2rem;
  color: #000;
}
h2 .divider::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
  margin: 5px 0;
}
.button_space {
  text-decoration: none;
  display: inline-block;
  padding: 1em 1em;
  color: #fff;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #8c8888;
  position: relative;
  transition: all 0.6s ease-in-out;
  text-align: center;
  cursor: pointer;
  width: 250px;
}
.button_space:before,
.button_space:after{
  content: '';
  display: block;
  position: absolute;
  border-color: #545454;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}
.button_space:before{
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 1;
}
.button_space:after{
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
  z-index: 1;
}
.button_space:hover:before,
.button_space:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #545454;
}
.button_space:hover {
  text-decoration: none;
  color: #fff;
  background-color: #454545;
  border-color: #fff;
}





.furo{
  text-decoration: underline;
    text-decoration-color: white;
    color: white;
}
.amenities {
  display: grid;
  grid-template-columns:45% 30% 25%;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
}
.amenities ul {
  list-style: none;
  padding: 0;
}
.border-top,
.border-bottom {
  width: 100%;
  border-top: 1px solid #bd8953;
  margin: 5px 0;
}
.amenities ul {
  display: inline-block;
  text-align: left;
  
}
.amenities ul {
    padding: 0; 
    list-style-type: none;
}
.amenities ul li {
  position: relative;
  list-style-type: none;
  padding-left: 15px;
}
.amenities ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8.5px;
  height: 8.5px;
  background-color: #bd8953;
}
.amenities ul li {
  line-height: 1.6;
  margin-top: 5px;
  margin-bottom: 5px;
}
.amenities ul:first-child  {
  padding-left: 95px;
}
.amenities ul li.no-decoration {
  position: static;
  padding-left: 0;
  font-size: 1.1rem;
}

.amenities ul li.no-decoration::before {
  content: none;
}
.amenities ul:nth-child(2),
.amenities ul:nth-child(3) {
  padding-top: 20px;
}
.button-container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* height: 23vh; */
  height: 16vh;
  background-image: url(../img/space-back_05.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.re-button {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 350px; */
  margin: 0 auto;
  /* padding: 1.2rem 3rem; */
  padding: 1rem 2rem;
  border: 1px solid #fff;
  box-shadow: 0 0 0 5px #bd8953;
  background-color: #bd8953;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
/* .button-container a{
  font-size: 1.2rem;
} */
.re-button:hover {
  background-color: #c1272d;
  box-shadow: 0 0 0 5px #c1272d;
  color: #fff;
}
.room-detail-text {
  width: 60vw;
  margin: 0 auto;
  padding: 0 0 0 5%;
  color: #000;
}

.button-container {
  position: relative; /* 疑似要素の基準ポイント */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16vh;
  background-image: url(../img/space-back_05.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.button-container::before {
  content: ''; /* 疑似要素にはcontentプロパティが必要 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5); /* 半透明のオーバーレイ色、透明度は調整可能 */
  pointer-events: none; /* オーバーレイがクリックイベントをブロックしないように */
  z-index: 0; /* ボタンより背面に配置 */
}

.re-button {
  position: relative;
  z-index: 1; /* オーバーレイより前面に配置 */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 2rem;
  border: 1px solid #fff;
  box-shadow: 0 0 0 5px #bd8953;
  background-color: #bd8953;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

/* PCバージョンのスタイル */
.pc-version { display: block; }
.mobile-version { display: none; }


@media screen and (max-width: 768px){

.pc-version { display: none ; }
.mobile-version { display: block; }

#slider {
  height: 100vh;
}
.slide-logo{
  margin-top: 0;
}
.room {
  grid-template-columns: 1fr;
}
.room-image ,.room-image-01 ,.room-image-03{
  height: 250px; 
  margin-top: 0;
}
.roomA {
  grid-template-columns: 1fr;
  height: auto;
  text-align: center;
}
.room-detail-A {
  width: 90%;
  padding: 15% 4%;
  margin: 0 auto;
}
.floor-A{
  width: 100%;
  padding-bottom: 3rem;
  
}
.room-detail-A p{
  width: 100%;
}
.room-image-A , .room-image-B , .room-image-C{
  width: 100%;
  height: 38vh;
  margin: 5% 0 7% 0;
}
.map-con{
  margin-top: 5rem;
}
.map {
    grid-template-columns: 100%;
}
.map-text {
    order: 2;
    margin-top: 2rem;
}
.map > img {
    order: 1;
}
.room{
  padding-top: 5rem;
}
.logo-area{
  width: 45%;
}
.logo-area img:first-child {
  width: 70%;
  margin-bottom: 1rem;
}
.logo-area img:last-child {
  width: 90%;
  margin-bottom: 2rem;
}
.room-detail p {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #000;
}
.in-house-map {
  max-width: 1000px;
  flex-direction: column;
  padding-bottom: 0;
  padding-top: 0;
}
.floor {
  width: 100%;
}
.button_space {
  width: 100%; 
  margin: 0 auto; 
}
.space-lead-area_01{
  width: 85%;
  grid-template-columns:1fr;
  padding: 5rem 0;
}
.space-lead-area_01 p{
  margin-top: 40px;
}
.space-lead-area_02{
  width: 95vw;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}
.in-house-map{
  width: 85vw;
  padding: 3rem 0;
  grid-template-columns: 1fr;
}
.room-detail-A h3{
  text-align: left;
  font-family: 'Zen Old Mincho', serif;
}
.roomA{
  background-size: 33%, 86%, 86%;
  background-position: 256px 40px, left -10px, right 420px;
}
.room-detail-A{
  padding: 14% 4% 0 4%;
}
.room-image-A{
  height: 30vh;
}
.floor-A-text{
  width: 85vw;
  margin: 0 auto;
  padding: 3rem 0;
  text-align: left;
}
.room-detail-p{
  margin-top: 1rem;
}
.floor-map{
  width: 95vw;
  padding: 3rem 0;
}
.border-top , .border-bottom{
  width: 90%;
  margin: 0 auto;
}
.amenities{
  grid-template-columns: 1fr;
}
.grid-container-sp-ame-02{
  padding-top: 0;
}
.amenities .grid-container-sp-ame .grid-container-sp-ame-02{
  padding-top: 0 !important;
  margin-bottom: 20px;
}
.map{
  margin: 0;
}
.amenities ul:first-child{
  padding-left: 90px;
  margin-top: 20px;
}
.button-container{
  height: 13vh;
}
.button-container a{
  font-size: 1.2rem;
}
.floor-map-02{
  width: 80vw;
  padding: 2rem 0 3rem 0;
}
.room-detail-text {
  width: 85vw;
  padding: 0;
  margin-top: 10px;
  font-size: 0.9rem;
}
}
