@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
a{
  transition: 0.4s;
}


html {
  scroll-behavior: smooth;
}



body{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-weight: 500;
box-sizing: border-box;
}










footer{
width: 100%;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
}


footer img{
width: 200px;
height: auto;
display: block;
}



.noLink{
color: #499b9b !important;
pointer-events: none !important;
}

@media all and (max-width: 769px) {

footer{
width: 100%;
height: 50px;
border-top: #ddd 1px solid;
}


footer img{
width: 120px;
height: auto;
display: block;
}













}
