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

  body {
  overflow-y: scroll !important;
  position: relative;
}
	
	header {
    padding: 2vh 4vw;
    flex-wrap: wrap;
		z-index:999 !important;
  }
	  /* H2共通設定 */
  h2 {
    font-size: 8vw;
  }
	
  header.scrolled {
     padding: 1vh 2vw;
  }
	
  .logo-wrapper {
    max-width: 50vw;
  }
  .logo {
    width: 100%;
    height: auto;
  }
  .header-right {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    max-width: 40vw;
  }
  .hamburger {
    width: 70px;
    height: 70px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: transparent;
  }
  .hamburger span {
    width: 60%;
    height: 2px;
    background: #000;
    margin: -3px 0;
    display: block;
  }
  .menu-label {
    position: absolute;
    bottom: -2.5vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5vw;
    font-weight: bold;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    white-space: nowrap;
  }
  .instagram-icon {
    width: 10vw;
    height: 10vw;
    font-size: 8vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
  }
  .visual-text {
    font-size: 4vw;
    width: 90vw;
    max-width: 90vw;
    padding: 0 5vw;
  }
  .notice {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(207, 0, 0, 0.9);
    color: #fff;
    font-size: 3vw;
	 font-weight: 700px;
    line-height: 100%;
    text-align: center;
    padding: 2vw 2vw;
    z-index: 999;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    max-width: 600px;
    height: auto;
    flex-wrap: nowrap;
  }
  .notice-icon.left, .notice-icon.right {
    width: 6vw;
    height: 6vw;
  }
  .notice-icon {
    flex-shrink: 0;
  }
  .notice-text {
    flex: 1;
    padding: 0 2vw;
    text-align: center;
  }
  .external-link {
    position: fixed;
    bottom: 80px; /* ← 元が10pxなら、上に移動してnoticeと被らないように */
    right: 10px;
    width: 120px;
    height: auto;
    z-index: 1001; /* ← noticeのz-index: 999より大きく */
  }
  .responsive-break::after {
    content: "\A";
    white-space: pre;
    display: block;
  }
	
  #animatedText {
    font-size: 7vw;
    text-align: center;
    line-height: 1.6;
    white-space: normal;
    width: 90vw;
    max-width: 800px;
    padding: 0 5vw;
    word-break: break-word;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #C71A1A;
    font-family: "Kaisei Decol", serif;
    font-weight: 700;
    z-index: 5;
    text-shadow:
      0 0 2px #ffffff, 0 0 4px #ffffff, 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 2px 0 2px #ffffff, -2px 0 2px #ffffff, 0 2px 2px #ffffff, 0 -2px 2px #ffffff;
  }
	
	
	
.section-about {
  position: relative;
  z-index: -2;
  background-color: #fff;
background-size:  160% auto; 
  width: 100%;
  padding: 50px 10px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
	align-items: center;
	
	height: 1100px;
  padding-top: 300px;
	}

  .section-about h2 {
    font-size: 5vw; /* 例: 20px前後 */
    margin: 30px 0;
    text-align: center;
  }

   .section-about p {
    font-size: 4vw;
    line-height: 1.8;
    padding: 1em;
    text-align: left;
    max-width: 100%;
     border-radius: 5px;
  }
	
	 .instagram-feed-section {
    padding: 10vw 5vw;
    text-align: center;
		 overflow: visible;
  }
	
	
	.instagram-feed-section,
.instagram-feed-section * {
  overflow: visible !important;
}

  .instagram-feed-section h2 {
    font-size: 8vw;
    margin-bottom: 2vw;
  }

  .instagram-feed-section .section-subtitle {
    font-size: 4vw;
    margin-bottom: 6vw;
  }

  .instagram-feed {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    justify-content: center;
  }

  .instagram-feed .instagram-post {
    width: 45vw;
    height: auto;
  }

  .instagram-feed .instagram-post img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

	.whats-new {
    padding: 10vw 5vw;
  }

  .whats-new__title {
    font-size: 8vw;
    margin-bottom: 2vw;
    text-align: center;
  }

  .whats-new__subtitle {
    font-size: 4vw;
    margin-bottom: 5vw;
    text-align: center;
  }

  .whats-new__list {
    display: flex;
    flex-direction: column;
    gap: 5vw;
    align-items: center;
  }

  .news-item {
    width: 90%;
    max-width: 90vw;
  }

  .news-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .news-date {
    font-size: 3.5vw;
    margin-top: 2vw;
  }

  .news-title {
    font-size: 4vw;
    font-weight: bold;
    margin-top: 1vw;
  }
	
.strawberry-item {
    flex-direction: column-reverse !important; 
    gap: 20px;
    align-items: center;
    text-align: center;
  }

  .strawberry-image,
  .strawberry-text {
    width: 100%;
    flex: none;
  }

   .strawberry-image img {
    width: 90%;
    max-width: 500px;
    height: auto;
    display: block;
  }

   .section-title-group {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 2vw;
  }

  .section-title-group .section-title {
    font-size: 8vw;
    margin-bottom: 3vw;
  }

  .section-title-group .section-subtitle {
    font-size: 4.5vw;
  }

   .strawberry-text-inner p {
    font-size: 4vw;
    padding: 0 3vw;
	  text-align: left;
  }

  .strawberry-text-inner h3 {
    font-size: 5vw;
  }
	
.auto-slider-section {
  padding: 20px 0;
	height: 455px;
}

.auto-slider {
  width: 100%;
  overflow: hidden;
}

.auto-slider-track {
  display: flex; /* ← これが必要 */
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px; /* ← 画像の間隔を狭く */
  justify-content: flex-start;
  padding: 10px; /* 任意：左右にも少し余白 */
}

.auto-slide {
  width: 50vw;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 10px;
  margin: 0; /* ← 不要なマージン削除 */

}

.auto-slide img {
  width: 100%;
  height: 60%;
  object-fit: cover;
  border-radius: 10px;
}
	
.gift-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
  max-width: 90vw;
 height: 100%;
	z-index:-2;
}

	
	.gift-text {
  text-align: center;
  padding: 0 10px;
}

.gift-thumbnail img {
  width: 50vw;
  height: auto;
  border-radius: 10px;
}

.gift-content {
  width: 100%;
  padding: 20px;
  position: relative;
  background-size: cover;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; /* 要素間の余白をしっかり取る */
}


  .gift-thumbnail {
    display: block;
    position: static; /* 相対位置の解除で重なりを回避 */
    margin: 0px auto;
    text-align: center;
    z-index: 1;
  }



  .gift-content::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: url("../image/background3.jpg") no-repeat center center;
    background-size: cover;
    filter: blur(3px);
    z-index: -1;
  }


  .gift-text h2 {
    font-size: 10vw;
    margin-bottom: 15px;
  }

  .gift-text p {
    font-size: 4vw;
    margin-bottom: 15px;
  }

  .gift-button {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 15px 30px;
    font-size: 4vw;
    border-radius: 25px;
    background-color: #B1BB23;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    position: static;
    transform: none;
  }

  .gift-button:hover {
    background-color: #656B10;
  }
	
	.picking-info__container {
    flex-direction: column;
    gap: 5vw;
  }
	
	.reservation-section {
    height: auto;
    padding: 40px 0;
		margin: 0;
  }

  .reservation-container {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    gap: 30px;
  }

  .reservation-left,
  .reservation-center,
  .reservation-right {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .reservation-button {
    font-size: 18px;
    padding: 15px 30px;
  }

  .reservation-title {
    font-size: 8vw;
  }

  .reservation-subtitle,
  .reservation-text {
    font-size: 4.5vw;
  }
	
	.picking-info {
  background-color: #F6F6F6;
  padding: 100px 0 50px;
  width: 100%;
	margin: 100px auto px;}

  .picking-info__column.left,
  .picking-info__column.right {
    width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
	  margin-bottom: 50px
  }

  .picking-info__divider {
    display: none;
  }

  .plan-wrapper {
    max-width: 90%;
    margin: 0 auto;
  }

 .plan-block h3 {
  font-size: 5vw;
  padding: 2vw 5vw;
  margin-bottom: 3vw;
  display: inline-block; 
  white-space: nowrap;  
  text-align: center;
}

  .plan-block p {
    font-size: 4vw;
    line-height: 1.8;
  }

  .section-title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }

  .section-subtitle {
    font-size: 3.5vw;
    margin-bottom: 5vw;
    font-weight: bold;
	  margin-bottom: 50px;
  }
	
	.info-box {
  font-size: 3.5vw;          /* 小さめ文字サイズ */
  line-height: 1.6;
  width: 100%;               /* 横幅いっぱい */
  padding: 3vw;
  box-sizing: border-box;
  text-align: center;

}
	
.reserve-button {
    width: 140px;
    height: 140px;
    bottom: 80px;
    right: 10px;
  }

  .reserve-rotating-bg {
    width: 140px;
    height: 140px;
  }

  .reserve-text-main {
    font-size: 0.9rem;
  }

  .reserve-text-sub {
    font-size: 0.6rem;
    margin-top: 4px;
  }


	 .access-content {
    display: flex;
    flex-direction: column;
    gap: 5vw;
    align-items: center;
  }

  .access-left,
  .access-right {
    width: 100%;
    text-align: center;
  }

  .map-frame iframe {
    width: 100%;
    height: 60vw;
  }

  .address {
    font-size: 4vw;
    margin: 3vw 0;
  }

  .access-info p {
    font-size: 3.8vw;
    line-height: 1.6;
    margin: 3vw 0;
    padding: 0 4vw;
    text-align: left;
  }

  .map-link {
    display: inline-block;
    font-size: 4vw;
    margin-top: 2vw;
    color: #C71A1A;
    font-weight: bold;
    text-decoration: underline;
  }
	
	.qa-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
	
		.qa-section {
 width: 100%;
  padding: 0px 0px 150px;
  background-color: #ffffff;
z-index: 0;
	position: relative;
  }

  .qa-image {
    display: none; /* 画像は非表示に */
  }

  .qa-accordion {
    width: 100%;
    padding: 0 4vw;
  }

  .accordion-button {
    width: 100%;
    text-align: left;
    font-size: 4vw;
    padding: 3vw 4vw;
    border: none;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-weight: bold;
  }

  .accordion-content {
    padding: 3vw 4vw;
    font-size: 3.6vw;
    line-height: 1.6;
    display: none;
  }

  .accordion-item.active .accordion-content {
    display: block;
  }
	
	
	/* === Contact Section === */
  .contact-section .container {
    padding: 0 5vw;
  }

  .contact-section .section-title {
    font-size: 8vw;
  }

  .contact-section .section-subtitle {
    font-size: 4.5vw;
    margin-bottom: 6vw;
  }

  .contact-form .form-group {
    margin-bottom: 6vw;
  }

  .contact-form label {
    display: block;
    margin-bottom: 2vw;
    font-size: 4vw;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    font-size: 4vw;
    padding: 2.5vw;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .contact-form textarea {
    height: auto;
  }

  .form-button {
    text-align: center;
    margin-top: 6vw;
  }

  .form-button button {
    padding: 3vw 6vw;
    font-size: 4vw;
    background-color: #C71A1A;
    color: #fff;
    border: none;
    border-radius: 30px;
  }

  .required {
    background-color: #CF0000;
    color: #fff;
    font-size: 3vw;
    padding: 0.2em 0.5em;
    border-radius: 4px;
    margin-left: 1vw;
  }

  /* === Footer Section === */
  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6vw;
    padding: 5vw;
	   min-height: 200px
  }

  .footer-column {
    width: 100%;
    text-align: center;
  }
	
	 .footer-column.left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }

	.footer-slide-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
		padding: 0px;
}
	
  .footer-column.right {
    margin-top: 0px; /* コピーライトとの間を少し狭める */
    font-size: 3vw;
    text-align: center;
	  width: 100%; 
	  min-height: 10px !important;	
  }
	
	
	
  .footer-logo-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vw;
  }

  .footer-logo {
    width: 50vw;
    height: auto;
  }

  .footer-info-text {
    font-size: 3.5vw;
    line-height: 1.7;
	  margin-bottom: 2vw;
  }

  .footer-instagram {
    display: none !important;
  }



.footer-column .copyright {
  font-size: 3.5vw;
  margin-top: 0; /* ← 上マージン不要なら0に */
  text-align: center; /* ← 中央揃え */
  width: 100%; /* 念のため指定 */
	
}
	
	.background-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  z-index: 1;
  overflow: hidden;
	  pointer-events: none;
  touch-action: none; /* ←モバイルでのスクロールブロック回避 */
}

	.instagram-feed-wrapper {
    margin-bottom: 60px;
  }
	
.br-sp {
        display: block;
    }
	
}

@media (max-width: 768px) {
  .instagram-feed-wrapper .sbi_item {
    width: 48%;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .instagram-feed-wrapper .sbi_item {
    width: 100%;
  }
