/*
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
-------------------------------------------------------------- */
/* モバイルヘッダー */
.mobile-header.mobile-visible{
	background-color: #DFDBD2;
}
/* ページタイトル */
.page-title,
.section-title{
	box-shadow: 10px 7px 0 0 #DFDBD2;
}
/* トップページ */
.container-fluid {
	height: 700px;
}
.top-container {
	position: relative;
}
.top-container__logo {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background: #D9B4AC;
    z-index: 10;
    opacity: 0.95;
    padding: 30px;
    border: 20px solid #ECE0DB;
	color: #fff !important;
}
.top-container__logo img{
	width: 200px;	
}
.top-img {
	position: absolute;
	opacity: 0.7;
	outline: 2px dashed #ECE0DB;
    outline-offset: -7px;
}
.top-img1{
	width: 400px;
	height: auto;
	top: 0;
	left: 0;
}
.top-img2{
	width: 350px;
	height: auto;
	top: 10%;
	right: 0;
}
.top-img3{
	width: 350px;
	height: auto;
	bottom: 0;
	left: 10%;
}
@media screen and (max-width:749px) { 
	.top-img1{
		width: 250px;
	}
	.top-img2{
		width: 250px;
	}
	.top-img3{
		width: 250px;
	}
	.top-container__logo {
	width: 60%;
	}
}
@media screen and (max-width:550px) { 
	.container-fluid {
	height: 600px;	
	}
	.top-img1{
		width: 70%;
		top: 10%;
	}
	.top-img2{
		display: none;
	}
	.top-img3{
		width: 60%;
		bottom: 10%;
		right: 0;
		left: auto;
	}
	.top-container__logo {
	width: 90%;
	padding: 10px;
	}
	.top-container__logo img{
	width: 140px;	
}
}
/* プロフィール */
.flex-img{
    width: 100%;
	height: 250px;
}
.flex-img-big{
    width: 100%;
	height: 300px;
}

.flex-img img,
.flex-img-big img{
width: 100%;
height: 100%;
object-fit: cover;
	object-position: 50% 50%;
	opacity: 0.8;
	outline: 2px dashed #ECE0DB;
    outline-offset: -7px;
	
}
.profile-title {
	display: inline-block;
	background-color: #D9B4AC;
	color: #fff;
	padding: 3px 7px;
	box-shadow: 5px 5px 0 0 rgb(236 224 219);
	letter-spacing: 0.3em;
}
/* プロダクト */
.card {
	border-radius: 0 !important;
	border: none !important;
	outline: 2px dashed #D9B4AC;
    outline-offset: -7px;
	height: 100%;
}
.card-body {
	position: relative;
}
.card-title{
	display: inline-block;
	position: absolute;
	top: -1em;
	left: 0;
	background-color: #D9B4AC;
	color: #fff;
	padding: 3px 7px;
	box-shadow: 5px 5px 0 0 rgb(236 224 219);
}
.card-img-top {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
/* カレンダー */
span.simcal-date-format {
	color: #ffffff;
}
/* ホーム */
.home-logo {
	width: 100%;
	height: auto;
	min-height: 800px !important;
	text-align: center;
	background-image: url(http://handmade.cloudcard.work/wp-content/uploads/2022/07/main3.jpg);
	background-size: cover;
}
.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;
}