/*
Theme Name:Nippontankentai
Author: kan
*/


@charset "UTF-8";
html {
  font-size: 16px;
}

@media (max-width: 1440px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
header{
	position: relative;
	max-height:10vw;
}
.fixed-contact-link {
	position: absolute;
    top: 2.78vw;
    right: 5.20vw;
    text-decoration: none;
	 color:black;
  transition: text-decoration-color 0.2s ease;
}
.fixed-contact-link:hover {
  text-decoration: underline;
}
.logo{width:14.02vw;
      height: auto;
}