#buttonWord{
    font-size: 22px;
    color:#1111cc;
    border-bottom: 1px solid #1111cc;
}
.carousel-indicators li{
    border-radius: 50%;
    margin: 10px 10px;
    height: 10px;
    max-width: 10px;
}
.appButton a, .appButton img{
        display: inline-block;
    }
    .clicker{
        margin-top: 1em;
        margin-bottom: 0em;
    }

    #searchCard {
        word-break: break-all;
        background-color: #ebfaf2;
        padding-bottom: 30px;
        position: relative;

        border: 2px solid #C0D0C0;
        border-radius: 0.5em;
        padding: 1em;
    }
    #searchCard input{  /* 余白 */
        margin-left: 20px;
    }
    #searchCard input[type="text"] {
        border: 2px solid #C0D0C0;
        border-radius: 3px;
        padding: 3px;
    }
    #searchCard ul,#service, #product{
        border-top: 2px dashed #C0D0C0;
        padding-top: 0.5em;
        list-style: none;
        padding-left:0px;
    }
    #searchCard input[type="checkbox"] {
        margin:	0 10px 0 20px;
        transform:scale(1.5,1.5);
    }
    #searchBtn input{
        display: block;
        text-align: center;
        width: 8em;
        height: 4em;
        margin: 0 0 0 auto;
        font-weight: bold;
        transition: .2s;
        font-size: 22px;
    }
    .storeList a{
        text-decoration:none;
    }
    .storeList table{    /* 店舗一覧の枠線 */
        width: 100%;
        border-collapse:separate;
        border: 1px solid #A0A0A0;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        margin-bottom: -1px;
    }

    .storeList dt{  /* 店舗名に余白 */
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .storeList dd{   /* 店舗のリンク色 */
        color: black;
    }
    .storetext dt{
        color: #1111cc;
        text-decoration: underline;
        text-underline-position: below;
    }
    .storeList dd{  /* 店舗説明の行間 */
        margin: 0 0 0 0;
    }

    #resultCount span{ /* 表示ページ切替部分 */
        margin-right: 2px;
        margin-left: 2px;
        font-weight: bold;
        color: #000000;/*文字色*/
        border: solid 1px #000000;/*線*/
        border-radius: 2px;/*角の丸み*/
    }
    .searchTop {
        padding: 2em;
        background: url("../img/about/hero.jpg") no-repeat;
        background-size: cover;
        display: block;
    }
    .searchTop table{
        width:100%;
        margin: 0;
        text-align:center;
    }
    .searchTop tr{
        display: table-cell;
        text-align: center;
    }
    .searchTop td{
        display: block;
    }
    .searchTop tr:nth-child(1){
        color: white;
        background-color: rgb(81,178,148);
    }
    .searchTop td:nth-child(2){
        font-size: 150%;
        font-weight: bold;
    }
    .searchTop tr:nth-child(2){
        width: 40%;
        background-color: rgba(255,255,255,0);
        margin: 0 auto;
        text-align: center;
        margin: auto; 
    }

    #checker li{
      list-style: none;
    }

    .pr_sentense{
      width: 31em;
      overflow: hidden;
      white-space: nowrap;      
      text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
    }


    @media(max-width: 767px)    /* 768px以下の時のみ */
    {
        .searchTop tr, .searchTop td{
            display: block;
            text-align: center;
            margin:10px;
        }
        .appButton a, .appButton img{
            display: block;
            margin:10px auto;
            width: 70%;
            height: 100%;
        }
        #smallprev, #smallnext
        {
            display: inline;
        }
        #midiumprev, #midiumnext
        {
            display: none;
        }
        .picture img{
            display: none;
        }
        .subPic{    /* 画像を横に並べる */
            display: inline-block;
            text-align: center;
        }
        .subPic img{
            width : 25% ; /* 未対応ブラウザ用フォールバック */
            width : -webkit-calc(100vmin/5);
            width : calc(100vmin/5);
            height: calc(100vmin/5);
        }
        #searchCard td, .storeList td{
            display: block;
        }
    }

    @media(min-width: 768px)
    {
        .storetext{
            width: 65%;
        }
        .picture{
            width:25%;
        }
        .subPic{
            width:10%;
        }
        .appButton a, .appButton img{
            width: 10em;
            height: 3em;
            margin-right: 1em;
        }
        #smallprev, #smallnext
        {
            display: none;
        }
        #midiumprev, #midiumnext
        {
            display: inline;
        }
        .subPic img{    /* 画像を縦に並べる */
            display: block;
            text-align: center;
            margin:0.5em auto 0 auto;
            width: 80%;
        }
        .picture img{
            width: 100%;
        }
    }
@media(max-width:425px)
{
    #searchCard label{
        display: block;
    }
}