@charset "UTF-8";
/* CSS Document */
/*****************************
 蕎麦メニューここから 
 *****************************/
.soba-menu {
  background-color: #251E1C;
  color: #fff;
}
.soba-menu__img {
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.soba-menu__main {
  width: 100%;
  margin-bottom: 3rem;
}
.soba-menu__main img {
  width: 100%;
}
.soba-menu__content img {
  width: 100%;
  margin-bottom: 3rem;
}
.soba-menu__content h2 {
  color: #DEB448;
  font-size: 4.0rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 3rem;
}
.soba-menu__content p {
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 2;
  margin: auto;
  margin-bottom: 5rem;
}
.soba-menu__content h3 {
  color: #DEB448;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: 7rem;
  margin-bottom: 5rem;
}
.soba-menu__content span {
  color: #DEB448;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.soba-menu__item img {
  width: 100%;
}
.soba-menu__container-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 3rem;
}
.soba-menu__container-item:last-child {
  padding-bottom: 2rem;
}
.soba-menu__list {
  width: 30%;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin-bottom: 2rem;
}
.soba-menu__list h3 {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: left;
}
.soba-menu__list span {
  font-size: 1.6rem;
}
.soba-menu__list p {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
}
.soba-menu__list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.soba-menu__list li {
  list-style: none;
}
.price {
  text-align: right;
}
.lead {
  text-align: left;
}
/*******************************
 メディアクエリここから 959px 520px
 *******************************/
/*最大幅が0〜959pxまで*/
@media screen and (max-width:959px) {
  .soba-menu__container-item {
    display: flex;
    flex-direction: column;
  }
  .soba-menu__list {
    width: 100%;
    text-align: center;
  }
  .soba-menu__content h2 {
    font-size: 3.5rem;
  }
  .soba-menu__content p {
    font-size: 1.6rem;
  }
  .soba-menu__content h3 {
    font-size: 2.5rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}

/*最大幅が0〜520pxまで*/
@media screen and (max-width: 520px) {
  .soba-menu__img {
    width: auto;
    height: 400px;
    margin: 0;
  }
  .soba-menu__img img {
    width: 20%;
    height: auto;
  }
}