@charset "utf-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}

*,
::before,
::after {
margin: 0;
padding: 0;
border-style: none;
color: inherit;
font-style: inherit;
font-weight: inherit;
font-size: inherit;
box-sizing: border-box;
overflow-wrap: break-word;
word-break: break-word;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption {
text-align: left;
}
td,
th {
vertical-align: top;
padding: 0;
}
a {
text-decoration: none;
cursor: pointer;
transition: 0.7s;
}
a:focus {
outline: none;
}
img,
embed,
object,
iframe {
max-width: 100%;
border: none;
vertical-align: bottom;
}
img {
height: auto;
object-fit: contain; }
a img:hover {
opacity: 0.7;
transition: .7s;
}
.aligncenter {
display: block;
margin: 0 auto 1rem;
}
.alignright {
display: block;
margin: 0 0 1rem auto;
}
.alignleft {
display: block;
margin: 0 auto 1rem 0;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto;
max-width: 100%;
margin-bottom: 1rem;
}
b{
font-weight: bold;
}
small {
font-size: 0.8em;
}
pre,
code,
kbd,
samp {
font-family: monospace, monospace;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
vertical-align: middle;
}
select {
cursor: pointer;
}
input:-moz-read-only,
textarea:-moz-read-only {
background-color: #ddd;
cursor: default;
}
input:read-only,
textarea:read-only {
background-color: #ddd;
cursor: default;
}
textarea {
overflow: auto;
resize: none;
cursor: text;
}
input[type="url"],
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="number"] {
cursor: text;
}
input[type="submit"],
button {
cursor: pointer;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}.cat-box {
margin: 24px 0 !important;
padding: 0 !important;
background: transparent !important;
border: none !important;
}
.cat-box ul,
.cat-box li {
margin: 0 !important;
padding: 0 !important;
background: none !important;
list-style: none !important;
border: none !important;
}
.cat-box li::before {
content: none !important;
display: none !important;
}
.cat-list {
display: flex !important;
flex-wrap: wrap !important;
gap: 10px !important;
}
.cat-pill {
display: inline-block !important;
padding: 6px 18px !important;
background: #b41d17 !important;
color: #fff !important;
font-size: 0.85rem !important;
border-radius: 9999px !important;
text-decoration: none !important;
transition: opacity 0.3s ease !important;
}
.cat-pill:hover {
opacity: 0.85 !important;
} .breadcrumb {
padding-left: 20px;
margin-bottom: 20px;
} .navigation {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #eee;
text-align: center;
} @media screen and (max-width: 768px) {
a.red_btn.tel_btn {
font-size: 0 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
height: 44px !important;
padding: 0 16px !important;
background-color: #ff7f00 !important;
color: #fff !important;
text-decoration: none !important;
width: 100% !important;
}
a.red_btn.tel_btn span {
font-size: 16px !important;
display: inline-flex !important;
align-items: center !important;
gap: 0.4em !important;
white-space: nowrap !important;
}
a.red_btn.tel_btn span img {
width: 1em !important;
height: auto !important;
vertical-align: middle !important;
}
a.red_btn.tel_btn::before,
a.red_btn.tel_btn strong,
a.red_btn.tel_btn em,
a.red_btn.tel_btn .label-text,
a.red_btn.tel_btn br {
display: none !important;
visibility: hidden !important;
height: 0 !important;
overflow: hidden !important;
}
} @media screen and (orientation: landscape) and (max-width: 1024px) {
a.red_btn.tel_btn {
min-width: 200px !important;
}
} .city-pills {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 20px 0 30px;
padding: 0 0 20px;
list-style: none;
justify-content: center;
border-bottom: 1px solid #e0e0e0;
overflow-x: auto;
}
.city-pills::-webkit-scrollbar {
display: none;
}
.city-pills .pill {
display: inline-block;
padding: 6px 18px;
background-color: #f37021;
color: #fff;
font-size: 0.85rem;
text-decoration: none;
border-radius: 9999px;
transition: opacity 0.3s ease;
white-space: nowrap;
}
.city-pills .pill:hover {
opacity: 0.85;
}
.city-pills .pill.active {
background-color: #d64500;
font-weight: 700;
box-shadow: 0 0 0 2px #d64500 inset;
} .archive_list {
max-width: 720px;
margin: 0 auto 60px;
padding: 0 20px 40px;
display: flex;
flex-direction: column;
align-items: center;
}
.archive_list li {
width: 100%;
max-width: 680px;
padding: 12px 0;
border-bottom: 1px dashed #ccc;
text-align: left;
}
.archive_list time {
display: block;
font-size: 0.9rem;
color: #888;
margin-bottom: 4px;
}
.archive_list h2 {
font-size: 1rem;
margin: 0;
} .tax-city .city-term-description{
max-width: 920px;
margin: 0 auto 28px;
padding: 0 16px;
font-size: 16px;
line-height: 2.0;
color: #333;
}
.tax-city .city-term-description h2{
font-size: 22px;
line-height: 1.4;
margin: 12px 0 18px;
font-weight: 700;
padding-left: 12px;
border-left: 4px solid #f07c2b;
}
.tax-city .city-term-description p{
margin: 0 0 16px;
word-break: break-word;
}
.tax-city .city-term-description br{
display: block;
margin: 10px 0;
} @media (max-width: 768px){
.tax-city .city-term-description{
font-size: 15px;
line-height: 1.85;
padding: 0 14px;
}
.tax-city .city-term-description h2{
font-size: 18px;
}
} .content table,
.tax-city .city-term-description table {
width: 100%;
border-collapse: collapse;
margin: 1.5em 0;
font-size: 15px;
line-height: 1.6;
}
.content th,
.content td,
.tax-city .city-term-description th,
.tax-city .city-term-description td {
border: 1px solid #ddd;
padding: 10px 14px;
text-align: left;
vertical-align: top;
}
.content thead th,
.tax-city .city-term-description thead th {
background: #333;
color: #fff;
font-weight: bold;
}
.content tbody tr:nth-child(even),
.tax-city .city-term-description tbody tr:nth-child(even) {
background: #faf6f2;
} @media (max-width: 768px) {
.content table,
.tax-city .city-term-description table {
font-size: 13px;
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.content th,
.content td,
.tax-city .city-term-description th,
.tax-city .city-term-description td {
padding: 8px 10px;
white-space: nowrap;
}
} h1.h_logo a span {
font-size: 20px !important;
line-height: 1.4 !important;
}
h1.h_logo {
max-width: 320px;
}
.menu-content ul li a {
font-size: 15px !important;
white-space: nowrap !important;
padding: 5px 10px !important;
}
.menu-content ul {
gap: 5px;
} h1.h_logo a span,
p.h_logo a span {
font-size: 1.4rem !important;
font-weight: bold;
margin-left: 10px;
line-height: 1.4 !important;
}
h1.h_logo {
max-width: none !important;
} .content h3 {
font-size: 1.2em;
font-weight: bold;
color: #333;
border-left: 4px solid #ff8a00;
padding: 8px 0 8px 12px;
margin: 2em 0 0.8em;
background: #fff8f0;
} .wp-admin .switch-tmce {
display: none !important;
} .wp-editor-tabs .switch-tmce,
a.switch-tmce {
display: none !important;
} .page-id-1671 main.sub > *:not(section):not(.catch):not(nav):not(footer) {
max-width: 860px;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
box-sizing: border-box;
}
.page-id-1671 main.sub table {
width: 100%;
border-collapse: collapse;
margin: 1.2em 0;
font-size: 0.95em;
padding: 0 !important;
}
.page-id-1671 main.sub table th,
.page-id-1671 main.sub table td {
border: 1px solid #ddd;
padding: 10px 14px;
text-align: left;
vertical-align: top;
}
.page-id-1671 main.sub table thead th {
background: #f5a623;
color: #fff;
font-weight: bold;
}
.page-id-1671 main.sub table tbody tr:nth-child(even) { background: #fafafa; }
.page-id-1671 main.sub table tbody tr:hover { background: #fff8f0; }
.page-id-1671 main.sub h2 {
font-size: 1.4em;
font-weight: bold;
border-left: 4px solid #f5a623;
padding-left: 12px;
} .estimate_table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 15px;
}
.estimate_table th {
background: #e8690b;
color: #fff;
padding: 12px 16px;
text-align: center;
border: 1px solid #ddd;
}
.estimate_table td {
padding: 12px 16px;
text-align: center;
border: 1px solid #ddd;
background: #fff;
}
.estimate_table tr:nth-child(even) td {
background: #fff9f5;
}
.estimate_note {
font-size: 13px;
color: #666;
margin-top: 8px;
} main.top .reason ul {
display: flex !important;
flex-wrap: nowrap !important;
gap: 16px;
justify-content: space-between;
}
main.top .reason ul li {
flex: 1 1 0 !important;
width: auto !important;
min-width: 0;
}
@media screen and (max-width: 768px) {
main.top .reason ul {
flex-wrap: wrap !important;
}
main.top .reason ul li {
flex: 1 1 100% !important;
width: 100% !important;
}
} .area_tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 16px;
}
.area_tag {
display: inline-block;
padding: 6px 14px;
background: #fff;
border: 1px solid #e8690b;
border-radius: 20px;
font-size: 13px;
color: #333;
text-decoration: none;
}
a.area_tag:hover {
background: #e8690b;
color: #fff;
} .screen-reader-text {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0,0,0,0) !important;
white-space: nowrap !important;
border: 0 !important;
}