/* Custom CSS for Transport10 - LOGZA WEB DESIGN */
/* Noto Serif JP Font Application */

/* フォント統一 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
.font-heading,
.display-1,
.display-2,
.display-3,
.display-4,
.nav-link,
.btn,
.wp-block-heading,
.wp-block-navigation-item__label,
.gform_wrapper,
input,
textarea,
select,
button {
    font-family: 'Noto Serif JP', serif;
}


/* フッターロゴ */
.footer-logo-8472 {
    display: block;
    margin: 0 auto 20px;
}

.footer-logo-8472 img {
    width: 300px;
    height: auto;
    max-width: 100%;
}

/* SNSアイコン下ロゴコンテナ */
.footer-logo-sns-container-8472 {
    margin-top: 1rem;
    text-align: left;
}

@media (max-width: 991px) {
    .footer-logo-sns-container-8472 {
        text-align: center;
    }
}

/* ヒーローセクション トップ画像 */
.hero-transport10-8472 {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
    overflow: hidden;
}

.hero-transport10-8472 .hero-bg-8472 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.hero-transport10-8472 .hero-bg-8472 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-transport10-8472 .hero-bg-8472::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}

/* Google Map Container */
.google-map-container-8472 {
    width: 100%;
}

.google-map-container-8472 iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/* フッタースタイル */
.footer-info-8472 {
    text-align: center;
    padding: 20px;
}

.footer-info-8472 p {
    margin: 5px 0;
}

/* コピーライト */
.copyright-8472 {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
}

/* レスポンシブ対応 */
@media (max-width: 991px) {
    .header-logo-8472 img {
        width: 200px;
    }

    .footer-logo-8472 img {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .header-logo-8472 img {
        width: 180px;
    }

    .footer-logo-8472 img {
        width: 180px;
    }

    .google-map-container-8472 iframe {
        height: 300px;
    }

    .hero-transport10-8472 {
        min-height: 70vh;
    }
}

@media (max-width: 575px) {
    .header-logo-8472 img {
        width: 150px;
    }

    .footer-logo-8472 img {
        width: 150px;
    }
}

/* ナビゲーションメニュー日本語調整 */
.nav-link {
    letter-spacing: 0.05em;
}

/* ボタンスタイル */
.btn {
    letter-spacing: 0.05em;
}

/* 見出しスタイル調整 */
.display-1,
.display-2,
.display-3,
.display-4 {
    letter-spacing: 0.02em;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.02em;
    line-height: 1.5;
}

/* 本文スタイル調整 */
p {
    letter-spacing: 0.02em;
    line-height: 1.8;
}

.block-bg {
    position: relative;
    overflow: hidden;
}

.block-bg .bg-video {
    object-fit: cover;
}


/* ===== Hero 背景動画を「常に全面・常に背面」にする最低限セット ===== */

#hero-692672b5b6e90 {
    position: relative;
    overflow: hidden;
}

/* 背景レイヤー */
#hero-692672b5b6e90 .block-bg {
    z-index: 0;
}

/* 前面コンテンツ */
#hero-692672b5b6e90 .hero-content {
    z-index: 2;
}

/* 動画を背景としてトリミング表示 */
#hero-692672b5b6e90 .bg-video {
    object-fit: cover;
    display: block;
}

/* （任意）クリックを邪魔しないようにする：必要ならON */
#hero-692672b5b6e90 .block-bg {
    pointer-events: none;
}

/* 背景動画 */
#hero-692672b5b6e90 .bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 黒い薄レイヤー */
#hero-692672b5b6e90 .bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* ← 濃さ調整はここ */
    z-index: 1;
}

/* テキスト */
#hero-692672b5b6e90 .hero-content {
    position: relative;
    z-index: 2;
}

/* モバイルメニュー画像 */
#navbarCollapse .wp-block-image.d-lg-none {
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
}

#navbarCollapse .wp-block-image.d-lg-none img {
    width: 100%;
    height: auto;
    display: block;
}

#navbarCollapse .wp-block-image.d-lg-none::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
