@charset "utf-8";
/* ===========================================
  店舗一覧 
=========================================== */
/* トップ shop.html
========================================== */
#shopTop .entryTitle,
#shopTop .acms-page-header {
  display: none;
}
#shopTop .entry h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 5px 20px;
  background: #E2F1D4;
  border: none;
  font-size: 20px;
  color: #111;
}
#shopTop .entry h2:first-child {
	margin-top: 0;
}
#shopTop .entry h3 {
  padding-left: 0; 
  border-bottom: 1px solid #70B826;
  background: none;
  font-size: 18px;
  color: #70B826;
}
#shopTop th {
  white-space: nowrap;
}
#shopTop .block {
  overflow: hidden;
  margin: 0 10px 30px 10px;
  padding: 20px 10px 0;
  background: #F5F5F5;
  box-sizing: border-box;
}
@media (min-width: 1150px) {/* 以上 */
  #shopTop .block {
    width: 857px;
    margin: 0 0 30px 10px;
    padding: 20px 10px 0;
    background: #F5F5F5;
    box-sizing: border-box;
  }
}

/* 各店舗 shop/entry.html
========================================== */
#shop .entryTitle {
  margin-bottom: 20px;
  padding: 5px 20px;
  background: #E2F1D4;
  border: none;
  font-size: 20px;
}

#shop #entry h2 {
  margin-bottom: 20px;
  padding-left: 0; 
  border-bottom: 1px solid #70B826;
  background: none;
  font-size: 18px;
  color: #70B826;
}
#shop .entryColumn h3 {
	padding: 0;
	background: none;
}
#shop .acms-page-header {
  border: none;
}
#shop .shop-list {
  padding: 0 10px;
  list-style: none;
}
#shop .shop-list li {
  position: relative;
  margin: 0 0 50px;
  background: #70BA27;
}
#shop .shop-list li:last-child {
  margin: 0;
}
/* STEP */
#shop .shop-step1::before {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 100px;
  margin-top: -30px;
  content: url(../img/soudankan/icn_step1.png);
}
#shop .shop-step2::before {
  position: absolute;
  top: 50%;
  left: 23px;
  width: 100px;
  margin-top: -30px;
  content: url(../img/soudankan/icn_step2.png);
}
#shop .shop-step3::before {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 100px;
  margin-top: -30px;
  content: url(../img/soudankan/icn_step3.png);
}

#shop .shop-dlist {
  margin: 0 0 0 100px;
  padding: 10px 30px 10px;
  background: #ECF7DF;
  border: 2px solid rgba(112,186,39,0.05);
}
/* 矢印 */
#shop .shop-dlist:after {
  position: absolute;
  content: "";
  bottom: -38px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 20px solid #ECF7DF;
  border-right: 35px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid transparent;
}
#shop .shop-dlist:before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 20px solid rgba(112,186,39,0.15);
  border-right: 35px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid transparent;
}
#shop .shop-dlist dt {
  margin: 0 0 5px;
  font-size: 18px;
}
#shop .shop-dlist dd {
  margin: 0;
  padding: 0;
}
#shop .reserve-ttl {
  border-bottom: 2px solid #000!important;
  color: #000!important;
}
#shop .introduce-ttl {
  background: none;
}
@media screen and (min-width:768px) and ( max-width:1023px) {
  #shop table th {
    display: block;
    padding: 5px;
    background: #F5F5F5;
  }
  #shop table td {
    display: block;
    padding: 5px;
    background: #fff;
  }
}

/* スライダー
========================================== */
#shop .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff;
}
#shop .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
#shop .bx-wrapper .bx-pager .bx-pager-item,
#shop .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
#shop .bx-wrapper .bx-pager.bx-default-pager a {
	background: #bbb;
	text-indent: 9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#shop .bx-wrapper .bx-pager.bx-default-pager a:hover,
#shop .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #70BA27;
}
#shop .js-bxslider li {
  display: none;
}
#shop .bx-viewport .js-bxslider li {
  display: block !important;
}