* {
  box-sizing: border-box;
  color: #3b1f09; }

*:focus {
  outline: none; }

body {
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #006035, black);

}

#fb-root { height: 0; }
#container { text-align: center; }

#header {
 /*width: 100%;*/
 background: #3b1f09;
}

.top-inner{
	width: 80%;
    height: auto;
    background: #FFFFFF;
	margin: 0 auto;
}

#top_ci-logo{ position: relative; left: -200px;}

/* top以外のヘッダーまわり  */
#head-inner{ width: 100%; display: flex; justify-content: space-around; }
#ci-logo{ position: relative;}
#lp-logo{ position: relative; padding-top: 20px;}





/*　ナビゲーション　ここから　*/
@media screen and (min-width: 1000px){ 
 .menu{ display: none;}
}

/* PC用ナビゲーション */
.pc-nav{ width: 100%;}

.main-nav{
   display: flex;
   justify-content: center;
   font-size: 1.8rem;
   flex-grow: 1;
   box-shadow: 0 7px 5px #004d25;
	
   background: #006035; 
   padding: 40px 0;
	
   margin: 0 auto;
}

.main-nav ul{ width: 50%;}

.main-nav li{ padding:0 50px;} 

.main-nav li+ li { border-left: 2px solid #fff; }
.main-nav li a{ text-decoration: none; color: #fff;}

.main-nav  a:hover{ color: #ffd700;} 

.main-nav  a:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

 
.main-nav li a{
  padding-bottom: 5px;
  position: relative;
}

.main-nav li a::before {
  background: #b0941e;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.main-nav li a:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
} 


/*   naviここまで  */


/* subpage */
#subpage{
    width: 80%;
    height: auto;
    background: #FFFFFF;
	margin: 0 auto;
}


/*  footerここから  */
#footer {
  width: 100%;
  margin: 0;
  padding: 20px 0px;
  background: #3b1f09;
}

.foot_cap {font-size: 1.5em; color: #FFFFFF;font-weight: bold;text-align: center;position: relative;margin-bottom: 1em;padding-top: 1.5em;}
.foot_cap:before {text-align: center;content: '';position: absolute;bottom: -10px;width: 200px;height: 2px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);background-color: #FFFFFF;border-radius: 2px;}

@media screen and (max-width: 499px) { 
/*　画面サイズ 499pxまで適用　*/
.brand-bn{margin: auto;padding: 0px 0px 0px 0px;}
.brand-bn ul{width:100%;margin:auto;display: flex;flex-wrap: wrap;justify-content: center;}
.brand-bn li{width:48%;margin:auto;padding:1%;}
.brand-bn img{width:100%;}
.sns-bn{margin: auto;padding: 0px 0px 0px 0px;}
.sns-bn ul{width:100%;margin:auto;display: flex;flex-wrap: wrap;justify-content: center;}
.sns-bn li{width:40px;margin:auto;padding:4% 0;text-align: center;}
.sns-bn img{width:100%;}
}
@media screen and (min-width: 500px) and (max-width: 999px) {
/*　画面サイズ 500pxから999pxまで適用　*/
.brand-bn{margin: auto;padding: 0px 0px 0px 0px;}
.brand-bn ul{width:100%;margin:auto;display: flex;flex-wrap: wrap;justify-content: center;}
.brand-bn li{width: 48%; padding: 1%;}
.brand-bn img{width:100%;}
.sns-bn{margin: auto;padding: 0px 0px 0px 0px;}
.sns-bn ul{width:100%;margin:auto;display: flex;flex-wrap: wrap;justify-content: center;}
.sns-bn li{width:50%; padding: 3% 0;text-align: center;}
.sns-bn img{width:100%;}
}
@media screen and (min-width:1000px) {
/*　画面サイズ 1000px以上から適用　*/
.brand-bn{margin: auto;padding: 0px 0px 0px 0px;}
.brand-bn ul{width:1000px;margin:auto;display:flex;flex-wrap: wrap;justify-content: center;}
.brand-bn li{width:30%;padding:1%;}
.brand-bn img{width:100%;}
.sns-bn{margin: auto;padding: 0px 0px 0px 0px;}
.sns-bn ul{width:1000px;margin:auto;display:flex;flex-wrap: wrap;justify-content: center;}
.sns-bn li{width:10%;padding:25px;}
.sns-bn img{width:100%;}
}


/* 企業情報など */
.company-attrntion{
	width: 100%;
	padding: 18px 0;
}

.company-attrntion ul{
	display: flex;
	width: 50%;
	margin: 0 auto;
	padding: 20px 0;
}

.company-attrntion li{
	list-style: none;
	padding: 0 20px;
	font-size: 11pt;
	flex-grow: 1;
	text-align: center;
}

.company-attrntion li+li{
	border-left: 1px solid #fff;

}

.company-attrntion a{
	text-decoration: none;
	color:#fff;
}

.company-attrntion a:hover{
	border-bottom: 2px #FFFFFF solid;
}


#copyright{
    text-align: center;
	font-size: 14px;
}

/* ======================================== */

           /*   共通　ここまで   */

/* ======================================== */



/* ======================================== */

           /*   TOP　ここから   */

/* ======================================== */

.top-kv, .cont-01{  text-align: center; padding-top: 50px;}
.top-kv img{ width: 80%;}
.what-lp { width: 80%;}

.content-bn{ display: flex; justify-content: center;}
.content-bn img{ width: 100%; padding: 20px 30px;}


.pizza-kyogikai{
	display: block;
	
	width: 100%;
	text-align: center;
	padding:  30px 0;
}

.pizza-kyogikai img{ width: 15%; }


/* マウスオーバー　アニメーション */
.contbn img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.contbn:hover img {
  opacity: .5;
}

 #link {
   text-align: center;
   background: url(../img/index/center_line.png) center center no-repeat;
   margin-top: 50px;

  }
  #link a {
     display: inline-block;
     width: 500px;
     float: left;}

.facebook{
    padding-top:30px;
	text-align: center;
}

/* ======================================== */

           /*   TOP　ここまで   */

/* ======================================== */



/* ======================================== */

      /*   ラ・ピッツァとは　ここから   */

/* ======================================== */

.p-ttl img{
		width: 100%;
		padding-top: 20px;
	}
    .c1, .c2, .c3{
		width: 100%;
		margin: 0 auto;
		padding-bottom: 60px;
	}

	.c1-img, img{width: 65%; display: block; margin: 0 auto;} /* イントロ画像 */
	
    .c2-img, .c3-img, .c4-img, img{
		width: 50%;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.c-txt{
		width: 55%;
		padding: 0 30px;
		font-size: 18px;
		line-height: 1.7;
		text-align: left;
		margin: 0 auto;
	}
	
	.c-sttl{
		font-size: 30px;
		color: #d70035;
		padding-bottom: 15px;
		font-family: "source-han-serif-japanese", serif;
        font-weight: 700;
        font-style: normal;
		text-align: center;
	}

/* ======================================== */

      /*   ラ・ピッツァとは　ここまで    */

/* ======================================== */


/* ======================================== */

      /*   おいしさのひみつ　ここから   */

/* ======================================== */

.p-ttl img{
		width: 100%;
		padding-top: 20px;
	}

.oishisa{
	width: 1000px;
	padding-bottom: 50px;
	margin: 0 auto;
}

.oc-content{
	display: flex;
	justify-content: center;
}

/*.oc-ttl{
	font-size: 30px;
	color: red;
	text-align: center;
	padding: 30px 0;
}*/

.oc-img img{
	width: 300px;
	height: auto;
		
}

.oc3-txt{
	width: 500px;
	font-size: 19px;
	text-align: left;
	line-height: 1.7;
	padding-left: 25px;
	
}

.oc-sub{
	background: #ffe9a9;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 30px;
}

	.oc-ttl{
		font-size: 33px;
		color: #d70035;
		padding-bottom: 15px;
		font-family: "source-han-serif-japanese", serif;
        font-weight: 700;
        font-style: normal;
	}


.recipebn{
    padding-bottom: 50px;
	text-align: center;
}

.arrange img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
 .arrange:hover img {
  opacity: .5;
}

/* ======================================== */

      /*   おいしさのひみつ　ここまで    */

/* ======================================== */


/* ======================================== */

      /*   ラインアップ　ここから    */

/* ======================================== */

.syohin{
	display: flex;
	justify-content: center;
	
	margin: 50px;

}

.syohin-img img{
	width: 300px;
	height: auto;

}

.s-ttl{
	padding-bottom: 10px;
	font-size: 30px;
	
	border-bottom: #000 1px solid;
	width: 100%; 
}

.syohin-txt{
	width: 500px;
	height: auto;
	font-size: 18px;
	text-align: left;
	padding-left: 30px;
}

.syohin-txt p{ padding-top: 10px;
}

.kwsk-btn{
	padding-top: 20px;
}


.eco{
	padding-top:50px;
	padding-bottom: 70px;
}

.sp-eco{
	display: none;
}

/* ======================================== */

      /*   ラインアップ　ここまで    */

/* ======================================== */
