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

/*==================================================
	GENERAL SETTINGS
==================================================*/
.navigation {
  margin-top: var(--gutter);
  text-align: center;
}

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

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

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

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

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

/*共通アーカイブ*/
/* もっと見る */
.readMoreWrap {
  margin: var(--gutter) auto;
  position: relative;
}

.readMoreWrap input[type="checkbox"],
.readMoreWrap label {
  display: none;
}

/* 【もっと見る】3行以上になるときの高さ制限 */
.readMoreWrap.readMoreWrap--overflow .readMoreWrap__inner {
  position: relative;
  height: 155px;
  padding-bottom: 60px;
  overflow: hidden;
}

/* 【もっと見る】白いグラデ */
.readMoreWrap.readMoreWrap--overflow .readMoreWrap__inner::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #fff 50%);
}

/* 【もっと見る】全カテゴリー表示ボタン */
.readMoreWrap.readMoreWrap--overflow .readmoreLabel {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 20px 10px 30px;
  color: #fff;
  text-align: center;
  border-radius: var(--rad-common);
  background-color: var(--color-main);
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  font-size: 1.4rem;
  transition: opacity 0.3s;
}

@media (any-hover:hover) {
  .specialReadMoreWrap.specialReadMoreWrap--overflow .readmore.readmoreLabel:hover {
    opacity: 0.8;
  }
}

.readMoreWrap .readmoreLabel::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/common/icon_arrow_black_thin_01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) rotate(90deg);
  transition: top .3s, filter .3s;
  filter: grayscale(1) invert(1) brightness(2);
  z-index: 3;
}

.readMoreWrap .readmoreLabel::before {
  content: '全カテゴリー表示';
}

.readMoreWrap input[type="checkbox"]:checked~.readmoreLabel::before {
  content: 'カテゴリーをたたむ';
}

.readMoreWrap input[type="checkbox"]:checked~.readmoreLabel::after {
  transform: translateY(-50%) rotate(-90deg);
}

/* 【もっと見る】開いた時に高さ制限OFF */
.readMoreWrap input[type="checkbox"]:checked~.readMoreWrap__inner {
  height: auto;
}

/* 【もっと見る】開いた時にグラデ消す */
.readMoreWrap input[type="checkbox"]:checked~.readMoreWrap__inner::before {
  display: none;
}

.archivePage__termList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  justify-content: center;
  text-align: center;
}

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

@media (any-hover:hover) {
  .archivePage__termItem a:hover {
    background-color: var(--color-black);
    color: #fff;
    opacity: 1;
  }
}

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

.archivePage__termItem.current a:hover {
  color: #fff;
}

/*共通シングル*/
.singlePage iframe {
  max-width: 100%;
}

.singlePage #titleBox .secTtl {
  margin: var(--gutter-supernarrow) auto var(--gutter-narrow);
  text-align: left;
}

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

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

.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: var(--gutter-medium);
}

.singlePage__btn {
  display: block;
  width: min(90vw, 380px);
  height: auto;
  aspect-ratio: 320 / 70;
  margin: 0 auto;
  color: #fff;
  background: var(--color-black);
  border: 2px solid var(--color-black);
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: var(--rad-common);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding-right: 10px;
  overflow: hidden;
  transition: color .3s ease-in-out .1s;
}

.singlePage__btn--end {
  background: var(--color-gray);
  border: none;
  padding: 0;
  color: #fff;
}

.singlePage__btn--reserve::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_arrow_black_normal_01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%) rotate(90deg);
  transition: top .3s ease-in-out .1s, filter .3s ease-in-out .1s;
  filter: grayscale(1) invert(1) brightness(2);
}

.singlePage__btn--reserve::before {
  content: "";
  background: #fff;
  display: block;
  width: 150%;
  height: 150%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1, 0);
  transform-origin: right bottom;
  z-index: -1;
  transition: transform .3s ease-in-out .1s;
}

@media (any-hover:hover) {
  .singlePage__btn--reserve:hover {
    color: var(--color-black);
    opacity: 1;
  }

  .singlePage__btn--reserve:hover::before {
    transform-origin: right top;
    transform: translate(-50%, -50%) scale(1, 1);
  }

  .singlePage__btn--reserve:hover::after {
    filter: none;
    top: 58%;
  }
}

.singlePage__btn--reserve {
  animation: animation-singlePage__btn 2s ease-out infinite;
}

@keyframes animation-singlePage__btn {
  0%, 40%, 60%, 80% {
    transform: translateY(0);
  }

  50%, 70% {
    transform: translateY(5px);
  }
}

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

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

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

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

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

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

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

.singlePage #toc_container .toc_title .toc_toggle {
  font-size: 1.2rem;
}

.singlePage #content #toc_container .toc_list {
  padding: 0;
}

.singlePage #content #toc_container .toc_list li {
  list-style: none;
  border-bottom: 1px dotted var(--color-lightgray);
  padding-bottom: .5em;
  margin-bottom: .5em;
  position: relative;
}

.singlePage #content #toc_container .toc_list li:last-child {
  border: 0;
  padding-bottom: 0;
}

.singlePage #content #toc_container .toc_list li ul {
  border-top: 1px dotted var(--color-lightgray);
  padding: 1em 0 0 0;
  margin: 0;
}

.singlePage #content #toc_container .toc_list li ul li {
  margin-left: 1.5em;
}

.singlePage #content #toc_container .toc_list li .toc_number {
  color: var(--color-gray);
}

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

.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,
.singlePage #content h2 {
  font-size: 2.4rem;
  border-left: 5px solid var(--color-main);
  padding: 0 0 0 .5em;
}

.singlePage #content h3 {
  font-size: 2.2rem;
  border-bottom: 3px solid var(--color-main);
  padding: 0 0 .5em;
}

.singlePage #content h4 {
  font-size: 2rem;
  background: var(--color-palegray);
  padding: .5em;
}

.singlePage #content h5 {
  font-size: 2rem;
  border-top: 1px solid var(--color-lightgray);
  border-bottom: 1px solid var(--color-lightgray);
  padding: .5em 0;
}

.singlePage #content h6 {
  font-size: 1.8rem;
  border-bottom: 1px dashed var(--color-lightgray);
  padding: 0 0 .5em;
}

.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:not(.singlePage__btn) {
  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ここまで */


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

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

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

.topicsArchive__iconWrap {
  display: flex;
  gap: 5px 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.topicsArchive__date {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: var(--font-en);
}

.topicsArchive__itemTtl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: color .3s ease-in-out .1s;
}

.topicsArchive__item a {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--color-black);
  padding: 30px 0;
  position: relative;
}

.topicsArchive__item:first-child a {
  padding-top: 0;
}

.topicsArchive__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s ease-in-out .1s;
}

@media (any-hover:hover) {
  .topicsArchive__item a:hover {
    opacity: 1;
  }

  .topicsArchive__item a:hover .topicsArchive__itemTtl {
    color: var(--color-red);
  }

  .topicsArchive__item a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/*
===== スタッフコラム:columnPage ==========================================
*/

/*スタッフコラム:一覧*/
.columnArchive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4%;
}

.columnArchive__item {
  width: 48%;
}

.columnArchive__iconWrap {
  display: flex;
  gap: 5px 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.columnArchive__date {
  font-weight: bold;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  line-height: 1.4;
  font-family: var(--font-en);
}

.columnArchive__itemTtl {
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  line-height: 1.5;
}

.columnArchive__itemLink {
  display: flex;
  gap: 15px 20px;
  align-items: flex-start;
  border-bottom: 1px solid var(--color-black);
  padding: 35px 0;
  position: relative;
  width: 100%;
  height: 100%;
}

.columnArchive__photo {
  width: min(40%, 300px);
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: var(--rad-common);
  overflow: hidden;
  flex-shrink: 0;
}

.columnArchive__photoImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out .05s;
}

.columnArchive__itemLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s ease-in-out .05s;
}

@media (any-hover:hover) {
  .columnArchive__itemLink:hover {
    opacity: 1;
  }

  .columnArchive__itemLink:hover .columnArchive__photoImg {
    transform: scale(1.1);
  }

  .columnArchive__itemLink:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}


/*スタッフコラム:詳細*/
.columnSingle__annotation {
  text-align: center;
  font-size: 1.4rem;
  padding: 1.5em;
  background-color: var(--color-palered);
  line-height: 1.6;
  font-weight: bold;
}

/*
===== よくある質問:qaPage ==========================================
*/

.qaPage .archivePage__termList {
  margin: var(--gutter) auto;
}

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

.qaBox__link {
  position: absolute !important;
  top: 2px;
  right: 0;
  position: relative;
}

.qaBox__category {
  font-weight: bold;
  font-size: clamp(2rem, 3vw, 2.4rem);
  text-align: center;
  color: var(--color-main);
  margin-bottom: var(--gutter-supernarrow);
}

.qaBox__wrapper {
  border: 1px solid var(--color-lightredgray);
  overflow: hidden;
  border-radius: var(--rad-common);
  margin-bottom: var(--gutter-supernarrow);
}

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

.qaBox__list:not(:last-child) {
  margin-bottom: var(--gutter);
}

.qaBox__question {
  display: block;
  width: 100%;
  padding: 25px 60px 25px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  display: flex;
  line-height: 1.2;
  gap: 15px;
  align-items: flex-start;
  transition: transform .3s ease-in-out .1s;
}

.qaBox__questionTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  min-height: 2.5em;
}

.qaBox__question:hover {
  cursor: pointer;
  opacity: 1;
}

.qaBox__question::before {
  content: "Q";
  width: clamp(35px, 5vw, 45px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--rad-common);
  background: var(--color-black);
  color: #fff;
  line-height: 1;
  font-family: var(--font-en);
}


.qaBox__question::after {
  content: "";
  background-color: var(--color-palered);
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform .3s ease-in-out;
  width: 100%;
  height: 100%;
  z-index: -1
}

@media (any-hover:hover) {
  .qaBox__question:hover::after {
    transform: scaleX(1);
    transform-origin: left top
  }
}

.qaBox__question::-webkit-details-marker {
  display: none;
  /* safariの▶アイコン削除 */
}

.qaBox__answer {
  padding: 30px 20px;
  line-height: 1.6;
  position: relative;
  display: flex !important;
  gap: 15px;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  align-items: flex-start;
}

.qaBox__answer::before {
  content: "A";
  width: clamp(35px, 5vw, 45px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--rad-common);
  background: var(--color-main);
  color: #fff;
  line-height: 1;
  font-family: var(--font-en);
}

.qaBox__answerContents {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  min-height: 2.8em;
  padding-top: 0.3em;
  line-height: 1.8;
}

.qaBox__btn {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* アコーディオンが開いた時のスタイル */
.qaBox__wrapper[open] .qaBox__btn::before {
  opacity: 0;
}

.qaBox__wrapper[open] .qaBox__question::after {
  transform: scaleX(1);
  transform-origin: left top
}

/* アイコンのバーのスタイル */
.qaBox__btn::before,
.qaBox__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--color-black);
  transition: opacity .2s;
}

.qaBox__btn::before {
  width: 2px;
  height: 20px;
}

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

/*
===== お客様の声:voicePage ==========================================
*/
.voiceSingle .ttlWrap {
  display: none;
}

.voiceSingle #bread {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.voiceSingle__secTtl {
  font-size: clamp(2.4rem, 4.2vw, 3rem);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto var(--gutter-narrow);
}

.voiceingle__heading {
  background: var(--color-palegray);
  position: relative;
  z-index: 0;
  padding: var(--gutter) 0 var(--gutter-medium);
}

.voiceingle__headingInner {
  display: flex;
  justify-content: center;
  gap: var(--gutter-medium);
  align-items: center;
}

.voiceingle__headingTxtBox {
  width: 55%;
}

.voiceSingle__mainTtl {
  font-size: clamp(2.5rem, 4vw, 3.6rem);
  font-weight: bold;
  position: relative;
}

.voiceSingle__iconWrap {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  margin-top: var(--gutter-supernarrow);
  display: flex;
  align-items: center;
  gap: 5px 15px;
  flex-wrap: wrap;
}

.voiceSingle__photo {
  width: 45%;
  height: auto;
  z-index: 1;
  aspect-ratio: 9 / 10;
  border-radius: var(--rad-common);
  overflow: hidden;
}

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

.voiceSingle__ownerBox {
  margin-top: var(--gutter-medium);
  font-size: 1.6rem;
}

.voiceSingle__ownerItemTtl {
  color: var(--color-red);
  font-weight: bold;
  width: 6em;
  display: block;
  flex-shrink: 0;
}

.voiceSingle__ownerBox {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 5px 0 5px 20px;
  border-left: 2px solid var(--color-red);
}

.voiceSingle__ownerItem {
  display: flex;
}

.voiceSingle__ownerLink {
  text-decoration: underline;
}

@media (any-hover:hover) {
  .voiceSingle__ownerLink:hover {
    opacity: 1;
    color: var(--color-red);
    text-decoration: underline;
  }
}

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

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

.voiceSingle__galleryTtl {
  font-size: clamp(3.2rem, 4vw, 5rem);
  font-weight: bold;
  font-family: var(--font-en);
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: var(--gutter-narrow);
}

.voiceSingle__galleryImgWrap {
  aspect-ratio: 1 / 1;
  border-radius: var(--rad-common);
  overflow: hidden;
}

.voiceSingle__galleryImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out .05s;
}

@media (any-hover:hover) {
  .voiceSingle__galleryImgWrap:hover {
    opacity: 1;
  }

  .voiceSingle__galleryImg:hover {
    transform: scale(1.05);
  }
}

/* 間取り */
.voiceSingle__madoriBox {
  padding: var(--gutter) 0;
  margin: var(--gutter) auto 0;
  background-color: var(--color-palered);
}

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

.voiceSingle__madoriItem {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.voiceSingle__madoriImg {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: var(--rad-common);
  overflow: hidden;
}

.voiceSingle__madoriImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out .05s;
}

.voiceSingle__madoriTxt {
  font-weight: bold;
}

@media (any-hover:hover) {
  .voiceSingle__madoriImg a:hover {
    opacity: 1;
  }

  .voiceSingle__madoriImg a:hover img {
    transform: scale(1.05);
  }
}

/* この事例のブランドはこちら */
.voiceSingle__brandBox {
  margin-top: var(--gutter);
}

.voiceSingle__brandLink {
  width: min(500px, 100%);
  margin: 0 auto;
  display: block;
}

.voiceSingle__brandLink img {
  transition: transform .3s ease-in-out .05s;
}

@media (any-hover:hover) {
  .voiceSingle__brandLink:hover {
    opacity: 1;
  }

  .voiceSingle__brandLink:hover img {
    transform: scale(1.05);
  }
}

/*
===== 店舗案内：shopPage ==========================================
*/
.shopPage .ttlWrap {
  display: none;
}

.shopPage .eventBox {
  padding: var(--gutter-medium) 0;
  background-color: var(--color-palered);
  margin: var(--gutter-medium) auto var(--gutter-narrow);
}

.shopPage__btnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
  margin: var(--gutter-narrow) auto;
}

.shopInfoBox__imgList .slick-arrow.slick-prev,
.shopInfoBox__imgList .slick-arrow.slick-next {
  z-index: 1001 !important;
}

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

.shopInfoBox__imgList.slick-initialized .shopInfoBox__img {
  display: block;
}

/*
===== 購入の流れ：flowPage==========================================
*/
.flowPage .eventBox {
  margin: var(--gutter) auto;
}

/*
===== スタッフ紹介:staffPage ==========================================
*/
/*一覧*/
.staffArchive__list {
  display: flex;
  flex-wrap: wrap;
}

.staffArchive__item {
  width: 33%;
  margin-bottom: 30px;
}

.staffArchive__item a {
  display: block;
}

.staffArchive__photo {
  display: block;
  width: 70%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: var(--rad-common);
  border: 1px solid var(--color-lightgray);
}

.staffArchive__photo img {
  object-fit: contain;
  width: 100% !important;
  height: 100% !important;
}

.staffArchive__info {
  text-align: center;
}

.staffArchive__subTtl {
  margin-bottom: 10px;
}

.staffArchive__ttl {
  font-size: 1.2em;
  font-weight: bold;
}

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

.staffSingle__firstInner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  width: min(var(--width-content), 96%);
  margin-right: auto;
  margin-left: auto;
}

.staffSingle__photoWrap {
  width: 40%;
  flex-shrink: 0;
}

.staffSingle__photo {
  text-align: center;
}

.staffSingle__ttlBox {
  text-align: center;
  margin-top: 10px;
}

.staffSingle__subTtl {
  margin-bottom: 5px;
  display: inline-block;
}

.staffSingle__ttl {
  font-size: 1em;
}

.staffSingle__ttlBig {
  font-weight: bolder;
  font-size: 1.8em;
}

.staffSingle__messageBox {
  flex-grow: 1;
}

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

.staffSingle__profileBox {
  width: min(96%, var(--width-content));
}

.staffSingle__profileItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.staffSingle__profileTtl {
  width: 26%;
  padding: 20px;
  font-weight: bold;
  border-bottom: dotted 1px var(--color-main);
}

.staffSingle__profileTxt {
  width: 66%;
  padding: 20px;
  border-bottom: 1px dotted var(--color-main);
  flex-grow: 1;
}

.staffSingle__columnLinkBox {
  margin: var(--gutter-medium) auto;
  text-align: center;
  position: relative;
}

.staffSingle__columnLinkBox a {
  border: 2px solid var(--color-main);
  background: #fff;
  color: var(--color-main);
  padding: 20px 40px 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  overflow: hidden;
  border-radius: var(--rad-common);
  z-index: 2;
  width: fit-content;
  margin: 0 auto;
  transition: color .3s ease-in-out .1s;
}


.staffSingle__columnLinkBox a::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_arrow_mainColor_normal_01.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: right .3s ease-in-out .1s, background .3s ease-in-out .1s;
}

.staffSingle__columnLinkBox a::before {
  content: "";
  background-color: var(--color-main);
  display: block;
  width: calc(100% + 20px);
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 1);
  transform-origin: right top;
  z-index: -1;
  transition: transform .3s ease-in-out .1s;
}

@media (any-hover:hover) {
  .staffSingle__columnLinkBox a:hover {
    color: #fff;
    opacity: 1;
  }

  .staffSingle__columnLinkBox a:hover::before {
    transform-origin: left top;
    transform: translate(-50%, -50%) scale(1, 1);
  }

  .staffSingle__columnLinkBox a:hover::after {
    right: 10px;
    background: url(../img/common/icon_arrow_white_normal_01.svg) no-repeat center / contain;
  }
}

.staffSingle__columnLinkPhoto {
  width: 80px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: var(--rad-common);
  vertical-align: middle;
  display: inline-block;
  border: 1px solid var(--color-lightgray);
  background-color: #fff;
}

.staffSingle__columnLinkPhoto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.staffSingle__columnLinkTxt {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

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

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


/*==================================================
  tablet SETTINGS : Min768px Max1080px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1080px) {

  /*
===== スタッフコラム:columnPage ==========================================
*/
  .columnArchive__item {
    width: 100%;
  }

  /*
===== お客様の声:voicePage ==========================================
*/
  .voiceSingle__galleryList {
    grid-template-columns: repeat(4, 1fr);
  }

  .voiceSingle__madoriList {
    gap: 10px;
  }

}

/*==================================================
  SP SETTINGS : Max767px
==================================================*/
@media screen and (max-width: 767px) {

  /*==================================================
	GENERAL SETTINGS
==================================================*/
  .navigation {
    font-size: 1.2rem;
  }

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

  /*【共通アーカイブ】*/
  .archivePage__termList {
    justify-content: flex-start;
  }

  /*共通シングル*/
  .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 #mapBox .ttl {
    padding: 10px;
  }

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

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

  /*

  /*
===== スタッフコラム:columnPage ==========================================
*/

  /*スタッフコラム:一覧*/

  .columnArchive__item {
    width: 100%;
  }

  .columnArchive__itemLink {
    flex-direction: column;
  }

  .columnArchive__item:first-child .columnArchive__itemLink {
    padding-top: 0;
  }

  .columnArchive__photo {
    width: 100%;
    margin: 0 auto;
  }

  /*スタッフコラム:詳細*/
  .columnSingle__annotation {
    padding: 1em;
    text-align: left;
  }

  /*
===== よくある質問:qaPage ==========================================
*/

  .qaBox__question {
    padding-right: clamp(50px, 16vw, 55px);
  }


  /*
===== お客様の声:voicePage ==========================================
*/
  /*お客様の声:詳細*/
  .voiceingle__headingInner {
    flex-direction: column;
  }

  .voiceingle__headingTxtBox {
    width: 100%;
  }

  .voiceSingle__photo {
    width: 100%;
  }

  .voiceingle__heading {
    padding-top: var(--gutter-wide);
  }

  .voiceSingle__galleryList {
    grid-template-columns: repeat(3, 1fr);
  }

  /* 間取り */
  .voiceSingle__madoriList {
    flex-direction: column;
  }

  .voiceSingle__madoriItem {
    width: 100%;
  }

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


  /*//////////////
スタッフ紹介：staffPage
////////////////////////*/
  /*一覧*/
  .staffArchive__list {
    justify-content: space-between;
  }

  .staffArchive__item {
    width: 50%;
  }


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

  .staffSingle__firstInner {
    flex-direction: column;
  }

  .staffSingle__photoWrap {
    width: 100%;
  }

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

  .staffSingle__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .staffSingle__ttlBox {
    padding: 20px;
    background-color: var(--color-palegray);
    margin-top: 0;
  }

  .staffSingle__ttlBig {
    font-size: 16px;
    margin-right: 20px;
  }

  .staffSingle__messageBox {
    width: 90%;
    margin: 20px auto;
  }

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

  .staffSingle__profileTtl {
    color: #fff;
    padding: 10px;
    background-color: var(--color-main);
    margin-bottom: 1px;
    width: 100%;
  }

  .staffSingle__profileTxt {
    padding: 10px;
    background: var(--color-palegray);
    width: 100%;
    border-bottom: none;
  }

  .staffSingle__messageBox {
    margin: 20px 10px;
  }

  .staffSingle__messageTtl {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }

  .staffSingle__messageTxt {
    margin-bottom: 20px;
  }

  .staffSingle__columnLinkPhoto {
    width: 50px;
  }

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

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