@charset "utf-8";

/* CSS Document */
h3, h5, p {
  color: #000;
}

footer p {
  color: #fff;
}

.title {
  width: 100%;
  margin: auto;
}

.title p {
  text-align: center;
}

.menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 3px solid #000;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

small {
  color: #000;
}

/*たんめん*/

.mainmenu_img h4 {
  text-align: left;
  padding-left: 20px;
}

.mainmenu_img div p {
  padding-left: 20px;
}

/*店舗選択*/
.select {
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
}

/*店舗*/
#morioka_bg {
  background: url(../img/bg3.jpg);
  margin: 0 calc(50% - 50vw);
}

#morioka {
  width: 980px;
  margin: auto;
}

#morioka h4 {
  color: #5b594b;
}

#sendai {
  margin-bottom: 100px;
}

#sendai h5 {
  color: #CA5D64;
}

.shop_name {
  color: #000;
  padding: 30px 0;
}

/*トッピング*/
#topping li {
  width: 30%;
}

/*セットメニュー・定食*/
.setmenu_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.setmenu_flex li {
  padding-bottom: 30px;
  
}

/*麺なし*/
.small_flex {
  display: flex;
  justify-content: space-between;
}

.small_flex .menu_info {
  padding-bottom: 0;
}

.menu_info h4 {
  text-align: center;
}

.menu_info img{
  width: 100%;
}

.menu_info div{
  text-align: center;
}

.note {
  text-align: right;
}

@media(max-width:768px) {
  main {
    height: auto;
  }

  .mainmenu_img {
    display: block;
    text-align: center;
  }

  .title p {
    text-align: left;
  }

  .mainmenu_img h4, .mainmenu_img div p {
    padding-left: 0;
    text-align: left;
  }

  .menu_position img, .menu_position2 img {
    padding-bottom: 0;
  }

  .menu_position p, .menu_position2 p {
    position: unset;
    width: 100%;
  }

  .select {
    display: block;
    text-align: center;
    margin-top: 60px;
  }

  .select img {
    margin-bottom: 30px;
  }

  .setmenu_flex li {
    width: 100%;
  }

  .setmenu_flex img {
    width: 100%;
  }

  #topping li {
    width: 47%;
  }

  #morioka {
    width: 94%;
    margin: auto;
  }

  .small_flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .small_flex li {
    width: 100%;
    padding-bottom: 20px;
  }

  .small_flex img {
    width: 100%;
  }
  #sendai{
    margin-bottom: 0;
  }
}
