@charset "UTF-8";

:root{
  --grayColor: #eae8e8;
  --lightgrayColor: #f5f5f5;
  --bdColor: #c3c3c3;
  --redColor: #ea0f0f;
  --blueColor: #011287;
  --blue2Color: #4a5dff;
}

* {
  box-sizing: border-box;
}

body{
  line-height: 1.5;
}

.form_container{
  max-width: 980px;
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}


/* ============================================================
  ブレークポイント
  .show-pc     : 768px以上で表示（PCのみ表示）
  .show-tab    : 551px以上767px以下で表示（タブレットのみ表示）
  .show-sp     : 550px以下で表示（スマホのみ表示）
  .show-pc-tab : 551px以上で表示（スマホ非表示）
  .show-tab-sp : 767px以下で表示（PC非表示）
============================================================ */

@media screen and (max-width: 550px){
  .show-pc,
  .show-tab,
  .show-pc-tab{
    display: none;
  }
}

@media screen and (min-width: 551px) and (max-width: 767px){
  .show-pc,
  .show-sp,
  .show-pc-sp{
    display: none;
  }
}

@media screen and (min-width: 768px){
  .show-tab,
  .show-sp,
  .show-tab-sp{
    display: none;
  }

  a[href*="tel:"]{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

dl,ol,ul{
  margin: 0;
  padding: 0;
}

strong{
  font-weight: 700;
}

/* お問い合わせ入力画面・確認画面・完了画面 */
.form_container .row{
  display: block;
  margin-right: 0;
  margin-left: 0;
}

#page2{
  margin: clamp(24px, calc(64 / 1200 * 100vw), 64px) auto 32px;
}

#page2 a{
  color: var(--blue2Color);
  text-decoration: underline;
}

.ColorRed{
  color: var(--redColor);
}

.underline{
  text-decoration: underline;
}

.attention-icon{
  width: 49px;
}

.form_area{
  padding-bottom: clamp(48px, calc(64 / 1200 * 100vw), 64px);
}

.form_area a{
  color: var(--blue2Color);
  text-decoration: underline;
}

h1.PositionTitle{
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 8px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#input-desc{
  width: 100%;
}

#input-desc p{
  font-size: 16px;
}

#input-desc p + p{
  margin-top: 1em;
}

#input-desc ul.list{
  list-style: disc;
  margin: 0 0 0 2em;
}

#input-desc ul.list + p{
  margin-top: 1em;
}

#input-desc .info_area{
  margin-top: 1.5em;
  border: solid 2px var(--redColor);
  background: #fdfcea;
  padding: 1.5em 2em;
}

#input-desc .info_title{
  font-size: clamp(18px, calc(21 / 1200 * 100vw), 21px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.75em;
  color: var(--redColor);
}

#input-desc .info_subtitle{
  font-size: clamp(17px, calc(19 / 1200 * 100vw), 19px);
  font-weight: 700;
  margin: 1.5em 0 0.75em;
}

#input-desc .info_subtitle::before{
  content: '■';
}

.info_schedule{
  list-style: disc;
  max-width: 100%;
  width: fit-content;
  padding-left: 2.5em;
}

#input-desc .info_area p + p,
#input-desc .info_area p + ul,
#input-desc .info_area ul + p{
  margin-top: 1em;
}


.form_count{
  background: var(--lightgrayColor);
  text-align: center;
  padding: 0.75em 1.25em;
  margin: 0 auto 1.25em;
  max-width: 400px;
  width: fit-content;
  border-radius: 6px;
}

.form_count p{
  font-size: 16px;
}

.form_count p .large-txt{
  font-size: 1.4em;
  font-weight: 700;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="file"],
input[type="url"],
input[type="password"],
textarea,
select{
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  margin: 0;
  padding: 14px;
  border: solid 1px var(--bdColor);
  border-radius: 4px;
}

input[type="radio"]{
  margin: 0 0.25rem 0 0;
}

input[type="file"]{
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
}

input[type="checkbox"]{
  margin-right: 10px;
  transform: translateY(2px) scale(1.5);
}

input:read-only{
  background: var(--lightgrayColor);
}

input.custom_cal,
input.custom_cal2{
  max-width: 400px;
  background: unset;
}

.form_item--icon{
  position: relative;
  width: fit-content;
}

.form_item--icon::after{
  position: absolute;
  content: '';
  top: 14px;
  right: 10px;
  width: 1.3em;
  height: 1.3em;
  background-image :url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjIuMCBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI2IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGQ9Ik0yMTYgNjRDMjI5LjMgNjQgMjQwIDc0LjcgMjQwIDg4TDI0MCAxMjhMNDAwIDEyOEw0MDAgODhDNDAwIDc0LjcgNDEwLjcgNjQgNDI0IDY0QzQzNy4zIDY0IDQ0OCA3NC43IDQ0OCA4OEw0NDggMTI4TDQ4MCAxMjhDNTE1LjMgMTI4IDU0NCAxNTYuNyA1NDQgMTkyTDU0NCA0ODBDNTQ0IDUxNS4zIDUxNS4zIDU0NCA0ODAgNTQ0TDE2MCA1NDRDMTI0LjcgNTQ0IDk2IDUxNS4zIDk2IDQ4MEw5NiAxOTJDOTYgMTU2LjcgMTI0LjcgMTI4IDE2MCAxMjhMMTkyIDEyOEwxOTIgODhDMTkyIDc0LjcgMjAyLjcgNjQgMjE2IDY0ek0yMTYgMTc2TDE2MCAxNzZDMTUxLjIgMTc2IDE0NCAxODMuMiAxNDQgMTkyTDE0NCAyNDBMNDk2IDI0MEw0OTYgMTkyQzQ5NiAxODMuMiA0ODguOCAxNzYgNDgwIDE3NkwyMTYgMTc2ek0xNDQgMjg4TDE0NCA0ODBDMTQ0IDQ4OC44IDE1MS4yIDQ5NiAxNjAgNDk2TDQ4MCA0OTZDNDg4LjggNDk2IDQ5NiA0ODguOCA0OTYgNDgwTDQ5NiAyODhMMTQ0IDI4OHoiLz48L3N2Zz4=');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

textarea{
  line-height: 1.6;
  height: calc(6em * 1.6);
  margin-top: 1rem!important;
}


label,
.label{
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.req{
  display: inline-block;
  white-space: nowrap;
  font-size: 0.7rem;
  line-height: 1;
  color: #fff;
  background: var(--redColor);
  padding: 5px 6px;
  border-radius: 4px;
  margin-left: 0.4rem;
}

.form_tb{
  width: 100%;
  table-layout: fixed;
}

.form_tb * {
  box-sizing: border-box;
}

.form_tb tr{
  width: 100%;
  box-sizing: border-box;
}

.form_tb th,
.form_tb td{
  font-size: 16px;
  padding: 1.5rem 1.25rem;
  border-bottom: solid 1px var(--bdColor);
}

.form_tb tr.first_tr th,
.form_tb tr.first_tr td{
  border-top: solid 1px var(--bdColor);
}

.form_tb th{
  text-align: left;
  background: var(--grayColor);
  width: clamp(220px, calc(280 / 1600 * 100vw), 280px);
}

.form_tb td{
  width: calc(100% - clamp(220px, calc(280 / 1600 * 100vw), 280px));
}

.form_tb .form_item + .form_item{
  margin-top: 1.5rem;
}

.form_tb .form_item + .form_item.hide{
  margin-top: 0;
}

.form_tb .select{
  width: fit-content;
}

.form_tb input#username,
.form_tb input#client{
  width: fit-content;
  min-width: 24rem;
}

.form_tb input#tel,
.form_tb input#case_no,
.form_tb input#core_area,
.form_tb input#branch,
.form_tb input#date_request,
.form_tb input[type="date"],
.form_tb input#storage3d_pw{
  width: fit-content;
  min-width: 18rem;
}

.form_tb input.js-error{
  background: #fee2e2;
}

.form_tb .form_item p,
.form_tb .note p{
  font-size: 0.9em;
  margin: 0.5rem 0 0;
  padding: 0;
}

.form_tb .chk_list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, calc(24 / 1200 * 100vw), 24px) 16px;
  border: solid 1px var(--bdColor);
  border-radius: 4px;
  padding: 16px;
}

.form_tb .chk_item{
  display: grid;
  row-gap: 8px;
}

.taste_img{
  aspect-ratio: 359 / 254;
  overflow: hidden;
}

.form_tb .chk_item img{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.form_tb .form_item .taste_text{
  margin: 0 0 1em;
}

.form_tb .form_item p.text_indent,
.form_tb .form_item span.text_indent{
  padding-left: 1em;
  text-indent: -1em;
}

.form_tb .form_item span.text_indent{
  display: inline-block;
}

.form_tb .form_item span.ColorRed{
  /* display: inline-block; */
}

.form_tb .form_item p.mb16{
  margin-bottom: 1em;
}

.form_tb .form_item a.link_red{
  color:#ea0f0f!important;
}

.form_tb .form_item .form_list_unit{
  font-size: 0.9em;
  padding: 0.5em 1.5em 1em;
  margin-top: 1em;
  background: var(--lightgrayColor);
}

.form_tb .form_item .note{
  font-size: 0.98em;
  padding: 1em 1.5em;
  background: #fdfcea;
  border: solid 2px #ea0f0f;
  margin-top: 1rem;
}

.form_tb .form_item ul.form_list{
  font-size: 0.9em;
  list-style: disc;
  margin: 1em 0 0 2em;
}

.form_tb td .ttl{
  margin: 0 0 0.5rem;
}

.form_tb .radio_item .wpcf7-radio{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

/* 依頼内容 */
.form_tb .price_form_row td{
  padding: 0;
}

.form_tb .price_form_row .form_item p{
  font-size: 16px;
}

.form_tb .price_form_row .form_item p.note{
  font-size: 0.9em;
}

.price_form__title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #666;
  padding: 0.75rem clamp(12px, calc(16 / 1600 * 100vw), 16px);
  font-weight: 700;
}

.form_tb .price_form__title p{
  margin: 0;
}

.form_tb .form_item .price_form__title-name{
  font-weight: 700;
}

.price_form__body{
  padding: 1.25rem clamp(12px, calc(16 / 1600 * 100vw), 16px);
}

.form_tb .form_item .price_form__text{
  margin: 0 0 1em;
}

.price_form__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

.price_form__unit{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1em;
}

.price_form__unit input[type="number"]{
  width: 5.5em!important;
}

.form_tb .price_form__table{
  width: 100%;
}

.form_tb .form_item .price_form__table th,
.form_tb .form_item .price_form__table td{
  padding: 0.6em clamp(8px, calc(12 / 1600 * 100vw), 12px);
}

.form_tb .price_form__table p{
  margin: 0;
}

.form_tb .price_form__table thead th{
  background: var(--lightgrayColor);
  font-weight: 700;
  text-align: center;
}

.form_tb .form_item .price_form__table .item_name{
  width: calc(100% - ((16% * 2) + 18%));
  padding-left: clamp(12px, calc(16 / 1600 * 100vw), 16px);
}
.price_form__table .item_price{
  width: 18%;
  padding-right: clamp(12px, calc(16 / 1600 * 100vw), 16px);
  background: #fdfcea;
  font-weight: 700;
}
.price_form__table .quantity,
.price_form__table .unit_price{
  width: 16%;
  white-space: nowrap;
}

.price_form__table td.unit_price,
.price_form__table td.item_price p{
  text-align: right;
}

.price_form__table .price_form__unit{
  display: block;
}

.confirm_area .price_form__unit{
  display: flex;
  align-items: center;
  gap: 0;
}

.confirm_area .price_form__table .quantity{
  text-align: center;
}

.file_del_btn_wrapper{
  display: none;
  text-align: right;
}

.file_del_btn{
  font-size: 0.95em;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity .15s ease-in-out;
}


@media (hover: hover){
  .file_del_btn:hover{
    opacity: .7;
  }
}

.file_exterior_wrap,
.confirm_file_exterior_wrap{
  margin-top: 1rem;
}

.textarea_material_wrap{
  padding: 1.5rem 1.25rem 1.5rem;
}
/* 
.textarea_exterior_wrap[style*="display:none"] + .textarea_interior_wrap,
.textarea_exterior_wrap[style*="display: none"] + .textarea_interior_wrap{
  margin-top: 0;
  padding-top: 1.5rem;
} */

.form_tb .textarea_title::before{
  content: '■';
}

.textarea_material_wrap label{
  font-size: 0.95em;
}

.form_tb .textarea_material_wrap p + label{
  margin-top: 0.5em;
}

.form_tb .wpcf7-form-control-wrap + label{
  margin-top: 0.5em;
}

.textarea_material_wrap textarea{
  margin-top: 0.5rem!important;
  height: calc(4em * 1.6);
}

.file_exterior_wrap label{
  margin-bottom: 0.5rem;
}

.form_tb .price_form_row .form_item .file_exterior_wrap .file_note{
  font-size: 0.9em;
}

.form_tb .form_item .price_form__error{
  color: var(--redColor);
  background: #ffe8eb;
  padding: 0.6em clamp(12px, calc(16 / 1600 * 100vw), 16px);
  border-radius: 4px;
  margin-top: 1em;
}

.form_tb .form_item .form_desc{
  margin: 1rem 0;
}

.form_tb .form_item .form_desc p,
.form_tb .form_item .note{
  font-size: 0.9em;
  margin: 0.5rem 0 0;
}

.form_tb .price_form__summary_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1em;
  background: var(--lightgrayColor);
  padding: 0.6em clamp(12px, calc(16 / 1600 * 100vw), 16px);
}

.price_form__summary_row + .price_form__summary_row{
  border-top: solid 1px var(--bdColor);
}

.form_tb .price_form__summary_row--total{
  color: #fff;
  background: #666;
}

.form_tb .form_item .price_form__summary_row p{
  margin-top: 0;
  font-weight: 700;
}

.price_form__summary_row .price{
  font-size: 1.4em;
  letter-spacing: 0;
}

@media screen and (max-width: 1023px){
  .price_form__grid{
    grid-template-columns: 1fr 1fr;
  }

  .price_form__unit{
    grid-template-columns: 6em 1fr;
  }
}

@media screen and (max-width: 767px){
  .price_form__grid{
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .confirm_area .price_form__grid{
    gap: 0;
  }

  .price_form__unit{
    grid-template-columns: 100px 1fr;
  }

  .confirm_area .price_form__unit{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }

  .form_tb .form_item .price_form__table,
  .form_tb .form_item .price_form__table thead,
  .form_tb .form_item .price_form__table tbody{
    display: block;
  }
  .form_tb .form_item .price_form__table tr{
    display: grid;
    align-self: center;
    grid-template-columns: 2fr 1fr;
  }
  .form_tb .form_item .price_form__table tr th,
  .form_tb .form_item .price_form__table tr td{
    display: grid;
    width: 100%!important;
  }

  .form_tb .form_item .price_form__table .option_cg .item_name,
  .form_tb .form_item .price_form__table .option_cg .unit_price{
    border-top: solid 2px #000;
  }

  .price_form__table th.item_name,
  .price_form__table th.unit_price,
  .price_form__table th.quantity,
  .price_form__table th.item_price{
    place-items: center;
  }

  .price_form__table .item_name{
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    border-right: solid 1px var(--bdColor);
  }
  .price_form__table .unit_price{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    place-items: center end;
  }
  .price_form__table .quantity{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .price_form__table .item_price{
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    place-items: center end;
  }

  .confirm_area .price_form__table .quantity{
    text-align: right;
  }

  .price_form__summary_row:first-of-type{
    border-top: solid 1px var(--bdColor);
  }
}

@media screen and (min-width: 768px){
  .form_tb .form_item .price_form__table .option_cg td{
    border-top: solid 2px #000;
  }
}


/*  */
.approval{
  margin-top: 24px;
  text-align: center;
}

.wpcf7-acceptance .wpcf7-list-item{
  margin-left: 0.5em;
}

.wpcf7-acceptance label{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, calc(20 / 1200 * 100vw), 20px);
  font-weight: 700;
  /* color: var(--redColor); */
  /* padding: 0.5em 2em; */
  /* border: solid 1px var(--bdColor); */
  /* border-radius: 4px; */
  /* background: #f0f1f7; */
}

.wpcf7-acceptance label input[type="checkbox"]{
  transform: scale(1.7);
  margin-right: 12px;
}

.handwritten_acceptance .wpcf7-acceptance label{
  font-size: clamp(14.4px, calc(16 / 1200 * 100vw), 16px);
}

.confirm_upload_file01,
.confirm_upload_file02,
.confirm_upload_file03{
  display: block;
}

.confirm_announcements{
  white-space: pre-wrap;
}

.btn_wrap{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.25rem;
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
}

.submit_btn{
  margin: 2rem auto 0;
  text-align: center;
  max-width: 320px;
}

.btn_wrap .submit_btn{
  width: calc(50% - 1rem);
}

.submit_btn input[type="submit"],
.submit_btn input[type="button"]{
  font-size: clamp(17px, calc(19 / 550 * 100vw), 19px);
  text-align: center;
  color: #fff;
  background: var(--blueColor);
  border: solid 2px var(--blueColor);
  border-radius: 4px;
  cursor: pointer;
  padding: 1rem 1.5rem;
  width: 100%;
  box-sizing: border-box;
}
.submit_btn.back .back_button{
  color: var(--blueColor);
  background: #fff;
}
.submit_btn input[type="submit"]:disabled,
.submit_btn input[type="button"]:disabled{
  color: #a8a8a8;
  background: #eee;
  border-color: #eee;
}

input[type="submit"].is-sending{
  opacity: .8;
  pointer-events: none;
  cursor: wait;
}

input[type="submit"].is-sending + .wpcf7-spinner{
  display: inline-block;
}

.submit_text p{
  font-size: clamp(15px, calc(16 / 768 * 100vw), 16px);
  text-align: center;
}
.submit_text p + p{
  margin-top: 1em;
}

.submit_text p a{
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  .submit_btn{
    max-width: 400px;
  }
}

/* スピナー */
.wpcf7-spinner{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: #043c7b;
  border-radius: 50%;
  background: unset;
  animation: cf7Spin .8s linear infinite;
}

@keyframes cf7Spin{
  to{
    transform: rotate(360deg);
  }
}

#info-area{
  display: none;
  background: #fdfcea;
  border: solid 2px var(--redColor);
  padding: 8px 12px;
  font-size: 1em;
  font-weight: 400;
  margin-top: clamp(24px, calc(56 / 1200 * 100vw), 56px);
}

#info-area.is-active{
  display: block;
}

#info-area p{
  font-size: inherit;
}

#info-area p .red{
  color: var(--redColor);
}

#info-area p strong{
  font-weight: 700;
}

#info-area p + p{
  margin-top: 1em;
}

.form-agree{
  margin-top: clamp(40px, calc(64 / 1200 * 100vw), 64px);
}

.form-agree__title{
  font-size: clamp(17px, calc(18 / 768 * 100vw), 18px);
  font-weight: 700;
  margin-bottom: 0.75em;
}

.form-agree__box{
  height: 200px;
  overflow-y: auto;
  padding: 16px;
  border: 1px solid #ccc;
  background-color: var(--lightgrayColor);
  line-height: 1.6;
}

.form-agree__box p{
  font-size: clamp(15px, calc(16 / 768 * 100vw), 16px);
}

.form-agree__box p + p{
  margin-top: 1.5em;
}

.form-agree__box p strong{
  font-weight: 700;
}
.form-agree__box p strong::before{
  content: '■';
}

.agree_chk{
  text-align: center;
  margin-top: 1.5em;
}

.agree_chk p{
  font-size: clamp(15px, calc(16 / 768 * 100vw), 16px);
}

.agree_chk label{
  column-gap: 6px;
}


@media screen and (max-width: 767px){
  h1.PositionTitle{
    font-size: 1.6rem;
  }

  .form_tb th,
  .form_tb td{
    display: block;
    width: 100%;
    padding: 1rem 0.5rem;
    border-top: solid 1px var(--bdColor);
    border-bottom: none;
  }

  .form_tb .radio_item .wpcf7-radio{
    grid-template-columns: unset;
  }

  .form_tb .select,
  .form_tb input:not([type="checkbox"]),
  .form_tb{
    max-width: unset!important;
    width: 100%!important;
    min-width: unset!important;
  }

  .form_tb input[type="radio"]{
    width: unset!important;
  }
}

@media screen and (max-width: 550px){
  .form_tb .chk_list{
    grid-template-columns: 1fr;
  }
}

.thanks_tb{
  text-align: center;
  margin-top: clamp(24px, calc(32 / 1200 * 100vw), 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 450px;
}

#confirm-desc h2,
.thanks_tb h2{
  font-size: 1.5rem;
  text-align: center;
  margin: 1.5rem 0 2rem;
}

.thanks_tb p{
  text-align: center;
}

.thanks_tb p + p{
  margin-top: 1.5em;
}

.thanks_tb .submit_btn{
  margin-top: clamp(48px, calc(64 / 1200 * 100vw), 64px);
}

@media screen and (max-width: 767px){

  #confirm-desc h2,
  .thanks_tb h2{
    font-size: 1.4rem;
  }
}



/*確認画面を非表示*/
.confirm_area{
    display: none;
}

#confirm-desc{
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}



/* カレンダー土曜 */
.flatpickr-day.sat,
.flatpickr-day.prevMonthDay.sat2,
.flatpickr-day.nextMonthDay.sat2,
.flatpickr-day.flatpickr-disabled.sat2 {
  color: rgb(0 0 255 / .3);
}
.flatpickr-day.sat2 {
  color: rgb(0 0 255 / 1);
}

/* カレンダー日曜・祝日 */
.flatpickr-day.sun,
.flatpickr-day.prevMonthDay.sun2,
.flatpickr-day.nextMonthDay.sun2,
.flatpickr-day.flatpickr-disabled.sun2 {
  color: rgb(255 0 0 / .3);
}
.flatpickr-day.sun2 {
  color: rgb(255 0 0 / 1);
}