@charset 'utf-8';

/* ------------------------------
 プリントアウト用
------------------------------ */

body {
	font-size: 12pt;
	color: #000;
	background-color: transparent;
	background-image: none;
}

.pushy,
.site-overlay,
#header_wrapper,
.topicpath,
footer,
.btn,
.print_none {
	display: none!important;
}


/* 見出し */

.title {
	border-top: 2px solid #1f1f1f;
	margin-bottom: 30px;
	padding: 10px 15px;
	background-color: #f5f5f5;
}

.title span {
	font-family: 'Calibri', sans-serif;
	vertical-align: text-bottom;
	color: #999;
	margin-left: 10px;
}


/* 詳細ページ */

.detail_box {
	margin-top: 20px;
}

#article {
	margin-top: 20px;
}

.pc-fs14 {
	font-size: 14px;
}

.pc-mb10 {
	margin-bottom: 10px;
}

.pc-mb20 {
	margin-bottom: 20px;
}

.pc-mb30 {
	margin-bottom: 30px;
}

.pc-fs12 {
	font-size: 12px;
}

.pc-fs18 {
	font-size: 18px;
}

.pc-fs40 {
	font-size: 40px;
}

.all-bold {
	font-weight: bold;
}

.all-lh12 {
	line-height: 1.2;
}

#article {
	font-size: 16px;
}

#article p {
	margin-bottom: 20px;
}


/* プレイス情報など */

#place,
#event,
#movie_theater {
	border-top: 2px solid #1f1f1f;
	background-color: #f5f5f5;
}

#place h2,
#event h2,
#movie_theater h2 {
	margin-bottom: 0;
	border-top: none;
}

#place table,
#event table,
#movie_theater table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#place th,
#event th,
#movie_theater th {
	font-weight: bold;
	background-color: #fff;
}

#place td,
#event td,
#movie_theater td {
	background-color: #f5f5f5;
}

#place th,
#place td,
#event th,
#event td,
#movie_theater th,
#movie_theater td {
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	vertical-align: middle;
	word-wrap: break-word;
	color: #333;
	border-bottom: 1px dashed #e4e4e4;
	overflow-wrap: break-word;
}

#place_inner {
	padding: 15px 30px 30px;
}

#place th {
	width: 20%;
}

#map {
	position: relative;
	overflow: hidden;
	padding-bottom: 530px;
	height: 0;
	padding-bottom: 80%;
}

#map iframe,
#map object,
#map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
