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



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
	padding-top: 120px;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	padding: 0 0 0 0;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
}
#main figure {
	position: relative;
}
#main figure img {
	width: 100%;
}
#main figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.733rem;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}



/****************************************************************************************************
cont
****************************************************************************************************/
#cont {
	padding: 60px 0 100px 0;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
}
#info-text {
}
#info-text div {
	color: #555;
	font-size: 1.466rem;
	line-height: 1.4;
}
#info-text h2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.2em;
	margin-top: 0.4em;
	color: #555;
	font-size: 2.533rem;
	font-weight: normal;
	line-height: 1.4;
}
#info-text h2 .small {
	font-size: 1.2rem;
}
#info-text h3 {
	margin-top: 0.55em;
	padding: 0.3em 0.8em;
	display: inline-block;
	border-top: 2px solid #E5007F;
	border-bottom: 2px solid #E5007F;
	color: #E5007F;
	font-size: 3.733rem;
	line-height: 1.5;
}

#information .request-box {
	margin-top: 40px;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.inner {
	width: 1200px;
	padding: 120px 0;
	margin: auto;
}
.ttl-box .english {
	color: #D35757;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.ttl-box h2 {
	color: #666666;
	font-size: 2.133rem;
	line-height: 1.5;
}
#contents .ttl-box p {
	color: #666666;
	font-size: 1.2rem;
	line-height: 1.8;
}
.ttl-box .english + h2 {
	margin-top: 0.3em;
}
.ttl-box h2 + p {
	margin-top: 1.2em;
}

.ttl-box + .col-box,
.col-box + .col-box {
	margin-top: 1rem;
}
.col-box + .col-box.mt0rem {
	margin-top: 0rem;
}
.ttl-box + .col-box.mt05rem,
.col-box + .col-box.mt05rem {
	margin-top: 0.5rem;
}
.ttl-box + .col-box.mt1rem,
.col-box + .col-box.mt1rem {
	margin-top: 1rem;
}
.ttl-box + .col-box.mt15rem,
.col-box + .col-box.mt15rem {
	margin-top: 1.5rem;
}
.ttl-box + .col-box.mt2rem,
.col-box + .col-box.mt2rem {
	margin-top: 2rem;
}
.ttl-box + .col-box.mt25rem,
.col-box + .col-box.mt25rem {
	margin-top: 2.5rem;
}
.ttl-box + .col-box.mt3rem,
.col-box + .col-box.mt3rem {
	margin-top: 3rem;
}
.ttl-box + .col-box.mt35rem,
.col-box + .col-box.mt35rem {
	margin-top: 3.5rem;
}
.ttl-box + .col-box.mt4rem,
.col-box + .ttl-box.mt4rem,
.col-box + .col-box.mt4rem {
	margin-top: 4rem;
}
.ttl-box + .col-box.mt5rem,
.col-box + .col-box.mt5rem {
	margin-top: 5rem;
}
.ttl-box + .col-box.mt6rem,
.col-box + .col-box.mt6rem {
	margin-top: 6rem;
}

figure.img-box {
	position: relative;
	display: inline-block;
	color: #333;
}
figure.img-box figcaption {
	margin-top: 0.8em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: right;
}
figure.img-box figcaption.left {
	text-align: left;
}
figure.img-box figcaption.in {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	z-index: 2;
}
figure.img-box figcaption.in.left {
	right: auto;
	left: 0.8em;
}
figure.img-box figcaption.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
figure.img-box figcaption.white.noshadow {
	text-shadow: none;
}



/****************************************************************************************************
location
****************************************************************************************************/
#location {
	background: #E5007F;
}
#location-ttl {
	padding: 36px;
}
#location-ttl h3 {
	color: #FFF100;
	font-size: 3.066rem;
	line-height: 1.4;
}
#location-img {
}
#location-img figure {
	position: relative;
	width: 100%;
	height: 100%;
}
#location-img img {
	object-fit: cover;
	width: 100%;
	min-height: 856px;
}
#location-inner {
	width: 1200px;
	margin: auto;
	padding: 80px 0 100px 0;
}
.location-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}
.location-box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	width: 380px;
}
.location-date {
	position: absolute;
	left: 0;
	right: 0;
	top: -14px;
	z-index: 2;
}
.location-box-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	flex: 1;
	background: #F7F5E6;
	padding: 25px;
}
.location-box-text-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	flex: 1;
}
.location-box-text h4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex: 1;
	color: #E5007F;
	font-size: 1.333rem;
	line-height: 1.6;
}
.location-box-text p {
	margin-top: 15px;
	color: #535353;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: left;
}
.location-facility {
	flex: 1;
	margin-top: 15px;
	padding: 10px 15px;
	background: #FFF;
	color: #535353;
	font-size: 0.866rem;
	line-height: 1.6;
}
.location-facility ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.location-facility ul li::after {
	content: "、";
}
.location-facility ul li:nth-last-of-type(1)::after {
	content: "";
}
.location-box:nth-last-of-type(1) .location-facility {
	background: none;
}




@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
		padding-top: 7.8vw;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
		padding: 0 0 0 0;
	}
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main figure figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	cont
	****************************************************************************************************/
	#cont {
		padding: 6vw 4vw 4vw 4vw;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
	}
	#info-text {
	}
	#info-text div {
		font-size: 1.0rem;
	}
	#info-text h2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 1.6rem;
	}
	#info-text h2 .small {
		font-size: 0.866rem;
	}
	#info-text h3 {
		display: block;
		padding-left: 0;
		padding-right: 0;
		font-size: 2.133rem;
	}
	#information .request-box {
		margin-top: 6vw;
	}
	#information .request-notice {
		margin-top: 3vw;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.inner {
		width: 92vw;
		padding: 10vw 0;
	}
	.ttl-box .english {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.ttl-box h2 {
		font-size: 1.4rem;
	}
	#contents .ttl-box p {
		font-size: 1rem;
	}

	.ttl-box + .col-box,
	.col-box + .col-box {
		margin-top: calc(1rem * 0.6);
	}
	.col-box + .col-box.mt0rem {
		margin-top: calc(0rem * 0.6);
	}
	.ttl-box + .col-box.mt05rem,
	.col-box + .col-box.mt05rem {
		margin-top: calc(0.5rem * 0.6);
	}
	.ttl-box + .col-box.mt1rem,
	.col-box + .col-box.mt1rem {
		margin-top: calc(1rem * 0.6);
	}
	.ttl-box + .col-box.mt15rem,
	.col-box + .col-box.mt15rem {
		margin-top: calc(1.5rem * 0.6);
	}
	.ttl-box + .col-box.mt2rem,
	.col-box + .col-box.mt2rem {
		margin-top: calc(2rem * 0.6);
	}
	.ttl-box + .col-box.mt25rem,
	.col-box + .col-box.mt25rem {
		margin-top: calc(2.5rem * 0.6);
	}
	.ttl-box + .col-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: calc(3rem * 0.4);
	}
	.ttl-box + .col-box.mt35rem,
	.col-box + .col-box.mt35rem {
		margin-top: calc(3.5rem * 0.4);
	}
	.ttl-box + .col-box.mt4rem,
	.col-box + .col-box.mt4rem {
		margin-top: calc(4rem * 0.4);
	}
	.ttl-box + .col-box.mt5rem,
	.col-box + .col-box.mt5rem {
		margin-top: calc(5rem * 0.4);
	}
	.ttl-box + .col-box.mt6rem,
	.col-box + .col-box.mt6rem {
		margin-top: calc(6rem * 0.4);
	}
	
	figure.img-box figcaption {
		font-size: 0.533rem;
	}
	.spLeft {
		text-align: left;
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	#location-ttl {
		padding: 5vw 0;
	}
	#location-ttl h3 {
		font-size: 1.733rem;
	}
	#location-img {
	}
	#location-img img {
		min-height: 64vw;
	}
	#location-inner {
		width: 92vw;
		margin: auto;
		padding: 6vw 0 10vw 0;
	}
	.location-block {
		gap: 4vw;
	}
	.location-box {
		width: 100%;
	}
	.location-date {
		width: 18vw;
		margin: auto;
		top: -2.6vw;
	}
	.location-box-text {
		padding: 4vw;
	}
	.location-box-text h4 {
		font-size: 1.066rem;
	}
	.location-box-text p {
		margin-top: 3vw;
		font-size: 1.0rem;
	}
	.location-facility {
		margin-top: 3vw;
		padding: 3vw;
		font-size: 0.666rem;
	}
	.location-box:nth-last-of-type(1) .location-facility {
		display: none;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}