@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: ★あなた ｍ９っ・ｗ・）ｂ★
Tags: 
Version: 0.1.0
*/
/*-------------------------------------------*/
/*	サイト全体
/*-------------------------------------------*/
html {
 font-size: 62.5%; /*ベースを10pxにしています*/
}


/* スマホで丸ゴシックにしたいとき指定 */
.wf-roundedmplus1c { 
}
/*　各ページのメインの文章をきれいに左右あわせにする　*/
.content p {
    text-align: justify;
color: #000;
}
/*本文の文字サイズを大きくする*/
#content p {
font-size:18px;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
color:#000;
 }

/* スマホのときの文字大きさ */
@media (max-width: 480px) {
#content p { 
	font-size:15px; 
line-height:1.5;
	color:#000 !important;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
	}
}
.clea{
	display:none;
}
.fa-2x {
    font-size: 1em;
}
/* スマホで丸ゴシックにしたいとき指定 */
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
/* トップエリアの文章の罫線＆シャドウとる　位置調整 */
#topFreeArea {
overflow: visible;
    border-bottom: none;
    box-shadow: none;
}
#topFreeArea {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
/* スマホでのボディのシャドウとる */
@media (max-width: 480px) {
#container {
    box-shadow: none;
}}
/*タイトルと罫線の間せまく */
.content hr {
    margin-top: -15px;
}
/* ページタイトルを消す */
#pageTitBnr #pageTitInner {
    display:none;
}
#panList ul li {
    display: none;
}
/* サイトタイトルを消す */
#header #site-title a {
    display:none;
}
#main #container {
     padding-top: 0!important;
}
#main #container #content {
    margin: 0!important;
}
#content p {
    margin-bottom: 0;
    padding: 0;
}
/* topへのボタン消す（プラグイン使用） */
#back-top {
    display: none !important;
}
#main #container .content.wide {
    width: 100%;
	padding-bottom: 0;
}
.content .entry-content {
    margin-bottom: 0;
}
.parent{
    display: flex;
    justify-content: center;/* 水平方向 */
    align-items: flex-start;/* 垂直方向 */
}
.tk {
   display: inline-block;
}
#header .innerBox {
    padding-top: 0!important;
}
#gMenu .menu li a strong {
    font-weight: bold;
}
/*-------------------------------------------*/
/*	ヘッダー画像関連
/*-------------------------------------------*/
/*****　ヘッダー画像の幅を画面いっぱいに広げる　*****/
/*　画像フレームの幅を100%に　*/
#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: 0;
}
 
/*　画像の余白を削除　*/
#topMainBnr {
     padding:0;
}
/*　左右の空白消す　*/
#topMainBnrFrame ul.slides {
    border-left: 0;
    border-right: 0;
}
 

 
/*　画像フレームの背景色・影を消す　*/
#topMainBnr,
#topMainBnrFrame {
    background-color:transparent;
    box-shadow:none;
    border:none;
}
/*既存のヘッダー画像を消す（すべて） */
#pageTitBnr {
    display:none;
}
.parent_oya{
    display: flex;
	height: 135px;
    justify-content: flex-end;/* 水平方向 */
    align-items: center;/* 垂直方向 */
}
.parent_head{
    display: flex;
    justify-content: center;/* 水平方向 */
    align-items: center;/* 垂直方向 */
}
/*mail button(pc) */
.mbutton {
  display: inline-block;
  width: 20vw;
  height: auto;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.mbutton::before,
.mbutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.mbutton,
.mbutton::before,
.mbutton::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mbutton {
  position: relative;
  background-color: #317C31;
  border-radius: 4px;
  color: #fff;
  line-height: 40px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #265B15;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.mbutton:hover {
  background-color: #317C31;
  box-shadow: 0 3px 0 #265B15;
 color: #fff;
}
.mbutton:active {
  top: 3px;
  box-shadow: none;
}
/*-------------------------------------------*/
/*	ヘッダー画像の上にアイテム・文字を表示
/*-------------------------------------------*/

/*トップページの画像のせ */
.top-image{
position: relative;
}

.image1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*-------------------------------------------*/
/*全体幅100％に
/*-------------------------------------------*/
/* 外枠を100%に */
#headerTop,
#header,
#topMainBnrFrame,
#topMainBnr img,
#main,
#footMenu{
    width: 100% !important;
}
/* ヘッダートップ（上部すきま消す） */
#headerTop{
display:none;
}
#main #container #content.wide {
    width: 100%;
}
@media (max-width: 480px){
	/* ヘッダーの内枠は70％に */
#header .innerBox {
    padding-top: 0!important;
    width: 100%!important;
}}


/* ヘッダーの内枠は70％に */
#header .innerBox {
    padding-top: 0!important;
    width: 70%;
}

/* 他の内枠は100％に */
.innerBox,
#pageTitBnr .innerBox,
#footMenu .innerBox,
#footer .innerBox {
    width: 100%;
    margin: 0px auto;
}
/* フッターメニューすこし右へ */
#footMenu .menu li a {
    
    padding-left: 20px;
}

/*-------------------------------------------*/
/*	本文の画像の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; }
}
/* スマホでPCを消す */
@media (max-width: 480px) {
	#pg-11-0,
	#pg-11-1,
	#pg-11-2{
display:none;
}}
/* PCのとき、スマホのビルダー消す */
@media (min-width: 600px) {
	#pg-11-3,
	#pg-11-4,
	#pg-11-5{
display:none;
}}

/*-------------------------------------------*/
/*	キャプション枠消す
/*-------------------------------------------*/
.content .wp-caption {
    background: none!important;
    border: none!important;
}
/*-------------------------------------------*/
/*	質問
/*-------------------------------------------*/ 
.q{
 border-radius: 4px;
    text-align: center;
    background-color:#176cbc;
    padding: 8px 8px 8px;
	margin:2% 0 0;
    color: #fff;
}
.a{
 border-radius: 4px;
    text-align: center;
    background-color: #891F87;
    padding: 8px 8px 8px;
	margin:2% 0 0;
    color: #fff;
}
@media (max-width: 480px){
	.q{
 border-radius: 4px;
    text-align: center;
    background-color:#176cbc;
    padding: 4px 4px 4px;
	margin:20px 0 0;
		font-size: 14px;
    color: #fff;
}
.a{
 border-radius: 4px;
    text-align: center;
    background-color: #891F87;
    padding: 4px 4px 4px;
	margin:20px 0 0;
	font-size: 14px;
    color: #fff;
	}}
.content table {
    border-top: none!important;
}
.content table td {
    padding: 10px 5px!important;
}
/*-------------------------------------------*/
/*	フッター
/*-------------------------------------------*/ 
#footer dl#footerOutline {
    display: none;
}
#siteBottomInner {
    display: none;
}
#siteBottom {
    padding: 0;
}
@media (max-width: 480px){
#footMenu .innerBox {
    display: none;
	}}
/*-------------------------------------------*/
/*	contactform
/*-------------------------------------------*/
div.wpcf7 { background:#f8f8f8; border:1px solid #008b85; 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:200px; 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:100px; height:auto; margin:0 auto; display:block;
-moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
background:#008b85;
}

div.wpcf7 input.wpcf7-back {
cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:100px; height:auto; margin:0 auto; display:block;
-moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
background:#008b85;
}

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


.wpcf7 .required { color: #f00;}

.wpcf7 .any{ color: #080;}

/* googlereCAPTCHA no */
.grecaptcha-badge { visibility: hidden; }
.sp-menu-logo{
padding-top:40px;
}
/*-------------------------------------------*/
/*	sp tab Hamburger
/*-------------------------------------------*/
/* tab（900）・PC Hamburger out */
@media (min-width: 771px){
.sp-tab{
display: none !important;
}}

/* sp（770）*/
@media (max-width: 770px){
/* PC menu out */
#gMenu{
display:none;
}
/* Hamburger on */
.sp-tab{
z-index:100;
position: relative;
display: block !important;
}
.tel-mail{
margin:0 8.4em;
}
/* global menu back */
#topMainBnr, #topMainBnrFrame{
z-index:-10;
}
* {
  margin: 0;
  padding: 0;
}
header,
article,
section {
  display: blcok;
}

ul {
  list-style: none;
}

#header2 {
  position: fixed;
  width: 100%;
  display: flex;
  padding: 5%;
  justify-content: space-around;
  color: #fff;
}

#header2 #nav_hbg {
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 20;
}

#header2 #nav_hbg div {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  width: 40px;
  height: 40px;
  padding: 5px;
  box-sizing: border-box;
}

#header2 #nav_hbg div span {
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: opacity 0.1s ease, transform 0.3s ease-in-out;
}

#header2 .clicked span:nth-child(1) {
  transform: translateY(10px) rotate(135deg);
}

#header2 .clicked span:nth-child(2) {
  opacity: 0;
}

#header2 .clicked span:nth-child(3) {
  transform: translateY(-10px) rotate(-135deg);
}
/* navigation menu */
#header2 #nav_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 10;
  background-color: rgba(0,0,0,0.7);
}

#header2 #nav_menu.opened {
  visibility: visible;
  opacity: 1;
}

#header2 #nav_menu ul {
  padding: 10%;
  font-size: 16px;
  text-align: center;
margin-top: 15%;
}

#header2 #nav_menu ul li:not(:first-child) {
  margin-top: 0;
}
#header2 #nav_menu ul li {
  margin:10px 0;
}
/* menu txt style */
#header2 #nav_menu ul a {
padding-top: 20px;
  color: #675A20;
font-weight: bold;
  text-decoration: none;
 display: block;
 border: solid 1px #675A20;
background: #ffffff;
padding: 15px 0;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
}
@media screen and (max-width: 770px) {
  #header2 #nav_hbg {
    position: fixed;
    top: 2%;
    right: 4%;
    width: 40px;
    height: 40px;
    cursor: pointer;
 border: solid 1px #000;
  }
}
.fa {
   color: #fff;
	}
.fabor{
	display:inline-block; 
	border: 1px solid #fff;
	padding:5px 10px;
}