/* Custom CSS for building4 - LOGZA WEB DESIGN */
/* Font: Noto Serif JP */

/* =============================================
   Font Import
============================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/* =============================================
   Global Font Settings
============================================= */
html,
body,
body *,
h1, h2, h3, h4, h5, h6,
p, span, a, li, dt, dd,
th, td,
input, textarea, select, button,
.elementor-widget-container,
.elementor-heading-title,
.elementor-button,
.elementor-text-editor,
[class*="elementor-"] {
  font-family: 'Noto Serif JP', serif;
}

/* Reset inherited font-family */
:root {
  --e-global-typography-primary-font-family: 'Noto Serif JP', serif;
  --e-global-typography-secondary-font-family: 'Noto Serif JP', serif;
  --e-global-typography-text-font-family: 'Noto Serif JP', serif;
  --e-global-typography-accent-font-family: 'Noto Serif JP', serif;
}

/* =============================================
   New Header Styling
============================================= */
.header-new-3847 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(51, 40, 32, 0.95);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Ensure mobile menu is above everything */
.header-mobile-menu-3847,
.header-mobile-menu-3847.active {
  z-index: 99999 !important;
}

.header-container-3847 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo-3847 {
  flex: 0 0 auto;
}

.header-logo-img-3847 {
  height: 40px;
  width: auto;
  display: block;
}

.header-nav-3847 {
  flex: 1;
  display: flex;
  justify-content: center;
}

.header-menu-3847 {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
  align-items: center;
}

.header-menu-link-3847 {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.header-menu-link-3847:hover {
  color: #d5cab7;
}

.header-contact-3847 {
  flex: 0 0 auto;
}

.header-contact-btn-3847 {
  display: inline-block;
  padding: 10px 25px;
  background: #d5cab7 !important;
  color: #332820 !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  transition: background 0.3s ease, color 0.3s ease;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.header-contact-btn-3847 * {
  color: #332820 !important;
}

.header-contact-btn-3847:hover {
  background: #ffffff;
  color: #332820 !important;
}

.header-burger-3847 {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  background: transparent !important;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10001 !important;
  outline: none;
  position: relative;
  pointer-events: auto !important;
}

.header-burger-3847:focus,
.header-burger-3847:active,
.header-burger-3847:hover {
  background: transparent !important;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

.header-burger-3847 span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.header-burger-3847.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.header-burger-3847.active span:nth-child(2) {
  opacity: 0;
}

.header-burger-3847.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

.header-mobile-menu-3847 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  padding-top: 60px !important;
  background: rgba(51, 40, 32, 0.98) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10002 !important;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.header-mobile-menu-3847.active {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
  pointer-events: auto !important;
}

.header-mobile-close-3847 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10003;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.header-mobile-close-3847:focus,
.header-mobile-close-3847:active,
.header-mobile-close-3847:hover {
  background: transparent !important;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

.header-mobile-close-3847 span {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.header-mobile-close-3847 span:nth-child(1) {
  transform: rotate(45deg);
}

.header-mobile-close-3847 span:nth-child(2) {
  transform: rotate(-45deg);
}

.header-mobile-nav-3847 {
  padding: 40px 30px;
}

.header-mobile-menu-list-3847 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-mobile-link-3847 {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 0.3s ease;
}

.header-mobile-link-3847:hover {
  color: #d5cab7;
}

@media screen and (max-width: 767px) {
  .header-container-3847 {
    padding: 12px 20px;
  }

  .header-logo-img-3847 {
    height: 28px;
  }

  .header-nav-3847 {
    display: none;
  }

  .header-contact-3847 {
    display: none;
  }

  .header-burger-3847 {
    display: flex;
  }

  .header-mobile-menu-3847 {
    padding-top: 52px !important;
  }
}

@media screen and (max-width: 480px) {
  .header-container-3847 {
    padding: 10px 15px;
  }

  .header-logo-img-3847 {
    height: 24px;
  }

  .header-mobile-menu-3847 {
    padding-top: 48px !important;
  }
}

/* =============================================
   Top Image (Hero Section)
============================================= */
/* Mobile: top01-sp.jpg (600×429) */
@media screen and (max-width: 767px) {
  .elementor-1250 .elementor-element.elementor-element-6be9970:not(.elementor-motion-effects-element-type-background),
  .elementor-1250 .elementor-element.elementor-element-6be9970 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background: url('https://999box.net/sample/building4/images/top/top01-sp.jpg') 50% 50%;
    background-size: cover;
  }
}

/* =============================================
   Map Section
============================================= */
.map-section-8347 {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.map-section-8347 iframe {
  width: 100%;
  height: 450px;
  display: block;
  border: 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
  .map-section-8347 iframe {
    height: 350px;
  }
}

@media screen and (max-width: 480px) {
  .map-section-8347 iframe {
    height: 300px;
  }
}

/* =============================================
   Footer New Design
============================================= */
.footer-new-8347 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
}

.footer-left-8347 {
  flex: 0 0 280px;
}

.footer-logo-8347 {
  margin-bottom: 20px;
}

.footer-logo-8347 img {
  width: 180px;
  height: auto;
  display: block;
}

.footer-text-8347 {
  color: #D6CBBC;
  font-size: 14px;
  line-height: 1.8;
}

.footer-center-8347 {
  flex: 1;
  display: flex;
  gap: 60px;
  justify-content: center;
}

.footer-menu-column-8347 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu-column-8347 li {
  margin-bottom: 12px;
}

.footer-menu-column-8347 a {
  color: #D6CBBC;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-menu-column-8347 a:hover {
  color: #ffffff;
}

.footer-right-8347 {
  flex: 0 0 280px;
}

.footer-company-8347 {
  color: #D6CBBC;
}

.footer-company-item-8347 {
  margin-bottom: 24px;
}

.footer-company-item-8347 h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #D6CBBC;
}

.footer-company-item-8347 p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.footer-copyright-8347 {
  text-align: center;
  padding: 20px;
  border-top: 1px solid rgba(214, 203, 188, 0.2);
  color: #D6CBBC;
  font-size: 12px;
}

.footer-copyright-8347 p {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .footer-new-8347 {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }

  .footer-left-8347,
  .footer-right-8347 {
    flex: 1;
    width: 100%;
  }

  .footer-center-8347 {
    width: 100%;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .footer-new-8347 {
    padding: 30px 15px;
    gap: 30px;
  }

  .footer-center-8347 {
    flex-direction: column;
    gap: 30px;
  }

  .footer-logo-8347 img {
    width: 150px;
  }

  .footer-text-8347,
  .footer-menu-column-8347 a,
  .footer-company-item-8347 h5,
  .footer-company-item-8347 p {
    font-size: 13px;
  }
}

/* =============================================
   Footer Complete New Design (7291)
============================================= */
.footer-complete-7291 {
  width: 100%;
  background-color: #3a2e1f;
  color: #ffffff;
  padding: 60px 40px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  overflow: hidden;
}

.footer-background-cover-7291 {
  display: none;
}

.footer-complete-7291 ~ * {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}

.footer-wrapper-7291 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding-bottom: 40px;
}

.footer-left-col-7291 {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-center-col-7291 {
  flex: 1;
  display: flex;
  gap: 60px;
  justify-content: center;
}

.footer-right-col-7291 {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
}

.footer-logo-section-7291 {
  margin-bottom: 0;
}

.footer-logo-img-7291 {
  width: 180px;
  height: auto;
  display: block;
}

.footer-text-7291 {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: 'Noto Serif JP', serif;
}

.footer-text-7291 p {
  margin: 0;
  color: #ffffff;
}

.footer-sns-icons-7291 {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.footer-sns-icon-7291 {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  transition: opacity 0.3s ease;
}

.footer-sns-icon-7291:hover {
  opacity: 0.7;
}

.footer-menu-column-7291 {
  display: flex;
  flex-direction: column;
}

.footer-menu-list-7291 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-menu-link-7291 {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  transition: opacity 0.3s ease;
}

.footer-menu-link-7291:hover {
  opacity: 0.7;
}

.footer-company-info-7291 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-company-item-7291 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-title-7291 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Noto Serif JP', serif;
}

.footer-content-7291 {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Noto Serif JP', serif;
}

.footer-copyright-new-7291 {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
}

.footer-copyright-new-7291 p {
  margin: 0;
  font-size: 12px;
  color: #ffffff;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 992px) {
  .footer-wrapper-7291 {
    flex-direction: column;
    gap: 40px;
  }

  .footer-left-col-7291,
  .footer-center-col-7291,
  .footer-right-col-7291 {
    flex: 1;
    width: 100%;
  }

  .footer-center-col-7291 {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .footer-complete-7291 {
    padding: 40px 20px 20px;
  }

  .footer-wrapper-7291 {
    gap: 30px;
    padding-bottom: 30px;
  }

  .footer-section-7291 {
    gap: 10px;
  }

  .footer-title-7291,
  .footer-content-7291,
  .footer-link-7291 {
    font-size: 13px;
  }

  .footer-logo-img-7291 {
    width: 150px;
  }

  .footer-center-col-7291 {
    flex-direction: column;
    gap: 30px;
  }
}
