﻿@charset "utf-8";
/* CSS Document */
/*ページ用CSS*/

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

.wp-pagenavi {
  max-width: var(--width-content);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: var(--gutter) !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 10px 15px;
  display: inline-block;
  border-radius: 6px;
  letter-spacing: 0;
}

.wp-pagenavi span.current {
  background-color: var(--color-black);
  color: #fff;
}

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

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

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

.singlePage #titleBox .secTtl {
  margin-top: 0;
  text-align: left;
}

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

.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;
  border-radius: 3px;
  line-height: 1;
}

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

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

.singlePage #btnBox p.btn_reserve a {
  display: block;
  background: var(--color-black);
  color: #fff;
  padding: 20px;
  position: relative;
  border-radius: var(--rad-common);
}

.singlePage #btnBox p.btn_reserve a::after {
  position: absolute;
  content: '';
  display: block;
  background: url(../img/common/icon_arrow.svg) no-repeat 0 0 / cover;
  width: 22px;
  height: 20px;
  right: 1.2em;
  top: calc(50% - 1vh);
  transform: rotate(90deg);
}

.singlePage #btnBox p.btn_reserve a:hover {
  opacity: 1;
  background-color: var(--color-main);
}

.singlePage #btnBox p.btn_end {
  background: #bbb;
  padding: 20px;
}

.singlePage #content {
  margin: var(--gutter-narrow) 0;
}

/* 目次(YOC)用CSS */
.singlePage #toc_container {
  border-radius: var(--rad-common);
  min-width: 30%;
  padding: 1em 1.5em .5em;
  border: 2px solid var(--color-black);
}
.singlePage #toc_container .toc_title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.4em;
  position: relative;
  padding-left: 1.3em;
  margin-bottom: .5em;
}

.singlePage #toc_container .toc_title::before {
  font-family: "Font Awesome 5 Free";
  content: '\f022';
  font-size: 1em;
  margin-right: 3px;
  color: var(--color-main);
  font-weight: 400;
  position: absolute;
  left: 0;
}

.singlePage #toc_container .toc_title .toc_toggle {
  font-size: 1.2rem;
}
.singlePage #content #toc_container .toc_list {
  padding: 0;
}
.singlePage #content #toc_container .toc_list li {
  list-style: none;
  border-bottom: 1px dotted var(--color-lightgray);
  padding-bottom: .5em;
  margin-bottom: .5em;
  position: relative;
}
.singlePage #content #toc_container .toc_list li:last-child {
  border: 0;
  padding-bottom: 0;
}
.singlePage #content #toc_container .toc_list li ul {
  border-top: 1px dotted var(--color-lightgray);
  padding: 1em 0 0 0;
  margin: 0;
}
.singlePage #content #toc_container .toc_list li ul li {
  margin-left: 1.5em;
}
/* .singlePage #content #toc_container .toc_list li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-size: 1em;
  margin-right: 3px;
  color: var(--color-main);
} */
.singlePage #content #toc_container .toc_list li .toc_number {
  color: var(--color-main);
}

/* ビジュアルエディタ用CSS */
.singlePage #content p {
  margin-bottom: 1em;
}
.singlePage #content h1,
.singlePage #content h2,
.singlePage #content h3,
.singlePage #content h4,
.singlePage #content h5,
.singlePage #content h6 {
  font-weight: bold;
  margin: 1em 0;
}
.singlePage #content h1 {
  font-size: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem);
}
.singlePage #content h2 {
  font-size: clamp(2.25rem, 2.023rem + 1.14vw, 2.875rem);
}
.singlePage #content h3 {
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
}
.singlePage #content h4 {
  font-size: clamp(1.625rem, 1.398rem + 1.14vw, 2.25rem);
}
.singlePage #content h5 {
  font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);
}
.singlePage #content h6 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
.singlePage #content  blockquote {
  padding: 1em;
  background: var(--color-palegray);
  margin: 1em 0;
}
.singlePage #content  blockquote p {
  margin-bottom: 0;
}
.singlePage #content ul,
.singlePage #content ol {
  padding-left: 1.5em;
}
.singlePage #content ul li {
  list-style: disc;
  line-height: 1.6;
  margin-bottom: 1em;
}
.singlePage #content ol li {
  list-style: decimal;
  line-height: 1.6;
  margin-bottom: 1em;
}
.singlePage #content table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid var(--color-lightgray);
  border-left: 1px solid var(--color-lightgray);
}
.singlePage #content table th {
  border-right: 1px solid var(--color-lightgray);
  border-bottom: 1px solid var(--color-lightgray);
}
.singlePage #content table td {
  border-right: 1px solid var(--color-lightgray);
  border-bottom: 1px solid var(--color-lightgray);
}
.singlePage #content table th,
.singlePage #content table td {
  padding: .5em;
}
.singlePage #content a {
  text-decoration: underline;
  color: var(--color-main);
}

.singlePage #mapBox {
  padding-top: 80px;
  margin-top: -50px;
}

.singlePage #mapBox .ttl {
  padding: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  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;
}

.page_title01 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  background: url(../img/common/page_title01_bg.webp)no-repeat top center;
  padding: 50px 0;
  margin-bottom: 50px;
}

.page_title02 {
  font-size: 1.4em;
  font-weight: bold;
  padding: 15px 0 15px 16px;
  background: url(../img/common/icon01.webp)no-repeat left center;
  background-size: 8px;
  border-bottom: solid 2px #CCC;
  line-height: 1;
  margin-bottom: 20px;
}

.btn_returntop a {
  max-width: 300px;
  width: 80%;
  display: block;
  margin: 40px auto;
  text-align: center;
  background-color: #333333;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0;
  border-radius: 3px;
  position: relative;
}

.btn_returntop a::after {
  position: absolute;
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  transform: translateY(-50%);
  top: 50%;
  right: 5%;
}

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

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

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

.renovationPage #bread a {
  color: var(--color-white);
}

.renovationPage #bread>span:not(:last-child)::after {
  border-color: var(--color-white);
}

.renovationPage .ttlWrap {
  padding: var(--gutter-narrow) 0;
  background: url(../img/page/renovation/main_ttl_bg.webp) no-repeat top center / cover;
  height: auto;
}

.renovationPage .ttlWrap .mainTtl {
  padding-top: 10px;
}

/*introduction*/
.renovationPage .catchBox_ttl {
  text-align: center;
  font-size: clamp(1.6rem, 5vw, 3.2rem);
  font-weight: bold;
  padding: 1.5em 0;
  color: var(--color-black);
}

.renovationPage .catchBox_ttl_main {
  font-size: 1.2em;
  display: block;
  font-weight: 900;
  text-align: center;
}

.renovationPage .catchBox_ttl_num {
  font-size: 1.2em;
  color: var(--color-main);
}

.renovationPage .catchBox_ttl_num em {
  font-style: normal;
  font-size: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem);
}

.renovationPage .catchBox_inner-top .catchBox_img_main {
  text-align: center;
}

.renovationPage .catchBox_inner-bottom {
  margin: var(--gutter) auto;
  position: relative;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  color: var(--color-black);
}

.renovationPage .catchBox_inner-bottom p {
  text-align: center;
  margin-bottom: 1em;
}

.renovationPage .catchBox_txt_main {
  font-size: 1.4em;
  padding-bottom: 80px;
  position: relative;
}

.renovationPage .catchBox_txt_main::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: var(--color-main) transparent transparent transparent;
}

.renovationPage .catchBox_txt_merit {
  font-weight: bold;
  color: var(--color-main);
  display: inline-block;
}

/*メリット*/
.renovationPage .meritBox_item {
  padding: var(--gutter) 0;
}

.renovationPage .meritBox_item .merit_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(-1 * var(--gutter-wide));
  margin-bottom: var(--gutter);
  padding-top: var(--gutter-wide);
}

.renovationPage .meritBox_item .merit_ttl img {
  display: block;
  width: auto;
  height: 100px;
  margin: 0 2em;
}

.renovationPage .meritBox_item .merit_ttl .merit_ttl_txt {
  /* width: 85%; */
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  font-weight: bold;
  text-align: left;
}

.renovationPage .meritBox_item .merit_ttl .num {
  display: inline-block;
  background: var(--color-main);
  text-align: center;
  color: #FFF;
  font-size: .8em;
  padding: 0 0.5em;
}

.renovationPage .meritBox_item .merit_ttl .num span {
  font-size: 1em;
  margin-left: 5px;
}

.renovationPage .meritBox_item .contentBox {
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  margin: var(--gutter-narrow) 0;
}

.renovationPage .meritBox_item .contentBox span {
  color: var(--color-main);
  font-size: 1.2em;
  font-weight: bold;
}

.renovationPage .meritBox_item .btnBox {
  margin-top: var(--gutter-narrow);
}

.renovationPage .meritBox_item .btnBox a {
  display: block;
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  background: var(--grad-blue);
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: var(--rad-common);
  font-size: clamp(1.4rem, 2.4vw, 3.2rem);
  padding: 1em;
  line-height: 1.2;
}

.renovationPage .meritBox_item .btnBox a span {
  display: inline-block;
}

.renovationPage .meritBox .merit01,
.renovationPage .meritBox .merit03 {
  background-color: var(--color-palegray);
}

/*merit01*/
.renovationPage .merit01 .merit01_figureBox_txt {
  text-align: center;
  font-size: clamp(1.6rem, 2.4vw, 3.2rem);
  padding: 0.5em;
  font-weight: bold;
  border: 4px solid #333;
  margin: var(--gutter) 0;
  background: #fff;
}

.renovationPage .merit01 .merit01_figureBox_txt .emph {
  font-size: 1.2em;
  color: var(--color-orange);
  display: inline-block;
}

/*merit02*/
.renovationPage .meritBox .merit02 .comparisonBox {
  display: flex;
  justify-content: space-between;
}

.renovationPage .meritBox .merit02 .comparisonBox dl {
  padding-bottom: var(--gutter-supernarrow);
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
}

.renovationPage .meritBox .merit02 .comparisonBox dl dt {
  background: #333;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
  color: #fff;
}

.renovationPage .meritBox .merit02 .comparisonBox dl dd {
  font-weight: bold;
}

.renovationPage .meritBox .merit02 .comparisonBox .case01 {
  background: var(--color-palegray) url(../img/page/renovation/merit_img_04.webp) no-repeat right 10px bottom 0 / 23% auto;
  width: 35%;
}

.renovationPage .meritBox .merit02 .comparisonBox .case01 dt {
  color: #FFF;
}

.renovationPage .meritBox .merit02 .comparisonBox .case01 dd {
  font-size: 0.8em;
  padding: 10px 20px 0;
}

.renovationPage .meritBox .merit02 .comparisonBox .case01 dd.figure {
  text-align: center;
}

.renovationPage .meritBox .merit02 .comparisonBox .case02 {
  background: var(--color-palegray) url(../img/page/renovation/merit_img_05.webp) no-repeat right 10px bottom 0 / 15% auto;
  width: 64%;
}

.renovationPage .meritBox .merit02 .comparisonBox .case02 dt {
  background: var(--color-main);
}

.renovationPage .meritBox .merit02 .comparisonBox .case02 dd {
  font-size: 0.9em;
  text-align: center;
  padding: 10px 20px;
}

.renovationPage .meritBox .merit02 .comparisonBox .case02 .merit02_item {
  padding: 10px 150px 10px 20px;
}

.renovationPage .meritBox .merit02 .comparisonBox .case02 ul {
  display: flex;
  justify-content: space-between;
}

.renovationPage .meritBox .merit02 .comparisonBox .case02 ul li {
  width: clamp(60px, 12vw, 140px);
  margin: 0 1%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-white);
  border: 2px solid var(--color-main);
  color: var(--color-main);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.renovationPage .meritBox .merit03 .itemBox ul li {
  width: 200px;
  height: 180px;
  padding: 15px;
  border-radius: 100%;
  font-size: 18px;
  text-align: center;
  background: var(--color-white);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.renovationPage .meritBox .merit03 .itemBox .merit03_imgBox {
  width: 35%;
  margin: 0 auto;
}

.renovationPage .meritBox .merit04 .questionBox {
  border: 3px solid var(--color-lightgray);
  margin: var(--gutter) auto;
  background: url(../img/page/renovation/merit_img_02.webp) no-repeat right 10px bottom 10px / 20% auto;
}

.renovationPage .meritBox .merit04 .questionBox .questinBox_ttl {
  color: var(--color-main);
  font-size: clamp(2rem, 2.4vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0 0;
}

.renovationPage .meritBox .merit04 .questionBox p {
  padding: var(--gutter-narrow);
  font-size: clamp(1.4rem, 2.2vw, 2.4rem);
}

.renovationPage .meritBox .merit04 .questionBox p span {
  color: var(--color-main);
  font-size: 1.2em;
  font-weight: bold;
}

.renovationPage .meritBox .merit04 .figureBox_inner {
  border: 2px solid #333;
}

.renovationPage .meritBox .merit04 .figureBox dt {
  background: #333;
  color: #fff;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  padding: 0.5em 1em;
}

.renovationPage .meritBox .merit04 .figureBox dt .subTxt {
  display: inline-block;
  font-size: 0.9em;
}

.renovationPage .meritBox .merit04 .figureBox dd {
  padding: var(--gutter-narrow);
}

/* 以下は魚拓 */
.renovationPage .contents-inner {
  margin-bottom: 50px;
}

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

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

.renovationPage .meritBox #merit_index {
  background: url(../img/common/bg_wood.webp) repeat top center;
  padding: 50px 0;
}

.renovationPage .meritBox #merit_index h2 {
  color: var(--color-white);
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: bold;
  margin-bottom: .75em;
}

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

.renovationPage .meritBox #merit_index li {
  width: 23%;
}

.renovationPage .meritBox #merit_index li a {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  border: 2px solid var(--color-black);
  background: var(--color-white);
  padding: 0 0 2em;
  font-weight: bold;
  position: relative;
  height: 100%;
}

.renovationPage .meritBox #merit_index li a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 6px solid var(--color-main);
  border-bottom: 6px solid var(--color-main);
  left: calc(50% - 3px);
  ;
  bottom: 20px;
  transform: rotate(45deg);
}

.renovationPage .meritBox #merit_index li a img {
  height: 100px;
  width: auto;
  display: block;
  margin: 1.5em auto 0;
}

.renovationPage .meritBox #merit_index li span.num {
  font-size: 24px;
  background: var(--color-main);
  color: var(--color-white);
  display: block;
  text-align: center;
  padding-bottom: 5px;
}

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

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

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

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

.renovationPage .meritBox .inner h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-top: var(--gutter-wide);
  margin-top: calc(-1 * var(--gutter-wide));
}

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

.renovationPage .meritBox .inner h3 .merit_icon {
  display: block;
  margin: 10px auto;
  width: auto;
  height: 100px;
}

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

.renovationPage .meritBox .inner .contentBox {
  font-size: 18px;
  margin: 30px 0;
  text-align: center;
}

.renovationPage .meritBox .inner .figureBox {
  text-align: center;
}

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

.renovationPage .btn_archive {
  text-align: center;
}

.renovationPage .btn_archive a {
  display: block;
  width: 70%;
  margin: 0 auto;
  background: var(--color-black);
  color: var(--color-white);
  padding: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.renovationPage .btn_archive a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 4px solid var(--color-white);
  border-bottom: 4px solid var(--color-white);
  top: calc(50% - 2px);
  right: 6%;
  transform: rotate(-45deg);
}

.renovationPage .btn_archive a:hover {
  background: var(--color-main);
  opacity: 1;
}

.renovationPage .contact .contactBox {
  display: flex;
  justify-content: space-between;
}

.renovationPage .contact .contactBox .shop_reserve,
.renovationPage .contact .contactBox .emember {
  width: 49%;
  border: 2px solid #333;
}

.renovationPage .contact .contactBox h3 {
  background: #333;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}

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

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

.renovationPage .contact .contactBox dl.count dt {
  padding: 10px 30px;
  border: 2px solid #333;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-right: 10px
}

.renovationPage .contact .contactBox dl.count dd {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: baseline;
}

.renovationPage .contact .contactBox dl.count dd span {
  font-size: 60px;
  vertical-align: middle;
}

.renovationPage .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;
}

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

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

.renovationPage .contact .btn_reserve::after,
.renovationPage .contact .btn_emember::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 6px solid var(--color-white);
  border-bottom: 6px solid var(--color-white);
  top: calc(50% - 2px);
  right: 6%;
  transform: rotate(-45deg);
}


/*来店予約訴求・会員登録訴求・電話番号*/
.renovationPage .contact .phone_number {
  background: var(--color-palegray);
  border: 2px solid var(--color-black);
  padding: 20px 0;
  margin: 30px 0;
}

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

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

.renovationPage .contact .phone_number dt {
  color: var(--color-black);
  border: 2px solid var(--color-black);
  font-size: 18px;
  font-weight: bold;
  padding: 5px 1em;
  text-align: center;
  line-height: 1;
}

.renovationPage .contact .phone_number dd {
  margin-left: 20px;
  font-size: 36px;
  font-weight: bold;
  color: var(--color-black);
  ;
}

.renovationPage .contact .phone_number dd .en_font {
  font-size: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
}

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

.renovationPage .reasonBox h2 {
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  font-weight: bold;
  border: solid 2px #FFF;
  width: 100%;
  color: #FFF;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.renovationPage .reasonBox h2 span {
  font-size: 1.2em;
}


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

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

.renovationPage .reasonBox .itemList_reason li.reason01 {
  background: var(--color-main);
}

.renovationPage .reasonBox .itemList_reason li.reason02 {
  background: var(--color-black);
}

.renovationPage .reasonBox .itemList_reason li.reason03 {
  background: var(--color-orange);
}

.renovationPage .reasonBox .itemList_reason li span.com {
  display: block;
  text-align: center;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 2rem);
}

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

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

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

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

.renovationPage .reasonBox .itemList_link li a {
  display: block;
  font-size: 28px;
  font-weight: bold;
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  background: #FFF;
  position: relative;
  color: var(--color-black);
}

.renovationPage .reasonBox .itemList_link li a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 6px solid var(--color-black);
  border-bottom: 6px solid var(--color-black);
  top: calc(50% - 2px);
  right: 6%;
  transform: rotate(-45deg);
}

/*
===== モデルルーム:modelroomPage  ==========================================
*/
.modelroomPage #postbox {
  margin-top: var(--gutter);
}

/*モデルルーム:一覧*/
.modelroomPage .itemList .List {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.modelroomPage .itemList li.item {
  width: 32%;
  margin-bottom: 30px;
  background-color: var(--color-palegray);
  box-sizing: border-box;
  position: relative;
  border-radius: var(--rad-common);
}

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

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

.modelroomPage .itemList li.item .photo {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  position: relative;
}

.modelroomPage .itemList li.item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: var(--rad-common) var(--rad-common) 0 0;
  /*IE対策*/
}

.modelroomPage .itemList li.item .info {
  padding: 20px 15px 15px;
  position: relative;
}

.modelroomPage .itemList li.item .ttl {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.modelroomPage .itemList li.item .numbering {
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.0;
  margin-right: 0.2em;
  white-space: nowrap;
  letter-spacing: 0;
}

.modelroomPage .itemList li.item dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modelroomPage .itemList li.item .catch {
  font-weight: bold;
  margin: 5px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modelroomPage .itemList li.item .iconWrap__reservable {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modelroomPage .itemList li.item .iconWrap__reservable span {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: var(--rad-common) 0 var(--rad-common) 0;
  padding: 0.75em 1.5em;
}

.modelroomPage .itemList li.item .photo .icon {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.modelroomPage .itemList li.item .photo .icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  line-height: 1;
}

/*モデルルーム:詳細*/
/*lightbox*/
.modelroomPage .lbwrap {
  position: relative;
  overflow: hidden;
}

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

.modelroomPage .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;
}

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

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

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

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

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

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

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

.modelroomPage .sliderBox .pager__list a {
  opacity: .5;
  transition: opacity .3s linear;
}

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

.modelroomPage .sliderBox .pager__list a:hover {
  cursor: pointer;
}

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

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

.modelroomPage .sliderBox .pager__list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

/*---------- ばらけ防止 ----------*/
.modelroomPage .sliderBox .slider__list__item:not(:first-child) {
  display: none;
}

.modelroomPage .sliderBox .slick-initialized .slider__list__item {
  display: block !important;
}

/* bnrBox */
.modelroomPage .bnrBox {
  margin: var(--gutter) auto;
}

/* titleBox */
.modelroomPage .titleBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: var(--gutter) auto var(--gutter-narrow);
}

.modelroomPage .titleBox .icon span {
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  background: var(--color-main);
  color: #fff;
  line-height: 1.0;
  font-size: 1.2em;
  margin-bottom: 10px;
  padding: .5em 1em;
}

.modelroomPage .titleBox .secTtl {
  margin: 0 auto !important;
}

/* catchcopyBox */
.modelroomPage .catchcopyBox {
  margin: var(--gutter-supernarrow) auto var(--gutter-supernarrow);
}

.modelroomPage .catchcopyBox p {
  text-align: center;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  /* color: var(--color-red); */
  font-weight: bold;
}

/* messageBox */
.modelroomPage h3 {
  color: #FFF;
  font-weight: bold;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  padding: 0.5em;
  background: var(--color-main);
  text-align: center;
  margin: auto;
  position: relative;
}

.modelroomPage h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 15px);
  bottom: -8px;
  border-top: 10px solid var(--color-main);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  z-index: 1;
}

/* .modelroomPage .messageBox p {
  text-align: center;
} */

/* floorplanBox */
.modelroomPage .floorplanBox {
  margin: var(--gutter) auto;
}

.modelroomPage .floorplanBox ul {
  display: flex;
  justify-content: space-around;
  margin: var(--gutter-narrow) auto;
}

.modelroomPage .floorplanBox ul li {
  width: 46%;
  height: auto;
  aspect-ratio: 3 / 2;
  border: 1px solid #ccc;
}

.modelroomPage .floorplanBox ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
}

/* pickupBox */
.modelroomPage .pickupBox .font {
  font-family: var(--font-en);
}

.modelroomPage .pickupBox {
  margin: var(--gutter) auto;
}

.modelroomPage .pickupBox ul {
  margin: var(--gutter) auto;
}

.modelroomPage .pickupBox ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  margin: 0 auto var(--gutter);
  width: min(96%, var(--width-content));
}

.modelroomPage .pickupBox ul li:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.modelroomPage .pickupBox ul li .imgBox {
  width: 46%;
  height: auto;
  aspect-ratio: 3 / 2;
  border: 1px solid #ccc;
}

.modelroomPage .pickupBox ul li .imgBox a {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 2;
}

.modelroomPage .pickupBox ul li .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
}

.modelroomPage .pickupBox ul li .textBox {
  width: 48%;
}

.modelroomPage .pickupBox ul li .textBox .number {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: bold;
}

.modelroomPage .pickupBox ul li .textBox .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-main);
}

.modelroomPage .pickupBox ul li .textBox .txt {
  margin-top: 10px;
}

/* detailBox */
.modelroomPage .detailBox {
  margin: var(--gutter) auto;
}

.modelroomPage .detailBox__inner {
  margin: var(--gutter-narrow) auto;
}

.modelroomPage .detailBox dl {
  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;
}

.modelroomPage .detailBox dt,
.modelroomPage .detailBox dd {
  border-top: solid 1px #CCC;
  box-sizing: border-box;
  padding: clamp(15px, 3vw, 20px);
}

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

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

/* ページネーション */
.modelroomPage.singlePage .navigation {
  margin-top: var(--gutter);
}

/*
===== 来店予約 ==========================================
*/
.shop-reservePage #bread a {
  color: var(--color-white);
}

.shop-reservePage #bread>span:not(:last-child)::after {
  border-color: var(--color-white);
}

.shop-reservePage .ttlWrap {
  background: url(../img/page/shop_reserve/main_ttl_bg.webp) no-repeat top center/cover;
  height: unset;
  padding: var(--gutter) 0 0;
}

.shop-reservePage .ttlWrap .mainTtl {
  padding: 0 var(--gutter);
}

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

.shop-reservePage .ttl,
.shopPage .ttl {
  text-align: center;
  margin-bottom: 40px;
}

.shop-reservePage .meritBox .ttl img,
.shopPage .meritBox .ttl img {
  width: 70%;
}

.shop-reservePage .meritBox .meritList,
.shopPage .meritBox .meritList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 5%;
}

.shop-reservePage .meritBox .meritList li,
.shopPage .meritBox .meritList li {
  width: 30%;
  max-width: 360px;
  display: flex;
}

.shop-reservePage .meritBox .item {
  display: flex;
  flex-direction: column;
}

.shop-reservePage .meritBox .item .info,
.shopPage .meritBox .item .info {
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.shop-reservePage .meritBox .item .catch,
.shopPage .meritBox .item .catch {
  text-align: center;
  font-size: clamp(15px, 2vw, 16px);
  font-weight: bold;
}

.shop-reservePage .meritBox .item dl.count {
  font-size: 16px;
  text-align: center;
  display: flex;
  flex: row wrap;
  justify-content: center;
  align-items: center;
}

.shop-reservePage .meritBox .item dt {
  padding: 5px;
  border: 2px solid #333;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}

.shop-reservePage .meritBox .item dd {
  font-weight: bold;
  display: flex;
  align-items: baseline;
}

.shop-reservePage .meritBox .item dd span {
  font-size: 2.4em;
  vertical-align: middle;
}

.shop-reservePage .appealBox__ttlBox {
  padding:var(--gutter-narrow) 0 20px;
  background: url(../img/page/shop_reserve/main_ttl_bg02.webp) no-repeat center / cover;
  margin-bottom: var(--gutter);
  text-align: center;
}

.shop-reservePage .pointBox dd {
  background: url(../img/page/shop_reserve/pointList_check.webp) no-repeat 25px center;
  background-size: 40px;
  font-size: 22px;
  padding: 10px 20px 10px 80px;
  margin: 20px 0;
}

.shop-reservePage .pointBox dd:nth-child(odd) {
  background-color: var(--color-palegray);
  padding: 20px 20px 20px 80px;
}

/*-- スタッフが全力で対応 --*/
.shop-reservePage .appealBox {
  background: var(--color-palegray);
}

.shop-reservePage .appealBox__inBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
  align-items: flex-start;
}

.shop-reservePage .pointBox {
  width: 48%;
  box-shadow: 5px 5px 0 #ccc;
  background-color: #fff;
  border-radius: var(--rad-common);
  margin: var(--gutter-narrow) 0;
}

.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;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

.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 {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  padding: 1.3em 0.5em 1.3em 3em;
  margin: 0 1em;
  position: relative;
}

.shop-reservePage .pointBox li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f14a';
  font-size: 2em;
  font-weight: 400;
  margin-right: 4px;
  color: var(--color-main);
  position: absolute;
  left: 5px;
}

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

.shop-reservePage .staffBox {
  width: 48%;
  text-align: center;
  position: relative;
  margin: var(--gutter-narrow) 0 0;
}

.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-main);
  margin-bottom: 20px;
}

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

.shop-reservePage .staffBox img {
  /* position: absolute; */
  width: 70%;
  z-index: 0;
  padding-top: var(--gutter-wide);
}

.shop-reservePage .staffBox ul {
  position: relative;
  z-index: 1;
}

.shop-reservePage .staffBox li {
  position: relative;
  padding: 1.1em;
  background-color: var(--color-white);
  border: 2px solid var(--color-black);
  border-radius: 50vh;
  margin-bottom: 2em;
  width: 50%;
  color: var(--color-black);
  font-size: clamp(1.2rem, 1.6vw, 1.8rem);
  text-align: center;
}

.shop-reservePage .staffBox li:nth-child(2n) {
  position: absolute;
  right: 0;
  transform: translateY(-60px);
}

.shop-reservePage .staffBox li:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 15px);
  bottom: -15px;
  border-top: 15px solid var(--color-black);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.shop-reservePage .staffBox li::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 15px);
  bottom: -12px;
  border-top: 15px solid var(--color-white);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.shop-reservePage .bannerWrap {
  padding: var(--gutter-narrow);
  text-align: center;
}

.shop-reservePage #shopInfoBox {
  margin: 50px 0;
}

.shop-reservePage .shopImages .slick-list.draggable,
.shop-reservePage .thumImages .slick-list.draggable {
  overflow: hidden;
}

.shop-reservePage #shopInfoBox .shopmap {
  width: 100%;
  height: 250px;
  margin-top: 20px;
}

.shop-reservePage #shopInfoBox .ttl img {
  max-width: 218px;
}

.shop-reservePage #shopInfoBox .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 30px;
  background: var(--color-palegray);
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop-reservePage #shopInfoBox .leftCont {
  width: 51%;
  max-width: 486px;
}

.shop-reservePage #shopInfoBox .shopImages {
  padding: 0;
}

/*-- 店舗画像のslick サムネイル表示 ここから --*/

.slick-slider {
  height: auto !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.shop-reservePage #shopInfoBox .thumImages .slick-trac,
.shopPage #shopInfoBox .thumImages .slick-track {
  transform: unset !important;
}

.shop-reservePage #shopInfoBox .thumImages,
.shopPage #shopInfoBox .thumImages {
  position: relative;
  overflow: hidden;
}

.shop-reservePage #shopInfoBox .thumImages .slick-arrow::before,
.shopPage #shopInfoBox .thumImages .slick-arrow::before {
  top: 20%;
  width: 15px;
}

.shop-reservePage #shopInfoBox .thumImages .shopThumImage,
.shopPage #shopInfoBox .thumImages .shopThumImage {
  margin: 10px 2px;
  width: 25%;
}

.shop-reservePage #shopInfoBox .thumImages .shopThumImage:hover,
.shopPage #shopInfoBox .thumImages .shopThumImage:hover {
  cursor: pointer;
}

.shop-reservePage #shopInfoBox .thumImages .shopThumImage img,
.shopPage #shopInfoBox .thumImages .shopThumImage img {
  opacity: .5;
}

.shop-reservePage #shopInfoBox .thumImages .shopThumImage.slick-current img,
.shopPage #shopInfoBox .thumImages .shopThumImage.slick-current img {
  opacity: 1;
}

/*-- 店舗画像のslick サムネイル表示 ここまで --*/

.shop-reservePage #shopInfoBox .rightCont {
  width: 48%;
  max-width: 460px;
}

.shop-reservePage #shopInfoBox .shopData {
  display: flex;
  align-items: center;
  border-bottom: dotted 1px #CCC;
}

.shop-reservePage #shopInfoBox .shopData dt {
  max-width: 150px;
  width: 30%;
  text-align: center;
  font-weight: bold;
  padding: 20px 25px;
}

.shop-reservePage #shopInfoBox .shopData dd {
  flex-grow: 1;
  padding: 20px 25px;
}

.shop-reservePage .flowBox .comment {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  margin: 50px 0;
}

.shop-reservePage .flowList {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.shop-reservePage .flowItem {
  border: 3px solid #333;
  padding: 20px;
  text-align: center;
  width: calc((100% - 80px)/5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shop-reservePage .flowItem+.flowItem::before {
  position: absolute;
  content: '';
  background: url(../img/page/shop_reserve/flow_arrow.webp) center/100% no-repeat;
  width: 39px;
  height: 39px;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
}

.shop-reservePage .flowItem.finish {
  border: none;
  background-color: var(--color-main);
  color: #fff;
}

.shop-reservePage .flowItem h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
}

.shop-reservePage .flowItem p {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 500;
}

.shop-reservePage .flowItem img {
  max-height: 100px;
}

/* 注釈追加 #34313 */
.shop-reservePage .reserve_note {
  text-align: center;
}

.shop-reservePage .reserve_note span {
  border: 2px solid var(--color-red);
  color: var(--color-red);
  border-radius: var(--rad-common);
  padding: .5em 3em;
  display: inline-block;
}

/*
===== イベント予約:event-reservePage ==========================================
*/
.event-reservePage #postbox {
  margin-top: var(--gutter);
}

/*
===== お問い合わせ:contactPage ==========================================
*/
.contactPage #postbox {
  margin-top: var(--gutter);
}

.contactPage .contact_note {
  font-size: 16px;
  margin: 30px;
  text-align: center;
  letter-spacing: 0;
}

/*
===== カタログ請求:catalogPage ==========================================
*/
.catalogPage #bread a {
  color: var(--color-white);
}

.catalogPage #bread>span:not(:last-child)::after {
  border-color: var(--color-white);
}

.catalogPage #postbox {
  margin-top: var(--gutter);
}

.catalogPage .ttlWrap {
  background: url('../img/page/catalog/catalog_mainttl_bg.webp') no-repeat top center / cover;
  min-height: 300px;
  height: fit-content;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.catalogPage .ttlWrap .catalog_ttl_wrap {
  width: var(--width-content);
  text-align: center;
}

.catalogPage .ttlWrap .catalog_ttl_wrap .mainTtl {
  color: var(--color-white);
  padding: 0 25% 0 7%;
  width: 70%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  align-items: flex-start;
}

.catalogPage .ttlWrap .catalog_ttl_wrap .mainTtl .en_font {
  font-size: clamp(0.75rem, 1.6vw, 1.5rem);
}

.catalogPage .ttlWrap .catalog_ttl_wrap .mainTtl::after {
  content: '';
  display: block;
  position: absolute;
  right: 8%;
  background: url('../img/page/catalog/catalog_img.webp') no-repeat 0 0 / cover;
  aspect-ratio: 1;
  height: auto;
  width: min(32%, 300px);
}

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

.privacyPage .contents-inner dl dt {
  font-size: 16px;
  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;
}

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

.privacyPage .contents-inner ol li {
  margin-bottom: 20px;
}

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

.sitemapPage .contents-inner {
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

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

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

.sitemapPage .contents-inner ul li a {
  display: block;
  padding: 20px 10px 20px 22px;
  border: 2px solid #CCCCCC;
  position: relative;
}

.sitemapPage .contents-inner ul li a::before {
  position: absolute;
  content: '';
  border: 4px solid transparent;
  border-left: 6px solid #333;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}

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

/*
===== errpage ==========================================
*/
.err404Page .contents-inner {
  padding: var(--gutter-narrow);
}

.err404Page .err404 {
  margin: 30px 0;
  padding: 50px 20px;
  border: 5px solid #E6E6E6;
}

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

.topicsPage .itemList .item a {
  padding: 20px;
  display: block;
}

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

.topicsPage .itemList .item:nth-child(even) a {
  background: var(--color-palegray);
}

.topicsPage .itemList .item:last-child a {
  border-bottom: 1px solid #E0E0E0;
}

.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;
  display: flex;
  align-items: center;
}

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

.eventPage .itemList .item:nth-child(even) a {
  background: var(--color-palegray);
}

.eventPage .itemList .item .photo {
  width: 225px;
  height: auto;
  aspect-ratio: 225 / 150;
  border: 1px solid #E0E0E0;
  margin-right: 20px;
  border-radius: var(--rad-common);
}

.eventPage .itemList .item .photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: var(--rad-common);
}

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

.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: 5px 10px;
  background: var(--color-main);
  color: #fff;
  display: inline-block;
  flex-shrink: 0;
}

.eventPage .itemList .item .icon span {
  padding: 10px;
  font-weight: bold;
}

.eventPage .photo {
  text-align: center;
}

/*
===== スタッフコラム:columnPage ==========================================
*/
.columnPage #postbox {
  margin-top: var(--gutter);
}

/*スタッフコラム:一覧*/
.columnPage .itemList .item a {
  padding: 20px;
  display: flex;
  align-items: center;
}

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

.columnPage .itemList .item .photo {
  width: 225px;
  height: auto;
  aspect-ratio: 225 / 150;
  border: 1px solid #E0E0E0;
  margin-right: 20px;
  border-radius: var(--rad-common);
}

.columnPage .itemList ul.List li.item .photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: var(--rad-common);
}

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

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

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

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

/*スタッフコラム:詳細*/
.columnPage #detailBox .term {
  margin-top: -20px;
  text-align: right;
  display: block;
}

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

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

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

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

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

.qaPage #accordion dl {
  border: 2px solid var(--color-black);
  border-radius: var(--rad-common);
  background: var(--color-palegray);
}

.qaPage #accordion dt {
  position: relative !important;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 1em var(--gutter) 1em 40px;
  /* background: var(--color-black) url(../img/common/icon_qa.webp) no-repeat 10px center;
  background-size: 30px auto; */
  
  border-radius: var(--rad-common);
}

.qaPage #accordion dt::before {
  content: "Q";
  font-family: 'Sen', sans-serif;
  font-size: 40px;
  padding-right: 5px;
}

@media (any-hover:hover) {
  .qaPage #accordion dt:hover {
    cursor: pointer;
  }
}

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

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

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

.qaPage #accordion dd {
  padding: var(--gutter-narrow);
  background: var(--color-white);
  border-radius: 0 0 var(--rad-common) var(--rad-common);
}

.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 #postbox #detailBox {
  margin-bottom: var(--gutter);
}

/*中古リフォーム事例:一覧*/
.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;
}

.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;
}

.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 li.item .iconWrap .icon_new {
  background: url(../img/common/icon_new_bg.svg) no-repeat center / cover;
  width: 70px;
  height: auto;
  aspect-ratio: 80 / 78;
  font-size: 2rem;
  font-family: var(--font-en);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  position: absolute;
  top: -60px;
}

.gallery_renovationPage .itemList .ttl h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

.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;
}

.gallery_renovationPage .itemList .icon {
  display: block;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 2px;
}

.gallery_renovationPage .itemList .icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  line-height: 1;
}

/*中古リフォーム事例:詳細*/
/*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 .bannerWrap {
  margin: var(--gutter) auto;
}

/* スライド */
.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;
}

/*
===== 店舗案内：shopPage ==========================================
*/

/*-- モデルルーム&ショールーム --*/
#modelroomBox {
  background: url(../img/index/modelroomBox_bg.webp) no-repeat top / cover;
  padding: 0 0 var(--gutter);
  position: relative;
}

#modelroomBox .catchcopy_box {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  line-height: 1.8;
  padding-top: var(--gutter);
  width: min(100%, var(--width-content));
  margin: 0 auto;
}

#modelroomBox .index__ttlBox {
  font-size: 40px;
  color: var(--color-white);
  background: var(--color-black);
  padding: .25em 1em;
  line-height: 1;
  border-radius: 10px;
  position: relative;
  margin: var(--gutter) 0;
}

#modelroomBox .index__ttlBox::before {
  content: '';
  display: block;
  position: absolute;
  width: 108px;
  height: 46px;
  background: url(../img/common/icon_decoration_01.svg) no-repeat 0 0 / cover;
  top: -70px;
  left: calc(50% - 54px);
}

#modelroomBox .catchcopy_box .modelroom_txt {
  font-weight: 900;
  font-size: clamp(1rem, 10vw, 2.4rem);
  line-height: 1.8;
  margin-bottom: 1em;
}

/* #modelroomBox .catchcopy_box .modelroom_txt_underline {
  display: inline;
  background: linear-gradient(transparent 80%, #FFEE00 0%);
} */

#modelroomBox .modelroomImg {
  position: absolute;
  width: 18%;
  z-index: 1;
}

#modelroomBox .modelroomImg.modelroom_img01 {
  left: 0%;
}

#modelroomBox .modelroomImg.modelroom_img02 {
  right: 0%;
  bottom: -5%;
}

/*-- 店舗のご案内 --*/
#shopInfoBox .slick-track {
  transform: unset !important;
}

#shopInfoBox .ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: var(--color-black);
  line-height: 1.1;
  margin-bottom: 30px;
}

#shopInfoBox .ttl .en_font {
  font-size: 48px;
  display: block;
  color: var(--color-black);
}

.shopPage .shopBnrBox {
  margin: var(--gutter) auto;
}

.shopPage .countBox__ttl {
  background-color: var(--color-main);
  padding: 20px 0 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
}

.shopPage .countBox__ttl::before {
  position: absolute;
  content: '';
  width: 52px;
  height: 52px;
  border: 26px solid transparent;
  border-top: 26px solid var(--color-main);
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
}

.shopPage .shop_welcome_ttl {
  font-size: clamp(1.4em, 3.4vw, 3rem);
  color: var(--color-main);
  font-weight: 900;
  text-align: center;
  margin-bottom: 1em;
}

.shopPage .countBox__ttl span {
  font-size: 70px;
}

.shopPage #shopInfoBox .ttl {
  text-align: center;
  margin: 0 auto 30px;
}

.shopPage #shopInfoBox .ttl img {
  max-width: 268px;
  width: 90%;
}

.shopPage #shopInfoBox .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 30px;
  background: var(--color-palegray);
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shopPage #shopInfoBox .shopData {
  display: flex;
  align-items: center;
  border-bottom: dotted 1px #CCC;
}

.shopPage #shopInfoBox .shopData dt {
  max-width: 150px;
  width: 35%;
  text-align: center;
  font-weight: bold;
  padding: 20px 25px;
}

.shopPage #shopInfoBox .shopData dd {
  flex-grow: 1;
  padding: 20px 25px;
}

.shopPage #shopInfoBox .leftCont {
  width: 51%;
  max-width: 486px;
}

.shopPage #shopInfoBox .shopImages {
  position: relative;
}

.shopPage #shopInfoBox .shopImages .slick-list.draggable {
  overflow: hidden;
}

.shopPage #shopInfoBox .rightCont {
  width: 48%;
  max-width: 460px;
}

.shopPage #shopInfoBox .shopmap {
  width: 100%;
  height: 250px;
  margin-top: 20px;
}

/*
===== スタッフ紹介:staffPage ==========================================
*/
/*一覧*/
.staffPage .itemList {
  margin-top: var(--gutter);
}

.staffPage .itemList .List {
  display: flex;
  flex-wrap: wrap;
}

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

.staffPage .itemList .item a {
  display: block;
}

.staffPage .itemList .photo {
  display: block;
  width: 300px;
  height: 200px;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: var(--rad-common);
}

.staffPage .itemList .info,
.staffPage .itemList .info span.cate,
.staffPage .itemList .info .ttl {
  text-align: center;
}

.staffPage .itemList .info span.cate {
  margin-bottom: 10px;
}

.staffPage .itemList .info .ttl {
  font-size: 1.2em;
  font-weight: bold;
}

/*詳細*/
.staffPage #detailBox {
  background: #F5F5F5;
  margin-bottom: 50px;
  padding: 30px 0;
}

.staffPage #detailBox .infoBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  max-width: var(--width-content);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.staffPage #detailBox .inner {
  width: 40%;
}

.staffPage #detailBox #titleBox {
  text-align: center;
  margin-top: 10px;
}

.staffPage #detailBox #content {
  flex-grow: 1;
}

.staffPage #detailBox #titleBox span.cate {
  margin-bottom: 5px;
  display: inline-block;
}

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

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

.staffPage #content .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: solid 2px var(--color-darkgray);
  padding-bottom: 10px;
}

.staffPage #articleBox {
  margin-top: 30px;
  margin-bottom: 50px;
}

.staffPage #articleBox dl {
  font-size: 1.2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.staffPage #articleBox dl dt {
  width: 26%;
  padding: 20px;
  font-weight: bold;
  border-bottom: dotted 1px #333;
}

.staffPage #articleBox dl dd {
  width: 66%;
  padding: 20px;
  border-bottom: 1px dotted #333;
  flex-grow: 1;
}

.staffPage #columnlinkBox {
  margin: 30px auto;
  padding: 10px;
  border: 4px solid #ccc;
  text-align: center;
  position: relative;
}

.staffPage #columnlinkBox a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.staffPage #columnlinkBox:after,
.staffPage #columnlinkBox:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.staffPage #columnlinkBox:after {
  border-bottom-color: #FFF;
  border-width: 10px;
  margin-left: -10px;
}

.staffPage #columnlinkBox:before {
  border-bottom-color: #ccc;
  border-width: 16px;
  margin-left: -16px;
}

.staffPage #columnlinkBox .photo {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 100%;
  vertical-align: middle;
  display: inline-block;
}

.staffPage #columnlinkBox .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staffPage #columnlinkBox .info {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}


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

/*来店予約：来店訴求部分/メリット*/
.contactPage #shopAppealBox .meritBox_ttl {
  text-align: center;
  font-size: clamp(2rem, 5.6vw, 4.8rem)
}

.contactPage #shopAppealBox .meritBox_ttl::after {
  content: none;
}

.contactPage #shopAppealBox .meritBox_ttl .num {
  font-size: 1.2em;
  font-weight: 900;
}

.contactPage #shopAppealBox .meritBox #meritList .item .catch {
  text-align: center;
  font-weight: bolder;
}

/*来店予約：来店訴求部分/イチオシポイント・スタッフフキダシ*/
.contactPage #shopAppealBox .pointBox_ttl {
  background: var(--color-main);
  color: #fff;
  text-align: center;
  padding: var(--gutter-narrow) 0;
  font-size: clamp(1.6rem, 2.4vw, 3.2rem);
  font-weight: bold;
}

.contactPage #shopAppealBox .pointBox dt::after {
  content: none;
}

.contactPage #shopAppealBox .pointBox dt span {
  display: inline-block;
  position: relative;
}

.contactPage #shopAppealBox .pointBox dt span::before,
.contactPage #shopAppealBox .pointBox dt span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.4em;
  border-left: 2px solid var(--color-black);
  position: absolute;
  bottom: -0.25em;
}

.contactPage #shopAppealBox .pointBox dt span::before {
  left: 0;
  transform: rotate(-20deg);
  margin-left: -1em;
}

.contactPage #shopAppealBox .pointBox dt span::after {
  right: 0;
  transform: rotate(20deg);
  margin-right: -1em;
}

.contactPage #shopAppealBox .pointBox dd {
  background: url(../img/page/shop_reserve/icon_check.svg) no-repeat 1em center;
  background-size: 2.4em auto;
  font-size: clamp(1.3rem, 1.8vw, 2.4rem);
  padding: 1.5em 1em 1.5em 4.8em;
}

.contactPage #shopAppealBox .pointBox dd:nth-child(odd) {
  background-color: var(--color-paleblue);
}

/*スタッフが対応*/
.contactPage #shopAppealBox .baloonBox {
  text-align: center;
}

.contactPage #shopAppealBox .baloonBox_ttl {
  display: inline-block;
  position: relative;
}

.contactPage #shopAppealBox .baloonBox_ttl::before,
.contactPage #shopAppealBox .baloonBox_ttl::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 2.4em;
  border-left: 2px solid var(--color-black);
  position: absolute;
  bottom: 0;
}

.contactPage #shopAppealBox .baloonBox_ttl::before {
  left: 0;
  transform: rotate(-20deg);
  margin-left: -1em;
}

.contactPage #shopAppealBox .baloonBox_ttl::after {
  left: auto;
  right: 0;
  transform: rotate(20deg);
  margin-right: -1em;
}


/*==================================================
  tablet SETTINGS : Min768px Max1080px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .wp-pagenavi {
    width: 96%;
  }

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

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

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

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

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

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

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

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

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

  /*
===== 来店予約 Tablet ==========================================
*/
  .shop-reservePage .ttlWrap .mainTtl {
    padding: 0 10px;
  }

  .shop-reservePage .meritBox .meritList {
    gap: 2%;
  }

  .shop-reservePage .meritBox .meritList li {
    width: 92%;
  }

  .shop-reservePage .meritBox .item dl.count dt {
    margin: 15px 0 0;
  }

  .shop-reservePage #shopInfoBox .inner {
    width: 96%;
    padding: 4%;
  }

  /* 来店予約フロー */
  .shop-reservePage .flowBox {
    padding: 0 2%;
  }

  .shop-reservePage .flowList {
    flex-direction: column;
  }

  .shop-reservePage .flowItem {
    width: 100%;
    flex-direction: unset;
    padding: 10px 20px;
    justify-content: flex-start;
  }

  .shop-reservePage .flowItem+.flowItem::before {
    left: 50%;
    top: -15%;
    transform: rotate(90deg) translate(-50%, 0);
  }

  .shop-reservePage .flowItem h3 {
    width: 30%;
    text-align: left;
    margin-bottom: 0;
  }

  .shop-reservePage .flowItem br {
    display: none;
  }

  .shop-reservePage .flowItem p {
    width: 50%;
    text-align: left;
    margin-bottom: 0;
  }

  .shop-reservePage .flowItem .icon {
    width: 20%;
    text-align: center;
  }

  .shop-reservePage .flowItem:first-of-type img {
    max-height: unset;
    width: 50%;
  }

  .shop-reservePage .flowItem:nth-of-type(2) img,
  .shop-reservePage .flowItem:nth-of-type(3) img {
    width: 80%;
  }

  .shop-reservePage .flowItem:nth-of-type(4) img {
    width: 50%;
    max-height: unset;
  }

  .shop-reservePage .flowItem:nth-of-type(5) img {
    width: 40%;
    max-height: unset;
  }

  .shop-reservePage .appealBox__ttlBox {
    padding: 1.5em  1.5em 1em;
  }

  /* スタッフ一覧 */
  .staffPage .itemList .List .item {
    width: 32%;
    margin-right: 2%;
  }

  .staffPage .itemList .List .item:nth-child(3n) {
    margin-right: 0;
  }

  .staffPage .itemList .photo {
    width: 100%;
    height: auto;
  }

  .staffPage #detailBox .infoBox {
    width: 96%;
    padding-top: 2%;
  }

  /* 店舗案内 Talbet */
  .shopPage .shopBnrBox {
    width: 96%;
  }

  .shopPage #shopInfoBox .inner {
    padding: 5%;
  }

  #modelroomBox .catchcopy_box h1,
  #modelroomBox .catchcopy_box p {
    z-index: 3;
  }

  #modelroomBox .modelroomImg.modelroom_img01 {
    top: 35%
  }

  
}

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

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

  .wp-pagenavi {
    width: 96%;
  }

  .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 #btnBox p.btn_reserve,
  .singlePage #btnBox p.btn_end {
    width: 100%;
  }

  .singlePage #btnBox p.btn_reserve a {
    margin: 0 auto;
    width: 90%;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .4);
  }

  .singlePage #btnBox p.btn_end {
    width: 90%;
  }

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

  /*
===== 送信完了ページ ==========================================
*/
  .page_title01 {
    font-size: 25px;
    padding: 20px 0;
    margin-bottom: 30px;
  }

  .btn_returntop a {
    font-size: 16px;
    margin: 30px auto;
  }

  /*
===== 中古を買ってリノベーション:renovationPage ==========================================
*/
  .renovationPage .ttlWrap .mainTtl {
    padding: 7% 2% 0;
  }

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

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

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

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

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

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

  .renovationPage .btn_archive a {
    width: 90%;
    font-size: 14px;
    line-height: 1.6;
    padding: 1em 2em 1em 1em;
  }

  .renovationPage .meritBox h2 {
    padding: 3% 0;
  }

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

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

  .renovationPage .meritBox #merit_index ul {
    margin: 10px;
    flex-flow: row wrap;
  }

  .renovationPage .meritBox #merit_index ul li {
    margin-bottom: 5px;
    width: 49%;
  }

  .renovationPage .meritBox #merit_index ul li a {
    display: flex;
    justify-content: flex-start;
    height: 100%;
  }

  .renovationPage .meritBox #merit_index ul li span.num {
    font-size: clamp(14px, 4vw, 18px);
    width: 100%;
  }

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

  .renovationPage .meritBox #merit_index ul li span.com {
    font-size: 12px;
  }

  .renovationPage .meritBox #merit_index li a img {
    height: 70px;
  }

  .renovationPage .meritBox .inner h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .renovationPage .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: 17px;
  }

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

  /*メリットタイトル*/
  .renovationPage .meritBox_item .merit_ttl {
    flex-flow: column wrap;
    margin-bottom: 0;
  }

  .renovationPage .meritBox_item .merit_ttl img {
    height: 50px;
  }

  .renovationPage .meritBox_item .merit_ttl .merit_ttl_txt {
    text-align: center;
  }

  .renovationPage .meritBox_item .merit_ttl .num {
    padding: .25em 1em;
    margin-bottom: .5em;
  }

  .renovationPage .catchBox_inner-top .catchBox_img_main {
    padding: 0 1em;
  }

  .renovationPage .meritBox .inner .contentBox {
    margin: 15px 0;
    font-size: 14px;
    text-align: left;
  }

  .renovationPage .meritBox .inner .btnBox {
    margin-top: 20px;
    background: #333;
    border-radius: 5px;
  }

  .renovationPage .meritBox .inner .btnBox a {
    padding: 5vw 14vw 5vw 10vw;
    background: url(../img/page/renovation/meritBox_btn_arrow.webp) no-repeat right 5% center/4%;
    font-size: 16px;
    width: 100%;
  }

  .renovationPage .meritBox .merit01,
  .renovationPage .meritBox .merit03 {
    padding: 5% 2.5%;
    margin-bottom: 10px;
  }

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

  /* メリット2 */
  .renovationPage .meritBox .merit02 .comparisonBox {
    flex-flow: column wrap;
  }

  .renovationPage .meritBox .merit02 .comparisonBox .case01,
  .renovationPage .meritBox .merit02 .comparisonBox .case02 {
    width: 100%;
  }

  .renovationPage .meritBox .merit02 .comparisonBox .case01 {
    background-size: 13%;
  }

  .renovationPage .meritBox .merit02 .comparisonBox .case02 {
    background-size: 16%;
  }

  .renovationPage .meritBox .merit02 .comparisonBox .case02 .merit02_item {
    padding: 10px 20% 10px 20px;
  }

  /* メリット3 */
  .renovationPage .meritBox .merit03 .itemBox ul {
    justify-content: center;
    width: 100%;
  }

  .renovationPage .meritBox .merit03 .itemBox ul li {
    width: 43%;
    height: unset;
    font-size: 12px;
    padding: 1.5em;
    margin: 0 1% 2%;
  }

  .renovationPage .meritBox .merit03 .itemBox .merit03_imgBox {
    width: 70%;
  }

  /* メリット4 */
  .renovationPage .meritBox .merit04 .questionBox {
    background: none;
    padding: 1em;
  }

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

  .renovationPage .meritBox .merit04 .questionBox p {
    font-size: 16px;
    margin-top: 10px;
    padding: .5em;
  }

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

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

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

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

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

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

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

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

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

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

  .renovationPage .reasonBox .itemList_link li a {
    padding: 7.5% 5%;
    color: #333;
    border: 1px solid #333;
    border-radius: 3px;
    font-size: 18px;
  }

  .renovationPage .reasonBox .itemList_link li a::after {
    border-width: 4px;
  }

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

  .renovationPage .contact .contactBox .shop_reserve,
  .renovationPage .contact .contactBox .emember {
    border: 3px solid #333;
    margin: 10px 2%;
    max-width: unset;
    width: 96%;
  }

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

  .renovationPage .contact .contactBox h3 {
    background: #333;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
  }

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

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

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

  .renovationPage .contact .btn_reserve,
  .renovationPage .contact .btn_emember {
    font-size: 18px;
  }

  .renovationPage .contact .btn_reserve::after,
  .renovationPage .contact .btn_emember::after {
    border-width: 4px;
  }

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

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

  .renovationPage .contact .phone_number p.com {
    font-size: 1em;
    padding: 2.5% 0;
    text-align: center;
  }

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

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

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

  /*
===== 来店予約 Tablet ==========================================
*/
  .shop-reservePage .ttl {
    margin: 10px 0;
  }

  .shop-reservePage .meritBox .ttl img,
  .shopPage .meritBox .ttl {
    margin-bottom: 0;
  }

  .shop-reservePage .meritBox .ttl img,
  .shopPage .meritBox .ttl img {
    width: 100%;
  }

  .shop-reservePage .ttlWrap {
    background-position: 35% center;
  }

  .shop-reservePage .ttlWrap .mainTtl {
    padding: 2% 1% 0;
  }

  .shop-reservePage .meritBox .meritList,
  .shopPage .meritBox .meritList {
    flex-flow: column wrap;
  }

  .shop-reservePage .meritBox .meritList li,
  .shopPage .meritBox .meritList li {
    width: 100%;
    max-width: 100%;
    margin-top: 2em;
  }

  .shop-reservePage .meritBox .meritList li .item,
  .shopPage .meritBox .meritList li .item {
    display: flex;
    flex-flow: row wrap;
  }

  .shop-reservePage .meritBox .meritList li .item .photo,
  .shopPage .meritBox .meritList li .item .photo {
    width: 40%;
  }

  .shop-reservePage .meritBox .meritList li .item .info,
  .shopPage .meritBox .meritList li .item .info {
    width: 60%;
  }

  .shop-reservePage .meritBox .item .catch,
  .shopPage .meritBox .item .catch {
    text-align: left;
  }

  .shop-reservePage .meritBox .item dl.count {
    flex-flow: column wrap;
    margin-top: .5em;
  }

  .shop-reservePage .meritBox .item dt {
    margin-right: 0;
    padding: 5px 1em;
  }

  .shop-reservePage .meritBox .item dd {
    display: inline;
  }

  .shop-reservePage .meritBox .item dd span {
    vertical-align: baseline;
  }

  .shop-reservePage .pointBox dd:nth-child(odd) {
    padding: 10px 10px 10px 40px;
  }

  .shop-reservePage .baloonBox h3 {
    padding: 0 2%;
  }

  .shop-reservePage #shopInfoBox .ttl img {
    width: 50%;
  }

  .shop-reservePage #shopInfoBox .inner {
    width: 96%;
    padding: 6% 4%;
    flex-direction: column;
  }

  .shop-reservePage #shopInfoBox .rightCont {
    width: 100%;
  }

  .shop-reservePage #shopInfoBox .leftCont {
    width: 100%;
    margin: 0 auto 30px;
  }

  .shop-reservePage #shopInfoBox .shopData dt {
    width: 28%;
    padding: 15px 10px;
    font-size: 13px;
  }

  .shop-reservePage #shopInfoBox .shopData dd {
    padding: 15px 10px;
  }

  .shop-reservePage .appealBox__ttlBox {
    min-height: auto;
    padding: 1em  .5em .5em;
  }

  /* 一押しポイント */
  .shop-reservePage .appealBox__inBox {
    flex-flow: column wrap;
  }

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

  /* 来店予約フロー */
  .shop-reservePage .flowBox {
    padding: 0 2%;
  }

  .shop-reservePage .flowList {
    flex-direction: column;
    gap: 10px;
  }

  .shop-reservePage .flowItem {
    width: 100%;
    flex-direction: unset;
    padding: 10px;
    justify-content: flex-start;
  }

  .shop-reservePage .flowItem+.flowItem::before {
    left: 50%;
    top: -13%;
    transform: rotate(90deg) translate(-50%, 50%);
    width: 30px;
    height: 30px;
  }

  .shop-reservePage .flowItem h3 {
    width: 40%;
    text-align: left;
    margin-bottom: 0;
    font-size: clamp(13px, 4vw, 16px);
  }

  .shop-reservePage .flowItem br {
    display: none;
  }

  .shop-reservePage .flowItem p {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
  }

  .shop-reservePage .flowItem .icon {
    width: 20%;
    text-align: center;
  }

  .shop-reservePage .flowItem:first-of-type img {
    max-height: unset;
    width: 80%;
  }

  .shop-reservePage .flowItem:nth-of-type(2) img,
  .shop-reservePage .flowItem:nth-of-type(3) img {
    width: 100%;
  }

  .shop-reservePage .flowItem:nth-of-type(4) img {
    width: 70%;
    max-height: unset;
  }

  .shop-reservePage .flowItem:nth-of-type(5) img {
    width: 55%;
    max-height: unset;
  }

  .shop-reservePage .flowBox .comment {
    font-size: clamp(18px, 5vw, 23px);
  }

  /* 店舗案内 */
  #shopInfoBox .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }

  #shopInfoBox .ttl .en_font {
    font-size: 24px;
  }

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

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

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

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

  .eventPage .itemList li.item a {
    padding: 1em .5em;
    align-items: flex-start;
  }

  .eventPage .itemList li.item .photo {
    width: 32%;
    margin: 0;
    border-radius: 4px;
  }
  .eventPage .itemList .item .photo img {
    border-radius: 4px;
  }

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

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

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

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

  .eventPage .itemList .item dd span {
    text-align: center;
    margin-right: 5px;
    min-width: 4em;
  }

  /*
===== スタッフコラム:columnPage ==========================================
*/
  /*スタッフコラム:一覧*/
  .columnPage #postbox {
    margin-top: 5%;
  }

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

  .columnPage .itemList li.item a {
    padding: 1em .5em;
    align-items: flex-start;
  }

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

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

  .columnPage .itemList li.item .photo {
    width: 32%;
    margin: 0;
    border-radius: 4px;
  }

  .columnPage .itemList ul.List li.item .photo img {
    border-radius: 4px;
  }

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

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

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

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

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

  /*スタッフコラム:詳細*/
  .columnPage #titleBox .secTtl {
    border-top: 1px solid #E0E0E0;
    margin-top: 10px;
  }

  .columnPage #detailBox .term {
    margin: 0;
    font-size: 1.3rem;
  }

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

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

  .qaPage #accordion dt {
    padding: 20px;
    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;
  }

  /*中古リフォーム事例:詳細*/
  .modelroomPage .sliderBox,
  .gallery_renovationPage .sliderBox {
    width: 100%;
  }
  .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 #titleBox .sliderBox {
    width: 100%;
    margin: 10px auto;
  }

  .gallery_renovationPage #titleBox .sliderBox .slider_main {
    margin: 20px;
  }

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

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

  /* スライド矢印 */
  .gallery_renovationPage #titleBox #sliderArrows .slick-prev {
    left: 0%;
  }

  .gallery_renovationPage #titleBox #sliderArrows .slick-next {
    right: 0%;
  }

  /* 写真と金額 */
  .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;
    justify-content: flex-start;
  }

  .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;
  }

  /*
===== 店舗案内：shopPage ==========================================
*/
  #modelroomBox .catchcopy_box {
    width: 96%;
    margin: 0 auto;
    padding-top: 80px;
  }

  #modelroomBox .catchcopy_box .index__ttlBox {
    font-size: 36px;
  }

  #modelroomBox .catchcopy_box .modelroom_txt {
    font-size: 18px;
  }

  #modelroomBox .catchcopy_box::before {
    width: 81px;
    height: 94px;
    left: -2%;
    top: 0;
  }

  #modelroomBox .catchcopy_box::after {
    width: 80px;
    height: 94px;
    right: -2%;
  }

  #modelroomBox .modelroomImg {
    display: none;
  }

  /* 店舗案内 */
  .shopPage .countBox__ttl {
    font-size: 17px;
    padding: 10px 0;
  }

  .shopPage .countBox__ttl::before {
    width: 42px;
    height: 42px;
    border-width: 21px;
    bottom: -42px;
  }

  .shopPage .countBox__ttl span {
    font-size: 40px;
  }

  .shopPage .shopBnrBox {
    width: 96%;
  }

  .shopPage #shopInfoBox .inner {
    padding: 20px;
  }

  .shopPage #shopInfoBox .leftCont {
    width: 100%;
    margin: 0 auto 30px;
  }

  .shopPage #shopInfoBox .rightCont {
    width: 100%;
    max-width: unset;
  }

  .shopPage #shopInfoBox dl {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 5%;
  }

  .shopPage #shopInfoBox .shopData dt {
    width: 30%;
    flex-shrink: 0;
  }

  .shopPage #shopInfoBox .shopData dt,
  .shopPage #shopInfoBox .shopData dd {
    padding: 0;
    max-width: unset;
    text-align: left;
  }

  /*//////////////
スタッフ紹介：staffPage
////////////////////////*/
  /*一覧*/
  .staffPage .itemList {
    margin: 10px;
  }

  .staffPage .itemList ul.List {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
  }

  .staffPage .itemList ul.List li.item {
    width: 48%;
    margin-bottom: 30px;
    text-align: center;
  }

  .staffPage .itemList ul.List li.item a {
    display: block;
  }

  .staffPage .itemList ul.List li.item .photo {
    width: 150px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: var(--rad-common);
    vertical-align: middle;
  }

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

  .staffPage .itemList ul.List li.item .info {
    vertical-align: middle;
    text-align: center;
  }

  .staffPage .itemList ul.List li.item .info span.cate {
    margin-bottom: 10px;
  }

  .staffPage .itemList ul.List li.item .info h3.ttl {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
  }

  /*詳細*/
  .staffPage #detailBox {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .staffPage #detailBox .infoBox {
    flex-direction: column;
  }

  .staffPage #detailBox .inner {
    width: 90%;
    margin: 1em auto 0;
  }

  .staffPage #detailBox .photo {
    width: 100%;
    /* height: 300px; */
    overflow: hidden;
    text-align: center;
  }

  .staffPage #detailBox .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .staffPage #detailBox #titleBox {
    padding: 20px;
    background-color: var(--color-palegray);
    margin-top: 0;
  }

  .staffPage #detailBox #titleBox span.cate {
    font-size: 16px;
  }

  .staffPage #detailBox #titleBox .ttl {
    font-weight: bold;
  }

  .staffPage #detailBox #titleBox .ttl span {
    font-size: 16px;
    margin-right: 20px;
  }

  .staffPage #detailBox #content {
    width: 96%;
    margin: 20px auto;
  }

  .staffPage #articleBox {
    margin: 0 10px 50px;
  }

  .staffPage #articleBox dl {
    width: 100%;
    flex-direction: column;
    font-size: 1em;
  }

  .staffPage #articleBox dl dt {
    color: #fff;
    padding: 10px;
    background-color: #333;
    margin-bottom: 1px;
    width: 100%;
  }

  .staffPage #articleBox dl dd {
    padding: 10px;
    background: var(--color-palegray);
    width: 100%;
    border-bottom: none;
  }

  .staffPage #content {
    margin: 20px 10px;
  }

  .staffPage #content h3.ttl {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }

  .staffPage #content p {
    margin-bottom: 20px;
  }

  .staffPage #columnlinkBox {
    margin: 10px;
    padding: 10px;
    border: 4px solid #E0E0E0;
    text-align: center;
    position: relative;
  }

  .staffPage #columnlinkBox:after,
  .staffPage #columnlinkBox:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .staffPage #columnlinkBox:after {
    border-bottom-color: #FFF;
    border-width: 10px;
    margin-left: -10px;
  }

  .staffPage #columnlinkBox:before {
    border-bottom-color: #E6E6E6;
    border-width: 16px;
    margin-left: -16px;
  }

  .staffPage #columnlinkBox a {
    display: block;
  }

  .staffPage #columnlinkBox .photo {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 100%;
    vertical-align: middle;
    display: inline-block;
  }

  .staffPage #columnlinkBox .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .staffPage #columnlinkBox .info {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
  }

  /*
===== モデルルーム:modelroomPage  ==========================================
*/
  .modelroomPage .itemList .List {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0 2.5%;
  }

  .modelroomPage .itemList li.item {
    width: 100%;
  }

  /*
===== 会社案内:companyPage ==========================================
*/
  .companyPage .contents-inner {
    margin: 10% 1.5%;
  }

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

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

  /*
===== プライバシーポリシー:privacyPage ==========================================
*/
  .privacyPage .contents-inner {
    margin: 2.5%;
  }

  .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%;
    list-style: disc outside;
  }

  /*
===== サイトマップ:sitemapPage ==========================================
*/
  .sitemapPage .contents-inner {
    margin: 2.5%;
    flex-direction: column;
  }

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

  .sitemapPage .contents-inner ul li+li,
  .sitemapPage .contents-inner ul+ul {
    margin-top: 2.5%;
  }

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

  /*
===== カタログす料請求:catalogPage ==========================================
*/
  .catalogPage .ttlWrap {
    /* background: url('../img/page/catalog/catalog_mainttl_bg.webp') no-repeat top center / cover; */
    min-height: 140px;
  }

  .catalogPage .ttlWrap .catalog_ttl_wrap {
    width: 100%;
  }

  .catalogPage .ttlWrap .catalog_ttl_wrap .mainTtl {
    color: var(--color-white);
    padding: 8% 5% 5%;
    width: 100%;
  }

  .catalogPage .ttlWrap .catalog_ttl_wrap .mainTtl::after {
    right: 1%;
  }

  /*
===== お問い合わせ:contactPage ==========================================
*/

  .contactPage .contents-inner {
    margin: 2.5%;
  }

  .contactPage .contact_note {
    margin: 10px;
  }

  /*
===== フォームパーツ ==========================================
*/

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

  .contactPage.rsvformPage .rsvLinkBox p {
    font-size: 1.3rem !important;
    font-weight: normal !important;
  }

  .contactPage.rsvformPage .rsvLinkBox .shopName {
    color: var(--color-orange);
    font-weight: bold;
    font-size: 1.6rem;
  }

  /*
===== 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;
  }
}