#ogw-base{
	display:flex;
}

#ogw_top{
    margin: 50px auto;
    text-align: center;
}
#ogw_logo{
	margin:0 auto;
	text-align:center;
}
#ogw_logo .s0{
	fill:#000;
}
#ogw_imgslide{
	width:100%;
}
.ogw-img img{
	height:80vh;
  width: auto;
}
.ogw-img{
}
.ec-searchnavRole{
	color:#333;

}
.fade-line {
    border: none;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
        }
        
.page-list-title{
	font-size: 28px;
    letter-spacing: 3px;
    text-align: center;
    margin: 100px 0 30px;
}

.ec-topicpath{
	letter-spacing:1px;
	font-size:14px;
	color: #333;
}

.ec-topicpath .ec-topicpath__item--active {
    font-weight: normal;
}


/* --------------------------------------------------
 * ブログ/商品紹介
 * -------------------------------------------------- */
 .ogw-blog-container {
    margin: 20px 50px 0;
 	padding:0;
 
 }
.splide__arrow {
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
}

.splide__arrow img {
  width: 40px;
  height: auto;
}
.splide__arrow--prev {
    left: -35px;
}

.splide__arrow--next {
    right: -35px;
}
#ogw-blog-item>li{
	border:solid #d1d5db  1px;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 20px;
    padding: 20px;
}

.ogw-blog-item-thumbnail img{
	width:100%;
}

.ogw-blog-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ogw-blog-item-tags a {
  display: inline-block;
  background-color: #f1f5f9;
  color: #0284c7; 
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
}
.ogw-blog-item-tags a:hover {
  background-color: #e0f2fe;
}


.ogw-list{
    margin: 0 auto 100px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}
.ogw-list .ogw-list_item{
         width: 25%;
}

.ogw-list .ogw-list_item{
    
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;;
}
.ogw-list .ogw-list_item.show{
    opacity: 1;
  transform: translateY(0);
}
    
.ogw-list .ogw-list_item:nth-child(odd) {
    padding: 0 16px;
}
.ogw-list .ogw-list_item:nth-child(even) {
    padding: 0 16px;
}
.ogw-list .ogw-list_item:nth-child(n+5) {
    margin-top: 50px;
}
.ec-shelfGrid .ec-shelfGrid__item img {
    width: 70%;
    margin: 0 auto;
}

.ogw-list_item{
	font-size:13px;
	letter-spacing:1px;
	text-align:center;
}
.ogw-list_item img{
	width:100%;
}
.ogw-list_item p{
	line-height:20px;
	color: #333;
}
.ec-searchnavRole__infos{
	font-size:13px;
	letter-spacing:1px;

}

/* --------------------------------------------------
 * 1. 親階層（カテゴリの分類：大枠）の設定
 * -------------------------------------------------- */
ul.ogw_nav {
    list-style: none;
    padding: 0;    
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-left: 30px;
}

/* 親カテゴリの見出しテキスト */
ul.ogw_nav > li > span.ogw_nav_parent_title {
    display: block;
    padding: 12px 0; /* 上下の余白のみ */
    color: #333333;
    font-weight: bold;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
}

/* --------------------------------------------------
 * 2. 子階層（実際のカテゴリ名）の設定
 * -------------------------------------------------- */
ul.ogw_nav ul {
    list-style: none;
    padding: 0 0 16px 0; /* 子カテゴリ全体の階層の下側に少し余白 */
    margin: 0;
    background: #ffffff; /* 背景は完全に白 */
}

ul.ogw_nav ul li a {
    display: block;
    padding: 8px 12px; /* 左側に少しだけインデント（字下げ） */
    color: #999999;     /* 通常時は少し薄めのグレー */
    font-size: 0.88rem;
    text-decoration: none;
}

/* --------------------------------------------------
 * 3. インタラクション（ホバーで文字が濃くなるだけ）
 * -------------------------------------------------- */
ul.ogw_nav ul li a:hover {
    color: #333333;     /* ホバー時に親カテゴリと同じ濃い色（黒）になる */
    background: none;   /* 背景色の変化はなし */
}

/* =================================
   メニューデザイン
  ================================= */
.gallery-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.filter-header h2 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    margin: 0;
}
#js-clear-all {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #888;
    cursor: pointer;
    font-weight: normal;
}

.ogw_nav_parent_title {
    font-size: 17px;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5px;
    letter-spacing: 3px;
}

.ogw_nav_parent_title::after {
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #888;
    border-right: 2px solid #888;
    transform: rotate(45deg);
    margin-right: 5px;
    transition: transform 0.3s ease;
}


details[open] .ogw_nav_parent_title::after {
  transform: rotate(-135deg);
}

.filter-group label {
    display: flex;
    margin-right: 0;
}

.checkbox-text {
    font-size: 15px;
    margin-left: 15px;
    color: #444;
    display: inline-block;
}

.child-checkbox .filter-check {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.filter-check {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
}
.filter-check:checked {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.filter-check:checked::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

  /* Line-Upの下に置くボタンのデザイン */
  .menu-trigger-btn {
    display: block;
    width: 90%;          /* 画面幅に合わせた程よいサイズ */
    max-width: 400px;    /* 広がりすぎないように制限 */
    margin: 0 auto 30px; /* 中央寄せにして下に余白を作る */
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #ccc; /* 細い線で上品に */
    color: #333;
    font-size: 14px;
    letter-spacing: 0.05em;
    cursor: pointer;
    border-radius: 4px; /* ほんの少し角を丸める（お好みで） */
    transition: background-color 0.2s;
  }

  /* ボタンを押したときの軽い演出 */
  .menu-trigger-btn:active {
    background-color: #f5f5f5;
  }

  /* 左にあったメニューを右側に隠す */
  .ogw-layoutRole_left {
    position: fixed;
    top: 0;
    right: -210px;
    width: 210px;
    height: 100%;
    background: #fff;
    transition: right 0.3s ease;
  }
  
  .filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 998; 
  
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.filter-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* クリック可能にする */
}

/* メニュー全体の基準位置を設定 */
.ec-categoryNaviRole {
    position: relative;
    padding-top: 55px; 
}
/* ボタンを右上に絶対配置 */
#js-menu-close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
}

/* ×ボタン本体のデザイン */
.menu-close-button {
    background: none;
    border: none;           /* 不要な黒枠を完全に消去 */
    outline: none;
    font-size: 32px;        /* 存在感のある大きめのサイズ */
    font-weight: 200;       /* 極細のスタイリッシュな線にする */
    color: #444;            /* 深みのあるグレー */
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

/* マウスを乗せたときの動き */
.menu-close-buttonn:hover {
    opacity: 0.5;           /* ふんわり透明にする */
    transform: scale(1.1);  /* ほんの少しだけ大きくする */
}


/* スマホ用「絞り込み」ボタン */
.filter-sticky-wrapper {
    display: flex;
    justify-content: flex-end;
}

.filter-full-btn {
  width: 100%;
  height: 48px; 
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  
  border: 1px solid #d1d5db; 
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.filter-full-btn.is-fixed {
  position: fixed;
  top: 0;           /* ヘッダーがある場合は headerの高さ（例: 60px）にする */
  left: 0;
  width: 100%;
  border-radius: 0; /* 固定時は画面幅いっぱいにするため角丸を解除 */
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 100;
  padding: 0 16px;  /* 内側の余白調整 */
}

/* スマホ時：画面外にドロワーとして隠す */
.filter-sidebar {
  position: fixed;
  top: 0;
  right: -100%; /* 画面の右外に隠す */
  width: 85%;    /* スマホ画面の85%を占める横幅 */
  max-width: 340px;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  overflow-y: auto; /* 長いメニューはスクロール可能に */
  padding: 20px;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease; /* スッと動くアニメーション */
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  box-sizing: border-box;
}

/* JSで開いたときの状態 */
.filter-sidebar.is-open {
  right: 0;
  z-index: 9999;
}


/* ===================================
   PC向けの設定
   =================================== */
@media screen and (min-width: 1024px) {
  .filter-sticky-wrapper {
    display: none;
  }

  .menu-close-button {
    display: none;
  }

  .filter-sidebar {
    position: static; /* fixedを解除 */
    width: 250px;     /* PCでの幅指定 */
    height: auto;
    box-shadow: none;
    transition: none;

  }
  
.gallery-container {
	flex-direction: row;
	align-items: flex-start;
	margin: 20px 50px 0;
}
      .gallery-main {
        flex: 1;
        min-width: 0;
    }
}
/* ==========================================
   SHOP情報
   ========================================== */
.shop-info-section {
  padding: 60px 20px;
  background-color: #ffffff;
}

.shop-info-container {
  display: flex;
  max-width: 1000px; 
  margin: 0 auto;
  gap: 50px;     
  align-items: center;
}

/* ==========================================
   左側：写真の調整
   ========================================== */
.shop-info-image {
  flex: 1;
}

.shop-info-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* 画像の比率を保ったまま綺麗に収める */
}

.shop-info-details{
	letter-spacing:2px;
}
.info-row {
  display: flex;
  margin-bottom: 20px; /* 行ごとの隙間 */
}

.info-row dt {
  width: 100px;
  flex-shrink: 0;
  font-size: 13px;
}

.info-row dd {
  flex: 1;   
  margin-left: 0;
  color: #333;
  font-size: 15px;
}

/* ==========================================
   スマホ・タブレット用のレスポンシブ対応（画面幅 768px 以下）
   ========================================== */
@media screen and (max-width: 768px) {
  .shop-info-container {
    flex-direction: column; 
    gap: 30px; 
  }

  .shop-info-image, 
  .shop-info-details {
    width: 100%;
  }

  .shop-name {
    margin-bottom: 50px; 
  }
}


.btn-map-simple {

	margin-top:10px;
	
    /* aタグをボタン化する必須設定 */
    display: inline-block;
    text-decoration: none;
    
    /* サイズと余白 */
    min-width: 240px;          /* ボタンの横幅（文字量に合わせて調整可） */
    padding: 14px 30px;        /* 上下の余白、左右の余白 */
    box-sizing: border-box;
    text-align: center;
    
    /* 文字とデザイン */
    font-size: 14px;
    letter-spacing: 0.05em;     /* 文字の間隔を少しあけて上品に */
    color: #333333;             /* 文字の色 */
    background-color: #ffffff;  /* 背景色 */
    border: 1px solid #333333;  /* 黒系のシャープな枠線 */
    border-radius: 4px;         /* 角をほんの少しだけ丸く */
    

}
