﻿/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ ページの構造 ■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/* ------------ ボディ -----------*/
body {
}
#container {
	width: auto;
	background: url(img/image_sp.png) #e3dcd6 50% 0 no-repeat;
}
/*　■■■■■■■■■ ヘッダ ■■■■■■■■■　*/
header {
	position:relative;
	width: auto;
	height: auto;
}
/* ------------ タイトル -----------*/
#title {
	width: auto;
	padding: 0;
	grid-template-columns: auto auto;
}
#title > *:nth-child(1) {
	position: static;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#title > *:nth-child(2) {
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#title > *:nth-child(3) {
	display: none;
}
#title > *:nth-child(4) {
	grid-column: span 2;
}
.container_tpl #title > *:nth-child(4) {
	display: none;
}
#title .logo {
	position: static;
	margin-right: 5px;
}
#title .logo img {
	width: 50px;
	height: auto;
}
#title .enttl {
	display: none;
}
#title h1 {
	font-size: 120%;
	text-align: left;
}
#title .kaicho {
	margin: 20px auto 0;
	padding: 0;
	text-align: left;
	width: 280px;
}
#title .kaicho img {
	width: 232px;
	height: auto;
}
/*　■■■■■■■■■ コンテンツ ■■■■■■■■■　*/
#sec_con {
	display: block;
	padding:0px 0 50px;
	width:100%;
	overflow: hidden;
}
#sec_con .cl {
	order: 2;
	width:100%;
	min-height: 300px;
	padding: 0;
}
#sec_con .cr {
	order: 1;
	width:100%;
}
/* ------------ index.htmlの開催概要 -----------*/
#sec_con .main {
	height: 650px;
}
#tokitokoro {
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
}
#tokitokoro > * {
	width: 280px;
	margin: auto;
}
#tokitokoro img {
	max-width: 100%;
	height: auto;
}
#sponsor_x {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
}
#sponsor_x > * {
	width: 280px;
	margin: auto;
}
#sponsor_x img {
	max-width: 100%;
	height: auto;
}
#theme {
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}
#theme .image_list {
	width: 100px;
	margin-left: 220px;
	flex: none;
}
#theme img {
	max-width: 100%;
	height: auto;
}
#poster {
	left: 0;
	right: 0;
	align-items: center;
	margin-right: 160px;
}
#poster img {
	max-width: 100px;
	height: auto;
}
#poster dt {
	font-size: 100%;
}
#video {
	margin-top: 10px;
	position: static;
}
#video .embed {
	width: 256px;
	margin: 0 auto;
}
#web {
	margin-top: 10px;
	position: static;

	width: auto;
	margin: 0 5px;
}
/* #web .web_box {
	width: auto;
	margin: 0 5px;
} */
#web .app_list {
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
#web .app_list2 {
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
/* ------------ サイド -----------*/
.atcl_side {
	margin-left: 5px;
	margin-right: 5px;
	background: #fff;
	padding: 1px 10px 20px 10px;
	width: auto;
}
.side_poster {
	margin-top: 20px;
}
.side_content {
	background: #fff;
	margin: 20px 5px;
	padding: 20px 10px;
}
/* ------------ ナビ -----------*/
nav.nv_pc {
	display: none;
}
nav.nv_mbile {
}
nav {
	margin: 0;
}
nav li {
	width: auto;
}
/* ------------ バー -----------*/
.bar {
	/* width:100%; */
	margin-left: 5px;
	margin-right: 5px;
}
.bar:after {
	content: "";
	clear: both;
	display: block;
}
.br_temp {
	margin-left: 5px;
	margin-right: 5px;
	margin: 0 5px;
}
.bar span.renew {
	margin:0 5em 0 0;
}
.minibar {
	/* width:100%; */
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
}
/* コンテンツ */
.content {
	margin: 0 5px;
	padding: 0 1em 50px;
}
/* 更新情報 */
.news {
	width: auto;
	/* height:200px; */
	max-height:200px;
}
.news dl {
}
.news dt {
	float:none;
}
.news dd {
	margin:0 0 0 1em;
}
/* コンテンツ2 */
.content2 {
	margin: 20px 5px 0;
	padding: 0;
	background: transparent;
	grid-template-columns: none;
}
/* 市民公開講座 */
.shimin_poster {
	background: #fff;
	margin: 0;
	padding: 20px 10px;
	text-align: left;
}
/* バナー */
.banner {
	padding: 20px 1em;
	gap: 20px;
}
.banner > * + * {
	padding-top: 20px;
	border-top: solid 1px #ddd;
}
.banner ul {
	flex-direction: column;
}
.banner ul li {
	flex: 0 1 auto;
}
/* 準備中 */
.const {
	margin: 50px 0;
	font-size:180%;
	color:#999;
	line-height:240%;
}
/*　■■■■■■■■■ フッタ ■■■■■■■■■　*/
footer {
	position:fixed;
	bottom:0px;
	right:0px;
	width:100%;
	height:50px;
	background:#DDDDDD;
}
footer .copy {
	display:none;
}
.copy_m {
	display: block;
	/* margin: 0 0 10px 2.3em; */
	margin-top: 20px;
	text-indent: -1.3em;
	font-size: 85%;
	line-height: 110%;

	background:#9c005d;
	color: #fff;
	padding: 10px 0 10px 2.3em;
}
.copy_m a {
	color: inherit;
}
/*■■■■スマホメニュー（ハンバーガーメニューとナビゲーションドロワー）■■■■*/
#nv_drwr {
	display: block;
}
/*非表示*/
.nv_none {
  display:none;
}
/*アイコンメニュー*/
footer .mb_menu {
	display:flex;
	text-align: center;
}
footer .mb_menu li {
	padding: 5px 0 0;
	width: 30%;
}
footer .mb_menu li p {
	margin: -10px 0 0;
	font-size: 85%;
}
/*メニューのカバー*/
#nv_tojiru {
	display: none;/*隠す*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広げる*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
/*メニューのコンテンツ*/
#nv_con {
	overflow: auto;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 9999;
	width: 90%;/**/
	max-width: 200px;/**/
	height: 70%;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠す*/
	}
/*チェックが入れば表示*/
#nv_in:checked ~ #nv_tojiru {
  display: block;/*カバーを表示*/
  opacity: .5;
}
#nv_in:checked ~ #nv_con {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*右へスライド*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/*メニューの中身*/
#nv_con {
}
/* ページトップへ */
.page-top {
	z-index: 100;
	position: fixed;
	bottom: -9px;
	right: 60px;
	width:60px;
	height:60px;
	background: #DDDDDD;
	border-radius: 30px;
	text-decoration:none;
}
.top_m {
	scroll-behavior: smooth;
}
/*　■■■■■■■■■ 挨拶 ■■■■■■■■■　*/
/* #aisatsu {
	margin: 50px 1em 150px;
	width: auto;
} */
#aisatsu .kaicho {
	align-items: center;
	flex-direction: column-reverse;
}
#aisatsu .kaicho > *:nth-child(1) {
	text-align: center;
}
/*　■■■■■■■■■ 開催概要 ■■■■■■■■■　*/
/* #gaiyo {
	margin: 50px 1em 150px;
	width: auto;
} */
#gaiyo dt {
	float:none;
}
#gaiyo dd {
	margin: 1em 0 30px 1em;
	padding: 0;
}
/*　■■■■■■■■■ 開催方式ご案内 ■■■■■■■■■　*/
#holding_method table.haishin {
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
#holding_method .od_btn {
	font-size: 85%;
	min-width: 280px;
}
/*　■■■■■■■■■ 演題募集 ■■■■■■■■■　*/
#endai .syst_btn {
	font-size: 90%;
	min-width: 280px;
}
#endai table.kisai {
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
#endai .kubun {
	grid-template-columns: repeat(2, auto);
}
#endai .kubun > *:nth-child(-n+6) {
	border-top: none;
}
#endai .kubun > *:nth-child(6n+1) {
	border-left: none;
}
#endai .kubun > *:nth-child(-n+2) {
	border-top: solid 1px #999;
}
#endai .kubun > *:nth-child(2n+1) {
	border-left: solid 1px #999;
}
/*　■■■■■■■■■ English Session 登録 ■■■■■■■■■　*/
#english_session .syst_btn {
	font-size: 90%;
	min-width: 280px;
}
#english_session table.fee {
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
#english_session .btn_w2 {
	white-space: normal;
	line-height: 1.2;
}
/*　■■■■■■■■■ 交流集会募集 ■■■■■■■■■　*/
#exchange_meeting table.kisai {
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
/*　■■■■■■■■■ 交流集会ご案内 ■■■■■■■■■　*/
#exchange_meeting2 .heading {
	flex-wrap: wrap;
}
#exchange_meeting2 .heading .name {
	flex: 0 1 100%;
}
/*　■■■■■■■■■ プログラム ■■■■■■■■■　*/
#pro .session dl {
	grid-template-columns: none;
}
#pro .heading {
	flex-direction: column;
}
#pro .heading .name {
	margin-right:0;
}
#pro .session dl dt {
	justify-self: start;
	min-width: 100px;
	box-sizing: border-box;
}
#pro .image img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
#pro .btn_w3 {
	white-space: normal;
	line-height: 1.2;
}
/*　■■■■■■■■■ 参加登録 ■■■■■■■■■　*/
#sanka dl.online li {
	min-width: 240px;
	font-size:110%;
}
#sanka table.sankahi {
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
#sanka .flowchart img {
	max-width: 100%;
	height: auto;
}
#sanka .btn_w2 {
	white-space: normal;
	line-height: 1.2;
}
/*　■■■■■■■■■ オンデマンド参加申込 ■■■■■■■■■　*/
#sanka2 dl.online li {
	min-width: 240px;
	font-size:110%;
}
#sanka2 table.sankahi {
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
/*　■■■■■■■■■ 採択演題一覧 ■■■■■■■■■　*/
#saitaku .btn_w3 {
	white-space: normal;
	line-height: 1.2;
}
#saitaku table.reschedule {
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
/*　■■■■■■■■■ 参加者 ■■■■■■■■■　*/
#annai table.sankahi {
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
/*　■■■■■■■■■ 託児室のご案内 ■■■■■■■■■　*/
#nursery .btn_w2 {
	white-space: normal;
	line-height: 1.2;
}
#nursery .list2 p {
	grid-template-columns: none;
}
#nursery .list2 p > * + * {
	margin-left: 1em;
}
/*　■■■■■■■■■ 座長・演者の皆様へ ■■■■■■■■■　*/
#annai2 table.poster_schedule {
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
#annai2 .poster_size {
	flex-direction: column;
}
#annai2 .poster_size img {
	max-width: 100%;
	height: auto;
}
/*　■■■■■■■■■ 利益相反（COI） ■■■■■■■■■　*/
#coi .rei img {
	max-width: 100%;
	height: auto;
}
/*　■■■■■■■■■ アクセス ■■■■■■■■■　*/
/* #access {
	margin: 50px 1em 150px;
	width: auto;
} */
#access div.map > iframe {
	max-width: 100%;
	height: 360px;
	vertical-align: bottom;
}
#access .access_image img {
	max-width: 100%;
	height: auto;
}
/*　■■■■■■■■■ ホテルのご案内 ■■■■■■■■■　*/
#accommodation .image_list img {
	max-width: 100%;
	height: auto;
}
/*　■■■■■■■■■ 市民公開講座 ■■■■■■■■■　*/
#public_lecture table.overview {
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
