@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999999 !important;
}

#logo {
  width: 50vw;
  opacity: 0;
  transition: opacity 1s;
}

.menu-image {
  box-sizing: border-box;
  margin: 0;
  padding: 1em 0 1em 0;
  width: 100%;
  background-color: white;
}

.menu-image-1,
.menu-image-2,
.menu-image-3,
.menu-image-4,
.menu-image-5,
.menu-image-6 {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
}
.menu-image-1 img,
.menu-image-2 img,
.menu-image-3 img,
.menu-image-4 img,
.menu-image-5 img,
.menu-image-6 img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}

.deadline-area {
  box-sizing: border-box;
  margin: 0;
  padding: 1em 1em 1em 1em;
  width: 100%;
  background-color: #eeeadf;
}

.deadline-container {
  max-width: 100%;
  margin: 0 auto;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}
.deadline-title {
  font-size: 22px;
  color: #444;
  text-align: center;
  margin-bottom: 40px;
}
.deadline-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  gap: 5px;
}
.deadline-date {
  font-size: 22px;
}
.deadline-date span {
  color: #FF0000;
}
.deadline-date small {
  color: #444;
  font-size: 17.6px;
  margin: 0 0.2em;
}

.week-label-wrapper {
  position: relative;
  width: 140px;
  height: 56px;
  min-width: 140px;
  flex-shrink: 0;
}

.week-label {
  background-color: #B5A279;
  color: #fff;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: visible;
  padding: 0 20px;
  box-sizing: border-box;
}
.week-label::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 20px;
  border-color: transparent transparent transparent #B5A279;
  z-index: 1;
}

.btn_sisyoku {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0;
  position: fixed;
  bottom: 3.5em;
  left: 0em;
  width: 100%;
  text-align: center;
  z-index: 999999999 !important;
}
.btn_sisyoku a {
  display: inline-block;
  box-sizing: border-box;
  padding: 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#f81f10), to(#d51609));
  font-size: 1.2em;
  color: white;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  width: 90vw !important;
  margin: 0 auto 0 auto;
  opacity: unset !important;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
}
.btn_sisyoku a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8ae10), to(#ef3f33));
  color: white;
  opacity: unset !important;
  text-decoration: none;
}

.btn_gozen {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0.5em;
  left: 0em;
  width: 100%;
  text-align: center;
  z-index: 999999999 !important;
}
.btn_gozen a {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0.6em;
  background: -webkit-gradient(linear, left top, left bottom, from(#772c39), to(#59232e));
  font-size: 1em;
  color: white;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  width: 90% !important;
  margin: 0 auto 0 auto;
  opacity: unset !important;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
}
.btn_gozen a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8ae10), to(#ef3f33));
  color: white;
  opacity: unset !important;
  text-decoration: none;
}

.sp {
  width: 100% !important;
}

.banner_info {
  box-sizing: border-box;
  margin: 0;
  padding: 0.3em 1em 0.3em 1em;
  width: 100vw;
  position: fixed;
  left: 0em;
  bottom: 4.8em;
  background-color: white;
  color: black;
  text-align: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  cursor: pointer;
  z-index: 1000;
  font-size: 14px !important;
}
.banner_info img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}

#info_area {
  box-sizing: border-box;
  margin: 0;
  padding: 5em;
  width: 96vw;
  /*height: calc(85vh - 2em);*/
  height: auto !important;
  position: fixed;
  top: 20%;
  left: calc(50% - 48vw);
  background-color: white;
  z-index: 999999999999;
  overflow: auto;
  border-radius: 20px 20px 20px 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4vw;
  letter-spacing: 0.1em;
  /*visibility: hidden;*/
}
#info_area .logo {
  box-sizing: border-box;
  margin: 0 auto 1em auto;
  padding: 0;
  width: 40%;
}
#info_area h3 {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0.3em 0;
  font-size: 3.5em;
  line-height: 1.5em;
  text-align: left;
  color: #9c1d22;
}
#info_area p {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 1em 0;
  font-size: 2em;
  line-height: 1.5em;
  text-align: left;
  color: black;
}
#info_area .info_close {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 23vw;
  right: -5em;
  top: -5em;
  cursor: pointer;
  z-index: 99999999999;
}

@keyframes nl_on {
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes nl_off {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
#comp_form_area {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 8em 0 5em 0;
  width: 90%;
  font-size: 4.3vw !important;
  line-height: 1.6em !important;
  position: relative;
}
#comp_form_area .form_header {
  box-sizing: border-box;
  margin: 0;
  padding: 1em;
  text-align: center;
  background-color: red;
  color: white;
  font-size: 1.5em;
  position: absolute;
  top: 0;
  left: -6%;
  width: 112%;
}
#comp_form_area h3 {
  font-size: 1.5em;
  line-height: 1.6em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}
#comp_form_area p {
  font-size: 1em;
  line-height: 1.6em;
}
#comp_form_area .form1 {
  box-sizing: border-box;
  margin: 0;
  padding: 0.5em 1em 0.5em 1em;
  color: black;
  background-color: white;
  border: 1px solid black;
  border-radius: 6px;
  font-size: 1em;
  width: 100%;
}
#comp_form_area .btn_def {
  box-sizing: border-box;
  margin: 1em auto 0 auto;
  padding: 1em;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
  font-size: 1em;
  border-radius: 6px;
}
#comp_form_area #AREA_FORM {
  box-sizing: border-box;
  margin: 2em 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 4em;
}
#comp_form_area #AREA_FORM .box {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  gap: 0.5em;
  flex-wrap: nowrap;
}
#comp_form_area #AREA_FORM .box .box_l {
  width: 60%;
}
#comp_form_area #AREA_FORM .box .box_l .form1 {
  box-sizing: border-box;
  margin: 0;
  padding: 0.7em 1em 0.7em 1em;
  color: black;
  background-color: white;
  border: 1px solid black;
  border-radius: 6px;
  font-size: 1em;
  width: 100%;
}
#comp_form_area #AREA_FORM .box .box_r {
  box-sizing: border-box;
  margin: 0;
  padding: 0.8em 1em 0.7em 1em;
  background-color: green;
  color: white;
  text-align: center;
  border-radius: 6px;
  width: 40%;
  font-size: 1em;
  cursor: pointer;
}
#comp_form_area #ORDER_FORM {
  box-sizing: border-box;
  margin: 1em 0 0 0;
  padding: 0;
  position: relative;
}
#comp_form_area #ORDER_FORM .form_text {
  box-sizing: border-box;
  margin: 0 0 2em 0;
  padding: 0.7em 1em 0.7em 1em;
  color: black;
  background-color: white;
  border: 1px solid black;
  border-radius: 6px;
  font-size: 1em;
  width: 100%;
}

.form_text {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  background: #f4eecf;
  border: 6px solid #1c1c1c; /* 枠線の装飾 */
  background: -moz-linear-gradient(top, #fafafa, #fafafa);
  border-radius: 10px; /* CSS3 */
  -moz-border-radius: 13px; /* Firefox */
  -webkit-border-radius: 13px; /* Safari,Chrome */
  line-height: 1.7;
  font-size: 23px;
  display: block;
  outline: 0;
  box-shadow: inset 0px 1px 2px 0px #eae8e8;
  border: solid 2.3px #b8b3af;
}

.form_text2 {
  width: 80%;
  height: 45px;
  margin: 0;
  padding: 0;
  background: #dfdfdf;
  border-radius: 6px;
  background: -moz-linear-gradient(top, #fafafa, #fafafa);
  line-height: 1.4;
  font-size: 16px;
  outline: 0;
  box-shadow: inset 0px 1px 2px 0px #eae8e8;
  border: solid 1px #dadada;
}

.form_text3 {
  width: 30%;
  height: 45px;
  margin: 0;
  padding: 0;
  background: #dfdfdf;
  border-radius: 6px;
  background: -moz-linear-gradient(top, #fafafa, #fafafa);
  line-height: 1.4;
  font-size: 16px;
  outline: 0;
  box-shadow: inset 0px 1px 2px 0px #eae8e8;
  border: solid 1px #dadada;
}

.form_text4 {
  width: 80px;
  height: 26px;
  margin: 0;
  padding: 0;
  background: #dfdfdf;
  border-radius: 3px;
  background: -moz-linear-gradient(top, #fafafa, #fafafa);
  line-height: 1.4;
  font-size: 20px;
  outline: 0;
  box-shadow: inset 0px 1px 2px 0px #eae8e8;
  border: solid 1px #dadada;
}

.form_text5 {
  width: auto;
  height: 26px;
  margin: 0;
  padding: 0;
  background: #dfdfdf;
  border-radius: 3px;
  background: -moz-linear-gradient(top, #fafafa, #fafafa);
  line-height: 1.4;
  font-size: 20px;
  outline: 0;
  box-shadow: inset 0px 1px 2px 0px #eae8e8;
  border: solid 1px #dadada;
}

.form_textarea {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  background: #dfdfdf;
  border-radius: 6px;
  background: -moz-linear-gradient(top, #fafafa, #fafafa);
  line-height: 1.4;
  font-size: 16px;
  display: block;
  outline: 0;
  box-shadow: inset 0px 1px 2px 0px #eae8e8;
  border: solid 1px #dadada;
}

.form_textarea2 {
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  background: #dfdfdf;
  border-radius: 6px;
  background: -moz-linear-gradient(top, #fafafa, #fafafa);
  line-height: 1.4;
  font-size: 16px;
  display: block;
  outline: 0;
  box-shadow: inset 0px 1px 2px 0px #eae8e8;
  border: solid 1px #dadada;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #fafafa;
  vertical-align: middle;
  box-shadow: inset 0px 0px 0px 0px #c8c5c5;
  cursor: pointer;
}

.radio:hover, .checkbox:hover {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #fafafa;
  vertical-align: middle;
  box-shadow: inset 0px 0px 0px 0px #c8c5c5;
  cursor: pointer;
}

.radio:hover:after, .checkbox:hover:after {
  border-color: red;
}

.radio:after, .checkbox:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  margin-top: -9px;
  width: 20px;
  height: 20px;
  border: 1px solid #a09d9d;
  border-radius: 6px;
  content: "";
}

.radio:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: red;
  content: "";
  opacity: 0;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

select.btn_select2,
select.btn_select {
  width: 30%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  padding: 0.8em;
  font-size: 20px;
  line-height: 1.1em;
  border-radius: 0px;
  border: 1px solid #999999;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #FFFFFF;
  border-radius: 10px;
}

select.btn_select2 {
  width: 100% !important;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
#CREDITCARD_FORM {
  box-sizing: border-box;
  width: 100%;
  background-color: #f4f2ed;
  border-radius: 10px;
  margin: 0;
  padding: 1em;
  color: black;
}

#CREDITCARD_FORM.s1 {
  background-color: white !important;
  padding: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
}

#CREDITCARD_FORM p.s1 {
  font-size: 20px !important;
  color: black !important;
  padding-bottom: 0.2em;
}

#CREDITCARD_FORM .icn_card {
  display: inline-block;
  width: 60px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 0;
}

#CREDITCARD_FORM #icn_card2 {
  box-sizing: border-box;
  margin: 0;
  margin: 0 0 30px 0;
}

#CREDITCARD_FORM P {
  color: #152768;
  font-size: 16px;
}

#CREDITCARD_FORM .t1 {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0.6em 0 0.6em;
  font-size: 20px;
  color: #152768;
}

#CREDITCARD_FORM .t2 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #ce1541;
}

#CREDITCARD_FORM input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999999;
  width: 100%;
  font-size: 20px;
  line-height: 1.1em;
  padding: 0.8em;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

#CREDITCARD_FORM input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999999;
  width: 100%;
  font-size: 20px;
  line-height: 1.1em;
  padding: 0.8em;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

#CREDITCARD_FORM input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999999;
  width: 100%;
  font-size: 20px;
  line-height: 1.1em;
  padding: 0.8em;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

#CREDITCARD_FORM select {
  width: 30%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  padding: 0.8em;
  font-size: 20px;
  line-height: 1.1em;
  border-radius: 0px;
  border: 1px solid #999999;
  background-image: url(../image/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #FFFFFF;
  border-radius: 10px;
}

#popup_area_teiban {
  display: none;
  position: fixed;
  background-color: white;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: hidden;
  overflow-y: auto; /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
  -webkit-overflow-scrolling: touch;
  color: black;
  font-size: 20px;
  line-height: 1.6em;
}
#popup_area_teiban img {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  width: 100%;
  height: auto;
}

#popup_btn_teiban {
  font-size: 20px;
  cursor: pointer;
}

#popup_btn2_teiban {
  font-size: 20px;
  cursor: pointer;
}

#popup_btn2_teiban {
  position: fixed;
  bottom: 3%;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  width: 95%;
  font-size: 20px;
  cursor: pointer;
}

#popup_area_cutmeal {
  display: none;
  position: fixed;
  background-color: white;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: hidden;
  overflow-y: auto; /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
  -webkit-overflow-scrolling: touch;
  color: black;
  font-size: 20px;
  line-height: 1.6em;
}
#popup_area_cutmeal img {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  width: 100%;
  height: auto !important;
}

#popup_btn_cutmeal {
  font-size: 20px;
  cursor: pointer;
  padding-right: 4.5em;
}

#popup_btn2_cutmeal {
  position: fixed;
  bottom: 3%;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  width: 95%;
  font-size: 20px;
  cursor: pointer;
}

.simple_square_btn2 {
  display: block;
  position: relative;
  width: 320px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background: #f7f7f7;
  border: 1px solid #1B1B1B;
  border-radius: 8px;
}

.simple_square_btn2:hover {
  background: #595959;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.simple_square_btn3 {
  box-sizing: border-box;
  width: 50%;
  position: fixed;
  top: 1%;
  right: 1%;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0.5em 1em 0.5em 1em;
  text-decoration: none;
  background: #646464; /*ボタン色*/
  color: #FFF;
  /*border-bottom: solid 4px #555555;*/
  border-radius: 10px;
}

.simple_square_btn3:hover {
  /*ボタンを押したとき*/
  transform: translateY(4px); /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
  border-bottom: none;
}

.more_box2 {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 1em;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
  border-radius: 12px;
  cursor: pointer;
  font-size: 1.3em;
}

.br-pc {
  display: none;
}

a:hover {
  opacity: 1 !important;
}

#kotei_btn_order {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: -0.5em;
  right: 0em;
  width: 100%;
}
#kotei_btn_order img {
  width: 100%;
}

.toggle_switch dt {
  font-size: 0.5em !important;
}/*# sourceMappingURL=sp.css.map */