@charset 'UTF-8';
/* イベント共通
======================================================== */
/* キャンペーン一覧
======================================================== */

.event--index .bread__body {
	display: none;
}

.event--index .page-hdr {
	display: none;
}

.event--index .articles--event-schedule .articles__body {
	padding-top: 0;
}

.event--index .articles--event-schedule .articles__item {
	position: relative;
	float: none;
	margin: 0;
	padding: 60px 0;
	width: 100%;
	min-height: 0;
	border-top: 2px solid #e8e9eb;
}

.event--index .articles--event-schedule .articles__item:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.event--index .articles--event-schedule .articles__item:first-child {
	border-top: none;
}

.event--index .articles--event-schedule .articles__item a {
	outline: none;
}

.event--index .articles--event-schedule header {
	margin-bottom: 30px;
	padding-left: 0;
}

.event--index .articles--event-schedule header h1 {
	font-size: 112.5%;
	line-height: 1.66667;
}

.event--index .articles--event-schedule header .date {
	font-size: 100%;
	line-height: 1.75;
}

.event--index .articles--event-schedule .articles__img {
	position: relative;
	top: auto;
	left: auto;
	float: left;
	width: 320px;
	height: 222px;
}

.event--index .articles--event-schedule .articles__txt {
	float: right;
	width: 390px;
}

.event--index .articles--event-schedule .articles__txt .note {
	font-size: 87.5%;
	line-height: 1.85714;
	color: #333;
}

.event--index .articles--event-schedule .articles__txt .lecturers {
	margin: 30px 0 0;
	padding: 0;
}

.event--index .articles--event-schedule .articles__txt .lecturers dt,
.event--index .articles--event-schedule .articles__txt .lecturers dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 87.5%;
	line-height: 1.85714;
	color: #333;
}

.event--index .articles--event-schedule .articles__txt .lecturers dd {
	padding-left: 3em;
}

.event--index .articles--event-schedule .articles__txt .lecturers dt:before {
	content: '講師：';
	font-weight: bold;
}

.event--index .articles--event-schedule .articles__txt .lecturers--performers dd {
	padding-left: 4em;
}

.event--index .articles--event-schedule .articles__txt .lecturers--performers dt:before {
	content: '出演者：';
	font-weight: bold;
}

.event--index .articles--event-schedule .ico-space {
	margin-bottom: 10px;
}

/* 店舗別ナビゲーション
======================================================== */

.branch-nav {
	position: relative;
	display: none;
	overflow: hidden;
	margin: 0 auto -2px;
	padding: 0;
	width: 100%;
}

.branch-nav__list {
	overflow: hidden;
	margin: 0;
	padding: 0 4px 0 16px;
	width: 720px;
}

.branch-nav__item {
	position: relative;
	float: left;
	margin: 0 12px 0 0;
	width: 344px;
	border-top: 2px solid #f0f1f2;
	border-right: 2px solid #f0f1f2;
	border-left: 2px solid #f0f1f2;
	list-style: none;
}

.branch-nav__item a {
	position: relative;
	z-index: 3;
	display: block;
	padding: 9px 0 15px;
	border-bottom: 2px solid #ccc;
	background-color: #f0f1f2;
	font-weight: bold;
	font-size: 87.5%;
	line-height: 1.42857;
	color: #0f5699;
	text-align: center;
	text-decoration: none;
}

.branch-nav__item a[href$='shonan/'] {
	display: none;
}

.branch-nav__item a:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 50%;
	z-index: 3;
	display: block;
	display: block;
	margin-left: -4px;
	width: 8px;
	height: 5px;
	background: url(../../common/img/arw_tab-nav-bu.png) no-repeat 0 0;
}

.branch-nav__item a:hover {
	background-color: #fff;
}

.branch-nav__item.is-current {
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
}

.branch-nav__item.is-current a,
.branch-nav__item.is-current a:hover {
	border-bottom: 2px solid #fff;
	background-color: #fff;
	color: #333;
}

.branch-nav__item.is-current a:after,
.branch-nav__item.is-current a:hover:after {
	display: none;
}

/* キャンペーン詳細
======================================================== */

.event--detail .intro {
	margin: 0 0 30px;
	width: 100%;
}

.event--detail .intro:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.event--detail .intro p {
	margin-bottom: 30px;
}

.event--detail .intro .ico-space {
	margin-bottom: 10px;
}

.event--detail .intro .text {
	float: right;
	width: 354px;
}

.event--detail .intro .date {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 87.5%;
	line-height: 1.85714;
}

.event--detail .intro h1 {
	margin: 0 0 30px;
	padding-bottom: 14px;
	border-bottom: 4px solid #333;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.5;
	color: #0f5699;
}

.event--detail .intro .image {
	float: left;
	width: 356px;
}

.event--detail .intro .article_share {
	float: left;
	clear: left;
	margin-top: 20px;
}

.event--detail .lecturers:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.event--detail .lecturers .hdl02 {
	margin-bottom: 30px;
}

.event--detail .lecturers__img {
	float: left;
	margin-right: 20px;
	width: 152px;
	height: 152px;
}

.event--detail .lecturers__img + .lecturers__prof {
	float: left;
	margin-bottom: 0;
	width: 568px;
}

.event--detail .lecturers__prof {
	margin: 0 0 30px;
	padding: 0;
}

.event--detail .lecturers__prof dt {
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.75;
}

.event--detail .lecturers__prof dd {
	margin: 0;
	padding: 0;
	font-size: 87.5%;
	line-height: 1.85714;
}

.event--detail .lecturers__prof dd a[target]:after {
	content: '';
	display: inline-block;
	margin: 0 6px;
	width: 11px;
	height: 9px;
	background: url(../../common/img/ico_blank-bu.png) no-repeat 0 0;
	vertical-align: 2px;
}

.event--detail .lecturers__prof dd .noicon[target]:after {
	display: none;
}

.event--detail .admissions .hdl02 {
	margin-bottom: 30px;
}

.event--detail .space-address {
	margin: 0 0 30px;
	padding: 30px 30px 10px 174px;
	background: url(../../common/img/logo_cir-dlabo.png) no-repeat 30px center #f0f1f2;
}

.event--detail .space-address .txt-plain strong {
	font-weight: normal;
	font-size: 150%;
	line-height: 1.5;
}

.event--detail .event-contact {
	display: table;
	margin: 0 auto 20px;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-collapse: separate;
	border: 6px solid #e8e9eb;
	background-color: #fff;
}

.event--detail .event-contact__section {
	display: table-cell;
	padding: 0 30px;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

.event--detail .event-contact__section:first-child {
	border-right: 1px solid #e8e9eb;
}

.event--detail .event-contact__section--tel .hdl04 {
	margin-bottom: 10px;
}

.event--detail .event-contact p {
	margin-bottom: 0;
}

.event--detail .article_share + .facebook-comment {
	margin-top: 20px;
}




@media screen and (max-width: 767px){

	.event--index .articles--event-schedule .articles__body {
		margin-top: 20px;
	}

	.event--index .articles--event-schedule .articles__item {
		padding: 30px 0;
		min-height: 91px;
	}

	.event--index .articles--event-schedule header {
		line-height: 1;
	}

	.event--index .articles--event-schedule header h1 {
		font-size: 87.5%;
		line-height: 1.42857;
	}

	.event--index .articles--event-schedule header .date {
		font-size: 87.5%;
		line-height: 1.42857;
	}

	.event--index .articles--event-schedule header {
		margin-bottom: 0;
		padding-left: 140px;
	}

	.event--index .articles--event-schedule .articles__img {
		position: absolute;
		top: 30px;
		left: 0;
		float: none;
		width: 130px;
		height: 90px;
	}

	.event--index .articles--event-schedule .articles__txt {
		display: none;
	}

	.event--index .articles--event-schedule .ico-space {
		margin-bottom: 7px;
	}

	.branch-nav {
		margin: 20px 0;
	}

	.branch-nav__list {
		overflow: hidden;
		padding: 0 0 2px;
		width: 100%;
		height: auto;
	}

	.branch-nav__item {
		margin: 0 0 -2px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		height: auto;
		border: 2px solid #ccc;
	}

	.branch-nav__item:nth-child(odd) {
		border-right-width: 1px;
	}

	.branch-nav__item:nth-child(odd):after {
		content: '';
		position: absolute;
		top: -2px;
		display: block;
		padding: 2px 0;
		width: 1px;
		height: 100%;
		background-color: #ccc;
		right: -2px;
	}

	.branch-nav__item:nth-child(even) {
		border-left-width: 1px;
	}

	.branch-nav__item a {
		z-index: auto;
		padding: 6px 28px;
		border-bottom: none;
		font-size: 75%;
		line-height: 1.5;
	}

	.branch-nav__item a:after {
		display: none;
	}

	.branch-nav__item a:hover {
		background-color: #f0f1f2;
	}

	.branch-nav__item.is-current.odd {
		border-right-width: 1px;
	}

	.branch-nav__item.is-current.even {
		border-left-width: 1px;
	}

	.branch-nav__item.is-current a,
	.branch-nav__item.is-current a:hover {
		border-bottom: none;
		background-image: url(../../common/img/ico_tab-flag_sp.png);
		background-repeat: no-repeat;
		background-position: 10px center;
		color: #0f5699;
	}

	:root .branch-nav__item.is-current a,
	:root .branch-nav__item.is-current a:hover {
		background-image: url(../../common/img/ico_tab-flag_sp@2x.png);
		background-size: 18px 18px;
		-webkit-background-size: 18px 18px;
	}

	.event--detail .intro {
		margin-bottom: 40px;
	}

	.event--detail .intro p {
		margin-bottom: 20px;
	}

	.event--detail .intro .ico-space {
		margin-bottom: 5px;
	}

	.event--detail .intro .text {
		float: none;
		margin-bottom: 30px;
		width: 100%;
	}

	.event--detail .intro .date {
		margin-bottom: 5px;
		font-size: 75%;
		line-height: 1.5;
	}

	.event--detail .intro h1 {
		margin-bottom: 20px;
		padding-bottom: 7px;
		font-size: 112.5%;
		line-height: 1.33333;
	}

	.event--detail .intro .image {
		float: none;
		margin: 0 auto 20px;
		width: 300px;
	}

	.event--detail .intro .image img {
		width: 100%;
	}

	.event--detail .intro .article_share {
		float: none;
		clear: none;
	}

	.event--detail .lecturers .hdl02 {
		margin-bottom: 20px;
	}

	.event--detail .lecturers__img {
		float: none;
		margin: 0 auto 20px;
		width: 90px;
		height: 90px;
	}

	.event--detail .lecturers__img img {
		width: 100%;
	}

	.event--detail .lecturers__img + .lecturers__prof {
		float: none;
		margin-bottom: 20px;
		width: auto;
	}

	.event--detail .lecturers__prof {
		margin-bottom: 20px;
	}

	.event--detail .lecturers__prof dt {
		margin: 0 0 5px;
		font-size: 87.5%;
		line-height: 1.42857;
	}

	.event--detail .lecturers__prof dd {
		font-size: 75%;
		line-height: 1.5;
	}

	.event--detail .lecturers__prof dd a[target]:after {
		margin: 0 3px;
	}

	:root .event--detail .lecturers__prof dd a[target]:after {
		background-image: url(../../common/img/ico_blank-bu_sp@2x.png);
		background-size: 11px 9px;
		-webkit-background-size: 11px 9px;
	}

	.event--detail .admissions .hdl02 {
		margin-bottom: 20px;
	}

	.event--detail .space-address {
		margin: 0 0 20px;
		padding: 20px 20px 5px 20px;
		background-image: none;
	}

	.event--detail .space-address .txt-plain strong {
		display: inline-block;
		margin: 3px 0;
		font-size: 157.14286%;
		line-height: 1.27273;
	}

	.event--detail .event-contact {
		display: block;
		margin: 0 auto 15px;
		padding: 0 20px;
		width: 100%;
	}

	.event--detail .event-contact__section {
		display: block;
		padding: 20px 0;
		width: 100%;
	}

	.event--detail .event-contact__section:first-child {
		border-right: none;
		border-bottom: 2px solid #e8e9eb;
	}

	.event--detail .article_share + .facebook-comment {
		margin-top: 10px;
	}
}
