/*
Theme Name:hironaka-child
Template:hironaka
Theme URI: https://athemes.com/theme/sydney
Author: aThemes
Author URI: https://athemes.com
Description: Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an awesome online presence. As well as being fully compatible with Elementor, Sydney brings plenty of customization possibilities like access to all Google Fonts, full color control, layout control, logo upload, full screen slider, header image, sticky navigation and much more. Also, Sydney provides all the construction blocks you need to rapidly create an engaging front page. Looking for a quick start with Sydney? With just a few clicks, you can import one of our existing demos (https://athemes.com/sydney-demos/)
Version: 2.63
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 6.6
Requires PHP: 5.6
Text Domain: sydney
Tags: two-columns, right-sidebar, block-styles, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Sydney is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/

/* 全体 */
body {
    overflow-x: hidden !important;
    font-family: "Roboto", sans-serif;
}
.br_pc {
    display: block;
}
.br_mb {
    display: none;
}
.br_tb {
    display: none;
}
.preloader {
    transition: opacity 0.3s ease-in 0.2s !important;
}
.preloader .spinner {
    margin-left: 0 !important;
    margin-top: 0 !important;
    top: 45% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%);
    width: 380px !important;
}

/* 文字のアニメーション */
.text-slide,
.fade-up {
  opacity: 0;
  will-change: transform;
}
/* ========= 見出し：横から ========= */
.text-slide {
  display: inline-block;
  transform: translateX(-40px);
  clip-path: inset(0 100% 0 0);
}
.text-slide.is-animated {
  opacity: 1;
  transform: translateX(0);
  clip-path: inset(0);
  transition:
    transform 0.8s cubic-bezier(0.37, 0, 0.63, 1),
    clip-path 0.8s cubic-bezier(0.37, 0, 0.63, 1),
    opacity 0.3s ease;
}
/* ========= 本文：下からふわっ ========= */
.fade-up {
  transform: translateY(30px);
}
.fade-up.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.8s ease-out,
    opacity 0.6s ease;
}

/* イラスト */
.illust_box {
    position: relative;
    z-index: 99;
}
.illust {
    position: absolute;
    transform: translate(0, 0) scale(0.18);
}
.cat01 {
    top: -420px;
    right: 0;
}
.cat02 {
    transform: translate(0, 0) scale(0.15);
    top: -510px;
    left: -300px;
}
.cat02-2 {
    transform: translate(0, 0) scale(0.14);
    top: -625px;
    left: -250px;
}
.cat03 {
    top: -387px;
    right: -220px;
}
.dog01 {
    top: -510px;
    right: -140px;
}
.dog01-01 {
    transform: translate(0, 0) scale(0.15);
    top: -600px;
    right: -100px;
}
.dog02 {
    top: -440px;
    left: -70px;
}
.dog03 {
    transform: translate(0, 0) scale(0.25);
    top: -370px;
    left: 0;
}

/* ボタン */
a.btn_type1 {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    width: 240px;
    font-size: .9em;
    padding: 1em 2em;
    border: 1px solid #888;
    border-radius: 40px;
    background: #fff;
    color: #555 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s ease-in;
}
a.btn_type1 span {
    position: absolute;
    top: 17px;
    right: 30px;
    font-size: .8em;
}
a.btn_type1:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}
a.btn_type1:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}
a.btn_type1:hover {
    color: #888;
    border: 1px solid #888;
}
a.btn_type1:hover:before {
    top: -35%;
    background-color: #f2f2f2;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
a.btn_type1:hover:after {
    top: -45%;
    background-color: #f2f2f2;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.list_bak {
    text-align: right;
}
a.btn_type2 {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    width: 200px;
    padding: .8em 2em;
    font-size: .8em;
    border: 1px solid #888;
    border-radius: 40px;
    background: #fff;
    color: #555 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s ease-in;
}
a.btn_type2 span {
    position: absolute;
    right: 24px;
    top: 13px;
    font-size: .7em;
}
a.btn_type2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}
a.btn_type2:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}
a.btn_type2:hover {
    color: #888;
    border: 1px solid #888;
}
a.btn_type2:hover:before {
    top: -35%;
    background-color: #f2f2f2;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
a.btn_type2:hover:after {
    top: -45%;
    background-color: #f2f2f2;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/* 見出し */
.sub_ttl {
    color: #888;
    border-bottom: 20px solid #f2f2f2;
    display: block;
    padding-bottom: 2em;
    margin-top: -1.2em;
    margin-bottom: 4em;
}
.page-id-239 h2 {
    font-size: 1.3em;
    margin-top: 3em !important;
}

/* ヘッダー */
.illust_line {
    background-image: url("../../uploads/2026/02/house_line.png");
    background-repeat: repeat-x;
    background-color: #e5e5e5;
    width: auto;
    height: 30px;
    margin-top: -24px;
    border-bottom: 1px solid #d1d1d1;
}
#menu-item-609,
#menu-item-608,
#menu-item-610 {
    display: none;
}
.sydney-dropdown .sydney-dropdown-li {
    margin-right: 50px;
}
.sydney-dropdown .sydney-dropdown-li a {
    font-size: 1.05em;
    font-weight: 700;
}
.breadcrumb-area {
    font-size: .9em;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.breadcrumb-area-inner {
    text-align: left;
    margin: 2em auto 0;
    padding: 0 15px;
    width: 1170px;
    color: #888;
}
.breadcrumb-area-inner a {
    text-decoration: none;
    color: #555;
}
.breadcrumb-area-inner a:hover {
    color: #888;
}
.page-id-19 .breadcrumb-area {
    display: none;
}

/* フッター */
.shfb-footer {
    z-index: 9 !important;
}
.shfb-row.shfb-cols-layout-bigright.shfb-cols-2 {
    padding-top: 2em;
}
.sydney-credits {
    font-size: .7em;
}
.menu-footer-menu-container ul {
    padding: 0;
    margin: 4em 0;
}
.menu-footer-menu-container li {
    display: inline-block;
    padding: 0 10px 0 0 !important;
    letter-spacing: .1em;
    font-size: .9em;
}
.menu-footer-menu-container li a {
    color: #555;
}
.menu-footer-menu-container li a:hover {
    color: #888;
}
.shfb-column-2 .footer-widget {
    display: flex;
    justify-content: flex-end;
}
.foot_name {
    margin: 2em 0 .5em;
    font-size: 1.2em;
}
.foot_tel {
    font-size: 1.5em;
}
.foot_tel i {
    font-size: .8em;
    margin-right: 3px;
}
.foot_profile {
    display: block;
    font-size: .9em;
    margin-bottom: 4em;
}
.foot_profile_mb {
    display: none;
}
.insta-link a {
    color: #777 !important;
    margin-top: 1em;
}
.insta-link a:hover {
    color: #999 !important;
}
.insta-link i {
    font-size: 2.5em;
    width: var(--fa-width, 0em);
}

/* トップページ */
.top_messge {
    text-align: center;
    font-size: 1.4em;
    line-height: 2;
    letter-spacing: .2em;
}
.top_btn {
    text-align: center;
    padding: 0;
    margin: 0;
}
.top_btn li {
    display: inline-block;
    margin: 0 1em;
}
.top_property {
    border: 2px solid #888;
    border-radius: 50px;
    padding: 5em;
    gap: 80px;
}
.top_wannyan {
    border: 2px solid #888;
    border-radius: 50px;
    padding: 5em;
    gap: 80px;
}
.adoptable-cards-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.adoptable-cards-new .adoptable-title {
    font-size: .95em;
}
.adoptable-cards-new .adoptable-meta {
    font-size: .75em;
}
.top_news_list {
    width: 60%;
    margin: 0 auto;
}
.top_news_list li {
    display: flex;
    padding: 24px;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.wp-block-latest-posts li a {
    color: #555 !important;
    order: 2;
}
.top_news_list li time {
    display: flex;
    align-items: center;
    font-size: .9em;
    color: #555;
    width: 150px;
    font-weight: 400;
}
.news_list_btn {
    text-align: center;
}

/* 動物保護活動 */
.adoptable-single {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 4em;
}
.ad_ttl {
    position: relative;
    padding-left: 70px;
    margin-bottom: 1.5em !important;
}
.ad_ttl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    width: 60px;
    height: 2px;
    background: #555;
    border-radius: 50%;
}
h2.adoptable-title {
    font-size: 1.5em;
}
.wannyan_btn {
    text-align: center;
    padding: 0;
    margin: 0;
}
.wannyan_btn li {
    display: inline-block;
    margin: 0 1em;
}
.wannyan_link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
}
.wannyan_link::before,
.wannyan_link::after {
    content: '';
    width: 2px;
    height: 40px;
    background-color: #555;
    position: unset;
}
.wannyan_link::before {
    margin-right: 40px;
    transform: rotate(-35deg);
}
.wannyan_link::after {
    margin-left: 30px;
    transform: rotate(35deg);
}
.wannyan_message {
    background: #f5f5f5;
    padding: 3em;
    font-size: .8em;
    border-radius: 30px;
    text-align: center;
}
.adoptable-number {
    text-align: right;
    border-top: 1px solid #aaa;
    padding-top: .2em;
    font-size: .8em;
}
.adoptable-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
}
.adoptable-card {
  overflow: hidden;
}
.adoptable-card a {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}
.adoptable-thumb {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.adoptable-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .6s ease;
}
.adoptable-thumb:hover img {
    transform: scale(1.1);
}
.adoptable-thumb::before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: '';
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .6s ease;
    width: 100%;
    z-index: 1;
}
.adoptable-thumb:hover::before {
    opacity: 1;
}
.no-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  color: #999;
}
.adoptable-title {
  font-size: 1em;
  margin: 1em 0 .4em !important;
}
.adoptable-meta {
  font-size: .8em;
  color: #888;
  margin-bottom: 8px;
  line-height: 1.3;
}
.animal-slider {
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin-bottom: 2rem;
}
.animal-slides {
  display: flex;
  transition: transform 0.4s ease;
}
.animal-slide {
  min-width: 100%;
}
.animal-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.slider-prev {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 15px;
    bottom: 50%;
    z-index: 10;
    cursor: pointer;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-135deg) translateY(50%);
    transform: rotate(-135deg) translateY(50%);
}
.slider-next {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 25px;
    bottom: 50%;
    z-index: 10;
    cursor: pointer;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.adoptable-layout {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}
.adoptable-left {
    flex: 1;
}
.adoptable-table {
    width: 100%;
    border-collapse: collapse;
}
.profile_ttl {
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 2em;
    font-size: 1.3em;
}
.profile_ttl:after {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 45px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #555;
    border-radius: 2px;
}
.adoptable-left {
    flex: 0 0 40%;
}
.profile {
    background: #f5f5f5;
    padding: 3em 3em 4em;
    border-radius: 50px;
    width: 100%;
}
.adoptable-table th {
    width: 30%;
    text-align: left;
    vertical-align: top;
    padding: 15px 0;
    border-top: 0px solid #555;
    border-bottom: 3px solid #e6e6e6;
    border-left: 0px solid #555;
    border-right: 0px solid #555;
    font-weight: 400;
    font-size: .9em;
}
.adoptable-table td {
    text-align: left;
    word-break: break-all;
    padding: 15px 0;
    border-top: 0px solid #555;
    border-bottom: 1px solid #e6e6e6;
    border-left: 0px solid #555;
    border-right: 0px solid #555;
    font-weight: 500;
}
.info_box {
    position: relative;
    margin: 6em 0 0;
    padding: 2em;
    border: 1px solid #ccc;
    border-radius: 0 10px 10px 10px;
    font-size: .875em;
    letter-spacing: .06em;
}
.info_box .box-title {
    position: absolute;
    display: inline-block;
    top: -36px;
    left: -1px;
    padding: 0px 14px;
    height: 36px;
    line-height: 34px;
    background: #f5f5f5;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}
.info_box p {
    margin: 0;
    padding: 0;
}
.info_box ul {
    margin: 0;
    padding: 0 0 0 1.5em;
}

/* 会社案内 */
.basic-info th {
    width: 28%;
    text-align: left;
    vertical-align: top;
    padding: 30px 0;
    border-top: 0px solid #555;
    border-bottom: 3px solid #e6e6e6;
    border-left: 0px solid #555;
    border-right: 0px solid #555;
    font-weight: 400;
    font-size: .9em;
}
.basic-info td {
    text-align: left;
    word-break: break-all;
    padding: 30px 0;
    border-top: 0px solid #555;
    border-bottom: 1px solid #e6e6e6;
    border-left: 0px solid #555;
    border-right: 0px solid #555;
    font-weight: 500;
}

/* お知らせ */
.entry-header-news {
    padding: 0 15px;
}
.no-sidebar .layout1, .no-sidebar .layout2 {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
    float: none !important;
}
.posts-layout .entry-post {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 4em;
}
.title-post .entry-title {
    color: #888;
    border-bottom: 20px solid #f2f2f2;
    display: block;
    padding-bottom: 1em;
}
.nav-links .page-numbers,
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: .8em;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:not(.dots):hover {
    background-color: #f2f2f2;
    color: #555;
}

/* お問い合わせ */
.cf7_box {
    background: #f5f5f5;
    padding: 3em 5em 4em;
    border-radius: 50px;
    width: 80%;
    margin: 0 auto;
}
.cf7_ttl {
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 3em;
    font-size: 1.5em;
    line-height: 40px;
}
.cf7_ttl:after {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #555;
    border-radius: 2px;
}
.cf7_box table th,
.cf7_box table td {
    border: 0 solid #ccc;
    text-align: left;
    padding: .5em 0;
}
.cf7_box table th {
    width: 35%;
    font-weight: 400;
    font-size: .9em;
}
.cf7_box table td {
    font-weight: 500;
}
.cf7_box table p {
    margin: 0;
}
.cf7_box .rqd {
    color: darkgoldenrod;
    padding: 0 10px;
    font-size: 11px;
    float: right;
    font-weight: 500;
    line-height: 2;
}
.cf7_mailcheck {
    font-size: .6em;
    background: #4d4d4d;
    padding: .1em .5em .2em;
    margin: .5em;
    color: #fff;
    font-weight: 500;
}
.cf7_box table .msg {
    vertical-align: top;
}
.cf7_box .multi {
    margin-bottom: 3em;
}
.cf7_box .multi th,
.cf7_box .multi td {
    border-bottom: 1px dotted #ccc;
    padding: 1em 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="select"],
.wpcf7 input[type="email"] {
    width: 100%;
}
select {
    font-size: .9em;
}
.con_pri {
    text-align: center;
    font-size: .9em;
    margin: 2em 0;
}
.btn_ok {
    position: relative;
    width: 260px;
    margin: 1em auto 0;
}
.btn_ok p {
    margin: 0;
}
.btn_ok input[type=submit] {
    display: block;
    position: relative;
    color: #555;
    padding: 16px 30px 18px;
    text-align: left;
    margin: 0 auto;
    width: 260px;
    font-size: 1em;
    background: #fff !important;
    letter-spacing: .1em;
    border: 1px solid #888;
    border-radius: 40px;
    transition: 0.5s;
}
.btn_ok:before {
    content: '';
    position: absolute;
    background-color: #555;
    border-radius: 50%;
    right: 30px;
    top: 26%;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}
.btn_ok input[type=submit]:hover {
    color: #888;
    border: 1px solid #888;
    transition: 0.5s;
}
.btn_ok:hover:before {
    background-color: #888;
}
.btn_back {
    position: relative;
    width: 260px;
    margin: 0 auto;
}
.btn_back:before {
    content: '';
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    right: 30px;
    top: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}
.btn_back input[type=button] {
    display: block;
    position: relative;
    color: #fff;
    padding: 18px 30px;
    text-align: left;
    margin: 0 auto;
    width: 260px;
    font-size: 1em;
    background: #ddd !important;
    border: 0px solid #fff;
    letter-spacing: .1em;
    border-radius: 40px;
}
.btn_back input[type=button]:hover {
    background: #bbb !important;
    color: #fff;
}
span.wpcf7-not-valid-tip {
    font-size: .7em;
}
div.wpcf7-validation-errors {
    border: none;
    background: #e5e5e5;
    color: #ff0000;
    padding: 20px;
    margin: 2em 0;
    font-size: 15px;
    text-align: center;
}
div.wpcf7-mail-sent-ok {
    border: none;
    background: #727272;
    color: #fff;
    padding: 20px;
    margin: 2em 0;
    font-size: 15px;
    text-align: center;
}
.wpcf7-spinner {
    display: block;
    background-color: #ccc;
    margin: 0 auto;
}

/* 売却用 お問い合わせ */
.cf7_box_sell input[type="text"] {
    width: 30%;
}

/* 物件用 お問い合わせ */
.cf7_box_sre {
    background: #f5f5f5;
    padding: 2em 4em 1em;
    border-radius: 50px;
    width: 100%;
    margin: 0 auto;
}
.cf7_box_sre .cf7_ttl {
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 3em;
    font-size: 1em;
    line-height: 40px;
}
.cf7_box_sre .cf7_ttl:after {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 50px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #555;
    border-radius: 2px;
}
.cf7_box_sre table .sre_data input[type="text"] {
    background: none;
    border: none;
    height: 30px;
}
.cf7_box_sre table .sre_data_last {
    padding: 0 0 1.5em;
}
.cf7_box_sre table th,
.cf7_box_sre table td {
    border: 0 solid #ccc;
    text-align: left;
    padding: .3em 0;
}
.cf7_box_sre table th {
    font-size: .9em;
}
.cf7_box_sre table p {
    margin: 0;
}
.cf7_box_sre .rqd {
    color: darkgoldenrod;
    padding: 0 10px;
    font-size: 11px;
    float: right;
    font-weight: 500;
    line-height: 2;
}
.cf7_mailcheck {
    font-size: .6em;
    background: #4d4d4d;
    padding: .1em .5em .2em;
    margin: .5em;
    color: #fff;
    font-weight: 500;
}
.cf7_box_sre table .msg {
    vertical-align: top;
}
.cf7_box_sre .multi {
    margin-bottom: 3em;
}
.cf7_box_sre .multi th,
.cf7_box_sre .multi td {
    border-bottom: 1px dotted #ccc;
    padding: 1em 0;
}
.cf7_box_sre .wpcf7-list-item-label a {
    color: #555;
}
.cf-turnstile {
    display: block;
    text-align: center;
}
.cf7-cf-turnstile {
    width: 310px;
    margin: 0 auto -15px;
}

@media (max-width: 1199px) {
    body {
        font-size: 15px;
    }
    table {
        font-size: 15px;
    }
    h2 {
        font-size: 24px;
    }
    .preloader .spinner {
        width: 280px !important;
    }
    
    /* イラスト */
    .illust {
        transform: translate(0, 0) scale(0.15);
    }
    .cat01 {
        right: -150px;
    }
    .cat02-2 {
        transform: translate(0, 0) scale(0.13);
        top: -586px;
    }
    .cat03 {
        top: -380px;
    }
    .dog01 {
        top: -500px;
    }
    .dog02 {
        top: -428px;
        left: -90px;
    }
    .dog03 {
        transform: translate(0, 0) scale(0.24);
    }

    /* ボタン */
    a.btn_type1 {
        width: 210px;
    }

    /* ヘッダー */
    .shfb-header .shfb-main_header_row .shfb-column-2 {
        justify-content: right;
    }
    .site-logo, .shfb-component-logo .site-logo {
        height: 80px;
    }
    .shfb-mobile_offcanvas {
        max-width: 100%;
    }
    .shfb-mobile_offcanvas .shfb-builder-item + .shfb-builder-item {
        margin-top: 40px;
    }
    .sydney-dropdown .sydney-dropdown-link {
        padding: 14px 0;
    }
    .site-branding-mob .site-logo {
        height: 50px;
    }
    .sydney-offcanvas-menu {
        padding: 15px 30px 30px;
    }
    .sydney-offcanvas-menu #mainnav ul li a,
    .sydney-offcanvas-menu #mainnav ul ul li a {
        font-size: 16px;
    }
    .menu-item-609 a,
    .menu-item-608 a,
    .menu-item-610 a {
        font-size: 12px !important;
        background: #f5f5f5;
        margin: .5em 0;
        border-radius: 20px;
    }
    .menu-item-609 {
        margin-top: 20px;
    }

    /* フッター */
    .shfb-footer .shfb-below_footer_row .shfb-column-2 {
        align-items: end;
    }

    /* トップページ */
    .top_btn li {
        margin: 0 .5em;
    }
    .top_property {
        padding: 4em;
        gap: 60px;
    }
    .top_wannyan {
        padding: 4em;
        gap: 60px;
    }
    .top_news_list {
        width: 75%;
    }

    /* お知らせ */
    .posts-layout .entry-title {
        font-size: 22px;
    }
    .single .entry-header .entry-title {
        font-size: 22px;
    }

    /* お問い合わせ */
    .cf7_box {
        padding: 3em 4em 3em;
    }

    /* 物件用 お問い合わせ */
    .cf7_mailcheck {
        display: inline-block;
    }
}

@media (max-width: 1024px) {
    .shfb-main_header_row {
        border-bottom: 1px solid #ccc;
        padding-bottom: 2em;
    }
}

@media (max-width: 991px) {
    .spacer01 {
        height: 0 !important;
        margin: 0 !important;
    }
    h1 {
        font-size: 32px !important;
    }
    
    /* イラスト */
    .cat02 {
        top: -395px;
        left: -150px;
    }
    .cat02-2 {
        transform: translate(0, 0) scale(0.15);
        top: -470px;
        left: -150px;
    }
    .cat03 {
        top: -364px;
    }
    .dog01-01 {
        right: -200px;
    }
    .dog03 {
        transform: translate(0, 0) scale(0.2);
        top: -360px;
    }

    /* フッター */
    footer .shfb-row {
        grid-template-columns: 200px 1fr !important;
    }
    .foot_logo {
        margin-top: 45px;
    }

    /* 動物保護活動 */
    .adoptable-cards {
        grid-template-columns: repeat(5, 1fr);
    }
    .profile {
        padding: 2em 1.8em 3em;
        border-radius: 30px;
    }

    /* お知らせ */
    .single .entry-header .entry-title {
        font-size: 22px !important;
    }

    /* お問い合わせ */
    .cf7_box {
        width: 90%;
    }

    /* 物件お問い合わせ */
    .cf7_box_sre table th,
    .cf7_box_sre table td {
        width: 100%;
        display: block;
    }
    .cf7_box_sre {
        padding: 2em 2.5em 1em;
        border-radius: 40px;
    }
    .cf7_box_sre table .sre_data_last {
        padding: 0 0 .5em;
    }
}

@media (max-width: 767px) {
    .br_mb {
        display: block;
    }
    .spacer02 {
        height: 50px !important;
    }
    .spacer03 {
        height: 10px !important;
    }
    .spacer04 {
        height: 0 !important;
        margin: 0 !important;
    }
    h1 {
        font-size: 26px !important;
    }
    h2 {
        font-size: 22px;
    }
    h2.adoptable-title {
        font-size: 1.2em;
    }
    .page-id-239 h2 {
        font-size: 1.2em;
    }
    .sub_ttl {
        font-size: .8em;
    }

    /* イラスト */
    .illust {
        transform: translate(0, 0) scale(0.2);
    }
    .cat01 {
        top: -270px;
        right: -130px;
    }
    .cat02 {
        transform: translate(0, 0) scale(0.28);
        top: -200px;
        left: unset;
        right: -90px;
    }
    .cat02-2 {
        transform: translate(0, 0) scale(0.28);
        top: -280px;
        left: 0;
    }
    .cat03 {
        top: -212px;
        right: -130px;
    }
    .dog01 {
        top: -300px;
        right: -100px;
    }
    .dog01-01 {
        top: -390px;
        right: -100px;
    }
    .dog02 {
        transform: translate(0, 0) scale(0.24);
        top: -290px;
        left: -20px;
    }
    .dog03 {
        transform: translate(0, 0) scale(0.28);
        top: -240px;
        right: -90px;
    }

    /* ボタン */
    .top_btn a.btn_type1 {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        line-height: 18px;
        padding: 2.3em 2em;
        text-align: center;
    }
    a.btn_type1 span {
        top: 14px;
        right: 42px;
        font-size: .7em;
    }
    a.btn_type1 {
        width: 100%;
        font-size: 1em;
    }
    a.btn1_mb {
        width: 200px;
        padding: .8em 2em;
        font-size: .8em;
    }
    a.btn1_mb span {
        right: 24px;
        top: 13px;
        font-size: .7em;
    }
    a.btn_sell {
        padding: 2.3em 1.5em !important;
    }

    /* ヘッダー */
    .site-logo, .shfb-component-logo .site-logo {
        height: 65px;
    }
    .shfb-main_header_row {
        padding: 1em .5em;
    }
    .breadcrumb-area {
        font-size: .7em;
    }

    /* フッター */
    .shfb-rows .container {
        padding: 0 2.8em;
    }
    footer .shfb-row {
        grid-template-columns: 1fr !important;
    }
    .menu-footer-menu-container ul {
        margin: 0 0 4em 0;
    }
    .foot_profile {
        display: none;
    }
    .foot_profile_mb {
        display: block;
        font-size: .9em;
        margin-bottom: 2.5em;
    }
    .foot_logo {
        margin-top: 1em;
    }
    .foot_logo img {
        height: 60px;
        width: auto;
    }
    .menu-footer-menu-container li {
        padding: 0 8px 0 0 !important;
        letter-spacing: .05em;
        font-size: .85em;
    }
    .insta-link {
        margin-top: 2em;
    }
    .sydney-credits {
        padding: 0 0 3em;
    }
    .shfb-footer .shfb-below_footer_row .shfb-column-2 {
        align-items: flex-start;
    }

    /* トップページ */
    .fp-content-area {
        padding-left: 15px;
        padding-right: 15px;
    }
    .top_btn li {
        margin: 0 .5em;
    }
    .top_property {
        padding: 2em;
        gap: 40px;
    }
    .top_wannyan {
        padding: 2em;
        gap: 40px;
    }
    .adoptable-cards-new {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .top_news_list {
        width: 90%;
    }
    .top_news_list li {
        display: grid;
        padding: 16px 2px;
    }

    /* 動物保護活動 */
    .adoptable-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .adoptable-number {
        font-size: .7em;
    }
    .wannyan_link::before {
        margin-right: 20px;
    }
    .wannyan_link::after {
        margin-left: 20px;
    }
    .wannyan_message {
        text-align: left;
    }
    .adoptable-layout {
        flex-direction: column;
    }
    .profile_ttl {
        font-size: 1.1em;
    }
    .adoptable-table th {
        width: 27%;
        font-size: .85em;
        letter-spacing: .05em;
    }
    .wannyan_btn li {
        display: block;
        margin: 1em auto;
    }
    .wannyan_btn li a.btn_type1 {
        width: 90%;
    }
    .info_box {
        padding: 1.7em;
        letter-spacing: .05em;
    }

    /* 会社案内 */
    .basic-info th,
    .basic-info td {
        display: block;
        width: 100%;
    }
    .basic-info th {
        padding: 20px 0 0;
        border-bottom: 0px solid #e6e6e6;
    }
    .basic-info td {
        padding: 10px 0 30px 0;
    }

    /* お知らせ */
    .posts-layout .entry-title {
        font-size: 20px;
    }

    /* お問い合わせ */
    .cf7_box {
        width: 100%;
    }
    .cf7_ttl {
        font-size: 1.2em;
    }
    .cf7_box table th,
    .cf7_box table td {
        display: block;
        width: 100%;
    }
    .cf7_box {
        padding: 2em;
    }
    .cf7_box .multi th {
        border-bottom: 0 dotted #ccc;
        padding: 1em 0 0;
        font-size: .9em;
        font-weight: 400;
    }
    .cf7_box .multi td {
        border-bottom: 1px dotted #ccc;
        padding: .5em 0 1.5em;
        font-weight: 500;
    }

    /* 物件用 お問い合わせ */
    .cf7_box_sre {
        padding: 2em 2em;
    }
    .cf7_box_sre table .sre_data {
        padding: 0;
    }
    .cf7_box_sre table .sre_data_last {
        padding: 0;
    }
    .cf7_box_sre table .sre_data_last2 {
        padding: .3em 0 0;
    }
}