@charset "UTF-8";
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.gothic {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

a:link {
  color: #fff;
}

a:visited {
  color: #ccc;
}

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

a:active {
  color: red;
}

.a {
  color: inherit;
  opacity: 1;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

@media (min-width: 768px) {
  .a {
    cursor: pointer;
  }
  .a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .a:active {
    opacity: 0.7;
  }
}

.imgb {
  display: block;
  max-width: 100%;
}

.imgc {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

html body .mt5 {
  margin-top: 5px;
}

html body .mt10 {
  margin-top: 10px;
}

html body .mt15 {
  margin-top: 15px;
}

html body .mt20 {
  margin-top: 20px;
}

.txtred {
  color: red;
}

body {
  color: #fff;
  background-color: #000;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS UI Gothic",sans-serif;
}

@media (min-width: 768px) {
  body {
    font-size: 62.5%;
    /* 10px */
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .header {
    background: url(../images/b_head_top.png) repeat-x top center;
    height: 190px;
  }
}

@media (max-width: 767px) {
  .header {
    height: 48px;
    left: 0;
    overflow: hidden;
    position: fixed;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    top: 0;
    width: 100%;
    z-index: 99990;
  }
}

@media (max-width: 767px) {
  .header[data-menuopen=true] {
    height: 100vh;
  }
  .header[data-menuopen=true] .gnav__hr_t {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  .header[data-menuopen=true] .gnav__hr_m {
    opacity: 0;
  }
  .header[data-menuopen=true] .gnav__hr_b {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}

.header__title {
  color: #333;
  font-size: 1.3em;
  text-align: right;
  width: 100%;
}

@media (max-width: 767px) {
  .header__title {
    background-color: #020000;
    padding: 5px 5%;
  }
}

.header__text {
  background: url(../images/colorbar_head.jpg) repeat-x top center;
  display: block;
  font-weight: normal;
  max-width: 900px;
  margin: 0 auto;
  padding: 11px 25px 0 0;
  height: 30px;
}

.header__logo {
  display: block;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

@media (min-width: 768px) {
  .header__logo {
    margin: 15px auto 0;
    width: 252px;
  }
}

@media (max-width: 767px) {
  .header__logo {
    width: 126px;
  }
}

@media (min-width: 768px) {
  .gnav {
    background: url(../images/b_menu.jpg) no-repeat center;
    margin: 22px auto 0;
    max-width: 820px;
    padding: 7px 0 5px;
    width: 90%;
  }
}

@media (max-width: 767px) {
  .gnav {
    background: -webkit-gradient(linear, left top, left bottom, from(#020000), to(rgba(2, 0, 0, 0.8)));
    background: linear-gradient(#020000, rgba(2, 0, 0, 0.8));
    height: 100%;
    padding-top: 30px;
  }
}

.gnav__ul {
  list-style-type: none;
}

@media (min-width: 768px) {
  .gnav__ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .gnav__ul {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .gnav__li + .gnav__li {
    margin-top: 5px;
  }
}

.gnav__li[data-active=true] .gnav__on {
  opacity: 1;
}

.gnav__li[data-active=true] .gnav__off {
  opacity: 0;
}

.gnav__anc {
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  .gnav__anc:hover .gnav__on {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .gnav__anc {
    padding: 5px 0;
  }
}

.gnav__on {
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  top: 0;
}

.gnav__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 25px;
}

.gnav__hr {
  background-color: #e7d263;
  border: none;
  display: block;
  height: 2px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  width: 100%;
}

.main {
  background-color: #000;
}

@media (min-width: 768px) {
  .main {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 48px 0 30px;
  }
}

.billboard {
  width: 100%;
}

@media (min-width: 768px) {
  .billboard {
    padding-bottom: 10px;
    background: url(../images/b_head_btm.png) repeat-x bottom center;
  }
}

@media (max-width: 767px) {
  .billboard {
    padding-bottom: 6px;
    background: url(../images/b_head_btm.png) repeat-x bottom -4px center;
  }
  .billboard:before {
    background: url(../images/b_head_top.png) repeat-x bottom center;
    content: "";
    display: block;
    height: 6px;
  }
}

.shopimage {
  background: url(../images/pages_img.jpg) no-repeat top center;
  display: block;
}

@media (min-width: 768px) {
  .shopimage {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .shopimage {
    background-size: auto 100%;
    height: 0;
    padding-top: 26.67%;
  }
}

.content {
  padding-top: 21px;
  margin: 0 auto;
  max-width: 850px;
  width: 90%;
}

.imglink {
  display: inline-block;
  position: relative;
}

.imglink:hover .imglink__on {
  opacity: 1;
}

.imglink__off {
  display: block;
  max-width: 100%;
}

.imglink__on {
  display: block;
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hr {
  background: -webkit-gradient(linear, left top, right top, from(#8c262c), to(#ecd462));
  background: linear-gradient(90deg, #8c262c, #ecd462);
  border: none;
  display: block;
  height: 5px;
  width: 100%;
}

.backtotop {
  background-image: url(../images/ptop_off.png);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  margin: 0 0 0 auto;
  width: 72px;
}

@media (min-width: 768px) {
  .backtotop:hover {
    background-image: url(../images/ptop_on.png);
  }
}

@media (min-width: 768px) {
  .shoplist {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .shoplist {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .shoplist__dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .shoplist__dl {
    margin-top: 20px;
    text-align: center;
  }
}

.shoplist__dt {
  font-size: 1.1em;
  text-indent: 9px;
}

@media (min-width: 768px) {
  .shoplist__dt {
    background: url(../images/sq_7wh.gif) no-repeat left center;
    width: 115px;
  }
}

@media (max-width: 767px) {
  .shoplist__dt {
    font-weight: bold;
    line-height: 2em;
  }
}

.shoplist__dd {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .shoplist__dd {
    width: calc( 100% - 115px);
  }
}

@media (max-width: 767px) {
  .shoplist__dd {
    padding: 0 0 15px 1em;
  }
}

.shoplist__map {
  border-bottom: solid 3px #a72126;
  margin-bottom: 15px;
  padding-bottom: 10px;
  width: 100%;
}

.footer {
  background: #fff url(../images/footer_bg.jpg) repeat-x center top;
}

.footer__container {
  background: url(../images/colorbar_bottom.jpg) no-repeat top center;
}

@media (min-width: 768px) {
  .footer__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 900px;
    padding: 12px 25px 25px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer__container {
    padding: 20px 10px 10px;
  }
}

.footer__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.footer__li {
  font-size: 1.2em;
}

.footer__li:not(:first-of-type) {
  margin-left: 3px;
}

.footer__li:not(:first-of-type) .footer__anc {
  background: url(../images/fo_linkline.gif) no-repeat left center;
}

.footer__anc {
  display: inline-block;
}

@media (min-width: 768px) {
  .footer__anc {
    padding: 0.2em 0.4em 0.2em 0.53em;
  }
  .footer__anc:hover {
    color: navy;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .footer__anc {
    padding: 0.4em 0.5em 0.4em 0.7em;
  }
}

.footer__anc:link {
  color: #ff8400;
}

.footer__anc:visited {
  color: maroon;
}

.footer__copyright {
  color: #333;
  display: block;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .footer__copyright {
    font-size: 1.1em;
    margin-left: 20px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .footer__copyright {
    font-size: 11px;
    margin-top: 15px;
    text-align: center;
  }
}
/*# sourceMappingURL=common2.css.map */