/*
Theme Name : NOTS-岩手県立野外活動センター202510
*/


/* Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: sans-serif;
  line-height: 1.5;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

input, button, textarea, select {
  font: inherit;
  line-height: 1.4;
}
button, input, select, textarea {
  max-width: 100%;
}