@charset "euc-jp";

body {
  background-color: #f7f6f6;
  background-image: url();
  color: #483729;
}
a {
  color: #805633;
}
a:hover {
  color: #483729;
  opacity: 0.7;
}
a img:hover {
  color: #483729;
  opacity: 0.7;
}

*{
  box-sizing: border-box;
}

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

.container{
	width: 100%;
}

#header{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  width: 100%;
  background: #483729;
  height: 40px;
  line-height: 40%;
}

/*
 * contents
 */

#contents {
  float: right;
  /*padding-left: 30px;*/
  margin-top: 40px;
}

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

/*
 * side
 */

#side {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  height: 100%;
  z-index: 999;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s
}

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

ul.unstyled li{
  list-style-type: none;
}

.side_category h4{
  font-weight: normal;
  margin: 0;
  line-height: 2;
  
}

/*
 * temp
 */

#footer {
  background-color: rgba(72, 55, 41, 0.08);
  border-bottom: 8px solid #483729;
}
#footer ul{
  width: 100%;
  line-height: 3;
}
#footer ul>li {
  width: 50%;
  padding: 0 24px;
  margin: 0;
  list-style: none;
  float: left;
}

.main_logo{
  width: 169px;
}

#myMenu{
  line-height: 38px;
  padding-top: 3px;
  /*margin-right: 24px;*/
}
#myMenu a:hover, #myMenu a:focus{
  color: #fff;
}

.bg_white{
	background-color: #fff;
}

.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}

.relative{ position: relative; }

.w_50{ width: 50%; }
.w_80{ width: 80%; }

.show{ display: inherit; }

.search_box{
  height: 22px;
  width: calc(100% - 35px);
  max-width: 15em;
}

.scrollbar_hidden{
    overflow:auto;
    -ms-overflow-style:none;
}
.scrollbar_hidden::-webkit-scrollbar{
    /*display:none;*/
}

.input-prepend.input-append { /*190520ÄÉ²ÃABC*/
	display: flex;
  	justify-content: center;
}
.input-prepend.input-append input{
  	height: auto!important;
 	padding-top: 0!important;
	padding-bottom: 0!important;
}

/* drawer menu */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 18px;
  margin-top: 10px;
  z-index: 999;
}
.menu-trigger span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  top: auto;
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  background-color: #000;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
  background-color: #000;
}

#menu-toggle{
  position: fixed;
  left: 10px;
  z-index: 999;
}



/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwl { font-weight: 300; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_13 { font-size: 13px; }
.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_main {color: #807871;}
.txt_c_white {color: #ffffff;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* 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_5px { margin: 5px; }
.mar_5 { margin: 8px; }
.mar_t_5 { margin-top: 8px; }
.mar_r_5 { margin-right: 8px; }
.mar_b_5 { margin-bottom: 8px; }
.mar_l_5 { margin-left: 8px; }
.mar_10 { margin: 16px; }
.mar_t_10 { margin-top: 16px; }
.mar_r_10 { margin-right: 16px; }
.mar_b_10 { margin-bottom: 16px; }
.mar_l_10 { margin-left: 16px; }
.mar_20 { margin: 24px; }
.mar_t_20 { margin-top: 24px; }
.mar_r_20 { margin-right: 24px; }
.mar_b_20 { margin-bottom: 24px; }
.mar_l_20 { margin-left: 24px; }
.mar_30 { margin: 32px; }
.mar_t_30 { margin-top: 32px; }
.mar_r_30 { margin-right: 32px; }
.mar_b_30 { margin-bottom: 32px; }
.mar_l_30 { margin-left: 32px; }
.mar_50 { margin: 48px; }
.mar_t_50 { margin-top: 48px; }
.mar_r_50 { margin-right: 48px; }
.mar_b_50 { margin-bottom: 48px; }
.mar_l_50 { margin-left: 48px; }

/* padding */
.pad_v_10 { padding: 16px 0; }
.pad_v_20 { padding: 24px 0; }
.pad_v_30 { padding: 32px 0; }
.pad_v_50 { padding: 48px 0; }
.pad_h_10 { padding: 0 16px; }
.pad_h_20 { padding: 0 24px; }
.pad_h_30 { padding: 0 32px; }
.pad_h_50 { padding: 0 48px; }
.pad_0 { padding: 0; }
.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_3 { padding: 4px; }
.pad_5 { padding: 8px; }
.pad_t_5 { padding-top: 8px; }
.pad_r_5 { padding-right: 8px; }
.pad_b_5 { padding-bottom: 8px; }
.pad_l_5 { padding-left: 8px; }
.pad_10 { padding: 16px; }
.pad_t_10 { padding-top: 16px; }
.pad_r_10 { padding-right: 16px; }
.pad_b_10 { padding-bottom: 16px; }
.pad_l_10 { padding-left: 16px; }
.pad_20 { padding: 24px; }
.pad_t_20 { padding-top: 24px; }
.pad_r_20 { padding-right: 24px; }
.pad_b_20 { padding-bottom: 24px; }
.pad_l_20 { padding-left: 24px; }
.pad_30 { padding: 32px}
.pad_t_30 { padding-top: 32px; }
.pad_r_30 { padding-right: 32px; }
.pad_b_30 { padding-bottom: 32px; }
.pad_l_30 { padding-left: 32px; }
.pad_50 { padding: 48px}
.pad_t_50 { padding-top: 48px; }
.pad_r_50 { padding-right: 48px; }
.pad_b_50 { padding-bottom: 48px; }
.pad_l_50 { padding-left: 48px; }

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

.bor_c_b { border-color: rgba(72, 55, 41, 0.7)!important; }
.bor_c_a { border-color: #805633!important; }

.bor_box { border: 1px solid #807871; }
.bor_radius { 
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* 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-t { vertical-align: top;}
.va-m { vertical-align: middle;}
.va-b { vertical-align: bottom;}

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #wrapper { padding: 0; }
  #contents {
    padding-left: 0;
  }
  
  #myMenu{
  	margin-right: 8px;
    padding-top: 0;
  }
  #side{
    left: -768px;
    z-index: 600;
  }
  #side.active{
    left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
  .pad_10{ padding: 4px; }
  .pad_20{ padding: 8px; }
  .pad_h_20{ padding: 0px 8px; }
  .pad_30{ padding: 16px; }
  .pad_50{ padding: 28px; }
  .pad_t_50{ padding-top: 28px; }
  
  .mar_b_30 { margin-bottom: 16px; }
  .mar_t_50{ margin-top: 24px; }
  .mar_b_50{ margin-bottom: 24px; }
  
  .txt_12 { font-size: 11px; }
  .txt_14 { font-size: 13px; }
  .txt_16 { font-size: 14px; }
  .txt_18 { font-size: 16px; }
  .txt_20 { font-size: 18px; }
  .txt_24 { font-size: 21px; }
  .txt_28 { font-size: 24px; }
  
  #side{
    left: -480px;
  }
  .history{ margin: 0; }
  #footer address{
    margin-top: 0;
  }
  #footer ul > li {
    padding: 0 8px;
    line-height: 1.2;
    margin-bottom: 2em;
  }
  
}

/*
 * icons
 */
.icon-initial{
  background-position: initial;
  background-size: initial;
  background-repeat: no-repeat;
  /*width: 16px!important;
  height: 16px!important;*/
}

.icon-user {
  /*background-image: url(https://img21.shop-pro.jp/PA01421/153/etc/user.png?cmsp_timestamp=20181130111937)!important;
    background-size: contain;background-repeat: no-repeat;width: 25px!important;height: 25px!important;*/
  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-image: url(https://img21.shop-pro.jp/PA01421/153/etc/cart.png?cmsp_timestamp=20181130112841);
  width: 27px!important;
  display: inline-block;
  height: 39px!important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  */
  background-position: -176px -64px; 
}
.icon-lg-b.icon-cart {background-position: -264px -96px;}
.icon-search {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
  background-position: -208px -16px;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.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-chevron_thin_right{
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  background-position: -216px -216px;
}

.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 (max-width: 768px) {
  /*.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_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); }*/
}
