@charset "UTF-8";


html {
    font-size: 1rem;
    font-weight: normal;
}

/*共通部分*/

body {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.7;
    color: black;
    font-weight: bolder;
    margin: 0;  
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

header {
    position: sticky;
    position: -webkit-sticky; 
    top:0;
    width: 100%; 
    height: 6rem; 
    background: linear-gradient(#D2BD87, #E4D8B7);
    padding: 1.5rem 4rem; 
    box-sizing: border-box;
    top: 0; 
    left: 0; 
    display: flex; 
    align-items: center;
    z-index: 3;
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align:center;
}
header .container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.city {
    background-color: #fff;
    width: 74%;
    max-width: 1398px;
    margin: 0 auto;
}

.header {
    font-size: 2rem;
    font-weight: bold;
}

.logo {
    width: 100%;
    max-width: 1004px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.reiwa {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.title {
    margin-top: 4.5rem;
	margin-bottom: 0rem;
}

.title span {
    max-width: 700px;
    font-size: clamp( 0.75rem, calc( 0.4rem + 1.5vw ), 2.25rem );
}

.logo_gd {
    width: 100%;
    max-width: 896px;
    display: flex;
    justify-content: center;
}

.logo_re {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
}

.kasumi {
    width: 100%;
    max-width: 1004px;
    display: flex;
    justify-content: center;
}

.ichimatsu_line {
    width: 100%;
    max-width: 1023px;
    display: flex;
    justify-content: center;
}

.ougi2 {
    width: 13.5vw;
    max-width: 200px;
    margin: 2.5vw;
}

.hebi {
    width: 13.5vw;
    max-width: 150px;
    margin: 2.5vw;
}

.shochikubai {
    max-width: 138px;
    margin: 1rem;
}

.orizuru {
    max-width: 45px;
    margin: 0.5rem;
}

.kaisai {
    max-width: 1093px;
    margin: 0 auto;
    text-align:center;
    margin-top: 3rem;
	margin-bottom: 3rem;
}

.kaisai2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    text-align:center;
    margin-top: 2rem;
	margin-bottom: 2rem;
}

.yokonarabi {
    display: flex;
    justify-content: center;
    align-items: center;
}

.date {
    font-size: clamp( 0.75rem, calc( 0.45rem + 1.3vw ), 2rem );
    line-height:1.2;
}

.date span {
    font-size: clamp( 0.75rem, calc( 0.2rem + 2.3vw ), 3rem );
}

.aisatsu {
    margin-top: -4rem;
	margin-bottom: 1.5rem; 
}

.choumusubi {
    width: 100%;
    max-width: 1023px;
    justify-content: center;
    margin: 1rem auto;
}

.section {
    margin: 3rem auto;
}

ol {
    list-style-type: none
}

.supporter {
    margin-top: 4rem;
	margin-bottom: 4rem;
}

.supporter2 {
    margin-top: 2rem;
	margin-bottom: 2rem;
}

.tn_gd,
.tn_gd:before,
.tn_gd:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.btn_gd {
    position: relative;
    display: inline-block;
    margin-top: 0.3rem;
    padding: 0.7rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #D2BD87;
    border-bottom: 0.4rem solid #AD965B;
    border-radius: 0.5rem;
    z-index: 2;
}

.btn_gd:hover {
    margin-top: 0.5rem;
    color: #fff;
    background: #D2BD87;
    border-bottom: 0.2rem solid #AD965B;
    z-index: 1;
}

.columns {
    width: 80%;
    max-width: 1023px;
    margin: 0 auto;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
}

.wrapper {
    flex-basis:calc((100% - 40px) / 3);
    max-width:calc((100% - 40px) / 3);
    margin-top:20px;
}

.card-title {
    margin: 0.75rem auto;
}

.card-text {
    margin: 0.5rem auto;
}

.no_img {
    font-size: 1.25rem;
    margin: 1rem auto;
}

.btn_red {
    color: #fff;
    background-color: #E54A3B;
    border-radius: 100vh;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 1rem 1.5rem;
}

.triangle {
    background: #000;
    height: calc(tan(60deg) * 1rem / 2);
    width: 0.75rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}


footer {
    top:0;
    width: 100%; 
    height: 10rem; 
    background: #B43C3C;
    color: white;
    line-height: 1.5;
    padding: 1.5rem 4rem; 
    box-sizing: border-box;
    bottom: 0; 
    left: 0; 
    display: flex; 
    align-items: center;
}

footer .container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

footer a {
    color: #fff;
}


/*top*/

body.top {
    background-image: url(../image/bg_top.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

/*門真*/

body.kadoma {
    background-image: url(../image/bg_kadoma.png);
    background-size: 13%;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
}

.chirashi {
    margin-top: 2rem;
}

.forms {
     margin: 2rem;
}


/*枚方*/

body.hirakata {
    background-image: url(../image/bg_hirakata.png);
    background-size: 13%;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
}

/*寝屋川*/

body.neyagawa {
    background-image: url(../image/bg_neyagawa.png);
    background-size: 13%;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
}



/* スマホ（〜428px） */
@media screen and (max-width: 768px) {
    .title span {
        font-size: 1.2rem;
    }

     .yokonarabi h2 {
        font-size: 1.2rem;
        margin: 0 0.5rem;
    }

    .shochikubai {
        max-width: 60px;
        height: auto;
        margin: 0 0.3rem;
    }   

    .aisatsu {
        margin-top: 1.5rem;
	    margin-bottom: 1.5rem; 
    }

    .ougi2 {
        width: 40vw;
        max-width: 120px;
        margin: 1rem 0;
    }

    .hebi {
        width: 30vw;
        max-width: 50px;
        margin: 1rem 0;
    }

    .date span {
        font-size: 1.25rem;
    }
    
    .date {
        font-size: 1.25rem;
    }

    iframe {
        width: 100% !important;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .columns {
        flex-direction: column;
        gap: 2rem;
        padding: 0 1rem;
        margin: 1rem auto;
        width: 95%;
    }

    .wrapper {
        max-width: 100%;
        width: 100%;
    }

    .card-text {
        font-size: 0.95rem;
    }

    #city {
        display: grid;
        justify-content: center;
    }

    .kaisai2 {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .kaisai2 > div {
        width: 100%;
        max-width: 400px;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .yokonarabi h2 {
        font-size: 1.25rem;
    }

    footer {
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 768px){
    .br-sp {display: none; }
}

/* タブレット（768px〜960px） */
@media screen and (min-width: 768px) and (max-width: 960px) {
    .columns {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1rem;
    }

    .wrapper {
        flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

     .yokonarabi h2 {
        font-size: 1.5rem;
        margin: 0 0.75rem;
    }

    .shochikubai {
        max-width: 70px;
        height: auto;
        margin: 0 0.5rem;
    }
}

/* PC中サイズ（960px〜1280px） */
@media screen and (min-width: 960px) and (max-width: 1280px) {
    .wrapper {
        flex-basis: calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
    }
}