/* ------------------------------------------
　　テンプレ	No N138
--------------------------------------------- */

/*.table-company {
	width:100%;
}*/

/* ------------------------------------------
　　実装初期定義
--------------------------------------------- */
body {
	background: #380000;
	color: #fff;
}
hr {
	border-top: dotted 1px #362802;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-bottom: 5px;
}
.imagetext {overflow: hidden;}/*イメージ横テキストの回り込み禁止*/
.indent {padding-left: 15px;}
.row {margin-bottom:20px;}

a {
	color: #fff;
}
a:hover {
	color: #bc9d48;
}

.btn.btn--link {
	background: #672b2a;
}
.btn.btn--link:hover {
	background: #592525;
}
header {
	background: #150600;
}
footer {
	background: #290000;
}
.footer-backtotop a {
	background: #141414;
}
.footer-backtotop a:hover {
	color: #fff;
}
.footer-snsicons-list li a {
	color: #fff;
}
#menu-footer_all li a {
	color: #fff;
}
.widget-title {
	border-bottom: solid 1px #fff;
	border-left: 6px solid #fff;
}
#info-blog li {
	border-bottom: solid 1px #fff;
}
.blog-post-meta {
	border-top: solid 1px #fff;
}
/* ------------------------------------------
　　見出しCSS設定
--------------------------------------------- */
.top-title {
	border-bottom-color: #fff;
}
.content-title--bl {
	border-left: 6px solid #fff;
}
.content-subtitle {
  border-bottom: solid 2px #fff;
}

/* 下ボーダー（2本線） */
.content-title--bbd {
	border-bottom: 3px double #fff;
}

/* ボーダーで囲む × アクセント */
.content-title--bdacc {
	border: 1px solid #fff;
}
.content-title--bdacc::after {
	background-color: #fff;
}

/* 下ボーダー（2カラー） */
.content-title--bb2 {
	border-bottom: 4px solid #ccc;
}
.content-title--bb2::after {
	background-color: #fff;
}

/* マーカーのような下線 */
.content-title--marker::after {
	background-color: #362802;
}

/* ストライプ */
.content-title--stripe {
	background: -webkit-repeating-linear-gradient(45deg, #362802, #362802 5px, #592525 5px, #592525 10px);
	background: repeating-linear-gradient(45deg, #362802, #362802 5px, #592525 5px, #592525 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

/* グラデーション × ボーダー × マーク */
.content-title--gb {
	background: -webkit-repeating-linear-gradient(45deg, #362802, #362802 5px, #592525 5px, #592525 10px);
	background: repeating-linear-gradient(45deg, #362802, #362802 5px, #592525 5px, #592525 10px);
	border-top: 3px solid #362802;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
.content-title--gb::after {
	border: 3px solid #362802;
}

/* ------------------------------------------
　　グローバルメニュー表示設定
--------------------------------------------- */
@media only screen and (min-width: 768px) {

	.bg-global-nav {
		background: linear-gradient(to bottom,  #7c6e0f 0%,#6a591a 100%);
		border-top: 0;
	    border-bottom: 0;
	}

	.global-nav ul li{
		background: linear-gradient(to bottom,  #7c6e0f 0%,#6a591a 100%);
	}

	.global-nav ul li > a {
		color: #fff;
	}

	.global-nav ul li:hover,
	.global-nav ul .current {
		background: linear-gradient(to bottom,  #5d4e09 0%,#765e04 100%);
		color: #672b2a;
	}

	.global-nav ul li:hover > a,
	.global-nav ul .current a {
		color: #fff;
	}

	.global-nav ul li {
		border-left: solid 1px #583937;
		border-right: solid 1px #583937;
	}

	.global-nav ul li span {
		color: #fff;
	}

	.global-nav ul li > a:hover,
	.global-nav ul .current span {
		color: #fff;
	}

}

@media screen and (max-width:767px){
	.global-nav ul li a {
		color: #592525;
	}
}

/* ------------------------------------------
　　テンプレート別css
--------------------------------------------- */
.topnews-title {
	color: #fff;
}
.topnews-outer {
	border: 1px solid #433d0e;
}
.topnews-bg {
	background: #672b2a;
}
.topgallery-label {
	color:#fff;
	background: #672b2a;
}
.topgallery-cat a {
	color: #fff;
}
.topgallery-cat a:hover {
	color: #bc9d48;
}
.topnews-outer span {
	color: #fff;
}
.wrapper-top-contents {
	padding: 0 0 15px;
}
@media screen and (min-width:768px){
	.wrapper-top-contents {
		padding: 0 0 30px;
	}
}
td, th, .blog-post-meta {
	border-top:1px dotted #fff !important;
}
.table-bordered th,.table-bordered td, .topnews-outer, .qa-tmp2 {
	border: 0;
}
.form-contact-group:not(:last-of-type), .topgallery-title,.qa-tmp2 dt {
	border-bottom:1px solid #fff;
}
.breadcrumbs > * {
	color:#fff;}
.sub-menu {color:#afa2a2;}
.gallery-flow-number span {
	background:#672b2a;
}
.qa-tmp1 dt {
	background:#423103;
	color: #333;
}
.widget_categories li a:before {
    color: #fff;
}
.wp-pagenavi span,
.wp-pagenavi a {
	background:#672b2a;
}
.qa-tmp2 dt {
	color:#333;
	background:#423103;
}
.qa-tmp2 dd {
	background: none;
}
.widget_recent_entries .post-date {
	color: #fff;
}
.widget_recent_entries a:hover, li.cat-item a:hover  {
    background-color: #672b2a;
	color: #fff;
}
#menu-footer_all li.cat-item a:hover {
	background-color: #672b2a;
	color: #fff;
}
/* ------------------------------------------
　　ここから編集CSS
--------------------------------------------- */

/* FONTPLUS書体設定 */
.global-nav-label--ja,.sub-menu--header {
	font-family:FOT-ユトリロ Pro DB; }
h2, h3, h4 {
	font-family:FOT-ユトリロ Pro DB; }

/*1行表示のときはコメントアウトを外す*/
span.global-nav-label--en {display:none !important;}

.point01 {color:#1F497D;}/*ポイントカラー1色目*/
.point02 {color:#00ff00;}/*ポイントカラー2色目*/

.carousel-caption {
  color: #380000;
}

/* ------------------------------------------
　　メディア別追加CSS設定
--------------------------------------------- */
/* PC版のスタイルを追加する場合はここに記述 */

@media screen and (min-width: 768px){
	.topnews-outer ul li a:hover {
		background-color: transparent; 
	}

.logo {
  margin-top: 20px;
}

.top-contents {
    padding-top: 20px;
}
}

/* for tablet */
/* タブレット版のスタイルを追加する場合はここに記述 */
@media screen and (max-width:1024px) and (min-width: 768px){

}

/* for sp */
/* スマホ版のスタイルを追加する場合はここに記述 */
@media screen and (max-width:767px){
}