@charset "UTF-8";

/*================================================
*  テーマカラー
================================================*/
/*

文字
color: #222222;

ボディ
background:#FAF6FF;

ヘッダー
background: #B279FF; 

ナビ
background: #B279FF; 

ナビ　ホバー
background: #C89FFF; 

フッター
background: #B279FF; 

フッター　コピーライト
background: #B279FF; 

トップに戻るボタンの背景
background: #8D39FF;

トップに戻るボタンのイメージの背景 
background: #8D39FF; 

トップに戻るボタンのイメージの背景のホバー
background: #4539FF;  


*/



/*================================================
*  CSSリセット
================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
*  一般・共通設定
================================================*/
/*
body {
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	background-color:#FAF6FF;	
}

*/

body {	
font-size: 14px;
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
line-height: 1.6;
-webkit-text-size-adjust: 100%;	
background-color: #FAF6FF;

background-image: url("img/logo.png");
background-size: 150px,150px; /* background-size: 200px,200px;  */
background-position: top 80px left 50px;
background-repeat: no-repeat;	
	
}


@media screen and (max-width:1000px) {
body {	
background-image: url("img/logo.png");
background-size: 100px,100px;
background-position: top 50px left 10px;
background-repeat: no-repeat;	
}
}


@media screen and (max-width:767px) {
body {	
background-image: url("img/logo.png");
background-size: 70px,70px;
background-position: top 10px left 20px;
background-repeat: no-repeat;		
	
}
}


#contents {
	width: 980px;
	margin: 0 auto;	
	color: #222222;
	padding: 10px 0px 100px 0px;

/*	
background-image: url("img/logo.png");
background-size: 100px,100px;
background-position: top 70px left 0px;
background-repeat: no-repeat;
*/
	
}


header + #contents {
	padding-top: 70px;　/* padding-top: 50px; */
}

.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

a {
	color: #222222;
}

a:hover {
	color: #373737;
}

h1 {
	font-size: 24px;
	
}

.cp_h1title {
	position: relative;
	padding: .1em .3em .1em .5em;
	border-left: 6px solid #FFB3A7; 
	margin: 20px 0;
}

.cp_h1title::before {
	position: absolute;
	content: '';
	left: -6px;
	bottom: 0;
	width: 6px;
	height: 50%;
	background-color: #ff725b; 
}

.cp_h1title::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
}

/* 大会名　集い　2024 */


h2 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.4rem;	
  text-align: center;
  margin: 0px 0px 80px 0px;
}

.cp_h2title {
	position: relative;
	margin-bottom: 1em;
	text-align: center;
}

.cp_h2title:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #32CA5F;
	border-radius: 2px;
}


/* 240123　左右の/など不要なため非表示

h2 {
  text-align: center;
  margin: 0px 0px 80px 0px;
}



h2 > span {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  position: relative;
}


h2 > span:before {
  content: "・・・・・";
  position: absolute;
  top: 0.5rem;
  left: -3.8rem;
  font-size: 1.5rem;
  letter-spacing: -1rem;
  transform: rotate(55deg);
   color: #32CA5F;
}

h2 > span:after {
  content: "・・・・・";
  position: absolute;
  top: 1.3rem;
  right: -2.6rem;
  font-size: 1.5rem;
  letter-spacing: -1rem;
  transform: rotate(-55deg);
  color: #32CA5F;
}

*/

@media screen and (max-width:767px) {


h2 {
  font-size:18px; 
  letter-spacing: 0.1rem;	
  margin: 0px 0px 50px 0px;
	
}

	
/* 240123　左右の/など不要なため非表示	
	
h2 > span {
  font-size:18px; 
  letter-spacing: 0.1rem;	
}

h2 > span:before {
  content: "・・・・・";
  position: absolute;
  top: 0.0rem;
  left: -2.2rem;
  font-size: 0.8rem;
  letter-spacing: -0.4rem;
  transform: rotate(55deg);
   color: #32CA5F;
}

h2 > span:after {
  content: "・・・・・";
  position: absolute;
  top: 0.4rem;
  right: -1.8rem;
  font-size: 0.8rem;
  letter-spacing: -0.4rem;
  transform: rotate(-55deg);
  color: #32CA5F; 
}	

*/
	
	
}



h3{
	position: relative;
	color: #3d3d3d;
	padding:0.5em 0.5em 0.5em 1.4em;
	background-color: #C89FFF; 
	font-size: 20px;
	margin: 2em 0em;
	color: #fff;
	letter-spacing:0.1em;
}

h3::after {
	position: absolute;
	top: 50%;
	left:0;
	transform:translateY(-50%);
	content: '';
	width: 18px;
	height:4px;
	background-color:white;
}

@media screen and (max-width:767px) {
h3{
	font-size: 17px; /* 18px */
	margin: 1em 0em;}
	
h3::after {
	position: absolute;
	top: 50%;
	left:0;
	transform:translateY(-50%);
	content: '';
	width: 16px;
	height:2px;
	background-color:white;
}

}

/* NPO地域共生〜の見出しのところ */

h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 50px 0 10px 0px;
	letter-spacing: 0.15rem;
}

@media screen and (max-width:767px) {
h4 {
	font-size: 12px;
	padding: 20px 0 10px 0px;
	letter-spacing: 0.03rem;
}

}

h5 {
	margin: 0.5em 0;
	padding-left: 8px;
	font-size: 14px;
	font-weight: bold;
}

h6 {
	margin-bottom: 0.5em;
	font-size: 14px;
}

/*  活動報告 */
.h6_title{
	border-left: 10px solid #B279FF;		
	padding-left: 10px;	
	margin:1em 0 1em 0em;
	font-size: 17px;
	font-weight: bolder;
	letter-spacing: 0.05em;
}


p {
	margin:0 0 1em 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

li {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}

dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}

td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}

/*================================================
*  汎用クラス
================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	text-align:center;
}

.imgC img {
	margin-bottom:10px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.imgL img {
	float:left;
	margin:0 10px 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}

	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.imgR img {
	float:right;
	margin:0 0 0 10px;
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}
}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}

.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}

.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}

.overlay::after{
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}

.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}

.overlay img {
	margin-bottom: 0;
}

/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #ff725b;
	letter-spacing: 0.1em;
	font-size: 14px;
}

.btn a:hover {
	color: #ff725b; 
	background: #fff;   
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
}

.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 20px 0;
}

.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}

.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}

.twoCol .inner img {
	width:100%;
}

@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin:0 auto; 
}

.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 30.14%;   /* width: 32.14%;  */
	width: calc((305 / 980) *100%);   /* width: calc((315 / 980) *100%);   */
	margin: 0 0 0px 0;	
	background:#FFBEB4;
	padding:10px 4px;
}

.threeCol .inner:nth-child(3n+1) {
	clear:both;
}

.threeCol .inner h4 {
	width: 100%;
	/* margin-top: 0.5em;   */
	text-align: center; /* text-align: left;  */
	color: #3d3d3d;
}

.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}

.threeCol .inner > a {
	width: 100%;
	height: 100%;
}

.threeCol .inner .image {
	width: 95%;
	min-height: 0%;
}

.threeCol .inner img {
	width: 100%;　/* width:100% */	
}

.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 10px;
}

.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}



@media screen and (max-width:500px) {
	
	.threeCol {
				
	display: none;	
	}	
	
	.threeCol .inner {
		width : 90%;
		margin: 0 5% 10px 5%;

	}
}



/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px; /* margin-bottom: 60px; */
}

.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 23.46%;
	width: calc((230 / 980) *100%);
	margin: 0 0 0px 0;
	background:#FFBEB4;
	padding: 10px 4px;	
}

.fourCol .inner .image {
	width: 95%;
	min-height: 0%;
	margin-bottom: 10px;
}

.fourCol .inner img {
	width: 100%;
}

@media screen and (max-width:767px) {
	.fourCol {
		display: block;
		margin-bottom: 0px;
		
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 50%;
		/* margin: 0; */
		background:none;	
		margin-top: 30px;			
	}
	
	.fc-con_text{
		font-size:85%;
		}	
		
	.fourCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fourCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
		
	.btn a {
	font-size: 85%;
}
			
		
}



/* 参加登録の表 */

.design01 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 background:#fff; 	
 font-size:14px;	
}
.design01 th {
 padding: 10px;
 background:#6BB1FF; /* #4539FF; */
 border: solid 1px #666666;
 color: #ffffff;
}
.design01 td {
 padding: 10px;
 border: solid 1px #666666;
}


.design01 span.line-center{
 text-align: center;
}



@media screen and (max-width:767px) {
.design01 {
 font-size:12px;	
}
			
		
}



/* 協賛募集の表 */

.design02 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 background:#fff; 	
 font-size:14px;	
}
.design02 th {
 padding: 10px;
 background:#eee; /* #4539FF; */
 border: solid 1px #666666;
 color: #222222;
}
.design02 td {
 padding: 10px;
 border: solid 1px #666666;
}


.design02 span.line-center{
 text-align: center;
}



@media screen and (max-width:767px) {
.design02 {
 font-size:12px;	
}
			
		
}


/* flex-box3 アンカーリンクのタグの中に入れ、1ページとするカテゴリ ※2カテゴリの場合　*/

.flex-box3 {
    background-color: none;     /* 背景色指定 */
    display: flex;            /* 余白指定 */
	margin: 0px auto 20px auto;
}

.flex-item3:hover {
   color: #00baa5; 
}
 
.flex-item3 {
	width: 50%;  /* 4分割する時は　25％に変更 */
    padding: 10px;
    color:  #020202;               /* 文字色 */
    margin:  0px;              /* 外側の余白 */
    border-radius:  0px;        /* 角丸指定 */
	text-align: left;
	font-weight: bold;
	font-size:105%; /* 200414 shioda add */
}

.flex-item3 a{
	text-decoration: underline;
	font-size:100%;
}



.flex-item3:nth-child(1) {
    background-color:  none; /* 背景色指定 */
} 

.flex-item3:nth-child(2) {
    background-color:  none; /* 背景色指定 */


}



/* オンデマンド配信　誘導ボタン*/

.ondemand-button{
 background:#1F73DE; 
  color:#fff;
  border:none;
  position:relative;
  width: 240px;
  height: 60px;
  font-size:18px;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  line-height:60px;
  text-decoration: none;
}

.ondemand-button a{
    text-decoration: none;
	color:#fff;	
}

.ondemand-button:hover{
  background:#E4EDFA;
  color:#1F73DE; 
}



.ondemand-button:before,.ondemand-button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #1F73DE;
  transition:400ms ease all;
}
.ondemand-button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.ondemand-button:hover:before,.ondemand-button:hover:after{
  width:100%;
  transition:800ms ease all;
}



/* 日程表、プログラム・抄録集　誘導ボタン*/
.program-button{
  background:#FFD523; /* :#32CA5F */
  color:#fff;
  border:none;
  position:relative;
  width: 320px;
  height: 100px;
  font-size:24px!important;
 font-weight: bolder;
  padding:0 2em;
  cursor:pointer;
 /* transition:800ms ease all; */
  outline:none;
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  line-height:100px;
  text-decoration: none;
  letter-spacing: 0.15em;
}

.program-button a{
    text-decoration: none;
	color:#fff;	
}

.program-button:hover{
  background:#32CA5F;
  color:#fff; /*#FF9339; */
}

/* 座長・演者、参加者　単位認定　
.program-button2{
  background:#FFD523; 
  color:#fff;
  border:none;
  position:relative;
  width: 320px;
  height: 100px;
  font-size:14px!important;
 font-weight: bolder;
  padding:0 2em;
  cursor:pointer;

  outline:none;
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  line-height:100px;
  text-decoration: none;
  letter-spacing: 0.15em;
}

.program-button2 a{
    text-decoration: none;
	color:#fff;	
}

.program-button2:hover{
  background:#32CA5F;
  color:#fff; 
}

誘導ボタン*/


/*
.program-button:before,.program-button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #FFD310; 
  transition:400ms ease all;
}
.program-button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.program-button:hover:before,.program-buttonn:hover:after{
  width:100%;
  transition:800ms ease all;
}
*/



/* 参加費・参加登録について：申込ページ誘導ボタン*/
.entry-button{
  background:#32CA5F; /* #FF9339 */
  color:#fff;
  border:none;
  position:relative;
  width: 240px;
  height: 60px;
  font-size:18px;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  line-height:60px;
  text-decoration: none;
}

.entry-button a{
    text-decoration: none;
	color:#fff;	
}

.entry-button:hover{
  background:#fff;
  color:#32CA5F; /*#FF9339; */
}



.entry-button:before,.entry-button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #32CA5F; /*#FF9339; */
  transition:400ms ease all;
}
.entry-button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.entry-button:hover:before,.entry-button:hover:after{
  width:100%;
  transition:800ms ease all;
}





/* 後援会一覧*/
.sponsorship-button{
 background:#6BB1FF; 
  color:#fff;
  border:none;
  position:relative;
  width: 240px;
  height: 60px;
  font-size:18px;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  line-height:60px;
  text-decoration: none;
}

.sponsorship-button a{
    text-decoration: none;
	color:#fff;	
}

.sponsorship-button:hover{
  background:#fff;
  color:#6BB1FF; 
}



.sponsorship-button:before,.sponsorship-button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #6BB1FF;
  transition:400ms ease all;
}
.sponsorship-button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.sponsorship-button:hover:before,.sponsorship-button:hover:after{
  width:100%;
  transition:800ms ease all;
}







/*================================================
*  ヘッダー
================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #B279FF; 
	z-index: 100;

}

header:after {
	content: ""; 
	display: block;
	clear: both;
}



/*================================================
*  グローバルナビゲーション
================================================*/
/* PC用 */
@media print, screen and (min-width:769px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		width: 100%;	
	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position:  relative;
		line-height: 50px;
		margin: 0;
		padding: 0;
		list-style: none;
		letter-spacing: 0.1em;　
	}
	nav.gnav ul li a {
		display: block;
		background:#B279FF;
		color: #fff;  
		font-size: 15px;  /*font-size: 15px; */
		text-decoration: none;
	}
	nav.gnav ul li:hover > a {
		color: #222222;   /* #fff; 20190129 shioda add color: #fff; #ff725b; */
		background:#C89FFF; 	
		-moz-transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		z-index: 1;		
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		width: calc(100% / 10);
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 50px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top:  -2.5px;
		margin-left: 0px;
		border: 5px solid transparent;
	}

	
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:768px) {
	nav.gnav {
		display:  none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 80px; /*top: 50px; */
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #C89FFF; 
		background:#DED8FF;
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #222;
		text-decoration: none;
		background: 
	}
	nav.gnav li a:hover {
		color: #fff;
		background: #C89FFF; 
	}

	/*

	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #FFBEB4;
	}
	nav.gnav .subnav a:hover:after {
		background: #ffc7be;
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}
	
	*/
	
	/* スマホ版ナビ　ボタン */
	
	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-ms-transition:  all 1s;
		-o-transition:  all 1s;
		transition:  all 1s;
		background: transparent;
	}
	#spMenu {
		position: absolute;
		top: 15px; /* top: 10px;  */
		right: 15px;
	}
	#spMenu:hover {
		cursor: pointer;
	}
	#navBtn {
		display: inline-block;
		position: relative;
		width: 60px;  /* 50px; 30px */
		height: 60px; /* 50px; 30px*/
		border-radius: 5%;
		background: #B279FF; 
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px; /* width: 14px;  */
		height: 2px; /* height: 2px;   */
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}

/*================================================
*  フッター
================================================*/
footer {
	clear: both;
	/*margin-top: 80px;  20190320 shioda add */
	background: #BEB2FF; 
}

.f-inner{
	padding: 20px 0px;
	 font-size: 90%;
}


@media screen and (max-width:767px) {
	footer{
		/*margin-top: 40px;  20190320 shioda add */
	}

	.f-inner{
	padding: 20px 10px;
}
	
}



.copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background: #B279FF;
}


/* SNSアイコン　*/

.sns_flexbox {
    background-color: none;     /* 背景色指定 */
    display: flex;            /* 余白指定 */
	margin: 0px auto 0px auto;
	width: 200px;
}

.sns_flexitem:hover {
   color: #00baa5; 
}
 
.sns_flexitem {
	width: 33.3333%;  /* 4分割する時は　25％に変更 */
    padding: 10px;
    margin:  0px;              /* 外側の余白 */
    text-align: left;	
}


.sns_flexitem a{
	text-decoration: underline;
	font-size:100%;
}

.sns_flexitem:nth-child(1) {
    background-color:   none; /* 背景色指定 */
} 

.sns_flexitem:nth-child(2) {
    background-color:   none; /* 背景色指定 */
}

.sns_flexitem:nth-child(3) {
    background-color:  none; /* 背景色指定 */
}
 

@media screen and (max-width: 644px) {
.sns_flexbox {
    /*　スマホで縦に並ぶ　flex-direction: column;　*/
  }
.sns_flexbox .sns_flexitem{
    width: 100%;
  }
}






/*================================================
*  ページトップへの戻り
================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}

.totop a {
	display:block;
	text-decoration:none; 
	background: #8D39FF;  /* ボタンの背景 */
}

.totop img {
	background: #8D39FF;   
}

.totop img:hover {
	background: #4539FF;  
}


/*================================================
*  タブレット・スマートフォン向けデザイン
================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0px 10px;  
	}

	footer {
		width: 100%;
	}

	.lock {
	overflow: hidden;
	}
}

@media screen and (max-width:767px) {
	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0px 10px;  
	}
}


/*  写真の並び　*/

img.alignright {margin:0 0 15px 20px;}
img.alignleft {margin:0 20px 15px 0;}
img.aligncenter {margin:0 auto;}
.alignright{float:right;}
.alignleft{float:left;}

	
@media screen and (max-width:767px) {
	.alignright,.alignleft {float: none;}
	img.alignright,img.alignleft {display: block;margin: 10px auto;}
}



/* googlemap */
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}




/* 開催概要の表*/
.tb_con1{
	font-size: 14px;
}

.tb_con1 th, .tb_con1 td {
	padding: 20px;
	border: solid 1px #666666;
}

.tb_con1 th {
	width: 25%;
	color: #222222; /* #fff #222222; */
	background-color:#DED8FF; /* #DED8FF #5B85FF; */
	text-align: center;
}

.tb_con1 td {
	width: 75%;
	background-color: #ffffff;
}

@media screen and (max-width:767px) {
	.tb_con1 {
		width: 100%;
	}

	.tb_con1 th, .tb_con1 td {
		width: 100%;
		display: block;
		padding: 10px 0px;
	}
}





/**************
a.btn_ao_b　協賛募集ボタン
**************/

a.btn_ao_b {
  display: flex;
  align-items: center;
  max-width: 200px;
  margin: 0 auto;
  padding: 0.7rem 1.0rem;
  border: 2px solid #32CA5F;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a.btn_ao_b:hover {
  background-color: #DEF7E6;
}
a.btn_ao_b .b__text {
  display: block;
  flex-grow: 1;
  color: #32CA5F;
  font-weight: bold;
letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  padding-right: 20px;
  font-size: 14px;
}
a.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #32CA5F;
  border-right: 2px solid #32CA5F;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  a.btn_ao_b .b__text {
    font-size: 14px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 736px) {
  a.btn_ao_b .b__text {
    font-size: 12px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 10px;
    height: 10px;
  }
}


/* ボタンが２つに並ぶ　*/

.flexbox2 {
    background-color: none;     /* 背景色指定 */
    display: flex;            /* 余白指定 */
	margin: 0px auto 0px auto;

}

.flexitem2:hover {
   color: #00baa5; 
}
 
.flexitem2 {
	width: 50%;  /* 4分割する時は　25％に変更 */
    padding: 10px;
    margin:  0px;              /* 外側の余白 */
    text-align: left;	
}


.flexitem2 a{
	text-decoration: none;
	font-size:100%;
}

.flexitem2:nth-child(1) {
    background-color:   none; /* 背景色指定 */
} 

.flexitem2:nth-child(2) {
    background-color:   none; /* 背景色指定 */
}

.flexitem2:nth-child(3) {
    background-color:  none; /* 背景色指定 */
}
 

@media screen and (max-width: 644px) {
.flexbox2 {
flex-direction: column; /* スマホで縦に並べる */
  }
.flexbox2 .flexitem2{
    width: 100%;
  }
}


/* 協賛企業が4つに並ぶ　*/

.flexbox4 {
    background-color: none;     /* 背景色指定 */
    display: flex;            /* 余白指定 */
	margin: 0px auto 0px auto;

}

.flexitem4:hover {
   color: #00baa5; 
}
 
.flexitem4 {
	width: 50%;  /* 4分割する時は　25％に変更 */
    padding: 10px;
    margin:  0px;              /* 外側の余白 */
    text-align: left;	
}


.flexitem4 a{
	text-decoration: none;
	font-size:100%;
}

.flexitem4:nth-child(1) {
    background-color:   none; /* 背景色指定 */
} 

.flexitem4:nth-child(2) {
    background-color:   none; /* 背景色指定 */
}

.flexitem4:nth-child(3) {
    background-color:  none; /* 背景色指定 */
}
 

@media screen and (max-width: 644px) {
.flexbox4 {
 flex-direction: column; /* スマホで縦に並べる */
  }
.flexbox4 .flexitem4{
    width: 70%;
	margin: 0 auto;
  }
}









