@charset "UTF-8";

* * button {
  font-weight: bolder;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/** * Remove the margin in all browsers. */
body {
  margin: 0;
  background-color: #000000;
}

/** * Render the `main` element consistently in IE. */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/** * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/** * Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/** * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/** * Prevent vertical alignment issues. */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/** * Reset form fields to make them styleable. * 1. Make form elements stylable across systems iOS especially. * 2. Inherit text-transform from parent. */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/** * Reset radio and checkbox appearance to preserve their look in iOS. */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/** * Correct cursors for clickable elements. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/** * Improve outlines for Firefox and unify style with input elements & buttons. */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
  background-color: rgba(239, 239, 239, 0.3);
  color: rgb(170, 170, 170);
  border-color: rgba(118, 118, 118, 0.3);
}

/** * Remove padding */
option {
  padding: 0;
}

/** * Reset to invisible */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/** * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/** * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/** * 1. Correct the outline style in Safari. */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/** * Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Fix font inheritance. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/** * Clickable labels */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/* * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/* * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* * Remove outline for editable content. */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**1. Correct table border color inheritance in all Chrome and Safari.*/
table {
  border-collapse: collapse;
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* テキスト */
.form-text {
  width: 100%;
  padding: 10px 15px;
  position: relative;
  border: 2px solid #f2bd53;
  background: none;
  color: #635039;
  font-weight: 500;
}

/* ラジオボタン */
.form-radio {
  display: none;
}

.form-radio + span {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 10px;
  padding-left: 20px;
}

.form-radio + span::before,
.form-radio + span::after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.form-radio + span::before {
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #d1d1d1;
}

.form-radio + span::after {
  left: 4px;
  padding: 2px;
  width: 6px;
  height: 6px;
  background: #333;
  opacity: 0;
}

.form-radio:checked + span::after {
  opacity: 1;
}

.form-radio:disabled + span::before {
  background-color: rgba(239, 239, 239, 0.3);
  border-color: rgba(118, 118, 118, 0.3);
}

.form-radio:disabled + span {
  color: rgb(170, 170, 170);
}

.form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(242, 189, 83, 0.25);
}

/* セレクトボックス */
.custom-form-select {
  padding: 8px 16px;
  background: #f7f7f7;
  border-radius: 10px;
}

.custom-form-select.date {
  background: #f5f0f0;
}

/* テキストエリア */
.form-textarea {
  display: block;
  width: 100%;
  border: 2px solid #f2bd53;
  color: #635039;
  font-weight: 500;
  width: 100%;
  border-radius: 8px;
  min-height: 90px;
  padding: 10px;
}

.form-textarea:disabled {
  background: #c7c7c7;
}

.form-textarea:focus {
  border-color: #f2bd53;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(242, 189, 83, 0.25);
}

input[type="text"]:focus {
  border-color: #f2bd53;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(242, 189, 83, 0.25);
}

input[type="email"]:focus {
  border-color: #f2bd53;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(242, 189, 83, 0.25);
}

input[type="password"]:focus {
  border-color: #f2bd53;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(242, 189, 83, 0.25);
}

select:focus {
  border-color: #f2bd53;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(242, 189, 83, 0.25);
}

/********************************************** ADMIN *********************************************/
.table > :not(:first-child) {
  border-top: none;
}

.tooltip {
  position: absolute;
  color: black;
  padding: 10px;
  background: rgb(255, 255, 255);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 5px;
  pointer-events: none;
  z-index: 1000;
  opacity: 1 !important;
  margin-left: 25%;
  margin-top: 30px;
}

.image-navigation-buttons {
  margin-top: 20px;
  text-align: center;
}

.image-navigation-button {
  width: 80px;
  height: 40px;
  margin: auto 10px;
  border-radius: 0%;
  line-height: 28px;
  background-color: rgb(103, 102, 173);
  color: black;
  outline: none;
  border: none;
  opacity: 0.8;
  cursor: pointer;
  transform: scale(1);
  transition: opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.image-upload-preview:hover .image-navigation-button {
  opacity: 1;
}

.image-navigation-button:first-child {
  padding-right: 8px;
}

.image-navigation-button:first-child:hover {
  padding-right: 12px;
}

.image-navigation-button:last-child {
  padding-left: 8px;
}

.image-navigation-button:last-child:hover {
  padding-left: 12px;
}

.custom-link {
  color: #0d6efd;
  text-decoration: underline;
  cursor: pointer;
}

/********************************************** LOGIN **********************************************/
.custom-admin-login {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffbf5;
  margin-top: 10%;
}

.custom-admin-login-card {
  min-width: 500px;
}

.modal-85w {
  width: 85%;
  max-width: none !important;
  margin: auto;
}

.custom-eye {
  position: absolute;
  right: var(--bs-gutter-x, 1.25rem);
  margin-top: 0.45rem;
  background: white;
  padding-left: 10px;
}

.custom-eye-admin {
  position: absolute;
  right: var(--bs-gutter-x, 4.75rem);
  margin-top: 0.45rem;
  background: white;
  padding-left: 10px;
}

.custom-eye-admin-reset {
  position: absolute;
  right: var(--bs-gutter-x, 1.5rem);
  margin-top: 0.45rem;
  background: white;
  padding-left: 10px;
}

/********************************************** CUSTOMER *********************************************/
/********************************************** MAIN **********************************************/
html {
  background-color: #fffbf5;
}

body {
  background-color: #fffbf5;
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.whiteBg {
  background-color: #ffffff;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pd15 {
  padding: 0 15px;
}

.pd50 {
  padding-bottom: 50px;
}

a:hover {
  color: black;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(192, 192, 192, 0.8);
  z-index: 1060;
  opacity: 1;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-fixed-top {
  width: 100vw;
  background-color: #fffcf8;
  top: 0;
  z-index: 96;
  border-bottom: 1px solid #967c5f;
  padding-bottom: 1rem;
}

.nav-tabs .nav-link {
  color: inherit;
}

.nav-tabs .nav-link.active {
  font-weight: bold;
}

#topNavbar {
  position: sticky;
  z-index: 98;
  top: 0;
}

#title {
  position: fixed;
  z-index: 96;
  width: 100%;
}

/*navigation side*/
.nav-side-bar {
  padding: 0;
}

.nav-side-link {
  color: #000;
}

.nav-side-link.active {
  /*font-weight: bold;*/
  text-decoration: underline;
}

.icon-color {
  color: red;
}

.main-btn,
.main-btn:hover,
.main-btn:focus,
.main-btn:not(:disabled):not(.disabled):active {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #f2bd53;
  border: 1px solid #f2bd53;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.main-btn:disabled,
.main-btn.disabled {
  color: #000;
  background-color: #f2bd53;
  border-color: #f2bd53;
}

.second-btn,
.second-btn:hover,
.second-btn:focus,
.second-btn:not(:disabled):not(.disabled):active {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #d6cbb4;
  border: 1px solid #d6cbb4;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-dropdown-title-active {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
}

.custom-dropdown-title {
  color: rgba(0, 0, 0, 0.9);
}

.custom-dropdown-item {
  background-color: white;
  color: rgba(0, 0, 0, 0.55);
}

.dropdown-toggle.nav-link {
  color: inherit;
}

.custom-dropdown-item.active,
.custom-dropdown-item:active {
  background-color: white;
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
}

.right-circle {
  height: auto;
  width: 2rem;
  background: white;
  display: inline-block;
  border-radius: 50%;
  float: right;
}

.right-circle-small {
  height: 1rem;
  width: auto;
  background: white;
  display: flex;
  border-radius: 50%;
  float: right;
}

.title-half-bg {
  height: 1rem;
  background-color: #fffbf5;
  border-bottom: 1px solid #967c5f;
  position: sticky;
  z-index: 97;
  top: 3.6rem;
}

.dash-line {
  border-bottom: dashed 1px #967c5f;
}

.solid-line {
  border-bottom: solid 1px #967c5f;
}

.star-color {
  color: #f2bd53;
}

.border-none {
  border: none;
}

.w-23 {
  width: 23%;
}

.w-33 {
  width: 33%;
}

.w-7 {
  width: 7%;
}

.w-90 {
  width: 90%;
}

.alert-text-color {
  color: #c93c11;
}

.light-brown-color {
  color: #967c5f;
}

.dark-brown-color {
  color: #635039;
}

.light-pink-bg {
  background-color: white;
  border: none;
}

.nav-link-bottom {
  text-decoration: none;
  padding: 0 0;
}

.footer-margin {
  margin-bottom: 3rem;
}

.extra-margin {
  margin-bottom: 8rem;
  height: 12rem;
}

.circle-img {
  width: 12rem;
  aspect-ratio: 1/1;
  border-radius: 10px;
}

.custom-nav-link {
  font-size: 12px;
  color: #967c5f;
  font-weight: 600;
}

.custom-nav-link.active {
  color: rgba(255, 0, 0, 0.5490196078);
}

.custom-nav-link.active .tab-icons {
  /*filter: invert(100%) sepia() saturate(10000%) hue-rotate(0deg);*/
  /*filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);*/
  text-align: center;
}

.tab-icons > img {
  /*height: 1.4rem;*/
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f2bd53;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.tab-label {
  font-weight: bold;
  color: #967c5f;
}

.tab-label-selected {
  font-weight: bold;
  color: red;
}

.table {
  width: auto;
}

/********************************************** Jan **********************************************/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* image Reset */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.btn {
  font-size: 14px;
  margin: 2px;
}

/*///////////////////////// header/////////////////////////*/
.mainLogo {
  padding: 18px 0;
  background: #fffbf5;
  text-align: center;
}

.mainLogo img {
  width: 53.33vw;
  height: auto;
}

.barcodeHead h2 {
  margin-bottom: 20px;
  padding: 12px 0;
  background: #967c5f;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

/*///////////////////////// drower/////////////////////////*/
.nav_menu {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 99;
}

.line-list {
  display: block;
  transition: all 0.4s;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  z-index: 300;
}

/* ハンバーガーメニューの棒 */
.line-list span {
  display: block;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: #604d3c;
}

.line-list span:nth-child(1) {
  margin-top: -6px;
}

.line-list span:nth-child(3) {
  margin-top: 6px;
}

/* ハンバーガーメニューが開くときに×にする */
/* メニューが開いたときの黒い半透明の背景 */
.menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  z-index: 97;
}

/* メニューの中身 */
.global-nav {
  position: fixed;
  right: -70%;
  top: 0;
  width: 65%;
  height: 100vh;
  padding-top: 20px;
  background: #fffbf5;
  transition: all 0.6s;
  z-index: 98;
  overflow-y: auto;
}

.link-list {
  display: block;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.link-list li {
  padding: 0 25px 0 35px;
}

.link-list li:not(:last-child) {
  margin-bottom: 15px;
}

.link-list li a {
  display: block;
}

@media screen and (max-width: 400px) {
  .global-nav {
    right: -80%;
    width: 75%;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 345px) {
  .global-nav {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 300px) {
  .global-nav {
    right: -85%;
    width: 80%;
    font-size: 10px !important;
  }
}
@media screen and (max-width: 250px) {
  .global-nav {
    right: -105%;
    width: 100%;
    font-size: 8px !important;
  }
}
@media screen and (max-width: 200px) {
  .global-nav {
    right: -105%;
    width: 100%;
    font-size: 6px !important;
  }
}
/* メニューが横から開く */
.nav-open .global-nav {
  right: 0;
}

/* メニューが横から開いた時の背景 */
.nav-open .menu-bg {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .line-list span:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
  left: 10px;
}

.nav-open .line-list span:nth-child(2) {
  opacity: 0;
}

.nav-open .line-list span:nth-child(3) {
  transform: translateY(-6px) rotate(45deg);
  left: 10px;
}

/*///////////////////////// slider/////////////////////////*/
.swiper {
  width: 100%;
  height: 62.67vw;
  margin-bottom: 12px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  color: #fff;
  font-size: 30px;
}

.swiper-pagination-bullet-active {
  background: #f75737;
}

/*///////////////////////// common/////////////////////////*/
.contentsContainer {
  margin-bottom: 50px;
  padding: 0 15px;
}

.contentsContainerAllCat {
  margin-bottom: 1px;
  padding: 0 20px;
}

/*///////////////////////// common -- botton/////////////////////////*/
/* single */
.singleBtn li:not(:last-child) {
  margin-bottom: 10px;
}

.singleBtn a {
  display: block;
  padding: 20px 15px;
  border-radius: 5px;
  text-align: center;
  color: inherit;
  text-decoration: none;
}

.orange {
  background: #f2bd53;
  color: #635039;
  font-weight: 700;
}

.gray {
  background: #d6cbb4;
  color: #000000;
  font-weight: 900;
}

/* two - yoko */
.twoBtn {
  display: flex;
  justify-content: space-between;
}

.twoBtn li {
  width: calc(50% - 10px);
  text-align: center;
}

.twoBtn li a {
  display: flex;
  vertical-align: middle;
  padding: 10px 20px;
  background: #f2bd53;
  border-radius: 5px;
  line-height: 1.2;
  height: 100%;
  justify-content: center;
  align-items: center;
}

/* btn arrow common */
.arrow {
  position: relative;
  display: block;
  padding: 15px;
  border-radius: 10px;
}

/* 矢印 白丸 右側*/
.arrowRoundRight::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
}

.arrowRoundRight::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #332d27;
  border-right: 2px solid #332d27;
  transform: rotate(45deg);
}

.arrowRoundNext::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 7px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}

.arrowRoundNext::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 14px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #332d27;
  border-right: 2px solid #332d27;
  transform: rotate(45deg);
}

.arrowRoundPrew::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 7px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}

.arrowRoundPrew::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 14px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #332d27;
  border-right: 2px solid #332d27;
  transform: rotate(229deg);
}

.arrowRoundCenter::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 7px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}

.arrowRoundCenter::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 14px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #332d27;
  border-right: 2px solid #332d27;
  transform: rotate(229deg);
}

.arrowNePwRigth {
  width: 80px;
  text-align: right;
  position: relative;
  display: block;
  padding: 7px;
  border-radius: 5px;
  font-weight: bold;
}

.arrowNePwCenter {
  width: 110px;
  text-align: center;
  position: relative;
  display: block;
  padding: 7px;
  border-radius: 5px;
  font-weight: bold;
}

.arrowNePwRigth:disabled {
  color: white;
}

.arrowNePwLeft:disabled {
  color: white;
}

.arrowNePwLeft {
  width: 80px;
  text-align: left;
  position: relative;
  display: block;
  padding: 7px;
  border-radius: 5px;
  font-weight: bold;
  color: #635039;
}

.arrowFood {
  width: 76px;
  text-align: center;
  position: relative;
  display: block;
  padding: 7px;
  border-radius: 5px;
  font-weight: bold;
  color: white;
}

.arrowWater {
  width: 104px;
  text-align: center;
  position: relative;
  display: block;
  padding: 7px;
  border-radius: 5px;
  font-weight: bold;
  color: white;
}

.btnBg-orange {
  background: #f2bd53;
}

.btnBg-red {
  background: #f65737;
}

.btnBg-sienna {
  background: #f79d5c;
}

.font-bold {
  font-weight: bolder;
}

.font-yellow-dark {
  color: #635039;
}

/* テキストリンク 矢印左側*/
.arrowLeftLink {
  position: relative;
}

.arrowLeftLink::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: -1em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f75737;
  border-right: 2px solid #f75737;
  transform: rotate(45deg);
}

/* テキストリンク アイコン左側 */
.iconLeftLink {
  color: #f75737;
  font-size: 13px;
}

/*///////////////////////// footer/////////////////////////*/
.footer {
  background: #fffbf5;
  width: 100%;
  height: 40px;
  display: grid;
  place-items: center;
}

/*///////////////////////// footer - sticky/////////////////////////*/
.footNav {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: #f2bd53;
  z-index: 1;
}

.footNav ul {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
}

.footNav ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.footNav li .image {
  width: auto;
  height: 25px;
  margin-bottom: 2px;
}

.footNav li .text {
  width: auto;
  height: 10px;
}

.twt {
  width: 15%;
}

.qtr {
  width: 25%;
}

/*///////////////////////// top/////////////////////////*/
.chooseCat {
  margin-bottom: 30px;
}

.chooseCatBotton {
  width: 90%;
  padding-left: 40px;
}

.topAllButton {
  margin-bottom: 60px;
}

.topNews {
  margin-top: 60px;
  margin-bottom: 40px;
}

.topNewsInner {
  position: relative;
  padding: 30px 15px 15px;
  background: #fff;
  border: 1px solid #967c5f;
  border-radius: 10px;
}

.topNewsInner h2 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6.5px 20px;
  background: #967c5f;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
}

.topNewsInner h2 img {
  max-width: 320px;
  width: auto;
  height: 15px;
}

.topNewsInner ul {
  margin-bottom: 10px;
}

.topNewsInner ul li {
  position: relative;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topNewsInner ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -0.8em;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
}

.viewMoreLink {
  text-align: right;
}

.topCalendar {
  position: relative;
  margin-bottom: 15px;
  padding: 30px 20px;
  background: #fff;
  border-top: 1px solid #967c5f;
  border-bottom: 1px solid #967c5f;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 80px;
}

.topCalendar h2 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 20px;
  background: #967c5f;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}

.topCalendar h2 img {
  max-width: 350px;
  width: auto;
  height: 17px;
}

.topArrowBtn {
  margin-top: 15px;
  margin-bottom: 20px;
}

.topArrowBtn li:not(:last-child) {
  margin-bottom: 10px;
}

.topArrowBtn li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/*///////////////////////// barcode/////////////////////////*/
/*// card common ///////*/
.cardWrap {
  padding: 10px;
  border-radius: 10px;
}

.cardWrapInner {
  padding: 20px 10px;
  background: #fff;
  line-height: 1.6;
}

/* card background */
.bg-brown {
  background: #967c5f;
}

/* card title */
.cardWrap h2 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}

/*// card badge common ///////*/
.cardBadge {
  margin-top: 20px;
  position: relative;
  padding: 20px 10px 30px;
  background: #fffbf5;
  border: 4px solid #967c5f;
  border-radius: 0px 10px 10px 10px;
}

.cardBadge h2 {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.cardBadgeInner {
  border: 1px solid #aaa;
  margin-bottom: 20px;
  padding: 20px;
}

.cardBadgeInnerBorderNone {
  line-height: 1.6;
}

.cardBadge img {
  max-width: 100%;
  height: auto;
}

.cardBadge .userPhoto img {
  width: 100%;
  height: 66vw;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.cardBadgeInnerBorderNone p:last-of-type {
  margin-bottom: 10px;
}

.cardBadgeInnerBorderNone .text {
  width: 100%;
  padding: 7px;
  background: #fff;
  border: 1px solid #d1d1d1;
}

.cardBadge .badge {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: -4px;
  padding: 10px 35px;
  background: #967c5f;
  border-radius: 5px 5px 0px 0px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}

.cardBadge .badge span {
  margin-right: -0.2em;
}

/*// barcode content ///////*/
.barcodeContent .mainVisual {
  margin-top: -20px;
  margin-bottom: 30px;
  text-align: right;
}

.barcodeContent .mainVisual img {
  width: auto;
}

.barcodeContent .introSec {
  margin-bottom: 50px;
  line-height: 1.6;
}

.barcodeContent .introSec p:not(:last-child) {
  margin-bottom: 30px;
}

.barcodeContent .contentsSec {
  margin-bottom: 50px;
}

.barcodeContent .descSec {
  margin-bottom: 25px;
  line-height: 1.6;
}

.thanksSec {
  line-height: 1.6;
}

.thanksSec .thanksImage {
  margin-bottom: 30px;
  text-align: center;
}

.thanksSec .thanksImage img {
  width: 32vw;
  height: auto;
  margin-bottom: 30px;
}

.thanksSec .thanksImage .text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
}

.thanksSec > p:not(:last-of-type) {
  margin-bottom: 30px;
}

/*///////////////////////// common -- contents title/////////////////////////*/
.mainContentTextTitle {
  height: 15px;
  background: #fffbf5;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.mainContentTextTitle > h2 {
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 0px 30px;
  background: #967c5f;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
}
.mainContentTextTitle > h2 > img {
  max-width: 320px;
  width: auto;
  height: 30px;
}

.mainContentTextTitleUse {
  padding: 10px 0;
  background: #967c5f;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.mainContentTextTitle h2,
.mainContentTextTitle2 h2 {
  font-weight: bold;
}

.mainContentTextTitle2 {
  margin-bottom: 25px;
  padding: 0 20px;
  background: #967c5f;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: sticky;
  z-index: 97;
  top: 3.6rem;
  border-radius: 999px;
  margin-top: -15px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.mainContentTextTitle2 h2 {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
}

.mainContentImgTitle h2 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 20px;
  background: #967c5f;
  border-radius: 15px;
}

.mainContentImgTitle h2 img {
  max-width: 340px;
  width: auto;
  height: 17px;
}

.sectionTitle {
  margin-bottom: 30px;
  color: #635039;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.sectionTitle2 {
  color: #635039;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 7.5px;
}

.title_foodtop {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #967c5f;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  border-bottom: 1px solid #967c5f;
}

.titleUlSecTitle {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #967c5f;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  border-bottom: 1px solid #967c5f;
}

.titleUlSecTitleRank {
  margin-bottom: 20px;
  margin-top: 20px;
  /*color: #967c5f;*/
  color: black;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}

.rankingTitle {
  margin-bottom: 15px;
  padding: 10px 0;
  color: #332d27;
  text-align: center;
}

.rankingTitle span {
  position: relative;
  font-size: 16px;
}

.rankingTitle span::before,
.rankingTitle span::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 1px;
  height: 1em;
  border-left: 1px solid #332d27;
}

.rankingTitle span::before {
  left: -8px;
  transform: rotate(-45deg);
}

.rankingTitle span::after {
  right: -8px;
  transform: rotate(45deg);
}

.bg-num1 {
  background: #f4edc9;
}

.bg-num2 {
  background: #e9eef4;
}

.bg-num3 {
  background: #efded8;
}

.bg-num4 {
  background: #e4f2f9;
}

.bg-num5 {
  background: #e4f2f9;
}

/*///////////////////////// top -- Image/////////////////////////*/
.imageNav {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 30%;
  position: absolute;
  width: 100%;
}

.imageArrowRoundNext::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 7px;
  width: 40px;
  height: 40px;
  /*border: 1px solid red;*/
}

.imageArrowRoundNext::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 14px;
  width: 20px;
  height: 20px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
}

.imageArrowRoundPrew::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 7px;
  width: 40px;
  height: 40px;
  /*border: 1px solid red;*/
}

.imageArrowRoundPrew::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 14px;
  width: 20px;
  height: 20px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(229deg);
}

/*///////////////////////// common -- pageNav/////////////////////////*/
.pageNav {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pageNav p {
  color: #635039;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.pageNav div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.pageNav div .custom-form-select {
  width: -moz-fit-content;
  width: fit-content;
}

.pageNav li {
  /*flex: 1;*/
  position: relative;
}

.pageNav li .prev {
  padding-left: 10px;
}

.pageNav li .next {
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
}

.pageNav li .prev::after,
.pageNav li .next::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #f75737;
}

.pageNav li .prev::after {
  left: 0;
  border-left: 1px solid #f75737;
  transform: rotate(-45deg);
}

.pageNav li .next::after {
  right: 0;
  border-right: 1px solid #f75737;
  transform: rotate(45deg);
}

.pageNav li .prev:active,
.pageNav li .next:active {
  color: #f75737;
}

/********************************************** Note **********************************************/
.note-rank-link {
  margin: auto;
  width: 90%;
  border-radius: 10px;
  text-align: center;
  color: red;
}

/*react carousel*/
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #cacaca;
  background-clip: padding-box;
  border: 0;
  border-top: 100px;
  border-bottom: -110px;
  border-radius: 100%;
  opacity: 1;
  transition: opacity 0.6s;
}

.carousel-indicators {
  bottom: -30px;
}

.carousel-indicators .active {
  background-color: #ff0000;
}

.top-img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}

.note-list-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}

/*react calendar*/
.react-calendar {
  width: 100%;
  max-width: 100%;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
  margin-top: -0.7rem;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 100%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
  border: 3px solid white;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  text-align: center;
  height: 50px;
}

.react-calendar__navigation button {
  margin-top: 1.5rem;
  min-width: 50px;
  color: red;
  background: none;
}

.react-calendar__navigation .react-calendar__navigation__arrow {
  color: #ff0000;
}

.react-calendar__navigation .react-calendar__navigation__label {
  color: #000;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  /*background-color: #e6e6e6;*/
}

.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: 1em 0.6666666667em;
}

.react-calendar__month-view__days__day--weekend {
  /*color: #d10000;*/
}

.react-calendar__month-view__days__day--neighboringMonth {
  color: #d3d3d3;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: #f79e5c;
  color: #fff;
  border: 1px solid lightgray;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.water-data-day {
  padding: 1px 1px 1px 1px;
  background: #f2bd53;
  color: #fff;
}

.food-data-day {
  padding: 1px 1px 1px 1px;
  background: #f2bd53;
  color: #fff;
}

/*///////////////////////// common -- flex/////////////////////////*/
/* 丸いサムネイル用 下線無し 矢印無し */
.circlelist li {
  display: flex;
  align-items: center;
  line-height: 1.6;
}

.circlelist li .thumb {
  width: 16vw;
  margin-right: 10px;
  flex-shrink: 0;
}

.circlelist li .text {
  flex-shrink: 1;
  padding-right: 30px;
  font-size: 16px;
  font-weight: bolder;
  color: #635039;
}

/* 丸いサムネイル用 下線あり 矢印あり */
.circlelistBtn li {
  border-bottom: 1px dotted #967c5f;
  padding-bottom: 10px;
  line-height: 1.6;
}

.circlelistBtn li:not(:last-child) {
  margin-bottom: 10px;
}

.circlelistBtn li a {
  position: relative;
  display: flex;
  align-items: center;
}

.circlelistBtn li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f75737;
  border-right: 2px solid #f75737;
  transform: rotate(45deg);
}

.circlelistBtn li .thumb {
  width: 16vw;
  margin-right: 10px;
  flex-shrink: 0;
}

.circlelistBtn li .text {
  flex-shrink: 1;
  padding-right: 30px;
}

/* 上のmargin相殺用 + padding付ける */
.circlelistBtnContainer {
  margin-top: -10px;
  padding: 0 15px;
}

/* 四角サムネイル用 */
.thumbnail-square {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.thumbnail-square .thumb {
  width: 21.21vw;
  max-width: 70px;
  flex-shrink: 0;
  margin-right: 0px;
}

.thumbnail-square .text {
  flex-grow: 1;
  /* 画像が無い時に100%表示 */
}

/* ボタン用 横並び */
.contentBtnList {
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
  font-size: 12px;
}

.right-side {
  justify-content: flex-end;
}

.contentBtnList li {
  width: calc(50% - 7.5px);
}

/* ボタン用 縦並び */
.contentBtnColumnList {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.contentBtnColumnList li:not(:last-child) {
  margin-bottom: 15px;
}

/* フォームボタン用 セレクト 項目名と横並び */
.selectList ul {
  margin-top: 10px;
}

.selectList li {
  display: flex;
  align-items: center;
}

.selectList .text {
  width: 41.79vw;
  text-align: right;
  margin-right: 10px;
}

.selectList .text p {
  font-weight: bolder;
  color: #635039;
}

.selectListBtn {
  width: 55.22vw;
  position: relative;
  border: 2px solid #f2bd53;
  background: none;
  color: #635039;
  font-weight: 500;
  width: 55.22vw;
}

.selectListBtn.multiple {
  width: auto;
}

.selectListBtn img {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

/* フォームボタン用 セレクト 横並び */
.selectBtnList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.selectBtnList.left {
  justify-content: left;
}

.selectBtnList p {
  position: absolute;
  color: #d14242;
  right: -45px;
  bottom: 4px;
  font-size: 12px;
}

.selectBtnListInner {
  display: flex;
  align-items: center;
  position: relative;
}

.selectBtnListInner:nth-child(1) select,
.selectBtnListInner:nth-child(4) select {
  width: 29.85vw;
}

.selectBtnListInnerWater:nth-child(1) select,
.selectBtnListInnerWater:nth-child(4) select {
  width: 42vw;
}

.selectBtnListInner:nth-child(4) {
  margin-top: 10px;
}

.selectBtnListInner span {
  display: block;
  margin-left: 5px;
}

/* フォームボタン用 セレクト 横並び 2つ */
.selectBtnTwoList {
  display: flex;
}

.selectBtnTwoListInner {
  display: flex;
  align-items: center;
}

.selectBtnTwoListInner:nth-child(1) {
  margin-right: 10px;
}

.selectBtnTwoListInner:nth-child(1) select,
.selectBtnTwoListInner:nth-child(2) select {
  width: 20.9vw;
}

.selectBtnTwoListInner span {
  display: block;
  margin-left: 5px;
}

/*///////////////////////// common - how to use /////////////////////////*/
.how-to-use-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-use {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 3px;
  background: #f2bd53;
  border: 1px solid #fff;
  color: #000;
  text-align: center;
  font: 16px Arial, sans-serif;
}

.circle-use-span {
  border-radius: 50%;
  /* width: 50px; */
  /* height: 25px; */
  padding: 3px 7px 3px 7px;
  background: #f2bd53;
  border: 1px solid #fff;
  color: #000;
  text-align: center;
  font: 16px Arial, sans-serif;
}

.use-bg {
  background: #eeebe5;
  border-bottom: 1px solid #967c5f;
}

.accordionUse {
  position: relative;
  max-width: 100%;
  background: #f4e6d0;
}

.accordionUse h2 {
  position: relative;
  font-size: 16px;
  padding: 15px;
  /*border-radius: 10px;*/
  border-bottom: 1px solid #967c5f;
}

.accordionUse h2::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 25%;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
}

.accordionUse h2::after {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  top: 41%;
  width: 7px;
  height: 7px;
  border-right: solid 2px #332d27;
  border-top: solid 2px #332d27;
  transition: 0.5s;
  transform: rotate(135deg);
}

.accordionUse h2.open::after {
  top: 46%;
  transform: rotate(-45deg);
}

/*///////////////////////// common - accordion/////////////////////////*/
.accordion {
  position: relative;
  max-width: 100%;
  background: #f2bd53;
  border-radius: 10px;
}

.accordion h2 {
  position: relative;
  font-size: 16px;
  padding: 15px;
  border-radius: 10px;
}

.accordionContent {
  padding: 20px 15px;
  background: #fff6ef;
  border-bottom: 10px solid #f2bd53;
  border-left: 10px solid #f2bd53;
  border-right: 10px solid #f2bd53;
  border-radius: 10px 10px 10px 10px;
}

.accordion h2::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 25%;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
}

.accordion h2::after {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  top: 41%;
  width: 7px;
  height: 7px;
  border-right: solid 2px #332d27;
  border-top: solid 2px #332d27;
  transition: 0.5s;
  transform: rotate(135deg);
}

.accordion h2.open::after {
  top: 46%;
  transform: rotate(-45deg);
}

/*///////////////////////// note open/////////////////////////*/
.presentBtn {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #c93c11;
  border-radius: 10px;
}

.presentBtn p {
  color: #c93c11;
  line-height: 1.6;
}

.presentBtn p:last-of-type {
  margin-bottom: 10px;
}

.diarySec {
  margin-bottom: 40px;
}

.diarySec h2 {
  margin-bottom: 20px;
  padding: 15px 10px;
  background: #f9edd2;
}

.diarySec .end {
  gap: 2px;
}

.diarySec h2 span span:hover {
  color: #f75737;
}

.diarySecInner {
  padding-left: 15px;
}

.diarySecInner:not(:last-of-type) {
  margin-bottom: 40px;
}

.diarySecInner .inner {
  padding-right: 15px;
  line-height: 1.6;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.diarySecInner .inner .content {
  flex-grow: 1;
}

.diarySecInner .timeTxt {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.diarySecInner .timeTxt::after {
  flex-grow: 1;
  content: "";
  margin-left: 10px;
  border: 1px solid #ccc;
}

.top-grey-line {
  border-top: 1px solid #ccc;
}

/*///////////////////////// common -- botton/////////////////////////*/
/* 背景あり 矢印あり orange or gray */
.contentBtn {
  position: relative;
  display: block;
  padding: 13px;
  border-radius: 10px;
}

.contentBtn::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
}

.contentBtn::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #635039;
  border-right: 2px solid #635039;
  transform: rotate(45deg);
}

.contentBtn2 {
  position: relative;
  display: block;
  padding: 13px;
  border-radius: 10px;
}

.contentBtn2::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
}

.contentBtn2::after {
  content: "×";
  position: absolute;
  top: calc(50% - 14px);
  right: 14px;
  font-size: 16px;
  color: #635039;
}

.contentBtn.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.contentBtn3 {
  border-radius: 10px;
  border: 3px solid #f2bd53;
  padding: 6px;
}

.contentBtn3 p {
  width: 100%;
  text-align: center;
}

/* 左右のパディングの相殺でwidth100%表示 */
.sectionBg {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/*///////////////////////// gohan rec03/////////////////////////*/
.recSec {
  margin-bottom: 30px;
}

.recSec .image {
  margin-bottom: 20px;
  text-align: center;
}

.recSec .image img {
  max-width: 150px;
  width: 44.78vw;
  height: auto;
  margin-bottom: 15px;
}

.recSec .caution {
  margin-bottom: 30px;
  color: #c93c11;
  font-size: 12px;
  line-height: 1.4;
}

.recSec .recFromText p {
  margin-bottom: 10px;
}

.recSec .recFromText input {
  margin-bottom: 20px;
}

.formList {
  margin-bottom: 20px;
}

.formList > li:not(:last-child) {
  margin-bottom: 20px;
}

.formList > li p {
  margin-bottom: 10px;
}

/*///////////////////////// ninki result/////////////////////////*/
.resultSec {
  margin-bottom: 20px;
  padding: 10px;
  background: #fffbf5;
  border: 1px solid #967c5f;
  border-radius: 10px;
}

.resultSec h2 {
  margin-bottom: 20px;
}

.resultSec ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 10px 20px;
}

.resultSec li {
  position: relative;
  padding-left: 8px;
  margin-right: 10px;
}

.resultSec li::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 3px;
  height: 3px;
  background: #333;
}

.squareListLine > li {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.squareList > li:not(:last-child) {
  margin-bottom: 35px;
}

.squareListInner {
  padding: 0 15px;
}

/*///////////////////////// gohan/////////////////////////*/
.menuBtnList {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 横に2列（各列が同じ幅） */
  gap: 10px; /* グリッド間の隙間 */
  padding: 0 7.5px;
}

.menuBtnList li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.menuBtnList li .caution {
  margin-top: 5px;
  color: #c93c11;
  font-size: 12px;
  line-height: 1.4;
}

/*///////////////////////// neko input02/////////////////////////*/
.formSec .caution {
  margin-bottom: 10px;
  color: #c93c11;
  font-size: 12px;
}

.formSec .cautionRight {
  margin-bottom: 20px;
  color: #c93c11;
  font-size: 12px;
  text-align: right;
}

.formSec li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #967c5f;
}

.formSec li:last-child {
  margin-bottom: 25px;
}

.formSec li > p {
  margin-bottom: 10px;
}

.formSec li > p span {
  color: #c93c11;
}

.formSec li label {
  line-height: 2;
}

.formSec li .faceSelect {
  display: flex;
  align-items: center;
}

.formSec li .image {
  width: 11.59vw;
  margin-right: 20px;
  flex-shrink: 0;
}

.formSec li .text {
  flex-grow: 1;
}

.formSec2 .caution {
  margin-bottom: 10px;
  color: #c93c11;
  font-size: 12px;
}

.formSec2 .cautionRight {
  margin-bottom: 20px;
  color: #c93c11;
  font-size: 12px;
  text-align: right;
}

.formSec2 li {
  margin-bottom: 15px;
}

.formSec2 li:last-child {
  margin-bottom: 25px;
}

.formSec2 li > p {
  margin-bottom: 10px;
  font-weight: 700;
  color: #635039;
}

.formSec2 li > p span {
  color: #c93c11;
  font-size: 12px;
  font-weight: 400;
  padding-left: 8px;
}

.formSec2 li label {
  line-height: 2;
}

.formSec2 li .faceSelect {
  display: flex;
  align-items: center;
}

.formSec2 li .image {
  width: 11.59vw;
  margin-right: 20px;
  flex-shrink: 0;
}

.formSec2 li .text {
  flex-grow: 1;
}

.selectList .selectListBtn {
  width: 55.22vw;
  position: relative;
  border: 2px solid #f2bd53;
  background: none;
  color: #635039;
  font-weight: 500;
}

/*///////////////////////// member confirm/////////////////////////*/
.confirmList {
  margin-bottom: 20px;
}

.confirmList li:not(:last-child) {
  margin-bottom: 25px;
}

.confirmList .title {
  margin-bottom: 10px;
}

.confirmList .result {
  padding: 15px;
  background: #c7c7c7;
}

.my-custom-text-filter {
  padding: 0 0 0 0;
  font-weight: bold;
  font-size: 0.8rem;
  border: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.header-email-custom {
  text-align: center;
  min-width: 100px;
  word-break: keep-all;
}

.column-text-center {
  white-space: normal;
  vertical-align: middle;
}

.selection-cell {
  vertical-align: middle;
}

.header-email-left {
  border-left: none;
}

.header-email-center {
  border-left: none;
  border-right: none;
}

.header-email-right {
  border-right: none;
}

.header-email-custom-index {
  text-align: center;
  /*width: 5%;*/
}

.header-email-custom-number {
  text-align: center;
  /*width: 10%;*/
}

.header-email-custom-dt {
  text-align: center;
  /*width: 200px;*/
}

.my-custom-text-filter:focus-visible {
  border-color: lightgray;
  box-shadow: 0 0 0 0;
}

.post-list-custom {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.post-list-custom-other {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sr-only {
  display: none;
}

.modal-of-product {
  margin-left: 10%;
  font-size: 20px;
}

/********************************************* NEWS **********************************************/
/*///////////////////////// common -- section/////////////////////////*/
.firstSec {
  margin-bottom: 20px;
}

/* 左右にpadding15px付きのボックス */
.secContainerPdInner {
  margin-bottom: 30px;
  padding: 0 15px;
}

/* 上下にボーダー付きのボックス */
.secContainerBdInner,
.secContainerBdInner2 {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.secContainerBdInner:last-of-type {
  border-bottom: 1px solid #ccc;
}

.newsContent h2 {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.6;
}

.newsContent .date {
  margin-bottom: 20px;
  color: #967c5f;
}

.newsContent .newsContentInner {
  line-height: 1.6;
}

.newsContent .newsContentInner p:not(:last-of-type) {
  margin-bottom: 30px;
}

.newsContent .newsContentInner a {
  color: #0066b2;
}

.newsListBtn {
  margin-top: 15px;
  padding-right: 15px;
  text-align: right;
}

.newsList {
  line-height: 1.6;
}

.newsList li:not(:last-child) {
  margin-bottom: 30px;
}

.newsList .date {
  color: #967c5f;
}

.news-detail-back {
  background-color: #fffbf5;
  text-decoration: none;
  color: #000000;
  display: flex;
  justify-content: end;
}

.news-detail-back-content {
  background-color: #fffbf5;
  border: 1px solid #fffbf5;
}

.box {
  inline-size: 100%;
  overflow-wrap: break-word;
}

.selected-row-custom {
  background-color: #f6f2f2;
}

/********************************************** Food **********************************************/
.food-detail-img {
  width: 8rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.food-detail-img2 {
  width: 5rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.secContainer .caution {
  margin-bottom: 10px;
  color: #c93c11;
  font-size: 12px;
}

/********************************************** FoodRank *******************************************/
/*admin css*/
.image-uploader-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox-nonclick {
  pointer-events: none;
}

.news-settings-span {
  display: inline-block;
  width: 400px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.news-detail-span {
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.text-filter {
  padding: 0 0 0 0;
  font-weight: bold;
  font-size: 0.8rem;
}

.product-log-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  padding: 5 5 5 5;
  border-top: 0.1rem solid gray;
  border-left: 1px solid gray;
  /*border-bottom: 0.1rem solid gray;*/
  /*border: 1px solid red;*/
  overflow-wrap: anywhere;
}

.product-log-custom-left {
  display: flex;
  text-align: left;
  align-items: center;
  font-size: 11px;
  padding: 5 5 5 5;
  border-top: 0.1rem solid gray;
  border-left: 1px solid gray;
  overflow-wrap: anywhere;
}

.product-log-custom-right {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  padding: 5 5 5 5;
  border-left: 1px solid gray;
  border-top: 0.1rem solid gray;
  border-right: 1px solid gray;
  /*border-bottom: 0.1rem solid gray;*/
  overflow-wrap: anywhere;
}

.product-log-custom-right-left {
  display: flex;
  text-align: left;
  align-items: center;
  font-size: 11px;
  padding: 5 5 5 5;
  border-left: 1px solid gray;
  border-top: 0.1rem solid gray;
  border-right: 1px solid gray;
  /*border-bottom: 0.1rem solid gray;*/
  overflow-wrap: anywhere;
}

.product-log-custom-right-row {
  padding-right: 0px;
  padding-left: 0px;
}

.product-log-custom-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-log-custom-body {
  height: 150px;
  background-color: #e2e1e1;
  text-align: center;
  padding: 5 5 5 5;
  overflow-y: scroll;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid none;
  background-image: none;
}

.carousel-control-next-icon:after {
  font-size: 30px;
  color: black;
}

.carousel-control-prev-icon:after {
  font-size: 30px;
  color: black;
}

.custom-card-header {
  text-align: center;
  font-size: 15px;
}

.news-nofif-style {
  position: absolute;
  margin-left: 30px;
  margin-top: -3px;
  display: flex;
  height: 15px;
  width: 15px;
  line-height: 10px;
  z-index: 555;
  /* or 50% */
  border-radius: 30px;
  /* or 50% */
  background-color: red;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 9px;
}

.news-nofif-text {
  position: absolute;
  margin-left: 140px;
  margin-top: -20.5px;
  display: flex;
  height: 15px;
  width: 15px;
  line-height: 10px;
  z-index: 555;
  /* or 50% */
  border-radius: 30px;
  /* or 50% */
  background-color: red;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 9px;
}

.cat-option > img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f2bd53;
  display: inline-block;
  vertical-align: middle;
}

.cat-option > span {
  font-size: 15px;
  padding-left: 20px;
}

.cat-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.sectionTitleMaMe {
  color: #635039;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-left: 10px;
}

.cat-title > img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  /*background-color: #f2bd53;*/
  display: inline-block;
}

.css-6j8wv5-Input {
  padding: 10px 10px 10px 10px;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #f9edd2;
}

.noteListRank {
  position: relative;
  margin-bottom: 15px;
  padding: 0 20px;
  background: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 20px;
}

input[type="text"]:disabled {
  background: #c8cbcf;
}

input[type="email"]:disabled {
  background: #c8cbcf;
}

input[type="password"]:disabled {
  background: #c8cbcf;
}

.alert_center {
  text-align: center;
  white-space: pre-line;
}

.font-size {
  font-size: 20px;
}

.bg-color {
  padding: 40px 0 0 0;
}

.css-1s2u09g-control {
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 80%);
  border-radius: 50px;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 38px;
  outline: 0 !important;
  position: relative;
  transition: all 100ms;
  box-sizing: border-box;
}

.row > .edit-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.1);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.not-found-bar-div {
  padding: 10px;
}

.not-found-bar-code {
  border: 1px solid #f2bd53;
  padding: 30px;
  border-radius: 15px;
}

.not-found-bar-link {
  text-decoration: underline;
}

/****/
/*////////////////////////////////// common//////////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

/* image Reset */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*///////////////////////// header/////////////////////////*/
.mainLogoI {
  padding: 18px 0;
  background: #fffbf5;
  text-align: center;
}

.mainLogoI img {
  width: 53.33vw;
  height: auto;
}

.lpHeadI h2 {
  margin-bottom: 20px;
  padding: 12px 0;
  background: #967c5f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/*///////////////////////// common/////////////////////////*/
.contentsContainerI {
  margin-bottom: 50px;
}

/*///////////////////////// common -- botton/////////////////////////*/
/* single */
.singleBtnI li:not(:last-child) {
  margin-bottom: 10px;
}

.singleBtnI a {
  display: block;
  margin: 20px;
  padding: 20px 15px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.orangeI {
  background: #f79e5c;
}

.grayI {
  background: #d6cbb4;
}

.rightI {
  text-align: right;
}

.lpContentI .mainVisual {
  margin-top: -20px;
  margin-bottom: 30px;
}

.lpContentI .mainVisual img {
  width: 100%;
  height: auto;
}

.lpContentI .introSecI {
  margin-bottom: 30px;
  padding: 0 20px;
  line-height: 1.6;
}

.lpContentI .introSecI p:not(:last-child) {
  margin-bottom: 30px;
}

.lpContentI .noticeSecI {
  margin: 30px 20px;
  line-height: 1.6;
  padding: 10px;
  color: #c93c11;
  border: 1px solid #c93c11;
  border-radius: 10px;
}

.lpContentI .contentsSecI {
  margin-bottom: 50px;
}

.lpContentI .descSec {
  margin-bottom: 25px;
  line-height: 1.6;
}

.contentsSecI h2 {
  position: relative;
  margin: 0px 10px;
  padding: 10px 10px 10px 20px;
  border-radius: 10px;
  background: repeating-linear-gradient(-45deg, #ffd88f, #ffd88f 4px, #ffe4b1 3px, #ffe4b1 8px);
  color: #332d27;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

.contentsSecI h2:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 10px solid #ffd88f;
  width: 0;
  height: 0;
}

.accordion-containerI {
  position: relative;
  width: 100%;
}

.accordion-containerI .accordion-titleI {
  display: block;
  position: relative;
  margin: 0;
  padding: 8px 10px 8px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #544535;
  background: #f2bd53;
}

.accordion-titleI {
  position: relative;
  border-bottom: solid 1px #ffd88f;
}

.accordion-titleI:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #544535;
  border-right: solid 2px #544535;
  transform: rotate(135deg);
}

.accordion-titleI.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-contentI {
  /*display: none;*/
  padding: 20px;
}

.accordion-contentI p {
  line-height: 1.6;
  padding-bottom: 8px;
}

.accordion-contentI p a {
  color: #f79e5c;
  text-decoration: underline;
  font-weight: bold;
}

.accordion-contentI .noticeI {
  line-height: 1.6;
  padding: 10px;
  color: #c93c11;
  border: 1px solid #c93c11;
  border-radius: 10px;
}

/* CSS for CodePen */
.accordion-containerI {
  margin: 1.875em auto;
}

.info_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.text_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 10px;
}

.info_text {
  font-size: small;
  text-align: center;
  white-space: pre-line;
}

.pagination-bar {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination-bar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.pagination-bar li {
  margin: 0 5px;
}

.pagination-bar .active button {
  color: #604d3c;
  background-color: #76baff;
}

.pagination-bar button {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  padding: 6px 12px;
  cursor: pointer;
}

.ellipsis {
  margin: 0 5px;
  opacity: 0.6;
}

.ellipsis button {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  padding: 3px 6px;
  cursor: pointer;
  opacity: 0.5;
}

.pagination-bar button:hover {
  background-color: #76baff;
}

.pagination-bar button:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

.columns {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
}

.text_center {
  text-align: center;
}

.padding {
  padding: 5%;
}

.notice_text {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 5px;
  text-align: center;
  word-wrap: normal;
  white-space: break-spaces;
}

@media (max-width: 767px) {
  .pagination-bar ul {
    flex-wrap: wrap;
  }
  .pagination-bar li {
    margin: 3px;
  }
  .pagination-bar button {
    padding: 3px 6px;
  }
}
.toogle_box {
  text-align: right;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

/*////////////////////////////////// 高瀬追加//////////////////////////////////*/
.nav-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  align-content: flex-start;
  justify-content: flex-start;
}

.fixed-bottom {
  background: #f2bd53;
  height: 60px;
  z-index: 97;
}

.start {
  align-content: space-between;
  justify-content: flex-start;
}

.center {
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.flex_row {
  display: flex;
  position: relative;
  gap: 5px;
}

/****/
/*////////////////////////////////// リニューアル//////////////////////////////////*/
.register-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.register-section-title {
  color: #635039;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0 7.5px;
}

.register-btn {
  display: block;
  border-radius: 10px;
  border: 3px solid #f2bd53;
  padding: 6px;
  text-align: center;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    cursor: pointer;
}

.register-form {
  display: grid;
  grid-template-rows: repeat(2, auto) auto; /* 2行分 + 1行分 */
  grid-template-columns: 1fr 1fr; /* 2列分 */
  gap: 0 20px; /* セル間の隙間 */
}

.register-unit {
  padding-top: 2rem;
  border-bottom: 1px solid #cccccc;
}

.register-unit.last-unit {
  border-bottom: none;
}

.ranking {
  border: 3px solid #f2bd53;
  border-radius: 20px;
  padding: 10px 20px 20px;
}
.ranking > img {
  margin-bottom: 12px;
}
.ranking .ranking-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ranking .ranking-container .item {
  border: 3px solid #f2bd53;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding-left: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 20px;
}
.ranking .ranking-container .item.top {
  background: #f9edd2;
}
.ranking .ranking-container .item > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.ranking .ranking-container .item > div > img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #ffffff;
}

.tab {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: flex;
  flex-direction: row;
  gap: 2px;
}
.tab > div {
  width: 100%;
  text-align: center;
  background: #f5f0f0;
  border-radius: 10px 10px 0 0;
  height: 44px;
  display: grid;
  place-items: center;
  color: #635039;
  font-weight: 700;
}
.tab > div.active {
  background: #f9edd2;
}

.profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  justify-content: space-between;
}
.profile.heaven-stlye > div > .profile-content {
  gap: 6px;
}
.profile.heaven-stlye > div > .profile-content > div:first-of-type {
  display: flex;
  flex-direction: row;
  gap: 6px;
  font-weight: 500;
  color: #635039;
}
.profile.heaven-stlye > div > .profile-content > div {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.profile.heaven-stlye > div > .profile-content > div > p {
  font-size: 16px;
  font-weight: 700;
  color: #635039;
}
.profile > button {
  width: 20px;
  height: 20px;
  position: relative;
}
.profile > button.pre::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 7px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.profile > button.pre::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 14px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #332d27;
  border-right: 2px solid #332d27;
  transform: rotate(229deg);
}
.profile > button.next::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 7px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.profile > button.next::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 14px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #332d27;
  border-right: 2px solid #332d27;
  transform: rotate(45deg);
}
.profile > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-grow: 1;
}
.profile > div > .profile-image {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  position: relative;
}
.profile > div > .profile-image > img {
  width: 100%;
  height: 100%;
}
.profile > div > .profile-image > div {
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 23px;
  height: 23px;
  background: white;
  border-radius: 50%;
  border: 2px solid #f2bd54;
  display: grid;
  place-items: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.profile > div > .profile-content {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.profile > div > .profile-content > p {
  font-size: 18px;
  font-weight: 700;
  color: #635039;
}
.profile > div > .profile-content > div {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.profile > div > .profile-content > div > p {
  font-size: 16px;
  font-weight: 700;
  color: #635039;
}

.profile-menu {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
}
.profile-menu > .custom-form-select {
  width: 240px;
  height: 50px;
}
.profile-menu > .small {
  display: grid;
  place-items: center;
  height: 50px;
  width: 50px;
  border: 2px solid #967c5f;
  border-radius: 10px;
}

.heaven-style .tab > div {
  color: #606060;
  background: #f7f7f7;
}
.heaven-style .tab > div.active {
  color: #606060;
  background: #eaeaea;
}
.heaven-style .diarySec h2 {
  background: #eaeaea;
}
.heaven-style .pageNav .custom-form-select.date {
  background: #f7f7f7;
}

.topMenu {
  background: #f5f0f0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0;
  border-radius: 10px;
  padding: 15px 0;
}
.topMenu > img {
  top: -33px;
  left: 33px;
  position: absolute;
}
.topMenu > .ornament {
  width: 10px;
  margin-left: 7px;
  background: url(../asset/dot.svg) left top;
  background-size: 10px 30px;
  background-repeat: repeat-y;
}
.topMenu > .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px;
}
.topMenu > .content > p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #635039;
  font-size: 18px;
  text-align: center;
  display: inline;
  border-bottom: 1px dashed #635039;
  margin-bottom: 18px;
}
.topMenu > .content > .menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (width > 600px) {
  .topMenu > .content > .menu {
    grid-template-columns: minmax(auto, 300px) minmax(auto, 300px);
  }
}
.topMenu > .content > .menu > div {
  background: white;
  position: relative;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border: 2px solid #967c5f;
  gap: 8px;
  padding-top: 16px;
  overflow: hidden;
}
@media screen and (width > 400px) {
  .topMenu > .content > .menu > div {
    justify-content: center;
    padding-top: 0px;
  }
}
@media screen and (width > 600px) {
  .topMenu > .content > .menu > div {
    gap: 2rem;
  }
  .topMenu > .content > .menu > div > .icon {
    height: 5rem;
  }
  .topMenu > .content > .menu > div > .text {
    width: 12rem;
  }
  .topMenu > .content > .menu > div > .ornament {
    position: absolute;
    bottom: -2px;
    right: -2px;
  }
}
.topMenu > .content > .menu > div > .icon {
  flex-shrink: 0;
}
.topMenu > .content > .menu > div > .text {
  flex-shrink: 0;
}
.topMenu > .content > .menu > div > .ornament {
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.topMenu > .content > .record {
  position: relative;
  border-radius: 10px;
  background: white;
  width: 100%;
  border: 1px solid #967c5f;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.topMenu > .content > .record > h2 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6.5px 30px;
  background: #967c5f;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
}
.topMenu > .content > .record > h2 > img {
  max-width: 320px;
  width: auto;
  height: 15px;
}
.topMenu > .content > .record > .record-item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px dashed #635039;
  width: 100%;
  padding-bottom: 11px;
  gap: 10px;
}
.topMenu > .content > .record > .record-item:last-of-type {
  border-bottom: none;
}
.topMenu > .content > .record > .record-item > img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.topMenu > .content > .record > .record-item > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.topMenu > .content > .record > .record-item > div > p {
  color: #635039;
  font-weight: 700;
  font-size: 16px;
}
.topMenu > .content > .record > .record-item > div > div {
  display: flex;
  flex-direction: row;
  gap: 13px;
}

.topOnboardingBtn {
  background: #967c5f;
  position: relative;
  display: block;
  padding: 13px;
  border-radius: 10px;
  text-align: center;
  color: white;
  box-shadow: 0 5px 0 #7f6b55;
} /*# sourceMappingURL=base.css.map */
