/* CSS Document */

/* トップページ */

/* 各タイトル */
h2 {
	font-size: 24px;
	font-weight: 700;
	color: #868F41;
	margin: 20px 0 10px 0;
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 14px #D3BF59;
}

/* サブタイトル　●が前につきます */
h3 {
	font-size: 20px;
	font-weight: 700;
	color: #868F41;
	margin: 10px 0 0 0;
}

h3:before {
	content: '●';
	color: #868F41;
	margin-right: 8px;
}

.topnews {
	position: relative;
	padding: 10px 15px 20px 25px;
	margin-top: 20px;
	background: #D3BF59; /*NEWSのバックグラウンド*/
}

.topnews h2 {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -20px;
	left: 25px;
}

.topsponsorship {
	position: relative;
	padding: 10px 15px 20px 25px;
	margin-top: 20px;
	background-color: rgba(207, 122, 136, 0.3);
}

.topsponsorship h2{
	border-left: solid 14px #e79bc1;
}

.topsponsorship h2, .topsponsorship h3 {
	color: #000000;
}
.topsponsorship h3:before {
	content: none;
}

/* h2のスタイルを修正 */
.topsponsorship h2 {
	position: relative; /* 疑似要素を配置するための基準位置 */
	border-left: solid 14px #e79bc1;
	color: #000000;
	padding-left: 15px; /* ボーダーと文字の間の余白 */
	margin-left: 180px;  /* 「お振込先」を配置するスペースを確保（値は調整してください） */
	font-size: 1.17em; 
}

/* h2の前に「お振込先」というテキストを追加 */
.topsponsorship h2::before {
	content: 'お振込先';
	position: absolute;
	top: 50%; /* h2の高さに対して垂直中央に配置 */
	right: 100%; /* h2の左端にピッタリ寄せる */
	transform: translateY(-50%);
	margin-right: 60px; /* ボーダーとの間の余白 */
	
	/* 見た目をh2に合わせる */
	font-weight: bold;
	white-space: nowrap; /* テキストが改行しないようにする */
	margin-left: 50px;
}

.topsponsorship2 {
	position: relative;
	padding: 10px 15px 20px 25px;
	margin-top: 20px;
	border: 2px solid #3dad6d;
}

.topsponsorship2 h3 {
	color: #3dad6d;
}
.topsponsorship2 h3:before {
	content: none;
}

@media screen and (min-width: 0px) and (max-width: 768px)  {
	.topnews {
		padding: 10px 5% 20px 5%;
	}
	
	.topnews h2 {
		left: 5%;
	}

	  /* h2（銀行情報）のスタイルをモバイル用に上書き */
  .topsponsorship h2 {
    /* 横並び用のマージンとパディングをリセット */
    margin-left: 0;
    padding-left: 0;
    /* 左のボーダーをなくす */
    border-left: none;
    /* positionを解除して、疑似要素の基準にならないようにする */
    position: static;
	font-size: 0.9em;
  }

  /* h2::before（「お振込先」テキスト）のスタイルをモバイル用に上書き */
  .topsponsorship h2::before {
    /* 絶対配置を解除し、通常の要素の流れに戻す */
    position: static;
    
    /* ブロック要素にして、h2の上に改行して表示させる */
    display: block;
    
    /* 垂直中央揃えのtransformをリセット */
    transform: none;
    
    /* 不要になったマージンをすべてリセット */
    margin: 0 0 10px 0; /* 下にだけ10pxの余白を設定 */

    /* 見た目の調整 */
    font-size: 1.2em; /* お好みで調整してください */
  }

  .topsponsorship h3{
	font-size: 1em;
  }
  .topsponsorship2 h3{
	font-size: 1em;
  }
}

.topnews .linkarea {
	display: flex;
	justify-content: space-between;
}

.topnews a {
	display: block;
	width: 49%;
    text-decoration: none;
	text-align: center;
    color: #fff;
	background: #E05656;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
    margin-top: 9px;
    border-radius: 4px;
    transition: .3s;
}

.topnews a:hover {
	opacity:0.6;
}

/* ヘッドカラーライン */
.headerline01 { width:100%; height:4px; margin:0; padding:0; font-size:0; color:#FFFFFF; background:#E05656; }
.spheaderline01 { display:none; }

.entyr_btn p{
	line-height:120%;
	color:#FFF;
	margin:0;
	padding:0;
}
.entyr_btn span{
	font-size:14px;
}
.entyr_btn{
	text-decoration:none!important;
	display:block;
	margin:0;
	padding:0;
	background:#E05656;
	font-size:18px;
	font-weight:bold;
	width:370px;
	margin:20px 0;
	padding:10px;
}
.entyr_btn:hover{
	background:#E05656;
}

.iin1{
	font-size:18px;
}
.iin2{
	font-size:16px;
}
.iin3{
	font-size:12px;
}

body{
	font-size:16px;
}

/* sp用改行 */
@media screen and (min-width: 768px) and (max-width: 1920px)  {
	.sp {
		display: none;
	}
}
/* pc用改行 */
@media screen and (min-width: 0px) and (max-width: 768px)  {
	.pc {
		display: none;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px)  {
.headerline01 { display:none; }
.spheaderline01 { display:block; width:100%; max-height:4px; background:#61bacc; font-size:0px; margin:0 auto 10px; padding:0 0 4px 0; position:relative; z-index: 3000; }
}
/* //ヘッドカラーライン */


/* メインボックス */
#wrap {
	width:100%;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

@media screen and (min-width: 0px) and (max-width: 768px)  {
#wrap { width:100%; margin:0 auto; }
}
/* //メインボックス */


/* ヘッドインフォメーション */
#headinfobox { width:949px; margin:0 auto; padding:8px 0 8px 0; }
#headlogo01 { width:130px; float:left; }
#headlogo01 img { width:100%; }
#headlogo02 { width:491px; float:right; padding:3px 110px 0 0; }
#headlogo02 img { width:100%; }

@media screen and (min-width: 0px) and (max-width: 768px)  {
#headinfobox { display:none; }
}
/* //ヘッドインフォメーション */


/* ヘッドイメージ */
/* スライドイメージ */
#headimgbox { width:100%; padding-bottom:0; }
#headimgbox img { width:900px !important; margin:0 auto !important; padding:0 80px 0 0; }
#slider { width:100%; margin:0; }
#slider .slider { margin:0; padding:0; }
#slider ul li { margin:0 !important; padding:0 !important; }

#slider li img {
	width: 100%;
	height:auto;
	margin:0 0 0 -40px;
}
/* 下層ヘッドイメージ */
#k-headimgbox01 { width:100%; height:200px; background-image:url(../common_img/k-headimgbg01.png); background-repeat:repeat-x; padding:4px 0 0 0 ; }
#k-headimgbox02 { width:100%; margin:0 auto; position:relative; }
#k-headimgbox03 { width:100%; height:200px; margin:0 auto; position:absolute; z-index:10; overflow:hidden; }
#k-headimgbox04 {
	width:900px;
	margin:0 auto;
	height:200px;
	position:relative;
	z-index:20;
}
#k-headimgbox { width:900px; margin:0 auto; padding-bottom:0; }
#k-headimgbox img { width:900px !important; margin:0 auto !important; padding:0 80px 0 0; }
@media screen and (min-width: 0px) and (max-width: 768px)  {
#headimgbox01 { width:100% !important; min-height:118px; height:100% !important; background:none; padding:48px 0 0 0 ; }
#headimgbox02 { width:100% !important; margin:0 auto; position:relative; }
#headimgbox03 { width:100% !important; min-height:118px; height:auto !important; margin:0 auto; position:relative; z-index:10; overflow:hidden; }
#headimgbox04 { display:none; }
/* #headimgbox04 { width:100% !important; margin:0 auto; height:auto !important; position:relative; z-index:20; } */

#headimgbox { width:100% !important; padding-bottom:0; }
#headimgbox img { width:100% !important; margin:0; padding:0; }

#slider { width:100%; margin:0; }
#slider .slider { margin:0; padding:0; }
#slider ul li { margin:0 !important; padding:0 !important; }

#slider li img {
	width: 100%;
	height: auto;
	margin:-4px 0 0 -40px !important;
}
/* 下層ヘッドイメージ */
#k-headimgbox01 { width:100% !important; min-height:57px; height:100% !important; background:none; padding:60px 0 0 0 ; }
#k-headimgbox02 { width:100% !important; margin:0 auto; position:relative; }
#k-headimgbox03 { width:100% !important; min-height:57px; height:auto !important; margin:0 auto; position:relative; z-index:10; overflow:hidden; }
#k-headimgbox04 { display:none; }
#k-headimgbox { width:100% !important; padding-bottom:0; }
#k-headimgbox img { width:100% !important; margin:0; padding:0; }
}
/* //スライドイメージ */
/* //ヘッドイメージ */


#prizeleft{float:left; width:620px; padding:0px 20px 0px 0px;
}

#prizeright{float:right; width:270px;padding:0px 0px 0px 10px;
}	  
@media screen and (min-width: 0px) and (max-width: 768px)  {
#prizeleft{float:left; width:auto;
}

#prizeright{float:left; width:auto;
}
}

/* メインコンテンツ */
#homemaincontentsbox01 {
	width:850px;
	margin:0 auto;
	padding:15px 0 50px 0;
	font-size:15px;
	line-height:1.8;
	overflow: hidden;
}

.main_left{
	float: left;
	width: 530px;
}

/* 右側 追加情報 */
.main_right{
	float: right;
	width: 300px;
	margin-top: 20px;
}

ul.eventmenu {
	float: right;
	padding-left: 0;
	margin-top: 5px;
}

.main_right li {
	width: 300px;
	margin-bottom: 15px;
}

@media screen and (min-width: 0px) and (max-width: 768px)  {
	.main_right li {
		width: 100%;
	}
}
	
.main_right li a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	font-style: oblique;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	background: linear-gradient(#F29658, #E05656);
	transition: .3s;
}

.main_right li a:hover {
	opacity: 0.7;
}

.main_right .comingsoon {
	position: relative;
}

.main_right .comingsoon::before {
	position: absolute;
	content : "Coming Soon";
	font-style: oblique;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
    z-index: 999;
    top: 24%;
    left: 33%;
}

.main_right .comingsoon a {
	cursor: default;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.3;
	color: #4f4f4f;
	background: #9f9f9f;
	border: 1px dashed #4f4f4f;
}


@media screen and (min-width: 0px) and (max-width: 768px)  {
	#homemaincontentsbox01 {
		width:90%;
		margin:0 auto;
		margin-bottom: 20px;
		padding:15px 0 50px 0;
		font-size:15px;
		line-height:1.8;
		overflow: hidden;
	}

	.main_left{
		float: none;
		width: 100%;
	}

	.main_right{
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	ul.eventmenu {
		float: none;
		padding-left: 0;
		margin-top: 5px;
	}

	.main_right img{
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	

	.event-photo {
		width: 100%;
}

	
.event-photo tr{
	display:block;
}

.event-photo td,.event-photo th{
	display:inline;
	border: none!important;

}

.event-photo td img,.event-photo th img{
	padding-bottom:10px;

}
	
}




/* 下側 過去イベントバナー */
#homemaincontentsbox02 { 
	width:850px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#homemaincontentsbox02 h2 {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 25px;
	color: #6F6F6F;
}

ul.bannertop {
	display: flex;
	justify-content: space-around;
	width: 820px;
	border: none;
	margin-top: 20px;
	background: #efeded;
	padding: 30px 15px 30px 15px;
}

ul.bannertop img {
	display: block;
	width: 250px;
	height: auto;
	box-shadow: 0 0 8px #dadada9e;
	z-index: 999;
}

ul.bannertop img:hover {
	opacity: 0.7;
}

@media screen and (min-width: 0px) and (max-width: 768px)  {
	#homemaincontentsbox02 {
		width:100%;
		margin:0 auto;
		padding:0;
		overflow: hidden;
	}

	#homemaincontentsbox02 h2 {
		left: 5%;
	}

	ul.bannertop {
		display: flex;
		flex-direction: column;
		width: 90%;
		border: none;
		overflow: hidden;
		margin-top: 20px;
		padding: 30px 5% 30px 5%;
	}

	ul.bannertop img {
		float: none;
		display: block;
		width: 100%;
		height: auto;
	}
	
	ul.bannertop li {
		margin-bottom: 20px;
	}
	
	ul.bannertop li:nth-last-of-type(1) {
		margin-bottom: 0;
	}
}



/*
#k-maincontentsbox01 {
	width:850px;
	margin:0 auto;
	padding:25px 0 30px 0;
}
*/






@media screen and (min-width: 0px) and (max-width: 768px)  {

	.main_left{
		width:100%;
		margin-right:0;
	}
	.main_right ul{
		width:100%;
	}
	.main_right img{
		width: 100%;
		margin-bottom: 15px;
	}
}
/* //メインコンテンツ */


#leftcontentsbox01 { width:610px; float:left; padding:5px; }
#rightcontentsbox01 { width:300px; height:250px; float:right; padding:20px 0 0 0;margin:30px 0 0 0;background-image:url(../common_img/news.png);background-repeat: no-repeat;}
@media screen and (min-width: 0px) and (max-width: 768px)  {
#leftcontentsbox01 { width:100%; float:none; padding-bottom:10px; }
#rightcontentsbox01 { width:98%; float:none; margin:0 auto; }
}

#rightnewsbox { width:250px; height:270px; float:right; padding:30px 20px 0 20px;font-size:14px; font-weight:bold;}
@media screen and (min-width: 0px) and (max-width: 768px)  {
#rightnewsbox { width:98%; float:none; margin:0 auto; }
}

/* コンテンツボックス */
.contentsbox01 { padding-bottom:40px;font-size:18px; font-weight:bold; padding:30px 20px 0 0;  }
.contentsbox01:last-child { padding-bottom:0; }
@media screen and (min-width: 0px) and (max-width: 768px)  {
.contentsbox01 { padding-bottom:10px; font-weight:bold; font-size:16px; }
}
/* //コンテンツボックス */


/* タイトルボックス */
.titlebox01 { font-size:18px; height:43px; background:url(../common_img/titlebg01.png) no-repeat; border-bottom:4px solid #8cbb5b;  margin-bottom:20px; }
.titlebox01 p { color:#332502; padding:12px 0 0 50px; }
.titlebox02 { font-size:18px; height:43px; background:url(../common_img/titlebg02.png) no-repeat; border-bottom:4px solid #8cbb5b;  margin-bottom:20px; }
.titlebox02 p { color:#332502; padding:12px 0 0 50px; }
.k-titlebox01 { font-size:18px; height:43px; background:url(../common_img/k-titlebg01.png) no-repeat; border-bottom:4px solid #8cbb5b;  margin-bottom:20px; }
.k-titlebox01 p { color:#332502; padding:12px 0 0 50px; }
@media screen and (min-width: 0px) and (max-width: 768px)  {
.titlebox01 { width:98%; height:auto; margin:0 auto 10px; font-size:14px; background:url(../common_img/sptitlebg01.png) no-repeat; border-bottom:3px solid #8cbb5b; background-size:100%; }
.titlebox01 p { color:#332502; padding:5px 0 0 34px; }
.titlebox02 { width:98%; height:auto; margin:0 auto 10px; font-size:14px; background:url(../common_img/sptitlebg01.png) no-repeat; border-bottom:3px solid #8cbb5b; background-size:100%; }
.titlebox02 p { color:#332502; padding:5px 0 0 34px; }
.k-titlebox01 { width:98%; height:auto; margin:0 auto 10px; font-size:14px; background:url(../common_img/sptitlebg01.png) no-repeat; border-bottom:3px solid #8cbb5b; background-size:100%; }
.k-titlebox01 p { color:#332502; padding:5px 0 0 34px; }
}

#qa { 
font-size:18px;
line-height:45px;
font-weight: 700;
   }
   
#youkou { 
font-size:20px;
line-height:40px;
font-weight: 700;
   }   

   
@media screen and (min-width: 0px) and (max-width: 768px)  {
#qa { 
font-size:13px;
line-height:25px;
font-weight: 700;
   }
   #youkou { 
font-size:14px;
line-height:20px;
font-weight: 700;
   }  	
img.qa { width:25px; }
img.qatop { width:98%; }
img.qachoice { width:150px; }
	}

/* ニュースボックス */
.newsbox01 { width:600px; margin:0 auto; background:#FFFFFF; color:#4c390f; }
.newsbox02 { width:570px; margin:0 auto; padding:10px; line-height:140%; }

.newsbox01 table { width:100%; }
td.newsdate { width:105px; text-align:left; vertical-align:top; }
td.newsdetail { width:465px; text-align:left; vertical-align:top; }
@media screen and (min-width: 0px) and (max-width: 768px)  {
.newsbox01 { width:96%; margin:0 auto; background:#FFFFFF; }
.newsbox02 { width:96%; margin:0 auto; padding-bottom:10px; line-height:140%; }

td.newsdate { width:100%; display:block; text-align:left; vertical-align:top; }
td.newsdetail { width:100%; display:block; text-align:left; vertical-align:top; }
}
/* //ニュースボックス */


/* トップコンセプト */
.topbannerbox01 { width:100%; border:1px solid #b2b2b2; margin:0 0 25px 0; }
.topbannerbox01:nth-child(3) { width:100%; border:1px solid #b2b2b2; margin:0 0 25px 0; }
.topbannerbox01:nth-child(4) { width:100%; border:1px solid #b2b2b2; margin:0; }
.topbannerbox01 a { display:block; }
.topbannerbox02 { background:url(../img/bannerbg01.png) repeat; position:relative; }
.topbannerbox03 { padding:10px; }
.topbannerbox04 { background:#f5f3ee; }
.topbannerbox05 { width:412px; float:left; padding:8px 0 0 0; }
.k-topbannerbox05 { width:630px; float:left; padding:8px 0 0 0; }
.topbannerbox06 { width:198px; float:right; padding:13px 12px 13px 0; }
.topbannerbox06 img { width:100%; }
.topbannerservicebox01 { width:106px; position:absolute; right:0; z-index:9999; }
.topbannertitlebox01 { display:block; padding:0 0 5px 0; }
.k-topbannertitlebox01 { display:block; padding:0 0 5px 0; }
.k-sptopbannertitlebox01 { display:none; }
.topbannertextbox01 { padding:0 10px 10px; line-height:1.3; }
.topbannerlinkbox01 { margin:10px 0 0 0; font-weight:bold; position:absolute; left:20px; bottom:20px; }

@media screen and (min-width: 0px) and (max-width: 768px)  {
.topbannerbox01 { width:98%; float:none; margin:0 auto 10px; border:1px solid #b2b2b2; }
.topbannerbox01:nth-child(3) { width:98%; float:none; margin:0 auto 10px; border:1px solid #b2b2b2; }
.topbannerbox01:nth-child(4) { width:98%; float:none; margin:0 auto; border:1px solid #b2b2b2; }
.topbannerbox02 { background:url(../img/bannerbg01.png) repeat; position:relative; }
.topbannerbox03 { padding:10px; }
.topbannerbox04 { background:#f5f3ee; }
.topbannerbox05 { width:60%; float:left; padding:8px 0 0 0; }
.k-topbannerbox05 { width:60%; float:left; padding:8px 0 0 0; }
.topbannerbox06 { width:35%; float:right; padding:13px 2% 13px 0; }
.topbannerbox06 img { width:100%; }
.topbannerservicebox01 { width:20%; position:absolute; right:0; }
.topbannertitlebox01 { display:block; padding:0 0 5px 0; }
.k-topbannertitlebox01 { display:none; }
.k-sptopbannertitlebox01 { display:block; padding:0 0 5px 0; }
.topbannertextbox01 { padding:0 4% 10px; font-size:10px; line-height:1.3; }
.topbannerlinkbox01 { margin:10px 0 0 0; font-weight:bold; position:absolute; left:20px; bottom:20px; }

.topbannerbox01 a:link { color:#774d2a; text-decoration:none; }
.topbannerbox01 a:visited { color:#774d2a; text-decoration:none; }
.topbannerbox01 a:active { color:#FF8804; text-decoration:underline; }
.topbannerbox01 a:hover { color:#FF8804; text-decoration:underline; }
}
/* //トップコンセプト */
/* //トップページ */

/* グランモール公園MAP */
.gmap {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.gmap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* グランモール公園MAP */



/* ---------- notice page ---------- */


/* googlemap btn */
a.btn {
	text-decoration: none;
	background-color: #939393;
	border: 1px solid #939393;
	border-radius: 2px;
	padding: 4px;
	cursor: pointer;
	margin-left: 10px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

a.btn:hover {
	background-color: #6F6F6F;
	border: 1px solid #6F6F6F;
}

span.sp_size {
	font-size: 12px;
}


@media screen and (min-width: 0px) and (max-width: 768px)  {

	a.btn {
		display: block;
		padding: 8px;
		margin: 10px 0;
		font-size: 15px;
	}		
}


/* ggmap */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* caption 注意事項 */
span.caption {
	font-size: 13px;
	color: #E05656;
}

span.underline {
	border-bottom: 4px solid #F29658;
	font-size: 18px;
	font-weight: 700;
	line-height: 3;
}

/* table 表関係全部*/

table.frame {
	width: 100%;
	border: 2px solid #E05656;
	border-collapse: collapse ;
}

.frame td {
	padding: 15px 15px 15px 20px;
	line-height:1.5;
	border-bottom: 1px dashed #E05656;
	vertical-align: middle;
}

.frame td.left {
	border-right: 1px dashed #E05656;
}

.frame td img {
	width: 40%;
	margin: 0 auto;
}

.frame th {
	background-color: #E05656;
	padding: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	width: 120px;
	text-align: center;
	vertical-align: middle;
}

.frame th.left {
	border-right: 1px dashed #fff;
}

.frame th.left2 {
	border-bottom: 1px dashed #fff;
}

.frame ol.number {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}

.frame ol.number li {
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-bottom: 10px;
}

.frame ol.number li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
	font-weight: bold;
	color: #E05656;
}

@media screen and (min-width: 0px) and (max-width: 768px)  {
	.frame th {
		font-size: 14px;
		width:25%;
	}

	.frame td {
		font-size: 13px;
		padding: 10px;
	}
}


/* ---------- sponsorship page ---------- */

tr.sponsor td {
	width: 20%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-right: 1px dashed #E05656;
}

tr.sponsor a {
	text-decoration: none;
	padding: 10px;
	cursor: pointer;
	display: block;
}

tr.sponsor a:hover {
	color: #333;
}

tr.sponsor td:hover {
	background-color: #ddf5ef;
}

tr.sponsor2 td {
	width: 50%;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px dashed #E05656;
}

.sponsor3 {
	overflow: hidden;
}

.sponsor3 .left{
	float: left;
}

.sponsor3 img {
	margin: 10px 10px 0 0;
}

.sponsor3 p {
	display: inline-block;
	margin-top: 20px;
}

.sponsor4 {
	margin-top: 20px;
}

.sponsor4 p{
	margin: 0 0 150px 0;
}


span.sponsor_menu {
	display: block;
	color: #E05656;
	font-weight: 700;
	margin: 10px 0;
}

span.sponsor_menu:before {
	content: '▼';
	color: #E05656;
	margin-right: 8px;
}



/* btn */


a.btn2 {
	display: block;
	width: 80%;
	text-decoration: none;
	background-color: #939393;
	border: 1px solid #939393;
	border-radius: 2px;
	padding: 10px 20px;
	margin: 0 auto;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}

a.btn2:hover {
	background-color: #6F6F6F;
	border: 1px solid #6F6F6F;
}



/* ---------- 1st page ---------- */

/* table 審査中の写真 */
.spon_tab {
	border-collapse:collapse;
	width: 850px;
}
.spon_tab td {
	border:none;
	width: 50%;
}

.spon_tab th {
	width:100%;
}

.spon_tab img {
    width: 97.5%;
    height: auto;
    padding: 2.5% 2.5% 2.5% 0;
}

.spon_tab img.last {
	width: 97.5%;
	padding: 2.5% 0 2.5% 2.5%;
}

@media screen and (min-width: 0px) and (max-width: 768px)  {
	
	.spon_tab {
		width: 90%;
		margin: 0 auto;
	}
	
}



/* ---------- gallery page ---------- */

.gallery_photo {
	overflow: hidden;
}

.gallery_photo img{
	float: left;
	width: 32%;
	height: auto;
	margin: 10px 2% 0 0;
}

.gallery_photo img.last{
	margin-right: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px)  {
	
	.gallery_photo img {
		width: 100%;
		margin: 10px 0;
	}
	
	.event_photo img {
		width: 100%;
		margin: 10px 0;
	}
	
}


/* ---------- result page ---------- */

.result_photo {
	overflow: hidden;
}

.result_photo img{
	float: left;
	width: 23.5%;
	height: auto;
	margin: 10px 2% 5px 0;
}

.result_photo img.last{
	margin-right: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px)  {
	
	.result_photo img {
		width: 100%;
		margin: 10px 0;
	}
	
	
}

ol.number {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}

ol.number li {
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-bottom: 10px;
}

ol.number li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
	font-weight: bold;
	color: #E05656;
}

.event-photo{
	border-collapse:collapse;
}
.event-photo td,.event-photo th{
	border:note;
	padding:10px;
	text-align:left;
}
.event-photo th{
	width:100px;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.movie-wrap {
	margin-top: 10px;
}