@charset 'utf-8';

/* ------------------------------
 詳細ページ
------------------------------ */


/* プレイス情報など */

#place,
#event,
#movie_theater {
	border-top: 2px solid #1f1f1f;
	background-color: #eee;
}

#article .sub_event {
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	background-color: #fff;
}

#event .sub_event {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background-color: #fff;
}

@media screen and (min-width: 900px) {
	#article .sub_event {
		margin-right: 40px;
		margin-left: 40px;
	}
}

#place h2,
#event h2,
.sub_event h2,
#movie_theater h2 {
	margin-bottom: 0;
	border-top: none;
}

#place table,
#event table,
.sub_event table,
#movie_theater table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#place th,
#event th,
.sub_event th,
#movie_theater th {
	font-weight: bold;
	background-color: #fff;
}

#place th,
#place td,
#event th,
#event td,
.sub_event th,
.sub_event td,
#movie_theater th,
#movie_theater td {
	vertical-align: middle;
	word-wrap: break-word;
	color: #333;
	border-bottom: 1px dashed #c5c5c5;
	overflow-wrap: break-word;
}

#article .sub_event tr:last-child th,
#article .sub_event tr:last-child td,
#event .sub_event tr:last-child th,
#event .sub_event tr:last-child td {
	border-bottom: none;
}

#map {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 80%;
}

#map iframe,
#map object,
#map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#event .sub_event:last-child {
	margin-bottom: 0;
}

#event .sub_event:last-child .sub_event_inner {
	padding-bottom: 0;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	#place_inner,
	#event_inner,
	.event_inner {
		padding: 2.34375% 4.6875% 9.375%;
	}
	.sub_event {
		margin-bottom: 4.6875%;
	}
	.sub_event_inner {
		padding: 2.34375%;
	}
	#place th,
	#place td,
	#event th,
	#event td,
	.sub_event th,
	.sub_event td {
		font-size: 3.75vw;
		line-height: 1.4;
		padding: 2% 4%;
	}
	#place th,
	#event th {
		width: 30%;
	}
	.sub_event th {
		width: 20%;
	}
}

@media screen and (min-width: 900px) {
	/* シェアボタン（上書き） */
	.share_detail li {
		width: 173px;
	}
	.detail_box {
		position: relative;
		width: 700px;
		/*margin-top: -26px;*/
		padding: 24px 50px 0;
		background-color: #fff;
	}
	#place_inner,
	#event_inner {
		padding: 10px 30px 30px;
	}
	.sub_event {
		margin-bottom: 20px;
	}
	.sub_event_inner {
		padding: 10px;
	}
	.sub_event h3 {
		padding: 0 5px;
	}
	#place th,
	#place td,
	#event th,
	#event td,
	.sub_event th,
	.sub_event td {
		font-size: 14px;
		line-height: 20px;
		padding: 10px;
	}
	.sub_event th,
	.sub_event td {
		line-height: 16px;
		padding: 5px;
	}
	#place th,
	#event th {
		width: 20%;
	}
	.sub_event th {
		width: 15%;
	}
	#map {
		padding-bottom: 530px;
	}
}


/* 本文 */

#article {
	font-size: 16px;
}

#article a {
	text-decoration: underline;
}

#article .btn a {
	text-decoration: none;
}

#article a:hover {
	text-decoration: none;
}

@media screen and (min-width: 0) and (max-width: 899px) {
	#article p {
		margin-bottom: 6.25%;
	}
}

@media screen and (min-width: 900px) {
	#article p {
		margin-bottom: 20px;
	}
}


/* コピーライト表記 */

@media screen and (min-width: 0) and (max-width: 899px) {
	#article_copy {
		font-size: 10px;
		line-height: 13px;
	}
}

@media screen and (min-width: 900px) {
	#article_copy {
		font-size: 11px;
		line-height: 15px;
	}
}


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
