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

@media screen and (max-width: 768px) {
  #pagetit {
    background: url(../../restaurant/img/pagetit_sp.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;
  }
}
/* ---------------------------------------------------
	secA 臨時の記事
------------------------------------------------------ */
#secA {
  background: rgba(192, 142, 71, 0.3);
  padding: 30px 0 80px;
}
#secA .inner {
  display: flex;
  margin-top: 50px;
}
#secA .fig_box,
#secA .txt_box {
  width: 50%;
}
#secA .txt_box {
  padding-left: 2.5%;
}
#secA .fig_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#secA .fig_box > div{
  width: 47.5%;
}
#secA .txt_box strong{
  font-size: 1.4em;
}
#secA .waku{
  border: 1px solid #c08e47;
  padding: 10px;
  margin: 20px 0;
}
#secA .info_table{
  margin-bottom: 40px;
}
#secA .beerImgBox{
  display: flex;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  #secA .inner {
    flex-wrap: wrap;
  }
  #secA .fig_box,
  #secA .txt_box {
    width: 100%;
  }
  #secA .fig_box{
    margin-bottom: 20px;
  }
  #secA .beerImgBox{
    margin: 0 -2.5%;
    flex-wrap: wrap;
    display: flex !important;
  }
  #secA .beerImgBox li{
    width: 50%;
    padding: 0 2.5% 5%;
  }
}
/* ---------------------------------------------------
	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: 100%;
  }
  #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 .sec_col .col_txt .price_list dt {
  clear: both;
  float: left;
  width: 3em;
}
#sec3 .sec_col .col_txt .price_list dt:nth-last-of-type(1) {
  width: 5em;
}
#sec3 .sec_col .col_txt .price_list dd {
  float: left;
  width: calc(100% - 4em);
}
#sec3 .sec_col .col_txt .price_list dd:nth-last-of-type(1) {
  width: calc(100% - 6em);
}
#sec3 .sec_col .col_txt .price_list dd span {
  margin-right: 1em;
}
#sec3 .pic_list > div {
  width: 20%;
}
#sec3 .pic_list > div img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #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: 100%;
  }
  #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%;
  }
}
/* ---------------------------------------------------
	sec4
------------------------------------------------------ */
#sec4 .sec_bg {
  padding: 50px 0 100px;
  background: #EADDCB;
  background-size: cover;
  color: #394957;
}
#sec4 .sec_tit {
  color: #394957;
  margin-bottom: 50px;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: .05em;
}
#sec4 .caption {
  color: #394957;
}
#sec4 .sec_col .col_pic {
  width: 47%;
}
#sec4 .sec_col .col_pic img {
  max-width: none;
}
#sec4 .sec_col .col_txt {
  width: 50%;
  margin-top: 10px;
}
#sec4 .sec_col .col_txt .info_table {
  margin: 5px 0 30px;
}
#sec4 .sec_col .col_txt .info_table th {
  padding: 18px 5px 14px 10px;
}
#sec4 .pic_list > div {
  width: 20%;
}
#sec4 .pic_list > div img {
  width: 100%;
}
#sec4 .sec4_box{
    margin: 20px 0;
    border: 1px solid #C08E47;
    padding: 20px;
}
#sec4 .btn_brown{
    border-color: #C08E47;
    background: #C08E47;
    width: 100%;
    margin-bottom: 10px;
}
#sec4 .btn_gray{
    border-color: #394957;
    background: #394957;
    width: 100%;
}

@media screen and (max-width: 768px) {
  #sec4 .sec_bg {
    padding: 35px 0 30px;
  }
  #sec4 .sec_col .col_pic {
    width: 100%;
  }
  #sec4 .sec_col .col_pic img {
    max-width: 100%;
  }
  #sec4 .sec_col .col_txt {
    width: 100%;
    margin-top: 15px;
  }
  #sec4 .sec_col .col_txt .info_table {
    margin: 10px 0 20px;
  }
  #sec4 .sec_col .col_txt .info_table th {
    width: 100%;
  }
  #sec4 .sec_col .col_btn {
    text-align: center;
  }
  #sec4 .pic_list > div {
    width: 33.333%;
  }
  #sec4 .pic_list > div:nth-of-type(1), #sec4 .pic_list > div:nth-of-type(2) {
    width: 50%;
  }
}
