@charset "utf-8";

/*------------------------------------
汎用
------------------------------------*/
html,body {max-width: 100%; min-height: calc(100vh - 64px); max-height: 100%;}
body {padding-top: 64px;}

/*コンティナ*/
.container {width: calc(100% - 30px); margin: 0 auto;}

.pc,.tb {display:none!important;}
.sp.tb, .sp.pc {display:block;}

/*ページ内スクロール*/
#scroll {right: 16px; bottom: 16px;}

/*固定ページ見出し*/
.page-heading {position: relative; width: 100%; height: 217px; margin: 40px -15px 0 0;}
.page-heading h1 {position: absolute; top: -18px; left: 17px; font-size: 32px; z-index: 2;}
.page-heading .suninaru {position: absolute; bottom: 10px; right: 10px; width: 104px; height: auto; z-index: 2;}
.page-heading .img {width: 100%; height: 100%;}
.page-heading .img img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}

/*固定ページ見出し文章*/
.headline_txt {padding: 0 0 50px;}
.headline_txt h1 {text-align: center; font-size: 24px; line-height: 1.25; margin: 50px 0 40px;}
.headline_txt p {font-size: 14px;}

/*英語と日本語タイトル*/
.en-jp {padding: 0 0 30px; text-align: center;}
.en-jp span {display: block;}
.en-jp span.en{font-size: 41px; margin-bottom: 5px;}
.en-jp span.jp{font-size: 15px; letter-spacing: 0.5rem;}

/*archiveページのnotfound*/
.archive-notfound {margin: 40px auto 0; font-size: 20px;}

/*post-link*/
.post-link {justify-content: space-between; padding-bottom: 40px;}

/*post-link previous*/
.post-link .previous {font-size: 12px;}
.post-link .previous a {display: inline-flex; width: 80px; color: #21201b; position: relative; justify-content: flex-end;}
.post-link .previous a:before,
.post-link .previous a:after {content: ''; transition: .5s ease; position: absolute; display: inline-block; height: 1px; background-color: #21201b;}
.post-link .previous a:before {top: 24px; left: 0px; width: 80px;}
.post-link .previous a:after {top: 18px; left: -2px; width: 20px; transform: rotate(-40deg);}
.post-link .previous a:hover:before {transform: translate(-10px,0);}
.post-link .previous a:hover:after {transform: translate(-10px,0) rotate(-40deg);}

/*post-link next*/
.post-link .next {font-size: 12px;}
.post-link .next a {display: inline-flex; width: 80px; color: #21201b; position: relative;}
.post-link .next a:before,
.post-link .next a:after {content: ''; transition: .5s ease; position: absolute; display: inline-block; height: 1px; background-color: #21201b;}
.post-link .next a:before {top: 24px; left: 0px; width: 80px;}
.post-link .next a:after {top: 18px; left: 63px; width: 20px; transform: rotate(40deg);}
.post-link .next a:hover:before {transform: translate(10px,0);}
.post-link .next a:hover:after {transform: translate(10px,0) rotate(40deg);}

/* ローディング画面の背景 */
#loading {position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; background: #fff; z-index: 9999;}
#loading .animation {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; animation: loadinganimation 2500ms ease-out forwards;}
@keyframes loadinganimation {0% {opacity: 0;} 100% {opacity: 1;}}

/*------------------------------------
共通
------------------------------------*/
/*header*/
header {position: fixed; top: 0; left: 0; width: 100%; height: 64px; justify-content: space-between; align-items: center; background: #fff; border-bottom: 1px solid #21201b; z-index: 9000;}

header .logo {display: flex; align-items: baseline; margin-left: 15px;}
header .logo .flex {align-items: baseline;}
header .logo .icon {width: 30px; margin-right: 6px;}
header .logo .name {width: 110px; margin-right: 12px;}
header .logo .catch {width: 80px; height: 11px;}

header #g-nav {
	display: block;
	position: fixed;
	top: 64px;
	right: 0; 
	width: 300px;
	height: 100%;
	min-height: calc(100% - 64px);
	background: #fff;
	border-top: 1px solid #21201b;
	padding-bottom: 64px;
	box-sizing: border-box;
	transform: translateX(100%);
	transition: .6s ease;
	z-index: -1;
	overflow: scroll;
}
header #g-nav .info {flex-direction: column-reverse; border-bottom: 3px solid #21201b;}
header #g-nav .info .icon{display: flex; justify-content: center; text-align: center;}
header #g-nav .info .icon a {padding: 18px 0; width: 50%; border-top: 1px solid #21201b; border-bottom: 1px solid #21201b;}
header #g-nav .info .icon a:nth-child(1) {border-right: 1px solid #21201b;}
header #g-nav .info .icon a i {margin-right: 5px; font-size: 25px; margin-bottom: 8px; transition: .5s ease;}
header #g-nav .info .icon a span {display: block; position: static; font-size: 12px; line-height: 1;}
header #g-nav .info .request {padding: 16px 0; align-items: center; display: flex; justify-content: center;}
header #g-nav .info .request span {margin-right: 10px; padding: 0 8px; border: 1px solid #21201b; text-align: center;}
header #g-nav .info .request a {font-size: 20px; line-height: 1;}

header #g-nav .main-nav {display: block;}
header #g-nav .main-nav a {font-size: 16px; position: relative; display: block; padding: 15px 12px; border-bottom: 1px solid #21201b;}
header #g-nav .main-nav a:last-child {margin-right: 0;}

header #g-nav .info .icon a:hover,
header #g-nav .main-nav a:hover,
header #g-nav .info .icon a.current,
header #g-nav .main-nav a.current {color: #fff; background: #21201b; opacity: 1;}
header #g-nav .info .icon a:hover span,
header #g-nav .info .icon a:hover i,
header #g-nav .info .icon a.current span,
header #g-nav .info .icon a.current i {color: #fff;}

header #nav-toggle {position: absolute; right: 0; top: 0; width: 64px; height: 64px; border-radius: 5px; cursor: pointer; z-index: 9001;}
header #nav-toggle div {position: absolute; left: 20px; width: 24px; height: 3px; background: #21201b; opacity: 1; transition: .6s ease;}
header #nav-toggle div:nth-child(1) {top: 25px;}
header #nav-toggle div:nth-child(2) {top: 31px;}
header #nav-toggle div:nth-child(3) {top: 37px;}

#overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	background: #21201b;
	opacity: 0;
	visibility: hidden;
	transition: .6s ease;
	cursor: pointer;
}
.nav-open header #g-nav {transform: translateX(0); z-index: 9000; overflow-y: scroll!important;}
.nav-open header #nav-toggle div:nth-child(1) {transform: rotate(45deg); top: 31px;}
.nav-open header #nav-toggle div:nth-child(2) {opacity: 0;}
.nav-open header #nav-toggle div:nth-child(3) {transform: rotate(-45deg); top: 31px;}
.nav-open #overlay {opacity: .5; visibility: visible; z-index: 8999;}

/*footer*/
footer {padding: 50px 0; text-align: center;}
footer .consultation {margin-bottom: 100px;}
footer .consultation h2 {display: inline-block; margin-bottom: 30px; font-size: 36px; line-height: 1.5;}
footer .consultation h2 .segoe {font-size: 36px;}
footer .consultation p {font-size:14px;}
footer address {margin:0 0 40px;}
footer address .logo {display: inline-flex; align-items: baseline; margin: 0 auto 25px;}
footer address .logo .icon{width: 47px; margin-right: 20px;}
footer address .logo .name{width: 138px; margin-top: -2px;}
footer address .add {margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #21201b; font-size: 13px; text-align: center;}
footer address .info-box {justify-content: center; align-items: center; flex-direction: column;}
footer address .info-box .left {line-height: 1; margin-bottom: 40px;}
footer address .info-box .left a {align-items: baseline;}
footer address .info-box .left span {font-size: 28px; font-weight: 700; line-height: 1; letter-spacing: 2px; margin-left: 12px;}
footer address .info-box .left img.free {display: block; width: 34px; height: 22px; opacity: 1;}
footer address .info-box .left span.fax {font-size: 20px; margin: 0;}
footer address .info-box .left p {margin: 3px 0 12px;}
footer address .info-box .right {width: 100%; max-width: 320px; display: block; font-size: 14px; border: 1px solid #21201b; padding: 23px 0 23px 20%; align-items: center; justify-content: center; background:url(../img/letter.png) no-repeat 17% 50%/44px 27px; box-sizing: border-box;}
footer address .info-box .right:hover {background: #21201b url(../img/letter-hover.png) no-repeat 17% 50%/44px 27px; color: #fff; opacity: 1;}
footer .copy {font-size: 13px;}

/*------------------------------------
トップページ
------------------------------------*/
#front {height: 100%;}

/*main-img*/
#front .main-img {position: relative; height: calc(100vh - 64px);}
#front .main-img #top-slider {width: 100%; height: 100%; overflow: hidden!important;}
#front .main-img #top-slider .slick-track {display: flex; justify-content: space-between; width: 100%; height: 100%;}
#front .main-img #top-slider .slick-slide {width: 100%; height: 100%;}
#front .main-img #top-slider li {display: block; width: 100%; height: 100%; overflow: hidden;}
#front .main-img #top-slider li a {display: block; width: 100%; height: 100%;}
#front .main-img #top-slider li img {display: block; width: 100%; height: calc(100vh - 64px); object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}
#front .main-img #top-slider .slide-dots {display: flex; position: absolute; bottom: 20px; left: 20px; width: calc(100% - 40px); height: auto; z-index: 100;}
#front .main-img #top-slider .slide-dots li {width: 24px; height: 24px; margin: 0 4px;}
#front .main-img #top-slider .slide-dots li button {width: 100%; height: 100%; text-indent: -9999px; background: rgba(0,0,0, .3);}
#front .main-img #top-slider .slide-dots li.slick-active button {background: rgba(0,0,0, .6);}
#front .main-img .suninaru {position: absolute; bottom: 10px; right: 10px; z-index:100; width: 104px; height: auto;}

/*concept*/
#front .concept {background: #21201b; padding: 50px 0; text-align: center;}
#front .concept a,
#front .concept p,
#front .concept h1,
#front .concept h1 span,
#front .concept .concept-box li p span{color: #fff;}
#front .concept h1 {font-size: 38px; line-height: 1.35; margin-bottom: 30px;}
#front .concept h1 span {font-size: 54px; line-height: 1.35;}
#front .concept .goal{margin-bottom: 60px;}
#front .concept .goal p{margin-bottom: 40px; font-size: 17px;}
#front .concept .goal .button{display: flex; justify-content: center; align-items: center; width: calc(100% - 30px); font-size: 16px; margin: 0 auto; padding: 9px 0px; border: 1px solid #fff;}
#front .concept .goal .button i{color: #FF901E; margin: 0 0 0 5px;}
#front .concept .goal .button:hover {color: #21201b; background: #fff; opacity: 1;}
#front .concept .concept-box{display: block;}
#front .concept .concept-box li {margin-bottom: 40px;}
#front .concept .concept-box li:last-child{margin-bottom: 0;}
#front .concept .concept-box li h3 {margin-bottom: 15px;}
#front .concept .concept-box li h3 a {position: relative; display: block; width: 100%; height: 258px; overflow: hidden;}
#front .concept .concept-box li h3 a:before {content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: rgba(0,0,0,0.5); z-index: 2;}
#front .concept .concept-box li h3 a img {position: absolute; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;'; translate: .5s ease; z-index: 1;}
#front .concept .concept-box li h3:hover a img {transform: scale(1.1);}
#front .concept .concept-box li h3 a span {
	text-align: center;
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
	z-index: 3;
	line-height: 1.4;
}
#front .concept .concept-box li p {line-height: 1.5; text-align: left; font-size: 14px;}
#front .concept .concept-box li p:after{font-family: "Font Awesome 5 Free"; content: '\f0a9'; font-weight: 700; font-size: 0.9rem; color:#FF901E;}

/*gallery*/
#front .gallery {padding: 0 0 50px;}
#front .gallery h2 {margin: 50px 0; text-align: center;}
#front .gallery h2 .suninaru {width: 105px; height: auto; display: inline-block; vertical-align: middle; margin:0 15px 0 0;}
#front .gallery h2 .segoe {font-size: 36px; vertical-align: middle;}
#front .gallery .gallery-cont {display: flex; flex-wrap: wrap; margin: 0 -15px;}
#front .gallery .gallery-cont .item  {position: relative; display: block; width: 50%; height: 121px; overflow: hidden;}
#front .gallery .gallery-cont .item a > img {position: absolute; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}
#front .gallery .gallery-cont .item a .text {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	z-index: 2;
	transition:all .5s ease;
}
#front .gallery .gallery-cont .item a:hover div {opacity: 1;}
#front .gallery .gallery-cont .item a div h2 {text-align: center; line-height: 1.5; font-size: 12px; color: #fff; opacity: 0; transform: scale(.7); transition:all .5s ease;}
#front .gallery .gallery-cont .item a div h2:before {display: block; font-family: "Font Awesome 5 Free"; content: '\f00e'; font-weight: 700;  font-size: 12px; color:#fff;}
#front .gallery .gallery-cont .item a:hover div h2 {opacity: 1; transform: scale(1);}
#front .gallery .more {float: right; margin-top: 30px;}

/*news-blog*/
#front .news-blog {background: #21201b; padding: 40px 0;}
#front .news-blog h2,
#front .news-blog a,
#front .news-blog time,
#front .news-blog h3,
#front .news-blog .notfound {color: #fff;}{color: #fff;}
#front .news-blog time {margin-right: 20px;}
#front .news-blog .container {display: block;}
#front .news-blog .post-list {padding: 10px;}
#front .news-blog .post-list:nth-child(1) {padding-bottom: 70px;}
#front .news-blog .heading {margin-bottom: 30px; display: block;}
#front .news-blog .heading h2 {font-size: 24px; letter-spacing: 2px; width: 188px; height: 64px; border: 1px solid #fff; display: flex; justify-content: center;align-items: center; margin:0 auto;}
#front .news-blog .entry-list li {display: block; margin-bottom: 10px;}
#front .news-blog .entry-list li a {display: inline-block;}
#front .news-blog .entry-list li a p {line-height: 1.1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#front .news-blog .more {float: right; margin-top: 20px;}

/*------------------------------------
先輩ファミリーのお宅拝見（archive-case.php）
------------------------------------*/
#case-arc .case-list {display: block;}
#case-arc .case-list .entry {border: 1px solid #21201b; margin-bottom: 20px; box-sizing: border-box;}
#case-arc .case-list .entry .img {position: relative; display: block; width: 100%; height: 200px; border-bottom: 1px solid #21201b;}
#case-arc .case-list .entry .img .thumb {width: 100%; height: 100%;}
#case-arc .case-list .entry .img .thumb img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}
#case-arc .case-list .entry .img .number {position: absolute; bottom: 0; display: block; width: 44px; height: 44px; font-size: 24px; color: #fff; line-height: 44px; text-align: center; background: #21201b; z-index: 2;}
#case-arc .case-list .entry .state {display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; height: 200px; padding: 20px; box-sizing: border-box;}
#case-arc .case-list .entry .state h2 {font-size: 1.5rem; line-height: 1.75;}
#case-arc .case-list .entry .state a {display: inline-block; font-size: 1.1rem; line-height: 1.1;}
#case-arc .case-list .entry .state a i {margin-left: 5px;}

#case-arc .load {display: block; width: 200px; font-size: 1rem; text-align: center; margin: 0 auto; padding: 14px 0; border: 1px solid #21201b;}
#case-arc .load i {margin-left: 5px;}
#case-arc .load:hover {color: #fff; background: #21201b;}
#case-arc .load:hover span,
#case-arc .load:hover i {color: #fff;}

/*------------------------------------
先輩ファミリーのお宅拝見 (single-case.php)
------------------------------------*/
#case-single .case-heading {margin: 70px auto 50px;}
#case-single .case-heading .suninaru {width: 185px; height: auto; margin: 0 auto;}
#case-single .case-heading h1 {text-align: center; font-size: 26px; line-height: 1; margin: 50px 0 0;}

#case-single #case-slider {width: 100%; height: 75vw; margin: 0 auto 40px; padding: 0;}
#case-single #case-slider .slick-list {overflow: visible;}
#case-single #case-slider .slick-slide {padding: 0; opacity: .75; transition: ease 0.3s;}
#case-single #case-slider .slick-slide.slick-current {opacity: 1;}
#case-single #case-slider li {width: 100%!important; height: 75vw; overflow: hidden;}
#case-single #case-slider li picture {display: block; width: 100%; height: 75vw; overflow: hidden;}
#case-single #case-slider li img {width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}

#case-single .intro {margin: 0 auto 50px;}
#case-single .intro .eyecatch img {width: 100%; height: auto;}
#case-single .intro h2 {font-size: 24px; line-height: 1.5; margin: 26px 0 36px;}
#case-single .intro .name {display: block; font-size: 15px; text-align: right; margin-bottom: 25px;}
#case-single .intro .explanation {font-size: 15px;}

#case-single .img-set {display: block; margin: 0 auto 70px;}
#case-single .img-set figure {margin-bottom: 10px;}
#case-single .img-set figure img {width: 100%; height: 100%; max-height: 500px; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}
#case-single .img-set figure figcaption {font-size: 15px; padding: 10px 5px;}

#case-single .details {background: #f9f9f6; padding: 56px 0 0; text-align: center;}
#case-single .details h2 {display: block; font-size: 32px; text-align: center; margin-bottom: 42px;}
#case-single .details .plan {width: 100%; margin-bottom: 60px;}
#case-single .details .plan p {font-size: 15px; text-align: left;}
#case-single .details .date {display: inline-block;}
#case-single .details .floor {text-align: center;}
#case-single .details .floor figure {display: inline-block; text-align: center; margin: 20px 20px 42px;}
#case-single .details .floor figure figcaption {display: inline-block; font-size: 18px; line-height: 1.5; margin-bottom: 40px; padding: 8px 12px; border: 1px solid #21201b;}
#case-single .details .specification {font-size: 16px; text-align: left; margin: 40px 20px 0;}

#case-single .backtoarc {text-align: center; border-bottom: 1px solid #f9f9f6; background: #f9f9f6;}
#case-single .backtoarc a {display: inline-block; max-width: 320px; font-size: 14px; border: 1px solid #21201b; margin: 0 20px 70px; padding: 20px 20px 20px 70px; align-items: center; justify-content: center; background:url(../img/return.png) no-repeat 20px 50%/34px 26px;}
#case-single .backtoarc a:hover {background: #21201b url(../img/return-hover.png) no-repeat 20px 50%/34px 26px; color: #fff; opacity: 1;}

/*------------------------------------
Wizhouseの思い
------------------------------------*/
#concept h2 {display: block; text-align: center; font-size: 32px; margin: 0 auto 50px;}

#concept .headline_txt {padding: 0 0 75px;}
#concept .headline_txt h1 {text-align: center; font-size: 24px; line-height: 1; margin: 50px 0;}
#concept .headline_txt img {display: block; width: 100%; height: auto; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}
#concept .headline_txt p {font-size: 14px; margin-bottom: 50px;}

/*message*/
#concept .message {padding: 50px 0; background: #f9f9f6;}
#concept .message .flex {display: block;}
#concept .message .left {width: auto;}
#concept .message .left img {display: block; width: 100%; height: auto; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}
#concept .message .right {margin-top: 25px;}
#concept .message .right p {font-size: 14px; margin-bottom: 30px;}
#concept .message .right .architect {text-align: right;}

/*committed*/
#concept .committed {padding: 50px 0;}
#concept .committed h2 {line-height: 1.5;}
#concept .committed p {font-size: 14px; margin-bottom: 20px;}
#concept .committed p:last-child {margin-bottom: 0;}

/*features*/
#concept .features {padding: 50px 0 5px; background: #f9f9f6;}
#concept .features h3 {text-align: left; font-size: 20px; margin-bottom: 15px;}
#concept .features h3 .chara {display: block; font-size: 15px; margin-bottom: 5px; position: relative;}
#concept .features h3 .chara:before,
#concept .features h3 .chara:after {content: ''; position: absolute; display: inline-block; height: 3px; background-color: #717071;}
#concept .features h3 .chara:before {top: 12px; left: 44px; width: 18px; transform:rotate(90deg)}
#concept .features h3 .chara:after {top: -1px; left: 40px; width: 14px; transform:rotate(40deg);}
#concept .features .flex {display: block; margin-bottom: 60px;}
#concept .features .right p {font-size: 14px; margin: 20px 0;}
#concept .features .right p:last-child {margin-bottom: 0;}
#concept .features .left div {border: 1px solid #666; margin-bottom: 20px;}
#concept .features .left div:last-child {margin-bottom: 0;}
#concept .features .left img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}
#concept .features .detail {background:#21201b; color: #fff; border: 1px #21201b solid; display: block; text-align: center; font-size: 14px; padding: 5px 0; margin-top: 20px;}
#concept .features .detail:hover {background:#fff; color: #21201b; opacity: 1;}
#concept .features .zeh.flex {margin-bottom: 30px;}
#concept .features .zeh li {display: flex; justify-content: center; align-items: center; font-size: 18px; outline: 1px solid #aaa; box-sizing: border-box; height: 46px; margin-bottom: 1px;}
#concept .features .zeh li ,
#concept .features .zeh li .orange,
#concept .features .zeh li .blue {font-size: 18px;}
#concept .features .zeh li span {margin-left: 10px;}
#concept .features .zeh li .orange {color: #ee5a24;}
#concept .features .zeh li .blue {color: #0098dc;}

/*------------------------------------
家づくりのながれ
------------------------------------*/
#flow {}

#flow .chart {background: #f2f2eC; padding: 60px 0;}
#flow .chart .start {display: block; width: 186px; margin: 0 auto 50px;}
#flow .chart .start img {width: 100%; height: auto;}
#flow .chart section {background: #fff; padding: 30px 20px 0; border: 1px solid #666;}
#flow .chart h2,
#flow .chart strong {font-size: 24px; font-weight: 700; line-height: 1; color: #6a3906;}
#flow .chart h2 {text-align: center; margin-bottom: 20px;}
#flow .chart h2 span {display: block; font-size: 14px; color: #6a3906;}
#flow .chart dl {display: flex; justify-content: space-between; align-items: center; margin: 20px 0;}
#flow .chart dl dt {width: 45px; margin-right: 15px;}
#flow .chart dl dt img {width: 30px; margin: 0 auto;}
#flow .chart dl dt span {display: block; line-height: 1.25; text-align: center; margin-top: 6px;}
#flow .chart dl dt.client span {font-size: 15px;}
#flow .chart dl dt.wiz span {font-size: 12px;}
#flow .chart dl dd {width: calc(100% - 60px); font-size: 14px;}
#flow .chart p.notice {font-size: 14px; background: #ff0; margin-bottom: 30px; padding: 5px 15px;}
#flow .chart p.notice.center {text-align: center;}
#flow .chart .arrow {display: flex; justify-content: center; align-items: center;}
#flow .chart .arrow p {width: 100%; margin: 0 0 0 14px;}
#flow .chart .arrow img {width: 36px;}
#flow .chart .arrow.up img {width: 36px; transform: scale(1,-1);}
#flow .chart .exchange {display: block; margin: 10px 0;}
#flow .chart .exchange .arrow {margin-bottom: 10px;}
#flow .chart .exchange .arrow:last-child {margin-bottom: 0;}
#flow .chart .arrow-next {position: relative; width: 44px; height: 44px; margin: 24px auto;}
#flow .chart .arrow-next:before,
#flow .chart .arrow-next:after {content: ""; position: absolute;}
#flow .chart .arrow-next:before {top: 0; left: 50%; transform: translate(-50%,0); width: 2px; height: 44px; background: #666;}
#flow .chart .arrow-next:after {bottom: 5px; left: 50%; transform: translate(-50%,0) rotate(-45deg); width: 30px; height: 30px; border-bottom: 2px solid #666; border-left: 2px solid #666;}

/*------------------------------------
施工実績(archive-gallery.php)
------------------------------------*/
#gallery-arc .gallery-heading {text-align: center;}
#gallery-arc .gallery-heading .suninaru {display: block;  margin: 50px auto 45px; width: 144px; height: 120px;}

#gallery-arc .gallery-heading h1 {font-size: 38px;}
#gallery-arc .gallery-heading p {font-size: 16px; margin-bottom: 40px;}
#gallery-arc .details {background: #21201b; padding: 50px 0;}
#gallery-arc .details .text {color: #fff; text-align: center; font-size: 14px; margin-bottom: 40px;}
#gallery-arc .details .gallery-list {display: block;}
#gallery-arc .details .gallery-list li {position: relative; width: 100%; height: 70vw; margin-bottom: 1px;}
#gallery-arc .details .gallery-list li a {position: relative; display: block; width: 100%; height: 70vw; overflow: hidden;}
#gallery-arc .details .gallery-list li a > img {position: absolute; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50% 50%;';}
#gallery-arc .details .gallery-list li a:hover img{transform: scale(1.1);}
#gallery-arc .details .gallery-list li a .text {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	z-index: 2;
	transition:all .5s ease;
}
#gallery-arc .details .gallery-list li a:hover div {opacity: 1;}
#gallery-arc .details .gallery-list li a div h2 {text-align: center; line-height: 1.2; font-size: 18px; color: #fff; opacity: 0; transform: scale(.7); transition:all .5s ease;}
#gallery-arc .details .gallery-list li a:hover div h2 {opacity: 1; transform: scale(1);}

/*------------------------------------
施工実績(single-gallery.php)
------------------------------------*/
#gallery-single .gallery-heading {text-align: center;}
#gallery-single .gallery-heading .flex {justify-content: center; align-items: center; margin: 50px 0 40px;}
#gallery-single .gallery-heading .suninaru {width: 105px; height: auto; display: inline-block; vertical-align: middle; margin:0 15px 0 0;}
#gallery-single .gallery-heading h1 {font-size: 36px; vertical-align: middle;}
#gallery-single .gallery-heading h2 {font-size: 24px;}
#gallery-single .gallery-heading p {font-size: 18px; margin: 40px 0; text-align: left;}
#gallery-single .details {background: #f2f2ec; padding: 50px 0 0;}
#gallery-single .details.after {background:#fff;}
#gallery-single .details h3{text-align: center;}
#gallery-single .details h3 span {display: block;}
#gallery-single .details h3 span.en{font-size: 35px; margin-bottom: 5px;}
#gallery-single .details h3 span.jp{font-size: 14px; letter-spacing: 0.5rem;}

#gallery-single .img-set {display: block; padding: 20px 0 20px;}
#gallery-single .img-set figure {box-shadow: 0 0 0 1px #21201b;}
#gallery-single .img-set figure img {display: block; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}
#gallery-single .img-set figure.full,
#gallery-single .img-set figure.half,
#gallery-single .img-set div.width {width: 100%;}
#gallery-single .img-set figure figcaption {font-size: 15px; padding: 8px 16px; background:#fff;}

/*------------------------------------
リノベーション(archive-renovation.php)
------------------------------------*/
#gallery-arc .gallery-heading .segoe.renovation{}

/*------------------------------------
リノベーション(single-renovation.php)
------------------------------------*/
#reno-single .reno-heading .segoe.renovation {font-size: 25px;}
#reno-single .reno-heading {text-align: center;}
#reno-single .reno-heading .flex {justify-content: center; align-items: center; margin: 50px 0 40px;}
#reno-single .reno-heading .suninaru {width: 105px; height: auto; display: inline-block; vertical-align: middle; margin:0 15px 0 0;}
#reno-single .reno-heading h1 {font-size: 36px; vertical-align: middle;}
#reno-single .reno-heading h2 {font-size: 24px;}
#reno-single .reno-heading p {font-size: 18px; margin: 40px 0; text-align: left;}
#reno-single .details {background: #f2f2ec; padding: 50px 0 0;}
#reno-single .details.after {background:#fff; border-bottom: 1px solid #000;}
#reno-single .details h3{text-align: center;}
#reno-single .details h3 span {display: block;}
#reno-single .details h3 span.en{font-size: 35px; margin-bottom: 5px;}
#reno-single .details h3 span.jp{font-size: 14px; letter-spacing: 0.5rem;}

#reno-single .img-set {display: block; padding: 20px 0 20px;}
#reno-single .img-set img {display: block; box-shadow: 0 0 0 1px #21201b; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}
#reno-single .img-set .full,
#reno-single .img-set .half,
#reno-single .img-set div.width {width: 100%;}

/*------------------------------------
会社案内
------------------------------------*/
/*テーブル*/
#company table {margin: 0 auto; width: 100%;}
#company table tr {border-top: 1px solid #c7c7c7; padding: 15px 0; display: block; width: 100%;}
#company table tr th {text-align: center; font-size: 16px; display: block; width: 100%; line-height: 1.5; margin-bottom: 5px;}
#company table tr td {text-align: center; font-size: 16px; display: block; width: 100%; line-height: 1.5;}

/*headline_txt*/
#company .headline_txt {padding: 0 0 75px;}
#company .headline_txt h1 {text-align: center; font-size: 24px; line-height: 1.5; margin: 50px 0;}
#company .headline_txt img {display: block; width: 100%; height: auto; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}
#company .headline_txt .text p {font-size: 14px; margin-bottom: 0;}
#company .headline_txt .text .comment {margin-bottom: 50px;}
#company .headline_txt .text .right {text-align: right;}
#company .headline_txt .text .right .position {font-size: 16px; margin-right: 5px;}
#company .headline_txt .text .right .name {font-size: 22px;}

/*profile*/
#company .profile {padding: 50px 0; background: #f9f9f6;}

/*access*/
#company .access {padding: 50px 0;}
#company .access .flex {justify-content: center; align-items: center; display: block;}
#company .access .flex .left {display: block; width: 100%; height: 100%; margin-bottom: 40px;}
#company .access .flex .left img {display: block; width: 100%; height: 100%;}
#company .access .flex .right {margin-bottom: 40px; margin-left: 2em;}
#company .access .flex .right i {margin: 0 15px 0 0; font-size: 20px;}
#company .access .flex .right p {font-size: 16px; margin-bottom: 5px; padding-left:1em; text-indent:-1em;}
#company .access .flex .right p:last-child {margin-bottom: 0;}
#company .access .map {width: 100%; height: 60vh; background: #fff;}
#company .access .map iframe {width: 100%; height: 100%;}

/*history*/
#company .history {padding: 50px 0; background: #f9f9f6;}
#company .history p {font-size: 12px; text-align: center;}

/*-------------------------------------
アーカイブページ
--------------------------------------*/
#archive .arc-list {display: block; margin: 0 auto; background: #f9f9f6; padding: 20px 0;}
#archive .arc-list .flex {flex-wrap: wrap;}
#archive .arc-list .entry {border: 1px solid #21201b; margin-bottom: 20px; box-sizing: border-box;}
#archive .arc-list .entry .img {position: relative; display: block; width: 100%; height: 200px; border-bottom: 1px solid #21201b;}
#archive .arc-list .entry .img .thumb {width: 100%; height: 100%;}
#archive .arc-list .entry .img .thumb img{display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}
#archive .arc-list .entry .img .number {position: absolute; bottom: 0; display: block; width: 44px; height: 44px; font-size: 24px; color: #fff; line-height: 44px; text-align: center; background: #21201b; z-index: 2;}
#archive .arc-list .entry .state {display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; padding: 20px; box-sizing: border-box;}
#archive .arc-list .entry .state h2 {font-size: 1.5rem; line-height: 1.5; margin-bottom: 10px;}
#archive .arc-list .entry .state p {margin-bottom: 10px;}
#archive .arc-list .entry .state a {display: inline-block; font-size: 1.1rem; line-height: 1.1;}
#archive .arc-list .entry .state a i {margin-left: 5px;}
#archive .arc-list .entry .state p {line-height: 1.5;margin-bottom: 10px;}
#archive .arc-list .entry .state time {align-items: center; margin-bottom: 10px;}
#archive .arc-list .entry .state time i {margin-right: 6px;}

#archive .pager {margin-bottom: 40px; justify-content: center;}
#archive .pager span,
#archive .pager a {margin: 0 5px;}
#archive .pager a {display: block;}
#archive .pager a:hover{background: #333; color: #fff; opacity: 1;}
#archive .pager .current{background: #333; color: #fff;}
#archive .pager .page-numbers{border: 1px solid #333; padding: 6px 12px;}

/*-------------------------------------
シングルページ
--------------------------------------*/
#post {border-bottom: 1px solid #21201b; background: #f9f9f6;}
#post #single {padding: 50px 0 0;}
#post #single .container {padding: 0 0 50px;}

#post #single h1 {font-size: 30px; text-align: center; line-height: 1.5; border-bottom: 1px solid #21201b; margin:30px 0; padding-bottom: 80px; font-weight: 700; font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;}
#post #single .state {margin: 10px 5px 30px;}
#post #single .state time {align-items: center;}
#post #single .state time i {margin-right: 6px;}
#post #single .state ul.post-categories{list-style-type: none; margin-bottom: 0; padding-left: 10px;}
#post #single .state ul.post-categories a{text-decoration: none;}

#post #single .class {justify-content: flex-end; margin-bottom: 30px;}
#post #single .class ul li {list-style-type: none;}
#post #single .class ul li a{text-decoration: none;}
#post #single .single-item .single-img {margin-bottom: 30px; width: 100%; height: 400px;}
#post #single .single-item .single-img img {width: 100%; height: 100%;  object-fit: cover; object-position: center; font-family: 'object-fit: cover; object-position: center;'}


#post .pos-link {display: flex; justify-content: center; margin-top: 40px; list-style-type: none;}
#post .pos-link {padding: 0 0 50px; display: block;}
#post .pos-link a {position: relative; display: inline-block; background-color: #333; border: 1px solid #333;color: #fff; text-align: center; text-decoration: none; transition: all .3s; margin-bottom: 10px;}
#post .pos-link li {margin-bottom: 5px;}
#post .pos-link li:last-child {margin-bottom: 0;}
#post .pos-link .previous a:after {position: absolute; top: 50%; left: 5em; content: ''; margin-top: -5px; border: 5px solid transparent; border-top-width: 5px; border-bottom-width: 5px; border-left-color: #fff; transition: all .3s; transform: rotate(180deg); }
#post .pos-link .home a,
#post .pos-link .previous a,
#post .pos-link .next a {padding: .8em 0; width: 100%;}

#post .pos-link .next a:after {position: absolute; top: 50%; right: 5em; content: ''; margin-top: -5px; border: 5px solid transparent; border-top-width: 5px; border-bottom-width: 5px; border-left-color: #fff; transition: all .3s;}
#post .pos-link a:hover {background-color: #fff; color: #000;}
#post .pos-link a:hover:after {border-left-color: #333;}

#post #single p {margin-bottom: 29px;}
#post #single h2 {font-size: 25px; font-weight: 700; line-height: 1.5; margin: 50px 0 25px;}
#post #single h3 {font-size: 21px; font-weight: 700; line-height: 1.5; margin: 40px 0 20px;}
#post #single h4 {font-size: 17px; font-weight: 700; line-height: 1.5; margin: 30px 0 15px;}

#post #single a {text-decoration: underline;}
#post #single a:hover {text-decoration: none;}
#post #single strong {font-weight: 700;}
#post #single em {font-style: italic;}
#post #single ul,
#post #single ol {margin-bottom: 30px; padding-left: 1.5rem;}
#post #single ul {list-style-type: disc;}
#post #single ul li {list-style-type: inherit;}
#post #single ol {list-style-type: decimal;}
#post #single ol li {list-style-type: inherit;}
#post #single blockquote {background: #eee; padding: 1.25rem 1.75rem; margin-bottom: 30px;}
#post #single blockquote p:last-child {margin-bottom: 0;}
#post #single hr {border-color: #21201b; margin: 30px 0;}

#post #single img {display: block; margin: 30px;}
#post #single p img {margin: 0;}
#post #single .alignleft {margin-right: auto; float: none;}
#post #single .aligncenter {margin: 0 auto; float: none;}
#post #single .alignright {margin-left: auto; float: none;}
#post #single .wp-caption {max-width: 100%; margin: 0 0 30px; float: none;}
#post #single .wp-caption img {width: 100%; height: auto; margin: 0;}
#post #single .wp-caption .wp-caption-text {background: #fff; margin: 0; padding: 5px 10px; box-sizing: border-box;}

#post #single .scrollable-table {margin: 30px 0; overflow-x: auto;}
#post #single table {width: auto;}
#post #single table tr {border-bottom: solid 1px #21201b;}
#post #single table tr:last-child {border-bottom: none;}
#post #single table th,
#post #single table td {padding: 6px 16px; white-space: nowrap;}
#post #single table th {text-align: left;}
#post #single table thead {border-bottom: solid 2px #21201b;}
#post #single table tfoot {border-top: solid 2px #21201b;}
#post #single table thead th,
#post #single table thead td,
#post #single table tfoot th,
#post #single table tfoot td {font-weight: 700;}

/*------------------------------------
お問い合わせ・ご相談
------------------------------------*/
#contact .headline_txt {margin: 0 0 50px; padding: 0;}
#contact .headline_txt p {margin: 0;}
#contact .headline_txt .container {}
#contact .circle {justify-content: center; margin:0 0 40px;}
#contact .circle div {width: 8px; height: 8px; border-radius: 50%; margin-right: 28px;}
#contact .circle div:last-child {margin-right: 0;}
#contact .circle .color-1 {background: #c85b6c;}
#contact .circle .color-2 {background: #fe7568;}
#contact .circle .color-3 {background: #fcca6c;}
#contact .circle .color-4 {background: #548ecc;}
#contact .tel {display: block; margin-bottom: 45px; text-align: center;}
#contact .tel .left {font-size: 28px; margin-bottom: 5px;}
#contact .tel .right {line-height: 1;}
#contact .tel .right a {align-items: flex-end; justify-content: center;}
#contact .tel .right span {font-size: 28px; font-weight: 700; line-height: 1; letter-spacing: 2px;}
#contact .tel .right img.free {width: 34px; height: 22px; opacity: 1; margin-right: 12px;}
#contact .tel .right p {margin: 8px 0 6px; font-size: 14px;}

/*--フォーム--*/
#contact .form {margin: 0 20px; border: #ff901e 1px solid; background: #F9F9F6;}
#contact .form .container dl {border-bottom: 1px solid #b0b0b0; padding: 25px 0;}
#contact .form .container dl:last-of-type {border-bottom: none;}
#contact .form .container dl dt {font-size: 16px; margin-bottom: 15px;}
#contact .form .container dl dt span {display: inline-block; font-size: 14px; margin-left: 15px; background: #ff4a65; color: #fff; padding: 1px 14px; border-radius: 3px;}
#contact .form .container dl dd {font-size: 12px; color: #666;}

/*--線・高さ・横幅--*/
#contact .checkbox label {display: block!important; margin: 0!important;}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {border: 1px solid #b0b0b0; padding: 5px 7px; background: #fff; width: 100%; box-sizing: border-box;}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"] {height: 35px;}

/*--お問い合せ内容チェックボックス--*/
#contact .checkbox .mwform-checkbox-field-tex {font-family: fot-tsukuardgothic-std, sans-serif; font-weight: 700; font-style: normal;}
#contact .checkbox input[type=checkbox] {display: none;} 
#contact .checkbox input[type=checkbox] + span {display: inline-block; font-size: 16px; font-weight: 700; cursor: pointer;}
#contact .checkbox input[type=checkbox] + span:before {
	position: relative;
	top: -2px;
	left: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 19px;
	height: 19px;
	font-family: "Font Awesome 5 Free";
	font-size: 11px;
	content: "\f00c";
	font-weight: 900;
	border: 1px solid #b0b0b0;
	border-radius: 3px;
	background: #fff;
	color: #fff;
	margin-right: 10px;
}
#contact .checkbox input[type=checkbox]:checked + span:before {content: "\f00c"; color: #000;}

/*--textareaのサイズ固定--*/
#contact textarea {height: 200px; resize: vertical;}

/*--プライバシーポリシーに同意--*/
#contact .consent h2 {font-size: 20px; font-weight: 700; margin-bottom: 20px; padding-bottom: 5px; border-bottom: 1px solid #000;}
#contact .consent .text {margin-bottom: 15px;}
#contact .consent .text .u-line {color: #ff901e;}
#contact .consent .text .u-line i {color: #ff901e; margin-right: 3px;}

/*--入力内容を確認--*/
#contact input[type="submit"] {width: 100%; font-size: 18px; border-radius: 45px; margin: 20px auto 20px; padding: 10px 20px; border: 1px solid #333; background: #333; color: #fff; display: flex; justify-content: center; transition: all .3s ease;font-family: fot-tsukuardgothic-std, sans-serif; font-weight: 700; font-style: normal;}
#contact input[type="submit"]:hover {background: #fff; color:#333;}

/*--エラーメッセージ--*/
#contact .wpcf7-response-output {margin: 0 0 30px; padding: 8px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); border-radius: 4px;}
#contact .wpcf7-validation-errors {color: #b94a48; background-color: #f2dede; border: 1px solid #eed3d7;}
#contact .wpcf7-mail-sent-ok {color: #3a87ad; background-color: #d9edf7; border: 1px solid #bce8f1;}

#contact .form p.notice {font-size: 15px; text-align: center; margin: 0 10px 50px;}

/*------------------------------------
お問い合わせ・ご相談 確認画面
------------------------------------*/
#contact-check .check .check-none {display:none;}
#contact-check .check .checkbox p,
#contact-check .check dl dt,
#contact-check .check dl dd {font-size: 16px; color: #666;}

/*--フォーム--*/
#contact-check .check {margin: 0 20px; padding: 30px 0; border: #ff901e 1px solid; background: #F9F9F6;}
#contact-check .check p.sans {font-size: 18px; text-align: center; font-weight: 700; margin: 20px 0;}
#contact-check .check dl {border-bottom: 1px solid #b0b0b0; padding: 25px 0;}
#contact-check .check dl:last-of-type {border-bottom: none;}
#contact-check .check dl dt {margin-bottom: 5px;}

/*--線・高さ・横幅--*/
#contact-check .check .checkbox label {display: block!important; margin: 0!important;}
#contact-check .check input[type="text"],
#contact-check .check input[type="email"],
#contact-check .check input[type="tel"],
#contact-check .check textarea {border: 1px solid #b0b0b0; padding: 5px 7px; background: #fff; width: 100%; box-sizing: border-box;}
#contact-check .check input[type="text"],
#contact-check .check input[type="email"],
#contact-check .check input[type="tel"] {height: 35px;}

/*--プライバシーポリシーに同意--*/
#contact-check .check .consent {display: none;}

/*--入力内容を確認--*/
#contact-check .check .submit input {width: 100%; font-size: 18px; border-radius: 45px; margin: 20px auto 20px; padding: 10px 20px; border: 1px solid #333; background: #333; color: #fff; display: flex; justify-content: center; transition: all .3s ease;font-family: fot-tsukuardgothic-std, sans-serif; font-weight: 700; font-style: normal;}
#contact-check .check .submit input:hover {background: #fff; color:#333;}

/*------------------------------------
お問い合わせ・ご相談 送信完了
------------------------------------*/
/*--トップページへ--*/
#contact-check .check .home  {width: 100%; font-size: 18px; border-radius: 45px; margin: 20px auto 20px; padding: 10px 20px; border: 1px solid #333; background: #333; color: #fff; display: flex; justify-content: center; transition: all .3s ease;font-family: fot-tsukuardgothic-std, sans-serif; font-weight: 700; font-style: normal; box-sizing: border-box;}
#contact-check .check .home:hover {background: #fff; color:#333;}
