@charset "UTF-8";
sup {
  position: relative;
  top: -5px;
  font-size: 10px;
}

.lifestyle_studio-mv {
  position: relative;
}
.lifestyle_studio-mv-ttl {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  color: white;
  text-align: center;
  width: 100%;
  font-size: 28px;
}
.lifestyle_studio-mv-ttl span {
  display: block;
  font-size: 56px;
}
@media screen and (max-width: 644px) {
  .lifestyle_studio-mv-ttl {
    top: 13%;
    left: 50%;
    font-size: 14px;
  }
  .lifestyle_studio-mv-ttl span {
    font-size: 23px;
  }
}

.lifestyle_studio-ctns {
  padding: 88px 0 0;
}
.lifestyle_studio-ctns:last-of-type {
  margin: 0 0 80px;
}
@media screen and (max-width: 644px) {
  .lifestyle_studio-ctns {
    padding: 40px 0 0;
  }
  .lifestyle_studio-ctns:last-of-type {
    margin: 0 0 40px;
  }
}
.lifestyle_studio-ctns-ttl {
  color: #7D7D7D;
  text-align: justify;
  text-align: left;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 644px) {
  .lifestyle_studio-ctns-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.lifestyle_studio-ctns-lead {
  margin-bottom: 20px;
}
.lifestyle_studio-ctns-caption {
  display: block;
  font-size: 11px;
}
@media screen and (max-width: 644px) {
  .lifestyle_studio-ctns-caption {
    font-size: 10px;
  }
}
.lifestyle_studio-ctns-btn {
  background-color: #401F20;
  color: white;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 20px 0;
}
.lifestyle_studio-ctns-list {
  margin: 80px 0 0;
  justify-content: space-between;
  color: #222222;
}
.lifestyle_studio-ctns-list-item {
  display: block;
  line-height: 1.7;
  width: 48%;
  font-size: 17px;
}
.lifestyle_studio-ctns-list-item figure {
  margin: 0 0 10px;
}
@media screen and (max-width: 644px) {
  .lifestyle_studio-ctns-list {
    margin: 40px 0 0;
    flex-wrap: wrap;
  }
  .lifestyle_studio-ctns-list-item {
    width: 100%;
    font-size: 14px;
  }
  .lifestyle_studio-ctns-list-item:first-child {
    margin: 0 0 20px;
  }
}
.lifestyle_studio-ctns-about {
  justify-content: space-between;
  margin: 0 0 80px;
}
.lifestyle_studio-ctns-about-item {
  width: 66%;
}
.lifestyle_studio-ctns-about-item figure {
  display: block;
}
.lifestyle_studio-ctns-about-item figure:first-of-type {
  margin: 0 0 20px;
}
.lifestyle_studio-ctns-about-item:last-of-type {
  width: 30%;
}
.lifestyle_studio-ctns-about-item-address {
  margin: 0 0 60px;
}
.lifestyle_studio-ctns-about-item-address-txt {
  display: block;
  margin: 40px 0 20px;
  line-height: 2;
}
.lifestyle_studio-ctns-about-item-address a {
  font-size: 18px;
}
.lifestyle_studio-ctns-about-item-guidance h5 {
  font-size: 16px;
  margin: 0 0 20px;
}
.lifestyle_studio-ctns-about-item-guidance p {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  line-height: 2;
  padding: 15px 0;
  margin: 0 0 30px;
  font-size: 14px;
}
.lifestyle_studio-ctns-about-item-guidance-root {
  display: block;
  background-color: #E5E5E5;
  padding: 20px;
}
.lifestyle_studio-ctns-about-item-guidance-root h6 {
  text-align: center;
  color: #8A2C3E;
  font-size: 24px;
  margin: 0 0 20px;
}
.lifestyle_studio-ctns-about-item-guidance-root ul li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 15px;
  font-size: 14px;
}
.lifestyle_studio-ctns-about-item-guidance-root ul li::before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
}
.lifestyle_studio-ctns-about-item-guidance-root ul li:first-child::before, .lifestyle_studio-ctns-about-item-guidance-root ul li:last-child::before {
  top: 8%;
  transform: translate(0, -8%);
}
.lifestyle_studio-ctns-about-item-guidance-root ul li:last-child {
  margin: 0;
}
.lifestyle_studio-ctns-about-btn {
  font-size: 24px;
}
@media screen and (max-width: 644px) {
  .lifestyle_studio-ctns-about {
    margin: 0 0 40px;
  }
  .lifestyle_studio-ctns-about-item {
    width: 100%;
  }
  .lifestyle_studio-ctns-about-item:last-of-type {
    width: 100%;
    margin: 20px 0 0;
  }
  .lifestyle_studio-ctns-about-item-address {
    margin: 0 0 30px;
  }
  .lifestyle_studio-ctns-about-item-address-txt {
    margin: 20px 0;
  }
  .lifestyle_studio-ctns-about-item-address a {
    font-size: 14px;
  }
  .lifestyle_studio-ctns-about-item-guidance h5 {
    font-size: 16px;
  }
  .lifestyle_studio-ctns-about-item-guidance p {
    margin: 0 0 20px;
    font-size: 14px;
  }
  .lifestyle_studio-ctns-about-item-guidance-root {
    padding: 20px;
  }
  .lifestyle_studio-ctns-about-item-guidance-root h6 {
    font-size: 23px;
    margin: 0 0 15px;
  }
  .lifestyle_studio-ctns-about-item-guidance-root ul li {
    font-size: 13px;
  }
  .lifestyle_studio-ctns-about-btn {
    font-size: 16px;
  }
}/*# sourceMappingURL=lifestyle_studio.css.map */