@charset "UTF-8";
/*---------------------------
shop
----------------------------*/
.shop_header .inner {
  max-width: 1100px;
  margin: auto;
  padding: 1.5em 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.shop_header .inner .logo {
  width: 20%;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .shop_header .inner .logo {
    /*sp*/
    width: 100%;
    padding: 1.0rem;
  }
}
.shop_header .inner .menu {
  width: 80%;
  margin-left: auto;
  font-family: "Sawarabi Mincho",sans-serif;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .shop_header .inner .menu {
    /*sp*/
    width: 100%;
    padding: 0;
    display: none;
  }
}
.shop_header .inner .menu ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.shop_header .inner .menu ul li {
  list-style: none;
}
.shop_header .inner .menu ul li:nth-of-type(1) {
  width: 10%;
}
.shop_header .inner .menu ul li:nth-of-type(2) {
  width: 20%;
}
.shop_header .inner .menu ul li:nth-of-type(3), .shop_header .inner .menu ul li:nth-of-type(4) {
  width: 16%;
}
.shop_header .inner .menu ul li:nth-of-type(5) {
  width: 20%;
}
.shop_header .inner .menu ul li:nth-of-type(6) {
  width: 10%;
}
@media screen and (max-width: 640px) {
  .shop_header .inner .menu ul li {
    /*sp*/
    width: 100% !important;
  }
}
.shop_header .inner .menu ul li a {
  display: block;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .shop_header .inner .menu ul li a {
    /*sp*/
    padding: 1.0rem;
    text-align: left;
  }
}
.shop_header .inner .menu ul li a:hover {
  color: #540308;
  text-decoration: none;
}

.mv {
  width: 100%;
  height: 300px;
  background: url(https://hatomame.jp/wp-content/uploads/tcd-w/039.JPG);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mv {
    /*sp*/
    height: 140px;
  }
}
.mv .txt {
  max-width: 1100px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Sawarabi Mincho",sans-serif;
}
@media screen and (max-width: 640px) {
  .mv .txt {
    /*sp*/
    top: 35%;
  }
}
.mv .txt h2 {
  color: #fff;
  text-shadow: 0 0 5px #000;
  letter-spacing: 5px;
  font-size: 2.0em;
}
@media screen and (max-width: 640px) {
  .mv .txt h2 {
    /*sp*/
    font-size: 1.4rem;
  }
}

.pager {
  background: #eee;
  margin: 0;
}
.pager .inner {
  max-width: 1100px;
  margin: auto;
  padding: 0.4em;
  text-align: left;
}
.pager .inner a {
  display: inline-block;
  color: #000;
}

/*eccube側*/
.ec-headerNav {
  margin: auto;
  background: #333;
  padding: 0.3em 0;
  border-bottom: 1px solid #ccc;
}
.ec-headerNav .inner {
  max-width: 1100px;
  margin: auto;
}
.ec-headerNav .inner a i {
  color: #fff !important;
}
.ec-headerNav .inner a span {
  color: #000 !important;
}
