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

@media screen and (min-width:1024px){
    body{
        background-color: #f8f4e6 !important ;
        padding-top:60px;
    }
        
    .asanoha_maru{
        position: relative;
        top: 470px;
        width: 14%;
        left: 85%;
        z-index: -1;
    }
    
    .maru_maru{
        position: relative;
        width: 10%;
        left: -13%;
        top: 80px;
        z-index: -1;
    }
    
    .asa_maru{
        position: relative;
        top: 1480px;
        width: 17%;
        left: 57%;
        z-index: -1;
    }
    
    .ichimatsu{
        position: relative;
        top: 900px;
        width: 10%;
        left: -43%;
        z-index: -1;
    }
    
    .maru{
        position: relative;
        top: 1800px;
        width: 7%;
        left: -50%;
        z-index: -1;
    }
    
    .article{
        display: block;
        margin: 0% 15% 5%;
    }
    
    
    .title{
        margin:-150px 0 200px 0;
        font-family: "vdl-v7mincho", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 35px;
        text-align: center;
        
    }
        
    
    .title::before{
        content:url(http://hakumonsai.weblike.jp/2024/test/Akari/activity/img/branch_cream.png);
        display: block;
        margin-top: 3rem;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.72);
        text-align: center;

    }
    
    .subtitle_1
    {
        margin: 70px 0 34px 0;
        font-family: "vdl-v7mincho", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 25px;
        border-bottom: #a61c4b solid 3px;
        padding-bottom: 4px;
        width: 223px;
        position: relative;
        z-index: 1;
    }
    
    .subtitle_2{
        margin: 70px 0 34px 0;
        font-family: "vdl-v7mincho", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 25px;
        border-bottom: #a61c4b solid 3px;
        padding-bottom: 4px;
        width: 175px;
        position: relative;
        z-index: 1;

    }

    .subtitle_3{
        margin: 70px 0 34px 0;
        font-family: "vdl-v7mincho", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 25px;
        border-bottom: #a61c4b solid 3px;
        padding-bottom: 4px;
        width: 265px;
        position: relative;
        z-index: 1;

    }

    .subtitle_4{
        margin: 70px 0 34px 0;
        font-family: "vdl-v7mincho", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 25px;
        border-bottom: #a61c4b solid 3px;
        padding-bottom: 4px;
        width: 240px;
        position: relative;
        z-index: 1;

    }

     .subtitle_1::before{
        content: url(http://hakumonsai.weblike.jp/2023/test/akari/activity/img/asirai_matsu.png);
        display: block;
        position: absolute;
        transform: translate(-48.7%, -49.1%) scale(0.03);
        z-index: -1; 
     }
    
     .subtitle_2::before{
        content: url(http://hakumonsai.weblike.jp/2023/test/akari/activity/img/asirai_take.png);
        display: block;
        position: absolute;
        transform: translate(-48.3%, -48.2%) scale(0.025);
        z-index: -1;
    }
        
    
     .subtitle_3::before{
        content: url(http://hakumonsai.weblike.jp/2023/test/akari/activity/img/asirai_ume.png);
        display: block;
        position: absolute;
        transform: translate(-48.3%, -48.9%) scale(0.025);
        z-index: -1;
     }
     
     .subtitle_4::before{
        content: url(http://hakumonsai.weblike.jp/2023/test/akari/activity/img/asirai_tori.png);
        display: block;
        position: absolute;
        transform: translate(-48.3%, -48.9%) scale(0.025);
        z-index: -1;
     }
    
    .komidashi{
        font-family: "vdl-v7mincho", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 20px;
        border-bottom: #cbb24f dotted 3px;
        padding-bottom: 1.5px;
        display: inline-block;
        margin-bottom: 20px;
    }
    
    .text{
        font-family: "ryo-gothic-plusn", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 17px;
        letter-spacing: 0.1em;
        z-index: 1;
    }
    
    .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;
        }
    
        .gotomenu{
          margin: 10% auto 0;
          width: 100px;
          font-size: 17px;
          font-family: "ryo-gothic-plusn", sans-serif;
          font-weight: 300;
          font-style: normal;
        }
    
    
        a.gotomenu-border {
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100px;
          height: 100px;
          text-align: center;
          text-decoration: none;
          margin: 10px 0;
          color: #a61c4b;
          background: #cbb24f;
        }
        
        a.gotomenu-border:hover {
          color: #cbb24f;
          background: #a61c4b;
          text-decoration: none;
        }
  
  
}
