@charset "UTF-8";
/* CSS Document */
#g-nav li:nth-last-child(2) {
  border-bottom: none;
}
.access_pc {
  display: none;
}
.top_image {
  background-image: url("../images/drink_top.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.drink_top {
  padding-top: 360px;
  width: 325px;
  height: 410px;
  border-bottom: solid 3px #E5653E;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.drink_top h1 {
  color: #E5653E;
  font-size: 5.0rem;
  font-family: Arial;
  font-weight: 400;
  margin-right: 10px;
}
.drink_top p {
  font-size: 1.4rem;
  line-height: 16px;
}
.drink_top span {
  padding-left: 82px;
}
.message {
  margin-top: 45px;
}
.message p {
  width: 320px;
  font-size: 1.6rem;
  line-height: 27px;
}
@media(min-width: 690px) {
  .access_sp {
    display: none !important;
  }
  .top_image {
    background-image: url("../images/drink_top_pc.jpg");
  }
  .drink_top {
    padding-top: 60px;
    width: 630px;
    height: 120px;
  }
  .drink_top h1 {
    display: inline;
    vertical-align: text-top;
    font-size: 7.0rem;
    padding-right: 30px;
  }
  .drink_top p {
    display: inline-flex;
    font-size: 1.4rem;
    line-height: 16px;
    padding: 0 10px 0 0;
  }
  .drink_top span {
    padding-left: 0;
  }
  .message {
    margin-top: 55px;
  }
  .message p {
    width: 630px;
    padding: 0;
    font-size: 1.6rem;
    line-height: 27px;
  }
}
.accordion-area {
  list-style: none;
  width: 84%;
  max-width: 630px;
  padding-top: 180px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  background-color: #fff;
  border-radius: 20px;
}
.title {
  position: relative;
  cursor: pointer;
  font-size: 2.0rem;
  text-align: left;
  font-weight: normal;
  padding: 5% 3% 5% 8%;
  transition: all .5s ease;
}
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 3px;
  background-color: #E5653E;
}
.title::before {
  top: 48%;
  right: 20px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  right: 20px;
  transform: rotate(90deg);
}
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(-45deg);
}
.box {
  display: none;
  background: #fff;
  margin: 0 5% 3%;
  padding: 0 3% 3%;
}
.box p {
  font-size: 1.8rem;
  line-height: 31px;
}
.beer img {
  display: block;
  width: 180px;
  height: auto;
  margin: 20px 0 0 auto;
}
.box1 img {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 0 0 auto;
}
.box2 img {
  display: block;
  width: 140px;
  height: auto;
  margin: 0 0 0 auto;
}
.box3 img {
  display: block;
  width: 50%;
  height: auto;
  margin: 10px 0 0 auto;
}
.box4 img {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 0 0 auto;
}
.box5 {
  display: inline-flex;
  margin: 20px 0 0 70px;
}
.box5 img {
  display: block;
  width: 50px;
  height: auto;
}
.box6 img {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 0 0 auto;
}
.box7 img {
  display: block;
  width: 180px;
  height: auto;
  margin: 0 0 0 auto;
}
.box8 img {
  display: block;
  width: 50px;
  height: auto;
  margin: 0 20px 0 auto;
}
.box9 img {
  display: block;
  width: 50px;
  height: auto;
  margin: 0 20px 0 auto;
}
.box10 img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 0 0 auto;
}
.box11 img {
  display: block;
  width: 180px;
  height: auto;
  margin: 0 0 0 auto;
}
@media(min-width: 690px) {
  .accordion-area {
    padding-top: 130px;
  }
  .title {
    font-size: 2.4rem;
    padding: 5% 3% 5% 8%;
  }
  .title::before, .title::after {
    width: 20px;
    height: 4px;
  }
  .title::before {
    right: 30px;
  }
  .title::after {
    right: 30px;
  }
  .box p {
    font-size: 2.0rem;
    line-height: 34px;
  }
  .beer img {
    width: 40%;
    margin: -5px 0 0 auto;
  }
  .box1 img {
    width: 16%;
    margin: -140px 0 0 auto;
  }
  .box2 img {
    width: 32%;
    margin: -180px 0 0 auto;
  }
  .box3 img {
    width: 50%;
    margin: -70px 0 0 auto;
  }
  .box4 img {
    width: 45%;
    margin: -140px 0 0 auto;
  }
  .box5 {
    justify-content: flex-end;
    margin: -200px 0 0 70px;
  }
  .box5 img {
    width: 11%;
  }
  .box6 img {
    width: 40%;
    margin: -190px 0 0 auto;
  }
  .box7 img {
    width: 43%;
    margin: -155px 0 0 auto;
  }
  .box8 img {
    width: 14%;
    margin: -30px 20px 0 auto;
  }
  .box9 img {
    width: 13%;
    margin: -75px 20px 0 auto;
  }
  .box10 img {
    width: 35%;
    margin: -150px 0 0 auto;
  }
  .box11 img {
    width: 45%;
    margin: -180px 0 0 auto;
  }
}
.menu_line {
  position: relative;
  padding: 20px 15px 10px;
  width: 320px;
  height: auto;
  border: solid 3px #E5653E;
  border-radius: 20px;
  margin: 30px auto 50px;
}
.menu_line h2 {
  line-height: 20px;
  font-size: 2.0rem;
  margin-bottom: 5px;
}
.menu_line p {
  font-size: 1.8rem;
}
.menu_line img {
  position: absolute;
  width: 70px;
  height: auto;
  right: -15px;
  top: -30px;
}
@media(min-width: 690px) {
  .menu_line {
    padding: 25px 50px;
    width: 630px;
    margin: 40px auto 80px;
  }
  .menu_line h2 {
    font-size: 2.4rem;
    line-height: 24px;
  }
  .menu_line img {
    width: 15%;
    right: 170px;
    top: -40px;
  }
}
.access {
  display: none;
}
@media(min-width: 690px) {
  .access {
    width: 100%;
    height: auto;
    background-color: #005C4A;
    color: #fff;
    padding: 80px 0 20px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #access {
    width: 180px;
    height: auto;
    margin: -35px 0 10px 80px;
  }
  .access_exterior {
    display: block;
    width: 330px;
    height: auto;
    margin: 0 auto;
  }
  .access_info {
    padding: 0 50px 0 60px;
  }
  .access h2 {
    text-align: center;
    margin: 0 0 60px;
  }
  .access_p1 {
    padding-left: 80px;
  }
  .access_p2 {
    padding-left: 138px;
  }
  .access span {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .access adress {
    display: block;
    width: 290px;
    margin: 20px auto 50px;
  }
  .access_map {
    width: 460px;
    height: 370px;
    margin: 0 auto;
  }
}