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

 file name  : restaurant_pr.css
 author     : Ability Consultant
 style info : 軽井沢ロンギングハウスのドリンクメニューについて
=================================================================== */
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_eatmenu
----------------------------------------------------------- */
.con_eatmenu .txt {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 108%;
  line-height: 2;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .txt {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .txt {
    text-align: left;
    margin-bottom: 1em;
  }
}
.con_eatmenu .box_pr {
  text-align: center;
}
.con_eatmenu .box_pr ul {
  display: inline-block;
}
.con_eatmenu .box_pr ul li {
  display: inline-block;
  float: none;
  margin: 0;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_pr ul li {
    width: 47%;
  }
}
.con_eatmenu .box_pr ul li:first-child {
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_pr ul li .img {
    width: 100%;
    float: none;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_eatmenu .box_pr ul li .box_txt {
    width: 100%;
    float: none;
  }
  .con_eatmenu .box_pr ul li .box_txt h4 {
    font-size: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .box_prepare .box_txt {
    width: 43%;
  }
}
