@font-face {
    font-family: "kosugimaru";
    src: url("../font/kosugimaru.woff") format("woff");
  }

body{
    margin: 0;
    padding: 0;
}
a:link, a:visited, a:hover, a:active {
    color: white;
    text-decoration: none;
}
.base-frame{
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    position: relative;

}
.leftbar{
    height: 100%;
    width: 3rem;
    top:0;
    left:0;
    position: absolute;
    background-color: rgb(114, 184, 132);
    z-index: 2;
}
.rightbar{
    height: 100%;
    width: 3rem;
    top:0;
    right:0;
    position: absolute;
    background-color: rgb(114, 184, 132);
    z-index: 2;
}
.mainframe{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;

}
.textAndimg-frame{
    display: flex;
    align-items: center;
}
.text-frame{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.maintext{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    font-family: sans-serif;
    color: rgb(114, 184, 132);;
    font-size: 1.2rem;
    font-family: 'kosugimaru';
    font-weight: bold;
}
.maintext480{ 
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    font-family: sans-serif;
    color: rgb(114, 184, 132);;
    font-size: 1rem;
    font-family: 'kosugimaru';
    font-weight: bold;
    white-space: nowrap
    
}
.home-rink{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    font-family: sans-serif;
    color: white;
    font-size: 1.6rem;
    font-family:'arial black';
    border-radius: 50px 50px 50px 50px;
    background-color: rgb(119, 119, 119);
}
.top-text{
    font-size: 4rem;
    font-family:'arial black';
    margin-bottom: 1rem;
}
.top-text480{
    display: none;
    font-size: 3.8rem;
    font-family:'arial black';
    margin-bottom: 1rem;
}
.img-frame{
    width: 9rem;
    height: 9rem;
   
}
.standby-img{
    background-image:url(../img/standby.png);  
    background-repeat:  no-repeat;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
  
}
@media screen and (max-width:480px) {

.top-text-frame{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.top-text{
    display: none;
    font-size: 3.8rem;
    font-family:'arial black';
    margin-bottom: 1rem;
}
.top-text480{
    display: block;
    font-size: 3.8rem;
    font-family:'arial black';
    margin-bottom: 1rem;
}
.textAndimg-frame{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.img-frame{
    width: 4rem;
    height: 4rem;
   
}
.text-frame{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.maintext{
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    font-family: sans-serif;
    color: rgb(114, 184, 132);;
    font-size: 1rem;
    font-family: 'kosugimaru';
    font-weight: bold;
    white-space: nowrap
}
.maintext480{ 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    font-family: sans-serif;
    color: rgb(114, 184, 132);;
    font-size: 1rem;
    font-family: 'kosugimaru';
    font-weight: bold;
    white-space: nowrap
    
}
.standby-img{
    background-image:url(../img/standby.png);  
    background-repeat:  no-repeat;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
  
}
.leftbar{
    width:  100%;
    height: 3rem;
    top:0;
    position: absolute;
    background-color: rgb(114, 184, 132);
    z-index: 2;
}
.rightbar{
    width: 100%;
    height: 3rem;
    top: auto;
    bottom:0;
    position: absolute;
    background-color: rgb(114, 184, 132);
    z-index: 2;
}
.home-rink{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-family: sans-serif;
    color: white;
    font-size: 1.6rem;
    font-family:'arial black';
    border-radius: 50px 50px 50px 50px;
    background-color: rgb(119, 119, 119);
}
        
}