@charset "UTF-8";

/* トップ
============================================================================== */
.news-pickup{
	position: absolute;
	bottom: 0;
	z-index: 99;
}
/* ----------------------------------
　トップ　間口に合わせて
 ---------------------------------- */
.top-mirror-feature{
	margin: 150px auto 0;
	display: flex;
  	flex-flow: column;
  	justify-content: center;
  	align-items: center;
  	gap: 30px;
}
.top-mirror-feature p{
  writing-mode: vertical-rl;
  text-orientation: mixed;
	line-height: 2em;
	letter-spacing: 2px;
	font-size: 2.3rem;
}
.top-mirror-feature img{
  width: min(1000px, 100%)
}
.top-mirror-feature picture{
	width: 100%;
	text-align: center;
}

/* ----------------------------------
　トップ　フィットミラーについて
 ---------------------------------- */
.top-about{
	margin-top: 150px;
}
.top-about__inner{
	display: flex;
	gap: 40px;
	justify-content: center;
	align-items: center;
}
.top-about__inner figure{
	width: 50%;
}
.top-about__inner p{
	font-size: 3rem;
}
/* 横線 */
.top-about__rule {
  width: 100%;
  max-width: 520px;
  height: 1px;
  background-color: var(--base);
  opacity: 0.9;
	margin-block: 30px;
}

/* ----------------------------------
　トップ　プラン例
---------------------------------- */
.top-plan {
    position: relative;
    padding-inline: 5%;
    min-height: 1000px; /* 700pxのtxt + 余白ぶん（必要に応じて調整） */
	margin-top: 150px;
}

.top-plan .top-plan__ttl {
    text-align: center;
    font-size: 2.4rem;
	margin-bottom: 60px;
}

.top-plan__img {
    position: relative;
}

.top-plan__img img {
    width: 350px;
	  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
}

.top-plan__img_item--01 {
    position: absolute;
    top: 0;
    left: 0;
}

.top-plan__img_item--02 {
    position: absolute;
    top: 150px;
    right: 0;
}

.top-plan__img_item--03 {
    position: absolute;
    top: 450px;
    left: 50px;
}

.top-plan .txt {
    position: absolute;
    top: 600px;
    right: 0;
}
.top-plan .txt p{
    margin-bottom: 30px;
}

/* フェードイン */
.js-fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 2s;
}

.is-show {
    opacity: 1;
    transform: translateY(0);
}

/* ----------------------------------
　トップ　ニュース
 ---------------------------------- */
.top-news {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
  gap: 20px;
}
.top-news li {
  display: flex;
  width: calc(100% / 2 - 20px);
  background-color: #fff;
  padding: 10px;
}
.top-news-kotei{/* 固定部分 */
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.top-news-kotei li{/* 固定部分 */
	width: 500px;
}
.top-news .post-thumbnail{
	width: 125px;
	height: 90px;
	margin-right:10px;
}
.top-news .post-thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-news .post-date{
	font-size: 1.4rem;
}

.news_ttl .ttl{
	font-size: 3rem;
}
.news_ttl{
	display: flex;
	align-items: center;
	gap: 10px;
}
.news_list li{
	margin-top: 20px;
	line-height: 1.5
}
.news_list .post_title{
	font-size: 2.6rem;
}

@media screen and (max-width: 767px) { /* トップ　SP */
.top-news-kotei {
  bottom: 150px;
	width: 300px;
}
.top-news-kotei li {
  width: 100%;
	font-size: 1.3rem;
	line-height: 1.5;
}
.top-mirror-feature p {
  font-size: 2rem;
}
.top-mirror-feature {
  	padding-inline: 5%;
	margin: 60px auto 0;
}
.top-about__inner {
  	flex-flow: column;
}
.top-about__inner figure {
  width: 80%;
}
.top-about__inner p {
  font-size: 2rem;
}
.top-plan .top-plan__ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 60px;
}
.top-plan__img {
  position: relative;
}
.top-plan__img_item--01,.top-plan__img_item--02,.top-plan__img_item--03 {
  position: static;
  top: 0;
  left: 0;
	margin-top: 20px;
	width: 70%;
}
.top-plan__img_item--01 {
    
}

.top-plan__img_item--02 {
    margin-left: auto;
}

.top-plan__img_item--03 {
}
.top-plan .txt {
  position: static;
	margin-top: 30px;
}
.top-news {
	margin-inline: 5%;
	flex-flow: column;
	gap: 10px;
}
.top-news li{
	width: 100%;
}
.top-news .post-thumbnail {
  width: 80px;
  height: 60px;
}
.news_ttl {
  margin-left: 1em;
}
}
	
/* フィットミラーについて
============================================================================== */
/* ----------------------------------
　ぴったり
 ---------------------------------- */
.fm-wrap{
	border-bottom: 1px solid var(--base);
	padding-bottom: 100px;
}
.fm-pittari__ttl{
	text-align: center;
	font-size: 2.4rem;
}
.fm-pittari__ttl span{
	color: var(--blue--01)
}
.fm-pittari .pittari-img--01{
	width: 80%;
	margin: 30px auto;
	padding: 20px;
	background-color: #fff;
}
.fm-pittari .pittari-img--02{
	width: 65%;
	margin: 30px auto 0;
}
.fm-pattern-pittari{
	width: min(800px, 100%);
	margin-inline: auto;
}
.fm-pattern-pittari .fm-pattern-pittari__ttl{
	border-top: 1px solid var(--base);
	border-bottom: 1px solid var(--base);
	padding: 5px 0;
	margin-top: 60px;
	text-align: center;
	font-size: 1.7rem;
}
.fm-pattern-pittari ul{
	display: flex;
	justify-content: space-between;
	padding-inline: 10%;
	margin-block: 30px 25px;
}
.fm-pattern-pittari li{
	width: 150px;
}
.fm-pattern-pittari li img{
	_height: 100%;
}
.fm-pattern-pittari__02{
	padding-inline: 15% !important;
}
.fm-pattern-pittari__02 li{
	width: 250px;
	text-align: center;
}
.fm-pattern-pittari__02 li img{
	width: 200px;
}
.fm-pattern-pittari ul p{
	text-align: center;
	margin-top: 2px;
	_margin-inline: calc(50% - 50vw);
	font-size: 1.4rem;
}
.fm-pattern-pittari .fm-note{
	display: table;
	margin-inline: auto;
	padding-inline: 0;
}

.fm-sec .fm-sec__ttl--01{
	width: 90px;
	margin-top: 100px;
	margin-inline: auto;
}
.fm-sec .fm-sec__ttl--02{
	margin-top: 20px;
	text-align: center;
	font-size: 2.4rem;
}
.fm-furniture .furniture-main{
	width: min(400px, 100%);
	margin: 30px auto
}
.fm-furniture .fm-sassi{
	background-color: #fff;
  padding: 30px;
  text-align: center;
  display: table;
  margin: 30px auto;
}
.fm-furniture .fm-sassi .fm-sassi__ttl{
	font-size: 1.8rem;
}
.fm-furniture .fm-sassi ul{
	display: flex;
  justify-content: center;
  gap: 50px;
  line-height: 1em;
}
.fm-furniture .fm-sassi ul figure{
	width: 200px
}
.fm-furniture .fm-sassi ul figcaption{
	font-size: 1.4rem;
	margin-top: 3px;
}



.color-vari__ttl{
	text-align: center;
	margin-block: 60px 10px
}
.color-vari__ttl .color-vari__label{
	font-size: 2.4rem;
}

.color-vari {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
	text-align: center;
}

.color-vari img {
    width: 300px;
    cursor: pointer;
    height: auto;
    display: block;
    transition: opacity 0.3s;
	margin-bottom: 3px;
}


.color-vari img:hover {
    opacity: 0.8;
}

.color-vari a {
    display: block;
    text-decoration: none;
}


/* カラーバリエーション拡大　モーダル
============================================================================== */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
	margin-inline: calc(50% - 50vw);
}

#img01 {
    margin: auto;
    display: block;
    width: 60% !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4);
    animation: zoom 0.6s forwards;
}

@keyframes zoom {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.4);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    z-index: 1002;
}

.close:hover,
.close:focus {
    color: #bbb;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-size: 40px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 1001;
    margin-inline: 5%;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* ----------------------------------
　光の演出
 ---------------------------------- */
.fm-light .fm-light-main{
	width: min(700px, 100%);
	margin: 30px auto;
	text-align: center;
}
.fm-light .fm-light-sub{
	width: min(400px, 80%);
	margin: 60px auto 0;
	text-align: center;
}
.fm-light .fm-light-main__ttl{
	font-size: 2rem;
}
.fm-light .fm-light-list{
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	margin-top: 60px;
}
.fm-light .fm-light-list li{
	width: 170px;
	line-height: 1.5em;
	display: flex;
	flex-flow: column;
  	align-items: center;
}
.fm-light .fm-light-list li img{
	margin-block: 5px;
}
.fm-light .fm-light-list li:last-child{
	width: 255px;
	margin-left: 20px;
}
.fm-light .fm-light-list li:last-child img{
	width: 170px;
}

/* ----------------------------------
　収納
 ---------------------------------- */
.fm-storage .fm-storage__lead{
	text-align: center;
}
.fm-storage .fm-storage-main{
	width: min(600px, 100%);
	margin-inline: auto;
}
.fm-storage .fm-storage__sub--type-a{
	display: flex;
	justify-content: center;
	align-items: end;
	gap: 50px;
	margin-top: 60px;
}
.fm-storage .fm-storage__sub--type-a li{
	width: 42%;
}
.fm-storage .fm-storage__sub--type-a li:last-child{
	width: 25%;
}
.fm-storage .fm-storage__sub--type-a li p{
	margin-top: 3px;
	line-height: 1.5em;
}
.fm-storage .fm-storage__sub--type-b{
	gap: 80px;
}
.fm-storage .fm-storage__sub--type-b li{
	width: 33%;
}
.fm-storage .fm-storage__sub--type-b li:last-child{
	width: 25%;
	text-align: center;
}

@media screen and (max-width: 767px) { /* フィットミラーについて　SP*/
.fm-pittari__ttl {
  font-size: 2rem;
}
.fm-pittari .pittari-img--01 {
  width: 100%;
  padding: 10px;
}
.fm-pittari .pittari-img--02 {
  width: 100%;
}
.fm-pattern-pittari ul {
  flex-flow: column;
	  gap: 30px;
	align-items: center;
}
.fm-wrap {
  padding-bottom: 60px;
}
.fm-sec .fm-sec__ttl--01 {
  margin-top: 60px;
}
.fm-sec .fm-sec__ttl--02 {
  font-size: 2rem;
}
.fm-furniture .fm-sassi ul {
  gap: 0px;
  flex-flow: column;
}
.fm-furniture .fm-sassi ul figure {
  width: 150px;
}
.fm-furniture .furniture-main {
  margin: 10px auto;
}
.fm-light .fm-light-list {
  flex-flow: column;
  align-items: center;
  gap: 30px;
}
.fm-storage .fm-storage__sub--type-a {
  gap: 30px;
  margin-top: 30px;
  flex-flow: column;
  align-items: center;
}
.fm-storage .fm-storage__sub--type-a li {
  width: 80%;
}	
.fm-storage .fm-storage__sub--type-a li:last-child {
  width: 60%;
}
.fm-storage .fm-storage__sub--type-b li {
  width: 60%;
}
.fm-storage .fm-storage__sub--type-b li:last-child {
  width: 60%;
	}
}


	
	
/* 商品ラインナップ
============================================================================== */
/* ----------------------------------
　商品ラインナップ　トップ
 ---------------------------------- */
.product-lineup__top {
  display: grid;
  /* PC: 4列（1フラクションを4つ並べる） */
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
}
.product-lineup__top li{
  text-align: center;
}
/* リンクエリアを広げる */
.product-lineup__top li a {
  text-decoration: none;
  color: #333;
  display: block; /* 画像とテキスト全体をクリック可能にする */
}
.product-lineup__top li img {
  background-color: #fff;
  height: 200px;
  width: 100%;       /* 親要素に合わせて伸縮 */
  max-width: 250px;  /* 必要以上に大きくならないよう制限 */
  padding: 20px;
  object-fit: contain;
  box-sizing: border-box; /* パディングを含めたサイズ計算 */
}


/* ----------------------------------
　商品ラインナップ　次のページ
 ---------------------------------- */
/* 一覧全体 */
.product-lineup__second{
  display: flex;
  gap: 40px;
  justify-content: center;
	flex-wrap: wrap;
}

/* 各アイテム */
.product-lineup__second li{
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
}

/* サイズ表記 */
.product-lineup__second .size{
  margin-bottom: 8px !important;
  font-weight: 500;
}
.product-lineup__second .size-02{/* コンセントあり */
  margin-bottom: 2px !important;
  margin-top: -12px;
  line-height: 1.4;
}
.product-lineup__second .size-02 span{/* コンセントあり */
  margin-bottom: 0px !important;
  font-weight: normal;
  font-size: 1.4rem;
}

/* 画像枠（高さ固定） */
.product-lineup__second .thumb{
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

/* 画像そのもの */
.product-lineup__second .thumb img{
  max-height: 100%;
  width: auto;
  display: block;
}
.product-lineup__second .thumb a{
    display: contents;
}
.product-lineup__second .thumb img:hover {
  opacity: 0.5;
}
/* 型番 */
.product-lineup__second .w500-spot{
  margin-block: -6px 0 !important;
	font-size: 1.4rem;
}
.product-lineup__second .code{
  margin-bottom: 4px !important;
}

/* 価格 */
.product-lineup__second .price{
  font-size: 1.4rem;
}

/* ----------------------------------
　商品ラインナップ　SP
 ---------------------------------- */
@media (max-width: 1024px){
  .product-lineup__second{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .product-lineup__top {
    /* SP: 2列 */
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; /* スマホでは余白を少し狭くするのが一般的 */
  }
  .product-lineup__second{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
	/* 画像の下の改行タグだけを無効化する */
	.product-lineup__top li img + br {
		display: none;
	}
	.product-lineup__top li img {
    height: 150px; /* スマホでは少し高さを抑えるとバランスが良い */
    padding: 10px;
  }
	
}


/* プラン例
============================================================================== */
.plan{
	display: flex;
	gap: 40px;
	margin-top: 20px;
	flex-wrap: wrap;
}
.plan p{
	font-size: 1.4rem;
	text-align: center;
}
.plan .thumb{
	height: 80px;
}
/* 画像そのもの */
.plan .thumb img{
  height: 100%;
  width: auto;
  display: block;
}


/* プラン例　見本 */
#post-plan{
	margin-top: 60px;
}
.plan-sample {
  display: grid;
  /* PC: 4列 */
  grid-template-columns: repeat(4, 1fr);
  /* 上下の隙間 30px / 左右の隙間 20px */
  gap: 30px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  /* 各アイテムを上揃えにする（テキストの行数が違っても崩れません） */
  align-items: start;
}

.plan-sample__img {
  width: 100%;
  /* 任意の比率に固定（例：1 / 1 で正方形、4 / 3 で横長） */
  aspect-ratio: 1 / 1; 
  /* 画像を枠いっぱいに広げ、はみ出し分をカットする */
  object-fit: cover;
  
  display: block;
  margin: 0 auto 8px;
}

.plan-sample__text {
  /* テキスト内の<br>を活かしつつ、行の高さを調整 */
  line-height: 1.4;
	font-size: 1.4rem;
	
	display: inline; /* ここ重要 */
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: repeat-x;
  background-size: 100% 1px;
  background-position: 0 100%;
  padding-bottom: 2px;
}

.red {
  color: red;
}

/* プラン例　詳細 */
.mirror-card {
  padding: 25px;
	background-color: #fff;
}

.mirror-card__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}
.mirror-card__body {
  display: flex;
  flex-direction: column;
}
/* 左 */
.mirror-card__media {
  overflow: hidden;
}

.mirror-card__image {
  display: block;
  width: 100%;
  height: auto;
}

/* 右 */
.mirror-card__title {
  margin: 0 0 -5px;
  font-size: 27px;
	line-height: 1.5
}
.mirror-card__title--02 {
  margin: 0 0 -5px;
  font-size: 25px;
	letter-spacing: -0.5px;
}
.mirror-card__title--sub{
	margin-bottom: 10px;
	font-size: 14px;
}
.mirror-card__meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 5px;
	  align-items: end;
	margin-top: auto;
}

/* サイズ */
.mirror-card__size {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  white-space: nowrap;
}

.mirror-card__size-label {
  font-size: 20px;
	  font-weight: 500;
}

.mirror-card__size-value {
  font-size: 36px;
  line-height: 1;
	  font-weight: 500;
}

.mirror-card__size-unit {
  font-size: 20px;
	  font-weight: 500;
}

/* バッジ */
.mirror-card__badges {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mirror-card__badge {
  display: grid;
  gap: 6px;
  justify-items: center;
}

.mirror-card__badge-image {
  display: block;
  width: auto;
  height: 70px;
}

.mirror-card__badge-text {
  font-size: 14px;
}

/* 明細 */
.mirror-card__table {
  border-top: 1px solid var(--base);
}

.mirror-card__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto; /* ★ ここ重要 */
  gap: 0px;
  padding: 6px 0;
  border-bottom: 1px solid var(--base);
  align-items: end;
  line-height: 1.2;
	white-space: nowrap;
}

.mirror-card__row-title {
  margin: 0 0 6px;
  font-size: 14px;
}

.mirror-card__row-sub {
  margin: 0;
  font-size: 14px;
}

.mirror-card__price {
  margin: 0;
  white-space: nowrap;
}
.mirror-card__price span{
  font-size: 14px;
}

/* 合計 */
.mirror-card__total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
}

.mirror-card__total-label {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  background: var(--base);
  color: #fff;
  font-size: 11px;
}

.mirror-card__total-price {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* SP */
@media (max-width: 980px) {
  .mirror-card__inner {
    grid-template-columns: minmax(0, 1fr); /* ★重要 */
    gap: 24px;
  }
  .mirror-card__meta {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mirror-card__badges {
    justify-content: flex-start;
  }
	.mirror-card__row {
		line-height: 1.2;
		white-space: normal;
}
}

@media (max-width: 520px) {
  .mirror-card__title {
    font-size: 22px;
  }
  .mirror-card__size-value {
    font-size: 44px;
  }
  .mirror-card__total-price {
    font-size: 36px;
  }
  .mirror-card__row {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }
  .mirror-card__price {
    justify-self: end;
  }
}
/* ----------------------------------
　プラン例　SP
 ---------------------------------- */
@media (max-width: 768px) {
  .plan-sample {
    /* SP: 3列 */
    grid-template-columns: repeat(2, 1fr);
    /* スマホ用に隙間を調整（上下20px / 左右10px） */
    gap: 20px 20px;
  }
}


/* 会社概要
============================================================================== */
.office-table{
	width: 100%;
	border: none;
	border-spacing: 0 0px;
	border-bottom: 1px solid var(--blue--01)
}
.office-table caption {
  text-align: left;
  margin-top: 60px;
  padding: 0 0 10px 0px;
	font-weight: var(--font-b)
}
.office-table th,
.office-table td{
	vertical-align: middle;
	border-top: 1px solid var(--blue--01)
}
.office-table th {
	width: 200px;
  	padding: 10px 10px 10px 30px;
  	line-height: 1.3;
	font-weight: var(--font-b)
}
.office-table td {
  vertical-align: middle;
  padding: 20px 40px 20px 30px;
}
.office-table tr {
  vertical-align:middle
}
.office-table a{
  border-bottom: 1px solid var(--orange)
}
@media screen and (max-width: 767px) {
.office-table {
  width: 100%;
}
.office-table td {
  padding: 20px 0px 20px 20px;
}
.office-table th {
  width: auto;
  padding: 10px 0px 10px 0px;
}
}


/* 商品詳細
============================================================================== */
.product__body{
	display: flex;
	gap: 30px;
}
.product__body .product__main-image{
	height: 430px;
	overflow: hidden;
}
.product__body .product__main-image img{
	width: 100%;
  height: 100%;
	object-fit: cover;

}
.product__body .product__color-list{
	display: flex;
	gap: 20px;
}
.product__body .product__color-list li{
	width: 50px;
}
.product__body .product__table{
	border-top: 1px solid var(--base);
	border-left: 1px solid var(--base);
	border-right: 1px solid var(--base);
	margin-block: 30px 10px;
}
.product__body .product__table th{
	background-color: #DBDCDC;
	border-bottom: 1px solid var(--base);
	font-weight: normal;
	  padding: 5px 15px;
	  width: 6em;
	  white-space: nowrap;
}
.product__body .product__table td{
	border-bottom: 1px solid var(--base);
	  padding: 5px 15px;
	_white-space: pre-wrap/* 追加　改行させる */
}
.product__color-name{
	margin-block: 10px;
}
.product__note{
	margin-top: 10px;
	font-weight: 400;
}
.product__color-list li {
  cursor: pointer;              /* 指マーク */
  transition: opacity 0.2s ease; /* なめらか */
}
.product__color-list li:hover {
  opacity: 0.6;                  /* 少し薄く */
}
/* カラーがない時 */
.product__color-name.is-hidden {
	visibility: hidden;
}
.product__color-list.is-hidden {
	visibility: hidden;
	margin-bottom: -80px;
}
/* ----------------------------------
　商品詳細　SP
 ---------------------------------- */
@media (max-width: 768px) {
.product__body {
  flex-flow: column;
}
.product__body .product__main-image {
  width: 100%;
	height: auto;
}
.product__body .product__table{
	width: 100%;
}
}


/* お客様サポート
============================================================================== */
.support-panel__inner{
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  align-items: start;
}

/* =========================
  よくある質問
========================= */
.wp-block-accordion {
  box-sizing: border-box;
  background-color: #DBDCDC;
  margin-bottom: 20px;
    padding: 10px 30px 2px 20px;
}
.wp-block-accordion-heading__toggle-icon {
  font-size: 3rem;
}
.wp-block-accordion-panel{
	background-color: #fff;
	padding: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
	  height: auto !important;
}
.wp-block-accordion-panel p{
	margin-bottom: 0 !important
}
.wp-block-accordion-heading__toggle-title {
  flex: 1;
  font-weight: 500;
}
.wp-block-accordion-heading__toggle-title:before {
  content: "Q";
  font-size: 2.4rem;
  background-color: var(--blue--01);
  display: inline-block;
  padding: 0px 10px 5px;
  line-height: 1.5;
  margin-right: 10px;
  color: #fff;
}
.faq-a{
  text-indent: -1em;
  padding-left: 1em;
}

.faq-a::before{
  content: "●";
  color: var(--pink);
}
.faq-a a{
	border-bottom: 0.5px solid var(--base);
	padding-bottom: 2px;
}
/* ==========================================
   よくある質問　アコーディオンの動き
   ========================================== */

/* panel を display:none にさせない（inert対策） */
.wp-block-accordion .wp-block-accordion-panel {
  display: block !important;
  overflow: hidden;

  /* GPU寄りで描画を安定させる */
  will-change: opacity, transform;
  backface-visibility: hidden;
  transform: translateZ(0);

  /* transition（高さはアニメしない） */
  transition:
    opacity .25s ease,
    transform .25s ease,
    padding .25s ease,
    visibility 0s linear .25s;
}

/* 閉じてる時 */
.wp-block-accordion .wp-block-accordion-item:not(.is-open) .wp-block-accordion-panel {
  opacity: 0;
  transform: translateY(-8px);
  visibility: hidden;
  pointer-events: none;

  /* 高さ・余白で隙間が出ないように */
  max-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 子要素（p等）の margin で高さが出るのを防ぐ */
.wp-block-accordion .wp-block-accordion-item:not(.is-open) 
.wp-block-accordion-panel > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 開いた時 */
.wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-panel {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;

  /* 高さは自然に任せる（カクつかない） */
  max-height: none;

  /* 表示時の余白 */
  padding-top: 12px;
  padding-bottom: 12px;

  transition:
    opacity .25s ease,
    transform .25s ease,
    padding .25s ease,
    visibility 0s;
}

/* =========================
  公開
========================= */
.support-group{
	width: 80%;
	margin: auto;
	
}
.support-group div a{
border: 0.5px solid var(--base);
  display: table;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  padding-block: 100px;
  font-size: 2rem;
  background-color: #e6e6e6;
}

/* =========================
  Box
========================= */
.support-box{
  text-align: center;
}

.support-box__title{
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 0 18px;
}

.support-box__sub{
  font-weight: 500;
  margin: 0 0 10px;
  letter-spacing: 0.04em;
}

.support-box__time{
  font-weight: 500;
  margin: 0 0 10px;
}

.support-box__note{
  font-weight: 500;
  margin: 0 0 22px;
}

/* =========================
  TEL / MAIL
========================= */
.support-box__tel{
  margin: 10px 0 8px;
  line-height: 1.05;
  white-space: nowrap;
  font-weight: 500;
}
.support-box__tel .label{
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.support-box__tel .num{
  font-size: clamp(2.4rem, 4.2vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.support-box__mail{
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
	margin-top: 10px;
}
.support-box__mail .label{
  font-size: 2rem;
  letter-spacing: 0.02em;
}
.support-box__mail .mail{
  font-size: 2rem;
  letter-spacing: 0.01em;
  color: inherit;
  text-decoration: none;
}
.support-box__mail .mail:hover{
  text-decoration: underline;
}

/* =========================
  Responsive
========================= */
@media (max-width: 900px){
  .support-panel__inner{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .support-box__tel,
  .support-box__mail{
    white-space: normal;
  }

  .support-box__mail .label,
  .support-box__mail .mail{
    font-size: clamp(18px, 4.8vw, 28px);
  }
}


/* スムイブランド
============================================================================== */
.brand-block{
}

/* 2段目との間隔 */
.brand-row + .brand-row{
  margin-top: 90px;
}

.brand-row{
  	display: flex;
	gap: 30px;
}
.brand-row figure{
  	width: 450px;
	flex: 0 0 450px;
}
.brand-row figure img{
  width: 100%;
}

/* 右：テキスト */
.brand-row__body{
  padding-top: 6px; /* 画像と見出しの頭を合わせる */
  color: #222;
}

/* ロゴ（h2の中がimgなのでimgを整える） */
.brand-row__logo{
	height: 70px;
	margin-bottom: 5px;
}

.brand-row__logo img{
  height: 100%;
}

/* URL */
.brand-row__url{
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

/* 青見出し */
.brand-row__headline{
  margin: 10px 0 10px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  color: var(--blue--01);
  letter-spacing: 0.02em;
}


/* =========================
  Responsive
========================= */
@media (max-width: 900px){
  .brand-row{
    grid-template-columns: 1fr;
    gap: 24px;
	  flex-flow: column
  }
.brand-row figure {
  width: 100%;
  flex: 0 0 0px;
}
  .brand-row + .brand-row{
    margin-top: 60px;
  }

  .brand-row__body{
    padding-top: 0;
  }

  .brand-row__logo img{
    width: 90%;
	  margin: 0 auto;
	  display: block;
  }
	.brand-row__logo + p {
  /* ここにスタイルを書く */
  text-align: center;
}

  .brand-row__headline{
    font-size: 17px;
  }

  .brand-row__text{
    font-size: 15px;
    line-height: 1.95;
  }
}



/* お問い合わせ
============================================================================== */
_table {
  border-spacing: 0 20px;
  border-collapse: separate;
	  margin-inline: auto;
}
.form_wrap{
	margin: 60px auto;
}
.form_wrap table{
	width: auto;
	margin: auto;
}
.form_wrap select{
	background-color: #999;
  	padding: 10px;
  	color: #fff;
	border: none;
}
.form_foot {
  width: min(100%, 800px);
  margin: 30px auto;
}
.form_foot .txt {
  margin-bottom: 15px;
}
.form_foot .submit input {
  display: table;
	width: 200px;
  background-color: var(--base);
  margin-top: 30px;
  color: #fff;
  padding: 10px 0px 12px;
  border: none;
  font-size: 1.8rem;
  margin-inline: auto;
  text-align: center;
}
.form_foot .submit{
	width: min(100%, 500px);
	margin-inline: auto;
}
.form_foot .submit p{
	display: flex;
}
.wpcf7-spinner{display: none !important}
.form_wrap span.required{
	background-color: var(--blue--01);
  	color: #fff;
  	font-size: 1.1rem;
  	padding: 2px 10px 3px;
  	margin-right: 8px;
}
.form_wrap input{
	width: 500px;
	background-color: #fff;
  	border: 1px solid #ccc;
  	padding: 10px;
}
.form_wrap textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
	width: 500px;
}
.form_wrap th{
	vertical-align: middle;
	width: 200px;
	padding-right: 10px;
	font-weight: normal;
}
.form_wrap tr{
	margin-bottom: 20px;
}
input[type="radio"] {
  appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
input[type="radio"] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 11px 8px 36px;
}
input[type="radio"] + span::before,
input[type="radio"] + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  box-sizing: border-box;
}
input[type="radio"] + span::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ccc;
  left: 9px;
}
input[type="radio"] + span::after {
  width: 10px;
  height: 10px;
  background: #999999;
  left: 14px;
  opacity: 0;
}
input[type="radio"]:checked + span::before {
  border: 2px solid #ccc;
}
input[type="radio"]:checked + span::after {
  background: #48B12A;
  opacity: 1;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 10% 1em !important;
}
/*--チェック--*/
input[type="checkbox"] {
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
input[type="checkbox"] + span::before {
  display: inline-block;
content: '';
width: 20px;
height: 20px;
border: 2px solid #A5C49D;
border-radius: 5px;
margin-right: 5px;
background-color: #fff;
	position: relative;
top: 5px;
}
input[type="checkbox"]:checked + span::before {
  background-image: url("../img/form/check.svg");
  background-repeat: no-repeat;
  background-position: 3px;
}
.privacy_check{
	font-size: 1.4rem;
}
.privacy_check a{
	color: #E16C49;
}
.checkboxList span{
	font-size: 1.6rem;
line-height: 1;
display: flex;
align-items: center;
}
.wpcf7-not-valid-tip {
  color: #f00 !important;
  font-size: 1.2rem !important;
}

/* ----------------------------------
　お問い合わせフォーム　SP
 ---------------------------------- */
@media (max-width: 768px) {
.form_wrap {
  margin-top: 30px;
}
.form_wrap th,.form_wrap td {
  width: 100%;
  padding-right: 10px;
  display: inline-block;
}
.form_wrap textarea, .form_wrap input{
	width: 100%
}
}