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

/*==================================================
	GENERAL SETTINGS
==================================================*/
.navigation {
  padding: 20px;
  text-align: center;
}

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

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

.wp-pagenavi span.current {
  background-color: var(--color-blue);
  color: var(--color-white);
  border-color: var(--color-blue);
  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 {
  color: var(--color-darkgray);
  margin-bottom: .5rem;
  font-size: var(--font-14);
  font-family: var(--font-en);
  font-weight: bold;
}

.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-bluegray);
  background: var(--color-lightblue);
  color: var(--color-blue);
  font-size: var(--font-16);
  font-weight: bold;
  text-align: center;
}

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

.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-lightblue);
  color: var(--color-blue);
  border-radius: var(--rad-common);
  font-family: var(--font-en);
  font-weight: bold;
  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: var(--color-white);
}

.singlePage #btnBox p.btn_reserve a {
  display: block;
  background: var(--color-blue);
  color: var(--color-white);
  padding: 20px;
  border: 1px solid var(--color-blue);
  border-radius: var(--rad-common);
  transition: all 0.5s ease;
}

@media (any-hover:hover) {
  .singlePage #btnBox p.btn_reserve a:hover {
    opacity: 1;
    background-color: var(--color-white);
    color: var(--color-blue);
  transition: all 0.5s ease;
  }
}

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

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

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

.singlePage #mapBox {
  margin-top: var(--gutter-narrow);
}

.singlePage #mapBox .ttl {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: var(--color-blue);
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  background: var(--color-lightblue);
}

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

/* 目次(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;
}

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

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

/*
===== プライバシーポリシー: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;
  gap: 20px;
  /* Safari */
  justify-content: space-between;
}

.sitemapPage .sitemap__listWrap {
  width: calc((100% / 4) - 20px);
}

.sitemap__listTtl {
  color: var(--color-blue);
  font-size: var(--font-18);
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: var(--gutter-supernarrow);
  padding: 0 0 5px 5px;
  border-bottom: 1px solid var(--color-blue);
}

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

.sitemapPage .contents-inner ul li a {
  display: block;
  padding-left: 20px;
  position: relative;
  font-size: var(--font-16);
}

.sitemapPage .contents-inner ul li a::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 1px;
  background: var(--color-black);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

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

/*
===== 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 + .item {
  margin-top: var(--gutter-narrow);
}

.topicsPage .itemList .item a {
  padding: 0 30px 10px 10px;
  display: block;
  border-bottom: 1px solid var(--color-blue);
  position: relative;
}

.topicsPage .itemList .item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: translateY(-50%) rotate(45deg);
}

.topicsPage .itemList .item dl dt span.date {
  margin-right: 0.5em;
  color: var(--color-darkgray);
  font-size: var(--font-12);
  font-family: var(--font-en);
  font-weight: bold;
}

.topicsPage .itemList .item dl dd {
  font-size: var(--font-16);
}

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

/*イベント情報:一覧*/
.eventPage .itemList .item + .item {
  margin-top: var(--gutter-narrow);
}

.eventPage .itemList .item a {
  padding: 20px;
  display: block;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-bluegray);
  border-radius: var(--rad-common);
}

.eventPage .itemList .item .photo {
  width: 225px;
  height: auto;
  aspect-ratio: 225 / 150;
  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 dt {
  margin: 15px 0;
  font-weight: bold;
  font-size: var(--font-16);
}

.eventPage .itemList .item dd {
  color: var(--color-darkgray);
  font-weight: bold;
  font-size: var(--font-14);
  position: relative;
  padding-left: 20px;
}

.eventPage .itemList .item dd::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_time.svg) no-repeat center / contain;
}

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

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

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

/*スタッフコラム:一覧*/
.columnPage .itemList .item + .item {
  margin-top: var(--gutter-supernarrow);
}

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

.columnPage .itemList .item .photo {
  width: 225px;
  height: auto;
  aspect-ratio: 225 / 150;
  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;
}

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

.columnPage .itemList .item .date {
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
  font-size: var(--font-14);
  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;
}

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

/*
===== よくある質問:qaPage ==========================================
*/
.qaPage #bread {
  color: var(--color-white);
}

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

.qaPage .ttlWrap {
  background: var(--color-blue);
}

.qaPage .ttlWrap::after {
  content: none;
}

.qaPage .mainTtlWrap {
  margin-bottom: var(--gutter-narrow);
  text-align: center;
}

.qaPage .mainTtlWrap__icon {
  margin-bottom: 15px;
}

.qaPage .mainTtlWrap__ttl {
  color: var(--color-white);
  display: block;
  font-size: clamp(2.4rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.mainTtlWrap__ttl::after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: -4px;
  background: url(../img/page/qa/icon_light.svg) no-repeat center / contain;
}

.qaPage .mainTtlWrap__ttl span {
  font-size: clamp(3rem, 4vw, 4rem);
}

.qaPage .mainTtlWrap__ttl--dot {
  background-image: radial-gradient(circle at center, var(--color-yellow) 18%, transparent 18%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  padding-top: .3em;
}

.qaPage .mainTtlWrap__txt {
  color: var(--color-white);
  font-size: var(--font-18);
}

.qaPage .ttl__subList {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: var(--width-content);
}

.qaPage .ttl__subItem {
  background: var(--color-white);
  border-radius: var(--rad-common);
  color: var(--color-blue);
  text-align: center;
  width: calc((90% / 3) - 10px);
  padding: 20px;
}

.qaPage .ttl__subItem__ttl {
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: bold;
  margin: 10px 0;
}

.ttl__subItem__txt {
  color: var(--color-black);
  font-size: var(--font-16);
}

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

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

.qaPage #accordion li {
  margin-bottom: 5px;
  border: 1px solid var(--color-blue);
  border-radius: var(--rad-common);
}

.qaPage #accordion dt {
  color: var(--color-blue);
  font-size: var(--font-16);
  font-weight: bold;
  padding: 15px 60px 15px 65px;
  position: relative;
}

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

.qaPage #accordion dt::before {
  content: "Q";
  color: var(--color-blue);
  font-family: var(--font-en);
  font-weight: 900;
  font-size: var(--font-30);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.qaPage #accordion dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.3s ease;
}

.qaPage #accordion dt.open:after {
  transform: translateY(-35%) rotate(-135deg);
}

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

.qaPage #accordion dd .itemList__answer {
  border-top: 1px dashed var(--color-blue);
  padding-top: 15px;
}

.qaPage #accordion dd .itemList__answer a {
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
}

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

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

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

.recordPage .cate_syubetu {
  font-size: var(--font-14);
}

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

.recordPage .itemList .List li.item {
  width: calc((100% / 3) - 2%);
  margin-bottom: var(--gutter-narrow);
  position: relative;
}

.recordPage .itemList .List li.item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: 1px solid var(--color-blue);
  border-radius: var(--rad-common);
  padding: 1rem;
  transition: all 0.5s ease;
  box-sizing: border-box;
}

@media (any-hover:hover) {
  .recordPage .itemList .List li.item a:hover {
    opacity: 1;
    box-shadow: 3px 3px 0 var(--color-blue);
    transition: all 0.5s ease;
  }
}

.recordPage .itemList li.item .iconWrap {
  position: absolute;
  top: 20px;
  left: 20px;
}

.recordPage .itemList li.item .iconWrap .icon_txt {
  width: 40px;
  height: 40px;
  padding: 12px 0;
}

.recordPage .itemList .item__detail h2 {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  padding-top: 10px;
}

.recordPage .itemList .item__cateWrap {
  margin-top: 1rem;
}

.recordPage .itemList .item__cateWrap .cate_syubetu {
  color: var(--color-darkgray);
  font-size: var(--font-12);
  line-height: 1;
}

.recordPage .itemList .photo {
  width: 100%;
  height: 250px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

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

.recordPage .itemList .item__detailTxt {
  margin-top: 1rem;
}

/*お客様の声:詳細*/
.recordPage__imgBox img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: var(--rad-common);
}

.recordPage .recordPage__cateBox {
  margin-top: var(--gutter);
}

.recordPage .recordPage__cateBox span {
  color: var(--color-blue);
  font-size: var(--font-16);
  border: 1px solid var(--color-blue);
  border-radius: var(--rad-common);
  padding: 3px 10px;
}

.recordPage .recordTtl {
  padding: .5em .7em;
  border-radius: var(--rad-common);
  background-color: var(--color-blue);
  color: var(--color-white);
  font-size: var(--font-24);
  font-weight: bold;
  margin-bottom: var(--gutter-narrow);
}

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

.recordPage__customerBox p {
  font-size: var(--font-16);
}

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

.recordPage__qaBox .qaBox__item + .qaBox__item {
  margin-top: var(--gutter-supernarrow);
  padding-top: var(--gutter-supernarrow);
  border-top: 1px solid var(--color-blue);
}

.recordPage__qaBox h3 {
  font-size: var(--font-20);
  font-weight: bold;
  padding-left: 50px;
  padding-bottom: 1rem;
  position: relative;
}

.recordPage__qaBox h3 .font_en {
  font-size: 1.2em;
  font-weight: 900;
  color: var(--color-blue);
  position: absolute;
  left: 0;
}

.recordPage__qaBox .qaBox__text p {
  margin-top: 5px;
  font-size: var(--font-16);
}

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

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

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

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

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

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

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

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

.recordPage__staffBox .staffBox__comment h4 {
  font-size: var(--font-20);
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.recordPage__staffBox .staffBox__comment p {
  font-size: var(--font-16);
}

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

.recordPage__otherBox .otherBox__ttl {
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: var(--gutter-supernarrow);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-blue);
}

.recordPage__otherBox .otherBox__ttl::before,
.recordPage__otherBox .otherBox__ttl::after {
  background-color: var(--color-blue);
  content: "";
  height: 1px;
  flex-grow: 1;
}

.recordPage__otherBox .otherBox__ttl::before {
  margin-right: 1.5rem;
}

.recordPage__otherBox .otherBox__ttl::after {
  margin-left: 1.5rem;
}

.recordPage__otherBox .otherBox__list {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 2vw, 30px);
}

.recordPage__otherBox .otherBox__listItem {
  width: calc((100% / 3) - 20px);
}

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

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

.recordPage__otherBox .otherBox__listItem h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: var(--font-16);
  font-weight: bold;
}

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

.shopPage .shopInfoBox {
  margin-top: var(--gutter);
}

.shopPage .shopInfoBox .shopInfoBox__inner {
  padding: clamp(2rem, 4vw, 4.5rem);
  margin-bottom: var(--gutter);
}

/*
===== スタッフ紹介: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: var(--rad-common);
}

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

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

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

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

.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: 1px solid var(--color-blue);
  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: 1px solid var(--color-blue);
}

.staffPage #articleBox dl dd {
  width: 66%;
  padding: 20px;
  border-bottom: 1px solid var(--color-blue);
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

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

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

/*
===== 選ばれる理由:reasonPage ==========================================
*/
/* ttlWrap */
.reasonPage__ttlWrap {
  position: relative;
  width: 100%;
  padding: 60px 20px 50px;
  text-align: center;
  background: url(../img/page/reason/bg_reasonPage_ttl.webp) no-repeat center / cover;
  overflow: hidden;
}

.reasonPage__ttlWrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-lightblue);
  opacity: 0.8;
}

.reasonPage__ttlWrap__label,
.reasonPage__ttlWrap__ttl,
.reasonPage__ttlWrap__lead {
  position: relative;
  z-index: 1;
}

.reasonPage__ttlWrap__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--font-24);
  font-weight: 900;
  color: var(--color-blue);
  margin-bottom: 10px;
}

.reasonPage__ttlWrap__label__line {
  width: 62px;
  height: 4px;
  border-radius: var(--rad-full);
  background: var(--color-yellow);
}

.reasonPage__ttlWrap__ttl {
  margin-bottom: 20px;
}

.reasonPage__ttlWrap__ttl__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 440px;
  padding: 15px 30px;
  background: var(--color-blue);
  border-radius: var(--rad-common);
  color: var(--color-white);
}

.reasonPage__ttlWrap__ttl__small,
.reasonPage__ttlWrap__ttl__right {
  font-size: var(--font-20);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: .05em;
  text-align: right;
}

.reasonPage__ttlWrap__ttl__num {
  font-family: var(--font-en);
  font-size: clamp(5.5rem, 6vw, 10rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .05em;
}

.reasonPage__ttlWrap__ttl__right {
  font-size: var(--font-30);
}

.reasonPage__ttlWrap__lead {
  font-size: var(--font-20);
  font-weight: 600;
  line-height: 1.6;
  color: var(--color-black);
}

/* reasonNav */
.reasonNav {
  margin-top: 60px;
}

.reasonNav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.reasonNav__item {
  width: calc(25% - 15px);
}

.reasonNav__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 15px 10px 30px;
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  border-radius: var(--rad-common);
  color: var(--color-white);
  text-align: center;
  transition: all 0.5s ease;
  position: relative;
}

.reasonNav__btn::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  transform: translateX(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.reasonNav__btn__num {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: var(--font-14);
  font-family: var(--font-en);
  font-weight: 900;
}

.reasonNav__btn__num__index {
  font-size: var(--font-20);
  line-height: 1;
}

.reasonNav__btn__ttl {
  font-size: var(--font-22);
  font-weight: bold;
}

@media (any-hover:hover) {
  .reasonNav__btn:hover {
    opacity: 1;
    background: var(--color-white);
    color: var(--color-blue);
  }
  
  .reasonNav__btn:hover::after {
    border-color: var(--color-blue);
  }
}

/* reasonItem 共通 */
.reasonPage__inner {
  display: flex;
  flex-direction: column;
  gap: var(--gutter-wide);
  margin-top: var(--gutter-wide);
}

.reasonItem {
  scroll-margin-top: 100px;
}

.reasonItem__head {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-bottom: 15px;
}

.reasonItem__num {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-en);
  font-weight: 900;
  color: var(--color-blue);
  line-height: 1;
}

.reasonItem__num__index {
  font-size: clamp(4.8rem, 5vw, 8rem);
}

.reasonItem__num__label {
  font-size: var(--font-20);
}

.reasonItem__heading {
  position: relative;
  display: inline-block;
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  font-weight: 900;
  color: var(--color-blue);
  letter-spacing: .05em;
  line-height: 1.3;
}

.reasonItem__lead {
  font-size: var(--font-22);
  font-weight: bold;
  color: var(--color-blue);
  letter-spacing: .05em;
  margin-bottom: 20px;
}

.reasonItem__text {
  font-size: var(--font-16);
  line-height: 1.4;
}

/* reason01 */
.reason01__body {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: var(--gutter);
}

.reason01__stats {
  flex-shrink: 0;
  width: 280px;
}

.reason01__stats img {
  width: 100%;
  height: auto;
}

.reason01__gallery {
  display: flex;
  gap: 20px;
  flex: 1;
}

.reason01__gallery__item {
  flex: 1;
  aspect-ratio: 250 / 200;
}

.reason01__gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rad-common);
}

/* reason02 */
.reason02__row {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: var(--gutter);
}

.reason02__row .reasonItem__text {
  flex: 1;
}

.reason02__flow {
  flex-shrink: 0;
  width: 400px;
}

.reason02__flow img {
  width: 100%;
  height: auto;
}

.reason02__ad {
  margin-top: var(--gutter);
  padding: 40px;
  background: var(--color-lightblue);
  border-radius: var(--rad-common);
}

.reason02__ad__ttl {
  text-align: center;
  font-size: var(--font-26);
  font-weight: 900;
  color: var(--color-blue);
  letter-spacing: .05em;
  margin-bottom: var(--gutter);
}

.reason02__pointList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.reason02__point {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.reason02__point__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reason02__point__num {
  font-family: var(--font-en);
  font-weight: 900;
  color: var(--color-blue);
  line-height: 1;
  font-size: var(--font-26);
  white-space: nowrap;
}

.reason02__point__num span {
  font-size: 1.4em;
  margin-left: 4px;
}

.reason02__point__txt {
  font-size: var(--font-16);
  font-weight: bold;
  color: var(--color-black);
}

.reason02__point__img {
  flex-shrink: 0;
  width: 260px;
  aspect-ratio: 260 / 170;
}

.reason02__point__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rad-common);
}

/* reason03 */
.reason03__gallery {
  display: flex;
  gap: 20px;
  margin-top: var(--gutter);
}

.reason03__gallery__item {
  flex: 1;
  aspect-ratio: 380 / 230;
}

.reason03__gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rad-common);
}

/* reason04 */
.reason04__row {
  display: flex;
  gap: 50px;
  margin-top: var(--gutter);
}

.reason04__row .reasonItem__text {
  flex: 1;
}

.reason04__img {
  flex-shrink: 0;
  width: 500px;
  aspect-ratio: 500 / 280;
}

.reason04__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rad-common);
}

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

  /*
  ===== よくある質問:qaPage ==========================================
  */
  .qaPage .ttl__subList {
    width: 98%;
  }
  .qaPage .ttl__subItem {
    width: calc((100% / 3) - 10px);
  }

  /*
  ===== 選ばれる理由:reasonPage ==========================================
  */
  .reasonPage__ttlWrap__ttl__badge {
    min-width: unset;
  }

  .reasonNav__item {
    width: calc(50% - 15px);
  }

  .reason02__row,
  .reason04__row {
    flex-direction: column;
  }

  .reason02__point__txt {
    font-size: 1.3rem;
  }

  .reason02__point__img {
    width: 200px;
  }

}

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

  .singlePage #articleBox .notice_tbl th {
    width: 100%;
    padding: 10px;
    display: block;
    border: none;
  }

  .singlePage #articleBox .notice_tbl td {
    padding: 10px;
    border: none;
    display: block;
  }

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

  .singlePage #btnBox p.btn_reserve,
  .singlePage #btnBox p.btn_end {
    width: 100%;
  }

  .singlePage #btnBox p.btn_reserve a {
    margin: 0 auto;
    width: 90%;
  }

  .singlePage #btnBox p.btn_end {
    width: 90%;
    border-radius: 5px;
  }

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

  .singlePage #articleBox .notice_tbl td span.btn_access {
    margin: 0;
  }

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

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

  /*
===== 中古を買ってリフォーム:renovationPage ==========================================
*/
  .reformPage .ttlWrap .mainTtl {
    padding: 2.5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .columnPage .itemList li.item .info {
    width: 68%;
  }

  .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 .ttlWrap {
    padding: 35px 10px 20px;
  }

  .qaPage .ttl__subList {
    flex-direction: column;
    width: 100%;
  }

  .qaPage .ttl__subItem {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
  }

  .ttl__subItem__content {
    text-align: left;
  }

  .qaPage .ttl__subItem__ttl {
    margin: 0;
  }

  /*
  ===== お客様の声:recordPage ==========================================
  */
  /*お客様の声:一覧*/
  .recordPage .itemList .List {
    flex-direction: column;
  }

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

  /* 詳細 */
  .recordPage__imgBox img {
    aspect-ratio: 3 / 2;
  }

  .recordPage__otherBox .otherBox__listItem {
    width: calc((100% / 3) - 8px);
  }

  /*//////////////
店舗案内：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: 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-lightblue);
    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 {
    padding: 10px;
    width: 100%;
  }

  .staffPage #articleBox dl dd {
    padding: 10px;
    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;
    background: var(--color-blue);
    color: var(--color-white);
    padding: 10px;
  }

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

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

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

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

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

  .staffPage #columnlinkBox a {
    display: block;
  }

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

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

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

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

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

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

  /*
===== プライバシーポリシー:privacyPage ==========================================
*/
  .privacyPage .contents-inner 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 {
    flex-direction: column;
    width: 90%;
  }

  .sitemapPage .sitemap__listWrap {
    width: 100%;
  }

  .sitemapPage .contents-inner ul {
    width: 100%;
    padding-left: 10px;
  }

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

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

  .contactPage .contact_note {
    margin: 10px;
  }

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

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

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

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

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

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

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

  /*
  ===== 選ばれる理由:reasonPage ==========================================
  */
  .reasonPage__ttlWrap {
    padding: 100px 10px 20px;
    background-position: center bottom -30px;
  }

  .reasonPage__ttlWrap__ttl__badge {
    min-width: unset;
    width: 90%;
    flex-wrap: wrap;
    padding: 15px;
  }

  .reasonPage__ttlWrap__ttl__small {
    font-size: 1.5rem;
  }

  .reasonPage__ttlWrap__lead {
    font-size: 1.4rem;
  }

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

  .reasonNav__list {
    gap: 10px;
  }

  .reasonNav__item {
    width: calc(50% - 5px);
  }

  .reasonNav__btn__ttl {
    font-size: 1.4rem;
  }

  .reasonPage__inner {
    gap: var(--gutter-wide);
  }

  .reasonItem__head {
    align-items: center;
  }

  .reason01__body {
    flex-direction: column;
    gap: 10px;
  }

  .reason01__stats {
    width: 200px;
  }

  .reason01__gallery {
    width: 100%;
    gap: 5px;
  }

  .reason02__row,
  .reason04__row {
    flex-direction: column;
    gap: 20px;
  }

  .reason02__row .reasonItem__text,
  .reason04__row .reasonItem__text {
    width: 100%;
  }

  .reason04__img {
    width: 100%;
  }

  .reason02__flow {
    width: 100%;
    max-width: 400px;
  }

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

  .reason02__point__img {
    width: 100%;
  }

  .reason02__ad {
    padding: 20px;
  }

  .reason02__pointList {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .reason03__gallery {
    gap: 5px;
  }
}
