/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../restaurant/img/pagetit.jpg) no-repeat center;
  background-size: cover;
}

/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 {
  padding: 30px 0 80px;
}
#sec1 .sec_btn {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #sec1 {
    padding: 20px 0 30px;
  }
  #sec1 .sec_btn {
    margin-top: 15px;
  }
}
/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
#sec2 .sec_bg {
  padding: 50px 0 30px;
  background: url(../../restaurant/img/sec2_bg_01.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
}
#sec2 .sec_tit {
  color: #fff;
}
#sec2 .caption {
  color: #fff;
}
#sec2 .sec_col .col_pic {
  width: 47%;
}
#sec2 .sec_col .col_pic img {
  max-width: none;
}
#sec2 .sec_col .col_txt {
  width: 50%;
  margin-top: 10px;
}
#sec2 .sec_col .col_txt .info_table {
  margin: 5px 0 30px;
}
#sec2 .pic_list > div {
  width: 20%;
}
#sec2 .pic_list > div img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #sec2 .sec_bg {
    padding: 35px 0 30px;
  }
  #sec2 .sec_col .col_pic {
    width: 100%;
  }
  #sec2 .sec_col .col_pic img {
    max-width: 100%;
  }
  #sec2 .sec_col .col_txt {
    width: 100%;
    margin-top: 15px;
  }
  #sec2 .sec_col .col_txt .info_table {
    margin: 10px 0 20px;
  }
  #sec2 .sec_col .col_txt .info_table th {
    width: 9em;
  }
  #sec2 .sec_col .col_btn {
    text-align: center;
  }
  #sec2 .pic_list > div {
    width: 33.333%;
  }
  #sec2 .pic_list > div:nth-of-type(1), #sec2 .pic_list > div:nth-of-type(2) {
    width: 50%;
  }
}
/* ---------------------------------------------------
	sec3
------------------------------------------------------ */
#sec3:before {
  background: #3a4957;
}
#sec3 .sec_bg {
  padding: 50px 0 30px;
  background: url(../../restaurant/img/sec3_bg_01.jpg) no-repeat center top;
  background-size: cover;
}
#sec3 .sec_col .col_pic {
  width: 47%;
}
#sec3 .sec_col .col_pic img {
  max-width: none;
}
#sec3 .sec_col .col_txt {
  width: 50%;
  margin-top: 10px;
}
#sec3 .sec_col .col_txt .info_table {
  margin: 10px 0 25px;
}
#sec3 .pic_list > div {
  width: 20%;
}
#sec3 .pic_list > div img {
  width: 100%;
}

#sec3 .sec_col .col_txt .price_list dt {
    clear: both;
    float: left;
    width: 5em;
}
#sec3 .sec_col .col_txt .price_list dd {
    float: left;
    width: calc(100% - 5em);
}

@media screen and (max-width: 768px) {
    #pagetit {
    background: url(../../restaurant/img/pagetit_sp.jpg) no-repeat center;
    background-size: cover;
}
  #sec3 .sec_bg {
    padding: 35px 0 30px;
  }
  #sec3 .sec_col .col_pic {
    width: 100%;
  }
  #sec3 .sec_col .col_pic img {
    max-width: 100%;
  }
  #sec3 .sec_col .col_txt {
    width: 100%;
    margin-top: 15px;
  }
  #sec3 .sec_col .col_txt .info_table {
    margin: 10px 0 20px;
  }
  #sec3 .sec_col .col_txt .info_table th {
    width: 9em;
  }
  #sec3 .sec_col .col_btn {
    text-align: center;
  }
  #sec3 .pic_list > div {
    width: 33.333%;
  }
  #sec3 .pic_list > div:nth-of-type(1), #sec3 .pic_list > div:nth-of-type(2) {
    width: 50%;
  }
}
