@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : dishes.css
 author     : Ability Consultant
 style info : お料理
=================================================================== */
.con_int, .con_dis ul.box_dis {
  width: 93.75%;
  margin: auto;
}

/* font-awesome */
/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
  position: relative;
}
.con_int #obj_mainSlider .slick-dots {
  position: absolute;
  bottom: 5%;
  overflow: hidden;
}
.con_int #obj_mainSlider .slick-dots li {
  width: .65em;
  height: .65em;
  margin: 0 2.1875%;
}
.con_int #obj_mainSlider .slick-dots li button {
  cursor: pointer;
  padding: 0;
}
.con_int #obj_mainSlider .slick-dots li button:before {
  opacity: 1 !important;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #cbcdd2;
  border-radius: 2em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  -o-border-radius: 2em;
  -ms-border-radius: 2em;
}
.con_int #obj_mainSlider .slick-dots li.slick-active button:before {
  background-color: #7d4708;
}
.con_int .catch {
  position: absolute;
  top: 0;
  right: 0;
}
.con_int .st_int {
  width: 46.16667%;
  margin-top: 1%;
}
.con_int .txt {
  margin-top: 5%;
}
.con_int .btn_dis {
  text-align: center;
  margin: 5% auto 0;
  width: 94.16667%;
}
.con_int .btn_dis a {
  color: #000;
  letter-spacing: .6em;
  text-decoration: none;
  display: block;
  padding: .5em;
  border: 1px solid #000;
}
.con_int .btn_dis a:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: .2em;
  margin-right: .5em;
}

/* -----------------------------------------------------------
	.con_dis
----------------------------------------------------------- */
.con_dis {
  margin: 10% auto;
  background-color: #f2ecea;
  padding-top: 3%;
  color: #6d6d6d;
}
.con_dis h3 {
  margin-bottom: 2%;
}
.con_dis ul.box_dis {
  overflow: hidden;
}
.con_dis ul.box_dis li {
  width: 48.33333%;
  margin-bottom: 5%;
  float: right;
}
.con_dis ul.box_dis li .photo {
  margin-bottom: 3%;
}
.con_dis ul.box_dis li .txt {
  margin-top: 3%;
}
.con_dis ul.box_dis li:nth-child(even) {
  float: left;
}
.con_dis ul.box_dis li:first-child {
  width: 100%;
}
.con_dis ul.box_dis li:first-child .st {
  width: 38.5%;
}
