* {
	margin : 0 ;
	padding : 0 ;
	font-size : 100% ;
}

/* ここにパソコン版だけの記述 */
@media screen and (min-width:481px) {
  main {
      width: 100%;
  }
  .mobile {
    display: none;
  }
  .mctr {
    height: 198px;
  }
  .t-header {
    background-color: #00A8A2;
    width:  100%;
    height: 144px;
    border: 0px;
    margin-left:auto;
    margin-right:auto;
    position: fixed;
  }
  .t-contact {
      width:  1080px;
      height: 344px;
      border: 0px;
      margin-left:auto;
      margin-right:auto;
  }
}

/* ここにスマホ版だけの記述 */
@media screen and (max-width:480px) {
  main {
      width: 100%;
  }
  img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .mhtd {
    height: 50%;
  }
  .mhtd2 {
    height: 50%;
  }
  .mctr {
    height: 50;
  }
  .mcontact {
    width: 80%;
  }
  .t-header {
    background-color: #00A8A2;
    width:  100%;
    height: 70px;
    border: 0px;
    margin-left:auto;
    margin-right:auto;
    position: fixed;
  }
  .t-contact {
      width:  100%x;
      height: 200px;
      border: 0px;
      margin-left:auto;
      margin-right:auto;
  }
}

body {
	font-size : 75% ;
	text-align : center ;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ;
	line-height : 1.4 ;
    margin-left:auto;
    margin-right:auto;
}

address {
	font-style : normal ;
}
.header {
    text-align:center;
}
.contact {
    text-align:center;
}

.footer {
    text-align:center;
}

.ad-footer {
    background-color: #00A8A2;
    width:  100%;
    height: 400px;
    border: 0px;
    margin-left:auto;
    margin-right:auto;
	font-size : 130% ;
	color: #FFFFFF;
}
.footerinfo {
    font-size : 150% ;
}

#pagetop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #3f98ef;
  opacity: 0.7;
}
#pagetop a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#pagetop a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
