﻿@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-narrow);
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 10px 15px;
  margin: 2px;
}

.wp-pagenavi span.current {
  background-color: var(--color-black);
  color: #fff;
  border-color: #000;
  font-weight: bold;
}

/*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 .iconWrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.singlePage #titleBox .iconWrap span {
  margin-right: 0;
}

.singlePage #titleBox .date {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
}

.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: .5em 1em;
  display: inline-block;
  background: var(--color-green);
  color: #FFF;
  border-radius: var(--rad-round);
  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: #333;
  color: #fff;
  padding: 20px;
  border-radius: 3px;
}

.singlePage #btnBox p.btn_end {
  background: #bbb;
  padding: 20px;
  border-radius: 3px;
}

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

/* 目次(YOC)用CSS */
.singlePage #toc_container {
  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);
  border-left: 5px solid var(--color-green);
  padding: 0 0 0 .5em;
}
.singlePage #content h2 {
  font-size: clamp(2.25rem, 2.023rem + 1.14vw, 2.875rem);
  border-bottom: 2px solid var(--color-green);
  padding: 0 0 .5em;
}
.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-green);
}

.singlePage #mapBox .ttl .ph {
  font-size: 20px;
  margin-right: 2px;
  /* 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;
}

/*
===== 中古を買ってリフォ-ム/リノベ-ション ==========================================
*/
.reformPage .ttlWrap {
  padding: 19px 0;
  background: url(../img/page/renovation/main_ttl_bg.webp) no-repeat top center;
  height: unset;
}

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

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

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

.reformPage .meritBox #merit_index {
  background: url(../img/page/renovation/meritBox_link_bg.webp) repeat top center;
  padding: 50px 0;
}


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

.reformPage .meritBox #merit_index li {
  width: 23%;
  border: 2px solid #333;
  background: #FFF;
}

.reformPage .meritBox #merit_index li a {
  display: block;
  padding: 30px clamp(5px, 1.2vw, 15px) 60px;
  font-weight: bold;
  background: url(../img/page/renovation/meritBox_itemList_arrow.webp) no-repeat center bottom 10px;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.reformPage .meritBox .inner .btnBox a {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 40px 60px;
  background: url(../img/page/renovation/meritBox_btn_arrow.webp) no-repeat 97% center/3% #333;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
}

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

.reformPage .contact .contactBox .shop_reserve,
.reformPage .contact .contactBox .emember {
  max-width: 520px;
  width: 49%;
  border: 2px solid #333;
}

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

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

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

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

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

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

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

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

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


/*来店予約訴求・会員登録訴求・電話番号*/
.reformPage .contact .phone_number {
  background: #fff7d9;
  padding: 20px 0;
  margin: 30px 0;
}

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

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

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

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

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

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

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

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

.reformPage .meritBox .merit04 .questionBox {
  border: 2px solid #333333;
  margin: 50px;
  padding: 20px 50px 30px;
}

.reformPage .meritBox .merit04 .questionBox h5 {
  color: var(--color-orange);
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.reformPage .meritBox .merit04 .questionBox p {
  margin-top: 20px;
  font-size: 18px;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.reformPage .reasonBox .itemList_link li a::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  right: 7%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/*
===== 来店予約 ==========================================
*/

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

.shop-reservePage #bread {
  position: absolute;
}

.shop-reservePage .reserveBox__ttlBox {
  padding: var(--gutter-supernarrow) 0 0;
}

.shop-reservePage .reserveBox__ttlBox .reserveBox__mainTtl {
  font-size: clamp(1rem, 2rem + 4vw, 6rem);
  font-weight: 900;
  line-height: 1.4;
}

.shop-reservePage .reserveBox__ttlBox .enFont {
  font-size: clamp(1.125rem, 0.761rem + 1.82vw, 2.125rem);
  font-weight: 700;
}

.shop-reservePage .reserveBox__ttlBox .reserveBox__sum {
  padding-top: .5em;
  font-weight: bold;
  font-size: clamp(1rem, 1rem + 2vw, 2rem);
}

.shop-reservePage .contents-inner {
  margin: 50px auto;
}

.shop-reservePage .meritBox__heading {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--gutter-narrow) 0 var(--gutter-wide) 0;
}

.shop-reservePage .meritBox__heading .meritBox__ttl {
  font-weight: 900;
  font-size: clamp(1rem, 2rem + 4vw, 6rem);
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
}

.shop-reservePage .meritBox__heading .meritBox__ttl span {
  padding: 0 1em;
}

.shop-reservePage .meritBox__heading .meritBox__ttl::before,
.shop-reservePage .meritBox__heading .meritBox__ttl::after {
  content: "";
  display: inline-block;
  background-color: var(--color-black);
  width: 2px;
  height: 100px;
  margin-bottom: -0.5em;
}

.shop-reservePage .meritBox__heading .meritBox__ttl::before {
  transform: rotate(-24deg);
  transform-origin: center;
}

.shop-reservePage .meritBox__heading .meritBox__ttl::after {
  transform: rotate(24deg);
  transform-origin: center;
}

.shop-reservePage .meritBox__heading .meritBox__ttl .font_green {
  font-size: 150%;
  padding: 0;
}

.shop-reservePage .meritBox__heading .enFont {
  font-size: clamp(5rem, 3rem + 20vw, 18rem);
  color: var(--color-green);
  font-weight: 700;
  opacity: .15;
  display: block;
  position: absolute;
  z-index: 0;
}

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

.shop-reservePage .meritBox .meritList li {
  width: 30%;
  display: flex;
}

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

.shop-reservePage .meritBox .item .info {
  background: #fff;
  padding: 15px 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.shop-reservePage .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;
  align-items: center;
  margin-top: 1em;
}

.shop-reservePage .meritBox .item dt {
  padding: .5em 1em;
  color: #fff;
  background: var(--color-blue);
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}

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

.shop-reservePage .meritBox .item dd .enFont {
  font-size: 3em;
  color: var(--color-blue);
}

.shop-reservePage .appealBox__ttlBox {
  padding: var(--gutter) var(--gutter);
  background: url(../img/page/shop_reserve/main_ttl_bg02.webp) no-repeat center / cover;
  min-height: 300px;
  margin-bottom: var(--gutter);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-reservePage .appealBox__ttlBox h2 img {
  width: 70%;
}

.shop-reservePage .pointBox .catch {
  padding: 40px 0;
  background: var(--color-main);
  margin-bottom: 50px;
  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: #F3F2EB;
  margin-bottom: var(--gutter);
}

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

.shop-reservePage .pointBox {
  width: 47%;
  border-radius: var(--rad-common);
 /* box-shadow: 3px 3px 0 var(--color-black); */
  border: 2px solid var(--color-main);
  margin: var(--gutter-narrow) 0 var(--gutter-wide);
  background: #fff;
}

.shop-reservePage .pointBox__ttl {
  position: relative;
  padding: 0.6em;
  background: var(--color-main);
  text-align: center;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  /* border-radius: 5px 5px 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 {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%2300A63C%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M173.66%2C98.34a8%2C8%2C0%2C0%2C1%2C0%2C11.32l-56%2C56a8%2C8%2C0%2C0%2C1-11.32%2C0l-24-24a8%2C8%2C0%2C0%2C1%2C11.32-11.32L112%2C148.69l50.34-50.35A8%2C8%2C0%2C0%2C1%2C173.66%2C98.34ZM224%2C48V208a16%2C16%2C0%2C0%2C1-16%2C16H48a16%2C16%2C0%2C0%2C1-16-16V48A16%2C16%2C0%2C0%2C1%2C48%2C32H208A16%2C16%2C0%2C0%2C1%2C224%2C48ZM208%2C208V48H48V208H208Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 5px 0 0;
  position: absolute;
  left: 5px;
}

.shop-reservePage .pointBox li {
  border-bottom: 1px solid var(--color-gray);
}

.shop-reservePage .pointBox li:last-child {
  border-bottom: 0;
}

.shop-reservePage .staffBox {
  width: 49%;
  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;
  /* height: 40%; */
  width: 400px;
  left: calc(50% - 200px);
  bottom: 0;
  z-index: 0;
}

.shop-reservePage .staffBox ul {
  position: relative;
  z-index: 1;
  margin-bottom: 400px;
}

.shop-reservePage .staffBox li {
  position: relative;
  padding: 1.1em;
  background-color: #fff;
  border-radius: 50vh;
  box-shadow: 6px 6px 0px 0px rgba(0, 166, 60, 0.1);
  margin-bottom: 2em;
  width: 50%;
  font-weight: 500;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  border: 2px solid var(--color-green);
  text-align: center;
}

.shop-reservePage .staffBox li::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  border-top: 15px solid #fff;
  border-left: 14px solid transparent;
}

.shop-reservePage .staffBox li:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  /* bottom: -18px; */
  bottom: -18px;
  border-top: 18px solid var(--color-green);
  border-left: 18px solid transparent;
}

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

.shop-reservePage .staffBox li:nth-child(2n)::after {
  border-right: 15px solid transparent;
  border-left: 0px;
}

.shop-reservePage .staffBox li:nth-child(2n)::before {
  border-right: 18px solid transparent;
  border-left: 0px;
}

/* 店舗情報 */
.shop-reservePage #shopInfoBox {
  margin: var(--gutter-wide) 0;
}

.shop-reservePage .shopImages .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: 1080px; */
  margin: 0 auto 30px;
  background: var(--color-yellow);
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop-reservePage #shopInfoBox .leftCont {
  width: 47%;
}

.shop-reservePage #shopInfoBox .shopImages {
  position: relative;
}

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

.shop-reservePage #shopInfoBox .shopData {
  display: flex;
  align-items: center;
}

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

.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 var(--color-green);
  padding: 20px;
  text-align: center;
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shop-reservePage .flowItem+.flowItem::before {
  position: absolute;
  left: -32px;
  top: calc( 50% - 30px );
  font-family: 'Font Awesome 5 Free';
  color: var(--color-green);
  font-weight: 900;
  content: '\f054';
  font-size: 30px;
  width: auto;
  height: auto;
  background: none;
  transform: none;
}

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

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

.shop-reservePage .flowItem h3 .enFont {
  color: var(--color-green);
  display: block;
  font-size: 150%;
}

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

.shop-reservePage .flowItem img {
  width: 60%;
}


/* 注釈追加 */
form .reserve_note {
  text-align: center;
}

form .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 .ttlWrap.contactPage__ttl {
  background-image: url(../img/page/contact/page_title01_bg.webp);
}

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

.contactPage .contactBox {
  margin-bottom: var(--gutter);
}

.contactPage .contactBox__txt {
  background: url(../img/page/contact/contactBox_bg.webp) no-repeat center right / cover;
  position: relative;
  z-index: -2;
}

.contactPage .contactBox__ttl {
  position: relative;
  background: var(--color-blue);
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: 1em 0;
  font-size: 2em;
}

.contactPage .contactBox__ttl::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid var(--color-blue);
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.contactPage .contactBox__ttl span {
  font-size: 130%;
}

.contactPage .contactBox__txt p {
  width: 65%;
  padding: 5%;
  font-weight: bold;
  font-size: clamp(.75em, 1.2em + 2vw, 1.8rem);
}


/*
===== カタログ請求:catalogPage ==========================================
*/

.catalogPage .ttlWrap.contactPage__ttl {
  background: url(../img/page/catalog/main_ttl_bg.webp) no-repeat top center/cover;
  height: unset;
  padding-left: 0;
  padding-right: 0;
}

.catalogPage.form_front_page #bread {
  position: absolute;
  color: #fff;
}

.catalogPage.form_front_page #bread a {
  color: #fff;
}

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

.catalogPage .reserveBox__ttlBox {
  padding: var(--gutter-supernarrow) 0 0;
  color: #fff;
}

.catalogPage .reserveBox__ttlBox .reserveBox__mainTtl {
  font-size: clamp(1rem, 2rem + 4vw, 6rem);
  font-weight: 900;
  line-height: 1.4;
}

.catalogPage .reserveBox__ttlBox .enFont {
  font-size: clamp(1.125rem, 0.761rem + 1.82vw, 2.125rem);
  font-weight: 700;
}

.catalogPage .reserveBox__ttlBox .reserveBox__sum {
  padding-top: .5em;
  font-weight: bold;
  font-size: clamp(1rem, 1rem + 2vw, 2rem);
}

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

/*
===== プライバシーポリシー: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;
}

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

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

.sitemapPage .contents-inner .siteMap__list {
  width: 25%;
}

.sitemapPage .contents-inner ul li {
  margin-bottom: 1em;
}

.sitemapPage .contents-inner ul li a {
  display: block;
  padding: 1em 1em 1em 1.5em;
  position: relative;
  font-size: 14px;
  border: 1px solid var(--color-black);
}

.sitemapPage .contents-inner ul li a::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  color: var(--color-darkgray);
  font-weight: 900;
  content: '\f054';
  font-size: 8px;
  left: 1em;
  top: 40%;
  width: auto;
  height: auto;
  background: none;
  transform: none;
}

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

.sitemapPage .contents-inner .siteMap__list .siteMap__child {
  padding-left: 1.5em;
}

.sitemapPage .contents-inner .siteMap__list .siteMap__child .siteMap__item a {
}

/*
===== 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 {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.topicsPage .itemList .item dl dt span {
  margin-right: 0;
}

.topicsPage .itemList .item dl dt span.date {
  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: flex-start;
}

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

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

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

.eventPage .itemList .item .info .iconWrap {
  font-weight: 500;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 5px;
}

.eventPage .itemList .item .info .iconWrap span {
  margin-right: 0;
}


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

.eventPage .itemList .item dd {
  font-weight: bold;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 500;
}

.eventPage .itemList .item dd span {
  margin-right: 10px;
  display: inline-block;
  flex-shrink: 0;
}

.eventPage .itemList .item .icon span {
  padding: 10px;
  
}

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

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

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

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

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

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

.columnPage .itemList .item .iconWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

.columnPage .itemList .item .date {
  margin-right: .5em;
  font-weight: 500;
  display: inline-block;
  font-size: 1em;
}

.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 {
  background: var(--color-palegray);
}

.qaPage #postbox {
  padding: var(--gutter-narrow) 0 var(--gutter);
}

.qaPage .faqBox__list .faqBox__item {
  margin-bottom: var(--gutter-narrow);
}

.qaPage .faqBox__list .faqBox__item dl {
  border-radius: 50px;
  background: #fff;
}

.qaPage .faqBox__list .faqBox__item dt {
  cursor: pointer;
  padding: var(--gutter-supernarrow) var(--gutter) var(--gutter-supernarrow) var(--gutter-narrow);
  position: relative;
  font-weight: bold;
  font-size: clamp(1rem, 1rem + 1.6vw, 2rem);
}

.qaPage .faqBox__list .faqBox__item dt.open {
  color: var(--color-main);
}


.qaPage .faqBox__list .faqBox__item .enFont {
  font-size: 30px;
  margin-right: 3px;
  font-weight: 700;
}

.qaPage .faqBox__list .faqBox__item dt::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color:var(--color-gray);
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.qaPage .faqBox__list .faqBox__item dt::after{
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color: var(--color-gray);
  transition: all .3s ease-in-out;
}

.qaPage .faqBox__list .faqBox__item dt.open::before {
  transform: rotate(180deg);
}

.qaPage .faqBox__list .faqBox__item dt.open::after {
  opacity:0;
}

.qaPage .faqBox__list .faqBox__item dd {
  padding: 10px var(--gutter-narrow) var(--gutter-narrow) 70px;
  position: relative;
}

.qaPage .faqBox__list .faqBox__item dd::before {
  content: "A.";
  line-height: 1;
  font-family: var(--font-en);
  font-size: 30px;
  margin-right: 3px;
  font-weight: 700;
  position: absolute;
  left: var(--gutter-narrow);
  top: 5px;
}

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

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

.qaPage #accordion dt {
  color: #fff;
  position: relative !important;
  display: block;
  font-weight: bold;
  padding: 20px 50px;
  background: var(--color-darkgray) url(../img/common/icon_qa.webp) no-repeat 10px center;
  background-size: 30px auto;
}

@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-darkgray);
  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-darkgray);
  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: 30px;
  background: var(--color-palegray);
}

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

/*中古リフォーム事例:一覧*/
.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;
  background: var(--color-palegray);
  border: 1px solid var(--color-lightgray);
}

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

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

.gallery_renovationPage .itemList li.item .iconWrap {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
}

.gallery_renovationPage .itemList .ttl h2 {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  padding: 10px 5px;
  text-align: center;
}

.gallery_renovationPage .itemList .photo {
  width: 100%;
  height: 200px;
  background: #FFF;
  overflow: hidden;
  text-align: center;
  position: relative;
}

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

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

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

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

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

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

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

.gallery_renovationPage span.cate_syubetu {
  background: var(--color-main);
  border: 1px solid var(--color-main);
  line-height: 1.0;
}

/*中古リフォーム事例:詳細*/
.gallery_renovationPage #titleBox {
  position: relative;
}

.gallery_renovationPage #titleBox .secTtl {
  padding-right: 80px;
}

.gallery_renovationPage #titleBox .icon {
  position: absolute;
  top: 6px;
  right: 0;
}

/*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;
  background: rgba(0, 0, 0, .3) url(../img/page/gallery/icon_zoom.webp) no-repeat;
  background-size: contain;
  border-radius: 3px;
}

@media (any-hover:hover) {

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

/* スライド */
.gallery_renovationPage #titleBox .sliderBox {
  margin: 30px auto;
  border: solid 1px var(--color-black);
  width: 80%;
}

.gallery_renovationPage #titleBox .sliderBox .slider_main {
  overflow: hidden;
}

.gallery_renovationPage #titleBox .sliderBox .slider_main li {
  position: relative;
  aspect-ratio: 3 / 2;
  width: 100%;
  flex-shrink: 0;
}

.gallery_renovationPage #titleBox .sliderBox .slider_main li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

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

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

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

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

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

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

.gallery_renovationPage #titleBox .sliderBox .gallery_slider_pager li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #FFF;
  position: relative;
}

.gallery_renovationPage #titleBox .sliderBox .gallery_slider_pager li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

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

.gallery_renovationPage #dataBox dl {
  margin-top: 2.5%;
  background: 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;
  padding: 10px;
}

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

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

.gallery_renovationPage #dataBox dd .price_note,
.gallery_renovationPage #dataBox dd .cost_note {
  margin-left: 10px;
  font-size: 0.9em;
  display: inline-block;
}

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

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

.gallery_renovationPage #detailBox {
  margin-bottom: 50px;
}

/*
===== 厳選おすすめ物件:selectionPage ==========================================
*/

.selectionPage .ttlWrap .iconWrap .cate_reservable {
  background: var(--color-yellow);
  border-color: var(--color-yellow);
  color: var(--color-black);
}

.selectionPage .ttlWrap .iconWrap .cate_selection {
  color: var(--color-black);
  background-color: #fff;
}

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

/*厳選おすすめ物件:一覧*/
.selectionPage .itemList .List {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.selectionPage .itemList .List li.item {
  width: 31%;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  border: 1px solid var(--color-black);
}

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

.selectionPage .itemList .List li.item a {
  display: block;
  width: 100%;
  height: 100%;
}

.selectionPage .itemList li.item .cate_new {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  height: 60px;
  border-radius: var(--rad-round);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
}

.selectionPage .itemList .photo {
  aspect-ratio: 3/ 2;
  overflow: hidden;
  position: relative;
}

.selectionPage .itemList .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.selectionPage .selectionBox__photo .numbering {
  position: absolute;
  bottom: -3%;
  right: 1%;
  color: #fff;
  font-size: clamp(4rem, 4rem + 3vw, 9rem);
  font-weight: 700;
}

.selectionPage .selectionBox__detail {
  padding: 1em;
}

.selectionPage .selectionBox__itemTtl {
  text-align: left;
  font-size: clamp(1rem, 1rem + 1.6vw, 2rem);
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: .5em 0;
}

.selectionPage .selectionBox__access {
  margin: 5px 0;
  font-size: 12px;
  color: var(--color-darkgray);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.selectionPage .selectionBox__intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.selectionPage .selectionBox__iconWrap span {
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: .75em 10px;
  color: var(--color-black);
  font-weight: 700;
  font-size: 12px;
}

.selectionPage .selectionBox__iconWrap .cate_reservable {
  background: var(--color-yellow);
  border: 1px solid var(--color-yellow);
}

.selectionPage .selectionBox__iconWrap .cate_selection {
  border: 1px solid var(--color-black);
}

.selectionPage .selectionBox__detail .btn {
  text-align: center;
  font-weight: bold;
  border-radius: var(--rad-round);
  position: relative;
  padding: .75em 1em;
  font-size: clamp(1rem, 1rem + 1vw, 1.5rem);
  margin: 1em auto;
  width: 80%;
  color: #fff;
}

.selectionPage .selectionBox__detail .btn::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
}

.selectionPage .selectionBox__detail .reservableBtn {
  background: var(--color-yellow);
  color: var(--color-black);
}

.selectionPage .selectionBox__detail .reservableBtn::after {
  border-top: solid 2px var(--color-black);
  border-right: solid 2px var(--color-black);
}

.selectionPage .selectionBox__detail .detailBtn {
  background: var(--color-green);
}

/*厳選おすすめ物件:詳細*/
.selectionPage #imgBox {
  position: relative;
}

/*lightbox*/
.selectionPage .lbwrap {
  position: relative;
  overflow: hidden;
}

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

.selectionPage .lbwrap a:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: rgba(0, 0, 0, .3) url(../img/page/gallery/icon_zoom.webp) no-repeat;
  background-size: contain;
  border-radius: 3px;
}

@media (any-hover:hover) {

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

/* スライド */
.selectionPage #imgBox .sliderBox {
  margin: 30px auto;
  border: solid 1px var(--color-black);
  width: 80%;
}

.selectionPage #imgBox .sliderBox .slider_main {
  overflow: hidden;
}

.selectionPage #imgBox .sliderBox .slider_main li {
  position: relative;
  aspect-ratio: 3 / 2;
  width: 100%;
  flex-shrink: 0;
}

.selectionPage #imgBox .sliderBox .slider_main li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.selectionPage #imgBox .sliderBox .slider_main a:after {
  width: clamp(30px, 5vw, 40px);
  height: clamp(30px, 5vw, 40px);
}

/* スライドページャー */
.selectionPage #imgBox .sliderBox .selection_slider_pager {
  background: #fff;
  font-size: 0;
  z-index: 100;
}

.selectionPage #imgBox .sliderBox .selection_slider_pager .slick-track {
  transform: unset !important;
  width: auto !important;
  justify-content: center;
  flex-wrap: wrap;
}

.selectionPage #imgBox .sliderBox .selection_slider_pager a {
  opacity: .5;
  transition: opacity .3s linear;
}

.selectionPage #imgBox .sliderBox .selection_slider_pager .slick-current a {
  opacity: 1;
  border-color: var(--color-main);
}

.selectionPage #imgBox .sliderBox .selection_slider_pager a:hover {
  cursor: pointer;
}

.selectionPage #imgBox .sliderBox .selection_slider_pager li {
  display: inline-block;
  margin: 10px 2px;
  background: #FFF;
  aspect-ratio: 3 / 2;
  width: 66px !important;
}

.selectionPage #imgBox .sliderBox .selection_slider_pager li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #FFF;
  position: relative;
}

.selectionPage #imgBox .sliderBox .selection_slider_pager li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* スライド矢印 */
.selectionPage #imgBox #sliderArrows .slick-prev {
  left: 8%;
}

.selectionPage #imgBox #sliderArrows .slick-next {
  right: 8%;
}

/*スライドのばらけ防止*/
.selectionPage .slider_main li:not(:first-child) {
  display: none;
}

.selectionPage .slider_main.slick-slider li {
  display: block !important;
}

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

.selectionPage .titleBox .icon span {
  font-size: 16px;
}

.selectionPage .titleBox .enFont {
  color: var(--color-green);
  text-transform: capitalize;
}

.selectionPage .titleBox h2 {
  font-weight: 900;
  font-size: clamp(2rem, 3vw, 3.2rem);
  margin-bottom: .5em;
}

.selectionPage .dataBox__outline {
  display: flex;
}

.selectionPage .dataBox__outline dl {
  display: flex;
  align-items: center;
  border: 1px solid var(--color-black);
  min-width: 30%;
}

.selectionPage .dataBox__outline dl dt {
  background: var(--color-black);
  padding: .5em 1em;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 30%;
  justify-content: center;
}

.selectionPage .dataBox__outline dl dd {
  background: #fff;
  padding: .5em 1.5em;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}

.selectionPage .dataBox__outline .price_number {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-right: 2px;
  font-weight: 900;
}

.selectionPage .titleBox .price dt {
  background: var(--color-black);
  color: #fff;
  padding: .5em;
}
.selectionPage .titleBox .price dd {
  padding: .5em;
  background: #fff;
}

.selectionPage .titleBox .price .price_number {
  font-size: 1.5em;
  font-weight: bold;
}

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

.selectionPage .catchcopyBox p {
  /* text-align: center; */
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  font-weight: bold;
}

/* messageBox */
.selectionPage .messageBox p {
  font-size: 1em;
}

.selectionPage .floorplanBox .animationBox {
  margin: var(--gutter) 0;
}

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

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

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

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

/* pickupBox */
.selectionPage .pickupBox {
  margin: var(--gutter) auto;
}

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

.selectionPage .pickupBox ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: var(--gutter);
  /* width: min(96%, var(--width-content)); */
}

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

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

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

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

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

.selectionPage .pickupBox ul li .textBox .enFont {
  font-weight: 700;
  font-size: clamp(1.2rem, 1rem + 1vw, 2rem);
  color: var(--color-gray);
}

.selectionPage .pickupBox ul li .textBox .enFont .numbering {
  font-size: 150%;
  font-weight: bold;
  color: var(--color-main);
  padding-left: 5px;
}

.selectionPage .pickupBox ul li .textBox .ttl {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 900;
  border-bottom: 2px solid var(--color-main);
  padding: .5em 0;
}

.selectionPage .pickupBox ul li .textBox .txt {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  margin-top: 10px;
}

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

.selectionPage .detailBox .wire {
  margin: var(--gutter) auto !important;
}

.selectionPage .estatedetail_tbl01 {
  width: 100%;
  margin: 20px 0;
  font-size: 1em;
}

.selectionPage .estatedetail_tbl01 th {
  font-weight: bold;
  vertical-align: middle;
  background: #F0F0F0;
  border: 1px solid #E0E0E0;
  padding: 1em;
}

.selectionPage .estatedetail_tbl01 td {
  border: 1px solid #E0E0E0;
  padding: 1em;
}


/*
===== 店舗案内：shopPage ==========================================
*/
.shopPage .bannerWrap {
  margin: 50px auto;
  text-align: center;
}

.shopPage .countBox__ttl {
  background-color: var(--color-blue);
  padding: 10px 0 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  position: relative;
}

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

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

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

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

.shopPage #shopInfoBox .inner {
  width: 100%;
  margin: 0 auto 30px;
  background: var(--color-yellow);
  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: 25%;
  text-align: left;
  font-weight: bold;
  padding: 1em;
  flex-shrink: 0;
}

.shopPage #shopInfoBox .shopData dd {
  flex-grow: 1;
  padding: 1em;
  font-weight: 500;
}

.shopPage #shopInfoBox .leftCont {
  width: 47%;
}

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

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

.shopPage #shopInfoBox .rightCont {
  width: 50%;
}

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

.shopPage .btnReserve .btn_form {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.shopPage .btnReserve .btn_form::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M232%2C96a7.89%2C7.89%2C0%2C0%2C0-.3-2.2L217.35%2C43.6A16.07%2C16.07%2C0%2C0%2C0%2C202%2C32H54A16.07%2C16.07%2C0%2C0%2C0%2C38.65%2C43.6L24.31%2C93.8A7.89%2C7.89%2C0%2C0%2C0%2C24%2C96h0v16a40%2C40%2C0%2C0%2C0%2C16%2C32v72a8%2C8%2C0%2C0%2C0%2C8%2C8H208a8%2C8%2C0%2C0%2C0%2C8-8V144a40%2C40%2C0%2C0%2C0%2C16-32V96ZM54%2C48H202l11.42%2C40H42.61Zm50%2C56h48v8a24%2C24%2C0%2C0%2C1-48%2C0Zm-16%2C0v8a24%2C24%2C0%2C0%2C1-35.12%2C21.26%2C7.88%2C7.88%2C0%2C0%2C0-1.82-1.06A24%2C24%2C0%2C0%2C1%2C40%2C112v-8ZM200%2C208H56V151.2a40.57%2C40.57%2C0%2C0%2C0%2C8%2C.8%2C40%2C40%2C0%2C0%2C0%2C32-16%2C40%2C40%2C0%2C0%2C0%2C64%2C0%2C40%2C40%2C0%2C0%2C0%2C32%2C16%2C40.57%2C40.57%2C0%2C0%2C0%2C8-.8Zm4.93-75.8a8.08%2C8.08%2C0%2C0%2C0-1.8%2C1.05A24%2C24%2C0%2C0%2C1%2C168%2C112v-8h48v8A24%2C24%2C0%2C0%2C1%2C204.93%2C132.2Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 5px 0 0;
}

/*dots*/
.shopImages .slick-dots {
  position: static;
  padding: 10px 0;
}

.shopImages .slick-dots li,
.shopImages .slick-dots li button {
  width: 50px!important;
  height: 5px !important;
}

.shopImages .slick-dots li button:before {
  content: "" !important;
  width: 50px !important;
  height: 5px !important;
  border-radius: 0;
  opacity: 1 !important;
}

.shopImages .slick-dots li.slick-active button:before {
  background: var(--color-black);
}

.shopImages .slick-dots li button:before {
  background: #fff;
}

.shopImages .shopInfoBox__img {
  z-index: 10 !important;
}

/*
===== スタッフ紹介:staffPage ==========================================
*/
/*一覧*/
#main.staffPage {
  background: var(--color-palegray);
}

.staffPage .itemList {
  padding: var(--gutter) 0;
}

.staffPage .itemList .List {
  display: flex;
  flex-flow: row wrap;
  gap: 2%;
}

.staffPage .itemList .List .item {
  width: 48%;
  margin-bottom: 2%;
}

.staffPage .itemList .item a {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.staffPage .itemList .photo {
  /* display: block;
  width: 200px;
  height: 200px;
  overflow: hidden; */
  width: 200px;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

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

.staffPage .itemList .info {
  width: calc(100% - 200px);
  background: #fff;
  padding: 1em;
}

.staffPage .itemList .info .staff__post {
  font-size: 90%;
  margin-bottom: .25em;
}

.staffPage .itemList .info .staff__name {
  border-bottom: 2px solid var(--color-black);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: .5em;
  padding-bottom: .25em;
  font-size: 1.2em;
  font-weight: bold;
}

.staffPage .itemList .info .staff__name .enFont {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-lightgray);
  padding-left: .5em;
}

.staffPage .itemList .info .staff_qualification,
.staffPage .itemList .info .staff_hobby,
.staffPage .itemList .info .staff_message {
  font-size: 90%;
}

.staffPage .itemList .info .staff_qualification::before {
  content: "[資格]";
  color: var(--color-green);
  padding-right: 3px;
}

.staffPage .itemList .info .staff_hobby::before {
  content: "[趣味]";
  color: var(--color-green);
  padding-right: 3px;
}

.staffPage .itemList .info .staff_message::before {
  content: "[お客様へ]";
  color: var(--color-green);
  padding-right: 3px;
}


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

.staffPage #detailBox .infoBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  margin-right: auto;
  margin-left: auto;
}

.staffPage #detailBox .inner {
  width: 40%;
  flex-shrink: 0;
  text-align: center;
}

.staffPage #detailBox #titleBox {
}

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

.staffPage #detailBox .staff_message {
  border-top: 2px solid var(--color-black);
  padding-top: 1em;
}

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

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

.staffPage #content .ttl .enFont {
  font-size: 14px;
  font-weight: 500;
  margin-left: .5em;
  color: var(--color-main);
}

.staffPage #content .ttl {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: .5em;
}

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

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

.staffPage #articleBox dl dt {
  width: 20%;
  padding: 20px;
  font-weight: bold;
  border-bottom: solid 1px var(--color-lightgray);
  color: var(--color-green);
}

.staffPage #articleBox dl dt i {
  display: none;
}

.staffPage #articleBox dl dd {
  width: 80%;
  padding: 20px;
  border-bottom: 1px solid var(--color-lightgray);
  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;
}

/* 0件の時 */
.staffPage .errorBox {
  margin-top: var(--gutter);
}

/*
===== フォームページ ==========================================
*/

.contactPage .entrytbl {
  margin-top: 0
}

/*
===== 売買コンテンツ 固定ページ:salePage ==========================================
*/
.saleContentPage .sectionttl {
  font-size: clamp(2rem, 2.2rem + 1.2vw, 3.75rem);
}

.saleContentPage .articlettl {
  display: flex;
  align-items: baseline;
  font-weight: 900;
  font-size: clamp(1.8rem, 2rem + 1.2vw, 3rem);
  border-bottom: 2px solid var(--color-green);
}

.saleContentPage .articlettl .enFont {
  padding-right: .5em;
  font-size: 96%;
  min-width: 100px;
}

.flowList {
  display: flex;
  padding-bottom: var(--gutter);
}

.flowList__img {
  width: 30%;
}

.flowList__txt {
  width: 70%;
  padding: 1em;
}

.bg_triangle01 {
  fill: #fff;
}

.bg_triangle02 {
  fill: var(--color-palegray);
}

/* 資金の目安 funds */
.fundsPage .sectionttl {
  padding-left: var(--gutter-wide);
}

.box_funds_inner.bg_gray01 {
padding: 1em 0;
}

.fundsList__ttl {
  font-weight: bold;
  font-size: clamp(1.6rem, 2rem + 1.2vw, 2.2rem);
  margin-bottom: .5em;
}

.fundsList__txt {
  margin-bottom: var(--gutter-narrow);
}

.fundsList__tbl table {
  width: 100%;
}

.fundsList__tbl table tr {
  border-top: 1px solid var(--color-main);
}

.fundsList__tbl table tr:first-of-type {
  border-top: none;
}

.fundsList__tbl table th {
  width: 45%;
  padding: 1em 2em;
  background: var(--color-palegreen);
}

.fundsList__tbl table td {
  padding: 1em 2em;
  background: #fff;
}

.fundsList__tbl table caption {
  font-weight: bold;
  padding-bottom: 1em;
}

.fundsList__moreWrap01 {
  margin-bottom: var(--gutter-narrow);
}

.fundsList__moreWrap01 .fundsList__tbl__more {
	color: var(--color-main);
	text-align: center;
	cursor: pointer;
	padding: 1em 0;
  position: relative;
}

.fundsList__moreWrap01 .fundsList__tbl__more::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px var(--color-main);
  border-right: solid 2px var(--color-main);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 42%;
  bottom: 4px;
  margin: auto;
}

.fundsList__moreWrap01 .tbl_hidden tr:nth-child(n+8) {
  display: none;
}

.fundsList__method {
  background: var(--color-palegreen);
  text-align: center;
  padding: var(--gutter-narrow);
  margin-bottom: var(--gutter-narrow);
}

.fundsList__method dt {
  font-size: clamp(1.6rem, 2rem + 1.2vw, 2rem);
  margin-bottom: 1em;
}

.fundsList__method .method__calculation {
  font-size: clamp(1.6rem, 2rem + 1.2vw, 1.8rem);
  color: var(--color-main);
  padding-bottom: var(--gutter-supernarrow);
  border-bottom: 1px solid var(--color-black);
}

.fundsList__method .method__txt {
  padding-top: var(--gutter-supernarrow);
}

.fundsList__method .method__txt span {
  color: var(--color-red);
}

.box_funds_inner:nth-child(odd) .fundsList__method {
  background: #fff;
}

/* 不動産を売りたい sale */
.sale__message .sectionttl {
  text-align: center;
  padding-left: 0;
}

.sale__message .sectionttl::before {
  display: none;
}

.sale__message .sectionTxt {
  text-align: center;
  margin-bottom: var(--gutter);
}

.sale__point_item {
  display: flex;
	background:var(--color-yellow);
}

.sale__point_item:before {
	width:50.2%;
	height:400px;
	content:'';
	display:block;
	background:url(../img/page/sale/sale_img01.webp) no-repeat 50% top;
	background-size:cover;
}

.sale__point_item.point_item02:before {
	background:url(../img/page/sale/sale_img02.webp) no-repeat 50% top;
}

.sale__point_item.point_item03:before {
	background:url(../img/page/sale/sale_img03.webp) no-repeat 50% top;
}

.sale__point_item .txt {
	width:50%;
	height:400px;
	padding:var(--gutter);
	box-sizing:border-box;
}

.articlettl .color_green {
  color: var(--color-green);
  font-size: clamp(1.8rem, 2rem + 1.2vw, 3rem);
}

.sale__point_item:nth-child(2) {
  flex-direction: row-reverse;
}

.sale__linkWrap {
  background: var(--color-palegray);
  padding: var(--gutter-wide) 0 var(--gutter);
}

.linkList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.linkList__item {
  width: 32%;
  margin-bottom: var(--gutter-narrow);
}

.linkList__item a {
  display: block;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.linkList__item a img {
  height: auto;
  transition: transform .6s ease;
}

.linkList__item a:hover img {
  transform: scale(1.1);
}

.linkList__item a p {
  bottom: 0;
  color: #fff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 86%;
  z-index: 2;
  font-size: 30px;
  font-weight: bold;
}

.linkList__item a p span {
  font-size: 14px;
  line-height: 1.4;
}

/* マスク */
.linkList__item a::before {
  background: rgba(0, 104, 182, 1);
  mix-blend-mode: multiply;
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.linkList__item .linkList__arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: var(--color-blue);
  border-radius: var(--rad-round);
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 1;
}

.linkList__item .linkList__arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
}

.knowledge__ttl {
  text-align: center;
  font-size: clamp(2rem, 1.4rem + 3vw, 4.5rem);
  font-weight: 900;
  margin: var(--gutter-wide) 0 var(--gutter);
}

.knowledge__ttl .enFont {
  display: block;
  color: var(--color-gray);
  font-size: clamp(1.125rem, 0.761rem + 1.82vw, 2.125rem);
}

/* 不動産売却の基礎知識、成功の秘訣 knowledge */
.registBox__link {
  display: flex;
  margin: var(--gutter) auto;
  align-items: center;
}

.registBox__linkList {
  width: calc(100% / 4);
  text-align: center;
  margin-right: 5px;
}

.registBox__linkList:last-child {
  margin-right: 0;
}

.registBox__linkList a {
  background: var(--color-yellow);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 10px 15px 20px;
  font-size: clamp(.85em, 1em + 0.68vw, 1em);
  font-weight: 900;
  min-height: 84px;
  position: relative;
}

.registBox__linkList a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px var(--color-black);
  border-right: solid 2px var(--color-black);
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin: auto;
}

.content_ttl_h2 {
  font-size: clamp(2rem, 1.4rem + 3vw, 4.3rem);
  font-weight: 900;
  padding: var(--gutter) 0;
}

.knowledge_step .articlettl span {
  min-width: 155px;
}

.list_triangle {
  height: 25px;
  width: 80px;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: var(--color-green);
  margin: var(--gutter-narrow) auto;
}

#knowledge02,
#knowledge04 {
  padding-bottom: var(--gutter);
}

.content_beside {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--gutter-supernarrow);
}

.content_beside:nth-child(odd) {
  flex-direction: row-reverse;
}

.content_beside_img {
  width: 30%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.content_beside_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content_beside_detail {
  width: 70%;
  background: #fff;
  padding: 20px;
}

.content_ttl_h3 {
  color: var(--color-green);
  font-weight: 700;
  font-size: clamp(1.8rem, 2rem + 1.2vw, 3rem);
  margin-bottom: var(--gutter-supernarrow);
}

.content_beside_detail .btn_archive a {
  line-height: 1.2;
}

.point_btn {
  background: var(--color-yellow);
  padding: 10px;
  display: inline-block;
  font-weight: 700;
  margin-top: var(--gutter-supernarrow);
}

.box_knowledge_lead {
  margin-bottom: var(--gutter-narrow);
}

.box_knowledge_lead h3 {
  color: var(--color-green);
  font-weight: 700;
  font-size: clamp(1.8rem, 2rem + 1.2vw, 3rem);
  margin-bottom: var(--gutter-supernarrow);
}

#knowledge03 {
  margin-bottom: var(--gutter);
}

#knowledge04 {
  padding-top: var(--gutter-narrow);
}

.linkWrap .registBox__linkList {
  width: calc(100% / 3);
}

.linkWrap .registBox__linkList a {
  padding: 10px 15px;
}

.linkWrap .registBox__linkList a::after {
  right: 10px;
  left: initial;
  bottom: 46%;
  transform: rotate(45deg);
}

.linkWrap .registBox__linkList.external a::after {
  transform: none;
  border: 0;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f35d';
  font-size: .8em;
  left: auto;
  right: 1.5em;
  top: 35%;
  width: auto;
  height: auto;
  background: none;
  transform: none;
}

/* 物件種別ごとの売却成功のポイント property */
.propertyPage .registBox__linkList {
  width: calc(100% / 3);
}

.box_property_inner {
  padding-bottom: var(--gutter);
}

.content_besideWrap {
  display: flex;
  justify-content: space-between;
}

.content_besideWrap .content_beside_detail {
  width: calc(100% / 2 - 10px);
}

/* より高く売りたい方へ broker */
.content_frame {
  background: var(--color-yellow);
  padding: var(--gutter-narrow);
}

.content_frameList li {
  position: relative;
  line-height: 1.7;
  font-size: clamp(1.6rem, 2rem + 1.2vw, 1.8rem);
  font-weight: 700;
  padding-left: 1em;
}

.content_frameList li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.box_explanation {
  padding: var(--gutter) 0;
}

.box_explanation .flexWrap {
  padding: var(--gutter-narrow);
}

.block_flex {
  display: flex;
  justify-content: space-between;
}

.block_flex .flex_left {
  width: 69%;
}

.block_flex .flex_right {
  width: 30%;
}

.box_table th{
  color: var(--color-green);
  font-size: clamp(1.6rem, 2rem + 1.2vw, 1.8rem);
}

.box_table th,
.box_table td {
  border: 2px solid #fff;
  padding: 10px;
}

.box_table th {
  background: var(--color-green);
  color: #fff;
}

.box_table td {
  background: var(--color-palegreen);
}

.box_table th.trans {
  border: none;
  background: none;
}

.block_flex-half {
  padding: var(--gutter-supernarrow);
}

.bg_white .content_frameList li::before {
  background-color: var(--color-green)
}

.linkWrap .registBox__linkList.row2 {
  width: calc(100% / 2);
}

.point_step .articlettl span {
  min-width: 155px;
}

/* その他の売却メニュー others */
.registBox__link.row3 .registBox__linkList {
  width: calc(100% / 3);
}

table.w100p {
  width: 100%;
}

table .w50p {
  width: 50%;
}

/*
===== お客様の声:voicePage ==========================================
*/
.categoryBtn__list {
  display: flex;
  flex-wrap: wrap;
  margin: var(--gutter-narrow) auto;
  gap: 5px;
  font-size: 1.4rem;
}

.categoryBtn__item a {
  border: 2px solid var(--color-black);
  background-color: #fff;
  padding: 0.5em 1em;
  font-weight: bold;
  display: block;
}

.categoryBtn__item a:hover {
  background-color: var(--color-black);
  color: #fff;
  opacity: 1;
}

.categoryBtn__item.current_cat a {
  background-color: var(--color-black);
  color: #fff;
}

.categoryBtn__item.current_cat a:hover {
  color: #fff;
}

.voicePage #postbox {
  margin-top: var(--gutter);
  max-width: 100%;
}

/*お客様の声:一覧*/
.voicePage .voicePage__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.voicePage .voicePage__item {
  width: 31%;
  margin: 30px 0;
  position: relative;
  box-sizing: border-box;
  border: 2px solid var(--color-black);
}

.voicePage .voicePage__item:nth-child(3n-1) {
  margin-right: 3.5%;
  margin-left: 3.5%;
}

.voicePage .voicePage__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.voicePage .voicePage__item__info {
  position: relative;
  padding: 1em;
}

.voicePage .icon_new {
  background: var(--color-yellow);
  width: clamp(50px, 5vw, 60px);
  height: auto;
  aspect-ratio: 1 / 1;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0.2em 0 0 0;
  position: absolute;
  top: -80px;
  left: 10px;
  border-radius: 50%;
  font-family: var(--font-new);
}

.voicePage .voicePage__item__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin: .25em 0 .5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.6em;
}

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

.voicePage .voicePage__item__photo img {
  width: 100% !important;
  height: 100% !important;
}

.voicePage .voicePage__item__photo .cate_new {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  height: 60px;
  border-radius: var(--rad-round);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
}

.voicePage .voicePage__item__photo .numbering {
  font-size: clamp(1.5rem, 3rem + 3vw, 6rem);
  color: var(--color-green);
  font-weight: 700;
  position: absolute;
  top: -10%;
  right: 1%;
}
.voicePage .voicePage__item__photo .voicePage__userName {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--color-black);
  color: #fff;
  font-size: clamp(1rem, 1rem + 1.5vw, 1.5rem);
  font-weight: bold;
  padding: .5em 1.5em;
}

.voicePage .voicePage__item__txtBox {
  font-size: 1.4rem;
  font-weight: 500;
}

.voicePage__item__tagList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2px;
}

.voicePage__item__tagItem {
  padding: 2px 10px;
  margin: 0 5px 5px 0;
  border: 1px solid;
  font-size: 0.8em;
  font-weight: bold;
}

/*************** voiceSigle ****************/
.voiceSigle__wrapper {
  font-size: 1.4rem;
}

.voiceSigle__mainPhoto img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.voiceSigle_worksPhoto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 2%;
}

.voiceSigle_worksPhoto li {
  width: 49%;
}

.voiceSigle_worksPhoto li img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

/*---------- titleBox ----------*/
.voiceSigle__titleBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 5% 0 1%;
}

.voiceSigle__titleBox__ttl {
  width: 70%;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.4;
}

.voiceSigle__titleBox__ttl .enFont {
  color: var(--color-green);
}

.voiceSigle__titleBox__ttl .voiceSigle__name {
  padding-left: .5em;
}

.voiceSigle__titleBox__info {
  width: 28%;
  padding-left: 1%;
  border-left: 1px dotted #ccc;
}

.voiceSigle__titleBox__info p {
  font-weight: bold;
}

.voiceSigle__titleBox__info p:last-child {
  margin-top: 5px;
}

/*---------- taxnomyBox ----------*/
.voiceSigle__taxnomyBox {
  display: flex;
  flex-wrap: wrap;
  margin: 1% 0 3%;
}

.voiceSigle__taxnomyBox li {
  padding: 2px 5px;
  border: 1px solid;
  font-size: 1.2rem;
  margin: 0 5px 5px 0;
}

.voiceSigle__taxnomyBox li a {
  text-decoration: none;
}

/*---------- お客様コメント ----------*/
.voiceSigle__wrapper #content {
  border: 2px solid var(--color-black);
  padding: 1.5em 1.5em .5em;
}

/*---------- qaBox ----------*/
.voiceSigle__qaBox {
  background: #E5F6EB;
  padding: var(--gutter) 0;
}

.voiceSigle__qaItem {
  position: relative;
  /* margin: 5% 0;
  padding-left: 40px; */
  margin-bottom: 3em;
}

.voiceSigle__qaItem:last-child {
  margin-bottom: 0;
}

.voiceSigle__qaItem h3 {
  font-size: 1.4em;
  font-weight: bold;
}

.voiceSigle__from {
  background-color: #fff;
  padding: 1.5em;
}


/* .voiceSigle__qaItem:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 18px;
  left: 0;
  background: #111;
} */

.voiceSigle__qaText {
  margin-top: 1%;
}

.voiceSigle__qaText p {
  margin-top: 1em;
}

.voiceSigle__qaText img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/*---------- staffBox ----------*/
.voiceSigle__staffBox {
  margin: 5% 0;
}

/* .voiceSigle__staffBox h3 {
  font-size: 1.5em;
  font-weight: bold;
  border-left: 6px solid;
  padding-left: 10px;
  line-height: 1.2;
} */

.voiceSigle__staffBox__inner {
  margin-top: 2%;
  display: flex;
}

.voiceSigle__staffInfo {
  width: clamp(100px, 20vw, 230px);
  margin-right: 2%;
  flex-shrink: 0;
}

.voiceSigle__staffInfo dt img {
  width: 100%;
  max-height: 230px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.voiceSigle__staffInfo dd {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}

.voiceSigle__staffInfo dd span {
  display: block;
  margin-top: 10px;
  font-size: 0.75em;
  line-height: 1.2;
}

.voiceSigle__staffComment h4 {
  font-size: 1.2em;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding: .5em 1em;
  border: 2px solid var(--color-green);
  color: var(--color-green);
}

/* .voiceSigle__staffComment h4:before,
.voiceSigle__staffComment h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: black;
} */

.voiceSigle__staffComment h4:before {
  left: 0;
}

.voiceSigle__staffComment h4:after {
  right: 0;
}

.voiceSigle__staffComment p {
  margin-top: 20px;
}

.voicePage.singlePage .navigation {
  margin-top: var(--gutter-wide);
}

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

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

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

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

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

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

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

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

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

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

  /*
===== 来店予約 Tablet ==========================================
*/
  .shop-reservePage .meritBox .meritList {
    gap: 2%;
  }

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

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

  .shop-reservePage .appealBox__inBox {
    gap: unset;
  }

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

  .shop-reservePage .staffBox {
    width: 52%;
  }

  .shop-reservePage .staffBox img {
    height: auto;
  }

  /* 来店予約フロー */
  .shop-reservePage .flowItem h3 {
    font-size: 24px;
  }

  .shop-reservePage .flowItem p {
    font-size: 14px;
  }

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

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

  .staffPage #detailBox .infoBox {
    width: 96%;
  }

  /* 不動産を売りたい sale */
  .saleContentPage .articlettl {
    font-size: clamp(1.8rem, 2rem + 1.2vw, 2.4rem);
  }
  .sale__point_item .txt {
    padding: 15px 10px;
  }
  .linkList__item a p {
    font-size: 23px;
  }

  /*
  ===== お客様の声:voicePage ==========================================
  */
  .voicePage .icon_new {
    top: -70px;
  }

}


/*==================================================
  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%;
    border-radius: 5px;
  }

  .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 ==========================================
*/
  .reformPage .ttlWrap .mainTtl {
    padding: 2.5%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .reformPage .meritBox #merit_index ul li a {
    background: url(../img/page/renovation/meritBox_itemList_arrow.webp) no-repeat 98% center;
    background-size: 30px;
    padding: 11px 40px 15px 10px;
    display: flex;
    align-items: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .reformPage .meritBox .merit04 .questionBox {
    border: 3px solid #333333;
    margin: 20px;
    padding: 10px 20px;
  }

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

  .reformPage .meritBox .merit04 .questionBox p {
    font-size: 16px;
    margin-top: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .reformPage .reasonBox .itemList_link li a::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .shop-reservePage .reserveBox__ttlBox .reserveBox__sum {
    font-size: 1em;
  }

  .shop-reservePage .meritBox .ttl img {
    width: 50%;
  }
  .shop-reservePage .meritBox__heading .meritBox__ttl span {
    padding: 0 2em;
  }

  
  .shop-reservePage .meritBox__heading .meritBox__ttl .font_green {
    display: block;
    line-height: 1.2;
  }

  .shop-reservePage .meritBox .meritList {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6vw;
  }

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

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

  .shop-reservePage .appealBox__ttlBox h2 img {
    width: 100%;
  }

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

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

  .shop-reservePage .pointBox {
    margin-bottom: 20px;
  }

  .shop-reservePage .staffBox ul {
    margin-bottom: 300px;
  }

  .shop-reservePage .staffBox img {
    left: calc( 50% - 160px );
    height: auto;
    width: 320px;
  }


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

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

  /* 店舗案内と共通 */
  #shopInfoBox .leftCont .slick-next,
  #shopInfoBox .leftCont .slick-prev,
  #shopInfoBox .leftCont .slick-arrow::before,
  #shopInfoBox .leftCont .slick-arrow::after {
    width: 20px;
    height: 20px;
  }

  #shopInfoBox .shopData dt {
    width: 30%;
    padding: 15px 10px;
  }

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

  form .reserve_note span {
    padding: 1em;
  }

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

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

  .shop-reservePage .flowItem {
    width: 100%;
    flex-flow: row wrap;
    padding: 10px;
    justify-content: flex-start;
    margin-top: 1em;
  }

  .shop-reservePage .flowItem+.flowItem::before {
    left: calc( 50% + 10px );
    top: -1.5em;
    transform: rotate(90deg) translate(-50%, 50%);
    font-size: 20px;
  }

  .shop-reservePage .flowItem h3 {
    width: 40%;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    width: 100%;
  }

  .shop-reservePage .flowItem h3 .enFont {
    display: inline-block;
    padding-right: .3em;
  }

  .shop-reservePage .flowItem p {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
    width: 62%;
    margin-right: 3%;
  }

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

  .shop-reservePage .flowBox .comment {
    font-size: 18px;
  }

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

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

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

  .shop-reservePage .flowItem img {
    width: 100%;
  }

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

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

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

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

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

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

  .eventPage .itemList .item dd {
    display: flex;
    align-items: flex-start;
    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: 2.5%;
  }

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

  .columnPage .itemList li.item .info {
    width: 68%;
    padding: 0 0 35px 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;
    font-size: 12px;
  }

  /*スタッフコラム:詳細*/
  .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: 1em;
  }

  .qaPage #accordion dt {
    padding: 1em 3em 1em 1.8em;
    font-size: 14px;
  }

  .qaPage .faqBox__list .faqBox__item .enFont {
    font-size: 20px;
  }

  .qaPage .faqBox__list .faqBox__item dd {
    padding-left: 4em;
  }

  .qaPage .faqBox__list .faqBox__item dd::before {
    left: 1.5em;
    font-size: 20px;
  }

  .qaPage .faqBox__list .faqBox__item dd p {
    font-size: 12px;
  }

/*
===== 厳選おすすめ物件:selectionPage ==========================================
*/
  /* 厳選おすすめ物件 + お客様の声 :一覧 */
  .selectionPage .itemList .List li.item,
  .voicePage .voicePage__item {
    width: 96%;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }

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

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

  .selectionPage .selectionBox__intro,
  .voicePage .voicePage__item__txtBox {
    font-size: 12px;
  }


  /*厳選おすすめ物件:詳細*/

  .selectionPage .dataBox__outline {
    flex-flow: column wrap;
  }

  .selectionPage .dataBox__outline dl {
    align-items: normal;
  }

  .selectionPage .dataBox__outline dl:first-child {
    border-bottom: 0;
  }

  .selectionPage .dataBox__outline dl dt {
    height: auto;
    padding: .5em;
  }

  .selectionPage .dataBox__outline dl dd {
    padding: .5em;
    display: flex;
    align-items: center;
  }

  .selectionPage .estatedetail_tbl01 {
    font-size: 12px;
  }

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

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

  .selectionPage #imgBox .sliderBox .slider_main {
    margin: 20px;
  }

  /* スライドページャー */
  .selectionPage #imgBox .sliderBox .selection_slider_pager {
    padding: 5px 0;
  }

  .selectionPage #imgBox .sliderBox .selection_slider_pager li {
    margin: 2px;
    width: 64px !important;
  }

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

  .selectionPage #imgBox #sliderArrows .slick-next {
    right: 0%;
  }

  /*pickupBox*/
  .selectionPage .pickupBox ul {
    margin: 0;
  }

  .selectionPage .pickupBox ul li {
    flex-direction: column;
    width: 100%;
    padding: 5%;
    margin-bottom: 0;
  }

  .selectionPage .pickupBox ul li:nth-child(2n) {
    flex-direction: column;
    background: #f6f6f6;
  }

  .selectionPage .pickupBox ul li .imgBox {
    width: 100%;
    margin: 10px auto 0;
    background-color: #fff;
  }

  .selectionPage .pickupBox ul li .textBox {
    width: 100%;
  }

  .selectionPage .pickupBox ul li .textBox .number {
    display: inline-block;
  }

  .selectionPage .pickupBox ul li .textBox .ttl {
    display: inline-block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /*
  ===== お客様の声：voicePage ==========================================
  */

  /* 一覧 */
  .voicePage .voicePage__item {
    margin: 20px 0;
  }

  /* 詳細 */
  .voiceSigle__titleBox {
    flex-flow: column wrap;
  }

  .voiceSigle__titleBox__ttl,
  .voiceSigle__titleBox__info {
    width: 100%;
  }

  .voiceSigle__titleBox__ttl {
    font-size: 1.5em;
  }

  .voiceSigle__titleBox__info {
    border-top: 1px solid var(--color-palegray);
    border-left: 0;
    padding: .5em 0;
    margin-top: 1em;
    display: flex;
  }

  .voiceSigle__titleBox__info p:last-child {
    margin: 0 0 0 1em;
  }

  .voiceSigle__qaText {
    padding: .5em;
    margin: 0;
  }

  .voiceSigle__qaItem {
    margin-bottom: 1em;
  }

  .voiceSigle__staffInfo {
    margin-right: 3%;
  }

  .voiceSigle__staffBox__inner {
    margin-top: 0;
  }

  .voiceSigle__staffComment h4,
  .voiceSigle__staffInfo dd {
    font-size: 1em;
  }

  .voiceSigle__staffComment p {
    margin-top: 1em;
  }

  /*
  ===== 店舗案内：shopPage ==========================================
  */
  .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 .bannerWrap {
    width: 96%;
    margin: 40px auto;
  }

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

  .shopPage #shopInfoBox .ttl {
    width: 50%;
  }

  .shop-reservePage #shopInfoBox .leftCont,
  .shopPage #shopInfoBox .leftCont {
    width: 100%;
    margin: 0 auto 1em;
  }

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

  .shop-reservePage #shopInfoBox dl,
  .shopPage #shopInfoBox dl {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 3%;
  }

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

  .shop-reservePage #shopInfoBox .shopData dd,
  .shopPage #shopInfoBox .shopData dd {
    width: 70%;
  }

  .shop-reservePage #shopInfoBox .shopData dt,
  .shop-reservePage #shopInfoBox .shopData dd,
  .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: 100%;
    margin-bottom: 30px;
    /* text-align: center; */
  }

  .staffPage .itemList ul.List li.item .photo {
    width: 150px;
  }

  .staffPage .itemList .info {
    width: calc(100% - 150px);
  }

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

  .staffPage .itemList ul.List li.item .info .staff__name .enFont {
    font-size: 10px;
  }

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

  .staffPage #detailBox .photo {
    margin-top: 1em;
  }

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

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

  .staffPage #detailBox .photo {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
  }

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

  .staffPage #detailBox #titleBox {

  }

  .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 #articleBox {
    margin: 0 10px 50px;
  }

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

  .staffPage #articleBox dl dt {
    padding: 10px;
    border-top: 1px solid var(--color-lightgray);
    border-bottom: 0;
    width: 100%;
    font-weight: 500;
  }

  .staffPage #articleBox dl dd {
    padding: 0 10px 10px 10px;
    width: 100%;
    border-bottom: none;
  }

  .staffPage #content {
    margin: .5em 0;
  }

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

  /*
===== 会社案内: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 .siteMap__list {
    width: 100%;
  }

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

  .contactPage .contactBox__txt {
    background: url(../img/page/contact/contactBox_bg.webp) no-repeat center bottom / contain;
    position: relative;
    z-index: -2;
    padding-bottom: 5em;
  }

  .contactPage .contactBox__ttl {
    position: relative;
    background: var(--color-blue);
    color: #fff;
    font-weight: 900;
    text-align: center;
    padding: 1em;
    font-size: 1em;
  }

  .contactPage .contactBox__ttl::before {
    border: 10px solid transparent;
    border-top: 10px solid var(--color-blue);
    bottom: -20px;
  }

  .contactPage .contactBox__txt p {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
  }

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

  /*
===== 売買コンテンツ 固定ページ:salePage ==========================================
*/
  /* 資金の目安 funds */
  .fundsPage .sectionttl {
    padding-left: 3em;
  }

  .fundsList__tbl table th {
    width: 60%;
  }

  .fundsList__tbl table th,
  .fundsList__tbl table td {
    padding: 1em;
  }

  .fundsList__moreWrap01 .fundsList__tbl__more::after {
    left: 35%;
  }

  /* 不動産を売りたい sale */
  .sale__point_item {
    display: block;
    margin-bottom: var(--gutter-narrow);
  }
  .sale__point_item:before,
  .sale__point_item.point_item02:before,
  .sale__point_item.point_item03:before {
    width: 100%;
    height: 200px;
    background-size: 120%;
  }
  .sale__point_item .txt {
    width: 100%;
    height: auto;
    padding: var(--gutter-narrow);
  }
  .linkList {
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .linkList__item {
    width: 80%;
  }
  .linkList__item a p {
    font-size: 24px;
  }

  /* 不動産売却の基礎知識、成功の秘訣 knowledge */
  .saleContentPage .sectionttl {
    padding-left: var(--gutter-wide);
    line-height: 1.2;
  }

  .saleContentPage .sectionttl::before {
    max-height: 80px;
  }

  .saleContentPage .articlettl .enFont {
    min-width: auto;
  }

   /* ポイント */
  .pointList .pointList__ttl .articlettl {
    flex-flow: column wrap;
  }

  .pointList .pointList__ttl .articlettl .enFont {
    font-size: 16px;
  }

  .sale__message .sectionttl {
    padding: 0;
  }

  .registBox__link {
    display: block;
  }

  .registBox__linkList {
    width: 100%;
    margin-bottom: 10px;
  }

  .knowledge_step .articlettl span {
    min-width: 110px;
  }

  .content_beside {
    display: block;
  }

  .content_beside_img {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .content_beside_img img {
    /* max-height: 200px; */
  }

  .content_beside_detail {
    width: 100%;
  }

  .content_beside_detail .btn_archive a {
    width: 100%;
  }

  .linkWrap .registBox__linkList {
    width: 100%;
  }

  /* 物件種別ごとの売却成功のポイント property */
  .propertyPage .registBox__linkList {
    width: 100%;
  }

  .content_besideWrap {
    display: block;
  }

  .content_besideWrap .content_beside_detail {
    width: 100%;
    margin-bottom: 10px;
  }

  /* より高く売りたい方へ broker */
  .linkWrap .registBox__linkList.row2 {
    width: 100%;
  }

  .content_frameList li::before {
    top: 10px;
    transform: initial;
  }

  .block_flex {
    display: block;
  }

  .block_flex .flex_left {
    width: 100%;
    margin-bottom: 10px;
  }

  .block_flex .flex_right {
    width: 100%;
  }
  
  .tbl-scroll {
    overflow-x: scroll;
  }
  
  .tbl-scroll table {
    width: 800px;
  }

  .point_step .articlettl span {
    min-width: 110px;
  }

  /* その他の売却メニュー others */
  .registBox__link.row3 .registBox__linkList {
    width: 100%;
  }

  .content_frameList li {
    font-size: 1.15em;
  }
}
