@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-size: 12px;
}
a {
  color: #464e54;
}
a:hover, a:focus {
  color: #5e5e5e;
  text-decoration: none;
}

/*
 * layout
 */
#wrapper {
  max-width: 960px;
}

/*
 * contents
 */

#contents {
  float: right;
  text-align: justify;
  text-justify: inter-ideograph;
}
#contents p {
  line-height: 2em;
  letter-spacing: 0.5px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

.col {
  word-break: unset !important;
  padding: 0;
}
/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 0px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_09 { font-size: 9px; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}
.txt_c_922 {color: #962224;}
.txt_c_fff {color: #fff;}

/* background */
.bgc_gray { background-color: #f1f1f1; }
.bgc_light_gray { background-color: #E6E6E6; }
.bgc_dark_brown { background-color: #E6E1D2; }
.bgc_light_brown { background-color: #F0E9DA; }
/* background add 2025/4 */
.bgc_gray_fue { background-color: #f3f3f3; }
.bgc_brown_fue { background-color: #734b30; }

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_l_8 { margin-left: 8px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }
.mar_t_80 { margin-top: 80px; }
.mar_r_80 { margin-right: 80px; }
.mar_b_80 { margin-bottom: 80px; }
.mar_l_80 { margin-left: 80px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0 !important; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }
.pad_50 { padding: 50px}
.pad_t_50 { padding-top: 50px; }
.pad_r_50 { padding-right: 50px; }
.pad_b_50 { padding-bottom: 50px; }
.pad_l_50 { padding-left: 50px; }

/* border */
.bor_1 { border: 1px solid #666; }
.bor_t_1 { border-top: 1px solid #666; }
.bor_r_1 { border-right: 1px solid #666; }
.bor_b_1 { border-bottom: 1px solid #666; }
.bor_l_1 { border-left: 1px solid #666 }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }
.va_10 { vertical-align: 10%; }
.va_20 { vertical-align: 20%; }
.va_30 { vertical-align: 30%; }
.va_m { vertical-align: middle; }

.visible-sphone { display:  none !important; }
.visible-phone2 { display:  none !important; }

.show_i { display: inline-block; }

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-w.icon-cart { background-position: -176px -64px;}
.icon-lg-w.icon-cart { background-position: -264px -96px;}
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-w.icon-chevron_thin_right { background-position: -144px -144px; }
.icon-b.icon-chevron_thin_right { background-position: -144px -144px; }
.icon-b.icon-chevron_small_right { background-position: -80px -144px; }

/* 16px white */
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/* hr */
hr {
    border: none;
    border-top: 1px solid #666;
    height: 1px;
}
/* table */
table.table-nobordered th, table.table-nobordered td {
    border: none;
}
/* ヘッダー */
#header ul:first-child {
  font-size: 11px;
}
li.view_cart span.count {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-weight: bolder;
    margin-left: 5px;
    padding: 5px 10px;
}
#header .search {
    clear: right;
    float: right;
    margin-bottom: 40px;
}
#header h1.logo {
    text-align: center;
    word-wrap: break-word;
    margin: 0;
    clear: right;
}
#header ul:last-child li a span,
#footer ul li a span {
   font-size: 70%;
}
/* ヘッダーメニュー */
ul.head-menu a {
    display: block;
    height: auto;
}
ul.head-menu a:hover, ul.head-menu a:focus, ul.head-menu a:active,
ul.sub-menu a:hover, ul.sub-menu a:focus, ul.sub-menu a:active {
    opacity: 0.7;
}
  /* パンくずリスト */
#contents .topicpath-nav {
    margin-bottom: 8px;
}
/* カテゴリーメニュー */

/* フッター */
#footer {
    font-size: 11px;
    text-align: justify;
    text-justify: inter-ideograph;
}
#footer address span {
    font-size: 9px;
}
#footer address {
    line-height: 15px;
    margin: 55px 0 0 0;
}
#footer ul li {
    padding: 0;
}
#footer ul li a {
    padding: 0 10px;
    display: block;
}
#footer ul li:first-child a {
    padding: 0 10px 0 0;
}
/* スライド */
.bx-wrapper .bx-viewport {
    border: none !important;
    box-shadow: none !important;
    left: 0 !important;
}
#slider div {
    width: 100% !important;
}
#slider div img {
    width: 100% !important;
    height: auto;
}
/* トップページ */
.info_news a:hover {
    text-decoration: underline !important;
}
/* 最近チェックした商品 */
ul.history-list li {
    padding: 5px;
}
ul.history-list li:nth-child(4n+1) {
    padding: 10px 9px 10px 0;
}
ul.history-list li:nth-child(4n+2) {
    padding: 10px 6px 10px 3px;
}
ul.history-list li:nth-child(4n+3) {
    padding: 10px 3px 10px 6px;
}
ul.history-list li:nth-child(4n+4) {
    padding: 10px 0 10px 9px;
}

/* フリーページ */
.history {
    margin-bottom: 40px;
}
.history .table {
    border-bottom: 1px solid #666;
    border-collapse: unset;
    margin-bottom: 30px;
}
.history .table td {
    border-top: 1px solid #666;
    padding: 15px;
}
.history .table img {
    float: right;
}
.history div.compinfo {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin: 50px 0 15px 0;
    padding: 10px 5px;
    width: 100%;
}
.history div.compinfo ul {
    margin-left: 20px;
    display: inline-flex;
}
.history img.imgshowroom {
    float: left;
    margin: 0 20px 30px 0;
    width: 50%;
}

.copyright_01 {
    margin-bottom: 330px;
}
.copyright_01 a {
    text-decoration: underline;
}
/* 2025/4 追記 グリッドスタイルで高さを同じにする */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.linelink {
  width: 40%;
  padding: 20px 0;
}
/* 番号 */
span.select_01 {
    font-size: 14px;
    font-family: monospace;
    color: #fff;
    line-height: 18px !important;
    background-color: #333;
    border-radius: 18px;
    margin-right: 10px;
    padding: 3px 5px;
    float: left;
}

/* scrollUp */
#js-pagetop {
  position: fixed;
    background: #333 url("https://img20.shop-pro.jp/PA01321/114/etc/icon_up.png?cmsp_timestamp=20150602140236") no-repeat scroll center center;
    border-radius: 20px;
    bottom: 150px;
    color: #000;
    height: 30px !important;
    padding: 5px;
    right: 30px;
    width: 30px;
    cursor: pointer;
}

/* レシポンシブル対応 */
@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  /* 会社情報 営業時間 2025/4追記 */
  .txt_l_98 {
	text-align: left;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  /* サイドメニュー画像表示 2018年5月改訂追記*/
  #contents {
    padding-left: 0;
  }
  #footer address {
    margin-top: 20px;
  }
  /* 2025/4 改訂
  #side ul.sub-menu > li:nth-last-child(-n+1) {
    display: none;
  }
  */
  #side ul.sub-menu .menu_img {
    margin: 10px 0 10px 10px;
  }
  #side ul.sub-menu > li:nth-last-child(1) {
    border-bottom: 1px solid #666;
  }
  #side ul.sub-menu > li > ul {
    padding-left: 40px;
  }
  #footer .mar_t_80 {
    margin-top: 0;
  }
  /* 会社情報 2025年4月改訂追記*/
  .row-eq-height > .col {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .visible-phone2 { display: inherit !important; }
}
@media (max-width: 480px) {
  /* ~480px */
  .hidden-sphone { display: none !important; }
  .visible-sphone { display: inherit !important; }
  .container { padding: 10px 10px 0; }
  #header { margin-bottom: 0; }
  ul.head-menu li { border: none; }
  #footer ul li { border: none; }
  #footer ul li a { padding: 0 10px 10px 0; }
  ul.history-list li:nth-child(2n+1) {
    padding: 10px 10px 10px 0;
  }
  ul.history-list li:nth-child(2n+2) {
    padding: 10px 0 10px 10px;
  }
  #side { margin-bottom: 0; margin-top: 0; }
  .history img.imgshowroom {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
@media (min-width: 980px) {
  /* パンくずリスト */
  #contents .topicpath-nav {
    position: relative;
    left: -270px;
  }
  #prd-opt-table {
    width: 80% ;
  }
}