@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* 設定
--------------------------*/
/* ミックスイン
--------------------------*/
/* clearfix
--------------------------*/
.clearfix {
  overflow: hidden;
  _zoom: 1; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

/* 基本
--------------------------*/
html {
  font-size: 9px; }
  @media (min-width: 768px) {
    html {
      font-size: 9px; } }
  @media (min-width: 992px) {
    html {
      font-size: 10px; } }

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 2.1;
  -webkit-text-size-adjust: none;
  background: #004123; }
  @media (min-width: 768px) {
    body {
      font-size: 1.4rem; } }
  @media (min-width: 992px) {
    body {
      font-size: 1.6rem; } }

@media (min-width: 768px) {
  .flex_layout {
    display: flex;
    justify-content: space-between; } }

a {
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: underline; }

p {
  margin-top: 0; }

h1, h2, h3, h4 {
  margin: 0;
  text-align: center;
  line-height: 1; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li, ol li {
    margin: 0;
    padding: 0; }

table {
  border-collapse: collapse; }

dt, dd {
  font-weight: normal;
  margin-left: 0; }

main img {
  width: 100%;
  height: auto; }

@media (max-width: 768px) {
  .xs-hidden {
    display: none; } }

@media (min-width: 768px) {
  .xs-visible {
    display: none; } }

.pagetop {
  text-align: center;
  padding-bottom: 30px; }
  .pagetop img {
    width: 36px; }
  @media (min-width: 768px) {
    .pagetop {
      text-align: right;
      position: fixed;
      bottom: 0px;
      right: 40px; } }
  .pagetop .arrow {
    width: 0px;
    border-color: #d9534f;
    border-style: solid;
    border-width: 30px;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent; }

img {
  vertical-align: top; }

@media (min-width: 768px) {
  .xs_visible {
    display: none; } }

@media (max-width: 768px) {
  .xs_hidden {
    display: none; } }

/* ヘッダー #header
--------------------------*/
#container {
  margin: 0 auto;
  background-color: #fff; }
  @media (min-width: 768px) {
    #container {
      width: 960px; } }

#header {
  background: #000;
  text-align: center;
  padding-top: 10px; }
  @media (max-width: 768px) {
    #header {
      padding: 5px;
      display: flex;
      justify-content: space-between; } }
  #header img.logo {
    margin-top: 8px;
    width: 100%; }
  @media (min-width: 768px) {
    #header {
      padding: 20px 0 0 0; }
      #header img.logo {
        width: 660px;
        margin-top: 0px;
        margin-bottom: 20px; } }

nav {
  width: 960px;
  background: #000;
  height: 40px; }
  @media (max-width: 768px) {
    nav {
      width: 65px; } }
  @media (min-width: 768px) {
    nav {
      height: 84px;
      background: url("../img/back_menu.jpg") center top repeat-x;
      background-size: 1px auto; }
      nav #nav-drawer {
        display: flex;
        align-items: center;
        margin: 0 auto; } }
  @media (min-width: 768px) {
    nav ul {
      width: 760px;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      text-indent: -9999px; }
      nav ul li {
        width: 156px; }
        nav ul li a {
          height: 84px;
          display: block;
          background: url("../img/globalNav.jpg") center top no-repeat;
          background-size: 780px auto; }
      nav ul li.menu01 a {
        background-position: 0 0; }
        nav ul li.menu01 a:hover {
          background-position: 0 -84px; }
      nav ul li.menu02 a {
        background-position: -156px 0; }
        nav ul li.menu02 a:hover {
          background-position: -156px -84px; }
      nav ul li.menu03 a {
        background-position: -312px 0; }
        nav ul li.menu03 a:hover {
          background-position: -312px -84px; }
      nav ul li.menu04 a {
        background-position: -468px 0; }
        nav ul li.menu04 a:hover {
          background-position: -468px -84px; }
      nav ul li.menu05 a {
        background-position: -624px 0; }
        nav ul li.menu05 a:hover {
          background-position: -624px -84px; } }
  @media (min-width: 768px) {
    nav .menu00 {
      display: none; } }

@media (max-width: 768px) {
  section {
    padding: 0 10px; } }

.sub_page article header {
  position: relative;
  height: 80px; }
  .sub_page article header .page_title {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 0; }
  @media (max-width: 768px) {
    .sub_page article header {
      margin-bottom: 70px; } }
  @media (min-width: 768px) {
    .sub_page article header {
      height: 370px;
      padding: 0; }
      .sub_page article header .page_title {
        top: 145px;
        left: 70px; } }
  .sub_page article header .page_title img {
    width: 285px; }
  .sub_page article header .fade {
    animation: fadeIn 1s ease 0s 1 normal; }
  .sub_page article header .fade2 {
    animation: fadeIn 4s ease 0s 1 normal; }

@keyframes fadeIn {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0; }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1; }
  /*アニメーション終了時は不透明度100%*/ }

.metal article header {
  background: url("../img/back_metal_title.jpg") center top no-repeat;
  background-size: cover; }

.vehicle article header {
  background: url("../img/back_vehicle_title.jpg") center top no-repeat;
  background-size: cover; }

.equipments article header {
  background: url("../img/back_equipments_title.jpg") center top no-repeat;
  background-size: cover; }

/* コンテンツ #main
--------------------------*/
.contents {
  position: relative;
  z-index: 5; }
  .contents h1.section_title {
    text-align: left; }
    .contents h1.section_title img {
      width: 285px; }
  .contents h2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.3; }
    .contents h2 .title {
      display: inline-block;
      border-bottom: 2px solid #004123; }
  .contents h3 {
    font-size: 2.2rem;
    line-height: 1.3; }
  .contents .fz_14 {
    font-size: 1.4rem;
    line-height: 2; }
  .contents .fz_16 {
    font-size: 1.6rem;
    line-height: 1.5; }
  .contents .fz_18 {
    font-size: 1.8rem;
    line-height: 1.5; }
  .contents a.button {
    padding: 10px 30px;
    background: #004123;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold; }
    .contents a.button:hover {
      text-decoration: none; }
  .contents .sub_title {
    text-align: center; }
    .contents .sub_title ul {
      display: flex;
      justify-content: space-between; }
    .contents .sub_title p {
      margin: 30px auto;
      text-align: left; }
      @media (min-width: 768px) {
        .contents .sub_title p {
          width: 580px; } }

.section {
  padding: 20px;
  border-bottom: 2px solid #004123; }
  @media (min-width: 768px) {
    .section {
      margin: 50px 75px;
      padding: 0 0 50px 0; } }

.equipments .section {
  padding: 20px;
  border-bottom: 2px solid #004123; }
  @media (min-width: 768px) {
    .equipments .section {
      margin: 50px 100px;
      padding: 0 0 20px 0; } }

.about, .contact, .access {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .about, .contact, .access {
      margin: 0 auto;
      padding: 0 50px;
      margin-top: 100px;
      width: 580px; } }

.contact dl {
  margin: 0;
  margin-bottom: 10px;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  font-weight: 1.8rem;
  line-height: 1.4;
  text-align: center;
  background-color: #004123; }

.contact dt {
  font-size: 2.4rem; }

.contact dd.border {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff; }

.contact dd .tel {
  font-size: 4.0rem; }
  @media (min-width: 768px) {
    .contact dd .tel {
      font-size: 5.4rem; } }

.contact dd .mail {
  font-size: 2.4rem; }
  @media (min-width: 768px) {
    .contact dd .mail {
      font-size: 3.8rem; } }

.contact a {
  color: #fff; }

/* トップページ .home
--------------------------*/
.row_reverse {
  flex-flow: row-reverse; }

.philosophy_title {
  text-align: left;
  margin: 0; }
  @media (min-width: 768px) {
    .philosophy_title {
      width: 380px; } }
  .philosophy_title h2 {
    margin: 25px 0;
    font-size: 3.0rem;
    text-align: left; }

@media (min-width: 768px) {
  .philosophy_photo img {
    width: 410px; } }

.about {
  font-weight: bold;
  font-weight: 1.7rem; }
  .about th {
    text-align: left; }
    @media (min-width: 768px) {
      .about th {
        width: 150px; } }
  .about td {
    padding-bottom: 10px; }

.access .map iframe {
  width: 100%; }
  @media (min-width: 768px) {
    .access .map iframe {
      width: 600px;
      height: 400px; } }

.forsale {
  border-bottom: none; }
  .forsale h2 {
    text-align: left; }
    .forsale h2 img {
      margin: 0;
      width: 146px; }
      @media (min-width: 768px) {
        .forsale h2 img {
          margin-top: -20px; } }
  .forsale h3 {
    text-align: left; }
  @media (max-width: 768px) {
    .forsale .ask {
      display: flex;
      justify-content: space-between;
      margin-top: 10px; }
      .forsale .ask .button {
        padding: 5px;
        font-size: 1.6rem; } }
  .forsale img.priceask {
    width: 120px;
    height: 26px; }
    @media (max-width: 768px) {
      .forsale img.priceask {
        margin-top: 10px; } }
    @media (min-width: 768px) {
      .forsale img.priceask {
        width: 177px;
        height: 39px; } }
  .forsale .sale_list li {
    padding: 30px 0;
    border-bottom: 2px solid #004123; }
  @media (min-width: 768px) {
    .forsale .slider-nav {
      margin: -10px;
      margin-left: -30px; }
      .forsale .slider-nav div {
        width: calc(100% - 20px);
        margin: 10px;
        padding: 0; } }

#equipments {
  margin-top: 80px; }

.equip_cont {
  text-align: left; }
  @media (min-width: 768px) {
    .equip_cont {
      width: 350px; } }
  .equip_cont span {
    color: #C30D23; }
  .equip_cont img.maker_01 {
    width: 130px; }
  .equip_cont img.maker_02 {
    width: 147px; }
  .equip_cont img.maker_03 {
    width: 125px; }
  .equip_cont img.maker_04 {
    width: 170px; }
  .equip_cont h2, .equip_cont h3, .equip_cont h4 {
    text-align: left; }
  .equip_cont h3 {
    font-size: 1.8rem; }
  .equip_cont p {
    font-size: 1.6rem; }
  .equip_cont h4 {
    font-size: 1.2rem; }
  .equip_cont ul {
    font-size: 1.2rem; }

.equip_cont02 div, .equip_cont03 div {
  margin: 20px; }

@media (min-width: 768px) {
  .equip_cont02, .equip_cont03 {
    justify-content: center;
    margin: 0 0; }
    .equip_cont02 div, .equip_cont03 div {
      margin: 0 30px; } }

.equip_cont02 h3, .equip_cont03 h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left; }

@media (min-width: 768px) {
  .equip_cont02 {
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .equip_cont04 {
    margin-left: 100px; } }

.equip_cont04 h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left; }

/* フッター #footer
--------------------------*/
footer {
  position: relative;
  padding: 0 25px;
  font-size: 1.4rem;
  color: #fff;
  background: url("../img/back_footer.jpg") center top no-repeat; }
  footer img.logo {
    width: 100%;
    margin-top: 20px; }
  @media (min-width: 768px) {
    footer {
      margin-top: -75px;
      z-index: 1;
      padding: 0 50px;
      height: 370px; }
      footer img.logo {
        margin-top: 85px;
        width: 580px; } }
  footer .footer_contetns {
    margin-top: 40px; }
    footer .footer_contetns a {
      color: #fff; }
  footer a.pagetop_button {
    position: absolute;
    bottom: 0;
    right: 30px; }
    footer a.pagetop_button img {
      width: 24px; }
    @media (min-width: 768px) {
      footer a.pagetop_button {
        bottom: 0;
        right: 30px; } }
  @media (min-width: 768px) {
    footer #footerNav {
      margin-right: 60px;
      font-size: 1.2rem; }
      footer #footerNav ul {
        margin-left: 40px; } }

p.copyright {
  color: #fff;
  margin: 0;
  text-align: center; }

.fixed {
  position: fixed;
  top: 0;
  z-index: 10000; }

@media (max-width: 768px) {
  #nav-drawer {
    position: relative; }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none; }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    padding: 7px 4px 4px 7px;
    margin-left: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 25px;
    height: 22px;
    vertical-align: middle; }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 22px;
    /*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer; }
  #nav-open span:before {
    bottom: -8px; }
  #nav-open span:after {
    bottom: -16px; }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out; }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 75%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #000;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/ }
    #nav-content li {
      border-bottom: 1px solid #fff;
      font-size: 2.2rem;
      text-align: left; }
      #nav-content li a {
        padding: 40px 10px;
        color: #fff; }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5; }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); } }

@media (min-width: 768px) {
  #nav-input {
    display: none; }
  #nav-open {
    display: none; } }
