@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : restaurant_buffet_2019sp.css
 author     : Ability Consultant
 style info : 夕食ビュッフェ
=================================================================== */
.con_sweet .box_info {
  max-width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_sweet .box_info {
    width: 95%;
  }
}

.con_sweet .box_info:after {
  content: "";
  display: table;
  clear: both;
}

/* FontSize */
/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
/* -----------------------------------------------------------
	con_pgtitle
----------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pgtitle .con_pgslider .slide img {
    margin-left: 0 !important;
  }
}

/* -----------------------------------------------------------
	con_sweet
----------------------------------------------------------- */
.con_sweet {
  background-color: #f0eae3;
  margin: 110px 10% 170px;
  padding: 50px 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sweet {
    margin: 90px auto 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sweet {
    margin: 40px auto 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sweet {
    padding: 30px 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sweet {
    padding: 30px 5%;
  }
}
.con_sweet .st_basic_l {
  margin: 0 0 20px;
  text-align: center;
}
.con_sweet .box_sweet {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sweet .box_sweet {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sweet .box_sweet {
    margin-bottom: 30px;
  }
}
.con_sweet .box_sweet .txt {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 40%;
  left: 30%;
  top: 0;
  line-height: 2;
  padding: 3%;
}
@media only screen and (max-width: 1160px) {
  .con_sweet .box_sweet .txt {
    padding: 2%;
    width: 80%;
    left: 10%;
  }
}
@media print {
  .con_sweet .box_sweet .txt {
    padding: 2%;
    width: 80%;
    left: 10%;
  }
}
.ie8 .con_sweet .box_sweet .txt {
  padding: 2%;
  width: 80%;
  left: 10%;
}
@media only screen and (max-width: 767px) {
  .con_sweet .box_sweet .txt {
    position: static;
    margin: 1em 0 0;
    width: 100%;
  }
}
.con_sweet .box_info {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sweet .box_info {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sweet .box_info {
    margin-bottom: 30px;
  }
}
.con_sweet .box_info .info {
  float: left;
  width: 30.17241%;
}
@media only screen and (max-width: 1024px) {
  .con_sweet .box_info .info {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sweet .box_info .info {
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.con_sweet .box_info .info h4 {
  font-weight: normal;
  font-size: 172%;
  margin: 20px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 1024px) {
  .con_sweet .box_info .info h4 {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sweet .box_info .info h4 {
    font-size: 143%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sweet .box_info .info h4 {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sweet .box_info .info h4 {
    margin: 10px 0;
  }
}
.con_sweet .box_info .info .txt {
  line-height: 2;
}
.con_sweet .box_info .photo {
  float: right;
  width: 60.34483%;
}
@media only screen and (max-width: 1024px) {
  .con_sweet .box_info .photo {
    width: 48%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sweet .box_info .photo {
    width: 100%;
  }
}
.con_sweet .btn_yellow {
  max-width: 340px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .con_sweet .btn_yellow {
    max-width: 95%;
  }
}
