@charset 'UTF-8';
/*************
/* googlemap
*************/
.googlemap-bw iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*************
/* LP用
*************/
/* 基本設定 */
#lp-main {
  width: 100%;
}
#lp-main img {
  max-width: 100%;
  height: auto;
}
#lp-main a img {
  transition: .3s;
}
#lp-main a:hover img {
  opacity: 0.6;
}
.lp_pan {
  padding-top: 80px; /* headerの高さ分padding */
}
@media screen and (min-width: 1001px) {
  .lp_pan {
    padding-top: 100px; /* headerの高さ分padding */
  }
}
/* LP基本フォント */
h1.lp_h1 {
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
  clear: both;
}
h1.lp_h1:after {
  content: '';
  width: 120px;
  height: 2px;
  background-color: #3f434e;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 1rem;
}
h2.lp_h2 {
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 2.5rem;
  clear: both;
  border-left: 5px solid #3f434e;
  border-bottom: 1px #3f434e solid;
  padding: 0.8rem;
  font-weight: bold;
}
h3.lp_h3 {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0.8rem 1.2rem;
  background: #3f434e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
h3.lp_h3:after {
  position: absolute;
  bottom: -15px;
  left: 10%;
  z-index: 90;
  margin-left: -15px;
  border-top: 15px solid #3f434e;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0;
  content: "";
}
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main img {
  max-width: 100%;
  height: auto;
}
#page-main a img {
  transition: .3s;
}
#page-main a:hover img {
  opacity: 0.6;
}
/* 見出し */
#page-main h2 {
  font-size: 1.9rem;
  margin-bottom: 2rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
}
/*************
/* 追加
*************/
/* 基本設定 */
.efont {
  font-family: 'Cinzel', serif; /*テーマの英語フォントに合わせる*/
}
/* スタッフ紹介 */
.staff-name {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.staff-en {
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
}
.staff-yaku {
  font-size: 0.75rem;
  font-weight: bold;
}
.staff-info {
  width: 100%;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .staff-name {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
  }
  .staff-en {
    font-size: 1.3rem;
  }
}
/*******************************
/* テンプレートリグ背景画像と背景色白テキスト
*******************************/
/*共通*/
.tl_bgimgbox_co {
  padding-bottom: 4rem;
  padding-top: 4rem;
  background-color: #e3e3e2;
}
.tl_bgimgbox {
  width: 100%;
  padding-top: 200px;
  position: relative;
  margin-bottom: 3rem;
}
.tl_bgi_i {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tl_bgi_tw {
  background-color: #fff;
  padding: 5%;
  width: 90%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tl_bgimgbox {
    padding-top: 400px;
  }
  .tl_bgi_i {
    min-height: 480px;
  }
  .tl_bgi_tw {
    width: 65%;
  }
}
@media screen and (min-width: 992px) {
  .tl_bgimgbox_co {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
  .tl_bgimgbox {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 4.5rem;
  }
  .tl_bgi_i {
    min-height: 340px;
    height: 100%;
    width: 70%;
  }
  .tl_bgi_tw {
    width: 60%;
    padding: 3rem 5% 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .tl_bgimgbox {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .tl_bgi_i {
    min-height: 340px;
    height: 100%;
    width: 65%;
  }
  .tl_bgi_tw {
    width: 40%;
  }
}
/*背景画像指定*/
.tl_bgii1 {
  background-image: url("../images/page/photo01.jpg");
}
.tl_bgii2 {
  background-image: url("../images/page/photo03.jpg");
}
/*画像左配置*/
.tlb_l .tl_bgi_i {
  left: 0;
}
@media screen and (min-width: 992px) {
  .tlb_l .tl_bgi_tw {
    margin-left: auto;
  }
}
/*画像右配置*/
.tlb_r .tl_bgi_i {
  right: 0;
}
.tlb_r .tl_bgi_tw {
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .tlb_r .tl_bgi_tw {
    margin-left: 0;
    margin-right: auto;
  }
}
/*992pxまでcenter*/
.sp-cen {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .sp-cen {
    text-align: left;
  }
}
/*992pxからcenter*/
.pc-cen {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .pc-cen {
    text-align: center;
  }
}
/*MARCHE MENU*/
.menu {
  font-size: 1.3rem;
  font-weight: bold;
  color: #8090a5;
}
.menu span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #8090a5;
}
.korb-cover {
  max-height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 27%;
}
@media screen and (min-width: 768px) {
  .korb-cover {
    max-height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .korb-cover {
    max-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
ol.after-maintenance {
  counter-reset: list;
  list-style-type: none;
  position: relative;
}
ol.after-maintenance li {
  position: relative;
  border-bottom: 1px solid #e3f1f7;
  padding: 10px 0 10px 45px;
  font-size: 1rem;
  font-weight: bold;
}
ol.after-maintenance li:before {
  counter-increment: list;
  content: counter(list) ",";
  position: absolute;
  left: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Cinzel', serif;
  color: #3f434e;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.after-maintenance li a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  ol.after-maintenance li {
    font-size: 1.2rem;
  }
}
.res_mb {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1200px) {
  .res_mb {
    margin-bottom: 8rem;
  }
}
/*見出し*/
.tltb_bgco {
  background: linear-gradient(90deg, #fbfdff, #e0f0f6);
  padding-top: 3rem;
  padding-bottom: 7rem;
}
.tltb_tit {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.tltb_tit span {
  display: block;
  font-family: 'Cinzel', serif; /* テーマの英語フォントに合わせる */
  font-size: 2.8rem;
  letter-spacing: 0.15rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .tltb_tit {
    font-size: 1.4rem;
  }
  .tltb_tit span {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .tltb_bgco {
    padding-right: 45%;
    padding-bottom: 3rem;
    text-align: left;
    padding-left: 5%;
  }
  .tltb_tit {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .tltb_bgco {
    padding-right: 0;
    text-align: left;
    padding-left: 0;
  }
  .tltb_tit {
    display: inline-block;
  }
  .tltb_pccontainer {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*共通*/
.tl_titbgbox {
  position: relative;
}
.tltb_inner {
  padding-right: 5%;
  padding-left: 5%;
}
@media screen and (min-width: 1200px) {
  .tltb_inner {
    padding-right: 0;
    padding-left: 0;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*画像*/
.tltb_resimg {
  margin-top: -5.5rem;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.tltb_resimg img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .tltb_resimg {
    position: absolute;
    margin-top: 0;
    top: 1.8rem;
    right: 10%;
    width: 33%;
    max-width: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .tltb_resimg {
    top: 6.8rem;
  }
}
/*テキスト*/
.tltb-box {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .tltb-box {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .tltb-box {
    max-width: 640px;
    margin-top: 3rem;
  }
}
/*--- h2 見出し ---*/
/* 1.線と英語 */
#page-main h3.border-en {
  line-height: 1.8;
  font-size: 1.2rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1.5rem;
}
#page-main h3.border-en span {
  display: block;
  font-size: 2rem;
  font-family: 'Cinzel', serif; /* 英語フォント */
}
#page-main h2.moviing {
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 3rem;
  position: relative;
}
#page-main h2.moviing::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 3px;
  background: linear-gradient(-90deg, #fbfdff, #e0f0f6);
}
/* border */
@media screen and (min-width: 768px) {
  #page-main h2.moviing {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  #page-main h2.moviing {
    font-size: 1.8rem;
    margin-bottom: 0
  }
  #page-main h2.moviing.spec {
    margin-bottom: 3rem;
  }
}
/*--- slick ---*/
.scroll-slider {
  margin-bottom: 0;
  width: 100%;
}
.scroll-slider li img {
  max-width: 100%;
  height: auto;
}
/*--- modal ---*/
.st_box {
  background: #eee;
  height: 200px;
  margin-bottom: 100px;
}
.st_modal {
  display: none;
  height: 100vh;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.modal__bg {
  background: linear-gradient(rgba(251, 253, 255, 0.8), rgba(224, 240, 246, 0.8));
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 80%;
  color: #fff;
}
.modal__content a {
  color: #8090a5;
  font-size: 2em;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 80%;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .modal__content {
    width: 60%;
  }
}
/* アフターメンテナンス */
/*共通*/
.tl_order_bgimg {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .tl_order_bgimg {
    margin-bottom: 3rem;
  }
}
/*背景画像*/
.tl_ob1 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 200px;
}
@media screen and (min-width: 992px) {
  .tl_ob1 {
    width: 50%;
    min-height: 400px;
  }
}
/*画像指定*/
.tlob_img1 {
  background-image: url("../images/page/after01.jpg");
}
.tlob_img2 {
  background-image: url("../images/page/after02.jpg");
}
.tlob_img3 {
  background-image: url("../images/page/after03.jpg");
}
/*テキスト*/
.tl_ob2 {
  padding: 2rem 5%;
  width: 100%;
}
.tl_obtit {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #8090a5;
}
@media screen and (min-width: 992px) {
  .tl_ob2 {
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .tl_obtit {
    width: 100%;
  }
  .tl_ob2 p {
    width: 100%;
  }
}
/* LINK-shop */
.shop-link {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 0.9rem;
}
.shop-link a {
  color: #000;
}
.shop-link a:hover {
  text-decoration: none;
}
.shop-link img {
  margin-bottom: 10px;
}
/* ===== 注文住宅 ===== */
#page-main h3.order {
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 3rem;
  position: relative;
}
#page-main h3.order span {
  font-size: 1rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1rem;
  display: block;
  line-height: 1.7;
}
#page-main h3.order::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100px;
  height: 3px;
  background: linear-gradient(-90deg, #fbfdff, #e0f0f6);
}
@media screen and (min-width: 992px) {
  #page-main h3.order {
    margin-bottom: 4rem;
  }
}
/* ===== 家づくり3つのコンセプト ===== */
.con_btn {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
.con_bk1 {
  background-image: url("../images/page/concept01.jpg");
}
.con_bk2 {
  background-image: url("../images/page/concept02.jpg");
}
.con_bk3 {
  background-image: url("../images/page/concept03.jpg");
}
.con_btn a {
  display: block;
  color: #000;
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.con_btn a:hover {
  text-decoration: none;
}
.con_btn a p {
  margin-bottom: 0;
  font-family: 'Noto Serif JP', serif;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
  color: #4d4d4d;
}
.con_btn a p span {
  font-family: 'Cinzel', serif;
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  color: #000;
}
.con_btn a p::before {
  content: " ";
  background-color: rgba(255, 255, 255, 0.80);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s;
}
.con_btn a:hover p::before {
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  transform: translateX(-1rem) translateY(-1rem);
}
.con_btn a p::after {
  content: " ";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  top: 12px;
  right: 12px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .con_btn {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .con_bk1 {
    margin-right: 1.5rem;
  }
  .con_bk2 {
    margin-left: 1.5rem;
  }
  .con_bk3 {
    margin-left: 1.5rem;
  }
  .con_btn a {
    padding: 3rem;
  }
  .con_btn a:hover p::before {
    width: calc(100% + 6rem);
    height: calc(100% + 6rem);
    transform: translateX(-3rem) translateY(-3rem);
  }
  .con_btn a p::after {
    width: 9px;
    height: 9px;
    top: 18px;
    right: 18px;
  }
  .con_btn a p {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  .con_btn a p span {
    font-size: 1.6rem;
    margin-bottom: 0.3rem;
  }
}
/* 画像テキスト半々 */
.swap_continuous_li_img {
  width: 100%;
}
.swap_continuous_li_img {
  list-style: none;
}
.swap_continuous_li_img .scl_box1 {
  width: 100%;
}
.swap_continuous_li_img .scl_box1 img {
  max-width: 100%;
  height: auto;
}
.swap_continuous_li_img .scl_box2 {
  padding: 5% 5% 8%;
}
@media screen and (min-width: 992px) {
  .swap_continuous_li_img li {
    display: flex;
  }
  .swap_continuous_li_img .scl_box1 {
    width: 50%;
  }
  .swap_continuous_li_img .scl_box2 {
    width: 50%;
    padding: 5%;
    display: flex;
    align-items: center;
  }
  .swap_continuous_li_img.scl_box2 > div {
    width: 100%;
  }
  .swap_continuous_li_img li:nth-child(even) .scl_box1 {
    order: 2;
  }
  .swap_continuous_li_img li:nth-child(even) .scl_box2 {
    order: 1;
  }
}
/****** .swap_continuous h2 ******/
#page-main h2.select {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
/****** .swap_continuous テキスト背景色 ******/
.sc_bg_color_b .scl_box2 {
  background-color: #000;
  color: #fff;
}
.sc_bg_color_g .scl_box2 {
  background-color: #ccc;
}
.sc_bg_color_w .scl_box2 {
  background-color: #fff;
}
/* ===== 資料請求 ===== */
.shiryo-txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  margin-top: 20px;
  line-height: 1.7;
}
.shiryo-ttl {
  display: inline;
  padding: 4px 10px;
  margin: 8px 0;
  background: linear-gradient(90deg, #e0f0f6, #fbfdff);
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
}
/* ===== 関連サイト一覧 ===== */
.site-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-list .s-card {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  width: 46%;
  margin-bottom: 20px;
}
.site-list .s-card img {
  border: 1px solid #000;
  border-radius: 15px;
  transition: 0.3s all;
}
.site-list .s-card .s-txt {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.7;
}
.site-list a:hover {
  text-decoration: none;
}
.site-list a:hover img {
  transform: scale(1.05, 1.05);
  transition: 0.2s all;
}
.empty_item {
  display: none;
}
@media screen and (min-width: 768px) {
  .site-list .s-card {
    width: 22%;
    margin-bottom: 20px;
  }
  .site-list .s-card .s-txt {
    font-size: 1rem;
  }
  .site-list::before {
    content: "";
    display: block;
    width: 22%;
    order: 1;
  }
  .site-list::after {
    content: "";
    display: block;
    width: 22%;
  }
}
@media screen and (min-width: 992px) {
  .site-list.sns-list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .site-list.sns-list .s-card {
    margin: 0 4% 50px 0;
  }
  .site-list .s-card {
    width: 17%;
    margin-bottom: 20px;
  }
  .site-list::before {
    content: "";
    display: block;
    width: 17%;
    order: 1;
  }
  .site-list::after {
    content: "";
    display: block;
    width: 17%;
  }
  .empty_item {
    display: block;
    width: 17%;
  }
}
/* ===== 性能 ===== */
.s-block {
  margin-bottom: 50px;
}
.s-block.mb-n {
  margin-bottom: 0;
}
.s-m-block {
  margin-top: 30px;
}
.s-img01 {
  max-width: 300px;
  margin: 0 auto;
}
.s-txt01 {
  font-size: 1.2rem;
  color: #8090a5;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 35px;
  text-align: center;
}
.s-txt02 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  color: #8090a5;
}
.s-txt03 {
  font-size: 1.2rem;
  color: #8090a5;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.s-block .s-box.b2 {
  margin-top: 30px;
  margin-bottom: 35px;
}
.s-block .s-box.b2 .mb-0 {
  margin-top: 15px;
}
.s-block .s-box .s-img {
  margin-bottom: 25px;
}
.s-img02 {
  margin-bottom: 25px;
}
.s-img02.wss {
  max-width: 500px;
  margin: 0 auto;
}
.sp-none.txt-center.txt {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .s-block {
    margin-bottom: 75px;
  }
  .s-m-block {
    margin-top: 40px;
  }
  .s-txt01 {
    font-size: 1.5rem;
  }
  .s-txt02 {
    font-size: 1.3rem;
  }
  .s-block .s-box {
    display: flex;
    justify-content: space-between;
  }
  .s-block .s-box.rr {
    flex-direction: row-reverse;
  }
  .s-block .s-box .s-img {
    margin-bottom: 0;
    width: 47.5%;
  }
  .s-block .s-box .s-txt {
    width: 47.5%;
  }
  .s-block .s-box .s-txt p {
    margin-bottom: 0;
  }
  .s-img02 {
    margin-bottom: 30px;
  }
  .sp-none.txt-center.txt {
    display: none;
  }
  .s-img01 {
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .s-block {
    margin-bottom: 100px;
  }
  .s-m-block {
    margin-top: 60px;
  }
  .s-block .s-box {
    align-items: center;
  }
  .s-txt01 {
    font-size: 1.8rem;
  }
  .s-txt02 {
    font-size: 1.5rem;
  }
  .s-txt03 {
    font-size: 1.4rem;
  }
  .s-img02 {
    margin-bottom: 35px;
  }
  .s-img02.ws {
    max-width: 900px;
    margin: 30px auto 35px;
  }
}
/*Ua値表*/
.ua-ttl {
  font-size: 1.2rem;
}
.endo-spec-tab .table-bordered th, .endo-spec-tab .table-bordered td {
  text-align: center;
  min-width: 80px;
  vertical-align: middle;
}
.endo-spec-tab .table-bordered .ttl {
  min-width: 150px;
  text-align: center;
}
.endo-spec-tab .table-bordered th {
  background-color: #3f434e;
  color: #fff;
  text-align: center;
}
.endo-spec-tab .table-bordered .zeh, .endo-spec-tab .table-bordered .ttl {
  background-color: #f4f4f4;
}
.endo-spec-tab .table-bordered th.matsuo {
  background-color: #8090a5;
  border-top: 5px solid #ef0a00;
}
.endo-spec-tab .table-bordered th.matsuo {
  border-left: 5px solid #ef0a00;
  border-right: 5px solid #ef0a00;
}
.endo-spec-tab .table-bordered td.matsuo {
  border-right: 5px solid #ef0a00;
  border-left: 5px solid #ef0a00;
  font-weight: bold;
}
.endo-spec-tab .table-bordered td.matsuo.last {
  border-bottom: 5px solid #ef0a00;
}
.endo-spec-tab .table-bordered td.endo {
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .ua-ttl {
    font-size: 1.4rem;
  }
}
/**************************
/* リフォーム・リノベーション
**************************/
/*各見出し*/
.reno-main-wrap .e_font {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.reno-main-wrap .j_font {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
}
.reno-main-wrap .model-lp-ttl {
  margin-bottom: 3.5rem;
}
.reno-main-wrap .model-lp-ttl .e_font {
  font-size: 2.857rem;
  line-height: 1.25;
  margin-bottom: 12px;
}
.reno-main-wrap .model-lp-ttl .j_font {
  font-size: 1.07rem;
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  .reno-main-wrap .model-lp-ttl .e_font {
    font-size: 3.571rem;
    line-height: 1.25;
    margin-bottom: 11px;
  }
  .reno-main-wrap .model-lp-ttl .j_font {
    font-size: 1.428rem;
  }
}
/*CONCEPT*/
@media screen and (max-width: 767px) {
  .reno-wrap1 .img {
    aspect-ratio: 1 / 0.8;
  }
  #page-main .reno-wrap1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.reno-container1400 {
  width: 85%;
  margin: 0 auto 5.5rem;
  max-width: 1400px;
}
.reno-wrap1 .img {
  margin-bottom: 3rem;
}
.txt30 {
  font-size: 1.4rem;
  width: 100%;
  line-height: 1.9;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.txt25 {
  font-weight: bold;
  font-size: 1.15rem;
  width: 100%;
  line-height: 1.7;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.reno-wrap1 .reno-box {
  background: #eeeeee;
  padding: 2.8rem;
  border-radius: 1.15rem;
  margin-top: 4rem;
}
.reno-wrap1 .reno-box-img {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .reno-container1400 {
    margin: 0 auto 6.5rem;
  }
  .reno-wrap1 .reno-box {
    padding: 4rem;
    display: flex;
    justify-content: space-between;
  }
  .reno-wrap1 .reno-box-img {
    margin-bottom: 0;
    width: 34%;
    height: auto;
  }
  .reno-wrap1 .reno-box-txt {
    width: 59%;
  }
  #page-main .reno-wrap1 .reno-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .txt25 {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
  }
}
@media screen and (min-width: 992px) {
  .reno-container1400 {
    width: 72.91%;
  }
  .reno-wrap1 .reno-box {
    padding: 4rem 6rem;
    max-width: 1000px;
    width: 90%;
    margin: 4rem auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .reno-container1400 {
    margin: 0 auto 8rem;
  }
  .txt30 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1.6rem;
  }
  .reno-wrap1 .img {
    margin-bottom: 5rem;
  }
  .reno-wrap1 .reno-box {
    margin: 6rem auto 0;
  }
  .txt25 {
    font-size: 1.5rem;
    margin-bottom: 0.9rem;
  }
}
@media screen and (min-width: 1400px) {
  .reno-wrap1 .reno-box {
    align-items: center;
    padding: 4rem 8rem;
  }
}
/*お悩みやご希望*/
.txt20 {
  font-size: 1.25rem;
  line-height: 1.9;
  margin: 1.5rem 0 0.6rem;
}
.reno-ul .mb-0 {
  text-align: justify;
}
.reno-ul .img {
  position: relative;
}
.reno-ul .img span {
  position: absolute;
  left: -14px;
  top: -5px;
  font-size: 4rem;
  line-height: 0;
}
ul.reno-ul {
  list-style: none;
  margin: 0;
}
ul.reno-ul li {
  margin-bottom: 3rem;
}
ul.reno-ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  ul.reno-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
  }
  ul.reno-ul li {
    margin-bottom: 3.5rem;
    width: 50%;
    padding: 0 1.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  ul.reno-ul {
    margin: 0 -1.8rem;
    justify-content: center;
  }
  ul.reno-ul li {
    margin-bottom: 4rem;
    width: 33.33%;
    padding: 0 1.8rem 0;
  }
  .reno-main-wrap .model-lp-ttl {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1800px) {
  ul.reno-ul {
    margin: 0 -2.5rem;
  }
  ul.reno-ul li {
    margin-bottom: 5rem;
    padding: 0 2.5rem 0;
  }
  .txt20 {
    font-size: 1.5rem;
    margin: 1.8rem 0 1rem;
  }
}
/*コンタクト*/
.reno-contact-wrap {
  margin-bottom: 5.5rem;
}
.reno-contact-wrap a {
  position: relative;
  height: 310px;
  display: flex;
}
.reno-contact-wrap a:hover {
  text-decoration: none;
}
.reno-contact-wrap .zoom {
  position: relative;
}
.reno-contact-wrap .zoom::before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  display: block;
  z-index: 1;
  position: absolute;
  transition: .4s;
}
.reno-contact-wrap a:hover .zoom::before {
  transition: .4s;
  opacity: 0.8;
}
.reno-contact-wrap .inner {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
  color: #fff;
}
.reno-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.reno-btn span {
  background: url(https://www.matsuokensetsu.co.jp/wp-content/uploads/2024/12/renovation_arrow.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 1rem;
}
.reno-contact-wrap .ttl {
  font-size: 1.1rem;
  line-height: 1.9;
}
#page-main .reno-contact-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 80%;
}
#page-main .reno-contact-wrap a:hover img {
  opacity: 1;
  transition: .4s;
}
#page-main .reno-contact-wrap a img {
  transition: .4s;
}
@media screen and (min-width: 768px) {
  .reno-contact-wrap {
    margin-bottom: 6.5rem;
  }
  .reno-contact-wrap a {
    height: 350px;
    display: flex;
  }
  .reno-contact-wrap .e_font {
    font-size: 1.4rem;
  }
  .reno-contact-wrap .ttl {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .reno-btn {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
  .reno-btn span {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .reno-contact-wrap {
    margin-bottom: 8rem;
  }
  .reno-contact-wrap a {
    height: 400px;
  }
  .reno-contact-wrap .ttl {
    font-size: 1.8rem;
  }
  .reno-btn {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1800px) {
  .reno-contact-wrap a {
    height: 450px;
  }
}
/*特徴*/
.reno-main-wrap .reno-wrap3 .model-lp-ttl {
  margin-bottom: 2rem;
}
.reno-main-wrap .box1 {
  margin-bottom: 4rem;
}
.br768-1800 {
  display: none;
}
.reno-main-wrap .box2 {
  border-top: 1px solid #ddd;
  padding-top: 4rem;
  margin-top: 4rem;
}
.reno-main-wrap .box2 .txt {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .reno-main-wrap .box1 {
    text-align: center;
    margin-bottom: 5rem;
  }
  .br768-1800 {
    display: block;
  }
  .reno-main-wrap .box2 {
    padding-top: 5rem;
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
  }
  .reno-main-wrap .box2-design .img {
    width: 41%;
  }
  .reno-main-wrap .box2-design .txt {
    margin-top: 0;
    width: 51.7%;
  }
}
@media screen and (min-width: 1200px) {
  .reno-main-wrap .reno-wrap3 .model-lp-ttl {
    margin-bottom: 4rem;
  }
  .reno-main-wrap .box2-design .txt {
    width: 56.7%;
  }
  .reno-main-wrap .box2-design .img {
    width: 37%;
  }
}
@media screen and (min-width: 1620px) {
  .reno-main-wrap .box2-design {
    align-items: center;
  }
  .reno-main-wrap .box2-design .txt {
    width: 41.78%;
  }
  .reno-main-wrap .box2-design .img {
    width: 50%;
  }
}
@media screen and (min-width: 1800px) {
  .br768-1800 {
    display: none;
  }
  .reno-main-wrap .box2 {
    padding-top: 7rem;
    margin-top: 7rem;
  }
}
/*スペック*/
.box2-spec .txt30 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .reno-main-wrap .box2.box2-spec {
    display: block;
  }
  .box2-spec .txt30 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .box2-spec .txt30 {
    margin-bottom: 6rem;
  }
  .box2 > .e_font, .box2-design .e_font {
    font-size: 1.3rem;
  }
}
/*変わること*/
.changing-wrap {
  background: #eeeeee;
  padding: 2.8rem;
  border-radius: 1.15rem;
  margin-top: 4rem;
  position: relative;
}
.changing-wrap::before {
  content: "";
  background: url(https://www.matsuokensetsu.co.jp/wp-content/uploads/2024/12/dannetsu_txt.webp);
  width: 300px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.changing-wrap ul {
  list-style: none;
  margin: 0;
}
.changing-wrap ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.changing-wrap ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.changing-wrap ul li .c-icon {
  width: 17%;
  margin: 0;
}
.changing-wrap ul li .c-txt {
  width: 76%;
}
.c-in-ttl {
  margin: -3px 0 0.3rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .changing-wrap::before {
    width: 400px;
    top: -21px;
    height: 53px;
  }
  .changing-wrap {
    padding: 4rem 4rem 5rem;
    width: 90%;
    margin: 6rem auto 0;
    max-width: 1000px;
  }
  .changing-wrap ul li {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .changing-wrap {
    padding: 5rem 6rem 6rem;
    margin: 7rem auto 0;
  }
  .changing-wrap::before {
    width: 500px;
    top: -27px;
    height: 66px;
  }
  .c-in-ttl {
    font-size: 1.4rem;
  }
}
/*実績*/
.reno-grayBack {
  background: #eeeeee;
}
.reno-wrap4 {
  padding: 5rem 0 6rem;
}
ul.reno-bfafUl {
  list-style: none;
  margin: 0;
}
ul.reno-bfafUl .img {
  position: relative;
}
.renobf {
  margin-bottom: 1rem;
}
ul.reno-bfafUl li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
ul.reno-bfafUl li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.reno-bfafUl .img span {
  position: absolute;
  top: 0;
  left: 0;
  background: #6b6b6b;
  padding: 0.2rem 1rem;
  color: #fff;
  width: 100px;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
ul.reno-bfafUl .renoaf .img span {
  background: #ffffff;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .reno-wrap4 {
    padding: 6.5rem 0 7.5rem;
  }
  ul.reno-bfafUl li {
    display: flex;
    justify-content: space-between;
  }
  .renobf {
    margin-bottom: 0;
  }
  ul.reno-bfafUl li .reno-bfaf {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .reno-wrap4 {
    padding: 8rem 0 10rem;
  }
  ul.reno-bfafUl .img span {
    padding: 0.3rem 1rem;
    width: 130px;
    font-size: 1.3rem;
  }
  ul.reno-bfafUl li {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}
/*耐震*/
.reno-main-wrap .box2.box2-safety {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
/*フロー*/
.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}
.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  min-width: 60px;
  min-height: 60px;
  content: "";
  border-radius: 50%;
  background-color: #3f434e;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
#page-main .stepbar .stepbarwrap .steptitle .stepcircle p {
  display: inline-block;
  line-height: 1.1;
  font-size: 0.7rem;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.stepbar .stepbarwrap .steptitle .stepcircle .nmb {
  font-size: 2rem;
  line-height: 0.6;
}
#page-main .stepbar .stepbarwrap .steptitle .title {
  margin: 0 0 0 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.stepbar .stepbarwrap .steptxt {
  padding-left: 80px;
}
#page-main .stepbar .stepbarwrap .steptxt .txt {
  font-size: 1rem;
  margin-bottom: 0;
}
.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 3em);
  background-color: #3f434e;
  position: absolute;
  top: 1em;
  left: 30px;
  z-index: 1;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
.stepbarwrap .btn-wrap .tel.btn_view {
  width: unset;
  padding: 10px 0;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.stepbarwrap .btn-wrap .tel.btn_view span {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .stepbar .stepbarwrap .steptitle .stepcircle {
    min-width: 5em;
    min-height: 5em;
  }
  #page-main .stepbar .stepbarwrap .steptitle .title {
    font-size: 1.8rem;
    margin-left: 1.5em;
    margin-bottom: 0;
  }
  .stepbar .stepbarwrap .steptxt {
    padding-left: 8em;
  }
  .stepbarwrap .btn-wrap .tel.btn_view, .stepbarwrap .btn-wrap .line.btn_view {
    width: 48%;
  }
  .stepbar .stepbarwrap .stepline {
    left: 2.4em;
  }
}
@media screen and (min-width: 992px) {
  .flow-container .f-img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .flow-container .block01 {
    max-width: 460px;
    margin-right: 180px;
    margin-top: 25px;
  }
  .stepbar .stepbarwrap {
    margin: 3em 0;
  }
  .stepbar .stepbarwrap:first-child {
    margin-top: 0;
  }
  #page-main .stepbar .stepbarwrap .steptitle .stepcircle p {
    font-size: 0.9rem;
    line-height: 0.8;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle .nmb {
    font-size: 2.6rem;
  }
  .stepbarwrap .btn-wrap .tel.btn_view {
    padding: 15px 0;
    font-size: 1.8rem;
  }
  .stepbarwrap .btn-wrap .tel.btn_view span {
    font-size: 1.4rem;
    margin-right: 3px;
  }
  .flow-container {
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
  }
}
/*よくある質問*/
.reno-wrap6 {
  padding: 5rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .reno-wrap6 {
    padding: 6.5rem 0 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .reno-container1400.reno-wrap6 {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .reno-wrap6 {
    padding: 8rem 0 10rem;
  }
}
/**/
.tgl-clicklist *, .tgl-clicklist *:after, .tgl-clicklist *:before {
  box-sizing: border-box;
}
.tgl-clicklist {
  overflow-x: hidden;
  margin: 0 auto;
  border-top: 1px #b7b7b7 solid;
}
.tgl-clicklist .tgl-clicklist-tab {
  border-bottom: 1px #b7b7b7 solid;
}
.tgl-clicklist label {
  width: 100%;
  margin: 0;
  cursor: pointer;
  color: #000;
  position: relative;
  transition: .3s;
  display: flex;
  align-items: center;
}
.tgl-ct-ttl {
  display: block;
}
.tgl-clicklist .tgl-clicklist-tab-content {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.4s ease;
  opacity: 0;
  color: #000;
  display: flex;
}
.tgl-clicklist .tgl-clicklist-tab input[type=checkbox]:checked ~ .tgl-clicklist-tab-content {
  height: auto;
  opacity: 1;
  padding-bottom: 1.5rem;
}
.tgl-clicklist .tgl-clicklist-tab input[type=checkbox] {
  display: none;
}
.tgl-clicklist label {
  font-size: 1.1rem;
  padding: 1.8rem 3.2rem 1.8rem 0;
}
.tgl-ct-ttl, .tgl-answer {
  width: calc(100% - 2.6rem);
}
.Q-icon.e_font, .A-icon.e_font {
  width: 2.6rem;
  font-size: 1.8rem;
  display: block;
  font-weight: 600;
  line-height: 1.5rem;
}
.Q-icon {
  top: -3px;
  position: relative;
}
.tgl-answer {
  padding-right: 3.2rem;
}
@media screen and (min-width: 768px) {
  .tgl-clicklist label {
    padding: 1.8rem 4rem 1.8rem 0;
  }
  .tgl-answer {
    padding-right: 4rem;
  }
  .Q-icon {
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .tgl-clicklist {
    margin-bottom: 2.4rem;
  }
  .tgl-clicklist label {
    font-size: 1.3rem;
    padding: 2.2rem 3.2rem 2.2rem 0;
  }
  .Q-icon, .A-icon {
    width: 3rem;
    font-size: 2rem;
  }
  .tgl-ct-ttl, .tgl-answer {
    width: calc(100% - 3rem);
  }
  .tgl-clicklist .tgl-clicklist-tab input[type=checkbox]:checked ~ .tgl-clicklist-tab-content {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .qa_container {
    width: 77.77%;
    max-width: 1200px;
  }
  .Q-icon.e_font, .A-icon.e_font {
    width: 4rem;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .tgl-clicklist label {
    font-size: 1.35rem;
    padding: 3rem 6rem 3rem 0;
  }
  .tgl-clicklist .tgl-clicklist-tab input[type=checkbox]:checked ~ .tgl-clicklist-tab-content {
    padding-bottom: 3rem;
  }
  .tgl-answer {
    font-size: 1.05rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1800px) {
  .tgl-answer {
    font-size: 1.125rem;
  }
  .tgl-clicklist label {
    font-size: 1.4rem;
  }
}
/* tct-tgl-icon */
.tct-tgl-icon span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.tct-tgl-icon span::before, .tct-tgl-icon span::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #000000;
  transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  top: calc(50% - 1px);
  right: 0;
  border-radius: 2pc;
}
.tct-tgl-icon span::before {}
.tct-tgl-icon span::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tct-tgl-wrap:checked + label .tct-tgl-icon span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tct-tgl-wrap:checked + label .tct-tgl-icon span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tct-tgl-icon {
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .tct-tgl-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .tct-tgl-icon {
    right: 1rem;
  }
}