@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  #contents {
    margin-bottom: 0;
  }
  #page_title {
    background-image: url("../img/food/main_img.jpg");
    margin-bottom: 0;
  }
  #bbq_conts {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 37px;
  }
  #bbq_conts h3 {
    font-weight: bold;
    font-size: 41px;
    line-height: 50px;
    margin-bottom: 19px;
    text-align: center;
  }
  #bbq_conts .encircle {
    width: 100%;
    letter-spacing: -.4em;
  }
  #bbq_conts .encircle .box {
    width: 585px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 29px;
    line-height: 26px;
    margin-bottom: 34px;
  }
  #bbq_conts .encircle .box:nth-of-type(2n) {
    margin-right: 0;
  }
  #bbq_conts .encircle .box .img {
    margin-bottom: 17px;
  }
  #bbq_conts .encircle .box .img img {
    display: block;
  }
  #bbq_conts .encircle .box dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  #menu_conts {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 65px;
    padding-bottom: 134px;
    background-color: #f6f6f6;
  }
  #menu_conts .text_area {
    text-align: center;
    margin-bottom: 24px;
  }
  #menu_conts .text_area .small {
    font-size: 14px;
    margin-bottom: 3px;
  }
  #menu_conts .text_area h3 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.2em;
  }
  #menu_conts .encircle {
    width: 100%;
    letter-spacing: -.4em;
    margin-bottom: 36px;
  }
  #menu_conts .encircle .box {
    width: 282px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    line-height: 25px;
  }
  #menu_conts .encircle .box:last-of-type {
    margin-right: 0;
  }
  #menu_conts .encircle .box .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
  }
  #menu_conts .encircle .box .title .inner {
    font-weight: bold;
  }
  #menu_conts .encircle .box .img {
    margin-bottom: 2px;
  }
  #menu_conts .encircle .box ul {
    margin-bottom: 8px;
  }
  #menu_conts .encircle .box ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #menu_conts .encircle .box .caution {
    font-size: 13px;
    line-height: 1.5;
  }
  #menu_conts .caution_text {
    font-size: 13px;
    line-height: 20px;
  }
}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
  #page_title {
    background-image: url("../img/food/main_img.jpg");
    background-position: left -540px top;
    margin-bottom: 0;
  }
  #bbq_conts {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 54px;
  }
  #bbq_conts h3 {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 16px;
    text-align: center;
  }
  #bbq_conts .encircle {
    width: 100%;
  }
  #bbq_conts .encircle .box {
    width: 100%;
    line-height: 1.7;
    margin-bottom: 34px;
  }
  #bbq_conts .encircle .box:last-of-type {
    margin-bottom: 0;
  }
  #bbq_conts .encircle .box .img {
    margin-bottom: 12px;
  }
  #bbq_conts .encircle .box .img img {
    display: block;
  }
  #bbq_conts .encircle .box dt {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 4px;
  }
  #menu_conts {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 60px;
    padding-bottom: 134px;
    background-color: #f6f6f6;
  }
  #menu_conts .text_area {
    text-align: center;
    margin-bottom: 2px;
  }
  #menu_conts .text_area .small {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  #menu_conts .text_area h3 {
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }
  #menu_conts .encircle {
    width: 100%;
    letter-spacing: -.4em;
  }
  #menu_conts .encircle .box {
    width: 48%;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  #menu_conts .encircle .box:nth-of-type(2n) {
    margin-right: 0;
  }
  #menu_conts .encircle .box .title {
    width: 100%;
    display: table;
    height: 42px;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 8px;
  }
  #menu_conts .encircle .box .title .inner {
    font-weight: bold;
    vertical-align: bottom;
    display: table-cell;
  }
  #menu_conts .encircle .box .img {
    margin-bottom: 2px;
  }
  #menu_conts .encircle .box ul {
    margin-bottom: 8px;
  }
  #menu_conts .encircle .box ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #menu_conts .encircle .box .caution {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #menu_conts .caution_text {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}