@charset "utf-8";

/* ==================================================
Required to CMS-8341
================================================== */
#tmp_contents h1 {
	position: relative;
	margin: 25px 0 1.2em;
	clear:both; /* Do not edit */
	color: inherit;
	font-size: 2em;
	padding: 45px 1.5em;
	font-weight: bold;
	border-top: 1px solid #68645e;
	border-bottom: 1px solid #68645e;
	line-height: 1.6em;
}
#tmp_contents h1::before,
#tmp_contents h1::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
}
#tmp_contents h1::before {
	background: #f8f0e5 url(/shared/site_koho/images/free/h1_bg.png) left center no-repeat;
	top: 3px;
}
#tmp_contents h1::after {
	background: #f8f0e5;
	bottom: 3px;
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.5em 0 0.8em;
	clear:both; /* Do not edit */
	line-height: 1.6em;
}
#tmp_contents h2 {
	position: relative;
	font-size: 1.555555em;
	padding: .785714em 40px;
	background-color: #FFEAED;
	color: #000;
}
#tmp_contents h3 {
	font-size: 1.44444em;
	position: relative;
	padding: 10px 0 10px 40px;
	border-bottom: 1px solid #000;
	background: #EDFBEE url(/shared/site_koho/images/free/h4_bg.png) left 18px center no-repeat;
}
#tmp_contents h4 {
	font-size: 1.333333em;
	position: relative;
	background-color: #f3f3f3;
	padding: .34444em 40px;
}
#tmp_contents h4::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
	background: transparent url(/shared/site_koho/images/top/line_dot_black.png) left bottom repeat-x;
}
#tmp_contents h5 {
	font-size: 1.333333em;
	padding: 0 0 0 40px;
}
#tmp_contents h6 {
	font-size: 1.22222em;
	padding: 0 0 0 40px;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents {
	font-size: 1.125em;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* Do not edit */
}
#tmp_contents ul {
	margin: 0 0 1em 3.2em; /* Do not edit */
	list-style-image: url(/shared/site_koho/images/free/circle-blue.png); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* Do not edit */
	padding-left: .5em;
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents ul.horizon_list {
	margin: 0 0 1em 0;
}
#tmp_contents ul.horizon_list li {
	display: inline;
	margin-right: 1em;
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
/* index（img） */
.tpl_koho_index #tmp_contents .index_menu_img {
	margin-bottom: 3em;
}
.tpl_koho_index #tmp_contents .index_menu_img ul {
	margin: 0 0 1em 0;
	list-style: none;
}
.tpl_koho_index #tmp_contents .index_menu_img ul li {
	background: transparent url(/shared/site_koho/images/top/line_dot_black.png) left bottom repeat-x;
}
.tpl_koho_index #tmp_contents .index_menu_img ul li a {
	display: flex;
	align-items: center;
	font-size: 1.555555em;
	width: 100%;
	padding-bottom: .5em;
	font-weight: bold;
}
.tpl_koho_index #tmp_contents .index_menu_img ul li a img {
	width: 200px;
	height: 130px;
	object-fit: cover;
	margin: 20px;
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* outline
================================================== */
#tmp_contents .outline {
	margin:0 0 0.8em; /* Do not edit */
	border: 1px solid #68645e;
	background-color: #f0f5f7;
	clear:both; /* Do not edit */
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.outline td {
	padding: 30px 25px calc(30px - 0.8em);
	color:inherit;
}
#tmp_contents div.outline {
	padding: 30px 20px calc(30px - 0.8em);
	color:inherit;
	margin-bottom: 1.4em;
}
#tmp_contents .outline ul {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ol {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 10px 0;
	padding:10px;
	color:inherit;
	background: #fff;
	border: 1px solid #68645e;
}
/* box_info
================================================== */
#tmp_contents .box_info {
	margin:0 0 0.8em; /* Do not edit */
	border: 1px solid #feedf1;
	background-color: #feedf1;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_info {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl {
	position: relative;
	padding: 25px 1em 1em 80px;
	margin-bottom: .8em;
	color: #000;
	font-weight:bold;
	font-size: 1.22222em;
	background: #feedf1 url(/shared/site_koho/images/free/box_ttl_bg.png) left 20px top .5em no-repeat ;
}
#tmp_contents .box_info .box_info_ttl::after {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 3px;
    bottom: .5em;
    left: 20px;
	background: transparent url(/shared/site_koho/images/top/line_dot_black.png) left bottom repeat-x;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_cnt {
	padding: 8px 10px 6px 20px;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
    list-style-image: url(/shared/site_koho/images/free/circle-red.png);
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_link
================================================== */
#tmp_contents .box_link {
	margin:0 0 0.8em; /* Do not edit */
	border: 1px solid #feedf1;
	background-color: #feedf1;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_ttl {
	position: relative;
	padding: 25px 1em 1em 80px;
	margin-bottom: .8em;
	color: #000;
	font-weight:bold;
	font-size: 1.22222em;
	background: #feedf1 url(/shared/site_koho/images/free/box_ttl_bg.png) left 20px top .5em no-repeat ;
}
#tmp_contents .box_link .box_link_ttl::after {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 3px;
    bottom: .5em;
    left: 20px;
	background: transparent url(/shared/site_koho/images/top/line_dot_black.png) left bottom repeat-x;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_cnt {
	padding: 8px 10px 6px 20px;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left: 24px; /* Do not edit */
	list-style-image: url(/shared/site_koho/images/free/circle-red.png);
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin:0 0 0.8em; /* Do not edit */
	background: #fff;
	border: 1px solid #68645e;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.box_menu td {
	padding: 10px 10px 5px;
}
#tmp_contents table.box_menu td.box_menu_ttl {
	font-weight: bold;
}
#tmp_contents table.box_menu td.box_menu_ttl p {
	padding: .2em .2em 0;
	margin-bottom: 0;
}
#tmp_contents div.box_menu {
	padding: 12px 10px 6px;
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	color:inherit;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}

/* datatable 
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 0.8em; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #C0D6E1;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding: 10px 8px;
	color:inherit;
	background-color:#f8f0e5;
	border:1px solid #68645e;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding: 10px 8px;
	border:1px solid #68645e;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	text-align:left; /* Do not edit */
}
#tmp_contents table.datatable p {
	margin:0; /* Do not edit */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents table.enquete_table {
	width:100%; /* Do not edit */
}
#tmp_contents table.enquete_table th {
	width:20%; /* Do not edit */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#990000; /* base.css > Styles > .text_red */
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
.bukken_tpl #tmp_contents table.datatable {
	width: 100%;
	margin-bottom: 1.8em;
}
.bukken_tpl #tmp_contents table.datatable caption {
	text-align: center;
	font-size: 1.2em;
	margin: 0.6em 0 .2em;
	color: #445c81;
	background-color: #d5e3ea;
	padding: 0.4em;
	border-radius: 0.4em 0.4em 0 0;
}
.bukken_tpl #tmp_contents table.datatable th {
	width: 20%;
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* Do not edit */
	text-align:center; /* Do not edit */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* base.css > Styles > th.bg_red */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* base.css > Styles > th.bg_blue */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* base.css > Styles > th.bg_gray */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* base.css > Styles > th.bg_green */
}
#tmp_contents table.datatable table th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* base.css > Styles > th.bg_purple */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #AABBCC; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color: #F7F7F7; /* = table.datatable th */
	border: 1px solid #C0D6E1; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #AABBCC; /* = table.datatable td */
}

/* ==================================================
contents
================================================== */
/* index menu link */
#tmp_contents #tmp_index_menu_link {
	width: 100%;
	background-color: #fcf9ee;
	/*background-color: #f0f5f7;*/
	padding: 1em;
	margin-bottom: 1.2em;
}
#tmp_contents #tmp_index_menu_link .index_menu_link_btn {
	width: 100%;
	position: relative;
	padding-left: 2em;
	font-weight: bold;
	margin-bottom: .5em;
	transition: all ease .3s;
}
#tmp_contents #tmp_index_menu_link .index_menu_link_btn::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	left: .5em;
	bottom: 0;
	margin: auto;
	transition: all ease .3s;
}
#tmp_contents #tmp_index_menu_link.ac_active .index_menu_link_btn::before {
	transform: rotate(45deg);
	transition: all ease .3s;
}
#tmp_contents #tmp_index_menu_link .index_menu_link_cnt {
	width: 100%;
	background-color: initial;
	padding-bottom: 1.2em;
}
#tmp_contents #tmp_index_menu_link .index_menu_link_cnt ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
}
#tmp_contents #tmp_index_menu_link .index_menu_link_cnt ul li {
	width: calc(50% - 1.7em);
	margin-left: 1.5em;
	border-bottom: 1px solid rgba(8,19,26,0.15);
	margin: 0 .2em 0 1.5em;
}
#tmp_contents #tmp_index_menu_link .index_menu_link_cnt a {
	color: #000;
	text-decoration: none;
	font-size: .8888888em;
	width: 100%;
	display: inline-block;
	padding: .4em 0;
}
#tmp_contents #tmp_index_menu_link .index_menu_link_cnt a:hover {
	opacity: .6;
	text-decoration: underline;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after,
#tmp_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_contents #tmp_facilities_btn ul:after,
#tmp_event_cal_tab:after,
#tmp_event_cal_tab ul:after,
#tmp_event_cal_refine:after,
#tmp_event_cal_refine_ttl:after,
#tmp_event_cal_refine_cnt:after,
#tmp_event_cal_refine_cnt dl:after,
#tmp_event_cal_refine_cnt dd:after,
#tmp_event_cal_refine_cnt dd ul:after,
#tmp_event_main:after,
#tmp_contents .event_col3:after,
#tmp_lnavi_event_cal:after,
#tmp_lnavi_event_cal_ttl:after,
#tmp_lnavi_event_cal_cnt:after,
#tmp_lnavi_event_cal .cal_navi:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
.copyright {
	text-align:left !important;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* Do not edit */
	height:1px; /* Do not edit */

}
}