@charset "utf-8";

#footer table {
    border-collapse: collapse;
    margin: 0 auto;
}
#footer table th {
    padding-right: 10px;
}
#footer table td {
    text-align: center;
}

.nowrap {
	white-space: nowrap;
}

.v_top {
	vertical-align: top;
}

.v_middle {
	vertical-align: middle;
}

table.tbl00,
table.tbl00a,
table.tbl00b {
	margin: 0;
	border-collapse: collapse;
}
table.tbl00 th {
	margin: 0;
	padding: 0;
}
table.tbl00 td,
table.tbl00a td {
	margin: 0;
	padding: 0;
}
table.tbl00a td {
	vertical-align: top;
}

table.tbl00a td:first-of-type {
	white-space: nowrap;
}

table.tbl00b tr.tbl00b_top {
	border-top: 1px dashed #CCC;
}
table.tbl00b tr {
	border-bottom: 1px dashed #CCC;
}
table.tbl00b th {
	font-weight: normal;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
table.tbl00b td {
	margin: 0;
	padding: 0.2em 0 0.2em 0.5em;
	vertical-align: top;
}

/* 開催概要　a：プログラム*/
table.tbl01,
table.tbl01a {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	border-top: 1px solid #CACAF4;
	border-left: 3px solid #CACAF4;
}
table.tbl01a {
	margin-bottom: 1.5em;
}
table.tbl01 th,
table.tbl01a th {
	padding: 10px;
	font-weight: bold;
	border-right: 1px solid #CACAF4;
	border-bottom: 1px solid #CACAF4;
	background: #EFEFFB;
	text-align: center;
	white-space: nowrap;
}
table.tbl01 th {
	width: 150px;
	padding: 15px;
}
table.tbl01a th {
	width: 150px;
}

table.tbl01 td,
table.tbl01a td {
	padding: 15px;
	vertical-align: top;
	background: #FFF;
	border-right: 1px solid #CACAF4;
	border-bottom: 1px solid #CACAF4;
}

table.tbl01a td.td01 {
	font-weight: bold;
	font-size: 1.8rem;
}
table.tbl01a td.td01 span {
	font-size: 1.6rem;
	font-weight: bold;
}

table.tbl02,
table.tbl02a,
table.tbl02b {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #B8B8F0;
	border-left: 1px solid #B8B8F0;
}
table.tbl02b {
	width: 100%;
}

table.tbl02 th,
table.tbl02a th,
table.tbl02b th {
	padding: 5px 15px;
	font-weight: bold;
	border-right: 1px solid #B8B8F0;
	border-bottom: 1px solid #B8B8F0;
	background: #CACAF4;
	color: #FFF;
	text-align: center;
}
table.tbl02 th,
table.tbl02a th {
	white-space: nowrap;
}
table.tbl02 td,
table.tbl02a td,
table.tbl02b td {
	padding: 5px 15px;
	background: #FFF;
	border-right: 1px solid #B8B8F0;
	border-bottom: 1px solid #B8B8F0;
	text-align: center;
}

table.tbl02a th,
table.tbl02a td {
	padding: 5px;
	font-size: 1.4rem;
}

table.tbl02b th,
table.tbl02b td {
	padding: 5px;
}

table.tbl02 td.td01,
table.tbl02a td.td01,
table.tbl02b td.td01 {
	background: #EFEFFB;
}
table.tbl02b td.td02 {
	background: #F4F4FC;
}

/* 演題募集　*/
table.tbl03,
table.tbl03b,
table.tbl03c {
	margin: 0.5em 0;
	border-collapse: collapse;
	border: 1px solid #A8A0DE;
}

table.tbl03c {
	width: 100%;
}

table.tbl03 th,
table.tbl03b th,
table.tbl03c th,
table.tbl03 td,
table.tbl03b td,
table.tbl03c td {
	border-right: 1px solid #A8A0DE;
	border-bottom: 1px solid #A8A0DE;
	padding: 5px 10px;
}

table.tbl03 th,
table.tbl03b th,
table.tbl03c th {
	white-space: nowrap;
	background: #EFEFFB;
	font-weight: bold;
	color: #372C7F;
}

table.tbl03 th,
table.tbl03c th {
	text-align: center;
	padding: 5px 20px;
}
table.tbl03b th {
	text-align: center;
	padding: 5px;
}
table.tbl03c th {
	width: 20%;
}

table.tbl03b td {
	min-width: 9em;
}

table.tbl03c td a {
	overflow-wrap: break-word;
	word-break: break-word; /* Safari 対応などのため */
}

/* キッズツアー */
table.tbl04 {
	border-collapse: separate;/*collapseから変更*/
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
	width: 100%;
	border: 3px solid #D7B154;
}

table.tbl04 th {
	font-weight: 700;
	border-bottom: 1px solid #D7B154;
	background: #F4ECDF;
	text-align: center;
	white-space: nowrap;
	width: 150px;
	padding: 10px 15px;
	color: #A2770E;
}

table.tbl04 td {
	font-weight: 500;
	padding: 10px;
	vertical-align: top;
	background: #FFF;
	border-left: 1px solid #D7B154;
	border-bottom: 1px solid #D7B154;
}

table.tbl04 tr:last-child th,
table.tbl04 tr:last-child td {
  border-bottom: none;
}

.scroll-hint-text {
  margin-top: 0;
	line-height: 1.8em;
}
.scroll-hint-icon {
  top: 200px;
}


.grid-container {
  display: grid;
  grid-template-rows: auto 1fr;
}

.scroll-hint-wrapper {
  position: relative;
}

.scroll-hint-top,
.scroll-hint-bottom {
  overflow-x: auto;
}

.scroll-hint-top .fake-scroll {
  height: 15px; /* スクロールバーの高さを調整 */
  width: 1000px; /* テーブルの最小幅と合わせる */
}

.scroll-hint-bottom table {
  min-width: 1000px; /* テーブルの最小幅を必要に応じて調整 */
}


.th_b01 {
	background: #372C7F!important;
	color: #FFF!important;
}
.th_b02 {
	background: #BEB8E6!important;
}

.w-10 {
	width: 10%;
}
.w-20 {
	width: 20%;
}
.w-30 {
	width: 30%;
}

/* 表示領域が991.98px以下の場合に適用するスタイル
---------------------------------------------------------------------------*/
@media screen and (max-width:991.98px){
	table.tbl03 th {
		/*white-space: normal;*/
		min-width: 4.5em;
		padding: 5px;
	}
	table.tbl03 td {
		font-size: calc(1.275rem + .3vw) !important;
	}
}

/* 表示領域が767.98px以下の場合に適用するスタイル */
@media screen and (max-width: 767.98px) {
table.tbl01 th {
	width: auto;
	padding: 10px 25px;
	}
table.tbl01 td {
	width: auto;
	padding: 10px;
	}
}