@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 130px;
}
#gHeader .menuBox .navi01 a .en {
	opacity: 0;
}
#gHeader .menuBox .navi01 a .jp {
	display: block;
}
#main {
	margin: 0 auto;
	margin-bottom: 146px;
	width: 890px;
}
#main .imgBox .textBox {
	width: 545px;
	font-family: 'Noto Serif JP', serif;
}
#main .imgBox .textBox h1 {
	margin-bottom: 8px;
	font-size: 2.5rem;
	font-weight: 400;
}
#main .imgBox .textBox p {
	margin-bottom: 21px;
	font-size: 1.8rem;
	line-height: 1.6;
}
#main .imgBox .textBox .text01 {
	margin-bottom: 7px;
}
#main .imgBox .textBox .imgTxt {
	margin-right: 13px;
	text-align: right;
}
#main .imgBox .textBox .imgTxt img {
	width: 297px;
}
#main .imgBox .photoBox {
	margin-top: -5px;
	width: 308px;
	text-align: center;
}
#main .imgBox .photoBox .pho {
	display: block;
	width: 100%;
	height: auto;
	max-height: 330px;
	overflow: hidden;
}
#main .imgBox .photoBox .txt {
	margin-top: 13px;
	display: block;
}
#main .imgBox .photoBox .txt a {
	color: #27B7A2;
	font-size: 1.5rem;
	font-family: 'Noto Serif JP', serif;
}
#main .imgBox .photoBox .txt a:hover {
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 50px;
	}
	#gHeader .menuBox .navi01 a:hover .en {
		opacity: 0;
	}
	#gHeader .menuBox .navi01 a:hover .jp {
		display: block;
	}
	#main {
		margin: 0 15px;
		margin-bottom: 50px;
		width: auto;
	}
	#main .imgBox {
		display: block;
	}
	#main .imgBox .textBox {
		width: auto;
	}
	#main .imgBox .textBox h1 {
		margin-bottom: 5px;
		font-size: 2rem;
	}
	#main .imgBox .textBox p {
		margin-bottom: 15px;
		text-align: justify;
		font-size: 1.4rem;
	}
	#main .imgBox .textBox .text01 {
		margin-bottom: 5px;
	}
	#main .imgBox .textBox .imgTxt {
		margin-right: 0;
	}
	#main .imgBox .textBox .imgTxt img {
		width: 200px;
	}
	#main .imgBox .photoBox {
		margin-top: 0;
		width: auto;
	}
	#main .imgBox .photoBox .pho {
		max-height: inherit;
	}
	#main .imgBox .photoBox .txt {
		margin-top: 10px;
		font-size: 1.3rem;
	}
	#main .imgBox .photoBox .txt a:hover {
		text-decoration: none;
	}
	.fancybox-slide {
		padding: 15px;
	}
}