@charset "utf-8";
/*--12px/36px 960/12grid(1col 8.3333%)--*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html {
  font-size: 100%;
  /*12px*/
  line-height: 2;
  /*18px*/
  color: #666;
  background: white;
  font-family: 'Open Sans', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', 'MS PGothic', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, ul, ol, dl, dd, tr, th, td, footer {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

li {
  list-style-position: inside;
}

section {
  padding-bottom: 1.5em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.bg {
  width: 100%;
}

/* -- font -- */

h1 {
  font-size: 200%;
  /*32px*/
  line-height: 1.5;
  /*48px*/
}

h2 {
  font-size: 150%;
  /*24px*/
  line-height: 1.5;
  /*36px*/
}

h3 {
  font-size: 125%;
  /*20px*/
  line-height: 1.8;
  /*36px*/
}

h4 {
  font-size: 112.5%;
  /*18px*/
  line-height: 1.3333;
  /*24px*/
}

.text-r {
  text-align: right;
}

.big {
  font-size: 250%;
}

h1.big {
  font-size: 400%;
  /*64px*/
  line-height: .5;
  /*42px*/
}

.small {
  font-size: 75%;
}

.pad_r {
  padding-right: .5em;
}

.pad_l {
  padding-left: .5em;
}

a {
  text-decoration: none;
}

.title {
  text-align: center;
  padding: .75em;
}

/*--line waku back--*/

.ussky {
  color: #B2CEE3;
}

a, a:hover, .blue, .com dt {
  color: #005CA2;
}

.l_blue {
  border-bottom: 2px solid #005CA2;
}

.l_ussky {
  border-bottom: 2px solid #B2CEE3;
}

.waku_ussky, .waku_blue {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 4.1666%;
}

a.waku_ussky, a.waku_blue {
  display: block;
  margin: 1.5em 0;
  font-weight: bold;
}

.waku_blue, .waku_ussky {
  background: white;
  padding: 0 1.5em;
}

.t_gray td {
  text-align: center;
}

a.waku_ussky:hover, a.waku_blue:hover {
  background: #005CA2;
  color: white;
}

.waku_ussky {
  border: 1px solid #B2CEE3;
}

.waku_blue {
  border: 1px solid #005CA2;
}

.b_ussky, .b_ussky a, .b_blue, .b_blue a, .t_blue th {
  color: white;
}

.b_ussky {
  background: #B2CEE3;
}

.b_blue, .t_blue th {
  background: #005CA2;
}

.b_gray, .t_gray th {
  background: #e7e7e7;
}

/*--icon--*/

.i_logo, .i_mail, .i_com, .i_fuki, .i_kira, .i_human, .i_rec, .i_sekou, .i_459, .i_hand {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
}

.i_mail {
  background-image: url(../images/ico/ico_mail.svg);
}

.i_logo {
  background-image: url(../images/ico/ico_logo.svg);
}

.i_com {
  background-image: url(../images/ico/ico_com.svg);
}

.i_fuki {
  background-image: url(../images/ico/ico_fuki.svg);
}

.i_rec {
  background-image: url(../images/ico/ico_rec.svg);
}

.i_sekou {
  background-image: url(../images/ico/ico_sekou.svg);
}

.i_hand {
  background-image: url(../images/ico/ico_hand.svg);
}

.i_human {
  background-image: url(../images/ico/ico_human.svg);
}

.i_459 {
  background-image: url(../images/ico/ico_459.svg);
}

.i_kira {
  background-image: url(../images/ico/ico_kira.svg);
}

/*--toggle/col--*/

#top_point li, .col2>li, .col3>li {
  list-style: none;
  padding: 1.5em 0;
}

#top_point li img {
  width: 100%;
}

.toggle ul {
  display: none;
}

/*--float_kiji--*/

.float_l_kiji p a, .float_r_kiji p a {
  width: 100%;
  display: block;
  background: white;
  text-align: center;
  font-weight: 600;
  padding: .75em 0;
  border: 2px solid #005CA2;
}

.b_blue>.float_l_kiji a, .b_blue>.float_r_kiji a {
  border: 2px solid #fff;
  color: #fff;
  background: #005CA2;
}

.b_blue>.float_l_kiji a:hover, .b_blue>.float_r_kiji a:hover {
  color: #005CA2;
  background: #fff;
}

.float_l_kiji a:hover, .float_r_kiji a:hover {
  color: white;
  background: #005CA2;
}

.float_l_kiji, .float_r_kiji {
  margin: 0 4.16665%;
}

.float_l_kiji br, .float_r_kiji br {
  display: none;
}

.float_l>a img, .float_l>img, .float_r>a img, .float_r>img {
  width: 100%;
}

/* --mail---*/

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background: white;
  font-size: 75%;
}

th, td {
  border: 1px #333 solid;
  padding: 1em 1.5em;
}

table th strong {
  padding: .25em 1em;
  background: #F4146F;
  color: white;
}

.t_blue th {
  width: 30%;
}

.t_blue td {
  width: 70%;
}

tr:nth-child(2n+1) {
  background-color: #F9F9F9;
}

/* --com---*/

.com dt {
  font-weight: 600;
}

.com dd {
  margin-bottom: 1.5em;
}

/* --selection---*/

::selection {
  background: #005CA2;
  color: white;
}

::-moz-selection {
  background: #005CA2;
  color: white;
}

/*--contents--*/

.contents {
  width: 91.6666%;
  margin: 0 auto;
  padding: 1.5em 0;
}

/*--header--*/

header {
  z-index: 9999;
  border: 1px solid #e7e7e7;
  position: relative;
  background: white;
  box-sizing: border-box;
}

.fixed {
  position: fixed;
  top: 0;
  background: white;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

#menu_btn span {
  display: block;
}

#logo {
  width: 50%;
  position: absolute;
  top: 21.6666%;
  left: 2.0833%;
}

#slider article {
  color: white;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
}

#slider h1 {
  margin: 0;
  font-size: 300%;
  line-height: 1.5;
  letter-spacing: .25em;
  font-family: "helvetica", 'Open Sans', sans-serif;
}

/* ----- drawermenu ----- */

#drawer_menu {
  width: 66.6666%;
  right: -66.6666%;
  background: #E6E7E8;
  font-size: 150%;
  /*24px*/
  line-height: 3;
  /*72px*/
  top: 0;
  z-index: 9999;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
}

.close {
  line-height: 4;
  /*64px*/
}

#drawer_menu li a {
  color: #333;
}

#drawer_menu li a:hover, #drawer_menu .close:hover {
  color: white;
}

#drawer_menu li {
  list-style: none;
}

#drawer_menu li span {
  display: none;
}

#drawer_menu li a, #drawer_menu .close {
  padding: 0 8.3333%;
}

#drawer_menu li a, #drawer_menu .close {
  display: block;
}

#drawer_menu li a:hover, #drawer_menu .close:hover {
  background: #005CA2;
}

#drawer_menu.block {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

#drawer.block:not(:target) {
  right: 0\9;
}

#drawer_menu .close {
  position: relative;
  background: white;
}

#drawer_menu .close:hover {
  cursor: pointer;
}

#drawer_menu .close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}

#drawer_menu_overlay {
  z-index: -1;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#drawer_menu_overlay.block {
  z-index: 5;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

header, #drawer_menu .close:after, #drawer_menu_overlay, #drawer_menu_overlay_android {
  width: 100%;
}

#drawer_menu, #drawer_menu .close:after, #drawer_menu_overlay, #drawer_menu_overlay_android {
  height: 100%;
}

#drawer_menu, #drawer_menu_overlay, #drawer_menu_overlay_android {
  position: fixed;
}

#drawer_menu_overlay, #drawer_menu_overlay_android {
  right: 0;
  top: 0;
}

#drawer_menu_overlay_android {
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

/* ----- menubtn ----- */

.bar {
  width: 50%;
  height: 2%;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  background: white;
}

#menu_btn:hover, .bar.top, .bar.middle, .bar.bottom {
  opacity: 1;
}

.bar.top {
  top: 15%;
}

.bar.middle {
  top: 30%;
}

.bar.bottom {
  top: 45%;
}

.bar, #menu_btn, #menu_mail {
  position: relative;
}

#menu_btn {
  background: #4D8DBE;
  cursor: pointer;
}

#menu_mail {
  background: #005CA2;
}

#menu_btn, #menu_mail {
  float: right;
  font-size: 66.6%;
  line-height: 2;
}

#menu_btn {
  width: 16.6666%;
}

#menu_mail {
  width: 21.6666%;
}

#menu_btn, #menu_mail, #menu_mail a {
  height: 6em;
}

#menu_mail a {
  width: 100%;
  display: block;
}

#menu_btn p, #menu_mail img, #menu_mail p {
  position: absolute;
  text-align: center;
}

#menu_mail img {
  left: 0;
  right: 0;
  bottom: 0;
  top: -30%;
  margin: auto;
}

#menu_btn p, #menu_mail p {
  bottom: -7.5%;
}

#menu_mail p {
  width: 100%;
}

.bar, #menu_btn p {
  left: 25%;
  right: 25%;
}

#menu_btn, #menu_btn:hover, #menu_mail a {
  color: white;
}

#menu_btn:hover a, #menu_mail:hover a {
  background: #888;
}

/* -- rec -- */

#rec {
  background: url(../images/top_recbg@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1.5em 0;
}

#rec article {
  width: 75%;
  margin: 0 auto;
  padding: 1.5em 4.1666%;
  background-color: rgba(255, 255, 255, 0.75);
}

/*--footer--*/

footer {
  background: #58595B;
  color: white;
}

#copy {
  text-align: center;
  font-size: 75%;
}

/* --mail---*/

input[type=date], option, input[type=text], input[type=email], input[type=tel], input[type=name], textarea, select {
  font-size: 125%;
  /*20px*/
  line-height: 2.1;
  /*42px*/
  padding: .75em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type=date], input[type=text], option, input[type=email], input[type=name], input[type=tel], textarea, select {
  display: inline-block;
  width: 100%;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  font-size: 250%;
  padding: .25em .75em;
  background: #F4146F;
  color: white;
  border-radius: .25em;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: #005CA2;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
  font-style: italic;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-style: italic;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  font-style: italic;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;
}

/*--clear--*/

header:after, #header_pc:after, #drawer_menu li:after, #drawer_menu:after, #feeds:after, #topmenu:after, td ul:after, .com ul:after, #top_point:after, .col2:after, .col3:after, .float_l:after, .float_r:after {
  display: block;
  clear: both;
  content: ''
}



/* ----- 施工詳細 ----- */
.shousai__title {
  padding-bottom: 0.5em;
}
.shousai__title h1 {
  font-size: 150%;
  line-height: 1.5;
}
.shousai__block	div{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.shousai__block02	{
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  padding-left: 15%;
  padding-right: 15%;
  margin: 100px 0 60px 0;
}
.ichran	p	{
  text-align: center;
}
.ichran	a	{
  border: solid 2px #005CA2;
  color: #005CA2;
  display: block;
}
.ichran	a:hover	{
  border: solid 2px #005CA2;
  background-color: #005CA2;
  color: white;
}


@media screen and (min-width:568px) {
  html {
    font-size: 87.5%;
    /*14px*/
    line-height: 2.5714;
    /*36px*/
  }
  table {
    font-size: 100%;
    /*16px*/
  }
  #slider article {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 41.6666%;
  }
  #logo {
    width: 33.3333%;
    top: 25%;
    left: 4.1666%;
  }
}

@media screen and (min-width:768px) {
  html {
    font-size: 100%;
    /*16px*/
    line-height: 2.25;
    /*36px*/
  }
  .contents {
    width: 81.3333%;
  }
  section {
    padding-bottom: 3em;
  }
  #logo {
    width: auto;
    position: relative;
    float: left;
  }
  .col2, .col3 {
    margin: 0 -4.1666%;
  }
  .col2>li, .col3>li {
    float: left;
    margin: 0 4.1666%;
  }
  .col2>li {
    padding: 1.5em 0;
    overflow: hidden;
    width: 41.6666%;
  }
  .col3>li {
    width: 25%;
  }
  .com {
    width: 83.3333%;
    margin: 0 auto;
  }
  .com dt {
    margin-right: 8.3333%;
    text-align: left;
    float: left;
  }
  .com dd {
    overflow: hidden;
  }
  #top_point li {
    float: left;
    position: relative;
    margin: 0 4.1666%;
    width: 25%;
    list-style: none;
    padding: 1.5em 0;
  }
  #top_point li img {
    bottom: 0;
  }
  #rec article {
    width: 33.3333%;
  }
}

@media screen and (min-width:960px) {
  html {
    font-size: 137.5%;
    /*22px*/
    line-height: 3;
    /*66px*/
    letter-spacing: 0.025em;
  }
  header, #header_pc {
    position: relative;
  }
  #header_pc {
    margin: 0 auto;
  }
  #drawer_menu {
    background: transparent;
    width: 72.5%;
    position: absolute;
    right: 0;
    top: 40%;
    bottom: 0;
  }
  #drawer_menu li span {
    display: block;
    opacity: .3;
    -ms-filter: "alpha(opacity=30)";
    /* IE 8,9 */
    -moz-opacity: .3;
    /* FF */
    -khtml-opacity: .3;
    /* Safari 1.x */
    margin: 0 auto;
  }
  #drawer_menu ul li a:hover span {
    opacity: .75;
    -ms-filter: "alpha(opacity=75)";
    /* IE 8,9 */
    -moz-opacity: .75;
    /* FF */
    -khtml-opacity: .75;
    /* Safari 1.x */
  }
  #topmenu li, #topmenu img {
    width: 20%;
  }
  #drawer_menu li {
    font-size: 50%;
    float: left;
    width: 15%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #drawer_menu li:nth-child(1), #drawer_menu li:nth-child(6) {
    width: 20%;
  }
  #drawer_menu li span, #top_free {
    display: block;
  }
  #drawer_menu li a:hover {
    background: #B2CEE3;
  }
  #drawer_menu ul li a {
    color: #58595B;
  }
  #drawer_menu ul li {
    box-sizing: border-box;
  }
  #drawer_menu ul li a:hover {
    background: none;
    color: #005CA2;
  }
  #header_pc {
    padding: 3em 0;
  }
  #menu_mail, #top_free, #menu_mail img {
    top: 0;
  }
  .waku_blue, .waku_ussky {
    padding: 1.5em 3em;
  }
  #menu_btn, #drawer_menu .close, #menu_mail {
    display: none;
  }
  .float_l, .float_r {
    padding: 0;
  }
  .float_l>a img, .float_l>img, .float_r>a img, .float_r>img {
    width: 45.8334%;
  }
  .float_l_kiji, .float_r_kiji {
    width: 41.6666%;
    padding: 1.5em 4.1666%;
  }
  .float_l_kiji br, .float_r_kiji br {
    display: inline-block;
  }
  .float_l_kiji {
    margin: 0 0 0 4.1666%;
  }
  .float_r_kiji {
    margin: 0 4.1666% 0 0;
  }
  .float_r>a img, .float_r>img {
    float: right;
  }
  .float_l_kiji, .float_r_kiji, .float_l>a img, .float_l>img {
    float: left;
  }
  .shousai__block {
    display: flex;
  }
  .shousai__block div {
    box-sizing: border-box;
    width: 60%;
    padding-right: 40px;
    padding-top: 100px;
  }
  .shousai__block p {
    margin-top: 10px;
    line-height: 1.5;
  }
  .shousai__block figure {
    display: block;
    width: 40%;
    margin: 0;
    padding-top: 100px;
  }

}

@media screen and (min-width:1024px) {
  #header_pc {
    width: 91.6666%;
  }
  .contents {
    width: 75%;
  }
  #topmenu li {
    font-size: 150%;
  }
}

@media screen and (min-width:1280px) {
  #header_pc {
    width: 83.3333%;
  }
}

@media screen and (min-width:1600px) {
  #header_pc, .contents {
    width: 75%;
  }
  #slider article {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
    padding-left: 50%;
  }
  #slider h1 {
    font-size: 700%;
    /*420px*/
    line-height: 1.25;
    /*525px*/
  }
}

@media screen and (min-width:1900px) {
  #drawer_menu li {
    font-size: 62.5%;
  }
}

@media screen and (min-width:2560px) {
  #header_pc, .contents {
    width: 50%;
  }
}

@media print {
  body {
    color: black;
  }
  header, br, footer {
    display: none;
  }
}
