body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  flex-direction: column;
  margin:0;
  padding:0;
  line-height: 1.8;
}
* {
  margin:0;
  padding:0;
}
html {
  min-height: 100vh;

}
.red {
  color:#f00;
}

.blue {
  color:#216bb6;
}
.weight {
  font-weight:bold;
}

.title_comment {
  margin-bottom:15px;
}

.margin40 {
  margin:40px 0;
}

.link_footer a:link,
.link_footer a:visited {
  color:#fff;
}

.small {
  font-size:12px;
}


li {
  margin:10px 0;
}

/* パソコン用 768px以上 */
@media(min-width:768px){


.container {
  width: 1100px;
  margin:0 auto 0;
  background:#fff;
}
header {
  background:url(./img/header_bk.png) repeat;
  border-bottom:1px solid #FCA721;
}
.header_top {
  background:#FCA721;
  height:35px;
  font-size:18px;
}

.header_01 {
  width:1050px;
  margin:0 auto;
  text-align:right;
  color:#fff;
  font-weight: bold;
}

.link {
  width:650px;
  margin:20px auto 20px;
  display:flex;
  justify-content:space-around;
}

.link_footer {
  width:650px;
  margin:10px auto 5px;
  display:flex;
  justify-content:space-around;
}

.header_inner {
  width:1100px;
  height:121px;
  margin:0 auto;
  background:url(./img/header_bk.png) repeat;
  padding-top:15px;
  text-align:center;
}
.rogo_img{
  display:flex;
  align-items: center;
  justify-content:space-between;
  width:950px;
  margin-top:20px;
  margin-left:30px;
}
.br-sp{
  display:none;
}

nav{
  margin-top:37px;
  display: flex;
  align-items: center;
  justify-content: center;
  width:1100px;
  height:35px;
  font-size:14px;
  color:#fff;
}

nav div {
  margin:1px;
/*  border-top:1px solid #fff ;*/
  background:#FCA721;
}

nav a {
  display:block;
  text-align:center;
  height:35px;
  width:135px;
  padding-top:7px;
  padding-left:20px;
  padding-right:20px;
  text-decoration: none;
}

nav a:visited,
nav a:link,
nav a:hover {
  color:#fff;
}
nav a:hover {
  color:#fff;
}

nav .n_item00 {
  background:#ff3e3e;
}


.main_top_img {
  margin:20px auto;
}
main{
  margin-top:100px;
  padding-left:7px;
  padding-right:7px;
}

.top_box {
  display:flex;
  justify-content:space-around;
}
.box_left {
  width:500px;
}

.tel {
  margin:20px auto;
  font-size:25px;
  text-align:center;
  line-height:1.5;
}
.tel_order {
  margin-left:50px;
  font-size:25px;
  
}
.mail_order {
  font-size:20px;
  margin-left:50px;
}
.chui li{
  list-style: none;
}
h2 {
  background:url(./img/h3_icon.png) no-repeat left top;
  height:31px;
  padding-left:40px;
  margin:40px 0 20px;
  font-size:20px;
}

.qrcode {
  display:flex;
   flex-wrap: wrap;
}

.f-qr1 {
  width:120px;
}
.f-qr2 {
  padding-top:20px;
  width:200px;
}

.menu_data {
  display:flex;
  flex-wrap: wrap;
}

.menu_data h3{
  text-align:center;
}
.menu_data h4{
  text-align:center;
}
.menu_item{
  width:320px;
  margin:20px 0;
  margin:20px 15px 30px;
}

.menu_item h3{
  text-align:center;
}
.comment {
  text-align:left;
  padding:20px;
}
.price_box {
  display:flex;
  justify-content: space-between;
  padding:0 10px;
}
.price {
  font-size:22px;
  color:#000;
  font-weight:bold;
}
.oomori {
  text-align:right;
  color:#333;
}
.memo {
  text-align:right;
  color:blue;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.up a {
   text-decoration: none;
}

.menu_name {
  display:flex;
}

.yobi_icon_bk {
/*  background:url(./img/youbi_bk.jpg) no-repeat left top;*/
background:#ff9900;
  color:#fff;
  font-weight: bold;
  width:18px;
  height:28px;
  padding:5px 10px;
  margin-bottom:5px;
}
.item_name {
  padding-left:10px;
  font-size:16px;
  font-weight: bold;
  line-height: 2.4;
}

footer {
  width:1100px;
  height:80px;
  margin:50px auto 0;
  padding-top:1px;
  padding-bottom:140px;
  background:#FC9B03;
}

.shop_name {
  height:20px;
  padding-top:15px;
  text-align:center;
  color:#fff;
  font-size:18px;
}

footer p{
  margin: 10px auto;
  text-align:center;
  color:#fff;
  font-size:14px;
  line-height:1.5;
}

footer small{
  display:block;
  text-align:center;
  color:#fff;
}

.chirashi {
  display: flex;
  flex-direction:column;
  justify-content:center;
  width:100%;
}


}
/*パソコン用ここまで*/

/* ******************* */
/*      スマホ用       */
@media (max-width: 767px) {

.no-sp{
  display:none;
}
.header_top {
  display:none;
}

a {
  text-decoration: none;
}
header {
  z-index: 3;
  position: fixed;
  top:0;
  width:100%;
  background:#FCA721;
  background:url(./img/header_bk.png) repeat;
}

.header_inner {
  width:375px;
  height:133px;
  padding-top:15px;
  text-align:center;
margin:0 auto;
}

.br-sp {
  display:block;
}


nav{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width:375px;
  background:#FCA721;
  font-size:12px;
  color:#fff;
}

nav div {
  width:60px;
  text-align:center;
}
nav a {
  display:block;
  width:60px;
  height:55px;
  padding-top:10px;
  text-decoration: none;
}

nav a:visited,
nav a:link,
nav a:hover {
  color:#fff;
}
nav .n_item00,
nav .n_item01,
nav .n_item02,
nav .n_item03,
nav .n_item04 {
  border-right:1px solid #fff ;
}
nav .n_item00  {
  background:#ff3e3e;
}

.main_top_img {
  margin:20px auto;
}


.container {
  width: 375px;
  margin:0 auto 0;
  background:#fff;
}

main{
  margin-top:160px;
  padding-left:7px;
  padding-right:7px;
}

.box {
  width:320px;
  margin:40px auto;
}
.tel {
  margin:20px auto;
  font-size:25px;
  text-align:center;
  line-height:1.5;
}
.tel_order {
  font-size:25px;
  text-align:center;
}
.mail_order {
  font-size:20px;
  text-align:center;
}
.chui li{
  list-style: none;
}
h2 {
  background:url(./img/h3_icon.png) no-repeat left top;
  height:31px;
  padding-left:40px;
  margin:40px 0 20px;
  font-size:20px;
}
.qrcode {
  display:flex;
   flex-wrap: wrap;
}

.f-qr1 {
  width:120px;
}
.f-qr2 {
  padding-top:20px;
  width:200px;
}

.menu_data h3{
  text-align:center;
}
.menu_data h4{
  text-align:center;
}
.menu_item{
  margin:20px 0;
  padding-bottom:20px;
  border-bottom:1px solid #EAAA52;
}

.menu_item_img{
  width:320px;
  margin:0 auto;
}

.menu_item h3{
  text-align:center;
}
.comment {
  text-align:left;
}
.price_box {
  display:flex;
  justify-content: space-between;
}
.price {
  font-size:22px;
  color:#000;
  font-weight:bold;
}
.oomori {
  text-align:right;
  color:rgb(250, 114, 2);
}
.memo {
  text-align:right;
  color:blue;
}


.up a {
   text-decoration: none;
}

.menu_name {
  display:flex;
}
.yobi_icon_bk {
/*background:url(./img/youbi_bk.png) no-repeat left center;*/
background:#ff9900;
  color:#fff;
  font-weight: bold;
  width:18px;
  height:28px;
  padding:5px 10px;
  margin-right:10px;
  margin-bottom:5px;
}
.item_name {

  font-size:16px;
  font-weight: bold;
  line-height: 2.4;
 
}

footer {
  width:375px;
  height:190px;
  margin-top:50px;
  padding-bottom:150px;
  background:#FC9B03;
}

.shop_name {
  margin-top:10px;
  text-align:center;
  color:#fff;
}

footer p{
  margin: 15px auto;
  text-align:center;
  color:#fff;
  font-size:12px;
  line-height:1.8;
}

footer small{
  display:block;
  text-align:center;
  color:#fff;
}

.link_footer {
  width:100%;
  padding-bottom:10px;
  margin:0 auto 5px;
  display:flex;
  flex-direction:column;
  text-align:center;
  background:#fcebc7;
  color:#333;
}
.link_item {
  border-bottom:1px dashed #fcbd59;
  padding:3px 0;
}

.link_item_last {
  padding:5px 0 0;
}

.link_footer a:link,
.link_footer a:visited {
  color:#bb373b;
}

.link_footer a:hover,
.link_footer a:active {
  color:#f00;
}

}
/* スマホ用ここまで */

