/* global */
body {
	font-size:1rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: .1em;
	line-height:1.75em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
span {
	display:inline-block;
}
.wrap {
	padding: 0 20px;
}
@media screen and (min-width: 790px) {
	.wrap {
		width: 750px;
		margin: 0 auto;
		padding: 0;
	}
}

.header {
	border-bottom:1px solid #e0e0e0;
	margin-bottom:1em;
	padding:1em 0;
	text-align:center;
}
.event-header {
	margin-bottom:30px;
}
.event-header h1 {
	font-size:1.2em;
	text-align: center;
}
.flag-shimekiri {
	border-radius:10px;
	background:#c00;
	color:#fff;
	margin:1em 0;
	padding:10px;
}
[data-shimekiri="off"] .flag-shimekiri {
	display:none;
}

.content-title {
	border-bottom:1px dashed #df3c64;
	color:#df3c64;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	padding-bottom:10px;
}
.content-main h2 {
	color:#df3c64;
	text-align:center;
	margin-bottom:20px;
}
.content-image {
	margin:20px auto;

}
.content-image .image img {
	border-radius:10px;
	display:block;
	width:100%;
	margin:0 auto;
}
.content-image .caption {
	color:#666;
	font-size:.8em;
	letter-spacing:0;
	line-height:1.2em;
	text-align:center;
	padding-top:5px;
}
.content-column-2 {
	display:flex;
	justify-content: space-between;
	flex-direction:column;
}
@media screen and (min-width: 750px) {
	.content-column-2 {
		flex-direction:row;
	}
}
@media screen and (min-width: 750px) {
	.size-7-3 > div:nth-of-type(1) {
		width:68%;
	}
	.size-7-3 > div:nth-of-type(2) {
		width:30%;
	}
}
.event-info {
	margin-top:40px;
	border-radius:1em;
	padding:1em;
	box-shadow:0 0 10px 0 #fa88a5;
}
.event-info dl {
	border-top:1px solid #ccc;
}
.event-info dt {
	color:#c00;
	padding:0.5em 1em;
}
.event-info dd {
	padding:1em;
	border-top:1px dotted #e0e0e0;
}
.comment {
	color:#666;
	padding:0.25em 1em;
	letter-spacing:0;
}
.info-title {
	margin-bottom:20px;
	text-align:center;
}
.info-title h1 {
	color:#df3c64;
	font-size:1.5em;
}
.info-title .small {
	color:#fa88a5;
	font-size:.8em;
}
[data-soldoutA="off"] .date,
[data-soldoutB="off"] .date,
[data-soldoutC="off"] .date,
[data-soldoutD="off"] .date {
	text-decoration:none;
}
[data-soldoutA="on"] .date,
[data-soldoutB="on"] .date,
[data-soldoutC="on"] .date,
[data-soldoutD="on"] .date {
	text-decoration: line-through;
}
[data-soldoutA="off"] .manseki,
[data-soldoutB="off"] .manseki,
[data-soldoutC="off"] .manseki,
[data-soldoutD="off"] .manseki {
	display:none;
}
[data-soldoutA="on"] .manseki,
[data-soldoutB="on"] .manseki,
[data-soldoutC="on"] .manseki,
[data-soldoutD="on"] .manseki {
	display:inline-block;
	color:#c00;
}
[data-soldoutTEL="off"] {
	display:none;
}
[data-soldoutTEL="on"] {
	display:block;
	color:#c00;
}
[data-soldoutALL="off"] p:nth-of-type(1) {
	text-decoration:none;
}
[data-soldoutALL="on"] p:nth-of-type(1) {
	text-decoration: line-through;
}
[data-soldoutALL="off"] p:nth-of-type(2) {
	display:none;
}
[data-soldoutALL="on"] p:nth-of-type(2) {
	display:block;
	color:#c00;
}
[data-formsoA="off"],
[data-formsoB="off"],
[data-formsoC="off"],
[data-formsoD="off"] {
	display:block;
}
[data-formsoA="on"],
[data-formsoB="on"],
[data-formsoC="on"],
[data-formsoD="on"] {
	display:none;
}

.event-form {
	margin-top:30px;
	border:2px solid #df3c64;
	border-radius:1em;
}
.no-formset {
	display:none;
}
[data-form="off"] .formset {
	display:none;
}
[data-form="off"] .no-formset {
	display:block;
	color:#c00;
	padding:1em;
}


.event-form h1 {
	color:#df3c64;
	font-size:1.5em;
	padding:20px 0;
	text-align:center;
	border-bottom:1px dotted #ccc;
}

.event-form dl {
	padding:1em;
}
.event-form dl:nth-of-type(odd) {
	background:#ffe7e7;
}
.event-form dt {
	color:#7a3345;
	display:flex;
	align-items: center;
}
.hissu:after {
	display:block;
	font-size:.8em;
	border-radius:5px;
	color:#fff;
	background:#c00;
	white-space: nowrap;
	padding:0 5px;
	margin-left:auto;
	content:"必須";
}
.error {
	color:#F00;
	letter-spacing:0;
}
.event-form dd {
	margin-top:10px;
}
.subcomment {
	color:#666;
	font-size:.8em;
	letter-spacing:0;
	line-height:1.4em;
}

@media screen and (min-width: 750px) {
	.event-form dl {
		display:flex;
		justify-content: space-between;
		align-items:center;
	}
	.event-form dt {
		width:30%;
	}
	.event-form dd {
		width:68%;
		margin:0;
		padding:0;
	}
}
.button-submit {
	padding:1em;
}

input[type="text"], input[type="email"], textarea, select {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	color: #666;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius:10px;
	box-shadow:0 1px 5px 0 #ccc inset;
}
textarea {
	height:10em;
}

input[type="submit"] {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	width: 100%;
	font-size: 125%;
	color: #fff;
	background: #0074cc;
	border: none;
	border-radius: 5px;
	box-shadow:0 1px 10px 0 #333;
	margin: 0 auto;
	padding: 12px;
	transition: color .5s ease-in-out;
}

input[type="submit"]:hover {
	color: #ff0;
	background: #44aeff;
}

@media screen and (min-width: 768px) {
	input[type="submit"] {
		width: 50%;
	}
}

@media screen and (min-width: 1000px) {
	input[type="submit"] {
		width: 33%;
	}
}

.footer {
	margin-top:100px;
	text-align:center;
	padding:1em 1em 3em;
	color:#7a3345;
	background:#d7c9ab;
}

.extra {
	margin-top:1.5em;
}
.emg {
	color:#2073c0;
}
.small {
	font-size:.8em;
}