@charset "UTF-8";


/*------------------------------------------------------------------------------------------------qa-*/
.question {
    background: url(../images/q.png) no-repeat;
    background-position: top left;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding-top: 3px;
    padding-left: 40px;
    min-height: 40px;
    color: #8c6239;
}
.answer {
    background: url(../images/a.png) no-repeat;
    background-position: top left;
    margin-bottom: 1.5em;
    padding-top: 3px;
    padding-left: 40px;
    min-height: 40px;
}

/*------------------------------------------------
　　tagcloud
------------------------------------------------*/
.tagcloud, .tags{
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    clear: both;
}
.tagcloud li, .tags li{
    display: inline-block;
    padding: 0;
    margin: 0 0.2em 0.2em 0;
}
.tagcloud a, .tags a{
 background:#8c6239;
 color:#fff;
 padding:4px 8px 3px;
 margin:3px;
 border-radius:5px;
 text-decoration:none;
 font-size:12px!important;
 line-height: 1em;
 font-weight:600;
 white-space: nowrap;
}
.tagcloud a:hover, .tags a:hover{
 color:#fff;
 background:#a67641;
 font-weight:400;
}
.tagcloud a:before, .tags a:before{
 font-family:"Font Awesome 5 Free";
 content:"\f02b"; 
 font-weight:600;
 color:#fff;
 padding-right:6px;
}
.tagcloud a span, .tags a span{
 padding-left:0.5em;
 color:#fff;
}

/*------------------------------------------------
　　catcloud
------------------------------------------------*/
.catcloud, .post-categories{
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    clear: both;
}
.catcloud li, .post-categories li{
    display: inline-block;
    padding: 0;
    margin: 0 0.2em 0.2em 0;
}
.catcloud a, .post-categories a{
 background:#815c33;
 color:#fff;
 padding:4px 8px 3px;
 margin:3px;
 border-radius:5px;
 text-decoration:none;
 font-size:12px;
 line-height: 1em;
 font-weight:600;
 white-space: nowrap;
}
.catcloud a:hover, .post-categories a:hover{
 background:#a67641;
 color:#fff;
 font-weight:400;
}
.catcloud a:before, .post-categories a:before{
 font-family:"Font Awesome 5 Free";
 content:"\f35a"; 
 font-weight:600;
 color:#fff;
 padding-right:6px;
}
.catcloud a span, .post-categories a span{
 padding-left:0.5em;
 color:#fff;
}

/*------------------------------------------------
　　pagination
------------------------------------------------*/
.pagination {
  margin: 0 auto 2em;
  padding: 0em 0;
  text-align: center;
  display: block;
}
.pagination a {
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  display: inline-block;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  background: #8c6239;
  transition: .3s
}
.pagination a:hover {
  color: #fff;
  background: #a67641;
}
.pagination span {
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  background: #8c6239;
}
.pagination span.dots {
  background: 0
}
.pagination span.current {
  background: #a67641;
  color: #fff
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
#page-top{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 45px;
  right: 10px;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
  text-decoration: none;
  transition: .5s;
}
#page-top{background: #8c6239;}
#page-top:hover{background: #a67641;}
#page-top a
{
  font-size:1em;
  color:#fff;
  text-decoration:none;
}
#page-top a:hover
{
  font-size:1.1em;
  color:#fff;
}

/*================================================
 *  footmenu
 ================================================*/
footer{background-color:#e4e4e4; font-size:0.9em;width: 100%;}
.footmenu { 
    width: 100%;
    margin: 0 auto;
    display: block;
    clear: both;
    overflow: hidden;
    border-top:1px groove rgba(112, 111, 111, 0.5);
}
.footmenu .menu{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    width: 100%;
    height: 100%;
}
.footmenu li{
	position: relative;
	display: inline-block;
	background-color: #e4e4e4;
        text-align: center;
	text-decoration: none;
	transition: all 1.5s;
        width:100%;
        height:100%;
        float:left;
        margin:0;
}
.footmenu li::after {
	position: absolute;
	top: 50%;
	right: 0.1em;
	content: '';
	margin-top: -0.32em;
	border: 0.4em solid transparent;
	border-top-width: 0.4em;
	border-bottom-width: 0.4em;
	border-left-color: #8c6239;
	transition: all 1.5s;
}
.footmenu li a{color:#8c6239; font-weight:400; text-decoration:none; display:block; line-height:3em; height:100%; border-bottom:2px solid rgba(112, 111, 111, 0.5);}
.footmenu li:hover {background-color:#efede9; opacity:0.6; color:#c69c6d;}
.footmenu li:hover a{color:#c69c6d;}
.footmenu li:hover::after {border-left-color:#c69c6d;}
.footmenu li:nth-child(2n){border-left:none;}
@media only screen and (min-width: 768px) and (max-width: 1023.9px)
{
.footmenu ul li{width:50%; float:left;}
.footmenu ul li:nth-child(1n){border-right: 1px groove rgba(112, 111, 111, 0.5);}
}
@media print, screen and (min-width: 1024px)
{
.footmenu ul li{width:auto; padding-left:0.8em; padding-right:1.2em; float:left; margin-top:1px;}
.footmenu ul li:nth-child(1n){border-right: none;}
.footmenu li a{border: none;}
.footmenu, .footmenu li{background-color:#e4e4e4;}
.footmenu li:hover {background-color:#e4e4e4;}
}
.copyright{text-align: center; padding-bottom: 0.5em; padding-top: 1em; clear:both;}
.copyright a {color: #8c6239;}
.copyright a:hover {color: #c69c6d;}

/*================================================
 *  サイドメニュー
 ================================================*/
#sidebar{background: #e4e4e4;}
ul#menu-side_menu {overflow: auto;}
#menu-side_menu li, .widget li{
	margin:0;
	padding:0;
	list-style:none;
}
#menu-side_menu li a:before, .widget li a:before{
	content:"■";
	color:#a00800;
	padding-right: 0.5em;
	padding-left: 0.8em;
}
#menu-side_menu li a, .widget li a {
	display:block;
	color:#555;
	border-bottom:1px solid #111;
	text-decoration:none;
	padding:10px 0.2em 10px 1.5em;
	text-indent: -1.5em;
}
#menu-side_menu li a:hover, .widget li a:hover{
	background:#eee;
}
#menu-side_menu ul li.menu-item-has-children > a:before{
	content:"■";
	color:#a67641;
}
#menu-side_menu ul.sub-menu {margin-bottom:0; padding-left:0.6em;}
#menu-side_menu ul.sub-menu li{margin:0; padding: 0; text-indent: 1em;}
#menu-side_menu ul.sub-menu li a:before{
	content: "\025b6";
	color:#a00800;
}
#sidebar img{width:100%; max-width:320px; margin-left:-webkit-calc(50vw - 160px); margin-left:calc(50vw - 160px); margin-right:-webkit-calc(50vw - 160px); margin-right:calc(50vw -160px); margin-top:0.8em; margin-bottom:0.8em;}
@media only screen and (min-width: 768px) and (max-width: 1023.9px)
{
#menu-side_menu li, .widget li{width:50%; float:left;}
#menu-side_menu li:nth-child(1n), .widget li:nth-child(1n){border-right: 1px groove rgba(112, 111, 111, 0.5);}
#menu-side_menu ul.sub-menu li{width: 100%; border-right: unset;}
#sidebar img{width:40%; margin:1em 5% 0.8em; float:left; max-width:unset;}
}
@media print, screen and (min-width: 1024px)
{
#menu-side_menu li, .widget li{border:none; margin-top:1px;}
#menu-side_menu li:nth-child(1n), .widget li li:nth-child(1n){border-right: none;}
#sidebar img{width:40%; margin:1em 5% 0.8em; float:left; max-width:unset;}
}
@media print, screen and (min-width: 1150px)
{
#sidebar img{width:100%; margin:0.2em 0; max-width:unset;}
}
@media screen and (min-width: 1150px){
.side-fixed {
    position: fixed !important;
    top: 60px;
    width: 250px;
    margin: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.90);
}
}

#Sidefixed div.widget_text div.textwidget {
    margin:0 auto;
}

/*================================================
 *  input
 ================================================*/
input[name="s"] {width: 96%; padding: 0.4em;}
label[for="s"]{display:none;}
#searchform {margin: 1em 0.5em 0.5em; width: 96%;}
/*-contactform7 ------comment ------------------------------------------------------------------------------------------*/
.wpcf7-form label, .wpcf7-radio, .wpcf7-text, .wpcf7-submit, .wpcf7-form textarea,
#respond input, #respond textarea{font-size:1em; line-height:1.1; width:100%;}
@media print, screen and (min-width: 768px)
{
.wpcf7-form label, .wpcf7-radio, .wpcf7-text, .wpcf7-submit, .wpcf7-form textarea,
#respond input, #respond textarea{font-size:1.2em; line-height:1.2; width:100%;}
}
div.wpcf7 .ajax-loader {display: none !important;}
#respond label{display:block;}
p.form-submit{text-align:center;}
#respond input[type="submit"]{width: auto;}
.says{display:none;}
.comment-author, .comment-meta{display:inline-block;}
#respond input[type="checkbox"] {float: left; width: auto; height: 1.5em; margin-right: 0.5em;}

/*------------------------------------------------------------------------------------------------mokuji-*/
.mokujibox {
    display:block;
    clear: both;
    overflow: hidden;
    width:98%;
    max-width:640px;
    margin: 1em auto 1em;
    padding: 0.5em 2em 0.5em;
}
.mokujibox label {
  background: #674e23;
  text-align:center;
  color: #fff;
  padding: 0.4em 0 0.3em;
  display: block;
  margin: 0 auto;
  width: 6em;
  border: 1px solid #fff;
  border-radius:5px;
  cursor: pointer;
}

.mokujibox label:hover {
  background: #d3c12d;
}

.mokujibox input[type="checkbox"].on-off{
  display: none;
}


.mokujibox input[type="checkbox"].on-off  ~ .mokumoku{
  display: none;
}
.mokujibox input[type="checkbox"].on-off:checked  ~ .mokumoku{
  display: block;
}



/*================================================
 *  tab
 ================================================*/
.tab-wrap {
	background: White;
	display: inline-flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 0px;
    margin-top:1em;
}
.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 30px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	border-bottom: 3px solid #ddd;
	background: beige;
}
.tab-label:hover {
	background: #fffff0;
}
.tab-switch:checked + .tab-label {
	color: #fff;
	background: #a67641;
}
.tab-label::after {
	color: #fff;
	background: Gray;
    bottom:-3px;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}
.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}
.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}
.tab-content {
	height:0;
	opacity:0;
	padding: 0 0px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}
.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}
.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}
.tab-wrap::after {
	content: '';
	height: 5px;
	order: -1;
	width: 100%;
}
.tab-switch {
	display: none;
}
.tabr{width:35%;}
.tabl{width:65%;}
.tabin {
    position: relative;
    background:#eee;
    border: 1px solid #ccc;
    float: left;
    line-height:1.05;
    display:block;
    width:100%;
    height:55px;
}
.tabin a {
    display:block;
    text-decoration:none;
    text-align: left;
    font-weight: bold;
    position: absolute;
    top: 0;
    width: 100%;
}
#sidebar .tabin a img {
    position: absolute;
    top:0;
    left:0;
    width:35%;
    height: auto;
    margin: 0;
    padding: 0;
}
.tabt{height:100%; width:63%; margin-left:37%; font-size:0.8em;}
.tabt p{margin:0.2em 0 0; line-height:1.2;}
.tabrank {position:absolute; left:0; top:0; background-color:#BF9265; color:#ffffff; font-size:1em; font-weight:400; width:1.2em; height:1.2em; line-height:1.2em; border-radius:50%; text-align:center; vertical-align:middle; text-decoration:none;}
@media only screen and (min-width: 768px) and (max-width: 1149.9px)
{
.tab-wrap {width:500px; margin-left: calc(50% - 250px); margin-top:1em; margin-bottom:1em;}
.tabin {height:100px;}
.tabt{height:100%; width:58%; margin-left:42%; font-size:1em;}
.tabt p{margin:0.8em 0 0; line-height:1.5;}
}
@media only screen and (min-width: 320.1px) and (max-width: 767.9px)
{
.tab-wrap {width:320px; margin-left: calc(50% - 160px); margin-top:1em; margin-bottom:1em;}  
}
@media only screen and (max-width: 320px){
.tab-wrap {width:250px; margin-left: calc(50% - 125px); margin-top:1em; margin-bottom:1em;}
}

/*================================================
 *  calendar
 ================================================*/
#calendar_wrap{
  padding-top:10px;
  padding-bottom:10px;
  background:#fff;
}
#wp-calendar{
  width: 100%;
  font-size:12px;
  padding-top: 10px;
}
#wp-calendar tr{
  display: flex;
  justify-content: flex-start;
}
#wp-calendar tr:first-of-type{
  justify-content: flex-end;
}
#wp-calendar th,
#wp-calendar td{
  display: block;
  width: calc(100% / 7);
  text-align: center;
  margin-bottom: 10px;
}
#wp-calendar td:last-of-type,
#wp-calendar th:last-of-type{
  color: red;
}
#wp-calendar td a{
  padding: 0;
}
#wp-calendar tfoot tr{
  display: flex;
  justify-content: center;
}
#wp-calendar tfoot tr td{
  width: calc(100% / 3);
}
#wp-calendar #today a,
#wp-calendar #today{
  color: white;
  background-color:#6699ff;
  font-weight:bold;
}
.wp-calendar-nav-prev{margin-left: 10px;}
.wp-calendar-nav-next{margin-right: 10px;}

@media print{
.print_pages { size: A4; page-break-before: always;}
header, footer, #sidebar, #subbox , .fixfoot, .top-fixed, .side-fixed, .btn-fixed, .vwrap, #page-top, #g-menu{display:none !important;}
#contents, #main{width:100% !important; max-width:297mm !important; font-size:14px;}
}
@media all and (-ms-high-contrast: none){
  .print_pages.page-break {page-break-before: auto;}
}

/*================================================
 *  Q A
<div itemscope itemtype="https://schema.org/FAQPage">
<dl class="faqstyle" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
<dt itemprop="name">質問</dt>
<dd itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
<div itemprop="text" class="ddin">回答</div>
</dd>
</dl>
<hr class="hr1">
<dl class="faqstyle" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
<dt itemprop="name">質問</dt>
<dd itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
<div itemprop="text" class="ddin">回答</div>
</dl>
</div>
 ================================================*/
.faqstyle dt, .editor-styles-wrapper .faqstyle dt {
  margin-bottom: 1em; color: #a00800; text-indent: -1.5em; padding-left: 1.5em;
}
.faqstyle dt::before, .editor-styles-wrapper .faqstyle dt::before,
.faqstyle dd::before, .editor-styles-wrapper .faqstyle dd::before { margin-right: .4em; }
.faqstyle dt::before, .editor-styles-wrapper .faqstyle dt::before { color:var(--color-a); content: "Q."; font-weight:700; }
.faqstyle dd, .editor-styles-wrapper .faqstyle dd {
  margin: 0 0 2.5em; padding: 1em 1.5em; background-color: #eee; color: #111;
}
.faqstyle dd::before, .editor-styles-wrapper .faqstyle dd::before { color:#955d1f; content: "A."; font-weight:700; }