@charset "UTF-8";

/*共通*/
BODY {
	margin: 0px;
	background-color: #ffffff;
	color: #222222;
/*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family: "游ゴシック体", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

	background-image: url(/ja/images/bg004.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;

}
A {
	color:#000000;
	text-decoration:underline;
	font-family: "游ゴシック体", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
A:visited {
	color:#000000;
}
A:hover {
	color:#ff0000;
}
a:hover img{
	filter: alpha(opacity=70); /*For IE*/
	opacity: 0.7; /*Opera・Safari*/
	-moz-opacity: 0.7; /*For FireFox*/
}

strong
{
	font-family: "游ゴシック体", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:bold;
}
#em07 { font-size: 0.7em; }
#em08 { font-size: 0.8em; }
#em09 { font-size: 0.9em; }
#em10 { font-size: 1.0em; }
#em11 { font-size: 1.1em; }
#em12 { font-size: 1.2em; }
#em13 { font-size: 1.3em; }
#em14 { font-size: 1.4em; }
#em15 { font-size: 1.5em; }


/* ヘッダー・メニュー・フッター */
#header
{
	z-index:9997;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120px;
/*	overflow:hidden;*/
	background-image: url(/ja/images/bg_w30.png);
	background-repeat: repeat;
	background-position: left top;
}
#header_cont
{
	position:relative;
	margin:auto;
	min-width:950px;
	width:100%;
}
	#page_logo
	{
		position:fixed;
		z-index:200000;
		top:5px;
		left:0;
		width:100%;
		min-width:950px;
		overflow:hidden;
		text-align:center;
	}
		#page_logo img
		{
			z-index:200000;
			height:80px;
		}
#menu_f
{
	display:none;
	z-index:9998;
	position:absolute;
	top:3px;
	left:160px;
	height:32px;
	min-height:32px;
	max-height:32px;
	overflow:hidden;
	clear:both;
}
	#menu_s
	{
		z-index:9999;
		overflow:hidden;
		clear:both;
		white-space-collapse: discard;
	}
		#menu_s A
		{
			font-size:1.3em;
			font-weight:bold;
			color:#000000;
			text-decoration:none;
		}
#menu_t
{
	z-index:9999;
	position:absolute;
	top:95px;
	left:0;
	width:100%;
	min-width:950px;
	min-height:25px;
	padding:0;
/*	overflow:hidden;*/
	clear:both;
	color:#000000;
	white-space-collapse: discard;
}
#menu_tw
{
	z-index:10000;
	margin-left:20%;
	width:60%;
	overflow:hidden;
/*
	margin:auto !important;
	display: inline-block !important;
	width: auto !important;
*/
}
	#menu_t img#ifb
	{
		margin:1px 0 0 10px;
	}
	#menu_item
	{
		vertical-align:bottom;
		z-index:100000;
		float:left;
		min-width:100px;
		width:25%;
		margin:0;
/*		overflow:hidden;*/
		text-align:center;
		font-size:0.9em;
	}
		#menu_item A
		{
			font-weight:bold;
			text-decoration:none;
		}
	#menu_item_2nd
	{
		z-index:100000;
		visibility:hidden;
		position:absolute;
		top:10px;
		width:12%;
		text-align:center;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		opacity: 0;
		background-image: url(/ja/images/bg_w30.png);
		background-repeat: repeat;
		background-position: left top;
	}
	#menu_item:hover #menu_item_2nd
	{
		top:25px;
		visibility:visible;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		opacity: 1;
	}
	#menu_item_2nd A
	{
		margin-bottom:10px;
	}
#menu_b
{
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:31;
	min-width:33%;
	height:12px;
	max-height:12px;
	padding:1px 10px 2px 20px;
	font-size:10px;
	text-align:right;
	overflow:hidden;
	clear:both;
	color:#000000;
	background-image: url(/ja/images/bg_w30.png);
	background-repeat: repeat;
	background-position: left top;
}
#page_top
{
	margin:15px;
	text-align:center;
	font-size:0.9em;
}
	#page_top A
	{
		text-decoration:none;
	}
#sp_mode
{
	display:none;
}
#slnv
{
	display:none;
}
#slnv_menu
{
	display:none;
}


/* スクロールボタン */
a#scroll {
  color:#000000;
  padding-top: 80px;
}
a:hover#scroll {
  color:#000000;
}
a:visited#scroll {
  color:#000000;
}
a#scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
a#scroll span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
a#scroll span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
a#scroll span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



/* トップページ */
	/* スライドショー */
	.swiper-container {
		position: absolute;
		top: 0;
		left: 0px;
		width: 100%;
		height: 100%;
		color: #fff;
		overflow:hidden;
	}
	.swiper-slide {
		position: relative;
		width:100%;
		height:100%;
		overflow:hidden;
		z-index:1;
	}
	.swiper-slide img{
		position:absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin:auto;
		min-width:100%;
		min-height:100%;
/*		min-width:950px;*/
		z-index:2;
/*		filter: brightness(100%);	明るさ */
/*		filter: contrast(100%);		コントラスト */
/*		filter: saturate(75%);		彩度 */
/*		filter: sepia(100%);		セピア */
/*		filter: grayscale(100%);	グレースケール */
/*		filter: blur(1px);		ぼかし */
/*		filter: opacity(75%);	透明度 */
	}
	.my-swiper-filter
	{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:3;
		background-image: url(/ja/images/bg_k30.png);
		background-repeat: repeat;
		background-position: left top;
	}
	.my-swiper-caption
	{
		position:absolute;
		top:48%;
		left:0;
		z-index:10;
		overflow:hidden;
		min-width:100%;
/*		padding:15px 15px 15px 30px;*/
		text-align:center;
		line-height:1.5em;
/*
		background-image: url(/ja/images/bg_k50.png);
		background-repeat: repeat;
		background-position: left top;
*/
	}
		.my-swiper-caption-title
		{
			margin-bottom:10px;
			font-size:3.0em;
			font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/*			font-weight:bold;*/
			text-shadow: 2px 3px 6px #222222;
			z-index:10;
/*
			width:auto !important;
*/
			padding:30px;
/*
			background-image: url(/ja/images/bg_k50.png);
			background-repeat: repeat;
			background-position: left top;
*/
		}

	/* トップページ下部 */
	#page00_news
	{
		z-index:100;
		position:absolute;
		bottom:30px;
		left:30px;
		width:360px;
		overflow:hidden;
		background-image: url(/ja/images/bg_w30.png);
		background-repeat: repeat;
		background-position: left top;
	}
	#page00_news_body
	{
		margin:10px;
		clear:both;
		overflow:hidden;
		width:340px;
	}
		#page00_news_main
		{
		}
			#page00_news_title
			{
/*				width: 150px;*/
				border-width: 0 0 0 10px;
				border-color: #008800;
				border-style: solid;
				color:#008800;
				padding: 0 0 0 5px;
				font-weight: bold;
				font-size: 110%;
				margin-bottom: 10px;
				text-align:left;
			}
			#page00_news_cont
			{
			}
				#page00_news_cont #page00_news_cont_item
				{
					font-size:0.9em;
					margin-bottom:3px;
				}
					#page00_news_cont #page00_news_cont_item A {
						font-weight:bold;
						text-decoration:none;
					}
					#page00_news_cont #page00_news_cont_item A:visited {
						font-weight:bold;
						text-decoration:none;
					}
					#page00_news_cont #page00_news_cont_item A:hover {
						font-weight:bold;
						text-decoration:none;
						color:#ff0000;
					}
					#page00_news_cont #page00_news_cont_item_sub
					{
						font-size:0.7em;
						text-align:right;
					}
						#page00_news_cont #page00_news_cont_item_sub A {
							font-weight:normal;
							text-decoration:none;
						}
						#page00_news_cont #page00_news_cont_item_sub A:visited {
							font-weight:normal;
							text-decoration:none;
						}
						#page00_news_cont #page00_news_cont_item_sub A:hover {
							font-weight:normal;
							text-decoration:none;
							color:#ff0000;
						}
				/* 下層ページ */
				#news_list #page00_news_cont_item
				{
					font-size:0.9em;
					margin-bottom:3px;
				}
					#news_list #page00_news_cont_item A {
						font-weight:bold;
						text-decoration:none;
					}
					#news_list #page00_news_cont_item A:visited {
						font-weight:bold;
						text-decoration:none;
					}
					#news_list #page00_news_cont_item A:hover {
						font-weight:bold;
						text-decoration:none;
						color:#ff0000;
					}
					#news_list #page00_news_cont_item_sub
					{
						display:inline;
						font-size:0.8em;
					}
						#news_list #page00_news_cont_item_sub A {
							font-weight:normal;
							text-decoration:none;
						}
						#news_list #page00_news_cont_item_sub A:visited {
							font-weight:normal;
							text-decoration:none;
						}
						#news_list #page00_news_cont_item_sub A:hover {
							font-weight:normal;
							text-decoration:none;
							color:#ff0000;
						}
		#page00_news_info
		{
		}
			#page00_news_info_fb
			{
			}
			#page00_news_info_tw
			{
			}
	#page00_bn
	{
		margin:10px;
		text-align:center;
		width:200px;
	}
		#page00_bn img
		{
			max-width:200px;
			margin-bottom:2px;
		}
		#page00_bn #bn_item
		{
			display:inline;
			margin:auto;
			padding:5px 10px 10px 5px;
		}
	#img_topbn
	{
		margin:10px;
		overflow:hidden;
		text-align:center;
	}
	#img_topbn img
	{
		width:200px;
		max-width:100%;
	}
	/* Facebook */
	#page00_fb
	{
		z-index:100;
		position:absolute;
		top:90px;
		right:40px;
		width:220px;
		height:400px;
		overflow:hidden;
	}



/* インフォメーションウィンドウ */
#info_window_home
{
	z-index:25;
	position:fixed;
	top:0px;
	right:0px;
	width:200px;
	min-height:100vh;
	overflow:hidden;
}
		#info_window_home #info_window_tw .twitter-timeline
		{
			height:100%;
		}
	#info_window_home #info_window_tw
	{
		width:200px;
		background-image: url(images/bg_w50.png);
		background-repeat: repeat;
		background-position: left top;
		float:right;
		margin:0;
	}



/* 各ページ */
div.page
{
	width:100%;
	min-width:950px;
	max-width:100%;
	min-height:100vh;
	max-height:100%;
	clear:both;
	padding:120px 0px 30px 0px;
/*	overflow:hidden;*/
}
#page_title
{
	position:relative;
	width:100%;
	height:200px;
	overflow:hidden;
}

	#page_title img
	{
		z-index:10;
/*		min-width:100%;*/
		min-height:200px;
	}
	#page_title_filter
	{

		position:absolute;
		top:0;
		left:0;
/*
		width:100%;
		height:200px;
		background-image: url(/ja/images/bg_w50.png);
		background-repeat: repeat;
		background-position: left top;
		z-index:11;
*/
	}
	#page_title_text
	{
		z-index:11;
		position:absolute;
		left:0;
		top:80px;
		width:100%;
		text-align:center;
/*		padding:5px 30px 5px 30px;*/
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/*		font-family: "游ゴシック体", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
/*
		background-image: url(/ja/images/bg_k50.png);
		background-repeat: repeat;
		background-position: left top;
*/
		font-size:1.8em;
/*		font-weight:bold;*/
/*		text-align:right;*/
		color:#fff;
	}
#page_cont
{
/*	overflow:hidden;*/
	position:relative;
	padding:15px 10px 30px 10px;
}
	#page_cont img#bg
	{
		z-index:10;
		position:absolute;
		top:0;
		left:0;
	}
	#page_cont_text
	{
/*		width:100%;*/
		font-size:1.0em;
		text-align:justify;
		text-justify:inter-ideograph;
		line-height:180%;
		word-break:break-all;
	}
		.text_align_center
		{
			text-align:center !important;
		}
		.text_align_right
		{
			text-align:right !important;
		}
		.text_align_left
		{
			text-align:left !important;
		}
		.width_flex
		{
			margin:auto !important;
			display: inline-block !important;
			width: auto !important;
		}
	#page_cont_text_title
	{
		width:100%;
		padding: 15px 0 15px 0;
		text-align:center;
	}
		#page_cont_text_title span
		{
			border-width: 0 15px 0 15px;
			border-color: #008800;
			border-style: solid;
			color:#008800;
			font-weight: bold;
			font-size: 1.1em;
			padding: 0 10px 0 10px;
			text-align:center;
			margin:auto;
		}
	.kk_message
	{
		position:absolute;
		top:20px;
		left:360px;
		z-index:11;
		line-height:150% !important;
		margin-bottom:60px;
	}
	#page_cont_text_img_center
	{
		display:inline-block;
		margin:auto;
		width:100%;
		padding:10px 0 10px 0;
		text-align:center;
/*		background-color:#aaa;*/
	}
	#page_cont_center_title1
	{
		font-weight:bold;
		font-size:1.8em;
		text-align:center;
		width:100%;
	}
	#page_cont_center_title2
	{
		font-size:1.2em;
		text-align:center;
		width:100%;
	}
	#page_cont_anchor
	{
		display:block;
		height:80px;
	}

	/* image */
	#img_left
	{
		float:left;
		margin:10px 10px 10px 0;
	}
	#img_center
	{
		float:center;
		margin:10px;
	}
	#img_right
	{
		float:right;
		margin:10px 0 10px 10px;
	}
	#clear_both
	{
		clear:both;
	}


	/* テーブル */
		#tb
		{
			display:table;
			width:100%;
			clear:both;
			margin-bottom:5px;
		}
		#tbl
		{
			float:left;
			display:inline-block;
			min-width:180px;
			padding-right:30px;
		}
		#tbc
		{
			float:left;
			word-break:break-all;
		}
		#tbr
		{
			float:left;
			word-break:break-all;
		}
			#history
			{
				min-width:920px;
			}
			#history #tb
			{
				min-width:920px;
			}
			#history #tbl
			{
				width:200px;
			}
			#history #tbc
			{
				margin-left:10px;
				width:440px;
			}
			#history #tbr
			{
				margin-left:20px;
				width:240px;
			}
			

		#tb .b
		{
			font-weight:bold;
		}
		#tb .bb
		{
			font-size:140%;
			font-weight:bold;
		}
			.w120px { width: 120px !important; }
			.w140px { width: 140px !important; }
			.w160px { width: 160px !important; }
			.w180px { width: 180px !important; }
			.w200px { width: 200px !important; }
			.w220px { width: 220px !important; }
			.w240px { width: 240px !important; }
			.w260px { width: 260px !important; }
			.w280px { width: 280px !important; }
			.w300px { width: 300px !important; }
			.w320px { width: 320px !important; }
	/* 地図 */
	#kk_inquiry_gmap
	{
		width:800px;
		max-width:100%;
		height:400px;
	}































	.cont_news
	{
		position:absolute;
		margin-top:-100px;
	}
		img.cont_title_img
		{
			width:240px;
			height:240px;
		}
		#cont_title_img
		{
			display:block;
			width:150px;
			border-width:0 15px 0 15px;
			border-color:#000000;
			border-style:solid;
			color:#000000;
			font-size:120%;
			font-weight:bold;
			padding:3px 10px 3px 10px;
			margin:0 auto 15px auto;
			text-align:center;
		}
		#cont_title
		{
			border-width:0 0 1px 15px;
			border-color:#fff #fff #000000 #ff0000;
			border-style:solid solid dotted solid;
			color:#000000;
			font-size:120%;
			font-weight:bold;
			padding:2px 0 2px 8px;
			margin-bottom:3px;
		}
			#cont_title_date
			{
				font-size:90%;
				text-align:right;
			}

			#news_photo
			{
				float:right;
				max-width:240px;
				margin:10px 0 15px 15px;
			}
				#news_photo_item
				{
					margin:0 0 10px;
					text-align:center;
				}
				#news_photo_item img
				{
					max-width:240px;
				}

		#cont_img
		{
			max-width:100wv;
			max-height:80wh;
			display:block;
			margin:10px auto 10px auto;
		}
		#cont_img_l
		{
			max-width:100wv;
			max-height:80wh;
			float:left;
			margin:10px 10px 10px 0;
		}
		#cont_img_r
		{
			max-width:100wv;
			max-height:80wh;
			float:right;
			margin:10px 0 10px 10px;
		}
		#cont_footer
		{
			display:block;
			text-align:center;
			margin:30px auto 30px auto;
			overflow:hidden;
		}
			#cont_footer img
			{
				width:30px;
				margin:0 10px 0 10px;
			}
		#cont_if_map
		{
			width:100%;
			height:480px;
		}
		#cont_fb
		{
			float:right;
			width:360px;
			height:480px;
			margin:0 0 15px 15px;
		}

		#lagrin_news_date
		{
			text-align:right;
			font-size:80%;
			color:#0000aa;
			padding:5px;
			margin-bottom:15px;
		}
		#lagrin_news_image
		{
			float:right;
			width:230px;
			text-align:left;
			margin-left:10px;
		}

#jd_tb
{
	width:100%;
	margin-bottom:3px;
	overflow:hidden;
	clear:both;
}
#jd_tbl
{
	float:left;
	width:180px;
	font-weight:bold;
	padding:5px;
	background-color:#eeeeee;
}
#jd_tbr
{
	margin-left:190px;
	padding:5px;
}













