body {
      margin: 0;
      padding: 0;
      background-color: #ffffff;
      color: #333;
      font-family: "Yu Mincho", "Noto Serif JP", serif;
      line-height: 2;
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
    }

    h2 {
      font-size: 1.6rem;
    }

    h3{
      font-size: 2rem;
      margin-bottom: 0;
      margin-top: 0;
    }

     h4{
      font-size: 1.4rem;
      margin-top: 0;
      margin-bottom: 0;
    }

    h5{
      font-size: 1.2rem;
      margin-top: 0;
      margin-bottom: 0;
    }

    p{
      margin: 0;
      margin-bottom: 1rem;
    }

    a{
      color: #b9b9b9;
    }

    .top {
      display: flex;
      width: 100%;
      max-width: 800px;
      margin:  0 auto;
    }

    .top img {
      object-fit: cover;
      height: 90vh;
    }

    .top h1 {
      color: #fff;
      text-align: center;
      position: absolute;
      letter-spacing: 0.8rem;
      line-height: 2.5rem;
      width: 100%;
      top: 30vh;
      margin: 0 auto;
      text-shadow: rgb(0, 0, 0) 0 0 7px;
      max-width: 800px;
    }

    .top h2 {
      color: #fff;
      text-align: center;
      position: absolute;
      letter-spacing: 0.3rem;
      width: 100%;
      top: 85vh;
      font-size: 0.8rem;
      margin: 0 auto;
      text-shadow: rgb(90, 90, 90) 0 0 3px;
      max-width: 800px;
    }

    .logo-1 {
      width: 70px;
      position: fixed;
      top: 5px;
      z-index: 1;
     }

.instagram-fixed {
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 999;
      
    }


    .hero {
      position: relative;
      margin-bottom: 2px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      color: white;
      background-color: black;
    }

    

    .hero img {
      width: 100%;
      object-fit: cover;
      opacity: 0.5;
      height: 200px;
      filter: brightness(80%);
    }

    .hero-1 img {
      height: 400px;
    }

    .hero-3 img{
      height: 600px;
    }

    .hero .hero-text {
      position: absolute;
      margin: 0 auto;
      text-shadow: 0 2px 6px rgba(0,0,0,0.4);
      font-size: 1.1rem;
      letter-spacing: 0.1em;
      width: 90%;
      max-width: 500px;
      margin-left: 1rem;
    }

    .hero-1 .hero-text{
      writing-mode: horizontal-tb; /* 横書き（左→右、上→下） */
      text-align: left;            /* テキストを左寄せにする場合 */
      width: 90%;
      margin-left: 5%;
      max-width: 800px;
      
    }

    .hero-2 .hero-text{
      writing-mode: horizontal-tb; /* 横書き（左→右、上→下） */
      text-align: left;            /* テキストを左寄せにする場合 */
      width: 90%;
      margin-left: 5%;
      max-width: 600px;
    }

    .purchase-button {
      font-family: 'Courier New', Courier, monospace;
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: rgb(255, 0, 0);
      color: white;
      border: none;
      border-radius: 30px;
      padding: 10px 24px;
      font-size: 0.9rem;
      font-weight: bold;
      text-decoration: none;
      z-index: 2;
    }

    .text-box {
      text-align: left;
      width: 90%;
      margin: 40px auto;
    }

    .box {
      width: 80%;
      margin: 0 auto;
      height: 400px;
    }

    
    .box-img img{
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin: 0 auto;
    }

    .box-logo {
      width: 350px;
      margin: 0 auto;
    }


    .box-logo img{
      width: 350px;
      height: 350px;
      object-fit: cover;
      border-radius: 50%;
    }


     .button {
      transition: all 0.3s ease;
      display: inline-block;
      background-color: #000000;
      color: rgb(255, 255, 255);
      width: 80%;
      padding: 1rem 0;
      margin: 0 auto;
      margin-top: 1rem;
      margin-bottom: 3rem;
      text-decoration: none;
      border-radius: 50px;
      font-weight: 500;
      font-size: 1rem;
      font-family: neue-haas-grotesk-text, sans-serif;
    }
    .button:hover {
      background-color: rgb(255, 255, 255);
      color: rgb(0, 0, 0);
      border:rgb(0, 0, 0) solid 1px ;
      transform: scale(1.05);
    }

    .button-red{
      background-color: #e60000;
    }

    .button-red:hover{
      color: #e60000;
      border: #e60000;
    }

         .stamp {
      position: relative;
      top: 50px;
      z-index: 1;
      margin-left: 1rem;
      margin-top: -50px;
     }

     #time {
      font-family: sans-serif;
     }

     #time h4 {
      margin-bottom: 1rem;
     }

    .time {
      padding-left: 1rem;
      border-left: 1px solid #95979c;
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
    }

    .highlight-box {
      width: 90%;
      margin: 0 auto;
    }

/* 料金表 */

.container {
  font-family: sans-serif;
  width: 100%;
  margin: 0 auto;
  background: #202020;
  overflow: hidden;
  padding: 50px 0;
}

.header {
  text-align: center;
  position: relative;
}

.header h1 {
  color: var(--s-color-02a45c80);
  text-shadow: 0px 0px 5px #ff8a00ff;
  font-size: 24px;
  letter-spacing: 8px;
  margin-bottom: 15px;
  font-weight: 600;
}

.badge {
  position: absolute;
  width: 95px;
  height: 70px;
  right: 5px;
  top: 5px;
  color: #ffffff;
  padding: 10px 10px;
  border-radius: 50%;
  font-size: 13px;
  line-height: 1.2rem;
  font-weight: bold;
  font-family: sans-serif;
  text-shadow: 0 4px 15px rgba(212, 175, 55, 0.5);
  border: 3px solid #ffefa7;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.5);
}

.badge span{
 line-height: 2rem;
font-size: 25px;
color: #ff9900;
}

.badge::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffefa7;
}

.section-header {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.female-section .section-header {
  background: #bd8bcead;
}

.male-section .section-header {
  background:  #8391c9ad;
}

.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
}

.section-header h2 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 8px;
  font-weight: 500;
}

.section-header h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-left: 1rem;
}

.section-header h3 span {
  color: #fff;
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: 500;
  margin-left: 0.5rem;
}

.price-table {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}

.price-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  position: relative;
  width: 100%;
}

.price-row:last-child {
  border-bottom: none;
}

.price-label {
  color: #fff;
  font-size: 12px;
  width: 12%;
}

.price-content {
  display: flex;
  align-items: center;
  width: 88%;
  justify-content: space-between;
}

.original-price {
  color: rgb(240, 240, 240);
  text-decoration: line-through;
  font-size: 18px;
  width: 30%;
}

.discount-badge {
position: relative;
background: #d0f464ff;
border-radius: 50%;
color: #121320ff;
flex: none;
/* font-feature-settings: 'palt' 1; */
font-size: 0.7rem;
font-weight: 800;
padding: 5px;
line-height: 1rem;
letter-spacing: -1px;
text-align:center;
width: 40px;
height: 40px;
max-width: calc(100% - 6px);
}

.discount {
position: absolute;
display: inline-block;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform:translateX(-50%) translateY(-50%);
text-align:center;
}

.final-price {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  width: 45%;
  text-shadow: 2px 2px 0px #884d74ff;
}

.popular-badge {
  color: #ff4444;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 3rem;
}

.note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  line-height: 1.6;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.table-headers {
  display: flex;
  justify-content: space-evenly;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin-bottom: 10px;
  padding: 0 10px;
}

     /* Q&A アコーディオン */
.qa-item {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  cursor: pointer;
}

.qa-question {
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  padding-right: 1.5rem;
}

.qa-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.qa-item.active .qa-question::after {
  content: "-";
}

.qa-answer {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

.roominfo {
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #bababa;
  font-size: 0.9rem;
}

.roominfo dt {
  width: 40%;
  margin-left: 1rem;
}

.item_icon {
  display: flex;
  margin-bottom: 1.5rem;
}

.item_icon img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.item_icon p {
  margin: 0;
  font-size: 0.9rem;
}

.access_icon {
  margin-bottom: 0.5rem;
}

.access_icon img {
  margin-left: 10px;
  margin-right: 10px;
}

.googlemap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}

.conditions ul li{
  margin-bottom: 1rem;
}


    .footer {
      text-align: center;
      padding: 48px 20px;
      background: #000000;
      color: #f4f4f4;
      font-size: 0.9rem;
    }