@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%; 
}
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％に
/*-------------------------------------------*/
/* 外枠を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;
}
