/*!
Theme Name: 荘園不動産
Theme URI: http://underscores.me/
Author: Seeknet USA
Author URI: https://seeknetusa.com/
Description: 2025年作成
Version: 1.0.0
Tested up to: 8.3
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shoen_realty

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

荘園不動産 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-padding-top: 170px;
  }
}
/* CTA Adjustment */
#sticky-sp {
  bottom: 0 !important;
}
/* Anchor Scroll Adjustment
html {
  scroll-padding-top: 170px;
} */
@media screen and (max-width: 1399px) {
  #header-pc-bottom-right .menu2 {
    display: unset !important;
  }
}
@media screen and (max-width: 1274px) {
  :root {
    scroll-padding-top: 260px;
  }
  #header-pc-bottom-right .menu2 {
    display: none !important;
  }
	#header-pc-mid {
		display: block !important;
	}
}
@media screen and (max-width: 991px) {
  :root {
    scroll-padding-top: 90px;
  }
}
#home-hero {
  height: 90vh !important;
}
@media screen and (max-width: 991px) {
  #home-hero {
    height: 60vh !important;
  }
}
#header-pc-mid {
  background-color: #F8F8F8;
  padding-left: 25px;
  padding-right: 25px;
}
#header-pc-mid .menu li {
  font-size: 12px;
  padding-bottom: 5px;
}
#header-pc-mid .menu li a {
  color: #004B8C;
}
/* Firfield Page */
#fairfield-header {
  background: url("/wp-content/themes/shoen_realty/assets/img/info/fairfield-header.webp") center center no-repeat;
  background-size: cover;
}
/* Contact Form  Adjustment */
.contact-form .form-group .wrap__label span.wpcf7-list-item-label  {
  color: #212529;
}
.contact-form .btns .wpcf7-spinner {
  display: inline-block !important;
}
.wpcf7-spinner {
 margin: 4.25rem auto 0 !important;
 position: absolute !important;
}
#area__inputs {
 width: calc(100% - 230px);
}
.contact-form .form-group #area__inputs .wpcf7-form-control-wrap,
.contact-form .form-group #area__inputs .form-control {
 width: 100% !important;
}
/*.contact-form .form-group .wrap--message .wpcf7-textarea.form-control {
  min-height: 150px;
}*/
@media (min-width:768px) {
.wpcf7-checkbox.form-check {
display: grid;
grid-template-columns: auto auto auto;
}
}
/* Adminbar Adjustment */
@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px !important;
  }
}