@charset "utf-8";

/*
Theme Name: gravity_tcd111 Child
Theme URI:https://kagomama-house.com/
Description: GRAVITYテーマのチャイルドテーマ
Author:TATEKATA
Author URI:https://kagomama-house.com
Template: gravity_tcd111
Version: 1.0.0
Text Domain: gravity_tcd111-child
*/

.p-r-contact i{
 background: #c90f24;
color: #fff;
padding: 5px;
font-style: normal;
font-size: 14px;
margin-right: 10px;
border-radius: 5px;
}

.wpcf7-form i.hissu{
 background: #c90f24;
color: #fff;
padding: 5px;
font-style: normal;
font-size: 14px;
margin-right: 10px;
border-radius: 5px;
}

.wpcf7-form i.nini{
 background: #fff;
padding: 5px;
font-style: normal;
font-size: 14px;
margin-right: 10px;
border-radius: 5px;
}

.p-mv1-content-bg{
border-radius: 10px;
}

.p-property-cards-item .c-realty-label{
border-radius: 50%;
    left: 0px;
    top: 0px;
}

.p-cb-header-title{
  background: url(https://kagomama-house.com/wp-content/uploads/2025/04/line.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 30px;
  background-size: 350px;
}

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

body,
.p-cb-header-title,
.p-mv1-content-title {
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
}

.wp-singular .mama-comment{
padding: 0;
      display: flex;
      flex-wrap: wrap;
}

.wp-singular .mama-comment li{
width: 24.2%;
list-style :none;
background: #E9A29D;
padding: 1%;
margin-right: 1%;
box-sizing: border-box;
color: #fff;
line-height: 1.5;
}

.mama-comment-img{
margin-bottom: 10px;
}

.wp-singular .mama-comment li:last-child{
margin-right: 0;
}

.grecaptcha-badge{
	bottom: 60px !important;
}


#mama-about{
	background-color: #E9A29D;
	text-align: center;
	color: #fff;
	line-height: 2;
	background-image: url("https://kagomama-house.com/wp-content/uploads/2025/07/bg-about.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 3% 1% 6%;
	font-size: 18px;
}

#mama-about p{
	margin-bottom: 10px;
}

.head-ico-menu{
	display: none;
}

@media (max-width: 1000px) {
	
	.head-ico-menu{
		display: block;
		position: absolute;
		right: 50px;
		top: 10px;
	}
	
	.head-ico-menu a{
		float: left;
	}
	
	.l-inner{
		position: relative;
	}

	.p-header-mypage-link:before{
		width: 1.5em;
		height: 1.5em;
	}
	
}

@media (max-width: 750px) {

	.tcdce-body .s_table{
		white-space: break-spaces;
	}
	
	.p-header-logo{
		max-width: 100px;
	}
	

	
.wp-singular .mama-comment li{
width:49%;
padding: 2%;
margin-right: 2%;
margin-bottom: 2%;
}

.wp-singular .mama-comment li:nth-child(even){
margin-right: 0;
}

.wp-singular .mama-comment li:last-child{
margin-right: 0;
}
	
#mama-about{
	font-size: 14px;
	background-size: contain;
}

}

.p-single-property-section-title{
	text-align:center;
}

.Bubble{
	display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 12px;
  background-color: #fde3e1;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16%;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #fde3e1 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-20deg);
  transform-origin: top;
}

.speechimg i{
  font-size:12px;
	font-style: normal;
}

.l-outer .s_table .map-detail th{
	background-color: #F9F9F9;
	width: 70%;
}

.l-outer .s_table .map-detail td{
	width: 30%;
}

.p-header-nav-sp{
	background-color: #e9a39d;
	
}

.p-header-nav-sp svg{
	color: #fff;
	
}