@charset "UTF-8";
/* CSS Document */

/* =========================================================
　サイト内共通スタイル
========================================================= */

/* 基本（SP版・PC版両方）
--------------------------------------------------------- */
html {
	font-family: Geneva, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
	font-size: 14px;
	line-height: 1.4;
}
body {
	background: url(../images/h_bg.png) repeat-x left top;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 1em;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0 0 .5em;
	line-height: 1.7;
}
section,ul,ol,dl,dd {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: #222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover,a:focus {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* ヘッダー（SP版だけ）
--------------------------------------------------------- */
@media screen and (max-width:640px) {
header {
	position: relative;
}
.site_title {
	margin: 0 auto;
	width: 200px;
	height: 80px;
	background: #cb7;
	z-index: 100;
}
.site_title a {
	display: block;
	width: 200px;
	height: 80px;
	text-align: center;
}
.site_title img {
	padding-top: 18px;
	width: 180px;
	height: 46px;
}
.menu_btn {
	display: block;
	position: absolute;
	right: 10px;
	top: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.menu_btn img {
	width: 40px;
	height: 40px;
}
.gnav {
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	background: #eee;
	display: none;
	z-index: 99999;
}
.gnav a {
	padding: 1em 10px 1em 25px;
	display: block;
	border-bottom: 1px solid #ccc;
	background: url(../images/arrow_b.png) no-repeat 10px center;
	background-size: 8px 7px;
	font-weight: bold;
}
.unav,.language {
	display: none;
}
}

/* ヘッダー（PC版だけ）
--------------------------------------------------------- */
@media print, screen and (min-width:640px) {
header {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 110px;
	position: relative;
}
.site_title {
	position: absolute;
	left: 360px;
	top: 0;
	background: #cb7;
	width: 240px;
	height: 110px;
	z-index: 100;
}
.site_title a {
	display: block;
	width: 240px;
	height: 110px;
	text-align: center;
}
.site_title img {
	width: 214px;
	height: 56px;
	padding-top: 25px;
}
.menu_btn {
	display: none;
}
header nav {
	position: absolute;
	left: 0;
	top: 50px;
}
.gnav {
	position: relative;
	width: 960px;
	height: 30px;
}
.gnav li {
	position: absolute;
	top: 0;
}
.gnav a {
	display: block;
	height: 30px;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
}
.gnav_heritage {
	left: 0;
	width: 136px;
	background: url(../images/gnav_heritage.png) no-repeat;
}
.gnav_season {
	left: 136px;
	width: 110px;
	background: url(../images/gnav_season.png) no-repeat;
}
.gnav_course {
	left: 246px;
	width: 114px;
	background: url(../images/gnav_course.png) no-repeat;
}
.gnav_history {
	right: 234px;
	width: 126px;
	background: url(../images/gnav_history.png) no-repeat;
}
.gnav_event {
	right: 144px;
	width: 90px;
	background: url(../images/gnav_event.png) no-repeat;
}
.gnav_archive {
	right: 0;
	width: 144px;
	background: url(../images/gnav_archive.png) no-repeat;
}
.sp {
	display: none;
}
.unav {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 80%;
}
.unav li {
	padding-left: 1em;
	float: left;
}
.unav a {
	padding-left: 10px;
	color: #666;
	background: url(../images/arrow_a.png) no-repeat left center;
	background-size: 7px 7px;
}
.language {
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 80%;
}
.language li {
	padding-right: 1em;
	float: left;
}
.language li a {
	padding-left: 10px;
	color: #666;
	background: url(../images/arrow_a.png) no-repeat left center;
	background-size: 7px 7px;
}
}

/* 看板部分（SP版・PC版両方）
--------------------------------------------------------- */
main {
	margin-top: -10px;
	clear: both;
}
.category {
	z-index: 555;
}
.title {
	margin: 0;
	padding: .8em 0;
	font-size: 250%;
	text-align: center;
	line-height: 1.3;
}
.title span {
	display: block;
	font-size: 40%;
	font-weight: bold;
}
/* 看板部分（PC版だけ）
--------------------------------------------------------- */
@media print, screen and (min-width:640px) {
.category {
	min-width: 960px;
}
.title {
	padding: 1.4em 0;
	font-size: 280%;
	min-width: 960px;
}
}

/* パンくずと背景の白（SP版・PC版両方）
--------------------------------------------------------- */
.page_box {
	background: #fff url(../images/main_bg_1.jpg) repeat-x;
	background-size: 50px 200px;
}
.topicpath {
	margin: 0 auto;
	padding: .8em 10px;
	text-align: center;
}
.topicpath_home {
	padding-left: 15px;
	background: url(../images/h_topicpath_home.png) no-repeat left .2em;
	background-size: 11px 11px;
}
.page {
	padding: 10px;
	background: #fff;
}
/* パンくずと背景の白（PC版だけ）
--------------------------------------------------------- */
@media print, screen and (min-width:640px) {
.page_box {
	background: #fff url(../images/main_bg_1.jpg) repeat-x;
}
.page {
	margin: 0 auto;
	padding: 40px;
	width: 880px;
	text-align: left;
}
}

/* コンテンツ（PC版だけ）
--------------------------------------------------------- */
@media print, screen and (min-width:640px) {
.content {
	float: left;
	width: 630px;
}
}

/* コンテンツ内部品（SP版・PC版両方）
--------------------------------------------------------- */
.m_title {
	padding: .5em 10px .5em 20px;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	background: #f6f6f6;
	font-size: 140%;
	line-height: 1.4;
	text-indent: -10px;
}
.m_title:before {
	content: "";
	display: inline-block;
	margin: 0 5px -0.2em 0;
	width: 5px;
	height: 1.2em;
	background: #999;
	line-height: 1;
}
.m_title span {
	font-size: 70%;
}
.s_title {
	padding: 0;
	font-weight: bold;
	font-size: 110%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left; /* for no-flexbox browsers */
}
.s_title:after {
	margin-left: .5em;
	border-top: 1px solid #999;
	content: "";
	display: inline; /* for IE */
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
}
.s_title span {
	font-weight: normal;
	font-size: 90%;
}
.max_width {
	width: 100%;
}
.btn {
	margin: 0 0 2em;
	padding: .5em 0;
	display: block;
	background: #cb7;
	text-align: center;
	border: 1px solid #ba6;
}
.btn p {
	display: inline;
	padding: 0 0 0 10px;
	background: url(../images/arrow_b.png) no-repeat left .4em;
	background-size: 8px 7px;
}
.table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	border: 3px solid #a95;
	font-size: 90%;
}
.table thead th {
	background: #cb7;
}
.table span {
	font-size: 80%;
}
.table th {
	padding: .6em 10px;
	vertical-align: top;
	background: #eda;
	border: 1px solid #a95;
	font-weight: normal;
}
.table td {
	padding: .6em 10px;
	border: 1px solid #a95;
}

/* 右サイドエリア（SP版だけ）
--------------------------------------------------------- */
@media screen and (max-width:640px) {
.side {
	display: none;
}
}
/* 右サイドエリア（PC版だけ）
--------------------------------------------------------- */
@media print, screen and (min-width:640px) {
.side {
	float: right;
	width: 220px;
}
.snav {
	padding-bottom: 2em;
}
.snav_title {
	margin: 0;
	padding: .8em 15px .6em;
	background: #cb7;
	border-bottom: 3px solid #222;
	font-weight: bold;
	font-size: 150%;
	border-radius: 6px 6px 0 0;
	line-height: 1.3;
}
.snav_title span {
	display: block;
	font-size: 35%;
	color: #522;
	letter-spacing: 0.5em;
}
.lnav > li {
	border-bottom: 1px solid #cb7;
	background: #dca;
}
.lnav a {
	display: block;
	padding: .5em 15px .5em 25px;
	color: #666;
	font-weight: normal;
	background: url(../images/arrow_a.png) no-repeat 15px .9em;
	background-size: 7px 7px;
}
.lnav2 > li {
	border-top: 1px solid #cb7;
	background: #fff;
}
.lnav2 a {
	padding: 1em 15px 1em 25px;
	background: url(../images/arrow_a.png) no-repeat 15px 1.5em;
	background-size: 7px 7px;
}
.lnav2 .current {
	background: #f9f6ee;
}
}

/* フッター（SP版・PC版両方）
--------------------------------------------------------- */
footer {
	clear: both;
}
/* フッター（PC版だけ）
--------------------------------------------------------- */
@media print, screen and (min-width:640px) {
footer {
	padding-top: 2em;
	clear: both;
	border-top: 1px solid #cb7;
}
.footer_box {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
	width: 960px;
}
}

/* Page Top（SP版だけ）
--------------------------------------------------------- */
@media screen and (max-width:640px) {
.page_top {
	position: fixed;
	right: 10px;
	bottom: 10px;
}
.page_top img {
	width: 60px;
	height: 60px;
}
}
/* Page Top（PC版だけ）
--------------------------------------------------------- */
@media print, screen and (min-width:640px) {
.page_top {
	position: fixed;
	right: 40px;
	bottom: 40px;
}
}

/* フッターナビ（SP版だけ）
--------------------------------------------------------- */
@media screen and (max-width:640px) {
.fnav {
	margin: 0 0 2em;
	padding: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #ccc;
}
.fnav li {
	width: 50%;
	float: left;
}
.fnav a {
	padding: .8em 10px .8em 25px;
	display: block;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eee url(../images/arrow_a.png) no-repeat 10px center;
	background-size: 7px 7px;
	color: #555;
}
}
/* フッターナビ（PC版だけ）
--------------------------------------------------------- */
@media print, screen and (min-width:640px) {
.fnav {
	float: right;
	width: 560px;
	font-size: 90%;
}
.fnav li {
	float: left;
	width: 150px;
}
li.fnav_home {
	width: 110px;
	height: 7em;
}
.fnav a {
	display: inline-block;
	padding: 0 0 .4em 15px;
	color: #555;
	background: url(../images/arrow_a.png) no-repeat left .4em;
	background-size: 7px 7px;
}
}

/* お問い合わせ先（SP版・PC版両方）
--------------------------------------------------------- */
footer address {
	padding: 0 0 2em;
	text-align: center;
	font-style: normal;
	font-size: 90%;
	line-height: 1.5;
	color: #555;
}
.f_logo {
	padding: 0 0 1.5em;
	width: 190px;
}
footer address span {
	color: #777;
	font-size: 130%;
	font-weight: bold;
}
/* お問い合わせ先（PC版だけ）
--------------------------------------------------------- */
@media print, screen and (min-width:640px) {
footer address {
	padding: 0;
	text-align: left;
	float: left;
	width: 390px;
}
.f_logo {
	width: 212px;
}
}

/* コピーライト（SP版・PC版両方）
--------------------------------------------------------- */
.copyright {
	padding: 1.5em 0;
	text-align: center;
	background: #000;
	border-bottom: 5px solid #cb7;
	color: #fff;
	font-size: 70%;
	line-height: 1.5;
}
.copyright small {
	font-size: 80%;
}
/* フッター（PC版だけ）
--------------------------------------------------------- */
@media print, screen and (min-width:640px) {
.copyright {
	font-size: 90%;
	min-width: 960px;
}
.copyright small {
	font-size: 75%;
}
}
