﻿@charset "UTF-8";

#header2 {
	margin: auto;
}

#wrapper3 {
	margin: auto;
	padding: 20px 0 60px;
}

#footer {
	margin: auto;
}

/*----------------------------------------------------------------------------
	ページ構造に関するCSS 
----------------------------------------------------------------------------*/
/*  辛さ  */
#hotness {
  width: 760px;
  height: 350px;
  margin: 30px auto ;
}

/*  テイクアウト  */
#takeout {
  display: block;
  width: 760px;
  height: 320px;
  margin: 20px 50px 20px 100px;/*30*/
  background-image: url(../images/takeout-image.jpg);
}

#takeouttext {
	display: block;
	width: 430px;/*350px*/
	height: 300px;/*100px*/
    padding: 10px;
	font-size: 20px;
	font-weight: bold;
	color: black;
	background-color: rgb(248, 233, 15);
	position:relative;
	line-height: 20px;/*1.5*/
	 
	top: 0px;/*70px*/
	left: 330px;/*420px*/
	   
	     
}

#takeouttext2 {
	display: block;
	width: 700px;/*350px*/
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	position:relative; 
	left: 150px;/*420px*/
	text-align: center;
		text-shadow:
		#af2121 2px 2px 2px, #af2121 2px 2px 2px,
		#af2121 2px 2px 2px, #af2121 2px 2px 2px;		
}

#takeouttext3 {
	display: block;
	width: 780px;/*350px*/
	height:60px;
	font-size: 20px;
	font-weight:bold;
	margin: 20px 50px 20px 100px;
	padding-top: 10px;
	line-height: 20px;
	color: #FFFFFF;
	position:relative; 
	
	text-align: center;
	background-color: tomato;		
}


.menulist {
	width: 830px;
	height: auto;
	margin: auto;
}

#deliveryimages1 {
	width: 350px;
	height: 300px;
	margin: 30px 0 10px 110px;
	float: left;
}

#deliveryimages2 {
	width: 400px;
	height: 210px;
	margin: 60px 0 10px 30px;
	float: left;
}

#attention {
	width: 920px;
	height: 25px;
	text-align: right;
	clear: both;
}

#attention2 {
	display: inline-block;
	width: 920px;
	height: 30px;
	text-align: right;
	margin: 0 0 0 10px;
	clear: both;
}

.attention {
	display: inline-block;
	width: 125px;
	height: 30px;
	margin: 0 10px 0 640px;
	float: left;
}

.attention2 {
	display: inline-block;
	/*width: 920px;*/
	width: 125px;
	height: 30px;
	text-align: right;
	margin: 0 0 0 10px;
	clear: both;
}

.attention3 {
	display: block;
width: 920px;
	height: 30px;
	text-align: right;
	margin: 0 0 0 10px;
	clear: both;
}

.attention4 {
	display: block;
width: 920px;
	height: 30px;
	text-align: right;
	margin: 0 0 10px 10px;
	clear: both;
}

.menu1 {
	width: 285px;
	height: 250px;
	color: #fff;
	margin: 0 10px 30px 50px;
	background: url(../images/menubg.png);
	box-shadow: 4px 4px 2px rgba(0,0,0,0.4);
	float: left;
}

.menu2 {
	width: 285px;
	height: 250px;
	color: #fff;
	margin: 0 10px 30px 0;
	background: url(../images/menubg.png);
	box-shadow: 4px 4px 2px rgba(0,0,0,0.4);
	float: left;
}


.curryphoto {
  width: 250px;
  height: 180px;
  margin: 12px 0 5px 12px;
}

.menuname {
  width: 250px;
  height: 20px;
  margin: 0 0 0 20px;
  text-align: left;
  font-size: 18px;
}


.menuname2 {
  width: 250px;
  height: 50px;
  margin: 0 0 0 20px;
  text-align: left;
  font-size: 18px;
}

.menuname span {
	font-size: 12px;
}

.menuprice {
  width: 250px;
  height: 20px;
  margin: 0 0 0 15px;
  text-align: right;
  font-size: 16px;
}

.pafe {
  margin-top: 80px;
  margin-bottom: 50px;
}
