.sub_header{
  width:100%;
  height: 400px;
  background: #F4F4F4;
  position: relative;
  overflow: hidden;
  margin-bottom: calc(var(--section-margin) / 1.5);
}
.sub_header img{
  width:100%;
  height: 400px;
  object-fit: cover;
}
.wrap{
  width:100%;
  min-width: 1200px;
  padding:0 4%;
  position: relative;
  height: calc(80svh + 150px);
  overflow: hidden;
  z-index: 1;
}
.wrap img.visual_back{
  width: 100%;
    height: 80svh;
  position: absolute;
  right: 0;
  object-fit: cover;
}

.wrap .stay_title{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
  padding: 60px 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  z-index: 3;
  background: #FFF;
  text-align: center;
}
.wrap .stay_title h1{
  width:100%;
  font-size: 3.2rem;

}
.wrap .stay_title p{
  width: 100%;
  font-weight: 500;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.wrap .stay_title ul.tag{
  width: 100%;
  color: var(--brand-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.sub_wrap{
  margin-top:120px;
  margin-bottom:120px;
}
h2.sub_title{
  width:100%;
  font-size: 3.2rem;
  text-align: center;
  margin:0 0 30px
}

section#commitment{
  width:100%;
  background: linear-gradient(
      to bottom, 
      rgba(174, 174, 174, 0.16), /* 上部の色 */
      rgba(174, 174, 174, 0.02)  /* 下部の色 */
  );
  padding: var(--section-margin) 0;
}
section#commitment .main_wrap{
  max-width: 800px;
  width:100%;
  margin:auto;
  padding:0 4%;
}
section#commitment > p{
  width:100%;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
}

section#commitment ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  margin-top:60px;
  padding:0 4%;
  gap: 30px;
}

section#commitment ul li{
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

section#commitment ul li p{
  width: 100%;
  padding:0 4%;
  font-size:1.6rem;
  text-align: left;
}

section#gallery{
  width:100%;
  padding: 0 0 var(--section-margin);
}

section#gallery ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  margin-top:60px;
  padding:0 4%;
  gap: 30px;
}

section#gallery ul li{
  width: calc((100% - 60px) / 3);
  display: flex;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  flex-wrap: wrap;
  gap: 10px;
}
section#gallery ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#gallery ul li p{
  width: 100%;
  padding:0 4%;
  font-size:1.6rem;
  text-align: left;
}
section#nearby{
  width:100%;
  background: linear-gradient(
      to bottom, 
      rgba(174, 174, 174, 0.16), /* 上部の色 */
      rgba(174, 174, 174, 0.02)  /* 下部の色 */
  );
  padding: var(--section-margin) 0;
}

section#nearby > p{
  width:100%;
  font-size: 1.8rem;
  text-align: center;
}

section#nearby ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  margin-top:60px;
  padding:0 4%;
  gap: 30px;
}

section#nearby ul li{
  width: calc((100% - 60px) / 3);
  height: 100%;
}
section#nearby ul li img.nearby_thumbnail{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  margin-bottom: 10px;
}
section#nearby ul li p{
  width: 100%;
  padding:0 4%;
  font-size:1.6rem;
  text-align: left;
}
section#floor{
  width:100%;
  background: var(--back-color);
  padding: var(--section-margin) 0;
}

section#floor img.floor{
  width:80%;
  margin:auto;
  display: block;
}

section#stay_detail{
  width:100%;
  padding: 0 0 var(--section-margin);
}
section#stay_detail p.sub_title{
  font-size:2.4rem;
  text-align: center;
  padding-top:20px;

}
section#stay_detail ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom:40px;
  gap: 40px 30px;
  justify-content: center;
}

section#stay_detail ul li{
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
        align-items: flex-start;
  font-size:1.8rem;
  gap: 10px;
  padding: 0 1% 20px;
  border: 1px solid #000;
  position: relative;
  
}
section#stay_detail ul li.access{
  width: 100%;
}
section#stay_detail ul li:nth-child(1){

}
section#stay_detail ul li .title{
  width:100%;
  font-weight: 700;
  font-size: 2.4rem;
  padding:20px 10px;
  text-align: center;
  border-bottom: 1px solid #000;
  
}
section#stay_detail ul li img.icon_checkin{
  width:40px;
  top:-20px;
  position: absolute;
  left: 30px;
  background-color: #FFF;
  padding:5px;
  
}

section#stay_detail ul li .contents{
  width:100%;
  line-height: 180%;
  text-align: center;
  font-size:1.6rem
}

section#stay_detail ul li .left-align{
    text-align: left;
  }
section#stay_detail ul li .contents.big{
  font-size: 3.2rem;
  font-weight: 700;
}
section#stay_detail ul li .contents.access{
  max-width: 800px;
  margin:auto;
  text-align: left;
}
section#stay_detail .btn_wrap{
    padding: 30px 0 0;
}
section#map{
  padding: 0 0 var(--section-margin);

}
section#map iframe{
  width:100%;
}
section#map p{
  font-size:2.4rem;
  text-align: center;
  padding-top:20px;
}
section#stay_qa{
  width:100%;
  background: #EAEAEA;
  padding: var(--section-margin) 0;
  position: relative;
}
section#stay_qa h2{
  color:#000
}
section#stay_qa img.triangle{
  width: 200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:0
}
p.stay_qa{
  font-size: 6.4rem;
  position: absolute;
  top:-4.4rem;
  right:100px;
  font-family: "ZCOOL QingKe HuangYou", sans-serif;
  color: rgba(0, 0, 0, 0.4);
}

section#stay_qa p.sub{
  width:100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

section#stay_qa .box_01{
  width: 60%;
  margin:30px auto 60px;
}
section#stay_qa .box_01 p{
  width: 100%;
  text-align: left;
}

section#stay_qa .box_02{
  background: #F9F9F9;
  padding:40px;
}
section#stay_qa h2.brand{
  color:var(--brand-color)
}
section#stay_qa ul.link_btn{
  width:300px;
  gap: 40px;
  
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
section#stay_qa ul.link_btn li{
  width:100%;
}
section#stay_qa ul.link_btn li img{
  width: 100%;
}
section#reserve{
  width:100%;
  background: rgba(63, 84, 130, 0.1);
  padding: var(--section-margin) 0;
  position: relative;
}
section#reserve h2{
  color:#000
}
section#reserve img.triangle{
  width: 200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:0
}
p.reservation{
  font-size: 6.4rem;
  position: absolute;
  top:-4.4rem;
  right:100px;
  font-family: "ZCOOL QingKe HuangYou", sans-serif;
  color: rgba(63, 84, 130, 0.4);
}

section#reserve p.sub{
  width:100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

section#reserve .box_01{

  margin-top:60px;

  margin:30px 0 60px;
}
section#reserve .box_01 p{
  width: 100%;
  text-align: center;
}

section#reserve .box_02{
  background: #F9F9F9;
  padding:40px;
}
section#reserve h2.brand{
  color:var(--brand-color)
}
section#reserve ul.link_btn{
  width:300px;
  gap: 40px;
  
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
section#reserve ul.link_btn li{
  width:100%;
}
section#reserve ul.link_btn li img{
  width: 100%;
}
section#reserve img.instagram_icon{
  width: 80px;
  display: block;
  margin:30px auto 0;

}
/* モーダルのスタイル */
.modal {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* 背景を暗くする */
  }
  
  .modal-content {
      margin: auto;
      display: block;
      max-width: auto;
      width: auto;
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 90svh
  
  }
  
  .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
  }
  
  .prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 1;
  }
  
  .prev {
  left: 20px;
  }
  
  .next {
  right: 20px;
  }
  
  .prev:hover, .next:hover {
  color: #bbb;
  }
.sub_qa_wrap{
  margin-top:60px;
  width: 800px!important;
}

.sub_terms_wrap{
  margin-top:60px;
  width: 800px!important;
}

.sub_contact_wrap{
  margin-top:60px;
  width: 800px!important;
  }
 .sub_contact_wrap .btn_wrap{
  margin-bottom: 60px;
 }
  .wpcf7-not-valid-tip {
    color: #dc3232 !important;
  
  }
  .contact_wrap{
    width: 100%;
    background: #F1F3F5;
    padding: 30px 10%;
    }
    .contact_wrap h2{
    color:var(--brand-color);
    padding-bottom: 10px;
    font-size:calc(var(--title-font-size) * 1.2);
    border-bottom:4px dotted var(--brand-color);
    margin-bottom: calc(var(--section-margin) / 2);
    }
    .contact_wrap p.announce{
    text-align: center;
    font-weight: 500;
    font-size: calc(var(--base-font-size) *  1.2);
    color:var(--brand-color);
    margin:0 0 30px;
    padding: 0;
    }
    .wpcf7-not-valid-tip {
      color: #dc3232 !important;
    
    }
  
    
    .contact_wrap ul.menu{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    margin:0 0 30px
    }
    
    .contact_wrap ul.menu li:nth-child(2n-1){
    width:100%;
    color:#002547;
    font-weight: 600;
    font-size: calc(var(--base-font-size) *  1.2);
    margin:0 0 10px
    }
    .contact_wrap ul.menu li:nth-child(2n){
    width:100%;
    color:#002547;
    font-weight: 600;
    font-size: calc(var(--base-font-size) *  1.2);
    margin-bottom:20px;
    }
    .contact_wrap ul.menu li:last-child{
    margin-bottom:0;
    }
    .contact_wrap ul.menu li p{
      width:100%;
      color:#002547;
      font-weight: 600;
      font-size: calc(var(--base-font-size) *  1.2);
      margin:0;
    }
    .contact_wrap dl{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    gap:14px 5px;
    }
    .contact_wrap dl dt{
    width:30px
    }
    .contact_wrap dl dd{
    width:calc(100% - 40px);
    }
    
    .contact_wrap input[type="checkbox"] {
    width: 30px;
    height: 30px;
    border: #CCC;
    border-radius: 0;
    }
  /* 「送信する」ボタン */
  .wpcf7 input.wpcf7-submit {
    background-color: var(--brand-color);
          border: 0;
          color: #fff;
          font-size: 1.2em;
          font-weight: bold;
          margin: 0 auto;
          width: auto;
          display: block;
          padding: 20px 60px;
          border-radius: 10px;
  }
