@charset "UTF-8";
/*
Theme Name: Orthodox
Theme URI: http://wordpress.spanner.me/wp-themes/orthodox/
Author: calico
Author URI: http://wordpress.spanner.me/
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: restaurantz
Tags: one-column, two-columns, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, footer-widgets, custom-logo
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	background-color: transparent;
	color: #a52a2a;
}
a:active,
a:hover {
	outline: 0;
	color: #bb2f2f;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

img {
	border: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@media only screen and (max-width: 991.98px) {
	html,body {
		font-size: 0.9rem;
	}
}

/*--------------------------------------------------------------
# Base / Container
--------------------------------------------------------------*/
#page {
	margin: 0 auto;
	position: relative;
}

.main-contents {
	padding: 40px 0;
}

/* 斜め背景 */
.oblique {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 80px 0;
}
.oblique:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80%;
	margin: 3% -10% 0;
	background: #a52a2a;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -1;
}
.oblique-inner {
	box-sizing: boder-box;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 100px 10px 120px;
}

@media only screen and (max-width: 991.98px) {
	.oblique {
		padding: 20px 0 100px;
	}
	.oblique:before {
		width: 140%;
		height: 90%;
		margin: 3% -10% 0 -15%;
	}
	.oblique-inner {
		padding: 50px 10px 120px;
	}
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.inner-header {
	margin: 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.inner-header > img {
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/
#masthead {
	background: none;
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 999;
	padding: 40px 0;
	transition: .3s;
}
.navi-animation {
	padding: 0 !important;
	background-color: #a52a2a !important;
	text-shadow: none !important;
}
.navbar-brand img {
	margin-right: 10px;
	max-width: 50px;
}

.main-navi {
	display: flex;
	margin-top: 1rem;
	list-style: none;
}
.main-navi li {
	padding: 0 10px;
}
.main-navi li:first-child {
	margin-left: auto;
}
.main-navi li:hover a {
	border-bottom: 3px solid #ff6347;
}
.main-navi li a {
	color: #fff;
	text-shadow: 1px 1px 2px #4b4b4b;
}
.navi-animation .main-navi li a {
	text-shadow: none !important;
}
.main-navi li a:hover,
.main-navi li a:active {
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.main-navi {
		display: block;
		padding-left: 0;
	}
	.main-navi li {
		padding: 0;
	}
	.main-navi li a {
		display: inline-block;
		padding: 10px;
		width: 100%;
		color: #fff;
	}
	.main-navi li a:hover,
	.main-navi li a:active {
		text-decoration: none;
		background-color: #2b2a2a;
	}

	.mb-link {
		background-color: #a52a2a !important;
	}
	.main-navi li:hover a {
		border-bottom: 0;
	}
}

@media (min-width: 992px) {
	.main-navi .current_page_item a {
		border-bottom: 3px solid #ff6347;
	}

	.mb-link {
		background-color: transparent !important;
	}
}
@media (max-width: 413px) {
	#masthead {
		padding: 10px 0;
	}
	.navbar-brand img {
		display: none;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
	background-color: #2b2a2a;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	clear: both;
}

.footer-nav {
	display: flex;
	justify-content: center;
	margin: 20px auto;
	padding: 0;
	list-style: none;
}
.footer-nav li {
	padding: 0 20px;
	border-left: 1px solid #525050;
	text-align: center;
	vertical-align: middle;
}
.footer-nav li:first-child {
	border: none;
}
.footer-nav li a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

/* TOPへ戻る */
.page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.page-top a {
	display: block;
	background: rgba(128, 128, 128, 0.5);
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}
.page-top a:hover {
	background: rgba(128, 128, 128, 0.7);
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.footer-nav {
		display: block;
	}
	.footer-nav li {
		padding: 20px 0;
		border-left: none;
	}
}

/*--------------------------------------------------------------
# Section / Contetns
--------------------------------------------------------------*/
.section-contents {
	padding: 40px 0;
}
/* .section-contents:nth-child(even) {
	background-color: #fef9f5;
} */

.panel-grid {
	padding: 20px;
}

.widget-sub-title,
.secondary-title {
	display: block;
	font-weight: 100;
	line-height: 1.5;
	margin-bottom: 50px;
}
.section-title {
	text-align: center;
}
.secondary-title {
	margin-bottom: 15px;
	font-size: 1.6rem;
	text-align: center;
}

.grid-col {

}
.grid-col .col-icon {
	text-align: center;
}
.grid-col .col-icon i {
	margin: 10px auto;
	font-size: 4rem;
}
.grid-col .panel-text {
	font-size: 0.9rem;
}

.section-news {
	background-color: #fef9f5;
	color: #000;
}

.card {
	color: #000;
	border: none;
}

@media (max-width: 413px) {
	.section-title {
		font-size: 1.5rem;
	}
	.secondary-title {
		font-size: 1.3rem;
	}
}


/*--------------------------------------------------------------
# TOP
--------------------------------------------------------------*/
.content-slide-left.delighter {
	transition: all .3s ease-out;
	transform: translateX(-100%);
	opacity: 0;
}
.content-slide-left.delighter.started {
	transform: none;
	opacity: 1;
}
.content-slide-left.delighter.started.ended {
}

.top-price {
	color: #a52a2a;
	font-size: 2rem;
	font-weight: bold;
}

.catch-img img {
	max-height: 70px;
}

.link-phone {
	display: inline-block;
	margin: 20px auto;
}
.link-phone a {
	display: inline-block;
	padding: 10px;
	border: 2px solid #fff;
	border-radius: 4px;
	font-size: 1.5rem;
}
.link-phone a,
.link-phone a:hover,
.link-phone a:active {
	color: #fff;
	text-decoration: none;
}
.link-phone a:hover,
.link-phone a:active {
	color: #a52a2a;
	background-color: #fff;
}


/*--------------------------------------------------------------
# 記事一覧
--------------------------------------------------------------*/
.news-date {
	display: inline-block;
	margin-bottom: 8px;
	color: #808080;
	font-size: 0.9rem;
	font-weight: bold;
}

.news-category {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 0.9rem;
	font-weight: normal;
}

.news-category .post-categories {
	display: flex;
	padding: 0;
	list-style: none;
}
.news-category .post-categories::before {
	display: inline;
	margin: 0 10px;
	color: #808080;
	content: "|";
}
.news-category .post-categories li::before {
	display: inline;
	margin: 0 8px;
	content: "/";
}
.news-category .post-categories li:first-child::before {
	display: inline;
	margin: 0;
	content: "";
}

.news-title {
	font-size: 1.2rem;
}

/* 続きを読む */
.excerpt_more {
	margin-top: 20px;
}

/* ページネーション */
.pagination {
	clear: both;
	margin: 40px 0;
	padding: 20px 0;
	position: relative;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 14px 10px 14px;
	text-decoration: none;
	width: auto;
	color: #492e0d;
	background: #e9e7e1;
	border-radius: 50%;
}
.pagination span.page-of {
	background: none;
	color: #6C6155;
}
.pagination a:hover {
	color: #ffffff;
	background: #696969;
	text-decoration: none;
}
.pagination .current {
	padding: 10px 14px 10px 14px;
	color: #ffffff;
	background: #696969;
}
@media only screen and (max-width: 413px) {
	.pagination {
		font-size: 12px;
		line-height: 12px;
	}
	.pagination span, .pagination a {
		padding: 7px 10px 7px 10px;
	}
	.pagination .current {
		padding: 7px 10px 7px 10px;
	}
}

/*--------------------------------------------------------------
# 個別記事
--------------------------------------------------------------*/
.section-blog {
	background-color: #fef9f5;
	color: #000;
}

/* 記事タイトル */
.blog-title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.8rem;
}
.blog-title small {
	padding-top: 10px;
	color: #aaa;
	font-size: 70%;
}

/* 画像キャプション */
.wp-caption-text {
	font-size: 0.8rem;
	color: #999;
}

/* カテゴリ */
.blog-category {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: normal;
}

.blog-category .post-categories {
	display: flex;
	padding: 0;
	list-style: none;
}
.blog-category .post-categories li::before {
	display: inline;
	margin: 0 8px;
	content: "/";
}
.blog-category .post-categories li:first-child::before {
	display: inline;
	margin: 0;
	content: "";
}

.blog-contents {
	line-height: 1.8;
}

@media only screen and (max-width: 413px) {
	.blog-title {
		font-size: 1.4rem;
	}
	.blog-title small {
		padding-top: 7px;
	}
}

/*--------------------------------------------------------------
# メニュー画面
--------------------------------------------------------------*/
/* 濃い背景時の文字色 */
.text-flip {
	color: #fff;
}

/* トップ(オススメ)メニュー */
.menu-content {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #fff;
}
.menu-price {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.menu-info {
	display: inline-block;
	margin: 20px auto 10px;
	padding: 20px;
	background-color: #d76060;
}
.menu-remarks {

}

/* 大皿メニューグリッド */
.menu-ozara .col-icon {
	text-align: center;
}
.menu-ozara .col-icon img {
	margin: 10px auto;
}
.menu-ozara .col-title {
	margin-bottom: 0;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}
.menu-ozara .col-text {
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}
.menu-ozara .col-price {
	/* color: #a52a2a; */
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}

/* 鍋メニュー */
.menu-nabe-title {
	font-size: 1.5rem;
	font-weight: bold;
}
.menu-nabe-price {
	color: #a52a2a;
	font-size: 1rem;
	font-weight: bold;
}
.menu-nabe-price strong {
	font-size: 1.5rem;
}
.menu-nabe-add {
	width: 120px;
	height: 120px;
}

/* メニューリスト */
/* リスト内価格 */
.list-price {
	float: right;
	color: #a52a2a;
}


/*--------------------------------------------------------------
# 会社概要画面
--------------------------------------------------------------*/
.company {
	margin: 0 auto;
	width: 60%;
}
.company .row {
	padding: 15px 0;
	max-width: 680px;
	border-top: 1px solid #942626;
}
.company .row:first-child {
	border-top: 0;
}

.company .ext-link,
.company .ext-link:hover,
.company .ext-link:active {
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 991.98px) {
	.company {
		width: 85%;
	}
}
@media only screen and (max-width: 575px) {
	.company {
		width: 70%;
	}
	.company .row div:last-child {
		margin-top: 5px;
		margin-left: 2rem;
	}
}
@media only screen and (max-width: 413px) {
	.company {
		width: 90%;
	}
}


/*--------------------------------------------------------------
# アクセス画面
--------------------------------------------------------------*/
.maps {
	position: relative;
	margin-top: 50px;
	padding-bottom: 25%;
	height: 0;
	overflow: hidden;
}
.maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.shop-info .secondary-title {
	text-align: left;
}

.shop-main {
	width: 100%;
	max-width: 300px;
}

.shop-head {
	/* margin-bottom: 1rem; */
	font-weight: bold;
}
.shop-body {
	padding-bottom: 1rem;
	margin-left: 2rem;
}

.photo-list div[class^="col-"] {
	margin-bottom: 15px;
}
.photo-list .card {
	height: 100%;
}

.credit-card i {
	font-size: 3rem;
}

@media only screen and (max-width: 991.98px) {
	.maps {
		padding-bottom: 40%;
	}
}
@media only screen and (max-width: 575px) {
	.shop-info {
		padding: 0 10%;
	}
	.shop-info .secondary-title {
		margin-top: 1rem;
		text-align: center;
	}
	.credit-card i {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 413px) {
	.maps {
		padding-bottom: 60%;
	}
}
