@charset "utf-8";
/*
Theme Name: child
Theme URI:
Template: biz-vektor
Description: 
Author: yce
Tags: 
Version: 0.1.0
*/
/*-------------------------------------------*/
/*	サイト全体
/*-------------------------------------------*/
@media (max-width: 640px) {
  .home .panel-grid.panel-no-style {
  display: block;
}
}
/*topでの画像対応 */
@media (min-width: 641px) {
  #topMainBnr img.wp-image-227 {
    width: 100% !important;
    height: auto;
  }
}
@media (min-width: 641px) {
  #topMainBnr img.wp-image-41 {
    width: 60% !important;
    height: auto;
  }
}
@media (min-width: 641px) {
  #topMainBnr img.wp-image-227 {
    width: 100% !important;
    height: auto;
  }
}
@media (min-width: 641px) {
  #topMainBnr img.wp-image-350 {
    width: 80% !important;
    height: auto;
  }
}
@media (min-width: 641px) {
  #topMainBnr img.wp-image-351 {
    width: 80% !important;
    height: auto;
  }
}

/* コピペ用コード */
.font-size-dummy {
    font-size: .75rem;   /* 12px */
    font-size: .8125rem; /* 13px */
    font-size: .875rem;  /* 14px */
    font-size: .9375rem; /* 15px */
    font-size: 1rem;     /* 16px */
    font-size: 1.0625rem; /* 17px */
    font-size: 1.125rem; /* 18px */
    font-size: 1.25rem;  /* 20px */
    font-size: 1.375rem; /* 22px */
    font-size: 1.5rem;   /* 24px */
    font-size: 1.625rem; /* 26px */
    font-size: 1.75rem;  /* 28px */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; /* ←おすすめ */
}

.title {
font-size: clamp(1.8rem, 2.9vw, 3.5rem);
}
.container{
	max-width:1200px;
	margin:0 auto;
}

/* pc-text */
@media (min-width: 641px) {
#content p {
font-size: .9375rem;
	text-align: justify;
	color:#000;
line-height: 1.7;	
	}}
/* sp-text */
@media (max-width: 640px) {
#content p { 
	font-size: .875rem;
	text-align: justify;
	color:#000;
	line-height: 1.7;
	}
}
.content p {
    margin-bottom: 0!important;
    padding: 0!important;
}
.wp-caption p {
	font-family: "M PLUS Rounded 1c";
	font-weight: 400;
	color:#000;
}


/* 個々に丸ゴシックにしたいとき指定 */
.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;
}

/* Noto Sans体にしたいとき指定 */
.note-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.parent{
    display: flex;
    justify-content: center;/* 水平方向 */
    align-items: center;/* 垂直方向 */
}
.parent2{
    display: flex;
    justify-content: center;/* 水平方向 */
    align-items: flex-start;/* 垂直方向 */
}
.parent3{
  display: flex;
  justify-content: space-evenly;
}
.parent-foot-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tk {
   display: inline-block;
}
a	{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.text-divider {
  display: flex;
  align-items: center;
  --text-divider-gap: 1rem;
}
.text-divider::before,
.text-divider::after {
  content: '';
  height: 1px;
  background-color: #800080;
  flex-grow: 1;
}
.text-divider::before {
  margin-right: var(--text-divider-gap);
}
.text-divider::after {
  margin-left: var(--text-divider-gap);
}
.content h3 {
  border-left:none!important;
}


/*-------------------------------------------*/
/*	番号
/*-------------------------------------------*/
/*小タイトル囲み*/
.bangou-1 {
 border-radius: 4px;
    text-align: center;
    background-color: #891F87;
    padding: 20px 0 15px;
    margin: 10px 0 15px;
    color: #fff;
}

/*番号*/
.bangou {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 24px;
  height: 24px;

  border-radius: 3px;
  background-color: #3253a6;
  margin: 0 3px 0 0;
padding: 0 0 2px;
  color: #fff;
}
/*番号*/
.bangou-sp {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 20px;
  height: 20px;

  border-radius: 3px;
  background-color: #3253a6;
  margin: 0 3px 0 0;
padding: 0 0 2px;
  color: #fff;
}
/*-------------------------------------------*/
/*	追随バナー
/*-------------------------------------------*/
.banner {
    background: url(https://yce-sample.bois-c.com/wp-content/uploads/2026/04/mail-banner.png)  no-repeat;
    margin-bottom: 10px;
	height: 90px;
	width:90px;
    margin-bottom: 10px;
	bottom:60px;
	right:10px;

	position:fixed;
	background-size:cover;
	z-index:10;
	}
@media (max-width: 599px) {
	.banner {
    background: url(https://run-y.jp/wp-content/uploads/2024/04/contact.png)  no-repeat;
    margin-bottom: 10px;
	top:20%;
	right:0px;
	width:45px;
	position:fixed;
	background-size:contain;
		z-index:10;
	}}
/*-------------------------------------------*/
/*	囲い　背景囲み
/*-------------------------------------------*/
.box-main img {
  width: 80%;
  height: 250px; /* 任意 */
  object-fit: cover;
}
.box-main {
  position: relative;
  width: 40%;
}
.box-04{
  position: absolute;
  width: 70%;
  min-width: 200px;

  /* ↓ここが重要 */
  min-height: 80px;

  padding: 15px 20px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);

  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

  /* ↓これ入れると一気にプロっぽくなる */
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-04sp{
  position: absolute;
  width: 70%;
  min-width: 200px;

  /* ↓ここが重要 */
  min-height: 60px;

  padding: 15px 20px;
 bottom: 0px;
  left: 50%;
  transform: translateX(-50%);

  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

  /* ↓これ入れると一気にプロっぽくなる */
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-04sp2{
  position: absolute;
  width: 70%;
  min-width: 200px;

  /* ↓ここが重要 */
  min-height: 60px;

  padding: 15px 20px;
 bottom: -20px;
  left: 50%;
  transform: translateX(-50%);

  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

  /* ↓これ入れると一気にプロっぽくなる */
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-04sp span {
  line-height: 1.2;
}



.box-main img{
  transition: 0.3s;
}
.box-main:hover img{
  transform: scale(1.05);
}
.box-04-sp{
  position: absolute;
    width: 90%;
height: auto;
padding:0 30px 20px;
	bottom: -50px; /* 画像から少しはみ出す位置に */
    left: 50%;
z-index:10;
transform: translateX(-50%);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.box-design4 {
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  background: repeating-linear-gradient( -45deg, #daecf6, #daecf6 5px, #fff 5px, #fff 13px );
}
.box-design2 {
  margin: 20px auto;
  padding: 20px;
  border-top: 3px dotted #4c9ac0;
  border-bottom: 3px dotted #4c9ac0;
}
.box-design3 {
  margin: 20px auto;
  padding:10px 0 0;
  border-top: 3px dotted #4c9ac0;
  border-bottom: 3px dotted #4c9ac0;
}
.box-design14 {
  margin: 0;
  padding: 20px;
  border: 2px solid #434343;
}
.box-design14-ttl {
  position: relative;
  left: -40px;
  background-color: #4c9ac0;
  color: #fff;
  padding: 0.7em 1em;
  margin: 0 0 1em 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 599px) {
	.box-design14 {
  margin: 0;
  padding: 10px;
  border: 2px solid #434343;
}
	.box-design14-ttl {
  font-size: 16px;
  font-weight: bold;
		line-height:1.5;
		padding: 0.7em 0.7em;
	}}
.box-design13 {
  margin: 20px auto;
  padding: 25px 0 15px;
  border: 2px dashed #4c9ac0;
  position: relative;
}
.box-design13-ttl {
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: #fff;
  padding: 0 0.5em;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 599px) {
.box-design13-ttl {
  position: absolute;
  top: -10px;
  left: 50%;
transform: translateX(-50%);
  background-color: #fff;
	white-space: nowrap;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
z-index:5;
}}
/*スマホメニュー内*/
.box-design15 {
  margin: 5% 10%;
}
.box-design15-ttl {
  background-color: #a83a6b;
  color: #fff;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.box-design15-txt {
  padding: 10px 20px;
  border: 2px solid #a83a6b;
}
/*各ページ下pc*/
.box-design16 {
  margin: 20px auto;
	width: 700px;
}
.box-design16-ttl {
  background-color: #4c9ac0;
  color: #fff!important;
  padding: 0.5em 20px;
 text-align: center !important;
  border-radius: 10px 10px 0 0;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}
.box-design16-txt {
  padding: 20px 20px;
  border: 2px solid #4c9ac0;
}
/*各ページ下sp*/
.box-design17 {
  margin: 20px auto;
}
.box-design17-ttl {
  background-color: #4c9ac0;
  color: #fff!important;
  padding: 0.5em 20px;
 text-align: center !important;
  border-radius: 10px 10px 0 0;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}
.box-design17-txt {
  padding: 20px 20px;
  border: 2px solid #4c9ac0;
}
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}

/*区切り線*/
 .dotted3 {
    box-sizing: border-box;
    font-size: 14pt;
    text-align: center;
	 color: #d3e0ba;
    /* background: #ffe6cd; */
    border-bottom: 5px dotted #d3e0ba;
}
.dotted2 {
    box-sizing: border-box;
    width: 850px;
    height: 50px;
    padding: 10px 20px;
    font-size: 14pt;
    text-align: center;
    color: #d3e0ba;
    border-bottom: 5px dotted #7f4600;
}

/*ヘッダー問い合わせ*/
.hed-kakomi{
    border-radius: 10px;
	background-color:#325698;
	padding: 20px 25px 15px;
	text-align: center;
	display: inline-block;
}
.box-event-01 {
    width: 70%;
	height:500px;
    margin-left: auto;
    margin-right: auto;
    background: #ebf0eb;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
/*　番号囲い　*/
.namber {
	border-radius: 50%;
    text-align: center;
    background-color: #0b68a5;
	padding: 8px 15px;
    color: #fff;
}
.title2{
	border: 1px solid #800000;
	padding: 10px;
	line-height: 1.2;
	text-align: center;
	font-size: 20px;
	font-weight:bold;
}
.title-blu {
	display:inline-block;
    border-radius: 4px;
    text-align: center;
    background-color: #891F87;
    padding: 20px 20px 15px;
    color: #fff;
}
.title-blu-sp {
	display:block;
    background-color: #891F87;
	padding: 20px 20px 15px;
	text-align: center;
    color: #fff;
	}

/*-------------------------------------------*/
/*	link
/*-------------------------------------------*/ 
.ani{
	transition: 1.0s ;
}
.ani:hover {
	opacity: 0.5 ;
}
/* ボタンや特定のクラス（例: .custom-button）のカーソルを指にする */

.m-link:hover {
    cursor: pointer;
	 color: #ff0000!important;
}

.link {
  text-decoration: none;
}
a.link2:link {
  text-decoration: none;
  color: #3253a6;
}
a.link2:visited {
  color: #3253a6;
}
a.link2:hover {
  color: #ffcc99!important;
  cursor: pointer;
}
a.link4:link {
  color: #000;
}
a.link4:visited {
  color: #000;
}
a.link4:hover {
  color: #ffcc99!important;
  cursor: pointer;
}
a:link.link3 {
  text-decoration: none;
	color:#726018;
}
a:visited.link3 {
	text-decoration: none;
	color:#726018;
}

/*-------------------------------------------*/
/*メイン画像指定
/*-------------------------------------------*/
#topMainBnrFrame {
  position: relative;
  width: 100%;
}

#topMainBnrFrame img.base-image {
  width: 100%;
  height: auto;
  display: block;
}

.top-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	min-width:0px;
  z-index: 10;
}

.top-txt img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* サイズがぴったりじゃないときにも調整される */
}
.top-txt-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.top-txt-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* サイズがぴったりじゃないときにも調整される */
}
/* PC */
#topMainBnr img {
    width: 100% !important;
    margin: 0 auto;
}
/* sp */
@media only screen and (max-width:640px) {
	#topMainBnr img {
        width: 100% !important;
	}}

/*-------------------------------------------*/
/*	pc sp
/*-------------------------------------------*/ 
.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width:640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media print {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/*-------------------------------------------*/
/*	固定でフローティングメニュー表示（PC）
/*-------------------------------------------*/
@media only screen and (min-width:641px) {
.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%;
	}}

/*-------------------------------------------*/
/*	アンダーライン
/*-------------------------------------------*/
/*ライン*/
.moji_line {
	background:rgba(0, 0, 0, 0)
	linear-gradient(transparent 95%, #f16c1b 0%)
	repeat scroll 0 0;
}
@media (max-width: 640px){
	.moji_line {
	background:rgba(0, 0, 0, 0)
	linear-gradient(transparent 92%, #f16c1b 0%)
	repeat scroll 0 0;
}}
/*-------------------------------------------*/
/*全体幅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;
	}}
/*-------------------------------------------*/
/*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;
}
/*-------------------------------------------*/
/*詰める・消す・変更
/*-------------------------------------------*/

.content .wp-caption {
    background: transparent!important;
    border: none!important;
}
/* googlereCAPTCHA no */
.grecaptcha-badge { display: none!important; }
/* ウイジット消去*/
.adminEdit {
    display:none;
}
#main #container{
	padding-bottom:0;
	padding-top: 0!important;
}
#main #container .content.wide {
    padding-bottom: 0!important;
	width:100%!important;
}

#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:hover {
    background-color: transparent!important;
}
#siteBottom #copy {
    font-size: 1rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
	color:#4f3b07;
}
@media only screen and (max-width:640px) {
#siteBottom #copy {
    font-size: 0.7rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
	color:#4f3b07;
}	
	
	
}
header #site-title a {
    display: none;
}
#topMainBnrFrame {
    position: relative;
    height: auto;
    display: block;
	padding:0!important;
    margin: 0 auto;
    border: none;
	width: 100% !important;

}
	#topMainBnr {
    padding: 0 !important;
}
#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;
}

#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; /* 左：ピンク */
}
/*-------------------------------------------*/
/*	contactform
/*-------------------------------------------*/

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


div.wpcf7 p { padding: 0!important;  margin-top: 20px; font-size:12px; }
@media (max-width: 767px){
	div.wpcf7 p { padding:0;  margin-top: 10px; 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: 768px) {
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;}
/* googlereCAPTCHA no */
.grecaptcha-badge { visibility: hidden; }
.sp-menu-logo{
padding-top:40px;
}

