@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
:root {
  --text-color: #333;
  --brown-lighter: #E1D8BE;
  --brown: #5E3A20;
  --brown-dark: #381D09;
  --beige-lightest: #F8F5ED;
  --green-lightest: #F8F9F5;
  --green-light: #68A447;
  --green-dark: #457410;
  --gray-light: #888;
  --logo-red: #d93232;
}
html, body {
  overflow-x: hidden;
}
a {
  color: var(--brown-dark);
  text-decoration: none;
}
a:hover {
  color: var(--green-dark);
}
.main p > a {
  font-size: 16px;
  text-decoration: underline;
}
.br-pc-none,
.br-600-none,
.br-1060-none {
  display: none;
}
.hidden-field {
  display: none !important;
}
/*サイトマップから送信完了ページを除外*/
.sitemap h2,
.sitemap .page-item-549 {
  display: none;
}
/************************************
** 基本表示
************************************/
.wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.header-container .wrap {
  max-width: 1920px;
  width:100%;
}
.common-contentSize {
  margin: auto;
  width: min(100%,1040px);
}
.min-contentSize {
  margin: auto;
  width: min(100%,880px);
}
.center-layout {
  text-align: center;
}
.center-layout-inner {
  display: inline-block;
  text-align: left;
}
/*youtubeのサイズ変更*/
.video-container {
  margin: auto;
  max-width: 1080px;
  width: 100%;
}
/*セクション間隔*/
.section {
  padding: clamp(32px,10vw,96px) 16px;
}
.section >:first-child {
  margin-top: 0;
}
.section >:last-child {
  margin-bottom: 0;
}
#content-bottom,
#custom_html-2 {
  margin-bottom: 0;
}
.section--bg {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-bottom: 0 !important;
}
.full-wide {
  margin: 0 calc((100% - 100vw) / 2) !important;
}
.full-wide img {
  width: 100vw !important;
}
/*右側へ要素を広げる（2カラム）*/
.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw) !important;
}
/*左側へ要素を広げる（2カラム）*/
.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw) !important;
}
.alternate {
  display: flex;
  flex-direction: row-reverse;
}
.alternate._reverse {
  flex-direction: row;
}
.alternate__body {
  position: relative;
}
.centering__outer {
  text-align: center;
}
.centering__inner {
  display: inline-block;
  text-align: left;
}
/* 見出し */
.sub-title,
.type-page h1,
.article h2,
.article h3,
.article h4,
.font-mincho {
  font-family: 'Noto Serif JP', serif;
}
.title-color {
  color: var(--brown-dark);
}
.type-page h1 {
  color: var(--brown-dark);
  font-size: clamp(22px,4.4vw,44px);
  font-weight: 500;
  margin-bottom: clamp(32px,5.6vw,56px);
  text-align: center;
}
.type-post h1 {
  font-size: clamp(22px,3.6vw,36px);
  padding: 0;
}
.sub-title {
  color: var(--brown-lighter);
  font-size: clamp(14px,1.8vw,18px);
  margin-left: 16px;
}
.article h2 {
  background: none;
  color: var(--brown-dark);
  font-size: clamp(24px,3.4vw,34px);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: clamp(32px,5.6vw,56px);
  padding: 0;
}
.home.page .article h2 {
  color: #fff;
  font-size: clamp(24px,4vw,48px);
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}
.article h3,
.article h4 {
  border: none;
  color: var(--brown-dark);
  font-size: clamp(18px,2.4vw,24px);
  padding: 0;
}
.fz-24px {
  font-size: clamp(16px,2.4vw,24px) !important;
}
.fz-28px {
  font-size: clamp(16px,2.8vw,28px);
}
.fz-32px {
  font-size: clamp(20px,3vw,30px);
}
.body .wp-block-image {
  margin-bottom: 4px;
}
/* MetaSliderのドット（ページネーション）を小さくする */
.metaslider .rslides_tabs a,
.metaslider .flex-control-nav a {
    width: 10px !important;  /* 幅を縮小 */
    height: 10px !important; /* 高さを縮小 */
    background: rgba(0,0,0,0.5) !important; /* ドットの色 */
    border-radius: 50% !important; /* 丸みを維持 */
    margin: 0 6px !important; /* ドット間の余白調整 */
}
/* =======================================
    トップページ
======================================= */
#metaslider-id-18 {
	width: 100vw !important;
	margin: 0 calc(50% - 50vw);
}
.home.page .alignnormal {
  margin-bottom: 0;
}
.top-card-area {
  background: var(--brown-dark);
  color: #fff;
}
.top-card-area .wp-block-columns {
  margin-bottom: clamp(8px,5vw,60px);
}
.top-card-area h2 {
  font-size: clamp(32px,6.4vw,64px) !important;
  margin-bottom: .6em !important;
}
.top-card-area h3 {
  margin: clamp(14px,1vw,16px) 0 clamp(20px,2vw,28px);
}
.top-card-area h3 .main-font {
  font-size: clamp(24px,3.8vw,38px);
}
.top-card-area h3 .sub-font {
  font-size: clamp(20px,3.2vw,32px);
}
.top-card-area h3 .quote:first-of-type {
  display: inline-block;
  margin-left: -0.5em;
}
.top-card-area h3 .quote:last-of-type {
  display: inline-block;
  margin-right: -0.5em;
}
.brand {
  display:inline-block;
  position:relative;
}
.ruby {
  position: absolute;
  white-space:nowrap;
  top: -0.8em;
  left:30%;
  font-size: clamp(10px,1.2vw,12px);
}
.top-card-area h2 .ruby {
  top: 4px;
  right: 0;
  font-size: clamp(10px,1.3vw,13px);
}
.top-card-area h3 .ruby {
  top: -0.9em;
  left:50%;
  transform:translateX(-50%);
  font-size: clamp(10px,1.2vw,12px);
}
.top-card-area .white-block {
  background: #fff;
  border-radius: 16px;
  color: #333;
  padding: clamp(18px,3vw,30px) clamp(32px,5.6vw,56px) clamp(24px,4vw,40px);
}
.top-card-area .wp-block-button {
  margin: -56px 32px 0 0;
  position: relative;
  z-index: 1;
}
.top-card-area .wp-block-button a {
  background: #BD631F;
  color: #fff;
}
.top-card-area .wp-block-button a:hover {
  background: #D25E33;
}
.home.page .article h4 {
  font-size: clamp(26px,4.6vw,46px) !important;
  font-weight: 500;
  margin: 2rem 0 48px;
}
.top-section-concept {
  background-image: url("./img/top/bg_movie.jpg");
  background-repeat: no-repeat;
  background-size: 44%;
  background-position: 100% 0;
  position: relative;
}
.top-section-we-title {
  color: var(--brown-lighter);
  font-size: clamp(32px,5.6vw,56px);
  font-weight: bold;
  margin-bottom: 0 !important;
  text-align: right;
}
.top-section-we {
  margin: -48px 0 80px !important;
  position: relative;
  padding: 0;
}
.top-section-we::before {
  border-radius: 32px 0 0 32px;
  content:"";
  position:absolute;
  top:0;
  left:0;
  width: calc(50vw + 800px); /* コンテンツ半分＋画面右 */
  height:100%;
  background: var(--beige-lightest);
  z-index:-1;
}
.top-section-we .common-contentSize {
  padding-top: 64px;
}
.top-section-we .ceo-card {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 0;
  padding: 32px clamp(16px,3vw,32px) 16px;
}
.top-section-we .ceo-card .text-area {
  padding: 0 clamp(16px,3vw,32px);
}
.top-section-we .staff-card {
  transform: translateY(32px);
}
.top-section-column {
  display: flex;
  align-items: flex-start;
  padding-top: clamp(8px,4vw,48px);
}
.top-section-news {
  padding: clamp(8px,3vw,30px) 0 clamp(32px,8vw,80px);
}
.top-section-column .sub-title {
  color: var(--brown-lighter);
}
.top-section-column .sub-title,
.top-section-news .sub-title {
  font-size: 30px;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.top-section-news li {
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}
/* お問い合わせ */
.grecaptcha-badge {
visibility: hidden;
}
.page-id-●● .grecaptcha-badge {
visibility: visible;
}
.contact-section {
  background: var(--green-lightest);
  margin: 0 calc(50% - 50vw) !important;
  padding: clamp(24px,8vw,80px) calc(50vw - 50%);
  text-align: center;
}
.contact-header {
  display: flex;
  max-width: 800px;
  margin: 0 auto !important;
}
.contact-header h2 {
  color: var(--brown-dark)
}
.contact-options-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
.contact-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  font-family: 'Noto Serif JP', serif;
  justify-content: center;
  margin: 0 !important;
  max-width: 500px;
  padding: clamp(20px,3vw,30px) clamp(16px,2vw,20px);
  width: 100%;
}
.contact-card .contact-title {
  font-size: clamp(20px,2.2vw,22px);
  margin-bottom: 0;
}
.phone-number {
  color: var(--green-dark);
  font-size: clamp(28px,4vw,40px);
  font-weight: bold;
  margin-bottom: 0 !important;
}
.phone-number::before {
  content: "\f879";
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: 900;
  margin-right: 6px;
}
.phone-number a {
  color: var(--green-dark);
}
.email-button {
  align-items: center;
  background: var(--green-dark);
  border-radius: 100vmax;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 64px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.email-button:hover {
  background-color: var(--green-light);
  color: #fff;
}
.email-button::before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 6px;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
/* =======================================
    暮らしのかたち
======================================= */
.lifestyle-section {
  border: 1px solid #666;
  border-radius: 16px;
  padding: clamp(24px,4vw,40px) clamp(24px,5.6vw,56px);
}
.column-area {
  background: var(--beige-lightest);
  padding: clamp(24px,4vw,40px) clamp(24px,5.6vw,56px);
}
/* =======================================
    C'ZBシニアリビングとは
======================================= */
.concept-firstview {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 1;
}
.concept-firstview .text-box1 {
  background: var(--brown-dark);
  color: #fff;
  margin-top: -12px;
  padding: clamp(16px,2vw,24px) 16px;
  text-align: center;
}
.concept-firstview .text-box2 {
  color: var(--brown-dark);
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(32px,4.8vw,56px);
  font-weight: 600;
  line-height: 1.4;
  padding: 40px 0 0 16px;
}
.concept-firstview .text-box2 span {
  display: block;
  font-size: clamp(24px,3.2vw,32px);
}
.concept-img {
  transform: translateX(16px);
}
.concept-img img {
  border-radius: 10px;
}
.concept-features {
  background: url("./img/concept/bg_feature.jpg") bottom no-repeat;
}
.concept-features .border {
  background: #fff;
  border: 4px solid #ECE4D3;
  border-radius: 16px;
  padding: 32px clamp(24px,4.8vw,48px);
}
.concept-features img {
  max-width: 360px;
  width: 100%;
}
.concept-features h3,
.concept-quality h3 {
  font-family: 'Noto sans JP', sans;
  font-size: clamp(24px,3.2vw,32px);
  font-weight: 600;
  line-height: 1.5;
}
.concept-features h3 {
  margin-bottom: 0;
}
.concept-quality h3 span {
  display: block;
  font-size: clamp(18px,2.2vw,22px);
}
.concept-quality {
  background: #ECE4D3;
}
.quality {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.quality:nth-child(even) {
  transform: translateX(-24px);
}
.quality:nth-child(odd) {
  transform: translateX(24px);
}
/* カード */
.quality-card {
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 48px 80px;
  border-radius: 16px;
  position: relative;
  max-width:976px;
  width: 100%;
}
/* 画像 */
.quality-image {
  width: 360px;
  height: 270px;
  flex-shrink: 0;
}
.quality-image img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality:nth-child(even) .quality-card img {
  transform: translateX(120px);
}
.quality:nth-child(odd) .quality-card img {
  transform: translateX(-120px);
}
/* 左右反転（PC用） */
.quality-card.reverse {
  flex-direction: row-reverse;
}
.column-link-box {
  margin-bottom: 60px;
  text-align: center;
}
/* =======================================
    私たちの想い
======================================= */
.philosophy-section {
  padding: clamp(32px,10vw,96px) 16px 0;
}
.philosophy-section .section-inner {
  max-width:800px;
  margin:0 auto;
}
.philosophy-section .section-header {
  margin-bottom: 32px !important;
  position:relative;
}
.section-label {
  position:absolute;
  left:-120px;
  top:0;
  font-size:12px;
  letter-spacing:.15em;
  color:#999;
}
.section-en {
  text-transform: uppercase;
  letter-spacing: .1em;
}
.section-divider {
  margin-left: 6px;
  opacity:.5;
}
.section-ja {
  color: #999;
  font-size: 20px;
}
.philosophy-section .section-title {
  margin-top: 40px;
  text-align: left !important;
}
.philosophy-section .section-body {
  margin-top: 40px;
}
.philosophy {
  border: 1px solid #666;
  margin-top: 24px;
  padding: clamp(16px,4vw,40px) 24px clamp(24px,4vw,40px);
}
.philosophy-section-title {
  color: var(--brown-dark);
  font-family: 'Noto Serif JP', serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.philosophy-section-title span {
  display: block;
  font-size: 17px;  
}
/* =======================================
    ショールームのご案内
======================================= */
.firstview {
  margin: clamp(32px,6.4vw,64px) 0;
}
.firstview img {
  border-radius: 8px;
  margin-bottom: 16px;
}
.firstview div:nth-of-type(2) {
  margin: 280px auto 0;
  width: 76%;
}
.firstview div:nth-of-type(3) {
  margin-top: -120px;
  width: 68%;
}
.page-id-110 h2 {
  margin-bottom: 24px;
}
.contact-area a {
  text-decoration: none !important;
}
.map-wide {
  width: 100vw;
  height: 600px;
  margin-left: 50%;
  margin-top: clamp(24px,8vw,80px);
  margin-bottom: 0 !important;
  transform: translateX(-50%); 
  overflow: hidden;
}
.map-wide iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
/* Cocoon の本文内 iframe 制限を解除 */
.entry-content .map-wide iframe {
  max-width: none !important;
  margin: 0 !important;
}
/* =======================================
    よくある質問
======================================= */
.is-style-accordion > .faq > .faq-question {
  background-color: #f5f5f5;
}
.faq-question-label {
    color: #666;
}
.faq-answer-label {
    color: #666;
}
/* =======================================
    ご購入の流れ
======================================= */
.flow-block {
  counter-reset: number 0;
  padding: 32px 0 64px;
}
.flow-block p {
  font-size: clamp(18px,2.4vw,24px);
  font-weight: bold;
  border-bottom: 1px solid var(--gray-light);
  letter-spacing: 1px;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
.flow-block p::before {
  color: var(--gray-light);
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero) ".";
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(18px,2.4vw,24px);
  margin-right: 40px;
}
.construction-list {
  display: flex;
  align-items: stretch; /* 高さを揃える */
}
.construction-list ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 0 120px !important;
}
.construction-list ul::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 10px;
  background: #eee;
  border-radius: 8px;
}
.construction-list ul li {
  position: relative;
  padding: 12px 0 12px 40px;
}
.construction-list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
}
.construction-list ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  border-top: 1px dotted #333;
}
/* =======================================
    会社概要
======================================= */
.ceo-message-right {
  font-size: 16px;
  padding: 0 32px;
}
.ceo-message-right img {
  margin-bottom: 16px;
}
/* =======================================
    メールフォーム
======================================= */
.smf-item__label__text {
  padding-left: 42px;
  position: relative;
}
.smf-item:has([data-validations~="required"]) .smf-item__label__text::before {
  position: absolute;
  top: 10%;
  left: 0;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 36px;
  height: 23px;
  border-radius: 4px;
  content: "必須";
  font-size: 12px;
  color: #fff;
  background: var(--logo-red);
}
.smf-item:not(:has([data-validations~="required"])) .smf-item__label__text::before {
  position: absolute;
  top: 10%;
  left: 0;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 36px;
  height: 23px;
  border-radius: 4px;
  content: "任意";
  font-size: 12px;
  color: #fff;
  background: var(--gray-light);
}
#autozip {
   display: none !important;
}
form[data-screen="confirm"] .input {
 display:none;
}
.smf-checkboxes-control--horizontal {
  border-bottom: 1px dashed #aaa;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
/* =======================================
    レイアウト
======================================= */
/*ヘッダーとコンテンツ間の余白調整*/
.main {
  border-top: none;
  padding: 1rem 29px 0;
}
.home.page .main {
  padding-top: 0;
}
.home.page .content {
  margin-top: 0 !important;
}
.home.page .date-tags {
  margin-bottom: 0;
}
.body .article {
  margin-bottom: 0;
}
/************************************
** ヘッダー
************************************/
/*ヘッダーを最大幅にする*/
.header-container-in.hlt-top-menu {
  width:100%;
}
/*ヘッダーロゴの左右余白の調整*/
.site-name-text-link {
  padding: 0;
}
/************************************
** グローバルメニュー
************************************/
#navi .navi-in>ul>li>a {
  padding: 0 2em;
}
.navi-in .has-icon {
  display: none;
}
.navi-in a {
  color: #666;
}
.navi-in a:hover {
  color: #666;
  background: inherit;
  opacity: 1;
}
.navi-in a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid currentColor;
  display: block;
}
.navi-in a:hover::after {
  width: 100%;
  border-bottom: 1px solid currentColor;
}
/*お問い合わせを強調する*/
.gmenu-last {
  background: var(--green-dark);
  color: #fff;
}
.gmenu-last a {
	color:#fff;
}
.gmenu-last a:hover {
  background: var(--green-light);
  color: #fff;
}
.navi-in > ul .sub-menu {
  background-color: var(var(--green-lightest));
}
/************************************
** 日付関係のスタイル
************************************/
/*固定ページの投稿日・更新日・投稿者名を非表示*/
.page .post-update,
.page .author-info {
  display: none;
}
/*トップページのコラムブロック*/
.swiper-horizontal .rss-entry-card-content {
  display: flex !important;
  flex-direction: column;
}
.rss-entry-cards {
  margin: 0 !important;
  max-width: none !important;
}
.rss-entry-cards .swiper {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
.is-list-horizontal.large-thumb .widget-entry-card-link,
.is-list-horizontal.large-thumb-on .widget-entry-card-link {
  max-width: 300px !important;
  padding: 12px 16px 8px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-right: 16px !important;
}
.swiper-horizontal .rss-entry-card-date {
  order: 1;
}

.swiper-horizontal .rss-entry-card-title {
  order: 2;
}

.swiper-horizontal .rss-entry-card-snippet {
  order: 3;
  -webkit-line-clamp: 3 !important;
}
/*トップページのニュースブロック*/
.wp-block-rss li {
    display: flex; /* 横並びにする */
    align-items: center; /* 垂直方向中央揃え */
    gap: 24px; /* 日付とタイトルの隙間 */
    margin-bottom: 24px;
}
.wp-block-rss__item-publish-date {
  font-size: 0.9em;
  color: #666;
  order: 1;
  white-space: nowrap;
}
.wp-block-rss__item-title {
  flex-grow: 0;
  order: 2;
  white-space: nowrap;
}
/************************************
** パンくずリスト
************************************/
/*アイコンをまとめて非表示にする*/
.breadcrumb .fa-home,
.breadcrumb .fa-folder,
.breadcrumb .fa-file {
	display: none;
}
.breadcrumb.sbp-main-before,
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
  margin: 0;
}
/************************************
** 内容
************************************/
/*エントリー・アーカイブの見出し*/
.entry-title,
.archive-title {
  margin: 0 0 8px;
}
.home.page .article-header {
  display: none;
}
.entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
.cat-label,
.archive-title :before {
display: none;
}
.sns-buttons a {
  background-color: #fff;
  color: var(--brown-dark);
}
.nwa .sns-follow-buttons a {
  font-size: 18px;
  height: 28px;
  width: 28px;
}
/************************************
** 投稿・固定ページで使うHTML要素
************************************/
table th {
  font-weight: normal;
  text-align: left;
  width: 26%;
}
figure.wp-block-table table {
  width: 100%;
}
.wp-block-table th, .wp-block-table td {
  border-color: #eee;
  border-width: 1px 0px;
  background-color: white;
  padding: 16px 24px;
}
.wp-block-table table tr:nth-of-type(2n+1) {
  background-color: white;	
}
.wp-block-table th {
  background-color: var(--gray-lightest);
}
.container table tr {
  background-color: transparent;
}
/************************************
** リンクとボタンのスタイル
************************************/
.wp-block-button__link {
  background: var(--brown);
  font-family: 'Noto Serif JP', serif;
  font-size: 1em;
  font-weight: 600;
  padding: 8px 40px;
}
.wp-block-button__link::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 8px;
}
.wp-block-button__link:hover {
	background: var(--brown-dark);
  color: #fff;
}
.go-to-top-button {
  background: transparent;
}
.go-to-top-button:hover {
  opacity: .7;
}
/* =======================================
    装飾
======================================= */
/*横並びのカードリスト*/
.cardList02 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2,1fr);
}
/************************************
** フッター、フッターボトム
************************************/
.content-bottom {
  margin: 0;
}
.footer, .footer-bottom {
  margin-top: 0;
}
.footer {
  background: var(--brown-dark);
  color: #fff;
  padding: clamp(32px,7vw,72px) 16px 24px;
}
.footer-widgets a {
  color: #fff !important;
}
.footer-title {
  font-size: 18px;
}
.footer-left,
.footer-center,
.footer-right {
  padding: 0;
  text-align: center;
}
.footer-left aside,
.footer-center aside,
.footer-right aside {
  display: inline-block;
  text-align: left;
}
.footer-widgets .footer-center {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.footer-widgets h3 {
  margin-bottom: 16px;
}
.footer-widgets ul li {
  font-size: 16px;
}
.footer-widgets ul li a:hover,
.footer-widgets-mobile ul li a:hover {
  background: none;
  background-color: transparent;
  color: var(--brown-lighter) !important;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1023px){
}
@media screen and (max-width: 834px){
.br-834-none {
  display: none;
}
.block-reverse {
  flex-direction: column-reverse;
}
.alternate {
  display: block;
}
.alternate__body {
  width: 100%;
}
.article ul,
.article ol {
  padding-left: 0;
}
/* =======================================
    トップページ
======================================= */
.top-card-area h2 .ruby {
  top: 0;
}
.top-card-area .wp-block-button {
  margin: -32px 32px 0 0;
}
.top-section-we {
  margin: -24px 0 80px !important;
}
.top-section-we::before {
  border-radius: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw !important;
}
.top-section-column {
  display: block;
}
.top-section-column .sub-title,
.top-section-news .sub-title {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}
/* お問い合わせ */
.contact-options-container {
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.contact-header {
  flex-direction: column;
  margin: 0 auto 24px !important;
}
.contact-card {
  width: 90%;
  max-width: 450px;
}
/* =======================================
    C'ZBシニアリビングとは
======================================= */
.concept-firstview .text-box2 {
  padding: 0 0 16px 16px;
}
.quality:nth-child(even) {
  transform: translateX(0);
}
.quality:nth-child(odd) {
  transform: translateX(0);
}
/* カード */
.quality-card {
  display: block;
  padding: 40px;
}
/* 画像 */
.quality-image {
  width: 100%;
}
.quality:nth-child(even) .quality-card img {
  transform: translateX(0);
}
.quality:nth-child(odd) .quality-card img {
  transform: translateX(0);
}
/* =======================================
    私たちの想い
======================================= */
.section-label {
  position: static; /* absoluteを解除 */
  left: auto;
  top: auto;
}
/* =======================================
    ショールームのご案内
======================================= */
.firstview div:nth-of-type(2) {
  margin: 0;
  width: 100%;
}
.firstview div:nth-of-type(3) {
  margin-top: 0;
  width: 100%;
}
/************************************
** 日付関係のスタイル
************************************/
/*トップページのコラムブロック*/
.is-list-horizontal.large-thumb .widget-entry-card-link, .is-list-horizontal.large-thumb-on .widget-entry-card-link {
  max-width: 200px !important;
}
/* =======================================
    装飾
======================================= */
/*横並びのカードリスト*/
.cardList02 {
  grid-template-columns: repeat(1,1fr);
} 
/*ヘッダーとコンテンツの間の余白をなくす*/
main.main {
  padding: 0 16px;
}
.sub-title {
  display: block;
  margin-left: 0;
}
table th,
table td {
  font-size: 16px;
}
.footer-mobile a {
  color: #fff !important;
}
}
/*600px以下*/
@media screen and (max-width: 600px){
.br-600-none {
  display: block;
}
/*スマホのハンバーガーメニューを右からスライド*/
.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}
/*ハンバーガーメニューの閉じるボタンの調整*/
.menu-close-button {
  font-size: 1.3em;
  padding: 8px 24px 24px 0;
  text-align: right;
} 
.menu-drawer a {
  border-bottom: solid 1px #e6e6e6;
  padding: 12px;
}
.menu-drawer a:hover {
  background:#eee;
}
/************************************
** パンくずリスト
************************************/
.breadcrumb {
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
}
/************************************
** リンクとボタンのスタイル
************************************/
a[href*="tel:"] {
  pointer-events: auto;
  cursor: pointer;
}
/************************************
** テーブル
************************************/
table th {
  width: 100%;
}  
.wp-block-table th, .wp-block-table td {
  display: block;
  padding: 8px 16px;
}
/* =======================================
    トップページ
======================================= */
.top-card-area h2 .ruby {
  top: -0.4em;
}
/* =======================================
    ご購入の流れ
======================================= */
.flow-block {
  padding: 16px 0 64px;
}
.flow-block p {
  margin-bottom: 16px;
}
.flow-block p::before {
  margin-right: 12px;
}
.construction-list ul {
  margin: 0 0 0 40px !important;
}
}
/*480px以下*/
@media screen and (max-width: 480px){
.br-pc-none,
.br-834-none {
  display: block;
}
.br-sp-none {
  display: none;
}
.top-card-area .wp-block-columns {
  display: block;
}
.top-card-area .wp-block-columns img {
  margin: 16px auto 0;
  width: 80% !important;
}
.top-card-area .wp-block-button:nth-of-type(1) {
  margin-bottom: 20px;
}
.concept-firstview .is-not-stacked-on-mobile {
  display: block !important;
}
.concept-firstview .text-box1 {
  margin-top: 4px;
}
}