@charset "UTF-8";
.top-mv-wrapper {
  position: relative;
  overflow: hidden;
}

.top-mv-video {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-mv-video video.mp-video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* 画面幅960px以下のとき：高さ制限してフィット */
@media (max-width: 960px) {
  .top-mv-wrapper {
    height: 60vh;
  }
  .top-mv-video {
    height: 100%;
  }
  .top-mv-video video.mp-video {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}

@media (max-width: 560px) {
  .top-mv-wrapper {
    height: 77vh;
  }
  .top-mv-video {
    height: 100%;
  }
  .top-mv-video video.mp-video {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
/*インスタ幅*/
.wp-instagram{
	width: 1370px;
	margin: auto;
}
@media (max-width: 1400px) {
	.wp-instagram{
		width: 100%;
		margin: auto;
	}
}

/*ページを増やしたときのメイン画像*/
.page-title-wrapper._web_kiyaku {
  background-image: url(../images/page_mv_web_kiyaku.jpg);
}


/*タグ変更*/
.archive-sidebar-wrapper{}
.archive-sidebar-title{
	font-size: 24px;
}
.tag-list{}
.tag-list ul{
	border: 0;
}
.tag-list li{
	border: 1px solid #cccccc;
	border-radius: 20px;
	padding: 10px 20px;	
	margin-bottom: 10px;
	margin-left: 5px;
	color: #646464;
	width: auto;
	display: inline-block;
}
.tag-list a{
	color: #646464;
}
.cat-item::before {
  content: "#";
  color: #1e7828;
}
.cat-item{
}

.archive-sidebar-wrapper ul.children{
	display: none;
}
/*インスタリンク止める*/
.sb_instagram a {
  pointer-events: none;
}

/* =====================
   お取り寄せ一覧
===================== */
.text-ind{
	padding-left: 1em;
	text-indent: -1em;
}
.otoriyose-box {
  width: 100%;
  margin: 0 auto;
}

/* ===== 一覧（中央寄せ対応） ===== */
.otoriyose-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 36px;
  width: 100%;      /* 3列時の横幅制御 */
  margin: 0 auto 48px;
  padding: 0;
  list-style: none;
}

/* ===== カード ===== */
.otoriyose-list li {
  border: 1px solid #b2b2b2;
  padding: 20px 16px 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 浮き上がり */
.otoriyose-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* リンク */
.otoriyose-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

/* ===== 画像 ===== */
.otoriyose-list img {
  width: 100%;
  max-width: 480px;
  transition: transform 0.3s ease;
  display: block;
  margin: 0 auto;
}

/* ===== 店名 ===== */
.otoriyose-list p {
  margin: 20px 0;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

/* 文字ホバー */
.otoriyose-list a:hover p {
  color: #0a8f3c;
  font-weight: 700;
}

/* ===== 下の説明文 ===== */
.otoriyose-note {
  line-height: 1.8;
  margin-bottom: 10px;
  padding-top: 16px;
}
.otoriyose-note2 {
  line-height: 1.8;
}
.otoriyose-list, .more-btn {
	margin: auto;
}
/* =====================
   レスポンシブ
===================== */

/* タブレット */
@media screen and (max-width: 1024px) {
  .otoriyose-list {
	  grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* スマホ */
@media screen and (max-width: 600px) {
  .otoriyose-list {
    gap: 24px;
  }

  .otoriyose-list p {
    font-size: 15px;
  }
}
