@charset "utf-8";
/*///////////////////////////////////////////////////////////

  家具詳細

//////////////////////////////////////////////////////////*/
/* ===========================================================
  商品情報BOX（商品名?キャンペンバナーまで）
===========================================================*/
#contents_wide {
  width: 750px;
  padding-right: 43px;
  color: #111;
  font-family: verdana, meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#item_box {
  margin: 35px 0 0 0;
  font-size: 12px;
}
#item_box img {
  vertical-align: bottom;
}
/* ===========================================================
  商品名
===========================================================*/
#item_name {
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: #fafafa;
}
#item_name .name {
  display: flex;
  align-items: center;
  border-radius: 1px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}
#item_name .name-note {
  margin-left: auto;
  font-size: 11px;
  font-weight: normal;
}
/* ===========================================================
  商品メイン情報BOX（商品イメージ?SNSボタンまで）
===========================================================*/
#item_box #item_summary {
  margin-bottom: 50px;
  padding: 20px 0 0 0;
}
/* ===========================================================
  商品メイン情報　左カラム
===========================================================*/
#item_box #item_summary .left {
  float: left;
  width: 452px;
}
/* ------------------------------------------------------------------------
  商品画像
------------------------------------------------------------------------*/
#item_box #item_summary .item_image {
  position: relative;
  min-height: 100px;
  overflow: visible;
}
#item_box .item_image li {
  display: none;
  min-height: 300px;
  justify-content: center;
  align-items: center;
}
#item_box .item_image.swiper-initialized li {
  display: flex;
}
#item_box .item_image a {
  position: relative;
  display: flex;
  text-align: center;
}
#item_box #item_summary .item_image img {
  max-width: 100%;
  max-height: 400px;
  height: auto;
}
#item_box .item_image .swiper-button-prev,
#item_box .item_image .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 28px;
  height: 28px;
  margin: auto 0;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  opacity: 90;
  z-index: 52;
  transition: transform 0.25s ease-in-out;
}
#item_box .item_image .swiper-button-prev {
  left: -14px;
  background: url("/public/img/item/estimate/item_image/icon_prev.svg") 8px center no-repeat rgba(51, 51, 51, 0.7);
}
#item_box .item_image .swiper-button-next {
  right: -14px;
  background: url("/public/img/item/estimate/item_image/icon_next.svg") 10px center no-repeat rgba(51, 51, 51, 0.7);
}
#item_box .item_image .swiper-button-prev:hover,
#item_box .item_image .swiper-button-next:hover {
  transform: scale(2);
}
/* 画像拡大
--------------------------------*/
#item_box .enlarge_image {
  margin: 7px 0 3px 0;
}
#item_box .box_image_explanation .enlarge_image {
  float: left;
  margin: 7px 10px 3px 0;
}
#item_box .enlarge_image a {
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  height: 22px;
  padding: 0 10px 0 26px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: url("/public/img/item/estimate/item_image/icon_magnifier.png") 5px 3px no-repeat;
  box-shadow: 1px 1px 2px 0px rgba(204, 204, 204, 0.6);
  line-height: 1.65;
  letter-spacing: 0.1ex;
}
#item_box .enlarge_image a:hover {
  color: #333;
  text-decoration: none;
}
/* カラー名称
--------------------------------*/
#item_box .box_image_explanation .txt_color {
  float: right;
  margin: 11px 0 0 0;
}
/* ------------------------------------------------------------------------
  カタログ画像・図面
------------------------------------------------------------------------*/
#item_box #item_summary .sub_image {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 30px 0;
}
#item_box #item_summary .sub_image li {
  width: 82px;
  height: 62px;
}
#item_box #item_summary .sub_image a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 62px;
  border: 1px solid #ccc;
}
#item_box #item_summary .sub_image a:hover {
  border: 1px solid #0067ca;
}
#item_box #item_summary .sub_image li img {
  max-width: 75px;
  width: auto;
  height: 80%;
  object-fit: contain;

}
/* ------------------------------------------------------------------------
  カラー
------------------------------------------------------------------------*/
#item_box #item_summary .color_list {
  margin-bottom: 37px;
}
#item_box #item_summary .color_list dt {
  padding: 0 0 10px 0;
  line-height: 1;
  letter-spacing: 2px;
  border-bottom: 1px solid #ccc;
}
#item_box #item_summary .color_list dt:not(:first-of-type) {
  margin-top: 15px;
}
#item_box #item_summary .color_list dd {
  padding: 10px 0 0 0;
}
#item_box #item_summary .color_list ul {
  font-size: 0;
}
#item_box #item_summary .color_list dd li {
  display: inline-block;
  width: 84px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
#item_box #item_summary .color_list dd li.rightmost {
  margin-right: 0;
}
#item_box #item_summary .color_list dd li.last {
  margin-right: 0;
}
#item_box #item_summary .color_list dd li p.color_name {
  display: table;
  margin: auto;
  padding: 4px 0 0 0;
  color: #111;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: -0.1ex;
  text-align: center;
}
#item_box #item_summary .color_list dd li p.color_img img {
  width: 84px;
}
/* ===========================================================
  商品メイン情報　右カラム
===========================================================*/
#item_box #item_summary .right {
  float: right;
  width: 260px;
}
/* ------------------------------------------------------------------------
  お値引きタグ
------------------------------------------------------------------------*/
/* お値引きフキダシ
----------------------------------------------------------------*/
#item_box #item_summary ul.discount_list {
  position: relative;
  display: inline-block;
  max-width: 250px;
  margin-left: auto;
  padding: 4px;
  border: 1px solid #faa;
  border-radius: 1px;
  background: #fcff00;
}
#item_box #item_summary ul.discount_list:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 25px;
  border-width: 9px 6px 0;
  border-style: solid;
  border-color: #faa transparent;
}
#item_box #item_summary ul.discount_list li.price_off:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 26px;
  border-width: 8px 5px 0;
  border-style: solid;
  border-color: #fcff00 transparent;
}
/* 値引きタグ共通
----------------------------------------------------------------*/
#item_box #item_summary ul.discount_list li {
  float: left;
  overflow: visible;
  height: 22px;
  padding-right: 2px;
  background-color: red;
  color: white;
  font-family: verdana, meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  text-align :center;
  line-height: 21px;
  vertical-align: middle;
}
/* 商品割引[%OFF]タグ
------------------------------------------------------------------------*/
#item_box #item_summary ul.discount_list li.price_off {
  padding: 0 2px;
  font-family: arial, helvetica, meiryo;
  font-size: 10px;
  vertical-align: bottom;
}
#item_box #item_summary ul.discount_list li.price_off span.percentage {/* 割引率数 */
  display: inline;
  padding: 0;
  font-size: 17px;
  font-family: arial, helvetica !important;
  font-weight: bold !important;
  vertical-align: baseline;
}
/* ------------------------------------------------------------------------
  商品販売価格
------------------------------------------------------------------------*/
#item_box #item_summary dl.price_box {
  margin: 12px 0 20px 0;
  padding: 0 0 8px 0;
  color: #f00;
  border-bottom: 1px solid #ccc;
}
#item_box #item_summary dl.price_box dt {/* 工事費込み価格 */
  float: none;
  display: flex;
  align-items: flex-end;
  min-height: 16px;
  margin-bottom: 12px;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
/* 価格
----------------------------------------------------------------- */
#item_box #item_summary dl.price_box dd {
  float: right;
  position: relative;
  height: 34px;
  line-height: 1;
}
#item_box #item_summary dl.price_box dd span.price_num {
  float: left;
}
#item_box #item_summary dl.price_box dd span.currency,
#item_box #item_summary dl.price_box dd span.txt_tax {
  float: left;
  font-size: 14px;
  font-family: Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#item_box #item_summary dl.price_box dd span.price_num {/* 販売価格 */
  margin-right: 10px;
  font-size: 44px;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: -0.02ex;
}
#item_box #item_summary dl.price_box dd span.txt_tax {/* 税込 */
  position: absolute;
  top: 2px;
  right: 0;
  line-height: 1;
  font-weight: bold;
}
#item_box #item_summary dl.price_box dd span.currency {/* 円～ */
  display: inline-block;
  padding: 20px 4px 0 0;
  letter-spacing: 1.5px;
  font-weight: bold;
  line-height: 1;
}
/* ------------------------------------------------------------------------
  商品説明テキスト
------------------------------------------------------------------------*/
#item_box #item_summary .item_description {
  margin: 13px 0 20px;
  font-size: 13px;
  line-height: 1.7;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
/* ===========================================================
  ☆【カルーセル共通設定】
===========================================================*/
ul.bxslider {/* スライダー生成前、コンパクト表示 */
  display: none;
}
div.bx-viewport ul.bxslider {/* スライダー生成後設定 */
  display: block;
}
/* ====================================================
  家具ページへのボタン
====================================================*/
.btn-kagu {
  margin-bottom: 5px;
}
.btn-kagu a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding-right: 8px;
  border-radius: 5px;
  background-color: #006934;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.btn-kagu a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 9px;
  height: 14px;
  margin: auto 0;
  background: url("/sp2/public/img/common/icon_next-white.svg") left top no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.btn-kagu_txt {
  margin-bottom: 1px;
  font-size: 17px;
}
.btn-kagu_txt-sub {
  font-size: 12px;
  font-weight: normal;
}
.kagu_item-note {
  font-size: 10px;
}
/* ====================================================
  安全性
====================================================*/
.kagu-safety {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  font-size: 13px;
}
.kagu-safety_ttl {
  height: 28px;
  margin-bottom: 6px;
  background-color: #f3f3f3;
  text-align: center;
  line-height: 27px;
}
.kagu-safety_list li {
  margin-bottom: 2px;
  text-align: center;
}
.kagu-safety_list li:last-of-type {
  padding-bottom: 6px;
}
/* ====================================================
  日本製
====================================================*/
.kagu_jpn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.kagu_jpn-icon {
  margin-right: 7px;
}
.kagu_jpn-icon img {
  width: 25px;
  border: 1px solid #ccc;
}
.kagu_jpn-txt {
  font-size: 12px;
}
/* ====================================================
  注記
====================================================*/
.kagu_brand-note {
  font-size: 10px;
}