@charset "UTF-8";
/*
 *
 * CONTACT START
 *
 */
footer #footer_saloninfo {
  line-height: 1.6;
}

footer #footer_saloninfo a.footer-tel-btn {
  display: block;
  width: 218px;
  height: 40px;
  border: #1a1a1a 1px solid;
  color: #1a1a1a;
  font-size: 1.2rem;
  line-height: 40px;
  padding-left: 45px;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0;
  background: url("../img/icon_phone.png") 8px no-repeat;
  background-size: 40px;
}

footer #footer_saloninfo a.footer-tel-btn:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

footer #footer_saloninfo h4.time {
  font-weight: normal;
}

footer #footer_sns {
  display: block;
}

footer #footer_sns ul.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer #footer_sns ul.sns-list li {
  display: block;
  width: 36px;
  margin-right: 8px;
}

footer #footer_sns ul.sns-list li a {
  display: inline-block;
  width: 36px;
  height: 36px;
}

footer #footer_sns ul.sns-list li a:hover {
  opacity: .6;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

footer #footer_sns ul.sns-list li a.ameba {
  background: url("../img/icon_ameba.png") center no-repeat;
  background-size: 36px;
}

footer #footer_sns ul.sns-list li a.instagram {
  background: url("../img/icon_instagram.png") center no-repeat;
  background-size: 28px;
}

footer #footer_sns ul.sns-list li a.facebook {
  background: url("../img/icon_facebook.png") center no-repeat;
  background-size: 28px;
}

.contact_tel {
  display: none;
}

.contact_tittle p {
  font-size: 27px;
  margin-top: -5px;
  font-weight: 500;
}

.contact_tel p, .contact_tel_smart p {
  font-family: 'lato', sans-serif;
}

.contact_tel_smart a:link {
  color: #221814;
  font-size: 32px;
  letter-spacing: 0.2rem;
  text-decoration: none;
}

.contact_text span {
  display: inline;
}

.contact {
  padding: 80px 20px;
  background-image: url(../img/contact_back2.jpg);
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .contact {
    padding: 40px 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1089px) {
  .contact_text span {
    display: block;
  }
}

@media (max-width: 1089px) {
  .contact_time_open dl {
    padding-bottom: 10px;
  }
  .contact_time_close dl {
    padding-bottom: 10px;
  }
  .contact_tittle p {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .contact_tel_smart p {
    font-size: 35px;
    font-weight: nomal;
    margin: 20px 0;
  }
}

@media (min-width: 1090px) {
  .contact {
    max-width: 1090px;
    height: 240px;
    margin: 0  auto;
    text-align: left;
    background-image: url(../img/contact_back.jpg), url(../img/contact_back2.png);
    background-repeat: no-repeat, repeat;
    background-position: center,  center;
    margin-bottom: 40px;
    padding: 0px;
  }
  .contact1 {
    padding-top: 45px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .contact2 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .contact_tittle p {
    font-size: 26px;
    margin-top: 10px;
  }
  /* CONTACT1 */
  .contact1:after {
    content: "";
    display: block;
    clear: both;
    margin-bottom: 10px;
  }
  .contact_tittle {
    float: left;
    width: 33%;
  }
  .contact_time {
    float: left;
    width: 33%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    margin-top: 10px;
  }
  .contact_tel {
    float: left;
    width: 33%;
    height: auto;
  }
  .contact_time_close {
    padding-bottom: 0px;
  }
  .contact_time br {
    display: none;
  }
  .contact_tittle span {
    display: none;
  }
  .contact_tel {
    display: block !important;
  }
  .contact_tel_smart {
    display: none;
  }
  .contact_time dl {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .contact_time dt {
    clear: both;
    float: left;
    width: 75px;
  }
  .contact_time dd {
    padding: 0 0 0 75px;
  }
  .contact_tel p {
    font-size: 29px;
    color: #221814;
    letter-spacing: 0.2rem;
    margin-top: 10px;
  }
  /* CONTACT2 */
  .contact2:after {
    content: "";
    display: block;
    clear: both;
  }
  .contact_text {
    float: left;
    width: 62%;
  }
  .contact_img_outer {
    float: left;
    width: 38%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact_text span {
    display: inline;
  }
}

@media (max-width: 480px) {
  .contact {
    padding: 30px 20px;
    margin-bottom: 20px;
    background-image: url(../img/contact_back2.jpg);
    background-position: -100px 0;
  }
  .contact_tittle p {
    font-size: 24px;
  }
  .contact_tel_smart a:link {
    font-size: 24px;
  }
}

/*
 *
 * CONTACT END
 *
 */
/*
 *
 * FOOTER1 START
 *
 */
/* 全体 */
.footer_nav_right {
  margin-right: 5px;
}

#footer1 {
  padding: 70px;
  background-color: #d7dedf;
  text-align: left;
  color: #000;
}

#footer1 h3 {
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #000;
}

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

#footer1 a:visited {
  color: #000;
}

#footer1 a:hover {
  color: #50463B;
}

#footer1 a:active {
  color: #000;
}

/* 構成 */
#footer1:after {
  content: "";
  display: block;
  clear: both;
}

#footer_saloninfo {
  float: left;
  width: 50%;
  height: auto;
}

#footer_nav {
  float: left;
  width: 25%;
  height: auto;
}

/* インフォ */
#footer_saloninfo p:nth-child(2) {
  margin-bottom: 10px;
}

#footer_saloninfo dl {
  margin-top: 10px;
}

#footer_saloninfo dt {
  clear: both;
  float: left;
  width: 65px;
}

#footer_saloninfo dd {
  padding: 0 0 0 65px;
}

/* ナビ */
#footer1 ul {
  list-style-type: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  #footer1 {
    padding: 40px 30px 40px 30px;
  }
  #footer_saloninfo {
    float: left;
    width: 70%;
    height: auto;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer_nav {
    float: left;
    width: 30%;
    height: auto;
  }
}

@media (max-width: 767px) {
  #footer1 {
    padding: 40px 20px 0 20px;
  }
  #footer_saloninfo, #footer_nav {
    width: 100%;
    margin-bottom: 40px;
  }
  #footer2 span {
    display: block;
    margin-left: 13px;
  }
}

@media (min-width: 992px) {
  #footer_saloninfo br {
    display: none;
  }
}

/*
 *
 * FOOTER END
 *
 */
/*
 *
 * FOOTER2 START
 *
 */
#footer2 {
  padding: 10px 70px 10px 70px;
  background-color: #d7dedf;
  color: #000;
  text-align: left;
}

#footer2 p {
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #footer2 {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  #footer2 {
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  #footer2 {
    padding: 16px;
    text-align: center;
  }
  #footer2 #footer2-inner p {
    line-height: 1.6;
  }
}

/*
 *
 * FOOTER2 END
 *
 */
/*
 *  
 *  AMEBA FONT
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-az54wr");
  src: url("../fonts/icomoon.eot?#iefix-az54wr") format("embedded-opentype"), url("../fonts/icomoon.ttf?-az54wr") format("truetype"), url("../fonts/icomoon.woff?-az54wr") format("woff"), url("../fonts/icomoon.svg?-az54wr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ameba:before {
  content: "\e600";
}

/*
 *  
 *  AMEBA FONT
 *
 */
/*# sourceMappingURL=footer.css.map */