/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */

/* IE */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.otf) format("truetype");
}

.icon {
	font-family: iconfont;
	font-weight: normal;
}

.icon-download:before {
	content: "\00ed";
}
.icon-customize:before {
	content: "w";
}
.icon-iphone:before {
	content: "T";
}


/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

body {
	background-image: url(../images/design-01.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

.text-center {
	text-align: center;
}

#wrapper {
	width: 100%;
	background-image: url(../images/design-01.jpg);
	background-repeat: repeat-x;
}


/* ------ Header ------ */

header {
	width: 100%;
}
header #header-inner img {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}


#header-inner {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}
#tagline {
	float: right;
	height: 30px;
	margin-top: 30px;
	width: 110px;
	overflow: hidden;
}

#header-inner #tw_button a {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: -60px 0px;
	float: right;
	text-indent:-99999px;
}
#header-inner #tw_button a:hover {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: -60px 30px;
	text-indent:-99999px;
}
#header-inner #fb_button a {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: 60px 0px;
	float: right;
	text-indent:-99999px;
	margin-left: 10px;
}
#header-inner #fb_button a:hover {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: 60px 30px;
	text-indent:-99999px;
	margin-left: 10px;
}
#header-inner #yt_button a {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: 0px 0px;
	float: right;
	text-indent:-99999px;
	margin-left: 10px;
}
#header-inner #yt_button a:hover {
	background-image: url(../images/sns_button.png);
	height: 30px;
	width: 30px;
	background-position: 0px 30px;
	text-indent:-99999px;
	margin-left: 10px;
}

#logo {
	padding: 10px 0;
	margin: 0px;
}

#logo a {
	display: block;
	max-width: 238px;
}

#gnav {
	clear: both;
	width: 100%;
	background-image: url(../images/navi_bg.jpg);
}

#gnav nav {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#gnav nav ul {
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9D0000;
	border-left-color: #5D0000;
}

#gnav nav ul li {
	float: left;
	font-weight: bolder;
}

#gnav nav ul li a {
	display: block;
	/*padding: 8px 30px 6px;*/
	padding: 8px 63px 6px;
	font-size: 83%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5D0000;
	border-left-color: #9D0000;
}
#gnav nav ul li a:link,
#gnav nav ul li a:visited {
	color: #ccc;
	text-decoration: none;
}
#gnav nav ul li a:hover,
#gnav nav ul li a:active,
#gnav nav ul li a.current {
	color: #fff;
	text-decoration: none;
}

#gnav .sty {
	color: #FFF;
	font-weight: bolder;
	background-color: #B70000;
}

/* ------ Mainvisual ------ */

#mainvisual {
	position: relative;
	width: 100%;
}

#mainvisual-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#mainvisual-inner .img {
	position: absolute;
	display: none;
	width: 1280px;		/* 画像の幅 */
	margin-left: -640px;	/* -(画像の幅÷2) */
	padding-left: 50%;
	top: 0;
}

#mainvisual-inner .img:first-child {
	position: relative;
	display: block;
}

#mainvisual-btn {
	width: 100%;
	height: 10px;
	margin-top: 10px;
	text-align: center;
}

#mainvisual-btn div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;

}
#mainvisual-btn div {
	*display: inline;
}

#mainvisual-btn a {
	display: block;
	width: 10px;
	height: 20px;
}

#mainvisual-btn a:link,
#mainvisual-btn a:visited {
	margin-top: 0px;
}
#mainvisual-btn a:hover,
#mainvisual-btn a:active,
#mainvisual-btn a.current {
	margin-top: -10px;
}

#mainvisual-btn a img {
	vertical-align: top;
}

#mainvisual-arrow {
	position: absolute;
	z-index: 200;
	width: 100%;
	top: 40%;
	left: 0;
	margin-top: -20px;
}

#mainvisual-arrow-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#mainvisual-arrow .prev,
#mainvisual-arrow .next {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;
}
#mainvisual-arrow .prev {
	left: 3%;
}
#mainvisual-arrow .next {
	right: 3%;
}

#mainvisual-arrow a {
	display: block;
	width: 27px;
	height: 54px;
}

#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
	margin-top: 0px;
}
#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
	margin-top: -27px;
}

#mainvisual-arrow a img {
	vertical-align: top;
}


/* ------ Contents ------ */

#contents {
	width: 930px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	*zoom: 1;
}

#left-column {
	float: left;
	width: 450px;
	padding-bottom: 20px;
}

article section {
	padding: 0 0 0px;
	margin-bottom: 30px;
}
#info {
	height: 200px;
	overflow: auto;
	scrollbar-arrow-color: #460000;
	scrollbar-face-color: #880000;
	scrollbar-highlight-color: #bb0000;
	scrollbar-shadow-color: #570000;
	scrollbar-3dlight-color: #ff0000;
	scrollbar-darkshadow-color: #222222;
	scrollbar-track-color: #460000;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #8C0000;
	border-right-color: #8C0000;
	border-bottom-color: #8C0000;
	border-left-color: #8C0000;
	padding-right: 5px;
}
#info .contents-title .new {
	font-weight: bolder;
	color: #F00;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
}


#ticket {
	overflow: auto;
	scrollbar-arrow-color: #460000;
	scrollbar-face-color: #880000;
	scrollbar-highlight-color: #bb0000;
	scrollbar-shadow-color: #570000;
	scrollbar-3dlight-color: #ff0000;
	scrollbar-darkshadow-color: #222222;
	scrollbar-track-color: #460000;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #8C0000;
	border-bottom-color: #8C0000;
	padding-bottom: 10px;
}
#ticket .message {
	text-align: center;
}



article section:first-child {
	border-top: none;
}
article h1 {
	font-weight: bolder;
	color: #bb0000;
	font-size: 150%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


article section h2 {
	padding: 30px 0 20px;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	line-height: 140%;
}

.contents-title {
	padding: 15px 0 10px;
	font-size: 100%;
	font-weight: bolder;
	color: #FFF;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
	line-height: 120%;
}
#info .list li {
	list-style: disc;
	color: #CCC;
	font-size: 90%;
	line-height: 160%;
	margin-left: 1.5em;
}
#ticket .list li {
	list-style: square;
	color: #CCC;
	font-size: 90%;
	line-height: 160%;
	margin-left: 1.5em;
}



article section p {
	font-size: 90%;
	line-height: 160%;
	color: #CCC;
}
article #ticket .note {
	font-size: 70%;
	color: #CCC;
}


.column-set {
	*margin-bottom: 30px;


	*zoom: 1;
	width: 930px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #8a0000;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #8a0000;
	overflow: hidden;
	padding-bottom: 5px;
}

.column1 {
	width: 450px;
	margin: 0;
	float: left;
}
.column2 {
	float: right;
	width: 450px;
	margin: 0 0px 0px 0;
}


section .third {
	margin-right: 0;
}

.column1 .icon-l {
	margin-bottom: 20px;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #000;
}

.column1 h3,.column2 h3 {
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bolder;
	line-height: 140%;
	color: #FFF;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	margin-top: 10px;
}

.column1 p {
	font-size: 83%;
}
.column1 .list li,.column2 .list li {
	font-size: 90%;
	line-height: 160%;
	color: #CCC;
	list-style: square;
	margin-left: 1.5em;
}


.box {
	padding: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

article .box h2 {
	padding: 20px 0 10px;
	border-top: none;
}

article .box p {
	font-size: 83%;
}

.news-box {
	font-size: 83%;
	color: #555;
	line-height: 160%;
}

.news-box dt {
	float: left;
	width: 10em;
}

.news-box dd {
	margin-left: 10em;
}

.btn {
	width: 250px;
	height: 40px;
	margin: 20px auto 0;
	padding: 5px;
	background-color: #333;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	font-size: 90%;
}

.btn a {
	display: block;
	width: 250px;
	height: 40px;
	border-bottom: solid 1px #800;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-text-shadow: 0px -1px 0px #700;
	text-shadow: 0px -1px 0px #700;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.btn a:link,
.btn a:visited {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #c00;
	background: -moz-linear-gradient(top, #c00, #900);
	background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#900));
	background: -webkit-linear-gradient(top, #c00, #900);
	background: linear-gradient(to bottom, #c00, #900);
}
.btn a:hover,
.btn a:active {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #d00;
	background: -moz-linear-gradient(top, #d00, #a00);
	background: -webkit-gradient(linear, left top, left bottom, from(#d00), to(#a00));
	background: -webkit-linear-gradient(top, #d00, #a00);
	background: linear-gradient(to bottom, #d00, #a00);
}
#ticket #signature {
	text-align: right;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bolder;
	font-size: 130%;
}

h1 {
	font-weight: bolder;
	color: #bb0000;
	font-size: 150%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1;
}
h1 .note {
	font-size: 50%;
	font-weight: normal;
	margin-left: 20px;
}




/* ------ Right Column ------ */

#right-column {
	float: right;
	width: 450px;
	padding-bottom: 20px;
}

#right-column .box {
	margin-bottom: 15px;
	padding: 15 0px 15px;
}

#right-column .box h2 {
	padding: 0px 0;
	font-weight: bolder;
	color: #CCC;
}

#right-column .box p {
	font-size: 90%;
	line-height: 160%;
	color: #CCC;
}

#right-column .box .tel {
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #c00;
	text-align: center;
	line-height: 100%;
}

#right-column .btn {
	width: auto;
	height: 30px;
	margin: 10px auto 0;
	border-radius: 5px;
}

#right-column .btn a {
	width: auto;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border-radius: 5px;
}

#right-column .ad {
	margin-bottom: 20px;
	padding: 10px 0 0;
}

#right-column .ad li {
	padding-bottom: 10px;
	text-align: center;
}
#right-column aside {
	padding-bottom: 20px;
}

#right-column-inner {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#right-column-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------ Footer ------ */

footer {
	width: 100%;
}

#footer-inner {
	width: 930px;
	margin: 0 auto;
	padding: 40px 0 20px;
}
#footer-inner p {
	margin: 0px;
	float: right;
	font-size: 67%;
	font-weight: bolder;
	color: #999;
}


footer nav,
#copyright {
	text-align: center;
	margin-bottom: 10px;
}

footer ul li {
	display: inline-block;

	*display: inline;
	*margin-bottom: 12px;
	padding: 0 10px 0 15px;
	line-height: 100%;
	font-size: 67%;
	color: #999;
	border-left: solid 1px #ccc;

	*zoom: 1;
	clear: right;
}

footer ul li:first-child {
	border-left: none;
}




/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {

	#header-inner {
		width: 90%;
	}

	#gnav nav {
		width: 90%;
	}

	#gnav nav ul li a {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	}

	#mainvisual .img {
		width: 130%;		/* 画像の幅÷980 */
		margin-left: -65%;	/* -(画像の幅÷980÷2) */
	}

	#contents {
		width: 100%;
	}

	#left-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 0;
	}

	.column-set {
		width: 105%;
	}

	.column1,.column2 {
		width: 45%;
		margin-right: 4.1%;
	}

	#right-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		*margin: 0 auto 20px;
		overflow: hidden;
		*zoom: 1;
	}

	#right-column-inner {
		width: 105%;
	}

	#right-column .box {
	float: left;
	width: 24%;
	margin-right: 4.1%;
	padding: 0 1.5% 15px;
	}

	#right-column .ad {
		width: 26%;
		padding: 10px 1.5% 0;
	}

	#footer-inner {
		width: 100%;
	}

}



/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {

	#header-inner {
		width: 100%;
	}

	#tagline {
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-left: 15px;
	}

	#logo {
		padding: 0 0 15px;
	}

	#logo a {
		margin: 0 auto;
	}

	#gnav nav {
		width: 100%;
	}

	#gnav nav ul {
		float: none;
		width: 100%;
		border-left: none;
		border-right: none;
	}

	#gnav nav ul li {
		float: left;
		width: 50%;
		*width: 49.9%;
	}

	#gnav nav ul li a {
		display: block;
		padding: 8px 0 6px;
		text-align: center;
		border-left: solid 1px #111;
		border-right: solid 1px #333;
		border-bottom: solid 1px #111;
		border-top: solid 1px #333;
	}

	.column1,.column2 {
		width: 45.5%;
		margin-right: 4%;
	}

	#right-column .box {
		width: 39.5%;
		margin-right: 4%;
		padding: 0 3% 15px;
	}

	#right-column .ad {
		width: 41.5%;
		padding: 10px 2% 0;
	}

}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {

	.box {
	padding: 0;
	}

	#contents-title {
		font-size: 110%;
	}

	.btn {
		width: auto;
	}

	.btn a {
		width: auto;
	}

	.column-set {
		width: 100%;
		*margin-bottom: 0;
	}

	.column1,.column2 {
		float: none;
		width: 100%;
	}

	.box {
		margin-bottom: 20px;
	}

	.news-box dt {
		float: none;
		width: auto;
	}

	.news-box dd {
		margin: 0 0 10px 0;
	}

	#right-column {
		*margin-bottom: 0;
	}

	#right-column-inner {
		width: 100%;
	}

	#right-column .box {
	float: none;
	width: auto;
	margin-right: 0;
	padding: 0 0px 20px;
	}

	#right-column .box p {
		font-size: 120%;
	}

	#right-column .box .tel {
		font-size: 150%;
	}

	#right-column .btn {
		height: 40px;
		margin: 10px auto 0;
		border-radius: 25px;
		font-size: 90%;
	}

	#right-column .btn a {
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}

	#right-column .ad {
		margin-right: 0;
		padding: 10px 10px 0;
	}

}
