/*
Theme Name: hitachino
Theme URI: http://www.adworks24.co.jp
Description: 2015年常陸牛料理ひたち野テンプレート
Author: the Adworks team
Author URI: http://www.adworks24.co.jp
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, featured-image-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
	vertical-align: middle;
}
html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	margin: 0;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


.pc {display:block;}
.tb {display:none;}
.sp {display:none;}



/* =Layout
-------------------------------------------------------------- */


#container {
	margin: 0;
	width: 100%;
}
#content {
	margin: 0;
}
#footer {
	clear: both;
	width: 100%;
}

/* =Fonts
-------------------------------------------------------------- */
body {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
.inner {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 20px;
	clear: both;
	display: block;
	position: relative;
	overflow: hidden;
}
.inner:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#site-info {
	float: left;
	width: 320px;
	margin: 0 40px 8px 0;
}
#site-info a {
	background: url(images/logo_bk.png) 0 0 no-repeat;
	background-size: 320px 48px;
	width: 320px;
	height: 48px;
	display: block;
	text-indent: -9999px;
}
.footer_info {
	float: left;
}
.footer_info p {
	margin-bottom: 4px;
}
.footer_info span {
	font-size: 3.2rem;
	margin: 16px 0;
	display: block;
	line-height: 0.75;
}

.footer_info ul {
	width: 100%;
	display: table;
	margin-bottom: 12px;
}
.footer_info ul li,
.footer_info ol li {
	float: left;
}
.footer_info ul li a {
	background-color: #c1272d;
	text-align: center;
	color: #fff;
	line-height: 40px;
	display: block;
	width: 180px;
}
.footer_info ul li:last-child a {
	background-color: #1a1a1a;
	margin-left: 20px;
}
.footer_info ol li:first-child {
	margin-right: 1em;
}
.footer_info ol li:before {
	content: "\FF1E";
	display: inline-block;
	padding-right: 4px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #1a1a1a;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: normal;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #333;
}
a:visited {
	color: #222;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}


/* =Header
-------------------------------------------------------------- */

header {
	background: url(images/bg_bk.png) center top repeat;
	background-size: 50px 50px;
	height: 157px;
	border-top: 3px solid #dfc7a2;
	min-width: 841px;
}
#masthead {
	float: left;
	width: 367px;
}
#site-description {
	color: #fff;
	margin: 27px 0 18px 0;
	width: 360px;
	font-family:'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
}
#site-title {
	width: 367px;
	height: 54px;
}
#site-title a {
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 367px 54px;
	display: block;
	text-indent: -9999px;
	width: 367px;
	height: 54px;
}
#access {
	display: block;
	float: right;
	width: 500px;
	margin-top: 30px;
}
#access ul {
	margin: 0 0 24px 0;
	float: right;
}
#access li {
	float: left;
	margin-right: 40px;
}
#access li a {
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.35rem;
	position: relative;
}
#access li:last-child {
	margin-right: 0;
}
#access li a:before {
	position: absolute;
	content: "";
	background: url(images/arrow_white.png) 0 0 no-repeat;
	width: 10px;
	height: 20px;
	background-size: 10px 20px;
	top: 10px;
	left: -20px;
}
#access li a span {
	font-size: 1.6rem;
	display: block;
}
#t-navi {
	display: none;
}
.head_tel {
	float: right;
	text-align: right;
	color: #dfc7a2;
	font-size: 3.5rem;
	position: relative;
	line-height: 0.75;
}
.head_tel:before {
	position: absolute;
	content: "";
	background: url(images/icn_tel.png) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	display: block;
	left: -30px;
}
.head_tel span {
	color: #fff;
	padding-right: 10px;
	font-size: 1.3rem;
	vertical-align: middle;
}
section {
	border-bottom: 1px solid #1a1a1a;
}
.newsarea {
	padding-left: 2em;
	float: left;
	padding-top: 12px;
}
h3.area_ttl {
	position: relative;
	float: left;
	font-size: 2.1rem;
	color: #1a1a1a;
	line-height: 80px;
	padding-left: 40px;
}
h3.area_ttl:before {
	position: absolute;
	top: 25px;
	left: 0;
	content: "";
	background: url(images/icn_info.png) 0 0 no-repeat;
	background-size: 30px 30px;
	height: 30px;
	display: block;
	width: 30px;
}
.newsarea li {
	line-height: 2em;
}
.newsarea li:first-child {
	border-bottom: 1px dotted #ccc;
}
.newsarea li a {
	font-size: 1.5rem;
}
.newsarea li a span {
	margin-right: 2em;
}
a.past {
	width: 200px;
	height: 40px;
	float: right;
	background: url(images/bg_bk.png) 0 0 repeat;
	background-size: 100px 100px;
	position: relative;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	margin-top: 20px;
	line-height: 40px;
	display: block;
	padding-left: 20px;
}
a.past:before {
	content: "";
	background: url(images/arrow_white.png) 0 0 no-repeat;
	width: 7px;
	height: 12px;
	background-size: 7px 12px;
	display: block;
	position: absolute;
	top: 14px;
	left: 20px;
}
.breadcrumbs ul {
	width: 100%;
}
.breadcrumbs ul li {
	line-height: 4.2rem;
	float: left;
	list-style-type: square;
	margin: 0 0 0 1.5em;
	color: #1a1a1a;
}
.breadcrumbs ul li a {
	color: #1a1a1a;
	display: inline-block;
	line-height: 1;
}
.breadcrumbs ul li:after {
	content: "\FF1E";
	margin: 0 0.8em;
	color: #1a1a1a;
	font-size: 1.2rem;
}
.breadcrumbs ul li:last-child:after {
	content: "";
	margin: 0;
}
#head_table {
	width: 100%;
	min-height: 80px;
}
.head_cell {
	display: table;
	width: 100%;
	text-align: center;
	background: url(images/bg_gold.png) 0 0 repeat;
	background-size: 100px 100px;
	height: 80px;
}
.head_cell li {
	display: table-cell;
	width: -webkit-calc(99.99999% / 4);
	width: calc(99.99999% / 4);
}
.head_cell li:nth-child(2) {
	background: url(images/bg_red.png) 0 0 repeat;
	background-size: 100px 100px;
}
.head_cell li:nth-child(3) {
	background: url(images/bg_gold2.png) 0 0 repeat;
	background-size: 100px 100px;
}

.head_cell li:last-child {
	background: url(images/bg_glay.png) 0 0 repeat;
	background-size: 100px 100px;
}
.head_cell li a {
	display: block;
	color: #fff;
	font-size: 1.8rem;
	text-shadow: 0px 0px 10px black;
	padding: 0 1em;
}
.head_cell li:last-child a {
	padding: 0 1em;
}


#branding {
width:100%;
height:640px;
position:relative;
overflow:hidden;
}

#branding-title {
width:100%;
text-align:center;
position:absolute;
top:50%;
margin-top:-1em;
line-height:1.6;
font-size:35px;
font-size:3.5rem;
}

#branding-title p {
color:#000;
font-size:35px;
font-size:3.5rem;
letter-spacing:12px;
text-shadow:0px 0px 10px rgba(255,255,255,0.9);
}

#branding .vegas-timer-progress {
background:#dfc7a2;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content {
	margin-bottom: 36px;
}
.home #content {
	margin-bottom: 0;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 2.8rem;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h3 {
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	line-height: 3.6rem;
	margin: 60px 0;
}
#content h3.bk {
	color: #1a1a1a;
}
#content h3:before,
#content h3:after {
	content: "";
	background: url(images/icn_house.png) 0 0 no-repeat;
	background-size: 36px 36px;
	width: 36px;
	height: 36px;
	display: inline-block;
	margin: 0 1em 0 0;
	vertical-align: bottom;
}
#content h3:after {
	margin: 0 0 0 1em;
}

#content table {
}
#content tr th,
#content thead th {
}
#content tr td {
}
#content tr.odd td {
}
.hentry {
	margin: 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 40px;
}
#content .entry-title.white {
	color: #fff;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
}
.entry-content .more-link {
	white-space: nowrap;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input,
.entry-content textarea {
	margin: 0 0 0 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}


/* Footer widget areas */
#footer-widget-area {
	float: right;
	width: 320px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin: 0 0 20px 0;
	padding-top: 40px;
	border-top: 1px solid #1a1a1a;
}
#colophon {
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

.bg_bk {
	background: url(images/bg_bk.png) 0 0 repeat;
	background-size: 100px 100px;
	overflow: hidden;
}
#content .bg_bk p {
	color: #e6e6e6;
}
.about img,
.toShop img,
.toAccess img {
	float: left;
	margin: 0 60px 40px 0;
	display: inline-block;
	clear: left;
}
.toBbq img {
	float: right;
	margin: 0 0 40px 60px;
	display: inline-block;
	clear: right;
}

.bg_bk.about .inner {
	padding-bottom: 40px;
}
.bg_bk.about div div,
.bg_bk.toShop div div,
.toShop table {
	width: -webkit-calc(99.99999% - 420px);
	width: calc(99.99999% - 420px);
	float: left;
}
.bg_bk.about a,
.bg_bk.toShop div div a {
	width: 226px;
	height: 36px;
	border: 2px solid #dfc7a2;
	text-align: center;
	margin: 0 auto;
	display: block;
	line-height: 3.6rem;
	color: #dfc7a2;
	position: relative;
	font-size: 1.7rem;
}
.bg_bk.about a:before,
.bg_bk.toShop div div a:before {
	content: "";
	background: url(images/arrow_gold.png) 0 0 no-repeat;
	background-size: 7px 12px;
	width: 7px;
	height: 12px;
	display: inline-block;
	margin-right: 8px;
}
.grid {
	display: table;
}
.grid ul {
	display: inline-block;
	list-style: none;
	letter-spacing: -.4em;
	width: 100%;
}
.grid ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	box-sizing: border-box;
	width: 25%;
	text-align: center;
}
.grid ul li span {
	display: block;
	font-size: 1.8rem;
	padding: 12px 0;
}
.grid ul li img {
	width: 99.5%;
	height: auto;
}
.toLunch a {
	width: 224px;
	border: 2px solid #1a1a1a;
	height: 36px;
	text-align: center;
	color: #1a1a1a;
	display: block;
	margin: 0 auto 40px;
	line-height: 3.6rem;
	font-size: 1.7rem;
}
.toLunch a:before {
	content: "";
	background: url(images/arrow_bk.png) 0 0 no-repeat;
	width: 7px;
	height: 12px;
	background-size: 7px 12px;
	display: inline-block;
	margin-right: 8px;
}
#content .toLunch p {
	margin-bottom: 60px;
	text-align: center;
}
.toShop table {
	margin: 20px 0 60px 0;
}
.toShop table th {
	background-color: #fff;
	border-bottom: 1px solid #1a1a1a;
	font-size: 3.1rem;
	padding: 24px 0 12px;
}
.toShop table th a {
	border: 2px solid #1a1a1a;
	display: block;
	margin: 8px 60px 0;
	padding: 8px 12px;
	line-height: 1.6;
	font-weight: bold;
}
.toShop table th a:before {
	content: "";
	display: inline-block;
	background: url(images/arrow_bk.png) left center no-repeat;
	background-size: 7px 12px;
	width: 7px;
	height: 12px;
	padding-right: 12px;
}
.toShop table th span {
	font-size: 2.3rem;
}
.toShop table td {
	background: #dfc7a2;
	text-align: center;
	border-right: 1px solid #1a1a1a;
	width: 50%;
	vertical-align: middle;
}
.toShop table td a {
	display: block;
	padding: 12px;
	line-height: 1.2;
}
.w560 {
	width: -webkit-calc(99.99999% - 420px);
	width: calc(99.99999% - 420px);
}
.toBbq a {
	width: 70%;
	text-align: center;
	border: 2px solid #1a1a1a;
	display: block;
	padding: 6px;
	font-size: 1.6rem;
	color: #1a1a1a;
	margin: 20px auto 40px;
}
.toBbq a:before {
	content: "";
	background: url(images/arrow_bk.png) 0 0 no-repeat;
	width: 7px;
	height: 12px;
	background-size: 7px 12px;
	display: inline-block;
	padding-right: 8px;
}
.toAccess dl {
	width: -webkit-calc(99.99999% - 420px);
	width: calc(99.99999% - 420px);
	float: right;
}
#content .toAccess dt,
#content .toAccess dd {
	color: #e6e6e6;
}
#content .toAccess dt {
	width: 4em;
	text-align: right;
	float: left;
}
#content .toAccess dd {
	padding-left: 6em;
	margin-bottom: 8px;
	line-height: 1.6;
}

/******************/
/******************/
/* Plugins  *******/

#biz_calendar {width: 99.5%; margin:0 auto 20px 0;}
#biz_calendar p {margin:0;}
#biz_calendar p:last-child {display:none;}
#biz_calendar p span.boxholiday {background-color:#c1272d; display:inline-block; width:10px; height:10px; margin-right:10px;}
#biz_calendar p span.boxeventday {display:none;}

#biz_calendar table {width:100%; background-color:#fff; table-layout:fixed;
line-height:1.6;
margin:0 0 12px 0;
cursor:default;
vertical-align:middle;
border-top:1px solid #eae7dc;
border-left:1px solid #eae7dc;
}

#biz_calendar table tbody tr:nth-child(odd),
#biz_calendar table tbody tr:nth-child(even) {background-color:#fff;}
#biz_calendar table tbody tr:nth-child(1) {background:#eae7dc;}

#biz_calendar table th,
#biz_calendar table.bizcal td {text-align:center; padding:8px 2px;
border-right:1px solid #eae7dc;
border-bottom:1px solid #eae7dc;
font-weight:bold;
}

#biz_calendar {
	font-family:'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}
#biz_calendar table.bizcal th:first-child {color: red;}
#biz_calendar table.bizcal td:nth-of-type(1) {color: red;}
#biz_calendar table.bizcal td:nth-last-of-type(1) {color:#0071bc;}
#biz_calendar table.bizcal th:nth-last-of-type(1) {color:#0071bc;}
#biz_calendar table.bizcal .calmonth {text-align:left; padding:4px 6px;}
#biz_calendar table.bizcal .calbtn {border: none;cursor: pointer;}
#biz_calendar table.bizcal .holiday {background-color:#c1272d; color:#fff;}
#biz_calendar table.bizcal .eventday {background-color: #64bdeb; color: #ffffff;}
#biz_calendar table.bizcal .eventday a {color: #ffffff;}
#biz_calendar table.bizcal .today a {}
#biz_calendar table.bizcal img {vertical-align: middle;}
#biz_calendar table.bizcal .down-img {text-align: right;}
#biz_calendar table.bizcal .today-img {text-align:center;}
#biz_calendar table.bizcal .up-img {text-align: left;}

#copy {
	background: #1a1a1a;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.display_table {
	clear: both;
	display: table;
	table-layout: fixed;
	text-align: left;
	width: 100%;
	margin-top: 40px;
}
.table_cell {
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
}
.bg_white {
	background-color: #fff;
	padding: 40px 0;
}
.table_cell img {
	text-align: right;
	float: right;
	margin-bottom: 40px;
}
.table_cell.right img {
	float: left;
}
.table_box {
	float: left;
	width: 440px;
	padding-left: 40px;
}
.table_box.right {
	float: right;
	width: 440px;
	padding-right: 40px;
}

#content .table_box h4 {
	color: #dfc7a2;
	font-size: 2.2rem;
}
#content .table_box.right h4 {
	color: #1a1a1a;
}
#content .table_box p {
	color: #e6e6e6;
}
#content .table_box.right p {
	color: #1a1a1a;
}

.shop_img {
	display: table;
	width: 980px;
	margin: 0 auto;
}
.shop_img li {
	display: table-cell;
	width: -webkit-calc(99.99999% / 4);
	width: calc(99.99999% / 4);
}
.shop_img li img {
	width: 100%;
	height: auto;
}
.shop_img li:last-child {
}
#content .dl_list {
	display: table;
	width: 100%;
	margin-bottom: 24px;
	border-bottom: 2px solid #1a1a1a;
	padding-bottom: 12px;
}
#content .dl_list dl {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	padding: 12px 24px 0;
	border-top: 2px solid #1a1a1a;
}
#content .dl_list dl dt {
	float: left;
}
#content .dl_list dl dd {
	margin-bottom: 4px;
	border-bottom: 1px dotted #1a1a1a;
	text-align: right;
}
#content .dl_list dl dd span {
	text-align: left;
	clear: both;
	display: block;
	font-size: 90%;
	line-height: 1.4;
}
#content #post-7 ol {
	margin: 40px 0 0 2em;
	list-style-type: decimal;
	line-height: 1.6;
}
#content #post-7 h4 {
	text-align: center;
	font-size: 2.6rem;
	line-size: 2.6rem;
	margin: 48px 0 12px;
}
#content #post-7 h5 {
	text-align: center;
	font-size: 1.8rem;
	margin: 24px 0 12px;
	color: #c1272d;
}
#content #post-7 h5 span {
	font-size: 80%;
}
#content #post-15 h4,
#content #post-21 h4,
#content #post-19 h4 {
	font-size: 1.8rem;
	border-bottom: 1px dotted #444;
}
#content table#tablepress-1 {
	border-bottom: 1px solid #aaa;
}
#content table#tablepress-1 td {
	padding: 8px 16px;
	border-top: 1px solid #aaa;
}
#content table#tablepress-1 td:first-child {
	background-color: #eae7dc;
	width: 30%;
	font-size: 90%;
}
#content #post-17 table {
	border-top: 1px solid #aaa;
	width: 100%;
}
#content #post-17 table th {
	background-color: #eae7dc;
	padding: 8px 16px 4px;
	text-align: left;
	border-bottom: 1px solid #aaa;
	vertical-align: top;
}
#content #post-17 em {
	color: #c1272d;
}
#content #post-17 table td {
	border-bottom: 1px solid #aaa;
	padding: 6px 16px;
}
#content #post-17 table td sup {
	font-size: 1.3rem;
}
#content #post-15 iframe {
	width: 100%;
	height: 500px;
}
#content #post-15 ol,
#content #post-19 ol,
#content #post-21 ol {
	list-style-type: decimal;
	padding-left: 2em;
}
#content #post-21 ol li {
	margin-bottom: 8px;
}
#content .menu_image dl {
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}
#content .menu_image dl dt {
	width: 62.602040816%;
	float: left;
	height: auto;
	overflow: hidden;
	margin-right: 1px;
}
#content .menu_image dl dd {
	width: calc(37.397959184% - 1px);
	width: -webkit-calc(37.397959184% - 1px);
	float: left;
	height: auto;
	margin-bottom: 1px;
}
#content .menu_image dl img {
	width: 100%;
	height: auto;
}
#content .webplans,
#content .dl_list_style {
	display: table;
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 12px;
}
#content .webplans .webplan,
#content .dl_list_style dl {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 12px 24px 0;
	border-top: 2px solid #1a1a1a;
}
#content .webplans .webplan .plan-title {
	font-size: 120%;
}
#content .webplans .webplan .plan-title span {
	padding-right: 0.5em;
}
#content .webplans .webplan .plan-price {
	font-size: 150%;
}
#content .webplans .webplan dl {
	margin-bottom: 0;
}
#content .webplans .webplan dl:after {
	content: "";
	display: block;
	clear: both;
}
#content .webplans .webplan dt {
	float: left;
	clear: left;
	text-align: center;
	line-height: 1.2;
	background: #1a1a1a;
	color: #fff;
	padding: 4px 6px;
	font-size: 80%;
	width: 4em;
	margin-top: 5px;
	margin-right: 10px;
}
#content .webplans .webplan dd {
	float: left;
	width: calc(100% - 67px);
	margin-bottom: 4px;
	font-size: 90%;
	padding: 6px 0;
	line-height: 1.6;
	position: relative;
}
#content .webplans .webplan dd:after {
	content: "";
	position: absolute;
	width: calc(100% + 67px);
	bottom: 0;
	left: -67px;
	border-bottom: 1px dotted #1a1a1a;
}
#content .dl_list_style dl dt {
	margin-bottom: 8px;
}
#content .dl_list_style dl dt:first-line {
	font-size: 120%;
}
#content .dl_list_style dl dt span {
	font-size: 150%;
	padding-left: 0.5em;
}

#content .dl_list_style dl dd {
	margin-bottom: 4px;
	border-bottom: 1px dotted #1a1a1a;
	font-size: 90%;
	position: relative;
	padding: 6px 0 6px 5em;
	line-height: 1.6;
}
#content .dl_list_style dl dd span {
	text-align: center;
	clear: both;
	line-height: 1.2;
	background: #1a1a1a;
	color: #fff;
	padding: 4px 6px;
	font-size: 80%;
	width: 4em;
	position: absolute;
	left: 0;
}
#content .ax_tour h4.tour_title {
	font-size: 1.5rem;
	margin-bottom: 0;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 12px 16px;
	background: #736357;
	color: #fff;
	line-height: 1.3;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}
#content .ax_tour table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 24px;
	box-sizing: border-box;
}
#content .ax_tour table th {
	background-color: #f2e9da;
	font-size: 95%;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}
#content .ax_tour table th,
#content .ax_tour table td {
	padding: 8px 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 10%;
	text-align: center;
}
#content .ax_tour table td {
	font-size: 105%;
}
#content .ax_tour table th:nth-of-type(2) {
	width: 25%;
}

#content .dl_list_style+h4 {
	margin-bottom: 0;
	border: 1px solid #ccc;
	text-align: center;
	background: #1a1a1a;
	border-bottom: 0;
	color: #fff;
	line-height: 3.4;
}
#content ul.attention {
	border: 1px solid #ccc;
	padding: 16px 24px;
}
#content ul.attention li:first-letter {
	margin-left: -1.3rem;
}
#content ul.attention li {
	font-size: 1.3rem;
	line-height: 1.6;
	padding-left: 1.3rem;
}
#content ul.attention li table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	margin: 12px 0;
}
#content ul.attention li table th,
#content ul.attention li table td {
	font-size: 1.3rem;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: center;
}
#content ul.attention li table th {
	background: #eae7dc;
}
.toFB {
	clear: both;
	width: 100%;
}
.toFB a {
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	background-color: #3b5998;
	line-height: 5rem;
	text-align: center;
	display: block;
	color: #fff;
	margin-bottom: 12px;
}
#content .post-74 h4 {
	background-color: #eae7dc;
	margin-bottom: 16px;
	line-height: 4rem;
	padding-left: 1em;
}
#content .post-74 h5 {
	color: #9C8050;
	margin-bottom: 8px;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
}
#content .post-74 p {
	line-height: 1.6;
	margin-bottom: 12px;
}
#content .post-74 p.order_tel {
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
}
#content .post-74 p.order_tel span {
	font-size: 3rem;
}

#content .post-74 table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	margin: 12px 0 24px;
}
#content .post-74 table th,
#content .post-74 table td {
	font-size: 1.3rem;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: center;
}
#content .post-74 table th {
	background: #eae7dc;
}
.banner .pc {
	max-width: 980px;
	margin: 0 auto;
}
.banner .pc img {
	width: 100%;
}
.banner .sp img {
	width: 100%;
}
#content dt.bold {
	font-weight: bold;
	font-size: 120%;
	color: #C30D23;
}
@media (max-width: 940px) {
	#access {
		display: none;
	}
	#t-navi {
		display: block;
		text-align: left;
		position: fixed;
		top: 24px;
		right: 12px;
	}
	.navi-toggle {
		display: block;
		margin: 0 auto;
		width: 32px;
		height: 22px;
		background: url(images/menu.png) 0 0 no-repeat;
		background-size: 32px 22px;
		cursor: pointer;
		border: 0;
		color: transparent;
	}
	#t-navi .t-menu {
		display: none;
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    background: rgba(0,0,0,0.8);
	    z-index: 999;
	    padding: 20px 0;
	}
	#t-navi li {
		border-bottom: 1px solid #dfc7a2;
		line-height: 60px;
		position: relative;
	}
	#t-navi li a {
		color: #e6e6e6;
		display: block;
		padding-left: 24px;
		font-size: 1.6rem;
		line-height: 60px;
	}
	#t-navi li a:before {
		content: "";
		background: url(images/arrow_white.png) 0 0 no-repeat;
		background-size: 7px 12px;
		width: 7px;
		height: 12px;
		display: block;
		position: absolute;
		top: 24px;
		left: 12px;
	}
	#t-navi p {
		text-align: center;
		color: #dfc7a2;
		font-size: 2.8rem;
		line-height: 4rem;
	}
	#t-navi p a {
		text-align: center;
		color: #dfc7a2;
		font-size: 2.8rem;
	}
	#t-navi p span {
		font-size: 1.4rem;
		color: #fff;
	}
	#t-navi p span:before {
		content: "";
		background: url(images/icn_tel.png) 0 0 no-repeat;
		background-size: 24px 24px;
		width: 24px;
		height: 24px;
		display: inline-block;
		vertical-align: middle;
		padding-right: 8px;
	}
	#t-navi img {
		width: 36px;
		margin: 0 auto;
		display: block;
	}
	
	header {
		width: 100%;
		height: 64px;
		position: fixed;
		top:0;
		z-index: 2;
	}
	header .inner {
		position: relative;
	}
	section {
		clear: both;
		padding-top: 65px;
	}
	.home section {
		padding: 0;
	}
	#site-description {
		display: none;
	}
	#site-title {
		width: 184px;
		margin: 18px 0 0 0;
		height: 32px;
	}
	#site-title a {
		background: url(images/logo.png) 0 0 no-repeat;
		background-size: 184px 28px;
		display: block;
		text-indent: -9999px;
		width: 184px;
		height: 28px;
	}
}