@charset "UTF-8";


/* ------------------------------------------------------------

   base

------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size:16px;
}
@media screen and (max-width:40em) {
	html,
	body {
	width:100%; /* viewport 対策 */
}
	html {
	font-size:0.875rem;
}
}
@media screen and (min-width:40em) {
	html,
	body {
	width:100%;
	min-width:1200px;
}
}

/*アドセンス背景黄色解除
http://nekonomemo.net/google-adsense-ins/*/
ins {
  background: none;
}
.adsense_footer	{
	text-align:center;
	padding:40px 10px 0;
}
@media screen and (min-width:40em) {
	.adsense_footer	{
	padding:60px 0 0;
}
}

/* Windows 用 Medium 指定の游ゴシック */
/*@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}*/
/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
/*@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/


body {
	font-family:"游ゴシック体", "Yu Gothic M", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", sans-serif;
/*	font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular", "Yu Gothic Regular", sans-serif;
*/	color:#222;
	background:#fff;
	font-size:100%;
	font-weight: 400;
	letter-spacing:0.02em;
	line-height:1.5;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased; /* Safariのtransitionで文字が細くなる対応 */
}



a,a img {
	color:#222;
	text-decoration:none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
a:link,a:visited {
	color:#222;
}
a:hover {
	color:#555;
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
img {
	vertical-align:bottom;
	width:100%;
}


ul {
    list-style:none;
}
ul,li {
	list-style-type:none;
}



/* Float
----------------------------------------------------*/
.left	{	float:left;	}
.right	{	float:right; }


/* Clear Float
----------------------------------------------------*/
.clear {
	clear:both;
}
.clearfix {
	zoom:1;
}
.clearfix:after { 
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
	line-height:0;
}

/* Fonts
----------------------------------------------------*/
.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.lh_txt {
	line-height:1.8;
}

/* Button
----------------------------------------------------*/
.btn_arrow a {
	position:relative;
}
.btn_arrow a:after {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right:5%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Color
----------------------------------------------------*/
/*新築の色*/
.cid4 .cl		{ color:#7fbe25; }
.cid4 .cl_bg	{ background-color:#7fbe25; color:#fff; }
.cid4 .cl_bgl	{ background-color:#f2f7ec; }

/*リフォームの色*/
.cid5 .cl		{ color:#ee849f; }
.cid5 .cl_bg	{ background-color:#ee849f; color:#fff; }
.cid5 .cl_bgl	{ background-color:#fdf2f5; }


/* responsive
----------------------------------------------------*/
@media screen and (max-width:40em) {
	.pc { display:none; }
}
@media screen and (min-width:40em) {
	.sp { display:none; }
}


/* SNS
----------------------------------------------------*/




/* 中央寄せ囲み
----------------------------------------------------*/
.inner {
	width:1200px;
	margin:0 auto;
}
@media screen and (max-width:40em) { /* スマホ */
	.inner {
	width:100%;
}
	.inner_sp {
	padding-left:2%;
	padding-right:2%;
}
}

/* object fit
----------------------------------------------------*/
/*.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}*/


.ofi_wrap {
	position:relative;
}
.ofi_wrap .ofi {
	position: absolute;
    /*width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
}

@supports ( object-fit: cover ) {
	.ofi_wrap .ofi {
	position: static;
	width: 100%;
    height: 100%;
	top: 0;
    left: 0;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
	-o-object-fit: cover;
    object-fit: cover;
	font-family: 'object-fit: cover';   /*IE対策*/
}
}

/*1:1.618で画像きりとり*/
.ofi_wrap {
    position: relative;
    width: 100%;
    height: 0;
    /*padding-bottom: 56.25% !important;*/
	padding-bottom: 61.804% !important;
    overflow: hidden;
}
.ofi_wrap img.ofi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

/* ------------------------------------------------------------

   ヘッダー

------------------------------------------------------------ */
#header {
	background-color: #fff;
}
#header .sns {
	float:right;
	margin-right:10px;
}
#header .sns li {
	float:left;
	margin-right:0.4em;
}
#header .sns i {
	color:#4e4e4e;
}

@media screen and (max-width:40em) { /* スマホ */
	#header h1 {
	padding:15px 0 15px 2%;
}
	#header h1 img {
	width:auto;
	height:30px;
}
	.header_other,
	.banner_header {
	display:none;
}
}
@media screen and (min-width:40em) { /* タブレット・PC */
	#header {
	height:120px;
	/*padding:0 7%;
	min-width:1200px;*/
}
	.header_pc_left {
	width:300px;
	float:left;
}
	#header h1 {
	/*padding-top:45px;*/
	width:300px;
	float:left;
	padding-top:15px;
}
	#header h1 img {
	
}
	.header_other {
	float:left;
	width:250px;
	text-align:right;
	padding-top:15px;
}
	.header_other .logo_living {
	width:144px;
	float:left;
}
	.header_other .sns li {
	padding-top:2px;
}
	#header .banner {
	width:728px;
	height:90px;
	float:right;
	padding-top:15px;
}
	
}

@media screen and (min-width:40em) and (max-width:1200px) {
	#header {
	padding:0 20px;
}
}
@media screen and (min-width:1201px) and (max-width:1400px) {
	#header {
	padding:0 4%;
}
}

@media screen and (min-width:1401px) {
	#header {
	padding:0 7%;
}
}


/* ------------------------------------------------------------

   ナビゲーション

------------------------------------------------------------ */
@media screen and (max-width:40em) { /* スマホ */
	
	#navi ul li {
	
	border-top:1px solid #eee;
}
	#navi ul li a {
	font-size:14px;
	padding:15px;
	display:block;
	position:relative;
}
	#navi ul li a:after {
    content:"";
    display:block;
    width:6px;
    height:6px;
    border-top:2px solid #222;
    border-right:2px solid #222;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right:15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	#navi ul li:last-of-type {
	border-top:0;
}
	#navi ul li:last-of-type a {
	background-color:#7cb342;
	color:#fff;
	font-weight:bold;
}
	#navi ul li:last-of-type a:after {
    border-top:2px solid #fff;
    border-right:2px solid #fff;
}
	.drawer-hamburger{
	background-color:rgba(255,255,255,0.7);
}
	.drawer-nav {
	margin-top:60px;
	/*background-color:#edf8fe;
	border-bottom:solid 1px #44aeea;*/
}
	.drawer-overlay {
	background-color: rgba(255,255,255,.8)
}
	.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	width: 100%;
	height: 3px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	background-color: #222
}
	
	
}
@media screen and (min-width:40em) { /* タブレット・PC */
	#navi  {
	border-bottom:2px solid #323980;
	background-color:#3c459a;
}
	#navi ul  {
	width:1200px;
	display:table;
	table-layout:fixed;
	text-align:center;
}
	#navi ul li {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	border-left:1px solid #636aae;
}
	#navi ul li a {
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:18px 0 18px;
}
	#navi ul li:last-child {
	border-left:none;
}
	#navi ul li:last-child:before {
	content:"";
	position:absolute;
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../../common/img/note.png) no-repeat left bottom;
	left:24px;
	top:50%;
	margin-top:-9px;
}
	#navi ul li:last-child:after {
	content:"";
	position:absolute;
	display:block;
	width:267px;
	border-bottom:2px solid #628e23;
}
	/*#navi ul li:before {
	content:"";
	position:absolute;
	display:block;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:1px;
	height:16px;
	background-color:#777db8;
}
*/
	#navi ul li a:hover {
	background-color:#636aae;
}
	#navi ul li:last-child a:hover {
	background-color:#94bf5e;
	opacity:1;
	filter:alpha(opacity=100);
}
	#navi ul li:last-of-type a {
	width:267px;
	background-color:#7cb342;
	padding-left:16px;
}	
	.drawer-hamburger {
	display:none;
}

/*ナビ固定*/
	.fixed {
	   position: fixed;
	   top: 0;
	   width: 100%;
	   z-index: 10000;
}
}

/* ------------------------------------------------------------

   CTA

------------------------------------------------------------ */
#cta {
	padding-top:15px;
}
.cta {
	position:relative;
	border:5px solid #3c459a;
	background-color:#f6f7ff;
	padding:20px;
}
.cta .flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.cta .cover {
	width: 38%;
	float:left;
	margin-top:-40px;
	margin-right:20px;
	margin-bottom:15px;
	/*box-shadow: 0 2px 4px rgba(0,0,0,0.2);*/
}
.cta .cover .add {
	font-size: .8em;
	padding-top: .5em;
	display: block;
}
.cta .txt {
	width: 62%;
	font-weight:bold;
	/*font-size:94%;*/
	line-height:1.6;
}
.cta ul li {
	margin:10px auto 0;
}
.cta ul li:nth-of-type(2) {
	width:80%;
}

@media screen and (min-width:40em) {
	#cta {
	padding-top:90px;
}
	.cta {
	margin:0 120px;
	padding:0 40px 20px;
}
	.cta .cover {
	width: 200px;
	margin-top:-30px;
	margin-right:30px;
	margin-bottom:15px;
}
	.cta .txt {
	padding-top:40px;
	font-size:1.35em;
	line-height:1.8;
	position:relative;
}
	.cta .txt:after {
	position:absolute;
	content:"";
	display:block;
	width:255px;
	height:218px;
	background:url(../../common/img/page2021.png);
    background-repeat: no-repeat;
	background-size:100% auto;
	/*right:-230px;
	top:15px;*/
	right:-210px;
	top:0px;
}
	.cta ul li {
	margin:0;
}
/*ボタン2つの時*/
	.cta ul li:nth-of-type(1) {
	width:480px;
	float:left;
}
	.cta ul li:nth-of-type(2) {
	width:355px;
	float:right;
	padding-top:16px;
}

/*ボタン1つの時*/
 	.cta ul li:only-of-type {
	width:480px;
	float: none;
	margin:0 auto;
} 
}






/* ------------------------------------------------------------

   フッター

------------------------------------------------------------ */
#footer {
	border-top:2px solid #ddd;
	margin-top:80px;
	padding-left:7%;
	padding-right:7%;
	padding-top:50px;
	padding-bottom:50px;
}
.footer_right {
	float:right;
	text-align:right;
}
#footer dl {
	font-size:88%;
	float:left;
}
#footer dt {
	font-weight:bold;
	padding-bottom:3px;
}
#footer .sns {
	margin:20px 0;
	float:right;
	
}
#footer .sns li {
	float:left;
}
#footer .sns li i {
	font-size:1.7em;
	margin-left:0.4em;
}
.copyright {
	font-size:69%;
	clear:both;
}
.copyright2 {
	font-size:69%;
	clear:both;
}
#page-top {
	position:fixed;
	bottom:0px;
	right:0px;
	opacity:0.7;
	width:60px;
	height:60px;
}

@media screen and (max-width:40em) { /* スマホ */
	#footer {
	padding-top:35px;
	padding-bottom:25px;
	padding-left:2%;
	padding-right:2%;
	margin-top:35px;
}
	.footer_right {
	float:none;
}
	#footer dl {
	font-size:75%;
	padding:40px 0 25px;
	float:none;
}
	#footer .logo_living {
	width:150px;
	margin:0 auto 30px;
}
	.footer_inner {
	position:relative;
}
	#footer .sns {
	float:none;
	position:absolute;
	left:50%;
	top:0px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	margin:0;
}
	.copyright {
	text-align:center;
}
	.copyright2 {
	text-align:center;
	padding-top:10px;
	line-height: 1.4;
}
	#page-top {
	width:50px;
	height:50px;
}
	

}



@media screen and (min-width:40em) { 
	#footer {
	margin-top:60px;
	padding-left:7%;
	padding-right:7%;
	padding-top:50px;
	padding-bottom:50px;
	min-width:1200px;
}
	.footer_right {
	width:50%;
}
	#footer dl {
	width:50%;
}
	.copyright {
	float:right;
	text-align:right;
}
	.copyright2 {
	float:right;
	padding:5px 0 0;
	text-align:right;
}
	
}


/* ------------------------------------------------------------
  404
------------------------------------------------------------ */
.error404 #contents .inner {
	text-align:center;
	padding:30px 0;
}
.error404 #contents .inner dt {
	font-size: 1.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#3c459a;
	padding-bottom:1.5em;
}
.error404 #contents .inner dd {
	padding-bottom:1em;
	font-size:0.935rem;
	line-height:2;
}
.error404 #contents .inner .btn_home a {
	text-decoration:underline;
	font-size:0.935rem;
}

@media screen and (min-width:40em) { 
	.error404 #contents .inner {
	padding:80px 0 0;
}
	.error404 #contents .inner dt {
	font-size: 2em;
}
	.error404 #contents .inner dd {
	padding-bottom:2em;
}
}
