body, input, select, textarea {
  background-color: #FFF;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  line-height: 1.8; }
  @media screen and (max-width: 480px) {
    body, input, select, textarea {
      font-size: 1.4rem; } }

img {
  width: 100%;
  height: auto;
  display: block; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    transition: all .5s;
    opacity: 0.6; }

.spOnly {
  display: none !important; }

body {
  background-image: url("../images/main-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed; }
  @media screen and (max-width: 960px) {
    body .pcOnly {
      display: none !important; }
    body .spOnly {
      display: block !important; } }

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
.hidden {
  overflow: hidden; }

.en {
  font-family: "Noto Serif JP", serif;
  font-weight: 700; }
