body{
    margin:0px;
    padding:0px;
	background: #ffe33f;
    color: #b2622b;
    font-family: "小塚ゴシック Pr6N","Hiragino Kaku Gothic Pro","Hiragino Sans","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 14px;
    line-height:1.7;
    font-weight: normal;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
    position:relative;
    left:0;
}
/* Clearfix
-----------------------------------------*/
.clear {
	zoom: 1;
}
.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.fr{
	float: right;
}
.fl{
	float: left;
}

.flex{
    display: flex;
	display: -ms-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.flex.wrap{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.flex.middle{
	align-items: center;
	-webkit-align-items: center;
}
.bg-white{
	background: #FFF;
	border-radius: 12px;
}
.title-lp{
	background: #c46200;
	font-size: 36px;
	font-weight: bold;
	color: #ffe33f;
	border-radius: 30px;
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 520px;
	line-height: 1.3;
	padding: 5px 0;
}
.sub-tit-lp {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0;
}
.intro-lp{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.sec-tit{
	background: #c46200;
	color: #ffe33f;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 1;
}
.sec-tit:before{
	position: absolute;
	content: "";
	width: 45px;
    height: 45px;
    transform: translateX(-50%) rotate(45deg);
    bottom: -22px;
    left: 50%;
    background: #c46200;
    z-index: -1;
}
.sec-content{
	padding-top: 40px;
}
.cnt-1{
	padding: 25px 40px;
	color: #b78223;
	margin-bottom: 15px;
}
.cnt-2, .cnt-3{
	padding: 25px 25px 40px 25px;
}
.cnt-1 .cnt-img, .cnt-1 .right-cnt{
	width: 50%;
}
.cnt-img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.number-order{
	color: #ffe33f;
	font-weight: bold;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	position: absolute;
}
.cnt{
	font-size: 16px;
}
.cnt-2, .cnt-3{
	width: calc(50% - 6px);
	width: -webkit-calc(50% - 6px);
}
.cnt-2 .cnt-img, .cnt-3 .cnt-img{
	padding-bottom: 30px;
}
.cnt-1 .cnt-title{
	padding-bottom: 40px;
}
.cnt-title{
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 20px;
	position: relative;
}
.book{
	font-size: 18px;
	padding-bottom: 4px;
}
.cnt-1 .food-name{
	font-size: 36px;
}
.tit{
	padding-left: 80px;
}
.food-name{
	font-size: 30px;
}
.number-order .number{
	font-size: 36px;
}
.number-order .place{
	font-size: 20px;
}
.cnt-1 .number-order{
	background: #b78223;
}
.cnt-2{
	color: #7c7c7c;
}
.cnt-3{
	color: #995436;
}
.cnt-2 .number-order{
	background: #7c7c7c;
}
.cnt-3 .number-order{
	background: #995436;
}
section{
	padding-bottom: 80px;
}
header{
	padding-bottom: 80px;
}
footer{
    padding-bottom: 70px;
    background: #ffe33f;
}

.relative{
	position: relative;
}
/*.bg-congratulation:before {
    content: "";
    background: url(../images/bg-congratulation-left.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 490px;
    height: 590px;
    z-index: 1;
}*/
.bg-congra{
	position: absolute;
    display: block;
    width: 100%;
    top: 0;
    height: 590px;
}
/*.bg-congratulation:after {
    content: "";
    background: url(../images/bg-congratulation-right.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 490px;
    height: 590px;
    z-index: 1;
}*/
.bg-firework:before {
    content: "";
    background: url(../images/bg-firework-left.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 780px;
    z-index: -1;
    background-size: cover;
}
.bg-firework:after {
    content: "";
    background: url(../images/bg-firework-right.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 780px;
    z-index: -1;
    background-size: cover;
}

.bg-firework-2:before {
    content: "";
    background: url(../images/bg-firework-head-left.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    width:250px;
    height: 535px;
    z-index: 2;
}
.txt-red{
	color:#FF0004;
}
.txt-white{
	color:#fff !important;
}
.bg-firework-2:after {
    content: "";
    background: url(../images/bg-firework-head-right.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    width:335px;
    height: 415px;
    z-index: 2;
}

.logo a img{
	max-width: 417px;
	display: block;
	margin: 0 auto;
}
.copyright{
	font-size: 12px;
	color: #b2622b;
}
.container{
    width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 100%;
}
.logo{
	text-align: center;
	margin: 0 auto;
	padding: 75px 20px 45px
}
.cnt ul li{
	
}
/*responsize*/
@media screen and (max-width: 1200px){
	
}
@media screen and (max-width: 767px){
	footer {
	    padding-bottom: 40px;
	}
	.logo{
	    padding: 35px 20px 25px;
	}
	.logo img{
		width: 100%;
	}
	.cnt-1 .cnt-img, .cnt-1 .right-cnt{
		width: 100%;
	}
	.cnt-2, .cnt-3{
		width: 100%;
	}
	.cnt-2{
		margin-bottom: 15px;
	}
	.display-mobile{
		display: block !important;
	}
	.cnt-title{
		padding-bottom: 25px;
	}
	.cnt-1 .cnt-img{
		padding-bottom: 15px;
	}
	.cnt-1 .food-name{
		font-size: 30px;
	}
	.number-order{
		width: 50px;
		height: 50px;
    	line-height: 50px;
	}
	.number-order .number {
	    font-size: 30px;
	}
	.number-order .place {
	    font-size: 16px;
	}
	.tit {
	    padding-left: 60px;
	}
	.cnt-1 {
	    padding: 25px;
	}
	section {
	    padding-bottom: 50px;
	}
	.sub-tit-lp{
		font-size: 30px;
	}
	.title-lp{
		font-size: 30px;
	    max-width: 420px;
	}
	header {
	    padding-bottom: 50px;
	}
	.sec-tit{
		font-size: 30px;
	}
	.intro-lp{
		font-size: 16px;
	}
	.bg-firework-2:after,.bg-firework-2:before{
		width: 25%;
    	height: 50%;
    	z-index: -1;
	}
	.bg-congra{
    	height: 356px;
	}
	.bg-congra{
		z-index: -1;
	}
}
@media screen and (max-width: 414px){
	.title-lp {
	    font-size: 26px;
	}
}