@font-face {
  font-family: "Avenir";
  src: url("../font/AvenirLTStd-Black.otf");
  src: url("../font/AvenirLTStd-Black.woff") format("woff"), url("../font/AvenirLTStd-Black.otf") format("otf");
}

@font-face {
  font-family: "A-OTF-ShinGo";
  src: url("../font/A-OTF-ShinGoPro-Light.woff");
  src: url("../font/A-OTF-ShinGoPro-Light.woff") format("woff");
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- HTML CONTROL ->                       */
/* =====>=====>=====>=====>=====>=====>===== */
html {
  font-family: "Hiragino Kaku Gothic ProN", YuGothic,"Yu Gothic", Meiryo, sans-serif;
  line-height: 1;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GENERAL CONTROL ->                    */
/* =====>=====>=====>=====>=====>=====>===== */
*,
*::before, *::after {
  box-sizing: border-box;
}

html, body, a,
h1, h2, h3, h4, h5, h6,
p, div, span, iframe,
address, small,
ol, ul, li, dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td, caption,
details, figure, figcaption, img, audio, canvas, video,
b, em, strong, blockquote, q,
form, fieldset {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  /* font-size: 100%; */
  vertical-align: baseline;
  border: 0;
}

article, aside, main, section,
header, footer, menu, nav,
details, figure, figcaption, img {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: none;
}

hr {
  height: 1px;
  display: block;
  border: 0;
  background: #ddd;
  box-shadow: 0 1px 0 white;
}

iframe {
  vertical-align: bottom;
}

strong {
  font-weight: inherit;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- TABLE CONTROL ->                      */
/* =====>=====>=====>=====>=====>=====>===== */
table, th, td,
caption {
  text-align: left;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: middle;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- FORM CONTROL ->                       */
/* =====>=====>=====>=====>=====>=====>===== */
input, select, textarea {
  vertical-align: middle;
}

input[type="button"],
input[type="email"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- ANCHOR CONTROL ->                     */
/* =====>=====>=====>=====>=====>=====>===== */
a {
  line-height: 1;
  text-decoration: none;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- SPECIAL DECO CONTROL ->               */
/* =====>=====>=====>=====>=====>=====>===== */
/*===== { flex-box } =====*/
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/*===== { alpha } =====*/
a,
a img {
  transition: .5s ease-in-out;
}

a:hover,
a:hover img {
  opacity: .8;
  cursor: pointer;
}

/*===== { tel } =====*/
.tel, .tel img {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .tel, .tel img {
    pointer-events: auto;
  }
}
