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

 file name  : banquet.css
 author     : Ability Consultant
 style info : 宴会・会議室
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_points > div, .con_ban .box_ban, .con_news .box_news, .con_reco, .con_mice, .con_food .box_food {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_points > div, .con_ban .box_ban, .con_news .box_news, .con_reco, .con_mice, .con_food .box_food {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .con_points > div, .con_ban .box_ban, .con_news .box_news, .con_reco, .con_mice, .con_food .box_food {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie8 .con_points > div, .ie8 .con_ban .box_ban, .con_ban .ie8 .box_ban, .ie8 .con_news .box_news, .con_news .ie8 .box_news, .ie8 .con_reco, .ie8 .con_mice, .ie8 .con_food .box_food, .con_food .ie8 .box_food {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_points > div, .con_ban .box_ban, .con_news .box_news, .con_reco, .con_mice, .con_food .box_food {
    width: 95%;
  }
}

.con_food .box_food:after {
  content: "";
  display: table;
  clear: both;
}

/*Animate */
.deco {
  width: 100%;
  position: relative;
}
.deco:after {
  content: "";
  background: url(../images/common/bg_yarorigi.png) no-repeat;
  position: absolute;
  left: 50%;
  bottom: -125px;
  width: 424px;
  height: 242px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -5;
}
@media only screen and (max-width: 767px) {
  .deco:after {
    width: 10em;
    height: 5em;
    background-size: contain;
    bottom: -2.5em;
  }
}

/* -----------------------------------------------------------
	.con_infomation
----------------------------------------------------------- */
.con_infomation {
  margin: 0 auto 150px;
  max-width: 1200px;
  width: 95%;
  border: 1px solid #ccc;
  padding: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infomation {
    margin: 0 auto 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_infomation {
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_infomation {
    padding: 2em 1.5em;
  }
}
.con_infomation .st_basic {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infomation .st_basic {
    margin-bottom: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_infomation .st_basic {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infomation .tbl_basic th {
    width: 35%;
  }
}

/* -----------------------------------------------------------
	con_forte
----------------------------------------------------------- */
.con_forte {
  margin-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_forte {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_forte {
    margin-top: 4em;
  }
}
.con_forte .box_txt {
  width: 1180px;
  max-width: 95%;
  margin: auto;
  text-align: center;
}
.con_forte .box_txt .txt_st {
  font-size: 225%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_forte .box_txt .txt_st {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_forte .box_txt .txt_st {
    font-size: 144%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_forte .box_txt .txt_st {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_forte .box_txt .txt_st {
    margin-bottom: 0.5em;
  }
}
.con_forte .box_txt .txt_des {
  font-size: 94%;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_forte .box_txt .txt_des {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_forte .box_txt .txt_des {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_forte .box_txt .txt_des {
    text-align: left;
  }
}
.con_forte .photo {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_forte .photo {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_forte .photo {
    margin-top: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_forte .photo {
    overflow: hidden;
  }
  .con_forte .photo img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
@media only screen and (min-width: 768px) {
  .con_forte .photo img {
    width: 100%;
  }
}
@media print {
  .con_forte .photo img {
    width: 100%;
  }
}
.ie8 .con_forte .photo img {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_points
----------------------------------------------------------- */
.con_points {
  margin-bottom: 125px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_points {
    margin-bottom: 60px;
  }
}
.con_points > div .tl_basic {
  margin-bottom: 30px;
  position: relative;
  padding-left: 1em;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_points > div .tl_basic {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_points > div .tl_basic {
    padding-left: 0;
    text-align: center;
  }
}
.con_points > div .points_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_points > div .points_list .points_list_c {
  width: 16%;
  margin: 0 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points > div .points_list .points_list_c {
    width: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points > div .points_list .points_list_c {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points > div .points_list .points_list_c {
    margin: 0 2% 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points > div .points_list .points_list_c {
    margin: 0 0 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_points > div .points_list .points_list_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.con_points > div .points_list .points_list_c .img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_points > div .points_list .points_list_c .img {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points > div .points_list .points_list_c .box_txt {
    width: 66%;
    margin-left: 4%;
  }
}
.con_points > div .points_list .points_list_c .box_txt .st {
  margin: 1em 0;
  text-align: center;
  font-size: 119%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .con_points > div .points_list .points_list_c .box_txt .st {
    margin: 0.5em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_points > div .points_list .points_list_c .box_txt .st {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_points > div .points_list .points_list_c .box_txt .st {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points > div .points_list .points_list_c .box_txt .txt {
    font-size: 107%;
  }
}
.con_points > div .points_list .points_list_c .box_txt .txt_lnk {
  margin-top: .5em;
}

/* -----------------------------------------------------------
	.con_ban
----------------------------------------------------------- */
.con_ban {
  background: #b29c80;
  text-align: center;
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ban {
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_ban {
    padding: 1.5em 0;
  }
}
.con_ban .box_ban h2 {
  color: #fff;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ban .box_ban h2 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ban .box_ban h2 {
    margin-bottom: 2em;
  }
}
.con_ban .box_ban h2 em {
  color: #fff;
}
.con_ban .box_ban .wrp_ban {
  overflow: hidden;
}
.con_ban .box_ban .wrp_ban li {
  position: relative;
}
.con_ban .box_ban .wrp_ban li:first-child {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_ban .box_ban .wrp_ban li:first-child .photo {
    overflow: hidden;
  }
  .con_ban .box_ban .wrp_ban li:first-child .photo img {
    position: relative;
    width: 160%;
    max-width: none;
    margin-left: -30%;
  }
}
.con_ban .box_ban .wrp_ban li:nth-child(n+2) {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_ban .box_ban .wrp_ban li:nth-child(n+2) {
    float: none;
    width: 100%;
  }
}
.con_ban .box_ban .wrp_ban li:nth-child(n+2) img {
  width: 100%;
}
.con_ban .box_ban .wrp_ban li .name {
  position: absolute;
  top: 0;
  left: 0;
  background: #8f662a;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding: .1em 1.1em;
  font-size: 113%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ban .box_ban .wrp_ban li .name {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ban .box_ban .wrp_ban li .name {
    font-size: 88%;
  }
}
.con_ban .box_ban .txt {
  margin-top: 40px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ban .box_ban .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ban .box_ban .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ban .box_ban .txt {
    text-align: left;
  }
}
.con_ban .box_ban .box_btn {
  overflow: hidden;
  display: inline-block;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ban .box_ban .box_btn {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ban .box_ban .box_btn {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ban .box_ban .box_btn {
    width: 100%;
  }
}
.con_ban .box_ban .box_btn .btn {
  float: left;
  width: 235px;
}
@media only screen and (max-width: 767px) {
  .con_ban .box_ban .box_btn .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ban .box_ban .box_btn .btn {
    float: none;
  }
}
.con_ban .box_ban .box_btn .btn:not(:first-child) {
  float: left;
}
@media only screen and (min-width: 768px) {
  .con_ban .box_ban .box_btn .btn:not(:first-child) {
    margin-left: 30px;
  }
}
@media print {
  .con_ban .box_ban .box_btn .btn:not(:first-child) {
    margin-left: 30px;
  }
}
.ie8 .con_ban .box_ban .box_btn .btn:not(:first-child) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .con_ban .box_ban .box_btn .btn:not(:first-child) {
    float: none;
    margin-top: 1em;
  }
}
.con_ban .box_ban .box_btn .btn:not(:first-child) a {
  background: #fff;
  border: none;
}
.con_ban .box_ban .box_btn .btn:not(:first-child) a:hover {
  color: #fff;
  background: #171717;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  border-bottom: 1px solid #cccccc;
  margin-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print {
  .con_news .box_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ie8 .con_news .box_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_news .box_news .box_title {
  width: 16.12903%;
  margin-right: 7.66129%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .box_title {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_title {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .box_title {
    vertical-align: top;
    width: 25%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_title {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
  }
}
.con_news .box_news .box_title h3 {
  font-family: "Cinzel", serif;
  font-size: 300%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .box_title h3 {
    font-size: 225%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_title h3 {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_title h3 {
    float: left;
  }
}
.con_news .box_news .box_title h3 span {
  color: #00675e;
}
.con_news .box_news .box_title .txt_lnk {
  width: 162px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .box_title .txt_lnk {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_title .txt_lnk {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .box_title .txt_lnk {
    margin-top: .2em;
    float: right;
  }
}
.con_news .box_news .list_news {
  width: 76.20968%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .list_news {
    width: 70%;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_news {
    margin-top: 1.3em;
    width: 100%;
  }
}
.con_news .box_news .list_news li {
  letter-spacing: -.4em;
}
.con_news .box_news .list_news li .day {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.1746%;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_news li .day {
    display: block;
    margin-right: 0;
  }
}
.con_news .box_news .list_news li a .txt {
  text-decoration: underline;
  vertical-align: middle;
  letter-spacing: normal;
  display: inline-block;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_news .list_news li a .txt {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_news li a .txt {
    font-size: 88%;
  }
}
.con_news .box_news .list_news li:nth-child(n+2) {
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .list_news li:nth-child(n+2) {
    margin-top: 1em;
  }
}

/* -----------------------------------------------------------
	.con_reco
----------------------------------------------------------- */
.con_reco {
  margin-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco {
    margin-top: 4em;
  }
}
.con_reco h2 {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco h2 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco h2 {
    margin-bottom: 2em;
  }
}
.con_reco .box_list {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_reco .box_list .box {
  width: 32.25806%;
  -webkit-box-shadow: -3px 0 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -3px 0 7px 0px rgba(0, 0, 0, 0.15);
  margin-right: 1.6129%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .box_list .box {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .box_list .box {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .box_list .box {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .box_list .box {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_reco .box_list .box:nth-child(3n) {
    margin-right: 0;
  }
}
@media print {
  .con_reco .box_list .box:nth-child(3n) {
    margin-right: 0;
  }
}
.ie8 .con_reco .box_list .box:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .box_list .box {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .box_list .box {
    margin-bottom: 2.5%;
  }
}
.con_reco .box_list .box .inner {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .con_reco .box_list .box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .box_list .box .inner .box_img {
    width: 37%;
    margin-right: 3%;
  }
}
.con_reco .box_list .box .inner .box_img .img {
  text-align: center;
}
.con_reco .box_list .box .inner .box_img .img img {
  width: 100%;
}
.con_reco .box_list .box .inner .box_txt {
  padding: 15px 30px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .box_list .box .inner .box_txt {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .box_list .box .inner .box_txt {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .box_list .box .inner .box_txt {
    width: 60%;
  }
}
.con_reco .box_list .box .inner .box_txt .box_st {
  margin-bottom: 6px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 4.5rem;
  font-size: 138%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .box_list .box .inner .box_txt .box_st {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .box_list .box .inner .box_txt .box_st {
    font-size: 125%;
  }
}
.con_reco .box_list .box .inner .box_txt .box_st span {
  font-size: 64%;
  background: #006b63;
  color: #fff;
  padding: .2em .5em;
  margin-right: .8em;
}
.con_reco .box_list .box .inner .box_txt .box_st span.new {
  background: #916f34;
}
.con_reco .box_list .box .inner .box_txt .box_price {
  width: 100%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .box_list .box .inner .box_txt .box_price {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .box_list .box .inner .box_txt .box_price {
    margin-bottom: 0.7em;
  }
}
.con_reco .box_list .box .inner .box_txt .box_price .price {
  font-size: 188%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .box_list .box .inner .box_txt .box_price .price {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .box_list .box .inner .box_txt .box_price .price {
    font-size: 175%;
  }
}
.con_reco .box_list .box .inner .box_txt .box_gray > div {
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  font-size: 82%;
}
@media only screen and (max-width: 767px) {
  .con_reco .box_list .box .inner .box_txt .box_gray > div {
    padding: 4%;
  }
}
.con_reco .box_list .box .inner .box_txt .box_gray > div span {
  font-size: 116%;
  display: block;
}
.con_reco .box_list .box .inner .box_txt .box_note {
  background: #f7f7f7;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .con_reco .box_list .box .inner .box_txt .box_note {
    padding: 1em;
  }
}
.con_reco .box_list .box .inner .box_txt .box_note .st_note {
  font-size: 94%;
  display: block;
}
.con_reco .box_list .box .inner .box_txt .box_note .txt_note {
  font-size: 82%;
  color: #555555;
}
.con_reco .box_list .box .box_btn {
  border-top: 1px solid #cccccc;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .con_reco .box_list .box .box_btn {
    padding: 1em;
  }
}
.con_reco .box_list .box .box_btn .btn_basic {
  width: 100%;
}
@media only screen and (min-width: 1025px) and (max-width: 1150px) {
  .con_reco .box_list .box .box_btn .btn_basic a {
    font-size: 94%;
    padding: .7em 1em .7em .5em;
  }
}
@media print {
  .con_reco .box_list .box .box_btn .btn_basic a {
    font-size: 94%;
    padding: .7em 1em .7em .5em;
  }
}
.ie8 .con_reco .box_list .box .box_btn .btn_basic a {
  font-size: 94%;
  padding: .7em 1em .7em .5em;
}
.con_reco .box_list .box .box_btn .btn_basic.yellow a {
  background: #916f34;
  border-color: #916f34;
}
.con_reco .box_list .box .box_btn .btn_basic.yellow a:hover {
  background: #fff;
}
.con_reco .btn {
  margin: 60px auto 0;
  width: 374px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .btn {
    margin: 1em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .btn {
    margin: 1em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .btn {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_mice
----------------------------------------------------------- */
.con_mice {
  position: relative;
  margin: 120px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mice {
    margin: 4em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_mice {
    margin: 4em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_mice:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
}
.con_mice .photo {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mice .photo {
    overflow: hidden;
  }
  .con_mice .photo img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mice .photo {
    overflow: hidden;
  }
  .con_mice .photo img {
    position: relative;
    width: 280%;
    max-width: none;
    margin-left: -90%;
  }
  .con_mice .photo img {
    margin-left: -140px;
  }
}
.con_mice .box_det {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .con_mice .box_det {
    right: 6.45161%;
  }
}
@media print {
  .con_mice .box_det {
    right: 6.45161%;
  }
}
.ie8 .con_mice .box_det {
  right: 6.45161%;
}
@media only screen and (max-width: 767px) {
  .con_mice .box_det {
    left: 0;
    padding: 4%;
    z-index: 2;
  }
}
.con_mice .box_det h3 {
  color: #fff;
}
.con_mice .box_det h3 em {
  color: #fff;
}
.con_mice .box_det .txt {
  margin: 20px 0;
  color: #fff;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mice .box_det .txt {
    margin: 0.4em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_mice .box_det .txt {
    margin: 0.4em 0;
  }
}
.con_mice .box_det .txt_lnk {
  width: 231px;
}
@media only screen and (max-width: 767px) {
  .con_mice .box_det .txt_lnk {
    width: 80%;
  }
}
.con_mice .box_det .txt_lnk a {
  color: #fff;
}
.con_mice .box_det .txt_lnk a:before {
  background: #fff;
}

/* -----------------------------------------------------------
	.con_food
----------------------------------------------------------- */
.con_food {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 110px;
  margin-top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food {
    padding-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_food {
    padding-bottom: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_food {
    margin-top: 4em;
  }
}
.con_food .photo {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_food .photo {
    overflow: hidden;
  }
  .con_food .photo img {
    position: relative;
    width: 160%;
    max-width: none;
    margin-left: -30%;
  }
}
@media only screen and (min-width: 768px) {
  .con_food .photo img {
    width: 100%;
  }
}
@media print {
  .con_food .photo img {
    width: 100%;
  }
}
.ie8 .con_food .photo img {
  width: 100%;
}
.con_food .box_food {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .box_food {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_food {
    margin-top: 1em;
  }
}
.con_food .box_food .box_det {
  float: left;
  width: 41.53226%;
}
@media only screen and (max-width: 1640px) {
  .con_food .box_food .box_det {
    width: 45%;
  }
}
@media print {
  .con_food .box_food .box_det {
    width: 45%;
  }
}
.ie8 .con_food .box_food .box_det {
  width: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .box_food .box_det {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_food .box_det {
    float: none;
    width: 100%;
  }
}
.con_food .box_food .box_det .txt {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .box_food .box_det .txt {
    margin-top: 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_food .box_det .txt {
    margin-top: 0.4em;
  }
}
.con_food .box_food .box_det .btn_basic {
  width: 195px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_food .box_food .box_det .btn_basic {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .box_food .box_det .btn_basic {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_food .box_det .btn_basic {
    margin-top: 1em;
  }
}
.con_food .box_food .photos {
  float: right;
  width: 68.62903%;
}
@media only screen and (min-width: 1025px) {
  .con_food .box_food .photos {
    margin-right: -16.01563%;
  }
}
@media print {
  .con_food .box_food .photos {
    margin-right: -16.01563%;
  }
}
.ie8 .con_food .box_food .photos {
  margin-right: -16.01563%;
}
@media only screen and (max-width: 1640px) {
  .con_food .box_food .photos {
    width: 60%;
    margin-right: -6.25%;
  }
}
@media print {
  .con_food .box_food .photos {
    width: 60%;
    margin-right: -6.25%;
  }
}
.ie8 .con_food .box_food .photos {
  width: 60%;
  margin-right: -6.25%;
}
@media only screen and (max-width: 1400px) {
  .con_food .box_food .photos {
    width: 52%;
    margin-right: 0;
  }
}
@media print {
  .con_food .box_food .photos {
    width: 52%;
    margin-right: 0;
  }
}
.ie8 .con_food .box_food .photos {
  width: 52%;
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .box_food .photos {
    width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_food .photos {
    margin-top: 2em;
    float: none;
    width: 100%;
  }
}
.con_food .box_food .photos img {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_rese
----------------------------------------------------------- */
