/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.p_price01_btn .c_ttl05_en {
  font-size: 0.6875rem;
}

.p_price03_item .item_content .ttl {
  font-size: 0.75rem;
}

.p_price02 .item_desc, .p_price03 .item_btn .btn, .p_price03_list .list02_item .sub, .p_price03 .item_txt {
  font-size: 0.875rem;
}

.p_price02_sub .sub_ttl, .p_price02_other .other_item_ttl, .p_price03 .exclusive_txt, .p_price03 .exclusive_sub, .p_price03_item .item_ttl_sub, .p_price03_info .info_item_txt {
  font-size: 0.875rem;
}

.p_price03 .exclusive_btn {
  font-size: 0.9375rem;
}

.p_price01_btn .c_ttl05_jp, .p_price02_item .item_sign_ttl, .p_price03_list .list01_item, .p_price03_info .info_item_ttl, .p_price03_info .info_item_desc {
  font-size: 1rem;
}

.p_price02 .item_ttl, .p_price02_item .item_sign_txt, .p_price02_other .other_item_price, .p_price03_btn {
  font-size: 1.25rem;
}

.p_price03_item .item_ttl_en {
  font-size: 1.25rem;
}

.c_ttl05_jp, .c_ttl05_en {
  font-size: 1.25rem;
}

.p_price03 .exclusive_ttl {
  font-size: 1.375rem;
}

.p_price03_item .item_ttl_jp {
  font-size: 1.5rem;
}

.c_ttl05 {
  text-align: center;
}
.c_ttl05_jp {
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 0;
}
.c_ttl05_en {
  letter-spacing: 0.1em;
  opacity: 0.27;
}

.p_price .c_mv01 .c_ttl04_en {
  letter-spacing: 0.1em;
  color: #707070;
}
.p_price01 {
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.p_price01_btn {
  width: 100%;
  max-width: 250px;
  min-height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p_price01_btn .c_ttl05 {
  width: 100%;
  height: 100%;
  min-height: 89px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f2f1ed;
  border-radius: 50px;
}
.p_price01_btn .c_ttl05_jp {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.75;
  display: block;
  width: 100%;
  padding-bottom: 0;
}
.p_price01_btn .c_ttl05_en {
  letter-spacing: 0.2em;
  display: block;
  width: 100%;
  opacity: 1;
}
.p_price02 {
  padding: 60px 0;
  background-color: rgba(219, 216, 206, 0.27);
}
.p_price02 .item_ttl {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #a29b70;
  position: relative;
  padding-left: 30px;
}
.p_price02 .item_ttl::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 0;
  top: 13px;
  background-color: #a29b70;
}
.p_price02 .item_desc {
  padding-top: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
.p_price02 .c_ttl05_jp {
  padding-bottom: 6px;
}
.p_price02_sub {
  text-align: center;
  padding: 16px 0 30px;
}
.p_price02_sub .sub_ttl {
  font-weight: 700;
}
.p_price02_item {
  --color-item: #a29b70;
  border-bottom: 2px solid #a29b70;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.p_price02_item:last-child {
  margin-bottom: 0;
}
.p_price02_item .item_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 13px;
}
.p_price02_item .item_sign {
  text-align: center;
  border: 2px solid var(--color-item);
  width: 100%;
}
.p_price02_item .item_sign:nth-child(even) {
  --color-item: #801e34;
}
.p_price02_item .item_sign_ttl, .p_price02_item .item_sign_txt {
  display: flex;
  justify-content: center;
  font-weight: 700;
  align-items: center;
}
.p_price02_item .item_sign_ttl {
  background-color: var(--color-item);
  color: #fff;
  padding: 9px 20px;
  min-height: 55px;
}
.p_price02_item .item_sign_txt {
  background-color: #fff;
  padding: 5px 20px;
  letter-spacing: 0.05em;
  min-height: 53px;
}
.p_price02_item .item_desc {
  padding-top: 20px;
}
.p_price02_other {
  padding-top: 36px;
}
.p_price02_other .other_content {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 11px;
  padding-top: 15px;
}
.p_price02_other .other_item {
  width: 100%;
  max-width: 402px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 10px;
  letter-spacing: 0.05em;
}
.p_price02_other .other_item:nth-child(2) .unit {
  padding-left: 10px;
}
.p_price02_other .other_item_price {
  font-weight: 700;
  font-feature-settings: "palt";
}
.p_price03 {
  padding-top: 60px;
}
.p_price03_desc .p_price03_btn {
  margin: 40px 0 30px;
  font-weight: 700;
}
.p_price03_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
.p_price03_inner .p_price03_btn {
  margin-bottom: 31px;
}
.p_price03 .c_ttl05_jp {
  padding-bottom: 5px;
}
.p_price03_btn {
  padding: 18px 20px;
  border: 2px solid #a29b70;
  color: #a29b70;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 50px;
  letter-spacing: 0.05em;
}
.p_price03 .exclusive_ttl {
  color: #801e34;
  line-height: 1.6129032258;
  letter-spacing: 0.05em;
  padding-left: 2px;
  padding-bottom: 14px;
  font-weight: 700;
  text-align: center;
}
.p_price03 .exclusive_txt {
  line-height: 2.1875;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}
.p_price03 .exclusive_btn {
  text-align: center;
  width: 100%;
  max-width: 400px;
  background-color: #801e34;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  border: 1px solid #801e34;
  border-radius: 50px;
  padding: 10px 20px;
  letter-spacing: 0.05em;
}
.p_price03 .exclusive_sub {
  padding-top: 7px;
  text-align: center;
}
.p_price03_item {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.p_price03_item:nth-child(2) .item_img img {
  -o-object-position: left;
  object-position: left;
}
.p_price03_item .item_img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.p_price03_item .item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_price03_item .item_ttl {
  text-align: center;
}
.p_price03_item .item_ttl_en {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  opacity: 0.4;
  display: block;
  letter-spacing: 0.2em;
  color: #fff;
}
.p_price03_item .item_ttl_jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: block;
  letter-spacing: 0.05em;
  color: #fff;
}
.p_price03_item .item_ttl_sub {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 12px 0 0;
  color: #fff;
}
.p_price03_item .item_desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0 0;
  gap: 10px;
  flex-wrap: wrap;
}
.p_price03_item .item_content {
  width: 114px;
  height: 114px;
  border-radius: 100%;
  padding: 10px;
  text-align: center;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.69);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.p_price03_item .item_content .icon img {
  position: relative;
}
.p_price03_item .item_content .ttl {
  line-height: 1.2307692308;
  letter-spacing: 0.05em;
}
.p_price03 .item_btn {
  margin: 30px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.p_price03 .item_btn .btn {
  display: block;
  width: 100%;
  max-width: 270px;
  text-align: center;
  padding: 20px;
  background-color: #8bc53f;
  border-radius: 50px;
  color: #000;
}
.p_price03_list {
  width: 100%;
  max-width: 1038px;
  margin-left: auto;
  padding-bottom: 40px;
}
.p_price03_list .list01_item {
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p_price03_list .list02 {
  padding-top: 32px;
  width: 100%;
  max-width: 950px;
  position: relative;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p_price03_list .list02_col {
  position: relative;
}
.p_price03_list .list02_col + .list02_col {
  margin-top: 11px;
}
.p_price03_list .list02_item {
  position: relative;
  padding-left: 15px;
}
.p_price03_list .list02_item + .list02_item {
  margin-top: 11px;
}
.p_price03_list .list02_item::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  background-color: #801e34;
}
.p_price03_list .list02_item .sub {
  letter-spacing: 0.05em;
}
.p_price03_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1026px;
  margin: 0 auto;
  position: relative;
  gap: 20px;
}
.p_price03_info .info_item {
  width: 100%;
  max-width: 486px;
  background-color: #f6f7dc;
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.p_price03_info .info_item_ttl {
  font-weight: 700;
  text-align: center;
  padding-bottom: 8px;
  letter-spacing: 0.05em;
}
.p_price03_info .info_item_desc {
  color: #801e34;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.45;
}
.p_price03_info .info_item_txt {
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px 0 0;
  line-height: 2.1875;
}
.p_price03_info .info_item_txt .sub {
  margin-bottom: 0;
  position: relative;
}
.p_price03_info .info_item .icon {
  position: relative;
  left: -5px;
  width: 35px;
}
.p_price03_info .info_item .tel {
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  position: relative;
  top: 2px;
  font-size: 1.625rem;
}
.p_price03 .item_txt {
  width: 100%;
  max-width: 1042px;
  margin: 21px auto 0;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_price01_btn .c_ttl05_en {
    font-size: 0.75rem;
  }
  .p_price03_item .item_content .ttl {
    font-size: 0.8125rem;
  }
  .p_price02 .item_desc, .p_price03 .item_btn .btn, .p_price03_list .list02_item .sub, .p_price03 .item_txt {
    font-size: 0.9375rem;
  }
  .p_price02_sub .sub_ttl, .p_price02_other .other_item_ttl, .p_price03 .exclusive_txt, .p_price03 .exclusive_sub, .p_price03_item .item_ttl_sub, .p_price03_info .info_item_txt {
    font-size: 1rem;
  }
  .p_price03 .exclusive_btn {
    font-size: 1.125rem;
  }
  .p_price01_btn .c_ttl05_jp, .p_price02_item .item_sign_ttl, .p_price03_list .list01_item, .p_price03_info .info_item_ttl, .p_price03_info .info_item_desc {
    font-size: 1.25rem;
  }
  .p_price02 .item_ttl, .p_price02_item .item_sign_txt, .p_price02_other .other_item_price, .p_price03_btn {
    font-size: 1.5625rem;
  }
  .p_price03_item .item_ttl_en {
    font-size: 1.8125rem;
  }
  .c_ttl05_jp, .c_ttl05_en {
    font-size: 1.875rem;
  }
  .p_price03 .exclusive_ttl {
    font-size: 1.9375rem;
  }
  .p_price03_item .item_ttl_jp {
    font-size: 2.5rem;
  }
  .p_price {
    margin-bottom: -15px;
  }
  .p_price01 {
    margin-block: 108px 85px;
    gap: 35px;
  }
  .p_price02 {
    padding: 82px 0 clamp(5rem, 9.375vw + 0.5rem, 9.875rem);
  }
  .p_price02 .item_desc {
    padding-top: 25px;
  }
  .p_price02_sub {
    padding: 16px 0 clamp(1.875rem, 9.375vw + -2.625rem, 3.375rem);
  }
  .p_price02_sub .sub_ttl {
    padding: 0 6px 9px 0px;
  }
  .p_price02_item {
    margin-bottom: 55px;
    padding-bottom: 52px;
  }
  .p_price02_item .item_content {
    gap: 24px 18px;
  }
  .p_price02_item .item_sign {
    max-width: 555px;
  }
  .p_price02_item .item_sign {
    max-width: calc(50% - 9px);
  }
  .p_price02_item .item_desc {
    padding-top: 25px;
  }
  .p_price02_other .other_item {
    padding: 5px 31px 5px 15px;
  }
  .p_price02_other .other_item:nth-child(2) {
    padding: 5px 18px 5px 15px;
  }
  .p_price02_other .other_item:nth-child(2) .unit {
    padding-left: 14px;
  }
  .p_price02_other .item_desc {
    padding-top: 26px;
  }
  .p_price03 {
    padding-top: clamp(5rem, 8.0528846154vw + 1.1346153846rem, 9.1875rem);
  }
  .p_price03_desc .p_price03_btn {
    margin: 58px 0 28px;
  }
  .p_price03_content {
    padding: 50px 0 clamp(3.125rem, 6.8509615385vw + -0.1634615385rem, 6.6875rem);
    flex-direction: row;
  }
  .p_price03 .exclusive_txt {
    text-align: center;
    padding-bottom: 34px;
  }
  .p_price03 .exclusive_btn {
    padding: 16px 26px 15px 14px;
  }
  .p_price03_item:nth-child(2) .item_ttl_sub {
    padding-right: clamp(0rem, 6vw + -4.5rem, 1.5rem);
  }
  .p_price03_item {
    padding: 54px 20px 45px 20px;
  }
  .p_price03_item .item_ttl {
    padding-right: clamp(0rem, 4.5vw + -3.375rem, 1.125rem);
  }
  .p_price03_item .item_ttl_sub {
    padding-right: clamp(0rem, 2.25vw + -1.6875rem, 0.5625rem);
  }
  .p_price03_item .item_desc {
    gap: 17px;
  }
  .p_price03_item .item_content {
    justify-content: space-between;
    padding: 19px 10px 29px 10px;
  }
  .p_price03_item .item_content.item01 {
    left: -1px;
  }
  .p_price03_item .item_content.item02 {
    left: -2px;
  }
  .p_price03_item .item_content.item03 {
    left: -4px;
  }
  .p_price03_item .item_content.item07 {
    left: -3px;
  }
  .p_price03_item .item_content .icon .icon01 {
    left: -1px;
    top: -2px;
  }
  .p_price03_item .item_content .icon .icon02 {
    top: -2px;
    left: 1px;
  }
  .p_price03_item .item_content .icon .icon03 {
    left: 1px;
    top: -3px;
  }
  .p_price03_item .item_content .icon .icon04 {
    top: -2px;
  }
  .p_price03_item .item_content .icon .icon07 {
    left: 1px;
    top: -3px;
  }
  .p_price03_item .item_content .icon .icon08 {
    top: -2px;
    left: 2px;
  }
  .p_price03 .item_btn .btn {
    padding: 24px 20px;
  }
  .p_price03 .item_btn .c_btn01 {
    min-width: 270px;
  }
  .p_price03_list {
    padding-bottom: 43px;
  }
  .p_price03_list .list02 {
    gap: 30px;
    flex-direction: row;
    left: clamp(0rem, 1.75vw + -1.3125rem, 0.4375rem);
  }
  .p_price03_list .list02_col + .list02_col {
    margin-top: 0;
  }
  .p_price03_list .list02_col.col01 {
    max-width: 184px;
    flex-shrink: 0;
  }
  .p_price03_list .list02_col.col02 {
    max-width: 160px;
    flex-shrink: 0;
    left: clamp(-1.0625rem, -4.25vw + 3.1875rem, 0rem);
  }
  .p_price03_list .list02_col.col03 {
    max-width: 530px;
    left: clamp(-0.5rem, -2vw + 1.5rem, 0rem);
  }
  .p_price03_list .list02_item {
    padding-left: 20px;
  }
  .p_price03_info {
    align-items: normal;
    justify-content: space-between;
    flex-direction: row;
    right: clamp(0rem, 1.75vw + -1.3125rem, 0.4375rem);
  }
  .p_price03_info .info_item {
    width: 47.3684210526%;
    padding: 29px clamp(0.625rem, 3.90625vw + -1.25rem, 1.25rem) 23px;
  }
  .p_price03_info .info_item:last-child .info_item_ttl {
    padding: 0 0 0 clamp(0rem, 6vw + -4.5rem, 1.5rem);
  }
  .p_price03_info .info_item:last-child .info_item_desc {
    margin-top: -3px;
  }
  .p_price03_info .info_item:last-child .info_item_txt {
    margin-top: -4px;
  }
  .p_price03_info .info_item_desc {
    padding-left: clamp(0rem, 4vw + -3rem, 1rem);
  }
  .p_price03_info .info_item_txt {
    padding: 0 0 0 clamp(0rem, 7.25vw + -5.4375rem, 1.8125rem);
  }
  .p_price03_info .info_item_txt .sub {
    top: 4px;
    left: 6px;
  }
  .p_price03_info .info_item .icon {
    width: 40px;
  }
  .p_price03_info .info_item .tel {
    font-size: clamp(1.5rem, 1.3221153846vw + 0.8653846154rem, 2.1875rem);
  }
  .p_price03 .item_txt {
    padding-right: clamp(0rem, 6vw + -4.5rem, 1.5rem);
  }
}
/*# sourceMappingURL=maps/price.css.map */
