@charset "utf-8";

/* --------------------------------------------
    1 common
    2 footer
    3 top
    4 contact
-------------------------------------------- */


/* ============================================
  1 common
============================================ */


/* reset
-------------------------------------------- */

html {
  color: #333;
  background: #FFF
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset, img {
  border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal
}

ol, ul {
  list-style: none
}

caption, th {
  text-align: left
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}

q:before, q:after {
  content: ''
}

abbr, acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%
}

legend {
  color: #000
}

#yui3-css-stamp.cssreset {
  display: none
}


/* tag
-------------------------------------------- */

html {
  font-size: 87.5%;
  font-weight: 500;
  color: #333;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}


/*@media screen and ( min-width: 80em ){ html { font-size: 100%; } }*/

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

img {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  opacity: 1.0;
}

a:link {}

a:visited {}

a:hover {
  opacity: 0.7;
}

a:active {}

span.wpcf7-not-valid-tip {
  font-size: 0.7em;
  color: red;
}

div.screen-reader-response {
  margin-top: 40px;
  width: 80%;
  font-size: 0.85em;
  color: red;
}

div.wpcf7-validation-errors {
  font-size: 0.85em;
  color: red;
  width: 100%;
  text-align: center;
}

div.screen-reader-response ul {
  display: none;
}


/* Module
-------------------------------------------- */

.mod-foat_clear:after {
  display: block;
  content: "";
  clear: both;
}

.mod-foat_left {
  float: left;
}

.mod-foat_right {
  float: right;
}


/* grid */

.mod-grid_wide {
  width: 100%;
}

.mod-grid_wrap {
  width: 90%;
  margin: 0 5%;
}

.mod-grid_wrap:after {
  display: block;
  content: "";
  clear: both;
}

.mod-grid_1-1 {
  width: 100%;
  float: left;
}

.mod-grid_1-2 {
  width: 100%;
  float: left;
}

.mod-grid_1-3 {
  width: 100%;
  float: left;
}

.mod-grid_2-3 {
  width: 100%;
  float: left;
}

.mod-grid_1-4 {
  width: 50%;
  float: left;
}

.mod-grid_1-5 {
  width: 100%;
  float: left;
}

section.works .mod-grid_1-5 {
  width: 50%;
  float: left;
}

.mod-grid_2-5 {
  width: 100%;
  float: left;
}

.mod-grid_3-4 {
  width: 100%;
  float: left;
}

.mod-grid_4-5 {
  width: 100%;
  float: left;
}

.mod-grid_9-10 {
  width: 100%;
  float: left;
}

.mod-grid_3-5 {
  width: 100%;
  float: left;
}

@media screen and (min-width: 48em) {
  .mod-grid_1-1 {
    width: 100%;
  }
  .mod-grid_1-2 {
    width: 50%;
  }
  .mod-grid_1-3 {
    width: 33.33%;
  }
  .mod-grid_2-3 {
    width: 66.66%;
  }
  .mod-grid_1-4 {
    width: 25%;
  }
  .mod-grid_1-5 {
    width: 20%;
  }
  section.works .mod-grid_1-5 {
    width: 20%;
  }
  .mod-grid_2-5 {
    width: 40%;
  }
  .mod-grid_3-5 {
    width: 60%;
  }
  .mod-grid_3-4 {
    width: 75%;
  }
  .mod-grid_4-5 {
    width: 80%;
    float: left;
  }
  .mod-grid_9-10 {
    width: 90%;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .mod-grid_wrap {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 80em) {}


/* ============================================
  2 footer
============================================ */

footer.footer {
  margin-top: 140px;
  padding: 20px 0;
  background-color: #333;
  color: #FFF;
  text-align: center;
  font-family: 'HelveticaNeue';
  font-size: 0.86em;
}

footer.footer .mod-grid_wrap.top {
  text-align: right;
  margin-top: -45px;
  line-height: 0;
}

footer.footer .top img {
  width: 20px;
}

footer.footer .copy {
  margin-top: 24px;
}

footer.footer .mod-grid_wrap.link {
  text-align: left;
	margin-top: -37px;
}

footer.footer .mod-grid_wrap.link img {
  width: 118px;
}


/* ============================================
  3 top
============================================ */

body {}

nav#pc_fix_nav {
  position: fixed;
  z-index: 500;
  top: -80px;
  left: 0;
  width: 100%;
  background-color: #FFF;
  ;
  transition: all 300ms 0s ease;
  font-family: 'HelveticaNeue';
}

nav#pc_fix_nav.act {
  top: 0;
}

nav#pc_fix_nav header {
  float: left;
  font-size: 1.43em;
  line-height: 1;
  margin: 25px 0;
}

nav#pc_fix_nav header h2 {
  font-weight: bold;
}

nav#pc_fix_nav ul {
  text-align: center;
  margin: 27px 0;
  float: left;
}

nav#pc_fix_nav ul li {
  float: left;
  display: inline-block;
  line-height: 1;
}

nav#pc_fix_nav ul li a {
  font-family: 'HelveticaNeue';
  letter-spacing: 0.1em;
  font-size: 1.14em;
  line-height: 1.0;
  padding-bottom: 6px;
  font-weight: bold;
  color: #333;
}

nav#pc_fix_nav ul li.act a {
  opacity: 1.0;
  border-bottom: 2px solid #000;
}

nav#pc_fix_nav ul li a img {
  width: 16px;
  margin-left: 10px;
}

nav#pc_fix_nav li:first-child {
  margin-left: 40px;
}

nav#pc_fix_nav nav.pc_contact {
  float: right;
  position: relative;
  font-size: 1em;
  /*margin-top: 20px;*/
}

nav#pc_fix_nav nav.pc_contact div a {
  font-size: 1em;
  padding: 10px;
}

@media screen and (max-width: 80em) {}

@media screen and (max-width: 64em) {
  nav#pc_fix_nav header, nav#pc_fix_nav ul {
    display: none;
  }
  nav#pc_fix_nav nav.pc_contact {
    display: block;
    float: none;
    margin: 15px 0;
  }
  nav#pc_fix_nav nav.pc_contact div a {
    font-size: 16px;
    padding: 0;
    background-color: #FFF;
    color: #333;
  }
}

nav.pc_contact {
  position: absolute;
  text-align: center;
  /*top: 45%;
  left: 0;*/
  top: 20px;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 64em) {
  nav.pc_contact {
    display: none;
  }
}

nav.pc_contact:after {
  display: block;
  content: "";
  clear: both;
}

nav.pc_contact div a {
  /*font-size: 1.43em;*/
  font-weight: bold;
  /*padding: 14px 19px;*/
  font-family: 'HelveticaNeue';
  background-color: #333;
  color: #FFF;
  font-size: 1em;
  padding: 10px;
}

div#contents {
  position: relative;
  z-index: 100;
  background-color: #FFF;
  transition: all .5s ease;
}

div#contents.act {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
  pointer-events: none;
}

@media screen and (min-width: 64em) {
  div#contents.act {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

div.hero {}

div.hero .mod-grid_wide {
  position: relative;
}

div.hero .mod-grid_wide .mod-grid_wrap {
  position: relative;
}

div.hero h1 {
  font-family: 'HelveticaNeue';
  font-size: 5.57em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
}

@media screen and (max-width: 48em) {
  div.hero h1 {
    font-size: 1.7em;
    top: 35%;
  }
}

div.hero .bg {
  line-height: 0;
}


/*div.hero .bg img {
  max-height: 750px;
}
@media screen and (max-width: 48em) {
  div.hero .bg img {
    max-height: 200px;
  }
}*/

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 64em) {
  div.hero .mod-grid_wide {}
}


/*@media screen and (max-width: 48em) {
  div.hero .mod-grid_wide {
    height: 200px;
  }
}*/

section {
  padding-top: 70px;
}

section table tr th {
  white-space: nowrap;
  vertical-align: top;
  padding-right: 10px;
}

section table tr td {
  padding-right: 10px;
}

section table tr td[rowspan] {
  vertical-align: top;
}

@media screen and (max-width: 48em) {
  section table {
    margin-top: 20px;
  }
  section table tr th {
    padding: 0 10px 10px 0;
    line-height: 1.5;
    width: 93px;
  }
  section table tr td {
    padding: 0 10px 10px 0;
    line-height: 1.5;
  }
}

section.img {
  line-height: 0;
  padding-top: 0;
}


/*section.img img {
  max-height: 750px;
}
@media screen and (max-width: 48em) {
  section.img img {
    max-height: 200px;
  }
}*/

section.img .sp_img {
  display: none;
}

@media screen and (max-width: 48em) {
  section.img .sp_img {
    display: block;
  }
}

section#about article {
  margin-bottom: 28px;
}

@media screen and (max-width: 48em) {
  section#about .sp_none {
    display: none;
  }
}

section#about .mod-grid_2-5 img {
  margin-bottom: 20px;
  display: block;
}

@media screen and (max-width: 48em) {
  section#about .mod-grid_2-5 img {
    display: none;
  }
}

@media screen and (max-width: 48em) {
  section.drawing {
    padding-top: 0;
  }
}

section.drawing .mod-grid_3-5 {
  margin-left: 8.5%;
}

@media screen and (max-width: 48em) {
  section.drawing .mod-grid_3-5 {
    margin-left: 0;
  }
}


/* ============================================
  4 contact
============================================ */

header.contact {
  font-family: 'HelveticaNeue';
  font-size: 1.43em;
  line-height: 1;
}

header.contact h2 {
  font-weight: bold;
  margin: 50px 0 25px 0;
}
header.contact .mod-grid_wrap {
  border-bottom: 1px solid #999;
}

section.contact {
  padding-top: 50px;
}

section.contact .mod-required_mark {
  color: #cd0030;
}

section.contact tr {}

section.contact th {
  padding: 20px 0;
  font-size: 0.90em;
  font-weight: bold;
}

section.contact td {
  font-size: 0.90em;
  padding: 20px 0 20px 20px;
}

section.contact input[type="text"],
section.contact input[type="tel"],
section.contact input[type="email"],
section.contact textarea {
  font-size: 1.20em;
  border: 1px solid #c0c0c0;
  padding: 7px;
  margin-right: 5px;
}
section.contact tr.error input[type="text"],
section.contact tr.error input[type="tel"],
section.contact tr.error input[type="email"],
section.contact tr.error textarea {
  border: 1px solid #cd0030;
}
section.contact .error_mes {
  display: none;
}
section.contact tr.error .error_mes {
  display: block;
  color: #cd0030;
}
section.contact td.confirm {
  font-size: 1.00em;
}

section.contact input.tel01 {
  width: 60px;
}

section.contact input.tel02, section.contact input.tel03 {
  width: 70px;
}

section.contact input.select_s {
  width: 65px;
}

section.contact input.select_sm {
  width: 100px;
}

section.contact input.long,
section.contact input[type="email"] {
  width: 400px;
}

section.contact input.add01 {
  width: 500px;
}

section.contact input.add02 ,
section.contact textarea {
  width: 600px;
}

section.contact .btn_pref {
  padding: 10px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  display: inline;
}

section.contact .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #ffffff;
  background: url(images/selectarrow.png) no-repeat right center;
  border: 1px solid #c0c0c0;
  color: #333;
  vertical-align: middle;
  margin-bottom: 5px;
}

section.contact .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 11px 0;
  padding: .6875rem 2.1875rem .6875rem .6875rem;
  background: transparent;
  border: 0;
  outline: none;
  width: 170% !important;
}
section.contact input[type="submit"] {
    padding: 20px 0;
    background: #333;
    margin: 0 20px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 16px;
    width: 240px;
    font-weight: bold;
    cursor: pointer;
}
section.contact input[type="submit"]:hover {
  background: #000;
}
section.contact input[type="button"] {
  padding: 20px 0;
  background: #EEE;
  text-align: center;
  margin: 0 20px;
  color: #333;
  border: none;
  font-size: 16px;
  width: 240px;
  font-weight: bold;
  cursor: pointer;
}
section.contact input[type="button"]:hover {
  background: #DDD;
}

section.contact header {
  font-size: 12px;
  margin: 20px 0;
}
section.contact footer {
  text-align: center;
  border-top: 1px solid #999;
  padding-top:40px;
  margin-top: 40px;
}

@media screen and (max-width: 48em) {
  section.contact td,
  section.contact th
  {
    display: block;
    padding: 10px 0;
  }
  section.contact input.long,
  section.contact input[type="email"] {
    width: 80%;
  }
  section.contact input.add01,
  section.contact input.add02,
  section.contact textarea {
    width: 92%;
  }
  section.contact input[type="button"] ,
  section.contact input[type="submit"] {
    width: 90%;
    margin: 10px;
  }
}
