@charset "utf-8";
/* font-size
-------------------------------------------------- *//*
14px * 72% -> 10px
14px * 79% -> 11px
14px * 86% -> 12px
14px * 93% -> 13px
14px * 100% -> 14px
14px * 108% -> 15px
14px * 115% -> 16px
14px * 122% -> 17px
14px * 129% -> 18px
14px * 136% -> 19px
14px * 143% -> 20px
14px * 150% -> 21px
14px * 158% -> 22px
14px * 165% -> 23px
14px * 172% -> 24px
14px * 179% -> 25px
14px * 186% -> 26px

-------------------------------------------------- */
/* base styles
------------------------------------------------------------------------------------------------------------- */

body {
	font-size: 14px;
	line-height: 1.7;
	color: #fff;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color: #000;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, p {
	padding: 0px;
	margin: 0px;
}

img {
	border-style: none;
	padding: 0px;
	margin: 0px;
}

.wrapper {
	margin: 0px;
	padding: 0px;
}

.contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.contents-inner {
	margin: 0 auto;
	overflow: hidden;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
}

.f-left { float: left; }
.f-right { float: right; }
.f-center {
	margin-right: auto;
	margin-left: auto;
}
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }



/*フォント*/
.text-red {
	color: #FF0000;
}
.text-purple {
	color: #5F1785;
}
.text-white {
	color: #FFF;
}
.text-bold {
	font-weight: bold;
}
.font_1-15x {
  font-size: 1.15em;
}
.font_2x {
  font-size: 2em;
}



/* clearfix
------------------------------------------------------------------------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
 content:"";
 display:block;
 overflow:hidden;
}

.clearfix:after {
 clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
 zoom:1;
}

/*btn
------------------------------------------------------------------------------------------------------------- */


/* #header
------------------------------------------------------------------------------------------------------------- */
header {
	width: 100%;
	margin-top: 10px;
}

.header-inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.header-inner .companybox {
	width: 95%;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.header-inner .companybox h1 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.header-inner .companybox img {
	width: 100%;
}

.btn {
	display: none;
}


/* ______ ハンバーガーメニュー ______ */

.header-inner .drawr {
	width: 100%;
	margin: 0 auto;
}

#menu {
	width: 100%;
	overflow: hidden;	

}
#menu li {
	list-style: none;
	display: block;
	float: left;
	width: 12.5%;
}
#menu li a img {
	width: 100%;
}
#menu li a p {
	display: none;
}

#menu li:last-of-type {
	display: none;
}

/* news */
.hed-news {
	width: 95%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;	
}
.hed-news_left {
	width: 92%;
	float: left;
}
.hed-news_right {
	width: 8%;
	padding-bottom: 20px;
	padding-top: 20px;
	float: right;
}
.hed-news_right img {
	width: 100%;
}

.ticker {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
	z-index: 0;

}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}

.ticker ul li .hed-news-day {
	text-justify: inter-ideograph;
	float: left;
}
.ticker ul li .hed-news-deta {
	float: left;
}


/* ______ footer ______ */

footer {
	width: 100%;
	min-width: 980px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F00;
	margin-top: 30px;
	padding-top: 10px;
}

.footer-inner {
	width: 95%;
	margin: 0 auto;
}

.footer-inner ul {
	width: 100%;
	overflow: hidden;
}
.footer-inner ul li {
	display: inline-block;
	float: left;
	list-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.footer-inner ul li:first-child {
	border-left-width: none;
	border-left-style: none;
	border-left-color: none;
}
.footer_logo {
	width: 32%;
}
.footer_logo img {
	width: 100%;
}
.footer_tel {
	width: 28%;
}
.footer_tel img {
	width: 100%;
}
.footer_sns {
	width: 39.7%;
}
.footer_sns img {
	float: left;
	display: block;
}
.footer_sns img:first-of-type {
	width: 29.4%;
}
.footer_sns img:nth-of-type(2) {
	width: 35.3%;
}
.footer_sns img:nth-of-type(3) {
	width: 35.3%;
}
.copy {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 84%;
}


/* contents
------------------------------------------------------------------------------------------------------------- */
.detail {
	max-width: 1280px;
	min-width: 980px;
	width: 95%;
	padding-top: 30px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.detail img {
	width: 100%;

}

.sub_title {
	width: 20%;
	display: block;
	padding-top: 5px;
	padding-right: 77.5%;
	padding-left: 2.5%;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.sub_title img {
	width: 100%;
}


.sub_s_title {
	width: 20%;
	display: block;
	padding-top: 5px;
	padding-right: 77.5%;
	padding-left: 2.5%;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #FF0;
	float: left;
}

.sub_s_title img {
	width: 100%;
}


/* page styles
-------------------------------------------------- */

/* ______ home ______ */


.sub_menu {
	max-width: 1280px;
	min-width: 980px;
	width: 95%;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.sub_menu img {
	width: 100%;
	float: left;
}

.sub_menu .sub_menu_box {
	display: block;
	width: 23%;
	float: left;
}
.sub_menu .sub_menu_box div {
	margin-bottom: 3%;
	float: left;
}
.time-box {
	background-color: #003AFF;
	padding-right: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
}
.time-box img {
	padding-top: 6%;
}
.sub_menu .sub_menu_box div:last-of-type {
	margin-bottom: 0%;
}
.sub_menu .sub_menu_box img {
	width: 100%;
}

.sub_menu .sub_menu_center {
	width: 52%;
	float: left;
	display: block;
	margin-right: 1%;
	margin-left: 1%;
	padding: 0px;
}
.sub_menu .sub_menu_center img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.sub_menu .move_now {
	width: 73%;
	float: left;
	display: block;
	margin-bottom: 20px;

}

.move_now_ti_box {
	overflow: hidden;
}

.move_now_ti_box .move_now_ti {
	width: 23.4%;
	float: left;
	display: block;
}
.move_now_ti_box .move_now_jun {
	width: 57.44%;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

.sub_menu .move_now ul {
	width: 100%;
}
.sub_menu .move_now li {
	width: 24%;
	display: block;
	float: left;
	list-style-type: none;
	margin-left: 1%;
	margin-top:10px;
}
.sub_menu .move_now li:nth-of-type(4n+1) {
	margin-left: 0%;
}

.sub_menu .home_list {
	width: 26%;
	float: right;
	display: block;
}

.home_list .home_list_ti {
	width: 100%;
	display: block;
}

.sub_menu .home_list ul {
	width: 100%;
}
.sub_menu .home_list li {
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
	margin-top:10px;
}

/* ______ talk ______ */

.talk_img {
	width: 100%;
	display: block;
	margin-top: 30px;
}

.talk_img img {
	width: 100%;
}

#talk .detail .talk_ti {
	width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}


#talk .detail ul {
	width: 100%;
}
#talk .detail ul li {
	width: 9.1%;
	display: block;
	float: left;
	list-style-type: none;
	margin-top:10px;
	margin-left: 1%;
}

#talk .detail ul li input {
	width: 100%;
}
#talk .detail ul li:nth-of-type(10n+1) {
	margin-left: 0%;
}
#talk .detail ul li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

.audiojs {
	display: none;
}
/* ______ live ______ */

#live .detail .live_ti {
	width: 100%;
	display: block;
}
#live .detail ul {
	width: 100%;
}
#live .detail ul li {
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
	margin-top:10px;
}

/* ______ food ______ */



#food .sub_title {
	background-color: #00A63A;
}

#food .detail ul {
	width: 100%;
}
#food .detail ul li {
	width: 32.65%;
	display: block;
	float: left;
	list-style-type: none;
	margin-top:10px;
	margin-left: 1%;
}
#food .detail ul li:nth-of-type(3n+1) {
	margin-left: 0%;
}


/* ______ goods ______ */

#goods .sub_title {
	background-color: #FE7B80;
}

.goods_left {
	width: 64%;
	float: left;
}

.goods_right {
	width: 33%;
	float: right;
}

.goods_sub_s_title {
	width: 100%;
	display: block;
	float: left;
	font-size: 158%;
	font-weight: bold;
	color: #FF0;
	vertical-align: middle;
}

.goods_left ul {
	width: 100%;
	float: left;
	margin: 0 auto;
	overflow: hidden;
}
.goods_left ul li {
	display: block;
	float: left;
	list-style: none;
	width: 24%;
	margin-left: 1%;
	margin-top: 10px;
}
.goods_left ul li img {
	width: 100%;
}

.goods_left ul li:nth-of-type(4n+1) {
	margin-left: 0%;
}

.goods_right ul {
	width: 100%;
	float: left;
	margin: 0 auto;
	overflow: hidden;
}
.goods_right ul li {
	display: block;
	float: left;
	list-style: none;
	width: 100%;
	margin-top: 10px;
}
.goods_right ul li img {
	width: 100%;
}

/* ______ event ______ */

#event .sub_title {
	background-color: #4080C9;
}
#event .detail ul {
	width: 100%;
}
#event .detail ul li {
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
	margin-top:10px;
}

#event .detail ul li img {
	width: 100%;
}

/* ______ access ______ */

#access .sub_title {
	background-color: #A2BE45;
}

.box_1 {
	border: 1px solid #A68200;
	padding: 10px;
	width: 98%;
}

.access_left {
	width: 49%;
	float: left;
}

.access_right {
	width: 49%;
	float: right;
}

#access .detail .img {
	width: 100%;
}

/* ______ parking ______ */

#parking .sub_title {
	background-color: #851B7F;
}

.parking_left {
	width: 49%;
	float: left;
}

.parking_right {
	width: 49%;
	float: right;
}

#parking .detail .img {
	width: 100%;
}

/* ______ floorguide ______ */

#floorguide .sub_title {
	background-color: #FF7F1E;
}
#floorguide .detail ul {
	width: 100%;
}
#floorguide .detail ul li {
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
	margin-top:10px;
}

#floorguidet .detail ul li img {
	width: 100%;
}


/* ______ price ______ */

#price .sub_title {
	background-color: #EEAC00;
}

#price .detail .price_menu01 {
	width: 100%;
}
#price .detail .price_menu01 li {
	width: 24.2%;
	display: block;
	float: left;
	list-style-type: none;
	margin-top:10px;
	margin-left: 1%;
}
#price .detail .price_menu01 li:first-of-type {
	margin-left: 0%;
}

#price .detail .price_menu02 {
	width: 100%;
}
#price .detail .price_menu02 li {
	display: block;
	float: left;
	list-style-type: none;
	margin-top:10px;
	margin-left: 1%;
}
.price_menu02_a {
	width: 25.0%;
}
.price_menu02_b {
	width: 55.2%;
}
.price_menu02_c {
	width: 17.7%;
}
#price .detail .price_menu02 li:first-of-type {
	margin-left: 0%;
}

#price .detail .price_menu03 {
	width: 100%;
}
.price_menu03_a {
	width: 52.8%;
}
.price_menu03_b {
	width: 46.2%;
}
#price .detail .price_menu03 li {
	display: block;
	float: left;
	list-style-type: none;
	margin-top:10px;
	margin-left: 1%;
}
#price .detail .price_menu03 li:first-of-type {
	margin-left: 0%;
}


/* ______ news ______ */

.shadow_box {
	width: 98%;
	border: 5px ridge #A00B00;
	background-color: #F00;
	box-shadow: 2px 2px 2px #A00B00;
	padding: 5px;
}


.news-detail {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}

.news-detail dl {
	overflow: hidden;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0;
}
.news-detail dt {
	float: left;
	clear: left;
	width: 10%;
	color: #FF0;
}
.news-detail dd {
	float:left;
	width:90%;
	color: #fff;
}

.news-detail dl:last-of-type {
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
}

/* margin-top
------------------------------------------------------------------------------------------------------------- */
.m_t_5 {
	margin-top: 5px; !important;
}
.m_t_10 {
	margin-top: 10px; !important;
}
.m_t_20 {
	margin-top: 20px; !important;
}
.m_t_30 {
	margin-top: 30px; !important;
}
.m_t_40 {
	margin-top: 40px; !important;
}
.m_t_50 {
	margin-top: 50px!important;
}

/* margin-bottom
------------------------------------------------------------------------------------------------------------- */
.m_b_10 {
	margin-bottom: 10px; !important;
}
.m_b_20 {
	margin-bottom: 20px; !important;
}
.m_b_30 {
	margin-bottom: 30px; !important;
}
.m_b_40 {
	margin-bottom: 40px; !important;
}
.m_b_50 {
	margin-bottom: 50px!important;
}
.news_box {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
