/*SPコンテンツ非表示*/
#header_sp,nav.header_sp_fixpart{
    display: none;
}
#footer_sp,#sp_slider,#sp,#smpheader_logo,.sp_display,.sp_only,.line2{
    display: none;
}
/*枠組み*/
#main_contents{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#header_bg{
    width: 100%;
    background-color: #231711;
    height: 104px;
}
#menu_bg{
    width: 100%;
    background-color: #C3A264;
    opacity: 1;
}
nav.transform{
    position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 1;
  background-color: #C3A264;
}
#header {
    width: 1000px;
    max-width: 1000px;
    margin: 0px auto;
}
ul#menu{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
}
#submenu {
    width: 100%;
    max-width: 1000px;
    margin: 5px auto;
    padding-right: 12px;
    display: table;
}
#field{
    width: 100%;
}
#container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.left_item{
    width: 200px;
}
.left_item h3{
    background-color: #807b74;
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 0.9em;
    display: block;
    margin: 0;
}
#left_freedial{
	margin-bottom: 5px;
}

/********************************
 
    ヘッダー
 
********************************/

/*ロゴ*/
h1#logo{
	margin-bottom:-3px !important;
	margin-top:0 !important;
}

#header{
    height: 104px;
    color: white;
    background-color:#231711;
    position: relative;
}
#logo_area {
    width: 47%;
    float: left;
    align-items: center;
    display: flex;
    padding-top: 15px;
}
#logo_txt{
    font-size: calc(8px + 0.2vw);
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: 7px;
    font-family: -webkit-pictograph;
    font-weight: normal;
}
#header_right {
    float: right;
    width: 53%;
}
#contact {
    float: left;
	position:absolute;
	right:0px;
    /*
	width: 31%;
	*/
}
#contact p{
    margin-bottom: 0px;
	/*21から50変更(10/17)*/
    margin-top: 50px;
	/*
    margin-right: 7px;
	*/
    float: right;
}
.contact_txt_1{
    font-size: 18px;
}
.contact_txt_2{
    font-size: 13px;
    line-height: 5px;
    line-height: 1;
    font-weight: 100;
}
#header_right_rightblock {
    float: left;
    margin-top: 13px;
	position:absolute;
	right:0px;
}
#rightblock_upper img{
    margin-top: 18px;
    float: right;
}
.ship10800{
    float: left;
    font-size: 15px;
    line-height: 130%;
    padding-right: 10px;
    font-weight: initial;
}
#lower {
    width: 100%;
    max-width: 600px;
    padding-left: 0px;
    margin-top: 1px !important;
    margin: 0 auto;
}
#lower img{
    float: left;
    padding-right: 20px;
}
#lower img#faq{
    padding-right: 12px;
}
#lower img#login{
    border-right:solid 1px #fff;
    border-left:solid 1px #fff;
    padding-left: 12px;
    padding-right: 12px;
}
#lower img#mypage{
    /*border-right:solid 1px #fff;*/
    border-left:solid 1px #fff;
    padding-left: 12px;
    padding-right: 12px;
}
#lower img#logout{
    border-right:solid 1px #fff;
    border-left:solid 1px #fff;
    padding-left: 12px;
    padding-right: 12px;
}
#lower img#cart{
    padding-left: 12px;
    padding-right: 0px;
}
/*menu*/
#menu{
    position: relative;
    margin: auto;
    margin: 0px 0px;
    padding-left: 0px;
}
.menu_mega{
    display: block;
    clear: right;
    float: left;
    width: 16.66%;
    height: 50px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #C3A264;
}
a.init-bottom{
    font-size: 15px;
    font-weight: 300;
}

/*↓↓　プルダウン  ↓↓*/
#menu {
    position: relative;
    height: 50px;
    margin: 0 auto;
}
#menu > li {
    float: left;
    width: 14%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#menu > li a {
    display: block;
    color: #fff;
    text-decoration: none;
}
#menu > li a:hover {
    color: #999;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
#menu > li:hover {
    background: #231711;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__second-level li {
    border-top: 1px solid #111;
}
.box_bnr .box h3{
    text-align: start ;
    line-height: 0px;
    margin-top: 0px;
}
.menu__second-level .box h3{
    color: #000;
    font-size: 13px;
    font-family: -webkit-pictograph;
}
.all_item_header .box{
    height: 195px !important;
}

/* floatクリア */
#menu:before,
#menu:after {
    content: " ";
    display: table;
}
#menu:after {
    clear: both;
}
#menu {
    *zoom: 1;
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    width: 1000px;
    padding: 10px;
    background: #e7e7e7;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
    z-index: 100;
}
li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}
li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}
.box_bnr{
    margin: 0 auto;
}
.box_bnr div:nth-child(odd){
    float: left;
}
.box_bnr div:nth-child(even){
    float: right;
}
.box_bnr .box{
    margin-bottom: 8px;
}
.box_thum .box {
    float: left;
    margin-right: 25px;
    width: 150px;
    min-height: 235px;
    line-height: 12px;
    margin-bottom: 10px;
}
.thum_caption .price {
    text-decoration: none;
    color: #000;
}
.box_thum h3{
    text-align: start;
    line-height: 13px;
    margin-bottom: 0px;
    margin-top:3px;
    display: block;
    width: 100%;
}
.new{
    float: left;
    display: block;
}
.box_item_caption{
    float: left;
    margin-top: 5px;
}
.thum_caption{
    margin-top: 5px;
    padding-left: 5px;
}
.all_item_header .box_thum .box {
    min-height: 190px;
}

/*↑↑　プルダウン　↑↑*/

.submenu_text {
    display: table-cell;
    float: right;
}
.link{
    text-decoration: none;
    font-size: 12px;
    color: #000;
}
ul#submenu span.tri{
    color: #cdcdcd;
    font-size: 7px;
    margin-right: 5px;
}


/********************************
 
    レフト
 
********************************/
#left{
    float: left;
    width: 200px;
}
/*left*/
.left_ttl{
    margin-top: 15px;
}
.left_ttl2{
    margin-bottom: 10px;
}
img.cate_ttl{
    margin-top: 10px;
}
#search_area{
    background-color: #fff;
	margin-bottom:40px;
}
.search{
	font-size:17px;
	margin-bottom:10px;
}
#word_input,#price_input{
    color: #3e3632;
    line-height: 16px;
    font-weight: bold;
    margin-top: 10px;
    font-size: 13px;
    font-family: ;
}
#dummy{
    width: 100%;
    height: 1px;
}
#left label#word_input{
    font-size: 13px;
}
#form_yen{
    font-size: 12px;
    display: inline;
    font-weight:bold;
}
#price_caption{
    display: block;
}
#left form a{
    margin-left:54px;
}
#left form img{
    margin-top: 10px;
    margin-bottom: 3px;
}
#left form #word_input,#left form #price_input{
    margin-left: 0px;
}
#left select{
    width: 65px;
}
#left input#search_word{
    width: 90% !important;
}
#search_area button {
display: none;
}
#left_icn{
    width: 200px;
}
#left img.left_sns{
    display: inline;
    float: left;
}
.left_icn a img :nth-child(2),.left_icn a img :nth-child(3),.left_icn a img :nth-child(4){
    margin-left: 5px;
}

/*画像ボタンアニメ*/
#left_budget a.price_btn {/*レフト*/
    position: relative;
    display: block;
    border: none;
    outline: none;
    transition: all .1s;
    height: 53px; /*49*/
    width: 200px; /*196*/
    margin-bottom: 10px;
}
#main_badget{
    width: 720px;
    height: 450px;
    margin: 0 auto;
}
a.price_btn img{
    float: left;
}


a.price_btn::before,
a.price_btn::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent;
    margin-top: 0px;
}
a.price_btn::before {
    top: -1px;
    left: 0px;
}
a.price_btn::after {
    bottom: -4px;
    right: 0px;
}


/* 予算別マウスオーバーアクション
a.price_btn:hover::before,
a.price_btn:hover::after {
    width: 98% !important;
    height: 100%;
}

a.price_btn:hover::before {
    border-bottom-color: #ff900c;
    border-left-color: #ff900c;
    transition: height .3s, width .3s .3s;
}
a.price_btn:hover::after {
    border-top-color: #ff900c;
    border-right-color: #ff900c;
    transition: height .3s, width .3s .3s;
}
*/

/********************************
 
    フッター
 
********************************/
#footer {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    clear: both;
    box-align: center;
    display: block;
}
/*送料*/
#postage{
padding:0 10px;
}
#postage img,#postage h2,#postage_table,#payment img,#delivery img{
    display: block;
    max-width: 100%;
    margin: 0;
}
#footer .footer_icon{
    position: relative;
    top: 42px
}
#postage h2{
    font-size: 16px;
    padding: 5px 10px;
    background-color: #f1f1f1;
}
#postage_table{
    font-size: 15px;
}
#postage p{
    font-family: -webkit-pictograph;
}
table#postage_table{
	width:auto;
    border: 1px solid #ccc;
}
#postage th{
    background: #e5e5e5;
    height: 30px;
    line-height: 30px;
    width: 250px;
    border-right: 1px solid #ccc;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}
#postage td{
		height:30px;
		line-height:30px;
		text-align:center;
}
#postage .fuline{
		height:30px;
		line-height:30px;
		text-align:center;
	}



/*お支払い方法*/
#payment, #delivery {
    width: 49%;
    max-width: 490px;
    margin-bottom: 60px;
}
#payment{
    float: left;
}
#delivery{
    float: right;
}
#payment h2{
    font-size: 16px;
    padding: 5px 10px;
    background-color: #f1f1f1;
}
#payment p{
    margin-bottom: 2px;
    margin-top: 9px;

}
#payment img.more{
    padding-top: 5px;
}
.payment_logo{
    padding-bottom: 15px ;
}
#delivery h2{
    font-size: 16px;
    padding: 5px 10px;
    background-color: #f1f1f1;
}
#delivery p{
    margin-bottom: 2px;
    margin-top: 9px;
}
#delivery img.more{
    margin-top: 17px;
}
#delivery img.graph{
    margin-top: 10px;
}
#footer_bar{
	position:relative;
    background: #3e3632;/*背景色*/
    color: #fff;
    text-align: center;
    clear: both;
    font-size: 10px;
    font-family: "游ゴシック","arial unicode ms",sans-serif !important;
    height: 31px;
}
#footer_bar h2{
    margin-bottom: 0px;
    font-size: 15px;
}
#shoplist{
    margin-top: 30px;
}
.footer_icon{
    margin-bottom: 17px !important;
}



/********************************
 
	予算
 
********************************/
#main_budget{
    display: block;
    width: 760px;
	text-align: center;
}

#main_budget div#price_range{
  display: inline-block;
}

/*hover*/
.hover3 {
  font-family:
		"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"HIragino Kaku Gothic Pro W3",
		"HIragino Kaku Gothic Pro",
		Osaka,
		"ＭＳ Ｐゴシック", "MS P Gothic",
		sans-serif;
  width:170px;
  height:60px;
  font-size:16px;
  text-align:center;
  line-height:60px;
  display: inline-block;
  margin: 0 5px 1em;
  background: #fff;
  border: 1px solid #C3A264;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background-color:#C3A264;
  border-radius:5px;
}
.hover3:hover {
  border: 1px solid #58350C;
  background: #58350C;
  color: #ffffff;
}

/*画像ボタンアニメ*/

  #main_budget div#price_range a.price_btn {/*メイン*/
    position: relative;
    display: block;
    border: none;
    outline: none;
    transition: all .1s;
    height: 74px;
    width: 168px;
    float: left;
  }
  #main_budget div#price_range a.price_btn:nth-child(-n+3){
    margin-right: 12px;
  }

  

  #main_budget div#price_range a.price_btn img{
    float: left;
  }
  
  #main_budget div#price_range a.price_btn::before,
  #main_budget div#price_range a.price_btn::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent;
    margin-top: 0px;
  }
  #main_budget div#price_range a.price_btn::before {
    top: -1px;
    left: 0px;
  }
  #main_budget div#price_range a.price_btn::after {
    bottom: -4px;
    right: -1px;
  }
  
  #main_budget div#price_range a.price_btn:hover::before,
  #main_budget div#price_range a.price_btn:hover::after {
    width: 100%;
    height: 100%;
  }
  #main_budget div#price_range a.price_btn:hover::before {
    border-bottom-color: #ff900c;
    border-left-color: #ff900c;
    transition: height .3s, width .3s .3s;
  }
  #main_budget div#price_range a.price_btn:hover::after {
    border-top-color: #ff900c;
    border-right-color: #ff900c;
    transition: height .3s, width .3s .3s;
  }
 img.ttl_pc{
     margin: 0 auto;
 }


 /*footer text link*/
 div#footer_link a {
    text-decoration: none;
    color: #000;
    margin-right: 20px;
}
#footer_lower{
padding:0 10px;
}
div#footer_link {
    display: block;
    width: 1000px;
    float: left;
    margin-bottom: 5px;
}

 /*footer icn*/
 div#footer_icn {
    position: absolute;
    left: 50%;
	margin-left:300px;
    top: 6px;
    overflow: hidden;
}
#footer_bar h2{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    line-height: 31px;
}
div#footer_icn a {
    display: block;
    float: left;
    height: 22px;
    margin-left: 5px;
}

div.left_box{
    width: 49%;
    max-width: 370px;
    float: left;
}
div.right_box{
    width: 49%;
    max-width: 370px;
    float: right;
}
div.left_box img,div.right_box img{
  width: 100%;
}

div.box1{
	width:32%;
	margin-right:2%;
	float:left;
}

div.box2{
	width:32%;
	margin-right:2%;
	float:left;
}

div.box3{
	width:32%;
	float:right;
}


/********************************
 
	PCカード右アイコン
 
********************************/
.buying{
position:fixed;
right:20px;
bottom:-80px;
transition:1s;
opacity:1;
}
.buying:hover{
opacity:0.7;
}

.upper{
position:fixed;
right:20px;
bottom:-80px;
transition:1s;
opacity:1;
}
.upper:hover{
opacity:0.7;
}

/*買い物かごバナー*/
.btn-flat-simple {
    border-radius: 9px;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 20px 20px;
    text-decoration: none;
    color: #ffffff;
    background: #4D2800;
    transition: .4s;
    font-size: 16px;
    margin: 0 auto;
    font-weight: normal;
    letter-spacing: 5px;
}

.btn-flat-simple:hover {
  background:#C58F52;
  color: white;
}