/* 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 84, app/assets/stylesheets/agency/common.sass */
.none {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 140, 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 140, app/assets/stylesheets/agency/common.sass */
  header {
    height: 32px;
    padding: 0 15px;
    border-bottom: 1px solid #A7A7A7;
  }
}

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  /* line 182, app/assets/stylesheets/agency/common.sass */
  header .right {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    width: 50vw;
    max-width: 280px;
    height: 100vh;
    padding-top: 56px;
    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 207, app/assets/stylesheets/agency/common.sass */
  header .right .nav {
    flex: 1;
  }
}

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

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

/* line 215, 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 215, app/assets/stylesheets/agency/common.sass */
  header .right .nav ul li {
    margin-right: 0;
    border-bottom: 1px solid #f0f0f0;
  }
}

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

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

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

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

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

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

/* line 245, 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 255, 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 262, app/assets/stylesheets/agency/common.sass */
header .right .nav ul li.logout form {
  display: flex;
  align-items: center;
}

/* line 265, 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 265, app/assets/stylesheets/agency/common.sass */
  header .right .nav ul li.logout .logout_btn {
    padding: 16px 20px;
    font-size: 15px;
    text-decoration: none;
  }
}

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

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

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

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

/* line 295, 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 295, app/assets/stylesheets/agency/common.sass */
  header .right .nav ul li a::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

/* line 343, 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 343, 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 360, app/assets/stylesheets/agency/common.sass */
.nav ul li.lang_switch .lang_switch_list li {
  margin-right: 0;
  border-bottom: none;
}

/* line 363, 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 363, app/assets/stylesheets/agency/common.sass */
  .nav ul li.lang_switch .lang_switch_list .lang_switch_link {
    text-align: center;
  }
}

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

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

/* line 376, 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 380, 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 380, app/assets/stylesheets/agency/common.sass */
  footer {
    flex-direction: column;
    padding: 20px 15px;
  }
}

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

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

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

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

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

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

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

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

/* line 414, 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 414, app/assets/stylesheets/agency/common.sass */
  footer .left .link li a {
    margin-right: 0;
  }
}

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

/* line 424, 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 434, app/assets/stylesheets/agency/common.sass */
footer .right .copyright {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #585653;
}

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

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

/* line 447, 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 456, app/assets/stylesheets/agency/common.sass */
.c_flash.notice {
  background: var(--theme-color);
}

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

/* line 462, 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 469, app/assets/stylesheets/agency/common.sass */
.c_btn a:hover {
  background: #fff;
  color: var(--theme-color);
}

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

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

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

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

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

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

@media (max-width: 768px) {
  /* line 509, 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 520, app/assets/stylesheets/agency/common.sass */
  .c_menu_btn span:nth-child(1) {
    top: 14px;
  }
}

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

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

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

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

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

/* line 542, 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 542, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_left {
    width: 100%;
    height: auto;
  }
}

/* line 550, 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 554, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .slick-slider {
  position: relative;
  overflow: visible;
}

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

/* line 559, 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 559, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_left .slick-slider .slick-list {
    height: auto;
  }
}

/* line 564, 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 564, 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 570, 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 573, 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 579, 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 589, 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 595, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .slick-slider .slick-dots li button {
  display: none;
}

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

/* line 599, 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 599, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right {
    width: 100%;
  }
}

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

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

/* line 613, 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 613, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .top .left .flex {
    margin-bottom: 5px;
  }
}

/* line 618, 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 624, 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 632, 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 637, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .left .num .icon svg {
  display: block;
}

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

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

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

/* line 648, 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 648, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .top .left .title {
    margin-bottom: 5px;
    line-height: 1.5;
  }
}

/* line 658, 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 665, 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 665, 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 677, 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 677, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .top .left .address .map_link {
    margin-top: 5px;
    margin-left: 0;
  }
}

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

/* line 691, 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 694, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .right {
  padding-top: 33px;
}

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

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

/* line 701, 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 708, 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 715, 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 722, 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 722, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

/* line 732, 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 732, 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 739, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .bottom .left .price_list .price_item {
    width: 50%;
  }
}

/* line 742, 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 742, 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 749, 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 758, 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 765, 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 765, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .bottom .left .price_list .price_item .price {
    width: 100%;
  }
}

/* line 770, 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 776, 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 783, 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 791, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .bottom .right {
    width: 100%;
  }
}

/* line 794, 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 794, app/assets/stylesheets/agency/common.sass */
  .c_property_list_item .item_right .bottom .right .btn {
    width: 100%;
  }
}

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

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

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

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

/* line 822, 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 827, 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 837, app/assets/stylesheets/agency/common.sass */
.c_pagination li a.prev, .c_pagination li a.next {
  width: 84px;
}

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

/* line 841, 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 847, app/assets/stylesheets/agency/common.sass */
.c_form {
  width: 600px;
  margin: 0 auto;
}

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

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

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

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

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

/* line 865, 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 870, app/assets/stylesheets/agency/common.sass */
.c_form .form_error_summary .form_error_list {
  margin-top: 4px;
}

/* line 872, 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 876, app/assets/stylesheets/agency/common.sass */
.c_form .form_item {
  margin-bottom: 20px;
}

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

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

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

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

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

/* line 889, 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 889, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item .js-error {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
  }
}

/* line 900, 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 900, 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 916, 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 916, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item label.required::after {
    margin-left: 6px;
    font-size: 11px;
    letter-spacing: 0;
  }
}

/* line 928, 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 928, 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 949, 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 949, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item input:not([type="checkbox"]):not([type="submit"])::placeholder {
    color: #a8a7a7;
    font-size: 13px;
  }
}

/* line 954, 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 954, app/assets/stylesheets/agency/common.sass */
  .c_form .form_item select {
    height: 48px;
    padding: 0 30px 0 14px;
  }
}

/* line 968, 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 974, 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 974, 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 997, app/assets/stylesheets/agency/common.sass */
.c_form .form_item textarea::placeholder {
  color: #A8A7A7;
}

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

/* line 1002, 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 1009, 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 1018, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .terms_content_wrap::-webkit-scrollbar {
  width: 6px;
}

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

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

/* line 1025, 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 1031, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .terms_content p:last-child {
  margin-bottom: 0;
}

/* line 1033, 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 1039, 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 1046, 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 1059, 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 1062, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .check_box .check.js-error_box {
  border-color: #EA5A61;
}

/* line 1064, 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 1072, 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 1078, 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 1078, 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 1109, app/assets/stylesheets/agency/common.sass */
.c_form .button.c_action_btn:hover {
  background: #fff;
  color: var(--theme-color);
}

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

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

/* line 1119, 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 1128, 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;
}

@media (max-width: 768px) {
  /* line 81, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv {
    margin-bottom: 180px;
  }
}

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

/* line 90, 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 90, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form {
    flex-direction: column;
    width: calc(100vw - 30px);
    height: auto;
    bottom: -151px;
  }
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  /* line 125, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form input.area {
    width: 100%;
    padding-top: 3px;
    padding-left: 0;
    border-right: none;
    border-bottom: 1px solid #A8A7A7;
    text-align: center;
  }
}

/* line 135, 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 135, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form input.date {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #A8A7A7;
  }
}

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

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

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

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

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties {
    margin-bottom: 80px;
  }
}

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

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

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

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

/* line 175, 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 175, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties_inner .new_properties_list .new_properties_item {
    width: 100%;
  }
}

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

/* line 188, 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 190, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .top {
  min-height: 274px;
}

/* line 192, 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 192, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties_inner .new_properties_list .new_properties_item .top .ph {
    width: 100%;
    height: auto;
  }
}

/* line 200, 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 205, 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: 10px;
  padding-top: 9px;
}

/* line 211, 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 217, 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 226, 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 229, 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 232, 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 235, 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 238, 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 244, 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;
}

/* line 248, 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 258, app/assets/stylesheets/agency/style.sass */
#agency_top .area_search {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  /* line 258, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search {
    margin-bottom: 80px;
  }
}

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

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

/* line 268, 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 268, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search_inner .head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  /* line 277, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search_inner .head .c_content_ttl {
    margin-bottom: 10px;
  }
}

/* line 280, 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 283, 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 283, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search_inner .head .search input {
    width: calc(100% - 156px);
  }
}

/* line 294, 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 305, app/assets/stylesheets/agency/style.sass */
#agency_top .area_search_inner .head .search button:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 308, 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 308, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search_inner .map {
    width: 100%;
    height: auto;
  }
}

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

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

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

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

@media (max-width: 768px) {
  /* line 323, app/assets/stylesheets/agency/style.sass */
  #agency_top .special {
    margin-bottom: 80px;
    padding: 30px 0;
  }
}

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

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

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

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

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

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

/* line 347, 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 347, app/assets/stylesheets/agency/style.sass */
  #agency_top .special_inner .special_list_item .ph {
    width: 100%;
    height: auto;
  }
}

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

/* line 358, 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 362, 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 369, app/assets/stylesheets/agency/style.sass */
#agency_top .review {
  margin-bottom: 118px;
}

@media (max-width: 768px) {
  /* line 369, app/assets/stylesheets/agency/style.sass */
  #agency_top .review {
    margin-bottom: 80px;
  }
}

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

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

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

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

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

/* line 387, 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 387, app/assets/stylesheets/agency/style.sass */
  #agency_top .review_inner .review_list .review_item {
    width: 100%;
  }
}

/* line 393, 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 404, 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 411, app/assets/stylesheets/agency/style.sass */
#agency_top .review_inner .review_list .review_item .star li svg {
  width: 24px;
  height: 24px;
}

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

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

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

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

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

/* line 432, 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 439, 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 439, app/assets/stylesheets/agency/style.sass */
  #agency_property_inner .head .description {
    margin-bottom: 20px;
  }
}

/* line 448, 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 456, 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 461, 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 467, app/assets/stylesheets/agency/style.sass */
#agency_property_inner .property_list {
  margin-bottom: 130px;
}

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

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

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

/* line 480, 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 480, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .photos {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
  }
}

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

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

/* line 495, 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 495, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .photos .photos_main .kv {
    position: static;
    margin-bottom: 10px;
  }
}

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

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

/* line 508, 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 508, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .photos .photos_main .kv img {
    width: 100%;
    height: auto;
  }
}

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

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

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

/* line 526, 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 532, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .photos .photos_side .gallery .gallery_list li a:hover {
  opacity: 0.8;
}

/* line 534, 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 539, 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 555, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .contents {
  display: flex;
  justify-content: space-between;
}

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

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

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

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

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

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

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

/* line 578, 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 578, 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 588, 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 596, 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 600, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .flex .num .icon svg {
  display: block;
}

/* line 602, 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 605, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .flex .num .icon svg.person_02 {
  width: 28px;
  height: 23px;
}

/* line 608, 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 611, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .address {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 611, 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 624, 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 624, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .head .address .map_link {
    margin-left: 0;
  }
}

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

/* line 637, 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 640, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .head .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 644, 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 654, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .room_overview {
  margin-bottom: 48px;
}

/* line 656, 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 663, 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 663, 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 674, 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 674, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .room_overview .data_list li {
    width: calc(50% - 5px);
  }
}

/* line 679, 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 687, 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 687, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .room_overview .data_list li .value {
    padding: 10px 0;
  }
}

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

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

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

/* line 705, 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 712, 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 712, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .detail .property_overview .features_list {
    width: 330px;
    margin: 0 auto 23px;
  }
}

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

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

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

/* line 726, 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 729, 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 739, 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 744, 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 751, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .description_inner p:last-child {
  margin-bottom: 0;
}

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

/* line 757, 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 765, 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 773, 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 783, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .content_ttl {
  margin-block: 45px;
}

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

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

/* line 789, 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 789, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .content {
    flex-direction: column;
  }
}

/* line 795, 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 795, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left {
    width: 100%;
  }
}

/* line 800, 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 813, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .slider {
  position: relative;
  margin-bottom: 5px;
}

/* line 816, 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 821, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .slider li img {
    width: 100%;
  }
}

/* line 824, 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 831, 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 831, 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 838, 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 838, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .thumb_slider li img {
    width: 100%;
  }
}

/* line 842, 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 842, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right {
    width: 100%;
  }
}

/* line 847, 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 855, 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 860, 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 865, 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 867, 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 875, 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 878, 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 880, 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 888, 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 891, 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 895, 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 901, 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 903, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .total_price .price {
  margin-right: -8px;
}

/* line 905, 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 914, 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 920, 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 928, 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 928, 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 935, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item:last-child {
  margin-bottom: 0;
}

/* line 937, 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 937, 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 948, 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 948, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .period_box {
    width: 50%;
  }
}

/* line 952, 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 964, 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 972, 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 974, 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 974, 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 980, 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 980, 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 991, 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 994, 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 994, 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 1004, 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 1004, 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 1009, 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 1009, 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 1017, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box {
    width: 100%;
  }
}

/* line 1021, 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 1021, 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 1034, 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 1037, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay {
  margin-bottom: 89px;
}

/* line 1039, 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 1039, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content {
    flex-direction: column;
  }
}

/* line 1044, 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 1044, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .left {
    width: 100%;
  }
}

/* line 1049, 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 1062, 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 1065, 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 1070, 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 1077, 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 1077, 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 1084, 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 1084, 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 1088, 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 1088, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right {
    width: 100%;
  }
}

/* line 1093, 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 1100, 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 1107, 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 1115, 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 1119, 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 1128, 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 1131, 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 1135, 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 1143, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .nearby_properties .content_ttl {
  margin-bottom: 32px;
}

/* line 1145, 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 1145, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list {
    flex-direction: column;
  }
}

/* line 1151, 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 1157, 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 1159, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .nearby_properties .nearby_properties_list_item .top .ph img {
    width: 100%;
  }
}

/* line 1163, 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 1168, 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 1174, 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 1182, 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 1185, 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 1188, 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 1196, 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 1200, 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 1205, 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 1207, 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 1213, 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 1221, 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 1224, 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 1226, 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 1229, 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 1232, 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 1242, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side {
  width: 310px;
}

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

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

/* line 1249, 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 1256, 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 1268, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .data .large {
  margin: 0 4px;
  font-size: 24px;
}

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

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

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

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

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

/* line 1281, 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 1291, 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 1296, 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 1299, 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 1301, 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 1306, 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 1308, 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 1314, 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 1322, 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 1325, 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 1327, 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 1331, 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 1337, 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 1344, 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 1348, 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 1353, 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 1355, 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 1359, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar {
  margin-bottom: 30px;
  padding: 0 10px;
}

/* line 1364, 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 1368, 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 1370, 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 1377, 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 1380, 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 1383, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .calendar_slide_up {
  margin-bottom: 17px;
}

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

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

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

/* line 1394, 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 1399, 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 1409, 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 1413, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .month_title .year {
  margin-right: 3px;
}

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

/* line 1418, 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 1423, 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 1430, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .dow_cell.sat {
  color: #3632A7;
}

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

/* line 1434, 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 1439, 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 1450, 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 1455, 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 1464, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.booked {
  background: #EFEFEF;
  cursor: not-allowed;
}

/* line 1467, 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 1475, 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 1479, 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 1484, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.selected span {
  color: #fff;
}

/* line 1486, 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 1490, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.in_range span {
  color: #fff;
}

/* line 1492, 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 1501, 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 1510, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell.range_end:after {
  display: none;
}

/* line 1513, 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 1517, 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 1521, 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 1525, 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 1530, 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 1539, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .info_bar.visible {
  display: block;
}

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

/* line 1544, 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 1554, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .reserve_btn a:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 1557, 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 1557, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .ph_modal {
    width: 80vw;
    height: auto;
    max-height: none;
  }
}

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

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

/* line 1579, 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 1579, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .ph_modal_inner .name {
    top: -26px;
    font-size: 15px;
  }
}

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

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

/* line 1598, 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 1598, 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 1602, 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 1602, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .ph_modal_inner .arrow_left {
    left: -24px;
  }
}

/* line 1608, 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 1608, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .ph_modal_inner .arrow_right {
    right: -24px;
  }
}

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

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

/* line 1621, 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 1621, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .ph_modal_inner .ph_list li img {
    width: 100%;
    max-height: none;
  }
}

/* line 1632, 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 1640, 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 1650, 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 1662, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .ph_modal_bg.active {
  opacity: 1;
  pointer-events: auto;
}

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

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

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

/* line 1678, 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 1686, 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 1696, app/assets/stylesheets/agency/style.sass */
#agency_feature_inner .head .kv {
  order: 3;
  margin-bottom: 18px;
}

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

/* line 1702, 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 1710, 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 1719, 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 1725, app/assets/stylesheets/agency/style.sass */
#agency_feature_inner .property_list {
  margin-bottom: 130px;
}

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

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

/* line 1736, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head {
  margin-bottom: 58px;
}

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

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

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

/* line 1750, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .search {
  display: flex;
  margin-bottom: 25px;
}

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

/* line 1755, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .search .input {
  width: 630px;
  line-height: 42px;
  border: 1px solid #ccc;
  border-width: 1px 0px 1px 1px;
  padding: 0 10px;
  font-size: 12px;
  color: #585653;
}

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

/* line 1765, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .search .input::placeholder {
  color: #A8A7A7;
}

/* line 1767, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .search .input:focus {
  outline: none;
}

/* line 1769, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .search .button {
  width: 156px;
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  color: #FFF;
  transition: all .3s;
}

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

/* line 1782, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_feature_filters {
  margin-bottom: 70px;
}

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

/* line 1786, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_feature_filters .ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

/* line 1793, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_feature_filters__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

/* line 1797, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_feature_filters__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 0;
  padding: 12px 8px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

/* line 1812, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_feature_filters__item:hover {
  border-color: color-mix(in srgb, var(--theme-color) 35%, #d4d4d4);
}

/* line 1814, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_feature_filters__item:has(.map_feature_filters__input:checked) {
  border-color: var(--theme-color);
  background: color-mix(in srgb, var(--theme-color) 5%, #fff);
}

/* line 1817, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_feature_filters__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* line 1823, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_feature_filters__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1827, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_feature_filters__icon svg {
  display: block;
  width: 40px;
  height: 38px;
  fill: var(--theme-color);
}

/* line 1832, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_feature_filters__name {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  color: #585653;
}

/* line 1838, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .checkbox {
  margin-bottom: 70px;
}

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

/* line 1842, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .checkbox.room_overview {
  margin-bottom: 33px;
}

/* line 1844, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .checkbox .ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

/* line 1851, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .checkbox .list {
  display: flex;
  gap: 26px;
}

@media (max-width: 768px) {
  /* line 1851, app/assets/stylesheets/agency/style.sass */
  #agency_area_search_inner .head .checkbox .list {
    flex-wrap: wrap;
    gap: 15px;
  }
}

/* line 1857, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .checkbox .list .check {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

/* line 1866, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .checkbox .list .check:has(input[type="checkbox"]:checked)::after {
  opacity: 1;
}

/* line 1868, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .checkbox .list .check::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 15px;
  border: 1px solid #ccc;
}

/* line 1877, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .checkbox .list .check::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 9px;
  background: var(--theme-color);
  opacity: 0;
}

/* line 1888, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner {
  position: relative;
  z-index: 1;
}

/* line 1891, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_canvas {
  width: 100%;
  height: 564px;
}

/* line 1894, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .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 1894, app/assets/stylesheets/agency/style.sass */
  #agency_area_search_inner .head .map_inner .map_modal {
    width: calc(100% - 30px);
  }
}

/* line 1909, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_modal.active {
  opacity: 1;
  pointer-events: auto;
}

/* line 1912, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .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 1921, app/assets/stylesheets/agency/style.sass */
  #agency_area_search_inner .head .map_inner .map_modal .ph img {
    width: 100%;
  }
}

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

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

/* line 1936, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .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 1944, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_modal .info .num .icon {
  margin-right: 6px;
}

/* line 1946, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_modal .info .num .icon .person_01 {
  width: 11px;
  height: 14px;
}

/* line 1949, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_modal .short_stay, #agency_area_search_inner .head .map_inner .map_modal .monthly {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 37px;
  padding: 0 26px 0 20px;
  background: #F5F5F5;
}

/* line 1956, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_modal .short_stay .ttl, #agency_area_search_inner .head .map_inner .map_modal .monthly .ttl {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 1962, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_modal .short_stay .price, #agency_area_search_inner .head .map_inner .map_modal .monthly .price {
  display: flex;
  align-items: flex-end;
}

/* line 1965, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_modal .short_stay .price .unit, #agency_area_search_inner .head .map_inner .map_modal .monthly .price .unit {
  margin-right: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

/* line 1972, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_modal .short_stay .price .value, #agency_area_search_inner .head .map_inner .map_modal .monthly .price .value {
  margin-right: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-color);
}

/* line 1979, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_modal .short_stay .price .night, #agency_area_search_inner .head .map_inner .map_modal .short_stay .price .month, #agency_area_search_inner .head .map_inner .map_modal .monthly .price .night, #agency_area_search_inner .head .map_inner .map_modal .monthly .price .month {
  margin-bottom: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #585653;
}

/* line 1986, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_modal .monthly {
  margin-bottom: 20px;
}

/* line 1988, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_modal .btn {
  margin-bottom: 16px;
}

/* line 1990, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .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 2004, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_modal .btn a:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 2007, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .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 2017, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .head .map_inner .map_modal_bg.active {
  opacity: 1;
  pointer-events: auto;
}

/* line 2020, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .property {
  padding: 0 15px;
}

/* line 2022, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .property_ttl {
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

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

/* line 2034, app/assets/stylesheets/agency/style.sass */
#agency_area_search_inner .property .property_list {
  margin-bottom: 0;
}

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

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

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

/* line 2047, 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 2054, 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 2060, app/assets/stylesheets/agency/style.sass */
#agency_contact_inner .form_warp {
  padding: 75px 0 82px;
  background: #F5F5F5;
}

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

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

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

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

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

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

/* line 2076, 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 2083, 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 2093, 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 2101, 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 2101, app/assets/stylesheets/agency/style.sass */
  #agency_contact_inner .form_warp form .form_item input {
    width: calc(100% - 20px);
  }
}

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

/* line 2113, 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 2113, app/assets/stylesheets/agency/style.sass */
  #agency_contact_inner .form_warp form .form_item textarea {
    width: calc(100% - 20px);
  }
}

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

/* line 2126, 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 2126, app/assets/stylesheets/agency/style.sass */
  #agency_contact_inner .form_warp form .button {
    width: 100%;
  }
}

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

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

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

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

/* line 2154, 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 2154, app/assets/stylesheets/agency/style.sass */
  #agency_company_inner .head .title {
    padding: 0 15px;
  }
}

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

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

/* line 2168, 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 2168, app/assets/stylesheets/agency/style.sass */
  #agency_company_inner .head .description {
    padding: 0 15px;
  }
}

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

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

/* line 2183, 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 2190, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .message p:last-child {
  margin-bottom: 0;
}

/* line 2192, 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 2199, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .message .ph {
  margin-bottom: 47px;
  border: 1px solid #ccc;
}

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

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

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

/* line 2212, 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 2220, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .about_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #A7A7A7;
}

/* line 2224, 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 2231, app/assets/stylesheets/agency/style.sass */
#agency_company_inner .about_list dt {
  width: 97px;
  padding-left: 17px;
}

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

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

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

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

/* line 2247, 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 2254, 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 2263, app/assets/stylesheets/agency/style.sass */
.property-map .map_inner {
  position: relative;
  z-index: 1;
}

/* line 2266, 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 2266, app/assets/stylesheets/agency/style.sass */
  .property-map .map_modal {
    width: calc(100% - 30px);
  }
}

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

/* line 2284, 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 2293, app/assets/stylesheets/agency/style.sass */
  .property-map .map_modal .ph img {
    width: 100%;
  }
}

/* line 2296, 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 2302, 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 2308, 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 2316, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal .info .num .icon {
  margin-right: 6px;
}

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

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

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

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

/* line 2330, 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 2344, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal .btn a:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 2347, 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 2357, app/assets/stylesheets/agency/style.sass */
.property-map .map_modal_bg.active {
  opacity: 1;
  pointer-events: auto;
}

/* line 2363, 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 2363, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp .form_error_summary {
    max-width: 100%;
  }
}

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

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

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

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

/* line 2385, 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 2391, 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 2397, app/assets/stylesheets/agency/style.sass */
#agency_contact .form_warp .confirm_list .confirm_item dd.pre {
  white-space: pre-wrap;
}

/* line 2399, 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 2399, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp .confirm_actions {
    flex-direction: column-reverse;
    width: 100%;
  }
}

/* line 2408, 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 2408, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp .confirm_actions .button {
    max-width: 100%;
  }
}

/* line 2414, 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 2425, app/assets/stylesheets/agency/style.sass */
#agency_contact .form_warp .confirm_actions .c_back_btn:hover {
  background: var(--theme-color);
  color: #fff;
}

/* line 2428, 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 2428, app/assets/stylesheets/agency/style.sass */
  #agency_contact .complete_box {
    width: 100%;
    padding: 40px 15px;
  }
}

/* line 2436, 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 2442, 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 2448, 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 2460, app/assets/stylesheets/agency/style.sass */
#agency_contact .complete_box .button:hover {
  background: #fff;
  color: var(--theme-color);
}

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

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

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

/* line 2472, 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 2480, 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 2487, app/assets/stylesheets/agency/style.sass */
#agency_sign_up_inner .form_warp {
  padding: 48px 0 64px;
  background: #F5F5F5;
}

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

/* line 2492, 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 2492, app/assets/stylesheets/agency/style.sass */
  #agency_sign_up_inner .form_warp form {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 15px 60px;
  }
}

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

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

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

/* line 2510, 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 2518, 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 2525, app/assets/stylesheets/agency/style.sass */
#agency_log_in_inner .form_warp {
  padding: 48px 0 64px;
  background: #F5F5F5;
}

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

/* line 2530, 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 2530, app/assets/stylesheets/agency/style.sass */
  #agency_log_in_inner .form_warp form {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 15px 60px;
  }
}

/* line 2541, 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 2541, 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 2546, 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 2548, 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 2556, 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 2556, 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 2567, 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 2567, 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 2575, 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 2578, 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 2580, 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 2580, 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 2591, 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 2593, 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 2609, 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 2609, 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 2618, 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 2618, 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 2626, 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 2629, 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 2636, 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 2639, 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 2639, 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 2648, 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 2648, 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 2658, 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 2660, 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 2662, 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 2666, 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 2666, 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 2674, 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 2674, 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 2684, 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 2687, 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 2687, 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 2693, 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 2693, 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 2699, 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 2699, 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 2705, 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 2705, 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 2713, 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 2721, 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 2723, 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 2731, 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 2740, 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 2748, 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 2751, 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 2753, 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 2755, 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 2760, 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 2762, 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 2764, 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 2767, 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 2769, 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 2773, 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 2773, 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 2784, 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 2789, 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 2794, 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 2796, 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 2796, 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 2806, 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 2809, 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 2811, 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 2811, 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 2821, 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 2821, 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 2826, 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 2830, 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 2830, 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 2838, 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 2840, 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 2842, 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 2842, 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 2853, 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 2853, 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 2861, 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 2869, 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 2869, 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 2878, 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 2884, 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 2887, 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 2890, 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 2900, 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 2912, 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 2914, 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 2924, 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 2932, 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 2934, 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 2946, 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 2957, 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 2960, 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 2963, 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 2963, 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 2972, 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 2974, 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 2981, 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 2984, 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 2986, 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 2995, 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 2999, 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 3001, 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 3003, 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 3005, 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 3007, 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 3016, 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 3029, 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 3035, 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 3038, 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 3041, 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 3047, 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 3047, 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 3057, 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 3066, 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 3069, 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 3073, 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 3080, 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 3086, 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 3088, 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 3098, 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 3098, 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 3110, 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 3110, 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 3119, 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 3121, 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 3123, 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 3130, 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 3133, 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 3140, 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 3147, 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 3154, 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 3157, 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 3157, 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 3167, 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 3174, 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 3177, 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 3179, 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 3188, 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 3192, 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 3194, 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 3196, 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 3198, 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 3198, 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 3204, 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 3204, 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 3209, 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 3212, 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 3212, 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 3217, 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 3217, 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 3222, 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 3226, 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 3229, 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 3235, 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 3237, 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 3240, 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 3240, 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 3250, 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 3252, 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 3254, 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 3262, 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 3266, 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 3274, 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 3277, 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 14, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page .wrapper {
    padding-top: 56px;
    min-height: calc(100vh - 56px);
  }
  /* line 18, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page footer {
    padding: 16px 15px;
    gap: 10px;
  }
  /* line 22, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page footer .left {
    gap: 8px;
  }
  /* line 25, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page footer .left .logo {
    width: 64px;
    height: 30px;
    margin-bottom: 0;
    line-height: 0;
  }
  /* line 31, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page footer .left .logo a {
    display: block;
    height: 30px;
    line-height: 0;
  }
  /* line 36, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page footer .left .logo a .logo,
body.agency-top-page footer .left .logo svg.logo {
    width: 64px;
    height: 30px;
    display: block;
  }
  /* line 43, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page footer .left .link li {
    margin-bottom: 0;
  }
  /* line 46, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page footer .left .link li a {
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 50, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page footer .right .copyright {
    font-size: 11px;
    line-height: 1.5;
  }
  /* line 54, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) {
    height: 56px;
    padding: 0 16px;
    border-bottom: 1px solid #e8e8e8;
  }
  /* line 59, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .left .logo {
    width: 72px;
  }
  /* line 62, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .c_menu_btn {
    position: relative;
    z-index: 102;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 71, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .c_menu_btn span {
    width: 22px;
    height: 2px;
    background: #4d4d4d;
    border-radius: 1px;
  }
  /* line 77, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .c_menu_btn span:nth-child(1) {
    top: 14px;
  }
  /* line 80, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .c_menu_btn span:nth-child(2) {
    top: 21px;
  }
  /* line 83, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .c_menu_btn span:nth-child(3) {
    top: 28px;
  }
  /* line 87, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .c_menu_btn.active span:nth-child(1) {
    top: 21px;
  }
  /* line 90, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .c_menu_btn.active span:nth-child(3) {
    top: 21px;
  }
  /* line 93, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .right {
    top: 0;
    right: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    width: 50vw;
    max-width: 280px;
    height: 100vh;
    padding-top: 56px;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  /* line 107, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .right.active {
    transform: translateX(0);
  }
  /* line 110, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .right .nav {
    flex: 1;
  }
  /* line 113, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .right .nav ul li {
    border-bottom: 1px solid #f0f0f0;
  }
  /* line 116, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .right .nav ul li a {
    padding: 16px 20px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #393939;
  }
  /* line 124, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .right .nav ul li a::after {
    display: none;
  }
  /* line 127, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .right .drawer_logo {
    display: block;
    padding: 24px 20px 32px;
    border-top: 1px solid #f0f0f0;
  }
  /* line 132, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .right .drawer_logo a {
    display: block;
    line-height: 1;
  }
  /* line 136, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page header:not(.lower_page) .right .drawer_logo .logo {
    width: 72px;
    height: 21px;
  }
  /* line 140, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page .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;
  }
  /* line 150, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page.nav-open {
    overflow: hidden;
  }
  /* line 153, app/assets/stylesheets/agency/top_mobile.sass */
  body.agency-top-page.nav-open .agency-top-nav_overlay {
    pointer-events: auto;
    opacity: 1;
  }
  /* line 158, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .c_content_ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
  /* line 165, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .new_properties_inner .c_content_ttl,
#agency_top .area_search .head .c_content_ttl,
#agency_top .special_inner .c_content_ttl,
#agency_top .review_inner .c_content_ttl {
    margin-bottom: 15px;
  }
  /* line 171, app/assets/stylesheets/agency/top_mobile.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: calc(40px - 4px);
    letter-spacing: 0.04em;
    border-radius: 0;
  }
  /* line 182, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .kv {
    margin-bottom: 0;
  }
  /* line 185, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .kv .ph img {
    min-height: 220px;
    max-height: 42vh;
    object-fit: cover;
  }
  /* line 190, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .kv .search_form {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    box-sizing: border-box;
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: -40px auto 56px;
    padding: 16px;
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    gap: 0;
  }
  /* line 204, app/assets/stylesheets/agency/top_mobile.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 212, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .kv .search_form .input::placeholder,
#agency_top .kv .search_form select.input::placeholder {
    color: #a8a7a7;
    font-size: 13px;
  }
  /* line 216, app/assets/stylesheets/agency/top_mobile.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%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    padding: 0 12px;
  }
  /* line 226, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .kv .search_form select.input.type {
    line-height: normal;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /* line 231, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .kv .search_form .button.c_action_btn {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 40px;
    min-height: 40px;
    margin-top: 12px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: calc(40px - 4px);
  }
  /* line 243, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .new_properties {
    margin-bottom: 56px;
  }
  /* line 246, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .new_properties .new_properties_list {
    gap: 32px;
  }
  /* line 250, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item a {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  /* line 255, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top {
    min-height: auto;
  }
  /* line 258, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top .ph {
    aspect-ratio: 16 / 10;
    height: auto;
    border-radius: 0;
  }
  /* line 263, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top .ph img {
    height: 100%;
    aspect-ratio: 16 / 10;
  }
  /* line 268, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top .info .head {
    margin-bottom: 2px;
    padding-top: 6px;
  }
  /* line 272, app/assets/stylesheets/agency/top_mobile.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 277, app/assets/stylesheets/agency/top_mobile.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.4;
  }
  /* line 283, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .tag_list {
    gap: 6px;
    margin-top: 0;
  }
  /* line 287, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .tag_list .tag_item {
    min-width: auto;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 0;
  }
  /* line 294, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .area_search {
    margin-bottom: 56px;
  }
  /* line 297, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .area_search_inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  /* line 302, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .area_search .head {
    margin-bottom: 16px;
    width: 100%;
    max-width: 100%;
  }
  /* line 307, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .area_search .head .search {
    box-sizing: border-box;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    gap: 10px;
  }
  /* line 315, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .area_search .head .search 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: 48px;
  }
  /* line 326, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .area_search .head .search button.c_action_btn {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 40px;
    min-height: 40px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: calc(40px - 4px);
  }
  /* line 337, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .area_search .map {
    aspect-ratio: 4 / 3;
    height: auto;
    border-radius: 0;
    overflow: hidden;
  }
  /* line 343, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .area_search .map iframe {
    min-height: 240px;
  }
  /* line 346, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .special {
    margin-bottom: 56px;
    padding: 32px 0;
  }
  /* line 350, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .special .c_content_ttl {
    margin-bottom: 15px;
  }
  /* line 353, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .special .special_list {
    gap: 24px;
  }
  /* line 357, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .special .special_list_item .ph {
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 0;
  }
  /* line 362, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .special .special_list_item .ph img {
    height: 100%;
  }
  /* line 365, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .special .special_list_item .ttl {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
  }
  /* line 371, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .review {
    margin-bottom: 56px;
  }
  /* line 374, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .review .c_content_ttl {
    margin-bottom: 15px;
  }
  /* line 377, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .review .review_list {
    gap: 20px;
  }
  /* line 380, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .review .review_list .review_item {
    padding: 20px 16px;
    border-radius: 0;
  }
  /* line 384, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .review .review_list .review_item .icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
  }
  /* line 391, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .review .review_list .review_item .star {
    margin-bottom: 16px;
  }
  /* line 394, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .review .review_list .review_item .star li svg {
    width: 20px;
    height: 20px;
  }
  /* line 398, app/assets/stylesheets/agency/top_mobile.sass */
  #agency_top .review .review_list .review_item .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  /* line 6, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page .wrapper {
    padding-top: 56px;
    min-height: calc(100vh - 56px);
  }
  /* line 10, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page footer {
    padding: 16px 15px;
    gap: 10px;
  }
  /* line 14, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page footer .left {
    gap: 8px;
  }
  /* line 17, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page footer .left .logo {
    width: 64px;
    height: 30px;
    margin-bottom: 0;
    line-height: 0;
  }
  /* line 23, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page footer .left .logo a {
    display: block;
    height: 30px;
    line-height: 0;
  }
  /* line 28, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page footer .left .logo a .logo,
body.agency-lower-page footer .left .logo svg.logo {
    width: 64px;
    height: 30px;
    display: block;
  }
  /* line 35, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page footer .left .link li {
    margin-bottom: 0;
  }
  /* line 38, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page footer .left .link li a {
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 42, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page footer .right .copyright {
    font-size: 11px;
    line-height: 1.5;
  }
  /* line 46, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page {
    height: 56px;
    padding: 0 16px;
    border-bottom: 1px solid #e8e8e8;
  }
  /* line 51, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .left .logo {
    width: 72px;
  }
  /* line 54, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .c_menu_btn {
    position: relative;
    z-index: 102;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 63, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .c_menu_btn span {
    width: 22px;
    height: 2px;
    background: #4d4d4d;
    border-radius: 1px;
  }
  /* line 69, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .c_menu_btn span:nth-child(1) {
    top: 14px;
  }
  /* line 72, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .c_menu_btn span:nth-child(2) {
    top: 21px;
  }
  /* line 75, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .c_menu_btn span:nth-child(3) {
    top: 28px;
  }
  /* line 79, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .c_menu_btn.active span:nth-child(1) {
    top: 21px;
  }
  /* line 82, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .c_menu_btn.active span:nth-child(3) {
    top: 21px;
  }
  /* line 85, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .right {
    top: 0;
    right: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    width: 50vw;
    max-width: 280px;
    height: 100vh;
    padding-top: 56px;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  /* line 99, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .right.active {
    transform: translateX(0);
  }
  /* line 102, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .right .nav {
    flex: 1;
  }
  /* line 105, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .right .nav ul li {
    border-bottom: 1px solid #f0f0f0;
  }
  /* line 108, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .right .nav ul li a {
    padding: 16px 20px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #393939;
  }
  /* line 116, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .right .nav ul li a::after {
    display: none;
  }
  /* line 119, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .right .drawer_logo {
    display: block;
    padding: 24px 20px 32px;
    border-top: 1px solid #f0f0f0;
  }
  /* line 124, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .right .drawer_logo a {
    display: block;
    line-height: 1;
  }
  /* line 128, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page header.lower_page .right .drawer_logo .logo {
    width: 72px;
    height: 21px;
  }
  /* line 132, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page .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;
  }
  /* line 142, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page.nav-open {
    overflow: hidden;
  }
  /* line 145, app/assets/stylesheets/agency/property_mobile.sass */
  body.agency-lower-page.nav-open .agency-top-nav_overlay {
    pointer-events: auto;
    opacity: 1;
  }
  /* line 152, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_property_inner,
#agency_feature_inner,
#agency_area_search_inner {
    padding: 24px 15px 64px;
  }
  /* line 156, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_property .property_list,
#agency_feature .property_list,
#agency_area_search .property_list {
    margin-bottom: 56px;
  }
  /* line 159, app/assets/stylesheets/agency/property_mobile.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 163, app/assets/stylesheets/agency/property_mobile.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 168, app/assets/stylesheets/agency/property_mobile.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 173, app/assets/stylesheets/agency/property_mobile.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 177, app/assets/stylesheets/agency/property_mobile.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 181, app/assets/stylesheets/agency/property_mobile.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 184, app/assets/stylesheets/agency/property_mobile.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 190, app/assets/stylesheets/agency/property_mobile.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 200, app/assets/stylesheets/agency/property_mobile.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 206, app/assets/stylesheets/agency/property_mobile.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 209, app/assets/stylesheets/agency/property_mobile.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 214, app/assets/stylesheets/agency/property_mobile.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 222, app/assets/stylesheets/agency/property_mobile.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 227, app/assets/stylesheets/agency/property_mobile.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 230, app/assets/stylesheets/agency/property_mobile.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: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }
  /* line 237, app/assets/stylesheets/agency/property_mobile.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 241, app/assets/stylesheets/agency/property_mobile.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 244, app/assets/stylesheets/agency/property_mobile.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 249, app/assets/stylesheets/agency/property_mobile.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 252, app/assets/stylesheets/agency/property_mobile.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 256, app/assets/stylesheets/agency/property_mobile.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 260, app/assets/stylesheets/agency/property_mobile.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: 12px;
    gap: 0;
  }
  /* line 264, app/assets/stylesheets/agency/property_mobile.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 267, app/assets/stylesheets/agency/property_mobile.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 274, app/assets/stylesheets/agency/property_mobile.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 285, app/assets/stylesheets/agency/property_mobile.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 294, app/assets/stylesheets/agency/property_mobile.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 297, app/assets/stylesheets/agency/property_mobile.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 315, app/assets/stylesheets/agency/property_mobile.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 328, app/assets/stylesheets/agency/property_mobile.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 337, app/assets/stylesheets/agency/property_mobile.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 345, app/assets/stylesheets/agency/property_mobile.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 349, app/assets/stylesheets/agency/property_mobile.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 357, app/assets/stylesheets/agency/property_mobile.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 363, app/assets/stylesheets/agency/property_mobile.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: 18px;
  }
  /* line 366, app/assets/stylesheets/agency/property_mobile.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 382, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_property .c_pagination,
#agency_feature .c_pagination,
#agency_area_search .c_pagination {
    gap: 8px;
  }
  /* line 385, app/assets/stylesheets/agency/property_mobile.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 390, app/assets/stylesheets/agency/property_mobile.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 395, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_property .head {
    margin-bottom: 56px;
  }
  /* line 398, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_property .head .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 405, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_property .head .description {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
  }
  /* line 412, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_property .head .result {
    font-size: 14px;
    line-height: 1.4;
  }
  /* line 416, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_property .head .result .count {
    font-size: 20px;
    font-weight: 700;
  }
  /* line 421, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_feature .head {
    margin-bottom: 56px;
  }
  /* line 424, app/assets/stylesheets/agency/property_mobile.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 439, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_feature .head .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 446, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_feature .head .kv {
    margin-bottom: 16px;
    line-height: 0;
  }
  /* line 450, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_feature .head .kv img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  /* line 456, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_feature .head .description {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
  }
  /* line 463, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_feature .head .result {
    font-size: 14px;
    line-height: 1.4;
  }
  /* line 467, app/assets/stylesheets/agency/property_mobile.sass */
  #agency_feature .head .result .count {
    font-size: 20px;
    font-weight: 700;
  }
}
@charset "UTF-8";
@media (max-width: 768px) {
  /* line 6, app/assets/stylesheets/agency/property_detail_mobile.sass */
  body.agency-lower-page.agency-property-detail-page .wrapper {
    padding-bottom: 88px;
  }
  /* line 10, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail_inner {
    padding: 24px 15px 64px;
  }
  /* line 14, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .photos .photos_side {
    display: none;
  }
  /* line 18, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .photos .photos_main .kv {
    margin-bottom: 10px;
    line-height: 0;
  }
  /* line 22, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .photos .photos_main .kv a {
    display: block;
    position: relative;
  }
  /* line 26, app/assets/stylesheets/agency/property_detail_mobile.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 39, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .photos .photos_main .kv img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
  }
  /* line 46, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .photos .photos_main .gallery_head {
    display: block;
    margin-bottom: 16px;
  }
  /* line 50, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .photos .photos_main .gallery_head .gallery_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  /* line 56, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .photos .photos_main .gallery_head .gallery_list li.active a {
    outline: 2px solid var(--theme-color);
    outline-offset: -2px;
  }
  /* line 60, app/assets/stylesheets/agency/property_detail_mobile.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 68, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .photos .photos_main .gallery_head .gallery_list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 73, app/assets/stylesheets/agency/property_detail_mobile.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 78, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main {
    margin-bottom: 0;
  }
  /* line 83, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .head {
    margin-bottom: 56px;
  }
  /* line 86, app/assets/stylesheets/agency/property_detail_mobile.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 93, app/assets/stylesheets/agency/property_detail_mobile.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 101, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .head .flex .num {
    flex-shrink: 0;
    font-size: 12px;
    line-height: 1.3;
  }
  /* line 106, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .head .flex .num .icon {
    margin-right: 4px;
  }
  /* line 109, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .head .flex .num .icon .person_01 {
    width: 11px;
    height: 14px;
  }
  /* line 113, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .head .flex .num .icon .person_02 {
    width: 16px;
    height: 13px;
  }
  /* line 117, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .head .flex .num .icon .person_03 {
    width: 18px;
    height: 10px;
  }
  /* line 121, app/assets/stylesheets/agency/property_detail_mobile.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 128, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .head .address .map_link {
    margin-top: 4px;
    margin-left: 0;
    font-size: 12px;
  }
  /* line 133, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .head .tag_list {
    gap: 6px;
  }
  /* line 136, app/assets/stylesheets/agency/property_detail_mobile.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 143, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .room_overview {
    margin-bottom: 56px;
  }
  /* line 146, app/assets/stylesheets/agency/property_detail_mobile.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 153, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list {
    gap: 8px;
    padding: 12px;
  }
  /* line 157, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list li {
    width: calc(50% - 4px);
  }
  /* line 160, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list li .ttl {
    font-size: 12px;
    line-height: 36px;
  }
  /* line 164, app/assets/stylesheets/agency/property_detail_mobile.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 171, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list li .value .small {
    font-size: 12px;
    line-height: 1.4;
  }
  /* line 175, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .property_overview {
    margin-bottom: 56px;
  }
  /* line 178, app/assets/stylesheets/agency/property_detail_mobile.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 185, app/assets/stylesheets/agency/property_detail_mobile.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 191, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list.inside {
    margin-bottom: 20px;
  }
  /* line 194, app/assets/stylesheets/agency/property_detail_mobile.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 201, app/assets/stylesheets/agency/property_detail_mobile.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 209, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list li .icon svg {
    width: 64px;
    height: auto;
    max-width: 64px;
  }
  /* line 214, app/assets/stylesheets/agency/property_detail_mobile.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 223, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .property_overview .description_inner {
    margin-bottom: 12px;
    height: auto;
  }
  /* line 227, app/assets/stylesheets/agency/property_detail_mobile.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 235, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .property_overview .description.is-collapsed .description_inner {
    height: 120px;
  }
  /* line 238, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .detail .property_overview .description .more_description a {
    font-size: 14px;
    font-weight: 600;
  }
  /* line 242, app/assets/stylesheets/agency/property_detail_mobile.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 250, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .content_ttl::after {
    display: none;
  }
  /* line 253, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .pricing_plan {
    margin-bottom: 56px;
  }
  /* line 256, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .pricing_plan .content_ttl {
    margin-block: 0 15px;
  }
  /* line 259, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly,
#agency_property_detail .main_inner .pricing_plan .short_stay {
    margin-bottom: 56px;
  }
  /* line 263, app/assets/stylesheets/agency/property_detail_mobile.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 267, app/assets/stylesheets/agency/property_detail_mobile.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 271, app/assets/stylesheets/agency/property_detail_mobile.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 285, app/assets/stylesheets/agency/property_detail_mobile.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 288, app/assets/stylesheets/agency/property_detail_mobile.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 292, app/assets/stylesheets/agency/property_detail_mobile.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 297, app/assets/stylesheets/agency/property_detail_mobile.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 302, app/assets/stylesheets/agency/property_detail_mobile.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 306, app/assets/stylesheets/agency/property_detail_mobile.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 309, app/assets/stylesheets/agency/property_detail_mobile.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 313, app/assets/stylesheets/agency/property_detail_mobile.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 316, app/assets/stylesheets/agency/property_detail_mobile.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 319, app/assets/stylesheets/agency/property_detail_mobile.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 326, app/assets/stylesheets/agency/property_detail_mobile.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 329, app/assets/stylesheets/agency/property_detail_mobile.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 332, app/assets/stylesheets/agency/property_detail_mobile.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 337, app/assets/stylesheets/agency/property_detail_mobile.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 341, app/assets/stylesheets/agency/property_detail_mobile.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 344, app/assets/stylesheets/agency/property_detail_mobile.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 349, app/assets/stylesheets/agency/property_detail_mobile.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 352, app/assets/stylesheets/agency/property_detail_mobile.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 355, app/assets/stylesheets/agency/property_detail_mobile.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 363, app/assets/stylesheets/agency/property_detail_mobile.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 367, app/assets/stylesheets/agency/property_detail_mobile.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 372, app/assets/stylesheets/agency/property_detail_mobile.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 378, app/assets/stylesheets/agency/property_detail_mobile.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 381, app/assets/stylesheets/agency/property_detail_mobile.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 388, app/assets/stylesheets/agency/property_detail_mobile.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 392, app/assets/stylesheets/agency/property_detail_mobile.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 401, app/assets/stylesheets/agency/property_detail_mobile.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 404, app/assets/stylesheets/agency/property_detail_mobile.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 419, app/assets/stylesheets/agency/property_detail_mobile.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 429, app/assets/stylesheets/agency/property_detail_mobile.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 433, app/assets/stylesheets/agency/property_detail_mobile.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 437, app/assets/stylesheets/agency/property_detail_mobile.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 440, app/assets/stylesheets/agency/property_detail_mobile.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 450, app/assets/stylesheets/agency/property_detail_mobile.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 454, app/assets/stylesheets/agency/property_detail_mobile.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 457, app/assets/stylesheets/agency/property_detail_mobile.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 461, app/assets/stylesheets/agency/property_detail_mobile.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 469, app/assets/stylesheets/agency/property_detail_mobile.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 473, app/assets/stylesheets/agency/property_detail_mobile.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 477, app/assets/stylesheets/agency/property_detail_mobile.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 480, app/assets/stylesheets/agency/property_detail_mobile.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 484, app/assets/stylesheets/agency/property_detail_mobile.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 497, app/assets/stylesheets/agency/property_detail_mobile.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 504, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail .price .flex {
    font-size: 20px;
  }
  /* line 508, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .nearby_properties .content_ttl {
    margin-bottom: 15px;
  }
  /* line 511, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list {
    gap: 32px;
  }
  /* line 516, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .ph {
    margin-bottom: 6px;
    line-height: 0;
  }
  /* line 520, app/assets/stylesheets/agency/property_detail_mobile.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 526, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .info .head {
    margin-bottom: 2px;
  }
  /* line 529, app/assets/stylesheets/agency/property_detail_mobile.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 533, app/assets/stylesheets/agency/property_detail_mobile.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 540, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .price_list {
    margin-bottom: 8px;
    padding: 12px;
  }
  /* line 544, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .price_list li {
    margin-bottom: 8px;
  }
  /* line 547, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .price_list li .ttl {
    font-size: 12px;
  }
  /* line 550, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .price_list li .price {
    font-size: 16px;
  }
  /* line 553, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .tag_list {
    gap: 6px;
  }
  /* line 556, app/assets/stylesheets/agency/property_detail_mobile.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 562, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .gallery_side {
    display: none;
  }
  /* line 565, app/assets/stylesheets/agency/property_detail_mobile.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 575, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .booking_overlay.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  /* line 581, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .booking_drawer .booking_drawer_header {
    display: none;
  }
  /* line 584, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side {
    width: 100%;
  }
  /* line 588, app/assets/stylesheets/agency/property_detail_mobile.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 604, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .booking_drawer.active {
    transform: translateY(0);
    visibility: visible;
  }
  /* line 608, app/assets/stylesheets/agency/property_detail_mobile.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 620, app/assets/stylesheets/agency/property_detail_mobile.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 626, app/assets/stylesheets/agency/property_detail_mobile.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 636, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan {
    margin-bottom: 20px;
    padding: 0;
  }
  /* line 640, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan .stay_plan_ttl {
    display: none;
  }
  /* line 644, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_message {
    margin-bottom: 12px;
    padding: 16px 8px;
  }
  /* line 648, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_message .inquiry_message_inner {
    padding: 12px 8px;
  }
  /* line 651, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_contact_btns {
    gap: 8px;
    margin-bottom: 12px;
  }
  /* line 655, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_form_btn {
    display: block;
    margin: 0;
  }
  /* line 659, app/assets/stylesheets/agency/property_detail_mobile.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 675, app/assets/stylesheets/agency/property_detail_mobile.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 683, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .booking_drawer .data .large {
    font-size: 20px;
  }
  /* line 686, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list {
    margin-bottom: 20px;
  }
  /* line 689, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list .switch_btns .switch_btn a {
    font-size: 12px;
    line-height: 32px;
  }
  /* line 693, app/assets/stylesheets/agency/property_detail_mobile.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 697, app/assets/stylesheets/agency/property_detail_mobile.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 700, app/assets/stylesheets/agency/property_detail_mobile.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 703, app/assets/stylesheets/agency/property_detail_mobile.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 706, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .calendar {
    margin-bottom: 16px;
    padding: 0;
  }
  /* line 710, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .calendar .month_block {
    padding: 12px 8px;
  }
  /* line 713, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .calendar .dow_cell {
    width: auto;
    font-size: 11px;
  }
  /* line 717, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .calendar .day_cell {
    width: auto;
    height: 32px;
  }
  /* line 721, app/assets/stylesheets/agency/property_detail_mobile.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 733, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .reserve_sticky .reserve_btn {
    position: static;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  /* line 740, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .reserve_sticky .reserve_btn_pc {
    display: none;
  }
  /* line 743, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner .reserve_sticky .reserve_btn_sp {
    display: block;
  }
  /* line 746, app/assets/stylesheets/agency/property_detail_mobile.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 762, app/assets/stylesheets/agency/property_detail_mobile.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 771, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .ph_modal {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
  /* line 776, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .ph_modal_inner .ph_list li img {
    width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: contain;
  }
  /* line 782, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .ph_modal_inner .num {
    position: static;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
  }
}

@media (min-width: 769px) {
  /* line 790, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .gallery_head {
    display: none;
  }
  /* line 793, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .gallery_side {
    display: block;
  }
  /* line 796, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .reserve_sticky {
    display: block;
    position: static;
    padding: 0 10px;
    box-shadow: none;
  }
  /* line 802, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .reserve_sticky .reserve_btn_pc {
    display: block;
  }
  /* line 805, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .reserve_sticky .reserve_btn_sp {
    display: none;
  }
  /* line 808, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .reserve_period {
    display: none;
  }
  /* line 811, app/assets/stylesheets/agency/property_detail_mobile.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 821, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .booking_drawer .booking_drawer_header {
    display: none;
  }
  /* line 824, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .booking_drawer .stay_plan .stay_plan_ttl {
    display: block;
  }
  /* line 827, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .stay_plan_inquiry .inquiry_form_btn {
    display: none;
  }
  /* line 833, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side {
    align-self: stretch;
  }
  /* line 836, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_inner {
    height: 100%;
  }
  /* line 841, app/assets/stylesheets/agency/property_detail_mobile.sass */
  #agency_property_detail .side_stay_plan {
    position: sticky;
    top: 82px;
  }
}
@media (max-width: 768px) {
  /* line 6, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_layout {
    flex-direction: column;
    min-height: auto;
  }
  /* line 10, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_sidebar {
    width: 100%;
    max-width: none;
    border-right: none;
  }
  /* line 15, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_toolbar {
    padding: 20px 15px 12px;
  }
  /* line 18, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
  }
  /* line 23, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_search {
    flex-direction: column;
    gap: 10px;
    box-shadow: none;
  }
  /* line 28, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_search .input {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 14px;
    font-size: 14px;
    line-height: normal;
  }
  /* line 37, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_search .button {
    width: 100%;
    height: 40px;
    min-height: 40px;
    border: 2px solid var(--theme-color);
    font-size: 15px;
    line-height: calc(40px - 4px);
  }
  /* line 46, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_filters__summary {
    font-size: 13px;
  }
  /* line 50, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters {
    padding: 0;
  }
  /* line 53, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  /* line 57, app/assets/stylesheets/agency/area_search_mobile.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 65, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__item:hover {
    border-color: #d4d4d4;
  }
  /* line 68, app/assets/stylesheets/agency/area_search_mobile.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 72, app/assets/stylesheets/agency/area_search_mobile.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 76, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__icon {
    display: none;
  }
  /* line 79, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__name {
    font-size: 11px;
  }
  /* line 82, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_view_toggle {
    display: flex;
    gap: 8px;
    padding: 0 15px 12px;
  }
  /* line 87, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_view_toggle__btn {
    flex: 1;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #585653;
    cursor: pointer;
  }
  /* line 97, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_view_toggle__btn.is-active {
    border-color: var(--theme-color);
    background: var(--theme-color);
    color: #fff;
  }
  /* line 102, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_results {
    padding: 0 15px 24px;
    overflow: visible;
  }
  /* line 106, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .map_property_cards_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  /* line 111, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .map_property_card .ph {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  /* line 115, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_map_column {
    display: none;
    position: static;
    top: auto;
    height: auto;
    padding: 0 15px 24px;
  }
  /* line 122, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_map_column .map {
    height: auto;
    min-height: 390px;
    border: 1px solid #ccc;
  }
  /* line 127, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_map_column .map_inner {
    height: 100%;
  }
  /* line 130, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_map_column .map_canvas {
    width: 100%;
    min-height: 390px;
    aspect-ratio: 4 / 4.2;
  }
  /* line 136, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_layout.is-map-view .area_search_results {
    display: none;
  }
  /* line 139, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .area_search_layout.is-map-view .area_search_map_column {
    display: block;
  }
  /* line 143, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .property_list_panel .c_property_list_item {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  /* line 151, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .property_list_panel .c_property_list_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  /* line 156, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_left {
    width: 140px;
    flex-shrink: 0;
  }
  /* line 161, app/assets/stylesheets/agency/area_search_mobile.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 166, app/assets/stylesheets/agency/area_search_mobile.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 170, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right {
    width: auto;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 91px;
  }
  /* line 178, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .top {
    flex: 1;
    margin-bottom: 0;
  }
  /* line 183, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .title {
    font-size: 14px;
    line-height: 1.4;
  }
  /* line 187, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .address {
    font-size: 11px;
  }
  /* line 190, app/assets/stylesheets/agency/area_search_mobile.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 196, app/assets/stylesheets/agency/area_search_mobile.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .right .btn {
    width: 100%;
    max-width: 104px;
    font-size: 12px;
    line-height: 27px;
  }
}
@charset "UTF-8";
/* line 4, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search #agency_area_search_inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* line 10, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_layout {
  display: flex;
  align-items: stretch;
  min-height: calc(100vh - 72px);
  background: #fff;
}

/* line 16, app/assets/stylesheets/agency/area_search_layout.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 25, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_toolbar {
  flex-shrink: 0;
  padding: 24px 24px 12px;
}

/* line 29, app/assets/stylesheets/agency/area_search_layout.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 37, app/assets/stylesheets/agency/area_search_layout.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 44, app/assets/stylesheets/agency/area_search_layout.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 55, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_search .input::placeholder {
  color: #A8A7A7;
}

/* line 58, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_search .input:focus {
  outline: none;
}

/* line 61, app/assets/stylesheets/agency/area_search_layout.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 79, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_search .button:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 83, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_filters {
  margin-top: 4px;
}

/* line 86, app/assets/stylesheets/agency/area_search_layout.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 97, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_filters__summary::-webkit-details-marker {
  display: none;
}

/* line 100, app/assets/stylesheets/agency/area_search_layout.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 109, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_filters[open] .area_search_filters__summary::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

/* line 113, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_filters__body {
  margin-top: 12px;
}

/* line 116, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_filters__body .map_feature_filters {
  margin-bottom: 0;
}

/* line 119, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_view_toggle {
  display: none;
}

/* line 122, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_results {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 8px 24px 24px;
}

/* line 130, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_cards_view[hidden],
#agency_area_search .area_search_detail_view[hidden] {
  display: none !important;
}

/* line 133, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_property_cards_count {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #393939;
}

/* line 140, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_property_cards_count .count {
  margin: 0 4px;
  font-size: 22px;
  font-weight: 500;
  color: var(--theme-color);
}

/* line 146, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_property_cards_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
}

/* line 151, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_property_card {
  width: 100%;
}

/* line 154, app/assets/stylesheets/agency/area_search_layout.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 164, app/assets/stylesheets/agency/area_search_layout.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 168, app/assets/stylesheets/agency/area_search_layout.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 172, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_property_card .top {
  min-height: auto;
}

/* line 175, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_property_card .ph {
  width: 100%;
  height: 150px;
  border: none;
  border-bottom: 1px solid #eee;
}

/* line 181, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_property_card .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 186, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_property_card .info {
  padding: 10px 12px 12px;
}

/* line 189, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_property_card .text {
  font-size: 14px;
  line-height: 1.4;
}

/* line 193, app/assets/stylesheets/agency/area_search_layout.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 200, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_property_card .tag_list {
  padding: 0 12px 12px;
}

/* line 203, app/assets/stylesheets/agency/area_search_layout.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 216, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_back_btn::before {
  content: "←";
  margin-right: 6px;
}

/* line 220, app/assets/stylesheets/agency/area_search_layout.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 229, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .property_list_panel .property_list {
  margin-bottom: 0;
}

/* line 232, app/assets/stylesheets/agency/area_search_layout.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 240, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .property_list_panel .c_property_list_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* line 245, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_left {
  width: 280px;
  flex-shrink: 0;
}

/* line 250, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider.slick-dotted {
  margin-bottom: 6px;
}

/* line 253, app/assets/stylesheets/agency/area_search_layout.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 258, app/assets/stylesheets/agency/area_search_layout.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 262, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-dots {
  margin-top: 6px;
}

/* line 265, app/assets/stylesheets/agency/area_search_layout.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 273, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top {
  flex: 1;
  margin-bottom: 0;
}

/* line 278, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .flex {
  margin-bottom: 8px;
}

/* line 281, app/assets/stylesheets/agency/area_search_layout.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 286, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .room_type {
  margin-bottom: 0;
  font-size: 18px;
}

/* line 290, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .address {
  font-size: 12px;
  line-height: 1.5;
}

/* line 294, app/assets/stylesheets/agency/area_search_layout.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 300, app/assets/stylesheets/agency/area_search_layout.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 306, app/assets/stylesheets/agency/area_search_layout.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 314, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_map_column .map {
  width: 100%;
  height: 100%;
  border: none;
}

/* line 319, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_map_column .map_inner,
#agency_area_search .area_search_map_column .map_canvas {
  height: 100%;
}

/* line 323, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .area_search_map_column .property-map .map_inner {
  height: 100%;
}

/* line 327, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_feature_filters .ttl {
  display: none;
}

/* line 330, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_feature_filters__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

/* line 335, app/assets/stylesheets/agency/area_search_layout.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 351, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_feature_filters__item:hover {
  border-color: #d4d4d4;
}

/* line 354, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_feature_filters__item:has(.map_feature_filters__input:checked) {
  border-color: var(--theme-color);
  background: var(--theme-color);
}

/* line 358, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_feature_filters__item:has(.map_feature_filters__input:checked) .map_feature_filters__name {
  color: #fff;
  font-weight: 600;
}

/* line 362, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_feature_filters__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* line 369, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_feature_filters__icon {
  display: none;
}

/* line 372, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .map_feature_filters__name {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  color: #585653;
}

/* line 379, app/assets/stylesheets/agency/area_search_layout.sass */
#agency_area_search .property_empty {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #585653;
}
@media (max-width: 768px) {
  /* line 6, app/assets/stylesheets/agency/contact_mobile.sass */
  #agency_contact_inner {
    padding: 24px 0 64px;
  }
  /* line 9, app/assets/stylesheets/agency/contact_mobile.sass */
  #agency_contact .head {
    margin-bottom: 56px;
  }
  /* line 12, app/assets/stylesheets/agency/contact_mobile.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 20, app/assets/stylesheets/agency/contact_mobile.sass */
  #agency_contact .head .description {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
  /* line 27, app/assets/stylesheets/agency/contact_mobile.sass */
  #agency_contact .form_warp {
    box-sizing: border-box;
    padding: 32px 15px 40px;
  }
  /* line 31, app/assets/stylesheets/agency/contact_mobile.sass */
  #agency_contact .form_warp form {
    width: 100%;
    margin: 0;
  }
  /* line 35, app/assets/stylesheets/agency/contact_mobile.sass */
  #agency_contact .form_warp form .form_item {
    margin-bottom: 24px;
  }
  /* line 38, app/assets/stylesheets/agency/contact_mobile.sass */
  #agency_contact .form_warp form .form_item.last {
    margin-bottom: 32px;
  }
  /* line 41, app/assets/stylesheets/agency/contact_mobile.sass */
  #agency_contact .form_warp form .form_item:last-child {
    margin-bottom: 0;
  }
  /* line 44, app/assets/stylesheets/agency/contact_mobile.sass */
  #agency_contact .form_warp form .form_item .js-error {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
  }
  /* line 49, app/assets/stylesheets/agency/contact_mobile.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 57, app/assets/stylesheets/agency/contact_mobile.sass */
  #agency_contact .form_warp form .form_item label.required::after {
    margin-left: 6px;
    font-size: 11px;
    letter-spacing: 0;
  }
  /* line 62, app/assets/stylesheets/agency/contact_mobile.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 74, app/assets/stylesheets/agency/contact_mobile.sass */
  #agency_contact .form_warp form .form_item input::placeholder {
    color: #a8a7a7;
    font-size: 13px;
  }
  /* line 78, app/assets/stylesheets/agency/contact_mobile.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 92, app/assets/stylesheets/agency/contact_mobile.sass */
  #agency_contact .form_warp form .form_item textarea::placeholder {
    color: #a8a7a7;
    font-size: 13px;
  }
  /* line 96, app/assets/stylesheets/agency/contact_mobile.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 114, app/assets/stylesheets/agency/contact_mobile.sass */
  #agency_contact .form_warp form .button.c_action_btn:hover {
    background: var(--theme-color);
    color: #fff;
  }
}
@media (max-width: 768px) {
  /* line 6, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company_inner {
    padding: 24px 0 64px;
  }
  /* line 9, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .head {
    margin-bottom: 56px;
  }
  /* line 12, app/assets/stylesheets/agency/company_mobile.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 20, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .head .kv {
    margin: 0 0 16px;
    line-height: 0;
  }
  /* line 24, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .head .kv img {
    width: 100%;
    height: auto;
    aspect-ratio: 21 / 9;
    object-fit: cover;
  }
  /* line 30, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .head .description {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
  /* line 37, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .message {
    width: 100%;
    margin: 0 0 56px;
    padding: 0 15px;
  }
  /* line 42, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .message p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
  /* line 49, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .message p:last-child {
    margin-bottom: 0;
  }
  /* line 52, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .message .ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 59, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .message .ph {
    margin-bottom: 24px;
    line-height: 0;
  }
  /* line 63, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .message .ph img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* line 68, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .about {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  /* line 73, app/assets/stylesheets/agency/company_mobile.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 81, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .about_list {
    border-top: 1px solid #a7a7a7;
  }
  /* line 84, app/assets/stylesheets/agency/company_mobile.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 94, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .about_list dt {
    padding-top: 14px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #585653;
  }
  /* line 101, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .about_list dt:first-child {
    padding-top: 12px;
  }
  /* line 104, app/assets/stylesheets/agency/company_mobile.sass */
  #agency_company .about_list dd {
    padding: 2px 0 14px;
    border-bottom: 1px solid #a7a7a7;
  }
}
@media (max-width: 768px) {
  /* line 6, app/assets/stylesheets/agency/terms_mobile.sass */
  #agency_terms_inner {
    padding: 24px 0 64px;
  }
  /* line 9, app/assets/stylesheets/agency/terms_mobile.sass */
  #agency_terms .head {
    margin-bottom: 15px;
  }
  /* line 12, app/assets/stylesheets/agency/terms_mobile.sass */
  #agency_terms .head .title {
    padding: 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 19, app/assets/stylesheets/agency/terms_mobile.sass */
  #agency_terms .terms {
    padding: 0 15px;
  }
  /* line 22, app/assets/stylesheets/agency/terms_mobile.sass */
  #agency_terms .terms__body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #585653;
  }
}
/*
 * 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.
 *













 */
