/*
Theme Name: neve Child
Theme URI: 
Template: neve-fse
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/*==========================================================================
01フォント文字関係
==========================================================================*/

/*hタグ*/
 h2.wp-block-heading{
  position: relative;
  padding: 0.25em 0;
	 font-size: 1.5rem;
	 font-weight: bolder;
	 text-align: start;
  transform: rotate(-2deg);
}
 h2.wp-block-heading:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}

h3.wp-block-heading {
  position: relative;
  padding-left: 25px;
}
h3.wp-block-heading:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(53, 34, 17);
}
h3.wp-block-heading:after  {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(53, 34, 17);
}

h4.wp-block-heading a{
text-decoration:none;
}

.entry-content p.title{
	color:#FF7E00;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
}
.entry-content em,#main em{
	background:linear-gradient(transparent 70%, #ffff00 70%);
	font-weight: bold;
	font-style: normal;
}

.entry-content h2.lp {
	font-size: 1.8rem!important;
	border: none;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 17%;
	text-align: center;
	color:#00acc1;
}
.entry-content h2.lp::before,
.entry-content h2.lp::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15%;
	height: 3px;
	border-top: 3px solid #00acc1;
}
.entry-content h2.lp::before {
	left:0;
}
.entry-content h2.lp::after {
	right: 0;
}





/*スタイリング*/
.centering{
	text-align: center;
}
.red{
	color:red;
}
.blue{
	color:cornflowerblue;
}
.brown{
	color: chocolate;
}
.gold{
	color:#FFB414;
}

/*ラベル*/
.tag_ylw{
	display: inline-block;
	color:#111;
	border:#888888 0.25px solid;
	border-radius: 3px;
	background-color: #fff44a; 
	padding:2px 10px 0px 10px;
	margin-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
.tag_red{
	display: inline-block;
	color:white;
	border:#888888 0.25px solid;
	border-radius: 3px;
	background-color: #FF3F42; 
	padding:2px 10px 0px 10px;
	margin-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
.tag_grn{
	display: inline-block;
	color:white;
	border:#888888 0.25px solid;
	border-radius: 3px;
	background-color: #009807; 
	padding:2px 10px 0px 10px;
	margin-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
.tag_lgrn{
	display: inline-block;
	color:white;
	border:#888888 0.25px solid;
	border-radius: 3px;
	background-color: #61FF4F; 
	padding:2px 10px 0px 10px;
	margin-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
.tag_blu{
	display: inline-block;
	color:white;
	border:#888888 0.25px solid;
	border-radius: 3px;
	background-color: #262AFF; 
	padding:2px 10px 0px 10px;
	margin-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
.tag_lblu{
	display: inline-block;
	color:white;
	border:#888888 0.25px solid;
	border-radius: 3px;
	background-color: #18B3FF; 
	padding:2px 10px 0px 10px;
	margin-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
.tag_per{
	display: inline-block;
	color:white;
	border:#888888 0.25px solid;
	border-radius: 3px;
	background-color: #9300CB; 
	padding:2px 10px 0px 10px;
	margin-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
/*位置あわせ*/
.center{
	text-align: center;
}


/* ==========================================================================
02レイアウト
==========================================================================*/
/*box*/
.dotted_box{
	padding:5px;
	border: 2px dotted #ccc;
}
.box_wrapper{
}
.box_inner{
	background-color: #fff;
	margin: 5px;
	padding: 20px!important;
}
.box_inner_line{
	background-color: #fff;
	border: 0.5px #a58d7c solid;
	border-radius: 10px;
	margin: 0px;
	padding:20px;
}
.box25{
	width: 25%;
	padding: 5px;
	float: left;
}
.box25r{
	width: 25%;
	padding: 5px;
	float: left;
}
.box33{
	width: 33%;
	padding: 5px;
	float: left;
}
.box33r{
	width: 33%;
	padding: 5px;
	float: left;
}
.box50{
	width: 50%;
	padding: 5px;
	float: left;
}
.box50r{
	width: 50%;
	padding: 5px;
	float: left;
}
.box66{
	width:66%;
	padding: 5px;
	float: left;
}
.box66r{
	width:66%;
	padding: 5px;
	float: left;

}
.section_wrapper{
	margin-bottom:50px;
}

.box80{
	width:80%;
	margin:0 auto;
}
/*clearfix*/
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/*section*/
.section_1,section_2,.section_3,.section_4,.section_5{
	margin-bottom: 50px;
}

/*色に関する設定*/
.bg_navy{
	background: #090043;
}
.bg_gray{
	background-color: #DDDDDD;
}
.gray{
	color:#BBBBBB !important;
}
.navy{
	color:#090043 !important;
}
.white{
	color:#fff !important;
}

/* ==========================================================================
03レスポンシブ
==========================================================================*/
@media screen and (max-width: 480px) {
	/*イメージ*/
  .info img {
    max-width: 100%;
	  float: right;
  }
	#core img{
		width:100%;
	}
	/*ボックス*/
	.box50r{
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	float: left;
	}
	.box25r,.box33r,.box66r{
	width: 100%;
	}
	/*文字関係*/
	.box25 span{
		font-size:150%;
	}
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/* ==========================================================================
03個別カスタム
==========================================================================*/
bgcambus{
	background-image:url(https://demo22.yahata-cc.jp/wp-content/uploads/2024/07/29653028_m.jpg)
}
