/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

/* Custom Styles for Company Info Page */
:root {
    --primary-blue: #0A2540;
    --secondary-blue: #1A365D;
    --accent-gold: #C5A059;
    --text-main: #333333;
    --text-muted: #666666;
    --bg-light: #F8F9FA;
    --border-light: #E2E8F0;
    --white: #FFFFFF;
    --company-bg: #f4fbff;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--text-main);
    background-color: var(--bg-light);
    line-height: 1.6;
}

/* -----------------------
           Header
           ----------------------- */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 4rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.header-right .phone {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.05em;
}

.header-right .phone::before {
    content: '📞';
    font-size: 1.1rem;
}

.header-left .logo img {
    height: 55px;
    width: auto;
    display: block;
}

/* -----------------------
           FV (First View)
           ----------------------- */
.fv-section {
    position: relative;
    height: 80vh;
    min-height: 500px;
    margin-top: 0;
    background-image: url('https://es-hanabusa.com/wp-content/uploads/2026/03/fv_image.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fv-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(10, 37, 64, 0.3) 0%, rgba(10, 37, 64, 0.1) 100%);
}

.fv-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: var(--white);
    animation: fadeIn 1.5s ease-out;
}

.fv-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.fv-content p {
    font-size: 1.2rem;
    margin-top: 1rem;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

/* -----------------------
           Message Section
           ----------------------- */
.message-section {
    padding: 6rem 1rem 4rem;
    background-color: var(--white);
    text-align: center;
}

.message-container {
    max-width: 830px;
    margin: 0 auto;
}

.message-title {
    font-size: 1.8rem;
    color: var(--primary-blue);
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.message-text {
    font-size: 1.1rem;
    color: var(--text-main);
    line-height: 2;
    letter-spacing: 0.05em;
}

/* -----------------------
           News Section
           ----------------------- */
.news-section {
    padding: 2rem 1rem 8rem;
    background-color: var(--white);
}

.news-container {
    max-width: 800px;
    margin: 0 auto;
}

.news-list {
    margin-bottom: 3rem;
}

.news-item {
    border-bottom: 1px solid var(--border-light);
}

.news-item:first-child {
    border-top: 1px solid var(--border-light);
}

.news-item a {
    display: flex;
    align-items: center;
    padding: 1.5rem 1rem;
    text-decoration: none;
    color: var(--text-main);
    transition: background-color 0.3s ease;
}

.news-item a:hover {
    background-color: var(--bg-light);
}

.news-date {
    font-size: 0.95rem;
    color: var(--primary-blue);
    font-weight: 500;
    margin-right: 2rem;
    letter-spacing: 0.05em;
    min-width: 100px;
}

.news-title {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.news-empty {
    padding: 2rem;
    text-align: center;
    color: var(--text-muted);
}

.news-more {
    text-align: center;
}

.btn-view-more {
    display: inline-block;
    padding: 1rem 3rem;
    background-color: transparent;
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    font-family: 'Playfair Display', serif;
}

.btn-view-more:hover {
    background-color: var(--primary-blue);
    color: var(--white);
}

/* -----------------------
           Property Section
           ----------------------- */
.property-section {
    padding: 6rem 1rem;
    background-color: var(--bg-light);
}

.property-container {
    max-width: 1100px;
    margin: 0 auto;
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.property-item {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.property-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.property-item a {
    text-decoration: none;
    color: inherit;
}

.property-img {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.property-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.property-item:hover .property-img img {
    transform: scale(1.1);
}

.property-type-tag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: var(--accent-gold);
    color: var(--white);
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 4px;
    z-index: 5;
    letter-spacing: 0.05em;
}

.property-info {
    padding: 1.5rem;
}

.property-data-list {
    margin: 0;
    font-size: 0.95rem;
    color: var(--text-main);
}

.data-row {
    display: flex;
    justify-content: flex-start;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-light);
}

.data-row:last-child {
    border-bottom: none;
}

.property-data-list dt {
    width: 5.5rem;
    color: var(--secondary-blue);
    font-weight: 500;
    flex-shrink: 0;
    position: relative;
    padding-right: 0.5rem;
}

.property-data-list dt::after {
    content: "：";
    position: absolute;
    right: 0;
}

.property-data-list dd {
    flex-grow: 1;
    margin: 0;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.property-data-list .price-val {
    color: #333333;
    font-weight: 700;
    font-size: 1.1rem;
}

.property-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem;
    color: var(--text-muted);
}

.property-more {
    text-align: center;
}

/* -----------------------
           Page Header
           ----------------------- */
.page-header {
    margin-top: 80px;
    /* offset for fixed header */
    background-color: var(--bg-light);
    padding: 6rem 1rem 4rem;
    text-align: center;
}

.page-header h1 {
    font-size: 2.5rem;
    color: var(--primary-blue);
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.page-header p {
    font-size: 1rem;
    color: var(--accent-gold);
    font-family: 'Playfair Display', serif;
    font-style: italic;
    letter-spacing: 0.1em;
}

.page-news-section {
    padding: 4rem 1rem 6rem;
}

/* -----------------------
           Pagination
           ----------------------- */
.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bg-light);
    color: var(--text-main);
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: var(--primary-blue);
    color: var(--white);
}

.pagination .prev,
.pagination .next {
    width: auto;
    padding: 0 1rem;
    border-radius: 20px;
}

/* -----------------------
           Single Post
           ----------------------- */
.single-section {
    padding: 4rem 1rem 8rem;
    background-color: var(--white);
}

.single-container {
    max-width: 800px;
    margin: 0 auto;
}

.single-header {
    border-bottom: 2px solid var(--accent-gold);
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    text-align: center;
}

.single-date {
    display: block;
    font-size: 1rem;
    color: var(--primary-blue);
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.single-title {
    font-size: 2rem;
    color: var(--text-main);
    line-height: 1.5;
    margin: 0;
}

.single-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-main);
    margin-bottom: 4rem;
}

.single-content p {
    margin-bottom: 1.5rem;
}

.single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 2rem 0;
}

.single-content h2,
.single-content h3 {
    color: var(--primary-blue);
    margin: 2.5rem 0 1.5rem;
    font-weight: 700;
}

.single-content h2 {
    font-size: 1.5rem;
    border-left: 4px solid var(--accent-gold);
    padding-left: 1rem;
}

.single-content h3 {
    font-size: 1.3rem;
}

.single-content ul,
.single-content ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.single-content li {
    margin-bottom: 0.5rem;
    list-style-type: disc;
    margin-left: 1rem;
}

.single-footer {
    text-align: center;
    border-top: 1px solid var(--border-light);
    padding-top: 3rem;
}

.btn-back-list {
    display: inline-block;
    padding: 1rem 3rem;
    background-color: var(--bg-light);
    border: 1px solid var(--border-light);
    color: var(--text-main);
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.btn-back-list:hover {
    background-color: var(--primary-blue);
    color: var(--white);
    border-color: var(--primary-blue);
}

/* -----------------------
           Company Info
           ----------------------- */
.company-section {
    padding: 6rem 1rem;
    background-color: var(--company-bg);
    position: relative;
}

.company-container {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    padding: 4rem;
    transform: translateY(-80px);
    /* Overlapping with FV */
    position: relative;
    z-index: 20;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    color: var(--primary-blue);
    margin-bottom: 3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-gold);
    margin: 1rem auto 0;
    border-radius: 2px;
}

.company-table {
    width: 100%;
    border-collapse: collapse;
}

.company-table th,
.company-table td {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid var(--border-light);
    text-align: left;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
    border-bottom: none;
}

.company-table th {
    width: 30%;
    font-weight: 500;
    color: var(--secondary-blue);
    letter-spacing: 0.05em;
}

.company-table td {
    color: var(--text-main);
    font-weight: 400;
}

.company-table tr {
    transition: background-color 0.2s ease;
}

.company-table tr:hover {
    background-color: var(--bg-light);
}

/* -----------------------
           Footer
           ----------------------- */
.site-footer {
    background-color: var(--primary-blue);
    color: var(--white);
    text-align: center;
    padding: 4rem 1rem 2rem;
}

.footer-logo img {
    height: 50px;
    width: auto;
    margin-bottom: 2rem;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    filter: brightness(0) invert(1);
    /* Optional: make logo white if it's black */
}

.footer-logo img:hover {
    opacity: 1;
}

.footer-copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.05em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 1rem;
}

/* -----------------------
           Animations & Utilities
           ----------------------- */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* -----------------------
   Contact Form
   ----------------------- */
.contact-section {
    padding: 6rem 1rem;
    background-color: var(--bg-light);
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 4rem;
}

/* CF7 Default Styles Reset & Enhancement */
.wpcf7 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.wpcf7-form p {
    margin-bottom: 2rem;
}

.wpcf7-form label {
    font-weight: 500;
    color: var(--secondary-blue);
    display: block;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--text-main);
    background-color: #FAFAFB;
    transition: all 0.3s ease;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    border-color: var(--accent-gold);
    outline: none;
    background-color: var(--white);
    box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.1);
}

.wpcf7-form textarea {
    min-height: 150px;
    resize: vertical;
}

.wpcf7-form .wpcf7-submit {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    margin: 3rem auto 0;
    transition: all 0.3s ease;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: var(--accent-gold);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
}

/* CF7 Error/Success Messages */
.wpcf7 form .wpcf7-response-output {
    border-radius: 8px;
    margin: 2rem 0;
    padding: 1rem;
}

/* -----------------------
           Responsive
           ----------------------- */
@media (max-width: 768px) {
    .site-header {
        padding: 0.8rem 1rem;
    }

    .header-right .phone {
        font-size: 1rem;
    }

    .header-left .logo img {
        height: 35px;
    }

    .fv-section {
        background-attachment: scroll;
        background-position: center bottom;
    }

    .fv-content h1 {
        font-size: 2.5rem;
    }

    .message-section {
        padding: 4rem 1rem 3rem;
    }

    .message-title {
        font-size: 1.4rem;
    }

    .message-text {
        font-size: 1rem;
    }

    .news-section {
        padding: 2rem 1rem 6rem;
    }

    .news-item a {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.2rem 0.5rem;
    }

    .news-date {
        margin-bottom: 0.5rem;
        font-size: 0.85rem;
    }

    .news-title {
        font-size: 1rem;
    }

    .btn-view-more {
        width: 100%;
        text-align: center;
        padding: 1rem 0;
    }

    .company-container {
        padding: 2rem;
        transform: translateY(-40px);
    }

    .page-header {
        margin-top: 60px;
        padding: 4rem 1rem 3rem;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .page-news-section {
        padding: 3rem 1rem 4rem;
    }

    .single-section {
        padding: 3rem 1rem 6rem;
    }

    .single-title {
        font-size: 1.5rem;
    }

    .single-content {
        font-size: 1rem;
    }

    .btn-back-list {
        width: 100%;
        padding: 1rem 0;
    }

    .company-table th,
    .company-table td {
        display: block;
        width: 100%;
        padding: 0.8rem 0;
    }

    .company-table th {
        border-bottom: none;
        padding-bottom: 0.2rem;
        color: var(--accent-gold);
    }

    .contact-container {
        padding: 2rem 1.5rem;
    }
}

/* Property Grid Breakpoints */
@media (max-width: 1024px) {
    .property-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .property-name {
        font-size: 1.1rem;
    }
}

@media (max-width: 640px) {
    .property-grid {
        grid-template-columns: 1fr;
    }

    .property-data-list dd {
        white-space: normal;
        /* Allow wrap on small screens */
    }

    .property-info {
        padding: 1.2rem;
    }
}