.gwtable{
	text-align:center;
}
.gwtable th,
.gwtable td{
	border:1px solid #fff;
}
.takeout{
	font-family:'NotoSans_R';
	color:#eb5505!important;
	font-size:30px;
	font-weight: bold;
	border: solid 1px #eb5505;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 4px #eb5505;    /* 外側の線になる5pxの一本線の枠線をひく*/
	outline-offset: 1px;        /* 内側の線になる一本線の枠線をひく*/
	display: block;
	padding:5px 20px;
	width:460px;
	margin:20px auto;
}
a.takeout:hover{
	background: #eb5505;
	color:#fff!important;
	text-decoration: none;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.full_box{
	clear: both;
	width:730px;
	margin:0 auto;
}
.href_box_l{
	width:350px;
	float:left;
}
.href_box_r{
	width:350px;
	float:right;
}
.full_box h3,.href_box_l h3,.href_box_r h3{
	width:730px;
	margin-bottom:20px;
	font-family:'NotoSerif_R';
	font-weight: normal;
	font-size:26px;
	text-align: left;
	padding:0 0 50px 50px;
}
.href_box_l h3.lunch,.href_box_r h3.lunch{
	width:350px;padding:0 0 10px 50px;
	background: url("../images/menu/title_back_href.png")no-repeat bottom left,url("../images/menu/ico_lunch.png")no-repeat top left;
}
.full_box h3.lunch{
	overflow: hidden;
	padding:0 0 10px 50px;
	background: url("../images/menu/title_back.png")no-repeat bottom left,url("../images/menu/ico_lunch.png")no-repeat top left;
}
.full_box img{
	width:350px;
	float:left;
	margin:0 20px 0 0;
}
.href_box_l img,.href_box_r img{
	width:350px;
}
.full_box p,.href_box_l p,.href_box_r p{
	margin:0 0 15px 0;
}
.full_box .catch,.href_box_l .catch,.href_box_r .catch{
	font-family:'NotoSerif_R';
	margin-top:10px;
	font-size:26px;
	font-weight: bold;
	color:#a69e89;
}
.catch_red{
	font-family:'NotoSerif_R';
	color:#ff0000;
	font-size:24px;
}
.href_box_l .catch,.href_box_r .catch{
	font-size:22px;
	line-height: 160%;
}
.full_box a.link,.href_box_l a.link,.href_box_r a.link{
	float:right;
}
hr.dot{
	width:750px;
	clear: both;
	border:0;
	border-bottom:1px dotted #fff;
	margin:10px auto;
	height:50px;
}
#kijibasic::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
#kijibasic a{
	color:#fff;
}
#blog_contents{
	width:800px;
	float:right;
	color:#fff;
	font-family:'NotoSans_L';
	padding:0 30px;
}
#blog_contents p{
	margin-bottom:15px;
}
#blog_contents::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
#blog_contents h2{
	font-size:30px;
	margin-bottom:50px;
	font-family:'NotoSerif_R';
}
.back_link{
	clear: both;
	margin-top:80px;
	text-align: center;
}
.back_link a{
	display: inline-block;
	border:2px solid #520404;
	text-align: center;
	color:#fff;
	background: #ad0404;
	padding:5px 20px;
	border-radius: 5px;
}
.blog_box{
	width:220px;
	color:#fff;
	margin-bottom:80px;
}
.blog_box h3{
	background: url("../images/topics/ico_osusume.png")no-repeat 0 0.25em;
	padding:0 0 0 30px;
	font-size:20px;
}
.blog_box ul li{
	position: relative;
	font-size:14px;
	font-family:'NotoSans_L';
	border-bottom:1px dotted #fff;
	padding:10px 10px 10px 20px;
}
.blog_box ul li a{
	color:#fff;
}
.blog_box ul li span{
	display: block;
	font-size:13px;
	margin:0 0 5px 0;
}
.blog_box ul li::before{
	display: block;
	content:"〇";
	color:#d82816;
	font-size:10px;
	position: absolute;
	left:5px;
	top:12px;
	font-weight: bold;
}
.blog_box p{
	font-size:15px;
	text-align: center;
	font-family:'NotoSans_L';
	margin:10px 0 0 0;
	cursor: pointer;
}

/*****
一覧********/
.kiji_item{
	background: #222222;
	padding:15px;
	border-top:5px solid #666666;
	font-size:14px;
	line-height: 160%;
	margin-bottom:30px;
}
.kiji_item h3{
	font-size:20px;
	margin:0 0 15px 0;
}
.kiji_item .entrydate{
	color:#d1ab52;
	font-size:13px;
	margin:0 0 15px 0;
}
.kiji_item p.more{
	text-align: right;
	margin:15px 0 0 0;
}
/****
ページャー
****/
ul.pager{
	max-width: 1000px;
	margin:50px auto;
	text-align: center!important;
	box-sizing: border-box;
}

ul.pager li{
	display: inline-block;
 	vertical-align: middle;
}
ul.pager span{
	box-sizing: border-box;
	display: inline-block;
	width:36px;
	height:36px;
	font-size:18px;
	-moz-border-radius: 5px;    /* Firefox */
   	-webkit-border-radius: 5px; /* Safari,Chrome */
   	border-radius: 5px;
	background:#9fa0a0;
	border:1px solid #222222;
	color:#fff!important;
	text-decoration:none;
	margin:0 5px 15px 0!important;
	padding:2px 10px 0 10px!important;
}

ul.pager li a{
	display: inline-block!important;
	box-sizing: border-box;
	height:36px;
	padding:2px 10px 0 10px!important;
	font-size:18px;
	-moz-border-radius: 5px;    /* Firefox */
   	-webkit-border-radius: 5px; /* Safari,Chrome */
   	border-radius: 5px;
	background:#ffffff;
	border:1px solid #222222;
	color:#333;
	text-decoration:none;
	margin:0 5px 15px 0!important;
	vertical-align:text-top;
    text-decoration:none!important;
    color:#333!important;
}

ul.pager li a:hover{
	display: block;
	background:#222222;
	color:#fff!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin:0 5px 15px 0!important;
}