@charset "utf-8";
/* ============================================================
   ランチ／ディナーページ の統合CSS（lunch-dinner-all.css）
   lunch-dinner-pc.css と lunch-dinner-tb.css を1本にまとめたもの。
   ・上半分 = PC用（画面幅 1180px 以上）
   ・下半分 = タブレット／スマートフォン用（画面幅 1179px 以下）
   読み込み側の media 属性で振り分けていたものを @media に置き換えただけで、
   どの画面幅でどのルールが効くかは分割時とまったく同じ。
   ============================================================ */

/* ------------------------------------------------------------
   PC（画面幅 1180px 以上）
   ------------------------------------------------------------ */
@media screen and (min-width:1180px) {

  /* CSS Document */
  .row {
  	padding-bottom: 20px;
  }

  /*右メインコンテンツ領域*/
  #main-content{
  	display: block;
  	width: 100%;
  	margin: 0 auto;
  	padding: 0 20px 50px;
  }
  #main-content h2 {
  	padding: 10px 0;
  	color: #d40000;
  }
  #main-content h3 {
  	padding: 5px 0;
  	line-height: 24px;
  }

  #set-drink {
  	width: 80%;
  	margin: 1vw auto;
  	padding: 1vw;
  	border: 1px solid #804000;
  }
  #set-drink h2 {
  	width: 100%;
  	text-align: center;
    	font-size: 30px;
  	width: 80%;
  	margin: 0 auto;
  }
  #set-drink h2.set-title {
  	color: #804000;
  	border-bottom: solid 1px #804000;
  }
  #set-drink ul li {
  	display: inline-block;
  	width: calc(100%/2 - 2px);
  	margin: 1vw 0;
  }
  #set-drink ul li.li-title {
      width: 100%;
  	color: #804000;
  	border-bottom: 1px dashed #804000;
  }
  #set-drink p {
  	font-size: 24px;
  	font-weight: bold;
  }
  /*ピザ＆パスタタイトル*/

  h1 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #804000;
  }
  h1:before, h1:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 5px;
    border-top: solid 1px #804000;
    border-bottom: solid 1px #804000;
  }
  #lunch-pizza-menu h1:before, #lunch-pasta-menu h1:before, #dinner-pizza-menu h1:before, #dinner-pasta-menu h1:before {
    left:26%;
  }
  #lunch-pizza-menu h1:after, #lunch-pasta-menu h1:after, #dinner-pizza-menu h1:after, #dinner-pasta-menu h1:after {
    right: 26%;
  }
  .lunch-pizza-set, .dinner-pizza-set, .lunch-pasta-set {
  	border: 1px solid #999;
  	padding: 1vw;
  }
  .lunch-pizza-set h3.lunch-title, .dinner-pizza-set h3.lunch-title, .lunch-pasta-set h3.lunch-title {
  	color: #ff8500;
  	font-size: 22px;
  }
  .lunch-pizza-set h3.dinner-title, .dinner-pizza-set h3.dinner-title, .lunch-pasta-set h3.dinner-title {
  	color: #4169E1;
  	font-size: 22px;
  }
  .lunch-pizza-set-table td.left {
  	width: 50%;
  }
  .lunch-pasta-set-table td.left {
  	width: 40%;
  }
  .pizza-side-table td.left, .pizza-side-table td.center {
  	width: 30%;
  	padding: 3px;
  }

  .pizza-cloth, .pizza-cut, .pizza-harf, .pizza-take-out, .pizza-set {
  	border: 1px solid #999;
  	padding: 3px;
  }
  .pizza-cloth ul.cloth li {
  	float: left;
  	width: calc(100%/2 -20px);
  	margin-right: 10px;
  }
  .pizza-cloth table, .pizza-cut table, .pizza-harf table {
  	width: 100%;
  	display: block;
  }
  .pizza-harf h3 {
  	height: 80px;
  }
  .pizza-cloth table.type td.left {
  	width: 55%;
  	padding-right: 10px;
  }
  table.cut-table td.t01 {
  	width: 18%;
  	padding: 5px 5px;
  	text-align: center;
  }
  table.cut-table td.t02 {
  	width: 20%;
  	padding: 5px 5px;
  	text-align: center;
  }
  table.cut-table td.t03 {
  	width: 30%;
  	padding: 5px 5px;
  	text-align: center;
  }
  table.harf-table td {
  	width: calc(100%/2 - 10px);
  }
  .pizza-price {
  	width: 100%;
  	padding: 0 50px 20px;
  }
  table.menu-price th {
  	padding: 5px 0;
  	background: #f5f5f5;
  }
  table.takeout-price th {
  	padding: 5px 0;
  	background: #d40000;
  	color: #fff;
  }
  .pizza-price table th, .pizza-price table td {
  	width: 30%;
  	text-align: center;
  }
  table.menu-price th, table.menu-price td {
  	border: 1px solid #999;
  }
  table.takeout-price th, table.takeout-price td {
  	border: 1px solid #d40000;
  }
  .pizza-price ul li {
  	float: left;
  }
  .pizza-price ul li.price-li {
  	width: 40%;
  }
  .pizza-price ul li.arrow {
  	width: 20%;
  }
  .pizza-price h2 {
  	text-align: center;
  	color: #d40000;
  	padding: 10% 10px 0;
  }
  li.arrow p {
  	font-weight: bold;
  	padding-top: 20px;
  }
  .pizza-price p {
  	text-align: center;
  }
  .container-fluid{margin-top: 100px;}
  #pizza-basic, #pizza-variety, #pizza-deluxe, #pizza-dessert {
  	padding: 0 0 20px;
  }
  #pizza-basic h1:before, #pizza-variety h1:before, #pizza-deluxe h1:before, #pizza-dessert h1:before {
    left:30%;
  }
  #pizza-basic h1:after, #pizza-variety h1:after, #pizza-deluxe h1:after, #pizza-dessert h1:after {
    right: 30%;
  }
  #pizza-basic p,  #pizza-variety p, #pizza-deluxe p, #pizza-dessert p {
  	text-align: left;
  	font-size: 20px;
  }
  h3.title {
  	text-align: center;
  	font-size: 1.2vw;
  	font-weight: bold;
  	color: #544b4d;
  	vertical-align:middle;
  	padding-top: 2%;
  }
  .source-tomato,.source-teriyaki,.source-meatsauce,.source-white,.source-chiri,.source-basil,.source-cool,.source-less {
  	font-size: 1vw;
  	text-align: center;
  	font-weight: bold;
  }
  .source-tomato {
  	color: #ff6347;
  }
  .source-teriyaki {
  	color: #934B02;
  }
  .source-meatsauce {
  	color: #d2691e;
  }
  .source-white {
  	color: #FFA500;
  }
  .source-chiri {
  	color: #d40000;
  }
  .source-basil {
  	color: #2e8b57;
  }
  .source-cool {
  	color: #4169e1;
  }
  .source-less {
  	color: #999999;
  }
  .topping {
  	text-align: left;
  	padding: 10px 1%;
  	font-size: 0.9vw;
  	line-height: 1vw;
  }
  .category {
  	text-align: center;
  	margin: 0 20px;
  	border: 1px solid #999;
  }
  h4.coment {
  	text-align: center;
  	color: #804000;
  	padding: 10px 0;
  }
  h4.price {
  	text-align: center;
  	color: #555;
  	font-size: 16px;
  	padding: 2px 0;
  }
  h4.price span {
  	color: #d40000;
  	font-size: 24px;
  }
  p span {
  	font-weight: bold;
  }
  /*
  @media screen and (max-width: 1560px) {
  	h4.topping {
  		height: 4.5vw;
  	}
  }*/
  .menu-waku {
  	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  	border:1px solid #555;
  	margin-bottom: 20px;
  	position: relative;
  }
  .menu-waku .ranking {
  	width: 30%;
  	position: absolute;
  	z-index: 20;
  	top: 0px;
  	left: 0px;
  }
  .limited {
  	width: 20%;
  	position: absolute;
  	z-index: 20;
  	top: 5px;
  	left: 5px;
  }
  .menu-waku .tyokusou {
  	width: 20%;
  	position: absolute;
  	z-index: 20;
  	top: 0px;
  	left: 0px;
  }
  .lunchi-dinner-ok {
  	position: absolute;
  	width: 20%;
  	z-index: 20;
  	top: 5px;
  	right: 5px;
  }

}


/* ------------------------------------------------------------
   タブレット・スマートフォン（画面幅 1179px 以下）
   ------------------------------------------------------------ */
@media screen and (min-width:0px) and (max-width:1179px) {

  /* CSS Document */

  .row {
  	padding-bottom: 20px;
  }

  /*右メインコンテンツ領域*/
  #main-content{
  	display: block;
  	width: 100%;
  	margin: 14vw auto 0;
  }
  #main-content h3 {
  	padding: 5px 0;
  	line-height: 24px;
  }

  #set-drink {
  	width: 80%;
  	margin: 1vw auto;
  	padding: 1vw;
  	border: 1px solid #804000;
  }
  #set-drink h2 {
  	width: 100%;
  	text-align: center;
    	font-size: 3vw;
  }
  #set-drink h2.set-title {
  	color: #804000;
  }
  #set-drink ul li {
  	display: inline-block;
  	width: 100%;
  	margin: 1vw 0;
  }
  #set-drink ul li.li-title {
      width: 100%;
  	color: #804000;
  	border-bottom: 1px dashed #804000;
  }
  #set-drink p {
  	font-size: 3vw;
  	font-weight: bold;
  }
  /*ピザ＆パスタタイトル*/
  #lunch-pizza-menu, #lunch-pasta-menu, #dinner-pizza-menu, #dinner-pasta-menu {
  	padding: 50px 0;
  }
  h1 {
    position: relative;
    display: inline-block;
    padding: 0 1vw;
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #804000;
  }
  h1:before, h1:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 5px;
    border-top: solid 1px #804000;
    border-bottom: solid 1px #804000;
  }
  #lunch-pizza-menu h1:before, #lunch-pasta-menu h1:before, #dinner-pizza-menu h1:before, #dinner-pasta-menu h1:before {
    left:12%;
  }
  #lunch-pizza-menu h1:after, #lunch-pasta-menu h1:after, #dinner-pizza-menu h1:after, #dinner-pasta-menu h1:after {
    right: 12%;
  }
  @media screen and (max-width: 650px) {
  	#lunch-pizza-menu h1:before, #lunch-pasta-menu h1:before, #dinner-pizza-menu h1:before, #dinner-pasta-menu h1:before {
  	 display: none;
  	}
  	#lunch-pizza-menu h1:after, #lunch-pasta-menu h1:after, #dinner-pizza-menu h1:after, #dinner-pasta-menu h1:after {
  	  display: none;
  	}
  }
  /*ピザ紹介*/
  .pizza-take-out table, .lunch-pizza-set table {
  	display: block;
  }
  .pizza-take-out table td.left {
  	width: 24%;
  }
  .pizza-take-out table td.right, .lunch-pizza-set table td.right {
  	padding-left: 20px;
  	vertical-align: top;
  }
  .pizza-take-out table.tel {
  	padding: 20px 0;
  	display: block;
  }
  .pizza-take-out h3 span, .pizza-set h3 span {
  	color: #d40000;
  }
  .pizza-take-out td.tel-img {
  	width: 60px;
  }
  .pizza-take-out td.tel-number {
  	padding-left: 20px;
  }
  .pizza-take-out td.tel-number h3 {
  	font-size: 34px;
  	color: #555;
  }
  .lunch-pizza-set, .dinner-pizza-set, .lunch-pasta-set {
  	border: 1px solid #999;
  	padding: 1vw;
  	margin-bottom: 1vw;
  }
  .lunch-pizza-set h3.lunch-title, .dinner-pizza-set h3.lunch-title, .lunch-pasta-set h3.lunch-title {
  	color: #ff8500;
  	font-size: 22px;
  }
  .lunch-pizza-set h3.dinner-title, .dinner-pizza-set h3.dinner-title, .lunch-pasta-set h3.dinner-title {
  	color: #4169E1;
  	font-size: 22px;
  }
  .lunch-pizza-set-table td.left {
  	width: 40%;
  }
  .lunch-pasta-set-table td.left {
  	width: 40%;
  }
  .pizza-side-table td.left, .pizza-side-table td.center {
  	width: 30%;
  	padding: 3px;
  }
  .pizza-cloth, .pizza-cut, .pizza-harf, .pizza-take-out, .pizza-set {
  	border: 1px solid #999;
  	padding: 3px;
  	margin-bottom: 5px;
  }
  .pizza-cloth ul.cloth li {
  	float: left;
  	width: calc(100%/2 -20px);
  	margin-right: 10px;
  }
  .pizza-cloth table, .pizza-cut table, .pizza-harf table {
  	width: 100%;
  	display: block;
  }
  .pizza-cloth table.type td.left {
  	width: 55%;
  	padding-right: 10px;
  }
  table.cut-table td.t01 {
  	width: 18%;
  	padding: 5px 5px;
  	text-align: center;
  }
  table.cut-table td.t02 {
  	width: 20%;
  	padding: 5px 5px;
  	text-align: center;
  }
  table.cut-table td.t03 {
  	width: 30%;
  	padding: 5px 5px;
  	text-align: center;
  }
  table.harf-table td {
  	width: calc(100%/2 - 10px);
  }
  .pizza-price {
  	width: 100%;
  	padding: 0 10px 20px;
  }
  table.menu-price th {
  	padding: 5px 0;
  	background: #f5f5f5;
  }
  table.takeout-price th {
  	padding: 5px 0;
  	background: #d40000;
  	color: #fff;
  }
  .pizza-price table th, .pizza-price table td {
  	width: 30%;
  	text-align: center;
  }
  table.menu-price th, table.menu-price td {
  	border: 1px solid #999;
  }
  table.takeout-price th, table.takeout-price td {
  	border: 1px solid #d40000;
  }
  .pizza-price ul li {
  	float: left;
  }
  .pizza-price ul li.price-li {
  	width: 40%;
  }
  .pizza-price ul li.arrow {
  	width: 20%;
  }
  .pizza-price h2 {
  	text-align: center;
  	color: #d40000;
  	padding: 10% 10px 0;
  }
  .arrow h2 {
  	font-size: 100%;
  }
  .pizza-price p span.arrow {
  	position: relative;
      display: inline-block;
      padding: 0 0 0 16px;
      color: #000;
      vertical-align: middle;
      text-decoration: none;
  }
  li.arrow p {
  	font-weight: bold;
  	padding-top: 10px;
  }
  .pizza-price p {
  	text-align: center;
  }
  span.arrow::before, span.arrow::after {
  	position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      content: "";
      vertical-align: middle;
  }
  span.arrow::before {
  	left: 0px;
      box-sizing: border-box;
      width: 20px;
      height: 20px;
      border: 20px solid transparent;
      border-left: 20px solid #d40000;
  }
  span.arrow::after {
  	left: -20px;
      width: 20px;
      height: 20px;
      border-left: 20px solid #d40000;
  }
  @media screen and (max-width: 600px) {
  	.pizza-price ul li {
  		float: none;
  	}
  	.pizza-price ul li.price-li {
  		width: 100%;
  	}
  	.pizza-price ul li.arrow {
  		width: 100%;
  	}
  	span.arrow::before, span.arrow::after {
  		position: absolute;
  		top: 0;
  		bottom: 0;
  		left: 0;
  		margin: auto;
  		content: "";
  		vertical-align: middle;
  	}
  	span.arrow::before {
  		left: -10px;
  		top: 20px;
  		box-sizing: border-box;
  		width: 20px;
  		height: 20px;
  		border: 20px solid transparent;
  		border-top: 20px solid #d40000;
  	}
  	span.arrow::after {
  		left: 0px;
  		top: -30px;
  		width: 20px;
  		height: 20px;
  		border-top: 20px solid #d40000;
  	}
  }
  /*タイトル*/
  #pizza-basic, #pizza-variety, #pizza-deluxe, #pizza-dessert {
  	padding: 50px 0 30px;
  }
  #pizza-basic h1:before, #pizza-variety h1:before, #pizza-deluxe h1:before, #pizza-dessert h1:before {
    left:10%;
  }
  #pizza-basic h1:after, #pizza-variety h1:after, #pizza-deluxe h1:after, #pizza-dessert h1:after {
    right: 10%;
  }
  @media screen and (max-width: 650px) {
  	#pizza-basic h1:before, #pizza-variety h1:before, #pizza-deluxe h1:before, #pizza-dessert h1:before {
  	  display: none;
  	}
  #pizza-basic h1:after, #pizza-variety h1:after, #pizza-deluxe h1:after, #pizza-dessert h1:after {
  	  display: none;
  	}
  }
  #pizza-basic p,  #pizza-variety p, #pizza-deluxe p, #pizza-dessert p {
  	text-align: right;
  	font-size: 18px;
  }
  h3.title {
  	text-align: center;
  	font-size: 2vw;
  	font-weight: bold;
  	color: #544b4d;
  	vertical-align: middle;
  	padding: 3%;
  }
  .source-tomato,.source-teriyaki,.source-meatsauce,.source-white,.source-chiri,.source-basil,.source-cool,.source-less {
  	font-size: 2vw;
  	text-align: center;
  	font-weight: bold;
  	padding-top: 1vw;
  }
  .source-tomato {
  	color: #ff6347;
  }
  .source-teriyaki {
  	color: #934B02;
  }
  .source-meatsauce {
  	color: #d2691e;
  }
  .source-white {
  	color: #FFA500;
  }
  .source-chiri {
  	color: #d40000;
  }
  .source-basil {
  	color: #2e8b57;
  }
  .source-cool {
  	color: #4169e1;
  }
  .source-less {
  	color: #999999;
  }
  .topping {
  	text-align: left;
  	padding: 10px 1%;
  }
  h4.category {
  	text-align: center;
  	margin: 0 20px;
  	border: 1px solid #999;
  	background: #f5f5f5;
  	padding: 5px 0 0;
  }
  h4.coment {
  	text-align: center;
  	color: #804000;
  	padding: 10px 0;
  }
  h4.price {
  	text-align: center;
  	color: #555;
  	font-size: 1.5vw;
  }
  h4.price span {
  	color: #d40000;
  	font-size: 2.5vw;
  }
  p span {
  	font-weight: bold;
  }
  @media screen and (max-width: 767px) {
  	h3.title {
  		font-size: 3vw;
  	}
  	h4.source-tomato,h4.source-teriyaki,h4.source-meatsauce,h4.source-white,h4.source-chiri,h4.source-basil,h4.source-cool,h4.source-less {
  		font-size: 3vw;
  	}
  	h4.topping {
  		font-size: 2.5vw;
  		line-height: 3vw;
  	}
  	h4.price {
  		font-size: 2vw;
  	}
  	h4.price span {
  		font-size: 3.5vw;
  	}
  }
  .menu-waku {
  	box-shadow:3px 3px 5px 3px rgba(0, 0, 0, 0.3);
  	border:1px solid #555;
  	margin-bottom: 20px;
  	position: relative;
  }
  .menu-waku .ranking {
  	width: 30%;
  	position: absolute;
  	z-index: 20;
  	top: 0px;
  	left: 0px;
  }
  .limited {
  	width: 20%;
  	position: absolute;
  	z-index: 20;
  	top: 5px;
  	left: 5px;
  }
  .menu-waku .tyokusou {
  	width: 20%;
  	position: absolute;
  	z-index: 20;
  	top: 0px;
  	left: 0px;
  }
  .lunchi-dinner-ok {
  	position: absolute;
  	width: 20%;
  	z-index: 20;
  	top: 5px;
  	right: 5px;
  }

}
