@font-face {
  font-family: bebas;
  src: url("../fonts/bebas.ttf") format("truetype");
}

@font-face {
  font-family: antonio;
  src: url("../fonts/antonio-Regular.ttf") format("truetype");
}

@font-face {
  font-family: antonio;
  src: url("../fonts/antonio-Bold.ttf") format("truetype");
  font-weight: bold;
}

html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "YuGo_custom", Meiryo, sans-serif;
  min-width: 89.3vw;
  max-height: 100%;
  color: #000;
  letter-spacing: 1.7px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.inner {
  width: 89.3vw;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
}

.single-wrapper {
  width: 89.3vw;
  max-width: 1480px;
  margin: 0 auto;
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .single-wrapper {
    width: 100%;
    padding: 40px 10px 35px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

h1 {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 30px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    word-break: break-all;
  }
}

dl, ol, ul {
  line-height: 1.5;
}

table {
  font-size: 16px;
  line-height: 1.5;
}

strong {
  font-weight: bold;
}

a {
  display: inline-block;
  width: 100%;
  color: #000;
  line-height: inherit;
  transition: .6s ease-in-out;
  cursor: pointer;
}

a:hover {
  opacity: .8;
}

section {
  padding: 120px 0 80px;
}

@media screen and (max-width: 768px) {
  section {
    padding: 60px 0 35px;
  }
}

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

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
