@charset "UTF-8";
#footer{background:#891333; border-radius: 30px 30px 0 0;  font-family: helvetica-neue-lt-pro, sans-serif; 
}

/* CONTACT BUTTONS セクション */
#contact-btn { padding: 80px 0; position: relative; z-index: 1; }
#contact-btn .contact-buttons { max-width: 1400px; margin: 0 auto; display: flex; gap: 60px; justify-content: center; align-items: stretch; padding: 0 20px; }
#contact-btn .contact-button { flex: 1; max-width: 500px; background-color: transparent; border-radius: 20px; padding: 40px 30px; text-align: center; color: white; display: flex; flex-direction: column; justify-content: space-between; min-height: 130px; }
#contact-btn .contact-button p { font-size: 16px; line-height: 1.6; margin-bottom: 30px; color: white; font-weight: 300; }
#contact-btn .contact-button a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 0px; background-color: transparent; color: white; text-decoration: none; border: 1px solid white; border-radius: 50px; font-size: 16px; font-weight: 500; letter-spacing: 1px; transition: all 0.3s ease; position: relative; font-family: helvetica-neue-lt-pro, sans-serif; }
#contact-btn .contact-button a:hover { background-color: white !important; color: #891333 !important; box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2); }
#contact-btn .contact-button a span { font-weight:100; letter-spacing: 1px; }
#contact-btn .contact-button .arrow { width: 18px; height: 18px; transition: transform 0.3s ease; }
#contact-btn .contact-button a:hover .arrow { transform: translateX(3px); }

#area { height: auto; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden;border-top: 0.1px solid #fff;border-bottom: 0.1px solid #fff; }
#area video { display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; filter: grayscale(20%) brightness(70%) contrast(110%); z-index: -1; }
#area h1 { color: #fff; text-align: center; font-family: trajan-pro-3, serif; font-weight: 400; font-size: clamp(32px, 5vw, 48px); letter-spacing: 0.03em; line-height: 1.3; margin-bottom: 60px; text-shadow: 0 2px 10px rgba(0,0,0,0.3); }
#area .flex { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
#area .flex .btn { text-align: center; }
#area .flex .btn a { display: inline-block; color: #fff; width: 280px; border: 1px solid #fff; padding: 25px 40px; text-decoration: none; letter-spacing: 0.1em; font-family: noto-sans-cjk-jp, sans-serif; font-size: 16px; font-weight: 300; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; backdrop-filter: blur(10px); background: rgba(255,255,255,0.1); }
#area .flex .btn a::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: rgba(255,255,255,0.9); transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1); z-index: -1; }
#area .flex .btn a:hover { color: #891333; box-shadow: 0 6px 20px rgba(0,0,0,0.2); }
#area .flex .btn a:hover::before { left: 0; }
#area .flex .btn i { font-size: 20px; margin-right: 12px; vertical-align: middle; }

/* サイトマップ */
#sitemap_box { width: 100%; padding: 80px 0 60px; border-top: 1px solid rgba(137, 19, 51, 0.1); }
#sitemap_box ul { max-width: 1200px; margin: 0 auto; padding: 0 40px; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
#sitemap_box ul li { margin: 0; padding: 0; }
#sitemap_box .sitemap1 { font-family: helvetica-neue-lt-pro, sans-serif; font-weight: 100; font-style: normal; font-size: 22px; color: #fff; text-decoration: none; letter-spacing: 2px;margin-bottom: 20px; display: block; position: relative; padding-left: 0; }
#sitemap_box .sitemap1::before { content: ''; position: absolute; left: 0; bottom: -5px; width: 0; height: 2px; background: #891333; transition: width 0.3s ease; }
#sitemap_box .sitemap1:hover::before { width: 100%; }
#sitemap_box a.sitemap2 { display: block; font-family: noto-sans-cjk-jp, sans-serif; font-size: 14px; color: #fff; text-decoration: none; margin-bottom: 8px; transition: all 0.3s ease; padding: 5px 0; font-weight: 300; letter-spacing: 0.05em; }
#sitemap_box a.sitemap2:hover { color: #fff; transform: translateX(5px); }
#sitemap_box .arrow { color: #fff; font-size: 12px; margin-left: 5px; }

/* フッター */
#footer_box { width: 100%;padding: 80px 0 40px; position: relative; }
#footer_box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 0.5px; background: #666; }
.footer { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.footer_left { width: 100%; }
.logo_footer { width: 300px; margin-bottom: 40px;}
.logo_footer img { width: 100%; margin-left: 5px; height: auto; filter: brightness(0) invert(1); }
.logo_footer p {text-align: center; font-family: trajan-pro-3, serif; color: rgba(255,255,255,0.8); font-size: 13px; margin-top: 10px; letter-spacing: 0.03em; font-weight: 400; }
address { font-family: noto-sans-cjk-jp, sans-serif; font-size: 14px; letter-spacing: 0.05em; line-height: 1.8; color: rgba(255,255,255,0.9); font-style: normal; font-weight: 300; }
address a[href^="tel:"] { color: rgba(255,255,255,0.9); text-decoration: none; transition: color 0.3s ease; }
address a[href^="tel:"]:hover { color: #fff; }
.footer_right { width: 100%; }
.footer_right .message { width: 100%; margin: 150px 0 0 0; }
.footer_right img { width: 100%; height: auto; border-radius: 8px; }
small { font-family: helvetica-neue-lt-pro, sans-serif; font-size: 11px; letter-spacing: 0.05em; color: rgba(255,255,255,0.6); font-weight: 300; position: absolute; bottom: 20px; right: 40px; }




/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  #contact-btn { padding: 80px 0; position: relative; z-index: 1; }
  #contact-btn .contact-buttons { max-width: 1400px; margin: 0 auto; display: flex; gap: 60px; justify-content: center; align-items: stretch; padding: 0 20px; }
  #contact-btn .contact-button { flex: 1; max-width: 500px; background-color: transparent; border-radius: 20px; padding: 40px 30px; text-align: center; color: white; display: flex; flex-direction: column; justify-content: space-between; min-height: 100px; }
  #contact-btn .contact-button p { font-size: 15px; line-height: 1.6; margin-bottom: 30px; color: white; font-weight: 300; }
  #contact-btn .contact-button a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 0px; background-color: transparent; color: white; text-decoration: none; border: 1px solid white; border-radius: 50px; font-size: 16px; font-weight: 500; letter-spacing: 1px; transition: all 0.3s ease; position: relative; font-family: helvetica-neue-lt-pro, sans-serif; }
  #contact-btn .contact-button a:hover { background-color: white !important; color: #891333 !important; box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2); }
  #contact-btn .contact-button a span { font-weight:100; letter-spacing: 1px; }
  #contact-btn .contact-button .arrow { width: 18px; height: 18px; transition: transform 0.3s ease; }
  #contact-btn .contact-button a:hover .arrow { transform: translateX(3px); }
  
  #area { height: auto; }
  #area h1 { font-size: clamp(24px, 6vw, 32px); margin-bottom: 40px; }
  #area .flex { flex-direction: column; gap: 20px; }
  #area .flex .btn a { width: 280px; padding: 20px 30px; }
  
  #footer_box { width: 100%;padding: 80px 0 50px; position: relative; }
  #sitemap_box { padding: 80px 0 80px; }
  #sitemap_box ul { grid-template-columns: repeat(2, 1fr); gap: 30px; padding: 0 30px; }
  .footer { grid-template-columns: 1fr; gap: 40px; padding: 0 20px; }
  .logo_footer { width: 200px; margin: 0 auto 30px; }
  .footer_left { text-align: center; }
  .footer_right img { width: 100%; max-width: 550px; height: auto; border-radius: 8px; margin: 0 auto 50px; display: block;}

  address { text-align: center; }
  small { position: static; text-align: center; display: block; margin-top: 20px; }
  #site_box ul { flex-wrap: wrap; gap: 15px; padding: 0 20px; }
  #site_box ul li { flex: 0 0 calc(50% - 10px); }
  .page-top a { right: 20px; bottom: 20px; width: 45px; height: 45px; line-height: 45px; }
  .footer_right .message { width: 100%; margin: 10px 0 0 0; }
  #sitemap_box .sitemap1 { font-size: 20px;}
  #sitemap_box a.sitemap2 {font-size: 12px;}
  #contact-btn .contact-buttons { flex-direction: column;gap: 30px; }
  #contact-btn .contact-button { max-width: 100%; }
}