@charset "utf-8";
/* CSS Document 
font-family: 'Anton', sans-serif;
font-family: 'Cormorant', serif;
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Playfair Display', serif;
font-family: 'Shippori Mincho', serif;
*/
.g_nav {
	display: none;
}
span.bk {
	display: inline-block;
}
.sp_br {
	display: none;
}
body {
	font-family: 'M PLUS Rounded 1c', sans-serif;	
}
/********************************/
#header {	
	font-family: 'M PLUS Rounded 1c', sans-serif;
	width: 80%;
	max-width: 1280px;
	min-width: 1024px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 1rem 0 0.5rem 0;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}
.logo_wrapper {	
	width: 296px;
	height: auto;
}
.top_logo_area {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.top_logo_area img{
	display: block;
	width: 100%;
	height: auto;
	
}
.head_note {
	color: #00a23f;
	font-size: clamp(10px, 1vw, 12.8px);
	white-space: nowrap;
}
/********************************/
nav {
	width: 80%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.pc_navi {
	padding: 0 0 0 15%;
}
.pc_navi ul{
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
.pc_navi li{
	display: block;
	text-align: center;
	border-left: solid 1px #1742a4;
}
.pc_navi li:last-child{
	border-right: solid 1px #1742a4;
}
.pc_navi li a {
	font-size: 0.8rem;
	font-weight: bold;
	display: inline-block;
	min-width: 6rem;
	cursor: pointer;
	padding: 0.5em 1em;
	text-decoration: none !important;
	color: #1742a4;
}
/********************** サイドバー ******************************/
#main_wrapper {
	width: 25%;
	box-sizing: border-box;
}
#sidebar {
	box-sizing: border-box;
	margin: 60px 0;
}
.blog_archive {
	width: 100%;
	padding: 1rem;
	margin-bottom: 2rem;
	box-sizing: border-box;
}
#sidebar .blog_box {
	margin: 1rem 0;
}
#sidebar .blog_box li{
	display: block;
	border-bottom: dotted 1px;
	margin-bottom: 1rem;
	padding: 0.5rem 0 0 0.5rem;
}
#sidebar .blog_box li a{
	text-decoration:underline;
	text-decoration-color: blue;
}
#sidebar .blog_box .wp-block-latest-posts__post-date {
	padding-top: 0.5rem;
}
.wp-block-latest-posts__featured-image {
	float: left;
	margin-right: 0.5em;
}
.archive_wrapper {
	margin: 2rem 0;
}
.post_wrapper .wp-block-heading,
.archive_wrapper .wp-block-heading {
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	padding: 0.5rem 0;
	border-bottom: solid 2px #ccc;
	margin-bottom: 1rem;
}
.archive_wrapper ul li {
	font-size: 14px;
	padding: 0 0 0 1rem;
}
/***割烹****/
.author {
	width: 100%;
	padding: 0 1rem;
	box-sizing: border-box;
}
.kappou_link {
	padding-top: 16px;
}
.kappou_img {
	display: block;
	height: 165px;
	width: 90%;
	margin: 0 auto 1rem auto;
	background-image: url(../images/kappou_link.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.kappou_add,
.kappou_tel,
.kappou_time{
	font-size: 0.9rem;
	padding-left: 1rem;
	margin-bottom: 0.5rem;
	padding-bottom: 4px;
	border-bottom: dotted 1px #ccc;
}
.linkbtn_wrapp {
	text-align: center;
}
.kappou_btn {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #ffbe49;
	border-radius: 0.5em;
	font-size: 0.9rem;
}
.linktitle {
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	padding: 0.5rem 0;
	margin-left: 0.5rem;
	border-bottom: solid 2px #ccc;
}
/********************** フッター **************************************/
#footer {
	padding-top: 100px;
	background-image: url("../images/footer_illust.png");
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: left 70% top 0px;	
}
#footer_top {
	width: 100%;
	background-color: #a65125;	
}
#footer_container {
	width: 90%;	
	min-width: 1024px;
	max-width: 1480px;
	margin: 0 auto;
	padding: 1rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: #fff;
}

#footer_container .footer_link {
	width: 80%;
	padding: 1rem;
	box-sizing: border-box;
	margin: 0 auto;
}

#footer_under {
	margin: 0;
	width: 100%;
	padding: 0.5rem 0;
	text-align: center;
	font-size: 0.9rem;
}

/***********************************タブレット*************************************************/
@media screen and (max-width: 1200px) {
/**********************************************************************************************/
	.top_logo_area .cacth_area {
		display: none;
	}
}