@charset "UTF-8";
/*
Theme Name: sydney-child
Template: sydney
*/
* {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
h1, h2, h3, h4, h5, h6, li, input {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;
}
.site-header {
	background: rgba(255, 255, 255, 1.00) !important;
	padding: 20px 0 0 !important;
}
.site-header.float-header {
	padding: 0;
}
.site-title a {
	background-image: url(images/top_logo.svg);
	background-size: cover;
	width: 310px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	display: block;
}
#mainnav {
	float: none;
}
.site-header {
	border: none !important;
}
@media (min-width:481px) {
	.text-slider .maintitle {
		background-image: url(images/main_logo.svg);
		background-size: cover;
		width: 210px;
		height: 0;
		padding: 300px 0 0 0;
		overflow: hidden;
	}
	.cat-post-date {
		margin-right: 1em;
	}
	.d_n{
		display: none;
	}
}
@media (max-width:480px) {
	.text-slider .maintitle {
		background-image: url(images/main_logo.svg);
		background-size: 100%;
		width: 25%;
		height: 0;
		padding: calc(300/210*25%) 0 0 0;
		overflow: hidden;
	}
	.subtitle {
		font-size: 16px !important;
		line-height: 1.3 !important;
		width: 80% !important;
	}
	.cat-post-date {
		display: block;
	}
}
/*.elementor-widget-container h5 {
    background: rgb(0, 104, 55);
    color: rgb(255, 255, 255);
    padding: 8px 0 8px 30px;
}
.elementor-widget-container h5::after {
    position: absolute;
    top: 13%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 20px;
    height: 5px;
    background-color: rgb(255, 255, 255);
}*/
#category-posts-REPLACE_TO_ID-internal {
	padding: 0 20px !important;
}
#category-posts-REPLACE_TO_ID-internal li {
	font-size: 16px;
	list-style-type: none;
	border-bottom: 1px solid rgb(0, 104, 55);
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.cat-post-footer-link {
	text-align: right;
	display: block;
	padding-right: 20px;
}
.go-top {
	background-color: rgba(0, 104, 55, 1) !important;
	border: 1px solid rgba(0, 104, 55, 1) !important;
}
.go-top svg {
	fill: rgb(255, 255, 255);
}
.go-top:hover {
	background: rgb(255, 255, 255) !important;
	border: 1px solid rgba(0, 104, 55, 1) !important;
}
.go-top:hover svg {
	fill: rgb(0, 104, 55);
}
.footer-widgets {
	padding: 0 !important;
}
#footer_logo {
	background-image: url("images/footer_logo1.svg");
	width: 200px;
	height: 0;
	padding-top: 150px;
	overflow: hidden;
	margin: 100px auto 10px;
}
#footer {
	padding: 10px 0;
}
#footer h4 {
	background-image: url("images/footer_logo2.svg");
	width: 200px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	margin: 0 auto;
}
address, .site-info {
	text-align: center;
	font-size: 14px !important;
	font-style: normal;
}
.widget-area .widget {
	margin-bottom: 0;
}
/*----------- page ---------------------------------------------------------------*/
.title_h1 h1 {
	position: relative;
	padding-bottom: 0.5em !important;
	color: rgb(0, 104, 55);
	font-size: 28px !important;
	margin-bottom: 30px !important;
	line-height: 1.5 !important;
}
.title_h1 h1::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	box-sizing: border-box;
	border-top: 3px solid rgb(0, 104, 55);
	border-bottom: 1px solid rgb(0, 104, 55);
}
.title_h1_2 h1 {
	position: relative;
	padding-bottom: 0.5em !important;
	color: rgb(40, 81, 122);
	font-size: 28px !important;
	margin-bottom: 30px !important;
	line-height: 1.5 !important;
}
.title_h1_2 h1::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	box-sizing: border-box;
	border-top: 3px solid rgb(40, 81, 122);
	border-bottom: 1px solid rgb(40, 81, 122);
}
.title_h2 h2 {
	margin: 0 0 0 20px !important;
	font-size: 24px !important;
	position: relative;
	font-weight: normal;
	display: inline-block;
	background-color: #fff;
	padding: 0 10px;
	color: rgb(0, 104, 55);
}
.title_h2 {
	position: relative;
	margin-bottom: 15px;
}
.title_h2:before {
	content: '';
	background-color: rgb(0, 104, 55);
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.title_h2_news h2 {
	margin: 0 0 0 20px;
	font-size: 24px;
	position: relative;
	font-weight: normal;
	display: inline-block;
	background-color: rgb(245, 245, 245);
	padding: 0 10px;
	color: rgb(0, 104, 55);
}
.title_h2_news {
	position: relative;
	margin-bottom: 15px;
}
.title_h2_news:before {
	content: '';
	background-color: rgb(0, 104, 55);
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.title_h2_2 h2 {
	font-size: 20px;
	color: rgb(0, 104, 55);
	padding: 0.5em 0;
	border-top: solid 1px rgb(0, 104, 55);
	border-bottom: solid 1px rgb(0, 104, 55);
}
.title_h3 {
	font-size: 22px !important;
	color: rgb(0, 104, 55);
	margin: 5px 0 20px !important;
}
.name {
	font-size: 28px;
	margin-left: 1em;
}
@media (max-width:480px) {
	#primary {
		padding: 0 10px 0;
	}
}
/*----------- table ---------------------------------------------------------------*/
@media (min-width:481px) {
	.table01, .table02 {
		border-collapse: collapse;
		margin: 0 auto;
	}
	.table01 td, .table02 td {
		padding: 10px;
		border: none;
		text-align: left;
	}
	.table01 th {
		border: none;
		padding: 10px 30px;
		font-weight: normal;
		width: 220px;
		text-align: left;
	}
	.table02 th {
		border: none;
		padding: 10px 30px;
		font-weight: normal;
		width: 120px;
		text-align: left;
	}
	.table01 tr:nth-child(even), .table02 tr:nth-child(odd) {
		background: rgb(229, 240, 235);
	}
	.archive_btn, .archive_btn2 {
		width: 50%;
	}
}
@media (max-width:480px) {
	.table01, .table02 {
		border-collapse: collapse;
		margin: 0 auto;
	}
	.table01 td, .table02 td {
		padding: 10px;
		border: none;
		text-align: left;
		display: block;
	}
	.table01 th {
		border: none;
		padding: 10px;
		font-weight: normal;
		text-align: left;
		display: block;
		background: rgb(229, 240, 235);
	}
	.table02 th {
		border: none;
		padding: 10px;
		font-weight: normal;
		text-align: left;
		display: block;
		background: rgb(229, 240, 235);
	}
}
.archive_btn {
	background-color: rgb(0, 104, 55) !important;
	border-radius: 10px 10px 10px 10px !important;
	padding: 15px 50px 15px 50px !important;
	margin: 50px auto 0 !important;
	display: block !important;
}
.archive_btn2 {
	background-color: rgb(40, 81, 122) !important;
	border-radius: 10px 10px 10px 10px !important;
	padding: 15px 50px 15px 50px !important;
	margin: 50px auto 0 !important;
	display: block !important;
}
/*-----------  ---------------------------------------------------------------*/
.method_btn a {
	width: 90% !important;
}
.elementor-accordion .elementor-accordion-item {
	border: none !important;
	border-bottom: 1px solid rgb(212, 212, 212) !important;
}
.elementor-tab-title a {
	font-size: 18px;
	margin-bottom: 10px;
	color: rgb(0, 104, 55) !important;
	text-indent: -2.1em;
	padding-left: 2em;
	display: block;
}
.elementor-tab-title:first-letter {
	font-size: 24px;
	color: rgb(0, 104, 55);
}
.elementor-tab-content p {
	margin-bottom: 30px;
	padding-left: 2.5em;
	text-indent: -2.5em;
}
.elementor-tab-content p:first-letter {
	font-size: 24px;
	color: rgb(178, 0, 0);
	padding-right: 1em;
}
/*----------- archive ---------------------------------------------------------------*/
.post-wrap {
	padding: 0;
}
.content-area .hentry::after {
	width: 100%;
}
.hentry .meta-post {
	font-size: 18px;
	margin-bottom: 0;
}
.flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_box::after {
	content: "";
	display: block;
	width: 350px;
}
.flex_box a:hover {
	opacity: 0.7;
}
.jirei_archive_title {
	color: rgba(0, 104, 55, 1.00);
	font-size: 18px !important;
	text-align: left;
}
.jirei_box {
	width: 350px;
}
.maintenance_archive_title {
	color: rgba(40, 81, 122, 1.00);
	font-size: 18px !important;
	text-align: left;
}
.maintenance_box {
	width: 350px;
}
.category-news, .category-jirei, .category-co {
	padding: 0 10px;
}
.dots {
	color: rgba(38, 38, 38, 1.00) !important;
}
.entry-post p {
	color: rgba(38, 38, 38, 1.00) !important;
}
/*----------- single ---------------------------------------------------------------*/
.p_10 {
	padding: 0 10px;
}
.p_20 {
	padding: 0 20px;
}
.mt_10 {
	margin-top: 10px !important;
}
.mt_20 {
	margin-top: 20px !important;
}
.mt_50 {
	margin-top: 50px !important;
}
.mt_100 {
	margin-top: 100px !important;
}
.mb_10 {
	margin-bottom: 10px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.mb_50 {
	margin-bottom: 50px !important;
}
.mb_100 {
	margin-bottom: 100px !important;
}
.font_main_g {
	color: rgb(0, 104, 55) !important;
}
.shiomi_green {
	color: rgb(0, 104, 55) !important;
}
.txt_r {
	text-align: right !important;
}
@media (min-width:481px) {
	.p_10m {
		padding: 0 10px;
	}
	.p_20m {
		padding: 0 20px;
	}
	.txt_r_m {
		text-align: right !important;
	}
	.about_btn {
		margin-left: 1em;
	}
	.mr_10 {
		margin-right: 10px;
	}
	.ml_10 {
		margin-left: 10px;
	}
}
@media (max-width:480px) {
	.lh1_2 {
		line-height: 1.2;
	}
	.dp_n {
		display: none !important;
	}
	.plr_0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.about_btn {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	.mr_10 {
		margin-bottom: 20px;
	}
	.jirei_box {
		width: 100% !important;
		margin: auto;
	}
}
.about_btn {
	background-color: rgb(0, 104, 55);
	padding: 5px 10px;
	color: rgba(255, 255, 255, 1.00);
	border-radius: 10px;
	font-size: 13px;
}
.about_btn:hover {
	color: rgba(255, 255, 255, 1.00) !important;
	background-color: rgb(0, 181, 99) !important;
}
/*----------- google map ------------*/
#gmap {
	position: relative;
	padding-bottom: 500px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 150px;
}
#gmap iframe, #gmap object, #gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*----------- manu ------------*/
@media (min-width:481px) {
	.main_menu {
		background-color: rgba(0, 104, 55, 1.00);
		margin-top: 20px;
	}
	.main_menu::after, nav::after {
		display: block;
		content: "";
		clear: both;
	}
	nav {
		width: 1120px;
		margin: 0 auto;
	}
	#menu-main {
		display: flex;
		justify-content: space-between;
	}
	#mainnav ul li {
		margin: 0;
		padding: 0;
	}
	#mainnav ul li a {
		font-size: 16px;
		width: 160px;
		display: block;
		text-align: center;
		padding: 8px 0;
	}
	#menu-main li a:hover {
		color: rgba(255, 255, 255, 1.00) !important;
		background: rgba(0, 181, 99, 1.00);
	}
}
@media (max-width:1024px) {
	.main_menu {
		background-color: rgba(0, 104, 55, 1.00);
		margin-top: 20px;
		padding: 10px 0;
	}
	.sydney-svg-icon {
		height: auto !important;
	}
	.btn-menu {
		margin: 0 auto;
	}
	#mainnav-mobi {
		top: auto;
		background-color: rgba(0, 104, 55, 1.00) !important;
		margin-top: 10px !important;
	}
	#mainnav-mobi ul li {
		border-top: 1px solid rgba(255, 255, 255, 1.00) !important;
		text-align: center !important;
	}
}
@media (max-width:480px) {}
.page-numbers {
	margin-bottom: 10px;
}
/*----------- 問い合わせ ------------*/
.grecaptcha-badge {
	visibility: hidden;
}
#pp_box {
	overflow: scroll;
	width: 100%;
	height: 100px;
	background: rgb(255, 255, 255);
	padding: 10px;
	border: 1px solid rgb(0, 0, 0);
}
#pp_box h5 {
	font-size: 13px !important;
	margin-bottom: 10px;
}
#pp_box h6 {
	font-size: 12px !important;
	margin-bottom: 10px;
}
#pp_box p {
	font-size: 11px !important;
	margin-bottom: 10px !important;
}
#pp_box li {
	font-size: 11px !important;
}
.s_red {
	font-size: 13px;
	color: rgba(215, 0, 0, 1.00);
}
.wpcf7-form p {
	margin-bottom: 5px !important;
}
.wpcf7 input {
	color: rgba(0, 0, 0, 1.00) !important;
	width: 100%;
	background-color: rgb(250, 250, 250) !important;
	height: 35px !important;
	padding: 4px 5px !important;
}
.wpcf7 textarea {
	background-color: rgb(250, 250, 250) !important;
}
.wpcf7 input[type="submit"] {
	color: rgba(255, 255, 255, 1.00) !important;
	width: 50%;
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin: 20px auto 0;
	background-color: rgb(0, 104, 55) !important;
	border-radius: 10px;
	height: 45px !important;
}
.wpcf7 input[type="submit"]:hover {
	color: rgba(0, 104, 55, 1.00) !important;
	background-color: rgb(255, 255, 255) !important;
	;
}
.wpcf7-form-control-wrap {
	padding-bottom: 10px;
	display: block;
}
#mainte_cf7 .wpcf7 input[type="submit"] {
	background-color: rgba(40, 81, 122, 1.00) !important;
	border: 1px solid rgba(40, 81, 122, 1.00) !important;
}
#mainte_cf7 .wpcf7 input[type="submit"]:hover {
	color: rgba(40, 81, 122, 1.00) !important;
	background-color: rgba(255, 255, 255, 1.00) !important;
}
#mainte_cf7 .wpcf7 input, #mainte_cf7 .wpcf7 textarea {
	background-color: rgb(255, 255, 255) !important;
}
/*----------- top animation ------------*/
.text-slider {
	animation-name: none;
}
/*以下フェードイン表示の指定*/
.maintitle {
	opacity: 0;
	animation: fadein 3s ease forwards;
	animation-delay: 8s;
}
.maintitle::after {
	background-color: transparent !important;
}
.subtitle {
	opacity: 0;
	animation: fadein2 7s ease forwards;
	animation-delay: 1s;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
@keyframes fadein {
	100% {
		opacity: 1;
	}
}
@keyframes fadein2 {
	0% {
		top: 60%;
	}
	50% {
		opacity: 1;
		top: 60%;
	}
	100% {
		opacity: 1;
		top: 115%;
	}
}
@media (max-width:480px) {
	.slide-inner {
		top: 40% !important;
	}
	.subtitle span {
		display: block;
	}
	footer span, address span {
		display: block;
	}
}
/*----------- privacy ------------*/
.pp_box h3 {
	font-size: 18px !important;
	color: rgb(0, 104, 55);
}
/*----------- 施工事例MAP ------------*/
.mymap_box {
	margin: 100px 0;
}
/*----------- 修理・整備 ------------*/
.rpwe-block ul {
	list-style: none !important;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rpwe-block ul::after {
	content: "";
	display: block;
	width: 340px;
}
.rpwe-block ul li {
	width: 340px;
	margin-bottom: 50px;
	border-bottom: none;
}
.rpwe-block ul li img {
	width: 100%;
	margin-bottom: 10px;
}
.rpwe-title a {
	font-size: 20px;
	line-height: 1.5;
	color: rgba(40, 81, 122, 1.00);
}
#mainte_qa .elementor-tab-title a {
	font-size: 18px;
	margin-bottom: 10px;
	color: rgb(40, 81, 122) !important;
	text-indent: -1.9em;
	padding-left: 2em;
	display: block;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gallery figure {
	width: 30%;
	margin-bottom: 50px;
	transition: all 0.3s ease-in-out;
}
.gallery figure div a:hover {
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
}
@media (max-width:480px) {
	.rpwe-block ul li {
		width: 100%;
	}
}
/*----------- サイトマップ ------------*/
#sitemap_list {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
#sitemap_list a {
	text-decoration: none;
}
#sitemap_list li {
	font-size: 18px;
	text-indent: 0;
	background: url(images/line_horizontal_solid.gif) repeat-x 0 1.5em;
	padding: 0 0 20px 5px;
	margin: 0;
	list-style-type: none;
}
#sitemap_list li ul {
	margin: 0;
	padding: 5px 0 0 0;
}
#sitemap_list li li {
	font-size: 16px;
	font-weight: normal;
	background: url(images/ico_list_square.gif) no-repeat 0 0.5em;
	margin: 0 0 3px 15px;
	padding: 0 0 0 15px;
}
#sitemap_list li li li {
	background: url(images/ico_gray_arrow.png) no-repeat 0 0.5em;
}
#sitemap_list .posts_in_category {
	position: absolute;
	padding-left: 10px;
}
#sitemap_list .posts_in_category a {
	background: url(images/ico_post_list.png) no-repeat center;
	text-indent: -9999px;
	display: block;
	width: 1.2em;
	height: 1.2em;
	border: solid 1px #ccc;
}
#content {
	padding-bottom: 0 !important;
}
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
}
.loader, .loader:before, .loader:after {
	background: rgb(0, 145, 69);
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}
.loader {
	color: rgb(0, 145, 69);
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before, .loader:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 1.5em;
}
@-webkit-keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
@keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}