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

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

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

.wp-pagenavi a,
.wp-pagenavi span {
  font-family: var(--font-en);
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px;
  margin: 2px;
  border: none;
}

.wp-pagenavi span.current {
  background-color: var(--color-green);
  border-radius: var(--rad-common);
  color: #fff;
  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 #detailBox {
  margin-bottom: var(--gutter);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#map iframe {
  width: 100% !important;
  height: 350px !important;
  border-radius: var(--rad-common);
}

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

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

.singlePage #content img {
  border-radius: var(--rad-common);
}

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.shop-reservePage .ttlWrap {
  background: url(../img/page/shop_reserve/main_ttl_bg.webp) repeat top center/contain;
  border: 3px solid var(--color-darkgreen);
  padding: clamp(2.5rem, 5vw, 3.5rem) 1rem;
  margin-bottom: var(--gutter);
}

.shop-reservePage .introBox {
  margin: 0 auto;
  margin-bottom: var(--gutter);
}

.shop-reservePage .introBox__txt {
  text-align: center;
  font-size: var(--font-18);
  font-weight: 600;
  margin-bottom: var(--gutter-supernarrow);
}

.shop-reservePage .btn_archive-reserve .btn_archiveTxt::after {
  transform: translateX(-50%) rotate(90deg);
}

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

.shop-reservePage .meritBox__ttl {
  font-size: clamp(2.6rem, 5.2vw, 4.6rem);
  font-weight: bold;
  text-align: center;
  margin: 0 auto var(--gutter-narrow);
  letter-spacing: .05em;
  line-height: 1.4;
  width: fit-content;
  position:relative;
}
.shop-reservePage .meritBox__ttl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, var(--color-green), var(--color-green) 1px, white 2px, white 4px);
}

.shop-reservePage .font_en {
  color: var(--color-darkgreen);
  font-size: 1.5em;
}

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

.shop-reservePage .meritBox .meritList li {
  width: calc((100% / 3) - 1.5rem);
  max-width: 380px;
  display: flex;
}

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

.shop-reservePage .meritBox .item .photo img {
  border-radius: var(--rad-common);
}

.shop-reservePage .meritBox .item .info {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.shop-reservePage .meritBox .item .catch {
  text-align: center;
}

.shop-reservePage .meritBox .item dl.count {
  font-size: 16px;
  text-align: center;
}

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

.shop-reservePage .meritBox .item dd {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.shop-reservePage .meritBox .item dd span {
  font-size: 2.4em;
  vertical-align: middle;
  font-family: 'Arial', sans-serif;
}

.shop-reservePage .pointBox {
  background: var(--color-darkgreen);  
  border-radius: 4rem;
  width: 95%;
}

.shop-reservePage .pointBox__catch {
  padding: 3rem 0;
  color: var(--color-white);
  font-size: clamp(1.4rem, 4vw, 3rem);
  font-weight: bold;
  text-align: center;
  line-height: .05em;
  font-feature-settings: "palt";
}

.shop-reservePage .pointBox__catch span {
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: 1.5;
}

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

.shop-reservePage .flowBox .comment {
  font-weight: bold;
  text-align: center;
  font-size: var(--font-24);
  margin: 3rem 0;
}

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

.shop-reservePage .flowItem {
  background: var(--color-cream);
  border-radius: var(--rad-common);
  padding: 2.5rem 1.5rem;
  text-align: center;
  width: calc((100% - 80px)/5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  counter-increment: step;
}

.shop-reservePage .flowItem::before {
  content: counter(step);
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: var(--rad-full);
  background: var(--color-cream);
  color: var(--color-darkgreen);
  font-size: var(--font-24);
  font-family: var(--font-en);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-reservePage .flowItem.finish::before {
  background: var(--color-green);
  color: var(--color-white);
}

.shop-reservePage .flowItem+.flowItem::after {
  position: absolute;
  content: '';
  background: url(../img/common/arrow_right.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: var(--color-white);
}

.shop-reservePage .flowItem h3 {
  color: var(--color-darkgreen);
  font-size: var(--font-24);
  margin: 1.5rem 0 .5rem;
  font-weight: bold;
}

.shop-reservePage .flowItem.finish h3 {
  color: var(--color-white);
}

/*
===== イベント予約: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;
}

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

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

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

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

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

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

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

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

.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-green);
  border-radius: var(--rad-common);
  box-shadow: 2px 3px 0 var(--color-darkgreen);
  position: relative;
}

.sitemapPage .contents-inner ul li a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("../img/common/arrow_footlink.svg") no-repeat center / contain;
}

@media (any-hover:hover) {
  .sitemapPage .contents-inner ul li a:hover {
    transform: scale(1.03);
  }
}

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

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

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

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

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

@media (any-hover:hover) {
  .topicsPage .itemList .item a:hover {
    transform: scale(1.02);
    transition: all .3s;
  }
}

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

.topicsPage .itemList .item dl dd {
  padding-top: 1.5rem;
}

/*
===== イベント情報: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(even) a {
  background: var(--color-palegray);
  border-radius: var(--rad-common);
}

@media (any-hover:hover) {
  .eventPage .itemList .item a:hover {
    transform: scale(1.02);
    transition: all .3s;
  }
}

.eventPage .itemList .item .photo {
  width: 225px;
  height: auto;
  aspect-ratio: 225 / 150;
  border: 1px solid #E0E0E0;
  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 .itemList .item .iconWrap {
  display: flex;
  gap: .25em;
  flex-wrap: wrap;
}

.eventPage .itemList .item dt {
  margin: 10px 0 5px;
  font-weight: bold;
  font-size: var(--font-14);
}

.eventPage .itemList .item dd {
  font-weight: bold;
  font-size: var(--font-18);
}

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

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

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

.eventPage .photo img {
  border-radius: var(--rad-common);
}

/* イベント詳細 */
.eventPage.singlePage .iconWrap {
  margin-bottom: 5px;
}
.eventPage.singlePage .icon_txt {
  font-size: var(--font-14);
  padding: 6px 10px;
}
.eventPage.singlePage .btn_archive .btn_archiveTxt {
  gap: 2rem;
}
.eventPage.singlePage .btn_archive .btn_archiveTxt::after {
  transform: translateX(-50%) rotate(90deg);
}

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

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

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

@media (any-hover:hover) {
  .columnPage .itemList .item a:hover {
    transform: scale(1.02);
    transition: all .3s;
  }
}

.columnPage .itemList .item .photo {
  width: 225px;
  height: auto;
  aspect-ratio: 225 / 150;
  border: 1px solid #E0E0E0;
  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 .iconWrap {
  display: flex;
  align-items: center;
}

.columnPage .itemList .item .ttl {
  padding: 15px 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;
  font-family: var(--font-en);
}

.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;
  font-size: var(--font-14);
}

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

.qaPage #accordion dt::before {
  content: "Q";
  color: var(--color-white);
  font-family: var(--font-en);
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

@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-white);
  font-weight: bold;
  width: 30px;
  height: 30px;
  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-white);
  font-weight: bold;
  width: 30px;
  height: 30px;
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

.qaPage #accordion dd iframe {
  max-width: 100%;
  border-radius: var(--rad-common);
}

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

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

.voicePage .icon_txt {
  font-size: var(--font-14);
}

.voicePage .cate_syubetu {
  font-size: var(--font-14);
  background: var(--color-white);
  color: var(--color-green);
  border: 1px solid var(--color-green);
}

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

.voicePage .itemList .List li.item {
  width: 31%;
  margin-bottom: var(--gutter-narrow);
  position: relative;
}

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

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

@media (any-hover:hover) {
  .voicePage .itemList .List li.item a:hover {
    transition: all 0.3s ease;
    transform: scale(1.03);
  }
}

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

.voicePage .itemList .ttl h2 {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

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

.voicePage .itemList .photo img {
  width: 100% !important;
  height: 100% !important;
  border-radius: var(--rad-common);
}

/*お客様の声:詳細*/
.voicePage #titleBox {
  position: relative;
}

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

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

.voicePage__imgBox img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: var(--rad-common);
}

/* 見出し */
.voicePage .voiceTtl {
  position: relative;
  padding: .5em .7em;
  border-radius: 10px;
  background-color: var(--color-green);
  color: var(--color-white);
  font-size: var(--font-24);
  font-weight: bold;
  margin-bottom: var(--gutter-narrow);
}

.voicePage .voiceTtl::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top: 11px solid var(--color-green);
}

/* customerBox */
.voicePage__customerBox {
  margin: var(--gutter) 0;
}

/* voiceBox */
.voicePage__qaBox {
  margin: var(--gutter) 0;
}

.voicePage__qaBox h3 {
  font-size: var(--font-20);
  font-weight: bold;
  padding-left: 60px;
  padding-bottom: .5em;
  position: relative;
  border-bottom: 1px solid;
}

.voicePage__qaBox h3 .font_en {
  font-size: 1.2em;
  color: var(--color-main);
  position: absolute;
  left: 0;
}

.voicePage__qaBox .qaBox__text {
  margin-top: 1%;
}

.voicePage__qaBox .qaBox__text p {
  margin-top: 10px;
}

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

/*---------- staffBox ----------*/
.voicePage__staffBox {
  margin: var(--gutter) 0;
}

.voicePage__staffBox h3 {
  font-size: 1.5em;
  font-weight: bold;
  border-left: 5px solid var(--color-main);
  padding-left: 10px;
  line-height: 1.2;
}

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

.voicePage__staffBox .staffBox__info {
  width: clamp(120px, 12vw, 220px);
  margin-right: 2%;
  flex-shrink: 0;
}

.voicePage__staffBox .staffBox__info__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: var(--rad-common);
  overflow: hidden;
}

.voicePage__staffBox .staffBox__info__photo img {
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.voicePage__staffBox .staffBox__info__name {
  font-weight: bold;
  text-align: center;
  font-size: var(--font-18);
  margin-top: .5em;
}

.voicePage__staffBox .staffBox__comment h4 {
  font-size: var(--font-20);
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.voicePage__staffBox .staffBox__comment h4:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_comment_01.svg) no-repeat center / contain;
}

.voicePage__staffBox .staffBox__comment p {
  margin-top: var(--gutter-supernarrow);
}

/* otherBox */
.voicePage__otherBox {
  margin: var(--gutter-wide) 0 var(--gutter);
}

.voicePage__otherBox .otherBox__ttl {
  border-bottom: 2px dotted var(--color-green);
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: var(--gutter-supernarrow);
  text-align: center;
}

.voicePage__otherBox .otherBox__list {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.voicePage__otherBox .otherBox__listItem {
  width: calc(100% / 3);
}

.voicePage__otherBox .otherBox__listItem .photo {
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.voicePage__otherBox .otherBox__listItem .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--rad-common);
}

.voicePage__otherBox .otherBox__listItem h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

.shopPage .bannerWrap a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (any-hover:hover) {
  .shopPage .bannerWrap a:hover {
    transform: scale(1.02);
    transition: all .3s;
  }
}

.shopPage #countBox {
  margin: auto;
}

.shopPage .countBox__ttl {
  background-color: var(--color-darkgreen);
  border-radius: var(--rad-full);
  padding: 20px 0 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: relative;
  width: 80%;
  margin: auto;
}

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

.shopPage .countBox__ttl span {
  font-size: 7rem;
  padding: 0 5px;
  line-height: 1;
}

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

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

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

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

.staffPage .itemList .photo {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
===== 土地探しのポイントページ ==========================================
*/
/* leadBox */
.pointPage .leadBox__ttlWrap {
  text-align: center;
  margin-bottom: var(--gutter-narrow);
}
.pointPage .leadBox__ttl {
  font-weight: bold;
  font-size: clamp(2.4rem, 5vw, 3rem);
  margin-bottom: var(--gutter-supernarrow);
  line-height: 1.3;
}
.pointPage .leadBox__ttl .small {
  font-size: var(--font-24);
}
.pointPage .leadBox__ttl span.font_en {
  color: var(--color-darkgreen);
  font-weight: 900;
  font-size: clamp(3.2rem, 5vw, 3.6rem);
}
.pointPage .leadBox__ttlWrap__txt {
  font-size: var(--font-18);
}
.pointPage .leadBox__numList {
  display: flex;
  justify-content: center;
  gap: 2rem;
  counter-reset: leadNumber;
}
.pointPage .leadBox__numItem {
  color: var(--color-white);
  text-align: center;
  width: 210px;
}
.pointPage .leadBox__numItem a {
  background: var(--color-green);
  border-radius: var(--rad-full);
  font-size: var(--font-20);
  font-weight: bold;
  display: block;
  padding: 85px 10px 0;
  position: relative;
  box-shadow: 2px 3px 0 var(--color-darkgreen);
  max-width: 210px;
  height: 210px;
  line-height: 1.3;
}
.pointPage .leadBox__numItem a::before {
  counter-increment: leadNumber;
  content: counter(leadNumber, decimal-leading-zero);
  
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-white);
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-family: var(--font-en);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pointPage .leadBox__numItem a::after {
  content: "";
  background: url(../img/common/arrow_btn.svg) no-repeat center / contain;
  width: 8px;
  height: 15px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media (any-hover:hover) {
  .pointPage .leadBox__numItem a:hover {
    transform: scale(1.03);
  }
}

/* pointPage__point */
.pointPage__point {
  margin-top: var(--gutter-narrow);
  padding-top: var(--gutter);
}
.pointPage__point .point__ttl {
  font-size: var(--font-24);
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: center;
  border-bottom: 2px solid var(--color-darkgreen);
  padding: 0 0 5px 10px;
  margin-bottom: var(--gutter-narrow);
}
.pointPage__point .point__ttl--num {
  color: var(--color-darkgreen);
  font-weight: 900;
  font-size: var(--font-20);
  margin-right: 1rem;
  letter-spacing: .05em;
}
.pointPage__point .point__ttl--num span {
  font-size: 1.8em;
  line-height: 1;
  padding-left: 1px;
}

.point__contentBox {
  text-align: center;
}
.point__contentBox__txt {
  margin-bottom: var(--gutter-narrow);
}
.point__contentBox__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-bottom: var(--gutter-narrow);
}
.point__contentBox__item {
  width: calc((100% / 4) - 2rem);
}
.point__contentBox__item h4 {
  background: var(--color-green);
  border-radius: var(--rad-common);
  color: var(--color-white);
  font-weight: bold;
  text-align: center;
  margin-bottom: var(--gutter-supernarrow);
  padding: 5px 8px;
  position: relative;
}
.point__contentBox__item h4::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border: 14px solid transparent;
  border-top: 14px solid var(--color-green);
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.point__contentBox__itemTxt {
  text-align: center;
}

.point__checkBox {
  margin-bottom: var(--gutter-narrow);
}
.point__checkBox__ttl {
  position: relative;
  display: flex;
  align-items: center;
  font-size: var(--font-20);
  font-weight: bold;
  padding-left: 28px;
  line-height: 1;
  margin-bottom: var(--gutter-supernarrow);
}
.point__checkBox__ttl::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_finger.svg) no-repeat center / contain;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
.point__checkBox__ttl::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--color-green);
  margin-left: 1rem;
}
.point__checkBox__list {
  display: flex;
  gap: 2rem;
}
.point__checkBox__item {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0 0 1rem 2.5rem;
}
.point__checkBox__item::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_check.svg) no-repeat center / contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.point__bottomBox {
  background: var(--color-palegreen);
  border-radius: var(--rad-common);
  padding: 40px 20px;
  font-size: var(--font-18);
  position: relative;
  text-align: center;
}
.point__bottomBox::after {
  content: "";
  position: absolute;
  background: url(../img/page/point/point_img01.webp) no-repeat center / contain;
  width: 100px;
  height: 117px;
  aspect-ratio: 100 / 117;
  right: 5px;
  bottom: -22px;
}
.point__bottomBox .company_name {
  font-weight: bold;
}

/* point03 */
.pointPage__point--03 .point__contentBox__subTit {
  font-size: var(--font-18);
  font-weight: bold;
  margin-bottom: var(--gutter-supernarrow);
  border-left: solid 5px var(--color-green);
  padding-left: 1.5rem;
  text-align: left;
}
.pointPage__point--03 .point__contentBox__list {
  justify-content: flex-start;
}
.pointPage__point--03 .point__contentBox__item {
  width: calc((100% / 3) - 2rem);
}

/* point04 */
.pointPage__point--04 .point__contentBox {
  margin-bottom: var(--gutter-narrow);
}
.point__contentBox__img {
  margin-bottom: var(--gutter-narrow);
}
.point__contentBox__bottomTxt {
  position: relative;
  padding-bottom: 20px;
}
.point__contentBox__bottomTxt::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border: 12px solid transparent;
  border-top: 12px solid var(--color-green);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.point__contentBox__bottomTxt--under {
  font-size: var(--font-20);
  font-weight: bold;
}

/* point05 */
.pointPage__point--05 .point__contentBox__item {
  background: var(--color-green);
  border-radius: var(--rad-common);
  color: var(--color-white);
  font-size: var(--font-18);
  font-weight: bold;
  padding: 2rem;
}
.pointPage__point--05 .point__contentBox {
  margin-bottom: var(--gutter-narrow);
}
.point__contentBox__itemTxt {
  padding-top: 5px;
}
.point__contentBox__message {
  font-size: var(--font-20);
  font-weight: bold;
  position: relative;
  padding: 0 3rem;
  width: fit-content;
  display: inline-block;
  color: var(--color-orange);
}
.point__contentBox__message::before,
.point__contentBox__message::after {
  position: absolute;
  top: 0.8rem;
  height: 30px;
  content: '';
}
.point__contentBox__message::before {
  border-left: solid 3px;
  left: 0;
  transform: rotate(-30deg);
}
.point__contentBox__message::after {
  border-right: solid 3px;
  right: 0;
  transform: rotate(30deg);
}

/*
===== 選ばれる理由ページ ==========================================
*/
/* leadBox */
.reasonPage__leadBox {
  margin-bottom: var(--gutter);
}
.reasonPage__leadBox .leadBox__ttl {
  font-size: clamp(2.4rem, 5vw, 3rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: var(--gutter-wide);
  position: relative;
  padding-top: 2rem;
}
.reasonPage__leadBox .leadBox__ttl span {
  color: var(--color-darkgreen);
}
.reasonPage__leadBox .leadBox__ttl::before {
  content: "";
  position: absolute;
  background: url(../img/page/reason/icon_lead.svg) no-repeat center / contain;
  width: 40px;
  height: 40px;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}
.reasonPage__leadBox .leadBox__list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.reasonPage__leadBox .leadBox__item {
  position: relative;
  border: 1px solid var(--color-green);
  border-radius: var(--rad-common);
  padding: 2rem;
  width: calc((100% / 3) - 1rem);
}
.reasonPage__leadBox .leadBox__item__num {
  position: absolute;
  display: inline-block;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 9px;
  line-height: 1;
  letter-spacing: .05em;
  background: var(--color-white);
  font-size: var(--font-18);
  font-weight: bold;
  color: var(--color-green);
}
.reasonPage__leadBox .leadBox__item__ttl {
  font-weight: 500;
  font-size: var(--font-20);
  margin-bottom: 1rem;
  color: var(--color-darkgreen);
  text-align: center;
}

.reasonPage__reasonBox {
  margin-bottom: var(--gutter-wide);
}
.reasonBox__ttl {
  text-align: center;
  margin-bottom: var(--gutter-narrow);
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  letter-spacing: .05em;
  font-weight: bold;
  color: var(--color-darkgreen);
}
.reasonBox__ttl span {
  display: inline-block;
  border-bottom: 2px solid var(--color-green);
  color: var(--color-green);
  font-size: var(--font-22);
  font-weight: bold;
}
.reasonBox__subTxtWrap {
  background: var(--color-green);
  padding: 3rem 0;
}
.reasonBox__subTxtWrap .reasonBox__inner {
  background: var(--color-white);
  border-radius: var(--rad-small);
  padding: 1.5rem;
  text-align: center;
  position: relative;
}
.reasonBox__subTxt {
  font-size: clamp(1.8rem, 5vw, 2.2rem);
}

.reasonBox__check {
  background: var(--color-lightgray);
  padding: var(--gutter) 0;
}
.reasonBox__check h3 {
  text-align: center;
  font-size: var(--font-22);
  font-weight: bold;
  margin-bottom: var(--gutter-supernarrow);
  letter-spacing: .05em;
}
.reasonBox__check h3 span {
  color: var(--color-darkgreen);
  font-size: 1.4em;
}
.reasonBox__checkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.reasonBox__checkItem {
  background: var(--color-white);
  border-radius: var(--rad-small);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  position: relative;
  display: flex;
  align-items: center;
  width: 49%;
}
.reasonBox__checkItem::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_check.svg) no-repeat center / contain;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.reasonBox__solution {
  text-align: center;
  position: relative;
  padding: 90px 0 var(--gutter);
}
.reasonBox__solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 75px 0 75px;
  border-color: var(--color-lightgray) transparent transparent transparent;
}
.reasonBox__solutionTtl {
  background: var(--color-green);
  border-radius: var(--rad-small);
  color: var(--color-white);
  display: inline-block;
  padding: 1rem 2rem;
  font-size: var(--font-30);
  font-weight: bold;
  margin-bottom: var(--gutter-supernarrow);
}
.reasonBox__solutionTxt {
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  font-weight: bold;
}
.reasonBox__solutionTxt .txt_dots {
  background-image: radial-gradient(circle at center, var(--color-orange) 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 1em;
  padding-top: .5em;
}

.reasonBox__comparison {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: var(--gutter);
}
.reasonBox__comparisonList {
  width: 40%;
  text-align: center;
  border-radius: var(--rad-small);
}
.reasonBox__comparisonList dt {
  padding: 1rem;
  border-radius: var(--rad-small) var(--rad-small) 0 0;
  font-size: var(--font-20);
}
.reasonBox__comparisonList dd {
  padding: 2rem 0;
  font-size: var(--font-18);
}
.comparison__general {
  background: var(--color-palegray);
}
.comparison__general dt {
  background: var(--color-gray);
}
.comparison__general dd {
  position: relative;
}
.comparison__general dd::after {
  content: "";
  background: url(../img/common/arrow_btn.svg) no-repeat center / contain;
  filter: brightness(0);
  width: 8px;
  height: 15px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.comparison__general dd:last-child::after {
  content: none;
}
.comparison__own {
  background: var(--color-paleorange);
  position: relative;
}
.comparison__own::before {
  position: absolute;
  content: "";
  background: url(../img/page/reason/deco_reason01.svg) no-repeat center / contain;
  width: 100px;
  height: 50px;
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
}
.comparison__own dt {
  background: var(--color-orange);
  color: var(--color-white);
}
.comparison__own dd:first-of-type {
  padding-bottom: .5rem;
}
.comparison__own dd:nth-of-type(n+2):nth-of-type(-n+4) {
  padding: .5rem 0;
}
.comparison__own dd.last {
  color: var(--color-orange);
  font-size: var(--font-20);
  font-weight: bold;
  position: relative;
}
.comparison__own dd.last::before {
  content: "";
  background: url(../img/common/arrow_btn_orange.svg) no-repeat center / contain;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

.reasonBox__achieve {
  background: var(--color-cream);
  padding: var(--gutter-narrow) 0;
}
.reasonBox__achieve h4 {
  font-size: var(--font-26);
  font-weight: bold;
  text-align: center;
  margin-bottom: var(--gutter-narrow);
}
.reasonBox__achieveList {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.reasonBox__achieveItem {
  width: 40%;
  text-align: center;
  background: var(--color-white);
  border-radius: var(--rad-common);
  padding: 1.5rem;
}
.reasonBox__achieveImg {
  margin-bottom: 1rem;
}
.reasonBox__achieveTtl {
  font-size: var(--font-20);
  font-weight: bold;
}
.reasonBox__achieveTxt {
  font-size: var(--font-18);
  font-weight: bold;
  line-height: 1.2;
}
.reasonBox__achieveTxt .font_en {
  color: var(--color-orange);
  font-size: var(--font-30);
}
.reasonBox__achieveTxt-small {
  font-size: var(--font-14);
  color: var(--color-black);
}

/* 02 */
.reasonBox__solution ul {
  margin-bottom: 1.5rem;
}
.reasonBox__solution li {
  position: relative;
  width: fit-content;
  margin: auto;
  padding: 0 0 10px 35px;
  font-size: var(--font-18);
  font-weight: bold;
}
.reasonBox__solution li::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_finger.svg) no-repeat center / contain;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}

.reasonBox__lineupWrap {
  background: var(--color-palegreen);
  border-radius: 50px 50px 0 0;
  padding: var(--gutter-wide) 0;
}
.reasonBox__lineupWrapTtl {
  text-align: center;
  font-size: clamp(2.2rem, 5vw, 2.6rem);
  margin-bottom: var(--gutter-narrow);
}
.reasonBox__lineupWrapTtl span {
  color: var(--color-orange);
  font-weight: bold;
}
.reasonBox__lineupWrapTxt {
  font-size: var(--font-18);
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: var(--gutter);
}
.reasonBox__lineupBox__inner .lineupBox__ttl {
  font-size: var(--font-24);
  font-weight: bold;
  text-align: center;
  margin-bottom: var(--gutter-narrow);
  line-height: 1.3;
  letter-spacing: .05em;
}
.reasonBox__lineupBox__inner .lineupBox__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--gutter);
  gap: 10px;
}
.reasonBox__lineupBox__inner .lineupBox__item a {
  display: block;
}
@media (any-hover:hover) {
  .reasonBox__lineupBox__inner .lineupBox__item a:hover {
    transform: scale(1.03);
    transition: all .3s;
  }
}
.reasonBox__lineupBox__inner .lineupBox__photo img {
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}
.reasonBox__lineupBox__inner .lineupBox__detail {
  background: var(--color-white);
  border-radius: 0 0 var(--rad-common) var(--rad-common);
  padding: 2rem 2rem 2rem 3rem;
}
.reasonBox__lineupBox__inner .lineupBox__detail img {
  display: block;
  margin: auto;
}
.reasonBox__lineupBox__inner .lineupBox__detail__txt {
  font-size: var(--font-14);
  text-align: center;
  padding-top: 5px;
}
.reasonBox__lineupBox__inner .lineupBox__btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.reasonBox__lineupBox__inner .lineupBox__btn a span::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/common/icon_outside.svg) no-repeat center / contain;
  filter: brightness(0) invert(1);
}
.reasonBox__lineupBox__inner .lineupBox__btn a::after {
  content: none;
}

/* 03 */
.reasonPage__reasonBox--03 .reasonBox__worryWrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: var(--gutter-narrow);
}
.reasonPage__reasonBox--03 .reasonBox__worryTxt {
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.8rem, 4vw,2rem);
  margin-bottom: 1.5rem;
}
.reasonPage__reasonBox--03 .reasonBox__worryItem {position: relative;
}
.reasonPage__reasonBox--03 .reasonBox__worryItem::after {
  content: "";
  background: url(../img/common/arrow_btn.svg) no-repeat center / contain;
  filter: brightness(0);
  width: 16px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
.reasonPage__reasonBox--03 .reasonBox__worryItem:last-of-type::after {
  content: none;
}
.reasonPage__reasonBox--03 .reasonBox__worryTxt span.small {
  display: block;
  font-size: var(--font-14);
}
.reasonPage__reasonBox--03 .reasonBox__worryImg img {
  display: block;
  margin: auto;
}
.reasonPage__reasonBox--03 .reasonBox__solution ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: var(--gutter-narrow);
}
.reasonPage__reasonBox--03 .reasonBox__solution li {
  margin: 0;
  padding-bottom: 0;
  line-height: 1;
}
.reasonPage__reasonBox--03 .reasonBox__solutionTxt {
  line-height: 2;
}
.reasonPage__reasonBox--03 .reasonBox__shopWrap {
  background: var(--color-palegreen);
  border-radius: 50px 50px 0 0;
  padding: var(--gutter-wide) 0;
}
.reasonPage__reasonBox--03 .reasonBox__shopWrapTtl {
  text-align: center;
  font-size: var(--font-26);
  margin-bottom: var(--gutter-narrow);
}
.reasonPage__reasonBox--03 .reasonBox__shopWrapTxt {
  font-size: var(--font-18);
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: var(--gutter-supernarrow);
}

/* reasonBox__bannerWrap */
.reasonBox__bannerWrap {
  margin-bottom: var(--gutter-wide);
}
.reasonBox__bannerWrap a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (any-hover:hover) {
  .reasonBox__bannerWrap a:hover  {
    transform: scale(1.03);
  }
}
.reasonBox__bannerWrap .bannerWrap__ttl {
  display: block;
  font-size: clamp(1.8rem,3vw,2.6rem);
  font-weight: bold;
  text-align: center;
  margin: 0 auto .5rem;
  position: relative;
  width: fit-content;
  margin-bottom: var(--gutter-supernarrow);
}
.reasonBox__bannerWrap .bannerWrap__ttl::before,
.reasonBox__bannerWrap .bannerWrap__ttl::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 3px;
  height: 3rem;
  background: var(--color-green);
}
.reasonBox__bannerWrap .bannerWrap__ttl::before {
  transform: rotate(-30deg);
  left: -20px;
}
.reasonBox__bannerWrap .bannerWrap__ttl::after {
  transform: rotate(30deg);
  right: -20px;
}

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

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

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

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

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

  /* 来店予約フロー */
  .shop-reservePage .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::before {
    left: -20px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .shop-reservePage .flowItem+.flowItem::after {
    left: 50%;
    top: -13%;
    transform: rotate(90deg) translate(-50%, 50%);
  }

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

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

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

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

  .shop-reservePage .flowItem img {
    width: 40%;
    max-height: unset;
  }

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

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

  /*
  ===== 土地探しのポイントページ ==========================================
  */
  .pointPage .leadBox__numList {
    gap: 1rem;
  }
  .pointPage .leadBox__numItem a {
    max-width: 140px;
    height: 140px;
    padding-top: 40px;
    font-size: 1.7rem;
  }
  .pointPage .leadBox__numItem a::before {
    top: 10px;
    font-size: 2.4rem;
  }
  .point__checkBox__list {
    flex-wrap: wrap;
    gap: .5rem;
  }
  .point__checkBox__item {
    width: 40%;
  }
  .point__bottomBox {
    text-align: left;
  }
  .point__bottomBox::after {
    bottom: -58px;
  }
}

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

  /*
===== 来店予約 Tablet ==========================================
*/
  .shop-reservePage .ttlWrap {
    padding: 3rem .5rem 1rem;
  }

  .shop-reservePage .meritBox .meritList {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4vw;
  }
  .shop-reservePage .meritBox .meritList li {
    width: 95%;
  }
  .shop-reservePage .meritBox .item {
    flex-direction: row;
  }
  .shop-reservePage .meritBox .item .photo {
    width: 40%;
  }
  .shop-reservePage .meritBox .item .info {
    width: 60%;
  }
  .shop-reservePage .meritBox .item .catch {
    text-align: left;
  }

  .shop-reservePage .pointBox {
    border-radius: 3rem;
  }
  .shop-reservePage .pointBox__catch {
    padding: 1rem;
  }

  /* 来店予約フロー */
  .shop-reservePage .flowBox {
    padding-left: 10px;
  }

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

  .shop-reservePage .flowItem {
    width: 100%;
    flex-direction: unset;
    padding: 10px 10px 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .shop-reservePage .flowItem::before {
    left: -13px;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
  }

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

  .shop-reservePage .flowItem h3 {
    width: 27%;
    text-align: left;
    margin: 0;
    font-size: 1.6rem;
  }

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

  .shop-reservePage .flowItem p {
    text-align: left;
    font-size: 14px;
    width: calc(100% - 10% - 30%);
  }

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

  .shop-reservePage .flowBox .comment {
    font-size: 1.8rem;
  }

  /* フォーム */
  .shop-reservePage .form__input .wpcf7-list-item {
    margin: 0;
  }
  .shop-reservePage .form__input .name .wpcf7-form-control-wrap {
    margin-left: 5px;
  }
  .shop-reservePage .form__input label {
    font-size: 1.4rem;
  }
  .shop-reservePage .form__input .address td {
    padding: 5px 10px;
  }
  .shop-reservePage .form__input .address input,
  .shop-reservePage .form__input .address select {
    max-width: 220px;
  }

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

  .topicsPage .itemList .item dl dd {
    padding-top: .5rem;
  }

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

  .eventPage .itemList li.item a {
    padding: 10px;
  }

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

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

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

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

  .eventPage .itemList .item dd {
    line-height: 1.3;
  }

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

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

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

  .columnPage .itemList li.item a {
    padding: 10px;
  }

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

  .columnPage .itemList li.item .info {
    width: 70%;
    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;
    display: block;
  }

  .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;
    padding-top: 10px;
  }

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

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

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

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

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

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

  /*
===== お客様の声:voicePage ==========================================
*/
  /*お客様の声:一覧*/
  .voicePage .itemList .List li.item {
    width: 100%;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }

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

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

  /*お客様の声:詳細*/
  .voicePage #titleBox .secTtl {
    padding: 5px 0;
    text-align: center !important;
  }

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

  .voicePage .voiceTtl {
    font-size: 2rem;
  }

  .voicePage__staffBox .staffBox__comment h4 {
    padding-left: 30px;
  }

  .voicePage__staffBox .staffBox__comment h4::before {
    width: 23px;
    height: 23px;
  }

  .voicePage__otherBox .otherBox__list {
    gap: 1rem;
  }

  .voicePage__otherBox .otherBox__listItem {
    width: calc((100% / 3) - 1rem);
  }

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

  .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: 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;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 100%;
    vertical-align: middle;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .staffPage #columnlinkBox a {
    display: block;
  }

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

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

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

    /*
  ===== 土地探しのポイント:pointPage ==========================================
  */
  .pointPage .leadBox__numList {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .pointPage .leadBox__numItem {
    width: calc((100% / 2) - .5rem);
  }
  .pointPage .leadBox__numItem a {
    height: 80px;
    padding: 25px 5px;
    font-size: 1.4rem;
  }
  .pointPage .leadBox__numItem a::before {
    top: 3px;
  }
  .pointPage .leadBox__numItem a::after {
    bottom: 3px;
    width: 6px;
    height: 13px;
  }

  .pointPage__point .point__ttl {
    flex-direction: column;
  }

  .point__contentBox__txt {
    text-align: left;
  }
  .point__contentBox__list {
    gap: 1rem;
  }
  .point__contentBox__item {
    width: calc((100% / 2) - 1rem);
  }
  .point__checkBox__list {
    flex-direction: column;
    gap: 0;
  }
  .point__bottomBox {
    padding: 20px;
    text-align: left;
  }
  .point__bottomBox::after {
    width: 60px;
    height: 70px;
    bottom: -30px
  }

  .pointPage__point--03 .point__contentBox__item {
    width: calc((100% / 2) - 1rem);
  }

  .pointPage__point--05 {
    margin-bottom: 6rem;
  }
  .pointPage__point--05 .point__contentBox {
    margin-bottom: var(--gutter);
  }
  .point__contentBox__message {
    line-height: 1.4;
  }
  .point__contentBox__message::before,
  .point__contentBox__message::after {
    top: 2.8rem;
  }

  /*
  ===== 選ばれる理由ページ ==========================================
  */
  /* leadBox */
  .reasonPage__leadBox .leadBox__ttl {
    line-height: 1.3;
  }
  .reasonPage__leadBox .leadBox__list {
    flex-direction: column;
  }
  .reasonPage__leadBox .leadBox__item {
    width: 100%;
    padding: 1rem 1.5rem;
  }
  .reasonPage__leadBox .leadBox__item__ttl {
    margin-bottom: .5rem;
  }
  .reasonBox__checkItem {
    width: 48%;
    padding: 1rem 1rem 1rem 4rem; 
  }
  .reasonBox__solution {
    padding-top: 50px;
  }
  .reasonBox__solution::before {
    border-width: 40px 55px 0 55px;
  }
  .reasonBox__solutionTtl {
    font-size: 2.2rem;
    padding: 1rem 5rem;
    list-style: 1.4;
    margin-bottom: 2rem;
  }
  .reasonBox__comparison {
    flex-direction: column;
    gap: 6rem;
  }
  .reasonBox__comparisonList {
    width: 100%;
  }
  .reasonBox__comparisonList dd {
    padding: 1.5rem 0;
  }
  .reasonBox__achieve {
    padding: var(--gutter) 0;
  }
  .reasonBox__achieveList {
    gap: 1rem;
  }
  .reasonBox__achieveItem {
    width: 48%;
  }
  .reasonBox__lineupBox__inner .lineupBox__list {
    flex-direction: column;
    gap: 1.5rem;
  }
  .reasonBox__lineupBox__inner .lineupBox__item a {
    background: var(--color-white);
    border-radius: var(--rad-common);
    display: flex;
  }
  .reasonBox__lineupBox__inner .lineupBox__item .lineupBox__photo {
    width: 40%;
  }
  .reasonBox__lineupBox__inner .lineupBox__item .lineupBox__photo img {
    border-radius: var(--rad-common) 0 0 var(--rad-common);
    width: 100%;
    height: 100%;
  }
  .reasonBox__lineupBox__inner .lineupBox__item .lineupBox__detail {
    border-radius: var(--rad-common);
    padding: 1rem;
    width: 60%;
  }
  .reasonBox__lineupBox__inner .lineupBox__item .lineupBox__detail__logo {
    margin-bottom: 1rem;
  }
  .reasonBox__lineupBox__inner .lineupBox__item .lineupBox__detail__logo img {
    width: 60%;
  }
  .reasonBox__lineupBox__inner .lineupBox__detail__txt {
    text-align: center;
  }
  .reasonPage__reasonBox--03 .reasonBox__worryWrap {
    flex-direction: column;
    gap: 3rem;
  }
  .reasonPage__reasonBox--03 .reasonBox__worryImg {
    width: 50%;
    margin: auto;
  }
  .reasonPage__reasonBox--03 .reasonBox__worryItem::after {
    top: initial;
    left: 50%;
    bottom: -35px;
    transform: translateY(-50%) rotate(90deg);
  }
  .reasonPage__reasonBox--03 .reasonBox__solution ul {
    flex-wrap: wrap;
  }
  .reasonPage__reasonBox--03 .reasonBox__solution li {
    width: 40%;
    text-align: left;
  }
  .reasonPage__reasonBox--03 .reasonBox__solutionTxt {
    line-height: 1.6;
  }

  .reasonBox__bannerWrap .bannerWrap__ttl::before {
    left: -15px;
  }
  .reasonBox__bannerWrap .bannerWrap__ttl::after {
    right: -15px;
  }

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

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

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

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

  .privacyPage .contents-inner p,
  .privacyPage .contents-inner dd {
    line-height: 170%;
  }

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

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

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

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

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

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

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

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

  /*
===== お問い合わせ: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;
  }
}
