@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','ＭＳ Ｐ明朝';*/
  font-family:  'メイリオ', 'Meiryo', sans-serif;
}

p, dd, td ,ul, li {
 font-family: 'メイリオ', 'Meiryo', sans-serif;
}

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


#site-header {
  background-image: linear-gradient(to bottom,rgb(255 255 255 / 52%) 10%,rgb(255 255 255 / 40%) 75%,rgb(255 255 255 / 0%) 100%);
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 10px;
  z-index: 10000;
}

/*工事名の箇所*/
#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: #fff;
  text-shadow: 3px 3px 3px #000,3px 3px 3px #000,3px 3px 3px #000;
}

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

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

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

/*トップ画の箇所*/


.site-branding {
  position:absolute;
  opacity: 1;
  top: 30vw;
  width:100%;
  transition:top .3s linear,opacity .3s ease-in;
  text-align: right;
  z-index: 1000;
  padding-right: 6%;
}

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

.site-branding-text{
  display:inherit;
  max-width:100%;
}

/*.site-branding-text-r {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    margin-top: 6%;
}*/

/*.home .site-title {
   font-size: 2.8rem;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
  padding-top: 80px;
  line-height: 3.5rem;
}*/

#logo {
 width: 70%;
 max-width: 350px;
 /*margin-left: auto;
 margin-right: auto;*/

 text-align: left;
}

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

#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 img {
	position: fixed;
	z-index: -1;
    width: 100%;
}

#topimg2 img {
	max-height: 1750px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin-top: -9vw;
}


.inner-wrap {
 /*float: left;
 width: 20%*/
	margin-left:auto;
	margin-right:auto;
}

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

.site-branding-sub .site-title {
	 text-align: left;
	 padding-top: 10vw;
	 padding-left: 50px;
}

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



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

#topcontents-sub {
  width: 100%;
  background-color: #ffffff;
  padding-top: 1vw;
  margin-top: -0.5vw;
  z-index: 999;
  position: relative;
}

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


.h2midashi {
  border-bottom: solid 3px #f8ced2;
  position: relative;
  margin-bottom: 5vw;
}

.h2midashi:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #E95259;
  bottom: -3px;
  width: 5%;
}

.h2midashi span {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding-left: 16px;
  color: #F8CED2;
}

/* h2見出し背景有時 */
.h2midashi2 {
  border-bottom: solid 3px #ffffff;
  position: relative;
  margin-bottom: 5vw;
}

.h2midashi2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #E95259;
  bottom: -3px;
  width: 5%;
}

.h2midashi2 span {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding-top: 40px;
  padding-left: 16px;
  color: #ffffff;
}

.h2midashi span {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding-top: 40px;
  padding-left: 16px;
  color: #F8CED2;
}

.photomaru img {
 border-radius: 30px;
}


.topcontentsbacksub {
/*background-image: url("img/topcontentsback.png");*/
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 750px;
}

#backblue2 {
 padding-top: 12vw;
 padding-bottom: 10vw;
 background-image: url("backblue2.png");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 margin-top: 5%;
 margin-bottom: 5%;
}

#backblue {
 padding-top: 13vw;
 padding-bottom: 8vw;
 background-image: url("backblue.png");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 margin-top: 5%;
 margin-bottom: 2%;
}



p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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


#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: 700px;
 margin-left: auto;
 margin-right: auto;
}


#banner30 {
 float: left;
 width: 30%;
 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%;
}

#w50r {
 width: 49%;
 float: left;
 margin-left: 0.1%;
 margin-right: 0.1%;
 margin-top: 5vw;
}

.w46p {
 width: 45.8%;
 float: left;
 margin-left: 1.8%;
 margin-right: 1.8%;
}

#w45 {
	width: 45%;
	margin-left: 5%;
	float: right;
	max-width: 900px;
	margin-top: 5vw;
}

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

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

#contentspageback01_2 {
 /*background-image: url("contentspageback01_2.png");*/
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 100%;
}

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

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

#trafficpageback01 {
 background-image: url("trafficpageback01.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 {
	position: relative;
 width: 99%;
 margin-left: auto;
 margin-right: auto;
 max-width: 940px;
 text-align: left;
}

th {
 width: 20%;
 padding-left: 4%;
 padding-right: 5%;
 border-bottom: 1px solid #8f8f8f;
 background-color: rgba(204,204,204,0.53);
 font-size: 19px;
 font-weight: bold;
 margin: 0;
 line-height: 40px;
}

td {
 width: 75%;
 padding-left: 4%;
 border-bottom: 1px solid #8f8f8f;
 font-size: 18px;
 margin: 0;
 padding-top: 1%;
 padding-bottom: 1%;
}


#map {
	text-align: left;
	padding-bottom: 50px;
	background-color: #F8CED2;
	padding-top: 50px;
	clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
}

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

#ft {
	background-color: #ffffff;
	text-align: center;
	background-position: top center;
	background-attachment: fixed;
	margin-top: -5vw;
	padding-top: 10%;
}

#fttext {
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ftbackcolor {
	background-color: rgba(236,236,236,1.00);
	max-height: 100px;
	line-height: 40px;
}



.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;
}

#top_pos_rere {
	
	position: relative;
}

h3.midashi {
	color: white;
	margin-top: 0;
	padding-top: 1vw;
	padding-bottom: 1vw;
	background-color: #E83836;
	border-radius: 50px;
	width: 80%;
	margin: auto;
}

.pposition {
	padding-top: 30px;
	padding-bottom: 30px;
}

img.borradios {
	/* 画像角丸 */
	border-radius:20px;
}

#topback04 {
	/* 画像斜め */
 	background-image: url("topback04.png");
 	background-position: center top;
 	background-repeat: no-repeat;
 	background-size: 100%;
 	padding-top: 7vw;	
 	padding-bottom: 4vw;
}


#topclip01 {
 background-image: url("topclip01.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 100%;
 width: 100%;
 /*margin-top: 80px;
 position: absolute;*/
}

.backpath04 {
	/* タイトル斜め用 */
	background-color: #E95259;
	width: 100%;
	clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
	margin-bottom: 5vw;
	padding-bottom: 50px;
	padding-top: 70px;
}

.backpath05 {
	/* タイトル斜め用 */
	background-color: #E95259;
	background-size: contain;
	width: 100%;
	padding-top: 5vw;
	clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
	padding-bottom: 50px;
	
}

.backpath06 {
	
	background-color: #F8CED2;
	width: 100%;
	padding-top: 12vw;
	margin-top: 2vw;
	clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
	background-size: contain;
}



.sabtite02 {
	/* サブイトル斜め用 */
    background-color: #E83836;
    width: 100%;
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    padding-bottom: 14px;
    padding-top: 15px;
    margin-top: -3vw;
    margin-bottom: 5vw;
}

.sabtite03 {
	/* サブイトル斜め用 */
    background-color: #E83836;
    width: 100%;
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    padding-bottom: 14px;
    /*padding-top: 15px;*/
   /* margin-top: -3vw;*/
    margin-bottom: 5vw;
}

/*カラー選択用　本番では消す Start*/
#tempcolor {
 widows: 90%;
 max-width: 350px;
 margin-left: auto;
 margin-right: auto;
}

#colorlist {
 float: left;
 margin-left: 1%;
 margin-right: 1%;
 width: 14%;
}

/*カラー選択用　本番では消す End*/
