.flower-cart {
  max-width: 920px;
  margin: 100px auto 95px;
}
@media screen and (max-width:767px) {
  .flower-cart {
    margin: 18.6666666667vw auto 8.8vw;
  }
}

.cart-table {
  width: 100%;
}
@media screen and (max-width:767px) {
  .cart-table {
    border-top: 2px dotted #cdc0a7;
  }
}
.cart-table__head {
  background: #f6f4f1;
  height: 40px;
  font-size: 1.6rem;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .cart-table__head {
    display: none;
  }
}
.cart-table__head div {
  text-align: center;
}
.cart-table__head div:first-child {
  width: 48%;
}
.cart-table__head div:nth-child(2) {
  width: 28%;
}
.cart-table__head div:last-child {
  width: 17%;
}
.cart-table__body {
  padding: 30px 0;
  margin: 0 50px;
  border-bottom: 2px dotted #cdc0a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .cart-table__body {
    margin: 0;
    padding: 5.3333333333vw 0;
  }
}
.cart-table__body--last {
  border: none;
}
.cart-table__img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .cart-table__img {
    width: 26.6666666667vw;
  }
}
.cart-table__img img {
  width: 135px;
  margin-right: 35px;
}
@media screen and (max-width:767px) {
  .cart-table__img img {
    width: 26.6666666667vw;
    margin-right: 6vw;
  }
}
.cart-table__info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .cart-table__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 26.6666666667vw);
    padding-left: 6vw;
  }
}
.cart-table__select {
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .cart-table__select {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.3333333333vw;
  }
}
.cart-table__select .cart-table__selectNum {
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .cart-table__select .cart-table__selectNum {
    font-size: 4.5333333333vw;
  }
}
.cart-table__price {
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
}
@media screen and (max-width:767px) {
  .cart-table__price {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    line-height: 1;
    margin-bottom: 2vw;
  }
}
.cart-table__num {
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .cart-table__num {
    font-size: 4.5333333333vw;
    margin-right: -2.6666666667vw;
  }
}
.cart-table__num span {
  font-size: 1.4rem;
}
.cart-table__name {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .cart-table__name {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    margin-top: -1.3333333333vw;
  }
}
@media screen and (max-width:767px) {
  .cart-table__txt {
    font-size: 4.5333333333vw;
  }
}
.cart-table__bottom {
  height: 60px;
  background: #a1895a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding-right: 18px;
}
@media screen and (max-width:767px) {
  .cart-table__bottom {
    height: 13.3333333333vw;
    font-size: 4.8vw;
    padding-right: 2.2666666667vw;
  }
}
.cart-table__number {
  font-size: 2.4rem;
  padding: 0 5px 0 15px;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .cart-table__number {
    font-size: 6.4vw;
    padding: 0 1.0666666667vw 0 1.3333333333vw;
  }
}
.cart-table__note {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .cart-table__note {
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width:767px) {
  .kyoka-btn {
    height: 22vw;
    line-height: 1.45;
  }
}

@media screen and (max-width:767px) {
  .p-form.p-form--confirm {
    margin-top: -1.3333333333vw !important;
  }
  .p-form.p-form--confirm .p-form__title {
    margin-bottom: 0;
  }
  .p-form.p-form--confirm.p-form--thin .p-form__txt {
    line-height: 1.6;
  }
}
@media print, screen and (min-width:768px) {
  .p-form.p-form--confirm .p-form__item {
    padding: 26px 0;
  }
  .p-form.p-form--confirm.p-form--thin .p-form__item {
    padding: 26px 0;
  }
  .p-form.p-form--confirm.p-form--thin .p-form__txt {
    line-height: 1.9;
  }
}
.p-form.p-form--confirm .p-form__txt {
  line-height: 1.9;
}
.p-form.p-form--confirm .p-form__body--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .p-form.p-form--confirm .p-form__body--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}
.p-form.p-form--confirm .p-form__body--box:first-child {
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .p-form.p-form--confirm .p-form__body--box:first-child {
    margin-top: 10px;
  }
}
.p-form.p-form--confirm .p-form__txt--ttl {
  width: 186px;
  display: inline-block;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .p-form.p-form--confirm .p-form__txt--ttl {
    width: 100%;
    font-size: 4.2666666667vw;
    font-weight: normal;
  }
}
.p-form.p-form--confirm .p-form__txt--text {
  width: calc(100% - 186px);
  display: inline-block;
  line-height: 1.7;
}
@media screen and (max-width:767px) {
  .p-form.p-form--confirm .p-form__txt--text {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}

.group-btn .c-btn-01 {
  max-width: 360px;
}
.group-btn .c-btn-01:first-child {
  margin-left: 15px;
}
@media screen and (max-width:767px) {
  .group-btn .c-btn-01:first-child {
    margin-left: 0;
  }
}

.p-form__ttl.p-form__ttl--02 {
  padding-top: 60px;
}
@media screen and (max-width:767px) {
  .p-form__ttl.p-form__ttl--02 {
    padding: 13.3333333333vw 0 9.3333333333vw;
  }
}

@media screen and (max-width:767px) {
  .p-form__ttl.p-form__ttl--01 {
    padding-bottom: 9.6vw;
  }
}

@media screen and (max-width:767px) {
  .kyoka .l-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .kyoka .block-kv__slogan {
    line-height: 1.5;
  }
}
.kyoka .p-breadcrumb {
  margin: 20px 0;
}
.kyoka .block-info {
  background: #fef8eb;
  padding-top: 0;
}
.kyoka .p-form {
  margin-top: 5px;
}
.kyoka .kyoka-content {
  padding: 85px 0 120px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .kyoka .kyoka-content {
    padding: 60px 0 68px;
  }
}
.kyoka .kyoka-content > .c-ttl-01 {
  padding-bottom: 0;
  margin-bottom: 35px;
  line-height: 1.7;
  font-size: 3.2rem;
}
@media screen and (max-width:767px) {
  .kyoka .kyoka-content > .c-ttl-01 {
    margin-bottom: 25px;
    font-size: 2.8rem;
  }
}
.kyoka .kyoka-content > .c-ttl-01:after {
  display: none;
}
.kyoka .kyoka-content .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width:767px) {
  .kyoka .kyoka-content .lead {
    text-align: left;
    line-height: 1.7;
    padding-bottom: 2px;
  }
}
.kyoka .kyoka-content .lead-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}
.kyoka .kyoka-content .lead-bold span {
  -webkit-box-shadow: inset 0 -11px #eadbb0;
          box-shadow: inset 0 -11px #eadbb0;
}
@media screen and (max-width:767px) {
  .kyoka .kyoka-content .lead-bold {
    text-align: left;
    line-height: 1.7;
  }
}
.kyoka .kyoka-content .tel {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 26px;
}
@media screen and (max-width:767px) {
  .kyoka .kyoka-content .tel {
    text-align: left;
  }
}
.kyoka .kyoka-content .tel span {
  display: inline-block;
  color: #1a60a6;
  font-weight: bold;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .kyoka .kyoka-content .tel span {
    pointer-events: visible;
  }
}
.kyoka .kyoka-content .tel span img {
  position: relative;
  width: 12px;
  top: -3px;
}
.kyoka .kyoka-content .note {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-indent: -15px;
  margin-left: 15px;
}
@media screen and (max-width:767px) {
  .kyoka .kyoka-content .note {
    text-align: left;
    line-height: 1.7;
  }
}
.kyoka .txt_br {
  white-space: pre-wrap;
}

.block-form {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 110px;
}
@media screen and (max-width:767px) {
  .block-form {
    padding-top: 62px;
  }
}
.block-form__inner {
  max-width: 920px;
  margin: 0 auto 0 auto;
  padding-top: 0;
}
@media screen and (max-width: 920px) {
  .block-form__inner {
    padding: 0 5px 0;
    margin-top: 0;
  }
}
@media screen and (max-width:767px) {
  .block-form__inner {
    padding: 0vw 2vw 0;
  }
}
.block-form__title {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .block-form__title {
    margin-bottom: 8.6666666667vw;
    padding-bottom: 5.3333333333vw;
    line-height: 1.5;
  }
}
.block-form__lead {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.85;
  margin-bottom: 72px;
  letter-spacing: 0.07em;
}
@media screen and (max-width:767px) {
  .block-form__lead {
    font-size: 4.2666666667vw;
    margin-bottom: 12vw;
    text-align: left;
    line-height: 1.7;
  }
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 470px;
  height: 54px;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .step {
    max-width: 100%;
    height: 13.3333333333vw;
  }
}

.flower-block {
  margin-top: 100px;
}
@media screen and (max-width:767px) {
  .flower-block {
    margin-top: 71px;
  }
}
.flower-block__info {
  padding-bottom: 65px;
}
@media screen and (max-width:767px) {
  .flower-block__info {
    padding-bottom: 6.6vw;
  }
  .flower-block__info:last-child {
    padding-bottom: 0;
  }
}
.flower-block__info--ttl {
  font-size: 2.6rem;
  line-height: 2.3;
  font-family: "Noto Serif JP", serif;
  background: rgba(246, 244, 241, 0.77);
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .flower-block__info--ttl {
    font-size: 5.6vw;
    padding: 4vw 2.6666666667vw;
    margin-bottom: 8vw;
    line-height: 1.42;
  }
}
.flower-block__info--note {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 40px;
}
@media screen and (max-width:767px) {
  .flower-block__info--ttlNote {
    padding: 8vw 2.6666666667vw;
  }
}
.flower-block__info--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
}
@media screen and (max-width:767px) {
  .flower-block__info--row {
    margin: 0 -17px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.flower-block__info--row .box-flower {
  max-width: calc(25% - 40px);
  margin: 0 20px;
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower {
    max-width: calc(50% - 15px);
    margin: 0 7.5px 6.8vw;
  }
}
.flower-block__info--row .box-flower__thumb {
  position: relative;
  margin-bottom: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  .flower-block__info--row .box-flower__thumb:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__thumb {
    margin-bottom: 2.6666666667vw;
  }
}
.flower-block__info--row .box-flower__thumb img {
  border: 1px solid #dad6cd;
}
.flower-block__info--row .box-flower__thumb .tag {
  width: 36px;
  height: 36px;
  background: #1a60a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 3px 0 5px;
  position: absolute;
  top: 1px;
  left: 1px;
}
@media screen and (max-width:1024px) {
  .flower-block__info--row .box-flower__thumb .tag {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__thumb .tag {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.flower-block__info--row .box-flower__thumb .tag-double {
  position: absolute;
  left: 50%;
}
.flower-block__info--row .box-flower__thumb .zoom {
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.flower-block__info--row .box-flower__thumb .zoom img {
  border: none;
}
.flower-block__info--row .box-flower__thumb img {
  width: 100%;
  max-width: 225px;
  height: 100%;
  max-height: 330px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__thumb img {
    max-width: 100%;
  }
}
.flower-block__info--row .box-flower__thumbHorizontal img {
  max-width: 300px;
}
.flower-block__info--row .box-flower__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-right: 46px;
  margin-bottom: 20px;
}
@media screen and (max-width:1024px) {
  .flower-block__info--row .box-flower__title {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__title {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flower-block__info--row .box-flower__title .code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width:1024px) {
  .flower-block__info--row .box-flower__title .code {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__title .code {
    font-size: 1.3rem;
    margin-bottom: 7px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.flower-block__info--row .box-flower__title .code .code-small {
  font-size: 1.2rem;
  font-weight: normal;
  padding-top: 5px;
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__title .code .code-small {
    font-size: 1.3rem;
    font-weight: bold;
    padding-top: 0;
  }
}
.flower-block__info--row .box-flower__title .code-note {
  position: relative;
  top: 9px;
}
@media screen and (max-width: 1200px) {
  .flower-block__info--row .box-flower__title .code-note {
    top: 0;
    margin-bottom: 5px;
  }
}
@media screen and (max-width:1024px) {
  .flower-block__info--row .box-flower__title .code-note {
    top: 0;
    margin-bottom: 7px;
  }
}
.flower-block__info--row .box-flower__title .price {
  font-size: 1.8rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:1024px) {
  .flower-block__info--row .box-flower__title .price {
    font-size: 1.8vw;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__title .price {
    margin-bottom: 4px;
    font-size: 1.7rem;
  }
}
.flower-block__info--row .box-flower__title .price .unit {
  font-size: 1.4rem;
  margin-top: 3px;
}
@media screen and (max-width:1024px) {
  .flower-block__info--row .box-flower__title .price .unit {
    font-size: 1.4vw;
  }
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__title .price .unit {
    font-size: 1.3rem;
  }
}
.flower-block__info--row .box-flower__title .box-select {
  position: absolute;
  top: -4px;
  right: 0;
  width: 44px;
  border: 1px solid #9c9c9c;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .flower-block__info--row .box-flower__title .box-select {
    position: relative;
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
    margin-top: 0;
    -webkit-transform: none;
            transform: none;
    height: 26px;
  }
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__title .box-select {
    position: relative;
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
    margin-top: 2.8vw;
  }
}
.flower-block__info--row .box-flower__title .box-select::before {
  content: "";
  position: absolute;
  width: 17px;
  top: 1px;
  right: 0px;
  bottom: 1px;
  background: #f2f2f2;
  pointer-events: none;
}
.flower-block__info--row .box-flower__title .box-select:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 5px;
  background: #f2f2f2;
  border: solid #7e7e7e;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__title .box-select:after {
    padding: 2px;
  }
}
.flower-block__info--row .box-flower__title .box-select select {
  height: 26px;
  width: 44px;
  padding: 0 7px;
  color: #6d6d6d;
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__title .box-select select {
    height: 23px;
  }
}
.flower-block__info--row .box-flower__title .box-select select:focus {
  border: none;
  outline: none;
}
.flower-block__info--row .box-flower__titleNote {
  max-width: 225px;
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__titleNote2 {
    margin-bottom: 18px;
  }
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__titleNote3 {
    padding-bottom: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
}
.flower-block__info--row .box-flower__titleNote3 .box-select {
  top: 2px;
}
@media screen and (max-width:1024px) {
  .flower-block__info--row .box-flower__titleNote3 .box-select {
    top: -1px;
  }
}
.flower-block__info--row .box-flower__note {
  font-size: 1.5rem;
  padding-top: 10px;
  line-height: 1.6;
  max-width: 225px;
  margin-right: -46px;
}
@media screen and (max-width:1024px) {
  .flower-block__info--row .box-flower__note {
    margin-right: 0;
  }
}
@media screen and (max-width:767px) {
  .flower-block__info--row .box-flower__note {
    line-height: 1.73;
    margin-right: 0;
    padding-top: 3px;
  }
}
.flower-block__info--rowNote {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(33.3333333333% - 15px);
  width: 100%;
  padding: 0 15px;
  margin-bottom: 65px;
}
@media screen and (max-width:767px) {
  .flower-block__info--rowNote {
    max-width: calc(50% - 15px);
    padding: 0;
    margin: 0 7.5px 8vw;
  }
}
.flower-block__info--rowNote .box-flower {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .flower-block__info--rowNote .box-flower {
    padding: 0;
  }
}
@media screen and (max-width:767px) {
  .flower-block__infoNotePadding {
    padding-bottom: 5px;
  }
}
.flower-block__infoNote {
  margin: 0 -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 75px);
  padding-bottom: 0;
}
@media screen and (max-width:767px) {
  .flower-block__infoNote {
    width: calc(100% + 15px);
    margin: -27px -7.5px 0 -7.5px;
  }
}

.p-form__ttl {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  color: #1a60a6;
  padding-bottom: 35px;
  padding-top: 55px;
}
@media screen and (max-width:767px) {
  .p-form__ttl {
    padding-top: 56px;
    padding-bottom: 27px;
  }
}

@media screen and (max-width:767px) {
  .p-form__col3 label {
    width: 21vw;
  }
}

.p-form__row-datetiem {
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width:767px) {
  .p-form__row-datetiem {
    padding-bottom: 10px;
  }
}
.p-form__row-datetiem:nth-child(2) {
  padding-bottom: 0;
}
.p-form__row-datetiem .p-form__col {
  width: auto;
}
@media screen and (max-width:767px) {
  .p-form__row-datetiem .p-form__col {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  .p-form__row-datetiem .p-form__col:nth-child(4) {
    margin-left: 13.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-form__row-datetiem .p-form__col .p-form__input {
  padding: 0 5px;
  width: 40px;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-form__row-datetiem .p-form__col .p-form__input {
    width: 14vw;
  }
}
.p-form__row-datetiem .p-form__col .p-form__input--year {
  width: 68px;
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .p-form__row-datetiem .p-form__col .p-form__input--year {
    width: 14vw;
  }
}
.p-form__row-datetiem .p-form__col label {
  margin-right: 15px;
  width: 32px;
}
@media screen and (max-width:767px) {
  .p-form__row-datetiem .p-form__col label {
    width: 10vw;
  }
}
.p-form__row-datetiem .p-form__col span {
  padding: 0 8px;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .p-form__row-datetiem .p-form__col span {
    font-size: 1.4rem;
  }
}

.form-note-txt {
  font-size: 1.5rem;
  padding-top: 10px;
  padding-left: 42px;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .form-note-txt {
    padding-top: 5px;
    padding-left: 13.5vw;
  }
}

.form-note-txt2 {
  padding-left: 33px;
  padding-top: 5px;
  text-indent: -15px;
  margin-left: 15px;
}
@media screen and (max-width:767px) {
  .form-note-txt2 {
    padding-top: 1vw;
  }
}

.radio span {
  padding-left: 13px;
}
@media screen and (max-width:767px) {
  .radio span {
    padding-left: 6px;
  }
}

.horizontal-item {
  margin-bottom: 20px;
  display: block;
}
.horizontal-item:last-child {
  margin-bottom: 0;
}

.p-form__title {
  line-height: 1.44;
}

@media screen and (max-width:767px) {
  .p-form__item {
    padding: 4vw 0 4.5vw;
  }
}

.p-form__index {
  padding: 10px 0;
}
@media screen and (max-width:767px) {
  .p-form__index .cart-table__name {
    margin-bottom: 3.3333333333vw;
  }
}
.p-form__index .cart-table__body {
  padding: 40px 0;
}
@media screen and (max-width:767px) {
  .p-form__index .cart-table__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5.3333333333vw 0;
  }
}
.p-form__index .cart-table__img img {
  border: 1px solid #dad6cd;
}
@media screen and (max-width:767px) {
  .p-form__index .cart-table__img img {
    width: 21.3333333333vw;
    margin-right: 0;
  }
}
.p-form__index .p-form__item--input {
  width: 50%;
}
@media screen and (max-width:767px) {
  .p-form__index .p-form__item--input {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-left: 20px;
    border-bottom: none !important;
  }
}
.p-form__index .p-form__item--input .p-form__head {
  width: 124px;
  padding-left: 0;
}
.p-form__index .p-form__item--input .p-form__body {
  max-width: calc(100% - 124px);
  width: 100%;
  padding-right: 0;
}
@media screen and (max-width:767px) {
  .p-form__index .p-form__item--input .p-form__body {
    max-width: 100%;
  }
}
@media screen and (max-width:767px) {
  .p-form__index .p-form__item--input .p-form__body .p-form__input {
    height: 22vw;
  }
}
@media screen and (max-width:767px) {
  .p-form__index .p-form__head--note {
    border-top: 0.2666666667vw solid #dddddd;
    padding-top: 5.3333333333vw;
    margin-bottom: -4vw;
  }
}
.p-form__index .cart-table__body:last-child {
  border-bottom: none;
}
@media screen and (max-width:767px) {
  .p-form__index .cart-table__body:last-child {
    border-bottom: 0.2666666667vw solid #dddddd;
  }
}

.box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-form__btn--input1 {
  margin-top: 0;
}

@media screen and (max-width:767px) {
  .p-form__item--address {
    padding-top: 2vw;
    padding-bottom: 4.5vw;
  }
}
.p-form__item--address .p-form__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-form__item--address .p-form__title .p-form__required {
  margin-top: 4px;
}
.p-form__item--address .p-form__txtnote {
  font-size: 12px;
  line-height: 1.4;
  width: 70%;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .p-form__item--address .p-form__txtnote {
    width: 100%;
    margin-bottom: 4vw;
    margin-top: -3vw;
  }
}

@media screen and (max-width:767px) {
  .p-form__item--address2 {
    padding-top: 1vw;
    padding-bottom: 2.5vw;
  }
}

.p-form__item--padSmall {
  padding-bottom: 30px;
}
@media screen and (max-width:767px) {
  .p-form__item--padSmall {
    padding-bottom: 4.6vw;
  }
}

.p-form__btn {
  margin-bottom: 120px;
}
@media screen and (max-width:767px) {
  .p-form__btn {
    margin-bottom: 20vw;
    margin-top: 11.5vw;
  }
}

.box-flower .flower-modal-cont {
  display: none;
}

.flower-cont__img {
  max-width: 340px;
  margin: 0 auto;
  border: 1px double #dad6cd;
  position: relative;
}
.flower-cont__img .tag {
  width: 36px;
  height: 36px;
  background: #1a60a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 3px 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:1024px) {
  .flower-cont__img .tag {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:767px) {
  .flower-cont__img .tag {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.flower-cont__img .tag-double {
  position: absolute;
  left: 50%;
}

.block-fax {
  max-width: 920px;
  margin: 0 auto 151px;
  border: 1px double #d0c4ac;
  position: relative;
  padding: 44px 50px 64px;
}
@media screen and (max-width:767px) {
  .block-fax {
    margin: 0 20px 71px;
    padding: 10vw 5.3333333333vw 14.6666666667vw;
  }
}
.block-fax::before {
  border: 1px double #d0c4ac;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  content: "";
}
.block-fax__ttl {
  text-align: center;
  color: #a1895a;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: normal;
  padding-bottom: 11px;
}
@media screen and (max-width:767px) {
  .block-fax__ttl {
    font-size: 7.4666666667vw;
    padding-bottom: 17px;
  }
}
.block-fax__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
  padding-bottom: 33px;
  border-bottom: 1px double #d0c4ac;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width:767px) {
  .block-fax__txt {
    text-align: left;
    line-height: 1.6875;
    padding-bottom: 26px;
  }
}
.block-fax__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
@media screen and (max-width:767px) {
  .block-fax__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-fax__box--num {
  position: relative;
  padding-left: 66px;
  font-weight: bold;
  margin-left: 35px;
}
@media screen and (max-width:767px) {
  .block-fax__box--num {
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 7vw;
  }
}
.block-fax__box--num .icon {
  max-width: 45px;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 920px) {
  .block-fax__box--num .icon {
    top: 0;
  }
}
@media screen and (max-width:767px) {
  .block-fax__box--num .icon {
    max-width: 36px;
    top: 0;
    left: 16vw;
  }
}
.block-fax__box--num .ttl {
  text-align: center;
  display: block;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 15px;
  letter-spacing: 0.06em;
}
@media screen and (max-width:767px) {
  .block-fax__box--num .ttl {
    font-size: 4.8vw;
    padding-left: 16.933333vw;
    padding-bottom: 5.133333vw;
    padding-top: 1vw;
    line-height: 1.4;
  }
}
.block-fax__box--num .number {
  display: block;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 920px) {
  .block-fax__box--num .number {
    font-size: 2.2rem;
  }
}
@media screen and (max-width:767px) {
  .block-fax__box--num .number {
    font-size: 9.0666666667vw;
  }
}
.block-fax__box--btn {
  margin-left: 37px;
}
@media screen and (max-width:767px) {
  .block-fax__box--btn {
    margin-left: 0;
  }
}
.block-fax__box--btn a {
  background: #a1895a;
  color: #fff;
  width: 340px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}
@media screen and (max-width:767px) {
  .block-fax__box--btn a {
    width: 100%;
    padding: 16px 20px;
  }
}
.block-fax__box--btn a span {
  display: inline-block;
  margin-left: 22px;
}
.block-fax__box--btn a span img {
  width: 30px;
}
@media print, screen and (min-width:768px) {
  .block-fax__box--btn a:hover {
    opacity: 0.7;
  }
}

.contact-complete {
  margin: 70px auto 0;
}

.p-form__input::-webkit-input-placeholder {
  padding-top: 0;
}

.kyoka-complete .group-btn .c-btn-01 {
  max-width: 330px;
}

.p-form__row + .error.error-pad {
  padding-left: 0;
}

.radio.is-error {
  position: relative;
}
.radio.is-error span {
  position: relative;
  z-index: 2;
}
.radio.is-error::before {
  background: #ffdcd1;
  position: absolute;
  left: -5px;
  top: -5px;
  right: 0;
  bottom: -5px;
  content: "";
}