@charset "utf-8";
/**
 * ブラウザリセット
**/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
table,
caption,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse ;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
a img,
iframe {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
select {
  margin: inherit;
}
.serif,
* {
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.sans,
#company #contents #incontents .box table tr th,
#company #contents #incontents .box table tr td,
#company #contents #incontents .box table tr td .brown {
  font-family: '游ゴシック', 'Yu Gothic', 'Lucida Grande', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'MS PGothic', 'arial', 'helvetica', 'sans-serif';
}
* {
  font-size: 14px;
  line-height: 18px;
}
/** ベース設計 **/
body {
  -webkit-text-size-adjust: 100%;
}
/** よく使うクラス **/
.clearfix,
#header:after,
#contents:after,
#contents #incontents:after,
#footer:after,
#footer #infooter:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
hr {
  border: none;
  border-top: solid 1px #ccc;
  padding: 5px;
}
th,
td {
  padding: 5px;
}
.caption {
  padding: 0 10px 10px;
  font-weight: bold;
  color: #422D15;
}
.hidden {
  display: none;
}
table {
  width: 100%;
}
h1 {
  text-align: center;
}
h2 {
  color: #5f892e;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
p {
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
a {
  color: #000000;
}
a:hover {
  cursor: pointer;
  color: #23808c;
}
.bg_black,
body {
  background: url("../images/common/bg_black.png") top center black;
}
.bg_white {
  background-color: #ffffff;
}
.bg_gray,
#contents {
  background: url("../images/common/bg_gray.png") top center #e7e7e7;
}
#header {
  margin: auto;
  min-width: 1100px;
}
#header #inheader {
  width: 1000px;
  margin: auto;
  padding: 10px 0 20px;
  margin: 0 auto;
}
#header #inheader .title {
  text-align: center;
  padding: 40px 0;
}
#header #inheader #navigation {
  text-align: center;
  width: 1000px;
}
#header #inheader #navigation ul {
  width: 1000px;
}
#header #inheader #navigation ul li {
  display: inline-block;
  width: 130px;
}
#header #inheader #navigation ul li a {
  color: #A68047;
  line-height: 2rem;
  position: relative;
  display: inline-block;
  padding: 0.4em;
  text-decoration: none;
  letter-spacing: 0.3rem;
}
#header #inheader #navigation ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header #inheader #navigation ul li a.active,
#header #inheader #navigation ul li a:hover {
  color: #ffffff;
}
#header #inheader #navigation ul li a.active:after,
#header #inheader #navigation ul li a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header #inheader #navigation ul li:nth-of-type(2) {
  width: 150px;
}
#header #inheader #navigation ul li:nth-of-type(2) a {
  letter-spacing: 0.2rem;
}
#header #inheader #navigation ul li:nth-of-type(3) {
  width: 150px;
}
#header #inheader #navigation ul li:nth-of-type(3) a {
  letter-spacing: 0rem;
}
#header #inheader #navigation ul li:nth-of-type(4),
#header #inheader #navigation ul li:nth-of-type(5) {
  width: 140px;
}
#smenu {
  clear: both;
  text-align: center;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
#main {
  width: 1100px;
  height: 110px;
  margin: auto;
  background-color: #ffffff;
}
#main h1 {
  width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
  background: url("../images/company/h1.png?20161214") no-repeat top center;
  height: 110px;
  line-height: 110px;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  text-align: center;
}
#contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 1100px;
  margin: 0 auto;
}
#contents #incontents {
  margin: auto;
  width: 1000px;
  padding: 50px 30px;
}
#contents #incontents .btn_contact {
  text-align: center;
  margin: 50px 0 0;
}
#btn_top {
  text-align: center;
  margin: 1rem auto;
}
#btn_top img {
  cursor: pointer;
  margin: auto;
}
#outside_link {
  text-align: center;
  margin: 1rem auto;
}
#outside_link a {
  display: inline-block;
  margin: 0 1rem;
}
#outside_link a img {
  cursor: pointer;
  margin: auto;
}
#footer {
  min-width: 1100px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 50px;
}
#footer p,
#footer a {
  color: #ffffff;
  font-size: 0.8rem;
}
#footer #infooter {
  width: 976px;
  padding: 2rem 10px 0;
  margin: auto;
}
#footer #infooter div {
  width: 160px;
  float: left;
  margin: 0 10px;
}
#footer #infooter div:first-of-type {
  width: 220px;
}
#footer #infooter div span a {
  color: #A68047;
  font-size: 1.1rem;
  margin-bottom: 10px;
  display: block;
  margin-bottom: 2rem;
  text-decoration: none;
}
#footer #infooter div span a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#footer #infooter div ul li {
  line-height: 1.5rem;
  margin-bottom: 10px;
}
#footer #infooter div ul li a {
  text-decoration: none;
  font-size: 1rem;
  display: block;
}
#footer #infooter div ul li a:hover {
  text-decoration: underline;
}
#footer .copy {
  width: 976px;
  margin: auto;
  padding: 50px 10px 0;
  color: #ffffff;
  text-align: center;
}
#footer .copy img {
  margin: auto;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
#company #contents #incontents h1 {
  margin-bottom: 1rem;
}
#company #contents #incontents .inline_link {
  text-align: center;
  margin-bottom: 3rem;
}
#company #contents #incontents .inline_link a {
  margin: 0 20px;
}
#company #contents #incontents .box {
  width: 830px;
  margin: 0 auto 5rem;
}
#company #contents #incontents .box strong {
  display: block;
  margin-bottom: 2rem;
}
#company #contents #incontents .box table {
  width: 100%;
  margin: 0 0 2rem;
  border-top: dotted 1px #A68047;
}
#company #contents #incontents .box table tr {
  border-bottom: dotted 1px #A68047;
}
#company #contents #incontents .box table tr th {
  background: url("../images/company/bg_th.png");
  padding: 10px 30px;
  width: 7rem;
}
#company #contents #incontents .box table tr td {
  padding: 10px 30px;
}
#company #contents #incontents .box table tr td .brown {
  color: #A68047;
  margin-bottom: 0;
}
#company #contents #incontents .box h2 {
  color: #A68047;
  font-size: 1.5rem;
  font-weight: normal;
}
#company #contents #incontents .box .det {
  display: block;
  width: 80%;
  color: #ffffff;
  text-align: center;
  margin: 1rem auto 0;
  padding: 1rem 0;
  background-color: #A68047;
  text-decoration: none;
}
#company #contents #incontents .box .det img {
  margin: auto;
}
#company #contents #incontents .map {
  width: 100%;
  height: 350px;
}
#company #contents #incontents .map #googlemap {
  width: 100%;
  height: 350px;
  background-color: #ccc;
}
