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

/*==================================================
	GENERAL SETTINGS
==================================================*/
.navigation {
  padding: 20px;
  text-align: center;
  background: var(--color-palegray);
  border: 1px solid var(--color-lightgray);
}

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

.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 .date {
  text-align: right;
  margin-bottom: 1em;
  font-size: 1.5rem;
}

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

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

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

.singlePage #articleBox .notice_tbl td {
  padding: 20px;
  border: 1px solid var(--color-lightgray);
}

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

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

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

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

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

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

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

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

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

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

.singlePage #mapBox .ttl span {
  padding-left: 30px;
  background: url(../img/common/icon_place.svg) no-repeat left center;
  filter: brightness(0) saturate(100%) invert(100%);
  background-size: 24px auto;
}

.singlePage #form {
  margin: var(--gutter) 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 var(--color-lightgray);
  line-height: 1;
  margin-bottom: 20px;
}

.btn_returntop a {
  max-width: 300px;
  width: 80%;
  display: block;
  margin: 40px auto;
  text-align: center;
  background-color: var(--color-black);
  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;
}

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

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

/* ビジュアルエディタ用CSS */
.singlePage #content p {
  margin-bottom: 10px;
  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-main);
  padding: 0 0 0 .5em;
}

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

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

.singlePage #content h4 {
  font-size: clamp(1.625rem, 1.398rem + 1.14vw, 2.25rem);
  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.193rem + 0.91vw, 1.875rem);
  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ここまで */

/*
===== 中古を買ってリフォ-ム/リノベ-ション ==========================================
*/
.reformPage {
  overflow: hidden;
}

/*ページタイトル*/
.reformPage .ttlWrap {
  background: var(--color-main);
  color: #fff;
  margin-bottom: var(--gutter-wide);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  position: relative;
  padding: 0;
  max-height: 800px;
  overflow: hidden;
    letter-spacing: .05em;
}

.reformPage .ttlWrap__ttl {
  padding: var(--gutter) 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 12vw;
  font-weight: bold;
}

.reformPage .ttlWrap__txt {
  margin-bottom: 10px;
}

.reformPage .ttlWrap__mainTtl {
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.reformPage .ttlWrap__mainTtl--yellow {
  font-size: 1.2em;
  color: var(--color-yellow);
}

.reformPage .ttlWrap__mainTtl::before {
  content: "";
  display: block;
  width: 40vw;
  height: 1px;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
}

.reformPage .ttlWrap__catchList {
  display: flex;
  justify-content: center;
  gap: 1vw;
}

.reformPage .ttlWrap__catchItem {
  background: #fff;
  color: var(--color-main);
  border-radius: 3px;
  padding: 0.5em 1em;
}

.reformPage .ttlWrap__img {
  width: 50%;
  height: 100%;
}

/*目次*/
.reformPage .indexBox {
  margin: var(--gutter-wide) auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reformPage .indexBox__txt {
  font-size: clamp(1.6rem, 1.9vw, 1.8rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: .01em;
}

.reformPage .indexBox__index {
  position: relative;
  width: 50%;
  max-width: 600px;
  padding: var(--gutter-narrow);
  background: var(--color-palegray);
  border-radius: var(--rad-common) 0 0 var(--rad-common);
}

.reformPage .indexBox__index::before {
  position: absolute;
  content: "";
  background: var(--color-palegray);
  width: 50vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: var(--rad-common);
}

.reformPage .indexBox .indexPage__ttl {
  margin-bottom: var(--gutter-narrow);
}

.reformPage .indexBox__linkList {
  position: relative;
}

.reformPage .indexBox__linkList::after {
  position: absolute;
  content: "";
  background: url(../img/page/renovation/illust_index_01.webp) no-repeat center / contain;
  aspect-ratio: 412 / 512;
  width: clamp(120px, 12vw, 350px);
  right: -2%;
  bottom: calc(0% - 45px);
}

.reformPage .indexBox__linkItem {
  margin-bottom: var(--gutter-supernarrow);
  text-decoration: underline;
}

/*メリット*/
.reformPage .meritBox {
  margin: var(--gutter-wide) 0;
}

.reformPage .indexPage__ttl {
  margin-bottom: var(--gutter);
}

.reformPage .meritBox__txtWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reformPage .meritBox__txt {
  font-size: 1.6rem;
}

.reformPage .meritBox__txtWrap img {
  aspect-ratio: 932 / 534;
  width: clamp(300px, 31vw, 450px);
  transform: translateX(-10%);
}

.reformPage .meritBox__meritWrap {
  padding: var(--gutter) 0;
  background: var(--color-palegray);
}

.reformPage .meritBox__meritList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--gutter-wide) 0;
}

.reformPage .meritBox__meritItem {
  width: 48%;
  position: relative;
  z-index: 0;
}

.reformPage .meritBox__meritItem::before {
  position: absolute;
  content: "";
  background: url(../img/page/renovation/illust_merit_02.svg) no-repeat center / contain;
  aspect-ratio: 118 / 118;
  width: 125px;
  right: 0;
  bottom: -55px;
  z-index: -1;
}

.reformPage .meritBox__meritItem--02::before {
  background: url(../img/page/renovation/illust_merit_03.svg) no-repeat center / contain;
}

.reformPage .meritBox__meritItem--03::before {
  background: url(../img/page/renovation/illust_merit_04.svg) no-repeat center / contain;
}

.reformPage .meritBox__meritItem--04::before {
  background: url(../img/page/renovation/illust_merit_05.svg) no-repeat center / contain;
}

.reformPage .meritBox__meritTtl {
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  gap: 1em;
  align-items: baseline;
  letter-spacing: .05em;
}

.reformPage .meritBox__meritTtl--en {
  font-family: var(--font-en);
  font-size: 1.2em;
}

.reformPage .meritBox__meritTtl--num {
  font-size: 1.3em;
  color: var(--color-red);
}

/*プラン*/
.reformPage .planBox {
  margin: var(--gutter-wide) auto;
}

.reformPage .indexPage__ttl--enSmall {
  font-size: 0.7em;
}

.reformPage .planBox__catchTxt {
  font-size: clamp(1.8rem, 1.8vw, 2rem);
  margin-bottom: var(--gutter-narrow);
}

.reformPage .planBox__txtWrap img {
  aspect-ratio: 487 / 483;
  width: clamp(220px, 25vw, 260px);
}

.reformPage .planBox__serviceBox {
  margin: var(--gutter) 0;
  background: var(--color-bluegray);
  border-radius: var(--rad-common);
  border: 2px solid var(--color-main);
  overflow: hidden;
}

.reformPage .planBox__serviceTtl {
  background: var(--color-main);
  color: #fff;
  font-weight: bold;
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  padding: 1em;
  text-align: center;
}

.reformPage .planBox__serviceList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
  padding: var(--gutter) var(--gutter-supernarrow);
}

.reformPage .planBox__serviceItem {
  font-weight: 500;
  display: flex;
  gap: 0.6vw;
}

.reformPage .planBox__serviceItem::before {
  display: inline-block;
  content: "";
  background: url(../img/page/renovation/illust_plan_02.svg) no-repeat center / contain;
  aspect-ratio: 24 / 24;
  width: 20px;
}

.reformPage .planBox__tasteList {
  gap: 3vw;
}

.reformPage .planBox__tasteItem {
  width: 30%;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .05em;
}

.reformPage .planBox__tasteItem img {
  border-radius: var(--rad-button);
}

.reformPage .planBox__btn {
  width: min(100%, 380px);
  margin: var(--gutter) auto 0;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  z-index: 0;
}

.reformPage .planBox__btn::before {
  content: "";
  position: absolute;
  width: 80px;
  aspect-ratio: 300 / 300;
  background: url(../img/page/renovation/illust_plan_03.webp) no-repeat center / contain;
  left: -16%;
  bottom: 26%;
  animation: bounce 2s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}

.reformPage .planBox__btn a {
  background: #fff;
  color: var(--color-black);
  border: 2px solid var(--color-black);
}

.reformPage .planBox__btn a::after {
  background-image: var(--arrow-black);
  transform: translate(13px, 1px);
}

/*流れ*/
.reformPage .flowBox {
  margin: var(--gutter-wide) 0;
  padding: var(--gutter) 0;
  background: var(--color-palegray);
  z-index: 0;
}

/*.reformPage .flowBox__overviewBox {
  background: var(--color-bluegray);
  border-radius: var(--rad-common);
  padding: var(--gutter) var(--gutter-narrow);
}*/

.reformPage .flowBox__overviewBox {
  position: relative;
  z-index: 0;
}

/*.reformPage .flowBox__overviewBox::before {
  position: absolute;
  content: attr(data-en);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -114%;
  transform: translateY(-40%);
  font-family: var(--font-en);
  font-size: clamp(3.2rem, 5.5vw, 6.5rem);
  font-weight: bold;
  color: rgba(255, 255, 255, .8);
  z-index: -1;
}*/

.reformPage .flowBox__overviewFlow {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

.reformPage .flowBox__overviewStep {
  display: flex;
  align-items: baseline;
  gap: 1vw;
  font-weight: bold;
}

.reformPage .flowBox__overviewStep--en {
  font-family: var(--font-en);
  font-size: clamp(2rem, 2.2vw, 2.4rem);
}

.reformPage .flowBox__overviewStep--num {
  font-size: 1.3em;
  color: var(--color-main);
}

/*フローチャート図*/
.reformPage .flowBox__flowchartBox {
  margin-top: var(--gutter-wide);
}

.flowBox__stepsBar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
}

.flowBox__stepsNum {
  position: relative;
  list-style-type: none;
  /*text-align: center;*/
  width: 33.333%;
  color: var(--color-black);
  font-weight: bold;
  font-size: clamp(1.9rem, 2vw, 2.2rem);
  counter-increment: steps;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.flowBox__stepsNum::before {
  display: block;
  width: 60px;
  height: 60px;
  margin: 7px auto 20px auto;
  content: '';
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-green);
  color: #fff;
  font-family: var(--font-en);
  content: counter(steps);
  z-index: -1;
}

.flowBox__stepsNum::after {
  position: absolute;
  z-index: -2;
  top: 35px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background: var(--color-green);
}

.flowBox__stepsNum:first-child::after {
  content: none;
}

.stepsNum1::before {
  background-color: var(--color-gray);
}

.stepsNum2::before {
  background-color: var(--color-darkgray);
}

.stepsNum3::before {
  background-color: var(--color-black);
}

.stepsNum2::after {
  background-image: linear-gradient(to right, #B6BFC6, #7D8185);
}

.stepsNum3::after {
  background-image: linear-gradient(to right, #7D8185, #2C2523);
}

.flowBox__stepsTtl {
  font-size: clamp(2rem, 2vw, 2.4rem);
  min-height: 2.8em;
  line-height: 1.4;
  text-align: center;
}

.flowBox__stepsNum img {
  width: 200px;
  height: auto;
  margin: var(--gutter-supernarrow) auto;
}

.flowBox__stepsTxt,
.flowBox__stepsTxtList {
  font-size: 1.6rem;
  width: 86%;
  font-weight: 500;
}

.flowBox__stepsTxtList {
  margin-top: var(--gutter-supernarrow);
}

.flowBox__stepsTxtItem {
  display: flex;
  gap: 0.6vw;
  align-items: start;
  font-weight: normal;
}

.flowBox__stepsTxtItem::before {
  display: inline-block;
  content: "";
  background: url(../img/page/renovation/illust_plan_02.svg) no-repeat center / contain;
  aspect-ratio: 24 / 24;
  width: 22px;
  transform: translateY(4px);
}

/*事例*/
.reformPage .galleryBox {
  margin: var(--gutter-wide) 0;
}

.reformPage .galleryBox__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reformPage .galleryBox__inner img {
  width: 52%;
  border-radius: var(--rad-common);
}

.reformPage .galleryBox__btn {
  width: min(85%, 300px);
}

.reformPage .galleryBox__btn::before {
  content: none;
}

.reformPage .galleryBox__btn a::after {
  transform: translate(55px, 1px);
}

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

.shop-reservePage .ttlWrap {
  background: url(../img/page/shop_reserve/main_ttl_bg.webp) no-repeat top center/cover;
  /*height: clamp(150px, 28vw, 300px);*/
  padding: 0;
  height: unset;
  overflow: hidden;
}

.shop-reservePage .ttlWrap img {
  width: min(95%, 1100px);
  aspect-ratio: 2983 / 997;
}

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

.shop-reservePage .ttl {
  text-align: center;
  margin-bottom: 30px;
}

/*FV説明文*/
.shop-reservePage .introBox {
  margin: var(--gutter) auto;
}

.shop-reservePage .introBox__txt {
  text-align: center;
  font-size: clamp(1.6rem, 2.7vw, 2rem);
  font-weight: 600;
}

/*フォームへスクロールするボタン*/
.shop-reservePage .introBox__btn {
  margin: var(--gutter-supernarrow) auto;
  width: min(90%, 420px);
}

.shop-reservePage .introBox__btn a {
  padding: 30px 0;
  background: var(--color-red);
  color: #fff;
  animation: bounce 2s ease-in-out infinite;
}

/*3つのメリット*/
.shop-reservePage .meritBox .ttl {
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 900;
  color: var(--color-navy);
}

.shop-reservePage .meritBox .ttl--num {
  font-family: var(--font-en);
  font-size: 1.4em;
}

.shop-reservePage .meritBox .ttl img {
  width: min(72%, 377px);
}

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

.shop-reservePage .meritBox .meritList li {
  width: 30%;
  /*max-width: 324px;*/
  display: flex;
}

.shop-reservePage .meritBox .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px var(--color-palegray);
  border-radius: var(--rad-common);
  overflow: hidden;
}

.shop-reservePage .meritBox .item .photo {
  display: flex;
  align-items: center;
}

.shop-reservePage .meritBox .item .photo img {
  width: clamp(105px, 12vw, 160px);
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.shop-reservePage .meritBox .item .photo__ttl {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  padding: 8px;
  flex: 1;
  align-self: stretch;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: var(--color-navy);
  color: #fff;
}

.shop-reservePage .meritBox .item .info {
  padding: 15px 10px;
  flex-shrink: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: solid 1px var(--color-gray);
}


/*エリア最大級*/
.shop-reservePage .pointBox .catch {
  padding: 35px 0;
  background: url(../img/page/shop_reserve/main_ttl_bg02.webp) no-repeat center / cover;
  margin-bottom: var(--gutter-narrow);
  text-align: center;
}

.shop-reservePage .pointBox .catch img {
  width: min(90%, 688px);
  aspect-ratio: 1577 / 504;
}


/*店舗案内*/
.shop-reservePage #shopInfoBox {
  margin: 50px 0;
}

/*フォーム*/
.shop-reservePage .flowBox {
  margin: var(--gutter) auto;
}

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

.shop-reservePage .flowItem {
  border: solid 2px var(--color-black);
  padding: clamp(10px, 1.5vw, 20px);
  text-align: center;
  width: min(224px, 19%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: clamp(1.4rem, 1.5vw, 2rem);
  line-height: 1.3;
  border-radius: var(--rad-common);
}

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

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

.shop-reservePage .flowItem .num {
  display: block;
  font-size: 1.8em;
  color: var(--color-black);
  font-family: var(--font-en);
}

.shop-reservePage .flowItem.finish h3 {
  font-family: var(--font-en);
}

.shop-reservePage .flowItem.finish .num {
  color: var(--color-main);
}

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

.shop-reservePage .flowItem.finish p {
  height: 100%;
}

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

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

.shop-reservePage .shopInfoBox__inner:last-of-type {
  padding: 0;
}

/*予約フォーム*/
.shop-reservePage .formBox {
  margin-top: calc(-1 * var(--gutter-narrow));
  padding-top: var(--gutter);
}

.shop-reservePage .formBox__ttl {
  font-size: clamp(2.4rem, 4vw, 4rem);
  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-button);
}

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

.shop-reservePage .formSwitchBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1vw;
  padding: 0 1%;
}

.shop-reservePage .formSwitchBox__item {
  padding: 15px 10px; 
  border: 2px solid var(--color-gray);
  border-radius: 10px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 5%;
  position: relative;
  width: 32%;
  display: flex;
  align-items: center;
}

.shop-reservePage .formSwitchBox__item.active {
  border-color: var(--color-navy);
  background: var(--color-navy);
  color: #fff;
  box-shadow: none;
}

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

.shop-reservePage .formSwitchBox__dataBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.shop-reservePage .formSwitchBox__dataWrap {
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}

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

.shop-reservePage .formSwitchBox__btn {
  width: 65%;
  text-align: center;
  padding: 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-button);
  -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: 1em;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s;
}*/

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

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

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

.shop-reservePage .formFrameBox__loading__dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  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: 14px;
  margin: 30px;
  text-align: center;
}

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

.catalogPage .page_title02 {
  font-size: 1.2em;
}

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

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

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

.sitemapPage .contents-inner ul li a {
  display: block;
  padding: 20px 10px 20px 22px;
  border: 2px solid var(--color-lightgray);
  position: relative;
}

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

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

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

.err404Page .err404 {
  margin: 30px 0;
  padding: 50px 20px;
  border: 5px solid var(--color-palegray);
}

/*
===== お知らせ: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 var(--color-lightgray);
  border-bottom: 1px solid var(--color-lightgray);
}

.topicsPage .itemList .item:last-child a {
  border-bottom: 1px solid var(--color-lightgray);
}

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

.topicsPage .itemList .item dl dd {
  padding: 20px 0;
  font-weight: bold;
}

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

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

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

.eventPage .itemList .item:last-child a {
  border-bottom: 1px solid var(--color-lightgray);
}

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

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

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

.eventPage .icon_shop {
  background: #fff;
  color: var(--color-black);
  border: solid 1px var(--color-black);
  font-weight: bold;
}

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

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

.eventPage .itemList .item dd span {
  margin-right: 10px;
  padding: 5px 10px;
  color: #fff;
  background: var(--color-darkgray);
  display: inline-block;
  flex-shrink: 0;
  border-radius: 3px;
}

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

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

/* イベント：終了時 */
.eventPage .photo.end {
  position: relative;
}
.eventPage .photo.end::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 45, 54, 0.9);
  border-radius: var(--rad-common);
}
.eventPage .photo.end .end_message{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
  padding: 0 10px;
}
.eventPage .photo.end .end_message span{
  font-size: 1.2rem;
}

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

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

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

.columnPage .itemList .item:last-of-type a {
  border-bottom: 1px solid var(--color-lightgray);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.qaPage #accordion dt.open {
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

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

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

.qaPage #accordion dt.close:after {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--color-black);
  border-radius: var(--rad-button);
  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);
  border-radius:  0 0 var(--rad-common) var(--rad-common);
}

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

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

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

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

.qaPage #accordion dd iframe {
  max-width: 100%;
}

.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;
  border: 1px solid var(--color-lightgray);
  border-radius: var(--rad-common);
}

.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 .ttl h2 {
  padding: 10px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  border-radius: 0 0 var(--rad-common) var(--rad-common);
}

.gallery_renovationPage .itemList .photo {
  background: #FFF;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

.gallery_renovationPage .itemList .photo img {
  width: 100% !important;
  aspect-ratio: 360 / 318;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

.gallery_renovationPage span.cate_new {
  position: absolute;
  content: "";
  width: clamp(70px, 10vw, 102px);
  aspect-ratio: 102 / 54;
  left: -23px;
  top: -10px;
  background: url(../img/index/icon_gallery_01.svg) no-repeat center / contain;
  border: none;
}

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

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

.gallery_renovationPage .iconWrap span.cate_syubetu {
  margin: 0 0 10px;
}

/*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;
  width: 100%;
}

.gallery_renovationPage #titleBox .sliderBox .slider_main {
  overflow: hidden;
  height: 80vh;
  max-height: 600px;
  position: relative;
  margin-bottom: var(--gutter);
}

.gallery_renovationPage .sliderBox .slider_main:not(.slick-slider) {
  display: flex;
  justify-content: center;
}

.gallery_renovationPage #titleBox .sliderBox .slider_main_item {
  position: relative;
  aspect-ratio: 3 / 2;
  flex-shrink: 0;
  width: 80vw;
  max-width: calc(var(--width-content) - 40px);
  height: 80vh !important;
  max-height: 600px;
}

.gallery_renovationPage #titleBox .sliderBox .slider_main_item img {
  object-fit: contain;
}

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

.gallery_renovationPage .slick-arrow.slick-next,
.gallery_renovationPage .slick-arrow.slick-next::before {
  right: 0 !important;
}

.gallery_renovationPage #titleBox .sliderBox .slider_main_item.lbwrap a:after {
  transition: .5s;
}

.gallery_renovationPage #titleBox .sliderBox .slider_main_item.lbwrap:not(.slick-current) a:after {
  opacity: 0;
}

/* スライドページャー */
.gallery_renovationPage .sliderBox .gallery_slider_pager {
  width: 100%;
  max-width: var(--width-content);
  overflow: hidden;
  font-size: 0;
  margin: var(--gutter-narrow) auto;
  padding: 30px 0;
  background: var(--color-palegray);
  border-radius: var(--rad-common);
}

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

.gallery_renovationPage .sliderBox .gallery_slider_pager .slider_pager_item {
  display: inline-block;
  aspect-ratio: 3 / 2;
  width: 90px !important;
  margin: 0 5px;
}

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

.gallery_renovationPage .sliderBox .gallery_slider_pager a {
  opacity: .5;
  transition: opacity .5s linear;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 2px solid #fff;
}

.gallery_renovationPage .sliderBox .gallery_slider_pager .slick-current {
  opacity: 1;
}


.gallery_renovationPage .sliderBox .gallery_slider_pager .slick-current a {
  opacity: 1;
  border: 2px solid var(--color-black);
}

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

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

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

/* セクションタイトル */
#main.gallery_renovationPage #dataBox .secTtl,
#main.gallery_renovationPage #baBox .secTtl {
  font-size: clamp(1.4rem, 1.7vw, 1.6rem);
  background: none;
  border: none;
  line-height: 1;
  padding: 0;
  margin-bottom: 40px;
  text-align: left;
}

#main.gallery_renovationPage #dataBox .secTtl .indexPage__ttl--en::after,
#main.gallery_renovationPage #baBox .secTtl .indexPage__ttl--en::after {
  width: 41px;
  height: auto;
  right: -70px;
}

/*概要*/
.gallery_renovationPage #dataBox,
.gallery_renovationPage #baBox {
  margin: var(--gutter-wide) auto;
}

.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 var(--color-lightgray);
  border-bottom: solid 1px var(--color-lightgray);
  border-left: solid 1px var(--color-lightgray);
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery_renovationPage #dataBox dt,
.gallery_renovationPage #dataBox dd {
  border-top: solid 1px var(--color-lightgray);
  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 var(--color-lightgray);
}

.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 {
  background: var(--color-beige);
  padding: var(--gutter-wide) 0;
}

.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 var(--color-black);
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  padding: 5px;
  margin-bottom: 15px;
}

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

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

/*************** otherBox ****************/
.gallery_renovationPage .otherBox {
  margin: var(--gutter-wide) auto;
  background: var(--color-palegray);
  padding: var(--gutter-narrow) 0;
}

#main.gallery_renovationPage .otherBox .secTtl {
  /*font-size: clamp(1.4em, 2vw, 1.7em);*/
  font-weight: 600;
}

/*.gallery_renovationPage .otherBox.itemList .photo img {
  height: 300px;
}*/

.gallery_renovationPage .otherBox.itemList .ttl h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.shopPage .countBox__ttl {
  background-color: var(--color-black);
  padding: 10px 0 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  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-black);
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
}

.shopPage .countBox__ttl span {
  font-family: var(--font-en);
  font-size: 70px;
}

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

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

/*店舗名*/
.staffPage .itemList .shopName {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  font-weight: bold;
  padding-left: 10px;
  border-left: 5px solid var(--color-navy);
  margin-bottom: var(--gutter-narrow);
}

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

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

.staffPage .itemList .photo {
  display: block;
  width: clamp(150px, 15vw, 240px);
  margin: 0 auto 10px;
  aspect-ratio: 1/ 1;
  overflow: hidden;
  border: 1px solid var(--color-lightgray);
  border-radius: var(--rad-common);
}

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

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

.staffPage .itemList .info .ttl {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: bold;
}

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

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

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

.staffPage #detailBox .photo {
  text-align: center;
  overflow: hidden;
  border-radius: var(--rad-common);
}

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

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

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

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

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

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

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

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

.staffPage #articleBox dl dt {
  width: 34%;
  padding: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  background: var(--color-black);
  border-radius: var(--rad-button) 0 0 var(--rad-button);
  color: #fff;
}

.staffPage #articleBox dl dd {
  width: 66%;
  padding: 20px;
  margin-bottom: 10px;
  background-color: var(--color-palegray);
  border-radius: 0 var(--rad-button) var(--rad-button) 0;
}

.staffPage #columnlinkBox {
  margin: 30px auto;
  padding: 10px;
  border: 4px solid var(--color-lightgray);
  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: var(--color-lightgray);
  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);
}

/*
===== 会社案内:companyPage ==========================================
*/
.companyMessageBox {
  padding: 0 0  var(--gutter-wide);
  background: linear-gradient(180deg, #c5cdd3 0%, #f5f6f7 50%, #fff 100%);
}

.companyMessageBox__ttlBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: clamp(170px, 26vw, 50dvh);
  padding-left: clamp(50px, 18vw, 240px);
  background: url(../img/page/company/img_company_01.webp) no-repeat center / cover;
}

.companyMessageBox__ttl {
  display: inline-block;
  text-align: right;
  width: unset;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  color: #fff;
}

.companyMessageBox__txtBox {
  margin: var(--gutter) auto 0;
}

.companyMessageBox__txt {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
  font-feature-settings: "palt";
  margin-bottom: var(--gutter-narrow);
}

.companyMessageBox__representative--name img {
  width: 130px;
  aspect-ratio: 250 / 66;
  transform: translateX(-5px);
}

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

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

  /*
===== 中古を買ってリノベーション Tablet ==========================================
*/
  .reformPage .ttlWrap {
    flex-direction: column-reverse;
    max-height: 100dvh;
  }

  .reformPage .ttlWrap__ttl {
    margin: 0;
    align-items: center;
  }

  .reformPage .ttlWrap__mainTtl br {
    display: none;
  }

  .reformPage .ttlWrap__mainTtl::before {
    width: 100%;
  }

  .reformPage .ttlWrap__img {
    width: 100%;
    max-height: 50dvh;
  }

  .reformPage .indexBox__linkList::after {
    width: clamp(110px, 10vw, 130px);
  }

  .reformPage .meritBox__txtWrap img {
    width: clamp(170px, 23vw, 200px);
  } 

  .reformPage .meritBox__meritItem {
    width: 48.5%;
  }

  .reformPage .meritBox__meritTtl--en {
    font-size: 1.1em;
    text-align: center;
    line-height: 1.2;
  }

  .reformPage .planBox__txtWrap img {
    width: clamp(170px, 23vw, 190px);
  }

  .reformPage .galleryBox__inner {
    flex-direction: column;
    gap: 3vw;
  }

  .reformPage .galleryBox__inner img {
    width: 100%;
  }

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

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

  .shop-reservePage .meritBox .item .photo__ttl,
  .shop-reservePage .meritBox .item .info {
    font-size: clamp(1.5rem, 1.9vw, 1.7rem);
  }

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

  /*スタッフ紹介*/
  .staffPage #detailBox .infoBox {
    width: 96%;
  }

  /*施工事例：一覧*/
  .gallery_renovationPage span.cate_new {
    left: -5%;
  }

  /*施工事例：詳細*/
  #main.gallery_renovationPage #dataBox .secTtl .indexPage__ttl--en::after, 
  #main.gallery_renovationPage #baBox .secTtl .indexPage__ttl--en::after {
    width: 35px;
    top: 6px;
    right: -6px;
  }
}

/*==================================================
  tablet SETTINGS : Min1020px Max1080px
==================================================*/
@media screen and (min-width: 1020px) and (max-width: 1080px) {
  /*施工事例：詳細*/
  #main.gallery_renovationPage #dataBox .secTtl .indexPage__ttl--en::after, 
  #main.gallery_renovationPage #baBox .secTtl .indexPage__ttl--en::after {
    transform: translate(144%, 0.9vw) rotate(-65deg);
  }
}

/*==================================================
  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 {
    flex-direction: column-reverse;
    max-height: 80dvh;
  }

  .reformPage .ttlWrap__ttl {
    margin: 0;
    align-items: center;
  }

  .reformPage .ttlWrap__mainTtl br {
    display: none;
  }

  .reformPage .ttlWrap__mainTtl::before {
    width: 100%;
  }

  .reformPage .ttlWrap__catchList {
    gap: 2.5vw;
  }

  .reformPage .ttlWrap__catchItem {
    font-size: 1.4rem;
  }

  .reformPage .ttlWrap__img {
    width: 100%;
    max-height: 24dvh;
    overflow: hidden;
  }

  .reformPage .ttlWrap__img img {
    object-fit: cover;
    transform: translateY(-6dvh);
  }

  /*目次*/
  .reformPage .indexBox {
    flex-direction: column;
    gap: 7vw;
    margin: 12% auto 16%;
  }

  .reformPage .indexBox__index {
    width: 100%;
  }

  .reformPage .indexBox .indexPage__ttl {
    margin-bottom: var(--gutter);
  }

  .reformPage .indexBox__linkList::after {
    width: clamp(110px, 27vw, 130px);
    bottom: calc(0% - 33px);
  }

  .reformPage .indexBox__linkItem {
    margin-bottom: var(--gutter);
  }

  /*メリット*/
  .reformPage .meritBox {
    margin: 16% 0;
  }

  .reformPage .indexPage__ttl {
    gap: 7vw;
    line-height: 1.4;
  } 

  .reformPage .indexPage__ttl--en {
    font-size: clamp(2.8em, 11vw, 3.2em);
    line-height: 1;
  }

  .reformPage .indexPage__ttl--en::after {
    top: 6px;
    right: -62px;
  }

  .reformPage .meritBox__txtWrap {
    flex-direction: column;
    gap: 9vw;
  }

  .reformPage .meritBox__txtWrap img {
    transform: none;
  }

  .reformPage .meritBox__meritList {
    gap: 17vw;
  }

  .reformPage .meritBox__meritItem {
    width: 100%;
  }

  .reformPage .meritBox__meritItem--04::before {
    bottom: -44px;
  }

  .reformPage .meritBox__meritTtl {
    align-items: normal;
    margin-bottom: 30px;
  }

  .reformPage .meritBox__meritItem--04 .meritBox__meritTtl br.pc_wide_hidden {
    display: none;
  }

  /*プラン*/
  .reformPage .planBox {
    margin: 16% auto;
  }

  .reformPage .planBox .indexPage__ttl--en {
    flex: 1;
  } 

  .reformPage .planBox .indexPage__ttl--en::after {
    width: 84px;
    top: 9px;
    right: -125px;
  }

  .reformPage .planBox__serviceList {
    justify-content: flex-start;
    gap: 4vw 2vw;
  }

  .reformPage .planBox__serviceItem {
    width: 48.8%;
    font-size: 1.4rem;
    align-items: center;
    gap: 1.3vw;
  }

  .reformPage .planBox__tasteList {
    gap: 8vw 5vw;
  }

  .reformPage .planBox__tasteItem {
    width: 47%;
    font-size: 1.6rem;
    letter-spacing: .03em;
  }

  .reformPage .planBox__btn::before {
    width: 60px;
    left: -2%;
    bottom: 53%;
  }

  .reformPage .planBox__btnTxt {
    display: inline-block;
    padding-left: 1.5em;
    margin-bottom: var(--gutter-supernarrow);
  }

  .reformPage .planBox__btn a::after {
    transform: translate(1px, 1px);
  }

  /*流れ*/
  .reformPage .flowBox {
    margin: 16% 0;
  }

  /*.reformPage .flowBox__overviewBox::before {
    bottom: -95%;
    right: -2%;
  }*/

  .reformPage .flowBox__overviewFlow {
    flex-direction: column;
  }

  /*フローチャート*/
  .reformPage .flowBox__flowchartBox {
    margin-top: 9%;
  }

  .flowBox__stepsBar {
    flex-direction: column;
    align-items: flex-start;
  }

  .flowBox__stepsNum {
    width: 100%;
    /*padding-left: 70px;*/
    position: relative;
    margin-bottom: 40px;
  }

  /*.flowBox__stepsNum::before {
    margin: 0;
    position: absolute;
    left: 0;
    top: 5%;
    transform: translateY(-50%);
  }*/

  .flowBox__stepsNum::after {
    display: none;
  }

  .flowBox__stepsNum::after {
    top: -161px;
    left: 29px;
    width: 2px;
    height: calc(100% + 40px);
    transform: translateY(-50%);
  }

  .stepsNum1 {
    margin-bottom: 60px;
  }

  .stepsNum2::after {
    background-image: linear-gradient(180deg, var(--color-gray), var(--color-darkgray));
    height: calc(100% + 120px);
    top: -265px
  }

  .stepsNum3::after {
    height: calc(100% + 20px);
    top: -223px;
    background-image: linear-gradient(180deg, var(--color-darkgray), var(--color-black));
  }

  .flowBox__stepsNum:last-child {
    margin-bottom: 40px;
  }

  .flowBox__stepsNum:first-child::after {
    content: '';
  }

  .flowBox__stepsNum.stepsNum1::after {
    content: none;
  }

  .flowBox__stepsTtl {
    min-height: auto;
  }

  .flowBox__stepsTxt, 
  .flowBox__stepsTxtList {
    width: 100%;
  }

  .flowBox__stepsTxtItem::before {
    width: 26px;
  }

  /*事例*/
  .reformPage .galleryBox {
    margin: 16% 0;
  }

  .reformPage .galleryBox__inner {
    flex-direction: column-reverse;
    gap: 7vw;
  }

  .reformPage .galleryBox__inner img {
    width: 100%;
  }

  .reformPage .galleryBox__btn a::after {
    transform: translate(51px, 1px);
  }


  /*
===== 来店予約 SP ==========================================
*/
  .shop-reservePage .ttlWrap {
    padding-top: 5%;
    height: clamp(200px, 63vw, 320px);
    justify-content: flex-end;
  }

  .shop-reservePage .ttlWrap img {
    aspect-ratio: 841 / 470;
  }

  /*フォームへスクロールするボタン*/
  .shop-reservePage .introBox__btn a {
    padding: 20px 0;
  }

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

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

  .shop-reservePage .meritBox .item .photo img {
    width: clamp(105px, 33vw, 120px);
  }

  .shop-reservePage .pointBox .introBox__btn {
    width: min(83%, 420px);
  }

  .shop-reservePage .pointBox .catch {
    padding: 30px 2%;
  }

  /*店舗案内*/
  .shop-reservePage .shopInfoBox__map {
    margin-top: 30px;
  }

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

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

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

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

  .shop-reservePage .flowItem h3 {
    width: 33%;
    text-align: left;
    margin-bottom: 0;
    font-size: clamp(12px, 4vw, 16px);
    display: flex;
    align-items: center;
  }

  .shop-reservePage .flowItem .num {
    display: inline-block;
    margin: 0 0.2em 0 0;
  }

  .shop-reservePage .flowItem.finish h3 {
    text-align: center;
  }

  .shop-reservePage .flowItem.finish h3 .num {
    margin-right: 0.6em;
  }

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

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

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

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

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

  .shop-reservePage .formComment {
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
  }

  /*予約フォーム*/
  .shop-reservePage .formSwitchBox__item {
    width: 100%;
  }

  .shop-reservePage .formSwitchBox__dataWrap .pc_wide_hidden {
    display: none !important;
  }

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

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

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

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

  .eventPage .itemList li.item a {
    padding: 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: baseline;
    justify-content: flex-start;
    line-height: 1.3;
  }

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

  /*終了画像*/
  .eventPage .photo.end .end_message {
    font-size: 1.2rem;
  }

  /*
===== スタッフコラム: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: 10px 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;
  }

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

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

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

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

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

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

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

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


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

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

  .gallery_renovationPage span.cate_new {
    width: 102px;
    left: -2%;
  }

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

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

  /*スライド*/
  .gallery_renovationPage #titleBox .sliderBox .slider_main {
    width: 80vw;
    max-height: 300px;
    margin: 0 auto 20px;
  }

  .gallery_renovationPage #titleBox .sliderBox .slider_main .slider_main_item {
    width: 80vw;
    margin: 0 5px;
    max-height: 300px;
  }

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

  .gallery_renovationPage .sliderBox .gallery_slider_pager .slick-list {
    padding: 0 !important;
  }

  .gallery_renovationPage .sliderBox .gallery_slider_pager .slider_pager_item {
    width: 60px !important;
    margin: 0 2px;
  }

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

  .gallery_renovationPage #titleBox #sliderArrows .slick-next {
    right: 0%;
    top: 35% !important;
  }

  /* セクションタイトル */
  #main.gallery_renovationPage #dataBox .secTtl, 
  #main.gallery_renovationPage #baBox .secTtl {
    margin-top: 0;
  }

  #main.gallery_renovationPage #dataBox .secTtl .indexPage__ttl--en,
  #main.gallery_renovationPage #baBox .secTtl .indexPage__ttl--en {
    font-size: 2.8em;
  }

  #main.gallery_renovationPage #dataBox .secTtl .indexPage__ttl--en::after, 
  #main.gallery_renovationPage #baBox .secTtl .indexPage__ttl--en::after {
    width: 71px;
    right: -106px;
  }

  /*概要*/
  .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-left: none;
  }

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

  /*ほかの施工事例も見ています*/
  #main.gallery_renovationPage .otherBox .secTtl {
    margin-top: 0;
  }

  .gallery_renovationPage .otherBox.itemList .List li.item {
    width: 31%;
    margin-bottom: 0;
  }

  .gallery_renovationPage .otherBox.itemList .photo {
    width: 100%;
  }

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


  /*//////////////
店舗案内：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;
  }

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

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

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

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

  .staffPage .itemList ul.List li.item .photo {
    width: 100px;
    vertical-align: middle;
  }

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

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

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

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

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

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

  .staffPage #detailBox .inner {
    width: 100%;
    padding-top: 50px;
    background: var(--color-palegray);
  }

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

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

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

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

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

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

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

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

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

  .staffPage #articleBox dl dt {
    border-radius: var(--rad-button) var(--rad-button) 0 0;
    color: #fff;
    padding: 10px;
    margin-bottom: 1px;
    width: 100%;
  }

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

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

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

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

  .staffPage #columnlinkBox {
    margin: 10px;
    padding: 10px;
    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: var(--color-lightgray);
    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 ==========================================
*/
  .companyMessageBox__ttlBox {
    background-position: 67% 10%;
    padding-left: 10px;
  }

  .companyPage .contents-inner {
    margin: 10% 1.5%;
  }

  .companyPage .entrytbl th {
    padding: 0.5em 0.5em 0.5em 1em;
  }

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

  .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% auto;
    flex-direction: column;
  }

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

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

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

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

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

  .contactPage .contact_note {
    margin: 10px;
  }

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

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

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

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

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

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

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