/*
Theme Name: Kerge Child
Author: lmpixels
Author URI: https://themeforest.net/user/lmpixels
Description: Child theme for the Kerge. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Version: 1.0.0
License:     ThemeForest License
License URI: http://themeforest.net/licenses
Text Domain: kerge
Template: kerge
*/


/* Theme customization starts here
-------------------------------------------------------------- */

/* ホーム */
.home-logo {
	width: 100%;
	height: auto;
	min-height: 800px !important;
	text-align: center;
	background-image: url(https://spa.cloudcard.work/wp-content/uploads/2022/08/a.jpg);
	background-size: cover;
	background-position: center center;
}
.home-logo img{
	width: 200px;
	margin-top: 103.195px;
}
.logo-text h2{
	font-size: 36px;
}
.post-919{
	background-color: #faf9f8;
	outline: 2px dashed #a88e6b;
   outline-offset: -7px;
	padding: 20px;
	margin-top: 40px;
}
.post-919 .row{
	margin-right: 0;
	margin-left: 0;
}
.ctf-tweet-content {
	text-align: left;
}
.text-area{
	padding: 40px 20px 0 20px;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
/* コンセプト */
.concept-bg h2,
.concept-bg p{
color: #791f16 !important;
}
.concept-img::after{
	content: '';
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, transparent 0 50%, #fffaef 100%);
}

/* コース */
img.img-fluid.rounded-start {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.card-title {
	border-bottom: 1px solid #791f16;
}
.card {
	border: none !important;
	background-color: #FFFAEF !important;
}