@charset "UTF-8";

@media screen and (min-width: 540px) {}

@media screen and (min-width: 640px) {}

@media screen and (min-width: 782px) {}

@media screen and (min-width: 980px) {}

/* font-familyの設定
------------------------------------------------------------ */
body,
body:lang(ja),
.fontja01 {
  /* ゴシック */
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.fontja02 {
  /* 明朝 */
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fonten01,
.section-title01 .section-titlesub,
.flex-topservice .text-group h3::before {
  font-family: 'Oswald', sans-serif;
}

.fonten02,
.flex-contact .tel-group a {
  font-family: 'Roboto', sans-serif;
}

/* font-size
   body 13px min-width: 640px
   body 14px min-width: 782px
   body 15px min-width: 980px
------------------------------------------------------------ */
.flex-contact .tel-group a {
  font-size: 230%;
}

.slider-home .swiper-text h2,
.section-sns ul .fab {
  font-size: 160%;
}
.section-sns ul .fa-brands {
  font-size: 140%;
}
h1,
.site-title,
.main-header-clone .site-title,
.flex-servicechild h3::first-letter {
  font-size: 140%;
}

h2,
.jumbotron-title,
.entry-title,
.page-title,
.error-404 .page-title {
  font-size: 130%;
}

h3,
.section-title02 h2 {
  font-size: 120%;
}

h4 {
  font-size: 115%;
}

h5,
h6,
.post-grid .entry-title,
.post-list .entry-title,
.widget-title,
.section-title03 h2 {
  font-size: 110%;
}

.subheader,
.top-section-news ul .entry-title {
  font-size: 100%;
}

.flex-topservice .text-group p {
  font-size: 95%;
}

.widget,
.flex-contact .flex-item p,
.page-section-about03 table a.g-map {
  font-size: 90%;
}

@media screen and (min-width: 782px) {
  .slider-home .swiper-text h2 {
    font-size: 160%;
  }
}
