@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: 0.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: 0.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 0.2rem 0.2rem 1rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	position: relative;
}
.prg--date::before {
	content: "●";
	color: #fff;
	font-size: 1.2;
	position: absolute;
	left: 0.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: 1.75rem;
	overflow: hidden;
}

.prg--detail dd ul li > div {
	float: left;
	width: 105px;
	min-width: 105px;
	height: 140px;
	margin-right: 1.5rem;
}

.btn-area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 3rem;
	row-gap: 2rem;
	margin-bottom: 4rem;
}

.btn-area a {
	min-width: 23rem;
}

/*---For Participants---*/
.site-tour hgroup p {
	font-size: 1.4rem;
	color: #cf485c;
}
.site-tour hgroup p .btn {
	font-size: 1rem;
	padding: 0.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);
}

/*---Photo Gallery---*/
.gallery a:has(figure) {
	margin-bottom: 2.5rem;
}
.gallery figure {
	padding: 1rem;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px var(--sakura);
}
.gallery figure img {
	margin-bottom: .5rem;
}
.gallery figcaption {
	text-align: center;
}