@charset "UTF-8";
/*バナー */
.banner{
  width: 250px;
  height:250px;
  position: fixed;
  left:0;
  bottom:160px;
  transition: 1s;
  z-index: 1000;
}
.banner img:hover{
    transform:scale(1.05,1.05);
  transition:0.5s all;
}
.banner img{width: 100%;}

.banner.hide {
  transform:translatex(-300px);
}

.banner .cont{
  color:#fff;
  text-align:center;
  line-height:60px;
}
.top_bnr{
    width: 100%;
    background-color: rgba(239,243,247,1.00);
    margin-bottom: 100px;
    padding: 0 0 20%;
    position: relative;
    color: #673c13;
    font-size: 1.1rem;
    text-align: center;
}
.top_bnr h4{
    font-family:"Noto Serif JP", serif;
    font-size: 2.8vw;
    font-weight: 500;
    color: #000;
    margin: 40px auto;
}
.top_bnr_logo{
    width: 30%;
    margin: 20px auto;
}
.top_bnr_paint{
    width: 70%;
    position: absolute;
    top:85%;
    left:15%;
}
.bnr_ara{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 40px auto;
    
}
.p_bnr{
    width: 48%;
    border: 2px solid rgba(53,112,27,1.00);
    border-radius: 12px;
}
.p_bnr img{
    border-radius: 10px;
}
.p_bnr img:hover{
    transform:scale(1.05,1.05);
  transition:0.5s all;
}
.bnr_area2{
    width: 100%;
    margin: 40px auto;
}
.bnr_reg{
    width:  100%;
    position: relative;
}
.btn_reg{
    position: absolute;
    width: 60%;
    bottom:20px;
    left:30px;
}
.btn_reg img:hover{
    transform:scale(1.05,1.05);
  transition:0.5s all;
}
@media screen and (max-width:900px){
}

@media screen and (max-width:480px){
.top_bnr{
    width: 100%;
    background-color: rgba(239,243,247,1.00);
    margin-bottom: 60px;
    padding: 0 0 15%;
    position: relative;
    color: #673c13;
    font-size: 14px;
    text-align: center;
}
.top_bnr p{
        width: 90%;
        margin: 0 auto;
    }
.top_bnr h4{
    font-family:"Noto Serif JP", serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1rem;
    color: #000;
    margin: 30px auto 20px;
}
.top_bnr_logo{
    width: 40%;
    margin: 20px auto;
}
.top_bnr_paint{
    width: 90%;
    position: absolute;
    top:85%;
    left:5%;
}
.bnr_ara{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    
}
.p_bnr{
    width: 100%;
    border: 2px solid rgba(53,112,27,1.00);
    border-radius: 10px;
    margin: 10px auto
}
.p_bnr img{
    border-radius: 8px;
}
.p_bnr img:hover{
    transform:scale(1.05,1.05);
  transition:0.5s all;
}
.bnr_area2{
    width: 100%;
    margin: 40px auto;
}
.bnr_reg{
    width:  90%;
    position: relative;
    margin: 30px auto;
}
.btn_reg{
    position: absolute;
    width: 80%;
    bottom:33%;
    left:10%;
}
.btn_reg img:hover{
    transform:scale(1.05,1.05);
  transition:0.5s all;
}
}