@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@media (max-width: 599px) {/* スマホで改行無くす */
	br.sp_no{
		display:none;
	}
}
.txt_center{
	text-align:center;
}
.clear_b{/* 回り込み解除 */
	clear:both;
}
a#page_top{/* ページトップが2つあるので１つ非表示 */
	display:none;
}
/* -------------------------- ヘッダー -------------------------- */
@media (min-width: 960px) {
	.-series .l-header__logo{
		padding-top:40px;
		padding-bottom:0;
	}
}
@media (min-width: 960px) {
  .-series .c-headLogo {
    float:left;
  }
}
@media (min-width: 960px) {
  .-series .l-header__logo .c-catchphrase {
    float:left;
	  width:400px;
	  line-height:1.8em;
  }
}
/* オレンジボタン */
.c-gnav > .menu-item.menu-item-7642 .ttl, .c-gnav > .menu-item.menu-item-7643 .ttl{
	background:#e25504;
	padding:10px 15px;
	border-radius:20px;
}
.c-gnav > .menu-item.menu-item-7642 > a{
	padding-right:8px;
}
.c-gnav > .menu-item.menu-item-7642 > a::after, .c-gnav > .menu-item.menu-item-7643 > a::after{
	background:none;
}
.c-gnav > .menu-item.menu-item-7642 a:hover .ttl, .c-gnav > .menu-item.menu-item-7643 a:hover .ttl{
	background:#fff;
	color:#e25504;
}
/* 1415px以下は説明文消す */
@media (max-width: 1415px) {
  .c-catchphrase {
	  display:none;
  }
}
.mb20{margin-bottom:20px;}

/* 959px以下はロゴを変更 */
@media (max-width: 959px) {
	.c-headLogo__link .c-headLogo__img{
		display: none;
	}
	.c-headLogo__link{
		width:200px;
		background:url("/suzuadmin/wp-content/uploads/suzu_width_logo_3.png") no-repeat 0 center/100%;
	}
}

/* header fixになったとき */
.l-fixHeader .c-gnav > .menu-item.menu-item-7642 .ttl, .l-fixHeader .c-gnav > .menu-item.menu-item-7643 .ttl{
	color:#fff;
}
.l-fixHeader .c-gnav > .menu-item.menu-item-7642 a:hover .ttl, .l-fixHeader .c-gnav > .menu-item.menu-item-7643 a:hover .ttl{
	background:#e25504;
	opacity:1;
	color:#fff;
}
.scrolled .l-fixHeader::before{
	background: rgba(243,244,239,.3) !important;
	backdrop-filter: blur(20px) !important;
}
/* header fixになったときロゴ消す */
.scrolled .l-fixHeader__logo img.c-headLogo__img{
	display:none;
}
@media (min-width: 960px) {
  .scrolled .-series-right .c-gnavWrap {
    margin:0 auto;
  }
}


/* 中ページheader */
.post-type-page .l-header,
.post-type-news .l-header/* newsページ */{
	height:350px;
	position: relative;
	background-size:cover;
	z-index:1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
}
div:not(.home).post-type-page .l-header::before,/* TOPページを除く */
.post-type-news .l-header::before{
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.3); /* ←header画像に黒をかぶせる */
  z-index: 1;
}

.home.post-type-page .l-header::after,
.post-type-news .l-header::after{/* ↑TOPページは外す */
	background:none;
}

.post-type-page .c-pageTitle,
.post-type-news .c-pageTitle{
	position:relative;
	/* text-align:center; */
	border-bottom:none;
}
.post-type-page .c-pageTitle__inner,
.post-type-news .c-pageTitle__inner{
	position: absolute;
	top:-270px;
	z-index:3;
	color:#fff;
	display:inline-block;
}
.post-type-page .c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner,
.post-type-news .c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner{
	border-bottom:none;
}
.post-type-page .c-pageTitle[data-style="b_bottom"],
.post-type-news .c-pageTitle[data-style="b_bottom"]{
	border-bottom:none;
}
/* newsのheader画像  */
.post-type-news .l-header{
	background:url(/suzuadmin/wp-content/uploads/本社キッズルームまわり-10.jpg) no-repeat 100% center;
}

.l-header__inner {
  color:#fff;
}
/* width100%に  */
#header .l-container{
	margin:0;
	max-width:100%;
}
/* (TOPページheader解除)  */
.home.post-type-page .l-header{
	background:none;
	height:auto;
	z-index:5;
}

/* -------------------------- トップページ -------------------------- */


.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
	border:none;
}
/* オレンジ色のh2 */
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
	background:none;
}
h2.h_orange{
	color: #e25504;
	font-weight:normal;
}
h2.h_orange span{
	font-size:2em;
	margin-right:20px;
}
.cl_bt{
	clear:both;
}

/* お客様に喜んでいただける喜び */
.make_happy{
	width:1280px;
	margin:0 auto;
	color:white;
	padding:20px;
}
.post_content .make_happy h2{
background:none;
margin-left:-30px;
font-size:2em;
line-height:1.8;
margin-bottom:0;
	font-weight:normal;
	margin-bottom:10px;
}
.post_content .make_happy h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
border:0
}
.make_happy a{
	text-decoration: underline;
	color:white;
	position:relative;
}
.make_happy a::before{
	position: absolute;
	content:"\f138";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	top:50%;
	right:-40%;
	transform:translatey(-50%);
	font-size:2em;
	text-decoration: none;
}

/* 施工事例 */

@media (min-width: 1020px) {
  .-sidebar-off .works_list .-type-card.-pc-col3 .p-postList__item{
	  width: 33%;
	  padding:0 1.5em 1.5em;
	  border-right:1px solid #c5c5c5;
	  margin-bottom:4em;
  }
  .-sidebar-off .works_list .-type-card.-pc-col3 .p-postList__item:nth-child(3n){
	  border-right:none;
  }
}
.-sidebar-off .works_list .-type-card.-pc-col3 .p-postList__item h2{
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 20px;
}
.-sidebar-off .works_list .-type-card.-pc-col3 .p-postList__item .p-postList__excerpt{
	font-size: 0.8em;
  line-height: 2em;
}
/* 施工事例一覧 */
.post-type-archive-works .c-postThumb__figure,
.post-type-works .c-postThumb__figure,
.single-works .c-postThumb__figure,
.home .c-postThumb__figure{
  aspect-ratio: 0.7 / 1;
}
.post-type-archive-works  .-type-card .p-postList__link,
.single-works  .-type-card .p-postList__link,
.home .-type-card .p-postList__link{
	height:auto;
}


/* それぞれの想いを「カタチ」に。 */
.top_omoi{
	background:url(/suzuadmin/wp-content/uploads/back_suzuhome.png) no-repeat top right;
	background-size:110px;
	margin-bottom:200px;
}
.top_omoi h2{
	text-align:right;
	color:black;
	font-weight:normal;
	font-size:2em;
}
.top_omoi h3{
	font-weight:normal;
	font-size:2em;
}
.top_omoi h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
	background:none;
}
.top_omoi h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
	padding:0;
}
.top_omoi p{
	line-height:2.8;
	padding-bottom:50px;
}


/* 画像の上に縦文字のエリア */
.img_text{
	width:60%;
	margin-top:-100px;
}
.img_text_left{
	float:left;
}
.img_text_right{
	float:right;
}
@media (max-width: 1019px) {
	.img_text{
		width:100%;
	}
	.img_text_left{
		float:none;
	}
	.img_text_right{
		float:none;
	}
}
.img_text .img_box{
	position: relative;
	padding-bottom:170px;
}
.img_text .under_img{
}
.img_text .eng_text{
	position: absolute;
	top:-50px;
	right:0;
	z-index: 1;
	display: inline-block;
	font-size:clamp(3em, 7vw, 4em);
	mix-blend-mode: difference;
	color:#fff;
}
.img_text h4.vertical_text{
	margin:0;
	writing-mode: vertical-rl;
	border:none;
	font-size:clamp(1em, 1.6vw, 1.6em);
	font-weight:normal;
	background:#fff;
	padding:20px 6px;
	z-index: 1;
	top:30%;
	left:14%;
	position:absolute;
}
.img_text h4.vertical_text .text2{
	top:40%;
	left:-120%;
	display:inline-block;
	position:absolute;
	background:#fff;
	padding:20px 6px;
}
.img_text p{
	width:65%;
	position:relative;
	top:-160px;
	left:35%;
}
.img_text p a{
	display:block;
	color:#000;
	font-size:0.8em;
	margin-top:30px;
	position:relative;
}
.img_text p a::before{
  position: absolute;
  content:"\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top:55%;
  left:80px;
  transform:translatey(-50%);
}

/* 法人のお客様へ */
.top_for_hojin{
	width:1100px;
	margin:0 auto;
	padding:20px;
}
.top_for_hojin .ttl{
	float:left;
	width:400px;
}
.top_for_hojin dl a{
	color: #fff;
}
.top_for_hojin dl a:hover{
	background-color: rgb(0 0 0 / .3);
	display:block;
}
.top_for_hojin h2{
	padding:0;
	font-size:2em;
	margin-bottom:10px;
}
.top_for_hojin dl{
	float:right;
	width:520px;
}
@media (max-width: 1119px) {
	.top_for_hojin .ttl, .top_for_hojin dl{
		float:none;
		width:100%;
	}
	.top_for_hojin .ttl{
		margin-bottom:40px;
	}
}
.top_for_hojin dt::before{
	font-weight:normal;
	margin-left:5px;
	margin-right:15px;
	font-size:clamp(1em, 2vw, 2em);
}

/*.top_for_hojin a dt:nth-of-type(1)::before{ content: "01"; }
.top_for_hojin a dt:nth-of-type(2)::before{ content: "02"; }
.top_for_hojin a dt:nth-of-type(3)::before{ content: "03"; }
.top_for_hojin a dt:nth-of-type(4)::before{ content: "04"; } */
.top_for_hojin dt{
	font-size: 1.5rem;
	font-weight:normal;
	padding-top:20px;
	padding-left:20px;
}
.top_for_hojin dd{
	font-size: 0.8rem;
	padding:0 0 30px 20px;
	border-bottom:1px solid #fff;
	position: relative;
}
.top_for_hojin dd::before{
  position: absolute;
  content:"\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top:10%;
  right:7%;
  transform:translatey(-50%);
}

.btnarea{
	clear:both;
	display:flex;
	justify-content: center;
	padding-top:80px;
}
.btnarea a{
	width:347px;
	height:120px;
	background-color: rgb(255 255 255 / .8);
	display:inline-block;
	color:#000;
	text-align:center;
	line-height:120px;
	position: relative;
}
@media (max-width: 1119px) {
	.top_for_hojin{
		width:100%;
	}
	.btnarea{
		display:block;
	}
	.btnarea a{
		display:block;
		margin:0 auto 20px;
	}
}
.btnarea a.orange{
	background-color: rgb(226 85 4 / .8);
	color:#fff;
}
.btnarea a::before{
	position: absolute;
	content:"\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	top:50%;
	right:7%;
	transform:translatey(-50%);
}
.btnarea a:hover{
	background-color: rgb(153 153 153 / .8);
}

/* NEWS & INFORMATION */
h2.top_ttl{
	color:#000;
	font-size: 2rem;
	font-weight:normal;
}
.post_content h2.top_ttl:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
	padding:0 0 0 20px;
}
.top_news h2.p-postList__title{
	font-weight:normal;
}
.top_news a h2.p-postList__title{
	color:#e25504; !important
}
.top_news .-type-simple .p-postList__link{
	padding-left:20px;
}

/* ABOUT US */
.top_aboutus h2,.contact_us h2{/* contact_usのタイトルも */
	font-weight:normal;
}
.top_aboutus h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
.contact_us h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
	padding:0;
}
.top_aboutus span,.contact_us h2 span{
	font-size:2em;
	margin-right:20px;
}
.top_aboutus h3{
	font-weight:normal;
	font-size:2.5em;
	float:left;
	width:300px;
	margin:0;
}
.top_aboutus h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
	background:none;
}
.top_aboutus p{
	float:right;
	width:420px;
}
.btnarea .greeting,.btnarea .company{
	width:445px;
	height:445px;
	color:#fff;
	padding-top:330px;
}
.btnarea .greeting span,.btnarea .company span{
	font-size:1.5em;
}
.btnarea .greeting{
	margin-right:20px;
}
.btnarea .company{
	background:url("/suzuadmin/wp-content/uploads/suzu_company_s2.jpg") no-repeat center/auto 100%;
}
.btnarea a:hover.company{
	background: linear-gradient(rgba(0,0,0,0.50),rgba(0,0,0,0.50)),url("/suzuadmin/wp-content/uploads/suzu_company_s2.jpg") no-repeat center/auto 100%;
}
.btnarea .greeting{
	background:url("/suzuadmin/wp-content/uploads/8106267.jpg") no-repeat center/auto 100%;
}
.btnarea a:hover.greeting{
	background: linear-gradient(rgba(0,0,0,0.50),rgba(0,0,0,0.50)),url("/suzuadmin/wp-content/uploads/8106267.jpg") no-repeat center/auto 100%;
}

.top_aboutus .btnarea a::before{
	content: "\f0a9";
	top:88%;
}

@media (max-width: 599px) {
	.top_aboutus h2 span, .contact_us h2 span{
		display:block;
	}
	.top_aboutus h3{
		width:100%;
		font-size:1.8em;
		float:none;
		padding:0 0 20px;
	}
	.top_aboutus p{
		float:none;
		width:100%;
	}
	
}
@media (max-width: 1119px) {
	.btnarea .greeting{
		margin-right:auto;
		margin-left:auto;
	}
}

/* ラジオ、インスタ、ブログ */
.fullwide_cm_insta_blog .l-article{
	max-width:100%;
}
.radio_insta_blog h3{
	font-weight:normal;
	position: relative;
	margin-bottom:1em;
}
.radio_insta_blog h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
	background:none;
}
.radio_insta_blog h3:before{
	content: '';
  position: absolute;
  left: 50%;
  bottom: 0;/*線の上下位置*/
  display: inline-block;
  width: 120px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color:#e25504;/*線の色*/
}
.radio_insta_blog .swell-block-column{
	border-right:1px solid #c5c5c5;
	padding-right:2rem;
}
.radio_insta_blog .swell-block-column:last-child{
	border:none; !important
	padding-right:0; !important
}
.radio_insta_blog .wp-block-latest-posts__list li,.radio_insta_blog .wp-block-latest-posts:not(.is-grid){
	border:none;
	padding:0;
}
.radio_insta_blog .wp-block-latest-posts__list li a{
	color:#000;
	font-size:1.3em;
}
.radio_insta_blog .wp-block-latest-posts__list li time{
	font-size:0.7em;
}
.radio_insta_blog .wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt{
	font-size:0.85em;
}
/* インスタのボタン揃える */
#sb_instagram .sbi_follow_btn a{
	margin-top:0;
}

@media (max-width: 599px) {
	.radio_insta_blog .swell-block-column{
		border-right:none;
		padding-right:0;
		margin-bottom:100px;
	}
}

/* -------------------------- 固定ページ -------------------------- */
/* タイトル */
h2.wp-block-heading{
	color:#000;
	font-weight: normal;
	text-align: center;
	font-size: 2.3rem;
	margin-bottom:0;
}
.title_en{
	text-align: center;
	font-size: 1rem;
	color:#e25504;
}
.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
	background:none;
}
.post_content h3{
	font-weight: normal;
	font-size: 1.5rem;
	margin-bottom:20px;
	padding-left:0;
}
/* ハウジングトータルサポート */
.post_content .colum_item{
	display: grid;
  place-items: center;
}
.post_content .colum_item h3{
	margin-top:0;
}
.post_content .colum_item .has-swl-deep-04-color{
	font-size:1.5rem;
}
@media (max-width: 959px){
	.swell-block-fullWide .swell-block-columns{
		margin:20px;
	}
}

/* 会社概要 */
.company_tbl{
	background:none;
	border:0;
	width:80%;
	margin-left:50px;
}
@media (max-width: 1119px) {
	.company_tbl{
		width:100%;
		margin-left:0;
	}
}

.company_tbl th,.company_tbl td{
	background:none;
	padding:30px;
	border-right:0;
	border-left:0;
}

/* ---お問い合わせ--- */
/* フォームステップバー */
.progressbar {
	display: flex;
	flex-wrap: wrap;
	max-width:500px;
	margin:0 auto 70px;
}
.progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */
.progressbar .item.active {
    z-index: 1;
    background: #2a2c2e;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #2a2c2e;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}
/* ↑フォームステップバー終わり↑ */

.post_content .inquiry {
	margin-bottom:20px;
}
.post_content tr:last-child > th,
.post_content tr:last-child > td {
  border-bottom: 1px solid #e3e2df;
}
.post_content .inquiry tbody tr {
	border-top: 1px solid #e3e2df;
}
.post_content .inquiry tbody th::before {
	background: none !important;
}
.post_content .inquiry th,
.post_content .inquiry td {
	border:none;
	padding:25px 20px 25px;
}
.post_content .inquiry th {
	width:25%;
}
@media screen and (max-width: 900px) {
	.post_content .inquiry th,
	.post_content .inquiry td{
		display:block;
		width:100%;
	}
	.post_content .inquiry input,
	.post_content .inquiry textarea {
		width:80%;
	}
	.post_content .inquiry th {
		padding:25px 10px 0;
	}
	.post_content tr:last-child > th {
		border-bottom: none;
	}
	.post_content .inquiry td {
		padding:25px 10px 25px;
	}
}
@media screen and (max-width: 600px) {
	.post_content .inquiry input,
	.post_content .inquiry textarea{
		width:100%;
	}
}
.inquiry .haveto {
	font-size: 0.7rem;
	padding: 5px;
	background: #b41919;
	color: #fff;
	border-radius: 2px;
	margin-left: 10px;
	bottom: 1px;
	right:0;
	top:0;
	display: inline-block;
}
.post_content .inquiry input,
.post_content .inquiry textarea {
	border: 1px solid #ccc;
	background: #f9f9f9;
	box-shadow: 3px 3px 0 0 #efefef inset;
	padding: 9px 11px;
}
.post_content .inquiry input[name="date-selection"],
.post_content .inquiry input[name="date-selection2"],
.post_content .inquiry input[name="date-selection3"]{
	margin-bottom:10px;
}
.privacy_policy {
	text-align:center;
	margin-top:80px;
}
/* 知ったきっかけ */
.trigger .wpcf7-list-item {
	display: block;
	height: 30px;
	margin: 0;
}
.trigger .wpcf7-list-item input {
	width: 20px;
	height:20px;
	margin-right:10px;
}
/* 来場予約の希望日時 */
.desired_day div{
	margin-bottom:20px;
}
/* 送信ボタン */
.post_content input#formbtn,
.post_content input#return {
	background: #2a2c2e;
	font-size:1.3rem;
	color: #fff;
	width:350px;
	height:100px;
	margin:20px auto 50px;
	display:block;
	border-radius:10px;
}
.post_content input#return{
	background: #5b5657;
}
.post_content input#formbtn:hover,
.post_content input#return:hover {
	opacity: 0.8;
}
@media screen and (max-width: 400px) {
	.post_content input#formbtn,
	.post_content input#return {
		width:100%;
	}
}
/* （確認画面）送信ボタン */
.confirmation_btn {
	text-align:center;
	margin-top:100px;
}
.post_content .confirmation_btn input#formbtn,
.post_content .confirmation_btn input#return {
	display:inline-block;
	margin:0 20px 50px;
}
@media screen and (max-width: 865px) {
	.post_content .confirmation_btn input#formbtn,
	.post_content .confirmation_btn input#return {
		display:block;
		margin: 0 auto 20px;
	}
}
/* お問い合わせ前エリア */
.catalog_img{
	position:relative;
	top:50px;
}
.catalog_text{
	height:200px;
	padding-top:50px !important;
}
@media (max-width: 599px) {
	.catalog_text{
		height:auto;
	}
}

/* ------NEWS & INFORMATION------ */
/* アーカイブのタイトルを消す */
.post-type-news .c-pageTitle__subTitle{
	display:none;
}
/* 投稿ページの関連記事を消す */
.post-type-news .l-articleBottom__section{
	display:none;
}


/* ------blog------ */
/* アーカイブのタイトル横のカテゴリーを消す */
.category .c-pageTitle__subTitle{
	display:none;
}
/* 記事の変な空白を削除 */
.category .p-postList__link,
.search-results .p-postList__link,
.category-news-blog .p-postList__link{
	height:auto;
}
/* 検索ボックスを白く */
input#wp-block-search__input-1{
	background:#fff;
}
/* 右メニューのカテゴリータイトル */
#sidebar h2.wp-block-heading{
	font-size:16px;
	text-align:left;
	border-bottom:1px solid #e25504;
	padding:10px;
	margin-bottom:10px;
}



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


/* ヘッダー(blog、検索結果のヘッダーも込み) */
.post-type-works #header .ttl,
.category #header .ttl,
.category-news-blog .ttl,
.single-post #header .ttl,
.search-results #header .ttl{
	color:#000 ;
}
.post-type-works #header .sub-menu .ttl,
.category #header .sub-menu .ttl,
.single-post #header .sub-menu .ttl,
.category-news-blog #header .sub-menu .ttl,
.search-results #header .sub-menu .ttl{
	color:#fff; !important
}
.post-type-works .c-catchphrase,
.category .c-catchphrase,
.single-post .c-catchphrase,
.category-news-blog .c-catchphrase,
.search-results .c-catchphrase{
	color:#000 ;
}
.post-type-works .l-header__logo,
.category .l-header__logo,
.single-post .l-header__logo,
.category-news-blog .l-header__logo,
.search-results .l-header__logo{
	padding-top:20px;
	margin-bottom:20px;
}
.post-type-works .c-headLogo img,
.category .c-headLogo img,
.single-post .c-headLogo img,
.category-news-blog .c-headLogo img,
.search-results .c-headLogo img{
	width:150px;
}

/* ヘッダーを追従させない */
@media not all and (min-width: 960px) {
	.post-type-works .l-header[data-spfix="1"],
	.category .l-header[data-spfix="1"],
	.single-post .l-header[data-spfix="1"]{
    position: static;
  }
}

/* 見出し画像 */
.post-type-works .l-topTitleArea {
    min-height: 400px;
}
@media (min-width: 600px) {
  .post-type-works .l-topTitleArea {
    min-height: 800px;
    padding: 1em 0;
  }
}
.post-type-works .c-filterLayer.-texture-dot::after{
	background-image:none;/* 背景ドットなし */
}
.post-type-works .l-topTitleArea .c-postTitle__ttl{
	font-weight:normal;
}

/* 日付消す */
.post-type-works .c-postTitle__date,
.post-type-works .p-articleMetas__times,
.post-type-works .p-postList__meta{/* 施工事例アーカイブ */
	display:none;
}
/* h2タイトル */
.post-type-works h2.wp-block-heading{
	text-align:start;
	font-size:1.5rem ;
	line-height: 2.2;
}
.post-type-works .post_content h2{
	margin:0;
}
.post-type-works .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
	padding:0;
}
.post-type-works .explanation{
	line-height: 2.5;
	font-size:0.9rem ;
}
.post-type-works .p-articleHead{
	margin-bottom:50px;
}
.post-type-works .p-articleMetas.-top{
	margin-bottom:20px;
}

/* お客様の声タイトル */
.post-type-works h3.fukidashi {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #333333;
  background-color: #ffffff;
	margin:0 auto;
}
.post-type-works h3.fukidashi::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #333333;
  background-color: #ffffff;
}
.post-type-works h3.fukidashi::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
}
/* お客様の声中 */
.post-type-works .qa .swell-block-faq p{
	line-height: 1.8; !important
	font-size:0.9rem ;
}
.post-type-works .qa .swell-block-faq .faq_a::before {
	top: 1.3em;
}
.post-type-works .qa img{
	border-radius:10px;
}
/* 関連記事のタイトル消す */
.post-type-works h2.l-articleBottom__title{
	display:none;
}

/* 施工事例アーカイブ */
.post-type-works .seko_cate,
.home .seko_cate {/* TOPページ */
	margin-bottom:20px;
}
.post-type-works .seko_cate a, /* カテゴリー */
.home .seko_cate a {/* TOPページ */
	background:#fff;
	color:#000;
	font-size:13px;
	padding:5px 8px;
	margin-right:5px;
}
.post-type-works .p-postList__link h2.p-postList__title{/* タイトル */
	font-size:1.25rem;
	font-weight:normal;
	margin-bottom:20px;
}
.post-type-works .p-postList__excerpt{/* 説明文 */
	font-size:14px;
	margin-bottom:20px;
}
/* タグ */
.post-type-works .features_tag::before,
.home .features_tag::before{/* TOPページ */
	content: "keywords：";
	color:#7d7566;
	font-style: italic;
	margin-right: 4px;
	letter-spacing: .05em;
}
.post-type-works .features_tag a,
.home .features_tag a{/* TOPページ */
	color:#000;
	font-size:13px;
}
.post-type-works .features_tag a::after,
.home .features_tag a::after{/* TOPページ */
	content: " ／ ";
}
.post-type-works .features_tag a:last-child::after,
.home .features_tag a:last-child::after{/* TOPページ */
	content: "";
}
.post-type-works .features_tag a:hover,
.post-type-works .seko_cate a:hover,
.home .features_tag a:hover,/* TOPページ */
.home .seko_cate a:hover{/* TOPページ */
	opacity: .6;
}

.post-type-works .l-topTitleArea__body .features_tag a{/* 施工事例ページタグ */
	color:#fff; !important
}
.post-type-works .l-topTitleArea__body .features_tag::before{/* 施工事例ページタグ */
	color:#fff; !important
}
/* スラッグを非表示 */
.post-type-works .c-pageTitle__subTitle{
	display:none;
}
/* 画像 */
.post-type-works .-type-card .p-postList__link{
	height:auto;
}
/* 施工事例リスト */
.post-type-works .p-postList__item{
	padding-left: 2.5%;
  padding-right: 2.5%;
  margin-top: 35px;
  border-right: solid 1px rgba(181,181,181,.5);
  padding-bottom: 42px;
  margin-bottom: 2%;
}
/* ↑の右端線を消す */
@media screen and (max-width: 599px) {
	.post-type-works .p-postList__item{
		border-right:none;
	}
}
@media screen and (max-width: 1019px) {
	.post-type-works .p-postList__item:nth-child(2n){
		border-right:none;
	}
}
@media screen and (min-width: 1020px) {
	.post-type-works .p-postList__item:nth-child(3n){
		border-right:none;
	}
}
/* 関連記事の場合 */
.post-type-works #after_article .p-postList__item{
	padding-left: 2.5%;
  padding-right: 2.5%;
  margin-top: 35px;
  border-right: solid 1px rgba(181,181,181,.5);
  padding-bottom: 42px;
  margin-bottom: 2%;
}
@media screen and (max-width: 599px) {
	.post-type-works #after_article .p-postList__item:nth-child(2n){
		border-right:none;
	}
}
@media screen and (min-width: 600px) and (max-width: 1239px) {
	.post-type-works #after_article .p-postList__item:nth-child(3n){
		border-right:none;
	}
}
@media screen and (min-width: 1240px) {
	.post-type-works #after_article .p-postList__item:nth-child(4n){
		border-right:none;
	}
}


/* アーカイブタイトル(blogのアーカイブカテゴリーも込み) */
.post-type-works .c-pageTitle,
.category .c-pageTitle{
	position:relative;
	height:200px;
	width:100%;
	background-image:url(/suzuadmin/wp-content/uploads/back_ttl.png);
	background-repeat: repeat-x;
	background-size:1114px 172px;
	animation: loop-slide 30s infinite linear;
}
@keyframes loop-slide {
 from {
        background-position: 0  0;
    }
    to {
        background-position: -1114px 0;
    }
}
.post-type-works .c-pageTitle__inner,
.category .c-pageTitle__inner{
	text-align: center;
	padding-top: 60px;
	font-size: 2.3rem;
}

.post_content .contact_us h2{
	margin-bottom:2em;
}


/* ------選べる標準仕様------ */

/* プランリスト */
.post-name-plana .post_content,
.post-name-planb .post_content,
.post-name-select_standard .post_content{
	position:relative;
}
.post-name-plana ul.plan_list,
.post-name-planb ul.plan_list,
.post-name-select_standard ul.plan_list{
	display: table;
	margin: 0 auto 100px;
	padding: 0;
	width: 80%;
	text-align: center;
	background:#ee5904;
	border:#ee5904;
	/* position:absolute;
	top:-170px;
	right: 0;
	left: 0; */
}
.post-name-select_standard ul.plan_list{
	position:static;/* タイトルがずれる対策 */
}
.post-name-plana ul.plan_list li,
.post-name-planb ul.plan_list li,
.post-name-select_standard ul.plan_list li{
	display: table-cell;
	width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
}
.post-name-plana ul.plan_list li a,
.post-name-planb ul.plan_list li a,
.post-name-select_standard ul.plan_list li a{
	display: block;
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
	color:#fff;
}
.post-name-plana ul.plan_list li::before,
.post-name-planb ul.plan_list li::before,
.post-name-select_standard ul.plan_list li::before{
	display: block;
    content: "";
    width: 1px;
    height: 1em;
    line-height: 1;
    background-color: #9f420c;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
}
.post-name-plana ul.plan_list li:hover,
.post-name-planb ul.plan_list li:hover,
.post-name-select_standard ul.plan_list li:hover{
	background-color: #9f420c;
}
.post-name-plana ul.plan_list li:nth-child(2){
	background-color: #9f420c;
}
.post-name-planb ul.plan_list li:nth-child(3){
	background-color: #9f420c;
}
.post-name-select_standard ul.plan_list li:nth-child(1){
	background-color: #9f420c;
}

/* 位置調整 */
@media (max-width: 959px) {
	.post-name-plana ul.plan_list,
	.post-name-planb ul.plan_list,
	.post-name-select_standard ul.plan_list{
		top:-130px;
	}
}
@media (max-width: 599px) {
	.post-name-plana ul.plan_list,
	.post-name-planb ul.plan_list,
	.post-name-select_standard ul.plan_list{
		position:static;
	}
	.post-name-plana ul.plan_list li,
	.post-name-planb ul.plan_list li,
	.post-name-select_standard ul.plan_list li{
		display:block;
		width:100%;
	}
}
 /* パンくずを少し下に */
.post-name-plana .p-breadcrumb,
.post-name-planb .p-breadcrumb,
.post-name-select_standard .p-breadcrumb{
	position:relative;
}
.post-name-plana .p-breadcrumb .p-breadcrumb__list,
.post-name-planb .p-breadcrumb .p-breadcrumb__list,
.post-name-select_standard .p-breadcrumb .p-breadcrumb__list{
	position:absolute;
	bottom:-50px;
}
@media (max-width: 959px) {
	.post-name-plana .p-breadcrumb .p-breadcrumb__list,
	.post-name-planb .p-breadcrumb .p-breadcrumb__list,
	.post-name-select_standard .p-breadcrumb .p-breadcrumb__list{
		bottom:-80px;
	}
}
@media (max-width: 599px) {
	.post-name-plana .p-breadcrumb .p-breadcrumb__list,
	.post-name-planb .p-breadcrumb .p-breadcrumb__list,
	.post-name-select_standard .p-breadcrumb .p-breadcrumb__list{
		position:static;
	}
}

/* プラン説明エリア */
.post-name-plana .plan_introduction .__parallaxLayer::before,
.post-name-planb .plan_introduction .__parallaxLayer::before,
.post-name-select_standard .plan_introduction .__parallaxLayer::before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(243,235,225,1) 20%, rgba(243,235,225,0) 100%);
}
.post-name-plana .plan_introduction .explanation,
.post-name-planb .plan_introduction .explanation,
.post-name-select_standard .plan_introduction .explanation{
	width: 96%;
    max-width: 1260px;
    padding: 4em;
    box-sizing: border-box;
    margin: -20em auto 0;
    background: rgba(255,255,255,0.8);
    position: relative;
    z-index: 2;
	text-align:center;
}
.post-name-plana .plan_introduction .explanation h2,
.post-name-planb .plan_introduction .explanation h2,
.post-name-select_standard .plan_introduction .explanation h2{
	color:#9f420c;
	margin-bottom:0;
	padding-bottom:10px;
	display:inline-block;
}
.post-name-plana .plan_introduction .explanation h2 + p,
.post-name-planb .plan_introduction .explanation h2 + p,
.post-name-select_standard .plan_introduction .explanation h2 + p{
	display:inline-block;
	padding-bottom:10px;
}
.post-name-plana .plan_introduction .explanation p:nth-child(3),
.post-name-planb .plan_introduction .explanation p:nth-child(3),
.post-name-select_standard .plan_introduction .explanation p:nth-child(3){
	border-top:1px solid #000;
	padding-top:20px;
}
.post-name-plana .plan_introduction .explanation p,
.post-name-planb .plan_introduction .explanation p{
	margin-bottom:20px;
	text-align:left;
}

/* プラン内容部分 */
.post-name-plana h3.has-text-align-center,
.post-name-planb h3.has-text-align-center{
	border-bottom:1px solid #000;
	margin-bottom:20px;
}
.plan_box{
	margin-bottom:200px;
}
.post-name-plana .manufacturer,
.post-name-planb .manufacturer{
	padding-top:20px;
	text-align:center;
	margin-bottom:60px;
}
.post-name-plana .all_hyoujun h3.has-text-align-center,
.post-name-planb .all_hyoujun h3.has-text-align-center{
	border-bottom:none;
}

/* 選べる標準仕様　プラン説明 */
.explanation h3{
	border-bottom:1px solid #000;
}
.explanation h3 span{
	font-size:0.7em;
}
.post-name-select_standard ul.plan_list + h2{
	margin-top:0;
}
.post-name-select_standard .explanation li{
	width: calc(33.33%);
	float:left;
	list-style:none;
	border-left:1px solid #ddd;
	padding:1em;
	margin-top:30px;
	margin-bottom:50px;
}
.post-name-select_standard .explanation li:nth-child(1){
	border-left:none;
}
.post-name-select_standard .explanation li img{
	margin-bottom:10px;
}
.post-name-select_standard .explanation h4{
	border-left:none;
	margin-top:0;
}
.post-name-select_standard .explanation .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
	padding:0;
	border-left:none;
	font-size: 150%;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
}
@media (max-width: 599px) {
	.post-name-select_standard .explanation li{
		width:100%;
		padding:none;
		border-left:none;
		border-bottom:1px solid #ddd;
		margin-top:10px;
		float:none;
		margin-bottom:20px;
	}
	.post-name-select_standard .explanation ul{
		padding:0;
	}
	.explanation h3 span::before{
		content:"\A";
 		white-space:pre;
	}
}


/* ------スズホームの強み------ */
.post-name-suzu_strengths .strengths_right .wp-block-media-text__content,
.post-name-suzu_strengths .strengths_left .wp-block-media-text__content{
	position:relative;
	background:#f3ebe1;
	padding:40px;
	width:500px;
}
.post-name-suzu_strengths .strengths_right .wp-block-media-text__content{
	right:100px;
}
.post-name-suzu_strengths .strengths_left .wp-block-media-text__content{
	left:100px;
}
@media (max-width: 1199px) {
	.post-name-suzu_strengths .strengths_left_blanc{
		width:0;
	}
}
@media (max-width: 1099px) {
	.post-name-suzu_strengths .strengths_right .wp-block-media-text__content,
	.post-name-suzu_strengths .strengths_left .wp-block-media-text__content{
		position:initial;
		width:100%;
		padding:0;
	}
	.post-name-suzu_strengths .strengths_right_blanc{
		width:0;
	}
}


/* ------家づくりの流れ------ */
.flow_house h2{
	display:inline-block;
	border-bottom:1px solid #33231b !important;
	border-left:1px solid #33231b !important;
	padding-bottom:20px !important;
	padding-left:30px !important;
	padding-right:30px !important;
}
.flow_house .flow_number_h2{
	text-align:center;
	margin-bottom:80px;
}

.flow_house .wp-block-media-text__content{
	width:70%;
	margin-left:40px;
}
.flow_house .flow_number,
.post-name-corporate .flow_number{/* スズホームに任せられるページにも追加 */
	width:80px;
	height:80px;
	border-radius:50%;
	background: #33231b;
	color:#fff;
	display:inline-block;
	text-align:center;
	font-size:2em;
	padding-top:-40px;
	line-height:25px;
	margin-right:30px;
}
.flow_house .flow_number::before{
	content:"STEP\A";
	font-size:0.4em;
	white-space: pre;
	padding-top:5px;
}
.flow_house h3{
	display:inline-block;
	margin-top:0;
}
.flow_house .flow_comment p{
	margin-bottom:20px;
}
.flow_house hr{
	margin:6em 0;
}
@media (max-width: 599px) {
	.flow_house .wp-block-media-text__content{
		width:100%;
		margin-left:0;
	}
	.flow_house hr{
		margin:3em 0;
	}
}


/* ------まるごと任せられる------ */
.post-name-corporate .flow_number{
	padding-top:0;
	line-height:80px;
	margin:0 auto;
}
.post-name-corporate h2{
	margin-top:0;
	margin-bottom:50px;
}
.post-name-corporate h3{
	margin-top:20px;
	margin-bottom:0px;
}
.post-name-corporate .total_support h4{
	margin:0 0 20px !important;
}
.post-name-corporate .strengths3 img{/* スズホームの３つの強み 画像高さ合わせ */
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.post-name-corporate .total_support img{/* ハウジングトータルサポート 画像高さ合わせ */
	width: 100%;
	height: 200px;
	object-fit: cover;
}




/* -------------------------- footer -------------------------- */

/* CONTACT US */
.contact_us .txt_center{
	text-align:center;
}
.contact_us .free_tell{
	margin-top:50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_us .btnarea .toiawase{
	margin-right:1px;
}
@media (max-width: 599px) {
	.contact_us .free_tell{
		align-items:baseline;
		display:block;
		text-align:center;
	}
	.contact_us .free_tell a{
		display:block;
	}
}
@media (max-width: 1119px) {
	.contact_us .btnarea .toiawase{
		margin-right:auto;
		margin-left:auto;
	}
}

/* footer */
#footer{
	background:#f3ebe1;
}
#footer .insta,#footer .health{
	display:inline-block;
	float:left;
}
@media (max-width: 959px) {
	#footer .footer_company{
		width:100%;
		margin-bottom:50px;
		text-align:center;
	}
	#footer .footer_logo{
		margin-right:auto;
		margin-left:auto;
		display:inline-block;
	}
	#footer .gmap_btn{
		text-align:center;
	}
}
/* footerをwidth100%に */
#footer .l-container{
	margin-right:0;
	margin-left:0;
	max-width:100%;
}
@media (min-width: 960px) {
  .w-footer {
    display: block;
  }
}
.swell-block-columns.footer{
	padding-top:100px;
}










/* 共通 */
.swiper-postListWrap .p-postList {
	flex-wrap: nowrap;
	margin: 0;
}

/* カード型 */
.swiper-postListWrap .-type-card .p-postList__item {
	padding: 0;
}
.swiper-postListWrap .swiper-pagination-bullet {
    background: currentcolor;
    color: inherit;
}

/* サムネイル型 */
.swiper-postListWrap .-type-thumb .p-postList__item {
	padding: 0;
}
.p-postList.-type-thumb + .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -4.5px;
}