
#caption {
	color: #FFFFFF;
}

.suiko #caption {
	background: #CC4C97;
	border-top: 1px solid #A0216E;
	border-bottom: 1px solid #A0216E;
}

.saimei #caption {
	background: #863A2F;
	border-top: 1px solid #53221D;
	border-bottom: 1px solid #53221D;
}

.jitou #caption {
	background: #0055A4;
	border-top: 1px solid #003A71;
	border-bottom: 1px solid #003A71;
}

.zenshinni #caption {
	background: #00A480;
	border-top: 1px solid #006C55;
	border-bottom: 1px solid #006C55;
}

.nukata #caption {
	background: #FF4E69;
	border-top: 1px solid #C93A50;
	border-bottom: 1px solid #C93A50;
}

#caption span {
	font-size: 80%;
}

.entry {
	clear: both;
	background: url(../images/spot/bg.png) no-repeat left top;
	background-size: contain;
	width: auto;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	margin-top: 10px;
	padding: 6px 2px 2px;
}

.isan {
	background: url(../images/spot/bg_isan.png) no-repeat left top;
	background-size: contain;
}

.entry a {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	color: #000;
	text-decoration: none;
}

.entry a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background: #a88321
}

.entry a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 13px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background: #fff
}

.entry h3 {
}

.entry h3 img {
	width: 30%;
	height: auto
}

.entry h4 {
	position: absolute;
	left: 126px;
	top: 10px;
	line-height: 20px;
	padding-right: 20px;
}

#detail h3 {
	margin-bottom: 10px;
	padding-top: 10px 20px 0 0;
	line-height: 20px;
}

#detail h3.isan {
	background: url(../images/spot/icon_isan.png) no-repeat left top;
	background-size: contain;
	margin: 3px 0;
	padding-left: 42px;
}

#detail ul#thumb {
	width: 100%;
	display: flex;
	justify-content: center;
}

#detail ul#thumb li {
	width: calc(100% / 4);
	margin: 0 10px 20px 0;
}

#detail ul#thumb li:last-child {
	margin-right: 0;
}

#detail ul#thumb li img {
	position: relative;
	width: 100%;
	height: auto;
	border: 3px solid #FFF;
}

#detail ul#thumb li a.on img {
	border: 3px solid #a88321;
}

.entry h4 span,
#detail h3 span {
	font-size: 8px;
	line-height: 12px;
	display: block;
	margin-bottom: 3px;
}

#detail h4 {
	background-color: #a88321;
	color: #FFFFFF;
	padding: 6px;
	margin: 15px 0 10px;
}

#detail dl dt {
	font-size: 10px;
	margin-bottom: 5px;
}

#detail dl dd {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #a88321;
}

#detail iframe {
	width: 100%;
}
