@charset "utf-8";
/*
Theme Name: 2020リニューアル
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgetsh

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{
	box-sizing: border-box;
}
body{
	background-color: #0f0f0f;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #fff;
	min-height: 100vh;
	font-size: 0.875rem;
}
body.admin-bar{
	padding-top: 32px;
}

/* ====== 共通クラス ====== */
header,main,section,aside,footer,nav,.wrapper{
	width: 100%;
}
img{
	display: block;
	width: 100%;
}
a,a:visited,a:active{
	color: #00BFFF;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: underline;
}
h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.3em;
}
table.table-bordered{
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}
table.table-bordered th,
table.table-bordered td{
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
.color {
    background: #1a1a1a;
}
.sp{
	display: none;
}
.sns-icons{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.sidebar-navigation + .sns-icons{
	margin: 1rem auto;
}
.sns-icon-item{
	display: flex;
	align-items: center;
	width: 36px;
	margin: .2rem;
}
.sns-icon-item a{
	padding: .2rem;
}
.title-vertical-line{
	display: flex;
	flex-wrap:nowrap;
	align-items: center;
	margin-bottom: 2rem;
	font-size: 1.2rem;
}
.title-vertical-line:before,
.title-vertical-line:after{
	content: "";
	display: block;
	height: 1px;
	background-color: #ccc;
}
.title-vertical-line:before{
	width: 100px;
	margin-right: 1em;
}
.title-vertical-line:after{
	width: 100%;
	margin-left: 1em;
	flex-grow: 1;
}
.title-vertical-line span{
	white-space: nowrap;
}
.list-round-btns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style-type: none;
	margin-bottom: 2rem;
}
.list-round-btn{
	width: calc(100% / 5);
	max-width: 110px;
	padding: 0.5em;
}
@media screen and (max-width:580px){
	.list-round-btns{
		justify-content: flex-start;
	}
}
.list-round-btn a{
	display: block;
}
.list-round-btn a img{
	border-radius: 100%;
}
.list-round-btn:hover img{
	box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.4);
}
.inner-padding{
	padding: 1.5rem 1rem;
}
/* ====== End 共通クラス ====== */
/* ====== ページレイアウト ====== */
.wrapper{
	display: flex;
	align-items: center;
	min-height: 100%;
	flex-direction: column;
	max-width: calc(960px + 2rem);
	margin: 0 auto;
}
.column{
  	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 2rem;
}
.main-column{
	order: 2;
	width: calc(100% - 340px);
	padding: 0rem 2rem;
}
.left-column{
	order:1;
	width: 160px;
}
.right-column{
	order: 3;
	width: 180px;
}
/* ====== End ページレイアウト ====== */

/* ====== ヘッダー ====== */
.header{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 1rem 1rem 1.5rem;
	background-color: #0f0f0f;
	border-bottom: 1px solid #d64228;
}
.header_title {
	padding: 0 1rem;
    line-height: 1.75;
    font-size: 10px;
    color: #999;
}
.logo{
	width: 300px;
}
.header-right,
.header-right nav{
	display: flex;
	flex-wrap: wrap;
}
.header-right-menu{
	display: flex;
    align-items: center;
	font-size: 12px;
}
.header-right-menu__item{
	margin-right: 1rem;
}
.header-right-menu__item a:hover{
	text-decoration: none;
}
.header-right-menu__btn{
	padding: 0.3rem 1.5rem;
    border: 1px solid #313131;
	border-radius: 0.5rem;
    background-image: -webkit-linear-gradient(270deg,rgba(61,61,61,1.00) 0%,rgba(22,22,22,1.00) 30%,rgba(7,7,7,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(61,61,61,1.00) 0%,rgba(22,22,22,1.00) 30%,rgba(7,7,7,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(61,61,61,1.00) 0%,rgba(22,22,22,1.00) 30%,rgba(7,7,7,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(61,61,61,1.00) 0%,rgba(22,22,22,1.00) 30%,rgba(7,7,7,1.00) 100%);
	color: #fff !important;
}
.header-right-menu__btn:hover {
    box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.4);
}
.header-right-menu__btn.border-orange{
	border: 1px solid #db9733;
}
/* ====== End ヘッダー ====== */

/* ====== トップページ ====== */
.mv {
    width: 100%;
    margin-bottom: 0rem;
}
.freespace{
	width: 100%;
	margin-bottom: 0rem;
}


/* ====== End トップページ ====== */

/* ====== サイドバー ====== */
.sidebar-navigation{
	max-width: 160px;
	margin: 0 auto;
}
.sidebar-navigation.sp{
	margin: 2em auto;
}
.sidebar-navigation__item{
	list-style-type: none;
	margin-bottom: 1rem;
}
.sidebar-navigation__item img{
	border-radius: 10px;
}
.sidebar-navigation__item:hover img{
	box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.4);
}

.blog-menu-list{
	list-style-type: none;
	font-size: 14px;
}
.blog-menu__menu__item{
	background-color: #000;
	margin-bottom: 0.5rem;
}
.blog-menu__menu__item a{
	display: block;
	padding: 0.5rem;
	color: #fff;
}
.blog-menu__menu__item > a:hover{
	color:#00BFFF;
	text-decoration: none;
}
.blog-menu__owner-blog{
	margin-bottom: 0.5rem;
}
.btn-owner-blog{
	display: block;
	width: 160px;
	height: 60px;
	margin: 0 auto;
	background-image: url("img/btn-ownerblog.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.btn-owner-blog:hover{
	background-position: bottom center;
}
.sidebar-serch,
.sidebar-tags{
	padding: 0.5em;
}
.searchform label {
    display: block;
	line-height: 1.75;
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 12px;
    font-weight: bold;
	color: #fff;
}
input[name="s"]{
	width: 100%;
	padding: 0.5rem;
    margin-bottom: 1em;
    outline: none;
    background-color: #222;
    font-size: 12px;
    border: 1px solid #333;
    border-radius: 0;
	color: #fff;
}
.searchform button{
	display: block;
	margin: 0 auto;
	padding: 0.3rem 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #333;
    outline: none;
    background: #222;
    font-size: 12px;
    font-weight: bold;
	cursor: pointer;
	color: #fff;
}
.wp-tag-cloud li{
	display: inline;
	line-height: 1.5;
}
.wp-tag-cloud li a{
	display: inline;
	color: #00BFFF;
}
.wp-tag-cloud li a:hover{
	color:#fff;
}

/* ====== サイドバー ====== */

/* ====== カレンダー ====== */
#biz_calendar table.bizcal {
    background-color: transparent !important;
    border: 1px #333 solid !important;
}
#biz_calendar table.bizcal th {
    color: #fff !important;
    background-color: #333 !important;
}
#biz_calendar table.bizcal td {
    color: #fff !important;
}
#biz_calendar table.bizcal .holiday {
    background-color: #990000 !important;
    color: #ffffff !important;
}
#biz_calendar p span.boxholiday{
	background-color: #990000 !important;
}
#biz_calendar table.bizcal .today {
    text-decoration: none !important;
    background-color: #444 !important;
}
/* ====== End カレンダー ====== */

/* ====== フッター ====== */
.footer{
	border-top: 1px solid #d64228;
}
.footer-menu{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 1rem 0rem;
}
.footer-menu li{
	margin: 0 1em;
}
.footer-text{
	padding: 1rem;
	background-color: #8f2d02;
}
.foter-copyright,
.foter-catch{
	line-height: 1.75;
	text-align: center;
}
.foter-copyright small,
.foter-catch p{
	color: #0f0f0f;
}
/* ====== End フッター ====== */

/* ====== サイドメニューカスタマイズ ====== */
.blog-menu-content__list a,
.cat-item a{
	position: relative;
	display: block;
	padding-left: 1.5rem;
	font-size: 90%;
	line-height: 1.5;
}
.blog-menu-content__list li:last-child a,
.cat-item:last-child a{
	border-bottom: none;
}
.blog-menu-content__list a:before,
.cat-item a:before {
	position: absolute;
	left: 0.5rem;
    content: "\00BB \0020";
	margin-right: 0.5em;
}
.blog-menu-content__list a:hover,
.cat-item a:hover{
	color: #dbdbdb;
    background-color: #353535;
	text-decoration: none;
}

@media screen and (max-width:768px){
	body.drawer-open{
		overflow: hidden;
	}
	.sidebar-menu-unit {
		display: block;
		position: fixed;
		top: 0;
		left: -240px;
		width: 240px;
		height: 100%;
		overflow: scroll;
		padding: 2rem 0;
		background-color: #0f0f0f;
		border-right: 1px solid #333;
		transition: 0.3s all;
		z-index: 999;
	}
	.sp-menu-overlay {
		display: none;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 980;
	}
	.drawer-toggle-btn {
		position: fixed;
		top: 5px;
		left: 5px;
		width: 3rem;
		height: 48px;
		padding: 0.8rem 0.5rem;
		background-color: #333;
		border: none;
		outline: none;
		cursor: pointer;
		transition: 0.3s all;
	}
	.icon-bar {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #eee;
	}
	.icon-bar:not(:last-of-type){
		margin-bottom: 8px;
	}
	body.drawer-open .sidebar-menu-unit{
		left: 0;
	}
	body.drawer-open .sp-menu-overlay {
		display: block;
	}
	body.drawer-open .drawer-toggle-btn{
		left: 240px;
	}
	body.drawer-open .icon-bar:nth-of-type(1){
		position: relative;
		top: 1px;
		transform: rotate(45deg);
    	margin-bottom: 0px;
	}
	body.drawer-open .icon-bar:nth-of-type(2){
		display: none;
	}
	body.drawer-open .icon-bar:nth-of-type(3){
		position: relative;
		top: -1px;
		transform: rotate(-45deg);
    	margin-bottom: 0px;
	}
	
}

/* ====== End サイドメニューカスタマイズ ====== */

/* ====== 投稿リスト ====== */
.post-list .post,
.archive-list .post{
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #999;
}
.post-list .post-title a,
.archive-list h3 a{
	color: #fff;
}
.post-list .post-title a:hover,
.archive-list h3 a:hover{
	color: #00BFFF;
}
.post-list .more-link{
	display: block;
	margin-top: 1em;
}
.post-list .more-link:hover{
	color: #fff;
	text-decoration: underline;
}
.archive-title{
	line-height: 1.5;
    color: #d64100;
    margin: 2rem 0.8rem 0.8rem;
    border-bottom: 1px dashed #434343;
	font-size: 1.6em;
    text-align: center;
}
.archive-navigation{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.post-time,
.post-info{
	color: #777;
}
.page-numbers {
    display: flex;
    justify-content: center;
    padding: 1em;
    list-style-type: none;
}
a.page-numbers, span.page-numbers {
    display: block;
    padding: 0.5em;
    margin: 0.5em;
    border: 1px solid #333;
}
/* ====== End 投稿リスト ====== */

/* ====== 投稿リスト:サムネイル形式 ====== */
.article-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
	padding: 0.5rem;
}
.article-list__item {
    width: 50%;
	margin-bottom: 1rem;
    padding: 0.5rem;
}
.post-categories {
    list-style-type: none;
}
.post-categories li {
    display: inline-block;
}
.post-categories li > a {
    display: inline-block;
	padding: 0.2em 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
    color: #ccc;
    background-color: #333;
    font-size: 12px;
	transition: 0.3s all;
}
.post-categories li > a:hover {
    background-color: #444;
    text-decoration: none;
}
.post-thumbnail-wrap {
    position: relative;
    padding-top: 75%;
	margin-bottom: 0.5em;
    width: 100%;
	overflow: hidden;
	border: 1px solid #333;
}
.post-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	transition: 0.3s all;
}
.article-list__item > a:hover .post-thumbnail{
	transform: scale(1.05);
	opacity: 0.8;
}
.post-list-info{
	padding: 0 0.5em;
}
.post-title {
    line-height: 1.6;
	margin-bottom: 0.5em;
}
.post-list-info > .post-time{
	font-size: 12px;
}
/* ====== End 投稿リスト:サムネイル形式 ====== */

/* ====== 個別ページ ====== */
.post img{
	display: inline;
	width: 100%;
    max-width: max-content;
	max-width: -moz-max-content;
	max-width: -webkit-max-content;
}
.edit-this-post {
    margin-top: 1rem;
}
.post{
	line-height: 1.4em;
	margin-bottom: 3rem;
	word-break: break-all;
	line-break: anywhere;
}
.post h1{
	line-height: 1.5;
    color: #d64100;
    margin: 2rem 0.8rem 0.8rem;
    border-bottom: 1px dashed #434343;
	font-size: 1.8em;
    text-align: left;
}
.post h2 font{
	color: #d64100;
}
.post p{
	margin-block-start: 1em;
    margin-block-end: 1em;
	font-size: 1.1em;
}
.post-navigation{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}
.post-prev{
	padding-right: 1rem;
}
.post-next{
	padding-left: 1rem;
}
.post-contact {
    width: 100%;
    max-width: 274px;
    margin: 0 auto 1rem;
}
.post-contact img{
	border-radius: 3rem;
}
.post-contact a:hover img{
	box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.4);
}
.post-footer{
	padding: 1rem;
	margin-bottom: 3rem;
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
	text-align: center;
    line-height: 1.5em;
	border-left: 1px solid #ddd;
	color: #777;
}
.nocomments{
	color: #777;
	text-align: center;
}
.case-list {
    display: flex;
    list-style-type: none;
	flex-wrap: wrap;
	justify-content: center;
}
.case__item {
	width: 50%;
    padding: 1rem;
    max-width: 280px;
}
.case__item img {
    display: block;
}
.table-item-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.table-item{
	width: 50%;
    padding: 0.5em;
    margin-bottom: 2em;
}
.table-item:only-of-type{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

.table-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
}
.table-list-item{
	width: calc(100% / 3);
	padding: 0.5em;
}
.case-thum-title {
    padding: 0.2em;
    font-size: 15px;
    color: #eb482d;
    border-bottom: 1px dashed #444;
}
/* ====== End 個別ページ ====== */
@media screen and (max-width:480px){.table-list-item{width:50%}}



/* ====== テーブル ====== */
.enrty table,
.post table{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	margin-bottom: 2rem;
}
.enrty th,
.enrty td,
.post th,
.post td{
	padding: 0.5em;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.enrty td.left,.post td.left{text-align: left}
.enrty td.center,.post td.center{text-align: center}
.enrty td.right,.post td.right{text-align: right}

.post-4497 .wpcf7-list-item{display: block;width: 100%;}
.post-4497 input{width: auto;}
/* ====== End テーブル====== */

/* ====== Youtube・Googleマップ====== */
.youtube-item{
	width: 100%;
	max-width: 480px;
	margin: 0 auto 1em;
}
.youtube-item figcaption{
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 14px;
}
.youtube-col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	align-items: flex-end;
    max-width: 640px;
    margin: 2rem auto 3rem;
	padding-bottom: 3rem;
}
.youtube-col:not(:last-of-type){
	border-bottom: 1px solid #333;
}
.youtube-col .youtube-item{
	width: 50%;
	max-width: none;
}
.youtube-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin: 0 auto 1em;
}
.youtube-wrap iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.youtube-col-caption{
	display: block;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	font-size: 12px !important;
	text-align: center;
}
.youtube-col-caption small:before{
	content: "※";
	color: #f00;
}
.youtube-description {
    width: 50%;
    padding: 2em;
}
@media screen and (max-width:640px){
	.youtube-col{
		max-width: 480px;
	}
	.youtube-wrap{
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 1rem;
	}
	.youtube-description{
		width: 100%;
		padding: 0px;
	}
}
.ggmap{
	position: relative;
	width: 100%;
	max-width: 480px;
	padding-top: 75%;
}
.ggmap iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* ====== End　Youtube・Googleマップ====== */

/* ====== フォーム====== */
input,
textarea,
select{
	width: 100%;
    padding: .5rem;
    margin-bottom: .3rem;
	background:#252525;
    font-size: 12px;
    border: 1px solid #333;
	outline: none;
    border-radius: 0;
    color: #fff;
}
.sousin{
	display: block;
	width: 80px;
	margin: 0 auto;
	border: none;
	background: url(https://www.e-onestop.jp/wp-content/uploads/2010/08/contact1.png) no-repeat 0 0;
	cursor: pointer;
}
.contact__form {
    padding: 1rem;
    border: 1px solid #333;
	max-width: 480px;
}
.form__group {
    margin-bottom: 1rem;
}
.form-title {
    margin-bottom: .5rem;
}
.form-title-text {
    line-height: 1.5;
    margin-right: .5rem;
}
.form__tag__inq,
.form__tag__opt{
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form__tag__inq {
    color: #fff;
    background-color: #dc3545;
}
.form__tag__opt {
    color: #fff;
    background-color: #6c757d;
}
.wpcf7-form-control-wrap {
    display: block;
}
.form-help{
	display: block;
	font-size: 85%;
    font-weight: 400;
	color: #aaa;
}
.form-control-row {
    display: flex;
    align-items: center;
}
.input-group {
    display: flex;
    align-items: center;
	width: 100%;
}
.input-group-append {
    margin-bottom: .3rem;
    padding: .5rem;
    background-color: #252525;
    border: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
    font-size: 12px;
    line-height: 1.2;
	white-space: pre;
}
.form-control-row-item:not(:last-of-type){
	margin-right: .5rem;
}
.wpcf7-list-item label input[type=checkbox]{
	display: none;
}
.wpcf7-list-item .wpcf7-list-item-label{
	display: inline-block;
	padding:  .3rem .5rem;
	margin: .3rem;
	border: 1px solid #333;
	background-color: transparent;
}
.wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label{
	background-color: #333;
	border-color: #db9733
}
select#kouki {
    min-width: 100px;
}
input[name="agree"]{
	display: inline-block;
	width: auto;
	margin-right: 0.5em;
}

/* ====== End フォーム====== */


@media screen and (max-width:964px){
	.logo{
		margin: 0 auto 1em;
	}
	.header-right{
		margin: 0 auto;
	}
}

@media screen and (max-width:768px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.wrapper{
		padding-top: 62px;
	}
	.header{
		position: fixed;
		top: 0;
		left: 0;
		padding: 1rem;
		z-index: 990;
	}
	.header_title {
		padding: 0.5rem 1rem;
	}
	.logo{
		width: 220px;
		margin: 0 auto;
	}
	.main-column {
		order: 1;
		width: 100%;
		max-width: 640px;
		padding: 0;
		margin: 0 auto 4rem;
	}
	.left-column{
		order: 2;
		width: 50%;
		padding: 1rem;
		margin: 0 auto;
	}
	.right-column{
		width: 50%;
		padding: 1rem;
		margin: 0 auto;
	}
	.youtube-col .youtube-item {
    width: 100%;
    max-width: none;
    margin-bottom: 2rem;
}
}
@media screen and (max-width:480px){
	.header{
		height: 62px;
	}	
	.logo{
		width:  200px;
	}
	.blog-menu {
		margin: 1rem;
	}
	.left-column,
	.right-column{
		width: 100%;
	}
	.left-column{
		order: 3;
	}
	.right-column{
		order: 2;
	}
	.case__item{
		padding: 0.5em;
	}
}