/*
Theme Name: walkandlisten-child
Template: walkandlisten
*/
@font-face {
  font-family: 'MPLUS Rounded 1c Black';
  src: url('font/MPLUSRounded1c-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'MPLUS Rounded 1c Bold';
  src: url('font/MPLUSRounded1c-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'MPLUS Rounded 1c Regular';
  src: url('font/MPLUSRounded1c-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MPLUS Rounded 1c Light';
  src: url('font/MPLUSRounded1c-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
/* h1にMPLUS Rounded 1c Blackを適用 */
h1 {
  font-family: 'MPLUS Rounded 1c Black', sans-serif;
}

/* h3にMPLUS Rounded 1c Boldを適用 */
h3 {
  font-family: 'MPLUS Rounded 1c Bold', sans-serif;
}

/* pにMPLUS Rounded 1c Regularを適用 */
p {
  font-family: 'MPLUS Rounded 1c Regular', sans-serif;
}

/* h5にMPLUS Rounded 1c Lightを適用 */
h5 {
  font-family: 'MPLUS Rounded 1c Light', sans-serif;
}
/* aタグにfont/MPLUSRounded1c-Regular.woff2を割り当てて赤くする */
a {
    font-family: 'MPLUS Rounded 1c Regular', sans-serif;
}
.pv {
  width: 100%; /* コンテナの幅いっぱいに広がる */
  max-width: 100%; /* コンテナの最大幅を100%に設定して、スマートフォンの画面に合わせる */
  height: auto; /* アスペクト比を維持して自動的に高さを調整する */
  display: block; /* インライン要素をブロック要素に変更して、幅と高さの指定が効くようにする */
}
