@charset "UTF-8";

/* 英語版は各サイズの一番下に追記 */

.main {
	float: right;
	width: 70%;
}

.art {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 50px;
	font-size: 15px;
}

.art:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.art_head {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 2px solid #000;
}

.art_head:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	bottom: -4px;
	left: 0;
}

.art_ttl {
	width: 430px;
	font-size: 14px;
	font-weight: bold;
}

.art_date {
	text-align: right;
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 10px;
}

.art_body {
}

.art_body p {
	margin-bottom: 30px;
}

/*
.art_body p span {
	font-weight: bold;
	text-decoration: underline;
}
*/

.art_body_ttl {
	font-weight: bold;
}

.art_body a {
	display: inline-block;
	text-decoration: underline;
	margin-bottom: 10px;
}

.art_body a:hover {
	text-decoration: none;
}

.art_body_pt {
	margin-bottom: 30px;
}

.art_body_pt img {
	max-width: 100%;
	height: auto;
}

.art_body_pttbl {
	margin-bottom: 30px;
	font-size: 0;
	text-align: center;
}

.art_body_pttbl_item {
	display: inline-block;
	width: 32.5%;
	margin-right: 1.25%;
}

.art_body_pttbl_item:last-child {
	margin-right: 0;
}

.art_body_tbl {
	margin-bottom: 25px;
	border: 1px solid #aaa;
	width: 100%;
}

.art_body_tbl th {
	width: 80px;
	padding: 5px 8px;
	background: #FFFFCC;
	white-space: nowrap;
}

.art_body_tbl td {
	padding: 5px 8px;
	word-break: break-all;
}

.art_body_tbl tr th,
.art_body_tbl tr td {
	border-bottom: 1px dotted #aaa;
}

.art_body_gmap {
	text-align: center;
	height: 225px;
}

.art_body_gmap iframe {
	max-width: 100%;
	height: 100%;
}

.main_pager {
	width: 100%;
}

.main_pager_prev {
	float: left;
}

.main_pager_next {
	float: right;
}

.side {
	float: left;
	width: 25%;
}

.side_cts {
}

.side_cts_ttl {
	font-size: 14px;
	font-family: 游明朝, Yumincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	line-height: 1;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	background: linear-gradient(to right, #931b0e 60%, #fff);
}

.side_cts_list {
	margin-bottom: 10px;
}

.side_cts_list > li {
}

.side_cts_list > li > a {
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 5px 5px 5px 15px;
	text-decoration: underline;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	transition: background 0.3s;
}

.side_cts_list > li > a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #931b0e;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	top: 50%;
	margin-top: -5px;
	left: 0;
}

.side_cts_list > li > a:hover {
	text-decoration: none;
}

.side_cts_select {
	margin-top: 10px;
}

.caption {
	margin-bottom: 10px;
}

.ticket-mark {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #66CC33;
}

.side_cts_link {
}

.side_cts_link a {
	display: inline-block;
}

.side_cts_link a:hover {
	opacity: 0.7;
}

/* 地図から探す */
.ancher {
	border: 1px solid #911B0E;
	margin-bottom: 20px;
	font-size: 0;
	padding: 10px;
	line-height: 1;
}

.ancher_ttl,
.ancher_list {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.ancher_ttl {
	color: #911B0E;
	width: 84px;
	margin-right: 20px;
}

.ancher_list {
	width: 385px;
}

.ancher_list > li {
	float: left;
	border-right: 1px solid #000;
}

.ancher_list > li:last-child {
	border-right: none;
}

.ancher_list > li a {
	padding: 0px 17px;
	text-decoration: underline;
}

.ancher_list > li a:hover {
	text-decoration: none;
}

body.-map .caption,
body.-map .side_cts_link {
	display: none;
}

.map_ttl {
	margin-bottom: 20px;
}

#map1 {
	margin-bottom: 20px;
	width: 100%;
	height: 700px;
}

.map_cap {
	font-size: 12px;
}


/* 英語 */
body.-en .ancher_ttl,
body.-en .ancher_list {
	display: block;
	width: 100%;
}


body.-en .ancher_ttl {
	margin-bottom: 10px;
}














/* All SP & Tablet */
@media screen and (max-width:820px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.main,
	.side {
		float: none;
		width: 100%;
	}

	.art {
		margin-bottom: 30px;
	}

	.art:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.ancher_list {
		width: 100%;
	}

	.ancher_list li {
		margin-top: 10px;
	}

	.ancher_list > li a {
		padding: 0 12px;
	}

	.art_ttl {
		width: 100%;
	}

	.art_date {
		position: static;
	}

	#map1 {
		height: 300px;
	}

	.side {
		margin-top: 30px;
	}

	.side_cts {
		margin-bottom: 20px;
	}

	.side_cts_list > li {
		display: inline-block;
	}

	.side_cts_list > li a {
		padding: 10px 10px 10px 15px;
	}

	/* 地図から探す */
}
