@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

body {
  background-color: #fff;
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

header {
  background: #c6d3ca; }
  header .wrapper {
    zoom: 1;
    height: 80px;
    width: 1200px;
    /*min-width: 1200px;*/
    /*margin: 0 auto;*/ }
    header .wrapper:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      overflow: hidden;
      width: 0;
      visibility: hidden; }
    header .wrapper .hd-logo {
      height: 100%;
      float: left; }
    header .wrapper .nav {
      display: block;
      height: 100%;
      float: right; }
      header .wrapper .nav ul {
        zoom: 1;
        padding-bottom: 10px;
        margin-top: 45px; }
        header .wrapper .nav ul:after {
          clear: both;
          content: ".";
          display: block;
          height: 0;
          overflow: hidden;
          width: 0;
          visibility: hidden; }
        header .wrapper .nav ul li {
          display: block;
          float: left;
          width: 115px;
          height: 25px; }
          header .wrapper .nav ul li:last-child a[href] {
            border-right: none; }
          header .wrapper .nav ul li a[href] {
            display: block;
            text-align: center;
            text-decoration: none;
            color: #575d32;
            border-right: 1px #575d32 solid; }
            header .wrapper .nav ul li a[href]:hover {
              color: #c6d3ca;
              background-color: #575d32; }

.main .wrapper {
  zoom: 1;
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px; }
  .main .wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
    visibility: hidden; }

.contents {
  display: block;
  float: left;
  width: 900px;
  color: #575d32; }

.right {
  display: block;
  float: right;
  width: 270px;
  margin-top: 37px;
  margin-left: 30px; }
  .right .box {
    margin-top: 14px; }
    .right .box:first-child {
      margin-top: 0; }
    .right .box .box-footer {
      text-align: right; }

footer {
  margin-top: 40px;
  padding: 15px 15px 60px;
  background: #c6d3ca;
  color: #575d32;
  font-size: 10px; }
  footer .wrapper {
    width: 1200px;
    /*margin: 0 auto;*/
    text-align: right; }
  footer .nav li {
    display: inline-block; }
    footer .nav li a[href] {
      color: #575d32;
      text-decoration: none; }
    footer .nav li:before {
      content: "/";
      display: inline-block;
      margin: 0 5px 0 2px; }
    footer .nav li:first-child:before {
      content: none; }
  footer .copyright {
    margin-top: 20px; }
    footer .copyright p {
      line-height: 2; }

a[href] {
  text-decoration: none; }
  a[href]:hover {
    text-decoration: underline; }
    a[href]:hover img {
      opacity: .5; }

a[href].link {
  font-size: 12px;
  color: #333;
  text-decoration: none; }
  a[href].link:hover {
    text-decoration: underline; }
  a[href].link:before {
    content: ">";
    display: inline-block; }

a[href].link_works {
  color: #575d3d;
  text-decoration: none; }
  a[href].link_works:hover {
    background-color: #FFF;
	 }
  a[href].link_works:before {
    display: inline-block; }

a[href].link_green {
  color: #575d3d;
  text-decoration:underline; }
  a[href].link_green:hover {
    background-color: #DFEBE2;
	 }
  a[href].link_green:before {
    display: inline-block; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.align-center {
  text-align: center; }
.align-right {
  text-align: right; }
.align-left {
  text-align: left; }

.center-block {
  margin-left: auto;
  margin-right: auto; }

.bold {
  font-weight: 800; }

.block-xxs {
  margin-top: 6px; }

.block-xs {
  margin: 12px 0px 15px 0px; }

.block-sm {
  margin-top: 20px; }

.block-md {
  margin-top: 30px; }

.breadcrumbs ul {
  zoom: 1; }
  .breadcrumbs ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
    visibility: hidden; }
  .breadcrumbs ul li {
    float: left;
    vertical-align: middle;
    color: #575d32; }
    .breadcrumbs ul li:not(:first-child):before {
      content: ">";
      display: inline-block;
      margin: 0 15px; }

.breadcrumbs a[href] {
  color: #575d32; }
  
.comment {
    font-family: A1 Mincho;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px; }  

.hero {
  color: #575d32;
  margin-top: 15px;
  border-left: 30px #575d32 solid;
  zoom: 1; }
  .hero.detail {
    height: 450px;
    position: relative; }
    .hero.detail .left p {
      line-height: 21px; }
  .hero.profile {
    height: 300px;
    position: relative; }
  .hero.green {
    height: 300px;
	border-left-color: #575d32; }
  .hero.yellow {
    height: 300px;
    border-left-color: #dbc446; }
  .hero.orange {
    height: 300px;
	border-left-color: #c18845; }
  .hero.strong-orange {
    height: 300px;
    border-left-color: #bb8545; }
  .hero.brown {
    height: 300px;
    border-left-color: #974f2d; }
  .hero:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
    visibility: hidden; }
  .hero .hd.hd-1, .hero .hd.hd-2 {
    font-family: "UD新ゴ M";
    font-size: 44px;
    line-height: 1;
    margin-bottom: 15px;
	font-weight:700; }
    .hero .hd.hd-1.small, .hero .hd.hd-2.small {
    font-size: 31px;
	font-weight:700; }
  .hero .hd.hd-2 {
    font-size: 32px;
    text-align: left; }
  .hero .hd.hd-2.small {
      font-size: 20px;
	  line-height: 1.2; }
  .hero p {
    line-height: 1.2; }
  .hero .left {
    float: left;
    padding: 20px 30px;
    width: 420px; }
  .hero .lead {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 15px; }
  .hero .detail {
    font-size: 10px;
    margin-bottom: 20px; }
  .hero .name {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px; }
  .hero .from-staff {
    margin-top: 10px;
    border-top: solid 1px #d2d5c8;
    padding-top: 10px;
    color: #c18845;
    font-size: 12px; }
  .hero .btns {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 360px;
    margin-top: 25px;
    text-align: right; }

.row-fill {
  display: table;
  width: 100%;
  height: 300px; }

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.row-panel {
  zoom: 1;
  margin-bottom: 6px; }
  .row-panel:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
    visibility: hidden; }
  .row-panel .panel {
    margin-left: 6px;
    float: left;
    display: flex;
    justify-content: space-between;
    text-decoration: none; }
    .row-panel .panel:first-child {
      margin-left: 0; }
    .row-panel .panel .hd {
      width: 50%;
      height: 100%;
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .row-panel .panel .hd span {
        font-size: 23px;
        color: #575d32;
        display: block;
        line-height: 1.6; }
        .row-panel .panel .hd span small {
          font-size: 14px;
          color: #fff;
          display: block; }
    .row-panel .panel.half {
      width: 447px;
      height: 220px; }
    .row-panel .panel.third {
      width: 296px;
      height: 220px; }
    .row-panel .panel.half-row {
      display: flex;
      width: 100%;
      height: 107px;
      margin-left: 0;
      margin-top: 6px; }
      .row-panel .panel.half-row:first-child {
        margin-top: 0; }
  .row-panel a[href].panel {
    background-color: #c6d3ca; }
    .row-panel a[href].panel:hover {
      text-decoration: none;
      background-color: #575d32; }
      .row-panel a[href].panel:hover .hd span {
        color: #c6d3ca; }

.history,
.products {
  margin-top: 30px;
  font-size: 12px;
  color: #575d32; }

.details {
  margin-top: 30px;
  font-size: 12px;
  color: #575d32; }
  .details .product-item {
    position: relative; }
    .details .product-item.item-2 .desc .btns {
      width: 50%;
      margin-top: 0;
      text-align: right;
      padding-right: 6px;
      position: absolute;
      bottom: 6px;
      left: 15px;
      line-height: 1; }

.staffs .staff-item {
  margin-top: 6px; }
  .staffs .staff-item:first-child {
    margin-top: 20px; }

.staff-item {
  zoom: 1;
  font-size: 12px;
  background-color: #c6d3ca;
  padding: 6px 125px 6px 50px; }
  .staff-item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
    visibility: hidden; }
  .staff-item .left {
    display: table;
    height: 200px;
    float: left;
    width: 403px; }
    .staff-item .left .content {
      display: table-cell;
      vertical-align: middle; }
  .staff-item .staff-name {
    zoom: 1;
    border-bottom: solid 1px #fff;
    padding-right: 5px;
    padding-bottom: 5px;
    line-height: 1;
	margin-top:15px; }
    .staff-item .staff-name:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      overflow: hidden;
      width: 0;
      visibility: hidden; }
    .staff-item .staff-name .hd {
      float: left;
      font-size: 25px; }
  .staff-item .pull-right img {
    display: block; }
  .staff-item.company {
    padding-bottom: 30px;
    background: #c6d3ca url(/staff/img/company.png) no-repeat 80% center; }

.shortcut {
  font-size:11px;
  border-radius: 10px;
  border-color:#57523d;
  border-width:2px;
  border-style:solid;
  margin-top:15px;
  padding:15px;
  background-color:#F0F5D3;}

.tokusho-item {
  background-color: #c6d3ca;
  padding: 30px 60px; }

.inquiry-item {
  background-color: #c6d3ca;
  margin-top: 20px;
  padding: 30px 60px; }

table.table-inquiry {
  width: 100%; }
  table.table-inquiry th,
  table.table-inquiry td {
    padding-bottom: 30px;
    vertical-align: middle;
    position: relative; }
  table.table-inquiry th {
    font-size: 20px;
    color: #575d32;
    text-align: right;
    padding-right: 26px; }
  table.table-inquiry .confirm-text,
  table.table-inquiry input,
  table.table-inquiry textarea {
    padding: 12px;
    width: 600px;
    color: #575d32;
    font-size: 16px;
    background-color: #fff;
    border: solid 1px #a6baad;
    border-radius: 8px; }
  table.table-inquiry input[type="submit"] {
    width: auto;
  }
    table.table-inquiry input:focus,
    table.table-inquiry textarea:focus {
      outline: 0;
      border-color: #dbc446; }
  table.table-inquiry .confirm-text {
    background-color: #e6ede8;
    color: #575d31;
  }
  table.table-inquiry input {
    height: 40px; }
    table.table-inquiry input.error {
      background-color: #fbe1d4;
      color: #ec6e65; }
  table.table-inquiry .confirm-text.textarea,
  table.table-inquiry textarea {
    height: 200px; }
  table.table-inquiry .confirm-text.textarea {
    overflow-y: auto;
  }
  table.table-inquiry .invalid {
    position: absolute;
    top: -20px; }

  .confirm-field {
    padding-bottom: 30px;
  }

table.table {
  width: 100%; }
  table.table th,
  table.table td {
    border: solid #c6d3ca 2px;
    background-color: #fff;
    text-align: left;
    font-size: 12px;
    line-height: 1;
    padding: 5px; }
  table.table th {
    border-right-width: 6px; }

.history-item {
  zoom: 1;
  background: #c6d3ca url(/profile/img/bg.png) no-repeat 100px 50%;
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 14px; }
  .history-item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
    visibility: hidden; }
  .history-item .left {
    float: left;
    padding: 50px 0 0 45px;
    width: 430px; }
  .history-item .images {
    float: right;
    margin-right: 75px; }
    .history-item .images img {
      display: block;
      margin-top: 6px; }

.product-items {
  margin-top: 20px; }
  .product-items .product-row {
    margin-top: 6px;
    zoom: 1; }
    .product-items .product-row:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      overflow: hidden;
      width: 0;
      visibility: hidden; }
  .product-items .product-item {
    zoom: 1;
    float: left;
    background-color: #c6d3ca;
    margin-left: 6px; }
    .product-items .product-item:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      overflow: hidden;
      width: 0;
      visibility: hidden; }
    .product-items .product-item:first-child {
      margin-left: 0; }
    .product-items .product-item .desc {
      float: left;
      padding: 17px 15px 0;
      font-size: 12px; }
      .product-items .product-item .desc p {
        line-height: 1.6; }
    .product-items .product-item .image {
      float: right;
      padding: 6px 6px 6px 0; }
      .product-items .product-item .image img {
        display: block; }
    .product-items .product-item .hd {
      line-height: 1;
      font-size: 20px;
      font-weight: bold;
      white-space: nowrap; }
      .product-items .product-item .hd .small {
        font-size: 18px; }
    .product-items .product-item.item-1 {
      width: 100%;
      margin-left: 0;
      float: none; }
      .product-items .product-item.item-1 .hd {
        margin-bottom: 15px; }
      .product-items .product-item.item-1 .desc {
        width: 449px; }
      .product-items .product-item.item-1 .btns {
        margin-top: 30px; }
    .product-items .product-item.item-2 {
      width: 447px; }
      .product-items .product-item.item-2 .hd {
        margin-bottom: 15px; }
      .product-items .product-item.item-2 .desc {
        width: 238px; }
      .product-items .product-item.item-2 .btns {
        margin-top: 25px; }
		    .product-items .product-item.item-2b {
      width: 447px; }
      .product-items .product-item.item-2b .hd {
        margin-bottom: 15px; }
      .product-items .product-item.item-2b .desc {
		width: 310px; }
      .product-items .product-item.item-2b .btns {
        margin-top: 15px; }
    .product-items .product-item.item-3 {
      width: 296px; }
      .product-items .product-item.item-3 .hd {
        margin-bottom: 12px; }
      .product-items .product-item.item-3 .desc {
        font-size: 11px;
        padding-right: 6px;
        width: 160px; }
        .product-items .product-item.item-3 .desc p {
          line-height: 1.3; }
      .product-items .product-item.item-3 .btns {
        margin-top: 12px; }

button.btn,
input[type="submit"].btn {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding: 0 55px;
  margin: 0 45px;
  border-radius: 5px; }
  button.btn.btn-green,
  input[type="submit"].btn.btn-green {
    background-color: #575d32;
    color: #eeeccb; }
  a.btn.btn-lightgreen,
  button.btn.btn-lightgreen,
  input[type="submit"].btn.lightbtn-green {
    background-color: #e6ede8;
    color: #575d32; }
  input[type="submit"]:disabled {
    cursor: not-allowed;
    -ms-filter:"alpha(opacity=70)";
    filter:alpha(opacity=70);
    opacity: .7;
  }

a.btn {
  display: inline-block;
  color: #c6d3ca;
  background-color: #575d32;
  padding: 5px 20px; }
  a.btn:hover {
    background-color: #f0f5d3;
    color: #575d32;
    text-decoration: none; }
  a.btn + .btn {
    margin-left: 6px; }
  a.btn.btn-genga, a.btn.btn-amazon, a.btn.btn-jikkuri {
    padding: 0;
    margin-top: 6px;
    display: inline-block;
    overflow: hidden;
    line-height: 100; }
    a.btn.btn-genga:hover, a.btn.btn-amazon:hover, a.btn.btn-jikkuri:hover {
      -ms-filter: "alpha(opacity=50)";
      filter: alpha(opacity=50);
      opacity: .5; }
  a.btn.btn-genga {
    background: url(/img/common/genga.png) no-repeat left top;
    width: 200px;
    height: 30px; }
  a.btn.btn-amazon {
    background: url(/img/common/amazon.png) no-repeat left top;
    width: 90px;
    height: 26px; }
  a.btn.btn-jikkuri {
    background: url(/img/common/jikkuri.png) no-repeat left center;
    width: 111px;
    height: 26px; }
  a.btn.btn-lightgreen {
    background-color: #e6ede8;
    color: #575d32; }

.row {
  margin-top: 40px; }
.row-sm {
  margin-top: 10px; }
.row-md {
  margin-top: 20px; }
.row-lg {
  margin-top: 30px; }


.update {
  margin-top: 25px; }
  .update li {
    margin-top: 10px; }
    .update li span {
      font-size: 16px;
      display: inline-block;
      margin-left: 45px; }
      .update li span:first-child {
        margin-left: 0; }

.hd-lb {
  border-left: 30px #575d32 solid;
  font-size: 20px;
  padding-left: 20px;
  background-color: #c6d3ca;
  color: #575d32; }
  .hd-lb.yellow {
    border-left-color: #dbc446; }
  .hd-lb.green {
    border-left-color: #575d32; }
  .hd-lb.orange {
    border-left-color: #c18845; }
  .hd-lb.strong-orange {
    border-left-color: #bb8545; }
  .hd-lb.brown {
    border-left-color: #974f2d; }

.hd-2 {
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px; }

.hd-green {
  background-color: #575d32;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 0 18px; }

.hd-yellow {
  background-color: #dbc446;
  color: #fff; }

.hd-orange {
  background-color: #c18845;
  color: #fff; }

.hd-strong-orange {
  background-color: #bb8545;
  color: #fff; }

.hd-brown {
  background-color: #974f2d;
  color: #fff; }

.banners li {
  margin-top: 10px; }
  .banners li a {
    display: block; }

.archives li {
  margin-top: 10px;
  padding-bottom: 8px;
  border-bottom: solid 1px #eee; }
  .archives li:first-child {
    margin-top: 0; }
  .archives li a {
    display: block;
    color: #333;
    zoom: 1; }
    .archives li a:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      overflow: hidden;
      width: 0;
      visibility: hidden; }
    .archives li a > p.img,
    .archives li a > div {
      float: left; }
    .archives li a > p.img {
      margin-right: 9px; }
    .archives li a .summary {
      width: 181px; }
    .archives li a .hd {
      font-size: 17px;
      line-height: 18px;
      margin-top: 8px; }
    .archives li a .date {
      font-size: 8px; }
    .archives li a .text {
      font-size: 12px; }
    .archives li a:hover {
      opacity: .5; }

.modals .shadow {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modals .modal_el {
  background-color: #eeeccb;
  width:880px;
  text-align:center;
  padding: 50px 50px 35px;
  display: none;
  position: absolute;
  white-space: nowrap; }
  .modals .modal_el .images img {
    display: inline-block;
    margin-left: 20px; }
    .modals .modal_el .images img:first-child {
      margin-left: 0; }
  .modals .modal_el .controls {
    margin-top: 35px;
    text-align: center; }
    .modals .modal_el .controls .ctrl {
      cursor: pointer; }

.alert {
  color: #de530e; }

.font-xs {font-size: 10px;}
.font-sm {font-size: 14px;}
.font-md {font-size: 20px;}
.font-lg {font-size: 25px;}
.font-xl {font-size: 32px;}
.font-xxl {font-size: 44px;}

.back2top_wrapper {
  position: relative;
}

.back2top {
  position: absolute;
  top: -10px;
  width: 100%;
}

.g-html-stickyBack2top .back2top {
  position: fixed;
  top: auto;
  bottom: 10px;
  z-index: 10;
}
.back2top_inner {
  height: 0;
}

.back2top_inner span {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
}

.back2top a {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 10px;
  padding-top: 38px;
  display: block;
  color: #c6d3ca;
  background-color: #575d32;
  border: none;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.back2top a:hover {
  background-color: #f0f5d3;
  color: #575d32;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  header .wrapper {
    min-width: 1200px;
    margin: 0 auto;
  }
  footer .wrapper {
    margin: 0 auto;
  }
}
/* 1column */
@media only screen and (max-width: 1199px) {
  header {
    min-width: 1200px;}
  header .wrapper {
    width: 900px;}
  footer {
    min-width: 1200px;}
  footer .wrapper {
    width: 900px; }
  .main .wrapper {
    width: 900px; }
  .contents {
    float: none;
    width: 900px; }
  .right {
    float: none;
    width: 900px;
    margin-left: 0;
    margin-top: 40px;
    zoom: 1; }
    .right:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      overflow: hidden;
      width: 0;
      visibility: hidden; }
    .right .box {
      width: 296px;
      float: left;
      margin-top: 0;
      margin-right: 6px; }
      .right .box:last-child {
        margin-right: 0; }
      .right .box.search {
        width: 100%; } }
