@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

body {
  font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  background: #FFFFFF;
  text-align: center;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.875rem;

}

h1 img {
  padding-bottom: 10px;
  margin: 5px 0 0 30px;
  text-align: center;

}

.title {
  margin: 10px 0;
}

#header {
  background: #FFFFFF;
  color: #003366;
}

#footer {
  padding: 10px 0;
  border-top: double 3px #440;
  padding-top: 10px;
  font-size: 0.875rem;
  margin: 10px 10%;
}

/* 文字サイズ */

.peq1 {
  font-size: 0.875rem;
}

.peq2 {
  font-size: 0.75rem;
}

.peq3 {
  font-size: 0.625rem;
}

.gra1 {
  font-size: 1.25rem;
}

.gra2 {
  font-size: 1.5rem;
}

.orig {
  font-size: 1rem;
}

.p9 {
  font-size: 90%;
}

.p8 {
  font-size: 80%;
}

.p6 {
  font-size: 60%;
}

/* 文字装飾 */
.bold {
  font-weight: bold;
}

.red {
  color: #F00;
}

.marron {
  color: #800;
}

.serif {
  font-family: serif;
}

.left {
  text-align: left;
}

a:link {
  color: #000;
  text-decoration: underline;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:active {
  color: #000;
  text-decoration: underline;
}

p {
  margin-bottom: 1em;
}

.pc {
  display: block !important;
}

.mb {
  display: none !important;
}

.floatclear {
  overflow: hidden;
}

/* 二行目から一字下げ */
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* 電話番号にリンクしない */

a[href^="tel:"] {
  pointer-events: none;
  text-decoration-line: none;
}

.pagetop {
  position: fixed;
  bottom: 5px;
  right: 2px;
}


@media only screen and (max-width: 850px) {
  .titleimg {
    width: 80%;
    height: auto;
  }

}

@media only screen and (max-width: 480px) {

  h1 img {
    padding-bottom: 10px;
    text-align: center;

  }

  .titleimg {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }

  .title {
    margin: 3px 0;
    font-size: 1.25rem;
  }

  .pc {
    display: none !important;
  }

  .mb {
    display: block !important;
  }

  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration-line: underline;

  }

  #footer {
    display: inline-block;
    font-size: 90%;
    padding: 0;
    margin: 10px;

  }

  #footer p {
    text-align: left;
    padding: 10px;

  }
}
