a:hover {
    opacity: 0.8;
}
/*目的で探すボタン*/
a.btn_100 {
    background-color: #6a6a6a;
    border: 1px solid #6a6a6a;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
}

/*スマホ非表示*/
.pc-view {
}
.sp-view {
    display: none;
}
/*tipsテーブル*/
table.tips {
    background-color: #dfdfdf;
	border: 4px solid #dfdfdf;
	margin-top: 1em;
	margin-bottom: 2em;
}
table.tips th {
	text-align: center;
	padding: 1%;
}
table.tips th img {
    margin-bottom: 0;
}
@media screen and (max-width: 780px) {
    .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }
  .btn-more {
        margin: 0 auto 10px;
        background-color: #9c9c9c;
        color: #fff;
        border: 1px solid #9c9c9c;
        font-size: 15px;
    }
  .bx-wrapper .bx-controls-direction a {
    display: none;
}
.col-xs-12 {
        width: 100% !important;
}
.col img {
    margin-bottom: 0.5em;
}
}