@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500;600&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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 {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html, body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  font-weight: 400;
  transition: margin-left 0.3s ease;
  margin-left: 0;
  overflow-x: hidden;
}
body.is-open {
  margin-left: -160px;
}

audio {
  width: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.8;
}
a:focus, a:hover, a:active {
  outline: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #66AA6B;
}

input[type=datetime-local],
input[type=date] {
  width: auto;
}

button {
  border: 0;
  padding: 0;
  cursor: pointer;
}

ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  font-size: inherit;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

table {
  width: 100%;
}
table th {
  font-weight: 500;
  vertical-align: top;
  padding-bottom: 0.4em;
}
table td {
  word-break: break-word;
  padding-left: 1em;
  padding-bottom: 0.4em;
}
table td.right.aligned {
  white-space: nowrap;
}

p {
  line-height: 1.8;
  margin: 0;
}

b,
strong {
  font-weight: 800;
}

ol li {
  margin-bottom: 10px;
  line-height: 2;
}

iframe {
  width: 100%;
  max-width: 100%;
}

hr {
  margin: 0.5rem 0;
  border-color: #fff;
  border-width: 0.5px;
}

textarea {
  width: 100%;
  padding: 16px;
}

main {
  min-height: calc(100vh - 240px);
}

dt {
  font-weight: 800;
  margin-top: 18px;
  padding-left: 6px;
}

dd {
  padding-left: 1.5em;
  padding-right: 6px;
  margin-left: 0;
  text-align: right;
  padding-bottom: 6px;
  border-bottom: 1px solid #C8C8C8;
}

fieldset {
  border: 0;
}

.l-wrap {
  margin: 0 auto;
  position: relative;
  width: 1080px;
  max-width: 94%;
}

@media screen and (max-width: 1080px) {
  .l-container {
    min-width: auto;
  }
  .l-wrap {
    padding: 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
  }
  body.is-open {
    margin-left: 0;
  }
  main {
    min-height: calc(100vh - 410px);
  }
  table th {
    text-align: left;
  }
  table td {
    padding-left: 0.6em;
  }
  .c-alert + main {
    margin-top: 0;
  }
  .l-wrap {
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
  }
  .l-container {
    min-width: auto;
    overflow-x: hidden;
  }
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=time],
  input[type=date],
  input[type=datetime-local],
  textarea {
    margin: 0;
    margin-bottom: 10px;
  }
}
.dashboard-article-edit .l-main {
  z-index: 2;
  position: relative;
}

.l-sidebar--admin {
  width: 255px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .l-sidebar--admin {
    width: 54px;
  }
}
.l-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.l-section:has(+ .l-section) {
  padding-bottom: 0;
}

.l-section--breadcrumb {
  padding-top: 16px;
  padding-bottom: 0;
}

.l-inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.l-inner--small {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}

.l-inner--large {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
}

.l-inner__inner {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    max-width: 100%;
  }
}
.slick-prev {
  position: absolute;
  z-index: 2;
  left: -8px;
  top: 33%;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  background: url(../img/icons/arrow_left.svg) no-repeat center center;
  border: 0;
  background-size: 100%;
}

.slick-next {
  position: absolute;
  z-index: 2;
  right: -8px;
  top: 33%;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  background: url(../img/icons/arrow_right.svg) no-repeat center center;
  border: 0;
  background-size: 100%;
}

.slick-dots {
  text-align: center;
  margin: 0;
  margin-top: 20px;
}
.slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  text-indent: -9999px;
  border: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  overflow: hidden;
  background: #6a6862;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #777D6C;
}
.slick-dots li:last-child {
  margin-right: 4vw;
}

@media screen and (max-width: 768px) {
  .slick-prev {
    left: 20px;
  }
  .slick-next {
    right: 20px;
  }
  #index_slider_prev,
  #index_slider_next {
    display: none;
  }
  #index_slider,
  #index_slider_prev,
  #index_slider_next {
    width: 100%;
    height: 87.6vw;
  }
}
.slider-wrapper {
  width: 560px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .slider-wrapper {
    width: 100%;
  }
}

.slider-main {
  width: 560px;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 16px;
  aspect-ratio: 5.6/4.2;
  background-color: #e2e2e2;
}
@media screen and (max-width: 768px) {
  .slider-main {
    width: 500px;
    aspect-ratio: 358/420;
  }
}
.slider-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 5.6/4.2;
}
@media screen and (max-width: 768px) {
  .slider-main img {
    aspect-ratio: 358/420;
  }
}

.slider-thumb {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 392px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slider-thumb {
    max-width: 290px;
  }
}
.slider-thumb img {
  width: 120px;
  object-fit: cover;
  cursor: pointer;
  display: block;
  aspect-ratio: 12/8;
}
@media screen and (max-width: 768px) {
  .slider-thumb img {
    width: 80px;
    aspect-ratio: 1/1;
    margin-inline: auto;
  }
}
.slider-thumb .slick-slide {
  padding: 0 8px;
}

.slick-prev--link-main {
  position: absolute;
  z-index: 2;
  left: -18px;
  top: 50%;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  background: url(../img/icons/arrow_left.svg) no-repeat center center;
  border: 0;
  background-size: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .slick-prev--link-main {
    left: -12px;
  }
}

.slick-next--link-main {
  position: absolute;
  z-index: 2;
  right: -18px;
  top: 50%;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  background: url(../img/icons/arrow_right.svg) no-repeat center center;
  border: 0;
  background-size: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .slick-next--link-main {
    right: -12px;
  }
}

.slick-prev--link-thumb {
  position: absolute;
  z-index: 2;
  left: -20px;
  top: 50%;
  width: 10px;
  height: 20px;
  text-indent: -9999px;
  background: none;
  border: 0;
  transform: translateY(-50%);
  padding: 0;
  cursor: pointer;
}

.slick-prev--link-thumb::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #C6E387;
}

.slick-next--link-thumb {
  position: absolute;
  z-index: 2;
  right: -20px;
  top: 50%;
  width: 10px;
  height: 20px;
  text-indent: -9999px;
  background: none;
  border: 0;
  transform: translateY(-50%);
  padding: 0;
  cursor: pointer;
}

.slick-next--link-thumb::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #C6E387;
}

.c-title {
  background-color: #2EB384;
  color: #fff;
  margin-bottom: 40px;
  font-size: 24px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  padding: 0.4em 0.8em;
}
.c-title img {
  width: 1.4em;
  height: 1.4em;
  margin-right: 8px;
  vertical-align: text-bottom;
}

.c-title--link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-title--link a {
  font-size: 14px;
}
.c-title--link a:after {
  content: "▶";
  margin-left: 0.5em;
  display: inline-block;
  transform: scaleX(0.4) scaleY(0.8);
  transform-origin: left;
}

@media screen and (max-width: 768px) {
  .c-title {
    font-size: 20px;
    margin-bottom: 30px;
    margin-left: -15px;
  }
  .c-title--link {
    flex-wrap: wrap;
  }
  .c-title--link a {
    font-size: 13px;
    margin-left: auto;
  }
}
.c-list {
  padding-left: 2em;
  list-style: none;
}
.c-list li {
  position: relative;
  margin-bottom: 0.4em;
}
.c-list li:before {
  content: "";
  position: absolute;
  left: -1.6em;
  width: 1.5em;
  height: 1.5em;
  background: url("../img/icons/kome.svg") no-repeat center;
}

.c-list--sortable {
  list-style: none;
}
.c-list--sortable li {
  position: relative;
  padding-left: 30px;
}
.c-list--sortable li:hover {
  background: rgba(255, 255, 255, 0.7);
  background: rgba(var(--white), 0.7);
}
.c-list--sortable li:hover:after {
  content: "";
  background: url(../img/icons/sort.svg) no-repeat center center;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 12px;
  cursor: -webkit-grab;
  cursor: grab;
}

.c-button {
  background-color: #FF8789;
  color: white;
  border: none;
  padding: 0.5em 1.6em;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.c-button:hover {
  opacity: 0.8;
}

.c-button_group {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.c-button--arrow::after {
  content: "▶";
  margin-left: 0.4em;
  display: inline-block;
  transform: scaleX(0.4) scaleY(0.8);
  transform-origin: left;
}

@media screen and (max-width: 768px) {
  .c-button {
    display: block;
    text-align: center;
    margin-block: 10px;
    width: 100%;
  }
  .c-button_group {
    display: block;
  }
}
.c-label {
  font-size: 12px;
  font-weight: 800;
  padding: 1px 6px;
  background: #e2e2e2;
  border-radius: 6px;
  margin-right: 0.5em;
  color: #000000;
}

.c-label--black {
  background: #2F2F2F;
  color: #fff;
}

.c-label--red {
  background: #66AA6B;
  color: #fff;
}

.c-label--green {
  background: #2EB384;
  color: #fff;
}

.c-label--large {
  font-size: 15px;
}

.c-label--regular {
  background: #7caee5;
  color: #fff;
}

.c-label--ginjo {
  background: #ad5fc5;
  color: #fff;
}

.c-label--input_title {
  font-size: 10px;
  padding: 3px 6px;
  background: #6a6862;
  color: #fff;
  border-radius: 100px;
  vertical-align: bottom;
  margin-left: 0.5em;
  font-weight: 800;
}
.c-label--input_title.required {
  background: #66AA6B;
}

.c-icon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: text-bottom;
  margin-right: 0.8em;
}

.is-active .c-overlay {
  position: fixed;
  z-index: 8;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  overflow: hidden;
}

.c-tag {
  display: inline-block;
  background: rgba(102, 170, 107, 0.06);
  font-size: 13px;
  margin-right: 0.5em;
  padding: 0.2em 1em;
  border-radius: 3px;
  border: 1px solid rgba(102, 170, 107, 0.3);
  font-weight: 500;
  margin-bottom: 0.5em;
}
.c-tag:hover {
  background: rgba(102, 170, 107, 0.12);
  color: rgba(0, 0, 0, 0.8);
}

.c-step {
  display: flex;
  justify-content: space-around;
  position: relative;
  margin: auto;
  margin-bottom: 10px;
  width: 80%;
}
.c-step:after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 2px dotted #e2e2e2;
  width: 80%;
  top: 24px;
}

.c-step__item {
  counter-increment: flow;
  text-align: center;
  width: 25%;
  position: relative;
  z-index: 2;
}
.c-step__item span {
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
  display: block;
}
.c-step__item strong {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  background: #e2e2e2;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 24px;
  text-align: center;
  font-weight: 800;
  margin: auto;
  color: #fff;
  padding: 0.6em;
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-step__item.is-active strong {
  background: #56a4bc;
}
.c-step__item.is-disabled strong {
  background: #b6b4b0;
}

.ui.steps .step.active .title {
  color: #66AA6B;
}

@media screen and (max-width: 768px) {
  .c-step:after {
    width: 58%;
  }
  .c-step__item {
    width: 33%;
  }
}
.c-item {
  position: relative;
  margin-bottom: 20px;
}

.c-item__label {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #FF8789;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 3px;
  font-weight: 700;
}

.c-item__text {
  margin-top: 0.4em;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-item__label {
    font-size: 11px;
  }
  .c-item__text {
    font-size: 14px;
  }
}
.c-alert {
  padding: 16px 0;
  text-align: center;
  background: #2EB384;
  color: #fff;
  font-weight: 800;
}

.c-alert--warning {
  background: #5e5353;
}

.c-alert--draft {
  background: #6a6862;
}

.p-admin .c-alert {
  top: 44px;
  position: relative;
  margin-left: auto;
  width: calc(100vw - 255px);
}

@media screen and (max-width: 768px) {
  .p-admin .c-alert {
    top: 0;
    width: calc(100vw - 54px);
    z-index: 4;
  }
}
.c-image {
  position: relative;
  min-width: 80px;
}
.c-image:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.c-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}

.c-image--wide:before {
  padding-top: 65%;
}

.c-image--noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e2e2e2;
  padding: 30px;
}
.c-image--noimage svg {
  width: 50%;
  fill: #bfbfbf;
}

.c-image--creator {
  height: 150px;
}

.ui.tiny .c-image--creator {
  height: 80px;
}
.ui.tiny .c-image--noimage {
  padding: 10px;
}

.ui.avatar .c-image--creator {
  height: auto;
}
.ui.avatar .c-image--noimage {
  padding: 5px;
}
.ui.avatar .c-image--noimage svg {
  margin: 0;
  width: 1.4em;
  height: 1.4em;
}

.c-image--fade_in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.c-image--fade_in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-card__user_image:hover {
  opacity: 0.8;
}
.js-card__user_image.is-selected {
  border: 4px solid #66AA6B;
}

@media screen and (max-width: 768px) {
  .c-image:before {
    padding-top: 65%;
  }
  .c-image img {
    object-fit: cover;
  }
}
.c-like {
  border: 0;
  background: transparent;
  font-size: 1.1em;
  color: #777D6C;
  font-weight: 100;
}
.c-like:before {
  content: "";
  background: url("../img/icons/like.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 0.3em;
}
.c-like.is-like:before {
  background-image: url("../img/icons/like_active.svg");
}

.c-message {
  padding: 40px 20px;
  border-radius: 30px;
}

.c-message--reverse {
  color: #000000;
  background-color: #66AA6B;
}

.c-area--tokyo {
  background-color: #F2F4B2;
  border-color: #C6BA5D;
}

.c-area--kanagawa {
  background-color: #FFC093;
  border-color: #F9B23F;
}

.c-area--saitama {
  background-color: #BAEEA8;
  border-color: #90CD45;
}

.c-area--chiba {
  background-color: #9EE8E8;
  border-color: #38A7A7;
}

.c-breadcrumbs {
  width: 100%;
  margin-inline: auto;
  font-size: 14px;
}

.c-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-breadcrumbs__list li {
  display: inherit;
  align-items: inherit;
  margin-bottom: 0 !important;
  line-height: 18.72px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.c-breadcrumbs__item {
  font-weight: 500;
  white-space: nowrap;
}

.c-breadcrumbs__list img {
  vertical-align: middle;
  width: 14px;
  height: 8px;
}

.p-table {
  border-collapse: collapse;
  width: 100%;
  height: fit-content;
  table-layout: fixed;
}
.p-table th,
.p-table td {
  border: 1px solid #2EB384;
  padding: 16px 8px;
}
.p-table th {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 18px !important;
  background: linear-gradient(120deg, #EDFFC5 0%, #FFFFE5 100%);
  width: 24%;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .p-table th {
    width: 34% !important;
    font-size: 16px !important;
  }
}

.p-table__row-hide--sp {
  display: table-row;
}
@media screen and (max-width: 768px) {
  .p-table__row-hide--sp {
    display: none;
  }
}

.p-table__row-show--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-table__row-show--sp {
    display: table-row;
  }
}
.p-table td {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-table td {
    width: 100% !important;
  }
}
.p-table .p-table__col2 td {
  width: 31.48%;
}

.p-table.p-table--small th,
.p-table.p-table--small td {
  border: 1px solid #2EB384;
  padding: 16px 8px;
}
.p-table.p-table--small th {
  width: 20.83%;
}
.p-table.p-table--small td {
  width: 79.17%;
}
.p-table.p-table--small .p-table__col2 td {
  width: 29.17%;
}

.p-table__detail-link {
  color: #FF8789;
  text-decoration: underline;
  cursor: pointer;
  font-size: 10px;
  margin: 0 1em;
  transition: all 0.2s ease;
}
.p-table__detail-link:hover {
  opacity: 0.8;
}

.p-table__inner-table {
  border-collapse: separate;
  border-spacing: 0 4px;
  margin-block: 4px;
}
.p-table__inner-table th,
.p-table__inner-table td {
  border: 1px solid #C6E387;
  padding: 8px !important;
  font-size: 14px !important;
}
.p-table__inner-table th {
  background: #C6E387;
  width: 20% !important;
}
.p-table__inner-table td {
  width: 80% !important;
}

.js-detail-table {
  display: none;
  position: absolute;
  z-index: 200;
  background: #fff;
  border: 1px solid #2EB384;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 360px;
  max-width: 90vw;
  right: 0;
  bottom: calc(100% + 10px);
}
.js-detail-table::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 24px;
  border-width: 8px 7px 0;
  border-style: solid;
  border-color: #2EB384 transparent transparent;
}
.js-detail-table::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 25px;
  border-width: 7px 6px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}
.js-detail-table.is-active {
  display: block;
}

.p-table td:has(.p-table__detail-link) {
  position: relative;
}

.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
}

.page-item.disabled > *, .page-item.active > * {
  background: #6a6862;
  color: #fff;
}

.page-item > * {
  font-weight: 800;
  background: #66AA6B;
  color: #fff;
  text-decoration: none;
  padding: 6px 0.8em;
  line-height: 1.4;
  display: inline-block;
  margin: 0.4em;
}
.page-item > *.dots {
  background: #fff;
  color: #000000;
}

.p-header {
  border-top: 4px solid #66AA6B;
  position: relative;
  z-index: 3;
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
}

.p-header__logo {
  width: 150px;
  padding: 8px 0 20px;
  max-width: 36%;
}

.p-header__info {
  position: relative;
  background: #66AA6B;
  /* 本体色 */
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  /* 通常の角丸 */
  padding: 8px 16px;
  font-weight: 700;
  color: #fff;
  z-index: 3;
}
.p-header__info .before {
  position: absolute;
  top: 0;
  left: -16px;
  width: 16px;
  height: 16px;
  background: #66AA6B;
}
.p-header__info .before:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  background: #fff;
  border-top-right-radius: 16px;
  z-index: 2;
}
.p-header__info .after {
  position: absolute;
  top: 0;
  right: -16px;
  width: 16px;
  height: 16px;
  background: #66AA6B;
}
.p-header__info .after:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #fff;
  border-top-left-radius: 16px;
  z-index: 2;
}

.p-header__info__date {
  background: linear-gradient(120deg, #EDFFC5 0%, #FFFFE5 100%);
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  padding: 2px 10px;
  color: #000000;
  margin-bottom: 6px;
}

.p-header__info__number small {
  font-size: 12px;
}
.p-header__info__number span {
  font-size: 24px;
}

.p-header__buttons {
  display: flex;
  justify-content: end;
}

.p-header__buttons__icons {
  display: flex;
  gap: 24px;
  font-weight: 700;
  margin-right: 24px;
  padding-top: 8px;
}
.p-header__buttons__icons a {
  text-align: center;
}
.p-header__buttons__icons img {
  width: 32px;
  height: 32px;
}
.p-header__buttons__icons small {
  display: block;
  font-size: 10px;
  margin-top: 2px;
}
.p-header__buttons__icons a.p-header__guest-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 72px;
  min-width: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  text-align: center;
}
.p-header__buttons__icons a.p-header__guest-login small {
  width: 100%;
  max-width: 100%;
  white-space: normal;
  word-break: keep-all;
  line-height: 1.15;
  box-sizing: border-box;
}
.p-header__buttons__icons .p-header__guest-login-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-header__buttons__icons .p-header__guest-login-icon i {
  font-size: 18px;
  line-height: 1;
}

.p-header__buttons__login a {
  background: #FF8789;
  height: 64px;
  display: block;
  line-height: 64px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.p-header__buttons__menu button {
  border: 0;
  width: 56px;
  height: 64px;
  padding: 0;
}

.p-header__nav {
  background: rgba(245, 255, 212, 0.95);
  position: fixed;
  height: 100%;
  top: 0;
  right: -320px;
  width: 320px;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  transition: right 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.p-header__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-header__nav ul li {
  margin-bottom: 14px;
}
.p-header__nav ul li a {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  border-bottom: 1px solid #C8C8C8;
  display: block;
}
.p-header__nav .p-header__buttons__icons {
  margin: 0;
  width: 100%;
  background: #fff;
  height: 63px;
  padding-left: 55px;
  justify-content: center;
}
.p-header__nav .p-header__buttons__login {
  margin-bottom: 20px;
}
.p-header__nav .p-header__buttons__login a {
  height: auto;
  display: block;
  line-height: 1.8;
  padding: 12px 22px;
}

.p-header__nav__links {
  padding: 0 20px;
}

.p-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.is-open .p-header__nav {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.is-open .p-header__overlay {
  opacity: 1;
  visibility: visible;
}

.p-header__nav__inner {
  width: 100%;
  height: auto;
}

.p-header__nav__button {
  width: 55px;
  height: 63px;
  position: absolute;
  left: 0;
  top: 0;
}

.p-header__search {
  background: linear-gradient(120deg, #EDFFC5 0%, #FFFFE5 100%);
  font-size: 16px;
  padding: 32px 0 16px;
  position: relative;
  margin-top: -16px;
  z-index: 2;
}
.p-header__search label {
  font-weight: 700;
}
.p-header__search .p-header__search__input {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  vertical-align: middle;
}
.p-header__search .p-header__search__input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.8em;
  width: 12px;
  height: 12px;
  background: url("../img/icons/search.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.p-header__search input {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  padding: 1em;
  border-radius: 6px;
  border: 1px solid green;
  margin: 0 1em;
  width: 20em;
  padding-left: 2em;
}
.p-header__search button {
  padding: 1em;
  color: #fff;
  background-color: #66AA6B;
  border-radius: 6px;
}
.p-header__search .p-header__search__tips {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
.p-header__search .p-header__buttons__menu {
  display: none;
}

.p-header__search__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  text-align: center;
}

.p-header__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url("../img/icons/loading.gif") no-repeat center center;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 11;
  background-size: 60px;
}
.p-header__loading span {
  padding-top: 80px;
  font-weight: 800;
}

.is-loading .p-header__loading {
  display: flex;
}

@media screen and (max-width: 1090px) {
  .p-header__buttons .p-header__buttons__icons {
    display: none;
  }
  .p-header__inner {
    padding-right: 0;
  }
  .p-header__logo {
    padding-bottom: 21px;
  }
  .p-header__info__number span {
    font-size: 20px;
  }
  .p-header__info__number small {
    font-size: 12px;
  }
  .p-header__buttons__menu button {
    background: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-header__info {
    padding: 6px 10px;
    border-bottom-right-radius: 0;
  }
  .p-header__info .after {
    display: none;
  }
  .p-header__info__number span {
    font-size: 14px;
  }
  .p-header__info__number small {
    font-size: 10px;
  }
  .p-header__info__date {
    font-size: 10px;
  }
  .p-header__search {
    margin-top: -6px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-header__search label {
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .p-header__search button {
    padding: 0.6em;
  }
  .p-header__search input {
    margin: 0;
    width: 12em;
    padding: 0.6em;
    padding-left: 1.5em;
  }
  .p-header__search .p-header__search__input::before {
    left: 0.5em;
  }
  .p-header__search .p-header__buttons__menu {
    display: block;
  }
  .p-header__search .p-header__buttons__menu button {
    padding: 0;
  }
  .p-header__buttons {
    display: none;
  }
  .p-header__search__form {
    text-align: left;
    justify-content: flex-start;
  }
  .p-header__buttons__menu {
    position: absolute;
    right: 0;
    bottom: -10px;
  }
}
.p-home__slider__inner .c-item {
  margin: 0 11px;
}

.p-home__map {
  background: url(../img/home/map_bg.png) no-repeat center center;
  background-size: cover;
}

.p-home__map__inner {
  position: relative;
}

.p-home__map__inner__image {
  padding: 0 40px;
}

.p-home__map__inner__buttons {
  position: absolute;
  top: 125px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.p-home__map__inner__buttons > * {
  flex: 0 0 calc(42% - 40px);
  max-width: calc(42% - 40px);
}
.p-home__map__inner__buttons .c-area--tokyo {
  order: 1;
}
.p-home__map__inner__buttons .c-area--saitama {
  order: 2;
}
.p-home__map__inner__buttons .c-area--kanagawa {
  order: 3;
}
.p-home__map__inner__buttons .c-area--chiba {
  order: 4;
}

.p-home__map__inner__buttons__group {
  padding: 22px 14px;
  border-width: 3px;
  border-style: solid;
  background-color: #fff;
  border-radius: 8px;
}
.p-home__map__inner__buttons__group h5 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.p-home__map__inner__buttons__group__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.p-home__map__inner__buttons__group__items > * {
  flex: 0 0 calc(48% - 8px);
  max-width: calc(48% - 8px);
}
.p-home__map__inner__buttons__group__items a {
  border: 0;
  padding: 12px 8px;
  border-radius: 8px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.p-home__map__inner__buttons__group__items a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(../img/icons/station.svg) no-repeat center center;
  background-size: 100%;
  vertical-align: middle;
}
.p-home__map__inner__buttons__group__items a.new::before {
  background-image: url(../img/icons/new.svg);
}
.p-home__map__inner__buttons__group__items a.area::before {
  background-image: url(../img/icons/area.svg);
}
.p-home__map__inner__buttons__group__items a.status::before {
  background-image: url(../img/icons/status.svg);
}

.p-home__condition {
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  padding: 30px 35px;
}

.p-home__condition__row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.p-home__condition__left {
  flex: 1;
  border-right: 1px solid #C8C8C8;
  padding-right: 30px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.p-home__condition__right {
  flex: 1;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.p-home__condition__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  width: 80px;
}

.p-home__condition__label {
  font-size: 20px;
  font-weight: 700;
}

.p-home__condition__change {
  background-color: transparent;
  border: 1px solid #FF8789;
  color: #FF8789;
  padding: 4px 6px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.p-home__condition__change::after {
  content: "▶";
  margin-left: 4px;
  display: inline-block;
  transform: scaleX(0.4) scaleY(0.8);
  transform-origin: left;
}

.p-home__condition__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.p-home__condition__item {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 0.4em;
  font-size: 14px;
  align-items: flex-start;
}

.p-home__condition__item__name {
  font-size: 18px;
  font-weight: 700;
  min-width: 100px;
  line-height: 1;
}

.p-home__condition__item__area {
  flex: 1;
  color: #2F2F2F;
}

.p-home__condition__detail {
  background-color: transparent;
  border: none;
  color: #66AA6B;
  cursor: pointer;
}
.p-home__condition__detail::after {
  content: "▼";
  margin-left: 4px;
  display: inline-block;
  transform: scaleX(0.8) scaleY(0.4);
}
.p-home__condition__detail.is-open::after {
  display: none;
}

.p-home__condition__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.p-home__condition__detail__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.p-home__condition__detail__row > .p-home__condition__item {
  flex: 1;
}
.p-home__condition__detail__row .p-home__condition__detail__item {
  flex: 1;
}

.p-home__condition__detail__item {
  font-size: 14px;
}

.p-home__condition__detail__label {
  font-weight: 700;
  margin-bottom: 4px;
}

.p-home__condition__detail__value {
  flex: 1;
  color: #2F2F2F;
}

.p-home__condition__submit {
  text-align: center;
}

.p-home__condition__button::after {
  content: "";
  background: url(../img/icons/search_white.svg) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  vertical-align: middle;
}

.p-home__new {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
.p-home__new > * {
  flex: 0 0 calc(20% - 16px);
  max-width: calc(20% - 16px);
}

.p-home__banners {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 80px;
  margin-top: 80px;
}
.p-home__banners > * {
  flex: 0 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
}

@media screen and (max-width: 768px) {
  .p-home__slider {
    margin-left: -15px;
  }
  .p-home__map__inner__image {
    display: none;
  }
  .p-home__map__inner__buttons {
    display: block;
    position: relative;
    top: 0;
  }
  .p-home__map__inner__buttons > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .p-home__map__inner__buttons__group {
    padding: 16px 10px;
    margin-bottom: 16px;
  }
  .p-home__map__inner__buttons__group__items a {
    font-size: 16px;
  }
  .p-home__condition {
    padding: 16px 15px;
  }
  .p-home__condition__row {
    display: block;
  }
  .p-home__condition__detail__row {
    flex-wrap: wrap;
  }
  .p-home__condition__left {
    border-right: none;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .p-home__condition__label {
    font-size: 17px;
  }
  .p-home__condition__item {
    width: 100%;
  }
  .p-home__condition__item__name {
    font-size: 15px;
    min-width: 64px;
  }
  .p-home__new {
    margin-bottom: 40px;
  }
  .p-home__new > * {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .p-home__banners > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.p-footer {
  background: #f5ffd4;
  padding-bottom: 20px;
  border-bottom: 6px solid #66AA6B;
}

.p-footer__logo {
  width: 240px;
  max-width: 60%;
}

.p-footer__row {
  position: relative;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.p-footer__menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}
.p-footer__menu ul li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid;
}
.p-footer__menu ul li a {
  color: #000000;
  text-decoration: none;
}
.p-footer__menu ul li a:hover {
  text-decoration: underline;
}

.p-footer__update {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  color: #fff;
  background-color: #66AA6B;
  border-radius: 0 0 16px 16px;
}
.p-footer__update .before {
  position: absolute;
  top: 0;
  left: -16px;
  width: 16px;
  height: 16px;
  background: #66AA6B;
}
.p-footer__update .before:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  background: #f5ffd4;
  border-top-right-radius: 16px;
  z-index: 2;
}
.p-footer__update .after {
  position: absolute;
  top: 0;
  right: -16px;
  width: 16px;
  height: 16px;
  background: #66AA6B;
}
.p-footer__update .after:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #f5ffd4;
  border-top-left-radius: 16px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-footer__row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .p-footer__update {
    right: auto;
    left: auto;
    margin: auto;
    display: inline-block;
  }
  .p-footer__menu ul {
    display: block;
    margin-bottom: 12px;
  }
  .p-footer__menu ul li,
  .p-footer__menu ul li:not(:last-child) {
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
    border: none;
  }
}
.p-news_container {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}

.p-news__item {
  flex: 1;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  padding: 16px;
  padding-right: 36px;
  position: relative;
  cursor: pointer;
  background: linear-gradient(120deg, #EDFFC5 0%, #FFFFE5 100%);
}
.p-news__item::after {
  content: "▶";
  position: absolute;
  top: calc(50% - 8px);
  right: 6px;
  transform: scaleX(0.4) scaleY(0.8);
  transform-origin: left;
  color: #FF8789;
}

.p-news__item__date {
  font-size: 14px;
  font-weight: 700;
  margin-right: 0.5em;
}

.p-news__item__label {
  background-color: #FF8789;
  color: #fff;
  padding: 3px 6px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 700;
}

.p-news__item__title {
  margin-top: 16px;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .p-news_container {
    display: block;
  }
  .p-news__item {
    display: block;
    margin-bottom: 14px;
  }
}
.p-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-modal--back {
  z-index: 9;
}

.p-modal--active {
  display: block;
}

.p-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}

.p-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 540px;
  max-width: 94%;
  max-height: 86vh;
  overflow-y: auto;
}

.p-modal_content--large {
  max-width: 90%;
  width: 800px;
}

.p-modal_content--tall {
  height: 80vh;
}

.p-modal_content_inner {
  position: relative;
  padding: 24px;
}

.p-modal--window {
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 222;
  background: rgba(255, 255, 255, 0.94);
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
}
.p-modal--window .title {
  font-size: 16px;
  color: #66AA6B;
}
.p-modal--window a {
  color: #000000;
  padding: 0 20px;
  font-weight: 800;
}

.p-modal--window__bottom {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  left: 0;
  width: 100%;
}
.p-modal--window__bottom a {
  padding: 0;
  text-decoration: underline;
}

.p-modal_content_inner__images {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .p-modal_content {
    width: 94%;
  }
  .p-home__content--circle .p-modal_content_inner__flex,
  .p-home__content--square .p-modal_content_inner__flex {
    display: block;
  }
  .p-modal_content_inner {
    padding: 16px;
  }
}
.p-property-detail__title {
  font-size: 32px;
  line-height: 39.2px;
  margin-bottom: 16px;
  word-break: break-all;
}

.p-property-detail__slider-info-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-property-detail__slider-info-container {
    flex-direction: column;
    align-items: center;
  }
}
.p-property-detail__slider-info-container td {
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  .p-property-detail__slider-info-container td {
    font-size: 16px !important;
  }
}

.p-property-detail__info-wrapper {
  flex: 1;
}

.p-property-detail__info-id-label {
  background-color: #C6E387;
  font-size: 16px;
  padding: 4px;
  border-radius: 4px;
  width: fit-content;
  margin-bottom: 4px;
}

.p-property-detail__info-list .p-property-detail__info-large-wrap {
  margin-bottom: 8px;
}
.p-property-detail__info-list .p-property-detail__info-small-wrap .p-property-detail__info-row {
  margin-top: 4px;
}
.p-property-detail__info-list .p-property-detail__info-row {
  line-height: 18.72px;
}
.p-property-detail__info-list .p-property-detail__info-row .p-property-detail__info-label--large {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
.p-property-detail__info-list .p-property-detail__info-row .p-property-detail__info-value--large {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}
.p-property-detail__info-list .p-property-detail__info-row .p-property-detail__info-unit--large {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
.p-property-detail__info-list .p-property-detail__info-row .p-property-detail__info-note--large {
  font-size: 14px;
}
.p-property-detail__info-list .p-property-detail__info-row .p-property-detail__info-label {
  font-size: 14px;
}
.p-property-detail__info-list .p-property-detail__info-row .p-property-detail__info-value {
  font-size: 24px;
}
.p-property-detail__info-list .p-property-detail__info-row .p-property-detail__info-unit {
  font-size: 14px;
}
.p-property-detail__info-list .p-property-detail__info-row .p-property-detail__info-note {
  font-size: 14px;
}

.p-property-detail__info-buttons {
  margin-block: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.p-property-detail__info-buttons .p-property-detail__info-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #2EB384;
  border-radius: 8px;
  color: #2EB384;
  font-weight: 700;
  width: 240px;
  max-width: 100%;
  height: 51px;
  padding: 13.5px 16px;
}
@media screen and (max-width: 768px) {
  .p-property-detail__info-buttons .p-property-detail__info-button {
    width: 100%;
  }
}
.p-property-detail__info-buttons .p-property-detail__info-button::after {
  content: "";
  display: inline-block;
  margin-left: 0.4em;
  width: 8px;
  height: 16px;
  vertical-align: middle;
  background: none;
  border: none;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: currentColor;
  /* SVG三角形風 */
  -webkit-mask-image: linear-gradient(90deg, #000 100%, #000 100%);
  -webkit-mask-size: 8px 16px;
  -webkit-mask-repeat: no-repeat;
  background: currentColor;
}
.p-property-detail__info-buttons .p-property-detail__favorite-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #FF8789;
  border-radius: 8px;
  color: #FF8789;
  font-weight: 700;
  width: 240px;
  max-width: 100%;
  height: 51px;
  padding: 13.5px 16px;
}
@media screen and (max-width: 768px) {
  .p-property-detail__info-buttons .p-property-detail__favorite-button {
    width: 100%;
  }
}
.p-property-detail__info-buttons .p-property-detail__favorite-button::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url("../img/icons/heart.svg") no-repeat center center;
  background-size: contain;
}

.p-property-detail__map-container {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-property-detail__map-container {
    flex-direction: column;
    align-items: center;
  }
}
.p-property-detail__map-container iframe {
  flex: 0 0 1;
}
.p-property-detail__map-container .p-table {
  flex: 0 0 44.44%;
}
.p-property-detail__map-container .p-table th {
  width: 20.9%;
}
@media screen and (max-width: 768px) {
  .p-property-detail__map-container .p-table th {
    width: 29.1% !important;
  }
}

.p-property-detail__related-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 21.33px;
}
@media screen and (max-width: 768px) {
  .p-property-detail__related-container {
    grid-template-columns: 1fr 1fr;
  }
}

.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  zoom: 1;
}

@media screen and (max-width: 767px) {
  .u-cf--sp:before,
  .u-cf--sp:after {
    content: " ";
    display: table;
  }
  .u-cf--sp:after {
    clear: both;
  }
  .u-cf--sp {
    zoom: 1;
  }
}
.u-col2 {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
.u-col2:nth-child(2n) {
  margin-right: 0;
}
.u-col2.u-col2--mr0 {
  width: 50%;
  margin-right: 0;
}

.u-col3 {
  float: left;
  width: 31.333%;
  margin-right: 3%;
}
.u-col3:nth-child(3n) {
  margin-right: 0;
}

.u-col3--2 {
  width: 64.666%;
  margin-left: 1%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .u-col2,
  .u-col3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.u-marginCenter {
  margin: 0 auto;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-m0 {
  margin: 0;
}

.u-mb6 {
  margin-bottom: 6px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb20--force {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb160 {
  margin-bottom: 160px;
}

.u-mb175 {
  margin-bottom: 175px;
}

.u-mb200 {
  margin-bottom: 200px;
}

.u-mb250 {
  margin-bottom: 250px;
}

.u-mb320 {
  margin-bottom: 320px;
}

.u-mt1em {
  margin-top: 1em;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml20 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .u-mb0--sp {
    margin-bottom: 0px;
  }
  .u-mb10--sp {
    margin-bottom: 10px;
  }
  .u-mb20--sp {
    margin-bottom: 20px;
  }
  .u-mb30--sp {
    margin-bottom: 30px;
  }
  .u-mb40--sp {
    margin-bottom: 40px;
  }
  .u-mb50--sp {
    margin-bottom: 50px;
  }
  .u-mb60--sp {
    margin-bottom: 60px;
  }
  .u-mb80--sp {
    margin-bottom: 80px;
  }
  .u-mb160--sp {
    margin-bottom: 160px;
  }
  .u-mb240--sp {
    margin-bottom: 240px;
  }
  .u-mr0--sp {
    margin-right: 0px;
  }
  .u-mt20--sp {
    margin-top: 20px;
  }
  .u-mt60--sp {
    margin-top: 60px;
  }
}
.u-pr40 {
  padding-right: 40px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl160 {
  padding-left: 160px;
}

.u-pl1 {
  padding-left: 1em;
}

.u-pl2 {
  padding-left: 2em;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-p8 {
  padding: 8px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-py20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .u-pl40.u-pl40--sp0 {
    padding-left: 0px;
  }
  .u-pl160.u-pl160--sp0 {
    padding-left: 0px;
  }
}
.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .u-textRight--sp {
    text-align: right;
  }
  .u-textCenter--sp {
    text-align: center;
  }
  .u-textLeft--sp {
    text-align: left;
  }
}
.u-ofi {
  overflow: hidden;
}
.u-ofi img,
.u-ofi video {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.u-ofi a {
  display: block;
  height: 100%;
}

.u-spShow,
.u-spShow--inline {
  display: none !important;
}

.u-spHide {
  display: block !important;
}

.u-spHide--inline {
  display: inline !important;
}

.u-spHide--flex {
  display: flex !important;
}

.u-db {
  display: block;
}

.u-dib {
  display: inline-block;
}

.u-hide {
  display: none;
}

.u-hide-front {
  display: none;
}

.u-pcHide {
  display: none;
}

.admin .u-hide-front {
  display: block;
}
.admin .u-hide-admin {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pcHide {
    display: block !important;
  }
  .u-spShow {
    display: block !important;
  }
  .u-spHide,
  .u-spHide--inline,
  .u-spHide--flex {
    display: none !important;
  }
  .u-spShow--inline {
    display: inline !important;
  }
  .u-spDb {
    display: block;
  }
}
.u-font10 {
  font-size: 10px;
}

.u-font11 {
  font-size: 11px;
}

.u-font12 {
  font-size: 12px;
}

.u-font13 {
  font-size: 13px;
}

.u-font14 {
  font-size: 14px;
}

.u-font15 {
  font-size: 15px;
}

.u-font16 {
  font-size: 16px;
}

.u-font17 {
  font-size: 17px;
}

.u-font18 {
  font-size: clamp(15px, 1vw, 18px);
}

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

.u-font21 {
  font-size: clamp(16px, 1.2vw, 21px);
}

.u-font23 {
  font-size: 23px;
}

.u-font24 {
  font-size: clamp(16px, 1.35vw, 24px);
}

.u-font25 {
  font-size: 25px;
}

.u-font26 {
  font-size: 26px;
}

.u-font27 {
  font-size: clamp(16px, 1.5vw, 27px);
}

.u-font30 {
  font-size: clamp(18px, 1.7vw, 30px);
}

.u-font32 {
  font-size: clamp(20px, 1.8vw, 32px);
}

.u-font35 {
  font-size: 35px;
}

.u-font38 {
  font-size: 38px;
}

.u-font48 {
  font-size: clamp(28px, 2.6vw, 48px);
}

.u-fontBold {
  font-weight: 800;
}

.u-fontDemibold {
  font-weight: 500;
}

.u-mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-gothic {
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

@media screen and (max-width: 767px) {
  .u-font21 {
    font-size: clamp(13px, 1.2vw, 21px);
  }
  .u-font24 {
    font-size: clamp(13.5px, 1.35vw, 24px);
  }
  .u-font27 {
    font-size: clamp(13.5px, 1.3vw, 27px);
  }
  .u-font30 {
    font-size: clamp(14px, 1.7vw, 30px);
  }
  .u-font48 {
    font-size: clamp(16px, 2.6vw, 48px);
  }
  .u-font26--sp {
    font-size: 26px;
  }
  .u-font20--sp {
    font-size: 20px;
  }
  .u-font18--sp {
    font-size: 18px;
  }
  .u-font16--sp {
    font-size: 16px;
  }
  .u-font14--sp {
    font-size: 14px;
  }
  .u-font13--sp {
    font-size: 13px;
  }
  .u-font12--sp {
    font-size: 12px;
  }
}
.u-boxShadow {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.u-textUnderline {
  text-decoration: underline;
}

.u-noDeco {
  text-decoration: none;
}

.u-break {
  word-break: break-word;
}

.u-relative {
  position: relative;
}

.u-bg {
  background: #e2e2e2;
}

.u-bgWhite {
  background-color: #fff;
}

.u-bgCream {
  background-color: #f9f4e3;
}

.u-colorTheme {
  color: #66AA6B;
}

.u-colorSecondary {
  color: #FF8789;
}

.u-colorWhite {
  color: #fff;
}

.u-colorText {
  color: #000000;
}

.u-colorLight {
  color: #2F2F2F;
}

.u-color--red {
  color: #ce5555;
}

.u-colorTextGray {
  color: #777D6C;
}

.u-line14 {
  line-height: 1.4;
}

.u-line18 {
  line-height: 1.8;
}

.u-line20 {
  line-height: 2;
}

.u-line26 {
  line-height: 2.6;
}

.u-line30 {
  line-height: 3;
}

.u-flex {
  display: flex;
}

.u-flex--between {
  justify-content: space-between;
}

.u-flex--evenly {
  justify-content: space-evenly;
}

.u-flex--col2 {
  justify-content: space-between;
}
.u-flex--col2 > * {
  flex-basis: 47.5%;
}

.u-flex--col3 {
  flex-wrap: wrap;
}
.u-flex--col3 > * {
  flex-basis: 31%;
  margin-right: 3.5%;
  margin-left: 0;
}
.u-flex--col3 > *:nth-child(3n) {
  margin-right: 0;
}

.u-flex--col4 {
  flex-wrap: wrap;
}
.u-flex--col4 > * {
  flex-basis: 23.5%;
  margin-right: 2%;
}
.u-flex--col4 > *:nth-child(4n) {
  margin-right: 0;
}

.u-flex--center {
  align-items: center;
}

.u-flex--col3--item2,
.u-flex--col3--item1 {
  justify-content: space-around;
}

.u-flex--wrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .u-flex {
    flex-wrap: wrap;
  }
  #find .u-flex {
    flex-flow: column-reverse;
  }
  .u-flex--col3 > * {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .u-flex--col2 > * {
    flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .u-flex--col2 > *.ui.button {
    margin-top: 10px;
  }
  .u-flex--col4 > * {
    flex-basis: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .u-flex--col4 > *:nth-child(4n) {
    margin-right: auto;
  }
}
.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls12 {
  letter-spacing: 0.12em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-ls50 {
  letter-spacing: 0.5em;
}

.u-border {
  border: 1px solid #C8C8C8;
}

.u-truncate {
  max-width: 20ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}

/*# sourceMappingURL=style.css.map */
