@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/
#headWrap{
  width: 100%;
  height: 400px;
  background-image: url("../img/headBack.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#headWrap div{
  text-align: center;
}

#headWrap div h2{
  color: #fff;
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 10px;
}

#headWrap div p{
  color: #fff;
}

@media screen and (max-width: 600px){
}

/*==============================
メイン
==============================*/

#fairWrap,#pizzaWrap,#doriaWrap,#sideWrap,#partyWrap{
  background-color: #222;
  padding: 100px 20px;
}

#spaWrap,#meatWrap,#saladWrap,#drinkWrap,#sweetsWrap,#menuWrap{
  background-color: #333;
  padding: 100px 20px;
}

.menutitleBox{
  width: calc(100% - 200px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.menutitleBox h2{
  color: #fff;
  font-size: 50px;
  margin-right: 20px;
  font-weight: normal;
}

.menutitleBox p{
  color: #999;
}

.menupopList{
  width: calc(100% - 200px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.menupopList li{
  width: 24%;
  margin-right: 1.3333%;
  margin-bottom: 30px;
}

.menupopList li:nth-of-type(4n){
  margin-right: 0;
}

.menupopList li img{
  width: 100%;
}

#fairWrap > .menupopList > li a{
  margin-bottom: 5px;
}

#fairWrap > .menupopList > li > p{
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.menuList{
  width: calc(100% - 200px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;  
}

.menuList li{
  width: 15%;
  margin-right: 1.6666%;
  margin-bottom: 40px;
}

.menuList li:nth-of-type(6n){
  margin-right: 0;
}

.menuList li img{
  width: 100%;
  margin-bottom: 5px;
}

.menuList li p{
  font-family: 'Sawarabi Gothic', sans-serif;
  text-align: justify;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 10px;
}

.menuList li h4{
  font-family: 'Sawarabi Gothic', sans-serif;
  text-align: justify;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  border-bottom: 1px solid #999;
  text-align: right;
}

#lunchWrap{  
  background-color: #333;
  padding: 100px 20px;
}

#lunchWrap > .menutitleBox{
  display: block;
  text-align: center;
}

#lunchWrap > .menutitleBox h2{
  margin-right: 0;
  margin-bottom: 10px;
}

.lunchBox{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lunchBox > img{
  width: 50%;
}

.lunchBox > div{
  width: 50%;
  padding: 50px;
}

.lunchBox > div > p{
  color: #fff;
  margin-bottom: 20px;
}

.lunchcalcBox span{
  display: block;
  width: 100%;
  background-color: #fff;
  border: 5px solid #222222;
  padding: 10px;
  text-align: center;
}

.lunchcalcBox > h3{
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin: 10px 0;
}

.lunchcalcBox > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.lunchcalcBox > ul li{
  width: 48%;
  margin-bottom: 10px;
}

.lunchcalcBox > p{
  color: #ffea00;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}

.lunchList{
  width: calc(100% - 200px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.lunchList li{
  width: 24%;
  margin-right: 1.3333%;
  margin-bottom: 30px;
}

.lunchList li:nth-of-type(4n){
  margin-right: 0;
}

.lunchList li img{
  width: 100%;
}

#sweetsWrap{
  display: flex;
}

#sweetsWrap > div{
  width: 50%;
}
#sweetsWrap > div:first-of-type{
  padding-left: 100px;
  margin-right: 50px;
}
#sweetsWrap > div:last-of-type{
  padding-right: 100px;
}

#sweetsWrap .menutitleBox,
#sweetsWrap .menupopList{
  width: 100%;
}

#sweetsWrap .menupopList li{
  width: 49%;
  margin-right: 2%;
}

#sweetsWrap .menupopList li:nth-of-type(2n){
  margin-right: 0;
}

#partyWrap{
  display: flex;
}

#partyWrap > div{
  width: 50%;
}
#partyWrap > div:first-of-type{
  padding-left: 100px;
  margin-right: 50px;
}
#partyWrap > div:last-of-type{
  padding-right: 100px;
}

#partyWrap .menutitleBox,
#partyWrap .menupopList{
  width: 100%;
}

#partyWrap .menupopList li{
  width: 49%;
  margin-right: 2%;
}

#partyWrap .menupopList li:nth-of-type(2n){
  margin-right: 0;
}


/*==============================
ラジオ
==============================*/
.menulabelList{
  width: calc(100% - 200px);
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
}
#menuWrap > p{
  width: calc(100% - 200px);
  margin: 0 auto 10px;
  color: #fff;
}

.menulabelList > li{
  margin-right: 20px;
  margin-bottom: 20px;
}

.menulabelList > li > label{
  display: flex;
  align-items: center;
  background-color: #222222;
  padding: 20px;
  cursor: pointer;
}

.menulabelList > li > label p{
  font-size: 32px;
  color: #fff;
  font-family: 'Didact Gothic', sans-serif;
  margin-right: 10px;
}

.menulabelList > li > label span{
  color: #999999;
  font-size: 12px;
}

.menuBox{
  display: none;
}
input[type="radio"]{
  display: none;
}
input[type="radio"]:checked + .menuBox{
  display: block;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) { 

  .menutitleBox,.menupopList,.menuList,.lunchList,.menulabelList,#menuWrap > p{
    width: 100%;
  } 
  
  .menulabelList > li{
    margin-right: 5px;
    margin-bottom: 5px;
  }
  
  .menulabelList > li > label{
    padding: 10px;
  }
  
  .menulabelList > li > label p{
    font-size: 18px;
    margin-right: 5px;
    letter-spacing: 0;
  }
  
  .menulabelList > li > label span{
    font-size: 10px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1000px) {
  .lunchBox{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }
  
  .lunchBox > img{
    width: 100%;
  }
  
  .lunchBox > div{
    width: 100%;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 800px) {  
}

@media screen and (max-width: 600px){
  .menutitleBox{
    display: block;
  }
  
  .menutitleBox h2{
    margin-bottom: 10px;
    line-height: 40px;
  }
  
  .menupopList li,.lunchList li{
    width: 100%;
    margin-right: 0;
  }
  
  .menuList li{
    width: 49%;
    margin-right: 2%;
  }
  
  .menuList li:nth-of-type(6n){
    margin-right: 2%;
  }
  
  .menuList li:nth-of-type(2n){
    margin-right: 0;
  }
  
  .lunchcalcBox > ul li{
    width: 100%;
  }  
  
  .menulabelList{
    justify-content: space-between;
  }
  
  .menulabelList > li{
    width: 49%;
    margin-right: 0;
  }
  
  .menulabelList > li > label{
    display: block;
  }
  
  .menulabelList > li > label p{
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  
  .menulabelList > li > label span{
    display: block;
    font-size: 11px;
    line-height: 10px;
  }
  
  #sweetsWrap{
    display: block;
  }
  
  #sweetsWrap > div{
    width: 100%;
    margin-bottom: 50px;
  }

  #sweetsWrap .menupopList li{
    width: 100%;
    margin-right: 0;
  }
  
  #partyWrap{
    display: block;
  }
  
  #partyWrap > div{
    width: 100%;
    margin-bottom: 50px;
  }

  #partyWrap .menupopList li{
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 414px){
}