@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:  'メイリオ', 'Meiryo', sans-serif;
}

*, ::after, ::before {
  box-sizing: border-box;
}


#site-header {
  background-color: #ffffff;
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 10000;
}

/*工事名の箇所*/
#site-header-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  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;
  font-weight: normal;
  padding-left: 30px;
}

#site-header-logo a {
  color: #000000;
}

#site-header-logo a {
  text-decoration: none;
}

/*トップタイトルの箇所*/
.site-title {
  color: #ffffff;
  font-size: 2.4rem;
  text-shadow:1px 1px 3px #000;
}

.site-title #site-title-en {
 font-size: 1.8rem;
}

/*トップ画の箇所*/

.site-branding {
 width: 100%;
 padding-top: 60px;
}

.site-branding-text {
 /* background-color: #002d93; */
 position: relative;
 Z-INDEX: 1;
 width: 750px;
 height: 170px;
 margin-top: 26vw;
 background: linear-gradient(to right, #179300 55%, #fff0 100%);
}

.home .site-title {
   font-size: 2rem;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
  padding-top: 40px;
  line-height: 2.5rem;
}

#logo {
 background-color: #e5efe5;
 padding-top: 2vw;
 height: 6.6vw;
 width: 100%;
 text-align: center;
}

#logo img {
 width: 70%;
 max-width: 350px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

#topimg {
 float: right;
 width: 80%;
}

.inner-wrap {
 float: left;
 width: 20%
}

.site-branding-sub {
 width: 100%;
 padding-top: 60px;
 height: 27vw;
 max-height: 500px;
}

.site-branding-sub .site-title {
 text-align: center;
 padding-top: 20px;
}

#topimg-sub {
	/*height: 100vh;*/
	float: right;
  width: 80%;
  height: 0px
}

#topimg-sub img {
 width: 100%;
}

.site-branding-sub .inner-wrap {
 float: left;
 width: 100%;
 position: relative;
}

.site-branding-sub #titlemargin {
 height: 9vw;
 max-height: 200px;
}

.site-branding-sub  .site-branding-text {
   width: 100%;
   margin-top: 0;
}

/*トップページの中身*/
#topcontents {
width: 100%;
background-color: #ffffff;
margin-top: 7vw;
}

#topcontents-sub {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  padding-top: 100px;
}

h2 {
 font-size: 2.5rem;
 text-align: center;
 padding-top: 20px;
}

#topcontents-sub h2 {
margin-top: 0px;
padding-top: 30px;
font-size: 2.3rem;
}

p {
  margin: 0;
  padding: 0;
}

p#kjinfo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	font-size: 20px;
	text-align: left;
}

#kjinfoimg {
width: 100%;
margin-left: auto;
margin-right: auto;
/* [disabled]max-width: 1200px; */
text-align: center;
}

#kjinfoimg h3 {
	font-size: 26px;
}

#kjinfoimg p {
	font-size: 20px;
}


#topback01 {
 background-image: url("topback01.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 50%;
 margin-top: 80px;
}

#backblue {
 padding-bottom: 50px;
background: linear-gradient( #fff0 60%, #099300 60%, #099300);
 margin-top: 150px;
}

#topback02 {
 background-image: url("topback02.png");
 background-position: center top;
 background-repeat: repeat;
 background-size: contain;
 margin-top: 0px;
 padding-top: 50px;
}

#newstitle {
 width: 100%;
 margin-bottom: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 text-align: center;
}

.news {
 background-color: #ffffff;
 padding: 30px 30px;
 margin-top: -1vw;
}

#newstitle img{
 width: 70%;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 max-width: 500px;
}

.news h2 {
 margin: 0px 0px;
 padding: 0px 0px;
}

#w80 {
 width: 95%;
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
}


#w60 {
 width: 95%;
 max-width: 800px;
 margin-left: auto;
 margin-right: auto;
}

#banner30 {
 float: left;
 width: 30%;
 margin-left: 1.5%;
 margin-right: 1.5%;
}

#banner45 {
 float: left;
 width: 45%;
 margin-left: 1.5%;
 margin-right: 1.5%;
}

#topback02 dl {
 width: 98%;
 margin-left: auto;
 margin-right: auto;
}

#topback02 dl dt {
 font-weight: bold;
 padding-left: 10px;
 padding-right: 20px;
 font-size: 20px;
 line-height: 35px;
}

#topback02 dl dd {
 width: 98%;
 font-weight: normal;
 border-bottom: 1px solid #000000;
 padding-left: 10px;
 padding-right: 20px;
 font-size: 18px;
 line-height: 35px;
 margin-bottom: 30px;
}

#topback03 {
 background-image: url("topback03.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 50%;
 margin-top: 150px;
}

#pickup {
 width: 95%;
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
}

#pickup h3 {
 font-size: 1.7rem;
 margin-top: 0px;
 padding-top: 0px;
 text-align: center;
}

#w50 {
 width: 49.8%;
 float: left;
 margin-left: 0.1%;
 margin-right: 0.1%;
}

#w502 {
 width: 47.8%;
 float: left;
 margin-left: 1%;
 margin-right:1%;
}

body a:hover {
text-decoration: none;
color: #009303;
}

#contentspageback01 {
 background-image: url("contentspageback01.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 50%;
}

#maptitle {
 background-image: url("maptitle.png");
 background-position: center top;
 background-repeat: no-repeat;
 background-size: 500px;
}

#zumenback {
 background-image: url("zumenback.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 50%;
}

#kouteiback {
 background-image: url("kouteiback.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 50%;
}

#mailback {
 background-image: url("mailback.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 50%;
}

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: 2px solid #00a30d;
 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 {
	text-align: left;
	padding-bottom: 50px;
	background-color: #e6f4e7;
	padding-top: 50px;
}

#photo30 {
 width: 32%;
 margin-left: 0.5%;
 margin-right: 0.5%;
 float: left;
}

#ft {
background-color: #F1F1F1;
text-align: center;
margin-top: 5vw;
}

#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%);
}

a: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;
}
