@charset "UTF-8";

/* micro clearfx 　これがないとconBが表示できない*/
.cf:before, .cf:after {
	content:"";
	display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

/* コンテンツA: タイトルイメージ */
.conA {
	background-image: url(../images/50th/cn50_top.jpg);
	background-position: center top bottom 20px;
	background-size: 100%;
}
@media (max-width: 375px){
	.conA {
		background-position: center bottom -40px;
		background-size: 150%;
	}
}
/* contents */
.conB {
	background-color:black;
	padding-top:20px;
	padding-bottom:20px;
}
.t-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100%);
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	font-size:0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}
.t-bar .lc1{
	width:16px;
	height:34px;
	background-image: url(../images/bar01-a.png);
	background-size:16px 34px;
	background-position:left center;
}
.t-bar .lc2{
	color: #3f3e48;
	font-size:18px;
	width: calc(100%);
	height:34px;
	padding-left:20px;
	line-height: 34px; /*textを上下中央に*/
	background-image: url(../images/bar01-b.png);
	background-size:3px 34px;
	background-position:left center;
	font-weight: bolder;
}
.t-bar .lc3{
	width:6px;
	height:34px;
	background-image: url(../images/bar01-c.png);
	background-size:6px 34px;
	background-position:left center;
}

.contents1 {
	color:white;
}
.bookarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}
.book {
	margin-top: 20px;
	width: 300px;
	text-align: center;
	line-height: 1.4em;
}
.book a {
	text-decoration: none;
	color: white;
}
.book a:hover {
	text-decoration: none;
	color: gold;
}
.bookimg {
		margin-bottom:4px;
}
/*集合写真*/
.pict2 {
	float: none;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
ol {
	margin-top: 10px;
	margin-left: 60px;
}
.midasi a {
	text-decoration: none;
	color: white;
}
.midasi a:hover {
	text-decoration: none;
	color: gold;
}

.contents2 h2 {
	margin-top: 48px;
	margin-bottom: 10px;
	line-height: 2em;
	width: 100%;
	background-color: #721002;
	color: #FFF;
	padding-top: 2px;
	padding-left: 10px;
}
.contents2 h3 {
	margin-left: 48px;
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FC0;
}
.contents2 .date2 {
	text-align: right;
}
.contents2 .date3	{
		margin-right:18px;
		margin-top:8px;
		text-align:right;
		font-weight:bold;
}
.contents2 .date4 {
	margin-left: 18px;
	margin-top: 8px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
}
.contents2 .ivnt-img1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.contents2 .ivnt-img1 img {
	max-width: 100%;
	height: 200px;
	margin-top: 20px;
	margin-left: 10px;
}
.contents2 .imgright	{
		float: right;
		margin-top: 8px;
		margin-bottom: 16px;
		margin-left: 16px;
}
.contents2 dl	{
		margin-top:12px;
		margin-left:40px;
		line-height:1.2em;
}
.contents2 dl dd	{
		margin-left:30px;
		margin-bottom:8px;
}


/*-- スライドショー --*/
.main_imgBox {
	height: 500px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
.main_img {
	z-index:10;
	opacity: 0;
	width: 100%;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 36s 0s infinite;
	animation: anime 36s 0s infinite;
}

.main_img:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s; 
}

.main_img:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.main_img:nth-of-type(4) {
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}

.main_img:nth-of-type(5) {
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}

.main_img:nth-of-type(6) {
	-webkit-animation-delay: 30s;
	animation-delay: 30s;
}

.main_imgM {
	opacity: 0;
	width:100%;
	height:100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 36s 0s infinite;
	animation: anime 36s 0s infinite;
}

.main_imgM:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.main_imgM:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.main_imgM:nth-of-type(4) {
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}

.main_imgM:nth-of-type(5) {
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}

.main_imgM:nth-of-type(6) {
	-webkit-animation-delay: 30s;
	animation-delay: 30s;
}

@keyframes anime {
	0% {
		opacity: 0;
	}
	8% {
		opacity: 1;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		z-index:9;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes anime {
	0% {
		opacity: 0;
	}
	8% {
		opacity: 1;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		z-index:9;
	}
	100% {
		opacity: 0
	}
}
/*-- スライドショー --ここまで --*/

.totop {
	clear:both;
	text-align:right;
	font-size:13px;
}
.totop a {
	text-decoration:none;
	color:white;
}
.totop a:hover {
	color:gold;
}

@media (min-width: 769px){
	.conB {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.t-bar {
		width: calc(100% - 150px);
		margin-left: auto;
		margin-right: auto;
	}
	.contents1{
		margin-left: 75px;
		margin-right: 73px;
		line-height:2em;
	}
}

@media (min-width:708px) and (max-width: 768px){
	.t-bar {
		width: calc(100% - 140px);
		margin-left: auto;
		margin-right: auto;
	}
	.contents1{
		margin-left: 70px;
		margin-right: 70px;
		line-height:1.8em;
	}
	.contents1 .logo-p {
		margin-right: 60px;
	}
	.contents1 ul li {
		margin-left: 20px;
	}
	.main_imgBox {
		height: 450px;
	}
	.footA {
		margin-left:30px;
	}
	.footB {
		margin-left: 27px;
	}
}

@media (max-width: 707px){
	.t-bar {
		width: calc(100% - 70px);
		margin-left: auto;
		margin-right: auto;
	}
	.t-bar .lc2{
		font-size:14px;
	}
	.contents1{
		margin-left: 35px;
		margin-right: 35px;
		line-height:1.8em;
	}
	.contents1 .logo-p {
		font-size: 0.8em;
		line-height: 1.4em;
	}
	.contents1 .logo-60b {
		float:left;
		width: 96px;
		height: auto;
		margin-top: 30px;
		margin-right: 20px;
		margin-left: 0px;
	}
	.bookarea {
		display: block;
	}
	.bookimg {
		width: 100%;
	}
	ol {
		margin-top: 30px;
		margin-left: 20px;
		margin-bottom: 50px;
	}
	.contents1 ul li {
		margin-left: 20px;
	}
	.contents2 h2 {
		line-height: 1.4em;
		padding-right: 10px;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.contents2 h3 {
		margin-left: 0px;
	}
	.contents2 h3 {
		margin-left: 0px;
	}
	.contents2 .date2 {
		text-align: left;
	}
	.contents2 .date4 {
		margin-left: 0px;
		margin-top: 8px;
		margin-bottom: 20px;
		text-align: left;
		font-weight: bold;
	}
	.keywd2{
		margin-left: 12px;
		font-size: 90%;
	}
	.contents2 .ivnt-img1 img {
		width: 100%;
		height: auto;
		margin-top: 20px;
		margin-left: 10px;
	}
	.contents2 dl	{
		margin-left:10px;
	}
	.contents2 dt	{
		margin-top: 8px;
		margin-bottom:8px;
	}
	.main_imgBox {
		height: 300px;
	}
}
