
  h1{
    background: url(/inage-family/wp-content/themes/swell_child/img/kenshin/ippan.jpg) no-repeat;
      background-size: cover;
      height: 250px;
      color: #555;
      background-position: right center;
      font-family: "Noto Serif Japanese",serif;
      border: 15px solid #fff;
    }

    
    .nagare{
        display: flex;
        flex-direction: column; 
        gap: 15px; 
        margin-top: 20px;
    }



      @media (max-width: 600px) {
 
        .content {
            padding: 20px 15px;
        }



    }

