@charset "utf-8";

.information-detail__contents {
	padding-top: 20px;
}

.event-page__header-txt h2 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.3rem;
}

.introduce-wrap + .information-detail h2 {
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.information-detail__ttl {
	font-size: 1.6rem;
}

.box-detail__2box .box {
	margin-bottom: 15px;
}

.box-detail__2box .box .box-detail__list-txt {
	text-align: center;
}

.supply {
	background-color: rgba(188,180,155,0.1);
	background-image: none;
}

/* gallery */
.gallery .box-detail__list {
	margin: 0 auto;
}

.box-detail__1box .box {
	margin-bottom: 15px;
}

.box-detail__list-img {
	margin-bottom: 5px !important;
}

.box-detail__list-txt {
	text-align: center;
}

/* video */
.video {
	width: 100%;
}

.video .box-detail__list-img {
	border-radius: 3px;
	overflow: hidden;
}

/* ----- */

.information-detail__sub-ttl {
	font-size: 1.5rem;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}

/* contest */
.contest .information-detail__ttl {
	margin-bottom: 1em;
}

/* ----- */

.page__inner-txt.text--center {
	margin-bottom: 20px;
}

/* ----- */

.download__thumb {
	margin: 0 auto 1em;
	width: 85%;
}

/* ----- */

.marker {
	color: #fff;
	text-align: center;
	background-color: #f25c47;
	padding: .2em;
	border-radius: 2px;
	line-height: 1;
	font-weight: 500;
	font-size: .85em;
	display: inline-block;
	margin-left: .5em;
}

/* ----- */

.important {
	display: inline-block;
	padding: 1em;
	background-color: rgba(242,92,71,.1);
	border-radius: 2.5;
	margin-top: .2em;
}

/* ----- */

.map__pdf {
	margin: 1em auto 0;
}

.map__pdf figure {
	margin-bottom: 1em;
}

/* ----- */

.place {
	margin-bottom: 40px;
}

.supplement-wrap {
	margin-bottom: 10px;
}

.yuakari-place p {
	font-weight: 700;
	width: 100%;
	color: rgba(0,0,0,0.7);
}

/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */
/* iPhone 6 over */

@media screen and (min-width: 374px) {

	.information-detail__ttl {
		font-size: 1.8rem;
	}

	.box-detail__2box {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
		flex-wrap: wrap;
	}

	.box-detail__2box .box {
		width: calc(50% - (15px / 2));
	}


}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {

}

/* ---------------------------------------------------------------------------------------------- */
/* iPad (768px) */

@media screen and (min-width: 768px) {

	.introduce-wrap + .information-detail h2 {
		font-size: 1.4rem;
	}

	.information-detail__ttl {
		font-size: 2.0rem;
	}

	.box-detail__2box .box {
		margin-bottom: 25px;
	}

	.information-detail {
		background-position: bottom -40px right -30px;
	}

	.information-detail__sub-ttl {
		font-size: 1.6rem;
		padding: 15px 0;
		margin-bottom: 20px;
	}

	/* map */
	.map__pdf {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.map__pdf figure {
		max-width: 350px;
		margin-right: 2em;
	}

	.map__pdf .download__meta-wrap {
		width: 100%;
		max-width: calc(100% - 350px - 2em);
	}

	/* gallery */
	.box-detail__1box .box {
		margin-bottom: 25px;
	}

	/* video */
	.video {
		margin-bottom: 0 !important;
	}

	/* contest */
	.contest .box-detail__2box {
		flex-direction: row-reverse;
	}

	.contest .information-detail__ttl {
		text-align: left;
	}

	.contest .box-detail__list-img {
		margin-bottom: 0 !important;
	}

}

/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (min-width: 1025px) {

	.event-page__header-txt h2 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	.introduce-wrap + .information-detail h2 {
		font-size: 1.6rem;
	}

	.box-detail__2box .box {
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}

	.information-detail__sub-ttl {
		font-size: 2rem;
		padding: 13px 0;
		margin-bottom: 35px;
	}

	/* contest */
	.page__inner-txt.text--center {
		margin: 0 auto 30px;
	}

	/* gallery */
	.box-detail__1box .box {
		margin-bottom: 30px;
	}

}

@media screen and (min-width: 1280px) {

	.information-detail__ttl {
		font-size: 2.5rem;
	}

}










