
a {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #9D9D9D;
}
a:hover {
	color: #9D9D9D;
}

#sec03 section ul li dt span a {
	color: #FF3C26;
}
#sec03 section ul li dt spanp a:link {
	color: #FF3C26;
}
#sec03 section ul li dt span a:visited {
	color: #FF3C26;
}
#sec03 section ul li dt span a:active {
	color: #FF3C26;
}
#sec03 section ul li dt span a:hover {
	color: #9D9D9D;
}




.bnb-outer {
    width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
}
div#container {
	width: 100%;
    box-sizing: border-box;
}
.h2icon {
    display: block;
    width: 100%;
    height: auto;
}
.side-bnb {
    box-sizing: border-box;
    position: fixed;
    top: 134px;
    right: 0;
    width: 220px;
}
.side-bnb .side-bnb-inner {
    background: #fff;
    border-top: solid 10.91px #c60b0a;
    box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}
.side-bnb .side-bnb-inner h3 {
    box-sizing: border-box;
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: bold;
    color: #0f580f;
}
.side-bnb nav ul {
    box-sizing: border-box;
    width: 100%;
    border-top: solid 1px #deddda;
}
.side-bnb nav ul li {
    box-sizing: border-box;
    width: 100%;
}
.side-bnb nav ul li a {
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    padding: 10px 5px 10px 15px;
    border-bottom: solid 1px #deddda;
    color: #1f1f1f;
    position: relative;
    transition: .3s;
}
.side-bnb nav ul li a.atv {
    background: #f5f5f5;
}
.side-bnb nav ul li a span {
    display: inline;
}
.side-bnb nav ul li a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 6px #c60b0a;
    position: absolute;
    top: 18.5px;
    right: 10px;
    transition: .3s;
}
.side-bnb nav ul li a:hover {
    color: #c60b0a;
    background: #f5f5f5;
}
.side-bnb nav ul li a:hover:before {
    left: 15px;
}
p.gotop.ison {
    bottom: 180px;
}
/*******ヘッダーナビ*******/
header nav {
	overflow: hidden;
	margin: 0;
	z-index: 300;
	width: 1200px;
	margin: 0 auto;
}
header nav p.archive {
	display: none;
}
header nav ul {
	float: right;
}
header nav ul li {
	display: block;
	height: 59px;
	float: left;
    padding-left: 40px;
}
header nav ul li a {
	display: block;
	height: 59px;
	line-height: 59px;
	text-decoration: none;
}
header nav ul li.navi01 a {
	background: url(/pizzafest/img/navi01.png) 0 top no-repeat;
	width: 226px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi02 a {
	background: url(/pizzafest/img/navi02.png) 0 top no-repeat;
	width: 167px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi03 a {
	background: url(/pizzafest/img/navi03.png) 0 top no-repeat;
	width: 205px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi04 a {
	background: url(/pizzafest/img/navi04.png) 0 top no-repeat;
	width: 189px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi05 a {
	background: url(/pizzafest/img/navi05.png) 0 top no-repeat;
	width: 212px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi01 a:hover {
	background: url(/pizzafest/img/navi01_over.png) 0 top no-repeat;
	width: 226px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi02 a:hover {
	background: url(/pizzafest/img/navi02_over.png) 0 top no-repeat;
	width: 167px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi03 a:hover {
	background: url(/pizzafest/img/navi03_over.png) 0 top no-repeat;
	width: 205px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi04 a:hover {
	background: url(/pizzafest/img/navi04_over.png) 0 top no-repeat;
	width: 189px;
	background-size: 100%;
	height: 100%;
}
header nav ul li.navi05 a:hover {
	background: url(/pizzafest/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: block;

}

.period {
	font-size: 1.4em;
	padding: 20px;
}
#main_img_pc {
    display: block;
    width: 100%;
    height: auto;
}
#main_img_sp {
    display: none;
}
@media (max-width: 1200px) {
a {
	color: #676767;
}
a:link {
	color: #676767;
}
a:visited {
	color: #676767;
}
a:active {
	color: #9D9D9D;
}
a:hover {
	color: #9D9D9D;
}
.bnb-outer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
div#container {
	width: 100%;
    box-sizing: border-box;
    padding-right: 10px;
}
.h2icon {
    display: block;
    width: 100%;
    height: auto;
}
.side-bnb {
    width: 100%;
    position: static;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.side-bnb .side-bnb-inner {
    box-sizing: border-box;
    position: static;
    width: 100%;
    margin: auto;
    background: #fff;
    border-top: solid 9.17px #c60b0a;
    box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}
.side-bnb .side-bnb-inner h3 {
    box-sizing: border-box;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    color: #0f580f;
	text-align: center;
}
.side-bnb nav ul {
    box-sizing: border-box;
    width: 100%;
    border-top: solid 1px #deddda;
}
.side-bnb nav ul li {
    box-sizing: border-box;
    width: 100%;
}
.side-bnb nav ul li a {
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    padding: 10px 10px 10px 25px;
    text-align: center;
    border-bottom: solid 1px #deddda;
    color: #1f1f1f;
    position: relative;
    transition: .3s;
	text-align: left;
}
.side-bnb nav ul li a.atv {
    background: #f5f5f5;
}
.side-bnb nav ul li a span {
    display: inline;
    text-indent: 0;
}
.side-bnb nav ul li a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 6px #c60b0a;
    position: absolute;
    top: 16.5px;
    transition: .3s;
}
.side-bnb nav ul li a:hover {
    color: #c60b0a;
}

p.gotop.ison {
    bottom: 45px;
}
    
    
    
.breadcrumb {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	width: 95%;
}
.breadcrumb li {
	float: left;
    width: 33%;
	text-align: center;
}
.breadcrumb li a {
	color: #FFFFFF;
    text-decoration: none;
    font-size: 0.6em;
    font-weight: 700;
    padding: 20px 0px 20px 0px;
    background: #ff7464;
    position: relative;
    display: block;
    float: left;
    cursor: none;
    margin-left: 0px;
	width:100%;
}
.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;
}

header nav {
    position: fixed;
}
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;
}    
.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;
} 
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 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;
}   
}
@media (max-width: 767px) {
a {
	color: #676767;
}
a:link {
	color: #676767;
}
a:visited {
	color: #676767;
}
a:active {
	color: #9D9D9D;
}
a:hover {
	color: #9D9D9D;
}
header nav ul, .footer .foot_inner, article, article h2 {
	width: 100%;
	padding: 20px 0 0 0;
}
#sec02 aside, #sec03 aside {
	padding: 10px 0 30px 0;
}
div#container {
	position: relative;
	top: 20px;
	margin-bottom: 60px;
    padding-right: 0;
}
img {
	width: 100%;
}
img.h2icon {
	width: 100%;
	position: relative;
	top: 12px;
	margin-bottom: 0px;
}
.top_inner {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	top: 55px;
}
header p.title, header p.title2 {
	position: relative;
    z-index: 300;
    top: 20%;
    /* left: 29%; */
    width: 80%;
    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 {
	display: none;
}
.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;
}

.period {
	font-size: 1.1em;
	padding: 10px;
	text-align: center;
}
#main_img_pc {
    display: none;
}
#main_img_sp {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 55px;
}
#sec05 section {
    width: 94%;
    padding: 0 3% 0 3%;
}
.breadcrumb li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.6em;
    font-weight: 700;
    padding: 20px 0px 20px 0px;
    background: #ff7464;
    position: relative;
    display: block;
    float: left;
    cursor: none;
    margin-left: 0px;
}
}
@media (max-width: 413px) {
.breadcrumb {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	width: 95%;
}
.breadcrumb li {
	float: left;
    width: 33%;
    text-align: center;
}
.breadcrumb li a {
	color: #FFFFFF;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: 700;
    padding: 20px 0px 20px 0px;
    background: #ff7464;
    position: relative;
    display: block;
    float: left;
    cursor: none;
    margin-left: 0px;
	    text-align: center;
}
.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;
	z-index: -200;
}
.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;
	z-index: -300;
}
.breadcrumb li:last-child a:after {
	border-left-color: #ff1c03;
}
}
@media (max-width: 374px) {
.breadcrumb li:first-child a {
    padding: 20px 0px 20px 10px;
}
.breadcrumb li a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 100px solid transparent;
	border-bottom: 100px solid transparent;
	border-left: 25px solid #ff7464;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 100%;
	z-index: 2;
}
.breadcrumb li a:before {
	content: "";
	display: none;
	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;
}
}
/*******ヘッダーナビ*******/
