.sub-mv {
  height: 50vh;
  width: 100%;
  background: url(../img/katouya-new-mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.sub-mv .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  z-index: 20;
}

.sub-mv .title p {
  border-bottom: 0.3rem #fff solid;
  line-height: 2;
}

.sub-mv .back {
  height: 50vh;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  z-index: 10;
  background-color: #000000;
}

@media screen and (min-width: 1024px) {
  .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub .sub-side {
    width: 30%;
  }
  .sub .sub-main {
    width: 70%;
    padding: 0 10% 0;
  }
}

.sub .sub-content {
  padding: 2rem;
}

@media screen and (min-width: 1024px) {
  .sub .sub-content {
    padding: 5rem 2rem;
  }
}

.sub .sub-content .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 5rem;
}

.sub .sub-content .table a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 1024px) {
  .sub .sub-content .table a {
    font-size: 1.6rem;
  }
}

.sub .sub-content .table p {
  padding: 0.5rem 1rem;
  margin: 1rem;
  border: #000000 0.1rem solid;
}

@media screen and (min-width: 1024px) {
  .sub .sub-content .table p {
    padding: 1rem 2rem;
  }
}

.sub .sub-content .c {
  padding: 2rem 0;
}

.sub .sub-content .c .c-title {
  padding: 0.5rem 0 0.5rem 2rem;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .sub .sub-content .c .c-title {
    font-size: 2rem;
  }
}

.sub .sub-content .c .c-title ::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1rem;
  top: 0;
  left: 0;
  background-color: #9ccd09;
}

.sub .sub-content .c .kome,
.sub .sub-content .c .beer {
  margin: 0 0 5rem;
}

.sub .sub-content .c .kome p,
.sub .sub-content .c .beer p {
  margin: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .sub .sub-content .c .kome p,
  .sub .sub-content .c .beer p {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .sub .sub-content .c .kome img,
  .sub .sub-content .c .beer img {
    width: 70%;
  }
}

.sub .sub-content .c .sake .c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem 0 0;
}

.sub .sub-content .c .sake .c .item {
  width: 45%;
  margin: 0 0 4rem;
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .sub .sub-content .c .sake .c .item {
    width: 32%;
  }
}

.sub .sub-content .c .sake .c .item img {
  height: 23rem;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .sub .sub-content .c .sake .c .item img {
    height: 30rem;
    width: auto;
  }
}

.sub .sub-content .c .sake .c .item p.bold {
  font-weight: bold;
  font-size: 1.2rem;
}

.sub .sub-content .c .onigiri,
.sub .sub-content .c .ice,
.sub .sub-content .c .tabako,
.sub .sub-content .c .kusuri {
  margin: 0 0 5rem;
}

.sub .sub-content .c .onigiri p,
.sub .sub-content .c .ice p,
.sub .sub-content .c .tabako p,
.sub .sub-content .c .kusuri p {
  margin: 0 0 2rem;
}

.sub .sub-content .c .onigiri img,
.sub .sub-content .c .ice img,
.sub .sub-content .c .tabako img,
.sub .sub-content .c .kusuri img {
  margin: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .sub .sub-content .c .onigiri img,
  .sub .sub-content .c .ice img,
  .sub .sub-content .c .tabako img,
  .sub .sub-content .c .kusuri img {
    width: 70%;
  }
}

.info .section-title {
  padding: 1rem 2rem 2rem;
}

@media screen and (min-width: 1024px) {
  .info .section-title {
    padding: 0 10% 5rem;
  }
}

.info .map {
  width: 100%;
  padding: 2rem;
}

@media screen and (min-width: 1024px) {
  .info .map {
    padding: 0 10%;
    margin: 0 auto;
  }
}

.info .map iframe {
  width: 100%;
  height: 30rem;
}

@media screen and (min-width: 1024px) {
  .info .map iframe {
    height: 50rem;
  }
}

.info .info-list {
  position: relative;
  height: auto;
  background-color: beige;
  padding: 0 0 5rem;
}

.info .info-list .back-color {
  position: absolute;
  background-color: beige;
  width: 100%;
  height: 100%;
  top: -14rem;
  left: 0;
  z-index: -10;
}

.info .info-list .c {
  padding: 2rem;
}

@media screen and (min-width: 1024px) {
  .info .info-list .c {
    padding: 5rem 15%;
  }
}

.info .info-list .c li {
  padding: 1rem 0;
  border-bottom: 0.1rem solid #949494;
}

@media screen and (min-width: 1024px) {
  .info .info-list .c li {
    font-size: 1.6rem;
  }
}

.info .info-list .c .shop {
  font-size: 1.8rem;
}

@media screen and (min-width: 1024px) {
  .info .info-list .c .shop {
    font-size: 1.8rem;
  }
}

.section-title {
  padding: 2rem 0 7rem;
}

.section-title h2 {
  font-size: 3.2rem;
}

@media screen and (min-width: 1024px) {
  .section-title h2 {
    font-size: 3.2rem;
  }
}

.section-title p {
  font-size: 1.8rem;
}

@media screen and (min-width: 1024px) {
  .section-title p {
    font-size: 1.8rem;
  }
}

.section-title-2 {
  padding: 2rem 0 4rem;
}

.section-title-2 h2 {
  font-size: 3.2rem;
}

@media screen and (min-width: 1024px) {
  .section-title-2 h2 {
    font-size: 3.2rem;
  }
}

.section-title-2 p {
  font-size: 1.8rem;
}

@media screen and (min-width: 1024px) {
  .section-title-2 p {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .section-title-2 {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=goods.css.map */