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

 file name  :restaurants.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/* headerヘッダー
----------------------------------------------------------- */
h2 {
  width: 1000px;
  background: url(../restaurants/images/restaurants_title.gif) no-repeat left top;
  margin: 0 auto;
  height: 70px;
  text-indent: -9999px;
}

/* mainメイン
----------------------------------------------------------- */
/* Risen
----------------------------------------------------------- */
h3#restaurants_st1 {
  background: url(../restaurants/images/restaurants_st1.gif) no-repeat left top;
  height: 42px;
  width: 700px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 0 35px 0;
  clear: both;
}

/* con_banner
----------------------------------------------------------- */
.con_banner {
  padding-bottom: 40px;
  border-bottom: 1px solid #bca0a6;
  margin-bottom: 15px;
}
.con_banner ul {
  text-align: center;
}
.con_banner ul li {
  display: inline-block;
  margin: 0 10px;
}

/* pg_lnk
----------------------------------------------------------- */
.con_banner .pg_lnk{
  width: 563px;
  margin: 15px 0 0 80px;
  overflow: hidden;
  font-size: 120%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif; 
}
.con_banner .pg_lnk li{
  width: 260px;
  margin: 0 10px;
  float: left;
  border-left: solid 1px;
}
.con_banner .pg_lnk li:last-child{
  border-right: solid 1px;
}

/* box_rsv
----------------------------------------------------------- */
.box_rsv{
  border: 1px solid #bca0a6;
  padding: 10px 20px;
  width: 610px;
  margin: 15px auto 0;
}

.box_rsv table{
  font-size: 14px !important;
}

.box_rsv table tr{
  height: 35px;
}
.box_rsv table tr:last-child{
  height: 15px;
}

.box_rsv table select{
  width: 80px;
}
.box_rsv input{
  margin-left: 15px;
}

/* con_breakfast
----------------------------------------------------------- */
.con_breakfast {
  margin-bottom: 30px;
}
.con_breakfast h3 {
  margin-bottom: 25px;
}
.con_breakfast h3 img {
  vertical-align: top;
}
.con_breakfast .box_breakfast {
  overflow: hidden;
}
.con_breakfast .box_breakfast .img_main {
  margin-bottom: 25px;
}
.con_breakfast .box_breakfast .box_left {
  width: 415px;
  float: left;
  font-size: 14px;
}
.con_breakfast .box_breakfast .box_left .txt_desc {
  line-height: 1.6;
  margin-bottom: 20px;
}
.con_breakfast .box_breakfast .box_chef {
  width: 100%;
  display: inline-block;
}
.con_breakfast .box_breakfast .box_chef .img_chef {
  float: left;
  width: 160px;
}
.con_breakfast .box_breakfast .box_chef .desc_chef {
  float: right;
  width: 235px;
  position: relative;
  border-top: 1px dotted #272727;
  padding-top: 15px;
  line-height: 1.6;
}
.con_breakfast .box_breakfast .box_chef .desc_chef::before {
  content: "";
  width: 50px;
  height: 3px;
  background: #9e4e50;
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
}
.con_breakfast .box_breakfast .box_right {
  width: 245px;
  float: right;
  background: #f5f4ed;
  padding: 10px 10px 10px;
  border: 1px solid #ffd776;
}
.con_breakfast .box_breakfast .box_right .img_shop {
  margin-bottom: 10px;
}
.con_breakfast .box_breakfast .box_right h4 {
  font-size: 14px;
  font-weight: normal;
  color: #a83751;
  margin-bottom: 7px;
}
.con_breakfast .box_breakfast .box_right ul li {
  border-bottom: 1px solid #d9d7c5;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.con_breakfast .box_breakfast .box_right ul li span {
  margin-right: 10px;
  min-width: 80px;
}

.con_breakfast .box_breakfast .box_breakfast_images {
  width: 700px; 
  overflow: hidden;
}

.con_breakfast .box_breakfast .box_breakfast_images ul li {
  float: left;
  padding-right: 12px;
}

.con_breakfast .box_breakfast .box_breakfast_images ul li:last-child {
  padding-right: 0px;
}

/* con_vegetables
----------------------------------------------------------- */
.con_vegetables {
  margin-bottom: 45px;
}
.con_vegetables h3 {
  margin-bottom: 1px;
}
.con_vegetables h3 img {
  vertical-align: top;
}
.con_vegetables .box_vegetables {
  background: #fff7d1;
  padding: 25px;
  overflow: hidden;
}
.con_vegetables .box_vegetables .img_main {
  margin-bottom: 15px;
}
.con_vegetables .box_vegetables .txt_desc {
  font-size: 14px;
  line-height: 1.7;
}

.con_vegetables .box_vegetables .txt_desc .att{
  font-size: 12px;
  float: right;
  margin-top: 10px;
}

/* con_restaurants
----------------------------------------------------------- */
.con_restaurants .box_restaurants {
  margin-bottom: 50px;
}
.con_restaurants .box_restaurants:last-child {
  margin-bottom: 20px;
}

.con_restaurants .box_restaurants .att{
  float: right;
  margin:  15px 0 50px;
}

.con_restaurants .box_restaurants h4 {
  border-bottom: 1px solid #bca0a6;
  padding-bottom: 2px;
  margin-bottom: 30px;
}
.con_restaurants .box_restaurants ul {
  overflow: hidden;
}
.con_restaurants .box_restaurants ul li {
  width: 328px;
  float: left;
}
.con_restaurants .box_restaurants ul li.f_right {
  float: right;
}
.con_restaurants .box_restaurants ul li .img_restaurants {
  margin-bottom: 10px;
}
.con_restaurants .box_restaurants ul li .txt_title {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 25px;
  background: #907a27;
  border: 1px solid #615653;
}
.con_restaurants .box_restaurants ul li .txt_title.purple {
  background: #595089;
  border: 1px solid #484074;
}
.con_restaurants .box_restaurants ul li .txt_title.red {
  background: #b55e72;
  border: 1px solid #984558;
}
.con_restaurants .box_restaurants ul li .txt_desc {
  line-height: 1.6;
  font-size: 14px;
}


/* con_slider
----------------------------------------------------------- */
.con_slider {
  background: url("../restaurants/images/lu_din/bg_slider.jpg") repeat left top;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.con_slider img {
  vertical-align: top;
}
.con_slider .bx-wrapper {
  margin-bottom: 15px;
}
.con_slider .bx-wrapper .bx-caption {
  text-align: right;
}
.con_slider #bx-pager {
  overflow: hidden;
}
.con_slider #bx-pager a {
  margin: 0 4px;
  float: left;
}

/* con_intro
----------------------------------------------------------- */
.con_intro {
  font-size: 14px;
  padding: 0 5px;
  margin-bottom: 35px;
}
.con_intro p {
  line-height: 1.7;
}

/* con_lu_din
----------------------------------------------------------- */
.con_lu_din .box_lu_din {
  margin-bottom: 30px;
}
.con_lu_din .box_lu_din h4 {
  margin-bottom: 20px;
}
.con_lu_din .box_lu_din .box_content {
  padding-left: 15px;
  font-size: 14px;
  overflow: hidden;
}
.con_lu_din .box_lu_din .box_content .box_img {
  float: left;
  margin-right: 25px;
}
.con_lu_din .box_lu_din .box_content .box_img.f_right {
  float: right;
  margin-right: 0;
  margin-left: 25px;
}
.con_lu_din .box_lu_din .box_content .box_desc {
  float: left;
  width: 444px;
  padding-top: 5px;
}
.con_lu_din .box_lu_din .box_content .box_desc p {
  line-height: 1.6;
}

/* con_restaurant_info
----------------------------------------------------------- */
.con_restaurant_info {
  font-size: 14px;
}
.con_restaurant_info h3 {
  margin-bottom: 8px;
}
.con_restaurant_info .box_lu_din h4 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.con_restaurant_info .box_lu_din table {
  width: 100%;
  margin-bottom: 25px;
}
.con_restaurant_info .box_lu_din table th {
  background: #ffefeb;
  font-weight: normal;
  width: 200px;
  text-align: center;
}
.con_restaurant_info .box_lu_din table th, .con_restaurant_info .box_lu_din table td {
  border: 1px solid #d4cccc;
  padding: 6px 10px;
  line-height: 1.7;
}
.con_restaurant_info .box_lu_din table th.bkg_color, .con_restaurant_info .box_lu_din table td.bkg_color {
  background: #ffefeb;
}
.con_restaurant_info .box_lu_din table .phone_number {
  font-size: 18px;
}
.con_restaurant_info .box_lu_din table .phone_number.pink {
  color: #a83751;
}
.con_restaurant_info .box_lu_din table .phone_number span {
  font-size: 14px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
