/*====================================== 
ページの基本構造
=======================================*/ 

html{
    height:100%;
}

body {
	margin:0px;
	padding:0px;
	height:100%;
	color:#000;
	font-size: 62.5%;
	font-family: 游ゴシック体,'Yu Gothic', YuGothic,Meiryo, メイリオ,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background:#fff;
}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}


a {
	color:#F61700;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/*
a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
*/ 


.cll {
	clear: both;
}

.cll100 {
	margin:100px 0px 0px 0px;
	clear: both;
}

.font10{
	font-size:1.0em;
	line-height: 1.4em;
}

.font12{
	font-size:1.6em;
	line-height: 1.6em;
}

.font14{
	font-size:1.4em;
	line-height: 1.6em;
}

.font16{
	font-size:1.6em;
	line-height: 1.8em;
}
.nonmenu,
.nonmenu img{
	opacity: 0.4;
	color: #fff;
}

h4{
	width:100%;
	background:url(../../img/newsline.gif) repeat-x bottom left;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:1.3em;
	line-height: 1.8em;
}

.red {
	color: #FF0000 !important;
}
.yellow {
	color: #FFcc00 !important;
}

img{
	border:0;
	margin:0;
	padding:0;
}

#maincont {
	margin:0;
	padding:70px 0 50px 0;
}

#maincont h1 {
	width:960px;
	padding:0;
	margin:0 auto;
}

#main_contents {
	width:960px;
	padding:0;
}


* html div#main_contents,* html div#index_contents{
    height:100%;
}

div#main_contents,div#index_contents{
    margin:0px auto;
    position:relative;
    min-height: 100%;
}

body > #main_contents,body > #index_contents {
        height: auto;
}

.txtL{
	text-align:left;
}

.txtR{
	text-align:right;
}

.txtC{
	text-align:center;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

input,textarea {
  ime-mode: active;   /* 全角モード */
}
.hankaku {
  ime-mode: inactive; /* 半角モード */
}

.alpha50 {
    filter: Alpha(opacity=50); /* IE系 */
    opacity:0.5; /* Mozzila系 */
}

.underline{
	background:url(../img/newsline.gif) repeat-x bottom left;
	padding-bottom:8px;
	margin-bottom:8px;
}

.underline-w{
	background:url(../img/newsline.gif) repeat-x bottom left;
	padding-bottom:15px;
	margin-bottom:15px;
}


.redBox {
	color:#fff !important;
	background:#ff0000;
	padding:2px 5px;
}

.lineBox {
	border:1px solid #555;
}
.grayBox {
	background:#ddd;
	padding:2px 5px;
}

.footerMenu p {
	font-size:1.4em;
	line-height: 1.6em;
}
.footerMenu p,
.footerMenu p a {
	text-align:center;
	margin-top:50px;
}


/* HEADER▼▼
------------------------------------------------------------ */
#main_header {
		background:url("../img/bg.png"), 
		url("../img/headerimg.jpg?date=20230602")center / cover;
	height:300px;
}

#main_header::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(0,0,0,.8), transparent);
    content: "";
    z-index: 1;
}

#main_header h1 {
	display:none;
}


#main_header .MainH2 {
	position: relative;
	text-align:center;
    z-index: 3;
}
.MainH2 h2 {
	font-size:4.5em;
	letter-spacing:0.1em;
	line-height: 1.8em;
	color:#000;
	margin-top:60px;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

/* CONTENTS▼▼
------------------------------------------------------------ */
#contL {
	width:630px;
	float:left;
}
#contR {
	width:260px;
	float:right;
}
#contRindex {
	width:260px;
	float:right;
}

#contRNaka,
#contRNakaSchedule {
	width:260px;
	float:right;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

#contBox {
	padding:30px;
	margin:0;
}



#contRNaka ul,
#contRNakaSchedule ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	list-style:none;
}

#contRNaka img,
#contRNakaSchedule img{
	max-width:100%;
}

#contRNaka li{
	background:url(../img/arrow.png) no-repeat 0px 3px;
	padding:0 0 5px 0px;
	margin:0 0 0px 0 ;
	font-size:1.4em;
	line-height: 1.6em;
}
#contRNaka li .lines {
	background:url(../img/newsline.png) repeat-x left bottom;
	padding:0 0 15px 20px;
	margin:0 0 5px 0;
	display:block;
}


#contRNakaSchedule li{
	background:url(../img/arrow.png) no-repeat 0px 3px;
	padding:0 0 0px 0px;
	margin:0 0 0px 0 ;
	font-size:1.4em;
	line-height: 1.6em;
}

#contRNakaSchedule li .lines {
	background:url(../img/newsline.png) repeat-x left bottom;
	padding:0 0 10px 20px;
	margin:0 0 5px 0;
	display:block;
}

#contRNakaSchedule ul li ul {
	padding:5px 0px 0px 20px;
	margin:0px 0px 10px 0px;
}

#contRNakaSchedule ul li ul li{
	background:url(../img/leftmenu.png) no-repeat 0px 3px;
	padding:0 0 15px 20px;
	margin:0 0 5px 0 ;
	font-size:1.0em;
	line-height: 1.6em;
}




.LcontBox {
	width:160px;
	padding:16px;
	margin:0;
	background:#ffdf00;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-o-border-radius:7px;
	-ms-border-radius:7px;
	border-radius:7px;
	behavior:url("http://iba-fes.jp/common/ie-css3.htc");
}

.LcontBox h3 {
	margin-bottom:5px;
}

.LcontBox p {
	font-size:1.2em;
	line-height: 1.8em;
}

/* Page Top▼▼
------------------------------------------------------------ */
footer #pagetopWrap{
	position:fixed;
	bottom:0;
	right:20px;
	width:60px;
	margin-bottom:20px;
	-moz-transition:opacity 0.25s ease,z-index 0s ease 0.25s;
	-o-transition:opacity 0.25s ease,z-index 0s ease 0.25s;
	-webkit-transition:opacity 0.25s ease,z-index 0s ease;
	-webkit-transition-delay:0s,0.25s;
	transition:opacity 0.25s ease,z-index 0s ease 0.25s;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
	z-index:-1;
}
footer #pagetopWrap.show{
	-moz-transition:opacity 0.25s ease,z-index 0s ease 0s;
	-o-transition:opacity 0.25s ease,z-index 0s ease 0s;
	-webkit-transition:opacity 0.25s ease,z-index 0s ease;
	-webkit-transition-delay:0s,0s;
	transition:opacity 0.25s ease,z-index 0s ease 0s;
	filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity:1;
	z-index:1;
}
@media screen and (max-width: 1000px){
	footer #pagetopWrap{
		right:2%;
		width:5%;
		margin-bottom:2%;
	}
}
@media screen and (max-width: 767px){
	footer #pagetopWrap{
		position:static;
		bottom:auto;
		right:auto;
		width:100%;
		margin-bottom:0;
		border-width:0;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity:1;
		z-index:1;
	border-top:1px solid #fff;
	}
}
footer #pagetopWrap a{
	display:block;
	width:100%;
	height:0;
	padding:32% 0 68% 0;
	font-size:0;
	line-height:0;
	text-indent:-10000px;
}
@media screen and (min-width: 768px){
	footer #pagetopWrap a{
		-moz-transition:background-color 0.25s ease;
		-o-transition:background-color 0.25s ease;
		-webkit-transition:background-color 0.25s ease;
		transition:background-color 0.25s ease;
	}
}
@media screen and (max-width: 767px){
	footer #pagetopWrap a{
		height:auto;
		padding:4.7% 0;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		border-radius:0px;
		border-bottom:1px solid #fff;
	}
}
footer #pagetopWrap a::after{
	content:'';
	display:block;
	width:50%;
	height:0;
	margin:0 auto;
	padding-bottom:30%;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
}
@media screen and (max-width: 767px){
	footer #pagetopWrap a::after{
		width:5.6%;
		padding-bottom:3.5%;
	}
}

footer #pagetopWrap a{
	background:#0C800D;
}
footer #pagetopWrap a::after{
	background-image:url("../../ssl/img/pagetop_sp.png");
}
@media screen and (min-width: 768px){
	footer #pagetopWrap a:hover{
		background-color:#0C800D;
		opacity:0.75;
	}
}
@media screen and (max-width: 767px){
	footer #pagetopWrap a{
		background-color:#0C800D;
	}
}

/* FOOTER▼▼
------------------------------------------------------------ */
footer {
	text-align:center;
}

footer p {
	font-size:1.4em;
	line-height: 1.6em;
	color:#fff;
}
footer .footer {
	text-align:center;
	padding:35px 0 30px 0;
	background:#119942;
}
footer .copyright {
	color:#fff;
	padding:20px 0;
	background:#0C7E36;
}
#footer a,
#footer a:hover {
	color:#000;
}
	



/*　グローバルナビ
-----------------------------------------------------*/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}

#main_header .gnav {
 position: relative;
    z-index: 10;
	width: 100%;
	height: 100px;
	margin:0 auto;
	padding:0;
	background:#119942;
}
#index_header .gnav {
 position: relative;
    z-index: 10;
	background:#119942;
	height: 100px;
}
.gnav ul {
	list-style: none;
	padding:0;
	margin:0 auto;
	width: 960px;
}
.gnav li {
	float: left;
	margin-top:35px;
    width: 158px;
	font-size:1.6em;
	line-height: 1.6em;
	font-weight: 700;
    text-align: center;
    outline: none;
}
.gnav li.events {
    width: 170px;
}
#main_header .gnav li {
    width: 114px;
}
#main_header .gnav li.gnavLogo {
    width: 180px;
}
#main_header .gnav li.events {
    width: 160px;
}
.gnav li.gnavLogo {
	display:inline;
	margin:20px 50px 0 0;
}
#index_header .gnav li.gnavLogo {
	display:none;
}
.gnav li.gnavLogo img {
	width: auto;
	height: auto;
}

.clone-nav.gnav {
	width: 100%;
	height: 65px;
	background:#119942; 
}
.clone-nav.gnav li {
	float: left;
	margin-top:20px;
    width: 121px;
}
.clone-nav.gnav li.events {
    width: 170px;
}
.clone-nav.gnav li.gnavLogo {
	display:inline;
	margin:10px 45px 0 0;
    width: 140px;
}
.clone-nav.gnav li.gnavLogo img {
	max-width: 100%;
	height: auto;
}



/*背景の設定*/
.gnavi li a{
    /*背景色の基点とするためrelativeを指定*/
  position: relative;
    /*アニメーションの指定*/
  transition: all .7s;
	text-decoration:none;
	color:#fff;
	width: 100%;
	padding-top:2px;
    display: inline-block;
}
.gnavi li.nonmenu{
	padding-top:2px;
}

.gnavi li a::after {
  content: '';
    /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: 0;
    /*背景の形状*/
  width: 0;
  height: 1px;
  background:#119942;
  opacity: 0;/*はじめは透過を0に*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    /*背景の形状*/
  width: 100%;
  opacity: 1;
    /*アニメーションの指定*/
  animation:bgappear 0.5s forwards;
}
/*現在地とhoverの設定*/
.gnavi li.gnavLogo a::after{
	animation: none;
	transform: none;
	transition: unset;
    height: 0px;
}
/*アニメーションで線を伸ばして背景をつける*/
@keyframes bgappear{
  0% {
    width: 0%;
    height: 2px;
  }
  100% {
    width: 100%;
    height: 2px;
    background: #fff;
  }
}

/*現在地とhoverの設定*/
.gnavi li.current a,
.gnavi li a:hover{
    color: #fff;
    /*テキストを最前面へ*/
  z-index: 1;
}



/*　Table
-----------------------------------------------------*/

.event_table,
.demise_table,
.contact_table{
	width: 100%;
	border-top:2px solid #000;
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-bottom:1px solid #000;
	margin:0 0 10px 0;
	padding:0;
	vertical-align:top;
	font-size:1.6em;
	line-height: 1.8em;
}
.event_table th,
.demise_table th,
.contact_table th{
	border-bottom:1px solid #000;
	border-collapse:collapse;
	padding:10px;
	text-align:left;
}
.event_table td,
.demise_table td,
.contact_table td{
	border-bottom:1px solid #000;
	background:#fff;
	border-collapse:collapse;
	padding:10px;
	text-align:left;
}

.event_table th.noborder,.event_table td.noborder,
.demise_table th.noborder,.demise_table td.noborder,
.contact_table th.noborder,.contact_table td.noborder{
	border-bottom:none;
}
.event_table th{
	font-weight:normal;
	background:#d9f2dd;
	width:20%;
}
.contact_table th{
	font-weight:normal;
	background:#d9f2dd;
	width:30%;
}
.event_table td{
	background:#fff;
}
.demise_table td:nth-child(2n){
	border-left:1px solid #000;
	width:50%;
}

.cart_s {
	border: 1px solid #ccc;
}

.cart_s:focus {
	border: 1px solid #e1007e;
}
.t50w{
	width:50%;
}
.t90w{
	width:99%;
}

input,
textarea{
	padding: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	font-size:1.0em;
	line-height: 1.6em;
}

select {
	padding:3px;
 	font-size:14px;
}
.form_btn1 {
	width:300px;
	background:#ff0000;
 	font-size:14px;
	color:#fff;
	padding: 15px 0;
	border-style: none;
	cursor: pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	border:solid 1px #ff0000;
}
.form_btn2 {
	width:300px;
	background:#555;
 	font-size:14px;
	color:#fff;
	padding: 15px 0;
	border-style: none;
	cursor: pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	border:solid 1px #555;
}

.hankaku {
  ime-mode: inactive; /* 半角モード */
}

.bgGreen{
	text-align:center;
	background-color:#edf8ec;
}

.memberBox{
	margin-top:5px;
}
.memberBox p{
	font-size:12px;
	margin-bottom:30px;
}
.memberBox h3{
	margin-top:10px;
	margin-bottom:5px;
}
.entryBox{
	width: 596px;
	border:2px solid #04a3c9;
	margin-top:10px;
	padding:15px;
	background:#bfe8f1;
}


.spt10ie{
	/padding-top:10px;
}




/*　イベント出場者募集
-----------------------------------------------------*/

.accmenu ul {
	list-style: none;
	padding:0;
	margin:0 auto;
}
	
.accmenu dt{
	font-size:2.4em;
	line-height: 1.5em;
	padding:5px 15px;
	color:#FFF;
	background:#119942;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	margin-bottom:10px;
	font-weight: 700;
}

.accmenu dd{
	padding:0;
	margin:0 0 80px 0;
}

.accmenu dd p{
	padding-left:1em;
	text-indent:-1em;
}



/*　ごあいさつ
-----------------------------------------------------*/
.greetingimg{
	margin-left:20px;
}

/*　プライバシーポリシー
-----------------------------------------------------*/
.privacyBox h4{
}



/*　イベント内容
-----------------------------------------------------*/
.accmenu h4{
	font-size:2.0em;
	line-height: 1.8em;
	margin-bottom:0;
	padding-bottom:0;
}
.accmenu h5{
	font-size:1.2em;
	line-height: 1.8em;
	margin:0;
	padding:0;
}
.redBox {
	background:#ff0000;
	color:#FFF;
}

.event_table .imgbox {
	width:180px;
	text-align:center;
}


.event_table img {
	width:140px;
	float:right;
}

/*　会場内案内図
-----------------------------------------------------*/
.mapBox h3{
	font-size:2.4em;
	line-height: 1.5em;
	padding:5px 15px;
	color:#FFF;
	background:#008b3f;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	margin-bottom:10px;
}
.map01 {
	background:url(../../map/img/map_all.png) no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:960px;
	height:417px;
}
.map02 {
	background:url(../../map/img/map_left.png) no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:960px;
	height:740px;
}
.map03 {
	background:url(../../map/img/map_right.png) no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:960px;
	height:740px;
}

	
.mapLinkBox {
	width:93%;
	padding:2% 3.5%;
	background:#d9f2dd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.mapLinkBox ul{
	padding:10px 0 0 0;
	margin:0;
	list-style:none;
}
	.mapLinkBox li{
		background:url(../img/arrow.png) no-repeat 0px 3px;
		padding:0 0 5px 0px;
		margin:0 0 0px 0 ;
		font-size:1.4em;
		line-height: 1.6em;
	}
	.mapLinkBox li a {
		background:url(../img/newsline.png) repeat-x left bottom;
		padding:0 0 15px 20px;
		margin:0 0 5px 0;
		display:block;
	}
	.mapLinkBox li a.noneline{
		background:none;
	}


/*　協賛企業・協力団体様一覧
-----------------------------------------------------*/

.support_table{
	width: 100%;
	border-top:2px solid #e43236;
	border-left:2px solid #e43236;
	margin:0 0 10px 0;
	padding:0;
	vertical-align:top;
	font-size:1.6em;
	line-height: 1.8em;
}
.support_table td{
	border-bottom:2px solid #e43236;
	border-right:2px solid #e43236;
	border-collapse:collapse;
	padding:10px;
	text-align:left;
	width:50%;
}

.support_ul{
	width: 100%;
	border-top:2px solid #008b3f;
	border-left:2px solid #008b3f;
	margin:0 0 10px 0;
	padding:0;
	font-size:1.6em;
	line-height: 1.8em;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.support_ul li{
	border-bottom:2px solid #008b3f;
	border-right:2px solid #008b3f;
	border-collapse:collapse;
	padding:10px;
	list-style:none;
	
	-webkit-flex-grow: 1;
    flex-grow: 1;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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


/*　スマホ用隠し
-----------------------------------------------------*/
.pcno,
#spMenu {
	display:none;
}
.w100 {
	max-width:100%;
	height:auto;
}
.w100img img {
	width: 100%;
	height: auto;
}
.w45 {
	max-width:45.6%;
	height:auto;
}
.w55 {
	max-width:54.4%;
	height:auto;
}


/* SPACE▼▼
------------------------------------------------------------ */
.spt1 {margin-top:1px;}
.spt2 {margin-top:2px;}
.spt3 {margin-top:3px;}
.spt4 {margin-top:4px;}
.spt5 {margin-top:5px;}
.spt6 {margin-top:6px;}
.spt7 {margin-top:7px;}
.spt8 {margin-top:8px;}
.spt9 {margin-top:9px;}
.spt10 {margin-top:10px;}
.spt11 {margin-top:11px;}
.spt12 {margin-top:12px;}
.spt13 {margin-top:13px;}
.spt14 {margin-top:14px;}
.spt15 {margin-top:15px;}
.spt16 {margin-top:16px;}
.spt17 {margin-top:17px;}
.spt18 {margin-top:18px;}
.spt19 {margin-top:19px;}
.spt20 {margin-top:20px;}
.spt30 {margin-top:30px;}
.spt40 {margin-top:40px;}
.spt50 {margin-top:50px;}
.spt60 {margin-top:60px;}

.spb1 {margin-bottom:1px;}
.spb2 {margin-bottom:2px;}
.spb3 {margin-bottom:3px;}
.spb4 {margin-bottom:4px;}
.spb5 {margin-bottom:5px;}
.spb6 {margin-bottom:6px;}
.spb7 {margin-bottom:7px;}
.spb8 {margin-bottom:8px;}
.spb9 {margin-bottom:9px;}
.spb10 {margin-bottom:10px;}
.spb10p {padding-bottom:10px;}
.spb11 {margin-bottom:11px;}
.spb12 {margin-bottom:12px;}
.spb13 {margin-bottom:13px;}
.spb14 {margin-bottom:14px;}
.spb15 {margin-bottom:15px;}
.spb16 {margin-bottom:16px;}
.spb17 {margin-bottom:17px;}
.spb18 {margin-bottom:18px;}
.spb19 {margin-bottom:19px;}
.spb20 {margin-bottom:20px;}
.spb30 {margin-bottom:30px;}
.spb40 {margin-bottom:40px;}
.spb50 {margin-bottom:50px;}
.spb60 {margin-bottom:60px;}
.spb70 {margin-bottom:70px;}
.spb80 {margin-bottom:80px;}
.spb90 {margin-bottom:90px;}
.spb100 {margin-bottom:100px;}
.spb150 {margin-bottom:150px;}
.spb200 {margin-bottom:200px;}
.spb300 {margin-bottom:300px;}
.spb400 {margin-bottom:400px;}
.spb500 {margin-bottom:500px;}
.spb600 {margin-bottom:600px;}
.spb700 {margin-bottom:700px;}

.spl1 {margin-left:1px;}
.spl2 {margin-left:2px;}
.spl3 {margin-left:3px;}
.spl4 {margin-left:4px;}
.spl5 {margin-left:5px;}
.spl6 {margin-left:6px;}
.spl7 {margin-left:7px;}
.spl8 {margin-left:8px;}
.spl9 {margin-left:9px;}
.spl10 {margin-left:10px;}
.spl11 {margin-left:11px;}
.spl12 {margin-left:12px;}
.spl13 {margin-left:13px;}
.spl14 {margin-left:14px;}
.spl15 {margin-left:15px;}
.spl16 {margin-left:16px;}
.spl17 {margin-left:17px;}
.spl18 {margin-left:18px;}
.spl19 {margin-left:19px;}
.spl20 {margin-left:20px;}
.spl25 {margin-left:25px;}

.spr1 {margin-right:1px;}
.spr2 {margin-right:2px;}
.spr3 {margin-right:3px;}
.spr4 {margin-right:4px;}
.spr5 {margin-right:5px;}
.spr6 {margin-right:6px;}
.spr7 {margin-right:7px;}
.spr8 {margin-right:8px;}
.spr9 {margin-right:9px;}
.spr10 {margin-right:10px;}
.spr11 {margin-right:11px;}
.spr12 {margin-right:12px;}
.spr13 {margin-right:13px;}
.spr14 {margin-right:14px;}
.spr15 {margin-right:15px;}
.spr16 {margin-right:16px;}
.spr17 {margin-right:17px;}
.spr18 {margin-right:18px;}
.spr19 {margin-right:19px;}
.spr20 {margin-right:20px;}
.spr30 {margin-right:30px;}
.spr40 {margin-right:40px;}
.spr50 {margin-right:50px;}
.spr60 {margin-right:60px;}
.spr70 {margin-right:70px;}



.spt1p {padding-top:1px;}
.spt2p {padding-top:2px;}
.spt3p {padding-top:3px;}
.spt4p {padding-top:4px;}
.spt5p {padding-top:5px;}
.spt6p {padding-top:6px;}
.spt7p {padding-top:7px;}
.spt8p {padding-top:8px;}
.spt9p {padding-top:9px;}
.spt10p {padding-top:10px;}
.spt11p {padding-top:11px;}
.spt12p {padding-top:12px;}
.spt13p {padding-top:13px;}
.spt14p {padding-top:14px;}
.spt15p {padding-top:15px;}
.spt16p {padding-top:16px;}
.spt17p {padding-top:17px;}
.spt18p {padding-top:18px;}
.spt19p {padding-top:19px;}
.spt20p {padding-top:20px;}
.spt25p {padding-top:25px;}
.spt30p {padding-top:30px;}
.spt40p {padding-top:40px;}
.spt50p {padding-top:50px;}
.spt60p {padding-top:60px;}

.spb1p {padding-bottom:1px;}
.spb2p {padding-bottom:2px;}
.spb3p {padding-bottom:3px;}
.spb4p {padding-bottom:4px;}
.spb5p {padding-bottom:5px;}
.spb6p {padding-bottom:6px;}
.spb7p {padding-bottom:7px;}
.spb8p {padding-bottom:8px;}
.spb9p {padding-bottom:9px;}
.spb10p {padding-bottom:10px;}
.spb11p {padding-bottom:11px;}
.spb12p {padding-bottom:12px;}
.spb13p {padding-bottom:13px;}
.spb14p {padding-bottom:14px;}
.spb15p {padding-bottom:15px;}
.spb16p {padding-bottom:16px;}
.spb17p {padding-bottom:17px;}
.spb18p {padding-bottom:18px;}
.spb19p {padding-bottom:19px;}
.spb20p {padding-bottom:20px;}
.spb30p {padding-bottom:30px;}
.spb40p {padding-bottom:40px;}
.spb50p {padding-bottom:50px;}
.spb60p {padding-bottom:60px;}

.spl1p {padding-left:1px;}
.spl2p {padding-left:2px;}
.spl3p {padding-left:3px;}
.spl4p {padding-left:4px;}
.spl5p {padding-left:5px;}
.spl6p {padding-left:6px;}
.spl7p {padding-left:7px;}
.spl8p {padding-left:8px;}
.spl9p {padding-left:9px;}
.spl10p {padding-left:10px;}
.spl11p {padding-left:11px;}
.spl12p {padding-left:12px;}
.spl13p {padding-left:13px;}
.spl14p {padding-left:14px;}
.spl15p {padding-left:15px;}
.spl16p {padding-left:16px;}
.spl17p {padding-left:17px;}
.spl18p {padding-left:18px;}
.spl19p {padding-left:19px;}
.spl20p {padding-left:20px;}
.spl25p {padding-left:25px;}
.spl27p {padding-left:27px;}
.spl28p {padding-left:28px;}
.spl30p {padding-left:30px;}
.spl40p {padding-left:40px;}
.spl50p {padding-left:50px;}
.spl60p {padding-left:60px;}

.spr1p {padding-right:1px;}
.spr2p {padding-right:2px;}
.spr3p {padding-right:3px;}
.spr4p {padding-right:4px;}
.spr5p {padding-right:5px;}
.spr6p {padding-right:6px;}
.spr7p {padding-right:7px;}
.spr8p {padding-right:8px;}
.spr9p {padding-right:9px;}
.spr10p {padding-right:10px;}
.spr11p {padding-right:11px;}
.spr12p {padding-right:12px;}
.spr13p {padding-right:13px;}
.spr14p {padding-right:14px;}
.spr15p {padding-right:15px;}
.spr16p {padding-right:16px;}
.spr17p {padding-right:17px;}
.spr18p {padding-right:18px;}
.spr19p {padding-right:19px;}
.spr20p {padding-right:20px;}
.spr30p {padding-right:30px;}
.spr40p {padding-right:40px;}
.spr50p {padding-right:50px;}
.spr60p {padding-right:60px;}









/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */

#spMenu h1 {
	position: absolute;
	top: 15px;
	left: 5%;
}
#spMenu h1 img {
	max-width: 85%;
}

a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #119942;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
	border-bottom:solid 2px #fff;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #119942;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	font-size:1.5em;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 3% 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
	color: #fff;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #0C7E36;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}








@media screen and (max-width:670px) {
	#contheader {
		width:90%;
		padding:0;
		margin:0 auto;
	}
	.spno,
	.gnav,
	.contheaderR,
	#contR,
	#contRNaka,
	#contRNakaSchedule {
		display:none;
	}
	.pcno {
		display:block;
	}
	#contheaderBox {
		border-bottom:solid 2px #e43236;
	}
	.contheaderL {
		float:none;
		text-align:center;
	}
	#contRindex {
		float:none;
		text-align:center;
		width:100%;
	}
	.contheaderL img {
		padding-top:20px;
	}

	#main_contents {
		width:90%;
		margin:0 auto;
		padding:5%;
		border:none;
	}
	#maincont {
		width:100%;
		padding:10px 0 50px 0;
	}
	
	#maincont h1 {
		width:90%;
		height:auto;
	}
	#contheader img,
	#maincont h1 img,
	.w100 {
		max-width:100%;
		height:auto;
	}

	#contL	 {
		float:none;
		width:100%;
		padding:0;
		margin:0 auto;
	}
	#contBox {
		padding:0px;
		margin:0;
	}
	

	#main_contents #contL img {
		width:100%;
		height:auto;
		padding:0;
		margin:0;
	}

	
	.LcontBox {
		width:90%;
		padding:5%;
		margin:5% auto;
		display:none;
	}

	.font12{
		font-size:1.5em;
		line-height: 1.6em;
	}
	
	/* HEADER▼▼
	------------------------------------------------------------ */
	#main_header{
		width: 100%;
		height:100px;
		padding: 0 ;
		margin:0;
	}
	
	.MainH2 {
		width:auto;
		height:auto;
		padding: 0 5%;
		margin:0;
	}
	.MainH2 h2 {
		font-size:2.4em;
		line-height: 1.4em;
		margin:0;
		padding:35px 0 0 0;
	}
	
	/* PAGETOP BUTTON
	------------------------------------------------------------------*/
	#page-top {
		position: static;
		bottom: 0;
		right: 0;
		border-bottom:1px solid #fff;
	}
	#page-top a {
		display:block;
		background: #0C800D;
	}

	/* FOOTER▼▼
	------------------------------------------------------------ */

	footer .footer {
		margin-top:0px;
		padding:8% 5%;
	}

	footer .footer a {
		color:#FFF;
	}
	footer .copyright {
		font-size:0.7em;
		padding:3% 0;
	}


	/*　menu
	-----------------------------------------------------*/
	#spMenu {
		display:block;
	}
	
	
	/* index
	-----------------------------------------------------*/
	.indexBox h2{
		font-size: 16px;
		color: #ff3901;
		margin:0;
		padding:0;
	}
	
	
	/* accordion
	-----------------------------------------------------*/
	
	.accmenu dt,
	.mapBox h3{
		font-size:2.0em;
		line-height: 1.5em;
		padding:5px 10px;
	}

	.accmenu dt p{
		padding-right: 25px;
		display:block;
		background: url(../img/icon_uparrow.png) no-repeat scroll right center transparent;
	}
	.accmenu dd{
		padding:0;
		margin:0 0 50px 0;
	}

	.accmenu table{
		width:100%;
	}
	.event_table,
	.demise_table,
	.contact_table,
	.support_table {
		font-size:1.5em;
		line-height: 1.6em;
		border-left:2px solid #000;
	}

	.event_table th,
    	.event_table td,
	.demise_table th,
	.demise_table td,
	.contact_table th,
	.contact_table td,
	.support_table td {
		width:auto;
        	display: block;
		border-top: none;
	}
	.demise_table td:nth-child(2n) {
		width:auto;
		border-left: none;
	}



	/*　Table
	-----------------------------------------------------*/
	.contact_table th{
		width:auto;
	}
	.t50w,
	.t90w{
		width:97%;
	}

	.form_btn1,
	.form_btn2{
		-webkit-appearance: none;
		width:100%;
		margin-top:10px;
	}

	/*　ごあいさつ
	-----------------------------------------------------*/
	.greetingimg{
		margin:0px;
		width:50%;
		height:50%;
	}

	/*　map
	-----------------------------------------------------*/
	.img100{
		width:100%;
	}

	/*　会場内案内図
	-----------------------------------------------------*/
	.mapall{
		width:100%;
		height:auto;
		background:none #1ab2d5;
	}
	.sp26w{
		width:26% !important;
	}
	.sp35w{
		width:35% !important;
	}
	.sp39w{
		width:39% !important;
	}
	
	.event_table img {
		float:none;
		margin-bottom:1px;
	}
	.event_table .imgbox {
		width:auto;
	}

}





/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.4s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
