body, input, select, textarea {
  background-color: #FFF;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em; }
  @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;
  /*color: #00A0E4;*/ }
  a:hover {
    /*color: #0067E4;*/
    text-decoration: none;
    transition: all .5s;
    opacity: 0.55; }

main {
  padding-top: 70px; }
  @media screen and (max-width: 1100px) {
    main {
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    main {
      margin: 0 auto; } }

.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; }

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #000;
  opacity: 1.0;
  border-radius: 50%; }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    background-image: url("../images/pagetop.svg");
    background-size: 50px; }

/*#pagetop {
	position: fixed;
	bottom: 0px;
	right: 10px;
  a{
    text-decoration: none;
    width: 60px;
    text-align: center;
    display: inline-block;
    background-image: url(../images/page_top.svg);
    background-repeat: no-repeat;
    height: 60px;
    background-position: center top;
  }
}*/
@media screen and (max-width: 768px) {
  #page-top {
    /*display: none;*/ } }
