@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
**********************************************************************/
/* ************************************************ 
 *	お問い合わせフォーム
 * ************************************************ */
h1.contact_ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  h1.contact_ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.form_block dl {
  background-color: #f0f0f0;
  padding: 15px;
}
@media print, screen and (min-width: 960px) {
  .form_block dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
  }
}
.form_block dl:not(:last-child) {
  margin-bottom: 5px;
}
.form_block dt {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .form_block dt {
    justify-content: space-between;
    width: 200px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .form_block dd {
    width: calc(100% - 270px);
  }
}
.form_block dd.postal_code input {
  width: 80px;
}
.form_block dd .bold {
  display: block;
  font-weight: 700;
  margin-bottom: 16px;
}
.form_block input:not([type=radio]):not([type=checkbox]), .form_block textarea {
  width: 100%;
  color: inherit;
  border: 1px solid #ccc;
  padding: 8px 10px;
}
.form_block select {
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #ccc;
  padding: 5px 8px;
  appearance: menulist-button;
}
.form_block .wpcf7-form-control.btn-flex {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
@media print, screen and (min-width: 960px) {
  .form_block .wpcf7-form-control.btn-flex.row {
    flex-direction: row;
    gap: 8px 32px;
  }
}
.form_block .wpcf7-form-control.telephone-contact {
  margin: 8px 0;
}
.form_block .wpcf7-list-item {
  margin: 0;
}
.form_block .square {
  color: #040f50;
}
.form_block .required {
  display: inline-block;
  color: #C82E19;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 960px) {
  .form_block .required {
    font-size: 12px;
  }
}
.form_block .optional {
  display: inline-block;
  color: #0069b4;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 960px) {
  .form_block .optional {
    font-size: 12px;
  }
}
.form_block .note {
  color: #666;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 8px;
}
@media print, screen and (min-width: 960px) {
  .form_block .note {
    font-size: 14px;
  }
}

.reCAPTCHA_txt {
  color: rgba(38, 41, 60, 0.5);
  font-size: 13px;
  text-align: center;
  margin: 40px 0 30px;
}
.reCAPTCHA_txt a {
  color: rgba(38, 41, 60, 0.5);
  text-decoration: underline;
}

.submit_block {
  margin-top: 25px;
}
@media print, screen and (min-width: 960px) {
  .submit_block {
    margin-top: 50px;
  }
}
.submit_block .policy_check {
  position: relative;
  text-align: center;
  padding: 30px;
  margin-bottom: 50px;
  z-index: 0;
}
.submit_block .policy_check::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fef7f9;
  mix-blend-mode: multiply;
  z-index: -1;
}
.submit_block .policy_check a {
  display: inline-block;
  color: #27293c;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 1em;
}
.submit_block .policy_check p.policy_check_txt {
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  .submit_block .policy_check p.policy_check_txt {
    text-align: center;
  }
}
.submit_block .policy_check .wpcf7-list-item {
  margin-left: 0;
}
.submit_block .policy_check input[type=checkbox] {
  width: 22px;
  height: 22px;
  position: relative;
  top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #888;
  background: rgba(0, 0, 0, 0);
  background: #fff;
}
.submit_block .policy_check input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  background: #ff8ca6;
  transform: rotate(45deg);
  transform-origin: right center;
}
.submit_block .policy_check input[type=checkbox]:checked::after {
  content: "";
  width: 16px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
  background: #ff8ca6;
  transform: rotate(-53deg);
  transform-origin: left center;
}
.submit_block input[type=submit] {
  display: block;
  width: 260px;
  background-color: #ff8ca6;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border: none;
  padding: 20px 0;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.6s;
}
@media print, screen and (min-width: 600px) {
  .submit_block input[type=submit] {
    width: 300px;
    font-size: 22px;
  }
}
.submit_block input[type=submit].back_btn {
  background-color: #ff8ca6;
  color: #fff;
}
.submit_block input[type=submit]:disabled {
  opacity: 0.3;
}

/* ************************************************ 
 *	供花・供物のご注文
 * ************************************************ */
/* 見出し
----------------------------------------------*/
h1.kyouka_kumotsu_page_ttl {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  h1.kyouka_kumotsu_page_ttl {
    font-size: 32px;
  }
}

h2.kyouka_kumotsu_block_ttl {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  h2.kyouka_kumotsu_block_ttl {
    font-size: 24px;
  }
}

/* アンカーリンク
----------------------------------------------*/
.kyouka_kumotsu_anchor_link {
  padding-top: 20px;
}
.kyouka_kumotsu_anchor_link a {
  display: inline-block;
  width: 100%;
  color: #ff8ca6;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 2px solid #ff8ca6;
  padding: 15px 0;
}
@media print, screen and (min-width: 768px) {
  .kyouka_kumotsu_anchor_link a {
    width: 320px;
    margin: 0 10px;
  }
}
.kyouka_kumotsu_anchor_link a:first-child {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .kyouka_kumotsu_anchor_link a:first-child {
    margin-bottom: 0;
  }
}
.kyouka_kumotsu_anchor_link span {
  position: relative;
  padding-left: 20px;
}
.kyouka_kumotsu_anchor_link span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #ff8ca6 transparent transparent transparent;
  margin: auto;
}

/* メールでのご注文
----------------------------------------------*/
.kyouka_lead {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .kyouka_lead {
    text-align: center;
    margin-top: 40px;
  }
}
.kyouka_lead span {
  color: #C82E19;
}

ul.kyouka_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
  margin-top: 24px;
}
@media print, screen and (min-width: 600px) {
  ul.kyouka_list {
    gap: 32px 30px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.kyouka_list {
    gap: 32px;
  }
}
ul.kyouka_list li {
  width: calc(50% - 12px);
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  ul.kyouka_list li {
    width: calc(33.3333333333% - 20px);
  }
}
@media print, screen and (min-width: 960px) {
  ul.kyouka_list li {
    width: calc(25% - 24px);
  }
}
ul.kyouka_list li img {
  width: 100%;
}
ul.kyouka_list li span.price {
  display: block;
  color: #C82E19;
}

/* フォーム
----------------------------------------------*/
.form_block.kyouka_kumotsu dl {
  display: block;
  background-color: #f0f0f0;
  padding: 15px 10px;
}
@media print, screen and (min-width: 600px) {
  .form_block.kyouka_kumotsu dl {
    padding: 25px;
  }
}
.form_block.kyouka_kumotsu dt {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .form_block.kyouka_kumotsu dt {
    font-size: 16px;
  }
}
.form_block.kyouka_kumotsu dt .required {
  margin-top: 0;
  margin-left: 0.5em;
}
.form_block.kyouka_kumotsu dd {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .form_block.kyouka_kumotsu dd input, .form_block.kyouka_kumotsu dd textarea {
    width: 100%;
  }
}
.form_block.kyouka_kumotsu dd.date input[type=date] {
  width: 150px;
  margin-right: 10px;
}

.kyouka_kumotsu_order_block h3 {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .kyouka_kumotsu_order_block h3 {
    font-size: 22px;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.kyouka_kumotsu_order_block:not(:last-child) {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .kyouka_kumotsu_order_block:not(:last-child) {
    padding-bottom: 80px;
  }
}

.address_note {
  color: #C82E19;
  font-weight: bold;
  margin-bottom: 20px;
}

.form_block .send_block input[type=checkbox] {
  width: auto;
}
.form_block .send_block input[type=submit] {
  display: block;
  width: 260px;
  background-color: #ff8ca6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: none;
  padding: 15px 0;
  margin: 30px auto 0;
  cursor: pointer;
  transition: all 0.6s;
}
@media print, screen and (min-width: 768px) {
  .form_block .send_block input[type=submit] {
    width: 300px;
    font-size: 22px;
  }
}
.form_block .send_block input[type=submit]:disabled {
  opacity: 0.3;
}
.form_block .send_block strong {
  font-weight: bold;
}
.form_block .send_block strong.red {
  color: #C82E19;
}
.form_block .send_block .kyouka_kumotsu_caution_list {
  margin-top: 1em;
}
.form_block .send_block .kyouka_kumotsu_caution_list a {
  text-decoration: underline;
}
.form_block .send_block .wpcf7-list-item {
  margin-left: 0;
}
.form_block .send_block input[type=checkbox] {
  width: 22px;
  height: 22px;
  position: relative;
  top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #888;
  background: rgba(0, 0, 0, 0);
  background: #fff;
}
.form_block .send_block input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  background: #ff8ca6;
  transform: rotate(45deg);
  transform-origin: right center;
}
.form_block .send_block input[type=checkbox]:checked::after {
  content: "";
  width: 16px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
  background: #ff8ca6;
  transform: rotate(-53deg);
  transform-origin: left center;
}
.form_block .send_block .policy_check {
  position: relative;
  text-align: center;
  padding: 30px;
  margin: 50px 0;
}
.form_block .send_block .policy_check::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fef7f9;
  mix-blend-mode: multiply;
}
.form_block .send_block .policy_check a {
  display: inline-block;
  color: #27293c;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 1em;
}
.form_block .send_block .policy_check p.policy_check_txt {
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  .form_block .send_block .policy_check p.policy_check_txt {
    text-align: center;
  }
}

/* FAXでのご注文
----------------------------------------------*/
.kyouka_fax_btn_container {
  text-align: center;
}
.kyouka_fax_btn_container p {
  font-weight: bold;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .kyouka_fax_btn_container p {
    font-size: 16px;
    text-align: center;
  }
}
.kyouka_fax_btn_container ul {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .kyouka_fax_btn_container ul {
    flex-direction: row;
    justify-content: center;
    gap: 0 16px;
  }
}
.kyouka_fax_btn_container ul a {
  display: inline-block;
  width: 100%;
  color: #ff8ca6;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 2px solid #ff8ca6;
  padding: 15px 0;
}
@media print, screen and (min-width: 768px) {
  .kyouka_fax_btn_container ul a {
    width: 300px;
    font-size: 16px;
  }
}
.kyouka_fax_btn_container ul a span {
  position: relative;
  padding-left: 20px;
}
.kyouka_fax_btn_container ul a span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #ff8ca6 transparent transparent transparent;
  margin: auto;
}

.kyouka_fax_img {
  margin-top: 30px;
}
.kyouka_fax_img img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}/*# sourceMappingURL=form.css.map */