main {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 60px;
  }
}

.locations .mv {
  text-align: center;
  padding-top: 112px;
  padding-bottom: 94px;
  background-image: url("../img/locations/mv.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .locations .mv {
    padding-top: 57px;
    padding-bottom: 47px;
  }
}
.locations .mv h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .locations .mv h1 img {
    width: 194px;
  }
}
.locations .mv h2 {
  font-size: 14px;
  font-weight: bold;
}
.locations .wrap {
  max-width: 1040px;
  padding: 0 20px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .locations .wrap {
    margin-top: 35px;
  }
}
.locations .wrap .num {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.locations .wrap .num p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .locations .wrap .num p {
    font-size: 16px;
    line-height: 16px;
  }
}
.locations .wrap .num p span {
  color: #ff9daf;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .locations .wrap .num p span {
    font-size: 32px;
  }
}
.locations .wrap .shop-list {
  margin-top: 25px;
}
.locations .wrap .shop-list li {
  border: 1px solid #e4e4e4;
  padding: 10px;
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .locations .wrap .shop-list li {
    flex-direction: column-reverse;
  }
}
.locations .wrap .shop-list li .left {
  padding: 20px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .locations .wrap .shop-list li .left {
    width: 100%;
    padding: 10px;
  }
}
.locations .wrap .shop-list li .left h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
.locations .wrap .shop-list li .left .label {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  line-height: 23px;
  color: white;
  background-color: #ff9daf;
  border-radius: 50px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 17px;
}
.locations .wrap .shop-list li .left .about {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .locations .wrap .shop-list li .left .about {
    font-size: 13px;
  }
}
.locations .wrap .shop-list li .left .access {
  display: flex;
  font-size: 12px;
  line-height: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .locations .wrap .shop-list li .left .access {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.locations .wrap .shop-list li .left .access span {
  width: 100px;
  color: #b1b1b1;
  position: relative;
  display: flex;
  align-items: center;
}
.locations .wrap .shop-list li .left .access span::before {
  content: "";
  background-image: url("../img/locations/access.svg");
  width: 13px;
  height: 15px;
}
.locations .wrap .shop-list li .left .facility {
  margin-top: 3px;
  display: flex;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .locations .wrap .shop-list li .left .facility {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.locations .wrap .shop-list li .left .facility span {
  width: 100px;
  color: #b1b1b1;
  position: relative;
  display: flex;
  align-items: center;
}
.locations .wrap .shop-list li .left .facility span::before {
  content: "";
  background-image: url("../img/locations/facility.svg");
  width: 13px;
  height: 15px;
}
.locations .wrap .shop-list li figure {
  width: 35.4%;
}
@media screen and (max-width: 768px) {
  .locations .wrap .shop-list li figure {
    width: 100%;
    height: auto;
  }
}
.locations .wrap .shop-list li figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 4/3;
}

.stories .mv {
  text-align: center;
  padding-top: 112px;
  padding-bottom: 94px;
  background-image: url("../img/stories/mv.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .stories .mv {
    padding-top: 57px;
    padding-bottom: 47px;
  }
}
.stories .mv h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .stories .mv h1 img {
    width: 130px;
  }
}
.stories .mv h2 {
  font-size: 14px;
  font-weight: bold;
}
.stories .wrap {
  max-width: 1040px;
  padding: 0 20px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .stories .wrap {
    margin-top: 35px;
  }
}
.stories .wrap .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .stories .wrap .tag {
    margin-bottom: 30px;
  }
}
.stories .wrap .tag li {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #cbc7be;
  line-height: 30px;
  border-radius: 50px;
  font-size: 14px;
  color: white;
  padding: 0 10px;
  letter-spacing: 0;
}
.stories .wrap .stories-list li {
  display: flex;
  padding: 10px;
  border: 1px solid #e4e4e4;
  gap: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .stories .wrap .stories-list li {
    flex-direction: column;
    gap: 20px;
  }
}
.stories .wrap .stories-list li figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .stories .wrap .stories-list li figure {
    width: 100%;
    height: 253px;
  }
}
.stories .wrap .stories-list li figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.stories .wrap .stories-list li figure a {
  transition: all 0.2s;
}
.stories .wrap .stories-list li figure a:hover {
  opacity: 0.7;
}
.stories .wrap .stories-list li .right {
  width: 70%;
  max-width: 600px;
  padding-top: 28px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .stories .wrap .stories-list li .right {
    width: 100%;
    padding: 10px;
  }
}
.stories .wrap .stories-list li .right h3 {
  font-size: 21px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 36px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .stories .wrap .stories-list li .right h3 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 28px;
  }
}
.stories .wrap .stories-list li .right h3 a {
  transition: all 0.2s;
}
.stories .wrap .stories-list li .right h3 a:hover {
  color: #f46e91;
}
.stories .wrap .stories-list li .right .type {
  padding-left: 10px;
  position: relative;
  font-size: 12px;
  margin-bottom: 5px;
}
.stories .wrap .stories-list li .right .type::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff9daf;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.stories .wrap .stories-list li .right .name {
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .stories .wrap .stories-list li .right .name {
    margin-bottom: 15px;
  }
}
.stories .wrap .stories-list li .right .name span {
  font-size: 15px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .stories .wrap .stories-list li .right .name span {
    font-size: 14px;
  }
}
.stories .wrap .stories-list li .right .course {
  color: #b1b1b1;
  font-size: 11px;
}

.stories-child {
  background-color: #f5f3ee;
  padding-top: 1px;
}
.stories-child .wrap {
  max-width: 1040px;
  padding: 0 20px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap {
    margin-top: 35px;
  }
}
.stories-child .wrap .inner {
  padding: 35px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .inner {
    padding: 15px;
  }
}
.stories-child .wrap .prof {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .prof {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.stories-child .wrap .prof figure {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .prof figure {
    width: 100%;
    height: 55vw;
  }
  .stories-child .wrap .prof figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.stories-child .wrap .prof .right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .prof .right {
    width: 100%;
  }
}
.stories-child .wrap .prof .right h3 {
  font-size: 21px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .prof .right h3 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.stories-child .wrap .prof .right .type {
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .prof .right .type {
    font-size: 13px;
    margin-bottom: 0;
  }
}
.stories-child .wrap .prof .right .type::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff9daf;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.stories-child .wrap .prof .right .name {
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .prof .right .name {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 34px;
  }
}
.stories-child .wrap .prof .right .name span {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .prof .right .name span {
    font-size: 18px;
  }
}
.stories-child .wrap .prof .right .course {
  color: #b1b1b1;
  font-size: 17px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .prof .right .course {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.stories-child .wrap .introduction {
  font-size: 15px;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .introduction {
    font-size: 14px;
    line-height: 23px;
  }
}
.stories-child .wrap .interview {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .interview {
    margin-bottom: 40px;
  }
}
.stories-child .wrap .interview li {
  margin-bottom: 60px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .stories-child .wrap .interview li {
    margin-bottom: 30px;
  }
}
.stories-child .wrap .interview li .title {
  display: flex;
  gap: 10px;
  align-items: end;
  margin-bottom: 18px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .interview li .title {
    padding-bottom: 5px;
    border-bottom: 1px solid #f46e91;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .stories-child .wrap .interview li .title figure {
    width: 30px;
  }
}
.stories-child .wrap .interview li .title p {
  border-bottom: 1px solid #f46e91;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #f46e91;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .interview li .title p {
    font-size: clamp(15px, 4vw, 19px);
    line-height: clamp(22px, 5.5vw, 27px);
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.stories-child .wrap .interview li .content figure {
  width: 330px;
  height: 217px;
}
.stories-child .wrap .interview li .content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 700px) {
  .stories-child .wrap .interview li .content figure {
    width: 100%;
    height: 55vw;
  }
}
.stories-child .wrap .interview li .content p {
  color: #303030;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 700px) {
  .stories-child .wrap .interview li .content p {
    clear: both;
    font-size: 14px;
    line-height: 22px;
  }
}
.stories-child .wrap .interview li .content p br {
  display: block;
  content: "";
  margin: 10px 0;
}
.stories-child .wrap .interview li:nth-child(even) .content figure {
  float: left;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 700px) {
  .stories-child .wrap .interview li:nth-child(even) .content figure {
    margin: 0 0 10px 0;
  }
}
.stories-child .wrap .interview li:nth-child(odd) .content figure {
  float: right;
  margin: 0 0 0 6px;
}
@media screen and (max-width: 700px) {
  .stories-child .wrap .interview li:nth-child(odd) .content figure {
    margin: 0 0 10px 0;
  }
}
.stories-child .wrap .shop h3 {
  text-align: center;
  font-size: 24px;
  color: #303030;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.stories-child .wrap .shop-wrap {
  border: 1px solid #e4e4e4;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .shop-wrap {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.stories-child .wrap .shop-wrap figure {
  width: 34.5%;
}
.stories-child .wrap .shop-wrap figure img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .shop-wrap figure {
    width: 100%;
  }
  .stories-child .wrap .shop-wrap figure img {
    width: 100%;
  }
}
.stories-child .wrap .shop-wrap .shop-info {
  width: 64%;
  padding-left: 40px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .shop-wrap .shop-info {
    width: 100%;
    padding-left: 0;
  }
}
.stories-child .wrap .shop-wrap .shop-info .name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .stories-child .wrap .shop-wrap .shop-info .name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.stories-child .wrap .shop-wrap .shop-info .name a {
  transition: all 0.2s;
}
.stories-child .wrap .shop-wrap .shop-info .name a:hover {
  color: #f46e91;
}
.stories-child .wrap .shop-wrap .shop-info .add {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .shop-wrap .shop-info .add {
    font-size: 14px;
  }
}
.stories-child .wrap .shop-wrap .shop-info .add .num {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .shop-wrap .shop-info .add .num {
    font-size: 13px;
  }
}
.stories-child .wrap .shop-wrap .shop-info .add .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .shop-wrap .shop-info .add .sp {
    display: block;
  }
}
.stories-child .wrap .shop-wrap .shop-info .tel {
  font-size: 16px;
  display: block;
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .stories-child .wrap .shop-wrap .shop-info .tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .stories-child .wrap .shop-wrap .shop-info .tel {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.stories-child .wrap .shop-wrap .shop-info .link {
  width: 250px;
}
@media screen and (max-width: 700px) {
  .stories-child .wrap .shop-wrap .shop-info .link {
    margin: 0 auto;
  }
}
.stories-child .wrap .shop-wrap .shop-info .link a {
  display: block;
  line-height: 50px;
  background-color: #b1b1b1;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.2s;
}
.stories-child .wrap .shop-wrap .shop-info .link a:hover {
  background-color: #f46e91;
}/*# sourceMappingURL=underlayer.css.map */