@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 {
	font-size: 18px;
	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_ttl {
	font-weight: bold;
}

.art_body a {
	display: inline-block;
	text-decoration: underline;
}

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

.art_body_pt {
	max-width: 400px;
	margin: 0 auto 30px;
}

.art_body_pt_item {
	/* display: none; */
}

.art_body_pt_item.-item1 {
	/* display: block; */
}

.art_body_pt_item figcaption {
	/* margin-bottom: 5px; */
	font-size: 12px;
	text-align: right;
}

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

.slick-prev,
.slick-next {
	z-index: 10;
}

.slick-prev:before,
.slick-next:before {
	color: #000;
}

.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_wrap {
	position: relative;
}

.art_subttl {
	margin-bottom: 5px;
}

.art_menu {
	position: absolute;
	top: 0;
	right: 0;
}

.art_menu span {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    color: #fff;
    text-align: center;
    width: 66px;
    line-height: 1;
    padding: 6px 0;
}

body.-en .art_menu span {
	width: auto;
	padding: 6px;
}

.art_menu span:nth-child(n+2) {
    margin-left: 5px;
}

.art_menu span.-sushi {
    background: #96863E;
}

.art_menu span.-motenashi {
    background: #9A1515;
}

.art_menu span.-ikkon {
    background: #65929D;
}

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

.art_body_tbl th {
	white-space: nowrap;
	padding: 5px 8px;
	background: #FFFFCC;
	vertical-align: middle;
}


.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_subttl {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.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;
}

.map_ttl {
	margin-bottom: 20px;
}

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

.map_cap {
	font-size: 12px;
}


/* 英語 */
body.-map .caption,
body.-map .side_cts_link {
	display: none;
}

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

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

body.-en .art_body_tbl th {
	white-space: normal;
	width: 170px;
}













/* 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;
	}

	.art_body_tbl th {
		width: 110px;
	}

	#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;
	}

}

@media screen and (max-width:460px) {
	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}
}
