/* 検索窓デザイン指定　■■■■■　*/
.search {
  margin: 80px auto;     /* 全体の上下マージンや中央寄せ */
  text-align: center;    /* 中央揃え */
  font-size: 18px;       /* 文字サイズ */
}

/* テキスト入力欄 */
.search input[type="text"] {
  width: 320px;          
  height: 40px;          
  box-sizing: border-box;
  padding: 0 8px;        /* 入力しやすいよう余白 */
  margin-right: 8px;     /* ボタンとの間に少し余白 */
  font-size: 14px;       
  border: 2px solid #999;/* 2pxの太めの枠線 */
  border-radius: 4px;
  background-color: #f0f8ff; 
}

/* 検索ボタン */
.search input[type="submit"],
.search button {
  height: 40px;           /* テキスト入力欄と高さを合わせる */
  padding: 0 20px;        /* 横余白を少し広げて大きめに */
  font-size: 18px;
  font-weight: bold;
  color: #fff;            /* 文字色は白 */
  background-color: #003399; /* 濃いめの青 */
  border: none;
  border-radius: 4px;
  cursor: pointer;        /* ポインタを指アイコンに */
  transition: background-color 0.3s;
}

/* ホバー時にやや明るい青へ */
.search input[type="submit"]:hover,
.search button:hover {
  background-color: #0044cc;
}


/* 検索窓デザイン指定　■■■■■　*/

/* 中央ブロック内のメインコンテンツ */
.main-content {
  display: inline-block;   /* コンテンツを中央揃え */
  padding: 20px;           /* 必要に応じて調整 */
  background-color: #f0f0f0; /* 背景色を設定 */
  border-radius: 8px;      /* 角丸にしたい場合 */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* 影を追加して立体感を */
}

/* スライダーの中央揃えと幅設定 */
.slider {
  width: 800px; /* スライダーの希望する幅 */
  margin: 0 auto; /* 中央に配置 */
}

/* スライダー内の画像のサイズを統一 */
.slider img {
  width: auto; /* 幅を自動調整 */
  height: auto; /* 画像の高さを統一 */
  object-fit: fill; /* 画像を枠にフィットさせ、切り抜き */
}

.bx-pager {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  left: -1px !important;
  border: 1px solid #b2a487 !important;
  margin: 0 auto !important;
  background: #fff;
}

.bx-pager-item {
  visibility: hidden;
}

/* frees pace */
.news {
  border-style: double none;
  /*border-color: #b2a487;*/
  max-width: 900px;
  padding: 18px 0 10px 0;
  margin: 0 auto;
  margin-top: 5em;
}

.news-inner {
  max-width: 1050px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  padding-left: 5px;
  color: #5d5d5d;
}

.free-space {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-left: 5px;
  color: #5d5d5d;
}

/* recommernd */
.recommend-items {
  margin-top: 3em;
}

/*　new_items */
.new_item-items {
  margin-top: 3em;
}
/*slider*/
.slider {
  margin-top: 5px;
  display: block;
  margin: 0 auto;
}

.bx-pager {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  left: -1px !important;
  border: 1px solid #b2a487 !important;
  margin: 0 auto !important;
  background: #fff;
}

.bx-pager-item {
  visibility: hidden;
}

/* frees pace */
.news {
  border-style: double none;
  /*border-color: #b2a487;*/
  max-width: 900px;
  padding: 18px 0 10px 0;
  margin: 0 auto;
  margin-top: 5em;
}

.news-inner {
  max-width: 1050px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  padding-left: 5px;
  color: #5d5d5d;
}

.free-space {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-left: 5px;
  color: #5d5d5d;
}

/* recommernd */
.recommend-items {
  margin-top: 3em;
}

/*　new_items */
.new_item-items {
  margin-top: 3em;
}
@media (max-width: 581.99px) {
  .prd-lst.row {
    display: block!important;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 582px) {
 .pc-none{
    display: none;
  }
}
@media (max-width: 581.99px) {
 .sp-none{
    display: none;
  }
}
/*　season-newyear */
.season-newyear img {
	width: 50%;
}
@media screen and (max-width: 581.99px) {
	.season-newyear img {
	width: 100%;
}
}


/*　2026/08/06 */ 
.top-shopping-guide {
  max-width: 1100px;
  margin: 0 auto 36px;
}

.top-free-shipping {
  background: #1f5fa8;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 8px 12px;
  font-size: 15px;
}

.top-purpose-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.top-purpose-links a {
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  color: #0068a8;
  text-align: center;
  text-decoration: none;
  padding: 12px 8px;
  font-weight: bold;
  border-radius: 4px;
}

.top-purpose-links a:hover {
  background: #f5fbff;
}

@media screen and (max-width: 640px) {
  .top-purpose-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

.top-purpose-links {
  margin-bottom: 28px;
}

/*　おすすめ商品カード整理　*/
.recommend-items .prd-lst-unit {
  display: flex;
}

.recommend-items .unit-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.recommend-items .prd-lst-img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  background: #fff;
}

.recommend-items .prd-lst-name {
  min-height: 56px;
}

.recommend-items .prd-lst-price {
  margin-top: auto;
}

.top-recommend-lead {
  text-align: center;
  margin: -10px 0 28px;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}