@charset "UTF-8";
.page-header {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #D9D9D9;
}
.page-header__title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 2px;
  text-align: center;
}
.page-header__catch {
  font-size: 0.875rem;
  font-weight: 300;
}

.breadcrumb__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.breadcrumb__item {
  font-size: 0.875rem;
}
.breadcrumb__item a {
  padding: 0 2px;
  color: #ffbf00;
}
.breadcrumb__item__arrow {
  display: inline-block;
  vertical-align: baseline;
  color: #000;
  line-height: 1;
  position: relative;
  width: 0.4em;
  height: 0.4em;
  transform: translateX(-25%) rotate(45deg);
  margin: auto 8px;
}
.breadcrumb__item__arrow::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.breadcrumb__item__arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.breadcrumb__item:last-child {
  font-weight: 700;
}

.pv {
  width: 100%;
  height: 400px;
}
.pv__about {
  background: url(../img/page/pv-about.jpg) center 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.pv__juice {
  background: url(../img/page/pv-juice.jpg) center 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.pv__food {
  background: url(../img/page/pv-food.jpg) center 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.point-list {
  margin-left: 1em;
  margin-bottom: 15px;
}
.point-list__item {
  margin: auto auto 5px;
  list-style-type: disc;
  list-style-position: outside;
}

.attention-text {
  color: #f00;
}
.attention-text__title {
  font-size: 1.125rem;
  margin-bottom: auto !important;
}
.attention-text__text {
  font-size: 1rem;
}

/** about **/
.page-about__title {
  font-size: 1.125rem;
}

/** juice **/
.juice-price {
  margin: auto auto 30px;
}
.juice-price__list {
  margin-bottom: 10px;
}
.juice-price__item {
  border-bottom: 1px solid #D9D9D9;
  padding: 6px;
}
.juice-price__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.juice-price__term {
  text-align: left;
}
.juice-price__price {
  text-align: right;
}
.juice-price .recommend_mark {
  font-size: 0.875em;
  color: #ffbf00;
}
.juice-price .note {
  font-size: 0.875rem;
}

.juice-flow {
  margin: auto;
}
.juice-flow__content {
  background: #F5F9F6;
  padding: 30px;
  margin-top: 10px;
}
.juice-flow__number {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 30px;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 60px;
  font-style: italic;
}
.juice-flow__title {
  text-align: center;
  font-size: 1.125rem;
}

.juice-attention {
  margin: 30px auto auto;
}
.juice-attention__content {
  background: #F5F9F6;
  padding: 30px;
  margin-top: 10px;
}
.juice-attention__title {
  text-align: center;
  font-size: 1.125rem;
}

/** cancellation **/
.cancellation .point-list__item {
  list-style-type: decimal;
}

/** food **/
.food__content {
  margin-bottom: 30px;
}
.food__content:last-of-type {
  margin-bottom: auto;
}
.food__headline {
  margin-bottom: 5px;
}
.food__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: auto !important;
}
.food__price {
  font-size: 1rem;
  color: #575757;
}

/**form**/
.form-content {
  margin: 30px auto;
  max-width: 600px;
}
.form-content .required {
  margin: 30px auto 15px;
}
.form-content .required span {
  color: #f00;
  margin-right: 4px;
}
.form-content__label {
  margin: 15px auto;
}
.form-content__title {
  display: block;
  margin-bottom: 4px;
}
.form-content__title.require::after {
  content: "*";
  display: inline-block;
  color: #f00;
  width: 1em;
  height: auto;
  margin-left: 2px;
}
.form-content__input input {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  padding: 6px 5px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #F5F5F5;
  outline: none;
}
.form-content__input select {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  padding: 6px 5px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #F5F5F5;
  outline: none;
}
.form-content__input textarea {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  padding: 6px 5px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #F5F5F5;
  outline: none;
}
.form-content__input input[type=tel] {
  max-width: 300px;
}
.form-content__input input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-content__input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
}
.form-content__input.form-content__select-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 4px auto;
}
.form-content__input.form-content__select-column .form-content__select__text {
  width: calc(100% - 100px);
}
.form-content__input.form-content__select-column .form-content__select__text__note {
  display: block;
  font-size: 0.875rem;
}
.form-content__input.form-content__select-column .form-content__select__select {
  width: 80px;
}
.form-content input[type=number] {
  max-width: 300px;
  width: 4em;
  -moz-appearance: initial;
  -webkit-appearance: initial;
          appearance: initial;
}
.form-content input[type=date] {
  max-width: 140px;
}
.form-content .submit-button {
  text-align: center;
  width: 240px;
  margin: 45px auto auto;
}
.form-content .submit-button input[type=submit] {
  font-size: 0.875rem;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  background: #000;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #000;
  line-height: 50px;
  transition: 0.2s;
}
@media (hover: hover) {
  .form-content .submit-button input[type=submit]:hover {
    background: #fff;
    color: #000;
  }
}
.form-content__gray {
  background: #F5F9F6;
  padding: 15px;
  margin-top: 15px;
}
.form-content__section__title {
  margin-top: 30px;
}
.form-content .wpcf7-not-valid-tip {
  margin-top: 2px;
  font-size: 0.875rem;
  color: #ED272B;
}

/* ====================================
   チェックボックス
   ==================================== */
.wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  display: block;
  padding-left: 25px;
  margin: 2px auto;
}

.wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* チェックされたときの背景色 */
.wpcf7-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  background-color: #ffbf00;
  border-color: #ffbf00;
}

/* チェックマークを作成 */
.wpcf7-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: block;
  left: 6px;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}

/* ラジオボタンの親要素を相対位置に設定 */
.wpcf7-radio .wpcf7-list-item {
  position: relative;
  display: block;
  padding-left: 25px;
  margin: 2px auto;
}

/* カスタムの丸いラジオボタンを作成 */
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 50%;
}

/* ラジオボタンが選択されたときのスタイル */
.wpcf7-radio input[type=radio]:checked ~ .wpcf7-list-item-label::before {
  background-color: #ffbf00;
  border-color: #ffbf00;
}

/* 選択されたときに表示される中央の点 */
.wpcf7-radio input[type=radio]:checked ~ .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

.form-content__input.form-content__select {
  position: relative;
  display: inline-block;
}
.form-content__input.form-content__select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
  font-size: 10px;
}

/**2511**/
.form-content__input.select__date{
}
.form-content__input.select__date p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.wpcf7 form .wpcf7-response-output{
    margin-top: 3em;
    margin-bottom: 2em;
    font-weight: 500;
}