@charset "utf-8";
/* CSS Document */
.top-image{
  height: 400px;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
}
.top-image::before{
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background-image: url(../img/top/about_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-image h1{
  color: #FFF;
  font-size: 2.0rem;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.2rem;
}

.about-bg{
  padding: 60px 0 40px;
  background-color: #EBE3DC;
}
.about-heading h2{
  font-size: 2.0rem;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 30px;
}
.about-logo{
  padding-bottom: 20px;
}
.about-logo img{
  width: 50px;
}
.about-main-text p{
  padding: 0 20px 40px;
  text-align: left;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.1rem;
}
.about-image ul {
  list-style: none;
  margin: 0 20px;
}
.about-image ul li{
  aspect-ratio: 1 / 1  ;
  max-width: 320px;
  margin-bottom: 40px;
  margin: 0 auto 40px;
}
.about-image ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}

.about-menu{
  background-color: #f0f0f0;
  padding-bottom: 80px;
  padding: 0 0 80px;
}
.about-menu_area{
  padding-bottom: 40px;
}
.about-menu_wrapper{
  padding-bottom: 60px;
}
.about-menu_img{
  width: 100%;
  aspect-ratio: 3 / 2 ;
}
.about-menu_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.about-menu_sentence{
  padding: 30px 10px 0;
}
.about-menu_sentence h2{
  font-size: 2.0rem;
  font-weight: 500;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-style: normal;
  padding-bottom: 14px;
}
.about-menu_sentence p{
  text-align: left;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
  padding: 0 10px;
}



.about-menu_kodawari{
  background-color: #252724;
}
.about-menu_kodawari ul{
  padding: 100px 20px 60px;
  list-style: none;
}
.about-menu_kodawari ul li{
  padding-bottom: 40px;
}
.about-menu_kodawari ul li img{
  aspect-ratio: 5 / 3 ;
  width: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.about-menu_kodawari ul li div{
  padding: 20px 10px;
  color: #FFF;
}
.about-menu_kodawari ul li div h3{
  padding-bottom: 15px;
  font-size: 1.6rem;
}
.about-menu_kodawari ul li div p{
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 3.2rem;
  text-align: left;
}
.drink{
  padding-top: 80px;
}
.about a{
  padding: 8px 36px;
  background-color: #FFF;
  text-decoration: none;
  color: #7D2E2E;
  border: solid 1px #222222;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  border-radius: 4px;
  transition: .8s;
}
.about a:hover{
  background-color: #7D2E2E;
  color: #FFF;
  border: solid 1px #7D2E2E;
}

@media(min-width: 800px){
  .about-bg{
    padding: 80px 0;
  }
  .about-heading h2{
    font-size: 2.4rem;
    padding-bottom: 40px;
  }
  .about-logo img{
    width: 70px;
  }
  .about-main-text p{
    padding: 0 30px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 5.6rem;
    max-width: 900px;
    margin: 0 auto -140px;
  }
  .about-image ul {
    display: flex;
    margin: 0 auto;
    padding: 0 30px;
    gap: 40px;
    max-width: 1300px;
    transform: translateY(80%);
  }
  .about-image ul li{
    aspect-ratio: 1 / 1 ;
    max-width: none;
    width: calc( ( 100% - 80px ) / 3 );
    margin-bottom: 0;
  }
  .drink{
    padding-top: 0;
  }
  .about-menu_wrapper{
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 20px;
    width: 100%;
  }
  .drink{
    flex-flow: row-reverse;
  }
  .about-menu_img, .about-menu_text{
    width: 50%;
  }
  .about-menu_text{
    position: relative;
  }
  .about-menu_img{
    aspect-ratio: 7 / 4 ;
  }
  .about-menu_sentence{
    padding: 40px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .about-menu_sentence h2{
    font-size: 2.0rem;
    padding-bottom: 30px;
  }
  .about-menu_sentence p{
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    line-height: 3.6rem;
    letter-spacing: 0.15rem;
  }
  .about-menu{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .about-menu_kodawari ul{
    display: flex;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
  }
  .about-menu_kodawari ul li{
    width: calc( ( 100% - 60px ) / 3 ); 
  }
  .about a{
    padding: 10px 50px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media(min-width: 950px){
  .about-menu{
    padding-top: 180px;
  }
}
@media(min-width: 1200px){
  .about-image ul {
    gap: 60px;
    transform: translateY(70%);
  }
  .about-image ul li{
    width: calc( ( 100% - 120px ) / 3 );
  }
  .about-menu{
    padding-top: 200px;
  }
  .about-menu-img{
    aspect-ratio: 2 / 1 ;
  }
}