@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%; /*10px*/
}
body {
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	background-position:top center;
	background-attachment:fixed;	
	font-size: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;	
  animation: bg-color 10s infinite;
  -webkit-animation: bg-color 10s infinite;	 
}
@-webkit-keyframes bg-color {
0% { background-color: #5DC5D7; }
  25% { background-color: #1abc9c; }
  50% { background-color: #5DC5D7; } 
  75% { background-color: #1abc9c; }
   100% { background-color: #5DC5D7; }

}
@keyframes bg-color {
0% { background-color: #5DC5D7; }
  25% { background-color: #1abc9c; }
  50% { background-color: #5DC5D7; } 
  75% { background-color: #1abc9c; }
   100% { background-color: #5DC5D7; }
}

a{  overflow:hidden;
  outline:none;
	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
	}


ul.ticket_ul {
	margin:0px 0px 25px 0px;
	padding:0px;
}

ul.ticket_ul li {
	margin-left:30px;
	list-style:disc;
}
#wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	line-height: 150%;
}
.official_link {
	padding: 3px;
	margin-bottom: 5px;
}
.official_link a:link {
	color: #333;
	text-decoration: none;
}
.official_link a:visited {
	color: #333;
}
.official_link a:hover {
	color: #fff;
}
#loading {
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -30px;
}
header {
	margin: 0px 0px 10px 0px;
	padding-top: 20px;
	text-align: center;
	clear: both;
	z-index: 1;

}

.update_area {
	padding:5px;
	padding:1px 5px 1px 10px;
	border-left:5px solid #C9C3A3;
	margin-top:4px;
}
.update_area time {
	display:block;
	font-size:0.9em;
}


/*nav*/
nav {
	margin: 0px auto 30px auto;
	box-sizing: border-box;	
	width: 100%;
	white-space:normal;
	color: #ffffff;
}
nav ul.gn {
	display: table;
	border-collapse: separate; 
  border-spacing: 2px 0;
  width:100%;
  border-collapse: separate;
  border-spacing: 10px 0;
}

nav ul.gn li {
	display: table-cell;
	text-align:center;	
	font-size: 0.9em;
	width:20%;
}


nav ul.gn li a:link, a:visited {
	color: #fff;
	background-color: #333;
	text-decoration: none;
	display: block;
	padding:15px  5px ;
	box-sizing: border-box;

	border-radius: 3px;
}

nav ul.gn li a:hover {
	color: #000;
	background-color: #fff;
	
	box-sizing: border-box;

}

#menu li {
	width:260px;
	border-bottom:1px solid #616161;
	
}
#menu li a {
	color:#fff;
	display: block;
	padding: 15px;
	font-family: 'Raleway', sans-serif;
	text-decoration:none;
}

#menu li a:hover {
	background-color:#333;
	color:#FFF;
	padding-left:20px;
}
dl#acMenu {
	margin-top:10px;
}

dl#acMenu:first-child{
	margin-top:0px;
}

#acMenu dt{
    display:block;
    width:100%;
    background:#000;
	box-sizing:border-box;
	padding:20px;
	box-sizing:border-box;
	border:10px #fff solid;
	border-bottom:none;
    cursor:pointer;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transform: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	-o-transform: all 0.4s ease;
	color:#f9f9f9;
    }
	
#acMenu dt strong {
	color:#DDC100;
}
#acMenu dt:hover {
background:#fff;
color:#000;
border-color:#000;
}
	
#acMenu dd{
	border:10px #fff solid;
	border-top:none;
	background-color:#000;
    width:100%;
	padding:0px 20px 20px 20px;
	box-sizing:border-box;
    display:none;
	color:#f9f9f9;
    }

.btn {
	background:transparent url(../images/btn.png) no-repeat 0 0;
	display: block;
	width:35px;
	height: 35px;
	position:fixed;
	top:0px;
	right:0px;
	cursor: pointer;
	z-index: 200;
}

.peke {
	background-position: -35px 0;
}
.drawr {
	display: none;
	background-color:rgba(0,0,0,0.9);
	position: fixed;
	top: 0px;
	right:0;
	width:200px;
	padding:60px 0 20px 0px;
	z-index: 100;
	box-sizing:border-box;
}

/*nav*/

#content {
	/*background-color: #ffffff;*/
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 25px;
}

#top_area {
	margin-bottom:20px;
	width:100%;
	display:table;
	border-collapse: separate;
}

#top_area img {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transform: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	-o-transform: all 0.4s ease;
	
}

#top_area img:hover{
	transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}

.release_top {	
	display:table-cell;
	padding:5px 5px 5px 5px;
	box-sizing:border-box;
	
}

.tour_top {
	display:table-cell;
padding:5px 5px 5px 5px;
	box-sizing:border-box;
	
}

.release_top img,.tour_top img {
	
	max-width:100%;
}




h2 {
	font-size: 1.5em;
	margin: 35px 20px 0px 20px;
	padding: 0px 0px 15px 0px;
	text-align: center;
	color:#333;
	font-weight:normal;
}
h3 {	
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	line-height: 120%;
}


span.line {
	border-bottom:1px solid #000;
}

.schedule, .diary {
	background-color: rgba(255,255,255,0.9);
	padding: 20px 40px;
	margin: 0px 5px 45px 5px;
	box-sizing: border-box;	
	transition: all 0.4s ease;
	border-radius: 2px;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
border:1px dashed #666;
}

/*.schedule:hover, .diary:hover {
	border-top: 4px solid #f7aef0;
	border-bottom: 4px solid #f7aef0;
}*/

.diary:last-child {
	margin-bottom: 0px;
}
table.table_schedule {
	border-collapse: collapse;
	max-width: 810px;
	width:100%;
	margin: 0 auto ;
}
table.table_schedule tr th {
	background-color: #F7DD00;
	color: #333;
	text-align: center;
	font-weight: normal;
}
table.table_schedule tr th, td {
	padding: 10px;
	border: solid 1px #f1f1f1;
	vertical-align: middle;
}
table.table_schedule tr td {
	text-align: center;
	line-height:180%;
}
table.table_schedule tr td a:link {
	color: #0982A4;
	text-decoration: none;
}
table.table_schedule tr td a:visited {
	color: #000000;
	text-decoration: none;
}
table.table_schedule tr td a:hover {
	color: #0386AD;
	text-decoration: underline;
}
table.table_schedule tr {
	background-color:#f9f9f9;
	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
}



table.table_schedule tr:nth-child(2n) {
	background-color: #fff;
	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
}


table.table_schedule tr:hover,table.table_schedule tr:hover:nth-child(2n)  {
	background-color:#8DD5E1;
}

table.table_schedule tr th.day {
}
table.table_schedule tr th.area {
}
table.table_schedule tr th.opentime {
	white-space:nowrap;
}
table.table_schedule tr th.saleday {
}
table.table_schedule tr td p.area_name {
	/*padding-bottom:10px;*/
}
table.table_schedule tr td p.day_box {
	border-bottom: 1px dotted #A5A5A5;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
table.table_schedule tr td p.area_name a {
	color: #7F4000;
}
table.table_schedule tr td.areatd {
/*text-align:left;*/
	/*padding:0px 25px;*/
}
table.table_schedule tr td p.vs {
	border-top:1px #B8AEAE dashed;
	padding-top:10px;
}
table.table_schedule tr td p.area_notice {
	text-align: left;
	margin-top: 15px;
	padding: 5px 10px;
	background-color: #F5F1E1;
	font-size: 0.8em;
}
table.table_schedule tr td p.senkou {
	border-top: 1px dotted #6B2223;
	margin-top: 5px;
	padding-top: 5px;
}
table.table_schedule tr td p.senkou a {
	text-decoration: underline;
	color: #C50C10;
}
.ticket {
	padding: 0px 20px;
}
.top {
	padding: 0px 20px;
	margin-bottom: 35px;
}
.box {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 20px;
	line-height:180%;
}

.box a {
	color:#333;
	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
}


.disk_jk {
	text-align:center;
	margin:0 auto 25px auto;
	width:100%;
	max-width:480px;
}

.disk_box {
	margin:0 auto 25px auto;
	width:100%;
	max-width:460px;
	
}

.box a:hover {
	color: #A8D302;
}

.box:last-child {
	margin-bottom: 0px;
}
.goods {
	padding: 0px 20px;
}
.red {
	color: #FF0004;
}
.new {
	background-color: #FCFF00;
	color: #000000;
	z-index: 1000;
	position: relative;
	display: block;
	width: 30px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	font-size: 0.6em;
	font-weight: bold;
}
.new1 {
	top: -50px;
	left: 0;
}
.new2 {
	top: -50px;
	left: 0;
}
.new3 {
	top: -50px;
	left: 0;
}
.new4 {
	top: -50px;
	left: 0;
}


.video-container {
	position: relative;
	padding-bottom: 58%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sns_area {
width: 100%;
max-width: 960px;
margin: 15px auto 20px auto;
text-align: center;
overflow: hidden;
position: relative;
}
.sns a {
color: #FFFFFF;
display: block;
}
.sns_area ul {
float: left;
margin: 0px;
padding: 0px;
position: relative;
left: 50%;
list-style: none;
}
.sns_area ul li {
float: left;
margin-right: 5px;
padding: 5px;
position: relative;
left: -50%;
}
.sns_area ul li a {
	box-sizing:border-box;
background-color: #000000;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 30px;
width: 30px;
padding-top: 8px;
color: #ffffff;
float: left;
}
.sns_area ul li i.note {
	background-image:url(http://www.taisuke.co.jp/images/common/icon_note.png);
	background-repeat:no-repeat;
	background-position:center 3px;
	width:30px;
	height:30px;
	display:block;
}
.sns_area ul li i.note:hover {
	background-image:url(http://www.taisuke.co.jp/images/common/icon_note_on.png);
}
.sns_area ul li a:hover {
color: #000000;
background-color: #E9CA00;
}

/*footer*/

footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin-bottom: 15px;
	margin-top: 20px;
	line-height: 150%;
	color: #333;
}


address {
	font-style: normal;
	font-size: 0.8em;
	padding: 0 20px;
}
/*page-top*/

#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 77%;
	z-index: 500;
}
#page-top a {
	background: #333;
	text-decoration: none;
	color: #fff;
	width: 35px;
	height: 35px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	display: block;
	box-sizing:border-box;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transform: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	-o-transform: all 0.4s ease;
}
#page-top a:hover {
	background-color: #fff;
	color:#333;
}
#type {
	clear: both;
	display: none;
	font-weight: bold;
	font-size: 50px;
}
#type span {
	background: yellow;
}
.cntSeparator {
	font-size: 70px;
	margin: 10px 7px;
	color: #000;
}
.sat {
	color: #009B10;
}
.sun {
	color: #C70C0F;
}
.tw, .gp {
	float: left;
	margin-right: 5px;
}
.diary time {
	color: #AF6B03;
	font-size: 0.8em;
}
.contl {
	width: 100%;
	max-width: 880px;
}
aside {
	float: left;
	margin-left: 20px;
	width: 240px;
	background-color: #f1f1f1;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
}
aside .title {
	font-size: 1.4em;
	margin-bottom: 10px;
	padding: 5px 0px;
	border-bottom: 1px dotted #000000;
	color: #896601;
}
aside ul li {
	list-style: none;
	margin-bottom: 20px;
	border-bottom: 1px dotted #B6B6B6;
}
aside ul li a {
	color: #2B2A2A;
	text-decoration: none;
	display: block;
}
aside ul li a:hover {
	padding-left: 10px;
	color: #333;
	background-color: #D7E80A;
}
aside ul li time {
	color: #DDAD00;
	font-size: 0.8em;
	display: block;
}
.sns {
	/*width:1000px;*/
	padding: 5px 0px 0px 5px;
	margin: 0px;
	line-height: 11px;
}
.fb-like-box {
	background-color: #000000;
	border-radius: 2px; /* CSS3草案 */
	-webkit-border-radius: 2px; /* Safari,Google Chrome用 */
	-moz-border-radius: 2px; /* Firefox用 */
}
.tw,.gp {
	float:left;
	margin-right:5px;
}


.linebtn {
	float: left;
	margin-right: 5px;
}
/*Pager*/

#pager {
	text-align: center;
}
#pager a:hover {
	background-color: #F1C10D;
	color: #000000;
}
.current_page {
	font-size: 1.0em;
	padding: 5px 10px;
	border: solid 1px #ccc;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.link_page {
	font-size: 1.0em;
	padding: 5px 10px;
	border: solid 1px #ccc;
	border: 1px solid #f2f2f2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.link_next {
	font-size: 1.0em;
	padding: 5px 10px;
	border: solid 1px #ccc;
	border: 1px solid #f2f2f2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
a.link_next, a.link_before, a.link_page {
	background-color: #000000;
	color: #ffffff;
}
.link_before {
	font-size: 1.0em;
	padding: 5px 10px;
	border: solid 1px #ccc;
	border: 1px solid #f2f2f2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

@media screen and (max-width: 900px) {
	.release_top img,.tour_top img {
		width:100%;

}
}

@media screen and (max-width: 580px) {
body {
	line-height: 1.5em;
	background-size:contain;
}
h2 {
	font-size: 1.5em;
	padding: 5px 0px;
	margin: 20px 5px 5px 5px;
}
footer {
	font-size: 0.8em;
}
table.table_schedule {
	width: 100%;
}
table.table_schedule tr {
}
table.table_schedule th {
	font-size: 0.8em;
}
table.table_schedule tr td {
	padding: 2px;
	font-size: 0.8em;
}
table.table_schedule tr td p.day_box {
	padding-bottom: 5px;
}
header {
}
header p {
	width: 100%;
	text-align: left;
}
#content {
	width: 100%;
	border-radius: 0px;
}
.box, .top, .goods, .ticket, .diary, .schedule {
	padding: 10px;
	font-size:0.9em;
}
.contl {
	width: 100%;
	word-wrap: break-word;
}
nav ul.gn li  {
	width:49.5%;
	float:left;
	display:block;
	margin-bottom:2px;
}

nav ul.gn li:nth-child(2n) {
	margin-left:2px;
}

header img {
	width: 95%;
}

.box img {
	/*width: 50%;*/
}

.sns {
	padding: 5px 0px 0px 5px;
	white-space: nowrap;
	line-height: none;
}

nav ul.gn li a:link, a:visited {
	padding:10px  5px ;
	
}

}
