@charset "utf-8";
/* CSS Document */
/* Overlay text on the tourism photo. 周辺スポット 観光イメージのテキスト --------------------------------------------------------- */
a.box_contents figure {
	position: relative;
    top: 0;
    left: 0;
}
a.box_contents figure .credit-notation {
	position: absolute;
    bottom: 0.45rem;
    right: 0.69rem;
    color: #fff;
    font-weight: bold;
    font-size: 0.72rem;
    text-shadow: 0 0 9px #666, 0 0 9px #666, 0 0 9px #666, 0 0 9px #666, 0 0 9px #666;
    letter-spacing: 0.03rem;
    padding: 0;
}