@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
    height:100%;
}
body
{
	font-family: メイリオ, Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	word-break: normal;
	word-wrap: break-word;
    height: 100%;
	background-color: #ffffff;
	color: #503214;

	font-size: 16px;
	line-height: 1.5;
}
img
{
	margin: 0;
	vertical-align: bottom;
}
.imgbox img
{
	max-width: 100%;
}

a:link {
	color: #36C;
	text-decoration: none;
}
a:visited {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #47459A;
	text-decoration: underline;
}

.datepicker
{
	position: relative;
	max-width: 120px;
}
.datepicker::placeholder
{
	color: #BBBBCC;
}
.ui-datepicker
{
	z-index: 100 !important;
	background-color: transparent !important;
	border: none !important;
}
.ui-datepicker-header
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
}
.ui-datepicker-calendar
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.ui-datepicker-trigger
{
	border: none;
	position: relative;
	margin: 2px 2px 2px 4px;
	padding: 2px 4px;
	cursor: pointer;
}
.ui-datepicker-trigger img
{
	max-width: 18px;
}

.ui-datepicker-calendar .ui-datepicker-current-day a
{
	background-color: #FFFF99;
	color: inherit;
}
.ui-datepicker-calendar .calendar_sun *
{
	color: #FF0000 !important;
}
.ui-datepicker-calendar .calendar_sat *
{
	color: #0000FF !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
	background: #f8f8e0 !important;
}

.calendarbox
{
	display: flex;
	align-items: center;
	padding: 0 0 10px 10px;
}



.pub .header
{
	background-color: #ffffff;
}
.pub .header_inner
{
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 5px;

	display: flex;
	justify-content: space-between;
}
.pub .sitetitle
{
	font-size: 0;
	max-width: 200px;
	float: left;
}
.pub .nklogo
{
	font-size: 0;
	max-width: 120px;
	margin: 10px 0 0 10px;
	float: right;
}

@media all and (max-width: 639px)
{
	.pub .nklogo
	{
		display: none;
	}
}

.pub .main
{
	padding: 20px 0 60px 0;
	font-size: 16px;
	background-color: #f9f1d0;
}
.pub .contents
{
	padding: 10px 20px;
	box-sizing: border-box;
	max-width: 640px;
	margin: 0 auto;
}
.pub .contents p
{
	margin: 10px 0;
}
.pub .tabs
{
	display: flex;
	justify-content: center;
	max-width: 500px;
	margin: 0px auto;
	padding: 10px;
}
.pub .tab
{
	width: 50%;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}
.pub .tab a
{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	background-color: #fafafa;
	color: #4d4d4d;
}
.pub .tab.current a
{
	background-color: #009343;
	color: #ffffff;
	pointer-events: none;
}

.pub .sitetitle_l
{
	font-size: 0;
	max-width: 500px;
	margin: 0 auto 30px auto;
}

.pub .pubidx_itemhd
{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	color: #a1470c;
	margin: 30px auto 10px auto;
}
.pub .pubidx_itembd
{
	font-size: 18px;
	line-height: 1.25;
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	text-align: center;
}
@media all and (max-width: 767px)
{
	.pub .main
	{
		font-size: 14px;
	}
	.pub .pubidx_itemhd
	{
		font-size: 16px;
	}
	.pub .pubidx_itembd
	{
		font-size: 16px;
	}
}


.pub .pubidx_caltbl
{
	margin: 20px auto 0 auto;
	max-width: 90%;
}
.pub .pubidx_caltbl th
{
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	width: 35%;
}
.pub .pubidx_caltbl td
{
	padding: 4px 0;
	font-size: 13px;
	text-align: left;
}
.pub .pubidx_caltbl td span
{
	white-space: nowrap;
}
@media all and (max-width: 767px)
{
	.pub .pubidx_caltbl
	{
		max-width: 100%;
	}
	.pub .pubidx_caltbl th
	{
		width: 80px;
	}
}


.accordion .toggler
{
	cursor: pointer;
}
.accordion.open .mark_open
{
	display: none;
}
.accordion:not(.open) .mark_fold
{
	display: none;
}

.areamap_acc .toggler
{
	text-align: right;
	color: #009343;
	font-weight: bold;
	font-size: 14px;
}


.pub .schedules
{
	min-height: calc(100vh - 380px);
	margin: 20px auto;
}
.pub .schedule
{
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	margin: 10px auto;
	font-size: 14px;
}
.pub .schedule_hd
{
	display: flex;
}
.pub .schedule_icon
{
	width: 40px;
	margin-right: 10px;
}
.pub .schedule_info
{
	width: calc(100% - 50px);
}
.pub .schedule_info p
{
	margin: 5px 0;
}
.pub .schedule_title
{
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
}
.pub .schedule_bd
{
	padding: 5px;
}
.pub .schedule_msg
{
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 20px);
	white-space: nowrap;
}
.pub .schedule_bd .schedule_more
{
	padding: 5px;
	text-align: right;
	color: #0099FF;
	margin: 0;
	cursor: pointer;
}
.pub .schedule_bd .schedule_fold
{
	padding: 5px;
	text-align: right;
	color: #0099FF;
	margin: 0;
	cursor: pointer;
}
.pub .schedule_img_full
{
	margin: 20px auto;
}

.pub .schedule_links
{
	display: flex;
	flex-wrap: wrap;
}
.pub .schedule_link
{
	margin: 10px;
	width: 36px;
}










.footer
{
	background-color: #ffffff;

	font-size: 14px;
	text-align: center;
	padding: 20px 0;
}



.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
}
@media all and (max-width: 767px)
{
	.pconly
	{
		display: none;
	}
}
@media all and (min-width: 768px)
{
	.mbonly
	{
		display: none;
	}
}


