@charset "utf-8";

html {
  overflow-x: hidden;
  height: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.75;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  color: rgb(78, 68, 43);
  font-size: 1.5rem;
  position: relative;
  height: 100%;
  background: #f2f2f2;
}
a {
  color: rgb(78, 68, 43);
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: bottom;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
ul li {
  list-style: none;
}
.container {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  line-height: 1;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.justify {
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
/*------------------------------------------------------
 header
------------------------------------------------------*/
#header {
  background: #a7d3c6;
  
}
#header h1,.hdr-right .tel,.hdr-right .mail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header h1 {
  padding: 0 0 0 16px;
}
#header h1 img {
  margin-top: -4px;
}
.hdr-right a {
  color: #fff;
  text-decoration: none;
  /*white-space: nowrap;*/
}
.hdr-right .tel {
  padding: 0 12px 0 0;
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
}
.hdr-right .tel img {
  margin-right: 3px;
}
.hdr-right .mail {
  background: #f33;
  width: 170px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 3%;
  letter-spacing: 0.05em;
}
.hdr-right .mail a {
  padding-left: 40px;
  background: url(../../../../assets/img/front/1/icon_mail.png) no-repeat 3% center;
  background-size: 26px;
  line-height: 1.2;
}
.hdr-right img {
  vertical-align: middle;
}
@media only screen and ( max-width: 767px ) {
  #header h1 {
    padding: 0 2%;
  }
  #header h1 img {
    width: 70px;
    vertical-align: middle
  }
  .hdr-right .tel {
    font-size: 1.8rem;
    padding-right: 6px;
  }
  .hdr-right .tel img {
    width: 20px;
  }
  .hdr-right .mail {
    font-size: 1.1rem;
    width: 125px;
    padding: 0 0.5em;
  }
  .hdr-right .mail a {
    padding-left: 30px;
    background: url(../../../../assets/img/front/1/icon_mail.png) no-repeat left center;
    background-size: 20px;
  }

}
/*------------------------------------------------------
 Contents
------------------------------------------------------*/
.main-visual {
  background: url(../images/bg_main.jpg);
  background-size: 100%;
  text-align: center;
}
.main-visual img {
  width: 736px;
  max-width: 90%;
  padding-top: 57px;
}
.main-visual .btn-contact-main img {
  width: 389px;
  padding: 23px 0 55px;
}
.floor-info {
  padding-bottom: 169px;
  background: #00B7DE url(../images/asoviva.png) no-repeat center bottom;
  background-size: 449px;
}
.floor-info li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 216px;
}
.floor-info li img {
  max-width: 96%;
}
.floor-info li .sp {
  display: none;
}
.floor-info li.f6 {
  background: #ED7700;
}
.floor-info li.f5 {
  background: #FBC600;
}
.floor-info li.f4 {
  background: #E73820;
}
.floor-info li.f3 {
  background: #005BA9;
}
.floor-info li.f2 {
  background: #6FB92C;
}
.floor-info li.f1 {
  background: #00B7DE;
}
.txt-catch {
  text-align: center;
  padding: 80px 0;
  background: #fff;
}
.txt-catch img {
  max-width: 90%;
}
.contact {
  background: url(../images/bg_contact.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 80px 0 35px;
}
.contact img {
  max-width: 90%;
}
.btn-contact {
  margin: 45px 0 90px;
}
.line-qr, .line-btn {
  margin: 28px 0;
}
.contact .tel a {
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 3.8rem;
  letter-spacing: inherit;
  padding-top: 11px;
  display: inline-block;
}
.contact .tel a img {
  margin-right: 7px;
}
.sns {
  padding-top: 40px;
}
.sns ul {
  text-align: center;
  margin-top: 17px;
  justify-content: center;
}
.sns li {
  padding: 0 10px;
}

@media only screen and ( max-width: 767px ) {
  .main-visual img {
    padding-top: 23px;
    max-width: 80%;
  }
  .main-visual .btn-contact-main img {
    max-width: 60%;
    padding: 15px 0 23px;
  }
  .floor-info {
    padding-bottom: 100px;
    background: #00B7DE url(../images/asoviva.png) no-repeat center bottom;
    background-size: 225px;
  }
  .floor-info li {
    height: auto;
    padding: 20px 0;
  }
  .floor-info li.f4 {
    padding-bottom: 10px;
  }
  .floor-info li img {
    max-width: 90%;
  }
  .floor-info li .sp {
    display: block;
  }
  .floor-info li .pc {
    display: none;
  }
  .txt-catch {
    padding: 40px 0;
  }
  .contact {
    padding: 40px 0 20px;
    font-size: 1.4rem;
  }
  .btn-contact {
    margin: 25px 0 30px;
  }
  .btn-contact img, .line-btn img {
    max-width: 60%;
  }
  .line-qr {
    margin: 28px 0 38px;
  }
  .line-qr img {
    max-width: 30%;
  }
  .contact .tel a {
    font-size: 3rem;
    padding-top: 11px;
  }
  .contact .tel a img {
    margin-right: 5px;
    width: 28px;
  }
  .sns {
    padding-top: 45px;
  }
  .sns ul {
    margin-top: 12px;
    justify-content: center;
  }
  .sns li {
    padding: 0 5px;
  }
  .sns li img {
    width: 40px;
  }
}

/*------------------------------------------------------
 footer
------------------------------------------------------*/
footer {
  background-color: #a7d3c6;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  padding: 48px 0 34px;
}
footer h2,footer .info {
  display: inline-block;
  vertical-align: top;
}
footer .info {
  text-align: left;
}
footer .info p {
  margin-bottom: 1em;
  line-height: 1.75;
}
footer .info p a {
  color: #fff;
}
footer .copyright {
  font-size: 1rem;
  padding-top: 20px;
}
footer img {
  margin-right: 45px;
}
@media only screen and ( max-width: 767px ) {
  footer {
    padding: 24px 0 17px;
  }
  footer h2,footer .info {
    display: block;
    text-align: center;
  }
  footer .copyright {
    padding-top: 10px;
  }
  footer img {
    margin: 0 0 15px 0;
  }

}
