body{
    background-position: 0;
    background-size: cover;
    /* font-family: 'Noto Serif JP', serif; */
    /* transition:all .2s ease; */
    background-size:cover;
    background-position: center;
}

.main_visual{
    display: flex;
    padding-bottom: 40px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: center;
    text-align: center;
    margin-top: 56px;
    background-image: url('picture/johoku2.jpg');
    height: 670px;
    background-size: cover;
}

.topnews{
    background-color: white;
    opacity: 0.9;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
  }
  
  .line-it-button{
    width: 150px !important;
    height: 50px !important;
  } 
    
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
.introduction{
    font-family:'Caveat', cursive;
    font-size: 2rem;
    text-align: center;
    margin: 0px 20px 0px 10px;
    color: #f98461;
}

dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-bottom: 5px;
    align-items: stretch;
}
  
dt {
    padding-bottom: 2px;
    margin-bottom: 20px;
    padding-right: 20px;
    /* background-color: #DADADA; */
    text-align: right;
    border-bottom: #f98461 solid 1px;
}
  
dd {
    padding-bottom: 2px;
    /* background-color: #F3F3F3; */
    margin-bottom: 20px;
    text-align: left;
    border-bottom: #f98461 solid 1px;
}

.topnews{
    margin-bottom: 20px;
}
.topnews p{
    margin-bottom: 0px;
}

.up{
    height: 175px;
}

/* .sp_br {
    display: none;
}


.back3{
    display: none;
} */

/* #pmes{
    display: flex;
    justify-content: space-around;
    
}
#mes{
    padding: 20px;
    width: 20%;
    object-fit: contain;
} */

#topnews1{
    background-image: url(picture/MG_0796.jpg);
    background-size: cover;
    /* background-position:bottom 100px; */
    background-repeat:no-repeat;
    padding: 10% 0;
}
#topnews2{
    background-image: url(picture/5173h.jpg);
    background-size: cover;
    /* background-position:bottom 100px; */
    background-repeat:no-repeat;
    padding: 10% 0;
}
#topnews3{
    background-image: url(picture/IMG_6965.jpg);
    background-size: cover;
    /* background-position:bottom 100px; */
    background-repeat:no-repeat;
    padding: 10% 0;
}

dt{
    width: 15%;
}
dd{
    width: 55%;
}
#jump1, #jump2, #jump3, #jump4, #jump5{
    padding-top:60px;
    /* margin-top:-100px; */
}

.topnews img{
    width: 20%;
}


.inper{
    display: flex;
    /* justify-content: center; */
    text-align: center;
}
.container{
    max-width: 980px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
}

.inper div img{
    margin-right: 20px;
}


h2{
    text-align: center;
    font-size: 35px;
}

.top_titleB{
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

b{
    font-size: 25px;
}
p{
    font-size: 20px;
}

.mokuteki{
    background-color: rgb(254, 238, 255);
}
.gaiyou{
    background-color: rgb(235, 240, 250);
}
.member{
    background-color: #e0ffff;
}
.sangaku{
    background-color: #ffe4e1;
}

@media (max-width:1035px){
    .top_titleA{
      font-size: 4rem;
    } 
    .top_titleB{
        margin: 100px 70px 0px 70px;;
    } 
}
@media (max-width:720px){
    .top_titleA{
      font-size: 3rem;
    } 
    .top_titleB{
        margin: 100px 20px 0px 20px;;
    } 
}
@media (max-width:720px){
    .p{
      font-size: 16px;
    } 
}

@media (max-width:500px){
    .top_titleA{
      font-size: 2rem;
    } 
    .top_titleB{
        margin: 100px 20px 0px 20px;;
    } 
    dl {
        display: block;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        margin-bottom: 5px;
        align-items: stretch;

        margin: 1rem;
    }
    dt {
        font-weight: bold;
        width: 90%;
        padding-bottom: 2px;
        margin-bottom: 0px;
        padding-right: 0px;
        margin-right: 20px;
        /* background-color: #DADADA; */
        text-align: center;
        border-top: #f98461 solid 1px;
        border-bottom: #f98461 solid 0px;
    }
      
    dd {
        width: 90%;
        padding-bottom: 2px;
        /* background-color: #F3F3F3; */
        margin-bottom: 20px;
        /* text-align: left; */
        border-bottom: #f98461 solid 1px;
        border-top: #f98461 solid 0px;
    }
}


@media (max-width:1035px){
    .top_titleA{
      font-size: 4rem;
    } 
    .top_titleB{
        margin: 100px 70px 0px 70px;;
    } 
  }
  @media (max-width:720px){
    .top_titleA{
      font-size: 3rem;
    } 
  }
  @media (max-width:720px){
    .p{
      font-size: 16px;
    }
    .top_titleB{
      margin: 60px 20px 0px 20px;
      
  } 
    .ac{
      width: 100%;
      /* グリッドレイアウトを指定 */
      display: grid;
      /* グリッドの列の幅を指定 */
      grid-template-columns: 100%;
      grid-template-rows: 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px;
  
    }
  }
  
  @media (max-width:500px){
    .top_titleA{
      font-size: 2rem;
    } 
    .top_titleB{
        margin: 60px 20px 0px 20px;;
    } 
    dl {
        display: block;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        margin-bottom: 5px;
        align-items: stretch;
  
        margin: 1rem;
    }
    dt {
        font-weight: bold;
        width: 90%;
        padding-bottom: 2px;
        margin-bottom: 0px;
        padding-right: 0px;
        margin-right: 20px;
        /* background-color: #DADADA; */
        text-align: center;
        border-top: #f98461 solid 1px;
        border-bottom: #f98461 solid 0px;
    }
      
    dd {
        width: 90%;
        padding-bottom: 2px;
        /* background-color: #F3F3F3; */
        margin-bottom: 20px;
        /* text-align: left; */
        border-bottom: #f98461 solid 1px;
        border-top: #f98461 solid 0px;
    }
  }
  