@charset "utf-8";
/*################## スマホ縦用　##################*/
@media screen and (min-width: 0px) and (max-width: 480px) {
  /*####### footer #####*/
  #footer {
    margin: 0 auto;
    height: 550px;
    padding-bottom: 0;
    background-image: url("../image/common/footer_bg_sp.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 600;
  }
  #footer-contact { /*お問い合わせ・個人情報保護方針のfooter*/
    margin: 0 auto;
    height: 200px;
    padding-bottom: 0;
    background-image: url("../image/common/footer_bg_sp_contact.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #footer a {
    color: #04461e;
  }
  #footer-main {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
  }
  #footer-main h3 {
    margin-bottom: 0;
  }
  #footer-main h2 {
    font-size: 30px;
    margin: -10px 0 0 0;
  }
  #footer-bottom {
    position: relative;
    top: 20px;
    width: 98%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #footer-bottom img {
    width: 70px;
    margin: 0;
    padding: 5px 0 0 0;
  }
  #footer-bottom h4 {
    margin: 0;
    padding: 0;
  }
  #footer-bottom p {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 14px;
  }
}
/*################## スマホ横用 #################*/
@media screen and (min-width: 481px) and (max-width: 896px) {
  /*####### footer #####*/
  #footer {
    clear: both;
    height: 600px;
    margin: 0 auto;
    padding-bottom: 0;
    background-image: url("../image/common/footer_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 600;
  }
  #footer-contact { /*お問い合わせ・個人情報保護方針のfooter*/
    clear: both;
    height: 200px;
    margin: 0 auto;
    padding-bottom: 0;
    background-image: url("../image/common/footer_bg_contact.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #footer a {
    color: #04461e;
  }
  #footer-main {
    width: 98%;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
  }
  #footer-main h3 {
    margin-bottom: 0;
  }
  #footer-main h2 {
    font-size: 35px;
    margin: -10px 0 10px 0;
  }
  #footer-bottom {
    position: relative;
    top: 60px;
    width: 98%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #footer-bottom img {
    width: 100px;
    margin: 0;
    padding: 0;
  }
  #footer-bottom h4 {
    margin: 0;
    padding: 0;
  }
  #footer-bottom p {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 14px;
  }
}
/*################## PC用 #################*/
@media print, screen and (min-width:897px) {
  #footer {
    clear: both;
    height: 600px;
    margin: 0 auto;
    padding-bottom: 0;
    min-width: 1024px;
    background-image: url("../image/common/footer_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 600;
  }
  #footer-contact { /*お問い合わせ・個人情報保護方針のfooter*/
    clear: both;
    height: 200px;
    margin: 0 auto;
    padding-bottom: 0;
    min-width: 1024px;
    background-image: url("../image/common/footer_bg_contact.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #footer a {
    color: #04461e;
  }
  #footer-main {
    width: 700px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
  }
  #footer-main h3 {
    margin-bottom: 0;
  }
  #footer-main h2 {
    font-size: 35px;
    margin: -10px 0 10px 0;
  }
  #footer-bottom {
    position: relative;
    top: 60px;
    width: 700px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #footer-bottom img {
    width: 100px;
    margin: 0;
    padding: 0;
  }
  #footer-bottom h4 {
    margin: 0;
    padding: 0;
  }
  #footer-bottom p {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 14px;
  }
}
/*################## スマホ・PC共通 ##################*/
/*#####　お問い合わせボタン　#####*/
.btn-contact {
  padding: 15px 60px;
  background-color: #fff;
  border: solid 1.5px #04461e;
  color: #04461e;
  border-radius: 30px;
  font-weight: 600;
  font-size: 18px;
}