@charset "UTF-8";
@media(max-width:768px){
/*==================================================
初期設定
================================================== */
a {
	color: #333;
	text-decoration: none;

}

@media screen and (max-width: 768px) {
	body.no-scroll {
		overflow: hidden;
	}
}

/*==================================================
本体
================================================== */
.slidesidebar-wrap {
	width: 100%;
	display: block !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
}

.slidesidebar-inner {
	position: relative;
}

/* メイン部分
-------------------------------------------------- */
.slidesidebar {
	width: 260px;

	background: rgba(255,255,255,.9);
	box-shadow: 0 -2px 2px rgba(0,0,0,.2);

	position: absolute;
	top: 0;
	right: -260px;
	z-index: 200;

	box-sizing: border-box;

	transition: All .5s ease;
}

.open .slidesidebar {
	right: 0px;
}

.slidesidebar-main-contents {
	height: 100%;
	overflow-y: scroll;
}
.slidesidebar-main-contents ul li{
    color: #000000;
    display: block;
    font-size: 100%;
    text-align: center;
    width: 100%;
    padding: 20px 0;
   /* border: 1px solid #ccc;*/
font-family: "メイリオ",meiryo　!important;
	
}
.slidesidebar-main-contents ul li img{
  display: block;
  max-width: 100%;
  margin: 0 auto;	
}	
.slidesidebar-main-contents ul li span{
	border-bottom: 2px solid #0d5cba;
	display: inline-block;
	padding-bottom: 5px;
}

.slidesidebar-main-contents ul li.brand {
    height: auto;
    width: 100%;
    position: relative;
    padding: 30px 10px 30px;
    box-sizing: border-box;
    border-bottom:1px solid #333 ;
    background: url(/../../../images/shop/subvis.png) repeat;	
}
.slidesidebar-main-contents ul li.brand img{
  max-width: 100%;
}
.slidesidebar-main-contents ul li.side-contact{
  padding: 1em;
  text-align: center;
  box-sizing: border-box;
  clear: both;
  border-top:1px solid #333 ;
}
.slidesidebar-main-contents ul li.side-contact img{
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.slidesidebar-main-contents ul li.side-contact .sns-ico img,
.slidesidebar-main-contents ul li.side-contact .sns-ico a{
  display: inline-block;
}


.slidesidebar-main-contents ul li.side-contact > a span{
    display: block;
  background: url(../images/common/ico-tel.png) no-repeat left center;
  padding-left: 40px;
  margin-top: 10px;
  color: #462301;
  font-size: 170%;
}

.slidesidebar-main-contents ul li.half{
  width: 50%;
  border: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  box-sizing: border-box;
  font-size:3vw;
  background: #cfcfcf;
  color: #fff;
  float: left;
}
.slidesidebar-main-contents ul li.bd {
    border-bottom: 1px solid #cccccc;
    color: #000000;
    display: block;
    font-size: 100%;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
/*==================================================
マスク
================================================== */
.slidesidebar-mask {
	width: 100%;

	background: rgba(0,0,0,0);

	position: absolute;
	top: 0;
	right: -100%;
	z-index: 0;

	transition: all .3s ease;
}

.open .slidesidebar-mask {
	background: rgba(0,0,0,.3);

	right: 0%;
}


/*==================================================
ハンバーガーメニュー
================================================== */

.slidesidebar-hamburger,
.slidesidebar-hamburger:hover {
	width: 50px;
	height: 50px;

	padding: 30px 0 0;

	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: 'メイリオ';
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;

	background: rgba(255,255,255,.4);

	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 20px;
	left: -60px;
	z-index: 100;

	cursor: pointer;
	transition: All .5s ease;
}

.slidesidebar-hamburger.view,
.open .slidesidebar-hamburger {
	left: -60px;
	opacity: 1;
}

.slidesidebar-hamburger span {
    width: 32px;
    height: 4px;
    background: rgba(0,0,0,1);
    display: block;
    position: absolute;
    top: 17px;
    left: 12px;
    transition: All 0.5s ease;
    border-radius: 5px;
}

.slidesidebar-hamburger span:before,
.slidesidebar-hamburger span:after {
	content: '';

	width: 32px;
	height: 4px;

	background: rgba(0,0,0,1);

	display: block;
	position: absolute;
    border-radius: 5px;
	transition: All 0.5s ease;
}

.slidesidebar-hamburger span:before {
	top: -12px;
}

.slidesidebar-hamburger span:after {
	top: 12px;
}

/* open
-------------------------------------------------- */
.open .slidesidebar-hamburger span {
	background: rgba(255,255,255,0);
}

.open .slidesidebar-hamburger span:before {
	top: 0;
	transform: rotate(45deg);
}

.open .slidesidebar-hamburger span:after {
	top: 0;
	transform: rotate(-45deg);
}


/*==================================================
クローズボタン
================================================== */
.slidesidebar-close-btn {
    text-align: center;
    line-height: 35px;
    font-family: 'メイリオ';
    text-decoration: none;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: block;
    cursor: pointer;
    color: #fff;
    background: #0d5cba;
}

/*==================================================
ナビ
================================================== */
.slidesidebar-nav a {
	font-family: "メイリオ",meiryo　!important;
	padding: 0 5px;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: normal !important;
	color: #fff!important;
	/*border-top: 1px solid rgba(0,0,0,.05);*/

	display: block;
}



}/*max-width:768px*/