@charset "UTF-8";

/* 共通 */
html {
    font-size: 100%;
}
body {
    font-size: 16px;
    line-height: 1.7;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳＰゴシック", "MS PGothic", sans-serif;
}
a {
    text-decoration: none;
    color: #432;
}
img {
    max-width: 100%;
    max-height: 100%;
}

/* ボディー */
main {
    justify-content: column;
    margin: 0 auto;
    background-color: aliceblue;
}
section {
    margin: 0 auto 24px auto;
    background-color: #fff;
}

/* 見出し */
.subtitle {
    /* text-align: center; */
    font-weight: 500;
    font-size: 32px;
    color: rgb(36, 34, 68);
    letter-spacing: 0.2rem;
    margin-bottom: 4px;
}
.subtitle span {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding-left: 18px;
}

/* 各アイテム */
section {
    width: 970px;
    padding: 20px;
}

.itemA .A-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: 5px;
}
.itemA .top-logo {
    height: 110px;
}
.itemA .dgsm {
    height: 50px;
}
.itemA .A-info {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-top: 20px;
}
.itemA .A-info span {
    font-size: 18px;
    font-weight: 500;
    color: rgb(74 114 206);
}
.itemA .A-banner {
    padding-top: 45px;
}
.itemA .A-banner img:hover {
    opacity: 0.7;
}

.itemA nav ul {
    justify-content: space-between;
    text-align: center;
    list-style: none;
    display: flex;
}
.itemA ul li {
    width: 18%;
    margin-bottom: 15px;
    display: inline;
    border-bottom: 2px solid #a2a2f7;
}
.itemA ul li a {
    display: block;
    padding: 6px 10px;
    background-color: rgb(255, 255, 255);
}

.itemA ul li a:hover {
    color: white;
    background-color: rgb(78, 91, 203);
    border-radius: 8px;
}
.itemA .top-bg {
    height:475px;
}
.itemA .A-schedule-pc {
    width: 400px;
    position: relative;
    bottom: 242px;
    left: 500px;
    padding: 12px;
    background-color: rgba(221, 216, 216, 0.8);
}
.A-schedule-pc table {
    border-collapse: collapse;
    padding: 0 2%;
    background-color: #fff;
    }
    .A-schedule-pc table th, .A-schedule-pc table td {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding: 4px 8px;
    text-align: center;
    }
    /* 線 */
    .A-schedule-pc table tr:last-of-type{
        border-top: 0.5px solid #CFBDA1;
        border-bottom: 0.5px solid #CFBDA1;
    }
    .A-schedule-pc table th:nth-of-type(-n+7){
    border-right: 0.5px solid #CFBDA1;
    }
    .A-schedule-pc table td:nth-of-type(-n+7){
    border-right: 0.5px solid #CFBDA1;
    }

    .A-schedule-pc tr:first-of-type {
    color: #fff;
    background-color: #B99C7D;
    }
    .A-schedule-pc p {
        width: 374px;
        text-align: right;
        padding-top: 3px;
        background: rgba(255, 255, 255, 0.8);
    }
        /* Asche pc丸み */
        .A-schedule-pc table tr:first-of-type th:first-of-type {
            border-radius: 5px 0 0 0;
        }
        .A-schedule-pc table tr:first-of-type th:last-of-type {
            border-radius: 0 5px 0 0;
        }
        .A-schedule-pc table tr:last-of-type td:last-of-type {
            border-radius: 0 0 5px 0;
        }
        .A-schedule-pc table tr:last-of-type td:first-of-type {
            border-radius: 0 0 0 5px;
        }

.itemG {
    display: none;
}

.itemB .B-contents {
    display: flex;
    justify-content: space-between;
}

.itemB article p {
    width: 460px;
    font-size: 16px;
    border-left: 2px solid blue;
    padding-left: 16px;
    padding-top: 10px;
    margin-top: 16px;
}

.itemB article p span{
    font-size: 18px;
    font-weight: 600;
    color: #1a73e8;
    letter-spacing: 0.2rem;
}

.itemB .B-contents .B-image {
    width: 400px;
    margin-bottom: 18px;
}
.itemB .B-contents h4 {
    margin-left: 18px;
}
.itemB .B-image img {
    border-radius: 10px;
}
.itemB h3 {
    width: 70vw;
    max-width: 790px;
    font-size: 20px;
    margin-top: 42px;
    padding-left: 10px;
    font-weight: 500;
    border-bottom: black dotted 2px;
}

.itemC .C-contents{
    text-align: center;
    width: 400px;
    font-size: 18px;
    background: rgb(255, 255, 255, 0.8);
}

.itemC .news_list {
    margin: 20px;
    border-top: 1px dashed #24b224;
    }
    .news_list li {
    padding: 15px 5px;
    border-bottom: 1px dashed #2eb087;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    }
    .date {
    font-size: 16px;
    margin-right: 10px;
    }
    .category {
    display: inline-block;
    color: #fff;
    width: 120px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    padding: 2px 10px;
    background-color: #1a73e8;
    }
    .news_text a {
    color: #333;
    }
    .news_btn {
    text-align: center;
    margin-top: 50px;
    }
    .news_btn a {
    color: #1a73e8;
    }
    .btn {
    color: #1a73e8;
    padding: 8px 30px;
    background: #fff;
    border: 2px solid #1a73e8;
    border-radius: 50px;
    transition: all 0.5s;
    }
    .btn:hover {
    color: #fff;
    background: #1a73e8;
    }
    .btn:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    font-weight: 900;
    padding-left: 10px;
    }
    
    @media screen and (max-width: 520px) {
    .news_container {
    width: 100%;
    padding: 0 20px;
    }
    .news_text a {
    display: block;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    }
    }

.itemC {
    background-color: rgb(255, 255, 255);
}

.itemD .containerD {
flex-direction: column;
    }

.D1 {
    padding: 15px;
    display: flex;
    flex-direction: row;
}
.D1 img {
    width: 280px;
}

.D1 article{
    margin-left: 30px;
    margin-top: 32px;
}
.D1 h2 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(78 77 197);
    margin-bottom: 18px;
}
.D1 p {
    font-size: 18px;
}

.D_btn {
    margin-top: 32px;
    }
    .D_btn a {
    color: #1a73e8;
    }
    .itemD .btn {
    color: #1a73e8;
    padding: 2px 16px;
    background: #fff;
    border: 2px solid #1a73e8;
    border-radius: 50px;
    transition: all 0.5s;
    }
    .itemD .btn:hover {
    color: #fff;
    background: #1a73e8;
    }
    .itemD .btn:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    font-weight: 900;
    padding-left: 10px;
    }

@media (max-width: 640px) {
.containerD {
    display: flex;
    flex-wrap: wrap;
}
.D1 {
    width: 100%;
}
}
.E-info {
    font-size: 16px;
}
.itemE p, .itemE iframe {
    width: 100%;
}

.itemF .F-logo {
    height: 120px;
    display: flex;
    justify-content: center;
}
.itemF .F-logo p {
    height: 67px;
    font-family: serif;
    font-size: 42px;
    font-weight: 500;
    margin: 10px 0 0 16px;
    letter-spacing: 0.3rem;
    border-bottom: 2px solid #3636b7;
}
.itemF .F-logo h4 {
    font-family: serif;
    font-size: 18px;
    padding-left: 32px;
}

.itemF .F-contents{
    display: flex;
    justify-content: space-around;
}

/* F左 */
.itemF .F-left {
    width: 450px;
} 

.itemF .F-left .F2{
    flex-direction: column;
    width: 380px;
    margin-top: 24px;
} 

/* F右 */
.itemF .F-right {
    width: 450px;
    padding-top: 24px;
}
.itemF h5 {
    font-size: 16px;
    font-weight: 500;
}
.itemF h5:last-of-type {
    margin-bottom: 10px;
}

.F-right .F-schedule p {
    font-size: 16px;
    color: #432;
    margin: 10px auto 16px 0;
}

.F-right .F-info span {
    font-size: 20px;
    font-weight: 200;
    color: rgb(63, 40, 196);
    letter-spacing: 0.20rem;
}
.F-right .F-dgsm {
    height: 55px;
    display: flex;
    margin-top: 15px;
    gap: 15px;
}
.F-right .F-dgsm .F3 {
    display: block;
    background-color: #24b224;
}
.F-right .F-dgsm .F4 {
    display: block;
    background-color: #a30f9e;
}
.F-right .F-dgsm img:hover {
    opacity: 0.7;
}

/* スケジュールのみ */
.F-schedule table {
    border-collapse: collapse;
    padding: 0 2%;
    background-color: #fff;
    }
    .F-schedule table th, .F-schedule table td {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding: 6px 12px;
    text-align: center;
    }
    /* 線 */
    .F-schedule table tr:last-of-type{
        border-top: 0.5px solid #CFBDA1;
        border-bottom: 0.5px solid #CFBDA1;
    }
    .F-schedule table th:nth-of-type(-n+7){
    border-right: 0.5px solid #CFBDA1;
    }
    .F-schedule table td:nth-of-type(-n+7){
    border-right: 0.5px solid #CFBDA1;
    }

    .F-schedule tr:first-of-type {
    color: #fff;
    background-color: #B99C7D;
    }

    /* 丸み */
    .F-schedule table tr:first-of-type th:first-of-type {
        border-radius: 5px 0 0 0;
    }
    .F-schedule table tr:first-of-type th:last-of-type {
        border-radius: 0 5px 0 0;
    }
    .F-schedule table tr:last-of-type td:last-of-type {
        border-radius: 0 0 5px 0;
    }
    .F-schedule table tr:last-of-type td:first-of-type {
        border-radius: 0 0 0 5px;
    }
    /* 画像丸み */
.radius {
    border-radius: 7px;
}

/* クエリ990 */
@media screen and (max-width: 990px){
        section {
            width: 760px;
        }
    .itemA .A-flex {
            margin-top: 0px;
            margin-bottom: 16px;
        }
        .itemA .top-logo {
            height: 105px;
        }
        .itemA .A-info {
            font-size: 15px;
            letter-spacing: 0.15rem;
            width: 360px;
            margin: 0 14px;
            padding-top: 40px;
        }
        .itemA .A-banner {
            padding-top: 36px;
            width: 196px;
        }
        .itemA .dgsm {
            height: 48px;
        }
        .itemA ul li {
            width: 17%;
            margin-bottom: 8px;
        }
        .itemA ul li a {
            padding: 6px 20px;
        }
        .itemA .top-bg {
            height: 390px;
        }
        .itemA .top-bg .slider img {
            height: 360px;
        }
        .itemA .A-schedule-pc {
            width: 388px;
            padding: 6px;
            position: relative;
            bottom: 222px;
            left: 320px;
        }
    .itemB .subtitle {
        margin-bottom: 15px;
    }
    .itemB .B-contents{
        padding-top: 16px;
    }
    .itemD .D1 img {
        width: 270px;
        height: 270px;
    }
    .D1 h2 {
        font-size: 20px;
    }
    .D1 article {
        margin-left: 18px;
        margin-top: 4px;
    }
    .itemE iframe {
        height: 350px;
    } 
    .itemF .F-logo .F1 {
        width: 120px;
    }
    .itemF .F-logo h4 {
    padding-left: 12px;
    }
    .itemF .F-logo p {
        font-size: 24px;
        margin-left: 12px;
        height: 40px;
        margin: 30px 0 0 12px;
    }
    .itemF .F-left {
        width: 380px;
    }
    .itemF .F-left .F2 {
        width: 314px;
        height: 206px;
        margin-top: 16px;
    }
    .itemF .F-right {
        padding-top: 24px;
    }
    .F-schedule table th, .F-schedule table td {
        padding: 4px 7px;
    }
    .F-right .F-schedule p {
        margin: 10px auto 12px 0;
    }
    .F-right .F-dgsm {
    height: 50px;
    display: flex;
    margin-top: 10px;
    }
    .itemF .F3, .F4 {
        width: 100%;
    }
}

/* クエリ760 */
@media screen and (max-width: 760px){
    section {
        width: 100%;
    }
    .subtitle {
        font-size: 26px;
        letter-spacing: 0.15rem;
    }
    .itemA .top-logo {
        height: 80px;
    }
    .itemA .A-flex {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .itemA .A-info {
        font-size: 14px;
        padding: 6px 0px 0px 9px;    
    }
    .itemA .A-info span {
        font-size: 18px;
    }
    .itemA .A-banner {
        display: none;
    }
    .itemA nav ul li {
        font-size: 14px;
        width: 18%;
        margin-bottom: 14px;
    }
    .itemA ul li a {
        padding: 4px 4px;
    }
    .itemA .top-bg {
        height: 55vw;
    }
    .itemA .top-bg .slider img {
        height: 50vw;
    }
    .A-schedule-pc {
        display: none;
    }
.itemG {
    display: flex;
    justify-content: space-around;
    padding: 2% 0;
}

.G-schedule-sp table {
    border-collapse: collapse;
    padding: 0 2%;
    background-color: #fff;
    }
    .G-schedule-sp table th, .G-schedule-sp table td {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding: 4px 8px;
    text-align: center;
    }
    /* 線 */
    .G-schedule-sp table tr:last-of-type{
        border-top: 0.5px solid #CFBDA1;
        border-bottom: 0.5px solid #CFBDA1;
    }
    .G-schedule-sp table th:nth-of-type(-n+7){
    border-right: 0.5px solid #CFBDA1;
    }
    .G-schedule-sp table td:nth-of-type(-n+7){
    border-right: 0.5px solid #CFBDA1;
    }

    .G-schedule-sp tr:first-of-type {
    color: #fff;
    background-color: #B99C7D;
    }
    .G-schedule-sp p {
        width: 374px;
        text-align: right;
        padding-top: 3px;
        background: rgba(255, 255, 255, 0.8);
    }
        /* Asche sp丸み */
        .G-schedule-sp table tr:first-of-type th:first-of-type {
            border-radius: 5px 0 0 0;
        }
        .G-schedule-sp table tr:first-of-type th:last-of-type {
            border-radius: 0 5px 0 0;
        }
        .G-schedule-sp table tr:last-of-type td:last-of-type {
            border-radius: 0 0 5px 0;
        }
        .G-schedule-sp table tr:last-of-type td:first-of-type {
            border-radius: 0 0 0 5px;
        }
.itemG .G-banner {
    height: 50px;
    margin-top: 70px;
}

.itemB .B-contents .B-image {
    width: 200px;
    position: absolute;
    right: 4vw;
    z-index: 0;
    opacity: 10%;
}
.D1 p {
    font-size: 16px;
}
.itemD .D1 img {
    width: 30vw;
    height: 30vw;
}
.itemF .F-left .F2 {
    width: 41vw;
    height: auto;
}
.itemF .F-contents {
    flex-direction: column;
}
.itemF .F-left {
    justify-content: space-around;
    width: 100%;
}
.itemF .F-contents .F-left {
    display: flex;
}
.F-right {
    margin: 0 auto;
    text-align: center;
}
.F-schedule table th, .F-schedule table td {
    padding: 4px 12px;
}
.F-right .F-dgsm {
    justify-content: center;
}
}

/* クエリ520 */
@media screen and (max-width: 520px){
    section {
        min-width: 400px;
    }
    .subtitle {
        font-weight: 600;
        font-size: 24px;
        color: rgb(36, 34, 68);
        letter-spacing: 0.15rem;
        margin-bottom: 0;
    }
    .subtitle span {
        font-size: 24px;
        font-weight: 500;
    }
    .itemA {
        margin-bottom: 10px;
    }
    .itemA .A-flex {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 8px;
    }
    .itemA .A-flex img {
        width: 200px;
    }
    .itemA nav ul li {
        font-size: 12px;
        width: 19%;
        margin-bottom: 5px;
    }
    .itemA .top-bg {
        height: 51vw;
    }
    .itemA .top-bg .slider img {
        height: 46vw;
    }
    .itemG .G-banner {
        height: 45px;
        margin-top: 10px;
        margin-left: 0;
    }

    .itemB article p {
        width: 100%;
        font-size: 15px;
        border-left: 1.5px solid blue;
        padding-left: 9px;
        padding-top: 6px;
        margin-top: 14px;
    }
    .itemB article p span {
        font-size: 16px;
        font-weight: 600;
        color: #1a73e8;
    }
    .itemB .B-contents .B-image {
        width: 180px;
    }
    .itemG {
        align-items: center;
        flex-direction: column;
    }
    .itemG .G-banner {
        display: block;
        flex-direction: row-reverse;
    }

    .itemG .G-schedule-sp {
        font-size: 15px;
    }
    .G-schedule-sp table th, .G-schedule-sp table td {
        padding: 2px 8px;
    }
    .G-schedule-sp p {
        text-align: center;
        width: 356px;
    }
    .itemB .B-contents .B-image {
        opacity: 7%;
    }
    .itemC {
        padding: 15px 20px;
    }
    .itemF .F-logo .F1 {
        width: 100px;
        height: 100px;
    }
    .itemF .F-right {
        width: 100%;
        padding-top: 24px;
    }
    .itemF h5 {
        font-size: 15px;
    }
    .F-schedule table th, .F-schedule table td {
        padding: 3px 7px;
    }
    .F-schedule table {
        margin: 0 auto;
    }
    .F-right .F-dgsm {
        height: 45px;
    }
}