@charset "utf-8";

body {
  width: 100%;
  margin: 0;
  /*font-family:  serif,'Noto Serif JP','ＭＳ Ｐ明朝','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN',sans-serif;*/
  font-family:  serif,'Noto Serif JP','ＭＳ Ｐ明朝';
}

*, ::after, ::before {
  box-sizing: border-box;
}


#site-header {
  /*background-image: linear-gradient(to bottom,rgb(255 255 255 / 100%) 10%,rgb(255 255 255 / 80%) 90%,rgb(255 255 255 / 0%) 100%);*/
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 5px;
  z-index: 10000;
}

/* headerの色を変える */
.header.change-color {  
  background-color: #ffffffd1;
  -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

/*工事名の箇所*/
#site-header-container {
  display: flex;
  flex-direction: row;
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

#site-header-logo {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 1em;
  width: 100%;
  text-align: left;
  font-size: 2.5rem;
}

#site-header-logo a {
  color: #000000;
  text-decoration: none;
  text-shadow: #ffffff 1px 0 10px,#ffffff 1px 0 10px,#ffffff 1px 0 10px,#ffffff 1px 0 10px;
}

/*トップタイトルの箇所*/
.site-branding {
  position:absolute;
  opacity: 1;
  top: 15vw;
  width:100%;
  transition:top .3s linear,opacity .3s ease-in;
  text-align: right;
}

.site-branding-sub {
  position:absolute;
  opacity: 1;
  top: 11vw;
  width:100%;
  transition:top .3s linear,opacity .3s ease-in;
  z-index: 1;
}

.inner-wrap{
	margin-left:auto;
	margin-right:auto;
}

.site-branding-text{
  display:inherit;
  max-width:100%;
  vertical-align:middle;
}

.site-title {
  color: #ffffff;
  font-size: 3.2rem;
  text-shadow:3px 3px 3px #000;
  margin-left: auto;
  margin-right: 8%;
	padding-top: 12%;
}

.site-title2 {
  color: #ffffff;
  font-size: 2.2rem;
  text-shadow:3px 3px 3px #000;
  margin-left: auto;
  margin-right: 8%;
	padding-top: 12%;
	text-align: right;
}

.site-title2 #site-title-en {
 font-size: 1.8rem;
}

#logo {
 width: 70%;
 max-width: 250px;
 margin-left: 0px;
 margin-right: auto;
	margin-top: 5px;
}

/*トップ画の箇所*/
#topimg {
	/*height: 100vh;*/
	max-height: 100%;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
  margin-top: -65px;
}

#topimg img {
	position: fixed;
		z-index: -1;
    width: 100%;
}

#topimg video {
	position: fixed;
		z-index: -1;
    width: 100%;
}

#topimg-sub {
	/*height: 100vh;*/
	max-height: 100%;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
  margin-top: -65px;
  background: #00000080;
}

#topimg-sub img {
	position: fixed;
		z-index: -1;
    width: 100%;
}

/*見出し*/
#topcontents h2{
  margin-top: 50px;
}

.heading06 {
	font-size: 32px;
  margin-bottom: 30px;
}

.heading06 span {
	display: flex;
	align-items: center;
	color: #498ee0;
	font-size: 18px;
	text-transform: uppercase;
}

.heading06 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}


/*トップページの中身*/
#topcontents {
width: 100%;
background-color: #ffffff;
padding-top: 150px;
margin-top: 85px;
padding-bottom: 0px;
background-image: url('backcontents.png');
background-repeat: repeat-y;
background-position: center top;
background-size: 100%;
background-attachment: fixed;
}

#topcontents-sub {
  width: 100%;
  background-color: #ffffff;
  padding-top: 150px;
  margin-top: 85px;
  padding-bottom: 80px;
  margin-top: -15vw;
  z-index: 999;
  position: relative;
  background-image: url('backcontents.png');
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
  background-attachment: fixed;
}

p {
  margin: 0;
  padding: 0;
}

p#kjinfo {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    font-size: 20px;
}

#kjinfoimg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    text-align: center;
}

#backblue {
padding-top: 50px;
padding-bottom: 50px;
background-image: url("backblue.jpg");
background-position: center center;
background-repeat: repeat;
background-size: contain;
margin-top: 80px;
}

#w80 {
 width: 95%;
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
}

#w800 {
 width: 95%;
 max-width: 800px;
 margin-left: auto;
 margin-right: auto;
}

#w60 {
 width: 95%;
 max-width: 600px;
 margin-left: auto;
 margin-right: auto;
}

#banner30 {
 float: left;
 width: 30%;
 margin-left: 1.5%;
 margin-right: 1.5%;
}

#newsarea .heading06 {
 margin-left: auto;
 margin-right: auto;
}

.news dl {
 width: 98%;
 margin-left: auto;
 margin-right: auto;
}

.news dl dt {
 font-weight: bold;
 padding-left: 10px;
 padding-right: 20px;
 font-size: 20px;
 line-height: 35px;
}

.news dl dd {
 width: 100%;
 font-weight: normal;
 border-bottom: 1px solid #000000;
 padding-left: 10px;
 padding-right: 20px;
 font-size: 18px;
 line-height: 35px;
 margin-bottom: 30px;
}

#pickup {
 margin-top: 100px;
}

#bkititle {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

#contact {
background-image: url('backcontact.png');
background-position: center center;
background-repeat: repeat;
background-size: contain;
text-align: center;
padding-bottom: 50px;
padding-top: 30px;
margin-top: 50px;
}

#w50 {
 width: 49.8%;
 float: left;
 margin-left: 0.1%;
 margin-right: 0.1%;
}

#w50right {
 width: 49.8%;
 float: right;
 margin-left: 0.1%;
 margin-right: 0.1%;
}

#pickup #w50 {
 position: relative;
}

#pickup #bkititle {
  position: absolute;
  font-weight: bold; /*太字に*/
  font-size: 1.5em;/*サイズ2倍*/
  background-color: #2e6effcf;
  text-align: center;
  color: #ffffff;
  left: 22.8vw;
  margin-top: 8vw;
  padding: 15px;
}

#pickup a:hover #bkititle {
 background-color: #000000;
 transition: all 0.3s;
}

#contact .heading06 {
 margin-left: auto;
 margin-right: auto;
}

#topcontents-sub .heading06 {
 margin-left: auto;
 margin-right: auto;
}

body a:hover {
 text-decoration: none;
 color: #130093;
}

table {
 width: 99%;
 margin-left: auto;
 margin-right: auto;
 max-width: 900px;
 text-align: left;
}

th {
 width: 20%;
 padding-left: 2%;
 padding-right: 5%;
 border-bottom: 1px solid #008cef;
 font-size: 19px;
 font-weight: bold;
 margin: 0;
 line-height: 40px;
}

td {
 width: 70%;
 padding-left: 2%;
 border-bottom: 1px solid #8f8f8f;
 font-size: 18px;
 margin: 0;
}

#map {
background-image: url(backblue.jpg);
background-position: center center;
background-repeat: repeat;
background-size: contain;
padding-bottom: 50px;
padding-top: 50px;
}

#photo30 {
 width: 32%;
 margin-left: 0.5%;
 margin-right: 0.5%;
 float: left;
}

.photomaru img {
 border-radius: 30px;
}

#ft {
 background-image: url('ftback.jpg');
 background-position: center top;
 background-repeat: no-repeat;
 background-size: cover;
  text-align: center;
}

#fttext {
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}




.sa {
  opacity: 0;
  transition: all .5s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}

.btn,
a.btn,
button.btn {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-top: 30px;
}

a.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

.popphoto:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#page-top{
    position: fixed;
    bottom: 0.5%;
    right: 1%;
    width: 3%;
    z-index: 1000;
}
#page-top a{
    color: #fff;
    text-decoration: none;
}

