﻿@charset "utf-8";
/*------------------------------------------------------------
	下層ページ
------------------------------------------------------------*/

#main {
    margin-bottom: 0;
}

.content {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	padding: 0;
}

.entry-content * {
	letter-spacing: 1px;
}

.entry-content section {
	padding: 3em 0;
}

.entry-content section.bg {
	background-color: #fcfcfc;
}

.breadcrumbs {
	font-size: .8em;
	margin-bottom: 0px;
	font-weight: 500;
}

.breadcrumbs .pankuzu {
	margin: 0 auto;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    position: relative;
    letter-spacing: 2px;
    width: 1200px;
}

.entry-content {
	background-color: #fff;
	padding-top: 60px;
}

.entry-content p {
	margin-bottom: 1em;
}

.entry-content h3 {
	font-size: 2.2rem;
    margin-bottom: 1.5em;
	padding-bottom: .8em;
    position: relative;
}

.entry-content h3:after {
	content: "";
	width: 30px;
	height: 4px;
	position: absolute;
    left: 0px;
    bottom: 0px;
	background-color: #8E9291;
}

.entry-content h3 span {
    color: #111;
	font-size: .8em;
	line-height: 1;
}

.entry-content h3 span.date {
	font-weight: normal;
    font-size: .6em;
    border-bottom: 0;
    display: block;
}

.entry-content h3 span.num {
	font-size: 2.6em;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	margin: 0 .2em;
}

.entry-content h3 span.blue {
	line-height: 1;
}

.entry-content .section-title {
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0;
	margin-bottom: 60px;
	position: relative;
}

.entry-content .section-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}

.entry-content .section-title h3 {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
}

.entry-content .section-title h3:after {
	display: none;
}

.entry-content h4 {
    position: relative;
    margin: 1.5em 0 .6em;
    font-size: 2.0rem;
	color: #111;
}

.entry-content h4 span {
	color: #333;
	font-size: .8em;
	font-family: 'Lato', "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.entry-content h4 span.num {
	font-size: 1.6em;
}

.single-content h4 {
	text-align: left;
	position: relative;
	padding-bottom: .75em;
	border-bottom: 1px solid #ccc;
    margin: 0 0 1em;
    font-weight: bold;
	clear: both;
}

.single-content h4::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #FF7E00;
}

.entry-content h5 {
	clear: both;
    border-left: 3px solid #111;
    padding: 5px 0px 5px 10px;
    margin: 1.2em 0 .6em;
    color: #333;
}


.entry-content h6 {
	font-size: 1em;
    margin: 1.2em 0 .6em;
    position: relative;
    line-height: 1.4;
}

.entry-content h7 {
    position: relative;
    margin: 1.5em 0 .3em;
    padding: 0;
    font-size: 1.3em;
    font-weight: bold;
    color: #1D47B3;
    border-bottom: 1px dotted #1D47B3;
}
	
.entry-content .arrow {
	display: block;
    margin: 20px 0 0 0;
}

.entry-header {
	width: 100%;
	background-position: center;
	background-size: cover;
	padding: 200px 0 60px;
	position: relative;
	text-align: center;
	background-image: url(../../image/page_header.png);
}

.entry-header:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,.6);
}

.entry-header .title-area p {
	line-height: 0.9;
    background-image: -webkit-linear-gradient(right,#0051B7,#0048A2,#003E8D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 6rem;
    margin-bottom: 16px;
}

.entry-header .title-area p span.alpha{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
}

.entry-body {
    line-height: 1.6;
    margin: 0;
    padding: 0 0 80px;
	font-weight: 400;
}


.entry-bg {
	position: relative;
	background-color: #f0f0f0;
	box-sizing: border-box;
    width: 98%;
    margin: 0px 1% 60px;
	padding: 40px 1em 60px;
}

.entry-bg2 {
	position: relative;
	background-color: #F3F6FA;
}

.title-area {
	position: relative;
	width: 1200px;
    margin: 0 auto;
}

.page-title {
    line-height: 1;
    color: #fff;
	position: relative;
	z-index: 10;
}

.page-title .en {
    font-size: 4rem;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    display: block;
    margin-bottom: .5em;
}

.page-title .ja {
	font-size: 1.4rem;
}

.page-title .ja span{
	font-size: .8em;
}

.entry-body .pic-left {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #CCC;
}

.entry-body .pic-right {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
	border: 1px solid #CCC;
}

.entry-body .pic-left-noborder ,
.entry-body .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.entry-body .pic-right-noborder ,
.entry-body .alignright {
	float: right;
	margin: 0 0 10px 10px;
	max-width: 25%;
}

.entry-body .outlink {
	vertical-align: -8px;
}

.entry-body .mt0 {
	margin-top: 0 !important;
}

.entry-body .mt0pc {
	margin-top: 0;
}

.entry-body .pt0 {
	padding-top: 0;
}

.entry-body .center {
	display: block;
	text-align: center;
}

.entry-body img.center {
	display: block;
	margin: 0 auto 1em;
}

.entry-body img {
	margin-bottom: .5em;
}

.entry-body a:hover img {
	opacity: .7;
}

.entry-body table {
	width: 100%;
    margin-bottom: 1em;
    border-collapse: separate;
}

.entry-body table th ,
.entry-body table td {
	padding: .6em;
}

.entry-body table th {
	width: 6em;
	background-color: #E8B35E;
	font-weight: normal;
}

.entry-body table td {
	background-color: #f0f0f0;
}

.entry-body .post-nav {
	overflow: hidden;
	clear: both;
	margin-top: 40px;
}

.entry-body sup {
	font-size: .6em;
}

.entry-page-nav {
	padding-bottom: 0;
}

.entry-body .page-nav {
	margin-bottom: 2em;
	overflow: hidden;
}

.entry-body .page-nav li {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    behavior: url(/shared/js/pie.htc);
	display: block;
	margin: 0 0 .5em;
	width: 33.3333333333333%;
	float: left;
	padding: 0 1em 0 0;
	box-sizing: border-box;
	position: relative;
	display: block;
}

.entry-body .page-nav-half li {
	width: 50%;
}

.entry-body .page-nav li:nth-child(3n) {
	padding: 0 0 0 1em;
}

.entry-body .page-nav-half li:nth-child(3n) {
	padding: 0 1em 0 0;
}

.entry-body .page-nav-half li:nth-child(2n) {
	padding: 0 0 0 1em;
}

#main .entry-body .page-nav li a::before, #main .entry-body .page-nav li a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.entry-body .page-nav li a::before{
    display: block;
    position: absolute;
    right: 1em;
    width: 8px;
    height: 8px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 42%;
	transition: .3s;
}

.entry-body .page-nav li a:hover::before{
    top: 56%;
}

#main .entry-body .page-nav li a.link{
	text-decoration: none;
}

.entry-body .page-nav li a.link::before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.entry-body .page-nav li a.link:hover::before{
    top: 42%;
	right: .5em;
}

.entry-body .page-nav li a {
    padding: 0 1em;
    display: inline-block;
	font-weight: normal;
    color: #333;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 2;
	position: relative;
	width: 100%;
	background-color: #f0f0f0;
}

.entry-body .page-nav li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 60px;
}

.entry-body .page-nav li a:hover {
	background-position: right -5px bottom -5px;
	opacity: .9;
	text-decoration: none;
}

.entry-body .page-nav-list li a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 42%;
    transition: .3s;
}

.entry-body .page-nav-list li a:hover::before {
    top: 42%;
	right: .5em;
}

.entry-body #map {
	width: 100%;
	height: 500px;
}

.entry-body ul.characteristic-list li {
    margin: 3px 0px;
    padding-left: 25px;
    background: url(../image/check.png) no-repeat left top;
    font-weight: normal;
    line-height: 160%;
    color: #333333;
}

.entry-body ul.point-list ,
.entry-body ul.list-circle ,
.entry-body ul.list-num {
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 1em;
}

.entry-body ul.list-check {
	margin-bottom: 1em;
}

.entry-body ul.point-list {
	padding-left: 0;
}

.entry-body ul.point-list li ,
.entry-body ul.list-circle li {
    margin: 3px 0px;
	list-style-type: disc;
    font-weight: normal;
    line-height: 160%;
}

.entry-body ul.point-list li {
    margin: 1px 0px;
	padding: .8em;
	background-color: #f0f0f0;
	list-style-position: inside;
}


.entry-body ul.list-num li {
    margin: 3px 0px;
	list-style-type: decimal;
    font-weight: normal;
    line-height: 160%;
    color: #333333;
}

.entry-body ul.list-check li {
    margin: 3px 0px;
	padding-left: 20px;
	background: url(../image/check.png) no-repeat 0px 4px;
    font-weight: normal;
    line-height: 160%;
    color: #333333;
}

body.pasting #main .content .box li {
	font-size: 120%;
    color: #1d47b3;
    font-weight: bold;
}
   
.entry-body .youtube {
	position: relative;
	padding-top: 56.25%;
}

.entry-body .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-body .big {
	font-weight: bold;
	font-size: 1.4em;
}

.entry-body .col-post {
	margin-bottom: 80px;
}

.entry-body .row {
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.entry-body .row-rev {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.entry-body .row-center {
	align-items: center;
}

.entry-body .col-12 {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.entry-body .col-9 {
	width: 74%;
	box-sizing: border-box;
}

.entry-body .col-8 {
	width: 66%;
	box-sizing: border-box;
}

.entry-body .col-6 {
	width: 49%;
	box-sizing: border-box;
}

.entry-body .col-4 {
	width: 32%;
	box-sizing: border-box;
}

.entry-body .col-3 {
	width: 24%;
	box-sizing: border-box;
}

.entry-body .col-center {
	float: none;
	margin: 0 auto;
}

.entry-body img {
	max-width: 100%;
	height: auto;
}

.entry-body .red {
    color: #C00 !important;
}

.entry-body .blue {
    color: #131E87;
}

.entry-body .right {
	text-align: right;
}

.entry-body .img-right {
	float: right;
}

.entry-content .clear {
	clear: both;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-body h4.mt0 {
	margin-top: 0;
	padding-top: 0;
}

.entry-body h5.mt0 {
	margin-top: 0;
}

.entry-body .box {
	padding: 1em;
	background-color: #F4F5F9;
	padding-bottom: 0;
	margin-bottom: 1em;
	overflow: hidden;
	clear: both;
}

.entry-body .box h5 {
	margin-top: 0;
}

#main .entry-body textarea {
	height: 14em !important;
}

.entry-body .more {
    text-decoration: none;
    behavior: url(/shared/js/pie.htc);
	display: block;
	margin: 1em auto;
}

.entry-body .more-right {
    text-align: right;
}

.entry-body .more a {
    padding: .5em 3.5em .5em 2.5em;
    display: inline-block;
    color: #fff;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 2;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 2;
}

.entry-body .more a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
	background-color: #333;
}
.entry-body .more.brown a {
	background-color: #111;
}

.entry-body .more a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.entry-body .more a:hover:after {
    right: .5em;
}

.entry-body dl dt {
	float: left;
	width: 7em;
}

.entry-body dl dd {
	padding-left: 7.5em;
	padding-bottom: .3em;
	margin-bottom: .3em;
	border-bottom: 1px solid #F5F2ED;
	position: relative;
}

.entry-body dl dd:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 7em;
	height: 1px;
	background-color: #111;
}

#main .entry-body ul.list {
	overflow: hidden;
}

#main .entry-body ul.list li {
	background: url(../image/list_icon.png) no-repeat 0 3px;
	padding-left: 1.5em;
}

#main .entry-body ul.list-5 li {
	float: left;
	width: 22%;
}

#main .entry-body ul.list-5 li.wide {
	width: 44%;
}

#main .entry-body ul.list-5 li.wide span {
	font-size: .8em;
}

#main .entry-body .post-area {
	margin-bottom: 4em;
}

#main .entry-body .post-nav span {
	display: block;
	padding: .5em;
    border: 1px solid #ccc;
    background-color: #fcfcfc;	
	font-size: .8em;
	position: relative;
    z-index: 999;
}

#main .entry-body .post-nav span.prev {
	float: left;
}

#main .entry-body .post-nav span.next {
	float: right;
}

#main .entry-body a.link {
	text-decoration: underline;
}

#main .entry-body a.link:hover {
	text-decoration: none;
}

#main .entry-body .page-main {
	position: relative;
}

#main .entry-body .page-main .page-main-text {
	position: absolute;
	top: 20%;
	left: 40px;
	background-color: #F4F5F9;
	padding: 2em 2em 1em;
	opacity: .8;
}


#main .entry-body .page-main .page-main-text ul li {
	font-weight: bold;
	opacity: 1;
}

#main .entry-body .page-main .page-main-text p {
	opacity: 1;
}

#main .entry-body .entry {
	margin-bottom: 100px;
	overflow: hidden;
}

#main .entry-body a.under {
	text-decoration: underline;
}

#main .entry-body a:hover.under {
	text-decoration: none;
}

#main .entry-body .map {
	position: relative;
	padding-top: 56.25%;
}

#main .entry-body .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main .entry-form dl dt {
	color: #333;
}

#main .entry-form p {
	text-align: center;
}

#main .entry-form p.tel {
    font-size: 1.6em;
    font-weight: bold;
    margin: 1.5em 0 .5em;
}

#main .entry-form p.tel a {
    color: #111;
}

#secondary section {
	padding: 0 0 1.5em;
}

#secondary section .post-date {
	display: block;
	color: #999;
	font-size: .6em;
}

#secondary section h2 {
    background-color: #1D47B3;
    padding: .5em;
    color: #fff;
}

#secondary section ul li {
	padding: .3em;
	margin-bottom: .3em;
	border-bottom: 1px dashed #CCCCCC;
}

/*********pageナビ*********/
.pagenavi{
    color: #111;
    margin: 2px auto 0;
    line-height:2em;
    text-align:center;
    clear: both;
	padding-bottom: 60px;
}
.pagenavi a{
    text-decoration:none;
}
.pagenavi a.page-numbers, .pagenavi .current{
    color: #111;
    padding: 3px 7px;
    border:solid 1px #ccc;
    text-decoration:none;
    font-size:14px;
}
.pagenavi a.page-numbers:hover{
    color:#fff;
    background: #111;
}
.pagenavi .current{
    color: white;
    background: #111;
    border-color: #111;
    font-weight:bold;
}
.pagenavi .next, .pagenavi .prev{
    border:0 none;
    background:transparent;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}
/*------------------------------------------------------------
	高橋デザインの特徴
------------------------------------------------------------*/

body.feature #main .entry-body.entry-bg .row {
	overflow: inherit;
}

body.feature #main .entry-body.entry-bg img.mtnega {
	margin-top: -80px;
}

@media only screen and (max-width:780px){

	body.feature #main .entry-body.entry-bg img.mtnega {
		margin-top: 0;
	}

}

/*------------------------------------------------------------
	新築とリノベーションの違い
------------------------------------------------------------*/

body.difference #main .entry-body .difference-area {
	padding: 1em;
	background-color: #F5F2ED;
}

body.difference #main .entry-body .difference-area h6 {
	text-align: center;
}

body.difference #main .entry-body .difference-area img {
	display: block;
	margin: 0 auto .5em;
}

body.difference #main .entry-body .difference-area .icon img {
	max-width: 160px;
}

body.difference #main .entry-body .difference-area1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

body.difference #main .entry-body .difference-area1 .difference-box {
	width: 32%;
}

body.difference #main .entry-body .difference-area2 .difference-box {
	width: 19%;
}

body.difference #main .entry-body .difference-box .icon {
	background-color: #F3D9AD;
}

body.difference #main .entry-body .price {
	font-size: 1.2em;
	font-weight: bold;
    display: block;
    background-color: #fff;
    padding: 0;
    margin: 2em auto;
    text-align: center;
    width: 250px;
	border: 2px solid #111;
}

body.difference #main .entry-body .price h4 {
	background-color: #111;
	padding: .6em 0;
	margin: 0 0 .5em;
	color: #fff;
}

body.difference #main .entry-body .price p {
	border-bottom: 1px solid #333;
    margin: 0 1em 1em;
}

body.difference #main .entry-body .price p.kome {
    border-bottom: 0;
    margin: -.5em 0 1em;
    font-size: 1.4rem;
}

body.difference #main .entry-body .price .num {
	font-size: 1.6em;
	padding: 0 .5em;
}

body.difference #main .entry-body .price .tax {
	font-size: .6em;
	writing-mode: vertical-rl;
    padding-left: 1em;
    letter-spacing: 2px;
    vertical-align: -4px;
}

body.difference #main .entry-body .big {
	margin-top: 1em;
	font-size: 2em;
}

body.difference #main .entry-body .total {
	margin-top: 2em;
	text-align: center;
}

body.difference #main .entry-body .price-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

body.difference #main .entry-body .price-area .price{
	margin: 2em 6px;
}

body.difference #main .entry-body .total .basic {
	font-size: 1.2em;
	padding: .8em 1em;
	color: #fff;
	background-color: #111;
}

@media only screen and (max-width:780px){

	body.difference #main .entry-body .difference-area1 .difference-box {
		width: 48%;
	}

	body.difference #main .entry-body .difference-area2 .difference-box {
		width: 32%;
	}

	body.difference #main .entry-body .difference-area .icon img {
		max-width: 100%;
	}
	
	body.difference #main .entry-body .price-area .price{
		margin: 1em auto;
	}

}


/*------------------------------------------------------------
	リノベーションの流れ
------------------------------------------------------------*/

body.flow #main .entry-body {
	padding-bottom: 30px;
}

@media only screen and (max-width:780px){

}

/*------------------------------------------------------------
	70年代リノベーション
------------------------------------------------------------*/

body.seventy #main .section-title#a03 {
	background-image: url("../../image/seventy/title_bg03.jpg");
}

body.seventy #main .section-title#a05 {
	background-image: url("../../image/seventy/title_bg05.jpg");
}

body.seventy #main .entry-body .arrow {
	margin: 20px 0;
}

@media only screen and (max-width:780px){

}


/*------------------------------------------------------------
	素材とパーツ
------------------------------------------------------------*/

body.material #main .section-title#a02 {
	background-image: url("../../image/material/title_bg02.jpg");
}

body.material #main .section-title#a04 {
	background-image: url("../../image/material/title_bg04.jpg");
}

body.material #main .section-title#a06 {
	background-image: url("../../image/material/title_bg06.jpg");
}

body.material #main .section-title#a08 {
	background-image: url("../../image/material/title_bg08.jpg");
}


/*------------------------------------------------------------
	代表挨拶
------------------------------------------------------------*/

body.greeting #main .entry-content {
	padding-top: 0;
}

body.greeting #main .entry-greeting {
	background-color: #111;
	padding-bottom: 0;
	margin-bottom: 60px;
}

body.greeting #main .entry-greeting .row {
	align-items: center;
}

body.greeting #main .entry-greeting img {
	margin-bottom: 0;
}

body.greeting #main .entry-greeting p {
	font-size: 1.2em;
}

body.greeting #main .entry-greeting .text-box {
    background-color: rgba(245,242,237,0.80);
    z-index: 1;
	position: absolute;
    padding: 2em;
	top: 80px;
}

body.greeting #main .entry-greeting .text-box h3 span {
	display: block;
}

body.greeting #main .entry-greeting .text-box p {
	text-align: left;
}

@media only screen and (max-width:780px){

	body.greeting #main .entry-greeting .text-box {
		position: relative;
		top: 10px;
		margin-bottom: 10px;
	}

}

/*------------------------------------------------------------
	スタッフ紹介
------------------------------------------------------------*/

body.staff #main .entry-body h3 {
	margin-bottom: .8em;
}

body.staff #main .entry-body h3 span {
	font-size: .8em;
	display: block;
	line-height: 1.6;
	color: #999;
}

body.staff #main .entry-body p.gray {
	color: #666;
	display: inline-block;
}

body.staff #main .entry-body h3 span.en {
	float: right;
	color: #aaa;
}

body.staff #main .entry-body .staff-box {
	position: relative;
    overflow: hidden;
}

/*body.staff #main .entry-body .staff-box img {
    position: absolute;
    right: 0;
    z-index: 0;
    top: 0;
	width: 800px;
}*/

body.staff #main .entry-body .staff-box .text-box {
	width: 40%;
    background-color: rgba(245,242,237,.7);
    z-index: 1;
    position: relative;
    padding: 2em;
	min-height: 120px;
	margin-top: 220px;
}

body.staff #main .entry-body .staff-box .text-box p {
	text-align: left;
}

body.staff #main .entry-body .staff-box .text-box:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(245,242,237,.7);
    position: absolute;
    z-index: -1;
    top: 0px;
    right: -14px;
}

body.staff #main .entry-body  .modalBox > ul {
	display: flex;
	flex-wrap: wrap;
}

body.staff #main .entry-body  .modalBox > ul li {
	width: 23.5%;
	cursor: pointer;
	transition: .3s;
	margin-right: 2%;
}

body.staff #main .entry-body  .modalBox ul li p {
	text-align: center;
	font-size: 1.8rem;
}

body.staff #main .entry-body  .modalBox ul li p span {
    color: #999;
    display: block;
	font-size: .8em;
}

body.staff #main .entry-body  .modalBox ul li:nth-of-type(4n) {
	margin-right: 0;
}

body.staff #main .entry-body  .modalBox ul li:hover {
	opacity: .7;
}

body.staff #main .entry-body  .modalBox .modalArea {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

body.staff #main .entry-body  .modalBox .modalArea .modalBg {
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

body.staff #main .entry-body  .modalBox .modalArea .modalCont {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
	width: 100%;
	background-color: #fff;
	padding: 20px;
	max-width: 800px;
	height: auto;
	overflow-y: scroll;
	-ms-overflow-style: none;
	max-height: 90vh;
}

body.staff #main .entry-body  .modalBox .modalArea .modalCont .js-modal-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url("../../image/staff/close.png");
	background-size: cover;
	z-index: 1;
}

body.staff #main .entry-body .modalBox .name {
	display: flex;
	align-items: flex-end;
}

body.staff #main .entry-body .modalBox h3 {
	padding-bottom: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}

body.staff #main .entry-body  .modalBox h3:after {
	display: none;
}

body.staff #main .entry-body  .modalBox .modalArea .modalCont::-webkit-scrollbar{
  display: none;
}

body.staff #main .entry-body  .modalBox .modalArea .modalCont > *:first-child {
	margin-top: 0;
}
body.staff #main .entry-body .staff-box .box p {
	margin-bottom: 0;
}

body.staff #main .entry-body .staff-box .box dl {
	margin-bottom: 0;
}

body.staff #main .entry-body .staff-box .box dl dt {
	width: 2em;
	float: left;
}

body.staff #main .entry-body .staff-box .box dl dd {
	padding-left: 2.5em;
	padding-bottom: 4px;
	margin-bottom: 4px;
	line-height: 1.6;
}

body.staff #main .entry-body .staff-box .photo-box {
	width: 100%;
}

body.staff #main .entry-body .staff-box .text {
	margin: 0;
    background-color: #fff;
    margin-left: 0;
    padding: 0;
    display: flex;
	justify-content: flex-end;
}

body.staff #main .entry-body .text-box {
	width: 100%;
    background-color: rgba(245,242,237,.7);
    z-index: 1;
    position: relative;
    padding: 15px 15px 1px;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 10px;
}

body.staff #main .entry-body .text-box img.handwrite {
	max-width: 640px;
	display: block;
	margin-bottom: 8px;
}

body.staff #main .entry-body .staffblog-area {
	/*display: flex;
	justify-content: space-between;*/
}

body.staff #main .entry-body .staffblog-area .event-list li {
	margin-bottom: .3em;
	padding-bottom: .3em;
	border-bottom: 1px solid #ccc;
}

body.staff #main .entry-body .staffblog-area .event-list li .date {
    width: 7em;
    font-size: 12px;
    display: inline-block;
}

body.staff #main .entry-body .staffblog-area .row {
	width: 100%;
}

body.staff #main .entry-body .staffblog-area .item {
	width: 32%;
}

body.staff #main .entry-body .staffblog-area .item .text {
	font-size: 1.4rem;
	line-height: 1.4;
}

body.staff #main .entry-body .staffblog-area .item .time {
	color: #999;
	font-size: 1.2rem;
}

body.staff #main .entry-body .img-box {
	display: flex;
	flex-wrap: wrap;
}

body.staff #main .entry-body .img-box img {
	height: 130px;
	margin-right: 8px;
}

body.staff #main .entry-body .text-box dl dt {
	width: 10em;
	line-height: 1.4;
}

body.staff #main .entry-body .text-box dl dd {
	padding-left: 10em;
}

body.staff #main .entry-body .text-box dl dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1.4;
}

body.staff #main .entry-body .staff-box .text-box p {
	text-align: left;
}

body.staff #main .entry-body .text-box .pic-right-noborder{
	float: right;
	width: 300px;
	margin: 0 0 10px 10px;
	max-width: 40%;
	z-index: 10;
    position: relative;
}

body.staff #main .entry-body .staff-box .text-box:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    position: absolute;
    z-index: -1;
    top: 0px;
    right: -14px;
}

@media only screen and (max-width:780px){

	body.staff #main .entry-body .staff-box img {
		position: relative;
		margin-bottom: .8em;
	}

	body.staff #main .entry-body .staff-box .text-box {
		width: 90%;
		left: 0;
		padding: 1em;
		min-height: inherit;
		margin-top: 0;
	}
	
	body.staff #main .entry-body  .modalBox {
		display: flex;
		flex-wrap: wrap;
	}

	body.staff #main .entry-body  .modalBox {
		width: 100%;
	}

	body.staff #main .entry-body .modalBox > ul li ,
	body.staff #main .entry-body .modalBox > ul li:nth-of-type(4n) {
		width: 48%;
		margin: 0 4% 1.5em 0;
	}

	body.staff #main .entry-body .modalBox > ul li:nth-of-type(2n) {
		margin-right: 0;
	}
	
	body.staff #main .entry-body .modalBox .modalArea .modalCont {
		max-width: 96%;
		box-sizing: border-box;
		padding: 10px;
	}
	
	body.staff #main .entry-body .modalBox ul li p span {
		font-size: 12px;
	}
	
	body.staff #main .entry-body .staff-box .text {
		position: relative;
		z-index: 10;
		margin-top: 0px;
		background-color: inherit;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}
	
	body.staff #main .entry-body  .modalBox h3 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	body.staff #main .entry-body .staff-box .text .name {
		display: flex;
		align-items: center;
	}
	
	body.staff #main .entry-body p.position {
		margin-bottom: 0;
		padding-left: 1em;
		font-size: 12px;
	}

	body.staff #main .entry-body .staff-box .box {
		width: 100%;
		margin-left: 0;
	}
	
	body.staff #main .entry-body .text-box dl dd {
		padding-left: 0;
	}
	
	body.staff #main .entry-body .text-box img.handwrite {
		max-width: 100%;
	}
}

/*------------------------------------------------------------
	注文住宅
------------------------------------------------------------*/

body.order-house #main .entry-body .order-ul li {
	padding: 1em;
	margin-bottom: .5em;
	background-color: #F5F2ED;
}

/*------------------------------------------------------------
	採用情報
------------------------------------------------------------*/

body.recruit #main .row-bg {
	padding: 1em;
	background-color: #F5F2ED;
	box-sizing: border-box;
}

body.recruit #main .row-bg .col-4 {
	background-color: #111;
	text-align: center;
	color: #fff;
	margin-bottom: 1em;
	padding: 1em;
}

body.recruit #main .row-bg .col-4 h4 {
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-top: 0;
}

body.recruit #main .row-bg .col-4 h4 span {
	font-size: 1em;
	color: #FBDE7A;
}

body.recruit #main .row-bg .col-4 span.caption {
	font-size: .8em;
}

body.recruit #main .entry-body .interview-nav {
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
}

body.recruit #main .entry-body .interview-nav img {
	margin: 0;
}

body.recruit #main .entry-body .interview-nav .text {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(217,157,61,.6);
	transition: .3s;
}

body.recruit #main .entry-body .interview-nav a:hover .text {
	top: 0;
}

body.recruit #main .entry-body .interview-nav .text p {
	color: #fff;
    margin-top: 60%;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    line-height: 50px;
    margin: 50% auto 0;
    padding: 20px;
    box-sizing: border-box;
}

body.recruit #main .entry-body .interview-nav .text p span {
	display: block;
	border-top: 1px solid #fff;
}

body.recruit #main .entry-body .flow-box {
	padding-left: 2.4em;
	position: relative;
}

body.recruit #main .entry-body .flow-box:before {
	position: absolute;
	content: "";
	top: 0;
	left: 1em;
	width: 1px;
	height: 100%;
	background-color: #111;
}

body.recruit #main .entry-body .flow-box .title {
	position: relative;
	font-size: 1.2em;
}
body.recruit #main .entry-body .flow-box .title span {
	padding: .2em .3em .1em;
	font-size: .7em;
	border: 1px solid #555;
	vertical-align: 2px;
}

body.recruit #main .entry-body .flow-box .title:before {
    content: "";
	display: inline-block;
    position: absolute;
    left: -1.9em;
    top: 0;
    line-height: 1.4rem;
    /* font-size: .8rem; */
    background-color: #111;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    padding: .4em .5em;
}

body.recruit #main .entry-body .flow-box .title01:before {
    content: "1";
}
body.recruit #main .entry-body .flow-box .title02:before {
    content: "2";
}
body.recruit #main .entry-body .flow-box .title03:before {
    content: "3";
}
body.recruit #main .entry-body .flow-box .title04:before {
    content: "4";
}
body.recruit #main .entry-body .flow-box .title05:before {
    content: "5";
}

body.recruit #main .entry-body .qa {
	margin-bottom: 1em;
	padding-bottom: 0;
	border-bottom: 1px solid #111;
}

body.recruit #main .entry-body .qa .question ,
body.recruit #main .entry-body .qa .answer {
	padding-left: 2.5em;
	position: relative;
}

body.recruit #main .entry-body .qa .question:before ,
body.recruit #main .entry-body .qa .answer:before {
    content: "Q";
	display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.4rem;
    /* font-size: .8rem; */
    background-color: #5fbbc2;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    padding: .4em .5em;
}

body.recruit #main .entry-body .qa .answer:before {
    content: "A";
    background-color: #ea5514;
}

@media only screen and (max-width:780px){

	body.recruit #main .entry-body .interview-nav {
		width: 33%;
	}
	
	body.recruit #main .entry-body .interview-nav .text {
		position: relative;
		background-color: rgba(217,157,61,1);
	}
	
	body.recruit #main .entry-body .interview-nav .text p {
		margin-top: 0;
		width: 100%;
		height: auto;
		padding: 0 .5em;
		border: 0;
		line-height: 24px;
	}

	body.recruit #main .entry-body .col-3 {
		margin: 0 auto;
	}

}

/*------------------------------------------------------------
	イベント情報
------------------------------------------------------------*/

#main .entry-content .event-list h3 span {
	font-size: .8em;
}

#main .entry-content .event-list .connection-list ul {
	display: flex;
	flex-wrap: wrap;
}

#main .entry-content .event-list .connection-list ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1.5em;
}

#main .entry-content .event-list .connection-list ul li:nth-of-type(3n) {
	margin-right: 0;
}

#main .entry-content .event-list .connection-list ul li .photo {
	height: 180px;
	margin-bottom: 10px;
}

#main .entry-content .event-list .connection-list ul li .photo img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%
}

@media only screen and (max-width:780px){

	#main .entry-content .event-list .connection-list ul li {
		width: 100%;
		margin-right: 0;
	}
	
	#main .entry-content .event-list .connection-list ul li .photo {
		float: left;
		width: 80px;
		height: 80px;
		position: relative;
		padding-top: 2px;
		margin-right: 8px;
	}

}

/*------------------------------------------------------------
	見学会レポート
------------------------------------------------------------*/

#main .entry-content .blog-side .event-list li {
	padding-bottom: .3em;
	margin-bottom: .3em;
	border-bottom: 1px solid #f0f0f0;
}

#main .entry-content .blog-side .event-list li .date {
	font-size: .8em;
	display: block;
	color: #999;
}

/*------------------------------------------------------------
	建築士紹介
------------------------------------------------------------*/

.entry-body.architect-list .col-6 {
	margin-bottom: 3em;
}

.entry-body.architect-list .col-6 .architect-box {
	display: flex;
    justify-content: space-between;
}

.entry-body.architect-list .col-6 .architect-box .photo-box {
	width: 40%;
}

.entry-body.architect-list .col-6 .architect-box .text {
	width: 56%;
}

.entry-body.architect-list .col-6 .architect-box .text dl dt {
	float: none;
	width: 100%;
	font-weight: bold;
	font-size: .8em;
}

.entry-body.architect-list .col-6 .architect-box .text dl dd {
	padding-left: 0;
	padding-bottom: .4em;
	margin-bottom: .4em;
}

.entry-body.architect-list .staff-results {
	display: flex;
	justify-content: space-between;
}

.entry-body.architect-list .staff-results li {
	width: 49%;
	background-color: #F5F2ED;
}

.entry-body.architect-list .staff-results .photo-box {
    margin-bottom: 4px;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.entry-body.architect-list .staff-results .photo-box img {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    height: 270px;
}

.entry-body.architect-list .staff-results .text {
    padding: .5em 1em 1em 1em;
}

.entry-body.architect-list .staff-results .text span {
    color: #111;
}

.entry-body.architect-list .staff-results .text span img {
    display: block;
	margin: 0 auto .5em;
	width: 155px;
}

.entry-body.architect-list .staff-results img {
	transition: .3s;
}

.entry-body.architect-list .btn-area {
	display: flex;
	justify-content: space-between;
}

.entry-body.architect-list .btn-area .more {
	width: 49%;
}

.entry-body.architect-list .btn-area .more a {
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: .5em 0;
}

.entry-body.architect-list .btn-area .more a img {
	margin-bottom: 0;
}

@media only screen and (max-width:780px){
	.entry-body.architect-list .staff-results .photo-box {
		height: 120px;
	}
	
	.entry-body.architect-list .staff-results .photo-box img {
		height: 150px;
	}
	
	.entry-body.architect-list .btn-area {
		flex-wrap: wrap;
	}

	.entry-body.architect-list .btn-area .more {
		width: 100%;
		margin-bottom: 0;
	}

	.entry-body.architect-list .btn-area .more a img {
		width: 14px;
	}

}

/*------------------------------------------------------------
	お客様の声
------------------------------------------------------------*/

body.voice #main .entry-body.work-list .col-4 .voice-box {
	margin-bottom: 20px;
}

body.voice #main .entry-body.work-list .col-4 .voice-box .photo-box {
    height: 260px;
	overflow: hidden;
}

body.voice #main .entry-body.work-list .col-4 .voice-box .photo-box img {
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
}

body.voice #main .entry-body.work-list .col-4 .voice-box .text {
	padding: 0 1em;
}

body.voice #main .entry-body.work-list .col-4 .voice-box .text span {
	color: #999;
	font-size: 12px;
	font-weight: bold;
}

body.voice #main .entry-body h4 {
	clear: both;
}

@media only screen and (max-width:780px){
	#main .entry-body.voice-list .row {
		width: 100%;
		justify-content: space-between;
	}

	#main .single-voice.entry-body img.alignnone {
		display: block;
		margin: 0 auto 1em;
	}

	#main .entry-body.voice-list .row .col-3 {
		margin-right: 0;
		width: 49%;
	}
	
	#main .entry-body.voice-list .col-3 .text {
		padding: .5em 0 1em 0;
	}

	#main .entry-body.voice-list .col-3 .text span img {
		width: 100px;
	}
}


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

#main .entry-body.work-list .row {
	width: 1224px;
	justify-content: flex-start;
}

#main .entry-body.work-list .col-6 .work-box {
	position: relative;
	overflow: hidden;
	background-color: #111;
	margin-bottom: 4px;
}

#main .entry-body.work-list .col-6.col-goo .work-box {
	height: 100%;
}

#main .entry-body.work-list .col-6.col-goo .work-box a {
	display: block;
	height: 100%;
}

#main .entry-body.work-list .col-6 {
	margin-bottom: 0;
	background-color: #F5F2ED;
}

#main .entry-body.work-list .col-6 .photo-box {
    margin-bottom: 0;
    position: relative;
    height: 350px;
    overflow: hidden;
}

#main .entry-body.work-list .col-6 .photo-box img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}

#main .entry-body.work-list .col-6 .text {
    padding: .5em 1em 1em 1em;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
}

#main .entry-body.work-list .col-6 .desc {
	position: absolute;
	right: 1em;
	top: -2em;
	transition: .5s;
}

#main .entry-body.work-list .col-6 a:hover img {
	opacity: .5;
}

#main .entry-body.work-list .col-6 a:hover {
	opacity: 1;
}

#main .entry-body.work-list .col-6 a:hover .desc {
	top: 1em;
	right: 1em;
	color: #fff;
	font-weight: bold;
	opacity: 1;
}

#main .entry-body.work-list .col-6 .text span {
    color: #111;
}

#main .entry-body.work-list .col-6 .text span img {
    display: block;
	margin: 0 auto .5em;
	width: 155px;
}

#main .entry-body.work-list .col-6 img {
	transition: .3s;
}

#main .entry-content .single-results h3 span {
	font-size: .8em;
}

#main .single-results .slider{
    position: relative;
    max-width: 1200px;
	overflow: hidden;
	margin-bottom: 2em;
}
#main .single-results .slider img{
    width: auto;
    height: auto;
    max-height: 600px;
    display: block;
    margin: 0 auto;
}

#main .single-results .slider .sp-thumbnail{
	position: relative;
    height: 125px;
    overflow: hidden;
}
#main .single-results .slider .sp-thumbnail img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: none;
    height: auto;
}
#main .single-results .slider .slick-slide{
    position: relative;
}
#main .single-results .slider .slick-slide .txt{
	position: absolute;
    text-align: center;
    bottom: 16px;
    z-index: 100;
    padding: .4em 1em;
    background-color: rgba(255,255,255,.8);
    left: 50%;
    text-transform: uppercase;
    transform: translateX(-50%);
}
#main .single-results .slider .slider-nav-wrap{
    position: relative;
}
#main .single-results .slider .slider-nav-wrap .slider-nav .slick-list{
    padding: 0 !important;
}
#main .single-results .slider .slider-nav-wrap .slider-nav .slick-track{
    width: 100%;
    opacity: 1;
	margin: inherit;
}
#main .single-results .slider .slider-nav-wrap .slider-nav .slick-slide{
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
    padding: 5px;
}
#main .single-results .slider .slider-nav-wrap .slider-nav .slick-slide:hover{
    opacity: .5;
}
#main .single-results .slider .slider-nav-wrap .slick-arrow{
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#main .single-results .slider .slider-nav-wrap .slick-prev{
    right: 0;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #444444;
}
#main .single-results .slider .slider-nav-wrap .slick-next{
    left: 0;
    border-width: 6px 12px 6px 0;
    border-color: transparent #444444 transparent transparent;
}
#main .single-results dl {
	margin-top: 1em;
	margin-bottom: 2em;
}
#main .single-results dl dd {
	border-bottom: 0;
}

#main .single-results dl dd:after {
    top: 0%;
    left: 6.5em;
    width: 1px;
    height: 80%;
}

#main .single-results .works-entry {
	display: flex;
	flex-wrap: wrap;
}
#main .single-results .works-entry .photo {
	width: 700px;
}
#main .single-results .works-entry .photo .slide .txt {
	display: block;
	margin-bottom: 1em;
}
#main .single-results .works-entry .text {
	width: 500px;
	background-color: #111;
}

#main .single-results .works-entry .text-item {
	width: 500px;
	box-sizing: border-box;
}

#main .single-results .works-entry .text .text-item {
	padding: 0 30px 30px;
	color: #fff;
}
#main .single-results .works-entry .text .text-item h4 {
	color: #fff;
}

#main .single-results .ba-area {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}

#main .single-results .ba-area .item {
	margin-bottom: 40px;
}

#main .single-results .ba-area .item .beer-slider {
	background-color: #f0f0f0;
}

#main .entry-content .single-results h3 {
	text-align: center;
	padding-bottom: 0;
}

#main .entry-content .single-results h3:after {
	display: none;
}

#main .entry-content .single-results h3 span {
	font-weight: normal;
	font-size: 14px;
}

@media (min-width: 768px){
	

	#main .single-results .slider .slider-for{
        width: 950px;
		margin: 0 auto;
    }
    #main .single-results .slider .slider-nav-wrap{
    }
    #main .single-results .slider .slider-nav-wrap .slider-nav .slick-list{
        padding: 0 0 !important;
    }
    #main .single-results .slider .slider-nav-wrap .slider-nav .slick-track{
    }
    #main .single-results .slider .slider-nav-wrap .slider-nav .slick-slide{
        padding: 0;
		padding: 0 5px;
    }
    #main .single-results .slider .slider-nav-wrap .slider-nav .slick-slide img {
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
		object-position: center;
	}
    #main .single-results .slider .slider-nav-wrap .slick-arrow{
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #main .single-results .slider .slider-nav-wrap .slick-prev{
        top: auto;
        bottom: -10px;
        border-width: 10px 9px 0 9px;
        border-color: #444444 transparent transparent transparent;
    }
    #main .single-results .slider .slider-nav-wrap .slick-next{
        top: -10px;
        border-width: 0 9px 10px 9px;
        border-color: transparent transparent #444444 transparent;
    }
	
	#main .entry-body.work-list .col-4 .text span img {
		width: 100px;
	}
	
}
	
@media only screen and (max-width:780px){
	#main .entry-body.work-list .row {
		width: 100%;
	}

	#main .entry-body.work-list .row .col-6 {
		margin-bottom: 2em;
	}
	
	#main .entry-body.work-list .col-6 .photo-box ,
	#main .entry-body.work-list .col-6 .photo-box img {
		height: 250px;
	}

	#main .entry-body.work-list .col-6 .text ,
	#main .entry-body.work-list .col-6 .desc {
		position: relative;
		color: #111;
		top: inherit;
		bottom: inherit;
		left: inherit;
		right: inherit;
		font-weight: normal;
		padding: 0;
	}
	
	#main .entry-body.work-list .col-6 ,
	#main .entry-body.work-list .col-6 .work-box {
		background-color: inherit;
	}
	
	#main .single-results .works-entry .photo ,
	#main .single-results .works-entry .text-item ,
	#main .single-results .works-entry .text {
		width: 100%;
	}
	
	#main .single-results .works-entry .text .text-item {
		padding: 0 15px 20px;
		color: #fff;
	}

	#main .single-results .slider img {
		max-height: 63vw;
	}
	
	#main .entry-body.work-list .col-4.col-goo .text {
		padding: 3em 0;
	}
	
	#main .single-results .slider .sp-thumbnail {
		height: 20vw;
	}
	
	#main .single-results .slider .sp-thumbnail img {
		width: 32vw;
	}
	
	#main .entry-content .single-results dl dt {
		float: left;
	    width: 7em;
	}
	#main .entry-content .single-results dl dd {
		padding-left: 7.5em;
	}

}

/*------------------------------------------------------------
	お客様インタビュー
------------------------------------------------------------*/

#main .entry-body.interview-list .col-6 {
	margin-bottom: 2em;
	background: url(../../image/start_bg.jpg) repeat center center;
}

#main .entry-body.interview-list .col-6 .text {
    padding: .5em 1em 0 1em;
}

#main .entry-body.interview-list .col-6 .text span {
	color: #888;
    display: block;
}

#main .entry-body.interview-list .col-6 img {
	transition: .3s;
}

#main .entry-body .interview-top {
	position: relative;
    overflow: hidden;
}

#main .entry-body .interview-top img {
	width: 50%;
    float: right;
}

#main .entry-body .interview-top .interview-text p {
	position: relative;
	z-index: 1;
}

#main .entry-body .interview-top .interview-text {
	width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em 1em 0 1em;
    background-color: rgba(109,144,138,.3);
    min-height: 300px;
}
#main .entry-body .interview-top .interview-text:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(230,240,240,.4);
    position: absolute;
    z-index: 0;
    top: 0px;
    right: -40px;
}
#main .entry-body dl.interview-text {
	margin-bottom: 1em;
}

#main .entry-body dl.interview-text dt {
	width: 3.5em;
	float: left;
	font-size: .9em;
	color: #999;
}

#main .entry-body dl.interview-text dd {
	padding-left: 3.5em;
	border-bottom: 0;
}

@media only screen and (max-width:780px){
	
	#main .entry-body .interview-top img {
		width: 100%;
		float: none;
	}
	
	#main .entry-body .interview-top .interview-text {
		position: relative;
		width: 100%;
		padding: 1em;
		min-height: inherit;
	}

}


/*------------------------------------------------------------
	職人紹介
------------------------------------------------------------*/

body.craftpeople #main .entry-body .list-box {
	padding: 1em;
    background: url(../../image/start_bg.jpg) repeat center center;
}

body.craftpeople #main .entry-body .craftpeople-box {
	overflow: hidden;
	margin-bottom: 1em;
}

body.craftpeople #main .entry-body .craftpeople-box img {
	float: left;
    margin: 0 10px 10px 0;
}

body.craftpeople #main .entry-body .craftpeople-box p.name {
    font-size: 1.2em;
}

body.craftpeople #main .entry-body .craftpeople-box p.name span {
	display: block;
    font-size: .8em;
    color: #5F847D;
}

@media only screen and (max-width:780px){

	body.craftpeople #main .entry-body .craftpeople-box img {
		width: 70px;
	}

	body.craftpeople #main .entry-body .craftpeople-box p.name {
		margin-bottom: .5em;
	}

}

/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/

body.outline #main .entry-body dl dt {
	width: 11em;
}

body.outline #main .entry-body dl dd {
	padding-left: 11.5em;
}

@media only screen and (max-width:780px){

	body.outline #main .entry-body dl dt {
		width: 100%;
		padding-bottom: .5em;
	}

	body.outline #main .entry-body dl dd {
		padding-left: 0;
	}

}


/*------------------------------------------------------------
	商品情報
------------------------------------------------------------*/

#main .entry-body .product-photo {
	position: relative;
}

#main .entry-body .product-photo .product-title {
	text-align: center;
    position: absolute;
    top: 1em;
    left: 1em;
	font-size: 1.6em;
    background-color: rgba(255,255,255,.6);
    padding: 1em;
}

#main .entry-body .item-list {
	display: flex;
	flex-wrap: wrap;
}

#main .entry-body .item-list li {
	width: 50%;
}

#main .entry-body .text-box p {
	text-align: right;
}

@media only screen and (max-width:780px){

	#main .entry-body .item-list li {
		width: 100%;
	}

}
/*------------------------------------------------------------
	はじめての方へ
------------------------------------------------------------*/

body.first #main .entry-body .col-4 {
	margin-bottom: 2em;
}

body.first #main .entry-body .col-4 a {
	display: block;
	padding-bottom: 10px;
    text-align: center;
    letter-spacing: 4px;
    border: 1px solid #f0f0f0;
	box-sizing: border-box;
}

body.first #main .entry-body .col-4 a img {
	transition: .3s;
}

body.first #main .entry-body .col-4 .photo {
    margin-bottom: 10px;
}

body.first #main .entry-body .col-4 .ttl {
    line-height: 1.4;
}

body.first #main .entry-body .col-4 .ttl img {
    margin-right: 20px;
}

body.first #main .entry-body .col-4 .flex.center {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

body.first #main .entry-body .col-4 .flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}


@media only screen and (max-width:780px){

	body.about #main .content .entry-body .row-staff img {
		width: 100%;
	}

	body.about #main .content .entry-body .row-staff p {
		position: relative;
		width: 90%;
		margin-left: 8%;
		box-sizing: border-box;
		margin-top: -20px;
	}
	
	body.first #main .entry-body .col-4 {
		width: 48%;
	}
	
	body.first #main .entry-body .col-4 .ttl img {
		width: auto;
		height: 16px;
		margin: 0 auto 5px;
		display: block;
	}
	
	body.first #main .entry-body .col-4 .flex.center {
		display: block;
	}
}

/*------------------------------------------------------------
	7つのポイント
------------------------------------------------------------*/

body.point7 #main .entry-body .point-box {
	padding: 1.5em;
    border: 2px solid #5F847D;
    margin-top: 40px;
	position: relative;
	background: url(../../image/start_bg.jpg) repeat center center;
}

body.point7 #main .entry-body .point-box:before {
	content: "";
	width: 140px;
	height: 42px;
	background: url("../../image/point7/point.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: -30px;
	right: 20px;
}

body.point7 #main .entry-body .point-box p {
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {

	body.point7 #main .entry-body .point-box:before {
		width: 90px;
		height: 27px;
		top: -20px;
	    right: 10px;
	}
}

/*------------------------------------------------------------
	7つのポイント
------------------------------------------------------------*/

body.sdgs #main .entry-body .sdgs-area {
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

body.sdgs #main .entry-body .sdgs-area .img-area{
	width: 16%;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

body.sdgs #main .entry-body .sdgs-area .img-area img.small {
	width: 48%;
}

body.sdgs #main .entry-body .sdgs-area .text-area{
	width: 80%;
}

body.sdgs #main .entry-body .sdgs-area sup{
	font-size: .8em;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	body.sdgs #main .entry-body .sdgs-area .img-area{
		width: 100%;
		align-items: flex-start;
		justify-content: flex-start;
		margin-bottom: 1em;
	}

	body.sdgs #main .entry-body .sdgs-area .img-area img{
		width: 25%;
		margin-right: 1.5%;
	}

	body.sdgs #main .entry-body .sdgs-area .img-area img.small{
		width: 15%;
	}

	body.sdgs #main .entry-body .sdgs-area .text-area{
		width: 100%;
	}

}

/*------------------------------------------------------------
	サイトマップ
------------------------------------------------------------*/

body.sitemap #main .entry-body a {
	color: #333;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { font-size: 14px; line-height: 1.8; }*/
	
	#main {
		margin-bottom: 0;
	}
	
	.entry-header {
		margin-top: 0;
		padding: 90px 1em 30px;
		box-sizing: border-box;
	}
	
	.page-title {
		box-sizing: border-box;
		margin: 0 auto;
		font-size: 2rem;
		line-height: 1.2;
	}
	
	.page-title .en {
		font-size: 3rem;
		display: block;
		margin-bottom: 0.2em;
	}
	
	.page-title .ja {
		font-size: 1.4rem;
	}

	.entry-header .title-area p {
		margin-top: 0;
	    padding-bottom: 3px;
		line-height: 1;
	}
	
	.entry-header .title-area p span {
		font-size: 32px;
		line-height: 1;
	}	
	
	.content {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	
	.breadcrumbs {
		display: none;
	}
	
	.breadcrumbs .pankuzu {
		width: 100%;
	}
	
	.breadcrumbs .pankuzu:before {
		top: 8px;
	}

	.breadcrumbs .pankuzu ,
	.breadcrumbs .pankuzu a ,
	.breadcrumbs .pankuzu span {
		font-size: .8em;
	}
	
	.title-area {
		width: 100%;
	}
	
	.entry-content {
		margin: 0 auto 40px;
		padding-top: 40px;
	}	
	
	.entry-content h3 {
		font-size: 1.8rem;
		margin-bottom: .8em;
	}

	.entry-content h3 span {
		font-size: 1em;
	}

	.entry-content h3:before {
		width: 40px;
	    height: 38px;
	}
	
	.entry-content h3:after {
		width: 36px;
	}
	
	.entry-content h3 .en {
		font-size: 1.8rem;
		text-align: center;
		display: block;
	}
	
	.entry-content h3 .en:after {
		top: 0;
		width: 1px;
		height: 20px;
		left: 50%;
	}
	
	.entry-content h3 .ja {
		padding: 0;
		display: block;
		text-align: center;
	}
	
	.entry-content .section-title {
		padding: 60px 0;
	}
	
	.entry-content h4 {
		margin-bottom: 1em;
		font-size: 1.2em;
	}

	.entry-body {
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	    font-size: 1.2rem;
	    letter-spacing: 2.3px;
		padding-left: 1em;
	    padding-right: 1em;
	}

	.entry-bg {
		margin-bottom: 60px;
	}
	
	.entry-nav {
		padding-bottom: 0;
	}

	.entry-body img {
		max-width: 100%;
		height: auto;
	}
	
	.entry-body .row {
		margin-left: 0;
		width: 100%;
		margin-bottom: .5em
	}
	
	.entry-body .col-12 ,
	.entry-body .col-10 ,
	.entry-body .col-9 ,
	.entry-body .col-8 ,
	.entry-body .col-6 ,
	.entry-body .col-4 {
		width: 100%;
		padding: 0;
		margin-bottom: 1em;
	}	

	.entry-body .col-3 {
		width: 50%;
		padding: 5px;
	}

	.entry-body .sp-center {
		float: none;
	    margin: 0 auto 10px;
	}

	.entry-body .sp-half {
		float: none;
		width: 50%;
	    margin: 0 auto 10px;
	}

	.entry-post .col-3 {
		width: 100%;
		padding: 0;
	}
	
	.menu #main .entry-body .col-2 {
		width: 50%;
		float: left;
		padding: 0 20px;
		box-sizing: border-box;
	}	
	
	.menu #main .entry-body .col-2:nth-child(7) {
		clear: none;
	}


	.perio .entry-body .col-3 {
		width: 100%;
		padding: 0;
	}

	.orthodontic .entry-body .col-3 {
		margin: 0 auto;
		float: none;
	}
	
	.entry-body #secondary {
		margin-top: 60px;
	}	
	
	#main .entry-body .post-nav span {
		width: 100%;
		margin: .5em 0;
		box-sizing: border-box;
	}
			

	.entry-body .pic-right-noborder ,
	.entry-body .pic-left-noborder ,
	.entry-body .alignright ,
	.entry-body .alignleft ,
	.entry-body .pic-right ,
	.entry-body .pic-left {
		max-width: 30%;
		height: auto;
	}

	.entry-body .page-nav {
		margin-top: 0;
	}
	
	.entry-body .page-nav li a {
		font-size: 1em;
		padding: .5em 2.5em .5em 1em;
		line-height: 1.6;
	}
	
	.entry-body .page-nav li {
		width: 100%;
		box-sizing: border-box;
		float: none;
		padding: 0 !important;
	}
	
	#main .entry-body .page-main .page-main-text {
		position: relative;
		width: calc(100% - 20px);
		left: 10px;
		box-sizing: border-box;
		top: -20px;	
	}

	.entry-body iframe {
		max-width: 100%;
		height: 16em !important;
	}
	
	body.feature #main .reasonList li {
		margin-top: 20px;
	}
	
	.entry-body .half-box {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2em;
	}
	
	.entry-content .arrow {
		width: 8px;
		height: auto;
		margin: 30px 0 0;
	}
	
	.entry-body img.full {
		max-width: 100%;
		display: block;
		margin: 0 auto 1em;
		float: none;
	}	

	.entry-body img.sp-half {
		max-width: 50%;
	}	

	.entry-body #map {
		width: 100%;
		height: 300px;
	}

	.entry-body .mt0pc {
		margin-top: 1.5em;
	}	

	.entry-body .mt0sp {
		margin-top: 0;
	}

	.entry-body table {
		clear: both;
	}	

	.entry-body table th {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.entry-body table th ,
	.entry-body table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}	

	.entry-body table td.yellow {
		border-bottom: 1px solid #f0f0f0;
	}		
	
	#main .entry-body .comLink {
		width: 100%;
	}

	#main .entry-content dl {
		margin-bottom: 1em;
	}
	
	#main .entry-content dl dt {
		float: none;
		width: 100%;
	}
	
	#main .entry-content dl dd {
		padding-left: 0;
		padding-bottom: .6em;
		margin-bottom: .6em;
	}	
	
	#main .entry-content dl.mailform dd {
		padding-left: 0;
		padding-bottom: 1em;
		margin-top: 0;
		border-bottom: 0;
		padding-top: 0;
	}
	
	#main .entry-body .more a {
		font-size: 1em;
	}
	
	#main .entry-body ul.list-5 li {
		width: 50%;
		box-sizing: border-box;
	}
	
	#main .entry-body ul.list-10 li {
		width: 100% !important;
	}
		
	#main .entry-form {
		border: 0;
		margin: 0;
		box-sizing: border-box;
	}		

	#main .entry-form p.tel {
		font-size: 1.3em;
	}		
		
	#main .entry-body form dl dd ul li.half{
		width: 100%;
		float: none;
	}
	
	#main .entry-body form button {
		font-size: 1.2em;
	}
	
	#main .entry-body .scroll {
		overflow-x: scroll;
	}

	#main .entry-body .scroll table th ,
	#main .entry-body .scroll table td {
		display: table-cell;
		white-space: nowrap;
		padding: 0.4em;
	}
	
}

.entry-body table.inquiry {
	width: 100%;
	margin: 0 0 1em;
	border-collapse: collapse;
	border-spacing: 0;
}

/*見出し欄*/
.entry-body table.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding:.4em;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.entry-body table.inquiry td{
 font-size:14px;
 border:solid 1px #d7d7d7;	
 padding:.4em;
}

#main .entry-body table.inquiry td .tel {
	font-size: 1em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}

/*横の行とテーブル全体*/
.entry-body table.inquiry tr,
.entry-body table table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.entry-body table .haveto{
 font-size:7px;
 padding:5px;
 background: #C30;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.entry-body table .any{
 font-size:7px;
 padding:5px;
 background: #09F;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.entry-body table .verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
.entry-body #formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#9a0000;
 color:#fff;
 font-size:16px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
 border: 0;
 transition: .3s;
 cursor: pointer;
}
/*送信ボタンマウスホバー時*/
.entry-body table #formbtn:hover{
 background:#fff;
 color:#ffaa56;
 border:2px solid #9a0000;
}

#main .entry-content textarea {
	box-sizing: border-box;
}


#main .entry-content .work-area {
	max-width: 1164px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .entry-content .voice-area{
margin-bottom: 30px;
}

#main .entry-content .work-area .item {
	width: 49%;
	padding: 15px;
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#main .entry-content .work-area .item .photo {
	margin-bottom: 10px;
}

#main .entry-content .work-area .item .photo img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center;
}

#main .entry-content .work-area .item .ttl {
	font-size: 1.6rem;
}

#main .entry-content .work-area .item .ttl span {
	font-size: 1.2rem;
	color: #aaa;
	text-align: right;
	display: block;
}


.work-area .navigation{
	    text-align: center;
    display: block;
    clear: both;
    margin: 30px auto 60px;
}
.work-area .navigation .screen-reader-text{
display: none;
}
.work-area .navigation span.current {
  color: #fff;
  background-color: #000;
  padding: 6px 9px;
}

.work-area .navigation a,
.work-area .navigation span {
  vertical-align: middle;
  color: #000;
  background: none;
  border-radius: 0px;
  padding: 5px 13px;
}
.work-area .navigation a:hover,
.work-area .navigation span:hover {
  color: #fff;
  background-color: #000;
}

.work-area .navigation a.next,
.work-area .navigation a.prev {
  position: relative;
  width: 38px;
  height: 45px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.work-area .navigation a.next {
  margin-left: 30px;
}
.work-area .navigation a.next:hover {
  background-color: #fff;
}
.work-area .navigation a.next:hover:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.work-area .navigation a.next:before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.work-area .navigation a.prev {
  margin-right: 30px;
}
.work-area .navigation a.prev:hover {
  background-color: #fff;
}
.work-area .navigation a.prev:hover:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.work-area .navigation a.prev:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*------------------------------------------------------------
  リノベーションスケジュール（renovation-house ページ）
------------------------------------------------------------*/

/* --- セクション上部余白 --- */
.renovation-schedule-section {
	padding-top: 50px;
}

/* --- ヘッド --- */
.renovation-schedule-section .schedule-head {
	text-align: center;
	margin-bottom: 40px;
}

.renovation-schedule-section .schedule-label {
	font-family: 'Lato', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .12em;
	color: #E8B35E;
	margin-bottom: 8px;
}

/* .entry-content h3::after のグレー下線を打ち消す */
.renovation-schedule-section .schedule-head h3 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #36332F;
	margin-bottom: 16px;
	padding-bottom: 0;
}
.renovation-schedule-section .schedule-head h3::after {
	display: none;
}

.renovation-schedule-section .schedule-lead {
	font-size: 1.7rem;
	font-weight: bold;
	color: #36332F;
	margin-bottom: 12px;
	letter-spacing: .04em;
}

.renovation-schedule-section .schedule-text {
	font-size: 1.5rem;
	line-height: 1.9;
	color: #555;
}

/* --- グリッド（PC：5列） --- */
.renovation-schedule-section .schedule-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
}

/* --- カード --- */
.renovation-schedule-section .schedule-card {
	background: #F5F2ED;
	border-top: 3px solid #E8B35E;
	padding: 18px 14px;
	box-sizing: border-box;
}

.renovation-schedule-section .schedule-card .schedule-num {
	font-family: 'Lato', sans-serif;
	font-size: 3.4rem;
	font-weight: 700;
	color: #E8B35E;
	line-height: 1;
	margin-bottom: 10px;
	letter-spacing: .02em;
}

/* .entry-content h4 の 2.0rem / 1.5em margin を打ち消す */
.renovation-schedule-section .schedule-card h4 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #36332F;
	margin: 0 0 8px;
	padding: 0;
	line-height: 1.5;
}

.renovation-schedule-section .schedule-card p {
	font-size: 1.3rem;
	color: #555;
	line-height: 1.75;
	margin: 0;
}

/* --- お支払い（.schedule-card p より後に記述してカスケードで上書き） --- */
.renovation-schedule-section .schedule-payment {
	margin-top: 10px;
	padding: 8px 10px;
	background: #fff;
	border-left: 3px solid #E8B35E;
	box-sizing: border-box;
}

.renovation-schedule-section .schedule-payment strong {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	color: #E8B35E;
	margin-bottom: 3px;
}

.renovation-schedule-section .schedule-payment p {
	font-size: 1.2rem;
	color: #36332F;
	line-height: 1.75;
	margin: 0;
}

/* --- タブレット：3列 --- */
@media all and (min-width: 768px) and (max-width: 1100px) {
	.renovation-schedule-section .schedule-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 14px;
	}
}

/* --- SP：1列 --- */
@media all and (max-width: 767px) {
	.renovation-schedule-section {
		padding-top: 30px;
	}

	.renovation-schedule-section .schedule-head {
		text-align: left;
	}

	.renovation-schedule-section .schedule-lead {
		font-size: 1.6rem;
	}

	.renovation-schedule-section .schedule-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.renovation-schedule-section .schedule-card .schedule-num {
		font-size: 2.8rem;
	}

	.renovation-schedule-section .schedule-card h4 {
		font-size: 1.5rem;
	}

	.renovation-schedule-section .schedule-card p {
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
	新築スケジュール（order-house ページ）
------------------------------------------------------------*/

/* --- セクション上部余白 --- */
.order-house-schedule-section {
	padding-top: 50px;
	overflow: hidden;
	box-sizing: border-box;
}

/* --- ヘッド --- */
.order-house-schedule-section .schedule-head {
	text-align: center;
	margin-bottom: 40px;
}

.order-house-schedule-section .schedule-label {
	font-family: 'Lato', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .12em;
	color: #E8B35E;
	margin-bottom: 8px;
}

/* .entry-content h3::after のグレー下線を打ち消す */
.order-house-schedule-section .schedule-head h3 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #36332F;
	margin-bottom: 16px;
	padding-bottom: 0;
}
.order-house-schedule-section .schedule-head h3::after {
	display: none;
}

.order-house-schedule-section .schedule-lead {
	font-size: 1.7rem;
	font-weight: bold;
	color: #36332F;
	margin-bottom: 16px;
	letter-spacing: .04em;
}

.order-house-schedule-section .schedule-text {
	font-size: 1.5rem;
	line-height: 1.9;
	color: #555;
}

/* --- グリッド（PC：5列） --- */
.order-house-schedule-section .schedule-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
	box-sizing: border-box;
	max-width: 100%;
}

/* --- カード --- */
.order-house-schedule-section .schedule-card {
	background: #F5F2ED;
	border-top: 3px solid #E8B35E;
	padding: 18px 14px;
	box-sizing: border-box;
	min-width: 0;
}

.order-house-schedule-section .schedule-card .schedule-num {
	font-family: 'Lato', sans-serif;
	font-size: 3.4rem;
	font-weight: 700;
	color: #E8B35E;
	line-height: 1;
	margin-bottom: 8px;
}

/* .entry-content h4 の 2.0rem / 1.5em margin を打ち消す */
.order-house-schedule-section .schedule-card h4 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #36332F;
	margin: 0 0 8px;
	padding-bottom: 0;
	line-height: 1.5;
}

.order-house-schedule-section .schedule-card p {
	font-size: 1.3rem;
	color: #555;
	line-height: 1.75;
	margin-bottom: 0;
}

/* --- お支払い（.schedule-card p より後に記述してカスケードで上書き） --- */
.order-house-schedule-section .schedule-payment {
	margin-top: 10px;
	padding: 8px 10px;
	background: #fff;
	box-sizing: border-box;
}

.order-house-schedule-section .schedule-payment strong {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	color: #36332F;
	margin-bottom: 3px;
}

.order-house-schedule-section .schedule-payment p {
	font-size: 1.2rem;
	color: #36332F;
	line-height: 1.75;
	margin-bottom: 0;
}

/* --- タブレット：3列 --- */
@media all and (min-width: 768px) and (max-width: 1100px) {
	.order-house-schedule-section .schedule-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 14px;
	}
}

/* --- SP：1列 --- */
@media all and (max-width: 767px) {
	.order-house-schedule-section {
		padding-top: 30px;
	}

	.order-house-schedule-section .schedule-head {
		text-align: left;
	}

	.order-house-schedule-section .schedule-lead {
		font-size: 1.6rem;
	}

	.order-house-schedule-section .schedule-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.order-house-schedule-section .schedule-card .schedule-num {
		font-size: 2.8rem;
	}

	.order-house-schedule-section .schedule-card h4 {
		font-size: 1.5rem;
	}

	.order-house-schedule-section .schedule-card p {
		font-size: 1.4rem;
	}
}

/* 注文住宅：家づくりのスケジュール */
.order-house-schedule-section {
width: 100%;
max-width: 1200px;
margin: 80px auto 70px;
padding: 0 20px;
box-sizing: border-box;
}

.order-house-schedule-section .schedule-head {
text-align: center;
margin-bottom: 42px;
}

.order-house-schedule-section .schedule-label {
color: #d8a24a;
font-size: 11px;
letter-spacing: 0.16em;
margin-bottom: 10px;
}

.order-house-schedule-section .schedule-head h3 {
font-size: 22px;
line-height: 1.5;
margin: 0 0 10px;
}

.order-house-schedule-section .schedule-lead {
font-size: 14px;
font-weight: 600;
margin-bottom: 18px;
}

.order-house-schedule-section .schedule-text {
font-size: 13px;
line-height: 2;
margin: 0;
}

.order-house-schedule-section .schedule-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 8px;
}

.order-house-schedule-section .schedule-card {
background: #f5f1ea;
border-top: 3px solid #d8a24a;
padding: 18px 16px 16px;
box-sizing: border-box;
min-height: 165px;
}

.order-house-schedule-section .schedule-num {
color: #d8a24a;
font-size: 24px;
font-weight: 700;
line-height: 1;
margin: 0 0 8px;
}

.order-house-schedule-section .schedule-card h4 {
font-size: 13px;
line-height: 1.5;
margin: 0 0 8px;
}

.order-house-schedule-section .schedule-card p {
font-size: 12px;
line-height: 1.75;
margin: 0;
}

.order-house-schedule-section .schedule-payment {
background: #fff;
margin-top: 10px;
padding: 8px 10px;
box-sizing: border-box;
}

.order-house-schedule-section .schedule-payment strong {
display: block;
font-size: 12px;
margin-bottom: 4px;
}

.order-house-schedule-section .schedule-payment p {
font-size: 11px;
line-height: 1.6;
}

@media screen and (max-width: 1024px) {
.order-house-schedule-section {
max-width: 960px;
margin: 70px auto 60px;
padding: 0 20px;
}

.order-house-schedule-section .schedule-grid {
grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 767px) {
.order-house-schedule-section {
margin: 55px auto 50px;
padding: 0 18px;
}

.order-house-schedule-section .schedule-head {
margin-bottom: 30px;
}

.order-house-schedule-section .schedule-head h3 {
font-size: 19px;
}

.order-house-schedule-section .schedule-text {
text-align: left;
}

.order-house-schedule-section .schedule-grid {
grid-template-columns: 1fr;
gap: 12px;
}

.order-house-schedule-section .schedule-card {
min-height: auto;
padding: 18px 16px;
}
}


