@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

div:after,
section:after,
.cf {
  content: "";
  display: block;
  clear: both;
}

.inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

@media screen and (min-width: 768px) {
  .l-side {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .r-side {
    width: 50%;
    float: right;
  }
}

.menus .menu-cat:not(:last-child) {
  margin-bottom: 30px;
}
.menus .menu-cat h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.menus .menu-detail {
  margin: 1%;
  width: 31.33%;
  float: left;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .menus .menu-detail {
    width: 48%;
  }
}
@media screen and (max-width: 479px) {
  .menus .menu-detail {
    width: 98%;
  }
}
.menus .menu-detail .imgs a {
  display: block;
  overflow: hidden;
}
.menus .menu-detail .imgs span {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all  .2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .menus .menu-detail .imgs span {
    background-position: bottom;
  }
}
.menus .menu-detail .imgs span:before {
  display: block;
  content: "";
  padding-top: 80%;
}
@media screen and (max-width: 767px) {
  .menus .menu-detail .imgs span:before {
    padding-top: 60%;
  }
}
.menus .menu-detail .imgs a:hover span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.menus .menu-detail .conts {
  padding: 10px;
}
.menus .menu-detail .conts h5 {
  margin: 0 0 5px;
  color: #f8b500;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.menus .menu-detail .conts .prices {
  margin-top: 5px;
}
.menus .menu-detail .conts .prices .ttl,
.menus .menu-detail .conts .prices .price {
  margin: 0;
  display: inline-block;
  color: #545454;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 160%;
}
.menus .menu-detail .conts .prices .ttl {
  float: left;
  position: relative;
  padding-left: 1em;
}
.menus .menu-detail .conts .prices .ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  content: "・";
}
.menus .menu-detail .conts .prices .price {
  float: right;
  text-align: right;
}
.menus .menu-detail .conts .notes {
  position: relative;
  padding-left: 2em;
  color: #545454;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 160%;
}
.menus .menu-detail .conts .notes:before {
  position: absolute;
  top: 0;
  left: 1em;
  width: 1em;
  content: "※";
}
.menus .menu-detail .conts .notes p {
  margin: 0;
}
.menus .menu-detail .conts .desc {
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  padding: 10px;
}
.menus .menu-detail .conts .desc p {
  margin: 0;
  color: #545454;
}
@media screen and (max-width: 767px) {
  .menus .menu-detail .conts .desc p br {
    display: none;
  }
}

.brands .brand-cat:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px dashed #ddd;
}
.brands .brand-cat h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.brands .brand-detail {
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .brands .brand-detail {
    width: 48%;
    float: left;
  }
}
.brands .brand-detail:nth-child(2n-1) {
  margin-right: 4%;
}
.brands .brand-detail .conts {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .brands .brand-detail .conts {
    width: 60%;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .brands .brand-detail .conts {
    text-align: center;
  }
}
.brands .brand-detail .conts h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
.brands .brand-detail .conts .price {
  margin-bottom: .25em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .brands .brand-detail .conts p br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .brands .brand-detail .imgs {
    width: 35%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .brands .brand-detail .imgs {
    max-width: 300px;
    margin: auto;
  }
}
.brands .brand-detail .imgs span {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .brands .brand-detail .imgs span {
    background-position: bottom;
  }
}
.brands .brand-detail .imgs span:before {
  display: block;
  content: "";
  padding-top: 80%;
}
@media screen and (max-width: 767px) {
  .brands .brand-detail .imgs span:before {
    padding-top: 60%;
  }
}
