.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.contents_inner {
  max-width: 1080px;
  margin: 0px auto;
}

/* =====================================================
    details_head
=====================================================*/
#details_head {
  padding: 50px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  #details_head {
    padding: 60px 0px 0px 0px;
  }
}
@media screen and (min-width: 980px) {
  #details_head {
    padding: 80px 0px 0px 0px;
  }
}
#details_head .contents_inner {
  max-width: 100%;
}

.details_head__title {
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  display: flex;
}
.details_head__title .title, .details_head__title .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.details_head__title .title {
  position: relative;
  padding: 20px 3vw 15px 5vw;
  flex: 1;
}
@media screen and (min-width: 640px) {
  .details_head__title .title {
    padding: 32px 4vw 18px 4vw;
  }
}
@media screen and (min-width: 980px) {
  .details_head__title .title {
    padding: 45px 30px 30px 35px;
  }
}
.details_head__title .title .category {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1em;
}
.details_head__title .title .category span {
  display: inline-block;
  padding: 4px 10px;
  background-color: #00C2ED;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: 700;
  border-radius: 0px 0px 5px 0px;
}
@media screen and (min-width: 640px) {
  .details_head__title .title .category span {
    font-size: 1.3rem;
    padding: 6px 12px;
  }
}
@media screen and (min-width: 980px) {
  .details_head__title .title .category span {
    font-size: 1.4rem;
    padding: 8px 15px;
  }
}
.details_head__title .title .name {
  font-size: min(4.6153846154vw, 2.2rem);
  line-height: 1.35em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .details_head__title .title .name {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 980px) {
  .details_head__title .title .name {
    font-size: 2.8rem;
    line-height: 1.3em;
  }
}
.details_head__title .title .info {
  margin-top: 3px;
  display: flex;
}
@media screen and (min-width: 640px) {
  .details_head__title .title .info {
    margin-top: 8px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .details_head__title .title .info {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.details_head__title .title .info .type + .type:before {
  content: "/";
  padding: 0px 0.1em;
}
@media screen and (min-width: 640px) {
  .details_head__title .title .info .type + .type:before {
    padding: 0px 0.2em;
  }
}
.details_head__title .title:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #00C2ED;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .details_head__title .title:before {
    width: 6px;
  }
}
.details_head__title .price {
  padding: 20px 3vw;
  white-space: nowrap;
  border-left: 1px solid #C8C8C8;
}
@media screen and (min-width: 640px) {
  .details_head__title .price {
    padding: 25px 25px;
  }
}
@media screen and (min-width: 980px) {
  .details_head__title .price {
    width: 25%;
    justify-content: flex-start;
    padding: 30px 35px;
  }
}
.details_head__title .price .rent {
  font-size: min(3.8461538462vw, 1.6rem);
  line-height: 1em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .details_head__title .price .rent {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 980px) {
  .details_head__title .price .rent {
    font-size: 1.8rem;
  }
}
.details_head__title .price .rent .amount {
  color: #00C2ED;
  line-height: 1em;
  font-size: min(6.4102564103vw, 3rem);
  padding-right: 0.1em;
}
@media screen and (min-width: 640px) {
  .details_head__title .price .rent .amount {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 980px) {
  .details_head__title .price .rent .amount {
    font-size: 3.4rem;
  }
}
.details_head__title .price .rent .amount .large {
  font-size: min(8.2051282051vw, 3.8rem);
}
@media screen and (min-width: 640px) {
  .details_head__title .price .rent .amount .large {
    font-size: 4rem;
  }
}
@media screen and (min-width: 980px) {
  .details_head__title .price .rent .amount .large {
    font-size: 4.4rem;
  }
}
.details_head__title .price .management {
  margin-top: 5px;
  line-height: 1em;
  font-size: min(3.5897435897vw, 1.5rem);
}
@media screen and (min-width: 640px) {
  .details_head__title .price .management {
    margin-top: 8px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .details_head__title .price .management {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.details_head__title .price .security {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .details_head__title .price .security {
    margin-top: 12px;
  }
}
@media screen and (min-width: 980px) {
  .details_head__title .price .security {
    margin-top: 15px;
  }
}
.details_head__title .price .key {
  margin-top: 5px;
}
@media screen and (min-width: 640px) {
  .details_head__title .price .key {
    margin-top: 6px;
  }
}
@media screen and (min-width: 980px) {
  .details_head__title .price .key {
    margin-top: 8px;
  }
}
.details_head__title .price .security, .details_head__title .price .key {
  display: flex;
  align-items: center;
  gap: 0px 5px;
  line-height: 1em;
  font-size: min(3.5897435897vw, 1.5rem);
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .details_head__title .price .security, .details_head__title .price .key {
    gap: 0px 8px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .details_head__title .price .security, .details_head__title .price .key {
    gap: 0px 10px;
    font-size: 1.6rem;
  }
}
.details_head__title .price .security dt, .details_head__title .price .key dt {
  padding: 0.15em 0.3em;
  background-color: #C8C8C8;
}

.details_head__slider_main {
  position: relative;
  background-color: #F5F5F5;
}
.details_head__slider_main .details_head__list_trigger {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 640px) {
  .details_head__slider_main .details_head__list_trigger {
    top: 20px;
  }
}
.details_head__slider_main .main_slider {
  width: 70.4vw;
  margin: 0px auto;
  aspect-ratio: 264/220;
}
@media screen and (min-width: 640px) {
  .details_head__slider_main .main_slider {
    width: 60%;
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 980px) {
  .details_head__slider_main .main_slider {
    width: 50%;
    max-width: 600px;
    max-height: 700px;
  }
}
.details_head__slider_main .main_slider .splide__track {
  height: 100%;
}
.details_head__slider_main .main_slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 640px) {
  .details_head__slider_thumb {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  .details_head__slider_thumb {
    margin-top: 20px;
  }
}
.details_head__slider_thumb .splide__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2.5%;
}
@media screen and (min-width: 640px) {
  .details_head__slider_thumb .splide__list {
    gap: 12px 2%;
    justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .details_head__slider_thumb .splide__list {
    gap: 15px 15px;
  }
}
.details_head__slider_thumb .splide__list .thumb {
  margin: 0px;
  width: 18%;
  aspect-ratio: 100/100;
  border: 0px solid transparent;
}
@media screen and (min-width: 640px) {
  .details_head__slider_thumb .splide__list .thumb {
    width: 12%;
  }
}
@media screen and (min-width: 980px) {
  .details_head__slider_thumb .splide__list .thumb {
    width: 80px;
    max-width: 100px;
  }
}
.details_head__slider_thumb .splide__list .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details_head__slider_thumb .splide__list .thumb.is-active {
  position: relative;
  border: 0px solid transparent;
}
.details_head__slider_thumb .splide__list .thumb.is-active:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #00C2ED;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  .details_head__slider_thumb .splide__list .thumb.is-active:before {
    border-width: 4px;
  }
}

/* =====================================================
    details_head__list_contents
=====================================================*/
.details_head__list_contents {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
}
.details_head__list_contents .overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  cursor: pointer;
}
.details_head__list_contents .close_btn {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 12;
}
@media screen and (min-width: 980px) {
  .details_head__list_contents .close_btn {
    width: 50px;
    height: 50px;
    right: 30px;
    top: 30px;
  }
}
.details_head__list_contents .close_btn:before, .details_head__list_contents .close_btn:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -1px;
}
@media screen and (min-width: 980px) {
  .details_head__list_contents .close_btn:before, .details_head__list_contents .close_btn:after {
    width: 22px;
    margin-left: -11px;
  }
}
.details_head__list_contents .close_btn:before {
  transform: rotate(45deg);
}
.details_head__list_contents .close_btn:after {
  transform: rotate(-45deg);
}
.details_head__list_contents .contents {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding: 50px 5vw 50px 5vw;
}
@media screen and (min-width: 640px) {
  .details_head__list_contents .contents {
    padding: 60px 30px 60px 30px;
  }
}
@media screen and (min-width: 980px) {
  .details_head__list_contents .contents {
    padding: 80px 40px 80px 40px;
  }
}
.details_head__list_contents .list {
  padding-bottom: 50px;
}
@media screen and (min-width: 640px) {
  .details_head__list_contents .list {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 980px) {
  .details_head__list_contents .list {
    padding-bottom: 80px;
  }
}
.details_head__list_contents .item {
  cursor: pointer;
}
.details_head__list_contents .img {
  width: 70.4vw;
  margin: 0px auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 640px) {
  .details_head__list_contents .img {
    width: 350px;
  }
}
.details_head__list_contents .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.details_head__list_contents .close_btn_bottom {
  width: 100%;
  max-width: 130px;
  margin: 0px auto;
  background-color: #F5F5F5;
  color: #C8C8C8;
  padding: 6px 0px;
  line-height: 1em;
  text-align: center;
  border-radius: 60px;
}
@media screen and (min-width: 980px) {
  .details_head__list_contents .close_btn_bottom {
    cursor: pointer;
  }
}

.details_head__list_contents {
  opacity: 0;
  visibility: hidden;
}
.details_head__list_contents.active {
  opacity: 1;
  visibility: visible;
}

/* =====================================================
    cta
=====================================================*/
/* =====================================================
    cta
=====================================================*/
@media screen and (min-width: 640px) {
  .cta {
    max-width: 85%;
    margin: 0px auto;
  }
}
@media screen and (min-width: 980px) {
  .cta {
    max-width: 680px;
  }
}

.cta_head {
  background-color: #000;
  padding: 5px 0px;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (min-width: 640px) {
  .cta_head {
    padding: 8px 0px;
  }
}
@media screen and (min-width: 980px) {
  .cta_head {
    padding: 10px 0px;
  }
}
.cta_head .text {
  color: #fff;
  font-size: min(4.358974359vw, 2.1rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .cta_head .text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_head .text {
    font-size: 1.8rem;
  }
}

.cta_body {
  background-color: #fff;
  display: flex;
}

.cta_body__item {
  width: 50%;
}
.cta_body__item._reservation {
  background-color: #ACFFB1;
}
.cta_body__item._beginner {
  background-color: #fff;
}
.cta_body__item._online {
  background-color: #00C2ED;
}

.cta_body__link {
  padding: 8px 0px 14px 0px;
  display: block;
}
@media screen and (min-width: 640px) {
  .cta_body__link {
    padding: 20px 0px;
  }
}
@media screen and (min-width: 980px) {
  .cta_body__link {
    padding: 18px 0px;
  }
}
.cta_body__link .icon {
  width: 20px;
  margin: 0px auto;
}
@media screen and (min-width: 640px) {
  .cta_body__link .icon {
    width: 25px;
  }
}
@media screen and (min-width: 980px) {
  .cta_body__link .icon {
    line-height: 1em;
  }
}
@media screen and (min-width: 980px) {
  .cta_body__link .icon img {
    width: 100%;
    height: auto;
  }
}
.cta_body__link .text {
  margin-top: 8px;
  color: #000;
  text-align: center;
  font-size: min(4.1025641026vw, 1.6rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .cta_body__link .text {
    font-size: 2.6vw;
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) {
  .cta_body__link .text {
    font-size: 1.7rem;
  }
}

.cta_body__link {
  transition: 0.3s ease all;
}
.cta_body__link .icon {
  transition: 0.3s ease all;
}
.cta_body__link .text {
  transition: 0.3s ease all;
}
.cta_body__link:hover .icon {
  transform: scale(1.1);
}

.cta_bottom {
  border-top: 1px solid #D9D9D9;
  background-color: #fff;
  padding: 5px 0px 10px 0px;
  border-radius: 0px 0px 10px 10px;
}
@media screen and (min-width: 640px) {
  .cta_bottom {
    padding: 8px 0px 12px 0px;
  }
}
@media screen and (min-width: 980px) {
  .cta_bottom {
    padding: 10px 0px 15px 0px;
  }
}
.cta_bottom:has(.tel) {
  padding-top: 10px;
}
.cta_bottom .text {
  color: #000;
  font-size: min(4.6153846154vw, 1.8rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .cta_bottom .text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_bottom .text {
    font-size: 2rem;
  }
}
.cta_bottom .tel {
  margin-top: 8px;
  line-height: 1em;
  text-align: center;
}
.cta_bottom .tel a {
  color: #000;
  display: inline-block;
  font-size: min(5.641025641vw, 2.4rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .cta_bottom .tel a {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_bottom .tel a {
    font-size: 3.2rem;
  }
}

.cta {
  margin-top: 10px;
  border-top: 1px solid #C8C8C8;
  padding: 30px 5vw 0px 5vw;
}
@media screen and (min-width: 640px) {
  .cta {
    margin-top: 15px;
    padding: 35px 30px 0px 30px;
  }
}
@media screen and (min-width: 980px) {
  .cta {
    margin-top: 20px;
    padding: 40px 40px 0px 40px;
  }
}

#details_about {
  padding-bottom: 0px;
}
@media screen and (max-width: 639px) {
  #details_about {
    padding-top: 35px;
  }
}
@media screen and (min-width: 640px) {
  #details_about {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 980px) {
  #details_about {
    padding-bottom: 0px;
  }
}

.details_about__box {
  overflow: hidden;
  background-color: #fff;
  padding: 35px 4vw 30px 4vw;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 640px) {
  .details_about__box {
    padding: 40px 30px;
    border-radius: 12px;
  }
}
@media screen and (min-width: 980px) {
  .details_about__box {
    padding: 50px 50px;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .details_about__box {
    padding: 60px 80px 60px 80px;
  }
}

.details_about__title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .details_about__title {
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  .details_about__title {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.details_about__title .title {
  font-size: min(6.1538461538vw, 2.8rem);
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .details_about__title .title {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .details_about__title .title {
    font-size: 3.2rem;
  }
}
.details_about__title .en {
  margin-top: 8px;
  font-size: min(3.5897435897vw, 1.6rem);
  line-height: 1em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .details_about__title .en {
    margin-top: 10px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 980px) {
  .details_about__title .en {
    margin-top: 12px;
    font-size: 1.8rem;
  }
}
.details_about__title:after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.details_about__subtitle {
  position: relative;
  padding-left: 0.7em;
  font-size: min(4.1025641026vw, 1.8rem);
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .details_about__subtitle {
    font-size: 3.2vw;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  .details_about__subtitle {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
}
.details_about__subtitle:before {
  content: "";
  width: 3px;
  height: 1.2em;
  background-color: #00C2ED;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.6em;
}
@media screen and (min-width: 980px) {
  .details_about__subtitle:before {
    width: 4px;
  }
}

.details_about__column + .details_about__column {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 640px) {
  .details_about__column + .details_about__column {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .details_about__column + .details_about__column {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.details_about__column + .details_about__column:before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.details_about__type, .details_about__address, .details_about__station {
  position: relative;
  padding-left: 23px;
  line-height: 1.5em;
}
@media screen and (min-width: 640px) {
  .details_about__type, .details_about__address, .details_about__station {
    padding-left: 28px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .details_about__type, .details_about__address, .details_about__station {
    padding-left: 32px;
    font-size: 1.6rem;
  }
}
.details_about__type:before, .details_about__address:before, .details_about__station:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 0.75em;
  margin-top: -9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 640px) {
  .details_about__type:before, .details_about__address:before, .details_about__station:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 980px) {
  .details_about__type:before, .details_about__address:before, .details_about__station:before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}

.details_about__type:before {
  background-image: url(../../img/details/icon_home.svg);
}

.details_about__address {
  margin-top: 35px;
}
.details_about__address:before {
  background-image: url(../../img/details/icon_pin2.svg);
}

.details_about__station:before {
  background-image: url(../../img/details/icon_train.svg);
}

.details_building_id__number {
  color: #00C2ED;
  padding: 0px 5px;
  font-family: "Anton", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .details_building_id__number {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  .details_building_id__number {
    font-size: 2rem;
  }
}

.details_building_id__copy {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  line-height: 1.5em;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .details_building_id__copy:hover {
    opacity: 0.7;
  }
}
.details_building_id__copy:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  margin-top: -9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../img/details/icon_copy.svg);
}
@media screen and (min-width: 640px) {
  .details_building_id__copy:before {
    width: 18px;
    height: 18px;
    margin-top: -13px;
  }
}
@media screen and (min-width: 980px) {
  .details_building_id__copy:before {
    width: 20px;
    height: 20px;
    margin-top: -12px;
  }
}
@media screen and (min-width: 640px) {
  .details_building_id__copy {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 980px) {
  .details_building_id__copy {
    width: 24px;
    height: 24px;
  }
}

.details_about__pettype {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .details_about__pettype {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .details_about__pettype {
    margin-top: 25px;
  }
}

.details_about__station {
  margin-top: 5px;
}
@media screen and (min-width: 640px) {
  .details_about__station {
    margin-top: 8px;
  }
}
@media screen and (min-width: 980px) {
  .details_about__station {
    margin-top: 10px;
  }
}

.details_about__pettype_item + .details_about__pettype_item {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .details_about__pettype_item + .details_about__pettype_item {
    margin-top: 12px;
  }
}
@media screen and (min-width: 980px) {
  .details_about__pettype_item + .details_about__pettype_item {
    margin-top: 15px;
  }
}

.details_about__pettype_item {
  padding: 15px 0px;
  background-color: #F5F5F5;
  border-radius: 10px;
  display: flex;
}
@media screen and (min-width: 640px) {
  .details_about__pettype_item {
    padding: 18px 0px;
    border-radius: 12px;
  }
}
@media screen and (min-width: 980px) {
  .details_about__pettype_item {
    padding: 20px 0px;
    border-radius: 15px;
  }
}
.details_about__pettype_item .title {
  width: 25.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .details_about__pettype_item .title {
    width: 20%;
  }
}
@media screen and (min-width: 980px) {
  .details_about__pettype_item .title {
    width: 120px;
  }
}
.details_about__pettype_item .title .icon {
  width: 30px;
  height: 30px;
  margin: 0px auto;
}
@media screen and (min-width: 640px) {
  .details_about__pettype_item .title .icon {
    width: 35px;
    height: 35px;
  }
}
.details_about__pettype_item .title .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.details_about__pettype_item .title .text {
  text-align: center;
  font-size: min(3.5897435897vw, 1.6rem);
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .details_about__pettype_item .title .text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .details_about__pettype_item .title .text {
    font-size: 1.6rem;
  }
}
.details_about__pettype_item .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  border-left: 1px solid #C8C8C8;
  padding: 0px 10px 0px 10px;
}
@media screen and (min-width: 640px) {
  .details_about__pettype_item .content {
    padding: 0px 15px 0px 15px;
  }
}
@media screen and (min-width: 980px) {
  .details_about__pettype_item .content {
    padding: 0px 20px 0px 20px;
  }
}
.details_about__pettype_item .content .text {
  line-height: 1.5em;
  font-size: min(3.5897435897vw, 1.6rem);
}
@media screen and (min-width: 640px) {
  .details_about__pettype_item .content .text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .details_about__pettype_item .content .text {
    font-size: 1.6rem;
  }
}

.details_about__map {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .details_about__map {
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .details_about__map {
    margin-top: 40px;
  }
}
.details_about__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 320/180;
}
@media screen and (min-width: 640px) {
  .details_about__map iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 980px) {
  .details_about__map iframe {
    aspect-ratio: 16/9;
    max-height: 400px;
  }
}

#details_info {
  padding-bottom: 0px;
}
@media screen and (max-width: 639px) {
  #details_info {
    padding-top: 120px;
  }
}
@media screen and (min-width: 640px) {
  #details_info {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 980px) {
  #details_info {
    padding-bottom: 0px;
  }
}

.details_info__list {
  margin-top: 40px;
  border-top: 1px solid #C8C8C8;
}
@media screen and (min-width: 640px) {
  .details_info__list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .details_info__list {
    max-width: 800px;
    margin: 0px auto;
    margin-top: 50px;
  }
}

.details_info__item {
  padding: 5px 0px;
  border-bottom: 1px solid #C8C8C8;
  display: flex;
  gap: 0px 20px;
}
@media screen and (min-width: 640px) {
  .details_info__item {
    padding: 8px 0px;
    gap: 0px 25px;
  }
}
@media screen and (min-width: 980px) {
  .details_info__item {
    padding: 15px 0px;
    gap: 0px 30px;
  }
}
.details_info__item dt {
  padding: 1px 0px;
  width: 24vw;
  border-radius: 2px;
  background-color: #969696;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .details_info__item dt {
    width: 100px;
    font-size: 1.4rem;
    border-radius: 3px;
  }
}
@media screen and (min-width: 980px) {
  .details_info__item dt {
    width: 180px;
    font-size: 1.5rem;
    border-radius: 4px;
  }
}
.details_info__item dd {
  flex: 1;
  padding-top: 1px;
}
@media screen and (min-width: 640px) {
  .details_info__item dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .details_info__item dd {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 639px) {
  #details_commitment {
    padding-top: 120px;
  }
}
#details_commitment:not(:last-child) {
  padding-bottom: 0px;
}

.details_commitment__box {
  overflow: hidden;
  background-color: #fff;
  padding: 40px 5vw;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 640px) {
  .details_commitment__box {
    padding: 50px 30px;
    border-radius: 12px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__box {
    padding: 60px 80px;
    border-radius: 20px;
  }
}

.details_commitment__title {
  position: relative;
  margin-bottom: 35px;
}
@media screen and (min-width: 640px) {
  .details_commitment__title {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__title {
    margin-bottom: 50px;
  }
}
.details_commitment__title .en, .details_commitment__title .title {
  text-align: center;
}
.details_commitment__title .en {
  font-size: min(3.5897435897vw, 1.6rem);
  line-height: 1em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .details_commitment__title .en {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__title .en {
    font-size: 1.8rem;
  }
}
.details_commitment__title .title {
  margin-top: 5px;
  white-space: nowrap;
  font-size: min(6.1538461538vw, 2.6rem);
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .details_commitment__title .title {
    margin-top: 8px;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__title .title {
    margin-top: 10px;
    font-size: 4rem;
  }
}

.details_commitment__subtitle {
  position: relative;
  padding-left: 0.6em;
  font-size: min(5.1282051282vw, 2.4rem);
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .details_commitment__subtitle {
    font-size: 3.2vw;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__subtitle {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
}
.details_commitment__subtitle:before {
  content: "";
  width: 3px;
  height: calc(100% - 0.3em);
  background-color: #00C2ED;
  position: absolute;
  left: 0px;
  top: 0.15em;
}
@media screen and (min-width: 980px) {
  .details_commitment__subtitle:before {
    width: 4px;
  }
}

.details_commitment__column + .details_commitment__column {
  position: relative;
  margin-top: 70px;
  padding-top: 30px;
}
@media screen and (min-width: 640px) {
  .details_commitment__column + .details_commitment__column {
    margin-top: 60px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__column + .details_commitment__column {
    margin-top: 60px;
    padding-top: 50px;
  }
}
.details_commitment__column + .details_commitment__column:before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.details_commitment__check {
  padding: 45px 5vw 15px 5vw;
  border-radius: 10px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 640px) {
  .details_commitment__check {
    padding: 50px 30px 30px 30px;
    border-radius: 12px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__check {
    padding: 60px 50px 50px 50px;
    border-radius: 15px;
  }
}
.details_commitment__check .img {
  aspect-ratio: 203/154;
  max-width: 52.0512820513vw;
  margin: 0px auto;
}
@media screen and (min-width: 640px) {
  .details_commitment__check .img {
    max-width: 200px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__check .img {
    max-width: 250px;
  }
}
.details_commitment__check .img img, .details_commitment__check .img svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.details_commitment__check .title {
  text-align: center;
  font-size: min(5.1282051282vw, 2.4rem);
  line-height: 1.4em;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .details_commitment__check .title {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__check .title {
    font-size: 2.6rem;
  }
}
.details_commitment__check .text {
  margin-top: 25px;
  font-size: min(3.3333333333vw, 1.5rem);
  line-height: 1.7em;
}
@media screen and (min-width: 640px) {
  .details_commitment__check .text {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__check .text {
    margin-top: 35px;
    text-align: center;
    font-size: 1.6rem;
  }
}
.details_commitment__check .bottom {
  margin-top: 8px;
  font-size: min(4.1025641026vw, 1.8rem);
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .details_commitment__check .bottom {
    margin-top: 15px;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__check .bottom {
    margin-top: 20px;
    text-align: center;
    font-size: 2rem;
  }
}

.details_commitment__facility .title {
  margin-top: 25px;
  font-size: min(3.8461538462vw, 1.8rem);
  line-height: 1.5em;
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .details_commitment__facility .title {
    margin-top: 30px;
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__facility .title {
    margin-top: 35px;
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.details_commitment__facility .text {
  font-size: min(3.3333333333vw, 1.5rem);
  line-height: 1.6em;
}
@media screen and (min-width: 640px) {
  .details_commitment__facility .text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__facility .text {
    font-size: 1.6rem;
  }
}

.details_commitment__comment {
  display: flex;
  gap: 0px 5%;
}
@media screen and (min-width: 640px) {
  .details_commitment__comment {
    gap: 0px 4%;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__comment {
    gap: 0px 3%;
  }
}
.details_commitment__comment .staff {
  width: 21.3333333333vw;
}
@media screen and (min-width: 640px) {
  .details_commitment__comment .staff {
    width: 100px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__comment .staff {
    width: 120px;
  }
}
.details_commitment__comment .staff .img {
  aspect-ratio: 100/100;
}
@media screen and (min-width: 980px) {
  .details_commitment__comment .staff .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.details_commitment__comment .staff .name {
  margin-top: 3px;
  text-align: center;
  font-size: min(3.5897435897vw, 1.6rem);
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .details_commitment__comment .staff .name {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__comment .staff .name {
    margin-top: 8px;
    font-size: 1.7rem;
  }
}
.details_commitment__comment .comment {
  flex: 1;
  padding-top: 5px;
}
.details_commitment__comment .comment .text {
  font-size: min(3.8461538462vw, 1.6rem);
  line-height: 1.9em;
}
@media screen and (min-width: 640px) {
  .details_commitment__comment .comment .text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__comment .comment .text {
    font-size: 1.6rem;
    line-height: 2em;
  }
}

.details_commitment__terms {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #C8C8C8;
}
@media screen and (min-width: 640px) {
  .details_commitment__terms {
    padding-top: 30px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__terms {
    padding-top: 35px;
    margin-top: 40px;
  }
}
.details_commitment__terms .terms_title .check {
  position: relative;
  color: #C8C8C8;
  font-size: 1.4rem;
  line-height: 1em;
  padding-left: 20px;
}
@media screen and (min-width: 640px) {
  .details_commitment__terms .terms_title .check {
    font-size: 1.5rem;
    padding-left: 22px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__terms .terms_title .check {
    font-size: 1.6rem;
    padding-left: 25px;
  }
}
.details_commitment__terms .terms_title .check:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../../img/details/icon_check.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: 0.5em;
  margin-top: -9px;
}
@media screen and (min-width: 640px) {
  .details_commitment__terms .terms_title .check:before {
    width: 16px;
    height: 16px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__terms .terms_title .check:before {
    width: 18px;
    height: 18px;
    margin-top: -11px;
  }
}
.details_commitment__terms .terms_title .title {
  margin-top: 3px;
  font-size: min(3.8461538462vw, 1.7rem);
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .details_commitment__terms .terms_title .title {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__terms .terms_title .title {
    margin-top: 8px;
    font-size: 1.9rem;
  }
}
.details_commitment__terms .terms_list {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .details_commitment__terms .terms_list {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__terms .terms_list {
    margin-top: 20px;
  }
}
.details_commitment__terms .terms_item {
  display: flex;
}
.details_commitment__terms .terms_item + .terms_item {
  margin-top: 2px;
}
@media screen and (min-width: 640px) {
  .details_commitment__terms .terms_item + .terms_item {
    margin-top: 3px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__terms .terms_item + .terms_item {
    margin-top: 4px;
  }
}
.details_commitment__terms .terms_item .label, .details_commitment__terms .terms_item .value {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0.3em 0.5em;
  font-size: min(3.5897435897vw, 1.6rem);
  line-height: 1.5em;
}
@media screen and (min-width: 640px) {
  .details_commitment__terms .terms_item .label, .details_commitment__terms .terms_item .value {
    width: 45%;
    padding: 0.8em 1em;
    font-size: 1.5rem;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__terms .terms_item .label, .details_commitment__terms .terms_item .value {
    width: 40%;
    padding: 0.8em 1.2em;
    font-size: 1.6rem;
  }
}
.details_commitment__terms .terms_item .label {
  background-color: #D9D9D9;
  border-radius: 5px 0px 0px 5px;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .details_commitment__terms .terms_item .label {
    border-radius: 6px 0px 0px 6px;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__terms .terms_item .label {
    border-radius: 8px 0px 0px 8px;
  }
}
.details_commitment__terms .terms_item .value {
  background-color: #F5F5F5;
}
@media screen and (min-width: 640px) {
  .details_commitment__terms .terms_item .value {
    width: 55%;
  }
}
@media screen and (min-width: 980px) {
  .details_commitment__terms .terms_item .value {
    width: 60%;
  }
}

#details_nearby {
  padding-bottom: 0px;
}
@media screen and (max-width: 639px) {
  #details_nearby {
    padding-top: 120px;
  }
}
.rooms {
  margin-top: 48px;
}
@media screen and (min-width: 640px) {
  .rooms {
    margin-top: 55px;
  }
}
@media screen and (min-width: 980px) {
  .rooms {
    margin-top: 70px;
  }
}

@media screen and (max-width: 639px) {
  #details_other {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

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