@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,
#contact #contents #incontents .box strong,
#contact #contents #incontents .box p,
#contact #contents #incontents .box p:first-of-type span,
#contact #contents #incontents .box p a,
#contact #contents #incontents .box table tr th,
#contact #contents #incontents .box table tr td {
  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 {
  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 {
  color: #ffffff;
  background-color: #666666;
}
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,
#header #inheader .title,
#header #inheader #menu {
  background: url("../images/common/bg_black.png") top center black;
}
.bg_white {
  background-color: #ffffff;
}
.bg_gray,
#contents,
#contact #contents #incontents h1 {
  background: url("../images/common/bg_gray.png") top center #e7e7e7;
}
#header {
  margin: 0 auto 110px;
}
#header #inheader {
  width: 100%;
  margin: 0 auto;
}
#header #inheader .title {
  text-align: center;
  padding: 20px 0;
  width: 100%;
  position: fixed;
  z-index: 10000;
}
#header #inheader #navi {
  width: 30px;
  padding: 2% 2% 0;
  position: fixed;
  top: 5px;
  right: 0px;
  z-index: 11000;
  cursor: pointer;
  height: 50px;
}
#header #inheader #navi span {
  width: 30px;
  height: 30px;
  background: url(../images/common/hera.png) no-repeat center center;
  background-size: 100%;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: relative;
  left: 0;
  content: "";
  display: block;
  width: 40px;
  border-radius: 3px;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#header #inheader #navi span:nth-child(1) {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(10px) rotate(180deg);
          transform: translateY(10px) rotate(180deg);
}
#header #inheader #navi span:nth-child(2) {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-10px) rotate(0deg);
          transform: translateY(-10px) rotate(0deg);
}
#header #inheader #navi.open span:nth-child(1) {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
#header #inheader #navi.open span:nth-child(2) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#header #inheader #menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: scroll;
  z-index: 10000;
}
#header #inheader #menu > ul {
  margin: 110px 0 0 0;
  width: 90%;
  height: 100%;
}
#header #inheader #menu > ul > li {
  width: 100%;
  margin-bottom: 1rem;
  color: #ffffff;
  letter-spacing: 0.3rem;
}
#header #inheader #menu > ul > li a {
  border-bottom: solid 1px #A68047;
  color: #A68047;
  display: block;
  padding: 0 10px 10px;
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 1rem;
  width: 95%;
  margin: 0 5%;
}
#header #inheader #menu > ul > li > ul {
  text-align: center;
}
#header #inheader #menu > ul > li > ul li {
  width: 18%;
  display: inline-block;
}
#header #inheader #menu > ul > li > ul li a {
  padding: 0;
  border: none;
}
#header #inheader #menu > ul > li > ul li a img {
  display: block;
}
#header #inheader #menu > ul > li ol {
  margin: 1rem 5% 0;
}
#header #inheader #menu > ul > li ol li {
  display: block;
  width: 100%;
}
#header #inheader #menu > ul > li ol li a {
  display: inline;
  color: #ffffff;
  font-size: 1rem;
  border: none;
  padding: 0 0.8rem 0 1.5rem;
  margin: 0;
}
#header #inheader #menu > ul > li ol li:nth-of-type(1),
#header #inheader #menu > ul > li ol li:nth-of-type(2) {
  width: 100%;
}
#header #inheader #menu > ul > li ol li:nth-of-type(1) a,
#header #inheader #menu > ul > li ol li:nth-of-type(2) a {
  border-left: solid 1px #ffffff;
}
#header #inheader #menu > ul > li ol li:nth-of-type(1) a:last-of-type,
#header #inheader #menu > ul > li ol li:nth-of-type(2) a:last-of-type {
  border-right: solid 1px #ffffff;
}
#smenu {
  clear: both;
  text-align: center;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
#main {
  width: 100%;
  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 {
  margin: 0 auto;
}
#contents #incontents {
  margin: auto;
  width: 100%;
}
#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;
}
#footer {
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 50px;
}
#footer p,
#footer a {
  color: #ffffff;
  font-size: 0.8rem;
}
#footer #infooter {
  width: 100%;
  padding: 0 10px;
  margin: auto;
}
#footer #infooter div {
  width: 160px;
  float: left;
  margin: 0 10px;
}
#footer #infooter div:first-of-type {
  width: 220px;
}
#footer #infooter div span {
  color: #A68047;
  font-size: 1.2rem;
  margin-bottom: 10px;
  display: block;
  margin-bottom: 2rem;
}
#footer #infooter div ul li {
  line-height: 1.5rem;
  margin-bottom: 10px;
  background: url("../images/common/icon_arrow_white.png?170724") no-repeat top left;
}
#footer #infooter div ul li a {
  text-decoration: none;
  font-size: 1rem;
  display: block;
}
#footer #infooter div ul li a:hover {
  color: #7dbf24;
}
#footer .copy {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
#footer .copy img {
  margin: auto;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
#contact #contents #incontents {
  padding-top: 2rem;
}
#contact #contents #incontents h1 {
  text-align: center;
  margin-bottom: 1rem;
}
#contact #contents #incontents h1 img {
  max-height: 90px;
  max-width: 100%;
  margin: auto;
}
#contact #contents #incontents h2 {
  text-align: center;
  margin: 2rem 0;
}
#contact #contents #incontents h2 img {
  max-height: 50px;
  max-width: 100%;
  margin: auto;
}
#contact #contents #incontents .box {
  margin: 2% 2% 2rem;
  width: 92%;
  background-color: #ffffff;
  padding: 2%;
}
#contact #contents #incontents .box strong {
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
  color: #A68047;
}
#contact #contents #incontents .box p:first-of-type {
  line-height: 2rem;
}
#contact #contents #incontents .box p:first-of-type span {
  font-size: 2rem;
}
#contact #contents #incontents .box p a {
  font-size: 1.2rem;
  color: #000000;
  text-decoration: none;
}
#contact #contents #incontents .box table {
  margin-bottom: 3rem;
}
#contact #contents #incontents .box table tr {
  background: url("../images/common/bg_brown.png") center bottom;
}
#contact #contents #incontents .box table tr th,
#contact #contents #incontents .box table tr td {
  padding: 1rem;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact #contents #incontents .box table tr th {
  vertical-align: middle;
}
#contact #contents #incontents .box table tr th.hisu {
  background: url("../images/contact/hisu_sp.png") no-repeat right 1rem center;
  background-size: 12%;
}
#contact #contents #incontents .box table tr th.nini {
  background: url("../images/contact/nini_sp.png") no-repeat right 1rem center;
  background-size: 12%;
}
#contact #contents #incontents .box table tr td {
  background-color: #ffffff;
}
#contact #contents #incontents .box table tr td input {
  font-size: 16px;
}
#contact #contents #incontents .box table tr td input.input {
  padding: 0.5rem 1rem;
  margin-right: 1rem;
}
#contact #contents #incontents .box table tr td input.w100,
#contact #contents #incontents .box table tr td input.w200,
#contact #contents #incontents .box table tr td input.w300,
#contact #contents #incontents .box table tr td input.w400,
#contact #contents #incontents .box table tr td input.w500,
#contact #contents #incontents .box table tr td input.w600 {
  width: 88%;
}
#contact #contents #incontents .box table tr td textarea {
  width: 95%;
  height: 10rem;
  font-size: 16px;
}
#contact #contents #incontents .box .error {
  padding-top: 1rem;
  color: #D41718;
}
#contact #contents #incontents .box .center {
  text-align: center;
}
#contact #contents #incontents .box .submit {
  text-align: center;
  clear: both;
  display: block;
  margin: 1rem auto;
}
#contact #contents #incontents .box .submit input {
  text-align: center;
  background-color: #A68047;
  color: #ffffff;
  font-size: 1.2rem;
}
#contact #contents #incontents .box .cprivacy strong {
  display: block;
  text-align: center;
}
