
/* title --------------------------------- */
.allbox::before{
	content: "";
	display: block;
	width: 100%;
	height:946px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;pointer-events:none;
	background: url(../images/index_bg.png) no-repeat top center;
}
.titlebox,.btnbox{
	width: 100%;
	background: url(../images/bg_red.jpg) repeat;
}
.titlebox{
	padding-top: 175px;
}
.titlebox .title{
	display: block;
	margin: 0 auto;	
}
.titlebox .datetxt{
	background: #753939;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 580px;
	margin: 25px auto 20px;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.titlebox .datetxt p{
	color: #ffffff;
	font-size: 17px;
	margin: 0;
	letter-spacing: 1px;
}
.titlebox .datetxt p:nth-child(2)::before{
	content: '|';
	font-weight: 200;
	margin:0 15px;
}
.titlebox .datetxt p span{
	color: #f9bdb0;
}
.txtbox{
	text-align: center;
	width: 420px;
	margin: 0 auto;
}
.txtbox p{
	border-bottom: 1px dotted #c2514a;
	padding: 0;
	line-height: 30px;
	font-size: 16px;
	color: #783531;
	margin: 0;
	font-weight: 500;
	letter-spacing: 1px;
}
.txtbox p span{
	color: #c13232;
}
.btnbox .stit{
	text-align:right;
	margin: 25px auto 15px;
	background: rgba(255, 188, 188, 0.3);
	width: 500px;
	border: 2px solid #753939;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #753939;
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
	letter-spacing: 1px;
}
.btnbox .stit span{
	color: #b72118;
}
.btnbox .stit >div{
	display: inline-block;
}
.btnbox .stit a{
	background: #753939;
	color: #ffffff;
	font-weight: 500;
	padding: 0 13px;
	margin-left: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
}
.btnbox .stit a:hover{
	background: #b72118;
}
.btnbox .btnall{
	display: flex;
	align-items: center;
	justify-content: center;
}
.btnbox .btnall a{
	display: block;
	width: 258px;
	height: 263px;
	text-indent: -9999px;
	transition: all 0.4s;
	transform: scale(1);
}
.btnbox .btnall a:hover{
	transform: scale(1.05);
}
.btnbox .btnall a:nth-child(1){
	background: url(../images/index_event1_btn.png);
}
.btnbox .btnall a:nth-child(3){
	background: url(../images/index_event2_btn.png);
}

.btnbox .btnall .linebox{
	display: block;
	width: 1px;
	height: 263px;
	border-left: 2px dashed #fed68c;
	margin:0 35px;
}
.btnbox::after{
	content: '';
	display: block;
	width: 100%;
	background: url(../images/bg_yellow.jpg);
	height: 123px;
	pointer-events:none;
	margin-top: -123px;
}


.year50{
	width: 100%;
	background: url(../images/bg_yellow.jpg) repeat;
	padding: 40px 0;
	position: relative;
}
.year50 .box50{
	width: 800px;
	margin: 0 auto;
	padding: 30px 30px 20px 90px;
	border: 1px solid #fcdba5;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-box-shadow: 0 0 2px #e4a73f;
    -moz-box-shadow: 0 0 2px #e4a73f;
	box-shadow: 0 0 2px #e4a73f;
	position: relative;
}
.year50 .box50 p{
	font-size: 13px;
	color: #753939;
	line-height: 20px;
}
.year50 .box50 h6{
	background: #bc3931;
	color: #ffffff;
	position: absolute;
	width: 200px;
	height: 30px;
	top:-13px;
	margin: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
}
footer::after{
	content: '';
	display: block;
	width:100%;
	height: 258px;
	background: url(../images/ind_pic2.png) center no-repeat;
	position: absolute;bottom: 0;
	left: 0;
	pointer-events:none;

}
.year50 .main::before{
	content: '';
	display: block;
	width: 254px;
	height: 254px;
	background: url(../images/ind_pic1.png);
	position: absolute;
	bottom:-40px;
	left: -60px;
	z-index: 1;pointer-events:none;

}
#swal2-content figure {
    display: flex;
    align-items: flex-start;
	margin: 0 auto 20px;
}
#swal2-content figure+figure{
	border-top: 1px dotted #f9bdb0;
}
#swal2-content figure img{
	width: 30%;
}
#swal2-content figure figcaption{
	padding-left: 15px;
}
#swal2-content figure h5{
	font-size: 20px;
	text-align: left;
}
#swal2-content figure h6{
	font-size: 16px;
	text-align: left;
	color:#bc3931;
	font-weight: normal;
}
#swal2-content figure h6 span{
	padding-left: 8px;
}
#swal2-content h4,#swal2-content h3{
	width: 100%;
	background: #f9bdb0;
	font-size: 18px;
	line-height: 40px;
	color: #783531;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#swal2-content small{
	display: block;
	text-align: left;
}
#swal2-content small a{
	color: #4d97ff;
	cursor: pointer;
}
#swal2-content h4 span{
	background: #783531;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	padding:0 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
.morefood{
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
}

#swal2-content h6{
	font-size: 18px;
	color: #f3766d;
	line-height: 25px;
}
#swal2-content ul{
	padding: 0;
	padding-top: 6px;
}
#swal2-content ul+ul{
	border-top: #f9bdb0 2px dotted;
    padding-top: 10px;
}
#swal2-content li{
	width: 20%;
    display: inline-block;
    list-style: none;
    font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}
@media (max-width: 1000px) {
	.btnbox .btnall a:hover{
		transform: scale(1);
	}
	.year50 .box50{
		width: 90%;
		padding: 4%;
	}
	.titlebox .title{
		width: 80%;
	
	}
	.titlebox .datetxt{
		width: 80%;
		height: auto;
		padding: 5px 0;
	}
	.txtbox{
	width:70%;
	}
	.btnbox .stit{
		text-align: center;
	}
	
	.year50 .main::before{display: none;
	}
	.year50 .box50 p{
		margin: 0;
		padding-top: 15px;
	}
	.allbox::before {
		content: "";
		display: block;
		width: 100%;
		height: 946px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		pointer-events: none;
		background: url(../images/mobile.png) no-repeat top center;
		background-size: 100% auto;
	}
	.titlebox {
		padding-top: 50vw;
	}
}
@media (max-width: 740px) {
	
	.txtbox{
		width: 90%;
		}
	.txtbox p{
		font-size: 3.8vw;
		line-height:7vw;
		letter-spacing: 0;
	}
	.titlebox .datetxt{
		flex-direction: column;margin: 15px auto;
	}
	.titlebox .datetxt p:nth-child(2)::before{
		display: none;
	}
	.titlebox .datetxt p{
		font-size: 4vw;
	}
	.btnbox .stit{
		width: 90%;
		font-size: 4vw;
		margin: 15px auto;
	}
	.btnbox .stit >div{
		display:block;
		margin: 5px;
	}
	.btnbox .btnall .linebox{
		display: none;
	}
	.btnbox .btnall a {
		flex: 0 0 48%;
		width: 48%;
		height:48vw;
		text-indent: -9999px;
	}
	.btnbox .btnall a:nth-child(1){
		background: url(../images/index_event1_btn.png) no-repeat;
		background-size: 100% auto;
	}
	.btnbox .btnall a:nth-child(3){
		background: url(../images/index_event2_btn.png) no-repeat;
		background-size: 100% auto;
	}
	.year50{
		padding:25px 0
	}
	#swal2-content figure {
		flex-direction: column;
	}
	#swal2-content h4{
		text-align: center;
	}
	#swal2-content h4 span{
		display: block;
		width: 100%;
	}
	#swal2-content figure figcaption{
		padding-left: 0;
		width: 100%;
	}
	#swal2-content figure h5 {
		font-size:6vw;
		text-align: center;
	}
	#swal2-content figure h6{
		text-align: center;
		font-size: 4vw;
	}
	#swal2-content figure img {
		min-width: 80%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.morefood {
		bottom: auto;
		top: 107vw;
	}
	.morefood img{
		width: 22vw;
	}

	#swal2-content li{
		font-size: 4.4vw;
	}
	#swal2-content h6 {
		font-size:4.5vw;
		line-height: 25px;
	}
}
