* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
body {
	width: 100%;
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 2;
	font-size: 15px;
	color: #303030;
	background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 249, 249, 1) 10px, rgba(255, 249, 249, 1) 20px );
}
article, article, aside, nav, header, footer, hgroup {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ranga', cursive;
}
img, a {
	border: none;
	width: auto;
	height: auto;
}
a {
	color: #FF3C26;
}
a:link {
	color: #FF3C26;
}
a:visited {
	color: #FF3C26;
}
a:active {
	color: #9D9D9D;
}
a:hover {
	color: #9D9D9D;
}
.outlink:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}

.shop:hover {
	opacity: 0.8;
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";
	background: none!important;
}
/*******header*******/
header {
	background: #ec210a;
	background: url(../img/bg.png);
	z-index: 1;/*height: 583px;*/
    position: relative;
	z-index: 1000;
}
header p {
	font-size: 85%;
	color: #FFFFFF;
	line-height: 55px;
	margin-left: 20px;

}



.top_inner {
	overflow: hidden;
	width: auto;
	height: 480px;
	position: relative;
}


.yt-wrapper {
  position: relative;
  width: 100%;
}
.yt-wrapper:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.yt-wrapper iframe {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1000 !important;
}


/*
.sponly {
	display: none;
}*/
/*.video_cover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	background: url(/pizzafest/img/bg_dot.png) 0 0 repeat;
	height: 600px;
	width: 100%;
}*/
header p.title {
	position: relative;
    z-index: 300;
    top: 30%;
    /* left: 29%; */
    width: 512px;
    margin: 0 auto;
    /* text-align: center; */
}
header p.title img {
	width: 100%;
	height: 209px;
}

/*******header*******/


/*******ヘッダーナビ*******/
header nav {
	overflow: hidden;
	margin: 0;
	z-index: 300;
	width: 1040px;
	margin: 0 auto;
}
header nav p.archive {
	display: none;
}
header nav ul li {
	display: block;
	height: 59px;
	float: left;
}
header nav ul li a {
	display: block;
	height: 59px;
	line-height: 59px;
	text-decoration: none;
}
header nav ul li.navi01 a {
	background: url(../img/navi01.png) 0 top no-repeat;
	width: 226px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi02 a {
	background: url(../img/navi02.png) 0 top no-repeat;
	width: 167px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi03 a {
	background: url(../img/navi03.png) 0 top no-repeat;
	width: 205px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi04 a {
	background: url(../img/navi04.png) 0 top no-repeat;
	width: 189px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi05 a {
	background: url(../img/navi05.png) 0 top no-repeat;
	width: 212px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi06 {
    display: none;
}
header nav ul li.navi01 a:hover {
	background: url(../img/navi01_over.png) 0 top no-repeat;
	width: 226px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi02 a:hover {
	background: url(../img/navi02_over.png) 0 top no-repeat;
	width: 167px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi03 a:hover {
	background: url(../img/navi03_over.png) 0 top no-repeat;
	width: 205px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi04 a:hover {
	background: url(../img/navi04_over.png) 0 top no-repeat;
	width: 189px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi05 a:hover {
	background: url(../img/navi05_over.png) 0 top no-repeat;
	width: 212px;
	background-size: 100%;
	height: 100%;
}
/*nav ul li a:hover{
	opacity: 0.9;
}*/
header nav ul li a span {
	display: none;/*text-indent: -9999px;
	padding-left: 9999px;*/
}
.bn-btn {
    position: absolute;
    top: 54px;
    right: 33px;
    display: block;
    width: 188px;
    height: 41px;
    background: #fff;
    color: #000 !important;
    border-radius: 5px;
    text-align: center;
    line-height: 41px;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
	z-index: 2000;
}
.bn-btn:hover {
    background: #ccc;
}
@media screen and (max-width: 1431px) {
    .bn-btn {
        top: 10px;
        height: 35px;
        border-radius: 5px;
        line-height: 35px;
        font-size: 16px;
    }
}
/*******ヘッダーナビ*******/

article {
	width: 100%;
	margin: 0px auto 30px;
	padding: 0;
	text-align: center;
}
article.partition {
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	margin-top: 0px;
	padding-top: 80px;
	clear: both;
}
article.partition.first {
	padding-top: 0px !important;
}
.red {
	background: #ff1c03 !important;
}
.h2icon {
	position: relative;
	top: 21px;
}
article h2 {
	margin: 0px auto 20px;
	padding: 20px 0;
	width: 100%;
	/*background: #deddda;*/
	font-size: 4em;
	color: #c60b0a;
	font-family: 'Shadows Into Light', cursive;
}
article h2 img {
	width: 100%;
}
article h2 span {
	display: block;
	color: #0f580f;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-shadow: none;
	letter-spacing: -0.04em;
	position: relative;
	top: -20px;
}
article p {
	margin-bottom: 30px;
}
p#people {
	font-size: 150%;
	font-weight: bold;
	color: #ff1c03;
}
p#people strong {
	font-size: 190%;
}
.count {
	font-size: 2.4em;
	font-weight: 700;
	display: inline;
}
#article1 {
	padding-bottom: 100px;
}
section {
	overflow: hidden;
	width: 980px;
	margin: 30px auto 60px auto;
}
article h3 {
	position: relative;
	float: left;
	top: -20px;
	left: -50px;
}
article h3 img {
	position: relative;
	left: 0;
}
article img.sec02img {
	position: relative;
	float: right;
	top: -80px;
	right: -50px;
	width: 42%;
}
article table.table_ol {
	width: 920px;
	display: inline-block;
	font-size: 93%;
	margin: -240px 0 20px;
}
article table.table_ol p {
	text-align: left;
}
article .table_ol th, article .table_ol td {
	text-align: left;
	vertical-align: top;
	empty-cells: show;
}
article .table_ol th {
	padding: 13px 30px 14px 0;
	vertical-align: top;
	border-bottom: 1px dotted #ff897c;
	width: 20%;
}
article .table_ol th h4 {
	margin: 0;
	padding: 5px 0;
	background: #ff1c03;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	width: 12em;
	font-size: 107%;
}
article .table_ol td {
	padding: 13px 0 14px;
	border-bottom: 1px dotted #FF897C;
	width: 80%;
}
/*article .table_ol tr:first-child th, article .table_ol tr:first-child td {
border: none;
}*/
article .table_ol td dl {
	padding: 0 20px 0 0;
	overflow: hidden;
}
article .table_ol td dl dt {
	width: 12%;
	float: left;
}
article .table_ol td dl dd {
	width: 80%;
	float: left;
}
article .table_ol td dl#deco {
	padding: 0;
}
article .table_ol td dl#deco dt {
	margin: 0;
	padding: 7px 0;
	background: #ffe4e1;
	border-bottom: solid 1px #FCD8D3;
	color: #ff897c;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	width: 11em;
	height: 10em;
	float: left;
	line-height: 10em;
}
article .table_ol td dl#deco dd {
	width: 70%;
	padding: 7px 0 7px 20px;
	height: 10em;
	border-bottom: solid 1px #FCD8D3;
}
article .table_ol td dl#deco dd strong {
	font-weight: bold;
}
#sec02 aside, #sec03 aside {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
}
#sec02 section {
	padding: 0px 60px;
	background-color: #ffedeb;
	overflow: visible;
}
#sec03 section {
	padding: 0px 60px;
	background-color: #FFFFFF;
	overflow: visible;
}
#sec02 section h4 {
	clear: both;
	font-weight: bold;
	margin-bottom: 10px;
}
#sec02 section h5 {
	clear: both;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #0f580f;
	margin-bottom: 10px;
}
#sec02 section p {
	display: inline-block;
	padding: 0 30px;
}
#sec02 section ul, #sec03 section ul {
	overflow: hidden;
}
#sec02 section ul li, #sec03 section ul li {
	float: left;
	width: 300px;
	margin-bottom: 30px;/*-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background-color: #f5f5f5;
-webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}
#sec02 section ul li.middle, #sec03 section ul li.middle {
	margin-left: 35px;
	margin-right: 35px;
}
#sec03 section ul li.two {
	margin: 0 60px 0 120px;
}
#sec03 section ul li img {
	border: solid 10px #deddda;
}
#sec02 section ul li dl, #sec03 section ul li dl {
	margin: 0 10px;
}
#sec02 section ul li dt, #sec03 section ul li dt {
	font-size: 110%;
	font-weight: bold;
	padding: 10px 0;
}
#sec03 section ul li dt {
	font-size: 113%;
}
#sec03 section ul li dt span {
	font-size: 82%;
	display: block;
	line-height: 1.3em
}
#sec03 section ul li dt span.cp {
	letter-spacing: 0.02em;
}
#sec02 section ul li dd, #sec03 section ul li dd {
	text-align: left;
	font-size: 90%;
	width: 90%;
    margin: 0 auto;
}
#sec04 img.result {
	width: 852px;
}
article table.table_result {
	/*display: inline-block;*/
	font-size: 93%;
	margin: 0 0 20px;
}
article table.table_result p {
	text-align: left;
}
article .table_result th, article .table_result td {
	text-align: left;
	vertical-align: top;
	empty-cells: show;
}
article .table_result th {
	padding: 13px 30px 14px 0;
	vertical-align: top;
	border-bottom: 1px dotted #ff897c;
	width: 20%;
}
article .table_result th h4 {
	margin: 0;
	padding: 5px 0;
	background: #ff1c03;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	width: 12em;
	font-size: 107%;
}
article .table_result td {
	padding: 13px 0 14px;
	border-bottom: 1px dotted #FF897C;
	width: 80%;
}
/*article .table_result tr:first-child th, article .table_result tr:first-child td {
border: none;
}*/
article .table_result td dl {
	padding: 0 20px 0 0;
	overflow: hidden;
	line-height: 3em;
}
article .table_result td dl dt {
	width: 50%;
	float: left;
	font-size: 130%;
	font-weight: bold;
}
article .table_result td dl dd {
	width: 46%;
	float: left;
}
article .table_result td dl#deco dt {
	margin: 0;
	padding: 7px 0;
	background: #ffe4e1;
	border-bottom: solid 1px #FCD8D3;
	color: #ff897c;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	width: 11em;
	height: 7em;
	float: left;
	line-height: 7em;
}
article .table_result td dl#deco dd {
	width: 70%;
	padding: 7px 0 7px 20px;
	height: 7em;
	border-bottom: solid 1px #FCD8D3;
}
article .table_result td dl#deco dd strong {
	font-weight: bold;
}

.btn-grp {
    width: 100%;
    margin: 40px auto;
}


/*modal************************************************************/

#modal-btn {
    display: block;
    width: 385px;
    height: 80px;
    margin: 50px auto 0 auto;
    background: rgb(15, 88, 15);
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;
	border-radius: 50px;
}
#modal-btn span img {
    position: relative;
    top: 7px;
}

#modal-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	transition: .3s;
}
#modal-outer.ison {
	opacity: 1;
	visibility: visible;
}
#modal-close {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999999;
}
#modal-inner {
	width: 100%;
	height: 50%;/*
    background: rgba(255,255,255,.2);*/
	position: fixed;
	top: 35%;
	margin-top: -155px;
}
#slider {
	height: 100%;
}
.sp-slide {
	text-align: center;
	width: 600px;
	margin: auto;
}
.sp-slide img {
	height: auto;
	width: auto;
}

/*##################################################################*/
/*# media queries ##################################################*/
/*##################################################################*/
@media screen and (max-width: 767px) {
/*main image************************************************************/
.btn-grp {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
}
.btn-grp ul li {
	line-height: 2em;
	font-size: 12px;
}
.btn-grp ul li:before {
	content: '\00203b';
}
.btn-grp #modal-btn {
	display: block;
	width: 60%;
	height: 47px;
	margin: 20px auto 0 auto;
	background: rgb(15, 88, 15);
	text-align: center;
	line-height: 47px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	transition: .3s;
}
.btn-grp #modal-btn span {
	display: inline-block;
	margin: 0 0 0 5px;
}
.btn-grp #modal-btn span img {
	width: 25px;
	height: 20px;
	position: relative;
	top: 3px;
}
.btn-grp #modal-btn:hover {
	opacity: 0.7;
}


/*modal************************************************************/
#modal-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	transition: .3s;
}
#modal-outer.ison {
	opacity: 1;
	visibility: visible;
}
#modal-close {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999999;
}
#modal-inner {
	width: 100%;
	height: 100%;
	position: static;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#slider {
	height: auto;
}
.sp-slide {
	width: 100%;
	height: auto;
	font-size: 9px;
}
.sp-slide img {
	width: auto;
	height: auto;
	max-height: 300px;
}
}


/*bland_list*/

.brand_list {
	width: 852px;
	height: 63px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.brand_list ul {
	width: 812px;
	margin: 0 auto;
}
.brand_list li {
	float: left;
}
/*fb_like*/

.fb_like {
	width: 833px;
	height: 100px;
	padding-top: 8px;
	padding-left: 19px;
}
/*footer*/

footer {
	width: 100%;
	height: 200px;
	background-color: #ec210a;
	position: relative;
	bottom: -30px;
}

footer .foot_inner {
	text-align: center;
	color: #FFFFFF;
	width: 852px;
	height: 16px;
	margin: auto;
	padding-top: 10px;
}
footer .foot_inner a:visited {
	color: #FFFFFF;
}
copyrights {
	font-size: 0.8em;
	line-height: 16px;
	color: #FFFFFF;
}
footer a:visited {
	color: #FFFFFF !important;
}
/*p.gotop {
	right: 9%;
	background: #ec210a;
}*/
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

a {
	text-decoration: none;
}
p.btn, p.btn2 {
	display: inline-block;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0;
	border: none;
	text-decoration: none;
	padding: 15px 35px !important;
	background: rgb(15, 88, 15);
	border-radius: 50px;	
}
p.btn:hover, p.btn2:hover {
	opacity: 0.7;
}


p.btn2 {
	background: rgb(0,0,0,1);
	
}
p.btn2 a {
	color: #FFFFFF;
}



@media (max-width: 767px) {
header nav ul, .footer .foot_inner, article, article h2, #sec02 aside, #sec03 aside {
	width: 100%;
	padding: 0;
}
img {
	width: 100%;
}
img.h2icon {
	width: 100%;
	position: relative;
	top: 12px;
	margin-bottom: 0px;
}



.top_inner {
	overflow: hidden;
	width: auto;
	height: 240px;
	position: relative;
	top: 0px;
	object-fit: cover; 
}




.yt-wrapper iframe {
  top: 55px;
  height: 280px;
}



header p.title, header p.title2 {
	position: relative;
    z-index: 300;
    top: 20%;
    /* left: 29%; */
    width: 100%;
    margin: 0 auto;
    /* text-align: center; */
	font-size: 14px;
	line-height: 1.2em;
	font-family:Tahoma, Geneva, sans-serif;
	
}
header p.title2 {
	top: 39%;
	font-size: 38px;
}
header {
	width: 100%;
	height: 100%;
}
header p.copy {
	font-size: 85%;
	color: #FFFFFF;
	line-height: 1.2em;
	margin: 0 10px;
	position: fixed;
	z-index: 500;
	top: 10px;
	width: 80%;
	
}
header p.title img {
	width: 100%;
	height: auto;
}
/*video {
	position: relative;
	height: 400px;
}*/
/*.top__mov {
	height: 220px;
}*/
/*.sponly {
	display: inherit;
	width: 100%;
	height: auto;
}*/
header nav {
	top: 0;
	background: #ec210a;
	width: 100%;
}
header nav p.archive {
	display: block;
	width: 50px;
	line-height: 45px;
	margin-top: 10px;
	text-align: center;
	float: right;
	background: #ec210a;
}
.bn-btn {
    display: none;
}

article.partition {
	background: none;
}

article.partition.first {
    top: 110px;
    position: relative;
	z-index: -1000;
	height: 20px;
}


/* メニューアイコン */
.ico-menu {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 25px;
	height: 0;
	padding-top: 18px;
	background: #FFF;
}
.ico-menu:before, .ico-menu:after {
	position: absolute;
	left: 0;
	content: "";
	width: 25px;
	height: 0;
	border-top: 3px solid #ec210a;
}
.ico-menu:before {
	top: 4px;
}
.ico-menu:after {
	bottom: 4px;
}
.active {
	background: #E2E2E2;
}
header nav {
	position: fixed;
}
header nav ul li.navi01 a, header nav ul li.navi02 a, header nav ul li.navi03 a, header nav ul li.navi04 a, header nav ul li.navi05 a {
	background-image: none;
	display: block;
	width: 100%;
}
header nav ul li.navi01 a:hover, header nav ul li.navi02 a:hover, header nav ul li.navi03 a:hover, header nav ul li.navi04 a:hover, header nav ul li.navi05 a:hover {
	background-image: none;
}
header nav ul#menu {
	display: none;
	width: 100%;
	position: relative;
	left: 0;
	z-index: 30;
	clear: left;
}
header nav ul#menu > li {
	width: 100%;
	height: 50px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #EEEEEE), color-stop(1.00, #fff));
	background: -webkit-linear-gradient(#EEEEEE, #fff);
	background: -moz-linear-gradient(#EEEEEE, #fff);
	background: -o-linear-gradient(#EEEEEE, #fff);
	background: -ms-linear-gradient(#EEEEEE, #fff);
	background: linear-gradient(#EEEEEE, #fff);
	display: inline-block;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: solid 1px #CCCCCC;
}
header nav ul#menu > li a.active {
	padding: 14px 12px;
	border: none;
}
header nav ul li a span {
	display: block;
	line-height: 50px;
}
li#nav_cast ul {
	width: 100%;
	left: 0;
}
header nav ul.sub_menu, #home header nav ul.sub_menu {
	display: inline-block;
	top: 0;
	position: relative;
	padding: 0;
}
header nav ul.sub_menu li {
	float: none;
	padding: 0 6px;
	border-right: none;
	border-bottom: solid 1px #CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #EEEEEE), color-stop(1.00, #fff));
	background: -webkit-linear-gradient(#EEEEEE, #fff);
	background: -moz-linear-gradient(#EEEEEE, #fff);
	background: -o-linear-gradient(#EEEEEE, #fff);
	background: -ms-linear-gradient(#EEEEEE, #fff);
	background: linear-gradient(#EEEEEE, #fff);
}
header nav ul.sub_menu li#cast_01 {
	border-top: solid 1px #CCCCCC;
}
article {
	width: 100%;
	margin: 0 auto;
}
article.partition {
	margin: 0;
	padding: 0;
	height: 50px;
}
.first {
	margin-top: 40px !important;
}
article div {
	width: auto;/*margin: 0 3%;*/
}
article#sec04 div {
/*margin: 0 3%;*/
}
article p {
	margin: 0 4% 10px;
	padding: 0 10px;
	text-align: left;
}
p#people {
	font-size: 130%;
	text-align: center;
}
article h2 {
	font-size: 2em;
    width: 100%;
    padding-top: 10px;
}
article h2 span {
	font-size: 0.6em;
	padding: 5px 0 0 0;
}
#sec02 section p {
	padding: 0 15px;
	text-align: center;
}
#sec02 article, #sec03 article {
	width: 100%;/*margin: 0 3%;*/
}
article h3 {
	width: 70%;
	top: -20px;
	left: -15px;
}
article table.table_ol, article table.table_result {
	width: 100%;
	margin-top: 0;
}
article table.table_ol th, article table.table_ol td, article table.table_result th, article table.table_result td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
}
article .table_ol th h4, article .table_result th h4 {
	width: 100%;
}
article table.table_ol td, article table.table_result td {
	margin: 3%;
	width: 94%;
}
article .table_ol td dl, article .table_result td dl {
	padding: 0;
	line-height: 1.6;
}
article .table_ol td dl dt {
	width: 20%;
}
article img.sec02img {
	position: static;
	float: none;
	width: 80%;
	margin-top: -25px;
	margin-bottom: 10px;
}
article .table_ol td dl#deco dt {
	width: 100%;
	height: 2em;
	line-height: 2em;
	margin-bottom: 10px;
}
article .table_ol td dl#deco dd {
	width: 96%;
	padding: 0 2%;
	height: 100%;
	margin-bottom: 10px;
	border: 0;
}
article .table_result td dl dt {
	width: 100%;
	text-align: center;
}
article .table_result td dl dd {
	width: 100%;
	padding-left: 0px;
	height: 100%;
	text-align: center;
	margin-bottom: 10px;
	border: 0;
}
#sec01 {
margin-top: 100px;
}
#sec02 section, #sec03 section, #sec04 section {
	width: 94%;
    padding: 0 3% 0 3%;
}
#sec02 section h5 {
	font-size: 110%;
}
#sec02 section ul li, #sec03 section ul li {
	width: 46%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	font-size: 0.9em;
	line-height: 1.6;
}
#sec02 section ul li.middle, #sec03 section ul li.middle, #sec03 section ul li.two {
	margin: 0 2% 30px;
}
#sec02 section ul li img, #sec03 section ul li img {
	width: 100%;
}
#sec02 section p, {
 width: 100%;
}
#sec03 section ul li img {
    border: none;
}
#sec03 section ul li dl {
	margin: 0;
}
#sec02 section ul li dt, #sec03 section ul li dt {
	font-size: 1em;
}
#sec03 section ul li dt span {
    font-size: 0.75em;
	margin-bottom: 6px;
}
#sec03 section ul li dd {
	text-align: center;
	height: 80px;
}
#sec04 img.result {
	width: 100%;
}




p.gotop {
	z-index: 50;
}
footer {
	height: 80px;
}
footer nav {
	background-color: #ec210a;
	margin: 0;
}
footer nav ul {
	width: 100%;
}
footer nav ul li {
	float: none;
	padding-right: 0;
}
footer nav ul li a {
}
footer .foot_inner {
	width: 94%;
}
copyrights {
	text-align: center;
}
copyrights a:link {
	color: #FFFFFF !important;
}
.bx-wrapper .bx-viewport {
	/*background: #ec210a;*/
	top: 50px;
}
.bx-wrapper .bx-pager {
	padding-top: 45px;
}
p.btn, p.btn2 {
	font-size: 0.95em;
	margin-bottom: 20px;
}
p.btn2 {
    position: relative;
    top: 50px;
}
article p.center {
	text-align: center !important;
}
}




.breadcrumb {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	width: 980px;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: 700;
	padding: 20px 50px 20px 120px;
	background: brown;                   /* fallback color */
	background: #ff7464;
	position: relative;
	display: block;
	float: left;
	cursor: none;
}
.breadcrumb li a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 100px solid transparent;
	border-bottom: 100px solid transparent;
	border-left: 50px solid #ff7464;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 100%;
	z-index: 2;
}
.breadcrumb li a span {
	font-size: 1.8em;
	display: block;
}
.breadcrumb li a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}
/*.breadcrumb li:first-child a {
			padding-left: 10px;
		}*/
.breadcrumb li:nth-child(2) a {
	background: #ff5b47;
}
.breadcrumb li:nth-child(2) a:after {
	border-left-color: #ff5b47;
}
.breadcrumb li:nth-child(3) a {
	background: #ff897b;
}
.breadcrumb li:nth-child(3) a:after {
	border-left-color: #ff897b;
}
/*.breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
		.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
		.breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
		.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }*/
.breadcrumb li:last-child a {
	background: #ff1c03;
}
.breadcrumb li:last-child a:after {
	border-left-color: #ff1c03;
}


@media only screen and (max-width: 767px) {
.breadcrumb {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	width: 90%;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li a {
	color: #FFFFFF;
    text-decoration: none;
    font-size: 0.6em;
    font-weight: 700;
    padding: 20px 0px 20px 55px;
    background: #ff7464;
    position: relative;
    display: block;
    float: left;
    cursor: none;
    margin-left: 0px;
}
.breadcrumb li a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 100px solid transparent;
	border-bottom: 100px solid transparent;
	border-left: 40px solid #ff7464;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 100%;
	z-index: 2;
}
.breadcrumb li a span {
	font-size: 1.8em;
	display: block;
}
.breadcrumb li a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}
/*.breadcrumb li:first-child a {
			padding-left: 10px;
		}*/
.breadcrumb li:nth-child(2) a {
	background: #ff5b47;
}
.breadcrumb li:nth-child(2) a:after {
	border-left-color: #ff5b47;
}
.breadcrumb li:nth-child(3) a {
	background: #ff897b;
}
.breadcrumb li:nth-child(3) a:after {
	border-left-color: #ff897b;
}
/*.breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
		.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
		.breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
		.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }*/
.breadcrumb li:last-child a {
	background: #ff1c03;
}
.breadcrumb li:last-child a:after {
	border-left-color: #ff1c03;
}
}




.single-promotions {
	height: 500px;
	margin: 0 15px;
}
.promotions-img {
    height: auto;
    width: 65%;
	float: right;
	/*position: absolute;
	right: 0px;*/
}

.promotions-details {
	width: 380px;
    height: 260px;
    position: absolute;
    top: 50px;
    background: #deddda;
    /* line-height: 30px; */
    padding: 40px 20px;
}
.promotions-details span {
	line-height:1.4em;
	display: inline-block;
}

.promotions-details h4 {
    font-size: 30px;
}
.icon {
	font-size: 36px;
	font-family:'Ranga', cursive;
	color: #DF3235;
}
.promotions-details a.read-more {
    border: 1px solid;
    color: #bb1e1e;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 30px;
    padding: 7px 23px;
    text-transform: uppercase;
}

.promotions-details a.read-more:hover {
    background: #bb1e1e none repeat scroll 0 0;
    border-color: #bb1e1e;
    color: #fff;
}
@media only screen and (max-width: 767px) {
.owl-item:nth-child(odd) .promotions-img,
	.owl-item:nth-child(even) .promotions-img,
    .promotions-img {
        height: auto;
		float:none;
        max-height: 450px;
        width: 100%;
    }
	.owl-item:nth-child(odd) .promotions-details,
	.owl-item:nth-child(even) .promotions-details,
    .promotions-details {
        height: auto;
		float:none;
        padding: 10px 0;
        position: absolute;
		top: 250px;
        width: 90%;
    }
	.promotions-img img {
		width: 90%;
}
	.promotions-details h4 {
        font-size: 20px;
    }
	.promotions-details span {
		display: block;
	}
	.icon {
	font-size: 24px;
}
	.promotions-details a.read-more {
		margin-top: 0px;
	}
    .promotions-area .row>div:last-child .single-promotions .read-more {
        
		padding: 0px;
		display: block;
    }
}