/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2025 | 02:37:05 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2023 | 07:08:06 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
  }
  
  ol, ul {
	list-style: none;
  }
  blockquote, q {
	quotes: none;
  }
  blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
  }.mv 
  table {
	border-collapse: collapse;
	border-spacing: 0;
  }
  body {
	  padding-top:90px;
  }
  p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #595757;
	line-height: 1.8;
	  font-size:16px;
  }
  .wp-block-button:hover {
	opacity: 0.7;
  }
  a img:hover {
	opacity: 0.6;
  }
  
  html { 
	  scroll-behavior: smooth;
  }
  
  a{
	  color:#595757;
	  font-family: "Noto Sans JP", sans-serif;
  }
  a:focus{
	  outline:none;
  }
  
  header{
	  padding-top:20px;
	   padding-right: 30px;
	  padding-left: 30px;
	   padding-bottom:20px;
	  position: fixed; /*** ← fixedで固定 ***/
	  width: 100%; 
	  background: #fff; 
	  box-sizing: border-box;
	  top: 0; 
	  left: 0; 
	  align-items: center; 
	  z-index:3000;
  }
  
  
  header .navi ul li{
	  margin-left:35px;
  }
  
  header .navi ul li a{
	   font-family: "Montserrat", sans-serif;
	  font-size:16px;
	  font-weight:500;
  }
  header .navi ul li.btn {
	color: #FFF;
  }
  header .navi ul li.btn a {
		position: relative;
	  padding-top: 12px;
	  padding-right: 40px;
	  padding-left: 50px;
	  padding-bottom: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
	     background: linear-gradient(90deg, #F19060, #FF6417);
	  font-size:16px;
  }
  header .navi ul li.btn a:hover {
	  background: linear-gradient(90deg, #F19060, #FF6417);
	  opacity: 0.7;
  }

  header .navi ul li.btn a:before {
	background: url(https://tfield.co.jp/test/wp-content/uploads/2025/04/ico_mail_white.svg);
	content: "";
	width: 16px;
	height: 13px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }


#K-mv .title{
	background: linear-gradient(90deg, #6BAB1D, #139A4B);
}
#K-mv .title pre{
	font-size: 40px;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
    color: #fff;
    line-height: 1.2;
	text-align:center;
	padding-top:23%;
	    margin-bottom: 5px;
}
#K-mv .privacy pre{
	padding-top:20%;
}
#K-mv .privacy pre{
	padding-top:19%;
}
#K-mv .title h1{
	font-size:18px;
		font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
		letter-spacing:5px;
	text-align:center;
	color:#fff;
}

#Pankuz {
	font-size:14px;
	margin-top:5px;
	padding-left:15px;
}

footer {
	  padding-top:40px;
	  padding-bottom:40px;
	  border-top:3px solid #F19060;
  }

  footer .navi ul li {
	  margin-left:40px;
  }
  footer .navi ul li a {
	  margin-bottom: 5px;
	  font-weight:500;
	  font-size:16px;
	  font-family: "Montserrat", sans-serif;
  }


footer .navi .btn {
	color: #FFF;
  }
footer .navi .btn  a {
		position: relative;
	  padding-top: 12px;
	  padding-right: 40px;
	  padding-left: 50px;
	  padding-bottom: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
	     background: linear-gradient(90deg, #F19060, #FF6417);
	  font-size:16px;
  }
footer .navi .btn  a:hover {
	  background: linear-gradient(90deg, #F19060, #FF6417);
	  opacity: 0.7;
  }
footer .navi .btn  a:before {
	background: url(https://tfield.co.jp/test/wp-content/uploads/2025/04/ico_mail_white.svg);
	content: "";
	width: 16px;
	height: 13px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  footer p.copy {
		  font-size: 14px;
	  margin-top:40px;
	  text-align:center;
  }
  
  
  @media (max-width: 833px) {
	  
	  body {
	  padding-top:70px;
  }
	  
   header {
		  padding-right: 10px;
		  padding-left: 10px;
		  padding-top: 10px;
		  padding-bottom: 10px;
	}
	   header .logo img {
		   width:239px;
	}
	  
	  .wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
	  fill: currentColor;
	  display: block;
	  height: 35px;
	  pointer-events: none;
	  width: 35px;
  }
	  
	  .has-modal-open	header .wp-block-navigation__responsive-container-close svg{
	  padding-right:15px;
	  padding-top:15px;
		   height: 50px;
		  width: 50px;
  }
	  
	  header .navi ul li{
		  margin-bottom:15px;
		  margin-left:0px;
		  border:none;
  }
  header .navi ul li a{ 
		  font-size:20px;
	  border:none;
  }
	  .has-modal-open	header .navi ul li.btn a{
			  text-align:center;
			  color:#FFF;
			  font-size:18px;
	  width:320px;
	  vertical-align: text-bottom;
	  margin-top:20px;
	  line-height:3;
  }
 
#K-mv .title pre{
	font-size: 34px;
    padding-top: 20px;
}
#K-mv .title h1{
	font-size:16px;
	margin-bottom:20px;
}
	
	.pankuz {
		padding-left:15px;
}
	  
  footer {
	  padding-top:40px;
	  padding-bottom:30px;
	  padding-left:15px;
	  padding-right:15px;

  }
	
	  footer .logo {
		  text-align:center;
				  padding-top: 0px;
  }
	  footer .navi {
	  margin-bottom: 5px;
		  justify-content: center;
  }
	  footer .navi ul {
		  margin-bottom: 10px;
  }
  footer .navi ul li {
	          margin-left: 20px;
        margin-right: 20px;
		  font-size: 16px;
		  margin-bottom: 10px;
		  font-weight: 400;
  }
  footer .navi .btn {	
		  justify-content: center;
	  margin-top:10px;
	  }
	  
  footer p.copy {
	  font-size: 11px;
	  margin-top:20px;
	  text-align:center;
  }
  
	  .reverse {
		display: flex;
		flex-direction: column-reverse;
	  }
  }
  
  :root{
	  scroll-padding: 50px;
	  scroll-behavior: smooth;
  }
  
  .kaipc { display:inline; }
  .kaisp { display:none; }
  
  @media (max-width: 833px) {
	.kaipc { display:none; }
	.kaisp { display:inline; }
  }
  
  
  
  
  