﻿/* 上書き箇所  */
body{width:100%;background-image: none;background-repeat: no-repeat}
#wrapper{width:100%}
#lefts{width:100%}
#SiteSearchs{width:100%;height:100%;margin-bottom:15px}
#Searchs{width:280px}
#contents{width:100%}
.Productleft{width:100%;}
.Productright{border: 0px;width: 100%;margin: 10px 0 10px 0}
#right{width:100%;margin: 12px 0 0 0}
.HaikeiGry{margin:10px}
.Midasi{margin-left:10px;width:85%;color:red}
.menubarlink a{font-size:12px}
#company_name{width:100%;padding:20px 5px}
.fa{font-size: 18px}
.fb{margin-top:10px;font-size: 1.9rem}
#map{height:100%;width:100%}
.ContentsButton{margin:2px;width: 190px}
.spblock{width:360px;height:360px}
.spPicture{width:342px;border-width:0 1px 1px 1px;border-radius: 0 0 0 0}
.sptext{width:346px;border-width:0 1px 1px 1px;border-radius: 0 0 5px 5px}
.td1box{width:100%;clear:left;margin-right:0px}
.tbutton{margin: 0 auto 20px auto}

/*ハンバーガーメニュー*/
#nav-drawer{position:relative}
#nav-open{display:inline-block;width:32px;height:22px;vertical-align:middle;position:fixed;z-index:5;top:20px;right:5px}
/*ハンバーガーの形をCSSで表現*/#nav-open span,#nav-open span:before,#nav-open span:after{position:absolute;height:3px/*線の太さ*/;width:30px/*長さ*/;border-radius:3px;background:#555;display:block;content:'';cursor:pointer}
#nav-open span:before{bottom:-8px}
#nav-open span:after{bottom:-16px}
#nav-close{display:none;position:fixed;z-index:6;top:0;left:0;width:100%;height:100%;background:#000;opacity:0;transition:.3s ease-in-out}
/*メニューの中身*/#nav-content{overflow:auto;position:fixed;top:0;left:0;z-index:7;width:248px;height:100%;background:#fff;transition:.3s ease-in-out;-webkit-transform:translateX(-105%);transform:translateX(-105%)}
#nav-input:checked ~ #nav-close{display:block;opacity:.5}
#nav-input:checked ~ #nav-content{transform:translateX(0%);box-shadow:6px 0 25px rgba(0,0,0,.15)}
.header-logo-menu{display:flex;flex-direction:row}

/*ソート機能*/
.sort-contents {padding:0;}
.sort li{background:#EEE;width:100%;display:flex;margin:25px 0 0;padding: 0;}
.copyBtn{width:40px;height:40px}


/*商品一覧*/.ProductALL{width:128px;height:160px}
/* 上記のdiv内画像設定 */div.ProductALL img {width: 128px;height:92px}

/* 売り切れアイコンモバイル時の位置修正 */.sold-outico{top: 60px;left: 5px;}

/*ページ下部リンク*/
.linkbox {
  padding: 10px;}