@charset "UTF-8";

/* イベント・フェア*/
.page_title {
	background-image: url(../../event/img/page_title.jpg);
}

.main h3 {
	background: #a460c0;
}
.main h3 span {
	display: inline-block;
}

.event_img {
	display: block;
	margin: 20px auto 0;
	width: 800px;
}

.event_img02 {
	display: block;
	margin: 20px auto 0;
	width: 232px;
}

.event_btn {
	display: block;
	width: 360px;
	margin: 20px auto 0;
	text-align: center;
	background: #c184da;
	border: solid 2px #c184da;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	padding-top: 3px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: .3s;
}

.event_btn:hover {
	background: #fff;
	color: #c184da;
}

.event {
	display: table;
}

.event li {
	display: table-cell;
	text-align: center;
}

.open-bn {
	background-color: #3f3f3f;
	width: 100%;
	height: 500px;
}

.greeting-text__wrap {
	width: 80%;
	max-width: 630px;
	margin: 150px auto 0;
}
.main .main_box .greeting-text__wrap p {
	line-height: 2;
}

.ichinomiya_appearance__wrap {
	margin-top: 40px;
}
.event__table-wrap {
	width: 70%;
	max-width: 630px;
	margin: 150px auto 0;
}

.main h4 {
	position: relative;
	padding: 0 65px;
	text-align: center;
}

.main h4:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #000;
}

.main h4 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}

.event__table-wrap .table {
	width: 90%;
	margin: 50px auto 0;
}

.event__table-wrap .table th,
.event__table-wrap .table td {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	vertical-align: top;
}

.event__table-wrap .schedule__table th {
	text-align: right;
	padding-right: 2rem;
}

.event__table-wrap .store__table th {
	padding-right: 1rem;
}

.open-day {
	font-weight: bold;
	color: #c184da;
}

.event__office_map {
	margin-top: 49px;
}

.event_store_img {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.event_store_img .img_item {
	width: 49%;
}

/* ▼768px以下の場合に適用（iPad portrait以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

	.event_img {
		width: 80%;
	}

	.event_img02 {
		width: 80%;
	}

	.event_btn {
		width: 86%;
	}

	.event {
		display: block;
	}

	.event li {
		display: block;
		padding-bottom: 40px;
	}

	.greeting-text__wrap,
	.event__table-wrap {
		margin: 50px auto 0;
		width: 100%;
	}

	.event__table-wrap .table {
		width: 100%;
		margin-top: 20px;
	}
	.event_store_img {
		display: block;
	}
	.event_store_img .img_item {
		width: 100%;
	}
}