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

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

  /* CSS Document */


  .row {
  	padding: 20px 0;
  }
  /*右メインコンテンツ領域*/
  #main-content{
  	display: block;
  	width: 100%;
  	margin: 0 auto;
  	padding: 0 20px 50px;
  	overflow-x: hidden;
  }
  .top-menu-btn {
  	width: 80%;
  	margin: 0 auto;
  	padding: 3vw 0;
  }
  .top-menu-btn a {
  	border: 1px solid #804000;
  	color: #804000;
  	display: block;
  	width: 80%;
  	margin: 1vw auto;
  	text-align: center;
  	padding: 1vw 0;
  	font-weight: bold;
  	font-size: 1vw;
  }
  .top-menu-btn a:hover {
  	background: #804000;
  	color: #fff;
  }
  .top-menu-btn a:hover {
  	background: #804000;
  	color: #fff;
  }
  .takeout-img {
  	width: 80%;
  	margin: 0 auto;
  	padding-bottom: 50px;
  }
  .takeout-img table {
  	display: block;
  	width: 100%;
  	margin-left: 24%;
  }
  .takeout-img table td.left {
  	width: 8%;
  }
  .takeout-img table td.right {
  	padding-left: 20px;
  }
  .takeout-img h2 {
  	color: #804000;
  	font-size: 28px;
  	padding-bottom: 10px;
  }
  .takeout-img p {
  	color: #804000;
  	font-size: 20px;
  }
  #coffee-menu, #tea-menu, #juice-menu, #softdrink-menu, #tapioka-menu, #bear-menu, #smoothie-menu {
  	padding: 50px;
  }
  #coffee-menu h1, #tea-menu h1, #juice-menu h1, #softdrink-menu h1, #tapioka-menu h1, #bear-menu h1, #smoothie-menu h1 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #804000;
  }
  #coffee-menu h1:before, #coffee-menu h1:after, #tea-menu h1:before, #tea-menu h1:after, #juice-menu h1:before, #juice-menu h1:after, #softdrink-menu h1:before, #softdrink-menu h1:after, #tapioka-menu h1:before, #tapioka-menu h1:after, #bear-menu h1:before, #bear-menu h1:after, #smoothie-menu h1:before, #smoothie-menu h1:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 5px;
    border-top: solid 1px #804000;
    border-bottom: solid 1px #804000;
  }
  #coffee-menu h1:before {
    left:31%;
  }
  #coffee-menu h1:after {
    right: 31%;
  }
  #tea-menu h1:before, #juice-menu h1:before, #softdrink-menu h1:before, #tapioka-menu h1:before, #bear-menu h1:before, #smoothie-menu h1:before {
    left: 26%;
  }
  #tea-menu h1:after, #juice-menu h1:after, #softdrink-menu h1:after,  #tapioka-menu h1:after, #bear-menu h1:after, #smoothie-menu h1:after {
    right: 26%;
  }
  .days-coffee {
  	width: 80%;
  	margin: 0 auto;
  	border: 1px solid #804000;
  	padding: 20px;
  }
  .days-coffee h2 {
  	color: #804000;
  	text-align: center;
  }
  .days-coffee h2 span {
  	color: #d40000;
  	font-weight: bold;
  	font-size: 28px;
  }
  .days-coffee ul {
  	padding: 20px 0;
  }
  .days-coffee ul li {
  	float: left;
  	padding-left: 50px;
  	padding-bottom: 10px;
  }
  .days-coffee h3 {
  	font-size: 22px;
  	font-weight: bold;
  	color: #555;
  }
  .days-coffee h3 span {
  	font-size: 32px;
  }
  .repeat-coffee {
  	width: 70%;
  	margin: 10px auto;
  	border: 1px solid #d40000;
  	padding: 20px;
  	text-align: center;
  }
  .repeat-coffee h2 {
  	line-height: 24px;
  }
  .repeat-coffee h2 span {
  	color: #d40000;
  }
  /*各種メニュー*/
  h3.title {
  	text-align: center;
  	font-size: 1.2vw;
  	font-weight: bold;
  	color: #544b4d;
  	height: 2.5vw;
  	vertical-align:middle;
  	padding-top: 2%;
  }
  h4.topping {
  	text-align: left;
  	padding: 10px 1%;
  	height: 3vw;
  	font-size: 0.9vw;
  	line-height: 1vw;
  }
  h4.category {
  	text-align: center;
  	margin: 0 20px;
  	border: 1px solid #999;
  }
  h4.coment {
  	text-align: center;
  	color: #804000;
  	padding: 10px 0;
  	height: 40px;
  }
  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) {
  	h3.title {
  		height: 3vw;
  	}
  	h4.topping {
  		height: 6vw;
  	}
  }
  .under {
  	height: 1px;
  	margin: 0;
  	padding: 0;
  }
  .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;
  }
  .menu-waku .limited {
  	width: 20%;
  	position: absolute;
  	z-index: 20;
  	top: 5px;
  	left: 5px;
  }
  .lunchi-dinner-ok {
  	position: absolute;
  	width: 20%;
  	z-index: 20;
  	top: 5px;
  	right: 5px;
  }
  .fresh-seika {
  	width: 80%;
  	margin: 0 auto;
  	border: 1px solid #d40000;
  	padding: 20px;
  }
  .fresh-seika h2 {
  	color: #d40000;
  	line-height: 30px;
  }
  .fresh-seika table td.left {
  	width: 20%;
  }
  .fresh-seika table td.coment {
  	text-align: center;
  }
  .fresh-seika table td.right {
  	width: 16%;
  }

}


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

  /* CSS Document */


  .row {
  	padding: 20px 0;
  }
  /*右メインコンテンツ領域*/
  #main-content{
  	display: block;
  	width: 100%;
  	margin: 14vw auto 0;
  	overflow-x: hidden;
  }
  .top-menu-btn {
  	width: 96%;
  	margin: 0 auto;
  	padding: 3vw 0;
  }
  .top-menu-btn a {
  	border: 1px solid #804000;
  	color: #804000;
  	display: block;
  	width: 94%;
  	margin: 2vw auto;
  	text-align: center;
  	padding: 2.5vw 0;
  	font-weight: bold;
  	font-size: 3vw;
  }
  .top-menu-btn a:hover {
  	background: #804000;
  	color: #fff;
  }
  .takeout-img {
  	width: 96%;
  	margin: 2vw auto;
  }
  .takeout-img table {
  	display: block;
  	width: 100%;
  	margin: 5%;
  }
  .takeout-img table td.left {
  	width: 16%;
  }
  .takeout-img table td.right {
  	padding-left: 20px;
  }
  .takeout-img h2 {
  	color: #804000;
  	font-size: 3vw;
  	padding-bottom: 10px;
  }
  .takeout-img p {
  	color: #804000;
  	font-size: 2vw;
  }
  #coffee-menu, #tea-menu, #juice-menu, #softdrink-menu, #tapioka-menu, #bear-menu, #smoothie-menu {
  	padding: 2vw;
  }
  #coffee-menu h1, #tea-menu h1, #juice-menu h1, #softdrink-menu h1, #tapioka-menu h1, #bear-menu h1, #smoothie-menu h1 {
    position: relative;
    display: inline-block;
    padding: 0 1vw;
    text-align: center;
    width: 100%;
    font-size: 5vw;
    color: #804000;
  }
  #coffee-menu h1:before, #coffee-menu h1:after, #tea-menu h1:before, #tea-menu h1:after, #juice-menu h1:before, #juice-menu h1:after, #softdrink-menu h1:before, #softdrink-menu h1:after, #tapioka-menu h1:before, #tapioka-menu h1:after, #bear-menu h1:before, #bear-menu h1:after, #smoothie-menu h1:before, #smoothie-menu h1:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 5px;
    border-top: solid 1px #804000;
    border-bottom: solid 1px #804000;
  }
  #coffee-menu h1:before {
    left: 8%;
  }
  #coffee-menu h1:after {
    right: 8%;
  }
  #tea-menu h1:before, #juice-menu h1:before, #softdrink-menu h1:before, #tapioka-menu h1:before, #bear-menu h1:before, #smoothie-menu h1:before {
    left: 1%;
  }
  #tea-menu h1:after, #juice-menu h1:after, #softdrink-menu h1:after,  #tapioka-menu h1:after, #bear-menu h1:after, #smoothie-menu h1:after {
    right: 1%;
  }
  @media screen and (max-width: 650px) {
  	#coffee-menu h1:before {
  	  display: none;
  	}
  	#coffee-menu h1:after {
  	  display: none;
  	}
  	#tea-menu h1:before, #juice-menu h1:before, #softdrink-menu h1:before, #tapioka-menu h1:before, #bear-menu h1:before, #smoothie-menu h1:before {
  	  display: none;
  	}
  	#tea-menu h1:after, #juice-menu h1:after, #softdrink-menu h1:after,  #tapioka-menu h1:after, #bear-menu h1:after, #smoothie-menu h1:after {
  	 display: none;
  	}
  }
  .days-coffee {
  	width: 96%;
  	margin: 0 auto;
  	border: 1px solid #804000;
  	padding: 1vw;
  }
  .days-coffee h2 {
  	color: #804000;
  	text-align: center;
  	font-size: 4vw;
  }
  .days-coffee h2 span {
  	color: #d40000;
  	font-weight: bold;
  	font-size: 4vw;
  }
  .days-coffee ul {
  	padding: 1vw 0;
  }
  .days-coffee ul li {
  	float: left;
  }
  .days-coffee h3 {
  	font-size: 4vw;
  	font-weight: bold;
  	color: #555;
  }
  .days-coffee h3 span {
  	font-size: 6vw;
  }
  .repeat-coffee {
  	width: 90%;
  	margin: 10px auto;
  	border: 1px solid #d40000;
  	padding: 20px;
  	text-align: center;
  }
  .repeat-coffee h2 {
  	font-size: 4vw;
  }
  .repeat-coffee h2 span {
  	color: #d40000;
  }
  /*各種メニュー*/
  h3.title {
  	text-align: center;
  	font-size: 2vw;
  	font-weight: bold;
  	color: #544b4d;
  	height: 2vw;
  	vertical-align: middle;
  	padding: 3%;
  }
  h4.topping {
  	text-align: left;
  	padding: 10px 1%;
  	height: 10vw;
  }
  h4.topping2 {
  	text-align: left;
  	padding: 10px 1%;
  	height: 7vw;
  }
  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;
  	height: 6vw;
  }
  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;
  		height: 3vw;
  	}
  	h4.topping {
  		font-size: 2.5vw;
  		line-height: 3vw;
  		height: 15vw;
  	}
  	h4.price {
  		font-size: 2vw;
  	}
  	h4.price span {
  		font-size: 3.5vw;
  	}
  	h4.coment {
  		height: 20vw;
  	}
  }
  .under {
  	height: 1px;
  	margin: 0;
  	padding: 0;
  }
  .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;
  }
  .menu-waku .limited {
  	width: 20%;
  	position: absolute;
  	z-index: 20;
  	top: 5px;
  	left: 5px;
  }
  .lunchi-dinner-ok {
  	position: absolute;
  	width: 20%;
  	z-index: 20;
  	top: 5px;
  	right: 5px;
  }
  .fresh-seika {
  	width: 96%;
  	margin: 0 auto;
  	border: 1px solid #d40000;
  	padding: 1vw;
  }
  .fresh-seika h2 {
  	color: #d40000;
  	line-height: 4.5vw;
  	font-size: 4vw;
  }
  .fresh-seika table td.left {
  	width: 30%;
  }
  .fresh-seika table td.coment {
  	text-align: center;
  }
  .fresh-seika table td.right {
  	display: none;
  }

}
