@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.en {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

.p-price {
  margin-top: 30px;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  font-weight: 600;
  color: #333;
}
.p-price_item {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 80px;
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-price_item {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.p-price .left-area {
  width: 45%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-price .left-area {
    width: 100%;
  }
}
.p-price .right-area {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-price .right-area {
    width: 100%;
  }
}
.p-price .studio-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-price .studio-title {
    margin-bottom: 30px;
  }
}
.p-price .studio-title h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #634e2b;
}
@media screen and (max-width: 768px) {
  .p-price .studio-title h2 {
    font-size: 20px;
    letter-spacing: normal;
  }
}
.p-price .studio-title p {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-price .studio-title p {
    font-size: 10px;
  }
}
.p-price .studio-price {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-price .studio-price {
    margin-bottom: 30px;
  }
}
.p-price .price-row {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-price .price-row {
    margin-bottom: 15px;
  }
}
.p-price .price-row span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-price .price-row span {
    font-size: 12px;
  }
}
.p-price .price-row strong {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-price .price-row strong {
    font-size: 18px;
  }
}
.p-price .price-row small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-price .price-row small {
    font-size: 12px;
  }
}
.p-price .plan-content-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-price .plan-content-title {
    margin-bottom: 20px;
  }
}
.p-price .plan-content-title span {
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: #bbb;
}
.p-price .plan-content-title h3 {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-price .plan-content-title h3 {
    font-size: 14px;
  }
}
.p-price .plan-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-price .plan-icons {
    gap: 15px;
  }
}
.p-price .icon-item {
  text-align: center;
}
.p-price .icon-box img {
  max-width: 70px;
}
@media screen and (max-width: 768px) {
  .p-price .icon-box img {
    max-width: 55px;
  }
}
.p-price .icon-item p {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
  color: #111;
}
@media screen and (max-width: 768px) {
  .p-price .icon-item p {
    font-size: 10px;
  }
}
.p-price .plus {
  text-align: center;
  font-size: 35px;
  margin: 15px 0;
  color: #777;
}
@media screen and (max-width: 768px) {
  .p-price .plus {
    font-size: 25px;
  }
}
.p-price .option-list {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-price .option-list {
    margin-bottom: 30px;
  }
}
.p-price .option-list div {
  flex: 1;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  line-height: 1.6;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-price .option-list div {
    font-size: 10px;
    padding: 0 5px;
  }
}
.p-price .option-list div:last-child {
  border: none;
}
.p-price .note {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-price .note {
    font-size: 10px;
  }
}
.p-price .set-plan-title {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #766e60;
}
@media screen and (max-width: 768px) {
  .p-price .set-plan-title {
    margin-bottom: 10px;
  }
}
.p-price .plan-table {
  border-top: 1px solid #ccc;
}
.p-price .plan-row {
  display: grid;
  grid-template-columns: 100px 150px 1fr;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-price .plan-row {
    grid-template-columns: 50px 100px 1fr;
  }
}
.p-price .plan-name,
.p-price .plan-price,
.p-price .plan-detail {
  padding: 30px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-price .plan-name,
  .p-price .plan-price,
  .p-price .plan-detail {
    padding: 20px 5px;
  }
}
.p-price .plan-name {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-price .plan-name {
    font-size: 12px;
  }
}
.p-price .plan-price {
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.6;
}
.p-price .plan-price strong {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-price .plan-price strong {
    font-size: 14px;
  }
}
.p-price .plan-price small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-price .plan-price small {
    font-size: 10px;
  }
}
.p-price .plan-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
.p-price .plan-detail span {
  background: #e8e4de;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #2b221a;
}
@media screen and (max-width: 768px) {
  .p-price .plan-detail span {
    font-size: 12px;
    padding: 5px 1px;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.p-plan {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  font-weight: bold;
  color: #333;
}
.p-plan__item {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-plan__item {
    margin-bottom: 40px;
  }
}
.p-plan .p-plan-itemtitle {
  background: #5b5b5b;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 0.1em;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .p-plan .p-plan-itemtitle {
    font-size: 18px;
    line-height: 1.3;
    padding: 10px;
  }
}
.p-plan .p-plan-itemtitle span {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .p-plan .p-plan-itemtitle span {
    font-size: 12px;
    margin-left: 0px;
  }
}
.p-plan .p-plan_itembox-title {
  margin: 35px 0 25px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-plan .p-plan_itembox-title {
    font-size: 18px;
    letter-spacing: normal;
  }
}
.p-plan .p-plan_itembox-title::before,
.p-plan .p-plan_itembox-title::after {
  content: "";
  margin: 0 20px;
  font-size: 0px;
  width: 5px;
  height: 25px;
  background: #8b8b9a;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-plan .p-plan_itembox-title::before,
  .p-plan .p-plan_itembox-title::after {
    margin: 0;
    height: 20px;
    width: 3px;
  }
}
.p-plan .p-plan_itembox-title::before small,
.p-plan .p-plan_itembox-title::after small {
  font-size: 12px;
  margin-left: 10px;
}
.p-plan .plan {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-plan .plan {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .p-plan_itembox-title::before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .p-plan_itembox-title::after {
    margin-left: 10px;
  }
}
.p-plan .plan-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-plan .plan-name {
    font-size: 14px;
    gap: 15px;
  }
}
.p-plan .plan-name small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-plan .plan-name small {
    font-size: 10px;
  }
}
.p-plan .plan-name::before,
.p-plan .plan-name::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #9c9c9c;
}
.p-plan .plan-itembox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-plan .plan-itembox {
    max-width: 100%;
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.p-plan .itemprices {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .p-plan .itemprices {
    gap: 10px;
  }
}
.p-plan .basic {
  text-align: center;
  font-size: 14px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .p-plan .basic {
    font-size: 12px;
  }
}
.p-plan .basic-price {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-plan .basic-price {
    font-size: 14px;
  }
}
.p-plan .price-box {
  background: #e3dfd6;
  text-align: center;
  padding: 14px 20px;
  font-size: 16px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .p-plan .price-box {
    font-size: 14px;
    padding: 10px 0;
  }
}
.p-plan .price-box strong {
  font-size: 24px;
  font-weight: 600;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-plan .price-box strong {
    font-size: 18px;
  }
}
.p-plan .tax02 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-plan .tax02 {
    font-size: 14px;
  }
}
.p-plan .pink {
  background: #e6d9c6;
}
.p-plan .gray {
  background: #d8d7dd;
}

.p-sec-title01 {
  font-size: 65px;
  text-align: center;
  /* font-weight: bold; */
  color: #c4954e;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-sec-title01 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.p-contact-list_item {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-contact-list_item {
    outline: 1px solid #9a948e;
    border: 2px solid #fff;
    background-color: #9a948e;
  }
}
.p-contact-list_item .contentbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #333;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contact-list_item .contentbox {
    padding: 5px;
    position: initial;
    font-size: 12px;
    transform: none;
    color: #fff;
  }
}
.p-contact-list_item .contentbox .txt02 {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-contact-list_item .contentbox .txt02 {
    font-size: 10px;
    margin-top: 5px;
  }
}
.p-contact-list_item .contentbox .toptxt {
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-contact-list_item .contentbox .toptxt {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.p-contact-list_item .contentbox a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 25px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-contact-list_item .contentbox a {
    font-size: 20px;
    color: #fff;
  }
}
.p-contact-list_item .contentbox a img {
  width: 35px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-contact-list_item .contentbox a img {
    width: 30px;
  }
}

.p-sec-title02 {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 47px;
  font-weight: 400;
  text-align: center;
  color: #9a948e;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec-title02 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=add.css.map */