@charset "utf-8";

/*------------------------------------------------
	common
--------------------------------------------------*/
article {
	position: relative;
	margin: 0;
	padding:0;
	width: 100%;
	min-height: 600px;
	overflow: hidden;
	overflow: hidden;
	box-shadow: 0 3px 2px -2px #666666;
	border-bottom: 1px solid #666666;
	z-index:2;
	background-color:#000;
}

#BG_Wall2 .updown {
	position: absolute;
    top: 95px;
    right: 92px;
	opacity:0;
}

.updown {
	position: absolute;
    bottom: 92px;
    right: 92px;
	opacity:0;
}

.updown a{
	display:block;
}

.article-txt{
	position: absolute;
	bottom: 95px;
    right: 132px;
}



#BG_Wall2 .article-txt{
	position: absolute;
	top: 95px;
    right: 132px;
	z-index:1;
}


#BG_Wall2 .article-txt2{
	position: absolute;
	bottom: 50px;
    left: 40px;
	z-index:1;
}

.article-txt > p,.article-txt2 > p{
	opacity:0;
	font-size: 88%;
    line-height: 2;
	display:block;
	 text-shadow: 1px 1px 1px #000000;
	 filter: Shadow(Color=#000000, Direction=130, Strength=1);
	
}

:is(.article-txt,.article-txt2) a {
	color: inherit;
}


@media screen and (max-width: 640px) {
	.article-txt > p,.article-txt2 > p{
		line-height:1.5;
	}
}

.article-txt > table{
	font-size:88%;
	text-shadow: 1px 1px 1px #000000;
	 filter: Shadow(Color=#000000, Direction=130, Strength=1);
	 opacity:0;
}

.article-txt th {
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	border-right:1px solid #FFF;
	white-space:nowrap;
}

.article-txt td {
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

.shadow{
	background: url("../images/shadow.png") repeat-x scroll 0 0 transparent;
    bottom: -3px;
    height: 3px;
    position: absolute;
    width: 100%;
}


#loader {
    width: 28px;
    height: 28px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px; 
    z-index: 15;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}


#slidemenu {
    display: none;
    position: relative;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 300px;
    padding: 0;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}


#slidemenu nav {
	height:100%;
	width:300px;
	position:absolute;
	top:0;
	z-index:9999;
	color:#999;
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.5) inset;
	background: url("../images/sNav_bg.png") repeat-y scroll 0px 0 transparent;
}


#slidemenu nav ul {
	padding:0;
	width:100%;
	margin:0 0 0;
	width:300px;
}

#slidemenu nav ul li {
	width:300px;
	border-bottom:1px solid #111;
	border-top:1px solid #3C3C3C;
}



#slidemenu nav ul li a{
	padding: 20px 0 20px 20px;
	display:block;
	width:280px;
	text-decoration:none;
	color:#FFFFFF;
	-webkit-text-size-adjust: 150%;
}

#slidemenu nav ul li a.double{
	padding: 9px 0 14px 10px;
	display:block;
	width:280px;
	text-decoration:none;
	color:#FFFFFF;
}

a.scur{
	/*box-shadow: 0 0 5px #FFCA62;*/
	text-shadow: 1px 1px 3px #FFCA62;
	font-weight:bold;
}

#slidemenu nav ul li a:visited,#slidemenu nav ul li a:hover{
	color:#FFF;
}



h3 {
    display: none;
    height: 80px;
    position: absolute;
    right: 0px;
    top: 60px;
    width: 80px;
	margin-right:0px;
}

h3 a{
    display: block;
    height: 80px;
    width: 80px;
	background: url("../images/btn_menu_bg.png") no-repeat scroll -80px 0 transparent;
}

h3 a{
	opacity:0.8;
}

.article-txt h4,.article-txt2 h4{
	height:24px;
	margin-bottom:8px;
	margin-left:-5px;
	opacity:0;
}


.notFunc{
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

/*------------------------------------------------
	トップ
--------------------------------------------------*/

#Top #hh1{
	background: url("../images/header_top.png") no-repeat scroll 0 0 transparent;
}

#Top #hh2{
	background: url("../images/header_top01.png") no-repeat scroll 0 0 transparent;
}

#Top #hh3{
	background: url("../images/header_top02.png") no-repeat scroll 0 0 transparent;
}

#Top #hh4{
	background: url("../images/header_top02.png") no-repeat scroll 0 0 transparent;
}

#Top #HSS03 {
	/*background: url("../images/bg_map.png") no-repeat center center #000;*/
	background-size: contain;
}
#Top #HSS03 :is(.article-txt,.article-txt2) {
	background-color: #0009;
	padding: 2em;
}
#Top #HSS03 .BGImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
}


/*------------------------------------------------
	品質
--------------------------------------------------*/


#Quality #HSS01 h4{
	background: url("../images/header_quality.png") no-repeat scroll 0 0 transparent;
}

#Quality #HSS02 h4{
	background: url("../images/header_quality01.png") no-repeat scroll 0 0 transparent;
}

#Quality #HSS03 h4{
	background: url("../images/header_quality02.png") no-repeat scroll 0 0 transparent;
}

#Quality #HSS04 h4{
	background: url("../images/header_quality03.png") no-repeat scroll 0 0 transparent;
}

#Quality #HSS05 h4{
	background: url("../images/header_quality04.png") no-repeat scroll 0 0 transparent;
}

#Quality #HSS06 h4{
	background: url("../images/header_quality05.png") no-repeat scroll 0 0 transparent;
}

#Quality #HSS07 h4{
	background: url("../images/header_quality06.png") no-repeat scroll 0 0 transparent;
}



#Contact h4{
	background: url("../images/header_contact.png") no-repeat scroll 0 0 transparent;
	height:24px;
	margin-bottom:8px;
	margin-left:-5px;
}





#mapcanvas {
	position: relative;
	z-index: -1;
	width: 100%;
}
#mapcanvas iframe {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% + 200px);
	z-index: 1;
}
#mapcanvas::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #0006;
}




#Equipment #HSS01 .article-txt {
	width: min(90%,35rem);
	height: 70vmin;
	overflow-y: scroll;
}

.grid-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}
.grid-layout figure img {
	max-width: 100%;
	height: auto;
}
.grid-layout figure figcaption {
	margin-top: 0.5em;
}
