@charset "utf-8";

/*
 * ヘッダー、フッターなどのサイトの基本部分用スタイルシート
 */

html {
  font-size: 10px;
}

body {
  font-size: 20px;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  line-height: 1.8;
  font-feature-settings: "palt";
}

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 2000px;
  min-width: 1000px;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4;
}

a {
  color: inherit;
}

iframe {
  max-width: 100%;
}

/* header */

.header-navigation {
  background: #000000;
}

.header-navigation-list {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  max-width: 1420px;
}

.header-navigation-list li {
  flex-grow: 1;
}

.header-navigation-list li a {
  display: block;
  text-align: center;
  color: #fff;
  border-left: solid 1px #fff;
}

.header-navigation-list li:last-child a {
  border-right: solid 1px #fff;
}

.sp-menu-open {
  display: none;
}

/* footer */

.footer-map iframe {
  width: 100%;
  height: 480px;
}

.footer-copyright {
  padding: 5px;
  color: #fff;
  text-align: center;
  background: #000;
}

.grecaptcha-badge {
  visibility: hidden;
}