@charset "UTF-8";

@media screen and (max-width: 768px) {

}



/*
Base style
*/
body {
    font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #734e30;
    background-color: #fee4bdd3;
}
label, input, textarea, select, button {
    cursor: pointer;
}
button {
    border: 0;
}
html{
    scroll-behavior: smooth;
}

/*
header
*/
.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
}
.header-logo {
    margin: 0;
    display: flex;
}
.header-logo > a {
    display: block;
    color: transparent;
}
.logo{
    width: 80px;
    height: 80px;
    margin: 10px;
}
.logo-name{
    font-size: 30px;
    color: #333;
}

/* .header-nav {} */
.header-navlist {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .header-navitem {} */
.header-navitem > a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: border-color .25s;
}
.header-navitem > a:hover {
    border-bottom: 2px solid #333;
}
@media screen and (max-width: 768px) {
    .header {
        font-size: 8px;
        background-color: #579ae8;
    }
    .logo{
    width: 30px;
    height: 30px;
    margin: 5px;
    }
    .logo-name{
    font-size: 15px;
    color: #333;
    margin: 10px 0 0 0;
}
}

.legal-main {
            max-width: 900px;
            margin: 60px auto;
            padding: 0 20px;
            font-family: "Noto Sans JP", sans-serif;
            color: #333;
            line-height: 1.8;
        }
        .legal-title {
            font-size: 1.8rem;
            border-bottom: 3px solid #d35400; /* しばトラベルのブランドカラー */
            padding-bottom: 15px;
            margin-bottom: 40px;
            text-align: center;
        }
        .legal-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 50px;
        }
        .legal-table th {
            width: 30%;
            text-align: left;
            background-color: #f9f9f9;
            padding: 20px;
            border: 1px solid #eee;
            vertical-align: top;
            font-weight: bold;
        }
        .legal-table td {
            padding: 20px;
            border: 1px solid #eee;
            vertical-align: top;
        }
        .note {
            font-size: 0.9rem;
            color: #666;
        }
        @media (max-width: 600px) {
            .legal-table th, .legal-table td {
                display: block;
                width: 100%;
            }
            .legal-table th {
                background-color: #eee;
            }
        }

/*
footer
*/
.image_caution{
    text-align: center;
    margin: 10px;
    font-size: 12px;
}
.footer{
    padding: 10px 15px;
    text-align: center;
    background-color: #579ae8;
}
/*.section-button{}*/
/*.button{}*/
.footer-or{
    color: #fff;
    font-size: 40px;
    margin: 50px;
}
.footer-message{
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    margin: 0 0 50px;
}
.footer-link{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.group-logo{
    width: 100px;
    height: 100px;
    margin: 0 30px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
}
.group-logo:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
}
*/
.x-logo{
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.x-logo:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
    background-color: #734e30;
}
.tt-logo{
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    transition: border-radius 0.1s ease-in-out;
}
.tt-logo:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
    background-color: #734e30;
    border-radius: 20px;
}
.ig-logo{
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    transition: border-radius 0.1s ease-in-out;
}
.ig-logo:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
    background-color: #734e30;
    border-radius: 15px;
}
.yt-logo{
    width: 140px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    transition: border-radius 0.1s ease-in-out;
}
.yt-logo:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
    background-color: #734e30;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .footer-or{
        color: #fff;
        font-size: 20px;
        margin: 25px;
    }
    .footer-message{
        color: #fff;
        font-size: 39px;
        font-weight: bold;
        margin: 0 0 25px;
    }
    .footer-link{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*
    .group-logo{
        width: 75px;
        height: 75px;
        margin: 0 30px;
        border-radius: 30px;
        cursor: pointer;
        box-shadow: none;
        transition: box-shadow 0.3s ease-in-out;
    }
    .group-logo:hover{
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
    }
    */
    .x-logo{
        width: 30px;
        height: 30px;
        margin: 5px;
        cursor: pointer;
        box-shadow: none;
        transition: box-shadow 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }
    .x-logo:hover{
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
        background-color: #734e30;
    }
    .tt-logo{
        width: 30px;
        height: 30px;
        margin: 5px;
        cursor: pointer;
        box-shadow: none;
        transition: box-shadow 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
        transition: border-radius 0.1s ease-in-out;
    }
    .tt-logo:hover{
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
        background-color: #734e30;
        border-radius: 20px;
    }
    .ig-logo{
        width: 30px;
        height: 30px;
        margin: 5px;
        cursor: pointer;
        box-shadow: none;
        transition: box-shadow 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
        transition: border-radius 0.1s ease-in-out;
    }
    .ig-logo:hover{
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
        background-color: #734e30;
        border-radius: 15px;
    }
    .yt-logo{
        width: 80px;
        height: 30px;
        margin: 5px;
        cursor: pointer;
        box-shadow: none;
        transition: box-shadow 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
        transition: border-radius 0.1s ease-in-out;
    }
    .yt-logo:hover{
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.849);
        background-color: #734e30;
        border-radius: 10px;
    }
}