/*  =========================================== */
/*  add 2025 editor takagi */
/* ============================================ */


/* top calender */
/* ============================================ */

.calender-note {
 font-size: 14px;
 color: #333;
 margin-top: 20px;
 line-height: 1.8;
}

.calender-note .note {
 display: inline-block;
 width: 12px;
 height: 12px;
 margin-right: 6px;
 vertical-align: middle;
 border-radius: 2px;
}

.calender-note .red {
 background-color: #f88d8d; /* カレンダーの赤に近い色 */
}

.calender-note .blue {
 background-color: #1e73be; /* カレンダーの青に近い色 */
}

@media (min-width: 768px){
 .calender-note {
  display: flex;
 }
}


/* form */
/* ============================================ */

@media (min-width: 768px) {
 .form__item--shop span.wpcf7-form-control{
  width:550px;
  display: inline-block;
  line-height: 2.4;
 }
}

