@charset "UTF-8";
.modal {
  display: none;
}

#contents {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

  #ttl h1 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
    letter-spacing: 5px;
  }

  h2.title_menu {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #222a46;
    text-align: center;
    margin: 0 auto 16px;
    font-size: 32px;
    letter-spacing: 5px;
  }

  #ancer_menu {
    width: 643px;
    height: 100px;
    margin: 64px auto;
  }
  #ancer_menu ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #ancer_menu ul li {
    width: 160px;
    height: 98px;
    list-style-type: none;
    border-left: 1px solid #c9c2af;
  }
  #ancer_menu ul li a {
    display: block;
    width: 160px;
    height: 98px;
    transition: .2s;
  }
  #ancer_menu ul li a span {
    display: none;
  }
  #ancer_menu ul li a:hover {
    opacity: .7;
  }
  #ancer_menu ul li:nth-child(1) {
    border-left: none;
  }
  #ancer_menu ul li:nth-child(1) a {
    background: url(../img/menu/img_menu_01.png) no-repeat center;
    background-size: 60px 76px;
  }
  #ancer_menu ul li:nth-child(2) a {
    background: url(../img/menu/img_menu_02.png) no-repeat center;
    background-size: 64px 76px;
  }
  #ancer_menu ul li:nth-child(3) a {
    background: url(../img/menu/img_menu_03.png) no-repeat center;
    background-size: 57px 68px;
  }
  #ancer_menu ul li:nth-child(4) a {
    background: url(../img/menu/img_menu_04.png) no-repeat center;
    background-size: 103px 67px;
  }
  #ancer_menu ul li:nth-child(5) a {
    background: url(../img/menu/img_menu_05.png) no-repeat center;
    background-size: 75px 72px;
  }

  .link_btn {
    margin: 30px auto;
  }

  #limited {
    padding-bottom: 70px;
    background: url(../img/img_paper-line_b_02.png) repeat-x left bottom;
  }

  #limited h2{
    margin: 0 auto 55px;
  }

  #limited .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #limited .box .left_unit {
    position: relative;
    overflow: hidden;
    width: 48%;
    max-width: 464px;
    border-radius: 16px;
    line-height: 0;
  }
  #limited .box .left_unit img {
    width: 100%;
  }
  #limited .box .left_unit .tag {
    position: absolute;
    top: 0;
    left: 16px;
    width: 96px;
    background-color: #ffa800;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
  }
  #limited .box .left_unit .tag.limited {
    background-color: #b81c22;
  }
  #limited .box .right_unit {
    width: 48%;
    max-width: 464px;
  }
  #limited .box .right_unit .ttl {
    position: relative;
    margin-bottom: 16px;
  }
  #limited .box .right_unit .sub {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1;
  }
  #limited .box .right_unit .ttl h3 {
    width: calc(100% - 4em);
    margin-bottom: 30px;
    color: #222a46;
    font-size: 24px;
    line-height: 1.2;
  }
  #limited .box .right_unit .ttl .price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4em;
    margin: 0;
    color: #b81c22;
    font-size: 24px;
    line-height: 1.2;
    text-align: right;
  }
  #limited .box .right_unit .ttl .price span {
    color: #b81c22;
    font-size: 15px;
  }
  #limited .box .right_unit .link_btn {
    width: 100%;
  }

  #menu_noodles {
    width: 100%;
    padding: 60px 0 0;
    background: url(../img/bg_about.png) repeat left top;
    color: #fff;
  }
  #menu_noodles h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    font-size: 36px;
    letter-spacing: 4px;
  }
 
  #menu_noodles .attention {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
    color: #fff;
    text-align: right;
    line-height: 1.6;
  }
  #menu_noodles .menu_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #menu_noodles .menu_box .menu_unit {
    box-sizing: border-box;
    width: 48%;
    max-width: 512px;
    padding: 55px 30px 30px;
    background: url(../img/bg_paper-line_footer.png) no-repeat center top;
  }
  #menu_noodles .menu_box .menu_unit:first-child {
    background-image: none;
  }
  #menu_noodles .menu_box .menu_unit:nth-child(2) {
    background-image: none;
  }
  #menu_noodles .menu_box .menu_unit .img {
    width: 100%;
    max-height: 330px;
    margin: 0 auto 32px;
  }
  #menu_noodles .menu_box .menu_unit .img img {
    width: 100%;
    height: auto;
  }
  #menu_noodles .menu_box .menu_unit .ttl {
    position: relative;
    margin-bottom: 16px;
  }
  #menu_noodles .menu_box .menu_unit .ttl .sub {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1;
  }
  #menu_noodles .menu_box .menu_unit .ttl h3 {
    width: calc(100% - 4em);
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
  }
  #menu_noodles .menu_box .menu_unit .ttl .price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4em;
    margin: 0;
    color: #b81c22;
    font-size: 24px;
    line-height: 1.2;
    text-align: right;
  }
  #menu_noodles .menu_box .menu_unit .ttl .price span {
    color: #b81c22;
    font-size: 15px;
  }
  #menu_noodles .menu_box .menu_unit p {
    color: #fff;
  }
  #menu_noodles .topping_area {
    width: 96%;
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #menu_noodles .topping_area h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
  }
  #menu_noodles .topping_area dl {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    border: 3px solid #b81c22;
    border-radius: 16px;
    border-collapse: inherit;
    margin-bottom: 1rem;
    padding: 2px;
    display: grid;
    grid-template-columns: 35% 15% 35% 15%;
    font-size: 20px;
  }

  #menu_noodles .topping_area dt {
    box-sizing: border-box;
    padding: 10px 10px 10px 20px;
    text-align: left;
    font-weight: bold;
  }
  #menu_noodles .topping_area dd {
    box-sizing: border-box;
    padding: 10px 20px 10px 10px;
    color: #b81c22;
    text-align: right;
    font-weight: bold;
  }
  #menu_noodles .topping_area dd span {
    color: #b81c22;
    font-size: 15px;
  }

  #menu_set, #menu_rice, #okosama_menu {
    width: 100%;
    padding: 60px 0 0;
  }

  #menu_set .menu_box, #menu_rice .menu_box, #okosama_menu .menu_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #menu_set .menu_box .menu_unit, #menu_rice .menu_box .menu_unit, #okosama_menu .menu_box .menu_unit {
    box-sizing: border-box;
    width: 48%;
    max-width: 512px;
    padding: 30px;
    background: url(../img/menu/bg_paperline_bk.png) repeat-x center bottom;
  }
  #menu_set .menu_box .menu_unit.last, #menu_rice .menu_box .menu_unit.last, #okosama_menu .menu_box .menu_unit.last {
    background-image: none;
  }
  #menu_set .menu_box .menu_unit .img, #menu_rice .menu_box .menu_unit .img, #okosama_menu .menu_box .menu_unit .img {
    overflow: hidden;
    width: 100%;
    max-width: 386px;
    margin: 0 auto 32px;
    border-radius: 16px;
    line-height: 0;
  }
  #menu_set .menu_box .menu_unit .img img, #menu_rice .menu_box .menu_unit .img img, #okosama_menu .menu_box .menu_unit .img img {
    width: 100%;
  }
  #menu_set .menu_box .menu_unit .ttl, #menu_rice .menu_box .menu_unit .ttl, #okosama_menu .menu_box .menu_unit .ttl {
    position: relative;
    margin-bottom: 16px;
  }
  #menu_set .menu_box .menu_unit .ttl .sub, #menu_rice .menu_box .menu_unit .ttl .sub, #okosama_menu .menu_box .menu_unit .ttl .sub {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1;
  }
  #menu_set .menu_box .menu_unit .ttl h3, #menu_rice .menu_box .menu_unit .ttl h3, #okosama_menu .menu_box .menu_unit .ttl h3 {
    width: calc(100% - 4em);
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.2;
  }
  #menu_set .menu_box .menu_unit .ttl .price, #menu_rice .menu_box .menu_unit .ttl .price, #okosama_menu .menu_box .menu_unit .ttl .price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4em;
    margin: 0;
    color: #b81c22;
    font-size: 24px;
    line-height: 1.2;
    text-align: right;
  }
  #menu_set .menu_box .menu_unit .ttl .price span, #menu_rice .menu_box .menu_unit .ttl .price span, #okosama_menu .menu_box .menu_unit .ttl .price span {
    color: #b81c22;
    font-size: 15px;
  }
  #menu_set .menu_box .menu_unit p, #menu_rice .menu_box .menu_unit p, #okosama_menu .menu_box .menu_unit p {
    margin-bottom: 0;
  }

  #okosama_menu {
    width: 100%;
    padding: 60px 0 0;
    background: url(../img/img_paper-line_b_01.png) repeat-x left top;
  }


  #menu_rice {
    width: 100%;
    padding: 60px 0 0;
    background-image: none;
  }

  #menu_side, #menu_takeout {
    width: 100%;
    padding: 60px 0 0;
    background-image: none;
  }

  #menu_side .menu_box, #menu_takeout .menu_box {
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #menu_side .menu_box .menu_unit, #menu_takeout .menu_box .menu_unit {
    box-sizing: border-box;
    width: 28.57%;
    max-width: 320px;
    margin-right: 7.14%;
    margin-top: 20px;
    margin-bottom: 28px;
    background: url(../img/menu/bg_paperline_bk.png) repeat-x center bottom;
  }
  #menu_side .menu_box .menu_unit.last, #menu_takeout .menu_box .menu_unit.last {
    background-image: none;
  }
  #menu_side .menu_box .menu_unit:nth-child(3n), #menu_takeout .menu_box .menu_unit:nth-child(3n) {
    margin-right: 0;
  }
  #menu_side .menu_box .menu_unit .img, #menu_takeout .menu_box .menu_unit .img {
    overflow: hidden;
    width: 100%;
    max-width: 386px;
    margin: 0 auto 32px;
    border-radius: 16px;
    line-height: 0;
  }
  #menu_side .menu_box .menu_unit .img img, #menu_takeout .menu_box .menu_unit .img img {
    width: 100%;
  }
  #menu_side .menu_box .menu_unit .ttl, #menu_takeout .menu_box .menu_unit .ttl {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 16px;
    padding: 0 16px;
  }
  #menu_side .menu_box .menu_unit .ttl .sub, #menu_takeout .menu_box .menu_unit .ttl .sub {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1;
  }
  #menu_side .menu_box .menu_unit .ttl h3, #menu_takeout .menu_box .menu_unit .ttl h3 {
    width: calc(100% - 3.5em);
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.2;
  }
  #menu_side .menu_box .menu_unit .ttl h3 span, #menu_takeout .menu_box .menu_unit .ttl h3 span {
    font-size: 16px;
  }
  #menu_side .menu_box .menu_unit .ttl .price, #menu_takeout .menu_box .menu_unit .ttl .price {
    position: absolute;
    top: 0;
    right: 16px;
    width: 3.5em;
    margin: 0;
    padding: 0;
    color: #b81c22;
    font-size: 24px;
    line-height: 1.2;
    text-align: right;
  }
  #menu_side .menu_box .menu_unit .ttl .price span, #menu_takeout .menu_box .menu_unit .ttl .price span {
    color: #b81c22;
    font-size: 15px;
  }
  #menu_side .menu_box .menu_unit p, #menu_takeout .menu_box .menu_unit p {
    margin-bottom: 0;
    padding: 0 16px 20px;
  }
  #menu_side .menu_box .menu_unit .link_btn, #menu_takeout .menu_box .menu_unit .link_btn {
    width: 100%;
    max-width: 288px;
  }

  #menu_takeout {
    padding: 60px 0;
  }



  .iziModal {
    width: calc(100% - 62px);
    max-width: 800px;
    border-radius: 16px;
  }
  .iziModal .iziModal-header {
    overflow: unset;
    background: url(../img/bg_second_ttl.png) repeat-x center bottom;
    border-radius: 16px 16px 0 0;
    text-align: center;
  }
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 32px;
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
    white-space: normal;
    overflow: unset;
  }
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
    top: 132px;
    right: -32px;
  }
  .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons a {
    width: 62px;
    height: 62px;
    background: url(../img/img_crose.png) no-repeat center;
    background-size: 62px !important;
    border-radius: 0;
  }
  .iziModal .iziModal-wrap {
    padding:0;
    overflow-x: unset !important;
    overflow-y: unset !important;
  }
  .iziModal .iziModal-wrap h3 {
    color: #222a46;
    font-size: 18px;
  }
  .iziModal .iziModal-wrap h3:before {
    content: "■";
  }
  .iziModal .iziModal-wrap p {
    margin: 0 1em 20px 1em;
    color: #222a46;
    font-size: 15px;
  }
  .iziModal .iziModal-wrap p.last {
    margin-bottom: 0;
  }
  .iziModal .iziModal-content:after {
    display: none;
  }


  #allergy_info {
        width: 100%;
        margin: 0 auto;
        height: 90vh;
        padding: 5% 7.5% 0;
        overflow: hidden;
        overflow: scroll;
  }
  #allergy_info h3 {
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
  }
  #allergy_info h3:before {
    display: none;
  }
  #allergy_info ul {
    margin: 0 auto 30px;
  }
  #allergy_info ul li {
    margin-left: 2.5em;
    list-style-type: none;
    text-indent: -2.5em;
  }
  #allergy_info table {
    width: 98%;
    margin-bottom: 10px;
    border-spacing: 1px;
    border-collapse: separate;
  }
  #allergy_info table.three_column {
    width: 49%;
  }
  #allergy_info table th {
    box-sizing: border-box;
    width: 15%;
    max-width: 15%;
    padding: 8px 0;
    border-radius: 8px 8px 0 0;
    background-color: #EDE3CC;
    font-size: 13px;
  }
  #allergy_info table td {
    box-sizing: border-box;
    width: 15%;
    height: calc(1em + 16px);
    max-width: 16%;
    padding: 4px 0;
    border-left: 1px solid #EDE3CC;
    border-right: 1px solid #EDE3CC;
    border-bottom: 1px solid #EDE3CC;
    font-size: 18px;
    text-align: center;
  }
  #allergy_info table td span {
    display: block;
    font-size: 10px;
    line-height: 1;
  }
  #allergy_info .calory_ttl {
    width: 98%;
    margin-bottom: 30px;
  }
  #allergy_info .calory_ttl th {
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    padding: 8px 0;
    border-radius: 8px 0 0 8px;
    background-color: #EDE3CC;
    font-size: 13px;
  }
  #allergy_info .calory_ttl td {
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    height: calc(1em + 16px);
    padding: 4px 0;
    border-radius: 0 8px 8px 0;
    border-left: none;
    border-top: 1px solid #EDE3CC;
    border-right: 1px solid #EDE3CC;
    border-bottom: 1px solid #EDE3CC;
    font-size: 16px;
    text-align: center;
  }

/* SP */
@media screen and (max-width: 767px) {
  #ttl {
    position: relative;
    margin-bottom: -4px;
    z-index: 10;
  }
  #ttl h1 {
    font-size: 16px;
  }

  #ancer_menu {
    width: 230px;
    height: 50px;
    margin: 32px auto;
  }
  #ancer_menu ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #ancer_menu ul li {
    width: 80px;
    height: 49px;
    list-style-type: none;
    border-left: 1px solid #c9c2af;
  }
  #ancer_menu ul li a {
    display: block;
    width: 80px;
    height: 49px;
    transition: .2s;
  }
  #ancer_menu ul li a span {
    display: none;
  }
  #ancer_menu ul li a:hover {
    opacity: .7;
  }
  #ancer_menu ul li:nth-child(1) {
    border-left: none;
  }
  #ancer_menu ul li:nth-child(1) a {
    background: url(../img/menu/img_menu_01.png) no-repeat center;
    background-size: 30px 38px;
  }
  #ancer_menu ul li:nth-child(2) a {
    background: url(../img/menu/img_menu_02.png) no-repeat center;
    background-size: 32px 38px;
  }
  #ancer_menu ul li:nth-child(3) a {
    background: url(../img/menu/img_menu_03.png) no-repeat center;
    background-size: 28.5px 34px;
  }
  #ancer_menu ul li:nth-child(4) a {
    background: url(../img/menu/img_menu_04.png) no-repeat center;
    background-size: 51.5px 33.5px;
  }
  #ancer_menu ul li:nth-child(5) a {
    background: url(../img/menu/img_menu_05.png) no-repeat center;
    background-size: 38px 36px;
  }

  .link_btn {
    margin: 15px auto;
  }

  #limited {
    padding-bottom: 35px;
    background: url(../img/img_paper-line_b_02.png) repeat-x left bottom;
  }
 
  #limited .box {
    width: 90%;
    max-width: 464px;
    margin: 0 auto;
    display: block;
  }

  #limited h2 {
    margin: 0 auto 26px;
}
h2.title_menu {
  font-size: 25px;
}

  #limited .box .left_unit {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 464px;
    margin-bottom: 16px;
    border-radius: 16px;
    line-height: 0;
  }
  #limited .box .left_unit img {
    width: 100%;
  }
  #limited .box .left_unit .tag {
    position: absolute;
    top: 0;
    left: 16px;
    width: 96px;
    background-color: #ffa800;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
  }
  #limited .box .left_unit .tag.limited {
    background-color: #b81c22;
  }
  #limited .box .right_unit {
    width: 100%;
    max-width: 464px;
  }
  #limited .box .right_unit .ttl {
    position: relative;
    margin-bottom: 8px;
  }
  #limited .box .right_unit .ttl .sub {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1;
  }
  #limited .box .right_unit .ttl h3 {
    width: calc(100% - 4em);
    margin-bottom: 15px;
    color: #222a46;
    font-size: 20px;
    line-height: 1.2;
  }
  #limited .box .right_unit .ttl .price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4em;
    margin: 0;
    color: #b81c22;
    font-size: 20px;
    line-height: 1.2;
    text-align: right;
  }
  #limited .box .right_unit .ttl .price span {
    color: #b81c22;
    font-size: 15px;
  }
  #limited .box .right_unit .link_btn {
    width: 100%;
  }

  #menu_noodles {
    width: 100%;
    padding: 30px 0 20px;
    background: url(../img/bg_about.png) repeat left top;
    color: #fff;
  }

  #menu_noodles h2 {
    font-size: 23px;
  }

  #menu_noodles .menu_box {
    width: 90%;
    max-width: 464px;
    margin: 0 auto;
  }
  #menu_noodles .menu_box .menu_unit {
    box-sizing: border-box;
    width: 100%;
    max-width: 464px;
    padding: 30px 15px 15px;
    background: url(../img/bg_paper-line_footer.png) no-repeat center bottom;
  }
  #menu_noodles .menu_box .menu_unit.last + .last {
    background-image: none;
  }
  #menu_noodles .menu_box .menu_unit .img {
    width: 100%;
    max-height: 330px;
    margin: 0 auto 16px;
  }
  #menu_noodles .menu_box .menu_unit .img img {
    width: 100%;
    height: auto;
  }
  #menu_noodles .menu_box .menu_unit .ttl {
    position: relative;
    margin-bottom: 8px;
  }
  #menu_noodles .menu_box .menu_unit .ttl .sub {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1;
  }
  #menu_noodles .menu_box .menu_unit .ttl h3 {
    width: calc(100% - 4em);
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
  }
  #menu_noodles .menu_box .menu_unit .ttl .price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4em;
    margin: 0;
    color: #b81c22;
    font-size: 20px;
    line-height: 1.2;
    text-align: right;
  }
  #menu_noodles .menu_box .menu_unit .ttl .price span {
    color: #b81c22;
    font-size: 15px;
  }
  #menu_noodles .menu_box .menu_unit p {
    color: #fff;
  }
  #menu_noodles .topping_area {
    width: 90%;
    max-width: 720px;
    margin: 30px auto 0;
    padding-bottom: 60px;
  }
  #menu_noodles .topping_area h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
  }
  #menu_noodles .topping_area .attention {
    color: #fff;
    text-align: left;
  }
  #menu_noodles .topping_area dl {
    grid-template-columns: 65% 35%;
    font-size: 20px;
    margin: 0 auto 10px;
}

  #menu_set, #menu_rice, #okosama_menu {
    width: 100%;
    padding: 30px 0;
  }

  #menu_set .menu_box, #menu_rice .menu_box, #okosama_menu .menu_box {
    width: 90%;
    max-width: 464px;
    margin: 0 auto;
  }
  #menu_set .menu_box .menu_unit, #menu_rice .menu_box .menu_unit, #okosama_menu .menu_box .menu_unit {
    box-sizing: border-box;
    width: 100%;
    max-width: 464px;
    padding: 30px 15px 30px;
    background: url(../img/menu/bg_paperline_bk.png) repeat-x center bottom;
  }
  #menu_set .menu_box .menu_unit.last, #menu_rice .menu_box .menu_unit.last, #okosama_menu .menu_box .menu_unit.last {
    background-image: none;
  }
  #menu_set .menu_box .menu_unit .img, #menu_rice .menu_box .menu_unit .img, #okosama_menu .menu_box .menu_unit .img {
    overflow: hidden;
    width: 100%;
    max-width: 386px;
    margin: 0 auto 16px;
    border-radius: 16px;
    line-height: 0;
  }
  #menu_set .menu_box .menu_unit .img img, #menu_rice .menu_box .menu_unit .img img, #okosama_menu .menu_box .menu_unit .img img {
    width: 100%;
  }
  #menu_set .menu_box .menu_unit .ttl, #menu_rice .menu_box .menu_unit .ttl, #okosama_menu .menu_box .menu_unit .ttl {
    position: relative;
    margin-bottom: 8px;
  }
  #menu_set .menu_box .menu_unit .ttl .sub, #menu_rice .menu_box .menu_unit .ttl .sub, #okosama_menu .menu_box .menu_unit .ttl .sub {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1;
  }
  #menu_set .menu_box .menu_unit .ttl h3, #menu_rice .menu_box .menu_unit .ttl h3, #okosama_menu .menu_box .menu_unit .ttl h3 {
    width: calc(100% - 4em);
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
  }
  #menu_set .menu_box .menu_unit .ttl .price, #menu_rice .menu_box .menu_unit .ttl .price, #okosama_menu .menu_box .menu_unit .ttl .price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4em;
    margin: 0;
    color: #b81c22;
    font-size: 20px;
    line-height: 1.2;
    text-align: right;
  }
  #menu_set .menu_box .menu_unit .ttl .price span, #menu_rice .menu_box .menu_unit .ttl .price span, #okosama_menu .menu_box .menu_unit .ttl .price span {
    color: #b81c22;
    font-size: 15px;
  }
  #menu_set .menu_box .menu_unit p, #menu_rice .menu_box .menu_unit p, #okosama_menu .menu_box .menu_unit p {
    margin-bottom: 0;
  }

  #okosama_menu {
    width: 100%;
    padding: 30px 0 0;
    background: url(../img/img_paper-line_b_01.png) repeat-x left top;
  }

  #menu_rice {
    width: 100%;
    padding: 30px 0 0;
    background-image: none;
  }

  #menu_side, #menu_takeout {
    width: 100%;
    padding: 30px 0;
    background-image: none;
  }

  #menu_side .menu_box, #menu_takeout .menu_box {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 464px;
    margin: 0 auto;
    justify-content: space-between;
  }
  #menu_side .menu_box .menu_unit, #menu_takeout .menu_box .menu_unit {
    box-sizing: border-box;
    width: 47%;
    max-width: 320px;
    margin-right: 3%;
    margin-top: 18px;
    margin-bottom: 24px;
    background: url(../img/menu/bg_paperline_bk.png) repeat-x center bottom;
  }
  #menu_side .menu_box .menu_unit.last, #menu_takeout .menu_box .menu_unit.last {
    background-image: none;
  }
  #menu_side .menu_box .menu_unit:nth-child(2n), #menu_takeout .menu_box .menu_unit:nth-child(2n) {
    margin-right: 0;
  }
  #menu_side .menu_box .menu_unit .img, #menu_takeout .menu_box .menu_unit .img {
    overflow: hidden;
    width: 100%;
    max-width: 386px;
    margin: 0 auto 16px;
    border-radius: 16px;
    line-height: 0;
  }
  #menu_side .menu_box .menu_unit .img img, #menu_takeout .menu_box .menu_unit .img img {
    width: 100%;
  }
  #menu_side .menu_box .menu_unit .ttl, #menu_takeout .menu_box .menu_unit .ttl {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 16px;
    padding: 0;
  }
  #menu_side .menu_box .menu_unit .ttl .sub, #menu_takeout .menu_box .menu_unit .ttl .sub {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1;
  }
  #menu_side .menu_box .menu_unit .ttl h3, #menu_takeout .menu_box .menu_unit .ttl h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
  }
  #menu_side .menu_box .menu_unit .ttl h3 span, #menu_takeout .menu_box .menu_unit .ttl h3 span {
    font-size: 12px;
  }
  #menu_side .menu_box .menu_unit .ttl .price, #menu_takeout .menu_box .menu_unit .ttl .price {
    margin: 0;
    padding: 0;
    color: #b81c22;
    font-size: 20px;
    line-height: 1.2;
    text-align: right;
  }
  #menu_side .menu_box .menu_unit .ttl .price span, #menu_takeout .menu_box .menu_unit .ttl .price span {
    color: #b81c22;
    font-size: 15px;
  }
  #menu_side .menu_box .menu_unit p, #menu_takeout .menu_box .menu_unit p {
    margin-bottom: 0;
    padding: 0 0 20px;
  }
  #menu_side .link_btn, #menu_takeout .link_btn {
    width: 100%;
  }

  #menu_takeout {
    padding: 30px 0;
  }

  #allergy_info {
    width: 96%;
    margin: 0 auto;
  }
  #allergy_info h3 {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }
  #allergy_info h3:before {
    display: none;
  }
  #allergy_info ul {
    margin: 0 auto 30px;
  }
  #allergy_info ul li {
    margin-left: 2.5em;
    list-style-type: none;
    text-indent: -2.5em;
    font-size: 13px;
  }
  #allergy_info table {
    width: 98%;
    margin-bottom: 10px;
    border-spacing: 1px;
    border-collapse: separate;
  }
  #allergy_info table.three_column {
    width: 49%;
  }
  #allergy_info table th {
    box-sizing: border-box;
    width: 15%;
    max-width: 15%;
    padding: 4px 0;
    border-radius: 4px 4px 0 0;
    background-color: #EDE3CC;
    font-size: 13px;
    line-height: 1.2;
  }
  #allergy_info table td {
    box-sizing: border-box;
    width: 15%;
    height: calc(1em + 8px);
    max-width: 16%;
    padding: 2px 0;
    border-left: 1px solid #EDE3CC;
    border-right: 1px solid #EDE3CC;
    border-bottom: 1px solid #EDE3CC;
    font-size: 18px;
    text-align: center;
  }
  #allergy_info table td span {
    display: block;
    font-size: 10px;
    line-height: 1;
  }
  #allergy_info .calory_ttl {
    width: 98%;
    margin-bottom: 30px;
  }
  #allergy_info .calory_ttl th {
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    padding: 4px 0;
    border-radius: 4px 0 0 4px;
    background-color: #EDE3CC;
    font-size: 13px;
    line-height: 1.2;
  }
  #allergy_info .calory_ttl td {
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    height: calc(1em + 8px);
    padding: 2px 0;
    border-radius: 0 4px 4px 0;
    border-left: none;
    border-top: 1px solid #EDE3CC;
    border-right: 1px solid #EDE3CC;
    border-bottom: 1px solid #EDE3CC;
    font-size: 16px;
    text-align: center;
  }
}

/*# sourceMappingURL=menu.css.map */
