@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
===============================*/
#toppage {
padding: 5px 0 0 0;
background: #fff url(/img/top/top_header_bg.png)repeat-x left top;
}
#header_zone {
  padding: 12px 0 0 0;
  position: relative;
  min-height: 536px;
	background: #fff url(/img/top/top_fig01.png)repeat-x center bottom;
}

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

h1 { width: 960px; margin: 0 auto; position: relative; }
h1 img{
  position: absolute;
	z-index: 101;
	top: 90px;
	left: 0;
}

#header_zone .deco { position: absolute; top: 0; left: -100px; z-index: 100;}

#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 .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;
}	
#header_zone #main_vis{
	min-height: 400px;
	padding-top: 10px;
	position: relative;
}

#main_vis_img {
	position: absolute;
	right: 0;
	top: 10px;
	bottom: 0;
}
#header_zone #main_vis .text_outer { width: 300px; height: 400px; background:#d5db39; z-index: 99; position: relative;}
#header_zone #main_vis .text_area { position: absolute; width: 100%; bottom: 20px; z-index:100; }
#header_zone #main_vis .text_area .catch { border-bottom: 1px solid #000; font-size: 110%;  padding-bottom: 10px; margin-bottom: 20px; }
#header_zone #main_vis .text_area .name { font-size: 100%; }

/* =============================
key zone
===============================*/
#key_zone {
  background: #ede7cd url(/img/top/glonavi_bg.png) no-repeat center top;
	padding: 28px 0;
}

#glonavi li {
float: left;
text-align: center;
min-height: 102px;
position: relative;
}
#glonavi .navi01 {background: url(/img/top/navi01.png) no-repeat center top;width: 230px;}
#glonavi .navi02 {background: url(/img/top/navi02.png) no-repeat center top;width: 250px;}
#glonavi .navi03 {background: url(/img/top/navi03.png) no-repeat center top;width: 240px;}
#glonavi .navi04 {background: url(/img/top/navi04.png) no-repeat center top;width: 230px;}
#glonavi li a {
  border-right: 2px solid #cebd74;
	width: 100%;
	display: block;
	min-height: 74px;
	position: absolute;
	bottom: 0;
	padding: 48px 0 0 0;
	font-size: 140%;
	font-weight: bold;
}

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

/*
Slider
___________________________________________________________________*/

.mod-bxslider {
  clear: both;
  overflow: hidden;
  position: relative;
	height: 350px;
}

.bx-wrapper {
		background: url(/img/top/closeup_top.png)no-repeat 0 0;
		padding-top: 50px;
}

/*
.bx-viewport:before,
.bx-viewport:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
		width: 452px
}*/


.bx-wrapper .bx-viewport {
    overflow: visible !important;
    left: 0;
    border-width: 0;
    box-shadow: none;
		border: 4px solid #db5aa8; 
}

/*
.bx-viewport:before {
    right: 100%;
    left: -100%;
		margin: 0 -52px 0 -60px;
}

.bx-viewport:after {
    left: 100%;
    right: -100%;
		margin: 0 60px 0 60px;
}*/

.js-demo-01 img {
 width: 460px;
 height: auto;
 overflow: hidden;
}


/* 修正 (START / STOP) */
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: 0;
    outline: 0;
    width: 23px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-next { right: -30px; }
.bx-wrapper .bx-prev { left: -30px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: -210px;
    width: 460px;
    bottom: -30px;
    position: absolute;
		z-index: 2001;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 16px;
	outline: 0;
	background: url(/img/bxslider/controls.png) no-repeat -50px 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -50px -16px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 15px;
	outline: 0;
	background: url(/img/bxslider/controls.png) -50px -32px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -50px -48px;
}

.bx-wrapper .bx-pager {
    text-align:center;
    color:#666;
		position: absolute;
		left: 35%;
		top: 310px;
		z-index: 2000;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#c80553;
		box-shadow: 0 0 0 1px #fff;
}


.js-demo-01 div {
      display: none;
}
 .bx-viewport .js-demo-01 div {
      display: block !important;
}


/* =============================
event zone
===============================*/
#event_zone {
  background: #aee1ff url(/img/top/top_event_bg.png)repeat-x left top;
	padding: 56px 0 106px 0;
	position: relative;
}

#event_zone .title_area { float: left; width: 550px; background: url(/img/top/event_zone_bg.jpg) no-repeat 0 bottom; min-height: 188px; margin-bottom: 20px;}

#event_zone h2.main { float: left; color: #004e7a; font-size: 250%; background: url(/img/top/h2_event_bg.png) no-repeat 0 bottom; padding-bottom: 15px; margin-right: 24px;}
#event_zone .top_area { margin-bottom: 28px; }

#event_zone .calender_area {
  width: 390px;
	float: right;
}
#event_zone .calender_area .month {
  color: #fff;
  border-radius: 50%;
	background: #004e7a;
	width: 102px;
	height: 102px;
	float: left;
	text-align:center;
  line-height: 102px;
  vertical-align: middle;
	margin-right: 20px;
	}
	
#event_zone .calender_area .month span { font-size: 200%;}
#event_zone .calender_area .prev_month_link {
	margin-right: 1ex;
}
#event_zone .calender_area .prev_month_link::before {
	margin: 0 5px 0 0;
	content: url(/img/common/tri_blue_2_l.png);
}
#event_zone .calender_area .next_month_link::after {
	margin: 0 0 0 5px;
	content: url(/img/common/tri_blue_2_r.png);
}


#event_zone .calender_area .sun,
#event_zone .calender_area .sat,
#event_zone .calender_area .today
{
  border-radius: 50%;
	background: #ffd6eb;
	text-align:center;
  vertical-align: middle;
	line-height: 30px;
	display: block;
	width: 100%;
	}
	
#event_zone .calender_area .sat { background: #a4b8f0; }
#event_zone .calender_area .today { background: #fff; }
	
#event_zone .calender_area th,
#event_zone .calender_area td {
	  width: 34px;
		padding: 2px;
		text-align: center;
	}

#event_zone .calender_area a {
	text-decoration: underline;
}

#event_zone .event_box_area { float: left; overflow: hidden; }
#event_zone .event_box {
  width: 307px;
  float: left;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 6px 1px -1px rgba(139,180,204,1);
  -webkit-box-shadow: 0px 6px 1px -1px rgba(139,180,204,1);
  -moz-box-shadow: 0px 6px 1px -1px rgba(139,180,204,1);
	text-align: center;
	margin: 0 20px 20px 0;
	}
	#event_zone .event_box:nth-child(5) {margin-bottom: 6px;}
	#event_zone .event_box:last-child{ margin-bottom: 6px;}

#event_zone .event_box a  {display: block; padding: 20px; 16px; color: #000; text-decoration: none; }
#event_zone .event_box a:hover { background-color:#f4f9fb; border-radius: 4px; }
#event_zone .event_box span { display: block; text-align: left;}
#event_zone .event_box .title { font-weight: bold; }
#event_zone .event_box .spot { font-size: 88%; color: #0869a1; background:url(/img/top/icon_spot.jpg)no-repeat 0 50%; padding-left: 16px;  }
#event_zone .event_box .date { font-size: 88%;}
#event_zone .event_box:nth-child(odd){ clear: both; }

#event_zone .golist {
  background: #fff url(/img/top/icon_tri_bk.png)no-repeat 280px 50%;
  border-radius: 4px;
  box-shadow: 0px 6px 1px -1px rgba(139,180,204,1);
  -webkit-box-shadow: 0px 6px 1px -1px rgba(139,180,204,1);
  -moz-box-shadow: 0px 6px 1px -1px rgba(139,180,204,1);
	text-align: center;
	padding: 16px 0;
	 position: absolute;
	 bottom: 20px;
left: 38.5%;
right: 0;
width: 307px;
font-size: 120%;
font-weight: 700;
}
#event_zone .golist a { color: #034972; }

#event_zone .twitter_area  {
  width: 306px;
	float: right;
	border-radius: 6px;
	border: 5px solid #288fce;
	background: #fff;
	min-height: 900px;
}

#event_zone .twitter_area { text-align: center; }
#event_zone .twitter_area h2 { float: none; font-size: 120%; color: #000; background-image: none; margin-bottom: 10px;}
#event_zone .twitter_area h2:before {
  content: url(/img/top/icon_tw01.png);
	position: relative;
	top: 8px;
	margin: 10px;
}
#event_zone .twitter_area h2:after {
  content: url(/img/top/icon_tw02.png);
	position: relative;
	top: 8px;
	margin: 10px;
}

/* =============================
news zone
===============================*/
#news_zone {
  background: #ede7cd url(/img/top/top_header_bg.png) repeat-x left bottom;
	padding: 66px 0;
}

#news_zone h2 { margin-bottom: 24px; font-size: 180%; float: left;}
#news_zone .golist { float: right; }
#news_zone .golist a { background:url(/img/top/icon_arrw.png)no-repeat 0 50%; padding: 4px 0 4px 30px; color: #000; text-decoration: none; }

#news_zone .tile_area {
  display: flex;
	flex-wrap: wrap;
}

#news_zone .tile {
  width: 475px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 6px 1px -1px rgba(190,185,164,1);
  -webkit-box-shadow: 0px 6px 1px -1px rgba(190,185,164,1);
  -moz-box-shadow: 0px 6px 1px -1px rgba(190,185,164,1);
	margin: 0 0 16px 10px;
	padding: 10px;
}

#news_zone .tile:nth-child(odd) { margin-left: 0; }

#news_zone .tile .text_area { float: left; width: 300px; }
#news_zone .tile p.date,
#news_zone .tile p.spot { font-size: 88%;}
#news_zone .tile p.spot { background: url(/img/top/icon_spot2.png)no-repeat 0 0; min-height: 16px; padding-left: 20px; }

#news_zone .tile .img { float: left; margin-right: 12px; width: 140px; height: 100px; overflow: hidden;}
#news_zone .tile .img img { width: 100%; height: auto;}

/* =============================
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_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;
}

#spmenu_area p { display: none; }


/* =============================
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;
}

/* =========== 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%;
  /* 14px */
  line-height: 1.857;
  /* 14px / 26px */
}

.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
}


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


.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;
}
