@charset "UTF-8";
/* event-1.css */

@media screen and (min-width:601px), print {

#wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img/event/2017/bg_left.jpg) repeat-y left top;
	display: block;
	height: 100%;
	width: 83px;
	z-index: 11;
}
#wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(/img/event/2017/bg_right.jpg) repeat-y right top;
	display: block;
	height: 100%;
	width: 83px;
	z-index: 11;
}
ul { list-style: none;}

/*--------------------
1:.head-content
--------------------*/
.head-content { margin-bottom: 200px;}
h2 {
	position: relative;
	color: #666;
	font-family: YakuHanJP,"Noto Sans Japanese",sans-serif;
	line-height: 1;
	font-size: 40px;
	letter-spacing: 0.17em;
	margin: 48px 0 72px;
	text-align: center;
}
h2:before, h2:after {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	background-color: #666;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 92px;
}
h2:before { left: 0;}
h2:after { right: 0;}
#hero { margin-bottom: 182px;}
.head-content h3 {
	margin-left: -1px;
	width: 1026px;
}

/*--------------------
2:#info
--------------------*/
#info {
	color: #00991d;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 146px;
}
#info .content {
	position: relative;
	box-shadow: 15px 15px 0 rgba(0,0,0,0.5);
	padding: 14px;
}
#info .content .inner {
	border: 2px solid #00991d;
	padding: 280px 56px 20px;
}
#info .ttl {
	position: absolute;
	top: -74px;
	left: 44px;
}
#info .ttl span {
	position: absolute;
	color: #000;
	display: block;
	top: 238px;
	left: 38px;
	font-size: 66px;
	font-weight: bold;
}
#info .datetime {
	font-size: 67px;
	margin-bottom: 48px;
}
#info .place {
	font-size: 48px;
	margin-bottom: 26px;
}
#info .place span {
	font-size: 37px;
}
#info .time {
	font-size: 37px;
	margin-bottom: 26px;
}
#info .time span {
	font-size: 24px;
	padding: 0 13px;
}
#info .time i {
	font-size: 16px;
	font-style: normal;
	padding-right: 12px;
	vertical-align: middle;
}
#info .price {
	font-size: 30px;
}
#info .price span {
	font-size: 25px;
	padding-left: 22px;
	padding-right: 16px;
}
#info .price strong {
	font-size: 37px;
}
#info .price i {
	font-size: 20px;
	font-style: normal;
}
#info .image {
	position: absolute;
	bottom: 38px;
	right: 130px;
}

/*--------------------
3:#access
--------------------*/
#access {
	line-height: 1;
	padding-bottom: 148px;
	text-align: center;
}
#access .head-txt {
	margin-bottom: 22px;
}
#access h3 {
	color: #666;
	font-size: 58px;
}
#map {
	height: 472px;
	margin: 32px auto 38px;
	width: 768px;
}
#access > a {
	background: #00991d;
	color: #fff;
	display: block;
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto 28px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	width: 256px;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
}
#access > a:hover {
	background-color: #93bb4b;
}
#access p:not(.head-txt) {
	font-size: 20px;
}
#access .access-txt {
	line-height: 1.5;
	margin-top: 8px;
}

/*--------------------
4:#prof
--------------------*/
#prof { padding-bottom: 100px;}
#prof h3 {
	margin-bottom: 20px;
	text-align: center;
}
#prof .box {
	background: url(/img/event/2017/bg_prof.png) no-repeat left top;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 535px;
	margin: 0 auto 68px;
	padding: 92px 80px 102px;
	width: 1056px;
}
#prof .prof-box {
	position: relative;
	width: 517px;
}
#prof h4 {
	border-bottom: 3px solid #00991d;
	color: #000;
	font-size: 72px;
	line-height: 1;
	padding-bottom: 22px;
	margin-bottom: 16px;
}
#prof h4 span {
	font-size: 45px;
}
#prof .ttl {
	font-size: 30px;
	line-height: 1.2;
}
#prof .txt {
	position: absolute;
	left: 0;
	bottom: -5px;
	font-size: 20px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
}
#prof .yakuhan {
	font-family: YakuHanJP,"Noto Sans Japanese",sans-serif;
}
#prof .sub-block {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 104px;
	padding-top: 50px;
	width: 1008px;
}
#prof .ttl-2 {
	background: url(/img/event/2017/bg_prof_ttl.jpg) no-repeat left bottom;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1.43;
	padding: 18px 0 22px;
}
#prof .name {
	font-size: 29px;
	font-weight: bold;
	line-height: 1;
	padding-top: 20px;
	text-align: center;
}
#prof .name span { font-size: 20px;}
#prof .mc {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	width: 428px;
}
#prof .ttl-4 {
	padding: 0 20px 0 34px;
}
#prof .mc .name {
	padding-top: 0;
	text-align: left;
}

/*--------------------
5:#time-schedule
--------------------*/
#time-schedule { padding-bottom: 154px;}
#time-schedule h3 {
	background: #00991d;
	color: #fff;
	font-size: 40px;
	line-height: 2;
	height: 80px;
	margin-bottom: 40px;
	text-align: center;
}
#time-schedule dl {
	display: -webkit-flex;
	display: flex;
}
#time-schedule dt {
	position: relative;
	color: #00991d;
	font-family: Lato,"Noto Sans Japanese", sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	width: 256px;
}
#time-schedule dt:after {
	position: absolute;
	right: 42px;
	background: #00991d;
	border-radius: 10px;
	content: '';
	display: block;
	height: 20px;
	width: 20px;
}
#time-schedule dt:before {
	position: absolute;
	top: 0;
	right: 51px;
	background: #00991d;
	content: '';
	display: block;
	height: 100%;
	width: 2px;
}
#time-schedule dd {
	border-bottom: 2px solid #00991d;
	font-size: 25px;
	font-weight: bold;
	width: 768px;
}
#time-schedule .time-1 dt,
#time-schedule .time-7 dt {
	padding: 21px 0 13px;
}
#time-schedule .time-1 dd,
#time-schedule .time-7 dd {
	line-height: 1;
	padding-top: 17px;
}
#time-schedule .time-7 dd { border: none;}
#time-schedule .time-1 dt:before,
#time-schedule .time-7 dt:before {
	top: 30px;
	height: 28px;
}
#time-schedule .time-7 dt:before { top: 0;}
#time-schedule .time-1 dt:after,
#time-schedule .time-7 dt:after {
	top: 22px;
}
#time-schedule .time-2 dt {
	padding: 68px 0 53px;
}
#time-schedule .time-2 dt:after,
#time-schedule .time-3 dt:after {
	top: 69px;
}
#time-schedule dd {
	display: -webkit-flex;
	display: flex;
	line-height: 1.2;
}
#time-schedule dd p strong {
	color: #00991d;
	font-size: 20px;
	font-family: YakuHanJP,"Noto Sans Japanese",sans-serif;
}
#time-schedule .time-2 dd p:first-child,
#time-schedule .time-3 dd p:first-child,
#time-schedule .time-4 dd p:first-child,
#time-schedule .time-5 dd p:first-child,
#time-schedule .time-6 dd p:first-child {
	padding-top: 34px;
	width: 294px;
}
#time-schedule .time-2 dd p:last-child {
	padding-top: 64px;
}
#time-schedule .time-3 dt {
	padding: 68px 0 92px;
}
#time-schedule .time-3 dd p:nth-child(2) {
	width: 240px;
}
#time-schedule .time-3 dd p:nth-child(2),
#time-schedule .time-3 dd p:nth-child(3) {
	font-size: 38px;
	padding-top: 48px;
}
#time-schedule dd p span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
#time-schedule dd p b { font-size: 22px;}
#time-schedule .time-4 dt,
#time-schedule .time-5 dt {
	padding: 59px 0 51px;
}
#time-schedule .time-4 dt:after,
#time-schedule .time-5 dt:after {
	top: 61px;
}
#time-schedule .time-4 dd p:first-child,
#time-schedule .time-5 dd p:first-child,
#time-schedule .time-6 dd p:first-child {
	padding-top: 29px;
}
#time-schedule .time-4 dd p:nth-child(2),
#time-schedule .time-5 dd p:nth-child(2) {
	padding-top: 52px;
	width: 164px;
}
#time-schedule .time-4 dd p:last-child,
#time-schedule .time-5 dd p:last-child {
	font-size: 38px;
	padding-top: 48px;
}
#time-schedule .time-6 dt {
	padding: 116px 0 170px;
}
#time-schedule .time-6 dt:after {
	top: 118px;
}
#time-schedule .time-6 dd p:first-child { padding-top: 0;}
#time-schedule .time-6 dd > p:first-child {
	padding-top: 81px;
}
#time-schedule .time-6 dd .row {
	display: -webkit-flex;
	display: flex;
	font-size: 38px;
}
#time-schedule .time-6 dd .row-1 {
	background: url(/img/event/2017/bg_prof_dot.png) repeat-x left bottom;
	padding: 40px 0 11px;
}
#time-schedule .time-6 dd .row-2 {
	background: url(/img/event/2017/bg_prof_dot.png) repeat-x left bottom;
	padding: 20px 0 23px;
}
#time-schedule .time-6 dd .row-1 > p,
#time-schedule .time-6 dd .row-2 > p { width: 237px;}
#time-schedule .time-6 dd .row-3 > p {
	width: auto;
}
#time-schedule .time-6 dd .row-3 > p:first-child {
	padding-top: 32px;
	padding-right: 32px;
}
#time-schedule .time-6 dd .row-3 > p:last-child {
	padding: 18px 0 36px;
}
#time-schedule .time-7 { margin-bottom: 88px;}
#time-schedule .attention {
	font-size: 16px;
	line-height: 1.43;
	margin-bottom: 34px;
	padding-left: 256px;
}
#time-schedule ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 221px;
}
#time-schedule li {
	height: 26px;
	line-height: 26px;
	margin-left: 35px;
	margin-bottom: 16px;
}
#time-schedule li strong {
	background: #00991d;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.2em;
	margin-right: 7px;
	padding-left: 0.2em;
	text-align: center;
	width: 52px;
}

/*--------------------
6:footer
--------------------*/
.form-btn-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 94px;
}
.form-btn {
	background-color: #00991d;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.5);
	display: block;
	height: 110px;
	margin: 0 24px 94px;
	padding-top: 38px;
	text-align: center;
	width: 376px;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
}
.form-btn:hover {
	background-color: #93bb4b;
}
footer {
	padding-bottom: 23px;
}
footer .foot-logo {
	position: relative;
	left: 16px;
	margin: 0 auto 22px;
	width: 458px;
}
footer .policy {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
footer .ttl {
	border: 1px solid #666;
	font-size: 16px;
	height: 40px;
	line-height: 38px;
	margin-right: 16px;
	text-align: center;
	width: 222px;
}
footer .txt {
	font-size: 16px;
	line-height: 20px;
}
footer .contact {
	font-size: 16px;
	line-height: 1;
	padding-top: 10px;
	text-align: center;
}
footer address {
	color: #000;
	font-size: 14px;
	font-style: normal;
	line-height: 1;
	margin-top: 64px;
	text-align: center;
}

/*--------------------
7:#form-btn,#page-top
--------------------*/
#form-btn,
#page-top {
	position: fixed;
	left: -webkit-calc(50% + 443px);
	left: calc(50% + 443px);
	bottom: 40px;
	z-index: 15;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
#page-top {
	cursor: pointer;
	/*display: none;*/
}
#form-btn:hover,
#page-top:hover { opacity: 0.75;}

}/*media*/