@charset "UTF-8";
/* CSS Document */

/* =========================================================
PAGE COMMON
========================================================= */
a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

body {
}

#allWrap {
}

#allWrap i.blank {
	width: 25px;
}

main {
}

main > .lead {
	margin-bottom: 40px;
	background: rgba(255,255,255,0.8);
	padding: 5px;
	border-radius: 12px;
	display: inline-block;
}

main > .lead p {
	font-family: urw-din, a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 700;
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
	main > .lead p {
		max-width: 640px;
		margin: 0 auto;
		text-align: left;
		padding: 0 20px;
		font-size: 1.8rem;
	}
}

article {
}

/* ==================================================
INFO
================================================== */
#infoArea {
}

#infoArea .borderBox {
	border-color: #e3001a;
	padding: 30px;
	max-width: 900px;
}

#infoArea .borderBox > dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 20px;
}

#infoArea .borderBox dl dt {
	font-size: 2.4rem;
	color: #fff;
	background: #e3001a;
	border-radius: 100px;
	padding: 4px 15px;
	width: 190px;
	margin: 0 30px 0 0;
}

#infoArea .borderBox dl dd {
	font-size: 2.6rem;
	font-family: urw-din, a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 700;
	text-align: left;
}

#infoArea .borderBox dl dd .note {
	line-height: 1.3;
	margin-top: 8px;
	position: relative;
	text-indent: -16px;
	padding-left: 16px;
}

#infoArea .borderBox dl dd .note::before {
	content: "※";
	display: inline-block;
	width: 16px;
	text-indent: 0;
}

@media screen and (max-width: 900px) {
	#infoArea .borderBox {
		max-width: 700px;
	}
	
	#infoArea .borderBox > dl dt {
		margin-bottom: 8px;
	}
	
	#infoArea .borderBox > dl dd {
		width: 100%;
		padding-left: 10px;
	}
}

@media screen and (max-width: 768px) {
#infoArea {
}

#infoArea .borderBox {
	max-width: 540px;
	padding: 20px;
}

#infoArea .borderBox > dl {
}

#infoArea .borderBox dl dt {
	font-size: 1.8rem;
	padding: 4px 10px;
	width: 140px;
	margin-right: 20px;
}

#infoArea .borderBox dl dd {
	font-size: 2.2rem;
}
}

#infoArea .borderBox a.link {
	color: #009444;
	font-size: 2rem;
	display: inline-block;
	transform: translateY(-0.2em);
}

#infoArea .borderBox a.link::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/icon_arrow_green.svg") no-repeat center center;
	background-size: 100%;
	margin-right: 10px;
	vertical-align: middle;
	transform: translateY(-1px);
}

@media screen and (max-width: 768px) {
#infoArea .borderBox a.link {
}

#infoArea .borderBox a.link::before {
}
}


#infoArea .borderBox a.link:hover {
}

#infoArea .borderBox .fontL {
	font-size: 2.9rem;
}

#infoArea .borderBox .fontM {
	font-size: 2.2rem;
}

#infoArea .borderBox .fontS {
	font-size: 1.8rem;
}

#infoArea .borderBox .fontSS {
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
#infoArea .borderBox .fontL {
	font-size: 2.5rem;
}

#infoArea .borderBox .fontM {
	font-size: 1.8rem;
}

#infoArea .borderBox .fontS {
	font-size: 1.5rem;
}

#infoArea .borderBox .fontSS {
	font-size: 1.3rem;
}
}


/* other adjust */
#infoArea .borderBox .place dd > i:first-child,
#infoArea .borderBox .ticket dd div > i:first-child,
#infoArea .borderBox .contact dd > i:first-child {
	margin-right: 15px;
}

#infoArea .borderBox .ticket dd div {
	margin-bottom: 8px;
}

#infoArea .borderBox .ticket dd div i b.fontSS {
	margin-left: 5px;
}

#infoArea .borderBox .time dd > i:first-child {
	margin-right: 20px;
}

/* .date */
#infoArea .borderBox .date ul {
}

#infoArea .borderBox .date ul li {
	display: inline-block;
}

#infoArea .borderBox .date ul li:not(:first-child)::before {
	content: "・";
	display: inline-block;
	width: 15px;
	margin-left: -5px;
}

@media screen and (max-width: 768px) {
#infoArea .borderBox .date ul {
}

#infoArea .borderBox .date ul li {
	display: block;
}

#infoArea .borderBox .date ul li:not(:first-child)::before {
	display: none;
}
}


/* .credit */
#infoArea .borderBox .credit {
	position: relative;
	margin-top: 30px;
}

#infoArea .borderBox .credit::before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #e3001a;
	border-radius: 10px;
}

#infoArea .borderBox .credit dl {
	font-size: 2rem;
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

#infoArea .borderBox .credit dl:first-child {
	margin-top: 30px;
}

#infoArea .borderBox .credit dl dt {
	font-size: 2rem;
	background: #fff;
	border: 4px solid #e3001a;
	color: #000;
}

#infoArea .borderBox .credit dl dd {
	font-size: 2rem;
	padding-top: 6px;
}

#infoArea .borderBox .credit ul {
}

#infoArea .borderBox .credit ul li {
	display: inline-block;
}

#infoArea .borderBox .credit ul li:not(:first-child)::before {
	content: "/";
	display: inline-block;
	text-align: center;
	width: 30px;
	margin-left: -5px;
}

@media screen and (max-width: 768px) {
#infoArea .borderBox .credit {
}

#infoArea .borderBox .credit::before {
}

#infoArea .borderBox .credit dl {
}

#infoArea .borderBox .credit dl:first-child {
}

#infoArea .borderBox .credit dl dt {
	font-size: 1.8rem;
	padding: 2px 15px;
}

#infoArea .borderBox .credit dl dd {
}

#infoArea .borderBox .credit ul {
}

#infoArea .borderBox .credit ul li {
	display: block;
	margin-bottom: 3px;
}

#infoArea .borderBox .credit ul li:not(:first-child)::before {
	display: none;
}
}

@media screen and (max-width: 400px) {
#infoArea .borderBox .credit {
}

#infoArea .borderBox .credit::before {
}

#infoArea .borderBox .credit dl {
}

#infoArea .borderBox .credit dl:first-child {
}

#infoArea .borderBox .credit dl dt {
	font-size: 1.8rem;
}

#infoArea .borderBox .credit dl dd {
	width: 100%;
	padding-left: 10px;
}

#infoArea .borderBox .credit ul {
}

#infoArea .borderBox .credit ul li {
	display: block;
	margin-bottom: 3px;
}

#infoArea .borderBox .credit ul li:not(:first-child)::before {
	display: none;
}
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {

} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ==================================================
ATTENTION
================================================== */
#attentionArea {
	margin-top: 40px;
}

#attentionArea dl {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	margin: 0 auto;
	max-width: 740px;
	font-family: urw-din, a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 700;
}

#attentionArea dl dt {
	border: 10px solid #0095e2;
	border-radius: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	width: 120px;
	height: 120px;
	font-size: 2rem;
	margin: 0 15px;
	background: #fff;
}

#attentionArea dl dd {
	font-size: 1.5rem;
	text-align: left;
	margin: 0 15px;
	width: calc(100% - 180px);
	background: rgba(255,255,255,0.8);
	padding: 5px;
	border-radius: 12px;
}

#attentionArea dl dd ul {
}

#attentionArea dl dd ul li {
	margin-bottom: 8px;
	text-indent: -16px;
	padding-left: 16px;
}

#attentionArea dl dd ul li::before {
	content: "・";
	display: inline-block;
	width: 16px;
	text-align: center;
	text-indent: 0;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
#attentionArea {
}

#attentionArea dl {
	flex-wrap: wrap;
	max-width: 540px;
}

#attentionArea dl dt {
	border-width: 6px;
	/*! font-size: 1.8rem; */
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
	padding: 6px 15px;
}

#attentionArea dl dd {
	font-size: 1.4rem;
	margin: 0 auto;
	width: 100%;
}

#attentionArea dl dd ul {
}

#attentionArea dl dd ul li {
	margin-bottom: 6px;
}

#attentionArea dl dd ul li::before {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* ##########　MEMO　################################################################################## */
/* #################################################################################################### */
/* #################################################################################################### */

/* ==================================================
大見出し
================================================== */

/* 中見出し（他、説明など）
------------------------------ */

/* ### 小見出し 1 ### */
/* ### ----- ### */

/* 小見出し 2 */
/* ----- */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {

} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

