@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap);
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (max-width: 499px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 500px) and (max-width: 699px) {
  html {
    font-size: 2vw;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  html {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  html {
    font-size: 1vw;
  }
}
@media (min-width: 1800px) and (max-width: 1999px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 2000px) and (max-width: 2399px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 2400px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #353535;
  color: #fff;
  font-family: "Lato", Arial, sans-serif;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

p {
  font-size: 1.1rem;
  line-height: 1.4;
}
@media (min-width: 700px) {
  p {
    font-size: 1.4rem;
  }
}

.container {
  width: 90vw;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

header {
  padding-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
header .header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(144, 155, 175, 0.2);
}
header .header_container .logo {
  position: relative;
  z-index: 15;
}
header .header_container .logo img {
  width: 120px;
}
header .header_container .icon {
  width: 2rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 15;
}
@media (min-width: 700px) {
  header .header_container .icon {
    display: none;
  }
}
header .header_container .icon span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .header_container .icon.active span:first-of-type {
  transform: translateY(3.5px) rotate(45deg);
}
header .header_container .icon.active span:last-of-type {
  transform: translateY(-3.5px) rotate(135deg);
}
header .header_container nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #353535;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5vw;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 700px) {
  header .header_container nav {
    opacity: 1;
    visibility: visible;
    position: initial;
    width: unset;
    height: unset;
    padding: unset;
    background: unset;
  }
}
header .header_container nav.active {
  opacity: 1;
  visibility: visible;
}
header .header_container nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 700px) {
  header .header_container nav ul {
    flex-direction: row;
    gap: 4rem;
  }
}
header .header_container nav li {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .header_container nav li:hover {
  color: #987B50;
}

.alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  transition: all 0.3s ease-out;
}
.alert span {
  width: 2rem;
  text-align: right;
  font-size: 1.2rem;
  cursor: pointer;
}

.alert-danger {
  background: #f3dfe1;
  border-left: 6px solid #bc4550;
  color: #973740;
}

.alert-success {
  background: #fcfdfc;
  border-left: 6px solid #6cbc86;
  color: #4da86a;
}

.homepage_header .alert-infos p {
  width: 100%;
  max-width: 100%;
  margin-top: 0.5rem;
}

.alert-infos {
  background: #353535;
  color: #fff;
  display: block;
}
.alert-infos p {
  font-size: 1rem;
}

.removing {
  transform: translateY(-100%);
  opacity: 0;
}

form:not(#language-form) {
  margin-top: 3rem;
}
form .card {
  margin-bottom: 3rem;
}
form .card h2 {
  margin-top: 0;
}
form .card h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
form h2 {
  font-size: 1.6rem;
  font-weight: 200;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
form .form_info {
  font-size: 0.8rem;
  color: #e47e09;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 2rem;
  padding: 0.5rem;
  background: #fcdfbd;
  border: 1px solid #e47e09;
}
form .form_item {
  margin-bottom: 2rem;
}
form .form_item h2 {
  margin-top: 0;
}
form .form_item:last-of-type {
  margin-bottom: 0;
}
form .form_item label {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
form .form_item input[type=text],
form .form_item input[type=datetime-local],
form .form_item input[type=date],
form .form_item input[type=time],
form .form_item input[type=password],
form .form_item select,
form .form_item textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 1rem;
  border-radius: 4px;
}
form .form_item input[type=text]:focus,
form .form_item input[type=datetime-local]:focus,
form .form_item input[type=date]:focus,
form .form_item input[type=time]:focus,
form .form_item input[type=password]:focus,
form .form_item select:focus,
form .form_item textarea:focus {
  border-color: rgba(39, 60, 171, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(39, 60, 171, 0.25);
}
form .form_item input[type=submit] {
  padding: 1rem 2rem;
  background: #353535;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
form .form_item input[type=submit]:hover {
  background: #4b5a6d;
}
form .form_item input[type=file] {
  display: none;
}
form .form_item .file {
  margin-bottom: 0;
}
form .form_item .file p {
  border: 1px dotted #ccc;
  background: rgba(204, 204, 204, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  margin-top: 1rem;
  padding: 1.3rem;
  font-size: 0.9rem;
}
form .form_item .file p.file-error,
form .form_item .file p span.file-error {
  color: #bc4550;
}
form .form_item .file p.file-success,
form .form_item .file p span.file-success {
  color: #6cbc86;
}
form .form_item .file p.file-warning,
form .form_item .file p span.file-warning {
  color: #e47e09;
}
form .form_item .file_cover {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1rem 0 0 0;
}
form .form_item .categories_checkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
form .form_item .categories_checkbox .category_checkbox {
  width: 23%;
  margin-bottom: 3rem;
}
form .form_item .categories_checkbox .category_checkbox .category_checkbox_title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
form .form_item .categories_checkbox .category_checkbox .category_checkbox_title label {
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
form .form_item .categories_checkbox .category_checkbox .category_checkbox_permission {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
form .form_item .categories_checkbox .category_checkbox .category_checkbox_permission:last-of-type {
  margin-bottom: 0;
}
form .form_item .categories_checkbox .category_checkbox .category_checkbox_permission label {
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
form .form_item .slug {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.4rem;
}
form .form_item .slug label {
  color: #aaa;
  width: auto;
  margin: 0;
}
form .form_item .slug input {
  border: 1px solid transparent;
  padding: 0.3rem 0;
  width: auto;
  margin-left: 0.2rem;
}
form .form_item .slug input:focus {
  border-color: rgba(39, 60, 171, 0.5);
  padding: 0.3rem;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(39, 60, 171, 0.25);
}
form .form_item.filter label {
  margin-bottom: 0.5rem;
}
form .form_item_with_help {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (min-width: 800px) {
  form .form_item_with_help {
    flex-direction: row;
    gap: 3rem;
  }
}
form .form_item_with_help .tox-tinymce {
  width: 100%;
}
@media screen and (min-width: 800px) {
  form .form_item_with_help label {
    width: 40%;
  }
}
form .form_item_with_help label span {
  display: block;
  font-size: 0.8rem;
  color: #aaa;
  margin-top: 0.8rem;
}
form .form_item_checkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
form .form_item_checkbox div {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.3rem 0.8rem;
  border: 1px solid rgba(204, 204, 204, 0.2);
}
@media screen and (min-width: 800px) {
  form .form_item_checkbox div {
    width: 30%;
  }
}
form .form_item_checkbox div label {
  display: inline;
  margin-bottom: 0;
  padding: 0.3rem 0;
}
form .form_item_checkbox div input[type=checkbox] {
  margin-right: 0.5rem;
}
form .form_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 3rem;
}
form .form_group.filter {
  margin: 2rem 0;
  border: 1px solid rgba(39, 60, 171, 0.05);
  background-color: rgba(39, 60, 171, 0.05);
  padding: 1rem;
}
@media screen and (min-width: 690px) {
  form .form_group {
    flex-direction: row;
  }
}
form .form_group:last-of-type {
  margin-bottom: 0;
}
form .form_group .form_item {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
}
@media screen and (min-width: 690px) {
  form .form_group .form_item {
    margin-right: 3rem;
  }
  form .form_group .form_item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 690px) {
  form .form_group .form_item {
    margin-top: 2rem;
  }
  form .form_group .form_item:first-of-type {
    margin-top: 0;
  }
}
form .form_group a {
  font-size: 0.8rem;
  text-decoration: underline;
  cursor: pointer;
  color: #aaa;
}

main form {
  margin-top: 0;
}

.form_sections {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.form_sections .form_section {
  width: 100%;
}
.form_sections .form_section:last-of-type {
  width: 30%;
}
@media screen and (max-width: 690px) {
  .form_sections .form_section:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 690px) {
  .form_sections {
    flex-direction: column;
  }
}

#filter {
  width: 100%;
  margin-bottom: 2rem;
}
#filter input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5rem;
  width: auto;
  margin-left: 0.2rem;
}
#filter input:focus {
  border-color: rgba(39, 60, 171, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(39, 60, 171, 0.25);
}

#language-form select {
  cursor: pointer;
  padding-right: 1.8rem;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("/images/icon-select.svg");
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.btn-primary {
  display: inline-block;
  background: #987B50;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-primary:hover {
  background: #7A6340;
}

.btn-secondary {
  display: inline-block;
  background: #987B50;
  padding: 1rem 2.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-secondary:hover {
  background: #7A6340;
  color: #fff;
}
.btn-secondary.active {
  background: #7A6340;
  color: #fff;
}

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(54, 65, 79, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal_close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(2, 23, 55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal_close:hover {
  background: #010d1e;
}
.modal_close svg {
  width: 1.5rem;
  height: 1.5rem;
}
.modal_item {
  width: 90vw;
  max-width: 800px;
  background: #353535;
  border: 1px solid rgba(54, 65, 79, 0.5);
  padding: 2rem 2rem 7rem 2rem;
  position: relative;
}
.modal_element {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.modal_element .modal_error {
  background: #cc0202;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.modal_title {
  width: 100%;
  margin-bottom: 1rem;
}
.modal_title h2 {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin: 0;
}
.modal_title p {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #353535;
}
.modal_content {
  width: 100%;
  gap: 1rem;
  display: none;
  overflow-y: scroll;
  min-height: 20rem;
  max-height: 70vh;
  height: 100%;
}
.modal_content .add_guest {
  text-decoration: underline;
  margin-bottom: 1rem;
}
.modal_content .form_group {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 1rem;
}
.modal_content .form_group div {
  width: 100%;
}
.modal_content .form_group div.radios {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(54, 65, 79, 0.5);
  padding: 0.8rem;
}
.modal_content .form_group div.radios label {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
}
.modal_content.active {
  display: grid;
}
.modal_content label {
  font-size: 0.9rem;
  color: #353535;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.modal_content input[type=text],
.modal_content input[type=email],
.modal_content input[type=date],
.modal_content input[type=time],
.modal_content textarea {
  width: 100%;
  padding: 0.8rem;
  background: #353535;
  border: 1px solid rgba(54, 65, 79, 0.5);
}
.modal_content input[type=text]:-moz-read-only, .modal_content input[type=email]:-moz-read-only, .modal_content input[type=date]:-moz-read-only, .modal_content input[type=time]:-moz-read-only, .modal_content textarea:-moz-read-only {
  background: #353535;
  cursor: default;
}
.modal_content input[type=text]:read-only,
.modal_content input[type=email]:read-only,
.modal_content input[type=date]:read-only,
.modal_content input[type=time]:read-only,
.modal_content textarea:read-only {
  background: #353535;
  cursor: default;
}
.modal_btns {
  width: 100%;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.modal_btns button {
  height: 3rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: rgb(2, 23, 55);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal_btns button.active {
  opacity: 1;
  visibility: visible;
}
.modal_btns button:hover {
  background: #010d1e;
}

#auth {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#auth #auth_wrapper {
  display: flex;
  align-items: flex-start;
  width: 70vw;
  height: auto;
  max-height: 80vh;
  background: #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
@media screen and (max-width: 1080px) {
  #auth #auth_wrapper {
    flex-direction: column;
    max-height: 90vh;
  }
}
@media screen and (max-width: 690px) {
  #auth #auth_wrapper {
    width: 90vw;
  }
}
#auth #auth_wrapper .left {
  width: 40%;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 1080px) {
  #auth #auth_wrapper .left {
    width: 100%;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    height: 80px;
  }
}
#auth #auth_wrapper .left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  filter: grayscale(70%);
  transition: filter 0.4s ease-in-out;
}
@media screen and (min-width: 1080px) {
  #auth #auth_wrapper .left img {
    height: 80vh;
  }
}
@media screen and (max-width: 1080px) {
  #auth #auth_wrapper .left img {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
  }
}
#auth #auth_wrapper .right {
  width: 60%;
  align-self: center;
  padding: 4rem;
  color: #171819;
}
@media screen and (max-width: 1080px) {
  #auth #auth_wrapper .right {
    width: 100%;
    padding: 3rem;
  }
}
@media screen and (max-width: 690px) {
  #auth #auth_wrapper .right {
    width: 100%;
    padding: 2rem;
  }
}
#auth #auth_wrapper .right h1 {
  font-size: 2.3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
#auth #auth_wrapper .right p {
  line-height: 1.5;
  font-weight: 300;
  color: #aaa;
  font-size: 0.9rem;
}
@media screen and (max-width: 690px) {
  #auth #auth_wrapper .right p {
    display: none;
  }
}
#auth #auth_wrapper .right .btn-sso {
  display: inline-block;
  margin: 3rem 0;
  padding: 1rem 2rem;
  background: #353535;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#auth #auth_wrapper .right .btn-sso:hover {
  background: #353535;
}
#auth #auth_wrapper .right .btn-sso.hide {
  display: none;
}
#auth #auth_wrapper .right .alert {
  margin-top: 2rem;
}

.homepage_header {
  padding: 8rem 0;
  display: grid;
}
.homepage_header .container {
  gap: 2rem;
}
.homepage_header h1 {
  text-align: center;
  font-family: "Noto Serif JP", Georgia, serif;
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
}
.homepage_header p {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  max-width: 600px;
}
.homepage_header a {
  display: inline-block;
  margin: 0 auto;
}
.homepage_header .alert-infos {
  justify-content: center;
}

.flights_header .container {
  gap: 4rem;
}

.homepage_events {
  padding-bottom: 8rem;
}
.homepage_events__tablist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 700px) {
  .homepage_events__tablist {
    flex-direction: row;
    justify-content: center;
  }
}
.homepage_events__tablist li {
  width: 100%;
  font-size: 0.8rem;
}
@media (min-width: 700px) {
  .homepage_events__tablist li {
    width: unset;
  }
}
.homepage_events__tablist li a {
  width: 100%;
  text-align: center;
}
.homepage_events__tab .homepage_event {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 700px) {
  .homepage_events__tab .homepage_event {
    flex-direction: row;
  }
}
.homepage_events__tab .homepage_event:not(:last-of-type) {
  margin-bottom: 4rem;
}
.homepage_events__tab .homepage_event:last-of-type {
  margin-bottom: 0;
}
.homepage_events__tab .homepage_event__left, .homepage_events__tab .homepage_event__right {
  width: 100%;
}
.homepage_events__tab .homepage_event__left {
  position: relative;
}
.homepage_events__tab .homepage_event__left img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 700px) {
  .homepage_events__tab .homepage_event__left img {
    aspect-ratio: 16/11;
  }
}
.homepage_events__tab .homepage_event__left span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #171819;
  padding: 1.5rem;
  font-size: 0.8rem;
  font-weight: 700;
}
.homepage_events__tab .homepage_event__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.homepage_events__tab .homepage_event__right p {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #fff;
}
.homepage_events__tab .homepage_event__right p.homepage_event__right__top_line {
  color: #987B50;
}
@media (min-width: 700px) {
  .homepage_events__tab .homepage_event__right p {
    font-size: 1.2rem;
  }
}
.homepage_events__tab .homepage_event__right__top_line {
  color: #987B50;
}
.homepage_events__tab .homepage_event__right h2 {
  color: #fff;
  font-family: "Noto Serif JP", Georgia, serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.2;
}
.homepage_events__tab .homepage_event__right__excerpt {
  color: #fff;
}
.homepage_events__tab .homepage_event__right a {
  justify-self: flex-start;
  align-self: flex-start;
  margin-top: 1rem;
}

.header_img {
  padding-top: unset;
  margin-top: 2rem;
}
@media (min-width: 700px) {
  .header_img {
    margin-top: -1rem;
  }
}
.header_img_bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 240px;
  margin: 4rem auto 1rem;
}

.event .container {
  max-width: 800px;
}
.event_header {
  padding: 8rem 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
@media (min-width: 700px) {
  .event_header {
    padding-bottom: 8rem;
  }
}
.event_header p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 1rem 0;
  max-width: 600px;
}
.event_header p.event_header__top_line {
  line-height: 1.4;
  font-size: 1.1rem;
  color: #987B50;
  margin: 0;
}
.event_header h1 {
  font-family: "Noto Serif JP", Georgia, serif;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 700px) {
  .event_header h1 {
    font-size: 3.5rem;
  }
}
.event_header div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.event_header div span {
  cursor: initial;
}
.event_infos ul {
  display: grid;
  gap: 2rem;
}
@media (min-width: 700px) {
  .event_infos ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.event_infos ul span {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.event_infos ul p {
  font-size: 1rem;
  color: #fff;
}
.event_img {
  position: relative;
  margin-top: 4rem;
}
.event_img img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 700px) {
  .event_img img {
    aspect-ratio: 16/6;
  }
}
.event_img span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #171819;
  padding: 1.5rem;
  font-size: 0.8rem;
  font-weight: 700;
}
.event_content {
  padding: 4rem 0 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  max-width: 600px;
  margin: 0 auto;
}
.event_content .btn-primary {
  align-self: center;
  margin-bottom: 2rem;
}
.event_content .btn-secondary {
  cursor: initial;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.event_content p {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.4;
}
.event_content p a {
  text-decoration: underline;
}

.hotel_header div span {
  cursor: pointer;
}

.hotels {
  padding-bottom: 8rem;
}
.hotels_container {
  display: grid;
  gap: 4rem;
}
@media (min-width: 700px) {
  .hotels_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hotels_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.hotels_item img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
.hotels_item h2 {
  color: #fff;
  font-family: "Noto Serif JP", Georgia, serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.2;
}
.hotels_item p {
  font-size: 1.1rem;
  line-height: 1.4;
}
.hotels_item p:first-of-type {
  color: #987B50;
}
.hotels_item p:last-of-type {
  color: #36414f;
  margin-bottom: 1rem;
}
@media (min-width: 700px) {
  .hotels_item p {
    font-size: 1.2rem;
  }
}

.hotel_content img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel_content_item {
  margin: 4rem 0;
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 700px) {
  .hotel_content_item {
    margin: 8rem auto;
    gap: 1rem;
  }
}
.hotel_content_item h2,
.hotel_content_item p {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.hotel_content_item h2 {
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  border-top: 1px solid #36414f;
  padding-top: 2rem;
}
@media (min-width: 700px) {
  .hotel_content_item h2 {
    margin-bottom: 1rem;
  }
}
.hotel_content_item p {
  color: #36414f;
}
@media (min-width: 700px) {
  .hotel_content_item p {
    font-size: 1.2rem;
  }
}
.hotel_content_item .btn-primary {
  justify-self: center;
  margin-top: 1.5rem;
}
@media (min-width: 700px) {
  .hotel_content_item .btn-primary {
    margin-top: 2rem;
  }
}
.hotel_content_item img {
  width: 90vw;
  max-width: 800px;
  margin-top: 1.5rem;
}
@media (min-width: 700px) {
  .hotel_content_item img {
    margin-top: 2rem;
  }
}

.asterisk {
  color: #36414f;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.flights {
  padding-bottom: 8rem;
}
.flights p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 1rem 0;
  color: #987B50;
}
.flights p:first-of-type {
  margin-top: 0;
}
.flights ul {
  margin: 1rem 0;
}
.flights ul:first-of-type li {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 1rem 0;
}
.flights ul:last-of-type {
  margin-top: 3rem;
  margin-bottom: 0;
  display: grid;
  gap: 3rem;
}
@media (min-width: 700px) {
  .flights ul:last-of-type {
    grid-template-columns: repeat(3, 1fr);
  }
}
.flights ul:last-of-type li {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(152, 123, 80, 0.5);
}
.flights ul:last-of-type li h3 {
  margin-bottom: 1rem;
  line-height: 1.4;
}
.flights ul:last-of-type li p {
  color: #987B50;
  font-size: 1.1rem;
  margin: 0;
}

.wishes .container {
  max-width: 1000px;
}
.wishes .event_header {
  padding: 4rem;
}
.wishes .event_header .wishes_text {
  margin: 1rem 0 0;
}
.wishes .steps {
  width: 100%;
}
.wishes .steps p {
  line-height: 1.4;
  font-size: 1rem;
  color: #c4b2a7;
  margin: 0;
}
.wishes .wishes_form {
  padding-bottom: 8rem;
}
.wishes .wishes_form .disclaimer {
  background: #36414f;
  padding: 1rem;
  margin: 2rem 0;
}
.wishes .wishes_form .disclaimer p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.wishes .wishes_form .disclaimer p:last-of-type {
  margin-bottom: 0;
}
.wishes .wishes_form_element {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.wishes .wishes_form_error {
  background: #cc0202;
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}
.wishes .wishes_form_title {
  display: none;
}
.wishes .wishes_form_events {
  margin-bottom: 2rem;
}
.wishes .wishes_form_content {
  width: 100%;
  gap: 1rem;
  display: none;
}
.wishes .wishes_form_content .wish_container {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(54, 65, 79, 0.25);
}
.wishes .wishes_form_content .guest_infos {
  display: grid;
  gap: 1rem;
}
.wishes .wishes_form_content .add_guest,
.wishes .wishes_form_content .skip-event {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(54, 65, 79, 0.25);
  border: 1px dashed rgba(54, 65, 79, 0.5);
  padding: 0.85rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  width: calc(50% - 0.5rem);
  letter-spacing: 0.7px;
  font-weight: 700;
  color: #fff;
}
.wishes .wishes_form_content .add_guest:hover,
.wishes .wishes_form_content .skip-event:hover {
  background: rgba(54, 65, 79, 0.5);
}
@media (max-width: 699px) {
  .wishes .wishes_form_content .add_guest,
  .wishes .wishes_form_content .skip-event {
    width: 100%;
  }
}
.wishes .wishes_form_content .skip-event {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 1rem 0 0;
}
.wishes .wishes_form_content .form_select label {
  display: block;
}
.wishes .wishes_form_content .form_select select {
  width: 100%;
  padding: 1rem;
  background: #36414f;
  border: 1px solid rgba(54, 65, 79, 0.5);
  background: url("/images/chevron-down.png") no-repeat right;
  background-size: 12px;
  background-position-x: calc(100% - 1rem);
  cursor: pointer;
}
.wishes .wishes_form_content .form_select option {
  color: #36414f;
}
.wishes .wishes_form_content .form_group {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 699px) {
  .wishes .wishes_form_content .form_group {
    gap: 1rem;
  }
}
.wishes .wishes_form_content .form_group .form_select {
  width: calc(50% - 0.5rem);
}
@media (max-width: 699px) {
  .wishes .wishes_form_content .form_group .form_select {
    width: 100%;
  }
}
.wishes .wishes_form_content .form_group div {
  width: 100%;
}
.wishes .wishes_form_content .form_group div.radios {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.wishes .wishes_form_content .form_group div.radios label {
  width: 100%;
  border: 1px solid rgba(54, 65, 79, 0.5);
  padding: 1.2rem 1rem;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
}
.wishes .wishes_form_content .form_group div.radios input {
  position: absolute;
  right: 1rem;
  cursor: pointer;
}
.wishes .wishes_form_content.active {
  display: grid;
}
.wishes .wishes_form_content label {
  font-size: 0.9rem;
  color: #36414f;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.wishes .wishes_form_content input[type=text],
.wishes .wishes_form_content input[type=email],
.wishes .wishes_form_content input[type=date],
.wishes .wishes_form_content input[type=time],
.wishes .wishes_form_content textarea {
  width: 100%;
  padding: 0.8rem;
  background: #36414f;
  border: 1px solid rgba(54, 65, 79, 0.5);
}
.wishes .wishes_form_content input[type=text]:-moz-read-only, .wishes .wishes_form_content input[type=email]:-moz-read-only, .wishes .wishes_form_content input[type=date]:-moz-read-only, .wishes .wishes_form_content input[type=time]:-moz-read-only, .wishes .wishes_form_content textarea:-moz-read-only {
  background: #36414f;
  cursor: default;
}
.wishes .wishes_form_content input[type=text]:read-only,
.wishes .wishes_form_content input[type=email]:read-only,
.wishes .wishes_form_content input[type=date]:read-only,
.wishes .wishes_form_content input[type=time]:read-only,
.wishes .wishes_form_content textarea:read-only {
  background: #36414f;
  cursor: default;
}
.wishes .wishes_form_content input[type=date],
.wishes .wishes_form_content input[type=time] {
  cursor: text;
}
.wishes .wishes_form_content input[type=date]::-webkit-calendar-picker-indicator,
.wishes .wishes_form_content input[type=time]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(100%) saturate(100%) hue-rotate(0) brightness(100%) contrast(100%);
}
.wishes .wishes_form_content textarea {
  resize: none;
}
.wishes .wishes_form_btns {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
.wishes .wishes_form_btns button {
  padding: 1.25rem 0;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: rgb(2, 23, 55);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  justify-content: center;
  align-self: center;
}
.wishes .wishes_form_btns button.active {
  opacity: 1;
  visibility: visible;
}
.wishes .wishes_form_btns button.wishes_form_send {
  display: none;
}
.wishes .wishes_form_btns button.wishes_form_send.active {
  display: flex;
  grid-column: 2/3;
  grid-row: 1;
}
.wishes .wishes_form_btns button:hover {
  background: #010d1e;
}

.page {
  color: #fff;
}
.page ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 2rem;
}
.page a {
  text-decoration: underline;
}
.page strong {
  font-weight: bold;
}

.pocs {
  margin-top: -4rem;
}
.pocs .filters {
  display: flex;
  justify-content: space-between;
  gap: 15rem;
  align-items: center;
  margin-bottom: 5rem;
}
@media (max-width: 700px) {
  .pocs .filters {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
}
.pocs .filters .map_search {
  position: relative;
  width: 100%;
}
.pocs .filters .map_search input[type=text] {
  align-self: flex-start;
  width: 100%;
  border: 1px solid #909baf; background: rgba(144, 155, 175, 0.1);
  color: #fff;
  padding: 1rem;
}
.pocs .filters .map_search svg {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
}
.pocs .filters .map_filter {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 100%;
  color: #fff;
  justify-content: flex-end;
}
@media (max-width: 700px) {
  .pocs .filters .map_filter {
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
  }
}
.pocs .filters .map_filter .filter {
  position: relative;
}
@media (max-width: 700px) {
  .pocs .filters .map_filter .filter {
    width: 100%;
  }
}
.pocs .filters .map_filter .filter.transports .filter_wrapper {
  right: 0;
}
.pocs .filters .map_filter .filter.categories .filter_wrapper {
  right: 0;
}
.pocs .filters .map_filter .filter button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #909baf;
  padding: 1rem;
}
@media (max-width: 700px) {
  .pocs .filters .map_filter .filter button {
    width: 100%;
  }
}
.pocs .filters .map_filter .filter button svg {
  margin-top: -0.7rem;
  margin-left: 2rem;
}
.pocs .filters .map_filter .filter_wrapper {
  position: absolute;
  display: none;
  z-index: 2000;
  background: white;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  color: #987B50;
}
@media (max-width: 700px) {
  .pocs .filters .map_filter .filter_wrapper {
    width: 100%;
  }
}
.pocs .filters .map_filter .filter_wrapper div {
  display: flex;
  align-items: center;
  width: 15rem;
  margin-bottom: 1rem;
}
.pocs .filters .map_filter .filter_wrapper div:last-of-type {
  margin-bottom: 0;
}
.pocs .filters .map_filter .filter_wrapper div input[type=checkbox] {
  margin-right: 0.5rem;
}
.pocs .results {
  margin-bottom: 2rem;
}
.pocs .map_container {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  margin-bottom: 5rem;
  color: #fff;
}
@media (max-width: 700px) {
  .pocs .map_container {
    flex-direction: column;
    gap: 2rem;
  }
}
.pocs .map_container h2 {
  font-size: 2rem;
  font-family: "Noto Serif JP", Georgia, serif;
  margin-bottom: 2rem;
}
.pocs .map_container #map {
  width: 100%;
}
@media (max-width: 700px) {
  .pocs .map_container #map {
    height: 50rem;
  }
}
.pocs .map_container #infos {
  align-self: flex-start;
  border: 1px solid #909baf;
  padding: 2rem;
  width: 100%;
}
.pocs .map_container #infos p {
  font-size: 1.2rem;
  line-height: 1.9rem;
}
.pocs .map_container #infos img {
  width: 100%;
  max-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 2rem;
}
.pocs .map_container #infos .address {
  margin: 2rem 0;
  padding: 1rem;
  background: #987B50;
  color: white;
  font-size: 1.2rem;
}
.pocs .map_container #infos .btn-primary {
  margin-top: 2rem;
}
.form-login { display: block !important; }
