/*http://photoshopvip.net/97760*/
html {
  overflow: scroll;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

p {
  font-size: 18px;
  font-weight: 400;
  color: #515769;
  line-height: 1.4;
  margin-bottom: 15px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #1833D9;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 22px;
}

ul {
  list-style: none;
}

em,
li,
li a {
  font-size: 18px;
 /* font-weight: 500;*/
  color: #515769;
}

a {
  color: #81848f;
  outline: 0;
}

a:focus, a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

.link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  /*background: #17bed2;*/
  content: " ";
}

span {
  font-size: 14px;
  font-weight: 400;
  color: #bfc1c7;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #1833D9;
  line-height: 1.4;
  margin: 0 0 15px;
}








/*追加部分*/

/*********************************************/
/*石材見積もりヘッダー動画*/

/* ラッパー（外側の要素） */
.video-wrapper {
  aspect-ratio: 16 / 9;  /* 縦横比（アスペクト比） */
  overflow: hidden;
  position: relative; /* 絶対配置するコンテンツや疑似要素の基準とする */
  width: 100%;
    height: 400px;
}
 
/* 疑似要素でオーバーレイを表示 */
.video-wrapper::before {
  content: "";
  position: absolute; /* 絶対配置 */
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
    height: 400px;
}
 
/* video 要素 */
.video-wrapper video {
  width: 100%;  /* 明示的に幅を設定（必須） */
  height: 400px; /* 明示的に高さを設定（必須） */
  object-fit: cover; /* コンテンツボックスに収まるように拡大縮小 */
}
 
.video-content {
  margin: 0;
  position: absolute; /* 絶対配置 */
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
 
#content .video-content h2 {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  text-shadow: 2px 2px 2px #444;
  color: blue;
    z-index: 100;
}
 
 
@media screen and (max-width: 480px) {
  .video-wrapper {
    aspect-ratio: 1 / 1;
  }
  .video-content {
    top:38%;
    margin-top: 1rem;
  }
}    


/*********************************************/
/*河川ページパララックス*/

#contents01{
  background-image: url("../kasen/img/palala.jpg");
}
.bgImage{
  width: 100%;
  min-height: 800px;
  color: #fff;
  display: table;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; /*画像をウィンドウサイズにフィット*/
    background-attachment: fixed; /*画像位置を固定　ここに移動*/
}
.bgImage > * {
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
}
    .uepad{
    margin-top: 500px;
    }

@media screen and (max-width: 768px) {
.uepad{
    margin-top: 150px;
    }
  .bgImage {    
       /* background-size: cover; /*画像をウィンドウサイズにフィット*/
  }
}

.kasenbacksiro{
background:rgba(255,255,255,0.7);
}

.kasentitle {
	position: relative;
	font-size: 26px;
	text-align: center;
	border-bottom: 5px solid #CACACA;
}

.kasentitle::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #387ccc;
}
.kasentitle1 {
	position: relative;
	padding-bottom: 10px;
	font-size: 20px;
}

.kasentitle1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image:
		repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
		repeating-linear-gradient(135deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}


/*リストで3列*/
ul.listtest3 {
display: table;
width:100%;
}
ul.listtest3 > li:nth-child(3n+1) {
clear: both;
}
ul.listtest3 li:nth-child(1){
  width:  50%;
}
ul.listtest3 li:nth-child(2){
  width:  30%;
}
ul.listtest3 > li {
display: table-cell;
float: left;
    font-size: 12px;
}


/*リストで2列*/
ul.listtest2 {
    display: table;
    width:100%;
}
ul.listtest2 > li:nth-child(2n+1) {
    clear: both;
}
ul.listtest2 > li {
    display: table-cell;
    float: left;
    width: 50%;
    font-size: 12px;
}



.text-center1{
    margin : 0 auto
}

@media only screen and ( max-width : 1400px ) {/*ハンバーガーになったらサブメニューは非表示*/
    .brnasi{
        display:none;
    }
}


/* -------------------- */
/* ▼石 メニューバーの装飾 https://allabout.co.jp/gm/gc/23911/6/　*/
/* -------------------- */
ul.ddmenu {
   margin: 0px;               /* メニューバー外側の余白(ゼロ) */
   padding: 0px 0px 0px 15px; /* メニューバー内側の余白(左に15px) */
   /*background-color: #cc0000;  バーの背景色(濃い赤色) */
}

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
ul.ddmenu li {
    padding-top:20px;
   display: inline-block; /* ★横並びに配置する */
   list-style-type: none; /* ★リストの先頭記号を消す */
   position: relative;    /* ★サブメニュー表示の基準位置にする */
}
ul.ddmenu a {
   /*background-color: #cc0000;  メニュー項目の背景色(濃い赤色) */
   /*color: white;               メニュー項目の文字色(白色) */
   line-height: 20px;         /* メニュー項目のリンクの高さ(40px) */
   text-align: center;        /* メインメニューの文字列の配置(中央寄せ) */
   text-decoration: none;     /* メニュー項目の装飾(下線を消す) */
   font-weight: bold;         /* 太字にする */
   display: block;            /* ★項目内全域をリンク可能にする */
    font-size:15px;
}
ul.ddmenu a:hover {
   background-color: #EFEFEF; /* メニュー項目にマウスが載ったときの背景色(淡いピンク) */
   color: #363636;             /*メニュー項目にマウスが載ったときの文字色(濃い赤色) */
}

@media only screen and ( max-width : 1199px ) {/*ハンバーガーになったらサブメニューは非表示*/
    ul.ddmenu li {
       width: 200px;          /* メニュー項目の横幅(125px) */
    }
    ul.ddmenu ul li {
       display:none;
    } 
}

@media only screen and ( min-width : 1200px ) {
    /* ---------------------------------- */
    /* ▼サブメニューがある場合に開く処理 */   /* ※サブメニューが1階層しか存在しない場合の記述 */
    /* ---------------------------------- */
    ul.ddmenu li:hover ul {
       display: block;      /* ★マウスポインタが載っている項目の内部にあるリストを表示する */
    }

    /* -------------------- */
    /* ▼サブメニューの装飾 */
    /* -------------------- */
    ul.ddmenu ul {
       margin: 0px;         /* ★サブメニュー外側の余白(ゼロ) */
       padding: 0px;        /* ★サブメニュー内側の余白(ゼロ) */
       display: none;       /* ★標準では非表示にする */
       position: absolute;  /* ★絶対配置にする */
        font-size: 15px;
    }

    /* ------------------------ */
    /* ▼サブメニュー項目の装飾 */
    /* ------------------------ */
    ul.ddmenu ul li {
       width: 310px;                /*サブメニュー1項目の横幅(135px) */
       border-top: 1px solid #4E4E4E; /* 項目上側の枠線(ピンク色で1pxの実線) */
       background-color: #E7F2F9; /* メニュー項目にマウスが載ったときの背景色(淡いピンク) */
       padding: 5px;
    }
    ul.ddmenu ul li a {
       /*line-height: 35px;      サブメニュー1項目の高さ(35px) */
       text-align: left;      /* 文字列の配置(左寄せ) */
       padding-left: 5px;     /* 文字列前方の余白(5px) */
       font-weight: normal;   /* 太字にはしない */
        font-size: 14px;
    }
    ul.ddmenu ul li a:hover {
       background-color: #E7F2F9; /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
       color: #0010B9;            /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
    }
}

.square_btn1 {
    position: relative;
    display: inline-block;
    padding: 0px 0px;
    text-decoration: none;
    color: #FFF;
    background: #1F5AE3;/*色*/
    font-weight: bold;
	font-size: 14px;
}
.square_btn1:active {/*押したとき*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.30);
}
.square_btn1:hover {/*押したとき*/
    background: #1F5AE3;/*色*/
}




.nijusen {
  padding-bottom: .5em;
  border-bottom: 3px double #ccc;
    font-size: 22px;
    color: #2C5290;
}


/*メニュー追加分*/







area{
border:none;
outline:none;
}


.head_test {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    font-size:  30px;       /* 文字サイズ指定 */
    color: #fff;
    z-index: 100;
}
.head_test-point {
    font-family: "AmaticSC";
    font-size: 70px;        /* 文字サイズ指定 */
    margin-left:  0px;     /* 周りの余白指定 */
    color: #605e5f;
    z-index: 90;
}



/*問い合わせボタン*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


.btnisi,
a.btnisi,
button.btnisi {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  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: #B2B2B2;
  border-radius: 0.5rem;
}

.btnisi-wrap {
  margin: 30px 0;
}

a.btnisi-c {
  font-size: 2.2rem;

  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #7B7B7B;
  -webkit-box-shadow: 0 5px 0 #B2B2B2;
  box-shadow: 0 5px 0 #B2B2B2;
}

a.btnisi-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #7B7B7B;
  border: 2px solid #7B7B7B;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btnisi-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #7B7B7B;
  -webkit-box-shadow: 0 2px 0 #B2B2B2;
  box-shadow: 0 2px 0 #B2B2B2;
}

a.btnisi-c:hover:before {
  left: 2rem;
}






/*********************************************/
/*石パネル　施工例*/

.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
      padding-bottom: 10em;
}

.fh5co-heading {
  margin-top: 6em;
  margin-bottom: 3em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.fh5co-project {
  margin-bottom: 30px;
}
.fh5co-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-project > a h3, .fh5co-project > a span {
  z-index: 12;
  position: absolute;
  right: 0px;
  left: 20px;
  bottom: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 20px;
  font-weight: bold;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-project > a span {
  font-size: 14px;
  bottom: 20px;
}
.fh5co-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.fh5co-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .fh5co-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.fh5co-project > a:hover h3, .fh5co-project > a:hover span {
  opacity: 1;
  bottom: 25px;
}
.fh5co-project > a:hover span {
  bottom: 15px;
}
.fh5co-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .fh5co-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}



/* 石 区切り線*/
.linestyle8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


.ulinenasi a{
     text-decoration: none;
}


/* 石 その他施工例*/
    .card4 {
        width: 200px;
        margin: 20px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 3px 6px #ccc;
    }
    .image4 {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 5px 5px 0 0;
    }
    .title4 {
        font-size: 100%;
        margin: 10px;
        color: #444;
    }
    .content4 {
        padding: 10px;
        color: #666;
        font-size: 90%;
    }
    .box4 {
        display: flex;
        justify-content: flex-end;
    }
    .continue4 {
        font-size: 80%;
        margin: 5px;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #1652A7;
        color: #1652A7;
        background-color: transparent;
    }
    .card4 a {
}


/*********************************************/
/*石 施工例スライドショー　 https://www.willstyle.co.jp/DEMO/20170303/content05.html  */
.swiper-container{
    text-align: center;
    width: 700px;
}

@media (max-width: 750px) {
    .swiper-container{
        max-width: 90%;
    }
}

.swiper-container .swiper-slide img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.prettyprint{
    border: none;
    background: #fafafa;
    color: #697d86;
}
#thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
#thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.2;
    cursor: pointer;
}
#thumbs .swiper-slide-active {
    opacity: 1;
}
/*********************************************/


.flex-container1{
    display:flex;
}
.flex-container1 li{
    list-style:none;
    padding:3px;
}
@media (max-width:767px){
    .flex-container1{
            display:block;
    }
    .flex-container1 li{
            width:100%;
    }
}




/*********************************************/
/*石 施工例写真並べる*/

.isirei {
    display: flex;
  }

  .isirei1 {
    width: 250px;
  }
  .irosiage {
    width: 150px;
  }

  @media screen and (min-width: 801px) {
    .isirei {
      flex-wrap: wrap;
    }
  }

  @media screen and (max-width: 400px) {
    .isirei {
      display: block;
    }
  }



/*********************************************/
/*石 施工例写真並べる*/

	/* 共通（ローディングとナビゲーション） */
	.bxslider {
		position: relative;
	}
	.bxslider ul {
		opacity: 0;
	}

	.bxslider a {
		transition: 0.4s;
	}
	.bxslider .bx-pager {
		position: absolute;
		bottom: 26px;
		left: 0;
		width: 100%;
		height: 0px;
		text-align: center;
		display: inline;
	}
	.bxslider .bx-pager-item {
		display: inline;
		padding: 0 20px;
	}
	.bxslider .bx-pager-item a {
		background: rgba(0,0,0,1);
		display: inline-block;
		width: 16px;
		height: 16px;
		text-indent: -200%;
		overflow: hidden;
		border-radius: 50%;
	}
	.bxslider .bx-pager-item a:hover {
		background: rgba(0,0,0,0.6);
	}
	.bxslider .bx-pager-item a.active {
		background: rgba(160,160,160,1);
	}

	.bxslider .bx-controls-direction {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1em;
		width: 100%;
		height: 0px;
	}
	.bxslider .bx-controls-direction a {
		width: 40px;
		height: 40px;
		display: block;
		background: rgba(0,0,0,0.8);
		position: relative;
		text-indent: -100%;
		overflow: hidden;
	}
	.bxslider .bx-controls-direction a:hover {
		background: rgba(0,0,0,0.4);
	}
	.bxslider .bx-controls-direction a:before,
	.bxslider .bx-controls-direction a:after {
		content: '';
		position: absolute;
		top: 12px;
		left: 8px;
	}
	.bxslider .bx-controls-direction a:after {
		width: 16px;
		height: 16px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
	.bxslider .bx-controls-direction a.bx-prev:after {
		transform: rotate(-135deg);
		left: 16px;
	}
	.bxslider .bx-prev {
		float: left;
	}
	.bxslider .bx-next {
		float: right;
	}

	.bx-loading:before,
	.bx-loading:after,
	.bx-loading {
	  border-radius: 50%;
	  width: 1em;
	  height: 1em;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  -webkit-animation: load7 1.8s infinite ease-in-out;
	  animation: load7 1.8s infinite ease-in-out;
	}
	.bx-loading {
	  color: #000;
	  font-size: 10px;
	  position: absolute;
	  top: 40%;
	  left: 50%;
	  text-indent: -100%;
	  -webkit-transform: translateZ(0);
	  -ms-transform: translateZ(0);
	  transform: translateZ(0);
	  -webkit-animation-delay: -0.16s;
	  animation-delay: -0.16s;
	}
	.bx-loading:before {
	  left: -3.5em;
	  -webkit-animation-delay: -0.32s;
	  animation-delay: -0.32s;
	}
	.bx-loading:after {
	  left: 3.5em;
	}
	.bx-loading:before,
	.bx-loading:after {
	  content: '';
	  position: absolute;
	  top: 0;
	}
	@-webkit-keyframes load7 {
	  0%,
	  80%,
	  100% {
	    box-shadow: 0 2.5em 0 -1.3em;
	  }
	  40% {
	    box-shadow: 0 2.5em 0 0;
	  }
	}
	@keyframes load7 {
	  0%,
	  80%,
	  100% {
	    box-shadow: 0 2.5em 0 -1.3em;
	  }
	  40% {
	    box-shadow: 0 2.5em 0 0;
	  }
	}
		

	/* Example5 */
	.bxslier5_photo,
	.bxslider5 .bxslider {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
	.bxslider5 ul li {
		opacity: 0.5;
		cursor: pointer;
	}
	.bxslider5 ul li.active {
		opacity: 1;
	}
	.bxslier5_photo img,
	.bxslider5 ul li img {
		width: 100%;
		height: auto;
	}




/*********************************************/
/*石 フロー*/
.flow ul {
  padding: 0;
}
.flow li {
  list-style-type: none;
}
.flow dd {
  margin-left: 0;
    width: 50%;
}

.flow {
  border: 3px solid rgb(107,144,219);
}
.flow > li {
  padding: 30px;
}
.flow > li:not(:last-child) {
  border-bottom: 3px solid rgb(107,144,219);
  position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 25%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: rgb(107,144,219);
}
.flow > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: rgb(107,144,219);;
}
.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  -ms-flex-preferred-size: 20%;
  /*flex-basis: 20%;*/
    width: 50%;
  margin-right: 1vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
}



/*********************************************/
/*石 飾り枠*/

.sample_box3_1 {
    position: relative;
    padding: 1em 1.5em;
    margin: 2em 0;
    border: solid 3px #c71585;/*線*/
    border-radius: 8px;/*角の丸み*/
    color: #000000;/*文字色*/
    width: 60%;
}
.sample_box3_1 .sample_box_title{
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 1.3em;/*タイトル文字サイズ*/
    background: #ffffff;/*タイトル文字背景色*/
    color: #c71585;/*タイトル文字色*/
    font-weight: bold;
}
.sample_box3_1 p {
    margin: 0; 
    padding: 0;
}


.sample_box2_5 {
    position: relative;
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color: #ffffff;/*背景色*/
    color: #000000;/*文字色*/
    z-index: 1;
}
.sample_box2_5::before,
.sample_box2_5::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sample_box2_5::before {
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
    z-index: -1;
}
.sample_box2_5::after {
    background-color: #ffffc6;/*ズレている方の背景色*/
    top: 5px;
    left: 5px;
    z-index: -2;
}
.sample_box2_5 p {
    margin: 0; 
    padding: 0;
}

/*********************************************/
/*石 丸にテキスト*/

.circle{
    position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: skyblue;
}
.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align:center;
    width :200px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}

/*********************************************/
/*石 飾り枠*/

.sample_box8 {
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color:#f4f9ff;/*背景色*/
    border:1px solid #84c1ff;/*枠線*/
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);/*影*/
    color:#000000;/*文字色*/
}
.sample_box8 p {
    margin: 0; 
    padding: 0;
}

/*********************************************/
/*石 製品一覧のサムネイル*/

.card {
  width: 350px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
    margin: 20px 20px;
}
.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.card-content {
  padding: 10px;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.card-text {
  color: #777;
  font-size: 16px;
  line-height: 1.5;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link a {
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
}
.card-link a:hover {
  color: #0090aa;
}
.gazotext{
    position: relative;/*相対配置*/
    text-align: center;
}
.gazotext .gazotext1 {
	position: absolute;
	color: white;/*文字は白に*/
	font-weight: bold; /*太字に*/
	font-size: 1.7em;/*サイズ2倍*/
	font-family : Quicksand, sans-serif;/*Google Font*/
	top: 20%;
    left: 45%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	text-shadow: 1px 2px 5px #808080;
}

@media (max-width:767px) {
    .gazotext{
        padding-top:40px;
    }
    .gazotext .gazotext2 {
        font-size: 20px;/*サイズ2倍*/
    }
}
@media (min-width:768px) {
    .gazotext .gazotext2 {
      font-size: 2.5em;/*サイズ2倍*/
    }
}

.gazotext .gazotext2 {
    position: absolute;
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 60%;
  left: 45%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
    text-shadow: 1px 2px 5px #808080;
    
}

.gazotext .gazotext3{
    position: absolute;
    margin-left: 20px;
    top: calc(50% - 25px); 
    text-align: center; 
    color: #ffffff; 
    font-weight: bold; 
    font-size: 20px;
    line-height: 20px;
    text-shadow: 1px 2px 5px #808080;
}


/*********************************************/
/*施工例のサムネイル*/
.reibox{
	display: inline-block;
  	vertical-align: top;
	margin: 10px 10px 0 0;	
	font-size: 13px;
	width: 260px;          /* 横幅を固定しないとカラム落ちする https://www.nishishi.com/css/box-float-inline-block.html*/
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
}
.reibox img{
	width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.reibox div{
	margin-top: 5px;
	margin-bottom: 15px;
    font-size: 14px;
}



/*フッターお問い合わせ*/
/*********************************************/
/*スマホの時だけ　電話リンク*/
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
            color: #ffffff ;
    }
}
@media (max-width: 750px) {
    a[href*="tel:"] {
    color: #ffffff ;
        text-decoration: underline;
    }
}

#fh5co-started {
  position: relative;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#fh5co-started .container {
  padding: 100px 0;
}

#fh5co-started .fttel ,.ftfax {
  font-size: 25px;
    color: #ffffff ;
    text-decoration: none;
}

#fh5co-started .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}


#fh5co-started .btn-block {
  height: 54px;
  border: none !important;
  background: #82A6F5;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

#fh5co-started .heading-section {
  margin-bottom: 30px;
}

#fh5co-started .heading-section h2 {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

#fh5co-started .heading-section p {
  color: #D5E9FF;
}




/*トップページ　施工例　3列*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3 img{
	width: 100%;	
}
.col_3{
	align-items: center;
	width: 80%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 25%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
	width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}

/*メルマガ関係↓*/

.contents-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.contents-text {
	width: 60%; /*flex: 2;*/
}
.contents-img {
	width: 35%; /*flex: 1;*/
}

.contents-text h2 {
	margin-bottom: 2rem;
	font-size: 2.2rem;
}

.contents-img img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px){
	.contents-text,
	.contents-img {
		width: 100%; /*flex: 1;*/
	}

	.contents-text {
		padding: 2rem;
	}

	.contents-text h2 {
		text-align: center;
	}
}

.slash-1 {
  height: 10px;
  background-image: linear-gradient(-45deg,
    hsla(0, 0%, 70%, 0),
    hsla(0, 0%, 70%, 0) 25%,
    hsla(0, 0%, 70%, 1) 25%,
    hsla(0, 0%, 70%, 1) 50%,
    hsla(0, 0%, 70%, 0) 50%,
    hsla(0, 0%, 70%, 0) 75%,
    hsla(0, 0%, 70%, 1) 75%);
  background-size: 10px 10px;
  width: 100%;
	margin-bottom: 40px;
}



.merumagatitle {
	color: #918080;
font-size:20px;
padding: .5em;
position: relative;
	margin-left: 10px;
}
.merumagatitle:after {
content: "";
width:100%;
height:4px;
position: absolute;
left: 0;
bottom: 0;
background: linear-gradient(to right, #DE6831, rgba(255,255,255,0) 100%);
}


.merumagasekotitle {
	color: #4C6F45;
    margin:  20px 0 20px 0;             /* デフォルトCSS打ち消し */
    font-size:  24px;       /* 文字サイズ指定 */
    border-bottom:  solid #9CB6CF;  /* 線指定 */
    padding-bottom:  5px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
}

.merumagahot{
	font-size: 22px;
	color: #C6765C;
	padding: 10 0 10 30;
  	border: 3px solid #ccc;
 	border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.merumagatbl table{
  	border: none;
}


/*↑メルマガ関係*/



.gyokan p{
	line-height: 200%;
}
.anchor{   /*ページ内リンクのズレを修正*/
  padding-top:100px;
  margin-top:-100px;
}
.anchor1{   /*メルマガ内リンクのズレを修正*/
  padding-top:50px;
  margin-top:-50px;
}

.tdcen{
	text-align: center;
}

/*図面カテゴリタイトル*/
.zumencatetitle{
	background: #0011BF;/*背景色*/
	width: 90%;
	color: #FFFFFF;
  padding: 5px;/*文字まわり（上下左右）の余白*/
}

/*タイトル下三角*/
.sankaku {
  position: relative;
  padding: .5em .75em;
  background-color: #0511B2;
  border-radius: 6px;
	width: 60%;
	color: #FFFFFF;
	font-size: 25px;
	margin-bottom: 30px;
}
.sankaku::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #0511B2;
}


/*横並びの画像をレスポンシブ表示*/
[class^="img-flex-"] {
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.img-flex-2 img { max-width: 100%; }
.img-flex-3 img { max-width: 100%; }
.img-flex-4 img { max-width: 100%; }
/*..img-flex-2 img { width: 49%; height: 49%; }
.img-flex-3 img { width: 32%; height: 32%; }
.img-flex-4 img { width: 24%; height: 24%; }*/

/*
画像が2枚の場合
<div class="img-flex-2">
	<img src="https://～" alt="">
	<img src="https://～" alt="">
</div>

画像が3枚の場合
<div class="img-flex-3">
	<img src="https://～" alt="">
	<img src="https://～" alt="">
	<img src="https://～" alt="">
</div>
*/

/*囲み枠*/
.kakomibox {
	margin: 30px 0 50px 0;
 padding: 1em;
 width: 97%;
 border: 1px solid #ccc; /* 枠線 */
 background-color: #fff; /* 背景色 */
 box-shadow: 1px 1px 2px #ccc;
line-height: 200%;
}

/*メモ書き　数字*/
ul.kakomiwaku{
counter-reset:list;
  list-style-type:none;
	padding: 10px 10px 20px;
  color: #ccc;
  border: solid 2px #ccc;
  border-radius: 5px;
}
ul.kakomiwaku li{
  position: relative;
  line-height: 200%;
  padding-left: 30px;
  border-bottom: dashed 1px #ccc;
	margin-bottom: 20px;
}
ul.kakomiwaku li:before{
  counter-increment: list;
  content: counter(list) ". ";
	position: absolute;
  left: 0px;
}
.kakomiwaku li:last-child{
	margin-bottom: 0px;
}


/*施工例*/
.sekorei table td{
	padding: 0px;
}
td.reisetumei {
	width: 55%;
}
.sekorei table {
	border-color: #959595;
	margin: 10px 0px 50px 0px;
}
.sekorei p{
	padding: 5px;
	font-size: 16px;
}
.sekorei tr{
	vertical-align: top;
}
.reititle{
	width: 100%; 
	background-color: #E0E1E2; 
	color: #005AA9; 
	padding: 5px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

.img1narabi{
	width: 500px;
	margin: 5px;
}
.img2narabi{
	width: 380px;
	margin: 5px;
}
.img3narabi{
	height: 230px;
	margin: 5px;
}

@media screen and (max-width: 780px) {/*施工例　縦並び*/
	.img2narabi, .img3narabi{
		max-width: 100%;
	}
	.sekorei table td{
  		display: block;
	}
	.sekorei table td{
  		width: 100%;
	}
	.hyobonasi table td {
  		display: block;
	}
	.hyobonasi table td {
  		width: 100%;
	}
}

/*ボーダーなし表*/
.hyobonasi td {
	border-style: none;
	vertical-align: top;
	padding: 5px;
}
.tdsennasi{
	border-style: none;
	vertical-align: top;
	padding: 5px;
}
 

/*セル幅*/
.w33 td{
	width: 33%;
}




/*パララックスなど　　　https://www.casleyconsulting.co.jp/blog/engineer/283/*/
/*ブレイクポイント　　　https://nuconeco.net/responsive-ui-breakpoints/*/
@media screen and (min-width: 1280px) {
	.palala {
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url('../img/askanban.jpg');
  		height:400px;
	}
	.toplist{    /*top.htm*/
		margin-bottom: 100px; 
		margin-left: 80px;
	}

}
@media screen and (max-width: 1280px) {
	.palala {
		background-image: url('../img/askanban1.jpg');
  		height:320px;
	}
	.toplist{    /*top.htm*/
		margin-bottom: 100px; 
		margin-left: 30px;
	}
	
	.scroll-box::-webkit-scrollbar {   /*テーブル横スクロール　Bootstrapに追加*/
	  height: 5px;
	}
	.scroll-box::-webkit-scrollbar-track {
	  border-radius: 5px;
	  background: #eee;
	}
	.scroll-box::-webkit-scrollbar-thumb {
	  border-radius: 5px;
	  background: #666;
	} 
}
@media screen and (max-width: 960px) {
	.shunkohaba { width: 100%; }  /*トップページ*/
	.toplist{    /*top.htm*/
		margin-bottom: 100px; 
		margin-left: 10px;
	}
	.headimg{   /*スマホ縦だと、ヘッダー画像が見えなくなるため*/
		padding-top: 40px;
	}
}
@media screen and (max-width: 600px) {
	.palala {
		background-image: url('../img/askanban3.jpg');
  		height:100px;
	}

}
@media screen and (max-width: 480px) {
	.palala {
		background-image: url('../img/askanban3.jpg');
  		height:100px;
	}
	.headimg{   /*スマホ縦だと、ヘッダー画像が見えなくなるため*/
		padding-top: 70px;
	}
	.logo-wrap img{
		width: 250px;
	}
	.subtiitle{
		width: 100%;
	}
}


/*建技審証などのアイコン*/
.maru_icon_blue{    /*バイコンのアイコン*/
    display: inline-block;
    padding: 1px;
    text-decoration: none;
    background: #668ad8;
    color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 5px #668ad8;
	height: 15px;
	width: 70px;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
}
.maru_icon_red{    /*建技審証のアイコン*/
    display: inline-block;
    padding: 1px;
    text-decoration: none;
    background: #B90065;
    color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 5px #B90065;
	height: 15px;
	width: 70px;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
}
.maru_icon_gray{    /*掲載終了のアイコン*/
    display: inline-block;
    padding: 1px;
    text-decoration: none;
    background: #767676;
    color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 5px #767676;
	height: 15px;
	width: 70px;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
}
.maru_icon_green{    /*NETISのアイコン*/
    display: inline-block;
    padding: 1px;
    text-decoration: none;
    background: #03940F;
    color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 5px #03940F;
	height: 15px;
	width: 70px;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
}
.maru_icon_pink{  /*信州リサイクル　長め*/
    display: inline-block;
    padding: 1px;
    text-decoration: none;
    background: #D100CE;
    color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 5px #D100CE;
	height: 15px;
	width: 100px;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
}


.subsubtitle {
    margin:  20px 0 20px 0;             /* デフォルトCSS打ち消し */
    font-size:  24px;       /* 文字サイズ指定 */
    border-bottom:  solid #40589D;  /* 線指定 */
    border-width: 1px;
    padding-bottom:  5px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    color: #1D2C96;
    font-weight: bold;
}

.sub3title {
    padding: 0.5rem 0;
    margin-bottom: 10px;
    border-bottom: 3px dotted #A6C1C8;
    font-weight: bold;
    font-size: 20px;
    margin-right: 90px;
    color: #2378A7;
}
/*.sub3title {
    font-size:  20px;      
	position: relative;
	margin-left: 3px;
	padding-left: 10px;
}
.sub3title::before,
.sub3title::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: ' ';
  height: 3px;
}
.sub3title::before {
	z-index: 2;
	width: 15%;
	background-color: #394D96;
	margin-left: 10px;
}
.sub3title::after {
	width: 50%;
	border-bottom: solid 3px #B8B9DD;
	padding-left: 10px;
}
.sub3title {
    margin:  20px 0 20px 0;         
    font-size:  20px;      
    border-bottom:  solid;  
    padding-bottom:  5px;   
    margin-bottom: 15px;   
	border-bottom: solid 3px #B8B9DD;
	position: relative;
	padding-left: 10px;
	width:95%;
	z-index:-101;
}
.sub3title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #394D96;
	bottom: -3px;
	width: 40%;
	z-index:-100;
}
*/

.subtiitle{
	color: #373737;
	font-size: 35px;
	background: linear-gradient(transparent 65%, #F4F4F4 0%);
	width: 75%;
	padding: 10px 10px 5px 100px;
}
@media screen and (max-width: 480px) {
	.subtiitle{
		width: 100%;
		padding: 10px 10px 5px 30px;
	}
}

.mainjoho{
	padding: 30px 250px 0 40px;
	width: 90%;
}
.mainjoho img{
	max-width: 100%;
}
.mainjoho table {
/*	width: 100%;*/
    border-collapse: collapse;
}
.mainjoho table th, td{
	padding: 5px;
	border: solid 1px;
}
.mainjoho table th{
	text-align: center;
	background-color: #EBF2FF;
}
.mainjoho .thtr{
	padding: 5px;
	border: solid 1px;
	text-align: center;
	background-color: #EBF2FF;
	font-weight: bold;
	align-items: center;
}
.table-responsive table {
/*	width: 100%;*/
    border-collapse: collapse;
}
.table-responsive table th, td{
	padding: 5px;
	border: solid 1px;
}
.table-responsive table th{
	text-align: center;
	background-color: #EBF2FF;
}
.table-responsive .thtr{
	padding: 5px;
	border: solid 1px;
	text-align: center;
	background-color: #EBF2FF;
	font-weight: bold;
	align-items: center;
}


/*表組み*/
.tbalri td{
	text-align: right;
}
.tbalri .thtr td{
	text-align: center;
}
.tballe td{
	text-align: left;
}
.tballe .thtr td{
	text-align: center;
}
.tbalcn td{
	text-align: center;
}




/*サイドメニュー↓    http://weboook.blog22.fc2.com/blog-entry-396.html?sp*/ 
#sidenavigation{
  float: right;
  width: 350px;
  margin: 0;
  padding: 0;
}
#sidenavigation h3{
  margin: 0;
  padding: 8px 5px 5px;
  background: #A2B7F8;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#sidemenu h3:nth-of-type(1){ background: #003EAF; }
/*#menu1 h3:nth-of-type(2){ background: #99820f; }
#menu1 h3:nth-of-type(3){ background: #995f0f; }
#menu1 h3:nth-of-type(4){ background: #993d0f; }*/
#sidenavigation ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border-left: 3px solid #003EAF;
  border-bottom: 3px solid #003EAF;
}
#sidemenu ul:nth-of-type(1){ border-color: #003EAF; }
/*#menu1 ul:nth-of-type(2){ border-color: #99820f; }
#menu1 ul:nth-of-type(3){ border-color: #995f0f; }
#menu1 ul:nth-of-type(4){ border-color: #993d0f; }*/
#sidenavigation ul li{
  width: 100%;
  margin: 0;
  padding: 0;
	border-bottom-width: 1px;
    border-bottom-style: dashed;
}
#sidenavigation ul li:last-of-type {
	border-bottom: none;
}

#sidenavigation ul li a{
  display: block;
  margin: 0;
  padding: 8px 10px;
  color: #333;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}
#sidenavigation li a:hover{ background: #F4F4F4; }
#sidetoggle{ display: none; }
@media only screen and (max-width: 1050px) {  /*JSファイルも*/
	.mainjoho{
		padding: 60px 0 0 0;
	}

  #sidenavigation{
    float: right;
	align-content: center;
    width: 40%;
    background: #E8F2F8;
  }
  #sidemenu  { display: none; position: relative; z-index: 100;}

  #sidemenu:after {
    position: absolute;
    content:"";
    bottom: 0;
    left: 0;
    width: 40%;
    height: 1px;
    background: #E8F2F8;
  }
  #sidenavigation h3{
	  display: none;
   /* clear: both;
    position: relative;
    z-index: 9999;*/
  }
  #sidenavigation ul{
    margin-bottom: -1px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-style: solid;
    background: #fff;
  }
  #sidenavigation ul:before,
  #sidenavigation ul:after{
    content: "";
    display: table;
  }
  #sidenavigation ul:after{ clear: both; }
  #sidenavigation ul{ *zoom: 1; }
  #sidenavigation ul li{
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #C2E8FF;
    border-bottom: 1px solid #C2E8FF;
  }
  #sidenavigation ul li:nth-of-type(4n){ border-right: 0; }
  #sidenavigation ul li a{
    text-align: left;
    padding: 12px 0px 10px 10px;
  }
  #sidenavigation ul li a:hover{ background: #F4F4F4; }
  #sidetoggle{
    display: block;
    position: relative;
    width: 100%;
    background: #003EAF;
	  font-size: 16px;
	  font-weight: bold;
  }
  #sidetoggle a{
    display: block;
    position: relative;
    padding: 15px 0 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #sidetoggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #sidetoggle a:before, #sidetoggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #003EAF;
  }
  #sidetoggle a:before{ margin-top: -6px; }
  #sidetoggle a:after{ margin-top: 2px; }
}
@media only screen and (max-width: 767px) {
  #sidenavigation ul li{ width: 100%; }
  #sidenavigation ul li:nth-of-type(2n){ border-right: 0; }
}
@media only screen and (max-width: 479px) {
    #sidenavigation{
      width: 80%;
    }
    #sidenavigation ul li{
        float: none;
        width: 100%;
      }
}
/*サイドメニュー↑*/


/*パンくずリスト↓*/
.breadcrumb {
  margin-left:10px;
  padding-left:0;
	margin-bottom: 20px;
}
.breadcrumb span{
	color: #9B9B9B;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #083AA4;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #083AA4;
}

.breadcrumb i{/*家アイコン*/
  color: #7097EA;
}

.breadcrumb li a:hover {
    text-decoration: none;
}
.breadcrumb .panac{
	color: #1934AF;
}

/*パンくずリスト↑*/


/*製品一覧　top.htm↓*/
.bighinbox {
  font-size: 0px;
}
.hinbox{
	margin: 20px 20px 0 0;	
	font-size: 13px;
	width: 330px;          /* 横幅を固定しないとカラム落ちする https://www.nishishi.com/css/box-float-inline-block.html*/
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
}
.imgcenter{
	width: 170px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 990px) {
	.hinbox { width: 290px; }
	.titlefontsize {font-size: 25px;}
}


/* スマホで改行する */
.sumakaigyo br {
  display: none;
}
.sumakaigyo1 br {
  display: none;
}
@media screen and (max-width: 780px) {
	.sumakaigyo br { display: inline;}
}
@media screen and (max-width: 480px) {
	.sumakaigyo1 br { display: inline;}
}

.tophintitle{
	border-bottom: solid 3px #cce4ff;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #00279E;
}
.tophintitle:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 30%;
}


ul.hinlist {
position: relative;
padding: 0.5em;
border: solid 1px #1F36C2;
list-style-type: none;
}
ul.hinlist li {
padding: 0.5em 0 0.5em 1.4em;
line-height: 1.5;
border-bottom: 1px dashed #1F36C2;
}
ul.hinlist li a {
	font-size: 14px;
}
ul.hinlist li::before {
position: absolute;
content: "\002713";
color: #1F36C2;
font-weight: bold;
left : 0.5em;
}
ul.hinlist li:last-of-type {
border-bottom: none;
}


/*製品一覧　top.htm↑


/* 各製品のタイトル部分 ↓*/
h1.title{
	background-color: #FFF;
	text-align: center;
	font-size: 40px;
	margin: 50px 0 40px;
	color: #000;
}
h1.carousel-centered { font-size: calc(112.5% + 0.25vw) }

/* トップページ新規施工例など写真とぼかし部分↓ */

.topph {
	float: right;
	background: #fff;
	width: 520px;
	box-shadow:
		/*
			水平 垂直 (ぼかし距離) (広がり) (色) (向き);
		*/
		1px 1px 1px 1px rgba(0,0,0,0.1), /* 一番上の段の影 */
		-150px 70px 1px -4px rgba(0,0,0,0.1)  /* 一番下の段の影 */;
	margin: 100px 0;
	margin: 2.5rem 0;
	padding: 1rem;

}
@media screen and (min-width: 1200px) {
	.topsekorei img { width: 500px; }
}
@media screen and (max-width: 1200px) {
	.topsekorei img { width: 500px; }
	.topsekorei h1 { z-index: 3;position:absolute; top:20px; font-size: 30px }
	.topsekorei h3 { z-index: 3;position:absolute; top:0px; }
	.topsekorei p { z-index: 3; padding-top:130px; }
	/*.topsekorei a { z-index: 3;position:absolute; top:750px; }*/
}
@media screen and (max-width: 500px) {
	.topsekorei img { width: 100%; }
	/*.topsekorei a { z-index: 3;position:absolute; top:600px; }*/
	
}



.topphframe {
	display: inline-block;
	position: relative;
	margin-left: 20px;
	margin-top: 20px;
}
.topphframe:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 10px;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	background: #fff;
	z-index: -1;
}
/* トップページ新規施工例など写真とぼかし部分↑ */



/* メニュー部分↓ */

@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
}
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300);
.fa-2x {
font-size: 2em;
}
.fa {
position: relative;
display: table-cell;
width: 80px;
height: 36px;
text-align: center;
vertical-align: middle;
font-size:20px;
	font-family: FontAwesome;
}

.nav-text{
	color: #fff;
	font-weight: bold;
}
.main-menu:hover,nav.main-menu.expanded {
width:250px;
overflow:visible;
}

.main-menu {
background:#4CA6F9;
border-right:1px solid #fff;
position:absolute;
top:0;
bottom:0;
height:100%;
left:0;
width:60px;
overflow:hidden;
-webkit-transition:width .05s linear;
transition:width .05s linear;
-webkit-transform:translateZ(0) scale(1,1);
z-index:1000;
}

.main-menu>ul {
margin:7px 0;
}

.main-menu li {
position:relative;
display:block;
width:250px;
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#FFF;
 font-family: arial;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
  
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:100px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:590px;
}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
text-align: left;
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#5fa2db;
}
.area {
float: left;
background: #FFFFFF;
width: 100%;
height: 100%;
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}
/* メニュー部分↑ */


/* ▼表示領域が600px未満の場合の画像サイズ */
@media screen and (max-width: 600px) {
	.gazosize img { width: 100%; }
}

.headactive{    /*選択しているヘッドメニュー*/
	color: #325BF2;      
	font-size: 15px;
	font-weight: bold;
	padding: 0 6px;
	background: linear-gradient(transparent 70%, #a8eaff 70%);
}

.square_btn {
    position: relative;
    display: inline-block;
	margin-top: 20px;
    padding: 0px 0px;
    text-decoration: none;
    color: #FFF;
    background: #1F5AE3;/*色*/
    font-weight: bold;
	font-size: 14px;
}
.square_btn:active {/*押したとき*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.30);
}
.square_btn:hover {/*押したとき*/
    background: #1F5AE3;/*色*/
}

.container{
	width: 95%;
    margin: 100 0;
    padding: 100 30px;
}
.container1{
	width: 80%;
    margin: 100 0;
    padding: 100 30px;
}
.container2{
	width: 100%;
    margin: 100 0;
    padding: 100 30px;
}

.margin-b-60 h2{
  font-size: 20px;
}
.margin-b-60 p{
	width: 90%;
}
ul.newlist{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.newlist li{
	padding: 0.60em 0em;
	border-top: 1px dashed;
	border-color: #C7C7C7;
}
ul.newlist li:before{
	margin-right: 10px;
	color: #102892;
}

ul.newlist li:first-child{
	padding-top: 0;
	border-top: 0;
}





/*********************************************/
/*動画埋め込み*/

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
	z-index: -100;
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}






*/
/*追加部分ここまで*/


/*::selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}*/

:active,
:focus {
  outline: none;
}

/* Section Seperator */
.section-seperator {
  border-bottom: 1px solid #edf0f2;
}
.section-seperator h3{   /* 追加 */
	font-size: 18px;
}
.section-seperator p{   /* 追加 */
	font-size: 15px;
}

/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

/*------------------------------------------------------------------
  	[Accordion]
------------------------------------------------------------------*/
.accordion .panel-default {
  border: none;
}

.accordion .panel-heading {
  border-radius: 0;
}

.accordion .panel-default > .panel-heading {
  color: #515769;
  background: #fff;
  border: none;
  padding: 0;
}

.accordion .panel-title {
  font-size: 18px;
	background-color: beige;
}

.accordion .panel-title-child {
  display: block;
  padding: 18px;
}

.accordion .panel-group .panel + .panel {
  border-radius: 0;
  margin-top: 5px;
}

.accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  font-size: 15px;
  border-top: none;
  padding: 0 15px 15px 15px;
  margin-top: -1px;
	background-color: #FFFDEC;
	padding-top: 10px;
}
.panel-body a {        /*追加分*/
	/*color: aliceblue;
	font-size: 15px;*/
}
.accordion [aria-expanded="true"],
.accordion .collapse.in {
/*  color: #fff;*/
  background: beige;
}

/*------------------------------------------------------------------
  	[Button]
------------------------------------------------------------------*/
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  color: #515769;
  background: #fff;
  border-color: #979797;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 40px;
border-width: 0px;

}
/*
.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
  outline: none;
}

.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-theme:hover, .btn-theme:focus, .btn-theme.focus {
  text-decoration: none;
}

.btn-theme:active, .btn-theme.active {
  background-image: none;
  outline: 0;
}

.btn-theme.disabled, .btn-theme[disabled],
fieldset[disabled] .btn-theme {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}

.btn-white-bg {
  color: #fff;
  background: #515769;
  border-color: transparent;
  border-width: 0;
}

.btn-white-bg:hover, .btn-white-bg:focus, .btn-white-bg.focus {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
}

.btn-white-brd {
  color: #fff;
  background: transparent;
  border-color: #fff;
  border-width: 2px;
}

.btn-white-brd:hover, .btn-white-brd:focus, .btn-white-brd.focus {
  color: #515769;
  background: #fff;
  border-color: #fff;
}

.btn-default-bg {
  color: #515769;
  background: #f3f4f5;
  border-color: transparent;
  border-width: 0;
}

.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
}

.btn-theme-sm {
  font-size: 13px;
  font-weight: 600;
  padding: 15px 40px;
}*/

/*------------------------------------------------------------------
  	[Pricing]
------------------------------------------------------------------*/
.pricing {
  padding: 70px 45px;
  background: #fff;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .pricing {
    margin-top: 0;
  }
}

.pricing.pricing-active {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pricing.pricing-active {
    margin-top: 0;
  }
}

.pricing .pricing-icon {
  display: block;
  font-size: 30px;
  color: #999caa;
  margin-bottom: 30px;
}

.pricing .pricing-list-item {
  position: relative;
  font-size: 13px;
  color: #81848f;
  padding-left: 20px;
  margin-bottom: 10px;
}

.pricing .pricing-list-item:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #1F78D9;
  content: " ";
  margin-right: 10px;
}

/*------------------------------------------------------------------
  	[Service]
------------------------------------------------------------------*/
.service {
  background: #fff;
  padding: 50px;
}

.service .service-element,
.service .service-info {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.service .service-icon {
  display: block;
  font-size: 30px;
  color: #999caa;
  margin-bottom: 30px;
}

.service:hover .service-element {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.service:hover .service-info {
  -webkit-transform: translate3d(0, -30%, 0);
  -moz-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Work]
------------------------------------------------------------------*/
/* Overlay */
.work {
  position: relative;
  display: block;
}

.work .work-overlay {
  position: relative;
  cursor: pointer;
}

.work .work-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work:hover .work-overlay:before {
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Popup */
.work .work-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  background: rgba(81, 87, 105, 0.4);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-popup-overlay-show {
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-popup-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 730px;
  height: auto;
  display: block;
  background: #fff;
  padding: 30px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.work .work-popup-content-divider {
  border-right: 1px solid #cdcecf;
}

@media (max-width: 768px) {
  .work .work-popup-content {
    width: 95%;
  }
  .work .work-popup-content-divider {
    border-right: none;
    border-bottom: 1px solid #cdcecf;
  }
}

.work .work-popup-close {
  float: right;
  font-size: 13px;
  font-weight: 700;
  color: #c5c6cb;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-popup-close:hover {
  color: #aaacb3;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Tag */
.work .work-popup-tag {
  margin: 0;
}

.work .work-popup-tag-item {
  padding: 0 2px;
}

.work .work-popup-tag-link {
  font-size: 13px;
}

/*------------------------------------------------------------------
  	[Footer]
------------------------------------------------------------------*/
.footer .footer-logo {
  width: 250px;
  height: auto;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list-item {
  color: #777984;
  margin-bottom: 15px;
}

.footer .footer-list-item:last-child {
  margin-bottom: 0;
}
.fttxtcolor{
	color: #ECECEC;
}
.fttxtcolor a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #C9C9C9;
}


/*------------------------------------------------------------------
    [Header]
------------------------------------------------------------------*/

/* Fixed Top */
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

/* Navbar */
.header .navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  background-color: #ffffff;
  color: #444444;
}

/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 35px 0;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #515769;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #515769;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #5a88e4;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  width: 21px;
  height: 1px;
  background: #5a88e4;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 1);
}

/* Navbar Logo */
.header .logo {
  float: left;
  max-height: 95px;
  line-height: 65px;
}

.header .logo-wrap {
  display: inline-block;
  padding: 15px 0;
}

.header .logo-wrap:focus, .header .logo-wrap:hover {
  text-decoration: none;
}

.header .logo-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

/*.header .logo-img-main {
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}*/

/* Navbar */
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Nav */
.header .nav-item {
  position: relative;
  display: block;
}

.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}

.header .nav-item .nav-item-hover.active:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item:hover .nav-item-hover:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #515769;
  line-height: 55px;
  padding: 20px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child:hover, .header .nav-item-child:focus {
  background: transparent;
}

.header .nav-item-hover {
  position: relative;
}

.header .nav-item-hover:after {
  position: absolute;
  top: 45px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #5b91ff;
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Media Queries below 991px */
@media (max-width: 1050px) {    /*タブレット横でハンバーガーになるように設定*/
  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
  .header {
    background: #fff;
  }
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav {
    margin: 0;
    float: none;
  }
  .header .navbar-nav .nav-item {
    float: none;
  }
  /* Menu Container */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  /* Logo 
  .header .logo .logo-img-main {
    display: none;
  }
  .header .logo .logo-img-active {
    display: inline-block;
  }*/
  /* Navbar Nav */
  .header .nav-item-child {
    color: #515769;
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
  }
  .header .nav-item-hover:after {
    position: absolute;
    top: 19px;
  }
}

/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}


/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Navbar */
  .header .navbar-nav-right {
    float: right;
  }
}

/* Page On Scroll */
@media (min-width: 992px) {
  .page-on-scroll .header .navbar {
    background: #fff;
    border-bottom-color: #f0f0f0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
/*  .page-on-scroll .header .logo-img-main {
    display: none;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-active {
    display: inline-block;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }*/
  .page-on-scroll .header .nav-item-child {
    color: #515769;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}

/*------------------------------------------------------------------
  	[Contact]
------------------------------------------------------------------*/
.contact-list > li {
  font-size: 13px;
  color: #81848f;
  margin-bottom: 10px;
}

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Form Control]
------------------------------------------------------------------*/
.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #fafafa;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}

.form-control::-moz-placeholder {
  color: #a6a7aa;
}

.form-control:-ms-input-placeholder {
  color: #a6a7aa;
}

.form-control::-webkit-input-placeholder {
  color: #a6a7aa;
}

.form-control:focus {
  color: #515769;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #515769;
}

.form-control:focus:-ms-input-placeholder {
  color: #515769;
}

.form-control:focus::-webkit-input-placeholder {
  color: #515769;
}

/*------------------------------------------------------------------
    [Full Screen Carousel]
------------------------------------------------------------------*/
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------------------------------------
    [Carousel]
------------------------------------------------------------------*/
.carousel-indicators {
  left: auto;
  width: auto;
  padding-left: 0;
  margin-left: 0;
}

.carousel-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.carousel-centered .margin-b-40 {
  text-shadow: 0px 0px 20px rgba(0,0,0,1.00);
}


.carousel-title {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .carousel-title {
    font-size: 30px;
 }
}
@media (max-height: 700px) {
  .carousel-centered p {
	 display: none;
  }
  .carousel-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .carousel-title {
    font-size: 20px;
  }
  .carousel-centered p {
	 display: block;
  }
}

/*------------------------------------------------------------------
    [Swiper Slider]
------------------------------------------------------------------*/
.swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-clients-img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.swiper-clients-img:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Text Colors]
------------------------------------------------------------------*/
.color-base {
  color: #5a88e4 !important;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-heading {
  color: #515769 !important;
}

.color-subtitle {
  color: #a6a7aa !important;
}

.color-link {
  color: #81848f !important;
}

.color-link-hover {
  color: #999caa !important;
}

.color-sky-light {
  color: #fafafa !important;
}
.color-blue {
  color: #64A2F6 !important;
}
.color-red {
  color: #C00002 !important;
}
.color-darkred {
  color: #8D0001 !important;
}
.color-orange {
  color: #E97807 !important;
}

/*------------------------------------------------------------------
  	[Background Colors]
------------------------------------------------------------------*/
.bg-color-base {
  background: #5a88e4 !important;
}

.bg-color-white {
  background: #fff !important;
}

.bg-color-heading {
  background: #515769 !important;
}

.bg-color-subtitle {
  background: #a6a7aa !important;
}

.bg-color-link {
  background: #81848f !important;
}

.bg-color-link-hover {
  background: #999caa !important;
}

.bg-color-sky-light {
  background: #f5f5f5 !important;
}
.bg-color-sky-light1 {
  background: #003EAF !important;
}
.bg-color-glay {
  background: #D6DAE1 !important;
}
.bg-color-greenyellow {
  background: #add798 !important;
}
.bg-color-blue {
  background: #79c4db !important;
}
.bg-color-black {
  background: #000000 !important;
}
.bg-color-mizuiro {
  background: #DFECFF !important;
}

/*------------------------------------------------------------------
    [Row]
------------------------------------------------------------------*/
.row-space-1 {
  margin-right: -1px;
  margin-left: -1px;
}

.row-space-1 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

/*------------------------------------------------------------------
  	[Content]
------------------------------------------------------------------*/
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
    [Full Width]
------------------------------------------------------------------*/
.full-width {
  width: 90%;
  height: auto;
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}
.margin-l-60 {
  margin-left: 60px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}
.margin-r-100 {
  margin-right: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin]
------------------------------------------------------------------*/
.margin-t-0 {
  margin-top: 0 !important;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}
.margin-t-70 {
  margin-top: 70px !important;
}
.margin-t-80 {
  margin-top: 80px !important;
}
.margin-t-90 {
  margin-top: 90px !important;
}

.margin-t-100 {
  margin-top: 100px !important;
}
.margin-t-110 {
  margin-top: 110px !important;
}
.margin-t-120 {
  margin-top: 120px !important;
}
.margin-t-130 {
  margin-top: 130px !important;
}
.margin-t-150 {
  margin-top: 150px !important;
}
.margin-t-200 {
  margin-top: 200px !important;
}
.margin-t-300 {
  margin-top: 300px !important;
}
.margin-t-400 {
  margin-top: 400px !important;
}
.margin-t-500 {
  margin-top: 500px !important;
}

@media (max-width: 992px) {
  .md-margin-t-0 {
    margin-top: 0 !important;
  }
  .md-margin-t-5 {
    margin-top: 5px !important;
  }
  .md-margin-t-10 {
    margin-top: 10px !important;
  }
  .md-margin-t-20 {
    margin-top: 20px !important;
  }
  .md-margin-t-30 {
    margin-top: 30px !important;
  }
  .md-margin-t-40 {
    margin-top: 40px !important;
  }
  .md-margin-t-50 {
    margin-top: 50px !important;
  }
  .md-margin-t-60 {
    margin-top: 60px !important;
  }
}

@media (max-width: 768px) {
  .sm-margin-t-0 {
    margin-top: 0 !important;
  }
  .sm-margin-t-5 {
    margin-top: 5px !important;
  }
  .sm-margin-t-10 {
    margin-top: 10px !important;
  }
  .sm-margin-t-20 {
    margin-top: 20px !important;
  }
  .sm-margin-t-30 {
    margin-top: 30px !important;
  }
  .sm-margin-t-40 {
    margin-top: 40px !important;
  }
  .sm-margin-t-50 {
    margin-top: 50px !important;
  }
  .sm-margin-t-60 {
    margin-top: 60px !important;
  }
}
@media (max-width: 750px) {
  .ss-margin-t-0 {
    margin-top: 0 !important;
  }
  .ss-margin-t-5 {
    margin-top: 5px !important;
  }
  .ss-margin-t-10 {
    margin-top: 10px !important;
  }
  .ss-margin-t-20 {
    margin-top: 20px !important;
  }
  .ss-margin-t-30 {
    margin-top: 30px !important;
  }
  .ss-margin-t-40 {
    margin-top: 40px !important;
  }
  .ss-margin-t-50 {
    margin-top: 50px !important;
  }
  .ss-margin-t-60 {
    margin-top: 60px !important;
  }
}

@media (max-width: 480px) {
  .xs-margin-t-0 {
    margin-top: 0 !important;
  }
  .xs-margin-t-5 {
    margin-top: 5px !important;
  }
  .xs-margin-t-10 {
    margin-top: 10px !important;
  }
  .xs-margin-t-20 {
    margin-top: 20px !important;
  }
  .xs-margin-t-30 {
    margin-top: 30px !important;
  }
  .xs-margin-t-40 {
    margin-top: 40px !important;
  }
  .xs-margin-t-50 {
    margin-top: 50px !important;
  }
  .xs-margin-t-60 {
    margin-top: 60px !important;
  }
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-2 {
  margin-bottom: 2px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

.margin-b-150 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}
.height-350 {
  height: 350px !important;
}
