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

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

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

a {
  color: #62a3c1;
}

.color_1 a {
	color: #62a3c1;
}


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

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


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

.color_1 #gNavi {
	background: rgba(24, 22, 32 ,0.6);
}

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

.color_1 .nav-item .en {
	color: #fff;
}

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

.color_1 .nav-item.li_lp:hover {
	background: #1e7cdc;
}

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

.color_1 .nav-item.link_color2:hover {
	background: #9a8430;
}

.color_1 .nav-item.link_color3 {
	background: #691c23;
}

.color_1 .nav-item.link_color3:hover {
	background: #7d222a;
}

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

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

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

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


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

.color_1 #main {
	border-top-color: #d2b071;
	background: #17161f;
}

.color_1 .content-block .text,
.color_1 .content-block .one-column-text {
	color: #fff;
}

.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: #ffffff;
}

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

.color_1 .hd3 {
	color: #fff;
}

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


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

.color_1 .footer {
	background: #fff;
	border-top: 1px solid #656665;
}

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

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

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

.color_1 .foot-sitelink .button-area .button {
	color: #eee;
}

.color_1 .footer .foot-info .foot-info-inner-right .bnr-buy {
	background: #a2935c;
}

.color_1 .footer .foot-info .foot-info-inner-right .bnr-sell {
	background: #691c23;
}

.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 .bnr-buy {
	background: #9a8430;
}

.color_1 .footer .foot-info .foot-info-inner-right a:hover .bnr-sell {
	background: #7d222a;
}

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

.color_1 .copyright {
	color: #fff;
}


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

.color_1 .footBlockContactWrap {
	background: #17161f;
	border-top: 4px solid #424242;
}

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

.color_1 .footBlockContactWrap.js-isOver {
	background: #17161f;
	border-top: 4px solid #393939;
}

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

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

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

.color_1 .footBlockContactWrap .button-area-wrap .tel-btn .mobl {
	background: #80713a;
}

.color_1 .footBlockContactWrap .button-area-wrap .inform-btn .button {
	background: #a2935c;
}

.color_1 .footBlockContactWrap .button-area-wrap .satei-btn .button {
	background: #691c23;
}

.color_1 .footBlockContactWrap .button-area-wrap .button:hover {}

.color_1 .footBlockContactWrap .button-area-wrap .inform-btn .button:hover {
	background: #9a8430;
}

.color_1 .footBlockContactWrap .button-area-wrap .satei-btn .button:hover {
	background: #7d222a;
}

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


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

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

.color_1 .outline-table td {
	background: #fff;
	border-bottom: 1px solid #dceaf0;
	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: #62a3c1;
}


/* sale-item */

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

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

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

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

.color_1 .sale-item .data td {
	background: #dad4bc;
	color: #000000;
}


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