@charset "UTF-8";
@font-face {
  font-family: 'icon_set_v1';
  src: url('./web_fonts/icon_set_v1.eot');
  src: url('./web_fonts/icon_set_v1.eot?#iefix') format('embedded-opentype'), url('./web_fonts/icon_set_v1.woff') format('woff'), url('./web_fonts/icon_set_v1.ttf') format('truetype'), url('./web_fonts/icon_set_v1.svg#icon_set_v1') format('svg');
  font-weight: normal;
  font-style: normal;
}
header #h_tel span:before, #inquiry #i_tel p.tel:before, #inquiry #i_mail p.mail:before {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  top: 50%;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  font-size: 15px;
  color: #333333;
  word-wrap: break-word;
  letter-spacing: 0.05em;
}
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 0;
}
iframe {
  vertical-align: bottom;
}
a {
  outline: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
header {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
header .inner {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
header h1, header #h_tel {
  float: left;
  width: 50%;
}
header #h_tel {
  text-align: right;
  padding-top: 16px;
}
header #h_tel span, #inquiry #i_tel p.tel {
  line-height: 1;
  position: relative;
}
header #h_tel span:before, #inquiry #i_tel p.tel:before {
  content: '\e8f5';
  left: 0;
}
header #h_tel span {
  font-size: 27px;
  padding-left: 24px;
}
header #h_tel span:before {
  font-size: 25px;
  margin-top: -11px;
}
h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#info {
  margin-bottom: 60px;
  text-align: center;
}
#info p {
  margin-bottom: 12px;
  font-size: 17px;
}
#inquiry {
  background-color: #f2f2f2;
  padding-top: 26px;
  padding-bottom: 36px;
  margin-bottom: 60px;
}
#inquiry .inner {
  background-color: #fff;
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 100px;
}
#inquiry #i_tel, #inquiry #i_mail {
  float: left;
  width: 50%;
}
#inquiry #i_mail {
  position: relative;
  padding-left: 70px;
}
#inquiry #i_mail:before {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  border-left: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 30px;
}
#inquiry h2 {
  text-align: center;
}
#inquiry #i_tel p.tel {
  padding-left: 26px;
  font-size: 29px;
}
#inquiry #i_tel p.tel:before {
  font-size: 27px;
  margin-top: -12px;
}
#inquiry #i_tel p.open {
  margin-top: 6px;
  font-size: 14px;
}
#inquiry #i_mail h3 {
  margin-bottom: 14px;
}
#inquiry #i_mail p.mail {
  font-size: 20px;
  position: relative;
  padding-left: 32px;
  line-height: 1;
}
#inquiry #i_mail p.mail:before {
  font-size: 26px;
  content: '\ea04';
  left: 0;
  margin-top: -11px;
}
#access h2 {
  text-align: center;
}
#access .inner {
  width: 900px;
  margin: 0 auto;
}
#access #gmap {
  margin-bottom: 8px;
}
#access #gmap iframe {
  width: 100%;
  height: 520px;
  border: 0;
}
footer {
  margin-top: 70px;
  border-top: 1px solid #ccc;
  padding-top: 12px;
  padding-bottom: 12px;
}
footer #copy {
  text-align: center;
}
@media screen and (max-width: 767px) {
  header, #info, #inquiry, #access, footer {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  header .inner, #info, #inquiry .inner, #access .inner {
    width: auto;
  }
  header h1, header #h_tel {
    float: none;
    width: auto;
  }
  header {
    margin-bottom: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  header h1 {
    text-align: center;
    line-height: 1;
    padding: 0 4%;
  }
  header h1 img {
    max-width: 100%;
    height: auto;
  }
  header #h_tel {
    display: none;
  }
  h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #info, #inquiry {
    margin-bottom: 40px;
  }
  #info p {
    font-size: 14px;
  }
  #inquiry {
    padding: 20px 20px;
    text-align: center;
  }
  #inquiry .inner {
    padding: 20px 30px;
  }
  #inquiry #i_tel, #inquiry #i_mail {
    float: none;
    width: auto;
  }
  #inquiry #i_mail h3 {
    margin-bottom: 10px;
  }
  #inquiry #i_tel p.tel, #inquiry #i_mail p.mail {
    display: inline-block;
  }
  #inquiry #i_tel p.tel {
    font-size: 23px;
    padding-left: 23px;
  }
  #inquiry #i_tel p.tel:before {
    font-size: 23px;
    margin-top: -10px;
  }
  #inquiry #i_tel p.open {
    font-size: 13px;
    margin-top: 2px;
  }
  #inquiry #i_mail p.mail {
    font-size: 16px;
    padding-left: 27px;
  }
  #inquiry #i_mail p.mail:before {
    font-size: 22px;
    margin-top: -10px;
  }
  #inquiry #i_mail {
    position: static;
    padding-left: 0;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #ccc;
  }
  #inquiry #i_mail:before {
    content: none;
  }
  #access #gmap {
    position: relative;
    padding-top: 70%;
    height: 0;
    overflow: hidden;
  }
  #access #gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  footer {
    margin-top: 40px;
  }
  footer #copy {
    font-size: 13px;
  }
}
/*追加*/
#mv {
  height: 420px;
  background: url("../coming_soon/img/slide1-2.jpg") no-repeat center top;
  margin-bottom: 50px;
}
#company {
  max-width: 900px;
  margin: 0 auto 60px auto;
}
#company table {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #ccc;
}
#company th, #company td {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
#company th {
  background-color: #eee;
  font-weight: normal;
  width: 23%;
}
header {
  margin-bottom: 0;
}
#inquiry .inner {
  padding: 30px 60px;
}
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  header .inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #company {
    width: 92%;
  }
  #mv {
    height: 130px;
    background-size: cover;
    margin-bottom: 30px;
  }
  #company th {
    width: 100%;
  }
  #company th, #company td {
    font-size: 14px;
    display: block;
    text-align: left;
  }
  header h1 img {
    width: 150px;
  }
  header {
    margin-bottom: 0px;
  }
}