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

/*==================================================
	GENERAL SETTINGS
==================================================*/

.archivePage__txt {
  text-align: center;
  margin: 1em;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
}

.archivePage .introBox {
  margin: var(--gutter) auto;
}

.archivePage .introBox__txt {
  text-align: center;
  line-height: 2.4;
  padding: 0 1em;
  font-size: clamp(13px, 1.5vw, 16px);
}

.navigation {
  margin: 0 auto;
  padding: var(--gutter) 0;
  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);
  padding-bottom: var(--gutter-narrow);
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 10px 15px;
  margin: 2px;
}

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

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

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

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

.singlePage #titleBox .iconWrap {
  text-align: center;
}

.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: 6em;
  padding: 1em 0;
  border-bottom: 1px solid;
}

.singlePage #articleBox .notice_tbl th::after {
  content: "：";
}

.singlePage #articleBox .notice_tbl td {
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid;
}

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

.singlePage #articleBox .notice_tbl td span.btn_access a {
  font-size: .9em;
  padding: 5px 5px 5px 24px;
  display: inline-block;
  background: var(--color-main) url(../img/common/icon_mappin_wh.svg) no-repeat left 5px center / auto 1em;
  color: #FFF;
  line-height: 1;
}

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

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

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

.singlePage #btnBox p.btn_reserve a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%) rotate(45deg);
  transition: all .3s;
}

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

.singlePage #btnBox .link_archive {
  text-align: center;
  margin-top: 1em;
}

.singlePage #btnBox .link_archive a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: .7em;
  height: .7em;
  border-style: solid;
  border-width: 1px 1px 0 0;
  margin-left: 1em;
  transform: translateY(-2px) rotate(45deg) skew(10deg, 10deg);
  transition: all .3s;
}

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

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

.singlePage #mapBox {
  padding-top: 80px;
  margin-top: -50px;
  margin-bottom: var(--gutter);
}

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

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

.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-palegray);
  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-palegray);
  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-verypalegray);
  padding: .5em;
}

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

.singlePage #content h5 {
  font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);
  border-bottom: 1px dashed var(--color-palegray);
  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-verypalegray);
  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-palegray);
  border-left: 1px solid var(--color-palegray);
}

.singlePage #content table th {
  border-right: 1px solid var(--color-palegray);
  border-bottom: 1px solid var(--color-palegray);
}

.singlePage #content table td {
  border-right: 1px solid var(--color-palegray);
  border-bottom: 1px solid var(--color-palegray);
}

.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ここまで */


/*
===== ブランドコンセプト:coceptPage ==========================================
*/

.conceptPage .ttlWrap {
  background: var(--color-palegray) url(../img/page/concept/bg_concept_mainttl.webp) no-repeat center/ cover;
  height: 60vh;
  max-height: 600px;
  margin: 0 auto;
  color: #fff;
  padding: 1em 1em 3em 1em;
}

.conceptPage .mainTtl {
  text-shadow: 0px 0px 10px #000000CC;
}

.conceptPage .aboutBox {
  margin-top: var(--gutter);
  padding-top: var(--gutter);
}

#main.conceptPage .aboutBox__block01 .secTtl {
  font-size: clamp(1.8rem, 3.2vw, 3.6rem);
  text-align: left;
  padding: 0 10px;
}

.conceptPage .aboutBox__txt p {
  line-height: 2;
  font-size: clamp(14px, 1.5vw, 16px);
  padding: 10px;
}

.conceptPage .conceptPage .aboutBox__block02 .aboutBox__photo__item {
  display: block;
}

.conceptPage .conceptPage .aboutBox__block02 .aboutBox__photo__item--01 {
  width: 50%;
  aspect-ratio: 1;
  margin-left: 10%;
}

.conceptPage .aboutBox__block02 .aboutBox__photo__item--01 {
  width: 75%;
  overflow: hidden;
  margin: 10% 0 10% auto;
}

.conceptPage .aboutBox__block02 .aboutBox__photo__item--02 {
  width: 40%;
  overflow: hidden;
  margin: 10% var(--gutter) 10% auto;
}


/*4つの魅力*/
.conceptPage .attractBox {
  background: url(../img/page/concept/bg_attract.webp) no-repeat center / cover;
  padding: var(--gutter) 0;
}

.conceptPage .attractBox__txt {
  text-align: center;
  line-height: 2;
}

.conceptPage .attractBox__itemList {
  margin: var(--gutter-narrow) auto;
}

.conceptPage .attractBox__item {
  background: #717071;
  color: #fff;
  padding: clamp(10px, 1.5vw, 20px);
}

.conceptPage .attractBox__item dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.conceptPage .attractBox__item__head {
  padding: .5em;
  text-align: center;
}

.conceptPage .attractBox__item__ttl {
  font-size: clamp(16px, 2vw, 20px);
}

.conceptPage .attractBox__item__ttl__num {
  font-size: 1.4em;
}

.conceptPage .attractBox__item__icon {
  display: inline-block;
  width: 3em;
  height: 2em;
  vertical-align: middle;

}

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

.conceptPage .attractBox__item__txt {
  text-align: center;
  font-size: clamp(14px, 1.8vw, 20px);
  max-height: 4.5em;
}

.conceptPage .attractBox__item__btn {
  width: 100%;
  font-size: clamp(12px, 1.6vw, 16px);
}

.conceptPage .attractBox__item__btn a {
  display: block;
  background: var(--color-main);
  line-height: 1.2;
  padding: .5em 1em .5em .5em;
  position: relative;
  margin-top: 1em;
}

.conceptPage .attractBox__item__btn a::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 1em;
}

/*構造・性能*/
.conceptPage--performance .ttlWrap {
  background: var(--color-palegray) url(../img/page/concept/bg_performance_mainTtl.webp) no-repeat center/ cover;
  height: 30vh;
  max-height: 300px;
  margin: 0 auto;
  color: #fff;
  padding: 1em 1em 3em 1em;
}

.conceptPage .detailBox {
  padding: var(--gutter) 0;
}

.conceptPage .concept__detailTtl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}

.conceptPage .concept__detailTtl__head {
  color: var(--color-main);
  border-bottom: 1px solid var(--color-black);
}

.conceptPage .concept__detailTtl__head span {
  font-size: 1.6em;
}

.conceptPage .concept__detailTtl__icon {
  display: block;
  width: 72px;
  height: 64px;
  margin: 2em auto 1em;
}

.conceptPage .concept__detailTtl__txt {
  font-size: clamp(1.8rem, 5.6vw, 3.6rem);
  text-align: center;
}

.conceptPage .detailBox__inner {
  margin: var(--gutter) 0;
  padding-bottom: var(--gutter-narrow);
}

.conceptPage .concept__detail__secTtl {
  color: var(--color-main);
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  padding: 0 0 1em;
  border-bottom: 1px solid var(--color-black);
}

.conceptPage .concept__detail__txt {
  line-height: 2;
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
  padding: 1.5em 0;
}

/*設備・仕様*/
.conceptPage--spec .ttlWrap {
  background: var(--color-palegray) url(../img/page/concept/bg_spec_mainTtl.webp) no-repeat center/ cover;
  height: 30vh;
  max-height: 300px;
  margin: 0 auto;
  color: #fff;
  padding: 1em 1em 3em 1em;
}

.conceptPage .concept__detail__img__logo {
  display: inline-block;
  width: 50%;
}

/*
===== 新築プラン:planPage ==========================================
*/

.planPage .ttlWrap {
  background: var(--color-palegray) url(../img/page/plan/bg_plan_mainttl.webp) no-repeat center/ cover;
  height: 60vh;
  max-height: 600px;
  margin: 0 auto;
  color: #fff;
}

.planPage .mainTtl {
  text-shadow: 0px 0px 10px #000000CC;
}

/* スライド */
.planPage .planBox {
  background: var(--color-verypalegray);
  padding: var(--gutter-superwide) 0 var(--gutter);
  width: 100%;
  overflow: hidden;
}

.planPage .planBox__itemList {
  height: 80vh;
  max-height: 600px;
  position: relative;
  gap: 5%;
}

.planPage .planBox__itemList:not(.slick-slide) {
  display: flex;
  justify-content: center;
}

.planPage .planBox__item {
  width: 90%;
  max-width: calc(var(--width-content) - 40px);
  height: 80vh !important;
  max-height: 600px;
  aspect-ratio: 4 / 3;
  transition: opacity .5s linear;
  margin: 0 20px;
}

.planPage .planBox__item a {
  width: 100%;
  height: 100%;
}

.planPage .planBox__item:not(.slick-current) {
  opacity: .5;
}

/* スライドページャー */
.planPage .planBox__thumbList {
  width: 100%;
  max-width: var(--width-content);
  overflow: hidden;
  font-size: 0;
  z-index: 100;
  margin: var(--gutter-narrow) auto;
  display: flex;
  justify-content: center;
}

.planPage .planBox__thumbList .slick-track {
  justify-content: center !important;
}

.planPage .planBox__thumb {
  width: 120px !important;
  height: 100px !important;
  margin: 0 10px;
  opacity: .5;
}

.planPage .planBox__thumb.slick-current {
  opacity: 1;
}


.planPage .planBox__thumb:hover {
  cursor: pointer;
}

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

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

/*
===== ARCASA order ==========================================
*/

.orderPage .ttlWrap {
  background: var(--color-palegray) url(../img/page/order/bg_order_mainttl.webp) no-repeat center/ cover;
  height: unset;
  padding: 10% 0 2%;
  height: 80vh;
  max-height: 900px;
  margin: 0 auto;
  color: #fff;
}

.orderPage .ttlWrap .ttl__icon {
  margin-top: 3%;
  display: flex;
  justify-content: center;
  gap: 10%;
}

.orderPage .ttlWrap .ttl__icon__item {
  width: 30%;
  max-width: 240px;
}

.orderPage .introBox__ttl .ruby {
  font-size: .5em;
}

.orderPage .introBox__txt01 {
  text-align: center;
  margin-top: var(--gutter-narrow);
}

.orderPage .introBox__txt01 {
  font-size: clamp(24px, 3.8vw, 36px);
}

.orderPage .introBox__txt01__em__sub {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  margin: 0 .25em;
  position: relative;
  top: -.25em;
}

.orderPage .introBox__bnr {
  background: var(--color-palegray);
  max-width: 880px;
  margin: 1em auto var(--gutter-narrow);
  display: flex;
}

.orderPage .introBox__bnr__head {
  background: #4F4946;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: clamp(16px, 2.4vw, 20px);
  line-height: 1.5;
  padding: 0 1em;

}

.orderPage .introBox__bnr__body {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 0;
  position: relative;
}

.orderPage .introBox__bnr__badge {
  background: #fff;
  color: var(--color-darkred);
  font-weight: 500;
  width: 112px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  border-radius: 50vh;
  margin: 0 1em;
}

.orderPage .introBox__bnr__badge__main {
  font-size: 1.2em;
}

.orderPage .introBox__bnr__price__head {
  display: inline-block;
  line-height: 1.1;
}

.orderPage .introBox__bnr__price {
  font-size: 20px;
}

.orderPage .introBox__bnr__price__num {
  font-weight: 500;
  color: var(--color-darkred);
  font-size: clamp(40px, 7.2vw, 72px);
  line-height: 1;
}

.orderPage .introBox__bnr__price__unit {
  display: inline-flex;
  flex-direction: column-reverse;
  justify-content: center;
  vertical-align: text-bottom;
  font-size: clamp(20px, 3.2vw, 32px);
  line-height: 1.1;
}

.orderPage .introBox__bnr__price__tax {
  font-size: .5em;
}

.orderPage .introBox__bnr__caution {
  width: 100%;
  font-size: clamp(10px, 1vw, 12px);
  white-space: nowrap;
  text-align: center;
}

.orderPage .estatesOrderBox {
  background: var(--color-palegray);
  padding: var(--gutter-wide) 0;
}

#main .estatesOrderBox__ttl {
  margin-bottom: 0;
}

.orderPage .estatesOrderBox__txt01 {
  text-align: center;
  font-size: clamp(1.8rem, 4.8vw, 3.2rem);
  font-weight: 500;
  color: var(--color-darkred);
}

.orderPage .estatesOrderBox__btn {
  text-align: center;
  margin-top: var(--gutter-narrow);
}

.orderPage .estatesOrderBox__btn a {
  display: block;
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid var(--color-main);
  padding: 1em 3em 1em 2em;
  position: relative;
}

.orderPage .estatesOrderBox__btn a::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 1.5em;
}

.orderPage .reasonBox {
  padding: var(--gutter) 0;
}

.orderPage .reasonBox__txt01 {
  text-align: center;
  font-size: clamp(12px, 1.6vw, 16px);
}

.orderPage .reasonList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 5%;
  margin-top: var(--gutter);
}

.orderPage .reasonList__item .item__head {
  margin: .7em 0 .5em;
}

.orderPage .reasonList__item .item__content {
  font-size: clamp(12px, 1.4vw, 14px);
}

.orderPage .specBox {
  background: #4F4946;
  padding: var(--gutter-wide) 0;
  color: #fff;
}

.orderPage .specList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4%;
  margin-top: var(--gutter);
}

.orderPage .specList01__item {
  width: 22%;
  max-width: 220px;
}

.orderPage .specList02 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 5%;
  margin-top: var(--gutter-narrow);
  margin-bottom: var(--gutter);
}

.orderPage .specList02__item {
  width: 30%;
  max-width: 320px;
  background: #D9D9D9;
  color: #4F4946;
  border-radius: 10px;
  font-size: clamp(20px, 3vw, 30px);
  text-align: center;
  line-height: 1;
  padding: 10px 10px 20px;
}

.orderPage .specList02__item__num {
  display: inline-block;
  font-size: 1.2em;
}

.orderPage .specList02__item__num span {
  font-size: 1.4em;
}

/*
===== 問い合わせ系ページ ==========================================
*/

.contactPage .introBox {
  padding: var(--gutter) 0;
}

.contactPage .introBox__txt {
  text-align: center;
}

.contactPage .introBox__btn a {
  display: block;
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
  background: var(--color-main);
  border: 1px solid var(--color-main);
  color: #fff;
  padding: 1em 3em 1em 2em;
  position: relative;
}

.contactPage .introBox__btn a::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  top: calc(50% - 10px);
  right: 1em;
}

.contactPage .meritBox {
  background: var(--color-paleblue);
  padding: var(--gutter) 0;
}

.contactPage .meritBox .meritList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 5%;
  margin-top: var(--gutter);
}

.contactPage .meritList__item {
  width: 30%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.contactPage .meritList__item .icon {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  width: 65px;
  height: 60px;
  padding-top: 5px;
  position: absolute;
  top: -10px;
  left: 10px;
  background: url(../img/page/shop_reserve/merit_icon_bg.svg) no-repeat center / contain;
}

.contactPage .meritList__item .icon__num {
  font-size: 24px;
}

.contactPage .meritList__item .info {
  margin: 1em 0;
  font-size: clamp(12px, 1.3vw, 15px);
}

.shop-reservePage .shopInfoBox__data dd {
  width: calc(100% - 140px);
  padding-left: 2em;
  margin-bottom: .5em;
}

.contactPage .formBox {
  background: #744F2C0D;
  padding: var(--gutter) 0;
}

.contactPage .formBox__txt {
  text-align: center;
  margin-bottom: 2em;
  font-size: clamp(12px, 1.6vw, 16px);
}

.contactPage .formBox__tel {
  color: var(--color-darkred);
  font-size: clamp(32px, 9.6vw, 52px);
}

/*
===== 来店予約 ==========================================
*/
.shop-reservePage .ttlWrap {
  background: var(--color-palegray) url(../img/page/shop_reserve/bg_shop-reserve_mainttl.webp) no-repeat center bottom / cover;
  height: unset;
  padding: 10% 0;
  height: 70vh;
  color: #fff;
}

.shop-reservePage .ttlWrap .mainTtl {
  text-shadow: 0px 0px 10px #000000CC;
}

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

.shop-reservePage .shopInfoBox__map {
  height: 450px;
}

.shop-reservePage .shopInfoBox__data {
  display: flex;
  flex-wrap: wrap;
}

.shop-reservePage .shopInfoBox__data dt {
  width: 140px;
  margin-bottom: .5em;
}

/*
===== カタログ請求:catalogPage ==========================================
*/
.catalogPage .ttlWrap {
  background: var(--color-palegray) url(../img/page/catalog/bg_catalog_mainttl.webp) no-repeat center / cover;
  height: unset;
  padding: 10% 0;
  height: 70vh;
  color: #fff;
}

.catalogPage .ttlWrap .mainTtl {
  text-shadow: 0px 0px 10px #000000CC;
}

.catalogPage .introBox__img {
  text-align: center;
  width: 90%;
  max-width: 500px;
  margin: 2em auto;
  padding-right: 2em;
}


/*
===== 会社案内:companyPage ==========================================
*/
.companyPage .ttlWrap {
  background: var(--color-palegray) url(../img/page/company/bg_company_mainttl.webp) no-repeat center/cover;
  height: unset;
  padding: 10% 0;
  height: 70vh;
  color: #fff;
}

.companyPage .ttlWrap .mainTtl {
  text-shadow: 0px 0px 10px #000000CC;
}

.companyPage .aboutBox {
  padding: var(--gutter) 0;
  background: url(../img/page/company/aboutBox_bg.webp) no-repeat left top;
  background-size: 30% auto;
}

.companyPage .aboutBox__txt {
  text-align: center;
  margin: var(--gutter-narrow);
  line-height: 1.8;
}

.companyPage .tenantBox {
  margin-bottom: var(--gutter-wide);
}

.companyPage .tenantBox .tenanttbl {
  width: 100%;
  height: fit-content;
  font-size: 14px;
  margin-bottom: var(--gutter);
}

.companyPage .tenantBox .tenanttbl tr:not(:last-of-type) {
  border-bottom: 1px solid var(--color-palegray);
}

.companyPage .tenantBox .tenanttbl th,
.companyPage .tenantBox .tenanttbl td {
  padding: 1em;
}

.companyPage .tenantBox .tenanttbl a {
  text-decoration: underline;
}

.companyPage .tenantBox__map {
  height: 300px;
  margin-bottom: 30px;
}

/*バナー*/
.companyBnrBox {
  background: var(--color-verypalegray);
  padding: var(--gutter);
}

.companyBnrBox__list {
  width: 96%;
  max-width: var(--width-content);
  margin: 0 auto;
  display: flex;
  gap: 3%;
}

.companyBnrBox__item {
  width: 32%;
}

.companyBnrBox__item a {
  display: block;
}

.companyBnrBox__item__ttl {
  display: block;
  margin: .5em 0;
}

.companyBnrBox__item__txt {
  display: block;
  font-size: clamp(12px, 1.2vw, 14px);
}

/*
===== プライバシーポリシー:privacyPage ==========================================
*/
.privacyPage {
  background: var(--color-verypalegray);
  padding-bottom: var(--gutter-narrow);
}

.privacyPage .contents-inner {
  margin-top: var(--gutter);
}

.privacyPage .contents-inner dl dt {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: bold;
  margin-top: 2em;
}

.privacyPage .contents-inner strong {
  font-weight: normal;
}

.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 {
  background: var(--color-verypalegray);
  padding-bottom: var(--gutter-narrow);
}

.sitemapPage .contents-inner {
  margin-top: var(--gutter);
  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: 1em;
}

.sitemapPage .contents-inner ul li a {
  display: block;
  padding: 1em 0;
}

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

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

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

.topicsPage {
  background: var(--color-verypalegray);
  padding-bottom: var(--gutter);
}

/*お知らせ:一覧*/
.topicsPage .itemList {
  padding: var(--gutter-narrow) 0 var(--gutter);
}

.topicsPage .itemList .item a {
  padding: 20px;
  display: flex;
  align-items: center;
}

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

.topicsPage .itemList .item:last-child a {
  border-bottom: 1px solid #E0E0E0;
}

.topicsPage .itemList .item .photo {
  width: 25%;
  max-width: 220px;
  aspect-ratio: 3 / 2;
  margin-right: 20px;
  border: 1px solid var(--color-palegray);
  flex-shrink: 0;
}

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

.topicsPage .itemList .item dl dd {
  padding: 0.5em 0;
}

/*お知らせ:詳細*/
.topicsPage .titleBox {
  padding-top: 2em;
}

.topicsPage .titleBox .date {
  text-align: center;
  font-size: 1.1em;
}

/*
===== イベント情報:eventPage  ==========================================
*/

/*イベント情報:一覧*/

.eventPage.archivePage .ttlWrap {
  background: var(--color-palegray) url(../img/page/event/bg_event_mainttl.webp) no-repeat center/cover;
  height: unset;
  padding: 10% 0;
  height: 70vh;
  color: #fff;
}

.eventPage.archivePage .mainTtl {
  text-shadow: 0px 0px 10px #000000CC;
}

.eventPage .itemList .List {
  margin-top: var(--gutter);
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}

.eventPage .itemList .item {
  width: 45%;
  margin-bottom: var(--gutter);
  position: relative;
}

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

.eventPage .itemList .item .photo {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.eventPage .itemList .item .info {
  margin-top: .5em;
}

.eventPage .itemList .item__ttl {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}

.eventPage .itemList .item__date {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  margin-bottom: .5em;
}

.eventPage .itemList .item__content {
  font-size: clamp(1.4rem, 2.4vw, 1.6rem);
  margin-top: .5em;
}

.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 .iconWrap {
  position: absolute;
  top: 10px;
}

.eventPage .itemList .item span {
  vertical-align: top;
}

.eventPage .itemList .item .icon_reservable,
.eventPage .itemList .item .cate_end {
  margin-left: -4px;
  position: relative;
  font-size: 1em
}

.eventPage .itemList .item .icon_reservable::before,
.eventPage .itemList .item .cate_end::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #008785;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  bottom: -5px;
  left: -1px;
}

.eventPage .itemList .item .cate_end::before {
  background: #B3B3B3;
}

.eventPage .itemList .item__btn {
  display: block;
  color: #fff;
  border: 1px solid var(--color-main);
  background: var(--color-main);
  padding: .7em 1em;
  width: 80%;
  max-width: 200px;
  margin: 1em auto 0;
  position: relative;
}

.eventPage .itemList .item__btn::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 1em;
}

.strollBnrBox--event-archive {
  margin-top: var(--gutter);
  background: var(--color-palegray);
  padding: var(--gutter-wide) 0;
}

.strollBnrBox--event-archive .strollBnrBox__list {
  margin: 0 auto;
}

.strollBnrBox__item--shop a {
  background: url(../img/common/strollBnr_bg_shop.webp) no-repeat center / cover;
}


/*イベント詳細ページ*/
.eventPage.singlePage #bread {
  width: 100%;
  max-width: var(--width-wide);
  position: relative;
  left: auto;
  transform: none;
  margin: 20px auto;
  padding: 0 10px;
}

.eventPage.singlePage .photoBox {
  max-width: 1200px;
  max-height: 800px;
  margin: 0 auto;
  aspect-ratio: 3 / 2;
}


/*
===== よくある質問:qaPage ==========================================
*/
.qaPage .ttlWrap {
  background: var(--color-palegray) url(../img/page/qa/bg_qa_mainttl.webp) no-repeat center/cover;
  height: unset;
  padding: 10% 0;
  height: 70vh;
  color: #fff;
}

.qaPage .mainTtl {
  text-shadow: 0px 0px 10px #000000CC;
}

.qaPage .itemList {
  margin-bottom: var(--gutter);
}

.qaPage .itemList ul {
  list-style: none;
}

.qaPage .qa__item {
  margin-bottom: 2em;
  border: 1px solid;
  font-size: clamp(14px, 1.5vw, 16px);
}

.qaPage .qa__item__q {
  position: relative;
  padding: 1em 50px;
  cursor: pointer;
  font-size: 1.2em;
}

.qaPage .qa__item__q::before {
  content: "Q";
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 16px;
}

.qaPage .qa__item__q.close:after,
.qaPage .qa__item__q.open:after {
  cursor: pointer;
  line-height: 100%;
  display: block;
  content: "＋";
  font-size: 16px;
  color: #fff;
  text-shadow: none !important;
  padding: 5px;
  border: 1px solid var(--color-main);
  background: var(--color-main);
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: all .5s;
}

.qaPage .qa__item__q.open:after {
  content: "－";
  color: var(--color-main);
  background: #fff;
}

.qaPage .qa__item__a {
  background: var(--color-verypalegray);
  display: none;
  padding: 1em 1em 1em 50px;
  border-top: 1px solid;
}

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

.qaPage .qa__item__a p {
  margin-bottom: 20px;
}

.qaPage .qa__item__a p:last-child {
  margin-bottom: 0;
}

.qaPage .qa__item__a img {
  max-width: 100%;
  width: auto !important;
}

/*
===== 建築実例:gallery_newPage ==========================================
*/
.gallery_newPage {
  background: var(--color-verypalegray);
  padding-bottom: var(--gutter);
}

.gallery_newPage #bread {
  top: 0;
}

.gallery_newPage .introBox {
  margin-top: 0;
  padding-top: var(--gutter);
}

/*建築実例:一覧*/
.gallery_newPage .itemList .List {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 5%;
}

.gallery_newPage .itemList .List li.item {
  width: 30%;
  margin-bottom: var(--gutter);
}

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

.gallery_newPage .itemList .ttl h2 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery_newPage .itemList .photo {
  width: 100%;
  aspect-ratio: 32 / 22;
  background: #FFF;
}

.gallery_newPage .itemList .info {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*建築実例:詳細*/

.gallery_newPage .titleBox {
  padding: var(--gutter) 0;
}

.gallery_newPage .titleBox .summary {
  max-width: var(--width-content);
  margin: 0 auto;
  text-align: center;
  padding: 0 1em;
}

/*lightbox*/
.gallery_newPage .lbwrap {
  position: relative;
  overflow: hidden;
}

@media (any-hover:hover) {

  #nextLink:hover,
  #prevLink:hover {
    transition: none;
  }
}

/* スライド */
.gallery_newPage .sliderBox {
  width: 100%;
  overflow: hidden;
}

.gallery_newPage .sliderBox .slider_main {
  height: 80vh;
  max-height: 600px;
  position: relative;
}

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

.gallery_newPage .sliderBox .slider_main_item {
  width: 80vw;
  max-width: calc(var(--width-content) - 40px);
  height: 80vh !important;
  max-height: 600px;
  aspect-ratio: 4 / 3;
  transition: opacity .5s linear;
  margin: 0 clamp(5px, 1vw, 20px);
}

.gallery_newPage .sliderBox .slider_main.slick-slider .slider_main_item:not(.slick-current) {
  opacity: .5;
}

.gallery_newPage .sliderBox .slider_main_item a {
  width: 100%;
  height: 100%;
}

.gallery_newPage .sliderBox .slider_main_item a img {
  object-fit: contain;
}

/* スライドページャー */
.gallery_newPage .sliderBox .gallery_slider_pager {
  width: 100%;
  max-width: var(--width-content);
  overflow: hidden;
  font-size: 0;
  z-index: 100;
  margin: var(--gutter-narrow) auto;
}

.gallery_newPage .sliderBox .gallery_slider_pager .slick-track {
  justify-content: center !important;
}

.gallery_newPage .sliderBox .gallery_slider_pager:not(:has(.slick-cloned)) .slick-track {
  transform: none !important;
  width: auto !important;
}

.gallery_newPage .sliderBox .gallery_slider_pager .slider_pager_item {
  width: 160px !important;
  height: 120px !important;
  margin: 0 5px;
}

.gallery_newPage .sliderBox .gallery_slider_pager a {
  opacity: .5;
  transition: opacity .5s linear;
  width: 100%;
  height: 100%;
}

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


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

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

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

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

/*概要*/
.gallery_newPage #dataBox {
  margin-top: clamp(30px, 4vw, 50px);
}

.gallery_newPage #dataBox h4.ttl {
  text-align: center;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: bold;
}

.gallery_newPage #dataBox dl {
  margin-top: 2.5%;
  background: var(--color-verypalegray);
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  border-left: solid 1px #CCC;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery_newPage #dataBox dt,
.gallery_newPage #dataBox dd {
  border-top: solid 1px #CCC;
  padding: 10px;
}

.gallery_newPage #dataBox dt {
  width: 30%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery_newPage #dataBox dd {
  width: 70%;
  background: #FFF;
  border-left: solid 1px #CCC;
}

.gallery_newPage #dataBox dd .price_note,
.gallery_newPage #dataBox dd .cost_note {
  margin-left: 10px;
  font-size: 0.9em;
  display: inline-block;
}

/*月々支払い例*/
.gallery_newPage #dataBox dt.monthly,
.gallery_newPage #dataBox dd.monthlyPayment {
  font-weight: bold;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--color-orange);
}

.gallery_newPage #dataBox .monthlyPayment span.comment {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  color: var(--color-black);
  line-height: 1;
}

/*BEFORE/AFTER*/
.gallery_newPage #baBox {
  margin-top: clamp(30px, 4vw, 50px);
}

.gallery_newPage #baBox h4 {
  text-align: center;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: bold;
}

.gallery_newPage #baBox dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: clamp(20px, 3vw, 30px) auto;
}

.gallery_newPage #baBox dt {
  width: 100%;
}

.gallery_newPage #baBox dt {
  border-bottom: 2px solid #CCC;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  padding: 5px;
}

.gallery_newPage #baBox dd.ba_before,
.gallery_newPage #baBox dd.ba_after {
  width: 420px;
  max-width: 40%;
  margin-top: 16px;
  background: var(--color-verypalegray);
  border: 9px solid #FFF;
  box-shadow: 0 0 1px 1px #ccc;
  position: relative;
  aspect-ratio: 3 / 2;
  box-sizing: content-box;
}

.gallery_newPage #baBox dd.ba_before img,
.gallery_newPage #baBox dd.ba_after img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery_newPage #baBox dd.ba_arrow {
  width: clamp(16px, 5vw, 30px);
  margin: 0 10px;
}

.gallery_newPage #baBox dd.ba_arrow img {
  width: 100%;
  height: auto;
}

.gallery_newPage #baBox dd.ba_comment {
  width: 100%;
  margin-top: clamp(10px, 3vw, 20px);
  padding: clamp(10px, 3vw, 20px);
  background: var(--color-verypalegray);
  word-wrap: break-word;
}

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

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

.shopPage .countBox__ttl {
  background-color: var(--color-main);
  padding: 10px 0 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

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

.shopPage .countBox__ttl span {
  font-size: 70px;
}

/*
===== スタッフ紹介:staffPage ==========================================
*/
/*一覧*/
.staffPage.archivePage .ttlWrap {
  background: var(--color-palegray) url(../img/page/staff/bg_staff_mainttl.webp) no-repeat center top/cover;
  height: unset;
  padding: 10% 0;
  height: 70vh;
  color: #fff;
}

.staffPage.archivePage .mainTtl {
  text-shadow: 0px 0px 10px #000000CC;
}

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

.staffPage .itemList .List {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: space-between;
}

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

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

.staffPage .itemList .photo {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--color-verypalegray);
}

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

.staffPage .itemList .info span.cate {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  margin-bottom: 10px;
}

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

.staffPage .itemList .info .staff__name__ruby {
  display: inline-block;
  font-size: .8em;
}

/*詳細*/
.staffPage #detailBox {
  padding: var(--gutter) 0;
}

.staffPage #detailBox .infoBox .photo {
  text-align: center;
  margin: 0 auto;
}

.staffPage #detailBox .staff__cate {
  border-bottom: 1px solid var(--color-lightgray);
  padding: 1em;
}

.staffPage #detailBox .staff__name {
  padding: 1em;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
}

.staffPage #detailBox .staff__name__ruby {
  font-size: .8em;
  margin-left: 1.5em;
}

.staffPage #detailBox .designer__comment {
  margin-top: 1em;
  padding: 1em;
  line-height: 2;
}

.staffPage #articleBox dl dt {
  padding: 1em;
}

.staffPage #articleBox dl dd {
  padding: 1em;
  border-bottom: 1px dotted var(--color-lightgray);
}

.staffPage #articleBox .staff__message {
  line-height: 2;
}

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


/*
===== 設計士紹介:designerPage ==========================================
*/
/*一覧*/
.designerPage {
  background: #4d4d4d;
}

.designerPage.archivePage .ttlWrap {
  background: var(--color-palegray) url(../img/page/designer/bg_designer_mainttl.webp) no-repeat left top/cover;
  height: unset;
  padding: 10% 0;
  height: 70vh;
  color: #fff;
}

.designerPage.archivePage .mainTtl {
  text-shadow: 0px 0px 10px #000000CC;
}

.designer__wrapper {
  color: #fff;
  background: #4d4d4d url(../img/page/designer/bg_designer_content01.webp) no-repeat center top / 100% auto;
  padding: var(--gutter) 0;
}

.designerPage.archivePage .introBox {
  margin-top: 0;
}

.designerPage .itemList .List .item {
  width: 45%;
  margin-bottom: var(--gutter-narrow);
}

.designerPage .itemList .photo {
  aspect-ratio: 48 / 30;
  filter: grayscale(1);
  transition: all .5s;
}

.designerPage .itemList a:hover {
  opacity: 1;
}

.designerPage .itemList a:hover .photo {
  filter: grayscale(0);
}


/*詳細*/
.designerPage--single .designer__wrapper {
  color: #fff;
  background: #4d4d4d url(../img/page/designer/bg_designer_content02.webp) no-repeat right top / 50% auto;
  padding-top: var(--gutter-narrow);
}

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

/* スライド */
.designerPage .designer__projectBox {
  width: 100%;
  overflow: hidden;
}

.designerPage .designer__project__itemList {
  height: 80vh;
  max-height: 600px;
  position: relative;
  gap: 5%;
}

.designerPage .designer__project__itemList:not(.slick-slide) {
  display: flex;
  justify-content: center;
}

.designerPage .designer__project__item {
  background: #fff;
  width: 80vw;
  max-width: calc(var(--width-content) - 40px);
  height: 80vh !important;
  max-height: 600px;
  aspect-ratio: 4 / 3;
  transition: opacity .5s linear;
  margin: 0 clamp(5px, 1vw, 20px);
}

.designerPage .designer__project__item a {
  width: 100%;
  height: 100%;
}

.designerPage .designer__project__item:not(.slick-current) {
  opacity: .5;
}

/* スライドページャー */
.designerPage .designer__project__thumbList {
  width: 100%;
  max-width: var(--width-content);
  overflow: hidden;
  font-size: 0;
  z-index: 100;
  margin: var(--gutter-narrow) auto;
  display: flex;
  justify-content: center;
}

.designerPage .designer__project__thumbList .slick-track {
  justify-content: center !important;
}

.designerPage .designer__project__thumbList:not(:has(.slick-cloned)) .slick-track {
  transform: none !important;
  width: auto !important;
}

.designerPage .designer__project__thumb {
  width: 120px !important;
  height: 100px !important;
  margin: 0 5px;
  opacity: .5;
}


.designerPage .designer__project__thumb.slick-current {
  opacity: 1;
}


.designerPage .designer__project__thumb:hover {
  cursor: pointer;
}

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

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


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


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

  /*
===== ブランドコンセプト:coceptPage PC ==========================================
*/

  .conceptPage .aboutBox__inner {
    margin: 0 auto;
  }

  .conceptPage .aboutBox__block01 {
    display: flex;
    align-items: flex-start;
  }

  .conceptPage .aboutBox__block01 .aboutBox__photo {
    width: 48%;
    margin: 0 auto 0 0;
  }

  .conceptPage .aboutBox__block01 .aboutBox__txt {
    width: 50%;
    max-width: (var(--width-content) / 2);
  }

  .conceptPage .aboutBox__block02 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .conceptPage .aboutBox__block02 .aboutBox__photo {
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
  }

  @media screen and (min-width: 1024px) {
    .conceptPage .aboutBox__block01 .aboutBox__txt p {
      padding-bottom: 10vw;
    }

    .conceptPage .aboutBox__block02 .aboutBox__txt {
      width: 50%;
      max-width: (var(--width-content) / 2);
      padding-left: calc(50vw - (var(--width-content) / 2));
      margin-top: var(--gutter-narrow);
    }

    .conceptPage .aboutBox__block02 .aboutBox__photo__item--01 {
      width: 40%;
      margin-top: -8vw;
    }

    .conceptPage .aboutBox__block02 .aboutBox__photo__item--02 {
      width: 60%;
      margin-right: 0;
    }
  }


  /*4つの魅力*/
  .conceptPage .attractBox__itemList {
    display: flex;
    justify-content: space-between;
    gap: 3%;
  }

  .conceptPage .attractBox__item {
    width: calc(91% / 4);
  }

  .conceptPage .attractBox__item__head {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .conceptPage .attractBox__item__ttl {
    display: block;
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: 10px;
  }

  .conceptPage .attractBox__item__icon {
    width: 50px;
    height: 40px;
  }

  /*構造・性能*/
  .conceptPage--performance #bread {
    color: #fff;
  }

  .conceptPage .detailBox__inner {
    display: flex;
    justify-content: space-between;
  }

  .conceptPage--performance .detailBox__inner:nth-of-type(2),
  .conceptPage--performance .detailBox__inner:nth-of-type(4) {
    flex-direction: row-reverse;
  }

  .conceptPage .concept__detail__txtWrap,
  .conceptPage .concept__detail__img {
    width: 46%;
    flex-shrink: 0;
  }

  /*設備・仕様*/
  .conceptPage--spec #bread {
    color: #fff;
  }

  .conceptPage--spec .detailBox__inner:nth-of-type(6) {
    flex-direction: row-reverse;
  }


  /*
===== 新築プラン:planPage PC ==========================================
*/

  .planPage #bread {
    color: #fff;
  }

  /* スライドページャー */
  .planPage .planBox__thumbList .slick-track {
    transform: none !important;
  }

  /*
===== ARCASA order PC ==========================================
*/
  .orderPage #bread {
    color: #fff;
  }

  .orderPage .introBox__txt01__em__sub {
    font-size: .5em;
  }

  .orderPage .introBox__bnr__head {
    width: 38%;
    clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 50%, 90% 0);
  }

  .orderPage .introBox__bnr__price__head {
    width: 2em;
  }

  .orderPage .specList01__item {
    width: 22%;
    max-width: 220px;
  }

  .orderPage .specBox__img01 {
    display: flex;
  }

  /*
===== イベント情報 ==========================================
*/
  .eventPage.archivePage #bread {
    color: #fff;
  }

  /*
===== 家づくりのQ&A ==========================================
*/
  .qaPage #bread {
    color: #fff;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .2));
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  }


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

  /*
===== カタログ請求:catalogPage PC==========================================
*/
  .catalogPage #bread {
    color: #fff;
  }

  /*
===== スタッフ紹介:staffPage PC==========================================
*/
  /*一覧*/

  /*詳細*/
  .staffPage--single .ttlWrap {
    background: var(--color-palegray) url(../img/page/staff/bg_staff_mainttl.webp) no-repeat center top -60px/ clamp(var(--width-content), 100%, 2000px) auto;
    height: 300px;
    color: #fff;
    filter: grayscale(1);
  }

  .staffPage--single .mainTtl {
    text-shadow: 0px 0px 10px #000000CC;
  }

  .staffPage .infoBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .staffPage .infoBox__left {
    width: 50%;
    flex-shrink: 0;
  }

  .staffPage .infoBox__right {
    width: 50%;
  }

  .staffPage #detailBox .staff__cate,
  .staffPage #detailBox .staff__name {
    padding-left: clamp(30px, 6vw, 60px);
  }

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

  .staffPage #articleBox dl dt {
    width: 26%;
    border-bottom: dotted 1px var(--color-lightgray);
  }

  .staffPage #articleBox dl dd {
    width: 66%;
    flex-grow: 1;
  }

  /*
===== 設計士紹介:designerPage PC==========================================
*/
  /*一覧*/


  /*詳細*/
  .designerPage--single .ttlWrap {
    background: #4d4d4d url(../img/page/designer/bg_designer_mainttl.webp) no-repeat center top / cover;
    color: #fff;
  }

  .staffPage #detailBox .designer__comment {
    padding-left: clamp(30px, 6vw, 60px);
  }

  /*
===== 会社概要:companyPage PC==========================================
*/
  .companyPage #bread {
    color: #fff;
  }

  .companyPage .tenantBox__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .companyPage .tenantBox .tenanttbl {
    width: 50%;
  }

  .companyPage .tenantBox__map-photo {
    width: 50%;
  }

}


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


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

  .contactPage .meritBox .meritList li {
    width: 92%;
  }

  .contactPage .meritList__item dl.count dt {
    margin: 15px 0 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  /*
===== ブランドコンセプト:coceptPage SP ==========================================
*/
  .conceptPage .ttlWrap {
    height: 200px;
  }

  .conceptPage #bread {
    top: 200px;
  }

  .conceptPage .aboutBox__block01 .aboutBox__photo {
    width: 90%;
    margin: 0 auto 0 0;
  }


  /*4つの魅力*/
  .conceptPage .attractBox__txt {
    font-size: clamp(14px, 1.5vw, 16px);
  }

  .conceptPage .attractBox__item {
    width: 80%;
    max-width: 320px;
    margin: 0 auto 50px;
    padding-bottom: 40px;
    position: relative;
  }

  .conceptPage .attractBox__item__head {
    border-bottom: 1px solid;
    display: flex;
    margin-bottom: 10px;
  }

  .conceptPage .attractBox__item__btn {
    width: 80%;
    max-width: 260px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
  }

  .conceptPage .attractBox__item__btn a {
    padding: 1em;
  }


  /*構造・性能*/
  .conceptPage--performance .ttlWrap,
  .conceptPage--spec .ttlWrap {
    height: 200px;
    padding: 0;
  }

  .conceptPage .concept__detail__secTtl {
    padding-top: 1em;
  }

  .conceptPage .concept__detail__img {
    max-width: 480px;
    margin: 10px auto;
  }



  /*
===== 新築プラン:planPage SP==========================================
*/
  .planPage .ttlWrap {
    height: 200px;
    padding: 20px 10px 0;
  }

  .planPage #bread {
    top: 200px;
  }

  .planPage .planBox {
    padding-top: var(--gutter);
  }

  /*スライド*/
  .planPage .planBox__itemList {
    width: 100vw;
    max-height: 300px;
  }

  .planPage .planBox__item {
    width: calc(90vw - 20px);
    max-height: 300px;
  }

  /*
===== ARCASA order SP ==========================================
*/
  .orderPage .ttlWrap {
    height: clamp(200px, 60vw, 600px);
    padding: 20px 10px 0;
  }

  .orderPage #bread {
    top: clamp(200px, 60vw, 600px);
  }

  .orderPage .ttlWrap .mainTtl {
    width: 50%;
  }

  .orderPage .ttlWrap .ttl__icon {
    width: 70%;
  }

  .orderPage .introBox__ttl {
    line-height: 2.4;
  }

  .orderPage .introBox__txt01 {
    margin: var(--gutter) 0;
  }

  .orderPage .introBox__bnr {
    flex-direction: column;
    width: 90%;
    max-width: 330px;
  }

  .orderPage .introBox__bnr__head {
    padding: 1em 0 2em 110px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }

  .orderPage .introBox__bnr__body {
    justify-content: center;
    padding: 10px;
  }

  .orderPage .introBox__bnr__badge {
    width: 100px;
    position: absolute;
    top: -70px;
    left: -10px;
    font-size: 15px;
  }

  .orderPage .introBox__bnr__badge__main {
    font-size: 1.2em;
  }

  .orderPage .introBox__bnr__price {
    font-size: clamp(20px, 6vw, 24px);
    white-space: nowrap;
  }

  .orderPage .introBox__bnr__price__num {
    font-size: clamp(40px, 12vw, 56px);
  }

  #main .estatesOrderBox__ttl {
    margin-top: 0;
  }

  .orderPage .estatesOrderBox__txt01 {
    margin: 1em 0 2em;
  }

  .orderPage .reasonBox__txt01 {
    line-height: 2.4;
  }

  .orderPage .reasonList {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6vw;
  }

  .orderPage .reasonList__item {
    width: 90%;
  }

  .orderPage .specList01 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    gap: 10%;
  }

  .orderPage .specList01__item {
    width: 45%;
    margin-bottom: 10%;
  }

  .orderPage .specList02__item {
    padding: 10px;
  }

  .orderPage .specList02__item__num span {
    font-size: 1.8em;
  }

  /*
===== 問い合わせ系ページ SP ==========================================
*/
  .contactPage .introBox {
    padding-top: var(--gutter-narrow);
  }

  .contactPage .introBox__txt {
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 2.4;
    padding: 0 1em;
  }

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

  .contactPage .meritBox .meritList li {
    width: 80%;
  }

  /*
===== 来店予約 SP ==========================================
*/
  .shop-reservePage .ttlWrap {
    height: 200px;
  }

  .shop-reservePage #bread {
    top: 200px;
  }

  .shop-reservePage .shopInfoBox__data {
    margin-top: 2em;
    align-items: flex-start;
    align-content: center;
  }

  .shop-reservePage .shopInfoBox__data dt {
    width: 6em;
  }

  .shop-reservePage .shopInfoBox__data dd {
    width: calc(100% - 6em);
    padding-left: 1em;
  }

  /*
===== カタログ資料請求 SP ==========================================
*/
  .catalogPage .ttlWrap {
    height: 200px;
  }

  .catalogPage #bread {
    top: 200px;
  }

  /*
===== お知らせ:topicsPage ==========================================
*/
  /*お知らせ:一覧*/
  .topicsPage .itemList .item a {
    padding: 5%;
    flex-direction: column;
  }

  .topicsPage .itemList .item .photo {
    width: 90%;
    max-width: 300px;
    aspect-ratio: 3 / 2;
    margin: 0 auto 1em;
  }

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

  /*
===== イベント情報:eventPage  ==========================================
*/

  /*
===== イベント情報 ==========================================
*/
  /*イベント情報:一覧*/
  .eventPage.archivePage .ttlWrap {
    height: 200px;
  }

  .eventPage .itemList .List {
    justify-content: center;
  }

  .eventPage .itemList .item {
    width: 80%;
    margin-bottom: var(--gutter-wide);
  }

  /*イベント情報:詳細*/
  .eventPage.singlePage #bread {
    padding: 10px;
    margin: 0;
  }

  .eventPage.singlePage .photoBox {
    width: 100%;
    height: auto;
  }


  /*
===== よくある質問:qaPage ==========================================
*/
  .qaPage .ttlWrap {
    height: 200px;
  }

  .qaPage #bread {
    top: 200px;
  }

  .qaPage .qa__item__q {
    font-size: clamp(14px, 2.4vw, 16px);
  }

  .qaPage .qa__item__q::before {
    top: 5px;
    left: 10px;
  }

  .qaPage .qa__item__q.close:after,
  .qaPage .qa__item__q.open:after {
    right: 10px;
  }

  /*
===== 建築実例:gallery_newPage ==========================================
*/
  /*建築実例:一覧*/
  .gallery_newPage .itemList .List li.item {
    width: 90%;
    max-width: 360px;
    margin: 0 auto var(--gutter-wide);
  }

  /*建築実例:詳細*/
  .gallery_newPage .secTtl {
    padding: 5px 0;
    text-align: center !important;
  }

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

  .gallery_newPage .sliderBox .slider_main_item {
    width: 80vw;
    margin: 0 5px;
    max-height: 300px;
  }

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

  .gallery_newPage .sliderBox .gallery_slider_pager .slider_pager_item {
    width: 100px !important;
    height: 68px !important;
    margin: 0 2px;
  }

  /* スライド矢印 */
  .gallery_newPage #sliderArrows .slick-prev {
    left: 0%;
    transform: translateY(0);
  }

  .gallery_newPage #sliderArrows .slick-next {
    right: 0%;
    transform: translateY(0);
  }

  /*概要*/
  .gallery_newPage #dataBox dl {
    border: none;
  }

  .gallery_newPage #dataBox dt,
  .gallery_newPage #dataBox dd {
    padding: 2.5%;
    width: 100%;
    border: none;
    justify-content: flex-start;
  }

  .gallery_newPage #dataBox dd {
    font-size: 0.9em;
  }

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


  /*//////////////
店舗案内：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 SP==========================================
  */
  /*一覧*/
  .staffPage.archivePage #bread {
    top: 200px;
  }

  .staffPage.archivePage .ttlWrap {
    height: 200px;
  }

  .staffPage .itemList {
    width: 96%;
    margin: 0 auto;
  }

  .staffPage .itemList ul.List {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  /*詳細*/

  .staffPage .infoBox .photo {
    margin-bottom: 20px;
  }

  .staffPage #articleBox dl {
    border-top: 1px dotted var(--color-lightgray);
  }

  .staffPage #articleBox dl dd {
    padding: 0 1em 1em 1.5em;
  }

  /*
===== 設計士紹介:designerPage SP ==========================================
*/
  .designerPage.archivePage #bread {
    top: 200px;
    color: #fff;
  }

  .designerPage.archivePage .ttlWrap {
    height: 200px;
  }

  /*詳細*/
  .designerPage--single #bread {
    top: 100px;
    color: #fff;
  }

  .designerPage--single .ttlWrap {
    background: #4d4d4d;
    color: #fff;
  }

  .designerPage--single .designer__wrapper {
    background: #4d4d4d;
  }

  /*スライド*/
  .designerPage .designer__project__itemList {
    width: 80vw;
    max-height: 300px;
    margin: 0 auto;
  }

  .designerPage .designer__project__item {
    width: 80vw;
    max-height: 300px;
    margin: 0 5px;
  }


  /*
===== 会社案内:companyPage SP ==========================================
*/

  .companyPage .ttlWrap {
    height: 240px;
  }

  .companyPage #bread {
    top: 240px;
  }

  .companyBnrBox__list {
    flex-direction: column;
  }

  .companyBnrBox__item {
    width: 100%;
    margin: 2em auto;
  }

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


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

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