@charset "utf-8";
/*
Theme Name: child
Theme URI:
Template: biz-vektor
Description: 
Author: dex
Tags: 
Version: 0.1.0
*/
/*-------------------------------------------*/
/*	サイト全体
/*-------------------------------------------*/

html {
 font-size: 62.5%; 
}
body {
	 font-size: 62.5%; 
 }
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
.container{
	max-width:1400px;
	margin:0 auto;
}
#main {
    position: relative;
}
.menu-container{
	max-width:950px;
	margin:0 auto;
}
/* pc-text */
@media (min-width: 768px) {
#content p {
font-size: 1.5rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
	text-align: justify;
	color:#333333;
line-height: 1.7;	
	}}
/* sp-text */
@media (max-width: 767px) {
#content p { 
	font-size: 1.6rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
	text-align: justify;
	color:#000;
	line-height: 1.5;
	}
}
/* 個々に丸ゴシックにしたいとき指定 */
.wf-roundedmplus1c-300 {
	font-family: "M PLUS Rounded 1c";
	font-weight: 300;
	color:#000;
}
/* 個々に丸ゴシックにしたいとき指定 */
.wf-roundedmplus1c-400 {
	font-family: "M PLUS Rounded 1c";
	font-weight: 400;
	color:#000;
}
/* 筆記体にしたいとき指定 */
.borel-regular {
  font-family: "Borel", cursive;
  font-weight: 400;
  font-style: normal;
}

/* フッターコピーライト文字 */
#siteBottom #copy {
    font-size:1rem;
}
.parent{
    display: flex;
    justify-content: center;/* 水平方向 */
    align-items: center;/* 垂直方向 */
}
.parent-2{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.parent-3{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.parent-4{
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.parent-tate{
    display: flex;
    align-items: center;
	flex-direction:column;
    justify-content: center;
}

.tk {
   display: inline-block;
}

/* リンクタップ時の青い背景を消す */
a, a * {
    -webkit-tap-highlight-color: transparent;
}
a, button {
    -webkit-touch-callout: none;
}


/*-------------------------------------------*/
/*	固定でフローティングメニュー表示（PC）
/*-------------------------------------------*/
.header-list__item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333; /* 必要に応じて調整 */
  padding-bottom: 4px;
  transition: all 0.3s ease;
}

/* アンダーバーのスタイル */
.header-list__item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #333; /* アンダーバーの色を設定 */
  transition: width 0.3s ease;
}

/* ホバー時にアンダーバーが伸びる */
.header-list__item a:hover::after {
  width: 100%;
}
/*-------------------------------------------*/
/*メイン画像指定
/*-------------------------------------------*/
#topMainBnrFrame {
  position: relative;
  width: 100%; /* 必要に応じて調整 */
}

#topMainBnrFrame .pc {
  display: block;
  width: 100%;
  height: auto;
}

.top-txt {
  position: absolute;
  top: 50%;
  left: 15%; /* 横位置はお好みで */
	width: 50%!important; /* 必要ならサイズ調整 */
  transform: translateY(-50%);
  z-index: 10;
}
.top-txt-sp {
  position: absolute;
  top: 50%;
  left: 0; /* 横位置はお好みで */
	width: 100%!important; /* 必要ならサイズ調整 */
  transform: translateY(-50%);
  z-index: 10;
}
.setubi-txt {
  position: absolute;
  top: 50%;
  left: 25%; /* 横位置はお好みで */
	width: 50%!important; /* 必要ならサイズ調整 */
  transform: translateY(-50%);
  z-index: 10;
}
.rec-txt {
  position: absolute;
  top: 50%;
  left: 25%; /* 横位置はお好みで */
	width: 50%!important; /* 必要ならサイズ調整 */
  transform: translateY(-50%);
  z-index: 10;
}
.pro-txt {
  position: absolute;
  top: 50%;
  left: 15%; /* 横位置はお好みで */
	width: 50%!important; /* 必要ならサイズ調整 */
  transform: translateY(-50%);
  z-index: 10;
}


/* sp */
@media only screen and (max-width:640px) {
	#topMainBnr img {
        width: 100%;
	}}
#topMainBnrFrame {
    border: none;
}
/*-------------------------------------------*/
/*	footer
/*-------------------------------------------*/ 
#siteBottom {
  
    color: #fff;
    background-color: #000;
}
#siteBottom #copy {
    color: #fff!important;
}
#siteBottom a {
    color: #fff!important;
}
/*-------------------------------------------*/
/*	pc sp
/*-------------------------------------------*/ 
@media only screen and (min-width:641px) {
.pc { display: block !important; }
.sp { display: none !important; }
}
@media only screen and (max-width:640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

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

/* #topMainBnr img,*/
#main,
#footMenu{
    width: 100% !important;
}
/* ヘッダートップ（上部すきま消す） */
#headerTop{
display:none;
}

/* 他の内枠は100％に */
.innerBox,
#pageTitBnr .innerBox,
#footMenu .innerBox,
#footer .innerBox {
    width: 100%;
    margin: 0px auto;
}
/* スマホでスライドショー指で停止しないように */
@media (max-width: 559px){
.flexslider {
    z-index: -1;
	}}
/*-------------------------------------------*/
/*	ヘッダー画像にドットフィルター
/*-------------------------------------------*/
.dotto {
	position: relative;
	width: 100%;
	height: auto;/* 必ずautoで */
	overflow: hidden;
}

.dotto::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	background-image:  radial-gradient(#111 22%, transparent 22%);
	background-size: 3px 3px;
	background-position: 0 0, 1px 1px;
}
/*-------------------------------------------*/
/*PCnabi
/*-------------------------------------------*/
#gMenu .menu li a strong {
   font-size: 1.7rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	text-align: justify;
	color:#4f3b07;
}
/*-------------------------------------------*/
/*詰める・消す・変更
/*-------------------------------------------*/
#header{
	display:none;
	padding-top:0!important;
}
@media only screen and (max-width:640px) {
#header{
	display:block;
	padding-top:2%!important;
}
}

.content p{
	margin-bottom:0!important;
}
    #topMainBnr {
        padding: 0;
    }
    #main #container {
     padding-top: 0!important;
    }
#main #container .content.wide{
	padding-bottom:0;
}

#panList {
	display:none;
}
#pageTitBnr {
    margin: 0px;
display: none;
}
    #gMenu .menu {
        border-left:0;
        border-top: none;
}
#gMenu .menu > li > a {
        text-align: center;
        border-right: 0;
        border-bottom: none;
    }
#gMenu .menu li > a:hove {
    background-color: transparent!important;
}
#siteBottom #copy {
    font-size: 1.5rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
	color:#4f3b07;
}
header #site-title a {
    display: none;
}

#topFreeArea {
    margin-bottom: 35px;
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
     border-bottom: 0 !important;
    -moz-box-shadow: 0 !important;
	box-shadow: none;
 }
#footMenu .innerBox {
    border-bottom: none;
    padding: 15px 0px;
}
#footer dl#footerOutline dt {
    display:none!important;
}
/* フッターのvizvectorをとる（先に書かないとcssがきかない） */
#powerd {
    display: none;
}
#footer,
#footMenu{
    display: none !important;
}
#main #container .content {
    padding-bottom: 0;
}
#topFreeArea {
     margin-bottom: 0;
}
/*-------------------------------------------*/
/*ボダー指定
/*-------------------------------------------*/
.underline {
  padding-bottom: 10%;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-bottom: 3px solid #fbd8d0; /* 右：薄ピンク */
}

.underline::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 50%;
  height: 3px;
  background: #f98469; /* 左：ピンク */
}
/*-------------------------------------------*/
/*	アンダーライン
/*-------------------------------------------*/
/*ライン*/
.moji_line_top {
	background:rgba(0, 0, 0, 0)
	linear-gradient(transparent 60%, #F3E2A9 0%)
	repeat scroll 0 0;
}
/*-------------------------------------------*/
/*画像枠
/*-------------------------------------------*/
.example7{
    border: 5px solid #FFF;
    box-shadow: 0 0 5px #999;
}
/*-------------------------------------------*/
/*	contactform
/*-------------------------------------------*/
div.wpcf7 { background:none; border:none; 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: 640px){
	div.wpcf7 { background:none; border:none;padding:0px; margin: 0;width:100%; }	
}

div.wpcf7 p { padding:0 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:0 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;}

