/* 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 5, app/assets/stylesheets/agency/common.sass */
.c_thema_color, .c_content_ttl {
  color: var(--theme-color);
}

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

/* line 9, 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 11, app/assets/stylesheets/agency/common.sass */
.c_thema_stroke {
  stroke: var(--theme-color);
}

/* line 15, app/assets/stylesheets/agency/common.sass */
.c_action_btn,
a.c_action_btn,
button.c_action_btn,
.button.c_action_btn,
button.button,
a.button {
  border-radius: 5px;
}

/* reset */
/* line 24, 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 38, 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;
  overflow-x: hidden;
}

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

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

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

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

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

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

/* line 75, 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 82, app/assets/stylesheets/agency/common.sass */
button {
  padding: 0;
  border: none;
  background: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 410, 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 413, 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 413, app/assets/stylesheets/agency/common.sass */
  footer {
    flex-direction: column;
    gap: 10px;
    padding: 16px 15px;
  }
}

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

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

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

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

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

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

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

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

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

/* line 460, 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 460, app/assets/stylesheets/agency/common.sass */
  footer .left .link li a {
    margin-right: 0;
    font-size: 12px;
    line-height: 1.5;
  }
}

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

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

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

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

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

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

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

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

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

/* line 529, app/assets/stylesheets/agency/common.sass */
.c_flash.alert {
  background: #EA5A61;
}

/* line 532, app/assets/stylesheets/agency/common.sass */
.stripe-card-element {
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

/* line 540, app/assets/stylesheets/agency/common.sass */
.payment-error-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 547, app/assets/stylesheets/agency/common.sass */
.payment-error-modal[hidden] {
  display: none;
}

/* line 549, app/assets/stylesheets/agency/common.sass */
.payment-error-modal_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* line 553, app/assets/stylesheets/agency/common.sass */
.payment-error-modal_panel {
  position: relative;
  box-sizing: border-box;
  width: 420px;
  max-width: calc(100% - 30px);
  padding: 28px 24px 20px;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 561, app/assets/stylesheets/agency/common.sass */
.payment-error-modal_ttl {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #585653;
}

/* line 567, app/assets/stylesheets/agency/common.sass */
.payment-error-modal_body {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  color: #585653;
}

/* line 574, app/assets/stylesheets/agency/common.sass */
.account_nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
}

/* line 579, app/assets/stylesheets/agency/common.sass */
.account_nav a {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  color: #585653;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* line 586, app/assets/stylesheets/agency/common.sass */
.account_nav a.is-active {
  color: var(--theme-color);
  font-weight: 700;
}

/* line 590, app/assets/stylesheets/agency/common.sass */
.account_list {
  margin: 0 0 24px;
  padding: 0;
}

/* line 593, app/assets/stylesheets/agency/common.sass */
.account_list_item {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #e5e5e5;
}

/* line 597, app/assets/stylesheets/agency/common.sass */
.account_list_ttl {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #585653;
}

/* line 602, app/assets/stylesheets/agency/common.sass */
.account_list_meta {
  font-size: 13px;
  line-height: 1.7;
  color: #585653;
}

/* line 606, app/assets/stylesheets/agency/common.sass */
.account_list_actions {
  margin-top: 12px;
}

/* line 609, app/assets/stylesheets/agency/common.sass */
.account_receipt {
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.8;
  color: #585653;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 719, 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 719, 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 725, 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 728, 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 734, 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 744, 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 750, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_left .slick-slider .slick-dots li button {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 847, 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 850, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .right {
  padding-top: 0px;
  text-align: right;
}

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

/* line 855, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .top .right .short_stay_label {
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 8px;
  border: 1px solid #585653;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #585653;
}

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

/* line 869, 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 876, 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 883, 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 890, app/assets/stylesheets/agency/common.sass */
.c_property_list_item .item_right .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

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

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

/* line 910, 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: 4px;
}

@media (max-width: 768px) {
  /* line 910, 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 917, 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: 19px;
  letter-spacing: -0.02em;
  color: #585653;
}

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

/* line 938, 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 944, 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: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 951, 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: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1204, 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 1210, 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 1217, 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 1230, 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 1233, app/assets/stylesheets/agency/common.sass */
.c_form .form_item .check_box .check.js-error_box {
  border-color: #EA5A61;
}

/* line 1235, 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 1243, 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 1249, 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 1249, 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: 5px;
    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 1280, app/assets/stylesheets/agency/common.sass */
.c_form .button.c_action_btn:hover {
  background: #fff;
  color: var(--theme-color);
}

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

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

/* line 1290, 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 1299, app/assets/stylesheets/agency/common.sass */
.c_form .login_link a:hover {
  color: var(--theme-color);
}

/* line 1303, app/assets/stylesheets/agency/common.sass */
.c_radio_card_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  /* line 1303, app/assets/stylesheets/agency/common.sass */
  .c_radio_card_list {
    grid-template-columns: 1fr;
  }
}

/* line 1312, app/assets/stylesheets/agency/common.sass */
.c_radio_card_option {
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}

/* line 1324, app/assets/stylesheets/agency/common.sass */
.c_radio_card_option:has(.c_radio_card_radio:checked) {
  border-color: var(--theme-color);
  background: rgba(0, 0, 0, 0.02);
}

/* line 1327, app/assets/stylesheets/agency/common.sass */
.c_radio_card_radio {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

/* line 1334, app/assets/stylesheets/agency/common.sass */
.c_radio_card_check {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 2px solid #B9B5B5;
  border-radius: 50%;
  background: #fff;
  transition: border-color .2s, background .2s, box-shadow .2s;
}

/* line 1343, app/assets/stylesheets/agency/common.sass */
.c_radio_card_radio:checked + .c_radio_card_check {
  border-color: var(--theme-color);
  background: var(--theme-color);
  box-shadow: inset 0 0 0 3px #fff;
}

/* line 1347, app/assets/stylesheets/agency/common.sass */
.c_radio_card_text {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #585653;
  text-align: left;
}
@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 */
.text_red {
  color: #c0392b;
}

/* line 19, app/assets/stylesheets/agency/style.sass */
.refund_note {
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.4;
}

/* line 24, 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 31, app/assets/stylesheets/agency/style.sass */
.loading.loading-lg {
  width: 2.5rem;
}

/* line 33, 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 43, 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 50, app/assets/stylesheets/agency/style.sass */
.property_list_loading_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #585653;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 195, 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 200, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .top .info .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 9px;
}

/* line 206, 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 212, 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 221, 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 224, 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 227, 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 230, 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 233, 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 239, app/assets/stylesheets/agency/style.sass */
#agency_top .new_properties_inner .new_properties_list .new_properties_item .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  /* line 405, app/assets/stylesheets/agency/style.sass */
  #agency_top .c_content_ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
  /* line 412, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties_inner .c_content_ttl {
    margin-bottom: 5px;
  }
  /* line 414, app/assets/stylesheets/agency/style.sass */
  #agency_top .c_action_btn {
    box-sizing: border-box;
    height: 40px;
    min-height: 40px;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.04em;
    border-radius: 5px;
  }
  /* line 424, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv {
    margin-bottom: 0;
  }
  /* line 426, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .ph img {
    min-height: 220px;
    max-height: 42vh;
    object-fit: cover;
  }
  /* line 430, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    box-sizing: border-box;
    max-width: calc(95% - 30px);
    margin: -40px auto 50px;
    padding: 16px;
    border-radius: 5px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    gap: 0;
  }
  /* line 442, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form .input,
#agency_top .kv .search_form select.input {
    box-sizing: border-box;
    min-height: 48px;
    font-size: 14px;
    line-height: 48px;
    color: #585653;
  }
  /* line 449, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form .input::placeholder,
#agency_top .kv .search_form select.input::placeholder {
    color: #a8a7a7;
    font-size: 13px;
  }
  /* line 452, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form .input.area,
#agency_top .kv .search_form .input.date,
#agency_top .kv .search_form select.input.type {
    width: 100%;
    min-height: auto;
    line-height: 30px;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    padding: 0 12px;
  }
  /* line 463, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form select.input.type {
    line-height: normal;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /* line 467, app/assets/stylesheets/agency/style.sass */
  #agency_top .kv .search_form .button.c_action_btn {
    box-sizing: border-box;
    width: 90%;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    min-height: auto;
    height: auto;
    line-height: 35px;
    border-radius: 5px;
  }
  /* line 477, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties {
    margin-bottom: 80px;
  }
  /* line 479, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list {
    gap: 40px;
  }
  /* line 482, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item a {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  /* line 486, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top {
    min-height: auto;
  }
  /* line 488, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top .ph {
    aspect-ratio: 16 / 10;
    height: auto;
    border-radius: 0;
  }
  /* line 492, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top .ph img {
    height: 100%;
    aspect-ratio: 16 / 10;
  }
  /* line 496, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top .info .head {
    margin-bottom: 0px;
    padding-top: 6px;
  }
  /* line 499, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top .info .head .area,
#agency_top .new_properties .new_properties_list .new_properties_item .top .info .head .num {
    font-size: 12px;
    line-height: 1.3;
  }
  /* line 503, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .top .info h3.text {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
  }
  /* line 508, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .tag_list {
    gap: 6px;
    margin-top: 0;
  }
  /* line 511, app/assets/stylesheets/agency/style.sass */
  #agency_top .new_properties .new_properties_list .new_properties_item .tag_list .tag_item {
    min-width: auto;
    padding: 1px 10px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    border-radius: 0;
  }
  /* line 518, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search {
    margin-bottom: 5px;
  }
  /* line 520, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search_inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  /* line 524, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .head {
    margin-bottom: 16px;
    width: 100%;
    max-width: 100%;
  }
  /* line 528, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .head .c_content_ttl {
    margin-bottom: 15px;
  }
  /* line 530, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .head .c_content_ttl + div {
    width: 100%;
  }
  /* line 532, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .head .search {
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    gap: 10px;
  }
  /* line 540, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .head .search input {
    box-sizing: border-box;
    width: 100%;
    line-height: 26px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
  }
  /* line 549, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .head .search button.c_action_btn {
    box-sizing: border-box;
    width: 20%;
    height: auto;
    min-height: auto;
    line-height: 34px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 600;
  }
  /* line 558, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .map {
    height: 420px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 80px;
  }
  /* line 563, app/assets/stylesheets/agency/style.sass */
  #agency_top .area_search .map iframe {
    min-height: 240px;
  }
  /* line 565, app/assets/stylesheets/agency/style.sass */
  #agency_top .special {
    margin-bottom: 5px;
    padding: 32px 0;
  }
  /* line 568, app/assets/stylesheets/agency/style.sass */
  #agency_top .special .c_content_ttl {
    margin-bottom: 15px;
  }
  /* line 570, app/assets/stylesheets/agency/style.sass */
  #agency_top .special .special_list {
    gap: 24px;
  }
  /* line 573, app/assets/stylesheets/agency/style.sass */
  #agency_top .special .special_list_item .ph {
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 0;
  }
  /* line 577, app/assets/stylesheets/agency/style.sass */
  #agency_top .special .special_list_item .ph img {
    height: 100%;
  }
  /* line 579, app/assets/stylesheets/agency/style.sass */
  #agency_top .special .special_list_item .ttl {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
  }
  /* line 584, app/assets/stylesheets/agency/style.sass */
  #agency_top .review {
    margin-bottom: 120px;
  }
  /* line 586, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .c_content_ttl {
    margin-bottom: 15px;
  }
  /* line 588, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .review_list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  /* line 593, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .review_list .review_item {
    box-sizing: border-box;
    width: calc(50% - 10px);
    padding: 15px 10px;
    border-radius: 0;
  }
  /* line 598, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .review_list .review_item .icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
  }
  /* line 604, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .review_list .review_item .star {
    margin-bottom: 16px;
  }
  /* line 606, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .review_list .review_item .star li svg {
    width: 20px;
    height: 20px;
  }
  /* line 609, app/assets/stylesheets/agency/style.sass */
  #agency_top .review .review_list .review_item .text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
}

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

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

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

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

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

/* line 642, 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 650, 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 655, 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 661, app/assets/stylesheets/agency/style.sass */
#agency_property_inner .property_list {
  margin-bottom: 130px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 922, 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 925, 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 935, 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 940, 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 947, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .detail .property_overview .description_inner p:last-child {
  margin-bottom: 0;
}

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

/* line 953, 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 961, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .content_ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585653;
}

/* line 970, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .content_ttl::after {
  content: '';
  flex: 1 1 auto;
  min-width: 0;
  height: 1px;
  background: #a1a1a1;
}

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

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

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

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

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

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

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

/* line 1015, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .slider li img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* line 1020, 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 1027, 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(--pricing-slide-width, var(--monthly-slide-width)) + 3px) / 4);
  padding-right: 5px;
  line-height: 0;
}

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

/* line 1034, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .left .thumb_slider li img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid #a1a1a1;
}

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

/* line 1045, 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 1053, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .discount_notice {
  margin-bottom: 16px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.04);
  border-left: 3px solid var(--theme-color);
}

/* line 1058, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .discount_notice .discount_notice_ttl {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--theme-color);
}

/* line 1064, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .discount_notice .discount_notice_price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  font-size: 14px;
  line-height: 1.3;
}

/* line 1071, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .discount_notice .discount_notice_price .original {
  text-decoration: line-through;
  opacity: 0.55;
}

/* line 1074, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .discount_notice .discount_notice_price .original .unit {
  font-size: 12px;
}

/* line 1076, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .discount_notice .discount_notice_price .arrow {
  opacity: 0.5;
}

/* line 1078, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .discount_notice .discount_notice_price .discounted {
  font-weight: 700;
  color: var(--theme-color);
}

/* line 1081, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .discount_notice .discount_notice_price .discounted .unit {
  font-size: 12px;
  font-weight: 500;
}

/* line 1084, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .discount_notice .discount_notice_price .night {
  font-size: 12px;
  color: #585653;
}

/* line 1087, 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 #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}

/* line 1092, 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 1097, 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 1099, 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 1107, 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 1110, 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 1112, 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 1120, 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 1123, 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 1127, 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 1133, 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 1135, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .content .right .total_price .price {
  margin-right: -8px;
}

/* line 1137, 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 1146, 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 1152, 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 1160, 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 1160, 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 1167, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item:last-child {
  margin-bottom: 0;
}

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

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

/* line 1196, 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 1204, 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 1206, 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 1206, 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 1212, 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 1212, 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 1223, 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 1226, 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 1226, 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 1236, 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 1236, 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;
  }
}

@media (max-width: 768px) {
  /* line 1241, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .discount_box.is-empty {
    display: none;
  }
}

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

/* line 1256, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn a, #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn input[type="submit"], #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn button {
  width: 110px;
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  border-radius: 5px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 1256, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn a, #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn input[type="submit"], #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn button {
    width: 100%;
  }
}

/* line 1271, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn a:hover, #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn input[type="submit"]:hover, #agency_property_detail_inner .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn button:hover {
  background: #fff;
  color: var(--theme-color);
}

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

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

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

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

/* line 1302, 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 #a1a1a1;
  line-height: 0;
  overflow: hidden;
}

/* line 1307, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .left .slider li img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* line 1312, 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 1319, 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(--pricing-slide-width, var(--short-stay-slide-width)) + 3px) / 4);
  padding-right: 5px;
  line-height: 0;
}

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

/* line 1326, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .left .thumb_slider li img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid #a1a1a1;
}

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

/* line 1337, 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 1344, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .discount_notice {
  margin-bottom: 16px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.04);
  border-left: 3px solid var(--theme-color);
}

/* line 1349, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .discount_notice .discount_notice_ttl {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--theme-color);
}

/* line 1355, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .discount_notice .discount_notice_price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  font-size: 14px;
  line-height: 1.3;
}

/* line 1362, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .discount_notice .discount_notice_price .original {
  text-decoration: line-through;
  opacity: 0.55;
}

/* line 1365, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .discount_notice .discount_notice_price .original .unit {
  font-size: 12px;
}

/* line 1367, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .discount_notice .discount_notice_price .arrow {
  opacity: 0.5;
}

/* line 1369, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .discount_notice .discount_notice_price .discounted {
  font-weight: 700;
  color: var(--theme-color);
}

/* line 1372, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .discount_notice .discount_notice_price .discounted .unit {
  font-size: 12px;
  font-weight: 500;
}

/* line 1375, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .discount_notice .discount_notice_price .night {
  font-size: 12px;
  color: #585653;
}

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

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

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

/* line 1390, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .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 1398, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .price_detail li .ttl .small {
  margin-left: 5px;
  font-size: 12px;
}

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

/* line 1403, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .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 1411, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .price_detail li .price .unit {
  margin-right: 2px;
  font-size: 16px;
}

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

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

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

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

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

/* line 1432, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .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 1441, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .total_price .price .flex .unit {
  margin-right: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

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

/* line 1452, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .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 1459, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .reserve_box {
  margin-top: 16px;
  text-align: right;
}

@media (max-width: 768px) {
  /* line 1459, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .reserve_box {
    text-align: center;
  }
}

/* line 1465, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .reserve_box .btn a, #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .reserve_box .btn input[type="submit"], #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .reserve_box .btn button {
  display: inline-block;
  width: 110px;
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  border-radius: 5px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 1465, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .reserve_box .btn a, #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .reserve_box .btn input[type="submit"], #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .reserve_box .btn button {
    width: 100%;
  }
}

/* line 1481, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .reserve_box .btn a:hover, #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .reserve_box .btn input[type="submit"]:hover, #agency_property_detail_inner .main_inner .pricing_plan .short_stay .content .right .reserve_box .btn button:hover {
  background: #fff;
  color: var(--theme-color);
}

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

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

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

/* line 1505, 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 1510, 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 1516, 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 1524, 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 1527, 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 1530, 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 1538, 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 1542, 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 1547, 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 1549, 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 1555, 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 1563, 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 1566, 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 1568, 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 1571, 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 1574, 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 1584, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side {
  width: 310px;
}

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

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

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

/* line 1598, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .data {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0 12px;
  border: 1px solid #585653;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #585653;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

/* line 1616, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .data:hover, #agency_property_detail_inner .side_inner .stay_plan .data:focus-visible {
  border-color: var(--theme-color);
  outline: none;
}

/* line 1619, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .data.is-empty {
  align-items: center;
}

/* line 1621, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .data.is-empty .js-stay_plan_empty {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* line 1626, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .data.is-empty .js-stay_plan_range {
  display: none;
}

/* line 1629, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .data:not(.is-empty) .js-stay_plan_empty {
  display: none;
}

/* line 1631, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .data:not(.is-empty) .js-stay_plan_range {
  display: flex;
  align-items: flex-end;
}

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

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

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

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

/* line 1644, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list .switch_btns.is-single .switch_btn {
  width: 100%;
}

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

/* line 1648, 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 1658, 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 1663, 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: 10px 0;
}

/* line 1666, 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 1668, 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: 10px;
}

/* line 1673, 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 1675, 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 1681, 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 1689, 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 1692, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .stay_plan .plan_list .content .short_stay_price {
  padding: 20px 0px;
}

/* line 1696, 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 1698, 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 1702, 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 1708, 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 1715, 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 1719, 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 1724, 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 1726, 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 1730, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar {
  margin-bottom: 16px;
  padding: 0 10px;
}

/* line 1733, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .calendar_sidebar_nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  margin-top: 15px;
}

/* line 1738, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .calendar_sidebar_nav_btn {
  width: 36px;
  height: auto;
  border: 1px solid #a1a1a1;
  border-radius: 3px;
  background: #fff;
  font-size: 15px;
  line-height: 18px;
  color: #585653;
  cursor: pointer;
  transition: all .3s;
}

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

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

/* line 1757, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .month_block {
  background: #fff;
  border: 1px solid #a1a1a1;
  padding: 10px 8px 8px;
  margin-bottom: 0;
}

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

/* line 1772, 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: 18px;
  font-weight: 400;
  line-height: 1;
}

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

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

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

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

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

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

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

/* line 1804, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.12s, color 0.12s;
  color: #585653;
  background: #fff;
  border: 1px solid #a1a1a1;
}

/* line 1816, 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 1821, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .day_cell .day_num {
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #585653;
}

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

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

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

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

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

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

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

/* line 1879, 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 1883, 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 1887, 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 1891, 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 1896, 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 1905, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .calendar .info_bar.visible {
  display: block;
}

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

/* line 1909, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .reserve_btn {
  text-align: center;
}

/* line 1911, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .reserve_btn a, #agency_property_detail_inner .side_inner .reserve_btn button.c_action_btn {
  box-sizing: border-box;
  display: block;
  width: 90%;
  margin: 0 auto;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  background: 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 1926, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .side_inner .reserve_btn a:hover, #agency_property_detail_inner .side_inner .reserve_btn button.c_action_btn:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 1929, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal_bg {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.45);
}

/* line 1935, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal_bg.active {
  display: block;
}

/* line 1937, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 111;
  width: 720px;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 20px 24px 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%);
}

/* line 1952, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal.active {
  display: block;
}

/* line 1954, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

/* line 1959, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #585653;
}

/* line 1964, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_close {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: #585653;
  cursor: pointer;
}

/* line 1973, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* line 1977, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_nav_btn {
  width: 36px;
  height: 32px;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  color: #585653;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

/* line 1988, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_nav_btn:hover {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: #fff;
}

/* line 1992, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_months {
  display: flex;
  gap: 16px;
}

/* line 1995, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_months .month_block {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
  padding: 14px 12px 12px;
  background: #fff;
  border: 1px solid #a1a1a1;
}

/* line 2002, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_months .month_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #585653;
}

/* line 2012, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_months .month_title .year, #agency_property_detail_inner .calendar_modal .calendar_modal_months .month_title .month {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

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

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

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

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

/* line 2033, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_months .dow_cell.sat {
  color: #3632A7;
}

/* line 2035, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_months .dow_cell.sun {
  color: #C33131;
}

/* line 2037, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_months .days_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  height: 210px;
  overflow: hidden;
}

/* line 2043, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_months .day_cell {
  position: relative;
  box-sizing: border-box;
  width: auto;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  color: #585653;
  background: #fff;
  border: 1px solid #a1a1a1;
}

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

/* line 2059, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_months .day_cell .day_num {
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #585653;
}

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

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

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

/* line 2083, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_months .day_cell.selected span, #agency_property_detail_inner .calendar_modal .calendar_modal_months .day_cell.in_range span {
  color: #fff;
}

/* line 2085, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_months .day_cell.in_range:after, #agency_property_detail_inner .calendar_modal .calendar_modal_months .day_cell.range_start:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -7px;
  width: 7px;
  height: 30px;
  background: var(--theme-color);
}

/* line 2094, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_months .day_cell.range_end:after {
  display: none;
}

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

/* line 2101, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_months .day_cell.hover_range, #agency_property_detail_inner .calendar_modal .calendar_modal_months .day_cell.hover_end {
  border-color: var(--theme-color);
}

/* line 2104, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_note {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #888;
  text-align: center;
}

/* line 2110, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_period {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #585653;
  text-align: center;
  min-height: 1.4em;
}

/* line 2118, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_book {
  margin-top: 14px;
  text-align: center;
}

/* line 2121, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_book .c_action_btn, #agency_property_detail_inner .calendar_modal .calendar_modal_book button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 200px;
  max-width: 100%;
  height: 44px;
  padding: 0 24px;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  background: var(--theme-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.03em;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

/* line 2138, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_book .c_action_btn:hover:not(:disabled), #agency_property_detail_inner .calendar_modal .calendar_modal_book button:hover:not(:disabled) {
  background: #fff;
  color: var(--theme-color);
}

/* line 2141, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .calendar_modal .calendar_modal_book .c_action_btn:disabled, #agency_property_detail_inner .calendar_modal .calendar_modal_book button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* line 2144, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .stay_validation_modal_bg {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(0, 0, 0, 0.45);
}

/* line 2150, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .stay_validation_modal_bg.active {
  display: block;
}

/* line 2152, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .stay_validation_modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 121;
  width: 420px;
  max-width: calc(100vw - 32px);
  padding: 24px 22px 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%);
}

/* line 2165, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .stay_validation_modal.active {
  display: block;
}

/* line 2167, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .stay_validation_modal .stay_validation_ttl {
  font-size: 16px;
  font-weight: 700;
  color: #585653;
  margin-bottom: 12px;
}

/* line 2172, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .stay_validation_modal .stay_validation_message {
  font-size: 14px;
  line-height: 1.6;
  color: #585653;
  white-space: pre-line;
  margin-bottom: 18px;
}

/* line 2178, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .stay_validation_modal .c_btn {
  margin: 0;
  text-align: center;
}

/* line 2181, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .stay_validation_modal .c_btn .c_action_btn {
  box-sizing: border-box;
  display: inline-block;
  min-width: 160px;
  max-width: 100%;
  height: 44px;
  padding: 0 24px;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  background: var(--theme-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.03em;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

/* line 2198, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .stay_validation_modal .c_btn .c_action_btn:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 2201, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal_bg {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 130;
  background: rgba(0, 0, 0, 0.45);
}

/* line 2207, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal_bg.active {
  display: block;
}

/* line 2209, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 131;
  width: 480px;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 20px 24px 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%);
}

/* line 2224, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal.active {
  display: block;
}

/* line 2226, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal .sales_plan_modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

/* line 2231, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal .sales_plan_modal_ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #585653;
}

/* line 2236, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal .sales_plan_modal_close {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: #585653;
  cursor: pointer;
}

/* line 2245, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal .plan_select_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 2249, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal .plan_select_box {
  display: none;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid #a1a1a1;
  border-radius: 6px;
}

/* line 2255, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal .plan_select_box.is-visible {
  display: block;
}

/* line 2257, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal .plan_select_box .plan_select_ttl {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #585653;
  margin-bottom: 4px;
}

/* line 2263, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal .plan_select_box .plan_select_price {
  font-size: 14px;
  line-height: 1.4;
  color: #585653;
  margin-bottom: 10px;
}

/* line 2268, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal .plan_select_box .plan_select_price .unit {
  font-size: 12px;
  margin-right: 2px;
}

/* line 2271, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal .plan_select_box .plan_select_price .unit_label {
  font-size: 12px;
  margin-left: 2px;
  color: #888;
}

/* line 2275, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal .plan_select_box .js-plan_select_choose {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 40px;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  background: var(--theme-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

/* line 2291, app/assets/stylesheets/agency/style.sass */
#agency_property_detail_inner .sales_plan_modal .plan_select_box .js-plan_select_choose:hover {
  background: #fff;
  color: var(--theme-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2438, 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 2446, 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 2455, 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 2461, app/assets/stylesheets/agency/style.sass */
#agency_feature_inner .property_list {
  margin-bottom: 130px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2862, 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 2868, 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 2874, 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);
  border-radius: 5px;
  background: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 43px;
  text-align: center;
  color: #fff;
  transition: all .3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2968, 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: 24px 0 0px;
}

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

/* line 2973, 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: 24px;
}

/* line 2975, 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 {
  display: none;
}

/* line 2977, 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;
  box-sizing: border-box;
  width: 600px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #B9B5B5;
  border-bottom: 1px solid #B9B5B5;
}

@media (max-width: 768px) {
  /* line 2977, 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%;
    max-width: 100%;
  }
}

/* line 2991, 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;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 2991, 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 3003, 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 3006, 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 3008, 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 3011, 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 3013, 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 {
  grid-row: 1 / 3;
  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;
}

@media (max-width: 768px) {
  /* line 3013, 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;
  }
}

/* line 3031, 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 {
  grid-column: 2;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 3031, 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 3041, 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 {
  grid-column: 2;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 3041, 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 3050, 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 3053, 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 3060, 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 3063, 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 {
  box-sizing: border-box;
  width: 600px;
  max-width: calc(100% - 30px);
  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 3063, 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%;
    max-width: 100%;
    padding: 28px 15px 50px;
  }
}

/* line 3075, 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;
  text-align: center;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 3075, 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 3086, 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: 5px;
}

/* line 3088, 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 3090, 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 3094, 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 3094, 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 3102, 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 3102, 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 3112, 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 3115, 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 3115, 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 3121, 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 3121, 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 3127, 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 3127, 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 3133, 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: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  /* line 3133, 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 3141, 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 3149, 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 3151, 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 3159, 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;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding-bottom: 2px;
  border: 1px solid #ccc;
}

/* line 3169, 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 3177, 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 3180, 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 3182, 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 3184, 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 3186, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .property_price.short_stay, #agency_reserve_step1_inner .step2_content .property_price.short_stay, #agency_reserve_step1_inner .step3_content .property_price.short_stay, #agency_reserve_step1_inner .confirm_content .property_price.short_stay, #agency_reserve_step2_inner .step1_content .property_price.short_stay, #agency_reserve_step2_inner .step2_content .property_price.short_stay, #agency_reserve_step2_inner .step3_content .property_price.short_stay, #agency_reserve_step2_inner .confirm_content .property_price.short_stay, #agency_reserve_step3_inner .step1_content .property_price.short_stay, #agency_reserve_step3_inner .step2_content .property_price.short_stay, #agency_reserve_step3_inner .step3_content .property_price.short_stay, #agency_reserve_step3_inner .confirm_content .property_price.short_stay, #agency_reserve_confirm_inner .step1_content .property_price.short_stay, #agency_reserve_confirm_inner .step2_content .property_price.short_stay, #agency_reserve_confirm_inner .step3_content .property_price.short_stay, #agency_reserve_confirm_inner .confirm_content .property_price.short_stay {
  display: none;
}

/* line 3190, 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 3192, 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 3194, 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 3197, 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 3199, 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 3203, 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 3203, 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 3214, 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 3219, 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 3224, 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 3226, 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 3226, 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 3236, 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 3239, 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 3241, 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 3241, 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 3251, 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 3251, 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 3256, 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 3260, 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 3260, 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 3268, 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 3270, 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 3272, 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 3272, 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 3283, 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 3283, 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 3291, 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 3299, 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 3299, 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 3308, 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 3314, 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 3317, 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 3320, 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 3330, 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 3342, 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 3344, 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 3354, 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 3362, 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 3364, 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 3375, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_btn, #agency_reserve_step1_inner .step2_content .c_btn, #agency_reserve_step1_inner .step3_content .c_btn, #agency_reserve_step1_inner .confirm_content .c_btn, #agency_reserve_step2_inner .step1_content .c_btn, #agency_reserve_step2_inner .step2_content .c_btn, #agency_reserve_step2_inner .step3_content .c_btn, #agency_reserve_step2_inner .confirm_content .c_btn, #agency_reserve_step3_inner .step1_content .c_btn, #agency_reserve_step3_inner .step2_content .c_btn, #agency_reserve_step3_inner .step3_content .c_btn, #agency_reserve_step3_inner .confirm_content .c_btn, #agency_reserve_confirm_inner .step1_content .c_btn, #agency_reserve_confirm_inner .step2_content .c_btn, #agency_reserve_confirm_inner .step3_content .c_btn, #agency_reserve_confirm_inner .confirm_content .c_btn {
  text-align: center;
}

/* line 3377, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_btn a, #agency_reserve_step1_inner .step1_content .c_btn input[type="submit"], #agency_reserve_step1_inner .step1_content .c_btn button.c_action_btn, #agency_reserve_step1_inner .step2_content .c_btn a, #agency_reserve_step1_inner .step2_content .c_btn input[type="submit"], #agency_reserve_step1_inner .step2_content .c_btn button.c_action_btn, #agency_reserve_step1_inner .step3_content .c_btn a, #agency_reserve_step1_inner .step3_content .c_btn input[type="submit"], #agency_reserve_step1_inner .step3_content .c_btn button.c_action_btn, #agency_reserve_step1_inner .confirm_content .c_btn a, #agency_reserve_step1_inner .confirm_content .c_btn input[type="submit"], #agency_reserve_step1_inner .confirm_content .c_btn button.c_action_btn, #agency_reserve_step2_inner .step1_content .c_btn a, #agency_reserve_step2_inner .step1_content .c_btn input[type="submit"], #agency_reserve_step2_inner .step1_content .c_btn button.c_action_btn, #agency_reserve_step2_inner .step2_content .c_btn a, #agency_reserve_step2_inner .step2_content .c_btn input[type="submit"], #agency_reserve_step2_inner .step2_content .c_btn button.c_action_btn, #agency_reserve_step2_inner .step3_content .c_btn a, #agency_reserve_step2_inner .step3_content .c_btn input[type="submit"], #agency_reserve_step2_inner .step3_content .c_btn button.c_action_btn, #agency_reserve_step2_inner .confirm_content .c_btn a, #agency_reserve_step2_inner .confirm_content .c_btn input[type="submit"], #agency_reserve_step2_inner .confirm_content .c_btn button.c_action_btn, #agency_reserve_step3_inner .step1_content .c_btn a, #agency_reserve_step3_inner .step1_content .c_btn input[type="submit"], #agency_reserve_step3_inner .step1_content .c_btn button.c_action_btn, #agency_reserve_step3_inner .step2_content .c_btn a, #agency_reserve_step3_inner .step2_content .c_btn input[type="submit"], #agency_reserve_step3_inner .step2_content .c_btn button.c_action_btn, #agency_reserve_step3_inner .step3_content .c_btn a, #agency_reserve_step3_inner .step3_content .c_btn input[type="submit"], #agency_reserve_step3_inner .step3_content .c_btn button.c_action_btn, #agency_reserve_step3_inner .confirm_content .c_btn a, #agency_reserve_step3_inner .confirm_content .c_btn input[type="submit"], #agency_reserve_step3_inner .confirm_content .c_btn button.c_action_btn, #agency_reserve_confirm_inner .step1_content .c_btn a, #agency_reserve_confirm_inner .step1_content .c_btn input[type="submit"], #agency_reserve_confirm_inner .step1_content .c_btn button.c_action_btn, #agency_reserve_confirm_inner .step2_content .c_btn a, #agency_reserve_confirm_inner .step2_content .c_btn input[type="submit"], #agency_reserve_confirm_inner .step2_content .c_btn button.c_action_btn, #agency_reserve_confirm_inner .step3_content .c_btn a, #agency_reserve_confirm_inner .step3_content .c_btn input[type="submit"], #agency_reserve_confirm_inner .step3_content .c_btn button.c_action_btn, #agency_reserve_confirm_inner .confirm_content .c_btn a, #agency_reserve_confirm_inner .confirm_content .c_btn input[type="submit"], #agency_reserve_confirm_inner .confirm_content .c_btn button.c_action_btn {
  box-sizing: border-box;
  display: block;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 1px;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  background: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all .3s;
}

/* line 3395, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_btn a:hover, #agency_reserve_step1_inner .step1_content .c_btn input[type="submit"]:hover, #agency_reserve_step1_inner .step1_content .c_btn button.c_action_btn:hover, #agency_reserve_step1_inner .step2_content .c_btn a:hover, #agency_reserve_step1_inner .step2_content .c_btn input[type="submit"]:hover, #agency_reserve_step1_inner .step2_content .c_btn button.c_action_btn:hover, #agency_reserve_step1_inner .step3_content .c_btn a:hover, #agency_reserve_step1_inner .step3_content .c_btn input[type="submit"]:hover, #agency_reserve_step1_inner .step3_content .c_btn button.c_action_btn:hover, #agency_reserve_step1_inner .confirm_content .c_btn a:hover, #agency_reserve_step1_inner .confirm_content .c_btn input[type="submit"]:hover, #agency_reserve_step1_inner .confirm_content .c_btn button.c_action_btn:hover, #agency_reserve_step2_inner .step1_content .c_btn a:hover, #agency_reserve_step2_inner .step1_content .c_btn input[type="submit"]:hover, #agency_reserve_step2_inner .step1_content .c_btn button.c_action_btn:hover, #agency_reserve_step2_inner .step2_content .c_btn a:hover, #agency_reserve_step2_inner .step2_content .c_btn input[type="submit"]:hover, #agency_reserve_step2_inner .step2_content .c_btn button.c_action_btn:hover, #agency_reserve_step2_inner .step3_content .c_btn a:hover, #agency_reserve_step2_inner .step3_content .c_btn input[type="submit"]:hover, #agency_reserve_step2_inner .step3_content .c_btn button.c_action_btn:hover, #agency_reserve_step2_inner .confirm_content .c_btn a:hover, #agency_reserve_step2_inner .confirm_content .c_btn input[type="submit"]:hover, #agency_reserve_step2_inner .confirm_content .c_btn button.c_action_btn:hover, #agency_reserve_step3_inner .step1_content .c_btn a:hover, #agency_reserve_step3_inner .step1_content .c_btn input[type="submit"]:hover, #agency_reserve_step3_inner .step1_content .c_btn button.c_action_btn:hover, #agency_reserve_step3_inner .step2_content .c_btn a:hover, #agency_reserve_step3_inner .step2_content .c_btn input[type="submit"]:hover, #agency_reserve_step3_inner .step2_content .c_btn button.c_action_btn:hover, #agency_reserve_step3_inner .step3_content .c_btn a:hover, #agency_reserve_step3_inner .step3_content .c_btn input[type="submit"]:hover, #agency_reserve_step3_inner .step3_content .c_btn button.c_action_btn:hover, #agency_reserve_step3_inner .confirm_content .c_btn a:hover, #agency_reserve_step3_inner .confirm_content .c_btn input[type="submit"]:hover, #agency_reserve_step3_inner .confirm_content .c_btn button.c_action_btn:hover, #agency_reserve_confirm_inner .step1_content .c_btn a:hover, #agency_reserve_confirm_inner .step1_content .c_btn input[type="submit"]:hover, #agency_reserve_confirm_inner .step1_content .c_btn button.c_action_btn:hover, #agency_reserve_confirm_inner .step2_content .c_btn a:hover, #agency_reserve_confirm_inner .step2_content .c_btn input[type="submit"]:hover, #agency_reserve_confirm_inner .step2_content .c_btn button.c_action_btn:hover, #agency_reserve_confirm_inner .step3_content .c_btn a:hover, #agency_reserve_confirm_inner .step3_content .c_btn input[type="submit"]:hover, #agency_reserve_confirm_inner .step3_content .c_btn button.c_action_btn:hover, #agency_reserve_confirm_inner .confirm_content .c_btn a:hover, #agency_reserve_confirm_inner .confirm_content .c_btn input[type="submit"]:hover, #agency_reserve_confirm_inner .confirm_content .c_btn button.c_action_btn:hover {
  background: #fff;
  color: var(--theme-color);
}

/* line 3398, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_btn.guest_info_login_btn, #agency_reserve_step1_inner .step2_content .c_btn.guest_info_login_btn, #agency_reserve_step1_inner .step3_content .c_btn.guest_info_login_btn, #agency_reserve_step1_inner .confirm_content .c_btn.guest_info_login_btn, #agency_reserve_step2_inner .step1_content .c_btn.guest_info_login_btn, #agency_reserve_step2_inner .step2_content .c_btn.guest_info_login_btn, #agency_reserve_step2_inner .step3_content .c_btn.guest_info_login_btn, #agency_reserve_step2_inner .confirm_content .c_btn.guest_info_login_btn, #agency_reserve_step3_inner .step1_content .c_btn.guest_info_login_btn, #agency_reserve_step3_inner .step2_content .c_btn.guest_info_login_btn, #agency_reserve_step3_inner .step3_content .c_btn.guest_info_login_btn, #agency_reserve_step3_inner .confirm_content .c_btn.guest_info_login_btn, #agency_reserve_confirm_inner .step1_content .c_btn.guest_info_login_btn, #agency_reserve_confirm_inner .step2_content .c_btn.guest_info_login_btn, #agency_reserve_confirm_inner .step3_content .c_btn.guest_info_login_btn, #agency_reserve_confirm_inner .confirm_content .c_btn.guest_info_login_btn {
  margin-top: 20px;
  margin-bottom: 1.5rem;
}

/* line 3401, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel, #agency_reserve_step1_inner .step2_content .guest_info_panel, #agency_reserve_step1_inner .step3_content .guest_info_panel, #agency_reserve_step1_inner .confirm_content .guest_info_panel, #agency_reserve_step2_inner .step1_content .guest_info_panel, #agency_reserve_step2_inner .step2_content .guest_info_panel, #agency_reserve_step2_inner .step3_content .guest_info_panel, #agency_reserve_step2_inner .confirm_content .guest_info_panel, #agency_reserve_step3_inner .step1_content .guest_info_panel, #agency_reserve_step3_inner .step2_content .guest_info_panel, #agency_reserve_step3_inner .step3_content .guest_info_panel, #agency_reserve_step3_inner .confirm_content .guest_info_panel, #agency_reserve_confirm_inner .step1_content .guest_info_panel, #agency_reserve_confirm_inner .step2_content .guest_info_panel, #agency_reserve_confirm_inner .step3_content .guest_info_panel, #agency_reserve_confirm_inner .confirm_content .guest_info_panel {
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}

/* line 3405, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .reservation_summary, #agency_reserve_step1_inner .step2_content .guest_info_panel .reservation_summary, #agency_reserve_step1_inner .step3_content .guest_info_panel .reservation_summary, #agency_reserve_step1_inner .confirm_content .guest_info_panel .reservation_summary, #agency_reserve_step2_inner .step1_content .guest_info_panel .reservation_summary, #agency_reserve_step2_inner .step2_content .guest_info_panel .reservation_summary, #agency_reserve_step2_inner .step3_content .guest_info_panel .reservation_summary, #agency_reserve_step2_inner .confirm_content .guest_info_panel .reservation_summary, #agency_reserve_step3_inner .step1_content .guest_info_panel .reservation_summary, #agency_reserve_step3_inner .step2_content .guest_info_panel .reservation_summary, #agency_reserve_step3_inner .step3_content .guest_info_panel .reservation_summary, #agency_reserve_step3_inner .confirm_content .guest_info_panel .reservation_summary, #agency_reserve_confirm_inner .step1_content .guest_info_panel .reservation_summary, #agency_reserve_confirm_inner .step2_content .guest_info_panel .reservation_summary, #agency_reserve_confirm_inner .step3_content .guest_info_panel .reservation_summary, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .reservation_summary {
  margin: 24px 0 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}

/* line 3409, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .reservation_summary_property, #agency_reserve_step1_inner .step2_content .guest_info_panel .reservation_summary_property, #agency_reserve_step1_inner .step3_content .guest_info_panel .reservation_summary_property, #agency_reserve_step1_inner .confirm_content .guest_info_panel .reservation_summary_property, #agency_reserve_step2_inner .step1_content .guest_info_panel .reservation_summary_property, #agency_reserve_step2_inner .step2_content .guest_info_panel .reservation_summary_property, #agency_reserve_step2_inner .step3_content .guest_info_panel .reservation_summary_property, #agency_reserve_step2_inner .confirm_content .guest_info_panel .reservation_summary_property, #agency_reserve_step3_inner .step1_content .guest_info_panel .reservation_summary_property, #agency_reserve_step3_inner .step2_content .guest_info_panel .reservation_summary_property, #agency_reserve_step3_inner .step3_content .guest_info_panel .reservation_summary_property, #agency_reserve_step3_inner .confirm_content .guest_info_panel .reservation_summary_property, #agency_reserve_confirm_inner .step1_content .guest_info_panel .reservation_summary_property, #agency_reserve_confirm_inner .step2_content .guest_info_panel .reservation_summary_property, #agency_reserve_confirm_inner .step3_content .guest_info_panel .reservation_summary_property, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .reservation_summary_property {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #585653;
}

/* line 3415, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .reservation_summary_meta, #agency_reserve_step1_inner .step2_content .guest_info_panel .reservation_summary_meta, #agency_reserve_step1_inner .step3_content .guest_info_panel .reservation_summary_meta, #agency_reserve_step1_inner .confirm_content .guest_info_panel .reservation_summary_meta, #agency_reserve_step2_inner .step1_content .guest_info_panel .reservation_summary_meta, #agency_reserve_step2_inner .step2_content .guest_info_panel .reservation_summary_meta, #agency_reserve_step2_inner .step3_content .guest_info_panel .reservation_summary_meta, #agency_reserve_step2_inner .confirm_content .guest_info_panel .reservation_summary_meta, #agency_reserve_step3_inner .step1_content .guest_info_panel .reservation_summary_meta, #agency_reserve_step3_inner .step2_content .guest_info_panel .reservation_summary_meta, #agency_reserve_step3_inner .step3_content .guest_info_panel .reservation_summary_meta, #agency_reserve_step3_inner .confirm_content .guest_info_panel .reservation_summary_meta, #agency_reserve_confirm_inner .step1_content .guest_info_panel .reservation_summary_meta, #agency_reserve_confirm_inner .step2_content .guest_info_panel .reservation_summary_meta, #agency_reserve_confirm_inner .step3_content .guest_info_panel .reservation_summary_meta, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .reservation_summary_meta {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  color: #585653;
}

/* line 3420, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .account_booking_list, #agency_reserve_step1_inner .step2_content .guest_info_panel .account_booking_list, #agency_reserve_step1_inner .step3_content .guest_info_panel .account_booking_list, #agency_reserve_step1_inner .confirm_content .guest_info_panel .account_booking_list, #agency_reserve_step2_inner .step1_content .guest_info_panel .account_booking_list, #agency_reserve_step2_inner .step2_content .guest_info_panel .account_booking_list, #agency_reserve_step2_inner .step3_content .guest_info_panel .account_booking_list, #agency_reserve_step2_inner .confirm_content .guest_info_panel .account_booking_list, #agency_reserve_step3_inner .step1_content .guest_info_panel .account_booking_list, #agency_reserve_step3_inner .step2_content .guest_info_panel .account_booking_list, #agency_reserve_step3_inner .step3_content .guest_info_panel .account_booking_list, #agency_reserve_step3_inner .confirm_content .guest_info_panel .account_booking_list, #agency_reserve_confirm_inner .step1_content .guest_info_panel .account_booking_list, #agency_reserve_confirm_inner .step2_content .guest_info_panel .account_booking_list, #agency_reserve_confirm_inner .step3_content .guest_info_panel .account_booking_list, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .account_booking_list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

/* line 3424, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .account_booking_item, #agency_reserve_step1_inner .step2_content .guest_info_panel .account_booking_item, #agency_reserve_step1_inner .step3_content .guest_info_panel .account_booking_item, #agency_reserve_step1_inner .confirm_content .guest_info_panel .account_booking_item, #agency_reserve_step2_inner .step1_content .guest_info_panel .account_booking_item, #agency_reserve_step2_inner .step2_content .guest_info_panel .account_booking_item, #agency_reserve_step2_inner .step3_content .guest_info_panel .account_booking_item, #agency_reserve_step2_inner .confirm_content .guest_info_panel .account_booking_item, #agency_reserve_step3_inner .step1_content .guest_info_panel .account_booking_item, #agency_reserve_step3_inner .step2_content .guest_info_panel .account_booking_item, #agency_reserve_step3_inner .step3_content .guest_info_panel .account_booking_item, #agency_reserve_step3_inner .confirm_content .guest_info_panel .account_booking_item, #agency_reserve_confirm_inner .step1_content .guest_info_panel .account_booking_item, #agency_reserve_confirm_inner .step2_content .guest_info_panel .account_booking_item, #agency_reserve_confirm_inner .step3_content .guest_info_panel .account_booking_item, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .account_booking_item {
  display: flex;
  align-items: stretch;
  gap: 14px;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
}

/* line 3434, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_step1_inner .step2_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_step1_inner .step3_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_step1_inner .confirm_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_step2_inner .step1_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_step2_inner .step2_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_step2_inner .step3_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_step2_inner .confirm_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_step3_inner .step1_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_step3_inner .step2_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_step3_inner .step3_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_step3_inner .confirm_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_confirm_inner .step1_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_confirm_inner .step2_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_confirm_inner .step3_content .guest_info_panel .account_booking_item:last-child, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .account_booking_item:last-child {
  margin-bottom: 0;
}

/* line 3436, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .account_booking_ph, #agency_reserve_step1_inner .step2_content .guest_info_panel .account_booking_ph, #agency_reserve_step1_inner .step3_content .guest_info_panel .account_booking_ph, #agency_reserve_step1_inner .confirm_content .guest_info_panel .account_booking_ph, #agency_reserve_step2_inner .step1_content .guest_info_panel .account_booking_ph, #agency_reserve_step2_inner .step2_content .guest_info_panel .account_booking_ph, #agency_reserve_step2_inner .step3_content .guest_info_panel .account_booking_ph, #agency_reserve_step2_inner .confirm_content .guest_info_panel .account_booking_ph, #agency_reserve_step3_inner .step1_content .guest_info_panel .account_booking_ph, #agency_reserve_step3_inner .step2_content .guest_info_panel .account_booking_ph, #agency_reserve_step3_inner .step3_content .guest_info_panel .account_booking_ph, #agency_reserve_step3_inner .confirm_content .guest_info_panel .account_booking_ph, #agency_reserve_confirm_inner .step1_content .guest_info_panel .account_booking_ph, #agency_reserve_confirm_inner .step2_content .guest_info_panel .account_booking_ph, #agency_reserve_confirm_inner .step3_content .guest_info_panel .account_booking_ph, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .account_booking_ph {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 148px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 2px;
  background: transparent;
  line-height: 0;
}

@media (max-width: 768px) {
  /* line 3436, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .guest_info_panel .account_booking_ph, #agency_reserve_step1_inner .step2_content .guest_info_panel .account_booking_ph, #agency_reserve_step1_inner .step3_content .guest_info_panel .account_booking_ph, #agency_reserve_step1_inner .confirm_content .guest_info_panel .account_booking_ph, #agency_reserve_step2_inner .step1_content .guest_info_panel .account_booking_ph, #agency_reserve_step2_inner .step2_content .guest_info_panel .account_booking_ph, #agency_reserve_step2_inner .step3_content .guest_info_panel .account_booking_ph, #agency_reserve_step2_inner .confirm_content .guest_info_panel .account_booking_ph, #agency_reserve_step3_inner .step1_content .guest_info_panel .account_booking_ph, #agency_reserve_step3_inner .step2_content .guest_info_panel .account_booking_ph, #agency_reserve_step3_inner .step3_content .guest_info_panel .account_booking_ph, #agency_reserve_step3_inner .confirm_content .guest_info_panel .account_booking_ph, #agency_reserve_confirm_inner .step1_content .guest_info_panel .account_booking_ph, #agency_reserve_confirm_inner .step2_content .guest_info_panel .account_booking_ph, #agency_reserve_confirm_inner .step3_content .guest_info_panel .account_booking_ph, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .account_booking_ph {
    width: 112px;
  }
}

/* line 3448, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .account_booking_ph img, #agency_reserve_step1_inner .step2_content .guest_info_panel .account_booking_ph img, #agency_reserve_step1_inner .step3_content .guest_info_panel .account_booking_ph img, #agency_reserve_step1_inner .confirm_content .guest_info_panel .account_booking_ph img, #agency_reserve_step2_inner .step1_content .guest_info_panel .account_booking_ph img, #agency_reserve_step2_inner .step2_content .guest_info_panel .account_booking_ph img, #agency_reserve_step2_inner .step3_content .guest_info_panel .account_booking_ph img, #agency_reserve_step2_inner .confirm_content .guest_info_panel .account_booking_ph img, #agency_reserve_step3_inner .step1_content .guest_info_panel .account_booking_ph img, #agency_reserve_step3_inner .step2_content .guest_info_panel .account_booking_ph img, #agency_reserve_step3_inner .step3_content .guest_info_panel .account_booking_ph img, #agency_reserve_step3_inner .confirm_content .guest_info_panel .account_booking_ph img, #agency_reserve_confirm_inner .step1_content .guest_info_panel .account_booking_ph img, #agency_reserve_confirm_inner .step2_content .guest_info_panel .account_booking_ph img, #agency_reserve_confirm_inner .step3_content .guest_info_panel .account_booking_ph img, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .account_booking_ph img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 3456, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_step1_inner .step2_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_step1_inner .step3_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_step1_inner .confirm_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_step2_inner .step1_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_step2_inner .step2_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_step2_inner .step3_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_step2_inner .confirm_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_step3_inner .step1_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_step3_inner .step2_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_step3_inner .step3_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_step3_inner .confirm_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_confirm_inner .step1_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_confirm_inner .step2_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_confirm_inner .step3_content .guest_info_panel .account_booking_ph .account_booking_ph_empty, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .account_booking_ph .account_booking_ph_empty {
  position: absolute;
  inset: 0;
  display: block;
  background: #EFEFEF;
}

/* line 3461, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .account_booking_body, #agency_reserve_step1_inner .step2_content .guest_info_panel .account_booking_body, #agency_reserve_step1_inner .step3_content .guest_info_panel .account_booking_body, #agency_reserve_step1_inner .confirm_content .guest_info_panel .account_booking_body, #agency_reserve_step2_inner .step1_content .guest_info_panel .account_booking_body, #agency_reserve_step2_inner .step2_content .guest_info_panel .account_booking_body, #agency_reserve_step2_inner .step3_content .guest_info_panel .account_booking_body, #agency_reserve_step2_inner .confirm_content .guest_info_panel .account_booking_body, #agency_reserve_step3_inner .step1_content .guest_info_panel .account_booking_body, #agency_reserve_step3_inner .step2_content .guest_info_panel .account_booking_body, #agency_reserve_step3_inner .step3_content .guest_info_panel .account_booking_body, #agency_reserve_step3_inner .confirm_content .guest_info_panel .account_booking_body, #agency_reserve_confirm_inner .step1_content .guest_info_panel .account_booking_body, #agency_reserve_confirm_inner .step2_content .guest_info_panel .account_booking_body, #agency_reserve_confirm_inner .step3_content .guest_info_panel .account_booking_body, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .account_booking_body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding-top: 2px;
  text-align: left;
}

/* line 3468, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .account_booking_ttl, #agency_reserve_step1_inner .step2_content .guest_info_panel .account_booking_ttl, #agency_reserve_step1_inner .step3_content .guest_info_panel .account_booking_ttl, #agency_reserve_step1_inner .confirm_content .guest_info_panel .account_booking_ttl, #agency_reserve_step2_inner .step1_content .guest_info_panel .account_booking_ttl, #agency_reserve_step2_inner .step2_content .guest_info_panel .account_booking_ttl, #agency_reserve_step2_inner .step3_content .guest_info_panel .account_booking_ttl, #agency_reserve_step2_inner .confirm_content .guest_info_panel .account_booking_ttl, #agency_reserve_step3_inner .step1_content .guest_info_panel .account_booking_ttl, #agency_reserve_step3_inner .step2_content .guest_info_panel .account_booking_ttl, #agency_reserve_step3_inner .step3_content .guest_info_panel .account_booking_ttl, #agency_reserve_step3_inner .confirm_content .guest_info_panel .account_booking_ttl, #agency_reserve_confirm_inner .step1_content .guest_info_panel .account_booking_ttl, #agency_reserve_confirm_inner .step2_content .guest_info_panel .account_booking_ttl, #agency_reserve_confirm_inner .step3_content .guest_info_panel .account_booking_ttl, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .account_booking_ttl {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #585653;
}

/* line 3475, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .account_booking_meta, #agency_reserve_step1_inner .step2_content .guest_info_panel .account_booking_meta, #agency_reserve_step1_inner .step3_content .guest_info_panel .account_booking_meta, #agency_reserve_step1_inner .confirm_content .guest_info_panel .account_booking_meta, #agency_reserve_step2_inner .step1_content .guest_info_panel .account_booking_meta, #agency_reserve_step2_inner .step2_content .guest_info_panel .account_booking_meta, #agency_reserve_step2_inner .step3_content .guest_info_panel .account_booking_meta, #agency_reserve_step2_inner .confirm_content .guest_info_panel .account_booking_meta, #agency_reserve_step3_inner .step1_content .guest_info_panel .account_booking_meta, #agency_reserve_step3_inner .step2_content .guest_info_panel .account_booking_meta, #agency_reserve_step3_inner .step3_content .guest_info_panel .account_booking_meta, #agency_reserve_step3_inner .confirm_content .guest_info_panel .account_booking_meta, #agency_reserve_confirm_inner .step1_content .guest_info_panel .account_booking_meta, #agency_reserve_confirm_inner .step2_content .guest_info_panel .account_booking_meta, #agency_reserve_confirm_inner .step3_content .guest_info_panel .account_booking_meta, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .account_booking_meta {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  color: #585653;
}

/* line 3480, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .account_booking_deadline, #agency_reserve_step1_inner .step2_content .guest_info_panel .account_booking_deadline, #agency_reserve_step1_inner .step3_content .guest_info_panel .account_booking_deadline, #agency_reserve_step1_inner .confirm_content .guest_info_panel .account_booking_deadline, #agency_reserve_step2_inner .step1_content .guest_info_panel .account_booking_deadline, #agency_reserve_step2_inner .step2_content .guest_info_panel .account_booking_deadline, #agency_reserve_step2_inner .step3_content .guest_info_panel .account_booking_deadline, #agency_reserve_step2_inner .confirm_content .guest_info_panel .account_booking_deadline, #agency_reserve_step3_inner .step1_content .guest_info_panel .account_booking_deadline, #agency_reserve_step3_inner .step2_content .guest_info_panel .account_booking_deadline, #agency_reserve_step3_inner .step3_content .guest_info_panel .account_booking_deadline, #agency_reserve_step3_inner .confirm_content .guest_info_panel .account_booking_deadline, #agency_reserve_confirm_inner .step1_content .guest_info_panel .account_booking_deadline, #agency_reserve_confirm_inner .step2_content .guest_info_panel .account_booking_deadline, #agency_reserve_confirm_inner .step3_content .guest_info_panel .account_booking_deadline, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .account_booking_deadline {
  display: block;
  margin-top: 2px;
  font-size: 11px;
}

/* line 3484, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .account_booking_actions, #agency_reserve_step1_inner .step2_content .guest_info_panel .account_booking_actions, #agency_reserve_step1_inner .step3_content .guest_info_panel .account_booking_actions, #agency_reserve_step1_inner .confirm_content .guest_info_panel .account_booking_actions, #agency_reserve_step2_inner .step1_content .guest_info_panel .account_booking_actions, #agency_reserve_step2_inner .step2_content .guest_info_panel .account_booking_actions, #agency_reserve_step2_inner .step3_content .guest_info_panel .account_booking_actions, #agency_reserve_step2_inner .confirm_content .guest_info_panel .account_booking_actions, #agency_reserve_step3_inner .step1_content .guest_info_panel .account_booking_actions, #agency_reserve_step3_inner .step2_content .guest_info_panel .account_booking_actions, #agency_reserve_step3_inner .step3_content .guest_info_panel .account_booking_actions, #agency_reserve_step3_inner .confirm_content .guest_info_panel .account_booking_actions, #agency_reserve_confirm_inner .step1_content .guest_info_panel .account_booking_actions, #agency_reserve_confirm_inner .step2_content .guest_info_panel .account_booking_actions, #agency_reserve_confirm_inner .step3_content .guest_info_panel .account_booking_actions, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .account_booking_actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 10px;
}

/* line 3491, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .btn_booking_detail, #agency_reserve_step1_inner .step2_content .guest_info_panel .btn_booking_detail, #agency_reserve_step1_inner .step3_content .guest_info_panel .btn_booking_detail, #agency_reserve_step1_inner .confirm_content .guest_info_panel .btn_booking_detail, #agency_reserve_step2_inner .step1_content .guest_info_panel .btn_booking_detail, #agency_reserve_step2_inner .step2_content .guest_info_panel .btn_booking_detail, #agency_reserve_step2_inner .step3_content .guest_info_panel .btn_booking_detail, #agency_reserve_step2_inner .confirm_content .guest_info_panel .btn_booking_detail, #agency_reserve_step3_inner .step1_content .guest_info_panel .btn_booking_detail, #agency_reserve_step3_inner .step2_content .guest_info_panel .btn_booking_detail, #agency_reserve_step3_inner .step3_content .guest_info_panel .btn_booking_detail, #agency_reserve_step3_inner .confirm_content .guest_info_panel .btn_booking_detail, #agency_reserve_confirm_inner .step1_content .guest_info_panel .btn_booking_detail, #agency_reserve_confirm_inner .step2_content .guest_info_panel .btn_booking_detail, #agency_reserve_confirm_inner .step3_content .guest_info_panel .btn_booking_detail, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .btn_booking_detail {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 14px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #585653;
  cursor: pointer;
  transition: all .3s;
}

/* line 3505, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_step1_inner .step2_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_step1_inner .step3_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_step1_inner .confirm_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_step2_inner .step1_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_step2_inner .step2_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_step2_inner .step3_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_step2_inner .confirm_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_step3_inner .step1_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_step3_inner .step2_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_step3_inner .step3_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_step3_inner .confirm_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_confirm_inner .step1_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_confirm_inner .step2_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_confirm_inner .step3_content .guest_info_panel .btn_booking_detail:hover, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .btn_booking_detail:hover {
  background: #F5F5F5;
}

/* line 3507, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .btn_resume_reservation, #agency_reserve_step1_inner .step2_content .guest_info_panel .btn_resume_reservation, #agency_reserve_step1_inner .step3_content .guest_info_panel .btn_resume_reservation, #agency_reserve_step1_inner .confirm_content .guest_info_panel .btn_resume_reservation, #agency_reserve_step2_inner .step1_content .guest_info_panel .btn_resume_reservation, #agency_reserve_step2_inner .step2_content .guest_info_panel .btn_resume_reservation, #agency_reserve_step2_inner .step3_content .guest_info_panel .btn_resume_reservation, #agency_reserve_step2_inner .confirm_content .guest_info_panel .btn_resume_reservation, #agency_reserve_step3_inner .step1_content .guest_info_panel .btn_resume_reservation, #agency_reserve_step3_inner .step2_content .guest_info_panel .btn_resume_reservation, #agency_reserve_step3_inner .step3_content .guest_info_panel .btn_resume_reservation, #agency_reserve_step3_inner .confirm_content .guest_info_panel .btn_resume_reservation, #agency_reserve_confirm_inner .step1_content .guest_info_panel .btn_resume_reservation, #agency_reserve_confirm_inner .step2_content .guest_info_panel .btn_resume_reservation, #agency_reserve_confirm_inner .step3_content .guest_info_panel .btn_resume_reservation, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .btn_resume_reservation {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 14px;
  border: 1px solid #c0392b;
  border-radius: 5px;
  background: #c0392b;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all .3s;
}

/* line 3522, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_step1_inner .step2_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_step1_inner .step3_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_step1_inner .confirm_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_step2_inner .step1_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_step2_inner .step2_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_step2_inner .step3_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_step2_inner .confirm_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_step3_inner .step1_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_step3_inner .step2_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_step3_inner .step3_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_step3_inner .confirm_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_confirm_inner .step1_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_confirm_inner .step2_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_confirm_inner .step3_content .guest_info_panel .btn_resume_reservation:hover, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .btn_resume_reservation:hover {
  background: #fff;
  color: #c0392b;
  color: var(--theme-color);
}

/* line 3526, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .payment_method_ttl, #agency_reserve_step1_inner .step2_content .guest_info_panel .payment_method_ttl, #agency_reserve_step1_inner .step3_content .guest_info_panel .payment_method_ttl, #agency_reserve_step1_inner .confirm_content .guest_info_panel .payment_method_ttl, #agency_reserve_step2_inner .step1_content .guest_info_panel .payment_method_ttl, #agency_reserve_step2_inner .step2_content .guest_info_panel .payment_method_ttl, #agency_reserve_step2_inner .step3_content .guest_info_panel .payment_method_ttl, #agency_reserve_step2_inner .confirm_content .guest_info_panel .payment_method_ttl, #agency_reserve_step3_inner .step1_content .guest_info_panel .payment_method_ttl, #agency_reserve_step3_inner .step2_content .guest_info_panel .payment_method_ttl, #agency_reserve_step3_inner .step3_content .guest_info_panel .payment_method_ttl, #agency_reserve_step3_inner .confirm_content .guest_info_panel .payment_method_ttl, #agency_reserve_confirm_inner .step1_content .guest_info_panel .payment_method_ttl, #agency_reserve_confirm_inner .step2_content .guest_info_panel .payment_method_ttl, #agency_reserve_confirm_inner .step3_content .guest_info_panel .payment_method_ttl, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .payment_method_ttl {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02em;
  text-align: center;
  color: #585653;
}

/* line 3534, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .payment_method_tabs, #agency_reserve_step1_inner .step2_content .guest_info_panel .payment_method_tabs, #agency_reserve_step1_inner .step3_content .guest_info_panel .payment_method_tabs, #agency_reserve_step1_inner .confirm_content .guest_info_panel .payment_method_tabs, #agency_reserve_step2_inner .step1_content .guest_info_panel .payment_method_tabs, #agency_reserve_step2_inner .step2_content .guest_info_panel .payment_method_tabs, #agency_reserve_step2_inner .step3_content .guest_info_panel .payment_method_tabs, #agency_reserve_step2_inner .confirm_content .guest_info_panel .payment_method_tabs, #agency_reserve_step3_inner .step1_content .guest_info_panel .payment_method_tabs, #agency_reserve_step3_inner .step2_content .guest_info_panel .payment_method_tabs, #agency_reserve_step3_inner .step3_content .guest_info_panel .payment_method_tabs, #agency_reserve_step3_inner .confirm_content .guest_info_panel .payment_method_tabs, #agency_reserve_confirm_inner .step1_content .guest_info_panel .payment_method_tabs, #agency_reserve_confirm_inner .step2_content .guest_info_panel .payment_method_tabs, #agency_reserve_confirm_inner .step3_content .guest_info_panel .payment_method_tabs, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .payment_method_tabs {
  display: flex;
  margin-bottom: 20px;
}

/* line 3537, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_step1_inner .step2_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_step1_inner .step3_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_step1_inner .confirm_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_step2_inner .step1_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_step2_inner .step2_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_step2_inner .step3_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_step2_inner .confirm_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_step3_inner .step1_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_step3_inner .step2_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_step3_inner .step3_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_step3_inner .confirm_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_confirm_inner .step1_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_confirm_inner .step2_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_confirm_inner .step3_content .guest_info_panel .payment_method_tabs .js-payment_method_tab, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .payment_method_tabs .js-payment_method_tab {
  flex: 1;
  padding: 10px 0;
  border: 1px solid #a1a1a1;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  color: #585653;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

/* line 3549, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_step1_inner .step2_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_step1_inner .step3_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_step1_inner .confirm_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_step2_inner .step1_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_step2_inner .step2_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_step2_inner .step3_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_step2_inner .confirm_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_step3_inner .step1_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_step3_inner .step2_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_step3_inner .step3_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_step3_inner .confirm_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_confirm_inner .step1_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_confirm_inner .step2_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_confirm_inner .step3_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .payment_method_tabs .js-payment_method_tab:first-child {
  border-right: none;
}

/* line 3551, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_step1_inner .step2_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_step1_inner .step3_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_step1_inner .confirm_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_step2_inner .step1_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_step2_inner .step2_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_step2_inner .step3_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_step2_inner .confirm_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_step3_inner .step1_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_step3_inner .step2_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_step3_inner .step3_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_step3_inner .confirm_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_confirm_inner .step1_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_confirm_inner .step2_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_confirm_inner .step3_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active, #agency_reserve_confirm_inner .confirm_content .guest_info_panel .payment_method_tabs .js-payment_method_tab.active {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: #fff;
}

/* line 3555, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_account_data, #agency_reserve_step1_inner .step2_content .guest_account_data, #agency_reserve_step1_inner .step3_content .guest_account_data, #agency_reserve_step1_inner .confirm_content .guest_account_data, #agency_reserve_step2_inner .step1_content .guest_account_data, #agency_reserve_step2_inner .step2_content .guest_account_data, #agency_reserve_step2_inner .step3_content .guest_account_data, #agency_reserve_step2_inner .confirm_content .guest_account_data, #agency_reserve_step3_inner .step1_content .guest_account_data, #agency_reserve_step3_inner .step2_content .guest_account_data, #agency_reserve_step3_inner .step3_content .guest_account_data, #agency_reserve_step3_inner .confirm_content .guest_account_data, #agency_reserve_confirm_inner .step1_content .guest_account_data, #agency_reserve_confirm_inner .step2_content .guest_account_data, #agency_reserve_confirm_inner .step3_content .guest_account_data, #agency_reserve_confirm_inner .confirm_content .guest_account_data {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #585653;
  text-align: center;
}

/* line 3562, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_lead, #agency_reserve_step1_inner .step2_content .guest_info_lead, #agency_reserve_step1_inner .step3_content .guest_info_lead, #agency_reserve_step1_inner .confirm_content .guest_info_lead, #agency_reserve_step2_inner .step1_content .guest_info_lead, #agency_reserve_step2_inner .step2_content .guest_info_lead, #agency_reserve_step2_inner .step3_content .guest_info_lead, #agency_reserve_step2_inner .confirm_content .guest_info_lead, #agency_reserve_step3_inner .step1_content .guest_info_lead, #agency_reserve_step3_inner .step2_content .guest_info_lead, #agency_reserve_step3_inner .step3_content .guest_info_lead, #agency_reserve_step3_inner .confirm_content .guest_info_lead, #agency_reserve_confirm_inner .step1_content .guest_info_lead, #agency_reserve_confirm_inner .step2_content .guest_info_lead, #agency_reserve_confirm_inner .step3_content .guest_info_lead, #agency_reserve_confirm_inner .confirm_content .guest_info_lead {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #585653;
  text-align: center;
}

/* line 3569, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_prior_explanation, #agency_reserve_step1_inner .step2_content .c_prior_explanation, #agency_reserve_step1_inner .step3_content .c_prior_explanation, #agency_reserve_step1_inner .confirm_content .c_prior_explanation, #agency_reserve_step2_inner .step1_content .c_prior_explanation, #agency_reserve_step2_inner .step2_content .c_prior_explanation, #agency_reserve_step2_inner .step3_content .c_prior_explanation, #agency_reserve_step2_inner .confirm_content .c_prior_explanation, #agency_reserve_step3_inner .step1_content .c_prior_explanation, #agency_reserve_step3_inner .step2_content .c_prior_explanation, #agency_reserve_step3_inner .step3_content .c_prior_explanation, #agency_reserve_step3_inner .confirm_content .c_prior_explanation, #agency_reserve_confirm_inner .step1_content .c_prior_explanation, #agency_reserve_confirm_inner .step2_content .c_prior_explanation, #agency_reserve_confirm_inner .step3_content .c_prior_explanation, #agency_reserve_confirm_inner .confirm_content .c_prior_explanation {
  margin-bottom: 30px;
  padding: 24px 20px;
  border: 1px solid #E5E2DD;
  border-radius: 4px;
  background: #F9F8F6;
}

/* line 3575, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_prior_explanation_ttl, #agency_reserve_step1_inner .step2_content .c_prior_explanation_ttl, #agency_reserve_step1_inner .step3_content .c_prior_explanation_ttl, #agency_reserve_step1_inner .confirm_content .c_prior_explanation_ttl, #agency_reserve_step2_inner .step1_content .c_prior_explanation_ttl, #agency_reserve_step2_inner .step2_content .c_prior_explanation_ttl, #agency_reserve_step2_inner .step3_content .c_prior_explanation_ttl, #agency_reserve_step2_inner .confirm_content .c_prior_explanation_ttl, #agency_reserve_step3_inner .step1_content .c_prior_explanation_ttl, #agency_reserve_step3_inner .step2_content .c_prior_explanation_ttl, #agency_reserve_step3_inner .step3_content .c_prior_explanation_ttl, #agency_reserve_step3_inner .confirm_content .c_prior_explanation_ttl, #agency_reserve_confirm_inner .step1_content .c_prior_explanation_ttl, #agency_reserve_confirm_inner .step2_content .c_prior_explanation_ttl, #agency_reserve_confirm_inner .step3_content .c_prior_explanation_ttl, #agency_reserve_confirm_inner .confirm_content .c_prior_explanation_ttl {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E2DD;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #585653;
}

/* line 3583, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_prior_explanation_body, #agency_reserve_step1_inner .step2_content .c_prior_explanation_body, #agency_reserve_step1_inner .step3_content .c_prior_explanation_body, #agency_reserve_step1_inner .confirm_content .c_prior_explanation_body, #agency_reserve_step2_inner .step1_content .c_prior_explanation_body, #agency_reserve_step2_inner .step2_content .c_prior_explanation_body, #agency_reserve_step2_inner .step3_content .c_prior_explanation_body, #agency_reserve_step2_inner .confirm_content .c_prior_explanation_body, #agency_reserve_step3_inner .step1_content .c_prior_explanation_body, #agency_reserve_step3_inner .step2_content .c_prior_explanation_body, #agency_reserve_step3_inner .step3_content .c_prior_explanation_body, #agency_reserve_step3_inner .confirm_content .c_prior_explanation_body, #agency_reserve_confirm_inner .step1_content .c_prior_explanation_body, #agency_reserve_confirm_inner .step2_content .c_prior_explanation_body, #agency_reserve_confirm_inner .step3_content .c_prior_explanation_body, #agency_reserve_confirm_inner .confirm_content .c_prior_explanation_body {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.9;
  color: #585653;
}

/* line 3588, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_prior_explanation_body p, #agency_reserve_step1_inner .step2_content .c_prior_explanation_body p, #agency_reserve_step1_inner .step3_content .c_prior_explanation_body p, #agency_reserve_step1_inner .confirm_content .c_prior_explanation_body p, #agency_reserve_step2_inner .step1_content .c_prior_explanation_body p, #agency_reserve_step2_inner .step2_content .c_prior_explanation_body p, #agency_reserve_step2_inner .step3_content .c_prior_explanation_body p, #agency_reserve_step2_inner .confirm_content .c_prior_explanation_body p, #agency_reserve_step3_inner .step1_content .c_prior_explanation_body p, #agency_reserve_step3_inner .step2_content .c_prior_explanation_body p, #agency_reserve_step3_inner .step3_content .c_prior_explanation_body p, #agency_reserve_step3_inner .confirm_content .c_prior_explanation_body p, #agency_reserve_confirm_inner .step1_content .c_prior_explanation_body p, #agency_reserve_confirm_inner .step2_content .c_prior_explanation_body p, #agency_reserve_confirm_inner .step3_content .c_prior_explanation_body p, #agency_reserve_confirm_inner .confirm_content .c_prior_explanation_body p {
  margin-bottom: 12px;
}

/* line 3590, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_prior_explanation_body p:last-child, #agency_reserve_step1_inner .step2_content .c_prior_explanation_body p:last-child, #agency_reserve_step1_inner .step3_content .c_prior_explanation_body p:last-child, #agency_reserve_step1_inner .confirm_content .c_prior_explanation_body p:last-child, #agency_reserve_step2_inner .step1_content .c_prior_explanation_body p:last-child, #agency_reserve_step2_inner .step2_content .c_prior_explanation_body p:last-child, #agency_reserve_step2_inner .step3_content .c_prior_explanation_body p:last-child, #agency_reserve_step2_inner .confirm_content .c_prior_explanation_body p:last-child, #agency_reserve_step3_inner .step1_content .c_prior_explanation_body p:last-child, #agency_reserve_step3_inner .step2_content .c_prior_explanation_body p:last-child, #agency_reserve_step3_inner .step3_content .c_prior_explanation_body p:last-child, #agency_reserve_step3_inner .confirm_content .c_prior_explanation_body p:last-child, #agency_reserve_confirm_inner .step1_content .c_prior_explanation_body p:last-child, #agency_reserve_confirm_inner .step2_content .c_prior_explanation_body p:last-child, #agency_reserve_confirm_inner .step3_content .c_prior_explanation_body p:last-child, #agency_reserve_confirm_inner .confirm_content .c_prior_explanation_body p:last-child {
  margin-bottom: 0;
}

/* line 3592, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_prior_explanation_download, #agency_reserve_step1_inner .step2_content .c_prior_explanation_download, #agency_reserve_step1_inner .step3_content .c_prior_explanation_download, #agency_reserve_step1_inner .confirm_content .c_prior_explanation_download, #agency_reserve_step2_inner .step1_content .c_prior_explanation_download, #agency_reserve_step2_inner .step2_content .c_prior_explanation_download, #agency_reserve_step2_inner .step3_content .c_prior_explanation_download, #agency_reserve_step2_inner .confirm_content .c_prior_explanation_download, #agency_reserve_step3_inner .step1_content .c_prior_explanation_download, #agency_reserve_step3_inner .step2_content .c_prior_explanation_download, #agency_reserve_step3_inner .step3_content .c_prior_explanation_download, #agency_reserve_step3_inner .confirm_content .c_prior_explanation_download, #agency_reserve_confirm_inner .step1_content .c_prior_explanation_download, #agency_reserve_confirm_inner .step2_content .c_prior_explanation_download, #agency_reserve_confirm_inner .step3_content .c_prior_explanation_download, #agency_reserve_confirm_inner .confirm_content .c_prior_explanation_download {
  margin: 0;
  text-align: right;
}

/* line 3595, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_prior_explanation_download a, #agency_reserve_step1_inner .step2_content .c_prior_explanation_download a, #agency_reserve_step1_inner .step3_content .c_prior_explanation_download a, #agency_reserve_step1_inner .confirm_content .c_prior_explanation_download a, #agency_reserve_step2_inner .step1_content .c_prior_explanation_download a, #agency_reserve_step2_inner .step2_content .c_prior_explanation_download a, #agency_reserve_step2_inner .step3_content .c_prior_explanation_download a, #agency_reserve_step2_inner .confirm_content .c_prior_explanation_download a, #agency_reserve_step3_inner .step1_content .c_prior_explanation_download a, #agency_reserve_step3_inner .step2_content .c_prior_explanation_download a, #agency_reserve_step3_inner .step3_content .c_prior_explanation_download a, #agency_reserve_step3_inner .confirm_content .c_prior_explanation_download a, #agency_reserve_confirm_inner .step1_content .c_prior_explanation_download a, #agency_reserve_confirm_inner .step2_content .c_prior_explanation_download a, #agency_reserve_confirm_inner .step3_content .c_prior_explanation_download a, #agency_reserve_confirm_inner .confirm_content .c_prior_explanation_download a {
  display: inline;
  font-size: 13px;
  color: var(--theme-color);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* line 3601, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_contract_note, #agency_reserve_step1_inner .step2_content .c_contract_note, #agency_reserve_step1_inner .step3_content .c_contract_note, #agency_reserve_step1_inner .confirm_content .c_contract_note, #agency_reserve_step2_inner .step1_content .c_contract_note, #agency_reserve_step2_inner .step2_content .c_contract_note, #agency_reserve_step2_inner .step3_content .c_contract_note, #agency_reserve_step2_inner .confirm_content .c_contract_note, #agency_reserve_step3_inner .step1_content .c_contract_note, #agency_reserve_step3_inner .step2_content .c_contract_note, #agency_reserve_step3_inner .step3_content .c_contract_note, #agency_reserve_step3_inner .confirm_content .c_contract_note, #agency_reserve_confirm_inner .step1_content .c_contract_note, #agency_reserve_confirm_inner .step2_content .c_contract_note, #agency_reserve_confirm_inner .step3_content .c_contract_note, #agency_reserve_confirm_inner .confirm_content .c_contract_note {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #585653;
  text-align: center;
}

/* line 3608, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_contract_pending, #agency_reserve_step1_inner .step2_content .c_contract_pending, #agency_reserve_step1_inner .step3_content .c_contract_pending, #agency_reserve_step1_inner .confirm_content .c_contract_pending, #agency_reserve_step2_inner .step1_content .c_contract_pending, #agency_reserve_step2_inner .step2_content .c_contract_pending, #agency_reserve_step2_inner .step3_content .c_contract_pending, #agency_reserve_step2_inner .confirm_content .c_contract_pending, #agency_reserve_step3_inner .step1_content .c_contract_pending, #agency_reserve_step3_inner .step2_content .c_contract_pending, #agency_reserve_step3_inner .step3_content .c_contract_pending, #agency_reserve_step3_inner .confirm_content .c_contract_pending, #agency_reserve_confirm_inner .step1_content .c_contract_pending, #agency_reserve_confirm_inner .step2_content .c_contract_pending, #agency_reserve_confirm_inner .step3_content .c_contract_pending, #agency_reserve_confirm_inner .confirm_content .c_contract_pending {
  margin-bottom: 30px;
  padding: 24px 20px;
  border: 1px solid #E5E2DD;
  border-radius: 4px;
  background: #F9F8F6;
  text-align: center;
}

/* line 3615, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_contract_pending_ttl, #agency_reserve_step1_inner .step2_content .c_contract_pending_ttl, #agency_reserve_step1_inner .step3_content .c_contract_pending_ttl, #agency_reserve_step1_inner .confirm_content .c_contract_pending_ttl, #agency_reserve_step2_inner .step1_content .c_contract_pending_ttl, #agency_reserve_step2_inner .step2_content .c_contract_pending_ttl, #agency_reserve_step2_inner .step3_content .c_contract_pending_ttl, #agency_reserve_step2_inner .confirm_content .c_contract_pending_ttl, #agency_reserve_step3_inner .step1_content .c_contract_pending_ttl, #agency_reserve_step3_inner .step2_content .c_contract_pending_ttl, #agency_reserve_step3_inner .step3_content .c_contract_pending_ttl, #agency_reserve_step3_inner .confirm_content .c_contract_pending_ttl, #agency_reserve_confirm_inner .step1_content .c_contract_pending_ttl, #agency_reserve_confirm_inner .step2_content .c_contract_pending_ttl, #agency_reserve_confirm_inner .step3_content .c_contract_pending_ttl, #agency_reserve_confirm_inner .confirm_content .c_contract_pending_ttl {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E2DD;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #585653;
}

/* line 3623, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_contract_pending_body, #agency_reserve_step1_inner .step2_content .c_contract_pending_body, #agency_reserve_step1_inner .step3_content .c_contract_pending_body, #agency_reserve_step1_inner .confirm_content .c_contract_pending_body, #agency_reserve_step2_inner .step1_content .c_contract_pending_body, #agency_reserve_step2_inner .step2_content .c_contract_pending_body, #agency_reserve_step2_inner .step3_content .c_contract_pending_body, #agency_reserve_step2_inner .confirm_content .c_contract_pending_body, #agency_reserve_step3_inner .step1_content .c_contract_pending_body, #agency_reserve_step3_inner .step2_content .c_contract_pending_body, #agency_reserve_step3_inner .step3_content .c_contract_pending_body, #agency_reserve_step3_inner .confirm_content .c_contract_pending_body, #agency_reserve_confirm_inner .step1_content .c_contract_pending_body, #agency_reserve_confirm_inner .step2_content .c_contract_pending_body, #agency_reserve_confirm_inner .step3_content .c_contract_pending_body, #agency_reserve_confirm_inner .confirm_content .c_contract_pending_body {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.9;
  color: #585653;
}

/* line 3628, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .c_contract_pending_body:last-of-type, #agency_reserve_step1_inner .step2_content .c_contract_pending_body:last-of-type, #agency_reserve_step1_inner .step3_content .c_contract_pending_body:last-of-type, #agency_reserve_step1_inner .confirm_content .c_contract_pending_body:last-of-type, #agency_reserve_step2_inner .step1_content .c_contract_pending_body:last-of-type, #agency_reserve_step2_inner .step2_content .c_contract_pending_body:last-of-type, #agency_reserve_step2_inner .step3_content .c_contract_pending_body:last-of-type, #agency_reserve_step2_inner .confirm_content .c_contract_pending_body:last-of-type, #agency_reserve_step3_inner .step1_content .c_contract_pending_body:last-of-type, #agency_reserve_step3_inner .step2_content .c_contract_pending_body:last-of-type, #agency_reserve_step3_inner .step3_content .c_contract_pending_body:last-of-type, #agency_reserve_step3_inner .confirm_content .c_contract_pending_body:last-of-type, #agency_reserve_confirm_inner .step1_content .c_contract_pending_body:last-of-type, #agency_reserve_confirm_inner .step2_content .c_contract_pending_body:last-of-type, #agency_reserve_confirm_inner .step3_content .c_contract_pending_body:last-of-type, #agency_reserve_confirm_inner .confirm_content .c_contract_pending_body:last-of-type {
  margin-bottom: 20px;
}

/* line 3630, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form, #agency_reserve_step1_inner .step2_content .guest_info_form, #agency_reserve_step1_inner .step3_content .guest_info_form, #agency_reserve_step1_inner .confirm_content .guest_info_form, #agency_reserve_step2_inner .step1_content .guest_info_form, #agency_reserve_step2_inner .step2_content .guest_info_form, #agency_reserve_step2_inner .step3_content .guest_info_form, #agency_reserve_step2_inner .confirm_content .guest_info_form, #agency_reserve_step3_inner .step1_content .guest_info_form, #agency_reserve_step3_inner .step2_content .guest_info_form, #agency_reserve_step3_inner .step3_content .guest_info_form, #agency_reserve_step3_inner .confirm_content .guest_info_form, #agency_reserve_confirm_inner .step1_content .guest_info_form, #agency_reserve_confirm_inner .step2_content .guest_info_form, #agency_reserve_confirm_inner .step3_content .guest_info_form, #agency_reserve_confirm_inner .confirm_content .guest_info_form {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

/* line 3634, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .flex, #agency_reserve_step1_inner .step2_content .guest_info_form .flex, #agency_reserve_step1_inner .step3_content .guest_info_form .flex, #agency_reserve_step1_inner .confirm_content .guest_info_form .flex, #agency_reserve_step2_inner .step1_content .guest_info_form .flex, #agency_reserve_step2_inner .step2_content .guest_info_form .flex, #agency_reserve_step2_inner .step3_content .guest_info_form .flex, #agency_reserve_step2_inner .confirm_content .guest_info_form .flex, #agency_reserve_step3_inner .step1_content .guest_info_form .flex, #agency_reserve_step3_inner .step2_content .guest_info_form .flex, #agency_reserve_step3_inner .step3_content .guest_info_form .flex, #agency_reserve_step3_inner .confirm_content .guest_info_form .flex, #agency_reserve_confirm_inner .step1_content .guest_info_form .flex, #agency_reserve_confirm_inner .step2_content .guest_info_form .flex, #agency_reserve_confirm_inner .step3_content .guest_info_form .flex, #agency_reserve_confirm_inner .confirm_content .guest_info_form .flex {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

/* line 3638, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .flex .form_item, #agency_reserve_step1_inner .step2_content .guest_info_form .flex .form_item, #agency_reserve_step1_inner .step3_content .guest_info_form .flex .form_item, #agency_reserve_step1_inner .confirm_content .guest_info_form .flex .form_item, #agency_reserve_step2_inner .step1_content .guest_info_form .flex .form_item, #agency_reserve_step2_inner .step2_content .guest_info_form .flex .form_item, #agency_reserve_step2_inner .step3_content .guest_info_form .flex .form_item, #agency_reserve_step2_inner .confirm_content .guest_info_form .flex .form_item, #agency_reserve_step3_inner .step1_content .guest_info_form .flex .form_item, #agency_reserve_step3_inner .step2_content .guest_info_form .flex .form_item, #agency_reserve_step3_inner .step3_content .guest_info_form .flex .form_item, #agency_reserve_step3_inner .confirm_content .guest_info_form .flex .form_item, #agency_reserve_confirm_inner .step1_content .guest_info_form .flex .form_item, #agency_reserve_confirm_inner .step2_content .guest_info_form .flex .form_item, #agency_reserve_confirm_inner .step3_content .guest_info_form .flex .form_item, #agency_reserve_confirm_inner .confirm_content .guest_info_form .flex .form_item {
  box-sizing: border-box;
  width: calc(50% - 8px);
  min-width: 0;
  margin-bottom: 20px;
}

/* line 3643, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .form_item, #agency_reserve_step1_inner .step2_content .guest_info_form .form_item, #agency_reserve_step1_inner .step3_content .guest_info_form .form_item, #agency_reserve_step1_inner .confirm_content .guest_info_form .form_item, #agency_reserve_step2_inner .step1_content .guest_info_form .form_item, #agency_reserve_step2_inner .step2_content .guest_info_form .form_item, #agency_reserve_step2_inner .step3_content .guest_info_form .form_item, #agency_reserve_step2_inner .confirm_content .guest_info_form .form_item, #agency_reserve_step3_inner .step1_content .guest_info_form .form_item, #agency_reserve_step3_inner .step2_content .guest_info_form .form_item, #agency_reserve_step3_inner .step3_content .guest_info_form .form_item, #agency_reserve_step3_inner .confirm_content .guest_info_form .form_item, #agency_reserve_confirm_inner .step1_content .guest_info_form .form_item, #agency_reserve_confirm_inner .step2_content .guest_info_form .form_item, #agency_reserve_confirm_inner .step3_content .guest_info_form .form_item, #agency_reserve_confirm_inner .confirm_content .guest_info_form .form_item {
  box-sizing: border-box;
  max-width: 100%;
}

/* line 3646, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_step1_inner .step1_content .guest_info_form .form_item select, #agency_reserve_step1_inner .step2_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_step1_inner .step2_content .guest_info_form .form_item select, #agency_reserve_step1_inner .step3_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_step1_inner .step3_content .guest_info_form .form_item select, #agency_reserve_step1_inner .confirm_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_step1_inner .confirm_content .guest_info_form .form_item select, #agency_reserve_step2_inner .step1_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_step2_inner .step1_content .guest_info_form .form_item select, #agency_reserve_step2_inner .step2_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_step2_inner .step2_content .guest_info_form .form_item select, #agency_reserve_step2_inner .step3_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_step2_inner .step3_content .guest_info_form .form_item select, #agency_reserve_step2_inner .confirm_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_step2_inner .confirm_content .guest_info_form .form_item select, #agency_reserve_step3_inner .step1_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_step3_inner .step1_content .guest_info_form .form_item select, #agency_reserve_step3_inner .step2_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_step3_inner .step2_content .guest_info_form .form_item select, #agency_reserve_step3_inner .step3_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_step3_inner .step3_content .guest_info_form .form_item select, #agency_reserve_step3_inner .confirm_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_step3_inner .confirm_content .guest_info_form .form_item select, #agency_reserve_confirm_inner .step1_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_confirm_inner .step1_content .guest_info_form .form_item select, #agency_reserve_confirm_inner .step2_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_confirm_inner .step2_content .guest_info_form .form_item select, #agency_reserve_confirm_inner .step3_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_confirm_inner .step3_content .guest_info_form .form_item select, #agency_reserve_confirm_inner .confirm_content .guest_info_form .form_item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
#agency_reserve_confirm_inner .confirm_content .guest_info_form .form_item select {
  border-radius: 3px;
}

/* line 3649, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards {
  margin-bottom: 8px;
}

/* line 3651, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_cards_ttl, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_cards_ttl {
  margin-bottom: 12px;
  text-align: left;
}

/* line 3654, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_list, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 3658, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_option, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_option {
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 8px;
  padding: 12px 14px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}

/* line 3671, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked), #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_option:has(.saved_card_radio:checked) {
  border-color: var(--theme-color);
  background: rgba(0, 0, 0, 0.02);
}

/* line 3674, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_option:last-child, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_option:last-child {
  margin-bottom: 0;
}

/* line 3676, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_radio, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_radio {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

/* line 3683, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_check, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_check {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 2px solid #B9B5B5;
  border-radius: 50%;
  background: #fff;
  transition: border-color .2s, background .2s, box-shadow .2s;
}

/* line 3692, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_radio:checked + .saved_card_check,
#agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_option.is-default .saved_card_check {
  border-color: var(--theme-color);
  background: var(--theme-color);
  box-shadow: inset 0 0 0 3px #fff;
}

/* line 3697, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_option.is-default, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_option.is-default {
  border-color: var(--theme-color);
  background: rgba(0, 0, 0, 0.02);
}

/* line 3700, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_option.is-managed, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_option.is-managed {
  cursor: default;
}

/* line 3702, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_text, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_text {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #585653;
  text-align: left;
}

/* line 3710, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_actions, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

/* line 3717, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_action_form, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_form {
  display: inline;
  margin: 0;
}

/* line 3720, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_action_btn, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_btn {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #585653;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
}

/* line 3732, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_action_btn:hover, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_btn:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

/* line 3735, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards .saved_card_action_btn.is-danger:hover {
  border-color: #C33131;
  color: #C33131;
}

/* line 3738, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .saved_cards_or, #agency_reserve_step1_inner .step2_content .guest_info_form .saved_cards_or, #agency_reserve_step1_inner .step3_content .guest_info_form .saved_cards_or, #agency_reserve_step1_inner .confirm_content .guest_info_form .saved_cards_or, #agency_reserve_step2_inner .step1_content .guest_info_form .saved_cards_or, #agency_reserve_step2_inner .step2_content .guest_info_form .saved_cards_or, #agency_reserve_step2_inner .step3_content .guest_info_form .saved_cards_or, #agency_reserve_step2_inner .confirm_content .guest_info_form .saved_cards_or, #agency_reserve_step3_inner .step1_content .guest_info_form .saved_cards_or, #agency_reserve_step3_inner .step2_content .guest_info_form .saved_cards_or, #agency_reserve_step3_inner .step3_content .guest_info_form .saved_cards_or, #agency_reserve_step3_inner .confirm_content .guest_info_form .saved_cards_or, #agency_reserve_confirm_inner .step1_content .guest_info_form .saved_cards_or, #agency_reserve_confirm_inner .step2_content .guest_info_form .saved_cards_or, #agency_reserve_confirm_inner .step3_content .guest_info_form .saved_cards_or, #agency_reserve_confirm_inner .confirm_content .guest_info_form .saved_cards_or {
  margin: 20px 0 12px;
}

/* line 3741, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_step1_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_step1_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_step1_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_step2_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_step2_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_step2_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_step2_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_step3_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_step3_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_step3_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_step3_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_confirm_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_confirm_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_confirm_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details, #agency_reserve_confirm_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details {
  margin: 16px 0;
}

/* line 3743, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_step1_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_step1_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_step1_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_step2_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_step2_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_step2_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_step2_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_step3_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_step3_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_step3_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_step3_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_confirm_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_confirm_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_confirm_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt, #agency_reserve_confirm_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt {
  margin-top: 10px;
  font-size: 12px;
  color: #585653;
  opacity: 0.6;
}

/* line 3748, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_step1_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_step1_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_step1_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_step2_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_step2_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_step2_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_step2_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_step3_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_step3_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_step3_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_step3_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_confirm_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_confirm_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_confirm_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child, #agency_reserve_confirm_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details dt:first-child {
  margin-top: 0;
}

/* line 3750, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_step1_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_step1_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_step1_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_step2_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_step2_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_step2_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_step2_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_step3_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_step3_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_step3_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_step3_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_confirm_inner .step1_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_confirm_inner .step2_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_confirm_inner .step3_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd, #agency_reserve_confirm_inner .confirm_content .guest_info_form .bank_transfer_panel .bank_transfer_details dd {
  font-size: 15px;
  font-weight: 500;
  color: #585653;
}

/* line 3754, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .guest_info_terms, #agency_reserve_step1_inner .step2_content .guest_info_form .guest_info_terms, #agency_reserve_step1_inner .step3_content .guest_info_form .guest_info_terms, #agency_reserve_step1_inner .confirm_content .guest_info_form .guest_info_terms, #agency_reserve_step2_inner .step1_content .guest_info_form .guest_info_terms, #agency_reserve_step2_inner .step2_content .guest_info_form .guest_info_terms, #agency_reserve_step2_inner .step3_content .guest_info_form .guest_info_terms, #agency_reserve_step2_inner .confirm_content .guest_info_form .guest_info_terms, #agency_reserve_step3_inner .step1_content .guest_info_form .guest_info_terms, #agency_reserve_step3_inner .step2_content .guest_info_form .guest_info_terms, #agency_reserve_step3_inner .step3_content .guest_info_form .guest_info_terms, #agency_reserve_step3_inner .confirm_content .guest_info_form .guest_info_terms, #agency_reserve_confirm_inner .step1_content .guest_info_form .guest_info_terms, #agency_reserve_confirm_inner .step2_content .guest_info_form .guest_info_terms, #agency_reserve_confirm_inner .step3_content .guest_info_form .guest_info_terms, #agency_reserve_confirm_inner .confirm_content .guest_info_form .guest_info_terms {
  text-align: center;
}

/* line 3756, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_step1_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_step1_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_step1_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_step2_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_step2_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_step2_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_step2_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_step3_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_step3_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_step3_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_step3_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_confirm_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_confirm_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_confirm_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_label, #agency_reserve_confirm_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  line-height: 1.5;
  cursor: pointer;
}

/* line 3764, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_step1_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_step1_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_step1_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_step2_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_step2_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_step2_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_step2_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_step3_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_step3_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_step3_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_step3_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_confirm_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_confirm_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_confirm_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_check, #agency_reserve_confirm_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_check {
  appearance: auto;
  -webkit-appearance: checkbox;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}

/* line 3773, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_step1_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_step1_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_step1_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_step2_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_step2_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_step2_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_step2_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_step3_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_step3_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_step3_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_step3_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_confirm_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_confirm_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_confirm_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_text, #agency_reserve_confirm_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_text {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #585653;
}

/* line 3779, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_step1_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_step1_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_step1_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_step2_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_step2_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_step2_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_step2_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_step3_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_step3_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_step3_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_step3_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_confirm_inner .step1_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_confirm_inner .step2_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_confirm_inner .step3_content .guest_info_form .guest_info_terms .guest_info_terms_link, #agency_reserve_confirm_inner .confirm_content .guest_info_form .guest_info_terms .guest_info_terms_link {
  display: inline;
  color: var(--theme-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* line 3784, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_step1_inner .step2_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_step1_inner .step3_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_step1_inner .confirm_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_step2_inner .step1_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_step2_inner .step2_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_step2_inner .step3_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_step2_inner .confirm_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_step3_inner .step1_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_step3_inner .step2_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_step3_inner .step3_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_step3_inner .confirm_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_confirm_inner .step1_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_confirm_inner .step2_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_confirm_inner .step3_content .guest_info_form .c_btn.guest_info_submit_btn, #agency_reserve_confirm_inner .confirm_content .guest_info_form .c_btn.guest_info_submit_btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

/* line 3790, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content_inner, #agency_reserve_step1_inner .step2_content_inner, #agency_reserve_step2_inner .step1_content_inner, #agency_reserve_step2_inner .step2_content_inner, #agency_reserve_step3_inner .step1_content_inner, #agency_reserve_step3_inner .step2_content_inner, #agency_reserve_confirm_inner .step1_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 3790, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content_inner, #agency_reserve_step1_inner .step2_content_inner, #agency_reserve_step2_inner .step1_content_inner, #agency_reserve_step2_inner .step2_content_inner, #agency_reserve_step3_inner .step1_content_inner, #agency_reserve_step3_inner .step2_content_inner, #agency_reserve_confirm_inner .step1_content_inner, #agency_reserve_confirm_inner .step2_content_inner {
    width: 100%;
    padding: 28px 15px 50px;
  }
}

/* line 3799, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .documents_lead, #agency_reserve_step1_inner .step2_content .documents_lead, #agency_reserve_step2_inner .step1_content .documents_lead, #agency_reserve_step2_inner .step2_content .documents_lead, #agency_reserve_step3_inner .step1_content .documents_lead, #agency_reserve_step3_inner .step2_content .documents_lead, #agency_reserve_confirm_inner .step1_content .documents_lead, #agency_reserve_confirm_inner .step2_content .documents_lead {
  margin-bottom: 30px;
}

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

/* line 3803, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs_ttl, #agency_reserve_step1_inner .step2_content .required_docs_ttl, #agency_reserve_step2_inner .step1_content .required_docs_ttl, #agency_reserve_step2_inner .step2_content .required_docs_ttl, #agency_reserve_step3_inner .step1_content .required_docs_ttl, #agency_reserve_step3_inner .step2_content .required_docs_ttl, #agency_reserve_confirm_inner .step1_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 3810, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs_lead, #agency_reserve_step1_inner .step2_content .required_docs_lead, #agency_reserve_step2_inner .step1_content .required_docs_lead, #agency_reserve_step2_inner .step2_content .required_docs_lead, #agency_reserve_step3_inner .step1_content .required_docs_lead, #agency_reserve_step3_inner .step2_content .required_docs_lead, #agency_reserve_confirm_inner .step1_content .required_docs_lead, #agency_reserve_confirm_inner .step2_content .required_docs_lead {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #585653;
}

/* line 3817, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs_type, #agency_reserve_step1_inner .step2_content .required_docs_type, #agency_reserve_step2_inner .step1_content .required_docs_type, #agency_reserve_step2_inner .step2_content .required_docs_type, #agency_reserve_step3_inner .step1_content .required_docs_type, #agency_reserve_step3_inner .step2_content .required_docs_type, #agency_reserve_confirm_inner .step1_content .required_docs_type, #agency_reserve_confirm_inner .step2_content .required_docs_type {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* line 3821, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs_type li, #agency_reserve_step1_inner .step2_content .required_docs_type li, #agency_reserve_step2_inner .step1_content .required_docs_type li, #agency_reserve_step2_inner .step2_content .required_docs_type li, #agency_reserve_step3_inner .step1_content .required_docs_type li, #agency_reserve_step3_inner .step2_content .required_docs_type li, #agency_reserve_confirm_inner .step1_content .required_docs_type li, #agency_reserve_confirm_inner .step2_content .required_docs_type li {
  width: 25%;
}

@media (max-width: 768px) {
  /* line 3821, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .required_docs_type li, #agency_reserve_step1_inner .step2_content .required_docs_type li, #agency_reserve_step2_inner .step1_content .required_docs_type li, #agency_reserve_step2_inner .step2_content .required_docs_type li, #agency_reserve_step3_inner .step1_content .required_docs_type li, #agency_reserve_step3_inner .step2_content .required_docs_type li, #agency_reserve_confirm_inner .step1_content .required_docs_type li, #agency_reserve_confirm_inner .step2_content .required_docs_type li {
    width: 50%;
  }
}

/* line 3825, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs_type a, #agency_reserve_step1_inner .step2_content .required_docs_type a, #agency_reserve_step2_inner .step1_content .required_docs_type a, #agency_reserve_step2_inner .step2_content .required_docs_type a, #agency_reserve_step3_inner .step1_content .required_docs_type a, #agency_reserve_step3_inner .step2_content .required_docs_type a, #agency_reserve_confirm_inner .step1_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 3834, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs_type a.active, #agency_reserve_step1_inner .step2_content .required_docs_type a.active, #agency_reserve_step2_inner .step1_content .required_docs_type a.active, #agency_reserve_step2_inner .step2_content .required_docs_type a.active, #agency_reserve_step3_inner .step1_content .required_docs_type a.active, #agency_reserve_step3_inner .step2_content .required_docs_type a.active, #agency_reserve_confirm_inner .step1_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 3838, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs_type_content, #agency_reserve_step1_inner .step2_content .required_docs_type_content, #agency_reserve_step2_inner .step1_content .required_docs_type_content, #agency_reserve_step2_inner .step2_content .required_docs_type_content, #agency_reserve_step3_inner .step1_content .required_docs_type_content, #agency_reserve_step3_inner .step2_content .required_docs_type_content, #agency_reserve_confirm_inner .step1_content .required_docs_type_content, #agency_reserve_confirm_inner .step2_content .required_docs_type_content {
  display: none;
}

/* line 3840, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs_type_content.active, #agency_reserve_step1_inner .step2_content .required_docs_type_content.active, #agency_reserve_step2_inner .step1_content .required_docs_type_content.active, #agency_reserve_step2_inner .step2_content .required_docs_type_content.active, #agency_reserve_step3_inner .step1_content .required_docs_type_content.active, #agency_reserve_step3_inner .step2_content .required_docs_type_content.active, #agency_reserve_confirm_inner .step1_content .required_docs_type_content.active, #agency_reserve_confirm_inner .step2_content .required_docs_type_content.active {
  display: block;
}

/* line 3842, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .doc_item, #agency_reserve_step1_inner .step2_content .required_docs .doc_item, #agency_reserve_step2_inner .step1_content .required_docs .doc_item, #agency_reserve_step2_inner .step2_content .required_docs .doc_item, #agency_reserve_step3_inner .step1_content .required_docs .doc_item, #agency_reserve_step3_inner .step2_content .required_docs .doc_item, #agency_reserve_confirm_inner .step1_content .required_docs .doc_item, #agency_reserve_confirm_inner .step2_content .required_docs .doc_item {
  margin-bottom: 40px;
}

/* line 3844, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .doc_item:last-child, #agency_reserve_step1_inner .step2_content .required_docs .doc_item:last-child, #agency_reserve_step2_inner .step1_content .required_docs .doc_item:last-child, #agency_reserve_step2_inner .step2_content .required_docs .doc_item:last-child, #agency_reserve_step3_inner .step1_content .required_docs .doc_item:last-child, #agency_reserve_step3_inner .step2_content .required_docs .doc_item:last-child, #agency_reserve_confirm_inner .step1_content .required_docs .doc_item:last-child, #agency_reserve_confirm_inner .step2_content .required_docs .doc_item:last-child {
  margin-bottom: 0;
}

/* line 3846, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .doc_item_ttl, #agency_reserve_step1_inner .step2_content .required_docs .doc_item_ttl, #agency_reserve_step2_inner .step1_content .required_docs .doc_item_ttl, #agency_reserve_step2_inner .step2_content .required_docs .doc_item_ttl, #agency_reserve_step3_inner .step1_content .required_docs .doc_item_ttl, #agency_reserve_step3_inner .step2_content .required_docs .doc_item_ttl, #agency_reserve_confirm_inner .step1_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 3855, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .doc_item_ttl .num, #agency_reserve_step1_inner .step2_content .required_docs .doc_item_ttl .num, #agency_reserve_step2_inner .step1_content .required_docs .doc_item_ttl .num, #agency_reserve_step2_inner .step2_content .required_docs .doc_item_ttl .num, #agency_reserve_step3_inner .step1_content .required_docs .doc_item_ttl .num, #agency_reserve_step3_inner .step2_content .required_docs .doc_item_ttl .num, #agency_reserve_confirm_inner .step1_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 3868, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .id_doc, #agency_reserve_step1_inner .step2_content .required_docs .id_doc, #agency_reserve_step2_inner .step1_content .required_docs .id_doc, #agency_reserve_step2_inner .step2_content .required_docs .id_doc, #agency_reserve_step3_inner .step1_content .required_docs .id_doc, #agency_reserve_step3_inner .step2_content .required_docs .id_doc, #agency_reserve_confirm_inner .step1_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 3874, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .id_doc li .icon, #agency_reserve_step1_inner .step2_content .required_docs .id_doc li .icon, #agency_reserve_step2_inner .step1_content .required_docs .id_doc li .icon, #agency_reserve_step2_inner .step2_content .required_docs .id_doc li .icon, #agency_reserve_step3_inner .step1_content .required_docs .id_doc li .icon, #agency_reserve_step3_inner .step2_content .required_docs .id_doc li .icon, #agency_reserve_confirm_inner .step1_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 3877, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .id_doc li .icon svg, #agency_reserve_step1_inner .step2_content .required_docs .id_doc li .icon svg, #agency_reserve_step2_inner .step1_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 .step1_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 .step1_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 3880, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .id_doc li .name, #agency_reserve_step1_inner .step2_content .required_docs .id_doc li .name, #agency_reserve_step2_inner .step1_content .required_docs .id_doc li .name, #agency_reserve_step2_inner .step2_content .required_docs .id_doc li .name, #agency_reserve_step3_inner .step1_content .required_docs .id_doc li .name, #agency_reserve_step3_inner .step2_content .required_docs .id_doc li .name, #agency_reserve_confirm_inner .step1_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 3886, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .desc, #agency_reserve_step1_inner .step2_content .required_docs .desc, #agency_reserve_step2_inner .step1_content .required_docs .desc, #agency_reserve_step2_inner .step2_content .required_docs .desc, #agency_reserve_step3_inner .step1_content .required_docs .desc, #agency_reserve_step3_inner .step2_content .required_docs .desc, #agency_reserve_confirm_inner .step1_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 3886, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .required_docs .desc, #agency_reserve_step1_inner .step2_content .required_docs .desc, #agency_reserve_step2_inner .step1_content .required_docs .desc, #agency_reserve_step2_inner .step2_content .required_docs .desc, #agency_reserve_step3_inner .step1_content .required_docs .desc, #agency_reserve_step3_inner .step2_content .required_docs .desc, #agency_reserve_confirm_inner .step1_content .required_docs .desc, #agency_reserve_confirm_inner .step2_content .required_docs .desc {
    font-size: 14px;
  }
}

/* line 3896, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .desc .small, #agency_reserve_step1_inner .step2_content .required_docs .desc .small, #agency_reserve_step2_inner .step1_content .required_docs .desc .small, #agency_reserve_step2_inner .step2_content .required_docs .desc .small, #agency_reserve_step3_inner .step1_content .required_docs .desc .small, #agency_reserve_step3_inner .step2_content .required_docs .desc .small, #agency_reserve_confirm_inner .step1_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 3905, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_item_label, #agency_reserve_step1_inner .step2_content .required_docs .file_upload_item_label, #agency_reserve_step2_inner .step1_content .required_docs .file_upload_item_label, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_item_label, #agency_reserve_step3_inner .step1_content .required_docs .file_upload_item_label, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_item_label, #agency_reserve_confirm_inner .step1_content .required_docs .file_upload_item_label, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_item_label {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #585653;
  text-align: center;
}

/* line 3913, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_item_label:first-child, #agency_reserve_step1_inner .step2_content .required_docs .file_upload_item_label:first-child, #agency_reserve_step2_inner .step1_content .required_docs .file_upload_item_label:first-child, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_item_label:first-child, #agency_reserve_step3_inner .step1_content .required_docs .file_upload_item_label:first-child, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_item_label:first-child, #agency_reserve_confirm_inner .step1_content .required_docs .file_upload_item_label:first-child, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_item_label:first-child {
  margin-top: 0;
}

/* line 3915, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload, #agency_reserve_step1_inner .step2_content .required_docs .file_upload, #agency_reserve_step2_inner .step1_content .required_docs .file_upload, #agency_reserve_step2_inner .step2_content .required_docs .file_upload, #agency_reserve_step3_inner .step1_content .required_docs .file_upload, #agency_reserve_step3_inner .step2_content .required_docs .file_upload, #agency_reserve_confirm_inner .step1_content .required_docs .file_upload, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload {
  padding: 30px 25px;
  background: #F5F5F5;
}

/* line 3918, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_inner, #agency_reserve_step1_inner .step2_content .required_docs .file_upload_inner, #agency_reserve_step2_inner .step1_content .required_docs .file_upload_inner, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_inner, #agency_reserve_step3_inner .step1_content .required_docs .file_upload_inner, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_inner, #agency_reserve_confirm_inner .step1_content .required_docs .file_upload_inner, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_inner {
  display: flex;
  padding: 20px;
  background: #fff;
}

/* line 3922, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_label, #agency_reserve_step1_inner .step2_content .required_docs .file_upload_label, #agency_reserve_step2_inner .step1_content .required_docs .file_upload_label, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_label, #agency_reserve_step3_inner .step1_content .required_docs .file_upload_label, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_label, #agency_reserve_confirm_inner .step1_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 3929, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_label_text, #agency_reserve_step1_inner .step2_content .required_docs .file_upload_label_text, #agency_reserve_step2_inner .step1_content .required_docs .file_upload_label_text, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_label_text, #agency_reserve_step3_inner .step1_content .required_docs .file_upload_label_text, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_label_text, #agency_reserve_confirm_inner .step1_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 3935, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_label.file_upload_label--solo, #agency_reserve_step1_inner .step2_content .required_docs .file_upload_label.file_upload_label--solo, #agency_reserve_step2_inner .step1_content .required_docs .file_upload_label.file_upload_label--solo, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_label.file_upload_label--solo, #agency_reserve_step3_inner .step1_content .required_docs .file_upload_label.file_upload_label--solo, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_label.file_upload_label--solo, #agency_reserve_confirm_inner .step1_content .required_docs .file_upload_label.file_upload_label--solo, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_label.file_upload_label--solo {
  width: 100%;
  justify-content: center;
  padding: 12px 5px;
  background: var(--theme-color);
  border: none;
  cursor: pointer;
}

/* line 3942, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_label.file_upload_label--solo .file_upload_label_text, #agency_reserve_step1_inner .step2_content .required_docs .file_upload_label.file_upload_label--solo .file_upload_label_text, #agency_reserve_step2_inner .step1_content .required_docs .file_upload_label.file_upload_label--solo .file_upload_label_text, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_label.file_upload_label--solo .file_upload_label_text, #agency_reserve_step3_inner .step1_content .required_docs .file_upload_label.file_upload_label--solo .file_upload_label_text, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_label.file_upload_label--solo .file_upload_label_text, #agency_reserve_confirm_inner .step1_content .required_docs .file_upload_label.file_upload_label--solo .file_upload_label_text, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_label.file_upload_label--solo .file_upload_label_text {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

/* line 3946, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_input, #agency_reserve_step1_inner .step2_content .required_docs .file_upload_input, #agency_reserve_step2_inner .step1_content .required_docs .file_upload_input, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_input, #agency_reserve_step3_inner .step1_content .required_docs .file_upload_input, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_input, #agency_reserve_confirm_inner .step1_content .required_docs .file_upload_input, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_input {
  display: none;
}

/* line 3948, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_btn, #agency_reserve_step1_inner .step2_content .required_docs .file_upload_btn, #agency_reserve_step2_inner .step1_content .required_docs .file_upload_btn, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_btn, #agency_reserve_step3_inner .step1_content .required_docs .file_upload_btn, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_btn, #agency_reserve_confirm_inner .step1_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 3957, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_selected, #agency_reserve_step1_inner .step2_content .required_docs .file_upload_selected, #agency_reserve_step2_inner .step1_content .required_docs .file_upload_selected, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_selected, #agency_reserve_step3_inner .step1_content .required_docs .file_upload_selected, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_selected, #agency_reserve_confirm_inner .step1_content .required_docs .file_upload_selected, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_selected {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

/* line 3963, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_selected[hidden], #agency_reserve_step1_inner .step2_content .required_docs .file_upload_selected[hidden], #agency_reserve_step2_inner .step1_content .required_docs .file_upload_selected[hidden], #agency_reserve_step2_inner .step2_content .required_docs .file_upload_selected[hidden], #agency_reserve_step3_inner .step1_content .required_docs .file_upload_selected[hidden], #agency_reserve_step3_inner .step2_content .required_docs .file_upload_selected[hidden], #agency_reserve_confirm_inner .step1_content .required_docs .file_upload_selected[hidden], #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_selected[hidden] {
  display: none;
}

/* line 3965, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_selected_name, #agency_reserve_step1_inner .step2_content .required_docs .file_upload_selected_name, #agency_reserve_step2_inner .step1_content .required_docs .file_upload_selected_name, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_selected_name, #agency_reserve_step3_inner .step1_content .required_docs .file_upload_selected_name, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_selected_name, #agency_reserve_confirm_inner .step1_content .required_docs .file_upload_selected_name, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_selected_name {
  max-width: 100%;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #585653;
  word-break: break-all;
  text-align: center;
}

/* line 3973, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_hint, #agency_reserve_step1_inner .step2_content .required_docs .file_upload_hint, #agency_reserve_step2_inner .step1_content .required_docs .file_upload_hint, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_hint, #agency_reserve_step3_inner .step1_content .required_docs .file_upload_hint, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_hint, #agency_reserve_confirm_inner .step1_content .required_docs .file_upload_hint, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_hint {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #A8A7A7;
  text-align: center;
}

/* line 3980, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs .file_upload_reupload_link, #agency_reserve_step1_inner .step2_content .required_docs .file_upload_reupload_link, #agency_reserve_step2_inner .step1_content .required_docs .file_upload_reupload_link, #agency_reserve_step2_inner .step2_content .required_docs .file_upload_reupload_link, #agency_reserve_step3_inner .step1_content .required_docs .file_upload_reupload_link, #agency_reserve_step3_inner .step2_content .required_docs .file_upload_reupload_link, #agency_reserve_confirm_inner .step1_content .required_docs .file_upload_reupload_link, #agency_reserve_confirm_inner .step2_content .required_docs .file_upload_reupload_link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--theme-color);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

/* line 3988, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact, #agency_reserve_step1_inner .step2_content .required_docs.compact, #agency_reserve_step2_inner .step1_content .required_docs.compact, #agency_reserve_step2_inner .step2_content .required_docs.compact, #agency_reserve_step3_inner .step1_content .required_docs.compact, #agency_reserve_step3_inner .step2_content .required_docs.compact, #agency_reserve_confirm_inner .step1_content .required_docs.compact, #agency_reserve_confirm_inner .step2_content .required_docs.compact {
  margin-bottom: 0;
}

/* line 3990, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .doc_item, #agency_reserve_step1_inner .step2_content .required_docs.compact .doc_item, #agency_reserve_step2_inner .step1_content .required_docs.compact .doc_item, #agency_reserve_step2_inner .step2_content .required_docs.compact .doc_item, #agency_reserve_step3_inner .step1_content .required_docs.compact .doc_item, #agency_reserve_step3_inner .step2_content .required_docs.compact .doc_item, #agency_reserve_confirm_inner .step1_content .required_docs.compact .doc_item, #agency_reserve_confirm_inner .step2_content .required_docs.compact .doc_item {
  margin-bottom: 28px;
}

/* line 3992, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .doc_item_ttl, #agency_reserve_step1_inner .step2_content .required_docs.compact .doc_item_ttl, #agency_reserve_step2_inner .step1_content .required_docs.compact .doc_item_ttl, #agency_reserve_step2_inner .step2_content .required_docs.compact .doc_item_ttl, #agency_reserve_step3_inner .step1_content .required_docs.compact .doc_item_ttl, #agency_reserve_step3_inner .step2_content .required_docs.compact .doc_item_ttl, #agency_reserve_confirm_inner .step1_content .required_docs.compact .doc_item_ttl, #agency_reserve_confirm_inner .step2_content .required_docs.compact .doc_item_ttl {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #999;
}

/* line 3998, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .doc_upload_row, #agency_reserve_step1_inner .step2_content .required_docs.compact .doc_upload_row, #agency_reserve_step2_inner .step1_content .required_docs.compact .doc_upload_row, #agency_reserve_step2_inner .step2_content .required_docs.compact .doc_upload_row, #agency_reserve_step3_inner .step1_content .required_docs.compact .doc_upload_row, #agency_reserve_step3_inner .step2_content .required_docs.compact .doc_upload_row, #agency_reserve_confirm_inner .step1_content .required_docs.compact .doc_upload_row, #agency_reserve_confirm_inner .step2_content .required_docs.compact .doc_upload_row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}

/* line 4002, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .doc_upload_row:last-child, #agency_reserve_step1_inner .step2_content .required_docs.compact .doc_upload_row:last-child, #agency_reserve_step2_inner .step1_content .required_docs.compact .doc_upload_row:last-child, #agency_reserve_step2_inner .step2_content .required_docs.compact .doc_upload_row:last-child, #agency_reserve_step3_inner .step1_content .required_docs.compact .doc_upload_row:last-child, #agency_reserve_step3_inner .step2_content .required_docs.compact .doc_upload_row:last-child, #agency_reserve_confirm_inner .step1_content .required_docs.compact .doc_upload_row:last-child, #agency_reserve_confirm_inner .step2_content .required_docs.compact .doc_upload_row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* line 4006, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .doc_upload_row_head, #agency_reserve_step1_inner .step2_content .required_docs.compact .doc_upload_row_head, #agency_reserve_step2_inner .step1_content .required_docs.compact .doc_upload_row_head, #agency_reserve_step2_inner .step2_content .required_docs.compact .doc_upload_row_head, #agency_reserve_step3_inner .step1_content .required_docs.compact .doc_upload_row_head, #agency_reserve_step3_inner .step2_content .required_docs.compact .doc_upload_row_head, #agency_reserve_confirm_inner .step1_content .required_docs.compact .doc_upload_row_head, #agency_reserve_confirm_inner .step2_content .required_docs.compact .doc_upload_row_head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

/* line 4012, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .doc_upload_row_label, #agency_reserve_step1_inner .step2_content .required_docs.compact .doc_upload_row_label, #agency_reserve_step2_inner .step1_content .required_docs.compact .doc_upload_row_label, #agency_reserve_step2_inner .step2_content .required_docs.compact .doc_upload_row_label, #agency_reserve_step3_inner .step1_content .required_docs.compact .doc_upload_row_label, #agency_reserve_step3_inner .step2_content .required_docs.compact .doc_upload_row_label, #agency_reserve_confirm_inner .step1_content .required_docs.compact .doc_upload_row_label, #agency_reserve_confirm_inner .step2_content .required_docs.compact .doc_upload_row_label {
  font-size: 15px;
  font-weight: 600;
  color: #585653;
}

/* line 4016, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .doc_upload_row_status, #agency_reserve_step1_inner .step2_content .required_docs.compact .doc_upload_row_status, #agency_reserve_step2_inner .step1_content .required_docs.compact .doc_upload_row_status, #agency_reserve_step2_inner .step2_content .required_docs.compact .doc_upload_row_status, #agency_reserve_step3_inner .step1_content .required_docs.compact .doc_upload_row_status, #agency_reserve_step3_inner .step2_content .required_docs.compact .doc_upload_row_status, #agency_reserve_confirm_inner .step1_content .required_docs.compact .doc_upload_row_status, #agency_reserve_confirm_inner .step2_content .required_docs.compact .doc_upload_row_status {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}

/* line 4021, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .doc_upload_row_file, #agency_reserve_step1_inner .step2_content .required_docs.compact .doc_upload_row_file, #agency_reserve_step2_inner .step1_content .required_docs.compact .doc_upload_row_file, #agency_reserve_step2_inner .step2_content .required_docs.compact .doc_upload_row_file, #agency_reserve_step3_inner .step1_content .required_docs.compact .doc_upload_row_file, #agency_reserve_step3_inner .step2_content .required_docs.compact .doc_upload_row_file, #agency_reserve_confirm_inner .step1_content .required_docs.compact .doc_upload_row_file, #agency_reserve_confirm_inner .step2_content .required_docs.compact .doc_upload_row_file {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #585653;
  word-break: break-all;
}

/* line 4027, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .doc_upload_row_file_link, #agency_reserve_step1_inner .step2_content .required_docs.compact .doc_upload_row_file_link, #agency_reserve_step2_inner .step1_content .required_docs.compact .doc_upload_row_file_link, #agency_reserve_step2_inner .step2_content .required_docs.compact .doc_upload_row_file_link, #agency_reserve_step3_inner .step1_content .required_docs.compact .doc_upload_row_file_link, #agency_reserve_step3_inner .step2_content .required_docs.compact .doc_upload_row_file_link, #agency_reserve_confirm_inner .step1_content .required_docs.compact .doc_upload_row_file_link, #agency_reserve_confirm_inner .step2_content .required_docs.compact .doc_upload_row_file_link {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--theme-color);
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

/* line 4035, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .doc_upload_row_reason, #agency_reserve_step1_inner .step2_content .required_docs.compact .doc_upload_row_reason, #agency_reserve_step2_inner .step1_content .required_docs.compact .doc_upload_row_reason, #agency_reserve_step2_inner .step2_content .required_docs.compact .doc_upload_row_reason, #agency_reserve_step3_inner .step1_content .required_docs.compact .doc_upload_row_reason, #agency_reserve_step3_inner .step2_content .required_docs.compact .doc_upload_row_reason, #agency_reserve_confirm_inner .step1_content .required_docs.compact .doc_upload_row_reason, #agency_reserve_confirm_inner .step2_content .required_docs.compact .doc_upload_row_reason {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

/* line 4040, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .file_upload_item_label, #agency_reserve_step1_inner .step2_content .required_docs.compact .file_upload_item_label, #agency_reserve_step2_inner .step1_content .required_docs.compact .file_upload_item_label, #agency_reserve_step2_inner .step2_content .required_docs.compact .file_upload_item_label, #agency_reserve_step3_inner .step1_content .required_docs.compact .file_upload_item_label, #agency_reserve_step3_inner .step2_content .required_docs.compact .file_upload_item_label, #agency_reserve_confirm_inner .step1_content .required_docs.compact .file_upload_item_label, #agency_reserve_confirm_inner .step2_content .required_docs.compact .file_upload_item_label {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}

/* line 4046, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .file_upload_item_label:first-child, #agency_reserve_step1_inner .step2_content .required_docs.compact .file_upload_item_label:first-child, #agency_reserve_step2_inner .step1_content .required_docs.compact .file_upload_item_label:first-child, #agency_reserve_step2_inner .step2_content .required_docs.compact .file_upload_item_label:first-child, #agency_reserve_step3_inner .step1_content .required_docs.compact .file_upload_item_label:first-child, #agency_reserve_step3_inner .step2_content .required_docs.compact .file_upload_item_label:first-child, #agency_reserve_confirm_inner .step1_content .required_docs.compact .file_upload_item_label:first-child, #agency_reserve_confirm_inner .step2_content .required_docs.compact .file_upload_item_label:first-child {
  margin-top: 0;
}

/* line 4048, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .file_upload, #agency_reserve_step1_inner .step2_content .required_docs.compact .file_upload, #agency_reserve_step2_inner .step1_content .required_docs.compact .file_upload, #agency_reserve_step2_inner .step2_content .required_docs.compact .file_upload, #agency_reserve_step3_inner .step1_content .required_docs.compact .file_upload, #agency_reserve_step3_inner .step2_content .required_docs.compact .file_upload, #agency_reserve_confirm_inner .step1_content .required_docs.compact .file_upload, #agency_reserve_confirm_inner .step2_content .required_docs.compact .file_upload {
  padding: 12px;
}

/* line 4050, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .file_upload_inner, #agency_reserve_step1_inner .step2_content .required_docs.compact .file_upload_inner, #agency_reserve_step2_inner .step1_content .required_docs.compact .file_upload_inner, #agency_reserve_step2_inner .step2_content .required_docs.compact .file_upload_inner, #agency_reserve_step3_inner .step1_content .required_docs.compact .file_upload_inner, #agency_reserve_step3_inner .step2_content .required_docs.compact .file_upload_inner, #agency_reserve_confirm_inner .step1_content .required_docs.compact .file_upload_inner, #agency_reserve_confirm_inner .step2_content .required_docs.compact .file_upload_inner {
  padding: 12px;
}

/* line 4052, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .file_upload_label.file_upload_label--solo, #agency_reserve_step1_inner .step2_content .required_docs.compact .file_upload_label.file_upload_label--solo, #agency_reserve_step2_inner .step1_content .required_docs.compact .file_upload_label.file_upload_label--solo, #agency_reserve_step2_inner .step2_content .required_docs.compact .file_upload_label.file_upload_label--solo, #agency_reserve_step3_inner .step1_content .required_docs.compact .file_upload_label.file_upload_label--solo, #agency_reserve_step3_inner .step2_content .required_docs.compact .file_upload_label.file_upload_label--solo, #agency_reserve_confirm_inner .step1_content .required_docs.compact .file_upload_label.file_upload_label--solo, #agency_reserve_confirm_inner .step2_content .required_docs.compact .file_upload_label.file_upload_label--solo {
  padding: 8px 5px;
}

/* line 4054, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .required_docs.compact .file_upload_hint, #agency_reserve_step1_inner .step2_content .required_docs.compact .file_upload_hint, #agency_reserve_step2_inner .step1_content .required_docs.compact .file_upload_hint, #agency_reserve_step2_inner .step2_content .required_docs.compact .file_upload_hint, #agency_reserve_step3_inner .step1_content .required_docs.compact .file_upload_hint, #agency_reserve_step3_inner .step2_content .required_docs.compact .file_upload_hint, #agency_reserve_confirm_inner .step1_content .required_docs.compact .file_upload_hint, #agency_reserve_confirm_inner .step2_content .required_docs.compact .file_upload_hint {
  font-size: 10px;
}

/* line 4057, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .lease_agmt_ttl, #agency_reserve_step1_inner .step2_content .lease_agmt_ttl, #agency_reserve_step2_inner .step1_content .lease_agmt_ttl, #agency_reserve_step2_inner .step2_content .lease_agmt_ttl, #agency_reserve_step3_inner .step1_content .lease_agmt_ttl, #agency_reserve_step3_inner .step2_content .lease_agmt_ttl, #agency_reserve_confirm_inner .step1_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 4057, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .lease_agmt_ttl, #agency_reserve_step1_inner .step2_content .lease_agmt_ttl, #agency_reserve_step2_inner .step1_content .lease_agmt_ttl, #agency_reserve_step2_inner .step2_content .lease_agmt_ttl, #agency_reserve_step3_inner .step1_content .lease_agmt_ttl, #agency_reserve_step3_inner .step2_content .lease_agmt_ttl, #agency_reserve_confirm_inner .step1_content .lease_agmt_ttl, #agency_reserve_confirm_inner .step2_content .lease_agmt_ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 4069, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .lease_agmt_ttl .small, #agency_reserve_step1_inner .step2_content .lease_agmt_ttl .small, #agency_reserve_step2_inner .step1_content .lease_agmt_ttl .small, #agency_reserve_step2_inner .step2_content .lease_agmt_ttl .small, #agency_reserve_step3_inner .step1_content .lease_agmt_ttl .small, #agency_reserve_step3_inner .step2_content .lease_agmt_ttl .small, #agency_reserve_confirm_inner .step1_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 4069, app/assets/stylesheets/agency/style.sass */
  #agency_reserve_step1_inner .step1_content .lease_agmt_ttl .small, #agency_reserve_step1_inner .step2_content .lease_agmt_ttl .small, #agency_reserve_step2_inner .step1_content .lease_agmt_ttl .small, #agency_reserve_step2_inner .step2_content .lease_agmt_ttl .small, #agency_reserve_step3_inner .step1_content .lease_agmt_ttl .small, #agency_reserve_step3_inner .step2_content .lease_agmt_ttl .small, #agency_reserve_confirm_inner .step1_content .lease_agmt_ttl .small, #agency_reserve_confirm_inner .step2_content .lease_agmt_ttl .small {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* line 4078, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .lease_agmt_list, #agency_reserve_step1_inner .step2_content .lease_agmt_list, #agency_reserve_step2_inner .step1_content .lease_agmt_list, #agency_reserve_step2_inner .step2_content .lease_agmt_list, #agency_reserve_step3_inner .step1_content .lease_agmt_list, #agency_reserve_step3_inner .step2_content .lease_agmt_list, #agency_reserve_confirm_inner .step1_content .lease_agmt_list, #agency_reserve_confirm_inner .step2_content .lease_agmt_list {
  margin-bottom: 32px;
}

/* line 4080, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .lease_agmt_list_item, #agency_reserve_step1_inner .step2_content .lease_agmt_list_item, #agency_reserve_step2_inner .step1_content .lease_agmt_list_item, #agency_reserve_step2_inner .step2_content .lease_agmt_list_item, #agency_reserve_step3_inner .step1_content .lease_agmt_list_item, #agency_reserve_step3_inner .step2_content .lease_agmt_list_item, #agency_reserve_confirm_inner .step1_content .lease_agmt_list_item, #agency_reserve_confirm_inner .step2_content .lease_agmt_list_item {
  margin-bottom: 22px;
}

/* line 4082, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .lease_agmt_list_item p, #agency_reserve_step1_inner .step1_content .lease_agmt_list_item li, #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 .step1_content .lease_agmt_list_item p, #agency_reserve_step2_inner .step1_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 .step1_content .lease_agmt_list_item p, #agency_reserve_step3_inner .step1_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 .step1_content .lease_agmt_list_item p, #agency_reserve_confirm_inner .step1_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 4089, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .lease_agmt_list_item ol li, #agency_reserve_step1_inner .step2_content .lease_agmt_list_item ol li, #agency_reserve_step2_inner .step1_content .lease_agmt_list_item ol li, #agency_reserve_step2_inner .step2_content .lease_agmt_list_item ol li, #agency_reserve_step3_inner .step1_content .lease_agmt_list_item ol li, #agency_reserve_step3_inner .step2_content .lease_agmt_list_item ol li, #agency_reserve_confirm_inner .step1_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 4092, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .term_notice_note, #agency_reserve_step1_inner .step2_content .term_notice_note, #agency_reserve_step2_inner .step1_content .term_notice_note, #agency_reserve_step2_inner .step2_content .term_notice_note, #agency_reserve_step3_inner .step1_content .term_notice_note, #agency_reserve_step3_inner .step2_content .term_notice_note, #agency_reserve_confirm_inner .step1_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 4099, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .term_notice_ttl, #agency_reserve_step1_inner .step2_content .term_notice_ttl, #agency_reserve_step2_inner .step1_content .term_notice_ttl, #agency_reserve_step2_inner .step2_content .term_notice_ttl, #agency_reserve_step3_inner .step1_content .term_notice_ttl, #agency_reserve_step3_inner .step2_content .term_notice_ttl, #agency_reserve_confirm_inner .step1_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 4106, app/assets/stylesheets/agency/style.sass */
#agency_reserve_step1_inner .step1_content .term_notice_desc, #agency_reserve_step1_inner .step2_content .term_notice_desc, #agency_reserve_step2_inner .step1_content .term_notice_desc, #agency_reserve_step2_inner .step2_content .term_notice_desc, #agency_reserve_step3_inner .step1_content .term_notice_desc, #agency_reserve_step3_inner .step2_content .term_notice_desc, #agency_reserve_confirm_inner .step1_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 4113, 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 4116, 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 4116, 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 4126, 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 4133, 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 4136, 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 4138, 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 4147, 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 4151, 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 4153, 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 4155, 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 4157, 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 4157, 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 4163, 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 4163, 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 4168, 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 4171, 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 4171, 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 4176, 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 4176, 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 4181, 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 4185, 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 4188, 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 4194, 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 4196, 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 4199, 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 4199, 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 4209, 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 4211, 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 4213, 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 4221, 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 4225, 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 4233, 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 4236, 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 4249, app/assets/stylesheets/agency/style.sass */
  #agency_property_inner,
#agency_feature_inner,
#agency_area_search_inner {
    padding: 24px 15px 64px;
  }
  /* line 4253, app/assets/stylesheets/agency/style.sass */
  #agency_property .property_list,
#agency_feature .property_list,
#agency_area_search .property_list {
    margin-bottom: 56px;
  }
  /* line 4256, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item,
#agency_feature .c_property_list_item,
#agency_area_search .c_property_list_item {
    gap: 6px;
    margin-bottom: 75px;
  }
  /* line 4260, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left,
#agency_feature .c_property_list_item .item_left,
#agency_area_search .c_property_list_item .item_left {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  /* line 4265, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left .js-property_slider,
#agency_property .c_property_list_item .item_left .slick-slider,
#agency_feature .c_property_list_item .item_left .js-property_slider,
#agency_feature .c_property_list_item .item_left .slick-slider,
#agency_area_search .c_property_list_item .item_left .js-property_slider,
#agency_area_search .c_property_list_item .item_left .slick-slider {
    height: auto;
    overflow: visible;
  }
  /* line 4270, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left .slick-list,
#agency_feature .c_property_list_item .item_left .slick-list,
#agency_area_search .c_property_list_item .item_left .slick-list {
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }
  /* line 4274, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left .slick-track,
#agency_property .c_property_list_item .item_left .slick-slide,
#agency_feature .c_property_list_item .item_left .slick-track,
#agency_feature .c_property_list_item .item_left .slick-slide,
#agency_area_search .c_property_list_item .item_left .slick-track,
#agency_area_search .c_property_list_item .item_left .slick-slide {
    height: 100%;
  }
  /* line 4278, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left li,
#agency_feature .c_property_list_item .item_left li,
#agency_area_search .c_property_list_item .item_left li {
    height: 100%;
  }
  /* line 4281, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left li img,
#agency_feature .c_property_list_item .item_left li img,
#agency_area_search .c_property_list_item .item_left li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /* line 4287, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left .slick-slider .slick-dots,
#agency_feature .c_property_list_item .item_left .slick-slider .slick-dots,
#agency_area_search .c_property_list_item .item_left .slick-slider .slick-dots {
    position: static;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    bottom: auto;
    line-height: 1;
  }
  /* line 4297, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_left .slick-slider .slick-dots li,
#agency_feature .c_property_list_item .item_left .slick-slider .slick-dots li,
#agency_area_search .c_property_list_item .item_left .slick-slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 4px;
    border-radius: 6px;
  }
  /* line 4303, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right,
#agency_feature .c_property_list_item .item_right,
#agency_area_search .c_property_list_item .item_right {
    gap: 12px;
  }
  /* line 4306, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top,
#agency_feature .c_property_list_item .item_right .top,
#agency_area_search .c_property_list_item .item_right .top {
    margin-bottom: 0;
    gap: 0;
  }
  /* line 4311, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .left .flex,
#agency_feature .c_property_list_item .item_right .top .left .flex,
#agency_area_search .c_property_list_item .item_right .top .left .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
    gap: 12px;
  }
  /* line 4319, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .left .area,
#agency_property .c_property_list_item .item_right .top .left .num,
#agency_feature .c_property_list_item .item_right .top .left .area,
#agency_feature .c_property_list_item .item_right .top .left .num,
#agency_area_search .c_property_list_item .item_right .top .left .area,
#agency_area_search .c_property_list_item .item_right .top .left .num {
    font-size: 12px;
    line-height: 1.3;
  }
  /* line 4324, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .left .num,
#agency_feature .c_property_list_item .item_right .top .left .num,
#agency_area_search .c_property_list_item .item_right .top .left .num {
    margin-left: auto;
  }
  /* line 4327, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .left h3.title,
#agency_property .c_property_list_item .item_right .top .left .title,
#agency_feature .c_property_list_item .item_right .top .left h3.title,
#agency_feature .c_property_list_item .item_right .top .left .title,
#agency_area_search .c_property_list_item .item_right .top .left h3.title,
#agency_area_search .c_property_list_item .item_right .top .left .title {
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }
  /* line 4334, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .left .address,
#agency_feature .c_property_list_item .item_right .top .left .address,
#agency_area_search .c_property_list_item .item_right .top .left .address {
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 4338, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .left .address .map_link,
#agency_feature .c_property_list_item .item_right .top .left .address .map_link,
#agency_area_search .c_property_list_item .item_right .top .left .address .map_link {
    margin-top: 4px;
  }
  /* line 4341, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .right,
#agency_feature .c_property_list_item .item_right .top .right,
#agency_area_search .c_property_list_item .item_right .top .right {
    margin-top: 15px;
    padding-top: 0;
  }
  /* line 4346, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .right .price .unit,
#agency_feature .c_property_list_item .item_right .top .right .price .unit,
#agency_area_search .c_property_list_item .item_right .top .right .price .unit {
    font-size: 14px;
  }
  /* line 4349, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .right .price .value,
#agency_feature .c_property_list_item .item_right .top .right .price .value,
#agency_area_search .c_property_list_item .item_right .top .right .price .value {
    font-size: 20px;
    font-weight: 600;
  }
  /* line 4353, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .top .right .price .night,
#agency_feature .c_property_list_item .item_right .top .right .price .night,
#agency_area_search .c_property_list_item .item_right .top .right .price .night {
    font-size: 14px;
    margin-bottom: 0;
  }
  /* line 4357, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom,
#agency_feature .c_property_list_item .item_right .bottom,
#agency_area_search .c_property_list_item .item_right .bottom {
    margin-top: 0px;
    gap: 0;
  }
  /* line 4361, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left,
#agency_feature .c_property_list_item .item_right .bottom .left,
#agency_area_search .c_property_list_item .item_right .bottom .left {
    width: 100%;
  }
  /* line 4364, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 0;
    width: 100%;
  }
  /* line 4371, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
    width: auto;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    padding: 0;
  }
  /* line 4382, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .flex,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .flex,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 4px;
    gap: 4px;
  }
  /* line 4391, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .flex::before,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .flex::before,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .flex::before {
    content: none;
  }
  /* line 4394, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .flex .period,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .flex .period,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .flex .period {
    order: 1;
    display: block;
    width: 70%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 4px;
    border: 1px solid #585653;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #585653;
  }
  /* line 4412, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .flex .discount,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .flex .discount,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .flex .discount {
    order: 0;
    margin-left: 0;
    min-height: 12px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--theme-color);
  }
  /* line 4425, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item:not(:has(.discount)) .flex::before,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item:not(:has(.discount)) .flex::before,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item:not(:has(.discount)) .flex::before {
    content: '';
    order: 0;
    display: block;
    height: 12px;
    width: 1px;
    flex-shrink: 0;
    visibility: hidden;
  }
  /* line 4434, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .price,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .price,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 0 2px;
    width: 100%;
  }
  /* line 4442, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .price .unit,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .price .unit,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .price .unit {
    font-size: 11px;
    line-height: 1;
  }
  /* line 4446, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .price .value,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .price .value,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .price .value {
    margin-left: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    word-break: keep-all;
  }
  /* line 4454, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .left .price_list .price_item .price .month,
#agency_feature .c_property_list_item .item_right .bottom .left .price_list .price_item .price .month,
#agency_area_search .c_property_list_item .item_right .bottom .left .price_list .price_item .price .month {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1;
  }
  /* line 4461, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_property_list_item .item_right .bottom .right .btn.c_action_btn,
#agency_property .c_property_list_item .item_right .bottom .right .btn,
#agency_feature .c_property_list_item .item_right .bottom .right .btn.c_action_btn,
#agency_feature .c_property_list_item .item_right .bottom .right .btn,
#agency_area_search .c_property_list_item .item_right .bottom .right .btn.c_action_btn,
#agency_area_search .c_property_list_item .item_right .bottom .right .btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 0 16px;
    border: 2px solid var(--theme-color);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: calc(40px - 4px);
    letter-spacing: 0.04em;
    text-align: center;
  }
  /* line 4477, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_pagination,
#agency_feature .c_pagination,
#agency_area_search .c_pagination {
    gap: 8px;
  }
  /* line 4480, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_pagination li a,
#agency_feature .c_pagination li a,
#agency_area_search .c_pagination li a {
    width: 28px;
    font-size: 13px;
    line-height: 28px;
  }
  /* line 4485, app/assets/stylesheets/agency/style.sass */
  #agency_property .c_pagination li a.prev, #agency_property .c_pagination li a.next,
#agency_feature .c_pagination li a.prev,
#agency_feature .c_pagination li a.next,
#agency_area_search .c_pagination li a.prev,
#agency_area_search .c_pagination li a.next {
    width: 52px;
  }
  /* line 4490, app/assets/stylesheets/agency/style.sass */
  #agency_property .head {
    margin-bottom: 56px;
  }
  /* line 4493, app/assets/stylesheets/agency/style.sass */
  #agency_property .head .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 4500, app/assets/stylesheets/agency/style.sass */
  #agency_property .head .description {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
  }
  /* line 4507, app/assets/stylesheets/agency/style.sass */
  #agency_property .head .result {
    font-size: 14px;
    line-height: 1.4;
  }
  /* line 4511, app/assets/stylesheets/agency/style.sass */
  #agency_property .head .result .count {
    font-size: 20px;
    font-weight: 700;
  }
  /* line 4516, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head {
    margin-bottom: 56px;
  }
  /* line 4519, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .label {
    align-self: flex-start;
    width: auto;
    min-width: auto;
    margin-bottom: 6px;
    padding: 4px 10px;
    background: var(--theme-color);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
    border-radius: 0;
  }
  /* line 4534, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 4541, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .kv {
    margin-bottom: 16px;
    line-height: 0;
  }
  /* line 4545, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .kv img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  /* line 4551, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .description {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
  }
  /* line 4558, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .result {
    font-size: 14px;
    line-height: 1.4;
  }
  /* line 4562, app/assets/stylesheets/agency/style.sass */
  #agency_feature .head .result .count {
    font-size: 20px;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  /* line 4569, app/assets/stylesheets/agency/style.sass */
  body.agency-lower-page.agency-property-detail-page .wrapper {
    padding-bottom: 88px;
  }
  /* line 4573, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail_inner {
    padding: 24px 15px 64px;
  }
  /* line 4577, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_side {
    display: none;
  }
  /* line 4581, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .kv {
    margin-bottom: 10px;
    line-height: 0;
  }
  /* line 4585, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .kv a {
    display: block;
    position: relative;
  }
  /* line 4589, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .kv a::after {
    content: 'タップで拡大';
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.55);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    pointer-events: none;
  }
  /* line 4602, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .kv img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
  }
  /* line 4609, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .gallery_head {
    display: block;
    margin-bottom: 16px;
  }
  /* line 4613, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .gallery_head .gallery_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  /* line 4619, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .gallery_head .gallery_list li.active a {
    outline: 2px solid var(--theme-color);
    outline-offset: -2px;
  }
  /* line 4623, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .gallery_head .gallery_list li a {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    line-height: 0;
  }
  /* line 4631, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .gallery_head .gallery_list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 4636, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .photos .photos_main .gallery_head .gallery_list li a .more {
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
  /* line 4641, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main {
    margin-bottom: 0;
  }
  /* line 4646, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head {
    margin-bottom: 56px;
  }
  /* line 4649, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 12px;
  }
  /* line 4656, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex .title {
    flex: 1;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 4664, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex .num {
    flex-shrink: 0;
    font-size: 12px;
    line-height: 1.3;
  }
  /* line 4669, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex .num .icon {
    margin-right: 4px;
  }
  /* line 4672, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex .num .icon .person_01 {
    width: 11px;
    height: 14px;
  }
  /* line 4676, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex .num .icon .person_02 {
    width: 16px;
    height: 13px;
  }
  /* line 4680, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .flex .num .icon .person_03 {
    width: 18px;
    height: 10px;
  }
  /* line 4684, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .address {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 4691, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .address .map_link {
    margin-top: 4px;
    margin-left: 0;
    font-size: 12px;
  }
  /* line 4696, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .tag_list {
    gap: 6px;
  }
  /* line 4699, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .head .tag_list .tag_item {
    min-width: auto;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 0;
  }
  /* line 4706, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview {
    margin-bottom: 56px;
  }
  /* line 4709, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview .room_overview_ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 4716, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list {
    gap: 8px;
    padding: 12px;
  }
  /* line 4720, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list li {
    width: calc(50% - 4px);
  }
  /* line 4723, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list li .ttl {
    font-size: 12px;
    line-height: 36px;
  }
  /* line 4727, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list li .value {
    min-height: 52px;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
  }
  /* line 4734, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .room_overview .data_list li .value .small {
    font-size: 12px;
    line-height: 1.4;
  }
  /* line 4738, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview {
    margin-bottom: 56px;
  }
  /* line 4741, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .property_overview_ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 4748, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list {
    width: 100%;
    margin: 0 0 16px;
    gap: 16px 8px;
    justify-content: flex-start;
  }
  /* line 4754, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list.inside {
    margin-bottom: 20px;
  }
  /* line 4757, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.333% - 6px);
    text-align: center;
  }
  /* line 4764, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 6px;
  }
  /* line 4772, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list li .icon svg {
    width: 64px;
    height: auto;
    max-width: 64px;
  }
  /* line 4777, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .features_list li .name {
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }
  /* line 4786, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .description_inner {
    margin-bottom: 12px;
    height: auto;
  }
  /* line 4790, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .description_inner p {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
  }
  /* line 4798, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .description.is-collapsed .description_inner {
    height: 120px;
  }
  /* line 4801, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .detail .property_overview .description .more_description a {
    font-size: 14px;
    font-weight: 600;
  }
  /* line 4805, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .content_ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    overflow: visible;
  }
  /* line 4813, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .content_ttl::after {
    display: none;
  }
  /* line 4816, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan {
    margin-bottom: 56px;
  }
  /* line 4819, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .content_ttl {
    margin-block: 0 15px;
  }
  /* line 4822, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly,
#agency_property_detail .main_inner .pricing_plan .short_stay {
    margin-bottom: 56px;
  }
  /* line 4826, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content,
#agency_property_detail .main_inner .pricing_plan .short_stay .content {
    margin-bottom: 20px;
    gap: 16px;
  }
  /* line 4830, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left {
    overflow: hidden;
    max-width: 100%;
  }
  /* line 4834, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .label,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .label {
    position: static;
    display: inline-block;
    width: auto;
    min-width: auto;
    margin-bottom: 8px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: left;
    border-radius: 0;
  }
  /* line 4848, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .slider,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .slider {
    margin-bottom: 15px;
  }
  /* line 4851, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .slider li,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .slider li {
    border: none;
    line-height: 0;
  }
  /* line 4855, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .slider li img,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .slider li img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
  /* line 4860, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider {
    overflow: hidden;
    width: 100%;
    margin: 0;
  }
  /* line 4865, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider .slick-list,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider .slick-list {
    overflow: hidden;
    margin: 0;
  }
  /* line 4869, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider .slick-track,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider .slick-track {
    display: flex;
  }
  /* line 4872, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider .slick-slide,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider .slick-slide {
    box-sizing: border-box;
    height: auto;
  }
  /* line 4876, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider .slick-slide > div,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider .slick-slide > div {
    line-height: 0;
  }
  /* line 4879, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider li,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider li {
    padding: 0 3px;
  }
  /* line 4882, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider li img,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider li img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 2px solid transparent;
    box-sizing: border-box;
  }
  /* line 4889, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .left .thumb_slider .slick-current img,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .left .thumb_slider .slick-current img {
    border-color: var(--theme-color);
  }
  /* line 4892, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right {
    padding-top: 0;
  }
  /* line 4895, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .price_detail_ttl,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail_ttl {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
  }
  /* line 4900, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .price_detail,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail {
    margin-bottom: 12px;
    padding: 12px 0;
  }
  /* line 4904, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .price_detail li,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail li {
    margin-bottom: 10px;
  }
  /* line 4907, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .price_detail li .ttl,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail li .ttl {
    font-size: 13px;
    flex-wrap: wrap;
    gap: 2px;
  }
  /* line 4912, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .price_detail li .price,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail li .price {
    font-size: 18px;
  }
  /* line 4915, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .price_detail li .price .unit,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail li .price .unit {
    font-size: 13px;
  }
  /* line 4918, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .total_price,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .total_price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
    width: 100%;
    gap: 12px;
  }
  /* line 4926, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .total_price .ttl,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .total_price .ttl {
    flex-shrink: 0;
    font-size: 13px;
  }
  /* line 4930, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .total_price .price,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .total_price .price {
    flex: 1;
    margin-right: 0;
    text-align: right;
  }
  /* line 4935, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .total_price .price .flex,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .total_price .price .flex {
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: 700;
  }
  /* line 4941, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .total_price .price .flex .unit,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .total_price .price .flex .unit {
    font-size: 14px;
  }
  /* line 4944, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .content .right .total_price .price .tax,
#agency_property_detail .main_inner .pricing_plan .short_stay .content .right .total_price .price .tax {
    display: block;
    margin-left: 0;
    font-size: 11px;
    text-align: right;
  }
  /* line 4951, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item {
    padding: 8px;
    margin-bottom: 12px;
  }
  /* line 4955, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    column-gap: 12px;
    row-gap: 2px;
    height: auto;
    padding: 12px;
  }
  /* line 4964, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .period_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .period_box {
    display: contents;
  }
  /* line 4967, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .period_box .period,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .period_box .period {
    grid-column: 1 / -1;
    width: 12%;
    min-width: 0;
    margin: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #585653;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    justify-self: start;
  }
  /* line 4983, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .period_box .description,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .period_box .description {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
  }
  /* line 4993, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .period_box .description .small,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .period_box .description .small {
    font-size: 12px;
    font-weight: 500;
  }
  /* line 4997, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner:has(.discount_box:not(.is-empty)) .description,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner:has(.discount_box:not(.is-empty)) .description {
    grid-row: 2 / 4;
    padding-bottom: 15px;
  }
  /* line 5001, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner:has(.discount_box:not(.is-empty)) .price_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner:has(.discount_box:not(.is-empty)) .price_box {
    padding-bottom: 0;
  }
  /* line 5004, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .price_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .price_box {
    grid-column: 2;
    grid-row: 2;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-align: right;
    align-self: start;
  }
  /* line 5014, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .price_box .price,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .price_box .price {
    justify-content: flex-end;
    font-size: 20px;
  }
  /* line 5018, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .price_box .price .unit,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .price_box .price .unit {
    font-size: 14px;
  }
  /* line 5021, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .price_box .tax,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .price_box .tax {
    text-align: right;
    margin-right: 0;
  }
  /* line 5025, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .discount_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .discount_box {
    grid-column: 2;
    grid-row: 3;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 15px;
    text-align: right;
  }
  /* line 5033, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .discount_box.is-empty,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .discount_box.is-empty {
    display: none;
  }
  /* line 5036, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .discount_box .discount,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .discount_box .discount {
    text-align: right;
    font-size: 13px;
  }
  /* line 5040, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .reserve_box {
    grid-column: 1 / -1;
    margin-top: 0;
  }
  /* line 5044, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner:not(:has(.discount_box:not(.is-empty))) .reserve_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner:not(:has(.discount_box:not(.is-empty))) .reserve_box {
    grid-row: 3;
  }
  /* line 5047, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner:has(.discount_box:not(.is-empty)) .reserve_box,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner:has(.discount_box:not(.is-empty)) .reserve_box {
    grid-row: 4;
  }
  /* line 5051, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn a, #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn input[type="submit"], #agency_property_detail .main_inner .pricing_plan .monthly .price_list_item_inner .reserve_box .btn button,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .reserve_box .btn a,
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .reserve_box .btn input[type="submit"],
#agency_property_detail .main_inner .pricing_plan .short_stay .price_list_item_inner .reserve_box .btn button {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    border: 2px solid var(--theme-color);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: calc(40px - 4px);
    letter-spacing: 0.04em;
  }
  /* line 5065, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .short_stay .content .right .price_detail {
    height: auto;
    padding: 12px 0;
  }
  /* line 5069, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .pricing_plan .short_stay .content .right .total_price .price .flex {
    font-size: 20px;
  }
  /* line 5073, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .content_ttl {
    margin-bottom: 15px;
  }
  /* line 5076, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list {
    gap: 32px;
  }
  /* line 5081, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .ph {
    margin-bottom: 6px;
    line-height: 0;
  }
  /* line 5085, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .ph img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
  /* line 5091, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .info .head {
    margin-bottom: 2px;
  }
  /* line 5094, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .info .head .area,
#agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .info .head .num {
    font-size: 12px;
  }
  /* line 5098, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .top .info .name {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }
  /* line 5105, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .price_list {
    margin-bottom: 8px;
    padding: 12px;
  }
  /* line 5109, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .price_list li {
    margin-bottom: 8px;
  }
  /* line 5112, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .price_list li .ttl {
    font-size: 12px;
  }
  /* line 5115, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .price_list li .price {
    font-size: 16px;
  }
  /* line 5118, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .tag_list {
    gap: 6px;
  }
  /* line 5121, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .main_inner .nearby_properties .nearby_properties_list_item .bottom .tag_list .tag_item {
    min-width: auto;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.4;
  }
  /* line 5127, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .gallery_side {
    display: none;
  }
  /* line 5130, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .booking_overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 98;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  /* line 5140, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .booking_overlay.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  /* line 5146, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .booking_drawer .booking_drawer_header {
    display: none;
  }
  /* line 5149, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side {
    width: 100%;
  }
  /* line 5153, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    max-height: 85vh;
    overflow-y: auto;
    padding: 0 15px 92px;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(100%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0.3s;
  }
  /* line 5169, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer.active {
    transform: translateY(0);
    visibility: visible;
  }
  /* line 5173, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .booking_drawer_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
    margin: 0 -15px 12px;
    padding: 16px 15px 12px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
  }
  /* line 5185, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .booking_drawer_header .booking_drawer_ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #393939;
  }
  /* line 5191, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .booking_drawer_header .booking_drawer_close {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    color: #585653;
    cursor: pointer;
  }
  /* line 5201, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan {
    margin-bottom: 20px;
    padding: 0;
  }
  /* line 5205, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan .stay_plan_ttl {
    display: none;
  }
  /* line 5209, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_message {
    margin-bottom: 12px;
    padding: 16px 8px;
  }
  /* line 5213, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_message .inquiry_message_inner {
    padding: 12px 8px;
  }
  /* line 5216, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_contact_btns {
    gap: 8px;
    margin-bottom: 12px;
  }
  /* line 5220, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_form_btn {
    display: block;
    margin: 0;
  }
  /* line 5224, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .stay_plan.stay_plan_inquiry .inquiry_form_btn .c_action_btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    min-height: 40px;
    border: 2px solid var(--theme-color);
    border-radius: 5px;
    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 5240, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .data {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 12px;
    padding: 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  /* line 5248, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .data .large {
    font-size: 20px;
  }
  /* line 5251, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list {
    margin-bottom: 20px;
  }
  /* line 5254, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list .switch_btns .switch_btn a {
    font-size: 12px;
    line-height: 32px;
  }
  /* line 5258, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list .content .monthly_price,
#agency_property_detail .side_inner .booking_drawer .plan_list .content .short_stay_price {
    padding-top: 12px;
  }
  /* line 5262, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list .content .monthly_price .price_item,
#agency_property_detail .side_inner .booking_drawer .plan_list .content .short_stay_price .price_item {
    margin-bottom: 10px;
  }
  /* line 5265, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list .content .monthly_price .price_item .period,
#agency_property_detail .side_inner .booking_drawer .plan_list .content .short_stay_price .price_item .period {
    font-size: 12px;
  }
  /* line 5268, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .plan_list .content .monthly_price .price_item .price,
#agency_property_detail .side_inner .booking_drawer .plan_list .content .short_stay_price .price_item .price {
    font-size: 16px;
  }
  /* line 5271, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .calendar {
    margin-bottom: 16px;
    padding: 0;
  }
  /* line 5275, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .calendar .month_block {
    padding: 12px 8px;
  }
  /* line 5278, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .calendar .dow_cell {
    width: auto;
    font-size: 11px;
  }
  /* line 5282, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .calendar .days_grid {
    height: 212px;
  }
  /* line 5285, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .booking_drawer .calendar .day_cell {
    width: auto;
    height: 32px;
  }
  /* line 5289, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .reserve_sticky {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    margin: 0;
    padding: 8px 15px 10px;
    background: #fff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
  }
  /* line 5301, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .reserve_sticky .reserve_btn {
    position: static;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  /* line 5308, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .reserve_sticky .reserve_btn_pc {
    display: none;
  }
  /* line 5311, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .reserve_sticky .reserve_btn_sp {
    display: block;
  }
  /* line 5314, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .reserve_sticky .reserve_btn .c_action_btn {
    box-sizing: border-box;
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 40px;
    min-height: 40px;
    border: 2px solid var(--theme-color);
    border-radius: 5px;
    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 5331, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner .reserve_sticky .reserve_period {
    margin: 5px 0 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-align: center;
    color: #585653;
  }
  /* line 5340, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .ph_modal {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
  /* line 5345, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .ph_modal_inner .ph_list li img {
    width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: contain;
  }
  /* line 5351, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .ph_modal_inner .num {
    position: static;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
  }
  /* line 5357, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .calendar_modal {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 88vh;
    padding: 16px 15px 20px;
    border-radius: 12px 12px 0 0;
    transform: none;
  }
  /* line 5368, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .calendar_modal .calendar_modal_months {
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
  /* line 5375, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .calendar_modal .calendar_modal_months .month_block {
    flex: 0 0 calc(50% - 5px);
    min-width: 240px;
  }
  /* line 5379, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .calendar_modal .calendar_modal_note {
    margin-top: 8px;
    font-size: 11px;
  }
}

@media (min-width: 769px) {
  /* line 5385, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .gallery_head {
    display: none;
  }
  /* line 5388, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .gallery_side {
    display: block;
  }
  /* line 5391, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .reserve_sticky {
    display: block;
    position: static;
    padding: 0 10px;
    box-shadow: none;
  }
  /* line 5397, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .reserve_sticky .reserve_btn_pc {
    display: block;
  }
  /* line 5400, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .reserve_sticky .reserve_btn_sp {
    display: none;
  }
  /* line 5403, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .reserve_period {
    display: none;
  }
  /* line 5406, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .booking_drawer {
    position: static;
    transform: none;
    visibility: visible;
    max-height: none;
    overflow: visible;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  /* line 5416, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .booking_drawer .booking_drawer_header {
    display: none;
  }
  /* line 5419, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .booking_drawer .stay_plan .stay_plan_ttl {
    display: block;
  }
  /* line 5422, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .stay_plan_inquiry .inquiry_form_btn {
    display: none;
  }
  /* line 5428, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side {
    align-self: stretch;
  }
  /* line 5431, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_inner {
    height: 100%;
  }
  /* line 5436, app/assets/stylesheets/agency/style.sass */
  #agency_property_detail .side_stay_plan {
    position: sticky;
    top: 82px;
  }
}

@media (max-width: 768px) {
  /* line 5443, app/assets/stylesheets/agency/style.sass */
  #agency_contact_inner {
    padding: 24px 0 64px;
  }
  /* line 5446, app/assets/stylesheets/agency/style.sass */
  #agency_contact .head {
    margin-bottom: 56px;
  }
  /* line 5449, app/assets/stylesheets/agency/style.sass */
  #agency_contact .head .title {
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 5457, app/assets/stylesheets/agency/style.sass */
  #agency_contact .head .description {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
  /* line 5464, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp {
    box-sizing: border-box;
    padding: 32px 15px 40px;
  }
  /* line 5468, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form {
    width: 100%;
    margin: 0;
  }
  /* line 5472, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item {
    margin-bottom: 24px;
  }
  /* line 5475, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item.last {
    margin-bottom: 32px;
  }
  /* line 5478, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item:last-child {
    margin-bottom: 0;
  }
  /* line 5481, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item .js-error {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
  }
  /* line 5486, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
  }
  /* line 5494, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item label.required::after {
    margin-left: 6px;
    font-size: 11px;
    letter-spacing: 0;
  }
  /* line 5499, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item input {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 14px;
    font-size: 14px;
    line-height: normal;
    color: #585653;
  }
  /* line 5511, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item input::placeholder {
    color: #a8a7a7;
    font-size: 13px;
  }
  /* line 5515, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 180px;
    height: 180px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.75;
    color: #585653;
    resize: vertical;
  }
  /* line 5529, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .form_item textarea::placeholder {
    color: #a8a7a7;
    font-size: 13px;
  }
  /* line 5533, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .button.c_action_btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    border: 2px solid var(--theme-color);
    border-radius: 5px;
    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 5551, app/assets/stylesheets/agency/style.sass */
  #agency_contact .form_warp form .button.c_action_btn:hover {
    background: var(--theme-color);
    color: #fff;
  }
}

@media (max-width: 768px) {
  /* line 5558, app/assets/stylesheets/agency/style.sass */
  #agency_company_inner {
    padding: 24px 0 64px;
  }
  /* line 5561, app/assets/stylesheets/agency/style.sass */
  #agency_company .head {
    margin-bottom: 56px;
  }
  /* line 5564, app/assets/stylesheets/agency/style.sass */
  #agency_company .head .title {
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 5572, app/assets/stylesheets/agency/style.sass */
  #agency_company .head .kv {
    margin: 0 0 16px;
    line-height: 0;
  }
  /* line 5576, app/assets/stylesheets/agency/style.sass */
  #agency_company .head .kv img {
    width: 100%;
    height: auto;
    aspect-ratio: 21 / 9;
    object-fit: cover;
  }
  /* line 5582, app/assets/stylesheets/agency/style.sass */
  #agency_company .head .description {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
  /* line 5589, app/assets/stylesheets/agency/style.sass */
  #agency_company .message {
    width: 100%;
    margin: 0 0 56px;
    padding: 0 15px;
  }
  /* line 5594, app/assets/stylesheets/agency/style.sass */
  #agency_company .message p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
  /* line 5601, app/assets/stylesheets/agency/style.sass */
  #agency_company .message p:last-child {
    margin-bottom: 0;
  }
  /* line 5604, app/assets/stylesheets/agency/style.sass */
  #agency_company .message .ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 5611, app/assets/stylesheets/agency/style.sass */
  #agency_company .message .ph {
    margin-bottom: 24px;
    line-height: 0;
  }
  /* line 5615, app/assets/stylesheets/agency/style.sass */
  #agency_company .message .ph img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* line 5620, app/assets/stylesheets/agency/style.sass */
  #agency_company .about {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  /* line 5625, app/assets/stylesheets/agency/style.sass */
  #agency_company .about_ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-align: center;
  }
  /* line 5633, app/assets/stylesheets/agency/style.sass */
  #agency_company .about_list {
    border-top: 1px solid #a7a7a7;
  }
  /* line 5636, app/assets/stylesheets/agency/style.sass */
  #agency_company .about_list dt,
#agency_company .about_list dd {
    width: 100%;
    padding: 0;
    border-bottom: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }
  /* line 5646, app/assets/stylesheets/agency/style.sass */
  #agency_company .about_list dt {
    padding-top: 14px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #585653;
  }
  /* line 5653, app/assets/stylesheets/agency/style.sass */
  #agency_company .about_list dt:first-child {
    padding-top: 12px;
  }
  /* line 5656, app/assets/stylesheets/agency/style.sass */
  #agency_company .about_list dd {
    padding: 2px 0 14px;
    border-bottom: 1px solid #a7a7a7;
  }
}

@media (max-width: 768px) {
  /* line 5663, app/assets/stylesheets/agency/style.sass */
  #agency_terms_inner {
    padding: 24px 0 64px;
  }
  /* line 5666, app/assets/stylesheets/agency/style.sass */
  #agency_terms .head {
    margin-bottom: 15px;
  }
  /* line 5669, app/assets/stylesheets/agency/style.sass */
  #agency_terms .head .title {
    padding: 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  /* line 5676, app/assets/stylesheets/agency/style.sass */
  #agency_terms .terms {
    padding: 0 15px;
  }
  /* line 5679, app/assets/stylesheets/agency/style.sass */
  #agency_terms .terms__body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #585653;
  }
}

/* line 5691, app/assets/stylesheets/agency/style.sass */
#agency_area_search #agency_area_search_inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

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

/* line 5703, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_sidebar {
  display: flex;
  flex-direction: column;
  width: 58%;
  max-width: 760px;
  flex-shrink: 0;
  border-right: 1px solid #e8e8e8;
  background: #fff;
}

/* line 5713, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_sheet_handle {
  display: none;
}

/* line 5716, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_toolbar {
  flex-shrink: 0;
  padding: 24px 24px 12px;
}

/* line 5720, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: var(--theme-color);
}

/* line 5728, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_search {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 12px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.08);
}

/* line 5735, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_search .input {
  flex: 1;
  min-width: 0;
  height: 40px;
  border: 1px solid #ccc;
  border-right: none;
  padding: 0 14px;
  font-size: 13px;
  line-height: 40px;
  color: #585653;
}

/* line 5746, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_search .input::placeholder {
  color: #A8A7A7;
}

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

/* line 5752, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_search .button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 42px;
  margin: 0;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  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 5771, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_search .button:hover {
  background: #fff;
  color: var(--theme-color);
}

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

/* line 5778, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_filters__summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #585653;
  cursor: pointer;
  list-style: none;
}

/* line 5789, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_filters__summary::-webkit-details-marker {
  display: none;
}

/* line 5792, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_filters__summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #585653;
  border-bottom: 2px solid #585653;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

/* line 5801, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_filters[open] .area_search_filters__summary::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

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

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

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

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

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

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

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

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

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

/* line 5846, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card__button {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}

/* line 5856, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card__button:hover {
  border-color: var(--theme-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* line 5860, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card.is-active .map_property_card__button {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 1px var(--theme-color);
}

/* line 5864, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .top {
  min-height: auto;
}

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

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

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

/* line 5882, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .info .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

/* line 5890, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .info .num {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/* line 5895, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .info .num .icon {
  display: inline-flex;
  margin-right: 6px;
}

/* line 5900, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .info .num .icon svg.person_01 {
  width: 11px;
  height: 14px;
}

/* line 5904, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .info .num .icon svg.person_02 {
  width: 17px;
  height: 14px;
}

/* line 5908, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .info .num .icon svg.person_03 {
  width: 19px;
  height: 11px;
}

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

/* line 5916, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card__more {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: var(--theme-color);
}

/* line 5923, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 12px 12px;
}

/* line 5930, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_property_card .tag_list .tag_item {
  min-width: auto;
  padding: 1px 10px;
  background: var(--theme-color);
  font-size: 11px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

/* line 5941, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_back_btn {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: var(--theme-color);
  cursor: pointer;
}

/* line 5954, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_back_btn::before {
  content: "←";
  margin-right: 6px;
}

/* line 5958, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_detail_ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #585653;
}

/* line 5967, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .property_list {
  margin-bottom: 0;
}

/* line 5970, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item {
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

/* line 5978, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

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

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

/* line 5991, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-list {
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 200;
}

/* line 5996, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-track,
#agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-slide {
  height: 100%;
}

/* line 6000, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-dots {
  margin-top: 6px;
}

/* line 6005, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right {
  flex: 1;
  min-width: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 200px;
}

/* line 6014, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top {
  align-items: flex-start;
  margin-bottom: 16px;
}

/* line 6018, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .left {
  flex: 1;
  min-width: 0;
}

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

/* line 6025, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
}

/* line 6030, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .room_type {
  margin-bottom: 0;
  font-size: 18px;
}

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

/* line 6039, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .right {
  flex-shrink: 0;
  margin-left: 12px;
}

/* line 6043, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .right .short_stay_label {
  margin-bottom: 4px;
  padding: 0 6px;
  font-size: 10px;
  line-height: 15px;
}

/* line 6050, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .right .price .unit {
  font-size: 13px;
}

/* line 6053, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .right .price .value {
  font-size: 20px;
}

/* line 6056, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .top .right .price .night {
  font-size: 12px;
}

/* line 6062, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only {
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  margin-top: 0;
}

/* line 6072, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .left {
  margin-bottom: 16px;
}

/* line 6075, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .left .price_list {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8px;
}

/* line 6080, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .left .price_list .price_item {
  flex: none;
}

/* line 6084, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .left .price_list .price_item .flex .period {
  width: 56px;
  font-size: 10px;
  line-height: 17px;
}

/* line 6089, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .left .price_list .price_item .flex .discount {
  font-size: 10px;
}

/* line 6093, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .left .price_list .price_item .price .unit {
  font-size: 13px;
}

/* line 6096, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .left .price_list .price_item .price .value {
  font-size: 20px;
}

/* line 6099, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .left .price_list .price_item .price .month {
  font-size: 12px;
}

/* line 6102, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .right {
  display: flex;
  justify-content: flex-end;
}

/* line 6106, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .right .btn {
  width: 104px;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
}

/* line 6112, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_map_column {
  flex: 1;
  position: sticky;
  top: 72px;
  align-self: flex-start;
  height: calc(100vh - 72px);
  min-width: 0;
}

/* line 6120, app/assets/stylesheets/agency/style.sass */
#agency_area_search .area_search_map_column .map {
  width: 100%;
  height: 100%;
  border: none;
}

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

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

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

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

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

/* line 6157, app/assets/stylesheets/agency/style.sass */
#agency_area_search .map_feature_filters__item:hover {
  border-color: #d4d4d4;
}

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

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

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

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

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

/* line 6185, app/assets/stylesheets/agency/style.sass */
#agency_area_search .property_empty {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #585653;
}

@media (max-width: 768px) {
  /* line 6195, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_layout {
    position: relative;
    height: calc(100vh - 56px);
    min-height: auto;
    overflow: hidden;
  }
  /* line 6201, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_sidebar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    max-width: none;
    max-height: 100px;
    border-right: none;
    border-radius: 16px 16px 0 0;
    background: #fff;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  /* line 6217, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_layout.is-sheet-expanded .area_search_sidebar {
    max-height: calc(100% - 24px);
  }
  /* line 6221, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_sheet_handle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    width: 100%;
    height: 100px;
    padding: 12px 15px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  /* line 6235, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_sheet_handle .area_search_sheet_grip {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #d4d4d4;
  }
  /* line 6241, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_sheet_handle .area_search_sheet_label {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #585653;
  }
  /* line 6247, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_toolbar {
    padding: 4px 15px 12px;
  }
  /* line 6251, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_title {
    display: none;
  }
  /* line 6254, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_search {
    flex-direction: column;
    gap: 10px;
    box-shadow: none;
  }
  /* line 6259, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_search .input {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 14px;
    font-size: 15px;
    line-height: 38px;
  }
  /* line 6270, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_search .button {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    min-height: 40px;
    border: 2px solid var(--theme-color);
    border-radius: 5px;
    font-size: 15px;
    line-height: calc(40px - 4px);
  }
  /* line 6281, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__summary {
    font-size: 13px;
  }
  /* line 6285, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters {
    padding: 0;
  }
  /* line 6288, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  /* line 6292, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__item {
    flex-direction: row;
    justify-content: center;
    gap: 0;
    min-height: 40px;
    padding: 8px 10px;
    border-radius: 0;
  }
  /* line 6300, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__item:hover {
    border-color: #d4d4d4;
  }
  /* line 6303, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__item:has(.map_feature_filters__input:checked) {
    border-color: var(--theme-color);
    background: var(--theme-color);
  }
  /* line 6307, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__item:has(.map_feature_filters__input:checked) .map_feature_filters__name {
    color: #fff;
    font-weight: 600;
  }
  /* line 6311, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__icon {
    display: none;
  }
  /* line 6314, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_filters__body .map_feature_filters__name {
    font-size: 11px;
  }
  /* line 6318, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_view_toggle {
    display: none;
  }
  /* line 6321, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_results {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px 24px;
  }
  /* line 6328, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .map_property_cards_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  /* line 6333, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .map_property_card .ph {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  /* line 6338, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_map_column {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    height: auto;
    padding: 0;
  }
  /* line 6348, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .area_search_map_column .map,
#agency_area_search .area_search_map_column .map_inner,
#agency_area_search .area_search_map_column .map_canvas {
    width: 100%;
    height: calc(100vh - 56px);
    min-height: 0;
    border: none;
    aspect-ratio: auto;
  }
  /* line 6360, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
  }
  /* line 6368, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  /* line 6373, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_left {
    width: 100%;
    flex-shrink: 0;
  }
  /* line 6378, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-list {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }
  /* line 6383, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-track,
#agency_area_search .property_list_panel .c_property_list_item .item_left .slick-slider .slick-slide {
    height: 100%;
  }
  /* line 6387, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
    min-height: auto;
  }
  /* line 6395, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .top {
    margin-bottom: 0;
  }
  /* line 6399, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .flex {
    margin-bottom: 0;
  }
  /* line 6401, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .title {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  /* line 6406, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .top .left .address {
    font-size: 12px;
  }
  /* line 6410, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only {
    display: block;
    margin-top: 6px;
  }
  /* line 6414, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .right {
    width: 100%;
  }
  /* line 6417, app/assets/stylesheets/agency/style.sass */
  #agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .right .btn.c_action_btn,
#agency_area_search .property_list_panel .c_property_list_item .item_right .bottom--detail_only .right .btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: none;
    min-height: 0;
    height: auto;
    padding: 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
  }
}

/* line 6432, app/assets/stylesheets/agency/style.sass */
.agency-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(0, 0, 0, 0.55);
}

/* line 6442, app/assets/stylesheets/agency/style.sass */
.agency-loading-overlay[hidden] {
  display: none;
}

/* line 6444, app/assets/stylesheets/agency/style.sass */
.agency-loading-overlay__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: agency-loading-spin 0.8s linear infinite;
}

/* line 6451, app/assets/stylesheets/agency/style.sass */
.agency-loading-overlay__text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

@keyframes agency-loading-spin {
  to {
    transform: rotate(360deg);
  }
}
/*
 * 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.
 *





 */
