@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 55, app/assets/stylesheets/application.scss */
body {
  color: #252020;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", "Noto Sans JP", Sans-Serif;
  letter-spacing: 0.4px;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: calc(env(safe-area-inset-left) + .2em);
}

/* line 68, app/assets/stylesheets/application.scss */
.safe {
  top: env(safe-area-inset-top);
  margin-top: env(safe-area-inset-top);
  padding-top: calc(env(safe-area-inset-top) + 20px);
  background-color: #355442;
}

/* line 75, app/assets/stylesheets/application.scss */
.primary-color {
  color: #355442;
}

/* line 79, app/assets/stylesheets/application.scss */
.primary-btn {
  border-radius: 4px;
  border: none;
  background-color: #355442;
  color: #ffffff;
}

/* line 84, app/assets/stylesheets/application.scss */
.primary-btn:active, .primary-btn:hover {
  color: #ffffff;
}

/* line 89, app/assets/stylesheets/application.scss */
.danger-btn {
  border: 1px solid;
  color: #DC2A0A;
}

/* line 92, app/assets/stylesheets/application.scss */
.danger-btn:active, .danger-btn:hover {
  color: #DC2A0A;
}

/* line 97, app/assets/stylesheets/application.scss */
.fo-std {
  font-size: 12px;
}

/* line 101, app/assets/stylesheets/application.scss */
.bg-rounded {
  border-radius: 12px !important;
}

/* line 105, app/assets/stylesheets/application.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 110, app/assets/stylesheets/application.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 114, app/assets/stylesheets/application.scss */
.v-none {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

/* line 122, app/assets/stylesheets/application.scss */
.o-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 126, app/assets/stylesheets/application.scss */
.header {
  height: 80px;
}

@media screen and (max-width: 575.98px) {
  /* line 126, app/assets/stylesheets/application.scss */
  .header {
    height: 110px;
  }
}

/* line 132, app/assets/stylesheets/application.scss */
.header nav {
  height: 80px;
}

@media screen and (max-width: 575.98px) {
  /* line 132, app/assets/stylesheets/application.scss */
  .header nav {
    height: 110px;
  }
}

/* line 138, app/assets/stylesheets/application.scss */
.header nav .user-icon {
  width: 46px;
  height: 46px;
  background-color: #D9D9D9;
  font-size: 23px;
  position: relative;
}

@media screen and (max-width: 575.98px) {
  /* line 138, app/assets/stylesheets/application.scss */
  .header nav .user-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}

/* line 151, app/assets/stylesheets/application.scss */
.header nav .user-icon i {
  width: 100%;
  text-align: center;
  margin-top: 12px;
}

@media screen and (max-width: 575.98px) {
  /* line 151, app/assets/stylesheets/application.scss */
  .header nav .user-icon i {
    margin-top: 8px;
  }
}

/* line 161, app/assets/stylesheets/application.scss */
.header nav .user-icon-pop {
  font-size: 12px;
  position: absolute;
  background-color: white;
  text-align: center;
  border: 1px #333333 solid;
  height: 3em;
  padding-top: 8px;
  margin-top: 6px;
  border-radius: 4px;
  top: 46px;
  width: 14em;
  right: 0;
  z-index: 10000;
}

/* line 176, app/assets/stylesheets/application.scss */
.header nav .user-icon-pop a {
  color: black;
}

@media screen and (max-width: 575.98px) {
  /* line 161, app/assets/stylesheets/application.scss */
  .header nav .user-icon-pop {
    top: 30px;
  }
}

/* line 184, app/assets/stylesheets/application.scss */
.header nav .logo img {
  height: 30px;
}

@media screen and (max-width: 575.98px) {
  /* line 184, app/assets/stylesheets/application.scss */
  .header nav .logo img {
    height: 24px;
  }
}

/* line 191, app/assets/stylesheets/application.scss */
.header nav .header-search {
  width: auto;
}

@media screen and (max-width: 575.98px) {
  /* line 191, app/assets/stylesheets/application.scss */
  .header nav .header-search {
    width: 100%;
  }
}

/* line 196, app/assets/stylesheets/application.scss */
.header nav .header-search input {
  height: 46px;
  padding-right: 34px;
  border: solid 1px #CDCDCD;
}

/* line 201, app/assets/stylesheets/application.scss */
.header nav .header-search input.form-control {
  border-radius: 23px !important;
}

/* line 203, app/assets/stylesheets/application.scss */
.header nav .header-search input.form-control.on-list {
  border-radius: 23px 23px 0 0 !important;
}

/* line 207, app/assets/stylesheets/application.scss */
.header nav .header-search .input-group-append .btn {
  margin: auto;
  width: 26px;
  height: 26px;
  font-size: 0.8rem;
  margin-left: -32px;
  font-size: 12px;
  z-index: 1000;
  background-color: #355442;
}

/* line 218, app/assets/stylesheets/application.scss */
.header nav .header-search #header-search-list {
  position: absolute;
  width: calc(100% + 1px);
  max-height: 80vh;
  overflow-y: scroll;
  top: 46px;
  background: #ffffff;
  border-radius: 0 0 23px 23px;
  border: solid 1px #CDCDCD;
  border-top: 0;
  z-index: 1000;
}

/* line 230, app/assets/stylesheets/application.scss */
.header nav .header-search #header-search-list a {
  padding: 8px 12px;
}

/* line 232, app/assets/stylesheets/application.scss */
.header nav .header-search #header-search-list a:last-child {
  border-radius: 0 0 23px 23px;
}

/* line 235, app/assets/stylesheets/application.scss */
.header nav .header-search #header-search-list a i {
  font-size: 18px;
  padding-left: 6px;
  width: 23px;
}

/* line 250, app/assets/stylesheets/application.scss */
.modal .modal-header h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

/* line 257, app/assets/stylesheets/application.scss */
.modal #page-selectType h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin-left: 24px;
}

/* line 263, app/assets/stylesheets/application.scss */
.modal #page-selectType .btn {
  width: calc(100% - 48px);
  height: 200px;
  margin: 26px 24px;
  background-color: #333333;
}

/* line 269, app/assets/stylesheets/application.scss */
.modal #page-selectType .btn img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  position: relative;
}

/* line 277, app/assets/stylesheets/application.scss */
.modal #page-selectType .btn h3 {
  position: relative;
  margin-top: -140px;
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
}

/* line 284, app/assets/stylesheets/application.scss */
.modal #page-selectType .btn p {
  position: relative;
  font-size: 14px;
  opacity: 1;
}

/* line 293, app/assets/stylesheets/application.scss */
.modal .page-user .form-group, .modal .page-spot .form-group, .modal .page-cultivation .form-group, .modal .page-event .form-group {
  display: block;
  text-align: left;
  padding: 0 12px;
  margin: 0;
  margin-bottom: 20px;
}

/* line 300, app/assets/stylesheets/application.scss */
.modal .page-user .form-group label, .modal .page-spot .form-group label, .modal .page-cultivation .form-group label, .modal .page-event .form-group label {
  display: flex;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}

/* line 306, app/assets/stylesheets/application.scss */
.modal .page-user .form-group input, .modal .page-spot .form-group input, .modal .page-cultivation .form-group input, .modal .page-event .form-group input {
  border: solid 1px #252020;
  height: 54px;
  font-size: 16px;
}

/* line 311, app/assets/stylesheets/application.scss */
.modal .page-user .form-group select, .modal .page-spot .form-group select, .modal .page-cultivation .form-group select, .modal .page-event .form-group select {
  border: solid 1px #252020;
  height: 54px;
  font-size: 16px;
}

/* line 316, app/assets/stylesheets/application.scss */
.modal .page-user .form-group small, .modal .page-spot .form-group small, .modal .page-cultivation .form-group small, .modal .page-event .form-group small {
  display: flex;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #CDCDCD;
  width: 100%;
}

/* line 327, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.image span .file-send, .modal .page-spot .form-group.image span .file-send, .modal .page-cultivation .form-group.image span .file-send, .modal .page-event .form-group.image span .file-send {
  width: 120px;
  height: 100%;
  position: absolute;
  top: 24px;
  left: 12px;
  opacity: 0;
}

/* line 335, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.image span .image-preview, .modal .page-spot .form-group.image span .image-preview, .modal .page-cultivation .form-group.image span .image-preview, .modal .page-event .form-group.image span .image-preview {
  display: block;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #CDCDCD;
}

/* line 342, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.image span .camera-icon, .modal .page-spot .form-group.image span .camera-icon, .modal .page-cultivation .form-group.image span .camera-icon, .modal .page-event .form-group.image span .camera-icon {
  pointer-events: none;
  position: absolute;
  margin: auto;
  top: 84px;
  left: 56px;
}

/* line 352, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.chackbox span, .modal .page-spot .form-group.chackbox span, .modal .page-cultivation .form-group.chackbox span, .modal .page-event .form-group.chackbox span {
  margin-right: 20px;
}

/* line 355, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.chackbox span, .modal .page-spot .form-group.chackbox span, .modal .page-cultivation .form-group.chackbox span, .modal .page-event .form-group.chackbox span {
  cursor: pointer;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  height: 25px;
  margin-top: 5px;
}

/* line 364, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.chackbox span input, .modal .page-spot .form-group.chackbox span input, .modal .page-cultivation .form-group.chackbox span input, .modal .page-event .form-group.chackbox span input {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

/* line 370, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.chackbox span::before, .modal .page-user .form-group.chackbox span::after, .modal .page-spot .form-group.chackbox span::before, .modal .page-spot .form-group.chackbox span::after, .modal .page-cultivation .form-group.chackbox span::before, .modal .page-cultivation .form-group.chackbox span::after, .modal .page-event .form-group.chackbox span::before, .modal .page-event .form-group.chackbox span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
}

/* line 376, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.chackbox span::before, .modal .page-spot .form-group.chackbox span::before, .modal .page-cultivation .form-group.chackbox span::before, .modal .page-event .form-group.chackbox span::before {
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  border: solid 1px;
}

/* line 383, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.chackbox span::after, .modal .page-spot .form-group.chackbox span::after, .modal .page-cultivation .form-group.chackbox span::after, .modal .page-event .form-group.chackbox span::after {
  background-color: #00693480;
  width: 20px;
  height: 20px;
  left: 5px;
  top: 5px;
  opacity: 0;
}

/* line 391, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.chackbox span:has(input:checked)::after, .modal .page-spot .form-group.chackbox span:has(input:checked)::after, .modal .page-cultivation .form-group.chackbox span:has(input:checked)::after, .modal .page-event .form-group.chackbox span:has(input:checked)::after {
  opacity: 1;
}

/* line 398, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.radio span, .modal .page-spot .form-group.radio span, .modal .page-cultivation .form-group.radio span, .modal .page-event .form-group.radio span {
  margin-right: 20px;
}

/* line 401, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.radio span label, .modal .page-spot .form-group.radio span label, .modal .page-cultivation .form-group.radio span label, .modal .page-event .form-group.radio span label {
  cursor: pointer;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  height: 25px;
  margin-top: 5px;
}

/* line 410, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.radio span label input, .modal .page-spot .form-group.radio span label input, .modal .page-cultivation .form-group.radio span label input, .modal .page-event .form-group.radio span label input {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

/* line 416, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.radio span label::before, .modal .page-user .form-group.radio span label::after, .modal .page-spot .form-group.radio span label::before, .modal .page-spot .form-group.radio span label::after, .modal .page-cultivation .form-group.radio span label::before, .modal .page-cultivation .form-group.radio span label::after, .modal .page-event .form-group.radio span label::before, .modal .page-event .form-group.radio span label::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
}

/* line 422, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.radio span label::before, .modal .page-spot .form-group.radio span label::before, .modal .page-cultivation .form-group.radio span label::before, .modal .page-event .form-group.radio span label::before {
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  border: solid 1px;
}

/* line 429, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.radio span label::after, .modal .page-spot .form-group.radio span label::after, .modal .page-cultivation .form-group.radio span label::after, .modal .page-event .form-group.radio span label::after {
  background-color: #00693480;
  width: 20px;
  height: 20px;
  left: 5px;
  top: 5px;
  opacity: 0;
}

/* line 437, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.radio span label:has(input:checked)::after, .modal .page-spot .form-group.radio span label:has(input:checked)::after, .modal .page-cultivation .form-group.radio span label:has(input:checked)::after, .modal .page-event .form-group.radio span label:has(input:checked)::after {
  opacity: 1;
}

/* line 444, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.input-inline span, .modal .page-spot .form-group.input-inline span, .modal .page-cultivation .form-group.input-inline span, .modal .page-event .form-group.input-inline span {
  max-width: 320px;
}

/* line 449, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.input-inline span span .input-group input, .modal .page-user .form-group.input-inline .input-group input, .modal .page-spot .form-group.input-inline span span .input-group input, .modal .page-spot .form-group.input-inline .input-group input, .modal .page-cultivation .form-group.input-inline span span .input-group input, .modal .page-cultivation .form-group.input-inline .input-group input, .modal .page-event .form-group.input-inline span span .input-group input, .modal .page-event .form-group.input-inline .input-group input {
  border-radius: 0.25rem;
}

/* line 452, app/assets/stylesheets/application.scss */
.modal .page-user .form-group.input-inline span span .input-group .input-group-prepend .input-group-text, .modal .page-user .form-group.input-inline .input-group .input-group-prepend .input-group-text, .modal .page-spot .form-group.input-inline span span .input-group .input-group-prepend .input-group-text, .modal .page-spot .form-group.input-inline .input-group .input-group-prepend .input-group-text, .modal .page-cultivation .form-group.input-inline span span .input-group .input-group-prepend .input-group-text, .modal .page-cultivation .form-group.input-inline .input-group .input-group-prepend .input-group-text, .modal .page-event .form-group.input-inline span span .input-group .input-group-prepend .input-group-text, .modal .page-event .form-group.input-inline .input-group .input-group-prepend .input-group-text {
  background: none;
  border: none;
  padding: 0 15px 0 10px;
}

/* line 460, app/assets/stylesheets/application.scss */
.modal .page-user .form-group textarea, .modal .page-spot .form-group textarea, .modal .page-cultivation .form-group textarea, .modal .page-event .form-group textarea {
  min-height: 8em;
  border-color: #252020;
}

/* line 465, app/assets/stylesheets/application.scss */
.modal .page-user #new-spot-map, .modal .page-spot #new-spot-map, .modal .page-cultivation #new-spot-map, .modal .page-event #new-spot-map {
  width: 100%;
  height: 400px;
}

/* line 470, app/assets/stylesheets/application.scss */
.modal .page-user button, .modal .page-spot button, .modal .page-cultivation button, .modal .page-event button {
  margin: 0 12px;
  width: calc(100% - 24px);
}

/* line 475, app/assets/stylesheets/application.scss */
.modal .page-user .cultivation-dropdown-menu, .modal .page-spot .cultivation-dropdown-menu, .modal .page-cultivation .cultivation-dropdown-menu, .modal .page-event .cultivation-dropdown-menu {
  z-index: 100000;
  position: absolute;
  display: block;
  width: 400px;
  height: 600px;
  background-color: #ffffff;
  border: solid 1px #333333;
  border-radius: 4px;
  padding: 12px;
}

/* line 486, app/assets/stylesheets/application.scss */
.modal .page-user .cultivation-dropdown-menu .close-btn, .modal .page-spot .cultivation-dropdown-menu .close-btn, .modal .page-cultivation .cultivation-dropdown-menu .close-btn, .modal .page-event .cultivation-dropdown-menu .close-btn {
  text-align: left;
  display: block;
  font-size: 25px;
  padding-left: 10px;
  color: #706F6F;
  margin-right: calc(100% - 40px);
  cursor: pointer;
}

/* line 497, app/assets/stylesheets/application.scss */
.modal .page-user .cultivation-dropdown-menu .select-box span, .modal .page-spot .cultivation-dropdown-menu .select-box span, .modal .page-cultivation .cultivation-dropdown-menu .select-box span, .modal .page-event .cultivation-dropdown-menu .select-box span {
  display: inline-block;
  width: 10%;
  height: 40px;
}

/* line 502, app/assets/stylesheets/application.scss */
.modal .page-user .cultivation-dropdown-menu .select-box input, .modal .page-spot .cultivation-dropdown-menu .select-box input, .modal .page-cultivation .cultivation-dropdown-menu .select-box input, .modal .page-event .cultivation-dropdown-menu .select-box input {
  display: inline-block;
  width: 89%;
  height: 40px;
}

/* line 509, app/assets/stylesheets/application.scss */
.modal .page-user .cultivation-dropdown-menu .vegetable-list, .modal .page-spot .cultivation-dropdown-menu .vegetable-list, .modal .page-cultivation .cultivation-dropdown-menu .vegetable-list, .modal .page-event .cultivation-dropdown-menu .vegetable-list {
  margin-top: 12px;
  overflow: scroll;
  height: calc(100% - 90px);
}

/* line 514, app/assets/stylesheets/application.scss */
.modal .page-user .cultivation-dropdown-menu .vegetable-list .list-group-item, .modal .page-spot .cultivation-dropdown-menu .vegetable-list .list-group-item, .modal .page-cultivation .cultivation-dropdown-menu .vegetable-list .list-group-item, .modal .page-event .cultivation-dropdown-menu .vegetable-list .list-group-item {
  border: none;
  padding: 6px 0;
  cursor: pointer;
}

/* line 519, app/assets/stylesheets/application.scss */
.modal .page-user .cultivation-dropdown-menu .vegetable-list .list-group-item img, .modal .page-spot .cultivation-dropdown-menu .vegetable-list .list-group-item img, .modal .page-cultivation .cultivation-dropdown-menu .vegetable-list .list-group-item img, .modal .page-event .cultivation-dropdown-menu .vegetable-list .list-group-item img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 10px;
  display: inline-block;
}

/* line 526, app/assets/stylesheets/application.scss */
.modal .page-user .cultivation-dropdown-menu .vegetable-list .list-group-item h5, .modal .page-spot .cultivation-dropdown-menu .vegetable-list .list-group-item h5, .modal .page-cultivation .cultivation-dropdown-menu .vegetable-list .list-group-item h5, .modal .page-event .cultivation-dropdown-menu .vegetable-list .list-group-item h5 {
  text-align: left;
  width: calc(100% - 55px);
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 575.98px) {
  /* line 539, app/assets/stylesheets/application.scss */
  footer hr {
    display: none;
  }
}

/* line 545, app/assets/stylesheets/application.scss */
footer > span {
  margin-top: 60px;
  display: block;
  padding: 0px 80px;
}

@media screen and (max-width: 575.98px) {
  /* line 545, app/assets/stylesheets/application.scss */
  footer > span {
    padding: 0px 20px;
  }
}

/* line 552, app/assets/stylesheets/application.scss */
footer > span:last-child {
  padding-bottom: 80px;
  padding-top: 40px;
}

/* line 558, app/assets/stylesheets/application.scss */
footer span.bg-gray {
  background-color: #F4F4F4;
}

/* line 562, app/assets/stylesheets/application.scss */
footer .text-box {
  text-align: center;
}

@media screen and (max-width: 575.98px) {
  /* line 562, app/assets/stylesheets/application.scss */
  footer .text-box {
    text-align: left;
  }
}

/* line 567, app/assets/stylesheets/application.scss */
footer .text-box div {
  margin-bottom: 24px;
  padding: 0 47px;
}

@media screen and (max-width: 575.98px) {
  /* line 567, app/assets/stylesheets/application.scss */
  footer .text-box div {
    padding: 0 17px;
  }
}

/* line 574, app/assets/stylesheets/application.scss */
footer .text-box h2, footer .text-box h3 {
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}

/* line 579, app/assets/stylesheets/application.scss */
footer .text-box h2 {
  font-size: 22px;
}

/* line 582, app/assets/stylesheets/application.scss */
footer .text-box h3 {
  font-size: 16px;
}

/* line 585, app/assets/stylesheets/application.scss */
footer .text-box p {
  margin-bottom: 16px;
  font-weight: 500;
}

/* line 589, app/assets/stylesheets/application.scss */
footer .text-box p.note {
  color: #888;
  font-size: 10px;
}

/* line 594, app/assets/stylesheets/application.scss */
footer .text-box .b-highlight {
  margin-bottom: 40px;
}

/* line 597, app/assets/stylesheets/application.scss */
footer .text-box .b-highlight::before {
  content: "";
  border-left: solid 2px #355442;
  height: 100%;
  display: inline-block;
}

/* line 603, app/assets/stylesheets/application.scss */
footer .text-box .b-highlight span {
  width: calc(100% - 24px);
  display: inline-block;
}

/* line 607, app/assets/stylesheets/application.scss */
footer .text-box .b-highlight span p:last-child {
  margin-bottom: 0;
}

/* line 613, app/assets/stylesheets/application.scss */
footer .image-box {
  height: 18vw;
  width: 28vw;
  margin-left: -13vw;
  margin-bottom: 80px;
  margin-top: 40px;
}

/* line 619, app/assets/stylesheets/application.scss */
footer .image-box img {
  height: 100%;
  width: 100%;
  padding: 0 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 627, app/assets/stylesheets/application.scss */
footer .banner-box {
  padding: 0 40px;
}

/* line 631, app/assets/stylesheets/application.scss */
footer .etc-box {
  margin: 0 -12px;
}

@media screen and (max-width: 575.98px) {
  /* line 631, app/assets/stylesheets/application.scss */
  footer .etc-box {
    margin: 0;
  }
}

/* line 637, app/assets/stylesheets/application.scss */
footer .etc-box div nav ol li a {
  color: #252020;
}

/* line 640, app/assets/stylesheets/application.scss */
footer .etc-box div nav ol li:nth-child(n+2)::before {
  content: "・";
}

/* line 646, app/assets/stylesheets/application.scss */
footer .howto-btn {
  color: #ffffff;
  background-color: #355442;
  border: none;
  padding: 12px;
}

/* line 651, app/assets/stylesheets/application.scss */
footer .howto-btn span {
  display: inline-block;
  margin-left: 4px;
  width: 24px;
  height: 24px;
}

/* line 660, app/assets/stylesheets/application.scss */
.l-login__btn p {
  margin: 0 50px;
}

/* line 662, app/assets/stylesheets/application.scss */
.l-login__btn p a {
  color: #5cb600;
}

/* line 667, app/assets/stylesheets/application.scss */
span.alert {
  color: #dc3545;
}

/* line 671, app/assets/stylesheets/application.scss */
p.error {
  color: #dc3545;
  margin: 0px;
}

/* line 676, app/assets/stylesheets/application.scss */
.o-btn__sm {
  max-width: 200px !important;
}

/* line 680, app/assets/stylesheets/application.scss */
p.text-left {
  text-align: left;
}

/* line 684, app/assets/stylesheets/application.scss */
.tane-banner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 689, app/assets/stylesheets/application.scss */
  .tane-banner {
    width: 208px;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 696, app/assets/stylesheets/application.scss */
  .l-top {
    position: fixed;
  }
}

/* line 701, app/assets/stylesheets/application.scss */
.l-top .l-top__block {
  margin-bottom: 75px;
  position: relative;
}

@media screen and (max-width: 575.98px) {
  /* line 701, app/assets/stylesheets/application.scss */
  .l-top .l-top__block {
    padding: 0;
  }
}

/* line 710, app/assets/stylesheets/application.scss */
.l-top .top-map {
  background-image: url(/assets/materials/sample/map_large-ef7cd7051c7e9a9430eb6d38a6eace5336f410665cdc1331d04a3b423638eb52.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 640px;
}

@media screen and (max-width: 575.98px) {
  /* line 710, app/assets/stylesheets/application.scss */
  .l-top .top-map {
    height: calc(100vh - 178px);
  }
}

/* line 723, app/assets/stylesheets/application.scss */
.l-top .top-menu {
  width: 100vw;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 728, app/assets/stylesheets/application.scss */
.l-top .top-menu::-webkit-scrollbar {
  display: none;
}

/* line 731, app/assets/stylesheets/application.scss */
.l-top .top-menu .nav {
  width: -moz-max-content;
  width: max-content;
}

/* line 735, app/assets/stylesheets/application.scss */
.l-top .nav .nav-item {
  margin-right: 30px;
  font-weight: 700;
}

/* line 739, app/assets/stylesheets/application.scss */
.l-top .nav .nav-item:first-child {
  margin-left: 0px;
}

/* line 742, app/assets/stylesheets/application.scss */
.l-top .nav .nav-item:last-child {
  margin-right: 0px;
}

/* line 746, app/assets/stylesheets/application.scss */
.l-top .nav .nav-item .nav-link {
  border-bottom: solid 3px;
  border-color: #CDCDCD;
}

/* line 749, app/assets/stylesheets/application.scss */
.l-top .nav .nav-item .nav-link.active {
  border-color: #252020;
}

/* line 753, app/assets/stylesheets/application.scss */
.l-top .nav .nav-item .nav-link p {
  color: #CDCDCD;
}

/* line 756, app/assets/stylesheets/application.scss */
.l-top .nav .nav-item .nav-link.active p {
  color: #252020;
}

/* line 760, app/assets/stylesheets/application.scss */
.l-top .nav .nav-item .nav-link img {
  height: 24px;
  opacity: 0.5;
}

/* line 764, app/assets/stylesheets/application.scss */
.l-top .nav .nav-item .nav-link.active img {
  opacity: 1;
}

/* line 768, app/assets/stylesheets/application.scss */
.l-top .nav .nav-item .nav-link p {
  margin: 4px 0;
}

/* line 773, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu {
  left: 0;
  width: 380px;
  height: 100%;
  overflow: scroll;
  padding: 40px 20px 20px 40px;
  transition: all 0.6s;
  position: absolute;
}

/* line 782, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu.active {
  left: -380px;
}

/* line 785, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu.moving {
  transition: none;
}

@media screen and (max-width: 575.98px) {
  /* line 773, app/assets/stylesheets/application.scss */
  .l-top .l-top__block .left-menu {
    left: 0;
    width: 100vw;
    height: 100vh;
    top: calc(100vh - 178px - 140px);
    z-index: 10000;
    padding: 0 20px;
    border-radius: 10px 10px 0 0;
  }
}

/* line 799, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu .menu-brim {
  display: none;
}

@media screen and (max-width: 575.98px) {
  /* line 799, app/assets/stylesheets/application.scss */
  .l-top .l-top__block .left-menu .menu-brim {
    display: block;
    position: fixed;
    margin-left: -20px;
    background-color: #ffffff;
    width: 100vw;
    height: 40px;
    z-index: 10;
    border-radius: 10px 10px 0 0;
  }
}

/* line 813, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu .menu-brim .menu-brim-bar {
  display: block;
  background-color: #CDCDCD;
  height: 4px;
  width: 40px;
  margin: auto;
  margin-top: 18px;
  border-radius: 2px;
}

@media screen and (max-width: 575.98px) {
  /* line 824, app/assets/stylesheets/application.scss */
  .l-top .l-top__block .left-menu #default-menu {
    display: none;
  }
}

/* line 829, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu #default-menu h3:first-child {
  margin-top: 40px;
}

@media screen and (max-width: 575.98px) {
  /* line 829, app/assets/stylesheets/application.scss */
  .l-top .l-top__block .left-menu #default-menu h3:first-child {
    margin-top: 0;
  }
}

/* line 837, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu h2, .l-top .l-top__block .left-menu h3, .l-top .l-top__block .left-menu h5, .l-top .l-top__block .left-menu p {
  font-style: normal;
  font-weight: 700;
}

/* line 842, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu h2, .l-top .l-top__block .left-menu h3 {
  margin-bottom: 20px;
}

/* line 845, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu h3 {
  color: #355442;
  font-size: 16px;
  margin: 20px 0;
}

/* line 850, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu h2 {
  font-size: 32px;
}

/* line 854, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu h5 {
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 859, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu .list-unstyled {
  margin-top: 8px;
}

/* line 862, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu .list-unstyled .media {
  margin-bottom: 4px;
}

/* line 865, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu .list-unstyled .vege-icon {
  width: 38px;
  height: 38px;
  background-color: #CDCDCD;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 873, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu .small-text {
  font-size: 10px;
}

/* line 877, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu .dead-time h2 {
  margin: 0;
}

/* line 881, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu .bg-purple {
  background-color: #78256E;
}

/* line 884, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu .bg-yellow {
  background-color: #D1C3A4;
}

/* line 887, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu .bg-darkgreen {
  background-color: #1A2E47;
}

/* line 890, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu .bg-green {
  background-color: #355442;
}

/* line 893, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu .bg-red {
  background-color: #DC2A0A;
}

/* line 898, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu #spot-menu img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  background-color: #CDCDCD;
}

/* line 906, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu #spot-menu p {
  font-weight: 400;
}

/* line 910, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu #spot-menu #spot-type {
  margin: 20px 0;
  padding: 4px 8px;
  border: solid 1px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 500;
}

@media screen and (max-width: 575.98px) {
  /* line 919, app/assets/stylesheets/application.scss */
  .l-top .l-top__block .left-menu #spot-menu #spot-description {
    max-height: 11.5rem;
    overflow-y: scroll;
  }
}

/* line 926, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu #spot-menu .vege-icon {
  width: 38px;
  height: 38px;
  background-color: #CDCDCD;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}

/* line 934, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu #spot-menu .vege-num {
  width: 38px;
  height: 38px;
  display: inline-block;
  border: 1px solid #CDCDCD;
  position: absolute;
  font-size: 13px;
  text-align: center;
  padding-top: 8px;
}

/* line 945, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu #spot-menu .btn {
  background-color: #355442;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

/* line 953, app/assets/stylesheets/application.scss */
.l-top .l-top__block .left-menu #small-device-footer {
  display: block;
  width: 100vw;
  margin-left: -20px;
  margin-top: 0px;
}

/* line 961, app/assets/stylesheets/application.scss */
.l-top .l-top__block .open-btn {
  height: 40px;
  width: 40px;
  font-size: 20px;
  left: 380px;
  top: 24px;
  transition: all 0.6s;
  background-color: #ffffff;
  color: #252020;
}

/* line 970, app/assets/stylesheets/application.scss */
.l-top .l-top__block .open-btn.active {
  left: 0px;
}

/* line 972, app/assets/stylesheets/application.scss */
.l-top .l-top__block .open-btn.active i {
  transform: rotateY(0deg);
}

/* line 976, app/assets/stylesheets/application.scss */
.l-top .l-top__block .open-btn i {
  transform: rotateY(180deg);
}

@media screen and (max-width: 575.98px) {
  /* line 961, app/assets/stylesheets/application.scss */
  .l-top .l-top__block .open-btn {
    display: none;
  }
}

/* line 984, app/assets/stylesheets/application.scss */
.l-top .map-ui {
  position: absolute;
  top: 24px;
  right: 40px;
}

/* line 989, app/assets/stylesheets/application.scss */
.l-top .map-ui button {
  position: absolute;
  right: 0;
  background-color: #ffffff;
  color: #355442;
  width: 40px;
  font-size: 20px;
  padding: 0;
}

/* line 998, app/assets/stylesheets/application.scss */
.l-top .map-ui #set-center {
  border-radius: 50%;
  top: 0;
  height: 40px;
}

/* line 1002, app/assets/stylesheets/application.scss */
.l-top .map-ui #set-center i {
  transform: rotateY(180deg);
}

/* line 1006, app/assets/stylesheets/application.scss */
.l-top .map-ui #zoom {
  top: 44px;
  height: 48px;
  border-radius: 6px 6px 0 0;
}

/* line 1011, app/assets/stylesheets/application.scss */
.l-top .map-ui #zoom::after {
  content: "　";
  border: solid 0.5px #CDCDCD;
  position: absolute;
  bottom: 0;
  height: 0px;
  width: 60%;
  left: 20%;
}

/* line 1021, app/assets/stylesheets/application.scss */
.l-top .map-ui #pan {
  top: 92px;
  height: 48px;
  border-radius: 0 0 6px 6px;
}

/* line 1028, app/assets/stylesheets/application.scss */
.l-top .arrows {
  position: absolute;
  right: 40px;
  bottom: 150px;
}

@media screen and (max-width: 575.98px) {
  /* line 1028, app/assets/stylesheets/application.scss */
  .l-top .arrows {
    display: none;
  }
}

/* line 1037, app/assets/stylesheets/application.scss */
.l-top .arrows .btn {
  height: 40px;
  width: 40px;
  font-size: 20px;
}

/* line 1043, app/assets/stylesheets/application.scss */
.l-top .arrows .slick-disabled i {
  opacity: 0.5;
}

/* line 1048, app/assets/stylesheets/application.scss */
.l-top .carousel-container {
  position: absolute;
  width: 100vw;
  bottom: 23px;
  left: 396px;
  transition: all 0.6s;
}

/* line 1054, app/assets/stylesheets/application.scss */
.l-top .carousel-container.active {
  left: 22px;
}

@media screen and (max-width: 575.98px) {
  /* line 1048, app/assets/stylesheets/application.scss */
  .l-top .carousel-container {
    bottom: 150px;
    left: 0px;
  }
}

/* line 1063, app/assets/stylesheets/application.scss */
.l-top .carousel-container .carousel-item {
  width: 320px;
  margin: 0 8px;
  height: 120px;
}

/* line 1068, app/assets/stylesheets/application.scss */
.l-top .carousel-container .carousel-item img {
  background-color: #CDCDCD;
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1074, app/assets/stylesheets/application.scss */
.l-top .carousel-container .carousel-item .media-body {
  padding: 10px 8px;
}

/* line 1077, app/assets/stylesheets/application.scss */
.l-top .carousel-container .carousel-item .media-body .date {
  color: #888;
  font-size: 10px;
  font-weight: 400;
  margin: 0;
}

/* line 1083, app/assets/stylesheets/application.scss */
.l-top .carousel-container .carousel-item .media-body .describe {
  color: #252020;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* line 1093, app/assets/stylesheets/application.scss */
.l-top .carousel-container .carousel-item .media-body .media {
  height: 24px;
  padding: 4px 0;
}

/* line 1097, app/assets/stylesheets/application.scss */
.l-top .carousel-container .carousel-item .media-body .media img {
  height: 24px;
  width: 24px;
  background-color: #CDCDCD;
}

/* line 1104, app/assets/stylesheets/application.scss */
.l-top .carousel-container .carousel-item .media-body a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* line 1111, app/assets/stylesheets/application.scss */
.l-top .carousel-container .carousel-item .media-body a, .l-top .carousel-container .carousel-item .media-body a:hover {
  color: #252020;
}

/* line 1120, app/assets/stylesheets/application.scss */
.app-info {
  padding: 24px;
  width: 360px;
  height: 530px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px rgba(175, 175, 175, 0.25);
  margin-left: 12px;
}

/* line 1128, app/assets/stylesheets/application.scss */
.app-info .app-link {
  text-align: center;
  margin-bottom: 40px;
}

/* line 1131, app/assets/stylesheets/application.scss */
.app-info .app-link .head-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 1135, app/assets/stylesheets/application.scss */
.app-info .app-link .head-title i {
  font-size: 24px;
  margin-right: 10px;
}

/* line 1140, app/assets/stylesheets/application.scss */
.app-info .app-link img {
  margin-bottom: 20px;
}

/* line 1143, app/assets/stylesheets/application.scss */
.app-info .app-link .qr {
  width: 140px;
  margin: auto;
}

/* line 1148, app/assets/stylesheets/application.scss */
.app-info .app-desc {
  font-size: 14px;
}

/* line 1150, app/assets/stylesheets/application.scss */
.app-info .app-desc p {
  margin-bottom: 20px;
}

/* line 1153, app/assets/stylesheets/application.scss */
.app-info .app-desc ul li {
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 575.98px) {
  /* line 1120, app/assets/stylesheets/application.scss */
  .app-info {
    display: none;
  }
}

@media screen and (max-width: 575.98px) {
  /* line 1165, app/assets/stylesheets/application.scss */
  .l-field {
    padding: 0;
  }
}

/* line 1170, app/assets/stylesheets/application.scss */
.l-field h1.spot-name {
  margin: 48px 0;
  font-size: 32px;
  font-weight: 500;
}

@media screen and (max-width: 575.98px) {
  /* line 1170, app/assets/stylesheets/application.scss */
  .l-field h1.spot-name {
    color: #355442;
    margin: 20px;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
  }
}

/* line 1184, app/assets/stylesheets/application.scss */
.l-field .join {
  height: 2rem;
  padding: 0;
  margin-bottom: 48px;
}

@media screen and (max-width: 575.98px) {
  /* line 1184, app/assets/stylesheets/application.scss */
  .l-field .join {
    margin-left: 20px;
  }
}

/* line 1192, app/assets/stylesheets/application.scss */
.l-field .join.joined {
  background-color: #ffffff;
  color: #355442;
  border: solid 1px #355442;
}

/* line 1199, app/assets/stylesheets/application.scss */
.l-field .favicon {
  height: 2rem;
  padding: 0 12px;
  margin-bottom: 48px;
  border: solid 1px #252020;
}

@media screen and (max-width: 575.98px) {
  /* line 1199, app/assets/stylesheets/application.scss */
  .l-field .favicon {
    position: absolute;
    margin: 0;
    padding-top: 3px;
    top: 16px;
    right: 16px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    font-size: 17px;
    background-color: #ffffff;
  }
}

/* line 1218, app/assets/stylesheets/application.scss */
.l-field .favicon p {
  margin: 0;
}

/* line 1221, app/assets/stylesheets/application.scss */
.l-field .back-button {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 16px;
  left: 16px;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  font-size: 17px;
  background-color: #ffffff;
}

/* line 1234, app/assets/stylesheets/application.scss */
.l-field .top-img-order {
  position: absolute;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  background-color: #252020B3;
  top: 228px;
  right: 15px;
}

@media screen and (max-width: 575.98px) {
  /* line 1245, app/assets/stylesheets/application.scss */
  .l-field .top-img {
    display: flex;
    height: 260px;
    overflow-x: scroll;
  }
}

@media screen and (min-width: 576px) {
  /* line 1245, app/assets/stylesheets/application.scss */
  .l-field .top-img {
    display: grid;
    height: 447px;
    width: calc(100% - 16px);
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 25% 25%;
    row-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}

/* line 1263, app/assets/stylesheets/application.scss */
.l-field .top-img span img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 575.98px) {
  /* line 1262, app/assets/stylesheets/application.scss */
  .l-field .top-img span {
    display: block;
    width: 100vw;
    height: 100%;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 576px) {
  /* line 1277, app/assets/stylesheets/application.scss */
  .l-field .top-img span.grid-1to1 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }
  /* line 1278, app/assets/stylesheets/application.scss */
  .l-field .top-img span.grid-1to5 {
    grid-row: 1 / 3;
    grid-column: 1 / 4;
  }
  /* line 1279, app/assets/stylesheets/application.scss */
  .l-field .top-img span.grid-2to2 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
  /* line 1280, app/assets/stylesheets/application.scss */
  .l-field .top-img span.grid-2to3 {
    grid-row: 1 / 2;
    grid-column: 2 / 4;
  }
  /* line 1281, app/assets/stylesheets/application.scss */
  .l-field .top-img span.grid-2to5 {
    grid-row: 1 / 3;
    grid-column: 2 / 4;
  }
  /* line 1282, app/assets/stylesheets/application.scss */
  .l-field .top-img span.grid-3to3 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
  }
  /* line 1283, app/assets/stylesheets/application.scss */
  .l-field .top-img span.grid-4to4 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
  /* line 1284, app/assets/stylesheets/application.scss */
  .l-field .top-img span.grid-4to5 {
    grid-row: 2 / 3;
    grid-column: 2 / 4;
  }
  /* line 1285, app/assets/stylesheets/application.scss */
  .l-field .top-img span.grid-5to5 {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
  }
  /* line 1288, app/assets/stylesheets/application.scss */
  .l-field .top-img span.grid-1to1 img, .l-field .top-img span.grid-1to5 img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  /* line 1292, app/assets/stylesheets/application.scss */
  .l-field .top-img span.grid-1to5 img, .l-field .top-img span.grid-2to5 img, .l-field .top-img span.grid-2to3 img, .l-field .top-img span.grid-3to3 img {
    border-top-right-radius: 12px;
  }
  /* line 1295, app/assets/stylesheets/application.scss */
  .l-field .top-img span.grid-1to5 img, .l-field .top-img span.grid-2to5 img, .l-field .top-img span.grid-4to5 img, .l-field .top-img span.grid-5to5 img {
    border-bottom-right-radius: 12px;
  }
}

/* line 1302, app/assets/stylesheets/application.scss */
.l-field .photos .spot-photo.dammy {
  width: 200px;
}

@media screen and (max-width: 575.98px) {
  /* line 1302, app/assets/stylesheets/application.scss */
  .l-field .photos .spot-photo.dammy {
    width: 100px;
  }
}

/* line 1309, app/assets/stylesheets/application.scss */
.l-field .photos .spot-photo button {
  position: absolute;
  margin: 10px;
}

@media screen and (max-width: 575.98px) {
  /* line 1309, app/assets/stylesheets/application.scss */
  .l-field .photos .spot-photo button {
    font-size: 10px;
    width: 25px;
    height: 25px;
    padding: 0;
  }
}

/* line 1321, app/assets/stylesheets/application.scss */
.l-field .photos .spot-photo img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #CDCDCD;
}

@media screen and (max-width: 575.98px) {
  /* line 1321, app/assets/stylesheets/application.scss */
  .l-field .photos .spot-photo img {
    width: 100px;
    height: 100px;
  }
}

/* line 1335, app/assets/stylesheets/application.scss */
.l-field h2 {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 575.98px) {
  /* line 1335, app/assets/stylesheets/application.scss */
  .l-field h2 {
    font-size: 14px;
  }
}

/* line 1343, app/assets/stylesheets/application.scss */
.l-field .spot-detail {
  margin-top: 48px;
  padding-bottom: 48px;
}

@media screen and (max-width: 575.98px) {
  /* line 1343, app/assets/stylesheets/application.scss */
  .l-field .spot-detail {
    margin-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* line 1352, app/assets/stylesheets/application.scss */
.l-field .spot-detail .spot-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
  margin: 40px 0;
}

@media screen and (max-width: 575.98px) {
  /* line 1352, app/assets/stylesheets/application.scss */
  .l-field .spot-detail .spot-desc {
    margin: 20px 0;
  }
}

/* line 1362, app/assets/stylesheets/application.scss */
.l-field .spot-detail .media {
  margin-bottom: 20px;
}

/* line 1364, app/assets/stylesheets/application.scss */
.l-field .spot-detail .media i {
  font-size: 24px;
  margin-right: 16px;
}

/* line 1368, app/assets/stylesheets/application.scss */
.l-field .spot-detail .media a {
  color: #252020;
}

/* line 1371, app/assets/stylesheets/application.scss */
.l-field .spot-detail .media h5 {
  font-size: 16px;
  font-weight: 700;
}

/* line 1375, app/assets/stylesheets/application.scss */
.l-field .spot-detail .media p {
  font-size: 14px;
}

/* line 1381, app/assets/stylesheets/application.scss */
.l-field .spot-plants {
  margin-top: 48px;
}

/* line 1384, app/assets/stylesheets/application.scss */
.l-field .spot-plants .event-slider-container {
  position: relative;
}

/* line 1387, app/assets/stylesheets/application.scss */
.l-field .spot-plants .event-slider-container .event-slider {
  margin: 40px 0px;
}

/* line 1389, app/assets/stylesheets/application.scss */
.l-field .spot-plants .event-slider-container .event-slider .slick-list {
  padding: 0 30px;
}

/* line 1394, app/assets/stylesheets/application.scss */
.l-field .spot-plants .event-slider-container .card {
  height: 320px;
  margin: 10px;
  border: none;
}

/* line 1399, app/assets/stylesheets/application.scss */
.l-field .spot-plants .event-slider-container .card .event-img {
  width: 100%;
  height: 214px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #CDCDCD;
  box-shadow: 0px 4px 10px 0px rgba(175, 175, 175, 0.25);
  border-radius: 20px;
  margin-bottom: 20px;
}

/* line 1409, app/assets/stylesheets/application.scss */
.l-field .spot-plants .event-slider-container .card h2 {
  font-size: 16px;
  height: 2em;
  line-height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* line 1418, app/assets/stylesheets/application.scss */
.l-field .spot-plants .event-slider-container .card .event-date {
  margin-bottom: 4px;
}

/* line 1421, app/assets/stylesheets/application.scss */
.l-field .spot-plants .event-slider-container .card .btn-edit {
  border: none;
  color: #252020;
  height: 1em;
  z-index: 10000;
  padding: 0;
  text-decoration: underline;
  position: absolute;
}

/* line 1433, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-slider-container {
  position: relative;
}

/* line 1436, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-slider-container .cultivation-slider {
  margin: 40px 0px;
}

/* line 1438, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-slider-container .cultivation-slider .slick-list {
  padding: 0 30px;
}

/* line 1443, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-slider-container .card {
  height: 214px;
  padding: 20px;
  margin: 10px 10px 20px;
  border-radius: 20px;
  border: none;
  box-shadow: 0px 4px 10px 0px rgba(175, 175, 175, 0.25);
}

/* line 1451, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-slider-container .card .vege-icon {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #CDCDCD;
}

/* line 1457, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-slider-container .card h2 {
  margin: 2px 0;
  font-size: 16px;
}

/* line 1461, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-slider-container .card .cultivation-stage {
  font-size: 13px;
  margin-bottom: 20px;
  height: 3em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* line 1471, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-slider-container .card .btn-edit {
  border: none;
  color: #706F6F;
  height: 1em;
  z-index: 10000;
}

/* line 1477, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-slider-container .card .cultivation-status {
  margin-bottom: 20px;
  font-size: 13px;
  color: #355442;
}

/* line 1482, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-slider-container .card .progress {
  height: 8px;
}

/* line 1488, app/assets/stylesheets/application.scss */
.l-field .spot-plants .arrows {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
}

/* line 1494, app/assets/stylesheets/application.scss */
.l-field .spot-plants .arrows::before, .l-field .spot-plants .arrows::after {
  position: absolute;
  top: -90px;
  content: "";
  height: 244px;
  width: 40px;
  background-color: red;
}

/* line 1502, app/assets/stylesheets/application.scss */
.l-field .spot-plants .arrows::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 30%, #ffffff00 100%);
}

/* line 1506, app/assets/stylesheets/application.scss */
.l-field .spot-plants .arrows::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 30%, #ffffff00 100%);
}

/* line 1511, app/assets/stylesheets/application.scss */
.l-field .spot-plants .arrows .slick-prev, .l-field .spot-plants .arrows .slick-next {
  z-index: 1;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 12px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(121, 121, 121, 0.25);
}

/* line 1524, app/assets/stylesheets/application.scss */
.l-field .spot-plants .arrows .slick-prev {
  left: 0;
}

/* line 1527, app/assets/stylesheets/application.scss */
.l-field .spot-plants .arrows .slick-next {
  right: 0;
}

/* line 1533, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender {
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px rgba(142, 142, 142, 0.25);
}

/* line 1537, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .today-line {
  top: 0;
  z-index: 100;
  position: absolute;
  height: 100%;
  border: solid 1px #DC2A0A;
  opacity: 0.5;
}

/* line 1546, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table {
  display: block;
  overflow: scroll;
}

/* line 1549, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table thead {
  position: sticky;
  z-index: 10;
}

/* line 1552, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table thead th {
  font-size: 14px;
  font-weight: 500;
}

/* line 1555, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table thead th h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* line 1560, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table thead th .today-line {
  margin-top: 36px;
  height: calc(100% - 36px);
}

/* line 1563, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table thead th .today-line::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #DC2A0A;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: -10px;
}

/* line 1577, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table tbody tr {
  border-bottom: 1px solid #CDCDCD;
}

/* line 1580, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table tbody th:first-child {
  position: sticky;
  left: 0;
  width: 200px;
  padding: 0;
  z-index: 2;
  background-color: #ffffff;
}

/* line 1587, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table tbody th:first-child .media {
  margin: 12px 20px 12px 0;
  width: 120px;
}

/* line 1590, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table tbody th:first-child .media img {
  width: 34px;
  height: 34px;
  margin: 0;
}

/* line 1596, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table tbody th:first-child .media .media-body h5 {
  margin: 0;
  font-size: 15px;
}

/* line 1600, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table tbody th:first-child .media .media-body p {
  margin: 0;
  font-size: 12px;
}

/* line 1608, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table tbody td {
  min-width: 60px;
  height: 96px;
  text-align: left;
  font-size: 16px;
  position: relative;
  padding: 8px;
  vertical-align: middle;
}

/* line 1618, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender table tbody table th::before, .l-field .spot-plants .cultivation-calender table tbody table td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #AFAFAF;
  border-bottom: 1px solid #fff;
  z-index: 0;
}

/* line 1632, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container {
  position: absolute;
  top: 30px;
  left: 0;
}

/* line 1636, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block {
  width: 382px;
  height: 60px;
}

/* line 1639, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item {
  flex-basis: 50%;
}

/* line 1641, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item span, .l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item button {
  height: 20px;
  border-radius: 6px;
}

/* line 1645, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item .item-type-a {
  background: #D1C3A4;
}

/* line 1646, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item .item-type-b {
  background: #D1C3A4;
}

/* line 1647, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item .item-type-c {
  background: #D1C3A4;
}

/* line 1648, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item .item-type-d {
  background: #D1C3A4;
}

/* line 1649, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item .item-type-e {
  background: #D1C3A4;
}

/* line 1650, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item .item-type-f {
  background: #D1C3A4;
}

/* line 1651, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item .item-type-g {
  background: #D1C3A4;
}

/* line 1652, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item .item-type-h {
  background: #D1C3A4;
}

/* line 1653, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item .item-type-i {
  background: #D1C3A4;
}

/* line 1654, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item .item-type-j {
  background: #355442;
}

/* line 1655, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-item .item-type-k {
  background: #706F6F;
}

/* line 1657, app/assets/stylesheets/application.scss */
.l-field .spot-plants .cultivation-calender .stage-container .stage-block .stage-name {
  position: absolute;
  top: 45px;
}

/* line 1667, app/assets/stylesheets/application.scss */
.ai-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: lightblue;
  text-align: center;
  color: black;
}

/* line 1679, app/assets/stylesheets/application.scss */
.l-mypage h1 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
}

/* line 1684, app/assets/stylesheets/application.scss */
.l-mypage h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 1689, app/assets/stylesheets/application.scss */
.l-mypage h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

/* line 1695, app/assets/stylesheets/application.scss */
.l-mypage .btn.btn-link {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #252020;
}

/* line 1702, app/assets/stylesheets/application.scss */
.l-mypage > span > div {
  width: calc(100% - 310px);
}

@media screen and (max-width: 575.98px) {
  /* line 1702, app/assets/stylesheets/application.scss */
  .l-mypage > span > div {
    width: 100%;
  }
}

/* line 1708, app/assets/stylesheets/application.scss */
.l-mypage > span > div:first-child {
  width: 260px;
  margin-right: 50px;
}

@media screen and (max-width: 575.98px) {
  /* line 1708, app/assets/stylesheets/application.scss */
  .l-mypage > span > div:first-child {
    width: 100%;
  }
}

/* line 1717, app/assets/stylesheets/application.scss */
.l-mypage .user-detai {
  height: 0;
  overflow: visible;
}

@media screen and (max-width: 575.98px) {
  /* line 1717, app/assets/stylesheets/application.scss */
  .l-mypage .user-detai {
    height: 100%;
  }
}

/* line 1725, app/assets/stylesheets/application.scss */
.l-mypage #user-image-form label #user-image {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1729, app/assets/stylesheets/application.scss */
.l-mypage .media {
  margin-bottom: 40px;
}

/* line 1731, app/assets/stylesheets/application.scss */
.l-mypage .media span {
  position: relative;
  width: 120px;
  margin-right: 40px;
}

/* line 1736, app/assets/stylesheets/application.scss */
.l-mypage .media span img {
  height: 120px;
  width: 120px;
  border-radius: 12px;
}

/* line 1741, app/assets/stylesheets/application.scss */
.l-mypage .media span a {
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* line 1749, app/assets/stylesheets/application.scss */
.l-mypage .media .media-body h5 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
}

/* line 1754, app/assets/stylesheets/application.scss */
.l-mypage .media .media-body p {
  font-size: 20px;
  font-weight: 600;
}

/* line 1761, app/assets/stylesheets/application.scss */
.l-mypage .connect-list {
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
  border: solid 1px #CDCDCD;
  border-radius: 10px;
  padding: 20px;
}

/* line 1768, app/assets/stylesheets/application.scss */
.l-mypage .connect-list h4 {
  margin-bottom: 20px;
}

/* line 1771, app/assets/stylesheets/application.scss */
.l-mypage .connect-list span {
  margin-bottom: 10px;
}

/* line 1773, app/assets/stylesheets/application.scss */
.l-mypage .connect-list span p {
  font-size: 16px;
  font-weight: 400;
}

/* line 1780, app/assets/stylesheets/application.scss */
.l-mypage .report-btn {
  margin-top: 40px;
}

/* line 1785, app/assets/stylesheets/application.scss */
.l-mypage .user-profile p {
  color: #CDCDCD;
  font-size: 13px;
}

/* line 1788, app/assets/stylesheets/application.scss */
.l-mypage .user-profile p.others {
  color: #252020;
  font-size: 16px;
}

/* line 1796, app/assets/stylesheets/application.scss */
.l-mypage .spot-list .slick-track {
  margin-left: 0;
}

/* line 1799, app/assets/stylesheets/application.scss */
.l-mypage .spot-list .spot-card {
  margin-right: 20px;
  width: 236px;
}

/* line 1802, app/assets/stylesheets/application.scss */
.l-mypage .spot-list .spot-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
  border-radius: 12px;
  background-color: #CDCDCD;
  margin-bottom: 10px;
}

/* line 1810, app/assets/stylesheets/application.scss */
.l-mypage .spot-list .spot-card .card-body p {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

/* line 1816, app/assets/stylesheets/application.scss */
.l-mypage .spot-list .slick-prev, .l-mypage .spot-list .slick-next {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: solid 1px #CDCDCD;
  background-color: #ffffff;
  padding: 0;
}

/* line 1823, app/assets/stylesheets/application.scss */
.l-mypage .spot-list .slick-prev.slick-disabled, .l-mypage .spot-list .slick-next.slick-disabled {
  color: #CDCDCD;
}

/* line 1827, app/assets/stylesheets/application.scss */
.l-mypage .spot-list .slick-prev {
  margin-right: 10px;
}

/* line 1834, app/assets/stylesheets/application.scss */
.remove_fields {
  background-image: url(/assets/materials/icon/close_icon-5584afd9bb30de97f7a38bd90ef4222c1e09e9e7c43b4d6266e71dc3d2c9aa29.svg);
  background-repeat: no-repeat;
  font-size: 30px;
  color: transparent;
}

/* line 1840, app/assets/stylesheets/application.scss */
.remove_fields:hover {
  color: transparent;
}

/* line 1845, app/assets/stylesheets/application.scss */
.add_fields {
  background-image: url(/assets/materials/icon/plus_icon-lg-0b06c17c198d638cfeb0acb3a648b70ba50c26608f75d051786d999f3a5b90f0.svg);
  background-repeat: no-repeat;
  font-size: 46px;
  color: transparent;
}

/* line 1851, app/assets/stylesheets/application.scss */
.add_fields:hover {
  color: transparent;
}

/* line 1856, app/assets/stylesheets/application.scss */
.l-vegetable_signup__image__add--2 .dropdown-menu .vegetable-list {
  overflow-y: scroll;
  height: 300px;
}

/* line 1860, app/assets/stylesheets/application.scss */
.l-vegetable_signup__image__add--2 .dropdown-menu .select-box {
  width: 100%;
  margin: 10px 20px;
}

/* line 1864, app/assets/stylesheets/application.scss */
.l-vegetable_signup__image__add--2 .dropdown-menu .select-list {
  height: 30px;
  display: inline;
}

/* line 1868, app/assets/stylesheets/application.scss */
.l-vegetable_signup__image__add--2 .dropdown-menu .select-button {
  height: 30px;
  width: 50px;
  display: inline;
}

/* line 1873, app/assets/stylesheets/application.scss */
.l-vegetable_signup__image__add--2 .dropdown-menu {
  width: 400px !important;
}

/* line 1882, app/assets/stylesheets/application.scss */
.l-terms_of_service__textbox__item p, .l-terms_of_service__textbox__item li {
  margin-top: 20px;
}

/* line 1885, app/assets/stylesheets/application.scss */
.l-terms_of_service__textbox__item h3 {
  font-weight: bold;
}

/* line 1891, app/assets/stylesheets/application.scss */
.l-terms_of_service__textbox__item dt {
  float: left;
}

/* line 1894, app/assets/stylesheets/application.scss */
.l-terms_of_service__textbox__item dd {
  margin-left: 30px;
}

/* line 1897, app/assets/stylesheets/application.scss */
.l-terms_of_service__textbox__item dl {
  margin-bottom: 40px;
}

/* line 1902, app/assets/stylesheets/application.scss */
.l-page__item {
  text-align: center;
  width: 100%;
  font-weight: bold;
}

/* line 1909, app/assets/stylesheets/application.scss */
.sns-share a {
  background-color: #355442;
  line-height: 28px;
  display: inline-block;
  width: 30px;
  margin: 0 3px;
  padding: 2px 0 0;
  transition: all ease .1s;
  text-align: center;
  text-decoration: none;
  opacity: .75;
  color: #fff;
  border-radius: 50%;
}

/* line 1924, app/assets/stylesheets/application.scss */
.sns-share a:hover {
  color: #fff;
}

/* line 1930, app/assets/stylesheets/application.scss */
.max-width {
  max-width: 496px;
}

/* line 1, app/assets/stylesheets/compost_event.scss */
.compost_event {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* line 6, app/assets/stylesheets/compost_event.scss */
.compost_event .mobile_row td {
  display: none;
}

/* line 11, app/assets/stylesheets/compost_event.scss */
.compost_event section.main {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 16, app/assets/stylesheets/compost_event.scss */
.compost_event .main_title {
  margin-bottom: 30px;
}

/* line 19, app/assets/stylesheets/compost_event.scss */
.compost_event .main_title h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
}

/* line 26, app/assets/stylesheets/compost_event.scss */
.compost_event h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
}

/* line 32, app/assets/stylesheets/compost_event.scss */
.compost_event .card {
  margin-bottom: 30px;
  padding: 40px;
  border-color: white;
  border-radius: 20px;
}

/* line 38, app/assets/stylesheets/compost_event.scss */
.compost_event .card .card_item:last-child {
  margin-top: 40px;
}

/* line 44, app/assets/stylesheets/compost_event.scss */
.compost_event .card_item__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

/* line 50, app/assets/stylesheets/compost_event.scss */
.compost_event .card_item__content {
  margin-top: 16px;
  font-size: 16px;
}

/* line 54, app/assets/stylesheets/compost_event.scss */
.compost_event .card_item__content .unit {
  font-size: 14px;
}

/* line 58, app/assets/stylesheets/compost_event.scss */
.compost_event .card_item__content img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

/* line 64, app/assets/stylesheets/compost_event.scss */
.compost_event .card_item__content .bg-purple {
  background-color: #78256E;
}

/* line 67, app/assets/stylesheets/compost_event.scss */
.compost_event .card_item__content .bg-yellow {
  background-color: #D1C3A4;
}

/* line 74, app/assets/stylesheets/compost_event.scss */
.compost_event .table_title {
  margin-top: 40px;
}

/* line 77, app/assets/stylesheets/compost_event.scss */
.compost_event .table_title__text {
  font-size: 24px;
}

/* line 83, app/assets/stylesheets/compost_event.scss */
.compost_event .log_table th {
  border-top: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

/* line 90, app/assets/stylesheets/compost_event.scss */
.compost_event .log_table td {
  word-break: break-all;
  word-break: break-word;
}

/* line 94, app/assets/stylesheets/compost_event.scss */
.compost_event .log_table td.input_date {
  min-width: 134px;
}

/* line 97, app/assets/stylesheets/compost_event.scss */
.compost_event .log_table td.amount {
  min-width: 74px;
}

/* line 100, app/assets/stylesheets/compost_event.scss */
.compost_event .log_table td.action {
  min-width: 56px;
}

/* line 105, app/assets/stylesheets/compost_event.scss */
.compost_event .log_table img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 52px;
  width: 52px;
  border-radius: 12px;
}

/* line 112, app/assets/stylesheets/compost_event.scss */
.compost_event .log_table .action__container {
  font-size: 14px;
  line-height: 21px;
}

/* line 116, app/assets/stylesheets/compost_event.scss */
.compost_event .log_table .action__container--edit {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #888888;
}

/* line 123, app/assets/stylesheets/compost_event.scss */
.compost_event .log_table .action__container--delete {
  color: #dd241b;
}

/* line 129, app/assets/stylesheets/compost_event.scss */
.compost_event .table_more {
  text-align: center;
}

/* line 133, app/assets/stylesheets/compost_event.scss */
.compost_event .btn {
  color: white;
  background-color: #006934;
}

/* line 139, app/assets/stylesheets/compost_event.scss */
.compost_event .modal {
  display: none;
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

/* line 152, app/assets/stylesheets/compost_event.scss */
.compost_event .modal-content {
  border-radius: 12px;
  background-color: #fefefe;
  margin: 5% auto;
  border: 1px solid #888;
  width: 80%;
}

/* line 160, app/assets/stylesheets/compost_event.scss */
.compost_event .modal-header {
  margin: 0;
  padding: 16px 20px;
  border-bottom: 1px solid;
  border-color: #cdcdcd;
}

/* line 166, app/assets/stylesheets/compost_event.scss */
.compost_event .modal-header__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

/* line 173, app/assets/stylesheets/compost_event.scss */
.compost_event .modal-body {
  margin: 0 20px 20px;
  padding: 0;
}

/* line 178, app/assets/stylesheets/compost_event.scss */
.compost_event .modal-close-button {
  color: #aaa;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

/* line 184, app/assets/stylesheets/compost_event.scss */
.compost_event .modal-close-button:hover, .compost_event .modal-close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* line 194, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group {
  display: flex;
  align-items: flex-start;
}

/* line 198, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group label {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}

/* line 203, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group label .required {
  font-size: 14px;
  line-height: 20px;
  color: #dc2a0a;
}

/* line 209, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group label .limit {
  font-weight: 500;
  font-size: 14px;
}

/* line 215, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group .form-control {
  height: 54px;
  border-radius: 8px;
  border-color: #222222;
}

/* line 221, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group .preview {
  -o-object-fit: cover;
     object-fit: cover;
  width: 120px;
  height: 120px;
  border-radius: 12px;
  background-color: #d9d9d9;
}

/* line 229, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group .no-image {
  padding: 44px;
}

/* line 233, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group #img-form {
  cursor: pointer;
}

/* line 237, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group .img-button {
  background-color: transparent;
  border: none;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-color: #222222;
}

/* line 248, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group .file-send {
  display: none !important;
}

/* line 252, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group .number-field {
  width: 100px;
  margin-right: 10px;
}

/* line 257, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group .unit {
  font-weight: 500;
  font-size: 16px;
  line-height: 54px;
}

/* line 263, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group textarea.form-control {
  resize: none;
  height: 140px;
}

/* line 268, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .form-group__alert {
  margin: 2px 0 0;
  color: #dc2a0a;
  font-size: 14px;
}

/* line 275, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .btn {
  border-radius: 8px;
}

/* line 278, app/assets/stylesheets/compost_event.scss */
.compost_event form.compost_log_form .btn-cancel {
  margin-top: 10px;
  background-color: #fefefe;
  color: #888888;
}

@media screen and (max-width: 480px) {
  /* line 287, app/assets/stylesheets/compost_event.scss */
  .compost_event .pc {
    display: none;
  }
  /* line 291, app/assets/stylesheets/compost_event.scss */
  .compost_event section.main {
    margin-top: 20px;
    padding: 0 24px;
  }
  /* line 296, app/assets/stylesheets/compost_event.scss */
  .compost_event .main_title {
    margin-bottom: 20px;
  }
  /* line 299, app/assets/stylesheets/compost_event.scss */
  .compost_event .main_title h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
  /* line 306, app/assets/stylesheets/compost_event.scss */
  .compost_event .card {
    margin-bottom: 30px;
    padding: 20px;
    border-color: white;
    border-radius: 20px;
  }
  /* line 312, app/assets/stylesheets/compost_event.scss */
  .compost_event .card .card_item:last-child {
    margin-top: 40px;
  }
  /* line 318, app/assets/stylesheets/compost_event.scss */
  .compost_event .card_item__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
  }
  /* line 324, app/assets/stylesheets/compost_event.scss */
  .compost_event .card_item__content {
    margin-top: 16px;
    font-size: 14px;
  }
  /* line 328, app/assets/stylesheets/compost_event.scss */
  .compost_event .card_item__content--num {
    font-size: 16px;
  }
  /* line 330, app/assets/stylesheets/compost_event.scss */
  .compost_event .card_item__content--num .unit {
    font-size: 14px;
  }
  /* line 335, app/assets/stylesheets/compost_event.scss */
  .compost_event .card_item__content img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  /* line 345, app/assets/stylesheets/compost_event.scss */
  .compost_event .table_title__text {
    font-size: 20px;
    line-height: 29px;
  }
  /* line 352, app/assets/stylesheets/compost_event.scss */
  .compost_event .log_table th {
    border-top: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 6px;
  }
  /* line 360, app/assets/stylesheets/compost_event.scss */
  .compost_event .log_table td {
    word-break: break-all;
    word-break: break-word;
    font-size: 12px;
    color: #888888;
    padding: 16px 8px 8px;
  }
  /* line 368, app/assets/stylesheets/compost_event.scss */
  .compost_event .log_table td.input_date {
    min-width: 78px;
  }
  /* line 371, app/assets/stylesheets/compost_event.scss */
  .compost_event .log_table td.amount {
    min-width: 70px;
  }
  /* line 374, app/assets/stylesheets/compost_event.scss */
  .compost_event .log_table td.temperature {
    min-width: 40px;
  }
  /* line 377, app/assets/stylesheets/compost_event.scss */
  .compost_event .log_table td.action {
    min-width: 46px;
  }
  /* line 382, app/assets/stylesheets/compost_event.scss */
  .compost_event .log_table tr:nth-child(even) {
    border-top: none;
  }
  /* line 385, app/assets/stylesheets/compost_event.scss */
  .compost_event .log_table tr:nth-child(even) td {
    border-top: none;
    padding-bottom: 16px;
  }
  /* line 389, app/assets/stylesheets/compost_event.scss */
  .compost_event .log_table tr:nth-child(even) td p {
    margin-bottom: 0;
  }
  /* line 395, app/assets/stylesheets/compost_event.scss */
  .compost_event .log_table img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 52px;
    width: 52px;
    border-radius: 12px;
  }
  /* line 402, app/assets/stylesheets/compost_event.scss */
  .compost_event .log_table .action__container {
    font-size: 12px;
    line-height: 20px;
  }
  /* line 408, app/assets/stylesheets/compost_event.scss */
  .compost_event .log_table .mobile_row td {
    display: table-cell;
  }
  /* line 415, app/assets/stylesheets/compost_event.scss */
  .compost_event .modal {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 0;
  }
  /* line 428, app/assets/stylesheets/compost_event.scss */
  .compost_event .modal-content {
    border-radius: 0;
    background-color: #fefefe;
    margin: 0;
    border: none;
    width: 100%;
  }
  /* line 436, app/assets/stylesheets/compost_event.scss */
  .compost_event .modal-header {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fefefe;
    margin: 0;
    padding: 16px 20px;
    border-bottom: 1px solid;
    border-color: #cdcdcd;
  }
  /* line 448, app/assets/stylesheets/compost_event.scss */
  .compost_event .modal-header__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 455, app/assets/stylesheets/compost_event.scss */
  .compost_event .modal-body {
    margin: 64px 20px 20px;
    padding: 0;
  }
  /* line 460, app/assets/stylesheets/compost_event.scss */
  .compost_event .modal-close-button {
    color: #aaa;
    font-size: 24px;
    line-height: 24px;
  }
  /* line 465, app/assets/stylesheets/compost_event.scss */
  .compost_event .modal-close-button:hover, .compost_event .modal-close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
}
