header {
    border-top: solid 25px #A00003;
    top: 0px;
}

section {
    margin-top: 100px;
    padding: 0 15px;
}

/*-----------------------
         nav
-----------------------*/
.gnav h1{
    flex: 1 0 auto;
    text-align: left;
}

/*-----------------------
         menu
-----------------------*/

h2 {
    font-family: serif;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 1rem;
    text-indent: 1.5rem;
    line-height: 0.8;
    padding: 30px;
}

h2 span {
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    text-indent: 1rem;
    letter-spacing: 0.3rem;
}

.menu_icon{
    position: absolute;
    right: 15px;
    top: 25px;
}

.item {
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
    /* -webkit-box-align: center;
        -ms-flex-align: center; */
            align-items: center;
    margin-bottom: 30px;
}

.colum2 .item .item-img {
    width: 47%;
    padding-right: 3%;
}

.inner {
    width: 75%;
    position: relative;
    border-top: 1px solid #A00003;
    border-bottom: 1px solid #A00003;
    /* -webkit-box-sizing: border-box; */
            box-sizing: border-box;
}

/* .colum1 .inner{
    width: 100%;
} */

.colum2 .item-img img {
    width:100%;
    max-width:none;
}

.item .inner h3 {
    padding: 15px 0 7px;
    letter-spacing: 0.2em;
}

.item .inner h3 span {
    font-size: 0.8rem;
}

.item .inner .material1, .item .inner .material2, .item .inner .material3{
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  position: relative;

}
.material1::after {
  content:  url("../img/menu/redpepper1-3.jpg");
  margin-left: 5px;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  /* -webkit-transform: translateY(-50%); */
          transform: translateY(-50%);
}

.material2::after {
  content:  url("../img/menu/redpepper2-3.jpg");
  margin-left: 5px;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  /* -webkit-transform: translateY(-50%); */
          transform: translateY(-50%);
}

.material3::after {
  content:  url("../img/menu/redpepper3-3.jpg");
  margin-left: 5px;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  /* -webkit-transform: translateY(-50%); */
          transform: translateY(-50%);
}

.alacart .material1::after,
.alacart .material2::after,
.alacart .material3::after{
  position: relative;
  /* -webkit-transform: none; */
          transform: none;
}

/* @media screen and (min-width:360px) {

    .small{
        display: none;
    }
} */

.material1 {
    /* position: relative;
    background: url("../img/menu/redpepper1.png") no-repeat;
    background-position: right;
    background-size: auto;
    padding-right: 30px; */
    padding-right: 30px;
}

.material2 {
    /* position: relative;
    background: url("../img/menu/redpepper2.png") no-repeat;
    background-position: right;
    background-size: auto; */
    padding-right: 30px;
}

.material3 {
    /* position: relative;
    background: url("../img/menu/redpepper3.jpg") no-repeat;
    background-position: right;
    background-size: auto;
    padding-right: 30px; */
    padding-right: 30px;
}

.materialname {
    border: 1px solid #A00003;
    /* border-right: 35px solid #A00003; */
    color: #A00003;
    padding: 3px;
    font-size: 1rem;
        /* -ms-flex: 1 0 auto; */
            flex: 1 0 auto;
}

.material-local{
  border: 0;
  border-right: 35px solid #A00003;
  color: #A00003;
  padding: 3px;
  font-size: 1rem;
  margin-top: 10px;
  padding: 12px;
}

/* .item .inner h3.heading{
  padding: 0 0 7px;
} */

.item .inner .hedding-foot{
  font-size: 1.4rem;
  margin-top: 5px;
  letter-spacing: 0;
}


@media all and (-ms-high-contrast: none) {
    .materialname {
        padding-top: 5px;
    }
}

.materialname.a {
    border-right: 1px solid #A00003;
    display: inline-block;
}

.hot {
    /* position: absolute;
    top: 0px;
    right: 41px;
    color: white;
    bottom: 0;
    display: inline-flex;
    align-items: center; */
    color: #fff;
    background-color: #a00003;
    text-align: center;
    padding: 0 10px;
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
    /* -webkit-box-align: center;
        -ms-flex-align: center; */
            align-items: center;

}

.description {
    font-size: 1.2rem;
    padding: 8px 0;
}

.price {
    text-align: right;
    letter-spacing: 1px;
}

.price span {
    font-size: 2.5rem;
    font-weight: bold;
    /* -webkit-font-feature-settings: "palt"; */
            font-feature-settings: "palt";
}

.img {
    position: relative;
    margin-top: 30px;
    width: 200px;
    margin: 0 auto;
}

section.btn {
    margin-top: 80px;
}

/* .wrap-bottom{
  margin-bottom: 30px;
} */

/*-----------------------
         colum1
-----------------------*/

.colum1 .item-wrap .overlay {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column; */
            flex-direction: column;
    width: 100%;
}

.colum1 .item-wrap .overlay img {
    display: block;
    margin:0 auto 30px;
    width: 50%;
    padding-right: 0;
    /* -webkit-box-pack: center;
        -ms-flex-pack: center; */
            justify-content: center;
}



.item-wrap-inner .item-list {
    width: 70%;
    margin: 0 auto;
}

/*-----------------------
         pc
-----------------------*/

@media screen and (min-width:768px) {

    section {
        max-width: 960px;
        margin: 0 auto;
    }
    /* .sp-nav {
        display: none;
    }
    .pc-nav {
        display: block;
    } */

    .gnav {
        width: 100%;
        background-color: #fff;
        overflow: auto;
        height: 100%;
        position: fixed;
        top: -100%;
        left: 0;
        /* -webkit-transition: all 300ms ease; */
        transition: all 300ms ease;
        text-align: center;
    }
    .gnav {
        /* position: fixed;
        top: 0;
        left: 0;
        height: 50px; 一番上にずっとくっついてる*/
        position: static;
    }

    .gnav h1{
        width: 15%;
        /* z-index: 999; */

    }
    .gnav-list {
        max-width: 960px;
        position: static;
        width: 65%;
        /* display: -webkit-box;
        display: -ms-flexbox; */
        display: flex;
        /* -ms-flex-pack: distribute; */
            justify-content: space-around;
        z-index: 3;
        left: 0;
        margin: 5px auto;
        right: 0;
        top: 0;
    }
    .gnav-list a{
        margin: 0 20%;
    }
    .sns{
        width: 20%;
    }
    /* .pc-nav .current a {
        border-bottom: 2px solid #a00003;
    }
    .pc-nav ul:last-of-type {
        padding-bottom: 0;
    }
    .pc-nav .gnav-list-text {
        margin: 15px;
    }
    .pc-nav .gnav-icon {
        margin: 15px 0;
    } */
    /* h1 {
        width: 100px;
        height: auto;
        left: 0;
    } */
    /* .pc-nav .pc-nav .gnav-list a{
      display: block;
      width: 100px;
    } */
    /* section {
        margin: 60px 3 0px;
    } */
    h2 {
        margin: 120px auto 60px;
    }
    h3 {
        font-size: 2rem;
    }
    .item .inner .hedding-foot{
      font-size: 2rem;
        margin-top: 5px;
        letter-spacing: 0.1em;
}


    .description {
        font-size: 1.5rem;
        /* -webkit-box-flex: 1; */
            /* -ms-flex: 1 0 auto; */
                flex: 1 0 auto;
    }
    .item {
        margin-bottom: 80px;
    }
    .inner {
        width: 100%;
        height: 100%;
        /* display: -webkit-box; */
        /* display: -ms-flexbox; */
        display: flex;
        /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal; */
            /* -ms-flex-direction: column; */
        flex-direction: column;
    }

    .material1,
    .material2,
    .material3{
      padding-right: 0;
    }

    .material1::after,
    .material2::after,
    .material3::after{
      position: relative;
      /* -webkit-transform: none; */
              transform: none;
      /* -ms-transform: none; */
              margin-left: 0;
              right: -5px;
              top: 0;
    }

    .item .inner h3 span {
        font-size: 1.2rem;
        letter-spacing: 0.2em;
    }
    .materialname {
        /* border-right: 60px solid #A00003; */
        font-size: 1.1rem;
    }
    .hot {
        padding:0 20px;
        /* line-height: 1.7; */
    }
    .item-wrap {
        /* display: -webkit-box;
        display: -ms-flexbox; */
        display: flex;
        /* -ms-flex-wrap: wrap; */
            flex-wrap: wrap;
        /* -ms-flex-pack: distribute; */
            justify-content: space-around;
        margin-bottom: 60px;
    }
    .item-wrap .item img {
        width: 200px;
        height: auto;
    }
    .item-wrap .item .inner {
        margin-left: 5px;
    }
    .item-wrap .item {
        width: 48%;
    }
    .item-wrap .item:nth-child(even) {
        margin-left: 10px;
    }
    .item-wrap .item:nth-child(odd) {
        margin-right: 10px;
    }
    .note {
        font-size: 1.1rem;
        margin: 40px;
    }
    .img {
        margin-bottom: 30px;
        margin-top: 60px;
        width: 350px;
    }
    /*---------------------
        pc-nav
    ----------------------*/
    /* .pc-nav .gnav-list {
        max-width: 960px;
        list-style: none;
    }
    .pc-nav .gnav-list .gnav-list-text {
        padding: 5px;
    }
    .pc-nav .gnav-list .gnav-list-text a {
        display: block;
        padding: 0 0 5px;
    }
    .pc-nav .gnav-list .current a {
        padding: 0;
    }
    .pc-nav .gnav-list .gnav-list-text a::after {
        border-bottom: 2px solid #a00003;
        bottom: 0;
        content: "";
        display: block;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        width: 0;
    }
    .pc-nav .gnav-list .gnav-list-text a:hover::after {
        width: 100%;
    }
    .pc-nav .gnav-list .current a::after {
        border-bottom: none;
        bottom: 0;
        content: none;
        display: block;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        width: 0;
    } */
    /*-----------------------
             colum1
    -----------------------*/
    .colum1 .item-wrap .overlay {
        /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal; */
            /* -ms-flex-direction: column; */
                flex-direction: column;
        margin: 0;
    }
    .colum1 .item-wrap .overlay img {
        width: 200px;
        margin-bottom: 30px;
    }

    .colum1 .inner{
        width: 40%;
    }

    /*-----------------------
             alacart
    -----------------------*/
    .item-wrap::after {
        content: "";
        width: 48%;
    }
    .item-hide::after {
        content: none;
    }
    /*-----------------------
             takeout
    -----------------------*/
    .item-wrap-inner .item-list {
        width: 50%;
        margin: 0 auto;
    }
}
@media screen and (min-width:768px) and (max-width:960px){
 html {
     font-size: 1vw;
 }
 .item-wrap .item img {
    width: 200px;
    height: auto;
}
.colum2 .item .item-img {
    width: auto;
    padding-right: 3%;
}
/* .small{
    display: inline;
} */
/* .no-wrap{
  white-space: nowrap;
} */

.item-wrap .item img{
    width: 150px;
}

}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .colum2 .item .item-img {
      width: 200px;
      padding-right: 3%;
  }

  .colum2 .item-wrap .item .inner {
    width: calc(97% - 200px);
      margin-left: 0;

  }

  .hot {
      padding-top: 5px;
      line-height: 1;
  }

  .materialname {
      font-size: 1.1rem;
      padding-top: 6px;
      line-height: 1;
  }


 .material1::after,
  .material2::after,
  .material3::after{
    position: relative;
    /* -webkit-transform: none; */
            transform: none;
            margin-left: 0;
            right: -5px;
            bottom:5px;
          }

  }
