@charset "UTF-8";
/*変数*/
/*初期化*/
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  box-sizing: border-box;
  color: black; }

html {
  scroll-behavior: smooth; }

/* CONTACT */
#contact {
  padding: 200px 0;
  background-color: #F0F0F0; }
  #contact h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 50px;
    text-align: center;
    width: 100%;
    border-bottom: solid 3px #589FB4;
    line-height: 1;
    padding-bottom: 10px; }
  #contact h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 100px;
    color: #989898;
    font-weight: bold; }
  #contact p {
    font-size: 20px;
    font-weight: bold; }
  #contact div {
    width: 450px;
    padding: 30px;
    height: auto;
    background: white;
    margin: 0 auto;
    margin-bottom: 30px; }
  #contact .phone a {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 10px;
    display: block; }
  #contact .phone .time {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 25px;
    margin-top: 10px; }
  #contact .form p {
    display: inline-block; }
  #contact .form a {
    width: 150px;
    height: 50px;
    margin: 0px auto 0 30px;
    background: black;
    display: inline-block;
    border-radius: 25px;
    border: solid thin white;
    color: white;
    font-size: 15px;
    padding: 16px 0 0 45px;
    position: relative;
    letter-spacing: 0.1em;
    cursor: pointer; }
    #contact .form a:after {
      content: "＞";
      transition: .2s;
      position: absolute;
      left: 100px;
      top: 17px; }
    #contact .form a:hover:after {
      left: 110px; }

/* footer */
footer {
  width: 100%;
  height: auto;
  background-color: #589FB4; }
  footer div {
    width: 1100px;
    padding: 50px 0;
    display: block;
    margin: 0 auto; }
    footer div .footerLogo {
      width: 200px; }
    footer div h1 {
      color: white;
      font-size: 30px;
      margin-top: 50px; }
    footer div p {
      font-size: 16px;
      color: white;
      margin-top: 10px; }
  footer .copyright {
    width: 100%;
    border-top: solid thin white;
    padding: 10px 0 50px 0; }
    footer .copyright p {
      width: 1100px;
      display: block;
      margin: 0 auto; }

@media (max-width: 768px) {
  /* CONTACT */
  #contact {
    padding: 100px 0; }
    #contact h1 {
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0.1em;
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      width: 100%;
      border-bottom: none;
      line-height: 1;
      padding-bottom: 10px; }
      #contact h1:before {
        content: "";
        width: 40px;
        height: 20px;
        display: inline-block;
        background-color: #589FB4;
        margin-right: 10px; }
    #contact h2 {
      font-size: 20px;
      text-align: left;
      padding-top: 0px;
      color: #989898;
      margin-left: 50px;
      margin-bottom: 50px; }
    #contact p {
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
    #contact div {
      width: calc(100% - 100px);
      padding: 20px;
      height: auto;
      background: white;
      margin: 0 auto;
      margin-bottom: 30px; }
    #contact .phone a {
      font-size: 25px;
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      letter-spacing: 0.1em;
      margin: 10px auto 0 auto;
      display: block;
      text-align: center; }
    #contact .phone .time {
      font-family: "Poppins", sans-serif;
      font-weight: normal;
      font-size: 18px;
      margin-top: 10px;
      text-align: center; }
    #contact .form p {
      display: block;
      text-align: center;
      margin: 0 auto; }
    #contact .form a {
      width: 150px;
      height: 50px;
      margin: 20px auto 0 auto;
      background: black;
      display: block;
      border-radius: 25px;
      border: solid thin white;
      color: white;
      font-size: 15px;
      padding: 16px 0 0 45px;
      position: relative;
      letter-spacing: 0.1em;
      cursor: pointer; }
      #contact .form a:after {
        content: "＞";
        transition: .2s;
        position: absolute;
        left: 100px;
        top: 17px; }
      #contact .form a:hover:after {
        left: 110px; }

  /* footer */
  footer {
    width: 100%;
    height: auto;
    background-color: #589FB4; }
    footer div {
      width: 100%;
      padding: 50px 20px;
      display: block;
      margin: 0 auto; }
      footer div .footerLogo {
        width: 200px; }
      footer div h1 {
        color: white;
        font-size: 30px;
        margin-top: 50px; }
      footer div p {
        font-size: 16px;
        color: white;
        margin-top: 10px; }
    footer .copyright {
      width: 100%;
      border-top: solid thin white;
      padding: 10px 0 50px 20px; }
      footer .copyright p {
        width: 100%;
        display: block;
        margin: 0 auto; } }
