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

/* =============================
top page
===============================*/

* {
  margin: 0; 
	padding: 0;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
}

body {
	margin:0; /* 変更しない */
	padding:0; /* 変更しない */
	font-size:87.5%; /* 14pxのとき */
	line-height:1.6; /* 変更しない */
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
-webkit-text-size-adjust: 100%;
  width: 100%;
	height: 100%;
	background: #FFFFFF;
}

ul { list-style: none; }
a { text-decoration: none; color: #000; }
a:hover { color: #E64B19;	 }

img {vertical-align: bottom;}
/* =============================
common
===============================*/
.inner { width: 960px; margin: 0 auto; }


/* =============================
header zone
===============================*/
#page {
padding: 5px 0 0 0;
background: #fff url(/img/top/top_header_bg.png)repeat-x left top;
}
#header_zone {
  padding: 12px 0 3px 0;
  position: relative;
  background: url(/img/common/head_bg.gif)repeat-x left bottom;
}

#header_zone .logo {
	float: left;
	width: 250px;
}

.sitelogo {
  width: 194px;
	float: left;
	margin-top: 10px;
}
.sitelogo img{
  width: 100%;
	height: auto;
}

#header_zone .head_link { clear: both; background:#f5f1df; text-align: center; padding: 4px 0;}
#header_zone .head_link ul { width: 960px; margin: 0 auto;}
#header_zone .head_link li a { float: left; font-size: 92%; color: #6e5c0b; border-left: 1px solid #dbd1a7; padding: 0 7px;  }
#header_zone .head_link li:first-child a { border-left: none; }

#header_zone #spmenu_area {
  float: right;
	width: 745px;
}

#header_zone .head_sublink {
  float: right;
	width: 560px;
	padding: 18px 0 1px 0;
}
#header_zone .head_sublink ul {
  float: left;
	width: 360px;
}
#header_zone .head_sublink li { 
  float: left; 
  margin-left: 10px;
	background: url(/img/top/icon_arrw2.png) no-repeat 0 50%;
	padding-left: 20px;
}	

/* =============================
spmenu　PC非表示
===============================*/

#spmenu_area p { display: none; }
#spmenu_area .lang { display: none; }


/* =============================
global navi
===============================*/
#glonavi {
  clear: both;
}
#glonavi ul {
  display: flex;
}
#glonavi li {
text-align: center;
width: 25%;
}
#glonavi .navi01 {background: #fff url(/img/top/navi01.png) no-repeat center top; background-size: 45% auto;}
#glonavi .navi02 {background: #fff url(/img/top/navi02.png) no-repeat center top; background-size: 45% auto;}
#glonavi .navi03 {background: #fff url(/img/top/navi03.png) no-repeat center top; background-size: 45% auto;}
#glonavi .navi04 {background: #fff url(/img/top/navi04.png) no-repeat center top; background-size: 45% auto;}
#glonavi li a {
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	bottom: 0;
	font-size: 130%;
	font-weight: bold;
}

#glonavi .navi01 a:hover,#glonavi .navi01 a.current { color:#000; background: url(/img/common/navi_abg01.gif)no-repeat center bottom;}
#glonavi .navi02 a:hover,#glonavi .navi02 a.current { color:#000; background: url(/img/common/navi_abg02.gif)no-repeat center bottom;}
#glonavi .navi03 a:hover,#glonavi .navi03 a.current { color:#000; background: url(/img/common/navi_abg03.gif)no-repeat center bottom;}
#glonavi .navi04 a:hover,#glonavi .navi04 a.current { color:#000; background: url(/img/common/navi_abg04.gif)no-repeat center bottom;}

#glonavi li span {
  display: block;
	padding: 28px 0 0 0;
  border-right: 2px solid #cebd74;
}

#glonavi li:first-child span {
  border-left: 2px solid #cebd74;
}

/* =========== user access =========== */
#assist #FontChange,
#assist #ScreenColor,
#assist .lang{
 float: left;
	margin-left: 20px; 
}

#assist .lang {
    background: url(/img/top/icon_earth.png)no-repeat 0 0;
    padding-left: 24px;
    min-height: 20px;
}

#FontChange p ,
#FontChange ul,
#ScreenColor p ,
#ScreenColor ul  {
	float: left;
}

#FontChange p,
#ScreenColor p {
	padding-top: 0;
	margin-right: 2px;
}

#FontChange li {
	float: left;
	display: block;
	color: #333;
	background:#edd610;
}

#FontChange li a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
	margin-left: 0;
	padding: 0.3em 0.5em 0.1em 0.5em;
}

#FontChange a { color: #fff; text-decoration: none; }

#ScreenColor li {
	margin: 0;
	float: left;
}

#ScreenColor, #ScreenColor p, #ScreenColor ul, #ScreenColor li, #ScreenColor li a {
/*	display: inline; */
	font-weight: normal;
}

#ScreenColor li a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
	border: 1px solid #888;
	padding: 0.3em 0.5em 0.1em 0.5em;
}
#ScreenColor li.bt1 a, #ScreenColor li.bt1 a:visited {
	color: #000;
	background-color: #FFF;
}
#ScreenColor li.bt2 a, #ScreenColor li.bt2 a:visited {
	color: #FFF;
	background-color: #000;
}
#ScreenColor li.bt3 a, #ScreenColor li.bt3 a:visited {
	color: #FF0;
	background-color: #00F;
}
#ScreenColor li a:visited {
	color: #909;
}
#ScreenColor li a:hover {
	color: #C00;
	background-color: #FFC;
}

*:first-child+html #ScreenColor li {
	border: 1px solid #fff;
	border-top: 1px solid #000;
	padding: 6px  0 6px 0;
		margin-left: 0;
}

*:first-child+html #ScreenColor li a {
	margin-left: 0;
}

/* =========== tkp-header-search =========== */
.search_box {
  float: right;
  width: 200px;
  height: 35px;
}

.search_box form,
.search_box fieldset,
.search_box legend,
.search_box label,
.search_box input {
  margin: 0;
  padding: 0;
  border: 0 none;
  text-align: right;
  _zoom: 1;
  white-space: nowrap;
}

.search_box label {
  display: none;
  font-size: 100%;
  line-height: 1.71428;
  cursor: text;
  position: absolute;
  left: 13px;
  top: 4px;
  z-index: 2;
}

.search_box legend {
  color: #000;
  font-size: 87.5%;
  line-height: 1.857;
}

.search_box fieldset {
  display: block;
  position: relative;
}

.search_box .search_box-keyword,
.search_box #MF_form_phrase,
.search_box #MF_form_phrase2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  padding-left: 10px;
  height: 24px;
  background: #f6f8cb;
  text-align: left;
  vertical-align: middle;
  font-size: 75%;
  /* 12px */
  font-family: "Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", sans-serif;
  background: url(/img/top/search_input_bg.png) left top no-repeat transparent;
  border: 0 none;
  outline: medium none;
  color: #000;
}

.search_box .search_box-keyword:focus,
.search_box #MF_form_phrase:focus {
  background: url(/img/top/search_input_bg.png) left bottom no-repeat;
}

.search_box .search_box-submit,
.search_box #MF_form_phrase_submit,
.search_box #MF_form_phrase_submit2 {
  position: absolute;
  top: 4px;
  left: 170px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.search_box .search_box-submit:hover,
.search_box #MF_form_phrase_submit:hover,
.search_box #MF_form_phrase_submit2:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.tkp-header-search input::-ms-clear {
    visibility:hidden
}


/* =============================
bnr zone
===============================*/
#bnr_zone {
  background: #fff;
	padding: 40px 0;
}

#bnr_zone li,
#footer_zone .link_box li{
  float: left;
	margin: 0 0 20px 20px;
	width: 176px;
	border: 1px solid #cccccc;
	text-align: center;
}

#bnr_zone li:nth-child(5n+1),
#footer_zone .link_box li:first-child{
margin-left: 0;
}


#bnr_zone li a,
#footer_zone .link_box li a{
  display: flex;
  text-decoration: none;
  color: #000;
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
  height: 59px;
  min-height: 60px;
}

/* =============================
footer zone
===============================*/
#footer {
padding: 5px 0 0 0;
background: #fff url(/img/top/top_header_bg.png)repeat-x left top;
}

#footer { background: #fff url(/img/top/top_header_bg.png)repeat-x left top;}
#footer_zone {
	padding: 66px 0;
  background: url(/img/top/footer_bg.png) no-repeat center top;
}

#footer_zone .link_box { margin-bottom: 50px;}

#footer_zone .logo {
float: left;
width: 480px;
margin-right: 20px;
}

#footer_zone .footer_link {
  float: right;
	width: 440px;
}

#footer_zone .footer_link li {
  float: left;
	width: 45%;
	margin-left: 5%;
	background: url(/img/top/icon_arrw2.png) no-repeat 0 50%;
	padding-left: 20px;
	}

#footer_zone p.copyright {
  clear: both;
	text-align: center;
	padding: 60px 0 30px 0;
}


/* =============================
assist
===============================*/
#assist { float: right; padding: 6px 0; }

#assist .logo { width: 110px; float: left; }
#assist .logo img { width: 110px; height: auto; }

#assist #user_area { float: right; padding: 6px 0 0 0; }
#assist #user_area > div {
	float: left;
	padding: 0 0 0 14px;
	margin-left: 10px;
	background:url(/tama/images/common/tri_black.png)no-repeat 0 50%;
}

#assist #user_area > div:last-child { border: none; }

#assist select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 4px 20px 4px 6px; 
	border: 1px solid #999;
	border-radius: 4px;
	background: #fff url(/tama/images/arrow_under.png) right 50% no-repeat;
	background-size: 16px auto;
  box-sizing: content-box;
}

/* =============================
main contents
===============================*/
#main_contents { background: #ede7cd; padding: 20px 0; }

/* =============================
詳細ぱんくず
===============================*/
div.path { margin: 0 auto; width: 960px; position: relative; }
div.path p { position: absolute; top: -40px; left: 216px; }

/* =============================
other
===============================*/
.goTop { text-align: right; margin: 16px 0; font-size: 88%; }

.outLink {vertical-align: middle;}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* サウンドナビゲーション
=============================================================================================*/
.voice {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
	display: run-in;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border-style: none;
	overflow: hidden;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■画面色■（全ページ共通）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.nonebg, .nonebg #header_whole,
.nonebg #footer,
.nonebg h2,
.nonebg .wrap_box > div {
	background-image: none;
}

/* 画面色　黒 */
.black * {
  color: #FFF !important;
  background-color: #000 !important;
  border-color: #fff !important;
}

body.black,
.black #header_zone,
.black #footer_zone,
.black #glonavi li {
  background-image: none;
  background-color: #000;
}

.black #main_vis .inner { background-color: transparent !important;}

.black h2,
.black h2 span,
.black h2 a,
.black .resp-tab-active span{
  background-color: #FFF !important;
  color: #000 !important;
}

/* 画面色　青 */

.blue * {
  color: #FF0 !important;
  background-color: #00F !important;
  border-color: #FF0 !important;
}

body.blue,
.blue #header_zone,
.blue #footer_zone,
.blue #glonavi li {
  background-image: none;
  background-color: #00F;
}

.blue #main_vis .inner { background-color: transparent !important;}

.blue h2,
.blue h2 span,
.blue h2 a,
.blue .resp-tab-active span{
  background-color: #FF0 !important;
  color: #00F !important;
}

/* イベント検索関連 */

.calender_area table a {
	color: #0869a1;
	text-decoration: underline;
}
.calendar_header {
	display: flex;
	justify-content: space-between;
}
.calendar_header .prev_month_link,
.calendar_header .next_month_link {
	line-height: 60px;
	color: #0869a1;
	text-decoration: underline;
}
.calendar_header .prev_month_link::before {
	margin: 0 5px 0 0;
	content: url(/img/common/tri_blue_2_l.png);
}
.calendar_header .next_month_link::after {
	margin: 0 0 0 5px;
	content: url(/img/common/tri_blue_2_r.png);
}
.calendar_header .month {
	margin: 0;
}
#EventSearch_title {
	margin: 0 0 10px;
	border-left: 4px solid #e3d2eb;
	padding: 8px 13px;
	background: #faf8f0;
	font-weight: bold;
}
#EventSearch {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#EventSearch_empty {
	display: none;
	content: "該当するイベント・講座は見つかりませんでした。";
	text-align: center;
	width: 100%;
	border-radius: 4px;
	padding: 15px;
	background: #fff;
	box-shadow: 0 4px 0 #beb9a4;
} 
.eventSearch_entry {
	border-radius: 4px;
	margin-bottom: 10px;
	width: 345px;
	padding: 15px;
	background: #fff;
	box-shadow: 0 4px 0 #beb9a4;
	cursor: pointer;
	font-size: 85.71%;
}
.eventSearch_entry:hover {
	color: inherit;
}
.eventSearch_entry_title {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 116.66%;
}
.eventSearch_entry_img {
	width: 160px;
	height: auto;
	float: right;
}
.eventSearch_entry_parkList {
	margin: 0 0 5px;
}
.eventSearch_entry_parkList > li::before {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 18px;
	content: url(/img/common/location.png);
}
.eventSearch_entry_parkList > li {
	color: #004e7a;
}
.eventSearch_entry_parkList > li:hover {
	text-decoration: underline;
}
.eventSearch_entry_typeList {
	border-radius: 4px;
	border: 1px solid #cfcfcf;
	width: 140px;
	padding: 5px;
}
.eventSearch_entry_typeList > li::before {
	margin-right: 4px;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
	vertical-align: -2px;
}
.eventSearch_entry_typeList_cat001::before {
	content: url(/search/img/cat001.png);
}
.eventSearch_entry_typeList_cat002::before {
	content: url(/search/img/cat002.png);
}
.eventSearch_entry_typeList_cat003::before {
	content: url(/search/img/cat003.png);
}
.eventSearch_entry_typeList_cat004::before {
	content: url(/search/img/cat004.png);
}
.eventSearch_entry_typeList_cat005::before {
	content: url(/search/img/cat005.png);
}
.eventSearch_entry_typeList_cat006::before {
	content: url(/search/img/cat006.png);
}
.eventSearch_entry_typeList_cat007::before {
	content: url(/search/img/cat007.png);
}
.eventSearch_entry_typeList_cat009::before {
	content: url(/search/img/cat009.png);
}
.eventSearch_entry_typeList_cat010::before {
	content: url(/search/img/cat010.png);
}
.eventSearch_entry_typeList_cat011::before {
	content: url(/search/img/cat011.png);
}
.eventSearch_entry_typeList_cat012::before {
	content: url(/search/img/cat012.png);
}
.eventSearch_entry_typeList_cat013::before {
	content: url(/search/img/cat013.png);
}
.eventSearch_entry_typeList_cat014::before {
	content: url(/search/img/cat014.png);
}
.eventSearch_entry_typeList_cat015::before {
	content: url(/search/img/cat015.png);
}
.eventSearch_entry_date {
	clear: both;
	padding: 15px 0 0;
}
#EventSearch_more {
	border-radius: 4px;
	margin: 0 auto;
	width: 310px;
	max-width: 100%;
	line-height: 60px;
	box-shadow: 0 4px 0 #beb9a4;
	background: #fff url(/img/common/eventsearch_more.png) no-repeat  center right 17px;
	color: #004e7a;
	font-size: 128.57%;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.eventSearch_typeForm {
	padding: 0 0 20px !important;
}
.eventSearch_typeForm_entry {
	margin: 0 !important;
	padding: 0 14px;
	border-top: 1px solid #e5e5e5;
	line-height: 30px;
	cursor: pointer;
}
.eventSearch_typeForm_entry:hover {
	background: #e3d2eb;
}
.eventSearch_typeForm_entrySelected {
	border-left: 4px solid #a268bd;
	padding: 0 14px 0 10px;
	background: #e3d2eb;
}
.eventSearch_typeForm_entry::before {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 16px;
	height: 16px;
	text-align: center;
	vertical-align: -2px;
}
.eventSearch_typeForm_entry[data-eventcategory="001"]::before {
	content: url(/search/img/cat001.png);
}
.eventSearch_typeForm_entry[data-eventcategory="002"]::before {
	content: url(/search/img/cat002.png);
}
.eventSearch_typeForm_entry[data-eventcategory="003"]::before {
	content: url(/search/img/cat003.png);
}
.eventSearch_typeForm_entry[data-eventcategory="004"]::before {
	content: url(/search/img/cat004.png);
}
.eventSearch_typeForm_entry[data-eventcategory="005"]::before {
	content: url(/search/img/cat005.png);
}
.eventSearch_typeForm_entry[data-eventcategory="006"]::before {
	content: url(/search/img/cat006.png);
}
.eventSearch_typeForm_entry[data-eventcategory="007"]::before {
	content: url(/search/img/cat007.png);
}
.eventSearch_typeForm_entry[data-eventcategory="009"]::before {
	content: url(/search/img/cat009.png);
}
.eventSearch_typeForm_entry[data-eventcategory="010"]::before {
	content: url(/search/img/cat010.png);
}
.eventSearch_typeForm_entry[data-eventcategory="011"]::before {
	content: url(/search/img/cat011.png);
}
.eventSearch_typeForm_entry[data-eventcategory="012"]::before {
	content: url(/search/img/cat012.png);
}
.eventSearch_typeForm_entry[data-eventcategory="013"]::before {
	content: url(/search/img/cat013.png);
}
.eventSearch_typeForm_entry[data-eventcategory="014"]::before {
	content: url(/search/img/cat014.png);
}
.eventSearch_typeForm_entry[data-eventcategory="015"]::before {
	content: url(/search/img/cat015.png);
}
.eventSearch_typeForm_clear {
	display: block;
	margin: 10px auto 0;
	border: 1px solid #dac3e5;
	border-radius: 4px;
	padding: 8px 14px;
	background: transparent;
	color : #004e7a;
	cursor: pointer;
}
.eventSearch_typeForm_clear::before {
	content: url(/img/common/close.png);
	margin: 0 4px 0 0;
}
