@charset "UTF-8";
/* ========================== header utility Nav ========================== */
nav#global-nav:after,
header nav:after,
footer .vertical:after,
footer .horizontal:after,
footer .horizontal ul:after,
.footerMenu_m:after,
#side-nav:after,
footer .horizontal:after,
footer .horizontal ul:after,
#bottom-nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* ============= font-awesome ============= */
footer .vertical ul li:before,
#secondary .side-nav.current h3:before,
#secondary .side-nav h3 a:before,
.menu-nav .menu > li.category a:before{
	font-family: 'FontAwesome';
	display: inline-block;
	width: 1.2em;
	text-align: center;
}



/* ========================== global-nav ========================== */
nav#global-nav {
	display: none;
}

@media print, screen and (min-width:993px) {
nav#global-nav {
	display: block;
	float: right;
	/*margin: 25px auto 0 auto;*/
    margin: 5px auto 0 auto;
}

nav#global-nav ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap : wrap;
    /*-webkit-justify-content: center;
    justify-content: center;*/
    -webkit-align-items:flex-end/*flex-start*/;
    align-items:flex-end/*flex-start*/;
}
nav#global-nav ul:first-child { margin-bottom:15px; }

nav#global-nav li {
	margin-left: 30px;
	width: auto;
	background-image: linear-gradient(to right, #925e52, #925e52 1px, transparent 2px, transparent 4px);
	background-size: 4px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
}
nav#global-nav li a {
	display: block;
	color: #333;
	text-decoration: none;
}
nav#global-nav li:first-child {
	margin-left: 0;
}
}

nav#global-nav li a:hover {
	color: #6a2c07;
}
nav#global-nav > ul > li {
	position: relative;
	float: left;
}


nav#global-nav .monly { display:block; }
@media print, screen and (min-width: 993px) {
nav#global-nav .monly { display:none; }
}


/* ============ 子メニュー - .sub-menu ============ */
nav#global-nav .sub-menu {
	display: none;
	position: absolute;
	/*top: 25px;*/
    top: 15px;
	width: 200px;
	left: -50px;
	z-index: 100;
	background: #6a2c07;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
nav#global-nav .sub-menu a {
	display: block;
	height: auto;
	color: #fff;
	margin-bottom: 0;
	padding: 10px 10px;
}
nav#global-nav .sub-menu:last-child a {
	border: none;
}
nav#global-nav .sub-menu li:first-child a {
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}
nav#global-nav .sub-menu li:last-child a {
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
}
/*
nav#global-nav .sub-menu a:hover {
	font-weight:normal;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}
*/
/*
@media only screen and (min-width:650px) {
nav#global-nav .sub-menu {
	width:200px;
	left:-50px;
}
nav#global-nav .sub-menu a {
	margin-bottom:0;
	padding:10px 10px;
}
}
*/

nav#global-nav .sub-menu li {
	width: auto;
	height: auto;
	margin-left: 0;
	padding: 0;
	/*padding:5px 0;*/
	background: none;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.1em;
}
nav#global-nav .sub-menu li a:hover {
	background: #fff;
	color: #6a2c07;
	font-weight: bold;
}
nav#global-nav .sub-menu li:last-child {
	border: none;
}
nav#global-nav ul ul li a {
	height: auto;
	margin-bottom: 0;
	background: none;
	color: #6a2c07;
	text-decoration: none;
}
nav#global-nav ul .menu-item ul li:hover {
	background: #f7ebdf;
	text-decoration: none;
}
/* ホバーで子メニュー表示 */

/* WP導入時に使用↓ */
/*nav#global-nav .menu-item-has-children:hover ul { 
  display: block;
}
*/
nav#global-nav li:hover ul.sub-menu {
	display: block;
}
nav#global-nav li.menu-item-has-children li a:hover {
	background: #eee;
}
/* ========================== mobileNav ========================== */
nav#mobile-nav li {
	display: none;
} /* モバイルメニューにのみ表示させるので、そのほかの場合は表示しない */
/* =========================== サイドメニュー =========================== */
/*#secondary .side-nav { display:none; }*/

#secondary .side-nav.current h3,
#secondary .side-nav a {
	color: #6a2c07;
}
#secondary .side-nav h3 {
	padding: 10px 8px 7px 8px;
	margin-bottom: 15px;
	background: #f2eee6;
	border: 1px solid #ddd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0.01px;
}
#secondary .side-nav.current h3:before,
#secondary .side-nav h3 a:before {
	margin-right: 3px;
	content: "\f0f4";
	vertical-align: top;
}
#secondary .side-nav h3.parent {
	margin-bottom: 0;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}
#secondary .side-nav ul {
	margin-bottom: 15px;
}
#secondary .side-nav li {
	padding: 10px 8px 7px 15px;
	margin-bottom: -1px;
	border: 1px solid #ddd;
	font-size: 12px;
}
#secondary .side-nav h3 a, #secondary .side-nav li a {
	display: block;
}
#secondary .side-nav li:hover {
	background: #f8f8f8;
}
#secondary .side-nav li:last-child {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}
/* ============== プラグインの設定打消し ============== */
#category-posts-2-internal .cat-post-title, #category-posts-3-internal .cat-post-title {
	font-size: 12px !important;
}
#category-posts-2-internal .cat-post-item, #category-posts-3-internal .cat-post-item {
	margin: 0 !important;
	border-top: none !important;
}
#category-posts-2-internal .cat-post-item:first-child, #category-posts-3-internal .cat-post-item:first-child {
	border-top: 1px solid #ddd !important;
}

@media print, screen and (min-width:992px) {
#secondary .side-nav {
	display: block;
}
}



/* ========================== メニューのサブメニュー ========================== */
.menu-nav .menu { display:none; }

@media print, screen and (min-width:650px) {
.menu-nav .menu {
	display: block;
	z-index: 1000;
	position: absolute;
	/*top: 5px;*/
	right:10px;

	/*float: right;*/
	/*width: 200px;*/
	/*margin: 1em auto;*/
	margin-top: 13px;
	padding:20px;
	vertical-align: bottom;
}
.menu-nav .menu li {
	list-style: none;
	margin-bottom: 0;
}

.menu-nav .menu > li.category a:before {
	margin-right: 3px;
	content: "\f0c9";
	vertical-align: top;
}
.menu-nav .menu > li li a:before { content:none !important; }

.menu-nav .menu li a {
	display: table;
	margin-top: 1px;
	padding: 10px 10px;
	width: 100%;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
	
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	
	overflow: hidden;
	transition: all .5s ease-out;
}

/* ========== サブメニューの色 ========== */
.menu-nav.food-nav .menu li a {
	background: #ee7800/*#6a2c07*/;
	color: #fff;
}
.menu-nav.food-nav .menu li li a {
	background:#fff/*#e0d1b4*/;
	color: #333;
}

.menu-nav.drink-nav .menu li a {
	background: #7a6a56;
	color: #fff;
}
.menu-nav.drink-nav .menu li li a {
	background:#fff;
	color: #333;
}
	



.menu-nav .menu > li:first-child a {
	margin-top: 0;
}
.menu-nav .menu li a:hover {
	background: #ede7dc;
	transition: all .5s ease-out;
}
.menu-nav .menu li ul {
	margin: 0;
	padding: 0;
}
.menu-nav .menu li li a {
	display: block;
	margin-top: 0;
	padding: 0 10px;
	border-radius:0;
	-webkit-border-radius:0;
    -moz-border-radius:0;
	height: 0;
	transition: all .5s ease-out;
}
.menu-nav .menu > li:hover li a {
	display: table;
	margin-top: 1px;
	padding: 10px;
	width: 100%;
	height: 1em;
	transition: all .5s ease-out;
}
.menu-nav .menu > li:hover li a:hover {
	background: #e0d1b4;
	transition: all .5s ease-out;
}
}


/* モバイル版 下部フロートメニュー */

#bottom-nav {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	max-width: 100%;
	height: auto;
	/*bottom: 110px;
    right: 20px;*/
    /*font-size: 14px;*/
	text-align: center;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
#bottom-nav a {
	text-decoration: none;
	color: #fff;
	width: auto;
	display: block;
}
#bottom-nav a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

@media print, screen and (min-width:650px) {
#bottom-nav {
	display: none !important;
}
}
#bottom-nav ul {
	margin-bottom: 48px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 10px 16px;
	background: #6a2c07;
}
#bottom-nav ul li {
	width: 32%;
	margin-right: 3%;
}
#bottom-nav ul li img {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#bottom-nav ul li:last-child {
	margin-right: 0;
}



/* ========================== footer Menu ========================== */

footer .vertical h5, footer .vertical ul li {
	padding: 5px 10px;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #1a579b;
}
footer .vertical h5 {
	margin-bottom: 10px;
	color: #6a2c07;
	font-size: 14px;
	font-weight: normal;
}
footer .vertical ul li {
	margin-bottom: 10px;
	background: #fff;
}
footer .vertical ul li a {
	display: block;
}

@media print, screen and (min-width:481px) {
footer .vertical {
}
footer .vertical .column {
	display: block;
	float: left;
	width: 47%;
	margin-right: 5%;
	margin-bottom: 20px;
}
footer .vertical .column:nth-child(2n) {
	/*clear:left;*/
	margin-right: 0;
}
footer .vertical .item {
	margin-bottom: 40px;
}
footer .vertical h5, footer .vertical ul li {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
footer .vertical h5 {
	margin-bottom: 25px;
	padding: 3px 0 3px 10px;
	background: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-left: 5px solid #fff;
	color: #fff;
	font-weight: bold;
}
footer .vertical ul li {
	margin-bottom: 15px;
	padding: 0;
	background: none;
	color: #fff;
	line-height: 1.2em;
}
footer .vertical ul li a {
	display: inline;
	color: #fff;
}
footer .vertical ul li a:hover {
	text-decoration: none;
}
footer .vertical ul li:before {
	content: "\f054";
	margin-right: 5px;
	vertical-align: middle;
}
}

@media only screen and (min-width:600px) {
footer .vertical .column {
	width: 30%;
	margin-right: 5%;
}
footer .vertical .column:nth-child(2n) {
	clear: none;
	margin-right: 5%;
}
footer .vertical .column:nth-child(3n) {
	/*clear:left;*/
	margin-right: 0;
}
footer .vertical .column:nth-child(4), footer .vertical .column:nth-child(7), footer .vertical .column:nth-child(10), footer .vertical .column:nth-child(13) {
	clear: left;
}
}

@media print, screen and (min-width:768px) {
footer .vertical .column {
	margin-bottom: 0;
}
}
footer .horizontal {
	display: block;
	clear: both;
	margin: 10px auto;
	text-align: center;
}
footer .horizontal a {
	text-decoration: none;
}
footer .horizontal ul {
	float: none;
	width: auto;
	margin: 0;
}
footer .horizontal li {
	display: block;
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	background: none;
	border-bottom: 1px dotted #1a579b;
}

@media print, screen and (min-width: 992px) {
footer .horizontal {
	margin: 0 auto 30px auto;
}
footer .horizontal li {
	display: inline;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
	border-bottom: none;
	border-right: 1px solid #1a579b;
}
footer .horizontal li:last-child {
	padding: 0;
	border: none;
}
}


/*  */
