@charset "UTF-8";
/*
font-family: source-han-serif-japanese, serif;
font-weight: 500;
font-style: normal;


Source Han Sans JP Bold
font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;


Source Han Sans JP Medium
font-family: source-han-sans-japanese, sans-serif;
font-weight: 500;
font-style: normal;
*/
body {
  font-family: "游明朝", "YuMincho", serif;
  font-weight: normal;
  font-style: normal;
  background-color: #f0f0f0;
  color: #053142;
  font-size: 14px;
}

header {
  background-color: #053142;
}

.header-logo {
  color: #fff;
  width: 12%;
  padding: 0 20px;
}
.header-logo img {
  width: 100%;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-menu {
  display: flex;
  width: 80%;
  height: 60px;
  align-items: center;
}
.header-menu li {
  width: 30%;
  color: #fff;
  text-align: center;
  border-left: 2px solid #000;
  padding: 5px 0;
}
.header-menu li a {
  color: #fff;
  display: block;
  font-size: 16px;
}
.header-menu li:nth-child(1) {
  border: 0px;
}

footer {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #053142;
}

.footer-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px 0;
}

.footer-block_phone {
  text-align: right;
}

.numbertitle {
  font-size: 25px;
  text-align: right;
}

.number {
  font-size: 38px;
  text-align: right;
}
.number img {
  height: 30px;
  margin-right: 10px;
}

.footer-block_phone a p {
  text-align: right;
  color: #ddd;
}

.sideMenu a {
  text-decoration: none;
  color: #000;
}

.menuWidth {
  width: 215px;
  margin: 0 auto;
}

.HamburgerMenu {
  background-color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}

.sideMenu {
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
  padding-top: 80px;
  position: fixed;
  right: -300px;
  transition: all 0.6s;
  top: 0;
  width: 280px;
  z-index: 200;
}

.sideMenu li {
  padding: 15px 0 15px 15px;
}

.hamburger {
  cursor: pointer;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 300;
  /* background-color: #80b4db; */
}

.hamburger span {
  background-color: #000;
  height: 2px;
  /* height: 3px; */
  left: 17.5px;
  position: absolute;
  transition: all 0.6s;
  width: 45px;
  /* border-radius: 3px; */
}

.hamburger__lineTop {
  top: 30px;
}

.hamburger__lineCenter {
  top: 39px;
}

.hamburger__lineBottom {
  top: 48px;
}

.overlay {
  background-color: #fff;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}

.nav-open .sideMenu {
  background-color: #fff;
  right: 0;
}

.nav-open .hamburger__lineTop {
  top: 39px;
  transform: rotate(45deg);
}

.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}

.nav-open .hamburger__lineBottom {
  top: 39px;
  transform: rotate(-45deg);
}

.nav-open .overlay {
  opacity: 0.4;
  visibility: visible;
}

section {
  margin: 0 auto 200px;
  text-align: center;
  width: 80%;
}

ul {
  list-style: none;
}

.sideMenuLogo {
  /* margin-top: 110px; */
  position: absolute;
  width: 180px;
  /* bottom: 90px; */
  /* left: 40px; */
  bottom: 100px;
  right: 0;
  bottom: 100px;
  left: 0;
  margin: auto;
}

.sideMenuLogo img {
  width: 100%;
}

.HamburgerMenu {
  display: none;
}

.sideMenuTitle {
  font-size: 20px;
  letter-spacing: 0.5px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}

.footermenu-flex {
  margin-top: 20px;
}/*# sourceMappingURL=default.css.map */