/* ----------------------------------------------------
※ サイト全体で共用する色に関するCSSのみが書いてあります
※ 管理画面より色の一括変更が行えるようにクラス名の命名規則に気を付けてください
---------------------------------------------------- */

/* html
------------------------------------------------------------------------------*/

html {
	background: #fff;
	color: #333;
}

a {
	color: red;
}

.color_1 a {
	color: #004ea2;
}


/* header
------------------------------------------------------------------------------*/

.color_1 #header h1 a {
	color: #333;
}

.color_1 .nav-item.link_color2 {
	background: -webkit-gradient(linear, left top, right bottom, from(#9a6258), to(#aa8179));
	background: -webkit-linear-gradient(left top, #9a6258, #aa8179);
	background: -moz-linear-gradient(left top, #9a6258, #aa8179);
	background: -o-linear-gradient(left top, #9a6258, #aa8179);
	background: linear-gradient(to right bottom, #9a6258, #aa8179);
}

.color_1 .nav-item.link_color3 {
	background: -webkit-gradient(linear, left top, right bottom, from(#a38468), to(#b9a38d));
	background: -webkit-linear-gradient(left top, #a38468, #b9a38d);
	background: -moz-linear-gradient(left top, #a38468, #b9a38d);
	background: -o-linear-gradient(left top, #a38468, #b9a38d);
	background: linear-gradient(to right bottom, #a38468, #b9a38d);
}

.color_1 .nav-item.li_lp:hover {
	opacity: 0.7;
}


/* nav
------------------------------------------------------------------------------*/

.color_1 #gNavi {}

.color_1 .nav-link::before , .color_1 .nav-item.here .nav-link::before {
	background: #af9377;
}

.color_1 .nav-link,
.color_1 .nav-link:link,
.color_1 .nav-link:visited,
.color_1 .nav-link:active {}

.color_1 .nav-link:hover span , .color_1 .nav-item.here .nav-link {
	color: #af9377;
}

.color_1 .dropdown .nav-link:hover:after {
	border-top-color: #af9377;
}

.color_1 .dropdown .nav-link .en {}

.color_1 .submenu-item a:hover {}


/* main
------------------------------------------------------------------------------*/

.color_1 #main {
	border-top: 2px solid #ececec;
}

.color_1 .content-block .text {
}

.color_1 .main .caption-tile-menu .tile-block {
	background: #b2c9e3;
}

.color_1 .main .caption-tile-menu .tile-block .hd3 .inr-wrap {
	background: url(../img/overlay3.png) repeat;
}

.color_1 .main .caption-tile-menu .tile-block .hd3 .inr-wrap {
	text-shadow: 1px 1px 6px rgba(255,255,255,.5);
}

.color_1 .main .caption-tile-menu .tile-block .hd3 .ja,
.color_1 .main .caption-tile-menu .tile-block .hd3 .inr-wrap .en {
	color: #404040;
}


/* headline
--------------------------------------*/

.color_1 .hd2 span {
	color: #404040;
}

.color_1 .hd3 {
	color: #404040;
}

.color_1 .hd3:after {
	background: -moz-linear-gradient(left, #004ea2 10%, #edf2f7 80%);
	background: -webkit-linear-gradient(left, #004ea2 10%,#edf2f7 80%);
	background: linear-gradient(to right, #004ea2 10%,#edf2f7 80%);
}


/* footer
------------------------------------------------------------------------------*/

.color_1 .footer {
	background: #222222;
	border-top: 2px solid #004ea2;
}

.color_1 .footer .foot-info .foot-info-inner-left .mansion-name-txt {
	border-color: #fff;
}

.color_1 .footer .foot-info .foot-info-inner-left .mansion-name-txt span {
	color: #fff;
}

.color_1 .footer .foot-info .foot-info-inner-left p {
	color: #fff;
}

.color_1 .footer .foot-info .foot-info-inner-left .info-txt .tel {
	color: #555;
}

.color_1 .foot-sitelink {
	background: #f1f2f2;
}

.color_1 .foot-sitelink .site-logo .site-selection,
.color_1 .foot-sitelink .site-link-list li a {
	color: #4e4e4e;
}

.color_1 .foot-sitelink .site-link-list li > a:before {
	background: #4e4e4e;
}

.color_1 .footer .foot-info .foot-info-inner-right a span {
	border: none;
	border-radius: 2px;
}

.color_1 .footer .foot-info .foot-info-inner-right .bnr-buy {
	background: -webkit-gradient(linear, left top, right bottom, from(#9a6258), to(#aa8179));
	background: -webkit-linear-gradient(left top, #9a6258, #aa8179);
	background: -moz-linear-gradient(left top, #9a6258, #aa8179);
	background: -o-linear-gradient(left top, #9a6258, #aa8179);
	background: linear-gradient(to right bottom, #9a6258, #aa8179);
}

.color_1 .footer .foot-info .foot-info-inner-right .bnr-sell {
	background: -webkit-gradient(linear, left top, right bottom, from(#a38468), to(#b9a38d));
	background: -webkit-linear-gradient(left top, #a38468, #b9a38d);
	background: -moz-linear-gradient(left top, #a38468, #b9a38d);
	background: -o-linear-gradient(left top, #a38468, #b9a38d);
	background: linear-gradient(to right bottom, #a38468, #b9a38d);
}

.color_1 .footer .foot-info .foot-info-inner-right a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.color_1 .footer .foot-info .foot-info-inner-right a:hover span {}

.color_1 .copy-wrap {
	background: #f1f2f2;
}


/* footBlockContactWrap
--------------------------------------*/

.color_1 .footBlockContactWrap {
	background: rgba(0,0,0,1);
	border-top: 2px solid #af9377;
}

.color_1 .footBlockContactWrap.js-isOver {
	background: rgba(0,0,0,1);
	border-top: 0;
}

.color_1 .footBlockContactWrap .ft-contact-inner .txt {
	color: #bfb78c;
}

.color_1 .footBlockContactWrap .button-area-wrap .tel-btn .tel_num .num {
	color: #fff;
}

.color_1 .footBlockContactWrap .button-area-wrap .tel-btn .mobl.button {
	background: linear-gradient(to right bottom, #a9794d, #b9a38d);
}

.color_1 .footBlockContactWrap .button-area-wrap .inform-btn .button {
	background: linear-gradient(to right bottom, #9a6258, #aa8179);
}

.color_1 .footBlockContactWrap .button-area-wrap .satei-btn .button {
	background: linear-gradient(to right bottom, #a38468, #b9a38d);
}

.color_1 .footBlockContactWrap .button-area-wrap .button:hover {
	opacity: 0.7;
}

.color_1 .footBlockContactWrap .ft-contact-inner .close {/* 非表示中につき未使用 */
	background: #a9cbda;
	border: 1px solid #fff;
	color: #fff;
}


/* outline
------------------------------------------------------------------------------*/

.color_1 .outline-table th {
	background: #cbdbec;
	border-bottom: 1px solid #fff;
	color: #555;
}

.color_1 .outline-table td {
	background: #fff;
	border-bottom: 1px solid #cbdbec;
	color: #555;
}


/* lp
------------------------------------------------------------------------------*/

/* sale-item */

.color_1 .sale-item {
	border: 1px solid #acbed2;
	border-radius: 2px;
}

.color_1 .sale-item:hover {
	background: #f1f2f2;
	box-shadow: 0 0 2px #ccc;
}

.color_1 .sale-item .data {
	background: #f1f2f2;
}

.color_1 .sale-item .name {
	border-bottom: 1px dashed #acbed2;
}

.color_1 .sale-item .data th {
	background: #cbdbec;
	color: #333;
}

.color_1 .sale-item .data td {
	background: #fff;
	color: #333;
}


/* lp-box */

.color_1 .lp-box {
	border-color: #ddd;
}

.color_1 .lp-box.no-img .detail .detail-inr-wrap {
	background: #669cd6;
}

.color_1 .lp-box .detail-inr-info-wrap .tel span {
	color: #004ea2;
}

.color_1 .lp-box .detail-inr-info-wrap .link .btn {
	background: #004ea2;
}


/* not-found
------------------------------------------------------------------------------*/

.not-found h2 {
	color: #999;
	text-shadow: 0 1px #333;
}

.not-found h2 span {
	font-size: 120%;
}

.not-found h3 {
	border-bottom: #999 solid 1px;
}

.not-found li a:hover {
	background: #e6e6e6;
	color: #666;
	transition: background-color .2s;
}
