@charset "utf-8";

/* CSS Document */
/* main +++++++++++++++++++++++++++++***************  */
#wrap_contents #main {
  float: none;
  width: auto;
}
html{
  scroll-behavior: smooth;
}
/* コピー -------------- */
h3.head_copy {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5em;
  text-align: center;
}

h3.head_copy span {
  color: #0096b2;
  font-size: 18px;
}

.block_head_title {
  margin-bottom: 10px;
  font-size: 14px;
  padding-bottom: 3px;
}

.block_head_title>p {
  text-align: center;
}

.block_copy {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.block_copy .bg {
  font-size: 14px;
  line-height: 1.6em;
  background: #e3f7fb;
  padding: 10px 15px;
  font-weight: bold;
}

.block_copy .bg li {
  border-bottom: 1px dotted #666;
  padding: 5px 0;
}

.block_copy .bg li.last {
  border-bottom: 0;
  padding-bottom: 0;
}

.block_copy .bg li:before {
  content: "Ñ ";
  color: #0096b2;
  font-family: 'CONDENSEicon';
}

.block_copy .bg {
  margin-right: 25px;
  width: 680px;
}

.block_copy .img {
  width: 110px;
}

.block_copy img {
  width: 100%;
}

/* 相談会　日程 -------------- */
.block_nittei {
  margin-top: 20px;
}

.block_nittei ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  border-bottom: 3px solid #0096b2;
}

.block_nittei li {
  margin-right: 10px;
}

.block_nittei li:last-child {
  margin-right: 0;
}

.block_nittei li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e0e0e0;
  width: 140px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  color: inherit;
  cursor: pointer;
  white-space: nowrap;
}

.block_nittei li a.is-current,
.block_nittei li a:hover {
  background: #0096b2;
  color: #fff;
}

.block_nittei .date_wrap {
  margin-top: 15px;
  border: 2px solid #CCC;
  padding: 15px;
}

.block_nittei .date_wrap .date {
  width: 100%;
  line-height: 1.6em;
  font-size: 16px;
}

.block_nittei .date_wrap dt:before {
  content: "Ö";
  color: #0096b2;
  font-family: 'CONDENSEicon';
}

.block_nittei .date_wrap .date {
  width: 100px;
  font-weight: bold;
}

.block_nittei .date_wrap .text {
  width: 580px;
  font-size: 15px;
  word-break: normal;
}

.block_nittei .date_wrap .date,
.block_nittei .date_wrap .text {
  margin-bottom: 5px;
  float: left;
}

.block_nittei .date_wrap .caption_wrap {
  margin-top: 10px;
  border-top: 1px solid #CCC;
  padding-top: 10px;
}

.block_nittei .date_wrap .caption_wrap a {
  color: #0096b2;
  text-decoration: underline;
}

.block_nittei .date_wrap .caption_wrap a:hover {
  color: #000;
  text-decoration: underline;
}

.block_nittei .date_wrap .caption_wrap.caption {
  margin-top: 10px;
  line-height: 1.8em;
  font-size: 14px;
}

.block_nittei .caption_wrap span {
  font-weight: bold;
  color: #333;
}

/* 日程リスト -------------- */
.block_area_list {
  padding: 20px;
  background: #fef6ec;
}

.block_area_list>div[id] {
  display: none;
}

.block_area_list>div[id].is-current {
  display: block;
}

.block_area_list a {
  color: #000;
  text-decoration: underline;
}

.block_area_list a:hover {
  color: #0096b2;
  text-decoration: underline;
}

.block_area_list h4.h4_area_title {
  font-size: 14px;
  background: #e0e0e0;
  border-bottom: solid 3px #0096b2;
  padding: 4px 10px 3px 10px;
  margin-bottom: 10px;
}

/* table */
.table_normal {
  border-top: solid #CCC 1px;
  border-left: solid #CCC 1px;
  line-height: 1.4em;
  font-size: 14px;
  margin-top: 20px;
  background: #fff;
  width: 100%;
  overflow: hidden;
  /* floatさせた要素を内包しているため指定 */
}

.table_normal:nth-of-type(1) {
  margin-top: 0;
}

.table_normal th,
.table_normal td {
  border-right: solid #CCC 1px;
  border-bottom: solid #CCC 1px;
  padding: 7px 10px;
}

.table_normal th {
  background: #E3F9F8;
  font-weight: normal;
  white-space: nowrap;
}

.table_normal th.area_name {
  font-weight: bold;
}

.table_normal th.store {
  width: 30%;
}

.table_normal th.tel {
  width: 25%;
}

.table_normal th.date {
  width: 25%;
}

.table_normal th.bikou {
  width: 20%;
}

/* table  キャプション用 */
.table_caption {
  border-top: solid #CCC 1px;
  border-left: solid #CCC 1px;
  line-height: 1.4em;
  font-size: 13px;
  margin-bottom: 20px;
}

.table_caption th,
.table_caption td {
  border-right: solid #CCC 1px;
  border-bottom: dotted #CCC 1px;
  padding: 7px 10px;
}

.table_caption th {
  font-weight: normal;
  border-right: 0;
  padding-right: 0;
}

.table_caption .last th,
.table_caption .last td {
  border-bottom: solid #CCC 1px;
}

/* 日程TOPへ -------------- */
.nittei_top {
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}

.nittei_top span {
  background: #0096b2;
  padding: 1px 3px;
  margin-right: 5px;
  color: #FFF;
  font-family: 'CONDENSEicon';
}

.nittei_top a {
  color: #000;
  text-decoration: none;
}

.nittei_top a:hover {
  color: #0096b2;
  text-decoration: none;
}

/* right +++++++++++++++++++++++++++++***************  */
.block_satei_btn {
  margin-bottom: 10px;
  background: #e6f5c6;
  border: 4px solid #c8e886;
  padding: 7px;
}

.block_satei_btn p {
  text-align: center;
}

.block_satei_btn p span {
  font-weight: bold;
}

.block_satei_btn .txt {
  font-size: 13px;
  line-height: 1.4em;
  margin: 3px 0;
  background: #FFF;
  padding: 3px;
}

.block_satei_btn img {
  width: 100%;
}

.block_btns img {
  width: 100%;
}

.block_btns p {
  margin-bottom: 5px;
}

/* -------------------------------------------------------- */
/* 640以下 */
/* -------------------------------------------------------- */
@media screen and (min-width: 1px) and (max-width: 640px) {

  /* main +++++++++++++++++++++++++++++***************  */
  /* コピー -------------- */
  h3.head_copy {
    line-height: 1.3;
    text-align: left;
  }

  .block_head_title {
    font-size: 95%;
    line-height: 1.4;
    padding: 4% 0;
    border-bottom: 0;
    border-top: 0;
  }

  .block_head_title>p {
    text-align: left;
  }

  #main,
  #right,
  .block_copy .bg,
  .block_copy .img {
    float: none;
  }

  .block_copy .bg .left {
    width: 100%;
  }

  .block_copy .bg {
    font-size: 90%;
    line-height: 1.6em;
    padding: 4%;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
  }

  .block_copy .bg li {
    text-indent: -1.4em;
    padding-left: 1.4em;
    line-height: 1.4;
  }

  .block_copy .img {
    display: none;
  }

  /* 日程 -------------- */
  .block_nittei .date_wrap .caption_wrap.caption {
    line-height: 1.4;
  }

  .block_nittei .h3_common.h3_normal {
    padding-left: 3%;
    padding-right: 3%;
  }

  .block_nittei ul {
    margin-top: 7%;
    border-left: 0;
  }

  .block_nittei li {
    margin-right: 2px;
    width: 100%;
  }

  .block_nittei li:last-child {
    margin-right: 0;
  }

  .block_nittei li a {
    margin-right: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 40px;
  }

  .block_nittei .date_wrap .unit {
    margin-bottom: 3%;
  }

  .block_nittei .date_wrap .date,
  .block_nittei .date_wrap .text {
    float: none;
    width: 100%;
    font-size: 100%;
    line-height: 1.4;
  }

  .block_area_list {
    padding: 20px 0;
  }

  /* table */
  .table_normal {
    font-size: 70%;
    margin-bottom: 3%;
    word-break: break-all;
  }

  .table_normal th,
  .table_normal td {
    padding: 6px 5px;
  }

  .table_normal td {
    text-align: left !important;
  }

  .table_normal th {
    background: #E3F9F8;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
  }

  .table_normal th.store {
    width: auto;
  }

  .table_normal th.tel {
    width: 80px;
  }

  .table_normal th.date {
    width: 66px;
  }

  .table_normal th.bikou {
    width: 60px;
  }

  .table_normal th.area_name {
    font-weight: bold !important;
    font-size: 120% !important;
  }

  /* table  キャプション用 */
  .table_caption {
    font-size: 80%;
    margin-bottom: 3%;
  }

  .table_caption th,
  .table_caption td {
    padding: 7px 10px;
  }

  .table_caption th {
    font-weight: normal;
    border-right: 0;
    padding-right: 0;
  }

  .table_caption .last th,
  .table_caption .last td {
    border-bottom: solid #CCC 1px;
  }

  /* h4 */
  .block_area_list h4.h4_area_title {
    font-size: 90%;
    padding: 3%;
    margin-bottom: 10px;
  }

  /* 日程トップへ -------------- */
  .nittei_top {
    font-size: 70%;
    text-align: right;
    margin: 20px 10px 0 0;
  }

  .nittei_top a {
    text-decoration: none;
    color: #000;
  }

  .nittei_top span {
    background: #0096b2;
    padding: 0.5%;
    color: #FFF;
    margin: 0 0.5% 2% 0;
    font-family: 'CONDENSEicon';
    border-radius: 3px;
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }

  .nittei_top a:hover {
    color: #0096b2;
  }

  /* right +++++++++++++++++++++++++++++***************  */
  #right_useful {
    display: none;
  }

  .block_satei_btn {
    margin-bottom: 7%;
  }

  .block_satei_btn img {
    width: 100%;
    margin-top: 2%;
  }

  .block_satei_btn p {
    margin: 2% 0;
  }

  .block_satei_btn p span {
    font-weight: normal;
  }

  .block_btns li {
    margin-bottom: 2%;
  }
}



/* 追加説明文（202510追記） */
.container{
  font-family: 'Noto Sans JP', sans-serif;
}

.consultation-points {
  font-size: clamp(16px, 1.8vw, 24px);
  color: #006064;
  border-bottom: 1px solid #006064;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

/* 背景ハテナ */
.consultation-points h2 span::before {
  content: '';
  display: block;
  width: 16rem;
  height: 7.5rem;
  background: url(/news/images/zeimu/worries_ttl_bg.svg) no-repeat center center;
  background-size: 65% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0.03;
}

/* コンテナ */
.container2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 1060px;
  margin: 0 auto;
  padding: 30px 0;
}

@media (max-width: 768px) {
  .container2 {
    grid-template-columns: 1fr;
  }
}

/* 質問ボックス */
.question-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.question-box h2 {
  flex: 1;
  font-size: clamp(18px, 1.8vw, 22px);
  color: #006064;
  margin: 0 10px 0 0;
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.question-box h2 .q-icon {
  font-size: 2em;
  color: #b8860b;
  margin-right: 20px;
  font-weight: bold;
}

.question-box img {
  width: 30%;
  max-width: 30%;
  height: auto;
}

.question-box p {
  font-size: 0.9em;
  line-height: 1.6;
  margin-top: 10px;
  padding-left: calc(2em + 10px);
}

/* 回答ボックス */
.answer-box {
  margin: 0 auto 15px;
  width: 800px;
  max-width: 90%;
  background-color: #fffde7;
  padding: 10px;
  border-radius: 5px;
  border-left: 5px solid #d4af37;
  font-weight: bold;
}

.answer-box .list_triangle {
  width: 800px;
  max-width: 100%;
  margin: 20px auto 10px;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

.answer-box .list_triangle li {
  text-align: left;
  font-size: 1em;
  margin: 5px 0;
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
  border-bottom: 1px dotted #666;
}

.answer-box .list_triangle li.last {
  border-bottom: none;
}

.answer-box .list_triangle li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #3388dd;
}

.answer-box .list_triangle .list::before {
  content: "⚫︎";
  color: #d4af37;
  font-size: 1em;
  margin-right: 0.5em;
}

/* 開催情報 */
.event-information h2 {
  font-size: 1.8em;
  color: #006064;
  border-bottom: 2px solid #006064;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* スケジュールテーブル */
.schedule-table {
  font-size: clamp(16px, 1.8vw, 20px);
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.schedule-table th {
  background-color: #f0f0f0;
  width: 15%;
  min-width: 4em;
  font-weight: bold;
}

/* 時間スロット */
.time-slots {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

@media (max-width: 640px) {
  .time-slots {
    grid-template-columns: repeat(2, 1fr);
  }
}

.time-slot {
  background-color: #e0e0e0;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9em;
  color: #555;
}

.time-slot-caption {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 1.8em;
  font-size: 16px;
  color: #666;
}

.time-slot-caption>span {
  font-weight: bold;
  color: #333;
}

.block_area_list td {
  font-size: clamp(9px, 1.8vw, 18px) !important;
  line-height: 1.8em;
}

/* フローティングフッター */
#floating-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #585858;
  border-top: 2px solid #c9ab61;
  border-bottom: 2px solid #c9ab61;
  color: white;
  text-align: center;
  padding: 15px 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
}

#floating-footer.is-visible {
  opacity: 1;
  visibility: visible;
}

.floating-footer-container {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 20px;
  padding: 20px 0;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

.floating-footer-container span {
  background-color: #ac8d32;
  text-align: center;
  padding: 10px 20px;
}

.floating-footer-container span a {
  text-decoration: none;
  color: #fff;
}

.floating-footer-container span:hover {
  opacity: 0.7;
}

.move-page-topN {
  display: none !important;
}
@media screen and (min-width: 1px) and (max-width: 640px) {
    .container.akiya-alsok-container {
        width: 100%!important;
    }
}
/*リフォーム*/

.sp{
  display: none;
}
@media(max-width: 640px) {
.sp{
  display: block;
}
.pc{
  display: none;
}
}

.p-reform-fv{
  max-width: 960px;
  width: 100%;
  margin: 0 auto 60px;
}
.p-reform-fv-head{
  max-width: 540px;
  margin: 0 auto;
  padding: 20px 0 15px;
  width: 90%;
}
.p-reform-fv-head img{
  width: 100%;
}
.p-reform-fv-visual{
  width: 100%;
  max-width: 960px;
  border-top: 6px solid #0095B0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-reform-fv-visual-inner{
  text-align: center;
}
.p-reform-fv-visual-inner img{
  width: 100%;
}
.p-reform-fv-message{
  text-align: center;
  margin-top: 20px;
}
.p-reform-fv-message-text{
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.8;
  padding-bottom: 20px;
}
.p-reform-fv-message-text .bold-txt{
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 10px;
}
.p-reform-fv-message-plan{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-reform-fv-message-plan-item{
  width: 50%;
}
.plan-btn{
  width: 100%;
  max-width: 480px;
  margin: 0 auto 10px;
  display: block;
  position: relative;
  transition: all ease .3s;
}
.plan-btn img{
  width: 100%;
}
.p-reform-fv-message-plan-item-text {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  padding-top: 20px
}
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
.p-reform-fv-message-plan-item-text.apartment .bold-txt{
  font-size: 80px;
  font-weight: 600;
  color: #0095B0;
  padding-left: 5px;
  font-family: "Archivo", sans-serif;
}
.p-reform-fv-message-plan-item-text.house .bold-txt{
  font-size: 80px;
  font-weight: 600;
  color: #764231;
  padding-left: 5px;
  font-family: "Archivo", sans-serif;
}
.plan-btn-arrow{
  position: absolute;
  top: 46%;
  left: 86%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 1;
  transition: all ease .3s;
}
.plan-btn:hover {
  opacity: .9;
}
.plan-btn:hover .plan-btn-arrow{
  left: 88%;
}
.p-reform-content{
  max-width: 960px;
  width: 100%;
  margin: 20px auto 0;
}
.p-reform-content-head{
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto 20px;
  border-top: 1px solid #7fcedb;
  border-bottom: 1px solid #7fcedb;
  background-image: linear-gradient(0deg, #eee, #fff);
  font-size: 24px;
  letter-spacing: 1px;
  color: #4192b0;
  font-weight: 600;
}
.p-reform-content-box{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.p-reform-content-box-item{
  text-align: center;
  padding: 0 10px;
}
.p-reform-content-box-item img{
  height: 178px;
  margin-bottom: 10px;
}
.p-reform-content-box-item p{
  font-size: 16px;
  font-weight: 600;
}
.p-reform-content-text{
  text-align: center;
  margin: 20px auto 0;
}
.p-reform-content-text p{
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.p-reform-content-text.style-txt p{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.p-reform-content-select-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 40px auto 10px;
  position: relative;
}
.p-reform-content-select-top::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  width: 2px;
  height: 54px;
  background-color: #333;
  z-index: 1;
}
.p-reform-content-select-top::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 2px;
  height: 54px;
  background-color: #333;
  z-index: 1;
}
.p-reform-content-select-top-text{
  width: 45%;
}
.p-reform-content-select-top-text p{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
.p-reform-content-select-type{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.p-reform-content-select-type-item{
  width: 45%;
  text-align: center;
}
.p-reform-content-select-type-item-list{
  width: 100%;
  padding: 10px 0;
  border: 1px solid #333;
  font-size: 20px;
}
.p-reform-content-select-type-item-list.premium{
  background: #2f2017;
  color: #fff;
}
.p-reform-content-select-type-item-list.standard{
  background: #5ca7bc;
  color: #fff;
}
.p-reform-content-select-type-item-list.light{
  background: #e0e589;
  color: #555;
}
.p-reform-content-select-type-item-list.simple{
  background: #f8f1e7;
}
.p-reform-content-select-type-item-list.natural{
  background: #e0d6cc;
}
.p-reform-content-select-type-item-list.chic{
  background: #cbc5c3;
}
.p-reform-content-select-type-center{
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  display: flex;
  border-radius: 60px;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #4395b1, #50acc1, #88c0d1);
  z-index: 10;
}
.p-reform-content-select-type-center p{
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 20px;
}
/*スライダー*/
.p-reform-slider-block{
  max-width: 960px;
  width: 100%;
  margin: 80px auto 0px;
  position: relative;
}
.p-reform-slider-block-header{
  width: 100%;
  margin-bottom: 10px;
}
.p-reform-slider-block-header img{
  width: 100%;
}
.p-reform-slider-block-header .sp-img{
  display: none;
}
.p-reform-slider-block p{
  font-size: 14px;
  padding-bottom: 10px;
}
.p-reform-slider-block-image{
  width: 100%;
}
.p-reform-slider-block-image-inner{
  position: relative;
}
.p-reform-slider-block-image-inner img {
  width: 95%;
  margin: 20px auto 0;
}
.p-reform-slider-block-image-inner .sp-img{
  display: none;
}
@media(max-width:640px){
  .p-reform-slider-block-image-inner .sp-img{
  display: block;
}
.p-reform-slider-block-image-inner .pc-img{
  display: none;
}
}
.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  background: #3b2314;
  border-radius: 50%;
  z-index: 10;
  opacity: 0;
}
.slick-prev{
  left: 2px;
}
.slick-next{
  right: 2px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 24px;
  color: #fff;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #ccc;
  opacity: 1;
}

.p-reform-slider-block-image-left{
  position: absolute;
  top: 63%;
  left: -5px;
  transform: translate(0, -50%);
  width: 60px;
  height: 60px;
  z-index: 1;
}
.p-reform-slider-block-image-left img{
  width: 100%;
}
.p-reform-slider-block-image-right{
  position: absolute;
  top: 63%;
  right: -5px;
  transform: translate(0, -50%);
  width: 60px;
  height: 60px;
  z-index: 1;
}
.p-reform-slider-block-image-right img{
  width: 100%;
}
.slick-slide{
  height: auto;
}
.slick-dots li{
  margin: 0 5px!important;
}
.slick-dots li.slick-active button:before{
  color: #4293ae;
}
#house .slick-dots li.slick-active button:before{
  color: #764231;
}
.slick-dots li button:before{
  font-size: 16px;
}
.slick-dots{
  bottom: -35px;
}
.p-reform-slider-block-image.slick-dotted.slick-slider {
  margin-bottom: 70px;
}
/*コーディネート*/
.ma-tag{
  margin: 0 10px;
  display: inline-block;
  letter-spacing: 1px;
  padding: 5px 14px;
  color: #fff;
  background-image: linear-gradient(90deg, #3d91af, #91c3d4);
}
.ko-tag{
  margin-right: 10px;
  display: inline-block;
  letter-spacing: 1px;
  padding: 5px 14px;
  color: #fff;
  background-image: linear-gradient(90deg, #441500, #7b432f);
}
.p-reform-content-style{
  width: 95%;
  margin: 30px auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.p-reform-content-style-item{
  width: 30%;
  padding: 25px 5px;
}
.p-reform-content-style-item.simple{
  background-color: #f8f1e7;
}
.p-reform-content-style-item.natural{
  background-color: #ebe4df;
}
.p-reform-content-style-item.chic{
  background-color: #ddd9d8;
}
.p-reform-content-style-item-head{
  margin: 0 15px;
  text-align: center;
  height: 82px;
}
.p-reform-content-style-item-head h4{
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid #333;
  width: 100%;
}
.p-reform-content-style-item-head-en.simple{
  height: 26px;
  margin: 0 auto 20px;
}
.p-reform-content-style-item-head-en{
  height: 20px;
  margin: 0 auto 20px;
}
.p-reform-content-style-item-head-en img{
  height: 100%;
}
.p-reform-content-style-item-image{
  width: 100%;
  margin: 0 auto 10px;
}
.p-reform-content-style-item-image img{
  width: 100%;
}
.p-reform-content-style-item-text{
  padding: 0 5px;
}
.p-reform-content-style-item-text p{
  font-size: 16px;
  line-height: 1.8;
}
.p-reform-content-text .s-txt{
  font-size: 14px;
  font-weight: 400;
}

/**/
.p-reform-content-table{
  margin: 30px auto 0;
}
.p-reform-content-table-inner-box{
  border-left: 1px solid #333;
}
.p-reform-content-table-inner-box-top{
    background-image: linear-gradient(180deg, #fff, #ebe9ea);
    padding: 20px 0;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22%;
}
.p-reform-content-table-inner-box-top p{
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
}
.p-reform-content-table{
  width: 100%;
}
.p-reform-content-table-inner{
  margin:0 auto ;
}
.p-reform-content-table-inner-box{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.p-reform-content-table-inner-box-top-menu{
  width: 25.5%;
  padding: 20px 0;
  text-align: center;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.p-reform-content-table-inner-box-top-menu p{
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}
.p-reform-content-table-inner-box-top.flooring{
  border-top: 1px solid #333;
}
.p-reform-content-table-inner-box-top-menu.menu{
  border-top: 1px solid #333;
}
.p-reform-content-table-inner-box-top-menu img{
  width: 140px;
}
/*定額制 リフォームパッケージの概要*/
.p-reform-bottom{
  width: 100%;
  border: 1px solid #0095B0;
  max-width: 960px;
  margin: 60px auto 0;
}
.p-reform-bottom-head{
  padding: 15px 0;
  border-bottom: 1px solid #0095B0;
  color: #0095B0;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
}
.p-reform-bottom-box{
  padding: 5px 15px 25px;
}
.p-reform-bottom-box-lead h3{
  border-bottom: 1px solid #0095B0;
  color: #0095B0;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 3px;
  margin-top: 20px;
}
.p-reform-bottom-box-lead p{
  font-size: 16px;
  letter-spacing: 1px;
}
.p-reform-bottom-box-lead-box{
  width: 100%;
  padding: 10px 0;
}
.p-reform-bottom-box-lead-box-item{
  background-color: #E7ECEF;
  border: 3px solid #0095B0;
  padding: 20px 0 0;
  margin-bottom: 15px;
}
.p-reform-bottom-box-lead-box-item-head{
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.p-reform-bottom-box-lead-box-item.apartment{
  border: 4px solid #0095B0;
}
.p-reform-bottom-box-lead-box-item-head.apartment{
  color: #0095B0;
}
.p-reform-bottom-box-lead-box-item.house{
  border: 4px solid #764231;
  background-color: #E4DBD4;
}
.p-reform-bottom-box-lead-box-item-head.house{
  color: #764231;
}
.p-reform-bottom-box-lead-box-item-table{
  display: none;
  transition: all ease .3s;
  height: auto!important;
}
.p-reform-bottom-box-lead-box-item-table.j_accordion{
  display: block;
  height: auto;
}
.p-reform-bottom-box-lead-box-item-head-arrow{
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 34px;
  z-index: 1;
}
.p-reform-bottom-box-lead-box-item-head-arrow img{
  width: 100%;
}
.p-reform-bottom-box-lead-box-item-head-arrow.j_accordion{
  transform: translateX(-50%) rotate(0deg);
}

/*料金プラン*/
.p-reform-bottom-box-lead-box-item-table-inner{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 2px solid #0095B0;
  border-left: 2px solid #0095B0;
}
.p-reform-bottom-box-lead-box-item-table-inner-item{
  width: 33.33%;
  background-color: #fff;
}
.p-reform-bottom-box-lead .p-reform-bottom-box-lead-box-item-table-inner-item-plan{
  padding: 20px 0;
  font-weight: 600;
  font-size: 24px;
  display: block;
  text-align: center;
  border-bottom: 2px solid #0095B0;
}
.p-reform-bottom-box-lead .house-faq .p-reform-bottom-box-lead-box-item-table-inner-item-plan{
  border-bottom: 2px solid #885547;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-plan.premium{
  background-color: #2e1f16;
  color: #fff;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-plan.standard{
  background-color: #0095B0;
  color: #fff;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-plan.light{
  background-color: #DEE481;;
  color: #706f72;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-price{
  color: #893535;
  font-weight: 600;
  text-align: center;
  font-size: 32px!important;
  padding: 24px 0;
  border-right: 2px solid #0095B0;
  border-bottom: 2px solid #0095B0;
  font-family: "Archivo", sans-serif;
}
.house-faq .p-reform-bottom-box-lead-box-item-table-inner-item-price{
  border-right: 2px solid #885547;
  border-bottom: 2px solid #885547;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-text{
  position: relative;
  padding: 15px 12px;
  border-right: 2px solid #0095B0;
}
.house-faq .p-reform-bottom-box-lead-box-item-table-inner-item-text{
  border-right: 2px solid #885547;
  letter-spacing: 0;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-text::after{
  content: "";
  position: absolute;
  top: 41px;
  left: 8%;
  width: 4px;
  height: 48px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-text::before{
  content: "";
  position: absolute;
  top: 41px;
  left: 80%;
  width: 4px;
  height: 48px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}
.space-a{
  padding-left: 24px;
}
.p-reform-bottom-box-bottom{
  text-align: center;
}
.p-reform-bottom-box-bottom p{
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
.p-reform-bottom-box-bottom p span{
  font-size: 20px;
}
.p-reform-consult{
  width: 100%;
  max-width: 960px;
  margin: 0 auto 0;
}
.p-reform-consult-text-small{
  font-size: 14px;
  font-weight: 00;
  padding-bottom: 20px;
  line-height: 1.4;
}
.p-reform-consult-text-middle{
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 30px;
}
.p-reform-consult-box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}
.p-reform-consult-box-item{
  width: 40%;
}
.house-faq .p-reform-bottom-box-lead-box-item-table-inner{
  border-top: 2px solid #885547;
  border-left: 2px solid #885547;
}
.p-reform-fv-visual-inner .sp-img{
  display: none;
}
.p-reform-content-box-item .sp-img{
  display: none;
}
.p-reform-content-select-type-item-head{
  display: none;
}
@media(max-width:640px){
  .p-reform-bottom{
  width: 99%;
  margin: 30px auto 0;
}
.p-reform-bottom-head{
  padding: 15px 0;
  font-size: 19px;
  letter-spacing: 0px;
}
.p-reform-bottom-box{
  padding: 0 15px 20px;
}
.p-reform-bottom-box-lead h3{
  border-bottom: 1px solid #0095B0;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.p-reform-bottom-box-lead p{
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.4;
}
.p-reform-bottom-box-lead-box{
  width: 100%;
  padding: 10px 0;
}
.p-reform-bottom-box-lead-box-item{
  border: 3px solid #0095B0;
  padding: 15px 0 0;
}
.p-reform-bottom-box-lead-box-item-head{
  font-size: 20px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.p-reform-bottom-box-lead-box-item.apartment{
  border: 3px solid #0095B0;
}
.p-reform-bottom-box-lead-box-item.house{
  border: 3px solid #764231;
}
.p-reform-bottom-box-lead-box-item-head-arrow{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 27px;
  z-index: 1;
}
.p-reform-bottom-box-lead-box-item-head-arrow.j_accordion{
  transform: translateX(-50%) rotate(0deg);
}
.p-reform-bottom-box-bottom p{
  font-size: 12px;
}
.p-reform-bottom-box-bottom p span{
  font-size: 14px;
}
.p-reform-consult-text-small{
  font-size: 12px;
  padding-bottom: 30px;
  padding-top: 5px;
  line-height: 1.4;
}
.p-reform-consult-text-middle{
  line-height: 1.6;
  font-size: 15px;
  font-weight: 600;
}
.p-reform-content-text.l-line{
  padding: 0 10px;
}
.p-reform-consult-box{
  flex-wrap: wrap;
  padding-left: 0;
}
.p-reform-consult-box-item{
  width: 100%;
  margin-bottom: 10px;
}
}
@media(max-width:640px){
.p-reform-bottom-box-lead-box-item-table-inner-item{
  width: 100%;
}
.p-reform-bottom-box-lead .p-reform-bottom-box-lead-box-item-table-inner-item-plan{
  padding: 10px 0;
  font-size: 20px;
  border-bottom: 2px solid #0095B0;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-price{
  font-size: 24px!important;
  padding: 6px 0;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-text::after{
  content: "";
  position: absolute;
  top: 39px;
  left: 20px;
  width: 4px;
  height: 28px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-text::before{
  content: "";
  position: absolute;
  top: 39px;
  left: 210px;
  width: 4px;
  height: 28px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-plan.light{
  border-top: 2px solid #0095B0;
  border-right: none;
}
.house-faq .p-reform-bottom-box-lead-box-item-table-inner-item-price{
  border-right: 2px solid #885547;
}
.p-reform-bottom-box-lead-box-item-table-inner{
  border-left: none;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-plan.standard.house{
  border-top: 2px solid #885547;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-plan.light.house{
  border-top: 2px solid #885547;
}
}
@media(max-width:640px){
.p-reform-content-head{
  padding: 10px 0;
  font-size: 20px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-reform-content-text{
  margin: 0 auto 0;
}
.p-reform-content-table-inner-box{
  border-left: 1px solid #333;
  margin: 0 auto 30px;
}
.p-reform-content-table-inner-box.bottom{
  border-top: 1px solid #333;
  margin: 0 auto 10px;
}
.p-reform-content-table-inner-box-top{
    padding: 5px 0;
    width: 100%;
}
.p-reform-content-text.b-txt{
  text-align: left;
}
.p-reform-content-text .s-txt{
  font-size: 10px;
}
.p-reform-content-text.l-aline p{
  text-align: left;
}
.p-reform-content-table-inner-box-top p{
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
}
.p-reform-content-table{
  width: 100%;
}
.p-reform-content-table-inner{
  margin:0 auto ;
}
.p-reform-content-table-inner-box-top-menu{
  width: 33%;
  padding: 10px 0;
}
.p-reform-content-table-inner-box-top-menu p{
  font-size: 16px;
}
.p-reform-content-table-inner-box-top-menu img{
  width: 90px;
}
.p-reform-content-table-inner-box-top-menu.menu{
  border-top: none;
}
}
@media(max-width:640px){
  .ma-tag{
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 1.3em;
  margin-bottom: 15px;
}
.ko-tag{
  margin-right: 10px;
  padding: 5px 20px;
    font-size: 1.3em;
    margin-bottom: 15px;
}
.p-reform-content-style{
  margin: 20px auto 20px;
  flex-wrap: wrap;
  width: 100%;
}
.p-reform-content-style-item{
  width: 95%;
  margin: 0 auto 20px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-reform-content-style-item-head{
  margin: 10px 15px 5px;
  text-align: center;
  order: 2;
}
.p-reform-content-style-item-head h4{
  font-size: 20px;
  letter-spacing: 0;
}
.p-reform-content-style-item-head-en.simple{
  height: 28px;
  margin: 0 auto 0;
}
.p-reform-content-style-item-head-en{
  height: 22px;
  margin: 0 auto 10px;
}
.p-reform-content-style-item-image{
  width: 100%;
  margin: 0 auto 10px;
  order: 1;
}
.p-reform-content-style-item-text{
  padding: 0 5px;
  order: 3;
}
.p-reform-content-style-item-text p{
  font-size: 14px;
  line-height: 1.6;
}
.p-reform-slider-block p{
  padding: 0 15px;
  font-size: 11px;
  line-height: 1.6;
}
.p-reform-slider-block-image-right{
    top: 58%;
    right: 2px;
    width: 28px;
    height: 28px;
}
.slick-prev, .slick-next{
  width: 28px;
  height: 28px;
}
.p-reform-slider-block-image-left{
  top: 58%;
  left: 2px;
  width: 28px;
  height: 28px;
}
}
@media(max-width:640px){
.p-reform-fv{
  margin: 0 auto 40px;
}
.p-reform-fv-head{
  padding: 15px 0 15px;
}
.p-reform-fv-visual{
  border-top: 4px solid #0095B0;
}
.p-reform-fv-message{
  text-align: center;
  margin-top: 20px;
}
.p-reform-fv-message-text{
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 20px;
}
.p-reform-fv-visual-inner .sp-img{
  display: block;
}
.p-reform-fv-visual-inner .pc-img{
  display: none;
}
.p-reform-fv-message-text .bold-txt{
  font-size: 20px;
  padding-bottom: 15px;
  display: inline-block;
}
.p-reform-fv-message-plan-item{
  width: 95%;
}
.plan-btn{
  width: 100%;
  max-width: 480px;
  margin: 0 auto 10px;
  display: block;
  position: relative;
  padding-left: 5px;
  transition: all ease .3s;
}
.p-reform-fv-message-plan-item-text {
  font-size: 24px;
  padding-bottom: 20px;
  margin-top: -10px;
  padding-top: 10px;
}
.p-reform-fv-message-plan-item-text.apartment .bold-txt{
  font-size: 56px;
  padding-right: 3px;
}
.p-reform-fv-message-plan-item-text.house .bold-txt{
  font-size: 56px;
  padding-right: 3px;
}
.plan-btn-arrow{
  position: absolute;
  top: 46%;
  left: 86%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 1;
  transition: all ease .3s;
}
.plan-btn:hover .plan-btn-arrow{
  left: 88%;
}
.p-reform-content{
  max-width: 960px;
  width: 90%;
  margin: 20px auto 0;
}
.p-reform-content-head{
  text-align: center;
  padding: 10px 0;
  margin: 0 auto 20px;
  border-top: 1px solid #7fcedb;
  border-bottom: 1px solid #7fcedb;
  background-image: linear-gradient(0deg, #eee, #fff);
  font-size: 24px;
  letter-spacing: 1px;
  color: #4192b0;
  font-weight: 600;
}
.p-reform-content-box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 95%;
  margin: 30px auto 10px;
}
.p-reform-content-box-item{
  text-align: center;
  padding: 0 0;
  width: 47%;
  margin-bottom: 20px;
}
.p-reform-content-box-item img{
  height: auto;
  width: 100%;
}
.p-reform-content-box-item .sp-img{
  display: block;
}
.p-reform-content-box-item .pc-img{
  display: none;
}
.p-reform-content-box-item p{
  font-size: 16px;
  font-weight: 600;
}
.p-reform-content-text{
  text-align: center;
  margin: 20px auto 0;
}
.p-reform-content-text p{
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: left;
}
.p-reform-content-select-top{
  display: none;
}
.p-reform-content-select-type-item-head{
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.p-reform-content-select-type{
  justify-content: center;
  margin: 20px auto -40px;
  flex-wrap: wrap;
}
.p-reform-content-select-type-item{
  width: 100%;
  margin-bottom: 20px;
}
.p-reform-content-select-type-item.select-first {
  padding-bottom: 80px;
}
.p-reform-content-select-type-item-list{
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 20px;

}
.p-reform-content-select-type-item-list.premium{
  background: #2f2017;
  color: #fff;
}
.p-reform-content-select-type-item-list.standard{
  background: #5ca7bc;
  color: #fff;
}
.p-reform-content-select-type-item-list.light{
  background: #e0e589;
  color: #555;
}
.p-reform-content-select-type-item-list.simple{
  background: #f8f1e7;
}
.p-reform-content-select-type-item-list.natural{
  background: #e0d6cc;
}
.p-reform-content-select-type-item-list.chic{
  background: #cbc5c3;
}
.p-reform-content-select-type-center{
  width: 80px;
  height: 80px;
  top: 50%;
  left: 74%;
  display: flex;
  border-radius: 40px;
}
.p-reform-content-select-type-center p{
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 20px;
  font-size: 18px;
  font-weight: 600;
}
.p-reform-content-select-type::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 2px;
  height: 64px;
  background-color: #333;
  z-index: 1;
}
.p-reform-content-select-type::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  width: 2px;
  height: 64px;
  background-color: #333;
  z-index: 1;
}
.p-reform-slider-block-header .sp-img{
  display: block;
}
.p-reform-slider-block-header{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-reform-slider-block-header .pc-img{
  display: none;
}
.container{
  width: 100%!important;
}
}
.p-reform-content-select-type-item-list:nth-of-type(2){
  border-bottom: none;
}
.p-reform-content-select-type-item-list:nth-of-type(1){
  border-bottom: none;
}
.p-reform-slider-block-image-inner{
  padding: 0 20px;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-text.last-t{
  border-right: none;
}
.p-reform-bottom-box-lead-box-item-table-inner-item-price.last-n{
  border-right: none;
}
.p-reform-bottom-box-lead .p-reform-bottom-box-lead-box-item-table-inner-item-text{
  letter-spacing: 0;
}
.p-reform-cv{
  max-width: 960px;
  width: 100%;
  margin: 20px auto 0;
}
.p-reform-cv-head{
  width: 100%;
  margin: 0 auto 30px;
}
.p-reform-cv-head img{
  width: 100%;
}
.p-reform-cv-box{
  width: 60%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-reform-cv-box-item{
  margin: 0 10px;
  display: block;
  width: 45%;
  transition: all ease .3s;
}
.p-reform-cv-box-item img{
  width: 100%;
}
.p-reform-cv-box-item:hover{
  opacity: 0.8;
}
.p-reform-cv-box-item .sp-img{
  display: none;
}
@media(max-width:640px){
  .p-reform-cv-box-item .sp-img{
    display: block;
  }
  .p-reform-cv-box-item .pc-img{
    display: none;
  }
  .p-reform-cv-head{
    display: none;
  }
  .p-reform-cv-box{
  width: 90%;
  margin: 0 auto 10px;
  flex-wrap: wrap;
}
.p-reform-cv-box-item{
  margin: 0 0 15px;
  width: 100%;
}
}