@charset "utf-8";
.wrap {
	overflow: hidden;
}
img {
    width: 100%;
    height: auto;
}
p {
    text-align: justify;
    line-height: 1.8em;
}
/*.inner {
    padding: 5%;
}*/
.center {
    text-align: center;
}
.text {
    padding: 5%;
    background: #ffffff;
}

/* 見出し*/
h2 {
   letter-spacing: 0.1em;
    text-align: center;
}
.heading {
    letter-spacing: 0;
	text-align: center;
}
.note{
	font-size: 10px;
}
/* 文字　色*/
.f_blue {
    color: #0094b2;
}
.f_green{
	color: #30525f;
}
.f_purple{
	color: #7774b4;
}
.f_white{
	color: #ffffff;
}
.f_vm-pink{
	color: #ec7a9a;
}

/* 枠 */
.line_wrap {
    /*margin-top: 20%;*/
    padding: 5%;
    border: solid 2px;
    border-radius: 10px;
}
/* 枠　色r*/
.line_blue {
    border: solid #c6d7db;
}

/*dt*/
.line_wrap dl{
	margin-bottom: 50px;
}
.line_wrap dd{
	margin-top:10px; 
}
.pc-view{display: block;}
.sp-view{display: none;}
/*-----------------------------
firstview 
---------------------------------*/
.firstview {
    position: relative;
}
.firstview h1 {
    margin: 0;
}
.firstview_banner {
    width: 54%;
    height: 14%;
    margin: 0 auto;
    display: flex;
    /*justify-content: center;*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}


.firstview p{
    color: #e2cf6d;
    font-size: 16px;
	line-height: 2.4;
	margin: 0 auto;
	text-align: center;
}

/*-------------------------------
xmas
---------------------------------*/
.xmas, .content-info-un {
	width: 100%;
	background-color: #810000;
}
.content-info{
	width: 100%;
	background-color: #006835;
	/*background-image: url(../img/footer-snow.png);
    background-size: contain;*/
}
.content-inner{
	width: 1100px;
	margin: 0 auto;
	/*border: solid 3px #BF8845;
	background-color: #fff;*/
	margin-bottom: 100px;
}
.content-inner h2{
	margin: 0;
}

.content-inner ul.box, .content-inner-no ul.box{
	width: 1100px;
	/*display: flex; 
	flex-wrap: wrap;*/
	}
.content-inner ul.box li, .content-inner-no ul.box li{
width: 100%;
	margin: 40px 0 100px;
}
.info-ticket{
	width: 990px;
	margin: 0 auto;
	/*background-image: url("../img/footer-snow.png") ;
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position: center;*/
	padding-bottom: 100px;
}
.info-ticket h3{
	color: #e2cf6d;
	margin-bottom: 30px;
	line-height: 2.0;
	text-align: center;
}
.info-ticket .btn-block {
	width: 500px;
	height: 90px;
}
.l-box{
	width: 10%;
	float: left;
}
.r-box{
	float: right;
    width: 90%;
    padding-left: 15%;
}
.info-inner{
	width: 1000px;
	margin: 100px auto;
	text-align: center;
}

.info-inner h3 span.samll-txt{font-size: 12px;}
p.notes{
	margin: 80px 0 ;
}
#footer #copyright {
    border-top: 1px solid #35302f;
	}

.haikei04{
	background-image: url(../img/bg_haikei_04.png), url(../img/bg_haikei_05.png), url(../img/bg_haikei_06.png), url(../img/bg_haikei_07.png), url(../img/bg_haikei_08.png), url(../img/bg_haikei_09.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 90% 64%, 15% top, 90% 10%, 85% 32%, 7% 46%, 14% 65%; 
}

/*-------------------------------
ヘッダー　チケット購入
---------------------------------*/
a.direct-in-ticket{
	background-color: #D7314E;
    width: 120px;
    float: right;
    height: 53px;
    padding: 10px;
    text-align: center;
    color: #fff;
    line-height: 2.5;
    font-weight: 600;
	font-size: 14px;
}
a.direct-in-ticket:hover{
	color: #D7314E;
	background-color: #fff;
}


/* テキストサイズ可変 */
.vw4{
	font-size: 4vw; 
}
.vw5{
	font-size: 5vw; 
}


/*-------------------------------
info
---------------------------------*/
.info{
	width: 100%;
	background-color: #a0853b;
	
}

/*-------------------------------

link
---------------------------------*/
.link{
	background-color: #ffffff;
}
/* バナー */
.bnner{margin: 30px 0 100px;
}
.bnner img{width: 90%;}
.btn-lg{font-size: 2rem !important;}

.fa-fw{text-align: right !important;}

.btn-outline-warning{
	color: #a0853b  !important;
	border-color: #a0853b  !important;
}
.btn-outline-warning:hover{
		background: #fff  !important;
		color: #a0853b  !important;
}
.btn-outline-warning {
	color: #fff  !important;
    background-color: #a0853b  !important;
	background-image: none;}


.pc-br {
        display: block;
}


@media screen and (max-width:768px) {
	.firstview img{width: 100%;}
	.cp_ttl img {
    width: 30%;
}
	img {
    width: 100%;
    height: auto;
}
	.pc-br {
        display: none;
}

}
@media screen and (max-width:1024px) {
	.pc-view{display: none;}
	.sp-view{display: block;}
	
	.content-inner{
	width: 100%;
	margin: 0 auto;
	/*border: solid 3px #BF8845;
	background-color: #fff;*/
	/*margin-bottom: 100px;*/
}
	
	
	.content-inner ul.box, .content-inner-no ul.box{
	width: 100%;
	display: block; 
	flex-wrap: wrap; 
}
.content-inner ul.box li, .content-inner-no ul.box li{
width: 100%;
}
	.content-inner-no{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
}
	
	.info-ticket{
	width: 100%;
	margin: 0 auto;
	/*background-image: url("../img/footer-snow.png") ;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;*/
	padding-bottom: 100px;
}
	.info-ticket .btn-block {
	width: 100%;
}
.l-box{
	width: 20%;
	float:none;
	margin: 0 auto;
}
.r-box{
	float: none;
        width: 80%;
        padding-left: 0;
        margin: 0 auto;
}
	.info-inner{
	width: 80%;

}
	.info-ticket h3{
	margin: 0 auto 30px;
    width: 80%;
	text-align: left;
	font-size: 16px;
}
	.firstview p{
	width: 80%;
    margin: 0 auto 80px;
text-align: left;
}
}

@media screen and (max-width:1180px) {
	a.direct-in-ticket{
    height: 69px;
    line-height: 3.5;
}
	.firstview h1 {
    margin: 65px 0 0;
}
}
@media screen and (max-width:1500px) {
	.haikei04{
	background-image: url(../img/bg_haikei_04.png), url(../img/bg_haikei_05.png), url(../img/bg_haikei_06.png), url(../img/bg_haikei_07.png), url(../img/bg_haikei_08.png), url(../img/bg_haikei_09.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 90% 55%, 15% top, 90% 10%, 85% 32%, 7% 46%, 14% 65%; 
}
}
