@charset "UTF-8";
.sp {
  display: none !important;
}

header,
footer,
main,
nav,
article,
aside,
section {
  display: block;
}

.flex {
  display: flex;
}

.flex_around {
  justify-content: space-around;
}

.flex_between {
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.bold {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  display: block;
}

* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
}

#bg {
  background: url(../img/bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  z-index: -1000;
}

#wrapper {
  margin: 0 auto;
  max-width: 750px;
}

a {
  transition: 1.5s;
}

a:hover {
  opacity: 0.7;
}

.mt80 {
  margin-top: 80px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ==================================
cv
=====================================*/
.cv {
  position: relative;
}
.cv a.cv_btn {
  display: block;
  position: absolute;
  width: 659px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 650px;
}
.cv a.cv_tel {
  display: block;
  position: absolute;
  width: 658px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 955px;
}

/* ==================================
cv02
=====================================*/
.cv02 {
  position: relative;
}
.cv02 a.cv_btn {
  display: block;
  position: absolute;
  width: 659px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 660px;
}
.cv02 a.cv_tel {
  display: block;
  position: absolute;
  width: 658px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 955px;
}

/* ==================================
text01 text02 text03
=====================================*/
.text01 {
  width: 668px;
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.6;
}
.text01 li {
  text-indent: -1em;
  padding-left: 1em;
}

.text02 {
  width: 703px;
  margin: 32px auto;
  padding: 24px 10px;
  font-size: 18px;
  line-height: 1.6;
  border: 2px solid #aaaaaa;
}
.text02 a {
  color: #6eaad9;
}
.text02 li {
  width: 668px;
  margin: 0 15px;
  text-indent: -1em;
  padding-left: 1em;
}

.text03 {
  width: 668px;
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.6;
}
.text03 li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 20px;
}

/*--------------------
* footer
--------------------*/
#footer {
  margin: 30px 0 -13px 0;
  background: #5d3717 none repeat scroll 0 0;
  margin: 0;
  padding: 30px 0;
  width: 100%;
}

#footer ul {
  text-align: center;
  padding: 0 0 0 17px;
}

#footer li {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin: 0 1em;
}

#footer li a {
  background: url(../img/arrow02.gif) no-repeat left center;
  padding-left: 1.2em;
  margin-right: 15px;
}

#footer li a,
#footer li a:link,
#footer li a:visited {
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

#footer li a:hover {
  text-decoration: underline;
}

p.copy {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  img {
    width: 100%;
  }
  #bg {
    background: none;
  }
  #wrapper {
    box-shadow: none;
  }
  .mt80 {
    margin-top: 10.667vw !important;
  }
  .mb60 {
    margin-bottom: 8vw !important;
  }
  /* ==================================
  cv
  =====================================*/
  .cv {
    position: relative;
  }
  .cv a.cv_btn {
    display: block;
    position: absolute;
    width: 87.867vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 86.467vw;
  }
  .cv a.cv_tel {
    display: block;
    position: absolute;
    width: 87.733vw;
    margin: 0 auto;
    left: 0;
    right: 0;
top: 127vw;
  }
  /* ==================================
  cv02
  =====================================*/
  .cv02 {
    position: relative;
  }
  .cv02 a.cv_btn {
    display: block;
    position: absolute;
    width: 87.867vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 86vw;
  }
  .cv02 a.cv_tel {
    display: block;
    position: absolute;
    width: 87.733vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 128vw;
  }
  /* ==================================
  text01 text02 text03
  =====================================*/
  .text01 {
    width: 89.067vw;
    margin: 20px auto;
    font-size: 2.4vw;
    line-height: 1.6;
  }
  .text01 li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .text02 {
    width: 93.733vw;
    margin: 32px auto;
    padding: 3.2vw 0;
    font-size: 2.4vw;
    line-height: 1.6;
    border: 0.267vw solid #aaaaaa;
  }
  .text02 li {
    width: 89.067vw;
    margin: 0 2vw;
    text-indent: -1em;
    padding-left: 1em;
  }
  .text03 {
    width: 89.067vw;
    margin: 20px auto;
    font-size: 2.4vw;
    line-height: 1.6;
  }
  .text03 li {
    text-indent: -1em;
    padding-left: 1em;
  }
  /*--------------------
  * footer
  --------------------*/
  #footer {
    margin: 4vw 0 -1.733vw 0;
    background: #5d3717 none repeat scroll 0 0;
    margin: 0;
    padding: 4vw 0;
    width: 100%;
  }
  #footer ul {
    text-align: center;
    padding: 0 0 0 2.267vw;
  }
  #footer li {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    margin: 0 1em;
  }
  #footer li a {
    background: url(../img/arrow02.gif) no-repeat left center;
    padding-left: 1.2em;
    margin-right: 2vw;
  }
  #footer li a,
#footer li a:link,
#footer li a:visited {
    color: #fff;
    line-height: 1;
    text-decoration: none;
  }
  #footer li a:hover {
    text-decoration: underline;
  }
  p.copy {
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin: 2.667vw 0 0 0;
  }
}
/*# sourceMappingURL=style.css.map */}
  #footer li a:hover {
    text-decoration: underline;
  }
  p.copy {
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin: 2.667vw 0 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
