@charset "utf-8";
.flexBox {
	justify-content: space-between;
}
.flexBox table th, .flexBox table td {
    font-size: 1.4rem;
}

#calendar_box {
	min-height: 300px;
}
h3.event_title {
  font-size: 18px;
  margin-bottom: 6px;
  color: #930808;
  border-bottom: none;
  background: none;
  padding: 0;
}
.calendar span.now {
	font-size: 1.6rem;
	color: #fff;
	background: #930808;
	padding: 2px 10px;
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	margin-right: 20px;
	vertical-align: 7px;
}
.calendar table {
	border-top: solid 1px #e5e5e4;
}
.calendar table th {
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #e5e5e4;
	font-weight: bold;
	padding: 15px 0;
	width: 20%;
}
.calendar table td {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #e5e5e4;
	padding: 15px 0 15px 10px;
}

.btnBack {
	margin: 30px auto 40px ;
	text-align: center;
	font-weight: bold;
}
.btnBack a {
	background: #152e4c;
	color: #fff;
	border-radius: 6px;
	border: 3px solid #fff;
	font-size: 1.8rem;
	width: 240px;
	box-shadow: 0px 0px 10px 2px #c2c2c2;
	display: block;
	margin: auto;
	text-decoration: none;
}
.btnBack a span::before {
	content: "\f100";
	margin-right: 10px;
	font-family: FontAwesome;
	vertical-align: -1px;
	font-size: 2.8rem;
	margin-left: -10px;
}
@media screen and (min-width: 768px) {
	.flexBox .cms_image {
		width: 45%;
	}
	.flexBox .cms_text {
		width: 50%;
	}
	h3.event_title {
		font-size: 24px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 481px) {
	.mb64 {
		margin-bottom: 64px !important;
	}
	.btnBack a {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 767px) {
	.headering h1 {
		margin-top: 30px;
	}
	.calendar span.now {
		font-size: 1.3rem;
	}
}


/* ------------------------------
掲載登録フォーム
------------------------------ */
#form_box .file-btn {
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #333;
	padding: 10px 50px;
	width: 250px !important;
	height: 50px !important;
	cursor: pointer;
	color: #333;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#form_box .file-btn:hover {
    background-color: #93080B;
    border: 1px solid #93080B;
	color: #fff;
}
#form_box .file-btn input[type='file'] {
	font-size: 0 !important;
	cursor: pointer;
	width: 100%;
	height: 50px;
}
.addImage {
	width: 30%;
	float: left;
	margin-right: 10px;
}
.ui-datepicker {
	z-index: 1000 !important;
}
.ui-datepicker-header {
	font-size: 25px;
}
.ui-state-default {
	text-align: center;
}

.red a {
	color: #930808 !important;
	font-weight: bold;
}
.event-table table tr th {
	font-weight: bold;
	padding: 12px 0 0 !important;
}
.event-table table tr td {
	padding: 0;
}
.event-table input[type="text"]:placeholder-shown {
	font-family: inherit;
	color: #969696;
	line-height: 40px;
}

.event-table input[type="text"]::-webkit-input-placeholder {
	font-family: inherit;
	color: #969696;
	line-height: 40px;
}

.event-table input[type="text"]:-moz-placeholder {
	font-family: inherit;
	color: #969696;
	opacity: 1;
	line-height: 40px;
}

.event-table input[type="text"]::-moz-placeholder {
	font-family: inherit;
	color: #969696;
	opacity: 1;
	line-height: 40px;
}

.event-table input[type="text"]:-ms-input-placeholder {
	font-family: inherit;
	color: #969696;
	line-height: 40px;
}

.event-table textarea:placeholder-shown {
	font-family: inherit;
	color: #969696;
	line-height: 24px;
}

.event-table textarea::-webkit-input-placeholder {
	font-family: inherit;
	color: #969696;
	line-height: 24px;
}

.event-table textarea:-moz-placeholder {
	font-family: inherit;
	color: #969696;
	opacity: 1;
	line-height: 24px;
}

.event-table textarea::-moz-placeholder {
	font-family: inherit;
	color: #969696;
	opacity: 1;
	line-height: 24px;
}

.event-table textarea:-ms-input-placeholder {
	font-family: inherit;
	color: #969696;
	line-height: 24px;
}

.red {
	color: #d90000;
}

.input {
	line-height: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}


.label-need {
	color: #93080B;
}

.label-free {
	color: #333;
}

select,
input[type="text"],
textarea {
	margin-bottom: 5px;
}

select {
	vertical-align: middle;
}

input[type="text"],
textarea {
	background: #F2F2F2;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

input[type="text"]:focus,
textarea:focus {
	border: 1px solid #93080B;
}

input[type="text"] {
	line-height: 50px;
	height: 50px;
	padding: 5px 20px;
}

textarea {
	line-height: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 162px;
}

.event-table table th:after {
	content: '';
	display: block;
	clear: both;
}

.cf:after {
	content: '';
	display: block;
	clear: both;
}

.only-pc {
	display: none;
}

.only-sp-mt {
	margin-top: -15px;
}

.submit {
	position: relative;
	width: 1200px;
	text-align: center;
	margin: auto;
}

.btn-submit {
	width: 384px;
	height: 50px;
	background: #fff;
	color: #333;
	cursor: pointer;
	border: 1px solid #333;
	letter-spacing: .1em;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.btn-back {
	margin-top: 20px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	position: relative;
	letter-spacing: .2em;
	width: 90%;
	background-color: #969696;
	font-weight: 500;
	cursor: pointer;
}

@media (min-width: 768px) {
	.event-table table tr th {
		width: 100%;
		display: block;
	}
	select,
	input[type="text"],
	textarea {
		margin-bottom: 0;
	}
	.event-table table tr th {
		background-color: transparent;
	}
	.event-table table td {
		width: 100%;
		display: block;
	}
	table,
	tbody,
	table tr th,
	table tr td {
		border: 0;
	}
	.event-table table tr th,
	.event-table table tr td {
		padding-top: 12px;
		padding-bottom: 12px;
		vertical-align: top;
	}
	input[type="text"].size-sm,
	select {
		width: 15%;
	}
	.only-pc {
		display: table-cell;
	}
	.only-sp-mt {
		margin-top: 0;
	}
	.submit {
		margin-top: 40px;
	}
	.submit:after {
		content: '';
		display: block;
		clear: both;
	}
	.btn-back {
		position: absolute;
		margin-top: 0;
		left: 0;
		width: 160px;
		height: 50px;
		line-height: 50px;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	.btn-submit:hover {
		background-color:#93080B;
		border: 1px solid #93080B;
		color: #fff;
	}
	.btn-back:hover {
		opacity: .7;
	}
}


@media screen and (max-width: 767px) {
	.important.red {
		font-size: 1.3rem;
	}
	.event-table table tr th {
		font-size: 1.6rem;
		width: 100%;
		display: block;
		border-bottom: 0;
		border-top: 0;
		font-weight: bold;
		padding: 10px;
		border: none;
		background: none;
	}
	.event-table table tr td {
		width: 100%;
		display: block;
		padding: 5px 0;
		border: none;
	}
	.label-need,
	.label-free {
		height: 24px;
		width: 60px;
		line-height: 24px;
		font-size: 15px;
	}
	.btn-submit {
		width: 90%;
		font-size: 1.6rem;
		height: 50px;
	}
	.tac {
		text-align: left;
	}
}