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

#sec3 .info_table,
#sec4 .info_table,
#sec5 .info_table,
#sec6 .info_table,
#sec7 .info_table {
  border-color: #58656e;
}
#sec3 .info_table caption,
#sec4 .info_table caption,
#sec5 .info_table caption,
#sec6 .info_table caption,
#sec7 .info_table caption {
  background: #58656e;
}
#sec3 .info_table th,
#sec3 .info_table td,
#sec4 .info_table th,
#sec4 .info_table td,
#sec5 .info_table th,
#sec5 .info_table td,
#sec6 .info_table th,
#sec6 .info_table td,
#sec7 .info_table th,
#sec7 .info_table td {
  border-color: #58656e;
}
#sec3 .info_table th,
#sec4 .info_table th,
#sec5 .info_table th,
#sec6 .info_table th,
#sec7 .info_table th {
  width: 12em;
  padding: 18px 28px 14px 30px;
  background: url(../img/bg_common_02.png) no-repeat right top 20px;
  background-size: 18px;
}
#sec3 .info_table td,
#sec4 .info_table td,
#sec5 .info_table td,
#sec6 .info_table td,
#sec7 .info_table td {
  padding: 18px 30px 14px;
}
#sec3 .caution,
#sec4 .caution,
#sec5 .caution,
#sec6 .caution,
#sec7 .caution {
  margin-top: 20px;
  padding: 0 30px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  #pagetit {
    padding-top: 55px;
    background: url(../../restaurant_ichimokuissou/img/pagetit_sp.jpg) no-repeat center;
    background-size: cover;
  }

  #sec3 .info_table caption,
  #sec4 .info_table caption,
  #sec5 .info_table caption,
  #sec6 .info_table caption,
  #sec7 .info_table caption {
    background: #58656e;
  }
  #sec3 .info_table th,
  #sec3 .info_table td,
  #sec4 .info_table th,
  #sec4 .info_table td,
  #sec5 .info_table th,
  #sec5 .info_table td,
  #sec6 .info_table th,
  #sec6 .info_table td,
  #sec7 .info_table th,
  #sec7 .info_table td {
    border-color: #58656e;
  }
  #sec3 .info_table th,
  #sec4 .info_table th,
  #sec5 .info_table th,
  #sec6 .info_table th,
  #sec7 .info_table th {
    width: 9em;
    padding: 10px;
    background: url(../img/bg_common_02.png) no-repeat right top 14px;
    background-size: 18px;
  }
  #sec3 .info_table td,
  #sec4 .info_table td,
  #sec5 .info_table td,
  #sec6 .info_table td,
  #sec7 .info_table td {
    padding: 10px;
  }
  #sec3 .caution,
  #sec4 .caution,
  #sec5 .caution,
  #sec6 .caution,
  #sec7 .caution {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  #pagetit .en {
    font-size: 30px;
  }
  #pagetit .tit {
    font-size: 20px;
  }
}
/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 {
  padding: 10px 0 40px;
}
#sec1 .sec_btn {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #sec1 {
    padding: 10px 0 30px;
  }
  #sec1 .sec_btn {
    margin-top: 15px;
  }
}
/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
#sec2 {
  padding-top: 30px;
}
#sec2 .sec_bg {
  margin-top: 30px;
  padding-top: 330px;
  background: url(../../restaurant_ichimokuissou/img/sec2_bg_01.jpg) no-repeat center top, #fffae3;
}
#sec2 .sec_bg .caption {
  text-shadow: 0 0 10px #fffae3, 0 0 10px #fffae3, 0 0 15px #fffae3;
}
#sec2 .sec_bg .caption + p {
  text-shadow: 0 0 5px #fffae3, 0 0 10px #fffae3, 0 0 10px #fffae3;
}
#sec2 .sec_bg .pic_l {
  position: absolute;
  left: -6%;
  top: -190px;
}
#sec2 .sec_bg .pic_r {
  position: absolute;
  right: -12%;
  top: -310px;
}
#sec2 .sec_bg .bg_col {
  margin: 20px 0 40px;
}
#sec2 .sec_bg .bg_col .col_col {
  width: 500px;
  max-width: 48.08%;
}
#sec2 .sec_bg .price_list dt {
  clear: both;
  float: left;
  width: 3em;
}
#sec2 .sec_bg .price_list dt:nth-last-of-type(1) {
  width: 5em;
}
#sec2 .sec_bg .price_list dd {
  float: left;
  width: calc(100% - 4em);
}
#sec2 .sec_bg .price_list dd:nth-last-of-type(1) {
  width: calc(100% - 6em);
}
#sec2 .sec_bg .price_list dd span {
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  #sec2 .sec_bg {
    padding-top: 200px;
    background-size: 800px;
  }
  #sec2 .sec_bg .taC {
    text-align: left;
  }
  #sec2 .sec_bg .pic_l {
    position: static;
    float: left;
    width: 50%;
  }
  #sec2 .sec_bg .pic_r {
    position: static;
    float: right;
    width: 60%;
    margin: -10% 0 10px -10%;
  }
  #sec2 .sec_bg .bg_col {
    margin: 20px 0 40px;
  }
  #sec2 .sec_bg .bg_col .col_col {
    width: 100%;
    max-width: 100%;
  }
  #sec2 .sec_bg .bg_col .info_table {
    margin-bottom: -1px;
  }
}
/* ---------------------------------------------------
	sec3
------------------------------------------------------ */
#sec3 {
  padding-top: 70px;
}
#sec3 .icon {
  margin-bottom: 10px;
}
#sec3 .caption {
  margin-bottom: 10px;
  font-size: 22px;
}
#sec3 .caption .tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  padding: 3px 15px;
  background: #ac3948;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
#sec3 .caption .tag.tag02 {
  margin-right: 15px;
  padding: 3px 10px;
  background: #4c8625;
}
#sec3 .menu_col .col_pic {
  width: 50%;
}
#sec3 .menu_col .col_txt {
  width: 46.2%;
  padding: 0 20px;
}
#sec3 #sec3_1 {
  padding-bottom: 40px;
}
#sec3 #sec3_1 .menu_pic {
  max-width: 1200px;
  margin: 20px auto 20px;
}
#sec3 #sec3_1 .menu_pic .pic_wide {
  width: 800px;
  max-width: 66.667%;
}
#sec3 #sec3_1 .menu_pic .pic_min {
  width: 400px;
  max-width: 33.334%;
}
#sec3 #sec3_2 {
  background: #fff;
}

@media screen and (max-width: 768px) {
  #sec3 {
    padding-top: 25px;
  }
  #sec3 .taC {
    text-align: left;
  }
  #sec3 .icon {
    margin-top: 15px;
    text-align: center;
  }
  #sec3 .icon img {
    width: 100px;
  }
  #sec3 .caption {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }
  #sec3 .caption .tag {
    margin-bottom: 8px;
    font-size: 16px;
  }
  #sec3 .caption .tag.tag02 {
    margin-right: 0;
  }
  #sec3 .menu_col {
    padding: 30px 0;
  }
  #sec3 .menu_col .col_pic {
    width: 100%;
  }
  #sec3 .menu_col .col_txt {
    width: 100%;
    padding: 0 0;
  }
  #sec3 #sec3_1 {
    padding-bottom: 30px;
  }
  #sec3 #sec3_1 .menu_pic {
    max-width: 1200px;
    margin: 20px auto 20px;
  }
  #sec3 #sec3_1 .menu_pic .pic_wide {
    width: 100%;
    max-width: 100%;
  }
  #sec3 #sec3_1 .menu_pic .pic_min {
    width: 100%;
    max-width: 100%;
  }
  #sec3 #sec3_1 .menu_pic .pic_min img {
    width: 50%;
  }
}
/* ---------------------------------------------------
	sec4
------------------------------------------------------ */
#sec4 {
  max-width: 1290px;
  margin: 40px auto;
  padding: 50px 20px 25px;
  background: #d9bb91;
}
#sec4 .menu_tit {
  margin-bottom: 5px;
  color: #42210b;
  text-align: center;
}
#sec4 .menu_tit .en {
  margin-bottom: 10px;
  color: #684d3c;
  font-size: 20px;
  font-family: "Playfair Display SC", serif;
  line-height: 1.2;
  letter-spacing: .05em;
}
#sec4 .menu_tit .tit {
  font-size: 26px;
  line-height: 1.4;
}
#sec4 .menu_list {
  width: 100%;
  margin-top: 30px;
  justify-content: flex-start;
}
#sec4 .menu_list > li {
  width: 330px;
  max-width: 31.74%;
  margin: 0 2.4% 15px 0;
  line-height: 1.4;
  text-align: center;
}
#sec4 .menu_list > li:nth-of-type(3n) {
  margin-right: 0;
}
#sec4 .menu_list > li .list_pic {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #sec4 {
    margin: 30px auto;
    padding: 25px 0 10px;
  }
  #sec4 .taC {
    text-align: left;
  }
  #sec4 .menu_tit {
    margin-bottom: 10px;
  }
  #sec4 .menu_tit .en {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #sec4 .menu_tit .tit {
    font-size: 23px;
  }
  #sec4 .menu_list {
    width: 100%;
    margin-top: 20px;
  }
  #sec4 .menu_list > li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  #sec4 .menu_list > li .list_pic {
    margin-bottom: 10px;
  }
}
/* ---------------------------------------------------
	sec5
------------------------------------------------------ */
#sec5 {
  max-width: 1290px;
  margin: 0 auto;
  padding: 50px 20px 20px;
  background: #f4efc9;
}
#sec5 .menu_tit {
  margin-bottom: 5px;
  color: #42210b;
  text-align: center;
}
#sec5 .menu_tit .en {
  margin-bottom: 10px;
  color: #684d3c;
  font-size: 20px;
  font-family: "Playfair Display SC", serif;
  line-height: 1.2;
  letter-spacing: .05em;
}
#sec5 .menu_tit .tit {
  font-size: 26px;
  line-height: 1.4;
}
#sec5 .menu_list {
  width: 100%;
  margin-top: 30px;
  justify-content: flex-start;
}
#sec5 .menu_list > li {
  width: 330px;
  max-width: 31.74%;
  margin: 0 2.4% 20px 0;
  line-height: 1.4;
  text-align: center;
}
#sec5 .menu_list > li:nth-of-type(3n) {
  margin-right: 0;
}
#sec5 .menu_list > li .list_pic {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #sec5 {
    padding: 25px 0 10px;
  }
  #sec5 .taC {
    text-align: left;
  }
  #sec5 .menu_tit {
    margin-bottom: 10px;
  }
  #sec5 .menu_tit .en {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #sec5 .menu_tit .tit {
    font-size: 23px;
  }
  #sec5 .menu_list {
    width: 100%;
    margin-top: 20px;
  }
  #sec5 .menu_list > li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  #sec5 .menu_list > li .list_pic {
    margin-bottom: 10px;
  }
}
/* ---------------------------------------------------
	contact
------------------------------------------------------ */
#contact_box {
  margin: 80px 0 80px;
  padding: 30px 20px 20px;
  border: 1px solid #c08e47;
}
#contact_box .box_tit {
  line-height: 1.5;
}
#contact_box .box_tel {
  margin: 0 20px;
  font-size: 12px;
}
#contact_box .box_tel .num {
  font-size: 30px;
}
#contact_box .box_btn a {
  min-width: 210px;
}

@media screen and (max-width: 768px) {
  #contact_box {
    margin: 30px 0 40px;
    padding: 20px 15px 20px;
    text-align: center;
  }
  #contact_box .box_tel {
    margin: 10px 0 15px;
  }
  #contact_box .box_tel .num {
    font-size: 30px;
  }
  #contact_box .box_btn a {
    min-width: 210px;
  }
}
/* ---------------------------------------------------
	sec8
------------------------------------------------------ */
#sec6 {
  background: url(../../restaurant_ichimokuissou/img/sec6_bg_01.jpg) no-repeat center, #1f160e;
  color: #fff;
}
#sec6 .caption {
  color: #fff;
}
#sec6 .col_txt {
  width: 50%;
  padding: 30px;
}
#sec6 .col_txt .txt_btn {
  margin-top: 20px;
}
#sec6 .col_txt .txt_btn a {
  width: 100%;
  text-align: left;
}
#sec6 .col_pic {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #sec6 .col_txt {
    width: 100%;
    padding: 20px 15px 25px;
  }
  #sec6 .col_txt .caption {
    font-size: 20px;
  }
  #sec6 .col_txt .txt_btn {
    margin-top: 15px;
  }
  #sec6 .col_txt .txt_btn a {
    text-align: center;
  }
  #sec6 .col_pic {
    width: 100%;
  }
}
