@charset "UTF-8";

html {
  font-size: 14px;
}

body {
  min-height: 100vh;
  color: #000;
}

a {
  color: #27bdac;
}

@media only screen and (max-width: 1024px) {
  .p380 {
    max-width: 680px;
  }
}

@media only screen and (max-width: 520px) {
  .p380 {
    max-width: 520px;
  }
}

input::-moz-placeholder {
  font-style: italic;
  color: #a7a7a7;
  font-weight: normal;
  font-size: 0.9rem;
}

input:-ms-input-placeholder {
  font-style: italic;
  color: #a7a7a7;
  font-weight: normal;
  font-size: 0.9rem;
}

input::placeholder {
  font-style: italic;
  color: #a7a7a7;
  font-weight: normal;
  font-size: 0.9rem;
}

input:-ms-input-placeholder {
  font-style: italic;
  color: #a7a7a7;
  font-weight: normal;
  font-size: 0.9rem;
}

input::-moz-placeholder {
  font-style: italic;
  color: #a7a7a7;
  font-weight: normal;
  font-size: 0.9rem;
}

textarea::-moz-placeholder {
  font-style: italic;
  color: #a7a7a7;
  font-weight: normal;
  font-size: 0.9rem;
}

textarea:-ms-input-placeholder {
  font-style: italic;
  color: #a7a7a7;
  font-weight: normal;
  font-size: 0.9rem;
}

textarea::placeholder {
  font-style: italic;
  color: #a7a7a7;
  font-weight: normal;
  font-size: 0.9rem;
}

textarea::-webkit-textarea-placeholder {
  font-style: italic;
  color: #a7a7a7;
  font-weight: normal;
  font-size: 0.9rem;
}

textarea:-ms-textarea-placeholder {
  font-style: italic;
  color: #a7a7a7;
  font-weight: normal;
  font-size: 0.9rem;
}

textarea::-moz-placeholder {
  font-style: italic;
  color: #a7a7a7;
  font-weight: normal;
  font-size: 0.9rem;
}

.header-fixed {
  width: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  padding: 1rem;
  z-index: 100;
}

.header-fixed .logo {
  max-width: 50%;
  max-width: 173.5px;
}

.user_name {
  width: 50%;
  position: absolute;
  text-align: right;
  font-weight: 700;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 1rem;
  z-index: 100;
}

.bottom-menu {
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  background: #fff;
  z-index: 100;
  box-shadow: 0px -2px 10px 0px rgba(10, 10, 10, 0.1);
}

.bottom-menu > .inner {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

@media only screen and (max-width: 520px) {
  .bottom-menu > .inner {
    max-width: 380px;
  }
}

.bottom-menu > .inner > a {
  width: 33.333%;
  padding: 0.75rem 1rem 0.5rem 1rem;
  background: #fff;
  text-align: center;
  font-size: 0.9rem;
  color: #a7a7a7;
}

.bottom-menu > .inner > a .icon {
  line-height: 1;
}

body.stamp-page .bottom-menu > .inner > a.stamp {
  color: #27bdac;
}

body.facility-page .bottom-menu > .inner > a.facility {
  color: #27bdac;
}

body.setting-page .bottom-menu > .inner > a.setting {
  color: #27bdac;
}

section.common {
  padding: 4rem 1rem;
  padding-bottom: 50vh;
}

section.common.ex {
  padding: 4rem 2rem;
  padding-bottom: 50vh;
}

section.common.box > .p380 {
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 4px -1px rgba(10, 10, 10, 0.1);
}

.link-btn {
  padding: 1rem;
  background: #27bdac;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 50px;
}

.link-btn + .link-btn {
  margin-top: 1rem;
}

.link-btn.ghost {
  color: #27bdac;
  background: #fff;
  border: 1px solid #27bdac;
}

.link-btn.ghost.non-border {
  border: 0px solid #27bdac;
}

.link-btn.gray {
  background: none;
  color: #a7a7a7;
}

.link-btn span {
  position: relative;
  padding-right: 1rem;
}

.link-btn span::after {
  font-size: 23px;
  margin: auto;
  position: absolute;
  top: 0;
  right: -1rem;
  transform: translateY(-50%);
}

.link-btn.map span:after {
  font-family: "Material Icons Outlined";
  content: "room";
  top: 9px;
}

.sub-link-btn {
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  margin-left: 1rem;
  padding: 0.5rem 1rem;
  background: #27bdac;
  border-radius: 5px;
  cursor: pointer;
}

.text-link {
  font-weight: 700;
  position: relative;
  padding-right: 21px;
  margin-right: 0.5rem;
}

.text-link::after {
  margin: auto;
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  font-family: "Material Icons Outlined";
  content: "launch";
  font-size: 17px;
  font-weight: normal;
}

.text-link.tel::after {
  font-family: "Material Icons Outlined";
  content: "local_phone";
  top: -7px;
}

/*================================================================================================

* RIPPLE EFFECT *

================================================================================================*/

.ripple {
  position: relative;
  overflow: hidden;
}

.ripple .ripple-effect {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transform: scale(0);
}

.ripple.dark .ripple-effect {
  background-color: rgba(55, 55, 55, 0.4);
}

.ripple-animation {
  -webkit-animation: ripple 0.8s ease;
          animation: ripple 0.8s ease;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.input-group {
  margin-bottom: 2rem;
}

.input-group.col1 .row {
  width: 100%;
}

.input-group.col2 .row {
  width: calc(50% - 0.5rem);
}

.input-group.col2 .row + .row {
  margin-left: 1rem;
}

.input-group.col3 .row {
  width: calc(33.333% - 10px);
}

.input-group.col3 .row + .row {
  margin-left: 1rem;
}

.input-group input[type=text],
.input-group input[type=tel],
.input-group input[type=password],
.input-group textarea,
.input-group select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-weight: 700;
  color: #000;
  background: #fafafd;
  border: 1px solid #dfdfe2;
}

.input-group label {
  font-size: 0.9rem;
  color: #797979;
}

.input-group label span {
  padding-left: 1rem;
  font-size: 0.8rem;
}

.input-group + hr {
  height: 1px;
  margin: 2.5rem 0;
  background: #dfdfe2;
}

.input-group .input {
  position: relative;
}

.input-group .input.select select {
  padding-right: 2rem;
}

.input-group .input.select.select::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
  margin: auto;
  position: absolute;
  top: -2px;
  right: 1rem;
  bottom: 0;
  border-color: #a3a3a6;
  transform: rotate(135deg);
  pointer-events: none;
}

.input-group .input.radio label {
  width: calc(50% - 0rem);
  font-size: 1rem;
  padding: 0.5rem 1rem;
  padding-left: 2.5rem;
  position: relative;
}

.input-group .input.radio label::after {
  width: 24px;
  height: 24px;
  content: "";
  border-radius: 100%;
  border: 1px solid #dfdfe2;
  margin: auto;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  transition: 0.15s ease;
}

.input-group .input.radio label::before {
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 100%;
  background: #27bdac;
  transform: scale(0);
  margin: auto;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 6px;
  transition: 0.15s ease;
}

.input-group .input.radio input[type=radio]:checked + label::after {
  border: 1px solid #27bdac;
  transition: 0.15s ease;
}

.input-group .input.radio input[type=radio]:checked + label::before {
  transform: scale(1);
  transition: 0.15s ease;
}

.input-group .input.check label {
  width: calc(50% - 0rem);
  font-size: 1rem;
  padding: 0.5rem 1rem;
  padding-left: 2.5rem;
  position: relative;
}

.input-group .input.check label > div {
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid #dfdfe2;
  border-radius: 3px;
  margin: auto;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  transition: 0.15s ease;
}

.input-group .input.check label > div span {
  padding: 0;
  width: 8px;
  height: 3px;
  background: #fff;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: left;
}

.input-group .input.check label > div span:nth-child(1) {
  transform: rotate(45deg) scaleX(0);
  top: -3px;
  left: -5px;
}

.input-group .input.check label > div span:nth-child(2) {
  transform: rotate(-45deg) scaleX(0);
  top: 8px;
  left: 7px;
  width: 12px;
}

.input-group .input.check input[type=checkbox]:checked + label > div {
  background: #27bdac;
  border: 1px solid #27bdac;
  transition: 0.15s ease;
}

.input-group .input.check input[type=checkbox]:checked + label > div span:nth-child(1) {
  transform: rotate(45deg) scaleX(1);
  transition: 0.1s ease 0.15s;
}

.input-group .input.check input[type=checkbox]:checked + label > div span:nth-child(2) {
  transform: rotate(-45deg) scaleX(1);
  transition: 0.1s ease 0.25s;
}

.input-group-title {
  width: 100%;
  font-weight: 700;
  margin-bottom: 1rem;
}

img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  /*IE対策*/
}

.recaptcha-wrap {
  width: 100%;
  max-width: 304px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.recaptcha-wrap.v3 {
  max-width: 256px;
  margin-top: 2rem;
  margin-bottom: 0rem;
}

.page-no {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  padding-top: 1rem;
}

.page-no span {
  padding: 0.5rem 1rem;
  background: #f0f3f4;
  font-weight: 700;
  color: #bbb;
  border-radius: 100px;
}

.pgnt-wrap {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding-top: 2rem;
}

.pgnt-wrap .nmbr {
  width: 100%;
  margin-bottom: 1rem;
}

.pgnt-wrap .nmbr a {
  width: calc(20% - 12px);
  margin-right: 1rem;
  padding: 7px 0rem;
  text-align: center;
  background: #fff;
  border-radius: 3px;
}

.pgnt-wrap .nmbr a:last-child {
  margin-right: 0rem;
}

.pgnt-wrap .nmbr a.current {
  color: #fff;
  background: #00BFA5;
  pointer-events: none;
}

.pgnt-wrap .control {
  width: 100%;
}

.pgnt-wrap .control .minus {
  width: calc(50% - 0.5rem);
}

.pgnt-wrap .control .plus {
  width: calc(50% - 0.5rem);
}

.pgnt-wrap .control .minus a {
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
  padding: 7px 0rem;
  text-align: center;
  background: #f0f3f4;
  color: #bbb;
  border-radius: 3px;
  pointer-events: none;
}

body.paged .pgnt-wrap .control .minus a {
  background: #fff;
  color: #00BFA5;
  pointer-events: auto;
}

.pgnt-wrap .control .plus a {
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
  padding: 7px 0rem;
  text-align: center;
  background: #fff;
  border-radius: 3px;
}

.pgnt-wrap .control .minus a:last-child,
.pgnt-wrap .control .plus a:last-child {
  margin-right: 0rem;
}

.eapps-instagram-feed-posts-view {
  padding: 0px !important;
}

.eapps-instagram-feed-posts-slider-nav {
  background: rgba(255, 255, 255, 0.5) !important;
}

.eapps-instagram-feed-posts-slider-next,
.eapps-instagram-feed-posts-slider-prev {
  box-shadow: none !important;
}

@media only screen and (max-width: 768px) {
  .eapps-instagram-feed-popup-item {
    margin-bottom: 2rem;
  }

  /*******************/
}

@media only screen and (max-width: 520px) {
  .eapps-instagram-feed-posts-item-template-classic {
    margin-bottom: 2rem !important;
  }

  .eapps-instagram-feed-popup-mobile-panel {
    width: calc(100% - 4rem);
    margin: auto;
    left: 0;
    right: 0;
    background: none !important;
    border-bottom: 0px solid #f1f1f1 !important;
  }

  .eapps-instagram-feed-popup-inner {
    width: calc(100% - 4rem) !important;
  }

  .eapps-instagram-feed-popup-wrapper {
    top: 0px !important;
    padding-top: 3rem;
  }

  .eapps-instagram-feed-popup-close {
    top: 5px !important;
    right: 35px !important;
    left: auto !important;
  }

  .eapps-instagram-feed-popup-close::before,
  .eapps-instagram-feed-popup-close::after {
    background-color: #00B0FF !important;
  }

  /********************/
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  font-family: auto;
  font-size: auto;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #27bdac;
  border-right: 3px solid #27bdac;
  right: 0;
  transform: rotate(45deg);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  transform: rotate(-135deg);
}

.swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #27bdac;
}

.tab-select-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}

.tab-select-wrap label {
  padding: 1rem;
  background: #f0f0f3;
  width: 50%;
  text-align: center;
  font-size: 0.9rem;
  color: #a7a7a7;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease 0s;
}

.tab-select-wrap label.on {
  color: #fff;
  transition: 0.25s ease 0.15s;
}

.tab-select-wrap label span {
  position: relative;
  z-index: 1;
}

.tab-select-wrap::after {
  width: 50%;
  content: "";
  background: #27bdac;
  pointer-events: none;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: 0.15s ease;
}

.tab-select-wrap.no02::after {
  transition: 0.15s ease;
  transform: translateX(100%);
}

.tab-content-wrap {
  flex-wrap: nowrap !important;
}

.tab-content-wrap .tab-content {
  width: 100%;
  min-width: 100%;
  opacity: 0;
  transform: translateX(calc(-100% + -2rem));
  transition: 0.35s ease;
}

.tab-content-wrap .tab-content.no02 {
  transform: translateX(2rem);
}

.tab-content-wrap input[type=radio]:checked + .tab-content.no01 {
  opacity: 1;
  transform: translateX(0%);
  transition: 0.35s ease;
}

.tab-content-wrap input[type=radio]:checked + .tab-content.no02 {
  opacity: 1;
  transform: translateX(-100%);
  transition: 0.35s ease;
}

.hide-content {
  display: none;
}

.trigger.on + .hide-content,
input[type=radio]:checked + .hide-content {
  display: block;
}

.modal-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  background: rgba(26, 32, 30, 0.7);
  pointer-events: none;
  opacity: 0;
  transition: 0.25s ease 0.35s;
}

.modal-bg.on {
  opacity: 1;
  transition: 0.25s ease;
}

.modal-container {
  width: 100%;
  max-width: 380px;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: 0.35s ease 0s;
}

@media only screen and (max-width: 1024px) {
  .modal-container {
    max-width: 680px;
  }
}

@media only screen and (max-width: 520px) {
  .modal-container {
    max-width: 380px;
  }
}

.modal-container.on {
  pointer-events: auto;
  opacity: 1;
  transition: 0.35s ease 0.25s;
}

.modal-container .wrap {
  width: 100%;
  position: relative;
}

.modal-container .wrap .ovl {
  width: 100%;
  height: 100%;
  cursor: pointer;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.modal-container .scroll {
  height: 100vh;
  overflow-y: auto;
  padding: 4rem 2rem;
  padding-bottom: 40vh;
}

.modal-container .scroll > .inner {
  width: 100%;
  z-index: 100;
  position: relative;
  transform: scale(0.8);
  transition: 0.35s ease 0s;
}

.modal-container .scroll > .inner .box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 21px 27px -7px rgba(10, 10, 10, 0.1);
}

.modal-container.on .scroll > .inner {
  transform: scale(1);
  transition: all 350ms cubic-bezier(0, 0.545, 0.625, 1.6);
  /* custom */
  transition-timing-function: cubic-bezier(0, 0.545, 0.625, 1.6);
  /* custom */
  transition-delay: 0.25s;
}

.modal-container .title {
  text-align: center;
  padding: 1rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #dfdfe2;
}

.modal-container .title.notice {
  border: none;
  padding: 1.5rem 1rem;
  background: #27bdac;
  color: #fff;
  font-weight: 700;
}

.modal-container .detail {
  padding: 2rem 2rem;
}

.modal-container .detail .heading {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1rem;
}

.modal-container .close-icon {
  width: 55px;
  height: 55px;
  pointer-events: none;
  content: "";
  margin: auto;
  position: absolute;
  top: 5px;
  right: 0;
  transform: translateY(-100%);
}

.modal-container .close-icon span {
  width: 50%;
  height: 2px;
  background: #fff;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotate(0deg);
  transition: 0.35s ease;
}

.modal-container .close-icon span:nth-child(2) {
  transform: rotate(0deg);
}

.modal-container.on span {
  transform: rotate(45deg);
  transition: 0.35s ease 0.5s;
}

.modal-container.on span:nth-child(2) {
  transform: rotate(-45deg);
  transition: 0.35s ease 0.5s;
}

.modal-container .btn-wrap {
  width: 100%;
  border-top: 1px solid #dfdfe2;
}

.modal-container .btn-wrap button,
.modal-container .btn-wrap a {
  width: 50%;
  text-align: center;
  padding: 1.25rem 1rem;
}

.modal-container .btn-wrap button.cancel,
.modal-container .btn-wrap a.cancel {
  color: #a7a7a7;
  cursor: pointer;
}

.modal-container .btn-wrap button.submit,
.modal-container .btn-wrap a.submit {
  font-weight: 700;
  color: #27bdac;
}

.modal-container .btn-wrap button:last-child,
.modal-container .btn-wrap a:last-child {
  border-left: 1px solid #dfdfe2;
}

.modal-container .btn-wrap.col1 button,
.modal-container .btn-wrap.col1 a {
  width: 100%;
}

ul.counter-list {
  width: 100%;
  counter-reset: number 0;
}

ul.counter-list li {
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dfdfe2;
  text-indent: -1rem;
  padding-left: 1rem;
}

ul.counter-list li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
  font-weight: 700;
  color: #27bdac;
}

ul.counter-list.question li {
  text-indent: -2rem;
  padding-left: 2rem;
  padding-bottom: 0rem;
  margin-bottom: 1rem;
  border-bottom: 0px;
}

ul.counter-list.question li::before {
  content: "Q" counter(number) ". ";
}

ul.counter-list.question li + .input-group {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f0f0f3;
}

ul.common-list {
  width: 100%;
}

ul.common-list li {
  width: 100%;
  border-bottom: 1px solid #f0f0f3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

ul.common-list li > div:nth-child(1) {
  width: 100%;
  color: #a7a7a7;
  font-size: 0.9rem;
}

ul.common-list li > div:nth-child(2) {
  width: calc(100% - 0px);
}

ul.link-list {
  width: 100%;
  border-top: 1px solid #f0f0f3;
}

ul.link-list li {
  width: 100%;
  border-bottom: 1px solid #f0f0f3;
  position: relative;
}

ul.link-list li:last-child {
  margin-bottom: 0;
}

ul.link-list li::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #dfdfe2;
  border-right: 2px solid #dfdfe2;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  transform: translateX(0) rotate(45deg);
  transition: 0.35s ease;
}

ul.link-list li:hover::after {
  transform: translateX(10px) rotate(45deg);
  transition: 0.35s ease;
}

ul.link-list li a {
  display: block;
  padding: 1rem 0;
}

ul.toggle-list {
  width: 100%;
}

ul.toggle-list li {
  text-align: justify;
  word-break: break-all;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 5px;
  display: block;
  box-shadow: 0px 3px 4px -1px rgba(10, 10, 10, 0.1);
}

ul.toggle-list li .trigger {
  padding-right: 2.5rem;
  position: relative;
  cursor: pointer;
}

ul.toggle-list li .trigger::after,
ul.toggle-list li .trigger::before {
  width: 20px;
  height: 2px;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0rem;
  bottom: 0;
  background: #a3a3a6;
  transform: rotate(0deg);
  transition: 0.35s ease;
}

ul.toggle-list li .trigger::before {
  transform: rotate(90deg);
}

ul.toggle-list li .trigger.on::after {
  transform: rotate(180deg);
  transition: 0.35s ease;
}

ul.toggle-list li .trigger.on::before {
  transform: rotate(-180deg);
  transition: 0.35s ease;
}

ul.toggle-list li .trigger .date {
  color: #a7a7a7;
  font-size: 0.9rem;
  font-weight: 700;
}

ul.toggle-list li.new .trigger .title {
  color: #27bdac;
  font-weight: 700;
}

ul.toggle-list li .hide-content {
  padding-top: 1rem;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  border-top: 1px solid #dfdfe2;
}

.notice-label {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  background: #27bdac;
  padding: 1.5rem 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.notice-label + .p380 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.toast {
  width: auto;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 150px;
  z-index: 9999;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: 0.35s ease;
}

.toast span {
  background: #27bdac;
  padding: 1rem 2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0px 3px 4px -1px rgba(10, 10, 10, 0.1);
  font-size: 0.9rem;
}

.toast.on {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.35s ease;
}

.invalid-feedback {
  font-size: 0.8rem;
  color: red;
}

.flex {
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex.left {
  justify-content: flex-start !important;
}

.flex.right {
  justify-content: flex-end !important;
}

.flex.left-right {
  justify-content: space-between !important;
}

.flex.center {
  align-items: center !important;
}

.flex.bottom {
  align-items: flex-end !important;
}

.flex.top {
  align-items: flex-start !important;
}

@media only screen and (max-width: 768px) {
  .flex.reve {
    flex-wrap: wrap-reverse !important;
  }
}

.bgmove {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-name: bgmove;
          animation-name: bgmove;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bgmove {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes bgmove {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

.root-wrap.nowloading {
  opacity: 0;
}

.root-wrap {
  opacity: 1;
}

body .loading-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

body.trans .loading-wrap {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
}

.loading-wrap .inner {
  width: 100%;
  height: 100%;
}

.loading-wrap .inner > div {
  transform: translateY(-8rem);
}

html.ios body .loading-wrap {
  background: none;
  padding: 0rem;
  pointer-events: none;
}

body .loading-ios-wrap {
  width: 100%;
  height: 100%;
  padding: 0rem;
  pointer-events: none;
}

html.ios body .loading-ios-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 2rem;
  pointer-events: none;
}

html.ios body .loading-ios-wrap {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-name: loadinginios;
          animation-name: loadinginios;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

html.ios body.trans .loading-ios-wrap {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-name: loadingoutios;
          animation-name: loadingoutios;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes loadingoutios {
  0% {
    pointer-events: auto;
    opacity: 1;
  }

  80% {
    pointer-events: auto;
    opacity: 1;
  }

  81% {
    pointer-events: auto;
    opacity: 1;
  }

  99% {
    pointer-events: auto;
  }

  100% {
    pointer-events: none;
    opacity: 0;
  }
}

@keyframes loadingoutios {
  0% {
    pointer-events: auto;
    opacity: 1;
  }

  80% {
    pointer-events: auto;
    opacity: 1;
  }

  81% {
    pointer-events: auto;
    opacity: 1;
  }

  99% {
    pointer-events: auto;
  }

  100% {
    pointer-events: none;
    opacity: 0;
  }
}

@-webkit-keyframes loadininios {
  0% {
    pointer-events: auto;
    opacity: 0;
  }

  80% {
    pointer-events: auto;
    opacity: 0;
  }

  81% {
    pointer-events: auto;
    opacity: 0;
  }

  99% {
    pointer-events: auto;
  }

  100% {
    pointer-events: none;
    opacity: 1;
  }
}

@keyframes loadininios {
  0% {
    pointer-events: auto;
    opacity: 0;
  }

  80% {
    pointer-events: auto;
    opacity: 0;
  }

  81% {
    pointer-events: auto;
    opacity: 0;
  }

  99% {
    pointer-events: auto;
  }

  100% {
    pointer-events: none;
    opacity: 1;
  }
}

.loading-wrap .pattern01 {
  width: 100%;
  max-width: 280px;
  margin-bottom: 0 auto;
}

.loading-wrap .pattern01 .circle {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  position: relative;
}

.loading-wrap .pattern01 .circle::before,
.loading-wrap .pattern01 .circle::after {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  content: "";
  border: 8px solid;
  border-radius: 100%;
  z-index: 9999;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.loading-wrap .pattern01 .circle::before {
  border-color: #e0e0e0;
}

.loading-wrap .pattern01 .circle::after {
  border-color: #00B0FF;
  border-right-color: #e0e0e0;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-name: pattern01;
          animation-name: pattern01;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pattern01 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pattern01 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

section.login-panel .intro {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}

section.login-panel .intro img {
  margin-bottom: 1rem;
}

section.login-panel .intro h1 {
  font-size: 1.5rem;
  font-weight: 700;
}

section.login-panel .intro h1 span {
  display: none;
}

section.login-panel .intro p {
  font-weight: 700;
  letter-spacing: 5px;
}

.login-panel-container {
  width: 100%;
  height: 500px;
  position: relative;
}

.login-panel-container .link {
  z-index: 10;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 200px;
  left: 0;
  margin-top: 2rem;
}

.login-panel-container .panel {
  width: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem 2rem;
  padding-bottom: 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 4px -1px rgba(10, 10, 10, 0.1);
  transition: 0.35s ease 0.4s;
}

.login-panel-container .panel.select {
  z-index: 10;
}

.login-panel-container .panel.login,
.login-panel-container .panel.signup,
.login-panel-container .panel.confirm {
  z-index: 15;
  opacity: 0;
  transform: translateX(20px);
  transition: 0.35s ease;
  pointer-events: none;
}

.login-panel-container .panel.login.on,
.login-panel-container .panel.signup.on,
.login-panel-container .panel.confirm.on {
  opacity: 1;
  transform: translate(0);
  pointer-events: auto;
  transition: 0.35s ease 0.4s;
}

.login-panel-container .panel.login .detail,
.login-panel-container .panel.signup .detail,
.login-panel-container .panel.confirm .detail {
  padding: 0.75rem 1rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.login-panel-container .panel.login .detail span,
.login-panel-container .panel.signup .detail span,
.login-panel-container .panel.confirm .detail span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.login-panel-container .panel.login ul.notes,
.login-panel-container .panel.signup ul.notes,
.login-panel-container .panel.confirm ul.notes {
  margin: 2rem 0 0;
}

.login-panel-container .panel.login ul.notes .left-padding,
.login-panel-container .panel.signup ul.notes .left-padding,
.login-panel-container .panel.confirm ul.notes .left-padding {
  padding-left: 1.4rem;
}

.login-panel-container .panel.out {
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.35s ease;
}

.login-panel-container .panel h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.stamp-note {
  width: 100%;
}

.stamp-note .card {
  width: calc(50% - 0.5rem);
  background: #fff;
  padding-top: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: 0px 3px 4px -1px rgba(10, 10, 10, 0.1);
  border-radius: 3px;
}

.stamp-note .card:nth-of-type(2n) {
  margin-right: 0;
}

.stamp-note .card div > p {
  font-size: 0.8rem;
  color: #797979;
}

.stamp-note .card div > p span {
  font-size: 1rem;
  color: #000;
}

.stamp-note .card .label {
  background: #27bdac;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.25rem 1rem;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 14px;
  left: -7px;
  z-index: 10;
}

.stamp-note .card .label span::after {
  content: "\4E00\56DE\306E\307F";
}

.stamp-note .card .label::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 13px;
  border-color: transparent transparent transparent #27bdac;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  content: "";
}

.stamp-note .card .stamp {
  width: 110px;
  height: 110px;
  border: 2px dashed #dfdfe2;
  border-radius: 100%;
  margin: 0 auto;
  transition: 0.35s ease;
  position: relative;
}

.stamp-note .card .stamp::after {
  width: 110px;
  height: 110px;
  content: "";
  opacity: 0;
  pointer-events: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.35s ease;
}

.stamp-note .card.stamp-hotspring .stamp,
.stamp-note .card.stamp-lodging .stamp,
.stamp-note .card.stamp-experience .stamp,
.stamp-note .card.stamp_gift .stamp {
  border: 2px dashed #fff;
}

.stamp-note .card.stamp-hotspring .stamp::after {
  opacity: 1;
  background: url(/img/stamp/hotspring.png) no-repeat center/contain;
}

.stamp-note .card.stamp-lodging .stamp::after {
  opacity: 1;
  background: url(/img/stamp/lodging.png) no-repeat center/contain;
}

.stamp-note .card.stamp-experience .stamp::after {
  opacity: 1;
  background: url(/img/stamp/experience.png) no-repeat center/contain;
}

.stamp-note .card.stamp_gift .stamp::after {
  opacity: 1;
  background: url(/img/stamp/gift.png) no-repeat center/contain;
}

.stamp-note .card .name {
  padding: 0.75rem 1rem;
  position: relative;
}

.stamp-note .card .name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.stamp-note .card .detail {
  padding: 0.75rem 1rem;
  border-top: 2px dashed #dfdfe2;
}

.stamp-note .card .detail span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.stamp-note .card .date {
  padding: 0.75rem 1rem;
  border-top: 1px solid #dfdfe2;
}

.stamp-note .card.on .name span {
  -webkit-line-clamp: unset;
}

.stamp-note .card.on .detail span {
  -webkit-line-clamp: unset;
}

.stamp-note .card.stamp_animation .stamp::after {
  opacity: 0;
  transform: scale(1);
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: stamp_animation;
          animation-name: stamp_animation;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes stamp_animation {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(-45deg) scale(1.5);
  }

  30% {
    opacity: 1;
    transform: translateX(-3px) rotate(45deg) scale(0.7);
  }

  35% {
    opacity: 1;
    transform: translateX(3px) rotate(45deg) scale(0.7);
  }

  40% {
    opacity: 1;
    transform: translateX(-3px) rotate(45deg) scale(0.7);
  }

  45% {
    opacity: 1;
    transform: translateX(3px) rotate(45deg) scale(0.7);
  }

  50% {
    opacity: 1;
    transform: translateX(0px) rotate(45deg) scale(0.7);
  }

  75% {
    opacity: 1;
    transform: translateX(0px) rotate(45deg) scale(0.7);
  }

  85% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg) scale(1.2);
  }

  90% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg) scale(1);
  }
}

@keyframes stamp_animation {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(-45deg) scale(1.5);
  }

  30% {
    opacity: 1;
    transform: translateX(-3px) rotate(45deg) scale(0.7);
  }

  35% {
    opacity: 1;
    transform: translateX(3px) rotate(45deg) scale(0.7);
  }

  40% {
    opacity: 1;
    transform: translateX(-3px) rotate(45deg) scale(0.7);
  }

  45% {
    opacity: 1;
    transform: translateX(3px) rotate(45deg) scale(0.7);
  }

  50% {
    opacity: 1;
    transform: translateX(0px) rotate(45deg) scale(0.7);
  }

  75% {
    opacity: 1;
    transform: translateX(0px) rotate(45deg) scale(0.7);
  }

  85% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg) scale(1.2);
  }

  90% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg) scale(1);
  }
}

body.stamp-page .price-data {
  width: 100%;
  margin-bottom: 1rem;
  transition: 0.35s ease;
  opacity: 1;
  pointer-events: auto;
}

body.stamp-page .price-data .toggle {
  transition: 0.35s ease;
}

body.stamp-page .price-data .toggle.off {
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease;
}

body.stamp-page .price-data .label {
  font-size: 0.9rem;
  padding-right: 0.5rem;
}

body.stamp-page .price-data .price {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 2px solid;
  position: relative;
}

body.stamp-page .price-data .sub-link-btn {
  padding: 0.5rem 2rem;
}

body.stamp-page .price-data .history-icon {
  width: 38px;
  height: 38px;
  margin-left: 1rem;
  color: #27bdac;
  text-align: center;
}

body.stamp-page .price-data .history-icon span {
  margin-top: -2px;
  font-size: 39px !important;
}

body.stamp-page .user_name {
  width: 50%;
  position: absolute;
  text-align: right;
  font-weight: 700;
  top: 0;
  right: 40px;
  padding: 1rem;
  z-index: 999;
}

body.stamp-page .qr_reader {
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  overflow: scroll;
}

body.stamp-page .qr_reader .serial_code {
  height: 50vh;
  width: 80%;
  margin: auto;
}

body.stamp-page .qr_reader .serial_code p {
  margin: 2rem 0;
}

body.stamp-page .qr_reader .serial_code select {
  width: 100%;
}

body.stamp-page .qr_reader .serial_code button {
  margin-top: 2rem;
}

body.stamp-page .qr_reader .delete-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
}

body.stamp-page .qr_reader .camera {
  width: 100%;
}

body.stamp-page .qr_reader canvas {
  display: none;
}

body.stamp-page .fab {
  width: 55px;
  height: 55px;
  background: #0a84ff;
  position: fixed;
  bottom: calc(63.5px + 1rem);
  right: 1rem;
  z-index: 1000;
  border-radius: 100%;
  box-shadow: 0px 2px 3px -1px rgba(10, 10, 10, 0.4);
}

body.stamp-page .fab.off {
  display: none;
}

body.stamp-page .fab > div {
  width: 100%;
  height: 100%;
  display: none;
}

body.stamp-page .fab > div.on {
  display: block;
}

body.stamp-page .fab span {
  pointer-events: none;
  font-weight: normal !important;
  color: #fff;
  padding-top: 13px;
  text-align: center;
  font-size: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal-container.no-application ul.counter-list {
  margin: 2rem 0 1rem 0;
}

.modal-container.no-application p {
  color: #797979;
  font-size: 0.9rem;
}

.modal-container.no-application p:last-child {
  margin-top: 1rem;
}

.modal-container.new-passport div.detail {
  font-size: 0.9rem;
}

.modal-container.new-passport ul.notes {
  margin: 2rem 0 0;
}

.modal-container.new-passport ul.notes .left-padding {
  padding-left: 1.4rem;
}

.modal-container.new-account button {
  width: 100%;
}

.modal-container.new-account p {
  color: red;
}

.modal-container.multi-user ul.counter-list li::before {
  content: none;
}

.modal-container.multi-user ul.counter-list li:last-child {
  border-bottom: none;
}

.modal-container.multi-user .add-user {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 2rem;
}

body.stamp-page.history h1 {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
  padding-top: 1rem;
  font-size: 1.25rem;
}

.facility-card-wrap {
  width: 100%;
}

.facility-card-wrap h2 {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  padding-top: 2rem;
  border-top: 1px solid #fff;
  margin-bottom: 2rem;
}

.facility-card-wrap .card {
  width: calc(50% - 1rem);
  margin-bottom: 3rem;
  border-radius: 5px;
  box-shadow: 0px 3px 4px -1px rgba(10, 10, 10, 0.1);
  position: relative;
}

@media only screen and (max-width: 520px) {
  .facility-card-wrap .card {
    width: 100%;
  }
}

.facility-card-wrap .card img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.facility-card-wrap .card .detail {
  width: 100%;
  color: #000;
  background: #fff;
  padding: 1.5rem 2rem;
}

.facility-card-wrap .card h3 {
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.facility-card-wrap .card p {
  font-size: 0.9rem;
  text-align: justify;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.facility-card-wrap .card .link-btn {
  border-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.facility-card-wrap .card .label {
  background: #27bdac;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.25rem 1rem;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 14px;
  left: -7px;
  z-index: 10;
}

.facility-card-wrap .card .label span::after {
  content: "\7279\5178\3042\308A";
}

.facility-card-wrap .card .label::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 13px;
  border-color: transparent transparent transparent #27bdac;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  content: "";
}

.notice-icon {
  width: 35px;
  height: 35px;
  top: 1rem;
  right: 1rem;
  position: absolute;
  text-align: center;
}

.notice-icon span {
  color: #000;
  font-size: 30px;
  margin: auto;
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
}

.notice-icon .lamp {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  content: "";
  background: #27bdac;
  margin: auto;
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: 2;
}

.notice-icon .lamp::after {
  width: 35px;
  height: 35px;
  content: "";
  background: #27bdac;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-name: lamp;
          animation-name: lamp;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes lamp {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes lamp {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

body.facility-detail h1 {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 1rem;
}

body.facility-detail .pre-wrap {
  white-space: pre-wrap;
}

body.facility-detail section.common {
  padding: 4rem 0;
  padding-bottom: 40vh;
}

body.facility-detail .main-img {
  width: 100%;
  position: relative;
  height: 35vh;
}

body.facility-detail .main-img .swiper-slide {
  background: #fff;
}

body.facility-detail .main-img .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.facility-detail ul.common-list {
  background: #fff;
  padding: 1rem 1rem 2rem 1rem;
}

body.facility-detail ul.common-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

body.facility-detail ul.common-list p {
  text-align: justify;
  word-break: break-all;
  margin-bottom: 1.5rem;
}

body.facility-detail ul.common-list p:last-child {
  margin-bottom: 0;
}

body.facility-detail iframe {
  width: 100%;
  height: 250px;
  vertical-align: bottom;
}

body.facility-detail iframe + .link-btn {
  border-radius: 0;
}

body.setting-page {
  font-size: 0.9rem;
}

body.setting-page .p380 {
  max-width: 520px;
}

body.setting-page section.common {
  padding-left: 0;
  padding-right: 0;
}

body.setting-page ul.common-list {
  padding: 2rem 1rem;
  background: #fff;
  margin-bottom: 3rem;
}

body.setting-page ul.common-list li {
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
}

body.setting-page ul.common-list li > div:nth-child(1) {
  width: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

body.setting-page ul.common-list li > div:nth-child(2) {
  width: calc(100% - 100px);
  padding-left: 1rem;
  margin-bottom: 0.75rem;
  text-align: right;
}

body.setting-page ul.common-list li:first-child > div:nth-child(1) {
  width: 50px;
}

body.setting-page ul.common-list li:first-child > div:nth-child(2) {
  width: calc(100% - 50px);
}

body.setting-page ul.common-list li:nth-child(4) {
  padding: 0 0 0 1rem;
}

body.setting-page ul.common-list li:last-child {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}

body.setting-page ul.common-list li:last-child > div:nth-child(2) {
  margin-bottom: 0rem;
  width: 100%;
}

body.setting-page input[type=text] {
  text-align: right;
  padding: 0.75rem 1rem;
  font-weight: 700;
  color: #27bdac;
  background: #fafafd;
  border: 1px solid #dfdfe2;
  transition: 0.35s;
}

body.setting-page input[type=tel],
body.setting-page input[type=email] {
  text-align: right;
  padding: 0.75rem 1rem;
  padding-right: 0;
  font-weight: normal;
  color: #797979;
  background: none;
  border: none;
  pointer-events: none;
}

body.setting-page .disable input[type=tel],
body.setting-page .disable input[type=email] {
  font-weight: normal;
  background: none;
  border: none;
  color: #797979;
  transition: 0.35s;
  pointer-events: none;
}

body.setting-page .disable input[type=text] {
  font-weight: normal;
  background: none;
  border: 1px solid #fff;
  color: #000;
  transition: 0.35s;
  pointer-events: none;
}

body.setting-page button.edit-btn {
  font-size: 0.9rem;
  width: auto;
  padding: 0.5rem 1rem;
  background: #27bdac;
  border-radius: 3px;
  display: inline-block;
  margin-left: 1rem;
  color: #fff;
  border: 1px solid;
  display: none;
}

body.setting-page button.edit-btn.edit {
  color: #27bdac;
  background: #fff;
  display: block;
}

body.setting-page button.edit-btn.edit.on {
  display: none;
}

body.setting-page button.edit-btn.cancel {
  color: #797979;
  background: #f0f0f3;
  border-color: #f0f0f3;
}

body.setting-page button.edit-btn.cancel.on {
  display: block;
}

body.setting-page button.edit-btn.save {
  padding-left: 2rem;
  padding-right: 2rem;
}

body.setting-page button.edit-btn.save.on {
  display: block;
}

body.setting-page ul.toggle-list li {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  box-shadow: none;
  border-radius: 0px;
}

body.setting-page #email + div {
  margin-top: 0.2rem;
}

body.admin-login {
  background: url(/img/bg/main.jpeg);
  background-size: 500px auto;
}

body.admin-login section.admin-common {
  height: 100vh;
  padding: 6rem 2rem 0rem 2rem;
}

section.login-panel .intro {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}

section.login-panel .intro img {
  margin-bottom: 1rem;
}

section.login-panel .intro h1 {
  font-size: 1.5rem;
  font-weight: 700;
}

section.login-panel .intro h1 span {
  display: none;
}

section.login-panel .intro p {
  font-weight: 700;
  letter-spacing: 5px;
}

section.login-panel .input-group label span {
  padding-left: 1rem;
  font-size: 0.5rem;
}

section.login-panel .input-group .password-forget {
  font-size: 0.5rem;
}

section.login-panel .input-group p {
  color: #596679;
  font-size: 0.8rem;
  font-weight: 700;
}

section.login-panel .admin-input-item {
  width: 100%;
  margin-bottom: 2rem;
}

section.login-panel .admin-input-item.margin {
  margin-bottom: 2rem;
}

section.login-panel .admin-input-item.margin:last-child {
  margin-bottom: 0rem;
}

section.login-panel .admin-input-item label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #8A95A5;
}

section.login-panel .admin-input-item .input {
  position: relative;
}

section.login-panel .admin-input-item.check .input label {
  color: #596679;
  padding-left: 2.25rem;
  cursor: pointer;
  position: relative;
  transition: 0.1s ease;
}

section.login-panel .admin-input-item.check .input label > div {
  width: 21px;
  height: 21px;
  content: "";
  background: #fff;
  border: 1px solid #D2DAE2;
  margin: auto;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  transition: 0.1s ease 0s;
}

section.login-panel .admin-input-item.check .input label > div::before {
  width: 7px;
  height: 2px;
  content: "";
  background: #15A3FA;
  transform-origin: left;
  transform: rotate(45deg) scaleX(0);
  margin: auto;
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: -6px;
  transition: 0.1s ease 0.1s;
}

section.login-panel .admin-input-item.check .input label > div::after {
  width: 12px;
  height: 2px;
  content: "";
  background: #15A3FA;
  transform-origin: left;
  transform: rotate(-45deg) scaleX(0);
  margin: auto;
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 7px;
  transition: 0.1s ease 0s;
}

section.login-panel .admin-input-item.check input[type=checkbox]:checked + label {
  color: #15A3FA;
  font-weight: 700;
  transition: 0.1s ease;
}

section.login-panel .admin-input-item.check input[type=checkbox]:checked + label > div {
  border: 1px solid #15A3FA;
  transition: 0.1s ease 0s;
}

section.login-panel .admin-input-item.check input[type=checkbox]:checked + label > div::after {
  transform: rotate(-45deg) scaleX(1);
  transition: 0.1s ease 0.1s;
}

section.login-panel .admin-input-item.check input[type=checkbox]:checked + label > div::before {
  transform: rotate(45deg) scaleX(1);
  transition: 0.1s ease;
}

.login-panel-container {
  width: 100%;
  height: 500px;
  position: relative;
}

.login-panel-container .panel {
  width: 100%;
  content: "";
  padding: 2rem 2rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 4px -1px rgba(10, 10, 10, 0.1);
  transition: 0.35s ease 0.4s;
}

.login-panel-container .panel h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

