@charset 'UTF-8';
.aboutArea {
  text-align: center;
  
}
.aboutTop {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  border-bottom: double;
  border-width: 4px;
  padding-bottom: 15px;
}
.aboutTop img {
  max-width: 2000px;
  width: 100%;
}
.aboutArea span {
  display: block;
}
.conceptArea .text01 {
  max-width: 100%;
  text-align: left;
  font-size: 18px;
  padding: 45px 0 10px;
}
.chefvoiceArea p {
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-size: 18px;
}
.chefvoiceLeft .text01 {
  padding: 45px 0 10px;
  text-align: left;
}
.conceptArea {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  padding: 40px 0;
}
.conceptRight {
  width: 60%;
  padding: 3vw;
}
.conceptRight .text h3,
.chefvoiceLeft .text h3 {
  text-align: left;
  color: #fff;
  font-size: 13px;
  font-family: a-otf-ryumin-pr6n, serif;
}

.conceptleft {
  width: 40%;
}
.text {
  background-color: #231815;
  padding: 5px 15px;
  width: 200px;
}
.conceptRight .text p span,
.chefvoiceArea .chefvoiceLeft .text span {
  border-bottom: solid 1px #fff;
  padding-right: 20px;
  color: #fff;
  font-size: 18px;
}

.aboutAreabg {
  background-image: url("../img/about/bg.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.menuArea {
  display: flex;
  justify-content: space-around;
}
.menuArea .menu img {
  padding-bottom: 30px;
}
.menuArea .menu p {
  color: #fff;
}
.menuArea .menu .text01 {
  border-top: solid 1px #fff;
  padding: 20px 0 10px;
  color: #fff;
  font-weight: bold;
}
.menuAreabg {
  background-image: url("../img/about/bgmenu.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.menu {
  padding: 10px;
  width: 386px;
}
.chefvoiceArea {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.chefvoiceArea img {
  box-shadow: 0 3px 12px 0 rgb(0 0 0 / 40%);
}
.chefvoiceLeft {
  padding: 0 40px 50px;
}
.chefvoiceArea02 {
  display: flex;
}
.chefvoiceArea02 img {
  width: 24%;
  margin: 0 0.5%; 
}
.text02 {
  font-size: 20px;
  padding: 20px 0;
}
.profiledc {
  font-size: 18px;
}
.text03 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 25px;
  border-bottom: thick solid black;
  border-width: 1px;
  padding-right: 1em;
  margin: 0;
  height: 45px;
  width: 25%;
}
.chefvoicebg h4 {
  font-size: 15px;
  padding-left: 0;
  margin-bottom: 0;
}
 .sp_only {
    display: none;
  }
@media screen and (max-width: 767px){
.conceptArea {
    display: block;
    padding-top: 20px;
  } 
.conceptleft p {
    text-align: center;
  }  
.text01 {
    padding-top: 30px;
} 
.conceptRight,
.conceptleft  {
    width: 100%;
  }
.aboutAreabg {
    background-position: bottom;
    background-size: cover;
  }
.aboutAreabg .inner {
    padding-bottom: 20px;
  }
.conceptRight {
    padding:  5px 17px 48px;
}  
.menuArea {
    display: block;
    padding-top: 20px;
    text-align: center;
  }
.menu {
  padding: 10px 0 70px;
}
.menuArea .menu p {
    text-align: left;
    padding: 10px 0;
  }
.menuArea .menu {
    width: 100%;
  }
.chefvoiceArea {
    display: block;
  }
.chefvoiceLeft {
    padding: 5px 17px 48px;
  } 
  .chefvoiceArea p {
    text-align: left;
  }
.conceptArea .text01,  
.chefvoiceLeft .text01 {
    font-size: 16px;
    padding: 25px 0 0;
  }
.chefvoiceArea .imgBox {
    text-align: center;
  }
.chefvoicebg .inner {
    padding: 30px 5vw;
  } 
.sp_only {
    display: block;
  } 
 .dc{
    list-style: circle;
    padding-left: 2em;
    margin: 0;
  }
  
}
