@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1.1rem, 1.1rem + 0.11vw, 1rem);
  font-weight: 600;
  background: #FFE4D5;
  color: #4D4D4D;
  display: grid;
  grid-template-columns: 100vw;
  grid-gap: 0 0;
  padding: 0;
  overflow-x: hidden;
}
body.login {
  grid-template-rows: 100vh;
}

dd > img {
  max-width: 100% !important;
}

h4 {
  font-size: 23px;
  text-align: center;
  padding: 5px 0;
  background: white;
  border-top: 1px solid #FBB890;
  border-bottom: 1px solid #FBB890;
}

h1 {
  font-size: 1.3rem;
  color: #40547F;
  text-align: center;
}
h1 img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.tit_01 {
  font-size: 18px;
  padding: 10px 0 7px;
  text-align: center;
}
.tit_01 span {
  font-size: 16px;
  display: block;
  color: #FF7878;
}

article.white {
  background: white;
  padding: 30px 25px;
  border-radius: 20px;
  width: 90%;
  justify-self: center;
  align-self: center;
}
article.white h3 {
  color: #40547F;
  font-size: 1.1rem;
  margin-bottom: 25px;
  padding-bottom: 7px;
  border-bottom: 2px solid #40547F;
}

input[type=submit] {
  border: none;
  padding: 12px 1rem;
  border-radius: 6px;
  color: white;
  margin: 0 auto;
}

.w100 {
  width: 100% !important;
}

.form_edit_select {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
  position: relative;
}

.form_edit_select::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #40547F transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form_yellow {
  margin: 30px auto 0;
  width: 100%;
}
.form_yellow div.auth2 {
  flex-wrap: wrap;
  align-items: center;
}
.form_yellow div.auth2 + .btn_blue {
  margin-top: 14px;
}
.form_yellow dl {
  display: flex;
  justify-content: space-between;
}
.form_yellow dl dd {
  width: 45%;
}
.form_yellow dl dt {
  width: 100%;
}
.form_yellow label {
  display: block;
  margin-bottom: 7px;
  text-align: left;
}
.form_yellow select,
.form_yellow input[type=password],
.form_yellow input[type=text],
.form_yellow input[type=date] {
  display: block;
  width: 100%;
  background: #FFF8F3;
  border: none;
  padding: 20px 1rem;
  border-radius: 6px;
  margin-bottom: 6px;
}
.form_yellow input[type=submit] {
  background: #f7b543;
  display: block;
  width: 70%;
  margin: 10px auto;
  text-align: center;
}
.form_yellow.ninsyou {
  margin: -20px auto 0 !important;
}
.form_yellow.ninsyou button {
  margin: 5px 0;
  padding: 15px 0;
}
.form_yellow.ninsyou button span {
  display: block;
}
.form_yellow.reg_form dl {
  margin: 15px 0;
}
.form_yellow.reg_form dl label {
  margin-bottom: 7px;
}
.form_yellow.reg_form dl label > span {
  background: #FF8864;
  color: white;
  font-size: 15px;
  padding: 2px 5px;
  border-radius: 6px;
  margin-left: 5px;
}
.form_yellow.reg_form dl textarea {
  background: #FFF8F3;
  width: 100%;
  border-radius: 6px;
  padding: 15px;
  height: 80px;
}

.login {
  text-align: center;
}
.login form + a {
  color: #FF7878;
  font-size: 0.75rem;
  text-decoration: underline;
}

.head {
  background: #40547F;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 0 10px;
  text-align: center;
  margin: 0;
  position: relative;
}
.head h1 {
  color: white;
}
.head h1 span {
  font-size: 0.8rem;
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.head + h2 {
  background: #FBB890;
  padding: 10px 0;
  text-align: center;
  color: #40547F;
}
.head + h2 + h3 {
  text-align: center;
  padding: 15px 0 0;
}

.under {
  padding-bottom: 30px;
}
.under .white {
  width: 100%;
}

.white.flex {
  display: flex;
  flex-wrap: wrap;
}
.white.flex > div:nth-of-type(1) {
  width: 50%;
  margin-bottom: 15px;
}
.white.flex > div:nth-of-type(2) {
  width: 50%;
  margin-bottom: 15px;
}

.btn_yellow,
.btn_green,
.btn_blue {
  background: #f7b543;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  color: white;
  border-radius: 8px;
}

.btn_yellow,
.btn_green {
  color: #4D4D4D;
}

.list_kusuri {
  margin: 10px 0 30px;
}
.list_kusuri li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 1rem;
}
.list_kusuri li::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #FBB890;
  border-radius: 15px;
  top: 5px;
  left: 4px;
}

.btn_green {
  background: #5ea59a;
}

.btn_blue {
  background: #40547F;
}

.openbtn {
  position: absolute;
  top: 12%;
  right: 5px;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  width: 45%;
  height: 3px;
  border-radius: 2px;
  background-color: #FFE4D5;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg); /* １本目の線の角度と上からの位置の変更 */
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg); /* １本目の線の角度と上からの位置の変更 */
  width: 30%;
}

nav ul {
  text-align: left;
  width: 100%;
}

#gnav ul {
  position: absolute;
  z-index: 999;
  top: 50%; /* メニューが増えて画面からはみ出したらここを調整してみよう！ */
  left: 50%;
  transform: translate(-50%, -50%);
}

#gnav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%; /* 画面の右側に隠すためのコード */
  width: 100%;
  height: 100vh;
  background-color: #40547F;
  transition: all 0.6s;
}

#gnav.list_active #gnav_list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#gnav.list_active #gnav_list ul li {
  padding: 10px 1rem;
  position: relative;
}
#gnav.list_active #gnav_list ul li.login_user {
  background: #FBB890;
  color: #40547F;
  padding: 13px 1rem;
}
#gnav.list_active #gnav_list ul li a {
  color: white;
  display: block;
  padding: 10px;
}
#gnav.list_active #gnav_list ul li:last-child {
  border-top: 1px solid #FFE4D5;
}
#gnav.list_active #gnav_list ul li::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 40%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFE4D5;
  border-right: 2px solid #FFE4D5;
  transform: rotate(45deg);
}
#gnav.list_active #gnav_list ul li:first-of-type::after, #gnav.list_active #gnav_list ul li:nth-of-type(2)::after, #gnav.list_active #gnav_list ul li:last-of-type::after {
  border: none;
}
#gnav.list_active #gnav_list.staff_view ul li a {
  display: block;
  border-radius: 6px;
}
#gnav.list_active #gnav_list.staff_view ul li:nth-child(3) a {
  text-align: center;
  background: #FF7878;
  padding: 20px 10px 20px;
  margin-top: 20px;
}
#gnav.list_active #gnav_list.staff_view ul li:nth-child(4) a {
  text-align: center;
  background: #F79C59;
  padding: 30px 10px 30px;
}
#gnav.list_active #gnav_list.staff_view ul li:nth-child(4) a::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/icon_camera.svg) no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}
#gnav.list_active #gnav_list.staff_view ul li:nth-child(5) a {
  text-align: center;
  background: #5ea59a;
  padding: 30px 10px 30px;
}
#gnav.list_active #gnav_list.staff_view ul li:nth-child(5) a::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/icon_people.svg) no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}
#gnav.list_active #gnav_list.staff_view ul li::after {
  border: none !important;
  display: none !important;
}
#gnav.list_active #gnav_list.staff_view ul li:first-child a {
  background: none !important;
}

#gnav.list_active {
  right: 0;
}

#auth {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 0;
}
#auth section {
  display: flex;
  justify-content: center;
}
#auth video {
  width: 120px;
  height: 160px;
  margin: 0 auto;
  background: #FFFFFF;
}
#auth > article h2::before {
  content: "▼";
  color: #f7b543;
  margin-right: 2px;
}
#auth > article .form_yellow {
  padding: 0;
  margin: -20px 0 0;
  width: 100%;
}
#auth > article .form_yellow > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#auth > article .form_yellow > div p {
  width: 45%;
}
#auth > article .form_yellow > div .form_edit_select {
  width: 100%;
  margin: 0;
  position: relative;
}
#auth > article .form_yellow > div .form_edit_select::before {
  top: 30%;
  right: 8px;
}
#auth > article .form_yellow > div .btn_yellow, #auth > article .form_yellow > div .btn_green {
  width: 100%;
  padding: 15px 0 !important;
  height: -moz-fit-content;
  height: fit-content;
}
#auth > article .form_yellow > div .btn_yellow span, #auth > article .form_yellow > div .btn_green span {
  display: block;
}
#auth > article .form_yellow > div .btn_yellow.auth2, #auth > article .form_yellow > div .btn_green.auth2 {
  width: 50%;
}
#auth .next {
  margin-top: 20px;
  padding: 0 10%;
}
#auth .next .btn_blue {
  margin: 0 auto;
}
#auth .next .btn_blue span {
  display: block;
}

.message {
  width: 100%;
  margin-top: -30px;
}
.message.auth2 {
  margin-top: 10px;
}
.message span {
  display: block;
  font-size: 0.75rem;
  background: #ccc;
  border: 1px solid #999;
  padding: 4px 8px;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
}
.message span.msg_comp {
  color: #FF7878;
  border-color: #FF7878;
  background: #ffe7e7;
}
.message span.msg_error {
  color: #ffb73a;
  border-color: #ffb73a;
  background: #FFF8F3;
}

#captureButton {
  background: #40547F;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  display: block;
  position: relative;
  margin: 10px auto;
}
#captureButton::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/icon_camera.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 20%;
  top: 18%;
}

h2 * {
  margin: 0 auto;
}
h2 input {
  font-size: 1.3rem;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  z-index: 1;
  height: 35px;
  border: 1px solid #000;
}
h2 input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
h2 input::after {
  content: "";
  background-image: url(../images/icon_cal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
h2 input::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #40547F;
  position: absolute;
  right: -10px;
  top: 1px;
  z-index: -1;
}
h2 div {
  background: #40547F;
  color: #FBB890;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 1.2rem;
  border-radius: 30px;
  line-height: 1.6rem;
  margin-top: 5px;
}
h2 div img {
  width: 1.7rem;
}
h2 div span {
  margin-left: 7px;
}

.toggle {
  display: none;
}

.toggle + label {
  margin-top: 30px;
  padding: 10px;
  display: block;
  color: white;
  background: #40547F;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.toggle + label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 5%;
  transform: rotate(135deg);
}
.toggle + label + div {
  background: white;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  height: 0;
  padding: 0 20px;
  overflow: hidden;
}

.toggle:checked + Label + div { /*開閉時*/
  height: auto;
  padding: 20px 20px;
  transition: all 0.3s;
}

.toggle:checked + Label::before {
  transform: rotate(-45deg) !important;
}

.tg_wrap .toggle + label {
  color: white;
}

.tg_wrap label {
  border-radius: 50px;
  text-align: center;
}
.tg_wrap div img {
  display: block;
  margin: 0 auto;
}
.tg_wrap div dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.tg_wrap div dl dt {
  margin-top: 5px;
  width: 30%;
  background: #FFE4D5;
  color: #40547F;
  padding: 5px 0;
  text-align: center;
}
.tg_wrap div dl dd {
  margin-top: 5px;
  width: 70%;
  padding: 5px 0;
  padding-left: 8px;
}

.blank + label + div {
  display: none;
}

.blank + label {
  background: #C9C9C9 !important;
  color: #8B8B8B !important;
}

.w90 {
  width: 90%;
}

.list_resident {
  margin: 20px auto -10px;
}

.dl_resident {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.dl_resident dt, .dl_resident dd {
  margin: 5px 0 0;
  width: 100%;
}
.dl_resident dt {
  background: #FFE4D5;
  color: #40547F;
  padding: 8px 10px 4px 0;
}
.dl_resident dd {
  padding: 8px 0 4px 0;
}

.btn_delete {
  display: block;
  width: 70%;
  padding: 1rem 1rem;
  background: #4D4D4D;
  color: white;
  border-radius: 4px;
  text-align: center;
  margin: 15px auto 0;
}

.btn_koushin {
  display: block;
  background: #f7b543;      /* 黄色っぽい背景 */
  font-weight: bold;
  width: 70%;
  padding: 1rem;
  text-align: center;
  margin: 20px auto 0;
  border-radius: 4px;
  color: #4D4D4D;           /* 文字色（必要なら） */
}

.toggle + label > span {
  display: inline-block;
  background: #FFE4D5;
  color: #40547F;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 10px;
}

span.admin {
  background: #FBB890 !important;
}
span.staff {
  background: #5ea59a !important;
}

/* スピナーのスタイル */
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

/* スピンアニメーションのキーフレーム */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 2;
}

.modal_close {
  display: block;
  background-color: #40547F;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  color: white;
  font-weight: bold;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  top: -10px;
  right: -10px;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: #fff;
  padding: 30px;
  max-width: 80%;
}
.modal.modal_res_box {
  text-align: center;
  width: 80%;
}
.modal.modal_staff_box {
  text-align: center;
  width: 80%;
}
.modal.modal_skip_box {
  text-align: center;
  width: 90%;
}
.modal.modal_skip_box > div {
  justify-content: space-between;
  margin-top: 20px;
}
.modal.modal_skip_box > div a {
  display: block;
  width: 100% !important;
  position: relative !important;
  background: #ffb73a;
  height: auto;
  border-radius: 6px;
  padding: 15px 1rem;
  top: auto;
  right: auto;
  margin: 15px 0;
}
.modal.modal_skip_box > div a.modal_close {
  background: #999;
  margin: 15px 0 0;
}
.modal.modal_skip_box img {
  width: 100%;
}

.select h2 {
  width: 100%;
}
.select form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.select input {
  display: none;
}
.select label {
  background: #ffefd2;
  display: block;
  width: 48%;
  padding: 1.2rem;
  text-align: center;
  margin: 10px 0;
  border-radius: 4px;
}
.select input:checked + label {
  background: #ffab6e;
}
.select .btn_enter {
  width: 100%;
  background: #40547F;
  color: white;
  padding: 1rem;
  text-align: center;
  border-radius: 6px;
  margin: 30px 0;
}

.popup_view {
  background: rgba(0, 0, 0, 0.7411764706);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_view section {
  background: white;
  width: 80% !important;
  max-width: 80% !important;
  padding: 50px 40px 30px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup_view section img {
  width: 100%;
  margin: 0 auto 10px;
}
.popup_view section span {
  width: 100%;
  font-size: 2rem;
  margin: 10px 0 0;
}
.popup_view section span > span {
  display: block;
  font-size: 1rem;
  margin: 2px 0 0;
  color: #8B8B8B;
}
.popup_view section dl {
  display: flex;
  width: 100%;
  margin: 12px auto 0;
  justify-content: center;
}
.popup_view section dl dd {
  font-weight: normal;
  margin-left: 0.7rem;
}
.popup_view section > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.popup_view section > div a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #3498db;
  font-size: 1rem;
  margin-top: 35px;
}
.popup_view_cancel {
  display: block;
  position: absolute;
  right: 10px;
  top: 3px;
}
.popup_view_bikou {
  flex-wrap: wrap;
}
.popup_view_bikou h5 {
  color: #FF8864;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.popup_view_bikou p {
  background: #FFE4D5;
  padding: 15px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.popup_view_acc {
  width: 100% !important;
  display: block;
}
.popup_view_acc .toggle + label::before {
  display: none !important;
}
.popup_view_acc .btn_ok {
  display: block;
  width: 60%;
  background: #FF8864;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  color: white;
  border-radius: 6px;
  text-align: center;
  padding: 14px 0 10px;
  margin: 15px auto 0;
}

.popup_view_acc_label { /*タイトル*/
  padding: 1em;
  display: block;
  color: #fff;
  width: 100px;
  margin: 0 auto;
  border-radius: 6px;
}

.popup_view_acc_label,
.popup_view_acc_content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.popup_view_acc_content { /*本文*/
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  text-align: left;
}

.toggle:checked + .popup_view_acc_label + .popup_view_acc_content { /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

.modal_check_box {
  background: white;
  width: 80% !important;
  max-width: 80% !important;
  padding: 50px 40px;
  border-radius: 10px;
  text-align: center;
}
.modal_check_box span {
  font-size: 70px;
  line-height: 1 !important;
  color: #FF7878;
}
.modal_check_box .modal_close {
  position: relative !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0.8rem 2rem !important;
  text-align: center !important;
  border-radius: 6px !important;
  top: auto !important;
  right: auto !important;
  height: auto !important;
  background: #4D4D4D !important;
}

.text_tyusyaku {
  display: block;
  width: 100%;
  margin-top: 20px;
  color: #FF7878;
  font-size: 16px;
}

.input_textarea {
  font-size: 15.5px;
  line-height: 1.35;
  height: 200px !important;
}

.li_disc {
  list-style: disc;
  margin: 10px 0 0 25px;
}
.li_disc li {
  margin-bottom: 7px;
}

.white h2 + p {
  margin: 14px 0 40px;
}

.white.flex.top {
  margin-bottom: 30px;
}

.manu {
  background: #95C1CC;
  width: 97%;
  margin: 0 auto 10px;
  display: block;
  padding: 14px 15px;
  border-radius: 4px;
  position: relative;
}
.manu::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-left: 2px solid #40547F;
  border-bottom: 2px solid #40547F;
  transform: rotate(224deg);
}

.manual {
  font-size: 16px;
  padding-top: 30px;
}
.manual dl {
  margin: 0 0 50px;
  border-bottom: 1px solid #FF7878;
  padding-bottom: 20px;
}
.manual dl dt {
  width: 70%;
  max-width: 340px;
  margin: 0 auto 15px;
  border: 1px solid #FBB890;
  padding: 15px;
  background: white;
  border-radius: 6px;
}
.manual dl dt img {
  width: 100%;
}
.manual dl dd {
  width: 90%;
  margin: 0 auto;
  line-height: 1.39rem;
  padding: 0 0 10px;
}
.manual dl dd .red {
  color: #FF7878;
  font-size: 18px;
}
.manual dl dd ul {
  width: 96%;
  margin: 10px auto 0;
  background: #FFF8F3;
  padding: 10px 15px;
  border-radius: 8px;
}
.manual dl dd h4 {
  font-size: 16px;
  padding: 3px 0;
  border: 1px solid #FBB890;
  margin: 10px 0 5px;
  background: white;
}
.manual dl dd h3 {
  font-size: 18px;
  margin: 0 0 7px;
  color: #FF7878;
}
.manual dl dd h3 span {
  margin-right: 5px;
}

.clear_wraper {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 2vh 0 0;
}

.box_kadomaru_head {
  background: #B27C7C;
  color: white;
  padding: 10px 1rem;
  border-radius: 12px 12px 0 0;
}

.box_kadomaru {
  background: white;
  padding: 1rem 1rem;
  border-radius: 0 0 12px 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* ラジオ本体は視覚的に消す（アクセス性は保つ） */
.box_kadomaru input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* ラベルをボタン風に */
.box_kadomaru label {
  border-radius: 8px;
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.12s ease;
  box-shadow: 0 0 0 0 transparent;
  width: 40%;
  padding: 10px;
}

/* チェック時（選択済み） */
.box_kadomaru input[type=radio]:checked + label {
  background: #40547F;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  font-weight: 600;
}

/* disabled */
.box_kadomaru input[type=radio]:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.input_text {
  background: #FFE4D5;
  padding: 10px;
  border-radius: 5px;
  width: 50px;
  margin: 0 5px;
}

.select_orange {
  border: 1px solid #ccc;
  border-radius: 6px;
  min-width: 40px;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 7px;
  position: relative;    
}
.select_orange::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #dc6e6e;
  border-bottom: 0;
  position: absolute;      /* ← 追加：右上に固定 */
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;  
}
.select_orange > select {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 22px 10px 0;   /* 右側に矢印分の余白 */
  outline: none;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.suibun {
  background: #9CC2D9;
  margin-top: 1.5vh;
}

.number-stepper {
  width: 80%;
  margin: 0 auto;
}
.number-stepper > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.number-stepper div button {
  aspect-ratio: 1/1;
  width: 80px;
  margin: 0 0 3px;
  background: #fff;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  height: 80px;
}

.number-stepper input[type=number] {
  width: 100%;
  padding: 0 !important;
  border-radius: 6px;
  height: 80px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

.num_wrap {
  display: flex;
  align-items: center;
  width: 110px;
}
.num_wrap::after {
  content: "mL";
  margin-right: 5px;
}

.number-stepper .plus {
  background: #ffb73a;
}

.number-stepper .minus {
  background: #7B9AD6;
}

.number-stepper .reset {
  background: #8e8e8e;
  width: 100%;
  padding: 0.6rem;
  color: white;
  text-align: center;
  border-radius: 6px;
  font-size: 1rem;
  margin: 4px auto 0;
  display: block;
}

.hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */
