@charset "UTF-8";

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

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　Events ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.events_main{
	background: #F4EDE6;
	padding-bottom: 0.01px;
}

.es01{
	display: grid;
	gap: calc(230px * var(--Set));
	padding: calc(85px * var(--Set)) 0 calc(95px * var(--Set));
	overflow: clip;
}

.es_date{
	margin-bottom: calc(10px * var(--Set));
	font-size: calc(36px * var(--Set));
	font-weight: 700;
}

.es_title01{
	position: relative;
	padding: calc(5px * var(--Set)) 0 calc(10px * var(--Set));
	margin-bottom: calc(30px * var(--Set));
	background: #C86E8C;
	color: #fff;
	font-size: calc(60px * var(--Set));
	font-weight: 700;
	line-height: 1.5;
}

.es_title01:before,
.es_title01:after{
	position: absolute;
	top: 0;
	content: "";
	height: 100%;
	width: 50vw;
	background: #C86E8C;
}

.es_title01:before{
	right: 100%;
}

.es_title01:after{
	left: 100%;
}

.es_text01{
	font-size: calc(28px * var(--Set));
	font-weight: 500;
	line-height: 1.57;
}

.es_text01:not(:last-child){
	margin-bottom: calc(25px * var(--Set));
}

.es_text01_comment{
	position: relative;
	padding-left: 1.1em;
}

.es_text01_comment:before{
	position: absolute;
	left: 0;
	content: "※";
}

.es_img01:not(:last-child),
.es_img02:not(:last-child){
	margin-bottom: calc(45px * var(--Set));
}

.es_img02{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: calc(20px * var(--Set));
}

.es_img01 img,
.es_img02 img{
	width: 100%;
}

.es_img_cap{
	margin-top: calc(10px * var(--Set));
	font-size: calc(24px * var(--Set));
	font-weight: 300;
	text-align: center;
}

.es_cacth01{
	margin-bottom: calc(70px * var(--Set));
	font-size: calc(36px * var(--Set));
	font-weight: 700;
	line-height: 1.5;
}

.es_prof01{
	display: grid;
	grid-template-columns: calc(615px * var(--Set)) calc(420px * var(--Set));
	gap: calc(65px * var(--Set));
	padding-bottom: calc(50px * var(--Set));
	border-bottom: 1px #000 solid;
	margin-bottom: calc(95px * var(--Set));
}

.es_prof01_01{
	font-size: calc(28px * var(--Set));
	font-weight: 500;
	margin-bottom: 0.3em;
}

.es_prof01_02{
	font-size: calc(36px * var(--Set));
	font-weight: 700;
	margin-bottom: 0.4em;
}

.es_prof01_03{
	font-size: calc(21px * var(--Set));
	font-weight: 500;
	line-height: 1.5;
}

.es_prof01_r img{
	width: 100%;
}

.es_olist01{
	display: grid;
	gap: calc(50px * var(--Set));
	list-style-type: none;
}

.es_olist01_title01{
	margin-bottom: 0.3em;
	color: #C86E8C;
	font-size: calc(36px * var(--Set));
	font-weight: 700;
}

.es_olist01_text01{
	font-size: calc(28px * var(--Set));
	font-weight: 500;
}

.es_olist01_img01,
.es_olist01_img02,
.es_olist01_img03{
	margin-top: calc(45px * var(--Set));
}

.es_olist01_img02{
	display: grid;
	gap: calc(30px * var(--Set));
	list-style-type: none;
}

.es_olist01_img03{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: calc(20px * var(--Set));
	list-style-type: none;
}

.es_olist01_img01 img,
.es_olist01_img02 img,
.es_olist01_img03 img{
	width: 100%;
	max-width: 100%;
}

.img_wSet01 img{
	display: block;
	width: 50%;
	margin: 0 auto;
}

.es_olist01_img02_title{
	margin-bottom: 0.3em;
	font-size: calc(28px * var(--Set));
	font-weight: 700;
}

.es_olist01_img_cap{
	margin-top: calc(10px * var(--Set));
	font-size: calc(24px * var(--Set));
	font-weight: 300;
	text-align: center;
}




}