@charset "Shift_JIS";

/* PC
-----------------------------------------------------------------*/
/*  Layout
-----------------------------------------------------------------------------*/
/* shop_navi */
.shop_navi {
  border-top: 1px solid #bebebe;
  border-bottom: 5px solid #021280;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #eee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eee));
  background: -ms-linear-gradient(top, #fefefe 0%, #eee 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #eee 100%); /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eee', GradientType=0 ); /* IE6-9 */
}

.shop_navi ul {
  text-align: center;
  margin: 0 auto;
  width: 980px;
  background: url(../../../img/navi_line.gif) no-repeat left center,url("../../../img/navi_bg.png") no-repeat top center ;
  overflow: hidden;
}

.shop_navi li {
  margin: 0;
  padding: 0;
  width: 196px;
  background: url(../../../img/navi_line.gif) no-repeat right center;
  float: left;
}

.shop_navi li a, .shop_navi li > span {
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  padding: 20px 15px 18px 40px;
  display: block;
}

.shop_navi li.restaurant > span, .shop_navi li.restaurant a { font-size: 15px; }

.shop_navi li a {
  color: #05248a;
  text-decoration: none;
}

.shop_navi li > span { color: #ccc; }
.shop_navi li.schedule a { background: url(../../../img/navi_icon_schedule.png) no-repeat 5px center; }
.shop_navi li.floor a { background: url(../../../img/navi_icon_floor.png) no-repeat 5px center; }
.shop_navi li.search a { background: url(../../../img/navi_icon_search.png) no-repeat 5px center; }
.shop_navi li.search span { background: url(../../../img/navi_icon_search_g.png) no-repeat 0 center; }
.shop_navi li.access a { background: url(../../../img/navi_icon_map.png) no-repeat 5px center; }
.shop_navi li.restaurant a { background: url(../../../img/navi_icon_restaurant.png) no-repeat 0 center; }
.shop_navi li.restaurant span { background: url(../../../img/navi_icon_restaurant_g.png) no-repeat 0 center; }
.shop_navi li.info { display: none; }
.shop_navi li a:hover { color: #fff; }
.shop_navi li.schedule a:hover { background: #021280 url(../../../img/navi_icon_schedule_w.png) no-repeat 5px center; }
.shop_navi li.floor a:hover { background: #021280 url(../../../img/navi_icon_floor_w.png) no-repeat 5px center; }
.shop_navi li.search a:hover { background: #021280 url(../../../img/navi_icon_search_w.png) no-repeat 5px center; }
.shop_navi li.access a:hover { background: #021280 url(../../../img/navi_icon_map_w.png) no-repeat 5px center; }
.shop_navi li.restaurant a:hover { background: #021280 url(../../../img/navi_icon_restaurant_w.png) no-repeat 0 center; }
a.tgl_menu, .shop_navi a.close_btn { display: none; }

/* Footer */
#ft_bnr_box {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 980px;
}

#ft_bnr_box li {
  padding: 0 1px 15px;
  display: inline-block;
}
#ft_bnr_box li img {
	height:42px;
}
/* Contents */
#contents {
  width: 727px;
  float: right;
  min-height:150px;
}

.p_title {
  font-size: 22px;
  font-weight: bold;
  color: #666;
  line-height: 32px;
  line-height: 24px;
  margin: 0 0 15px;
  padding: 5px 0 ;
  border-bottom: 2px solid #05248a;
  display: inline-block;
}

.p_title span {
  font-size: 14px;
  font-weight: normal;
  color: #05248a;
  padding-left: 20px;
}

/* shoplogo */
.shoplogo {
  margin-bottom: 15px;
  border-top: 3px solid #021280;
  border-bottom: 3px solid #021280;
  width: 231px;
  background: #fff;
  float: left;
}

.shoplogo a {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-top: 25px solid transparent;
  height: 80px;
  display: block;
}

.shoplogo.s_txt a { font-size: 22px; }
.shoplogo.ss_txt a { font-size: 20px; }

.shoplogo a span {
  font-size: 14px;
  font-weight: normal;
  color: #05248a;
  display: block;
}

.shoplogo.s_txt a span { font-size: 12px; }

#side {
  width: 231px;
  float: left;
}

#side .info_st {
  font-size: 14px;
  font-weight: bold;
  color: #6d6d6d;
  padding: 10px 10px 8px 45px;
  border-top: 3px solid #dedede;
  border-left: 3px solid #dedede;
  border-right: 3px solid #dedede;
  background: #fafafa url(../../../img/navi_icon_info.png) no-repeat 5px center;
}

#shop_info {
  margin-bottom: 15px;
  border: 3px solid #ddd;
  background: #f6f6f6;
  overflow: hidden;
}

#shop_info .shop dt { text-align: center; }
#shop_info .shop dt img { height: 150px; }

#shop_info .shop dt span {
  font-size: 16px;
  font-weight: bold;
  color: #05248a;
  line-height: 24px;
  text-align: left;
  padding: 5px 13px 2px;
  display: block;
  background: #fff;
}

#shop_info .shop dd { padding: 5px 13px 10px; }
#shop_info .time { margin: 0 13px 10px; }

#shop_info .time dt {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 7px 8px 7px 33px;
  background: #6a6a6a url(../../../img/icon_time.png) no-repeat 0 center ;
  background: url(../../../img/icon_time.png) no-repeat 0 center, -webkit-gradient(linear, top left, bottom left, color-stop(0.10, #6a6a6a), color-stop(0.10, #858585)), url(../../../img/icon_time.png) no-repeat 0 center;
  background: url(../../../img/icon_time.png) no-repeat 0 center, -webkit-linear-gradient(left, #6a6a6a 10%, #858585 10%), url(../../../img/icon_time.png) no-repeat 0 center;
  background: url(../../../img/icon_time.png) no-repeat 0 center, -moz-linear-gradient(left, #6a6a6a 10%, #858585 10%), url(../../../img/icon_time.png) no-repeat 0 center;
  background: url(../../../img/icon_time.png) no-repeat 0 center, -o-linear-gradient(left, #6a6a6a 10%, #858585 10%), url(../../../img/icon_time.png) no-repeat 0 center;
  background: url(../../../img/icon_time.png) no-repeat 0 center, -ms-linear-gradient(left, #6a6a6a 10%, #858585 10%), url(../../../img/icon_time.png) no-repeat 0 center;
  background: url(../../../img/icon_time.png) no-repeat 0 center, linear-gradient(to right, #6a6a6a 10%, #858585 10%), url(../../../img/icon_time.png) no-repeat 0 center;
  background-size: 34px auto, auto;
}

#shop_info .time dd {
  padding: 8px;
  background: #e7e7e7;
}

#shop_info .btn {
  margin: 0 0 12px 3px;
  overflow: hidden;
}

#shop_info .btn li {
  border-left: #f6f6f6 solid 10px;
  width: 96px;
  float: left;
}

#shop_info .btn li a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  padding: 15px 3px 15px 38px;
  display: block;
}

#shop_info .btn li.access a {
  background: #6a6a6a url(../../../img/icon_access.png) no-repeat 2px center;
  background: url(../../../img/icon_access.png) no-repeat 0 center, -webkit-gradient(linear, top left, bottom left, color-stop(0.20, #6a6a6a), color-stop(0.20, #858585));
  background: url(../../../img/icon_access.png) no-repeat 0 center, -webkit-linear-gradient(left, #6a6a6a 20%, #858585 20%);
  background: url(../../../img/icon_access.png) no-repeat 0 center, -moz-linear-gradient(left, #6a6a6a 20%, #858585 20%);
  background: url(../../../img/icon_access.png) no-repeat 0 center, -o-linear-gradient(left, #6a6a6a 20%, #858585 20%);
  background: url(../../../img/icon_access.png) no-repeat 0 center, -ms-linear-gradient(left, #6a6a6a 20%, #858585 20%);
  background: url(../../../img/icon_access.png) no-repeat 0 center, linear-gradient(to right, #6a6a6a 20%, #858585 20%);
  background-size: 36px auto, auto;
}

#shop_info .btn li.parking a {
  background: #6a6a6a url(../../../img/icon_parking.png) no-repeat left center;
  background: url(../../../img/icon_parking.png) no-repeat 0 center, -webkit-gradient(linear, top left, bottom left, color-stop(0.20, #6a6a6a), color-stop(0.20, #858585));
  background: url(../../../img/icon_parking.png) no-repeat 0 center, -webkit-linear-gradient(left, #6a6a6a 20%, #858585 20%);
  background: url(../../../img/icon_parking.png) no-repeat 0 center, -moz-linear-gradient(left, #6a6a6a 20%, #858585 20%);
  background: url(../../../img/icon_parking.png) no-repeat 0 center, -o-linear-gradient(left, #6a6a6a 20%, #858585 20%);
  background: url(../../../img/icon_parking.png) no-repeat 0 center, -ms-linear-gradient(left, #6a6a6a 20%, #858585 20%);
  background: url(../../../img/icon_parking.png) no-repeat 0 center, linear-gradient(to right, #6a6a6a 20%, #858585 20%);
  background-size: 36px auto, auto;
}

#shop_info .btn_service { padding: 0 13px 12px; }

#shop_info .btn_service a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  background: #6a6a6a url(../../../img/icon_arrow_right.png) no-repeat 96% center ;
  background-size: 10px auto;
}

#shop_info .bnr {
  text-align: center;
  margin-bottom: 13px;
}

#side .bnr_box {
  text-align: center;
  margin-top: 15px;
  padding: 20px 0 15px;
  border: 2px solid #eee;
}

#side .bnr_box li { padding-bottom: 5px; }
#side .bnr_box li img { width: 200px; }

/* flyer */
.flyer {
  /*width: 210px;*/
  overflow: hidden;
  margin-bottom:15px;
}

.flyer h2 {
  font-size: 16px;
  font-weight: bold;
  color: #05258A;
  line-height: 24px;
  padding: 4px 10px 3px;
  background: #ddeaf0;
}

.flyer > div {
  padding-top: 8px;
  border: 1px solid #ccc;
}

.flyer ul.pic li {
  text-align: center;
  width: 210px;
}

.flyer ul.pic p {
  font-size: 10px;
  padding: 0 5px;
}

.flyer ul.pic img {
  max-width: 150px;
  display: inline;
}

.flyer .bx-wrapper .bx-controls-direction a {
  margin-top: -20px !important;
  width: 20px !important;
  height: 40px !important;
}

.flyer .bx-wrapper .bx-prev, .flyer .bx-wrapper .bx-next { background-size: 20px 40px !important; }

.flyer ul.list {
  overflow-y: scroll;
  margin-top: 8px;
  padding: 6px 10px;
  height: 70px;
  background: #f7f7f7;
}

.flyer .list li {
  padding: 0 0 3px 20px;
  background: url(../../../img/icon_arrow01.png) no-repeat 0 3px;
  background-size: 12px auto;
}

.flyer .list li a { color: #333; }

.flyer .no_data {
  text-align: center;
  padding: 20px 0;
  font-size:10px;
}
