@charset "utf-8";

/*html, body {height:100%; width:100%;}*/
body				{ font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust:100%; color:#003F76; margin:0; background: #E6EBF4;}
html { font-size: 62.5%; } 
body { font-size: 1.4rem; } /* =14px */
h1   { font-size: 4rem; } 
h2   { font-size: 2rem; }
h2 span {background-color: #cf167e ; line-height: 1; display: inline; color: #fff; padding: 0 5px;}
h4   { font-size: 1.7rem; margin: 0;}



/*-----------------------------------------------------
	common
-----------------------------------------------------*/
a					{text-decoration:none; color:#FF9F00; font-weight: bold;}
a:hover			{color: #EF9500;}
p, ul, li			{padding:0; margin:0;  line-height: 2;}
img				{border:none;}
.clear			{clear:both;}
div, p ,a			{box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
button			{border:none; cursor:pointer; }
em 				{font-weight:bold; font-style:normal;}
li 				{line-height: 1.4rem;}
hr 				{border: #eee solid 1px; margin: 20px 0;}

.list_nml			{margin:0 0 0 1em; padding:0; list-style-position:inside;}
.list_nml	li		{text-indent:-0.8em; line-height: 1.8;}
.list_nml	li i 	{display: inline;}
.br_t_ss			{margin-top:4px;}
.br_t_s				{margin-top:10px;}
.br_t				{margin-top:30px;}
.br_t_l				{margin-top:50px;}
.br_t_ll			{margin-top:80px;}
.br					{display:inline-block;}
.br_b_s				{padding-bottom:15px;}
.br_b				{padding-bottom:30px;}
.br_r				{margin-right: 15px;}
.mauto				{margin:0 auto;}
.ul_ml 				{margin-left: 15px;}

.float_l			{float: left;}
.float_r			{float: right;}
.display 			{display:block;}
.display_n 			{display:none;}

.note				{background:#f5f5e1; padding:20px 30px;}
.em					{font-weight:bold;}
.center, .txt_c		{text-align:center;}

.txt_s				{font-size:1.2rem; line-height: 1.6;}
.txt_b 				{font-size: 1.8rem;}
.txt_m 				{font-size: 1rem;}
.txt_r,.alignright				{text-align:right !important; }
.txt_l				{text-align:left !important; }
.txt_c				{text-align:center; }
.txt_u				{text-decoration:underline;}
.txt_p				{color: #cf167e;}
.m_auto				{margin: 0 auto; display: block;}

.float_l			{float: left;}
.float_r			{float: right;}

.img100				{max-width: 100%; height: auto;}
.img_c				{vertical-align: middle;}

.snsbox_top				{font-size:0; line-height:0.5;}
.snsbox_top .snsbtn		{display:inline-block; font-size:10px; line-height:0.5;}
.snsbox					{text-align:center; font-size:0; line-height:0.5; margin:0 0 10px 0;}
.snsbox .snsbtn			{display:inline-block; font-size:10px; line-height:0.5;}
.fb_iframe_widget		{z-index: 100;}


/*clearfix*/
.clearfix:after 	{content: "."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix 			{min-height:1px;}
* html .clearfix 	{height: 1px; /*\*//*/ height:auto; overflow:hidden; /**/}
.list{
	margin: 10px 0;
}
.list li {
/*	text-indent: -1em;
	padding-left: 1em;*/
	margin-left: 1em;
	line-height: 2;
}
.clm_w	{
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
}
.m30 {
	padding: 50px 5%;
}
/*Youtube*/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



/*-----------------------------------------------------
	teaser
-----------------------------------------------------*/
.teaser_body		{border:#4FC4CB solid 10px; background: url(../images/bg.png); background-size: contain; background-attachment:fixed;}
.teaser_header		{text-align: center; padding: 10% 0; position: relative;}
.teaser_img			{margin: 0 5%;}
.teaser_twitter		{position:absolute; top:2%; right:2%; width:15%; min-width: 80px;}
.teaser_shadow		{max-width: 180px; margin: 0 auto;}
.teaser_sec			{margin: 20px 7% 100px 7%;}
.teaser_btn			{padding: 10px 20px; color: #ff9f00; border: #ff9f00 solid 3px; text-decoration: none; display: block; max-width: 300px; margin: 10px auto; font-weight: bold;}
.teaser_btn:hover	{background: #ff9f00; color: #fff; text-decoration: none;}
.teaser_body h1 	{font-size: 16px; line-height: 1.8;}
.teaser_body h2 	{color: #fff; font-size: 18px; }
.teaser_body h2 span 	{background: #4FC4CB; padding: 3px; line-height: 1;}
.teaser_footer		{text-align: center; font-size: 10px; padding: 20px;}
.teaser_body h3 	{font-size: 16px; line-height: 1.6; border-bottom: #4FC4CB dotted 5px; color: #4FC4CB;}
.teaser_credit		{font-size: 8.6px; color: #869AAD; text-align: right;}






/*-----------------------------------------------------
	bottn
-----------------------------------------------------*/
a{position: relative;}
.btn {
	padding: 10px 0;
	color: #ff9f00;
	border: #ff9f00 solid 3px;
	text-decoration: none;
	display: block;
	max-width: 350px;
	margin: 10px auto 0 auto;
	font-weight: bold;
	text-align: center;
	z-index: 1;
	overflow: hidden;
}
.btn:hover{
	color: #fff !important;
}
.btn:before{
	display: inline-block;
	-moz-transition: top, 0.3s;
	-o-transition: top, 0.3s;
	-webkit-transition: top, 0.3s;
	transition: top, 0.3s;
	-moz-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
	position: absolute;
	top: -150px;
	left: 0;
	background-color: #ff9f00;
	content: '　';
	width: 100%;
	height: 120px;
	z-index: -1;
}
.btn:hover:before{
	top: -30px;
	color: #fff !important;
}



.btn_gray,.btn_g {
	padding: 10px 20px;
	color: #ccc;
	border: #ccc solid 3px;
	text-decoration: none;
	display: block;
	max-width: 350px;
	margin: 10px auto;
	font-weight: bold;
	text-align: center;
}
.btn_gray:hover,.btn_g:hover {
	color: #ccc;
}
.btn_y {
	background: #FF9F00;
	padding: 2px 5px;
	color: #fff;
}
.btn_y:hover {
	color: #FFE5BB;
}
@-webkit-keyframes top_barlink {
	0% { background-color: rgba(255,235,136,0.8); }
	48% { background-color: rgba(255,174,234,0.8); }
	100% { background-color: rgba(255,235,136,0.8); }
}@keyframes top_barlink {
	0% { background-color: rgba(255,235,136,0.8); }
	48% { background-color: rgba(255,174,234,0.8); }
	100% { background-color: rgba(255,235,136,0.8); }
}
.top_barlink{
	padding:10px 1%;
	margin-bottom: 5px;
	left:0;
	width:100%;
	text-align: center;
	transform: skewY(-9deg);
	-moz-transform: skewY(-9deg);
	-webkit-transform: skewY(-9deg);
	animation: top_barlink 10s infinite;
	-webkit-animation: top_barlink 10s infinite;
	color: #003F76;
}



/*-----------------------------------------------------
	header
-----------------------------------------------------*/
#header {
	position: absolute;
	left: 0;
	top: 3px;
	z-index: 998;
	width: 100%;
}
#header:before {
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	width: 150%;
	height: 160px;
	background: #032253;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
	z-index: -1;
}
#header h1 {
	position: absolute;
	height: 48px;
	width: 240px;
	left: 20px;
	top: 20px;
	margin: 0;
}
#header h1 img {
	width: 100%;
	height: auto;
}
#header .logo {
	width:40%;
}





/*-----------------------------------------------------
	main
-----------------------------------------------------*/
#contents {
	position: relative;
	height: auto;
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}
.bg_tree:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 100px solid #f5f5f5;
	border-left: 640px solid transparent;
	margin-top: -150px;
}
.triangle_b:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 100px solid #f5f5f5;
	border-right: 640px solid transparent;;
}
.triangle_t:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 100px solid #f5f5f5;
	border-left: 640px solid transparent;
	margin-top: -150px;
}
section .inner{
	background:#f5f5f5;
	padding:20px 6% 0 6%;
}
section:nth-child(odd) {
	background-image: url(../images/bg2.png);
	background-size: contain;
	background-color: #E6EBF4;
}
section:nth-child(odd) .inner{
	padding:20px 6% 150px 6%;
	background: none;
}
section:last-child{
	padding-bottom: 100px;
}


#footer:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 250px solid #032253;
	border-left: 1600px solid transparent;
	margin-top: -250px;
}
#footer .inner{
	background-color: #032253;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	padding: 10px;
}
.top_copy {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	text-shadow: -2px -2px 5px #00284A , -2px 2px 5px #00284A , 2px -2px 5px #00284A , 2px 2px 5px #00284A ;
}
.txt_rotate {
	transform: skewY(-8deg);
	-moz-transform: skewY(-8deg);
	-webkit-transform: skewY(-8deg);
}
.top_cate h1{
	color: #fff;
	font-size: 40px;
	line-height: 1.4;
	margin: 0;
	font-family: 'Sarpanch', sans-serif;
	text-shadow: 0 1px 0 #003F76, 1px 0 0 #003F76, 0 -1px 0 #003F76, -1px 0 0 #003F76, -1px -1px 0 #003F76, 1px -1px 0 #003F76, -1px 1px 0 #003F76, 1px 1px 0 #003F76;
}
.top_cate h2{
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 10px 0;
	text-shadow: 0 1px 0 #003F76, 1px 0 0 #003F76, 0 -1px 0 #003F76, -1px 0 0 #003F76, -1px -1px 0 #003F76, 1px -1px 0 #003F76, -1px 1px 0 #003F76, 1px 1px 0 #003F76;
}
h2 {
	font-family: 'Sarpanch', sans-serif;
}
h3 {
    font-size: 18px;
    line-height: 1.6;
    border-bottom: #cf167e dotted 5px;
    color: #cf167e;
}
h3 span {
	background: #cf167e;
	color: #fff;
	padding: 3px 5px;
	font-size: 1.4rem;
	margin: 0 10px 10px 0;
}
.index_twitter {
	position:absolute;
	top:80px;
	right:2%;
	width:15%;
	min-width: 80px;
}
.news_list {
	list-style: none;
}
.news_list li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list span {
	background-color: #FF9F00;
	color: #fff;
	margin-right: 8px;
	line-height: 2;
	padding: 3px 5px;
}
.news_list li a {
	color: #FF9F00;
}
.sponsor {
	font-size: 1.2rem;
	line-height: 1.6;
}
.kaigyo_no_sm span {
	white-space: nowrap;
}
.sponsor h3 {
	margin:15px 0 0 0;
	padding: 0;
	font-weight: normal;
	border: none;
	color: #fff;
	line-height: 1.2;
}
.sponsor_bnr {
	margin-left: -20px;
}
.sponsor_bnr li {
	display: inline-block;
	text-align: center;
	width: 120px;
	height: 80px;
	margin: 5px 0 5px 20px;
	list-style-type: none;
}
.bg_tree {
	background-color:#fff;
	background-image: url(../images/bg2.png);
	background-attachment:fixed;
	background-size:contain;
	background-color: #E6EBF4;
}
.txt_g{
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.border_box{
	border: #CAD1DC solid 1px;
	padding: 10px;
	font-size: 1.3rem;
}
.border_box p{
	line-height: 1.6;
}
.news_page {
	margin-left: 20px;
}




/*-----------------------------------------------------
	locations
-----------------------------------------------------*/
.map_pagelink li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 45px;
	border: #FF9F00 solid 2px;
	list-style-type: none;
	line-height: 2;
	position: relative;
}
.map_pagelink li a{
	display: block;
}
.map_pagelink li:hover{
	background: #FF9F00;
}
.map_pagelink li a:hover{
	color: #fff;
}
.map_pagelink li img{
	position: absolute;
	top: 0;
	left: -35px;
}
.gmap iframe {
	pointer-events: none;
}


/*-----------------------------------------------------
	goods
-----------------------------------------------------*/
.whole_thum_goods	{
}
.whole_thum_goods li	{
	list-style-type: none;
	font-size: 9pt;
	float: left;
	margin:0 5px 25px 0;
	line-height: 1.8rem;
}
.whole_thum_goods li .current	{
	padding:5px 10px;
	background:#FF9F00 !important;
	color: #fff;
}
.whole_thum_goods li .filter	{
	padding:10px;
	border:#FF9F00 solid 2px;
}
.whole_thum_goods li .filter:hover	{
	background:#FF9F00;
	color: #fff;
}
.tile_box {
	border:#FF9F00 solid 2px;
	vertical-align:middle;
	margin: 0 1% 20px 0;
	position: relative;
	color: #FF9F00;
	padding:5px;
	float: left;
	background: #fff;
}
#goods .tile_box {
	width: 49%;
	text-align: center;
}
#goods .tile_box p {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
#dj .tile_box {
	width: 100%;
}
#dj .tile_box .artist_img{
	float: left;
	width: 30%;
	max-width: 120px;
	margin-right: 10px;
}
a:hover .tile_box {
}
.tile_box p{
	line-height: 1.6;
}
.tag_br:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 40px solid #FF9F00;
	border-left: 40px solid transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}
.tag_tl:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid #FF9F00;
	border-right: 40px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.tag_br + i {
	position: absolute;
	display: block;
	right: 2px;
	bottom: 2px;
	color: #fff;
	font-size: 18px;
}
.tag_tl + i {
	position: absolute;
	display: block;
	left: 3px;
	top: 3px;
	color: #fff;
	font-size: 18px;
}
.tile_box .txt_s {
	color: #999;
}
.tile_box:first-child{
	position: relative;
}
.icon_rs {
	width: 72px;
	height: 72px;
	top: 2px;
	right: 2px;
	line-height: 1.4;
	font-size: 1.1rem;
	padding: 18px 0;
}
.icon_blue {
	border-radius: 50%;
	background: #8CD1F3;
	position: absolute;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.goods_place {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	padding: 5px;
}
.goods_picon {
	width:12.5%;
	background:#ccc;
	line-height: 20px;
	float:left;
	border:#fff solid 1px;
	font-size: 1rem;
	color: #fff;
	position: relative;
}
.icon_on {
	background: #cf167e !important;
}
.goods_picon span {
	display: none;
	position: absolute;
	background: #ccc;
	color: #fff;
	top: 25px;
	left: 0;
	padding: 0 5px;
	white-space:nowrap;
	z-index: 1000;
}
.goods_picon:hover span {
	display: block;
}
.goods_picon span .triangle {
  position: absolute;
}


/*-----------------------------------------------------
	news
-----------------------------------------------------*/
.news_tag{
	margin-top: 20px;
}
.news_tag a{
	border: #FF9F00 solid 2px;
	padding: 5px;
	font-size: 1.2rem;
	z-index: 1;
	overflow: hidden;
}
.news_tag:hover{
	color: #fff !important;
}
.news_tag:before{
	display: inline-block;
	-moz-transition: top, 0.3s;
	-o-transition: top, 0.3s;
	-webkit-transition: top, 0.3s;
	transition: top, 0.3s;
	-moz-transform: skewY(-10deg);
	-ms-transform: skewY(-10deg);
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
	position: absolute;
	top: -150px;
	left: 0;
	background-color: #ff9f00;
	content: '　';
	width: 100%;
	height: 120px;
	z-index: -1;
}
.news_tag:hover:before{
	top: -30px;
	color: #fff !important;
}
.news_title	{
	font-size: 2rem;
}
.news_date	{
	font-size: 1.2rem;
	line-height: 1.6;
}
div.news_content {
	padding: 20px 0;
	line-height: 2;
}
.list_btn{
	display: table;
	margin: 150px auto 0 auto;
}
.list_btn li{
	float: left;
	margin-right: 10px;
	padding: 6px 10px;
	list-style-type: none;
	border: #FF9F00 solid 2px;
}
.list_btn{
	font-size: 1.4rem;
}
.list_btn a li:hover,
.news_tag a:hover{
	background-color: #FF9F00;
	color: #fff;
}
.list_btn .current li{
	margin-right: 10px;
	padding: 6px 10px;
	list-style-type: none;
	color: #999;
	border: #999 solid 2px;
}
.news_content .wp-caption img {
	max-width: 100%;
	height: auto;
}
.news_rel {
	margin-top: 50px;
	padding: 20px 5%;
	background: #fff;
}
.news_rel li {
	list-style: none;
	line-height: 1.8;
	margin: 15px 0;
}
.news_nav {
	margin-top: 50px;
}
.news_nav a {
	display: inline-block;
	width: 50%;
	padding: 5px 15px;
	color: #fff;
	background: #032253;
	line-height: 1.4;
}
.news_nav a:hover {
background: #FF9F00;
}
.news_prev a {
	float: left;
}
.news_next a {
	float: right;
}


/*-----------------------------------------------------
	menu
-----------------------------------------------------*/
#nav {
	transform: skewY(-8deg);
	-moz-transform: skewY(-8deg);
	-webkit-transform: skewY(-8deg);
	position: absolute;
	left: 20px;
	top: 83px;
}
#nav #gmenu > li {
	float:left;
	margin-right: 30px;
	font-size: 18px;
	list-style-type:none;
	font-family: 'Sarpanch', sans-serif;
	position: relative;
}
#nav #gmenu > li:nth-child(1) {
	display: none;
}
.menu_border {
	background: #cf167e;
	height: 3px;
	z-index: 999;
	position: relative;
}
.language {
	width: 80px;
	position: absolute;
	right: 20px;
	top: 3px;
	z-index: 1000;
}
.language li{
	list-style-type: none;
}
.language li p {
	padding: 6px 3px;
	background: #cf167e;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
.language li p:hover {
	cursor: pointer;
}
.language li ul {
	display: none;
}
.language li:hover ul {
	display: block;
}
.language li ul li a {
	padding: 4px;
	background: #FF9F00;
	color: #fff !important;
	font-size: 10px;
	text-align: center;
	display: block;
}
.language li ul li a:hover {
	background: #FFAA1D;
}
.language .l_size {
	display: block;
}
.language .s_size {
	display: none;
}


/*-----------------------------------------------------
	info
-----------------------------------------------------*/
.yukine {
height: 150px;
width: 150px;
overflow: hidden;
position: absolute;
right:-500px;
}
.yukine img {
 max-width:none;
 -webkit-animation:yukine infinite steps(2,end) 1s;
 -webkit-animation-duration: 0.2s;
 -moz-animation:yukine infinite steps(2,end) 1s;
 -moz-animation-duration: 0.2s;
 -o-animation:yukine infinite steps(2,end) 1s;
 -o-animation-duration: 0.2s;
 animation:yukine infinite steps(2,end) 1s;
 animation-duration: 0.2s;
}
@keyframes yukine {
 100% {
  -webkit-transform:translate3d(0,-300px,0);
  -moz-transform:translate3d(0,-300px,0);
  -o-transform:translate3d(0,-300px,0);
  transform:translate3d(0,-300px,0);
 }
}

.yukine_thx {
height: 300px;
width: 300px;
overflow: hidden;
}
.yukine_thx img {
 max-width:none;
 -webkit-animation:yukine_thx infinite steps(4,end) 1s;
 -webkit-animation-duration: 0.5s;
 -moz-animation:yukine_thx infinite steps(4,end) 1s;
 -moz-animation-duration: 0.5s;
 -o-animation:yukine_thx infinite steps(4,end) 1s;
 -o-animation-duration: 0.5s;
 animation:yukine_thx infinite steps(4,end) 1s;
 animation-duration: 0.5s;
}
@keyframes yukine_thx {
 100% {
  -webkit-transform:translate3d(0,-1200px,0);
  -moz-transform:translate3d(0,-1200px,0);
  -o-transform:translate3d(0,-1200px,0);
  transform:translate3d(0,-1200px,0);
 }
}

.yukine_annai {
height: 300px;
width: 300px;
overflow: hidden;
}
.yukine_annai img {
 max-width:none;
 -webkit-animation:yukine_annai infinite steps(4,end) 1s;
 -webkit-animation-duration: 0.7s;
 -moz-animation:yukine_annai infinite steps(4,end) 1s;
 -moz-animation-duration: 0.7s;
 -o-animation:yukine_annai infinite steps(4,end) 1s;
 -o-animation-duration: 0.7s;
 animation:yukine_annai infinite steps(4,end) 1s;
 animation-duration: 0.7s;
}
@keyframes yukine_annai {
 100% {
  -webkit-transform:translate3d(0,-1200px,0);
  -moz-transform:translate3d(0,-1200px,0);
  -o-transform:translate3d(0,-1200px,0);
  transform:translate3d(0,-1200px,0);
 }
}

.parent3				{
	background:#fff;
	padding:0;
	position:relative;
	margin: 20px 0 20px 65px;
}
.parent3 .child3 {
	background:#fff;
	position:relative;
	color:#238F9B;
	padding:20px;
	font-size: 1.4	rem;
}
.parent3 .child3:after	{
	content: ' ';
	width:0;
	height: 0;
	position:absolute;
	border:10px solid transparent;
	border-right-color:#fff;
	top:20px;
	right:100%;
}
.parent3 .clm_w {
	border: #CAD1DC solid 1px;
}
.yukine_com {
	width: 50px;
}


/*-----------------------------------------------------
	form
-----------------------------------------------------*/
#form td {
	padding-bottom: 30px;
	vertical-align: text-top;
}
#form td:first-child {
	line-height: 1.6;
}
#form td:last-child {
	width: 70%;
	box-sizing: border-box;
}
input {
	padding: 10px;
	font-size: 1.6rem;
}
input[type=text],
input[type=email]{
	font-size: 2rem;
	width: 92%;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=submit] {
	color: #ff9f00;
	border: #ff9f00 solid 3px !important;
	padding:15px 30px !important;
	margin:0 0 20px !important;
	cursor:pointer;
	background: none !important;
	width: 100px !important;
	border-radius: none !important;
}
input[type=submit]:hover {
	background: #ff9f00 !important;
	color: #fff !important;
	border: #ff9f00 solid 3px !important;
	padding:15px 30px !important;
	margin:0 0 20px !important;
	width: 100px !important;
	border-radius: none !important;
}
input[type=submit]:active {
	background: #ff9f00 !impoetant;
	color: #fff !important;
	border: #ff9f00 solid 3px !important;
	padding:15px 30px !important;
	margin:0 0 20px !important;
	width: 100px !important;
	border-radius: none !important;
}




/*-----------------------------------------------------
	factory
-----------------------------------------------------*/
.map_fac {
	background:url(/2016/images/fac/map_fac.png);
	position:relative;
	background-size:contain;
	background-repeat: no-repeat;
	max-width:1200px;
}
.map_fac01 {
	position:absolute;
	top:12%;
	left:15%;
	width:7%;
	height:18%;
	display:block;
/*	background: rgba(0,0,0,0.5);*/
}
.map_fac02 {
	position:absolute;
	top:30%;
	left:48.6%;
	width:13.3%;
	height:13.5%;
	display:block;
/*	background: rgba(0,0,0,0.5);*/
}
.map_fac03 {
	position:absolute;
	top:24%;
	left:57.5%;
	width:5%;
	height:6%;
	display:block;
/*	background: rgba(0,0,0,0.5);*/
}
.map_fac04 {
	position:absolute;
	top:19.5%;
	left:62.8%;
	width:3.3%;
	height:5%;
	display:block;
/*	background: rgba(0,0,0,0.5);*/
}
.map_fac05 {
	position:absolute;
	top:17.5%;
	left:66%;
	width:5.7%;
	height:5.3%;
	display:block;
/*	background: rgba(0,0,0,0.5);*/
}
.map_fac06 {
	position:absolute;
	top:24%;
	left:62.8%;
	width:34.5%;
	height:20%;
	display:block;
/*	background: rgba(0,0,0,0.5);*/
}
.map_fac07 {
	position:absolute;
	top:36.3%;
	left:45.5%;
	width:3.2%;
	height:11%;
/*	background: rgba(0,0,0,0.5);*/
}

.map_hall {
	background:url(/2016/images/fac/map_hall.png);
	position:relative;
	background-size:contain;
	background-repeat: no-repeat;
	max-width:1200px;
}
.map_hall01 {
	position:absolute;
	top: 42%;
	left: 0%;
	width: 7%;
	height: 15%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hall02 {
	position:absolute;
	top: 10.6%;
	left: 21.6%;
	width: 7%;
	height: 12%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hall03 {
	position:absolute;
	top: 10.6%;
	left: 28.5%;
	width: 7.1%;
	height: 12%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hall04 {
	position:absolute;
	top: 10.6%;
	left: 35.6%;
	width: 7%;
	height: 12%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hall05 {
	position:absolute;
	top: 10.6%;
	left: 47%;
	width: 7.2%;
	height: 12%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hall06 {
	position:absolute;
	top: 10.6%;
	left: 54%;
	width: 7.2%;
	height: 12%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hall07 {
	position:absolute;
	top: 10.6%;
	left: 69.2%;
	width: 14.2%;
	height: 12%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hall08 {
	position:absolute;
	top:22%;
	left:85%;
	width:8%;
	height:10%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hall09 {
	position:absolute;
	top:32%;
	left:85%;
	width:8%;
	height:10%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hall10 {
	position:absolute;
	top:42%;
	left:85%;
	width:8%;
	height:10.3%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hall11 {
	position:absolute;
	top:52.4%;
	left:85%;
	width:8%;
	height:10.3%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hall12 {
	position:absolute;
	top:62.8%;
	left:85%;
	width:8%;
	height:10%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hall13 {
	position:absolute;
	top:85.5%;
	left:55%;
	width:8.5%;
	height:13%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hall14 {
	position:absolute;
	top:85.5%;
	left:66%;
	width:8.5%;
	height:13%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hallbu {
	position:absolute;
	top:85.5%;
	left:26.7%;
	width:28.5%;
	height:13%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_hallgacha {
	position:absolute;
	top: 60.5%;
	left: 58.2%;
	width: 5%;
	height: 16%;
/*	background: rgba(0,0,0,0.5);*/
}
.map_halls1 {
	position:absolute;
	top: 83%;
	left: 4%;
	width: 9%;
	height: 13%;
}
.map_halls2 {
	position:absolute;
	top: 58%;
	left: 0%;
	width: 9%;
	height: 13%;
}


.map_factxt h3 {
    font-size: 18px;
    line-height: 1.6;
    border-bottom: #cf167e dotted 5px;
    color: #cf167e;
	margin: 10px 0 0 0;
}

/*-----------------------------------------------------
	time table
-----------------------------------------------------*/
#time table {
	background-color: #AABED0;
	table-layout:fixed;
}
#time th {
	background-color: #003F76;
	color: #fff;
	word-wrap:break-word;
	line-height: 1.5;
	padding: 5px 0;
}
#time td {
	background: #fff;
	height: 20px;
	padding: 5px;
	line-height: 1.6;
}
.time_st {
	background: #FFE8E8 !important;
}
.time_wo {
	background: #F8FFD2 !important;
}
.time_dj {
	background: #DCEFF7 !important;
}




/*-----------------------------------------------------
	gallery
-----------------------------------------------------*/
.gallery li {
	list-style: none;
	float: left;
	margin: 0 1% 1% 0;
	width: 19.2%;
}
.gallery li:nth-child(5n+4) {
	margin-right:0 !important;
}
/*-----------------------------------------------------
	footer
-----------------------------------------------------*/








