@charset "UTF-8";

.eventTitle {
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	display: none;
}
@media screen and (max-width: 767px) {
	.eventTitle {
		font-size: 24px;
		line-height: 140%;
	}
}
@media screen and (min-width: 768px) {
	.eventTitle {
		font-size: 32px;
		line-height: 140%;
	}
}

.eventPillow {
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
@media screen and (max-width: 767px) {
	.eventPillow {
		font-size: 18px;
		line-height: 140%;
	}
}
@media screen and (min-width: 768px) {
	.eventPillow {
		font-size: 24px;
		line-height: 140%;
	}
}

.eventProgram {
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.eventProgram {
	content: "";
	display: block;
	clear: both;
}
.eventProgram .headerArea {
	width: 6em;
	padding-right: 1em;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
.eventProgram .bodyArea {
	width: auto;
	box-sizing: border-box;
	overflow: hidden;
}

.eventTable {
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	box-sizing: border-box;
	overflow: hidden;
}
.eventTable {
	content: "";
	display: block;
	clear: both;
}
.eventDetail {
	width: 60%;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
.eventDescriptions {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.eventDescriptions .eventDescription {
	width: 100%;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	box-sizing: border-box;
	overflow: hidden;
}
.eventDescriptions .eventDescription {
	content: "";
	display: block;
	clear: both;
}
.eventDescriptions .eventDescription .letterArea {
	width: 1.5em;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
.eventDescriptions .eventDescription .headerArea {
	width: 6em;
	padding-right: 1em;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
.eventDescriptions .eventDescription .bodyArea {
	width: auto;
	box-sizing: border-box;
	overflow: hidden;
}
.eventPortrait {
	width: 40%;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
.eventPortrait img {
	width: 100%;
}
.eventCautions {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	color: #ff0000;
}
.eventCautions .eventCaution {
	width: 100%;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	box-sizing: border-box;
	overflow: hidden;
}
.eventCautions .eventCaution {
	content: "";
	display: block;
	clear: both;
}
.eventCautions .eventCaution .cautionLetterArea {
	width: 1.5em;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
.eventCautions .eventCaution .cautionHeaderArea {
	width: 10em;
	padding-right: 1em;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
.eventCautions .eventCaution .cautionBodyArea {
	width: auto;
	box-sizing: border-box;
	overflow: hidden;
}

.reservationButton {
}
.theDayButton {
}
.theDayCautionLine {
	width: 100%;
}
.theDayCautionText {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.theDayCautionText {
		font-size: 12px;
		line-height: 140%;
	}
}
@media screen and (min-width: 768px) {
	.theDayCautionText {
		font-size: 14px;
		line-height: 140%;
	}
}

.formArea {
	width: 100%;
}
.formLine {
	width: 100%;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
.formLine:after {
	content: "";
	display: block;
	clear: both;
}
.formLine .letterArea {
	width: 1.5em;
	text-align: left;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
.formLine .headerArea {
	width: 8em;
	padding-right: 1em;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
.formLine .bodyArea {
	width: auto;
	text-align: left;
	vertical-align: text-bottom;
	box-sizing: border-box;
	overflow: hidden;
}

.formLine .bodyArea .textField {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #808080;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808080;
	border-radius: 0px;
	background-color: inherit;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.formLine .bodyArea .textField:focus {
	outline: none;
}
@media screen and (max-width: 767px) {
	.formLine .bodyArea .textField {
		font-size: 12px;
		line-height: 140%;
	}
}
@media screen and (min-width: 768px) {
	.formLine .bodyArea .textField {
		font-size: 18px;
		line-height: 140%;
	}
}
.formLine .bodyArea .eventName {
	width: 100%;
}
.formLine .bodyArea .eventDate {
	width: 100%;
}
.formLine .bodyArea .eventOpen {
	width: 100%;
}
.formLine .bodyArea .eventTime {
	width: 100%;
}
.formLine .bodyArea .eventPlace {
	width: 100%;
}
.formLine .bodyArea .yourName {
	width: 100%;
}
.formLine .bodyArea .yourAddress {
	width: 100%;
}
.formLine .bodyArea .yourMobile {
	width: 100%;
}
.formLine .bodyArea .yourMessage {
	width: 100%;
	height: 10em;
}

.captionText {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.captionText {
		font-size: 12px;
		line-height: 140%;
	}
}
@media screen and (min-width: 768px) {
	.captionText {
		font-size: 18px;
		line-height: 140%;
	}
}
.noteText {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.noteText {
		font-size: 12px;
		line-height: 140%;
	}
}
@media screen and (min-width: 768px) {
	.noteText {
		font-size: 14px;
		line-height: 140%;
	}
}
.errorText {
	width: 100%;
	color: #ff0000;
}
@media screen and (max-width: 767px) {
	.errorText {
		font-size: 12px;
		line-height: 140%;
	}
}
@media screen and (min-width: 768px) {
	.errorText {
		font-size: 18px;
		line-height: 140%;
	}
}
