@charset "utf-8";
/* CSS Document */

/* #wpadminbar{
  display: none;
} */

:root {
  --text: #333;
  --navy: rgb(8,47,80);
  --navy-rgb: 8,47,80;
  --base: rgb(20,78,148);
  --base-rgb: 20,78,148;
  --blue: rgb(41,153,196);
  --blue-rgb: 41,153,196;
  --sky: #a5c5d6;
  --sky-rgb: 165, 197, 214;
  --gray: #ccc;
  --gray-rgb: 204, 204, 204;
  --borderGray: #ccc;
  --width-mx: 1440px;
  --width-pc: 1024px;
  --width-tb: 768px;
  --width-tb: 600px;
  --width-sp: 480px;
  /* --font-family:  "Noto Sans", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
}

@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/minpaku/assets/fonts/icomoon.eot?7kun1n');
  src:  url('/wp-content/themes/minpaku/assets/fonts/icomoon.eot?7kun1n#iefix') format('embedded-opentype'),
    url('/wp-content/themes/minpaku/assets/fonts/icomoon.ttf?7kun1n') format('truetype'),
    url('/wp-content/themes/minpaku/assets/fonts/icomoon.woff?7kun1n') format('woff'),
    url('/wp-content/themes/minpaku/assets/fonts/icomoon.svg?7kun1n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-contact:before {
  content: "\e900";
}
.icon-contract:before {
  content: "\e901";
}
.icon-mail:before {
  content: "\e902";
}
.icon-meeting:before {
  content: "\e903";
}

*,*::after,*::before {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  color: var(--text);
}
@media (max-width: 480px) {
  body {
    font-size: 1.4rem
  }
}

p {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: var(--link);
  transition: all 0.3s ease;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

iframe {
  border: none;
}

ul, ol, li {
  margin: 0;;
  padding: 0;;
  list-style: none;
}

dl, dt, dd {
  margin: 0;;
  padding: 0;;
  list-style: none;
}
