/*
Template:twentysixteen
Theme Name:shop
Version:1.0
*/

html {
    margin-top: 0px !important;
}


.newhead ul{
  margin: 0px 0px 50px 0px ;
  padding: 0px 0px 0px 0px;
  list-style: none;
  display: flex;
}

.newhead ul li{
  margin: 0px 0px 0px 0px ;
  padding: 0px 0px 0px 0px;
  width: 50%;
}

.newhead ul li:nth-child(2){
  text-align: right;
}
@media screen and (max-width:480px) {
.newhead ul li img{
  width: 100%;
}
.newhead ul li:nth-child(2) img{
  width: 100%;
}
}


#slider {
    overflow:hidden;
    position:relative;
    width:100% !important;
    margin-top: 200px;
	margin-bottom: 15px;
}

#sliderInner {
    position:relative;
    left:50%;
    width:3040px;
    margin-left:-1520px;
}
#sliderInner li {
  width:1166px;
  height:417px;
}

#slideFilterL, #slideFilterR {
    position:absolute;
    top:0;

    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:#fff;
}
#slideFilterL {
    left:0;
}
#slideFilterR {
    right:0;
}

.bx-wrapper {
    margin:0 auto;
    position:relative;
}

.bx-wrapper .bx-pager {
    display: none;
}

/* コントローラー */
.bx-wrapper .bx-prev {
  display: none;
}

.bx-wrapper .bx-next {
  display: none;
}

.bx-wrapper .bx-prev:hover {
    background-position:0 0;
}

.bx-wrapper .bx-next:hover {
    background-position:-43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position:absolute;
    top:109px;
    outline:0;
    width:32px;
    height:32px;
    text-indent:-9999px;
    z-index:9999;
}

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

.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 {
    display:block;
    width:10px;
    height:10px;
    margin:0 5px;
    outline:0;
    text-indent:-9999px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;;
    background:#666;
}

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

.store-list .store-box dd.store-list-txt {
    height: 180px!important;
}
.store-info-img {
    width: 50%;
    float: left;
    padding: 20px;
}

.store-info-txt {
    width: 45%;
    float: left;
    margin: 10px 0 0 0px;
}