@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
.page-title-wrapper {
  display: none; }

h1.entry-title {
  text-align: center; }

.item-heading {
  background: #f2efee; }
  @media print, screen and (min-width: 768px) {
    .item-heading .item-heading-inner {
      -js-display: flex;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media print, screen and (min-width: 768px) {
    .item-heading .image {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      width: 50%; } }
  .item-heading .image .image-bg {
    height: 40vw;
    margin-top: 0;
    background-position: 50% 50%; }
    @media screen and (max-width: 767px) {
      .item-heading .image .image-bg {
        height: 85vw; } }
  .item-heading .text {
    padding: 20px 60px; }
    @media print, screen and (min-width: 768px) {
      .item-heading .text {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        -js-display: flex;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .item-heading .text {
        padding: 20px; } }

.works-list {
  margin-top: 4em;
  background: #2d2d2d;
  padding-top: 4em;
  padding-bottom: 4em; }
  .works-list .heading-01 h2 {
    margin-top: 0;
    color: #fff; }
  .works-list .heading-01 .lead {
    color: #fff; }

.stock-list {
  background: #f2efee;
  padding-top: 4em;
  padding-bottom: 4em; }
  .stock-list .heading-01 h2 {
    margin-top: 0; }

.figure {
  border: 2px solid #c0b1ac;
  padding: 20px;
  margin-top: 2em;
  margin-left: 10px;
  margin-right: 10px; }
  @media print, screen and (min-width: 768px) {
    .figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .figure h3 {
    margin-top: 0; }
    @media print, screen and (min-width: 768px) {
      .figure h3 {
        width: 20%; } }
  @media print, screen and (min-width: 768px) {
    .figure .body {
      width: 80%; } }
  .figure p {
    margin-top: 0;
    text-align: center; }

table.tbl-option {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px) !important; }
  table.tbl-option tr th:first-child {
    /* 横スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      table.tbl-option tr th:first-child {
        font-size: 12px; } }
  table.tbl-option .flg {
    text-align: center; }
  table.tbl-option .detail {
    font-size: 13px;
    font-size: 1.3rem; }
  table.tbl-option.option-all .detail {
    width: 15%; }

@media screen and (max-width: 767px) {
  .tbl-index {
    width: 800px !important; } }

.tbl-index .danmen {
  text-align: center; }
  .tbl-index .danmen img {
    width: 170px; }

@media print, screen and (min-width: 768px) {
  .heading-danmen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 6em; } }

@media screen and (max-width: 767px) {
  .heading-danmen {
    margin-top: 4em; } }

.heading-danmen .heading {
  background: #D6CFC6; }
  @media print, screen and (min-width: 768px) {
    .heading-danmen .heading {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .heading-danmen .heading h2 {
    margin: 0;
    padding: 15px; }

.heading-danmen .danmen {
  background: #EBEBEA; }
  @media print, screen and (min-width: 768px) {
    .heading-danmen .danmen {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .heading-danmen .danmen .inner {
    text-align: center;
    padding: 30px 15px; }
  .heading-danmen .danmen .img {
    margin: 0; }
  .heading-danmen .danmen .text {
    margin-top: 0; }

.heading-danmen + .clearHidden {
  margin-bottom: 4em; }

/*# sourceMappingURL=item.css.map */