@charset "utf-8" ;

*,::after,::before {
    box-sizing: border-box;
}

/*----------------------------
pc
----------------------------*/
@media only screen and (min-width: 601px) {

/* ヘッダー */
h1 {
width: 400px;
height: 55px;
margin: 80px auto;
}

h1 img {
width: 100%;
height: auto;
text-align: center;
}

/* flex */
.container {
display: flex;
flex-wrap: wrap;
gap: 30px 36px;
width: 840px; 
margin: auto;
}

.container section {
width: 256px;
}

/* 写真の大きさなど　*/
main img {
width: 256px;
height: 144px;
}

/* メニューの文字 */
main h2 {
font-size: 18px;
font-weight: 700;
margin-bottom: 15px;
}

main p {
font-size: 14px;
margin-bottom: 15px;
}

.place {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.kcal {
    font-size: 12px;
    font-weight: 700;
}

/* New */
.box1 {
position: relative;
}

.box1 p {
position: absolute;
top: 0;
left: 0;
background: #992B03;
width: 85px;
height: 26px 0;
color:#ffffff;
text-align: center;
margin: 0px;
font-size: 12px;
padding: 6px 10px;
}

/* 大人気 */
.box2 {
position: relative;
}

.box2 p {
position: absolute;
top: 0;
left: 0;
background: #d76202;
width: 85px;
height: 26px 0;
color: #ffffff;
text-align: center;
margin: 0px;
font-size: 12px;
padding: 6px 10px;
}

/*fooer*/
footer{
    width: 100%;
    padding: 1px;
    background-color: #992B03;
    margin:0;
    margin-top: 10px;
  }
  footer p{
    text-align: center;
    font-size: 11px;
    color: #fff;
  }
}




/* --------------------------
sp用
---------------------------*/
@media only screen and (max-width: 600px) {

body {
display: block;
}

header,main,footer {
width: 100%;
}

/* ヘッダー */
h1 {
width: 100%;
text-align: center;
margin-top: 15px
}

h1>img {
width: 100%;
height: auto;
}

/* 中身 */
.container {
margin: 30px 2% 90px 2%;
width: 100%;
}

.container section {
width: 100%;
margin: 30px auto;
}

/* 写真の大きさなど　*/
main img {
width: 100%;
height: 100%;
}

/* メニューの文字 */
main h2 {
font-size: 18px;
font-weight: 700;
margin-bottom: 15px;
}

main p {
font-size: 14px;
margin-bottom: 15px;
}

.place {
font-size: 18px;
font-weight: 700;
margin-bottom: 30px;
}

.kcal {
font-size: 12px;
font-weight: 700;
}

/* New */
.box1 {
position: relative;
}

.box1 p {
position: absolute;
top: 0;
left: 0;
background: #992B03;
width: 85px;
height: 26px 0;
color:#ffffff;
text-align: center;
margin: 0px;
font-size: 12px;
padding: 6px 10px;
}

/* 大人気 */
.box2 {
position: relative;
}

.box2 p {
position: absolute;
top: 0;
left: 0;
background: #d76202;
width: 85px;
height: 26px 0;
color: #ffffff;
text-align: center;
margin: 0px;
font-size: 12px;
padding: 6px 10px;
}

/* フッター */
/*fooer*/
footer{
    width: 100%;
    min-height: 40px;
    padding-top: 13px;
    background-color: #992B03;
  }
  footer p{
    text-align: center;
    font-size: 13px;
    color: #fff;
  }
  
}