/*----------------------------------------------------------------------------
******************************************************************************
base
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== base === */
body { background: url(../images/body-bg.jpg); }
.layout {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
/* ==== header === */
.hd-bg { background-color: #FCF1C9; }
.hd-con {
	padding: 70px 0 40px;
	text-align: center;
}
.hd-con h1 { display: inline-block; }
/* ==== global nav === */
.gnav-bg { }
.gnav-con { }
.gnav-con ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}
.gnav-con li {
	border-left: 1px solid #F9F3DF;
	width: 16.66%;
}
.gnav-con li:nth-last-of-type(1) {
border-right: 1px solid #F9F3DF;
}
.gnav-con a {
	align-items: center;
	color: #111;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	height: 60px;
	justify-content: center;
	text-decoration: none;
	position: relative;
	width: 100%;
}
.gnav-con a::before, .gnav-con a::after {
position: absolute;
right: 0px;
bottom: -2px;
left: 0px;
z-index: 2;
content: '';
transition: all .3s;
}
.gnav-con a::before {
border-bottom: 2px solid #111;
transform: scale(0, 1);
}
.gnav-con a:hover::after, .gnav-con a:hover::before, .gnav-con a.current::after, .gnav-con a.current::before {
transform: scale(1);
}
.gnav-con span.text-en, .gnav-con span.text-jp {
	display: block;
	text-align: center;
}
.gnav-con span.text-jp {
	color: #666;
	font-size: 0.6rem;
}
/* ==== content === */
.con-bg {
	padding: 10px 0 60px;
	position: relative;
}
.con-con { }
.context { word-wrap: break-word; }
/* a */
.context a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* dl */
.context dl {
	margin-bottom: 20px;
	margin-top: 20px;
}
.context dl dt, .context dl dt {
	margin-bottom: 10px;
	margin-top: 10px;
}
/* h */
.context h1 { margin-bottom: 30px; }
.context h2 {
	color: #39241E;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.context h2:after {
	border-bottom: 1px solid #CCC;
	position: absolute;
	bottom: -2px;
	left: 50%;
	z-index: 2;
	content: '';
	margin-left: -20px;
	width: 40px;
}
.context h3 {
	color: #39241E;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}
.context h3:after {
	border-bottom: 1px solid #CCC;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	z-index: 2;
	content: '';
}
.context h4 {
	margin-bottom: 10px;
	margin-top: 20px;
}
/* hr */
.context hr {
	border: none;
	border-top: 1px dotted rgba(0, 0, 0, 1);
}
/* iframe */
.context iframe { max-width: 100%; }
/* img */
.context img {
	max-width: 100%;
	height: auto;
}
/* ol */
.context ol {
	margin-bottom: 10px;
	margin-left: 1.5em;
	margin-top: 10px;
}
.context ol li { margin-left: 5px; }
/* p */
.context p { margin-bottom: 10px; }
/* ul */
.context ul {
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 1.5em;
	margin-top: 20px;
}
.context ul li { margin-left: 5px; }
/* table */
.context table {
	margin-bottom: 10px;
	margin-top: 10px;
}
.main-con {
	float: left;
	width: 750px;
}
.sub-con {
	float: right;
	padding-top: 30px;
	width: 200px;
}
.sub-nav-con li {
	margin-bottom: 10px;
}
.sub-nav-con li a {
	color: #111;
	font-size: 0.8rem;
	text-decoration: none;
}
.sub-nav-con li a:hover { text-decoration: underline; }
.sub-nav-con .head{
	border-bottom: 1px solid #CCC;
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
/* ==== footer === */
.ft-contact-bg { padding: 50px 0; }
.ft-contact-con {
	border: 10px solid #D5C09F;
	background-color: #D5C09F;
	padding: 20px 60px;
}
.ft-contact-box > div { vertical-align: middle!important; }
.ft-contact-box .tel {
	background: url(http://homco.jp/wp-content/uploads/2023/05/TEL2-1-e1683619665241.png) no-repeat left center;
	padding-left: 40px;
	text-align: center;
	width: 28%;
}
.ft-contact-box .map {
	background: url(http://homco.jp/wp-content/uploads/2023/05/ca409b1593a4491d18292e29ca6b6786-1-e1683619861753.png) no-repeat left center;
	padding-left: 40px;
	width: 30%;
}
.ft-con {
	color: #5F3F26;
	font-size: 0.6rem;
	padding-bottom: 30px;
	padding-top: 50px;
	text-align: center;
}
.ft-con .logo { margin-bottom: 10px; }
.ft-con .logo img {
	width: 99px;
	height: auto;
}
.ft-con .address { margin-bottom: 20px; }
.ft-con .copyright { }
/* ==== pagetop === */
.pagetop {
	bottom: 30px;
	display: table;
	height: 5em;
	position: fixed;
	right: 30px;
	width: 5em;
	z-index: 100;
}
.pagetop span {
	background-color: #222;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #FFF;
	cursor: pointer;
	display: table-cell;
	font-size: 0.5em;
	text-align: center;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: middle;
}
.pagetop span:hover {
	filter: alpha(opacity=80);/*IE*/
	opacity: 0.8;
}
/*----------------------------------------------------------------------------
******************************************************************************
original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Home === */
.home-news-con { }
.home-about-con {
	width: 620px;
	margin: 0 auto;
	text-align: center;
}
.home-bg { padding: 50px 0; }
.home-box-cel1 {
	border: 1px solid #CCC;
	text-align: center;
	width: 200px;
	vertical-align: middle!important;
}
.news-time {
	padding-left: 20px!important;
	padding-right: 0!important;
	width: 190px;
}
.news-time span.date {
	font-size: 0.8rem;
	margin-right: 10px;
}
.news-time span.cate {
	border: 1px solid #111;
	border-radius: 5px;
	display: inline-block;
	font-size: 0.6rem;
	text-align: center;
	width: 70px;
}
.news-text a {
	color: #111;
	font-size: 0.8rem;
	text-decoration: none;
}
.news-text a:hover { text-decoration: underline; }
/* ==== Other === */
.page-h-bg {
	background: url(../images/page-h-bg1.png) no-repeat center;
	background-size:cover;
	padding: 70px 0 50px;
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}
/*:beforeにぼかし効果を設定する*/
.page-h-bg:before {
	content: '';
	background: inherit;/*.bgImageで設定した背景画像を継承する*/
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	/*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;/*重なり順序を一番下にしておく*/
}
.page-h-bg h1 {
	color: #FFF;
	font-weight: normal;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.page-h-bg h1 span.text-en {
	display: block;
	font-size: 2.6rem;
	margin-bottom: 20px;
}
.page-h-bg h1 span.text-jp {
	display: block;
	font-size: 1.6rem;
}
.page-newhouse-area1 {
	margin-top: 80px;
	text-align: center;
}
.bread { margin-bottom: 30px; }
.bread ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.bread li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: #7D521B;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
.bread a {
	text-decoration: none;
	color: #7D521B;
}
.bread a:hover { text-decoration: underline; }
.box-reform {
	text-align: center;
	margin-bottom: 30px;
}
.box-reform .eyecatch { margin-bottom: 10px; }
.box-reform .title { font-size: 1.2rem; }
.table-company td, .table-company th { padding: 20px!important; }
.table-company th {
	text-align: left!important;
	vertical-align: top!important;
}
.title-reform {
	color: #39241E;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 30px 0;
	text-align: center;
}
.newhouse-list{
	width: 25%;
	margin-bottom: 30px;
}
.newhouse-list .eyecatch { margin-bottom: 10px; }
.newhouse-list .text { text-align: center; }
.newhouse-list .text span.name { font-size: 0.8rem; }
.home-bg .newhouse-list { color: #322d1f; }
.reform-list{
	width: 25%;
	margin-bottom: 30px;
}
.reform-list .eyecatch { margin-bottom: 10px; }
.reform-list .room { margin-bottom: 10px; }
.reform-list .room span, .reform-list .room a {
	border: 1px solid #111;
	border-radius: 5px;
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 5px;
	padding: 0 5px;
}
.reform-list .text{
	padding: 0 10px;
}
.reform-list .text a {
	color: #322d1f;
	font-size: 0.8rem;
	text-decoration: none;
}
.reform-list .text a:hover {
	text-decoration: underline;
}
.home-bg .reform-list { color: #322d1f; }
.home-bg .reform-list .room span, .home-bg .reform-list .room a {
	border: 1px solid #322d1f;
	color: #322d1f;
}
.house-detail{
	text-align: center;
}
.house-detail > div{
	width: 49%;
	margin-bottom: 30px;
	margin-right: 2%;
}
.house-detail > div:nth-child(2n){
      margin-right: 0;
}
.house-detail img {
	height: 300px!important;
	width: auto!important;
}
.blog .context h2 {
	text-align: left;
}
.blog .context h2:after {
	left: 0;
	margin-left: 0;
	width: 100%;
}
.blog .context h3 {
	text-align: left;
}
.blog-detail{
	margin-bottom: 20px;
}
.blog-detail .date{
	font-size: 0.6rem;
}
/** pager **/
.pager {
	padding: 2em 0;
	text-align:center;
}
a.page-numbers, .pager .current {
	background:rgba(96, 64, 40, 0.02);
	border:solid 1px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	padding: 8px 10px;
	margin:0 2px;
	text-decoration: none;
	color: #000;
	font-size: 0.7em;
}
.pager .current, a.page-numbers:hover {
	background:rgba(96, 64, 40, 1);
	border:solid 1px rgba(0, 0, 0, 1);
	color:rgba(255, 255, 255, 1);
}
/*----------------------------------------------------------------------------
******************************************************************************
responsive
******************************************************************************
----------------------------------------------------------------------------*/
.sp-icon-hum { display: none; }
@media screen and (max-width: 780px) {
.sp-icon-hum {
cursor: pointer;
display: inline-block;
float: right;
}
.sp-icon-hum span {
display: inline-block;
padding: 20px;
}
.sp-icon-hum img {
height: auto;
width: 40px;
}
.layout {
width: 100%;
}
/* ==== header === */
.hd-con {
padding: 0 0 0 20px;
text-align: left;
}
.hd-con h1 {
margin-top: 20px;
}
.hd-con h1 img {
height: 40px;
width: auto;
}
/* ==== global nav === */
.gnav-bg {
}
.gnav-con {
display: none;
}
.gnav-con ul {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
padding: 0;
}
.gnav-con li {
width: 33.3%;
}
.gnav-con li:nth-last-of-type(2), .gnav-con li:nth-last-of-type(3) {
border-top: 1px solid #F9F3DF;
}
.gnav-con li:nth-last-of-type(1) {
border-right: none;
border-top: 1px solid #F9F3DF;
}
.con-bg {
	padding: 30px 20px;
	position: relative;
}
/* ==== pagetop === */
.pagetop {
bottom: 10px;
height: 50px;
right: 10px;
width: 50px;
}
.contents {
width: 100%;
margin: auto;
padding: 30px;
}
.context {
}
/* h */
.context h1 {
}
.context h2 {
}
.context h3 {
}
.context h4 {
}
/* ol,ul */
.context ul {
list-style-type: disc;
}
.context ol li, .context ul li {
line-height: 22px;
}
/* table */
.context table {
line-height: 22px;
}
/* dl */
.context dl {
line-height: 22px;
}
/* img */
.context img {
max-width: 100%;
height: auto;
}
/* ==== footer === */
.ft-contact-bg {
padding: 30px 20px;
}
.ft-contact-con {
border: 10px solid #D5D5D5;
background-color: #FFF;
padding: 20px;
}
.ft-contact-box {
align-items: center;/*-縦-*/
}
.ft-contact-box .logo {
display: none;
}
.ft-contact-box .tel {
background: none;
padding-left: 0;
text-align: left;
width: 40%;
}
.ft-contact-box .map {
background: none;
padding-left: 0;
width: 40%;
}
.ft-contact-box .google {
width: 20%;
}
.ft-con {
color: #5F3F26;
font-size: 0.6rem;
padding: 30px 20px;
text-align: center;
}
.ft-con .logo {
margin-bottom: 10px;
}
.ft-con .logo img {
width: 99px;
height: auto;
}
.ft-con .address span{
display: block;
}
.ft-con .copyright {
}
/* ==== Home === */
.home-news-con {
}
.home-about-con {
width: 100%;
text-align: center;
}
.home-about-img-con {
display: none!important;;
}
.home-bg {
padding: 30px 20px;
}
.news-box{
display: block!important;
}
.news-box h2{
margin-top: 0!important;
}
.home-box-cel1 {
border: none;
width: 100%;
}
.news-time {
padding-left: 0!important;
padding-right: 10px!important;
width: 170px;
}
.news-time span.date {
font-size: 0.8rem;
margin-right: 10px;
}
.news-time span.cate {
border: 1px solid #111;
border-radius: 5px;
display: inline-block;
font-size: 0.6rem;
text-align: center;
width: 70px;
}
.news-text {
padding-left: 10px!important;
}
.news-text a {
color: #111;
font-size: 0.8rem;
text-decoration: none;
}
.news-text a:hover {
text-decoration: underline;
}
.newhouse-list {
width: 49%!important;
margin-right: 2%;
margin-bottom: 10px!important;
}
.newhouse-list:nth-child(even) {
margin-right: 0;
}
.newhouse-list .eyecatch img {
height: auto;
width: 100%;
}
.newhouse-list .text {
text-align: center;
}
.newhouse-list .text span.name {
font-size: 0.8rem;
}
.reform-list {
width: 49%!important;
margin-right: 2%;
margin-bottom: 10px!important;
}
.reform-list:nth-child(even) {
margin-right: 0;
}
.reform-list .eyecatch img {
height: auto;
width: 100%;
}
.page-h-bg {
	padding: 20px;
}
.page-h-bg h1 span.text-en {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.page-h-bg h1 span.text-jp {
	font-size: 0.8rem;
}
.bread { margin-bottom: 10px; }
.house-detail{
	margin-bottom: 30px;
	text-align: center;
}
.house-detail > div{
	width: 48%!important;
	margin-right: 2%;
}
.house-detail > div:nth-child(even){
	margin-right: 0%;
}
.house-detail img {
	height: auto!important;
	max-width: 100%;
}
}
@media screen and (max-width: 580px) {
.gnav-con li {
width: 50%;
border-top: 1px solid #F9F3DF;
}
.gnav-con a {
font-size: 13px;
line-height: 1rem;
}
.ft-contact-box .tel {
text-align: center;
width: 50%;
}
.ft-contact-box .map {
text-align: center;
width: 50%;
}
.ft-contact-box .google {
display: none;
}
.news-text {
padding-left: 0!important;
}
.newhouse-list, .reform-list {
width: 100%!important;
margin-right: 0%;
}
/* ==== pagetop === */
.pagetop {
height: 40px;
width: 40px;
}
}
@media screen and (max-width: 480px) {
.ft-contact-box {
display: block!important;
}
.ft-contact-box .tel, .ft-contact-box .map {
width: 100%;
}
.ft-contact-box .tel {
margin-bottom: 10px;
}
}
