@charset "utf-8";

/* base
------------------------------- */

/* 全体の背景・フォントファミリー・リンクの色 */

/* * {
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-weight: normal;
  line-height: 1;
} */

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

.wrap {
  background: #fff;
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

img,
svg {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  user-select: none;
  vertical-align: bottom;
  backface-visibility: hidden;
}

a {
  color: inherit;
  transition: 0.3s;
  display: block;
}

a:visited {
  color: inherit;
}

a[href^='tel:'] {
  color: inherit;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  a[href^='tel:'] {
    pointer-events: none;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  a {
    display: block;
  }
  a:hover {
    opacity: 1;
  }
}

.p-post__img img ,
.p-card__thumb img{
    width: 100% !important;
    height: auto !important;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}