/* ========================================
      contents-box
======================================== */
.c_box { float: left; width: 100%; box-sizing: content-box; }javascript:void(0)


/* ========================================
      Lサイズの記事
======================================== */
.l_box { float: left; width: 100%; padding: 5px; box-sizing: border-box; }


/* ========================================
      Mサイズの記事
======================================== */
/* ▼表示領域が980px以上の場合 */
@media print, screen and (min-width: 980px) {
   .m_box { float: left; width: 50%; padding: 5px; box-sizing: border-box; }
   .mino_box { float: left; width: 50%; padding: 5px; box-sizing: border-box; }
   .mino_box2 { float: left; width: 25%; padding: 5px; box-sizing: border-box; }
   .mino_box3 { float: left; width: 33.33333%; padding: 5px; box-sizing: border-box; }
   .mino_box33 { float: left; width: 33.33333%; padding: 5px; box-sizing: border-box; }
}
@media print, screen and (max-width: 1100px) {
  .mino_box2 { float: left; width: 33.33333%; padding: 5px; box-sizing: border-box; }
  .mino_box33 { float: left; width: 50%; padding: 5px; box-sizing: border-box; }
}
/* ▼表示領域が980px未満の場合 */
@media print, screen and (max-width: 979px) {
   .m_box { float: left; width: 100%; padding: 5px; box-sizing: border-box; }
   .mino_box { float: left; width: 50%; padding: 5px; box-sizing: border-box; }
   .mino_box2 { float: left; width: 50%; padding: 5px; box-sizing: border-box; }
   .mino_box3 { float: left; width: 50%; padding: 5px; box-sizing: border-box; }
}


/* ========================================
      Sサイズの記事
======================================== */
.s_box { float: left; width: 50%; padding: 5px; box-sizing: border-box; }



/* ========================================
      Sサイズ記事の外枠(レイアウト調整用)※文字数が均一でない場合、崩れない為の処理
======================================== */
/* ▼表示領域が980px以上の場合 */
@media print, screen and (min-width: 980px) {
   .s_frame { float: left; width: 50%; box-sizing: content-box; }
}

/* ▼表示領域が980px未満の場合 */
@media print, screen and (max-width: 979px) {
   .s_frame { float: left; width: 100%; box-sizing: content-box; }
}


/* ========================================
      3サイズの記事
======================================== */
.3_box { float: left; width: 30%; padding: 2px; box-sizing: border-box; }



/* ========================================
      3サイズ記事の外枠(レイアウト調整用)※文字数が均一でない場合、崩れない為の処理
======================================== */
/* ▼表示領域が980px以上の場合 */
@media print, screen and (min-width: 980px) {
   .3_frame { float: left; width: 50%; box-sizing: content-box; }


}

/* ▼表示領域が980px未満の場合 */
@media print, screen and (max-width: 979px) {
   .3_frame { float: left; width: 100%; box-sizing: content-box; }
}


/* ========================================
      productarea
======================================== */
.productarea{
	font-size: 14.1px;
	color: #000000;
	}

.productarea a{
	font-size: 14.1px;
	color: #7A6A56;
    line-height: 1.4;
	}
.productarea p{
	padding-top: 4px;
  font-size: 14.1px;
	color: #7A6A56;
    line-height: 1.4;
	}

/* ========================================
      インフォメーション設定
======================================== */
/* ▼表示領域が980px以上の場合 */
@media print, screen and (min-width: 980px) {
.newsbox {
  overflow: auto;   /* スクロール表示 */ 
  width: 100%;
  height: 150px;
  padding: 20px;
}

.newsbox a{
  color: #7A6A56;
}
}

/* ▼表示領域が980px未満の場合 */
@media print, screen and (max-width: 979px) {
.newsbox {
  overflow: auto;   /* スクロール表示 */ 
  width: 90%;
  height: 150px;
  padding: 20px;
}

.newsbox a{
  color: #7A6A56;
}
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  height: 35px;
  border-radius: 5px;
  background:rgba(204, 173, 0, .3);
}
/* ========================================
      デフォルト設定
======================================== */
@charset "euc-jp";
#container {
  padding-top: 10px;
}

.header-headline-nav li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.header-global-nav a,
.header-global-nav span {
  padding-bottom: 5px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
#nav a {
  color: #4d4d4d;
}

#slideshow-block {
  margin-bottom: 0px;
}
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  text-indent: -999em;
}
#supersized {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
  #supersized .row {
    position: relative;
  }
  #supersized img {
    position: absolute;
    display: none;
    width: auto !important;
    height: auto !important;
    outline: none;
    border: none;
  }
  #supersized.speed img {
    -ms-interpolation-mode:nearest-neighbor;
    image-rendering: -moz-crisp-edges;
  }
  #supersized.quality img {
    -ms-interpolation-mode:bicubic;
    image-rendering: optimizeQuality;
  }
  #supersized li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -30;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
    list-style: none;
  }
  #supersized li.prevslide {
    z-index: -20;
  }
  #supersized li.activeslide {
    z-index: -10;
  }
  #supersized li.image-loading {
    width: 100%;
    height: 100%;
    background: #111 url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  }
  #supersized li.image-loading img {
    visibility: hidden;
  }
  #supersized li.prevslide img,
  #supersized li.activeslide img {
    display: inline;
  }
#slide-list {
  position: absolute;
  bottom: 20px;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: .85em;
  font-family: Arial;
}
  #slide-list li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  #slide-list a {
    display: block;
    margin: 0 5px;
    width: 70px;
    height: 10px;
    outline: 0;
    background: #5e5e5e;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer;
  }
  #slide-list a:hover,
  #slide-list .current-slide a {
    background: #ecd062;
    opacity: 1;
  }
#controls-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  *z-index: 50;
}
#controls {
  position: relative;
  z-index: 50;
  height: 100%;
}

#slidecaption {
  position: absolute;
  left: 1%;
  z-index: 2;
  padding-bottom: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}
title{
  color: #f00;
}
  #controls-wrapper.mode-static {
    position: static;
    padding: 15px 0;
    height: auto;
  }
  #controls-wrapper.mode-static #slide-list {
    position: static;
  }


/* ========================================
      ディスプレイ設定
======================================== */

@media print, screen and (max-width: 980px) {
  #supersized {
    top: 60px;
  }
  #controls-wrapper {
    position: static;
    height: auto;
  }
  #slide-list {
    position: static;
    padding-top: 15px;
  }
    #slide-list a {
      width: 15px;
      height: 15px;
    }
#slidecaption {
    right: 3%;
    padding-bottom: 6px;
    font-size: 20px;
  }
}

@media print, screen and (max-width: 768px) {
#slidecaption {
    left: 20px;
    padding-bottom: 10px;
  }
}
/* ========================================
      スライドショー
======================================== */
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	box-shadow:inset 0 1px 3px #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #a58a00;
}

.kakoi{
  border: 1px solid rgba(167, 134, 57, 0.3);
  text-align: center;
  color: #524743;
  padding: 8px 0;
  margin: 0;
   transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.kakoi:hover{
  background-color: rgba(167, 134, 57, 0.1);
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.kakoi2{
  margin-top: 10px;
  margin-bottom: 10px;
}
/*
.bd01{
  border-top: 1px solid #a78639;
  border-left: 1px solid #a78639;
  border-bottom: 1px solid #a78639;
}
.bd02{
  border-top: 1px solid #a78639;
  border-left: 1px solid #a78639;
  border-right: 1px solid #a78639;
  border-bottom: 1px solid #a78639;
}
.bd03{
  border-left: 1px solid #a78639;
  border-bottom: 1px solid #a78639;
}
.bd04{
  border-right: 1px solid #a78639;
  border-left: 1px solid #a78639;
  border-bottom: 1px solid #a78639;
}
.bd05{
  border-left: 1px solid #a78639;
  border-bottom: 1px solid #a78639;
}
.bd06{
  border-left: 1px solid #a78639;
  border-right: 1px solid #a78639;
  border-bottom: 1px solid #a78639;
}*/

.minimal-indent {
  color: #777;
  text-decoration: underline;
  margin: 5px auto 0;
  text-align: right;
  padding: 7px 5px 0;
     transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
 }
.minimal-indent:hover {
	opacity: 0.7;
}
.minimal-indent span{
  padding-left: 5px;
  color :rgba(207,181,59,1);
  font-size: 1.2em;
}
.col-sm-siho46{
  float: left;
  width: 30%;
  margin-right: .4%;
  margin-left: 0;
  padding: 1%;
  border: 3px double #ccc;
}
.re_box{
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
.slider{
  margin-top: 0;
}
 .col-sm-siho6{
  float: left;
  padding: 0 2px;
  width: 49%;
}
@media print, screen and (max-width: 768px) {
  .col-sm-siho46{
  float: left;
  width: 49%;
  margin-right: .4%;
  margin-left: .4%;
  border: 1px solid #ccc;
}
  .slider{
  margin-top: 0;
}
}
.naiyou{
  height: 100px;
  overflow-y: scroll;
  font-size: 12px;
  line-height: 1.7;
  padding-top: 15px;
}

/*トップお客様の声 画像下スペース調整*/
.margin-top20{
margin-top:20px;
}
.personal{
  line-height: 1.3;
}
.on-off6{
  display: block;
}
.off-on6{
	display: none;
}
.col-sm-hito4{
  margin: 0 0 10px;
  float: left;
  width: 20%;
}
.col-sm-hito4 img{
  width: 95%;
 border: 1px solid rgba(191,159,0, 0.2);
}
@media print, screen and (max-width: 992px) {
   .col-sm-hito4{
  float: left;
  width: 25%;
}
}
@media print, screen and (max-width: 480px) {
  .on-off6{
  display: none;
}
.off-on6{
	display: block;
}
 .col-sm-hito4{
  float: left;
  width: 33%;
}
}
.osusume_name a{
	color: rgba(191,159,0, 1);
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	padding: 0 5px;
	
}
.osusume_name_height{
  overflow: hidden;
	height: 50px;
	padding: 0;
	margin: 0;
}
.osusume_price_height{
    padding-top: 8px;
}
.osusume_price{
	font-size: 12px;
	text-align: right;
	color: #555;
	font-weight: 300;
	letter-spacing: 0;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
  height: 30px;
}
.osusume_exp{
	line-height: 1.5;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}
.osusume_exp_height{
	height: 90px;
	overflow-y: auto;
	margin-bottom: 15px;
}
.osusume_waku{
    width: 95%;
	border: 1px solid rgba(191,159,0, 0.2);	
	border-radius: 3px;
}
@media print, screen and (max-width: 480px) {
	.osusume_exp_height{
	height: 70px;
	overflow-y: auto;
	margin-bottom: 15px;
}
  	.osusume_name_height{
      overflow: hidden;
	height: 60px;
}
  .osusume_name a{
	font-size: 13px;
	line-height: 18px;
	padding: 0 5px;
  }
}

.midashi_top2mino{
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 .3em;
  background-color: #fff;
  border: 1px solid rgba(194, 153, 72, 0.5);
  border-radius: 6px;
  transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.midashi_top2mino h3{
  font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #444;
  line-height: 1;
  letter-spacing: 1px;
}
.midashi_top2mino:hover {
  background-color: #FFFBEF;
  text-decoration: none;
}

/*トップお客様の声 画像下スペース調整*/
.margin-top20{
margin-top:13px;
}

@media print, screen and (max-width: 979px) {

.midashi_top2mino{
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 .5em;
}
.midashi_top2mino h3{
  font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #444;
  line-height: 1;
  letter-spacing: 0;
}  
}
