/* 汎用
-------------------------------------------------- */

/* 件数がゼロの場合の表示 */
.art--empty {
	padding: 100px 0;
	text-align: center;
	color: #999;
}
.art--empty.art--empty-white {
	color: #fff;
}

/* アーティクル中に記述されるtableの汎用スタイル */
table.art__table {
	display: table;
	width: 100%;
	margin: 20px 0;
	border-top: 1px #ddd solid;
	border-left: 1px #ddd solid;
	border-bottom: 0 none;
	border-right: 0 none;
}
table.art__table tr {
	display: table-row;
}
table.art__table th {
	display: table-cell;
	width: auto;
	padding: 8px;
	border-top: 0 none;
	border-left: 0 none;
	border-bottom: 1px #ddd solid;
	border-right: 1px #ddd solid;
}
table.art__table td {
	display: table-cell;
	width: auto;
	padding: 8px;
	border-top: 0 none;
	border-left: 0 none;
	border-bottom: 1px #ddd solid;
	border-right: 1px #ddd solid;
}


/* 店舗詳細ページ閉店表記
-------------------------------------------------- */

.shop-closed-message {
	padding: 20px 20px 0;
}

p.shop-closed-message__date {
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	color: #1d449c;
}

@media screen and (min-width: 768px) {
	p.shop-closed-message__date {
		font-size: 20px;
	}
}

p.shop-closed-message__contact {
	padding-top: 10px;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #1d449c;
}

@media screen and (min-width: 768px) {
	p.shop-closed-message__contact {
		font-size: 15px;
	}
}

.shop-nodata-message {
	padding: 140px 0;
}

p.shop-nodata-message__text {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	color: #1d449c;
}

@media screen and (min-width: 768px) {
	p.shop-nodata-message__text {
		font-size: 20px;
	}
}



/* art-jin（アーティクル陣スタイル）
-------------------------------------------------- */
.art-jin__centainer {
	margin-top: 40px;
	margin-bottom: 40px;
}
.art-jin__column-hdg {
	
}
.art-jin__column-hdg .art-jin__h2 {
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
}
.art-jin__column-hdg .art-jin__h2._isBlankH2 {
	margin-top: 0;
	font-size: 0;
	line-height: 0;
}
.art-jin__column-contents {
	overflow: hidden;
}
.art-jin__column-txt {
	float: left;
	width: 70%;
	padding-right: 20px;
	box-sizing: border-box;
}
.art-jin__column-txt._isNoImg {
	float: none;
	width: auto;
}
.art-jin__column-txt .art-jin__h3,
.art-jin__column-txt .art-jin__h4 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: #333;
}
.art-jin__column-txt .art-jin__txt {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.6;
}
.art-jin__column-txt .art-jin__txt a {
	color: #154598;
}
.art-jin__column-txt .art-jin__txt a:hover {
	text-decoration: underline;
}
.art-jin__column-txt .art-jin__txt a:visited {
	color: #5040a2;
}

/*
strong要素の中にspanが入った場合にstrongが無効になってしまう件を回避
	common.cssでspan要素にあてられているため、
	意図せず自動的に追加されるspan要素によりスタイルが無効になる場合がある。
	そのため、陣の領域内のspan要素のスタイルを無効化する。
*/
.art-jin__column-txt span {
	font-weight: inherit;
}
/* ---- */

.art-jin__column-txt .art-jin__txt {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.6;
}
.art-jin__column-txt .art-jin__img,
.art-jin__column-txt .art-jin__img-link {
	display: block;
	width: 100%;
	max-width: 540px;
	height: auto;
	margin: 10px auto 0;
}
.art-jin__column-txt .art-jin__img img,
.art-jin__column-txt .art-jin__img-link img {
	display: block;
	width: 100%;
	height: auto;
}
.art-jin__column-txt .art-jin__table {
	margin-top: 10px;
}
.art-jin__column-txt .art-jin__table table {
	width: auto !important;
	border-collapse: collapse;
	border: 1px solid #dedede;
}
.art-jin__column-txt .art-jin__table table tr {
	display: table-row;
	width: auto;
}
.art-jin__column-txt .art-jin__table table tr th,
.art-jin__column-txt .art-jin__table table tr td {
	display: table-cell;
	width: auto;
	padding: 15px;
	border: 1px solid #dedede;
}
.art-jin__column-txt .art-jin__freehtml {
	margin-top: 10px;
}
.art-jin__column-txt .art-jin__freehtml p,
.art-jin__column-txt .art-jin__freehtml li {
	font-size: 15px;
	line-height: 1.6;
}
.art-jin__column-img {
	float: right;
	width: 30%;
	box-sizing: border-box;
}
.art-jin__column-img._isNoTxt {
	float: none;
	width: auto;
}
.art-jin__column-img .art-jin__img,
.art-jin__column-img .art-jin__img-link {
	display: block;
	width: 100%;
	height: auto;
}
.art-jin__column-img .art-jin__img img,
.art-jin__column-img .art-jin__img-link img {
	display: block;
	width: 100%;
	height: auto;
}
.art-jin__column-img._isNoTxt .art-jin__img img,
.art-jin__column-img._isNoTxt .art-jin__img-link img {
	width: auto;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	
	.art-jin__column-txt {
		float: none;
		width: auto;
		padding-right: 0;
	}
	.art-jin__column-txt .art-jin__txt {
	}
	.art-jin__column-txt .art-jin__table {
		width: 100%;
		overflow-x: auto;
	}
	.art-jin__column-txt .art-jin__table .table {
		white-space: nowrap;
	}
	.art-jin__column-txt .art-jin__table table {
	}
	.art-jin__column-txt .art-jin__table table tr {
		width: auto;
	}
	.art-jin__column-txt .art-jin__table table tr th,
	.art-jin__column-txt .art-jin__table table tr td {
		width: auto;
	}
	.art-jin__column-img {
		float: none;
		width: auto;
		margin-top: 20px;
	}
	.art-jin__column-img .art-jin__img,
	.art-jin__column-img .art-jin__img-link {
		padding: 0 30px;
	}
	.art-jin__column-img .art-jin__img img,
	.art-jin__column-img .art-jin__img-link img {
		margin: 0 auto;
		max-width: 330px;
	}
	.art-jin__column-img._isNoTxt .art-jin__img img,
	.art-jin__column-img._isNoTxt .art-jin__img-link img {
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
}

/* art-static　パーツごと
-------------------------------------------------- */
.art-static__editor {
	
}
.art-static__editor p {
	margin-bottom: 6px !important;
}

/* art-static 汎用
-------------------------------------------------- */
.art-static__txt-normal {
	font-weight: normal !important;
	line-height: 1.5 !important;
}
.art-static__txt--13 {
	font-size: 13px !important;
}
.art-static__txt--14 {
	font-size: 14px !important;
}
.art-static__txt--15 {
	font-size: 15px !important;
}
.art-static__txt--16 {
	font-size: 16px !important;
}

/* art-static　個別
-------------------------------------------------- */
.art-static__ent-event-detail__note {
	margin-bottom: 40px !important;
}
.cinema .art-static__editor + .art-static__editor {
	margin-top: 40px !important;
}





/* アーティクル内記述用汎用 */
.chuuki {
	margin-top: 20px;
}
.chuuki,
.chuuki p,
.chuuki li {
	font-size: 12px !important;
	line-height: 1.6 !important;
}
