﻿/* 準備中 */
.const {
	margin:50px auto;
	font-size:200%;
	color:#999;
	line-height:240%;
}
.const span {
	margin-left:40px;
	font-size:240%;
}
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ ページの構造 ■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/* ------------ ボディ -----------*/
body {
/*	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	line-height:165%;*/
}
.bg_img {
	background-attachment:inherit;
	background-image: url("img/sora.jpg");
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size:contain;
/*	height: 100vh;*/
}
/*　■■■■■■■■■ ヘッダ ■■■■■■■■■　*/
header {
	z-index:10;
	top: 0;
	left: 0;
	width:100%;
	box-sizing: border-box;
}
/* ------------ タイトル -----------*/
header .title {
	margin: 10px auto 0;
	width: 100%;
}
header h1 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	color: #FFFFFF;
}
header h1 .kai {
	font-size:85%;
}
header h2 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.0;
	margin-top: 2px;
	text-align: center;
}
header h2 > span {
	font-size: smaller;
	vertical-align: top;
}
/*　■■■■■■■■■ コンテンツ ■■■■■■■■■　*/
#sec_con {
	display: block;
	flex-flow: row, wrap;
	margin:0 auto;
	padding:80px 0 50px;
	width:100%;
	overflow: hidden;
}
#sec_con .cl {
	order: 1;
	width:100%;
/*	min-height:1000px;*/
}
#sec_con .cr {
	order: 2;
	width:100%;
}
.con_temp {
	padding: 5px;
	background: #FFFFFF;
}
/* ------------ index.htmlの開催概要 -----------*/
#sec_con .main {
	position: relative;
	height:220px;
	overflow: hidden;
}
#sec_con .main figure img:nth-of-type(1) {
	position: relative;
	top: -70px;
	left: 230px;
}
#sec_con .main figure img:nth-of-type(2) {
	position: static;
	margin: -30px 0 0 170px;
	width: 80%;
	height: auto;
/*	position: relative;
	top: -20px;
	right: -60px;
	width: 80%;
	height: auto;*/
}
/* ------------ サイド -----------*/
.atcl_side {
	margin: 0 10px;
	color: #000000;
	text-shadow: 1px 1px 1px #ffffff;
}
/* ------------ ナビ -----------*/
nav.nv_pc {
	display: none;
}
/* ------------ バー -----------*/
.bar {
	margin: 20px 0 15px 0px;
	padding:7px 0 7px 2em;
	font-size:120%;
	font-weight:bold;
	box-shadow:1px 1px 1px #000;
	color:#FFFFFF;
}
.br_temp {
	margin: 5px 0 15px -5px;
}
.bar span.renew {
	margin:0 1em 0 0;
	float:right;
	font-size:70%;
}
.bar span.renew a:link, .bar span.renew a:visited {
	color:#FFFFFF;
}
.bar span.renew a:hover {
	color:#F00;
}
.minibar {
	margin: 20px 7px 15px;
	padding:5px 0 5px 1em;
	font-size:115%;
	font-weight:bold;
	box-shadow:1px 1px 1px #000;
	color:#FFFFFF;
}
/* 更新情報 */
.news {
	margin:0 0 0 0px;
	width:100%;
	height:300px;
	overflow:auto;
	background:#FFF;
}
.news dl {
	padding:10px 5px;
	border-bottom:dotted 1px #666;
}
.news dt {
	float:none;
}
.news dt span {
	margin:0 5px 0 0;
	color:#f00;
	font-size:110%;
}
.news dd {
	margin:0 0 0 1em;
}
/*事務局*/
.jimu {
	display: block;
	margin: 0 0 0 10px;
	border: solid 1px #999999;
	width: 90%;
}
.jimu dl {
	padding: 10px 20px;
	width: 90%;
}
.jimu dt {
	padding: 5px 10px;
	background: #006699;
	color: #FFFFFF;
	font-weight: bold;
}
.jimu dd {
	padding: 5px 10px;
	font-size: 100%;
}
/*　■■■■■■■■■ フッタ ■■■■■■■■■　*/
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: 50px;
	text-indent: -1.3em;
	font-size: 85%;
	line-height: 110%;
}
/*■■■■スマホメニュー（ハンバーガーメニューとナビゲーションドロワー）■■■■*/
#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: 10000;
	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 {
	flex-direction: column;
	align-items: center;
}
/*　■■■■■■■■■ 開催概要 ■■■■■■■■■　*/
#gaiyo {
	margin:0 auto;
	width:90%;
}
#gaiyo dl {
	margin:34px 0 0;
}
#gaiyo dt {
	padding:5px 0;
	width:100px;
	text-align:center;
	background:#993300;
/*	background:#FF6633;*/
	border:solid 1px #CCCCCC;
	border-radius:5px;
	font-weight:bold;
	color: #FFFFFF;
	line-height:110%;
	float:none;
}
#gaiyo dd {
	margin:0 0 20px 0em;
	padding:3px 0 0 ;
}
/*　■■■■■■■■■ 演題募集 ■■■■■■■■■　*/
#endai {
	margin:0 auto 150px;
	width:90%;
}
/* 事前参加登録 */
#endai dl.lunch dd {
	flex-direction : column;
}
#endai dl.lunch dd > * {
	margin: 10px auto 0;
}
/*　■■■■■■■■■ 会場のご案内 ■■■■■■■■■　*/
#access {
	margin:0 auto;
	width:90%;
}
#access iframe {
	width:95%;
}
#access .map img {
	width:95%;
	height:auto;
}
/*　■■■■■■■■■ 汎用 ■■■■■■■■■　*/
#etc {
	margin:0 auto;
	width:90%;
}
#etc h3 {
	margin:50px 0 15px;
	padding:0 0 3px;
	border-bottom:dotted 1px #666;
	font-size:110%;
	font-weight:bold;
	color:#333;
}
#etc iframe {
	width: 100%;
}