@charset "UTF-8";
/*--------------------------------------------------
カラー設定

メインカラー	グリーン　#0EB998 
薄いグリーン　			 #EAF5F3 
濃いグリーン　　　　　　#013700
濃いブルー　　　　　　　#009AA2
オレンジ　　　　　　　　#FFA200

グラデーション
background: linear-gradient(to right, rgba(255,254,246,0.30), rgba(238,255,232,0.30));
--------------------------------------------------*/

/*------------------------------
共催セミナーのご案内
--------------------------------*/

/*メニュータイトル*/
.menu_title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	padding-left: 2em; 
	border-bottom: 1px solid #D3D3D3;
}
.menu_title::after {
	position: absolute;
	content: "";
	left: 8px;
	top: 0;
	width: 18px;
	height: 18px;
	background-color: #0EB998;
	clip-path: polygon(14px 0, 18px 0, 4px 18px, 0 18px);
}
.menu_title::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 3px;
	width: 15px;
	height: 15px;
	background-color: #FFA200;
	clip-path: polygon(11px 0, 15px 0, 4px 15px, 0 15px);
}

/*時間*/
.menu_time_block {
	margin-left: 1em;
	margin-bottom: 10px;
	width: 100%;
	padding: 10px;
}
.menu_time_block p {
	margin: 0;
	font-weight: 600;
}

/*メニューイメージ*/
.menu_image_block {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	column-gap: 60px;
	row-gap: 20px;
	justify-content: flex-start;
}
.image_item {
	width: 300px;
}
.image_item .date {
	width: 100%;
	padding: 2px;
	text-align: center;
	font-weight: 600;
	background-color: white;
}
.image_item img {
	width: 100%;
	vertical-align: top;
}

/*事前予約期間*/
.pre_booking dt {
	margin-bottom: 10px;
}
.pre_booking dd {
	margin-left: 2em;
	font-weight: 600;
}

.big {
	font-size: 22px;
}