@charset "utf-8";
/* index.css */
/*PC first*/
/*##### PC #####*/
/* ------------------------------------------------------------ header */
/* ------------------------------------------------------------ *** */


/* ------------------------------------------------------------ contents */

@media screen and (max-width:480px){
	/*##### SP #####*/
	header {
		height: auto;
		margin-bottom:0;
	}

	.headerHome{
		width:100%;
		height:auto;
		padding:10px;
	}
		.site_ttl{
			width:auto;
			margin:0 auto;
		}
		.site_ttl ul{
			display:block;
		}
		.site_ttl ul li.s_ttl_right{
			margin-left:0px;
		}
		.headerHome .site_ttl_img{
			width:70%;
			height:auto;
			padding:0;
			margin-bottom:20px;
		}
			.site_ttl_img img,
			.schedule_venue img{
				max-width:100%;
				height:auto;
			}
		.headerHome .setsumei_txt{
			width:70%;
			font-size:1.0em;
			padding:0;
		}
		.contents .mainBox{

		}
		.guideline_box{
			width:auto;
		}
		.guideline_box .box_inner{
			width:auto;
		}
		.guideline_box .box_inner p{
			font-size:1.0em;
		}
		.guideline_box .box_inner .guide_img img{
			max-width:100%;
			height:auto;
		}
		.h_nav ul{
			display:flex;
			flex-wrap:wrap;
		}

			.h_nav ul li{
				box-sizing:border-box;
				width:50%;
				margin:0;
				padding:0 1px 1px 0;
			}

			.h_nav ul li a,
			.h_nav ul li span{
				display:block;
				padding:10px 0;
				text-align:center;
				background:rgba(255,255,255,0.3);
			}


		.home_catch{
			height: auto;
			/* background-image:url(../shared/home/touroku_kikan.png),url(../shared/home/home_catch_img.jpg);
			background-repeat:no-repeat,no-repeat;
			background-size: 28%,contain;
			background-position:right 3px bottom 26px,center top; */
			text-align: center;
		}
		.home_catch img{
			/* padding-top: 102%;
			width: 96%;
		    height: auto; */
		}
			.home_catch h1{

			}
				.home_catch h1 img{
					width: 100%;
					height: auto;
				}
			.home_catch h2{
				position: static;
			}
				.home_catch h2 img{
					width:96%;
					height: auto;
				}

		.jlca33_gaiyou{
			width: 100%;
		    box-sizing: border-box;
			padding: 20px 10px;
		}
			.jlca33_gaiyou ul{

			}
			.jlca33_gaiyou ul li{
				padding: 5px 0;

			}
			.jlca33_gaiyou ul li p{
				font-size: 16px;
				line-height: 1.6em;
	        }
			.jlca33_gaiyou ul li p:first-child{
				width: auto;
			}
			.jlca33_gaiyou ul li p:last-child{
				width: 84%;
			}
			.jlca33_gaiyou ul li ul li{
				margin-left: 0;
			}
			.jlca33_gaiyou ul li span.txt_bold{

			}
			.jlca33_gaiyou ul li span.txt_s{
				display: block;
				/* margin-left: 50px; */
			}

		.news_box{
			width: 98%;
			padding-bottom: 0;
		}
			.news_box .news_ttl{

			}
				.news_box .news_ttl img{
					width: 100%;
					height: auto;
				}
		.news_box .news_inner ul{

		}
		.news_box .news_inner ul li{

		}
		span.nw_date{
			display: block;
		}
		span.nw_title{
			display: block;
			width: 100%;
			line-height: 1.5em;
		}

}