@charset "UTF-8";
/* line 8, style.scss */
* {
  margin: 0;
  padding: 0; }

/* line 12, style.scss */
body {
  font-family: 'Sawarabi Mincho', sans-serif; }

/* line 15, style.scss */
::selection {
  background: #fdcd01; }

/* line 18, style.scss */
::-moz-selection {
  background: #fdcd01; }

/* line 21, style.scss */
article {
  text-align: center; }

/* line 24, style.scss */
.waido {
  max-width: 960px; }

/* line 28, style.scss */
a:hover {
  text-decoration: none; }

/* line 32, style.scss */
section {
  padding: 30px 0px; }

/* line 37, style.scss */
h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  margin-top: 50px; }
  /* line 42, style.scss */
  h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 30px;
    height: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px; }

/* line 56, style.scss */
h4 {
  padding: 2px 15px;
  border-left: 5px solid #fdcd01;
  text-align: left;
  margin: 10px 0px; }

/*部品 */
/* line 64, style.scss */
.more-info {
  width: 200px;
  border: solid 1px #fdcd01;
  color: #fdcd01;
  text-align: center;
  padding: 10px 0px;
  font-size: 80%; }
  /* line 71, style.scss */
  .more-info:hover {
    background: #fdcd01;
    color: #FFF;
    cursor: pointer; }

/*ヘッダー */
/* line 78, style.scss */
header {
  letter-spacing: 2px; }

/* line 82, style.scss */
.logo {
  background: #fdcd01;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 250px;
  padding-top: 20px; }
  /* line 89, style.scss */
  .logo:hover {
    cursor: pointer; }
  /* line 92, style.scss */
  .logo img {
    height: 30px;
    width: 30px;
    margin-right: 10px; }
  /* line 97, style.scss */
  .logo h2 {
    font-size: 24px; }

/* line 103, style.scss */
header nav {
  display: -webkit-flex;
  display: flex; }
  /* line 105, style.scss */
  header nav > :first-child {
    margin-right: auto; }
  /* line 109, style.scss */
  header nav ul {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    margin-right: 10px;
    padding-top: 20px; }
  /* line 116, style.scss */
  header nav li {
    padding: 2px 20px;
    border-left: solid #b4b4b4 1px; }
    /* line 119, style.scss */
    header nav li:first-child, header nav li:last-child {
      border: none; }
  /* line 123, style.scss */
  header nav a {
    text-align: center;
    color: #000;
    font-size: 16px; }

/* line 132, style.scss */
.contact {
  padding: 8px;
  background: #fdcd01; }

/* line 137, style.scss */
.contact img {
  width: 55px;
  height: 30px;
  vertical-align: middle;
  padding-right: 10px;
  padding-top: 0; }

/* line 145, style.scss */
.is-fixed {
  box-shadow: 0px 2px 4px -2px gray;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-top: 0px;
  background: rgba(247, 248, 248, 0.95); }

@media only screen and (max-width: 960px) {
  /* line 157, style.scss */
  header {
    position: relative;
    z-index: 999; }

  /* line 161, style.scss */
  header nav ul {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    z-index: 980;
    display: none; }

  /* line 176, style.scss */
  header nav ul li a {
    display: block;
    background: transparent;
    margin: 0px;
    padding: 20px;
    text-align: left;
    color: #FFF; }

  /* line 184, style.scss */
  header nav ul li a:hover {
    color: #000;
    background: #fff; }

  /* line 191, style.scss */
  .nav__icon,
  .nav__icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 999; }

  /* line 198, style.scss */
  .contact {
    text-align: center; } }
/* トップ画像　*/
/* line 205, style.scss */
.top-img {
  position: relative;
  height: 500px;
  background: #dbdbdb;
  border-bottom: 10px solid #fdcd01;
  padding-right: 40px; }
  /* line 211, style.scss */
  .top-img .content01 {
    position: absolute;
    top: 10%;
    left: 60%;
    width: 400px;
    margin: 0 auto;
    font-size: 20px;
    background: #FFF;
    padding: 50px;
    opacity: 0.95;
    z-index: 1; }
    @media only screen and (max-width: 959px) {
      /* line 211, style.scss */
      .top-img .content01 {
        display: none; } }
  /* line 228, style.scss */
  .top-img .namae {
    position: absolute;
    top: 5%;
    left: 46%;
    height: 400px;
    width: 70px;
    color: #FFF;
    font-size: 280%;
    letter-spacing: 2px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
    @media only screen and (max-width: 640px) {
      /* line 228, style.scss */
      .top-img .namae {
        left: 40%; } }

/* line 247, style.scss */
.content01-mb {
  margin: auto;
  width: 80%;
  display: none; }
  @media only screen and (max-width: 959px) {
    /* line 247, style.scss */
    .content01-mb {
      display: block; } }

/* 施工事例　*/
/* line 258, style.scss */
.event {
  margin-bottom: 55px;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  -moz-transition: -moz-transform 0.7s;
  -o-transition: -o-transform 0.7s;
  -webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.7s; }
  /* line 263, style.scss */
  .event h4 {
    top: 0;
    left: 0;
    background: #575757;
    font-size: 16px;
    padding: 15px;
    color: #fff; }
  /* line 272, style.scss */
  .event img {
    width: 100%;
    -moz-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s; }
  /* line 277, style.scss */
  .event p {
    text-align: left; }

/* セクション01　*/
/* line 283, style.scss */
.sec01 {
  background: white; }

/* line 286, style.scss */
.sec02 {
  background: #a3a3a3; }

/* フッター　*/
/* line 291, style.scss */
footer {
  text-align: center;
  background: #fdcd01; }

/* line 296, style.scss */
footer img {
  margin: 50px 0px 0px 0px;
  width: 70px; }

/* line 300, style.scss */
footer h5 {
  margin: 40px 0px 0px 0px; }

/* line 303, style.scss */
footer h6 {
  margin: 10px 0px 0px 0px; }

/* line 306, style.scss */
footer p {
  margin: 30px 0px 0px 0px;
  color: #404040; }

/*ハンバーガー */
/* line 311, style.scss */
.nav__icon {
  width: 36px;
  height: 28px;
  position: relative;
  cursor: pointer;
  display: none;
  margin: 20px; }

/* line 320, style.scss */
.nav__icon span {
  background: black;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px; }

/* line 329, style.scss */
.nav__icon span:nth-of-type(1) {
  top: 0; }

/* line 333, style.scss */
.nav__icon span:nth-of-type(2) {
  top: 12px; }

/* line 337, style.scss */
.nav__icon span:nth-of-type(3) {
  bottom: 0; }

/* line 341, style.scss */
.nav__icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg); }

/* line 346, style.scss */
.nav__icon.active span:nth-of-type(2) {
  display: none; }

/* line 350, style.scss */
.nav__icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg); }

@media only screen and (max-width: 960px) {
  /* line 356, style.scss */
  .nav__icon,
  .nav__icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 999; } }
/* line 365, style.scss */
.midashi {
  background: url(../img/sekkei.jpg);
  background-attachment: fixed;
  background-size: cover;
  height: 200px;
  border-bottom: 10px solid #fdcd01; }

/* line 373, style.scss */
h1 {
  padding: 50px;
  text-align: center; }
  /* line 376, style.scss */
  h1 span {
    display: block;
    font-size: 50%;
    color: #fdcd01;
    font-weight: bold; }

/* line 384, style.scss */
table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  text-align: left; }
  /* line 389, style.scss */
  table td, table th {
    padding: 10px 20px;
    border-bottom: 1px dotted #999; }
    @media only screen and (max-width: 640px) {
      /* line 389, style.scss */
      table td, table th {
        border-bottom: none;
        display: block;
        width: 100%; } }
  /* line 399, style.scss */
  table th {
    background-color: #eee; }

/* line 405, style.scss */
.news {
  max-width: 400px;
  margin: 0 auto;
  text-align: left; }
  /* line 409, style.scss */
  .news li {
    list-style: none;
    padding: 10px;
    border-bottom: solid 1px #dbdbdb; }
  /* line 415, style.scss */
  .news .day {
    display: inline;
    font-size: 90%;
    padding-right: 30px; }

/* line 422, style.scss */
.pre-footer {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  text-align: center;
  color: #fff; }
  /* line 427, style.scss */
  .pre-footer a {
    color: #FFF;
    height: 300px;
    width: 50%; }
  /* line 432, style.scss */
  .pre-footer .pre-footer1, .pre-footer .pre-footer2 {
    padding: 100px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover; }
    /* line 437, style.scss */
    .pre-footer .pre-footer1:hover, .pre-footer .pre-footer2:hover {
      cursor: pointer; }
  /* line 441, style.scss */
  .pre-footer .pre-footer1 {
    background-image: url(../img/niwa.png); }
  /* line 444, style.scss */
  .pre-footer .pre-footer2 {
    background-image: url(../img/sekkei.png); }
  @media only screen and (max-width: 640px) {
    /* line 422, style.scss */
    .pre-footer {
      display: block; }
      /* line 449, style.scss */
      .pre-footer .pre-footer1, .pre-footer .pre-footer2 {
        width: 100%;
        padding: 80px 20px; } }

/* line 458, style.scss */
.work img {
  width: 100%; }
/* line 461, style.scss */
.work p {
  text-align: left;
  padding: 20px; }

/* line 469, style.scss */
.advantage h4 {
  text-align: center;
  border: none;
  color: #fdcd01;
  padding: 50px 0px 20px 0px; }
/* line 475, style.scss */
.advantage img {
  width: 100%; }
/* line 478, style.scss */
.advantage p {
  text-align: left; }
/* line 481, style.scss */
.advantage .row {
  margin: 40px; }
  @media only screen and (max-width: 640px) {
    /* line 481, style.scss */
    .advantage .row {
      margin: 3px; } }

/* line 489, style.scss */
.aisatu {
  text-align: left;
  font-size: 20px; }
