@charset "utf-8";




/* --------------------------------------------

event

---------------------------------------------- */
.event-detail {
  position: relative;
  padding: 3em 0;
	background: rgba(255,248,188,0.3);
}
.event-detail::before {
	display: block;
	content: "";
	position: absolute; top: 10%; left: 5%; z-index: 2;
	width: 61px;
	height: 63px;
	background: url("../img/about_illust02.png") top center no-repeat;
	background-size: contain;
}
.event-detail::after {
	display: block;
	content: "";
	position: absolute; top: 0; bottom: 0; right: 2%; z-index: 2;
	width: 110px;
	height: 158px;
  margin: auto;
	background: url("../img/about_illust_ani02.png") top center no-repeat;
	background-size: contain;
}
@media screen and (max-width:768px){
.event-detail::after {
	width: 80px;
	height: 128px;
}
}

.event-detail__title {
  width: 90%;
  margin: 0 auto 0.5em;
  font-size: 32px; font-size: 3.2rem;
  text-align: center;
  color: #ed6d46;
}
@media screen and (max-width:768px){
.event-detail__title {
  font-size: 26px; font-size: 2.6rem;
}
}
.event-detail__title > span {
  display: block;
  width: 90%; max-width: 12em;
  margin: 0 auto 0.5em;
  font-size: 20px; font-size: 2rem;
  text-align: center;
  color: #fff;
  background-color: #ed6d46;
}


.event-detail__day {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 90%; max-width: 980px;
  margin: 0 auto 3em;
  padding: 0.5em 0;
  font-size: 24px; font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width:768px){
.event-detail__day {
  font-size: 20px; font-size: 2rem;
}
}

.event-detail__day::before {
  display: block;
  content: "";
  position: absolute; top: 0; left: 0; z-index: 1;
  width: 100%;
  height: 4px;
  background: url("../img/titleLine.png") center no-repeat;
  background-size: auto 100%;
}
.event-detail__day::after {
  display: block;
  content: "";
  position: absolute; bottom: 0; left: 0; z-index: 1;
  width: 100%;
  height: 4px;
  background: url("../img/titleLine.png") center no-repeat;
  background-size: auto 100%;
}
.event-detail__day span {
  display: block;
  font-size: 20px; font-size: 2rem;
  text-align: center; 
}


.event-detail__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 90%; max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width:980px){
.event-detail__inner {
  display: block;
  padding-bottom: 16em;
}
}

.event-detail__inner::after {
  display: block;
  content: "";
  position: absolute; bottom: 0; left: 0; z-index: 1;
  width: 262px;
  height: 279px;
  background: url("../img/about_illust04.png") center no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width:768px){
.event-detail__inner::after {
  width: 160px;
  height: 170px;
  background-size: contain;
}
}

.event-detail__box:nth-of-type(1) {
  width: 45%;
}
.event-detail__box:nth-of-type(2) {
  width: 50%;
}
@media screen and (max-width:980px){
.event-detail__box:nth-of-type(1),
.event-detail__box:nth-of-type(2) {
  width: 100%;
}
}

.event-detail__photo {
  box-sizing: border-box;
  margin-bottom: 3em;
  border:#fff5dc solid 8px;
}
.event-detail__photo img {
  display: block;
  width: 100%;
}
@media screen and (max-width:980px){
.event-detail__photo {
  max-width: 600px;
  margin: 0 auto 3em;
  border:#fff5dc solid 8px;
}
}

.event-detail__button {
  display: block;
	width: 100%; max-width: 320px;
  margin: 0 auto 1em;
	padding: 0.6em 0.5em ;
	color:#fff;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	text-decoration:none;
	line-height:1;
	letter-spacing: 5px;
	border-radius:21px;
	background: #ed6d46;
	text-align: center;
}
.event-detail__button02 {
  background-color: #47beb7;
}
@media screen and (max-width:980px){
.event-detail__linkBox {
  margin-bottom: 5em;
}
}

.event-detail__table {
  margin-bottom: 3em;
}
.event-detail__table > div {
  margin-bottom: 2em;
}
.event-detail__table dt {
  box-sizing: border-box;
  margin-bottom: 0.5em;
  padding: 0 1em;
  font-size: 17px; font-size: 1.7rem;
  color: #ed6d46;
  border-bottom: 1px solid #ccc;
}
.event-detail__table dd {
  box-sizing: border-box;
  padding: 0 1em;
  font-size: 16px; font-size: 1.6rem;
}
.event-detail__table dd a {
  color: #47beb7;
  text-decoration: underline;
}

