@charset "UTF-8";
/* for sentence
-------------------------------*/
.text-align-enter {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.br::before {
  content: "\A";
  white-space: pre;
}

@media screen and (min-width: 897px) {
  .br__pc::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 896px) {
  .br__sp::before {
    content: "\A";
    white-space: pre;
  }
}

/* fonts
-------------------------------*/
/* font-weight */
.bold {
  font-weight: bold;
}

/* font-style */
.italic {
  font-style: italic;
}

/* show only  SP/PC
-------------------------------*/
@media screen and (min-width: 897px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 896px) {
  .pcOnly {
    display: none !important;
  }
}

.nodisplay {
  display: none !important;
}

.replace {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (min-width: 897px) {
  html, body {
    min-width: 1000px;
  }
  .spOnly {
    display: none;
  }
  .single .hentry {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px 50px;
    box-sizing: border-box;
    background-color: #fdf7f2;
    border: solid 1px #42210b;
    border-radius: 10px;
  }
  .single .entry-header {
    padding: 20px 0;
  }
  .single .entry-title {
    position: relative;
    padding-left: 25px;
    line-height: 32px;
    font-size: 23px;
    color: #42210b;
    border-bottom: 3px solid #00b7ee;
  }
  .single .entry-title::before {
    position: absolute;
    top: -8px;
    left: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 12px;
    width: 12px;
    background: #22ccff;
    content: '';
  }
  .single .entry-title::after {
    position: absolute;
    top: 8px;
    left: 2px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    height: 8px;
    width: 8px;
    background: #22ccff;
    content: '';
  }
  .single .entry-content img {
    max-width: 100%;
  }
  .single .entry-meta .edit-link a {
    top: 10px;
  }
  .page-id-59 .gallery_container {
    display: flex;
    flex-direction: row;
  }
  .page-id-59 #gallery_changeImage {
    width: 40%;
    max-height: 479px;
    margin: 0;
  }
  .page-id-59 #gallery_changeImage img {
    max-width: 100%;
    height: auto;
  }
  .page-id-59 .gallery_inner {
    width: 60%;
  }
  .page-id-59 .gallery {
    display: flex;
    flex-wrap: wrap;
  }
  .page-id-59 .gallery_image {
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 896px) {
  * {
    box-sizing: border-box;
  }
  *::before, *::after {
    box-sizing: border-box;
  }
  html {
    position: relative;
    font-size: 62.5%;
  }
  body {
    padding: 0;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pcOnly {
    display: none;
  }
  /* header */
  #site-title {
    padding-left: .5rem;
    padding-top: .5em;
  }
  #site-title a {
    font-size: 12px;
  }
  #site-description {
    padding-left: .5rem;
    font-size: 10px;
  }
  .logo {
    margin: .5rem auto;
  }
  .info_menu {
    width: 100%;
  }
  .info_menu ul {
    display: flex;
    justify-content: space-around;
    margin: 0;
  }
  .info_menu li {
    float: none;
    font-size: 12px;
  }
  #access ul {
    width: 100%;
  }
  .header-toggle {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  /* footer */
  .footer_wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .footer_wrap img {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  #site-generator {
    height: auto;
  }
  .f_left {
    float: none;
    width: 100%;
  }
  .office_img {
    float: none;
  }
  .info {
    float: none;
    clear: both;
  }
  .copyright {
    float: none;
    text-align: center;
    line-height: 1.5;
  }
  /* top */
  .menu_area {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    float: none;
  }
  .menu_area li {
    width: 25vw;
    height: 25vw;
  }
  .menu_area li a {
    width: 25vw;
    height: 25vw;
    background-size: cover;
  }
  .left_menu {
    float: none;
    width: 25%;
    height: auto;
    margin-left: 0;
    padding-top: 0;
  }
  .center_img1 {
    float: none;
    width: 50%;
    height: auto;
  }
  .right_menu {
    float: none;
    width: 25%;
    height: auto;
    padding-top: 0;
  }
  .top_block1 {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .left_cont {
    float: none;
    width: 100%;
  }
  .area_map {
    float: none;
    width: 100%;
    height: 70vw;
    padding-right: 30vw;
    box-sizing: border-box;
    background-size: contain;
  }
  .map_text {
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 20vw;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .right_cont {
    float: none;
    width: 100%;
  }
  .right_cont a {
    float: none;
  }
  .right_cont img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .bn_link1 a {
    margin-left: 0;
  }
  .whats_new {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
  }
  .news {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .news tr:nth-child(even) {
    display: none;
  }
  .news td {
    padding-bottom: 10px;
  }
  .news td:nth-of-type(1) {
    width: auto;
    padding-right: 10px;
  }
  .news td:nth-of-type(2) br {
    display: none;
  }
  .top_block2 {
    float: none;
    clear: both;
    width: 100%;
    padding: 0 10px 20px;
    box-sizing: border-box;
  }
  .top_block2 .right_cont {
    padding-top: 5vw;
  }
  .bn_link4, .bn_link5, .bn_link6, .bn_link7, .bn_link8, .bn_link9, .bn_link10 {
    float: none;
    box-sizing: border-box;
  }
  .bn_link4 a, .bn_link5 a, .bn_link6 a, .bn_link7 a, .bn_link8 a, .bn_link9 a, .bn_link10 a {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .toki_img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  /* ここが違う！快適な家 */
  .page-template-kaitekihome .m_info {
    float: none;
    width: 100%;
    height: auto;
  }
  .page-template-kaitekihome .m_info h4 {
    float: none;
    width: 100%;
  }
  .page-template-kaitekihome .m_info p {
    float: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-left: solid 2px #00a0e9;
  }
  /* 自慢の家ギャラリー */
  .page-id-59 .gallery_container {
    display: block;
  }
  .page-id-59 #gallery_changeImage {
    width: 100%;
    margin: 0;
  }
  .page-id-59 #gallery_changeImage img {
    width: 100%;
  }
  .page-id-59 .gallery_inner {
    width: 100%;
  }
  .page-id-59 .gallery {
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
  }
  .page-id-59 .gallery_image {
    width: 15.36vw;
    margin-bottom: 5px;
    box-sizing: border-box;
  }
  .page-id-59 .gallery_image:not(:nth-of-type(5n+1)) {
    margin-left: 2vw;
  }
  .page-id-59 .gallery_image img {
    margin-bottom: 5px;
    padding: 1vw;
  }
  .page-id-59 .gallery, .page-id-59 .gallery_g {
    float: none;
    width: 100%;
  }
  .page-id-59 .interview {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
  .page-id-59 .interview_tit {
    float: none;
  }
  .page-id-59 .interview_img {
    float: none;
  }
  .page-id-59 .data {
    float: none;
    margin-left: 0;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .page-id-59 .interview_img2 {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .page-id-59 .interview_img2 p {
    padding-left: 0;
  }
  .page-id-59 .left_cont img {
    float: none;
    width: 100%;
    height: auto;
  }
  .page-id-59 .right_cont p {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .page-id-59 .right_cont p img {
    width: 100%;
    height: auto;
  }
  /* デザイナーズ住宅 */
  .page-id-63 .midashi {
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: left 5px;
  }
  .page-id-63 .midashi h1 {
    padding-left: 35px;
    line-height: 1.2;
    font-size: 16px;
  }
  .page-id-63 .bdac {
    width: 100%;
    height: 100px;
    background-size: cover;
  }
  .page-id-63 .bdac a {
    margin-left: 10px;
    margin-top: 55px;
  }
  /* プロが教える成功リフォーム */
  .page-id-65 .midashi {
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: left 5px;
  }
  .page-id-65 .midashi h1 {
    padding-left: 35px;
    line-height: 1.2;
    font-size: 16px;
  }
  .page-id-65 .rehome {
    width: 100%;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .page-id-65 .point {
    float: none;
    width: 100%;
    height: auto;
    padding-left: 0 !important;
  }
  .page-id-65 .point p {
    padding-left: 0 !important;
  }
  .page-id-65 .point img {
    float: none;
  }
  .page-id-65 .point .point_text {
    padding-left: 0 !important;
  }
  /* スタッフブログ */
  .head_img_blog {
    width: 100%;
    height: auto;
  }
  /* single */
  .single .entry-header {
    margin-top: 10px;
    padding: 20px 0;
  }
  .single .entry-title {
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
    font-size: 18px;
    color: #42210b;
    border-bottom: 3px solid #00b7ee;
  }
  .single .entry-title::before {
    position: absolute;
    top: -8px;
    left: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 12px;
    width: 12px;
    background: #22ccff;
    content: '';
  }
  .single .entry-title::after {
    position: absolute;
    top: 8px;
    left: 2px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    height: 8px;
    width: 8px;
    background: #22ccff;
    content: '';
  }
  .single .entry-meta .edit-link a {
    top: 20px;
  }
  /* 会社概要・アクセス */
  .page-id-222 .gaiyou h2 {
    padding: 3px;
    color: #fff;
    background-color: #42210b;
  }
  .page-id-222 .gaiyou table {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .page-id-222 .gaiyou table td:first-child {
    white-space: nowrap;
  }
  .page-id-222 .access h2 {
    padding: 3px;
    color: #fff;
    background-color: #42210b;
  }
}

@media screen and (max-width: 895px) {
  .bn_link4, .bn_link5, .bn_link6, .bn_link7, .bn_link8, .bn_link9, .bn_link10 {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .bn_link4 {
    padding: 20vw 2vw 5vw;
    background-position: left top;
    background-size: 151vw auto;
  }
  .bn_link5 {
    padding: 25vw 2vw 20vw;
    background-position: left top;
    background-size: 151vw auto;
  }
  .bn_link6, .bn_link7 {
    padding: 20vw 2vw 15vw;
    background-position: left top;
    background-size: 151vw auto;
  }
  .bn_link8 {
    padding: 20vw 2vw 25vw;
    background-position: left top;
    background-size: 151vw auto;
  }
}

@media screen and (min-width: 481px) and (max-width: 896px) {
  .whats_new {
    background-position: center top;
  }
  .whats_new .news {
    width: 471px;
    margin-left: auto;
    margin-right: auto;
  }
  .bn_link4, .bn_link5, .bn_link6, .bn_link7, .bn_link8 {
    width: 471px;
    height: 141px;
    background-position: center top;
    background-size: auto;
  }
  .bn_link4 {
    margin: 0 auto 20px;
    padding: 55px 180px 0 10px;
  }
  .bn_link5 {
    margin: 0 auto 40px;
    padding: 80px 180px 0 10px;
  }
  .bn_link6 {
    margin: 0 auto;
    padding: 60px 180px 0 10px;
  }
  .bn_link7 {
    margin: 0 auto 40px;
    padding: 70px 180px 0 10px;
  }
  .bn_link8 {
    margin: 0 auto 20px;
    padding: 70px 180px 0 10px;
  }
}

/* hamburger menu */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  box-shadow: 0 0 5px 5px #ebebeb inset;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid white;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid white;
  border-bottom: 1px solid #dfdfdf;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0;
  line-height: 49px;
}

.sidr ul li:hover > a,
.sidr ul li:hover > span, .sidr ul li.active > a,
.sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333;
}

.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: 0;
}

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 41px;
}

.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type=button],
.sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}

.sidr-class-assistive-text, .sidr-class-skip-link {
  display: none;
}

.menuTrigger, .menuTrigger span {
  display: inline-block;
  transition-duration: .5s;
}

.menuTrigger {
  position: relative;
  width: 2.5rem;
  height: 2rem;
  margin: 0;
  background-color: transparent;
  border: none;
}

.menuTrigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #00a0e9;
}

.menuTrigger span:nth-of-type(1) {
  top: 0;
}

.menuTrigger span:nth-of-type(2) {
  top: 0.8rem;
}

.menuTrigger span:nth-of-type(3) {
  bottom: 0;
}

.menuTrigger.active span:nth-of-type(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}

.menuTrigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menuTrigger.active span:nth-of-type(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}

.menuTrigger-text {
  display: block;
  text-align: center;
  line-height: 1.1;
  font-size: 1rem;
  font-weight: bold;
  color: #00a0e9;
}
