@charset "utf-8";
/*
Theme Name: ★子テーマ★
Theme URI:
Template: biz-vektor
Description: 
Author: kindaruma
Tags: 
Version: 0.1.0
*/
/*ページふわっと */
body{
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* パララクス */
.parallax {
    min-height: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
background-size: cover;
}

.parallax.bg-01 {
	background-image: url(http://kindaruma.bois-c.com/wp-content/uploads/2020/12/an.jpg);
}
.parallax.bg-02 {
	background-image: url(http://kindaruma.bois-c.com/wp-content/uploads/2020/12/kenjyo.jpg);
}
.parallax.bg-03 {
	background-image: url(http://kindaruma.bois-c.com/wp-content/uploads/2020/12/kanetamaru.jpg);
position: relative;
}

.parallax.bg-03::after {
  content: '';
  background: linear-gradient(to right, rgba(123,127,130,0.4)0%,rgba(123,127,130,0.4)50%, rgba(255,255,255,0)50%,rgba(255,255,255,0)100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.texton {
	position: absolute;
 	z-index: 1;
	top: 18%;
	left: 10%;
}
.texton2 {
	position: absolute;
 	z-index: 1;
	top: 30%;
	left: 10%;
}
.parallax.bg-04 {
	background-image: url(http://kindaruma.bois-c.com/wp-content/uploads/2020/12/fujisanyokan.jpg);
position: relative;
}
.parallax.bg-04::after {
  content: '';
  background: linear-gradient(to right, rgba(123,127,130,0.4)0%,rgba(123,127,130,0.4)50%, rgba(255,255,255,0)50%,rgba(255,255,255,0)100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.texton3 {
	position: absolute;
 	z-index: 1;
	top: 30%;
	left: 10%;
}
.texton4 {
	position: absolute;
 	z-index: 1;
	top: 40%;
	left: 10%;
}
@media (max-width: 480px){
.js-parallax {
background-size: cover;
background-attachment: scroll;
-webkit-overflow-scrolling: touch;
}}


/*-------------------------------------------*/
/*	スタッフ画像にいろのせ
/*-------------------------------------------*/
.s1-01 {
position: relative;
}

.s1-01::after {
  content: '';
  background: linear-gradient(to top, rgba(123,127,130,0.4)0%,rgba(123,127,130,0.4)30%, rgba(255,255,255,0)30%,rgba(255,255,255,0)100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.text-01 {
	position: absolute;
 	z-index: 1;
	top:80%;
	left: 10%;
}


/*-------------------------------------------*/
/*	各フェードイン
/*-------------------------------------------*/
/* 下から */
.fade{
	animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: 1;
}
@keyframes fade {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
/* 下から */
.fade-sita{
	animation-name: fadeup;
    animation-duration: 2s;
    animation-iteration-count: 1;
}
@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(50px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
/* 上から */
.fade-ue{
	animation-name: fadedown;
    animation-duration: 2s;
    animation-iteration-count: 1;
}
@keyframes fadedown {
from {
    opacity: 0;
    transform: translateY(-50px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
/* 右から */
.fade-migi {
    animation-name: fadeleft;
    animation-duration: 2s;
    animation-iteration-count: 1;
}
@keyframes fadeleft {
from {
    opacity: 0;
     transform: translateX(150px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}
/*-------------------------------------------*/
/*	各フェードイン（エリアに入ったら）
/*-------------------------------------------*/
/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}
/*-------------------------------------------*/
/*	サイト全体
/*-------------------------------------------*/
body {
	font-family: "Sawarabi Gothic"; 
color: #000;
}

/* リンクの下線を消す */
a {
    text-decoration: none;
}
/*　各ページのメインの文章をきれいに左右あわせにする　*/
.content p {
    text-align: justify;
	color:#000;
}
/*pcのとき本文の文字サイズを大きくする*/
#content p {
font-size:17px;
color:#000;
 }
/* スマホのときの文字大きさ */
@media (max-width: 480px) {
#content p { 
	font-size:15px; 
letter-spacing: -0.07em;
color:#000 !important;
	}
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
/* スマホでゴシックにしたいとき指定 */
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }
/* スマホで丸ゴシックにしたいとき指定 */
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
.h4tume{
	margin-top:-10px;
	margin-bottom:-20px;
}

/* フッターのvizvectorをとる（先に書かないとcssがきかない） */
#powerd {
    display: none;
}
/* topへのボタン消す（2つあるから） */
#pagetop a {
    display: none;
}

#main{
		background-image:none;
}

#content p {
padding-top: 10px;
}
/* topへのボタン消す（プラグイン使用） */
#back-top {
    display: none !important;
}
/*リンク画像薄くなる */
a:hover img {
 opacity: 0.8;
}
/*リンク画像薄くさせない */
.none-ho{
	pointer-events: none;
	}

/*罫線の下マージン */
#content hr {
margin-bottom: 0;
}
/* スマホのとき左右の余白なし */
@media (max-width: 480px) {
#content p {
    padding: 0;
	}}

html body div.wprm-wrapper {
    overflow: auto;
}

	/* コンテンツ下と回りマージンつめる */
#main #container #content {
    padding-bottom: 0;
	margin:0;
}
#main #container {
    padding-top: 0;
}
/* スマホのときh4の下マージンのみ少し余白 */
@media (max-width: 480px) {
#content h4 {
    margin:0 0 10px!important;
	}}
/* topコピーの関連（sp） */
.top-copy-center{
line-height:1.6;
margin:0 auto;
display:block;
text-align: justify;
}
/*問い合わせ関連（sp） */
.tel-fax a{
color:#fff;
    text-decoration:none;
}
/*固定ページタイトル消す */
#pageTitBnr #pageTitInner #pageTit {
    display: none;
}
#panList #panListInner {
    display: none;
}

.tatemoji{
margin-right:42%;
}
.hiden{
display:none;
}
.renraku{
 　position: relative; 
}
.tel{
float : left;
position: relative;
  left: 25%; 
}
.map{
float : left;
position: relative;
  left: 38%; 
}
.bn{
padding-top:20px;
}
#gloval-nav ul {
    margin-top: -30px;
}

/*-------------------------------------------*/
/*	map remodal size
/*-------------------------------------------*/
.remodal{
max-width:90%;
}
.remodal {
    padding: 10px;
}

/*-------------------------------------------*/
/*全体幅100％に
/*-------------------------------------------*/
/* 外枠を100%に */
#headerTop,
#header,
#topMainBnrFrame,
#topMainBnr img,
#main,
#footMenu{
    width: 100% !important;
}

/* ヘッダートップ（上部すきま消す） */
#headerTop{
display:none;
}
 
/* 内枠を少し小さく */
.innerBox,
#header .innerBox,
#pageTitBnr .innerBox,
#footMenu .innerBox,
#footer .innerBox {
    width: 100%;
    margin: 0px auto;
}
#main #container #content.wide {
    width: 100%;
}
/*****　ヘッダー画像の幅を画面いっぱいに広げる　*****/
/*　画像フレームの幅を100%に(画面いっぱいはheight: 100vh)　*/
#topMainBnrFrame {
    width: 100%;
   height: auto;
}
 
/*　画像幅を100%に　*/
#topMainBnr img {
    width:100% !important;
    max-width: 100% !important;
   height: auto; !important;
 }
/*　画像の枠線を削除　*/
#topMainBnrFrame .slideFrame {
    border:none;
}
 
/*　画像の位置調整　*/
#topMainBnrFrame .slideFrame img {
    left: 0px;
}
 
/*　画像の余白を削除　*/
#topMainBnr {
    padding:1px 0px;
}
/*-------------------------------------------*/
/*	ヘッダー/メイン/ロゴ/電話番号
/*-------------------------------------------*/
#header .innerBox {
    display: none !important;
}
#header {
    padding-top: 0;
}
#header #site-title {
    padding-right: 0;
}
#header .innerBox {
    padding-top: 0;
}

/*-------------------------------------------*/
/*	ヘッダー画像の上にリンクアイテムを表示
/*-------------------------------------------*/
.top-logo{
position: relative;
}
.logo{
 position: absolute;
    top:5%;    
left: 8%;
 width:35%;
height:auto;
}
/*-------------------------------------------*/
/*	フローティングメニューPCのみ
/*-------------------------------------------*/

@media (min-width: 970px) {
#floatMenu{
    width: 210px;
    height: 300px;
    background-color:none;
    position: absolute;
    top:100px;
     right: 0;
    padding: 20px;
z-index: 10000;
}}
/*-------------------------------------------*/
/*	本文の画像のPCとスマホ切り替え
/*-------------------------------------------*/ 
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width:480px) {
.pc { display: none !important; }
.sp { display: block !important; }
/*-------------------------------------------*/
/*	フッター関連
/*-------------------------------------------*/ 
#footMenu {
    display: none;
}

#footer {
    padding: 0 !important;
    margin-bottom: -20px !important;
}
/* フッターロゴの大きさ(pc)*/
#footer dl#footerOutline dt img {
    margin-bottom: 5px;
    max-width: 100px !important;
}
/* フッターロゴの大きさ(sp)*/
@media (max-width: 480px) {
#footer dl#footerOutline dt img {
    margin-bottom: 5px;
    max-width: 80px !important;
}}
@media (max-width: 480px){
#footer dl#footerOutline dt img {
    max-height: 120px;
    display: block;
    margin: 0 auto;
}}
/* （スマホで）フッターロゴセンター */
@media (max-width: 480px){
#footer dl#footerOutline {
    line-height: 150%;
    width: auto;
}}
/* （ｽﾏﾎ横）フッターロゴセンター1 */
#footer .innerBox dl#footerOutline {
    display: block;
    margin: 0 auto;
    width: 130px;
}
/* （pc・ﾀﾌﾞﾚｯﾄ横）フッターロゴセンター2 */
@media (min-width: 1024px){
#footer dl#footerOutline {
  float: none;
 	width: 130px;     
  }}
/* フッターの飾りとる */
#siteBottom #siteBottomInner.innerBox #copy {
    background: none;
}

#topFreeArea {
   
    border-bottom: none!important;
box-shadow: none;
 
}

/* ロゴスペース消す */
#footer dl#footerOutline dt {
    display: none;
}
#siteBottomInner.innerBox {
    text-align: center;
    padding: 15px 0 20px;
}

/* 固定ページの下部分スペースつめる */
#content .entry-content {
    margin-bottom: 0 !important;
}

#main #container #content.wide {
    padding-bottom: 0;
}
/* copyrightの文字小さく、上の間隔狭く */
@media (max-width: 480px){
#siteBottom #siteBottomInner.innerBox #copy {
   font-size: 10px;
}
#footer .innerBox {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#siteBottom #siteBottomInner.innerBox #copy {
    padding-top: 10px;
    background: url(../images/line_gr_sp.png) center top no-repeat;
}}
/* フッターメニュースマホのときセンター */
@media (max-width: 480px){
#footMenu .menu li a {
    text-align: center;
	}}
/*　スマホ用以下フッターのフローティングメニュー　*/
#footerFloatingMenu {
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0px;
    bottom: 0;
    z-index: 10;
}

/*　スマホ用フッターのアイコンが大きすぎた（512px）ので縮小（％で指定すると横サイズでは大きくなる）　*/
#footerFloatingMenu img {
    width: 26px;
 	height: auto;
padding: 10px 15px;
}
/*-------------------------------------------*/
/*	contactform
/*-------------------------------------------*/

div.wpcf7 { background:none; border:2px solid #726262; padding:0px; border-top-left-radius:10px; border-top-right-radius:10px; border-bottom-right-radius:10px; border-bottom-left-radius:10px; margin: 0;width:99%; }
@media (max-width: 480px){
	div.wpcf7 { background:none; border:none;padding:0px; margin: 0;width:100%; }
	
	
}


div.wpcf7 p { padding:20px 20px 0;  margin-top: 20px; font-size:12px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; margin-left:8px;font-size:14px; width:90%; }
div.wpcf7 select { border:1px solid #ccc; padding:8px;margin-left:8px; font-size:14px; width:70%; }
@media (min-width: 970px) {
div.wpcf7 p { margin-top: 20px; margin-left: 50px; margin-right: 20px;padding:20px 20px 0;font-size:12px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; width:90%; }
div.wpcf7 select { border:1px solid #ccc; padding:8px;margin-left:8px; font-size:14px; width:30%; }
}

/* 送信ボタン */
div.wpcf7 input.wpcf7-submit {
cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:30%; height:45px; margin:0 auto; display:block;
-moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }


.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;color: #fff;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}


span.wpcf7-not-valid-tip {
    display: inline-block;
}

/* 確認ボタン */
div.wpcf7 input.wpcf7-confirm {
cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:30%; height:auto; margin:0 auto; display:block;
-moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
background:#603c15;
}

/* 戻るボタン */
div.wpcf7 input.wpcf7-back {
cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:30%; height:auto; margin:0 auto; display:block;
-moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
background:#603c15;
}

.wpcf7c-conf {
    background-color: #BCBEC0;
}


.wpcf7 .required { color: #f00;}

.wpcf7 .any{ color: #080;}