@charset "utf-8";

/*======================================

	Custom CSS
	Copyright (c) 2025-, PROACTIVE Inc. All rights reserved.

=======================================*/
/*---Invitation---*/
.invitation > div:first-child {
	width: 280px;
}
.invitation > div:first-child dl {
	margin-top: 1.5rem;
}
.invitation > div:first-child dt {
	font-size: 1.25rem;
}
.invitation > div:last-child {
	width: calc(100% - 280px - 4rem);
}


/*---Overview---*/
.tbl--list.overview th,
.tbl--list.overview td {
	padding: 1rem;
}


/*---Organization---*/
.organization {
	display: flex;
	flex-wrap: wrap;
}
.organization dt {
	background-color: var(--sakura);
	width: 15rem;
	padding: 1rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
}
.organization dd {
	width: calc(100% - 16rem);
	padding: 1rem;
	margin-bottom: 1rem;
}
.organization dd th {
	width: 14rem;
}


/*---Scientific Program---*/
.schedule,
.schedule th,
.schedule td {
	border: 1px solid #ccc;
	text-align: center;
}
.schedule td {
	text-align: center;
	line-height: 1.4;
}
.schedule td:nth-child(1) {
	text-align: right;
	height: 1rem;
}
.schedule tr td:nth-child(1) {
	border: none;
}
.schedule tr td:not(:nth-child(1)):empty {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.schedule tr:nth-child(2) td:nth-child(1) {
	width: 10%;
}
.schedule tr:nth-child(2) td:not(:nth-child(1)) {
	width: calc(90% / 4);
}
.schedule tr td div {
	font-size: .9rem;
}
.same-height {
  height: 4rem;
}
.same-height2 {
	height: 1.75rem;
}
.sche_symp {
	background-color: #E3EFF5;
}
.sche_lec {
	background-color: #F5FCED;
}
.sche_ws {
	background-color: #F7D6CF;
}
.sche_mtng {
	background-color: #FBEAFC;
}
.sche_tour {
	background-color: #FFD7F2;
}

.prg--date {
	background-color: var(--sakura);
	width: fit-content;
	padding: 0 1rem 0 1.5rem;
	border-radius: 1rem .2rem .2rem 1rem;
	margin-top: 1rem;
	margin-bottom: .5rem;
	position: relative;
}
.prg--date::before {
	content: "●";
	color: #fff;
	font-size: 1.2;
	position: absolute;
	left: .4rem;
	top: 50%;
	transform: translateY(-50%);
}
.prg-theme {
	font-weight: bold;
	color: #cf485c;
	margin: 1rem 0 1.5rem;
	font-size: 1.1rem;
}
.prg--detail {
	display: flex;
	flex-wrap: wrap;
	gap:1.5rem 1rem ;
}
.prg--detail dt {
	border-right: 1px solid var(--pink);
	border-bottom: 1px solid var(--pink);
	width: 7rem;
}
.prg--detail dd {
	width: calc(100% - 10rem);
	margin-bottom: 0;
}
.prg--detail dd ul li {
	margin-bottom: .75rem;
}

/*---For Participants---*/
.site-tour hgroup p {
	font-size: 1.4rem;
	color: #cf485c;
}
.site-tour hgroup p .btn {
	font-size: 1rem;
	padding: .5rem 1rem;
	min-width: 0;
	
}
.tour-detail {
	background-color: #F4F4F4;
	border: 1px solid var(--sakura);
	padding: 2rem;
}
.tour-detail > div {
	width: calc(100% - 500px - 3rem);
}
.tour-detail figure {
	width: 500px;
}
.tour-detail figure img {
	width: 500px;
	height: auto;
	aspedt-ratio: 500/333;
}

/*---Venue---*/
.venue_access {
	clear: both;
}
.venue_access > p img {
	width: 28rem;
	float: right;
	z-index: 10;
	position: relative;
	border: 2px solid var(--sakura);
}