/*
Theme Name: 秦野稲門会2024
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: 秦野稲門会用 子テーマ
Author: Motoko Nakahata
*/

/* Lightning トップスライドページネーションを非表示 */
.swiper-button-next, .swiper-button-prev{
    display:none;
}

h1,h2,h3{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
}
h2{
    font-size:2rem;
    color: #A72C29;
}
h3{
    border-left: 5px solid #A72C29;
    padding-left: 0.5em;
}

a{
    color: #1e73be;
}

.sub-section {
    background-color: #f1f1f1;
    padding: 0 1.5em;
}


.clubDescSet{
    position: relative;
}
.clubDescSet h2{
    position: absolute;
    left: 1em;
    top: 1em;
    margin-bottom: 0;
    width: calc(100% - 1em);
    background-color: rgba(255,255,255,0.8);
    padding: 0.3em 0 0.3em 1em;
    border-radius: 3em 0 0 3em;
}
.clubDescSet.rev h2{
    left: auto;
    right: 1em;
    border-radius: 0 3em 3em 0;
}

.clubDescSet .wp-block-media-text__media{
    margin-bottom: 1em;
}

@media (min-width: 601px) {
    .clubDescSet h2{
        width: calc(50% - 1em);
    }
}
