@charset "UTF-8";
#top_navi li {
  float: left;
}

#top_navi_quick {
  margin-bottom: 15px;
}

#top_navi_quick * {
  float: left;
}

#lineup_tabs {
  background: transparent url("../img/main_line.gif") 0 100% no-repeat;
  padding-bottom: 21px;
}

#lineup_contents {
  background: #fff url("../img/top/main_foot.gif") 50% 100% no-repeat;
  border-left: 10px solid #CFE7F6;
  border-right: 10px solid #CFE7F6;
  padding: 10px 0 31px;
}

#lineup_contents > header {
  line-height: 1.1;
  margin-bottom: 1.5em;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#lineup_contents > header .title {
  font-size: 18px;
}

#lineup_contents > header .title a {
  color: #2450AA;
}

#lineup_contents > header .price {
  color: #ff8330;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #ff8330;
  border-radius: 5px;
  padding: 4px 4px 4px 10px;
}

#lineup_contents > header .price b {
  font-size: 18px;
}

.lineup_list {
  padding: 0 10px;
  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;
}

.lineup_list li {
  text-align: center;
  margin: 0 5px 20px;
  width: 130px;
}

#shopping_guide {
  background-color: #CFE7F6;
  margin-bottom: 1.5em;
  padding: 0 20px 20px 25px;
}

#shopping_guide .right {
  background: #FFF url("../img/top/guide_bg.gif") repeat-y;
}

#shopping_guide .right ul {
  background: transparent url("../img/top/guide_foot.gif") 0 100% no-repeat;
  padding-bottom: 3px;
}

#shopping_guide .right li a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #CCC;
  background: transparent url("../img/ya_blue.gif") 0.5em 50% no-repeat;
  margin: 0 6px;
  padding: 6px 12px 5px 24px;
  width: 163px;
  display: block;
}

#shopping_guide .right li a:hover {
  text-decoration: underline;
}

/* ----------------------------
 店舗の紹介
------------------------------*/
#shop_info {
  margin-bottom: 1.5em;
}

#shop_info .header {
  margin-bottom: -17px;
}

#shop_info .body {
  font-size: 14px;
  background-color: #ffe5b0;
  padding: 15px;
}

#shop_info .body p.tel {
  color: #ff6224;
  font-size: 22px;
  font-weight: bold;
  margin-top: .5em;
}

#shop_info .body p.tel i {
  font-style: normal;
}

#shop_info .body p.tel .fax {
  color: #333;
  font-size: 18px;
}

#shop_info footer {
  text-align: right;
}

#shop_info footer a {
  margin-right: 10px;
  display: inline-block;
}

#top_navi_quick:after,
#lineup_tabs:after,
#shopping_guide:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #shopping_guide .right li a,
* html #top_navi_quick,
* html #lineup_tabs,
* html #shopping_guide {
  zoom: 1;
}

*:first-child + html #shopping_guide .right li a,
*:first-child + html #top_navi_quick,
*:first-child + html #lineup_tabs,
*:first-child + html #shopping_guide {
  zoom: 1;
}
