@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box;font-family:"Noto Sans JP",sans-serif}body{line-height:1.6;color:#333;background-color:#f9f9f9}a{text-decoration:none;color:inherit}a:hover{transition:color .3s}ul{list-style:none}img{max-width:100%;height:auto}.section-title{font-size:24px;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #0053a5;color:#333}@media (max-width:768px){.section-title{font-size:22px}}@media (max-width:480px){.section-title{font-size:20px}}header{position:sticky;top:0;z-index:1000;background-color:transparent;height:auto}header .header-top{box-shadow:0 2px 4px rgba(0,0,0,.1);position:relative;z-index:1001;background-color:#fff}header .nav-wrapper{position:absolute;width:100%;left:0;top:100%;transition:transform .4s ease,visibility .4s ease,opacity .4s ease;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);height:auto;z-index:999;will-change:transform,opacity}header.scroll-hidden .nav-wrapper{transform:translateY(-100%);visibility:hidden;opacity:0;box-shadow:none}header.scroll-visible .nav-wrapper{transform:translateY(0);visibility:visible;opacity:1}header+#header-spacer{display:block;height:96px;transition:height .4s ease;background-color:transparent}@media (max-width:768px){header+#header-spacer{display:none}}header .header-top{padding:10px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}header .header-top .logo{font-size:24px;display:flex;align-items:center;font-weight:700;color:#0053a5}header .header-top .logo img{height:40px}header .header-top .menu-toggle{display:none;cursor:pointer;width:40px;height:40px;position:relative;align-items:center;justify-content:center}header .header-top .menu-toggle .hamburger{width:30px;height:22px;position:relative}header .header-top .menu-toggle .hamburger span{display:block;position:absolute;height:3px;width:100%;background:#0053a5;border-radius:3px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}header .header-top .menu-toggle .hamburger span:nth-child(1){top:0}header .header-top .menu-toggle .hamburger span:nth-child(2){top:9px}header .header-top .menu-toggle .hamburger span:nth-child(3){top:18px}header .header-top .menu-toggle.active .hamburger span:nth-child(1){top:9px;transform:rotate(135deg)}header .header-top .menu-toggle.active .hamburger span:nth-child(2){opacity:0;left:-60px}header .header-top .menu-toggle.active .hamburger span:nth-child(3){top:9px;transform:rotate(-135deg)}header .header-top .header-top-right{display:flex;gap:15px;align-items:center}header .header-top .header-top-right .special-link{font-size:14px;color:#0053a5;font-weight:500;position:relative;padding-left:18px}header .header-top .header-top-right .special-link::before{content:"\f02e";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:0;top:50%;transform:translateY(-50%)}header .header-top .header-top-right .special-link:hover{text-decoration:underline}header .header-top .header-top-right .contact-button{display:inline-flex;align-items:center;background-color:#f59126;color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;transition:background-color .3s}header .header-top .header-top-right .contact-button i{margin-right:6px}header .header-top .header-top-right .contact-button:hover{background-color:rgb(151.25,84.7916666667,13.75)}header .main-nav{display:flex;justify-content:center;padding:10px 0;max-width:700px;margin:0 auto}header .main-nav .nav-item{padding:10px 5px;text-align:center;flex:1}header .main-nav .nav-item i{display:block;font-size:24px;margin-bottom:5px;color:#0053a5}header .main-nav .nav-item span{font-size:12px}header .main-nav .nav-item:hover{background-color:#f0f7ff}header .mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:999;opacity:0;transition:opacity .3s ease;backdrop-filter:blur(3px)}header .mobile-menu-overlay.active{display:block;opacity:1}@media (max-width:768px){header .header-top{flex-wrap:wrap;gap:10px}header .header-top .menu-toggle{display:flex}header .header-top .header-top-right{margin-left:auto}header .main-nav{overflow-x:auto;justify-content:flex-start;max-width:100%;display:none}header .main-nav.active{display:flex;position:fixed;top:0;left:0;width:85%;max-width:350px;height:calc(100vh - 60px);flex-direction:column;z-index:1001;background:#fff;box-shadow:2px 0 10px rgba(0,0,0,.1);transform:translateX(-100%);opacity:0;animation:slideIn .3s forwards}header .main-nav.active .nav-item{width:100%;text-align:left;padding:15px 20px;border-bottom:1px solid #eee;flex:none;transition:background-color .2s ease}header .main-nav.active .nav-item i{display:inline-block;margin-right:10px;margin-bottom:0;width:24px;text-align:center}header .main-nav.active .nav-item span{font-size:14px;display:inline-block}header .main-nav.active .nav-item:hover{background-color:rgb(250.2,252.44,255)}header .main-nav.closing{animation:slideOut .3s forwards}}@keyframes slideIn{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOut{from{transform:translateX(0);opacity:1}to{transform:translateX(-100%);opacity:0}}@media (max-width:480px){header .header-top .header-top-right{width:100%;justify-content:space-between;margin-top:10px}header .header-top .header-top-right .special-link{font-size:13px}header .header-top .header-top-right .contact-button{padding:6px 12px;font-size:13px}}.footer{background:linear-gradient(135deg,#1a1f36 0,#0c1121 100%);color:#fff;padding:0;margin-top:50px;position:relative}.footer .footer-top{padding:60px 0 40px}@media (max-width:768px){.footer .footer-top{padding:40px 0 30px}}@media (max-width:480px){.footer .footer-top{padding:30px 0 20px}}.footer .footer-grid{width:90%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:40px}@media (max-width:992px){.footer .footer-grid{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width:480px){.footer .footer-grid{grid-template-columns:1fr;gap:25px}}.footer .footer-brand .footer-logo{display:inline-block;margin-bottom:20px}.footer .footer-brand .footer-logo img{height:50px;width:auto;filter:brightness(0) invert(1)}@media (max-width:480px){.footer .footer-brand .footer-logo img{height:40px}}.footer .footer-brand .footer-description{font-size:14px;line-height:1.8;color:#b8c1d0;margin-bottom:25px}@media (max-width:480px){.footer .footer-brand .footer-description{font-size:13px;margin-bottom:20px}}.footer .footer-brand .footer-social{display:flex;gap:12px}.footer .footer-brand .footer-social a{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#b8c1d0;font-size:18px;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}@media (max-width:480px){.footer .footer-brand .footer-social a{width:36px;height:36px;font-size:16px}}.footer .footer-brand .footer-social a:hover{background:#0053a5;color:#fff;border-color:#0053a5;transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,83,165,.4)}.footer .footer-links h3{font-size:18px;font-weight:600;margin-bottom:20px;color:#fff;position:relative;padding-bottom:10px}.footer .footer-links h3::after{content:"";position:absolute;left:0;bottom:0;width:30px;height:2px;background:#0053a5}@media (max-width:480px){.footer .footer-links h3{font-size:16px;margin-bottom:15px}}.footer .footer-links ul{list-style:none;padding:0;margin:0}.footer .footer-links ul li{margin-bottom:12px}@media (max-width:480px){.footer .footer-links ul li{margin-bottom:10px}}.footer .footer-links ul li a{color:#b8c1d0;font-size:14px;transition:color .3s ease;display:inline-block;position:relative}@media (max-width:480px){.footer .footer-links ul li a{font-size:13px}}.footer .footer-links ul li a::before{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:#0053a5;transition:width .3s ease}.footer .footer-links ul li a:hover{color:#fff}.footer .footer-links ul li a:hover::before{width:100%}.footer .footer-contact h3{font-size:18px;font-weight:600;margin-bottom:20px;color:#fff;position:relative;padding-bottom:10px}.footer .footer-contact h3::after{content:"";position:absolute;left:0;bottom:0;width:30px;height:2px;background:#0053a5}@media (max-width:480px){.footer .footer-contact h3{font-size:16px;margin-bottom:15px}}.footer .footer-contact .footer-contact-item{display:flex;align-items:flex-start;margin-bottom:20px;color:#b8c1d0}@media (max-width:480px){.footer .footer-contact .footer-contact-item{margin-bottom:15px}}.footer .footer-contact .footer-contact-item i{font-size:16px;margin-right:15px;margin-top:2px;color:#0053a5;width:20px;text-align:center}@media (max-width:480px){.footer .footer-contact .footer-contact-item i{font-size:14px;margin-right:12px}}.footer .footer-contact .footer-contact-item div{flex:1}.footer .footer-contact .footer-contact-item div strong{display:block;font-size:18px;color:#fff;margin-bottom:4px;font-weight:600}@media (max-width:480px){.footer .footer-contact .footer-contact-item div strong{font-size:16px}}.footer .footer-contact .footer-contact-item div span{display:block;font-size:13px;color:#b8c1d0;line-height:1.5}@media (max-width:480px){.footer .footer-contact .footer-contact-item div span{font-size:12px}}.footer .footer-contact .footer-contact-item div a{color:#b8c1d0;font-size:14px;transition:color .3s ease;display:inline-block}@media (max-width:480px){.footer .footer-contact .footer-contact-item div a{font-size:13px}}.footer .footer-contact .footer-contact-item div a:hover{color:#0053a5;text-decoration:underline}.footer .footer-title{font-size:18px;font-weight:600;margin-bottom:20px;color:#fff}@media (max-width:480px){.footer .footer-title{font-size:16px;margin-bottom:15px}}.footer .footer-bottom{background:rgba(0,0,0,.3);padding:20px 0;border-top:1px solid rgba(255,255,255,.1)}@media (max-width:480px){.footer .footer-bottom{padding:15px 0}}.footer .footer-bottom .footer-bottom-content{width:90%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}@media (max-width:768px){.footer .footer-bottom .footer-bottom-content{flex-direction:column;gap:10px}}.footer .footer-bottom .footer-bottom-content .copyright-text{color:#8a95a7;font-size:13px;margin:0}@media (max-width:480px){.footer .footer-bottom .footer-bottom-content .copyright-text{font-size:12px;text-align:center}}.footer .footer-bottom .footer-bottom-content .footer-bottom-links{display:flex;align-items:center;gap:20px}@media (max-width:480px){.footer .footer-bottom .footer-bottom-content .footer-bottom-links{gap:15px}}.footer .footer-bottom .footer-bottom-content .footer-bottom-links span{color:#4a5568;font-size:12px}.footer .footer-bottom .footer-bottom-content .footer-bottom-links a{color:#8a95a7;font-size:13px;transition:color .3s ease}@media (max-width:480px){.footer .footer-bottom .footer-bottom-content .footer-bottom-links a{font-size:12px}}.footer .footer-bottom .footer-bottom-content .footer-bottom-links a:hover{color:#0053a5}.scroll-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:#0053a5;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 3px 10px rgba(0,83,165,.3);z-index:1000}@media (max-width:480px){.scroll-top{bottom:20px;right:20px;width:45px;height:45px;font-size:18px}}.scroll-top.show{opacity:1;visibility:visible}.scroll-top:hover{background:#003d7a;transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,83,165,.4)}.scroll-top i{display:block}.search-section{background-color:#fff;padding:20px;margin:30px auto;width:90%;max-width:1200px;margin:0 auto;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.search-section .search-title{font-size:18px;margin-bottom:15px;color:#0053a5;font-weight:700}.search-section .search-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.search-section .search-form .form-group{margin-bottom:15px}.search-section .search-form .form-group label{display:block;font-size:14px;margin-bottom:5px;color:#666}.search-section .search-form .form-group input,.search-section .search-form .form-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px}.search-section .search-form .search-button{background-color:#0053a5;color:#fff;padding:12px 25px;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s;grid-column:1/-1;width:200px;justify-self:center}.search-section .search-form .search-button:hover{background-color:#003d7a}@media (max-width:768px){.search-section .search-form .search-button{width:100%}}.news-section{width:90%;max-width:1200px;margin:0 auto;margin:30px auto}.news-section .news-list{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05)}.news-section .news-list .news-item{padding:15px 20px;border-bottom:1px solid #eee;display:flex;align-items:center}.news-section .news-list .news-item .news-date{color:#888;font-size:14px;width:100px}.news-section .news-list .news-item .news-category{background-color:#0053a5;color:#fff;padding:4px 10px;font-size:12px;border-radius:30px;margin:0 15px}.news-section .news-list .news-item .news-text{flex-grow:1}@media (max-width:768px){.news-section .news-list .news-item{flex-direction:column;align-items:flex-start}.news-section .news-list .news-item .news-category{margin:5px 0}}.news-section .news-more{text-align:right;margin-top:15px}.news-section .news-more a{color:#0053a5;font-size:14px}.news-section .news-more a:hover{text-decoration:underline}.ranking-section{width:90%;max-width:1200px;margin:0 auto;margin:30px auto;background-color:#f0f7ff;padding:30px;border-radius:8px}.ranking-section .ranking-title{text-align:center;font-size:28px;margin-bottom:30px;color:#0053a5}@media (max-width:480px){.ranking-section .ranking-title{font-size:22px}}.ranking-section .ranking-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.ranking-section .ranking-list .ranking-item{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.1);position:relative}.ranking-section .ranking-list .ranking-item .ranking-badge{position:absolute;top:10px;left:10px;background-color:#f59126;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.ranking-section .ranking-list .ranking-item .ranking-image{height:180px;width:100%;object-fit:cover}.ranking-section .ranking-list .ranking-item .ranking-content{padding:15px}.ranking-section .ranking-list .ranking-item .ranking-content .ranking-name{font-size:18px;font-weight:700;margin-bottom:10px}.ranking-section .ranking-list .ranking-item .ranking-content .ranking-description{font-size:14px;color:#666;margin-bottom:15px;height:60px;overflow:hidden}.ranking-section .ranking-list .ranking-item .ranking-content .ranking-price{color:#e60012;font-weight:700;font-size:18px;margin-bottom:15px}.ranking-section .ranking-list .ranking-item .ranking-content .ranking-buttons{display:flex;gap:10px}.ranking-section .ranking-list .ranking-item .ranking-content .ranking-buttons .ranking-button{flex:1;text-align:center;padding:8px 0;border-radius:4px;font-size:14px}.ranking-section .ranking-list .ranking-item .ranking-content .ranking-buttons .detail-button{background-color:#eee;color:#333}.ranking-section .ranking-list .ranking-item .ranking-content .ranking-buttons .detail-button:hover{background-color:#ddd}.ranking-section .ranking-list .ranking-item .ranking-content .ranking-buttons .reserve-button{background-color:#0053a5;color:#fff}.ranking-section .ranking-list .ranking-item .ranking-content .ranking-buttons .reserve-button:hover{background-color:#003d7a}.featured-section{width:90%;max-width:1200px;margin:0 auto;margin:30px auto}.featured-section .featured-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:20px}.featured-section .featured-list .featured-item{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05)}.featured-section .featured-list .featured-item .featured-image{height:180px;width:100%;object-fit:cover}.featured-section .featured-list .featured-item .featured-content{padding:15px}.featured-section .featured-list .featured-item .featured-content .featured-title{font-size:16px;font-weight:700;margin-bottom:10px}.featured-section .featured-list .featured-item .featured-content .featured-text{font-size:14px;color:#666}.category-section{width:90%;max-width:1200px;margin:0 auto;margin:30px auto}.category-section .category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.category-section .category-grid .category-item{position:relative;height:120px;border-radius:8px;overflow:hidden}.category-section .category-grid .category-item .category-image{width:100%;height:100%;object-fit:cover}.category-section .category-grid .category-item .category-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.6));display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700;transition:background .3s}.category-section .category-grid .category-item:hover .category-overlay{background:linear-gradient(rgba(0,83,165,.6),rgba(0,83,165,.8))}.banner-section{width:90%;max-width:1200px;margin:0 auto;margin:30px auto;text-align:center;margin-top:50px}.banner-section .banner-link{display:inline-block;overflow:hidden;border-radius:8px;max-width:600px;width:100%}.banner-section .banner-image{width:100%;max-width:600px;border-radius:8px;transition:transform .3s ease}.banner-section .banner-image:hover{transform:translateZ(0) scale3d(1.1,1.1,1.1)}.page-header{background-color:#0053a5;padding:40px 0;color:#fff}.page-header .container{width:90%;max-width:1200px;margin:0 auto}.page-header h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){.page-header h1{font-size:28px}}@media (max-width:480px){.page-header h1{font-size:24px}}.breadcrumb{background-color:#f5f5f5;padding:10px 0;font-size:14px}.breadcrumb .container{width:90%;max-width:1200px;margin:0 auto}.breadcrumb a{color:#0053a5}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.about-page{padding:40px 0}.about-page .container{width:90%;max-width:1200px;margin:0 auto}.about-content{display:flex;gap:30px}@media (max-width:768px){.about-content{flex-direction:column}}.about-sidebar{width:250px;flex-shrink:0}@media (max-width:768px){.about-sidebar{width:100%}}.about-sidebar .sidebar-menu{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:20px}.about-sidebar .sidebar-menu h3{font-size:18px;font-weight:700;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;color:#0053a5}.about-sidebar .sidebar-menu ul li{margin-bottom:10px}.about-sidebar .sidebar-menu ul li a{display:block;padding:8px 10px;border-radius:4px;color:#333;transition:all .3s}.about-sidebar .sidebar-menu ul li a:hover{background-color:#f0f7ff;color:#0053a5}.about-sidebar .sidebar-menu ul li.active a{background-color:#0053a5;color:#fff;font-weight:500}.about-main{flex:1}.about-section{margin-bottom:40px}.about-section:last-child{margin-bottom:0}.about-section .section-title{font-size:24px;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #0053a5;color:#0053a5}.about-section .section-title.with-icon{display:flex;align-items:center}.about-section .section-title.with-icon i{margin-right:10px}@media (max-width:768px){.about-section .section-title{font-size:22px}}@media (max-width:480px){.about-section .section-title{font-size:20px}}.about-text p{margin-bottom:15px;line-height:1.8}.about-text p:last-child{margin-bottom:0}.business-content .business-list{list-style-type:decimal;margin-left:20px}.business-content .business-list li{margin-bottom:15px;line-height:1.7}.business-content .external-links{margin-top:20px}.business-content .external-links ul{list-style:none}.business-content .external-links ul li{margin-bottom:10px}.business-content .external-links ul li a{color:#0053a5;text-decoration:underline}.business-content .external-links ul li a:hover{text-decoration:none}.company-info .info-table{width:100%;border-collapse:collapse}.company-info .info-table tr{border-bottom:1px solid #e5e5e5}.company-info .info-table tr:last-child{border-bottom:none}.company-info .info-table th{width:120px;padding:15px 10px;text-align:left;font-weight:700;color:#0053a5;background-color:#f9f9f9}@media (max-width:480px){.company-info .info-table th{width:100px}}.company-info .info-table td{padding:15px;line-height:1.6}@media (max-width:480px){.company-info .info-table{font-size:14px}.company-info .info-table td,.company-info .info-table th{padding:12px 8px}}.history .history-table{width:100%;border-collapse:collapse}.history .history-table tr{border-bottom:1px dashed #e5e5e5}.history .history-table tr:last-child{border-bottom:none}.history .history-table th{width:120px;padding:15px 10px;text-align:left;font-weight:700;color:#0053a5;vertical-align:top}@media (max-width:480px){.history .history-table th{width:100px}}.history .history-table td{padding:15px;line-height:1.6}@media (max-width:480px){.history .history-table{font-size:14px}.history .history-table td,.history .history-table th{padding:12px 8px}}.partners-content .partners-grid{display:flex;flex-wrap:wrap;gap:20px}@media (max-width:768px){.partners-content .partners-grid{gap:15px}}@media (max-width:480px){.partners-content .partners-grid{flex-direction:column}}.partners-content .partners-grid .partners-box{flex:1;min-width:200px}@media (max-width:480px){.partners-content .partners-grid .partners-box{width:100%}}.partners-content .partners-grid .partners-box ul{list-style:none}.partners-content .partners-grid .partners-box ul li{padding:8px 0;border-bottom:1px dashed #e5e5e5}.partners-content .partners-grid .partners-box ul li:last-child{border-bottom:none}.partners-content .partners-grid .partners-box ul li .small{font-size:13px;color:#666}@media (max-width:480px){.about-page{padding:30px 0}.about-section{margin-bottom:30px}}.page-header{background-color:#0053a5;padding:40px 0;color:#fff;position:relative;overflow:hidden;background-image:url(../images/policy-header-bg.jpg);background-size:cover;background-position:center}.page-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,83,165,.7)}.page-header .container{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.page-header h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){.page-header h1{font-size:28px}}@media (max-width:480px){.page-header h1{font-size:24px}}.breadcrumb{background-color:#f5f5f5;padding:10px 0;font-size:14px}.breadcrumb .container{width:90%;max-width:1200px;margin:0 auto}.breadcrumb a{color:#0053a5}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.policy-page{padding:40px 0}.policy-page .container{width:90%;max-width:1200px;margin:0 auto}.content-wrapper{display:flex;gap:30px}@media (max-width:768px){.content-wrapper{flex-direction:column}}.sidebar{width:250px;flex-shrink:0}@media (max-width:768px){.sidebar{width:100%}}.sidebar .sidebar-menu{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:20px}.sidebar .sidebar-menu h3{font-size:18px;font-weight:700;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;color:#0053a5}.sidebar .sidebar-menu ul li{margin-bottom:10px}.sidebar .sidebar-menu ul li a{display:block;padding:8px 10px;border-radius:4px;color:#333;transition:all .3s}.sidebar .sidebar-menu ul li a:hover{background-color:#f0f7ff;color:#0053a5}.sidebar .sidebar-menu ul li.active a{background-color:#0053a5;color:#fff;font-weight:500}.main-content{flex:1}.policy-section{margin-bottom:30px}.policy-section:last-child{margin-bottom:0}.policy-section .section-title{font-size:24px;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #0053a5;color:#0053a5}@media (max-width:768px){.policy-section .section-title{font-size:22px}}@media (max-width:480px){.policy-section .section-title{font-size:20px}}.policy-section .sub-title{font-size:20px;font-weight:700;margin-bottom:15px;color:#0053a5}@media (max-width:768px){.policy-section .sub-title{font-size:18px}}@media (max-width:480px){.policy-section .sub-title{font-size:16px}}.policy-text p{margin-bottom:15px;line-height:1.8}.policy-text p:last-child{margin-bottom:0}.policy-text .policy-list{margin:15px 0;padding-left:20px}.policy-text .policy-list li{position:relative;padding-left:15px;margin-bottom:10px;line-height:1.6}.policy-text .policy-list li::before{content:"•";position:absolute;left:0;color:#0053a5}.policy-text .policy-list li:last-child{margin-bottom:0}.policy-text .contact-info{background-color:#f0f7ff;padding:15px 20px;border-radius:8px;margin-top:15px}.policy-text .contact-info p{margin-bottom:5px}.policy-text .contact-info p:last-child{margin-bottom:0}.policy-footer{margin-top:30px;padding-top:20px;border-top:1px solid #e5e5e5;text-align:right}.policy-footer p{margin-bottom:5px}.policy-footer p:last-child{font-weight:700;margin-top:15px}@media (max-width:480px){.policy-page{padding:30px 0}.policy-section{margin-bottom:25px}.policy-text{font-size:14px}}.page-header{background-color:#0053a5;padding:40px 0;color:#fff;position:relative;overflow:hidden;background-image:url(../images/terms-header-bg.jpg);background-size:cover;background-position:center}.page-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,83,165,.7)}.page-header .container{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.page-header h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){.page-header h1{font-size:28px}}@media (max-width:480px){.page-header h1{font-size:24px}}.breadcrumb{background-color:#f5f5f5;padding:10px 0;font-size:14px}.breadcrumb .container{width:90%;max-width:1200px;margin:0 auto}.breadcrumb a{color:#0053a5}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.terms-page{padding:40px 0}.terms-page .container{width:90%;max-width:1200px;margin:0 auto}.content-wrapper{display:flex;gap:30px}@media (max-width:768px){.content-wrapper{flex-direction:column}}.sidebar{width:250px;flex-shrink:0}@media (max-width:768px){.sidebar{width:100%}}.sidebar .sidebar-menu{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:20px}.sidebar .sidebar-menu h3{font-size:18px;font-weight:700;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;color:#0053a5}.sidebar .sidebar-menu ul li{margin-bottom:10px}.sidebar .sidebar-menu ul li a{display:block;padding:8px 10px;border-radius:4px;color:#333;transition:all .3s}.sidebar .sidebar-menu ul li a:hover{background-color:#f0f7ff;color:#0053a5}.sidebar .sidebar-menu ul li.active a{background-color:#0053a5;color:#fff;font-weight:500}.main-content{flex:1}.terms-section{margin-bottom:40px;background-color:#fff;border-radius:8px;padding:25px;box-shadow:0 2px 6px rgba(0,0,0,.05)}.terms-section:last-child{margin-bottom:0}.terms-section .section-title{font-size:22px;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #0053a5;color:#0053a5}.terms-section .section-title.with-icon{display:flex;align-items:center}.terms-section .section-title.with-icon i{margin-right:10px}@media (max-width:768px){.terms-section .section-title{font-size:20px}}@media (max-width:480px){.terms-section .section-title{font-size:18px}}.terms-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}@media (max-width:480px){.terms-info{flex-direction:column;gap:15px}}.terms-info .terms-meta p{margin-bottom:5px;line-height:1.5;font-size:14px}.terms-info .terms-meta p:last-child{margin-bottom:0}.terms-info .pdf-download .pdf-button{display:inline-flex;align-items:center;background-color:#e53935;color:#fff;padding:8px 15px;border-radius:4px;transition:background-color .3s;font-weight:500}.terms-info .pdf-download .pdf-button i{font-size:18px;margin-right:8px}.terms-info .pdf-download .pdf-button:hover{background-color:rgb(204.6578947368,30.3947368421,26.3421052632)}.terms-text p{line-height:1.8;margin-bottom:15px}.terms-text p:last-child{margin-bottom:0}.terms-note{margin-top:30px}.terms-note .note-box{background-color:#fff8e1;border-left:4px solid #ffc107;padding:15px 20px;border-radius:4px}.terms-note .note-box h3{font-size:16px;font-weight:700;margin-bottom:10px;color:#f57c00}.terms-note .note-box p{font-size:14px;margin-bottom:0}.terms-note .note-box p a{color:#0053a5;text-decoration:underline}.terms-note .note-box p a:hover{text-decoration:none}@media (max-width:768px){.terms-page{padding:30px 0}.terms-section{padding:20px}}@media (max-width:480px){.terms-section{padding:15px}.terms-text{font-size:14px}}.page-header{background-color:#0053a5;padding:40px 0;color:#fff;position:relative;overflow:hidden;background-image:url(../images/customer-header-bg.jpg);background-size:cover;background-position:center}.page-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,83,165,.7)}.page-header .container{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.page-header h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){.page-header h1{font-size:28px}}@media (max-width:480px){.page-header h1{font-size:24px}}.breadcrumb{background-color:#f5f5f5;padding:10px 0;font-size:14px}.breadcrumb .container{width:90%;max-width:1200px;margin:0 auto}.breadcrumb a{color:#0053a5}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.customer-harassment-page{padding:40px 0}.customer-harassment-page .container{width:90%;max-width:1200px;margin:0 auto}.content-wrapper{display:flex;gap:30px}@media (max-width:768px){.content-wrapper{flex-direction:column}}.sidebar{width:250px;flex-shrink:0}@media (max-width:768px){.sidebar{width:100%}}.sidebar .sidebar-menu{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:20px}.sidebar .sidebar-menu h3{font-size:18px;font-weight:700;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;color:#0053a5}.sidebar .sidebar-menu ul li{margin-bottom:10px}.sidebar .sidebar-menu ul li a{display:block;padding:8px 10px;border-radius:4px;color:#333;transition:all .3s}.sidebar .sidebar-menu ul li a:hover{background-color:#f0f7ff;color:#0053a5}.sidebar .sidebar-menu ul li.active a{background-color:#0053a5;color:#fff;font-weight:500}.main-content{flex:1}.policy-content{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 6px rgba(0,0,0,.05)}@media (max-width:768px){.policy-content{padding:25px}}@media (max-width:480px){.policy-content{padding:20px}}.policy-section{margin-bottom:30px}.policy-section:last-child{margin-bottom:0}.policy-section .section-title{font-size:22px;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #0053a5;color:#0053a5}@media (max-width:768px){.policy-section .section-title{font-size:20px}}@media (max-width:480px){.policy-section .section-title{font-size:18px}}.policy-text p{margin-bottom:15px;line-height:1.8}.policy-text p:last-child{margin-bottom:0}.policy-definition{background-color:#f0f7ff;padding:20px;border-radius:8px;border-left:5px solid #0053a5}.policy-definition p{margin:0;line-height:1.8;font-weight:500}.harassment-examples ul{list-style:none;padding-left:0}.harassment-examples ul li{position:relative;padding-left:22px;margin-bottom:12px;line-height:1.6}.harassment-examples ul li:before{content:"\f054";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:0;top:3px;color:#0053a5;font-size:14px}.harassment-examples ul li:last-child{margin-bottom:0}.response-policy h3{font-size:18px;font-weight:700;margin:25px 0 15px;padding-left:12px;border-left:4px solid #0053a5;color:#0053a5}.response-policy h3:first-child{margin-top:0}.response-policy ul{list-style:none;padding-left:0}.response-policy ul li{position:relative;padding-left:22px;margin-bottom:12px;line-height:1.6}.response-policy ul li:before{content:"\f0da";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:0;top:3px;color:#0053a5;font-size:14px}.response-policy ul li:last-child{margin-bottom:0}.policy-date{margin-top:40px;text-align:right;font-weight:500}.policy-date p{display:inline-block;padding:8px 15px;background-color:#f5f5f5;border-radius:4px}@media (max-width:768px){.customer-harassment-page{padding:30px 0}}@media (max-width:480px){.harassment-examples ul li,.response-policy ul li{font-size:14px}}.page-header{background-color:#0053a5;padding:40px 0;color:#fff;position:relative;overflow:hidden;background-image:url(../images/contact-header-bg.jpg);background-size:cover;background-position:center}.page-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,83,165,.7)}.page-header .container{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.page-header h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){.page-header h1{font-size:28px}}@media (max-width:480px){.page-header h1{font-size:24px}}.breadcrumb{background-color:#f5f5f5;padding:10px 0;font-size:14px}.breadcrumb .container{width:90%;max-width:1200px;margin:0 auto}.breadcrumb a{color:#0053a5}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.contact-page{padding:40px 0}.contact-page .container{width:90%;max-width:1200px;margin:0 auto}.content-wrapper{display:flex;gap:30px}@media (max-width:768px){.content-wrapper{flex-direction:column}}.sidebar{width:250px;flex-shrink:0}@media (max-width:768px){.sidebar{width:100%}}.sidebar .sidebar-menu{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:20px}.sidebar .sidebar-menu h3{font-size:18px;font-weight:700;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;color:#0053a5}.sidebar .sidebar-menu ul li{margin-bottom:10px}.sidebar .sidebar-menu ul li a{display:block;padding:8px 10px;border-radius:4px;color:#333;transition:all .3s}.sidebar .sidebar-menu ul li a:hover{background-color:#f0f7ff;color:#0053a5}.sidebar .sidebar-menu ul li.active a{background-color:#0053a5;color:#fff;font-weight:500}.main-content{flex:1}.contact-content{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 6px rgba(0,0,0,.05)}@media (max-width:768px){.contact-content{padding:25px}}@media (max-width:480px){.contact-content{padding:20px}}.contact-intro{margin-bottom:30px}.contact-intro h2{font-size:20px;font-weight:700;margin-bottom:20px;line-height:1.6;color:#0053a5}@media (max-width:768px){.contact-intro h2{font-size:18px}}@media (max-width:480px){.contact-intro h2{font-size:16px}}.contact-notes{background-color:#f9f9f9;padding:20px;border-radius:8px;border-left:4px solid #0053a5}.contact-notes p{margin-bottom:10px;font-size:14px;line-height:1.6}.contact-notes p:last-child{margin-bottom:0}.contact-notes p a{color:#0053a5;text-decoration:underline}.contact-notes p a:hover{text-decoration:none}.contact-form .form-error-message{background-color:#ffebee;border:1px solid #ffcdd2;border-radius:4px;padding:15px;margin-bottom:20px;color:#e53935}.contact-form .form-error-message p{margin-bottom:10px;font-weight:500}.contact-form .form-error-message ul{margin-left:20px}.contact-form .form-error-message ul li{margin-bottom:5px;list-style-type:disc}.contact-form .form-group{margin-bottom:20px}.contact-form .form-group:last-child{margin-bottom:0}.contact-form .form-group label{display:block;margin-bottom:8px;font-weight:500}.contact-form .form-group label .required{color:#e53935;font-size:13px}.contact-form .form-group input[type=email],.contact-form .form-group input[type=text],.contact-form .form-group select,.contact-form .form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:16px}.contact-form .form-group input[type=email]:focus,.contact-form .form-group input[type=text]:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus{border-color:#0053a5;outline:0;box-shadow:0 0 0 3px rgba(0,83,165,.1)}.contact-form .form-group input[type=email].error,.contact-form .form-group input[type=text].error,.contact-form .form-group select.error,.contact-form .form-group textarea.error{border-color:#e53935;background-color:#ffebee}.contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-form .postal-code{display:flex;align-items:center;margin-bottom:10px;width:450px}.contact-form .postal-code span{margin:0 8px;color:#333}.contact-form .postal-code input{width:80px}.contact-form .phone-number{display:flex;align-items:center;width:450px}.contact-form .phone-number span{margin:0 8px;color:#333}.contact-form .phone-number input{width:80px}@media (max-width:480px){.contact-form .phone-number input{width:70px}}.contact-form .form-actions{margin-top:30px;text-align:center}.contact-form .form-actions .submit-btn{background-color:#0053a5;color:#fff;border:none;padding:15px 40px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .3s}.contact-form .form-actions .submit-btn:hover{background-color:rgb(0,57.3454545455,114)}@media (max-width:768px){.contact-page{padding:30px 0}.contact-form .form-group label{font-size:15px}}@media (max-width:480px){.contact-intro h2{font-size:16px}.contact-notes p{font-size:13px}.contact-form .form-group{margin-bottom:15px}.contact-form .form-group input[type=email],.contact-form .form-group input[type=text],.contact-form .form-group textarea{padding:10px;font-size:14px}.contact-form .form-actions{margin-top:25px}.contact-form .form-actions .submit-btn{padding:12px 30px;font-size:15px}}.confirm-page{padding:40px 0}.confirm-page .container{width:90%;max-width:1200px;margin:0 auto}.confirm-content{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 6px rgba(0,0,0,.05)}@media (max-width:768px){.confirm-content{padding:25px}}@media (max-width:480px){.confirm-content{padding:20px}}.confirm-heading{font-size:24px;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #0053a5;color:#0053a5}@media (max-width:768px){.confirm-heading{font-size:22px}}@media (max-width:480px){.confirm-heading{font-size:20px}}.confirm-table{width:100%;border-collapse:collapse;margin-bottom:30px}.confirm-table th{width:25%;padding:15px;text-align:left;border-bottom:1px solid #e5e5e5;background-color:#f9f9f9;font-weight:500}@media (max-width:480px){.confirm-table th{width:35%;padding:12px;font-size:14px}}.confirm-table td{padding:15px;border-bottom:1px solid #e5e5e5}@media (max-width:480px){.confirm-table td{padding:12px;font-size:14px}}.confirm-actions{display:flex;justify-content:center;gap:20px;margin-top:30px}@media (max-width:480px){.confirm-actions{flex-direction:column;gap:15px}}.back-btn{background-color:#f0f0f0;color:#333;border:none;padding:12px 30px;border-radius:4px;font-size:16px;cursor:pointer;text-decoration:none;display:inline-block;transition:background-color .3s;text-align:center}.back-btn:hover{background-color:#e0e0e0}@media (max-width:480px){.back-btn{width:100%;font-size:15px}}.submit-btn{background-color:#0053a5;color:#fff;border:none;padding:12px 30px;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s}.submit-btn:hover{background-color:rgb(204.6578947368,30.3947368421,26.3421052632)}@media (max-width:480px){.submit-btn{width:100%;font-size:15px}}.error-message{color:#e53935;background-color:#ffebee;border:1px solid #ffcdd2;padding:15px;border-radius:4px;margin-bottom:20px}.error-message ul{margin-left:20px;margin-bottom:10px}.error-message ul li{margin-bottom:5px}.error-message ul li:last-child{margin-bottom:0}.error-message p{font-weight:500}.thanks-page{padding:40px 0}.thanks-page .container{width:90%;max-width:1200px;margin:0 auto}.thanks-content{background-color:#fff;border-radius:8px;padding:40px 30px;box-shadow:0 2px 6px rgba(0,0,0,.05);text-align:center}@media (max-width:768px){.thanks-content{padding:30px 25px}}@media (max-width:480px){.thanks-content{padding:25px 20px}}.thanks-icon{margin-bottom:25px}.thanks-icon i{font-size:80px;color:#4caf50}@media (max-width:768px){.thanks-icon i{font-size:70px}}@media (max-width:480px){.thanks-icon i{font-size:60px}}.thanks-content h2{font-size:28px;font-weight:700;margin-bottom:20px;color:#0053a5}@media (max-width:768px){.thanks-content h2{font-size:24px}}@media (max-width:480px){.thanks-content h2{font-size:22px}}.thanks-content p{margin-bottom:15px;line-height:1.8}.thanks-content p:last-of-type{margin-bottom:30px}@media (max-width:480px){.thanks-content p{font-size:14px;text-align:left}}.contact-info{background-color:#f5f5f5;padding:20px;border-radius:8px;margin-bottom:30px;display:inline-block}.contact-info h3{font-size:18px;font-weight:700;margin-bottom:10px;color:#0053a5}.contact-info p{margin-bottom:0!important}.thanks-button{margin-top:20px}.thanks-button .home-btn{display:inline-block;background-color:#0053a5;color:#fff;padding:12px 30px;border-radius:4px;font-size:16px;font-weight:500;text-decoration:none;transition:background-color .3s}.thanks-button .home-btn:hover{background-color:rgb(0,57.3454545455,114)}@media (max-width:480px){.thanks-button .home-btn{width:100%;box-sizing:border-box}}.page-header{background-color:#0053a5;padding:40px 0;color:#fff;position:relative;overflow:hidden;background-image:url(../images/terms-header-bg.jpg);background-size:cover;background-position:center}.page-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,83,165,.7)}.page-header .container{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.page-header h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){.page-header h1{font-size:28px}}@media (max-width:480px){.page-header h1{font-size:24px}}.breadcrumb{background-color:#f5f5f5;padding:10px 0;font-size:14px}.breadcrumb .container{width:90%;max-width:1200px;margin:0 auto}.breadcrumb a{color:#0053a5}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.terms-page{padding:40px 0}.terms-page .container{width:90%;max-width:1200px;margin:0 auto}.content-wrapper{display:flex;gap:30px}@media (max-width:768px){.content-wrapper{flex-direction:column}}.sidebar{width:250px;flex-shrink:0}@media (max-width:768px){.sidebar{width:100%}}.sidebar .sidebar-menu{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:20px}.sidebar .sidebar-menu h3{font-size:18px;font-weight:700;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;color:#0053a5}.sidebar .sidebar-menu ul li{margin-bottom:10px}.sidebar .sidebar-menu ul li a{display:block;padding:8px 10px;border-radius:4px;color:#333;transition:all .3s}.sidebar .sidebar-menu ul li a:hover{background-color:#f0f7ff;color:#0053a5}.sidebar .sidebar-menu ul li.active a{background-color:#0053a5;color:#fff;font-weight:500}.main-content{flex:1}.terms-content{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 6px rgba(0,0,0,.05)}@media (max-width:768px){.terms-content{padding:25px}}@media (max-width:480px){.terms-content{padding:20px}}.terms-section{margin-bottom:40px}.terms-section:last-child{margin-bottom:0}.terms-section .section-title{font-size:22px;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #0053a5;color:#0053a5;display:flex;align-items:center}.terms-section .section-title i{margin-right:10px}@media (max-width:768px){.terms-section .section-title{font-size:20px}}@media (max-width:480px){.terms-section .section-title{font-size:18px}}.registration-card{background-color:#f9f9f9;padding:20px;border-radius:8px}.registration-card .registration-type{font-weight:700;margin-bottom:15px;text-align:center}.registration-table{width:100%;border-collapse:collapse;margin-bottom:20px}.registration-table td,.registration-table th{padding:12px 15px;border-bottom:1px solid #e5e5e5}.registration-table th{width:30%;text-align:left;font-weight:700;color:#0053a5}@media (max-width:480px){.registration-table th{width:40%}}.registration-table tr:last-child td,.registration-table tr:last-child th{border-bottom:none}.registration-note{background-color:#f0f0f0;padding:15px;border-radius:6px;font-size:14px;line-height:1.6}.terms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}@media (max-width:480px){.terms-grid{grid-template-columns:1fr}}.terms-item{display:flex;align-items:center;padding:15px;background-color:#f8f8f8;border-radius:8px;transition:transform .3s,box-shadow .3s;text-decoration:none;color:#333}.terms-item:hover{transform:translateY(-3px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.terms-icon,.terms-number{width:45px;height:45px;background-color:#0053a5;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;margin-right:15px;flex-shrink:0}.terms-number{font-weight:700;font-size:18px}.terms-info h3{font-size:16px;font-weight:700;margin-bottom:5px}.terms-info .file-size{font-size:13px;color:#888}.download-info{margin-bottom:20px;background-color:#f9f9f9;padding:15px;border-radius:8px}.download-info p{margin-bottom:10px;font-size:14px;line-height:1.6}.download-info p:last-child{margin-bottom:0}.download-info p a{color:#0053a5;text-decoration:underline}.download-info p a:hover{text-decoration:none}.download-button{display:flex;align-items:center;padding:15px 20px;background-color:#e53935;color:#fff;border-radius:8px;text-decoration:none;margin-top:15px;max-width:300px;transition:background-color .3s}.download-button:hover{background-color:rgb(204.6578947368,30.3947368421,26.3421052632)}.download-icon{font-size:24px;margin-right:15px}.download-info{display:flex;flex-direction:column}.download-info span:first-child{font-weight:700;margin-bottom:3px}.download-info span.file-size{font-size:13px;opacity:.8}@media (max-width:768px){.terms-page{padding:30px 0}.terms-section{margin-bottom:30px}}@media (max-width:480px){.registration-table{font-size:14px}.registration-table td,.registration-table th{padding:10px}.download-info p{font-size:13px}}.page-header{background-color:#0053a5;padding:40px 0;color:#fff;position:relative;overflow:hidden;background-image:url(../images/faq-header-bg.jpg);background-size:cover;background-position:center}.page-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,83,165,.7)}.page-header .container{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.page-header h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){.page-header h1{font-size:28px}}@media (max-width:480px){.page-header h1{font-size:24px}}.breadcrumb{background-color:#f5f5f5;padding:10px 0;font-size:14px}.breadcrumb .container{width:90%;max-width:1200px;margin:0 auto}.breadcrumb a{color:#0053a5}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.faq-page{padding:40px 0}.faq-page .container{width:90%;max-width:1200px;margin:0 auto}.content-wrapper{display:flex;gap:30px}@media (max-width:768px){.content-wrapper{flex-direction:column}}.sidebar{width:250px;flex-shrink:0}@media (max-width:768px){.sidebar{width:100%}}.sidebar .sidebar-menu{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:20px;margin-bottom:20px}.sidebar .sidebar-menu h3{font-size:18px;font-weight:700;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;color:#0053a5}.sidebar .sidebar-menu ul li{margin-bottom:10px}.sidebar .sidebar-menu ul li a{display:block;padding:8px 10px;border-radius:4px;color:#333;transition:all .3s}.sidebar .sidebar-menu ul li a:hover{background-color:#f0f7ff;color:#0053a5}.sidebar .sidebar-menu ul li.active a{background-color:#0053a5;color:#fff;font-weight:500}.sidebar .contact-banner{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:20px;background-color:#f0f7ff;text-align:center}.sidebar .contact-banner h4{font-size:18px;font-weight:700;margin-bottom:10px;color:#0053a5}.sidebar .contact-banner p{font-size:14px;margin-bottom:15px;color:#333}.sidebar .contact-banner .contact-btn{display:inline-block;background-color:#f59126;color:#fff;padding:10px 20px;border-radius:4px;font-weight:500;transition:background-color .3s}.sidebar .contact-banner .contact-btn:hover{background-color:rgb(151.25,84.7916666667,13.75)}.main-content{flex:1}.faq-section{margin-bottom:40px}.faq-section:last-child{margin-bottom:0}.faq-section .section-title{font-size:22px;font-weight:700;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid #0053a5;color:#0053a5}@media (max-width:768px){.faq-section .section-title{font-size:20px}}@media (max-width:480px){.faq-section .section-title{font-size:18px}}.faq-list .faq-item{margin-bottom:15px;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05)}.faq-list .faq-item:last-child{margin-bottom:0}.faq-list .faq-item .faq-question{position:relative;padding:15px 50px 15px 60px;background-color:#f9f9f9;cursor:pointer;display:flex;align-items:center}.faq-list .faq-item .faq-question h3{font-size:16px;font-weight:500;margin:0;flex:1}@media (max-width:480px){.faq-list .faq-item .faq-question h3{font-size:15px}}.faq-list .faq-item .faq-question .faq-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);background-color:#0053a5;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.faq-list .faq-item .faq-question .toggle-btn{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#0053a5;transition:transform .3s}.faq-list .faq-item .faq-question .toggle-btn.active{transform:translateY(-50%) rotate(180deg)}.faq-list .faq-item .faq-answer{position:relative;padding:20px 20px 20px 60px;display:none;border-top:1px solid #e5e5e5}.faq-list .faq-item .faq-answer .faq-icon{position:absolute;left:15px;top:20px;background-color:#e53935;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.faq-list .faq-item .faq-answer .faq-content p{margin-bottom:15px;line-height:1.8}.faq-list .faq-item .faq-answer .faq-content p:last-child{margin-bottom:0}.faq-list .faq-item .faq-answer .faq-content ul{margin:15px 0;padding-left:20px}.faq-list .faq-item .faq-answer .faq-content ul li{position:relative;padding-left:15px;margin-bottom:10px;line-height:1.6}.faq-list .faq-item .faq-answer .faq-content ul li::before{content:"•";position:absolute;left:0;color:#0053a5}.faq-list .faq-item .faq-answer .faq-content ul li:last-child{margin-bottom:0}.faq-list .faq-item.active .faq-question .toggle-btn{transform:translateY(-50%) rotate(180deg)}.faq-list .faq-item.active .faq-answer{display:block}@media (max-width:768px){.faq-page{padding:30px 0}.faq-section{margin-bottom:30px}}@media (max-width:480px){.faq-list .faq-item .faq-question{padding:15px 40px 15px 50px}.faq-list .faq-item .faq-question .faq-icon{width:25px;height:25px;font-size:14px;left:12px}.faq-list .faq-item .faq-answer{padding:15px 15px 15px 50px}.faq-list .faq-item .faq-answer .faq-icon{width:25px;height:25px;font-size:14px;left:12px;top:15px}.faq-list .faq-item .faq-answer .faq-content{font-size:14px}}.page-header{background-color:#0053a5;padding:40px 0;color:#fff;position:relative;overflow:hidden;background-image:url(../images/download-header-bg.jpg);background-size:cover;background-position:center}.page-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,83,165,.7)}.page-header .container{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.page-header h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){.page-header h1{font-size:28px}}@media (max-width:480px){.page-header h1{font-size:24px}}.breadcrumb{background-color:#f5f5f5;padding:10px 0;font-size:14px}.breadcrumb .container{width:90%;max-width:1200px;margin:0 auto}.breadcrumb a{color:#0053a5}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.download-page{padding:40px 0}.download-page .container{width:90%;max-width:1200px;margin:0 auto}.content-wrapper{display:flex;gap:30px}@media (max-width:768px){.content-wrapper{flex-direction:column}}.sidebar{width:250px;flex-shrink:0}@media (max-width:768px){.sidebar{width:100%}}.sidebar .sidebar-menu{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:20px}.sidebar .sidebar-menu h3{font-size:18px;font-weight:700;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;color:#0053a5}.sidebar .sidebar-menu ul li{margin-bottom:10px}.sidebar .sidebar-menu ul li a{display:block;padding:8px 10px;border-radius:4px;color:#333;transition:all .3s}.sidebar .sidebar-menu ul li a:hover{background-color:#f0f7ff;color:#0053a5}.sidebar .sidebar-menu ul li.active a{background-color:#0053a5;color:#fff;font-weight:500}.main-content{flex:1}.download-section{margin-bottom:40px}.download-section:last-child{margin-bottom:0}.download-section .section-title{font-size:22px;font-weight:700;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid #0053a5;color:#0053a5}@media (max-width:768px){.download-section .section-title{font-size:20px}}@media (max-width:480px){.download-section .section-title{font-size:18px}}.download-items{display:flex;flex-direction:column;gap:20px}.download-item{display:flex;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}@media (max-width:768px){.download-item{flex-direction:column}}.download-item .download-image{width:180px;flex-shrink:0}@media (max-width:768px){.download-item .download-image{width:100%;height:200px}}.download-item .download-image img{width:100%;height:100%;object-fit:cover}.download-item .download-info{flex:1;padding:20px;display:flex;flex-direction:column}.download-item .download-info h3{font-size:18px;font-weight:700;margin-bottom:10px;color:#0053a5}@media (max-width:480px){.download-item .download-info h3{font-size:16px}}.download-item .download-info p{margin-bottom:15px;line-height:1.6;color:#333;flex-grow:1}@media (max-width:480px){.download-item .download-info p{font-size:14px}}.download-item .download-info .download-meta{display:flex;gap:15px;margin-bottom:15px;font-size:14px;color:#666}@media (max-width:480px){.download-item .download-info .download-meta{flex-direction:column;gap:5px;font-size:12px}}.download-item .download-info .download-meta span{display:inline-flex;align-items:center}.download-item .download-info .download-meta span.file-size::before{content:"\f1c1";font-family:"Font Awesome 5 Free";font-weight:900;margin-right:5px;color:#e53935}.download-item .download-info .download-meta span.update-date::before{content:"\f073";font-family:"Font Awesome 5 Free";font-weight:900;margin-right:5px;color:#0053a5}.download-item .download-info .download-button{display:inline-flex;align-items:center;justify-content:center;background-color:#0053a5;color:#fff;padding:10px 20px;border-radius:4px;font-weight:500;transition:background-color .3s;align-self:flex-start}.download-item .download-info .download-button i{margin-right:8px}.download-item .download-info .download-button:hover{background-color:rgb(0,57.3454545455,114)}@media (max-width:480px){.download-item .download-info .download-button{align-self:stretch;text-align:center}}.download-note{margin-top:40px}.download-note .note-box{background-color:#fff8e1;border-left:4px solid #ffc107;padding:20px;border-radius:4px}.download-note .note-box h3{font-size:18px;font-weight:700;margin-bottom:15px;color:#f57c00;display:flex;align-items:center}.download-note .note-box h3 i{margin-right:8px}@media (max-width:480px){.download-note .note-box h3{font-size:16px}}.download-note .note-box ul{padding-left:20px}.download-note .note-box ul li{position:relative;padding-left:15px;margin-bottom:10px;line-height:1.6}.download-note .note-box ul li::before{content:"•";position:absolute;left:0;color:#f57c00}.download-note .note-box ul li:last-child{margin-bottom:0}.download-note .note-box ul li a{color:#0053a5;text-decoration:underline}.download-note .note-box ul li a:hover{text-decoration:none}@media (max-width:480px){.download-note .note-box ul li{font-size:14px}}@media (max-width:768px){.download-page{padding:30px 0}.download-section{margin-bottom:30px}}.page-header{background-color:#0053a5;padding:40px 0;color:#fff;position:relative;overflow:hidden;background-image:url(../images/sitemap-header-bg.jpg);background-size:cover;background-position:center}.page-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,83,165,.7)}.page-header .container{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.page-header h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){.page-header h1{font-size:28px}}@media (max-width:480px){.page-header h1{font-size:24px}}.breadcrumb{background-color:#f5f5f5;padding:10px 0;font-size:14px}.breadcrumb .container{width:90%;max-width:1200px;margin:0 auto}.breadcrumb a{color:#0053a5}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.sitemap-page{padding:40px 0}.sitemap-page .container{width:90%;max-width:1200px;margin:0 auto}.content-wrapper{display:flex;gap:30px}@media (max-width:768px){.content-wrapper{flex-direction:column}}.sidebar{width:250px;flex-shrink:0}@media (max-width:768px){.sidebar{width:100%}}.sidebar .sidebar-menu{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:20px}.sidebar .sidebar-menu h3{font-size:18px;font-weight:700;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;color:#0053a5}.sidebar .sidebar-menu ul li{margin-bottom:10px}.sidebar .sidebar-menu ul li a{display:block;padding:8px 10px;border-radius:4px;color:#333;transition:all .3s}.sidebar .sidebar-menu ul li a:hover{background-color:#f0f7ff;color:#0053a5}.sidebar .sidebar-menu ul li.active a{background-color:#0053a5;color:#fff;font-weight:500}.main-content{flex:1}.sitemap-section{margin-bottom:40px}.sitemap-section:last-child{margin-bottom:0}.sitemap-section .section-title{font-size:22px;font-weight:700;margin-bottom:20px;padding:10px 15px;background-color:#f0f7ff;border-left:5px solid #0053a5;color:#0053a5;border-radius:4px}@media (max-width:768px){.sitemap-section .section-title{font-size:20px}}@media (max-width:480px){.sitemap-section .section-title{font-size:18px}}.sitemap-category{display:flex;gap:30px}@media (max-width:768px){.sitemap-category{flex-direction:column;gap:20px}}.sitemap-links{flex:1}.sitemap-links.wide-links{width:100%}.sitemap-links ul li{margin-bottom:15px}.sitemap-links ul li:last-child{margin-bottom:0}.sitemap-links ul li .main-link{display:block;font-size:16px;font-weight:500;color:#0053a5;padding:8px 10px;border-bottom:1px dashed #ddd;transition:all .3s}.sitemap-links ul li .main-link i{width:20px;margin-right:8px;text-align:center}.sitemap-links ul li .main-link:hover{background-color:#f0f7ff;padding-left:15px}.sitemap-links ul li .sub-links{margin:10px 0 15px 28px}.sitemap-links ul li .sub-links li{margin-bottom:8px;position:relative;padding-left:15px}.sitemap-links ul li .sub-links li::before{content:"›";position:absolute;left:0;color:#0053a5;font-weight:700}.sitemap-links ul li .sub-links li a{color:#333;font-size:14px;transition:all .3s}.sitemap-links ul li .sub-links li a:hover{color:#0053a5;text-decoration:underline}@media (max-width:768px){.sitemap-page{padding:30px 0}.sitemap-section{margin-bottom:30px}}@media (max-width:480px){.sitemap-links ul li .main-link{font-size:15px}.sitemap-links ul li .sub-links li a{font-size:13px}}.kasama-autumn-page .badge.special{background:linear-gradient(45deg,#d2691e,#ff8c00);color:#fff}.kasama-autumn-page .badge.ladies{background:linear-gradient(45deg,#ff69b4,#ff1493);color:#fff}.kasama-autumn-page .tour-main-slider{margin-bottom:30px}.kasama-autumn-page .tour-main-slider .tour-slider-wrapper{border-radius:10px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.1)}.kasama-autumn-page .tour-main-slider .tour-slider-wrapper .tour-slide img{width:100%;height:auto;display:block}.kasama-autumn-page .tour-main-slider .tour-badges{margin-top:20px}.kasama-autumn-page .tour-main-slider .tour-badges .badge.special{background:linear-gradient(45deg,#d2691e,#ff8c00);color:#fff}.kasama-autumn-page .tour-main-slider .tour-badges .badge.ladies{background:linear-gradient(45deg,#ff69b4,#ff1493);color:#fff}.kasama-autumn-page .tour-overview{padding:40px 0}.kasama-autumn-page .tour-overview .tour-info-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.1)}.kasama-autumn-page .tour-overview .tour-info-card .tour-detail-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:30px}@media (max-width:480px){.kasama-autumn-page .tour-overview .tour-info-card .tour-detail-row{grid-template-columns:1fr}}.kasama-autumn-page .tour-overview .tour-info-card .tour-detail-row .tour-detail-item{display:flex;align-items:flex-start;gap:15px}.kasama-autumn-page .tour-overview .tour-info-card .tour-detail-row .tour-detail-item i{font-size:1.5rem;color:#d2691e;margin-top:5px}.kasama-autumn-page .tour-overview .tour-info-card .tour-detail-row .tour-detail-item h4{font-size:.9rem;color:#666;margin-bottom:5px}.kasama-autumn-page .tour-overview .tour-info-card .tour-detail-row .tour-detail-item p{font-size:1rem;color:#333;font-weight:500}.kasama-autumn-page .tour-overview .tour-info-card .tour-price-booking{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #eee}@media (max-width:480px){.kasama-autumn-page .tour-overview .tour-info-card .tour-price-booking{flex-direction:column;gap:20px}}.kasama-autumn-page .tour-overview .tour-info-card .tour-price-booking .tour-price .price-label{font-size:.9rem;color:#666;margin-bottom:5px}.kasama-autumn-page .tour-overview .tour-info-card .tour-price-booking .tour-price .price-amount{font-size:1.5rem;color:#ff8c00;font-weight:700}.kasama-autumn-page .tour-attraction{padding:60px 0;background:linear-gradient(135deg,rgba(255,248,220,.3) 0,#fff 100%)}.kasama-autumn-page .tour-attraction .section-title{text-align:center;font-size:1.8rem;color:#8b4513;margin-bottom:30px;position:relative}.kasama-autumn-page .tour-attraction .section-title i{color:#d2691e;margin-right:10px}.kasama-autumn-page .tour-attraction .tour-copy{text-align:center;margin-bottom:30px}.kasama-autumn-page .tour-attraction .tour-copy h3{font-size:1.3rem;color:#d2691e;font-weight:600}.kasama-autumn-page .tour-attraction .tour-introduction{max-width:800px;margin:0 auto 40px;padding:30px;background:#fff;border-radius:10px;box-shadow:0 3px 15px rgba(0,0,0,.1)}.kasama-autumn-page .tour-attraction .tour-introduction p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:15px}.kasama-autumn-page .tour-attraction .tour-introduction p:last-child{margin-bottom:0}.kasama-autumn-page .tour-attraction .attraction-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}@media (max-width:480px){.kasama-autumn-page .tour-attraction .attraction-highlights{grid-template-columns:1fr}}.kasama-autumn-page .tour-attraction .attraction-highlights .highlight-item{display:flex;align-items:center;gap:15px;padding:20px;background:#fff;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.1);transition:transform .3s ease}.kasama-autumn-page .tour-attraction .attraction-highlights .highlight-item:hover{transform:translateY(-5px)}.kasama-autumn-page .tour-attraction .attraction-highlights .highlight-item i{font-size:2rem;color:#ff8c00;width:40px;text-align:center}.kasama-autumn-page .tour-attraction .attraction-highlights .highlight-item p{color:#666;line-height:1.6;flex:1}.kasama-autumn-page .tour-schedule{padding:60px 0}.kasama-autumn-page .tour-schedule .section-title{text-align:center;font-size:1.8rem;color:#8b4513;margin-bottom:30px}.kasama-autumn-page .tour-schedule .section-title i{color:#d2691e;margin-right:10px}.kasama-autumn-page .tour-schedule .schedule-table{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 15px rgba(0,0,0,.1)}.kasama-autumn-page .tour-schedule .schedule-table .schedule-row{display:flex;border-bottom:1px solid #eee;transition:background-color .3s ease}.kasama-autumn-page .tour-schedule .schedule-table .schedule-row:last-child{border-bottom:none}.kasama-autumn-page .tour-schedule .schedule-table .schedule-row:hover{background:rgba(255,248,220,.3)}.kasama-autumn-page .tour-schedule .schedule-table .schedule-row .schedule-time{width:150px;padding:20px;color:#d2691e;font-weight:700;font-size:.95rem;border-right:2px solid #d2691e}@media (max-width:480px){.kasama-autumn-page .tour-schedule .schedule-table .schedule-row .schedule-time{width:100px;padding:15px;font-size:.85rem}}.kasama-autumn-page .tour-schedule .schedule-table .schedule-row .schedule-content{flex:1;padding:20px}.kasama-autumn-page .tour-schedule .schedule-table .schedule-row .schedule-content h4{font-size:1.1rem;color:#8b4513;margin-bottom:5px;font-weight:600}.kasama-autumn-page .tour-schedule .schedule-table .schedule-row .schedule-content p{color:#666;font-size:.95rem;line-height:1.5}.kasama-autumn-page .tour-spots{padding:60px 0;background:rgba(255,248,220,.2)}.kasama-autumn-page .tour-spots .section-title{text-align:center;font-size:1.8rem;color:#8b4513;margin-bottom:30px}.kasama-autumn-page .tour-spots .section-title i{color:#d2691e;margin-right:10px}.kasama-autumn-page .tour-spots .spots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}@media (max-width:480px){.kasama-autumn-page .tour-spots .spots-grid{grid-template-columns:1fr}}.kasama-autumn-page .tour-spots .spots-grid .spot-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 3px 15px rgba(0,0,0,.1);transition:transform .3s ease}.kasama-autumn-page .tour-spots .spots-grid .spot-card:hover{transform:translateY(-5px)}.kasama-autumn-page .tour-spots .spots-grid .spot-card h3{color:#d2691e;font-size:1.3rem;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid rgba(210,105,30,.3)}.kasama-autumn-page .tour-spots .spots-grid .spot-card p{color:#666;line-height:1.8;margin-bottom:15px}.kasama-autumn-page .tour-spots .spots-grid .spot-card p:last-child{margin-bottom:0}.kasama-autumn-page .tour-spots .spots-grid .spot-card .spot-note{display:flex;align-items:flex-start;gap:10px;padding:15px;background:rgba(255,140,0,.1);border-left:3px solid #ff8c00;border-radius:5px;margin-top:15px}.kasama-autumn-page .tour-spots .spots-grid .spot-card .spot-note i{color:#ff8c00;font-size:1.2rem;flex-shrink:0}.kasama-autumn-page .tour-spots .spots-grid .spot-card .spot-note p{margin:0;font-size:.95rem}.kasama-autumn-page .tour-price-details{padding:60px 0}.kasama-autumn-page .tour-price-details .section-title{text-align:center;font-size:1.8rem;color:#8b4513;margin-bottom:30px}.kasama-autumn-page .tour-price-details .section-title i{color:#d2691e;margin-right:10px}.kasama-autumn-page .tour-price-details .price-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}@media (max-width:480px){.kasama-autumn-page .tour-price-details .price-details-grid{grid-template-columns:1fr}}.kasama-autumn-page .tour-price-details .price-details-grid .price-detail-box{background:#fff;padding:30px;border-radius:10px;box-shadow:0 3px 15px rgba(0,0,0,.1)}.kasama-autumn-page .tour-price-details .price-details-grid .price-detail-box h3{color:#d2691e;font-size:1.2rem;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid rgba(210,105,30,.3)}.kasama-autumn-page .tour-price-details .price-details-grid .price-detail-box .check-list,.kasama-autumn-page .tour-price-details .price-details-grid .price-detail-box .cross-list{list-style:none;padding:0}.kasama-autumn-page .tour-price-details .price-details-grid .price-detail-box .check-list li,.kasama-autumn-page .tour-price-details .price-details-grid .price-detail-box .cross-list li{padding:8px 0;padding-left:30px;position:relative;color:#666;line-height:1.5}.kasama-autumn-page .tour-price-details .price-details-grid .price-detail-box .check-list li:before,.kasama-autumn-page .tour-price-details .price-details-grid .price-detail-box .cross-list li:before{position:absolute;left:0;top:8px}.kasama-autumn-page .tour-price-details .price-details-grid .price-detail-box .check-list li:before{content:"✓";color:#4caf50;font-weight:700;font-size:1.2rem}.kasama-autumn-page .tour-price-details .price-details-grid .price-detail-box .cross-list li:before{content:"✗";color:#f44336;font-weight:700;font-size:1.2rem}.kasama-autumn-page .tour-preparation{padding:60px 0;background:rgba(255,248,220,.2)}.kasama-autumn-page .tour-preparation .section-title{text-align:center;font-size:1.8rem;color:#8b4513;margin-bottom:30px}.kasama-autumn-page .tour-preparation .section-title i{color:#d2691e;margin-right:10px}.kasama-autumn-page .tour-preparation .preparation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}@media (max-width:480px){.kasama-autumn-page .tour-preparation .preparation-grid{grid-template-columns:1fr}}.kasama-autumn-page .tour-preparation .preparation-grid .preparation-box{background:#fff;padding:30px;border-radius:10px;box-shadow:0 3px 15px rgba(0,0,0,.1)}.kasama-autumn-page .tour-preparation .preparation-grid .preparation-box h3{color:#d2691e;font-size:1.2rem;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid rgba(210,105,30,.3)}.kasama-autumn-page .tour-preparation .preparation-grid .preparation-box ul{list-style:none;padding:0}.kasama-autumn-page .tour-preparation .preparation-grid .preparation-box ul li{padding:8px 0;padding-left:25px;position:relative;color:#666;line-height:1.5}.kasama-autumn-page .tour-preparation .preparation-grid .preparation-box ul li:before{content:"・";position:absolute;left:0;color:#d2691e;font-weight:700}.kasama-autumn-page .tour-notes{padding:60px 0}.kasama-autumn-page .tour-notes .section-title{text-align:center;font-size:1.8rem;color:#8b4513;margin-bottom:30px}.kasama-autumn-page .tour-notes .section-title i{color:#d2691e;margin-right:10px}.kasama-autumn-page .tour-notes .notes-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}@media (max-width:480px){.kasama-autumn-page .tour-notes .notes-container{grid-template-columns:1fr}}.kasama-autumn-page .tour-notes .notes-container .notes-box{background:#fff;padding:30px;border-radius:10px;box-shadow:0 3px 15px rgba(0,0,0,.1)}.kasama-autumn-page .tour-notes .notes-container .notes-box h3{color:#d2691e;font-size:1.2rem;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid rgba(210,105,30,.3)}.kasama-autumn-page .tour-notes .notes-container .notes-box ul{list-style:none;padding:0}.kasama-autumn-page .tour-notes .notes-container .notes-box ul li{padding:8px 0;padding-left:25px;position:relative;color:#666;line-height:1.6}.kasama-autumn-page .tour-notes .notes-container .notes-box ul li:before{content:"▸";position:absolute;left:0;color:#d2691e}.kasama-autumn-page .tour-booking-section{padding:60px 0;background:rgba(255,248,220,.2)}.kasama-autumn-page .tour-booking-section .section-title{text-align:center;font-size:1.8rem;color:#8b4513;margin-bottom:30px}.kasama-autumn-page .tour-booking-section .section-title i{color:#d2691e;margin-right:10px}.kasama-autumn-page .tour-booking-section .booking-container{max-width:700px;margin:0 auto;background:linear-gradient(135deg,#fff 0,rgba(255,248,220,.5) 100%);padding:40px;border-radius:15px;box-shadow:0 5px 30px rgba(0,0,0,.1);text-align:center}.kasama-autumn-page .tour-booking-section .booking-container .booking-info{display:flex;justify-content:center;gap:60px;margin-bottom:30px}@media (max-width:480px){.kasama-autumn-page .tour-booking-section .booking-container .booking-info{flex-direction:column;gap:20px}}.kasama-autumn-page .tour-booking-section .booking-container .booking-info .booking-detail .label{display:block;font-size:.9rem;color:#666;margin-bottom:5px}.kasama-autumn-page .tour-booking-section .booking-container .booking-info .booking-detail .value{display:block;font-size:1.3rem;font-weight:700;color:#8b4513}.kasama-autumn-page .tour-booking-section .booking-container .booking-info .booking-detail .value.price{color:#ff8c00;font-size:1.5rem}.kasama-autumn-page .tour-booking-section .booking-container .booking-action .btn{display:inline-block;padding:15px 50px;background:linear-gradient(45deg,#d2691e,#ff8c00);color:#fff;text-decoration:none;border-radius:50px;font-size:1.2rem;font-weight:700;transition:all .3s ease;box-shadow:0 5px 20px rgba(210,105,30,.3)}.kasama-autumn-page .tour-booking-section .booking-container .booking-action .btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(210,105,30,.4)}.kasama-autumn-page .tour-booking-section .booking-container .booking-action .btn.btn-disabled{background:#999;cursor:not-allowed;pointer-events:none}.kasama-autumn-page .tour-booking-section .booking-container .booking-action .btn.btn-disabled:hover{transform:none;box-shadow:0 5px 20px rgba(0,0,0,.1)}.kasama-autumn-page .tour-booking-section .booking-container .booking-action .booking-message{margin-top:20px;color:#666;font-size:.95rem}.kasama-autumn-page .related-tours{padding:60px 0}.kasama-autumn-page .related-tours .section-title{text-align:center;font-size:1.8rem;color:#8b4513;margin-bottom:30px}.kasama-autumn-page .related-tours .section-title i{color:#d2691e;margin-right:10px}.kasama-autumn-page .related-tours .related-tours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}@media (max-width:480px){.kasama-autumn-page .related-tours .related-tours-grid{grid-template-columns:1fr}}.kasama-autumn-page .related-tours .related-tours-grid .related-tour-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 15px rgba(0,0,0,.1);text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.kasama-autumn-page .related-tours .related-tours-grid .related-tour-card:hover{transform:translateY(-5px);box-shadow:0 5px 25px rgba(0,0,0,.15)}.kasama-autumn-page .related-tours .related-tours-grid .related-tour-card .tour-image img{width:100%;height:200px;object-fit:cover}.kasama-autumn-page .related-tours .related-tours-grid .related-tour-card .tour-info{padding:20px}.kasama-autumn-page .related-tours .related-tours-grid .related-tour-card .tour-info h3{color:#333;font-size:1.1rem;margin-bottom:10px}.kasama-autumn-page .related-tours .related-tours-grid .related-tour-card .tour-info .tour-date{color:#666;font-size:.9rem;margin-bottom:5px}.kasama-autumn-page .related-tours .related-tours-grid .related-tour-card .tour-info .tour-price{color:#ff8c00;font-size:1.1rem;font-weight:700}#busTour-pageHeader{background-image:url(/assets/images/bus-tour/sky-bg.jpg);background-size:cover;background-position:center;padding:40px 0;color:#fff}#busTour-pageHeader .container{width:90%;max-width:1200px;margin:0 auto}#busTour-pageHeader h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){#busTour-pageHeader h1{font-size:28px}}@media (max-width:480px){#busTour-pageHeader h1{font-size:24px}}.bus-tour-page{padding:40px 0}.bus-tour-page .container{width:90%;max-width:1200px;margin:0 auto}.bus-tour-page .main-visual{margin-bottom:40px;border-radius:8px;overflow:hidden;position:relative}.bus-tour-page .main-visual .slider .slide{position:relative;height:400px;overflow:hidden}.bus-tour-page .main-visual .slider .slide img{width:100%;height:100%;object-fit:cover}.bus-tour-page .main-visual .slider .slide .slide-content{position:absolute;bottom:0;left:0;width:100%;padding:30px;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,0))!important;color:#fff}.bus-tour-page .main-visual .slider .slide .slide-content h2{font-size:32px;font-weight:700;margin-bottom:10px;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.bus-tour-page .main-visual .slider .slide .slide-content p{font-size:18px;text-shadow:1px 1px 2px rgba(0,0,0,.3)}@media (max-width:768px){.bus-tour-page .main-visual .slider .slide{height:300px}.bus-tour-page .main-visual .slider .slide .slide-content{padding:20px}.bus-tour-page .main-visual .slider .slide .slide-content h2{font-size:28px}.bus-tour-page .main-visual .slider .slide .slide-content p{font-size:16px}}@media (max-width:480px){.bus-tour-page .main-visual .slider .slide{height:250px}.bus-tour-page .main-visual .slider .slide .slide-content{padding:15px}.bus-tour-page .main-visual .slider .slide .slide-content h2{font-size:24px}.bus-tour-page .main-visual .slider .slide .slide-content p{font-size:14px}}.bus-tour-page .section-title{font-size:24px;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #0053a5;color:#0053a5}.bus-tour-page .section-title.with-icon{display:flex;align-items:center}.bus-tour-page .section-title.with-icon i{margin-right:10px}@media (max-width:768px){.bus-tour-page .section-title{font-size:22px}}@media (max-width:480px){.bus-tour-page .section-title{font-size:20px}}.bus-tour-page .departure-search{margin-bottom:50px}.bus-tour-page .departure-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:992px){.bus-tour-page .departure-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.bus-tour-page .departure-grid{grid-template-columns:1fr}}.bus-tour-page .departure-item{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:25px;text-align:center;transition:transform .3s,box-shadow .3s}.bus-tour-page .departure-item:hover{transform:translateY(-5px);box-shadow:0 3px 10px rgba(0,0,0,.1)}.bus-tour-page .departure-item .departure-icon{width:60px;height:60px;margin:0 auto 15px;border-radius:50%;background-color:#0053a5;color:#fff;display:flex;align-items:center;justify-content:center}.bus-tour-page .departure-item .departure-icon i{font-size:28px}.bus-tour-page .departure-item h3{font-size:18px;font-weight:700;color:#0053a5;margin-bottom:10px}.bus-tour-page .departure-item p{color:#666;font-size:14px}.bus-tour-page .tour-category{margin-bottom:50px}.bus-tour-page .category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:992px){.bus-tour-page .category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.bus-tour-page .category-grid{grid-template-columns:1fr}}.bus-tour-page .category-item{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);overflow:hidden;transition:transform .3s,box-shadow .3s}.bus-tour-page .category-item:hover{transform:translateY(-5px);box-shadow:0 3px 10px rgba(0,0,0,.1)}.bus-tour-page .category-item:hover .category-image img{transform:scaleX(1.05) scaleY(1.05)}.bus-tour-page .category-item .category-image{height:180px;overflow:hidden}.bus-tour-page .category-item .category-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.bus-tour-page .category-item .category-content{padding:15px}.bus-tour-page .category-item .category-content h3{font-size:18px;font-weight:700;margin-bottom:5px;color:#0053a5}.bus-tour-page .category-item .category-content p{color:#666;font-size:14px}.bus-tour-page .recommended-tours{margin-bottom:50px;padding:30px;background:#f0f7ff}.bus-tour-page .recommended-tours .section-title{position:relative;margin-bottom:30px}.bus-tour-page .recommended-tours .title-center{text-align:center}.bus-tour-page .recommended-tours .title-center:after{content:"";position:absolute;bottom:-10px;left:0;right:0;margin:0 auto;width:60px;height:3px;background-color:#0053a5}.bus-tour-page .tour-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:992px){.bus-tour-page .tour-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.bus-tour-page .tour-grid{grid-template-columns:1fr}}.bus-tour-page .tour-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}.bus-tour-page .tour-card:hover{transform:translateY(-5px);box-shadow:0 3px 10px rgba(0,0,0,.1)}.bus-tour-page .tour-card:hover .tour-image img{transform:scaleX(1.05) scaleY(1.05)}.bus-tour-page .tour-card .tour-image{height:180px;overflow:hidden;position:relative}.bus-tour-page .tour-card .tour-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.bus-tour-page .tour-card .tour-image .tour-badge{position:absolute;top:10px;right:10px;background-color:#0053a5;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;border-radius:4px}.bus-tour-page .tour-card .tour-image .tour-badge.new{background-color:#f59126}.bus-tour-page .tour-card .tour-image .tour-badge.limited{background-color:#e60012}.bus-tour-page .tour-card .tour-info{padding:15px;display:flex;flex-direction:column;flex-grow:1}.bus-tour-page .tour-card .tour-meta{display:flex;margin-bottom:10px}.bus-tour-page .tour-card .tour-meta span{font-size:12px;padding:3px 8px;border-radius:4px;margin-right:8px}.bus-tour-page .tour-card .tour-meta .tour-date{background-color:#f0f7ff;color:#0053a5}.bus-tour-page .tour-card .tour-meta .tour-departure{background-color:#f5f5f5;color:#666}.bus-tour-page .tour-card h3{font-size:16px;font-weight:700;margin-bottom:8px;color:#333;line-height:1.4}.bus-tour-page .tour-card .tour-desc{font-size:14px;color:#666;margin-bottom:10px;line-height:1.5}.bus-tour-page .tour-card .tour-price{margin-top:auto;font-size:18px;font-weight:700;color:#0053a5}.bus-tour-page .tour-card .tour-price .tax{font-size:12px;font-weight:400;color:#666}.bus-tour-page .view-more{text-align:center;margin-top:30px}.bus-tour-page .btn-primary{display:inline-block;background-color:#0053a5;color:#fff;padding:12px 30px;border-radius:4px;font-weight:700;transition:background-color .3s}.bus-tour-page .btn-primary:hover{background-color:#003d7a}.bus-tour-page .features{margin-bottom:50px}.bus-tour-page .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:992px){.bus-tour-page .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.bus-tour-page .features-grid{grid-template-columns:1fr}}.bus-tour-page .feature-item{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:25px;text-align:center}.bus-tour-page .feature-item .feature-icon{width:70px;height:70px;margin:0 auto 15px;border-radius:50%;background-color:#f0f7ff;color:#0053a5;display:flex;align-items:center;justify-content:center}.bus-tour-page .feature-item .feature-icon i{font-size:32px}.bus-tour-page .feature-item h3{font-size:18px;font-weight:700;color:#0053a5;margin-bottom:10px}.bus-tour-page .feature-item p{color:#666;font-size:14px;line-height:1.6}.bus-tour-page .guide{margin-bottom:50px}.bus-tour-page .guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width:768px){.bus-tour-page .guide-grid{grid-template-columns:1fr}}.bus-tour-page .guide-item{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:20px}.bus-tour-page .guide-item h3{font-size:18px;font-weight:700;color:#0053a5;margin-bottom:15px;display:flex;align-items:center}.bus-tour-page .guide-item h3 i{margin-right:10px}.bus-tour-page .guide-item .guide-content p{margin-bottom:10px;line-height:1.6}.bus-tour-page .guide-item .guide-content .link-text{color:#0053a5;font-weight:500;display:inline-flex;align-items:center}.bus-tour-page .guide-item .guide-content .link-text i{margin-left:5px}.bus-tour-page .guide-item .guide-content .link-text:hover{text-decoration:underline}.bus-tour-page .testimonials{margin-bottom:50px}.bus-tour-page .testimonials-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width:768px){.bus-tour-page .testimonials-container{grid-template-columns:1fr}}.bus-tour-page .testimonial{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:20px}.bus-tour-page .testimonial .testimonial-content{position:relative;padding:20px;background-color:#f0f7ff;border-radius:8px;margin-bottom:15px}.bus-tour-page .testimonial .testimonial-content:after{content:"";position:absolute;bottom:-10px;left:20px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #f0f7ff}.bus-tour-page .testimonial .testimonial-content p{font-size:14px;line-height:1.6}.bus-tour-page .testimonial .testimonial-author{display:flex;align-items:center}.bus-tour-page .testimonial .testimonial-author .author-info .author-name{font-weight:700;margin-bottom:3px}.bus-tour-page .testimonial .testimonial-author .author-info .tour-name{font-size:12px;color:#666}.bus-tour-page .contact-banner{margin-bottom:40px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#0053a5,#05a);position:relative;box-shadow:0 5px 20px rgba(0,0,0,.15)}.bus-tour-page .contact-banner .banner-content{padding:50px 30px;text-align:center;color:#fff;position:relative;z-index:2}.bus-tour-page .contact-banner .banner-content .banner-icon{width:70px;height:70px;background-color:rgba(255,255,255,.15);border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.bus-tour-page .contact-banner .banner-content .banner-icon i{font-size:32px;color:#fff}.bus-tour-page .contact-banner .banner-content h2{font-size:28px;font-weight:700;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.bus-tour-page .contact-banner .banner-content p{margin-bottom:25px;font-size:16px;line-height:1.6;opacity:.9}.bus-tour-page .contact-banner .banner-content .btn-contact{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#0053a5;padding:14px 35px;border-radius:30px;font-weight:700;font-size:16px;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.15)}.bus-tour-page .contact-banner .banner-content .btn-contact i{margin-left:8px}.bus-tour-page .contact-banner .banner-content .btn-contact:hover{background-color:rgb(242.25,242.25,242.25);transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.2)}.bus-tour-page .contact-banner:after,.bus-tour-page .contact-banner:before{content:"";position:absolute;border-radius:50%;background-color:rgba(255,255,255,.05)}.bus-tour-page .contact-banner:before{width:150px;height:150px;top:-50px;left:-50px}.bus-tour-page .contact-banner:after{width:200px;height:200px;bottom:-80px;right:-60px}@media (max-width:480px){.bus-tour-page .contact-banner .banner-content{padding:40px 20px}.bus-tour-page .contact-banner .banner-content h2{font-size:24px}.bus-tour-page .contact-banner .banner-content p{font-size:15px}.bus-tour-page .contact-banner .banner-content .btn-contact{padding:12px 25px;font-size:15px}}@media (max-width:480px){.bus-tour-page{padding:30px 0}.bus-tour-page .section-title{margin-bottom:15px}.bus-tour-page .departure-search,.bus-tour-page .features,.bus-tour-page .guide,.bus-tour-page .recommended-tours,.bus-tour-page .testimonials,.bus-tour-page .tour-category{margin-bottom:30px}}.bus-tour-detail-page{padding:40px 0}.bus-tour-detail-page .container{width:90%;max-width:1200px;margin:0 auto}.bus-tour-detail-page .main-visual{margin-bottom:40px;border-radius:8px;overflow:hidden;position:relative;box-shadow:0 3px 10px rgba(0,0,0,.1)}.bus-tour-detail-page .main-visual .slider .slide{position:relative;height:400px;overflow:hidden}.bus-tour-detail-page .main-visual .slider .slide img{width:100%;height:100%;object-fit:cover}.bus-tour-detail-page .main-visual .slider .slide .slide-content{position:absolute;bottom:0;left:0;width:100%;padding:40px;background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0));color:#fff}.bus-tour-detail-page .main-visual .slider .slide .slide-content h2{font-size:36px;font-weight:700;margin-bottom:10px;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.bus-tour-detail-page .main-visual .slider .slide .slide-content p{font-size:20px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media (max-width:768px){.bus-tour-detail-page .main-visual .slider .slide{height:320px}.bus-tour-detail-page .main-visual .slider .slide .slide-content{padding:30px}.bus-tour-detail-page .main-visual .slider .slide .slide-content h2{font-size:30px}.bus-tour-detail-page .main-visual .slider .slide .slide-content p{font-size:18px}}@media (max-width:480px){.bus-tour-detail-page .main-visual .slider .slide{height:250px}.bus-tour-detail-page .main-visual .slider .slide .slide-content{padding:20px}.bus-tour-detail-page .main-visual .slider .slide .slide-content h2{font-size:24px}.bus-tour-detail-page .main-visual .slider .slide .slide-content p{font-size:16px}}.bus-tour-detail-page .tour-filter{margin-bottom:40px;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:25px;border-radius:8px;box-shadow:0 3px 15px rgba(0,0,0,.08)}.bus-tour-detail-page .filter-container .filter-form .filter-row{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px}.bus-tour-detail-page .filter-container .filter-form .filter-group{flex:1;min-width:200px}.bus-tour-detail-page .filter-container .filter-form .filter-group label{display:block;margin-bottom:5px;font-weight:500}.bus-tour-detail-page .filter-container .filter-form .filter-group input,.bus-tour-detail-page .filter-container .filter-form .filter-group select{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px}.bus-tour-detail-page .filter-container .filter-form .filter-buttons{display:flex;gap:10px}.bus-tour-detail-page .filter-container .filter-form .filter-buttons button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:500}.bus-tour-detail-page .filter-container .filter-form .filter-buttons .btn-search{background-color:#0053a5;color:#fff}.bus-tour-detail-page .filter-container .filter-form .filter-buttons .btn-search:hover{background-color:#003d7a}.bus-tour-detail-page .filter-container .filter-form .filter-buttons .btn-reset{background-color:#f5f5f5;color:#333}.bus-tour-detail-page .filter-container .filter-form .filter-buttons .btn-reset:hover{background-color:#e5e5e5}@media (max-width:480px){.bus-tour-detail-page .filter-container .filter-form .filter-row{flex-direction:column;gap:10px}.bus-tour-detail-page .filter-container .filter-form .filter-group{min-width:auto}}.bus-tour-detail-page .tour-listing{margin-bottom:50px;padding:30px;background:#f0f7ff}.bus-tour-detail-page .tour-listing .section-title{position:relative;margin-bottom:30px}.bus-tour-detail-page .tour-listing .section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background-color:#0053a5}.bus-tour-detail-page .tour-listing .title-center{text-align:center}.bus-tour-detail-page .tour-listing .title-center:after{content:"";position:absolute;bottom:-10px;left:0;right:0;margin:0 auto;width:60px;height:3px;background-color:#0053a5}.bus-tour-detail-page .tour-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width:992px){.bus-tour-detail-page .tour-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.bus-tour-detail-page .tour-grid{grid-template-columns:1fr}}.bus-tour-detail-page .tour-item{transition:transform .3s ease}.bus-tour-detail-page .tour-item:hover{transform:translateY(-5px)}.bus-tour-detail-page .tour-card{display:block;height:100%;border-radius:8px;overflow:hidden;box-shadow:0 3px 15px rgba(0,0,0,.08);transition:box-shadow .3s ease;background-color:#fff}.bus-tour-detail-page .tour-card:hover{box-shadow:0 5px 20px rgba(0,0,0,.15)}.bus-tour-detail-page .tour-card .tour-image{position:relative;height:200px;overflow:hidden}.bus-tour-detail-page .tour-card .tour-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.bus-tour-detail-page .tour-card .tour-image .tour-badge{position:absolute;top:15px;right:15px;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:700;color:#fff;background-color:#0053a5;box-shadow:0 2px 5px rgba(0,0,0,.2)}.bus-tour-detail-page .tour-card .tour-image .tour-badge.new{background-color:#f59126}.bus-tour-detail-page .tour-card .tour-image .tour-badge.limited{background-color:#e60012}.bus-tour-detail-page .tour-card:hover .tour-image img{transform:scaleX(1.05) scaleY(1.05)}.bus-tour-detail-page .tour-card .tour-info{padding:20px}.bus-tour-detail-page .tour-card .tour-meta{display:flex;gap:10px;margin-bottom:12px}.bus-tour-detail-page .tour-card .tour-meta span{font-size:12px;padding:4px 10px;border-radius:20px;font-weight:500}.bus-tour-detail-page .tour-card .tour-meta .tour-date{background-color:#f0f7ff;color:#0053a5}.bus-tour-detail-page .tour-card .tour-meta .tour-category{background-color:#f0f0f0;color:#666}.bus-tour-detail-page .tour-card h3{font-size:18px;font-weight:600;margin-bottom:10px;color:#333;line-height:1.4}.bus-tour-detail-page .tour-card .tour-desc{font-size:14px;color:#666;margin-bottom:15px;line-height:1.6}.bus-tour-detail-page .tour-details{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:10px;font-size:14px;color:#666;padding-top:15px;border-top:1px dashed #eee}.bus-tour-detail-page .tour-details span{display:flex;align-items:center}.bus-tour-detail-page .tour-details span i{margin-right:5px;color:#0053a5}.bus-tour-detail-page .tour-price{margin-top:15px;font-size:20px;font-weight:700;color:#0053a5}.bus-tour-detail-page .tour-price .tax{font-size:12px;font-weight:400;color:#666;margin-left:2px}.bus-tour-detail-page .pagination{display:flex;justify-content:center;margin-top:30px}.bus-tour-detail-page .pagination a,.bus-tour-detail-page .pagination span{display:inline-block;padding:8px 12px;margin:0 5px;border-radius:4px}.bus-tour-detail-page .pagination a{background-color:#f5f5f5;color:#333;transition:background-color .3s}.bus-tour-detail-page .pagination a:hover{background-color:#e5e5e5}.bus-tour-detail-page .pagination a.next,.bus-tour-detail-page .pagination a.prev{background-color:#0053a5;color:#fff}.bus-tour-detail-page .pagination a.next:hover,.bus-tour-detail-page .pagination a.prev:hover{background-color:#003d7a}.bus-tour-detail-page .pagination span.current{background-color:#0053a5;color:#fff}.bus-tour-detail-page .pagination span.dots{background:0 0}.bus-tour-detail-page .tokyo-features{margin-bottom:50px;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:30px;border-radius:8px;box-shadow:0 3px 15px rgba(0,0,0,.08);background-color:#f9f9f9}.bus-tour-detail-page .tokyo-features .section-title{position:relative;margin-bottom:30px}.bus-tour-detail-page .tokyo-features .section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background-color:#0053a5}.bus-tour-detail-page .feature-content{display:flex;gap:40px;align-items:center}.bus-tour-detail-page .feature-content .feature-text{flex:3}.bus-tour-detail-page .feature-content .feature-text p{margin-bottom:20px;line-height:1.8;font-size:15px;color:#333}.bus-tour-detail-page .feature-content .feature-text p:last-child{margin-bottom:0}.bus-tour-detail-page .feature-content .feature-image{flex:2;min-width:300px}.bus-tour-detail-page .feature-content .feature-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease}.bus-tour-detail-page .feature-content .feature-image img:hover{transform:scaleX(1.02) scaleY(1.02)}@media (max-width:768px){.bus-tour-detail-page .feature-content{flex-direction:column}.bus-tour-detail-page .feature-content .feature-image{order:-1;min-width:auto;margin-bottom:25px}}.bus-tour-detail-page .contact-banner{margin-bottom:40px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#0053a5,#05a);position:relative;box-shadow:0 5px 20px rgba(0,0,0,.15)}.bus-tour-detail-page .contact-banner .banner-content{padding:50px 30px;text-align:center;color:#fff;position:relative;z-index:2}.bus-tour-detail-page .contact-banner .banner-content .banner-icon{width:70px;height:70px;background-color:rgba(255,255,255,.15);border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.bus-tour-detail-page .contact-banner .banner-content .banner-icon i{font-size:32px;color:#fff}.bus-tour-detail-page .contact-banner .banner-content h2{font-size:28px;font-weight:700;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.bus-tour-detail-page .contact-banner .banner-content p{margin-bottom:25px;font-size:16px;line-height:1.6;opacity:.9}.bus-tour-detail-page .contact-banner .banner-content .btn-contact{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#0053a5;padding:14px 35px;border-radius:30px;font-weight:700;font-size:16px;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.15)}.bus-tour-detail-page .contact-banner .banner-content .btn-contact i{margin-left:8px}.bus-tour-detail-page .contact-banner .banner-content .btn-contact:hover{background-color:rgb(242.25,242.25,242.25);transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.2)}.bus-tour-detail-page .contact-banner:after,.bus-tour-detail-page .contact-banner:before{content:"";position:absolute;border-radius:50%;background-color:rgba(255,255,255,.05)}.bus-tour-detail-page .contact-banner:before{width:150px;height:150px;top:-50px;left:-50px}.bus-tour-detail-page .contact-banner:after{width:200px;height:200px;bottom:-80px;right:-60px}@media (max-width:480px){.bus-tour-detail-page .contact-banner .banner-content{padding:40px 20px}.bus-tour-detail-page .contact-banner .banner-content h2{font-size:24px}.bus-tour-detail-page .contact-banner .banner-content p{font-size:15px}.bus-tour-detail-page .contact-banner .banner-content .btn-contact{padding:12px 25px;font-size:15px}}.bus-tour-detail-page .faq{margin-bottom:50px}.bus-tour-detail-page .faq .section-title{position:relative;margin-bottom:30px}.bus-tour-detail-page .faq .section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background-color:#0053a5}.bus-tour-detail-page .faq-container{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:5px;border-radius:8px;box-shadow:0 3px 15px rgba(0,0,0,.08)}.bus-tour-detail-page .faq-item{border-bottom:1px solid #eee}.bus-tour-detail-page .faq-item:last-child{border-bottom:none}.bus-tour-detail-page .faq-item .faq-question{padding:20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.bus-tour-detail-page .faq-item .faq-question:hover{background-color:#f9f9f9}.bus-tour-detail-page .faq-item .faq-question h3{font-size:16px;font-weight:600;color:#333;transition:color .3s ease}.bus-tour-detail-page .faq-item .faq-question .toggle-icon{width:30px;height:30px;background-color:#f0f7ff;color:#0053a5;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.bus-tour-detail-page .faq-item .faq-question .toggle-icon i{transition:transform .3s ease}.bus-tour-detail-page .faq-item.active .faq-question{background-color:rgba(0,83,165,.05)}.bus-tour-detail-page .faq-item.active .faq-question h3{color:#0053a5}.bus-tour-detail-page .faq-item.active .faq-question .toggle-icon{background-color:#0053a5;color:#fff}.bus-tour-detail-page .faq-item.active .faq-question .toggle-icon i{transform:rotate(45deg)}.bus-tour-detail-page .faq-item .faq-answer{padding:0 20px 20px;display:none;background-color:rgba(0,83,165,.02)}.bus-tour-detail-page .faq-item .faq-answer p{margin-bottom:15px;line-height:1.7;color:#333;font-size:15px}.bus-tour-detail-page .faq-item .faq-answer ul{list-style:disc;margin-left:20px;margin-bottom:15px}.bus-tour-detail-page .faq-item .faq-answer ul li{margin-bottom:8px;line-height:1.6;color:#333}.bus-tour-detail-page .faq-more{text-align:center;margin-top:30px}.bus-tour-detail-page .btn-secondary{display:inline-block;background-color:#fff;color:#0053a5;border:1px solid #0053a5;padding:12px 30px;border-radius:30px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 5px rgba(0,0,0,.05)}.bus-tour-detail-page .btn-secondary:hover{background-color:#0053a5;color:#fff;transform:translateY(-3px);box-shadow:0 4px 10px rgba(0,0,0,.1)}@media (max-width:480px){.bus-tour-detail-page{padding:30px 0}.bus-tour-detail-page .faq,.bus-tour-detail-page .tokyo-features,.bus-tour-detail-page .tour-filter,.bus-tour-detail-page .tour-listing{margin-bottom:30px}.bus-tour-detail-page .faq-question h3{font-size:14px}}.bus-tour-faq{padding:40px 0}.bus-tour-faq .container{width:90%;max-width:1200px;margin:0 auto}.bus-tour-faq .faq-intro{margin-bottom:30px}.bus-tour-faq .faq-intro p{font-size:16px;line-height:1.6}.bus-tour-faq .faq-intro p a{color:#0053a5;text-decoration:underline}.bus-tour-faq .faq-intro p a:hover{text-decoration:none}.bus-tour-faq .faq-index{margin-bottom:40px;background-color:#f0f7ff;border-radius:8px;padding:20px}.bus-tour-faq .faq-index h2{font-size:20px;font-weight:700;margin-bottom:15px;color:#0053a5}.bus-tour-faq .faq-index ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px}@media (max-width:480px){.bus-tour-faq .faq-index ul{grid-template-columns:1fr}}.bus-tour-faq .faq-index ul li a{display:flex;align-items:center;color:#333;padding:8px 5px;border-radius:4px;transition:all .3s}.bus-tour-faq .faq-index ul li a:before{content:"\f105";font-family:"Font Awesome 5 Free";font-weight:900;margin-right:8px;color:#0053a5}.bus-tour-faq .faq-index ul li a:hover{background-color:rgba(0,83,165,.1)}.bus-tour-faq .faq-section{margin-bottom:50px}.bus-tour-faq .faq-section:last-child{margin-bottom:30px}.bus-tour-faq .faq-section .section-title{font-size:24px;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #0053a5;color:#0053a5}@media (max-width:768px){.bus-tour-faq .faq-section .section-title{font-size:22px}}@media (max-width:480px){.bus-tour-faq .faq-section .section-title{font-size:20px}}.bus-tour-faq .faq-container{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05);padding:5px}.bus-tour-faq .faq-item{border-bottom:1px solid #eee}.bus-tour-faq .faq-item:last-child{border-bottom:none}.bus-tour-faq .faq-item .faq-question{padding:15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s}.bus-tour-faq .faq-item .faq-question:hover{background-color:rgba(0,83,165,.05)}.bus-tour-faq .faq-item .faq-question h3{font-size:16px;font-weight:500;color:#333;flex:1;padding-right:10px}.bus-tour-faq .faq-item .faq-question .toggle-icon{min-width:24px;height:24px;background-color:#f0f7ff;color:#0053a5;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s}.bus-tour-faq .faq-item .faq-answer{padding:0 15px 15px;display:none}.bus-tour-faq .faq-item .faq-answer p{margin-bottom:10px;line-height:1.6;color:#666}.bus-tour-faq .faq-item .faq-answer p:last-child{margin-bottom:0}.bus-tour-faq .faq-item .faq-answer ul{list-style:disc;margin-left:20px;margin-bottom:10px;color:#666}.bus-tour-faq .faq-item .faq-answer ul li{margin-bottom:5px;line-height:1.5}.bus-tour-faq .faq-item .faq-answer ul li:last-child{margin-bottom:0}.bus-tour-faq .faq-item.active .faq-question{background-color:rgba(0,83,165,.05)}.bus-tour-faq .faq-item.active .faq-question .toggle-icon{background-color:#0053a5;color:#fff}.bus-tour-faq .faq-item.active .faq-answer{display:block}.bus-tour-faq .contact-banner{margin-bottom:20px;background-color:#0053a5;border-radius:8px;overflow:hidden}.bus-tour-faq .contact-banner .banner-content{padding:30px;text-align:center;color:#fff}.bus-tour-faq .contact-banner .banner-content h2{font-size:24px;font-weight:700;margin-bottom:10px}.bus-tour-faq .contact-banner .banner-content p{margin-bottom:20px}.bus-tour-faq .contact-banner .banner-content .btn-contact{display:inline-block;background-color:#fff;color:#0053a5;padding:12px 30px;border-radius:4px;font-weight:700;transition:background-color .3s}.bus-tour-faq .contact-banner .banner-content .btn-contact i{margin-left:5px}.bus-tour-faq .contact-banner .banner-content .btn-contact:hover{background-color:rgb(229.5,229.5,229.5)}@media (max-width:480px){.bus-tour-faq{padding:30px 0}.bus-tour-faq .faq-index,.bus-tour-faq .faq-intro{margin-bottom:25px}.bus-tour-faq .faq-section{margin-bottom:40px}.bus-tour-faq .faq-item .faq-question h3{font-size:15px}.bus-tour-faq .faq-item .faq-answer{font-size:14px}.bus-tour-faq .contact-banner .banner-content{padding:20px}.bus-tour-faq .contact-banner .banner-content h2{font-size:20px}}.takigyou-page .badge.special{background:linear-gradient(45deg,#4a90e2,#357abd);color:#fff;border:none;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.2)}.takigyou-page .takigyou-effects{padding:80px 5%;background:linear-gradient(135deg,#f0f8ff 0,#e6f3ff 50%,#f0f8ff 100%);position:relative}.takigyou-page .takigyou-effects::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20" fill="%23e6f3ff"><polygon points="0,20 100,0 100,20"/></svg>');background-size:100px 20px;background-repeat:repeat-x;background-position:bottom;opacity:.3}.takigyou-page .takigyou-effects .effects-intro{text-align:center;margin-bottom:50px;position:relative;z-index:1}.takigyou-page .takigyou-effects .effects-intro .effects-subtitle{font-size:1.2em;color:#2c5aa0;line-height:1.8;max-width:800px;margin:0 auto;font-weight:500}.takigyou-page .takigyou-effects .effects-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-bottom:60px;position:relative;z-index:1}.takigyou-page .takigyou-effects .effects-container .effect-category{background:#fff;padding:0 4%;border-radius:20px;box-shadow:0 10px 40px rgba(74,144,226,.15);transition:all .4s ease;overflow:hidden;position:relative}.takigyou-page .takigyou-effects .effects-container .effect-category:hover{transform:translateY(-10px) scaleX(1.02) scaleY(1.02);box-shadow:0 20px 60px rgba(74,144,226,.25)}.takigyou-page .takigyou-effects .effects-container .effect-category.misogi{border-top:5px solid #6a9bd1}.takigyou-page .takigyou-effects .effects-container .effect-category.misogi .effect-icon{background:linear-gradient(45deg,#6a9bd1,#4a90e2)}.takigyou-page .takigyou-effects .effects-container .effect-category.training{border-top:5px solid #e67e22}.takigyou-page .takigyou-effects .effects-container .effect-category.training .effect-icon{background:linear-gradient(45deg,#e67e22,#d35400)}.takigyou-page .takigyou-effects .effects-container .effect-category .effect-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:-40px auto 20px;color:#fff;font-size:2em;box-shadow:0 10px 25px rgba(0,0,0,.2);position:relative;z-index:1}.takigyou-page .takigyou-effects .effects-container .effect-category>*{padding:0 35px}.takigyou-page .takigyou-effects .effects-container .effect-category .effect-icon{padding:0}.takigyou-page .takigyou-effects .effects-container .effect-category h3{color:#2c3e50;margin-bottom:15px;font-size:1.4em;text-align:center;font-weight:700;margin-top:40px}.takigyou-page .takigyou-effects .effects-container .effect-category .effect-description{text-align:center;margin-bottom:25px}.takigyou-page .takigyou-effects .effects-container .effect-category .effect-description p{color:#7f8c8d;font-size:1.1em;line-height:1.6;margin:0;font-style:italic}.takigyou-page .takigyou-effects .effects-container .effect-category .effect-list{list-style:none;padding:0;margin:0 0 35px 0}.takigyou-page .takigyou-effects .effects-container .effect-category .effect-list li{padding:15px 0;border-bottom:1px solid #ecf0f1;position:relative;padding-left:30px;line-height:1.7;color:#34495e;font-size:1.05em}.takigyou-page .takigyou-effects .effects-container .effect-category .effect-list li:last-child{border-bottom:none}.takigyou-page .takigyou-effects .effects-container .effect-category .effect-list li::before{content:"💧";position:absolute;left:0;top:15px;font-size:1.2em}.takigyou-page .takigyou-effects .effects-quote{background:rgba(255,255,255,.9);border-radius:20px;padding:40px;margin:0 auto;max-width:800px;box-shadow:0 10px 30px rgba(74,144,226,.1);position:relative;z-index:1}.takigyou-page .takigyou-effects .effects-quote blockquote{margin:0;padding:0;border:none;text-align:center}.takigyou-page .takigyou-effects .effects-quote blockquote p{font-size:1.2em;line-height:1.8;color:#2c3e50;font-style:italic;margin-bottom:20px;position:relative}.takigyou-page .takigyou-effects .effects-quote blockquote p::after,.takigyou-page .takigyou-effects .effects-quote blockquote p::before{content:'"';font-size:2em;color:#4a90e2;position:absolute;top:-10px;font-family:serif}.takigyou-page .takigyou-effects .effects-quote blockquote p::before{left:-30px}.takigyou-page .takigyou-effects .effects-quote blockquote p::after{right:-30px;transform:scaleX(-1)}.takigyou-page .takigyou-effects .effects-quote blockquote cite{font-size:1em;color:#7f8c8d;font-style:normal;font-weight:500}.takigyou-page .takigyou-procedure{padding:80px 0}.takigyou-page .takigyou-procedure .procedure-intro{text-align:center;margin-bottom:60px}.takigyou-page .takigyou-procedure .procedure-intro .procedure-subtitle{font-size:1.2em;color:#2c5aa0;line-height:1.8;max-width:700px;margin:0 auto;font-weight:500}.takigyou-page .takigyou-procedure .procedure-timeline{position:relative;max-width:900px;margin:0 auto}.takigyou-page .takigyou-procedure .procedure-timeline::before{content:"";position:absolute;left:60px;top:50px;bottom:50px;width:4px;background:linear-gradient(to bottom,#4a90e2,#74b9ff);border-radius:2px;z-index:0}.takigyou-page .takigyou-procedure .procedure-timeline .step-item{display:flex;align-items:flex-start;gap:30px;margin-bottom:40px;position:relative;z-index:1}.takigyou-page .takigyou-procedure .procedure-timeline .step-item:last-child{margin-bottom:0}.takigyou-page .takigyou-procedure .procedure-timeline .step-item.preparation .step-icon{background:linear-gradient(45deg,#6c5ce7,#a29bfe)}.takigyou-page .takigyou-procedure .procedure-timeline .step-item.worship .step-icon{background:linear-gradient(45deg,#fd79a8,#fdcb6e)}.takigyou-page .takigyou-procedure .procedure-timeline .step-item.torifune .step-icon{background:linear-gradient(45deg,#00b894,#00cec9)}.takigyou-page .takigyou-procedure .procedure-timeline .step-item.purification .step-icon{background:linear-gradient(45deg,#0984e3,#74b9ff)}.takigyou-page .takigyou-procedure .procedure-timeline .step-item.waterfall .step-icon{background:linear-gradient(45deg,#e17055,#f39c12)}.takigyou-page .takigyou-procedure .procedure-timeline .step-item .step-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5em;box-shadow:0 8px 25px rgba(0,0,0,.15);flex-shrink:0;position:relative;z-index:2}.takigyou-page .takigyou-procedure .procedure-timeline .step-item .step-number{position:absolute;top:-8px;right:-8px;width:28px;height:28px;background:#2d3436;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9em;box-shadow:0 3px 10px rgba(0,0,0,.2);z-index:3}.takigyou-page .takigyou-procedure .procedure-timeline .step-item .step-content{flex:1;background:#fff;padding:30px;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.08);border:2px solid #f1f3f4;transition:all .3s ease;position:relative}.takigyou-page .takigyou-procedure .procedure-timeline .step-item .step-content::before{content:"";position:absolute;left:-15px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:15px solid #fff;z-index:2}.takigyou-page .takigyou-procedure .procedure-timeline .step-item .step-content:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.12);border-color:#4a90e2}.takigyou-page .takigyou-procedure .procedure-timeline .step-item .step-content h3{color:#2c3e50;margin-bottom:15px;font-size:1.3em;font-weight:700}.takigyou-page .takigyou-procedure .procedure-timeline .step-item .step-content p{color:#555;line-height:1.7;margin-bottom:15px;font-size:1.05em}.takigyou-page .takigyou-procedure .procedure-timeline .step-item .step-content p:last-child{margin-bottom:0}.takigyou-page .takigyou-procedure .procedure-timeline .step-item .step-content .step-detail{display:flex;gap:10px;margin-top:15px}.takigyou-page .takigyou-procedure .procedure-timeline .step-item .step-content .step-detail .time-badge{background:#74b9ff;color:#fff;padding:4px 12px;border-radius:15px;font-size:.9em;font-weight:600}.takigyou-page .takigyou-procedure .procedure-timeline .step-item .step-content .step-detail .focus-badge{background:#00b894;color:#fff;padding:4px 12px;border-radius:15px;font-size:.9em;font-weight:600}.takigyou-page .takigyou-procedure .procedure-timeline .step-item .step-content .step-detail .focus-badge.highlight{background:#e17055;animation:pulse 2s infinite}.takigyou-page .takigyou-procedure .procedure-note{background:linear-gradient(45deg,#ffeaa7,#fab1a0);border-radius:20px;padding:30px;margin-top:50px;display:flex;align-items:flex-start;gap:20px;max-width:800px;margin-left:auto;margin-right:auto}.takigyou-page .takigyou-procedure .procedure-note .note-icon{width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#e17055;font-size:1.5em;flex-shrink:0;box-shadow:0 3px 10px rgba(0,0,0,.1)}.takigyou-page .takigyou-procedure .procedure-note .note-content{flex:1}.takigyou-page .takigyou-procedure .procedure-note .note-content h4{color:#2c3e50;margin-bottom:10px;font-size:1.2em;font-weight:700}.takigyou-page .takigyou-procedure .procedure-note .note-content p{color:#2c3e50;line-height:1.7;margin:0;font-size:1.05em}@keyframes pulse{0%{transform:scaleX(1) scaleY(1)}50%{transform:scaleX(1.05) scaleY(1.05)}100%{transform:scaleX(1) scaleY(1)}}.takigyou-page .tour-location{padding:60px 4%;background:linear-gradient(135deg,#e8f5e8 0,#f0f8f0 100%)}.takigyou-page .tour-location .location-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);margin-top:30px}.takigyou-page .tour-location .location-card .location-header{background:linear-gradient(45deg,#2d8f47,#4caf50);color:#fff;padding:25px;text-align:center}.takigyou-page .tour-location .location-card .location-header h3{font-size:1.8em;margin-bottom:5px}.takigyou-page .tour-location .location-card .location-header .location-address{opacity:.9;font-size:1.1em;margin:0}.takigyou-page .tour-location .location-card .location-content{display:grid;grid-template-columns:1fr 2fr;gap:0}.takigyou-page .tour-location .location-card .location-content .location-image img{width:100%;height:100%;object-fit:cover}.takigyou-page .tour-location .location-card .location-content .location-text{padding:30px}.takigyou-page .tour-location .location-card .location-content .location-text p{margin-bottom:15px;line-height:1.7;color:#444}.takigyou-page .tour-location .location-card .location-content .location-text p:last-child{margin-bottom:0;font-weight:700;color:#2d8f47}.takigyou-page .tour-plans{padding:80px 0;background:linear-gradient(135deg,#f8f9fa 0,#e9ecef 100%)}.takigyou-page .tour-plans .plans-intro{text-align:center;margin-bottom:50px}.takigyou-page .tour-plans .plans-intro .plans-subtitle{font-size:1.2em;color:#2c5aa0;line-height:1.8;max-width:700px;margin:0 auto;font-weight:500}.takigyou-page .tour-plans .plans-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:50px}.takigyou-page .tour-plans .plans-container .plan-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .4s ease;position:relative;border:3px solid transparent}.takigyou-page .tour-plans .plans-container .plan-card:hover{transform:translateY(-8px) scaleX(1.02) scaleY(1.02);box-shadow:0 20px 50px rgba(0,0,0,.15)}.takigyou-page .tour-plans .plans-container .plan-card.basic .plan-header .plan-icon{background:linear-gradient(45deg,#74b9ff,#0984e3)}.takigyou-page .tour-plans .plans-container .plan-card.basic:hover{border-color:#74b9ff}.takigyou-page .tour-plans .plans-container .plan-card.popular{transform:scaleX(1.05) scaleY(1.05)}.takigyou-page .tour-plans .plans-container .plan-card.popular .plan-header .plan-icon{background:linear-gradient(45deg,#00b894,#00cec9)}.takigyou-page .tour-plans .plans-container .plan-card.popular:hover{border-color:#00b894}.takigyou-page .tour-plans .plans-container .plan-card.popular:hover{transform:translateY(-8px) scaleX(1.07) scaleY(1.07)}.takigyou-page .tour-plans .plans-container .plan-card.premium .plan-header .plan-icon{background:linear-gradient(45deg,#e17055,#f39c12)}.takigyou-page .tour-plans .plans-container .plan-card.premium:hover{border-color:#e17055}.takigyou-page .tour-plans .plans-container .plan-card .plan-badge{position:absolute;top:15px;right:15px;background:#2d3436;color:#fff;padding:5px 12px;border-radius:15px;font-size:.8em;font-weight:600;z-index:2}.takigyou-page .tour-plans .plans-container .plan-card .plan-badge.popular-badge{background:linear-gradient(45deg,#fd79a8,#e84393);animation:bounce 2s infinite}.takigyou-page .tour-plans .plans-container .plan-card .plan-header{padding:40px 30px 30px;text-align:center;position:relative}.takigyou-page .tour-plans .plans-container .plan-card .plan-header .plan-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-size:1.8em;box-shadow:0 10px 25px rgba(0,0,0,.2)}.takigyou-page .tour-plans .plans-container .plan-card .plan-header h3{margin:0 0 10px 0;font-size:1.3em;color:#2c3e50;font-weight:700;line-height:1.3}.takigyou-page .tour-plans .plans-container .plan-card .plan-header .plan-subtitle{color:#7f8c8d;font-size:1em;margin:0;line-height:1.5}.takigyou-page .tour-plans .plans-container .plan-card .plan-content{padding:30px}.takigyou-page .tour-plans .plans-container .plan-card .plan-content .plan-schedule{margin-bottom:25px}.takigyou-page .tour-plans .plans-container .plan-card .plan-content .plan-schedule .schedule-item{display:flex;align-items:center;gap:10px;padding:10px 15px;background:#f8f9fa;border-radius:8px;margin-bottom:8px;font-size:.95em;color:#555}.takigyou-page .tour-plans .plans-container .plan-card .plan-content .plan-schedule .schedule-item:last-child{margin-bottom:0}.takigyou-page .tour-plans .plans-container .plan-card .plan-content .plan-schedule .schedule-item i{color:#4a90e2;width:16px}.takigyou-page .tour-plans .plans-container .plan-card .plan-content .plan-features{margin-bottom:25px}.takigyou-page .tour-plans .plans-container .plan-card .plan-content .plan-features ul{list-style:none;padding:0;margin:0}.takigyou-page .tour-plans .plans-container .plan-card .plan-content .plan-features ul li{padding:8px 0;color:#555;font-size:.95em;line-height:1.6;display:flex;align-items:flex-start;gap:8px}.takigyou-page .tour-plans .plans-container .plan-card .plan-content .plan-features ul li::before{content:"✓";color:#00b894;font-weight:700;flex-shrink:0;margin-top:2px}.takigyou-page .tour-plans .plans-container .plan-card .plan-content .plan-price{background:linear-gradient(45deg,#dfe6e9,#b2bec3);padding:20px;border-radius:12px;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.takigyou-page .tour-plans .plans-container .plan-card .plan-content .plan-price .price-label{font-size:.9em;color:#636e72;font-weight:600}.takigyou-page .tour-plans .plans-container .plan-card .plan-content .plan-price .price-amount{font-size:1.4em;font-weight:700;color:#2d3436}.takigyou-page .tour-plans .plans-container .plan-card .plan-content .plan-price .price-note{font-size:.9em;color:#636e72}.takigyou-page .tour-plans .plans-note{background:#fff;border-radius:15px;padding:25px;display:flex;align-items:flex-start;gap:15px;max-width:800px;margin:0 auto;box-shadow:0 5px 15px rgba(0,0,0,.08)}.takigyou-page .tour-plans .plans-note .note-icon{width:40px;height:40px;background:linear-gradient(45deg,#74b9ff,#0984e3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2em;flex-shrink:0}.takigyou-page .tour-plans .plans-note .note-content{flex:1}.takigyou-page .tour-plans .plans-note .note-content p{color:#555;line-height:1.6;margin:0;font-size:.95em}.takigyou-page .tour-plans .plans-note .note-content p strong{color:#2c3e50}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.takigyou-page .tour-notes .notes-container .notes-section{background:#f8f9fa;padding:30px;border-radius:15px;margin-bottom:30px;border-left:5px solid #4a90e2}.takigyou-page .tour-notes .notes-container .notes-section:last-child{margin-bottom:0}.takigyou-page .tour-notes .notes-container .notes-section h3{color:#2c3e50;margin-bottom:20px;font-size:1.3em;display:flex;align-items:center;gap:10px}.takigyou-page .tour-notes .notes-container .notes-section h3::before{content:"📝";font-size:1.2em}.takigyou-page .tour-notes .notes-container .notes-section .notes-list{list-style:none;padding:0;margin:0}.takigyou-page .tour-notes .notes-container .notes-section .notes-list li{padding:12px 0;border-bottom:1px solid #ddd;position:relative;padding-left:25px;line-height:1.6}.takigyou-page .tour-notes .notes-container .notes-section .notes-list li:last-child{border-bottom:none}.takigyou-page .tour-notes .notes-container .notes-section .notes-list li::before{content:"▶";position:absolute;left:0;top:12px;color:#4a90e2;font-weight:700}.takigyou-page .booking-banner .banner-icon i{color:#4a90e2;font-size:3em}@media (max-width:768px){.takigyou-page .takigyou-effects .effects-container{grid-template-columns:1fr}.takigyou-page .takigyou-procedure .procedure-steps .step-item{flex-direction:column;text-align:center;gap:15px}.takigyou-page .tour-location .location-card .location-content{grid-template-columns:1fr}.takigyou-page .tour-location .location-card .location-content .location-image{height:200px}.takigyou-page .tour-plans .plans-container{grid-template-columns:1fr}}#customTour-pageHeader{background-image:url(/assets/images/custom-tour/custom-bg.jpg);background-size:cover;background-position:center;padding:40px 0;color:#fff}#customTour-pageHeader .container{width:90%;max-width:1200px;margin:0 auto}#customTour-pageHeader h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){#customTour-pageHeader h1{font-size:28px}}@media (max-width:480px){#customTour-pageHeader h1{font-size:24px}}.custom-tour-page{padding:40px 0}.custom-tour-page .container{width:90%;max-width:1200px;margin:0 auto}.custom-tour-page .main-visual{margin-bottom:50px;position:relative;border-radius:8px;overflow:hidden}.custom-tour-page .main-visual .slider .slide{position:relative}.custom-tour-page .main-visual .slider .slide img{width:100%;height:400px;object-fit:cover}.custom-tour-page .main-visual .slider .slide .slide-content{position:absolute;top:50%;left:50px;transform:translateY(-50%);color:#fff}.custom-tour-page .main-visual .slider .slide .slide-content h2{font-size:2.5rem;font-weight:700;margin-bottom:15px;line-height:1.2;color:#003d7a}.custom-tour-page .main-visual .slider .slide .slide-content p{font-size:1.2rem;color:#003d7a}.custom-tour-page .section-title{font-size:1.8rem;font-weight:700;margin-bottom:30px;position:relative;padding-bottom:15px;text-align:center}.custom-tour-page .section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background-color:#06c}.custom-tour-page .section-title.with-icon{display:flex;align-items:center;justify-content:center}.custom-tour-page .section-title.with-icon i{margin-right:10px;color:#06c}.custom-tour-page .service-introduction{margin-bottom:50px}.custom-tour-page .service-introduction .intro-content{background-color:#f8f9fa;padding:30px;border-radius:8px}.custom-tour-page .service-introduction .intro-content p{line-height:1.8;margin-bottom:20px}.custom-tour-page .service-introduction .intro-content p:last-child{margin-bottom:0}.custom-tour-page .features{margin-bottom:50px}.custom-tour-page .features .features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}.custom-tour-page .features .features-grid .feature-item{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.05);text-align:center;transition:transform .3s ease}.custom-tour-page .features .features-grid .feature-item:hover{transform:translateY(-5px)}.custom-tour-page .features .features-grid .feature-item .feature-icon{font-size:2.5rem;color:#06c;margin-bottom:20px}.custom-tour-page .features .features-grid .feature-item h3{font-size:1.2rem;font-weight:600;margin-bottom:15px}.custom-tour-page .features .features-grid .feature-item p{font-size:.95rem;line-height:1.6}.custom-tour-page .travel-types{margin-bottom:50px}.custom-tour-page .travel-types .types-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}.custom-tour-page .travel-types .types-grid .type-item{background-color:#f8f9fa;border-radius:8px;padding:30px;text-align:center;transition:all .3s ease}.custom-tour-page .travel-types .types-grid .type-item:hover{background-color:#06c;color:#fff}.custom-tour-page .travel-types .types-grid .type-item:hover .type-icon{background-color:#fff;color:#06c}.custom-tour-page .travel-types .types-grid .type-item .type-icon{width:80px;height:80px;line-height:80px;background-color:#06c;color:#fff;font-size:2rem;border-radius:50%;margin:0 auto 20px;transition:all .3s ease}.custom-tour-page .travel-types .types-grid .type-item h3{font-size:1.2rem;font-weight:600;margin-bottom:15px}.custom-tour-page .travel-types .types-grid .type-item p{font-size:.95rem;line-height:1.6}.custom-tour-page .planning-flow{margin-bottom:50px}.custom-tour-page .planning-flow .flow-container .flow-item{display:flex;align-items:flex-start;background-color:#fff;border-radius:8px;padding:25px;box-shadow:0 2px 10px rgba(0,0,0,.05);margin-bottom:20px;position:relative}.custom-tour-page .planning-flow .flow-container .flow-item:not(:last-child):after{content:"";position:absolute;bottom:-20px;left:50px;width:2px;height:20px;background-color:#06c}.custom-tour-page .planning-flow .flow-container .flow-item .flow-number{width:50px;height:50px;line-height:50px;background-color:#06c;color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;text-align:center;margin-right:20px;flex-shrink:0}.custom-tour-page .planning-flow .flow-container .flow-item .flow-content h3{font-size:1.2rem;font-weight:600;margin-bottom:10px}.custom-tour-page .planning-flow .flow-container .flow-item .flow-content p{font-size:.95rem;line-height:1.6;color:#666}.custom-tour-page .case-studies{margin-bottom:50px}.custom-tour-page .case-studies .case-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.custom-tour-page .case-studies .case-grid .case-item{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05)}.custom-tour-page .case-studies .case-grid .case-item .case-image{height:200px;overflow:hidden}.custom-tour-page .case-studies .case-grid .case-item .case-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.custom-tour-page .case-studies .case-grid .case-item:hover .case-image img{transform:scaleX(1.05) scaleY(1.05)}.custom-tour-page .case-studies .case-grid .case-item .case-content{padding:20px}.custom-tour-page .case-studies .case-grid .case-item .case-content h3{font-size:1.2rem;font-weight:600;margin-bottom:10px}.custom-tour-page .case-studies .case-grid .case-item .case-content p{font-size:.95rem;line-height:1.6;color:#666}.custom-tour-page .testimonials{margin-bottom:50px}.custom-tour-page .testimonials .testimonials-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.custom-tour-page .testimonials .testimonials-container .testimonial{background-color:#f8f9fa;border-radius:8px;padding:25px}.custom-tour-page .testimonials .testimonials-container .testimonial .testimonial-content{position:relative;padding:20px 0}.custom-tour-page .testimonials .testimonials-container .testimonial .testimonial-content:after,.custom-tour-page .testimonials .testimonials-container .testimonial .testimonial-content:before{content:'"';font-size:3rem;color:#ddd;position:absolute;line-height:1}.custom-tour-page .testimonials .testimonials-container .testimonial .testimonial-content:before{top:0;left:0}.custom-tour-page .testimonials .testimonials-container .testimonial .testimonial-content:after{bottom:0;right:0;transform:rotate(180deg)}.custom-tour-page .testimonials .testimonials-container .testimonial .testimonial-content p{font-size:.95rem;line-height:1.8;position:relative;z-index:1}.custom-tour-page .testimonials .testimonials-container .testimonial .testimonial-author{margin-top:15px;display:flex;align-items:center}.custom-tour-page .testimonials .testimonials-container .testimonial .testimonial-author .author-info .author-name{font-weight:600;font-size:1rem;margin-bottom:5px}.custom-tour-page .testimonials .testimonials-container .testimonial .testimonial-author .author-info .tour-name{font-size:.85rem;color:#666}.custom-tour-page .faq{margin-bottom:50px}.custom-tour-page .faq .faq-container .faq-item{margin-bottom:15px;border:1px solid #ddd;border-radius:8px;overflow:hidden}.custom-tour-page .faq .faq-container .faq-item.active .faq-question{background-color:#e6f0fa}.custom-tour-page .faq .faq-container .faq-item.active .faq-question .toggle-btn i{transform:rotate(45deg)}.custom-tour-page .faq .faq-container .faq-item .faq-question{background-color:#f8f9fa;padding:15px 20px;cursor:pointer;transition:background-color .3s ease}.custom-tour-page .faq .faq-container .faq-item .faq-question h3{font-size:1.1rem;font-weight:600;display:flex;align-items:center;justify-content:space-between}.custom-tour-page .faq .faq-container .faq-item .faq-question h3 i{color:#06c;margin-right:10px;font-size:1.2rem}.custom-tour-page .faq .faq-container .faq-item .faq-question h3 .toggle-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#06c;border-radius:50%;margin-left:10px}.custom-tour-page .faq .faq-container .faq-item .faq-question h3 .toggle-btn i{color:#fff;font-size:.9rem;margin:0;transition:transform .3s ease}.custom-tour-page .faq .faq-container .faq-item .faq-question h3 .toggle-btn.active i{transform:rotate(45deg)}.custom-tour-page .faq .faq-container .faq-item .faq-answer{padding:20px;border-top:1px solid #ddd}.custom-tour-page .faq .faq-container .faq-item .faq-answer p{font-size:.95rem;line-height:1.6}.custom-tour-page .contact-banner{background-color:#06c;border-radius:8px;padding:40px;text-align:center;color:#fff}.custom-tour-page .contact-banner .banner-content h2{font-size:1.8rem;font-weight:700;margin-bottom:15px}.custom-tour-page .contact-banner .banner-content p{font-size:1.1rem;margin-bottom:25px;max-width:800px;margin-left:auto;margin-right:auto}.custom-tour-page .contact-banner .banner-content .btn-contact{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#06c;font-weight:600;padding:12px 30px;border-radius:50px;text-decoration:none;transition:all .3s ease}.custom-tour-page .contact-banner .banner-content .btn-contact i{margin-left:8px}.custom-tour-page .contact-banner .banner-content .btn-contact:hover{background-color:#f8f9fa;transform:translateY(-3px)}@media (max-width:768px){.custom-tour-page .main-visual .slider .slide img{height:300px}.custom-tour-page .main-visual .slider .slide .slide-content{left:20px}.custom-tour-page .main-visual .slider .slide .slide-content h2{font-size:1.8rem}.custom-tour-page .main-visual .slider .slide .slide-content p{font-size:1rem}.custom-tour-page .case-grid,.custom-tour-page .features-grid,.custom-tour-page .testimonials-container,.custom-tour-page .types-grid{grid-template-columns:1fr}.custom-tour-page .contact-banner{padding:30px 15px}.custom-tour-page .contact-banner .banner-content h2{font-size:1.5rem}.custom-tour-page .contact-banner .banner-content p{font-size:1rem}}@media (max-width:480px){.custom-tour-page .main-visual .slider .slide img{height:250px}.custom-tour-page .main-visual .slider .slide .slide-content{left:15px}.custom-tour-page .main-visual .slider .slide .slide-content h2{font-size:1.5rem}.custom-tour-page .main-visual .slider .slide .slide-content p{font-size:.9rem}}.tour-detail-page{padding:40px 0}.tour-detail-page .container{width:90%;max-width:1200px;margin:0 auto}.tour-detail-page .tour-overview{margin-bottom:40px;display:grid;grid-template-columns:6fr 4fr;gap:30px}@media (max-width:768px){.tour-detail-page .tour-overview{grid-template-columns:1fr}}.tour-detail-page .tour-overview .tour-main-slider{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1)}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-wrapper{position:relative;overflow:hidden}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-wrapper .tour-slides{display:flex;transition:transform .4s ease}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-wrapper .tour-slides .tour-slide{flex:0 0 100%}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-wrapper .tour-slides .tour-slide img{width:100%;height:400px;object-fit:cover}@media (max-width:480px){.tour-detail-page .tour-overview .tour-main-slider .tour-slider-wrapper .tour-slides .tour-slide img{height:300px}}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-wrapper .slider-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background-color:rgba(255,255,255,.8);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#0053a5;box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:2;transition:all .3s ease}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-wrapper .slider-nav:hover{background-color:#fff;box-shadow:0 3px 8px rgba(0,0,0,.3)}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-wrapper .slider-nav:focus{outline:0}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-wrapper .slider-nav.slider-prev{left:15px}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-wrapper .slider-nav.slider-next{right:15px}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-thumbnails{display:flex;justify-content:center;gap:10px;margin-top:10px;padding:0 10px}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-thumbnails .thumbnail{flex:1;max-width:80px;cursor:pointer;opacity:.6;transition:all .3s ease;position:relative}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-thumbnails .thumbnail:hover{opacity:.9}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-thumbnails .thumbnail.active{opacity:1}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-thumbnails .thumbnail.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:#0053a5}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-thumbnails .thumbnail img{width:100%;height:60px;object-fit:cover;border-radius:4px}@media (max-width:480px){.tour-detail-page .tour-overview .tour-main-slider .tour-slider-thumbnails .thumbnail{max-width:50px}.tour-detail-page .tour-overview .tour-main-slider .tour-slider-thumbnails .thumbnail img{height:40px}}.tour-detail-page .tour-overview .tour-main-slider .tour-badges{position:absolute;top:15px;right:15px;display:flex;flex-direction:column;gap:10px;z-index:2}.tour-detail-page .tour-overview .tour-main-slider .tour-badges .badge{padding:5px 15px;border-radius:20px;font-size:14px;font-weight:700;color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.2)}.tour-detail-page .tour-overview .tour-main-slider .tour-badges .badge.new{background-color:#f59126}.tour-detail-page .tour-overview .tour-main-slider .tour-badges .badge.day{background-color:#0053a5}.tour-detail-page .tour-overview .tour-main-slider .tour-badges .badge.limited{background-color:#e60012}.tour-detail-page .tour-overview .tour-info-card{background-color:#fff;padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1);display:flex;flex-direction:column}.tour-detail-page .tour-overview .tour-info-card .tour-detail-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}@media (max-width:480px){.tour-detail-page .tour-overview .tour-info-card .tour-detail-row{grid-template-columns:1fr}}.tour-detail-page .tour-overview .tour-info-card .tour-detail-row .tour-detail-item{display:flex;align-items:flex-start}.tour-detail-page .tour-overview .tour-info-card .tour-detail-row .tour-detail-item i{font-size:18px;color:#0053a5;margin-right:15px;margin-top:3px}.tour-detail-page .tour-overview .tour-info-card .tour-detail-row .tour-detail-item .detail-content h4{font-size:14px;color:#666;margin-bottom:5px}.tour-detail-page .tour-overview .tour-info-card .tour-detail-row .tour-detail-item .detail-content p{font-size:16px;font-weight:500;color:#333}.tour-detail-page .tour-overview .tour-info-card .tour-price-booking{margin-top:auto;text-align:center;padding-top:20px;border-top:1px solid #eee}.tour-detail-page .tour-overview .tour-info-card .tour-price-booking .tour-price{margin-bottom:20px}.tour-detail-page .tour-overview .tour-info-card .tour-price-booking .tour-price .price-label{font-size:14px;color:#666;margin-bottom:5px}.tour-detail-page .tour-overview .tour-info-card .tour-price-booking .tour-price .price-amount{font-size:28px;font-weight:700;color:#0053a5}.tour-detail-page .tour-overview .tour-info-card .tour-price-booking .tour-price .price-amount .tax{font-size:14px;font-weight:400;margin-left:5px}.tour-detail-page .tour-overview .tour-info-card .tour-price-booking .btn-booking{display:inline-block;width:100%;background-color:#0053a5;color:#fff;font-size:18px;font-weight:700;padding:15px 0;border-radius:50px;text-align:center;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.1)}.tour-detail-page .tour-overview .tour-info-card .tour-price-booking .btn-booking:hover{background-color:rgb(0,57.3454545455,114);transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.15)}.tour-detail-page .section-title{font-size:24px;font-weight:700;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #0053a5;color:#333;position:relative}.tour-detail-page .section-title.with-icon{display:flex;align-items:center}.tour-detail-page .section-title.with-icon i{color:#0053a5;margin-right:10px;font-size:24px}@media (max-width:768px){.tour-detail-page .section-title{font-size:22px}}@media (max-width:480px){.tour-detail-page .section-title{font-size:20px;margin-bottom:20px}}.tour-detail-page .tour-attraction{margin-bottom:50px}.tour-detail-page .tour-attraction .tour-copy{margin-bottom:25px;text-align:center}.tour-detail-page .tour-attraction .tour-copy h3{font-size:22px;font-weight:500;color:#0053a5;line-height:1.5}@media (max-width:480px){.tour-detail-page .tour-attraction .tour-copy h3{font-size:18px}}.tour-detail-page .tour-attraction .tour-introduction{background-color:#f9f9f9;padding:25px;border-radius:8px;margin-bottom:30px}.tour-detail-page .tour-attraction .tour-introduction p{font-size:16px;line-height:1.8;margin-bottom:15px}.tour-detail-page .tour-attraction .tour-introduction p:last-child{margin-bottom:0}.tour-detail-page .tour-attraction .attraction-highlights{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.tour-detail-page .tour-attraction .attraction-highlights .highlight-item{flex:1;min-width:250px;background-color:rgba(0,83,165,.05);border-radius:8px;padding:20px;display:flex;align-items:center}@media (max-width:480px){.tour-detail-page .tour-attraction .attraction-highlights .highlight-item{min-width:auto;width:100%}}.tour-detail-page .tour-attraction .attraction-highlights .highlight-item i{font-size:24px;color:#0053a5;margin-right:15px}.tour-detail-page .tour-attraction .attraction-highlights .highlight-item p{font-size:16px;font-weight:500;line-height:1.4}.tour-detail-page .tour-highlights{margin-bottom:50px}.tour-detail-page .tour-highlights .highlight-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.05);margin-bottom:30px}.tour-detail-page .tour-highlights .highlight-card:last-child{margin-bottom:0}.tour-detail-page .tour-highlights .highlight-card .highlight-header{background-color:#0053a5;color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center}.tour-detail-page .tour-highlights .highlight-card .highlight-header h3{font-size:18px;font-weight:700}.tour-detail-page .tour-highlights .highlight-card .highlight-header .highlight-time{font-size:14px;background-color:rgba(255,255,255,.2);padding:5px 10px;border-radius:20px}.tour-detail-page .tour-highlights .highlight-card .highlight-content{padding:20px;display:flex;gap:25px}@media (max-width:768px){.tour-detail-page .tour-highlights .highlight-card .highlight-content{flex-direction:column}}.tour-detail-page .tour-highlights .highlight-card .highlight-content .highlight-image{flex:1;max-width:300px}@media (max-width:768px){.tour-detail-page .tour-highlights .highlight-card .highlight-content .highlight-image{max-width:100%}}.tour-detail-page .tour-highlights .highlight-card .highlight-content .highlight-image img{width:100%;height:auto;border-radius:8px}.tour-detail-page .tour-highlights .highlight-card .highlight-content .highlight-text{flex:2}.tour-detail-page .tour-highlights .highlight-card .highlight-content .highlight-text p{font-size:15px;line-height:1.7;margin-bottom:15px}.tour-detail-page .tour-highlights .highlight-card .highlight-content .highlight-text p:last-child{margin-bottom:0}.tour-detail-page .tour-recommended-points{margin-bottom:50px}.tour-detail-page .tour-recommended-points .points-container{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}@media (max-width:768px){.tour-detail-page .tour-recommended-points .points-container{grid-template-columns:1fr}}.tour-detail-page .tour-recommended-points .points-container .point-card{background-color:#fff;border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.05);padding:25px;display:flex;align-items:flex-start}.tour-detail-page .tour-recommended-points .points-container .point-card .point-icon{width:50px;height:50px;min-width:50px;background-color:rgba(0,83,165,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:20px}.tour-detail-page .tour-recommended-points .points-container .point-card .point-icon i{font-size:22px;color:#0053a5}.tour-detail-page .tour-recommended-points .points-container .point-card .point-text h3{font-size:17px;font-weight:700;color:#333;margin-bottom:10px;line-height:1.4}.tour-detail-page .tour-recommended-points .points-container .point-card .point-text p{font-size:15px;line-height:1.6;color:#666}.tour-detail-page .tour-schedule{margin-bottom:50px}.tour-detail-page .tour-schedule .schedule-date{background-color:rgba(0,83,165,.1);border-radius:8px;padding:15px;text-align:center;margin-bottom:25px}.tour-detail-page .tour-schedule .schedule-date p{font-size:18px;font-weight:700;color:#0053a5}.tour-detail-page .tour-schedule .schedule-timeline{position:relative;padding-left:30px}.tour-detail-page .tour-schedule .schedule-timeline:before{content:"";position:absolute;top:0;bottom:0;left:15px;width:2px;background-color:#eee}.tour-detail-page .tour-schedule .schedule-timeline .timeline-item{position:relative;margin-bottom:25px;padding-bottom:25px;border-bottom:1px dashed #eee}.tour-detail-page .tour-schedule .schedule-timeline .timeline-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.tour-detail-page .tour-schedule .schedule-timeline .timeline-item:before{content:"";position:absolute;left:-30px;top:7px;width:12px;height:12px;border-radius:50%;background-color:#fff;border:2px solid #0053a5;z-index:1}.tour-detail-page .tour-schedule .schedule-timeline .timeline-item .timeline-time{font-weight:700;color:#0053a5;margin-bottom:8px}.tour-detail-page .tour-schedule .schedule-timeline .timeline-item .timeline-content h3{font-size:18px;font-weight:500;margin-bottom:8px;color:#333}.tour-detail-page .tour-schedule .schedule-timeline .timeline-item .timeline-content p{font-size:15px;color:#666;line-height:1.6}.tour-detail-page .tour-schedule .schedule-notes{margin-top:30px;padding:15px;background-color:#f5f5f5;border-radius:8px}.tour-detail-page .tour-schedule .schedule-notes p{font-size:14px;color:#666;margin-bottom:5px;line-height:1.5}.tour-detail-page .tour-schedule .schedule-notes p:last-child{margin-bottom:0}.tour-detail-page .tour-price-payment{margin-bottom:50px}.tour-detail-page .tour-price-payment .cancel-box,.tour-detail-page .tour-price-payment .payment-box,.tour-detail-page .tour-price-payment .price-box{background-color:#fff;border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.05);overflow:hidden;margin-bottom:25px}.tour-detail-page .tour-price-payment .cancel-box:last-child,.tour-detail-page .tour-price-payment .payment-box:last-child,.tour-detail-page .tour-price-payment .price-box:last-child{margin-bottom:0}.tour-detail-page .tour-price-payment .cancel-box .cancel-header,.tour-detail-page .tour-price-payment .cancel-box .payment-header,.tour-detail-page .tour-price-payment .cancel-box .price-header,.tour-detail-page .tour-price-payment .payment-box .cancel-header,.tour-detail-page .tour-price-payment .payment-box .payment-header,.tour-detail-page .tour-price-payment .payment-box .price-header,.tour-detail-page .tour-price-payment .price-box .cancel-header,.tour-detail-page .tour-price-payment .price-box .payment-header,.tour-detail-page .tour-price-payment .price-box .price-header{background-color:#0053a5;padding:15px 20px}.tour-detail-page .tour-price-payment .cancel-box .cancel-header h3,.tour-detail-page .tour-price-payment .cancel-box .payment-header h3,.tour-detail-page .tour-price-payment .cancel-box .price-header h3,.tour-detail-page .tour-price-payment .payment-box .cancel-header h3,.tour-detail-page .tour-price-payment .payment-box .payment-header h3,.tour-detail-page .tour-price-payment .payment-box .price-header h3,.tour-detail-page .tour-price-payment .price-box .cancel-header h3,.tour-detail-page .tour-price-payment .price-box .payment-header h3,.tour-detail-page .tour-price-payment .price-box .price-header h3{font-size:18px;font-weight:700;color:#fff}.tour-detail-page .tour-price-payment .cancel-box .cancel-content,.tour-detail-page .tour-price-payment .cancel-box .payment-content,.tour-detail-page .tour-price-payment .cancel-box .price-content,.tour-detail-page .tour-price-payment .payment-box .cancel-content,.tour-detail-page .tour-price-payment .payment-box .payment-content,.tour-detail-page .tour-price-payment .payment-box .price-content,.tour-detail-page .tour-price-payment .price-box .cancel-content,.tour-detail-page .tour-price-payment .price-box .payment-content,.tour-detail-page .tour-price-payment .price-box .price-content{padding:20px}.tour-detail-page .tour-price-payment .cancel-box .cancel-content .main-price,.tour-detail-page .tour-price-payment .cancel-box .payment-content .main-price,.tour-detail-page .tour-price-payment .cancel-box .price-content .main-price,.tour-detail-page .tour-price-payment .payment-box .cancel-content .main-price,.tour-detail-page .tour-price-payment .payment-box .payment-content .main-price,.tour-detail-page .tour-price-payment .payment-box .price-content .main-price,.tour-detail-page .tour-price-payment .price-box .cancel-content .main-price,.tour-detail-page .tour-price-payment .price-box .payment-content .main-price,.tour-detail-page .tour-price-payment .price-box .price-content .main-price{font-size:24px;font-weight:700;color:#0053a5;margin-bottom:15px}.tour-detail-page .tour-price-payment .cancel-box .cancel-content .price-notes,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.cancel-policy,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.payment-methods,.tour-detail-page .tour-price-payment .cancel-box .payment-content .price-notes,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.cancel-policy,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.payment-methods,.tour-detail-page .tour-price-payment .cancel-box .price-content .price-notes,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.cancel-policy,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.payment-methods,.tour-detail-page .tour-price-payment .payment-box .cancel-content .price-notes,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.cancel-policy,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.payment-methods,.tour-detail-page .tour-price-payment .payment-box .payment-content .price-notes,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.cancel-policy,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.payment-methods,.tour-detail-page .tour-price-payment .payment-box .price-content .price-notes,.tour-detail-page .tour-price-payment .payment-box .price-content ul.cancel-policy,.tour-detail-page .tour-price-payment .payment-box .price-content ul.payment-methods,.tour-detail-page .tour-price-payment .price-box .cancel-content .price-notes,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.cancel-policy,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.payment-methods,.tour-detail-page .tour-price-payment .price-box .payment-content .price-notes,.tour-detail-page .tour-price-payment .price-box .payment-content ul.cancel-policy,.tour-detail-page .tour-price-payment .price-box .payment-content ul.payment-methods,.tour-detail-page .tour-price-payment .price-box .price-content .price-notes,.tour-detail-page .tour-price-payment .price-box .price-content ul.cancel-policy,.tour-detail-page .tour-price-payment .price-box .price-content ul.payment-methods{margin-bottom:0}.tour-detail-page .tour-price-payment .cancel-box .cancel-content .price-notes li,.tour-detail-page .tour-price-payment .cancel-box .cancel-content .price-notes p,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.cancel-policy p,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.payment-methods li,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.payment-methods p,.tour-detail-page .tour-price-payment .cancel-box .payment-content .price-notes li,.tour-detail-page .tour-price-payment .cancel-box .payment-content .price-notes p,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.cancel-policy p,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.payment-methods li,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.payment-methods p,.tour-detail-page .tour-price-payment .cancel-box .price-content .price-notes li,.tour-detail-page .tour-price-payment .cancel-box .price-content .price-notes p,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.cancel-policy p,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.payment-methods li,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.payment-methods p,.tour-detail-page .tour-price-payment .payment-box .cancel-content .price-notes li,.tour-detail-page .tour-price-payment .payment-box .cancel-content .price-notes p,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.cancel-policy p,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.payment-methods li,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.payment-methods p,.tour-detail-page .tour-price-payment .payment-box .payment-content .price-notes li,.tour-detail-page .tour-price-payment .payment-box .payment-content .price-notes p,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.cancel-policy p,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.payment-methods li,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.payment-methods p,.tour-detail-page .tour-price-payment .payment-box .price-content .price-notes li,.tour-detail-page .tour-price-payment .payment-box .price-content .price-notes p,.tour-detail-page .tour-price-payment .payment-box .price-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .payment-box .price-content ul.cancel-policy p,.tour-detail-page .tour-price-payment .payment-box .price-content ul.payment-methods li,.tour-detail-page .tour-price-payment .payment-box .price-content ul.payment-methods p,.tour-detail-page .tour-price-payment .price-box .cancel-content .price-notes li,.tour-detail-page .tour-price-payment .price-box .cancel-content .price-notes p,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.cancel-policy p,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.payment-methods li,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.payment-methods p,.tour-detail-page .tour-price-payment .price-box .payment-content .price-notes li,.tour-detail-page .tour-price-payment .price-box .payment-content .price-notes p,.tour-detail-page .tour-price-payment .price-box .payment-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .price-box .payment-content ul.cancel-policy p,.tour-detail-page .tour-price-payment .price-box .payment-content ul.payment-methods li,.tour-detail-page .tour-price-payment .price-box .payment-content ul.payment-methods p,.tour-detail-page .tour-price-payment .price-box .price-content .price-notes li,.tour-detail-page .tour-price-payment .price-box .price-content .price-notes p,.tour-detail-page .tour-price-payment .price-box .price-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .price-box .price-content ul.cancel-policy p,.tour-detail-page .tour-price-payment .price-box .price-content ul.payment-methods li,.tour-detail-page .tour-price-payment .price-box .price-content ul.payment-methods p{font-size:15px;line-height:1.6;margin-bottom:5px}.tour-detail-page .tour-price-payment .cancel-box .cancel-content .price-notes li:last-child,.tour-detail-page .tour-price-payment .cancel-box .cancel-content .price-notes p:last-child,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.cancel-policy li:last-child,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.cancel-policy p:last-child,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.payment-methods li:last-child,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.payment-methods p:last-child,.tour-detail-page .tour-price-payment .cancel-box .payment-content .price-notes li:last-child,.tour-detail-page .tour-price-payment .cancel-box .payment-content .price-notes p:last-child,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.cancel-policy li:last-child,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.cancel-policy p:last-child,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.payment-methods li:last-child,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.payment-methods p:last-child,.tour-detail-page .tour-price-payment .cancel-box .price-content .price-notes li:last-child,.tour-detail-page .tour-price-payment .cancel-box .price-content .price-notes p:last-child,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.cancel-policy li:last-child,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.cancel-policy p:last-child,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.payment-methods li:last-child,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.payment-methods p:last-child,.tour-detail-page .tour-price-payment .payment-box .cancel-content .price-notes li:last-child,.tour-detail-page .tour-price-payment .payment-box .cancel-content .price-notes p:last-child,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.cancel-policy li:last-child,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.cancel-policy p:last-child,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.payment-methods li:last-child,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.payment-methods p:last-child,.tour-detail-page .tour-price-payment .payment-box .payment-content .price-notes li:last-child,.tour-detail-page .tour-price-payment .payment-box .payment-content .price-notes p:last-child,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.cancel-policy li:last-child,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.cancel-policy p:last-child,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.payment-methods li:last-child,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.payment-methods p:last-child,.tour-detail-page .tour-price-payment .payment-box .price-content .price-notes li:last-child,.tour-detail-page .tour-price-payment .payment-box .price-content .price-notes p:last-child,.tour-detail-page .tour-price-payment .payment-box .price-content ul.cancel-policy li:last-child,.tour-detail-page .tour-price-payment .payment-box .price-content ul.cancel-policy p:last-child,.tour-detail-page .tour-price-payment .payment-box .price-content ul.payment-methods li:last-child,.tour-detail-page .tour-price-payment .payment-box .price-content ul.payment-methods p:last-child,.tour-detail-page .tour-price-payment .price-box .cancel-content .price-notes li:last-child,.tour-detail-page .tour-price-payment .price-box .cancel-content .price-notes p:last-child,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.cancel-policy li:last-child,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.cancel-policy p:last-child,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.payment-methods li:last-child,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.payment-methods p:last-child,.tour-detail-page .tour-price-payment .price-box .payment-content .price-notes li:last-child,.tour-detail-page .tour-price-payment .price-box .payment-content .price-notes p:last-child,.tour-detail-page .tour-price-payment .price-box .payment-content ul.cancel-policy li:last-child,.tour-detail-page .tour-price-payment .price-box .payment-content ul.cancel-policy p:last-child,.tour-detail-page .tour-price-payment .price-box .payment-content ul.payment-methods li:last-child,.tour-detail-page .tour-price-payment .price-box .payment-content ul.payment-methods p:last-child,.tour-detail-page .tour-price-payment .price-box .price-content .price-notes li:last-child,.tour-detail-page .tour-price-payment .price-box .price-content .price-notes p:last-child,.tour-detail-page .tour-price-payment .price-box .price-content ul.cancel-policy li:last-child,.tour-detail-page .tour-price-payment .price-box .price-content ul.cancel-policy p:last-child,.tour-detail-page .tour-price-payment .price-box .price-content ul.payment-methods li:last-child,.tour-detail-page .tour-price-payment .price-box .price-content ul.payment-methods p:last-child{margin-bottom:0}.tour-detail-page .tour-price-payment .cancel-box .cancel-content .price-notes li,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.payment-methods li,.tour-detail-page .tour-price-payment .cancel-box .payment-content .price-notes li,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.payment-methods li,.tour-detail-page .tour-price-payment .cancel-box .price-content .price-notes li,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.payment-methods li,.tour-detail-page .tour-price-payment .payment-box .cancel-content .price-notes li,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.payment-methods li,.tour-detail-page .tour-price-payment .payment-box .payment-content .price-notes li,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.payment-methods li,.tour-detail-page .tour-price-payment .payment-box .price-content .price-notes li,.tour-detail-page .tour-price-payment .payment-box .price-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .payment-box .price-content ul.payment-methods li,.tour-detail-page .tour-price-payment .price-box .cancel-content .price-notes li,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.payment-methods li,.tour-detail-page .tour-price-payment .price-box .payment-content .price-notes li,.tour-detail-page .tour-price-payment .price-box .payment-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .price-box .payment-content ul.payment-methods li,.tour-detail-page .tour-price-payment .price-box .price-content .price-notes li,.tour-detail-page .tour-price-payment .price-box .price-content ul.cancel-policy li,.tour-detail-page .tour-price-payment .price-box .price-content ul.payment-methods li{margin-bottom:8px;padding-left:20px;position:relative}.tour-detail-page .tour-price-payment .cancel-box .cancel-content .price-notes li:before,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.cancel-policy li:before,.tour-detail-page .tour-price-payment .cancel-box .cancel-content ul.payment-methods li:before,.tour-detail-page .tour-price-payment .cancel-box .payment-content .price-notes li:before,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.cancel-policy li:before,.tour-detail-page .tour-price-payment .cancel-box .payment-content ul.payment-methods li:before,.tour-detail-page .tour-price-payment .cancel-box .price-content .price-notes li:before,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.cancel-policy li:before,.tour-detail-page .tour-price-payment .cancel-box .price-content ul.payment-methods li:before,.tour-detail-page .tour-price-payment .payment-box .cancel-content .price-notes li:before,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.cancel-policy li:before,.tour-detail-page .tour-price-payment .payment-box .cancel-content ul.payment-methods li:before,.tour-detail-page .tour-price-payment .payment-box .payment-content .price-notes li:before,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.cancel-policy li:before,.tour-detail-page .tour-price-payment .payment-box .payment-content ul.payment-methods li:before,.tour-detail-page .tour-price-payment .payment-box .price-content .price-notes li:before,.tour-detail-page .tour-price-payment .payment-box .price-content ul.cancel-policy li:before,.tour-detail-page .tour-price-payment .payment-box .price-content ul.payment-methods li:before,.tour-detail-page .tour-price-payment .price-box .cancel-content .price-notes li:before,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.cancel-policy li:before,.tour-detail-page .tour-price-payment .price-box .cancel-content ul.payment-methods li:before,.tour-detail-page .tour-price-payment .price-box .payment-content .price-notes li:before,.tour-detail-page .tour-price-payment .price-box .payment-content ul.cancel-policy li:before,.tour-detail-page .tour-price-payment .price-box .payment-content ul.payment-methods li:before,.tour-detail-page .tour-price-payment .price-box .price-content .price-notes li:before,.tour-detail-page .tour-price-payment .price-box .price-content ul.cancel-policy li:before,.tour-detail-page .tour-price-payment .price-box .price-content ul.payment-methods li:before{content:"•";position:absolute;left:0;color:#0053a5}.tour-detail-page .tour-notes{margin-bottom:50px}.tour-detail-page .tour-notes .notes-container{background-color:#f9f9f9;border-radius:8px;padding:25px}.tour-detail-page .tour-notes .notes-container ul.notes-list li{font-size:15px;line-height:1.6;margin-bottom:10px;padding-left:25px;position:relative}.tour-detail-page .tour-notes .notes-container ul.notes-list li:before{content:"!";position:absolute;left:0;top:0;width:18px;height:18px;background-color:#0053a5;color:#fff;border-radius:50%;text-align:center;line-height:18px;font-size:12px}.tour-detail-page .tour-notes .notes-container ul.notes-list li:last-child{margin-bottom:0}.tour-detail-page .recommended-tours{margin-bottom:50px}.tour-detail-page .recommended-tours .tour-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}@media (max-width:992px){.tour-detail-page .recommended-tours .tour-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.tour-detail-page .recommended-tours .tour-grid{grid-template-columns:1fr}}.tour-detail-page .recommended-tours .tour-grid .tour-item{transition:transform .3s ease}.tour-detail-page .recommended-tours .tour-grid .tour-item:hover{transform:translateY(-5px)}.tour-detail-page .recommended-tours .tour-grid .tour-card{display:block;height:100%;border-radius:8px;overflow:hidden;box-shadow:0 3px 15px rgba(0,0,0,.08);transition:box-shadow .3s ease;background-color:#fff}.tour-detail-page .recommended-tours .tour-grid .tour-card:hover{box-shadow:0 5px 20px rgba(0,0,0,.15)}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-image{position:relative;height:180px;overflow:hidden}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-image .tour-badge{position:absolute;top:15px;right:15px;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:700;color:#fff;background-color:#0053a5;box-shadow:0 2px 5px rgba(0,0,0,.2)}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-image .tour-badge.new{background-color:#f59126}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-image .tour-badge.limited{background-color:#e60012}.tour-detail-page .recommended-tours .tour-grid .tour-card:hover .tour-image img{transform:scaleX(1.05) scaleY(1.05)}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-info{padding:15px}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-meta{display:flex;gap:10px;margin-bottom:10px}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-meta span{font-size:12px;padding:3px 8px;border-radius:20px;font-weight:500}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-meta .tour-date{background-color:#f0f7ff;color:#0053a5}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-meta .tour-category{background-color:#f0f0f0;color:#666}.tour-detail-page .recommended-tours .tour-grid .tour-card h3{font-size:16px;font-weight:600;margin-bottom:8px;color:#333;line-height:1.4}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-desc{font-size:14px;color:#666;margin-bottom:10px;line-height:1.5}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-details{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px;font-size:13px;color:#666;padding-top:10px;border-top:1px dashed #eee}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-details span{display:flex;align-items:center}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-details span i{margin-right:5px;color:#0053a5}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-price{font-size:18px;font-weight:700;color:#0053a5}.tour-detail-page .recommended-tours .tour-grid .tour-card .tour-price .tax{font-size:12px;font-weight:400;color:#666;margin-left:2px}.tour-detail-page .booking-banner{background:linear-gradient(135deg,#0053a5,rgb(0,44.5181818182,88.5));border-radius:12px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.15);position:relative}.tour-detail-page .booking-banner .banner-content{padding:40px 30px;text-align:center;color:#fff;position:relative;z-index:2}.tour-detail-page .booking-banner .banner-content .banner-icon{width:70px;height:70px;background-color:rgba(255,255,255,.15);border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.tour-detail-page .booking-banner .banner-content .banner-icon i{font-size:32px;color:#fff}.tour-detail-page .booking-banner .banner-content h2{font-size:26px;font-weight:700;margin-bottom:10px}@media (max-width:480px){.tour-detail-page .booking-banner .banner-content h2{font-size:20px}}.tour-detail-page .booking-banner .banner-content .banner-date{font-size:18px;margin-bottom:20px;opacity:.9}@media (max-width:480px){.tour-detail-page .booking-banner .banner-content .banner-date{font-size:16px}}.tour-detail-page .booking-banner .banner-content .banner-price{margin-bottom:25px}.tour-detail-page .booking-banner .banner-content .banner-price p{font-size:32px;font-weight:700}.tour-detail-page .booking-banner .banner-content .banner-price p .tax{font-size:16px;font-weight:400;opacity:.8}@media (max-width:480px){.tour-detail-page .booking-banner .banner-content .banner-price p{font-size:24px}}.tour-detail-page .booking-banner .banner-content .btn-booking{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#0053a5;padding:15px 40px;border-radius:50px;font-size:18px;font-weight:700;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.2)}.tour-detail-page .booking-banner .banner-content .btn-booking i{margin-left:10px}.tour-detail-page .booking-banner .banner-content .btn-booking:hover{transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.3);background-color:rgba(255,255,255,.9)}@media (max-width:480px){.tour-detail-page .booking-banner .banner-content .btn-booking{padding:12px 30px;font-size:16px}}.tour-detail-page .booking-banner:after,.tour-detail-page .booking-banner:before{content:"";position:absolute;border-radius:50%;background-color:rgba(255,255,255,.05)}.tour-detail-page .booking-banner:before{width:180px;height:180px;top:-70px;left:-70px}.tour-detail-page .booking-banner:after{width:220px;height:220px;bottom:-100px;right:-80px}.booking-closed-notice{text-align:center;padding:60px 40px;background:linear-gradient(135deg,#ffe6e6 0,#fcc 100%);border-radius:15px;margin-bottom:40px;border:2px solid #ff6b6b}.booking-closed-notice .notice-icon{margin-bottom:20px}.booking-closed-notice .notice-icon i{font-size:4em;color:#e55353}.booking-closed-notice h2{color:#c0392b;margin-bottom:20px;font-size:2em;font-weight:700}.booking-closed-notice p{color:#e74c3c;font-size:1.2em;line-height:1.6;margin-bottom:15px}.booking-closed-notice p:last-of-type{margin-bottom:30px}.booking-closed-notice .btn-back-to-tours{display:inline-block;padding:15px 30px;background:linear-gradient(45deg,#74b9ff,#0984e3);color:#fff;text-decoration:none;border-radius:25px;font-weight:600;transition:all .3s ease}.booking-closed-notice .btn-back-to-tours:hover{background:linear-gradient(45deg,#0984e3,#74b9ff);transform:translateY(-2px);box-shadow:0 5px 15px rgba(9,132,227,.3)}.btn-disabled{display:inline-block;padding:15px 30px;background:#bdc3c7;color:#7f8c8d;border-radius:8px;font-weight:600;text-align:center;cursor:not-allowed;border:none;box-shadow:none}.btn-disabled i{margin-right:8px}.tour-status-btn{display:inline-block;padding:8px 16px;border-radius:20px;font-size:.9em;font-weight:600;text-align:center;cursor:default}.tour-status-btn.today{background:linear-gradient(45deg,#fdcb6e,#e17055);color:#fff}.tour-status-btn.ended{background:#bdc3c7;color:#7f8c8d}.tour-status-btn.disabled{background:#ecf0f1;color:#95a5a6}.badge.today{background:linear-gradient(45deg,#fdcb6e,#e17055);color:#fff;animation:pulse-today 2s infinite}.badge.ended{background:#bdc3c7;color:#fff}@keyframes pulse-today{0%{transform:scaleX(1) scaleY(1)}50%{transform:scaleX(1.05) scaleY(1.05)}100%{transform:scaleX(1) scaleY(1)}}.tour-application-page{padding:40px 0}.tour-application-page .container{width:90%;max-width:1200px;margin:0 auto}.tour-application-page .main-content{max-width:800px;margin:0 auto}.tour-application-page .tour-info-summary{margin-bottom:40px;padding:30px;background:linear-gradient(135deg,#f0f8ff 0,#e6f3ff 100%);border-radius:15px;border-left:5px solid #0053a5}.tour-application-page .tour-info-summary h2{color:#0053a5;margin-bottom:20px;font-size:1.3em}.tour-application-page .tour-info-summary .tour-summary-card{background:#fff;padding:25px;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.1)}.tour-application-page .tour-info-summary .tour-summary-card h3{color:#333;margin-bottom:15px;font-size:1.4em;font-weight:700}.tour-application-page .tour-info-summary .tour-summary-card .tour-date,.tour-application-page .tour-info-summary .tour-summary-card .tour-price{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:#666}.tour-application-page .tour-info-summary .tour-summary-card .tour-date i,.tour-application-page .tour-info-summary .tour-summary-card .tour-price i{color:#0053a5;width:16px}.tour-application-page .tour-info-summary .tour-summary-card .tour-date:last-child,.tour-application-page .tour-info-summary .tour-summary-card .tour-price:last-child{margin-bottom:0}.tour-application-page .tour-info-summary .tour-summary-card .tour-price{font-weight:700;color:#0053a5;font-size:1.1em}.tour-application-page .application-intro{margin-bottom:40px}.tour-application-page .application-intro h2{font-size:1.2em;color:#333;margin-bottom:20px;line-height:1.6}.tour-application-page .application-intro .application-notes{background:#f9f9f9;padding:20px;border-radius:8px;border-left:4px solid #ffc107}.tour-application-page .application-intro .application-notes p{margin-bottom:10px;font-size:.9em;color:#666;line-height:1.5}.tour-application-page .application-intro .application-notes p:last-child{margin-bottom:0}.tour-application-page .application-intro .application-notes a{color:#0053a5;text-decoration:underline}.tour-application-page .application-intro .application-notes a:hover{text-decoration:none}.tour-application-page .application-form .form-section{margin-bottom:40px;padding:30px;background:#fff;border-radius:10px;box-shadow:0 3px 15px rgba(0,0,0,.08);border-top:4px solid #0053a5}.tour-application-page .application-form .form-section:last-child{margin-bottom:30px}.tour-application-page .application-form .form-section h3{color:#0053a5;margin-bottom:25px;font-size:1.3em;font-weight:700;padding-bottom:10px;border-bottom:2px solid #e9ecef}.tour-application-page .application-form .form-group{margin-bottom:20px}.tour-application-page .application-form .form-group:last-child{margin-bottom:0}.tour-application-page .application-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.tour-application-page .application-form .form-group label .required{color:#dc3545;font-size:.9em;margin-left:5px}.tour-application-page .application-form .form-group input[type=email],.tour-application-page .application-form .form-group input[type=number],.tour-application-page .application-form .form-group input[type=text],.tour-application-page .application-form .form-group select,.tour-application-page .application-form .form-group textarea{width:100%;padding:12px;border:2px solid #e9ecef;border-radius:6px;font-size:1em;transition:border-color .3s ease}.tour-application-page .application-form .form-group input[type=email]:focus,.tour-application-page .application-form .form-group input[type=number]:focus,.tour-application-page .application-form .form-group input[type=text]:focus,.tour-application-page .application-form .form-group select:focus,.tour-application-page .application-form .form-group textarea:focus{outline:0;border-color:#0053a5;box-shadow:0 0 0 3px rgba(0,83,165,.1)}.tour-application-page .application-form .form-group input[type=email]:invalid,.tour-application-page .application-form .form-group input[type=number]:invalid,.tour-application-page .application-form .form-group input[type=text]:invalid,.tour-application-page .application-form .form-group select:invalid,.tour-application-page .application-form .form-group textarea:invalid{border-color:#dc3545}.tour-application-page .application-form .form-group textarea{resize:vertical;min-height:100px}.tour-application-page .application-form .form-group .postal-code{display:flex;align-items:center;gap:8px;margin-bottom:10px}.tour-application-page .application-form .form-group .postal-code span{font-weight:500;color:#333}.tour-application-page .application-form .form-group .postal-code input{width:auto;flex:0 0 80px;text-align:center}.tour-application-page .application-form .form-group .phone-number{display:flex;align-items:center;gap:8px}.tour-application-page .application-form .form-group .phone-number span{font-weight:500;color:#333}.tour-application-page .application-form .form-group .phone-number input{width:auto;flex:1;text-align:center}.tour-application-page .application-form .form-actions{text-align:center;padding:30px}.tour-application-page .application-form .form-actions .submit-btn{background-color:#0053a5;color:#fff;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;padding:15px 40px;font-size:1.1em;font-weight:700;border-radius:30px;box-shadow:0 4px 15px rgba(0,83,165,.3);transition:all .3s ease}.tour-application-page .application-form .form-actions .submit-btn:hover{background-color:rgb(0,57.3454545455,114)}.tour-application-page .application-form .form-actions .submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,83,165,.4)}.confirm-page{padding:40px 0}.confirm-page .container{width:90%;max-width:1200px;margin:0 auto;max-width:800px}.confirm-page .confirm-content{background:#fff;padding:40px;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.1)}.confirm-page .confirm-heading{color:#0053a5;margin-bottom:20px;font-size:1.5em;text-align:center}.confirm-page .error-message{background:#f8d7da;color:#721c24;padding:20px;border-radius:8px;margin-bottom:20px;border-left:4px solid #dc3545}.confirm-page .error-message ul{margin-bottom:15px;padding-left:20px}.confirm-page .error-message ul li{margin-bottom:5px}.confirm-page .error-message p{margin:0;font-weight:500}.confirm-page .applicant-info-section,.confirm-page .other-info-section,.confirm-page .participation-info-section,.confirm-page .takigyou-info-section,.confirm-page .tour-info-section{margin-bottom:30px}.confirm-page .applicant-info-section h3,.confirm-page .other-info-section h3,.confirm-page .participation-info-section h3,.confirm-page .takigyou-info-section h3,.confirm-page .tour-info-section h3{color:#0053a5;margin-bottom:15px;font-size:1.2em;font-weight:700;padding-bottom:8px;border-bottom:2px solid #e9ecef}.confirm-page .confirm-table{width:100%;border-collapse:collapse;margin-bottom:20px}.confirm-page .confirm-table td,.confirm-page .confirm-table th{padding:12px;border:1px solid #e9ecef;text-align:left}.confirm-page .confirm-table th{background-color:#f8f9fa;font-weight:600;color:#333;width:30%}.confirm-page .confirm-table td{background-color:#fff}.confirm-page .confirm-actions{display:flex;justify-content:center;gap:20px;margin-top:30px}.confirm-page .confirm-actions .back-btn{background-color:#6c757d;color:#fff;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;padding:12px 30px;border-radius:6px;text-decoration:none}.confirm-page .confirm-actions .back-btn:hover{background-color:rgb(84.3605150215,91.3905579399,97.6394849785)}.confirm-page .confirm-actions .submit-btn{background-color:#0053a5;color:#fff;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;padding:12px 30px;border-radius:6px;font-weight:700}.confirm-page .confirm-actions .submit-btn:hover{background-color:rgb(0,57.3454545455,114)}.thanks-page{padding:40px 0}.thanks-page .container{width:90%;max-width:1200px;margin:0 auto;max-width:800px}.thanks-page .thanks-content{background:#fff;padding:40px;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.1);text-align:center}.thanks-page .thanks-message{margin-bottom:40px}.thanks-page .thanks-message .success-icon{margin-bottom:20px}.thanks-page .thanks-message .success-icon i{font-size:4em;color:#28a745}.thanks-page .thanks-message h2{color:#0053a5;margin-bottom:20px;font-size:1.8em}.thanks-page .thanks-message p{margin-bottom:30px;font-size:1.1em;color:#333}.thanks-page .info-box,.thanks-page .notice-box{background:#f8f9fa;padding:25px;border-radius:8px;margin-bottom:25px;text-align:left}.thanks-page .info-box h3,.thanks-page .notice-box h3{color:#0053a5;margin-bottom:15px;font-size:1.2em}.thanks-page .info-box ol,.thanks-page .info-box ul,.thanks-page .notice-box ol,.thanks-page .notice-box ul{margin:0;padding-left:20px}.thanks-page .info-box ol li,.thanks-page .info-box ul li,.thanks-page .notice-box ol li,.thanks-page .notice-box ul li{margin-bottom:8px;line-height:1.5}.thanks-page .notice-box{background:#fff3cd;border-left:4px solid #ffc107}.thanks-page .contact-info{background:linear-gradient(135deg,#e8f4f8 0,#f0f8ff 100%);padding:25px;border-radius:8px;margin-bottom:25px;text-align:left}.thanks-page .contact-info h3{color:#0053a5;margin-bottom:15px;font-size:1.2em}.thanks-page .contact-info .contact-details p{margin-bottom:8px;display:flex;align-items:center;gap:8px}.thanks-page .contact-info .contact-details p:last-child{margin-bottom:0}.thanks-page .contact-info .contact-details p i{color:#0053a5;width:16px}.thanks-page .action-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.thanks-page .action-buttons .btn-primary,.thanks-page .action-buttons .btn-secondary{padding:12px 25px;border-radius:6px;text-decoration:none;font-weight:500;transition:all .3s ease}.thanks-page .action-buttons .btn-primary{background-color:#0053a5;color:#fff;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.thanks-page .action-buttons .btn-primary:hover{background-color:rgb(0,57.3454545455,114)}.thanks-page .action-buttons .btn-primary:hover{transform:translateY(-2px)}.thanks-page .action-buttons .btn-secondary{background-color:transparent;color:#0053a5;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;border:2px solid #0053a5}.thanks-page .action-buttons .btn-secondary:hover{background-color:hsla(0,0%,-10%,0)}.thanks-page .action-buttons .btn-secondary:hover{background-color:#0053a5;color:#fff}@media (max-width:768px){.tour-application-page{padding:20px 0}.tour-application-page .main-content{padding:0 15px}.tour-application-page .application-form .form-section,.tour-application-page .tour-info-summary{padding:20px}.tour-application-page .application-form .form-group .phone-number,.tour-application-page .application-form .form-group .postal-code{flex-direction:column;align-items:stretch}.tour-application-page .application-form .form-group .phone-number input,.tour-application-page .application-form .form-group .postal-code input{flex:none;width:100%;text-align:left}.confirm-page,.thanks-page{padding:20px 0}.confirm-page .confirm-content,.confirm-page .thanks-content,.thanks-page .confirm-content,.thanks-page .thanks-content{padding:20px}.confirm-page .action-buttons,.confirm-page .confirm-actions,.thanks-page .action-buttons,.thanks-page .confirm-actions{flex-direction:column;align-items:center}.confirm-page .action-buttons .back-btn,.confirm-page .action-buttons .btn-primary,.confirm-page .action-buttons .btn-secondary,.confirm-page .action-buttons .submit-btn,.confirm-page .confirm-actions .back-btn,.confirm-page .confirm-actions .btn-primary,.confirm-page .confirm-actions .btn-secondary,.confirm-page .confirm-actions .submit-btn,.thanks-page .action-buttons .back-btn,.thanks-page .action-buttons .btn-primary,.thanks-page .action-buttons .btn-secondary,.thanks-page .action-buttons .submit-btn,.thanks-page .confirm-actions .back-btn,.thanks-page .confirm-actions .btn-primary,.thanks-page .confirm-actions .btn-secondary,.thanks-page .confirm-actions .submit-btn{width:100%;max-width:300px}.confirm-table td,.confirm-table th{padding:8px;font-size:.9em}.confirm-table th{width:35%}}.news-header{background-color:#0053a5;padding:40px 0;color:#fff;position:relative;overflow:hidden;background-image:url(../images/news-header-bg.jpg);background-size:cover;background-position:center}.news-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,83,165,.7)}.news-header .container{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.news-header h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){.news-header h1{font-size:28px}}@media (max-width:480px){.news-header h1{font-size:24px}}.breadcrumb{background-color:#f5f5f5;padding:10px 0;font-size:14px}.breadcrumb .container{width:90%;max-width:1200px;margin:0 auto}.breadcrumb a{color:#0053a5}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.news-page{padding:40px 0}.news-page .container{width:90%;max-width:1200px;margin:0 auto}@media (max-width:768px){.news-page{padding:30px 0}}.news-filter{margin-bottom:30px;background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 6px rgba(0,0,0,.05)}.news-filter .filter-title{font-size:16px;font-weight:700;margin-bottom:15px;color:#0053a5}.news-filter .filter-options{display:flex;flex-wrap:wrap;gap:10px}.news-filter .filter-options .filter-option{padding:8px 15px;background-color:#f5f5f5;border-radius:30px;font-size:14px;color:#333;transition:all .3s}.news-filter .filter-options .filter-option:hover{background-color:#e5e5e5}.news-filter .filter-options .filter-option.active{background-color:#0053a5;color:#fff}@media (max-width:480px){.news-filter{padding:15px}.news-filter .filter-options{gap:8px}.news-filter .filter-options .filter-option{font-size:12px;padding:6px 12px}}.news-list{margin-bottom:30px}.news-list .news-item{display:flex;flex-wrap:wrap;align-items:center;padding:15px 0;border-bottom:1px solid #eee}.news-list .news-item:first-child{border-top:1px solid #eee}.news-list .news-item .news-date{width:130px;flex-shrink:0;color:#888;font-size:14px}@media (max-width:768px){.news-list .news-item .news-date{width:120px;font-size:13px}}@media (max-width:480px){.news-list .news-item .news-date{width:100%;margin-bottom:5px}}.news-list .news-item .news-category{width:150px;flex-shrink:0;background-color:#0053a5;color:#fff;border-radius:4px;padding:4px 10px;text-align:center;font-size:13px;font-weight:500}@media (max-width:768px){.news-list .news-item .news-category{width:140px;font-size:12px}}@media (max-width:480px){.news-list .news-item .news-category{width:auto;font-size:11px;margin-bottom:8px}}.news-list .news-item .news-title{flex:1;padding-left:20px}@media (max-width:480px){.news-list .news-item .news-title{width:100%;padding-left:0}}.news-list .news-item .news-title a{color:#333;transition:color .3s;line-height:1.5}.news-list .news-item .news-title a:hover{color:#0053a5;text-decoration:underline}.pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px;margin-bottom:40px}.pagination .current-page,.pagination .total-pages{font-weight:700;color:#0053a5}.pagination .page-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;background-color:#fff;color:#333;font-size:14px;transition:all .3s}.pagination .page-link:hover{background-color:#f0f7ff;color:#0053a5}.pagination .page-link.next-page{width:auto;padding:0 12px}.pagination .page-link.active{background-color:#0053a5;color:#fff}.pagination .page-separator{color:#888}@media (max-width:480px){.pagination{gap:3px}.pagination .page-link{width:32px;height:32px;font-size:13px}}.banner-area .banner-row{display:flex;gap:20px;margin-bottom:20px}.banner-area .banner-row:last-child{margin-bottom:0}@media (max-width:768px){.banner-area .banner-row{flex-direction:column;gap:15px}}.banner-area .banner-link{flex:1;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:transform .3s}.banner-area .banner-link:hover{transform:translateY(-3px)}.banner-area .banner-link .banner-image{width:100%;height:auto;display:block}@media (max-width:768px){.news-page .container{padding:0 15px}}.news-detail-header{background-color:#0053a5;padding:40px 0;color:#fff;position:relative;overflow:hidden;background-image:url(../images/news-header-bg.jpg);background-size:cover;background-position:center}.news-detail-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,83,165,.7)}.news-detail-header .container{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.news-detail-header h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){.news-detail-header h1{font-size:28px}}@media (max-width:480px){.news-detail-header h1{font-size:24px}}.breadcrumb{background-color:#f5f5f5;padding:10px 0;font-size:14px}.breadcrumb .container{width:90%;max-width:1200px;margin:0 auto}.breadcrumb a{color:#0053a5}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.news-detail-page{padding:40px 0}.news-detail-page .container{width:90%;max-width:1200px;margin:0 auto;max-width:900px}@media (max-width:768px){.news-detail-page{padding:30px 0}}@media (max-width:480px){.news-detail-page{padding:20px 0}}.news-detail{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05);margin-bottom:30px}.news-detail .news-detail-header{background-color:transparent;padding:25px 30px;position:relative;border-bottom:1px solid #eee}.news-detail .news-detail-header::before{display:none}.news-detail .news-detail-header .news-meta{display:flex;align-items:center;margin-bottom:15px}@media (max-width:480px){.news-detail .news-detail-header .news-meta{flex-direction:column;align-items:flex-start;gap:8px}}.news-detail .news-detail-header .news-meta .news-date{font-size:14px;color:#888;margin-right:15px}.news-detail .news-detail-header .news-meta .news-category{background-color:#0053a5;color:#fff;padding:4px 12px;border-radius:4px;font-size:13px;font-weight:500}.news-detail .news-detail-header .news-title{font-size:24px;font-weight:700;color:#0053a5;line-height:1.4}@media (max-width:768px){.news-detail .news-detail-header .news-title{font-size:22px}}@media (max-width:480px){.news-detail .news-detail-header .news-title{font-size:20px}}@media (max-width:768px){.news-detail .news-detail-header{padding:20px 25px}}@media (max-width:480px){.news-detail .news-detail-header{padding:15px 20px}}.news-detail .news-content{padding:30px}.news-detail .news-content .news-lead{font-size:16px;line-height:1.8;margin-bottom:25px;font-weight:500;color:#333}.news-detail .news-content .news-lead p{margin-bottom:15px}.news-detail .news-content .news-lead p:last-child{margin-bottom:0}.news-detail .news-content h3{font-size:20px;font-weight:700;color:#0053a5;margin:30px 0 15px;padding-bottom:8px;border-bottom:2px solid #0053a5}.news-detail .news-content h3:first-child{margin-top:0}.news-detail .news-content h4{font-size:18px;font-weight:700;color:#333;margin:25px 0 10px}.news-detail .news-content p{margin-bottom:15px;line-height:1.7}.news-detail .news-content ol,.news-detail .news-content ul{margin:15px 0;padding-left:25px}.news-detail .news-content ol li,.news-detail .news-content ul li{margin-bottom:8px;line-height:1.6}.news-detail .news-content ol li:last-child,.news-detail .news-content ul li:last-child{margin-bottom:0}.news-detail .news-content .news-image{margin:25px 0;text-align:center}.news-detail .news-content .news-image img{max-width:100%;height:auto;border-radius:6px;box-shadow:0 3px 8px rgba(0,0,0,.1)}.news-detail .news-content .news-image figcaption{margin-top:8px;font-size:13px;color:#888;font-style:italic}.news-detail .news-content .action-box{background-color:#f0f7ff;padding:20px;border-radius:8px;margin:25px 0;text-align:center}.news-detail .news-content .action-box p{font-weight:500;margin-bottom:15px;font-size:16px}.news-detail .news-content .action-box .action-button{display:inline-block;background-color:#0053a5;color:#fff;padding:12px 25px;border-radius:30px;font-weight:500;transition:background-color .3s}.news-detail .news-content .action-box .action-button:hover{background-color:rgb(0,57.3454545455,114)}.news-detail .news-content .notice-box{background-color:#fff8e1;border-left:4px solid #ffc107;padding:20px;border-radius:4px;margin:25px 0}.news-detail .news-content .notice-box h4{color:#f57c00;margin-top:0}.news-detail .news-content .notice-box ul{margin-bottom:0}.news-detail .news-content .contact-info{background-color:#f5f5f5;padding:20px;border-radius:4px;margin:25px 0 0}.news-detail .news-content .contact-info h4{margin-top:0}.news-detail .news-content .contact-info p:last-child{margin-bottom:0}@media (max-width:768px){.news-detail .news-content{padding:25px}}@media (max-width:480px){.news-detail .news-content{padding:20px}.news-detail .news-content h3{font-size:18px}.news-detail .news-content h4{font-size:16px}}.news-detail .news-footer{padding:20px 30px;border-top:1px solid #eee}.news-detail .news-footer .share-buttons{display:flex;align-items:center;justify-content:flex-end}.news-detail .news-footer .share-buttons .share-label{margin-right:10px;font-size:14px}.news-detail .news-footer .share-buttons .share-button{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:8px;transition:all .3s}.news-detail .news-footer .share-buttons .share-button.facebook{background-color:#3b5998;color:#fff}.news-detail .news-footer .share-buttons .share-button.facebook:hover{background-color:rgb(44.7393364929,67.4881516588,115.2606635071)}.news-detail .news-footer .share-buttons .share-button.twitter{background-color:#1da1f2;color:#fff}.news-detail .news-footer .share-buttons .share-button.twitter:hover{background-color:rgb(11.9665271967,133.4728033473,208.0334728033)}.news-detail .news-footer .share-buttons .share-button.line{background-color:#00c300;color:#fff}.news-detail .news-footer .share-buttons .share-button.line:hover{background-color:#009000}@media (max-width:768px){.news-detail .news-footer{padding:15px 25px}}@media (max-width:480px){.news-detail .news-footer{padding:15px 20px}.news-detail .news-footer .share-buttons{justify-content:center}.news-detail .news-footer .share-buttons .share-button{width:32px;height:32px}}.related-news{margin-bottom:30px}.related-news .related-title{font-size:20px;font-weight:700;margin-bottom:15px;color:#0053a5}@media (max-width:480px){.related-news .related-title{font-size:18px}}.related-news .related-items{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05)}.related-news .related-items .related-item{display:block;padding:15px 20px;border-bottom:1px solid #eee;transition:background-color .3s}.related-news .related-items .related-item:last-child{border-bottom:none}.related-news .related-items .related-item:hover{background-color:#f0f7ff}.related-news .related-items .related-item .related-date{font-size:13px;color:#888;margin-bottom:5px}.related-news .related-items .related-item .related-text{color:#333;font-size:15px}.related-news .related-items .related-item .related-text:hover{color:#0053a5}.news-navigation{display:flex;justify-content:space-between;align-items:center}.news-navigation .nav-list,.news-navigation .nav-next,.news-navigation .nav-prev{padding:10px 15px;background-color:#fff;border-radius:4px;font-size:14px;color:#333;transition:all .3s;box-shadow:0 2px 4px rgba(0,0,0,.05)}.news-navigation .nav-list:hover,.news-navigation .nav-next:hover,.news-navigation .nav-prev:hover{background-color:#0053a5;color:#fff}.news-navigation .nav-list{background-color:#0053a5;color:#fff}.news-navigation .nav-list:hover{background-color:rgb(0,57.3454545455,114)}@media (max-width:480px){.news-navigation .nav-next,.news-navigation .nav-prev{font-size:0}.news-navigation .nav-next i,.news-navigation .nav-prev i{font-size:14px}}@media (max-width:768px){.news-detail-page .container{padding:0 15px}}.recruit-header{background-color:#0053a5;padding:40px 0;color:#fff;position:relative;overflow:hidden;background-image:url(../images/recruit-header-bg.jpg);background-size:cover;background-position:center}.recruit-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,83,165,.7)}.recruit-header .container{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.recruit-header h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){.recruit-header h1{font-size:28px}}@media (max-width:480px){.recruit-header h1{font-size:24px}}.breadcrumb{background-color:#f5f5f5;padding:10px 0;font-size:14px}.breadcrumb .container{width:90%;max-width:1200px;margin:0 auto}.breadcrumb a{color:#0053a5}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.recruit-page{padding:40px 0 60px}.recruit-page .container{width:90%;max-width:1200px;margin:0 auto}.recruit-page .section-title{font-size:24px;font-weight:700;margin-bottom:25px;color:#0053a5;text-align:center;position:relative;padding-bottom:15px}.recruit-page .section-title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:#0053a5}.recruit-page section{margin-bottom:50px}.recruit-page section:last-child{margin-bottom:0}@media (max-width:768px){.recruit-page{padding:30px 0 50px}.recruit-page .section-title{font-size:22px;margin-bottom:20px}}@media (max-width:480px){.recruit-page{padding:30px 0 40px}.recruit-page .section-title{font-size:20px}}.recruit-section .recruit-message{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.05);text-align:center}.recruit-section .recruit-message .recruit-notice{font-size:20px;font-weight:700;color:#0053a5;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.recruit-section .recruit-message p{margin-bottom:15px;line-height:1.8}.recruit-section .recruit-message p:last-child{margin-bottom:0}@media (max-width:480px){.recruit-section .recruit-message{padding:20px}.recruit-section .recruit-message .recruit-notice{font-size:18px}}.company-vision .vision-content{display:flex;gap:30px;margin-top:30px}@media (max-width:768px){.company-vision .vision-content{flex-direction:column}}.company-vision .vision-image{flex:1;border-radius:8px;overflow:hidden}.company-vision .vision-image .vision-img{width:100%;height:auto;display:block}.company-vision .vision-text{flex:1}.company-vision .vision-text h3{font-size:20px;font-weight:700;color:#0053a5;margin-bottom:15px;line-height:1.4}.company-vision .vision-text p{margin-bottom:15px;line-height:1.7}.company-vision .vision-text p:last-child{margin-bottom:0}@media (max-width:768px){.company-vision .vision-content{gap:20px}.company-vision .vision-text h3{font-size:18px}}.workplace-culture .culture-items{display:flex;flex-wrap:wrap;gap:30px;margin-top:30px}@media (max-width:480px){.workplace-culture .culture-items{gap:20px}}.workplace-culture .culture-item{flex:1;min-width:300px;background-color:#fff;border-radius:8px;padding:25px;box-shadow:0 2px 10px rgba(0,0,0,.05);text-align:center}@media (max-width:992px){.workplace-culture .culture-item{min-width:calc(50% - 15px)}}@media (max-width:768px){.workplace-culture .culture-item{min-width:100%}}.workplace-culture .culture-item .culture-icon{font-size:36px;color:#0053a5;margin-bottom:15px}.workplace-culture .culture-item h3{font-size:18px;font-weight:700;margin-bottom:10px;color:#333}.workplace-culture .culture-item p{line-height:1.6;color:#888}@media (max-width:480px){.workplace-culture .culture-item{padding:20px}.workplace-culture .culture-item .culture-icon{font-size:32px}.workplace-culture .culture-item h3{font-size:16px}}.recruit-faq .faq-items{margin-top:30px}.recruit-faq .faq-item{background-color:#fff;border-radius:8px;overflow:hidden;margin-bottom:15px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.recruit-faq .faq-item:last-child{margin-bottom:0}.recruit-faq .faq-question{padding:15px 20px;background-color:#f0f7ff;position:relative}.recruit-faq .faq-question h3{font-size:16px;font-weight:700;color:#0053a5;padding-right:30px}.recruit-faq .faq-answer{padding:20px;border-top:1px solid #eee}.recruit-faq .faq-answer p{margin:0;line-height:1.7}@media (max-width:480px){.recruit-faq .faq-question{padding:12px 15px}.recruit-faq .faq-question h3{font-size:15px}.recruit-faq .faq-answer{padding:15px}}.contact-section .contact-content{background-color:#fff;border-radius:8px;padding:30px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.05)}.contact-section .contact-content p{margin-bottom:15px;line-height:1.7}.contact-section .contact-content .contact-mail{font-size:20px;font-weight:700;color:#0053a5;margin:15px 0}.contact-section .contact-content .contact-button-area{margin-top:25px}.contact-section .contact-content .contact-button{display:inline-block;background-color:#0053a5;color:#fff;padding:12px 30px;border-radius:30px;font-weight:500;transition:background-color .3s}.contact-section .contact-content .contact-button:hover{background-color:rgb(0,57.3454545455,114)}@media (max-width:480px){.contact-section .contact-content{padding:20px}.contact-section .contact-content .contact-mail{font-size:18px}.contact-section .contact-content .contact-button{padding:10px 25px;font-size:14px}}.partnership-header{background-color:#0053a5;padding:40px 0;color:#fff;position:relative;overflow:hidden;background-image:url(../images/partnership-header-bg.jpg);background-size:cover;background-position:center}.partnership-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,83,165,.7)}.partnership-header .container{width:90%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.partnership-header h1{font-size:32px;font-weight:700;margin:0}@media (max-width:768px){.partnership-header h1{font-size:28px}}@media (max-width:480px){.partnership-header h1{font-size:24px}}.breadcrumb{background-color:#f5f5f5;padding:10px 0;font-size:14px}.breadcrumb .container{width:90%;max-width:1200px;margin:0 auto}.breadcrumb a{color:#0053a5}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#333}.partnership-page{padding:40px 0 60px}.partnership-page .container{width:90%;max-width:1200px;margin:0 auto}.partnership-page .section-title{font-size:24px;font-weight:700;margin-bottom:25px;color:#0053a5;text-align:center;position:relative;padding-bottom:15px}.partnership-page .section-title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:#0053a5}.partnership-page section{margin-bottom:60px}.partnership-page section:last-child{margin-bottom:0}@media (max-width:768px){.partnership-page{padding:30px 0 50px}.partnership-page .section-title{font-size:22px;margin-bottom:20px}.partnership-page section{margin-bottom:50px}}@media (max-width:480px){.partnership-page{padding:25px 0 40px}.partnership-page .section-title{font-size:20px}.partnership-page section{margin-bottom:40px}}.partnership-section .partnership-message{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.05);text-align:center}.partnership-section .partnership-message .partnership-notice{font-size:20px;font-weight:700;color:#0053a5;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.partnership-section .partnership-message p{margin-bottom:15px;line-height:1.8}.partnership-section .partnership-message p:last-child{margin-bottom:0}@media (max-width:480px){.partnership-section .partnership-message{padding:20px}.partnership-section .partnership-message .partnership-notice{font-size:18px}}.partnership-vision .vision-content{display:flex;gap:30px;margin-top:30px}@media (max-width:768px){.partnership-vision .vision-content{flex-direction:column;gap:25px}}.partnership-vision .vision-image{flex:1;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.1)}.partnership-vision .vision-image .vision-img{width:100%;height:auto;display:block}.partnership-vision .vision-text{flex:1}.partnership-vision .vision-text h3{font-size:20px;font-weight:700;color:#0053a5;margin-bottom:15px;line-height:1.4}.partnership-vision .vision-text p{margin-bottom:15px;line-height:1.7}.partnership-vision .vision-text p:last-child{margin-bottom:0}@media (max-width:768px){.partnership-vision .vision-text h3{font-size:18px}}.partnership-types .types-list{margin-top:30px}.partnership-types .type-item{display:flex;background-color:#fff;border-radius:8px;padding:25px;box-shadow:0 2px 10px rgba(0,0,0,.05);margin-bottom:25px}.partnership-types .type-item:last-child{margin-bottom:0}@media (max-width:768px){.partnership-types .type-item{flex-direction:column}}.partnership-types .type-icon{width:80px;height:80px;flex-shrink:0;background-color:#f0f7ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:25px;color:#0053a5;font-size:32px}@media (max-width:768px){.partnership-types .type-icon{margin:0 auto 20px}}.partnership-types .type-content{flex:1}.partnership-types .type-content h3{font-size:20px;font-weight:700;color:#0053a5;margin-bottom:10px}@media (max-width:768px){.partnership-types .type-content h3{text-align:center}}.partnership-types .type-content p{margin-bottom:15px;line-height:1.7}.partnership-types .type-content .type-examples{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.partnership-types .type-content .type-examples li{background-color:#f5f5f5;padding:6px 12px;border-radius:20px;font-size:14px;color:#333}@media (max-width:480px){.partnership-types .type-item{padding:20px}.partnership-types .type-icon{width:60px;height:60px;font-size:24px;margin-bottom:15px}.partnership-types .type-content h3{font-size:18px}.partnership-types .type-content .type-examples li{font-size:13px;padding:5px 10px}}.partnership-benefits .benefits-wrapper{display:flex;gap:30px;margin-top:30px}@media (max-width:768px){.partnership-benefits .benefits-wrapper{flex-direction:column;gap:25px}}.partnership-benefits .benefits-image{flex:1;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.1)}.partnership-benefits .benefits-image .benefits-img{width:100%;height:auto;display:block}.partnership-benefits .benefits-list{flex:1}.partnership-benefits .benefit-item{display:flex;background-color:#fff;border-radius:8px;padding:15px;box-shadow:0 2px 6px rgba(0,0,0,.05);margin-bottom:15px}.partnership-benefits .benefit-item:last-child{margin-bottom:0}.partnership-benefits .benefit-icon{width:50px;height:50px;flex-shrink:0;background-color:#f0f7ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;color:#0053a5;font-size:20px}.partnership-benefits .benefit-content{flex:1}.partnership-benefits .benefit-content h3{font-size:17px;font-weight:700;color:#0053a5;margin-bottom:5px}.partnership-benefits .benefit-content p{margin:0;line-height:1.6;font-size:14px}@media (max-width:480px){.partnership-benefits .benefit-icon{width:40px;height:40px;font-size:16px}.partnership-benefits .benefit-content h3{font-size:16px}.partnership-benefits .benefit-content p{font-size:13px}}.partnership-case .case-items{margin-top:30px}.partnership-case .case-item{display:flex;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05);margin-bottom:25px}.partnership-case .case-item:last-child{margin-bottom:0}@media (max-width:768px){.partnership-case .case-item{flex-direction:column}}.partnership-case .case-image{width:35%;flex-shrink:0;overflow:hidden}.partnership-case .case-image .case-img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:768px){.partnership-case .case-image{width:100%;height:200px}}@media (max-width:480px){.partnership-case .case-image{height:180px}}.partnership-case .case-content{flex:1;padding:25px}.partnership-case .case-content h3{font-size:18px;font-weight:700;color:#0053a5;margin-bottom:10px}.partnership-case .case-content p{margin-bottom:15px;line-height:1.7}.partnership-case .case-content p:last-child{margin-bottom:0}.partnership-case .case-content .case-result{font-weight:700;color:#2ecc71}@media (max-width:480px){.partnership-case .case-content{padding:20px}.partnership-case .case-content h3{font-size:16px}}.partnership-faq .faq-items{margin-top:30px}.partnership-faq .faq-item{background-color:#fff;border-radius:8px;overflow:hidden;margin-bottom:15px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.partnership-faq .faq-item:last-child{margin-bottom:0}.partnership-faq .faq-question{padding:15px 20px;background-color:#f0f7ff;position:relative}.partnership-faq .faq-question h3{font-size:16px;font-weight:700;color:#0053a5;padding-right:30px}.partnership-faq .faq-answer{padding:20px;border-top:1px solid #eee}.partnership-faq .faq-answer p{margin:0;line-height:1.7}@media (max-width:480px){.partnership-faq .faq-question{padding:12px 15px}.partnership-faq .faq-question h3{font-size:15px}.partnership-faq .faq-answer{padding:15px}}.contact-section .contact-content{background-color:#fff;border-radius:8px;padding:30px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.05)}.contact-section .contact-content p{margin-bottom:15px;line-height:1.7}.contact-section .contact-content .contact-mail{font-size:20px;font-weight:700;color:#0053a5;margin:15px 0}.contact-section .contact-content .contact-button-area{margin-top:25px}.contact-section .contact-content .contact-button{display:inline-block;background-color:#0053a5;color:#fff;padding:12px 30px;border-radius:30px;font-weight:500;transition:background-color .3s}.contact-section .contact-content .contact-button:hover{background-color:rgb(0,57.3454545455,114)}@media (max-width:480px){.contact-section .contact-content{padding:20px}.contact-section .contact-content .contact-mail{font-size:18px}.contact-section .contact-content .contact-button{padding:10px 25px;font-size:14px}}.hero{position:relative;height:400px;overflow:hidden;margin-bottom:30px}.hero .hero-slider{position:relative;width:100%;height:100%}.hero .hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.5s ease;z-index:1}.hero .hero-slide.active{opacity:1;z-index:2}.hero-image{width:100%;height:100%;object-fit:cover}.hero-content{position:absolute;top:50%;left:0;right:0;width:600px;margin:0 auto;transform:translateY(-30px);padding:0 20px;color:#fff;text-align:center;z-index:3;opacity:0;text-shadow:0 2px 4px rgba(0,0,0,.8);transition:opacity .8s ease,transform .8s ease}.active .hero-content{opacity:1;transform:translateY(-50%)}.hero-content h1{font-size:40px;font-weight:700;margin-bottom:15px}.hero-content p{font-size:20px}.hero .slider-nav{position:absolute;bottom:20px;left:0;right:0;display:flex;justify-content:center;gap:12px;z-index:5}.hero .slider-dot{width:12px;height:12px;background-color:rgba(255,255,255,.5);border-radius:50%;cursor:pointer;transition:all .3s ease}.hero .slider-dot:hover{background-color:rgba(255,255,255,.8)}.hero .slider-dot.active{background-color:#fff;transform:translateZ(0) scale3d(1.2,1.2,1.2)}.hero .slider-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:rgba(0,0,0,.3);border:none;border-radius:50%;color:#fff;font-size:18px;cursor:pointer;z-index:5;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center}.hero .slider-nav-btn:hover{background-color:rgba(0,0,0,.6)}.hero .slider-nav-btn.prev-btn{left:20px}.hero .slider-nav-btn.next-btn{right:20px}@media (max-width:768px){.hero{height:400px}.hero-content{width:90%}.hero-content h1{font-size:34px}.hero-content p{font-size:18px}.hero .slider-nav-btn{width:36px;height:36px;font-size:16px}}@media (max-width:480px){.hero{height:350px}.hero-content h1{font-size:28px;margin-bottom:10px}.hero-content p{font-size:16px}.hero .slider-dot{width:10px;height:10px}.hero .slider-nav-btn{width:32px;height:32px;font-size:14px}}.search-results-container{width:90%;max-width:1200px;margin:0 auto;margin:30px auto}.search-results-container .page-title{font-size:28px;color:#0053a5;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid #eee}@media (max-width:480px){.search-results-container .page-title{font-size:24px}}.search-results-container .search-summary{background-color:#f9f9f9;padding:20px;border-radius:8px;margin-bottom:30px}.search-results-container .search-summary .search-params p{margin-bottom:10px}.search-results-container .search-summary .search-params p strong{color:#0053a5}.search-results-container .search-summary .search-params ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.search-results-container .search-summary .search-params ul li{padding:5px 10px;background-color:#fff;border-radius:4px;border-left:3px solid #0053a5;font-size:14px}.search-results-container .search-results-wrapper{margin-bottom:40px}.search-results-container .search-results-wrapper .no-results{padding:30px;background-color:#fff;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.05);text-align:center}.search-results-container .search-results-wrapper .no-results p{margin-bottom:20px}.search-results-container .search-results-wrapper .no-results p:first-child{font-size:18px;color:#0053a5;font-weight:700}.search-results-container .search-results-wrapper .no-results ul{text-align:left;display:inline-block;margin:0 auto 20px}.search-results-container .search-results-wrapper .no-results ul li{margin-bottom:10px}.search-results-container .search-results-wrapper .no-results .search-again-button{margin-top:20px}.search-results-container .search-results-wrapper .no-results .search-again-button .btn{padding:10px 20px}.search-results-container .btn{display:inline-block;padding:8px 16px;border-radius:4px;font-size:14px;text-align:center;cursor:pointer;transition:all .3s;text-decoration:none}.search-results-container .btn.primary-btn{background-color:#0053a5;color:#fff}.search-results-container .btn.primary-btn:hover{background-color:#003d7a}.search-results-container .btn.detail-btn{background-color:#f59126;color:#fff}.search-results-container .btn.detail-btn:hover{background-color:rgb(221.7797356828,119.577092511,10.2202643172)}.search-results-container .recommended-tours h2{font-size:22px;margin-bottom:20px;color:#0053a5}@media (max-width:480px){.search-results-container .recommended-tours h2{font-size:20px}}.search-results-container .recommended-tours .tour-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}@media (max-width:480px){.search-results-container .recommended-tours .tour-grid{grid-template-columns:1fr}}.search-results-container .recommended-tours .tour-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.search-results-container .recommended-tours .tour-card:hover{transform:translateY(-5px);box-shadow:0 3px 10px rgba(0,0,0,.1)}.search-results-container .recommended-tours .tour-card .tour-image{height:180px;width:100%;object-fit:cover}.search-results-container .recommended-tours .tour-card .tour-content{padding:15px}.search-results-container .recommended-tours .tour-card .tour-content h3{font-size:18px;font-weight:700;margin-bottom:10px;color:#333}.search-results-container .recommended-tours .tour-card .tour-content p{font-size:14px;color:#666;margin-bottom:15px;height:60px;overflow:hidden}.search-results-container .recommended-tours .tour-card .tour-content .tour-price{color:#e60012;font-weight:700;font-size:18px;margin-bottom:15px}.search-results-container .recommended-tours .tour-card .tour-content .tour-buttons{text-align:center}.search-results-container .recommended-tours .tour-card .tour-content .tour-buttons .btn{width:100%}.services-section{width:90%;max-width:1200px;margin:0 auto;margin:30px auto}.services-section .section-title{text-align:center;font-size:28px;margin-bottom:40px;color:#0053a5;position:relative}.services-section .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;width:50px;height:3px;background-color:#f59126;transform:translateX(-50%)}@media (max-width:480px){.services-section .section-title{font-size:24px;margin-bottom:30px}}.services-section .services-list{display:flex;flex-direction:column;gap:40px}.services-section .service-item{display:flex;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.services-section .service-item:hover{transform:translateY(-5px);box-shadow:0 3px 10px rgba(0,0,0,.1)}@media (max-width:768px){.services-section .service-item{flex-direction:column}}.services-section .service-image{width:300px;height:290px;object-fit:cover}@media (max-width:768px){.services-section .service-image{width:100%;height:200px}}.services-section .service-content{flex:1;padding:25px;display:flex;flex-direction:column}.services-section .service-title{font-size:24px;font-weight:700;margin-bottom:15px;color:#0053a5}@media (max-width:480px){.services-section .service-title{font-size:20px}}.services-section .service-description{font-size:16px;line-height:1.6;margin-bottom:20px;color:#666}@media (max-width:480px){.services-section .service-description{font-size:14px}}.services-section .service-features{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:25px}.services-section .service-features .feature{display:flex;align-items:center;gap:8px;background-color:rgba(0,83,165,.1);padding:8px 15px;border-radius:30px;font-size:14px}.services-section .service-features .feature i{color:#0053a5}.services-section .service-features .feature span{color:#333}.services-section .service-button{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;background-color:#0053a5;color:#fff;padding:10px 20px;border-radius:4px;font-size:16px;font-weight:700;transition:background-color .3s ease}.services-section .service-button i{margin-left:8px;transition:transform .3s ease}.services-section .service-button:hover{background-color:rgb(0,57.3454545455,114)}.services-section .service-button:hover i{transform:translateX(3px)}