/*
Theme Name: Rakugohan
Author: UUUTH
Description: ラクゴハンのテーマです
*/

html {
  margin: 0 !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: calc(1000vw / 1366);
  color: #1a1a1a;
}

@media (max-width: 896px) {
  html {
    font-size: calc(1000vw / 390);
  }
}

@media (min-width: 897px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 896px) {
  .pc {
    display: none !important;
  }
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

a,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

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

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="checkbox"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}