/* カスタマイズ用CSS */
/* 基準色：#AE0600 */


/*ヘッダーのカート価格を消す----------*/
.ec-headerNaviRole{
	padding: 0 20px 0px;
}
.ec-headerNaviRole img {
	width: 400px;
 	max-width: 100%;
	height: auto;
}
.ec-headerRole{
	display: none;
}
.ec-headerTitle .ec-headerTitle__title a {
	margin-bottom: 0px;
}
.ec-headerTitle__title img{
	width: 80%;
	height: auto;
}
@media all and (max-width:768px){
	.org_logo{
		display: none;
	}
	.ec-headerRole{
		display: inline;
	}
}
.ec-cartNavi__label{
	display: none;
}
  .ec-cartNavi {
    display: flex;
    justify-content: space-between;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 16px 17px 10px;
    width: auto;
    min-width: 30px;
    height: 44px;
    white-space: nowrap;
    cursor: pointer;
    background: #f8f8f8;
  }

/*メイン画像----------*/
.org_main-visual {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
}
.org_bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.org_overlay-image {
  position: absolute;
  width: 305px;
  height: 218px;
  top: 50%;
  left: calc(50% - 545px);
  transform: translateY(-50%);
}
@media (max-width: 1090px) {
  .org_overlay-image {
    left: calc(50% - 152.5px); /* 横中央に配置：305px/2 = 152.5px */
  }
}
@media (max-width: 767px) {
  .org_bg-image {
    width: auto;
    height: 100%;
    min-height: 100%;
    min-width: auto;
  }
}

/*お店の概要----------*/
.org_gaiyo_strawberry-section {
  background-color: #AE0600;
  margin-bottom: 30px;
  padding: 70px 0;
  width: 100%;
  color: white;
}
.org_gaiyo_content-wrapper {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0px; /* モバイル時余白対応 */
}
@media (max-width: 1090px) {
	.org_gaiyo_content-wrapper {
	  max-width: 100%;
	  padding: 0 20px; /* モバイル時余白対応 */
	}
}

.org_gaiyo_title {
  font-size: 64px;
  font-weight: bold;
	font-style: italic;
  line-height: 1.2;
  margin: 0;
}
.org_gaiyo_text-and-button {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 18px; /* 36pt ≒ 48px */
}
.org_gaiyo_description {
  font-size: 24px;
  line-height: 1.6;
  flex: 1 1 600px;
  margin: 0;
}

.org_gaiyo_view-button {
  display: inline-block;
  width: 200px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border: 1px solid white;
  background-color: #AE0600;
  color: white;
	font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: border-width 0.3s;
}

.org_gaiyo_view-button:hover {
  border-width: 2px;
}

@media (max-width: 768px) {
	.org_gaiyo_strawberry-section {
	  margin-bottom: 40px;
	  padding: 40px 0;
	}
	.org_gaiyo_content-wrapper {
	  max-width: 100%;
	}
  .org_gaiyo_text-and-button {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .org_gaiyo_view-button {
    margin-top: 20px;
  }
	.org_gaiyo_title {
	  font-size: 30px;
	  font-weight: bold;
	  line-height: 1.2;
	  margin: 0;
	}
	.org_gaiyo_description {
	  font-size: 16px;
	  line-height: 1.6;
  		flex: none;
	}
}

/*NEWS----------*/
  .ec-newsRole {
    padding: 60px 0 0;
  }
  .ec-newsRole .ec-newsRole__news {
    border-top: 1px solid #000000;
	border-right: 0px;
	  border-left: 0px;
    border-bottom: 1px solid #000000;
    padding: 5px 0px;
  }
  .ec-newsRole .ec-newsRole__newsItem:last-of-type {
    margin-bottom: 0;
  }
  .ec-newsRole .ec-newsRole__newsItem {
    padding: 20px 0;
  }
  .ec-newsRole .ec-newsRole__newsHeading {
    display: flex;
  }
  .ec-newsRole .ec-newsRole__newsDate {
    display: inline-block;
    margin: 0;
    min-width: 120px;
    font-size: 14px;
  }
  .ec-newsRole .ec-newsRole__newsColumn {
    display: inline-flex;
    min-width: calc(100% - 120px);
  }
  .ec-newsRole .ec-newsRole__newsTitle {
    margin-bottom: 0;
    line-height: 1.8;
  }
  .ec-newsRole .ec-newsRole__newsDescription {
    margin: 20px 0 0;
    line-height: 1.8;
  }
  .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    margin: 20px 0 0;
  }
.org_ec-secHeading__en{
	font-size: 42px;
	font-weight: bold;
	color: #000000;
}
@media (max-width: 768px) {
	.org_ec-secHeading__en{
		font-size: 30px;
	}
}
.org_ec-secHeading{
	margin-bottom: 10px;
}

/*おすすめ商品----------*/
.org_osusume_recommend-section {
  padding: 80px 0;
  background-color: #fff;
}
.org_osusume_inner {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 20px;
}
.org_osusume_recommend-title {
	color: #000;
  font-size: 42px;
  font-weight: bold;
  text-align: left;
}
/* グリッド基本 */
.org_osusume_product-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
/* 商品ブロック全体をリンク */
.org_osusume_product-item {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}
/* 画像拡大エリアを囲む */
.org_osusume_image-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
}
/* 画像 */
.org_osusume_product-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.org_osusume_product-item:hover img {
  transform: scale(1.05);
}
.org_osusume_product-name {
  margin-top: 10px;
  font-size: 16px;
  text-align: left;
  transition: text-decoration 0.3s;
}
.org_osusume_product-item:hover .org_osusume_product-name {
  text-decoration: underline;
}
.org_osusume_product-price {
  margin-top: 2pt;
  font-size: 18px;
  text-align: left;
}
.org_osusume_product-price .tax {
  font-size: 14px;
}
.org_osusume_btn{
	margin-top: 50px;
	text-align: center;
}
@media (max-width: 1024px) {
  .org_osusume_recommend-title {
    font-size: 36px;
  }
  .org_osusume_product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media (max-width: 767px) {
  .org_osusume_recommend-title {
    font-size: 30px;
  }
  .org_osusume_product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    justify-items: center;
  }
}

/*画像挿入----------*/
.org_img_hero-section {
  position: relative;
  height: 58vw; /* ← 高さを画面幅に応じて可変 */
  max-height: 580px;
  min-height: 300px;
  background-image: url('../img/haikei_ichigo.png'); 
  background-size: cover; /* 全体をカバーする（境目隠し） */
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
.org_img_hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.org_img_hero-title {
  color: #AE0600;
  font-size: clamp(36px, 6vw, 64px);
  font-weight: bold;
  margin-bottom: 10px;
}
.org_img_strawberry-box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: clamp(20px, 5vw, 30px) 0;
  width: clamp(260px, 50vw, 460px);
}
.org_img_strawberry-text {
  color: #AE0600;
  font-size: clamp(32px, 6vw, 64px);
  font-weight: bold;
  margin: 0;
}

/*カテゴリー----------*/
.org_catego_category-section {
  padding: 80px 0;
  background-color: #fff;
}
.org_catego_inner {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 20px;
}
.org_catego_category-title {
  font-size: 42px;
  font-weight: bold;
  text-align: left;
	color: #000000;
}
.org_catego_category-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
}
.org_catego_category-item {
  text-decoration: none;
  color: inherit;
  display: block;
  text-align: center;
}

/* ★ここで画像エリア全体を横幅に応じて可変に */
.org_catego_image-wrap {
  width: 100%;
  aspect-ratio: 530 / 140; /* 高さ比固定、縮小可 */
  overflow: hidden;
}

/* ★画像を縮小表示しつつ必ず全体表示 */
.org_catego_image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* ← 切れずに全体が見える */
  object-position: center;
  transition: transform 0.3s ease;
}

.org_catego_category-item:hover img {
  transform: scale(1.05);
}

.org_catego_category-name {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .org_catego_category-title {
    font-size: 30px;
  }
  .org_catego_category-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .org_catego_category-name {
    font-size: 15px;
  }
}


/*店舗案内----------*/
.org_tenpo_intro-section {
  padding: 80px 0;
  background-color: #fff;
}
.org_tenpo_inner {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 20px;
}
.org_tenpo_intro-content {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.org_tenpo_intro-image {
  flex: 1;
  min-width: 300px;
  max-width: 420px;
}
.org_tenpo_intro-image img {
  width: 100%;
	max-width: 420px;
  height: auto;
  display: block;
}
.org_tenpo_intro-text {
  flex: 1;
  min-width: 280px;
  max-width: 100%;
}
.org_tenpo_intro-text h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: bold;
  margin-bottom: 20px;
}
.org_tenpo_intro-desc {
  font-size: clamp(16px, 2vw, 24px);
  margin-bottom: 40px;
  line-height: 1.6;
}
@media (max-width: 1000px) {
	.org_tenpo_intro-content {
	  gap: 50px;
	}
}
@media (max-width: 767px) {
  .org_tenpo_intro-content {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: center;
  }
}















/*フッター----------*/
.org_ec-footerRole{
	width: 100%;
	margin: 50px 0 0;
	padding: 30px 0 0;
	background-color: #F2F2F2;
	font-size: 16px;
}
.ec-footerRole__inner{
  width: 1090px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.org_ec-footerTitle,
.org_ec-footerMenu {
  width: 48%;
}
.org_ec-footerMenu{
	margin-top: 40px;
}
.org_ec-footerTitle__logo img {
  display: block;
  margin-bottom: 30px;
}
.footer-address {
  margin-bottom: 10px;
}
.footer-tel {
  margin-bottom: 30px;
}
.footer-tel a{
  color: #616471;
}
.footer-sns {
  list-style: none;
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
}
.footer-sns li {
  display: inline-block;
}
.org_ec-footerNavi {
  list-style: none;
  padding: 0;
  margin: 0;
}
.org_ec-footerNavi__link {
  margin-bottom: 30px;
}
.org_ec-footerNavi__link a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
.org_ec-footerTitle__copyright{
	width: 100%;
	margin: 70px 0 0;
	padding: 20px 0;
	background-color: #AE0600;
	color: #FFFFFF;
	text-align: center;
}
@media all and (max-width:1130px){
	.ec-footerRole__inner{
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 768px) {
  .ec-footerRole__inner {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }

  /* メニューを上、ロゴ側を下 */
  .org_ec-footerMenu {
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .org_ec-footerTitle {
    order: 2;
    width: 100%;
    text-align: center;
  }

  /* ★ ロゴ画像を中央に */
  .org_ec-footerTitle__logo a {
    display: inline-block;
  }

  .org_ec-footerTitle__logo img {
    margin: 0 auto 30px auto;
    display: block;
  }

  .footer-sns {
    justify-content: center;
  }

  .org_ec-footerNavi__link {
    margin-bottom: 20px;
  }
}

/*ページトップボタン*/
.custom-pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #AE0600;
  border-radius: 50%;
  background-color: #fff;
  color: #AE0600;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  text-decoration: none;
}
.custom-pagetop svg {
  width: 24px;
  height: 24px;
}


/*下層ページのヘッダー下の線　<div class="org_red-line"></div>*/
.org_red-line {
  width: 100%;
  height: 2px;
  background-color: #AE0600;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	.org_red-line {
		display: none;
	}
}

/*スマホハンバーガー表示の色*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: #AE0600;
  color: #fff;
}
.ec-drawerRole .ec-headerLinkArea {
  background: #AE0600;
}
.ec-drawerRole {
  background: #AE0600;
}

/* ボタン */
.org_all-button {
  display: inline-block;
  width: 200px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  background-color: #AE0600;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: 
    transform 0.3s,
    border-color 0.3s;
}
.org_all-button:hover {
  box-shadow: 0 0 0 2px #AE0600;
  transform: scale(1.01);
}

/*カレンダー ----- */
.ec-secHeading{
	width: 100%;
}
.ec-secHeading .ec-secHeading__en {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
	color: #525263;
}
@media (max-width: 767px) {
  .ec-secHeading .ec-secHeading__en {
    font-size: 30px;
  }
}
.ec-calendar table{
	width: 47%;	
}
@media (max-width: 1100px) {
	.ec-calendar table{
		width: 46%;	
	}
	.ec-calendar{
		width: 100%;
	}
	.ec-role{
		width: 100%;
	}
}
@media (max-width: 1050px) {
	.ec-calendar table{
		width: 46%;	
	}
}
@media (max-width: 1000px) {
	.ec-calendar table{
		width: 46%;	
	}
}
@media (max-width: 900px) {
	.ec-calendar table{
		width: 45%;	
	}
}
@media (max-width: 768px) {
	.ec-calendar table{
		width: 100%;	
	}
}

/*アニメーション下からふわっと ----- */
.fade-up {
  opacity: 0;
  transform: translateY(50px); /* 移動量も少し増やすとゆったり感アップ */
  transition: opacity 1.5s ease, transform 1.5s ease; /* ← 時間を1.2秒に延長 */
  will-change: opacity, transform;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
