@charset "utf-8";

/*投稿*/
.blog-content p {
	font-size: 18px;
}

.archive.two-column .page-header, .blog .page-header {
	margin-top: 120px;
}

.single-page-navi li {
	margin: 0 20px;
}
.single-page-navi {
	margin-top: 50px;
	font-weight: 400;
	color: #3B8491;
}

.single-page-navi li a {
	display: inline-block;
	position: relative;
	font-family: 'Barlow', sans-serif;
	transition: .2s;
}
.single-prev a:before {
	content: url(../images/prev-arrow.svg);
	position: absolute;
	bottom: -10px;
	right: 0;
}
.single-next a:before {
	content: url(../images/next-arrow.svg);
	position: absolute;
	bottom: -10px;
	left: 0;
}

@media(min-width:768px){
.single-prev a:hover {
	transform: translateX(-5px);
}
.single-next a:hover {
	transform: translateX(5px);
}

}

.single-post h1 {
	padding-bottom: 0.6em;
	margin-bottom: 0.4em;
}

.single-category {
	margin-left: 16px;
}
.single-category span {
	display: inline-block;
	text-align: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media(max-width:767px){

}


/*Side Bar*/

.searchform {
  position: relative;
  max-width: 500px;
  border: solid 1px #bbb !important;
  border-radius: 2px !important;
  background-color: #fff;
}
 
.searchfield {
  font-size: 14px;
  width: calc( 100% - 37px);
  margin: 3px;
  padding: 10px !important;
  border: none !important;
}
.searchsubmit {
	width: 30px;
	height: 30px;
	background: url(../images/search-icon.png);
	background-size: cover;
	position: absolute;
	top: 4px;
	right: 5px;
	cursor: pointer;
	border: none;
	color: transparent;
}
.widget_search h2 {
	display: none;
}
.widget {
	margin-bottom: 35px;
}


/* ===============================
   WordPress カレンダー見やすく整形
   =============================== */
:root {
  --cal-font: "M PLUS 1p", "Hiragino Sans", Meiryo, sans-serif;
  --cal-space-x: 10px;      /* 横の間隔 */
  --cal-space-y: 8px;       /* 縦の間隔 */
  --cal-size: 16px;         /* 文字サイズ */
  --cal-size-sm: 15px;      /* スマホ用 */
  --cal-today-bg: #fff4d6;  /* 今日の日付 背景色 */
  --cal-today-bd: #ffb100;  /* 今日の日付 枠線色 */
  --cal-link-bg: #e8f6f5;   /* 投稿あり日 背景色 */
  --cal-link-hover: #c2ebe7;/* 投稿あり日 ホバー時 */
  --cal-link: #0b7c86;      /* 投稿あり日 文字色 */
}

/* カレンダー全体 */
.widget_calendar #wp-calendar {
  width: 100%;
  table-layout: fixed;                 /* 各列を均等幅に */
  border-collapse: separate;           /* セル間に余白を作る */
  border-spacing: var(--cal-space-x) var(--cal-space-y);
  font-family: var(--cal-font);
  font-size: var(--cal-size);
  line-height: 1.2;
  text-align: center;
}

/* 月タイトル */
.widget_calendar #wp-calendar caption {
  font-weight: 800;
  text-align: left;
  margin: 0 0 8px;
  letter-spacing: .05em;
}

/* 曜日 */
.widget_calendar #wp-calendar thead th {
  font-weight: 700;
  letter-spacing: .08em;
  padding: 4px 0;
  opacity: .85;
}

/* 日付セル */
.widget_calendar #wp-calendar td {
  background: #fff;
  border-radius: 8px;
  padding: 10px 0;
  vertical-align: middle;
}

/* 投稿がある日付（リンク付き） */
.widget_calendar #wp-calendar td a {
  display: inline-block;
  min-width: 2.1em;
  padding: .3em .2em;
  border-radius: 999px;                /* 丸型バッジ風 */
  text-decoration: none;
  color: var(--cal-link);
  border: 1px solid rgba(0,0,0,.08);
  background-color: var(--cal-link-bg);
  transition: all 0.2s ease;
}

/* 投稿がある日付：ホバー時 */
.widget_calendar #wp-calendar td a:hover {
  background-color: var(--cal-link-hover);
  color: #000;
}

/* 今日の日付（太字のみ） */
.widget_calendar #wp-calendar td#today,
.widget_calendar #wp-calendar td.today {
  font-weight: 700;
  background: none;
  outline: none;
  border: none;
}

/* 前月・次月ナビゲーション */
.widget_calendar .wp-calendar-nav,
.widget_calendar #wp-calendar_

.widget-area h2, .searchform {
	font-size: 16px;
}

.widget-title {
	font-weight: 600;
	color:#3B8491;
	font-size: 20px;
}

section.widget ul {
	padding-left: 1em;
	font-weight: 400;
}
section.widget ul li a{
	display: inline-block;
	transition: .3s;
}

@media(min-width:768px){
	section.widget ul li a:hover {
		transform: translateX(5px);
		opacity: 0.8;
	}
}


/*Archive*********************************************/

/* ===============================
   投稿一覧（archive.php）スタイル
   =============================== */

.archive.two-column .page-header, .blog .page-header {
	margin-top: 120px;
}

.posts-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.posts-list li{
  padding: 20px 10px;
	border-bottom: 1px dashed #ddd;
}

.posts-list li:last-child {
	border-bottom: none;
}

.post-row__link{
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: inherit;
}

.post-row__date{
  width: 110px;
  font-weight: 500;
  letter-spacing: .04em;
  white-space: nowrap;
}

.post-row__badge{
  display: block;
	width: 84px;
	text-align: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

/* ===== カテゴリー色分け ===== */
.badge-blog{
  background: #ff9300;   /* オレンジ */
  color: #fff;
}

.badge-column{
  background: #5db4c6;   /* ブルー */
  color: #fff;
}

.badge-info{
  background: #f6e98c;   /* イエロー */
  color: #5c5c00;
}

.badge-uncategorized{
  background: #ccc;      /* グレー */
  color: #333;
}

/* ===== タイトル ===== */
.post-row__title{
  flex: 1;
  min-width: 0;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-row__link:hover .post-row__title{
  text-decoration: underline;
}

/* ===== レスポンシブ ===== */
@media (max-width: 1300px){
	.archive.two-column .page-header {
		margin-top: 80px;
	}
}
@media (max-width: 767px){
	.posts-list li { padding: 10px 10px;}
  .post-row__link{ gap: 0 16px; flex-wrap: wrap; }
  .post-row__date{ width: 110px; font-weight: 600; }
  .post-row__badge{ font-size: 12px; padding: 5px 10px; }
	.post-row__title{ flex: 0 0 100%; width: 100%;}
	.archive.two-column .page-header {
		margin-top: 60px;
	}
}

@media (max-width: 480px){
  .post-row__link{ gap: 10px; }
  .post-row__date{ width: 96px; font-size: 13px; }
  .post-row__title{ font-size: 15px; }
}


/**ページネーション**/
.nav-links {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.page-numbers {
	color: #3B8491 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid #3B8491;
	margin: 0 4px;
	font-weight: 400;
	border-radius: 2px;
	transition: .2s;
}
.prev.page-numbers, .next.page-numbers {
	width: auto;
	border: none;
	background: none;
	color: #3B8491 !important;
	font-family: 'Barlow', sans-serif;
	position: relative;
}
.prev.page-numbers:before {
	content: url(../images/prev-arrow.svg);
	position: absolute;
	bottom: -6px;
	right: 0;
}
.next.page-numbers:before {
	content: url(../images/next-arrow.svg);
	position: absolute;
	bottom: -6px;
	left: 0;
}

.page-numbers.current {
	color: #fff !important;
	background-color: #3B8491;
	border-color: #3B8491;
}

@media(min-width:768px){
	a.page-numbers:hover {
		background-color: #E9F9FF;}
	a.prev.page-numbers:hover {
		background-color: transparent;
		transform: translateX(-5px);}
	a.next.page-numbers:hover {
		background-color: transparent;
		transform: translateX(5px);}
}


/**Search*********************************************/
.search .searchform {
	margin-top: 50px;
}



/*****************************************************
商品 item
******************************************************/

/**item single*******************************/
.category_header {
	display: inline-block;
}

.item_cstegory_icon {
	width: 48px;
	aspect-ratio: 1 / 1;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
	transform: translateY(-10%);
}
.reform-bathroom .item_cstegory_icon {
	background-image: url(../images/bath_icon.png)
}
.reform-washroom .item_cstegory_icon {
	background-image: url(../images/wash_icon.png)
}
.reform-toilet .item_cstegory_icon {
	background-image: url(../images/toilet_icon.png)
}

.item_main_img {
	width: 48%;
	aspect-ratio: 3 / 4;
	border-radius: 12px;
	overflow: hidden;
}
.item_main_info {
	width: 48%;
}
.item_main_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.off_price {
	width: 130px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #E73310;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.item_price {
	flex: 1;
}
.ntr_pack {
	display: inline-block;
	line-height: 1.2;
	padding: 5px 20px;
}

#item_features ul {
	row-gap: 70px;
}
.item_features_img {
	width: 33.3%;
	aspect-ratio: 1 / 1;
	border-radius: 12px;
	overflow:	hidden;
}
.item_features_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item_features_txt {
	width: 64%;
}
.features_ttl {
	display: inline-flex;
	align-items: flex-end;
	column-gap: 7px;
	position: relative;
}
.features_ttl:after {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	border-radius: 10px;
	background: #FEE30D;
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index: -1;
}
.features_num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 4px solid #3B8491;
	padding-bottom: 3px;
}

.gry_txt_area {
	padding: 30px 40px;
	background: #f2f2f2;
	border-radius: 12px;
}

.item_price_block {
		column-gap: 20px;
	}

@media (max-width:991px){
	.item_main_img {
		width: 100%;
		margin-bottom: 30px;
	}
	.item_main_info {
		width: 100%;
	}
	#item_features ul li {
		width: 100%;
	}
}
@media (max-width:767px){
	.item_cstegory_icon {
		width: 36px;
	}
	.maker_logo img {
		transform: scale(0.7);
		transform-origin: left;
	}
	.maker_logo {
		margin-bottom: 0px;
	}

	.off_price {
		width: 90px;
	}
	.off_price .txt-16 {
		font-size:13px;
	}
	.features_num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 3px solid #3B8491;
    padding-bottom: 3px;
	}
	.features_ttl:after {
		height: 14px;
		border-radius: 7px;
		bottom: -3px;
	}
	.gry_txt_area {
    padding: 20px 15px;
	}
	#item_features ul {
    row-gap: 40px;
	}
}

@media (max-width:500px){
	#item_01 .item_price_block {
		padding-bottom: 40px;
		position: relative;
	}
	.ntr_pack {
		display: block;
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.features_ttl {
		margin-bottom: 10px;
	}
	.features_ttl .txt-22 {
		font-size: 15pax;
		line-height: 1.4;
	}
	.features_ttl .txt-36 {
		font-size: 20px;
	}
	.features_num {
    width: 30px;
    height: 30px;
    padding-bottom: 2px;
	}
	.features_ttl:after {
		height: 10px;
		border-radius: 5px;
		bottom: -2px;
	}
	.item_features_txt .txt-16 {
		font-size: 14px;
	}
	
}


/**item archive*******************************/

.reform-type-nav {
	row-gap: 10px;
}

.reform-type-nav__item {
	width: 22.75%;
	height: 60px;
}
.reform-type-nav__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	font-weight: 700;
	line-height: 1.4;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border: 3px solid #64B4C3;
	color: #3B8491 !important;
	background-color: rgba(190,225,231,0);
}
.reform-type-nav__item a span {
	transition: .3s;
}
.reform-type-nav__item.is-all a {
	color: #3B8491 !important;
	background-color: rgba(190,225,231,1);
	pointer-events: none;
	cursor: default; 
}

.item-list {
	column-gap: 3%;
	row-gap: 40px;
}
.item-list__col {
	width: 22.75%;
}
.item-card__thumb {
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 10px;
}
.item-card__thumb img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.item-card__maker {
	display: flex;
	align-items: center;
	column-gap: 7px;
	margin-bottom: 5px;
}
.item-card__maker-log {
	display: flex;
	justify-content: center;
	align-items: center;
}
.item-card__reform-type {
	width: 68px;
	height: 22px;
	border-radius: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #64B4C3;
}

@media (min-width: 768px) {
	.reform-type-nav__item a:hover {
		background-color: rgba(190,225,231,0.3);
	}
	.reform-type-nav__item a:hover span {
		transform: scale(1.1);
	}
	.item-card:hover .item-card__thumb img {
		transform: scale(1.05);
		opacity: 0.8;
	}

}

@media (max-width: 991px) {
	.item-list {
		column-gap: 3.5%;
		row-gap: 40px;
	}
	.item-list__col {
		width: 31%;
	}
}
@media (max-width: 767px) {
	.item-list {
		column-gap: 3%;
		row-gap: 40px;
	}
	.item-list__col {
		width: 48.5%;
	}
}
@media (max-width: 500px) {
	.item-card__reform-type {
		width: 56px;
		height: 20px;
		border-radius: 10px;
		font-size: 12px;
	}
	.reform-type-nav__item {
		width: 23%;
		height: 45px;
	}
}


/*メーカーナビ*/
.maker-nav__list {
	column-gap: 2%;
	row-gap: 20px;
}
.maker-nav__item {
	width: 18.4%;
	height: 60px;
	border: 3px solid #64B4C3;
	border-radius: 12px;
}
.maker-nav__item a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.maker-nav__item--all a {
	color: #3B8491 !important;
	font-weight: 700;
}
.maker-nav__item.is-current {
	background: #bee1e7;

}

/*人気5選*/
.popular-list {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}
.popular-card .item_main_img {
	width: 30%;
}
.popular-card .item_main_info {
	width: 67%;
}
.item_main_info {
	column-gap: 5%;
}
.item_main_info_left {
	width: 22%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.item_main_info_right {
	flex: 1;
}
.item_main_info_right .ntr_pack {
	padding: 5px 10px;
	flex: 1;
}

.reform-items-list-area__header .ttl_wrapper {
	display: inline-block;
}

.popular-card .off_price {
	margin-top: 20px;
}


/*商品一覧*/

.reform_type_link ul li {
	width: 31%;
}

/**ボタン***/
.nvy-btn {
	width: 100%;
	max-width: 350px;
	height: 60px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2B588C;
	box-shadow: 0 6px 0 #133760;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	transition: .3s;
	padding-right:20px;
}
.nvy-btn_small {
	max-width: 280px;
	height: 48px;
}
.nvy-btn .arrow_02 {
	width: 24px;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
}
.nvy-btn_small .arrow_02 {
	width: 21px;
	right: 10px;
}

.nvy-btn:active {
	opacity: 0.7;
	transform: translateY(-6px);
}

.reform_type_link ul li {
	display: flex;
	flex-direction: column;
}
.reform_type_link ul li .nvy-btn{
	margin-top: auto;
	margin-bottom: 0;
}


@media screen and (min-width: 768px) {
	.nvy-btn:hover {
		opacity: 0.7;
		transform: translateY(-6px);
	}
}
@media (max-width: 991px) {
	.item_main {
		flex-wrap: wrap;
	}
	.popular-card .item_main_img {
		width: 100%;
	}
		.popular-card  .item_main_info {
		width: 100%;
	}
	.popular-card .ntr_pack {
			width: 100%;
	}
	
}
@media (max-width: 767px) {
	.popular-card .ntr_pack {
		width: 100%;
		display: block;
		flex: 0 0 auto;
	}
	.maker-nav__item {
		width: 120px;
		height: 50px;
	}
	.maker-nav__list {
    column-gap: 1%;
    row-gap: 10px;
	}
	.popular-card .off_price {
		margin-top: 10px;
		margin-right: 0;
	}
	.reform_type_link ul {
		row-gap: 40px;
	}
	.reform_type_link ul li {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		row-gap: 10px;
	}
	.reform_type_link_image {
		width: 40%;
	}
	.reform_type_link_txt {
		width: 57%;
	}
	.reform_type_link_txt .txt-22 {
		text-align: left;
	}
	.nvy-btn, .nvy-btn_small {
		max-width: none;
	}

}
@media (max-width: 500px){
	.maker-nav__item {
		width: 32%;
		height: 40px;
	}
	.maker-nav__list {
    column-gap: 1%;
    row-gap: 10px;
	}	
	.item_main_info_left {
    justify-content: flex-start;
		width: 90px;
	}
	.popular-item__maker-logo {
		margin-bottom: 0;
	}
	.popular-card .ntr_pack {
    position: relative;
    bottom: auto;
    left: auto;
		margin-top: 10px;
		width: calc(100vw - 30px);
		margin-left: -110px;
  }
	.post-type-archive-item .item_main_txt {
		width: calc(100vw - 30px);
		margin-left: -110px;
	}
	.post-type-archive-item .item_price_block {
      padding-bottom: 0;
	} 
	.popular-section__header .flex {
		justify-content: center;
	}
	.popular-section__header .flex img {
		transform: scale(0.7);
	}
	.top-5-icon {
		margin-top: -30px;
		margin-bottom: -20px;
	}
	.popular-section__ttl {
		margin-bottom: 10px;
	}
	.reform-items-list-area__header .ttl_wrapper {
    display: block;
	}
	.reform-items-list-area .ttl_wrapper .flex-center {
		flex-wrap: wrap;
	}
	.reform-items-list-area .ttl_wrapper .flex-center h2 {
		width: 100%;
	}
	.reform-items-list-area .ttl_wrapper .flex-center .popular-section__maker-logo {
		transform: scale(0.7);
		margin-right: 0;
	}
	.maker-price {
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.maker-price-ttl {
		display: block;
		width: 100%;
	}
}


/*****************************************************
メーカープラン maker-plan
******************************************************/

.post-type-archive-maker-plan .item-list {
	column-gap: 3.5%;
	row-gap: 40px;
}
.post-type-archive-maker-plan .item-list__col {
	width: 31%;
}

.maker-plan-card__downloads {
	display: flex;
	justify-content: space-between;
}
.maker-plan-card__downloads a {
	display: block;
	width: 32%;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	border-radius: 12px;
	letter-spacing: 0;
	transition: .3s;
}
.maker-plan-card__downloads a:nth-child(1){
	color: #fff;
	background: #FE8C0D;
}
.maker-plan-card__downloads a:nth-child(2){
	color: #fff;
	background: #3B8491;
}
.maker-plan-card__downloads a:nth-child(3){
	color: #666;
	background: #F9EA70;
}
.txt-deco {
	font-size: 16px;
	padding: 2px 10px;
	font-weight: 700;
	text-align: center;
	border-radius: 14px;
	letter-spacing: 0;
	margin: 0 5px;
}
.txt-deco.orange {
	color: #fff;
	background: #FE8C0D;
}
.txt-deco.green {
	color: #fff;
	background: #3B8491;
}
.txt-deco.yellow {
	color: #666;
	background: #F9EA70;
}

@media (min-width: 768px) {
	.post-type-archive-maker-plan .item-card:hover .item-card__thumb img {
		transform: none;
		opacity: 1;
	}
	.maker-plan-card__downloads a:hover {
		transform: scale(1.03);
		opacity: 0.7;
	}
	.single-item .maker-plan-card__downloads a {
		padding-top: 5px;
		padding-bottom: 5px;
		border-radius: 17px;
	}
}

@media (max-width: 1200px) {
	.maker-plan-card__downloads a {
		font-size: 1.1vw;
	}
}

@media (max-width: 991px) {
	.post-type-archive-maker-plan .item-list__col {
		width: 48%;
	}
	.post-type-archive-maker-plan .item-list {
		column-gap: 4%;
	}
	.maker-plan-card__downloads a {
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	.txt-deco {
		font-size: 14px;
		padding: 2px 7px;
		text-align: center;
		border-radius: 12px;
		margin: 0 3px;
	}
}
@media (max-width: 650px) {
	.maker-plan-card__downloads {
		flex-direction: column;
		row-gap: 10px;
		align-items: center;
	}
	.maker-plan-card__downloads a {
		width: 100%;
		max-width: 200px;
	}
}
@media (max-width: 500px) {
	.post-type-archive-maker-plan .item-list__col {
		width: 100%;
	}
}
  



/*****************************************************
施工事例
******************************************************/

/* 施工事例一覧：PC */
.related-works-list {
    column-gap: 3%;
    row-gap: 40px;
}
.related-works-item {
    width: 22.75%;
}

/* サムネイル */
.related-works-item__thumb {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
}
.related-works-item__thumb img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

/* メーカーロゴ ＋ タイトル ＋ オーナー */
.related-works-item__meta {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.related-works__maker-logo {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.post-type-archive-works .reform_type_link {
	padding-bottom: 150px;
	margin-bottom: -65px;
}

@media (max-width:1024px){
	.post-type-archive-works .reform_type_link {
		padding-bottom: 134px;
	}
}
@media (max-width:767px){
	.post-type-archive-works .reform_type_link {
		padding-bottom: 126px;
	}
}
@media (max-width:500px){
	.post-type-archive-works .reform_type_link {
		padding-bottom: 105px;
	}
}



/* ----- hover（PCのみ） ----- */
@media (min-width: 768px) {
    .related-works-item__link:hover .related-works-item__thumb img {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

/* ----- タブレット ----- */
@media (max-width: 991px) {
    .related-works-list {
        column-gap: 3.5%;
        row-gap: 40px;
    }
    .related-works-item {
        width: 31%;
    }
}

/* ----- SP ----- */
@media (max-width: 767px) {
    .related-works-list {
        column-gap: 3%;
        row-gap: 40px;
    }
    .related-works-item {
        width: 48.5%;
    }
}

/* ----- SP 小さめ ----- */
@media (max-width: 500px) {
    .related-works__maker-logo img {
        max-height: 20px;
    }
}



/**施工事例_single******************/

.slide-show {
	width: 56%;
}
.works_info {
	width: 40%;
}

/*スライド*/
.works_wrapper {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.works_main-v-wrapper {
	position: relative;
}
.works_main-v {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.works_main-v li {
	width: 100%;
}
.slick-slide-inner {
	width: 100%;
	aspect-ratio: 3 / 2;
	background: #364548;
	text-align: center;
}
.works_thumbnail .slick-slide-inner {
	border-radius: 8px;
	overflow: hidden;
}
.slick-slide-inner img {
	display: block;
	max-height: 100%;
	margin: 0 auto;
}

.landscape {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.portrait {
	height: 100%;
	width: auto;
}

.slick-prev:before, .slick-next:before {
    content:none;
}
.slick-prev, .slick-next {
    width:50px; 
    height:50px;
    cursor: pointer;
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{left:-30px; }
.slick-next{right:-30px; }

@media (max-width: 767px) {
	.slick-prev{
		width:36px;
		height: 36px;
		left:-10px; }
	.slick-next{
		width:36px;
		height: 36px;
		right:-10px; }
}
.works_thumbnail-wrapper {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.works_thumbnail {
	width: calc(100% + 8px);	
}
.works_thumbnail li {
	padding-right: 10px;
	transition: .3s;
}

.slick-num {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 13px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	line-height: 1;
	padding: 3px 12px;
}

.works_info__data ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
	row-gap: 10px;
}
.works_info__data ul li {
	width:48%;
}
.works_info__data ul li .label {
	display: inline-block;
	width: 6em;
}

.works_info_block {
	padding: 10px 0;
	border-bottom: 1px dashed #64B4C3;
}

.related_ttl_wrapper {
	display: inline-block;
}

@media(min-width:768px) {
	.works_thumbnail li:hover {
		opacity: 0.7;
		cursor: pointer;}
}
@media(max-width:767px) {
	.slide-show {
		width: 100%;
		margin-bottom: 30px;
	}
	.works_info {
		width: 100%;
	}
	
}

@media(max-width:500px) {
	.works_info__data ul li {
		width: 100%;
	}
	#works_02 h2 img {
		width: 22vw;
		height: auto;
	}
	.related_ttl_wrapper img {
		width: 22vw;
		height: auto;
	}
}


/***before-after***/

.ba-wrapper {
	column-gap: 5%;
}

#works_03 .before {
	width: 32%;
	position: relative;
}
#works_03 .after {
	width: 50%;
	position: relative;
}
#works_03 .before:before {
	content: "BEFORE";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 20px;
	font-weight: 600;
	width: 100px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #197CB4;
	position: absolute;
	left: 5%;
	top: 0;
	transform: translateY(-50%);
	z-index:1;
}
#works_03 .after:before {
	content: "AFTER";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 24px;
	font-weight: 600;
	width: 118px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #E95D08;
	position: absolute;
	left: 5%;
	top: 0;
	transform: translateY(-50%);
	z-index:1;
}

#works_03 .before img, #works_03 .after img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border-radius: 12px;
}
#works_03 .arrow {
	flex: 1;
	position: relative;
}
#works_03 .arrow img {
	position: absolute;
	top: 30%;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#works_03 {
	position: relative;
	background: linear-gradient(
  to bottom,
  transparent 0%,
  transparent 45%,
  #DDF2F6 45%,
  #DDF2F6 100%
	);
}
#works_03:before {
	content: "";
	display: block;
	width: 100%;
	height: 150px;
	background-image: url(../images/ba-back.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position:absolute;
	top: 45%;
	right: 0;
	left: 0;
	transform: translateY(calc(-100% + 2px));
	z-index: -1;
}

@media (max-width:1300px){
	#works_03:before {
		height: 12vw;
		top: 40%;
	}
	#works_03 {
		background: linear-gradient(
  		to bottom,
  		transparent 0%,
  		transparent 40%,
  		#DDF2F6 40%,
  		#DDF2F6 100%
			);
	}
}

@media (max-width:767px){
	.ba-wrapper {
		column-gap: 3%;
	}
	#works_03 .after {
		width: 65%;
		margin-top: 20%;
	}
	#works_03 .arrow {
		flex: 0 0 auto;
		width: 10%;
		height: auto;
		position: absolute;
		left: 20%;
		top: 50%;
	}
	#works_03 .arrow img {
		position: relative;;
		top: auto;
		right: auto;
		left: auto;
	}
	#works_03 .before:before {
		width: 43%;
		font-size: 2.6vw;

	}
	#works_03 .after:before {
		width: 28%;
		font-size: 3.2vw;
	}
}


/***リフォームのポイント・こだわり***/

#works_04, #works_05, #works_06 {
	background: #DDF2F6;
}

.works_04_inner {
	background: #fff;
	padding: 30px 50px 40px;
	border-radius: 12px;
}
.works_04_inner h2 br {
	display: none;
}

@media(max-width:500px){
	.works_04_inner {
		padding: 20px 15px 20px;
	}
	.works_04_inner h2 img {
		width: 22vw;
		height: auto;
	}
	.works_04_inner h2 br {
		display: inline;
	}
}



/***商品の特長***/

.product_features {
	column-gap: 3%;
	row-gap: 30px;
}

.product_features li {
	width: 22.75%;
}
.feature_img img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border-radius: 12px;
}

#works_05 .crowm_ttl:after, #works_06 .crowm_ttl:after {
    top: -45px;
    left: 0;
}

/***工事の様子***/

.construction-scenes {
	column-gap: 3%;
	row-gap: 30px;
}

.construction-scenes li {
	width: 22.75%;
}
.construction_img img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border-radius: 12px;
}

@media(max-width:767px){
	.product_features li {
		width: 48.5%;
	}
	.construction-scenes li {
		width: 48.5%;
	}
}



/* =========================================
   お客様の声 (Archive Voice)
   ========================================= */

/* アイテム全体の枠組み */
.voice-list li:nth-child(2n) {
	background: #DDF2F6;
}

/* レイアウト（PC） */
.voice-img-col {
    width: 37%;
}
.voice-text-col {
    width: 60%;
}

/* 画像 */
.voice-thumb img {
    width: 100%;
    height: auto;
    border-radius: 12px; /* 角丸 */
    object-fit: cover;
    aspect-ratio: 3 / 4; /* 画像比率を固定する場合 */
}


/* --- スマホ対応 --- */
@media screen and (max-width: 768px) {
    .voice-body {
        display: block; /* 縦積みに */
    }
    .voice-img-col, .voice-text-col {
        width: 100%;
    }
    .voice-img-col {
        margin-bottom: 20px;
    }
    .voice-btn-area {
        text-align: center; /* スマホは中央寄せ */
    }
}

/* =========================================
   お客様の声 (Single Voice)
   ========================================= */
#voice-archive {
    padding-bottom: 150px;
    margin-bottom: -65px;
}

#voice-archive .crowm_ttl:after {
    top: -45px;
		right: 5px;
}

@media(max-width:767px) {
	#voice-archive .crowm_ttl:after {
		transform: scale(0.7);
		top: -30px;
		right: -2px;
	}
}
@media (max-width:767px){
	#voice-archive {
		padding-bottom: 126px;
	}
	#voice-archive .crowm_ttl:after {
		transform: scale(0.7);
		top: -30px;
		right: -2px;
	}
}
@media (max-width:500px){
	#voice-archive {
		padding-bottom: 105px;
	}
}





