@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@import url("../fontello.css");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
  margin-bottom: 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,
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;
  cursor: pointer;
}

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

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

select {
  cursor: pointer;
}

button[disabled],
select[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
[type="checkbox"][disabled],
[type="radio"][disabled] {
  cursor: default;
  pointer-events: none;
}

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

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* iPhoneで文字サイズが勝手に大きくなる時の対処方法 */
body {
  -webkit-text-size-adjust: 100%;
}

.form, .form-pink, .form-green, .form-basic {
  padding: 8px 6px;
  background-color: #fff;
  width: 100%;
  font-weight: 500;
}

.form:focus, .form-pink:focus, .form-green:focus, .form-basic:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px transparent;
          box-shadow: 0 0 5px transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 640px) {
  .form, .form-pink, .form-green, .form-basic {
    padding: 4px 6px;
  }
}

.btn, .btn-line, .btn-line-cancel, .btn-green, .btn-green-line, .btn-basic, .btn-basic-line {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  border-radius: 4px;
  white-space: nowrap;
}

.btn:hover, .btn-line:hover, .btn-line-cancel:hover, .btn-green:hover, .btn-green-line:hover, .btn-basic:hover, .btn-basic-line:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.btn:focus, .btn-line:focus, .btn-line-cancel:focus, .btn-green:focus, .btn-green-line:focus, .btn-basic:focus, .btn-basic-line:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px transparent;
          box-shadow: 0 0 5px transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 640px) {
  .btn, .btn-line, .btn-line-cancel, .btn-green, .btn-green-line, .btn-basic, .btn-basic-line {
    min-width: 100px;
    padding: 5px;
    height: 32px;
    line-height: 1.2;
  }
}

/* --------------------------------------------
フォーム
-------------------------------------------- */
.form {
  border: 1px solid #b7b6b4;
  border-radius: 4px;
}

.form:focus {
  outline: 1px solid #fefefe;
  border-radius: inherit;
}

.form-pink {
  border: 1px solid #dc5671;
  color: #dc5671;
}

.form-pink:focus {
  outline: 1px solid #fefefe;
  border-radius: inherit;
}

.form-green {
  border: 1px solid #6bbe94;
  color: #5ca079;
}

.form-green:focus {
  outline: 1px solid #fefefe;
  border-radius: inherit;
}

.form-basic {
  border: 1px solid #b7b6b4;
  color: #b7b6b4;
}

.form-basic:focus {
  outline: 1px solid #fefefe;
  border-radius: inherit;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d3d3d3;
  font-weight: 400;
}

.select-placeholder {
  font-weight: 400;
  display: none;
}

.form {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 20px;
  vertical-align: top;
}

select.form {
  padding-top: 2px;
  padding-bottom: 4.4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

select.form-pink.text-black::-ms-expand {
  display: none;
}

select.form-pink {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 18px;
    background-image: url(../../images/icon/icon-down.png);
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: right 5px center;
}

select.form-pink.text-black {
  color: #000;
}

.form[type="checkbox"] {
  display: none;
}

.form[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  padding-left: 22px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.form[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #b7b6b4;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form[type="checkbox"] + label::after {
  content: "\e809";
  font-family: "fontello";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  font-size: 16px;
  color: #dc5671;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.form[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.form[type="checkbox"]:disabled + label {
  opacity: 0.5;
  pointer-events: none;
}

textarea.form,
textarea.form-green,
textarea.form-pink,
textarea.form-basic {
  overflow: auto;
}

textarea.form::-webkit-scrollbar,
textarea.form-green::-webkit-scrollbar,
textarea.form-pink::-webkit-scrollbar,
textarea.form-basic::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

textarea.form::-webkit-scrollbar-thumb,
textarea.form-green::-webkit-scrollbar-thumb,
textarea.form-pink::-webkit-scrollbar-thumb,
textarea.form-basic::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 1px;
}

textarea.form::-webkit-scrollbar-track,
textarea.form-green::-webkit-scrollbar-track,
textarea.form-pink::-webkit-scrollbar-track,
textarea.form-basic::-webkit-scrollbar-track {
  background: #eee;
}

.form.right[type="checkbox"] + label {
  padding-left: unset;
  padding-right: 22px;
}

.form.right[type="checkbox"] + label::before {
  left: unset;
  right: 0;
}

.form.right[type="checkbox"] + label::after {
  left: unset;
  right: 0;
}

.form.only[type="checkbox"] + label {
  padding-left: unset;
  padding-right: unset;
  width: 14px;
  height: 14px;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

label {
  margin: 0;
}

[disabled] {
  opacity: 0.5;
}

.form[type="date"] {
  background-image: url(../../images/icon/icon-calendar.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btn {
  min-width: 150px;
  background-color: #dc5671;
  color: #fff;
}

.btn:hover {
  color: #fff;
}

.btn-line {
  min-width: 150px;
  background-color: #fff;
  color: #dc5671;
  border: 1px solid #dc5671 !important;
}

.btn-line:hover {
  color: #dc5671;
}

.btn-line-cancel {
  min-width: 150px;
  background-color: #fff;
  color: #dc5671;
  border: 1px solid #f4dad9 !important;
}

.btn-line-cancel:hover {
  color: #dc5671;
}

.btn-green {
  min-width: 150px;
  background-color: #6bbe94;
  color: #fff;
  border: 1px solid #6bbe94 !important;
}

.btn-green:hover {
  color: #fff;
}

.btn-green-line {
  min-width: 150px;
  background-color: #fff;
  color: #5ca079;
  border: 1px solid #6bbe94 !important;
}

.btn-green-line:hover {
  color: #5ca079;
}

.btn-basic {
  min-width: 150px;
  background-color: #b7b6b4;
  color: #fff;
}

.btn-basic:hover {
  color: #fff;
}

.btn-basic-line {
  min-width: 150px;
  background-color: #fff;
  color: #b7b6b4;
  border: 1px solid #b7b6b4 !important;
}

.btn-basic-line:hover {
  color: #b7b6b4;
}

.btn.bottom-btn,
.btn-line.bottom-btn,
.btn-line-cancel.bottom-btn {
  min-width: 170px;
}

.btn.list-btn,
.btn-line.list-btn,
.btn-line-cancel.list-btn {
  min-width: 130px;
  height: 32px;
}

.btn.l {
  width: 250px;
}

@media screen and (max-width: 640px) {
  .btn.bottom-btn,
  .btn-line.bottom-btn,
  .btn-line-cancel.bottom-btn {
    min-width: 100px;
  }
  .btn.list-btn,
  .btn-line.list-btn,
  .btn-line-cancel.list-btn {
    min-width: 100px;
  }
}

@media screen and (max-width: 380px) {
  .btn.list-btn,
  .btn-line.list-btn,
  .btn-line-cancel.list-btn {
    min-width: unset;
  }
}

.ract {
  border-radius: 0;
}

textarea,
textarea.form-pink,
textarea.form-green,
textarea.form-basic {
  height: 60px;
  vertical-align: top;
}

.form-m {
  width: 300px;
}

.form-l {
  width: 400px;
}

.form.l,
.form-green.l,
.form-pink.l,
.form-basic.l {
  max-width: 350px;
  width: 100%;
}

.form.ml,
.form-green.ml,
.form-pink.ml,
.form-basic.ml {
  max-width: 300px;
  width: 100%;
}

.form.m,
.form-green.m,
.form-pink.m,
.form-basic.m {
  max-width: 200px;
  width: 100%;
}

.form.s,
.form-green.s,
.form-pink.s,
.form-basic.s {
  max-width: 150px;
  width: 100%;
}

.form.ss,
.form-green.ss,
.form-pink.ss,
.form-basic.ss {
  max-width: 100px;
  width: 100%;
}

@media screen and (min-width: 1067px) {
  .form.l,
  .form-green.l,
  .form-pink.l,
  .form-basic.l {
    width: 350px;
  }
  .form.ml,
  .form-green.ml,
  .form-pink.ml,
  .form-basic.ml {
    width: 300px;
  }
  .form.m,
  .form-green.m,
  .form-pink.m,
  .form-basic.m {
    width: 200px;
  }
  .form.s,
  .form-green.s,
  .form-pink.s,
  .form-basic.s {
    width: 150px;
  }
  .form.ss,
  .form-green.ss,
  .form-pink.ss,
  .form-basic.ss {
    width: 100px;
  }
}

@media screen and (max-width: 640px) {
  .form-m {
    width: 100%;
  }
  .form-l {
    width: 100%;
  }
}

input[type="date"]::-webkit-calendar-picker-indicator {
  margin-left: 0;
}

/* --------------------------------------------
共通
-------------------------------------------- */
html {
  font-size: 14px;
  height: 100%;
  min-height: 100vh;
}

body {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  min-height: 100vh;
  color: #000;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  display: -ms-grid;
  display: grid;
  grid-template: "header" 70px "main  " 1fr/1fr;
  overflow: hidden;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  grid-area: header;
}

.main {
  grid-area: main;
}

a {
  color: #000;
}

a:visited,
a:active,
a:focus {
  color: inherit;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}

@media screen and (max-width: 520px) {
  body {
    grid-template: "header" auto "main  " 1fr / 1fr;
  }
}

.unclickable {
  pointer-events: none;
  opacity: 0.5;
}

/* 表示
-------------------------------------------- */
@media screen and (max-width: 640px) {
  .view-pc {
    display: none !important;
  }
}

.view-820d {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .view-tab {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .view-sp-l {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (min-width: 521px) {
  .view-sp-m {
    display: none !important;
  }
}

@media screen and (min-width: 319px) {
  .view-sp-s {
    display: none !important;
  }
}

.hidden {
  visibility: none;
}

/* スクロール
-------------------------------------------- */
.scroll,
.table-scroll {
  overflow: auto;
}

.scroll::-webkit-scrollbar,
.table-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scroll::-webkit-scrollbar-thumb,
.table-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 1px;
}

.scroll::-webkit-scrollbar-track,
.table-scroll::-webkit-scrollbar-track {
  background: #eee;
}

/* ページャー
-------------------------------------------- */
.pager_area {
  display: -ms-grid;
  display: grid;
  max-width: 1047px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
}

.pager_area .search_count {
  justify-self: flex-start;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  color: #969696;
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .pager_area .search_count {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-left: 0;
  }
}

.pager {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  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;
}

.pager a {
  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;
  margin-left: 2px;
  margin-right: 2px;
  width: 30px;
  height: 30px;
  border: 1px solid #dc5671;
  background-color: #fff;
  color: #dc5671;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pager a.active, .pager a:hover, .pager a:focus {
  text-decoration: none;
  background-color: #dc5671;
  color: #fff;
}

.pager-dot {
  color: #dc5671;
  margin-left: 4px;
  margin-right: 4px;
}

/* 文字
-------------------------------------------- */
.note {
  font-size: 12px;
  font-weight: 400px;
}

.nowrap {
  white-space: nowrap;
}

.letterspacing1 {
  letter-spacing: 1em;
}

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

.nowrap {
  word-break: keep-all;
}

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

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

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

.flex-start {
  justify-self: flex-start;
}

.flex-end {
  justify-self: flex-end;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clamp-1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.link {
  text-decoration: underline;
}

.earea_description,
.area_description {
  margin-bottom: 5px;
  width: auto;
}

.num_heart {
  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: 24px;
  height: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
}

.num_heart::before {
  position: absolute;
  content: "\e823";
  font-family: "fontello";
  font-size: 30px;
  color: #dc5671;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.mark_not_checked, .mark_checked {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.mark_not_checked::before, .mark_checked::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #b7b6b4;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mark_checked::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #ee8895;
  background-color: #ee8895;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mark_checked::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  height: 8px;
  width: 12px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translate(6px, -3px);
          transform: rotate(-45deg) translate(6px, -3px);
  z-index: 1;
}

.mark_checked-l {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}

.mark_checked-l::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ee8895;
  background-color: #ee8895;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mark_checked-l::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  height: 8px;
  width: 16px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translate(6px, -3px);
          transform: rotate(-45deg) translate(6px, -3px);
  z-index: 1;
}

/* 幅
-------------------------------------------- */
.width-auto {
  width: auto;
}

.width-fit {
  min-width: 0;
}

/* 番号付きリスト
-------------------------------------------- */
/* 四角数字 */
ol.list-squarenum li {
  position: relative;
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  min-height: 40px;
  padding-left: 45px;
  margin: 0;
}

ol.list-squarenum li:before {
  position: absolute;
  content: counter(cnt);
  display: block;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #ef97af;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px) {
  ol.list-squarenum li {
    min-height: 32px;
    padding-left: 38px;
  }
  ol.list-squarenum li:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

/* 表
-------------------------------------------- */
.list-border {
  max-width: 1047px;
  margin: 0 auto;
}

.list-border .list-row {
  min-height: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
}

div.list-row {
  padding: 10px 20px;
}

.list-border .list-row:nth-child(even) {
  background-color: #f8eff0;
}

@media screen and (max-width: 640px) {
  .list-border .list-row {
    min-height: 45px;
  }
}

.table-scroll {
  max-width: 1047px;
  width: 100vw;
  margin: 0 auto;
  padding-top: 1px;
}

@media screen and (max-width: 1047px) {
  .table-scroll {
    margin: 0;
  }
}

.table-area {
  max-width: 1047px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
}

.table-list {
  border-collapse: collapse;
  width: 100%;
  min-width: calc(100% - 2px);
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.table-list .table-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.table-list tr {
  height: 50px;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.1;
  vertical-align: middle;
}

.table-list td {
  height: 50px;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.1;
  vertical-align: middle;
  padding: 10px min(10px, 0.9vw);
}

.table-list td:first-child {
  padding-left: min(20px, 1.8vw);
}

.table-list td:last-child {
  padding-right: min(20px, 1.8vw);
}

.table-list a,
.table-list a:hover,
.table-list a:visited,
.table-list a:active {
  color: #3473b8;
}

.table-border .table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 2px);
  height: 50px;
  margin: -1px 0;
  padding: 0 min(10px, 0.9vw);
  background-color: #fff;
  border-top: 2px solid #dc5671;
  border-bottom: 2px solid #dc5671;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.1;
}

.table-border th:first-child .table-title {
  padding-left: min(20px, 1.8vw);
  width: 100%;
}

.table-border th:last-child .table-title {
  padding-right: min(20px, 1.8vw);
  width: 100%;
}

.table-border tbody .table-row:nth-child(even) {
  background-color: #f8eff0;
}

.table-border.line .table-title {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-top: 2px solid #dbd4db;
  border-bottom: 2px solid #dbd4db;
}

.table-border.line tbody .table-row {
  border-bottom: 2px solid #dbd4db;
}

.th-name {
  padding-left: 15px !important;
}

.lastname {
  position: relative;
  padding-right: 5px;
  text-align: right;
}

.lastname.link {
  z-index: 1;
}

.lastname.link:hover + .firstname a {
  text-decoration: none;
  border-bottom: 1px solid #3473b8;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lastname a {
  display: inline-block;
  padding-right: 100%;
  margin-right: -100%;
}

.lastname a:hover {
  text-decoration: none;
  border-bottom: 1px solid #3473b8;
}

.lastname a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200%;
}

.firstname {
  position: relative;
  padding-left: 3px;
}

.firstname a {
  display: inline-block;
}

.firstname a:hover {
  text-decoration: none;
  border-bottom: 1px solid #3473b8;
}

.firstname a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 200%;
}

/* フォーム入力部
-------------------------------------------- */
.from_btn_sest_area {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.from_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.from_btn_area [class^="btn"] {
  height: 40px;
}

.from_btn_area [class^="form"] {
  height: 40px;
}

.from_btn_area [class^="form"] + [class^="form"] {
  margin-left: 8px;
}

.from_btn_area [class^="form"] + [class^="btn"] {
  margin-left: 15px;
}

.from_btn_set_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.from_btn_set_area .set_note {
  width: auto;
  margin-bottom: 10px;
}

.list-item {
  display: -ms-grid;
  display: grid;
  grid: auto / auto 1fr;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1027px;
  width: 100%;
}

.list-item {
  display: -ms-grid;
  display: grid;
  grid: auto / auto 1fr;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1027px;
  width: 100%;
}

.list-item.items2 {
  grid: auto / auto auto auto 1fr;
}

.list-item .list-item-title {
  width: 130px;
}

.list-item .list-item-title:not(:first-of-type) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  margin-left: 35px;
  margin-right: 8px;
}

.formitems {
  justify-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formitems .form + .form {
  margin-left: 10px;
}

.formitems .form + .list-btn {
  margin-left: 18px;
}

.formitemscol3rows {
  display: -ms-grid;
  display: grid;
  grid: auto-flow/repeat(3, 1fr);
  max-width: 530px;
  row-gap: 5px;
}

@media screen and (max-width: 640px) {
  .from_btn_area [class^="form"] + [class^="form"] {
    margin-left: 10px;
  }
  .from_btn_area [class^="form"] + [class^="btn"] {
    margin-left: 10px;
  }
  .from_btn_area [class^="form"] {
    height: 35px;
  }
  .from_btn_area [class^="btn"] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: unset;
    height: 35px;
  }
  .from_btn_set_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .from_btn_set_area .set_note {
    width: auto;
    margin-bottom: 10px;
  }
  .list-item {
    display: -ms-grid;
    display: grid;
    grid: auto / auto 1fr;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1027px;
    width: 100%;
  }
  .list-item {
    display: -ms-grid;
    display: grid;
    grid: auto / auto 1fr;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1027px;
    width: 100%;
  }
  .list-item.items2 {
    grid: auto / auto auto auto 1fr;
  }
  .list-item .list-item-title {
    width: 130px;
  }
  .list-item .list-item-title:not(:first-of-type) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
    margin-left: 35px;
    margin-right: 8px;
  }
  .formitems {
    justify-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .formitems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .formitems .form + .form {
    margin-left: 10px;
  }
  .formitems .form + .list-btn {
    margin-left: 18px;
  }
  .formitemscol3rows {
    display: -ms-grid;
    display: grid;
    grid: auto-flow/repeat(3, 1fr);
    max-width: 530px;
    row-gap: 5px;
  }
}

/* カラーピッカー
-------------------------------------------- */
.colorpicker_area {
  display: -ms-grid;
  display: grid;
  grid: auto / 1fr auto;
}

.colorpicker_area .pickr .pcr-button {
  width: 43px;
  height: 43px;
}

@media screen and (max-width: 640px) {
  .colorpicker_area .pickr .pcr-button {
    width: 35px;
    height: 35px;
  }
}

/* 画面ズーム
-------------------------------------------- */
.zoom_area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.zoom25 {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  width: 400%;
}

.zoom50 {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  width: 200%;
}

/* 付箋
-------------------------------------------- */
.stickynote {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  padding: 15px 20px;
  background-color: #84c46d;
  color: #fff;
}

.stickynote::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 10px;
  left: 0;
  background-color: #b4b4b4;
  -webkit-box-shadow: 7px 10px 10px -2px #999;
          box-shadow: 7px 10px 10px -2px #999;
  z-index: -1;
  -webkit-transform: skewY(1.3deg);
          transform: skewY(1.3deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.stickynote::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  background-color: transparent;
  -webkit-box-shadow: 7px 5px 10px -2px #999;
          box-shadow: 7px 5px 10px -2px #999;
  z-index: -1;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

/* モーダル
-------------------------------------------- */
dialog.modal:not([open]) {
  display: none;
}

dialog.modal::-webkit-backdrop {
  background-color: transparent;
}

dialog.modal::backdrop {
  background-color: transparent;
}

/* polyfill backdrop */
dialog.modal + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}

.modal {
  display: -ms-grid;
  display: grid;
  grid: auto-flow / 1fr;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 410px;
  height: 210px;
  padding: 0;
  border: 2px solid #2f6bb4;
  -webkit-box-shadow: 5px 5px 5px -2px #666;
          box-shadow: 5px 5px 5px -2px #666;
}

.modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 14px;
}

.modal-body {
  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;
  padding: 0 14px;
}

.modal-message {
  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;
}

.modal-message::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 8px solid #2f6bb4;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #2f6bb4;
  background-image: url(../../images/icon/icon-q.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.modal-icon-close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 0;
  color: transparent;
  outline-color: #ddd;
}

.modal-icon-close::before {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: -3px;
  width: 21px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.modal-icon-close::after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: -3px;
  width: 21px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.modal-icon-close:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px transparent;
          box-shadow: 0 0 5px transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-footer {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid: auto / auto-flow;
  gap: 20px;
  height: 64px;
  background-color: #eaeaea;
  border: unset;
}

.modal-btn {
  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: min(28vw,110px);
  height: 30px;
  background-color: #d8d8d8;
  border: 1px solid #b7b6b4;
}

.modal-btn.sub {
  border: 1px solid #2f6bb4;
  color: #2f6bb4;
}

.modal-btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px transparent;
          box-shadow: 0 0 5px transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 390px) {
  .modal-title {
    font-size: 12px;
    padding: 10px 7px;
  }
  .modal-body {
    padding: 0 7px;
  }
  .modal-message {
    font-size: 12px;
  }
  .modal-message::before {
    width: 25px;
    height: 25px;
    border: 5px solid #2f6bb4;
  }
  .modal-footer {
    gap: 10px;
  }
  .modal-btn {
    font-size: 12px;
  }
}

/* --------------------------------------------
ヘッダー
-------------------------------------------- */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #ecaab6;
}

.sidenav-btn {
  position: fixed;
  left: 25px;
  top: 25px;
  width: 32px;
  height: 30px;
}

.sidenav-btn:focus {
  outline: 1px dotted;
  outline: 1px auto #fefefe;
}

.sidenav-btn::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 32px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  content: "\e811";
  font-family: "fontello";
  font-size: 30px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidenav-btn .sidenav-icon {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 32px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  background-color: #fff;
  font-size: 22px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidenav-btn[aria-expanded="true"]::before {
  opacity: 1;
}

.sidenav-btn[aria-expanded="true"] .sidenav-icon {
  opacity: 0;
}

.header_top_logo {
  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;
  margin-left: calc(50vw - 240px);
  margin-right: auto;
}

.header_top_logo:hover {
  text-decoration: none;
}

.header_top_text {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 1.2;
  border-left: 1px solid #ed5876;
  color: #ed5876;
}

.usermenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
}

.usermenu a:hover {
  text-decoration: none;
}

.usermenu-icon {
  color: #c04b80;
}

.usermenu_logout {
  display: inline-block;
  margin-left: 20px;
}

.usermenu_change_menu {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.usermenu_change_menu-item {
  position: absolute;
  display: block;
  top: 47px;
  right: -10px;
  background-color: #fff;
  width: 160px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-shadow: 3px 5px 5px -2px #999;
          box-shadow: 3px 5px 5px -2px #999;
  overflow: hidden;
  max-width: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: max-width 0.3s, visibility 0.3s, opacity 0.3s;
  transition: max-width 0.3s, visibility 0.3s, opacity 0.3s;
}

.usermenu_change_menu-item[aria-hidden="false"] {
  max-width: 1000px;
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.usermenu_change_menu-item li {
  display: block;
  width: 100%;
  border-top: 1px solid #ecaab6;
  border-right: 1px solid #ecaab6;
  border-left: 1px solid #ecaab6;
}

.usermenu_change_menu-item li:last-child {
  border-bottom: 1px solid #ecaab6;
}

.usermenu_change_menu-item li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px 20px;
  font-weight: 600;
}

@media screen and (max-width: 1380px) {
  .usermenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .usermenu_logout {
    margin-left: 0;
  }
  .usermenu_change_menu-item {
    top: 35px;
  }
}

@media screen and (max-width: 1000px) {
  .header {
    -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;
  }
  .usermenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 0;
    margin-top: 10px;
  }
  .usermenu_logout {
    margin-left: 20px;
  }
  .usermenu_change_menu-item {
    top: 32px;
  }
}

@media screen and (max-width: 640px) {
  .sidenav-btn {
    left: 5px;
    top: 35px;
  }
}

@media screen and (max-width: 500px) {
  .header {
    padding: 10px;
  }
  .header_top_logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: unset;
  }
  .header_top_text {
    margin-left: 0;
    padding-left: 0;
    border-left: unset;
    margin-top: 5px;
    font-size: 12px;
  }
  .usermenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .usermenu_logout {
    margin-left: 0;
  }
  .usermenu_change_menu {
    margin-left: 10px;
  }
  .usermenu_change_menu-item {
    top: 36px;
  }
  .sidenav-btn {
    left: 5px;
    top: 80px;
  }
}

/* --------------------------------------------
サイドナビ
-------------------------------------------- */
.sidenav {
  position: fixed;
  display: block;
  top: 70px;
  left: 0;
  bottom: 0;
  width: 260px;
  background-color: #fff;
  z-index: 100;
}

.sidenav[aria-hidden="true"] {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidenav[aria-hidden="false"] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidenav-content {
  display: block;
  padding: 20px 20px 0 20px;
}

.sidenav-content > li {
  padding-left: 8px;
  padding-bottom: 35px;
  color: #525e5a;
}

.sidenav-content > li::before {
  display: inline-block;
  content: "\e828";
  font-family: "fontello";
  color: #ed5876;
  text-indent: -8px;
}

.sidenav-content-child {
  display: block;
  padding-left: 32px;
}

@media screen and (max-width: 520px) {
  .sidenav {
    top: 114px;
  }
}

/* --------------------------------------------
メイン
-------------------------------------------- */
.wedding_counter {
  padding: 32px 10px;
}

.wedding_counter-item {
  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;
  width: 320px;
  height: 46px;
  border: 1px solid #efb4d2;
  border-radius: 23px;
  margin: 0 auto;
  padding: 0 25px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #6c7270;
}

.wedding_counter-num {
  font-size: 28px;
  font-weight: 700;
  color: #ed5876;
}

@media screen and (max-width: 640px) {
  .wedding_counter {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 340px) {
  .wedding_counter-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 10px;
  }
  .wedding_counter-num {
    margin: 0 5px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) and (max-height: 801px) {
  .wedding_counter.low {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 640px) and (max-height: 801px) {
  .wedding_counter.low {
    padding: 10px 10px;
  }
  .wedding_counter.low .wedding_counter-item {
    height: 26px;
    border-radius: 13px;
  }
}

.page_title {
  display: block;
  margin: 55px auto 40px;
  text-align: center;
  font-size: 21px;
}

.page_title .page_title-text {
  white-space: nowrap;
}

.page_title.low {
  margin: 20px auto 30px;
}

@media screen and (max-width: 640px) {
  .page_title {
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .page_title {
    margin: 10px auto;
  }
}

.form2_btn .text-form {
  -ms-flex-preferred-size: calc((100% - 150px - 45px - 20px) / 2);
      flex-basis: calc((100% - 150px - 45px - 20px) / 2);
}

.form2_btn .text-form .form-m {
  width: 100%;
}

.form3_btn .text-form {
  -ms-flex-preferred-size: calc((100% - 150px - 45px - 20px) / 3);
      flex-basis: calc((100% - 150px - 45px - 20px) / 3);
}

.form3_btn .text-form .form-m {
  width: 100%;
}

@media screen and (min-width: 641px) and (max-width: 767px) {
  .form2_btn .text-form {
    -ms-flex-preferred-size: calc((100% - 80px - 45px - 20px) / 2);
        flex-basis: calc((100% - 80px - 45px - 20px) / 2);
  }
  .form2_btn .btn {
    min-width: unset;
  }
  .form3_btn .text-form {
    -ms-flex-preferred-size: calc((100% - 80px - 45px - 20px) / 3);
        flex-basis: calc((100% - 80px - 45px - 20px) / 3);
  }
  .form3_btn .btn {
    min-width: unset;
  }
}

@media screen and (max-width: 640px) {
  .form2_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form2_btn .text-form {
    -ms-flex-preferred-size: calc((100%  - 30px - 20px) / 2);
        flex-basis: calc((100%  - 30px - 20px) / 2);
  }
  .form2_btn .text-form.select_area-item {
    margin-right: 0;
  }
  .form2_btn .text-form.select_area_list-item:nth-child(2) {
    margin-right: 0;
  }
  .form2_btn .btn {
    margin-top: 10px;
    margin-left: auto;
  }
  .form3_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form3_btn .text-form {
    -ms-flex-preferred-size: calc((100%  - 30px - 20px) / 3);
        flex-basis: calc((100%  - 30px - 20px) / 3);
  }
  .form3_btn .text-form.select_area-item:nth-child(3) {
    margin-right: 0;
  }
  .form3_btn .text-form.select_area_list-item:nth-child(3) {
    margin-right: 0;
  }
  .form3_btn .btn {
    margin-top: 10px;
    margin-left: auto;
  }
}

@media screen and (max-width: 520px) {
  .form2_btn .text-form {
    -ms-flex-preferred-size: calc(100%  - 20px);
        flex-basis: calc(100%  - 20px);
  }
  .form2_btn .text-form.select_area-item {
    margin-right: 0;
  }
  .form2_btn .text-form.select_area-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .form2_btn .text-form.select_area_list-item {
    margin-right: 0;
  }
  .form2_btn .text-form.select_area_list-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .form3_btn .text-form {
    -ms-flex-preferred-size: calc(100%  - 20px);
        flex-basis: calc(100%  - 20px);
  }
  .form3_btn .text-form.select_area-item {
    margin-right: 0;
  }
  .form3_btn .text-form.select_area-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.select_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto 150px auto;
}

.select_area-item:not(:last-child) {
  margin-right: 15px;
}

.select_area .text-form {
  display: -ms-grid;
  display: grid;
  grid: auto-flow / 1fr;
  gap: 5px;
}

@media screen and (max-width: 1000px) {
  .select_area {
    margin: 0 auto 15vw auto;
  }
}

@media screen and (max-width: 640px) {
  .select_area {
    padding: 0 10px;
    margin: 0 auto 20px auto;
  }
  .select_area-item.btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .select_area-item:not(.btn) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (max-width: 520px) {
  .select_area.form3_btn .text-form {
    -ms-flex-preferred-size: calc(100%  - 20px);
        flex-basis: calc(100%  - 20px);
  }
  .select_area.form3_btn .text-form.select_area-item {
    margin-right: 0;
  }
  .select_area.form3_btn .text-form.select_area-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.select_area_list {
  display: -ms-grid;
  display: grid;
  grid: auto / auto-flow;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  max-width: 1067px;
  width: 100%;
  margin: 0 auto 70px auto;
}

.select_area_list .text-form {
  display: -ms-grid;
  display: grid;
  grid: auto-flow / 1fr;
  gap: 5px;
}

@media screen and (min-width: 641px) and (max-height: 800px) {
  .select_area_list {
    margin: 0 auto 20px auto;
  }
}

@media screen and (max-width: 640px) {
  .select_area_list {
    padding: 0 10px;
    margin: 0 auto 20px auto;
  }
}

.disp_area {
  display: -ms-grid;
  display: grid;
  grid: auto-flow/repeat(auto-fill, 300px);
  -webkit-column-gap: min(7.5vw, 120px);
          column-gap: min(7.5vw, 120px);
  row-gap: min(7.5vw, 65px) ;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px 80px 10px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.disp_area-item {
  display: -ms-grid;
  display: grid;
  grid: auto auto / 1fr;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.disp_area-item .item-photos {
  border: 1px solid #ede9ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 344px;
  width: 100%;
}

.disp_area-item .item-photos img {
  -o-object-fit: contain;
  object-fit: contain;
  width: inherit;
  height: inherit;
}

.disp_area-item .item-text {
  display: -ms-grid;
  display: grid;
  grid: auto-flow / 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  align-self: flex-end;
}

.disp_area-item .item-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.disp_area-item {
  position: relative;
  overflow: hidden;
}

.disp_area-item .item-photos.slide {
  display: -ms-grid;
  display: grid;
  grid: top-photo 210px auto-flow 67px/repeat(3, 100px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.disp_area-item .item-photos.slide .photo-item {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.disp_area-item .item-photos.slide .photo-item:first-child {
      grid-template-areas: top-photo;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1 / 1 / 2 / 4;
}

.disp_area-item .item-photos.slide .photo-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  height: inherit;
}

.disp_area-item .btn.btn_bottom {
  max-width: 250px;
  min-width: unset;
  width: 100%;
  margin: 10px auto 0;
}

.disp_area-item .btn-line.btn_bottom {
  max-width: 250px;
  min-width: unset;
  width: 100%;
  margin: 10px auto 0;
}

.edit_area {
  max-width: 1087px;
  padding: 0 20px;
  margin: 0 auto 35px;
}

.edit_area_title {
  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;
  height: 40px;
  width: 100%;
  border: 1px solid #dc5671;
  font-weight: 700;
  margin-bottom: 30px;
  color: #dc5671;
}

.edit_area_title.green {
  border: 1px solid #5ca079;
  color: #5ca079;
}

.edit_area_title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 21px;
  color: #ee8895;
}

.edit_area_content {
  display: block;
  width: 100%;
}

.edit_area .item_title {
  color: #8c8c8c;
  margin-bottom: 5px;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .edit_area {
    margin: 0 auto 20px;
  }
  .edit_area_title {
    margin-bottom: 20px;
    height: 35px;
  }
}

.edit_form_area {
  max-width: 380px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.edit_form_area [class*="form"] + p {
  margin-top: 20px;
}

.edit_form_area textarea {
  height: 70px;
}

@media screen and (max-width: 640px) {
  .edit_form_area {
    margin: 0 auto 20px;
  }
  .edit_form_area_title {
    margin-bottom: 20px;
    height: 35px;
  }
}

.estimated::after {
  content: "ESTIMATED";
  position: absolute;
  display: block;
  top: -12px;
  left: -60px;
  width: 120px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #d31844;
  -webkit-transform: translate(32px, 32px) rotate(-45deg);
          transform: translate(32px, 32px) rotate(-45deg);
  z-index: 1;
}

.favorite::after {
  content: "♥お気に入り";
  position: absolute;
  display: block;
  top: -12px;
  left: -60px;
  width: 120px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color: #ee7d7f;
  -webkit-transform: translate(32px, 32px) rotate(-45deg);
          transform: translate(32px, 32px) rotate(-45deg);
  z-index: 1;
}

@media screen and (max-width: 1599px) {
  .disp_area {
    -webkit-column-gap: 30px;
            column-gap: 30px;
    row-gap: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .disp_area {
    grid: auto-flow/repeat(auto-fill, calc(((100vw - 6vw - 28px) / 3)));
    -webkit-column-gap: 3vw;
            column-gap: 3vw;
  }
  .disp_area-item {
    grid: auto auto / 1fr;
    gap: 20px;
  }
  .disp_area-item .item-photos {
    width: 100%;
    height: calc(30vw * 1.15);
  }
}

@media screen and (max-width: 640px) {
  .disp_area {
    grid: auto-flow/repeat(3, 1fr);
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .disp_area-item {
    grid: auto auto / 1fr;
    gap: 10px;
  }
  .disp_area-item .item-photos {
    width: 100%;
    height: calc(((100vw / 3) - 20px) * 1.15 - 2px);
  }
}

@media screen and (max-width: 520px) {
  .disp_area {
    grid: auto-flow/repeat(2, 1fr);
  }
  .disp_area-item {
    grid: auto auto / 1fr;
  }
  .disp_area-item .item-photos {
    width: 100%;
    height: calc(((100vw / 2) - 10px) * 1.15 - 2px);
  }
}

.buttons {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid: auto / auto-flow;
  gap: 10px;
}

.buttons-bottom {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid: auto / auto-flow;
  gap: 15px;
  padding: 40px 10px;
}

@media screen and (min-width: 641px) and (max-height: 800px) {
  .buttons-bottom.shrink {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 640px) {
  .buttons-bottom {
    gap: 10px;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 320px) {
  .buttons-bottom {
    gap: 10px;
    padding: 10px;
  }
}

.gift_set_title {
  display: -ms-grid;
  display: grid;
  grid: auto / auto-flow;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  border: 1px solid #ee8895;
  margin-bottom: 55px;
}

.gift_set_title dt {
  color: #dc5671;
}

.gift_set_title dd {
  color: #dc5671;
}

@media screen and (max-width: 640px) {
  .gift_set_title {
    height: 35px;
    margin-bottom: 20px;
  }
}

.header_buttons {
  display: -ms-grid;
  display: grid;
  width: 100%;
}

.header_buttons .page_title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

.header_buttons .buttons {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-flex-item-align: start;
      align-self: flex-start;
  justify-self: flex-end;
  padding: 45px 20px 0 0;
}

.header_buttons .buttons.zoom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.btn_zoom {
  min-width: 100px;
}

.btn_zoom::before {
  content: "\e821";
  font-family: "fontello";
  display: inline-block;
  font-size: inherit;
  color: inherit;
  margin-right: 10px;
}

.btn_zoom.off {
  background-color: #fff;
  border-color: #dc5671;
  color: #dc5671;
}

@media screen and (max-width: 640px) {
  .btn_zoom {
    min-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 10px;
  }
  .btn_zoom::before {
    margin-right: 5px;
  }
}

/* --------------------------------------------
search_item_detail
-------------------------------------------- */
.search_item_detail {
  display: -ms-grid;
  display: grid;
  grid: auto / 1fr auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 130px 10px 80px 10px;
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
}

.search_item_detail .slide {
  position: relative;
  display: block;
  margin-right: 10px;
  padding: 0 75px;
  max-width: 650px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.search_item_detail .slide_area {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid: 350px auto / 1fr;
  padding-bottom: 80px;
  width: 500px;
  margin: 0 auto;
}

.search_item_detail .slide_area .thumb-list {
  display: -ms-grid;
  display: grid;
  grid: auto-flow 120px/repeat(3, calc(100% / 3));
  overflow: hidden;
}

.search_item_detail .slide_area .thumb-list .thumb-item.current {
  display: none;
}

.search_item_detail .slide_area .thumb-list .thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.search_item_detail .slide_area .thumb-list img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
}

.search_item_detail .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 610px;
  height: 100%;
}

.search_item_detail .description_buttons {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  align-self: flex-end;
  margin-top: auto;
  display: -ms-grid;
  display: grid;
  grid: auto/auto-flow min(calc(50% - 5px),250px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

.search_item_detail .description_buttons .description_button {
  min-width: unset;
  width: 100%;
}

.search_item_detail .page_title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 0;
  margin-bottom: 23px;
  text-align: left;
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.search_item_detail .item_title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 10px;
  font-size: 22px;
}

.search_item_detail .item_price {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.search_item_detail .item_price .price-num {
  display: inline-block;
  margin: 0 5px;
}

.search_item_detail .item_price .nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_item_detail .item_price .note {
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
}

.search_item_detail .item_lead {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 25px;
}

.search_item_detail .item_text {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 30px;
}

.search_item_detail .item_text p {
  margin: 0;
}

.search_item_detail .item_note {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .search_item_detail {
    padding: 10vw 10px 6vw 10px;
  }
  .search_item_detail .slide {
    padding: 0 6vw;
  }
  .search_item_detail .slide_area {
    grid: calc(41vw * 0.7) auto/1fr;
    padding-bottom: 6vw;
    width: 41vw;
  }
  .search_item_detail .slide_area .thumb-list {
    grid: auto-flow calc(13.8vw * 0.72)/repeat(3, calc(100% / 3));
  }
  .search_item_detail .page_title {
    margin-bottom: 1.9vw;
  }
  .search_item_detail .item_title {
    margin-bottom: 1vw;
  }
  .search_item_detail .item_price {
    margin-bottom: 2vw;
  }
  .search_item_detail .item_lead {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2vw;
  }
  .search_item_detail .item_text {
    margin-bottom: 2.5vw;
  }
  .search_item_detail .item_note {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .search_item_detail {
    grid: auto auto / 1fr;
    padding: 32px 10px 80px 10px;
    width: 100%;
  }
  .search_item_detail .slide {
    margin-right: 0;
    padding: 0 40px;
    max-width: unset;
    width: 100%;
  }
  .search_item_detail .slide_area {
    grid: calc((100vw - 80px - 8px) * 0.7) auto/1fr;
    padding-bottom: 30px;
    width: calc((100vw - 80px - 8px));
    width: 100%;
  }
  .search_item_detail .slide_area .thumb-list {
    grid: auto-flow calc((100vw - 80px - 8px) / 3 * 0.72)/repeat(3, calc(100% / 3));
  }
  .search_item_detail .description {
    max-width: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .search_item_detail .description_buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search_item_detail .description_buttons .description_button {
    min-width: unset;
    width: 100%;
  }
  .search_item_detail .page_title {
    margin-bottom: 30px;
  }
  .search_item_detail .item_title {
    margin-bottom: 30px;
  }
  .search_item_detail .item_price {
    margin-bottom: 30px;
  }
  .search_item_detail .item_lead {
    margin-bottom: 30px;
  }
  .search_item_detail .item_text {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 380px) {
  .search_item_detail .description_buttons {
    grid: auto / 170px 1fr;
  }
}

/* --------------------------------------------
register_guest
-------------------------------------------- */
.register_guest .list-border {
  border-top: 2px solid #ee8895;
  border-bottom: 2px solid #ee8895;
}

.register_guest .wedding_request_else {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
}

.register_guest .wedding_request_else label {
  white-space: nowrap;
}

.register_guest .wedding_request_else-text {
  margin-left: 8px;
}

.register_guest .banquet_request label {
  white-space: nowrap;
}

.register_guest .banquet_request_else {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
}

.register_guest .banquet_request_else-text {
  margin-left: 8px;
}

@media screen and (min-width: 641px) and (max-height: 800px) {
  .register_guest .page_title {
    margin: 20px auto;
  }
  .register_guest .page_title .buttons-bottom {
    padding: 20px 10px;
  }
  .register_guest .buttons-bottom {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 640px) {
  .register_guest .list-item {
    grid: auto auto / 1fr;
  }
  .register_guest .list-item dd {
    width: 100%;
  }
  .register_guest .list-item .form.l {
    max-width: unset;
  }
  .register_guest .list-item .list-item-title:not(:first-of-type) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .register_guest .list-item .list-item-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
  }
  .register_guest .honorific_title {
    grid: auto auto / auto-flow;
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }
  .register_guest .joint_signature {
    grid: auto auto / auto-flow;
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }
  .register_guest .wedding_request .form.ml {
    max-width: unset;
  }
  .register_guest .banquet_request .form.ml {
    max-width: unset;
  }
}

@media screen and (max-width: 520px) {
  .register_guest .preparation .formitemscol3rows {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid: auto-flow / auto auto auto;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .register_guest .invitation_info .formitemscol3rows {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid: auto-flow / auto auto auto;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .register_guest .wedding_request .formitemscol3rows {
    grid: auto-flow / 1fr 1fr;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .register_guest .wedding_request_else {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .register_guest .wedding_request_else-text {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .register_guest .banquet_request .formitemscol3rows {
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .register_guest .banquet_request_else {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .register_guest .banquet_request_else-text {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}

@media screen and (max-width: 380px) {
  .register_guest .preparation .formitemscol3rows {
    grid: auto-flow / auto auto;
  }
  .register_guest .invitation_info .formitemscol3rows {
    grid: auto-flow / auto auto;
  }
  .register_guest .wedding_request .formitemscol3rows {
    grid: auto-flow / 1fr;
  }
  .register_guest .wedding_request_else {
    grid-column: unset;
  }
  .register_guest .banquet_request .formitemscol3rows {
    grid: auto-flow / 1fr;
  }
  .register_guest .banquet_request_else {
    grid-column: unset;
  }
  .register_guest .buttons-bottom [class^="btn"] {
    min-width: unset;
  }
}

/* --------------------------------------------
register_guest_done
-------------------------------------------- */
.register_guest_done .select_area_list {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.register_guest_done .form2_btn {
  grid: auto / 1fr 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 820px;
  width: 100%;
  padding: 0 20px;
}

.register_guest_done .form2_btn .text-form .form-m {
  width: 100%;
}

.register_guest_done .form2_btn .text-form .btn {
  margin-top: 0;
}

.register_guest_done .guest_count {
  display: block;
  max-width: 1064px;
  width: 100%;
  margin: 0 auto 30px;
}

.register_guest_done .guest_count .num {
  display: inline-block;
  margin: 0 3px;
}

.register_guest_done .guest_count_total {
  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%;
  height: 40px;
  padding: 10px min(10px, 0.9vw);
  background-color: #dc5671;
  border-right: 2px solid #dc5671;
  border-left: 2px solid #dc5671;
}

.register_guest_done .guest_count_total li {
  font-size: 16px;
  color: #fff;
}

.register_guest_done .guest_count_total li:nth-child(2)::before {
  content: "(";
  display: inline-block;
  color: inherit;
  font-size: inherit;
  margin: 0 3px;
}

.register_guest_done .guest_count_total li:last-child::after {
  content: ")";
  display: inline-block;
  color: inherit;
  font-size: inherit;
  margin-left: 3px;
}

.register_guest_done .guest_count_total li.sum_detail:not(:last-of-type)::after {
  content: "/";
  display: inline-block;
  color: inherit;
  font-size: inherit;
  margin: 0 3px;
}

.register_guest_done .guest_count_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 40px;
  padding: 10px min(20px, 1.8vw);
  border-right: 2px solid #dc5671;
  border-bottom: 2px solid #dc5671;
  border-left: 2px solid #dc5671;
  color: #dc5671;
}

.register_guest_done .guest_count_detail li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.register_guest_done .table-area {
  border-bottom: 2px solid #f4dad9;
}

@media screen and (min-width: 641px) and (max-height: 800px) {
  .register_guest_done .guest_count {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 640px) {
  .register_guest_done .form2_btn {
    gap: 10px;
  }
  .register_guest_done .form2_btn .btn {
    min-width: unset;
  }
  .register_guest_done .table-area {
    width: 100vw;
    margin: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 767px) {
  .register_guest_done .form2_btn .btn {
    min-width: unset;
  }
}

@media screen and (max-width: 520px) {
  .register_guest_done .form2_btn .text-form.select_area_list-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}

/* --------------------------------------------
register_endroll
-------------------------------------------- */
.register_endroll .endroll_oeder {
  display: -ms-grid;
  display: grid;
  grid: auto-flow/repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: min(2.2vw, 20px);
          column-gap: min(2.2vw, 20px);
  row-gap: 10px;
}

.register_endroll .endroll_oeder .form-pink {
  height: 40px;
}

@media screen and (max-width: 880px) {
  .register_endroll .endroll_oeder {
    grid: auto-flow/repeat(3, 1fr);
  }
}

@media screen and (max-width: 680px) {
  .register_endroll .endroll_oeder {
    grid: auto-flow/repeat(2, 1fr);
  }
  .register_endroll .endroll_oeder .form-pink {
    height: 32px;
  }
  .register_endroll .buttons-bottom {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 420px) {
  .register_endroll .endroll_oeder {
    grid: auto-flow / 1fr;
  }
}

/* --------------------------------------------
register_endroll_edit
-------------------------------------------- */
.register_endroll_edit .endroll_top .form-green:not(:last-child) {
  margin-bottom: 25px;
}

.register_endroll_edit .endroll_top textarea {
  height: 200px;
}

.register_endroll_edit .endroll_bottom {
  margin-bottom: 75px;
}

.register_endroll_edit .endroll_bottom textarea {
  height: 150px;
}

.register_endroll_edit .edit_area.bride .edit_area_title,
.register_endroll_edit .edit_area.bride .form-basic {
  color: #dc5671;
  border-color: #dc5671;
}

.register_endroll_edit .edit_area.bridegroom .edit_area_title,
.register_endroll_edit .edit_area.bridegroom .form-basic {
  color: #5ca079;
  border-color: #6bbe94;
}

.register_endroll_edit .edit_area_title {
  margin-bottom: 15px;
}

.register_endroll_edit .endroll_message_for_guest .guest_row {
  display: -ms-grid;
  display: grid;
  grid: auto/60px minmax(15%, 120px) 60px 1fr;
  gap: 5px;
}

.register_endroll_edit .endroll_message_for_guest .guest_row:not(:first-child):not(:last-child) {
  margin-bottom: 5px;
}

.register_endroll_edit .endroll_message_for_guest .guest_row [class^="form"] {
  max-width: unset;
  min-width: unset;
  width: 100%;
}

.register_endroll_edit .from_btn_set_area {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 565px;
}

.register_endroll_edit .from_btn_set_area > :not(:last-child) {
  margin-bottom: 15px;
}

.register_endroll_edit .from_btn_set_area [class^="btn"].long {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .register_endroll_edit .endroll_top .form-green:not(:last-child) {
    margin-bottom: 10px;
  }
  .register_endroll_edit .endroll_bottom {
    margin-bottom: 20px;
  }
  .register_endroll_edit .endroll_message_for_guest .guest_row {
    grid: auto auto / 60px 1fr 60px;
  }
  .register_endroll_edit .endroll_message_for_guest .guest_row:not(:first-child):not(:last-child) {
    margin-bottom: 15px;
  }
  .register_endroll_edit .endroll_message_for_guest .guest_row.item_title {
    row-gap: 0;
  }
  .register_endroll_edit .endroll_message_for_guest .guest_row .thankyou_word {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  .register_endroll_edit .from_btn_set_area {
    width: 100%;
  }
  .register_endroll_edit .from_btn_set_area > :not(:last-child) {
    margin-bottom: 10px;
  }
  .register_endroll_edit .from_btn_set_area .from_btn_area {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .register_endroll_edit [type="text"].thankyou_word::-webkit-input-placeholder {
    font-size: 10px;
  }
  .register_endroll_edit .from_btn_set_area .from_btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .register_endroll_edit .from_btn_set_area .from_btn_area .btn-green {
    margin-top: 5px;
  }
}

/* --------------------------------------------
giftset_edit
-------------------------------------------- */
.giftset_edit .gift_list {
  margin-bottom: 80px;
}

.giftset_edit .gift_list :last-child {
  margin-bottom: 0;
}

.giftset_edit .gift_list .gift_btn {
  font-size: 16px;
}

.giftset_edit .howto {
  display: block;
  max-width: 790px;
  padding: 0 20px;
  margin: 0 auto 70px;
  color: #dc5671;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}

.giftset_edit .howto_title {
  padding-bottom: 10px;
  border-bottom: 2px dashed #dc5671;
  text-align: center;
  font-size: 16px;
}

.giftset_edit .button_area {
  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%;
  margin-bottom: 80px;
}

.giftset_edit .button_area .btn-line {
  max-width: 300px;
  width: 100%;
}

.giftset_edit .set_area {
  max-width: 840px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 30px;
}

.giftset_edit .set_area .set_title {
  display: -ms-grid;
  display: grid;
  grid: auto / auto-flow;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 100%;
  background-color: #333;
}

.giftset_edit .set_area .set_title dt {
  font-weight: 500;
}

.giftset_edit .set_area .set_title dt:not(:first-of-type) {
  margin-left: 15px;
}

.giftset_edit .set_area .set_title dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
}

.giftset_edit .set_area .set_title_link {
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
  text-decoration: underline;
  color: unset;
}

.giftset_edit .set_area .set_detail {
  width: 100%;
  padding: 21px 35px 35px;
  border: 2px solid #333;
}

.giftset_edit .set_area .set_detail .set_price {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

.giftset_edit .set_area .set_detail .set_item_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto-flow;
  -ms-grid-columns: 1fr;
      grid-template: auto-flow / 1fr;
  width: 100%;
  margin-bottom: 25px;
}

.giftset_edit .set_area .set_detail .set_item_list .title_row {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-rows: 30px;
  -ms-grid-columns: 90px 3fr 2fr 110px;
      grid-template: 30px / 90px 3fr 2fr 110px;
  gap: 10px;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.giftset_edit .set_area .set_detail .set_item_list .title_row :nth-child(4) {
  text-align: right;
}

.giftset_edit .set_area .set_detail .set_item_list .item_row {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-rows: 60px;
  -ms-grid-columns: 90px 3fr 2fr 110px;
      grid-template: 60px / 90px 3fr 2fr 110px;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 0;
}

.giftset_edit .set_area .set_detail .set_item_list .item_row :nth-child(1) {
  display: inline-block;
  max-width: 90px;
  max-height: 50px;
}

.giftset_edit .set_area .set_detail .set_item_list .item_row :nth-child(1) img {
  width: 100%;
  height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.giftset_edit .set_area .set_detail .set_item_list .item_row :nth-child(4) {
  text-align: right;
}

.giftset_edit .set_area .buttons .btn-line {
  min-width: 200px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .giftset_edit .howto {
    padding: 0 10px;
  }
}

@media screen and (min-width: 580px) {
  .giftset_edit .howto_step {
    display: -ms-grid;
    display: grid;
    grid: auto / auto auto auto auto auto auto auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .giftset_edit .howto_step_item {
    position: relative;
    padding-top: 35px;
  }
  .giftset_edit .howto_step_item .step_item {
    position: relative;
    display: block;
    width: 134px;
    height: 134px;
    border: 2px solid #dc5671;
    border-radius: 50%;
    text-align: center;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    overflow: hidden;
  }
  .giftset_edit .howto_step_item .step_item .num_heart {
    display: inline-block;
    margin: 12px 0 10px 0;
    line-height: 1.8;
  }
  .giftset_edit .howto_step_item .step_item .text {
    text-align: center;
    font-size: 12px;
    line-height: 1.5 !important;
  }
  .giftset_edit .howto_step_item .step_item .title_square {
    display: none;
  }
  .giftset_edit .howto_step_item .step_title_circle {
    font-size: 14px;
  }
  .giftset_edit .howto_step .howto_step_right {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    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;
    padding-top: 35px;
  }
  .giftset_edit .howto_step .howto_step_right i {
    font-size: 35px;
    color: #dc5671;
  }
  .giftset_edit .left {
    float: left;
    width: 50%;
    height: 100%;
    shape-outside: radial-gradient(circle farthest-corner at center right, rgba(255, 255, 255, 0) 70%, white 70%, white 100%);
  }
  .giftset_edit .right {
    float: right;
    width: 50%;
    height: 100%;
    shape-outside: radial-gradient(circle farthest-corner at center left, rgba(255, 255, 255, 0) 70%, white 70%, white 100%);
  }
  .giftset_edit .circle_area {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: auto;
        grid-template: auto / auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .giftset_edit .circle1 {
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    width: 144px;
    height: 144px;
    margin-left: 2px;
  }
  .giftset_edit .circle1 .svg-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .giftset_edit .circle1 .svg-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .giftset_edit .circle1 .svg-wrapper svg path {
    fill: none;
  }
  .giftset_edit .circle1 .svg-wrapper svg text {
    fill: #dc5671;
  }
  .giftset_edit .circle2 {
    width: 144px;
    height: 144px;
    padding: 5px;
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) and (min-width: 580px) {
  .giftset_edit .howto_step_item .step_item {
    width: calc((18.7vw - 20px / 7) - 10px);
    height: calc((18.7vw - 20px / 7) - 10px);
  }
  .giftset_edit .howto_step_item .step_item .num_heart {
    margin: 5px 0 1.5vw 0;
    width: 20px;
    height: 20px;
  }
  .giftset_edit .howto_step_item .step_item .num_heart::before {
    font-size: 26px;
  }
  .giftset_edit .howto_step_item .step_item .text {
    font-size: 10px;
  }
  .giftset_edit .howto_step .howto_step_right i {
    font-size: calc(4.5vw - 20px / 7);
  }
  .giftset_edit .circle1 {
    width: calc(18.7vw - 20px / 7);
    height: calc(18.7vw - 20px / 7);
  }
  .giftset_edit .circle2 {
    width: calc(18.7vw - 20px / 7);
    height: calc(18.7vw - 20px / 7);
  }
}

@media screen and (max-width: 640px) {
  .giftset_edit .howto {
    margin: 0 auto 40px;
  }
  .giftset_edit .howto_title {
    padding-bottom: 5px;
    border-bottom: 1px dashed #dc5671;
    text-align: center;
    font-size: 14px;
  }
  .giftset_edit .button_area {
    margin-bottom: 40px;
  }
  .giftset_edit .set_area {
    padding: 0 20px;
    margin: 0 auto 30px;
  }
  .giftset_edit .set_area .set_detail {
    width: 100%;
    padding: 15px;
  }
  .giftset_edit .set_area .set_detail .set_price {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 579px) {
  .giftset_edit .howto_step {
    grid: auto-flow / 1fr;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding: 20px 10px 0 30px;
  }
  .giftset_edit .howto_step_item .step_item {
    width: 100%;
    height: unset;
  }
  .giftset_edit .howto_step_item .step_item .num_heart {
    margin: 10px 0 0 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .giftset_edit .howto_step_item .step_item .num_heart::before {
    font-size: 50px;
  }
  .giftset_edit .howto_step_item .step_item .text {
    display: -ms-grid;
    display: grid;
    grid: auto auto / auto 1fr;
    -webkit-column-gap: 30px;
            column-gap: 30px;
    font-size: 14px;
  }
  .giftset_edit .howto_step_item .step_item .text :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
  }
  .giftset_edit .howto_step_item .step_item .title_square {
    justify-self: flex-start;
    display: inline-block;
    border-bottom: dotted 2px #dc5671;
  }
  .giftset_edit .howto_step_item .item_circle {
    display: none;
  }
  .giftset_edit .howto_step .howto_step_right {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    z-index: -1;
  }
  .giftset_edit .howto_step .howto_step_right i {
    font-size: 20px;
  }
  .giftset_edit .circle1 {
    display: none;
    visibility: none;
  }
  .giftset_edit .circle2 {
    width: 100%;
    height: unset;
  }
}

@media screen and (max-width: 520px) {
  .giftset_edit .set_area .set_title dt {
    font-size: 12px;
  }
  .giftset_edit .set_area .set_title dt:not(:first-of-type) {
    margin-left: 5px;
  }
  .giftset_edit .set_area .set_title dd {
    font-size: 14px;
  }
  .giftset_edit .set_area .set_title_link {
    margin-left: 5px;
  }
  .giftset_edit .set_area .set_detail .set_item_list .title_row {
    -ms-grid-rows: 30px;
    -ms-grid-columns: 3fr 2fr 85px;
        grid-template: 30px / 3fr 2fr 85px;
  }
  .giftset_edit .set_area .set_detail .set_item_list .title_row span {
    font-size: 12px;
  }
  .giftset_edit .set_area .set_detail .set_item_list .title_row :nth-child(1) {
    display: none;
  }
  .giftset_edit .set_area .set_detail .set_item_list .title_row :nth-child(3) {
    margin: 0 -20px 0 0;
  }
  .giftset_edit .set_area .set_detail .set_item_list .title_row :nth-child(3) {
    margin: 0 0 0 -20px;
  }
  .giftset_edit .set_area .set_detail .set_item_list .item_row {
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 1fr 1fr 65px;
        grid-template: auto auto / 1fr 1fr 65px;
    -webkit-column-gap: 5px;
            column-gap: 5px;
    row-gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .giftset_edit .set_area .set_detail .set_item_list .item_row :nth-child(1) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
  .giftset_edit .set_area .set_detail .buttons .btn-line {
    min-width: 138px;
  }
}

@media screen and (max-width: 360px) {
  .giftset_edit .howto_step {
    padding: 20px 10px 0;
  }
  .giftset_edit .howto_step_item .step_item .num_heart {
    font-size: 22px;
  }
  .giftset_edit .howto_step_item .step_item .num_heart::before {
    font-size: 40px;
  }
  .giftset_edit .howto_step_item .step_item .text {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .giftset_edit .set_area .set_title {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    grid: auto auto / auto auto auto;
  }
  .giftset_edit .set_area .set_title dt {
    font-size: 12px;
  }
  .giftset_edit .set_area .set_title dt:not(:first-of-type) {
    margin-left: 0;
  }
  .giftset_edit .set_area .set_title dd:first-of-type {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1 / 2 / 2 / 4;
  }
  .giftset_edit .set_area .set_detail .buttons {
    grid: auto auto / 1fr;
  }
  .giftset_edit .set_area .set_detail .buttons .btn-line {
    min-width: unset;
  }
}

/* --------------------------------------------
giftset_add_new
-------------------------------------------- */
.giftset_add_new .edit_area {
  max-width: 380px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.giftset_add_new .form-pink {
  margin-bottom: 20px;
}

.giftset_add_new .form-pink:last-child {
  margin-bottom: 70px;
}

.giftset_add_new .form-pink.colorpicker {
  color: #000;
}

.giftset_add_new .form-pink.set_name {
  color: #000;
}

.giftset_add_new .buttons-bottom {
  grid: auto/repeat(2, 1fr);
  max-width: 380px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.giftset_add_new .buttons-bottom [class^="btn"] {
  min-width: unset;
  width: 100%;
}

.giftset_add_new .buttons-bottom.matcher {
  grid: auto / auto;
}

.giftset_add_new .buttons-bottom.matcher [class^="btn"] {
  min-width: 150px;
}

.giftset_add_new .form-pink.matcher {
  color: #000;
}

/* --------------------------------------------
gifset_allocation
seat_select_guest
-------------------------------------------- */
.gifset_allocation .edit_area_top {
  max-width: 650px;
  padding: 0 20px;
  margin: 0 auto 45px;
}

.gifset_allocation .gift_set_title {
  grid: auto / auto auto auto auto;
}

.gifset_allocation .gift_set_title dd:first-of-type {
  margin-right: 30px;
}

.gifset_allocation .from_btn_set_area {
  padding: 0;
  width: 100%;
}

.gifset_allocation .from_btn_set_area .from_btn_area {
  width: 100%;
}

.gifset_allocation .from_btn_set_area .from_btn_area .form-l {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.gifset_allocation .edit_area_content {
  max-width: 815px;
  padding: 0 20px;
  margin: 0 auto 105px;
}

.gifset_allocation .guest_group_list {
  display: -ms-grid;
  display: grid;
  grid: auto-flow/repeat(3, 1fr);
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
}

.gifset_allocation .guest_group_list li {
  display: -ms-grid;
  display: grid;
  grid: 40px / 40px 1fr;
}

.gifset_allocation .guest_group_list .code {
  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;
  border: 1px solid #b7b6b4;
}

.gifset_allocation .guest_group_list .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #b7b6b4;
  border-right: 1px solid #b7b6b4;
  border-bottom: 1px solid #b7b6b4;
  padding-left: 10px;
}

.gifset_allocation .guest_group_list .person .group {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
}

.gifset_allocation .buttons-bottom {
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  .gifset_allocation .edit_area_top {
    margin: 0 auto 20px;
  }
  .gifset_allocation .gift_set_title dd:first-of-type {
    margin-right: 20px;
  }
  .gifset_allocation .edit_area_content {
    margin: 0 auto 20px;
  }
  .gifset_allocation .guest_group_list {
    grid: auto-flow/repeat(2, 1fr);
    -webkit-column-gap: min(2.2vw, 20px);
            column-gap: min(2.2vw, 20px);
    row-gap: 10px;
  }
  .gifset_allocation .guest_group_list li {
    grid: 32px / 32px 1fr;
  }
  .gifset_allocation .guest_group_list .person .group {
    margin-right: 10px;
  }
}

@media screen and (max-width: 420px) {
  .gifset_allocation .from_btn_set_area .from_btn_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .gifset_allocation .from_btn_set_area .from_btn_area .form-l {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 10px;
  }
  .gifset_allocation .gift_set_title dd:first-of-type {
    margin-right: 10px;
  }
  .gifset_allocation .guest_group_list {
    grid: auto-flow / 1fr;
  }
}

@media screen and (max-width: 320px) {
  .gifset_allocation .gift_set_title dt {
    font-size: 10px;
  }
}

.seat_select_guest .area_description.example {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid: auto / auto-flow;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.seat_select_guest .guest_group_list li:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.seat_select_guest .person {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  color: #7b7b7b;
}

.seat_select_guest .person .check {
  visibility: hidden;
}

.seat_select_guest .person.checked {
  background-color: #ee8895;
  color: #fff;
}

.seat_select_guest .person.checked .check {
  visibility: visible;
}

@media screen and (max-width: 720px) {
  .seat_select_guest .area_description.example {
    grid: auto-flow / auto auto;
    row-gap: 5px;
  }
  .seat_select_guest .area_description :first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 420px) {
  .seat_select_guest .area_description.example {
    grid: auto-flow / auto;
  }
  .seat_select_guest .area_description :first-child {
    grid-area: unset;
  }
}

/* --------------------------------------------
giftset_content_edit
-------------------------------------------- */
.giftset_content_edit .edit_area_top {
  width: 100%;
  padding: 0 20px 55px;
}

.giftset_content_edit .gift_set_title {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

/* --------------------------------------------
seat_edit
seat_edit_matcher
seat_edit_table
-------------------------------------------- */
.seat_edit .edit_area_top {
  margin-bottom: 35px;
}

.seat_edit .buttons-top [class^="btn"] {
  min-width: 200px;
}

.seat_edit .edit_area_content {
  width: 100vw;
  border-top: 1px solid #b7b6b4;
}

.seat_edit .seat_top {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px auto 50px;
}

.seat_edit .seat_bride {
  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: 500px;
  height: 50px;
  background-color: #f7f5f6;
  border: 1px solid #b7b6b4;
  color: #7b7b7b;
}

.seat_edit .seat_guests {
  display: -ms-grid;
  display: grid;
  grid: auto-flow / auto auto auto auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100vw;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
  padding: 0 20px 20px;
  margin: 0 auto;
}

.seat_edit .table_group {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid: auto auto / 1fr;
  -ms-grid-row: 30;
  grid-row: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.seat_edit .table_group .table_num {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  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: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(196, 131, 171, 0.6);
  color: #fff;
  z-index: 1;
  margin: 0 auto;
}

.seat_edit .table_group [class^="btn"] {
  width: 200px;
  height: 36px;
  margin: 30px auto 0;
}

.seat_edit .guest_group_list {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid: auto-flow / auto auto;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 15px;
}

.seat_edit .guest_group_list li {
  display: -ms-grid;
  display: grid;
  grid: auto / auto auto;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  line-height: 1.2;
  font-size: 12px;
}

.seat_edit .guest_group_list li:nth-child(even) .code {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.seat_edit .guest_group_list li:nth-child(even) .person {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.seat_edit .guest_group_list li:nth-child(even) .person .group {
  margin-left: 30px;
  margin-right: 5px;
}

.seat_edit .guest_group_list .code {
  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: 36px;
  height: 36px;
  border: 1px solid #b7b6b4;
}

.seat_edit .guest_group_list .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 150px;
  height: 36px;
  background-color: #f7f5f6;
  border: 1px solid #b7b6b4;
}

.seat_edit .guest_group_list .person .group {
  margin-left: 10px;
  margin-right: 10px;
  color: #7b7b7b;
}

.seat_edit .guest_group_list .person .name {
  color: #7b7b7b;
}

.seat_edit .seat_top.matcher {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 650px;
}

.seat_edit .seat_top.matcher .seat_bride {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  width: 250px;
  margin: 0 auto;
}

.seat_edit .seat_top.matcher .guest_group_list {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seat_edit .seat_top.matcher .guest_group_list li:nth-child(even) .person .group {
  margin-left: unset;
  margin-right: unset;
}

.seat_edit .seat_top.matcher .guest_group_list .person {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.seat_edit .seat_top.matcher .guest_group_list .person .group {
  margin-left: unset;
  margin-right: 5px;
}

@media screen and (max-width: 850px) {
  .seat_edit .buttons.zoom {
    padding: 10px 10px 0 0;
  }
  .seat_edit .buttons.zoom [class^="btn"] {
    min-width: 80px;
  }
}

@media screen and (max-width: 640px) {
  .seat_edit .page_title {
    margin: 30px auto 10px;
  }
  .seat_edit .edit_area_top {
    margin-bottom: 20px;
  }
  .seat_edit .buttons-top [class^="btn"] {
    min-width: 120px;
  }
  .seat_edit .seat_bride {
    width: 400px;
    height: 40px;
    margin: 20px auto 20px;
  }
  .seat_edit .seat_guests {
    -webkit-column-gap: 30px;
            column-gap: 30px;
    padding: 0 20px 20px;
  }
  .seat_edit .table_group .table_num {
    width: 60px;
    height: 60px;
  }
  .seat_edit .table_group [class^="btn"] {
    width: 150px;
    height: 30px;
    margin: 20px auto 0;
  }
  .seat_edit .guest_group_list {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 10px;
  }
  .seat_edit .guest_group_list li {
    -webkit-column-gap: 2px;
            column-gap: 2px;
  }
  .seat_edit .guest_group_list li:nth-child(even) .person .group {
    margin-left: 20px;
    margin-right: 5px;
  }
  .seat_edit .guest_group_list .code {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .seat_edit .guest_group_list .person {
    width: 130px;
    height: 30px;
    font-size: 12px;
  }
  .seat_edit .guest_group_list .person .group {
    margin-left: 10px;
    margin-right: 5px;
  }
  .seat_edit .buttons.zoom {
    padding: 5px 5px 0 0;
  }
  .seat_edit .buttons.zoom [class^="btn"] {
    min-width: unset;
  }
  .seat_edit .seat_top.matcher {
    width: 550px;
  }
  .seat_edit .seat_top.matcher .seat_bride {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    width: 200px;
    margin: 0 auto;
  }
  .seat_edit .seat_top.matcher .guest_group_list {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .seat_edit .seat_top.matcher .guest_group_list li:nth-child(even) .person .group {
    margin-left: unset;
    margin-right: unset;
  }
  .seat_edit .seat_top.matcher .guest_group_list .person {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .seat_edit .seat_top.matcher .guest_group_list .person .group {
    margin-left: unset;
    margin-right: 5px;
  }
}

/* --------------------------------------------
seat_edit_table
-------------------------------------------- */
.seat_edit_table {
  max-width: 808px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.seat_edit_table .area_description {
  text-align: center;
  margin-bottom: 100px;
}

.seat_edit_table .table_group {
  grid: auto / 1fr;
  width: 100%;
}

.seat_edit_table .table_group_list {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  display: -ms-grid;
  display: grid;
  grid: auto-flow / 1fr 1fr;
  row-gap: 15px;
  -webkit-column-gap: min(19vw, 150px);
          column-gap: min(19vw, 150px);
}

.seat_edit_table .table_group_list li {
  display: -ms-grid;
  display: grid;
  grid: auto / auto 1fr;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  line-height: 1.2;
  font-size: 14px;
}

.seat_edit_table .table_group_list li:nth-child(even) {
  grid: auto / 1fr auto;
}

.seat_edit_table .table_group_list li:nth-child(even) .code {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.seat_edit_table .table_group_list li:nth-child(even) .person {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.seat_edit_table .table_group_list .code {
  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: 45px;
  height: 45px;
  border: 1px solid #b7b6b4;
}

.seat_edit_table .table_group_list .person {
  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;
  max-width: 250px;
  width: 100%;
  height: 45px;
  color: #7b7b7b;
  border: 1px solid #b7b6b4;
}

.seat_edit_table .table_group_list .buttons-bottom {
  padding-top: 0;
}

@media screen and (max-height: 775px) and (min-width: 641px) {
  .seat_edit_table {
    margin-bottom: 50px;
  }
  .seat_edit_table .area_description {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .seat_edit_table {
    margin-bottom: 50px;
  }
  .seat_edit_table .area_description {
    margin-bottom: 50px;
  }
  .seat_edit_table .table_group .table_num {
    width: 15vw;
    height: 15vw;
  }
  .seat_edit_table .table_group_list {
    -webkit-column-gap: 17vw;
            column-gap: 17vw;
    row-gap: 10px;
  }
  .seat_edit_table .table_group_list .code {
    width: 40px;
    height: 40px;
  }
  .seat_edit_table .table_group_list .person {
    height: 40px;
  }
}

@media screen and (max-width: 520px) {
  .seat_edit_table {
    margin-bottom: 30px;
  }
  .seat_edit_table .area_description {
    margin-bottom: 30px;
  }
  .seat_edit_table .table_group .table_num {
    width: 13vw;
    height: 13vw;
  }
  .seat_edit_table .table_group_list {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

/* --------------------------------------------
meeting_schedule_list
-------------------------------------------- */
.meeting_schedule_list .page_title {
  max-width: 1047px;
  border-bottom: 2px solid #dbd4db;
  text-align: left;
  padding-bottom: 25px;
}

.meeting_schedule_list .select_area_list {
  grid: auto / auto auto auto auto auto;
  margin-bottom: 30px;
}

.meeting_schedule_list .select_area_list .item[type="date"] {
  margin-right: 5px;
}

.meeting_schedule_list .table-list {
  max-width: 1047px;
}

.meeting_schedule_list .table-list td:nth-child(1) {
  width: calc(112px + 35px);
}

.meeting_schedule_list .table-list td:nth-child(2) {
  width: calc(112px + 25px);
}

.meeting_schedule_list .table-list td:nth-child(3) {
  max-width: 250px;
  min-width: 100px;
  width: 25vw;
}

.meeting_schedule_list .table-list td:nth-child(4) {
  max-width: 330px;
  min-width: 100px;
  width: 33vw;
}

.meeting_schedule_list .table-list td:nth-child(5) {
  width: calc(75px + 30px);
}

@media screen and (max-width: 1047px) {
  .meeting_schedule_list .page_title {
    padding-left: 20px;
  }
  .meeting_schedule_list .table-list td:nth-child(3) {
    max-width: 25vw;
  }
  .meeting_schedule_list .table-list td:nth-child(4) {
    max-width: 33vw;
  }
}

@media screen and (min-width: 641px) and (max-height: 801px) {
  .meeting_schedule_list .page_title {
    margin: 0 auto 10px;
    padding-bottom: 10px;
  }
  .meeting_schedule_list .select_area_list {
    margin-bottom: 10px;
  }
  .meeting_schedule_list .table-list tr {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .meeting_schedule_list .table-list tr .table-title {
    height: 36px;
  }
  .meeting_schedule_list .table-list td {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 640px) {
  .meeting_schedule_list .page_title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .meeting_schedule_list .select_area_list {
    margin-bottom: 20px;
    gap: 0;
  }
  .meeting_schedule_list .select_area_list .item[type="date"] {
    min-width: unset;
    width: 120px;
  }
  .meeting_schedule_list .select_area_list .item[type="button"] {
    min-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 10px;
  }
  .meeting_schedule_list .select_area_list .item:nth-child(2) {
    margin-right: 10px;
  }
}

@media screen and (min-width: 421px) {
  .meeting_schedule_list .select_area_list .item:nth-child(2) .mark {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .meeting_schedule_list .select_area_list {
    row-gap: 5px;
  }
  .meeting_schedule_list .select_area_list .item[type="date"] {
    margin-right: 0;
  }
  .meeting_schedule_list .select_area_list .item:nth-child(2) {
    margin-right: 0;
  }
  .meeting_schedule_list .select_area_list .item:nth-child(2) .kana {
    display: none;
  }
  .meeting_schedule_list .select_area_list .item:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  .meeting_schedule_list .select_area_list {
    row-gap: 5px;
  }
  .meeting_schedule_list .select_area_list .item[type="date"] {
    width: 110px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .meeting_schedule_list .select_area_list .item[type="button"] {
    font-size: 10px;
    margin-left: 3px;
  }
  .meeting_schedule_list .select_area_list .item .kana {
    display: none;
  }
}

@media screen and (max-width: 640px) and (max-height: 801px) {
  .meeting_schedule_list .page_title {
    margin: 0 auto 10px;
    padding-bottom: 10px;
  }
  .meeting_schedule_list .select_area_list {
    margin-bottom: 10px;
  }
  .meeting_schedule_list .table-list tr {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .meeting_schedule_list .table-list tr .table-title {
    height: 30px;
  }
  .meeting_schedule_list .table-list td {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

/* --------------------------------------------
meeting_schedule_detail
-------------------------------------------- */
.meeting_schedule_detail .page_title {
  max-width: 380px;
  width: 100%;
  padding: 0 20px;
  font-size: 26px;
  text-align: left;
}

.meeting_schedule_detail .page_title span:first-child {
  margin-right: 5px;
}

.meeting_schedule_detail .page_title span:not(:first-child) {
  margin: 0 5px;
}

.meeting_schedule_detail .buttons-bottom {
  grid: auto / 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.meeting_schedule_detail .buttons-bottom [class^="btn"] {
  min-width: unset;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .meeting_schedule_detail .page_title {
    margin: 0 auto 20px;
    font-size: 20px;
  }
  .meeting_schedule_detail .buttons-bottom {
    padding-top: 40px;
  }
}

/* --------------------------------------------
estimate_current
estimate_current_detail
-------------------------------------------- */
.estimate_current {
  /* --------------------------------------------
estimate_current_detail
-------------------------------------------- */
}

.estimate_current .page_title {
  max-width: 1087px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  margin-bottom: 10px;
}

.estimate_current .edit_area_title {
  background-color: #dc5671;
  color: #fff;
  margin-bottom: 0;
}

.estimate_current .table-list td {
  width: auto;
  font-weight: 700;
}

.estimate_current .table-list td:last-child {
  text-align: right;
}

.estimate_current .table-list .sum {
  border-top: 2px solid #dc5671;
  background-color: #fff;
}

.estimate_current .table-list .sum td {
  color: #dc5671;
  font-size: 16px;
  font-weight: 700;
}

.estimate_current .card-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid: auto-flow/repeat(4, min(22.9vw, 250px));
  row-gap: 30px;
  width: 100%;
  margin: 50px auto 60px;
}

.estimate_current .card-list .card-item dt {
  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;
  height: 40px;
  padding: 0 5px;
  border: 2px solid #ee8895;
  background-color: #ee8895;
  color: #fff;
}

.estimate_current .card-list .card-item dd {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid: 80px / 1fr;
  border-right: 2px solid #ee8895;
  border-bottom: 2px solid #ee8895;
  border-left: 2px solid #ee8895;
}

.estimate_current .card-list .card-item dd .for_detail {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  justify-self: flex-start;
  display: block;
  width: 26px;
  height: 26px;
  margin-left: min(1.8vw, 20px);
  z-index: 1;
}

.estimate_current .card-list .card-item dd .for_detail img {
  height: inherit;
  width: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}

.estimate_current .card-list .card-item dd .price {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.estimate_current .card-list .card-item dd .memo {
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  z-index: 2;
}

.estimate_current .card-list .card-item dd .memo img {
  height: inherit;
  width: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}

.estimate_current .card-list .card-item dd .memo.no-memo {
  display: none;
}

@media screen and (max-width: 820px) {
  .estimate_current .edit_area:first-child {
    margin-bottom: 0;
  }
  .estimate_current .card-list {
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid: auto-flow/repeat(3, 1fr);
    row-gap: 20px;
    margin: 0 auto 60px;
  }
  .estimate_current .card-list .card-item dd {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid: 80px / auto auto;
    -webkit-column-gap: 5px;
            column-gap: 5px;
  }
  .estimate_current .card-list .card-item dd .for_detail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-top: -5px;
  }
  .estimate_current .card-list .card-item dd .price {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .estimate_current .edit_area_title {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid: auto auto / auto auto;
    font-size: 12px;
    line-height: 1.2;
  }
  .estimate_current .edit_area_title :first-child {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
  .estimate_current .edit_area_title :last-child {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
  }
  .estimate_current .table-list td {
    font-size: 12px;
  }
  .estimate_current .table-list td:first-child {
    white-space: pre-wrap;
  }
  .estimate_current .table-list td:last-child {
    width: auto;
  }
  .estimate_current .table-list .sum td {
    font-size: 14px;
  }
  .estimate_current .card-list {
    grid: auto-flow/repeat(2, 1fr);
  }
}

@media screen and (max-width: 320px) {
  .estimate_current .card-list {
    grid: auto-flow / 1fr;
  }
  .estimate_current .card-list .card-item dd {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid: 40px / auto auto;
    padding-left: 10px;
  }
}

.estimate_current.detail.scroll {
  width: 100vw;
}

.estimate_current.detail .content {
  max-width: 1047px;
  min-width: 100%;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.estimate_current.detail .edit_area_title2 {
  max-width: 1047px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.estimate_current.detail .edit_area {
  padding: 0;
}

.estimate_current.detail .detail_list.table-border .table-header :not(:first-child) .table-title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.estimate_current.detail .detail_list.table-border .table-header :nth-child(2) .table-title {
  padding-right: 1.5rem;
}

.estimate_current.detail .detail_list.table-border .table-header :nth-child(4) .table-title {
  padding-right: 1.5rem;
}

.estimate_current.detail .detail_list.table-border .table-header :last-child .table-title {
  padding-right: 2.5em;
}

.estimate_current.detail .detail_list.table-border .table-header .table-title {
  border-top: unset;
  border-bottom: unset;
  background-color: #ee8895;
  color: #fff;
}

.estimate_current.detail .detail_list.table-border td:first-child {
  white-space: nowrap;
}

.estimate_current.detail .detail_list.table-border td:not(:first-child) {
  text-align: right;
}

.estimate_current.detail .detail_list.table-border td:last-child {
  font-weight: 700;
}

.estimate_current.detail .note-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid: auto-flow / auto;
  gap: 20px;
  max-width: 1087px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.estimate_current.detail .buttons-bottom {
  padding-top: 45px;
}

@media screen and (max-width: 640px) {
  .estimate_current .buttons-bottom [class^="btn"] {
    min-width: 150px;
  }
}

@media screen and (max-width: 520px) {
  .estimate_current .edit_area_title {
    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;
    font-size: 14px;
    line-height: 1.2;
  }
  .estimate_current .table-list td {
    font-size: 14px;
  }
  .estimate_current .table-list td:first-child {
    white-space: pre-wrap;
    width: auto;
  }
  .estimate_current .table-list td:last-child {
    width: auto;
  }
  .estimate_current .table-list .sum td {
    font-size: 16px;
  }
}

/* --------------------------------------------
タイムアウト
-------------------------------------------- */
.timeout {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.timeout_message {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 700px;
  min-height: 261px;
  padding: 46px 5px;
  margin-bottom: 29px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #e0dcd9;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
}

.timeout_img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 23px;
}

.timeout_text {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.55;
}

.timeout_btn {
  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: 160px;
  height: 45px;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.timeout_btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
/*# sourceMappingURL=style.css.map */