/* ----------------------------------------------------
※ サイト全体で共用する色に関するCSSのみが書いてあります
---------------------------------------------------- */

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

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

a {
  color: #ab9366;
}


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



/* nav
------------------------------------------------------------------------------*/
.nav-item.here, .nav-item:hover {
	background: #00234b;
}

.nav-link {
	color: #00234b;
}


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

#main .caption-tile-menu .tile-block .hd3 .inr-wrap {
	background: rgba(0, 35, 75, .4);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}


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

.hd3::after {
	background: linear-gradient(to right, #00234b -40%,#eff4f9 100%);
}


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

.footer {
	background: #eff4f9;
}

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

.footer .foot-info .foot-info-inner-left .logo-btm-txt span,
.footer .foot-info .foot-info-inner-center .corp .kotei-txt,
.footer .foot-info .foot-info-inner-center .info-txt .tel {
	color: #cba765;
}

.footer .foot-info .foot-info-inner-right a {
	background: #00234b;
}

.footer .foot-info .foot-info-inner-right a:hover {
	background: #7a6c5d;
}


/* foot-sitelink
--------------------------------------*/

.foot-sitelink {
	border-top-color: #c6d4dd;
}


/* copyright-コピーライト
--------------------------------------*/

.copy-wrap {
	background: #00234b;
}


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

.outline-table th {
	background: #dee7f1;
}

.outline-table td {
	background: #eff4f9;
}


/* lp　※lp.cssで上書きされてしまうので接頭辞.color_1を必ずつけておく
------------------------------------------------------------------------------*/


/* lp-box - バナー部分
--------------------------------------*/

.color_1 .lp-box {
	background: #f4f9ff;
	border-color: #e0caa2;
}

.color_1 .lp-box.no-img .detail .detail-inr-wrap {/* 現在 背景画像の無いこちらのパターンONLYで運用中‥ */
	background: #00234b;
}

.color_1 .lp-box .detail-inr-info-wrap {
	background: transparent;
}

.color_1 .lp-box .detail-inr-info-wrap .tel span:not(.notes) {
	color: #cba765;
}

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

.color_1 .lp-box .detail-inr-info-wrap .link .btn:hover {
	background: #7a6c5d;
}



/*** 以下 仕様未確定のため修正不要 ***/

/* sale-item */

.sale-item {
	border-color: #ececec;
}

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

.sale-item .name {
	border-bottom: 1px dashed #00234b;
}

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

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


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