@charset "UTF-8";

/**
  * イベント投稿ページ ここから
  */

/* イベントエリア イベント詳細エリア タイトル */
.single-event .single-event-area .event-title {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border: none;
	border-bottom: 5px solid #b3b3b3;
}

/* イベントエリア イベント詳細エリア イベント画像 */
.single-event .single-event-area .event-img img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

/* イベントエリア イベント詳細エリア テーブル全体 */
.single-event .single-event-area .event-table,
.single-event .single-event-area .event-table tr,
.single-event .single-event-area .event-table th,
.single-event .single-event-area .event-table td {
	background-color: inherit;
	border: none;
}

/* イベントエリア イベント詳細エリア テーブル全体 */
.single-event .single-event-area .event-table {
	width: 100%;
	margin: 20px 0px 60px;
}

/* イベントエリア イベント詳細エリア テーブル tr */
.single-event .single-event-area .event-table tr {
	line-height: 100%;
	height: calc(1em * 1.8 * 1.5);
	border-bottom: 1px solid #b3b3b3;
}

/* イベントエリア イベント詳細エリア テーブル th */
.single-event .single-event-area .event-table th {
	width: 7em;
	text-align: left;
	color: #284889;
}

/* イベント投稿ぺージ 参加申込ボタンエリア */
.single-event #join-button-area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 0px 60px;
}

/* イベント投稿ぺージ 参加申込ボタンエリア */
.single-event #join-button-area.show-off {
	display: none;
}

/* イベント投稿ぺージ 参加申込ボタン */
.single-event .button-join {
	width: 44%;
	text-align: center;
	background-color: #253d77;
}

  /**
  * イベント投稿ページ ここまで
  */