@charset "UTF-8";
/* 共通 */
body {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-weight: normal;
  max-width: 100%;
  width: 100%;
  position: relative;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

p {
  position: relative;
}

.clearfix {
  float: none;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
}

html,
body {
  scroll-padding-top: 60px;
}

body {
  max-width: 480px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 60px #bababa;
          box-shadow: 0 0 60px #bababa;
}

li{
  list-style: none;
}

.back {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #b28575;
  background-size: cover;
  top: 0;
  right: 0;
}

.cta-top {
  position: relative;
}

.cta-top .contact-box {
  position: absolute;
  bottom: 13%;
}

.cta-top .contact-box2 {
  position: absolute;
  bottom: 43%;
}

.cta-top .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92%;
  margin: 0px auto;
}

.cta-top .contact-list li {
  margin: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
}

section img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

#footer {
  padding-bottom: 56px;
  z-index: 1;
}

#footer .copyright {
  text-align: center;
  font-size: .6em;
  color: #604c3f;
  padding: 10px;
  background: #fff;
}

.c-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  z-index: 100;
  max-width: 480px;
  margin: 0 auto;
}

.c-footer .sub-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}

.c-footer .sub-menu ul li {
  width: calc(100% / 3);
  text-align: center;
  padding: 16px;
  background: #f2efeb;
  border-right: 1px solid #b28575;
}

.c-footer .sub-menu ul li:last-child {
  border-right: none;
}

.c-footer .sub-menu ul .tel, .c-footer .sub-menu ul .line, .c-footer .sub-menu ul .app {
  background: #f2efeb;
  border-radius: unset;
  margin: unset;
  display: inline-block;
  padding: 16px 0;
}

.c-footer .sub-menu ul a {
  color: #b28575;
}

.c-footer .sub-menu ul span {
  display: inline-block;
  font-size: 1em;
  vertical-align: middle;
  padding-top: 3px;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */