@charset "UTF-8";

html {
    font-size: calc(1em / 16 * 10);

}

body {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    outline: none;
}

#main * {}

#main {
    font-family: "BIZ UDPGothic";
    position: relative;
    width: 100%;
    margin-top: 0;
    font-size: 10px;
    background-color: #F2F3DB;
    padding-bottom: 10rem;
    color: #3a3a3a;
}





p {
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
}

earfix*/ .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
a:hover img.btn_alfa {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


.big {
    display: block;
}

.sml {
    display: none;
}

/* flex */
.flex_center {
    position: relative;
    display: flex;
    justify-content: center;
}

/*-------------- ここから-----------------------*/
#main header {
    position: relative;
    padding: 1rem 0;
}

h1.page_ttl {
    text-align: center;
    font-family: "Big Shoulders Stencil";
    color: #F3D047;

    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #069F0A;

    font-size: 15.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.204rem;
    margin: 4rem auto;
    margin-bottom: 2rem;

}

.upper_ttl {
    background: rgba(6, 159, 10, 0.80);
    color: #FFF57F;
    padding: 1rem 3rem;
    display: inline-block;
    width: fit-content;
    height: fit-content;
    text-align: center;
    font-size: clamp(1.8rem, 1.2545rem + 0.9091vw, 3rem);
    font-weight: 600;
    position: absolute;
    top: 2rem;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

section.about {
    font-size: 2rem;
    position: relative;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 6rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: .5px;
}

section.about p:last-of-type {
    margin-top: 2rem;

}

section.about p:first-of-type a {
    color: #3a3a3a;
    text-decoration: none;
    border-bottom: #199519 solid 1px;
    /* background-color: #fff37b; */
    color: #199519;
    padding: .2rem .5rem;
}

section.about p:first-of-type a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

p.radiko {
    padding-top: 2rem;
}

#menu {
    position: relative;
    display: grid;
    width: 139.2rem;
    height: 7.3rem;
    column-gap: 12px;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-auto-flow: row;
    margin: 0 auto;

}

#menu a {
    text-decoration: none;
}

#menu li {
    position: relative;
    width: 16.35rem;
    height: 7.3rem;
    grid-row: span 0;
    grid-column: span 0;
    border-radius: 1rem;
    border: 3px solid rgba(255, 255, 255, 0.80);
    background: rgb(255 248 163 / 38%);
    color: #069f0a;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
}

#menu li:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #069f0a;
}

#menu li .date {


    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#menu li .day {


    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#menu.m_fixed {
    position: fixed;
    top: 12rem;
    left: 0;
    /* width: 100%; */
    z-index: 9999;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

h2.section_ttl {
    position: relative;
    background: #04C853;
    display: flex;
    width: 100%;
    height: 5rem;
    padding: 1rem 0 1rem 2.4rem;
    /* justify-content: center; */
    align-items: center;
    gap: 1rem;
    color: #FFF6F5;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 8rem 0;

}

h2#obi {
    letter-spacing: .2rem;
}

.articles {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    row-gap: 2rem;
}

.articles article {
    position: relative;
    width: 100%;
    display: inline-grid;
    padding: 3rem 14.2rem;
    row-gap: 2rem;
    column-gap: 24px;
    grid-template-rows: repeat(1, auto);
    grid-template-columns: repeat(1, auto);
    grid-auto-flow: row;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    background: rgba(255, 255, 255, 0.60);

}

.articles article .article_inner {
    position: relative;
    display: grid;
    width: 100%;
    /* height: 34.9rem; */
    row-gap: 2rem;
    column-gap: 4rem;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 480px auto;
    grid-row: span 1;
    grid-column: span 1;
    justify-self: start;
}

.articles article .article_inner .program_ttl {

    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    grid-column: 1 / 3;
    border-bottom: dotted 2px #aa7e82;
    padding-bottom: .8rem;
    letter-spacing: .2rem;
}

.articles article .article_inner .program_date {

    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 2rem;
}

.articles article .article_inner .program_image {
    display: flex;
    max-width: 48rem;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
    grid-row: 2 / span 1;
    grid-column: 1 / span 1;
    justify-self: stretch;
}

.articles article .article_inner .program_contents {

    font-size: 1.8rem;
    letter-spacing: .8px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    /* text-align: justify; */
    /* text-wrap: pretty; */
    word-break: auto-phrase;
    overflow-wrap: break-word
}

.articles article .article_inner .program_contents p.program_photo {
    width: 80%;
    margin: 1rem 0;
}

.articles article .article_inner .program_contents p.program_photo img {
    width: 100%;
}

/* リード文のスタイル */
.pikamoni-lead {
    margin-bottom: 1.5em;
}

/* <ul>全体のスタイル（黒丸を消す） */
.pikamoni-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* 各リスト項目（①〜⑤）の間隔 */
.pikamoni-list>li {
    margin-bottom: 1.5em;
}

/* ①〜⑤のタイトル部分 */
.list-title {
    font-weight: bold;
    /* 必要に応じて太字に（不要なら削除してください） */
}

/* タイトルの下に入る文章（インデントを下げる） */
.list-body {
    margin-left: 1.5em;
}

/* 微調整用のマージン（上の隙間・小） */
.margin-top-sm {
    margin-top: 0.5em;
}

/* 微調整用のマージン（上の隙間・中：ゲスト同士の間隔など） */
.margin-top-md {
    margin-top: 1em;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

.pagetop a {
    display: block;

    text-decoration: none;
    padding: 5px 10px;

}

.pagetop a:hover {
    display: block;

    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.span2rem {
    padding-left: 4rem;
}

.u_border {
    border-bottom: 1px solid #aa7e82;
    padding-bottom: .2rem;
}

.ftbig {
    font-size: calc(100% + .4rem);
}

p.banner {
    margin: 10rem auto;
    width: 800px;
}

/*===============================================
●style.css 画面の横幅が1024pxまで
===============================================*/

@media screen and (max-width: 1024px) {
    section.about {
        width: 80%;
        text-align: justify;
        text-wrap: pretty;
        word-break: auto-phrase;
        overflow-wrap: break-word;
    }


    #menu {
        display: grid;
        width: 98%;
        height: 5.1rem;
        column-gap: 8.408px;
        grid-template-rows: repeat(1, minmax(0, 1fr));
        grid-template-columns: repeat(8, minmax(0, 1fr));
        grid-auto-flow: row;
        margin: 0 auto;
    }

    #menu li {
        display: flex;
        width: 100%;
        height: 5.1146rem;
        padding: 0;
        justify-content: center;
        align-items: center;
        gap: 0.7006rem;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: stretch;

        font-size: 1.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

    }



    #menu li .date {
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #menu li .day {

        font-size: 1.1796rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #menu.m_fixed {
        top: 8rem;
    }

    .articles article {
        display: grid;
        width: 100%;
        /* height: 30.7rem; */
        padding: 2rem 5.9rem;
        row-gap: 1rem;
        column-gap: 10px;
        grid-template-rows: repeat(1, auto);
        grid-template-columns: repeat(1, auto);
        grid-auto-flow: row;
    }

    .articles article .article_inner {
        display: grid;
        width: 100%;
        margin: 0 auto;
        /* height: 27.3451rem; */
        row-gap: 1.5671rem;
        column-gap: 2rem;
        grid-template-rows: repeat(2, fit-content(100%));
        grid-template-columns: minmax(auto, 40%) minmax(0, 1fr);
        grid-row: span 1;
        grid-column: span 1;
        justify-self: center;
    }

    .articles article .article_inner .program_date {
        padding-left: 0rem;
        display: block;
        padding-top: 1rem;

    }

    .articles article .article_inner .program_image {
        max-width: 100%;
    }

    .articles article .article_inner .program_image img {
        width: 100%;
    }

    .articles article .article_inner .program_contents {
        font-size: 1.6rem;
    }

    .articles article .article_inner .program_contents p.program_photo {

        margin: 1rem auto;
    }
}

/*===============================================
●style.css 画面の横幅が960pxまで　タブレット
===============================================*/

@media screen and (max-width: 960px) {
    p.banner {
        width: 90%;

    }

    p.banner img {
        width: 100%;
    }
}

/*===============================================
●style.css 画面の横幅が520pxまで　スマホ
===============================================*/

@media screen and (max-width: 520px) {

    input,
    button,
    select,
    textarea {
        -webkit-appearance: none;
    }

    .wimg {
        width: 100%;
    }

    /* twitter埋め込みあり */
    .twitter-widget-wrapper iframe {
        width: 740px !important;
    }

    .big {
        display: none;
    }

    .sml {
        display: block;
    }

    h1.page_ttl {
        -webkit-text-stroke-width: 2px;
        font-size: 6rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 1.0187rem;
        margin: 2rem auto;
    }

    .upper_ttl {
        top: 0;
    }

    section.about p:last-of-type,
    p.radiko {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    section.about p:last-of-type img,
    p.radiko img {
        width: 100%;
    }

    section.about {
        width: 80%;
        font-size: 1.6rem;
    }

    #menu {
        display: grid;
        width: 94%;
        height: 12rem;
        row-gap: .5rem;
        column-gap: 2rem;
        flex-shrink: 0;
        grid-template-rows: repeat(2, minmax(0, 1fr));
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-flow: row;
    }

    #menu li {
        font-size: 1.7rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: inline-block;
        white-space: nowrap;
        text-align: center;
        line-height: 2.6;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        padding: 0 1rem;
    }

    h2.section_ttl {
        position: relative;

        display: flex;
        width: 100%;
        height: 4rem;
        padding: 1rem 0 1rem 2.4rem;
        /* justify-content: center; */
        align-items: center;
        gap: 1rem;
        color: #FFF6F5;
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 4rem 0;
    }

    .articles article {

        /* height: 30.7rem; */
        padding: 2rem 2rem;
    }

    .articles article .article_inner {
        display: grid;
        width: 100%;
        margin: 0 auto;
        /* height: 27.3451rem; */
        row-gap: 1.5671rem;
        column-gap: 0;
        grid-template-rows: repeat(4, fit-content(100%));
        grid-template-columns: 1fr;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: center;
    }

    .articles article .article_inner .program_ttl {
        font-size: 1.8rem;
        line-height: 1.5;

    }


    .articles article .article_inner .program_date {
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        padding-left: 0rem;
    }

    .articles article .article_inner .program_image {
        grid-column: 1 / 3;
    }

    .articles article .article_inner .program_contents {
        font-size: 1.4rem;
    }

    .articles article .article_inner .program_contents p.program_photo {
        width: 100%;
        margin: 1rem auto;
    }

    .pagetop {
        width: 20%;
    }

    .pagetop img {
        width: 100%;
    }
}