/*
 Theme Name:   Twenty Twenty-Four Child
 Theme URI:    http://example.com/twentytwentyfour-child
 Description:  Twenty Twenty-Four Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     twentytwentyfour
 Version:      1.0.0
*/

/* ここにカスタムCSSを記述できます */
:root {
    --wp--style--global--content-size: 1080px;
}
a{
    transition: all .2s ease;
}
a:hover{
    opacity: .7;
}
a:focus{
    outline: none;
}
main{
    margin-top: 0;
    padding-top:50px;
    padding-bottom: 100px;
}
.wp-block-template-part{
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}
.wp-block-navigation__container{
    gap:3em;
}
.flex-column-group{
    display: flex;
    flex-direction: column;
}
.access-botton-container{
    display: flex;
    justify-content: center;
}
.access-button a{
    background-color: #00A29A;
    padding:0.5em;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.security-container{
    margin-bottom: 50px;
}
.security-container .security-policy{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wpcf7-form{
    max-width: 760px;
    width:100%;
    margin:0 auto;
    padding-bottom: 100px;
}
.wpcf7-form .wpcf7-form-control{
    padding:0.5em;
    border:none;
    height: 3em;
    width: 100%;
    margin-top: 1em;
    margin-bottom:3em;
}
.wpcf7-form .wpcf7-textarea{
    height: 10em;
}
.wpcf7-form .wpcf7-submit{
    cursor: pointer;
    transition: all .2s ease;
    background: #cacaca;
    height: 4em;
    font-weight: bold;
}
.wpcf7-form .wpcf7-submit:hover{
    opacity: .7;
}
@media screen and (max-width:781px) {
    .flex-reverse{
        flex-direction: column-reverse;
    }
    .ssk-top_main p br{
        display: none;
    }
    .access-button{
        width:100%;
    }
    .access-button a{
        width: 100%;
        display: block;
    }
    header img{
        width:200px;
    }
    .wp-block-navigation__container{
        gap:2em;
        font-size: 80%;
    }
    .security-container .security-policy{
        justify-content: center;
    }
    .security-container div{
        display: flex;
        justify-content: center;
    }
    .security-container figure{
        margin-right: 0 !important;
    }
}