@charset "UTF-8";
.ttl_h2 {
  background-image: url(../images/bg_title.jpg);
  background-size: 160%;
  background-repeat: no-repeat;
  color: #FFF;
  padding: 15px 15px 15px 30px;
  font-size: 20px;
}
.ttl_h2 span {
  color: #0093bf;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .ttl_h2 {
    font-size: 16px;
    background-size: cover;
  }
}

.ttl_h2_02 {
  border-bottom: 3px solid #e4e4e4;
  padding: 20px 0;
  font-size: 18px;
  margin: 0px 0 2% 0;
  font-weight: 600;
}
.ttl_h2_02 span {
  color: #b7b7b7;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .ttl_h2_02 {
    font-size: 16px;
    background-size: cover;
  }
}

.ttl_h3 {
  background-image: url(../images/bg_title.jpg);
  background-size: 160%;
  background-repeat: no-repeat;
  color: #FFF;
  padding: 0;
  font-size: 20px;
  text-align: center;
}
.ttl_h3 a {
  color: #FFF;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 15px 15px 15px 30px;
}
.ttl_h3 a:hover {
  text-decoration: none;
}
.ttl_h3.orange {
  background-color: #eb5e00;
  background-image: none;
}
.ttl_h3.orange span {
  color: #733003;
}
.ttl_h3 span {
  color: #0093bf;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 0 20px;
  display: flex;
  align-items: center;
}
.ttl_h3 span::after {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .ttl_h3 {
    font-size: 16px;
    background-size: cover;
  }
}

.ttl_h3_02 {
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  padding: 20px 0;
  font-size: 18px;
  margin: 40px 0 4% 0;
  font-weight: 600;
}
.ttl_h3_02 span {
  color: #b7b7b7;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 0 20px;
}

/*reform*/
#reform_navi {
  margin: 20px 0 0 0;
  overflow: hidden;
}

#reform_navi ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

#reform_navi li {
  margin: 0;
  padding: 7px 5px 2px;
  list-style: none;
  background: #F3F3F3;
  border-right: 2px solid #FFF;
}

#title_reform {
  padding: 30px 0;
  clear: both;
}
#title_reform img {
  width: 100%;
  height: auto;
}

#category_reform {
  padding: 20px 0;
}
#category_reform ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
  justify-content: space-between;
}
#category_reform ul li {
  list-style: none;
  margin: 3% 0;
}
#category_reform ul li h3 {
  font-size: 14px;
  color: #000;
}
#category_reform ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

#single_reform #photo, #single_reform #photo img {
  width: 100%;
}

#single_reform #comment {
  padding: 20px 0;
  line-height: 20px;
  font-size: 14px;
}

#single_reform #data th {
  background: #000;
  color: #FFF;
  padding: 10px;
  vertical-align: middle;
}

#single_reform #data td {
  padding: 10px;
}

#single_reform #subphoto ul {
  margin: 0;
  padding: 0;
}

#single_reform #subphoto li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  width: 157px;
  float: left;
}

#single_reform #subphoto li:last-child {
  margin: 0;
}

#single_reform #subphoto li img {
  width: 157px;
  height: 131px;
	object-fit:cover;
}

#category_renovation {
  padding: 20px 0;
}
#category_renovation ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
  justify-content: space-between;
}
#category_renovation ul li {
  list-style: none;
  margin: 3% 0;
}
#category_renovation ul li h3 {
  font-size: 14px;
  color: #000;
}
#category_renovation ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.entry-title-renovation {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  padding: 15px 0;
}

#single_renovation #photo {
  width: 61%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#single_renovation #photo .befor, #single_renovation #photo .after {
  width: 48%;
  position: relative;
  margin: 0 0 30px;
}
#single_renovation #photo .befor img, #single_renovation #photo .after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

#single_renovation #photo #mainphoto, #single_renovation #photo #mainphoto img {
  width: 100%;
}

#single_renovation #photo #mainphoto {
  padding: 0 0 15px 0;
}

#single_renovation h4 {
  background: #EEEEEE;
  padding: 7px;
  margin: 0 0 10px 0;
  width: 100%;
  box-sizing: border-box;
}

#single_renovation .subtext {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  width: 100%;
  text-align: center;
  padding: 4px;
  font-size: 12px;
  box-sizing: border-box;
}

#single_renovation #subphoto ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

#single_renovation #subphoto li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

#single_renovation #comment {
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  width: 36%;
  float: right;
}

/*worf*/
#category_reform02, #category_renovation02 {
  padding: 30px 0;
}

#category_reform02 ul, #category_renovation02 ul {
  padding: 20px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
  justify-content: space-between;
}
#category_reform02 ul li, #category_renovation02 ul li {
  list-style: none;
  margin: 5% 0;
}
#category_reform02 ul li h4, #category_renovation02 ul li h4 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding: 10px 0;
}
#category_reform02 ul li img, #category_renovation02 ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

#category_reform02 .link a, #category_renovation02 .link a {
  background: #f3f3f3;
  padding: 10px;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  margin: 0 0 35px 0;
  justify-content: space-between;
}
#category_reform02 .link a::after, #category_renovation02 .link a::after {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 17px;
  color: #01c5ff;
}

/*contact*/
.wpcf7-form {
  width: 710px;
  margin: 30px 0;
}

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

.wpcf7-form table {
  margin: 0 auto;
  width: 700px;
}

.wpcf7-form td {
  padding: 10px 0;
  border-bottom: 1px dashed #CCC;
}

/*affliation*/
#affiliation dl {
  padding: 15px;
}

#affiliation dt {
  padding: 10px 10px 10px 0;
  margin: 0;
  float: left;
  clear: left;
}

#affiliation dd {
  padding: 10px 0;
  margin: 0 0 0 auto;
}

#affiliation dd a {
  font-size: 18px;
  display: block;
}

#policy {
  margin: 15px 0;
}

#policy h3 {
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0 5px 0;
}

#policy li ol {
  padding: 10px 0;
}
#policy li ol li {
  list-style: decimal inside;
}

.sitemap ul {
  padding: 40px 0;
}
.sitemap ul li {
  list-style: disc inside;
  padding: 6px 0;
}

.pagination {
  text-align: center;
  padding: 15px 0;
}

a.page-numbers,
.pagination .current {
  background: #fff;
  border: solid 1px #ccc;
  padding: 5px 8px;
  margin: 0 2px;
  text-decoration: none;
}

.pagination .current {
  background: #000;
  border: solid 1px #000;
  color: #fff;
}

#nav-drawer {
  display: none;
}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  img {
    width: 100%;
    height: auto;
  }
  #gnavi {
    display: none;
  }
  #nav-drawer {
    display: initial;
    margin: 0 10px 0 10px;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px; /*線の太さ*/
    width: 35px; /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: "";
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -12px;
  }
  #nav-open span:after {
    bottom: -24px;
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none; /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0; /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; /*最前面に*/
    width: 90%; /*右側に隙間を作る*/
    max-width: 450px; /*最大幅*/
    height: 100%;
    background: #fff; /*背景色*/
    transition: 0.3s ease-in-out; /*滑らかに表示*/
    transform: translateX(-105%); /*左に隠しておく*/
  }
  #nav-content li {
    border-bottom: solid #CCC 1px;
    list-style: none;
  }
  #nav-content li a {
    padding: 15px;
    font-size: 16px;
    display: block;
  }
  #nav-content li a img {
    width: 28px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block; /*カバーを表示*/
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%); /*中身を表示*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  p.head_lixil {
    width: 145px;
    position: relative;
    right: auto;
    top: auto;
  }
  .tel {
    position: inherit;
    right: auto;
    top: auto;
    margin: 0 25px 0 10px;
  }
  #index_photo {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .soliloquy-theme-classic .soliloquy-pager {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 10px;
    height: 14px;
    text-align: left;
  }
  #main {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  #secondary {
    display: none;
  }
  #main-content {
    width: 100%;
    margin: 0 auto;
  }
  /*index*/
  #index_reform {
    width: 100%;
    padding: 35px 0 10px 0;
  }
  #index_reform h3 {
    margin: 0 0 10px 0;
    padding: 0;
    float: none;
    width: 100%;
  }
  #index_reform ul {
    margin: 0;
    padding: 0;
    float: none;
    display: flex;
  }
  #index_reform li {
    width: 30%;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
    margin: 0 10px 0 0;
    float: none;
  }
  #index_reform li img {
    width: 100%;
    height: auto;
    top: 0;
  }
  #index_renovation {
    float: left;
    width: 63%;
  }
  #index_renovation ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  #index_renovation li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    width: 48%;
  }
  #index_renovation li .photo {
    width: 100%;
    height: 140px;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
  #index_renovation li .photo img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 140px;
  }
  #index_blog {
    float: right;
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px; /*線の太さ*/
    width: 25px; /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: "";
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none; /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0; /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; /*最前面に*/
    width: 90%; /*右側に隙間を作る*/
    max-width: 330px; /*最大幅*/
    height: 100%;
    background: #fff; /*背景色*/
    transition: 0.3s ease-in-out; /*滑らかに表示*/
    transform: translateX(-105%); /*左に隠しておく*/
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block; /*カバーを表示*/
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%); /*中身を表示*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  /*index*/
  #index_reform h3 img {
    height: 40px;
    width: auto;
  }
  #index_reform ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index_reform li {
    width: 48%;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
    margin: 0;
    float: none;
  }
  #index_renovation {
    float: none;
    width: 100%;
  }
  #index_renovation h3 img {
    height: 40px;
    width: auto;
  }
  #index_blog {
    float: none;
    width: 100%;
    padding: 25px 0 0 0;
  }
  #index_blog h3 img {
    height: 40px;
    width: auto;
  }
  #index_blog li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #CCC;
    list-style: none;
  }
  h3 img {
    height: 50px;
    width: auto;
  }
  h2#title img {
    height: 50px;
    width: auto;
  }
  #category_reform, #category_renovation {
    padding: 0;
  }
  #category_reform ul, #category_renovation ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #category_reform li, #category_renovation li {
    list-style: none;
    float: none;
    width: 48%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #category_reform li img, #category_renovation li img {
    width: 100%;
    height: auto;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #category_reform02 ul, #category_renovation02 ul {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #category_reform02 li, #category_renovation02 li {
    list-style: none;
    float: none;
    width: 48%;
    height: auto;
    margin: 0;
  }
  #category_reform02 li img, #category_renovation02 li img {
    width: 100%;
    height: auto;
  }
  #title_reform {
    padding: 20px 0;
    clear: both;
  }
  #title_reform img {
    height: 50px;
    width: auto;
  }
  #reform_navi {
    height: auto;
    margin: 20px 0 0 0;
    overflow: inherit;
  }
  #reform_navi ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #reform_navi li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    float: none;
    background: #F3F3F3;
    border-right: 2px solid #FFF;
    width: 48%;
  }
  #single_reform #data th {
    background: #000;
    color: #FFF;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  #single_reform #data td {
    padding: 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  #single_reform #subphoto ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #single_reform #subphoto li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    width: 47%;
    float: none;
  }
  #single_reform #subphoto li img {
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .entry-title-renovation {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 15px 0;
  }
  #single_renovation #photo {
    width: 100%;
    float: inherit;
  }
  .befor {
    width: 48%;
    height: 140px;
    float: left;
    clear: both;
    position: relative;
    margin: 0;
    overflow: hidden;
  }
  .befor img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .after {
    width: 48%;
    height: 140px;
    margin: 0;
    position: relative;
    overflow: hidden;
    float: right;
  }
  .after img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #single_renovation h4 {
    background: #EEEEEE;
    padding: 7px;
    margin: 0px 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    border-top: 20px #FFF solid;
  }
  #single_renovation .subtext {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    width: 100%;
    text-align: center;
    padding: 4px;
    font-size: 12px;
    box-sizing: border-box;
  }
  div#subphoto {
    clear: both;
    width: 100%;
    padding: 10px 0;
  }
  #single_renovation #photo #mainphoto, #single_renovation #photo #mainphoto img {
    width: 100%;
  }
  #single_renovation #subphoto ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #single_renovation #subphoto li {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
    width: 82px;
    height: 70px;
    overflow: hidden;
    float: inherit;
  }
  #single_renovation #comment {
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    width: 100%;
    float: inherit;
  }
  .wpcf7-form {
    width: 100%;
    margin: 30px 0;
    box-sizing: border-box;
  }
  .wpcf7-form table {
    margin: 0 auto;
    width: 100%;
  }
  .wpcf7-form td {
    padding: 10px 0;
    border-bottom: 1px dashed #CCC;
    width: 100%;
    float: left;
  }
  input[type=text] {
    border: 1px solid #CCC !important;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
  }
  input[type=email] {
    border: 1px solid #CCC !important;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
  }
  input.zip {
    width: 50%;
  }
  textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #CCC !important;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
  }
  div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
    width: 20px;
    height: 20px;
  }
  input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid #CCC;
    border-radius: 7px;
    padding: 10px;
    font-size: 15px;
    margin: 25px 0 0 0;
  }
}/*# sourceMappingURL=contents.css.map */