@charset "utf-8";
@media screen and (min-width: 768px) {
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: 'Inter', sans-serif;
        color:#061729;
    }

    img {
        display: block;
    }

    a {
        text-decoration: none;
        color: #fbf5f3;
    }

    li {
        list-style-type: none;
    }

    .sp {
        display: none;
    }

    header {
        background-color: #061729;
    }

    #headerInner {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo img {
        max-height: 100px;
        width: auto;
    }

    #headerInner ul {
        display: flex;
        gap: 30px;
        font-size: 18;
        font-weight: bold;
    }

    #headerInner li a:hover {
        color: #e28413;
    }
    
    .apply-button {
        background-color: #e28413;
        color: hsl(211, 74%, 9%);
        padding: 8px 16px;
        border-radius: 5px;
        font-size: 20;
        font-weight: bold;
        border: none;
        transition: background-color 0.3s ease;
    }

    .apply-button:hover {
    background-color: #fbf5f3;
    }

    /* ===== Main Visual ===== */
    .main-visual {
        position: relative;
        width: 100%;
        height: 500px;
        background: url('../images/mainvisual.jpg') no-repeat center/cover;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    
    .main-visual-overlay {
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .catchphrase {
        position: relative;
        z-index: 2;
    }
    
    .catchphrase h1 {
        color: #fbf5f3;
        font-size: 48px;
        font-weight: bold;
        text-align: center;
        text-shadow: 0 0 10px #000;

    }

    /* ===== Banner Section ===== */
    .banner-overlay {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .banner-list {
        display: flex;
        gap: 20px;
        background: rgba(255, 255, 255, 0.95);
        padding: 10px 20px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }                      

    .banner-box {
        position: relative;
        width: 304px;
        height: 100px;
        overflow: hidden;
        border-radius: 4px;
    }

    .banner-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-box img:hover {
        transform: scale(1.1);
        transition: 0.3s ease;
    }

    .banner-box p {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        color: #fbf5f3;
        font-weight: bold;
        background: rgba(0, 0, 0, 0.4);
        padding: 6px 12px;
        border-radius: 4px;
        white-space: nowrap;
    }

    .banner-box p:hover {
        color: #e28413;
        transition: 0.3s ease;
    }

    /* ===== Key Programs Section ===== */
    .content-section {
        padding: 60px 20px;
        text-align: center;
        background-color: #fbf5f3;
    }

    .content-section h2 {
        font-size: 32px;
        font-weight: bold;
    }

    .subheading-row {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 40px;
    }

    .sub-item {
        max-width: 300px;
    }

    .sub-item a {
        color: #061729;
    }

    .sub-item img {
        width: 300px;
        height: 200px;
        object-fit: cover;
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .sub-item img:hover {
        transform: scale(1.1);
        transition: 0.3s ease;
    }

    .sub-item h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: left;
    }

    .sub-item p {
        font-size: 16px;
        text-align: left;

    }

    .program-text {
        margin: 0;
        line-height: 1.2;
    }

    .program-text:hover {
        color: #e28413;
        transition: 0.3s ease;
    }
    
      
    .program-title {
        font-size: 20px;
        font-weight: bold;
        /* display: block; */
    }
    
    .program-desc {
        font-size: 16px;
        font-weight: normal;
    }


    /* ===== Highlight Section ===== */
    .highlight-section {
        background-color: #061729;
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .highlight-content {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .highlight-content h2 {
        font-size: 32px;
        font-weight: bold;
        color: #fbf5f3;
    }

    .highlight-content p {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.6;
        max-width: 100%;
        padding-left: 120px;
        color: #fbf5f3;
    }

    .more-btn {
        align-self: flex-end;
        margin-top: 5px;
        padding: 12px;
        padding-left: 70px;
        padding-right: 20px;
        margin-right: 170px;
        background-color: #e28413;
        color: #061729;
        font-weight: bold;
        border: none;
        border-radius: 5px;
        font-size: 20px;
        transition: background-color 0.3s ease;
        letter-spacing: 1px;
    }

    .more-btn:hover {
        background-color: #fbf5f3;
        color: #e28413;
    }

    .arrow {
        margin-left: 50px;
    }

    /* ===== Notice Section ===== */

    .notice-section {
        padding: 60px 20px;
        text-align: center;
        position: relative;
        background-color: #fbf5f3;
    }

    .notice-section h2 {
        margin-bottom: 40px;
        font-size: 32px;
        font-weight: bold;
        color: #061729;
    }

    /* Slider wrapper */
    .notice-slider {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        overflow: visible;
        padding: 0 60px; 
    }

    .notice-slider .notice-item {
       box-sizing: border-box;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 0 15px;
        min-height: 450px;
    }

    .notice-slider .notice-item img {
        width: 310px;
        height: 270px;
        object-fit: cover;
        border-radius: 6px;
        margin: 0 auto 10px;
    }

    .notice-item .date {
        font-weight: bold;
        font-size: 16px;
        color: #061729;
        text-align: left;
        padding-left: 10px;
    }

    .notice-item h3 {
        font-size: 16px;
        font-weight: bold;
        margin: 6px 0;
        color: #061729;
        text-align: left;
        padding-left: 10px;
    }

    .notice-item .text {
        font-size: 14px;
        line-height: 1.2;
        padding: 0 8px 10px;
        max-width: 270px;
        color: #061729;
        text-align: left;
    }

    .notice-item:hover {
        transform: scale(1.1);
        transition: 0.3s ease;
    }


    /* ===== Arrows ===== */
    .slick-prev:before, 
    .slick-next:before {
      color: #061729 !important;
    }
  

    /* Arrow positioning */
    .slick-prev {
    left: 50px !important; 
    }
    .slick-next {
    right: 50px !important;
    }

    /* ===== Pagination Dots ===== */

    /* Ensure slick-dots sits in a block-level context */
    .slick-slider {
    position: relative;
    }

    /* Center dots globally under the slider */
    .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

  /* ===== Contact CTA ===== */
    .contact-cta-wrapper {
        display: flex;
        justify-content: center;
        background-color: #fbf5f3;
    }
    
    .contact-cta-box {
        background-color: #061729;
        width: 1000px;
        border-radius: 6px;
        padding: 40px 60px; 
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fbf5f3;
        gap: 60px;
    }
    
    .contact-cta-box .left {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; 
        text-align: left;
        margin-left: 80px;
    }
    
    .contact-cta-box .right {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; 
    }

    .contact-cta-box .right .cta-button {
        margin-left: 100px;
    }

    
    .cta-label {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 12px;
        color: #fbf5f3;
    }

      /* Online Reservation Text (on the right) */
    .contact-cta-box .right .cta-label {
        font-family: 'Inter', sans-serif;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 12px;
        text-align: right;
        color: #fbf5f3;
    }
    
    .cta-phone {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .cta-phone img {
        width: 32px;
        height: 32px;
    }
    
    .cta-number {
        font-family: 'Inter', sans-serif;
        font-size: 36px;
        font-weight: bold;
        color: #fbf5f3;
    }
    
    .cta-button {
        background-color: #e28413;
        color: #061729;
        padding: 12px 24px;
        border-radius: 4px;
        text-decoration: none;
        font-size: 24px;
        font-weight: bold;
        display: inline-block;
        margin-top: 12px;
        width: fit-content;
    }

    .cta-button:hover {
        background-color: #fbf5f3;
        color: #e28413;
    }
  
      /* ===== Reservation Form Section ===== */
    .reservation-form {
        padding: 80px 0;
        max-width: 100%;
        margin: 0 auto;
        background-color: #fbf5f3;
        color: #061729;
    }

    .reservation-title {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 60px;
    }

    form .form-group {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    form .form-group label {
        width: 220px;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        padding-right: 10px;
    }

    form .form-group .other-label {
        margin-bottom: 80px;
    }

    form .form-group input,
    form .form-group select,
    form .form-group textarea {
        flex: 1;
        padding: 10px;
        font-size: 18px;
        border: 1px solid #ccc;
        max-width: 100%;
    }

    .datetime-group {
        display: flex;
        gap: 10px;
        flex: 1;
    }

    form .form-group textarea {
        resize: vertical;
        height: 100px;
    }

    form .form-group.full-width {
        display: flex;
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
        max-width: 700px;
    }

    .review-btn {
        background-color: #e28413;
        color: #061729;
        padding: 12px 24px;
        border: none;
        font-weight: bold;
        font-size: 18px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        min-width: 220px;
        margin-left: 230px; 
    }

    .review-btn:hover {
        background-color: #fbf5f3;
        color: #e28413;
        border: 2px solid #061729;
        border-radius: 6px;
        transition: background-color 0.3s ease;

    }

    /* === Follow Us Section === */
    .social-follow {
        text-align: center;
        padding: 40px 20px;
        background-color: #fbf5f3;
    }

    .social-follow h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .social-icons a img {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        transition: transform 0.3s ease;
    }

    .social-icons a img:hover {
        transform: scale(1.1);
    }

    /* === Footer Bottom Section === */
    .footer-bottom {
        background-color: #061729;
        color: #fff;
        padding: 30px 20px;
        text-align: center;
    }
    
    .footer-menu {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-bottom: 10px;
        padding: 0;
    }
    
    .footer-menu li {
        list-style: none;
    }
    
    .footer-menu a {
        color: #fbf5f3;
        font-size: 18px;
        font-weight: normal;
    }
    
    .footer-menu a:hover {
        color: #e28413;
        transition: 0.3s ease;
    }
    
    footer p {
        padding-top: 10px;
        font-size: 16px;
        font-weight: normal;
    }
    
}
