/*
Theme Name: デイサービス　くりの木　2
Author: Homepage Builder
Author URI: https://www.justsystems.com/jp/links/hpb/creator.html?p=hpb22_wp_hpbdash
Description: このテーマは「JustSystems Homepage Builder Version 22.0.5.0 for Windows」によって作成されました。サイト名は「デイサービス　くりの木　2」、サイトの公開日時は「2025年05月30日16:00」です。
License: 
License URI: license.txt
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
	5.3 - Breadcrumb
	5.4 - Page Navigation
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
	9.1 - Widgets
	9.2 - Sidebar
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - hpb Style
	13.1 - hpb:Header
	13.2 - hpb:Footer
	13.3 - hpb:Post List
14.0 - Layout
15.0 - Mobile
	15.5 - Navigation
		15.5.2 - Menus
		15.5.3 - Breadcrumb
	15.13 - hpb Style
		15.13.1 - hpb:Header
		15.13.2 - hpb:Footer
	15.14 - Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html{
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*::before,
*::after{
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

/* Fallback for when there is no custom background color defined. */
body{
  background: #fffbf1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section{
  display: block;
}

ol, ul{
  list-style: none;
}

table{
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td{
  font-weight: normal;
  text-align: left;
}

blockquote::before, blockquote::after,
q::before, q::after{
  content: "";
}

blockquote, q{
  quotes: "" "";
}

a:focus{
  outline: thin dotted;
}

a:hover,
a:active{
  outline: 0;
}

a img{
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea{
  color: #6f5a51;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6{
  clear: both;
  color: #4e3023;
  font-weight: inherit;
  margin-bottom: 0;
}

h1{
  font-size: 1.375em;
}

h2{
  font-size: 1.3125em;
}

h3{
  font-size: 1.25em;
}

h4{
  font-size: 1.1875em;
}

h5{
  font-size: 1.125em;
}

h6{
  font-size: inherit;
}

p{
  margin-bottom: 1.5em;
}

b, strong{
  font-weight: bold;
}

dfn, cite, em, i{
  font-style: italic;
}

blockquote{
  margin: 1.5em 0;
  background: #f0e9e3;
  border: 1px solid #ccc;
  padding: 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
blockquote > *:last-child{
  margin-bottom: 0;
}

address{
  margin: 0 0 1.5em;
}

pre{
  background: #f0e9e3;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var{
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym{
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins{
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub{
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup{
  bottom: 1ex;
}

sub{
  top: .5ex;
}

small{
  font-size: 75%;
}

big,
.large{
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr{
  border-top-style: solid;
  border-top-color: #ccc;
  border-top-width: 1px;
  height: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

ul, ol{
  margin: 0 0 1.5em 2em;
}

ul{
  list-style: disc;
}

ol{
  list-style: decimal;
}

li > ul,
li > ol{
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt{
  font-weight: inherit;
  margin-bottom: 0.5em;
}

dd{
  margin: 0 0 1.5em 3em;
}

img{
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure{
  margin: 0;
}

table{
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
}

td, th{
  vertical-align: top;
}

td, th{
  padding: 0.5em;
}

td, th{
  border: solid 1px #ccc;
}

th{
  font-weight: bold;
  background-color: #f0e9e3;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea{
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
  color: white;
  line-height: 1.5;
  padding: 0.4em 1em;
  background-color: #aa957f;
  border-style: solid;
  border-width: 1px;
  border-color: #aa957f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
  border-color: #947c62;
  background: #947c62;
}
button:focus, button:active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:focus,
input[type="submit"]:active{
  border-color: #947c62;
  background: #947c62;
}

input[type="checkbox"],
input[type="radio"]{
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"]{
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea{
  color: #666;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus{
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
  padding: 0.4em;
}

textarea{
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 0.4em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a{
  color: #6f5a51;
  text-decoration: none;
}
a:visited{
  color: #6f5a51;
}
a:focus{
  color: #c8a668;
}
a:hover{
  color: #c8a668;
}
a:active{
  color: #c8a668;
}
a:hover, a:focus, a:active{
  text-decoration: underline;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.navigation-main,
.main-small-navigation{
  font-size: 14px;
  font-size: 1.4rem;
  *zoom: 1;
  clear: both;
  display: block;
  width: 100%;
}
.navigation-main::after,
.main-small-navigation::after{
  content: "";
  display: table;
  clear: both;
}
.navigation-main ul,
.main-small-navigation ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.navigation-main li,
.main-small-navigation li{
  float: left;
}
.navigation-main ul ul,
.main-small-navigation ul ul{
  display: none;
  float: left;
  position: absolute;
  top: 2.5em;
  left: 0;
  z-index: 99999;
}
.navigation-main ul ul a,
.main-small-navigation ul ul a{
  width: 200px;
}
.navigation-main ul ul ul,
.main-small-navigation ul ul ul{
  top: 0;
  left: 200px;
}
.navigation-main ul li:hover > ul,
.main-small-navigation ul li:hover > ul{
  display: block;
}

#site-navigation li{
  position: relative;
}
#site-navigation a{
  display: block;
  color: white;
  text-decoration: none;
  padding: 0.5em 1em 0.5em 0;
  background: transparent;
}
#site-navigation ul ul{
  background: transparent;
}
#site-navigation ul ul a{
  padding: 0.5em 1em;
  color: white;
  background: rgba(198, 171, 120, 0.9);
  border: solid 1px #dec698;
}
#site-navigation ul ul li{
  margin-bottom: -1px;
}
#site-navigation li:hover > a{
  color: #c6ab78;
  background: transparent;
}
#site-navigation ul ul :hover > a{
  color: white;
  background: rgba(186, 159, 107, 0.9);
}
#site-navigation .current_page_item > a,
#site-navigation .current-menu-item > a{
  color: #c6ab78;
  background: transparent;
}
#site-navigation ul ul .current_page_item a,
#site-navigation ul ul .current-menu-item a{
  color: white;
  background: rgba(186, 159, 107, 0.9);
}

#site-sub-navigation {
  *zoom: 1;
}
#site-sub-navigation::after{
  content: "";
  display: table;
  clear: both;
}
#site-sub-navigation li::after{
  content: '/';
  margin: 0 1em;
}
#site-sub-navigation a{
  display: inline-block;
}
#site-sub-navigation li:hover > a{
  text-decoration: underline;
}
#site-sub-navigation .current_page_item a,
#site-sub-navigation .current-menu-item a{
  text-decoration: underline;
}

/* Small menu */
.menu-toggle{
  font-size: 14px;
  font-size: 1.4rem;
  display: none;
}

/*--------------------------------------------------------------
5.3 Breadcrumb
--------------------------------------------------------------*/
#breadcrumb-list{
  clear: both;
  *zoom: 1;
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: -18px !important;
  padding-left: 165px;
  position: relative;
  bottom: -15px;
}
#breadcrumb-list::after{
  content: "";
  display: table;
  clear: both;
}
#breadcrumb-list > div{
  display: inline;
}

/*--------------------------------------------------------------
5.4 Page Navigation
--------------------------------------------------------------*/
.site-main .navigation-comment,
.site-main .navigation-paging,
.site-main .navigation-post{
  margin: 40px 0;
  overflow: hidden;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  padding: 30px 10px;
  position: relative;
}
.site-main .navigation-comment::before,
.site-main .navigation-paging::before,
.site-main .navigation-post::before{
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-image: url(img/bg_page-header.png);
  background-position: center top;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
}
.site-main .navigation-comment::after,
.site-main .navigation-paging::after,
.site-main .navigation-post::after{
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-image: url(img/bg_page-header.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
}

.navigation-comment .nav-previous,
.navigation-paging .nav-previous,
.navigation-post .nav-previous{
  float: left;
  width: 50%;
}

.navigation-comment .nav-next,
.navigation-paging .nav-next,
.navigation-post .nav-next{
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
6.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;
  display: none;
}
.screen-reader-text:hover, .screen-reader-text:active, .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-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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft,
.left{
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright,
.right{
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter{
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear,
.entry-content,
.comment-content,
.site-header,
.site-content,
.site-footer {
  *zoom: 1;
}
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after{
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Widgets
--------------------------------------------------------------*/
.widget{
  margin: 0 0 20px;
}
.widget select{
  max-width: 100%;
}
.widget ul{
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.widget ul li{
  margin-bottom: 1em;
}
.widget ul li ul{
  margin-top: 1em;
}

.widgettitle,
.widget-title{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1em;
}

/* Search widget */
.widget_search .submit {
  /* 	display: none; */
}

/* Calendar widget */
.widget_calendar th, .widget_calendar td, .widget_calendar caption{
  padding: 5px;
  text-align: center;
}
.widget_calendar tfoot th,
.widget_calendar tfoot td{
  border: none;
}
.widget_calendar #prev{
  text-align: left;
}
.widget_calendar #next{
  text-align: right;
}

/*--------------------------------------------------------------
9.2 Sidebar
--------------------------------------------------------------*/
#sidebar-1{
  font-size: 12px;
  font-size: 1.2rem;
}
#sidebar-1 .widget{
  background-color: #6f5a51;
  background-image: url(img/bg_widget.png);
  padding: 20px;
}
#sidebar-1 .widget ul li{
  background-image: url(img/list-mark-side.png);
  background-position: left 0.4em;
  background-repeat: no-repeat;
  padding-left: 1.25em;
}
#sidebar-1 .widgettitle,
#sidebar-1 .widget-title{
  font-size: 22px;
  font-size: 2.2rem;
  font-family: serif;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 40px;
  border-bottom: solid 1px #6f5b51;
  background-image: url(img/bg_widget-title.png);
  background-repeat: no-repeat;
}

.footer-widgets .widgettitle,
.footer-widgets .widget-title{
  color: #eedbc3;
  padding-left: 10px;
  border-left: solid 5px #f4b700;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry{
  margin: 0 0 1.5em;
}

.byline,
.updated{
  display: none;
}

.single .byline,
.group-blog .byline{
  display: inline;
}

.page-header,
.entry-header,
div[class^="hpb-viewtype"] > h3{
  margin-bottom: 1.5em;
  padding-bottom: 0.25em;
  background-image: url(img/bg_page-header.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: serif;
}

.page-title,
.entry-title,
div[class^="hpb-viewtype"] > h3 > a{
  color: #4e3023;
}

body.archive .entry-header,
body.search .entry-header,
div[class^="hpb-viewtype"] .entry-header{
  background-color: #ab9780;
  background-image: url(img/bg_entry-header.png);
  background-repeat: repeat;
  padding: 0.4em 1em;
  font-size: 20px;
  font-size: 2rem;
  border-top: solid 1px #ab9780;
  border-bottom: solid 1px #ab9780;
  -moz-box-shadow: #fffbf1 0 1px 0 0 inset, #fffbf1 0 -2px 0 0 inset;
  -webkit-box-shadow: #fffbf1 0 1px 0 0 inset, #fffbf1 0 -2px 0 0 inset;
  box-shadow: #fffbf1 0 1px 0 0 inset, #fffbf1 0 -2px 0 0 inset;
}
body.archive .entry-header > h4,
body.archive .entry-title,
body.search .entry-header > h4,
body.search .entry-title,
div[class^="hpb-viewtype"] .entry-header > h4,
div[class^="hpb-viewtype"] .entry-title{
  color: white;
}
body.archive .entry-header > h4 a,
body.archive .entry-title a,
body.search .entry-header > h4 a,
body.search .entry-title a,
div[class^="hpb-viewtype"] .entry-header > h4 a,
div[class^="hpb-viewtype"] .entry-title a{
  color: white;
}

body.home #toppage-topics h3,
body.home div[class^="hpb-viewtype"] h3{
  font-family: serif;
  background-color: #ab9780;
  background-image: url(img/bg_entry-header.png);
  background-repeat: repeat;
  padding: 0.4em 1em;
  font-size: 20px;
  font-size: 2rem;
  border-top: solid 1px #ab9780;
  border-bottom: solid 1px #ab9780;
  -moz-box-shadow: #fffbf1 0 1px 0 0 inset, #fffbf1 0 -2px 0 0 inset;
  -webkit-box-shadow: #fffbf1 0 1px 0 0 inset, #fffbf1 0 -2px 0 0 inset;
  box-shadow: #fffbf1 0 1px 0 0 inset, #fffbf1 0 -2px 0 0 inset;
  color: white;
}
body.home #toppage-topics h3 a,
body.home div[class^="hpb-viewtype"] h3 a{
  color: white;
}

.entry-meta{
  font-size: 12px;
  font-size: 1.2rem;
}
.entry-meta .sep{
  display: none;
}
.entry-meta > span{
  display: inline-block;
  line-height: 1.2;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.entry-meta .date{
  background-image: url(img/bg_date.png);
}
.entry-meta .cat-links{
  background-image: url(img/bg_cat.png);
}
.entry-meta .tags-links{
  background-image: url(img/bg_tag.png);
}
.entry-meta .by-author{
  background-image: url(img/bg_author.png);
}
.entry-meta .comments-link{
  padding-left: 1.7em;
  background-image: url(img/bg_comment.png);
}
.entry-meta .edit-link{
  margin-right: 0;
  padding-left: 0;
}

.page-content,
.entry-content,
.entry-summary{
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6{
  font-weight: normal;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  border-bottom: dotted 2px #6f5b51;
}
.page-content li,
.entry-content li,
.entry-summary li{
  margin-bottom: 0.5em;
}
.page-content li ol, .page-content li ul,
.entry-content li ol,
.entry-content li ul,
.entry-summary li ol,
.entry-summary li ul{
  margin-top: 0.5em;
}
.page-content ul,
.entry-content ul,
.entry-summary ul{
  list-style-type: none;
  margin-left: 0.5em;
}
.page-content ul li,
.entry-content ul li,
.entry-summary ul li{
  background-image: url(img/list-mark-content.png);
  background-position: 5px 0.6em;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.page-content dt,
.entry-content dt,
.entry-summary dt{
  border-left: solid 5px #f4b700;
  padding-left: 1em;
}

.page-links{
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title{
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-area{
  clear: both;
  margin-top: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}

.comments-title,
.comment-reply-title{
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 1.5em;
  padding: 1em 1em 1em 2em;
  background-color: #f0e9e3;
  background-image: url(img/bg_entry-header.png);
  background-repeat: repeat-y;
  border: solid 1px #ccc;
}

.comment-list{
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.comment-list ul{
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.comment-list li{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.comment-list li li{
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  border-top: solid 1px #ccc;
  border-bottom: none;
}
.comment-list li li .comment{
  padding-left: 70px;
}
.comment-list .comment > footer{
  *zoom: 1;
  font-style: italic;
}
.comment-list .comment > footer::after{
  content: "";
  display: table;
  clear: both;
}
.comment-list .avatar{
  float: left;
  margin-right: 20px;
}
.comment-list .fn a{
  color: #c8a668;
}
.comment-list .comment-meta{
  margin-top: 0.2em;
}

.comment-content{
  clear: both;
  margin-top: 1em;
}
.comment-content a{
  word-wrap: break-word;
}

.reply{
  text-align: right;
}

.comment-reply-link{
  display: inline-block;
  color: white;
  padding: 0.4em 1em;
  background-color: #aa957f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #aa957f;
  text-decoration: none;
}
.comment-reply-link:hover, .comment-reply-link:active, .comment-reply-link:focus{
  color: white;
  text-decoration: none;
  background-color: #947c62;
  border-color: #947c62;
}

.comment-respond{
  clear: both;
  margin-top: 30px;
}

.comment-form .required{
  color: #cc0000;
}
.comment-form label{
  display: block;
  margin-bottom: 0.3em;
}

.form-allowed-tags code{
  font-size: 12px;
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging,
.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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption{
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"]{
  margin: 1.2% auto 0;
}

.wp-caption-text{
  text-align: center;
}

.wp-caption .wp-caption-text{
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery{
  margin-bottom: 1.5em;
}
.gallery dt{
  border-left: none;
  padding-left: 0;
}

.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%;
}

/*--------------------------------------------------------------
13.0 hpb Style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1 hpb:Header
--------------------------------------------------------------*/
#masthead{
  position: relative;
  background-color: #fbfbfb;
  background-image: url(img/bg_site-header.png);
  background-repeat: repeat-x;
}

/* site title */
#masthead .site-branding{
  position: relative;
}
#masthead .site-branding .site-title{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#masthead .site-branding .site-title a{
  width: 148px;
  height: 148px;
  display: block;
  background-image: url(img/site-title.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
  background-size: contain;
}

#hpb-site-desc{
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 30px;
  margin-left: 165px;
  float: left;
}

#hpb-header-extra1{
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right;
  padding-top: 32px;
}
#hpb-header-extra1 p{
  margin-bottom: 0;
}
#hpb-header-extra1 .tel,
#hpb-header-extra1 .address{
  display: inline;
}

#hpb-header-image{
  clear: both;
  line-height: 1;
  text-align: center;
}
#hpb-header-image img{
  vertical-align: top;
}

/* nav */
#site-navigation{
  padding: 1em 0 0.3em 165px;
}

/*--------------------------------------------------------------
13.2 hpb:Footer
--------------------------------------------------------------*/
.site-footer{
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #624f37;
  padding: 10px 0 30px 0;
  color: #eedbc3;
  position: relative;
}
.site-footer a{
  color: #eedbc3;
}
.site-footer::before{
  display: block;
  background-image: url(img/bg_footer-head.png);
  background-position: center top;
  background-repeat: repeat-x;
  height: 64px;
  width: 100%;
  content: '';
  position: absolute;
  top: -64px;
}

.footer-widgets{
  *zoom: 1;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 30px !important;
}
.footer-widgets::after{
  content: "";
  display: table;
  clear: both;
}
.footer-widgets .widget{
  width: 33.3%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-widgets .widget:nth-child(3n+1){
  clear: both;
}
.footer-widgets .widgettitle,
.footer-widgets .widget-title{
  margin-left: -15px;
}

#hpb-footer-main{
  clear: both;
}
#hpb-footer-main p{
  margin: 0;
}
#hpb-footer-main .hpb-copyright{
  font-size: 14px;
  font-size: 1.4rem;
}

.wp-login{
  margin-top: 20px !important;
}

/*--------------------------------------------------------------
13.3 hpb:Post List
--------------------------------------------------------------*/
.hpb-viewtype-full,
.hpb-viewtype-simple,
.hpb-viewtype-thumbnail,
.hpb-viewtype-date,
.hpb-viewtype-content,
.hpb-viewtype-title{
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/* hpb-viewtype-title */
.hpb-viewtype-title ul{
  list-style-type: none;
  margin-left: 20px;
}
.hpb-viewtype-title li{
  background-image: url(img/list-mark-hpb-viewtype.png);
  background-position: 5px 0.6em;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-bottom: 0.5em;
}

/* hpb-viewtype-date */
.hpb-viewtype-date dl{
  margin-left: 20px;
}
.hpb-viewtype-date dt{
  background-image: url(img/list-mark-hpb-viewtype.png);
  background-position: 5px 0.6em;
  background-repeat: no-repeat;
  padding-left: 20px;
  float: left;
  width: 10.5em;
  margin-bottom: 0;
}
.hpb-viewtype-date dd{
  margin-left: 0;
  overflow: hidden;
  margin-bottom: 0.5em;
}

/* hpb-viewtype-content */
.hpb-viewtype-content dt{
  font-weight: bold;
}

/* more link */
.hpb-more-entry{
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}
.hpb-more-entry a{
  display: inline-block;
  color: white;
  padding: 0.4em 1em;
  background-color: #aa957f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #aa957f;
  text-decoration: none;
}
.hpb-more-entry a:hover, .hpb-more-entry a:active, .hpb-more-entry a:focus{
  color: white;
  text-decoration: none;
  background-color: #947c62;
  border-color: #947c62;
}

/*--------------------------------------------------------------
14.0 Layout
--------------------------------------------------------------*/
#masthead .site-branding,
#hpb-header-extra1,
#site-navigation,
#breadcrumb-list,
.site-main,
#site-sub-navigation,
.footer-widgets,
#hpb-footer-main,
.site-info,
.wp-login{
  margin: 0 auto;
  max-width: 1000px;
}

.site-main{
  *zoom: 1;
  padding: 70px 0 40px 0;
}
.site-main::after{
  content: "";
  display: table;
  clear: both;
}
body.home .site-main{
  padding-top: 40px;
}

.site-footer{
  clear: both;
  width: 100%;
}

/*
 * Layout: Content-Sidebar
 */
.content-area{
  float: left;
  margin-top: 0;
  margin-right: -350px;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}

.site-content{
  margin-top: 0;
  margin-right: 350px;
  margin-bottom: 0;
  margin-left: 0;
}

#sidebar-1{
  float: right;
  width: 300px;
}

/*
 * Layout: Sidebar-Content
 */
/*
.content-area {
	float: right;
	margin: {
		top: 0;
		right: 0;
		bottom: 0;
		left: -($sidebar-width + $sidebar-margin);
	}
	width: 100%;
}
.site-content {
	margin: {
		top: 0;
		right: 0;
		bottom: 0;
		left: $sidebar-width + $sidebar-margin;
	}
}
#sidebar-1 {
	float: left;
	width: $sidebar-width;
}
*/
/*--------------------------------------------------------------
15.0 Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 568px) {
  /*--------------------------------------------------------------
  15.5 Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  15.5.2 Menus
  --------------------------------------------------------------*/
  .menu-toggle,
  .main-small-navigation ul.nav-menu.toggled-on{
    display: block;
  }

  .menu-toggle{
    font-weight: normal;
    text-align: center;
  }

  .navigation-main ul{
    display: none;
  }

  .hpb-nav-open .menu-toggle{
    display: none;
    cursor: pointer;
  }

  .hpb-nav-open.navigation-main ul,
  .hpb-nav-open.main-small-navigation ul{
    display: block;
  }

  .navigation-main,
  .main-small-navigation{
    width: 100%;
  }
  .navigation-main li,
  .main-small-navigation li{
    float: none;
  }
  .navigation-main ul ul,
  .main-small-navigation ul ul{
    display: block;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 10px;
  }
  .navigation-main ul ul ul,
  .main-small-navigation ul ul ul{
    top: 0;
    left: 0;
  }
  .navigation-main ul ul a,
  .main-small-navigation ul ul a{
    width: auto;
  }

  #site-navigation{
    background-color: #5f4e34;
    background-image: url(img/bg_site-navigation-mobile.png);
  }
  #site-navigation .menu-toggle{
    color: white;
    padding: 5px 10px;
  }
  #site-navigation a{
    padding: 10px;
  }
  #site-navigation ul ul{
    background: #3e3322;
  }
  #site-navigation ul ul a{
    border: none;
    background: transparent;
  }
  #site-navigation ul ul li{
    margin-top: 1px;
    margin-bottom: 1px;
  }
  #site-navigation li:hover > a{
    color: white;
    background: #c8a668;
  }
  #site-navigation ul ul :hover > a{
    color: white;
    background: #c8a668;
  }
  #site-navigation .current_page_item > a,
  #site-navigation .current-menu-item > a{
    color: white;
    background: #c8a668;
  }
  #site-navigation ul ul .current_page_item a,
  #site-navigation ul ul .current-menu-item a{
    color: white;
    background: #c8a668;
  }

  #site-sub-navigation .menu-toggle{
    color: #eedbc3;
    margin-bottom: 10px;
  }
  #site-sub-navigation li{
    text-align: center;
  }
  #site-sub-navigation li::after{
    content: '';
    margin: 0;
  }

  /*--------------------------------------------------------------
  15.5.3 Breadcrumb
  --------------------------------------------------------------*/
  #breadcrumb-list{
    padding-left: 0;
  }

  /*--------------------------------------------------------------
  15.13 hpb Style
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  15.13.1 hpb:Header
  --------------------------------------------------------------*/
  #masthead{
    background-image: url(img/bg_site-header-mobile.png);
    background-repeat: repeat;
  }

  #masthead .site-branding .site-title{
    position: relative;
  }
  #masthead .site-branding .site-title a{
    margin: 0 auto;
  }

  #hpb-site-desc{
    float: none;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
  }

  #hpb-header-extra1{
    margin-top: 10px !important;
    padding-top: 0;
    text-align: center;
  }
  #hpb-header-extra1 .tel,
  #hpb-header-extra1 .address{
    display: block;
  }

  /* nav */
  #site-navigation{
    padding: 0;
    margin-top: 10px !important;
  }

  /*--------------------------------------------------------------
  15.13.2 hpb:Footer
  --------------------------------------------------------------*/
  .footer-widgets .widget{
    width: 100%;
    float: none;
    padding-right: 0;
  }

  #hpb-footer-main,
  .site-info,
  .wp-login{
    text-align: center;
  }

  /*--------------------------------------------------------------
  15.14 Layout
  --------------------------------------------------------------*/
  #masthead .site-branding,
  #hpb-header-extra1,
  #breadcrumb-list,
  .site-main,
  #site-sub-navigation,
  .footer-widgets,
  #hpb-footer-main,
  .site-info,
  .wp-login{
    margin: 0 10px;
    width: auto;
  }

  .site-main{
    padding: 40px 0;
  }

  .content-area{
    float: none;
    margin: 0;
  }

  .site-content{
    margin: 0;
  }

  #sidebar-1{
    float: none;
    width: 100%;
  }
}
