@charset "utf-8";
/* CSS Document */

@media screen and (min-width:768px){
    .article{
        padding: 0 15% 5%;
        background-color: #fff1cf;
    }
    
    p {
        margin: 0!important;
    }
    
    
    .title{
        text-align: center;
        padding: 8% 0 0;
        font-family: "dela-gothic-one", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 40px;
        z-index: 100;
    }
    
    .kiku1{
        position: absolute;
        top:361px;
        left:87%;
        width: 8%;
        z-index: 1; 
    }
    
    .kiku2{
        position: absolute;
        top: 170px;
        left: 6%;
        width: 8%;
        z-index: 1; 
    }
    

   
    a{
        text-decoration: none !important;
    }

    .bumon{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1em;
        width: 12.8vw;
        height: 12.8vw;
        border-radius: 50%;
        color: #fff;
        background-color: #006a74;
        
    }

   
    .bumon:hover{
        background-color: #22a3af;
        
    }

    .bumon::before{
        margin-top: 10vw;
        content: "▼";
        position: absolute;
        color: #fff;
    }

    .icon{
       height: 5vw;
    }

    
    .section_1,
    .section_2{
        margin: 10% 0 5%;
        font-size: 14px;
        font-family: "mizolet", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .section_1{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 1.5vw;
        
    }

    .section_2{  
        padding: 0.5em 0;      
        background-image: url('https://hakumonsai.weblike.jp/2024/test/Akari/kikakucontest/img/pattern.png');
    
    }
    

    .subtitle{
        margin-bottom: 5%;
        padding: 0.5em 1em;
        font-size: 35px;
        color: #fff;
    }

    .cards{
        margin-bottom: 2em;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
        font-size: 14px;
        font-family: "mizolet", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .card{
        padding: 1em;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        background-color: #f2d97c;
        border: 5px solid #006a74;
        outline-offset: -6px;
    }

    

    .btn,
    a.btn,
    button.btn {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 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: #212529;
        border-radius: 0.5rem;
    }

    .menu{
        display: flex;
        position: fixed;
        flex-direction: column;
        align-items: flex-end;
        bottom: 5%;
        right: 2.5%;
        width: 10%;

    }

    .gototitle{
        display: flex;
        /*position: fixed; 
        bottom: 1%;
        right: 1%;*/
        width: 90%;
        height: 60px;
        z-index: 10000;
        background: #006a74;
        border: 2px solid #f2d97c;   
        text-align: center;    
        justify-content: center;
        align-items: center;
        font-size: 110%;  
        font-family: "mizolet", sans-serif;
        font-weight: 400;
        font-style: normal;  
        text-decoration: none;
        color: #f2d97c;
        z-index: 100;
    }

    .gototitle:hover{
        opacity: 1;
        background-color: #f2d97c;
        border: 2px solid #006a74;
        text-decoration: none;
        color: #006a74;
    }

    .gototop{
        margin: 5% auto 0;
        width: 80px;
        font-size: 17px;
        font-family: "mizolet", sans-serif;
        font-weight: 400;
        font-style: normal;
        
    }

    a.gototop-border {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        text-align: center;
        text-decoration: none;
        color: #f2d97c;
        background: #006a74;
        border: 2px solid #f2d97c;
        text-decoration: none !important;
    }

    a.gototop-border:hover {
        color: #006a74;
        background: #f2d97c;
        border: 2px solid #006a74;
        text-decoration: none;
    }

    
}