@charset "UTF-8";
/* ===============================================
# color
=============================================== */
/* ===============================================
# breakpoint
=============================================== */
/* ===============================================
# z-index
=============================================== */
/* ===============================================
# img pass
=============================================== */
/* ===============================================
# other
=============================================== */
html,
body {
  background-color: #FFFEFB;
  color: #3A3735;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.8;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.l-footer__inner {
  text-align: center;
  background-color: #3A3735;
  padding: 40px 30px 50px;
}
.l-footer__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px;
  margin-bottom: 60px;
}
.l-footer__logoInner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px;
}
.l-footer__logoLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px;
}
.l-footer__logo {
  height: 40px;
}
.l-footer__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
}
.l-footer__copyright {
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: normal;
  font-weight: 500;
}

.l-header {
  background-color: #3A3735;
  padding: 20px 30px;
}
.l-header__inner {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px;
}
.l-header__logoLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px;
}
.l-header__logoInner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px;
}
.l-header__logo {
  height: 35px;
}
.l-header__contents {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.l-header__button {
  display: flex;
  flex-wrap: wrap;
}
.l-header__button a {
  text-decoration: none;
  width: 45px;
  text-align: center;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
  color: #FFFFFF;
}
.l-header__loginIcon, .l-header__mypageIcon {
  width: 34px;
  height: 34px;
}

.l-main {
  padding-bottom: 130px;
}

.c-breadcrumb {
  background-color: #F99549;
  padding: 12px 0;
}
.c-breadcrumb__list {
  display: flex;
  gap: 15px;
  list-style: none;
  max-width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
}
.c-breadcrumb__item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.c-breadcrumb__item a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-breadcrumb__item p {
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 7.5px;
  height: 13px;
  background: url("../font/arrow/breadcrumb.svg") no-repeat center center;
}

.c-button {
  text-align: center;
}
.c-button a {
  display: inline-block;
  padding: 18px 50px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-button input {
  display: inline-block;
  padding: 18px 50px;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-button button {
  display: inline-block;
  padding: 18px 50px;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-button--solidWhite a {
  color: #F99549;
  background-color: #FFFFFF;
  border: 2px solid #F99549;
}
.c-button--solidWhite input {
  color: #F99549;
  background-color: #FFFFFF;
  border: 2px solid #F99549;
}
.c-button--solidWhite button {
  color: #F99549;
  background-color: #FFFFFF;
  border: 2px solid #F99549;
}
.c-button--solidOrange a {
  color: #FFFFFF;
  background-color: #F99549;
  border: 2px solid #F99549;
}
.c-button--solidOrange input {
  color: #FFFFFF;
  background-color: #F99549;
  border: 2px solid #F99549;
}
.c-button--solidOrange button {
  color: #FFFFFF;
  background-color: #F99549;
  border: 2px solid #F99549;
}
.c-button--solidGray {
  display: inline-block;
}
.c-button--solidGray p {
  color: #FFFFFF;
  background-color: #D6D6D6;
  border: 2px solid #FFFFFF;
  padding: 18px 50px;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-button--solidDark a {
  color: #FFFFFF;
  background-color: #3A3735;
  border: 2px solid #3A3735;
}
.c-button--solidDark input {
  color: #FFFFFF;
  background-color: #3A3735;
  border: 2px solid #3A3735;
}
.c-button--solidDark button {
  color: #FFFFFF;
  background-color: #3A3735;
  border: 2px solid #3A3735;
}
.c-button--full a {
  width: 100%;
}
.c-button--full input {
  width: 100%;
}
.c-button--full button {
  width: 100%;
}
.c-button--sm a {
  width: 166px;
  padding: 18px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-button--sm input {
  width: 166px;
  padding: 18px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-button--sm button {
  width: 166px;
  padding: 18px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-button--arrow a {
  position: relative;
  padding: 18px 75px 18px 30px;
}
.c-button--arrow a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 15px;
  position: absolute;
  right: 30px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/file/box/assets/font/arrow/button.svg) no-repeat center;
}

.c-buttonInner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 100px;
}

.c-calendar__input {
  display: flex;
  align-items: center;
  justify-content: flex-first;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.c-calendar__input input {
  padding: 10px 15px;
  width: 170px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 500;
}

.c-checkbox label {
  width: 114px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  cursor: pointer;
}
.c-checkbox label input {
  display: none;
}
.c-checkbox label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../font/checkbox/unchecked.svg");
  transition: all 0.1s ease-in-out;
  flex-shrink: 0;
}
.c-checkbox label::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../font/checkbox/checked.svg");
  transition: all 0.1s ease-in-out;
  opacity: 0;
  flex-shrink: 0;
}
.c-checkbox label:has(input:checked)::after {
  opacity: 1;
}
.c-checkbox--search {
  width: 786px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.c-checkbox--form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.c-checkbox--form label {
  width: 204px;
}

.c-error {
  padding: 30px 72px;
  margin-bottom: 60px;
  border: 2px solid #D54949;
}
.c-error__guideText {
  margin-bottom: 20px;
  color: #D54949;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 700;
}
.c-error__list {
  list-style: none;
}
.c-error__list li {
  color: #D54949;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}

.c-eventCard {
  width: 300px;
  list-style: none;
}
.c-eventCard__img {
  width: 300px;
  height: 200px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.c-eventCard__text {
  text-align: left;
}
.c-eventCard__categoryInner {
  margin-bottom: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.c-eventCard__category {
  color: #FFFFFF;
  border-radius: 5px;
  padding: 7px 8px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-eventCard__category--gourmet {
  background-color: #D96B6B;
}
.c-eventCard__category--experience {
  background-color: #E58A5E;
}
.c-eventCard__category--seasonal {
  background-color: #E56399;
}
.c-eventCard__category--business {
  background-color: #6C9BCF;
}
.c-eventCard__category--sports {
  background-color: #5FB49C;
}
.c-eventCard__category--seminar {
  background-color: #8C6BAE;
}
.c-eventCard__category--exhibition {
  background-color: #E6C86E;
}
.c-eventCard__category--online {
  background-color: #9A9A9A;
}
.c-eventCard__date {
  color: #9D9692;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 4px;
}
.c-eventCard__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 6px;
}
.c-eventCard__title a {
  color: #3A3735;
  text-decoration: none;
}
.c-eventCard__spot {
  display: flex;
  gap: 2px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}
.c-eventCard__spot::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../font/icon/map-pin.svg") no-repeat center center;
}

.c-eventCount {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}
.c-eventCount__all {
  display: inline-block;
  color: #F99549;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 700;
  padding-right: 4px;
}
.c-eventCount__item {
  display: inline-block;
  color: #F99549;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 700;
  padding-right: 4px;
}

.c-eventMainInfo {
  height: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
}
.c-eventMainInfo__imgInner {
  width: 600px;
  height: 400px;
}
.c-eventMainInfo__imgInner img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-eventMainInfo__textInner {
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0px;
}
.c-eventMainInfo__text {
  text-align: left;
}
.c-eventMainInfo__categoryInner {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.c-eventMainInfo__category {
  color: #FFFFFF;
  border-radius: 6px;
  padding: 9px 10px;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-eventMainInfo__category--gourmet {
  background-color: #D96B6B;
}
.c-eventMainInfo__category--experience {
  background-color: #E58A5E;
}
.c-eventMainInfo__category--seasonal {
  background-color: #E56399;
}
.c-eventMainInfo__category--business {
  background-color: #6C9BCF;
}
.c-eventMainInfo__category--sports {
  background-color: #5FB49C;
}
.c-eventMainInfo__category--seminar {
  background-color: #8C6BAE;
}
.c-eventMainInfo__category--exhibition {
  background-color: #E6C86E;
}
.c-eventMainInfo__category--online {
  background-color: #9A9A9A;
}
.c-eventMainInfo__date {
  color: #9D9692;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 12px;
}
.c-eventMainInfo__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 6px;
}
.c-eventMainInfo__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}

.c-fieldset {
  width: 100%;
}
.c-fieldset__title {
  padding: 18px 72px;
  margin-bottom: 80px;
  color: #FFFFFF;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
  background-color: #3A3735;
}
.c-fieldset__inner {
  padding: 0 72px 100px;
}
.c-fieldset__unit {
  margin-bottom: 70px;
  border: none;
}
.c-fieldset__unit:last-child {
  margin-bottom: 0;
}
.c-fieldset__unit--sm {
  margin-bottom: 40px;
}
.c-fieldset__legend {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
}
.c-fieldset__legend--sm {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-fieldset__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}
.c-fieldset__annotation {
  display: block;
  margin-top: 5px;
  color: #9D9692;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}

.c-form {
  max-width: 1300px;
  margin: 60px auto 0;
  padding: 0 30px;
}
.c-form__guideText {
  padding-left: 72px;
  margin-bottom: 60px;
  color: #4A4643;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}

.c-formComp__title {
  padding: 18px 72px;
  margin-bottom: 80px;
  color: #FFFFFF;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
  background-color: #3A3735;
}
.c-formComp__inner {
  padding: 0 72px;
}
.c-formComp__description {
  margin-bottom: 120px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 400;
}

.c-input {
  display: block;
  max-width: 486px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
}
.c-input input {
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 500;
}
.c-input input::-moz-placeholder {
  color: #D6D6D6;
}
.c-input input::placeholder {
  color: #D6D6D6;
}

.c-noResult {
  width: -moz-fit-content;
  width: fit-content;
  padding: 60px 200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9215686275);
  border-radius: 20px;
  border: 3px solid #F99549;
}
.c-noResult__text {
  color: #4A4643;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: normal;
  font-weight: 700;
}

.c-pager__list {
  display: flex;
  justify-content: center;
  gap: 12px;
  list-style: none;
}
.c-pager__list li {
  border-radius: 5px;
}
.c-pager__list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FFFFFF;
  padding: 8px 12px;
}
.c-pager__arrow {
  color: #F99549;
  border: 2px solid #F99549;
  background-color: #FFFFFF;
}
.c-pager__arrow--prev {
  margin-right: 18px;
}
.c-pager__arrow--next {
  margin-left: 18px;
}
.c-pager__number {
  color: #FFFFFF;
  border: 2px solid #D6D6D6;
  background-color: #D6D6D6;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
  line-height: 1;
}
.c-pager__active {
  padding: 8px 12px;
  color: #FFFFFF;
  border: 2px solid #F99549;
  background-color: #F99549;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}

.c-panel {
  padding: 60px 200px;
  margin: 0 auto;
  max-width: 878px;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.c-panel__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-panel__description {
  margin-bottom: 30px;
  color: #9D9692;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 500;
}

.c-radio label {
  position: relative;
  width: 114px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  cursor: pointer;
}
.c-radio label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  border: 1px solid #D9D9D9;
  padding: 3px;
  background-color: #FFFFFF;
  background-clip: content-box;
  transition: all 0.2s ease-in-out;
}
.c-radio label:has(input:checked)::before {
  border: 1px solid #D9D9D9;
  background-color: #F99549;
  padding: 3px;
  background-clip: content-box;
}
.c-radio label input {
  width: 18px;
  height: 18px;
  position: absolute;
  opacity: 0;
}
.c-radio--search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.c-radio--form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.c-radio--form label {
  width: 204px;
}

.c-search {
  max-width: 1040px;
  margin: 0 auto;
}
.c-search__nav {
  position: relative;
  background-color: #3A3735;
  border-radius: 15px;
  padding: 24px 50px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.c-search__nav.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-search__nav::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 15px;
  position: absolute;
  right: 50px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/file/box/assets/font/arrow/search.svg) no-repeat center;
}
.c-search__title {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-search__title::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../font/icon/search-icon.svg");
}
.c-search__inner {
  padding: 40px 0;
  background-color: #FFFFFF;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 50px;
}
.c-search__main {
  width: 744px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 25px;
}
.c-search__unit {
  width: 100%;
  padding: 0 50px 25px;
  border: none;
  border-bottom: 2px solid #FFF6EF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
}
.c-search__name {
  min-width: 108px;
  color: #3A3735;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-search__range {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 36px;
}

.c-select {
  width: 198px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}

.c-simpleForm {
  position: relative;
}
.c-simpleForm__input {
  border-radius: 10px;
  background: #FFFFFF;
  height: 45px;
  display: block;
}
.c-simpleForm__input input {
  padding: 0 15px;
  height: 100%;
  border-radius: 10px;
  color: #9D9692;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 500;
}
.c-simpleForm__icon {
  width: 28px;
  height: 28px;
  margin-bottom: 2px;
}
.c-simpleForm__button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}

.c-table {
  width: 100%;
  margin: 120px 0 70px;
}
.c-table__caption {
  width: 100%;
  padding: 16px 72px;
  text-align: left;
  color: #FFFFFF;
  background-color: #3A3735;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.c-table__header {
  padding: 15px 50px 15px 90px;
  width: 28%;
  min-width: 300px;
  text-align: left;
  vertical-align: top;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}
.c-table__header--entry {
  padding: 0 0 15px 0;
  min-width: 180px;
}
.c-table__data {
  padding: 15px 90px 15px 50px;
  width: 72%;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}
.c-table__data--entry {
  padding: 0 0 15px 0;
}
.c-table--date::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background-image: url("../font/icon/event-date.svg");
}
.c-table--type::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background-image: url("../font/icon/type.svg");
}
.c-table--fee::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background-image: url("../font/icon/fee.svg");
}
.c-table--numberOfPeople::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background-image: url("../font/icon/number-of-people.svg");
}
.c-table--eventVenue::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background-image: url("../font/icon/event-venue.svg");
}
.c-table--access::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background-image: url("../font/icon/access.svg");
}
.c-table--bgWhite {
  background-color: #FFFFFF;
}
.c-table--bgOrange {
  background-color: #FFF6EF;
}

.c-tag {
  padding: 5px 6px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
  background-color: #F99549;
  border-radius: 5px;
}

.c-textarea {
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
}
.c-textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
  resize: none;
}
.c-textarea textarea::-moz-placeholder {
  color: #D6D6D6;
}
.c-textarea textarea::placeholder {
  color: #D6D6D6;
}
.c-textarea--sm {
  height: 46px;
}
.c-textarea--bg {
  height: 240px;
}

.c-titleArea {
  background-color: #FFF6EF;
  padding: 60px 0 30px;
}
.c-titleArea__text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
  max-width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
}

.p-offerItem {
  padding-top: 85px;
}
.p-offerItem__inner {
  max-width: 1300px;
  padding: 0 30px;
  margin: 0 auto;
}
.p-offerItem__text {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
}

.p-detailTable {
  margin-top: auto;
}

.p-entryEventList__body {
  max-width: 1040px;
  padding-top: 80px;
  margin: 0 auto;
}
.p-entryEventList__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 80px 70px;
  width: 100%;
  margin: 35px 0 100px;
}

.p-detail {
  padding-top: 30px;
}
.p-detail__inner {
  max-width: 1300px;
  padding: 0 30px;
  margin: 0 auto;
}
.p-detail__time {
  text-align: right;
}
.p-detail__time p {
  padding-bottom: 45px;
  color: #9D9692;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.p-detail__description {
  margin-top: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: normal;
  font-weight: 500;
}

.p-entryButton {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  text-align: center;
}
.p-entryButton__supplement {
  display: blo;
  color: #9D9692;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}
.p-entryButton__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
}

.p-infoSearchArea {
  margin-top: 150px;
}

.p-title--eventCount {
  display: inline-block;
  padding: 0 6px 0 30px;
  color: #F99549;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}

.p-searchArea {
  margin: 50px 0 110px;
}

.p-searchList__body {
  max-width: 1040px;
  margin: 0 auto;
}
.p-searchList__count {
  margin-top: 110px;
}

.p-eventList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 80px 70px;
  width: 100%;
  margin: 35px 0 100px;
}

.p-topMainEvents {
  margin-top: 35px;
}

.p-topEvent {
  position: relative;
  width: 720px;
}
.p-topEvent__img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.p-topEvent__textArea {
  width: 660px;
  position: absolute;
  bottom: 25px;
  left: 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: normal;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.p-topEvent__categoryInner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.p-topEvent__category {
  display: inline-block;
  padding: 9px 10px;
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.p-topEvent__category--gourmet {
  background-color: #D96B6B;
}
.p-topEvent__category--experience {
  background-color: #E58A5E;
}
.p-topEvent__category--seasonal {
  background-color: #E56399;
}
.p-topEvent__category--business {
  background-color: #6C9BCF;
}
.p-topEvent__category--sports {
  background-color: #5FB49C;
}
.p-topEvent__category--seminar {
  background-color: #8C6BAE;
}
.p-topEvent__category--exhibition {
  background-color: #E6C86E;
}
.p-topEvent__category--online {
  background-color: #9A9A9A;
}
.p-topEvent__title {
  color: #FFFFFF;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
  text-decoration: none;
}
.p-topEvent__title span {
  color: #FFFFFF;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}

.p-topSearchArea {
  margin: 110px 0 150px;
}

.p-newEvents {
  max-width: 1040px;
  margin: 0 auto 160px;
}
.p-newEvents__titleInner {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
.p-newEvents__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.p-newEvents__title::before {
  content: "EVENT";
  display: block;
  width: 270px;
  height: 70px;
  color: #3A3735;
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: 4.2px;
  font-weight: 700;
}
.p-newEvents__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}

.p-recommendEvents {
  max-width: 1040px;
  margin: 0 auto;
}
.p-recommendEvents__titleInner {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
.p-recommendEvents__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.p-recommendEvents__title::before {
  content: "RECOMMEND";
  display: block;
  width: 540px;
  height: 70px;
  color: #3A3735;
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: 4.2px;
  font-weight: 700;
}
.p-recommendEvents__container {
  position: relative;
  min-height: 315px;
}
.p-recommendEvents__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.p-recommendEvents__item--gray {
  filter: grayscale(100%);
  opacity: 0.6;
}

.p-recommendGuide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 814px;
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.9215686275);
  border-radius: 20px;
  border: 3px solid #F99549;
}
.p-recommendGuide__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
}
.p-recommendGuide__text {
  color: #4A4643;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: normal;
  font-weight: 700;
}
.p-recommendGuide__buttonInner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 25px;
}

#slide-area {
  width: 720px;
}

.p-loginFieldset {
  margin-bottom: 50px;
}

.p-passReminderLink {
  display: block;
  margin-top: 10px;
  color: #9D9692;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}

.p-registerArea {
  margin-top: 80px;
  text-align: center;
}
.p-registerArea__note {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 500;
}

.p-userDetail__titleArea,
.p-mypageEntryList__titleArea {
  max-width: 1040px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px;
}
.p-userDetail__titleText,
.p-mypageEntryList__titleText {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
  padding-left: 5px;
  border-left: 5px solid #F99549;
}

.p-userDetail {
  padding: 80px 30px 0;
}
.p-userDetail__wrapper {
  margin-bottom: 120px;
}
.p-userDetail__container {
  max-width: 1040px;
  border-radius: 20px;
  padding: 40px 90px;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.p-userDetail__centerArea {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 40px;
}
.p-userDetail__table {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
}
.p-userDetail__shortArea {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
}
.p-userDetail__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 32px;
}
.p-userDetail__unit {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 18px;
}
.p-userDetail__unit--sm {
  width: 50%;
}
.p-userDetail__tableHeader {
  width: 100%;
  padding: 8px 20px;
  text-align: left;
  color: #FFFFFF;
  background-color: #3A3735;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.p-userDetail__tableHeader--solidOrange {
  background-color: #F99549;
}
.p-userDetail__tableHeaderRuby {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.p-userDetail__tableData {
  padding: 0 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 500;
}
.p-userDetail__tableData--category {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.p-userDetail__tableDataRuby {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 500;
}
.p-userDetail__category {
  display: inline-block;
  padding: 7px 10px;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}
.p-userDetail__category--gourmet {
  background-color: #D96B6B;
}
.p-userDetail__category--experience {
  background-color: #E58A5E;
}
.p-userDetail__category--seasonal {
  background-color: #E56399;
}
.p-userDetail__category--business {
  background-color: #6C9BCF;
}
.p-userDetail__category--sports {
  background-color: #5FB49C;
}
.p-userDetail__category--seminar {
  background-color: #8C6BAE;
}
.p-userDetail__category--exhibition {
  background-color: #E6C86E;
}
.p-userDetail__category--online {
  background-color: #9A9A9A;
}
.p-userDetail__linkInner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
}
.p-userDetail__link {
  color: #9D9692;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 700;
}

.p-mypageEntryList__item {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px;
}/*# sourceMappingURL=style.css.map */