@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/99_top.jpg);
	background-position: center bottom -30px;
	background-size: 100%;
}

/* 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;
}
.contents1 a {
	text-decoration: none;
	color: white;
}
.contents1 dd a {
	color: silver;
}
.contents1 a:hover {
	color: gold;
}
.contents1 dl {
	margin-bottom: 40px;
}
.contents1 dt {
	margin-left: 10px;
}
.contents1 dd {
	margin-left: 40px;
}
.contents1 .slogan {
	color: palegoldenrod;
}
.contents1 .logo-p {
	margin-top: 30px;
}
.contents1 .logo-60b {
	float:left;
	width: 96px;
	height: auto;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
}

/*-- スライドショー --*/
.main_imgBox {
	height: 500px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.main_imgM {
	opacity: 0;
	width:100%;
	height:100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 60s 0s infinite;
	animation: anime 60s 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;
}

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

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

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

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

@keyframes anime {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	10% {
		opacity: 1;
	}
	15% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		z-index:9;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes anime {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	10% {
		opacity: 1;
	}
	15% {
		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){
	.conA {
		background-position:center bottom -30px;
		background-size: 100%;
	}
	.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;
	}
	.footA {
		margin-left:30px;
	}
	.footB {
		margin-left: 27px;
	}
}

@media (max-width: 707px){
	.conA {
		background-position: center bottom -30px;
		background-size: 140%;
	}
	.t-bar {
		width: calc(100% - 70px);
		margin-left: auto;
		margin-right: auto;
	}
	.t-bar .lc2 {
		padding-left:10px;
		font-size: 13px;
	}
	.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;
	}
	.contents1 ul li {
		margin-left: 20px;
	}
}
