@charset "UTF-8";

/*=============================================================
	ヘッダー
=============================================================*/

/* 背景色 */
.l-header {
	background: #FCC600;
}

/* グローバルメニュー（PCのみ） */
@media screen and (min-width: 768px) {
	/* 文字色 */
	.p-global-nav li a {
		color: #3F2800;
	}
	/* 下線の色 */
	.p-global-nav li a::before {
		background: #3F2800;
	}
}

/*=============================================================
	フッター
=============================================================*/

/* 背景色 */
.l-footer,
html {
	background: #3F2800;
}

/* 文字色 */
.l-footer {
	color: #FFF;
}

/*=============================================================
	トップページ
=============================================================*/

/* スライドショーの文字色 */
.p-mainvisual-text {
	color: #FFF;
}

/* スライドショーのページ送りアイコンの色 */
.rslides_tabs .rslides_here a {
	background: #FF8D20;
}

/* 背景色 */
#info-bgcolor { background: #F8F6F2; }
#freetext1-bgcolor { background: #FFF; }
#freetext2-bgcolor { background: #6C4726; }
#freetext3-bgcolor { background: #FFF; }
#freetext4-bgcolor { background: #F8F6F2; }
#gallery-bgcolor { background: #F8F6F2; }
#calendar-bgcolor { background: #FFF; }
.l-banner { background: #FFFAE0; }

/* タイトルの文字色と下線の色 */
#info-title { color: #4C3100; }
#info-title::before { background: #FF8D20; }
#freetext1-title { color: #4C3100; }
#freetext1-title::before { background: #FF8D20; }
#freetext2-title { color: #FFFFFF; }
#freetext2-title::before { background: #FF8D20; }
#freetext3-title { color: #4C3100; }
#freetext3-title::before { background: #FF8D20; }
#freetext4-title { color: #4C3100; }
#freetext4-title::before { background: #FF8D20; }
#gallery-title { color: #4C3100; }
#gallery-title::before { background: #FF8D20; }
#calendar-title { color: #4C3100; }
#calendar-title::before { background: #FF8D20; }


/*=============================================================
	セカンダリー
=============================================================*/

/* セカンダリー画像の文字色 */
.p-secondvisual-text {
	color: #FFF;
}

/*=============================================================
	各種ボタン
=============================================================*/

/* ボタンとページ送りの文字色と背景色 */
a.c-btn-more,
.c-btn-send,
.p-pagenav li .current,
.p-pager li a {
	color: #FFF;
	background: #CC3B26;
}

/* ボタンとページ送りの矢印の色 */
a.c-btn-more::before,
.p-pagenav li .arrow-prev,
.p-pagenav li .arrow-next {
	border-color: #FFF;
}
