@charset "utf-8";
/*----------reset----------*/
html,body,div,span,iframe,
h1,h2,h3,h4,h5,h6,p,
a,address,em,img,small,strong,
dl,dt,dd,ol,ul,li,
table,caption,tbody,tfoot,thead,tr,th,td,
article,header,nav,section,footer {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
article,aside,footer,header,nav,main,section {
	display: block;
}
ul,ol {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
address,em,i {
	font-style: normal;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: none;
}

/*common*/
body {
	font: 1rem / 1.5 "Yu Gothic Medium","游ゴシック Medium","YuGothic","游ゴシック体","Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
	color: #565656;
}

.inner {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.cf {
	display: block;
}
.cf::after {
	display: block;
	clear:both;
	content:"";
}

/*----------header----------*/

body {
	font-family: "Noto Serif JP", serif;
	margin:auto;
}

header{
	background: #96CC28;
	display:flex;
	padding-top:10px;
}

header #title{
	margin: 20px 100px 0px 169px;
	height: 59px;
	width: 357px;
	padding-top: 10px;

}


.headernav {
	width: 480px;
}
.headernav li {
	display: inline-block;
	width:140px;
	height:92px;
}
.headernav li+li {
	margin-left: 20px;
}

.headernav a {
	font-size: 0.9375rem;
	background: url(../../cotorie_A/images/bg_nav.png) no-repeat;
	display: block;
	height: 100%;
	text-align: center;
	padding-top: 60px;
}

/*----------main----------*/
h1{
	color: #696A0E;
	font-size: 2.5rem;
}
.maincontent{
	display: inline-block;
	float: left;
	margin-top: 60px;
}
.maincontent p {
	width: 535px;
}
.mv {
	float: right;
	display: inline-block;
	margin-top: 60px;
}

/*おすすめメニュー*/
.menu{
	clear:both;
	background:#F6F4DC;
	border: #fff solid 1px;
	margin-top: 70px;
	padding-top: 30px;
	padding-bottom: 55px;
}
h2 {
	font-size: 38px;
	color: #686829;
	display:inline-block;
	border-left: 10px solid #e9df9b;
	padding-left: 20px;
}

h5{
	font-size: 17px;
	font-weight: bold;
}
.linkmenu {
	display: inline-block;
	float: right;
}
.allmenu {
	display:flex;
	justify-content: center;
}
.allmenu li {
	color: #335423;
}
.allmenu figure {
	display: inline-block;
	width: 223px;
	float:left;
	margin:auto;
	margin-left:16px;
}
.allmenu li:last-child{
	margin-right:9px;
}
/*お店からのお知らせ*/
.news {
	clear: both;
	display: inline-block;
	width: 420px;
	float:left;
}
h3{
	font-size: 28px;
	color: #686829;
	display:inline-block;
	border-left: 10px solid #e9df9b;
	padding-left: 20px;
}
.news ul {
	line-height: 30px;
}
/*こちらもどうぞ*/
.sns {
	display: inline-block;
	width: 500px;
	float:right;
}
.sns img{
	float:left;
	margin:10px;
}
/*----------footer----------*/
/*アクセス*/
.access {
	clear: both;
	background: url(../images/bg_foot.png) repeat;
	height: 220px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.pin {
	display:inline-block;
	float: left;
}
.access h3{
	font-size: 28px;
	color: #686829;
	display: inline-block;
	border-style: none;
}

	margin-right:22px;
}
.accesslink {
	display: inline-block;

}
table {
	clear: both;
	padding-top: 40px;
	font-weight: bold;
}
tr{
	display: inline-block;
}
th{
	width: 5em;
	text-align:left;
	vertical-align:top;
}
td{
	width:350px;
}
/*コピーライト*/
.copy_right {
	background: #96CC28;
	
	text-align: center;
	padding: 30px 0px;
}
