
.h3-title {
    margin: 1.25rem auto 0;
    padding: 0.5rem;
    color: #fff;
    background-color: #c0a060;
}


iframe {
    border-radius: 0 0 10px 10px;
}

.responsive-slider-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 15px 0; 
    margin: 0 auto;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

.responsive-slider-container::-webkit-scrollbar {
    display: none;
}

.slider-item {
    display: inline-block;
    width: 80vw; 
    height: auto;
    margin-right: 15px;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
}


.text-accessory {
    display: block;
    margin: 1.25rem 0 0;
    padding: 10px;
    color: #ffffff;
    background-color: #c0a060;
    text-align: center;
}

.text-accessory2 {
    margin: 0 0 1.25rem;
    padding:0.5rem;
    font-size: 0.8rem;
    line-height: 1.8;
    border: 2px solid #c0a060;
}

.text-accessory3 {
    margin-bottom: 15px;
    padding: 1.25rem 0 0.5rem;
    font-size: 1.25rem;
    color: #c0a060;
    font-weight: 600;
    border-bottom: 5px dotted #c0a060;
}

/* -------------------------------------------
    about.html
   ------------------------------------------- */


.swiper-pagination {
    margin-top: 1rem;
    height: 5px !important;
    background: rgba(0, 0, 0, 0.25);
    position: relative; 
    }
    
    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #c0a060 !important; 
}

.booth-gallery.flex-container {
    margin-top: 1.25rem;
}

.booth-gallery.flex-container img {
        width: 32%;
    }



/* -------------------------------------------
   service.html
   ------------------------------------------- */

.genre-container {
    margin: 1.25rem 0;
    border-radius: 15px;
}

.genre-container figure,
.genre-container p {
    text-align: center!important;
}

.genre-container img {
    width: 75%;
}

.genre-container {
    padding: 15px;
    background-color: #c0a060;
}

.genre-container h3,.genre-container p {
    color: #ffffff;
}


.genre-container a {
    display: block;
    padding:15px;
    color: #ffffff;
    background-color: #333;
}


#item .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    padding: 0 10px; 
}

#item .item-container {
    width: calc(50% - 10px); 
    flex-shrink: 0;
    margin-bottom: 2rem; 
    text-align: center;
}

#item .item-container figure {
    display: block;
    margin: 0;
}
#item .item-container img {
    width: 100%;
    height: auto; 
    object-fit: cover; 
}

/* =======================================
   テーブルの基本スタイル
   ======================================= */
.brand-table {
    width: 100%;
    border-collapse: collapse; 
    table-layout: fixed;
    margin: 20px 0;
}

.brand-table th.table-title-header {
    background-color: #333; 
    color: #ffffff;        
    font-size: 1.6rem;  
    padding: 15px;          
    border: none;          
    text-align: center;
}

.brand-table td {
    border: 1px solid #ccc;
    padding: 10px 5px;
    text-align: center;
    font-size: 1rem; 
    height: 45px; 
    vertical-align: middle;
}

#brand-list {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 10px;
}

#brand-list .brand-table {
    min-width: 720px; 
}

.condtion-container {
    display: block;
    margin-top: 0.8rem;
    max-width: 100%;
}

.condtion-listbox {
    display: flex; 
    flex-wrap: wrap; 
    align-items: stretch; 
    gap: 10px; 
}

/* 個々のコンテナ */
.condtion-container {
    width: calc(50% - 7.5px); 
    display: flex;
    flex-direction: column;
}


/* -------------------------------------------
   line-service.html
   ------------------------------------------- */

.hero.line-hero::before {
    background-image: url("../img/hero-linebanner.jpg");
}

.cta-button.linebutton {
    background-color: #06C755; 
    color: #fff;
    border: none;
}

.section-line-qr button {
    display: block;
    margin: auto;
    width: 50%;
}

.section-line-qr button a {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 10px 0;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s;
    background-color: #06C755;
    color: #fff;
}


/* -------------------------------------------
   delivery-appraisal.html
   ------------------------------------------- */

.hero.derivery-hero::before {
    background-image: url("../img/staff-01-edited-1.jpg");
}

.derivery-about-section2 .flex-container {
    display: flex;
}

.needDocument-container img {
    padding: 1.25rem;
    width: 100%;
}

    #condition h4 {
        font-size: 2rem;
    }
    

/* -------------------------------------------
   recruite.html
   ------------------------------------------- */

.label-box {
    display: inline-block;
    margin: 2rem 0;
}

.label {
    display: inline-block;
    color: #ffffff;
    background-color: #c0a060;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 15px;
    border-radius: 4px;
    white-space: normal;
}

.job-details {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

.job-details dl {
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
}

.job-details dl:last-child {
    border-bottom: none;
}

.job-details dt {
    width: 100%;
    padding: 0;
    margin-bottom: 5px; 
}

.job-details dt h3 {
    font-size: 16px;
    font-weight: bold;
    color:  #c0a060; 
    margin: 0;
}

.job-details dd {
    margin-left: 0;
    line-height: 1.6;
}

.detail-supplement {
    font-size: 13px;
    color: #666;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #f0f0f0;
    white-space: pre-wrap; 
}


/* -------------------------------------------
    画面幅が768px以上（PC/タブレット）の場合に適用
   ------------------------------------------- */

@media (min-width: 768px){
    
    section p {
    margin: auto;
    padding: 10px;
    }
    
    .flex-container figure img {
        max-width: 400px;
    }
    
    
    .caption {
        margin: auto;
    }
    
    .caption h3,.caption p {
        text-align: left;
        padding: 10px;
        margin: auto;
    }
    
/* -------------------------------------------
    about.html- セクション
   ------------------------------------------- */
 
    
    
    .section-floor figure img {
        width: 100%;
    }
       .responsive-slider-container {
        display: grid !important; 
        grid-template-columns: repeat(4, 1fr); 
        gap: 10px;
    }

    .responsive-slider-container .swiper-wrapper {
        display: contents; 
    }

    .responsive-slider-container .swiper-slide {
        width: auto !important; 
        margin: 0 !important;
    }
    
    
    .booth-gallery.flex-container {
        display: flex;
        justify-content: space-between;
        margin: 10px auto;
        max-width: 100%;
    }
    
    .booth-gallery.flex-container img {
        width: 250px;
        border-radius: 15px;
    }
    
    
/* -------------------------------------------
    service.html
   ------------------------------------------- */
    
#about-kaitori .flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 10px;
}    
    

#genre .flex-container {
    display: flex;
}

#genre .genre-container {
    margin: 0 0.8rem;
    width: 100%;
}
   
    
#genre .genre-container figure,
#genre .genre-container h3,
#genre .genre-container p {
    text-align: center!important;
}


#genre .genre-container figure {
    width: 100%;
}
    
#about-kaitori section {
    text-align: left!important;
}
    
#item .item-container figure {
    flex-shrink: 0;
    width: 40%;
    max-width: 335px;
    border: 5px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

#item .flex-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

#item .flex-container figure:hover img {
    transform: scale(1.05); 
}
    

   #item .flex-container {
        justify-content: flex-start;
        gap: 20px; 
        padding: 0 20px;
    }
    

    #item .item-container {
        width: calc(20% - 16px); 
        margin-right: 0;
        margin-bottom: 30px; 
    }
    
     #item .item-container figure {
        width: 100%!important; 
    }
    
    #brand-list {
        overflow-x: visible;
        padding: 0;
    }
    .brand-table {
        min-width: 100%; 
    }
    
    .condtion-container {
    display: inline-block;
    margin: 0.8rem 0.4rem;
    width: 20%;
}
    
    .condtion-listbox {
    justify-content: space-between;
}
    
    
/* -------------------------------------------
 delivery-appraisal.html
   ------------------------------------------- */
    .derivery-about-section2 small,.derivery-about-section2 p {
        text-align: center;
    }
     
    .derivery-about-section2 .flex-container {
        justify-content: space-between;
    max-width: 600px;
    margin: auto;
}

    
.needDocument-container img {
    padding: 1.25rem;
    width: 85%;
}
    

/* -------------------------------------------
    recrute.html
   ------------------------------------------- */
    #recruit-hero figure {
    width: 500px;
    height: 300px;
    overflow: hidden;
}
    
    #recruit-hero figure:nth-child(1) img {
transform: scale(180%);
}

#recruit-hero figure img {
width: 100%;
}
    
    
    .label-box {
    text-align: left;
}
    
    .job-details dl {
        display: flex; 
        flex-wrap: nowrap; 
    }

    .job-details dt {
        flex-shrink: 0;
        width: 140px; 
        padding-right: 20px;
        margin-bottom: 0;
    }

    .job-details dd {
        flex-grow: 1; 
    }
    
}