@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*clear fix*/
.cfWrap, #contents, #fontSize, footer .inner, footer .pageLi, #footerInfo dl, #sort, .itemList, .itemList .dtl, .tableWrap, .calendarTable, .calendarTable tr, .weekTable .eventLi, .todayTable .dtl, .calendarControl, #post,
.post, #shopSort, #shopPage .shopCont.clm, #dtlArea, .shopItem, #sale, #reserve, #special, #ticket .name, #card, #magazine .formWrap, #today .todayPost {
  overflow: hidden;
  /* *zoom: 1; */
}

#wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}

/*box-sizeing*/
header, #searchTxt, #topSearchTxt, #gNav, #gNavLi > li > .fade, #gNavLi .subNavLi, #language, #languageLi > li > .fade, #languageLi .subNavLi, #side, #footBnr, #footerBnrLi, #sort li, #sort .wrap, .itemList .wrap, .itemList .item, table, table tr, table th, table td, .calendarTable tbody, .rankingAllTable .thum img, #shopSort li, #shopSort .wrap, #shop .itemList .wrap, #shoplist .itemList .thum img, #sale .itemList .logo img, #special .itemList .thum img, #coupon .itemList .thum img, #ticket, #ticket .logo img, #recruit .itemList .thum img, .formTable th, .formTable .input01 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*clearfix
-------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* common
-------------------------*/
body {
  position: relative;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #fff;
  font-size: 0.875em;
  word-break: break-word;
}

body.fontM {
  font-size: 0.875em;
}


a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* #wrapper
-------------------------*/
#wrapper {
  background: #fff;
}

/* header
-------------------------*/
header {
  position: relative;
  max-width: 1280px;
  padding: 15px 0 15px;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  background: #fff;
  z-index: 20;
}
header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
header .logo {
  width: 17%;
  float: left;
  margin: 15px auto 15px;
}

/* contents
-------------------------*/
#contents {
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  z-index: 10;
}

/*  #body
-------------------------*/
#contInner {
  margin-left: 260px;
}

#main {
  float: right;
  width: 100%;
  margin-left: -260px;
  border-left: 1px solid #000;
  padding-bottom: 30px;
}

/* footer
-------------------------*/
footer {
  position: relative;
  clear: both;
  background: #fff;
}
footer .container {
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid #000;
}
footer .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

#footerInfo {
  position: relative;
  background: #333;
  color: #fff;
  line-height: 150%;
  padding: 20px 0;
}
#footerInfo .infoWrap {
  float: left;
  font-size: 1em;
}

.fade, .wrap {
  display: block;
}

#footerInfo .address {
  margin-bottom: 20px;
}

#copyright {
  position: absolute;
  right: 0;
  bottom: 0;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 55px;
  z-index: 2;
}

/*  sp loader
-------------------------*/
#loader {
  width: 33px;
  height: 33px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  z-index: 100;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

#layer {
  display: none;
}

/*table*/
table {
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  header {
    padding: 15px 20px 15px;
    margin-left: 0;
    left: 0;
  }

  #contInner {
    margin-left: 280px;
  }

  #main {
    margin-left: -280px;
  }

  footer .inner {
    padding: 0 20px;
  }

  #copyright {
    right: 20px;
  }
}

/*sp*/
@media screen and (max-width: 767px) {
  /*  sp common
  -------------------------*/
  body {
    font-size: 14px !important;
  }

  #wrapper {
    overflow: hidden;
  }

  header {
    background: #fff;
    width: 100%;
    top: 0;
    left: inherit;
    right: 0;
    z-index: 98;
    padding: 0;
    float: none;
    /*border-bottom: none;*/
    border-bottom: 1px solid #000;
    padding: 0;
  }

  header .logo {
    width: 150px;
    padding: 0;
    margin: 0;
    padding-top: 8px;
    padding-left: 5px;
  /*  margin-bottom: 20px; */
  }

  #contents {
    margin-bottom: 10px;
    padding-top: 0;
  }

  #contInner {
    margin-left: 0;
    padding-bottom: 0;
  }

  #main {
    float: none;
    margin-left: 0;
    border-left: none;
    min-height: inherit;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 10px;
  }

  footer .inner {
    padding: 0;
    overflow: visible;
  }

  #footerInfo {
    background: #eee;
    padding: 15px 10px 0;
    color: #333;
  }
  #footerInfo .infoWrap {
    float: none;
    padding-bottom: 15px;
  }
  #footerInfo .address {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
  }

  #pagetop {
    position: relative;
    top: 0;
    bottom: inherit;
    right: 0;
    width: 100%;
  }
  #pagetop .fade {
    background: #888;
  }
  #pagetop img {
    width: 40px;
    height: 40px;
  }

  #copyright {
    position: relative;
    margin: 0 -10px;
    text-align: center;
    color: #fff;
    right: 0;
    bottom: 0;
    font-size: 11px;
    background: #333;
    padding: 10px 0;
  }
}