﻿/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ ページの構造 ■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/* ------------ ボディ -----------*/
body {
}
/*　■■■■■■■■■ ヘッダ ■■■■■■■■■　*/
/* header {
} */
/* ------------ タイトル -----------*/
/* #title {
}
 */
/*　■■■■■■■■■ コンテンツ ■■■■■■■■■　*/
#sec_con {
	display: block;
	padding:0px 0 50px;
	width:100%;
	overflow: hidden;
}
#sec_con .cl {
	order: 2;
	width:100%;
	min-height: 300px;
}
#sec_con .cr {
	order: 1;
	width:100%;
}
/* ------------ index.htmlの開催概要 -----------*/
#sec_con .main {
	/* background: url(img/image.jpg) 50% 0%/cover no-repeat; */
	background-size: cover;
	height: 0;
	padding: 0 0 95%;
}
#sec_con .main.not_top {
	height: 0;
	padding: 0 0 20%;
/*	padding: 0 0 13.75%;*/
}
#vimeo {
	display: none;
}
#vimeo_mb {
	display: block;
	margin-top: 50px;
}
#vimeo_mb iframe {
	width: 98%;
}
#info {
	margin: 20px;
}
#info .info_in {
	position: static;
}
/* ------------ サイド -----------*/
.atcl_side {
}
.side_logo img {
	width: 40%;
	height: auto;
	vertical-align: bottom;
}
/* ------------ ナビ -----------*/
.lg_pc {
	display: none;
}
nav.nv_pc {
	display: none;
}
nav.nv_mbile {
}
/* ------------ バー -----------*/
.bar {
	width:100%;
	margin-left: 0;
}
.bar:after {
	content: "";
	clear: both;
	display: block;
}
.br_temp {
}
.bar span.renew {
	margin:0 5em 0 0;
}
.minibar {
	width:100%;
}
/* 更新情報 */
.news {
	margin:0 0 0 5px;
/*	width:100%;*/
	width: auto;
	height:200px;
}
.news dl {
}
.news dt {
	float:none;
}
.news dd {
	margin:0 0 0 1em;
}
/*　■■■■■■■■■ フッタ ■■■■■■■■■　*/
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: 40px;
	left: 0;
	z-index: 9999;
	width: 90%;/**/
	max-width: 200px;/**/
	height: 90%;
	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;
}
/*　■■■■■■■■■ 開催概要 ■■■■■■■■■　*/
#gaiyo {
	margin: 50px 1em 150px;
	width: auto;
}
#gaiyo dt {
	float:none;
}
#gaiyo dd {
	margin: 1em 0 30px 1em;
	padding: 0;
}
/*　■■■■■■■■■ 神経ブロックハンズオンセミナー ■■■■■■■■■　*/
#sanka3 {
	margin: 50px 1em 150px;
	width: auto;
}
#sanka3 h3 {
	line-height: 140%;
}
/*　■■■■■■■■■ 情報交換会のご案内 ■■■■■■■■■　*/
#annai figure > img {
	width: 90%;
	height: auto;
}
#annai .img_futari {
	display: block;
	justify-content:space-evenly;
/*	align-items: flex-end;*/
/*	gap:0px;*/
	margin: 10px 0;
/*	background: #ECCACA;*/
}
#annai .img_futari img {
	width: 80%;
	height: auto;
}
/*　■■■■■■■■■ アクセス ■■■■■■■■■　*/
#access {
	margin: 50px 1em 150px;
	width: auto;
}
#access div.map > iframe {
	max-width: 100%;
	height: 360px;
	vertical-align: bottom;
}
/*　■■■■■■■■■ その他 ■■■■■■■■■　*/
#annai, #pro, #endai, #sanka, #sanka3, #sanka4, #spnsr {
	margin: 50px 1em 150px;
	width: auto;
}
