@charset "utf-8";
/* funiシューズボックス index スマホ用 */
/* (X=index Progless ShoesboX=funiシューズボックス 00=予備) */
/* idxbassp.css */
/* 基本レイアウトの定義 */
header {
  width: 100%;
}

main {
  float: none;
  width: 100%;
}

footer {
  float: none;
  width: 100%;
}

/* 導入部 */
/* ショップタイトル */
#header-title {
  margin: .3em auto;
}
.shop-title {
  background-color: #dd7;
  padding: .3em 0;
  width: 100%;
}
h1 {
  text-align: center;
}
.shop-info {
  width: 100%;
}

/* パンくずリスト */
#breadcrumbs-list {
  margin: .3em;
  width: 95%;
}

/*- ヘッダー部 案内ページ行ボタン -*/

.info-link {
  font-size: 93%;
}

/* h2カテゴリー名バー */
.category-title {
  width: 98%;
}

/* idxprbsp.css */
/* funiシューズボックス_index_ショップ特長PRボックス */

#shop-features {
  margin: .2em auto;
}

.shop-features-content {
  font-size: 87%;
  padding: 0 0.5em;
  margin: 0;
}

.shop-features-point {
  margin: .3em auto;
  width: 30%;
}

/* comnewsp.css */
/* 共通一斉お知らせ画像(ニュース） */

.common-news-part {
  width: 48%;
}

/* idxhaisp.css */
/* 家具専用配送便 */
.support-point-list-service {
  width: 100%;
}
.support-point-list-option {
  width: 100%;
}
/* ポップアップ非表示 */

.support-point-part-img-service:hover + .support-point-part-popup-service {
  display: none;
}

.support-point-comment-service:hover .support-point-part-popup-service {
  display: none;
}

.support-point-part-img-option:hover + .support-point-part-popup-option {
  display: none;
}

.support-point-comment-option:hover .support-point-part-popup-option {
  display: none;
}

/* 表示サイズの変更 */
.support-point-part-service {
  display: flex;
  align-items: center;
  height: 90px;
}
.support-point-comment-service {
  height: 90px;
}
.support-point-part-option {
  display: flex;
  align-items: center;
  height: 90px;
}
.support-point-comment-option {
  height: 90px;
}

/* osizmnsp */
/* タイプ別 他サイズメニュー全体 */

.typelist-content {
  width: 98%;
  margin: 0 auto;
  padding: 0;
 }

/* h3タイプ名バー */
.type-title {
  width: 98%;
}

/* タブポップアップ */
.typelist-tab-label:hover .type-digest-popup {
  display: none;
}

/* タブ本文エリア(他サイズメニュー全体) */
.typelist-tab-label {
  border-bottom: 2px solid #7b8d42;
  width: 30%;
}

/* 中分類タイプ説明部 */

.typelist-information {
  width: 100%;
}
.product-image {
  width: 100%;
}
.product-naisun {
  width: 100%;
}
.product-naisun img {
  width: 100%;
}
/* 内寸図オンマウス拡大 */
.product-naisun img:hover {
  transform: none;
}

/* 他サイズメニュー部 */

.typelist-otherSize {
  width: 100%;
}

/* 人用の用をスマホでは表示しない(見やすくする為） */

.otherSize-you {
  display: none;
}
/* ポップアップ非表示 */

.otherSize-menu-htm:hover .otherSize-image-popup {
  display: none;
}
