/*
Theme Name:部活動地域移行研修会
*/


/* -------------------------
   基本設定
--------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 1.7;
    color: #333;
    padding: 0;
    margin: 0;
    height: 100%;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
}

input,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.br-sp {
    display: none;
}

/* -------------------------
   ヘッダー
--------------------------*/
.header {
    width: 100%;
    padding: 20px 0;
    background-image: url('images/heder_bg.jpg');
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    padding: 20px 0;
}

.nav {
    display: flex;
    justify-content: space-between;
}


.logo img {
    display: block;
    margin: 0 auto;
    width: 70%;
    /* padding-top: 10px; */
}

.btn_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    /* margin: 20px 0; */
    border: none;
    border-radius: 10px;
    background-color: #ea5413;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    text-decoration: none;
}

.btn_contact:hover {
    background-color: #ff9263;
    transition : 1s;
}



/* -------------------------
   投稿画面共通
--------------------------*/

h2 {
    margin: 50px 0 50px 0;
    text-align: center;
    font-size: 35px;
    color: #ff8400;
    font-weight: 800;
}

h3 {
    margin: 20px 0 10px 0;
    font-size: 20px;
    color: #555;
    font-weight: 800;
    border-bottom: solid 1px #555;
}

.has-text-align-center {
    text-align: center;
}

.wp-block-list ul li {
    list-style-type: disc;
}



/* -------------------------
  申し込みフォーム
--------------------------*/

.contact_container {
    width: 70%;
    max-width: 1100px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
    /* text-align: center; */
}

/* .contact_container p {
    text-align: center;
} */

.form_area {
    width: 80%;
    display: block;
    margin: 40px auto;
    padding: 30px 50px;
    background: #f4f4f4;
    border-radius: 20px;
    text-align: left;
}


.form_area .req {
    margin-right: 10px;
    padding: 5px;
    font-size: 14px;
    background-color: #ff8400;
    color: #FFF;
    border-radius: 4px;
}

.cf_item {
    margin-bottom: 20px;
}

.cf_q {
    padding: 10px 0;
    font-weight: 600;
    font-size: 18px;
}

.cf_a {
    width: 90%;
    padding: 10px;
    background: #FFF;
    border-radius: 5px;
    border: solid 1px #505050;
    font-size: 18px;
}

.cf_a textarea {
    width: 93%;
    border: none;
    background-color: none;
}

.cf_a input,
select {
    width: 90%;
    font-size: 18px;
}

.select {
    position: relative;
}

.select::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 12px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid #555;
    border-bottom: 0;
}

.form_area .supp {
    padding-left: 10px;
    font-size: 12px;
    color: #505050;


}

.form_attn {
    margin: 50px 0 20px 0;
    padding: 20px 40px;
    background: #FFF;
    border-radius: 10px;
}

.form_attn .form_h4 {
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
    color: #ff8400;
    font-weight: 600;

}



.btn_form {
    width: 350px;
    margin: 50px auto 100px auto;
    padding: .9em 2em;
    border: none;
    border-radius: 10px;
    background-color: #ff8400;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    cursor:pointer

}


.btn_form:hover {
    background-color: #ea5413;
    transition : 1s;
}

.btn_form input {
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    text-align: center;
    cursor:pointer

}




.hidden-fields-container {
    display: none;
}

.wpcf7-not-valid-tip {
    color: #ff0000;
}



.screen-reader-response ul {
    display: none;
}

.wpcf7-response-output,
.screen-reader-response p {
    font-size: 18px;
    text-align: center;
    color: #ff0000;
}


/* -------------------------
   フッター
--------------------------*/
.footer {
    bottom: 0;
    width: 100%;
    padding: 90px 0 20px 0;
    margin-top: 50px;
    background-image: url(images/footer_bgall.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    position: relative;
}


.footer .container {
    margin-top: 25px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}



.footer .container ul li {
    padding-bottom: 2px;
}

.footer .policy {
    font-size: 1.2em;
    color: #FFF;
    margin-top: 25px;

}

.footer .policy a {
    color: #FFF;
    border-bottom: solid 1px #FFF;
}

.footer .copy {
    margin-top: 25px;

}

@media (max-width: 390px) {
    .footer {
        height: 350px;
    }
}

/* -------------------------
   レスポンシブ対応
--------------------------*/
@media (max-width: 1000px) {
    .contact_container {
        width: 80%;
    }

    .form_area {
        width: 100%;
        margin: 20px auto;
        padding: 20px 20px;
    }
}

@media (max-width: 600px) {


    .has-text-align-center {
        text-align: left;
    }

    .logo {
        display: block;
        margin: 0 auto;
    }

    .logo img {
        width: 70%;
    }

    .contact_container {
        width: 90%;
        font-size: 14px;
        text-align: left;
    }

    .form_area {
        width: 100%;
        margin: 20px auto;
        padding: 20px 20px;
        border-radius: 10px;
    }

    .cf_a input,
    select {
        width: 85%;
        font-size: 22px;
        color: #333;
    }

    .form_attn {
        margin: 50px 0 20px 0;
        padding: 20px;
    }

    .form_attn .form_h4 {
        font-size: 18px;


    }

    h2 {
        font-size: 24px;
    }

    .btn_form {
        width: 80%;
        margin: 50px auto 100px auto;
        padding: .9em 2em;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
    }

    .btn_contact {
        display: none;
    }

    .br-sp {
        display: block;
    }
}

@media (max-width: 400px) {}



/* -------------------------
   投稿,お知らせ一覧,アーカイブ用２カラム
--------------------------*/

.column2_content .container {
    margin: 50px auto 0px auto;
}

.column2_content .main {
    padding: 30px;
}

.column2_content .main h1 {
    font-size: 24px;
    font-weight: 600;
}

.single_title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 2px #ea5413;
}

.category {
    margin-right: 10px;
    padding: 5px;
    background: #999;
    color: #FFF;
    font-size: 12px;
}

.single_texst {
    margin-bottom: 80px;
}

/* サイドバー */
.column2_content .sidebar {
    display: none;
    /* 一時的に非表示 */
    padding: 30px;
    background-color: #FFF;
}

.sidebar h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    border: none;
}

.side_list {
    margin: 20px 0 40px 0;
    border-top: solid 1px #999;
}

.side_list .item {
    padding: 10px 0;
    border-bottom: solid 1px #999;
}




.side_list a {
    padding-bottom: 10px;
    list-style: none outside;
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;

}


.side_list .item .date {}

.side_list .item .title {
    margin: 0;
    width: 100%;
}

.area_btn {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 50px auto 100px auto;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {

    .column2_content .container {
        display: flex;
    }

    .column2_content .sidebar {

        width: 300px;
    }

    .column2_content .main {
        flex: 1;
        /* order: 2; */
    }

    .area_btn {
        width: 80%;
        margin: 30px auto 100px auto;
    }
}

/* -------------------------
   アーカイブリスト
--------------------------*/
.archive_h2 {
    margin: 0 auto 50px auto;
    text-align: center;
    font-size: 24px;
    color: #ff8400;
    font-weight: 600;
}


.archive-list {
    margin-bottom: 50px;
}

.archive-list a {
    padding-bottom: 30px;
    list-style: none outside;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 10px;
}

.archive-list a:before {
    content: "";
    position: absolute;
    top: 1.5em;
    right: 0;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #ea5413;
}

.archive-list .archive_item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #ea5413;
    border-bottom: 2px solid #CCC;
    padding: 20px 20px;
}

.archive-list .archive_item:first-child a {
    border-top: 2px solid #CCC;
}

.archive-list .archive_item .date {
    margin: 0;
    min-width: 160px;
    font-size: 16px;
    color: #ea5413;
    padding: 0 20px 0 0;
}

.archive-list .archive_item .category {
    display: none;
    /* 一時的に非表示 */
    margin: 0;
    padding: 0 20px 0 0;
    background-color: #FFF;
}

.archive-list .archive_item .category span {
    width: 120px;
    background: #999;
    text-align: center;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
}

.archive-list .archive_item .title {
    margin: 0;
    width: 100%;
}

.btn_news {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    margin: 20px 0;
    border: 2px solid #ea5413;
    background-color: #fff;
    color: #ea5413;
    text-align: center;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.btn_news:hover {
    background-color: #ea5413;
    color: #FFF;
    transition : 1s;

}

@media screen and (max-width: 1200px) {
    .news-list a:before {
        top: 2.5em;
    }
}
@media (max-width: 768px) {
    .column2_content .main,
    .column2_content .sidebar {
        padding: 0;
    }
    .archive-list .archive_item a {
        flex-wrap: wrap;
    }
    .archive-list .archive_item .date {
        min-width: 160px;
    }
    .archive-list .archive_item .title {
        margin-top: 10px;
    }
    .archive-list a:before {
        top: 40%;
    }
}

.btn_entry {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 200px;
    height: 50px;
    margin: 20px 0;
    border: none;
    background-color: #82cd00;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.btn_entry:hover {
    background-color: #ea5413;
    color: #FFF;
    transition : 1s;
}

.btn_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 200px;
    height: 50px;
    margin: 20px 0;
    border: 2px solid #ea5413;
    background-color: #fff;
    color: #ea5413;
    text-align: center;
    letter-spacing: 0.1em;
    text-decoration: none;
}
.btn_top:hover {
    background-color: #ff9263;
    color: #FFF;
    transition : 1s;
}

