/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    /* src: url(/fonts/slick.eot);
    src: url(/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/fonts/slick.woff) format('woff'), url(/fonts/slick.ttf) format('truetype'), url(/fonts/slick.svg#slick) format('svg'); */
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@charset "UTF-8";
/* line 4, app/assets/stylesheets/agency/common.sass */
.c_thema_color, .c_content_ttl {
  color: var(--theme-color);
}

/* line 6, app/assets/stylesheets/agency/common.sass */
.c_thema_fill, svg use {
  fill: var(--theme-color);
}

/* line 8, app/assets/stylesheets/agency/common.sass */
.c_thema_bg, footer .left .link li a::after, header .right .nav ul li a::after {
  background: var(--theme-color);
}

/* line 10, app/assets/stylesheets/agency/common.sass */
.c_thema_stroke {
  stroke: var(--theme-color);
}

/* reset */
/* line 14, app/assets/stylesheets/agency/common.sass */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav,
section, time, mark, audio, video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* line 28, app/assets/stylesheets/agency/common.sass */
body {
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #585653;
  min-height: 100vh;
}

/* line 36, app/assets/stylesheets/agency/common.sass */
a {
  display: block;
  color: #585653;
  text-decoration: none;
}

/* line 41, app/assets/stylesheets/agency/common.sass */
h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: 400;
  line-height: 100%;
}

/* line 46, app/assets/stylesheets/agency/common.sass */
ul, ol, li {
  list-style: none;
}

/* line 49, app/assets/stylesheets/agency/common.sass */
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
  border: none;
  object-fit: contain;
}

/* line 56, app/assets/stylesheets/agency/common.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 60, app/assets/stylesheets/agency/common.sass */
input, button, select, textarea {
  -webkit-appearance: none;
}

/* line 64, app/assets/stylesheets/agency/common.sass */
input[type="text"], input[type="mail"], input[type="password"] {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
}

/* line 71, app/assets/stylesheets/agency/common.sass */
button {
  padding: 0;
  border: none;
  background: none;
}

/* line 76, app/assets/stylesheets/agency/common.sass */
*:focus {
  outline: none;
}

/* reset_end */
/* line 81, app/assets/stylesheets/agency/common.sass */
.no_scroll {
  overflow: hidden;
}

/* line 85, app/assets/stylesheets/agency/common.sass */
.agency_svg_sprite {
  display: none;
}

/* line 88, app/assets/stylesheets/agency/common.sass */
.none {
  opacity: 0;
}

/* line 91, app/assets/stylesheets/agency/common.sass */
.pc_co {
  display: block !important;
}

/* line 94, app/assets/stylesheets/agency/common.sass */
.sp_co {
  display: none !important;
}

@media (max-width: 768px) {
  /* line 98, app/assets/stylesheets/agency/common.sass */
  .pc_co {
    display: none !important;
  }
  /* line 101, app/assets/stylesheets/agency/common.sass */
  .sp_co {
    display: block !important;
  }
}

/* line 104, app/assets/stylesheets/agency/common.sass */
.pc_co_i {
  display: inline !important;
}

/* line 107, app/assets/stylesheets/agency/common.sass */
.sp_co_i {
  display: none !important;
}

@media (max-width: 768px) {
  /* line 111, app/assets/stylesheets/agency/common.sass */
  .pc_co_i {
    display: none !important;
  }
  /* line 114, app/assets/stylesheets/agency/common.sass */
  .sp_co_i {
    display: inline !important;
  }
}

/* line 117, app/assets/stylesheets/agency/common.sass */
.pc_co_f {
  display: flex !important;
}

/* line 120, app/assets/stylesheets/agency/common.sass */
.sp_co_f {
  display: none !important;
}

@media (max-width: 768px) {
  /* line 124, app/assets/stylesheets/agency/common.sass */
  .pc_co_f {
    display: none !important;
  }
  /* line 127, app/assets/stylesheets/agency/common.sass */
  .sp_co_f {
    display: flex !important;
  }
}

/* line 134, app/assets/stylesheets/agency/common.sass */
svg.outline use {
  fill: none;
  stroke: #767676;
  stroke-width: 1.5;
}

/* line 139, app/assets/stylesheets/agency/common.sass */
svg.outline_thema use {
  fill: none;
  stroke: var(--theme-color);
  stroke-width: 2;
}

/* line 144, app/assets/stylesheets/agency/common.sass */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 62px;
  padding: 0 30px;
  background: #fff;
}

@media (max-width: 768px) {
  /* line 144, app/assets/stylesheets/agency/common.sass */
  header {
    height: 56px;
    padding: 0 16px;
    border-bottom: 1px solid #e8e8e8;
  }
}

/* line 161, app/assets/stylesheets/agency/common.sass */
header.lower_page {
  border-bottom: 1px solid #585653;
}

@media (max-width: 768px) {
  /* line 161, app/assets/stylesheets/agency/common.sass */
  header.lower_page {
    border-bottom: 1px solid #e8e8e8;
  }
}

/* line 166, app/assets/stylesheets/agency/common.sass */
header .left {
  display: flex;
  align-items: center;
}

/* line 169, app/assets/stylesheets/agency/common.sass */
header .left .logo {
  width: 98px;
  height: 21px;
  margin-right: 13px;
}

@media (max-width: 768px) {
  /* line 169, app/assets/stylesheets/agency/common.sass */
  header .left .logo {
    width: 72px;
    height: auto;
  }
}

/* line 177, app/assets/stylesheets/agency/common.sass */
header .left .logo a {
  line-height: 1;
  transition: all .3s ease-in-out;
}

/* line 180, app/assets/stylesheets/agency/common.sass */
header .left .logo a:hover {
  transform: scale(1.05);
}

/* line 182, app/assets/stylesheets/agency/common.sass */
header .left .catchcopy {
  font-size: 12px;
  line-height: 1.3;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 186, app/assets/stylesheets/agency/common.sass */
  header .right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    width: 50vw;
    max-width: 280px;
    height: 100vh;
    padding-top: 56px;
    background: #fff;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
}

@media (max-width: 768px) {
  /* line 203, app/assets/stylesheets/agency/common.sass */
  header .right.active {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  /* line 206, app/assets/stylesheets/agency/common.sass */
  header .right .nav {
    flex: 1;
  }
}

/* line 209, app/assets/stylesheets/agency/common.sass */
header .right .nav ul {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 209, app/assets/stylesheets/agency/common.sass */
  header .right .nav ul {
    flex-direction: column;
  }
}

/* line 214, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li {
  margin-right: 20px;
  font-size: 15px;
  line-height: 1;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 214, app/assets/stylesheets/agency/common.sass */
  header .right .nav ul li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #f0f0f0;
  }
}

/* line 223, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  /* line 225, app/assets/stylesheets/agency/common.sass */
  header .right .nav ul li.login {
    margin-top: 25px;
  }
}

/* line 228, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li.login a {
  width: 160px;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-align: center !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  /* line 228, app/assets/stylesheets/agency/common.sass */
  header .right .nav ul li.login a {
    width: 100%;
    line-height: 18px;
    text-align: left !important;
  }
}

/* line 239, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li.login a::after {
  display: none;
}

/* line 241, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li.login a:hover {
  background: #fff;
  color: var(--theme-color) !important;
}

/* line 245, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li.user .user_label {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 245, app/assets/stylesheets/agency/common.sass */
  header .right .nav ul li.user .user_label {
    padding: 16px 20px;
  }
}

/* line 250, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li.user .user_label .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  border: 1px solid #585653;
  border-radius: 30px;
  margin-right: 8px;
}

/* line 260, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li.user .user_label .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 267, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li.logout form {
  display: flex;
  align-items: center;
}

/* line 270, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li.logout .logout_btn {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  transition: color .2s ease-in-out;
}

@media (max-width: 768px) {
  /* line 270, app/assets/stylesheets/agency/common.sass */
  header .right .nav ul li.logout .logout_btn {
    padding: 16px 20px;
    font-size: 15px;
    text-decoration: none;
  }
}

/* line 284, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li.logout .logout_btn:hover {
  color: var(--theme-color);
}

/* line 286, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li a {
  position: relative;
}

@media (max-width: 768px) {
  /* line 286, app/assets/stylesheets/agency/common.sass */
  header .right .nav ul li a {
    padding: 10px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #393939;
  }
}

/* line 297, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li a:hover::after {
  width: 100%;
}

/* line 299, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 1px;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 299, app/assets/stylesheets/agency/common.sass */
  header .right .nav ul li a::after {
    display: none;
  }
}

/* line 310, app/assets/stylesheets/agency/common.sass */
header .right .drawer_logo {
  display: none;
}

@media (max-width: 768px) {
  /* line 310, app/assets/stylesheets/agency/common.sass */
  header .right .drawer_logo {
    display: block;
    padding: 24px 20px 32px;
    border-top: 1px solid #f0f0f0;
  }
  /* line 316, app/assets/stylesheets/agency/common.sass */
  header .right .drawer_logo a {
    display: block;
    line-height: 1;
  }
  /* line 319, app/assets/stylesheets/agency/common.sass */
  header .right .drawer_logo .logo {
    width: 72px;
    height: 21px;
  }
}

/* line 324, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch {
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 324, app/assets/stylesheets/agency/common.sass */
  .nav ul li.lang_switch {
    display: block;
  }
  /* line 330, app/assets/stylesheets/agency/common.sass */
  .nav ul li.lang_switch:has(.lang_switch_details[open]) {
    border-bottom: none;
  }
}

/* line 332, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch .lang_switch_details {
  position: relative;
}

/* line 334, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch .lang_switch_summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  color: #585653;
  list-style: none;
  transition: color .2s ease-in-out;
}

/* line 345, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch .lang_switch_summary::-webkit-details-marker {
  display: none;
}

/* line 347, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch .lang_switch_summary:hover {
  color: var(--theme-color);
}

/* line 349, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch .lang_switch_summary svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* line 353, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch .lang_switch_summary .lang_switch_label {
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* line 334, app/assets/stylesheets/agency/common.sass */
  .nav ul li.lang_switch .lang_switch_summary {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #393939;
  }
}

/* line 365, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch .lang_switch_list {
  display: block;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 168px;
  padding: 6px 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 200;
}

@media (max-width: 768px) {
  /* line 365, app/assets/stylesheets/agency/common.sass */
  .nav ul li.lang_switch .lang_switch_list {
    position: static;
    box-shadow: none;
    border: none;
    min-width: 0;
  }
}

/* line 382, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch .lang_switch_list li {
  margin-right: 0;
  border-bottom: none;
}

/* line 385, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch .lang_switch_list .lang_switch_link {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.2;
  color: #585653;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 385, app/assets/stylesheets/agency/common.sass */
  .nav ul li.lang_switch .lang_switch_list .lang_switch_link {
    text-align: center;
  }
}

/* line 394, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch .lang_switch_list .lang_switch_link::after {
  display: none;
}

/* line 396, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch .lang_switch_list .lang_switch_link:hover {
  background: #f5f5f5;
}

/* line 398, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch .lang_switch_list .lang_switch_link.is-active {
  font-weight: 700;
  color: var(--theme-color);
}

/* line 401, app/assets/stylesheets/agency/common.sass */
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #A7A7A7;
  padding: 25px 29px 25px 120px;
}

@media (max-width: 768px) {
  /* line 401, app/assets/stylesheets/agency/common.sass */
  footer {
    flex-direction: column;
    gap: 10px;
    padding: 16px 15px;
  }
}

/* line 411, app/assets/stylesheets/agency/common.sass */
footer .left {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 411, app/assets/stylesheets/agency/common.sass */
  footer .left {
    flex-direction: column;
    gap: 8px;
  }
}

/* line 417, app/assets/stylesheets/agency/common.sass */
footer .left .logo {
  width: 98px;
  height: 21px;
  margin-right: 33px;
}

@media (max-width: 768px) {
  /* line 417, app/assets/stylesheets/agency/common.sass */
  footer .left .logo {
    width: 64px;
    height: 30px;
    margin-right: 0;
    margin-bottom: 0;
    line-height: 0;
  }
}

@media (max-width: 768px) {
  /* line 428, app/assets/stylesheets/agency/common.sass */
  footer .left .logo a {
    display: block;
    height: 30px;
    line-height: 0;
  }
}

@media (max-width: 768px) {
  /* line 433, app/assets/stylesheets/agency/common.sass */
  footer .left .logo a .logo,
footer .left .logo a svg.logo {
    width: 64px;
    height: 30px;
    display: block;
  }
}

/* line 439, app/assets/stylesheets/agency/common.sass */
footer .left .link {
  display: flex;
}

@media (max-width: 768px) {
  /* line 441, app/assets/stylesheets/agency/common.sass */
  footer .left .link li {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  /* line 445, app/assets/stylesheets/agency/common.sass */
  footer .left .link li:last-child {
    margin-right: 0;
  }
}

/* line 448, app/assets/stylesheets/agency/common.sass */
footer .left .link li a {
  position: relative;
  margin-right: 20px;
  font-size: 13px;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 448, app/assets/stylesheets/agency/common.sass */
  footer .left .link li a {
    margin-right: 0;
    font-size: 12px;
    line-height: 1.5;
  }
}

/* line 458, app/assets/stylesheets/agency/common.sass */
footer .left .link li a:hover::after {
  width: 100%;
}

/* line 460, app/assets/stylesheets/agency/common.sass */
footer .left .link li a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  transition: all .3s ease-in-out;
}

/* line 470, app/assets/stylesheets/agency/common.sass */
footer .right .copyright {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 470, app/assets/stylesheets/agency/common.sass */
  footer .right .copyright {
    font-size: 11px;
    line-height: 1.5;
  }
}

/* line 479, app/assets/stylesheets/agency/common.sass */
.wrapper {
  min-height: calc(100vh - 72px);
  padding-top: 60px;
}

@media (max-width: 768px) {
  /* line 479, app/assets/stylesheets/agency/common.sass */
  .wrapper {
    padding-top: 56px;
    min-height: calc(100vh - 56px);
  }
}

/* line 487, app/assets/stylesheets/agency/common.sass */
.agency-top-nav_overlay {
  display: none;
}

@media (max-width: 768px) {
  /* line 487, app/assets/stylesheets/agency/common.sass */
  .agency-top-nav_overlay {
    display: block;
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}

@media (max-width: 768px) {
  /* line 499, app/assets/stylesheets/agency/common.sass */
  body.nav-open {
    overflow: hidden;
  }
  /* line 502, app/assets/stylesheets/agency/common.sass */
  body.nav-open .agency-top-nav_overlay {
    pointer-events: auto;
    opacity: 1;
  }
}

/* line 506, app/assets/stylesheets/agency/common.sass */
.c_flash {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

/* line 515, app/assets/stylesheets/agency/common.sass */
.c_flash.notice {
  background: var(--theme-color);
}

/* line 518, app/assets/stylesheets/agency/common.sass */
.c_btn {
  display: block;
  margin: 0 auto;
}

/* line 521, app/assets/stylesheets/agency/common.sass */
.c_btn a {
  font-weight: 500;
  text-align: center;
  color: #fff;
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  transition: all .3s;
}

/* line 528, app/assets/stylesheets/agency/common.sass */
.c_btn a:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 532, app/assets/stylesheets/agency/common.sass */
.c_content_ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* line 539, app/assets/stylesheets/agency/common.sass */
.c_menu_btn {
  display: none;
}

@media (max-width: 768px) {
  /* line 539, app/assets/stylesheets/agency/common.sass */
  .c_menu_btn {
    display: flex;
    position: relative;
    z-index: 102;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  /* line 552, app/assets/stylesheets/agency/common.sass */
  .c_menu_btn.active span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }
}

@media (max-width: 768px) {
  /* line 557, app/assets/stylesheets/agency/common.sass */
  .c_menu_btn.active span:nth-child(2) {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  /* line 560, app/assets/stylesheets/agency/common.sass */
  .c_menu_btn.active span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }
}

@media (max-width: 768px) {
  /* line 565, app/assets/stylesheets/agency/common.sass */
  .c_menu_btn span {
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #4D4D4D;
    transition: all .3s;
  }
}

@media (max-width: 768px) {
  /* line 576, app/assets/stylesheets/agency/common.sass */
  .c_menu_btn span:nth-child(1) {
    top: 14px;
  }
}

@media (max-width: 768px) {
  /* line 580, app/assets/stylesheets/agency/common.sass */
  .c_menu_btn span:nth-child(2) {
    top: 21px;
  }
}

@media (max-width: 768px) {
  /* line 584, app/assets/stylesheets/agency/common.sass */
  .c_menu_btn span:nth-child(3) {
    top: 28px;
  }
}

/* line 589, app/assets/stylesheets/agency/common.sass */
.c_property_list_item {
  display: flex;
  gap: 26px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  /* line 589, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item {
    flex-direction: column;
    gap: 10px;
  }
}

/* line 596, app/assets/stylesheets/agency/common.sass */
.c_property_list_item:last-child {
  margin-bottom: 0;
}

/* line 598, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left {
  width: 370px;
  flex-shrink: 0;
  height: auto;
  overflow: visible;
}

@media (max-width: 768px) {
  /* line 598, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_left {
    width: 100%;
    height: auto;
  }
}

/* line 606, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .js-property_slider,
.c_property_list_item .item_left .slick-slider {
  width: 100%;
}

/* line 610, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .slick-slider {
  position: relative;
  overflow: visible;
}

/* line 613, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .slick-slider.slick-dotted {
  margin-bottom: 10px;
}

/* line 615, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .slick-slider .slick-list {
  height: 188px;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 615, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_left .slick-slider .slick-list {
    height: auto;
  }
}

/* line 620, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .slick-slider .slick-track,
.c_property_list_item .item_left .slick-slider .slick-slide {
  height: 188px;
}

@media (max-width: 768px) {
  /* line 620, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_left .slick-slider .slick-track,
.c_property_list_item .item_left .slick-slider .slick-slide {
    height: 100%;
  }
}

/* line 626, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .slick-slider .slick-slide > div,
.c_property_list_item .item_left .slick-slider .slick-slide li {
  height: 100%;
}

/* line 629, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .slick-slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* line 635, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .slick-slider .slick-dots {
  position: static;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  bottom: auto;
  height: 7px;
  line-height: 1;
}

/* line 645, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .slick-slider .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 7px;
  background: #B1B1B1;
}

/* line 651, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .slick-slider .slick-dots li button {
  display: none;
}

/* line 653, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .slick-slider .slick-dots li.slick-active {
  background: var(--theme-color);
}

/* line 655, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 804px;
}

@media (max-width: 768px) {
  /* line 655, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right {
    width: 100%;
  }
}

/* line 662, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  /* line 662, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .top {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

/* line 669, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .flex {
  display: flex;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  /* line 669, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .top .left .flex {
    margin-bottom: 5px;
  }
}

/* line 674, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .area {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

/* line 680, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .num {
  display: flex;
  align-items: center;
  margin-left: 18px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 688, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .num .icon {
  display: flex;
  align-items: center;
  margin-right: 6px;
  flex-shrink: 0;
}

/* line 693, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .num .icon svg {
  display: block;
}

/* line 695, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .num .icon svg.person_01 {
  width: 11px;
  height: 14px;
}

/* line 698, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .num .icon svg.person_02 {
  width: 17px;
  height: 14px;
}

/* line 701, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .num .icon svg.person_03 {
  width: 19px;
  height: 11px;
}

/* line 704, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .title {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 704, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .top .left .title {
    margin-bottom: 5px;
    line-height: 1.5;
  }
}

/* line 714, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .room_type {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

/* line 721, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .address {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 721, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .top .left .address {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.5;
  }
}

/* line 733, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .address .map_link {
  display: flex;
  margin-top: 3px;
  margin-left: 11px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

@media (max-width: 768px) {
  /* line 733, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .top .left .address .map_link {
    margin-top: 5px;
    margin-left: 0;
  }
}

/* line 745, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .address .map_link .icon {
  margin-left: 2px;
}

/* line 747, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .address .map_link .icon .new_tab {
  width: 14px;
  height: 14px;
}

/* line 750, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .right {
  padding-top: 33px;
}

@media (max-width: 768px) {
  /* line 750, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .top .right {
    padding-top: 10px;
  }
}

/* line 754, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .right .price {
  display: flex;
  align-items: end;
}

/* line 757, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .right .price .unit {
  margin-right: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 764, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .right .price .value {
  margin-right: 5px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 771, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .right .price .night {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 778, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 768px) {
  /* line 778, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .bottom {
    margin-top: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 786, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .bottom--detail_only {
  justify-content: flex-end;
}

/* line 789, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .bottom .left .price_list {
  display: flex;
  gap: 34px;
}

@media (max-width: 768px) {
  /* line 789, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .bottom .left .price_list {
    flex-wrap: wrap;
    gap: 15px 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  /* line 796, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .bottom .left .price_list .price_item {
    width: 50%;
  }
}

/* line 799, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .bottom .left .price_list .price_item .flex {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

@media (max-width: 768px) {
  /* line 799, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .bottom .left .price_list .price_item .flex {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}

/* line 806, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .bottom .left .price_list .price_item .flex .period {
  width: 82px;
  border: 1px solid #585653;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 815, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .bottom .left .price_list .price_item .flex .discount {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

/* line 822, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .bottom .left .price_list .price_item .price {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 768px) {
  /* line 822, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .bottom .left .price_list .price_item .price {
    width: 100%;
  }
}

/* line 827, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .bottom .left .price_list .price_item .price .unit {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 833, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .bottom .left .price_list .price_item .price .value {
  margin-left: 3px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 840, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .bottom .left .price_list .price_item .price .month {
  margin-left: 5px;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 848, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .bottom .right {
    width: 100%;
  }
}

/* line 851, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .bottom .right .btn {
  width: 148px;
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #FFF;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 851, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .bottom .right .btn {
    width: 100%;
  }
}

/* line 864, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .bottom .right .btn:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 868, app/assets/stylesheets/agency/common.sass */
.c_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

@media (max-width: 768px) {
  /* line 868, app/assets/stylesheets/agency/common.sass */
  .c_pagination {
    gap: 10px;
  }
}

/* line 876, app/assets/stylesheets/agency/common.sass */
.c_pagination li.none {
  display: none;
}

/* line 879, app/assets/stylesheets/agency/common.sass */
.c_pagination li.active a {
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  font-weight: 700;
  color: #fff;
}

/* line 884, app/assets/stylesheets/agency/common.sass */
.c_pagination li a {
  width: 30px;
  border: 1px solid #585653;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #585653;
  transition: all .3s;
}

/* line 894, app/assets/stylesheets/agency/common.sass */
.c_pagination li a.prev, .c_pagination li a.next {
  width: 84px;
}

@media (max-width: 768px) {
  /* line 894, app/assets/stylesheets/agency/common.sass */
  .c_pagination li a.prev, .c_pagination li a.next {
    width: 60px;
  }
}

/* line 898, app/assets/stylesheets/agency/common.sass */
.c_pagination li a:hover {
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  font-weight: 700;
  color: #fff;
}

/* line 904, app/assets/stylesheets/agency/common.sass */
.c_form {
  width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 904, app/assets/stylesheets/agency/common.sass */
  .c_form {
    width: 100%;
    margin: 0;
  }
}

/* line 910, app/assets/stylesheets/agency/common.sass */
.c_form .flex {
  display: flex;
  justify-content: space-between;
}

/* line 913, app/assets/stylesheets/agency/common.sass */
.c_form .flex .form_item {
  width: calc(50% - 8px);
}

@media (max-width: 768px) {
  /* line 913, app/assets/stylesheets/agency/common.sass */
  .c_form .flex .form_item {
    width: calc(50% - 7px);
  }
}

/* line 917, app/assets/stylesheets/agency/common.sass */
.c_form .form_error_summary {
  margin-bottom: 24px;
  padding: 12px 16px;
  border: 1px solid #EA5A61;
  background: #FDF3F3;
}

/* line 922, app/assets/stylesheets/agency/common.sass */
.c_form .form_error_summary p {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #EA5A61;
}

/* line 927, app/assets/stylesheets/agency/common.sass */
.c_form .form_error_summary .form_error_list {
  margin-top: 4px;
}

/* line 929, app/assets/stylesheets/agency/common.sass */
.c_form .form_error_summary .form_error_list li {
  font-size: 12px;
  line-height: 1.7;
  color: #EA5A61;
}

/* line 933, app/assets/stylesheets/agency/common.sass */
.c_form .form_item {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 933, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item {
    margin-bottom: 20px;
  }
}

/* line 937, app/assets/stylesheets/agency/common.sass */
.c_form .form_item.last {
  margin-bottom: 52px;
}

@media (max-width: 768px) {
  /* line 937, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item.last {
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  /* line 941, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item:last-child {
    margin-bottom: 0;
  }
}

/* line 944, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .js-error_box {
  border: 1px solid #EA5A61;
}

/* line 946, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .js-error {
  margin-top: 5px;
  color: #EA5A61;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  /* line 946, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item .js-error {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
  }
}

/* line 957, app/assets/stylesheets/agency/common.sass */
.c_form .form_item label {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 957, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

/* line 973, app/assets/stylesheets/agency/common.sass */
.c_form .form_item label.required::after {
  content: '※必須';
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #EA5A61;
}

@media (max-width: 768px) {
  /* line 973, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item label.required::after {
    margin-left: 6px;
    font-size: 11px;
    letter-spacing: 0;
  }
}

/* line 985, app/assets/stylesheets/agency/common.sass */
.c_form .form_item input:not([type="checkbox"]):not([type="submit"]) {
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 14px;
  line-height: normal;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 985, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item input:not([type="checkbox"]):not([type="submit"]) {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 14px;
    font-size: 14px;
    line-height: normal;
    color: #585653;
  }
}

/* line 1006, app/assets/stylesheets/agency/common.sass */
.c_form .form_item input:not([type="checkbox"]):not([type="submit"])::placeholder {
  color: #A8A7A7;
}

@media (max-width: 768px) {
  /* line 1006, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item input:not([type="checkbox"]):not([type="submit"])::placeholder {
    color: #a8a7a7;
    font-size: 13px;
  }
}

/* line 1011, app/assets/stylesheets/agency/common.sass */
.c_form .form_item select {
  width: 100%;
  height: 44px;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23585653' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 12px center/12px 8px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0 30px 0 10px;
  font-size: 14px;
  color: #585653;
  cursor: pointer;
}

@media (max-width: 768px) {
  /* line 1011, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item select {
    height: 48px;
    padding: 0 30px 0 14px;
  }
}

/* line 1025, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .field_hint {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #A8A7A7;
}

/* line 1031, app/assets/stylesheets/agency/common.sass */
.c_form .form_item textarea {
  width: 100%;
  height: 235px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #585653;
  resize: none;
}

@media (max-width: 768px) {
  /* line 1031, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 180px;
    height: 180px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.75;
    color: #585653;
    resize: vertical;
  }
}

/* line 1054, app/assets/stylesheets/agency/common.sass */
.c_form .form_item textarea::placeholder {
  color: #A8A7A7;
}

@media (max-width: 768px) {
  /* line 1054, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item textarea::placeholder {
    color: #a8a7a7;
    font-size: 13px;
  }
}

/* line 1059, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .terms_ttl {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 1066, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .terms_content_wrap {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* line 1075, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .terms_content_wrap::-webkit-scrollbar {
  width: 6px;
}

/* line 1077, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .terms_content_wrap::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ccc;
}

/* line 1080, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .terms_content {
  padding: 12px 16px;
}

/* line 1082, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .terms_content p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 1088, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .terms_content p:last-child {
  margin-bottom: 0;
}

/* line 1090, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

/* line 1096, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .check_box .js-error {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 4px;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 1103, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .check_box .check {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

/* line 1116, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .check_box .check:checked {
  border-color: var(--theme-color);
  background: var(--theme-color) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1.5 5l3.5 3.5L10.5 1.5' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/11px 9px;
}

/* line 1119, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .check_box .check.js-error_box {
  border-color: #EA5A61;
}

/* line 1121, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .check_box .check + label {
  margin-bottom: 0;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  cursor: pointer;
}

/* line 1129, app/assets/stylesheets/agency/common.sass */
.c_form .postal_lookup_hint {
  margin: -14px 0 20px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #A8A7A7;
}

/* line 1135, app/assets/stylesheets/agency/common.sass */
.c_form .button.c_action_btn {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 8px auto 0;
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  cursor: pointer;
  text-align: center;
  color: #FFF;
  transition: all .3s;
}

@media (max-width: 768px) {
  /* line 1135, app/assets/stylesheets/agency/common.sass */
  .c_form .button.c_action_btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    border: 2px solid var(--theme-color);
    border-radius: 0;
    background: var(--theme-color);
    font-size: 15px;
    font-weight: 600;
    line-height: calc(40px - 4px);
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
  }
}

/* line 1166, app/assets/stylesheets/agency/common.sass */
.c_form .button.c_action_btn:hover {
  background: #fff;
  color: var(--theme-color);
}

@media (max-width: 768px) {
  /* line 1166, app/assets/stylesheets/agency/common.sass */
  .c_form .button.c_action_btn:hover {
    background: var(--theme-color);
    color: #fff;
  }
}

/* line 1172, app/assets/stylesheets/agency/common.sass */
.c_form .login_link {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

/* line 1176, app/assets/stylesheets/agency/common.sass */
.c_form .login_link a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #585653;
  transition: all .3s;
}

/* line 1185, app/assets/stylesheets/agency/common.sass */
.c_form .login_link a:hover {
  color: var(--theme-color);
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/agency/style.sass */
.c_thema_color, #agency_top .new_properties_inner .new_properties_list .new_properties_item .top .info .head .area {
  color: var(--theme-color);
}

/* line 5, app/assets/stylesheets/agency/style.sass */
.c_thema_fill {
  fill: var(--theme-color);
}

/* line 7, app/assets/stylesheets/agency/style.sass */
.c_thema_bg, #agency_top .area_search_inner .head .search button, #agency_top .new_properties_inner .new_properties_list .new_properties_item .tag_list .tag_item, #agency_top .kv .search_form button {
  background: var(--theme-color);
}

/* line 10, app/assets/stylesheets/agency/style.sass */
.map_location_error {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
  color: #c0392b;
}

/* line 16, app/assets/stylesheets/agency/style.sass */
.loading {
  display: inline-block;
  aspect-ratio: 1 / 1;
  background-color: var(--theme-color);
  vertical-align: middle;
  pointer-events: none;
  width: 1.5rem;
}

/* line 23, app/assets/stylesheets/agency/style.sass */
.loading.loading-lg {
  width: 2.5rem;
}

/* line 25, app/assets/stylesheets/agency/style.sass */
.loading.loading-ring {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* line 35, app/assets/stylesheets/agency/style.sass */
.property_list_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 60px 0;
}

/* line 42, app/assets/stylesheets/agency/style.sass */
.property_list_loading_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #585653;
}

/* line 49, app/assets/stylesheets/agency/style.sass */
#agency_svg_template_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 300px 0;
}

/* line 54, app/assets/stylesheets/agency/style.sass */
#agency_svg_template_inner ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* line 58, app/assets/stylesheets/agency/style.sass */
#agency_svg_template_inner ul li {
  line-height: 1;
}

/* line 61, app/assets/stylesheets/agency/style.sass */
#agency_svg_template_inner ul svg.logo {
  width: 98px;
  height: 21px;
}

/* line 64, app/assets/stylesheets/agency/style.sass */
#agency_svg_template_inner ul svg.person_01 {
  width: 11px;
  height: 14px;
}

/* line 67, app/assets/stylesheets/agency/style.sass */
#agency_svg_template_inner ul svg.person_02 {
  width: 17px;
  height: 14px;
}

/* line 70, app/assets/stylesheets/agency/style.sass */
#agency_svg_template_inner ul svg.person_03 {
  width: 19px;
  height: 11px;
}

/* line 73, app/assets/stylesheets/agency/style.sass */
#agency_svg_template_inner ul svg.star_solid {
  width: 24px;
  height: 24px;
}

/* line 76, app/assets/stylesheets/agency/style.sass */
#agency_svg_template_inner ul svg.star_outline {
  width: 24px;
  height: 24px;
}

/* line 81, app/assets/stylesheets/agency/style.sass */
#agency_top .kv {
  position: relative;
  margin-bottom: 110px;
}

/* line 85, app/assets/stylesheets/agency/style.sass */
#agency_top .kv .ph img {
  width: 100%;
  object-fit: cover;
}

/* line 88, app/assets/stylesheets/agency/style.sass */
#agency_top .kv .search_form {
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  height: 63px;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* line 88, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form {
    flex-direction: column;
    width: calc(100vw - 30px);
    height: auto;
  }
}

/* line 103, app/assets/stylesheets/agency/style.sass */
#agency_top .kv .search_form--area_only input.area {
  border-right: none;
}

/* line 105, app/assets/stylesheets/agency/style.sass */
#agency_top .kv .search_form select {
  height: 40px;
  border: none;
  cursor: pointer;
}

/* line 109, app/assets/stylesheets/agency/style.sass */
#agency_top .kv .search_form select.type {
  width: 157px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 109, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form select.type {
    width: 100%;
  }
}

/* line 114, app/assets/stylesheets/agency/style.sass */
#agency_top .kv .search_form select.type:has(option[value=""]:checked) {
  color: #A8A7A7;
}

/* line 116, app/assets/stylesheets/agency/style.sass */
#agency_top .kv .search_form select.type option {
  color: #585653;
}

/* line 118, app/assets/stylesheets/agency/style.sass */
#agency_top .kv .search_form input {
  line-height: 40px;
}

/* line 120, app/assets/stylesheets/agency/style.sass */
#agency_top .kv .search_form input::placeholder {
  color: #A8A7A7;
}

/* line 122, app/assets/stylesheets/agency/style.sass */
#agency_top .kv .search_form input.area {
  width: 650px;
  padding-left: 28px;
}

/* line 125, app/assets/stylesheets/agency/style.sass */
#agency_top .kv .search_form input.date {
  width: 200px;
  border-right: 1px solid #A8A7A7;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 125, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form input.date {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #A8A7A7;
  }
}

/* line 133, app/assets/stylesheets/agency/style.sass */
#agency_top .kv .search_form button {
  width: 160px;
  height: 63px;
  border: 2px solid var(--theme-color);
  cursor: pointer;
  font-size: 16px;
  line-height: 59px;
  text-align: center;
  color: #fff;
  transition: all .3s ease-in-out;
}

/* line 144, app/assets/stylesheets/agency/style.sass */
#agency_top .kv .search_form button:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 147, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties {
  margin-bottom: 108px;
}

/* line 149, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 149, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties_inner {
    width: 100%;
    padding: 0 15px;
  }
}

/* line 155, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .c_content_ttl {
  margin-bottom: 19px;
}

/* line 157, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 30px;
}

/* line 161, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 370px;
}

@media (max-width: 768px) {
  /* line 161, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties_inner .new_properties_list .new_properties_item {
    width: 100%;
  }
}

/* line 168, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item:nth-child(3n) {
  margin-right: 0;
}

/* line 174, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item a:hover .top .ph img {
  transform: scale(1.05);
}

/* line 176, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .top {
  min-height: auto;
}

/* line 178, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .top .ph {
  width: 369px;
  height: 187px;
  border: 1px solid #ccc;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 178, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties_inner .new_properties_list .new_properties_item .top .ph {
    width: 100%;
    height: auto;
  }
}

/* line 186, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .top .ph img {
  width: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

/* line 191, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .top .info .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 9px;
}

/* line 197, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .top .info .head .area {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

/* line 203, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .top .info .head .num {
  display: flex;
  align-items: center;
  margin-right: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 212, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .top .info .head .num .icon {
  margin-right: 6px;
}

/* line 215, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .top .info .head .num .icon svg.person_01 {
  width: 11px;
  height: 14px;
}

/* line 218, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .top .info .head .num .icon svg.person_02 {
  width: 17px;
  height: 14px;
}

/* line 221, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .top .info .head .num .icon svg.person_03 {
  width: 19px;
  height: 11px;
}

/* line 224, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .top .info .text {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 230, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

/* line 235, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .tag_list .tag_item {
  min-width: 103px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

/* line 245, app/assets/stylesheets/agency/style.sass */
#agency_top .area_search {
  margin-bottom: 80px;
}

/* line 247, app/assets/stylesheets/agency/style.sass */
#agency_top .area_search_inner {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 247, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search_inner {
    padding: 0 15px;
  }
}

/* line 252, app/assets/stylesheets/agency/style.sass */
#agency_top .area_search_inner .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 252, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search_inner .head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

/* line 261, app/assets/stylesheets/agency/style.sass */
#agency_top .area_search_inner .head .search {
  display: flex;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

/* line 264, app/assets/stylesheets/agency/style.sass */
#agency_top .area_search_inner .head .search input {
  width: 632px;
  height: 43px;
  border: 1px solid #ccc;
  border-width: 1px 0px 1px 1px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 45px;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 264, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search_inner .head .search input {
    width: calc(100% - 156px);
  }
}

/* line 275, app/assets/stylesheets/agency/style.sass */
#agency_top .area_search_inner .head .search button {
  width: 154px;
  height: 45px;
  border: 2px solid var(--theme-color);
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

/* line 286, app/assets/stylesheets/agency/style.sass */
#agency_top .area_search_inner .head .search button:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 289, app/assets/stylesheets/agency/style.sass */
#agency_top .area_search_inner .map {
  width: 1200px;
  height: 468px;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  /* line 289, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search_inner .map {
    width: 100%;
    height: auto;
  }
}

/* line 296, app/assets/stylesheets/agency/style.sass */
#agency_top .area_search_inner .map .map_inner {
  height: 100%;
}

/* line 298, app/assets/stylesheets/agency/style.sass */
#agency_top .area_search_inner .map .map_canvas {
  width: 100%;
  height: 100%;
}

/* line 301, app/assets/stylesheets/agency/style.sass */
#agency_top .area_search_inner .map iframe {
  width: 100%;
  height: 100%;
}

/* line 304, app/assets/stylesheets/agency/style.sass */
#agency_top .special {
  background: #F5F5F5;
  margin-bottom: 83px;
}

/* line 307, app/assets/stylesheets/agency/style.sass */
#agency_top .special_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 58px 0 68px;
}

@media (max-width: 768px) {
  /* line 307, app/assets/stylesheets/agency/style.sass */
  #agency_top .special_inner {
    width: 100%;
    padding: 0 15px;
  }
}

/* line 314, app/assets/stylesheets/agency/style.sass */
#agency_top .special_inner .c_content_ttl {
  margin-bottom: 30px;
  color: #393939;
}

/* line 317, app/assets/stylesheets/agency/style.sass */
#agency_top .special_inner .special_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

/* line 321, app/assets/stylesheets/agency/style.sass */
#agency_top .special_inner .special_list_item {
  width: 276px;
}

@media (max-width: 768px) {
  /* line 321, app/assets/stylesheets/agency/style.sass */
  #agency_top .special_inner .special_list_item {
    width: 100%;
  }
}

/* line 325, app/assets/stylesheets/agency/style.sass */
#agency_top .special_inner .special_list_item .ph {
  width: 276px;
  height: 156px;
  margin-bottom: 10px;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 325, app/assets/stylesheets/agency/style.sass */
  #agency_top .special_inner .special_list_item .ph {
    width: 100%;
    height: auto;
  }
}

/* line 334, app/assets/stylesheets/agency/style.sass */
#agency_top .special_inner .special_list_item .ph:hover img {
  transform: scale(1.05);
}

/* line 336, app/assets/stylesheets/agency/style.sass */
#agency_top .special_inner .special_list_item .ph img {
  width: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

/* line 340, app/assets/stylesheets/agency/style.sass */
#agency_top .special_inner .special_list_item .ttl {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 347, app/assets/stylesheets/agency/style.sass */
#agency_top .review {
  margin-bottom: 118px;
}

/* line 349, app/assets/stylesheets/agency/style.sass */
#agency_top .review_inner {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 349, app/assets/stylesheets/agency/style.sass */
  #agency_top .review_inner {
    width: 100%;
    padding: 0 15px;
  }
}

/* line 355, app/assets/stylesheets/agency/style.sass */
#agency_top .review_inner .c_content_ttl {
  margin-bottom: 33px;
}

/* line 357, app/assets/stylesheets/agency/style.sass */
#agency_top .review_inner .review_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* line 361, app/assets/stylesheets/agency/style.sass */
#agency_top .review_inner .review_list .review_item {
  width: 277px;
  padding: 23px 13px 24px;
  border: 1px solid #C9C9C9;
}

@media (max-width: 768px) {
  /* line 361, app/assets/stylesheets/agency/style.sass */
  #agency_top .review_inner .review_list .review_item {
    width: 100%;
  }
}

/* line 367, app/assets/stylesheets/agency/style.sass */
#agency_top .review_inner .review_list .review_item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #EDEDED;
  text-align: center;
  color: #585653;
}

/* line 378, app/assets/stylesheets/agency/style.sass */
#agency_top .review_inner .review_list .review_item .star {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-bottom: 25px;
}

/* line 385, app/assets/stylesheets/agency/style.sass */
#agency_top .review_inner .review_list .review_item .star li svg {
  width: 24px;
  height: 24px;
}

/* line 388, app/assets/stylesheets/agency/style.sass */
#agency_top .review_inner .review_list .review_item .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 396, app/assets/stylesheets/agency/style.sass */
  #agency_top .c_content_ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
  /* line 403, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties_inner .c_content_ttl {
    margin-bottom: 5px;
  }
  /* line 405, app/assets/stylesheets/agency/style.sass */
  #agency_top .c_action_btn {
    box-sizing: border-box;
    height: 40px;
    min-height: 40px;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.04em;
    border-radius: 0;
  }
  /* line 415, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv {
    margin-bottom: 0;
  }
  /* line 417, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .ph img {
    min-height: 220px;
    max-height: 42vh;
    object-fit: cover;
  }
  /* line 421, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    box-sizing: border-box;
    max-width: calc(95% - 30px);
    margin: -40px auto 50px;
    padding: 16px;
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    gap: 0;
  }
  /* line 433, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form .input,
#agency_top .kv .search_form select.input {
    box-sizing: border-box;
    min-height: 48px;
    font-size: 14px;
    line-height: 48px;
    color: #585653;
  }
  /* line 440, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form .input::placeholder,
#agency_top .kv .search_form select.input::placeholder {
    color: #a8a7a7;
    font-size: 13px;
  }
  /* line 443, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form .input.area,
#agency_top .kv .search_form .input.date,
#agency_top .kv .search_form select.input.type {
    width: 100%;
    min-height: auto;
    line-height: 30px;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    padding: 0 12px;
  }
  /* line 454, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form select.input.type {
    line-height: normal;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /* line 458, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form .button.c_action_btn {
    box-sizing: border-box;
    width: 90%;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    min-height: auto;
    height: auto;
    line-height: 35px;
    border-radius: 3px;
  }
  /* line 468, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties {
    margin-bottom: 80px;
  }
  /* line 470, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list {
    gap: 40px;
  }
  /* line 473, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item a {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  /* line 477, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top {
    min-height: auto;
  }
  /* line 479, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top .ph {
    aspect-ratio: 16 / 10;
    height: auto;
    border-radius: 0;
  }
  /* line 483, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top .ph img {
    height: 100%;
    aspect-ratio: 16 / 10;
  }
  /* line 487, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top .info .head {
    margin-bottom: 0px;
    padding-top: 6px;
  }
  /* line 490, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top .info .head .area,
#agency_top .new_properties .new_properties_list .new_properties_item .top .info .head .num {
    font-size: 12px;
    line-height: 1.3;
  }
  /* line 494, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top .info h3.text {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
  }
  /* line 499, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .tag_list {
    gap: 6px;
    margin-top: 0;
  }
  /* line 502, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .tag_list .tag_item {
    min-width: auto;
    padding: 1px 10px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    border-radius: 0;
  }
  /* line 509, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search {
    margin-bottom: 5px;
  }
  /* line 511, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search_inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  /* line 515, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .head {
    margin-bottom: 16px;
    width: 100%;
    max-width: 100%;
  }
  /* line 519, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .head .c_content_ttl {
    margin-bottom: 15px;
  }
  /* line 521, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .head .c_content_ttl + div {
    width: 100%;
  }
  /* line 523, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .head .search {
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    gap: 10px;
  }
  /* line 531, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .head .search input {
    box-sizing: border-box;
    width: 100%;
    line-height: 26px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
  }
  /* line 540, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .head .search button.c_action_btn {
    box-sizing: border-box;
    width: 20%;
    height: auto;
    min-height: auto;
    line-height: 34px;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 600;
  }
  /* line 549, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .map {
    height: 420px;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 80px;
  }
  /* line 554, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .map iframe {
    min-height: 240px;
  }
  /* line 556, app/assets/stylesheets/agency/style.sass */
  #agency_top .special {
    margin-bottom: 5px;
    padding: 32px 0;
  }
  /* line 559, app/assets/stylesheets/agency/style.sass */
  #agency_top .special .c_content_ttl {
    margin-bottom: 15px;
  }
  /* line 561, app/assets/stylesheets/agency/style.sass */
  #agency_top .special .special_list {
    gap: 24px;
  }
  /* line 564, app/assets/stylesheets/agency/style.sass */
  #agency_top .special .special_list_item .ph {
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 0;
  }
  /* line 568, app/assets/stylesheets/agency/style.sass */
  #agency_top .special .special_list_item .ph img {
    height: 100%;
  }
  /* line 570, app/assets/stylesheets/agency/style.sass */
  #agency_top .special .special_list_item .ttl {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
  }
  /* line 575, app/assets/stylesheets/agency/style.sass */
  #agency_top .review {
    margin-bottom: 120px;
  }
  /* line 577, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .c_content_ttl {
    margin-bottom: 15px;
  }
  /* line 579, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .review_list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  /* line 584, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .review_list .review_item {
    box-sizing: border-box;
    width: calc(50% - 10px);
    padding: 15px 10px;
    border-radius: 0;
  }
  /* line 589, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .review_list .review_item .icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
  }
  /* line 595, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .review_list .review_item .star {
    margin-bottom: 16px;
  }
  /* line 597, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .review_list .review_item .star li svg {
    width: 20px;
    height: 20px;
  }
  /* line 600, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .review_list .review_item .text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
}

/* line 607, app/assets/stylesheets/agency/style.sass */
#agency_property_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0 239px;
}

@media (max-width: 768px) {
  /* line 607, app/assets/stylesheets/agency/style.sass */
  #agency_property_inner {
    width: 100%;
  }
}

/* line 613, app/assets/stylesheets/agency/style.sass */
#agency_property_inner .head {
  margin-bottom: 65px;
}

@media (max-width: 768px) {
  /* line 613, app/assets/stylesheets/agency/style.sass */
  #agency_property_inner .head {
    margin-bottom: 30px;
  }
}

/* line 617, app/assets/stylesheets/agency/style.sass */
#agency_property_inner .head .title {
  margin-bottom: 26px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #393939;
}

/* line 624, app/assets/stylesheets/agency/style.sass */
#agency_property_inner .head .description {
  margin-bottom: 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 624, app/assets/stylesheets/agency/style.sass */
  #agency_property_inner .head .description {
    margin-bottom: 20px;
  }
}

/* line 633, app/assets/stylesheets/agency/style.sass */
#agency_property_inner .head .result {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #393939;
}

/* line 641, app/assets/stylesheets/agency/style.sass */
#agency_property_inner .head .result .count {
  margin-left: 5px;
  margin-right: 7px;
  font-size: 28px;
  line-height: 1;
}

/* line 646, app/assets/stylesheets/agency/style.sass */
#agency_property_inner .head .property_empty {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #585653;
}

/* line 652, app/assets/stylesheets/agency/style.sass */
#agency_property_inner .property_list {
  margin-bottom: 130px;
}

@media (max-width: 768px) {
  /* line 652, app/assets/stylesheets/agency/style.sass */
  #agency_property_inner .property_list {
    margin-bottom: 50px;
  }
}

/* line 658, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 58px 0 190px;
}

@media (max-width: 768px) {
  /* line 658, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner {
    width: 100%;
  }
}

/* line 664, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .photos {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  /* line 664, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .photos {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
  }
}

/* line 673, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .photos .photos_main {
  position: relative;
  width: 850px;
}

@media (max-width: 768px) {
  /* line 673, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .photos .photos_main {
    position: static;
    width: 100%;
  }
}

/* line 679, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .photos .photos_main .kv {
  position: absolute;
  inset: 0;
  margin-bottom: 0;
  line-height: 0;
}

@media (max-width: 768px) {
  /* line 679, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .photos .photos_main .kv {
    position: static;
    margin-bottom: 10px;
  }
}

/* line 687, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .photos .photos_main .kv a {
  display: block;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 687, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .photos .photos_main .kv a {
    height: auto;
  }
}

/* line 692, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .photos .photos_main .kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  /* line 692, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .photos .photos_main .kv img {
    width: 100%;
    height: auto;
  }
}

/* line 700, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .photos .photos_side {
  width: 310px;
}

@media (max-width: 768px) {
  /* line 700, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .photos .photos_side {
    width: 100%;
  }
}

/* line 705, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .photos .photos_side .gallery .gallery_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 710, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .photos .photos_side .gallery .gallery_list li a {
  display: block;
  position: relative;
  width: 150px;
  height: 96px;
  transition: all .3s;
}

/* line 716, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .photos .photos_side .gallery .gallery_list li a:hover {
  opacity: 0.8;
}

/* line 718, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .photos .photos_side .gallery .gallery_list li img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

/* line 723, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .photos .photos_side .gallery .gallery_list li .more {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(86, 86, 86, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.13em;
  text-align: center;
  color: #fff;
}

/* line 739, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .contents {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  /* line 739, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .contents {
    flex-direction: column;
  }
}

/* line 744, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main {
  width: 850px;
}

@media (max-width: 768px) {
  /* line 744, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main {
    width: 100%;
    margin-bottom: 50px;
  }
}

/* line 751, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head {
  margin-bottom: 66px;
}

@media (max-width: 768px) {
  /* line 751, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .head {
    margin-bottom: 30px;
  }
}

/* line 755, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  /* line 755, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .head .flex {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

/* line 762, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .flex .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 762, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .head .flex .title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.5;
  }
}

/* line 772, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .flex .num {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 780, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .flex .num .icon {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

/* line 784, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .flex .num .icon svg {
  display: block;
}

/* line 786, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .flex .num .icon svg.person_01 {
  width: 18px;
  height: 23px;
}

/* line 789, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .flex .num .icon svg.person_02 {
  width: 25px;
  height: 18px;
}

/* line 792, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .flex .num .icon svg.person_03 {
  width: 30px;
  height: 17px;
}

/* line 795, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .address {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 795, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .head .address {
    flex-wrap: wrap;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

/* line 808, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .address .map_link {
  display: flex;
  align-items: center;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

@media (max-width: 768px) {
  /* line 808, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .head .address .map_link {
    margin-left: 0;
  }
}

/* line 819, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .address .map_link .icon {
  margin-left: 2px;
}

/* line 821, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .address .map_link .icon .new_tab {
  width: 16px;
  height: 16px;
}

/* line 824, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 828, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .tag_list .tag_item {
  min-width: 103px;
  padding: 0 15px;
  background: var(--theme-color);
  font-size: 11px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

/* line 838, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .room_overview {
  margin-bottom: 48px;
}

/* line 840, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .room_overview .room_overview_ttl {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

/* line 847, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .room_overview .data_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  padding: 20px 10px;
  background: #F5F5F5;
}

@media (max-width: 768px) {
  /* line 847, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .room_overview .data_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
}

/* line 858, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .room_overview .data_list li {
  width: 153px;
  background: #fff;
}

@media (max-width: 768px) {
  /* line 858, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .room_overview .data_list li {
    width: calc(50% - 5px);
  }
}

/* line 863, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .room_overview .data_list li .ttl {
  border-bottom: 1px solid #585653;
  font-size: 13px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #585653;
}

/* line 871, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .room_overview .data_list li .value {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 871, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .room_overview .data_list li .value {
    padding: 10px 0;
  }
}

/* line 883, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .room_overview .data_list li .small {
  font-size: 14px;
}

@media (max-width: 768px) {
  /* line 886, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .room_overview .data_list li .small .small {
    font-size: 12px;
  }
}

/* line 888, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview {
  margin-bottom: 77px;
}

@media (max-width: 768px) {
  /* line 888, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .property_overview {
    margin-bottom: 30px;
  }
}

/* line 892, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .property_overview_ttl {
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

/* line 899, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .features_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 23px;
}

@media (max-width: 768px) {
  /* line 899, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .property_overview .features_list {
    width: 330px;
    margin: 0 auto 23px;
  }
}

/* line 907, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .features_list.inside {
  margin-bottom: 54px;
}

/* line 909, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .features_list li {
  width: 90px;
}

/* line 911, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .features_list li .icon {
  margin-bottom: 10px;
}

/* line 913, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .features_list li .icon svg {
  width: 90px;
  height: 85px;
}

/* line 916, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .features_list li .name {
  display: flex;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #585653;
}

/* line 926, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .description_inner {
  margin-bottom: 35px;
  height: auto;
  overflow: hidden;
  transition: all .3s;
}

/* line 931, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .description_inner p {
  margin-bottom: 57px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 938, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .description_inner p:last-child {
  margin-bottom: 0;
}

/* line 941, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .description.is-collapsed .description_inner {
  height: 100px;
}

/* line 944, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .description .more_description a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  color: var(--theme-color);
}

/* line 952, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .content_ttl {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
  overflow: hidden;
}

/* line 960, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .content_ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 133px;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #585653;
}

/* line 970, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .content_ttl {
  margin-block: 45px;
}

/* line 972, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly {
  margin-bottom: 110px;
}

@media (max-width: 768px) {
  /* line 972, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly {
    margin-bottom: 50px;
  }
}

/* line 976, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 39px;
}

@media (max-width: 768px) {
  /* line 976, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .content {
    flex-direction: column;
  }
}

/* line 982, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left {
  width: 442px;
  position: relative;
}

@media (max-width: 768px) {
  /* line 982, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left {
    width: 100%;
  }
}

/* line 987, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .label {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2;
  width: 103px;
  background: var(--theme-color);
  font-size: 11px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFF;
}

/* line 1000, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .slider {
  position: relative;
  margin-bottom: 5px;
}

/* line 1003, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .slider li {
  position: relative;
  border: 1px solid #ccc;
  line-height: 1;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 1008, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .slider li img {
    width: 100%;
  }
}

/* line 1011, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .slider .test {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #fff;
}

/* line 1018, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .thumb_slider li {
  overflow: hidden;
  width: calc((var(--monthly-slide-width) + 3px) / 4);
  padding-right: 5px;
  line-height: 1;
}

@media (max-width: 768px) {
  /* line 1018, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .thumb_slider li {
    width: calc((var(--monthly-slide-width) + 4px) / 4);
  }
}

/* line 1025, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .thumb_slider li img {
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  /* line 1025, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .thumb_slider li img {
    width: 100%;
  }
}

/* line 1029, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right {
  width: 377px;
  padding-top: 18px;
}

@media (max-width: 768px) {
  /* line 1029, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right {
    width: 100%;
  }
}

/* line 1034, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .price_detail_ttl {
  margin-bottom: 23px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

/* line 1042, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .price_detail {
  margin-bottom: 17px;
  padding: 19px 0 17px;
  border-top: 1px solid #585653;
  border-bottom: 1px solid #585653;
}

/* line 1047, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .price_detail li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}

/* line 1052, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .price_detail li:last-child {
  margin-bottom: 0;
}

/* line 1054, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .price_detail li .ttl {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

/* line 1062, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .price_detail li .ttl .small {
  margin-left: 5px;
  font-size: 12px;
}

/* line 1065, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .price_detail li .ttl .small.red {
  color: var(--theme-color);
}

/* line 1067, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .price_detail li .price {
  display: flex;
  align-items: flex-end;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 1075, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .price_detail li .price .unit {
  margin-right: 2px;
  font-size: 16px;
}

/* line 1078, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .total_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1082, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .total_price .ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

/* line 1088, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .total_price .ttl .small {
  font-size: 12px;
}

/* line 1090, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .total_price .price {
  margin-right: -8px;
}

/* line 1092, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .total_price .price .flex {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

/* line 1101, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .total_price .price .flex .unit {
  margin-right: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

/* line 1107, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .total_price .price .tax {
  margin-left: -10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

/* line 1115, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item {
  margin-bottom: 16px;
  padding: 20px 40px;
  background: #F5F5F5;
}

@media (max-width: 768px) {
  /* line 1115, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item {
    margin-bottom: 10px;
    padding: 10px 10px;
  }
}

/* line 1122, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item:last-child {
  margin-bottom: 0;
}

/* line 1124, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 94px;
  padding-right: 19px;
  background: #fff;
}

@media (max-width: 768px) {
  /* line 1124, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner {
    flex-wrap: wrap;
    height: auto;
    padding: 10px;
  }
}

/* line 1135, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .period_box {
  width: 170px;
}

@media (max-width: 768px) {
  /* line 1135, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .period_box {
    width: 50%;
  }
}

/* line 1139, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .period_box .period {
  width: 82px;
  margin-bottom: 5px;
  padding-bottom: 1px;
  border: 1px solid #585653;
  background: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #585653;
}

/* line 1151, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .period_box .description {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

/* line 1159, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .period_box .description .small {
  font-size: 12px;
}

/* line 1161, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .price_box {
  width: 145px;
}

@media (max-width: 768px) {
  /* line 1161, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .price_box {
    width: 50%;
    margin-bottom: 5px;
    text-align: right;
  }
}

/* line 1167, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .price_box .price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

@media (max-width: 768px) {
  /* line 1167, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .price_box .price {
    justify-content: flex-end;
  }
}

/* line 1178, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .price_box .price .unit {
  margin-right: 2px;
  font-size: 16px;
}

/* line 1181, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .price_box .tax {
  margin-left: -2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 1181, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .price_box .tax {
    margin-right: -5px;
    text-align: right;
  }
}

/* line 1191, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .discount_box {
  width: 117px;
}

@media (max-width: 768px) {
  /* line 1191, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .discount_box {
    width: 50%;
    margin-bottom: 10px;
  }
}

/* line 1196, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .discount_box .discount {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

@media (max-width: 768px) {
  /* line 1196, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .discount_box .discount {
    text-align: right;
  }
}

@media (max-width: 768px) {
  /* line 1204, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box {
    width: 100%;
  }
}

/* line 1208, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn a {
  width: 148px;
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #FFF;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 1208, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn a {
    width: 100%;
  }
}

/* line 1221, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn a:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 1224, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay {
  margin-bottom: 89px;
}

/* line 1226, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  /* line 1226, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content {
    flex-direction: column;
  }
}

/* line 1231, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .left {
  width: 442px;
  position: relative;
}

@media (max-width: 768px) {
  /* line 1231, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .left {
    width: 100%;
  }
}

/* line 1236, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .left .label {
  position: absolute;
  top: -10px;
  z-index: 2;
  left: 0;
  width: 103px;
  background: var(--theme-color);
  font-size: 11px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFF;
}

/* line 1249, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .left .slider {
  position: relative;
  margin-bottom: 5px;
}

/* line 1252, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .left .slider li {
  position: relative;
  border: 1px solid #ccc;
  line-height: 1;
  overflow: hidden;
}

/* line 1257, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .left .slider .test {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #fff;
}

/* line 1264, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .left .thumb_slider li {
  overflow: hidden;
  width: calc((var(--short-stay-slide-width) + 3px) / 4);
  padding-right: 5px;
  line-height: 1;
}

@media (max-width: 768px) {
  /* line 1264, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .left .thumb_slider li {
    width: calc((var(--short-stay-slide-width) + 4px) / 4);
  }
}

/* line 1271, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .left .thumb_slider li img {
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  /* line 1271, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .left .thumb_slider li img {
    width: 100%;
  }
}

/* line 1275, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right {
  width: 377px;
  padding-top: 17px;
}

@media (max-width: 768px) {
  /* line 1275, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right {
    width: 100%;
  }
}

/* line 1280, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .price_detail_ttl {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

/* line 1287, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .price_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 160px;
  border-top: 1px solid #585653;
  border-bottom: 1px solid #585653;
}

/* line 1294, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .price_detail .ttl {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

/* line 1302, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .price_detail .ttl .small {
  margin-left: 5px;
  font-size: 12px;
}

/* line 1306, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .price_detail .price .flex {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

/* line 1315, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .price_detail .price .flex .unit {
  margin-right: 5px;
  font-size: 16px;
}

/* line 1318, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .price_detail .price .flex .night {
  margin-left: 2px;
  font-size: 12px;
  color: #585653;
}

/* line 1322, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .price_detail .price .tax {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

/* line 1330, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .content_ttl {
  margin-bottom: 32px;
}

/* line 1332, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list {
  display: flex;
  gap: 17px;
}

@media (max-width: 768px) {
  /* line 1332, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list {
    flex-direction: column;
  }
}

/* line 1338, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list_item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* line 1344, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list_item .top .ph {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 1346, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list_item .top .ph img {
    width: 100%;
  }
}

/* line 1350, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list_item .top .info .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

/* line 1355, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list_item .top .info .head .area {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

/* line 1361, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list_item .top .info .head .num {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 1369, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list_item .top .info .head .num .icon {
  margin-top: 1px;
  margin-right: 5px;
}

/* line 1372, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list_item .top .info .head .num .icon .person_01 {
  width: 9px;
  height: 11px;
}

/* line 1375, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list_item .top .info .name {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 1383, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list .bottom .price_list {
  margin-bottom: 15px;
  padding: 15px 10px 15px 15px;
  background: #F5F5F5;
}

/* line 1387, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list .bottom .price_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

/* line 1392, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list .bottom .price_list li:last-child {
  margin-bottom: 0;
}

/* line 1394, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list .bottom .price_list li .ttl {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 1400, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list .bottom .price_list li .price {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

/* line 1408, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list .bottom .price_list li .price .unit {
  margin-right: 2px;
  font-size: 12px;
}

/* line 1411, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list .bottom .price_list li .price .value {
  margin-right: 2px;
}

/* line 1413, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list .bottom .price_list li .price .month, #agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list .bottom .price_list li .price .night {
  font-size: 12px;
  color: #585653;
}

/* line 1416, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list .bottom .tag_list {
  display: flex;
  gap: 4px;
}

/* line 1419, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list .bottom .tag_list .tag_item {
  min-width: 88px;
  padding: 0 7px;
  background: var(--theme-color);
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

/* line 1429, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side {
  width: 310px;
}

@media (max-width: 768px) {
  /* line 1429, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .side {
    width: 100%;
  }
}

/* line 1434, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan {
  padding: 0 10px;
}

/* line 1436, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .stay_plan_ttl {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

/* line 1443, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .data {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 14px;
  padding: 12px 0 14px;
  border: 1px solid #585653;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #585653;
}

/* line 1455, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .data .large {
  margin: 0 4px;
  font-size: 24px;
}

/* line 1458, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .data .margin {
  margin: 0 4px;
}

/* line 1460, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .data .hyphen {
  margin: 0 10px;
}

/* line 1462, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list {
  margin-bottom: 38px;
}

/* line 1464, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list .switch_btns {
  display: flex;
}

/* line 1466, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list .switch_btns .switch_btn {
  width: 50%;
}

/* line 1468, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list .switch_btns .switch_btn a {
  width: calc(100% - 2px);
  padding-bottom: 1px;
  border: 1px solid #585653;
  font-size: 11px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #585653;
}

/* line 1478, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list .switch_btns .switch_btn a.active {
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  color: #fff;
}

/* line 1483, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list .content .monthly_price, #agency_property_detail_inner .side_inner .stay_plan .plan_list .content .short_stay_price {
  display: none;
  padding: 19px 0 0;
}

/* line 1486, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list .content .monthly_price.active, #agency_property_detail_inner .side_inner .stay_plan .plan_list .content .short_stay_price.active {
  display: block;
}

/* line 1488, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list .content .monthly_price .price_item, #agency_property_detail_inner .side_inner .stay_plan .plan_list .content .short_stay_price .price_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}

/* line 1493, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list .content .monthly_price .price_item:last-child, #agency_property_detail_inner .side_inner .stay_plan .plan_list .content .short_stay_price .price_item:last-child {
  margin-bottom: 0;
}

/* line 1495, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list .content .monthly_price .price_item .period, #agency_property_detail_inner .side_inner .stay_plan .plan_list .content .short_stay_price .price_item .period {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 1501, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list .content .monthly_price .price_item .price, #agency_property_detail_inner .side_inner .stay_plan .plan_list .content .short_stay_price .price_item .price {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

/* line 1509, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list .content .monthly_price .price_item .price .unit, #agency_property_detail_inner .side_inner .stay_plan .plan_list .content .short_stay_price .price_item .price .unit {
  font-size: 13px;
}

/* line 1512, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan.stay_plan_inquiry .stay_plan_ttl {
  color: var(--theme-color);
}

/* line 1514, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan.stay_plan_inquiry .inquiry_message {
  margin-bottom: 16px;
  padding: 20px 10px;
  background: #F5F5F5;
}

/* line 1518, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan.stay_plan_inquiry .inquiry_message .inquiry_message_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 10px;
  background: #fff;
}

/* line 1524, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan.stay_plan_inquiry .inquiry_message .inquiry_message_inner p {
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #585653;
}

/* line 1531, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan.stay_plan_inquiry .inquiry_contact_btns {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

/* line 1535, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan.stay_plan_inquiry .inquiry_contact_btns .inquiry_contact_btn {
  flex: 1;
  margin: 0;
  line-height: 0;
  transition: opacity 0.3s;
}

/* line 1540, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan.stay_plan_inquiry .inquiry_contact_btns .inquiry_contact_btn:hover {
  opacity: 0.8;
}

/* line 1542, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan.stay_plan_inquiry .inquiry_contact_btns .inquiry_contact_btn a, #agency_property_detail_inner .side_inner .stay_plan.stay_plan_inquiry .inquiry_contact_btns .inquiry_contact_btn img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1546, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar {
  margin-bottom: 30px;
  padding: 0 10px;
}

/* line 1551, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .calendar_slide_up:hover a, #agency_property_detail_inner .side_inner .calendar .calendar_slide_up.active a, #agency_property_detail_inner .side_inner .calendar .calendar_slide_down:hover a, #agency_property_detail_inner .side_inner .calendar .calendar_slide_down.active a {
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
}

/* line 1555, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .calendar_slide_up:hover a .calendar_slide_arrow use, #agency_property_detail_inner .side_inner .calendar .calendar_slide_up.active a .calendar_slide_arrow use, #agency_property_detail_inner .side_inner .calendar .calendar_slide_down:hover a .calendar_slide_arrow use, #agency_property_detail_inner .side_inner .calendar .calendar_slide_down.active a .calendar_slide_arrow use {
  fill: #fff;
}

/* line 1557, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .calendar_slide_up a, #agency_property_detail_inner .side_inner .calendar .calendar_slide_down a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  border: 1px solid #585653;
  transition: all .3s;
}

/* line 1564, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .calendar_slide_up a .calendar_slide_arrow, #agency_property_detail_inner .side_inner .calendar .calendar_slide_down a .calendar_slide_arrow {
  width: 27px;
  height: 13px;
}

/* line 1567, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .calendar_slide_up a .calendar_slide_arrow use, #agency_property_detail_inner .side_inner .calendar .calendar_slide_down a .calendar_slide_arrow use {
  fill: #D9D9D9;
  transition: all .3s;
}

/* line 1570, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .calendar_slide_up {
  margin-bottom: 17px;
}

/* line 1573, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .calendar_slide_up a .calendar_slide_arrow {
  transform: scaleY(-1);
}

/* line 1575, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .calendar_slide_down {
  margin-top: 17px;
}

/* line 1577, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .calendar_wrap {
  width: 100%;
  max-width: 420px;
  user-select: none;
}

/* line 1581, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .month_block {
  background: #fff;
  border: 1px solid #585653;
  padding: 18px 10px 15px;
  margin-bottom: 13px;
}

/* line 1586, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .month_title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #585653;
}

/* line 1596, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .month_title .year, #agency_property_detail_inner .side_inner .calendar .month_title .month {
  font-size: 24px;
  font-weight: 400;
  line-height: 21px;
}

/* line 1600, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .month_title .year {
  margin-right: 3px;
}

/* line 1602, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .month_title .month {
  margin-left: 4px;
  margin-right: 2px;
}

/* line 1605, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .dow_row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
  margin-bottom: 7px;
}

/* line 1610, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .dow_cell {
  width: 32px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #585653;
}

/* line 1617, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .dow_cell.sat {
  color: #3632A7;
}

/* line 1619, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .dow_cell.sun {
  color: #C33131;
}

/* line 1621, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .days_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  overflow: hidden;
}

/* line 1626, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell {
  position: relative;
  width: 30px;
  height: 28px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.12s, color 0.12s;
  color: #585653;
  background: #fff;
  border: 1px solid #ccc;
}

/* line 1637, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.empty {
  background: #E0DFDF;
  border-color: transparent;
  cursor: default;
  pointer-events: none;
}

/* line 1642, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell .day_num {
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #585653;
}

/* line 1651, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.booked {
  background: #EFEFEF;
  cursor: not-allowed;
}

/* line 1654, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.booked .booked_mark {
  position: absolute;
  left: 3px;
  bottom: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #585653;
  line-height: 1;
}

/* line 1662, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell:not(.booked):not(.empty):not(.selected):not(.in_range):hover {
  background: #fff;
  border-color: var(--theme-color);
  color: #fff;
}

/* line 1666, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.selected {
  background: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
  cursor: pointer;
}

/* line 1671, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.selected span {
  color: #fff;
}

/* line 1673, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.in_range {
  background: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
}

/* line 1677, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.in_range span {
  color: #fff;
}

/* line 1679, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.in_range:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -11px;
  width: 11px;
  height: 28px;
  background: var(--theme-color);
}

/* line 1688, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.range_start:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -12px;
  width: 11px;
  height: 28px;
  background: var(--theme-color);
}

/* line 1697, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.range_end:after {
  display: none;
}

/* line 1700, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.hover_range {
  background: #fff;
  border-color: var(--theme-color);
  color: #2a2a2a;
}

/* line 1704, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.hover_start {
  background: #fff;
  border-color: var(--theme-color);
  color: #2a2a2a;
}

/* line 1708, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.hover_end {
  background: #fff;
  border-color: var(--theme-color);
  color: #2a2a2a;
}

/* line 1712, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.past {
  cursor: not-allowed;
  color: #aaa;
  background: #f5f5f5;
  border-color: transparent;
}

/* line 1717, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .info_bar {
  margin-top: 12px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--theme-color);
  font-size: 13px;
  color: var(--theme-color);
  display: none;
  line-height: 1.6;
}

/* line 1726, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .info_bar.visible {
  display: block;
}

/* line 1728, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .info_bar strong {
  font-weight: 700;
}

/* line 1731, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .reserve_btn a {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #FFF;
  transition: all .3s ease-in-out;
}

/* line 1741, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .reserve_btn a:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 1744, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  width: 865px;
  max-width: calc(100vw - 120px);
  height: auto;
  max-height: calc(100vh - 80px);
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}

@media (max-width: 768px) {
  /* line 1744, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .ph_modal {
    width: 80vw;
    height: auto;
    max-height: none;
  }
}

/* line 1761, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal.active {
  opacity: 1;
  pointer-events: auto;
}

/* line 1764, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_inner {
  position: relative;
}

/* line 1766, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_inner .name {
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #FFF;
}

@media (max-width: 768px) {
  /* line 1766, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .ph_modal_inner .name {
    top: -26px;
    font-size: 15px;
  }
}

/* line 1778, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_inner .close {
  position: absolute;
  top: -30px;
  right: 0;
}

/* line 1782, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_inner .close img {
  width: 20px;
}

/* line 1785, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_inner .arrow_left img, #agency_property_detail_inner .ph_modal_inner .arrow_right img {
  width: 30px;
}

@media (max-width: 768px) {
  /* line 1785, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .ph_modal_inner .arrow_left img, #agency_property_detail_inner .ph_modal_inner .arrow_right img {
    width: 15px;
  }
}

/* line 1789, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_inner .arrow_left {
  position: absolute;
  top: 45%;
  left: -45px;
}

@media (max-width: 768px) {
  /* line 1789, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .ph_modal_inner .arrow_left {
    left: -24px;
  }
}

/* line 1795, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_inner .arrow_right {
  position: absolute;
  top: 45%;
  right: -45px;
}

@media (max-width: 768px) {
  /* line 1795, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .ph_modal_inner .arrow_right {
    right: -24px;
  }
}

/* line 1802, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_inner .arrow_right a img {
  transform: scaleX(-1);
}

/* line 1805, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_inner .ph_list li {
  position: relative;
  text-align: center;
}

/* line 1808, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_inner .ph_list li img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 80px);
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  /* line 1808, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .ph_modal_inner .ph_list li img {
    width: 100%;
    max-height: none;
  }
}

/* line 1819, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_inner .ph_list li .test {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

/* line 1827, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_inner .num {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: right;
  color: #FFF;
}

/* line 1837, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: all .3s;
}

/* line 1849, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_bg.active {
  opacity: 1;
  pointer-events: auto;
}

/* line 1854, app/assets/stylesheets/agency/style.sass */
#agency_feature_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0 239px;
}

@media (max-width: 768px) {
  /* line 1854, app/assets/stylesheets/agency/style.sass */
  #agency_feature_inner {
    width: 100%;
  }
}

/* line 1860, app/assets/stylesheets/agency/style.sass */
#agency_feature_inner .head {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}

/* line 1864, app/assets/stylesheets/agency/style.sass */
#agency_feature_inner .head .title {
  order: 2;
  margin-bottom: 38px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--theme-color);
}

/* line 1872, app/assets/stylesheets/agency/style.sass */
#agency_feature_inner .head .label {
  order: 1;
  width: 103px;
  margin-bottom: 13px;
  background: var(--theme-color);
  font-size: 11px;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

/* line 1882, app/assets/stylesheets/agency/style.sass */
#agency_feature_inner .head .kv {
  order: 3;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  /* line 1885, app/assets/stylesheets/agency/style.sass */
  #agency_feature_inner .head .kv img {
    width: 100%;
  }
}

/* line 1888, app/assets/stylesheets/agency/style.sass */
#agency_feature_inner .head .description {
  order: 4;
  margin-bottom: 54px;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 1896, app/assets/stylesheets/agency/style.sass */
#agency_feature_inner .head .result {
  order: 5;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #393939;
}

/* line 1905, app/assets/stylesheets/agency/style.sass */
#agency_feature_inner .head .result .count {
  margin-left: 5px;
  margin-right: 7px;
  font-size: 28px;
  line-height: 1;
}

/* line 1911, app/assets/stylesheets/agency/style.sass */
#agency_feature_inner .property_list {
  margin-bottom: 130px;
}

/* line 1915, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0 130px;
}

@media (max-width: 768px) {
  /* line 1915, app/assets/stylesheets/agency/style.sass */
  #agency_contact_inner {
    width: 100%;
  }
}

/* line 1921, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .head {
  margin-bottom: 72px;
}

/* line 1923, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .head .title {
  margin-bottom: 33px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--theme-color);
}

/* line 1930, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .head .description {
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 1936, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp {
  padding: 75px 0 82px;
  background: #F5F5F5;
}

@media (max-width: 768px) {
  /* line 1936, app/assets/stylesheets/agency/style.sass */
  #agency_contact_inner .form_warp {
    padding: 40px 15px 80px;
  }
}

/* line 1941, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp form {
  width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 1941, app/assets/stylesheets/agency/style.sass */
  #agency_contact_inner .form_warp form {
    width: 100%;
  }
}

/* line 1946, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp form .form_item {
  margin-bottom: 37px;
}

/* line 1948, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp form .form_item.last {
  margin-bottom: 52px;
}

/* line 1950, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp form .form_item .js-error_box {
  border: 1px solid #EA5A61;
}

/* line 1952, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp form .form_item .js-error {
  margin-top: 5px;
  color: #EA5A61;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

/* line 1959, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp form .form_item label {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 1969, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp form .form_item label.required::after {
  content: '※必須';
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #EA5A61;
}

/* line 1977, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp form .form_item input {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 10px;
  font-size: 14px;
  line-height: 40px;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 1977, app/assets/stylesheets/agency/style.sass */
  #agency_contact_inner .form_warp form .form_item input {
    width: calc(100% - 20px);
  }
}

/* line 1987, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp form .form_item input::placeholder {
  color: #A8A7A7;
}

/* line 1989, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp form .form_item textarea {
  width: 100%;
  height: 235px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #585653;
  resize: none;
}

@media (max-width: 768px) {
  /* line 1989, app/assets/stylesheets/agency/style.sass */
  #agency_contact_inner .form_warp form .form_item textarea {
    width: calc(100% - 20px);
  }
}

/* line 2000, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp form .form_item textarea::placeholder {
  color: #A8A7A7;
}

/* line 2002, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp form .button {
  display: block;
  width: 320px;
  margin: 0 auto;
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 43px;
  text-align: center;
  color: #FFF;
  transition: all .3s;
}

@media (max-width: 768px) {
  /* line 2002, app/assets/stylesheets/agency/style.sass */
  #agency_contact_inner .form_warp form .button {
    width: 100%;
  }
}

/* line 2016, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp form .button:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 2021, app/assets/stylesheets/agency/style.sass */
#agency_company_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 68px 0 230px;
}

@media (max-width: 768px) {
  /* line 2021, app/assets/stylesheets/agency/style.sass */
  #agency_company_inner {
    width: 100%;
  }
}

/* line 2027, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .head {
  margin-bottom: 80px;
}

/* line 2029, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .head .title {
  margin-bottom: 34px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--theme-color);
}

@media (max-width: 768px) {
  /* line 2029, app/assets/stylesheets/agency/style.sass */
  #agency_company_inner .head .title {
    padding: 0 15px;
  }
}

/* line 2038, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .head .kv {
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  /* line 2040, app/assets/stylesheets/agency/style.sass */
  #agency_company_inner .head .kv img {
    width: 100%;
  }
}

/* line 2043, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .head .description {
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2043, app/assets/stylesheets/agency/style.sass */
  #agency_company_inner .head .description {
    padding: 0 15px;
  }
}

/* line 2051, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .message {
  width: 800px;
  margin: 0 auto 135px;
}

@media (max-width: 768px) {
  /* line 2051, app/assets/stylesheets/agency/style.sass */
  #agency_company_inner .message {
    width: 100%;
    margin: 0 auto 80px;
    padding: 0 15px;
  }
}

/* line 2058, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .message p {
  margin-bottom: 31px;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 2065, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .message p:last-child {
  margin-bottom: 0;
}

/* line 2067, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .message .ttl {
  margin-bottom: 26px;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 2074, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .message .ph {
  margin-bottom: 47px;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  /* line 2077, app/assets/stylesheets/agency/style.sass */
  #agency_company_inner .message .ph img {
    width: 100%;
  }
}

/* line 2080, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .about {
  width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 2080, app/assets/stylesheets/agency/style.sass */
  #agency_company_inner .about {
    width: 100%;
    margin: 0 auto 80px;
    padding: 0 15px;
  }
}

/* line 2087, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .about_ttl {
  margin-bottom: 37px;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #585653;
}

/* line 2095, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .about_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #A7A7A7;
}

/* line 2099, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .about_list dt, #agency_company_inner .about_list dd {
  padding: 8px 0;
  border-bottom: 1px solid #A7A7A7;
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.02em;
}

/* line 2106, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .about_list dt {
  width: 97px;
  padding-left: 17px;
}

/* line 2109, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .about_list dd {
  width: calc(100% - 97px);
}

/* line 2113, app/assets/stylesheets/agency/style.sass */
#agency_terms_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 68px 0 142px;
}

@media (max-width: 768px) {
  /* line 2113, app/assets/stylesheets/agency/style.sass */
  #agency_terms_inner {
    width: 100%;
  }
}

/* line 2119, app/assets/stylesheets/agency/style.sass */
#agency_terms_inner .head {
  margin-bottom: 32px;
}

/* line 2121, app/assets/stylesheets/agency/style.sass */
#agency_terms_inner .head .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--theme-color);
}

/* line 2128, app/assets/stylesheets/agency/style.sass */
#agency_terms_inner .terms__body {
  white-space: pre-line;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 2137, app/assets/stylesheets/agency/style.sass */
.property-map .map_inner {
  position: relative;
  z-index: 1;
}

/* line 2140, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 3;
  width: 380px;
  padding-top: 15px;
  border: 1px solid #CCC;
  background: #FFF;
  transition: all .3s;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  /* line 2140, app/assets/stylesheets/agency/style.sass */
  .property-map .map_modal {
    width: calc(100% - 30px);
  }
}

/* line 2155, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal.active {
  opacity: 1;
  pointer-events: auto;
}

/* line 2158, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal .name {
  margin-bottom: 19px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2167, app/assets/stylesheets/agency/style.sass */
  .property-map .map_modal .ph img {
    width: 100%;
  }
}

/* line 2170, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 26px 0 20px;
}

/* line 2176, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal .info .address {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

/* line 2182, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal .info .num {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 2190, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal .info .num .icon {
  margin-right: 6px;
}

/* line 2193, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal .info .num .icon svg.person_01 {
  width: 11px;
  height: 14px;
}

/* line 2196, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal .info .num .icon svg.person_02 {
  width: 17px;
  height: 14px;
}

/* line 2199, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal .info .num .icon svg.person_03 {
  width: 19px;
  height: 11px;
}

/* line 2202, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal .btn {
  margin-bottom: 16px;
}

/* line 2204, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal .btn a {
  display: block;
  width: 190px;
  margin: 0 auto;
  padding-bottom: 1px;
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  transition: all .3s;
}

/* line 2218, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal .btn a:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 2221, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
}

/* line 2231, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal_bg.active {
  opacity: 1;
  pointer-events: auto;
}

/* line 2237, app/assets/stylesheets/agency/style.sass */
#agency_contact .form_warp .form_error_summary {
  margin: 0 auto 28px;
  max-width: 600px;
  padding: 12px 16px;
  border: 1px solid #EA5A61;
  background: #FDECEC;
  color: #EA5A61;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 768px) {
  /* line 2237, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp .form_error_summary {
    max-width: 100%;
  }
}

/* line 2249, app/assets/stylesheets/agency/style.sass */
#agency_contact .form_warp .confirm_list {
  width: 600px;
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  /* line 2249, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp .confirm_list {
    width: 100%;
  }
}

/* line 2254, app/assets/stylesheets/agency/style.sass */
#agency_contact .form_warp .confirm_list .confirm_item {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 2257, app/assets/stylesheets/agency/style.sass */
#agency_contact .form_warp .confirm_list .confirm_item:first-child {
  border-top: 1px solid #e0e0e0;
}

/* line 2259, app/assets/stylesheets/agency/style.sass */
#agency_contact .form_warp .confirm_list .confirm_item dt {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

/* line 2265, app/assets/stylesheets/agency/style.sass */
#agency_contact .form_warp .confirm_list .confirm_item dd {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: #585653;
  word-break: break-word;
}

/* line 2271, app/assets/stylesheets/agency/style.sass */
#agency_contact .form_warp .confirm_list .confirm_item dd.pre {
  white-space: pre-wrap;
}

/* line 2273, app/assets/stylesheets/agency/style.sass */
#agency_contact .form_warp .confirm_actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 2273, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp .confirm_actions {
    flex-direction: column-reverse;
    width: 100%;
  }
}

/* line 2282, app/assets/stylesheets/agency/style.sass */
#agency_contact .form_warp .confirm_actions .button {
  flex: 1;
  max-width: 280px;
  margin: 0;
}

@media (max-width: 768px) {
  /* line 2282, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp .confirm_actions .button {
    max-width: 100%;
  }
}

/* line 2288, app/assets/stylesheets/agency/style.sass */
#agency_contact .form_warp .confirm_actions .c_back_btn {
  display: block;
  border: 1px solid var(--theme-color);
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 43px;
  text-align: center;
  color: var(--theme-color);
  cursor: pointer;
  transition: all .3s;
}

/* line 2299, app/assets/stylesheets/agency/style.sass */
#agency_contact .form_warp .confirm_actions .c_back_btn:hover {
  background: var(--theme-color);
  color: #fff;
}

/* line 2302, app/assets/stylesheets/agency/style.sass */
#agency_contact .complete_box {
  width: 600px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 2302, app/assets/stylesheets/agency/style.sass */
  #agency_contact .complete_box {
    width: 100%;
    padding: 40px 15px;
  }
}

/* line 2310, app/assets/stylesheets/agency/style.sass */
#agency_contact .complete_box .lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--theme-color);
}

/* line 2316, app/assets/stylesheets/agency/style.sass */
#agency_contact .complete_box .note {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 2322, app/assets/stylesheets/agency/style.sass */
#agency_contact .complete_box .button {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 43px;
  text-align: center;
  color: #fff;
  transition: all .3s;
}

/* line 2334, app/assets/stylesheets/agency/style.sass */
#agency_contact .complete_box .button:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 2339, app/assets/stylesheets/agency/style.sass */
#agency_sign_up_inner {
  margin: 0 auto;
  padding: 68px 0 35px;
}

@media (max-width: 768px) {
  /* line 2339, app/assets/stylesheets/agency/style.sass */
  #agency_sign_up_inner {
    padding: 40px 0px 80px;
  }
}

/* line 2344, app/assets/stylesheets/agency/style.sass */
#agency_sign_up_inner .head {
  margin-bottom: 28px;
}

/* line 2346, app/assets/stylesheets/agency/style.sass */
#agency_sign_up_inner .head .title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--theme-color);
  text-align: center;
}

/* line 2354, app/assets/stylesheets/agency/style.sass */
#agency_sign_up_inner .head .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
  color: #585653;
  text-align: center;
}

/* line 2361, app/assets/stylesheets/agency/style.sass */
#agency_sign_up_inner .form_warp {
  padding: 48px 0 64px;
  background: #F5F5F5;
}

@media (max-width: 768px) {
  /* line 2361, app/assets/stylesheets/agency/style.sass */
  #agency_sign_up_inner .form_warp {
    padding: 40px 0px 80px;
  }
}

/* line 2366, app/assets/stylesheets/agency/style.sass */
#agency_sign_up_inner .form_warp form {
  width: 440px;
  padding: 32px 28px;
  background: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* line 2366, app/assets/stylesheets/agency/style.sass */
  #agency_sign_up_inner .form_warp form {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 15px 60px;
  }
}

/* line 2377, app/assets/stylesheets/agency/style.sass */
#agency_log_in_inner {
  margin: 0 auto;
  padding: 68px 0 35px;
}

@media (max-width: 768px) {
  /* line 2377, app/assets/stylesheets/agency/style.sass */
  #agency_log_in_inner {
    padding: 40px 0px 80px;
  }
}

/* line 2382, app/assets/stylesheets/agency/style.sass */
#agency_log_in_inner .head {
  margin-bottom: 28px;
}

/* line 2384, app/assets/stylesheets/agency/style.sass */
#agency_log_in_inner .head .title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--theme-color);
  text-align: center;
}

/* line 2392, app/assets/stylesheets/agency/style.sass */
#agency_log_in_inner .head .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
  color: #585653;
  text-align: center;
}

/* line 2399, app/assets/stylesheets/agency/style.sass */
#agency_log_in_inner .form_warp {
  padding: 48px 0 64px;
  background: #F5F5F5;
}

@media (max-width: 768px) {
  /* line 2399, app/assets/stylesheets/agency/style.sass */
  #agency_log_in_inner .form_warp {
    padding: 40px 0px 80px;
  }
}

/* line 2404, app/assets/stylesheets/agency/style.sass */
#agency_log_in_inner .form_warp form {
  width: 400px;
  padding: 32px 28px;
  background: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* line 2404, app/assets/stylesheets/agency/style.sass */
  #agency_log_in_inner .form_warp form {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 15px 60px;
  }
}

/* line 2415, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner, #agency_reserve_step2_inner, #agency_reserve_step3_inner, #agency_reserve_confirm_inner {
  margin: 0 auto;
  padding: 68px 0 0px;
}

@media (max-width: 768px) {
  /* line 2415, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner, #agency_reserve_step2_inner, #agency_reserve_step3_inner, #agency_reserve_confirm_inner {
    padding: 40px 0 0px;
  }
}

/* line 2420, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .head, #agency_reserve_step2_inner .head, #agency_reserve_step3_inner .head, #agency_reserve_confirm_inner .head {
  margin-bottom: 50px;
}

/* line 2422, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .head .title, #agency_reserve_step2_inner .head .title, #agency_reserve_step3_inner .head .title, #agency_reserve_confirm_inner .head .title {
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--theme-color);
  text-align: center;
}

/* line 2430, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .head .step_desc, #agency_reserve_step2_inner .head .step_desc, #agency_reserve_step3_inner .head .step_desc, #agency_reserve_confirm_inner .head .step_desc {
  display: flex;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto 50px;
  padding: 20px 0;
  border-top: 1px solid #B9B5B5;
  border-bottom: 1px solid #B9B5B5;
}

@media (max-width: 768px) {
  /* line 2430, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .head .step_desc, #agency_reserve_step2_inner .head .step_desc, #agency_reserve_step3_inner .head .step_desc, #agency_reserve_confirm_inner .head .step_desc {
    flex-direction: column;
    width: 100%;
  }
}

/* line 2441, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .head .step_desc_item, #agency_reserve_step2_inner .head .step_desc_item, #agency_reserve_step3_inner .head .step_desc_item, #agency_reserve_confirm_inner .head .step_desc_item {
  position: relative;
}

@media (max-width: 768px) {
  /* line 2441, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .head .step_desc_item, #agency_reserve_step2_inner .head .step_desc_item, #agency_reserve_step3_inner .head .step_desc_item, #agency_reserve_confirm_inner .head .step_desc_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  /* line 2449, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .head .step_desc_item:last-child, #agency_reserve_step2_inner .head .step_desc_item:last-child, #agency_reserve_step3_inner .head .step_desc_item:last-child, #agency_reserve_confirm_inner .head .step_desc_item:last-child {
    margin-bottom: 0;
  }
}

/* line 2452, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .head .step_desc_item:last-child::after, #agency_reserve_step2_inner .head .step_desc_item:last-child::after, #agency_reserve_step3_inner .head .step_desc_item:last-child::after, #agency_reserve_confirm_inner .head .step_desc_item:last-child::after {
  display: none;
}

/* line 2454, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .head .step_desc_item::after, #agency_reserve_step2_inner .head .step_desc_item::after, #agency_reserve_step3_inner .head .step_desc_item::after, #agency_reserve_confirm_inner .head .step_desc_item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -70px;
  width: 33px;
  height: 1px;
  background: #B9B5B5;
}

@media (max-width: 768px) {
  /* line 2454, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .head .step_desc_item::after, #agency_reserve_step2_inner .head .step_desc_item::after, #agency_reserve_step3_inner .head .step_desc_item::after, #agency_reserve_confirm_inner .head .step_desc_item::after {
    display: none;
  }
}

/* line 2465, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .head .step_desc_item.active .num, #agency_reserve_step2_inner .head .step_desc_item.active .num, #agency_reserve_step3_inner .head .step_desc_item.active .num, #agency_reserve_confirm_inner .head .step_desc_item.active .num {
  background: var(--theme-color);
}

/* line 2467, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .head .step_desc_item .num, #agency_reserve_step2_inner .head .step_desc_item .num, #agency_reserve_step3_inner .head .step_desc_item .num, #agency_reserve_confirm_inner .head .step_desc_item .num {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  padding-bottom: 2px;
  border-radius: 50%;
  background: #A2A1A1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}

/* line 2483, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .head .step_desc_item .ttl, #agency_reserve_step2_inner .head .step_desc_item .ttl, #agency_reserve_step3_inner .head .step_desc_item .ttl, #agency_reserve_confirm_inner .head .step_desc_item .ttl {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2483, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .head .step_desc_item .ttl, #agency_reserve_step2_inner .head .step_desc_item .ttl, #agency_reserve_step3_inner .head .step_desc_item .ttl, #agency_reserve_confirm_inner .head .step_desc_item .ttl {
    text-align: center;
  }
}

/* line 2492, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .head .step_desc_item .desc, #agency_reserve_step2_inner .head .step_desc_item .desc, #agency_reserve_step3_inner .head .step_desc_item .desc, #agency_reserve_confirm_inner .head .step_desc_item .desc {
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2492, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .head .step_desc_item .desc, #agency_reserve_step2_inner .head .step_desc_item .desc, #agency_reserve_step3_inner .head .step_desc_item .desc, #agency_reserve_confirm_inner .head .step_desc_item .desc {
    text-align: center;
  }
}

@media (max-width: 768px) {
  /* line 2500, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .head .step_desc_item .desc br, #agency_reserve_step2_inner .head .step_desc_item .desc br, #agency_reserve_step3_inner .head .step_desc_item .desc br, #agency_reserve_confirm_inner .head .step_desc_item .desc br {
    display: none;
  }
}

/* line 2503, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .head .description, #agency_reserve_step2_inner .head .description, #agency_reserve_step3_inner .head .description, #agency_reserve_confirm_inner .head .description {
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #585653;
  text-align: center;
}

/* line 2510, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content, #agency_reserve_step1_inner .step2_content, #agency_reserve_step1_inner .step3_content, #agency_reserve_step1_inner .confirm_content, #agency_reserve_step2_inner .step1_content, #agency_reserve_step2_inner .step2_content, #agency_reserve_step2_inner .step3_content, #agency_reserve_step2_inner .confirm_content, #agency_reserve_step3_inner .step1_content, #agency_reserve_step3_inner .step2_content, #agency_reserve_step3_inner .step3_content, #agency_reserve_step3_inner .confirm_content, #agency_reserve_confirm_inner .step1_content, #agency_reserve_confirm_inner .step2_content, #agency_reserve_confirm_inner .step3_content, #agency_reserve_confirm_inner .confirm_content {
  padding: 40px 0 120px;
  background: #F5F5F5;
}

/* line 2513, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content_inner, #agency_reserve_step1_inner .step2_content_inner, #agency_reserve_step1_inner .step3_content_inner, #agency_reserve_step1_inner .confirm_content_inner, #agency_reserve_step2_inner .step1_content_inner, #agency_reserve_step2_inner .step2_content_inner, #agency_reserve_step2_inner .step3_content_inner, #agency_reserve_step2_inner .confirm_content_inner, #agency_reserve_step3_inner .step1_content_inner, #agency_reserve_step3_inner .step2_content_inner, #agency_reserve_step3_inner .step3_content_inner, #agency_reserve_step3_inner .confirm_content_inner, #agency_reserve_confirm_inner .step1_content_inner, #agency_reserve_confirm_inner .step2_content_inner, #agency_reserve_confirm_inner .step3_content_inner, #agency_reserve_confirm_inner .confirm_content_inner {
  width: 600px;
  margin: 0 auto;
  padding: 28px 40px 50px;
  background: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* line 2513, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content_inner, #agency_reserve_step1_inner .step2_content_inner, #agency_reserve_step1_inner .step3_content_inner, #agency_reserve_step1_inner .confirm_content_inner, #agency_reserve_step2_inner .step1_content_inner, #agency_reserve_step2_inner .step2_content_inner, #agency_reserve_step2_inner .step3_content_inner, #agency_reserve_step2_inner .confirm_content_inner, #agency_reserve_step3_inner .step1_content_inner, #agency_reserve_step3_inner .step2_content_inner, #agency_reserve_step3_inner .step3_content_inner, #agency_reserve_step3_inner .confirm_content_inner, #agency_reserve_confirm_inner .step1_content_inner, #agency_reserve_confirm_inner .step2_content_inner, #agency_reserve_confirm_inner .step3_content_inner, #agency_reserve_confirm_inner .confirm_content_inner {
    width: 100%;
    padding: 28px 15px 50px;
  }
}

/* line 2522, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .content_ttl, #agency_reserve_step1_inner .step2_content .content_ttl, #agency_reserve_step1_inner .step3_content .content_ttl, #agency_reserve_step1_inner .confirm_content .content_ttl, #agency_reserve_step2_inner .step1_content .content_ttl, #agency_reserve_step2_inner .step2_content .content_ttl, #agency_reserve_step2_inner .step3_content .content_ttl, #agency_reserve_step2_inner .confirm_content .content_ttl, #agency_reserve_step3_inner .step1_content .content_ttl, #agency_reserve_step3_inner .step2_content .content_ttl, #agency_reserve_step3_inner .step3_content .content_ttl, #agency_reserve_step3_inner .confirm_content .content_ttl, #agency_reserve_confirm_inner .step1_content .content_ttl, #agency_reserve_confirm_inner .step2_content .content_ttl, #agency_reserve_confirm_inner .step3_content .content_ttl, #agency_reserve_confirm_inner .confirm_content .content_ttl {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2522, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .content_ttl, #agency_reserve_step1_inner .step2_content .content_ttl, #agency_reserve_step1_inner .step3_content .content_ttl, #agency_reserve_step1_inner .confirm_content .content_ttl, #agency_reserve_step2_inner .step1_content .content_ttl, #agency_reserve_step2_inner .step2_content .content_ttl, #agency_reserve_step2_inner .step3_content .content_ttl, #agency_reserve_step2_inner .confirm_content .content_ttl, #agency_reserve_step3_inner .step1_content .content_ttl, #agency_reserve_step3_inner .step2_content .content_ttl, #agency_reserve_step3_inner .step3_content .content_ttl, #agency_reserve_step3_inner .confirm_content .content_ttl, #agency_reserve_confirm_inner .step1_content .content_ttl, #agency_reserve_confirm_inner .step2_content .content_ttl, #agency_reserve_confirm_inner .step3_content .content_ttl, #agency_reserve_confirm_inner .confirm_content .content_ttl {
    font-size: 19px;
  }
}

/* line 2532, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .ph, #agency_reserve_step1_inner .step2_content .property_data .ph, #agency_reserve_step1_inner .step3_content .property_data .ph, #agency_reserve_step1_inner .confirm_content .property_data .ph, #agency_reserve_step2_inner .step1_content .property_data .ph, #agency_reserve_step2_inner .step2_content .property_data .ph, #agency_reserve_step2_inner .step3_content .property_data .ph, #agency_reserve_step2_inner .confirm_content .property_data .ph, #agency_reserve_step3_inner .step1_content .property_data .ph, #agency_reserve_step3_inner .step2_content .property_data .ph, #agency_reserve_step3_inner .step3_content .property_data .ph, #agency_reserve_step3_inner .confirm_content .property_data .ph, #agency_reserve_confirm_inner .step1_content .property_data .ph, #agency_reserve_confirm_inner .step2_content .property_data .ph, #agency_reserve_confirm_inner .step3_content .property_data .ph, #agency_reserve_confirm_inner .confirm_content .property_data .ph {
  margin-bottom: 18px;
}

/* line 2534, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .ph img, #agency_reserve_step1_inner .step2_content .property_data .ph img, #agency_reserve_step1_inner .step3_content .property_data .ph img, #agency_reserve_step1_inner .confirm_content .property_data .ph img, #agency_reserve_step2_inner .step1_content .property_data .ph img, #agency_reserve_step2_inner .step2_content .property_data .ph img, #agency_reserve_step2_inner .step3_content .property_data .ph img, #agency_reserve_step2_inner .confirm_content .property_data .ph img, #agency_reserve_step3_inner .step1_content .property_data .ph img, #agency_reserve_step3_inner .step2_content .property_data .ph img, #agency_reserve_step3_inner .step3_content .property_data .ph img, #agency_reserve_step3_inner .confirm_content .property_data .ph img, #agency_reserve_confirm_inner .step1_content .property_data .ph img, #agency_reserve_confirm_inner .step2_content .property_data .ph img, #agency_reserve_confirm_inner .step3_content .property_data .ph img, #agency_reserve_confirm_inner .confirm_content .property_data .ph img {
  width: 100%;
}

/* line 2536, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .flex, #agency_reserve_step1_inner .step2_content .property_data .flex, #agency_reserve_step1_inner .step3_content .property_data .flex, #agency_reserve_step1_inner .confirm_content .property_data .flex, #agency_reserve_step2_inner .step1_content .property_data .flex, #agency_reserve_step2_inner .step2_content .property_data .flex, #agency_reserve_step2_inner .step3_content .property_data .flex, #agency_reserve_step2_inner .confirm_content .property_data .flex, #agency_reserve_step3_inner .step1_content .property_data .flex, #agency_reserve_step3_inner .step2_content .property_data .flex, #agency_reserve_step3_inner .step3_content .property_data .flex, #agency_reserve_step3_inner .confirm_content .property_data .flex, #agency_reserve_confirm_inner .step1_content .property_data .flex, #agency_reserve_confirm_inner .step2_content .property_data .flex, #agency_reserve_confirm_inner .step3_content .property_data .flex, #agency_reserve_confirm_inner .confirm_content .property_data .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}

/* line 2540, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .name, #agency_reserve_step1_inner .step2_content .property_data .name, #agency_reserve_step1_inner .step3_content .property_data .name, #agency_reserve_step1_inner .confirm_content .property_data .name, #agency_reserve_step2_inner .step1_content .property_data .name, #agency_reserve_step2_inner .step2_content .property_data .name, #agency_reserve_step2_inner .step3_content .property_data .name, #agency_reserve_step2_inner .confirm_content .property_data .name, #agency_reserve_step3_inner .step1_content .property_data .name, #agency_reserve_step3_inner .step2_content .property_data .name, #agency_reserve_step3_inner .step3_content .property_data .name, #agency_reserve_step3_inner .confirm_content .property_data .name, #agency_reserve_confirm_inner .step1_content .property_data .name, #agency_reserve_confirm_inner .step2_content .property_data .name, #agency_reserve_confirm_inner .step3_content .property_data .name, #agency_reserve_confirm_inner .confirm_content .property_data .name {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2540, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_data .name, #agency_reserve_step1_inner .step2_content .property_data .name, #agency_reserve_step1_inner .step3_content .property_data .name, #agency_reserve_step1_inner .confirm_content .property_data .name, #agency_reserve_step2_inner .step1_content .property_data .name, #agency_reserve_step2_inner .step2_content .property_data .name, #agency_reserve_step2_inner .step3_content .property_data .name, #agency_reserve_step2_inner .confirm_content .property_data .name, #agency_reserve_step3_inner .step1_content .property_data .name, #agency_reserve_step3_inner .step2_content .property_data .name, #agency_reserve_step3_inner .step3_content .property_data .name, #agency_reserve_step3_inner .confirm_content .property_data .name, #agency_reserve_confirm_inner .step1_content .property_data .name, #agency_reserve_confirm_inner .step2_content .property_data .name, #agency_reserve_confirm_inner .step3_content .property_data .name, #agency_reserve_confirm_inner .confirm_content .property_data .name {
    font-size: 15px;
  }
}

/* line 2548, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .num, #agency_reserve_step1_inner .step2_content .property_data .num, #agency_reserve_step1_inner .step3_content .property_data .num, #agency_reserve_step1_inner .confirm_content .property_data .num, #agency_reserve_step2_inner .step1_content .property_data .num, #agency_reserve_step2_inner .step2_content .property_data .num, #agency_reserve_step2_inner .step3_content .property_data .num, #agency_reserve_step2_inner .confirm_content .property_data .num, #agency_reserve_step3_inner .step1_content .property_data .num, #agency_reserve_step3_inner .step2_content .property_data .num, #agency_reserve_step3_inner .step3_content .property_data .num, #agency_reserve_step3_inner .confirm_content .property_data .num, #agency_reserve_confirm_inner .step1_content .property_data .num, #agency_reserve_confirm_inner .step2_content .property_data .num, #agency_reserve_confirm_inner .step3_content .property_data .num, #agency_reserve_confirm_inner .confirm_content .property_data .num {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2548, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_data .num, #agency_reserve_step1_inner .step2_content .property_data .num, #agency_reserve_step1_inner .step3_content .property_data .num, #agency_reserve_step1_inner .confirm_content .property_data .num, #agency_reserve_step2_inner .step1_content .property_data .num, #agency_reserve_step2_inner .step2_content .property_data .num, #agency_reserve_step2_inner .step3_content .property_data .num, #agency_reserve_step2_inner .confirm_content .property_data .num, #agency_reserve_step3_inner .step1_content .property_data .num, #agency_reserve_step3_inner .step2_content .property_data .num, #agency_reserve_step3_inner .step3_content .property_data .num, #agency_reserve_step3_inner .confirm_content .property_data .num, #agency_reserve_confirm_inner .step1_content .property_data .num, #agency_reserve_confirm_inner .step2_content .property_data .num, #agency_reserve_confirm_inner .step3_content .property_data .num, #agency_reserve_confirm_inner .confirm_content .property_data .num {
    font-size: 12px;
  }
}

/* line 2558, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .num .icon, #agency_reserve_step1_inner .step2_content .property_data .num .icon, #agency_reserve_step1_inner .step3_content .property_data .num .icon, #agency_reserve_step1_inner .confirm_content .property_data .num .icon, #agency_reserve_step2_inner .step1_content .property_data .num .icon, #agency_reserve_step2_inner .step2_content .property_data .num .icon, #agency_reserve_step2_inner .step3_content .property_data .num .icon, #agency_reserve_step2_inner .confirm_content .property_data .num .icon, #agency_reserve_step3_inner .step1_content .property_data .num .icon, #agency_reserve_step3_inner .step2_content .property_data .num .icon, #agency_reserve_step3_inner .step3_content .property_data .num .icon, #agency_reserve_step3_inner .confirm_content .property_data .num .icon, #agency_reserve_confirm_inner .step1_content .property_data .num .icon, #agency_reserve_confirm_inner .step2_content .property_data .num .icon, #agency_reserve_confirm_inner .step3_content .property_data .num .icon, #agency_reserve_confirm_inner .confirm_content .property_data .num .icon {
  margin-right: 5px;
}

/* line 2561, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .num .icon svg.person_01, #agency_reserve_step1_inner .step2_content .property_data .num .icon svg.person_01, #agency_reserve_step1_inner .step3_content .property_data .num .icon svg.person_01, #agency_reserve_step1_inner .confirm_content .property_data .num .icon svg.person_01, #agency_reserve_step2_inner .step1_content .property_data .num .icon svg.person_01, #agency_reserve_step2_inner .step2_content .property_data .num .icon svg.person_01, #agency_reserve_step2_inner .step3_content .property_data .num .icon svg.person_01, #agency_reserve_step2_inner .confirm_content .property_data .num .icon svg.person_01, #agency_reserve_step3_inner .step1_content .property_data .num .icon svg.person_01, #agency_reserve_step3_inner .step2_content .property_data .num .icon svg.person_01, #agency_reserve_step3_inner .step3_content .property_data .num .icon svg.person_01, #agency_reserve_step3_inner .confirm_content .property_data .num .icon svg.person_01, #agency_reserve_confirm_inner .step1_content .property_data .num .icon svg.person_01, #agency_reserve_confirm_inner .step2_content .property_data .num .icon svg.person_01, #agency_reserve_confirm_inner .step3_content .property_data .num .icon svg.person_01, #agency_reserve_confirm_inner .confirm_content .property_data .num .icon svg.person_01 {
  width: 17px;
  height: 22px;
}

@media (max-width: 768px) {
  /* line 2561, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_data .num .icon svg.person_01, #agency_reserve_step1_inner .step2_content .property_data .num .icon svg.person_01, #agency_reserve_step1_inner .step3_content .property_data .num .icon svg.person_01, #agency_reserve_step1_inner .confirm_content .property_data .num .icon svg.person_01, #agency_reserve_step2_inner .step1_content .property_data .num .icon svg.person_01, #agency_reserve_step2_inner .step2_content .property_data .num .icon svg.person_01, #agency_reserve_step2_inner .step3_content .property_data .num .icon svg.person_01, #agency_reserve_step2_inner .confirm_content .property_data .num .icon svg.person_01, #agency_reserve_step3_inner .step1_content .property_data .num .icon svg.person_01, #agency_reserve_step3_inner .step2_content .property_data .num .icon svg.person_01, #agency_reserve_step3_inner .step3_content .property_data .num .icon svg.person_01, #agency_reserve_step3_inner .confirm_content .property_data .num .icon svg.person_01, #agency_reserve_confirm_inner .step1_content .property_data .num .icon svg.person_01, #agency_reserve_confirm_inner .step2_content .property_data .num .icon svg.person_01, #agency_reserve_confirm_inner .step3_content .property_data .num .icon svg.person_01, #agency_reserve_confirm_inner .confirm_content .property_data .num .icon svg.person_01 {
    width: 11px;
    height: 14px;
  }
}

/* line 2567, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .num .icon svg.person_02, #agency_reserve_step1_inner .step2_content .property_data .num .icon svg.person_02, #agency_reserve_step1_inner .step3_content .property_data .num .icon svg.person_02, #agency_reserve_step1_inner .confirm_content .property_data .num .icon svg.person_02, #agency_reserve_step2_inner .step1_content .property_data .num .icon svg.person_02, #agency_reserve_step2_inner .step2_content .property_data .num .icon svg.person_02, #agency_reserve_step2_inner .step3_content .property_data .num .icon svg.person_02, #agency_reserve_step2_inner .confirm_content .property_data .num .icon svg.person_02, #agency_reserve_step3_inner .step1_content .property_data .num .icon svg.person_02, #agency_reserve_step3_inner .step2_content .property_data .num .icon svg.person_02, #agency_reserve_step3_inner .step3_content .property_data .num .icon svg.person_02, #agency_reserve_step3_inner .confirm_content .property_data .num .icon svg.person_02, #agency_reserve_confirm_inner .step1_content .property_data .num .icon svg.person_02, #agency_reserve_confirm_inner .step2_content .property_data .num .icon svg.person_02, #agency_reserve_confirm_inner .step3_content .property_data .num .icon svg.person_02, #agency_reserve_confirm_inner .confirm_content .property_data .num .icon svg.person_02 {
  width: 27px;
  height: 22px;
}

@media (max-width: 768px) {
  /* line 2567, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_data .num .icon svg.person_02, #agency_reserve_step1_inner .step2_content .property_data .num .icon svg.person_02, #agency_reserve_step1_inner .step3_content .property_data .num .icon svg.person_02, #agency_reserve_step1_inner .confirm_content .property_data .num .icon svg.person_02, #agency_reserve_step2_inner .step1_content .property_data .num .icon svg.person_02, #agency_reserve_step2_inner .step2_content .property_data .num .icon svg.person_02, #agency_reserve_step2_inner .step3_content .property_data .num .icon svg.person_02, #agency_reserve_step2_inner .confirm_content .property_data .num .icon svg.person_02, #agency_reserve_step3_inner .step1_content .property_data .num .icon svg.person_02, #agency_reserve_step3_inner .step2_content .property_data .num .icon svg.person_02, #agency_reserve_step3_inner .step3_content .property_data .num .icon svg.person_02, #agency_reserve_step3_inner .confirm_content .property_data .num .icon svg.person_02, #agency_reserve_confirm_inner .step1_content .property_data .num .icon svg.person_02, #agency_reserve_confirm_inner .step2_content .property_data .num .icon svg.person_02, #agency_reserve_confirm_inner .step3_content .property_data .num .icon svg.person_02, #agency_reserve_confirm_inner .confirm_content .property_data .num .icon svg.person_02 {
    width: 18px;
    height: 14px;
  }
}

/* line 2573, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .num .icon svg.person_03, #agency_reserve_step1_inner .step2_content .property_data .num .icon svg.person_03, #agency_reserve_step1_inner .step3_content .property_data .num .icon svg.person_03, #agency_reserve_step1_inner .confirm_content .property_data .num .icon svg.person_03, #agency_reserve_step2_inner .step1_content .property_data .num .icon svg.person_03, #agency_reserve_step2_inner .step2_content .property_data .num .icon svg.person_03, #agency_reserve_step2_inner .step3_content .property_data .num .icon svg.person_03, #agency_reserve_step2_inner .confirm_content .property_data .num .icon svg.person_03, #agency_reserve_step3_inner .step1_content .property_data .num .icon svg.person_03, #agency_reserve_step3_inner .step2_content .property_data .num .icon svg.person_03, #agency_reserve_step3_inner .step3_content .property_data .num .icon svg.person_03, #agency_reserve_step3_inner .confirm_content .property_data .num .icon svg.person_03, #agency_reserve_confirm_inner .step1_content .property_data .num .icon svg.person_03, #agency_reserve_confirm_inner .step2_content .property_data .num .icon svg.person_03, #agency_reserve_confirm_inner .step3_content .property_data .num .icon svg.person_03, #agency_reserve_confirm_inner .confirm_content .property_data .num .icon svg.person_03 {
  width: 30px;
  height: 17px;
}

@media (max-width: 768px) {
  /* line 2573, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_data .num .icon svg.person_03, #agency_reserve_step1_inner .step2_content .property_data .num .icon svg.person_03, #agency_reserve_step1_inner .step3_content .property_data .num .icon svg.person_03, #agency_reserve_step1_inner .confirm_content .property_data .num .icon svg.person_03, #agency_reserve_step2_inner .step1_content .property_data .num .icon svg.person_03, #agency_reserve_step2_inner .step2_content .property_data .num .icon svg.person_03, #agency_reserve_step2_inner .step3_content .property_data .num .icon svg.person_03, #agency_reserve_step2_inner .confirm_content .property_data .num .icon svg.person_03, #agency_reserve_step3_inner .step1_content .property_data .num .icon svg.person_03, #agency_reserve_step3_inner .step2_content .property_data .num .icon svg.person_03, #agency_reserve_step3_inner .step3_content .property_data .num .icon svg.person_03, #agency_reserve_step3_inner .confirm_content .property_data .num .icon svg.person_03, #agency_reserve_confirm_inner .step1_content .property_data .num .icon svg.person_03, #agency_reserve_confirm_inner .step2_content .property_data .num .icon svg.person_03, #agency_reserve_confirm_inner .step3_content .property_data .num .icon svg.person_03, #agency_reserve_confirm_inner .confirm_content .property_data .num .icon svg.person_03 {
    width: 24px;
    height: 14px;
  }
}

/* line 2579, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .address, #agency_reserve_step1_inner .step2_content .property_data .address, #agency_reserve_step1_inner .step3_content .property_data .address, #agency_reserve_step1_inner .confirm_content .property_data .address, #agency_reserve_step2_inner .step1_content .property_data .address, #agency_reserve_step2_inner .step2_content .property_data .address, #agency_reserve_step2_inner .step3_content .property_data .address, #agency_reserve_step2_inner .confirm_content .property_data .address, #agency_reserve_step3_inner .step1_content .property_data .address, #agency_reserve_step3_inner .step2_content .property_data .address, #agency_reserve_step3_inner .step3_content .property_data .address, #agency_reserve_step3_inner .confirm_content .property_data .address, #agency_reserve_confirm_inner .step1_content .property_data .address, #agency_reserve_confirm_inner .step2_content .property_data .address, #agency_reserve_confirm_inner .step3_content .property_data .address, #agency_reserve_confirm_inner .confirm_content .property_data .address {
  margin-bottom: 39px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  /* line 2579, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_data .address, #agency_reserve_step1_inner .step2_content .property_data .address, #agency_reserve_step1_inner .step3_content .property_data .address, #agency_reserve_step1_inner .confirm_content .property_data .address, #agency_reserve_step2_inner .step1_content .property_data .address, #agency_reserve_step2_inner .step2_content .property_data .address, #agency_reserve_step2_inner .step3_content .property_data .address, #agency_reserve_step2_inner .confirm_content .property_data .address, #agency_reserve_step3_inner .step1_content .property_data .address, #agency_reserve_step3_inner .step2_content .property_data .address, #agency_reserve_step3_inner .step3_content .property_data .address, #agency_reserve_step3_inner .confirm_content .property_data .address, #agency_reserve_confirm_inner .step1_content .property_data .address, #agency_reserve_confirm_inner .step2_content .property_data .address, #agency_reserve_confirm_inner .step3_content .property_data .address, #agency_reserve_confirm_inner .confirm_content .property_data .address {
    font-size: 12px;
  }
}

/* line 2587, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .thanks, #agency_reserve_step1_inner .step2_content .property_data .thanks, #agency_reserve_step1_inner .step3_content .property_data .thanks, #agency_reserve_step1_inner .confirm_content .property_data .thanks, #agency_reserve_step2_inner .step1_content .property_data .thanks, #agency_reserve_step2_inner .step2_content .property_data .thanks, #agency_reserve_step2_inner .step3_content .property_data .thanks, #agency_reserve_step2_inner .confirm_content .property_data .thanks, #agency_reserve_step3_inner .step1_content .property_data .thanks, #agency_reserve_step3_inner .step2_content .property_data .thanks, #agency_reserve_step3_inner .step3_content .property_data .thanks, #agency_reserve_step3_inner .confirm_content .property_data .thanks, #agency_reserve_confirm_inner .step1_content .property_data .thanks, #agency_reserve_confirm_inner .step2_content .property_data .thanks, #agency_reserve_confirm_inner .step3_content .property_data .thanks, #agency_reserve_confirm_inner .confirm_content .property_data .thanks {
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: var(--theme-color);
}

/* line 2595, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .check_in_out, #agency_reserve_step1_inner .step2_content .property_data .check_in_out, #agency_reserve_step1_inner .step3_content .property_data .check_in_out, #agency_reserve_step1_inner .confirm_content .property_data .check_in_out, #agency_reserve_step2_inner .step1_content .property_data .check_in_out, #agency_reserve_step2_inner .step2_content .property_data .check_in_out, #agency_reserve_step2_inner .step3_content .property_data .check_in_out, #agency_reserve_step2_inner .confirm_content .property_data .check_in_out, #agency_reserve_step3_inner .step1_content .property_data .check_in_out, #agency_reserve_step3_inner .step2_content .property_data .check_in_out, #agency_reserve_step3_inner .step3_content .property_data .check_in_out, #agency_reserve_step3_inner .confirm_content .property_data .check_in_out, #agency_reserve_confirm_inner .step1_content .property_data .check_in_out, #agency_reserve_confirm_inner .step2_content .property_data .check_in_out, #agency_reserve_confirm_inner .step3_content .property_data .check_in_out, #agency_reserve_confirm_inner .confirm_content .property_data .check_in_out {
  margin-bottom: 56px;
}

/* line 2597, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .check_in_out .ttl, #agency_reserve_step1_inner .step2_content .property_data .check_in_out .ttl, #agency_reserve_step1_inner .step3_content .property_data .check_in_out .ttl, #agency_reserve_step1_inner .confirm_content .property_data .check_in_out .ttl, #agency_reserve_step2_inner .step1_content .property_data .check_in_out .ttl, #agency_reserve_step2_inner .step2_content .property_data .check_in_out .ttl, #agency_reserve_step2_inner .step3_content .property_data .check_in_out .ttl, #agency_reserve_step2_inner .confirm_content .property_data .check_in_out .ttl, #agency_reserve_step3_inner .step1_content .property_data .check_in_out .ttl, #agency_reserve_step3_inner .step2_content .property_data .check_in_out .ttl, #agency_reserve_step3_inner .step3_content .property_data .check_in_out .ttl, #agency_reserve_step3_inner .confirm_content .property_data .check_in_out .ttl, #agency_reserve_confirm_inner .step1_content .property_data .check_in_out .ttl, #agency_reserve_confirm_inner .step2_content .property_data .check_in_out .ttl, #agency_reserve_confirm_inner .step3_content .property_data .check_in_out .ttl, #agency_reserve_confirm_inner .confirm_content .property_data .check_in_out .ttl {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--theme-color);
}

/* line 2605, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .check_in_out .data_box, #agency_reserve_step1_inner .step2_content .property_data .check_in_out .data_box, #agency_reserve_step1_inner .step3_content .property_data .check_in_out .data_box, #agency_reserve_step1_inner .confirm_content .property_data .check_in_out .data_box, #agency_reserve_step2_inner .step1_content .property_data .check_in_out .data_box, #agency_reserve_step2_inner .step2_content .property_data .check_in_out .data_box, #agency_reserve_step2_inner .step3_content .property_data .check_in_out .data_box, #agency_reserve_step2_inner .confirm_content .property_data .check_in_out .data_box, #agency_reserve_step3_inner .step1_content .property_data .check_in_out .data_box, #agency_reserve_step3_inner .step2_content .property_data .check_in_out .data_box, #agency_reserve_step3_inner .step3_content .property_data .check_in_out .data_box, #agency_reserve_step3_inner .confirm_content .property_data .check_in_out .data_box, #agency_reserve_confirm_inner .step1_content .property_data .check_in_out .data_box, #agency_reserve_confirm_inner .step2_content .property_data .check_in_out .data_box, #agency_reserve_confirm_inner .step3_content .property_data .check_in_out .data_box, #agency_reserve_confirm_inner .confirm_content .property_data .check_in_out .data_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 50px;
  margin: 0 auto;
  padding-bottom: 2px;
  border: 1px solid #ccc;
}

/* line 2614, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .check_in_out .data_box p, #agency_reserve_step1_inner .step2_content .property_data .check_in_out .data_box p, #agency_reserve_step1_inner .step3_content .property_data .check_in_out .data_box p, #agency_reserve_step1_inner .confirm_content .property_data .check_in_out .data_box p, #agency_reserve_step2_inner .step1_content .property_data .check_in_out .data_box p, #agency_reserve_step2_inner .step2_content .property_data .check_in_out .data_box p, #agency_reserve_step2_inner .step3_content .property_data .check_in_out .data_box p, #agency_reserve_step2_inner .confirm_content .property_data .check_in_out .data_box p, #agency_reserve_step3_inner .step1_content .property_data .check_in_out .data_box p, #agency_reserve_step3_inner .step2_content .property_data .check_in_out .data_box p, #agency_reserve_step3_inner .step3_content .property_data .check_in_out .data_box p, #agency_reserve_step3_inner .confirm_content .property_data .check_in_out .data_box p, #agency_reserve_confirm_inner .step1_content .property_data .check_in_out .data_box p, #agency_reserve_confirm_inner .step2_content .property_data .check_in_out .data_box p, #agency_reserve_confirm_inner .step3_content .property_data .check_in_out .data_box p, #agency_reserve_confirm_inner .confirm_content .property_data .check_in_out .data_box p {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #585653;
}

/* line 2622, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .check_in_out .data_box p .large, #agency_reserve_step1_inner .step2_content .property_data .check_in_out .data_box p .large, #agency_reserve_step1_inner .step3_content .property_data .check_in_out .data_box p .large, #agency_reserve_step1_inner .confirm_content .property_data .check_in_out .data_box p .large, #agency_reserve_step2_inner .step1_content .property_data .check_in_out .data_box p .large, #agency_reserve_step2_inner .step2_content .property_data .check_in_out .data_box p .large, #agency_reserve_step2_inner .step3_content .property_data .check_in_out .data_box p .large, #agency_reserve_step2_inner .confirm_content .property_data .check_in_out .data_box p .large, #agency_reserve_step3_inner .step1_content .property_data .check_in_out .data_box p .large, #agency_reserve_step3_inner .step2_content .property_data .check_in_out .data_box p .large, #agency_reserve_step3_inner .step3_content .property_data .check_in_out .data_box p .large, #agency_reserve_step3_inner .confirm_content .property_data .check_in_out .data_box p .large, #agency_reserve_confirm_inner .step1_content .property_data .check_in_out .data_box p .large, #agency_reserve_confirm_inner .step2_content .property_data .check_in_out .data_box p .large, #agency_reserve_confirm_inner .step3_content .property_data .check_in_out .data_box p .large, #agency_reserve_confirm_inner .confirm_content .property_data .check_in_out .data_box p .large {
  margin: 0 2px -2px;
  font-size: 24px;
}

/* line 2625, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .check_in_out .data_box p .week, #agency_reserve_step1_inner .step2_content .property_data .check_in_out .data_box p .week, #agency_reserve_step1_inner .step3_content .property_data .check_in_out .data_box p .week, #agency_reserve_step1_inner .confirm_content .property_data .check_in_out .data_box p .week, #agency_reserve_step2_inner .step1_content .property_data .check_in_out .data_box p .week, #agency_reserve_step2_inner .step2_content .property_data .check_in_out .data_box p .week, #agency_reserve_step2_inner .step3_content .property_data .check_in_out .data_box p .week, #agency_reserve_step2_inner .confirm_content .property_data .check_in_out .data_box p .week, #agency_reserve_step3_inner .step1_content .property_data .check_in_out .data_box p .week, #agency_reserve_step3_inner .step2_content .property_data .check_in_out .data_box p .week, #agency_reserve_step3_inner .step3_content .property_data .check_in_out .data_box p .week, #agency_reserve_step3_inner .confirm_content .property_data .check_in_out .data_box p .week, #agency_reserve_confirm_inner .step1_content .property_data .check_in_out .data_box p .week, #agency_reserve_confirm_inner .step2_content .property_data .check_in_out .data_box p .week, #agency_reserve_confirm_inner .step3_content .property_data .check_in_out .data_box p .week, #agency_reserve_confirm_inner .confirm_content .property_data .check_in_out .data_box p .week {
  margin: 0 3px;
}

/* line 2627, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_step1_inner .step2_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_step1_inner .step3_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_step1_inner .confirm_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_step2_inner .step1_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_step2_inner .step2_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_step2_inner .step3_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_step2_inner .confirm_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_step3_inner .step1_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_step3_inner .step2_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_step3_inner .step3_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_step3_inner .confirm_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_confirm_inner .step1_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_confirm_inner .step2_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_confirm_inner .step3_content .property_data .check_in_out .data_box p .hyphen, #agency_reserve_confirm_inner .confirm_content .property_data .check_in_out .data_box p .hyphen {
  margin: 0 16px;
}

/* line 2629, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price, #agency_reserve_step1_inner .step2_content .property_price, #agency_reserve_step1_inner .step3_content .property_price, #agency_reserve_step1_inner .confirm_content .property_price, #agency_reserve_step2_inner .step1_content .property_price, #agency_reserve_step2_inner .step2_content .property_price, #agency_reserve_step2_inner .step3_content .property_price, #agency_reserve_step2_inner .confirm_content .property_price, #agency_reserve_step3_inner .step1_content .property_price, #agency_reserve_step3_inner .step2_content .property_price, #agency_reserve_step3_inner .step3_content .property_price, #agency_reserve_step3_inner .confirm_content .property_price, #agency_reserve_confirm_inner .step1_content .property_price, #agency_reserve_confirm_inner .step2_content .property_price, #agency_reserve_confirm_inner .step3_content .property_price, #agency_reserve_confirm_inner .confirm_content .property_price {
  margin-bottom: 60px;
}

/* line 2631, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price.short_stay, #agency_reserve_step1_inner .step2_content .property_price.short_stay, #agency_reserve_step1_inner .step3_content .property_price.short_stay, #agency_reserve_step1_inner .confirm_content .property_price.short_stay, #agency_reserve_step2_inner .step1_content .property_price.short_stay, #agency_reserve_step2_inner .step2_content .property_price.short_stay, #agency_reserve_step2_inner .step3_content .property_price.short_stay, #agency_reserve_step2_inner .confirm_content .property_price.short_stay, #agency_reserve_step3_inner .step1_content .property_price.short_stay, #agency_reserve_step3_inner .step2_content .property_price.short_stay, #agency_reserve_step3_inner .step3_content .property_price.short_stay, #agency_reserve_step3_inner .confirm_content .property_price.short_stay, #agency_reserve_confirm_inner .step1_content .property_price.short_stay, #agency_reserve_confirm_inner .step2_content .property_price.short_stay, #agency_reserve_confirm_inner .step3_content .property_price.short_stay, #agency_reserve_confirm_inner .confirm_content .property_price.short_stay {
  display: none;
}

/* line 2635, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price.short_stay .total_price .price .tax, #agency_reserve_step1_inner .step2_content .property_price.short_stay .total_price .price .tax, #agency_reserve_step1_inner .step3_content .property_price.short_stay .total_price .price .tax, #agency_reserve_step1_inner .confirm_content .property_price.short_stay .total_price .price .tax, #agency_reserve_step2_inner .step1_content .property_price.short_stay .total_price .price .tax, #agency_reserve_step2_inner .step2_content .property_price.short_stay .total_price .price .tax, #agency_reserve_step2_inner .step3_content .property_price.short_stay .total_price .price .tax, #agency_reserve_step2_inner .confirm_content .property_price.short_stay .total_price .price .tax, #agency_reserve_step3_inner .step1_content .property_price.short_stay .total_price .price .tax, #agency_reserve_step3_inner .step2_content .property_price.short_stay .total_price .price .tax, #agency_reserve_step3_inner .step3_content .property_price.short_stay .total_price .price .tax, #agency_reserve_step3_inner .confirm_content .property_price.short_stay .total_price .price .tax, #agency_reserve_confirm_inner .step1_content .property_price.short_stay .total_price .price .tax, #agency_reserve_confirm_inner .step2_content .property_price.short_stay .total_price .price .tax, #agency_reserve_confirm_inner .step3_content .property_price.short_stay .total_price .price .tax, #agency_reserve_confirm_inner .confirm_content .property_price.short_stay .total_price .price .tax {
  margin-left: 5px;
}

/* line 2637, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .price_item, #agency_reserve_step1_inner .step2_content .property_price .price_item, #agency_reserve_step1_inner .step3_content .property_price .price_item, #agency_reserve_step1_inner .confirm_content .property_price .price_item, #agency_reserve_step2_inner .step1_content .property_price .price_item, #agency_reserve_step2_inner .step2_content .property_price .price_item, #agency_reserve_step2_inner .step3_content .property_price .price_item, #agency_reserve_step2_inner .confirm_content .property_price .price_item, #agency_reserve_step3_inner .step1_content .property_price .price_item, #agency_reserve_step3_inner .step2_content .property_price .price_item, #agency_reserve_step3_inner .step3_content .property_price .price_item, #agency_reserve_step3_inner .confirm_content .property_price .price_item, #agency_reserve_confirm_inner .step1_content .property_price .price_item, #agency_reserve_confirm_inner .step2_content .property_price .price_item, #agency_reserve_confirm_inner .step3_content .property_price .price_item, #agency_reserve_confirm_inner .confirm_content .property_price .price_item {
  margin-bottom: 60px;
}

/* line 2639, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .price_item:last-child, #agency_reserve_step1_inner .step2_content .property_price .price_item:last-child, #agency_reserve_step1_inner .step3_content .property_price .price_item:last-child, #agency_reserve_step1_inner .confirm_content .property_price .price_item:last-child, #agency_reserve_step2_inner .step1_content .property_price .price_item:last-child, #agency_reserve_step2_inner .step2_content .property_price .price_item:last-child, #agency_reserve_step2_inner .step3_content .property_price .price_item:last-child, #agency_reserve_step2_inner .confirm_content .property_price .price_item:last-child, #agency_reserve_step3_inner .step1_content .property_price .price_item:last-child, #agency_reserve_step3_inner .step2_content .property_price .price_item:last-child, #agency_reserve_step3_inner .step3_content .property_price .price_item:last-child, #agency_reserve_step3_inner .confirm_content .property_price .price_item:last-child, #agency_reserve_confirm_inner .step1_content .property_price .price_item:last-child, #agency_reserve_confirm_inner .step2_content .property_price .price_item:last-child, #agency_reserve_confirm_inner .step3_content .property_price .price_item:last-child, #agency_reserve_confirm_inner .confirm_content .property_price .price_item:last-child {
  margin-bottom: 0;
}

/* line 2642, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_step1_inner .step2_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_step1_inner .step3_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_step1_inner .confirm_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_step2_inner .step1_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_step2_inner .step2_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_step2_inner .step3_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_step2_inner .confirm_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_step3_inner .step1_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_step3_inner .step2_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_step3_inner .step3_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_step3_inner .confirm_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_confirm_inner .step1_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_confirm_inner .step2_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_confirm_inner .step3_content .property_price .price_item.second_month_onward .price_detail_ttl, #agency_reserve_confirm_inner .confirm_content .property_price .price_item.second_month_onward .price_detail_ttl {
  margin-bottom: 16px;
}

/* line 2644, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_step1_inner .step2_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_step1_inner .step3_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_step1_inner .confirm_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_step2_inner .step1_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_step2_inner .step2_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_step2_inner .step3_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_step2_inner .confirm_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_step3_inner .step1_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_step3_inner .step2_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_step3_inner .step3_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_step3_inner .confirm_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_confirm_inner .step1_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_confirm_inner .step2_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_confirm_inner .step3_content .property_price .price_item.second_month_onward .total_price, #agency_reserve_confirm_inner .confirm_content .property_price .price_item.second_month_onward .total_price {
  padding: 15px 0;
  border-top: 1px solid #585653;
  border-bottom: 1px solid #585653;
}

/* line 2648, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .price_detail_ttl, #agency_reserve_step1_inner .step2_content .property_price .price_detail_ttl, #agency_reserve_step1_inner .step3_content .property_price .price_detail_ttl, #agency_reserve_step1_inner .confirm_content .property_price .price_detail_ttl, #agency_reserve_step2_inner .step1_content .property_price .price_detail_ttl, #agency_reserve_step2_inner .step2_content .property_price .price_detail_ttl, #agency_reserve_step2_inner .step3_content .property_price .price_detail_ttl, #agency_reserve_step2_inner .confirm_content .property_price .price_detail_ttl, #agency_reserve_step3_inner .step1_content .property_price .price_detail_ttl, #agency_reserve_step3_inner .step2_content .property_price .price_detail_ttl, #agency_reserve_step3_inner .step3_content .property_price .price_detail_ttl, #agency_reserve_step3_inner .confirm_content .property_price .price_detail_ttl, #agency_reserve_confirm_inner .step1_content .property_price .price_detail_ttl, #agency_reserve_confirm_inner .step2_content .property_price .price_detail_ttl, #agency_reserve_confirm_inner .step3_content .property_price .price_detail_ttl, #agency_reserve_confirm_inner .confirm_content .property_price .price_detail_ttl {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2648, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_price .price_detail_ttl, #agency_reserve_step1_inner .step2_content .property_price .price_detail_ttl, #agency_reserve_step1_inner .step3_content .property_price .price_detail_ttl, #agency_reserve_step1_inner .confirm_content .property_price .price_detail_ttl, #agency_reserve_step2_inner .step1_content .property_price .price_detail_ttl, #agency_reserve_step2_inner .step2_content .property_price .price_detail_ttl, #agency_reserve_step2_inner .step3_content .property_price .price_detail_ttl, #agency_reserve_step2_inner .confirm_content .property_price .price_detail_ttl, #agency_reserve_step3_inner .step1_content .property_price .price_detail_ttl, #agency_reserve_step3_inner .step2_content .property_price .price_detail_ttl, #agency_reserve_step3_inner .step3_content .property_price .price_detail_ttl, #agency_reserve_step3_inner .confirm_content .property_price .price_detail_ttl, #agency_reserve_confirm_inner .step1_content .property_price .price_detail_ttl, #agency_reserve_confirm_inner .step2_content .property_price .price_detail_ttl, #agency_reserve_confirm_inner .step3_content .property_price .price_detail_ttl, #agency_reserve_confirm_inner .confirm_content .property_price .price_detail_ttl {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
  }
}

/* line 2659, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .price_detail, #agency_reserve_step1_inner .step2_content .property_price .price_detail, #agency_reserve_step1_inner .step3_content .property_price .price_detail, #agency_reserve_step1_inner .confirm_content .property_price .price_detail, #agency_reserve_step2_inner .step1_content .property_price .price_detail, #agency_reserve_step2_inner .step2_content .property_price .price_detail, #agency_reserve_step2_inner .step3_content .property_price .price_detail, #agency_reserve_step2_inner .confirm_content .property_price .price_detail, #agency_reserve_step3_inner .step1_content .property_price .price_detail, #agency_reserve_step3_inner .step2_content .property_price .price_detail, #agency_reserve_step3_inner .step3_content .property_price .price_detail, #agency_reserve_step3_inner .confirm_content .property_price .price_detail, #agency_reserve_confirm_inner .step1_content .property_price .price_detail, #agency_reserve_confirm_inner .step2_content .property_price .price_detail, #agency_reserve_confirm_inner .step3_content .property_price .price_detail, #agency_reserve_confirm_inner .confirm_content .property_price .price_detail {
  margin-bottom: 17px;
  padding: 19px 0 17px;
  border-top: 1px solid #585653;
  border-bottom: 1px solid #585653;
}

/* line 2664, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .price_detail li, #agency_reserve_step1_inner .step2_content .property_price .price_detail li, #agency_reserve_step1_inner .step3_content .property_price .price_detail li, #agency_reserve_step1_inner .confirm_content .property_price .price_detail li, #agency_reserve_step2_inner .step1_content .property_price .price_detail li, #agency_reserve_step2_inner .step2_content .property_price .price_detail li, #agency_reserve_step2_inner .step3_content .property_price .price_detail li, #agency_reserve_step2_inner .confirm_content .property_price .price_detail li, #agency_reserve_step3_inner .step1_content .property_price .price_detail li, #agency_reserve_step3_inner .step2_content .property_price .price_detail li, #agency_reserve_step3_inner .step3_content .property_price .price_detail li, #agency_reserve_step3_inner .confirm_content .property_price .price_detail li, #agency_reserve_confirm_inner .step1_content .property_price .price_detail li, #agency_reserve_confirm_inner .step2_content .property_price .price_detail li, #agency_reserve_confirm_inner .step3_content .property_price .price_detail li, #agency_reserve_confirm_inner .confirm_content .property_price .price_detail li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}

/* line 2669, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .price_detail li:last-child, #agency_reserve_step1_inner .step2_content .property_price .price_detail li:last-child, #agency_reserve_step1_inner .step3_content .property_price .price_detail li:last-child, #agency_reserve_step1_inner .confirm_content .property_price .price_detail li:last-child, #agency_reserve_step2_inner .step1_content .property_price .price_detail li:last-child, #agency_reserve_step2_inner .step2_content .property_price .price_detail li:last-child, #agency_reserve_step2_inner .step3_content .property_price .price_detail li:last-child, #agency_reserve_step2_inner .confirm_content .property_price .price_detail li:last-child, #agency_reserve_step3_inner .step1_content .property_price .price_detail li:last-child, #agency_reserve_step3_inner .step2_content .property_price .price_detail li:last-child, #agency_reserve_step3_inner .step3_content .property_price .price_detail li:last-child, #agency_reserve_step3_inner .confirm_content .property_price .price_detail li:last-child, #agency_reserve_confirm_inner .step1_content .property_price .price_detail li:last-child, #agency_reserve_confirm_inner .step2_content .property_price .price_detail li:last-child, #agency_reserve_confirm_inner .step3_content .property_price .price_detail li:last-child, #agency_reserve_confirm_inner .confirm_content .property_price .price_detail li:last-child {
  margin-bottom: 0;
}

/* line 2671, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .price_detail li .ttl, #agency_reserve_step1_inner .step2_content .property_price .price_detail li .ttl, #agency_reserve_step1_inner .step3_content .property_price .price_detail li .ttl, #agency_reserve_step1_inner .confirm_content .property_price .price_detail li .ttl, #agency_reserve_step2_inner .step1_content .property_price .price_detail li .ttl, #agency_reserve_step2_inner .step2_content .property_price .price_detail li .ttl, #agency_reserve_step2_inner .step3_content .property_price .price_detail li .ttl, #agency_reserve_step2_inner .confirm_content .property_price .price_detail li .ttl, #agency_reserve_step3_inner .step1_content .property_price .price_detail li .ttl, #agency_reserve_step3_inner .step2_content .property_price .price_detail li .ttl, #agency_reserve_step3_inner .step3_content .property_price .price_detail li .ttl, #agency_reserve_step3_inner .confirm_content .property_price .price_detail li .ttl, #agency_reserve_confirm_inner .step1_content .property_price .price_detail li .ttl, #agency_reserve_confirm_inner .step2_content .property_price .price_detail li .ttl, #agency_reserve_confirm_inner .step3_content .property_price .price_detail li .ttl, #agency_reserve_confirm_inner .confirm_content .property_price .price_detail li .ttl {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2671, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_price .price_detail li .ttl, #agency_reserve_step1_inner .step2_content .property_price .price_detail li .ttl, #agency_reserve_step1_inner .step3_content .property_price .price_detail li .ttl, #agency_reserve_step1_inner .confirm_content .property_price .price_detail li .ttl, #agency_reserve_step2_inner .step1_content .property_price .price_detail li .ttl, #agency_reserve_step2_inner .step2_content .property_price .price_detail li .ttl, #agency_reserve_step2_inner .step3_content .property_price .price_detail li .ttl, #agency_reserve_step2_inner .confirm_content .property_price .price_detail li .ttl, #agency_reserve_step3_inner .step1_content .property_price .price_detail li .ttl, #agency_reserve_step3_inner .step2_content .property_price .price_detail li .ttl, #agency_reserve_step3_inner .step3_content .property_price .price_detail li .ttl, #agency_reserve_step3_inner .confirm_content .property_price .price_detail li .ttl, #agency_reserve_confirm_inner .step1_content .property_price .price_detail li .ttl, #agency_reserve_confirm_inner .step2_content .property_price .price_detail li .ttl, #agency_reserve_confirm_inner .step3_content .property_price .price_detail li .ttl, #agency_reserve_confirm_inner .confirm_content .property_price .price_detail li .ttl {
    font-size: 13px;
  }
}

/* line 2681, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .price_detail li .ttl .small, #agency_reserve_step1_inner .step2_content .property_price .price_detail li .ttl .small, #agency_reserve_step1_inner .step3_content .property_price .price_detail li .ttl .small, #agency_reserve_step1_inner .confirm_content .property_price .price_detail li .ttl .small, #agency_reserve_step2_inner .step1_content .property_price .price_detail li .ttl .small, #agency_reserve_step2_inner .step2_content .property_price .price_detail li .ttl .small, #agency_reserve_step2_inner .step3_content .property_price .price_detail li .ttl .small, #agency_reserve_step2_inner .confirm_content .property_price .price_detail li .ttl .small, #agency_reserve_step3_inner .step1_content .property_price .price_detail li .ttl .small, #agency_reserve_step3_inner .step2_content .property_price .price_detail li .ttl .small, #agency_reserve_step3_inner .step3_content .property_price .price_detail li .ttl .small, #agency_reserve_step3_inner .confirm_content .property_price .price_detail li .ttl .small, #agency_reserve_confirm_inner .step1_content .property_price .price_detail li .ttl .small, #agency_reserve_confirm_inner .step2_content .property_price .price_detail li .ttl .small, #agency_reserve_confirm_inner .step3_content .property_price .price_detail li .ttl .small, #agency_reserve_confirm_inner .confirm_content .property_price .price_detail li .ttl .small {
  margin-left: 5px;
  font-size: 12px;
}

/* line 2684, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .price_detail li .ttl .small.red, #agency_reserve_step1_inner .step2_content .property_price .price_detail li .ttl .small.red, #agency_reserve_step1_inner .step3_content .property_price .price_detail li .ttl .small.red, #agency_reserve_step1_inner .confirm_content .property_price .price_detail li .ttl .small.red, #agency_reserve_step2_inner .step1_content .property_price .price_detail li .ttl .small.red, #agency_reserve_step2_inner .step2_content .property_price .price_detail li .ttl .small.red, #agency_reserve_step2_inner .step3_content .property_price .price_detail li .ttl .small.red, #agency_reserve_step2_inner .confirm_content .property_price .price_detail li .ttl .small.red, #agency_reserve_step3_inner .step1_content .property_price .price_detail li .ttl .small.red, #agency_reserve_step3_inner .step2_content .property_price .price_detail li .ttl .small.red, #agency_reserve_step3_inner .step3_content .property_price .price_detail li .ttl .small.red, #agency_reserve_step3_inner .confirm_content .property_price .price_detail li .ttl .small.red, #agency_reserve_confirm_inner .step1_content .property_price .price_detail li .ttl .small.red, #agency_reserve_confirm_inner .step2_content .property_price .price_detail li .ttl .small.red, #agency_reserve_confirm_inner .step3_content .property_price .price_detail li .ttl .small.red, #agency_reserve_confirm_inner .confirm_content .property_price .price_detail li .ttl .small.red {
  color: var(--theme-color);
}

/* line 2686, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .price_detail li .price, #agency_reserve_step1_inner .step2_content .property_price .price_detail li .price, #agency_reserve_step1_inner .step3_content .property_price .price_detail li .price, #agency_reserve_step1_inner .confirm_content .property_price .price_detail li .price, #agency_reserve_step2_inner .step1_content .property_price .price_detail li .price, #agency_reserve_step2_inner .step2_content .property_price .price_detail li .price, #agency_reserve_step2_inner .step3_content .property_price .price_detail li .price, #agency_reserve_step2_inner .confirm_content .property_price .price_detail li .price, #agency_reserve_step3_inner .step1_content .property_price .price_detail li .price, #agency_reserve_step3_inner .step2_content .property_price .price_detail li .price, #agency_reserve_step3_inner .step3_content .property_price .price_detail li .price, #agency_reserve_step3_inner .confirm_content .property_price .price_detail li .price, #agency_reserve_confirm_inner .step1_content .property_price .price_detail li .price, #agency_reserve_confirm_inner .step2_content .property_price .price_detail li .price, #agency_reserve_confirm_inner .step3_content .property_price .price_detail li .price, #agency_reserve_confirm_inner .confirm_content .property_price .price_detail li .price {
  display: flex;
  align-items: flex-end;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2686, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_price .price_detail li .price, #agency_reserve_step1_inner .step2_content .property_price .price_detail li .price, #agency_reserve_step1_inner .step3_content .property_price .price_detail li .price, #agency_reserve_step1_inner .confirm_content .property_price .price_detail li .price, #agency_reserve_step2_inner .step1_content .property_price .price_detail li .price, #agency_reserve_step2_inner .step2_content .property_price .price_detail li .price, #agency_reserve_step2_inner .step3_content .property_price .price_detail li .price, #agency_reserve_step2_inner .confirm_content .property_price .price_detail li .price, #agency_reserve_step3_inner .step1_content .property_price .price_detail li .price, #agency_reserve_step3_inner .step2_content .property_price .price_detail li .price, #agency_reserve_step3_inner .step3_content .property_price .price_detail li .price, #agency_reserve_step3_inner .confirm_content .property_price .price_detail li .price, #agency_reserve_confirm_inner .step1_content .property_price .price_detail li .price, #agency_reserve_confirm_inner .step2_content .property_price .price_detail li .price, #agency_reserve_confirm_inner .step3_content .property_price .price_detail li .price, #agency_reserve_confirm_inner .confirm_content .property_price .price_detail li .price {
    font-size: 18px;
  }
}

/* line 2696, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .price_detail li .price .unit, #agency_reserve_step1_inner .step2_content .property_price .price_detail li .price .unit, #agency_reserve_step1_inner .step3_content .property_price .price_detail li .price .unit, #agency_reserve_step1_inner .confirm_content .property_price .price_detail li .price .unit, #agency_reserve_step2_inner .step1_content .property_price .price_detail li .price .unit, #agency_reserve_step2_inner .step2_content .property_price .price_detail li .price .unit, #agency_reserve_step2_inner .step3_content .property_price .price_detail li .price .unit, #agency_reserve_step2_inner .confirm_content .property_price .price_detail li .price .unit, #agency_reserve_step3_inner .step1_content .property_price .price_detail li .price .unit, #agency_reserve_step3_inner .step2_content .property_price .price_detail li .price .unit, #agency_reserve_step3_inner .step3_content .property_price .price_detail li .price .unit, #agency_reserve_step3_inner .confirm_content .property_price .price_detail li .price .unit, #agency_reserve_confirm_inner .step1_content .property_price .price_detail li .price .unit, #agency_reserve_confirm_inner .step2_content .property_price .price_detail li .price .unit, #agency_reserve_confirm_inner .step3_content .property_price .price_detail li .price .unit, #agency_reserve_confirm_inner .confirm_content .property_price .price_detail li .price .unit {
  margin-right: 2px;
  font-size: 16px;
}

@media (max-width: 768px) {
  /* line 2696, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_price .price_detail li .price .unit, #agency_reserve_step1_inner .step2_content .property_price .price_detail li .price .unit, #agency_reserve_step1_inner .step3_content .property_price .price_detail li .price .unit, #agency_reserve_step1_inner .confirm_content .property_price .price_detail li .price .unit, #agency_reserve_step2_inner .step1_content .property_price .price_detail li .price .unit, #agency_reserve_step2_inner .step2_content .property_price .price_detail li .price .unit, #agency_reserve_step2_inner .step3_content .property_price .price_detail li .price .unit, #agency_reserve_step2_inner .confirm_content .property_price .price_detail li .price .unit, #agency_reserve_step3_inner .step1_content .property_price .price_detail li .price .unit, #agency_reserve_step3_inner .step2_content .property_price .price_detail li .price .unit, #agency_reserve_step3_inner .step3_content .property_price .price_detail li .price .unit, #agency_reserve_step3_inner .confirm_content .property_price .price_detail li .price .unit, #agency_reserve_confirm_inner .step1_content .property_price .price_detail li .price .unit, #agency_reserve_confirm_inner .step2_content .property_price .price_detail li .price .unit, #agency_reserve_confirm_inner .step3_content .property_price .price_detail li .price .unit, #agency_reserve_confirm_inner .confirm_content .property_price .price_detail li .price .unit {
    font-size: 13px;
  }
}

/* line 2701, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .total_price, #agency_reserve_step1_inner .step2_content .property_price .total_price, #agency_reserve_step1_inner .step3_content .property_price .total_price, #agency_reserve_step1_inner .confirm_content .property_price .total_price, #agency_reserve_step2_inner .step1_content .property_price .total_price, #agency_reserve_step2_inner .step2_content .property_price .total_price, #agency_reserve_step2_inner .step3_content .property_price .total_price, #agency_reserve_step2_inner .confirm_content .property_price .total_price, #agency_reserve_step3_inner .step1_content .property_price .total_price, #agency_reserve_step3_inner .step2_content .property_price .total_price, #agency_reserve_step3_inner .step3_content .property_price .total_price, #agency_reserve_step3_inner .confirm_content .property_price .total_price, #agency_reserve_confirm_inner .step1_content .property_price .total_price, #agency_reserve_confirm_inner .step2_content .property_price .total_price, #agency_reserve_confirm_inner .step3_content .property_price .total_price, #agency_reserve_confirm_inner .confirm_content .property_price .total_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2705, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .total_price .ttl, #agency_reserve_step1_inner .step2_content .property_price .total_price .ttl, #agency_reserve_step1_inner .step3_content .property_price .total_price .ttl, #agency_reserve_step1_inner .confirm_content .property_price .total_price .ttl, #agency_reserve_step2_inner .step1_content .property_price .total_price .ttl, #agency_reserve_step2_inner .step2_content .property_price .total_price .ttl, #agency_reserve_step2_inner .step3_content .property_price .total_price .ttl, #agency_reserve_step2_inner .confirm_content .property_price .total_price .ttl, #agency_reserve_step3_inner .step1_content .property_price .total_price .ttl, #agency_reserve_step3_inner .step2_content .property_price .total_price .ttl, #agency_reserve_step3_inner .step3_content .property_price .total_price .ttl, #agency_reserve_step3_inner .confirm_content .property_price .total_price .ttl, #agency_reserve_confirm_inner .step1_content .property_price .total_price .ttl, #agency_reserve_confirm_inner .step2_content .property_price .total_price .ttl, #agency_reserve_confirm_inner .step3_content .property_price .total_price .ttl, #agency_reserve_confirm_inner .confirm_content .property_price .total_price .ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2705, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_price .total_price .ttl, #agency_reserve_step1_inner .step2_content .property_price .total_price .ttl, #agency_reserve_step1_inner .step3_content .property_price .total_price .ttl, #agency_reserve_step1_inner .confirm_content .property_price .total_price .ttl, #agency_reserve_step2_inner .step1_content .property_price .total_price .ttl, #agency_reserve_step2_inner .step2_content .property_price .total_price .ttl, #agency_reserve_step2_inner .step3_content .property_price .total_price .ttl, #agency_reserve_step2_inner .confirm_content .property_price .total_price .ttl, #agency_reserve_step3_inner .step1_content .property_price .total_price .ttl, #agency_reserve_step3_inner .step2_content .property_price .total_price .ttl, #agency_reserve_step3_inner .step3_content .property_price .total_price .ttl, #agency_reserve_step3_inner .confirm_content .property_price .total_price .ttl, #agency_reserve_confirm_inner .step1_content .property_price .total_price .ttl, #agency_reserve_confirm_inner .step2_content .property_price .total_price .ttl, #agency_reserve_confirm_inner .step3_content .property_price .total_price .ttl, #agency_reserve_confirm_inner .confirm_content .property_price .total_price .ttl {
    font-size: 13px;
  }
}

/* line 2713, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .total_price .ttl .small, #agency_reserve_step1_inner .step2_content .property_price .total_price .ttl .small, #agency_reserve_step1_inner .step3_content .property_price .total_price .ttl .small, #agency_reserve_step1_inner .confirm_content .property_price .total_price .ttl .small, #agency_reserve_step2_inner .step1_content .property_price .total_price .ttl .small, #agency_reserve_step2_inner .step2_content .property_price .total_price .ttl .small, #agency_reserve_step2_inner .step3_content .property_price .total_price .ttl .small, #agency_reserve_step2_inner .confirm_content .property_price .total_price .ttl .small, #agency_reserve_step3_inner .step1_content .property_price .total_price .ttl .small, #agency_reserve_step3_inner .step2_content .property_price .total_price .ttl .small, #agency_reserve_step3_inner .step3_content .property_price .total_price .ttl .small, #agency_reserve_step3_inner .confirm_content .property_price .total_price .ttl .small, #agency_reserve_confirm_inner .step1_content .property_price .total_price .ttl .small, #agency_reserve_confirm_inner .step2_content .property_price .total_price .ttl .small, #agency_reserve_confirm_inner .step3_content .property_price .total_price .ttl .small, #agency_reserve_confirm_inner .confirm_content .property_price .total_price .ttl .small {
  font-size: 12px;
}

/* line 2715, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .total_price .price, #agency_reserve_step1_inner .step2_content .property_price .total_price .price, #agency_reserve_step1_inner .step3_content .property_price .total_price .price, #agency_reserve_step1_inner .confirm_content .property_price .total_price .price, #agency_reserve_step2_inner .step1_content .property_price .total_price .price, #agency_reserve_step2_inner .step2_content .property_price .total_price .price, #agency_reserve_step2_inner .step3_content .property_price .total_price .price, #agency_reserve_step2_inner .confirm_content .property_price .total_price .price, #agency_reserve_step3_inner .step1_content .property_price .total_price .price, #agency_reserve_step3_inner .step2_content .property_price .total_price .price, #agency_reserve_step3_inner .step3_content .property_price .total_price .price, #agency_reserve_step3_inner .confirm_content .property_price .total_price .price, #agency_reserve_confirm_inner .step1_content .property_price .total_price .price, #agency_reserve_confirm_inner .step2_content .property_price .total_price .price, #agency_reserve_confirm_inner .step3_content .property_price .total_price .price, #agency_reserve_confirm_inner .confirm_content .property_price .total_price .price {
  margin-right: -8px;
}

/* line 2717, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .total_price .price .flex, #agency_reserve_step1_inner .step2_content .property_price .total_price .price .flex, #agency_reserve_step1_inner .step3_content .property_price .total_price .price .flex, #agency_reserve_step1_inner .confirm_content .property_price .total_price .price .flex, #agency_reserve_step2_inner .step1_content .property_price .total_price .price .flex, #agency_reserve_step2_inner .step2_content .property_price .total_price .price .flex, #agency_reserve_step2_inner .step3_content .property_price .total_price .price .flex, #agency_reserve_step2_inner .confirm_content .property_price .total_price .price .flex, #agency_reserve_step3_inner .step1_content .property_price .total_price .price .flex, #agency_reserve_step3_inner .step2_content .property_price .total_price .price .flex, #agency_reserve_step3_inner .step3_content .property_price .total_price .price .flex, #agency_reserve_step3_inner .confirm_content .property_price .total_price .price .flex, #agency_reserve_confirm_inner .step1_content .property_price .total_price .price .flex, #agency_reserve_confirm_inner .step2_content .property_price .total_price .price .flex, #agency_reserve_confirm_inner .step3_content .property_price .total_price .price .flex, #agency_reserve_confirm_inner .confirm_content .property_price .total_price .price .flex {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

@media (max-width: 768px) {
  /* line 2717, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_price .total_price .price .flex, #agency_reserve_step1_inner .step2_content .property_price .total_price .price .flex, #agency_reserve_step1_inner .step3_content .property_price .total_price .price .flex, #agency_reserve_step1_inner .confirm_content .property_price .total_price .price .flex, #agency_reserve_step2_inner .step1_content .property_price .total_price .price .flex, #agency_reserve_step2_inner .step2_content .property_price .total_price .price .flex, #agency_reserve_step2_inner .step3_content .property_price .total_price .price .flex, #agency_reserve_step2_inner .confirm_content .property_price .total_price .price .flex, #agency_reserve_step3_inner .step1_content .property_price .total_price .price .flex, #agency_reserve_step3_inner .step2_content .property_price .total_price .price .flex, #agency_reserve_step3_inner .step3_content .property_price .total_price .price .flex, #agency_reserve_step3_inner .confirm_content .property_price .total_price .price .flex, #agency_reserve_confirm_inner .step1_content .property_price .total_price .price .flex, #agency_reserve_confirm_inner .step2_content .property_price .total_price .price .flex, #agency_reserve_confirm_inner .step3_content .property_price .total_price .price .flex, #agency_reserve_confirm_inner .confirm_content .property_price .total_price .price .flex {
    font-size: 20px;
  }
}

/* line 2728, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .total_price .price .flex .unit, #agency_reserve_step1_inner .step2_content .property_price .total_price .price .flex .unit, #agency_reserve_step1_inner .step3_content .property_price .total_price .price .flex .unit, #agency_reserve_step1_inner .confirm_content .property_price .total_price .price .flex .unit, #agency_reserve_step2_inner .step1_content .property_price .total_price .price .flex .unit, #agency_reserve_step2_inner .step2_content .property_price .total_price .price .flex .unit, #agency_reserve_step2_inner .step3_content .property_price .total_price .price .flex .unit, #agency_reserve_step2_inner .confirm_content .property_price .total_price .price .flex .unit, #agency_reserve_step3_inner .step1_content .property_price .total_price .price .flex .unit, #agency_reserve_step3_inner .step2_content .property_price .total_price .price .flex .unit, #agency_reserve_step3_inner .step3_content .property_price .total_price .price .flex .unit, #agency_reserve_step3_inner .confirm_content .property_price .total_price .price .flex .unit, #agency_reserve_confirm_inner .step1_content .property_price .total_price .price .flex .unit, #agency_reserve_confirm_inner .step2_content .property_price .total_price .price .flex .unit, #agency_reserve_confirm_inner .step3_content .property_price .total_price .price .flex .unit, #agency_reserve_confirm_inner .confirm_content .property_price .total_price .price .flex .unit {
  margin-right: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  /* line 2728, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_price .total_price .price .flex .unit, #agency_reserve_step1_inner .step2_content .property_price .total_price .price .flex .unit, #agency_reserve_step1_inner .step3_content .property_price .total_price .price .flex .unit, #agency_reserve_step1_inner .confirm_content .property_price .total_price .price .flex .unit, #agency_reserve_step2_inner .step1_content .property_price .total_price .price .flex .unit, #agency_reserve_step2_inner .step2_content .property_price .total_price .price .flex .unit, #agency_reserve_step2_inner .step3_content .property_price .total_price .price .flex .unit, #agency_reserve_step2_inner .confirm_content .property_price .total_price .price .flex .unit, #agency_reserve_step3_inner .step1_content .property_price .total_price .price .flex .unit, #agency_reserve_step3_inner .step2_content .property_price .total_price .price .flex .unit, #agency_reserve_step3_inner .step3_content .property_price .total_price .price .flex .unit, #agency_reserve_step3_inner .confirm_content .property_price .total_price .price .flex .unit, #agency_reserve_confirm_inner .step1_content .property_price .total_price .price .flex .unit, #agency_reserve_confirm_inner .step2_content .property_price .total_price .price .flex .unit, #agency_reserve_confirm_inner .step3_content .property_price .total_price .price .flex .unit, #agency_reserve_confirm_inner .confirm_content .property_price .total_price .price .flex .unit {
    font-size: 14px;
  }
}

/* line 2736, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .total_price .price .flex .night, #agency_reserve_step1_inner .step2_content .property_price .total_price .price .flex .night, #agency_reserve_step1_inner .step3_content .property_price .total_price .price .flex .night, #agency_reserve_step1_inner .confirm_content .property_price .total_price .price .flex .night, #agency_reserve_step2_inner .step1_content .property_price .total_price .price .flex .night, #agency_reserve_step2_inner .step2_content .property_price .total_price .price .flex .night, #agency_reserve_step2_inner .step3_content .property_price .total_price .price .flex .night, #agency_reserve_step2_inner .confirm_content .property_price .total_price .price .flex .night, #agency_reserve_step3_inner .step1_content .property_price .total_price .price .flex .night, #agency_reserve_step3_inner .step2_content .property_price .total_price .price .flex .night, #agency_reserve_step3_inner .step3_content .property_price .total_price .price .flex .night, #agency_reserve_step3_inner .confirm_content .property_price .total_price .price .flex .night, #agency_reserve_confirm_inner .step1_content .property_price .total_price .price .flex .night, #agency_reserve_confirm_inner .step2_content .property_price .total_price .price .flex .night, #agency_reserve_confirm_inner .step3_content .property_price .total_price .price .flex .night, #agency_reserve_confirm_inner .confirm_content .property_price .total_price .price .flex .night {
  margin-left: 2px;
  margin-right: 11px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

/* line 2744, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price .total_price .price .tax, #agency_reserve_step1_inner .step2_content .property_price .total_price .price .tax, #agency_reserve_step1_inner .step3_content .property_price .total_price .price .tax, #agency_reserve_step1_inner .confirm_content .property_price .total_price .price .tax, #agency_reserve_step2_inner .step1_content .property_price .total_price .price .tax, #agency_reserve_step2_inner .step2_content .property_price .total_price .price .tax, #agency_reserve_step2_inner .step3_content .property_price .total_price .price .tax, #agency_reserve_step2_inner .confirm_content .property_price .total_price .price .tax, #agency_reserve_step3_inner .step1_content .property_price .total_price .price .tax, #agency_reserve_step3_inner .step2_content .property_price .total_price .price .tax, #agency_reserve_step3_inner .step3_content .property_price .total_price .price .tax, #agency_reserve_step3_inner .confirm_content .property_price .total_price .price .tax, #agency_reserve_confirm_inner .step1_content .property_price .total_price .price .tax, #agency_reserve_confirm_inner .step2_content .property_price .total_price .price .tax, #agency_reserve_confirm_inner .step3_content .property_price .total_price .price .tax, #agency_reserve_confirm_inner .confirm_content .property_price .total_price .price .tax {
  margin-left: -10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2744, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .property_price .total_price .price .tax, #agency_reserve_step1_inner .step2_content .property_price .total_price .price .tax, #agency_reserve_step1_inner .step3_content .property_price .total_price .price .tax, #agency_reserve_step1_inner .confirm_content .property_price .total_price .price .tax, #agency_reserve_step2_inner .step1_content .property_price .total_price .price .tax, #agency_reserve_step2_inner .step2_content .property_price .total_price .price .tax, #agency_reserve_step2_inner .step3_content .property_price .total_price .price .tax, #agency_reserve_step2_inner .confirm_content .property_price .total_price .price .tax, #agency_reserve_step3_inner .step1_content .property_price .total_price .price .tax, #agency_reserve_step3_inner .step2_content .property_price .total_price .price .tax, #agency_reserve_step3_inner .step3_content .property_price .total_price .price .tax, #agency_reserve_step3_inner .confirm_content .property_price .total_price .price .tax, #agency_reserve_confirm_inner .step1_content .property_price .total_price .price .tax, #agency_reserve_confirm_inner .step2_content .property_price .total_price .price .tax, #agency_reserve_confirm_inner .step3_content .property_price .total_price .price .tax, #agency_reserve_confirm_inner .confirm_content .property_price .total_price .price .tax {
    font-size: 11px;
  }
}

/* line 2753, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .check_box, #agency_reserve_step1_inner .step2_content .check_box, #agency_reserve_step1_inner .step3_content .check_box, #agency_reserve_step1_inner .confirm_content .check_box, #agency_reserve_step2_inner .step1_content .check_box, #agency_reserve_step2_inner .step2_content .check_box, #agency_reserve_step2_inner .step3_content .check_box, #agency_reserve_step2_inner .confirm_content .check_box, #agency_reserve_step3_inner .step1_content .check_box, #agency_reserve_step3_inner .step2_content .check_box, #agency_reserve_step3_inner .step3_content .check_box, #agency_reserve_step3_inner .confirm_content .check_box, #agency_reserve_confirm_inner .step1_content .check_box, #agency_reserve_confirm_inner .step2_content .check_box, #agency_reserve_confirm_inner .step3_content .check_box, #agency_reserve_confirm_inner .confirm_content .check_box {
  display: flex;
  justify-content: center;
  position: relative;
  width: 260px;
  margin: 0 auto 76px;
}

/* line 2759, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .check_box .js-error, #agency_reserve_step1_inner .step2_content .check_box .js-error, #agency_reserve_step1_inner .step3_content .check_box .js-error, #agency_reserve_step1_inner .confirm_content .check_box .js-error, #agency_reserve_step2_inner .step1_content .check_box .js-error, #agency_reserve_step2_inner .step2_content .check_box .js-error, #agency_reserve_step2_inner .step3_content .check_box .js-error, #agency_reserve_step2_inner .confirm_content .check_box .js-error, #agency_reserve_step3_inner .step1_content .check_box .js-error, #agency_reserve_step3_inner .step2_content .check_box .js-error, #agency_reserve_step3_inner .step3_content .check_box .js-error, #agency_reserve_step3_inner .confirm_content .check_box .js-error, #agency_reserve_confirm_inner .step1_content .check_box .js-error, #agency_reserve_confirm_inner .step2_content .check_box .js-error, #agency_reserve_confirm_inner .step3_content .check_box .js-error, #agency_reserve_confirm_inner .confirm_content .check_box .js-error {
  left: 50%;
  transform: translate(-50%, 0%);
}

/* line 2762, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .check_box .flex, #agency_reserve_step1_inner .step2_content .check_box .flex, #agency_reserve_step1_inner .step3_content .check_box .flex, #agency_reserve_step1_inner .confirm_content .check_box .flex, #agency_reserve_step2_inner .step1_content .check_box .flex, #agency_reserve_step2_inner .step2_content .check_box .flex, #agency_reserve_step2_inner .step3_content .check_box .flex, #agency_reserve_step2_inner .confirm_content .check_box .flex, #agency_reserve_step3_inner .step1_content .check_box .flex, #agency_reserve_step3_inner .step2_content .check_box .flex, #agency_reserve_step3_inner .step3_content .check_box .flex, #agency_reserve_step3_inner .confirm_content .check_box .flex, #agency_reserve_confirm_inner .step1_content .check_box .flex, #agency_reserve_confirm_inner .step2_content .check_box .flex, #agency_reserve_confirm_inner .step3_content .check_box .flex, #agency_reserve_confirm_inner .confirm_content .check_box .flex {
  display: flex;
  align-items: center;
}

/* line 2765, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .check_box .check, #agency_reserve_step1_inner .step2_content .check_box .check, #agency_reserve_step1_inner .step3_content .check_box .check, #agency_reserve_step1_inner .confirm_content .check_box .check, #agency_reserve_step2_inner .step1_content .check_box .check, #agency_reserve_step2_inner .step2_content .check_box .check, #agency_reserve_step2_inner .step3_content .check_box .check, #agency_reserve_step2_inner .confirm_content .check_box .check, #agency_reserve_step3_inner .step1_content .check_box .check, #agency_reserve_step3_inner .step2_content .check_box .check, #agency_reserve_step3_inner .step3_content .check_box .check, #agency_reserve_step3_inner .confirm_content .check_box .check, #agency_reserve_confirm_inner .step1_content .check_box .check, #agency_reserve_confirm_inner .step2_content .check_box .check, #agency_reserve_confirm_inner .step3_content .check_box .check, #agency_reserve_confirm_inner .confirm_content .check_box .check {
  position: absolute;
  top: 1px;
  left: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 2775, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .check_box .check + label, #agency_reserve_step1_inner .step2_content .check_box .check + label, #agency_reserve_step1_inner .step3_content .check_box .check + label, #agency_reserve_step1_inner .confirm_content .check_box .check + label, #agency_reserve_step2_inner .step1_content .check_box .check + label, #agency_reserve_step2_inner .step2_content .check_box .check + label, #agency_reserve_step2_inner .step3_content .check_box .check + label, #agency_reserve_step2_inner .confirm_content .check_box .check + label, #agency_reserve_step3_inner .step1_content .check_box .check + label, #agency_reserve_step3_inner .step2_content .check_box .check + label, #agency_reserve_step3_inner .step3_content .check_box .check + label, #agency_reserve_step3_inner .confirm_content .check_box .check + label, #agency_reserve_confirm_inner .step1_content .check_box .check + label, #agency_reserve_confirm_inner .step2_content .check_box .check + label, #agency_reserve_confirm_inner .step3_content .check_box .check + label, #agency_reserve_confirm_inner .confirm_content .check_box .check + label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 22px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  cursor: pointer;
}

/* line 2787, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .check_box .check + label.js-error_box::before, #agency_reserve_step1_inner .step2_content .check_box .check + label.js-error_box::before, #agency_reserve_step1_inner .step3_content .check_box .check + label.js-error_box::before, #agency_reserve_step1_inner .confirm_content .check_box .check + label.js-error_box::before, #agency_reserve_step2_inner .step1_content .check_box .check + label.js-error_box::before, #agency_reserve_step2_inner .step2_content .check_box .check + label.js-error_box::before, #agency_reserve_step2_inner .step3_content .check_box .check + label.js-error_box::before, #agency_reserve_step2_inner .confirm_content .check_box .check + label.js-error_box::before, #agency_reserve_step3_inner .step1_content .check_box .check + label.js-error_box::before, #agency_reserve_step3_inner .step2_content .check_box .check + label.js-error_box::before, #agency_reserve_step3_inner .step3_content .check_box .check + label.js-error_box::before, #agency_reserve_step3_inner .confirm_content .check_box .check + label.js-error_box::before, #agency_reserve_confirm_inner .step1_content .check_box .check + label.js-error_box::before, #agency_reserve_confirm_inner .step2_content .check_box .check + label.js-error_box::before, #agency_reserve_confirm_inner .step3_content .check_box .check + label.js-error_box::before, #agency_reserve_confirm_inner .confirm_content .check_box .check + label.js-error_box::before {
  border: 1px solid red;
}

/* line 2789, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .check_box .check + label::before, #agency_reserve_step1_inner .step2_content .check_box .check + label::before, #agency_reserve_step1_inner .step3_content .check_box .check + label::before, #agency_reserve_step1_inner .confirm_content .check_box .check + label::before, #agency_reserve_step2_inner .step1_content .check_box .check + label::before, #agency_reserve_step2_inner .step2_content .check_box .check + label::before, #agency_reserve_step2_inner .step3_content .check_box .check + label::before, #agency_reserve_step2_inner .confirm_content .check_box .check + label::before, #agency_reserve_step3_inner .step1_content .check_box .check + label::before, #agency_reserve_step3_inner .step2_content .check_box .check + label::before, #agency_reserve_step3_inner .step3_content .check_box .check + label::before, #agency_reserve_step3_inner .confirm_content .check_box .check + label::before, #agency_reserve_confirm_inner .step1_content .check_box .check + label::before, #agency_reserve_confirm_inner .step2_content .check_box .check + label::before, #agency_reserve_confirm_inner .step3_content .check_box .check + label::before, #agency_reserve_confirm_inner .confirm_content .check_box .check + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  background: #fff;
}

/* line 2799, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .check_box .check + label a, #agency_reserve_step1_inner .step2_content .check_box .check + label a, #agency_reserve_step1_inner .step3_content .check_box .check + label a, #agency_reserve_step1_inner .confirm_content .check_box .check + label a, #agency_reserve_step2_inner .step1_content .check_box .check + label a, #agency_reserve_step2_inner .step2_content .check_box .check + label a, #agency_reserve_step2_inner .step3_content .check_box .check + label a, #agency_reserve_step2_inner .confirm_content .check_box .check + label a, #agency_reserve_step3_inner .step1_content .check_box .check + label a, #agency_reserve_step3_inner .step2_content .check_box .check + label a, #agency_reserve_step3_inner .step3_content .check_box .check + label a, #agency_reserve_step3_inner .confirm_content .check_box .check + label a, #agency_reserve_confirm_inner .step1_content .check_box .check + label a, #agency_reserve_confirm_inner .step2_content .check_box .check + label a, #agency_reserve_confirm_inner .step3_content .check_box .check + label a, #agency_reserve_confirm_inner .confirm_content .check_box .check + label a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* line 2807, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .check_box .check:checked + label::before, #agency_reserve_step1_inner .step2_content .check_box .check:checked + label::before, #agency_reserve_step1_inner .step3_content .check_box .check:checked + label::before, #agency_reserve_step1_inner .confirm_content .check_box .check:checked + label::before, #agency_reserve_step2_inner .step1_content .check_box .check:checked + label::before, #agency_reserve_step2_inner .step2_content .check_box .check:checked + label::before, #agency_reserve_step2_inner .step3_content .check_box .check:checked + label::before, #agency_reserve_step2_inner .confirm_content .check_box .check:checked + label::before, #agency_reserve_step3_inner .step1_content .check_box .check:checked + label::before, #agency_reserve_step3_inner .step2_content .check_box .check:checked + label::before, #agency_reserve_step3_inner .step3_content .check_box .check:checked + label::before, #agency_reserve_step3_inner .confirm_content .check_box .check:checked + label::before, #agency_reserve_confirm_inner .step1_content .check_box .check:checked + label::before, #agency_reserve_confirm_inner .step2_content .check_box .check:checked + label::before, #agency_reserve_confirm_inner .step3_content .check_box .check:checked + label::before, #agency_reserve_confirm_inner .confirm_content .check_box .check:checked + label::before {
  background: #fff;
}

/* line 2809, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .check_box .check:checked + label::after, #agency_reserve_step1_inner .step2_content .check_box .check:checked + label::after, #agency_reserve_step1_inner .step3_content .check_box .check:checked + label::after, #agency_reserve_step1_inner .confirm_content .check_box .check:checked + label::after, #agency_reserve_step2_inner .step1_content .check_box .check:checked + label::after, #agency_reserve_step2_inner .step2_content .check_box .check:checked + label::after, #agency_reserve_step2_inner .step3_content .check_box .check:checked + label::after, #agency_reserve_step2_inner .confirm_content .check_box .check:checked + label::after, #agency_reserve_step3_inner .step1_content .check_box .check:checked + label::after, #agency_reserve_step3_inner .step2_content .check_box .check:checked + label::after, #agency_reserve_step3_inner .step3_content .check_box .check:checked + label::after, #agency_reserve_step3_inner .confirm_content .check_box .check:checked + label::after, #agency_reserve_confirm_inner .step1_content .check_box .check:checked + label::after, #agency_reserve_confirm_inner .step2_content .check_box .check:checked + label::after, #agency_reserve_confirm_inner .step3_content .check_box .check:checked + label::after, #agency_reserve_confirm_inner .confirm_content .check_box .check:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 11px;
  height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}

/* line 2821, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_btn a, #agency_reserve_step1_inner .step2_content .c_btn a, #agency_reserve_step1_inner .step3_content .c_btn a, #agency_reserve_step1_inner .confirm_content .c_btn a, #agency_reserve_step2_inner .step1_content .c_btn a, #agency_reserve_step2_inner .step2_content .c_btn a, #agency_reserve_step2_inner .step3_content .c_btn a, #agency_reserve_step2_inner .confirm_content .c_btn a, #agency_reserve_step3_inner .step1_content .c_btn a, #agency_reserve_step3_inner .step2_content .c_btn a, #agency_reserve_step3_inner .step3_content .c_btn a, #agency_reserve_step3_inner .confirm_content .c_btn a, #agency_reserve_confirm_inner .step1_content .c_btn a, #agency_reserve_confirm_inner .step2_content .c_btn a, #agency_reserve_confirm_inner .step3_content .c_btn a, #agency_reserve_confirm_inner .confirm_content .c_btn a {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding-bottom: 1px;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  transition: all .3s;
}

/* line 2832, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_btn a:hover, #agency_reserve_step1_inner .step2_content .c_btn a:hover, #agency_reserve_step1_inner .step3_content .c_btn a:hover, #agency_reserve_step1_inner .confirm_content .c_btn a:hover, #agency_reserve_step2_inner .step1_content .c_btn a:hover, #agency_reserve_step2_inner .step2_content .c_btn a:hover, #agency_reserve_step2_inner .step3_content .c_btn a:hover, #agency_reserve_step2_inner .confirm_content .c_btn a:hover, #agency_reserve_step3_inner .step1_content .c_btn a:hover, #agency_reserve_step3_inner .step2_content .c_btn a:hover, #agency_reserve_step3_inner .step3_content .c_btn a:hover, #agency_reserve_step3_inner .confirm_content .c_btn a:hover, #agency_reserve_confirm_inner .step1_content .c_btn a:hover, #agency_reserve_confirm_inner .step2_content .c_btn a:hover, #agency_reserve_confirm_inner .step3_content .c_btn a:hover, #agency_reserve_confirm_inner .confirm_content .c_btn a:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 2835, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content, #agency_reserve_step2_inner .step2_content, #agency_reserve_step3_inner .step2_content, #agency_reserve_confirm_inner .step2_content {
  padding: 40px 0 120px;
  background: #F5F5F5;
}

/* line 2838, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content_inner, #agency_reserve_step2_inner .step2_content_inner, #agency_reserve_step3_inner .step2_content_inner, #agency_reserve_confirm_inner .step2_content_inner {
  width: 600px;
  margin: 0 auto;
  padding: 28px 40px 50px;
  background: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* line 2838, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step2_content_inner, #agency_reserve_step2_inner .step2_content_inner, #agency_reserve_step3_inner .step2_content_inner, #agency_reserve_confirm_inner .step2_content_inner {
    width: 100%;
    padding: 28px 15px 50px;
  }
}

/* line 2847, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs, #agency_reserve_step2_inner .step2_content .required_docs, #agency_reserve_step3_inner .step2_content .required_docs, #agency_reserve_confirm_inner .step2_content .required_docs {
  margin-bottom: 50px;
}

/* line 2849, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs_ttl, #agency_reserve_step2_inner .step2_content .required_docs_ttl, #agency_reserve_step3_inner .step2_content .required_docs_ttl, #agency_reserve_confirm_inner .step2_content .required_docs_ttl {
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

/* line 2856, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs_type, #agency_reserve_step2_inner .step2_content .required_docs_type, #agency_reserve_step3_inner .step2_content .required_docs_type, #agency_reserve_confirm_inner .step2_content .required_docs_type {
  display: flex;
  margin-bottom: 20px;
}

/* line 2859, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs_type li, #agency_reserve_step2_inner .step2_content .required_docs_type li, #agency_reserve_step3_inner .step2_content .required_docs_type li, #agency_reserve_confirm_inner .step2_content .required_docs_type li {
  width: 50%;
}

/* line 2861, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs_type a, #agency_reserve_step2_inner .step2_content .required_docs_type a, #agency_reserve_step3_inner .step2_content .required_docs_type a, #agency_reserve_confirm_inner .step2_content .required_docs_type a {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #585653;
}

/* line 2870, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs_type a.active, #agency_reserve_step2_inner .step2_content .required_docs_type a.active, #agency_reserve_step3_inner .step2_content .required_docs_type a.active, #agency_reserve_confirm_inner .step2_content .required_docs_type a.active {
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  color: #fff;
}

/* line 2874, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs_type_content, #agency_reserve_step2_inner .step2_content .required_docs_type_content, #agency_reserve_step3_inner .step2_content .required_docs_type_content, #agency_reserve_confirm_inner .step2_content .required_docs_type_content {
  display: none;
}

/* line 2876, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs_type_content.active, #agency_reserve_step2_inner .step2_content .required_docs_type_content.active, #agency_reserve_step3_inner .step2_content .required_docs_type_content.active, #agency_reserve_confirm_inner .step2_content .required_docs_type_content.active {
  display: block;
}

/* line 2878, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .doc_item, #agency_reserve_step2_inner .step2_content .required_docs .doc_item, #agency_reserve_step3_inner .step2_content .required_docs .doc_item, #agency_reserve_confirm_inner .step2_content .required_docs .doc_item {
  margin-bottom: 40px;
}

/* line 2880, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .doc_item:last-child, #agency_reserve_step2_inner .step2_content .required_docs .doc_item:last-child, #agency_reserve_step3_inner .step2_content .required_docs .doc_item:last-child, #agency_reserve_confirm_inner .step2_content .required_docs .doc_item:last-child {
  margin-bottom: 0;
}

/* line 2882, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .doc_item_ttl, #agency_reserve_step2_inner .step2_content .required_docs .doc_item_ttl, #agency_reserve_step3_inner .step2_content .required_docs .doc_item_ttl, #agency_reserve_confirm_inner .step2_content .required_docs .doc_item_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

/* line 2891, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .doc_item_ttl .num, #agency_reserve_step2_inner .step2_content .required_docs .doc_item_ttl .num, #agency_reserve_step3_inner .step2_content .required_docs .doc_item_ttl .num, #agency_reserve_confirm_inner .step2_content .required_docs .doc_item_ttl .num {
  width: 64px;
  margin-top: 2px;
  border: 1px solid #585653;
  margin-right: 10px;
  padding-bottom: 1px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #585653;
}

/* line 2904, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .id_doc, #agency_reserve_step2_inner .step2_content .required_docs .id_doc, #agency_reserve_step3_inner .step2_content .required_docs .id_doc, #agency_reserve_confirm_inner .step2_content .required_docs .id_doc {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin-bottom: 38px;
}

/* line 2910, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .id_doc li .icon, #agency_reserve_step2_inner .step2_content .required_docs .id_doc li .icon, #agency_reserve_step3_inner .step2_content .required_docs .id_doc li .icon, #agency_reserve_confirm_inner .step2_content .required_docs .id_doc li .icon {
  margin-bottom: 7px;
  line-height: 1;
}

/* line 2913, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .id_doc li .icon svg, #agency_reserve_step2_inner .step2_content .required_docs .id_doc li .icon svg, #agency_reserve_step3_inner .step2_content .required_docs .id_doc li .icon svg, #agency_reserve_confirm_inner .step2_content .required_docs .id_doc li .icon svg {
  width: 90px;
  height: 85px;
}

/* line 2916, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .id_doc li .name, #agency_reserve_step2_inner .step2_content .required_docs .id_doc li .name, #agency_reserve_step3_inner .step2_content .required_docs .id_doc li .name, #agency_reserve_confirm_inner .step2_content .required_docs .id_doc li .name {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #585653;
}

/* line 2922, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .desc, #agency_reserve_step2_inner .step2_content .required_docs .desc, #agency_reserve_step3_inner .step2_content .required_docs .desc, #agency_reserve_confirm_inner .step2_content .required_docs .desc {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2922, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step2_content .required_docs .desc, #agency_reserve_step2_inner .step2_content .required_docs .desc, #agency_reserve_step3_inner .step2_content .required_docs .desc, #agency_reserve_confirm_inner .step2_content .required_docs .desc {
    font-size: 14px;
  }
}

/* line 2932, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .desc .small, #agency_reserve_step2_inner .step2_content .required_docs .desc .small, #agency_reserve_step3_inner .step2_content .required_docs .desc .small, #agency_reserve_confirm_inner .step2_content .required_docs .desc .small {
  display: block;
  margin-top: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #585653;
}

/* line 2941, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .file_upload, #agency_reserve_step2_inner .step2_content .required_docs .file_upload, #agency_reserve_step3_inner .step2_content .required_docs .file_upload, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload {
  padding: 30px 25px;
  background: #F5F5F5;
}

/* line 2944, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .file_upload_inner, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_inner, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_inner, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_inner {
  display: flex;
  padding: 20px;
  background: #fff;
}

/* line 2948, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .file_upload_label, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_label, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_label, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_label {
  display: flex;
  align-items: center;
  width: calc(100% - 120px);
  padding-left: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* line 2955, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .file_upload_label_text, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_label_text, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_label_text, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_label_text {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.05em;
  color: #A8A7A7;
}

/* line 2961, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .file_upload_input, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_input, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_input, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_input {
  display: none;
}

/* line 2963, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .required_docs .file_upload_btn, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_btn, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_btn, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_btn {
  width: 120px;
  padding-top: 4px;
  background: var(--theme-color);
  font-size: 13px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #FFF;
}

/* line 2973, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .lease_agmt_ttl, #agency_reserve_step2_inner .step2_content .lease_agmt_ttl, #agency_reserve_step3_inner .step2_content .lease_agmt_ttl, #agency_reserve_confirm_inner .step2_content .lease_agmt_ttl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 2973, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step2_content .lease_agmt_ttl, #agency_reserve_step2_inner .step2_content .lease_agmt_ttl, #agency_reserve_step3_inner .step2_content .lease_agmt_ttl, #agency_reserve_confirm_inner .step2_content .lease_agmt_ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 2985, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .lease_agmt_ttl .small, #agency_reserve_step2_inner .step2_content .lease_agmt_ttl .small, #agency_reserve_step3_inner .step2_content .lease_agmt_ttl .small, #agency_reserve_confirm_inner .step2_content .lease_agmt_ttl .small {
  margin-left: 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  /* line 2985, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step2_content .lease_agmt_ttl .small, #agency_reserve_step2_inner .step2_content .lease_agmt_ttl .small, #agency_reserve_step3_inner .step2_content .lease_agmt_ttl .small, #agency_reserve_confirm_inner .step2_content .lease_agmt_ttl .small {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* line 2994, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .lease_agmt_list, #agency_reserve_step2_inner .step2_content .lease_agmt_list, #agency_reserve_step3_inner .step2_content .lease_agmt_list, #agency_reserve_confirm_inner .step2_content .lease_agmt_list {
  margin-bottom: 32px;
}

/* line 2996, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .lease_agmt_list_item, #agency_reserve_step2_inner .step2_content .lease_agmt_list_item, #agency_reserve_step3_inner .step2_content .lease_agmt_list_item, #agency_reserve_confirm_inner .step2_content .lease_agmt_list_item {
  margin-bottom: 22px;
}

/* line 2998, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .lease_agmt_list_item p, #agency_reserve_step1_inner .step2_content .lease_agmt_list_item li, #agency_reserve_step2_inner .step2_content .lease_agmt_list_item p, #agency_reserve_step2_inner .step2_content .lease_agmt_list_item li, #agency_reserve_step3_inner .step2_content .lease_agmt_list_item p, #agency_reserve_step3_inner .step2_content .lease_agmt_list_item li, #agency_reserve_confirm_inner .step2_content .lease_agmt_list_item p, #agency_reserve_confirm_inner .step2_content .lease_agmt_list_item li {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 3005, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .lease_agmt_list_item ol li, #agency_reserve_step2_inner .step2_content .lease_agmt_list_item ol li, #agency_reserve_step3_inner .step2_content .lease_agmt_list_item ol li, #agency_reserve_confirm_inner .step2_content .lease_agmt_list_item ol li {
  list-style: decimal;
  margin-left: 1em;
}

/* line 3008, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .term_notice_note, #agency_reserve_step2_inner .step2_content .term_notice_note, #agency_reserve_step3_inner .step2_content .term_notice_note, #agency_reserve_confirm_inner .step2_content .term_notice_note {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

/* line 3015, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .term_notice_ttl, #agency_reserve_step2_inner .step2_content .term_notice_ttl, #agency_reserve_step3_inner .step2_content .term_notice_ttl, #agency_reserve_confirm_inner .step2_content .term_notice_ttl {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 3022, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step2_content .term_notice_desc, #agency_reserve_step2_inner .step2_content .term_notice_desc, #agency_reserve_step3_inner .step2_content .term_notice_desc, #agency_reserve_confirm_inner .step2_content .term_notice_desc {
  margin-bottom: 75px;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 3029, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content, #agency_reserve_step2_inner .step3_content, #agency_reserve_step3_inner .step3_content, #agency_reserve_confirm_inner .step3_content {
  padding: 40px 0 120px;
  background: #F5F5F5;
}

/* line 3032, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content_inner, #agency_reserve_step2_inner .step3_content_inner, #agency_reserve_step3_inner .step3_content_inner, #agency_reserve_confirm_inner .step3_content_inner {
  width: 600px;
  margin: 0 auto;
  padding: 28px 30px 145px;
  background: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* line 3032, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step3_content_inner, #agency_reserve_step2_inner .step3_content_inner, #agency_reserve_step3_inner .step3_content_inner, #agency_reserve_confirm_inner .step3_content_inner {
    width: 100%;
    padding: 28px 15px 50px;
  }
}

/* line 3042, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_ttl, #agency_reserve_step2_inner .step3_content .payment_method_ttl, #agency_reserve_step3_inner .step3_content .payment_method_ttl, #agency_reserve_confirm_inner .step3_content .payment_method_ttl {
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

/* line 3049, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type, #agency_reserve_step2_inner .step3_content .payment_method_type, #agency_reserve_step3_inner .step3_content .payment_method_type, #agency_reserve_confirm_inner .step3_content .payment_method_type {
  display: flex;
  margin-bottom: 58px;
}

/* line 3052, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type li, #agency_reserve_step2_inner .step3_content .payment_method_type li, #agency_reserve_step3_inner .step3_content .payment_method_type li, #agency_reserve_confirm_inner .step3_content .payment_method_type li {
  width: 50%;
}

/* line 3054, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type a, #agency_reserve_step2_inner .step3_content .payment_method_type a, #agency_reserve_step3_inner .step3_content .payment_method_type a, #agency_reserve_confirm_inner .step3_content .payment_method_type a {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #585653;
}

/* line 3063, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type a.active, #agency_reserve_step2_inner .step3_content .payment_method_type a.active, #agency_reserve_step3_inner .step3_content .payment_method_type a.active, #agency_reserve_confirm_inner .step3_content .payment_method_type a.active {
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  color: #fff;
}

/* line 3067, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method .property_price, #agency_reserve_step2_inner .step3_content .payment_method .property_price, #agency_reserve_step3_inner .step3_content .payment_method .property_price, #agency_reserve_confirm_inner .step3_content .payment_method .property_price {
  margin-bottom: 30px;
}

/* line 3069, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type_content, #agency_reserve_step2_inner .step3_content .payment_method_type_content, #agency_reserve_step3_inner .step3_content .payment_method_type_content, #agency_reserve_confirm_inner .step3_content .payment_method_type_content {
  display: none;
}

/* line 3071, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type_content.active, #agency_reserve_step2_inner .step3_content .payment_method_type_content.active, #agency_reserve_step3_inner .step3_content .payment_method_type_content.active, #agency_reserve_confirm_inner .step3_content .payment_method_type_content.active {
  display: block;
}

/* line 3073, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type_content .credit_card_form, #agency_reserve_step2_inner .step3_content .payment_method_type_content .credit_card_form, #agency_reserve_step3_inner .step3_content .payment_method_type_content .credit_card_form, #agency_reserve_confirm_inner .step3_content .payment_method_type_content .credit_card_form {
  margin-bottom: 64px;
  padding: 35px 25px;
  background: #F5F5F5;
}

@media (max-width: 768px) {
  /* line 3073, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step3_content .payment_method_type_content .credit_card_form, #agency_reserve_step2_inner .step3_content .payment_method_type_content .credit_card_form, #agency_reserve_step3_inner .step3_content .payment_method_type_content .credit_card_form, #agency_reserve_confirm_inner .step3_content .payment_method_type_content .credit_card_form {
    padding: 25px 15px;
  }
}

/* line 3079, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type_content .credit_card_form_inner, #agency_reserve_step2_inner .step3_content .payment_method_type_content .credit_card_form_inner, #agency_reserve_step3_inner .step3_content .payment_method_type_content .credit_card_form_inner, #agency_reserve_confirm_inner .step3_content .payment_method_type_content .credit_card_form_inner {
  padding: 35px 20px;
  background: #fff;
}

@media (max-width: 768px) {
  /* line 3079, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step3_content .payment_method_type_content .credit_card_form_inner, #agency_reserve_step2_inner .step3_content .payment_method_type_content .credit_card_form_inner, #agency_reserve_step3_inner .step3_content .payment_method_type_content .credit_card_form_inner, #agency_reserve_confirm_inner .step3_content .payment_method_type_content .credit_card_form_inner {
    padding: 25px 15px;
  }
}

/* line 3084, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form, #agency_reserve_step2_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form, #agency_reserve_step3_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form, #agency_reserve_confirm_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form {
  width: 100%;
}

/* line 3087, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .form_item:first-child, #agency_reserve_step2_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .form_item:first-child, #agency_reserve_step3_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .form_item:first-child, #agency_reserve_confirm_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .form_item:first-child {
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  /* line 3087, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .form_item:first-child, #agency_reserve_step2_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .form_item:first-child, #agency_reserve_step3_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .form_item:first-child, #agency_reserve_confirm_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .form_item:first-child {
    margin-bottom: 15px;
  }
}

/* line 3092, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .flex .form_item, #agency_reserve_step2_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .flex .form_item, #agency_reserve_step3_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .flex .form_item, #agency_reserve_confirm_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .flex .form_item {
  width: 205px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  /* line 3092, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .flex .form_item, #agency_reserve_step2_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .flex .form_item, #agency_reserve_step3_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .flex .form_item, #agency_reserve_confirm_inner .step3_content .payment_method_type_content .credit_card_form_inner .c_form .flex .form_item {
    width: calc(50% - 7px);
  }
}

/* line 3097, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type_content .bank_transfer_form, #agency_reserve_step2_inner .step3_content .payment_method_type_content .bank_transfer_form, #agency_reserve_step3_inner .step3_content .payment_method_type_content .bank_transfer_form, #agency_reserve_confirm_inner .step3_content .payment_method_type_content .bank_transfer_form {
  margin-bottom: 64px;
  padding: 35px 25px;
  background: #F5F5F5;
}

/* line 3101, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type_content .bank_transfer_form_inner, #agency_reserve_step2_inner .step3_content .payment_method_type_content .bank_transfer_form_inner, #agency_reserve_step3_inner .step3_content .payment_method_type_content .bank_transfer_form_inner, #agency_reserve_confirm_inner .step3_content .payment_method_type_content .bank_transfer_form_inner {
  padding: 45px 20px;
  background: #fff;
}

/* line 3104, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method_type_content .bank_transfer_form_inner p, #agency_reserve_step2_inner .step3_content .payment_method_type_content .bank_transfer_form_inner p, #agency_reserve_step3_inner .step3_content .payment_method_type_content .bank_transfer_form_inner p, #agency_reserve_confirm_inner .step3_content .payment_method_type_content .bank_transfer_form_inner p {
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 3110, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step3_content .payment_method .check_box, #agency_reserve_step2_inner .step3_content .payment_method .check_box, #agency_reserve_step3_inner .step3_content .payment_method .check_box, #agency_reserve_confirm_inner .step3_content .payment_method .check_box {
  margin-bottom: 45px;
}

/* line 3112, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .confirm_content, #agency_reserve_step2_inner .confirm_content, #agency_reserve_step3_inner .confirm_content, #agency_reserve_confirm_inner .confirm_content {
  padding: 40px 0 120px;
  background: #F5F5F5;
}

/* line 3115, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .confirm_content_inner, #agency_reserve_step2_inner .confirm_content_inner, #agency_reserve_step3_inner .confirm_content_inner, #agency_reserve_confirm_inner .confirm_content_inner {
  width: 600px;
  margin: 0 auto;
  padding: 28px 30px 72px;
  background: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* line 3115, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .confirm_content_inner, #agency_reserve_step2_inner .confirm_content_inner, #agency_reserve_step3_inner .confirm_content_inner, #agency_reserve_confirm_inner .confirm_content_inner {
    width: 100%;
    padding: 28px 15px 50px;
  }
}

/* line 3125, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .confirm_content .property_data .address, #agency_reserve_step2_inner .confirm_content .property_data .address, #agency_reserve_step3_inner .confirm_content .property_data .address, #agency_reserve_confirm_inner .confirm_content .property_data .address {
  margin-bottom: 85px;
}

/* line 3127, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .confirm_content .reserve_content, #agency_reserve_step2_inner .confirm_content .reserve_content, #agency_reserve_step3_inner .confirm_content .reserve_content, #agency_reserve_confirm_inner .confirm_content .reserve_content {
  margin-bottom: 134px;
}

/* line 3129, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .confirm_content .reserve_content_ttl, #agency_reserve_step2_inner .confirm_content .reserve_content_ttl, #agency_reserve_step3_inner .confirm_content .reserve_content_ttl, #agency_reserve_confirm_inner .confirm_content .reserve_content_ttl {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #585653;
}

/* line 3137, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .confirm_content .reserve_content_list, #agency_reserve_step2_inner .confirm_content .reserve_content_list, #agency_reserve_step3_inner .confirm_content .reserve_content_list, #agency_reserve_confirm_inner .confirm_content .reserve_content_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #A7A7A7;
}

/* line 3141, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .confirm_content .reserve_content_list dt, #agency_reserve_step1_inner .confirm_content .reserve_content_list dd, #agency_reserve_step2_inner .confirm_content .reserve_content_list dt, #agency_reserve_step2_inner .confirm_content .reserve_content_list dd, #agency_reserve_step3_inner .confirm_content .reserve_content_list dt, #agency_reserve_step3_inner .confirm_content .reserve_content_list dd, #agency_reserve_confirm_inner .confirm_content .reserve_content_list dt, #agency_reserve_confirm_inner .confirm_content .reserve_content_list dd {
  padding: 4px 0;
  border-bottom: 1px solid #A7A7A7;
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 3149, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .confirm_content .reserve_content_list dt, #agency_reserve_step2_inner .confirm_content .reserve_content_list dt, #agency_reserve_step3_inner .confirm_content .reserve_content_list dt, #agency_reserve_confirm_inner .confirm_content .reserve_content_list dt {
  width: 122px;
  padding-left: 17px;
}

/* line 3152, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .confirm_content .reserve_content_list dd, #agency_reserve_step2_inner .confirm_content .reserve_content_list dd, #agency_reserve_step3_inner .confirm_content .reserve_content_list dd, #agency_reserve_confirm_inner .confirm_content .reserve_content_list dd {
  width: calc(100% - 122px);
}

@media (max-width: 768px) {
  /* line 3165, app/assets/stylesheets/agency/style.sass */
  #agency_property_inner,
#agency_feature_inner,
#agency_area_search_inner {
    padding: 24px 15px 64px;
  }
  /* line 3169, app/assets/stylesheets/agency/style.sass */
  #agency_property .property_list,
#agency_feature .property_list,
#agency_area_search .property_list {
    margin-bottom: 56px;
  }
  /* line 3172, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item,
#agency_feature .c_property_list_item,
#agency_area_search .c_property_list_item {
    gap: 6px;
    margin-bottom: 32px;
  }
  /* line 3176, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left,
#agency_feature .c_property_list_item .item_left,
#agency_area_search .c_property_list_item .item_left {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  /* line 3181, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left .js-property_slider,
#agency_property .c_property_list_item .item_left .slick-slider,
#agency_feature .c_property_list_item .item_left .js-property_slider,
#agency_feature .c_property_list_item .item_left .slick-slider,
#agency_area_search .c_property_list_item .item_left .js-property_slider,
#agency_area_search .c_property_list_item .item_left .slick-slider {
    height: auto;
    overflow: visible;
  }
  /* line 3186, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left .slick-list,
#agency_feature .c_property_list_item .item_left .slick-list,
#agency_area_search .c_property_list_item .item_left .slick-list {
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }
  /* line 3190, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left .slick-track,
#agency_property .c_property_list_item .item_left .slick-slide,
#agency_feature .c_property_list_item .item_left .slick-track,
#agency_feature .c_property_list_item .item_left .slick-slide,
#agency_area_search .c_property_list_item .item_left .slick-track,
#agency_area_search .c_property_list_item .item_left .slick-slide {
    height: 100%;
  }
  /* line 3194, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left li,
#agency_feature .c_property_list_item .item_left li,
#agency_area_search .c_property_list_item .item_left li {
    height: 100%;
  }
  /* line 3197, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left li img,
#agency_feature .c_property_list_item .item_left li img,
#agency_area_search .c_property_list_item .item_left li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /* line 3203, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left .slick-slider .slick-dots,
#agency_feature .c_property_list_item .item_left .slick-slider .slick-dots,
#agency_area_search .c_property_list_item .item_left .slick-slider .slick-dots {
    position: static;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    bottom: auto;
    line-height: 1;
  }
  /* line 3213, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left .slick-slider .slick-dots li,
#agency_feature .c_property_list_item .item_left .slick-slider .slick-dots li,
#agency_area_search .c_property_list_item .item_left .slick-slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 4px;
    border-radius: 6px;
  }
  /* line 3219, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right,
#agency_feature .c_property_list_item .item_right,
#agency_area_search .c_property_list_item .item_right {
    gap: 12px;
  }
  /* line 3222, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top,
#agency_feature .c_property_list_item .item_right .top,
#agency_area_search .c_property_list_item .item_right .top {
    margin-bottom: 0;
    gap: 0;
  }
  /* line 3227, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .left .flex,
#agency_feature .c_property_list_item .item_right .top .left .flex,
#agency_area_search .c_property_list_item .item_right .top .left .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
    gap: 12px;
  }
  /* line 3235, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .left .area,
#agency_property .c_property_list_item .item_right .top .left .num,
#agency_feature .c_property_list_item .item_right .top .left .area,
#agency_feature .c_property_list_item .item_right .top .left .num,
#agency_area_search .c_property_list_item .item_right .top .left .area,
#agency_area_search .c_property_list_item .item_right .top .left .num {
    font-size: 12px;
    line-height: 1.3;
  }
  /* line 3240, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .left .num,
#agency_feature .c_property_list_item .item_right .top .left .num,
#agency_area_search .c_property_list_item .item_right .top .left .num {
    margin-left: auto;
  }
  /* line 3243, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .left h3.title,
#agency_property .c_property_list_item .item_right .top .left .title,
#agency_feature .c_property_list_item .item_right .top .left h3.title,
#agency_feature .c_property_list_item .item_right .top .left .title,
#agency_area_search .c_property_list_item .item_right .top .left h3.title,
#agency_area_search .c_property_list_item .item_right .top .left .title {
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }
  /* line 3250, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .left .address,
#agency_feature .c_property_list_item .item_right .top .left .address,
#agency_area_search .c_property_list_item .item_right .top .left .address {
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 3254, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .left .address .map_link,
#agency_feature .c_property_list_item .item_right .top .left .address .map_link,
#agency_area_search .c_property_list_item .item_right .top .left .address .map_link {
    margin-top: 4px;
  }
  /* line 3257, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .right,
#agency_feature .c_property_list_item .item_right .top .right,
#agency_area_search .c_property_list_item .item_right .top .right {
    margin-top: 15px;
    padding-top: 0;
  }
  /* line 3262, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .right .price .unit,
#agency_feature .c_property_list_item .item_right .top .right .price .unit,
#agency_area_search .c_property_list_item .item_right .top .right .price .unit {
    font-size: 14px;
  }
  /* line 3265, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .right .price .value,
#agency_feature .c_property_list_item .item_right .top .right .price .value,
#agency_area_search .c_property_list_item .item_right .top .right .price .value {
    font-size: 20px;
    font-weight: 600;
  }
  /* line 3269, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .right .price .night,
#agency_feature .c_property_list_item .item_right .top .right .price .night,
#agency_area_search .c_property_list_item .item_right .top .right .price .night {
    font-size: 14px;
    margin-bottom: 0;
  }
  /* line 3273, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom,
#agency_feature .c_property_list_item .item_right .bottom,
#agency_area_search .c_property_list_item .item_right .bottom {
    margin-top: 0px;
    gap: 0;
  }
  /* line 3277, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left,
#agency_feature .c_property_list_item .item_right .bottom .left,
#agency_area_search .c_property_list_item .item_right .bottom .left {
    width: 100%;
  }
  /* line 3280, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 0;
    width: 100%;
  }
  /* line 3287, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
    width: auto;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    padding: 0;
  }
  /* line 3298, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .flex,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .flex,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 4px;
    gap: 4px;
  }
  /* line 3307, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .flex::before,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .flex::before,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .flex::before {
    content: none;
  }
  /* line 3310, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .flex .period,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .flex .period,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .flex .period {
    order: 1;
    display: block;
    width: 70%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 4px;
    border: 1px solid #585653;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #585653;
  }
  /* line 3328, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .flex .discount,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .flex .discount,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .flex .discount {
    order: 0;
    margin-left: 0;
    min-height: 12px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--theme-color);
  }
  /* line 3341, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item:not(:has(.discount)) .flex::before,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item:not(:has(.discount)) .flex::before,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item:not(:has(.discount)) .flex::before {
    content: '';
    order: 0;
    display: block;
    height: 12px;
    width: 1px;
    flex-shrink: 0;
    visibility: hidden;
  }
  /* line 3350, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .price,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .price,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 0 2px;
    width: 100%;
  }
  /* line 3358, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .price .unit,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .price .unit,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .price .unit {
    font-size: 11px;
    line-height: 1;
  }
  /* line 3362, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .price .value,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .price .value,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .price .value {
    margin-left: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    word-break: keep-all;
  }
  /* line 3370, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .price .month,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .price .month,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .price .month {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1;
  }
  /* line 3376, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .right,
#agency_feature .c_property_list_item .item_right .bottom .right,
#agency_area_search .c_property_list_item .item_right .bottom .right {
    margin-top: 10px;
  }
  /* line 3379, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .right .btn.c_action_btn,
#agency_property .c_property_list_item .item_right .bottom .right .btn,
#agency_feature .c_property_list_item .item_right .bottom .right .btn.c_action_btn,
#agency_feature .c_property_list_item .item_right .bottom .right .btn,
#agency_area_search .c_property_list_item .item_right .bottom .right .btn.c_action_btn,
#agency_area_search .c_property_list_item .item_right .bottom .right .btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 0 16px;
    border: 2px solid var(--theme-color);
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: calc(40px - 4px);
    letter-spacing: 0.04em;
    text-align: center;
  }
  /* line 3395, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_pagination,
#agency_feature .c_pagination,
#agency_area_search .c_pagination {
    gap: 8px;
  }
  /* line 3398, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_pagination li a,
#agency_feature .c_pagination li a,
#agency_area_search .c_pagination li a {
    width: 28px;
    font-size: 13px;
    line-height: 28px;
  }
  /* line 3403, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_pagination li a.prev, #agency_property .c_pagination li a.next,
#agency_feature .c_pagination li a.prev,
#agency_feature .c_pagination li a.next,
#agency_area_search .c_pagination li a.prev,
#agency_area_search .c_pagination li a.next {
    width: 52px;
  }
  /* line 3408, app/assets/stylesheets/agency/style.sass */
  #agency_property .head {
    margin-bottom: 56px;
  }
  /* line 3411, app/assets/stylesheets/agency/style.sass */
  #agency_property .head .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 3418, app/assets/stylesheets/agency/style.sass */
  #agency_property .head .description {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
  }
  /* line 3425, app/assets/stylesheets/agency/style.sass */
  #agency_property .head .result {
    font-size: 14px;
    line-height: 1.4;
  }
  /* line 3429, app/assets/stylesheets/agency/style.sass */
  #agency_property .head .result .count {
    font-size: 20px;
    font-weight: 700;
  }
  /* line 3434, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head {
    margin-bottom: 56px;
  }
  /* line 3437, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .label {
    align-self: flex-start;
    width: auto;
    min-width: auto;
    margin-bottom: 6px;
    padding: 4px 10px;
    background: var(--theme-color);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
    border-radius: 0;
  }
  /* line 3452, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 3459, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .kv {
    margin-bottom: 16px;
    line-height: 0;
  }
  /* line 3463, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .kv img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  /* line 3469, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .description {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
  }
  /* line 3476, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .result {
    font-size: 14px;
    line-height: 1.4;
  }
  /* line 3480, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .result .count {
    font-size: 20px;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  /* line 3487, app/assets/stylesheets/agency/style.sass */
  body.agency-lower-page.agency-property-detail-page .wrapper {
    padding-bottom: 88px;
  }
  /* line 3491, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner {
    padding: 24px 15px 64px;
  }
  /* line 3495, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_side {
    display: none;
  }
  /* line 3499, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .kv {
    margin-bottom: 10px;
    line-height: 0;
  }
  /* line 3503, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .kv a {
    display: block;
    position: relative;
  }
  /* line 3507, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .kv a::after {
    content: 'タップで拡大';
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.55);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    pointer-events: none;
  }
  /* line 3520, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .kv img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
  }
  /* line 3527, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .gallery_head {
    display: block;
    margin-bottom: 16px;
  }
  /* line 3531, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .gallery_head .gallery_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  /* line 3537, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .gallery_head .gallery_list li.active a {
    outline: 2px solid var(--theme-color);
    outline-offset: -2px;
  }
  /* line 3541, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .gallery_head .gallery_list li a {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    line-height: 0;
  }
  /* line 3549, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .gallery_head .gallery_list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 3554, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .gallery_head .gallery_list li a .more {
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
  /* line 3559, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main {
    margin-bottom: 0;
  }
  /* line 3564, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head {
    margin-bottom: 56px;
  }
  /* line 3567, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 12px;
  }
  /* line 3574, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex .title {
    flex: 1;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 3582, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex .num {
    flex-shrink: 0;
    font-size: 12px;
    line-height: 1.3;
  }
  /* line 3587, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex .num .icon {
    margin-right: 4px;
  }
  /* line 3590, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex .num .icon .person_01 {
    width: 11px;
    height: 14px;
  }
  /* line 3594, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex .num .icon .person_02 {
    width: 16px;
    height: 13px;
  }
  /* line 3598, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex .num .icon .person_03 {
    width: 18px;
    height: 10px;
  }
  /* line 3602, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .address {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 3609, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .address .map_link {
    margin-top: 4px;
    margin-left: 0;
    font-size: 12px;
  }
  /* line 3614, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .tag_list {
    gap: 6px;
  }
  /* line 3617, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .tag_list .tag_item {
    min-width: auto;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 0;
  }
  /* line 3624, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview {
    margin-bottom: 56px;
  }
  /* line 3627, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview .room_overview_ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 3634, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list {
    gap: 8px;
    padding: 12px;
  }
  /* line 3638, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list li {
    width: calc(50% - 4px);
  }
  /* line 3641, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list li .ttl {
    font-size: 12px;
    line-height: 36px;
  }
  /* line 3645, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list li .value {
    min-height: 52px;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
  }
  /* line 3652, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list li .value .small {
    font-size: 12px;
    line-height: 1.4;
  }
  /* line 3656, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview {
    margin-bottom: 56px;
  }
  /* line 3659, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .property_overview_ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 3666, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list {
    width: 100%;
    margin: 0 0 16px;
    gap: 16px 8px;
    justify-content: flex-start;
  }
  /* line 3672, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list.inside {
    margin-bottom: 20px;
  }
  /* line 3675, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.333% - 6px);
    text-align: center;
  }
  /* line 3682, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 6px;
  }
  /* line 3690, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list li .icon svg {
    width: 64px;
    height: auto;
    max-width: 64px;
  }
  /* line 3695, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list li .name {
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }
  /* line 3704, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .description_inner {
    margin-bottom: 12px;
    height: auto;
  }
  /* line 3708, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .description_inner p {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
  }
  /* line 3716, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .description.is-collapsed .description_inner {
    height: 120px;
  }
  /* line 3719, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .description .more_description a {
    font-size: 14px;
    font-weight: 600;
  }
  /* line 3723, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .content_ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    overflow: visible;
  }
  /* line 3731, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .content_ttl::after {
    display: none;
  }
  /* line 3734, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan {
    margin-bottom: 56px;
  }
  /* line 3737, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .content_ttl {
    margin-block: 0 15px;
  }
  /* line 3740, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly,
#agency_property_detail .main_inner .pricing_plan .short_stay {
    margin-bottom: 56px;
  }
  /* line 3744, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content,
#agency_property_detail .main_inner .pricing_plan .short_stay .content {
    margin-bottom: 20px;
    gap: 16px;
  }
  /* line 3748, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left {
    overflow: hidden;
    max-width: 100%;
  }
  /* line 3752, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .label,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .label {
    position: static;
    display: inline-block;
    width: auto;
    min-width: auto;
    margin-bottom: 8px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: left;
    border-radius: 0;
  }
  /* line 3766, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .slider,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .slider {
    margin-bottom: 8px;
  }
  /* line 3769, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .slider li,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .slider li {
    border: none;
    line-height: 0;
  }
  /* line 3773, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .slider li img,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .slider li img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
  /* line 3778, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider {
    overflow: hidden;
    width: 100%;
    margin: 0;
  }
  /* line 3783, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider .slick-list,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider .slick-list {
    overflow: hidden;
    margin: 0;
  }
  /* line 3787, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider .slick-track,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider .slick-track {
    display: flex;
  }
  /* line 3790, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider .slick-slide,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider .slick-slide {
    box-sizing: border-box;
    height: auto;
  }
  /* line 3794, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider .slick-slide > div,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider .slick-slide > div {
    line-height: 0;
  }
  /* line 3797, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider li,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider li {
    padding: 0 3px;
  }
  /* line 3800, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider li img,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider li img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 2px solid transparent;
    box-sizing: border-box;
  }
  /* line 3807, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider .slick-current img,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider .slick-current img {
    border-color: var(--theme-color);
  }
  /* line 3810, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right {
    padding-top: 0;
  }
  /* line 3813, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .price_detail_ttl,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail_ttl {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
  }
  /* line 3818, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .price_detail,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail {
    margin-bottom: 12px;
    padding: 12px 0;
  }
  /* line 3822, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .price_detail li,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail li {
    margin-bottom: 10px;
  }
  /* line 3825, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .price_detail li .ttl,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail li .ttl {
    font-size: 13px;
    flex-wrap: wrap;
    gap: 2px;
  }
  /* line 3830, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .price_detail li .price,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail li .price {
    font-size: 18px;
  }
  /* line 3833, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .price_detail li .price .unit,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail li .price .unit {
    font-size: 13px;
  }
  /* line 3836, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .total_price,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .total_price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
    width: 100%;
    gap: 12px;
  }
  /* line 3844, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .total_price .ttl,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .total_price .ttl {
    flex-shrink: 0;
    font-size: 13px;
  }
  /* line 3848, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .total_price .price,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .total_price .price {
    flex: 1;
    margin-right: 0;
    text-align: right;
  }
  /* line 3853, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .total_price .price .flex,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .total_price .price .flex {
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: 700;
  }
  /* line 3859, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .total_price .price .flex .unit,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .total_price .price .flex .unit {
    font-size: 14px;
  }
  /* line 3862, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .total_price .price .tax,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .total_price .price .tax {
    display: block;
    margin-left: 0;
    font-size: 11px;
    text-align: right;
  }
  /* line 3869, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item {
    padding: 8px;
    margin-bottom: 12px;
  }
  /* line 3873, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    column-gap: 12px;
    row-gap: 2px;
    height: auto;
    padding: 12px;
  }
  /* line 3882, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .period_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .period_box {
    display: contents;
  }
  /* line 3885, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .period_box .period,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .period_box .period {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    padding: 0 8px;
    border: 1px solid #585653;
    font-size: 11px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
  }
  /* line 3900, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .period_box .description,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .period_box .description {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }
  /* line 3910, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .period_box .description .small,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .period_box .description .small {
    font-size: 12px;
    font-weight: 500;
  }
  /* line 3914, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner:has(.discount_box) .description,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner:has(.discount_box) .description {
    grid-row: 2 / 4;
    padding-bottom: 15px;
  }
  /* line 3918, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner:has(.discount_box) .price_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner:has(.discount_box) .price_box {
    padding-bottom: 0;
  }
  /* line 3921, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .price_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .price_box {
    grid-column: 2;
    grid-row: 2;
    width: auto;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
    text-align: right;
    align-self: start;
  }
  /* line 3931, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .price_box .price,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .price_box .price {
    justify-content: flex-end;
    font-size: 20px;
  }
  /* line 3935, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .price_box .price .unit,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .price_box .price .unit {
    font-size: 14px;
  }
  /* line 3938, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .price_box .tax,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .price_box .tax {
    text-align: right;
    margin-right: 0;
  }
  /* line 3942, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .discount_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .discount_box {
    grid-column: 2;
    grid-row: 3;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 15px;
    text-align: right;
  }
  /* line 3950, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .discount_box .discount,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .discount_box .discount {
    text-align: right;
    font-size: 13px;
  }
  /* line 3954, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .reserve_box {
    grid-column: 1 / -1;
    margin-top: 0;
  }
  /* line 3958, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner:not(:has(.discount_box)) .reserve_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner:not(:has(.discount_box)) .reserve_box {
    grid-row: 3;
  }
  /* line 3961, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner:has(.discount_box) .reserve_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner:has(.discount_box) .reserve_box {
    grid-row: 4;
  }
  /* line 3965, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn a,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .reserve_box .btn a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    border: 2px solid var(--theme-color);
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: calc(40px - 4px);
    letter-spacing: 0.04em;
  }
  /* line 3978, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail {
    height: auto;
    padding: 12px 0;
    flex-wrap: wrap;
    gap: 8px;
  }
  /* line 3985, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail .price .flex {
    font-size: 20px;
  }
  /* line 3989, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .content_ttl {
    margin-bottom: 15px;
  }
  /* line 3992, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list {
    gap: 32px;
  }
  /* line 3997, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .ph {
    margin-bottom: 6px;
    line-height: 0;
  }
  /* line 4001, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .ph img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
  /* line 4007, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .info .head {
    margin-bottom: 2px;
  }
  /* line 4010, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .info .head .area,
#agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .info .head .num {
    font-size: 12px;
  }
  /* line 4014, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .info .name {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }
  /* line 4021, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .price_list {
    margin-bottom: 8px;
    padding: 12px;
  }
  /* line 4025, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .price_list li {
    margin-bottom: 8px;
  }
  /* line 4028, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .price_list li .ttl {
    font-size: 12px;
  }
  /* line 4031, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .price_list li .price {
    font-size: 16px;
  }
  /* line 4034, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .tag_list {
    gap: 6px;
  }
  /* line 4037, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .tag_list .tag_item {
    min-width: auto;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.4;
  }
  /* line 4043, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .gallery_side {
    display: none;
  }
  /* line 4046, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .booking_overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 98;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  /* line 4056, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .booking_overlay.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  /* line 4062, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .booking_drawer .booking_drawer_header {
    display: none;
  }
  /* line 4065, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side {
    width: 100%;
  }
  /* line 4069, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    max-height: 85vh;
    overflow-y: auto;
    padding: 0 15px 92px;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(100%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0.3s;
  }
  /* line 4085, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer.active {
    transform: translateY(0);
    visibility: visible;
  }
  /* line 4089, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .booking_drawer_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
    margin: 0 -15px 12px;
    padding: 16px 15px 12px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
  }
  /* line 4101, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .booking_drawer_header .booking_drawer_ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #393939;
  }
  /* line 4107, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .booking_drawer_header .booking_drawer_close {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    color: #585653;
    cursor: pointer;
  }
  /* line 4117, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan {
    margin-bottom: 20px;
    padding: 0;
  }
  /* line 4121, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan .stay_plan_ttl {
    display: none;
  }
  /* line 4125, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_message {
    margin-bottom: 12px;
    padding: 16px 8px;
  }
  /* line 4129, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_message .inquiry_message_inner {
    padding: 12px 8px;
  }
  /* line 4132, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_contact_btns {
    gap: 8px;
    margin-bottom: 12px;
  }
  /* line 4136, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_form_btn {
    display: block;
    margin: 0;
  }
  /* line 4140, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_form_btn .c_action_btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    min-height: 40px;
    border: 2px solid var(--theme-color);
    border-radius: 0;
    background: var(--theme-color);
    font-size: 15px;
    font-weight: 600;
    line-height: calc(40px - 4px);
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
  }
  /* line 4156, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .data {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 12px;
    padding: 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  /* line 4164, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .data .large {
    font-size: 20px;
  }
  /* line 4167, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list {
    margin-bottom: 20px;
  }
  /* line 4170, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list .switch_btns .switch_btn a {
    font-size: 12px;
    line-height: 32px;
  }
  /* line 4174, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list .content .monthly_price,
#agency_property_detail .side_inner .booking_drawer .plan_list .content .short_stay_price {
    padding-top: 12px;
  }
  /* line 4178, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list .content .monthly_price .price_item,
#agency_property_detail .side_inner .booking_drawer .plan_list .content .short_stay_price .price_item {
    margin-bottom: 10px;
  }
  /* line 4181, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list .content .monthly_price .price_item .period,
#agency_property_detail .side_inner .booking_drawer .plan_list .content .short_stay_price .price_item .period {
    font-size: 12px;
  }
  /* line 4184, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list .content .monthly_price .price_item .price,
#agency_property_detail .side_inner .booking_drawer .plan_list .content .short_stay_price .price_item .price {
    font-size: 16px;
  }
  /* line 4187, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .calendar {
    margin-bottom: 16px;
    padding: 0;
  }
  /* line 4191, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .calendar .month_block {
    padding: 12px 8px;
  }
  /* line 4194, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .calendar .dow_cell {
    width: auto;
    font-size: 11px;
  }
  /* line 4198, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .calendar .day_cell {
    width: auto;
    height: 32px;
  }
  /* line 4202, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .reserve_sticky {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    margin: 0;
    padding: 8px 15px 10px;
    background: #fff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
  }
  /* line 4214, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .reserve_sticky .reserve_btn {
    position: static;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  /* line 4221, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .reserve_sticky .reserve_btn_pc {
    display: none;
  }
  /* line 4224, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .reserve_sticky .reserve_btn_sp {
    display: block;
  }
  /* line 4227, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .reserve_sticky .reserve_btn .c_action_btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    min-height: 40px;
    border: 2px solid var(--theme-color);
    border-radius: 0;
    background: var(--theme-color);
    font-size: 15px;
    font-weight: 600;
    line-height: calc(40px - 4px);
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
  }
  /* line 4243, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .reserve_sticky .reserve_period {
    margin: 5px 0 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-align: center;
    color: #585653;
  }
  /* line 4252, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .ph_modal {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
  /* line 4257, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .ph_modal_inner .ph_list li img {
    width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: contain;
  }
  /* line 4263, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .ph_modal_inner .num {
    position: static;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
  }
}

@media (min-width: 769px) {
  /* line 4271, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .gallery_head {
    display: none;
  }
  /* line 4274, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .gallery_side {
    display: block;
  }
  /* line 4277, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .reserve_sticky {
    display: block;
    position: static;
    padding: 0 10px;
    box-shadow: none;
  }
  /* line 4283, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .reserve_sticky .reserve_btn_pc {
    display: block;
  }
  /* line 4286, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .reserve_sticky .reserve_btn_sp {
    display: none;
  }
  /* line 4289, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .reserve_period {
    display: none;
  }
  /* line 4292, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .booking_drawer {
    position: static;
    transform: none;
    visibility: visible;
    max-height: none;
    overflow: visible;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  /* line 4302, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .booking_drawer .booking_drawer_header {
    display: none;
  }
  /* line 4305, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .booking_drawer .stay_plan .stay_plan_ttl {
    display: block;
  }
  /* line 4308, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .stay_plan_inquiry .inquiry_form_btn {
    display: none;
  }
  /* line 4314, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side {
    align-self: stretch;
  }
  /* line 4317, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner {
    height: 100%;
  }
  /* line 4322, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_stay_plan {
    position: sticky;
    top: 82px;
  }
}

@media (max-width: 768px) {
  /* line 4329, app/assets/stylesheets/agency/style.sass */
  #agency_contact_inner {
    padding: 24px 0 64px;
  }
  /* line 4332, app/assets/stylesheets/agency/style.sass */
  #agency_contact .head {
    margin-bottom: 56px;
  }
  /* line 4335, app/assets/stylesheets/agency/style.sass */
  #agency_contact .head .title {
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 4343, app/assets/stylesheets/agency/style.sass */
  #agency_contact .head .description {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
  /* line 4350, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp {
    box-sizing: border-box;
    padding: 32px 15px 40px;
  }
  /* line 4354, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form {
    width: 100%;
    margin: 0;
  }
  /* line 4358, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item {
    margin-bottom: 24px;
  }
  /* line 4361, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item.last {
    margin-bottom: 32px;
  }
  /* line 4364, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item:last-child {
    margin-bottom: 0;
  }
  /* line 4367, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item .js-error {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
  }
  /* line 4372, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
  }
  /* line 4380, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item label.required::after {
    margin-left: 6px;
    font-size: 11px;
    letter-spacing: 0;
  }
  /* line 4385, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item input {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 14px;
    font-size: 14px;
    line-height: normal;
    color: #585653;
  }
  /* line 4397, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item input::placeholder {
    color: #a8a7a7;
    font-size: 13px;
  }
  /* line 4401, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 180px;
    height: 180px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.75;
    color: #585653;
    resize: vertical;
  }
  /* line 4415, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item textarea::placeholder {
    color: #a8a7a7;
    font-size: 13px;
  }
  /* line 4419, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .button.c_action_btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    border: 2px solid var(--theme-color);
    border-radius: 0;
    background: var(--theme-color);
    font-size: 15px;
    font-weight: 600;
    line-height: calc(40px - 4px);
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
  }
  /* line 4437, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .button.c_action_btn:hover {
    background: var(--theme-color);
    color: #fff;
  }
}

@media (max-width: 768px) {
  /* line 4444, app/assets/stylesheets/agency/style.sass */
  #agency_company_inner {
    padding: 24px 0 64px;
  }
  /* line 4447, app/assets/stylesheets/agency/style.sass */
  #agency_company .head {
    margin-bottom: 56px;
  }
  /* line 4450, app/assets/stylesheets/agency/style.sass */
  #agency_company .head .title {
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 4458, app/assets/stylesheets/agency/style.sass */
  #agency_company .head .kv {
    margin: 0 0 16px;
    line-height: 0;
  }
  /* line 4462, app/assets/stylesheets/agency/style.sass */
  #agency_company .head .kv img {
    width: 100%;
    height: auto;
    aspect-ratio: 21 / 9;
    object-fit: cover;
  }
  /* line 4468, app/assets/stylesheets/agency/style.sass */
  #agency_company .head .description {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
  /* line 4475, app/assets/stylesheets/agency/style.sass */
  #agency_company .message {
    width: 100%;
    margin: 0 0 56px;
    padding: 0 15px;
  }
  /* line 4480, app/assets/stylesheets/agency/style.sass */
  #agency_company .message p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
  /* line 4487, app/assets/stylesheets/agency/style.sass */
  #agency_company .message p:last-child {
    margin-bottom: 0;
  }
  /* line 4490, app/assets/stylesheets/agency/style.sass */
  #agency_company .message .ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 4497, app/assets/stylesheets/agency/style.sass */
  #agency_company .message .ph {
    margin-bottom: 24px;
    line-height: 0;
  }
  /* line 4501, app/assets/stylesheets/agency/style.sass */
  #agency_company .message .ph img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* line 4506, app/assets/stylesheets/agency/style.sass */
  #agency_company .about {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  /* line 4511, app/assets/stylesheets/agency/style.sass */
  #agency_company .about_ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-align: center;
  }
  /* line 4519, app/assets/stylesheets/agency/style.sass */
  #agency_company .about_list {
    border-top: 1px solid #a7a7a7;
  }
  /* line 4522, app/assets/stylesheets/agency/style.sass */
  #agency_company .about_list dt,
#agency_company .about_list dd {
    width: 100%;
    padding: 0;
    border-bottom: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
  /* line 4532, app/assets/stylesheets/agency/style.sass */
  #agency_company .about_list dt {
    padding-top: 14px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #585653;
  }
  /* line 4539, app/assets/stylesheets/agency/style.sass */
  #agency_company .about_list dt:first-child {
    padding-top: 12px;
  }
  /* line 4542, app/assets/stylesheets/agency/style.sass */
  #agency_company .about_list dd {
    padding: 2px 0 14px;
    border-bottom: 1px solid #a7a7a7;
  }
}

@media (max-width: 768px) {
  /* line 4549, app/assets/stylesheets/agency/style.sass */
  #agency_terms_inner {
    padding: 24px 0 64px;
  }
  /* line 4552, app/assets/stylesheets/agency/style.sass */
  #agency_terms .head {
    margin-bottom: 15px;
  }
  /* line 4555, app/assets/stylesheets/agency/style.sass */
  #agency_terms .head .title {
    padding: 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 4562, app/assets/stylesheets/agency/style.sass */
  #agency_terms .terms {
    padding: 0 15px;
  }
  /* line 4565, app/assets/stylesheets/agency/style.sass */
  #agency_terms .terms__body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #585653;
  }
}

/* line 4577, app/assets/stylesheets/agency/style.sass */
#agency_area_search #agency_area_search_inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* line 4583, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_layout {
  display: flex;
  align-items: stretch;
  min-height: calc(100vh - 72px);
  background: #fff;
}

/* line 4589, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_sidebar {
  display: flex;
  flex-direction: column;
  width: 58%;
  max-width: 760px;
  flex-shrink: 0;
  border-right: 1px solid #e8e8e8;
  background: #fff;
}

/* line 4599, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_sheet_handle {
  display: none;
}

/* line 4602, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_toolbar {
  flex-shrink: 0;
  padding: 24px 24px 12px;
}

/* line 4606, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: var(--theme-color);
}

/* line 4614, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_search {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 12px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.08);
}

/* line 4621, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_search .input {
  flex: 1;
  min-width: 0;
  height: 40px;
  border: 1px solid #ccc;
  border-right: none;
  padding: 0 14px;
  font-size: 13px;
  line-height: 40px;
  color: #585653;
}

/* line 4632, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_search .input::placeholder {
  color: #A8A7A7;
}

/* line 4635, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_search .input:focus {
  outline: none;
}

/* line 4638, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_search .button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 42px;
  margin: 0;
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all .2s ease;
}

/* line 4656, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_search .button:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 4660, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_filters {
  margin-top: 4px;
}

/* line 4663, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_filters__summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #585653;
  cursor: pointer;
  list-style: none;
}

/* line 4674, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_filters__summary::-webkit-details-marker {
  display: none;
}

/* line 4677, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_filters__summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #585653;
  border-bottom: 2px solid #585653;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

/* line 4686, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_filters[open] .area_search_filters__summary::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

/* line 4690, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_filters__body {
  margin-top: 12px;
}

/* line 4693, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_filters__body .map_feature_filters {
  margin-bottom: 0;
}

/* line 4696, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_view_toggle {
  display: none;
}

/* line 4699, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_results {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 8px 24px 24px;
}

/* line 4707, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_cards_view[hidden],
#agency_area_search .area_search_detail_view[hidden] {
  display: none !important;
}

/* line 4710, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_cards_count {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #393939;
}

/* line 4717, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_cards_count .count {
  margin: 0 4px;
  font-size: 22px;
  font-weight: 500;
  color: var(--theme-color);
}

/* line 4723, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_cards_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
}

/* line 4728, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card {
  width: 100%;
}

/* line 4731, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card__button {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}

/* line 4741, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card__button:hover {
  border-color: var(--theme-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* line 4745, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card.is-active .map_property_card__button {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 1px var(--theme-color);
}

/* line 4749, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .top {
  min-height: auto;
}

/* line 4752, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .ph {
  width: 100%;
  height: 150px;
  border: none;
  border-bottom: 1px solid #eee;
}

/* line 4758, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 4763, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .info {
  padding: 10px 12px 12px;
}

/* line 4767, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .info .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

/* line 4775, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .info .num {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/* line 4780, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .info .num .icon {
  display: inline-flex;
  margin-right: 6px;
}

/* line 4785, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .info .num .icon svg.person_01 {
  width: 11px;
  height: 14px;
}

/* line 4789, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .info .num .icon svg.person_02 {
  width: 17px;
  height: 14px;
}

/* line 4793, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .info .num .icon svg.person_03 {
  width: 19px;
  height: 11px;
}

/* line 4797, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .text {
  font-size: 14px;
  line-height: 1.4;
}

/* line 4801, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card__more {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: var(--theme-color);
}

/* line 4808, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 12px 12px;
}

/* line 4815, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .tag_list .tag_item {
  min-width: auto;
  padding: 1px 10px;
  background: var(--theme-color);
  font-size: 11px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

/* line 4826, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_back_btn {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: var(--theme-color);
  cursor: pointer;
}

/* line 4839, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_back_btn::before {
  content: "←";
  margin-right: 6px;
}

/* line 4843, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_detail_ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #585653;
}

/* line 4852, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .property_list {
  margin-bottom: 0;
}

/* line 4855, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item {
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

/* line 4863, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* line 4868, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_left {
  width: 280px;
  flex-shrink: 0;
}

/* line 4873, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider.slick-dotted {
  margin-bottom: 6px;
}

/* line 4876, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-list {
  width: 100%;
  height: auto;
  aspect-ratio: 200 / 130;
}

/* line 4881, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-track,
#agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-slide {
  height: 100%;
}

/* line 4885, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-dots {
  margin-top: 6px;
}

/* line 4888, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right {
  flex: 1;
  min-width: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  min-height: 182px;
}

/* line 4896, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top {
  flex: 1;
  margin-bottom: 0;
}

/* line 4901, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .flex {
  margin-bottom: 8px;
}

/* line 4904, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
}

/* line 4909, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .room_type {
  margin-bottom: 0;
  font-size: 18px;
}

/* line 4913, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .address {
  font-size: 12px;
  line-height: 1.5;
}

/* line 4917, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only {
  margin-top: auto;
  justify-content: flex-end;
  align-items: flex-end;
}

/* line 4923, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .right .btn {
  width: 104px;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
}

/* line 4929, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_map_column {
  flex: 1;
  position: sticky;
  top: 72px;
  align-self: flex-start;
  height: calc(100vh - 72px);
  min-width: 0;
}

/* line 4937, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_map_column .map {
  width: 100%;
  height: 100%;
  border: none;
}

/* line 4942, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_map_column .map_inner,
#agency_area_search .area_search_map_column .map_canvas {
  height: 100%;
}

/* line 4946, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_map_column .property-map .map_inner {
  height: 100%;
}

/* line 4950, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_feature_filters .ttl {
  display: none;
}

/* line 4953, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_feature_filters__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

/* line 4958, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_feature_filters__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

/* line 4974, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_feature_filters__item:hover {
  border-color: #d4d4d4;
}

/* line 4977, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_feature_filters__item:has(.map_feature_filters__input:checked) {
  border-color: var(--theme-color);
  background: var(--theme-color);
}

/* line 4981, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_feature_filters__item:has(.map_feature_filters__input:checked) .map_feature_filters__name {
  color: #fff;
  font-weight: 600;
}

/* line 4985, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_feature_filters__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* line 4992, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_feature_filters__icon {
  display: none;
}

/* line 4995, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_feature_filters__name {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  color: #585653;
}

/* line 5002, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_empty {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 5012, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_layout {
    position: relative;
    height: calc(100vh - 56px);
    min-height: auto;
    overflow: hidden;
  }
  /* line 5018, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_sidebar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    max-width: none;
    max-height: 100px;
    border-right: none;
    border-radius: 16px 16px 0 0;
    background: #fff;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  /* line 5034, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_layout.is-sheet-expanded .area_search_sidebar {
    max-height: calc(100% - 24px);
  }
  /* line 5038, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_sheet_handle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    width: 100%;
    height: 100px;
    padding: 12px 15px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  /* line 5052, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_sheet_handle .area_search_sheet_grip {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #d4d4d4;
  }
  /* line 5058, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_sheet_handle .area_search_sheet_label {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #585653;
  }
  /* line 5064, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_toolbar {
    padding: 4px 15px 12px;
  }
  /* line 5068, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_title {
    display: none;
  }
  /* line 5071, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_search {
    flex-direction: column;
    gap: 10px;
    box-shadow: none;
  }
  /* line 5076, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_search .input {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 14px;
    font-size: 15px;
    line-height: 38px;
  }
  /* line 5087, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_search .button {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    min-height: 40px;
    border: 2px solid var(--theme-color);
    border-radius: 3px;
    font-size: 15px;
    line-height: calc(40px - 4px);
  }
  /* line 5098, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__summary {
    font-size: 13px;
  }
  /* line 5102, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters {
    padding: 0;
  }
  /* line 5105, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  /* line 5109, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__item {
    flex-direction: row;
    justify-content: center;
    gap: 0;
    min-height: 40px;
    padding: 8px 10px;
    border-radius: 0;
  }
  /* line 5117, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__item:hover {
    border-color: #d4d4d4;
  }
  /* line 5120, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__item:has(.map_feature_filters__input:checked) {
    border-color: var(--theme-color);
    background: var(--theme-color);
  }
  /* line 5124, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__item:has(.map_feature_filters__input:checked) .map_feature_filters__name {
    color: #fff;
    font-weight: 600;
  }
  /* line 5128, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__icon {
    display: none;
  }
  /* line 5131, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__name {
    font-size: 11px;
  }
  /* line 5135, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_view_toggle {
    display: none;
  }
  /* line 5138, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_results {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px 24px;
  }
  /* line 5145, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .map_property_cards_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  /* line 5150, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .map_property_card .ph {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  /* line 5155, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_map_column {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    height: auto;
    padding: 0;
  }
  /* line 5165, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_map_column .map,
#agency_area_search .area_search_map_column .map_inner,
#agency_area_search .area_search_map_column .map_canvas {
    width: 100%;
    height: calc(100vh - 56px);
    min-height: 0;
    border: none;
    aspect-ratio: auto;
  }
  /* line 5177, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
  }
  /* line 5185, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  /* line 5190, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_left {
    width: 100%;
    flex-shrink: 0;
  }
  /* line 5195, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-list {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }
  /* line 5200, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-track,
#agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-slide {
    height: 100%;
  }
  /* line 5204, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
    min-height: auto;
  }
  /* line 5212, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .top {
    margin-bottom: 0;
  }
  /* line 5216, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .flex {
    margin-bottom: 0;
  }
  /* line 5218, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .title {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  /* line 5223, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .address {
    font-size: 12px;
  }
  /* line 5227, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only {
    display: block;
    margin-top: 6px;
  }
  /* line 5231, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .right {
    width: 100%;
  }
  /* line 5234, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .right .btn.c_action_btn,
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .right .btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: none;
    min-height: 0;
    height: auto;
    padding: 0;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *





 */
