@charset "UTF-8";
* {
  line-height: 150%;
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

body {
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 200%;
  color: #666666;
  background: white;
  word-break: break-all;
}

a {
  color: #666666;
  text-decoration: none;
  display: block;
}

/*********************
common
**********************/
.top-box {
  display: flex;
  width: 1500px;
  max-width: 90%;
  margin: 0 auto;
}
.top-box .left {
  width: 40%;
}
.top-box .left img {
  width: 100%;
  margin-left: auto;
  margin-right: -5%;
  position: relative;
  z-index: 2;
}
.top-box .left .sub-title {
  font-family: "klee";
  font-size: 2.8vw;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  color: #e7cbb4;
}
.top-box .left h1 {
  font-family: "Avenir Next";
  font-weight: 600;
  color: #523c3c;
  font-size: 10vw;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  line-height: 100%;
}
.top-box .right {
  width: 60%;
}

.sentence {
  margin: 100px 0;
}
.sentence h2 {
  width: 1500px;
  max-width: 90%;
  margin: 70px auto;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 200%;
  color: #e7cbb4;
  text-align: center;
  font-size: 30px;
  line-height: 1.7;
}
.sentence p {
  width: 1500px;
  max-width: 90%;
  margin: 50px auto;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 200%;
  text-align: center;
  font-size: 22px;
  line-height: 2.8;
}

.contact-btn {
  margin: 100px auto;
}
.contact-btn a {
  display: flex;
  width: 600px;
  margin: 0 auto;
  background: #f0eae6;
  padding: 30px 5%;
  align-items: center;
  border-radius: 30px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  max-width: 90%;
}
.contact-btn a .left {
  width: 40%;
}
.contact-btn a .left img {
  width: 90%;
}
.contact-btn a .right {
  width: 60%;
  padding-left: 5%;
  font-weight: 600;
  color: #8e8e8e;
  line-height: 200%;
}

/*********************
footer
**********************/
.foot-box {
  padding: 100px 0;
  background: white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.foot-box ul {
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
  font-size: 16px;
}
.foot-box ul li {
  padding: 10px 0%;
  list-style: "- ";
}
.foot-box ul ul {
  margin-top: 30px;
  font-size: 16px;
}
.foot-box ul ul li {
  border-bottom: solid 1px white;
  padding: 10px 10%;
  list-style: "";
}
.foot-box .lower {
  margin-bottom: 30px;
}
.foot-box .lower li {
  color: #523c3c;
}
.foot-box .child {
  margin-top: -30px;
  margin-bottom: 30px;
}
.foot-box .child li {
  list-style: "";
  margin-left: 16px;
}
.foot-box .child li a {
  color: #e7cbb4;
}

.foot-box2 {
  padding: 70px 0 100px 0;
  background: #523c3c;
}
.foot-box2 a {
  width: 300px;
  max-width: 80%;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .top-box {
    flex-direction: column-reverse;
  }
  .top-box .right {
    width: 100%;
  }
  .top-box .right img {
    margin-left: auto;
    width: 75%;
  }
  .top-box .left {
    margin-top: -100px;
  }
  .sentence {
    margin: 50px 0;
  }
  .sentence p {
    font-size: 18px;
    line-height: 200%;
  }
  .contact-btn a .right {
    line-height: 150%;
    font-size: 15px;
  }
}/*# sourceMappingURL=index.css.map */