@charset "UTF-8";
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
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;
}

/**
 * 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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
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;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
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;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
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;
}

/**
 * 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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
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;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
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;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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


body {
  font-family: "Noto Sans JP", sans-serif, "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
}

.home {
  background: #f0f0e7;
}

html {
  color: #3e3e3e;
}

section {
  padding-block: 40px 0;
  max-width: 1920px;
  margin-inline: auto;
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  width: 96%;
}
@media screen and (max-width: 820px) {
  .wrap {
    width: 100%;
    padding-inline: 15px;
  }
}

.page-title {
  font-family: "Montserrat";
  font-size: clamp(1.5rem, 0.983rem + 2.21vw, 2.5rem);
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #909090;
}
@media screen and (max-width: 820px) {
  .page-title {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}

.sec-title {
  position: relative;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 34px;
  text-align: center;
  color: #333;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .sec-title {
    font-size: 22px;
    color: #333;
    margin-bottom: 45px;
  }
}
.sec-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #1d95d4;
}
@media screen and (max-width: 820px) {
  .sec-title::after {
    bottom: -15px;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.common-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 388px;
  height: 92px;
  margin-inline: auto;
  background: #fff;
  border: 1px solid #1d95d4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 820px) {
  .common-button {
    width: 285px;
    height: 65px;
  }
}
.common-button:hover {
  background: #1d95d4;
}
.common-button:hover .text {
  color: white;
}
.common-button:hover::after {
  border-color: white;
}
.common-button::after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: solid 1px #909090;
  border-right: solid 1px #909090;
  position: absolute;
  top: 38px;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 820px) {
  .common-button::after {
    width: 8px;
    height: 8px;
    top: 28px;
    right: 12px;
  }
}
.common-button .text {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 820px) {
  .common-button .text {
    font-size: 16px;
  }
}

input[type=text],
input[type=password],
input[type=number],
textarea,
select {
  width: 100%;
  border: 1px solid #5a5a5a;
  border-radius: 5px;
  line-height: 1.5;
  padding: 5px;
  font-size: 16px;
  background: white;
}

select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.back-button {
  border: 1px solid #bbb;
  background: #ddd;
  color: #333;
  max-width: 230px;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  display: block;
  margin-inline: auto;
  margin-top: 50px;
}
.back-button:hover {
  opacity: 0.8;
}

.back-link {
  display: block;
  font-family: Montserrat;
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  text-align: center;
  color: #333;
  margin-top: 50px;
}
@media screen and (max-width: 820px) {
  .back-link {
    margin-top: 40px;
  }
}

.login-error {
  color: red;
  font-size: 20px;
  font-weight: 500;
}

.sp-visible {
  display: none;
}
@media screen and (max-width: 820px) {
  .sp-visible {
    display: block;
  }
}

.header_right-sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .header_right-sp {
    display: block;
  }
}

header {
  position: fixed;
  top: 0%;
  width: 100%;
  background: #1d95d4;
  z-index: 99999;
  height: 80px;
}
@media screen and (max-width: 820px) {
  header {
    height: 63px;
  }
}
header .header-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  max-width: 1680px;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 820px) {
  header .header-wrap {
    display: block;
  }
}
header .header-wrap .header-logo a {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  header .header-wrap .header-logo a {
    font-size: 20px;
  }
}
header .header-wrap .header-menu {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
header .header-wrap .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 100%;
}
header .header-wrap .header-menu ul li {
  position: relative;
  width: 90px;
  height: 100%;
  background-color: white;
  border: 2px solid #1d95d4;
  color: white;
}
@media screen and (max-width: 820px) {
  header .header-wrap .header-menu ul li {
    display: none;
    width: 56px;
  }
}
header .header-wrap .header-menu ul li:nth-child(1) img {
  width: 35px;
  height: 25px;
}
header .header-wrap .header-menu ul li:nth-child(2) img {
  width: 22px;
  height: 27px;
}
@media screen and (max-width: 820px) {
  header .header-wrap .header-menu ul li:nth-child(3) {
    display: block;
  }
}
header .header-wrap .header-menu ul li:hover {
  background-color: #1d95d4;
}
header .header-wrap .header-menu ul li:hover .header-menu-img {
  display: none;
}
header .header-wrap .header-menu ul li:hover .header-menu-img-hover {
  display: block;
}
header .header-wrap .header-menu ul li:hover p {
  color: white;
}
header .header-wrap .header-menu ul li:hover .sp-menu-button > span .icon .bar {
  color: white;
}
header .header-wrap .header-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 100%;
  width: 100%;
}
header .header-wrap .header-menu ul li a .header-menu-img-hover {
  display: none;
}
header .header-wrap .header-menu ul li a p {
  font-size: 14px;
  color: #1d95d4;
}
@media screen and (max-width: 820px) {
  header .header-wrap .header-menu ul li a p {
    font-size: 12px;
  }
}
header .header-wrap .header-menu ul li .sp-menu-button > span {
  display: block;
  width: 100%;
}
header .header-wrap .header-menu ul li .sp-menu-button > span .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  max-width: 26px;
}
@media screen and (max-width: 500px) {
  header .header-wrap .header-menu ul li .sp-menu-button > span .icon {
    margin-top: 5px;
  }
}
header .header-wrap .header-menu ul li .sp-menu-button > span .icon .bar {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  color: #1d95d4;
}
header .header-wrap .header-menu ul li .sp-menu-button > span .icon .bar::before, header .header-wrap .header-menu ul li .sp-menu-button > span .icon .bar::after,
header .header-wrap .header-menu ul li .sp-menu-button > span .icon .bar span {
  border-bottom: 1px solid;
  content: "";
  display: block;
  left: 0;
  margin-top: -1px;
  position: absolute;
  width: 100%;
}
header .header-wrap .header-menu ul li .sp-menu-button > span .icon .bar::before, header .header-wrap .header-menu ul li .sp-menu-button > span .icon .bar::after {
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, transform 0.3s;
  transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
header .header-wrap .header-menu ul li .sp-menu-button > span .icon .bar::before {
  top: 0%;
}
header .header-wrap .header-menu ul li .sp-menu-button > span .icon .bar span {
  top: 50%;
}
header .header-wrap .header-menu ul li .sp-menu-button > span .icon .bar::after {
  top: 100%;
}
header .header-wrap .header-menu ul li .sp-menu-button.is-act > span .icon .bar::before {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .header-wrap .header-menu ul li .sp-menu-button.is-act > span .icon .bar::after {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .header-wrap .header-menu ul li .sp-menu-button.is-act > span .icon .bar span {
  opacity: 0;
}
header .header-wrap .header-menu ul li .header-menu-search {
  position: absolute;
  bottom: -80px;
  right: -2px;
  background: #1d95d4;
  padding: 10px;
  width: 470px;
  display: none;
  opacity: 0;
}
header .header-wrap .header-menu ul li .header-menu-search .search-box {
  position: relative;
}
header .header-wrap .header-menu ul li .header-menu-search .search-box input {
  color: black;
  padding: 16px;
}
header .header-wrap .header-menu ul li .header-menu-search .search-box button {
  font-size: 16px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background: #1d95d4;
  color: white;
  width: 90px;
  height: 30px;
  border-radius: 20px;
}

.home header {
  background: transparent;
}

.sp-nav {
  font-size: calc(1.23267vw + 1.13775rem);
  height: 0;
  overflow: hidden;
  padding-top: 80px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  z-index: 5000;
  background-color: transparent;
}
@media screen and (max-width: 820px) {
  .sp-nav {
    padding-top: 63px;
  }
}
.sp-nav.is-act {
  height: 100%;
}
.sp-nav .sp-nav-container {
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: calc(6.16333vw + 96.88752px);
  padding-top: 80px;
  background: white;
}
.sp-nav .sp-nav-container .sp-nav-list {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(73.95994vw - 37.34977px);
  width: 100%;
}
@media screen and (max-width: 500px) {
  .sp-nav .sp-nav-container .sp-nav-list {
    max-width: 80%;
  }
}
.sp-nav .sp-nav-container .sp-nav-list .sp-nav-item {
  font-family: Montserrat;
  color: #333;
  border-bottom: 1px solid #909090;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .sp-nav .sp-nav-container .sp-nav-list .sp-nav-item {
    font-size: 18px;
  }
}
.sp-nav .sp-nav-container .sp-nav-list .sp-nav-item h3 {
  position: relative;
}
.sp-nav .sp-nav-container .sp-nav-list .sp-nav-item h3::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #909090;
  border-right: solid 2px #909090;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.sp-nav .sp-nav-container .sp-nav-list .sp-nav-item h3 a {
  display: block;
}
.sp-nav .sp-nav-container .sp-nav-search {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(73.95994vw - 37.34977px);
  width: 100%;
}
@media screen and (max-width: 500px) {
  .sp-nav .sp-nav-container .sp-nav-search {
    max-width: 80%;
  }
}
.sp-nav .sp-nav-container .sp-nav-search .search-box input {
  font-size: 20px;
  border: 2px solid #1d95d4;
  margin-bottom: 20px;
  padding: 16px 70px;
}
@media screen and (max-width: 820px) {
  .sp-nav .sp-nav-container .sp-nav-search .search-box input {
    padding: 16px 20px;
    font-size: 16px;
  }
}
.sp-nav .sp-nav-container .sp-nav-search .search-box input::-webkit-input-placeholder {
  color: #b5b5b5;
}
.sp-nav .sp-nav-container .sp-nav-search .search-box input::-moz-placeholder {
  color: #b5b5b5;
}
.sp-nav .sp-nav-container .sp-nav-search .search-box input:-ms-input-placeholder {
  color: #b5b5b5;
}
.sp-nav .sp-nav-container .sp-nav-search .search-box input::-ms-input-placeholder {
  color: #b5b5b5;
}
.sp-nav .sp-nav-container .sp-nav-search .search-box input::placeholder {
  color: #b5b5b5;
}
.sp-nav .sp-nav-container .sp-nav-search .search-box button {
  border-radius: 40px;
  font-size: 20px;
  font-weight: 400;
  background: #1d95d4;
}
@media screen and (max-width: 820px) {
  .sp-nav .sp-nav-container .sp-nav-search .search-box button {
    font-size: 16px;
    padding: 6px 20px 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/*======================= END OF HEADER =======================*/
.breadcrumb-area {
  background: #f0f0e7;
}
.breadcrumb-area .breadcrumb {
  max-width: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  max-width: 1680px;
  margin-inline: auto;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .breadcrumb-area .breadcrumb {
    padding: 5px 10px;
  }
}
.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb span {
  font-family: Montserrat;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #333;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .breadcrumb-area .breadcrumb a,
  .breadcrumb-area .breadcrumb span {
    font-size: 13px;
    margin-right: 5px;
  }
}
.breadcrumb-area .breadcrumb a {
  text-decoration: underline;
}
.breadcrumb-area .breadcrumb a:not(:first-child) {
  margin-left: 10px;
}
@media screen and (max-width: 820px) {
  .breadcrumb-area .breadcrumb a:not(:first-child) {
    margin-left: 5px;
  }
}
.breadcrumb-area .breadcrumb span {
  margin-left: 10px;
}
@media screen and (max-width: 820px) {
  .breadcrumb-area .breadcrumb span {
    margin-left: 5px;
  }
}

/*======================= END OF breadcrumbs =======================*/
.create-buttons {
  font-size: 16px;
  position: fixed;
  right: 1px;
  bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 500px) {
  .create-buttons {
    font-size: 12px;
    top: 60px;
    gap: 2px;
  }
}
.create-buttons .create-button {
  text-align: center;
  padding: 12px 20px;
  background: #0073aa;
  color: #fff;
  border-radius: 5px;
}
.create-buttons .create-button:hover {
  background: #005f8d;
}
@media screen and (max-width: 500px) {
  .create-buttons .create-button {
    padding: 8px 10px;
  }
}
.create-buttons .logout-button {
  background: #ff4444;
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  text-align: center;
}
.create-buttons .logout-button:hover {
  background: #ff3333;
}
@media screen and (max-width: 500px) {
  .create-buttons .logout-button {
    padding: 8px 10px;
  }
}

/*______________ ページネーション ______________*/
.pagenate-area {
  margin-top: 100px;
}
.pagenate-area .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.pagenate-area .page-numbers.current {
  color: #fff;
  background-color: #1d95d4;
}
.pagenate-area .page-numbers li a,
.pagenate-area .page-numbers li span {
  border: 1px solid #1d95d4;
  padding: 15px 21px;
}
.pagenate-area .page-numbers li:hover {
  background: #f0f0e7;
}

/*______________ ページネーション ______________*/
.count-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 10px;
}
.count-area .count-title {
  font-weight: 500;
}

footer {
  background: #1d95d4;
  max-width: 1920px;
  margin-inline: auto;
}
footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 60px;
  gap: 80px;
}
@media screen and (max-width: 820px) {
  footer .footer-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-wrap .footer-logo {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 820px) {
  footer .footer-wrap .footer-logo {
    font-size: 20px;
  }
}
footer .footer-wrap .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  footer .footer-wrap .footer-list {
    gap: 15px;
  }
}
@media screen and (max-width: 500px) {
  footer .footer-wrap .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-wrap .footer-list .footer-item {
  font-family: Montserrat;
  text-decoration: underline;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
footer .footer-wrap .footer-list .footer-item:last-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .copy-right {
  background: #187fb5;
  padding-block: 5px;
}
footer .copy-right p {
  font-size: 14px;
  color: white;
  text-align: right;
}
@media screen and (max-width: 820px) {
  footer .copy-right p {
    font-size: 11px;
  }
}

.editor-mode .form-item {
  border-bottom: 2px dashed #ddd;
  padding-bottom: 40px;
}

/*______________ レビュープラグイン ______________*/
.glsr-default .glsr-form-wrap {
  margin-top: 50px;
}
.glsr-default .glsr-form-wrap .glsr-field .glsr-label {
  font-size: 20px;
}
.glsr-default .glsr-form-wrap .wp-block-buttons {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 20px;
}
.glsr-default .glsr-form-wrap .wp-block-buttons button {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*______________ レビュープラグイン ______________*/
section {
  padding-block: 100px;
}
@media screen and (max-width: 820px) {
  section {
    padding-block: 50px;
  }
}

.sec-mv {
  position: relative;
  padding: 0;
  height: 600px;
  background: black;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .sec-mv {
    height: 420px;
  }
}
.sec-mv img {
  opacity: 0.5;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-mv .part-search {
  position: absolute;
  top: 137px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 96%;
}
@media screen and (max-width: 820px) {
  .sec-mv .part-search {
    top: 115px;
  }
}
.sec-mv .part-search .part-search-wrap {
  max-width: 950px;
  margin-inline: auto;
}
.sec-mv .part-search h1 {
  font-family: "Cormorant Garamond";
  font-weight: bold;
  font-size: clamp(2rem, 1.095rem + 3.86vw, 3.75rem);
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1;
  margin-bottom: 62px;
}
@media screen and (max-width: 820px) {
  .sec-mv .part-search h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
.sec-mv .part-search p {
  font-family: Montserrat;
  font-weight: normal;
  font-size: clamp(0.938rem, 0.582rem + 1.52vw, 1.625rem);
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 78px;
}
@media screen and (max-width: 820px) {
  .sec-mv .part-search p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 45px;
  }
}
.sec-mv .part-search .search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 684px;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .sec-mv .part-search .search-box {
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .sec-mv .part-search .search-box {
    max-width: 345px;
  }
}
.sec-mv .part-search .search-box input[type=text] {
  font-size: clamp(0.875rem, 0.552rem + 1.38vw, 1.5rem);
  border: none;
  width: 684px;
  height: 90px;
  border-radius: 45px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-inline: 40px;
}
.sec-mv .part-search .search-box input[type=text]::-webkit-input-placeholder {
  color: #b5b5b5;
}
.sec-mv .part-search .search-box input[type=text]::-moz-placeholder {
  color: #b5b5b5;
}
.sec-mv .part-search .search-box input[type=text]:-ms-input-placeholder {
  color: #b5b5b5;
}
.sec-mv .part-search .search-box input[type=text]::-ms-input-placeholder {
  color: #b5b5b5;
}
.sec-mv .part-search .search-box input[type=text]::placeholder {
  color: #b5b5b5;
}
@media screen and (max-width: 820px) {
  .sec-mv .part-search .search-box input[type=text] {
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .sec-mv .part-search .search-box input[type=text] {
    padding-inline: 20px;
  }
}
.sec-mv .part-search .search-box button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: clamp(0.813rem, 0.457rem + 1.52vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1d95d4;
  color: white;
  width: 130px;
  height: 50px;
  border-radius: 50px;
}
@media screen and (max-width: 820px) {
  .sec-mv .part-search .search-box button {
    font-size: 13px;
    padding: 16px 20px;
    top: 10px;
    right: 10px;
    width: 64px;
    height: 30px;
  }
}

.sec-categories .wrap .category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .sec-categories .wrap .category-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .sec-categories .wrap .category-list {
    grid-template-columns: 1fr;
  }
}
.sec-categories .wrap .category-list .category-item:hover {
  opacity: 0.8;
}
.sec-categories .wrap .category-list .category-item .category-img {
  margin-bottom: 15px;
  border-radius: 30px;
}
.sec-categories .wrap .category-list .category-item .category-name {
  font-family: Montserrat;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 820px) {
  .sec-categories .wrap .category-list .category-item .category-name {
    font-size: 16px;
  }
}

.sec-areas {
  padding-block: 0;
  overflow: hidden;
}
.sec-areas .areas-back {
  background: white;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -150px;
  margin-right: -150px;
  padding-block: 80px 100px;
  padding-inline: 100px;
}
@media screen and (max-width: 820px) {
  .sec-areas .areas-back {
    padding-block: 50px;
  }
}
.sec-areas .areas-back .wrap {
  max-width: 850px;
}
@media screen and (max-width: 820px) {
  .sec-areas .areas-back .wrap {
    max-width: 350px;
  }
}
.sec-areas .areas-back .wrap .area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 820px) {
  .sec-areas .areas-back .wrap .area-list {
    gap: 23px;
  }
}
.sec-areas .areas-back .wrap .area-list .area-item {
  position: relative;
  width: 100%;
  max-width: 175px;
  height: 175px;
  background: black;
  border-radius: 50%;
}
@media screen and (max-width: 820px) {
  .sec-areas .areas-back .wrap .area-list .area-item {
    width: 30%;
    max-width: 90px;
    height: 90px;
  }
}
.sec-areas .areas-back .wrap .area-list .area-item:hover {
  opacity: 0.8;
}
.sec-areas .areas-back .wrap .area-list .area-item img {
  border-radius: 50%;
  opacity: 0.6;
}
.sec-areas .areas-back .wrap .area-list .area-item p {
  font-family: Montserrat;
  font-size: 24px;
  color: white;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .sec-areas .areas-back .wrap .area-list .area-item p {
    font-size: 13px;
  }
}

.sec-experiences {
  padding-block: 80px;
}
@media screen and (max-width: 820px) {
  .sec-experiences {
    padding-block: 50px;
  }
}
.sec-experiences .splide-event {
  margin-inline: auto;
}
.sec-experiences .splide-event .splide-wrapper {
  position: relative;
}
.sec-experiences .splide-event .splide-wrapper .splide__arrows .splide__arrow {
  background: unset;
  width: 30px;
  height: 120px;
}
@media screen and (max-width: 820px) {
  .sec-experiences .splide-event .splide-wrapper .splide__arrows .splide__arrow {
    width: 14px;
    height: 56px;
  }
}
.sec-experiences .splide-event .splide-wrapper .splide__arrows .splide__arrow--prev {
  left: -65px;
}
@media screen and (max-width: 820px) {
  .sec-experiences .splide-event .splide-wrapper .splide__arrows .splide__arrow--prev {
    left: -30px;
  }
}
.sec-experiences .splide-event .splide-wrapper .splide__arrows .splide__arrow--next {
  right: -65px;
}
@media screen and (max-width: 820px) {
  .sec-experiences .splide-event .splide-wrapper .splide__arrows .splide__arrow--next {
    right: -30px;
  }
}
.sec-experiences .splide-event .splide-wrapper .splide__arrows .splide__arrow img {
  height: 100%;
}
.sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide {
  padding: 5px;
}
.sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide a {
  display: block;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide a .main-img {
  height: 390px;
}
@media screen and (max-width: 500px) {
  .sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide a .main-img {
    height: 220px;
  }
}
.sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide a .main-img img {
  border-radius: 30px 30px 0px 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide a .list-textarea {
  padding: 20px 40px;
  height: 390px;
}
@media screen and (max-width: 820px) {
  .sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide a .list-textarea {
    padding: 16px 20px 34px;
  }
}
@media screen and (max-width: 500px) {
  .sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide a .list-textarea {
    height: auto;
  }
}
.sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide a .list-textarea .event-taxonomy {
  font-size: 15px;
  color: #1d95d4;
  margin-bottom: 15px;
}
.sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide a .list-textarea .list-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide a .list-textarea .list-title {
    font-size: 18px;
  }
}
.sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide a .list-textarea .list-text {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide a .list-textarea .list-text {
    font-size-adjust: 14px;
  }
}
.sec-experiences .splide-event .splide-wrapper .splide__track .splide__list .splide__slide a .list-textarea .list-price {
  font-size: 16px;
  color: #1d95d4;
}

.sec-arrivals {
  background: white;
}
.sec-arrivals .event-list {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .sec-arrivals .event-list {
    margin-bottom: 50px;
  }
}

.sec-about {
  position: relative;
  background: white;
  background-image: url(../images/test/about.jpg);
  background-size: 1920px 320px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .sec-about {
    background-size: 100% 150px;
  }
}
.sec-about .wrap .sec-title {
  color: white;
}
.sec-about .wrap .about-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .sec-about .wrap .about-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .sec-about .wrap .about-list {
    grid-template-columns: 1fr;
  }
}
.sec-about .wrap .about-list .about-item {
  background: white;
  padding: 40px 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.sec-about .wrap .about-list .about-item h3 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #1d95d4;
}

.sec-event-list {
  min-height: 80vh;
}

.event-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .event-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .event-list {
    grid-template-columns: 1fr;
  }
}
.event-list .list-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (max-width: 820px) {
  .event-list .list-item {
    margin-inline: auto;
  }
}
.event-list .list-item .post-link {
  display: block;
}
.event-list .list-item .post-link:hover {
  opacity: 0.7;
}
.event-list .list-item .post-link .main-img {
  max-width: 340px;
  height: 255px;
  margin-bottom: 20px;
}
.event-list .list-item .post-link .main-img img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-list .list-item .post-link .event-taxonomy {
  font-size: 15px;
  color: #1d95d4;
  margin-bottom: 15px;
}
.event-list .list-item .post-link .list-title {
  font-size: 18;
  font-weight: bold;
  margin-bottom: 10px;
}
.event-list .list-item .post-link .list-text {
  font-size: 14px;
  margin-bottom: 15px;
}
.event-list .list-item .post-link .list-price {
  font-size: 16px;
  color: #1d95d4;
}
.event-list .list-item .status-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.event-list .list-item .status-button-area .status-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px 7px;
}
.event-list .list-item .status-button-area .status-button:hover {
  opacity: 0.8;
}
.event-list .list-item .status-button-area .to-private {
  background: -webkit-gradient(linear, left top, left bottom, from(#1e88e5), to(#1565c0));
  background: linear-gradient(to bottom, #1e88e5 0%, #1565c0 100%);
}
.event-list .list-item .status-button-area .to-publish {
  background: -webkit-gradient(linear, left top, left bottom, from(#4caf50), to(#388e3c));
  background: linear-gradient(to bottom, #4caf50 0%, #388e3c 100%);
}
.event-list .list-item .status-button-area .delete-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#e53935), to(#c62828));
  background: linear-gradient(to bottom, #e53935 0%, #c62828 100%);
}

.form-item {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}
.form-item:last-of-type {
  margin-bottom: 50px;
}
.form-item label {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}

button {
  display: block;
  color: white;
  background: #252631;
  padding: 20px;
  width: 300px;
  text-align: center;
  border-radius: 5px;
  margin-inline: auto;
  font-size: 20px;
}
button:hover {
  opacity: 0.8;
}

/*______________ 画像アップロード ______________*/
.upload-area {
  border: 2px dashed #aaa;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.upload-area.dragover {
  border-color: #4caf50;
  background: #f0fff0;
}

/*______________ 投稿更新時ポップアップ ______________*/
.update-popup {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #4caf50;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 14px;
  z-index: 9999;
  opacity: 0;
  -webkit-animation: fadeInOut 3s forwards;
          animation: fadeInOut 3s forwards;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*______________ 編集者ログイン画面 ______________*/
.password-wrap {
  position: relative;
}

#toggle-password {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background: black;
  border: none;
  cursor: pointer;
  padding: 0;
}

.fa-eye,
.fa-eye-slash {
  color: #707070;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.fa-eye-slash {
  display: none;
  right: 8px;
}/*# sourceMappingURL=style.css.map */