/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}
body {
	font-family: Helvetica, Meiryo, "MS Gothic", Osaka, Arial, sans-serif;
	font-size:12px;
	overflow-x: hidden;
}
#wrapper{
	max-width: 1200px;
	margin:0px auto;
	padding:5px 0 0 0;
	color: #5C513D;
	line-height: 150%;
	background-color: #FFFFFF;
}
/* heder */
.header-nav-item{
	width: 80%;
}
.nav-deco a:hover {
	text-decoration: underline;
}
.navbar.navbar-expand-md.navbar-light.bg-header {
    font-size: 1.1em;
}
.list-group-item {
	border: none;
}

#footer {
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer_menu {
	line-height: 20px;
	background-color: #eaeaea;
}

input,textarea {
	border: 1px solid #cccccc;
	background-color: #efefef;
}

a {color: #003399; background: inherit;	text-decoration: none;}
a:hover {color:#ff9900;}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
li{list-style-type:none;}
.clear{	clear:both;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ヘッダースライドインメニューここから */
#menu img {
max-width: 30px;
margin-right: .5em;
}
#menu {
  position: fixed;
  height: 100%;
  width: 320px;
  max-width: 320px;
  background-color: #FFF;
  top: 0;
  right: -350px;
  z-index: 99999;
}
#menu li {
  padding: 12px;
  border-bottom: 1px solid #EEEEEE;
  list-style-type: none;
  color: #706755;
  font-weight: bold;
}
#menu.SlideOut {
  animation: SlideOut 0.5s forwards;
}
@keyframes SlideOut {
  from {
    transform: translateX(-350px);
  }
  to {
    transform: translateX(0);
  }
}
#menu.SlideIN {
  animation: SlideIN 0.5s forwards;
}
@keyframes SlideIN{
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-350px);
  }
}
.menu_btn02 {
    background-color: #FFF;
    font-size: 2em;
    margin: .2em;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 10;
}

#menu summary {
  padding: .5rem 1.5rem;
  outline: 0;
  cursor: pointer;
  display: block;
font-size: 1.3em;
margin-bottom: 0;
  &:hover {
    background: #eee;
    transition: all linear 0.2s;
  }
  list-style: none;
  &::-webkit-details-marker {
    display: none;
  }
}

#menu details {
  margin-bottom: 15px;
  font-size: 10px;
  display: block;
}

#menu details summary::before {
  content: none !important;
}

#menu details summary::after {
  content: "\002B";
  color: #aaa;
  font-weight: 500;
  float: right;
  width: 1rem;
  text-align:center;
}
#menu details[open] summary::after {
  content: "\2212";
  margin-top: -0.1rem;
}

#menu details[open] div {
  animation: accordion 0.4s linear;
  overflow: hidden;
  border-bottom: 2px solid #eee;
  font-size: .8rem;
  padding: 1rem;
}

@keyframes accordion {
  0% {
    opacity: 0;
    height: 0;
  }
  70% {
    opacity: 0;
    height: 200px;
  }
  100% {
    opacity: 1;
  }
}
/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

/* ヘッダースライドインメニューここまで */

.border{border:1px solid #ccc;}
.bottom_border{
	background-image: url(/image/bg_bottom_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 15px 0;
}
.border_stripe {
	background-image: url(/image/dot_stripe.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.border_x {
	background-image: url(/image/dot_stripe.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.middle_border{
	background-image: url(/image/bg_bottom_line.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding: 0 0 15px 0;
}

.bottom_border_red{
	background-image: url(/image/bg_bottom_line_red.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 15px 0;
}
.bottom_border_dot{
	background-image: url(/image/dot_gray2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bokasi_box {
	background-image: url(/image/first/bg_waku.gif);
	background-repeat: no-repeat;
	height: 105px;
	width: 675px;
	margin: 0px auto;
	padding: 20px 10px 0 20px;
}

.td_border table{
	border-collapse: collapse;
}
.td_border td{border: 1px solid #ccc;line-height: 150%;	padding: 3px;}
.td_border th{border: 1px solid #ccc;line-height: 150%;	padding: 3px;}
/*2/1画像付商品一覧テーブル*/
.itemimg_itiran table{	border-collapse: collapse;}
.itemimg_itiran td{	line-height: 150%;	padding: 3px;	border-top: 1px solid #ccc;	border-bottom: 1px solid #ccc;}
.itemimg_itiran img{margin:3px;}
/*2/1画像付商品一覧テーブル*/
.border_brown{border:1px solid #532F19;}
.border_brown2 {background-color:#e9ecef;}
.arrow_brown a {
	background-image: url(/image/arrow_brown.gif);
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 15px;
	padding: 0 0 0 18px;
}
.arrow_brown a:hover {
	background-image: url(/image/arrow_orange.gif);
}

.arrow_gray {
	background-image: url(/image/arrow_gray.gif);
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 20px;
}
.arrow_green {
	background-image: url(/image/arrow_green.gif);
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 20px;
}
.arrow_green2{
	background-image: url(/image/atention_green.gif);
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 25px;
}
.arrow_red{
	background-image: url(/image/arrow_red.gif);
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 25px;
}
.arrow_answer{
	background-image: url(/image/arrow_answer.gif);
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 25px;
}
.arrow_question{
	background-image: url(/image/faq/arrow_question.gif);
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 15px;
}
.line_b {
  border-bottom: 2px solid #333;
}
.line_dot {
    font-size: 1.6em;
    border-bottom: dashed 1px #978170;
}
.line_left {
    padding: 0.25em 0.5em;
    color: #462717;
    background: transparent;
    border-left: solid 5px #462717;
    font-size: 120%;
    font-weight: bold;
}
.bold{font-weight:bold;}
.center{text-align:center;}
.left{text-align:left;}

.fleft{float:left;}
.fright{float:right;}
.right{text-align:right;}
.red {	color: #FF0000;}
.pink {	color: #DB1B92;}
.offwhite {	color: #D7D0C6;}
.brown {	color:#4A2C10;}
.orange {	color: #FF9900;	line-height: 130%;}
.bg_beju{
	background-image: url(/image/bg_beige.gif);
}
.bg_ee {background-color:#63544b14;}
.bg_ef{background-color:#efefef;}
.bg_pinkbeju{background-color:#E6D4C3;}
.bg_ff{background-color:#fff;}
.bg_coffee {
	background-color: #532f19;
	color: #FFFFFF;
	text-indent: 10px;
	font-weight: normal;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
}
.bg_title_bottom_arrow {
	background-image: url(/image/event/201303new_tomei/bg_title.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 44px;
	font-size: 16px;
	line-height: 43px;
	text-indent: 50px;
	margin: 10px 0;
}

.bg_title_bottom_dot {
       text-align:center;
	background-image: url(/image/title_bg_dot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 60px;
	font-size:2em;
	line-height: 43px;
	font-weight:bold;
	margin: 30px 0 20px 0;
}
.h2_bg_beju{
	background-color: #EBDDC4;
	border:1px solid #C9C9C9;
	padding:5px;
	size:15px;
	font-size: 15px;
}

.top_border {
	color: #000000;
	font-size: 16px;
	border-top: 2px solid #000;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bg_download{
	background-image: url(/image/arrow_download.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	padding: 0 0 0px 70px;
	line-height: 25px;
}
.bg_download a{background:none;}
.bg_yellow {
	background-color: #FFFFEB;
	margin: 10px 0;
	border: 1px solid #E9E2C5;
	padding: 10px;
}
.bg_stripe {
	position: relative;
	padding: 1rem;
	text-align:center;
	font-size: 1.6em;
}

.bg_stripe:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bg-hukidashi {
    position: relative;
    padding: 1.5rem 1rem 0.5rem 1rem;
    border-bottom: 2px solid #000;
    font-size: 1.6em;
    font-weight: bold;
}

.bg-hukidashi:before {
    position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #000 transparent transparent;
}

.bg-hukidashi:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}
.bg-line1 {
    position: relative;
    padding: 1.5rem 1rem 0.5rem 1rem;
    border-bottom: 1px solid #000;
    font-size: 1.5em;
}

.bg_simpleline {
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 2px;/*上線*/
  border-bottom: solid 2px;/*下線*/
  width: 50%;
  margin:auto;
}

.bg_frame {
  position: relative;
  padding: 1.1em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
  width: 60%;
  margin:auto;

}

.bg_frame:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 60px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}
.bg_frame1 {
  position: relative;
  padding: 1.1em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
  margin:auto;

}

.bg_frame1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 60px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

.bg_frame2 {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
  margin:auto;

}

.bg_frame2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 60px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

.box20 {
    position: relative;
    padding: 0.25em 1em;
    margin: 1.1em 0;
    top: 0;
    line-height: 1.6;
    font-size: 1.2em;
}  
.fukidashi {
  position: relative;
  padding: 1.3em;
  margin: 1em 1em 1.5em;
  font-size: 1.45em;
  width: 60%;
  margin: auto;
  line-height: 1.1;
  background: #e0edff;
}

.fukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

.color{
  color: #63544B
  text-align: center;
  padding: 0.5em;
  font-size: 1.7em;
  border-top: solid 2px #63544B
  border-bottom: solid 2px #63544B
  background: -webkit-repeating-linear-gradient(-45deg, #f0f0f0, #f0f0f0 3px,#e0dfdc 3px, #e0dfdc 7px);
  background: repeating-linear-gradient(-45deg, #f0f0f0, #f0f0f0 3px,#e0dfdc 3px, #e0dfdc 7px);
}

.bg_tab {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 2.0;
  padding: 1.2em 1em;
  margin: 2em 2em 2em;
}

.bg_tab:after {
  /*タブ*/
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'こんなお悩みありませんか';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.9em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.pankuzu {line-height: 150%;text-align: right;}
#contents {
	max-width: 980px;
	margin:0 0 20px 0;
	background-color: #fff;
}
#center_box {	max-width: 760px;	float: left;}
.topmenu_box td{text-align:center; padding:5px 0 5px 0;}
.topmenu_box td img{width:220px;height:220px;}
.topmenu_box li img{width:220px;height:220px;}
.topmenu_box li {padding:5px;float:left;text-align:center;}


/* レフトメニュー */
.category {	margin: 0 0 10px 0;	}
.category ul {
	margin: 0 0 10px 0;
}
.category li {
	background-position: bottom;
	height: 41px;
	line-height: 39px;
	border:1px solid #D9D9D9;
	z-index: 1;
	margin: 0 0 5px 0;
}
.category li a {
	line-height: 1.2em;
	color: #706755;
	font-weight: bold;
	display: block;
	background-position: left center;
	z-index: 10;
	width: 150px;
	margin-left: 40px;
	padding: 1em 0 0 15px;	
}
.category h2,
.category h3
 {font-size:1em;}




/*---------index--------*/
.event_menu{margin:10px 0 20px 0;}
.event_menu a{text-decoration:none;}
.event_menu h3{
}
.event_menu h3 a{
	color: #5C513D;
	padding: 0 0 0 5px;
}
.otemenu {
	margin: 20px 0;
	background-color: #efefe7;
}
.info {
	margin: 5px 0 10px 0;
}
.info ul {
	overflow: scroll;
	height: 98px;
	border:1px solid #5C513D;
}

.info li{
	padding: 5px 0 5px 5px;
}

.index_navi{
	margin: 5px 0 10px 10px;
	width: 200px;
	float: left;
}
.index_navi ul {
	background-image: url(/image/bg_dot_brown.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 0 0 10px;
}
.index_navi li {
	background-image: url(/image/bg_dot_brown.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
}
.index_navi a {
	background-image: url(/image/arrow_brown.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	padding: 0 0 0 20px;
	color:#5C513D;
}
.index_navi a:hover {
	background-image: url(/image/arrow_orange.gif);
}
.new_item{margin:10px 0 10px 0;}
.new_item .price {
	background-color: #fff;
	color: #FF0000;
	font-weight:bold;
	width: 140px;
	display: block;
	text-align: center;
}


/*---------//index--------*/

/*--商品ページ--*/
#navi {
	line-height:50px;
	height:50px;
	padding: 0 20px 0 0;
	margin: 0 0 5px 0;
	text-align: right;
	color: #EAE1D2;
}
#navi.mame{	background-image: url(/image/navi/bg_navi_mame.jpg);	background-repeat: no-repeat;}
#navi.first{background-image: url(/image/navi/bg_navi_first.jpg);background-repeat: no-repeat;}
#navi.ato{background-image: url(/image/navi/bg_navi_ato.jpg);background-repeat: no-repeat;}
#navi.valve{background-image: url(/image/navi/bg_navi_valve.jpg);background-repeat: no-repeat;}
#navi.new{background-image: url(/image/navi/bg_navi_new.jpg);background-repeat: no-repeat;}
#navi.corporate{background-image: url(/image/navi/bg_navi_corporate.jpg);background-repeat: no-repeat;}
#navi.contact{background-image: url(/image/navi/bg_navi_contact.jpg);background-repeat: no-repeat;}
#navi.guide{background-image: url(/image/navi/bg_navi_guide.jpg);background-repeat: no-repeat;}
#navi.kensaku{background-image: url(/image/navi/bg_navi_search.jpg);background-repeat: no-repeat;}
#navi.thanks{background-image: url(/image/navi/bg_navi_thanks.jpg);background-repeat: no-repeat;}


#navi.color{background-image: url(/image/navi/bg_navi_color.jpg);background-repeat: no-repeat;}
#navi.katati{background-image: url(/image/navi/bg_navi_katati.jpg);background-repeat: no-repeat;}
#navi.glam{background-image: url(/image/navi/bg_navi_glam.jpg);background-repeat: no-repeat;}
#navi a {
	text-decoration: underline;
	background:none;
	color: #FFFFFF;
}
.item_page {
	width: 760px;
	margin-bottom: 30px;
	/*margin-top: 10px;*/
	background-image:url(/image/bg_beige.gif);
	padding:15px 0 0 0;
	
}
.item_img {
	float: left;
	margin: 0 10px 0 10px;
	width: 380px;
}
.item_img .border{border: 1px solid #D6D4CB;}
.pic {
	width: 370px;
	text-align:center;
	vertical-align:middle;
	background-image: url(/image/item/bg_pic.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 50px;
	margin-bottom: .5em;
}

img #MainPhoto{
	text-align:center;
	vertical-align:middle;
	padding:10px 0 0 0;
	width: 300px;
	height: 300px;
}
.pic img{
	margin-top:20px;
	width: 300px;
	height: 300px;
}
.sonota_img img {
	margin: 5px;
	border:1px solid #ccc;
	padding:2px;
}
#point_img{
	width:350px;
	margin: 30px 0 20px 10px;
	padding: 0 0 20px 0;
}

#point_img li {
	float: left;
	margin: 0 3px 5px 0;
}
#point_img img {
	width: 70px;
	height: 70px;
	padding:1px;
	margin: 3px 5px 0 0;
	border:1px solid #e0e0e0;
}
.kanren {padding: 0px;}
.kanren dl {}
.kanren dt {
	width: 120px;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	padding: 5px;
}
.kanren dt img{	border:1px solid #D6D4CB;	padding: 5px;}
/*
.spec {
	float: left;
	width: 360px;
	color: #666666;
}*/
.spec h3 {	font-weight: bold;	margin-bottom: 15px;}
.spec h4 {
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 15px;
}


.spec dl {
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.spec dt {
	background-image: url(/image/dot_gray2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 0 5px 0px;
}
.spec dt a {
	background-image: url(/image/arrow_spec.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 12px;
}
.spec dl .dw {
	background: none;
	background-image: url(none);
}

/*.spec a {color:#003399;text-decoration:none;background:none;}
.spec a:hover {color:#FF0099;text-decoration:underline;}*/
.spec li{
	float: left;
	display: block;
	width: 200px;
	margin: 5px 0;
}
.spec .arrow_brown a {
	background-image: url(/image/arrow_brown.gif);
	background-repeat: no-repeat;
	display: block;
}

.bikou{border-bottom:1px solid #D9D9D9;}
.useitem{
	background-color: #FFFFFF;
	padding: 0;
}
.useitem table {
	border-collapse: collapse;
}

.useitem td {
	background-repeat: repeat-x;
	background-position: bottom;
	border:1px solid #ccc;
}
.useitem th {
	background-color: #efefef;
	padding: 3px;
	border: 1px solid #ccc;
}
.useitem img {
	margin: 3px;
}




.dw {
	width: 270px;
	margin: 15px 0;
	height: 38px;
	line-height: 200%;
	background: none;
}
.dw img {
	float: left;
	border: none;
	margin: 0 3px 0 0;
	vertical-align: middle;
}
.dw a {
	/*text-decoration:underline;*/
	cursor: pointer;
	color: #666666;
}
.dw a:hover {text-decoration:none}
.pagetop {
	text-align: right;
	margin: 15px 15px 0 0;
	line-height: 15px;
}
.pagetop img{
	text-align: right;
	margin-right:5px;
	vertical-align: bottom;
}
/*--//商品ページ--*/

/*------カテゴリページ-----*/
.item_roop {
	width: 760px;
	padding: 0px 0 0px 0px;
	background-color:#FFFFFF;
	margin-bottom:20px;
	
}

.F6F4EF .item_roop {
	width: 500px;
	padding:0px;
	background-color:#F6F4EF;
	margin:20px auto;
}



.item_roop430 {
	width: 430px;
	padding: 5px 0 20px 0px;
	background-color:#FFFFFF;
	
}
.item_roop li {
	float: left;
	text-align: center;
	width: 132px;
	height:250px;
	margin: 5px 15px 10px 0px;
	
}
.item_roop430 li{
	float: left;
	text-align: center;
	width: 132px;
	height:250px;
	margin: 5px 10px 10px 0px;
}
.item_roop .img_box,
.item_roop430 .img_box {
	border: 1px solid #ccc;
	background-color:#fff;
	width: 120px;
	height:120px;
	padding: 5px;
	margin: 5ox;
}
.number {	margin: 5px 0;}
.number a{
	background-color: #63544B;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
}
.number a:hover{}
.item_roop p {
	line-height: 15px;
	margin: 5px 0 0 5px;
	width: 120px;
	height: 35px;
	text-align: left;
}
.corporate {	padding: 0 0 0 15px;}

.corporate td{
	background-image: url(/image/dot_gray2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:5px 10px;
}
.guide_menu {
	padding: 60px 0 0 25px;
	background-image: url(/image/guide/bg_guide.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 250px;
	margin: 0 0 0 20px;
}
.faq_menu {
	padding: 60px 0px 20px 30px;
	background-image: url(/image/faq/bg_faq.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 370px;
}
.faq_menu a{	background: none;}
.faq{line-height:150%;}
.faq .arrow_answer {	margin: 20px 0 10px 0;	font-size: 14px;}
.contact_menu {
	padding: 60px 00px 0 30px;
	background-image: url(/image/contact/bg_sample.gif);
	background-repeat: no-repeat;
	width: 672px;
	height: 110px;
}
.contact_menu div {	width: 650px;}
.original_spec {
	float: left;
	width: 300px;
	color: #666666;
}
.original_spec table {
	margin: 10px 0 15px 10px;
	width: 280px;
}
.original_spec td {
	background-color: #F4F4F4;
	margin-bottom: 20px;
	padding: 5px;
}
.original_spec td a {
	color:#fff;
	text-decoration:none;
	width: 45px;
	display: block;
	text-align: center;
	background-color: #0278EE;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.original_spec td a:hover {
	background-color: #0158AF;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #666;
	border-left: 1px solid #666;


}
.original_img {	float: left;	margin: 0 20px 0 10px;}
.original_img .border{border: 1px solid #D6D4CB;}


/*-------//カテゴリページ-------*/


.gray_box{border:1px solid #666;}
.itiran_box {
	line-height: 200%;
	padding: 15px;
}
.itiran_box a{color:#FF0099;}
.itiran_box a:hover{text-decoration:none;}


/* ---------- フォーム ---------- */
.noborder {	border: none;}
.button {
	font-size:9pt;
	background-color : #333333;
	color : #FFFFFF;
	border: 3px double #333333;
}
.graywaku {	border: 1px solid #cccccc;
}
#form_container {
	width: 600px;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding: 0 0 20px 0;
}
#form_container .h2_title {
	margin: 0;
	padding: 0;
}
.form_container_box {
	padding: 10px 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 600px;
}

#form_footer {
	margin: 20px auto;
}
#form_footer .footer_line {
	height: 31px;
	width:600px;
}
#form_footer .footer_line .footer_menu {
	float: none;
	line-height: 31px;
	text-align: center;
	width:600px;
}
.error_msg {
	color: #990000;
	line-height: 150%;
	text-align: left;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}
.graywaku td {
	border: 1px solid #cccccc;
	text-align: left;
	line-height: 150%;
	padding: 5px;
	border-collapse: collapse;
}

.graywaku .td1 {	background-color: #E6E6E6;
	text-align: center;
	color: #333333;
	width: 200px;
	padding: 8px 0px;
}

.melmaga {	font-size: 12px;	color: #990000;	line-height: 150%;}

/* ---------- 検索結果 ---------- */
.search_title {
	background-color: #e0e0e0;
	padding: 5px;
	font-weight: bold;
	color: #AC2976;
	margin: 10px 0;
}
.search_box {}
.search_result {}
.search_result li {
	background-image: url(/image/bg_frame.jpg);
	background-repeat: no-repeat;
	width: 150px;
	background-position: center top;
	padding: 15px 12px 15px 12px;
	float: left;
	height: 240px;
	text-align: center;
}
.search_img {
	width: 150px;
	height: 135px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0 0 0;
}

.search_result li img{
	margin:0 10px;
	padding: 0 0 5px 0;
	
}
.search_link {text-align: left;line-height: 120%;}
/*------//検索結果---------*/


.alink_arrow{
	margin: 5px 0 0 0;
	margin-left: 10px;
}
.alink_arrow a{
	color: #CC3399;
	background-image: url(/image/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 10px;
}
.alink_arrow a:hover{}
.itiran_box .input {
	border: 1px solid #ccc;
}

.sort table{border-collapse: collapse;}
.sort {
	width: 600px;
	margin: 0px auto;
}
.sort table{table-layout:fixed;}
.sort td{border: 1px solid #ccc;line-height: 150%;	padding: 3px; text-align:center;}
.sort th{border: 1px solid #ccc;line-height: 150%;	padding: 3px;}
.sort td img{width:50px;height:50px;border:none;}
.sort td a{border:none;margin:0;padding:0;}
.sort td a:hover{border:none;margin:0;padding:0;}

/*新サイズ一覧*/
.sizetable{}
.sizetable table{table-layout:fixed;}
.sizetable td{border: 1px solid #ccc;line-height: 150%;	padding: 3px; text-align:center;}
.sizetable th{border: 1px solid #ccc;line-height: 150%;	padding: 3px;}
.sizetable td img{width:50px;height:50px;border:none;}
.sizetable td a{border:none;margin:0;padding:0;}
.sizetable td a:hover{border:none;margin:0;padding:0;}

/*jcarousel*/
pre, code, tt, {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}
/*//jcarousel*/

.sizetable #t1 th {
	font-size: 10px;
}
.event_new_item {margin:0 0 15px 0;
}
.event_new_item ul {
}
.event_new_item li {
	width: 150px;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	margin: 5px;
	padding: 10px;
	background-color: #ececec;
}
.event_new_item img {
	background-color: #FFFFFF;
	padding: 5px;
}
.event_new_item .price {
	background-color: #FF6600;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
}

/*ギフト提案ページ*/
.gift2item {
	width: 350px;
	background-image: url(/image/gift/bg_2gift.gif);
	float: left;
	margin: 10px 0 0px 10px;
	background-repeat: no-repeat;
	text-align: center;
}
.gift2item img { -ms-interpolation-mode: bicubic
	margin: 35px 0 0 0;
	margin: 35px 0 0 0;
}

.gift3item {
	width: 243px;
	background-image: url(/image/gift/bg_3gift.gif);
	float: left;
	margin: 10px 0 0px 10px;
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 30px;
}
.gift3item img { -ms-interpolation-mode: bicubic
	margin: 20px 0 0 0;
	margin: 20px 0 0 0;
}
/*//ギフト提案ページ*/
/*●●から探す*/
.color_menu td{text-align:center;size:10px;}
.katati_menu td{text-align:center;size:12px;}
.glam_menu td{text-align:center;size:12px;}

/*//●●から探す*/

/*illust*/
#download {	padding: 5px;	width: 730px;	font-size: 12px;}
#download img {	padding: 10px;	margin: 5px;}
#download div{	float:left;	width: 120px;height: 130px;	border: 1px solid #cccccc;	text-align: center; margin: 5px;}
#naiyou #download td {font-size: 12px;}
/*//illust*/
.sonota_img img{border:1px solid #e0e0e0;
width:100px;height:100px;margin:5px 2px 0 0;}


/*スタンドピックアップ　20140417 菅*/

.pickup_box{
background-color:#F3F2EE;
border:1px #D6D6D8 solid;
width:700px;
padding:20px;
}

.pickup_box_inner{
background-color:#F3F2EE;
border:1px #D6D6D8 solid;
width:700px;
height:100%;
}

.pickup_detail table{
border:1px #CCCCCC solid;
border-collapse:collapse;
}

.pickup_detail img{
margin:2px;
}

.pickup_detail th{
border:1px #CCCCCC solid;
border-collapse:collapse;
background-color:#4A2C10;
color: #D7D0C6;
padding:3px;
}

.pickup_detail td{
border:1px #CCCCCC solid;
border-collapse:collapse;
padding:3px;
}

.pickup_bg{
border:1px #CCCCCC solid;
background-color:#EFEEEA;
}

.pickup_bg_white{
background-color:#FFFFFF;
}

.ichiran_bg{
background-image:url(image/topic/stand_pickup/ichiran_bg.gif);
background-repeat:no-repeat;
width:181px;
height:31px;
color:#FFFFFF;
padding-top:15px;
font-weight:bold;
margin:0 0 20px 50px;
}

.ichiran_bg a{
background-image:none;
}

.ichiran_bg a:hover{
background-image:none;
color:#FFFFFF;
}

.arrow{
margin:40px 0px;
text-align:center;
}
/*//スタンドピックアップ　20140417 菅*/


/*小冊子WEB判お手紹介　20150529菅*/
.gift_ichiran{
background-color:#ffffff;
width:750px;
height:100%;
margin:10px 0 0 0;
}

.gift_ichiran table{
border:1px #CCCCCC solid;
border-collapse:collapse;
width:400px;
}

.gift_ichiran img{
margin:2px;
}

.gift_ichiran th{
border:1px #CCCCCC solid;
border-collapse:collapse;
background-color:#ffffff;
padding:3px;
}

.gift_ichiran td{
border:1px #CCCCCC solid;
border-collapse:collapse;
padding:3px;
}
/*//小冊子WEB判お手紹介　20150529菅*/


/* ----------
会社概要
---------- */
.bottom_border{
	border-bottom: 5px solid #ccc;
	/*margin-right: 16px;*/
	margin-bottom: 5px;
}
.w100 {
	width: 100%;
}
.w92 {
	width: 92%;
}
#center_box h2 {
	background-image: url(/image/bg_tiitle_coffee.gif);
	color: #FFFFFF;
	text-indent: 10px;
	font-weight: normal;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin-bottom:10px;
}
.corporate h3{
	border-bottom: 5px solid #CCC;
}
#center_box .h2 {
	background-image: none;
	color: #333;
	border-top: 2px solid #5a5a5a;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 2.2em;
}
#center_box .h3 {
    background-image: none;
    color: #5C513D;
    border-bottom: 1px dotted #5C513D;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.2em;
}
.w700b {
	width: 700px;
	margin-left: 5px;
	padding:0;
}

/*Newバッチ*/
.box_new {
    position: relative;
}
.ico_new {
    width: 50px;
    height: 50px;
    color: #ffffff;
    background-color: #dc3545;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: .2em;
    left: .2em;
}

/* new */
.ribbon19-wrapper {
  display: block;
  position: relative;
  background: #f1f1f1;
  box-sizing: border-box;
}

.ribbon19-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 85px;
  overflow: hidden;
  }

.ribbon19 {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -24px;
  top: 20px;
  width: 160px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  background: #fa8383;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 2px #fa8383;
  border-top: dashed 1px rgba(255, 255, 255, 0.65);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}

/* アコーディオンリンク */
.accordion {
  min-width: 300px;
  margin: 0 auto;
  padding: 0;
}
.accordion .ac-content {
  margin: 0;
  padding: 0;
}
.accordion input {
  display: none;
}
.accordion label {
  display: block;
  background: #778627;
  cursor: pointer;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.accordion label:hover {
  background: #ccc;
}
.accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  /*background: #ddd;*/
  padding: 0 10px;
  box-sizing: border-box;
}
.accordion input:checked + .ac-cont {
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
.topics_h3 {
    padding:10px;
	color:#4A2C10;
	font-size:25px;
}

.table-sticky th{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
a.btn_more {
	position: relative;
	display: block;
	width: 400px;
	background: #fff;
	color: #63544b;
	font-weight: bold;
	text-decoration: none;
	line-height: 60px;
	margin: 20px auto;
	border-radius: 6px;
	box-sizing: border-box;
	border: 1px solid #63544b;
	font-size: 1.5em;
	text-align: center;
}
a.btn_more::before {
	right: 5px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #63544b;
	border-width: 6px;
	margin-top: -6px;
	transform: scale(1, 0.65);
}

a.btn-border {
  border: 2px solid #eb6100;
  border-radius: 0;
  background: #fff;
  color: #eb6100;
  position: relative;
  /*display: block;
  max-width: 300px;*/
  font-weight: bold;
  text-decoration: none;
  line-height: 40px;
  margin: 20px auto;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.1em;
  text-align: center;
}

a.btn-border:hover {
  color: #fff;
  background: #eb6100;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.9);
}

/* BACK TO TOP */
#backtotop {
	position: fixed;
	bottom: 80px;
	right: 20px;
	font-size: 1em;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#backtotop a {
	background: #666!important;
	text-decoration: none;
	color: #fff;
	width: 44px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
}
#backtotop a:hover {
	text-decoration: none;
	background: #999!important;
}
.slider1 li {
  display: none; /*読み込み時は非表示*/
}
.bx-viewport .slider1 li {
  display: block !important; /*JSが読み込まれたら表示*/
}
/* bootstrap4  */
.row-0 {
    margin-left:0px;
    margin-right:0px;
}
.row-0>div {
    padding-right:0px;
    padding-left:0px;
}
.row-10 {
    margin-left:-5px;
    margin-right:-5px;
}	
.row-10>div {
    padding-right:5px;
    padding-left:5px;
}
.carousel-indicators li {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.navbar-expand-lg .navbar-nav .nav-link {
  text-decoration: none;
}
@media print {
  #container, .container {
    width: auto;
  }
}
.img-responsive {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
@media screen and (max-width:767px) {
.is-fixed {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
}
.is-fixed.hide{
  opacity: 0;
  transform: translateY(-100%);
}
}
/*メディアクエリ*/
@media (max-width: 575.98px) {
.bg-header{
	background-color: #EBE9E7;
}
.header-nav-item{
	width: 100%;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.bg-header{
	background-color: #EBE9E7;
}
.header-nav-item{
	width: 100%;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.nav-deco {
  border-left: 1px dotted #333;
  border-right: 1px dotted #333;
  padding: 0 1.25rem;
}
.nav-deco+ li {
  border-left: 0;
  border-right: 1px dotted #333;
}
}
@media (min-width: 1200px) {
.nav-deco {
  border-left: 1px dotted #333;
  border-right: 1px dotted #333;
  padding: 0 1.25rem;
}
.nav-deco+ li {
  border-left: 0;
  border-right: 1px dotted #333;
}
.header-nav-item{
	width: 60%;
}
}
/*商品コメント用*/
.goods_supp img {
    margin: 10px auto;
}
.mrg-top10 {
	margin-top : 10px;
}
.visible-lg {
    display: none;
}
@media print, screen and (min-width: 1200px) {
    .visible-lg {
        display: block;
    }
}
.goods_supp .modal-header {
    display: block;
}
.goods_supp .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.goodscomment2_ .topic {
    margin: 4px 1px;
    padding: 4px;
    border: 1px solid #CCC;
    background-color: #fff!important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.goodscomment2_ .topic p {
    margin-bottom:4px;
}
.goodscomment2_ h2 {
    font-size: 1.6em;
    border-bottom: dashed 1px #978170;
    margin-top: 1rem;
}
/*商品詳細ページ修正用*/
.bikou-box li {
  position: relative;
  padding-left: 15px;
}
.bikou-box li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  font-weight: 900;
  font-size: 0.5em;
  left: 0;
  position: absolute;
}
.bg_pink {
  background-color: #f2dede;
}
.breadcrumb {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#color_list:not(.swiper-initialized),
#design_list:not(.swiper-initialized),
#fukuro_list:not(.swiper-initialized),
#futa_list:not(.swiper-initialized),
#fuzoku_list:not(.swiper-initialized),
#inner_list:not(.swiper-initialized),
#kakou_list:not(.swiper-initialized),
#near_list:not(.swiper-initialized),
#nosi_list:not(.swiper-initialized),
#set_list:not(.swiper-initialized),
#sikiri_list:not(.swiper-initialized),
#soko_list:not(.swiper-initialized),
#sotobako_list:not(.swiper-initialized),
#title_list:not(.swiper-initialized),
#zaisitu_list:not(.swiper-initialized),
#glam_list:not(.swiper-initialized) {
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination-bullet {
  background-color: #343a40 ;
}