<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*ページ用CSS*/

/*==================================================
	GENERAL SETTINGS
==================================================*/
.navigation {
  margin-top: var(--gutter);
  padding: 20px;
  text-align: center;
  background: #F4F4F4;
  border: 1px solid #E6E6E6;
}

.wp-pagenavi {
  margin-top: var(--gutter) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.wp-pagenavi span {
  display: table;
}

/*ACFでMAPを表示*/
.acf-map {
  width: 100%;
  height: 400px;
  border: 1px solid #E0E0E0;
  margin: 20px 0;
}

/*エラー*/
.error_com,
.errorBox_com {
  text-align: center;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}

/*共通シングル*/
.singlePage #postbox {
  margin-top: var(--gutter-narrow) !important;
}

.singlePage iframe {
  max-width: 100%;
}

.singlePage #titleBox {
  position: relative;
}

.singlePage #titleBox .secTtl {
  margin-top: 10px !important;
  text-align: left !important;
}

.singlePage #titleBox .date {
  text-align: right;
  margin-bottom: 1em;
  font-size: 1.5rem;
}

.singlePage #detailBox .photo {
  text-align: center;
}

.singlePage #detailBox .photo img {
  max-width: 100%;
}

.singlePage #articleBox {
  padding: 30px 0;
}

.singlePage #articleBox .notice_tbl {
  width: 100%;
}

.singlePage #articleBox .notice_tbl th {
  width: 20%;
  padding: 20px;
  border: 1px solid #E6E6E6;
  background: var(--color-palegray);
  font-weight: bold;
  text-align: center;
}

.singlePage #articleBox .notice_tbl td {
  padding: 20px;
  border: 1px solid #E6E6E6;
}

.singlePage #articleBox .notice_tbl td span.btn_access {
  margin-left: 10px;
}

.singlePage #articleBox .notice_tbl td span.btn_access a {
  padding: 10px;
  display: inline-block;
  background: var(--color-black);
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  line-height: 1;
}

.singlePage #btnBox {
  margin-bottom: 50px;
}

.singlePage #btnBox p.btn_reserve,
.singlePage #btnBox p.btn_end {
  width: min(400px, 100%);
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}

.singlePage #btnBox p.btn_reserve a {
  display: block;
  color: #fff;
  background: var(--color-main);
  padding: 20px;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
}

.singlePage #btnBox p.btn_end {
  background: var(--color-gray);
  padding: 20px;
  border-radius: 50vh;
  color: #fff;
}

.singlePage #content {
  margin-top: 30px;
}

.singlePage #content p {
  margin-bottom: 10px;
}

.singlePage #mapBox .ttl {
  padding: 20px;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  background-color: var(--color-black);
}

.singlePage #mapBox .ttl span {
  padding-left: 30px;
  background: url(../img/common/icon_access.webp) no-repeat left center;
  background-size: 20px auto;
}

/*
===== お知らせ:topicsPage ==========================================
*/
/*お知らせ:一覧*/
.topicsPage #postbox {
  margin-top: var(--gutter);
}

.topicsPage .itemList .item a {
  padding: 20px;
  display: block;
  text-decoration: none;
}

.topicsPage .itemList .item:nth-child(odd) a {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  background: var(--color-palegray);
}

.topicsPage .itemList .item dl dt span.date {
  margin-right: 0.5em;
  font-size: 1.4rem;
}

.topicsPage .itemList .item dl dd {
  padding: 20px 0;
}

/*
===== イベント情報:eventPage  ==========================================
*/
.eventPage #postbox {
  margin-top: var(--gutter);
}

/*イベント情報:一覧*/
.eventPage .itemList .item a {
  padding: 20px;
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.eventPage .itemList .item:nth-child(odd) a {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background: var(--color-palegray);
}

.eventPage .itemList .item .photo {
  width: 240px;
  height: auto;
  aspect-ratio: 3 / 2;
  border: 1px solid #E0E0E0;
  margin-right: 20px;
}

.eventPage .itemList .item .photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.eventPage .itemList .item .info {
  width: calc(100% - 260px);
}

.eventPage .itemList .item dt {
  margin: 15px 0;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}

.eventPage .itemList .item dd {
  font-weight: bold;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
}

.eventPage .itemList .item dd span {
  margin-right: 10px;
  padding: 0.2em 0.5em;
  color: var(--color-black);
  border: 1px solid var(--color-black);
  background: #fff;
  display: inline-block;
}


/*
===== スタッフブログ:blogPage ==========================================
*/
.blogPage #postbox {
  margin-top: var(--gutter);
}

/*スタッフブログ:一覧*/
.blogPage .itemList .item a {
  padding: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.blogPage .itemList .item:nth-child(odd) a {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background: var(--color-palegray);
}

.blogPage .itemList .item .photo {
  width: 240px;
  height: auto;
  aspect-ratio: 3 / 2;
  border: 1px solid #E0E0E0;
  margin-right: 20px;
}

.blogPage .itemList ul.List li.item .photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.blogPage .itemList .item .info {
  width: calc(100% - 260px);
  position: relative;
  padding-bottom: 25px;
}

.blogPage .itemList .item .info .fbLike {
  position: absolute;
  right: 0;
  bottom: 0;
}

.blogPage .itemList .item .ttl {
  padding: 20px 0;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}

.blogPage .itemList .item .date {
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
  font-size: 1.4rem;
}

.blogPage .itemList .item .term {
  display: inline-block;
  margin-left: 10px;
}

/*スタッフブログ:詳細*/
.blogPage #detailBox .term {
  text-align: right;
  display: block;
}

.blogPage .term li {
  margin-right: 5px;
  display: inline-block;
}

.blogPage .term li a {
  text-decoration: underline;
}

.blogPage #detailBox .fbLike {
  padding: 20px 10px;
  position: relative;
  font-size: 1.3rem;
  width: 330px;
  margin-left: auto;
}

.blogPage #detailBox .fbLike .fb-like {
  position: absolute;
  right: 0;
  top: 20px;
}

/*
===== よくある質問:qaPage ==========================================
*/
.qaPage #postbox {
  margin-top: var(--gutter);
}

.qaPage #accordion {
  list-style: none;
}

.qaPage #accordion li {
  margin-bottom: 5px;
  border: 2px solid var(--color-black);
}

.qaPage #accordion dt {
  position: relative !important;
  display: block;
  font-weight: normal;
  text-decoration: none;
  padding: 20px 50px;
  background-size: 30px auto;
  position: relative;
  background: var(--color-palegray);
}

.qaPage #accordion dt::before {
  content: "Q";
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 2em;
  position: absolute;
  color: var(--color-black);
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.qaPage #accordion dt:hover {
  cursor: pointer;
}

.qaPage #accordion dt.open::after {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: bolder;
  width: 30px;
  height: 30px;
  background: var(--color-black);
  content: "×";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}

.qaPage #accordion dt.close::after {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: bolder;
  width: 30px;
  height: 30px;
  background: var(--color-black);
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}

.qaPage #accordion dt.close:first-of-type {
  content: "×";
}

.qaPage #accordion dd {
  padding: 30px;
  background: #fff;
}

.qaPage #accordion dd li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px !important;
}

.qaPage #accordion dd p {
  margin-bottom: 20px;
}

.qaPage #accordion dd p:last-child {
  margin-bottom: 0;
}

.qaPage #accordion dd img {
  max-width: 100%;
  width: auto !important;
}

.qaPage #accordion .active {
  display: block !important;
}

/*
===== 中古リフォーム事例:gallery_renovationPage ==========================================
*/
.gallery_renovationPage #postbox {
  margin-top: var(--gutter);
  max-width: 96%;
}

/*中古リフォーム事例:一覧*/
.gallery_renovationPage .itemList .List {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.gallery_renovationPage .itemList .List li.item {
  width: 31%;
  margin-bottom: 30px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid var(--color-lightgray);
}

.gallery_renovationPage .itemList .List li.item:nth-child(3n-1) {
  margin-right: 3.5%;
  margin-left: 3.5%;
}

.gallery_renovationPage .itemList .List li.item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.gallery_renovationPage .itemList li.item .gallery_reformBox__item__info {
  position: relative;
  padding:1rem;
}

.gallery_renovationPage .itemList li.item .area span {
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.4rem;
}

.gallery_renovationPage .itemList .ttl h2 {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  padding: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.6em;
}

.gallery_renovationPage .itemList .photo {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  background: #FFF;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.gallery_renovationPage .itemList .photo img {
  width: 100% !important;
  height: 100% !important;
}

.gallery_renovationPage .itemList .info {
  padding: 10px;
}

.gallery_renovationPage .itemList .info dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.gallery_renovationPage .itemList .info dt,
.gallery_renovationPage .itemList .info dd {
  margin: 5px 0;
}

.gallery_renovationPage .itemList .info dt {
  width: 40%;
  font-weight: bold;
  font-size: 1.3rem;
  min-width: 9em;
}

.gallery_renovationPage .itemList .info dd {
  width: 60%;
  font-size: 1.6rem;
}

.gallery_renovationPage .itemList .info dd .price_note,
.gallery_renovationPage .itemList .info dd .cost_note {
  display: block;
  font-size: 0.75em;
}

/*中古リフォーム事例:詳細*/
/*lightbox*/
.gallery_renovationPage .lbwrap {
  position: relative;
  overflow: hidden;
}

.gallery_renovationPage .lbwrap a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery_renovationPage .lbwrap a:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  border: 1px solid #fff;
  background: rgb(0 0 0 / 0.2) url(../img/common/icon_zoom_white.svg) no-repeat center center;
  background-size: 65% auto;
  border-radius: 3px;
}

#nextLink:hover,
#prevLink:hover {
  transition: none;
}

/* スライド */
.gallery_renovationPage .sliderBox {
  margin: var(--gutter-narrow) auto var(--gutter);
  border: solid 1px var(--color-lightgray);
  width: 80%;
  position: relative;
}

.gallery_renovationPage .sliderBox .slider__list {
  overflow: hidden;
}

.gallery_renovationPage .sliderBox .slider__list__item {
  position: relative;
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  flex-shrink: 0;
  height: auto;
  width: 100%;
  max-height: 60vh;
}

.gallery_renovationPage .sliderBox .slider__list__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery_renovationPage .sliderBox .slider__list a:after {
  width: clamp(30px, 5vw, 40px);
  height: clamp(30px, 5vw, 40px);
}

/* スライドページャー */
.gallery_renovationPage .sliderBox .gallery_slider_pager {
  background: var(--color-palegray);
  font-size: 0;
  z-index: 100;
}

.gallery_renovationPage .sliderBox .gallery_slider_pager .slick-track {
  transform: unset !important;
  width: auto !important;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery_renovationPage .sliderBox .gallery_slider_pager a {
  opacity: .5;
  transition: opacity .3s linear;
}

.gallery_renovationPage .sliderBox .gallery_slider_pager .slick-current a {
  opacity: 1;
  border-color: var(--color-main);
}

.gallery_renovationPage .sliderBox .gallery_slider_pager a:hover {
  cursor: pointer;
}

.gallery_renovationPage .sliderBox .gallery_slider_page_list {
  display: inline-block;
  margin: 10px 2px;
  background: #FFF;
  aspect-ratio: 3 / 2;
  height: auto;
  width: 66px !important;
}

.gallery_renovationPage .sliderBox .gallery_slider_page_list a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #FFF;
  position: relative;
}

.gallery_renovationPage .sliderBox .gallery_slider_page_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* スライド矢印 */
.gallery_renovationPage #sliderArrows {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.gallery_renovationPage #sliderArrows .slide-arrow {
  cursor: pointer;
}

/*タイトル*/
.gallery_renovationPage #titleBox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: var(--gutter-narrow) auto;
}

.gallery_renovationPage #titleBox .ttl {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  font-weight: bold;
}

.gallery_renovationPage #titleBox span.numbering {
  font-size: 3.5em;
  margin-right: 20px;
  line-height: 1.0;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-family: var(--font-en);
}

/* 写真と金額 */
.gallery_renovationPage .infoBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.gallery_renovationPage .infoBox__photo {
  width: 48%;
  height: auto;
  aspect-ratio: 3 / 2;
}

.gallery_renovationPage .infoBox__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #ccc;
}

.gallery_renovationPage .infoBox__inner {
  width: 48%;
}

.gallery_renovationPage p {
  margin-bottom: 1%;
}

.gallery_renovationPage .infoBox__inner__priceBox {
  margin-bottom: 3%;
  border: 5px solid var(--color-red);
  color: var(--color-red);
  padding: 1.5em;
}

.gallery_renovationPage .infoBox__inner__priceBox p {
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0;
  flex-wrap: wrap;
  white-space: nowrap;
}

.gallery_renovationPage .infoBox__inner__priceBox p .price {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 100%;
  margin: 0 10px;
  font-family: var(--font-en);
}

.gallery_renovationPage .infoBox__inner__priceBox .comment {
  display: block;
  text-align: center;
  font-size: 12px;
  color: var(--color-black);
}

.gallery_renovationPage .infoBox__inner__areaBox p {
  padding: 0.5em 1em;
  color: #fff;
  background: var(--color-black);
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.gallery_renovationPage .infoBox__inner__costBox {
  margin-top: 2%;
}

.gallery_renovationPage .infoBox__inner__costBox p {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}

.gallery_renovationPage .infoBox__inner__costBox p .price02 {
  display: inline-block;
  margin: 0 10px 0 20px;
  font-size: 1.5em;
  font-weight: 900;
  font-family: var(--font-en);
}

.gallery_renovationPage .infoBox__inner__costBox .price_note,
.gallery_renovationPage .infoBox__inner__costBox .cost_note {
  display: inline-block;
}

.gallery_renovationPage #content {
  margin: 30px 0;
  padding: 20px;
}

.gallery_renovationPage #content p:not(:first-child) {
  margin-top: 10px;
}

/*概要*/
.gallery_renovationPage #dataBox {
  margin-top: clamp(30px, 4vw, 50px);
}

.gallery_renovationPage #dataBox .ttl {
  text-align: center;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: bold;
}

.gallery_renovationPage #dataBox dl {
  margin-top: 2.5%;
  box-sizing: border-box;
  background-color: var(--color-palegray);
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  border-left: solid 1px #CCC;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery_renovationPage #dataBox dt,
.gallery_renovationPage #dataBox dd {
  border-top: solid 1px #CCC;
  box-sizing: border-box;
  padding: 20px;
}

.gallery_renovationPage #dataBox dt {
  width: 30%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery_renovationPage #dataBox dd {
  width: 70%;
  background: #FFF;
  border-left: solid 1px #CCC;
}


/*月々支払い例*/
.gallery_renovationPage #dataBox dt.monthly,
.gallery_renovationPage #dataBox dd.monthlyPayment {
  font-weight: bold;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--color-red);
}

.gallery_renovationPage #dataBox .monthlyPayment span.comment {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  color: var(--color-black);
  line-height: 1;
}

/*BEFORE/AFTER*/
.gallery_renovationPage #baBox {
  margin-top: clamp(30px, 4vw, 50px);
}

.gallery_renovationPage #baBox h3 {
  text-align: center;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: bold;
}

.gallery_renovationPage #baBox dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: clamp(20px, 3vw, 30px) auto;
}

.gallery_renovationPage #baBox dt {
  width: 100%;
}

.gallery_renovationPage #baBox dt {
  border-bottom: 2px solid #CCC;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  padding: 5px;
}

.gallery_renovationPage #baBox dd.ba_before,
.gallery_renovationPage #baBox dd.ba_after {
  width: 420px;
  max-width: 40%;
  margin-top: 16px;
  background: var(--color-palegray);
  border: 9px solid #FFF;
  box-shadow: 0 0 1px 1px #ccc;
  position: relative;
  aspect-ratio: 3 / 2;
  height: auto;
  box-sizing: content-box;
}

.gallery_renovationPage #baBox dd.ba_before img,
.gallery_renovationPage #baBox dd.ba_after img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery_renovationPage #baBox dd.ba_arrow {
  width: clamp(16px, 5vw, 30px);
  margin: 0 10px;
}

.gallery_renovationPage #baBox dd.ba_arrow img {
  width: 100%;
  height: auto;
}

.gallery_renovationPage #baBox dd.ba_comment {
  width: 100%;
  margin-top: clamp(10px, 3vw, 20px);
  padding: clamp(10px, 3vw, 20px);
  background: var(--color-palegray);
  word-wrap: break-word;
}


/*
===== 会社案内:companyPage ==========================================
*/
.companyPage #postbox {
  margin-top: var(--gutter);
}

.companyPage .contents-inner .entrytbl td {
  padding: 20px;
  border-bottom: 1px solid #E6E6E6;
}

.companyPage .tblwrap {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.companyPage .tblwrap table {
  width: 48%;
  border-top: none !important;
}

.companyPage .tblwrap table caption {
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 0;
}

.companyPage .tblwrap table.entrytbl th,
.companyPage .tblwrap table.entrytbl td {
  border-bottom: none !important;
  border-top: 1px solid #E6E6E6;
}

.companyPage .tblwrap table.entrytbl th {
  width: 30%;
}

.companyPage .tblwrap table img {
  width: 100%;
  height: auto;
}

.companyPage h3 {
  background: #3E3939;
  margin: 60px 0 30px;
  width: 100%;
  padding: 20px 0;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

/*
===== プライバシーポリシー:privacyPage ==========================================
*/
.privacyPage #postbox {
  margin-top: var(--gutter);
}

.privacyPage .contents-inner dl dt {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
}

.privacyPage .contents-inner dl dd {
  margin-top: 10px;
}

.privacyPage .contents-inner ul {
  margin: 20px;
}

.privacyPage .contents-inner ul li {
  margin-bottom: 20px;
  list-style: disc outside;
}

/*
===== サイトマップ:sitemapPage ==========================================
*/
.sitemapPage #postbox {
  margin-top: var(--gutter);
}

.sitemapPage .contents-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sitemapPage .contents-inner ul {
  width: 30%;
}

.sitemapPage .contents-inner ul li {
  margin: 20px 0;
}

.sitemapPage .contents-inner ul li a {
  display: block;
  padding: 20px 0 20px 22px;
  background: url(../img/common/icon01.webp) no-repeat 10px center;
  background-size: 5px auto;
  border: 2px solid #CCCCCC;
  text-decoration: none;
}

.sitemapPage .contents-inner ul li a:hover {
  border: 2px solid var(--color-darkgray);
}


/*
===== フォームページ ==========================================
*/
.contactPage .entrytbl {
  margin-top: 0 !important;
}

.contactPage .contact_note {
  margin: var(--gutter) auto var(--gutter-narrow);
  text-align: center;
}

.class-holiday span {
  color: var(--color-red) !important;
}

/*来店予約ページ*/
.shop-reservePage .bnrBox {
  margin: var(--gutter) auto;
  max-width: 96%;
  text-align: center;
}

.shop-reservePage .btnBox__btn {
  width: min(400px, 100%);
  margin: 0 auto;
}

.shop-reservePage .btnBox__btn a {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #fff;
  background: var(--color-orange);
  padding: 20px;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
}

.shop-reservePage #bread {
  color: #fff;
}

.shop-reservePage #bread&gt;span:not(:last-child)::after {
  border-color: #fff;
}


.shop-reservePage .meritBox {
  margin: var(--gutter) auto;
}

.shop-reservePage .meritBox__ttl {
  text-align: center;
  margin: 0 auto var(--gutter-narrow);
  max-width: 80%;
}

.shop-reservePage .meritBox__itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.shop-reservePage .meritBox__item {
  width: 32%;
}

.shop-reservePage .meritBox__item .info {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-reservePage .meritBox__item:first-of-type .info {
  display: block !important;
}

.shop-reservePage .meritBox__item:first-of-type .catch {
  padding-top: 15px;
}

.shop-reservePage .meritBox__item .catch {
  text-align: center;
  font-weight: bolder;
}

.shop-reservePage .meritBox__item dl.count {
  margin-top: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-reservePage .meritBox__item dt {
  padding: 5px;
  border: 2px solid var(--color-black);
  display: inline-block;
  text-align: center;
  font-weight: bolder;
  margin-right: 10px;
}

.shop-reservePage .meritBox__item dd {
  font-weight: bolder;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.shop-reservePage .meritBox__item dd span {
  font-size: 2.4em;
  vertical-align: middle;
  font-family: var(--font-en);
}

.shop-reservePage .appealBox {
  margin: var(--gutter-wide) auto;
  background: url(../img/index/shopBox_bg.webp) no-repeat center / cover;

}

.shop-reservePage .appealBox__ttlBox {
  background: url(../img/page/shop_reserve/appealBox_ttl_bg.webp) no-repeat bottom center / cover;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--gutter-wide) 0;
}

.shop-reservePage .appealBox__inBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4%;
  padding: var(--gutter) 0;
}

.shop-reservePage .pointBox {
  width: 48%;
  border: 4px double var(--color-main);
  box-shadow: 5px 5px 0 rgba(0,0,0,.2);
  background-color: #fff;
}

.shop-reservePage .pointBox__ttl {
  position: relative;
  padding: 0.6em;
  background: var(--color-main);
  text-align: center;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  font-weight: bold;
  color: #fff;
}

.shop-reservePage .pointBox__ttl::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid var(--color-main);
  width: 0;
  height: 0;
  transform: translateX(-50%);
}

.shop-reservePage .pointBox li {
  background: url(../img/page/shop_reserve/pointList_check.svg) no-repeat 0.5em center / 2em;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  padding: 1.3em 0.5em 1.3em 3em;
  margin: 0 1em;
}

.shop-reservePage .pointBox li:nth-child(even) {
  border-top: 1px dotted var(--color-main);
  border-bottom: 1px dotted var(--color-main);
}

.shop-reservePage .pointBox li .font_red{
  color: var(--color-orange);
}

.shop-reservePage .staffBox {
  width: 48%;
  text-align: center;
}

.shop-reservePage .staffBox__ttl {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: var(--color-orange);
  margin-bottom: 20px;
}

.shop-reservePage .staffBox__ttl span {
  font-size: 0.9em;
  font-weight: bold;
  color: var(--color-black);
}


.shop-reservePage #shopInfoBox {
  margin: var(--gutter-wide) auto;
}

.shopPage #shopInfoBox .secTtl {
  margin: 0 !important;
  position: relative;
  padding: 0.5em 1em;
  background: var(--color-main);
  border: 4px double #fff;
  color:#fff;
}

.shop-reservePage #shopInfoBox .shopInfoBox__imgBox {
  align-items: flex-start;
}

.shop-reservePage .flowBox {
  margin: var(--gutter-narrow) auto;
}

.shop-reservePage #form .comment {
  text-align: center;
  font-weight: 800;
  font-size: clamp(2rem, 2.5vw, 3.2rem);
  margin: var(--gutter-narrow) auto;
}

#select-title {
  width: 80%;
}


/* カタログ資料請求ページ */
.catalogPage #bread {
  color: #fff;
}

.catalogPage #bread&gt;span:not(:last-child)::after {
  border-color: #fff;
}

.catalogPage .ttlWrap {
  background: url(../img/page/catalog/main_ttl_bg.webp) no-repeat center bottom / cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 300px;
  flex-direction: row;
  padding: 0;
}

.catalogPage .ttlWrap::after {
  content: "";
  aspect-ratio: 310 / 257;
  height: auto;
  width: min(30%, 310px);
  background: url(../img/page/catalog/main_ttl_img.webp) no-repeat center / contain;
  display: block;
  margin-left: 10px;
}

.catalogPage .ttlWrap .mainTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.catalogPage .ttlWrap .mainTtl__en {
  font-family: var(--font-en);
  font-size: 0.5em;
  opacity: 0.7;
}

/*
===== 中古を買ってリフォ-ム/リノベ-ション ==========================================
*/

.reformPage .ttlWrap {
  padding: 19px 0;
  background: url(../img/page/renovation/main_ttl_bg.webp) no-repeat top center;
  height: unset;
}

.reformPage .contents-inner {
  margin-bottom: 50px;
}

.reformPage .catchBox .inner-top {
  background-color: var(--color-palegray);
  padding: 50px 0;
  margin-bottom: 50px;
}

.reformPage .catchBox .inner-bottom p {
  text-align: center;
}

.reformPage .meritBox #merit_index {
  background: var(--color-main);
  padding: 50px 0;
}

.reformPage .meritBox .meritBox_ttl{
  color:#fff;
  font-size: clamp(1.6rem,4vw,4.2rem);
  font-weight:900;
  padding-bottom :0.75em;
  text-align: center;
}

.reformPage .meritBox #merit_index ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
}

.reformPage .meritBox #merit_index li {
  width: 23%;
  border: 4px double var(--color-main);
  background: #FFF;
}

.reformPage .meritBox #merit_index li a {
  display: block;
  padding: 30px clamp(5px, 1.2vw, 15px) 60px;
  font-weight: bold;
  height: 100%;
  position:relative;
}

.reformPage .meritBox #merit_index li a::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent var(--color-orange) transparent;
  bottom:4px;
  right:4px;
}

.reformPage .meritBox #merit_index li span.num {
  font-size: 24px;
  display: block;
  text-align: center;
}

.reformPage .meritBox #merit_index li span.num span {
  margin-left: 5px;
  font-size: 32px;
}

.reformPage .meritBox #merit_index li span.com {
  font-size: 14px;
  display: block;
  text-align: center;
  margin: clamp(15px, 1.5vw, 30px) 0 0 !important;
}

.reformPage .meritBox .merit01,
.reformPage .meritBox .merit03 {
  background-color: var(--color-palegray);
  padding: 50px 0 75px;
  margin-bottom: 50px;
}

.reformPage .meritBox h2 {
  text-align: center;
}

.reformPage .meritBox .inner h3 {
  font-size: 32px;
  font-weight: bold;
}

.reformPage .meritBox .inner h3 span.num {
  display: inline-block;
  background: var(--color-main);
  max-width: 160px;
  width: 30%;
  text-align: center;
  color: #FFF;
  font-size: 28px;
  margin-right: 10px;
}

.reformPage .meritBox .inner h3 span.num span {
  font-size: 32px;
  margin-left: 5px;
}

.reformPage .meritBox .inner .contentBox {
  font-size: 18px;
  margin: 30px 0;
}

.reformPage .meritBox .inner .contentBox span {
  color: var(--color-orange);
  font-weight: bold;
}

.reformPage .meritBox .inner .btnBox {
  margin-top: 50px;
}

.reformPage .meritBox .inner .btnBox a {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 40px 60px;
  color: #FFF;
  text-align: center;
  font-size: clamp(1.6rem,2vw,2.4rem);
  font-weight: bold;
  border-radius: 2rem;
  background: var(--color-main);
  position:relative;
}

.reformPage .meritBox .inner .btnBox a::before{
  content: "";
  width: 1.6em;
  height: 0.4em;
  display: inline-block;
  border-right: 3px solid currentColor;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) skew(45deg);
}
.reformPage .meritBox .inner .btnBox a::after{
  content: "";
  width: 1.6em;
  height: 0.4em;
  display: inline-block;
  border-bottom: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: calc(1em - 2px);
  transform: translateY(-50%);
}

.reformPage .contact .contactBox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.reformPage .contact .contactBox .shop_reserve,
.reformPage .contact .contactBox .emember {
  max-width: 580px;
  width: 49%;
  border: 2px solid var(--color-main);
}

.reformPage .contact .contactBox h3 {
  background: var(--color-main);
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}

.reformPage .contact .contactBox .infoWrap {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reformPage .contact .contactBox dl.count {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reformPage .contact .contactBox dl.count dt {
  padding: 10px 30px;
  color: var(--color-main);
  border: 2px solid currentcolor;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-right: 10px
}

.reformPage .contact .contactBox dl.count dd {
  font-weight: bold;
  font-size: 18px;
}

.reformPage .contact .contactBox dl.count dd span {
  font-family: 'Arial', sans-serif;
  font-size: 60px;
  vertical-align: middle;
}

.reformPage .contact .contactBox p {
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reformPage .contact .btn_reserve {
  background-color: var(--color-green);
  padding: 20px;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.reformPage .contact .btn_emember {
  background-color: var(--color-red);
  padding: 20px;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #fff;
}


/*来店予約訴求・会員登録訴求・電話番号*/
.reformPage .contact .phone_number {
  background: var(--color-palegray);
  padding: 20px 0;
  margin: 30px 0;
  border-top:4px double var(--color-gray);
  border-bottom:4px double var(--color-gray);
}

.reformPage .contact .phone_number p.com {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 !important;
}

.reformPage .contact .phone_number dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.reformPage .contact .phone_number dt {
  background: var(--color-main);
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 18px 7px;
  text-align: center;
}

.reformPage .contact .phone_number dd {
  margin-left: 20px;
  font-family: 'Arial', sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.reformPage .contact .phone_number dl i {
  font-size: 28px;
}

.reformPage .meritBox .merit03 .itemBox ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.reformPage .meritBox .merit03 .itemBox ul li {
  width: 200px;
  height: 180px;
  padding: 15px;
  border-radius: 100%;
  text-align: center;
  background: #FFF;
  font-weight: bold;
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  z-index: 1;
}

.reformPage .meritBox .merit03 .itemBox ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  z-index: -1;
  color: #E6E5CA;
}

.reformPage .meritBox .merit04 .questionBox {
  border: 4px double #fff;
  background: var(--color-main);
  margin: 50px auto;
  padding: 20px 50px 30px;
  position:relative;
}

.reformPage .meritBox .merit04 .questionBox::after{
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 24px 0 24px;
  border-color: var(--color-main) transparent transparent transparent;
  position:absolute;
  bottom:-16px;
  left:50%;
  transform: translateX(-50%);
}

.reformPage .meritBox .merit04 .questionBox h5 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.reformPage .meritBox .merit04 .questionBox p {
  margin-top: 20px;
  font-size: clamp(1.4rem,2vw,2rem);
  color:#fff;
  text-align: center;
}

.reformPage .meritBox .merit04 .questionBox p span {
  color: #ff0;
  font-size: 1.1em;
  font-weight: 900;
}

.reformPage .reasonBox {
  background: url(../img/page/renovation/reasonBox_bg.webp) no-repeat top center;
  padding: 90px 0 50px;
}

.reformPage .reasonBox h2 {
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  font-weight: bold;
  border: solid 1px #FFF;
  width: 100%;
  color: #FFF;
  position:relative;
}

.reformPage .reasonBox h2::before,
.reformPage .reasonBox h2::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}
.reformPage .reasonBox h2::before{
  border-width: 0 32px 32px 0;
  border-color: transparent #fff transparent transparent;
  top:4px;
  right:4px;
}
.reformPage .reasonBox h2::after{
  border-width: 32px 0 0 32px;
  border-color: transparent transparent transparent #fff;
  bottom:4px;
  left:4px;
}
.reformPage .reasonBox h2 span {
  font-size: 1.2em;
}


.reformPage .reasonBox .itemList_reason {
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 10px auto;
}

.reformPage .reasonBox .itemList_reason li {
  width: 33%;
  color: #FFF;
  padding: 30px 0;
  font-size: 18px;
}

.reformPage .reasonBox .itemList_reason li.reason01 {
  background: var(--color-orange);
}

.reformPage .reasonBox .itemList_reason li.reason02 {
  background: var(--color-lightbrown);
}

.reformPage .reasonBox .itemList_reason li.reason03 {
  background: var(--color-brown);
}

.reformPage .reasonBox .itemList_reason li span.com {
  display: block;
  text-align: center;
  font-size: 20px;
}

.reformPage .reasonBox .itemList_reason li span.num {
  display: block;
  text-align: center;
  font-size: 16px;
}

.reformPage .reasonBox .itemList_reason li span.num span {
  font-size: 16px;
  margin-left: 5px;
}

.reformPage .reasonBox .itemList_link {
  width: 100%;
  margin: 20px 0;
}

.reformPage .reasonBox .itemList_link li+li {
  margin-top: 10px;
}

.reformPage .reasonBox .itemList_link li a {
  display: block;
  font-size: 28px;
  font-weight: bold;
  padding: 40px;
  border-radius: 2rem;
  text-align: center;
  background: #FFF;
  position: relative;
}

.reformPage .reasonBox .itemList_link li a::before{
  content: "";
  width: 1.6em;
  height: 0.4em;
  display: inline-block;
  border-right: 3px solid currentColor;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) skew(45deg);
}
.reformPage .reasonBox .itemList_link li a::after{
  content: "";
  width: 1.6em;
  height: 0.4em;
  display: inline-block;
  border-bottom: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: calc(1em - 2px);
  transform: translateY(-50%);
}
/*
===== errpage ==========================================
*/
.err404Page #postbox {
  margin-top: var(--gutter);
}


/*==================================================
  PC/TABLET SETTINGS : Min768px
==================================================*/
@media print, screen and (min-width: 768px) {

  #map {
    width: 98% !important;
    height: auto;
    margin: 10px auto;
  }

  #map iframe {
    width: 100% !important;
    height: 350px !important;
  }


  /*
===== スタッフ紹介:staffPage ==========================================
*/
  /*一覧*/
  .staffPage .itemList .photo {
    width: clamp(150px, 15vw, 240px);
  }

  .staffPage .itemList .item {
    width: 31%;
    margin-bottom: 30px;
  }

  .staffPage .itemList .item:nth-child(3n-1) {
    margin: 0 1% 30px;
  }

  /*詳細*/
  .staffPage .staff_header {
    background-color: var(--color-palegray);
    margin-bottom: var(--gutter);
    padding: var(--gutter) 0;
  }

  .staffPage #detailBox #infoBox {
    display: flex;
    align-items: center;
  }

  .staffPage #detailBox .inner {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
  }

  .staffPage #detailBox #titleBox {
    width: 100%;
    text-align: center;
  }

  .staffPage #detailBox #titleBox .ttl span {
    font-size: 1.8em;
  }

  .staffPage #detailBox #titleBox span.cate {
    margin-top: 10px;
    display: inline-block;
    font-size: 1.2em;
  }

  .staffPage #content {
    width: 59%;
    box-sizing: border-box;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
  }

  .staffPage #content p {
    font-size: 18px;
  }

  .staffPage #detailBox .photo {
    height: 324px;
  }

  .staffPage #articleBox {
    margin: var(--gutter) auto;
  }

  .staffPage #articleBox dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .staffPage #articleBox dl dt {
    width: 34%;
    padding: 20px;
    margin-bottom: 10px;
  }

  .staffPage #articleBox dl dd {
    width: 66%;
    padding: 20px;
    margin-bottom: 10px;
  }

  .staffPage #detailBox #columnlinkBox {
    width: 60%;
  }

  .staffPage #detailBox #columnlinkBox .photo {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  .staffPage #detailBox #columnlinkBox .info {
    font-size: 1.2em;
  }

  /*
  ===== 中古を買ってリフォ-ム/リノベ-ション ==========================================
  */
  .reformPage .meritBox .inner h3 {
    margin-top: -100px;
    padding-top:100px;
  }

  /*//////////////
イメージ用
///////////////*/
  .attachmentPage p {
    margin-bottom: 20px;
  }

  .attachmentPage .content ul {
    margin: 20px;
    padding: 20px;
    background: #F4F4F4;
    border: 1px solid #E6E6E6;
  }


  .researchPage .researchBox .preparation {
    text-align: center;
  }

}

/*==================================================
  TABLET SETTINGS : Max1010px Min767px
==================================================*/
@media print, screen and (max-width: 1010px) and (min-width: 767px) {

  /*来店予約*/
  .shop-reservePage .pointBox {
    width: 100%;
  }

  .shop-reservePage .staffBox {
    width: 100%;
    margin: var(--gutter) auto;
  }

  .shop-reservePage .staffBox img {
    max-width: 500px;
  }

    /*
  ===== 中古を買ってリノベーション Tablet ==========================================
  */
  .reformPage .ttlWrap .mainTtl {
    padding: 2.5%;
  }

  .reformPage .meritBox #merit_index {
    padding: 50px 10px;
  }

  .reformPage .meritBox .inner h3 {
    display: flex;
    align-items: flex-start;
  }

  .reformPage .meritBox .inner h3 span.num {
    padding: 0 10px;
    flex-shrink: 0;
    width: 30%;
  }

  .reformPage .contact .contactBox {
    flex-direction: column;
    gap: 20px;
  }

  .reformPage .contact .contactBox .shop_reserve,
  .reformPage .contact .contactBox .emember {
    max-width: unset;
    width: 100%;
  }

  .reformPage .contact .contactBox .infoWrap {
    padding: 2%;
  }

  .reformPage .contact .contactBox p {
    height: unset;
    margin: 0 0 20px;
  }

  .reformPage .meritBox .merit03 .itemBox ul {
    gap: 2%;
    flex-wrap: wrap;
    justify-content: center;
  }

}

/*==================================================
  SP SETTINGS : Max767px
==================================================*/
@media screen and (max-width: 767px) {

  /*==================================================
	GENERAL SETTINGS
==================================================*/
  .navigation {
    font-size: 1.2rem;
  }

  .gmap_view {
    margin: 10px;
    border: 1px solid #E6E6E6;
    height: 300px;
    clear: both;
  }

  .gmap_view img {
    width: auto !important;
  }

  .yolp-ymapbanner {
    width: 150px !important;
    top: inherit !important;
    right: inherit !important;
    bottom: 26px !important;
  }

  .yolp-ymapbanner img {
    width: 100% !important;
    height: auto !important;
  }

  .yolp-ctrl .map {
    width: auto !important;
  }

  .map {
    width: 98% !important;
    height: auto;
    margin: 10px auto;
    clear: both;
  }

  .map iframe {
    height: 300px !important;
  }

  .mapp-canvas,
  .mapp-layout {
    width: 98% !important;
    height: 300px;
    margin: auto;
    border: 1px solid #E6E6E6;
    clear: both;
  }

  #map {
    width: 98% !important;
    height: auto;
    margin: 10px auto;
  }

  #map iframe {
    width: 100% !important;
    height: 300px !important;
  }

  /*ACFでMAPを表示*/
  .acf-map {
    height: 300px;
    margin: 0;
  }

  /*共通シングル*/
  .singlePage #articleBox .notice_tbl {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-bottom: none;
  }

  .singlePage #articleBox .notice_tbl th {
    width: 100%;
    padding: 10px;
    display: block;
    border: none;
  }

  .singlePage #articleBox .notice_tbl td {
    padding: 10px;
    border: none;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    display: block;
  }

  .singlePage #btnBox {
    margin-bottom: 30px;
  }

  .singlePage #mapBox .ttl {
    padding: 10px;
  }

  /*
===== お知らせ:topicsPage ==========================================
*/
  /*お知らせ:一覧*/
  .topicsPage #postbox {
    margin-top: 0;
  }

  .topicsPage .itemList .item a {
    padding: 5%;
  }

  .topicsPage .itemList ul.List li.item:nth-child(even) a {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
  }

  .topicsPage .itemList .item:nth-child(odd) a {
    border: none;
    background-color: #fff;
  }

  .topicsPage .itemList .item dl dd {
    padding: 10px 0;
  }

  /*
===== イベント情報:eventPage  ==========================================
*/
  /*イベント情報:一覧*/
  .eventPage #postbox {
    margin-top: 0;
  }

  .eventPage .itemList li.item a {
    padding: 2.5%;
  }

  .eventPage .itemList .item:nth-child(odd) a {
    border: none;
    background-color: #fff;
  }

  .eventPage .itemList li.item:nth-child(even) {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
  }

  .eventPage .itemList li.item .photo {
    width: 32%;
    margin: 0;
  }

  .eventPage .itemList li.item .info {
    width: 68%;
    padding: 10px 0 10px 10px;
  }

  .eventPage .itemList .item .itemWrap {
    font-size: 0.95em;
  }

  .eventPage .itemList .item dt {
    margin: 5px 0;
  }

  .eventPage .itemList .item dd {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    line-height: 1.3;
  }

  .eventPage .itemList .item dd span {
    text-align: center;
    margin-right: 5px;
    min-width: 4em;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/*
===== スタッフブログ:blogPage ==========================================
*/
  /*スタッフブログ:一覧*/
  .blogPage #postbox {
    margin-top: 0;
  }

  .blogPage .itemList li.item {
    position: relative;
  }

  .blogPage .itemList li.item a {
    padding: 2.5%;
  }

  .blogPage .itemList .item:nth-child(odd) a {
    border: none;
    background-color: #fff;
  }

  .blogPage .itemList li.item:nth-child(even) {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
  }

  .blogPage .itemList li.item .photo {
    width: 32%;
    margin: 0;
  }

  .blogPage .itemList li.item .info {
    width: 68%;
    padding: 10px 0 35px 10px;
  }

  .blogPage .itemList li.item .info .ttl {
    margin: 5px 0;
    padding: 0;
  }

  .blogPage .itemList li.item .iconWrap {
    font-size: 1.4rem;
  }

  .blogPage .itemList li.item .date {
    margin-right: 5px;
  }

  .blogPage .itemList .item .term {
    margin: 0;
  }

  /*スタッフブログ:詳細*/
  .blogPage #detailBox .term {
    text-align: left;
    margin: 0;
    font-size: 1.3rem;
  }

  .blogPage #detailBox .fbLike {
    background: var(--color-palegray);
    width: 100%;
    margin: 20px 0;
  }

  /*
===== よくある質問:qaPage ==========================================
*/
  .qaPage .itemList {
    margin-top: 0;
  }

  .qaPage #accordion li {
    margin-bottom: 2px;
  }

  .qaPage #accordion dt {
    padding: 20px 40px;
    background-size: 20px auto;
  }

  .qaPage #accordion dt.open:after {
    width: 25px;
    height: 25px;
  }

  .qaPage #accordion dt.close:after {
    width: 25px;
    height: 25px;
  }

  .qaPage #accordion dd {
    padding: 20px;
  }


  /*
===== 中古リフォーム事例:gallery_renovationPage ==========================================
*/
  /*中古リフォーム事例:一覧*/
  .gallery_renovationPage .itemList .List li.item {
    width: 100%;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }

  .gallery_renovationPage .itemList .List li.item:nth-child(3n-1) {
    margin-right: auto;
    margin-left: auto;
  }

  .gallery_renovationPage .itemList .ttl h3 {
    padding: 2.5%;
  }

  .gallery_renovationPage .itemList .info {
    padding: 2.5%;
  }

  .gallery_renovationPage .itemList .info dt, .gallery_renovationPage .itemList .info dd {
    margin: 2px 0;
    font-size: 1.4rem;
  }

  .gallery_renovationPage .itemList .info dt {
    width: 47%;
  }

  .gallery_renovationPage .itemList .info dd {
    width: 53%;
  }

  .gallery_renovationPage .itemList .info dd .price_note,
  .gallery_renovationPage .itemList .info dd .cost_note {
    font-size: 0.9em;
  }

  /*中古リフォーム事例:詳細*/
  .gallery_renovationPage #titleBox .secTtl {
    padding: 5px 0;
    text-align: center !important;
  }

  .gallery_renovationPage #titleBox .icon {
    position: relative;
    top: 0;
  }

  /*lightbox*/
  .gallery_renovationPage .lbwrap a:after {
    width: 20px;
    height: 20px;
  }

  /*スライド*/
  .gallery_renovationPage .sliderBox {
    width: 100%;
    margin: 10px auto;
  }

  .gallery_renovationPage .sliderBox .slider__list {
    margin: 20px;
  }

  /* スライドページャー */
  .gallery_renovationPage .sliderBox .gallery_slider_pager {
    padding: 5px 0;
  }

  .gallery_renovationPage .sliderBox .gallery_slider_pager li {
    margin: 2px;
    width: 64px !important;
  }

  /* 写真と金額 */
  .gallery_renovationPage .infoBox {
    flex-direction: column;
  }

  .gallery_renovationPage .infoBox__photo {
    width: 100%;
    margin: 0 auto 20px;
  }

  .gallery_renovationPage .infoBox__inner {
    width: 100%;
    margin: 0 auto;
  }

  .gallery_renovationPage .infoBox__inner__priceBox {
    padding: 0.5em;
  }

  .gallery_renovationPage p {
    margin-bottom: 3%;
  }

  .gallery_renovationPage .infoBox__inner__priceBox p .price {
    margin: 0;
  }

  .gallery_renovationPage .infoBox__inner__costBox {
    margin: 2%;
  }

  .gallery_renovationPage .infoBox__inner__costBox p .price02 {
    margin: 0 0.1em 0 0;
  }

  .gallery_renovationPage .infoBox__inner__costBox__txt {
    display: block;
  }

  /*概要*/
  .gallery_renovationPage #dataBox dl {
    border: none;
  }

  .gallery_renovationPage #dataBox dt,
  .gallery_renovationPage #dataBox dd {
    padding: 2.5%;
    width: 100%;
    border: none;
  }

  .gallery_renovationPage #dataBox dd {
    font-size: 0.9em;
  }

  /*BEFORE/AFTER*/
  .gallery_renovationPage #baBox dd.ba_before, .gallery_renovationPage #baBox dd.ba_after {
    border: 4px solid #FFF;
  }


  /*
===== 会社案内:companyPage ==========================================
*/
  .companyPage .contents-inner .entrytbl td {
    border-bottom: 1px solid #E6E6E6;
  }

  .companyPage .tblwrap table caption {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0;
  }

  /*
===== プライバシーポリシー:privacyPage ==========================================
*/
  .privacyPage .contents-inner p,
  .privacyPage .contents-inner dd {
    line-height: 170%;
  }

  .privacyPage .contents-inner dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 5%;
  }

  .privacyPage .contents-inner dl dd {
    margin-top: 2.5%;
  }

  .privacyPage .contents-inner ul {
    margin: 5%;
  }

  .privacyPage .contents-inner ul li {
    margin-bottom: 5%;
  }

  /*
===== サイトマップ:sitemapPage ==========================================
*/
  .sitemapPage .contents-inner ul {
    width: 100%;
  }

  .sitemapPage .contents-inner ul li {
    margin: 2.5% 0;
  }

  .sitemapPage .contents-inner ul li:first-child {
    margin-top: 0;
  }

  .sitemapPage .contents-inner ul li a {
    padding: 5%;
  }

  /*
===== お問い合わせ:contactPage ==========================================
*/
  /*来店予約ページ*/
  .shop-reservePage .ttlWrap .mainTtl {
    margin-top: 4%;
    height: 65%;
  }

  .shop-reservePage .meritBox__itemList {
    justify-content: center;
  }

  .shop-reservePage .meritBox__item {
    width: 100%;
    margin-bottom: var(--gutter-narrow);
  }

  .shop-reservePage .meritBox__item:last-child {
    margin-bottom: 0;
  }

  .shop-reservePage .meritBox__item .photo {
    width: 177px;
    margin: 0 auto;
  }

  .shop-reservePage .meritBox__item .catch {
    margin-top: 5%;
  }

  .shop-reservePage .meritBox__item:first-of-type .catch {
    padding-top: 0;
  }

  .shop-reservePage .meritBox__item dl.count {
    margin: 0;
  }

  .shop-reservePage .appealBox__ttlBox {
    height: auto;
  }

  .shop-reservePage .appealBox__ttlBox h2 {
    max-width: 90%;
  }

  .shop-reservePage .pointBox {
    width: 100%;
  }

  .shop-reservePage .staffBox {
    width: 100%;
    margin: var(--gutter) auto;
  }

  .shop-reservePage #shopAppealBox .flowBox li.step,
  .shop-reservePage #shopAppealBox .flowBox li.step_end {
    padding: 2.5%;
    text-align: center;
    margin-bottom: 2.5%;
    font-weight: bold;
    font-size: 1.6rem;
  }

  .shop-reservePage #shopAppealBox .flowBox li.step {
    border: solid 3px var(--color-black);
  }

  .shop-reservePage #shopAppealBox .flowBox li.step_end {
    background: var(--color-black);
    color: #FFF;
  }

  .shop-reservePage #shopAppealBox .flowBox span {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
  }

  .shop-reservePage #shopAppealBox #form .comment {
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
  }

  /* カタログ資料請求ページ */
  .catalogPage .ttlWrap {
    height: 140px;
  }

  .catalogPage .ttlWrap .mainTtl {
    font-size: clamp(2rem, 6vw, 2.2rem);
  }

  .catalogPage .ttlWrap::after {
    margin: 0;
  }

  /*
===== 中古を買ってリフォーム:renovationPage ==========================================
*/
.reformPage .ttlWrap .mainTtl {
  padding: 2.5%;
}

.reformPage .contents-inner {
  margin-bottom: 7.5%;
}

.reformPage h2.mainttl {
  background: url(../img/page/renovation/main_ttl_bg.webp) no-repeat top center;
  background-size: cover;
  padding: 2.5%;
}

.reformPage .catchBox .inner-top {
  margin-bottom: 2.5%;
  padding: 5% 2.5%;
  background-color: var(--color-palegray);
}

.reformPage .catchBox .inner-bottom {
  padding: 0 2.5%;
}

.reformPage .catchBox .inner-bottom p.figure {
  text-align: center;
  margin-bottom: 2.5%;
}

.reformPage .catchBox .inner-bottom p.figure .com {
  padding: 0 !important;
}

.reformPage .meritBox h2 {
  padding: 5%;
}

.reformPage .meritBox h2 span {
  display: inline-block;
}

.reformPage .meritBox #merit_index {
  padding: 20px 0;
}

.reformPage .meritBox #merit_index ul {
  margin: 10px;
  flex-direction: column;
}

.reformPage .meritBox #merit_index ul li {
  border: 2px solid var(--color-main);
  background: #FFF;
  margin-bottom: 5px;
  width: 100%;
}

.reformPage .meritBox #merit_index ul li a {
  background-size: 30px;
  padding: 11px 40px 15px 10px;
  display: flex;
  align-items: center;
}

.reformPage .meritBox #merit_index ul li span.num {
  font-size: clamp(14px, 4vw, 18px);
  margin-right: 10px;
}

.reformPage .meritBox #merit_index ul li span.num span {
  margin-left: 5px;
  font-size: 20px;
}

.reformPage .meritBox #merit_index ul li span.com {
  font-size: clamp(14px, 4vw, 18px);
  margin: 0 !important;
  text-align: left;
}

.reformPage .meritBox .inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.reformPage .meritBox .inner h3 span.num {
  display: block;
  background: var(--color-main);
  text-align: center;
  color: #FFF;
  margin-bottom: 5px;
  width: 100%;
  line-height: 1.6;
  max-width: unset;
  font-size: 1.2em;
  padding:0.5em 0;
}

.reformPage .meritBox .inner h3 span.num span {
  font-size: 16px;
  margin-left: 5px;
}

.reformPage .meritBox .inner .contentBox {
  margin: 15px 0;
  font-size: 14px;
}

.reformPage .meritBox .inner .btnBox {
  margin-top: 20px;
  background: var(--color-main);
  border-radius: 5px;
}

.reformPage .meritBox .inner .btnBox a {
  padding: 5vw 14vw 5vw 10vw;
  font-size: 16px;
  width: 100%;
}

.reformPage .meritBox .merit01,
.reformPage .meritBox .merit03 {
  padding: 5% 2.5%;
  background-color: var(--color-palegray);
  margin-bottom: 10px;
}

.reformPage .meritBox .merit02,
.reformPage .meritBox .merit04 {
  padding: 2.5%;
}

.reformPage .meritBox .merit03 .itemBox ul {
  flex-direction: column;
}

.reformPage .meritBox .merit03 .itemBox ul li {
  width: 80%;
  padding: 5%;
  font-size: clamp(14px, 4.5vw, 18px);
  margin: 0 auto 5px;
  border-radius: 10px;
  height: unset;
  flex-direction: column;
  justify-content: center;
}

.reformPage .meritBox .merit03 .itemBox ul li i {
  font-size: 22px;
  display: block;
  color: #D0CC99;
  margin-bottom: 5px;
  position: static;
  text-align: center;
  transform: none;
}

.reformPage .meritBox .merit04 .questionBox {
  border: 3px solid var(--color-main);
  margin: 20px 0;
  padding: 10px 20px;
}

.reformPage .meritBox .merit04 .questionBox h5 {
  font-size: 20px;
}

.reformPage .meritBox .merit04 .questionBox p {
  margin-top: 10px;
  text-align: left;
}

.reformPage .meritBox .merit04 .questionBox p span {
  color: var(--color-orange);
  font-size: 16px;
  font-weight: bold;
}

.reformPage .reasonBox {
  margin-top: 30px;
  background: url(../img/page/renovation/reasonBox_bg.webp) no-repeat center center;
  padding: 10% 2%;
  background-size: cover;
}

.reformPage .reasonBox p.catch {
  font-weight: bold;
  text-align: center;
}

.reformPage .reasonBox p.catch span {
  color: var(--color-orange);
  font-size: 16px;
  display: block;
  text-align: center;
}

.reformPage .reasonBox h2 {
  padding: 2.5%;
  font-size: clamp(19px, 6vw, 22px);
}

.reformPage .reasonBox .itemList_reason {
  margin-bottom: 5%;
  flex-direction: column;
}

.reformPage .reasonBox .itemList_reason li {
  padding: 2.5% 0;
  margin-top: 2.5%;
  width: 100%;
}

.reformPage .reasonBox .itemList_reason li span.num {
  font-size: 16px;
}

.reformPage .reasonBox .itemList_reason li span.com {
  font-size: 16px;
  margin: 10px 0 !important;
}

.reformPage .reasonBox .itemList_link li {
  margin: 2.5% 0;
}

.reformPage .reasonBox .itemList_link li a {
  padding: 7.5% 5%;
  color: var(--color-main);
  border-radius: 1rem;
  font-size: 16px;
}

/*来店予約・会員登録訴求、電話番号Box:.contact*/
.reformPage .contact .contactBox {
  margin-top: 30px;
  flex-direction: column;
}

.reformPage .contact .contactBox .shop_reserve,
.reformPage .contact .contactBox .emember {
  border: 3px solid var(--color-main);
  margin: 10px 2%;
  max-width: unset;
  width: 96%;
}

.reformPage .contact .contactBox .infoWrap {
  padding: 10px;
}

.reformPage .contact .contactBox h3 {
  background: var(--color-main);
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}

.reformPage .contact .contactBox dl.count dt {
  padding: 5px;
  font-size: clamp(15px, 4.7vw, 18px);
}

.reformPage .contact .contactBox dl.count dd span {
  font-size: 2.4em;
  vertical-align: middle;
}

.reformPage .contact .contactBox p {
  height: unset;
  margin: 0 0 10px;
  font-size: clamp(16px, 5vw, 20px);
}

.reformPage .contact .btn_reserve,
.reformPage .contact .btn_emember {
  font-size: clamp(20px, 7vw, 24px);
}

.reformPage .contact .contactBox .btn {
  padding: 10px;
}

.reformPage .contact .phone_number {
  padding: 5%;
  margin: 2.5%;
}

.reformPage .contact .phone_number p.com {
  font-size: 16px;
  padding: 2.5% 0;
}

.reformPage .contact .phone_number dl {
  margin-bottom: 2.5%;
  flex-direction: column;
  width: 100%;
}

.reformPage .contact .phone_number dt {
  padding: 3px 15px;
  font-size: 16px;
}

.reformPage .contact .phone_number dd {
  font-size: clamp(30px, 9vw, 35px);
  margin: 0;
}

  /*
===== image用 ==========================================
*/
  .attachmentPage p {
    margin-bottom: 20px;
  }

  .attachmentPage .content ul {
    margin: 20px;
    padding: 20px;
    background: #F4F4F4;
    border: 1px solid #E6E6E6;
  }

  .researchPage .researchBox .preparation {
    text-align: center;
  }
}
</pre></body></html>