/*
Theme Name: heiankaikan
Theme URI: http://heian-numazu.com/
Author: FRONT WORK
Author URI: http://front-work.com/
Version: 1.0.0
Text Domain: heiankaikan
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Elements
# Utility
# Alignments
# Sections
    ## Header
    ## Main
    ## Aside
    ## Footer
# Components
# Pages
# Media queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    font-size: 16px;
    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: #fff;
    color: #16160e;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
}

blockquote {
    margin: 0 1.5em;
    border-left: 5px solid #ddd;
    padding-left: 1em;
}

address {
    margin: 0;
    font-style: normal;
}

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

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

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

img {
    max-width: 100%;
    height: auto;
}

embed,
iframe,
object {
    max-width: 100%;
}

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

.table-bordered th,
.table-bordered td {
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

a {
    color: #16160e;
    transition: all .2s ease-in;
}

a:visited {}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #8c7042;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    font-size: 14px;
    padding: 10px;
}

textarea {
    width: 100%;
    font-size: 14px;
    border: none;
    border: 1px solid #ccc;
}

.mw-980 {
    max-width: 980px;
    margin: 0 auto;
    float: none;
}

.dis-ib {
    display: inline-block;
}




/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-disc {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.btn {
    background: #8c7042;
    text-align: center;
    font-size: 14px;
    padding: .5em 10px;
    border-radius: 5px;
    margin: 0 auto;
    border: none;
    transition: all .2s ease-in;
    font-weight: 500;
    color: #fff;
}

.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none;
    color: #fff;
}

.tel {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #8c7042;
    padding: 5px 10px;
    color: #8c7042;
    background: #fff;
}

.tel:hover,
.tel:active,
.tel:focus {
    background: #8c7042;
    color: #fff;
    text-decoration: none;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-lg {
    font-size: 20px;
}

.btn-more {
    display: block;
    background: #fff;
    margin: 50px 0;
    border: 2px solid #464646;
    color: #464646;
    font-weight: bold;
	padding: 1em;
}

.btn-more:after {
	font-family: FontAwesome;
	content: '\f138';
	float: right;
}

.btn-more:hover {
	background: #464646;
}

.img-circle {
    border: 4px solid #FFF;
}

.clear {
    clear: both;
}

.clear:before,
.clear:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after {
    clear: both;
}

.small {
    font-size: .8em;
}

.only-pc {
    display: none;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.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. */
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.table-bordered th {
    text-align: left;
}

.disib {
    display: inline-block;
}

.wp-pagenavi {
    text-align: center;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

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


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Header */

.site-header {
    width: 100%;
    height: 65px;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 9999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.site-title {
    display: inline-block;
    position: relative;
    margin: 14px 0 0;
    font-size: 20px;
    font-weight: 800;
    z-index: 9999;
    max-width: 80%;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active {
    text-decoration: none;
    color: #16160e;
}

.site-branding {
    position: relative;
}

.site-description {
    position: static;
    margin: 0 0 10px;
    font-size: 10px;
    font-weight: normal;
    color: #666;
}

#primary-menu {
    display: none;
    margin: 0;
}

.nav-menu {
    padding: 0;
    margin: 0 0 1em;
    list-style: none;
}

#primary-menu .sub-menu {
    padding: 0;
    margin: 0 0 0 1.5em;
    list-style: none;
}

.nav-menu a {
    color: #fff;
    display: block;
    padding: .8em .5em;
    border-top: 1px dotted #fff;
    font-size: 14px;
}

.nav-menu a:after {
    font-family: FontAwesome;
    content: '\f105';
    float: right;
}

.nav-menu a:hover,
.nav-menu a:focus,
.nav-menu a:active {
    text-decoration: none;
    opacity: .85;
}



.site-title img {
    width: 266px;
    height: auto;
}


/* Main */

.content {
    margin-bottom: 80px;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.entry-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-title {
    font-size: 26px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 40px;
    font-family: 'Sawarabi Mincho', serif;
}

.page-title span {
    font-size: 12px;
    float: right;
    line-height: 38px;
}


.content h3 {
    border-left: 4px solid #8c7042;
    margin: 40px 0 20px;
    background: rgba(140, 112, 66, 0.1);
    color: #8c7042;
    padding: 10px;
    font-weight: 500;
    position: relative;
}


.content h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 3em 0 1em;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.content p,
.content table {
    color: #464646;
}


/* Footer */

.pagetop a {
    display: block;
    background: #8c7042;
    width: 45px;
    height: 45px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin: -25px auto 10px;
    opacity: 1;
}

.pagetop {
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 48px;
    z-index: 999;
}

.pagetop a {
    margin: 0;
}

.pagetop a:hover,
.pagetop a:active,
.pagetop a:focus {
    opacity: .8;
}

.site-footer {
    background: url(images/paper.png) repeat top center;
}

#custom_html-2 {
    padding-bottom: 0;
}


.footer-info {
    font-size: 12px;
}

.footer-info h2 {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

p.footer-tel span {
    display: inline-block;
    background: #8c7042;
    color: #fff;
    padding: 2px 0;
    width: 75px;
    text-align: center;
    font-size: 12px;
    margin-right: 3px;
}

p.footer-tel a {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

p.footer-tel a:hover,
p.footer-tel a:active,
p.footer-tel a:focus {
    text-decoration: none;
}

.footer-navigation {
    padding: 60px 0;
}

.footer-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #fff;
}

.footer-navigation ul li {
    border-bottom: 1px solid #fff;
}

.footer-navigation ul li a {
    display: block;
    padding: 10px 0 10px 5px;
}

.footer-navigation ul li a:hover,
.footer-navigation ul li a:active,
.footer-navigation ul li a:focus {
    /*background: rgba(0,0,0, .2);*/
    text-decoration: none;
    color: #8c7042;
}

.footer-navigation ul li a:before {
    font-family: FontAwesome;
    content: '\f0c8';
    padding-right: 5px;
}

.footer-navigation ul ul {
    border: none;
}

.footer-navigation ul ul li {
    padding-left: 1em;
    border-bottom: none;
    border-top: 1px solid #fff;
}

.footer-navigation ul ul li a:before {
    font-family: FontAwesome;
    content: '\f0da';
    padding-right: 5px;
}


.btn-footer-order {
    border-radius: 0;
    margin: 30px 0 0;
    background: #fff;
    border: 2px solid #8c7042;
    color: #8c7042;
    display: block;
}

.btn-footer-order:hover {
    background: #8c7042;
    color: #fff;
}

.btn-footer-order:before {
    font-family: FontAwesome;
    content: '\f0f6';
    padding-right: 8px;
}

.copyright {
    font-size: 12px;
    padding: 1.5em 0 1em;
    background: #16160e;
    color: #fff;
}

.copyright a {
    color: #fff;
}


/*--------------------------------------------------------------
# Components & Plugins
--------------------------------------------------------------*/

.breadcrumbs {
    background: #fff;
    padding: 1em 0;
    font-size: 12px;
    border: none;
    color: #16160e;
}

.page-id-5 .breadcrumbs {
    background: #fff;
}

.page-id-7 .breadcrumbs {
    background: #795548
}

.page-id-9 .breadcrumbs {
    background: #607D8B;
}

.breadcrumbs a {
    color: #16160e;
}

.breadcrumbs .container {
    padding-left: 15px;
}

.wp-pagenavi {
    margin: 50px 0 0;
}


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

/* Top */

.flexslider {
    padding-top: 65px;
}

.flexslider .slides img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.flex-control-nav {
    z-index: 9999;
    bottom: 0;
}

img.slide-under {
    position: absolute;
    bottom: 0;
    z-index: 9;
}

#top-content {
    padding-bottom: 60px;
}

#top-content .catchcopy {
    margin: 20px 0 20px;
}

a.top-bnr {
    display: block;
    margin-bottom: 18px;
    border: 2px solid #f5f5f5;
    position: relative;
}

a.top-bnr:hover,
a.top-bnr:active,
a.top-bnr:focus {
    border-color: #8c7042;
}

a.top-bnr p {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
    text-shadow: 1px 1px 0 rgba(0, 0, 2, .5);
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

a.top-bnr p.large {
    font-size: 30px;
    font-weight: 500;
}



a.top-bnr span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 50%;
    height: 80%;
    padding: 10px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    border-radius: 4px;
    color: #8c7042;
}

.banner01 {
    display: block;
    background: url(images/banner01bg.png) no-repeat left top;
    background-size: cover;
    margin: 10px 0;
}

.banner01:hover img {
    visibility: hidden;
}

.banner02 {
    display: block;
    background: url(images/banner02bg.png) no-repeat left top;
    background-size: cover;
    margin: 10px 0;
}

.banner02:hover img {
    visibility: hidden;
}

/* pages */

.table-hall-detail {
    margin: 80px 0 40px;
}

.table-hall-detail th {
    width: 20%;
}

.veu_childPage_list .childPage_list_box_inner {
    border: none;
    padding: 10px;
}

.veu_childPage_list .childPage_list_box {
    border: 2px solid #f5f5f5;
}

.veu_childPage_list .childPage_list_box:hover,
.veu_childPage_list .childPage_list_box:active,
.veu_childPage_list .childPage_list_box:focus {
    border: 2px solid #8c7042;
    text-decoration: none;
}

.veu_childPage_list .childPage_list_body:hover,
.veu_childPage_list .childPage_list_body:active,
.veu_childPage_list .childPage_list_body:focus,
.veu_pageList_ancestor ul.pageList a:hover,
.veu_pageList_ancestor ul.pageList a:active,
.veu_pageList_ancestor ul.pageList a:focus {
    text-decoration: none;
}

.veu_childPage_list .childPage_list_title {
    background: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 18px;
    border: none;
}

.veu_childPage_list .childPage_list_text {
    margin-top: 0;
}

.veu_childPage_list .wp-post-image {
    border: none;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.veu_childPage_list .childPage_list_more {
    float: right;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    background: #8c7042;
    margin: 0;
}


.parent-pageid-555 .veu_childPage_list .childPage_list_box {
    height: 104px;
    margin-bottom: 30px;
    border: 2px solid #f5f5f5;
}

.parent-pageid-555 .veu_childPage_list .childPage_list_box:hover {
    border: 2px solid #8c7042;
    text-decoration: none;
}

.parent-pageid-555 .veu_childPage_list .childPage_list_box_inner {
    width: 100%;
    padding: 0;
    border: none;
    height: 100px;
}


.parent-pageid-555 .veu_childPage_list .childPage_list_body {
    margin-bottom: 0;
}

.parent-pageid-555 .veu_childPage_list .wp-post-image {
    margin: 0;
    border: none;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    width: 100px;
}

.parent-pageid-555 .veu_childPage_list .childPage_list_title {
    position: relative;
    background: none;
    top: 0;
    left: 110px;
    padding: 0;
    display: inline-block;
    margin: 10px 0;
    font-weight: 500;
    font-size: 16px;
}

.parent-pageid-555 .veu_childPage_list .childPage_list_text {
    position: relative;
    left: 110px;
    margin: 0;
    font-size: 12px;
}



.parent-pageid-555 .veu_childPage_list .childPage_list_more {
    display: none;
}

.ex-link-list {
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.ex-link-list li {
    margin-bottom: 1em;
}

.ex-link-list li:before {
    font-family: FontAwesome;
    content: '\f0c8';
    padding-right: 5px;
}

.flow-box {
    padding: 20px 10px 10px;
    margin-bottom: 20px;
    border: 1px solid #8c7042;
}

.flow-box p {
    margin: 0;
    padding-bottom: 10px;
    color: #8c7042;
    font-weight: 500;
}

.flow-box:after {
    font-family: FontAwesome;
    content: '\f0d7';
    position: absolute;
    bottom: -8px;
    width: 85%;
    text-align: center;
    font-size: 24px;
}

.flow-box.last:after {
    content: none;
}


/* Contact */

.table-contact th,
.table-contact td {
    padding: 5px;
    text-align: left;
}

.table-contact th span {
    font-size: 10px;
    background: #d31d35;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    float: right;
    border-radius: 4px;
    letter-spacing: 1px;
}


ul#sitemap_list {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #ccc;
}

ul#sitemap_list a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

ul#sitemap_list a:hover,
ul#sitemap_list a:active,
ul#sitemap_list a:focus {
    text-decoration: none;
    background: #fff;
    color: #16160e;
}


h3.recruit-h3 {
    margin-top: 0;
    background: #fff;
    color: #1a4487;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    border: none;
}

.recruit-staff {
    margin: 60px 0;
}

.recruit-entry .mid h3 {
    color: #1a4487;
    text-align: center;
    padding: 1em 10px;
    font-size: 20px;
    background: rgba(26, 68, 135, 0.1);
    margin-top: 0;
    position: relative;
    border: none;
}

.recruit-entry .mid h3:before {
    content: '';
    width: 50px;
    height: 50px;
    border-top: 1px solid #1a4487;
    border-left: 1px solid #1a4487;
    position: absolute;
    left: 5px;
    top: 5px;
}

.recruit-entry .mid h3:after {
    content: '';
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #1a4487;
    border-right: 1px solid #1a4487;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.recruit-entry .new h3 {
    color: #d41d35;
    text-align: center;
    padding: 1em 10px;
    font-size: 20px;
    background: rgba(212, 29, 53, .1);
    margin-top: 0;
    position: relative;
    border: none;
}

.recruit-entry .new h3:before {
    content: '';
    width: 50px;
    height: 50px;
    border-top: 1px solid #d41d35;
    border-left: 1px solid #d41d35;
    position: absolute;
    left: 5px;
    top: 5px;
}

.recruit-entry .new h3:after {
    content: '';
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #d41d35;
    border-right: 1px solid #d41d35;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.recruit-entry li a {
    display: block;
    padding: 1em 10px;
    background: #f5f5f5;
    margin-bottom: 20px;
    font-size: 16px;
    border: 2px solid #f5f5f5;
}

.recruit-entry li a:after {
    font-family: FontAwesome;
    content: '\f138';
    float: right;
}

.recruit-entry li a:hover,
.recruit-entry li a:active,
.recruit-entry li a:focus {
    text-decoration: none;
    color: #16160e;
    background: #fff;
}

.recruit-entry .mid li a .post-cat {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    background: #1a4487;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
}

.recruit-entry .new li a .post-cat {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    background: #d41d35;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
}

h4.form-title {
    font-size: 24px;
    color: #8c7042;
    border: none;
    margin-bottom: 0;
}

.recruit-staff-box {
    display: block;
    border: 2px solid #f5f5f5;
    margin-bottom: 20px;
}

.recruit-staff-box:hover,
.recruit-staff-box:active,
.recruit-staff-box:focus {
    text-decoration: none;
    border-color: #8c7042;
    color: #16160e;
}

.recruit-staff-box p {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 2px;
}

span.syokusyu {
    background: #8c7042;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}

span.katagaki {
    display: inline-block;
}

.recruit-entry {
    margin-top: 80px;
}

a.recruit-block {
    position: relative;
    display: block;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    border: 1px solid #ddd;
}

a.recruit-block:hover {
    box-shadow: none;
	color: #16160e;
}

span.post-cat {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    background: #d31d35;
    color: #fff;
    padding: 5px 10px;
	font-size: 14px;
}

span.post-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.9);
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

.pr-list {
	position: relative;
    clear: both;
    margin: 40px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.pr-list h4 {
    background: #d41d35;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

.pr-list ul {
    padding: 10px 20px;
    list-style: none;
	margin: 0;
	    background: rgba(212,29,53,.05);
}

.pr-list li {
    margin: 10px 0;
}

.pr-list li:before {
    font-family: FontAwesome;
    content: '\f0a4';
    padding-right: 10px;
    color:#d41d35;
}

#menu-recruit-nav {
    margin: 0 0 60px;
    padding: 0;
    list-style: none;
}

#vkexunit_post_list-4 h2 {
	margin: 0;
    background: #8c7042;
    color: #fff;
    font-size: 18px;
    padding: .5em 10px;
    text-align: center;
}

#vkexunit_post_list-3 h2 {
    color: #d41d35;
    text-align: center;
    padding: 1em 10px;
    font-size: 20px;
    background: rgba(212, 29, 53, .1);
    margin-top: 0;
    position: relative;
    margin-bottom: 0;
}

#vkexunit_post_list-3 h2:before {
    content: '';
    width: 50px;
    height: 50px;
    border-top: 1px solid #d41d35;
    border-left: 1px solid #d41d35;
    position: absolute;
    left: 5px;
    top: 5px;
}

#vkexunit_post_list-3 h2:after {
    content: '';
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #d41d35;
    border-right: 1px solid #d41d35;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.widget .veu_postList .postList_date {
    display: none;
}


.recruit-detail {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.75em;
}

.table-recruit-detail {
    margin-bottom: 60px;
}

.table-recruit-detail th {
    width: 20%;
    background: #f5f5f5;
}

.table-contact {
    border-bottom: 1px solid #ccc;
}

.table-contact th {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    background: #f5f5f5;
    padding: 5px 10px;
}

.table-contact td {
    display: block;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
}

/* Sidebar */

.widget_vkexunit_childpagelist {
    margin-bottom: 60px;
}

.page-navigation {
    margin-bottom: 20px;
    min-width: 190px;
}

.page-navigation ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ccc;
}

.page-navigation ul li a {
    display: block;
    padding: 1em .5em;
    border-bottom: 1px solid #ccc;
}

.page-navigation ul li a:after {
    font-family: FontAwesome;
    content: '\f138';
    float: right;
}

.page-navigation ul li a:hover,
.page-navigation ul li a:active,
.page-navigation ul li a:focus {
    text-decoration: none;
    background: #fff;
    color: #16160e;
}

.veu_childPages .widgettitle {
    margin: 0;
    background: #8c7042;
    color: #fff;
    font-size: 18px;
    padding: .5em 10px;
    text-align: center;
}

.veu_childPages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.veu_childPages ul .children {
    border: none;
}

.veu_childPages ul li.page_item_has_children a {
    background: rgba(140, 112, 66, 0.1);
    display: block;
    padding: 10px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

.veu_childPages ul .children li a,
.veu_childPages ul li a {
    display: block;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    font-weight: normal;
}

.veu_childPages ul li.page_item_has_children a:hover,
.veu_childPages ul li.page_item_has_children a:active,
.veu_childPages ul li.page_item_has_children a:focus {
    text-decoration: none;
    color: #15150d;
}


.veu_childPages ul .children li a:hover,
.veu_childPages ul .children li a:active,
.veu_childPages ul .children li a:focus,
.veu_childPages ul li a:hover,
.veu_childPages ul li a:active,
.veu_childPages ul li a:focus {
    text-decoration: none;
    background: rgba(140, 112, 66, 0.1);
    color: #15150d;
}

.veu_childPages ul li.page_item_has_children a:after {
    content: none;
}

.veu_childPages ul .children li a:after,
.veu_childPages ul li a:after {
    font-family: FontAwesome;
    content: '\f105';
    float: right;
}

.veu_postList .postList_terms a {
    margin-right: 3px;
    padding: 3px 10px;
    border-radius: 0;
    background-color: #f4f1ee;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}

.veu_postList .postList_title {
    font-size: 14px;
}

.veu_postList ul.postList li {
    border-bottom: 1px solid #ddd;
}

.frame {
    display: block;
    padding: 10px;
    margin: 1em 0;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #8c7042;
    color: #8c7042;
}

.notice {
    background: #fff8dc;
    padding: 10px;
    margin: 20px 0;
}

.notice h4 {
	margin: 0 0 10px;
}

.notice p {
	font-size: 14px;
	margin: 0;
}

ul.notice {
    margin: 40px 0 40px;
    list-style: none;
    font-size: 14px;
    border-top: 1px solid #8c7042;
	padding: 0;
}

ul.notice li {
    border-bottom: 1px solid #8c7042;
    padding: 1em;
}

ul.ib-list {
    margin: 40px 0 60px;
    padding: 0;
    list-style: none;
}

ul.ib-list li {
    display: inline-block;
    padding: 10px;
    background: #f5f5f5;
    margin: 0 10px 10px 0;
}

.callto {
	clear: both;
	width: 100%;
    max-width: 750px;
    margin: 60px auto 60px;
    border: 4px double #464646;
	overflow: hidden;
}

.callto h3 {
    background: #464646;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
	border: none;
}

.callto-inner {
    padding: 10px;
}

.callto-inner p {
    font-weight: 600;
    margin: 0;
}

.callto-inner h4 {
    background: #464646;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 1px 10px;
    margin: 10px 10px 0 0;
	letter-spacing: 1px;
	border: none;
}

.callto-inner a {
    font-size: 32px;
    font-weight: 600;
    display: inline-block;
    color: #464646;
}

.callto-inner a:hover {
	text-decoration: none;
}

.top-topics {
    background: #f5f5f5;
    padding: 60px 0;
	overflow: hidden;
}

.top-topics-inner a {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
	transition: .2s ease-in;
}

.top-topics-inner a:hover {
	text-decoration: none;
    box-shadow: none;
}

.top-topics-inner img {
    width: 75px;
    height: 75px;
}

.top-topics-inner img {
    width: 75px;
    height: 75px;
    float: left;
    margin: 0 10px 0 0;
}

.top-topics-inner p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    line-height: 75px;
}

/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/

@media all and (min-width: 541px) {
    .veu_childPage_list .childPage_list_box {
        width: 100%;
    }
}

@media all and (min-width: 768px) {

    .veu_childPage_list .childPage_list_box {
        width: 48%;
    }

    .only-pc {
        display: block;
    }
    .only-sp {
        display: none;
    }
    .flexslider {
        padding-top: 0;
    }

    #top-content .catchcopy {
        margin: 0 0 60px;
    }

    a.top-bnr p {
        font-size: 20px;
    }

    a.top-bnr span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 70%;
        height: 40px;
        text-align: center;
        padding: 10px 20px;
        background: rgba(255, 255, 255, .8);
        border-radius: 4px;
        color: #8c7042;
    }

    .metaslider .flexslider {
        overflow: visible;
    }

}

@media all and (min-width:992px) {

    #site-navigation {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        width: 100%;
    }

    #site-navigation .container {
        position: relative;
    }
    .menu-gnav-container {
        display: inline-block;
        float: right;
    }
    #primary-menu {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #primary-menu .menu-item {
        display: inline-block;
        position: relative;
    }
    #primary-menu .menu-item a {
        border: none;
        padding: 0 1em;
        text-align: center;
        display: block;
        height: 65px;
        line-height: 65px;
        font-weight: 500;
    }
    /*#primary-menu .menu-item:hover, #primary-menu .menu-item:active, #primary-menu .menu-item:focus {
        background: #8c7042;
        color: #fff;
    }*/
    #primary-menu .menu-item a:hover,
    #primary-menu .menu-item a:active,
    #primary-menu .menu-item a:focus {
        /*background: #8c7042;*/
        color: #8c7042;
        text-decoration: none;
    }
    #primary-menu ul.sub-menu {
        display: none;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    #primary-menu li:hover .sub-menu {
        display: block;
        position: absolute;
        top: 65px;
        left: 0;
        z-index: 99999;
        background: rgba(140, 112, 66, 0.8);
        width: 200px;
        text-align: left;
    }
    #primary-menu li:hover .sub-menu li {
        display: block;
    }


    #primary-menu ul.sub-menu li a {
        padding: 15px 10px;
        color: #fff;
        height: auto;
        border-bottom: 1px solid #fff;
        line-height: 1em;
        text-align: left;
    }
    #primary-menu ul.sub-menu li a:hover,
    #primary-menu ul.sub-menu li a:active,
    #primary-menu ul.sub-menu li a:focus {
        background: rgba(140, 112, 66, 1);
        color: #fff;
    }
    #primary-menu ul.sub-menu li a:before {
        font-family: FontAwesome;
        content: '\f138';
        padding-right: 10px;
    }

    #primary-menu #menu-item-582 a {
        color: #fff;
        font-weight: bold;
        letter-spacing: 2px;
    }

    #primary-menu #menu-item-582 a:after {
        content: '';
        display: block;
        width: 100%;
        height: 45px;
        position: absolute;
        top: 10px;
        left: 0;
        background: #d31d35;
        z-index: -1;
        border-radius: 5px;
    }

    #primary-menu #menu-item-582 a:hover,
    #primary-menu #menu-item-582 a:active,
    #primary-menu #menu-item-582 a:focus {
        background: none;
    }

    .page-navigation {
        position: fixed;
        min-width: 190px;
    }
    .footer-navigation ul {
        display: table;
        width: 100%;
        table-layout: auto;
        border: none;
    }

    .footer-navigation ul li {
        display: table-cell;
        border: none;
    }

    .footer-navigation ul ul {
        display: block;
    }

    .footer-navigation ul ul li {
        display: block;
        border: none;
        font-size: 12px;
        padding: 0;
    }

    .btn-footer-order {
        position: absolute;
        display: inline-block;
        margin: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        border: 2px solid #8c7042;
        color: #8c7042;
    }
    .footer-info {
        padding-bottom: 60px;
    }
    .footer-navigation ul li a {
        display: block;
        padding: 5px 0 5px 5px;
    }

    .flow-box {
        min-height: 130px;
    }

    .flow-box:after {
        font-family: FontAwesome;
        content: '\f0da';
        position: absolute;
        top: 25%;
        right: -8px;
        text-align: center;
        font-size: 24px;
        width: auto;
    }

	.callto h3 {
    width: 220px;
    float: left;
    height: 96px;
    line-height: 80px;
    margin-right: 10px;
}
	
	.callto-inner {
    float: left;
}
	
	.callto-inner a {
    font-size: 36px;
	}

}

@media all and (min-width: 1200px) {}

@media all and (max-width: 767px) {
    .sp-cll {
        clear: left;
    }
}

@media all and (max-width: 500px) {
    .alignleft {
        display: block;
        float: none;
        margin: 0 auto 1em;
    }
    .alignright {
        display: block;
        float: none;
        margin: 0 auto 1em;
    }
    .table-contact th,
    .table-contact td {
        display: block;
        width: 100%;
    }

    /*ul.cakes-list li {
        width: 100%;
    }*/
}
