@charset "UTF-8";
/* CSS Document */


h2 {
	font-size: 3rem;
	line-height: 1;
	font-weight: bold;
}
h3 {
	font-size: 2.3rem;
	line-height: 1;
	font-weight: bold;
	position: relative;
}
h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
h3::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e4e4df;
}
h4 {
	font-size: 2.3rem;
	line-height: 1;
	background-image: url(../img/subttl_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 850px;
	margin: 0 auto;
	padding: 15px 0;
}
#hdr {
	position: relative;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	height: 700px;
	background-image: url(../img/main.png), url(../img/topbg_01.png), url(../img/topbg_02.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: contain, contain contain;
	background-position: center center, left top, right bottom;
}
#hdr .top_text {
	position: absolute;
	bottom: 5%;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 1.2rem;
}
#schedule_cnt {
	width: 100%;
	margin: 0 auto;
	height: auto;
	background-image: url(../img/schedule_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 50px;
}
.cnt_innner {
	width: 1000px;
	margin: 0 auto;
}
#schedule_cnt h2 {
	padding: 80px 0 55px;
}
#schedule_cnt .schedule_box {
	width: 450px;
	height: 300px;
	text-align: left;
	background: #fff;
	border: 1px solid #e4e4df;
	padding: 35px 0 0 35px;
	margin-bottom: 40px;
}
#schedule_cnt .schedule_box.line_effect {
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
	width: 480px;
	height: 430px !important;
}
#schedule_cnt .schedule_box.line_effect .day_text span.line {
	text-decoration: line-through;
}
#schedule_cnt .schedule_box.line_effect .day_text span.red_text {
	color: #D70003;
}
#schedule_cnt .schedule_box.line_effect .contact_text {
	display: inline-block;
	background-image: url(../img/other_link.png);
	background-position: 10px center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
#schedule_cnt .schedule_box.line_effect .company_text {
	margin-top: 10px;
}
#schedule_cnt .schedule_box.line_effect .day_text {
	padding-bottom: 20px;
}
#schedule_cnt .schedule_box.line_effect:hover {
	border: 1px solid #000;
}
#schedule_cnt .schedule_box.inlineset {
	display: inline-block;
}
#schedule_cnt .schedule_box.inlineset.first {
	margin-right: 40px;
}
#schedule_cnt .schedule_box .place_text {
	font-size: 1.5rem;
}
#schedule_cnt .schedule_box .place_text span {
	font-size: 3.5rem;
	font-style: italic;
	margin-right: 30px;
}
#schedule_cnt .schedule_box .day_text {
	padding-bottom: 30px;
}
#schedule_cnt .schedule_box .contact_text {
	font-size: 1.2rem;
	padding: 10px;
	background: #e4e4df;
	margin-right: 30px;
}
#schedule_cnt .schedule_box .company_text {
	display: inline-block;
}
#schedule_cnt .schedule_box .company_text:hover {
}
#schedule_cnt .schedule_box .tel_text {
	margin-top: 20px;
}
#ticket_cnt h2 {
	padding: 130px 0 55px;
}
#ticket_cnt .ticket_info {
	font-size: 1.2rem;
	line-height: 2;
	color: #4d4d4d;
}
#ticket_cnt .price_text {
	font-size: 2.5rem;
}
#ticket_cnt .drink_text {
	font-size: 1.5rem;
}
#ticket_cnt .attention {
	font-size: 1.2rem;
	padding: 50px 0 120px;
}
#ticket_cnt h3 {
	margin-bottom: 95px;
}
#ticket_cnt h4 {
	margin-bottom: 30px;
}
#ticket_cnt .ticket_date {
	color: #4d4d4d;
	margin-bottom: 40px;
}
.btn_list li {
	display: inline-block;
	vertical-align: top;
}
#ticket_cnt .buy_btn {
	display: block;
	width: 330px;
	font-size: 1.5rem;
	line-height: 1;
	background: #4d4d4d;
	border: 3px solid #4d4d4d;
	color: #fff !important;
	padding: 40px 0;
	margin-right: 40px;
}
#ticket_cnt .pre .buy_btn {
	display: block;
	width: 300px;
	font-size: 1.5rem;
	line-height: 1;
	background: #4d4d4d;
	border: 3px solid #4d4d4d;
	color: #fff !important;
	padding: 29px 0;
	margin-right: 40px;
}
#ticket_cnt .pre .buy_btn span {
	display: block;
	font-size: 1.2rem;
	padding-top: 10px;
}
#ticket_cnt .pre .buy_btn.last {
	margin-right: 0;
}
#ticket_cnt .attention_btn {
	display: block;
	width: 330px;
	font-size: 1.5rem;
	line-height: 1;
	border: 3px solid #4d4d4d;
	color: #4d4d4d !important;
	padding: 29px 0;
}
#ticket_cnt .attention_btn span {
	display: block;
	font-size: 1.2rem;
	padding-top: 10px;
}
#ticket_cnt .ticket_box {
	margin-bottom: 100px;
}
#ticket_cnt .ticket_date span.line {
	text-decoration: line-through;
}
#ticket_cnt .ticket_date span.red_text {
	color: #D70003;
}
#attention_cnt {
	width: 950px;
	margin: 0 auto;
	background: #fafafa;
}
#attention_cnt .cnt_innner {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	padding: 80px;
	border-bottom: 1px solid #e7e7e7;
}
#attention_cnt .cnt_innner.last {
	border-bottom: none;
}
#attention_cnt h5 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 35px;
}
#attention_cnt .attention_cnt_text {
	font-size: 1.2rem;
	line-height: 2.5;
}
#attention_cnt .attention_cnt_text span {
	font-weight: bold;
}
.back_btn {
	display: block;
	width: 300px;
	margin: 80px auto 0;
	font-size: 1.5rem;
	line-height: 1;
	border: 3px solid #4d4d4d;
	color: #4d4d4d !important;
	padding: 30px 0;
}
#footer .copy {
	font-size: 1rem;
	padding: 85px 0 40px;
}
/*OFF設定*/
.off {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}
.off a {
	cursor: default;
}

@media screen and (max-width:640px) {
#container {
	padding-top: 50px;
}
h2 {
	font-size: 4rem;
	line-height: 1.5;
	font-weight: bold;
}
h3 {
	font-size: 3.5rem;
	line-height: 1.5;
}
h4 {
	font-size: 2.8rem;
	line-height: 1.5;
	width: 100%;
}
.cnt_innner {
	width: 100%;
	margin: 0 auto;
}
#hdr {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	height: 550px;
	background-size: 100%, 0%, 0%;
}
#schedule_cnt {
	height: auto;
}
#schedule_cnt h2 {
	padding: 100px 0 80px;
}
#schedule_cnt .schedule_box {
	width: 90%;
	height: 395px;
	padding: 35px 0 0 35px;
}
#schedule_cnt .schedule_box .place_text span {
	font-size: 4rem;
	margin-right: 50px;
}
#schedule_cnt .schedule_box .tel_text, #schedule_cnt .schedule_box .company_text, #schedule_cnt .schedule_box .place_text {
	font-size: 2rem;
}
#schedule_cnt .schedule_box .day_text {
	padding-bottom: 50px;
	font-size: 2rem;
}
#schedule_cnt .schedule_box .tel_text {
	margin-top: 40px;
}
#schedule_cnt .schedule_box .contact_text {
	font-size: 1.8rem;
	padding: 15px 20px;
	margin-right: 40px;
}
#schedule_cnt .schedule_box.inlineset {
	margin: 0 0 50px 0;
}
#schedule_cnt .schedule_box.inlineset.first {
	margin-right: 0;
}
#schedule_cnt .schedule_box.inlineset:last-child {
	margin: 0 0 150px 0;
}
#schedule_cnt .schedule_box.line_effect {
	width: 90%;
	height: 550px !important;
}
#schedule_cnt .schedule_box.line_effect .day_text span.line {
	font-size: 1.6rem;
}
#schedule_cnt .schedule_box.line_effect .contact_text {
	background-position: 20px center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding-left: 50px;
}
#ticket_cnt h4 {
	margin-bottom: 50px;
	padding: 30px 0;
}
#ticket_cnt .ticket_box {
	margin-bottom: 150px;
}
#ticket_cnt .drink_text {
	font-size: 2rem;
}
#ticket_cnt .ticket_date {
	font-size: 2rem;
	margin-bottom: 80px;
}
#ticket_cnt .buy_btn {
	width: 450px;
	font-size: 1.8rem;
	line-height: 1;
	margin: 0 0 60px 0;
}
#ticket_cnt .pre .buy_btn {
	width: 450px;
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 60px 0;
}
#ticket_cnt .pre .buy_btn span {
	display: block;
	font-size: 1.5rem;
	padding-top: 10px;
}
#ticket_cnt .pre .buy_btn.last {
	margin: 0;
}
#ticket_cnt .attention_btn {
	width: 450px;
	font-size: 1.8rem;
	line-height: 1;
}
#ticket_cnt .attention {
	font-size: 1.8rem;
	padding: 50px 0 180px;
}
#attention_cnt {
	width: 100%;
}
#attention_cnt .cnt_innner {
	width: 100%;
}
#attention_cnt h5 {
	font-size: 2.5rem;
	line-height: 1.5;
	margin-bottom: 50px;
}
#attention_cnt .attention_cnt_text {
	font-size: 1.8rem;
}
#footer .copy {
	font-size: 1.6rem;
}
}



/*モーダル*/
body.open{
overflow: hidden;
}


#modal_goods{
display: none;
position: fixed;
left: 0;
top: 0;
z-index: 9999;
width: 100%;
height: 100%;
background: rgba(0,0,0,.7);
overflow: auto;
}

#modal_inner{
position: absolute;
left: 0;
right: 0;
top: 0;
width: 65%;
margin:auto;
padding: 100px 0;
z-index: 99999;
}

#modal_inner img{
max-width: 100%;
height: auto;
}

.goods_btn {
	display: block;
	width: 300px;
	margin: 40px auto 0;
	font-size: 1.5rem;
	line-height: 1;
	border: 3px solid #222A3F;
	color: #fff !important;
	background: #222A3F;
	padding: 30px 0;
}
.goods_btn_2 {
	display: block;
	width: 300px;
	margin: 30px auto 0;
	font-size: 1.5rem;
	line-height: 1;
	border: 3px solid #000;
	color: #fff !important;
	background: #000;
	padding: 30px 0;
}

#hdr{
position: relative;
}

.open_btn{
position: absolute;
right: 5px;
top: 5px;
-webkit-transition: 0.7s ease-in-out;
-moz-transition: 0.7s ease-in-out;
transition: 0.7s ease-in-out;
}

.open_btn:hover{
cursor: pointer;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}


@media screen and (max-width:640px) {
#modal_inner{
width: 90%;
}
}


.attention_btn{
	position: fixed;
	right: 5px;
	bottom: 5px;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}

.attention_btn:hover{
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
