@charset "utf-8";

#title{
	background:url(../img/title_access.jpg) no-repeat;
}
#pnavbox{
	overflow: hidden;
}
.pnav{
	margin-top:0;
	float: left;
}
.photo3img{
	margin: 5px;
	width: 280px;
}
.photo2img{
	margin: 5px;
	width: 400px;
}
/*ページ内ナビ*/
.pnav{
	font-size:110%;
	line-height:2.0;
	margin:0 20px;
}
.pnav img{
	position:relative;
	top:-10px;
	margin-right:4px;
}
#pnav_img{
	position:absolute;
	right:25px;
	bottom:20px;
}
.big{
	font-size: 110%;
	font-weight: bold;
	line-height: 40px;
}

/*スライドショー開閉*/
label{
	font-weight: bold;
	font-size: 16px;
	color:#FF6B19;
}
label:hover{
	cursor: pointer;
	text-decoration: underline;
}
input[type="checkbox"].clickopen{
	display:none;
}
input[type="checkbox"].clickopen + div{
	height: 0 ;
	overflow: hidden ;
}
input[type="checkbox"].clickopen:checked + div{
	height:450px;
}

/*レスポンジブアクセス*/
.photo3box, .photo2box{
	margin: 2.5% 2.5% 0 2.5%;
	text-align: center;
}
iframe{
	margin: 25px 0 0 0;
}
article iframe{
	margin-right: 15px;
}
.photo1img{
	margin: 15px auto 0;
}
.bx-wrapper{
	width: 500px! important;
	margin-bottom:20px !important;
}
.bx-wrapper .bx-controls-direction a{
	top:190px !important;
}
.bx-wrapper .bx-pager{
	top: 395px !important
}

@media screen and (max-width : 1000px){/*contents width=728　標準タブレット ipad:768px*/
	.pnav{
		width: 42%;
		font-size: 100%;
		margin: 0 3%;
	}
	.photo3box, .photo2box{
		margin: 2% 0 2% 0;
	}
	.photo3img{
		width: 30%;
	}
	.photo2img{
		width: 43%;
	}
	iframe{
		width: 90%;
		height: 280px;
		margin: 15px 5% 0 5%;
	}
	.photo1img{
		width: 300px;
		height: auto;
		margin-left: 5%;
	}
}

@media screen and (max-width : 744px){/*contents width=572　小型タブレット*/
	.pnav{
		font-size: 2.2vw;
		margin-top: 5px;
	}
	.photo3img{
		width: 28%;
	}
	.photo1img{
		width: 250px;
		margin-left:4%;
	}
	iframe{
		height: 180px;
		Width: 92%;
		margin-left: 4%;
	}
	input[type="checkbox"].clickopen:checked + div{
		width:300px !important;
		height: 270px !important;
	}
	.bx-wrapper img{
		width:300px !important;
		height: 225px !important;
	}
	.bx-wrapper .bx-pager{
	top: 230px!important;
	}
	.bx-wrapper .bx-controls-direction a{
	top: 30px !important;
	width: 70px !important;
	height: 30px !important;
	font-size:20px !important;
	}
}

@media screen and (max-width : 414px){
	.pnav{
		width: 100% !important ;
		font-size: 100%;
		float: none;
	}
	.photo1img{
		width: 100%;
		margin-left: 0;
	}
	.photo3img, .photo2img{
		float: none !important;
		width: 90%;
	}
	iframe{
		margin: 0;
		width: 100%;
	}
	section>iframe, section>div>iframe{
		width: 90%;
		margin: 5%;
	}
	.notitle{
		top: 10px;
		margin-bottom: 30px;
	}
	input[type="checkbox"].clickopen:checked + div{
		width:252px !important;
		height: 240px !important;
	}
	.bx-wrapper img{
	width:252px !important;
	height:189px !important;
	}
	.bx-wrapper .bx-pager{
	top: 200px !important;
	}
	.bx-wrapper .bx-controls-direction a{
	top: 0px !important;
	}
}