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

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

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

a {
  color: red;
}

.color_1 a {
  color: #ab9366;
}


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

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


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

.color_1 #gNavi {}

.color_1 .nav-link .en {
	color: #18358e;
	font-weight: bold;
}

.color_1 .nav-link::before {
	background: #18358e;
}

.color_1 .nav-item.li_lp:hover {
	background: #6c85d2;
}

.color_1 .nav-item.link_color1 {
	background: #465da4;
}

.color_1 .nav-item.link_color2 {
	background: #2f4999;
}

.color_1 .nav-item.link_color3 {
	background: #1c3787;
}

.color_1 .nav-item.li_lp a .ja {
	color: #fff;
}

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

.color_1 .dropdown .nav-link .en {
	color: #ab9366;
}

.color_1 .submenu-item a:hover {
	background: #eff6f9;
}


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

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

.color_1 .content-block .text {
/*	color: #28435a;*/
}

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

.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 .hd1 .en,
.color_1 .hd1 .ja {
/*	color: #28435a;*/
}

.color_1 .hd2 span {
/*	color: #28435a;*/
}

.color_1 .hd3 {
	color: #1b378e;
}

.color_1 .hd3:after {
	background: -moz-linear-gradient(left, #5d71af 20%, #f0f0f0 80%);
	background: -webkit-linear-gradient(left, #5d71af 20%,#f0f0f0 80%);
	background: linear-gradient(to right, #5d71af 20%,#f0f0f0 80%);
}


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

.color_1 .footer {
	background: #f6f6f6;
	border-top: 2px solid #434343;
}

.color_1 .footer .footer-contents {
	background: transparent;
}

.color_1 .foot-sitelink {
	background: #2e2e2e;
}

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

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

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

.color_1 .footer .foot-info .foot-info-inner-right .bnr-buy {
	background: #465da4;
	border-color: #efefef;
}

.color_1 .footer .foot-info .foot-info-inner-right .bnr-sell {
	background: #2f4999;
	border-color: #efefef;
}

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

.color_1 .footer .foot-info .foot-info-inner-right a:hover span {
	background: #6c85d2;
}

.color_1 .copy-wrap {
	background: #3a3a3a;
}

.color_1 .copyright {
	color: #fff;
}


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

.color_1 .footBlockContactWrap {
	background: #fff;
	border-top: 2px solid #ececec;
}

.color_1 .footBlockContactWrap .ft-contact-inner .button-area-wrap .tel-btn .tel_num .office_info {
	color: #3a3a3a;
}

.color_1 .footBlockContactWrap.js-isOver {
	background: #f6f6f6;
}

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

.color_1 .footBlockContactWrap .ft-contact-inner .button-area-wrap .tel-btn .tel_num .num {
	color: #18358e;
}

.color_1 .footBlockContactWrap .ft-contact-inner .button-area-wrap .tel-btn .tel_num .num span {
	font-weight: 600;
}

.color_1 .footBlockContactWrap .button-area-wrap .button {
	background: #18358e;
}

.color_1 .footBlockContactWrap .button-area-wrap .button:hover {
	background: #2047bc;
}

.color_1 .footBlockContactWrap .ft-contact-inner .close {
	background: #a9cbda;
	border: 1px solid #fff;
	color: #fff;
}


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

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

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


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

.color_1 .lp-box {
	background-color: #62a3c1;
}

.color_1 .lp-box.no-img .detail .detail-inr-wrap,
.color_1 .lp-box .detail-inr-info-wrap .link .btn {
	background: #18358e;
}


/* sale-item */

.color_1 .sale-item {
	border-color: #a2aed1;
}

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

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

.color_1 .sale-item .data th {
	background: #18358e;
	color: #fff;
}

.color_1 .sale-item .data td {
	background: #d0d6e8;
	color: #18358e;
}


/* 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;
}
