@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#Mimg {
    width: 100%;
    height: 700px;
	background-image: url(../web/architecturalmetal/mimg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.txtBox1 {
	width: 100%;
	margin-top: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #fff;
	float: left;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.txtBox2 {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------------------コンテンツ*/
#Pl {
	width: 100%;
	height: 20px;
	margin: 0 auto;
}
.breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 12px;
  line-height: 30px;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 5px;
  font-size: 12px;
  line-height: 30px;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
	color: #000;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:first-child a:before {
  content: url(../web/object/plhome.png);
  padding-right: 5px;
  line-height: 30px;
}

#container {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 50px;
}
#contents01 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 1100px;
	margin: 0 auto;
	font-size: 50px;
	line-height: 55px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
h2:after {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100px;
  height: 3px;
  left: 550px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}
.hac {
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	letter-spacing:1px;
	float: left;
	margin-top: 35px;
}
#sec01Bg {
	width: 100%;
	height: 600px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: left;
}
#sec01Bg .bgImg{
	width: 70.00%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime 28s infinite;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}
#sec01Bg .src1{
	display:block;
	background-image: url(../web/architecturalmetal/c02back01.webp); 
}
#sec01Bg .src2{
	background-image: url(../web/architecturalmetal/c02back02.webp);  
	animation-delay: 7s;
}
#sec01Bg .src3{
	background-image: url(../web/architecturalmetal/c02back03.webp); 
	animation-delay: 14s;
}
#sec01Bg .src4{
	background-image: url(../web/architecturalmetal/c02back04.webp); 
	animation-delay: 21s;
}
@keyframes bgAnime {
   0% { opacity: 0; }
   3% { opacity: 1; }
   25% { opacity: 1; }
  28% { opacity: 0; }
}
#c01Box {
	position: absolute;
	display:inline-block;
	top: 30px;
	left: 50%;
	width: 490px;
	height: 440px;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	float: left;
	z-index: 100;
	background-color: rgba(255,255,255,0.85);
}
#c01Box .ttl {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
}
#c01Box .txt {
	width: 100%;
	font-size: 16px;
	line-height: 27px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	float: left;
}

#section02 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents02 {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
h3 {
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #1a66a0;
	text-align: center;
	float: left;
}
#thumb {
	position: relative;
	float: left;
	width: 260px;
	height: 220px;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	margin-top: 40px;
}
#thumb.f {
	margin-left: 20px;
}
#thumb img{
	width: 260px;
	height: 195px;
	margin-bottom: 10px;
	outline: 1px solid #CCC;
	outline-offset: -1px;
}


#c02_btn {
	float: left;
	margin-top: 70px;
	margin-left: 150px;
}
.button2 {
  display: inline-block;
  width: 800px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 68px;
  font-weight: bold;
  outline: none;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  line-height: 68px;
  overflow: hidden;
}
.button2:hover {
  color: #FFF;
  text-decoration: none;
  border: 1px solid #114c9d;
}
.button2::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  top: 0;
  left: 0;
  background-color: #114c9d;
}
.tblBox {
	width: 1100px;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	margin-top: 80px;
	letter-spacing: 1px;
}
.tblBox table {
	min-width: 1100px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.tblBox td {
	min-width: 100px;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 5px 10px 5px 10px;
}



@media screen and (min-width:768px){

}
