/* media query */
nav.navStd {
  height: 51px;
}

@media screen and (max-width: 668px) {
  nav.navStd {
    height: auto;
  }
}

nav.navStd.fixed {
  position: inherit;
}

.menuArea {
  max-width: 1200px;
  margin: 0 auto;
}

@media all and (max-width: 1200px) {
  .menuArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.menuArea > div.banner {
  margin-bottom: 40px;
}

.menuArea > div.banner img {
  width: 100%;
  height: auto;
}

.menuArea > div.banner p:not(:last-child) {
  margin-bottom: 15px;
}

.menuArea > section > h4 {
  font-size: 1.5em;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.menuArea > section.txt {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .menuArea > section.txt {
    margin-bottom: 20px;
  }
}

.menuArea > section.txt > h4 {
  text-align: center;
  font-size: 1.15em;
}

.menuArea > section.menuList > section {
  margin-bottom: 40px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuArea > section.menuList > section {
    margin-bottom: 20px;
  }
}

.menuArea > section.menuList > section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menuArea > section.menuList > section > div > article {
  width: calc((100% / 3) - 18px);
  margin-bottom: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menuArea > section.menuList > section > div > article:not(:nth-of-type(3n+1)) {
  margin-left: 24px;
}

@media screen and (max-width: 960px) {
  .menuArea > section.menuList > section > div > article {
    width: calc((100% / 2) - 15px);
  }
  .menuArea > section.menuList > section > div > article:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
  .menuArea > section.menuList > section > div > article:not(:nth-of-type(2n+1)) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuArea > section.menuList > section > div > article {
    width: 100%;
  }
  .menuArea > section.menuList > section > div > article:not(:nth-of-type(2n+1)) {
    margin-left: 0;
  }
}

.menuArea > section.menuList > section > div > article > h5 {
  background-color: #222;
  line-height: 100%;
  padding: 6px 10px;
  margin-bottom: 10px;
  font-size: 1.15em;
  color: #fff;
  text-align: left;
}

.menuArea > section.menuList > section > div > article > h6 {
  font-size: 1.15em;
}

.menuArea > section.menuList > section > div > article > .tableBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.menuArea > section.menuList > section > div > article > .tableBox dt {
  width: 80px;
}

.menuArea > section.menuList > section > div > article > .tableBox dt.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menuArea > section.menuList > section > div > article > .tableBox dd {
  width: calc(100% - 85px);
  margin-left: 3px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .menuArea > section.menuList > section > div > article > .tableBox dd {
    margin-left: 2px;
  }
}

.menuArea > section.menuList > section > div > article > .tableBox dd strong {
  font-weight: normal;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.menuArea > section.menuList > section > div > article > p.icon {
  display: inline-block;
  font-size: 0.85em;
  letter-spacing: 3px;
  color: #fff;
  background-color: #CB4B4B;
  line-height: 100%;
  padding: 6px 10px;
  position: absolute;
  left: 0;
  top: 50px;
}

.menuArea > section.menuList > section > div > article > p.photo {
  width: 100%;
  height: 0;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}

.menuArea > section.menuList > section > div > article > p.price strong {
  font-weight: normal;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.menuArea > section.menuList > section > div > article > p.date {
  margin-bottom: 10px;
}

.menuArea > section.menuList > section > div > article > p.linkDetail {
  margin: 10px 0;
  margin-top: auto;
}

.menuArea > section.menuList > section > div > article > p.linkDetail a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
  display: block;
}

.menuArea > section.menuList > section > div > article > p.linkDetail a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menuArea > section.menuList > section > div > article > p.linkDetail a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}

@media screen and (max-width: 960px) {
  .menuArea > section.menuList > section > div > article > p.linkDetail a {
    padding: 10px 35px 10px 15px;
  }
}

.menuArea > section.menuList > section > div > article > p.linkDetail a:hover::after {
  right: 15px;
}

.fancybox__content {
  padding: 0 !important;
}
/*# sourceMappingURL=index.css.map */