/* respoinsive.css */

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .concept-text, .concept-image {
    width: 100%;
    padding-right: 0;
  }
  
  .concept-text {
    margin-bottom: 50px;
  }
  
  .concept-image {
    height: 500px;
  }
  
  .attraction-item {
    width: 48%;
  }
  
  .info-video, .info-details, .access-map, .access-info {
    width: 100%;
  }
  
  .info-video, .access-map {
    margin-bottom: 50px;
  }
  
  .insta-post {
    width: 33.333%;
  }
  
  .footer-logo, .footer-nav-group, .footer-address {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  
  .footer-content {
    flex-direction: column;
  }
  
  .footer-nav {
    flex-wrap: wrap;
  }
  
  .footer-nav-group {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .location-photo {
    width: 100%;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .header-inner {
    padding: 15px;
  }
  /* メインビジュアルの高さを95%に調整 */
  .main-visual, .mv-slider, .mv-slide {
    height: 95vh; /* または具体的なピクセル値 */
  }
  
  /* コンセプト画像タップ機能のためのスタイル - スマホのみ */
  .concept-image img {
    transition: transform 0.3s ease, z-index 0s;
    cursor: pointer; /* タップ可能なことを示す */
  }
  
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 30px;
    transition: right 0.5s ease;
    z-index: 1000;
  }
  
  .menu.active {
    right: 0;
  }
  
  .menu ul {
    flex-direction: column;
    width: 100%;
  }
  
  .menu li {
    margin-left: 0;
    margin-bottom: 20px;
  }
  
  .sns {
    margin-left: 0;
    margin-top: 30px;
  }
  
  .hamburger {
    display: block;
  }
  
  .mv-text h2 {
    font-size: 24px;
  }
  
  .attraction-item {
    width: 100%;
  }
  
  .rooms-slider {
    height: 400px;
  }
  
  .insta-post {
    width: 50%;
  }
  
  /* コンセプトセクションの画像レイアウト改善 */
  .concept-image {
    position: relative;
    height: auto;
    min-height: 450px;
    margin-top: 2rem;
  }
  
  .concept-image img:first-child {
    width: 80%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  
  .concept-image img:last-child {
    width: 80%;
    position: absolute;
    right: 0;
    top: 25%;
    z-index: 2;
  }
  
  /* ギャラリーのレイアウト調整 */
  .gallery-item {
    width: 50%;
  }
  
  /* コンセプト画像スマートフォン向けのヒントを追加 */
  .concept-image::after {
    content: "画像をタップ";
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    opacity: 0.8;
    z-index: 10;
  }
  /* ROOMSセクションのテキスト左揃え化 */
  #rooms .rooms-intro p {
    text-align: left;
    padding: 0 15px;
    line-height: 1.8;
  }
  /* フッター改善用のスタイル */
  /* フッターロゴのサイズ調整 */
  .footer-logo img {
    max-width: 70%; /* 画面幅の70%に制限 */
    height: auto;
    margin: 0 auto 20px;
    display: block; /* センタリングのため */
  }
  
  /* フッターメニューを2カラムに */
  .footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .footer-nav-list li {
    width: 48%; /* 少し余白を残して2カラム */
    margin-bottom: 12px;
    padding: 5px 0;
  }
  
  /* INFORMATION セクションも2カラムに */
  .footer-nav-group:last-child .footer-nav-list li {
    width: 48%;
  }
  
  /* フッター全体の余白調整 */
  .footer-content {
    padding: 30px 15px;
  }
  
  /* セクション間の区切りをわかりやすく */
  .footer-nav-group, .footer-logo, .footer-address {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  /* SNSアイコンを大きく、間隔をあける */
  .footer-social a {
    font-size: 24px;
    margin-right: 20px;
    padding: 10px;
  }
  
  /* 電話番号タップ領域拡大 */
  .phone {
    padding: 10px 0;
    margin: 10px 0;
  }
  
  /* フッターロゴ下テキストのセンタリング */
  .footer-logo p {
    text-align: center;
    margin: 0 auto 15px;
    width: 100%;
  }
  
  /* フッター全体のテキスト配置改善 */
  .footer-address h3,
  .footer-address p,
  .footer-nav-title,
  .phone,
  .footer-bottom p {
    text-align: center;
  }
  
  /* 電話番号セクションもセンター寄せ */
  .phone {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* SNSアイコンをセンター配置 */
  .footer-social {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  /* フッター内のすべてのオレンジバーを非表示に */
  .footer-container .bar,
  footer h3::after,
  .footer-nav-title::after,
  footer h3::before,
  .footer-nav-title::before,
  footer .section-title .bar {
    display: none !important;
  }

  /* MENU, INFORMATION, AZEST AWAJIの見出し下の余白調整 */
  footer h3,
  .footer-nav-title,
  .footer-container h2 {
    margin-bottom: 15px; /* バーがなくなった分の余白を追加 */
  }
}


@media screen and (max-width: 480px) {
  .section-title h2 {
    font-size: 28px;
  }
  
  .concept-text h3 {
    font-size: 24px;
  }
  
  .rooms-slider {
    height: 300px;
  }
  
  .slider-arrow {
    width: 40px;
    height: 40px;
  }
  
  .insta-post {
    width: 100%;
  }
  
  .insta-title i {
    font-size: 30px;
  }
  
  .insta-title h2 {
    font-size: 24px;
  }
  
  .contact-button a {
    width: 100%;
    text-align: center;
  }
  
  /* 小さいスマホ向けのさらなる調整 */
  .concept-image {
    min-height: 380px;
  }
  
  .concept-image img:first-child {
    width: 85%;
  }
  
  .concept-image img:last-child {
    width: 85%;
    top: 20%;
  }
  
  /* ギャラリーのレイアウト調整 */
  .gallery-item {
    width: 100%;
  }
  
  /* 極小画面ではロゴをさらに小さく */
  .footer-logo img {
    max-width: 80%;
  }
  
  /* 将来的なQRコード追加のための空間確保と配置 */
  .footer-logo {
    position: relative;
    min-height: 120px; /* QRコード用の空間 */
  }
  
  /* QRコード用プレースホルダー（将来的な拡張用） */
  /* 
  .footer-qr {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
  }
  */
}