@charset "UTF-8";
/*
Theme Name: wald-inc-child
Description: 子テーマコンテンツ設定
*/

/******************************************************************************
**【日本語ページ／英語ページの識別について】
** bodyタグに付くid, classは基本的に同じです。各言語で次のclassが追加出力されます。
** 日本語ページ共通出力クラス：lang-jp, 日本語トップページ：home-jp
** 英語ページの共通出力クラス：lang-en, 英語版トップページ：home-en
**【例】英語ページの識別＝body.lang-en 等で可能
**【例】英語トップページ＝body#home.lang-en, body.lang-en.home, body.home-en 等
** ※idは優先度で負ける場合のみ使用を推奨, セレクタは少ないほうが高速
*******************************************************************************/
/* 更新による変更作業メモ
(body)#service.parent  → (body).page-service
(body)#flexible.parent → (body).page-flexible
(body)#service.child   → (body).parent-service
(body)#service.子スラッグ → (body).page-子スラッグ
(body)#profile.子スラッグ → (body).page-子スラッグ
*/

/* 英語版の共通設定（body.lang-en）
***********************************/

/* 英語版スクロール表示フッターボタン（暫定処置：トップ戻るボタンのみ）*/
body.lang-en #container {
	margin-bottom: 0;
}
body.lang-en #footer {
	padding-bottom: 0;
}
body.lang-en .page-top{
  position:fixed;
  right: 20px;
  bottom: 2.4em;
  z-index: 999;
}
body.lang-en .page-top a {
  color:#fff;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  padding:9px 14px;
  line-height:100%;
  border-radius: 0;
  font-size:11px;

  background: rgba(153,153,153,.8);
  border: none;
}
body.lang-en .page-top a:hover{color:#fff !important;}
@media (any-hover:hover) {body.lang-en .page-top a:hover{ background: rgba(153,153,153,.6);}}

body.lang-en #copyright {
	padding-right: 0;
}

/*-----------------------------
** 英語版トップページ（body.home-en を採用）
------------------------------*/
/*body.home-en #home-contents {
	padding-bottom: 1em;
}
body.home-en .area-banner {
	margin-bottom: 0;
	padding-bottom: 2em;
}*/
.en-home-contents .home-gallery-slider .slide-01 img {
	aspect-ratio: 3 / 4;
	max-height: 350px;
}
@media (max-width:575.98px) {
.en-home-contents .home-gallery-slider .slide-01 img {
	object-fit: contain;
}	
}

/* 以下、日本語・英語ページ共通 */
/****************************************************************************
** トップページコンテンツ -home only-
*****************************************************************************/
/* slick初期設定変更 
******************************/
.slick { display: none;}
.slick.slick-initialized {
	display: block;
}
.slick .slick-track { display: flex;}
.slick .slick-slide { height: auto !important; border: none;}

.slick.slick-vertical .slick-track { flex-direction:column;}

/*.slick .slick-track:before,
.slick .slick-track:after { display: inline;}*/
/*.slick .slick-slide {
	float: none;
	height: auto;
	border: none;
}
.slick .slick-slide > div {
    height: 100%;
}*/

/* dots：スライド1つのときはドット非表示 */
.slick-dots > li:first-child:last-child {
    display: none;
}
/* arrow */
.slick {
	margin: 0 30px;
}
.slick-prev { left: -30px; z-index:1;}
.slick-next { right: -30px;}
.slick-prev, .slick-next{
    width: 32px;
    height: 32px;
}
.slick-prev:before, .slick-next:before {
	font-size: 30px;
    color: var(--gray444);
    opacity: 1;
}

.slick .slick-slide {
	margin: 10px;
}
.slick .slick-slide,
.slick .slick-slide-media {
	/*width: 100%; ※設定すると連続スライダーが表示されなくなる */
	/*align-items: flex-start;*/ /* 要るか？ */
}
.slick-slide-media img {
	width: 100%;
	height: auto;
	align-self: flex-start;
	object-fit: contain; /* unset fill contain cover none scale-down */
	/*object-position: center top;*/
	/*overflow: hidden;*/
}
.slick-slide-title {
	font-weight: bold;
	margin: .5em 0;
}
.slick-slide-date, 
.slick-slide-text {
	display: block;
	font-size: 1.3rem;
	line-height: 1.3;
}

.slick a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.slick a:hover, .slick a:focus {
	color: inherit;
	opacity: 0.8;
}

/*----------------------------------------------------------------
** #home-contents内に配置のslickスライダー
-----------------------------------------------------------------*/
/* #home-event-slider .slick.home-event-slider
************************************************/
.home-event-slider .slick-slide {
	background-color: #fff;
	box-shadow: 1px 1px 7px rgba(153,153,153,.3);
}
.home-event-slider .slick-slide-media img {
	aspect-ratio: 3 / 2;  /*16 / 9*/
}
.home-event-slider .slick-slide-content {
	padding: .8em 1em 1em;
}
.home-event-slider .slick-slide-content .btn-entry-cat {
	color: #fff;
	padding: .35em; 
}

/* #home-contents-feature .slick.home-tech-slider
************************************************/
.home-tech-slider .slick-slide {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 12px;
	display: flex;
	flex-direction: column;
}
.home-tech-slider .slick-slide-media img {
	aspect-ratio: 1 / 1.2;
	object-fit: scale-down;
	max-width: 240px;
}
.home-tech-slider .slick-slide-text {
	margin-top: auto;
}

/* #home-contents-gallery .slick.home-gallery-slider
** #home-contents-voice .slick.home-voice-slider
************************************************/
.home-gallery-slider .slick-slide,
.home-voice-slider .slick-slide {
	margin: 0 15px;
}

.home-gallery-slider .slick-slide-media img {
	object-fit: cover;
	object-position: center center;
	/*aspect-ratio: 4 / 3;
	width: auto;
	height: 100%;
	max-height: 280px;*/
	aspect-ratio: 4 / 3;
	max-height: 280px;
}
.home-gallery-slider .slick-slide-title:last-child {
	display: table;
	text-align: left;
	margin: 0 auto;
}

.home-voice-slider .no-image {
	border: 1px solid var(--bg-light-gray);
}

/* #home-contents-feature .slick.home-flexible-slider
** 画像のみの途切れないループスライダー
************************************************/
.slick.home-flexible-slider,
.home-flexible-slider .slick-slide {
	margin: 0;
}
.home-flexible-slider .slick-slide-media img {
	object-fit: cover;
	width: auto;
	height: 12vw;
	max-height: 140px;
	min-height: 100px;
	border-right: 1px solid #fff;
	/*backface-visibility: hidden;*/ /* 画像ぼやけ対策(現在は不要そう) */
}

/*----------------------------------------------------------------
** ホームトップビジュアル設定
** home-topvisual-image ＝画像設定のみ(スライダー適用なし)
** home-topvisual-slider＝slick適用, jsでzoom-fade
-----------------------------------------------------------------*/
.home-topvisual-image,
.home-topvisual-slider {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
    left: 0;
	margin: auto;
	width: 100vw;
	min-width: 100%; /* 不要? */
	min-height: 100vh;
	/*min-hieght: 100%;*/
	overflow: hidden;
	z-index: -1;
}
.home-topvisual-image img,
.home-topvisual-slider .zoom-fade-media img {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	min-width: 100%; /* 不要? */
}
.home-topvisual-slider .add-animation {
	animation: zoom_fade 10s 0.5s both;
	/*perspective: 1000;*/
}
@keyframes zoom_fade {
  0% {
	-webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* 透過黒レイヤー */
.home-topvisual-image .zoom-fade-media,
.home-topvisual-slider .zoom-fade-media{
	position: relative;
	width: 100%;
	max-width: 100%;
}
.home-topvisual-image .zoom-fade-media::before,
.home-topvisual-slider.slick-initialized .zoom-fade-media::before{
	background-color: rgba(0,0,0,.13);
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* topvisualをコンテンツ内に配置する場合はコメントアウト（opacityでz-indexが無効になる） */
/*.home-parallax-wrap {
	opacity: 0;
	transition: opacity 0.5s ease-out;
}
.home-topvisual-slider.slick-initialized + .home-parallax-wrap {
	opacity: 1;
}*/

/*----------------------------------------------------------------
** home-parallax（in #header.home-header）
** パララックス風動作：ホームトップビジュアルが背景
-----------------------------------------------------------------*/
.home-parallax-wrap {
	width: 100%;
}
.home-parallax {
	/*position: relative;*/
	color: #fff;
	min-height: 100vh;
	padding: 0 36px;
}
.home-parallax .parallax-content {
	width: min(100%, 767px);
	margin: 0 auto;
}

/* parallax01 */
.home-parallax01 {
	text-align: center;
}
.home-parallax01 .parallax-content {	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: calc(100vh - (16vh + 100px));
	padding-top: 16vh;
}
/* logo */
.home-parallax-logo {
	width: min(50vw, 260px);
}
	.home-parallax-logo-text{
		line-height: 1.3;
	}
.home-parallax01 .scroll-please {
	margin-bottom: 16vh;
}

/* parallax02 */
.home-parallax02 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home-parallax02-borderbox {
	border: 1px dashed #fff;
	padding: var(--box-padding-s);
	margin: 2em auto;
}
.home-parallax02 .home-readmore {
	margin: 2.5em 0 4em auto;
}
/* home-parallax-catch */
.home-parallax-catch-jp {
	color: #fff;
	font-size: clamp(17px, 2.6vw, 22px);
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0.25em 10px 0;
}
.home-parallax-catch-en {
	color: #fff;
	font-size: clamp(20px, 5.8vw, 48px);
	line-height: 1;
	margin-bottom: 7px;
}
@media (min-width:640px) {
  .home-parallax-catch { text-align: center;}
}

/* shadow */
/* 灰#444,茶ベース#4a3e3d,緑ベース#303b30 */
.home-parallax-logo {
	filter: drop-shadow(1px 1px 2px #303b30);
}
.header-loading-text,
.home-parallax-logo-text,
.home-parallax02 .parallax-content {
	text-shadow: 1px 1px 3px #303b30;
}
/*.home-parallax .home-readmore {
	text-shadow: none;
}*/

/* for home-parallax
**********************************/
body#home #body {
	background-color: #fff;	
}
body#home #gNavi {
	background-color: #fff;
	margin: 0 auto;
	/*【英語版対応】ナビがクリックできなくなるため追加 */
	position: relative;
	z-index: 1;
}
@media (min-width:768px) {
  body#home #gNavi {
	padding: 1.2em 0;
  }
}
/* トップページのみロゴ出力（1100px以上） */
@media (min-width:1100px) {
 body#home #gNavi .inner {
	display: flex;
	justify-content: center;
	align-items: center;
 }
 body#home #gNavi .gnavi-logo {
	display: block;
 }
}

/* scroll-please & arrow
***********************************/
.scroll-please {
	position: relative;
	display: inline-block;
	padding-top: 70px;
}
.scroll-please::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	border: solid #fff;
	border-width: 0 0 1px 1px;
	transform: rotate(-45deg);
	display: inline-block;
	width: 20px;
	height: 20px;
	animation: scrolldown_arrow 3.5s 0.5s infinite;
	opacity: 0;
}
@keyframes scrolldown_arrow {
  0% {
	opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  80%, 100% {
    opacity: 0;
  }
}

/*----------------------------------------------------------------
** トップページコンテンツ（#home-contents）
-----------------------------------------------------------------*/
#home-contents img {
	display: block;
	margin: 0 auto;
}
	#home-contents img.icon-svg {
		display: inline;
		vertical-align: bottom;
		width: 1.2em;
		margin: 0 3px 1px 0;
	}

#home-contents > section {
	padding: 3em 0;
}

.home-section-lead {
	width: min(95%, 767px);
	margin: 0 auto;
}

/* home btn(.btn-visit) */
#home-contents .btn-visit {
	display: block;
	color: #fff;
	/*font-size: 1.6rem;*/
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	margin: 0 auto;
}
#home-contents .btn-visit a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: inherit;
	text-decoration: none;
	padding: var(--box-padding);
	margin: 0 auto;
}
#home-contents .btn-visit a:hover { color: inherit;}

#home-contents .btn-visit a::before {
	flex-shrink: 0;
	content: "";
	display: block;
	font-family: "icomoon";
	font-weight: normal;
	font-size: 125%; /*2.0rem*/
	margin-right: .5em;
}
#home-contents .btn-visit a::before { content: "\e905";}


/* #home-contents-feature 
**************************************/
#home-contents-feature .waku-green {
	border: 3px solid var(--main-green);
	background-color: var(--bg-light-main-green);
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 12px;
	margin: 0 5px 10px;
}
#home-contents-feature .text-green {
	color: var(--main-green);
	font-size: var(--fzS);
	margin-bottom: .4em;
}
#home-contents-feature .text-greenbox {
	background-color: var(--main-green);
	color: #fff;
	font-size: var(--fzS);
	padding: .4em;
	margin-bottom: 1em;
}
#home-contents-feature .waku-green .title {
	line-height: 1.6;
	margin-bottom: .8em;
}
#home-contents-feature .text-greenbox,
#home-contents-feature .waku-green .title,
#home-contents-feature .waku-green a {
	margin-top: auto;
}
#home-contents-feature .plus-and-text {
	font-weight: bold;
	line-height: 1.4;
	width: 80%;
	margin: 1em auto 1.5em;
}
#home-contents-feature .box-shadow {
	padding: var(--box-padding);
	margin: 0 10px;
}
#home-contents-feature .box-shadow .title {
	line-height: 1.6;
	margin-bottom: .8em;
}

/* a, arrow */
#home-contents-feature .waku-green,
#home-contents-feature .box-shadow {
	position: relative;	
}
#home-contents-feature .waku-green a,
#home-contents-feature .box-shadow a {
	text-decoration: none;
}
#home-contents-feature .waku-green a::before,
#home-contents-feature .box-shadow a::before {
    position: absolute;
	content: '';
    top:0;
    left:0;
	display: block;
    width: 100%;
    height: 100%;
}
#home-contents-feature .box-shadow {
	padding-right: 16px;
}
#home-contents-feature .box-shadow a {
	width: 6.5em;
	text-align: right;
	margin-right: -5px;
}
/* hover */
@media (any-hover:hover) {
  #home-contents-feature .waku-green:hover,
  #home-contents-feature .box-shadow:hover {
	opacity: 0.8;
  }
}

/* background */
#home-contents-feature, 
#home-contents-feature > *,
#home-contents-feature .top-appeal-title,
#home-contents-feature .top-appeal-title > * {
	position: relative;
}
#home-contents-feature {
	background: url("../img/bg/bg_green01s.jpg") no-repeat left top / cover;
}
#home-contents-feature::before {
 	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: linear-gradient(rgba(255,255,255,0) 0, #fff 90%);
	display: block;
	width: 100%;
	height: 100%;
}
	#home-contents-feature .waku-green,
	#home-contents-feature .box-shadow {
		background-color: rgba(255,255,255, .75);
}
/* top-appeal-title */
#home-contents-feature .top-appeal-title {
	text-shadow: 1px 1px 3px #fff,1px 1px 3px #fff;
}
#home-contents-feature .top-appeal-title::before {
	position: absolute;
	content: '';
	top: -50%;
	left: 7%;
	background-image: radial-gradient(circle closest-side, rgba(233,255,226, 1), rgba(255,255,255, 0)); /* 233,255,226=#e9ffe2 */
	display: block;
	width: 70%;
	height: 400px;
}

@media (min-width:576px) {
 #home-contents-feature .waku-green.col-123 {
	 width: calc((100%/2) - 10px);
 }
 #home-contents-feature .feature-flexible.col-123 {width: 100%;}
 /* 緑背景上の光位置調整 */
 #home-contents-feature .top-appeal-title::before {
	top: -90%;
 }
 /* br */
 #home-contents-feature .waku-green .title .br {
	display: block;
 }
 #feature-support .title .br {
	display: inline-block;
 }
}
@media (min-width:834px) {
 #home-contents-feature .waku-green.col-123,
 #home-contents-feature .feature-flexible.col-123 {
	width: calc((99%/3) - 15px);
 }
 #feature-support .title .fzSS.block {
	 display: inline;
 }
}

/* #home-contents-openHouse
**************************************/
#home-contents-openHouse .house-title {
	line-height: 1.2;
}
@media (max-width:767.98px) {
  #home-contents-openHouse .waku-06px {
	  border-width: 4px;
  }
}

/* js-scroll-anim 
**************************************/
/* js-btn-shiny */
.js-btn-shiny {
	position: relative;
	overflow: hidden;
}
.js-btn-shiny.is-active::after {
	position: absolute;
	content: '';
	top: 0;
	left: -100%;
	transform: skewX(-45deg);
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
	animation: shine 5s 0s linear; /*繰返す場合はinfinite*/
	animation-iteration-count: 1;
}
@keyframes shine {
	20% {
		left: 150%;
	}
	100% {
		left: 150%;
	}
}
/* js-fadein */
@media (min-width:768px) {
  .js-fadein {
	opacity: 0;
	transition: opacity 1s ease-out;
  }
  .js-fadein.is-active,
  .js-fadein.is-active-once {
	opacity: 1;
  }
}

/* js-bg-change */
.bg_light-gray.js-bg-change/*,
#home-event-slider.bg_light-gray*/ {
	background-color: #fff;
	transition: background-color 0.3s ease-in-out;
}
.bg_light-gray.js-bg-change.is-active/*,
#home-event-slider.is-active*/ {
	background-color: #e9e9e9;  /* bg_light-grayより少し濃いめ */
}

/*----------------------------------------------------------------
** #home-news, #home-sns, .home-event-calendar
-----------------------------------------------------------------*/
#home-news, #home-sns, .home-event-calendar {
	width: 100%;
}

/* home-news 
**************/
#home-news .home-entry {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
	#home-news .home-entry:first-of-type {
		border-top: 1px dashed #ccc;
	}

#home-news .home-entry-cat-wrap {
	margin-top: -1px;
}
#home-news .home-entry .btn-entry-cat,
#home-news .home-entry .entry-time,
#home-news .home-entry .entry-new {
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
}

#home-news .home-entry-title {
	margin: 8px 0 6px;
}
#home-news .home-entry-title a,
#home-news .home-entry-title a:hover {
	color: var(--body-black);
}
#home-news .home-entry-title a {text-decoration: underline;}
#home-news .home-entry-title a:hover {text-decoration:none;}

@media (min-width:480px) and (max-width:767.98px) {
  #home-news .home-entry {
	display: flex;
	align-items: center;
  }
  #home-news .home-entry-cat-wrap {
	flex-shrink: 0;
	min-width: 9em;	
  }
}

/* home-sns
**************/
#home-sns {
	padding: 0 14px;
}
#home-sns .sns-info-wrap,
#home-sns .sns-icon-list {
	display: flex;
	align-items: center;
}
	#home-sns .sns-info-wrap .area-text {
		min-width: 6em;
	}
	#home-sns .sns-icon-list {
		margin-left: auto;
	}
#home-sns .sns-icon-list li {
	margin: 12px 20px;
	margin-right: 0;
}
#home-sns .sns-icon-list li a:hover img {
	opacity: .7;
}

#home-sns .sns-info-wrap .area-text {
	color: var(--main-green);
	line-height: 1.2;
	margin-top: 4px;
}
#home-sns .sns-info-wrap .area-text a {
	color: var(--body-black);
	text-decoration: underline;
}

#home-sns .sns-info-wrap,
.facebook-wrapper {
    max-width: 500px;
	margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

@media (min-width:768px) {
  /* newsとsnsを横並び（width=.col-1md2）で配置 */
  .home-news-sns-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  /* col-1md2 */
  #home-news, #home-sns {
	width: calc((100%/2) - 15px);
  }
  #home-news {
	flex-grow: 1;
	margin-right: 1em;
	order: 0;
  }
  #home-sns {
	max-width: 500px;
	padding: 0;
	order: 1;
  }
  .home-event-calendar {	
	order: 2;
  }
}

/****************************************************************************
** コンテンツ（#contents）【トップページ除く】
*****************************************************************************/
#contents {
	margin-bottom: 1em;
}

body:not(.single) #contents img {
	display: block;
	margin: 0 auto;
}
#contents img.icon-svg {
	display: inline;
	vertical-align: bottom;
	width: 1.2em;
	margin: 0 3px 1px 0;
}

/*#contents figure*/
/*【編集メモ：.main=固定ページ、一覧＆投稿系=#main】id使用は必要最低限にする */
.main figure {
	background-color: var(--bg-light-gray);
	margin-bottom: 2em;
}
	/*#contents */.contentsCol figure { margin-bottom: 1em;}
	/*#contents */.contentsFitBox figure { margin-bottom: 0;}	
	/*body.templ-posts #contents figure { background-color: transparent;}*/

#contents section {
	margin-bottom: 2.5em; /*1.5em*/
}
	#contents section:last-child {
		margin-bottom: 1.5em; /*1em*/
	}

#contents .title {
	margin-top: 2em;
	margin-bottom: 1em;
}

#contents p,
#contents dl,
#contents ul,
#contents ol{ margin-bottom: 1em;}
	#contents p:last-child,
	#contents dl:last-child,
	#contents ul:last-child,
	#contents ol:last-child{ margin-bottom: 0;}

#contents .btn-request a::before,
#contents .btn-contact a::before,
#contents .btn-visit a::before { margin-bottom: -2px;}

#contents dl.mark-disc + p {
	margin-top: 1.5em;
}
#contents dl.mark-disc .title {
	margin: 1em 0 .5em;
	color: var(--main-green);
}

#contents dt.title.headLine03-green {
	font-weight: normal;
}

/************************************************
** ページコンテンツヘッダ（タイトル）領域
*************************************************/
/* background img */
#page-cont-headerWrap,
#news #page-cont-headerWrap,
#faq #page-cont-headerWrap { background: url("../img/bg/bg_topimg-news.jpg") no-repeat right bottom / cover;}
body.templ-posts #page-cont-headerWrap { background: url("../img/bg/bg_topimg-posts.jpg") no-repeat right bottom / cover;}

#service #page-cont-headerWrap{ background: url("../img/bg/bg_topimg-service.jpg") no-repeat right bottom / cover;}
#flexible #page-cont-headerWrap{ background: url("../img/bg/bg_topimg-flexible.jpg") no-repeat right bottom / cover;}
#profile #page-cont-headerWrap { background: url("../img/bg/bg_topimg-profile.jpg") no-repeat right bottom / cover;}
#gallery #page-cont-headerWrap { background: url("../img/bg/bg_topimg-gallery.jpg") no-repeat right bottom / cover;}
#voice #page-cont-headerWrap { background: url("../img/bg/bg_topimg-voice.jpg") no-repeat right bottom / cover;}
#reno-cottages #page-cont-headerWrap { background: url("../img/bg/bg_topimg-reno-cottages.jpg") no-repeat right bottom / cover;}
#event #page-cont-headerWrap { background: url("../img/bg/bg_topimg-event.jpg") no-repeat right bottom / cover;}

#page-cont-headerWrap {
	border-bottom: 10px solid var(--dark-green);
	width: 100%;
	padding: 1.5em 0;
}
/*.inner*/
#page-cont-header {
	background-color: rgba(255,255,255, .75);
	width: 100%;
	min-height: 170px;
	display: flex;
	align-items: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
#page-cont-header .subtitle-text {
	font-size: 55%;
	margin-left: -.5em;
}
#page-cont-header .lead {
	/*font-size: 1.3rem;*/
	font-size: var(--fzS);
	margin-top: 1em;
}

/* 構造変えて名前変更したら差し替えたい */
/*#page-cont-headerWrap*/
/*#pagetop-contents-headerWrap {
	position: relative;
	width: 100%;
	max-width: 100%;
}
#pagetop-contents-headerWrap::before {
	background-color: rgba(255,255,255, .75);
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 1.5em 0;
}
.pagetop-contents-header  {
	position: relative;
	z-index: 1;
}
*/

/* ページコンテンツタイトル
------------------------------*/
#contents-Title {
	width: 90%;
	text-align: left;
	margin: 1.2em auto 2em;
}
#contents-Title .title {
	display: table;
	margin: 0 auto .7em;
}
#contents-Title .lead {
	display: table;
	margin: auto;
}
	#contents-Title p:not(:first-child) { margin-top: 1em;}

/* option */
#contents-Title.wMax {
	width: 100%;
}
#contents-Title.taL .title {
	display: block;
	margin: 0 0 .7em;
}

/* use ilB */
#contents-Title .title.taC { text-align: left !important;}
#contents-Title .title.taC .ilB { display: inline;}

/************************************************
** メインカラム ※親上書き
************************************************/
#main .post, #main .page {
	margin-bottom: 0;
}

/************************************************
** サイドバー（sidebar）・ウィジェットなど  ※親上書き
*************************************************/
#main .widgets{
  margin: 0;
}

#sidebar,
#my-sidebar {
	font-size: 1.3rem;
}

#sidebar h3,
#my-sidebar h3 {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: .3em;
}

#sidebar .widget,
#my-sidebar .widget {
	margin-bottom: 1em;
}
#sidebar .widget_tag_cloud,
#sidebar .widget_archive,
#my-sidebar .widget_tag_cloud,
#my-sidebar .widget_archive {
	margin-bottom: 3em;
}

#sidebar .widget select,
#my-sidebar .widget select {
	width: 100%;
}

/* sidebarタグクラウド
---------------------------------------*/
#sidebar .widget_tag_cloud a.tag-cloud-link, 
#my-sidebar .widget_tag_cloud a.tag-cloud-link {
	display: inline-block;
	font-size: 1.2rem !important;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 4px;
	background-color: #555;
	color: #fff;
	margin: 0 .3em .5em 0;
	padding: 5px .7em;
}
#sidebar .widget_tag_cloud a.tag-cloud-link:hover,
#my-sidebar .widget_tag_cloud a.tag-cloud-link:hover {
	color: #fff;
	opacity: .8;
}

/* カテゴリーリストウィジェット
---------------------------------------*/
#sidebar .widget_categories .children,
#my-sidebar .widget_categories .children,
body.page .widget-under-page-category.area-ichiran-link .children {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sidebar .widget_categories .children li,
#my-sidebar .widget_categories .children li,
body.page .widget-under-page-category.area-ichiran-link .children li {
	width: 100%;
}

/* sidebar用 */
#sidebar .widget_categories .children {
	margin-top: 8px;
}
#my-sidebar .widget_categories {
	margin-bottom: 3em;
}

/* 固定ページ用 */
body.page .widget-under-page-category.area-ichiran-link {
	clear: both;
	margin: 2em auto;
}
#my-sidebar .widget_categories .children li,
body.page .widget-under-page-category.area-ichiran-link .children li {
	margin-top: 8px;
}

/* ウィジェットで追加するカテゴリーをボタン化
-----------------------------------------------*/
#sidebar .widget_categories ul,
#my-sidebar .widget_categories ul,
body.page .widget-under-page-category.area-ichiran-link ul{
	padding-left: 0;
	margin-left: 0;
	text-align: left;
}
/* ＝btn_waku01px */
#sidebar .widget_categories li,
#my-sidebar .widget_categories li,
body.page .widget-under-page-category.area-ichiran-link li{
	position: relative;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
	#sidebar .widget_categories li::before,
	#my-sidebar .widget_categories li::before,
	body.page .widget-under-page-category.area-ichiran-link li::before{
		position: absolute;
		top: 0.85em;
		/*bottom: 0;*/
		/*margin: auto;*/
		/*left: 6px;*/
		right: 10px;
		display: block;
		content: "";
		width: 8px;
		height: 8px;
		border-top: #999 2px solid;
		border-right: #999 2px solid;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
#sidebar .widget_categories li a,
#my-sidebar .widget_categories li a,
body.page .widget-under-page-category.area-ichiran-link li a{
	display: block;
	padding: .5em;
	/*padding-left: 22px;*/
	padding-right: 22px;
	text-decoration: none;
	border: 1px solid #999;
	color: #666;
}

#sidebar .widget_categories li a:hover, #my-sidebar .widget_categories li a:hover, 
#sidebar .widget_categories li a:focus, #my-sidebar .widget_categories li a:focus,
body.page .widget-under-page-category.area-ichiran-link li a:hover,
body.page .widget-under-page-category.area-ichiran-link li a:focus{
	background-color: var(--bg-light-gray);
	color: #666;
}

/* area-ichiran-link（button：btn_waku01px）*/
/*body.page .area-ichiran-link {
	clear: both;
	margin-top: 2em;
}*/

/* sidebar最近の投稿
---------------------------------------*/
#sidebar .widget_recent_entries li,
#my-sidebar .widget_recent_entries li {
	border-top: 1px dashed #ccc;
	margin: 0;
	padding: .5em 0;
}
#sidebar .widget_recent_entries li:first-child,
#my-sidebar .widget_recent_entries li:first-child {
	border-top: none;
	padding-top: 0;
}

/************************************************
** 一覧ページ＝body.templ-posts #list（list.php, archive.php）
** 投稿ページ＝body.single 
** サイドメニュー：なし  サイドバー：あり
*************************************************/
body.templ-posts .side {
	margin-top: 50px;
}
body.templ-posts .side .area-ichiran-link,
body.templ-posts .side .area-model-house {
	margin-bottom: 2em;
}
	body.templ-posts .side .area-model-house .fzS {
		font-size: 90%;
	}

body.templ-posts .article h1 {
	margin-top: 0;
}

body.templ-posts .article-list {
	margin-bottom: 2em;
}

.archive-title-pb {margin-left: -.5em;}

body.templ-posts .readmore {
	 background-color: var(--main-green);
}
#main .related-entry .readmore {font-size: 1.2rem; margin-bottom: .5em;}

/* wrapper-bg555 */
.wrapper-bg555{
	background-color: #555;
	color: #fff;
	margin-bottom: 1.5em;
}
	body.single .wrapper-bg555,
	#list .article-list.article-body-archive .wrapper-bg555 { margin-bottom: .3em;}

.wrapper-bg555 .post-meta{
	background-color: transparent;
	color: #fff;
	margin: 0;
}
	.wrapper-bg555 .post-meta a,
	.wrapper-bg555 .post-meta a:hover {
		color: inherit;
	}
	.wrapper-bg555 .post-meta a:hover {
		opacity: .8;
	}

.wrapper-bg555 .post-meta,
#list .btn-entry-cat a, body.single .btn-entry-cat a {
	min-height: 2.2em;
}

#list .post-meta,
body.single .post-meta{
	margin: 0 11em 0 .5em;
	font-size:1.3rem;
	text-align: left;
	padding-top: .2em;
}
	.post-meta .post-tag {
		display: inline-block;
		font-size: 1.3rem;
		padding-right: .7em;
	}
	.post-meta .tag-separator {
  		padding-right: .5em;
	}

/* btn-entry-cat */
#list .btn-entry-cat,
body.single .btn-entry-cat{
	margin:0;
	float: right;
	width: 10.3em;
	font-size: 1.3rem;
}
/*#list .btn-entry-cat a::after, body.single .btn-entry-cat a::after { left: 4px;}*/
#list .btn-entry-cat a, body.single .btn-entry-cat a { padding: .55em 12px .4em 4px;} /*padding: .55em 4px .4em 12px;*/

/* category icon-tree 現在不使用 */
.post-meta .category{
	width: auto;
}
.wrapper-bg555 .post-meta .category.icon-tree::before {
	display: inline-block;
	font-size: 2.0rem;
	font-weight: normal;
	margin: -2px -5px 0 0;
	color: #fff;
}
	.wrapper-bg555 .post-meta  .category.icon-tree a {
		text-decoration: none;
		border-bottom: 1px solid #fff;
	}
	.wrapper-bg555 .post-meta .category.icon-tree a:hover {
		border-bottom: none;
	}

/* #list（list.php）*/
/* h2 */
#list .article-list .entry-title {
	font-size: 2.0rem;
	font-weight: bold;
}
	#list .article-list .mark-arrow-single {
		padding-left: 1em;
	}

#list .entry-thumb{
	margin-top: 0; padding-top: 0;
}
#list .article-list .entry-thumb{
	float: right;
	margin: 0 0 0 1em;
	overflow: hidden;
	width: 120px;
	max-height: 120px;
}
	#list .article-list .entry-thumb img{
		width: 100%;
		height: auto;
	}

#list .article-list .entry-snippet{
	font-size: 92%;
}

/* #list（archive.php）*/
#list .article-list.article-body-archive{
	background-color: #f6f6f6;
	margin-bottom: 1.5em;
}

#list .article-list.article-body-archive .entry-title{
	font-size: 1.8rem;
	padding: 14px 10px 10px 1.3em;
	margin: 0;
}
	#list .article-list.article-body-archive .mark-arrow-single::before {left: 8px;}

#list .article-list.article-body-archive .entry-snippet{
	font-size: 1.2rem;
	padding: 0 10px 6px;
}

/* 投稿（body.single） 
--------------------------*/
/* h1 */
body.single .article .entry-title{
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: bold;
	padding: 2.0rem 0;
	border-bottom: 1px solid #555;
}

body.single .article .eye-catch{
	text-align: center;
}

body.single #related-entries h2{
	font-size: 1.4rem;
	margin: 60px 0 8px;
}

/* lNavi-media */
body.single #lNavi-media .mark-arrow{
	font-size: 96%;
}
body.single #lNavi-media .mark-arrow a{
	font-size: 118%;
}

/********************************
** イベントページ（#event）
*********************************/
/* common */
/* event-data */
#event.templ-posts .event-data-wrapper .event-data dt{
	float: left;
	font-weight: bold;
	line-height: 1.4;
}
#event.templ-posts .event-data-wrapper .event-data dd{
	margin-bottom: .5em;
	line-height: 1.4;
}

/* event-map */
.event-data-wrapper .event-map {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3rem;
	font-weight: normal;
	margin-top:3px;
}
.event-data-wrapper .event-map a {
	text-decoration: none;
	padding: 5px 24px 5px 10px;
}
#event.single .event-data-wrapper .event-map a::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 2px;
}

/* イベント一覧（#event.ichiran）
---------------------------------*/
/* entry-thumb */
#event.ichiran .event-data-wrapper .entry-thumb {
	max-height: 200px;
	margin: 0 10px 6px;
}

/* bg_gray-ph */
#event.ichiran .event-data-wrapper .bg_gray-ph {
	margin-bottom: 0;
}

/* h3 */
#event.ichiran .event-data-wrapper .event-data-title {
	font-size: 100%;
	margin: 2px 0 0.7em 0;
}

/* イベント投稿（#event.single）
---------------------------------*/
#event.single .event-data-wrapper + p{
	margin-top: 2em;	
}

/* event-entry-thumb（eye-catch）*/
#event.single .event-data-wrapper .event-entry-thumb {
	float: right;
	max-width: 120px;
	margin: 0 5px 14px 10px;
	position: relative;
	z-index: 10;
}

/* bg_gray-ph */
#event.single .event-data-wrapper .bg_gray-ph {
	padding: 16px;
	margin: 0;
}
#event.single .event-data-wrapper .entry-btn.bg_gray-ph {
	padding: 0 0 14px;
}

/* .article h2 */
#event.single .event-data-wrapper .event-data-title {
	border-left: none;
	font-size: 115%;
	font-weight: bold;
	line-height: 1.2;
	padding: 0;
	margin: 2px 0 1em 0;
}

/************************************************
** 固定ページ親階層＝body.parent
** サイドメニュー：なし  サイドバー：なし
*************************************************/
body.parent #contents {
	margin-bottom: 2em;
}

body.parent #contents-Title + section {
	border-top: 1px dashed #ccc;
}

/* 目次（子ページへのリンク）（.area-mokuji）
**【作業メモ】contentsCol,img-small,col1_2：これら旧設定は不使用で更新
-----------------------------------------------*/
body.parent .area-mokuji a {
	color: var(--body-black);
}
@media (any-hover:hover) {
	body.parent .area-mokuji a:hover,
	body.parent .area-mokuji a:hover .title{
		color: var(--main-green);
	}
}

body.parent .area-mokuji {
	margin: 2em auto 1em;
}
/* col1_2 reset */
body.parent .area-mokuji .box01 {
	border-top: 1px dashed #ccc;
	width: 100%;
	margin: 0;
	padding: .5em 0;
}
body.parent .area-mokuji .box01 > a {
	position: relative;
	overflow: hidden;	
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 12em;
	padding: .5em 0;
}
body.parent .area-mokuji figure {
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: -1;
	height: 100%;
	/*max-height: 200px;*/
	max-height: 160px;
	margin-left: 1.6em;
}
body.parent .area-mokuji img {
	object-fit: contain;
	width: auto;
	height: 100%;
}
/* reset */
/*body.parent #contents .area-mokuji figure { background-color: transparent;}*/
body.parent #contents .area-mokuji .title { margin-top: 0;}

body.parent .area-mokuji .title {
	background-color: rgba(255,255,255, .8);
	display: inline-block;
}
	body.parent .area-mokuji .subtitle-text {
		font-size: var(--fzSS);
		margin-left: -.5em;
	}
body.parent .area-mokuji p {
	background-color: rgba(255,255,255, .8);
	font-size: var(--fzS);
	margin: 0 .8em;
}

@media (min-width:480px) and (max-width:767.98px) {
  body.parent .area-mokuji .group {
	margin-right: 8.5em;
  }
}
@media (min-width:768px){
  body.parent .area-mokuji {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  body.parent .area-mokuji .box01 {
	width: calc((100%/2) - 20px);
  }
  body.parent .area-mokuji .box01 > a {
	align-items: flex-start;
  }
  body.parent .area-mokuji .group {
	padding: .5em 0;
  }
  body.parent .area-mokuji .title {
	max-width: 14em;
  }
  body.parent .area-mokuji p {
	max-width: 22em;
  }
  body.parent .area-mokuji figure {
	max-height: 186px;
  }
}

/********************************
** #service.parent［＝(body).page-service］
*********************************/
.page-service #iedukuri-topPrWrap figure {
	margin-bottom: 1.5em;
	max-width: 600px;
}

/********************************
** #flexible.parent［＝(body).page-flexible］
*********************************/
.page-flexible .waku-title {
	font-size: 94%;
}

/************************************************
** 固定ページ子階層＝body.child, スラッグ.child
** サイドメニュー：あり  サイドバー：なし
*************************************************/
body.child .main,
body.child .side {
	margin-bottom: 2em;
}

/* 目次（ページ内タイトルへのリンク）（local Navi）
-------------------------------------------------*/
/* 親ページに設置時のみ中揃え・左揃えの自動切替処理 */
body.parent .lNavi {
	display: table;
	text-align: left;
	margin: 0 auto;
}

.lNavi ol { list-style: none;}
.lNavi ol::before {
	content: "contents：";
	display: block;
	color: var(--dark-green);
}
.lNavi li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: var(--fzSS); /* 1.2rem→76% */
	line-height: 1.3;
	border: 2px solid var(--dark-green);
	border-radius: 6px;
	margin: 0 .5em .5em 0;
}
.lNavi li a {
	display: block;
	color: #669900;
	padding: 5px .7em 6px 1.8em;
	text-decoration: none;
}
	.lNavi li a::before {
		content: "";
		position: absolute;
		top: 63%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		margin-left: .5em;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-top: 7px solid var(--dark-green);
	}
@media (any-hover:hover) {
	.lNavi li a:hover {
		color: var(--dark-green);
	}
}

/* サイドメニュー（.side .side-menu）
---------------------------------------------*/
body.child #sidemenu-top-ph {
	display: none;
}

/* side-menu white */
body.child #contents .side {
	border: 1px solid #ccc;
}

body.child .side-menu {
	line-height: 1.3;
}
body.child .side-menu .fzS {
	font-weight: normal;
}
	body.child .side-menu dt .fzS { color: #fff;}

body.child .side-menu dt {
	background-color: #b0bc6a;
	color: #fff;
	font-weight: bold;
}
	body.child .side-menu dt a {
		display: block;
		padding: .6em;
		text-decoration: none;
		color: #fff;
	}
body.child .side-menu dt.list-title {
	position: relative;
	padding: .6em .6em .6em 1.5em;
}
	body.child .side-menu dt.list-title::before {
		content: "";
		position: absolute;
		top: 62%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		margin-left: .5em;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-top: 6px solid #fff;
	}

body.child .side-menu dd {
	border-top: 1px solid #ccc;
}
	body.child .side-menu dd:first-of-type,
	body.child .side-menu dt + dd {
		border-top: none;
	}
body.child .side-menu dd a {
	position:relative;
	display:block;
	padding: .6em 8px;
	/*padding-left: 22px;*/
	padding-right: 22px;
	text-decoration: none;
}
	body.child .side-menu dd a::after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		/*left: 6px;*/
		right: 8px;
		margin: auto;
		width: 6px;
		height: 6px;
		border-top: 2px solid var(--main-green);
		border-right: 2px solid var(--main-green);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	body.child .side-menu dd a:hover,
	body.child .side-menu dd a:hover .fzS {
		background-color: var(--bg-light-gray);
		color: var(--main-green);
	}

/*【】付きテキスト */
body.child .side-menu dd .subtitle-text {
	margin-left: -.5em;
}
/* 孫ページ以下は左空き処理（2～） */
body.child .side-menu dd .page-level-2 {
	padding-left: 1em;
}
body.child .side-menu dd .page-level-3 {
	padding-left: 2em;
}

/* current */
body.child .side-menu dd.current a, 
body.child .side-menu dd.current .fzS {
	background-color: var(--bg-light-gray);
	color: var(--main-green);
	font-weight: bold;
}

/********************************
** #service：子ページ
*********************************/

/* indoor-environment
-------------------------*/
.page-indoor-environment #lNavi-material .contentsCol .box01 {
	font-size: 86%;
}

/* dako
-------------------------*/
.page-dako #lNavi-glass .glass-variation-list .title {
	line-height: 1.1;
	padding: 3px;
	margin-top: 3px;
}
.page-dako #lNavi-glass .glass-variation-list .mark-disc li {
	margin-bottom: .2em;
}
.page-dako #lNavi-glass .glass-variation-list .mark-disc li:last-child { margin-bottom: 0;}

/* pavatex
-------------------------*/
.page-pavatex .pavatex-banner {
	background: url("../img/bg/bg_banner_pavatex.jpg") no-repeat right bottom / cover;
	font-weight: bold;
}
.page-pavatex .pavatex-banner a:hover {
	background-color: var(--bg-hover-rgb);
}

.page-pavatex .pavatex-banner .banner {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: .5em .8em .2em;
}
.page-pavatex .pavatex-banner p {
	text-shadow: 2px 2px 4px rgba(0,0,0, .5);
	margin-bottom: 0;
}

/************************************************
** カスタムポスト
** 一覧＝body.ichiran.custom, スラッグ.ichiran, .cpt-スラッグ
** 投稿＝body.single.custom, スラッグ.single, .single-スラッグ
** サイドメニュー：なし  サイドバー：なし
*************************************************/
/* custom-catlist */
.custom-catlist.border-dashed-t1px {
	padding-top: 1em;
}
	.custom-catlist.border-dashed-t1px + .border-dashed-t1px-pt2em {
		margin-top: -.3em;
	}
.custom-catlist::before {
	content: "category：";
	display: inline-block;
	color: #999;
	vertical-align: middle;
	margin-bottom: .4em;
}
.custom-catlist li.btn_waku01px {
	position: relative;
	display: inline-block;
	min-width: 3.5em;
	vertical-align: middle;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 .5em .5em 0;
}
	.custom-catlist li.btn_waku01px a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 10px;
		/*left: 6px;*/
		display: block;
		content: "";
		width: 4px;
		height: 4px;
		border-top: 2px solid #999;
		border-right: 2px solid #999;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.custom-catlist li.btn_waku01px a{
		display: block;
		/*padding: 5px 8px 4px 18px;*/
		padding: 5px 20px 5px 8px;
		text-decoration: none;
		border: 1px solid #999;
		background-color: #fff;
		color: #666;
	}
	.custom-catlist li.btn_waku01px a:hover, .custom-catlist li.btn_waku01px a:focus {
		background-color: var(--bg-light-gray);
		color: #666;
	}

/* border */
#faq #contents-Title + .faq-wrapper,
body.ichiran.custom #contents-Title + .area-gallery {
	border-top: 1px dashed #ccc;
	padding-top: 1.5em;
}

/* custom-term-meta */
.custom-term-meta {
	font-size: 80%;
}
	.custom-term-meta a { text-decoration: underline;}
	.custom-term-meta .term-cat { margin-right: 1em;}

	.custom-term-meta.c_white a { color: #fff;}
	.custom-term-meta.c_white a:hover {
		text-decoration: none;
		opacity: .8;
	}

/* body.single.custom
---------------------------------------*/
/* custom-post-meta, custom-term-meta */
body.single.custom #contents-Title .custom-post-meta {
	font-size: 1.4rem;
	margin: 0 1em 0 0;
}
body.single.custom #contents-Title .title {
	margin-top: .3em;
}
	body.single.custom #contents-Title .custom-post-meta + .custom-term-meta {
		margin-top: 0;
	}
	body.single.custom #contents-Title .custom-term-meta + .title {
		margin-top: .5em;
	}

/* .area-gallery (custom post ichiran, #gallery.single)
--------------------------------------------------------*/
body.ichiran #contents .area-gallery .eye-catch {
	margin-bottom: 12px;
}
body.ichiran .area-gallery .entry-date {margin-right: 1em;} 
body.ichiran .area-gallery .user-info + .entry-new {margin-left: 0.7em;}

.area-gallery a {
	display: block;
	text-decoration: none;
	border: 1px solid #fff;
	padding-bottom: 6px;
}
  /*.area-gallery a:hover {border: 1px solid var(--main-green);}*/
  .area-gallery a:hover img {opacity: .7;}

.area-gallery .box01 img {
	width: 100%;
}
.area-gallery .box01 .box-title {
	font-size: 105%;
	margin: 8px 5px 0;
}
.area-gallery .box01 p {
	font-size: 90%;
	margin: 8px 4px 0;
}
	#contents .area-gallery .box01 p {margin-bottom: inherit;}

/* col2 */
#contents .area-gallery .col2-3,
#contents .area-gallery .col2-4 {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 0 1em 2%;
}
	#contents .area-gallery .col2-3:nth-child(odd),
	#contents .area-gallery .col2-4:nth-child(odd) {
		margin-left: 0; 
	}

/* タイル並び（tile）の場合 */
.area-gallery.tile3,
.area-gallery.tile4{
	width: 100%;
	column-count: 2;
	/*column-gap: 10px;*/
}
.area-gallery.tile3 .tile-box,
.area-gallery.tile4 .tile-box{
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0 10px 10px 0;
}
	/* chrome */
	.area-gallery.tile3 .tile-box:last-child,
	.area-gallery.tile4 .tile-box:last-child{
		margin-bottom: 0;
	}

/************************************************
** #gallery (custom post：ichiran, single)
*************************************************/
/* body#gallery.single 
*************************/
#gallery.single #contents-Title {
	position: relative;
	width: 100%;
	background-color: #555;
	color: #fff;
	padding: 12px 20px;
}

#gallery.single #contents-Title .title {
	color: #fff;
}

#gallery.single #contents-Title .lead {
	display: inline;
	line-height: 1.6;
	border-bottom: 1px dashed #ccc;
}

#gallery.single #contents-Title .image-photo {
	background-color: transparent;
	width: 100%;
	margin: 1em auto;
	text-align: center;
}
	#gallery.single #contents-Title .image-photo img {
		width: auto;
		max-height: 280px;
	}

/* area-gallery */
#gallery.single .area-gallery figure {
	margin-bottom: 0;
	max-height: 465px;
	overflow: hidden;
}
	#gallery.single .area-gallery figure img{
		width: 100%;
	}

#gallery.single .area-gallery .box01 p {
	background-color: var(--bg-light-gray);
	font-size: 80%;
	line-height: 1.3;
	padding: 6px;
	padding-right: 4px;
	margin: 0;
}
	#gallery.single .area-gallery a p {
		color: var(--body-black);
	}
	/*#gallery.single .area-gallery a:hover {
		border: 1px solid #fff;
	}*/

/************************************************
** #voice (custom post：ichiran, single)
*************************************************/
/* body#voice.ichiran
*************************/
#voice.ichiran .area-gallery .eye-catch {
	position: relative;
	background-color: #ccc;
	overflow: hidden;
	height: 400px;
	max-height: 140px;
}
	#voice.ichiran .area-gallery .eye-catch img {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

/* body#voice.single
*************************/
#voice.single #contents-Title,
#voice.single .area-voice-contents img {
	position: relative;
	z-index: 2;
}

/* #contents-Title 
-------------------*/
#voice.single #contents-Title {
	width: 100%;
}
#voice.single #contents-Title .balloon{
	position: relative;
	background-color: #555;
	color: #fff;
    padding: 8px 14px 6px;
}
#voice.single #contents-Title .balloon:before,
#voice.single #contents-Title .balloon:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -20px;
	width: 0;
	height: 0;
	/*transform: rotate(-10deg);*/
	border: solid transparent;
	border-width: 20px;
	border-right-color: #555;
}
/* thumb-have-image */
#voice.single #contents-Title .balloon.thumb-have-image{
	border-bottom: 1px solid #fff;
}
#voice.single #contents-Title .balloon.thumb-have-image:after{
	border-right-color: #555;
	border-width: 21px;
	margin: 0 0 -1px 0;
	left: -0.7px;
}
#voice.single #contents-Title .balloon.thumb-have-image:before{
	border-right-color: #fff;
	margin: 0 0 -1px 0;
}
/* thumb-no-image */
#voice.single #contents-Title .balloon.thumb-no-image{
	margin-bottom: 40px;
}

#voice.single #contents-Title header .title {
	display: block;
	color: #fff;
	margin-top: .5em;
}
	#voice.single #contents-Title header .user-info {
		display: inline-block;
		margin: 0 1em 3px 0;
		font-size: 1.4rem;
	}

/* .user-satisfied 
-------------------*/
#voice.single .user-satisfied {
	font-size: 90%;
}
#voice.single #contents-Title .balloon .user-satisfied {
	border-top: 1px dashed #ccc;
	padding-top: 16px;
}

#voice.single .user-satisfied .title{
	font-size: 85%;
	line-height: 1.1;
	margin-bottom: 0;
	color: #fff;
}
#voice.single .user-satisfied .cs-level,
#voice.single .user-satisfied .cs-check{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}
/* cs-level */
#voice.single .user-satisfied .cs-level .title{
	display: inline-block;
	margin-right: 1em;
}
/* cs-check */
#voice.single .user-satisfied .cs-check .title{
	float: left;
	width: 5.3em;
}
#voice.single .user-satisfied .cs-check .checked-item{
	margin-left: 5.3em;
}
#voice.single .user-satisfied .cs-level .checked-item,
#voice.single .user-satisfied .cs-check .checked-item li{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	color: #fff;
	border-radius: 3px;
	padding: 3px 0.5em;
	margin: 0 3px 5px 0;
}
	#voice.single .user-satisfied .cs-level .checked-item {
		background-color: var(--yellow-green);
		margin: 0 1.5em 5px 0;
	}
	#voice.single .user-satisfied .cs-level .checked-item.very-well{
		border: 1px solid var(--yellow-green);
		font-weight: bold;
	}
	
	#voice.single .user-satisfied .cs-level .checked-item.not-well,
	#voice.single .user-satisfied .cs-check .checked-item li {
		background-color: transparent;
		border: 2px solid #ccc;	 
	}

/* .eye-catch (thumbnail)
--------------------------*/
#voice.single .eye-catch.thumb-have-image{
	text-align: center;
	width: 100%;
	margin: 0;
}


/* area-voice-contents
--------------------------*/
/* enquete-ans01 */
#voice.single #enquete-ans01 .ans01-image{
	float: right;
	width: 50%;
	max-width: 320px;
	margin: 0 0 8px 8px;
	text-align: right;
}

/* wpEditor-content */
/* h3 = .title.balloon-b-line (style-user-parts.css) */
#voice.single #wpEditor-content h3 {
    position: relative;
	padding: 0.5em;
    border: 1px solid #ccc;
    background-color: var(--bg-light-gray);
	border-radius: 5px;
	margin-bottom: 20px !important;
	font-weight: bold;
	font-size: 115%;
}
	#voice.single #wpEditor-content h3::before, 
	#voice.single #wpEditor-content h3::after {
    position: absolute;
	content: "";
	top: 100%;
	left: 2em;
	border: solid transparent;
	width: 0;
	height: 0;
	border-width: 10px;
}
	#voice.single #wpEditor-content h3::before{border-top-color: #ccc;}
	#voice.single #wpEditor-content h3::after {border-top-color: var(--bg-light-gray); margin: -1px 0 0 0;}

/* gallery-link */
#voice.single .readmore.gallery-link {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 115%;
	background-color: #555;
	border: 2px solid #ccc;
}

/************************************************
** #faq (custom post：ichiran, single)
*************************************************/
/* symbol */
#faq .entry-title .fa-plus,
#faq .entry-title .fa-minus {
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 1.2em;
}
#faq .entry-title.mark-arrow-single::before {
	top: 0;
	bottom: 0;
	right: 16px;
	margin-right: 0;
	width: 8px;
	height: 8px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;	
}

#faq .fa-quora::after {
	content: "\FF1A";
}

/* body#faq.ichiran
*************************/
#faq.ichiran .border-dashed-t1px-pt2em {
	padding-top: 1.5em;
}

#faq.ichiran .accordion-wrapper,
#faq.ichiran .anctxt-wrapper {
	margin-bottom: 6px;
}

#faq.ichiran .entry-title {
	position: relative;
	display:block;
	background-color: #555;
	color: #fff;
	font-weight:bold;
	font-size: 106%;
	padding: 12px 2.3em 12px 12px;
	margin: 0;
	cursor: pointer;
}
	#faq.ichiran .entry-title:hover {
		background-color: #888;
	}

/* accordion open */
#faq.ichiran .open-acd.opend,
#faq.ichiran.mobile .open-acd.opend {
	background-color: #888;
}
#faq.ichiran .accordion-wrapper .area-text {
	border: 1px solid #888;
	padding: 12px 14px;
	margin-bottom: 8px;
}
	#faq.ichiran .area-text.hide {
		display: none;
	}
	#faq.ichiran .custom-term-meta {
		border-bottom: 1px dashed #ccc;
		padding-bottom: 12px;
	}

/* body#faq.single
*************************/
#faq.single #contents-Title {
	width: 100%;
	margin-bottom: 1.5em;
}
#faq.single #contents-Title header {
	background-color: #555;
	color: #fff;
	padding: 6px 14px 10px;
}
#faq.single #contents-Title header .title {
	display: block;
	color: #fff;
	margin-bottom: 0;
}
#faq.single .custom-term-meta {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 12px;
}

/****************************************************************************
** 共通メディアクエリ
*****************************************************************************/
@media (min-width: 480px){
/*--------------------------
** ページコンテンツヘッダ・タイトル
---------------------------*/
/*#page-cont-header {
	background: rgba(255,255,255, .7);
	background: -webkit-linear-gradient(left, rgba(255,255,255, .7) 70%, rgba(255,255,255, .1));
	background: linear-gradient(to right, rgba(255,255,255, .7) 70%, rgba(255,255,255, .1));
}
#page-cont-header .wrapper {
	width: 70%;
}*/

#contents-Title .title {
	margin: 0 auto 0.7em;
}
/* use ilB */
#contents-Title .title.taC { text-align: center !important;}
#contents-Title .title.taC .ilB { display: inline-block;}

/*--------------------------
** サイドバー、ウィジェット
----------------------------*/
/* カテゴリーリストウィジェット
-------------------------------*/
/* col2に */
#sidebar .widget_categories .children li, #my-sidebar .widget_categories .children li,
body.page .widget-under-page-category.area-ichiran-link .children li {
	width: calc(100%/2 - 5px);
}

/*--------------------------
** 投稿関係
----------------------------*/
#list .article-list .entry-thumb{
	width: 140px;
}
/* wp-text-editor */
.article .btn-4act.col1_2 { width: 48.5%;}

/*--------------------------
** イベントページ（#event）
---------------------------*/
/* event-data */
#event.single .event-data-wrapper .event-data dt{
	margin-bottom: .5em;
}
#event.single .event-data-wrapper .event-data dd{
	margin: 0 0 .5em 3em;
}
/* eye-catch */
#event.single .event-data-wrapper .event-entry-thumb {
	max-width: 140px;
	margin: 0 10px 10px;
}

/*--------------------------
** 固定ページ親階層
---------------------------*/
/* #flexible.parent
*************************/
/* col4 */
.page-flexible .contentsCol .col2_4,
.page-flexible .contentsCol .col2_4:nth-child(odd){
	width: 23.5%;
	margin-left: 1%;
}
.page-flexible .contentsCol .col2_4:nth-child(4n+1) {
	margin-left: 0; 
}

/*--------------------------
** 固定ページ子階層
---------------------------*/
/* #service：子ページ
*************************/
/* page-indoor-environment */
.page-indoor-environment #zu-pavatex-2col .col1_2 {
	width: 49%;
	margin: 0 0 1em 1%;
}
.page-indoor-environment #zu-pavatex-2col .col1_2:nth-child(odd) {
	margin-left: 0; 
}
.page-indoor-environment #lNavi-heater .img-flR.viewport480px {
	max-width: 55%;
	margin-left: 6px;
}
/* page-dako */
.page-dako #lNavi-glass .glass-variation-list .title {
	margin-top: 6px;
}
/* page-energy */
.page-energy #lNavi-top .img-flR.viewport480px {
	margin-right: 5px;
}

/*--------------------------
** .area-gallery
---------------------------*/
/* col3 */
#contents .area-gallery .col2-4,
#contents .area-gallery .col2-4:nth-child(odd),
#contents .area-gallery .col2-3,
#contents .area-gallery .col2-3:nth-child(odd){
	width: 31.4%;
	margin-left: 2%;
}
	#contents .area-gallery .col2-4:nth-child(3n+1),
	#contents .area-gallery .col2-3:nth-child(3n+1){
		margin-left: 0;
	}

/* tileの場合 
*****************/
.area-gallery.tile3 { column-count: 3;}
.area-gallery.tile4 { column-count: 4;}

/*--------------------------
** #gallery.single
---------------------------*/
#gallery.single #contents-Title .image-photo {
	float: right;
	width: 150px;
	padding: 0.1em 0 0 1em;
	margin-bottom: 2px !important;
}

}
@media (min-width: 640px){
/*--------------------------
** ページコンテンツヘッダ・タイトル
---------------------------*/
#page-cont-header {
	background: rgba(255,255,255, .75);
	background: -webkit-linear-gradient(left, #fff, rgba(255,255,255, .9) 50%, rgba(255,255,255, 0));
	background: linear-gradient(to right, #fff, rgba(255,255,255, .9) 50%, rgba(255,255,255, 0));
	/*min-height: 150px;*/
}
#page-cont-header .wrapper {
	width: 70%;
}
/*--------------------------
** イベントページ（#event）
---------------------------*/
#event.single .event-data-wrapper .event-entry-thumb {
	margin: 0 14px 10px;
}
/*--------------------------
** 固定ページ子階層
---------------------------*/
/* #service：子ページ
********************/
/* page-indoor-environment */
.page-indoor-environment #lNavi-material .col2_3.viewport640px {
	margin-bottom: 0;
}
/* page-energy */
.page-energy #zu-solar-power figure {
	width: 70%;
	padding-right: 10px;
}
/* page-material */
.page-material #tloft.waku-dotted .headLine03-fwB {
	margin-right: 120px;
}
.page-material #tloft.waku-dotted .img-flR {
	margin-top: -35px;
}
/* page-dako */
.page-dako #security-ura-omote.waku-dotted .headLine03-fwB {
	margin-right: 48%;
}
.page-dako #security-ura-omote.waku-dotted .img-flR {
	margin-top: -40px;
}
/*--------------------------
** #gallery.single
---------------------------*/
#gallery.single #contents-Title {
	position: relative;
	min-height: 200px;
}
#gallery.single #contents-Title .image-photo {
	position: absolute;
	bottom: 18px;
	right: 20px;
	width: 170px;
}
#gallery.single #contents-Title .title,
#gallery.single #contents-Title .lead,
#gallery.single #contents-Title .fzS{
	display: block;
	padding-right: 180px;
	text-align: left;
}
/*--------------------------
** #voice.ichiran
---------------------------*/
#voice.ichiran .area-gallery .eye-catch {
	max-height: 170px;
}
/*--------------------------
** #voice.single
---------------------------*/
#voice.single .user-satisfied {
	font-size: 100%;
}
/* .eye-catch (thumbnail) */
#voice.single .eye-catch.thumb-have-image{
	overflow: hidden;
	float: right;
	text-align: right;
	margin: 34px 0 1em 8px;
	max-width: 52%;
	width: auto;
	max-height: 600px;
}
	#voice.single .eye-catch.thumb-have-image img{
		object-fit: cover;
		object-position: center bottom;
	}

/* area-voice-contents */
/* thumb-have-image */
#voice.single .thumb-have-image #enquete-ans01 .ans01-image {
	float: none;
	width: 40%;
	text-align: left;
	margin: 0 8px 1.5em 0;
	max-width: none;
}
#voice.single .thumb-have-image #wpEditor-content img {
	width: 40%;
	margin-bottom: 1em;
}
#voice.single .thumb-have-image #enquete-ans01 + #wpEditor-content img {
	width: auto;
}

}
@media (min-width: 768px){
/*--------------------------
** ページコンテンツヘッダ・タイトル
---------------------------*/
#contents .btn-request a::before,
#contents .btn-contact a::before,
#contents .btn-visit a::before { margin-bottom: 0;}

#page-cont-headerWrap {
	border-top: 1px solid #ccc;
}
#page-cont-header {
	min-height: 150px;
}
#page-cont-header .wrapper {
	width: 65%;
}
/*#page-cont-header .lead {
	font-size:  1.4rem;
}*/

#contents-Title {
	width: 85%;
	margin: .8em auto 2em;
}
/*--------------------------
** サイドバー、ウィジェット
---------------------------*/
/* カテゴリーリストウィジェット
-------------------------------*/
/* sidebar：col1に */
#sidebar .widget_categories .children li, #my-sidebar .widget_categories .children li{
	width: 100%;
}
/* 固定ページ：col3に */
body.page .widget-under-page-category.area-ichiran-link .children li::after {content:''; display: block; height: 0;}
body.page .widget-under-page-category.area-ichiran-link .children li {
	width: calc(100%/3 - 5px);
}

/* side
---------*/
body.templ-posts #contents .side .area-ichiran-link .col2-4,
body.templ-posts #contents .side .area-model-house .col-1sm2 {
	width: 100%;
	margin-left: 0;
}
/*--------------------------
** 投稿関係
---------------------------*/
body.templ-posts #contents { /* not:gallery */
	margin-bottom: 3em;
}

/* カテゴリ・シングル2カラム */
body.templ-posts #container #main {
	float: left;
	width: 74%;
	padding-right: 24px;
	margin: 0;
}
body.templ-posts #container #contents .side {
	float: right;
	width: 26%;
	padding-left: 14px;
	margin-top: 0;
	font-size: 1.4rem;
	border-left: 1px solid #e6e6e6;
}

/* #list
***********/
#list .article-list .entry-title{
	font-size: 2.2rem;
}
#list .article-list.article-body-archive .entry-title{
	font-size: 2.0rem;
}
body.single .article .entry-title{
	font-size: 2.4rem;
}

#list .post-meta, body.single .post-meta,
#list .btn-entry-cat, body.single .btn-entry-cat,
.navigation {
	font-size:1.4rem;
}

#under-entry-body{
	margin-bottom: 0;
}

/*--------------------------
** 固定ページ親階層
---------------------------*/
/* #flexible.parent
********************/
/* col4 */
.page-flexible .contentsCol .col2_4,
.page-flexible .contentsCol .col2_4:nth-child(odd){
	width: 23.7%;
	margin-left: 1%;
}
.page-flexible .contentsCol .col2_4:nth-child(4n+1) {
	margin-left: 0; 
}
/*--------------------------
** 固定ページ子階層
---------------------------*/
/* main
***********/
body.child #contents .main {
	float: right;
	width: 73%;
}
body.child #contents-Title {
	width: 100%;
}
body.child #contents-Title .title,
body.child #contents-Title .lead {
	display: block;
}

/* #service：子ページ */
.parent-service #contents-Title .title {
	text-align: left;
}

/* side
***********/
body.child #contents .side {
	float: left;
	width: 24%;
	margin-top: 1em;
}
body.child #sidemenu-top-ph {
	display: block;
	margin-bottom: 0;
}

/* side-menu white→black */
body.child #contents .side {
	border: none;
}

body.child .side-menu {
	background-color: #444;
}
body.child .side-menu,
body.child .side-menu a {
	color: #fff;
}
body.child .side-menu .fzS,
body.child .side-menu dt .fzS {
	color: #ccc;
}

/* dt */
body.child .side-menu dt {
	background-color: #111;
	font-size: 1.5rem;
	z-index: 10;
}
body.child .side-menu dt:first-child {
	border-bottom: 1px solid #ccc;
}
body.child .side-menu dt.list-title::before {
	border-top: 6px solid #ccc;
}

/* dd */
body.child .side-menu dd {
	border-top: 1px solid #777;
	font-size: 1.45rem;
}
body.child .side-menu dd a::after {
	border-color: #fff;
}
body.child .side-menu dd a:hover,
body.child .side-menu dd a:hover .fzS {
	background-color: var(--main-green);
	color: #fff;
}

/* current */
body.child .side-menu dd.current a, 
body.child .side-menu dd.current .fzS {
	background-color: var(--main-green);
	color: #fff;
	font-weight: normal;
}

/*--------------------------
** .area-gallery
---------------------------*/
/* col4 */
#contents .area-gallery .col2-4,
#contents .area-gallery .col2-4:nth-child(odd),
#contents  .area-gallery .col2-4:nth-child(3n+1){
	width: 23.5%;
	margin-left: 1.3%;
}
	#contents .area-gallery .col2-4:nth-child(4n+1){
		margin-left: 0; 
	}
/*--------------------------
** #gallery.single
---------------------------*/
#gallery.single #contents-Title .title,
#gallery.single #contents-Title .lead,
#gallery.single #contents-Title .fzS{
	padding-right: 186px;
}
/*--------------------------
** #voice.ichiran
---------------------------*/
/* col2-3 */
#voice.ichiran .area-gallery .col2-3 .eye-catch {
	max-height: 220px;
}
/*--------------------------
** #voice.single
---------------------------*/
/* area-voice-contents */
#voice.single .readmore.gallery-link {
	margin-bottom: .5em;
}
#voice.single .eye-catch.thumb-have-image{
	max-width: 43%;
}

}
@media (min-width:980px){
/*--------------------------
** ページコンテンツヘッダ・タイトル
---------------------------*/
#page-cont-header {
	background: rgba(255,255,255, .75);
	background: -webkit-linear-gradient(left, #fff, rgba(255,255,255, .9) 55%, rgba(255,255,255, 0));
	background: linear-gradient(to right, #fff, rgba(255,255,255, .9) 55%, rgba(255,255,255, 0));
}

/*--------------------------
** メインカラム
---------------------------*/
body.single .article .entry-title{
	font-size: 2.6rem;
}
/*--------------------------
** イベントページ（#event）
---------------------------*/
#event.single .event-data-wrapper .event-entry-thumb {
	max-width: 160px;
}
/*--------------------------
** 固定ページ親階層
---------------------------*/
/* #service.parent
********************/
.page-service #iedukuri-topPrWrap {
	margin-bottom: 1em;
}
.page-service #iedukuri-topPrWrap.contentsFitBox .area-text {
	width: 40%;
	padding-left: 2em;
}

/*--------------------------
** 固定ページ子階層
---------------------------*/
body.child #contents .main {
	width: 74%;
}
body.child #contents .side {
	width: 23%;
}
body.child .side-menu dd .subtitle-text {
	display: block;
}

/* #service：子ページ
**********************/
/* page-indoor-environment */
.page-indoor-environment #zu-fukugo-dannetsu {
	width: 430px;
	padding-right: 20px;
}

/* #profile：子ページ
**********************/
/* page-zero-energy-house【日本語ページのみ】*/
.lang-jp.page-zero-energy-house #logo-zeh {
	float: right;
}
.lang-jp.page-zero-energy-house #logo-zeh + section {
	margin-top: 160px;
}

/*--------------------------
** #gallery.single
---------------------------*/
#gallery.single #contents-Title {
	padding: 16px 24px;
}

#gallery.single #contents-Title .image-photo {
	bottom: 20px;
	right: 24px;
}

}
@media (min-width:1100px){
}
