@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:180%;
	font-weight:200;
	background:url(../images/bg.gif);
}

article,aside,canvas,details,figcaption,figure,header,footer,hgroup,menu,nav,section,summary {
	display: block
}

img {
	border:0;
	vertical-align:bottom;
}

li {
	list-style:none;
}



/* CSS Document */

header {
	background:url(../images/top_banner.jpg) center top no-repeat #000;
	background-attachment:fixed
}

header a {
	color:#FFF;
	text-decoration:none;
}

header ul {
	width:950px;
	margin:0 auto;
	display:table;
}
header ul > li {
	display:table-cell;
	width:50%;
	vertical-align:middle;
	font-size:80%;
	line-height:130%;
	font-weight:500;
	padding:10px 0 0;
}
header ol li {
	float:right;
	margin-left:20px;
}

header h1 {
	width:950px;
	margin:0 auto;
	text-align:right;
	padding:90px 50px 200px 0;
}



/* CSS Document */

#wrap {
}

ul.slider {
	text-align:center;
	margin:30px 0;
}


.table {
	width:950px;
	margin:30px auto;
	display:table;
}

.table h2 {
	font-size:100%;
	line-height:130%;
	color:#FFF;
	border-bottom:dotted 1px #333;
	padding:0 0 5px;
	margin:0 0 10px;
}

.table .news,
.table .blog {
	display:table-cell;
	width:50%;
}
.table .news {
	padding-right:15px;
}
.table .blog {
	padding-left:15px;
}


.news > ul li {
	color:#FFF;
	font-size:80%;
	line-height:150%;
	margin:15px 0;
}
.news > ul li span {
	background-color:#FC0;
	color:#FFF;
	font-size:80%;
	line-height:100%;
	padding:1px 5px;
	color:#000;
	font-weight:500;
	border-radius:2px;
	margin-right:5px;
}
.news > ul li b {
	font-weight:200;
	margin-right:10px;
}
.news > ul li a {
	color:#FFF;
}


.news dl {
	width:100%;
	height:200px;
	overflow:auto;
	color:#FFF;
	padding:0 10px 0 0;
	font-size:80%;
	line-height:150%;
}
.news dl dt span {
	background-color:#FC0;
	color:#FFF;
	font-size:80%;
	line-height:100%;
	padding:1px 5px;
	color:#000;
	font-weight:500;
	border-radius:2px;
	margin-right:5px;
}
.news dl dt b {
	font-weight:200;
}
.news dl dd {
	margin:0 0 10px;
}

.blog ul {
	width:100%;
	height:200px;
	overflow:auto;
	color:#FFF;
	padding:0 10px 0 0;
	font-size:80%;
	line-height:150%;
}
.blog ul li {
	margin:0 0 10px;
	padding-left:4.6em;
	text-indent:-4.6em;
}
.blog ul li a {
	color:#FFF;
	text-decoration:none;
	margin-left:5px;
}
.blog ul li a:hover {
	text-decoration:underline;
}


.table ::-webkit-scrollbar {
	overflow:hidden;
	width:1px;
	background:#928C7C;
}
.table ::-webkit-scrollbar:horizontal {
	height:1px;
}
.table ::-webkit-scrollbar-button {
	display:none;
}
.table ::-webkit-scrollbar-piece {
	background:#eee;
}
.table ::-webkit-scrollbar-piece:start {
	background:#eee;
}
.table ::-webkit-scrollbar-thumb {
	background:#333;
}
.table ::-webkit-scrollbar-corner {
	background:#333;
}




h2.menu {
	text-align:center;
	color:#FFF;
	margin:80px 0 50px;
}

ul.menu {
	background-color:#000;
	width:950px;
	margin:30px auto;
	padding:20px;
	color:#FFF;
	display:table;
}

ul.menu > li {
	width:20%;
	display:inline-block;
	padding:15px;
	vertical-align:top;
}
ul.menu > li img {
	width:100%;
	display:block;
}
ul.menu > li p:first-child,
ul.set ol {
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


ul.menu > li ul li {
	line-height:130%;
	margin:3px 0;
}

ul.hot > li ul li:nth-of-type(1):before,
ul.hot > li ul li:nth-of-type(2):before,
ul.hot > li ul li:nth-of-type(3):before {
	content:"￥";
	font-size:80%;
}
ul.hot > li ul li:nth-of-type(1):after {
	content:"（小）";
	font-size:70%;
}
ul.hot > li ul li:nth-of-type(2):after {
	content:"（普通）";
	font-size:70%;
}
ul.hot > li ul li:nth-of-type(3):after {
	content:"（大）";
	font-size:70%;
}

#wrap ul.menu > li ul li:before {
	content:"￥";
	font-size:80%;
}

ul.cold > li ul li:nth-of-type(1):after {
	content:"（冷・普通）";
	font-size:70%;
}
ul.cold > li ul li:nth-of-type(2):after {
	content:"（冷・大盛）";
	font-size:70%;
}

ul.topping > li ul li:nth-of-type(1):after {
	font-size:70%;
}

ul.cauldron > li ul li:nth-of-type(1):after {
	content:"（普通）";
	font-size:70%;
}
ul.cauldron > li ul li:nth-of-type(2):after {
	content:"（うどん大盛）";
	font-size:70%;
}

ul.cauldron > li ul li:nth-of-type(1):after {
	content:"（普通）";
	font-size:70%;
}
ul.cauldron > li ul li:nth-of-type(2):after {
	content:"（うどん大盛）";
	font-size:70%;
}

ul.set > li ul li:nth-of-type(2):after {
	content:"（ごはん大盛）";
	font-size:70%;
}
ul.set > li ul li:nth-of-type(3):after {
	content:"（うどん大盛）";
	font-size:70%;
}
ul.set > li ul li:nth-of-type(4):after {
	content:"（かやく変更）";
	font-size:70%;
}








/* CSS Document */

footer {
	padding:20px 0;
	margin:80px 0 0;
	text-align:center;
	color:#FFF;
	background-color:#000;
}


footer .table {
	margin:0 auto;
	font-size:80%;
	line-height:180%;
}
footer .table .left,
footer .table .map {
	display:table-cell;
	vertical-align:middle;
}

footer .table .left {
	width:55%;
	text-align:left;
}
footer .table .left address {
	font-style:normal;
}
footer .table .left ul {
	margin:10px 0 0;
}
footer .table .left ul li {
	float:left;
}
footer .table .left ul li a {
	color:#FFF;
	text-decoration:none;
	margin-right:15px;
}
footer .table .left p {
	padding:10px 0 0;
}

.map iframe {
	width:100%;
	height:150px;
	border-radius:2px;
}



/* ################## Color Document ####################### */

.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.yellow {
	background-color:#FFFF00;
	display:inline;
}

.u {
	text-decoration:underline;
}

.revocation {
	text-decoration:line-through;
}

.center {
	text-align:center;
}