@charset "UTF-8";
body {
  color: #000000;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 500;
}

.center {
  text-align: center;
}

.site-header {
  background: #000;
}

.head-announce-wrap {
  background: #4d6d2c;
  padding: 8px 0;
  letter-spacing: .2em;
  line-height: 1.33333;
}

.head-announce {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  padding-left: 30px;
  color: #fff;
  max-width: 984px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .head-announce-wrap {
    padding: 0;
  }
  .head-announce {
    font-size: 11px;
    padding: 5px;
  }
}

.navigation-wrap {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  margin: 0 auto 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  z-index: 999;
}

.navigation-wrap .custom-logo {
  width: 150px;
  margin-top: 0;
}

.navigation-wrap .site-branding {
  margin-top: 5px;
  margin-left: 30px;
  display: inline-block;
  min-width: 200px;
}

.navigation-wrap .site-title {
  margin: 0;
  font-size: 20px;
}

.navigation-wrap .site-title a {
  color: #fff;
  text-decoration: none;
}

.navigation-wrap #primary-menu {
  display: flex;
}

@media screen and (max-width: 1000px) {
  .navigation-wrap .site-branding {
    margin-left: 0;
    min-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-wrap {
    height: 60px;
    background: #000;
  }
}

.navigation-wrap.fixed {
  position: fixed;
  background: #000;
  width: 100%;
  height: 60px;
  top: 0;
}

.navigation-wrap.fixed li:last-child a {
  color: #fff;
  background: #ae311c;
  padding: 10px 0 6px;
}

.heading-center-wrap {
  text-align: center;
}

.heading-center-wrap .heading-center {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #4d6d2c;
  background: -webkit-linear-gradient(0deg, #4d6d2c, #4d6d2c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-center:before,
.heading-center:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background: #4d6d2c;
  background: -webkit-linear-gradient(to right, #4d6d2c, #4d6d2c);
  background: linear-gradient(to right, #4d6d2c, #4d6d2c);
}

.heading-center:before {
  left: 0;
}

.heading-center:after {
  right: 0;
}

a:visited {
  color: #0044CC;
}

.top-flex {
  display: flex;
}

.top-flex .top-flex-child {
  width: 49%;
  margin-right: 2%;
}

.top-flex .top-flex-child:last-child {
  margin-right: 0;
}

h2 small {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1;
}

h3 small {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  margin-top: 5px;
  line-height: 1;
}

strong {
  background: linear-gradient(transparent 75%, #fff799 75%);
  font-weight: bolder;
}

@media screen and (max-width: 767px) {
  h2 small {
    font-size: 14px;
  }
}

/*-----------------------------------------------
 グローバルメニュー
-----------------------------------------------*/
.main-navigation {
  width: auto;
}

.main-navigation ul {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  float: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
}

.main-navigation li {
  float: none;
  text-align: center;
  position: static;
  width: 100%;
  padding: 0;
  margin: 0;
  width: 100px;
}

.main-navigation li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.main-navigation li:first-child {
  width: 40px;
}

.main-navigation li:nth-child(3) {
  width: 120px;
}

.main-navigation li:last-child {
  border-right: none;
  width: 200px;
  padding: 20px 0;
}

.main-navigation li:last-child a {
  color: #fff;
  background: #ae311c;
  padding: 10px 0 6px;
}

.main-navigation li:last-child a::after {
  content: '\ATEL: 0120-215-530';
  white-space: pre;
}

.main-navigation a {
  color: #333;
  font-weight: 500;
  padding: 20px 0;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .main-navigation li {
    width: 85px;
  }
  .main-navigation li:last-child {
    width: 125px;
  }
}

/*-----------------------------------------------
 大見出し
-----------------------------------------------*/
.heading-full {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  background: #4d6d2c;
  color: #fff;
  text-align: center;
  padding: 16px 16px 10px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 6px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .heading-full {
    font-size: 18px;
    padding: 6px 16px 4px;
  }
}

/*-----------------------------------------------
  詳細ボタン
-----------------------------------------------*/
.transbutton {
  margin-top: 30px;
}

.transbutton a {
  border: solid 1px #fff;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  padding: 10px 5px 7px;
  text-align: center;
  text-decoration: none;
  width: 280px;
}

.transbutton a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}

.transbutton a::after {
  content: url(../svg/arrow-right.svg);
  position: absolute;
  top: 13px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  .transbutton {
    margin-top: 15px;
  }
}

/*-----------------------------------------------
  吹き出し
-----------------------------------------------*/
.voice {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 1.5em 0;
}

.faceicon {
  display: table-cell;
  width: 100px;
  padding-right: 20px;
  text-align: center;
  vertical-align: top;
}

.faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #eaedf2;
  border-radius: 50%;
  margin-bottom: 0 !important;
}

.faceicon span {
  font-size: 11px;
  font-weight: bold;
}

.voice_content-wrap {
  display: table-cell;
  position: relative;
  width: calc(100% - 100px);
  font-size: 0.95em;
  vertical-align: top;
}

.voice_content {
  display: inline-block;
  text-align: left;
  padding: 13px;
  border: solid 2px #d5d5d5;
  border-radius: 10px;
  background: #fff;
  word-break: break-word;
}

.voice_content:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -23px;
  border: 12px solid transparent;
  border-right: 12px solid #d5d5d5;
  content: "";
}

.voice_content:after {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -20px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  content: "";
}

.voice_content p {
  margin: 5px 0;
  padding: 0;
}

/*吹き出し（右）*/
.right {
  text-align: right;
}

.right .faceicon {
  padding: 0 0 0 20px;
}

.right .voice_content:before,
.right .voice_content:after {
  right: -23px;
  left: auto;
  border: 12px solid transparent;
  border-left: 12px solid #d5d5d5;
}

.right .voice_content:after {
  right: -20px;
  border-left-color: #fff;
}

@media only screen and (min-width: 481px) {
  .faceicon {
    width: 130px;
  }
  .voice_content-wrap {
    padding-top: 15px;
    width: calc(100% - 130px);
  }
  .voice_content:before,
  .voice_content:after {
    top: 30px;
  }
}

.col-tbl2.tblrsp,
.col-tbl2.tblrsp .cell,
.col-tbl2.tblrsp .cell,
.col-tbl3.tblrsp,
.col-tbl3.tblrsp .cell,
.col-tbl3.tblrsp .cell {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  padding: 0;
}

.cell > p {
  margin-bottom: 1em;
}

.cell img.img_so_small {
  max-width: 100%;
  width: 250px;
}

.cell img.img_small {
  max-width: 100%;
  width: 350px;
}

/*anti IE11 bug*/
@media all and (-ms-high-contrast: none) {
  .col-tbl2:after,
  .col-tbl3:after {
    content: "";
    display: table;
    clear: both;
  }
  .entry-content .col-tbl2,
  .entry-content .col-tbl2.cell,
  .entry-content .col-tbl3,
  .entry-content .col-tbl3 .cell {
    display: block;
  }
  .entry-content .col-tbl2 .cell,
  .entry-content .col-tbl3 .cell {
    float: left;
  }
  .entry-content .col-tbl3 .cell {
    width: 32%;
  }
  .entry-content .col-tbl3 .cell:nth-child(2) {
    width: 36%;
    padding: 0 2%;
  }
}

@media only screen and (min-width: 768px) {
  /*2列表示レスポンシブ*/
  .col-tbl2.tblrsp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .col-tbl2.tblrsp .cell {
    width: 50%;
  }
  .col-tbl2.tblrsp .cell:nth-of-type(odd) {
    padding-right: 2%;
  }
  .col-tbl2.tblrsp .cell:nth-of-type(even) {
    padding-left: 2%;
  }
  /*3列表示レスポンシブ*/
  .col-tbl3.tblrsp {
    display: table;
    table-layout: fixed;
  }
  .col-tbl3.tblrsp .cell {
    display: table-cell;
    width: 30%;
    vertical-align: top;
  }
  .col-tbl3.tblrsp .cell:nth-child(2) {
    width: 35%;
    padding: 0 2.5%;
  }
}

.case-article-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 500;
}

.case-article-wrap article {
  position: relative;
  background: #fff;
  width: calc(94% / 3);
  margin-right: 3%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: shadow 0.5s ease, transform 0.5s ease;
  -moz-transition: shadow 0.5s ease, transform 0.5s ease;
  -o-transition: shadow 0.5s ease, transform 0.5s ease;
  transition: shadow 0.5s ease, transform 0.5s ease;
}

.case-article-wrap article:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.case-article-wrap article a {
  text-decoration: none;
  color: #000;
}

.case-article-wrap article:last-child {
  margin-right: 0;
}

.case-article-wrap article .eyecatch {
  height: 180px;
}

.case-article-wrap article img {
  object-fit: cover;
  height: auto;
}

.case-article-wrap article .category {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #666;
  color: #fff;
  padding: 3px 10px;
}

.case-article-wrap article .category.tatami {
  background: #000;
}

.case-article-wrap article .category.fusuma {
  background: #4d6d2c;
}

.case-article-wrap article .category.reform {
  background: #c89932;
}

.case-article-wrap article .title {
  font-size: 16px;
  padding: 10px 10px 15px;
  margin: 0;
  border: none;
}

.case-article-wrap article .description {
  padding: 0 10px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .case-article-wrap article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.case-article-wrap.archive {
  justify-content: left;
}

.case-article-wrap.archive article {
  width: calc(95% / 2);
  margin-right: 5%;
  margin-bottom: 2em;
}

.case-article-wrap.archive article:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .case-article-wrap.archive {
    justify-content: left;
  }
  .case-article-wrap.archive article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
}

/*-----------------------------------------------
  選ばれる理由
-----------------------------------------------*/
.tatami-type-wrap {
  display: flex;
  flex-wrap: wrap;
}

.tatami-type-content {
  width: calc(100% / 3);
  height: 300px;
  position: relative;
}

.tatami-type-content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tatami-type-content .tatami-type-title {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}

.tatami-type-content .tatami-type-text {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 90%;
}

.tatami-type-content .tatami-type-text .transbutton {
  text-align: center;
}

.tatami-type-content .filter.tatami-type {
  top: 0;
  opacity: .2;
}

@media screen and (max-width: 767px) {
  .tatami-type-content {
    width: 100%;
    height: 150px;
  }
  .tatami-type-content .tatami-type-title {
    font-size: 22px;
  }
}

/*-----------------------------------------------
  お約束
-----------------------------------------------*/
.promise {
  background: url(../img/backimage-promise.jpg);
  padding: 0 0 4em;
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

.promise h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}

.promise ol {
  margin: 0 auto;
  width: 75%;
}

.promise li {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .promise {
    padding-bottom: 20px;
  }
  .promise h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .promise ol {
    width: 100%;
  }
  .promise li {
    font-size: 16px;
  }
}

/*-----------------------------------------------
  サービス紹介
-----------------------------------------------*/
.service .service-content {
  display: flex;
  align-items: center;
  line-height: 0;
}

.service .service-content.tatami {
  background: #000;
}

.service .service-content.fusuma {
  background: #4d6d2c;
}

.service .service-content.fusuma .image {
  order: 1;
}

.service .service-content.naisou {
  background: #c89932;
}

.service .service-content .image {
  width: 50%;
}

.service .service-content .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service .service-content .text {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 16px;
  line-height: 3.0;
  color: #fff;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.service .service-content .text h3 {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .service .service-content {
    display: block;
  }
  .service .service-content .image {
    width: 100%;
  }
  .service .service-content .text {
    width: 100%;
    padding: 20px;
    line-height: 2;
  }
  .service .service-content .text h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .service .service-content .text {
    font-size: 13px;
  }
}

/*-----------------------------------------------
  ECサイト
-----------------------------------------------*/
.ec .ecimage-wrap {
  position: relative;
  height: 300px;
}

.ec .ecimage-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ec h2 {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 36px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 1px;
  color: #fff;
  position: absolute;
  top: 2.2em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: 3;
}

.ec .transbutton {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .ec h2 {
    font-size: 22px;
  }
  .ec .ecimage-wrap {
    height: 150px;
  }
}

/*-----------------------------------------------
  事例
-----------------------------------------------*/
.case {
  padding-bottom: 80px;
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  background: #ecdaac;
}

.case .case-introduce {
  text-align: center;
  margin-top: 60px;
  font-size: 16px;
}

.case .case-article-wrap {
  display: flex;
  flex-wrap: wrap;
}

.case .case-article-wrap article {
  position: relative;
  background: #fff;
  width: calc(94% / 3);
  margin-right: 3%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: shadow 0.5s ease, transform 0.5s ease;
  -moz-transition: shadow 0.5s ease, transform 0.5s ease;
  -o-transition: shadow 0.5s ease, transform 0.5s ease;
  transition: shadow 0.5s ease, transform 0.5s ease;
}

.case .case-article-wrap article:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.case .case-article-wrap article a {
  text-decoration: none;
  color: #000;
}

.case .case-article-wrap article:last-child {
  margin-right: 0;
}

.case .case-article-wrap article .eyecatch {
  height: 180px;
}

.case .case-article-wrap article img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.case .case-article-wrap article .category {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #4d6d2c;
  color: #fff;
  padding: 3px 10px;
}

.case .case-article-wrap article .category.fusuma {
  background: #839b5c;
}

.case .case-article-wrap article .category.reform {
  background: #c89932;
}

.case .case-article-wrap article .title {
  font-size: 16px;
  padding: 10px;
  margin: 0;
}

.case .case-article-wrap article .description {
  padding: 0 10px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .case {
    padding-bottom: 30px;
  }
  .case .case-introduce {
    margin-top: 30px;
  }
  .case .case-article-wrap article {
    width: 100%;
    margin: 0 0 2em;
  }
}

/*-----------------------------------------------
  職人紹介
-----------------------------------------------*/
.craft {
  position: relative;
}

.craft .ceo-face {
  position: absolute;
  width: 300px;
  bottom: 0;
  right: 10px;
  overflow: hidden;
}

.craft-content {
  display: flex;
  align-items: center;
  background: #c89932;
  line-height: 0;
  height: 600px;
}

.craft-content .image {
  width: 50%;
  position: relative;
}

.craft-content .image h2 {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  width: 100%;
  display: block;
  position: absolute;
  color: #333;
  text-align: center;
  padding: 16px 16px 10px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 6px;
  margin: 0;
  text-align: center;
  top: 20px;
}

.craft-content .image .transbutton {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.craft-content .image .transbutton a {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  color: #333;
  border-color: #333;
}

.craft-content .image .transbutton a::after {
  content: url(../svg/arrow-right-black.svg);
}

.craft-content .image img {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.craft-content .text h2 {
  font-size: 30px;
}

.craft-content .text h2 small {
  font-style: normal;
}

.craft .text {
  position: relative;
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 18px;
  line-height: 2.3;
  color: #fff;
  width: 35%;
  margin: 0 auto;
  text-align: left;
  font-weight: 500;
}

.craft .text h3 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.craft .text .date {
  line-height: 1;
  font-size: 16px;
}

.craft .text .title {
  margin-bottom: 20px;
}

.craft .text .transbutton {
  text-align: center;
}

.craft .momosaka-blog-wrap {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.craft .momosaka-blog-wrap a {
  color: #fff;
  text-decoration: none;
}

.craft .momosaka-blog-wrap a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .craft .craft-content {
    display: block;
  }
  .craft .craft-content .image .transbutton a {
    color: #333;
    background: rgba(255, 255, 255, 0.7);
    border-color: #333;
  }
  .craft .text, .craft .image {
    width: 100%;
  }
  .craft .text h2, .craft .image h2 {
    font-size: 22px;
  }
  .craft .image h2 {
    top: 0;
  }
  .craft .image img {
    min-height: 0;
    height: 230px;
  }
  .craft .text h2 {
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
  }
  .craft .text .date {
    font-size: 14px;
  }
  .craft .text .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .craft .ceo-face {
    display: none;
  }
  .craft .momosaka-blog-wrap {
    margin: 0 20px;
  }
}

/*-----------------------------------------------
  ブログ
-----------------------------------------------*/
.top-blog {
  background: #f9f9f9;
  padding: 60px 0 30px;
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

.top-blog .container {
  margin-bottom: 0px;
}

.top-blog h2 {
  color: #4d6d2c;
  font-size: 30px;
  margin-bottom: 60px;
  text-align: center;
}

.top-blog .staff-blog-wrap {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-blog .date {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1;
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
}

.top-blog .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

.top-blog .category {
  display: inline-block;
  background: #666;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px 0;
  margin-right: 10px;
}

.top-blog ul {
  list-style: none;
  text-align: left;
  margin-left: 0;
}

.top-blog ul li {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.top-blog ul li a {
  color: #333;
  text-decoration: none;
}

.top-blog ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .top-blog {
    padding: 30px 0 0;
  }
  .top-blog h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------
  その他のブログ
-----------------------------------------------*/
.other-blog {
  padding-top: 0;
  padding-bottom: 80px;
  background: #f9f9f9;
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

.other-blog .blog-article-wrap {
  display: flex;
  flex-wrap: wrap;
}

.other-blog .blog-article-wrap article {
  background: #fff;
  width: 47%;
  margin-right: 3%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  -webkit-transition: shadow 0.5s ease, transform 0.5s ease;
  -moz-transition: shadow 0.5s ease, transform 0.5s ease;
  -o-transition: shadow 0.5s ease, transform 0.5s ease;
  transition: shadow 0.5s ease, transform 0.5s ease;
}

.other-blog .blog-article-wrap article:hover {
  transform: translateY(-4px);
}

.other-blog .blog-article-wrap article a {
  text-decoration: none;
  color: #000;
}

.other-blog .blog-article-wrap article:nth-child(even) {
  margin-right: 0;
}

.other-blog .blog-article-wrap article .eyecatch {
  height: 280px;
}

.other-blog .blog-article-wrap article img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.other-blog .blog-article-wrap article .title {
  padding: 20px 20px 10px;
  margin: 0;
}

.other-blog .blog-article-wrap article p {
  padding: 0 20px 20px;
  margin: 0;
  color: #666;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .other-blog {
    padding-bottom: 30px;
  }
  .other-blog .blog-article-wrap {
    display: block;
  }
  .other-blog .blog-article-wrap article {
    width: 100%;
  }
}

/*-----------------------------------------------
  お問い合わせ
-----------------------------------------------*/
.contact {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  padding: 60px 0;
  background-image: url(../img/contact.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #095219;
  position: relative;
  z-index: 0;
  overflow: hidden;
  font-weight: 400;
}

.contact::before {
  content: '';
  background: inherit;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  z-index: -1;
}

.contact .inner {
  max-width: 1080px;
  margin: 0 auto;
}

.contact .title {
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 1px;
}

.contact .white-inner {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 95%;
  padding: 40px 5% 25px;
  margin: 60px auto 0;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
}

.contact .introduce {
  line-height: 1.8;
}

.contact .contact-method a {
  width: 250px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  background: #ae311c;
  margin: 0 0 20px;
  padding: 0;
  line-height: 50px;
}

.contact .date {
  text-align: left;
  display: inline-block;
  line-height: 2;
}

.contact .sales-area {
  margin-bottom: 20px;
}

.contact .contact-staff {
  position: absolute;
  top: -30px;
  width: 500px;
  right: 8px;
  z-index: -1;
}

.contact hr {
  margin: 0 0 20px;
}

.contact .ggmap {
  margin: 20px 0;
  padding-bottom: 30%;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 30px 0;
  }
  .contact .title {
    font-size: 22px;
  }
  .contact .contact-staff {
    display: none;
  }
  .contact .white-inner {
    margin-top: 20px;
  }
  .contact .introduce,
  .contact .sales-area {
    font-size: 14px;
    text-align: left;
  }
  .contact .sales-area h3 {
    text-align: center;
  }
  .contact .date {
    font-size: 16px;
  }
}

/*-----------------------------------------------
  会社案内　ごあいさつ
-----------------------------------------------*/
.greeting .greeting-content {
  display: flex;
  align-items: center;
  line-height: 0;
  min-height: 500px;
}

.greeting .greeting-content .image {
  width: 30%;
}

.greeting .greeting-content .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.greeting .greeting-content .text {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  width: 50%;
  margin: 30px auto 0;
  text-align: left;
  padding: 0 25px;
}

.greeting .greeting-content .text h3 {
  font-size: 30px;
}

.greeting .greeting-content .ceo_sign-wrap {
  text-align: right;
}

.greeting .greeting-content .ceo_sign-wrap .ceo_sign {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .greeting .greeting-content {
    display: block;
  }
  .greeting .greeting-content .text, .greeting .greeting-content .image {
    width: 100%;
  }
  .greeting .greeting-content .image img {
    min-height: 0;
  }
  .greeting .greeting-content .ceo_sign-wrap .ceo_sign {
    width: 150px;
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------
  会社案内 畳職人の紹介
-----------------------------------------------*/
.introduce .introduce-wrap {
  display: flex;
  flex-wrap: wrap;
}

.introduce .introduce-content {
  width: calc(100% / 3);
  height: 400px;
  position: relative;
}

.introduce .introduce-content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.introduce .introduce-content .introduce-name {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}

.introduce .introduce-content .introduce-text {
  display: none;
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 90%;
}

.introduce .introduce-content .filter {
  display: none;
  top: 0;
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .introduce .introduce-wrap {
    display: block;
  }
  .introduce .introduce-content {
    display: flex;
    width: 100%;
    height: auto;
  }
  .introduce .introduce-content img {
    object-fit: unset;
    width: 40%;
  }
  .introduce .introduce-content .introduce-name {
    display: block;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .introduce .introduce-content .introduce-text {
    display: block;
    font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    z-index: 3;
    width: 56%;
    left: unset;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-3%, -50%);
  }
  .introduce .introduce-content .filter {
    display: none;
    top: 0;
    opacity: .5;
  }
}

/*-----------------------------------------------
  資格者のお知らせ
-----------------------------------------------*/
.certification {
  padding: 0 0 4em;
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

.certification .content {
  width: 50%;
  margin: 0 auto;
}

.certification h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}

.certification h3 {
  border-left: solid 5px #4d6d2c;
  font-size: 20px;
  padding-left: 10px;
}

.certification ul {
  list-style: disc;
  margin-bottom: 30px;
}

.certification li {
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .certification {
    padding-bottom: 30px;
  }
  .certification h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .certification h3 {
    font-size: 18px;
  }
  .certification .content {
    width: 100%;
  }
}

/*-----------------------------------------------
  会社案内 沿革、実績、
-----------------------------------------------*/
.history-table,
.achievement-table,
.information-table {
  margin: 40px 0;
  border: solid 2px #d7d7d7;
  font-weight: 400;
}

.history-table th,
.achievement-table th,
.information-table th {
  text-align: center;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}

.history-table td,
.achievement-table td,
.information-table td {
  border: solid 1px #d7d7d7;
  font-size: 14px;
}

/*-----------------------------------------------
  会社案内 アクセス
-----------------------------------------------*/
.access .ggmap {
  padding-bottom: 320px;
}

/*-----------------------------------------------
  会社案内 作業場
-----------------------------------------------*/
.office-introduce {
  padding-top: 0;
  padding-bottom: 60px;
  background: #f9f9f9;
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

.office-introduce .blog-article-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.office-introduce .blog-article-wrap article {
  width: 47%;
  margin-right: 3%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  -webkit-transition: shadow 0.5s ease, transform 0.5s ease;
  -moz-transition: shadow 0.5s ease, transform 0.5s ease;
  -o-transition: shadow 0.5s ease, transform 0.5s ease;
  transition: shadow 0.5s ease, transform 0.5s ease;
}

.office-introduce .blog-article-wrap article:hover {
  transform: none;
}

.office-introduce .blog-article-wrap article a {
  text-decoration: none;
  color: #000;
}

.office-introduce .blog-article-wrap article:nth-child(even) {
  margin-right: 0;
}

.office-introduce .blog-article-wrap article .eyecatch {
  height: 250px;
}

.office-introduce .blog-article-wrap article img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.office-introduce .blog-article-wrap article .title {
  padding: 20px 20px 10px;
  margin: 0;
  font-size: 17px;
}

.office-introduce .blog-article-wrap article p {
  padding: 0 20px 20px;
  margin: 0;
  color: #666;
}

@media screen and (max-width: 767px) {
  .office-introduce {
    padding-bottom: 30px;
  }
  .office-introduce .blog-article-wrap {
    display: block;
    margin-top: 30px;
  }
  .office-introduce .blog-article-wrap article {
    width: 100%;
    margin-right: 0;
  }
}

h2.widget-title {
  border-bottom: solid 1px #4d6d2c;
  letter-spacing: 2px;
  font-family: 'Abadi';
  font-size: 1.3em;
  margin-bottom: 0;
  padding: 8px 0;
}

#secondary a,
#secondary a:visited {
  color: #333;
}

.recent-posts li a {
  display: flex;
}

.recent-posts .article-img {
  width: 30%;
  max-width: 100px;
}

.recent-posts .title {
  width: 68%;
  margin-left: 2%;
}

.recent-posts li {
  border-bottom: solid 1px #dfdfdf;
  margin-bottom: 0px;
  padding: 15px 10px 10px 0;
}

.widget_categories .children {
  margin: 10px 0 0 10px;
}

.widget_categories ul > li {
  border-bottom: 1px solid #d5d5d5;
}

.widget_categories .children li {
  border-bottom: none;
}

#footer {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  background: #eee;
  color: #333;
  padding: 30px 0 10px;
  margin-top: 0;
  font-size: 12px;
}

#footer .footer-info {
  margin: 20px 0;
  line-height: 1.3;
  font-size: 14px;
}

#footer .footer-info img {
  width: 150px;
}

#footer .footer-logo {
  display: block;
  margin-bottom: 20px;
}

#footer p {
  margin-bottom: 5px;
}

#footer a {
  color: #333;
  text-decoration: none;
}

#footer .copyright {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #footer .footer-info img {
    width: 120px;
  }
}

#breadcrumb {
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  background: #7C8A32;
}

#breadcrumb ul, #breadcrumb li {
  margin: 0;
  list-style: none;
  display: inline-block;
}

#breadcrumb ul li a {
  text-decoration: none;
  color: #fff;
}

#breadcrumb ul li a::after {
  white-space: pre-wrap;
  content: " > ";
  font-weight: 300;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.company-table th {
  width: 30%;
}

tr, th, td {
  border: solid 1px #ccc;
}

th {
  text-align: center;
  background: #788C1B;
  color: #fff;
}

.banner-link {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #4d6d2c;
  background: -webkit-linear-gradient(to right, #4d6d2c, #4d6d2c);
  background: linear-gradient(to right, #4d6d2c, #4d6d2c);
  max-width: 80%;
  margin: 0 auto 20px;
  padding: 10px 10px;
  text-align: center;
  border-radius: 2px;
}

.banner-link:visited {
  color: #fff;
}

.banner-link .link-banner {
  margin: 0;
}

.banner-link .link-banner:after {
  content: "\00ff1e";
  margin-left: 5px;
}

/*--------------------------------------
  個別ページ
--------------------------------------*/
body.single-post .container,
body.archive .container,
body.blog .container {
  max-width: 1120px;
}

body.post-template-single-interview .container {
  max-width: 950px;
}

.entry-header {
  border-top: solid 3px #4d6d2c;
  border-bottom: solid 2px #d5d5d5;
  margin-bottom: 30px;
  padding: 20px 0;
}

.entry-header .posted-on {
  text-decoration: none;
  font-weight: normal;
  color: #4d6d2c;
}

.entry-header .posted-on::before {
  content: '\f017\a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 500;
}

.post-thumbnail {
  margin-bottom: 20px;
}

.entry-title {
  font-weight: bold;
  padding: 0;
  margin-bottom: 5px;
}

.entry-content {
  margin-top: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}

.entry-content h2 {
  font-size: 20px;
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  letter-spacing: .2em;
  line-height: 1.5;
  background: #4d6d2c;
  color: #fff;
  padding: 15px 20px 12px;
}

.entry-content h3 {
  border-bottom: solid 1px #4d6d2c;
  border-left: solid 5px #4d6d2c;
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .1rem;
  padding: 5px 15px 8px;
}

.entry-content h4 {
  border-left: solid 5px #4d6d2c;
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .1rem;
  padding: 3px 15px;
}

.entry-content p, .entry-content div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-content table {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}

.entry-content table tbody {
  width: 100%;
  display: table;
}

.entry-content table td {
  text-align: center;
}

.entry-content .image-catch {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 25px;
  color: #4d6d2c;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .entry-content .image-catch {
    font-size: 18px;
    margin-top: 20px;
  }
}

.cat-links a {
  text-decoration: none;
  color: #fff;
  background: #666;
  font-size: 15px;
  padding: 5px 10px;
  display: inline-block;
}

.edit-link {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.posts-navigation {
  width: 100%;
}

.flow br {
  display: none;
}

.flow .cell {
  list-style: none;
  position: relative;
  margin-top: 25px;
  padding: 0;
  line-height: 15px;
  *list-style-type: decimal;
  /*IE7用ハック*/
  counter-increment: count-number;
  /*ナンバリングを生成*/
}

.flow .cell::before {
  content: counter(count-number);
  /* ここから番号のスタイル */
  position: absolute;
  top: 0;
  /*コンテンツの上へ*/
  width: 40px;
  /*幅*/
  line-height: 40px;
  color: #fff;
  /*文字色*/
  background: #4d6d2c;
  /*背景*/
  font-size: 20px;
  text-align: center;
}

.flow h3 {
  border-bottom: none;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.flow p {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .flow .col-tbl2.tblrsp {
    align-items: baseline;
  }
}

body.page-id-33 .page_header_eyecatch-wrap {
  background-position: 50% 30%;
}

.box-contact {
  margin: 2em 0;
  background: #f1f1f1;
}

.box-contact .box-title {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.2em;
  background: #4d6d2c;
  padding: 4px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
  padding: 7px 4px 4px;
}

.box-contact p {
  padding: 5px 20px 20px;
  margin: 0;
  text-align: center;
  font-size: 12px;
}

.box-contact-tel {
  padding-top: 10px;
  text-align: center;
}

.box-contact-tel a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .box-contact .box-title {
    font-size: 14px;
  }
}

/*--------------------------------------
  一覧ページ（アーカイブ）
--------------------------------------*/
.cat-title {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  color: #4d6d2c;
  margin: 0 auto 0.8em;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-top: solid 3px #4d6d2c;
  border-bottom: solid 2px #d5d5d5;
  margin-bottom: 30px;
  padding: 10px 0;
}

.box-jirei {
  background: #f1f1f1;
  margin-bottom: 3em;
}

.jirei-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.jirei-wrap .box-title {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.2em;
  background: #4d6d2c;
  padding: 4px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
  padding: 7px 4px 4px;
  margin-bottom: 20px;
  width: 100%;
}

.jirei-wrap .jirei-button a {
  position: relative;
  width: 180px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  background: #ae311c;
  margin-bottom: 20px;
  padding: 10px;
  line-height: 1.6;
  letter-spacing: 2px;
}

.jirei-wrap .jirei-button a::after {
  position: absolute;
  top: 13px;
  right: 3px;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../svg/arrow-right.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.jirei-wrap .jirei-button {
  margin: 0 10px 0 0;
}

.jirei-wrap .jirei-button:last-child {
  margin: 0 0;
}

.jirei-wrap .jirei-button.tatami a {
  background: #000;
}

.jirei-wrap .jirei-button.fusuma a {
  background: #446227;
}

.jirei-wrap .jirei-button.reform a {
  background: #c18e2c;
}

/*-----------------------------------------------
  Google Map
-----------------------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------
  ヘッダー画像
-----------------------------------------------*/
.page_header_eyecatch-wrap {
  height: 420px;
  position: relative;
  width: calc(100% + 10px);
  margin-left: -10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}

.page_header_eyecatch-wrap .heading {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  color: #fff;
  letter-spacing: .2em !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.page_header_eyecatch-wrap .heading .heading_en {
  letter-spacing: .12em;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 2rem;
}

.page_header_eyecatch-wrap .heading h1 {
  font-size: 30px;
  margin-bottom: 0;
  font-size: 3.4rem;
}

.page_header_eyecatch-wrap p {
  color: #fff;
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: 2;
}

.page_header_eyecatch-wrap h1, .page_header_eyecatch-wrap p {
  max-width: 950px;
}

body.page-template-page-tatami .page_header_eyecatch-wrap {
  background-position: 50% 62%;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: .2;
  z-index: 1;
  top: 0;
}

@media screen and (max-width: 767px) {
  .page_header_eyecatch-wrap .heading h1 {
    font-size: 22px;
  }
}

/*-----------------------------------------------
  Swiper
-----------------------------------------------*/
.swiper-container {
  width: 100%;
  height: 500px;
  margin-bottom: 0 !important;
}

.swiper-slide {
  padding-top: 0;
  /* 画像位置の調整用 */
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.swiper-container .swiper-slide {
  position: relative;
}

.swiper-container .swiper-slide .swiper-slide-content {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  width: 80%;
  position: absolute;
  opacity: 0;
  transition: all .5s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 1px;
  z-index: 1;
}

.swiper-container .swiper-slide .swiper-slide-content .title {
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 23px;
  text-align: left;
  line-height: 2;
  letter-spacing: .15em;
  margin: 0 auto;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  display: none;
}

.gototop .pagetop-arrow {
  vertical-align: bottom;
  width: 60px;
  height: 60px;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  text-decoration: none;
  color: #fff;
  border-radius: 50%;
  background: #4d6d2c;
  background: -webkit-linear-gradient(to right, #4d6d2c, #4d6d2c);
  background: linear-gradient(to right, #4d6d2c, #4d6d2c);
  font-size: 25px;
  color: #fff;
  left: 24px;
  top: 4px;
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .page-template-page-products .list tr,
  .page-template-page-products .list th,
  .page-template-page-products .list td {
    font-size: 12px;
  }
}

.single-format-standard #masthead,
.search #masthead,
.archive #masthead,
body.blog #masthead,
body.privacy-policy #masthead {
  margin-bottom: 60px;
}

#searchform {
  position: relative;
}

#s {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}

#searchsubmit {
  position: absolute;
  top: 3px;
  right: -7px;
  border: none;
  background: url(../img/bg-search.png) no-repeat center center;
  background-size: 15px 15px;
  vertical-align: inherit;
}

.widget-area {
  font-size: 15px;
}

.widget-area h2.widget-title {
  font-family: adobe-garamond-pro, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 16px;
  background: #4d6d2c;
  color: #fff;
  padding: 11px 10px 8px;
}

.widget-area a {
  text-decoration: none;
}

.widget-area ul {
  margin: 10px 0 0 0;
}

.widget-area li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  #masthead .site-branding {
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
    display: block;
    text-align: center;
    position: relative;
  }
  #masthead .custom-logo {
    width: 130px;
    margin-top: 10px;
  }
  #masthead .menu-toggle {
    display: none;
  }
  #masthead #primary-menu {
    display: none;
  }
  .main-navigation {
    position: absolute;
    float: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: #fff;
  }
  .main-navigation ul {
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  }
  .main-navigation li {
    width: 100%;
    border: none;
    border-bottom: solid 1px #ccc;
  }
  .main-navigation li:first-child {
    width: 100%;
    border: none;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  .main-navigation li:nth-child(3) {
    width: 100%;
  }
  .main-navigation li:last-child {
    width: 100%;
    padding: 0;
  }
  .main-navigation li a {
    color: #333;
  }
  .main-navigation #primary-menu {
    top: 30px;
    position: absolute;
    background: #fff;
  }
  .sp-menu-icons {
    display: flex;
    display: -webkit-flex;
    height: 0;
    color: #1a1a1a;
    justify-content: flex-end;
    align-items: center;
  }
  .sp-menu-icons #header-menu-icon {
    margin-right: 10px;
    top: 0;
  }
  .mobile_icon_wrapper {
    opacity: 1;
    display: block;
    position: relative;
    width: 30px;
    height: 23px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .mobile_icon_wrapper span {
    background: #fff;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
  }
  .mobile_icon_wrapper span:nth-of-type(2) {
    top: 10px;
  }
  .mobile_icon_wrapper span:nth-of-type(3) {
    top: 20px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  .page-template-page-products h3 {
    text-align: left;
  }
  .swiper-container {
    height: 300px;
  }
  .swiper-container .swiper-slide .swiper-slide-content .title {
    font-size: 15px;
  }
  .page_header_eyecatch-wrap {
    height: 150px;
  }
  .page_header_eyecatch-wrap h1 {
    font-size: 20px;
  }
  .top-flex {
    display: block;
  }
  .top-flex .top-flex-child {
    width: 100%;
    margin-right: 0;
  }
  .top-flex.products a {
    display: block;
    border-right: none;
    border-bottom: solid 1px #ccc;
  }
  .top-flex.products a:last-child {
    border-bottom: none;
  }
  #footer .copyright {
    font-size: 10px;
  }
}

/*-----------------------------------------------
  お問い合わせ
-----------------------------------------------*/
@media (max-width: 500px) {
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  .inquiry .haveto, .inquiry .any {
    font-size: 10px;
  }
}

.entry-content table.inquiry td {
  text-align: left;
}

.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}

.inquiry td {
  text-align: left;
  font-size: 14px;
  border: solid 1px #d7d7d7;
}

.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
}

.haveto {
  font-size: 7px;
  padding: 5px;
  background: #e84118;
  color: #fff;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.any {
  font-size: 7px;
  padding: 5px;
  background: #00a8ff;
  color: #fff;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.verticallist .wpcf7-list-item {
  display: block;
}

#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  height: 50px;
  background: #ae311c;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  border: 2px solid #ae311c;
  margin: 25px auto 0;
  line-height: 1;
}

#formbtn:hover {
  background: #fff;
  color: #ae311c;
  border: 2px solid #ae311c;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: solid 2px #eaedf2;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}

textarea {
  height: 150px;
}

.radio1 label {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  #formbtn {
    width: 100%;
  }
}
