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

/*更新日時*/
.update_contents {
	font-size: 10px;
	text-align: right;
	color: red;
}

/*内容flexbox_ポスター付等*/
.cafe_flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 0 20px;
}

/*カフェ企画*/
.cafe_concept {
	width: 100%;
	margin-bottom: 40px;
	padding-left: 16px;
	border-left: 5px solid #DFDFDF;
	flex: 1;
}

/*カフェイメージ*/
.cafe_image {
	width: 150px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.cafe_image img {
	vertical-align: top;
	width: 100%;
	border: 1px solid #363636;
}
@media screen and (max-width: 500px) {
	.cafe_flex {
		flex-direction: column;
	}

}
/*アコーディオン*/
.on_site_plan {
	margin: 0 0 60px;
}
.on_site_plan > h4 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: #000e4a solid 1.5px;
	padding-bottom: 10px;
}
.on_site_plan > h4 .title {
	font-size: 18px;
	font-weight: 600;
	color: #f39800;/*#00840E*/
}

.txt-hide{
display: none;
}

button.more {
width: 100px;
display: block;
background-color: #A56512;
color: #fff;
padding:10px 15px;
border: none;
outline: 0;
transition: .5s;
-erbkit-transition: .5s;
}
 
button.more::after {
content: "もっと見る";
transition: .2s;
-erbkit-transition: .2s;
}

button.more.on-click::after{
content: "閉じる";
}

/*アコーディオン内*/
.cafe_sub_title {
	font-size: 17px;
	font-weight: 600;
	color: #363636;
	padding: 4px 0 0 16px;
	background-color: #F7F2F7;
	border-left: 4px solid #FF8800;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
.cafe_category {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px dashed #360000;
}
.speaker {
	display: flex;
	flex-wrap: wrap;
	padding-left: 1em;
}
.speaker dt {
	font-weight: 600;
}
.speaker dt span {
	font-weight: 500;
	font-size: 13px;
}
.speaker dd {
	font-size: 14px;
}

/*web参加*/
.web_participate {
	margin-bottom: 40px;
	width: 100%;
	background-color: #F7F8FB;
	border: 2px solid #000AD5;
	padding: 10px;
}
.web_participate_btn {
	max-width: 300px;
	width: 100%;
	height: 46px;
	background-color: #000AD5;
	border-radius: 10px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.5);
}
.web_participate_btn a {
	display: block;
	color: white;
	line-height: 46px;
	text-align: center;
}
.meeting_items {
	margin: 0 auto;
	width: 280px;
}
.meeting_items p{
	font-size: 14px;
}
.meeting_items span{
	font-weight: 600;
	font-size: 18px;
}