

/*-------------------------------------------------------------------------------------------*/
/* 01. メインカラー
/*-------------------------------------------------------------------------------------------*/

/*-------- テキスト --------*/
h1.title,
h2.top-title,
.top-box h2,
h3.top-title,
h2.title,
h3.title,
p.title,
.table1 tr th,
.table2 tr th,
#sidebar .widget h3,
#wp-calendar caption,
.table-time tr th,
#footer h3,
.under-btn ul li:hover svg {
	color: #;
}


/*-------- 背景 --------*/
.mean-container a.meanmenu-reveal,
.news .ymd,
.footer-under,
.news .ymd,
#mainNav .has-sub ul li a,
#mainNav .has-sub ul li:hover a,
.mean-container .mean-bar,
.mean-container .mean-nav,
h5.title,
.box1 h4,
.footer-address .address:before,
.footer-address .access:before,
.footer-address .tel:before,
.footer-address .fax:before,
.footer-address .mail:before,
#wp-calendar thead th,
#footer p[class^="footer-"]:before,
.under-btn ul {
	background: #;
}


/*-------- ボーダー --------*/
#sidebar .widget h3,
#wp-calendar caption {
	border-bottom: 3px solid #;
}
h2.top-title span:before,
h2.top-title span:after {
	border-top: 1px solid #;
}
ul.tab-widget li.active a,
ul.tab-widget li.active a:hover {
	border-top: 2px solid #;
}
#mainNav ul li:hover:after {
	border-bottom: 5px solid #;
}


/*-------------------------------------------------------------------------------------------*/
/* 02. サブカラー
/*-------------------------------------------------------------------------------------------*/

/*-------- テキスト --------*/
a.btn,
.blog-button:before,
h2.top-title span,
.instagram .fa-instagram:hover,
strong,
.table2 tr td:last-of-type,
.blog-info li.cal:before, .blog-info-single li.cal:before,
.blog-info li.aut:before, .blog-info-single li.aut:before,
.blog-info li.cat:before, .blog-info-single li.cat:before,
.blog-info li.tag:before, .blog-info-single li.tag:before,
.widget_categories li a:before,
.widget_pages li a:before,
.list1 li:before,
.list2 li:before,
.next a:after,
.prev a:before,
#mainNav ul li a,
h2.title:before,
h3.title:before,
.widget_archive:after,
.under-btn ul li svg,
#footer a:hover {
	color: #a82d51;
}


/*-------- 背景 --------*/
.campaign,
.image-orver .cover,
#mainNav ul li:hover a,
[data-tooltip].tooltip-top:after,
.single-cal,
#mainNav .has-sub ul li a:hover,
ul.tab-widget li a:hover,
.widget-button:hover,
.top-slider-box .data,
.pagination a:hover,
input[type=submit],
.gallery-list div h3,
.under-btn ul li:hover {
	background: #a82d51;
}
/*-------- メインカラー背景（優先順位のため記述場所変えない） --------*/
#mainNav .has-sub ul li a {
	background: #;
}

/*-------- ボーダー --------*/
.fixed {
    border-bottom: 3px solid #a82d51 !important;
}
.box1 h4 {
    border-left: 5px solid #a82d51;
    border-right: 5px solid #a82d51;
}
[data-tooltip].tooltip-top:before {
	border-top-color: #a82d51;
}
.step-box:before {
    border-top: 12px solid #a82d51;
}
input[type=submit] {
    border: 1px solid #a82d51;
}

/*-------------------------------------------------------------------------------------------*/
/* 03. リンクカラー
/*-------------------------------------------------------------------------------------------*/

/*-------- テキスト --------*/
a,
.pagination a:before,
ul.tab-widget li.active a,
ul.tab-widget li.active a:hover,
.accordion-panel dt:before {
    color: #a82d51;
}

/*-------- 背景 --------*/
.pagination .current,
#searchsubmit,
.widget_tag_cloud a,
.lSPrev:before,
.lSNext:before,
.slider-box a.button .primary {
    background: #a82d51;
}

/*-------- ボーダー --------*/
.pagenav a, .next a,
.blog-button {
	border: 1px solid #a82d51;
}



/*-------------------------------------------------------------------------------------------*/
/* 04. リンクホバーカラー
/*-------------------------------------------------------------------------------------------*/

/*-------- テキスト --------*/
a:hover,
a:active,
.blog-info li a:hover, .blog-info-single li a:hover,
.footer-menu a:hover,
#footer a:hover {
    color: ;
}


/*-------- 背景 --------*/
.pagination a:hover,
#searchsubmit:hover,
.widget_tag_cloud a:hover,
.lSPrev:hover:before,
.lSNext:hover:before,
.slider-box a.button .secondary,
input[type=submit]:hover {
    background: ;
}


/*-------- ボーダー --------*/
.prev a:hover, .next a:hover,
input[type=submit]:hover {
	border: 1px solid ;
}
