/*
Theme Name: COCORO Kaiseki 0.0
Version: 1.0.0

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Muli', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	background-color:#FFFFFF;
}

body {
	font-family: 'Muli', sans-serif;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.8em;
	margin: 0.67em 0;
	line-height:1.3;
}

h2 {
	font-size: 1.4em;
}

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

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	color:#000000 !important;
}
body,
button,
input,
select,
textarea {
	font-family: "Muli",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color:#000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Muli",sans-serif;
	font-style: normal;
	clear: both;
}

p {
	margin: 0 0 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background:#FFFFFF;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
em {
	color:inherit;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
input.wpcf7-text {
	width:100%;
}
input.wpcf7-submit {
	margin-top:20px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #444444;
}

a:visited {
	color: #000000;
}

a:hover,
a:focus,
a:active {
	color: #666666;
	text-decoration:none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-top:5px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-top:5px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 3px 0 0;
    font-size: 14px;
    line-height: 1.2;
	color:#888;
}

.wp-caption-text {
    text-align: left;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
#primary {
}

main.site-main {
}
.sub-wrapper {
	padding:40px 0;
}
.entry-content .panel-grid {
    margin-left: -10px !important;
    margin-right: -10px !important;
	margin-bottom:0 !important;
}
.entry-content .panel-grid .panel-grid-cell .so-panel {
    margin-bottom: 10px !important;
}
.entry-content .panel-grid .panel-grid-cell {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
header#masthead {
	width:100%;
}
.site-branding {
	position:relative;
}
.site-branding h1.site-title {
	margin:18px 0 0px;
	text-align:center;
	line-height:1
}
.site-branding h1.site-title a {
	font-family: "effra",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:32px;
	color:#000;
	text-transform:uppercase;
	display:block;
	letter-spacing:10px;
}
.site-branding p.site-description {
	font-family: "Muli",sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size: 18px;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:18px;
	color:#000000;
}

/*--------------------------------------------------------------
Main Menu
--------------------------------------------------------------*/
ul#top-menu {
	float: right;
	margin:0;
	padding:0;
}
ul#top-menu li {
	float: left;
    list-style: none;
    margin-left: 10px;
    font-size: 11px;
    margin-top: 2px;
}
.menu-main-menu-container .uk-navbar-nav {
	width:100%;
}
.uk-navbar {
	background:none;
	border-radius:0;
    border: 0;
}
ul#top-left, ul#top-right {
	margin-top:28px;
}
ul#top-left {
	float:right;
}
ul#top-right {
	float:left;
}
.uk-navbar-nav>li {
	position: relative;
	text-align:center;
}
ul#top-left li {
	margin-left:25px;
}
ul#top-right li {
	margin-right:25px;
}

ul#top-right li ul.sub-menu {
	display: none;
	position: absolute;
	list-style: none;
	padding-left: 0;
	z-index: 999;
}
ul#top-right li:hover ul.sub-menu {
	display: block;
	margin-left: -10px;
}
ul#top-right li ul.sub-menu li {
	background-color: #fff;
	text-align: left;
}
ul#top-right li ul.sub-menu li a {
	display: block;
	white-space: nowrap;
	font-size: 15px;
	line-height: 2;
	padding: 0 10px;
}

.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus {
	box-shadow: none;
}

.uk-navbar-nav>li>a {
	color:#000000;
	padding:0;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    border: 0;
    border-bottom-width: 0;
	font-size:1.05em;
    text-shadow: none;
	font-family: "Muli", sans-serif;
}
.uk-navbar-nav>li>a:hover,
.uk-navbar-nav>li>a:focus,
.uk-navbar-nav>li>a:active {
	background:none;
    text-shadow: none;
	box-shadow:none;
}
.uk-navbar-nav>li.current_page_item>a, .uk-navbar-nav>li.current-page-ancestor>a, .uk-navbar-nav>li.current-menu-item>a,
.uk-navbar-nav>li.current-post-ancestor>a, .uk-navbar-nav>li.current-category-ancestor>a {
	color:#000000;
	background:none;
}
.uk-navbar-nav:first-child>li:first-child>a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.uk-navbar.responsive .bg {
	background: #222222;
    width: 100%;
    height: 41px;
}
a.uk-navbar-toggle,
a.uk-active {
    color: #fff;
	text-shadow:none;
	margin-top:0;
	border-right:1px solid #444;
	background:#000000;
}
a.uk-navbar-toggle:hover {
}
.uk-navbar-toggle:focus, 
.uk-navbar-toggle:hover {
    color: #fff;
}
#offcanvas .uk-nav ul.sub-menu {
    padding-left: 25px;
}



@media only screen and (max-width : 800px) {
ul#top-left li {
	margin-left:15px;
}
ul#top-right li {
	margin-right:15px;
}
}








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

footer {
	position:relative;
	background:#000;
}
.logo-bottom {
	text-align:center;
	margin:50px auto 10px;
}
footer .site-branding h1.site-title a {
	font-size:28px;
	color:#FFFFFF;
}
footer .site-branding p.site-description {
	font-size:16px;
	color:#FFFFFF;
}
.bottom-menu-table {
	display:table;
	margin-bottom:30px !important;
}
.bottom-menu-table p {
	font-size:0.9em;
	color:#FFFFFF;
	text-align:center;
}
.bottom-menu-table p a {
	color:#EEEEEE;
}
ul.bottom-menu {
	margin:0 auto 20px;
	width:100%;
	list-style: none;
	text-align:center;
	padding-left:0;
}
ul.bottom-menu li {
	margin:0 5px;
	display:inline-block;
}
ul.bottom-menu li a {
	font-size:0.9em;
	line-height:1.2;
	color:#fff;
}
.contact-bottom ul {
	margin:0;
	padding:0;
}
.contact-bottom li {
	margin:0;
	list-style:none;
	font-size:18px;
	color:#000;
}
.contact-bottom li img,
.enquiry-bottom img {
	margin-right:10px;
}
.enquiry-bottom {
	width:100%;
	background:#CBE9F1;
	text-align:center;
}
.enquiry-bottom a {
	display:block;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
}
.info-bottom {
	width:100%;
	padding:10px;
	text-align:center;
	line-height:1.2;
	color:#fff;
	font-size:14px;
	background:#222222;
}
p.copyright {
	margin:0;
}
p.copyright a {
	color:#fff;
}
.scroll-square {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    padding: 0;
    top: -20px;
    left: 0;
    right: 0;
    z-index: 90;
    text-align: center;
}
.scroll-square img {
	margin-bottom:5px;
}
.scroll-square a {
    display: block;
    height: 50px;
    background-color: #222222;
	width:50px;
	padding-top:15px;
}
.scroll-square a:hover {
    background-color: #444444;
}

/*--------------------------------------------------------------
Slideshow
--------------------------------------------------------------*/
ul.uk-slideshow,
ul.uk-slideshow>li {
	height:600px !important;
}
.uk-slidenav-position a.uk-slidenav {
	color:rgba(255,255,255,0.5);
}
.uk-slidenav-position a.uk-slidenav:hover {
	color:rgba(255,255,255,1);
}
.uk-cover-background.uk-position-cover {
	z-index:-1;
}
.uk-slideshow li .slide-text {
	position:absolute;
	bottom:0;
	font-size:18px;
	color:#fff;
	background:rgba(0,0,0,0.3);
	width:100%;
}
.uk-slideshow>li p {
	font-size:18px;
	font-weight:300;
	line-height:1.2;
	padding:10px 15px;
	margin:0;
}
.uk-slideshow>li .link-canvas {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	z-index:10;	
}
.uk-slidenav-position .uk-slidenav-previous {
	left:0px;
}
.uk-slidenav-position .uk-slidenav-next {
	right:0px;
}
a.detail-link {
	position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 2;
	color:#fff;
	text-shadow:none;
	box-shadow:none;
	border:none;
}
a.detail-link img {
	height:20px;
	margin:5px;
}

@media only screen and (max-width : 1000px) {
ul.uk-slideshow,
ul.uk-slideshow>li {
	height:500px !important;
}
}

@media only screen and (max-width : 800px) {
ul.uk-slideshow,
ul.uk-slideshow>li {
	height:400px !important;
}
}

/*--------------------------------------------------------------
Content - Home
--------------------------------------------------------------*/
.headline-title h2 {
	font-size:1.4em;
	line-height:1;
	padding-top:15px;
}
.headline-title h2 img {
	vertical-align:sub;
	margin-right:10px;
}
ul.headline-box {
	margin-top:20px !important;
}
ul.headline-box li {
	padding-bottom:10px;
}
ul.headline-box li .inner {
}
ul.headline-box li .inner p {
	padding:10px;
	margin:0;
	line-height:1.2;
}
ul.headline-box li .inner .image {
	height:160px;
}
.uk-panel-box {
	border-radius:0;
	padding:0;
	border:0;
	background:#eee;
}

#desc .rest-image {
	margin-top:50px;
	width:100%;
}
#location {
	background:#f1f1f1;
}
.front-text img {
	width:50%;
}

#gallery.sub-wrapper {
	padding:0;
}
#gallery ul {
	margin:0;
	padding:0;
}
#gallery ul li {
	list-style:none;
	width:33.33333%;
	margin:0;
	float:left;
}
#gallery ul li .inner {
	margin:0;
	height:280px;
	background-position:center;
	background-size:cover;
}
.acf-map {
	height:300px;
}
.contact .acf-map {
	height:400px;
}

.ot-widget .inner {
	border-radius: 4px; 
	background-color: #f1f1f1; 
    padding: 1rem 0 0 0.5rem;
}

iframe.front {
	float: right;
	margin: 5px 0 10px 15px;
}



@media only screen and (max-width : 800px) {
#gallery ul li .inner {
	height:180px;
}
}

@media only screen and (max-width : 480px) {
	#desc .rest-image {
		margin-top:20px;
	}
	.acf-map {
		margin-top:20px;
	}
	#gallery ul li {
		width:50%;
	}
	#gallery ul li .inner {
		height:160px;
	}
	.front-text img {
		width:100%;
		margin-left:0;
		margin-bottom:15px;
	}
	.ot-widget {
		margin-top:20px;
	}
	.ot-widget .inner {
    padding: 1rem 0 0 1rem;
	}
	iframe.front {
		height: 220px;
	}
}



/*--------------------------------------------------------------
Pages
--------------------------------------------------------------*/

#page-title-image {
	height:300px;
	background:#000;
}
#page-title-image .page-title-image-inner {
	height:300px;
	background-position:center;
	background-size:cover;
}
#page-title-image .page-title-image-smoke {
	height:300px;
	background-color: rgba(0,0,0,0.50);
}
#page-title-image header h1 {
	font-family: 'Muli', sans-serif;
	color:#FFFFFF;
	font-size:36px;
	font-weight:100;
	text-transform:uppercase;
	margin-bottom:5px;
}
#page-title-image p {
	color:#FFFFFF;
	font-size:18px;
}
#page-title-image p.jp {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:24px;
	margin-bottom:0;
}
#page-title-image .line {
	border-bottom:1px solid #FFFFFF;
	width:60px;
	margin:0 auto 20px;
}

#page .entry-content table.kaiseki {
	font-size:14px;
}
#page .entry-content .menu h3 {
	font-size:1.3em;
}
#page .entry-content .menu h4 {
	margin-top:40px;
	font-size:1.0em;
	font-weight:bold !important;
}



@media only screen and (max-width : 800px) {
#page-title-image {
	height:200px;
}
#page-title-image .page-title-image-inner {
	height:200px;
}
#page-title-image .page-title-image-smoke {
	height:200px;
}
}

@media only screen and (max-width :768px) {
#page .entry-content .left {
	margin-bottom:20px;
}
#page .entry-content .menu .left {
	margin-bottom:80px;
}
}



/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
#primary a, #primary h3 { color:#222222;}
#primary h3, #primary h4 { font-weight:bold; }
#primary .entrance a, #primary .entrance h3 { color:#fff; }

#primary .entry-content h3 {
	font-size:18px;
	line-height:1.4;
	padding-bottom:3px;
}


h1.entry-title {
	font-size:1.8rem;
	margin-top:0;
}
header.image-header {
	position:relative;
	margin-bottom:20px;
}
header.image-header img {
border-radius:3px;	
}
header.image-header h1.entry-title {
	color:#fff;
	font-weight:bold;
	width:90%;
	height:36px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	text-shadow: 0px 0px 8px #333;
}

.entry-content ol,
.entry-content ul {
	margin:0;
	padding-left:18px;
	margin-bottom:1em;
}
.entry-content li {
	margin:5px 0;
	line-height:1.4;
}



/*--------------------------------------------------------------
Content - Front Page
--------------------------------------------------------------*/

.topinfo {
	width: 100%;
	background-image: url(images/bg_topinfo.jpg);
	background-position: center;
	padding: 20px;
}
.topinfo h2 {
    font-size: 2rem;
    text-transform: uppercase;
}
.topinfo p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
Content - News Pages
--------------------------------------------------------------*/
.uk-grid.news-box-wrap {
    margin-left: -15px;
}.uk-grid.news-box-wrap>* {
    padding-left: 15px;
}
.news-box {
	border:1px solid #009ac5;
	padding:15px;
	margin-bottom:15px !important;
	border-radius:3px;
}
.news-box h3 {
	font-size: 16px;
    line-height: 1.3;
	margin-bottom:5px;
}
.news-box h4 {
	margin:0;
	font-size:12px;
	color:#666;	
}
.news-box p {
	margin-top:5px;
}
.wp-pagenavi {
	margin-top:20px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #ccc;
    border-radius: 0px;
	font-size:0.9rem;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #a1001b;
	background:#a1001b;
	color:#fff !important;
}
article.post .entry-header h1.entry-title {
	margin-bottom:5px;
}
article.post .entry-header .entry-meta {
	margin-bottom:20px;
	color:#666;
}
.contact-banner {
	width:100%;
	padding:15px;
	background:#F3F3EE;
    border-radius: 3px;
	margin-bottom:20px;
}
.contact-banner h3 {
	font-size:16px;
	margin-bottom:0px;
}
.contact-banner h4 {
    margin: 0 0 5px;
    text-indent: 30px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 0 center;
}
.contact-banner h4.phone {
	background-image:url(images/ico-phone.png);
}
.contact-banner h4.email {
	background-image:url(images/ico-email.png);
}



@media (min-width: 1220px) {
.uk-container {
    max-width: 980px;
    padding: 0 25px;
}
}

@media (max-width: 767px) {
.uk-cover-background.uk-position-cover {
	z-index:-1;
}
}

@media (max-width: 760px) {
.nominated .panel-grid .panel-grid-cell {
	margin-bottom:0 !important;
}
}


@media (max-width: 480px) {
.logo-bottom, .contact-bottom {
	text-align:center;
	height:auto;
	margin:10px 0 20px;
}
.logo-bottom {
	margin:40px auto 0px;
}
.contact-bottom {
	margin:10px 0 20px;
}
.logo-bottom img {
	width:80%;
	margin-top:10px;
}
.uk-cover-background.uk-position-cover {
	z-index:-1;
}
ul.uk-slideshow,
ul.uk-slideshow>li {
	height:200px !important;
}
.uk-slideshow>li p {
    font-size: 0.8em;
    line-height: 1.2;
    margin: 0;
}
a.detail-link {
    left: 25px;
    bottom: 10px;
}
a.detail-link img {
	height:16px;
	margin:5px;
}

.site-branding h1.site-title {
	float:none;
	margin:20px 0 5px;
}
.site-branding h1.site-title a {
	margin:0 auto;
	font-size:28px;
}
.site-branding p.site-description {
    font-size: 1em;
	color:#000000;
	float:none;
	margin: 0 0 20px;
	text-align:center;
}

.page-link-boxes.uk-grid, .page-link-boxes .page-link-box {
	width:100%;
}

#primary {
    padding:0;
}
.entrance div a {
    text-align: center;
    padding: 10px;
	height:auto;
	background-image:none !important;
}
.entrance.uk-grid-medium>.uk-grid-margin {
	margin-top:10px; 
}
.uk-grid.desc {
    padding: 15px;
}

header.image-header h1.entry-title {
	font-size:18px;
}
.contact-banner h4 {
    margin: 0 0 5px;
    text-indent: 30px;
    font-size: 16px;
    background-size: 22px;
}
.quotation-box {
	padding-bottom:5px;
}
.quotation-box div div {
	margin-bottom:10px;
}
.enquiry .uk-grid .last {
	text-align:left;
}

}