@charset "UTF-8";


/*
Theme Name: Kaizen-Template
Version: 1.0.1http://kaizen-inc.jp/wp-admin/theme-editor.php?file=functions.php&theme=kaizen-template
Author: the Kaizen HP team
*/

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, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
	backface-visibility: hidden
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
figure{
	margin: 0;
}
figure img{
	padding: 0!important;
}
.post figure img.aligncenter{
	padding: 0!important;
}
body {
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
input[type="radio"] {
	margin: 0px;
}
a{
	color:#333;
}
a:hover,a:active,a:visited{
	color:#999;	
}
/*------------------------------------------------------------
初期：リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color:#333;
}
a:hover, a:active {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
}
a:hover span{
	color:#999;	
}
a:visited span{
	color:#333;
}
p#copyright {
    padding: 5px 0;
    font-size: 12px;
}
.breadcrumbs {
    font-size: 12px;
    padding: 0 0 0 2vw;
}

/*------------------------------------------------------------
初期：画像
------------------------------------------------------------*/
a img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.logo a img {
	transition:none;
}
a:hover img {
	opacity: 0.5;
}
.nav .panel:before, nav .panel:after, .newsTitle:before, .newsTitle:after {
	content: "";
	display: table;
}
nav .panel:after, nav#mainNav:after, .newsTitle:after {
	clear: both;
}
nav .panel, nav#mainNav, .newsTitle {
	zoom: 1;
}
/*------------------------------------------------------------
初期：フォーム設定
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
	width:100%;
	padding: 1px 5px;
	border: 1px solid #d4d4d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fcfcfc;
	box-sizing:border-box;
}
textarea {
	height: auto;
	line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 3px 10px;
	background: #4f4d4d;
	background: -moz-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f4d4d), color-stop(100%, #2e2c2c));
	background: -webkit-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
	background: -o-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
	background: -ms-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
	background: linear-gradient(to bottom, #4f4d4d 0%, #2e2c2c 100%);
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1.5;
	font-size: 100%;
	color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #4f4d4d;
	background: -moz-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e2c2c), color-stop(100%, #4f4d4d));
	background: -webkit-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
	background: -o-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
	background: -ms-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
	background: linear-gradient(to bottom, #2e2c2c 0%, #4f4d4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2c2c', endColorstr='#4f4d4d', GradientType=0 );
}
*:first-child+html input[type="submit"] {/*padding:3px;*/
}
/*------------------------------------------------------------
初期：レイアウト設定
------------------------------------------------------------*/
header#header {
	display:block;
	top:0;
	left:0;
	z-index: 100;
	width: 100%;
   background: #fff;
}
/*スティッキーヘッダー*/
header#header.sticky {
	position: fixed;
	width: 100%;
}
/*SP用メニュー*/
@media screen and (min-width:1024px){
.spmenu{
	display:none;
}
}
@media screen and (max-width:1023px){
.header_inner {
    position: relative;
}
#header .logo {
    height: 60px;
	box-sizing:border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#header .logo .mark {
    height: auto;
    box-sizing: border-box;
    vertical-align: middle;
	padding-left:20px;
}
#header .logo .spmenu {
    width: 50px;
    vertical-align: top;
    background: rgba(255,255,255,1);
}
.spmenu #drawer_toggle {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    position: absolute;
    padding: 20px 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    box-sizing: border-box;
}
.spmenu #drawer_toggle span, .spmenu #drawer_toggle span:before, .spmenu #drawer_toggle span:after {
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: rgba(56,68,71,1);
    display: block;
    content: '';
    cursor: pointer;
    transition: all .4s;
}
.spmenu #drawer_toggle span:before {
    bottom: -8px;
}
.spmenu #drawer_toggle span:after {
    bottom: -16px;
}
.spmenu #drawer_toggle.open span{
	transform:rotate(45deg);
	top:27px;
	transition:all ease .5s;
}
.spmenu #drawer_toggle.open span:before {
    display:none;
}
.spmenu #drawer_toggle.open span:after {
    transform:rotate(-90deg);
	top:0;
	transition:all ease .5s;
}
header nav{
	box-sizing:border-box;
	position:fixed;
	top:60px;
	width:100%;
	height:calc(100% - 60px);
	background:rgba(255,255,255,.8);
	display:block;
	right:-100%;
	z-index:100;
	transition:all ease .5s;
}
header nav.sp_open{
	right:0;
}
}
span.sub_navi {
    display: block;
    text-align: center;
    font-size: 12px;
}
/*カテゴリーページレイアウト*/
body.archive div#content ul{
	width:min(1100px,95%);
	margin:0 auto;
}
body.archive div#content ul li{
	padding:0 0 10px;
	border-bottom:1px dotted #999;
}
body.archive div#content ul li:not(:first-child){
	margin-top:10px;
}
.wp-pagenavi {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
@media screen and (max-width:414px){
body.archive div#content ul li{
	font-size:15px;
}
}
/*投稿詳細ページレイアウト*/
body.single div#content .single_post_content{
	width:min(1100px,95%);
	margin:0 auto;
	padding:100px 0;
}
h1.single-post_h1 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #999;
	line-height:1.3;
}
body.single .date {
    text-align: right;
    margin: 5px 0 15px;
}
body.single div.txt p{
	line-height:1.6;
}
@media screen and (max-width:414px){
body.single div#content .single_post_content {
    padding: 55px 0;
}
h1.single-post_h1 {
    font-size: 16px;
}
body.single .date {
    font-size: 12px;
}
body.single div.txt p {
    font-size: 15px;
}
}
/*テーブルに関する初期設定*/
table {
    display: block;
    width: 100%;
}
 table tbody{
	display:block;
}
table tbody tr{
	display:flex;
}
table tbody th,table tbody td{
	display:inline-block;
	text-align:left;
	padding:30px;
	font-weight:normal;
}
/* レスポンシブ対応テーブル
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
	.post table.responsive {
		width: 100% !important;
	}
	.post table.responsive th, .post table.responsive td {
		width: 100% !important;
		box-sizing: border-box;
		display: block;
		height: auto;
		border-top: none;
		border-right: none;
		border-left: none;
	}
	.post table.responsive tr:last-child td:last-child {
		border-bottom: none;
	}
	.post table.responsive th, .post table.responsive td {
		text-align: center;
	}
	.post table.responsive.clear th, .post table.responsive.clear td {
		text-align: left;
	}
}
/*
 アイキャッチ付きh1
------------------------------------------------------------*/
div#h1Header {
   overflow: hidden;
   padding-bottom: 0;
   position: relative;
	line-height:0;
}
div#h1Header img {
	width:100%;
	height:auto;
}
div#h1Header h1.title {
   position: absolute;
   width: 100%;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   padding: 0;
   margin: 0;
}
div#h1Header #mainImg {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   height: auto;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 1024px) {
	#h1Header #thumb img {
		width:auto;
		height:25vh;
		margin-left:calc( -1 * ( ( ( 1920 * ( 25vh / 300 ) ) - 100vw ) / 2 ) );
	}
}
