@charset "UTF-8";

.header .item.nav_brewery a {
  color: var(--color2);
}
.header .item.nav_brewery a:after {
  transform: scale(1, 1);
}
.nav_item.nav_brewery a {
  color: var(--color2);
}
.footer .childbox .item.nav_brewery a::after {
  transform: scale(1, 1);
}

.pagetop .pict {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}
.pagetop .pict img {
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
}
@media screen and (max-width:768px) {
  .pagetop .pict {
    width: 100%;
  }
  .pagetop .pict img {
    height: 100%;
    /* height: calc(100vh - 60px); */
  }
}

/* brewery */
.brewery .box .childbox .txt_en {
  font-size: 20px;
}
.brewery .box .childbox .sub {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.brewery .box .childbox .txt {
  font-size: 18px;
  text-align: justify;
  line-height: 2;
}
.brewery .boxA {
  padding-bottom: 200px;
}
.brewery .boxA .flex_inn {
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}
.brewery .boxA .pict,
.brewery .boxA .childbox {
  width: 46%;
  box-sizing: border-box;
}
.brewery .boxB {
  background-color: var(--color5);
  background-image: url(../img/common/icon_pattern_wh.svg);
  padding: 150px 0;
}
.brewery .boxB .inn {
  width: calc(((100vw - 1200px)/2) + 1200px);
  align-items: center;
  justify-content: space-between;
}
.brewery .boxB .innA {
  margin-left: auto;
}
.brewery .boxB .innB {
  margin-top: 60px;
}
.brewery .boxB .pict,
.brewery .boxB .childbox {
  width: 46%;
  box-sizing: border-box;
}
.brewery .boxB .pict img {
  width: 100%;
}
.brewery .imagebox {
  max-height: 500px;
  overflow: hidden;
}
.brewery .list {
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 60px;
}
.brewery .item {
  width: calc((100% - 120px)/4);
  box-sizing: border-box;
}
.brewery .boxC {
  padding-top: 150px;
}
.brewery .boxC .inn {
  width: calc(((100vw - 1200px)/2) + 1200px);
  align-items: flex-start;
  justify-content: space-between;
  margin-left: auto;
}
.brewery .boxC .pict,
.brewery .boxC .childbox {
  width: 46%;
  box-sizing: border-box;
}
.brewery .boxC .pict img {
  width: 100%;
}
@media screen and (max-width:1350px) {
  .brewery .boxB .inn,
  .brewery .boxC .inn {
    width: 94.5%;
  }
}
@media screen and (max-width:768px) {
  .brewery .box .childbox .txt_en {
    font-size: 14px;
  }
  .brewery .box .childbox .sub {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .brewery .box .childbox .txt {
    font-size: 14px;
  }
  .brewery .boxA {
    padding-bottom: 60px;
  }
  .brewery .boxA .flex_inn {
    flex-wrap: wrap;
    gap: 40px;
  }
  .brewery .boxA .pict,
  .brewery .boxA .childbox {
    width: 100%;
  }
  .brewery .boxA .pict {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .brewery .boxB {
    padding: 60px 0;
  }
  .brewery .boxB .inn,
  .brewery .boxC .inn {
    width: 90%;
    flex-wrap: wrap;
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .brewery .boxB .pict,
  .brewery .boxB .childbox,
  .brewery .boxC .pict,
  .brewery .boxC .childbox {
    width: 100%;
  }
  .brewery .list {
    gap: 20px;
  }
  .brewery .item {
    width: calc((100% - 20px)/2);
  }
  .brewery .boxC {
    padding-top: 60px;
  }
}
@media screen and (min-width:769px) {
  .brewery .boxB .innA .pict {
    margin-top: -250px;
  }
}

/* STORE */
.store .section {
  padding-bottom: 150px;
}
.store .sectitle {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.store .flex_inn {
  width: calc(((100vw - 1200px)/2) + 1200px);
  align-items: flex-start;
  justify-content: space-between;
}
.store .pict,
.store .childbox {
  width: 46%;
  box-sizing: border-box;
}
.store .childbox .txt_en {
  font-size: 20px;
}
.store .childbox .sub {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.store .childbox .txt {
  font-size: 18px;
  text-align: justify;
  line-height: 2;
}
.store .childboxB {
  margin-top: 60px;
}
.store .childboxB .subB {
  font-size: 20px;
  margin-bottom: 30px;
}
.store .childboxB .add {
  font-size: 18px;
  margin-bottom: 20px;
}
.store .childboxB .add a {
  margin-left: 10px;
  position: relative;
  top: -5px;
  display: inline-block;
}
.store .childboxB .item {
  font-size: 14px;
  margin-bottom: 10px;
}
.store .childboxB .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:1350px) {
  .store .flex_inn {
    width: 94.5%;
  }
}
@media screen and (max-width:768px) {
  .store .section {
    padding-bottom: 100px;
  }
  .store .childbox .txt_en {
    font-size: 14px;
  }
  .store .childbox .sub {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .store .childbox .txt {
    font-size: 14px;
  }
  .store .flex_inn {
    width: 90%;
    flex-wrap: wrap;
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .store .pict,
  .store .childbox {
    width: 100%;
  }
  .store .childboxB .subB {
    font-size: 16px;
  }
  .store .childboxB .add {
    font-size: 14px;
  }
  .store .childboxB .add a {
    top: -1px;
  }
  .store .childboxB .item {
    font-size: 13px;
  }
}