/*
Template: lightning-pro
Theme Name: lightning_child
Theme URI:http://lp.khm-japan.co.jp/
Description: This is a openpress's child theme
Author: Makoto Kurosawa
Version:1.0
*/

/* contactForm7 */
span.wpcf7-list-item {
	display: block !important;
}
.wp-block-table th, .wp-block-table td {
	text-align: left;
}
.form-control {
	padding: .375rem !important;
}

/* google map */
.txt-red {
	color: #ce2521;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.obj {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}
.box {
	padding: 0.5em 1em;
	margin: 2em 0 1em;
	color: #474747;
	background: whitesmoke;
	border-left: double 7px #00532a;
	border-right: double 7px #00532a;
	text-align: center;
	font-size: 3rem;
}
.male {
	color: #23466e;
}
.female {
	color: #a8006d;
}
.price {
	font-size: 3rem;
	font-weight: bold;
}

@media screen and (max-width: 480px) {
	.box {
		font-size: 2rem;
	}
	.price {
		font-size: 3rem;
	}
}

.contact {
	width: 100%;
	text-align: center;
}
.fas {
	margin-right: 0.6rem;
}
.mini-content-1 .btn-ghost {
	background-color: #00532a;
}
.mini-content-1 .btn-ghost:hover {
	border-color: #fff !important;
	background-color: #009e2a !important;
}
.mainSection-title {
	position: relative;
	z-index: 10;
	padding: 30px 0;
	text-align: center;
	background-color: #ce2521;
	color: #fff;
	border-top: none;
}
.mainSection-title:before {
	display: block;
	content: "";
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 30px solid transparent;
	border-top-color: transparent;
	border-top-color: #ce2521;
}
#ltg_full_wide_title-7 h2 {
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
#ltg_full_wide_title-7 h2:before, #ltg_full_wide_title-7 h2:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #ce2521;
}
#ltg_full_wide_title-7 h2:before {left:0;}
#ltg_full_wide_title-7 h2:after {right: 0;}

/* mobile memuを隠す */
.mobile-fix-nav-menu li:first-child {
	display: none !important;
}

/* navbar-brand フォントサイズ調整 */
.navbar-brand {
	font-size: 26px;
}

/* top banner */
.carousel-inner > .item img, .carousel-inner > .item picture > img {
	width: unset;
	border-radius: 0;
	display: block;
	margin: 0 auto;
}
.carousel-inner > .item.active{
	background-color: #f3f3f3;
}

/* pg */
@media screen and (max-width: 480px) {
.pg img.alignleft {
	float: none;
	}
}
