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

/*==================================================
	GENERAL SETTINGS
==================================================*/
.navigation {
  padding: 20px;
  text-align: center;
  background: #eee;
  border: none;
  border-radius: var(--rad-full);
  margin: var(--gutter) auto;
  width: 100%;
}

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

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid var(--color-black);
  padding: 10px 15px;
  margin: 2px;
  border-radius: var(--rad-button);
}

.wp-pagenavi span.pages {
  background-color: #eee;
  border-color: #eee;
  border-radius: var(--rad-common);
}

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

.wp-pagenavi a,
.wp-pagenavi span.current {
  height: auto;
  aspect-ratio: 1 / 1;
  width: 45px;
  padding: 8px;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
  width: auto;
  aspect-ratio: auto;
  padding-inline: 12px;
}

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

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

.singlePage #detailBox {
  width: min(90%, var(--width-content));
}

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

.singlePage #titleBox {
  margin: 0 auto;
}

.singlePage #titleBox .secTtl {
  margin-top: 0;
  text-align: left;
  font-size: clamp(2rem, 4.2vw, 2.8rem);
  padding: 0.5em 0;
  border-bottom: solid 3px #CCC;
}

.singlePage #titleBox .date {
  text-align: right;
  margin-bottom: 0;
  font-size: var(--font-normal);
  font-family: var(--font-en);
  font-weight: bold;
}

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

.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: .6em 1.2em;
  display: inline-block;
  background: var(--color-main);
  color: #FFF;
  border-radius: var(--rad-button);
  line-height: 1;
  font-family: var(--font-en);
}

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

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

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

.singlePage #btnBox p.btn_reserve a::after {
  display: block;
  position: absolute;
  content: '';
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 50%;
  right: 2em;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
}

.singlePage #btnBox p.btn_end {
  background: var(--color-gray);
  padding: 25px;
  border-radius: var(--rad-button);
}

.singlePage #content {
  margin: 30px auto 0;
}

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

.singlePage #mapBox {
  padding-top: 80px;
  margin-top: -50px;
  margin-bottom: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.singlePage #mapBox .ttl {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  background-color: var(--color-main);
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

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

.singlePage #form {
  width: 90%;
  margin: 0 auto;
}

.singlePage .iconWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.singlePage .icon_txt {
  margin: 0;
}

.singlePage .icon_txt a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (any-hover:hover) {
  .singlePage .icon_txt a:hover {
    text-decoration: underline;
  }

}

.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: 100% !important;
  height: auto;
  margin: 0 auto;
  border-radius: 0 0 var(--rad-common) var(--rad-common);
  overflow: hidden;
}

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

/* 目次(TOC)用CSS */
.singlePage #toc_container {
  min-width: 30%;
  padding: 1em 1.5em .5em;
  border: 1px solid var(--color-gray);
  border-radius: var(--rad-common);
}

.singlePage #toc_container .toc_title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.4em;
  position: relative;
  margin-bottom: .5em;
}

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

/* ビジュアルエディタ用CSS */
.singlePage #content p {
  margin-bottom: 10px;
  margin-bottom: 1em;
  line-height: 1.6;
}

.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, 2.8rem);
  border-left: 5px solid var(--color-main);
  padding: 0 0 0 .5em;
}

.singlePage #content h2 {
  font-size: clamp(2rem, 1.6rem + 1.14vw, 2.6rem);
  border-bottom: 3px solid var(--color-main);
  padding: 0 0 .5em;
}

.singlePage #content h3 {
  font-size: clamp(1.875rem, 1.4rem + 1.14vw, 2.4rem);
  background: var(--color-palegray);
  padding: .5em;
}

.singlePage #content h4 {
  font-size: clamp(1.625rem, 1.2rem + 1.14vw, 2.3rem);
  border-top: 1px solid var(--color-lightgray);
  border-bottom: 1px solid var(--color-lightgray);
  padding: .5em 0;
}

.singlePage #content h5 {
  font-size: clamp(1.375rem, 1.1rem + 0.91vw, 2rem);
  border-bottom: 1px dashed var(--color-lightgray);
  padding: 0 0 .5em;
}

.singlePage #content h6 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  color: var(--color-black);
}

.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 #content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.singlePage #content .alignright {
  float: right;
  margin-left: 1.5em;
}

.singlePage #content .alignleft {
  float: left;
  margin-right: 1.5em;
}

.singlePage #content {
  display: flow-root;
  /* float の解除 */
}

.singlePage #content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* ビジュアルエディタ用CSSここまで */


/* 一覧ページタームボタン */
.archivePage__termList {
  width: min(90%, var(--width-content));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5em;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  margin: var(--gutter-supernarrow) auto var(--gutter-narrow);
}

.archivePage__termItem a {
  border: 2px solid var(--color-black);
  color: var(--color-black);
  font-weight: bold;
  border-radius: var(--rad-button);
  padding: .5em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.archivePage__termItem.current a {
  background-color: var(--color-black);
  color: #fff;
}

@media (any-hover:hover) {

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

  .archivePage__termItem a:hover {
    opacity: 1;
  }
}

/* スタッフ紹介・店舗案内へのリンク */

.staffCta {
  margin: var(--gutter-wide) auto;
  width: min(90%, var(--width-content));
}

.staffCta__txtWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(2.4rem, 5vw, 3rem);
  font-weight: bold;
  color: var(--color-main);
  margin: var(--gutter-narrow) auto;
  text-align: center;
}

.staffCta__txtTop {
  position: relative;
  font-size: 1em;
}

.staffCta__txtTop::before,
.staffCta__txtTop::after {
  content: "";
  position: absolute;
  top: 20%;
  width: 1px;
  height: 1em;
  background-color: currentColor;
  display: block;
}

.staffCta__txtTop::before {
  left: -10px;
  rotate: -20deg;
}

.staffCta__txtTop::after {
  right: -10px;
  rotate: 20deg;
}

.staffCta__txtMiddle {
  font-size: 1.3em;
}

.staffCta__txtBottom {
  font-size: 1em;
}

.staffCta__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 15px 2%;
  flex-wrap: wrap;
}

.staffCta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
  color: #fff;
  border: 2px solid var(--color-main);
  background: var(--color-main);
  border-radius: var(--rad-button);
  padding: 2rem 4rem 2rem 3rem;
  transition: .3s;
  position: relative;
  width: 300px;
  font-weight: bold;
}

.staffCta__btn::after {
  display: block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%) rotate(45deg);
}

/*
===== 中古を買ってリフォ-ム/リノベ-ション ==========================================
*/
.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-skyblue);
}

.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 .contents-inner {
  margin: 50px auto;
}

/*自由入力*/
.shop-reservePage .editBox {
  width: 100%;
  max-width: var(--width-content);
  margin-inline: auto;
}

/*3つのメリット*/
.shop-reservePage .meritBox {
  width: 90%;
  max-width: var(--width-content);
  margin: var(--gutter) auto;
}

.shop-reservePage .meritBox__ttl {
  text-align: center;
  font-size: clamp(1.8rem, 2vw, 3.2rem);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
}

.shop-reservePage .meritBox__ttl--numWrap {
  font-size: 1.3em;
}

.shop-reservePage .meritBox__ttl--num {
  font-family: var(--font-en);
  font-size: 1.5em;
  color: var(--color-main);
}

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

.shop-reservePage .meritBox .meritList__item {
  width: 32%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
}

.shop-reservePage .meritBox .meritList.meritList--col2 .meritList__item {
  width: 49%;
  max-width: 560px;
}

.shop-reservePage .meritBox .meritList__item__photo {
  border-radius: 2rem 2rem 0 0;
  aspect-ratio: 3 / 2;
  flex-shrink: 0;
}

.shop-reservePage .meritBox .meritList__item__txt {
  position: relative;
  background: var(--color-palegray);
  padding: 1.5rem;
  padding-left: 90px;
  height: 100%;
}

.shop-reservePage .meritBox .meritList__item__icon {
  position: absolute;
  top: -10px;
  left: 10px;
  background: var(--color-yellow);
  width: 72px;
  height: 60px;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shop-reservePage .meritBox .meritList__item__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: var(--color-yellow);
  clip-path: polygon(0 0, 0 100%, 50% 50%, 100% 100%, 100% 0);
  position: absolute;
  bottom: -10px;
}

.shop-reservePage .meritBox .meritList__item__num {
  font-size: 32px;
  font-family: var(--font-en);
  line-height: 1;
}

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

/*モデルルーム*/
.shop-reservePage .modelroomBox {
  background: url(../img/index/bg_event_01.webp) no-repeat center / cover;
  padding: var(--gutter);
}

.shop-reservePage .modelroomBox__ttlWrap {
  background: url(../img/page/shop_reserve/photo_model_01.webp) no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--gutter);
  min-height: 400px;
  border-radius: 3rem 3rem 0 0;
}

.shop-reservePage .modelroomBox__ttl {
  font-size: clamp(1.8rem, 2vw, 3.2rem);
  font-weight: bold;
  padding: .5em;
  background: rgba(255, 255, 255, .8);
}

.shop-reservePage .modelroomBox__point-staffWrap {
  display: flex;
  background: var(--color-paleskyblue);
}

.shop-reservePage .modelroomBox__pointBox {
  width: 40%;
}

.shop-reservePage .modelroomBox__staffBox {
  width: 60%;
}

.shop-reservePage .modelroomBox__point__head {
  background: var(--color-main);
  color: #fff;
  font-size: var(--font-medium);
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

.shop-reservePage .modelroomBox__staffBox .modelroomBox__point__head {
  border-left: 1px dotted #fff;
}

.shop-reservePage .modelroomBox__point__list li {
  padding: 1em;
  padding-left: 50px;
  position: relative;
}

.shop-reservePage .modelroomBox__point__list li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: var(--color-ygreen);
  border-radius: var(--rad-full);
  position: absolute;
  top: 1em;
  left: 1em;
}

.shop-reservePage .modelroomBox__point__list li::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 1em;
  left: 1em;
  transform: rotate(-45deg) translate(5px, 10px);
}

.shop-reservePage .modelroomBox__staff__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  padding: 2rem;
}

.shop-reservePage .modelroomBox__staff__list li {
  width: 49%;
  background: #fff;
  border: 2px solid var(--color-main);
  border-radius: var(--rad-full);
  padding: 1.2em;
  margin-bottom: 1.5em;
  text-align: center;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .1);
  display: flex;
  justify-content: center;
  align-items: center;
}


/*店舗一覧*/
.shop-reservePage .shopListBox {
  width: 100%;
  max-width: var(--width-content);
  margin: var(--gutter) auto;
}

/*ステップ*/
.shop-reservePage .flowBox .comment {
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 3.2rem);
  margin: 2em;
}

.shop-reservePage .flowBox .area {
  text-align: center;
  padding: 2rem;
  border: 1px solid;
  margin: var(--gutter) auto;
  width: 90%;
}

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

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

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

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

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

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

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

/*予約管理フォーム*/
.shop-reservePage .formBox {
  width: 96%;
  max-width: var(--width-content);
  margin-inline: auto;
}

.shop-reservePage .formBox__ttl {
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  text-align: center;
  position: relative;
}

.shop-reservePage .formBox__subTtl {
  background: var(--color-main);
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
  margin: 1em 0;
  padding: .5em;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

.shop-reservePage .formFrameBox .formBox__subTtl {
  background: var(--color-sub);
}

.shop-reservePage .formSwitchBox__item {
  padding: 1.2%;
  border: 2px solid var(--color-gray);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4%;
  background: #fff;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, .15);
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 2rem;
  position: relative;
}

.shop-reservePage .formSwitchBox__item.active {
  border-color: var(--color-sub);
  background: var(--color-paleskyblue);
  transform: translate(5px, 5px);
  box-shadow: none;
}

.shop-reservePage .formSwitchBox__item:hover {
  cursor: pointer;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.shop-reservePage .formSwitchBox__nameWrap {
  width: 100%;
  margin-bottom: 5px;
}

.shop-reservePage .formSwitchBoxx__imgBox {
  width: 20%;
  border-radius: var(--rad-common);
}

.shop-reservePage .formSwitchBox__dataBox {
  width: 76%;
}

.shop-reservePage .formSwitchBox__name {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: bold;
}

.shop-reservePage .formSwitchBox__dataWrap {
  font-size: .8em;
  line-height: 1.2;
}

.shop-reservePage .formSwitchBox__btn {
  width: 90%;
  max-width: 300px;
  margin: .5em auto;
  text-align: center;
  padding: 10px 10px 10px 0;
  background: var(--color-main);
  color: #fff;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 500;
  position: relative;
  border-radius: var(--rad-full);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.shop-reservePage .formSwitchBox__btn::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 1.5em;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s;
}

.shop-reservePage .formSwitchBox__item.active .formSwitchBox__btn {
  background: var(--color-sub);
}

.shop-reservePage .formSwitchBox__item.active .formSwitchBox__btn::after {
  top: calc(50% - 10px);
  right: 1.5em;
  transform: rotate(135deg) translateY(-50%);
}

.shop-reservePage .formFrameBox {
  margin-bottom: 1em;
}

.shop-reservePage .formFrameBox__loading {
  height: 40px;
  position: relative;
}

.shop-reservePage .formFrameBox__loading__dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: var(--rad-full);
  background: var(--color-gray);
  position: absolute;
  top: 16px;
  left: calc(50% - 8px);
}

.shop-reservePage .formFrameBox__loading__dot:nth-of-type(1) {
  left: calc(50% - 28px);
  animation: loading_dot 2s infinite;
}

.shop-reservePage .formFrameBox__loading__dot:nth-of-type(2) {
  animation: loading_dot 2s .5s infinite;
}

.shop-reservePage .formFrameBox__loading__dot:nth-of-type(3) {
  left: calc(50% + 12px);
  animation: loading_dot 2s 1s infinite;
}

@keyframes loading_dot {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .25;
  }

  100% {
    opacity: 1;
  }
}

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

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

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

.contact__form__telBox {
  width: 90%;
  max-width: 600px;
  margin-inline: auto;
  text-align: center;
  border: 2px solid var(--color-gray);
  border-radius: var(--rad-common);
  padding: 2rem;
}

.contact__form__telHead {
  border-bottom: 1px solid;
  padding-bottom: 1em;
  font-weight: bold;
}

.contact__form__telNum {
  font-size: clamp(3.2rem, 4vw, 5.6rem);
  font-family: var(--font-en);
  font-weight: bold;
}

.contact__form__telNum::before {
  content: "";
  display: inline-block;
  width: .9em;
  height: .9em;
  background: url(../img/common/icon_tel_black_01.svg) no-repeat center / contain;
  vertical-align: middle;
}

/*
===== カタログ請求:catalogPage ==========================================
*/
.catalogPage #postbox {
  margin-top: var(--gutter);
}

/*
===== プライバシーポリシー:privacyPage ==========================================
*/
.privacyPage .contents-inner {
  width: 90%;
  margin-inline: auto;
  margin-bottom: var(--gutter-wide);
}

.privacyPage .privacy-section-inner {
  margin-bottom: var(--gutter);
}

.privacyPage .privacy-section-inner .subTtl {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: bold;
  padding: 1.5em 0 .5em;
  line-height: 1.3;
}

.privacyPage .privacy-section-inner p {
  line-height: 1.6;
  margin: 1em;
}

.privacyPage .contents-inner a {
  color: var(--color-main);
  text-decoration: underline;
}

.privacyPage .contents-inner dl dt {
  font-weight: bold;
  margin-top: 1.5em;
}

.privacyPage .contents-inner dl dd {
  margin-top: 1em;
}

.privacyPage .contents-inner ul,
.privacyPage .contents-inner ol {
  margin: 1.5em 2em;
}

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

.privacyPage .contents-inner ol li {
  margin-bottom: 1.5em;
  list-style: decimal;
}

.privacyPage .privacy-section-contact {
  margin: 1.5em 0;
  padding: 0 2em 1.5em;
  background-color: var(--color-paleskyblue);
}

.privacyPage #purpose {
  margin-top: -100px;
  padding-top: 100px;
}

/*
===== サイトマップ:sitemapPage ==========================================
*/

.sitemapPage .sitemapBox {
  width: 96%;
  margin-inline: auto;
}

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

.sitemapPage .contents-inner ul li a {
  border: 1px solid var(--color-gray);
  background: #fff;
  border-radius: var(--rad-common);
  display: flex;
  align-items: center;
  padding: 1em 2em 1em 1em;
  position: relative;
  transition: .3s;
}

.sitemapPage .contents-inner ul li a::before {
  display: block;
  position: absolute;
  content: '';
  width: .5em;
  height: .5em;
  border-top: 1px solid;
  border-right: 1px solid;
  top: 50%;
  right: 1.25em;
  transform: rotate(45deg) translateY(-50%);
}

@media (any-hover:hover) {
  .sitemapPage .contents-inner ul li a:hover {
    opacity: 1;
    background: var(--color-palegray);
  }
}

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

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

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

.topicsPage .itemList {
  width: min(90%, var(--width-content));
  margin: 0 auto;
}

.topicsPage .itemList .item a {
  display: block;
  position: relative;
  padding: 2rem 4.5rem 2rem 0;
  border-bottom: 1px solid var(--color-gray);
}

.topicsPage .itemList .item a dt {
  display: flex;
  align-items: center;
  gap: 5px;
}

.topicsPage .itemList .item dl dt span.date {
  font-family: var(--font-en);
  font-weight: bold;
}

.topicsPage .itemList .item .icon_txt {
  font-size: var(--font-xxsmall);
  font-family: var(--font-en);
  font-weight: bold;
}

.topicsPage .itemList .item dl dd {
  margin-top: 1rem;
  word-break: break-all;
}

.topicsPage .itemList .item a::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border: 1px solid var(--color-gray);
  background: url(../img/common/icon_arrow_black_01.svg) no-repeat center / 20% auto;
  border-radius: var(--rad-full);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

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

/*イベント情報:一覧*/
.eventPage .itemList {
  width: min(90%, var(--width-content));
  margin: 0 auto;
}

.eventPage .itemList .List {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  gap: 2.5vw;
}

.eventPage .itemList .item {
  width: calc((100% - 5vw) / 3);
  max-width: 370px;
  position: relative;
}

.eventPage .itemList .item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: var(--rad-common);
  overflow: hidden;
  border: 1px solid var(--color-lightgray);
}

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

.eventPage .itemList .item .photo .endMessage {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  backdrop-filter: blur(3px);
}

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

.eventPage .itemList .item .info {
  padding: 10px 20px 20px;
}

.eventPage .itemList .item dt {
  font-weight: bold;
}

.eventPage .itemList .item dd {
  margin-bottom: 5px;
  font-size: var(--font-sub);
}

.eventPage .itemList .item .iconWrap {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.eventPage .itemList .item .iconWrap .icon_txt {
  font-size: var(--font-xxsmall);
  margin: 0;
}

.eventPage .itemList .item .iconWrap .icon_new {
  font-family: var(--font-en);
}

.eventPage.singlePage .photo {
  text-align: center;
  border-radius: var(--rad-common);
  overflow: hidden;
}

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

/*スタッフコラム:一覧*/
.columnPage .itemList {
  width: min(90%, var(--width-content));
  margin: 0 auto;
}

.columnPage .itemList .item a {
  display: block;
  padding: 3rem 6rem 3rem 0;
  border-bottom: 1px solid var(--color-gray);
  gap: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  height: 100%;
}

.columnPage .itemList .item a::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border: 1px solid var(--color-gray);
  background: url(../img/common/icon_arrow_black_01.svg) no-repeat center / 20% auto;
  border-radius: var(--rad-full);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.columnPage .itemList .item .photo {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
  width: 200px;
  border-radius: var(--rad-common);
  flex-shrink: 0;
}

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

.columnPage .itemList .item .ttl {
  word-break: break-all;
  font-weight: bold;
  font-size: clamp(1.8rem, 2vw, 2rem);
}

.columnPage .itemList .item .content {
  margin: 10px 0 15px;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.columnPage .itemList .item .date {
  font-family: var(--font-en);
  font-weight: bold;
  font-size: var(--font-sub);
}

.columnPage .itemList .item .iconWrap {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.columnPage .itemList .item .iconWrap .icon_txt {
  font-size: var(--font-xxsmall);
  margin: 0;
}

.columnPage .itemList .item .iconWrap .icon_new {
  font-family: var(--font-en);
}

.columnPage .itemList .item .staffList {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin-top: 1rem;
}

.columnPage .staffItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.columnPage .itemList .item .staffItem img {
  width: 42px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  background-color: var(--color-palegray);
  object-position: top;
}

/* タームボタン */
.columnPage .archivePage__termList {
  margin-bottom: var(--gutter-supernarrow);
}

.columnPage .archivePage__termItem a {
  border: 2px solid var(--color-main);
  color: var(--color-main);
  font-weight: bold;
  border-radius: var(--rad-button);
}

.columnPage .archivePage__termItem.current a {
  background-color: var(--color-main);
  color: #fff;
}

@media (any-hover:hover) {
  .columnPage .archivePage__termItem a:hover {
    background-color: var(--color-main);
    color: #fff;
  }
}

/*スタッフコラム:詳細*/
.columnPage.singlePage #titleBox {
  display: flex;
  flex-direction: column;
  border-bottom: solid 3px #CCC;
  gap: clamp(10px, 3vw, 25px);
  padding: 0 0 clamp(10px, 3vw, 20px) 0;
}

.columnPage.singlePage #titleBox .secTtl {
  border: 0;
  padding: 0.5em 0 0 0;
  margin: 0;
}

.columnPage.singlePage .staffList {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: bold;
  flex-shrink: 0;
}

.columnPage.singlePage .staffItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.columnPage.singlePage .staffItem img {
  width: 65px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  background-color: var(--color-palegray);
  object-position: top;
}

.columnPage.singlePage .staffItem span {
  text-decoration: underline;
}

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

.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 dd iframe {
  max-width: 100%;
}

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

/*
===== 中古リフォーム事例:gallery_renovationPage ==========================================
*/
.gallery_renovationPage #postbox {
  margin: 0 auto var(--gutter-wide);
}

/*中古リフォーム事例:一覧*/
.gallery_renovationPage .itemList {
  width: min(90%, var(--width-content));
  margin: 0 auto;
}

.gallery_renovationPage .itemList .List {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  gap: 1.5vw;
}

.gallery_renovationPage .itemList .List li.item {
  width: calc((100% - 3vw) / 3);
  position: relative;
  background: #fff;
  border-radius: 30px;
  border: 1px solid;
  border: 1px solid var(--color-lightgray);
}

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

.gallery_renovationPage .itemList .ttl h2 {
  font-size: var(--font-medium);
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
}

.gallery_renovationPage .itemList .photo {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
  border-radius: var(--rad-common);
}

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

.gallery_renovationPage .itemList .info {
  padding: 1rem 1rem 0;
  border-top: none;
}

.gallery_renovationPage .itemList li.item .iconWrap {
  margin-top: 1rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.gallery_renovationPage .itemList .icon_txt {
  padding: 0.3em 0.8em;
  font-size: var(--font-xsmall);
  font-weight: bold;
  margin: 0;
}

.gallery_renovationPage .itemList .icon_new {
  font-family: var(--font-en);
}

.gallery_renovationPage .itemList .icon_gallery {
  background: #fff;
  color: var(--color-black);
  border: 1px solid var(--color-black);
}

/* タームボタン */
.gallery_renovationPage .archivePage__termItem a::before {
  content: "#";
}

/*Youtubeアイコン*/
.gallery_renovationPage .itemList .icon_youtube {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  line-height: 1;
}

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

/*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-lightgray);
  width: min(var(--width-content), 100%);
  border-radius: var(--rad-common);
  overflow: hidden;
}

.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;
  max-height: 70vh;
}

.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: #eee;
  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-main);
}

.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;
  border-radius: 5px;
  overflow: hidden;
}

.gallery_renovationPage #titleBox .sliderBox .gallery_slider_pager li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #FFF;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

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

/* スライド矢印 */
.gallery_renovationPage #titleBox #sliderArrows .slick-prev {
  transform: translate(calc(-50% - 600px), -50%);
  top: 57%;
}

.gallery_renovationPage #titleBox #sliderArrows .slick-next {
  transform: translate(calc(-50% + 600px), -50%);
  top: 57%;
}

/* 金額 */
.gallery_renovationPage .infoWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: var(--gutter-wide) auto;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.gallery_renovationPage .infoBox .infoBox__customer {
  color: var(--color-main);
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1rem;
}

.gallery_renovationPage .infoBox .costDetail {
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 0.5rem;
}

.gallery_renovationPage .infoBox .costDetail__txtWrap {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0.5rem;
  align-items: center;
}

.gallery_renovationPage .infoBox .costDetail__txt {
  width: 10em;
  display: inline-block;
  font-weight: bold;
}

.gallery_renovationPage .infoBox .price_note,
.gallery_renovationPage .infoBox .cost_note {
  font-size: var(--font-small);
}

.gallery_renovationPage .infoBox .unit {
  font-size: var(--font-small);
}

.gallery_renovationPage .infoBox .price02 {
  font-weight: bold;
  font-family: var(--font-en);
  font-size: 1.5em;
  line-height: 1;
}

.gallery_renovationPage .costTotal {
  margin-top: 1rem;
}

.gallery_renovationPage .costTotal .numWrap {
  color: var(--color-main);
  font-weight: bold;
  font-size: var(--font-medium);
}

.gallery_renovationPage .costTotal .price {
  font-size: 2em;
  font-family: var(--font-en);
  line-height: 1;
}

.gallery_renovationPage .costTotal .comment {
  font-size: var(--font-xsmall);
}

/*概要*/
.gallery_renovationPage .dataBox {
  width: 50%;
  font-size: 1.4rem;
  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: 14em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery_renovationPage .dataBox dd {
  width: calc(100% - 14em);
  background: #FFF;
  border-left: solid 1px #CCC;
}

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

/* youtube */
.gallery_renovationPage .galleryYoutubeBox {
  text-align: center;
  margin: var(--gutter-wide) auto;
}

.gallery_renovationPage .galleryYoutubeBox iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* お客様のコメント */
.galleryCommentBox {
  margin: var(--gutter-wide) auto;
}

.galleryCommentBox__inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

#main .secTtl.galleryCommentBox__ttl {
  padding: 0 0 0.5em;
  margin-bottom: 1em;
}

.galleryCommentBox__photo {
  width: 200px;
  height: auto;
  border-radius: var(--rad-common);
  overflow: hidden;
}

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

.galleryCommentBox__content {
  flex: 1;
  line-height: 1.6;
}

.galleryCommentBox__content p {
  margin-bottom: 1em;
}

/*
===== お客様の声:voicePage ==========================================
*/
.voicePage #postbox {
  margin: 0 auto var(--gutter-wide);
}

/*お客様の声:一覧*/
.voicePage .itemList {
  width: min(90%, var(--width-content));
  margin: 0 auto;
}

.voicePage .itemList .List {
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
}

.voicePage .itemList .item {
  width: 100%;
}

.voicePage .itemList .item a {
  display: block;
  padding: 3rem 6rem 3rem 0;
  border-bottom: 1px solid var(--color-gray);
  gap: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  height: 100%;
}

.voicePage .itemList .item a::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border: 1px solid var(--color-gray);
  background: url(../img/common/icon_arrow_black_01.svg) no-repeat center / 20% auto;
  border-radius: var(--rad-full);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.voicePage .itemList .item .ttl {
  word-break: break-all;
  font-weight: bold;
  font-size: clamp(1.8rem, 2vw, 2rem);
}

.voicePage .itemList .item .date {
  font-family: var(--font-en);
  font-weight: bold;
  font-size: var(--font-sub);
}

.voicePage .itemList .item .iconWrap {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.voicePage .itemList .item .iconWrap .icon_txt {
  font-size: var(--font-xxsmall);
  margin: 0;
}

.voicePage .itemList .item .iconWrap .icon_new {
  font-family: var(--font-en);
}

.voicePage .itemList .item .staffList {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin-top: 1rem;
}

.voicePage .staffItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.voicePage .itemList .item .staffItem img {
  width: 42px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  background-color: var(--color-palegray);
  object-position: top;
}

/*お客様の声:詳細*/
.voicePage.singlePage #titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 3px #CCC;
  gap: clamp(10px, 3vw, 25px);
  padding: 0 0 clamp(10px, 3vw, 20px) 0;
  margin-bottom: var(--gutter-narrow);
}

.voicePage.singlePage #titleBox .secTtl {
  border: 0;
  padding: 0.5em 0 0 0;
  margin: 0;
}

.voicePage.singlePage .staffList {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 1.8rem;
  flex-shrink: 0;
  margin-bottom: 1em;
}

.voicePage.singlePage .staffItem {
  display: flex;
  gap: 0.8em;
  align-items: center;
  font-weight: bold;
}

.voicePage.singlePage .staffItem img {
  width: 85px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  background-color: var(--color-palegray);
  object-position: top;
}

.voicePage .voiceComment {
  padding: clamp(20px, 3vw, 30px);
  border-radius: var(--rad-common);
  background-color: var(--color-paleskyblue);
  margin: var(--gutter-narrow) auto 70px;
}

.voicePage .voiceComment__txt {
  line-height: 1.6;
}

.voicePage .qaBox__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.voicePage .qaBox__icon {
  width: 60px;
  flex-shrink: 0;
}

.voicePage .qaBox__item--question {
  margin-bottom: 20px;
}

.voicePage .qaBox__item--answer {
  margin-bottom: 70px;
}

.voicePage .qaBox__txt {
  padding-top: 1em;
}

.voicePage .qaBox__item--question .qaBox__txt {
  color: var(--color-main);
  font-weight: bold;
}

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

.shopPage .shopInfoBox__model {
  margin-top: var(--gutter);
  background: var(--color-skyblue) url(../img/index/bg_event_01.webp) no-repeat center top / cover;
  width: 100%;
  max-width: 1540px;
  margin-inline: auto;
  padding: var(--gutter);
  border-radius: 2rem;
}

.shopPage .shopInfoBox__modelHead {
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 4%;
}

.shopPage .shopInfoBox__modelTtl {
  font-family: var(--font-en);
  font-size: clamp(2.4rem, 8vw, 10rem);
  font-weight: var(--font-black);
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.shopPage .shopInfoBox__modelTxt {
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin-block: 1em;
}

.shopPage .shopInfoBox__modelIcon {
  display: inline-block;
  padding: .5em 1.5em;
  border-radius: var(--rad-full);
  background: var(--color-ygreen);
  color: var(--color-black);
  margin: 0 1rem 1rem 0;
}

.shopPage .shopInfoBox__modelPhoto {
  display: inline-flex;
  align-items: stretch;
  border-radius: 2rem;
  overflow: hidden;
}

/*
===== スタッフ紹介:staffPage ==========================================
*/
/*一覧*/
.staffPage .itemList {}

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

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

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

.staffPage .itemList .photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--rad-common);
  background: var(--color-palegray);
}

.staffPage .itemList .info {
  padding: 1rem;
}

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

/*肩書アイコン*/
.staffPage span.cate {
  display: inline-block;
  background: var(--color-main);
  color: #fff;
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  border-radius: var(--rad-full);
  padding: 0 1em;
  margin-bottom: 5px;
}

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

/*詳細*/
.staffPage.singlePage #bread {
  position: static;
}

.staffPage .staff__detailBox {
  margin-inline: auto;
}

.staffPage .staff__detailHeader {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  max-width: var(--width-content);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.staffPage .staff__detailBox .staff__detail__photo-name {
  width: 40%;
  flex-shrink: 0;
}

.staffPage .staff__detailBox .photo {
  text-align: center;
  max-height: 600px;
  aspect-ratio: 1;
  margin-inline: auto;
}

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

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

.staffPage .staff__detailBox .staff__ttlBox__ttl {
  font-size: 1em;
}

.staffPage .staff__detailBox .staff__ttlBox__ttl .staff__ttlBox__name {
  font-weight: bolder;
  font-size: 1.8em;
}

.staffPage .staff__detailBox .staff__ttlBox__ttl .staff__ttlBox__ruby {
  display: block;
  text-align: center;
  color: var(--color-gray);
}

.staffPage .staff__detail__message {
  width: calc(60% - 2rem);
  flex-grow: 1;
  border: 10px solid var(--color-main);
  padding: clamp(2rem, 2vw, 3rem);
  border-radius: clamp(2rem, 2vw, 3rem);
}

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

.staffPage .staff__detail__message p {
  line-height: 1.6;
}

.staffPage .staff__dataBox {
  width: min(90%, var(--width-content));
  margin: var(--gutter) auto;
}

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

.staffPage .staff__dataBox dl dt {
  width: 26%;
  padding: 20px;
  font-weight: bold;
  border-bottom: dashed 1px var(--color-gray);
  color: var(--color-main);
}

.staffPage .staff__dataBox dl dt i {
  width: 1.8em;
  height: 1.8em;
  background: var(--color-main);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
}

.staffPage .staff__dataBox dl dd {
  width: 66%;
  padding: 20px;
  border-bottom: dashed 1px var(--color-gray);
  flex-grow: 1;
}

.staffPage .staff__columnLinkBox {
  width: 90%;
  max-width: var(--width-content);
  margin: 30px auto;
  padding: 10px;
  border: 3px solid var(--color-main);
  border-radius: var(--rad-full);
  text-align: center;
  position: relative;
}

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

.staffPage .staff__columnLinkBox::before,
.staffPage .staff__columnLinkBox::after {
  content: "";
  width: 30px;
  height: 18px;
  background: var(--color-main);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.staffPage .staff__columnLinkBox::after {
  width: 24px;
  height: 14px;
  background: #fff;
  bottom: calc(100% - 1px);
}


.staffPage .staff__columnLinkBox .photo {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: var(--color-palegray);
  vertical-align: middle;
  display: inline-block;
}

.staffPage .staff__columnLinkBox .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

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

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


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

  .shop-reservePage .formSwitchBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
  }

  .shop-reservePage .formSwitchBox__item {
    width: 49%;
    max-width: 580px;
  }
}

/*==================================================
  TABLET&SP SETTINGS FOR SLICK : Max1300px
==================================================*/
@media screen and (max-width: 1300px) {
  .gallery_renovationPage #titleBox #sliderArrows .slick-prev {
    left: -5% !important;
    right: initial !important;
    transform: translate(0, -50%);
  }

  .gallery_renovationPage #titleBox #sliderArrows .slick-next {
    right: -5% !important;
    left: initial !important;
    transform: translate(0, -50%);
  }
}

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


  /*
===== 来店予約 Tablet ==========================================
*/
  .shop-reservePage .meritBox .meritList {
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    gap: 2%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /*
  ===== 店舗案内：shopPage Tablet ==========================================
  */
  .staffPage .staff__detailBox .infoBox {
    width: 96%;
  }

  .shopPage .shopInfoBox__modelHead {
    flex-direction: column;
    margin-bottom: var(--gutter);
  }

  .shopPage .shopInfoBox__modelTtl {
    line-height: 1;
  }

  /*
  ===== 中古リフォーム事例:gallery_renovationPage ==========================================
  */
  .gallery_renovationPage .dataBox {
    width: 100%;
  }


  /*
  ===== サイトマップ:sitemapPage ==========================================
  */

  .sitemapPage .sitemapBox {
    flex-wrap: wrap;
  }

  .sitemapPage .sitemapBox__inner {
    width: 48%;
    margin-bottom: var(--gutter);
  }

}

/*==================================================
  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: 100% !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: 100% !important;
    height: auto;
    margin: 0 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%;
  }

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

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

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

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


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

  /*3つのメリット*/
  .shop-reservePage .meritBox .meritList {
    flex-wrap: wrap;
  }

  .shop-reservePage .meritBox .meritList__item,
  .shop-reservePage .meritBox .meritList.meritList--col2 .meritList__item {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 2rem;
  }

  /*モデルルーム*/
  .shop-reservePage .modelroomBox__ttlWrap {
    min-height: auto;
    text-align: center;
  }

  .shop-reservePage .modelroomBox__point-staffWrap {
    display: block;
  }

  .shop-reservePage .modelroomBox__staffBox .modelroomBox__point__head {
    border: none;
  }

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

  .shop-reservePage .modelroomBox__staff__list li {
    width: 100%;
  }

  /*予約管理フォーム*/
  .shop-reservePage .formSwitchBox__item {
    width:96%;
    margin-inline: auto;
    padding: 1rem;
  }

  .shop-reservePage .formSwitchBoxx__imgBox {
    width: 25%;
  }

  .shop-reservePage .formSwitchBox__dataBox {
    width: 70%;
  }

  .shop-reservePage .formSwitchBox__btn {
    margin: 1em auto .5em;
  }

  /*
===== お知らせ:topicsPage ==========================================
*/
  /*お知らせ:一覧*/

  /*
===== イベント情報:eventPage  ==========================================
*/
  /*イベント情報:一覧*/
  .eventPage .itemList .List {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

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

  /*
===== スタッフコラム:columnPage ==========================================
*/
  /*スタッフコラム:一覧*/
  .columnPage .itemList li.item {
    width: 100%;
  }

  .columnPage .itemList li.item a {
    padding-right: 5rem;
  }

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

  .columnPage .itemList .item .info {
    width: 100%;
  }

  .columnPage .itemList li.item .event_staff {
    margin-top: 1rem;
  }


  /*スタッフコラム:詳細*/
  .columnPage.singlePage #titleBox {
    flex-direction: column;
    align-items: flex-start;
  }

  .columnPage #detailBox .titleBoxInner {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .columnPage.singlePage .staffItem img {
    width: 42px;
  }

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

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

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

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

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

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


  /*
===== 中古リフォーム事例:gallery_renovationPage ==========================================
*/
  /*中古リフォーム事例:一覧*/
  .gallery_renovationPage .itemList .List {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .gallery_renovationPage .itemList .List li.item {
    width: 100%;
  }


  /*中古リフォーム事例:詳細*/
  /*lightbox*/
  .gallery_renovationPage .lbwrap a:after {
    width: 20px;
    height: 20px;
  }

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

  /* スライドページャー */
  .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 .infoBox {
    width: 100%;
  }

  .gallery_renovationPage .infoBox .costDetail__txtWrap {
    justify-content: space-between;
  }

  .gallery_renovationPage .costTotal {
    text-align: right;
  }

  .gallery_renovationPage .infoBox .costDetail__txt {
    font-size: var(--font-small);
  }

  .gallery_renovationPage .infoBox .price02 {
    font-size: 1.3em;
  }

  .gallery_renovationPage .infoBox .price_note,
  .gallery_renovationPage .infoBox .cost_note {
    font-size: var(--font-xsmall);
    display: inline-block;
  }

  .gallery_renovationPage .infoBox .unit {
    font-size: var(--font-xsmall);
  }


  /*概要*/
  .gallery_renovationPage .dataBox {
    width: 100%;
  }

  .gallery_renovationPage .dataBox dt,
  .gallery_renovationPage .dataBox dd {
    padding: 2.5%;
    width: 100%;
    justify-content: flex-start;
  }

  .gallery_renovationPage .dataBox dd {
    font-size: 0.9em;
    border: none;
    border-top: solid 1px #CCC;
  }

  /* コメント */
  .galleryCommentBox__photo {
    max-width: 50%;
  }

  .galleryCommentBox__inner {
    flex-direction: column;
    align-items: center;
  }

  .galleryCommentBox__content {
    width: 100%;
    padding: 10px 0 0 0;
  }

  /*
===== お客様の声:voicePage ==========================================
*/
  /*お客様の声:一覧*/
  .voicePage .itemList li.item {
    width: 100%;
  }

  .voicePage .itemList li.item a {
    padding-right: 5rem;
  }

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

  .voicePage .itemList .item .info {
    gap: 10px;
  }

  .voicePage .itemList li.item .event_staff {
    margin-top: 1rem;
  }


  /*お客様の声:詳細*/
  .voicePage.singlePage #titleBox {
    flex-direction: column;
    align-items: flex-start;
  }

  .voicePage #detailBox .titleBoxInner {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .voicePage.singlePage .staffItem img {
    width: 50px;
  }

  .voicePage .qaBox__item {
    gap: 15px;
  }

  .voicePage .qaBox__icon {
    width: 50px;
  }

  .voicePage .qaBox__txt {
    padding-top: 0.2em;
  }

  /* .voicePage .qaBox__item--question {
    margin-bottom: 10px;
  } */

  /*
  ===== 店舗案内：shopPage ==========================================
  */
  .shopPage .shopInfoBox__model {
    padding: 2rem;
  }

  .shopPage .shopInfoBox__modelHead {
    flex-direction: column;
  }

  .shopPage .shopInfoBox__modelIcon {
    font-size: var(--font-small);
  }

  .shopPage .shopInfoBox__modelPhoto {
    display: block;
    margin-top: 1rem;
  }

  /*//////////////
スタッフ紹介：staffPage
////////////////////////*/
  /*一覧*/
  .staffPage .itemList ul.List li.item {
    width: 48%;
    margin-bottom: 30px;
    text-align: center;
  }

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

  .staffPage .staff__detailBox .infoBox {
    flex-direction: column;
  }

  .staffPage .staff__detailBox .inner {
    width: 100%;
  }

  .staffPage .staff__detailBox .photo {
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
  }

  .staffPage .staff__detailBox #titleBox {
    padding: 20px;
    margin-top: 0;
  }

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

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

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

  .staffPage .staff__detail__message {
    width: 100%;
  }

  .staffPage .staff__dataBox {
    margin: 0 10px 50px;
  }

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

  .staffPage .staff__dataBox dl dt {
    padding: 1rem 0;
    width: 100%;
  }

  .staffPage .staff__dataBox dl dd {
    padding: 1rem;
    width: 100%;
    border-bottom: none;
    margin-bottom: 1rem;
  }

  .staffPage .staff__detail__message {
    margin: 20px 10px;
  }

  .staffPage .staff__columnLinkBox {
    margin-top: 0;
  }

  .staffPage .staff__columnLinkBox a {
    display: block;
  }

  .staffPage .staff__columnLinkBox .photo {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }

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

  .privacyPage .privacy-section-contact {
    padding: 0 .5em .5em;
  }

  .privacyPage #wrap {
    margin-top: -80px;
    padding-top: 80px;
  }

  .privacyPage #purpose {
    margin-top: -50px;
    padding-top: 50px;
  }

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

  .sitemapPage .contents-inner ul {
    width: 100%;
    margin-bottom: var(--gutter);
  }

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

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