/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
img, abbr, acronym, fieldset {
  border: 0;
}
body {
  font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
}
/* 共通　タイトルみたいなのとか  
------------------------------------*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  outline: medium none;
  text-decoration: none;
}
.clear {
  clear: both;
  min-height: 1px;
}
.clearLeft {
  clear: left;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
body {
  margin-right: auto !important;
  margin-left: auto !important;
}
/*　 ヘッダー  
--------------------------------*/
#header {
  width: 960px;
  margin: auto;
}
#headerWrap .logo {
  width: 250px;
  z-index: 999999;
  float: left;
  margin-top: 10px;
}
#headerWrap .logo {
  width: 120px;
  z-index: 999999;
  float: left;
  margin-top: 30px;
}
#headerWrap .logoemb {
  width: 50px;
  z-index: 999999;
  float: left;
  margin-top: 15px;
  margin-left: 5px;
}
.sitenavi {
  margin-top: 10px;
  float: right;
}
.sitenavi li {
  display: inline-block;
  padding: 0 8px 0;
  font-size: 12px;
  border-left: 1px solid #B3B3B3;
  transition: 0.5s;
}
.sitenavi li:nth-child(1) {
  border-left: none;
}
.sitenavi li:hover {
  opacity: 0.7;
}
.sitenavi img {
  width: 20px;
  margin: 0 3px -5px 0;
}
/***********　検索　*********/
dl.search {
  position: relative;
  float: right;
  width: 300px;
  background-color: #fff;
  border: 1px solid #555555;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin: 15px 0 10px;
}
dl.search dt {
  margin-right: 0px;
}
dl.search dt input {
  padding-left: 8px;
  width: 300px;
  height: 30px;
  line-height: 25px;
  background: none;
  border: none;
}
dl.search dd {
  position: absolute;
  top: 0;
  right: 0;
}
dl.search dd button {
  display: block;
  padding: 5px;
  background: none;
  border: none;
}
dl.search dd button span {
  display: block;
  width: 20px;
  height: 20px;
  background: url('../img/icon_search.png') no-repeat scroll 0 0;
}
/*--------------------------------
ヘッダーここまで  */
#drawer-obi {
  width: 100%;
  height: 75px;
  position: absolute;
}
.bxslider li img {
  width: 100%;
}
.pcmenu {
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.pcmenu:before, .pcmenu:after {
  content: "";
  display: table;
}
.pcmenu:after {
  clear: both;
}
.pcmenu li {
  position: relative;
  width: 137px;
  float: left;
  text-align: center;
}
.pcmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #81776c;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
}
.pcmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.pcmenu li ul li {
  width: 100%;
}
.pcmenu li ul li a {
  padding: 13px 10px;
  border-top: 1px solid #f5f4ef;
  background: #81776c;
  text-align: left;
  z-index: 9999;
  line-height: 1.2rem;
}
.pcmenu li:hover > a {
  color: #81776c;
  background-color: #f5f4ef;
  cursor: pointer;
}
.pcmenu li a:hover {
  background: #f5f4ef;
}
#dropmenu li ul li {
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#dropmenu li:hover ul li {
  overflow: visible;
  height: auto;
}
.drop1 {
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
}
.drop1 ul {
  width: 100%;
}
.pcmenu :nth-child(7) {
  border-right: solid 1px #fff;
}
.pcmenu :nth-child(14) {
  border-right: solid 1px #fff;
}
/* ピックアップ
-----------------------------------*/
#main_img {
  top: 0;
  width: 960px;
  line-height: 0;
  text-align: left;
  float: left;
  object-position: 0 100%;
}
.pcmain {
  width: 960px;
  margin: auto;
}
.itemlist3 {
  width: 280px;
  float: left;
  padding-left: 10px;
  margin-bottom: 0px;
  padding-top: 4px;
}
.itemlist3 :hover {
  opacity: 0.8;
}
.rakuteninfo {
  width: 1000px;
  margin: auto;
  overflow: hidden;
  padding-top: 5px;
  background-color: #f3f2f1;
}
.shopinfo {
  width: 1000px;  
  margin: auto;
  margin-top: -10px;
  overflow: hidden;
}
.eventb1 img {
  width: 750px;
}
.eventb2s img {
  width: 485px;
}
.eventb2 img {
  width: 480px;
}
    /*スライダーサムネイル設定*/
    .bxslider_thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    list-style: none;
}

.bxslider_thumbnail > li {
    width: calc(100% / 5);
}

.bxslider_thumbnail > li > a {
    display: block;
    position: relative;
    padding-top: 45%;
}

.bxslider_thumbnail > li > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    width: 100%;
}
/*スライダサムネイルここまで*/

.rakuteninfo{
	display:none;
}
