@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* 日本語フォント */
* {
	font-family: "Noto Sans JP", sans-serif;
}
/* 英字フォント */
.barlow {
  font-family: "Barlow", sans-serif;
}
/* -------------------------------------------
ヘッダー
--------------------------------------------- */
.l-header__inner.l-container {
	max-width: 100%;
}
/* PCメニュー */
.c-gnav>.menu-item>a {
	padding: 0 20px;
}
#gnav .c-gnav>.menu-item>a .ttl {
	position: relative;
}
#gnav .c-gnav>.menu-item>a .ttl:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #000000;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}
#gnav .c-gnav>.menu-item:first-child>a .ttl:before {
	content: none;
}
/* -------------------------------------------
メインビジュアル
--------------------------------------------- */
div#main_visual {
	max-width: calc(100% - 40px);
	margin: 0 auto;
	border-radius: 30px;
}
/* キャッチコピー */
.p-mainVisual__textLayer {
	transform: translateX(0);
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #FFF6E8;
	position: absolute;
	top: auto;
	bottom: -1px;
	left: -1px;
	width: auto;
	border-radius: 0 30px 0 0;
}
.p-mainVisual__slideTitle {
	font-size: 30px;
	letter-spacing: 0;
	color: #333333;
	text-align: left;
	padding: 100px 50px;
	font-weight: 600;
	text-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.p-mainVisual__slideTitle span {
	color: #BA983A;
	font-size: 1.1em;
}
.swiper-pagination {
	display: none;
}
@media screen and (max-width: 1600px) {
	.p-mainVisual__slideTitle {
		font-size: 25px;
		padding: 80px 30px;
	}
}
@media screen and (max-width: 960px) {
	div#main_visual {
		max-width: calc(100% - 30px);
		border-radius: 10px;
	}
}
@media screen and (max-width: 768px) {
	div#main_visual {
		max-width: calc(100% - 20px);
/* 		border-radius: 20px; */
		max-height: 600px; 
	}
	.p-mainVisual__slideTitle {
		font-size: 25px;
		line-height: 1.8em;
		padding: 40px 10px 60px 0;
	}
}
/* scrool */
.p-mainVisual__scroll {
	bottom: 80px;
	opacity: 1;
}
.-type-slider .p-mainVisual__scroll {
	padding-bottom: 0 !important;
}
.p-mainVisual__scrollArrow {
	display: none;
}
.p-mainVisual__scroll svg {
	display: none;
}
.p-mainVisual__scrollLabel {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	z-index: 2;
  text-shadow: 0 2px 3px rgba(0,0,0,.3);
}
.scrool-line-top {
	position: relative;
}
.scrool-line-top:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 130px;
	background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	z-index: 2;
}
@media screen and (max-width: 1280px) {
	.p-mainVisual__scroll {
		bottom: 60px;
	}
	.p-mainVisual__scrollLabel {
		font-size: 14px;
	}
	.scrool-line-top:before {
		width: 2px;
		height: 100px;
	}
}

@media screen and (max-width: 768px) {
	.p-mainVisual__scroll {
		bottom: 30px;
	}
	.scrool-line-top:before {
		height: 50px;
		top: -25px;
		transform: translateY(0);
	}
}
/*--------------------------------------------- 
SPメニュー
----------------------------------------------- */
.l-header__customBtn.sp_ {
	display: none;
}
@media screen and (max-width: 960px) {
	.p-spMenu__inner {
		padding-top: 60px;
	}
	.c-widget__title.-spmenu {
		display: none;
	}
	.p-spMenu__nav {
		margin-top: 0;
		padding-bottom: 0;
	}
	.c-iconBtn__icon {
		font-size: 30px;
	}
	.-right .p-spMenu__inner {
		width: 100%;
		transform: translateX(100vw);
	 margin-top: 0;
	}
	[data-spmenu=opened] .p-spMenu__inner {
		transform: translateX(0);
	}
	.p-spMenu__inner::before {
		background: rgba(247,206,85,.7);
	}
	.p-spMenu__closeBtn {
		display: flex;
		height: 60px;
		width: 100%;
	}
	.l-header__menuBtn.sp_ {
		width: 60px;
		height: 60px;
	}
	.c-iconBtn {
		width: 60px;
		height: 60px;
	}
	i.c-iconBtn__icon.icon-close-thin:before {
		color: #FFFFFF;
	}
	[data-spmenu = "opened"] .p-spMenu__closeBtn {
		justify-content: flex-end;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		position: relative;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		color: #FFFFFF;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a:before {
		left: auto !important;
		right: 20px;
	}
	.p-spMenu__body {
		padding: 0;
		background: transparent;
	}
	.p-spMenu__bottom {
		margin-top: 0;
	}
	.c-iconBtn__icon:before {
		font-size: 30px;
	}
}
/* -------------------------------------------
 共通
--------------------------------------------- */
/* simple-btn */
.simple-btn a.wp-block-button__link {
	padding: 10px 40px;
	border-radius: 5px;
	background-color: #BA983A;
	border: 2px solid #000000;
	font-size: 16px;
	position: relative;
	font-weight: 500;
}
.simple-btn a.wp-block-button__link:after {
	font-family: "Font Awesome 6 Free";
  content: "\f152";
	margin-left: 10px;
}
.simple-btn.center {
	justify-content:center;
}
/* 白ボタン */
.simple-btn.white a.wp-block-button__link {
	background-color: #FFFFFF;
	color: #333;
}
@media screen and (max-width: 768px) {
	.simple-btn a.wp-block-button__link {
		padding: 8px 30px;
		border-radius: 3px;
		border: 1px solid #000000;
	}
}
/* セクションタイトル */
.section-ttl-group h2.is-style-section_ttl {
	margin-top: 0;
	font-size: 2em;
}
.section-ttl-group p {
	font-size: 20px;
	letter-spacing: .1em;
	font-weight: 500;
	color: #BA983A;
} 
@media screen and (max-width: 768px) {
	.section-ttl-group h2.is-style-section_ttl {
		font-size: 1.75em;
	}
	.section-ttl-group p {
		font-size: 16px;
	}
}
/* テーブル */
.basic-table td,
.basic-table th {
	padding-top: 1em; 
	padding-bottom: 1em; 
}
.basic-table th {
	text-align: center;
}
@media screen and (max-width: 960px) {
	.basic-table table{
		background-color: transparent !important;
	}
	.basic-table td,
	.basic-table th {
		padding-top: .5em; 
		padding-bottom: .5em; 
	}
	.basic-table th {
		font-weight: 500;
	}
	.basic-table td {
		margin-bottom: 5px;
		background-color: #FFFFFF;
	}
}
/* -------------------------------------------
トップページ
--------------------------------------------- */
/* top-topmess */
#top-topmess {
	position: relative;
}
#top-topmess:before {
	content: "Giardino exterior";
  font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-size: 120px;
	white-space: nowrap;
	line-height: 1;
	z-index: 1;
	opacity: .08;
	letter-spacing: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#top-topmess:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 150px;
	background-image: url(https://giardino-ex.com/wp-content/uploads/2025/06/top-mess-back-1.png);
	background-repeat: repeat no-repeat;
	background-size: contain;
	background-position: center bottom;
	position: absolute;
	bottom: 0;
}
h2.is-style-section_ttl.top-topmess-ttl {
	font-size: 2em;
	text-shadow: 0 2px 3px rgba(0,0,0,.1);
	margin-bottom: 50px;
}
h2.is-style-section_ttl.top-topmess-ttl span {
	color: #BA983A;
}
p.top-topmess-txt {
	font-size: 20px;
	line-height: 1.9em;
	margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
	#top-topmess:before {
		font-size: 80px;
	}
	#top-topmess:after {
		height: 100px;
		background-size: cover;
	}
	h2.is-style-section_ttl.top-topmess-ttl {
		font-size: 1.75em;
		margin-bottom: 30px;
	}
	p.top-topmess-txt {
		font-size: 18px;
		margin-bottom: 30px;
		text-align: left
	}
}
@media screen and (max-width: 768px) {
	#top-topmess:before {
		font-size: 55px;
	}
}
/* 施工事例 */
.top-works-unit .p-postList__body {
	display: flex;
	flex-direction: column;
}
.top-works-unit .p-postList__thumb.c-postThumb {
	border-radius: 15px;
}
.top-works-unit .p-postList__title {
	order: 2;
	padding-top: 5px;
}
.top-works-unit .p-postList__meta {
	margin-top: 0;
	margin-bottom: 10px;
}
.top-works-unit .p-postList__meta :before {
	content: none;
}
.top-works-unit .p-postList__cat {
	color: #FFFFFF;
	padding: 3px 10px;
	border-radius: 3px;
	background-color: #BA983A;
}
@media screen and (max-width: 960px) {
	.top-works-unit .p-postList__thumb.c-postThumb {
		border-radius: 5px;
	}
	.top-works-unit .p-postList__meta {
		margin-top: 0;
	}
	.top-works-unit .p-postList__cat {
		padding: 3px 5px;
	}
}
/* サービス内容 */
.top-service-item-unit {
	max-width: 1500px;
	padding: 0 30px;
	margin: 0 auto 3em;
}
.top-service-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}
.top-service-item {
	flex-basis: calc((100% - 40px) / 3 );
	padding: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	margin: 0;
}
.top-service-item > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 10px;
}
.top-service-item-image {
	flex-basis: 120px;
	height: 100%;
}
.top-service-item-image img {
	height: 100%;
	object-fit: cover;
}
.top-service-item-body {
	flex-basis: calc(100% - 130px);
}
.top-service-item-body h3.is-style-section_ttl.top-service-item-ttl {
	font-size: 20px;
	margin-bottom: 7px;
	padding-bottom: 3px;
	border-bottom: 2px solid #EBE0C0;
	position: relative;
}
.top-service-item-body h3.is-style-section_ttl.top-service-item-ttl:after {
	content: "";
	display: inline-block;
	width: 30%;
	height: 2px;
	background-color: #BA983A;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.top-service-item-body p {
	margin-bottom: 0;
	font-size: 14px;
}
.top-service-item-body p:last-child {
	text-align: right;
}
@media screen and (max-width: 1280px) {
	.top-service-item-unit {
		max-width: 1000px;
		padding: 0 20px;
	}
	.top-service-item-unit > .wp-block-group__inner-container {
		gap: 30px
	}
	.top-service-item {
		flex-basis: calc((100% - 30px) / 2 );
	}
}
@media screen and (max-width: 960px) {
	.top-service-item-unit {
		max-width: 1000px;
		padding: 0 20px;
	}
	.top-service-item-unit > .wp-block-group__inner-container {
		gap: 10px
	}
	.top-service-item {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 768px) {
	.top-service-item-unit {
		padding: 0 5px;
	}
	.top-service-item-image {
		flex-basis: 100px;
	}
	.top-service-item-body {
		flex-basis: calc(100% - 100px);
	}
	.top-service-item-body h3.is-style-section_ttl.top-service-item-ttl {
		font-size: 18px;
		margin-bottom: 3px;
		padding-bottom: 0px;
		border-bottom: 1px solid #EBE0C0;
	}
	.top-service-item-body h3.is-style-section_ttl.top-service-item-ttl:after {
		height: 1px;
		bottom: -1px;
	}
	.top-service-item-body p {
		line-height: 1.3em;
		margin-bottom: 10px;
	}
	.top-service-item-body p:last-child {
		font-size: 12px;
	}
}
/* Flow＋FAQ */
.top-flow {
	background-color: #D67C46 !important;
	color: #FFFFFF;
}
.top-faq {
	background-color: #93C737 !important;
	color: #FFFFFF;
}
.top-flow-faq-unit .section-ttl-group p {
	color: #FFFFFF;
}
.top-flow-faq-unit .swell-block-column {
	padding: 30px;
}



















/* -------------------------------------------
事例実績詳細ページ
--------------------------------------------- */
/* お客様の声、じょるでぃの所感 */
.works-bottom-column .swell-block-column {
	background-color: #FFFFFF;
	padding: 45px;
	border-radius: 10px;
}
/* 芝生背景 */
#siba-back {
	position: relative;
}
#siba-back:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 230px;
	background-image: url(https://giardino-ex.com/wp-content/uploads/2025/06/siba-back.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: repeat no-repeat;
	position: absolute;
	bottom: 0;
}
@media screen and (max-width: 960px) {
	.works-bottom-column .swell-block-column {
		padding: 20px 10px;
	}
	#siba-back {
		position: relative;
	}
	#siba-back:before {
		height: 200px;
		background-size: cover;
	}
}
/* -------------------------------------------
CTA
--------------------------------------------- */
/* ----スライダー--- */
/* スライドの動き等速 */
.cta-slider .swiper-wrapper {
  transition-timing-function: linear;
}
/* CTAボディ */
.cta-body {
	max-width: 1200px;
	margin: -100px auto 0 !important;
	background-color: #FFFFFF;
	padding: 70px 60px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	position: relative;
	z-index: 2;
}
p.cta-sub-ttl {
	font-size: 1.5em;
	text-align: center;
	font-weight: 600;
}
p.cta-txt {
	text-align: center;
}
/* CTAアクセス */
.bom-access h2.is-style-section_ttl{
	border-left: 3px solid #FFFFFF;
	padding-left: 15px;
	margin-bottom: 25px;
}
.bom-access table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Footer-LOGOエリア */
#footer-logo-area {
	border-top: 1px solid #FFFFFF;
}
@media screen and (max-width: 1200px) {
	/* CTAボディ */
	.cta-body {
		max-width: calc(100% - 200px);
		margin: -80px auto 0 !important;
		padding: 50px;
	}
	/* CTAアクセス */
	.bom-access h2.is-style-section_ttl{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 960px) {
	/* CTAボディ */
	.cta-body {
		max-width: calc(100% - 50px);
		margin: 0px auto !important;
		padding: 40px 10px;
	}
	p.cta-sub-ttl {
		font-size: 20px;
	}
	p.cta-txt {
		text-align: left;
	}
	/* CTAアクセス */
	.bom-access h2.is-style-section_ttl{
		border-left: 2px solid #FFFFFF;
		padding-left: 10px;
		margin-bottom: 15px;
		font-size: 20px;
	}
	.bom-access table td {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#footer-logo-area img {
		max-width: 100px;
	}
}
/* コピーライト */
.copyright {
	background-color: #BA983A;
	padding: 5px;
}
.l-footer__nav {
	padding-bottom: 0;
	margin-bottom: 30px;
}
/* SPフッターメニュー */
@media screen and (max-width: 960px) {
	.l-footer__nav {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.l-footer__nav li.menu-item {
		flex-basis: 100%;
	}
	.l-footer__nav li.menu-item a {
		display: block;
		text-align: center;
		padding: 10px;
		border-bottom: 1px solid #A3A3A3;
	}
	.l-footer__nav a {
		border: none;
	}
}
/* -------------------------------------------
コンテンツとCTAの余白調整
--------------------------------------------- */
#before_footer_widget {
	margin-top: 0;
}
.top #content,
.page-id-26 #content,
.page-id-28 #content,
.page-id-36 #content,
.page-id-38 #content,
.page-id-40 #content,
.page-id-34 #content,
.blog #content,
.single #content,
.archive #content {
	margin-bottom: 0;
}

/* -------------------------------------------
私たちについて
--------------------------------------------- */
p.message-top-sub-ttl {
	font-size: 1.3em;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	p.message-top-sub-ttl {
		font-size: 20px;
	}
}

/* -------------------------------------------
サービス一覧
--------------------------------------------- */
/* ページトップメッセージ */
p.page-top-mess-sub-ttl {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
p.page-top-mess-txt {
	text-align: center;
}
p.service-sub-ttl-txt {
	font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	p.page-top-mess-txt {
		text-align: left;
	}
	p.service-sub-ttl-txt {
		font-size: 18px;
	}
}

/* -------------------------------------------
 サービスの流れ
--------------------------------------------- */
.flow-item-unit {
	background-color: #FDFDFD;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
p.flow-step-label {
	display: inline-block;
	background-color: #BA983A;
	color: #FFFFFF;
	padding: 1px 20px;
	margin-bottom: 20px !important;
	font-weight: 500;
	border-radius: 20px;
}
.flow-item-unit h3.is-style-section_ttl {
	font-size: 25px;
}
.flow-item-unit figure img {
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
@media screen and (max-width: 768px) {
	.flow-item-unit {
		padding: 30px 10px;
	}
	p.flow-step-label {
		font-size: 14px;
		margin-bottom: 15px !important;
	}
}

/* -------------------------------------------
 よくある質問
--------------------------------------------- */
.swell-block-faq__item {
	border-bottom: 1px solid #D8D8D9;
	margin-top: 0 !important;
	padding: 20px 0;
}
.swell-block-faq .faq_a:before {
	background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
	.swell-block-faq__item {
		padding: 10px 0;
	}
}

/*--------------------------------------------- 
お問い合わせ
----------------------------------------------- */
.page-id-40 #page-btm-cta {
	display: none;
}
p.contact-tel-number {
	font-size: 50px;
	font-weight: 600;
}
/* お問い合わせフォーム */
.contact-form-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 3em;
}
.form-item {
	display: flex;
	padding: 10px 0;
}
/* ラベル */
.form-item label {
	flex-basis: 25%;
	display: flex;
	align-items: center;
}
/* ※ */
.form-item label span {
	color: red;
	line-height: 0.5;
	padding-left: 10px;
}
/* form */
.form-item > span {
	width: 75%;
}
.form-item input{
	height: 50px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/*年齢  */
.form-item input.your-age {
	max-width: 300px;
}
/* 住所 */
.form-item .form-flex {
	width: 75%;
}
input.add-txt-1 {
	max-width: 300px;
	margin-bottom: 20px;
}
/* お問い合わせ内容 */
.form-item textarea {
	width: 100%;
	min-height: 200px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
.form-item textarea#your-license {
	max-height: 100px;
}
/* 個人情報取扱同意 */
.last-check {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.last-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.last-check label {
	padding-left: 15px;
	font-size: 16px;
	line-height: 2em;
}
/* 送信ボタン　 */
.send-btn {
	position: relative;
	max-width: 265px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
}
.send-btn input{
	width: 100%;
	padding: 15px 20px;
	background-color: #000000;
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
  border-color: #333;
	color: #000000;
	transition: .3s;
}
span#your-subject input {
	width: 20px;
}
span#your-subject span {
	color: #333;
}
/* お問合せ SP*/
@media screen and (max-width: 960px) {
		.contact-form-inner {
			margin: 0 auto;
			padding: 0;
		}
		.form-item {
			display: flex;
			flex-direction: column;
		}
		.form-item label {
			flex-basis: 100%;
			justify-content: left;
		}
	 .form-item label br {
		 display: none;
	}
		.form-item > span {
			width: 100%;
		}
		.form-item input{
			height: 45px;
			width: 100%;
		}
		.form-item .form-flex {
			width: 100%;
		}
		input.your-add-1 {
			max-width: 200px;
			margin-bottom: 10px;
		}
		.form-item textarea {
			min-height: 200px;
		}
		.last-check {
			margin-top: 15px;
		}
		.send-btn {
			margin-top: 20px;
		}
		.send-btn input{
			height: 60px;
		}
	.your-subject span.wpcf7-list-item {
		width: 100%;
		margin-left: 0;
	}
	.your-subject input {
		height: 30px !important;
	}
	p.contact-tel-number {
		font-size: 30px;
	}
}

/* -------------------------------------------
下層 共通
--------------------------------------------- */
/* タイトルエリア */
#top_title_area {
	min-height: 300px;
	max-width: calc(100% - 40px);
	border-radius: 30px;
	margin: 0 auto;
}
#top_title_area.c-filterLayer.-texture-dot:after {
	content: none;
}
#top_title_area .c-pageTitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	font-size: 2em;
}
#top_title_area .c-pageTitle__subTitle {
	font-style: normal;
	margin: 0;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-size: 19px;
}
@media screen and (max-width: 960px) {
	#top_title_area {
		max-width: calc(100% - 30px);
		border-radius: 10px;
	}
	#top_title_area .c-pageTitle {
		gap: 5px;
		font-size: 1.56em;
	}
	#top_title_area .c-pageTitle__subTitle {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	#top_title_area {
		max-width: calc(100% - 20px);
		min-height: 250px;
	}
}
/* セクションタイトル左寄せ */
.section-ttl-group.align-left p,
.section-ttl-group.align-left h2.is-style-section_ttl {
	text-align: left;
}
/* h3セクションタイトル左にボーダーバージョン */
h3.is-style-section_ttl.section-ttl-border-var {
	padding-left: 10px;
	border-left: 3px solid #BA983A;
}

/* -------------------------------------------
外構一式＋ワンポイント施工
--------------------------------------------- */
h2.is-style-section_ttl.section-border-ttl {
	font-size: 1.5em;
	margin-bottom: 30px;
	padding-left: 10px;
	border-left: 3px solid #000000;
}
p.servicedetail-top-info-subttl {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.basic-table.service-price table tr:first-child td {
	background-color: #FFF6E8;
	border: none;
}

.basic-table.service-price table tr:first-child {
	border: none !important;
}
.service-gallery-ttl-group .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service-gallery-ttl-group h2.is-style-section_ttl.section-border-ttl {
	margin: 0;
}