@charset "utf-8";
/* CSS Document */

.end {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.kanko-list {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.kanko-list li {
    border: 1px solid #3b7cc0;
    width: 48%;
    float: left;
    margin: 1%;
}
.kanko-list li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.kanko-list li a:hover {
    background-color: #d8ebf0;
}
.kanko-list li a:hover img {
    opacity: 0.8;
}
.kanko-list li a img {
    max-width: 100%;
    margin-bottom: 10px;
}
.kanko-list li a span {
    font-size: 14px;
	line-height: 1.2;
}
.badge {
    display: inline-block;
    background-color: #3b7cc0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    padding: 6px 12px;
    vertical-align: top;
    font-weight: bold;
}
.back-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.back-list:first-of-type {
    margin-bottom: 10px;
}
.back-list .btn {
    padding: 15px;
}
.detail .spot-image {
    text-align: center;
    margin-bottom: 20px;
}
.detail .spot-image img {
   max-width: 100%;
}
table {
    border: none;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
table th {
    display: block;
    border: 1px solid #3b7cc0;
    border-top: none;
    background-color: #d6ecea;
    padding: 15px;
    width: 100%;
    line-height: 1.25;
}
table td {
    display: block;
    border: 1px solid #3b7cc0;
    border-top: none;
    padding: 15px;
}
table tr:first-child th {
    border-top:1px solid #3b7cc0;
}
.addresLink {
}
.addresLink ul li {
	margin: 15px 0;
	padding-left: 20px;
	background: url(../img/common/icon-list.png);
	background-repeat: no-repeat;
	line-height: 1.25;
}
.mapLink img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 480px) {
    .kanko-list li {
        width: 31%;
        margin: 1%;
    }
    .kanko-list li a {
        padding: 15px;
    }
    .kanko-list li a img {
        margin-bottom: 15px;
    }
    .kanko-list li a span {
        font-size: 16px;
    }
	.addresLink ul li {
		margin: 15px;
		display: inline-block;
	}
}
@media screen and (min-width: 768px) {
    table {
        border: 1px solid #3b7cc0;
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 20px;
    }
    table th {
        display: table-cell;
        border: 1px solid #3b7cc0;
        background-color: #d6ecea;
        padding: 15px;
        width: 180px;
        line-height: 1.25;
    }
    table td {
        display: table-cell;
        border: 1px solid #3b7cc0;
        padding: 15px;
    }
	.mapLink {
		display: inline-block;
		width: 70%;
		float: left;
	}
	.addresLink {
		display: inline-block;
		width: 30%;
		float: right;
	}
	.addresLink ul li {
		margin: 6px 0;
		width: 100%;
	}
}