@charset "UTF-8";
/*
 Theme Name: Twenty Twenty-Five Child
 Theme URI: https://wordpress.org/themes/twentytwentyfive/
 Description: Child theme for Twenty Twenty-Five
 Author: itkeiei
 Template: twentytwentyfive
 Version: 1.0
 Text Domain: twentytwentyfive-child
*/
@import url(./plain.css);
.enBold {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

main {
  margin-top: 20px !important;
}

.breadcrumbs {
  margin-bottom: 40px;
  font-size: 10px;
}

h1.wp-block-post-title,
h1.wp-block-heading {
  font-size: 22px;
  font-weight: 400;
}

body.single-post h1.wp-block-post-title {
  font-size: 32px;
  color: #333;
  line-height: 140%;
  font-weight: bold;
}

h1.wp-block-query-title {
  font-size: 32px;
  color: #333;
}

.entry-content ul.wp-block-list {
  padding-left: 36px;
}

.linkBlockArea p {
  margin-top: 4px;
}

.forceHide {
  display: none !important;
}

:where(.wp-site-blocks *:focus) {
  outline: none !important;
}

.wp-block-navigation__submenu-icon {
  display: none !important;
}

:root :where(a:where(:not(.wp-element-button)):hover) {
  text-decoration: underline;
}

/* オーバーで透過 */
a:hover img,
a:hover.btn-red {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.7;
}

/* 見出しh2　フォントサイズ変更 */
.entry-content h2,
.entry-content h1.contentTitle,
.entry-content h1.entryPostTitle {
  font-size: 28px;
  line-height: 1.4;
  border: none;
  font-weight: 700;
}

.entry-content h3 {
  font-size: 22px;
  line-height: 1.4;
  border: none;
  padding: 0;
}

.entry-content h4 {
  border: none;
}

@media (min-width: 970px) {
  .entry-content h2,
  .entry-content h1.contentTitle,
  .entry-content h1.entryPostTitle {
    font-size: 32px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .spCenter {
    text-align: center !important;
    float: none !important;
    margin: 0 auto !important;
  }
  .sp-inner-left {
    text-align: left;
  }
  .sp-inner-left * {
    text-align: left;
  }
  .sp-inner-left .is-layout-flex {
    justify-content: flex-start;
  }
  .sp-column-reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .headerNavi {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 20px 0;
  }
  .wp-block-navigation__responsive-container ul li {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 768px) {
  .headerNavi {
    display: flex;
    -moz-column-gap: 0;
         column-gap: 0;
    padding-bottom: 8px;
  }
  .headerNavi > li {
    width: 20%;
    text-align: center;
    justify-content: center;
    border-right: solid 1px #e5e5e5;
    box-sizing: border-box;
  }
  .headerNavi > li:first-of-type {
    border-left: solid 1px #e5e5e5;
  }
  .headerNavi > li > a {
    width: 100%;
    padding: 7px 0;
    font-size: 13px;
    color: #333333;
  }
  .headerNavi > li > a:hover {
    background: #f5f5f5;
    text-decoration: none !important;
  }
  .headerNavi > li > ul > li {
    border-bottom: solid 1px #e5e5e5;
    padding: 8px 12px;
    font-size: 13px;
    margin: 0 !important;
  }
  .headerNavi > li > ul > li:hover {
    background: #f5f5f5;
  }
  .headerNavi > li > ul > li:hover a {
    text-decoration: none !important;
  }
}
footer .footerMain {
  border-top: solid 1px #cccccc;
  padding: 24px 0 0 0;
}
footer .wp-block-page-list * {
  text-decoration: none;
}
footer .wp-block-page-list > .wp-block-pages-list__item > .wp-block-pages-list__item__link {
  background: url(./images/icon_arrow1_gray.gif) left 50% no-repeat;
  padding-left: 14px;
}
footer .wp-block-page-list > .wp-block-pages-list__item > .wp-block-pages-list__item__link:hover {
  background-image: url(./images/icon_arrow1_red.gif);
}
footer .wp-block-page-list > .wp-block-pages-list__item .wp-block-navigation__submenu-container > .wp-block-pages-list__item {
  font-size: 11px;
}
footer .wp-block-page-list > .wp-block-pages-list__item .wp-block-navigation__submenu-container > .wp-block-pages-list__item > .wp-block-pages-list__item__link {
  background: url(./images/icon_arrow2_gray.gif) 2px 50% no-repeat;
  padding-left: 14px;
}
footer .wp-block-page-list > .wp-block-pages-list__item .wp-block-navigation__submenu-container > .wp-block-pages-list__item > .wp-block-pages-list__item__link:hover {
  background-image: url(./images/icon_arrow2_red.gif);
}

@media only screen and (max-width: 767px) {
  footer .wp-block-page-list {
    padding: 20px 0 0 0;
  }
  footer .wp-block-page-list > .wp-block-pages-list__item {
    padding: 10px 0;
    font-size: 13px;
  }
  footer .wp-block-page-list > .wp-block-pages-list__item .wp-block-navigation__submenu-container > .wp-block-pages-list__item {
    margin: 10px 0;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  footer .wp-block-page-list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
  footer .wp-block-page-list > .wp-block-pages-list__item {
    font-size: 11px;
  }
  footer .wp-block-page-list > .wp-block-pages-list__item .wp-block-navigation__submenu-container > .wp-block-pages-list__item {
    font-size: 11px;
  }
}
body.home main {
  margin-top: 0px !important;
}
body.home .entry-content {
  margin-top: 0;
}
body.home .breadcrumbs {
  display: none;
}
body.home .wp-block-post-title {
  display: none;
}
body.home .btnRss {
  background: #e5e5e5;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  padding: 0 10px;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
body.home .btnRss a {
  text-decoration: none;
}
body.home .topNewsArea {
  list-style: none;
}
body.home .topNewsArea > li {
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 20px 0 !important;
  border-bottom: 1px solid #ccc;
}
body.home .topNewsArea > li .wp-block-latest-posts__featured-image {
  grid-column: 2/3;
  grid-row: 1/4;
}
body.home .topNewsArea > li .wp-block-latest-posts__featured-image img {
  border: solid 1px #ccc;
}
body.home .topNewsArea > li .wp-block-latest-posts__post-title {
  grid-column: 1/2;
  grid-row: 1/2;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0 10px 0;
}
body.home .topNewsArea > li .wp-block-latest-posts__post-date {
  grid-column: 1/2;
  grid-row: 2/3;
  padding: 0 0 2px 0;
}
body.home .topNewsArea > li .wp-block-latest-posts__post-excerpt {
  grid-column: 1/2;
  grid-row: 3/4;
  font-size: 1.1em;
}
body.home .btnNewsMore {
  background: url(./images/icon_try1_gray.gif) 5px 54% no-repeat #efefef;
  padding: 2px 14px 2px 18px;
}
body.home .btnNewsMore a {
  text-decoration: none;
}

.wp-block-post-template > li .taxonomy-category a {
  display: inline-block;
  background: #e5e5e5;
  font-size: 11px;
  text-decoration: none;
  font-weight: 400;
  padding: 0 6px;
}
.wp-block-post-template > li .wp-block-post-title {
  font-weight: 400;
}

.wp-block-query-pagination {
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers > span,
.wp-block-query-pagination .wp-block-query-pagination-numbers > a {
  padding: 3px 10px;
  border: solid 1px #999999;
  border-radius: 3px;
  color: #999;
  text-decoration: none !important;
  font-weight: 300;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers span.current {
  background: #999;
  color: #fff;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover {
  background: #999;
  color: #fff;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow,
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  margin: 0 !important;
  padding: 5px 10px;
  border: solid 1px #999999;
  border-radius: 3px;
  color: #999;
}

.sideCategory .categoryTitle {
  border-top: 2px solid #666;
  border-bottom: 1px solid #666;
  padding: 12px 10px;
}
.sideCategory .wp-block-categories {
  margin-top: 0;
}
.sideCategory .wp-block-categories li {
  display: block;
  padding: 12px 0 12px 30px;
  background: url(./images/icon_arrow1_gray.gif) 10px 50% no-repeat;
  border-bottom: solid 1px #666;
}
.sideCategory .wp-block-categories li.current-cat, .sideCategory .wp-block-categories li:hover {
  background-color: #efefef !important;
}
.sideCategory .wp-block-categories li a {
  text-decoration: none !important;
}
.sideCategory .wp-block-categories li a:hover {
  color: inherit !important;
}

@media only screen and (max-width: 767px) {
  .sideCategory {
    margin-top: 40px !important;
  }
  .newsListArea .wp-block-post-template {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .newsListArea .wp-block-post-template .wp-block-post {
    width: 49%;
  }
}
.postNavigation {
  border-top: solid 1px #ccc;
  padding: 16px 0 0 0;
  align-items: flex-start;
}
.postNavigation a {
  text-decoration: none !important;
}
.postNavigation .post-navigation-link-previous {
  text-align: left;
}
.postNavigation .post-navigation-link-next {
  text-align: right;
}

.flex {
  width: 100%;
  display: flex;
  -js-display: flex;
  /* ie8,9 */
}

.flex-row {
  flex-direction: row;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-45 {
  width: 45%;
}

.w-48 {
  width: 48%;
}

.w-50 {
  width: 50%;
}

.w-35 {
  width: 35%;
}

.w-55 {
  width: 55%;
}

.w-100 {
  width: 100%;
}

@media screen and (max-width: 660px) {
  .w-45,
  .w-48,
  .w-50,
  .w-35,
  .w-55 {
    width: 100% !important;
  }
}
.page-id-29 .entry-content ul {
  width: 100%;
  margin: 0;
  padding: 0 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page-id-29 .entry-content ul li {
  list-style: none;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .page-id-29 .entry-content ul {
    gap: 12px;
  }
  .page-id-29 .entry-content ul li {
    width: calc(50% - 6px);
  }
}
.page-id-33 .entry-content ul {
  margin: 0px 0px 20px 40px;
}

@media only screen and (max-width: 767px) {
  .page-id-33 .entry-content table th {
    width: 80px;
  }
  .page-id-36 .entry-content table th {
    width: 110px;
    padding-left: 4px;
    white-space: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .page-id-33 .entry-content table th {
    width: 160px;
  }
}
.borderBox {
  margin-bottom: 30px;
  border: 1px solid #999;
}

.borderBox .inner {
  padding: 20px;
}
.borderBox .inner .unstyled {
  padding-bottom: 10px;
}

.borderBox p {
  margin: 0;
}

.borderBox2 {
  border: 1px solid #999;
}

.borderBox2 h3.ttl {
  margin: 0;
  z-index: 999;
  position: absolute;
  padding-left: 0;
  border-left: none !important;
}

.borderBox2 .inner {
  padding: 20px;
}

.borderBox2 p {
  margin: 0;
}

h3.primary {
  color: #027e36;
}

.cardArea {
  padding-top: 60px;
}

.bottomBox {
  margin: 0px 0 30px 0;
  padding: 0;
}

.bottomBox .logo-image {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
}

.bottomBox .logo-image + p {
  margin: 0 0 20px 0;
  text-align: center;
}

.bottomBox .nextPageBox {
  margin: 0;
  padding: 40px;
  background-color: #f7f7f7;
  overflow: hidden;
}

.bottomBox .nextPageBox .leftBox {
  margin: 0 0 20px 0;
  width: 100%;
  heigth: 100%;
  display: none;
}

.bottomBox .nextPageBox .rightBox {
  margin: 0;
  width: 100%;
  heigth: 100%;
}

.entry-content .bottomBox .nextPageBox p {
  margin: 0 0 10px 0;
}

.bottomBox .nextPageBox a.btn {
  background-color: #000000;
  color: #ffffff;
  text-align: right;
  font-size: 16px;
}

.bottomBox .nextPageBox a.btn:hover {
  background-color: #444444;
  color: #cccccc;
}

.entry-content .bottomBox .nextPageBox .nextPage {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bottomBox .nextPageBox a.btn {
    font-size: 14px;
  }
}
@media (min-width: 970px) {
  .bottomBox {
    margin: 0px 0 30px 0;
  }
  .bottomBox .nextPageBox {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .bottomBox .nextPageBox .alignleft {
    margin-right: 40px;
  }
  .bottomBox .nextPageBox .leftBox {
    margin-right: 44px;
    float: left;
    width: 296px;
    heigth: auto;
  }
  .bottomBox .nextPageBox .rightBox {
    float: right;
    width: 580px;
  }
  .entry-content .bottomBox .nextPageBox h2 {
    margin: 0 0 10px 0;
    text-align: left;
    clear: none;
    font-size: 18px;
  }
  .entry-content .bottomBox .nextPageBox .nextPage {
    text-align: right;
  }
}
.page-id-44 .entry-content ul li {
  margin-left: 20px;
}

.errorPageLink {
  border: solid 3px #ccc;
}

@media only screen and (min-width: 768px) {
  .errorPageLink {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .errorPageLink > .wp-block-pages-list__item {
    width: 48%;
  }
  .errorPageLink > .wp-block-pages-list__item > .wp-block-pages-list__item__link {
    background: url(./images/icon_arrow1_gray.gif) left 50% no-repeat;
    padding-left: 14px;
  }
  .errorPageLink > .wp-block-pages-list__item > .wp-block-pages-list__item__link:hover {
    background-image: url(./images/icon_arrow1_red.gif);
  }
  .errorPageLink > .wp-block-pages-list__item .wp-block-navigation__submenu-container > .wp-block-pages-list__item {
    font-size: 11px;
  }
  .errorPageLink > .wp-block-pages-list__item .wp-block-navigation__submenu-container > .wp-block-pages-list__item > .wp-block-pages-list__item__link {
    background: url(./images/icon_arrow2_gray.gif) 2px 50% no-repeat;
    padding-left: 14px;
  }
  .errorPageLink > .wp-block-pages-list__item .wp-block-navigation__submenu-container > .wp-block-pages-list__item > .wp-block-pages-list__item__link:hover {
    background-image: url(./images/icon_arrow2_red.gif);
  }
}
/* ============================================
 * Contact Form 7 スタイル設定
============================================ */
input,
select,
textarea {
  padding: 10px;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
}

.wpcf7-submit {
  font-size: 124%;
  padding: 12px 20px 10px;
  border-radius: 4px;
  width: 280px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  display: block !important;
}
.wpcf7-submit:hover {
  opacity: 0.7;
}

div.wpcf7-frame {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

ul.contact-flow {
  text-align: center;
  width: 100%;
  margin: 20px 0px !important;
}

.contact-flow li {
  display: inline-block;
  background: #aaaaaa;
  font-weight: bold;
  padding: 0;
  font-size: 16px;
  position: relative;
  line-height: 52px;
  margin: 0px 0px 20px 0px;
  width: 100%;
  color: #ffffff;
}

.contact-flow li:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 26px solid transparent;
  border-top: 16px solid #aaaaaa;
  z-index: 999;
}

.contact-flow li:last-child:after {
  border: none;
  border-top: none;
  margin: 0;
}

.contact-flow li:first-child:before,
.contact-flow li:last-child:after {
  display: none;
}

.contact-flow li.flow-active {
  background: #666666;
  color: #ffffff;
  font-weight: bold;
}

.contact-flow li.flow-active:after {
  border-top-color: #666666;
}

@media only screen and (max-width: 767px) {
  input,
  select,
  textarea {
    max-width: 100%;
  }
}
@media (min-width: 970px) {
  ul.contact-flow {
    margin: 50px 0px !important;
  }
  .contact-flow li {
    padding: 0px 20px 0 30px;
    margin: 0px 14px 0px 0px;
    width: 220px;
  }
  .contact-flow li:after {
    top: 0;
    left: auto;
    margin-left: auto;
    right: -42px;
    border: 26px solid transparent;
    border-left: 16px solid #aaaaaa;
  }
  .contact-flow li:last-child:after {
    border-left: none;
  }
  .contact-flow li.flow-active:after {
    border-top-color: rgba(255, 255, 255, 0);
    /* スマホで設定したborder-top-colorを非表示にする　白色を指定して透明にする */
    border-left-color: #666666;
  }
}
/* 確認画面ボタン・修正するボタン */
input[type=submit].wpcf7c-elm-step1.wpcf7c-btn-confirm,
input[type=button].wpcf7c-elm-step2.wpcf7c-btn-back {
  background-color: #000000;
  color: #ffffff;
}

/* 送信ボタン */
input[type=submit].wpcf7c-elm-step2 {
  background-color: #e52925;
  color: #ffffff;
}

/* 必須ボタン */
.color-hissu {
  /* マルタカハウスロゴマークの赤 */
  color: #e52925;
}

/* 入力例 */
.text-ex {
  margin: 0 0 0 60px;
  font-size: 12px;
  line-height: 1.5;
}

/* オンラインご相談・ご予約 */
span[class="wpcf7-form-control-wrap soudan-date1"],
span[class="wpcf7-form-control-wrap soudan-time1"],
span[class="wpcf7-form-control-wrap soudan-date2"],
span[class="wpcf7-form-control-wrap soudan-time2"] {
  display: inline-block !important;
}

.wpcf7 .conf-frame {
  font-size: 16px;
  text-align: center;
  margin-bottom: 100px;
}

.wpcf7 .conf-frame-box {
  background: #ccf1ff;
  border: 1px solid #2fb5eb;
  color: #000000;
  margin: 20px 0;
  padding: 20px;
}/*# sourceMappingURL=style.css.map */