.page-numbers.current {
    background-color: #337ab7;
    border-color: #337ab7;
    color:#fff;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.7;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover,
  .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a,
  .pagination > .active > a:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
  
/* ####################################################################################### */

#search_form select {
    padding:10px;
}


.badge-oogata {
    background-color:red;
    border-radius:5px;
    color:#fff;
    font-weight:bold;
    padding:3px;
}

.badge-chusho {
    background-color:lightgreen;
    border-radius:5px;
    color:#000;
    font-weight:bold;
    padding:3px;
}


.badge-senyo {
    background-color:#006a6c;
    border-radius:50%;
    color:#fff;
    font-weight:bold;
    padding:5px;
}

.badge-kyotsu {
    background-color:#a20d5d;
    border-radius:50%;
    color:#fff;
    font-weight:bold;
    padding:5px;
}


.badge-coupon {
    background-color:#8fc0c5;
    border-radius:50%;
    color:#fff;
    font-weight:bold;
    padding:5px;
}

.store_taxonomy {
    margin-top:10px;
}

.store_taxonomy a.area {
    background-color:#0171bb;
    border-radius:4px;
    color:#fff;    
    padding:3px;
    text-decoration:none;
    white-space: nowrap;
}


.store_taxonomy a.store_cat {
    background-color:#ef5b25;
    border-radius:4px;
    color:#fff;    
    padding:3px;
    text-decoration:none;
    white-space: nowrap;
}


.readmore {
    padding: 10px;
    color: #0B005C;
    font-weight: 800;
    font-size: 21px;
    background-color:#E8F3FB;
    text-align:center;
}

.store_box a {
    text-decoration:none;
}

.store_box  {
    border:3px solid #0b005c;
}

.store_box h2 {
    font-size:28px;
/*     display: inline-block; */
    word-break: keep-all;

    display: block;
    line-height: 1.2em;
    max-height: 2.2em;
}


h1.c-entry__title {
    text-align:center;
}

#search_form input.submit {
    padding: 0px 30px;
    font-size: 20px;
    font-weight: bold;
    background-color: #0b005c;
    color: #fff;
}

table.store_info {
    margin:20px 0;
    font-size:1.1em;
}

table.store_info th {
    background-color:#0b005c !important;
    font-weight:bold !important;
    color:#fff !important;
}


.wpcf7-number.two-digits {
    width:80px;
}




 
.balloon-simple {
/*  width: 160px; */
 margin: 0;
 overflow: hidden;　
 display: inline-flex !important;
 line-height: 1em;
 
}
 
.balloon-simple .icon-right img,
.balloon-simple .icon-left img{
 width: 100%;
 border-radius: 50%;
}
 
.icon-right p,
.icon-left p{
 text-align: center;
 top: -10px;
 position: relative;
}
 
.balloon-simple .balloon {
 width: 100%; 
}
 
.serif-right,
.serif-left {
 position: relative;
 padding: 15px 20px 15px 15px;
 border-radius: 10px;　
}
 
.serif-right:after,
.serif-left:after {
 content: "";
 position: absolute;
 top: 15px;
 border-top: 10px solid transparent;
 border-bottom: 5px solid transparent;
 border-left: 5px solid transparent;
}
 
.serif-right p,
.serif-left p  {
 margin: 0;
 padding: 0;
 color: #000;　
 font-weight:bold;
}
 
/* 共通 end */
 
/* 左の吹き出し */
 
.balloon-simple .icon-left {
 float: left;
 width: 100px;
 margin-left: 10px;
}
 
.balloon-simple .icon-left img{
 border: solid 4px yellow;　
 border:1px solid red;
}
 
.serif-left{
 display: inline-block;
 margin: 0px 0 0 17px;
 background: yellow;　
 border:1px solid red;
}
 
.serif-left:after{
 left: -22px;
 border-right: 20px solid yellow;　
}
 
/* 左の吹き出し end */ 


