body, input, select, textarea {
  background-color: #FFF;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
  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.55; }

main {
  padding-top: 79px; }
  @media screen and (max-width: 1100px) {
    main {
      margin: 0 auto; } }
  @media (max-width: 960px) {
    main {
      padding-top: 60px; } }
  @media screen and (max-width: 768px) {
    main {
      margin: 0 auto;
      padding-top: 68px; } }
  @media screen and (max-width: 480px) {
    main {
      padding-top: 62px; } }

.spOnly {
  display: none !important; }

@media screen and (max-width: 768px) {
  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; }

#pagetop {
  position: fixed;
  bottom: 0px;
  right: 10px; }
  #pagetop a {
    text-decoration: none;
    width: 50px;
    text-align: center;
    display: inline-block;
    background-image: url("../images/pagetop.svg");
    background-repeat: no-repeat;
    height: 64px;
    background-position: center top; }

@media screen and (max-width: 768px) {
  #page-top {
    /*display: none;*/ } }
