@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Yasashisa Gothic';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/yasashisa-gothic.woff") format("woff");
  font-display: swap;
}
@-ms-viewport {
  width: device-width;
}
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.25;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: url("../img/dummy.png");
  font-size: 16px;
  font-size: 1.6rem;
}
body .overlay {
  background-color: rgba(216, 184, 3, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: all .5s;
  visibility: hidden;
}
body .overlay.active {
  opacity: 1;
  visibility: visible;
}

h1, h2, h3, h4, h5, h6,
div, p, ul, ol, li, dl, dt, dd, form, table,
header, footer, article, section, aside, nav {
  background: url("../img/dummy.png");
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover';
}

#gototop {
  position: fixed;
  bottom: 25px;
  z-index: 2;
}
#gototop a {
  transition: opacity .3s;
}
#gototop a:hover {
  opacity: 0.7;
}

#header .sp-menu-wrap {
  position: relative;
  z-index: 3;
}
#header .sp-menu-wrap .sp-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #79b026;
  padding-top: 16px;
  padding-bottom: 100px;
}
#header .sp-menu-wrap .sp-menu .button {
  text-align: right;
  padding-right: 9px;
}
#header .sp-menu-wrap .sp-menu .button img {
  width: 18px;
}
#header .sp-menu-wrap .sp-menu nav {
  margin-top: 55px;
}
#header .sp-menu-wrap .sp-menu nav ul {
  text-align: center;
}
#header .sp-menu-wrap .sp-menu nav ul li a {
  color: #FFF;
  display: block;
  line-height: 45px;
}
#header .sp-menu-wrap .sp-menu nav ul li + li {
  border-top: 1px solid #FFF;
}
#header .sp-menu-wrap .sp-menu nav ul li:nth-last-child(-n+2) {
  border-top: none;
  margin-top: 10px;
}
#header .open-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#header .open-menu a {
  display: block;
  background-color: #79b026;
  padding: 13px 10px 10px;
  text-align: center;
}
#header .open-menu a p:first-child {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
}
#header .open-menu a p:last-child img {
  width: 18px;
}

#main .contact-circ {
  position: relative;
}
#main .contact-circ .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#main .contact-circ .container p {
  position: relative;
  z-index: 2;
}
#main .contact-circ .container p img {
  vertical-align: bottom;
}

#footer {
  border-top: 2px solid #f7f4e9;
}
#footer .box01 > li:first-child {
  color: #626061;
}
#footer .box01 > li:last-child ul:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .box01 > li:last-child ul:first-child li {
  width: 50%;
}
#footer .box01 > li:last-child ul:first-child li a {
  color: #626061;
}
#footer .box01 > li:last-child ul:last-child li img {
  vertical-align: bottom;
}
#footer .copy {
  text-align: center;
  color: #626061;
  font-size: 12px;
  font-size: 1.2rem;
  background: url(../img/footer-bg.jpg);
}

body.index {
  position: relative;
}
body.index #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
body.index #header .box01 a {
  display: block;
  color: #FFF;
}
body.index #header .box01 a p {
  font-weight: 700;
}
body.index #main .main-visual {
  position: relative;
}
body.index #main .main-visual .swiper-slide img {
  vertical-align: bottom;
}
body.index #main .main-visual .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
body.index #main .main-visual .box01 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}
body.index #main .main-visual .box01 p {
  text-shadow: #FFF 2px 0px 2px, #FFF -2px 0px 2px, #FFF 0px -2px 2px, #FFF -2px 0px 2px, #FFF 2px 2px 2px, #FFF -2px 2px 2px, #FFF 2px -2px 2px, #FFF -2px -2px 2px, #FFF 1px 2px 2px, #FFF -1px 2px 2px, #FFF 1px -2px 2px, #FFF -1px -2px 2px, #FFF 2px 1px 2px, #FFF -2px 1px 2px, #FFF 2px -1px 2px, #FFF -2px -1px 2px, #FFF 1px 1px 2px, #FFF -1px 1px 2px, #FFF 1px -1px 2px, #FFF -1px -1px 2px;
}
body.index #main section h2 {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Yasashisa Gothic";
  font-weight: 700;
}
body.index #main section h2,
body.index #main section h3 {
  line-height: 1.25;
}
body.index #main section p,
body.index #main section li {
  line-height: 1.5;
}
body.index #main section .w {
  display: inline-block;
}
body.index #main section img {
  vertical-align: bottom;
}
body.index #main section a {
  color: #000;
  transition: opacity .3s;
}
body.index #main section a:hover, body.index #main section a:focus {
  opacity: .8;
}
body.index #main .sec01 {
  background: #f6f6f4;
}
body.index #main .sec01 h2 {
  font-weight: bold;
}
body.index #main .sec01 h2 span {
  display: inline-block;
}
body.index #main .sec02 .title h2 + p {
  text-align: center;
  color: #898989;
  font-size: 12px;
  font-size: 1.2rem;
}
body.index #main .sec02 .text li {
  border-bottom: 1px solid #d9d9d9;
}
body.index #main .sec02 .text li:first-child {
  border-top: 1px solid #d9d9d9;
}
body.index #main .sec02 .text li time {
  font-style: italic;
}
body.index #main .sec02 .text li span {
  word-break: break-all;
  word-wrap: break-word;
}
body.index #main .sec02 .more {
  text-align: center;
}
body.index #main .sec02 .more a {
  display: inline-block;
  border: 1px solid #535353;
  border-radius: 3px;
}
body.index #main .sec02 .more.sp {
  margin-top: 20px;
}
body.index #main .sec03 {
  background: #f1f7e8;
}
body.index #main .sec03 h2 {
  text-align: center;
}
body.index #main .sec03 .check li:before {
  content: "";
  display: inline-block;
  background: url(../img/index-feature-check.png) no-repeat center;
  background-size: contain;
  text-indent: 0;
}
body.index #main .sec03 .note {
  text-align: center;
}
body.index #main .sec03 .note span {
  display: inline-block;
}
body.index #main .sec04 .works a {
  display: block;
  color: #010101;
}
body.index #main .sec04 .works h3 {
  border-left: 4px solid #98cc4a;
  word-break: break-all;
  word-wrap: break-word;
}
body.index #main .sec04 .works .date {
  display: inline-block;
  color: #b94c35;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
}
body.index #main .sec04 .works .category {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
body.index #main .sec04 .works .category.shrine {
  background: #489cea;
}
body.index #main .sec04 .works .category.general {
  background: #dea029;
}
body.index #main .sec04 .works .category.new {
  background: #39b828;
}
body.index #main .sec04 .works .category.repair {
  background: #da81ca;
}
body.index #main .sec04 .works .category.mainte {
  background: #f09c43;
}
body.index #main .sec04 .works .category.house {
  background: #b86acc;
}
body.index #main .sec04 .works .category.etc {
  background: #4cbbb4;
}
body.index #main .sec04 .works .category.reform {
  background: #9f7334;
}
body.index #main .sec04 .works .summary {
  word-break: break-all;
  word-wrap: break-word;
}
body.index #main .sec04 .more,
body.index #main .sec06 .more {
  text-align: center;
  margin-top: 36px;
}
body.index #main .sec04 .more a,
body.index #main .sec06 .more a {
  display: inline-block;
  border: 1px solid #000;
  text-align: center;
  border-radius: 3px;
  letter-spacing: .1em;
}
body.index #main .sec05 img {
  width: 100%;
}
body.index #main .sec05 .title {
  text-align: center;
  color: #5f5950;
  font-weight: 700;
}
body.index #main .sec05 h2 {
  text-align: left;
  line-height: 1.5;
}
body.index #main .sec06 .lead {
  text-align: center;
}
body.index #main .sec06 .blog dl {
  background: #fcfaf2;
}
body.index #main .sec06 .blog dl dd h3 {
  word-break: break-all;
  word-wrap: break-word;
}
body.index #main .sec06 .blog dl dd .date {
  color: #79b026;
  font-style: italic;
}
body.index #main .sec07 dl {
  background-color: #000;
}
body.index #main .sec07 dl dt img {
  vertical-align: bottom;
}
body.index #main .sec07 dl dd h2 {
  text-align: left;
  font-family: 'HelveticaNeue';
  line-height: 1.0;
}
body.index #main .sec07 dl dd .box01 {
  color: #FFF;
}
body.index #main .sec07 dl dd .box01 p:nth-child(3) {
  line-height: 1.5;
}
body.index #main .sec07 dl dd .box01 p:nth-child(4) {
  text-align: right;
}
body.index #main .sec07 dl dd .box01 p:nth-child(4) img {
  vertical-align: bottom;
}
body.index #main .sec08 .col {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
}
body.index #main .sec08 .col p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.index #main .sec08 .col p:nth-child(2) {
  font-weight: bold;
}
body.index #main .sec08 .col .more {
  text-align: right;
}
body.index #main .sec08 .col .more a {
  display: inline-block;
  background: #000;
  text-align: center;
  position: relative;
  border-radius: 3px;
  color: #fff;
}
body.index #main .sec08 .col .more a:before {
  position: absolute;
  display: block;
  content: "";
  left: 2px;
  top: 2px;
  border: 1px solid #656565;
  border-radius: 2px;
  width: calc( 100% - 6px );
  height: calc( 100% - 6px );
}
body.index #main .sec09 {
  text-align: center;
}
body.index #main .sec11 .button01 a {
  display: block;
  position: relative;
  color: #fff;
  line-height: 3;
  background: #000;
  margin-left: auto;
}
body.index #main .sec11 .button01 a:before {
  content: '';
  position: absolute;
  background: url("../img/index-contact-mail.png") no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}

body.sub-page #main .breadcrumb .container {
  max-width: 1056px;
}
body.sub-page #main .breadcrumb .container ol li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
body.sub-page #main .breadcrumb .container ol li:first-child a {
  color: #79b026;
}
body.sub-page #main .breadcrumb .container ol li:nth-child(n+2) a {
  color: #000;
}

body.sub-page #main {
  color: #000;
}
body.sub-page #main .main-visual {
  height: 316px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.sub-page #main .main-visual .visual-text {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
body.sub-page #main .sec01 {
  margin-top: 94px;
}
body.sub-page #main section {
  padding-top: 50px;
  letter-spacing: 0;
}
body.sub-page #main section .container {
  max-width: 1170px;
}
body.sub-page #main section .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
body.sub-page #main section h2,
body.sub-page #main section h3 {
  line-height: 1.25;
}
body.sub-page #main section p,
body.sub-page #main section li,
body.sub-page #main section dl,
body.sub-page #main section th,
body.sub-page #main section td {
  line-height: 1.5;
}
body.sub-page #main section .w {
  display: inline-block;
}
body.sub-page #main section img {
  vertical-align: bottom;
}
body.sub-page #main section a {
  color: #000;
  transition: opacity .3s;
}
body.sub-page #main section a:hover, body.sub-page #main section a:focus {
  opacity: .8;
}
body.sub-page #main .sub-contact .col {
  border: 4px solid #aeda6b;
  padding: 22px 15px;
}
body.sub-page #main .sub-contact .col h2 {
  line-height: 1.5;
}
body.sub-page #main .sub-contact .col .t1 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: .5em auto;
  padding-bottom: .5em;
  border-bottom: 2px solid #c6c6c6;
  text-align: center;
}
body.sub-page #main .sub-contact .col .t2 {
  margin: .75em auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
body.sub-page #main .sub-contact .col .tel {
  text-align: center;
  color: #79b026;
  font-size: 24px;
  font-size: 2.4rem;
}
body.sub-page #main .sub-contact .col .tel small {
  font-size: .8em;
}
body.sub-page #main .sub-contact .col .goto {
  margin-top: .9em;
}
body.sub-page #main .sub-contact .col .goto a {
  display: block;
  max-width: 225px;
  margin: auto;
}
body.sub-page #footer {
  margin-top: 80px;
}

body.making #main .main-visual {
  background: url(../img/making-visual-sp.jpg) center;
  background-size: cover;
}
body.making #main section h2 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  text-align: center;
}
body.making #main .sec01 {
  background: url(../img/making-bg-01-sp.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 50px;
}
body.making #main .sec01 h2 {
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
}
body.making #main .sec01 p + p {
  margin-top: 1em;
}
body.making #main .sec02 {
  padding-bottom: 50px;
}
body.making #main .sec02 .col {
  border: 2px solid #50a23a;
  border-radius: 4px;
  padding: 0 15px 25px;
}
body.making #main .sec02 h2 {
  background: #fff;
  max-width: 18em;
  margin: -.8em auto 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
body.making #main .sec02 .ex-title {
  text-align: center;
}
body.making #main .sec02 .ex-title p {
  display: inline-block;
  background: #77a76a;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 20px auto;
}
body.making #main .sec02 .ex li {
  text-indent: -22px;
  padding-left: 22px;
}
body.making #main .sec02 .ex li > * {
  text-indent: 0;
}
body.making #main .sec02 .ex li:before {
  text-indent: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #50a23a;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
}
body.making #main .sec02 .ex li:nth-child(1):before {
  content: "1";
}
body.making #main .sec02 .ex li:nth-child(2):before {
  content: "2";
}
body.making #main .sec02 .ex li:nth-child(3):before {
  content: "3";
}
body.making #main .sec02 .ex li:nth-child(4):before {
  content: "4";
}
body.making #main .sec02 .ex li + li {
  margin-top: 10px;
}
body.making #main .sec02 .note {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
body.making #main .sec03 {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #f7f4e9;
}
body.making #main .sec03 h2 {
  font-size: 18px;
  font-size: 1.8rem;
}
body.making #main .sec03 .sub-title {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.25;
  color: #fff;
  background: #867150;
  padding: 5px 4px 4px;
  text-align: center;
  border-radius: 26px;
  margin: 14px auto 30px;
}
body.making #main .sec03 .merit li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 2px solid #f1b32c;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  padding: 14px;
}
body.making #main .sec03 .merit li + li {
  margin-top: 19px;
}
body.making #main .sec03 .merit li h3 {
  font-weight: 700;
  color: #f19b2c;
  line-height: 1.4;
}
body.making #main .sec03 .merit li p {
  margin-top: .5em;
  font-size: 14px;
  font-size: 1.4rem;
}

body.wood #main .main-visual {
  background: url(../img/wood-visual-sp.jpg) center;
  background-size: cover;
}
body.wood #main section h2 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  text-align: center;
}
body.wood #main .sec01 {
  padding-top: 0;
}
body.wood #main .sec01 .title {
  background: url(../img/wood-title-01-bg.png) no-repeat center;
  background-size: contain;
  width: 278px;
  height: 40px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.wood #main .sec01 .title h2 {
  padding-top: .25em;
  font-size: 18px;
  font-size: 1.8rem;
}
body.wood #main .sec01 p + p {
  margin-top: 1em;
}
body.wood #main .sec01 .photo {
  margin: 40px auto 0;
  max-width: 93%;
}
body.wood #main .sec01 .photo li {
  text-align: center;
}
body.wood #main .sec01 .photo li + li {
  margin-top: 40px;
}
body.wood #footer {
  margin-top: 106px;
}

body.contact #main .main-visual {
  background: url(../img/contact-visual-sp.jpg) center;
  background-size: cover;
}
body.contact #main section {
  padding-bottom: 40px;
}
body.contact #main section .container {
  max-width: 990px;
}
body.contact #main section h2 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
body.contact #main section .num {
  font-weight: 700;
  font-size: 1.5em;
  display: inline-block;
}
body.contact #main section h2 + p {
  margin-top: 1em;
}
body.contact #main .sec01 {
  padding-top: 0;
  background: #f7f4e9;
  padding-top: 40px;
  padding-bottom: 40px;
}
body.contact #main .sec01 p + p {
  margin-top: 1em;
}
body.contact #main .sec01 a {
  color: #1b1b1b;
}
body.contact #main .sec01 a:hover, body.contact #main .sec01 a:focus {
  opacity: 1;
}
body.contact #main .sec03 {
  padding-bottom: 0;
}
body.contact #main .sec03 a {
  text-decoration: underline;
}
body.contact #main .sec03 .contact-form {
  margin: 1em auto 0;
}
body.contact #main .sec03 .form-note {
  color: #ff625f;
  margin: 1em auto 0;
}
body.contact #main .sec03 .form-table {
  width: 100%;
  margin: 1em auto .5em;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.25;
}
body.contact #main .sec03 .form-table th {
  width: 12em;
  font-weight: 700;
  vertical-align: top;
  padding: .4em 1em 0 0;
  text-align: right;
}
body.contact #main .sec03 .form-table td {
  padding: 0 0 1em;
}
body.contact #main .sec03 .form-table th em {
  color: #ff625f;
  font-style: normal;
  font-weight: 700;
}
body.contact #main .sec03 .form-table input[type="text"],
body.contact #main .sec03 .form-table input[type="email"],
body.contact #main .sec03 .form-table input[type="tel"],
body.contact #main .sec03 .form-table input[type="num"],
body.contact #main .sec03 .form-table textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 1em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  padding: .5em .1em;
}
body.contact #main .sec03 .form-table input[name="name"],
body.contact #main .sec03 .form-table input[name="tel"] {
  max-width: 16em;
}
body.contact #main .sec03 .form-table input[type="email"] {
  max-width: 32em;
}
body.contact #main .sec03 .form-table input[type="email"],
body.contact #main .sec03 .form-table input[name="tel"] {
  ime-mode: disabled;
}
body.contact #main .sec03 .form-table textarea {
  min-height: 12em;
  padding: .1em;
}
body.contact #main .sec03 .form-submit {
  text-align: center;
}
body.contact #main .sec03 .form-submit button {
  font-weight: 700;
  letter-spacing: 0;
  display: inline-block;
  background: #79b026;
  color: #fff;
  padding: .75em 0;
  min-width: 250px;
  width: 40%;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all .3s;
  font-size: 16px;
  font-size: 1.6rem;
}
body.contact #main .sec03 .form-submit button:hover {
  opacity: 0.7;
}
body.contact #main .sec03 .form-error {
  color: #ff625f;
}

body.works .f-contact {
  text-align: center;
}
body.works .f-contact p:nth-child(2):after {
  content: '';
  height: 2px;
  background-color: #c6c6c6;
  display: block;
  margin: 17px auto 14px;
}
body.works .f-contact ul li:first-child {
  color: #79b026;
}
body.works .f-contact ul li:first-child a {
  color: #79b026;
}
body.works .f-contact ul li:last-child a {
  display: block;
  border-radius: 2px;
  background-color: #79b026;
  color: #FFF;
  text-align: center;
}
body.works .f-contact ul li:last-child a:before {
  content: '';
  background: url("../img/icon-mail.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

body.works_list .works-list .box01 > li .wrapper ul {
  margin-top: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.works_list .works-list .box01 > li .wrapper ul li {
  border-radius: 2px;
  background-color: #4cbbb4;
  color: #FFF;
  padding: 5px 13px;
  font-size: 18px;
  font-size: 1.8rem;
}
body.works_list .works-list .box01 > li .wrapper ul li img {
  max-width: 107px;
}
body.works_list .works-list .box01 > li .wrapper ul li + li {
  margin-left: 12px;
}
body.works_list .works-list .box01 > li .wrapper ul li.category-maint {
  background-color: #f09c43;
}
body.works_list .works-list .box01 > li .wrapper ul li.category-housing {
  background-color: #b86acc;
}
body.works_list .works-list .box01 > li .wrapper ul li.category-repair {
  background-color: #da81ca;
}
body.works_list .works-list .box01 > li .wrapper ul li.category-construction {
  background-color: #39b828;
}
body.works_list .works-list .box01 > li .wrapper ul li.category-temple {
  background-color: #489cea;
}
body.works_list .works-list .box01 > li .wrapper dl {
  overflow: hidden;
  line-height: 1.5;
  padding-bottom: 3px;
  border-bottom: 2px solid #79b026;
}
body.works_list .works-list .box01 > li .wrapper dl dt {
  float: left;
  text-align: center;
  font-weight: 700;
  color: #79b026;
}
body.works_list .works-list .box01 > li .wrapper p:nth-child(1) {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: calc( (433/600) * 100% );
}
body.works_list .works-list .box01 > li .wrapper p:nth-child(1) img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
body.works_list .works-list .box01 > li .wrapper p.shosai-link {
  text-align: right;
}
body.works_list .works-list .box01 > li .wrapper p.shosai-link img {
  max-width: 145px;
}
body.works_list .st-pagelink {
  text-align: center;
}
body.works_list .st-pagelink * {
  box-sizing: content-box;
}
body.works_list .st-pagelink:after {
  content: "";
  display: block;
  clear: both;
}
body.works_list .st-pagelink a {
  text-decoration: none;
  font-size: 13px;
  color: #79b026;
}
body.works_list .st-pagelink a:hover {
  opacity: 0.5;
}
body.works_list .st-pagelink .page-numbers {
  border: 1px solid #79b026;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  min-width: 20px;
  height: 20px;
  display: block;
  float: left;
  text-align: center;
}
body.works_list .st-pagelink .page-numbers.current {
  opacity: 0.5;
}
body.works_list .pagination {
  clear: both;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
body.works_list .pagination span, body.works_list .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background-color: #999;
}
body.works_list .pagination a:hover {
  color: #fff;
  background-color: #666666;
}
body.works_list .pagination .current {
  padding: 6px 9px 5px 9px;
  color: #fff;
  background-color: #CCCCCC;
}

body.works_detail .st-main .box01 > li:first-child .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.works_detail .st-main .box01 > li:first-child .slick-dots li {
  width: 24.23%;
  margin-left: 1.02%;
}
body.works_detail .st-main .box01 > li:first-child .slick-dots li:nth-child(4n+1) {
  margin-left: 0;
}
body.works_detail .st-main .box01 > li:last-child ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body.works_detail .st-main .box01 > li:last-child ul li {
  border-radius: 2px;
  background-color: #4cbbb4;
  color: #FFF;
  padding: 5px 13px;
  font-size: 18px;
  font-size: 1.8rem;
}
body.works_detail .st-main .box01 > li:last-child ul li img {
  max-width: 107px;
}
body.works_detail .st-main .box01 > li:last-child ul li + li {
  margin-left: 12px;
}
body.works_detail .st-main .box01 > li:last-child ul li.category-maint {
  background-color: #f09c43;
}
body.works_detail .st-main .box01 > li:last-child ul li.category-housing {
  background-color: #b86acc;
}
body.works_detail .st-main .box01 > li:last-child ul li.category-repair {
  background-color: #da81ca;
}
body.works_detail .st-main .box01 > li:last-child ul li.category-construction {
  background-color: #39b828;
}
body.works_detail .st-main .box01 > li:last-child ul li.category-temple {
  background-color: #489cea;
}
body.works_detail .st-main .box01 > li:last-child ul + p {
  margin-top: 15px;
  line-height: 2.0;
  font-size: 16px;
  font-size: 1.6rem;
}
body.works_detail .st-main .box02 {
  text-align: center;
}
body.works_detail .st-main .box02 p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}
body.works_detail .st-main .box02 p:nth-child(1) {
  display: inline-block;
  border-bottom: 2px solid #c6c6c6;
}
body.works_detail .st-main .box02 ul li:nth-child(1) {
  font-weight: 700;
}
body.works_detail .st-main .box02 ul li:nth-child(1) a {
  color: #000;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  body.making #main .sec02 .ex li:before {
    line-height: 20px;
    vertical-align: .2em;
  }
}
@media screen and (min-width: 640px) {
  body {
    min-width: 1200px;
  }

  .container {
    padding: 0 15px;
  }

  #gototop {
    right: 25px;
  }

  #header .sp {
    display: none;
  }
  #header .container {
    max-width: 1460px;
  }
  #header .box01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  #header .box01 .box02 li {
    margin-top: 15px;
  }
  #header .box01 > li:first-child a {
    color: #000;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  #header .box01 > li:first-child a .site-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #header .box01 > li:first-child a p {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
  }
  #header .box01 > li:last-child {
    width: 72.72%;
  }

  #header nav ul, #main nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 3;
  }
  #header nav ul .sp, #main nav ul .sp {
    display: none;
  }
  #header nav ul li, #main nav ul li {
    text-align: center;
  }
  #header nav ul li a, #main nav ul li a {
    display: block;
    color: #000;
    position: relative;
  }
  #header nav ul li a:after, #main nav ul li a:after {
    background-color: #79b026;
    width: 80%;
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header nav ul li a:hover:after, #main nav ul li a:hover:after {
    content: '';
  }
  #header nav ul li.current a:after, #main nav ul li.current a:after {
    content: '';
  }
  #header nav ul li:nth-child(1), #main nav ul li:nth-child(1) {
    width: calc( (232/1140) * 100% );
  }
  #header nav ul li:nth-child(1) a, #main nav ul li:nth-child(1) a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 100%;
  }
  #header nav ul li:nth-child(1) span, #main nav ul li:nth-child(1) span {
    display: block;
  }
  #header nav ul li:nth-child(2), #main nav ul li:nth-child(2) {
    width: calc( (198/1140) * 100% );
  }
  #header nav ul li:nth-child(3), #main nav ul li:nth-child(3) {
    width: calc( (141/1140) * 100% );
  }
  #header nav ul li:nth-child(4), #main nav ul li:nth-child(4) {
    width: calc( (120/1140) * 100% );
  }
  #header nav ul li:nth-child(5), #main nav ul li:nth-child(5) {
    width: calc( (120/1140) * 100% );
  }
  #header nav ul li:nth-child(6), #main nav ul li:nth-child(6) {
    width: calc( (148/1140) * 100% );
  }
  #header nav ul li:nth-child(7), #main nav ul li:nth-child(7) {
    width: calc( (181/1140) * 100% );
  }
  #header nav ul li:nth-child(n+2) a, #main nav ul li:nth-child(n+2) a {
    line-height: 83px;
  }

  #main .contact-circ a {
    transition: opacity .3s;
  }
  #main .contact-circ a:hover {
    opacity: 0.7;
  }

  #footer .box01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 50px 0 55px;
  }
  #footer .box01 > li:first-child {
    margin-right: auto;
    font-size: 36px;
    font-size: 3.6rem;
  }
  #footer .box01 > li:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #footer .box01 > li:last-child ul:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 450px;
  }
  #footer .box01 > li:last-child ul:first-child li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #footer .box01 > li:last-child ul:first-child li a:hover {
    text-decoration: underline;
  }
  #footer .box01 > li:last-child ul:first-child li:nth-child(n+3) {
    margin-top: 20px;
  }
  #footer .box01 > li:last-child ul:last-child li a {
    transition: opacity .3s;
  }
  #footer .box01 > li:last-child ul:last-child li a:hover {
    opacity: 0.7;
  }
  #footer .box01 > li:last-child ul:last-child li + li {
    margin-top: 25px;
  }
  #footer .copy {
    height: 96px;
    padding-top: 20px;
    text-align: right;
  }

  body.index #header .box01 {
    padding-top: 16px;
  }
  body.index #header .box01 a site-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.index #header .box01 a p {
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 8px;
  }
  body.index #main .main-visual .container .box01 p {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 2.0;
  }
  body.index #main section h2 {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    font-family: "Yasashisa Gothic";
    font-weight: 700;
  }
  body.index #main section .pcflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  body.index #main section .sp {
    display: none;
  }
  body.index #main .sec01 {
    padding: 80px 0;
  }
  body.index #main .sec01 h2 {
    margin: 60px 0 45px;
  }
  body.index #main .sec01 p {
    line-height: 1.75;
  }
  body.index #main .sec01 p + p {
    margin-top: 30px;
  }
  body.index #main .sec01 .photo {
    margin-right: 60px;
  }
  body.index #main .sec01 .pcflex {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  body.index #main .sec02 {
    padding: 60px 0;
  }
  body.index #main .sec02 .container > .pcflex {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  body.index #main .sec02 .title {
    width: 24.29%;
  }
  body.index #main .sec02 .box01 {
    width: 73.24%;
    height: 186px;
    overflow: auto;
    margin-left: 2.47%;
  }
  body.index #main .sec02 .text li {
    padding: 20px 0;
  }
  body.index #main .sec02 .text li time {
    padding: 0 30px;
  }
  body.index #main .sec02 .text li span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  body.index #main .sec02 .more {
    margin-top: 30px;
  }
  body.index #main .sec02 .more a {
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
    padding: 15px 0;
  }
  body.index #main .sec03 {
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  body.index #main .sec03 .check {
    background: #fff url(../img/index-feature-illust.png) no-repeat right 80px bottom 40px;
    background-size: 200px;
    max-width: 1140px;
    padding: 50px 80px;
    margin: 40px auto;
  }
  body.index #main .sec03 .check li {
    position: relative;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 40px;
  }
  body.index #main .sec03 .check li:before {
    position: absolute;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  body.index #main .sec03 .check li + li {
    margin-top: 30px;
  }
  body.index #main .sec03 .note {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.index #main .sec04 {
    padding: 80px 0;
  }
  body.index #main .sec04 h2 {
    margin-bottom: 50px;
  }
  body.index #main .sec04 .container {
    max-width: 1560px;
  }
  body.index #main .sec04 .works {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
  }
  body.index #main .sec04 .works li {
    width: calc( (345/1530) * 100% );
  }
  body.index #main .sec04 .works li + li {
    margin-left: 3.28%;
  }
  body.index #main .sec04 .works h3 {
    padding-left: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  body.index #main .sec04 .works .summary {
    margin-top: 15px;
  }
  body.index #main .sec04 .works .photo {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 0;
    padding-top: calc((330/500)*100%);
    position: relative;
    overflow: hidden;
  }
  body.index #main .sec04 .works .photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body.index #main .sec04 .works .category {
    padding: 0 10px;
    margin-left: 35px;
  }
  body.index #main .sec04 .more a,
  body.index #main .sec06 .more a {
    width: 280px;
    font-size: 20px;
    font-size: 2rem;
    padding: 15px;
  }
  body.index #main .sec05 {
    padding: 80px 0;
    background: url(../img/index-woodwork-bg-pc.jpg) no-repeat center;
    background-size: cover;
  }
  body.index #main .sec05 .pcflex {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    max-width: 950px;
    margin: auto;
  }
  body.index #main .sec05 .more {
    margin-top: 30px;
    width: 230px;
  }
  body.index #main .sec05 .title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 80px;
  }
  body.index #main .sec05 .title .lead {
    width: 250px;
  }
  body.index #main .sec05 h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  body.index #main .sec05 h2 + p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.index #main .sec06 {
    padding: 80px 0;
  }
  body.index #main .sec06 .container {
    max-width: 1500px;
  }
  body.index #main .sec06 .lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.index #main .sec06 .blog {
    margin-top: 58px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.index #main .sec06 .blog dl {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  body.index #main .sec06 .blog dl dt, body.index #main .sec06 .blog dl dd {
    width: 50%;
  }
  body.index #main .sec06 .blog dl dt a {
    display: block;
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
  }
  body.index #main .sec06 .blog dl dt a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body.index #main .sec06 .blog dl dd {
    padding: 36px;
  }
  body.index #main .sec06 .blog dl dd .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.index #main .sec06 .blog dl dd .title {
    margin-top: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  body.index #main .sec06 .blog dl:nth-child(n+3) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  body.index #main .sec07 {
    padding: 130px 0;
  }
  body.index #main .sec07 .container {
    max-width: 1430px;
  }
  body.index #main .sec07 dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  body.index #main .sec07 dl dt {
    width: 60.14%;
  }
  body.index #main .sec07 dl dd {
    width: 35.71%;
    margin-left: 4.15%;
  }
  body.index #main .sec07 dl dd h2 {
    font-size: 60px;
    font-size: 6.0rem;
    letter-spacing: 4px;
  }
  body.index #main .sec07 dl dd .box01 {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  body.index #main .sec07 dl dd .box01 p:nth-child(2) {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 20px;
  }
  body.index #main .sec07 dl dd .box01 p:nth-child(3) {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 50px;
  }
  body.index #main .sec07 dl dd .box01 p:nth-child(4) {
    margin-top: 40px;
    padding-right: 68px;
  }
  body.index #main .sec07 dl dd .box01 p:nth-child(4) a {
    transition: opacity .3s;
  }
  body.index #main .sec07 dl dd .box01 p:nth-child(4) a:hover {
    opacity: 0.7;
  }
  body.index #main .sec08 {
    padding: 100px 0;
    background: url(../img/index-company-pc.jpg) no-repeat center;
    background-size: cover;
  }
  body.index #main .sec08 .col {
    width: 700px;
    margin-right: auto;
  }
  body.index #main .sec08 .col p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.index #main .sec08 .col p:nth-child(2) {
    margin: 30px 0;
  }
  body.index #main .sec08 .col .more a {
    font-size: 14px;
    font-size: 1.4rem;
    width: 300px;
    padding: 20px;
  }
  body.index #main .sec09 {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  body.index #main .sec09 .name {
    margin-top: 25px;
  }
  body.index #main .sec09 .name img {
    width: 220px;
  }
  body.index #main .sec09 .address {
    margin-top: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.index #main .sec09 .tel {
    margin-top: 10px;
  }
  body.index #main .sec10 .container {
    padding: 0;
    max-width: 100%;
  }
  body.index #main .sec10 .gmap {
    height: 450px;
    width: 100%;
  }
  body.index #main .sec10 .gmap iframe {
    width: 100%;
    height: 100%;
  }
  body.index #main .sec11 {
    margin-top: 130px;
    margin-bottom: 150px;
  }
  body.index #main .sec11 .container {
    background: url("../img/index-map.jpg") no-repeat right center;
    background-size: 50%;
  }
  body.index #main .sec11 .box01 {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 50px;
    padding-right: 40px;
    width: 640px;
  }
  body.index #main .sec11 .box01 p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
  body.index #main .sec11 .box01 p:first-of-type {
    margin-bottom: 30px;
  }
  body.index #main .sec11 .button01 {
    background: #fff;
    width: 640px;
    padding-right: 40px;
    padding-bottom: 90px;
  }
  body.index #main .sec11 .button01 a {
    font-size: 20px;
    font-size: 2rem;
    width: 330px;
    padding-left: 70px;
  }
  body.index #main .sec11 .button01 a:before {
    width: 30px;
    height: 20px;
    left: 30px;
  }
  body.index #main .sec11 h2 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 40px;
  }

  body.sub-page #main .main-visual {
    height: 620px;
  }
  body.sub-page #main .main-visual .visual-text {
    font-size: 40px;
    font-size: 4rem;
    list-style: -.1em;
  }
  body.sub-page #main .breadcrumb {
    padding-top: 16px;
    position: relative;
    z-index: 3;
  }

  body.sub-page #main section + section {
    padding-top: 100px;
  }
  body.sub-page #main section .pcflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  body.sub-page #main section p,
  body.sub-page #main section li,
  body.sub-page #main section dl,
  body.sub-page #main section th,
  body.sub-page #main section td {
    line-height: 1.75;
  }
  body.sub-page #main section .sp {
    display: none;
  }
  body.sub-page #main .sub-contact {
    padding-top: 80px;
  }
  body.sub-page #main .sub-contact .col {
    border-width: 8px;
    padding: 50px 50px 54px;
  }
  body.sub-page #main .sub-contact .col h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  body.sub-page #main .sub-contact .col .t1 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: .1em auto 0;
    max-width: 45em;
  }
  body.sub-page #main .sub-contact .col .t2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.sub-page #main .sub-contact .col .pcflex {
    max-width: 50.5em;
    margin: 1.5em auto 0;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  body.sub-page #main .sub-contact .col .pcflex .tel {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1;
  }
  body.sub-page #main .sub-contact .col .pcflex .goto {
    margin-top: 0;
    margin-bottom: .25em;
  }
  body.sub-page #main .sub-contact .col .pcflex .goto a {
    max-width: 333px;
  }
  body.sub-page #footer {
    margin-top: 178px;
  }

  body.making #main .main-visual {
    background-image: url(../img/making-visual-pc.jpg);
  }
  body.making #main .sec01 {
    background-image: url(../img/making-bg-01-pc.jpg);
    padding-top: 75px;
    padding-bottom: 75px;
  }
  body.making #main .sec01 h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  body.making #main .sec01 p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.65;
    text-align: center;
  }
  body.making #main .sec02 {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  body.making #main .sec02 .col {
    border-width: 3px;
  }
  body.making #main .sec02 h2 {
    font-size: 28px;
    font-size: 2.8rem;
    max-width: 29em;
    margin: -.75em auto 0;
  }
  body.making #main .sec02 .ex-title p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25;
    padding: .5em 1em .3em;
    margin: 20px auto 10px;
  }
  body.making #main .sec02 .ex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50em;
    margin: 1em auto;
  }
  body.making #main .sec02 .ex li {
    font-size: 24px;
    font-size: 2.4rem;
  }
  body.making #main .sec02 .ex li + li {
    margin-top: .8em;
  }
  body.making #main .sec02 .ex li:nth-child(1), body.making #main .sec02 .ex li:nth-child(2) {
    width: 60%;
  }
  body.making #main .sec02 .ex li:nth-child(3), body.making #main .sec02 .ex li:nth-child(4) {
    width: 40%;
  }
  body.making #main .sec02 .ex li:nth-child(1) {
    order: 1;
  }
  body.making #main .sec02 .ex li:nth-child(2) {
    order: 3;
  }
  body.making #main .sec02 .ex li:nth-child(3) {
    margin-top: 0;
    order: 2;
  }
  body.making #main .sec02 .ex li:nth-child(4) {
    order: 4;
  }
  body.making #main .sec02 .ex li:before {
    width: 28px;
    height: 28px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  body.making #main .sec02 .note {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 1.25em;
  }
  body.making #main .sec03 {
    padding-top: 80px;
    padding-bottom: 78px;
  }
  body.making #main .sec03 h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  body.making #main .sec03 .sub-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 1em auto 1.5em;
    padding: .5em .5em .3em;
    max-width: 28em;
  }
  body.making #main .sec03 .merit li {
    border-width: 3px;
    width: 30%;
    heigth: 170px;
  }
  body.making #main .sec03 .merit li + li {
    margin-top: 0;
  }
  body.making #main .sec03 .merit li h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  body.making #main .sec03 .note {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
    margin-top: 1.25em;
  }

  body.wood #main .main-visual {
    background-image: url(../img/wood-visual-pc.jpg);
  }
  body.wood #main .sec01 .container {
    max-width: 1618px;
  }
  body.wood #main .sec01 .title {
    width: 557px;
    height: 81px;
    margin-bottom: 40px;
  }
  body.wood #main .sec01 .title h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  body.wood #main .sec01 p {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
  }
  body.wood #main .sec01 .photo {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 95px 0 0;
  }
  body.wood #main .sec01 .photo li {
    width: 24%;
    margin-left: 1.33%;
    margin-bottom: 28px;
  }
  body.wood #main .sec01 .photo li + li {
    margin-top: 0;
  }
  body.wood #main .sec01 .photo li:nth-child(4n-3) {
    margin-left: 0;
  }
  body.wood #footer {
    margin-top: 170px;
  }

  body.contact #main .main-visual {
    background-image: url(../img/contact-visual-pc.jpg);
  }
  body.contact #main section h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  body.contact #main .sec01 {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 78px;
  }
  body.contact #main .sec01 .t1 {
    font-size: 20px;
    font-size: 2rem;
  }
  body.contact #main .sec03 .form-submit button {
    font-size: 20px;
    font-size: 2rem;
  }

  body.works #main .main-visual {
    background-image: url(../img/works-visual-pc.jpg);
  }
  body.works #content {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
  }
  body.works .f-contact {
    margin-top: 90px;
    padding: 50px 0;
    border: 8px solid #aeda6b;
  }
  body.works .f-contact p:nth-child(1) {
    font-size: 24px;
    font-size: 2.4rem;
  }
  body.works .f-contact p:nth-child(1) br {
    display: none;
  }
  body.works .f-contact p:nth-child(2) {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 15px;
  }
  body.works .f-contact p:nth-child(2):after {
    width: 800px;
  }
  body.works .f-contact ul {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  body.works .f-contact ul li:first-child {
    font-size: 38px;
    font-size: 3.8rem;
  }
  body.works .f-contact ul li:first-child a {
    font-size: 48px;
    font-size: 4.8rem;
  }
  body.works .f-contact ul li:last-child {
    margin-left: 25px;
  }
  body.works .f-contact ul li:last-child a {
    width: 333px;
    line-height: 64px;
    font-size: 20px;
    font-size: 2.0rem;
  }
  body.works .f-contact ul li:last-child a:before {
    width: 27px;
    height: 19px;
    margin-right: 9px;
  }

  body.works_list #main {
    margin-bottom: 95px;
  }
  body.works_list .st-main {
    margin-right: 0;
  }
  body.works_list .works-list .box01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.works_list .works-list .box01 > li {
    width: 31.57%;
    margin-left: 2.64%;
  }
  body.works_list .works-list .box01 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  body.works_list .works-list .box01 > li:nth-child(n+4) {
    margin-top: 96px;
  }
  body.works_list .works-list .box01 > li .wrapper dl {
    margin-top: 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.works_list .works-list .box01 > li .wrapper dl dt {
    width: 75px;
  }
  body.works_list .works-list .box01 > li .wrapper dl dd {
    padding-left: 90px;
  }
  body.works_list .works-list .box01 > li .wrapper dl:after {
    height: 4px;
    margin-top: 8px;
  }
  body.works_list .works-list .box01 > li .wrapper .shosai-link {
    margin-top: 28px;
  }
  body.works_list .works-list .box01 > li .wrapper .shosai-link a {
    transition: opacity .3s;
  }
  body.works_list .works-list .box01 > li .wrapper .shosai-link a:hover {
    opacity: 0.7;
  }
  body.works_list .st-pagelink {
    padding-top: 40px;
  }

  body.works_detail #main {
    margin-bottom: 90px;
  }
  body.works_detail .st-main .entry-title {
    font-size: 30px;
    font-size: 3.0rem;
    border-bottom: 4px solid #cde1ad;
    padding-bottom: 14px;
    margin-bottom: 45px;
  }
  body.works_detail .st-main .box01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  body.works_detail .st-main .box01 > li:first-child {
    width: 68.42%;
  }
  body.works_detail .st-main .box01 > li:first-child .slick-slide img {
    height: 550px;
    width: 100%;
    vertical-align: bottom;
  }
  body.works_detail .st-main .box01 > li:first-child .slick-dots {
    margin-top: 25px;
  }
  body.works_detail .st-main .box01 > li:first-child .slick-dots li:nth-child(n+5) {
    margin-top: 8px;
  }
  body.works_detail .st-main .box01 > li:first-child .slick-dots li img {
    height: 137px;
    width: 100%;
    vertical-align: bottom;
  }
  body.works_detail .st-main .box01 > li:last-child {
    width: 28.94%;
  }
  body.works_detail .st-main .box02 {
    border: 10px solid #000;
    padding: 40px 0 45px;
    margin-top: 100px;
  }
  body.works_detail .st-main .box02 p:nth-child(1) {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.works_detail .st-main .box02 p:nth-child(2) {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.works_detail .st-main .box02 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 40px;
  }
  body.works_detail .st-main .box02 ul li:nth-child(1) {
    font-size: 38px;
    font-size: 3.8rem;
  }
  body.works_detail .st-main .box02 ul li:nth-child(1) a {
    font-size: 48px;
    font-size: 4.8rem;
  }
  body.works_detail .st-main .box02 ul li:nth-child(2) {
    margin-left: 45px;
  }
}
@media screen and (min-width: 640px) and (-ms-high-contrast: none) {
  body.making #main .sec02 .ex li:before {
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1470px) {
  #main .contact-circ .container p {
    margin-bottom: -60px;
    margin-left: -150px;
  }

  body.index #main .main-visual .container .box01 p {
    font-size: 40px;
    font-size: 4.0rem;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 8px;
  }

  #gototop {
    right: 0;
    bottom: 0;
  }
  #gototop img {
    width: 42px;
  }

  #header .box01 a {
    text-shadow: 0 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000, -1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
  #header a {
    color: #FFF;
  }
  #header .pc {
    display: none;
  }

  #main .contact-circ {
    height: 40px;
  }
  #main .contact-circ .container {
    padding-bottom: 10px;
  }
  #main .contact-circ .container p img {
    width: 100px;
  }
  #main .gnav {
    display: none;
  }

  #footer .box01 {
    padding: 30px 0;
  }
  #footer .box01 > li {
    width: 100%;
  }
  #footer .box01 > li:first-child {
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
  }
  #footer .box01 > li:last-child {
    margin-top: 25px;
  }
  #footer .box01 > li:last-child ul:first-child li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #footer .box01 > li:last-child ul:first-child li:nth-child(n+3) {
    margin-top: 12px;
  }
  #footer .box01 > li:last-child ul:last-child {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #footer .box01 > li:last-child ul:last-child li {
    width: 48%;
  }
  #footer .box01 > li:last-child ul:last-child li + li {
    margin-left: 4%;
  }
  #footer .copy {
    padding: 13px 0;
  }

  body.index #header .box01, body.sub-page #header .box01 {
    padding-top: 6px;
  }
  body.index #header .box01 a .site-title, body.sub-page #header .box01 a .site-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.index #header .box01 a p, body.sub-page #header .box01 a p {
    font-size: 26px;
    font-size: 2.6rem;
  }

  body.index #main .main-visual .container .box01 p {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.75;
  }
  body.index #main section .pc {
    display: none;
  }
  body.index #main section .spflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  body.index #main .sec01 {
    padding-top: 44px;
    padding-bottom: 45px;
  }
  body.index #main .sec01 h2 {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    margin: 20px 0;
  }
  body.index #main .sec01 p {
    margin-top: 1em;
  }
  body.index #main .sec01 p + p {
    margin-top: 1em;
  }
  body.index #main .sec01 .photo {
    widht: 80%;
    margin: auto;
  }
  body.index #main .sec01 .photo img {
    width: 100%;
  }
  body.index #main .sec02 {
    padding: 40px 0;
  }
  body.index #main .sec02 .title h2 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  body.index #main .sec02 .title h2 + p {
    margin-top: 2px;
  }
  body.index #main .sec02 .text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 22px;
  }
  body.index #main .sec02 .text li {
    padding: 10px 0;
  }
  body.index #main .sec02 .text li time, body.index #main .sec02 .text li span {
    display: block;
  }
  body.index #main .sec02 .text li span {
    margin-top: 4px;
  }
  body.index #main .sec02 .more {
    text-align: center;
  }
  body.index #main .sec02 .more a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px;
  }
  body.index #main .sec02 .more.sp {
    margin-top: 20px;
  }
  body.index #main .sec03 {
    background: #f1f7e8;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  body.index #main .sec03 h2 {
    text-align: center;
  }
  body.index #main .sec03 .check {
    background: #fff url(../img/index-feature-illust.png) no-repeat right 1px bottom 1px;
    background-size: 100px;
    padding: 12px 8px 36px 27px;
    margin-top: 30px;
  }
  body.index #main .sec03 .check li {
    text-indent: -23px;
  }
  body.index #main .sec03 .check li:before {
    content: "";
    display: inline-block;
    background: url(../img/index-feature-check.png) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    text-indent: 0;
    margin-right: 7px;
  }
  body.index #main .sec03 .check li + li {
    margin-top: 22px;
  }
  body.index #main .sec03 .check span {
    display: inline-block;
  }
  body.index #main .sec03 .note {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.index #main .sec04 {
    padding-top: 58px;
    padding-bottom: 45px;
  }
  body.index #main .sec04 .works {
    max-width: 82%;
    margin: 28px auto 0;
  }
  body.index #main .sec04 .works li {
    max-width: 500px;
    margin: 0 auto;
  }
  body.index #main .sec04 .works li + li {
    margin-top: 28px;
  }
  body.index #main .sec04 .works h3 {
    padding-left: 6px;
  }
  body.index #main .sec04 .works .summary {
    margin-top: 10px;
  }
  body.index #main .sec04 .works .photo {
    margin-top: 8px;
    margin-bottom: 11px;
  }
  body.index #main .sec04 .works .category {
    padding: 0 4px;
    margin-left: 18px;
  }
  body.index #main .sec04 .more,
  body.index #main .sec06 .more {
    margin-top: 36px;
  }
  body.index #main .sec04 .more a,
  body.index #main .sec06 .more a {
    width: 140px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
  }
  body.index #main .sec05 {
    padding-top: 28px;
    padding-bottom: 30px;
    background: url(../img/index-woodwork-bg-sp.jpg) no-repeat center;
    background-size: cover;
  }
  body.index #main .sec05 .photo {
    margin: 15px auto;
    width: 80%;
  }
  body.index #main .sec05 .more {
    margin: auto;
    width: 185px;
  }
  body.index #main .sec05 .title {
    font-size: 25px;
    font-size: 2.5em;
    list-style: .1em;
  }
  body.index #main .sec05 .title .lead {
    width: 200px;
  }
  body.index #main .sec05 h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 14px;
    margin-top: 15px;
  }
  body.index #main .sec05 h2 + p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.index #main .sec06 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  body.index #main .sec06 .lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 17px;
  }
  body.index #main .sec06 .blog {
    max-width: 450px;
    margin: 32px auto 0;
  }
  body.index #main .sec06 .blog dl dt {
    text-align: center;
  }
  body.index #main .sec06 .blog dl dt img {
    vertical-align: bottom;
  }
  body.index #main .sec06 .blog dl dd {
    padding: 30px 15px;
  }
  body.index #main .sec07 {
    padding: 50px 0;
  }
  body.index #main .sec07 dl dd {
    padding: 25px 20px;
  }
  body.index #main .sec07 dl dd h2 {
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: 2px;
  }
  body.index #main .sec07 dl dd .box01 p:nth-child(2) {
    margin-top: 12px;
  }
  body.index #main .sec07 dl dd .box01 p:nth-child(3) {
    margin-top: 15px;
  }
  body.index #main .sec07 dl dd .box01 p:nth-child(4) {
    margin-top: 20px;
  }
  body.index #main .sec07 dl dd .box01 p:nth-child(4) img {
    width: 170px;
  }
  body.index #main .sec08 {
    padding-top: 42px;
    padding-bottom: 42px;
    background: url(../img/index-company-sp.jpg) no-repeat center;
    background-size: cover;
  }
  body.index #main .sec08 .col p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.index #main .sec08 .col p:nth-child(2) {
    margin: 10px 0;
  }
  body.index #main .sec08 .col .more a {
    font-size: 14px;
    font-size: 1.4rem;
    width: 150px;
    padding: 10px;
  }
  body.index #main .sec09 {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  body.index #main .sec09 .name {
    margin-top: 15px;
  }
  body.index #main .sec09 .name img {
    width: 110px;
  }
  body.index #main .sec09 .address {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.index #main .sec09 .tel {
    margin-top: 8px;
  }
  body.index #main .sec10 .container {
    padding: 0;
  }
  body.index #main .sec10 .gmap {
    position: relative;
    overflow: hidden;
    height: 250px;
    max-width: 100%;
  }
  body.index #main .sec10 .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.index #main .sec11 {
    margin-top: 45px;
    margin-bottom: 150px;
  }
  body.index #main .sec11 .box01 {
    margin-bottom: 30px;
  }
  body.index #main .sec11 .box01 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body.index #main .sec11 .box01 p:first-of-type {
    margin-bottom: 30px;
    padding-bottom: 85%;
    background: url(../img/index-map.jpg) no-repeat center bottom;
    background-size: contain;
  }
  body.index #main .sec11 .button01 a {
    font-size: 14px;
    font-size: 1.4rem;
    width: 220px;
    padding-left: 40px;
  }
  body.index #main .sec11 .button01 a:before {
    width: 20px;
    height: 15px;
    left: 10px;
  }
  body.index #main .sec11 h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 18px;
  }

  body.sub-page {
    position: relative;
  }
  body.sub-page #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
  }
  body.sub-page #header .box01 > li:last-child {
    display: none;
  }
  body.sub-page #main section .pc {
    display: none;
  }

  body.contact #main .sec03 .form-table {
    display: block;
    margin-bottom: 1.5em;
  }
  body.contact #main .sec03 .form-table thead,
  body.contact #main .sec03 .form-table tbody,
  body.contact #main .sec03 .form-table tr,
  body.contact #main .sec03 .form-table th,
  body.contact #main .sec03 .form-table td {
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  body.contact #main .sec03 .form-table td {
    margin-top: .25em;
  }
  body.contact #main .sec03 .form-table tr + tr {
    margin-top: 1em;
  }

  body.works #main .main-visual {
    background-image: url(../img/works-visual-sp.jpg);
    background-size: cover;
  }
  body.works #content {
    padding: 0 8px;
  }
  body.works .f-contact {
    margin-top: 50px;
    border: 4px solid #aeda6b;
    padding: 5% 3%;
  }
  body.works .f-contact p {
    line-height: 1.5;
  }
  body.works .f-contact p:nth-child(1) {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.works .f-contact p:nth-child(2) {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
  }
  body.works .f-contact p:nth-child(2) span {
    display: inline-block;
  }
  body.works .f-contact p:nth-child(2):after {
    width: 70%;
  }
  body.works .f-contact ul {
    margin-top: 20px;
  }
  body.works .f-contact ul li:first-child {
    font-size: 20px;
    font-size: 2.0rem;
  }
  body.works .f-contact ul li:first-child a {
    font-size: 30px;
    font-size: 3.0rem;
  }
  body.works .f-contact ul li:last-child a {
    width: 90%;
    max-width: 280px;
    line-height: 50px;
    margin: 26px auto 0;
  }
  body.works .f-contact ul li:last-child a:before {
    width: 19px;
    height: 14px;
    margin-right: 5px;
  }

  body.works_list #main {
    margin-bottom: 50px;
  }
  body.works_list #content {
    padding: 0 8px;
  }
  body.works_list .works-list .box01 > li + li {
    margin-top: 36px;
  }
  body.works_list .works-list .box01 > li .wrapper dl {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.works_list .works-list .box01 > li .wrapper dl dt {
    width: 75px;
  }
  body.works_list .works-list .box01 > li .wrapper dl dd {
    padding-left: 85px;
  }
  body.works_list .works-list .box01 > li .wrapper dl:after {
    height: 2px;
    margin-top: 4px;
  }
  body.works_list .works-list .box01 > li .wrapper p.shosai-link {
    margin-top: 20px;
  }
  body.works_list .st-pagelink {
    padding-top: 30px;
  }

  body.works_detail #main {
    margin-bottom: 50px;
  }
  body.works_detail .st-main .entry-title {
    font-size: 20px;
    font-size: 2.0rem;
    border-bottom: 2px solid #cde1ad;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
  body.works_detail .st-main .box01 > li:first-child .slick-slide img {
    height: 300px;
    width: 100%;
    vertical-align: bottom;
  }
  body.works_detail .st-main .box01 > li:first-child .slick-dots {
    margin-top: 8px;
  }
  body.works_detail .st-main .box01 > li:first-child .slick-dots li {
    padding-top: 24.23%;
    height: 0;
    position: relative;
  }
  body.works_detail .st-main .box01 > li:first-child .slick-dots li:nth-child(n+5) {
    margin-top: 4px;
  }
  body.works_detail .st-main .box01 > li:first-child .slick-dots li img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    vertical-align: bottom;
  }
  body.works_detail .st-main .box01 > li:last-child {
    margin-top: 20px;
  }
  body.works_detail .st-main .box02 {
    border: 5px solid #000;
    padding: 20px 8px 25px;
    margin-top: 50px;
  }
  body.works_detail .st-main .box02 p:nth-child(1) {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.works_detail .st-main .box02 p:nth-child(2) {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.works_detail .st-main .box02 ul {
    margin-top: 20px;
  }
  body.works_detail .st-main .box02 ul li:nth-child(1) {
    font-size: 20px;
    font-size: 2.0rem;
  }
  body.works_detail .st-main .box02 ul li:nth-child(1) a {
    font-size: 24px;
    font-size: 2.4rem;
  }
  body.works_detail .st-main .box02 ul li:nth-child(2) {
    margin-top: 20px;
  }
}
