/*
Theme Name: OISHInema 2017 Theme
Author: SAKI
Author URI: https://sakiweb.com/
Description: OISHInema 2017 Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oishinema2017
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
Copyright c 2017 SAKI

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/


/*--------------------------------------
1. Normalize
2. Typography
3. Elements
4. Forms
5. Navigation
	5.1 Links
	5.2 Menus
6. Accessibility
7. Alignments
8. Clearings
9. Widgets
10. Content
	10.1 Frontpage
	10.2 Home, Archive
	10.3 Posts and pages
	10.4 Comments
11. Media
	11.1 Captions
	11.2 Galleries
12. Footer
13. Print
----------------------------------------*/

/*--------------------------------------
1. Normalize
   See https://github.com/necolas/normalize.css/
----------------------------------------*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}/*# sourceMappingURL=normalize.min.css.map */


/*--------------------------------------
2. Typography
----------------------------------------*/
:root {
  --mcolor: #591b12;
}
html {font-size: 62.5%;}
body,button,input,select,optgroup,textarea {
	color: #404040;
/*	font-family: "Mplus 1p", Meiryo, Verdana, "Hiragino Kaku Gothic ProN", sans-serif;*/
	font-family: Meiryo, Verdana, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 14px;font-size: 1.4rem;
	font-weight:400;
	line-height: 20px;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;padding:0;
	clear: both;
/*	font-family: "Fork Bold", Meiryo, Verdana, "Hiragino Kaku Gothic ProN", sans-serif;*/
	font-family: Meiryo, Verdana, "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight:500;
	font-size: 16px;font-size: 1.6rem;
	line-height: 22px;
}
h2,h3,h4,h5,h6 {
	border-bottom:solid 1px #ddd;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	text-decoration:none;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
	text-decoration:underline;
}

@media screen and (min-width: 768px) {
	h1,h2,h3,h4,h5,h6 {
		line-height: 30px;
	}
}

p {
	margin-bottom: 10px;
}

df an,  acit ae,  aem, a i {a
	text-decoration:none;
	}font-s
	tyle: italic;
}

blockquote {
	margin: 0 10px;
}

address {
	margin: 0 0 10px;
}

pre {
	background: #eee;
	font-size: 14px;font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 10px;
	max-width: 100%;
	overflow: auto;
	padding: 10px;
}

code, kbd, tt, var {
	font-size: 14px;font-size: 1.4rem;
}

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

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

big {
	font-size: 125%;
}

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

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 10px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 10px 10px;
}

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

figure {
	margin: 10px 0;
}

table {
	margin: 0 0 10px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;font-size:1.4rem;
	line-height:20px;
}
table th, table td{
	padding: 3px 8px;
	border: 1px solid #555;
}

.pt00{padding-top:0!important;}
.pb00{padding-bottom:0!important;}


/*--------------------------------------
4. Forms
----------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;font-size: 1.4rem;
	line-height: 14px;
	padding: 10px 30px;
    -webkit-transition: all .5s;
    transition: all .8s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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;
	padding: 5px 10px;
	width:100%;
    -webkit-appearance: none;
}

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;
}

select {
	padding:5px 10px;
	width:100%;
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


input::-webkit-input-placeholder ,
textarea::-webkit-input-placeholder {
    color: #ccc;
    font-size:14px;font-size:1.4rem;
    font-weight: normal;
}
input:-ms-input-placeholder ,
textarea:-ms-input-placeholder {
    color: #ccc;
    font-size:14px;font-size:1.4rem;
    font-weight: normal;
}
input::-moz-placeholder ,
textarea::-moz-placeholder {
    color: #ccc;
    font-size:14px;font-size:1.4rem;
    font-weight: normal;
}

/*alert box*/
.alert{
	margin-bottom: 20px;
	padding: 15px;
	font-size: 1.4rem;font-size:1.4rem;
	line-height: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert.success{color: #3c763d;background: #dff0d8;border-color: #d6e9c6;}
.alert.info{color: #31708f;background: #d9edf7;border-color: #bce8f1;}
.alert.warning{color: #8a6d3b;background: #fcf8e3;border-color: #faebcc;}
.alert.error{color: #a94442;background: #f2dede;border-color: #ebccd1;}


/*---  search-form ---------------------*/
.search-form{
	padding:10px;
	text-align:center;
	position:relative;
}
.error-404 .search-form{
	margin-bottom:30px;
}
.search-form label{
	width:100%;
	margin-bottom:0;
}
.search-form button{
	position:absolute;
	top:5px;
	right:10px;
	padding:10px 20px;
	font-size:20px;font-size:2rem;
	line-height:20px;
	color:#999;
	background:none;
	border:0;
}
@media screen and (min-width: 768px) {
}


/*--------------------------------------
5. Navigation
5.1 Links
----------------------------------------*/
a {
    -webkit-transition: all .5s;
    transition: all .5s;
	color: #591b12;
	color: #404040;
    text-decoration: underline;
}
a:hover, a:active {
	outline: 0;
}

a img{
	transition: all .2s;
}
a:hover img{
	opacity:.8;
}

/*--------------------------------------
5.2 Menus
----------------------------------------*/
/*.site-branding*/
.site-branding{
	padding:10px 0 0;
	width:100%;
	height:100px;
	background:rgba(255,255,255,.85);
}
.home .site-branding{
/*	position:fixed;*/
	top:0;left:0;
}
.site-branding .container{
	position:relative;
}
.site-branding p{
	margin:0;
}
.site-branding .site-title{
	margin:0;
	padding:0;
	text-align:center;
}
.site-branding .custom-logo{
	width:200px;
}
.site-branding .site-description{
	position:absolute;
	top:0;left:0;
	width:100%;
	font-size:10px;font-size:1rem;
	line-height:10px;
	text-align:center;
}
.site-branding .sns-icons{
	display:none;
}
.site-branding .sns-icons a{
	margin:10px 5px;
	width:43px;
	text-decoration:none;
}
.site-branding .sns-text{
	display:none;
	margin-top:5px;
	font-size:12px;dont-size:1.2rem;
}
.site-branding .nav-search{
	margin:0 -10px;
}
.site-branding .nav-search .search-form button{
	right:0;
}


@media screen and (min-width: 768px) {
	.site-branding{
		padding:15px 0 0;
		height:150px;
	}
	.site-branding .site-title{
		text-align:left;
	}
	.site-branding .custom-logo{
		width:300px;
	}
	.site-branding .sns-icons{
		display:flex;
		position:absolute;top:0;right:10px;
	}
	.site-branding .sns-text{
		display:block;
	}

}


/*#loader (frontpage only)*/
#loader{margin:-0.5px 0 0 -50px;width:100px;height:1px;position:absolute;z-index:5;top:50%;left:50%;overflow:hidden;}
#loader div{background:#abc;height:1px;}
#loader div div{width:0;background:#fff;position:absolute;left:0;}
#mv, .home #content, .home #colophon{
	opacity:0;
}

/*.mv (frontpage only)*/
.mv{
	position: fixed;
	top:0;left:0;
	width: 100%;
	text-align: center;
	z-index: -1;
	opacity:0;
}

@media screen and (min-width: 768px) {
	.mv{
	}
}


/*.main-navigation*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	background:#fafafa;
	background:rgba(255,255,255,.8);
	background:rgba(89,27,18,.8);
}
.home .main-navigation {
	position:absolute;
	left:0;
	bottom:0;
	z-index:1000;
}

.main-navigation .logo{
	display:none;
	text-align:center;
	height:0;
	opacity:0;
	transition:all 1s;
}
.main-navigation.fixed .logo{
	display:block;
	padding-top:10px;
	height:auto;
	opacity:1;
}

.main-navigation ul {
/*	display: none;*/
	list-style: none;
	margin: 0;
	padding-left: 0;
}


/*@@@
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
*/

.main-navigation li {
	float: left;
	width:20%;
	text-align:center;
/*	position: relative;*/
}

.main-navigation li a {
	display: block;
	padding:5px;
	text-decoration: none;

	color:#fff;
}
.main-navigation li a:hover {
	background: rgba(255,255,255,.2);
}
.main-navigation li.current-menu-item a {
}



/* Small menu. */
/*
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
*/

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 10px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------
6 Accessibility
----------------------------------------*/
.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: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/*--------------------------------------
7. Alignments
----------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}

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

.tleft  {text-align:left;}
.tcenter{text-align:center;}
.tright {text-align:right;}


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

/*--------------------------------------
9.Widgets
----------------------------------------*/
.widget {
	margin: 0 0 30px;
}

.widget .widget-title{
	margin: 0 0 10px;
	padding:8px;
	border-left:solid 3px var(--mcolor);
	border-left:solid 3px rgba(89,27,18,.3);
	border-bottom:0;
}
.widget .widgettitle{
	margin: 0 0 10px;
	padding:0;
}

.widget ul{
	margin:0 10px 5px;
	padding:0;
	list-style:none;
	border-top:solid 1px #ddd;
}
.widget ul li{
	padding:5px;
	border-bottom:solid 1px #ddd;

}
.widget ul li a{
	text-decoration:none;
}

.widget select {
	max-width: 100%;
}

/*tags*/
.widget .tagcloud a{
	margin:0 0 5px;
	padding:5px 10px 5px 30px;
	display:inline-block;
	font-size:12px!important;font-size:1.2rem!important;
	line-height:18px;
	text-decoration:none;
	border:solid 1px #ddd;
	border-radius:3px;
	touch-action:manipulation;
	white-space: nowrap;
	position:relative;
}
.widget .tagcloud a:before{
	position:absolute;
	top:0;left:10px;
	content:"\f02b";
	font-family:FontAwesome;
	font-size:20px;font-size:2rem;
	line-height:30px;
	color:rgba(89,27,18,.3);
}
.widget .tagcloud a:hover{
	background:rgba(89,27,18,.05);
}

.widget ul li a:hover,
.widget .tagcloud a:hover{
	text-decoration:underline;
}


/* wpp */
.wpp-list.wpp-list-with-thumbnails li{
	position:relative;

}
.wpp-list.wpp-list-with-thumbnails li:before{
	position:absolute;
	top:0;left:0;
	z-index:1;
	content:"";
	width:24px;
	height:24px;
	border-radius:12px;
	background:#a2c2e6;
	border:solid 2px #fff;
	font-family:Verdana, sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:20px;
	text-align:center;
	color:#fff;
}
.wpp-list.wpp-list-with-thumbnails li:nth-of-type(1):before{content:"1";background:#cfa972;}
.wpp-list.wpp-list-with-thumbnails li:nth-of-type(2):before{content:"2";background:#a0a0a0;}
.wpp-list.wpp-list-with-thumbnails li:nth-of-type(3):before{content:"3";background:#9b6a34;}
.wpp-list.wpp-list-with-thumbnails li:nth-of-type(4):before{content:"4";}
.wpp-list.wpp-list-with-thumbnails li:nth-of-type(5):before{content:"5";}





/* sidebar form */
.sidebar-inquiry{
	margin:5px 0;
	padding:10px;
	background:#fafafa;
	border:solid 1px #ddd;
	border-radius:3px;
}
.sidebar-inquiry h2:before{
	margin-right:10px;
	content:"\f2b6";
	font-family:FontAwesome;
	font-size:20px;font-size:2rem;
	line-height:30px;
	color:rgba(89,27,18,.3);
}
.sidebar-inquiry p{
	margin:0;
}
.sidebar-inquiry .wpcf7-form-control-wrap.radio-type{
	display:block;
	padding:20px 0 10px;
	line-height:24px;
}
.sidebar-inquiry .wpcf7-list-item label{
	cursor:pointer;
}
.sidebar-inquiry .wpcf7-submit{
	margin-top:10px;
	width:100%;
	line-height:24px;
	background:rgba(89,27,18,.05);
	cursor:pointer;
	box-shadow:0 3px 0 0 rgba(89,27,18,.3);
	transition:all .2s;
}
.sidebar-inquiry .wpcf7-submit:hover{
	margin-top:13px;
	margin-bottom:-3px;
	box-shadow:0 3px 0 0 transparent;
}
.sidebar-inquiry .ajax-loader{
	margin-left:135px!important;
}
.sidebar-inquiry .wpcf7-response-output{
	margin:0;
}


/*--------------------------------------
10. Content
----------------------------------------*/
.site-content{
	background:#fff;
}
.container{
	margin:0 auto;
	padding:0 10px;
	width:100%;
	max-width:1080px;
}
.site-content .content-area,
.site-content .widget-area{
	padding:20px 0;
}

/*@media screen and (min-width: 768px) {*/
@media screen and (min-width: 930px) {

	.site-content .flex{
		display:flex;
	}
	.site-content .content-area{
		padding-right:10px;
		width:calc(100% - 310px);
	}
	.site-content .widget-area{
		padding-left:10px;
		width:310px;
	}

}

/*--------------------------------------
10.1 Frontpage
----------------------------------------*/
.home section{
	margin-bottom:30px;
}
.home .slider-section{
	margin-top:30px;
}
.home h2{
	padding:5px 0;
	border-bottom:solid 3px rgba(89,27,18,.3);

}
.home .slider{
/*
	display:flex;
	justify-content: center;
*/
	margin:30px auto 0;
/*	width:180px;*/
}
.home .slider .list-block{
	margin:0 20px;
	padding:0;
	border:0;
	text-align:center;
}
.home .slider .list-block .image{
	float: none;
	width: auto;
	margin-right: 0;
	margin-bottom: 10px;
}
.home .slider .list-block .image.movie{
	position:relative;
}
.home .slider .list-block .image.movie:before{
	position:absolute;
	top:calc(50% - 20px);
	left:0;
	z-index:1;
	width:100%;
	content:"\f16a";
	font-family:FontAwesome;
	font-size:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
}
.home .slider .list-block .image img{
	margin:0 auto!important;
}
.home .slider .list-block .text{
	margin-left:auto;
	min-height:auto;
}

.home .slider .slick-prev {
	top:170px;left:0;
}
.home .slider .slick-next {
	top:170px;right:0;
}
.home .slider .slick-prev:before, .home .slider .slick-next:before{
	color:#404040;
}


/*banner*/
.top-banner{margin:20px 0;position:relative;}
.top-banner:before{
	content:"";
	position:absolute;
	top:5px;right:5px;bottom:5px;left:5px;
	z-index:0;
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	background:rgba(255,255,255,.3);
}
.top-banner a{display:block;}
.top-banner .title{
	position:absolute;
	top:calc( 50% - 8px);
	left:0;
	width:100%;
	font-size:16px;
	line-height:16px;
	text-align:center;
	text-shadow: #fff -1px -1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff 1px 1px 10px;
}
.top-banner .title:before{
	content:"\f138";
	font-family:FontAwesome;
	margin-right:5px;
}

@media screen and (min-width: 768px) {
	.top-banner:before{
		top:8px;right:8px;bottom:8px;left:8px;
		width:calc(100% - 16px);
		height:calc(100% - 16px);
	}
}


/*--------------------------------------
10.2 Home, Archive
----------------------------------------*/
.list-block{
	margin:0;
	padding:20px 0;
	border-bottom:solid 1px #ddd;
}
.list-block a{text-decoration:none;}
.list-block a:hover{text-decoration:underline;}
.list-block .image{
	float: left;
	width: 90px;
	margin-right: 10px;
}
.list-block .text{
	margin-left:100px;
	min-height:160px;
}
.list-block .title{
	display:inline;
	font-size:15px;font-size:1.5rem;
	line-height:20px;
	border:0;
}

.list-block .categories{
	margin:0 0 5px;
}
.list-block .categories span a{
	display:inline-block;
	margin:3px 3px 3px 0;
	padding:7px 10px 5px;
	background:#bbb;
	border-radius:3px;
	font-size:12px;font-size:1.2rem;
	line-height:14px;
	color:#fff;
}

.list-block .tags{
	margin:10px 0 0;
}
.list-block .tags a{
	margin:3px;
	padding:5px 10px 5px 30px;
	display:inline-block;
	font-size:12px;font-size:1.2rem;
	line-height:18px;
	text-decoration:none;
	border:solid 1px #ddd;
	border-radius:3px;
	touch-action:manipulation;
	white-space:nowrap;
	position:relative;
}
.list-block .tags a:hover{
	text-decoration: underline;
	background: rgba(89,27,18,.05);
}
.list-block .tags a:before{
	position: absolute;
	top: 0;left: 10px;
	content: "\f02b";
	font-family: FontAwesome;
	font-size: 20px;font-size: 2rem;
	line-height: 30px;
	color: rgba(89,27,18,.3);
}

.more{
	display:block;
	margin:10px auto;
	padding:10px;
	width:100%;
	text-align:center;
	text-decoration:none;
	border-bottom:solid 1px #ddd;
	background-color: rgba(89,27,18,.1);
	position:relative;
}
.more:hover{
	color:#fff;
	background-color: rgba(89,27,18,.3);
}
.more:before{
	content:"\f138";
	font-family:FontAwesome;
	margin-right:5px;
}


/* .ec-block(frontpage) */
.ec-block{
	display:flex;
	justify-content: space-between;
	margin: 0 -10px;
	padding:5px;
	background:rgba(89,27,18,.1);
}
.ec-block .list-block {
	width: 50%;
	margin:5px;
	padding:10px;
	border-bottom:0;
	border-radius:5px;
	background:#fff;
}
.ec-block .list-block .image,
.ec-block .list-block .text{
	float:none;
	width:100%;
	max-width:300px;
	min-height:auto;
	margin:0 auto;
}
@media screen and (min-width: 600px) {
	.ec-block .list-block {
		padding:20px;
	}
}
@media screen and (min-width: 768px) {
	.ec-block{
		margin:0;
	}
}

/* .feature(sidebar) */
.feature-wrap{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.feature{
	margin:10px 0;
	padding:10px;
	background-color: #fff;
	background-image:
    linear-gradient(-45deg, rgba(214,239,235,.5) 25%, transparent 25%, transparent 50%, rgba(214,239,235,.5) 50%, rgba(214,239,235,.5) 75%, transparent 75%, transparent 100%),
    linear-gradient(45deg, rgba(214,239,235,.5) 25%, transparent 25%, transparent 50%, rgba(214,239,235,.5) 50%, rgba(214,239,235,.5) 75%, transparent 75%, transparent 100%);
	background-size: 10px 10px;
	border-radius:5px;
	width:300px;
}
.feature .list-block {
	padding:0;
	border-bottom:0;
	position:relative;
}
.feature .list-block .image,
.feature .list-block .text{
	float:none;
	width:100%;
	max-width:300px;
	min-height:auto;
	margin:0 auto;
}
.feature .list-block .text{
	position:absolute;
	bottom:0;left:0;
	width:100%;
	min-height:55px;
	padding:10px 15px 5px;
	font-size:16px;
	line-height:16px;
	text-align:center;
	text-shadow: #fff -1px -1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff 1px 1px 10px;
	background:rgba(255,255,255,.5);
}
.feature .list-block .text .title:before{
	content:"\f138";
	font-family:FontAwesome;
	margin-right:5px;
}
.feature .list-block .text .categories{
	display:none;
}

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

.hentry {
	margin: 0 0 10px;
}

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


.page-title,.entry-title{
	margin:10px 0;
	padding:10px 0 0;
	border:0;
}
@media screen and (min-width: 768px) {
	.page-title,.entry-title{
		font-size: 20px;font-size: 2rem;
		line-height: 26px;
	}
}

.page-content,.entry-content,.entry-summary{
	margin: 10px 0 0;
}
.page-content a,.entry-content a,.entry-summary a{
	color: #591b12;
}

.page-links {
	clear: both;
	margin: 0 0 10px;
}

/*--------------------------------------
10.4 Comments
----------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------
11.1 Captions
----------------------------------------*/
.wp-caption {
	margin-bottom: 10px;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 10px 0;
}

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

/*--------------------------------------
11.2 Galleries
----------------------------------------*/
.gallery {
	margin-bottom: 10px;
}
.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;}


/*--------------------------------------
12. Footer
----------------------------------------*/
.site-footer{
	background:#fbfbfb;
}

.site-footer .widget{
	margin:0 0 20px;
	text-align:center;
}
.site-footer .widget .sns-icons{
	display:flex;
	justify-content: center;
}
.site-footer .widget .sns-icons a{
	margin:0 5px 5px;
	text-decoration:none;
}
.site-footer .widget .sns-text{
	margin-top:5px;
	font-size:10px;font-size:1rem;
	line-height:14px;
}

.footer-nav ul{
	margin:20px 0 15px;
	padding:0;
	list-style:none;
	text-align:center;
}
.footer-nav ul li{
	display:inline;
	padding:5px;

}

.footer-logo{
	margin:5px 0;
	text-align:center;
}
.footer-logo .site-description{
	margin:0;
	font-size:10px;font-size:1rem;
}
.site-info .copyright{
	margin:0;
	background:#999;
	background:rgba(89,27,18,.8);
	font-size:10px;font-size:1rem;
	color:#fff;
	text-align:center;
}
.site-info .copyright a{
	color:#fff;
	text-decoration:none;
}


/*--- PageTop --------------------------*/
#pagetop {
	display:none;
	position: fixed;
	right: 10px;bottom: 10px;
	z-index:999;
	width:60px;
	height:60px;
	background:rgba(0,0,0,.2);
	color:#fff;
	font-size:10px;
	font-weight:600;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	border-radius:8px;
}
#pagetop:after{
	content:"";
	display: inline-block;
	position:absolute;
	top:36px;left:20px;
	width:20px;height:20px;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	box-sizing:border-box;
	border-radius:1.5px;
	-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);
}

/*--------------------------------------
13. Print
----------------------------------------*/
@media print {
}

/*end*/