@charset "UTF-8";
/*
Theme Name: woodstyle
Description: woodstyle
*/
body {
  margin: 0;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

section {
  margin: 0 auto;
}

h1 {
  margin: 0;
  text-align: center;
  margin: 0 auto;
  height: 63px;
  padding: 53px 0 22px;
}

h2 {
  margin: 0;
  padding: 1% 2%;
  font-size: 24px;
}

p {
  margin: 0;
}

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

a {
  color: #573b1a;
  text-decoration: none;
}

a:hover, a:active {
  opacity: .8;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

body {
  min-width: 1000px;
}

header {
  width: 1000px;
  height: 107px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #573b1a;
}

header div {
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header .menu {
  width: 120px;
  font-size: 14px;
}

#top {
  min-width: 1000px;
  height: 599px;
  background: url(./images/back2022v2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#top .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin-left: 200px;
}

#plan {
  padding: 45px 0 52px;
  width: 1000px;
}
#plan article{
  border: 1px solid #573b1a;
}
#plan article .title{
  background-color: #573b1a;
  color: #fff;
  font-weight: bold;
  padding: .5em 1em;
}
#plan article .title:before{
  content: "▶︎";
  color: #fff;
  display: inline-block;
  padding-right: 1em;
  font-size: .5em;
  transform: translateY(-0.2em);
}
#plan article .text{
  padding: 1em;
}

#menu {
  padding: 45px 0 52px;
  width: 1000px;
}

#menu .menubox {
  width: 945px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#example {
  min-width: 1000px;
  background-image: url(./images/about_back.jpg);
  color: #573b1a;
  padding-bottom: 50px;
}

#example .contentbox {
  width: 945px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 630px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

#example .contentbox li {
  width: 295px;
  height: 295px;
  margin-bottom: 30px;
  overflow: hidden;
  list-style: none;
}

#example .contentbox li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#example .contentbox li a img {
  width: 180%;
}

#example .more {
  text-align: center;
  margin-top: 20px;
}

#example #morebtn:checked + .contentbox {
  max-height: 4830px;
}

#example #morebtn:checked ~ .more .text {
  display: none;
}

#example #morebtn:checked ~ .more img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#remodeling {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}

#remodeling input[type="checkbox"] {
  display: none;
}

#remodeling input[type="checkbox"]:checked + .contentbox {
  max-height: 4000px;
}

#remodeling input[type="checkbox"]:checked + .contentbox:before {
  background: none;
}

#remodeling input[type="checkbox"]:checked ~ .more .text {
  display: none;
}

#remodeling input[type="checkbox"]:checked ~ .more img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#remodeling .contentbox {
  position: relative;
  max-height: 800px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

#remodeling .contentbox:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, white 100%);
}

#remodeling article {
  margin-bottom: 5em;
}

#remodeling article .title {
  border-left: 7px solid #573b1a;
  font-size: 1.2em;
  margin-bottom: 1em;
  padding-left: 5px;
}

#remodeling article .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}

#remodeling article .wrap .before, #remodeling article .wrap .after {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

#remodeling article .wrap .before a, #remodeling article .wrap .after a {
  display: block;
}

#remodeling article .wrap .before a img, #remodeling article .wrap .after a img {
  width: 100%;
}

#remodeling article .wrap .before:before, #remodeling article .wrap .after:before {
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: .2em 1em;
  font-size: .9em;
}

#remodeling article .wrap .before:before {
  content: "Before";
}

#remodeling article .wrap .after:before {
  content: "After";
}

#remodeling article .wrap .arrow {
  width: 10%;
  margin: 0 5%;
}

#remodeling article .wrap .arrow img {
  width: 100%;
}

#remodeling .more {
  text-align: center;
  margin-top: 20px;
  color: #573b1a;
}

#infomation {
  min-width: 1000px;
  height: 456px;
  margin: 0 auto;
  background-color: #ead4ba;
  color: #573b1a;
}

#infomation .news {
  width: 800px;
  height: 267px;
  margin: 0 auto;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  overflow: scroll;
}

#infomation .news .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  border-bottom: solid 1px #573b1a;
  margin: 0 35px;
}

#infomation .news .article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

#infomation .news .article a .title {
  margin: 0 0 0 5%;
}

#company {
  min-width: 1000px;
  height: 962px;
  background-image: url(./images/about_back.jpg);
  color: #573b1a;
}

#company table {
  width: 952px;
  height: 332px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 20px;
}

#company table th, #company table td {
  height: 68px;
}

#company table th {
  background-color: #573b1a;
  color: #fff;
  margin: 5% 0;
  width: 25%;
}

#company table td {
  background-color: #fff;
  padding: 0 0 0 32px;
}

#company .map {
  width: 952px;
  height: 362px;
  margin: 0 auto;
}

#contact {
  min-width: 1000px;
  height: 1016px;
  color: #573b1a;
}

#contact .form_table {
  width: 800px;
  margin: 0 auto;
}

#contact .form_table .form {
  margin: 0 auto;
  width: 100%;
}

#contact .form_table .form input, #contact .form_table .form textarea {
  width: 90%;
  margin: 0 auto;
  padding: 1% 0;
  font-size: 20px;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 8px;
}

#contact .form_table .form th, #contact .form_table .form td {
  border: 1px solid #f1f1f1;
  padding: 3% 5%;
}

#contact .form_table .form th {
  text-align: left;
  width: 35%;
}

#contact .form_table .form .must {
  position: relative;
}

#contact .form_table .form .must:after {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #cf4f52;
  color: #fff;
  padding: 6px;
  border-radius: 4px;
  font-weight: normal;
  font-size: 12px;
}

#contact .form_table .btn {
  text-align: center;
  margin: 3% 0;
}

#contact .form_table .btn #submit {
  width: 400px;
  font-family: "Yu Gothic";
  background: #535353;
  color: #fff;
  border: 1px inset #DEDEDE;
  border-radius: 5px;
  line-height: 50px;
  font-weight: bold;
  font-size: 15px;
}

footer {
  background-color: #bfbfbf;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.grecaptcha-badge { visibility: hidden; }

/*シングルページ*/
#single {
  color: #4682b4;
}

#single article {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0 0;
}

#single article .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #573b1a;
  font-size: 20px;
}

#single article .heading .title {
  padding-left: 20px;
}

#single article .heading .date {
  font-size: 20px;
}

#single article .content {
  padding: 20px 0;
  font-size: 18px;
  border-bottom: 1px solid #573b1a;
}

#single .bottom {
  width: 900px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#single .bottom div {
  width: 30%;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */