@charset "UTF-8";
.hero__slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px 3.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.hero__slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.hero__slider .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 50vh;
  overflow: hidden;
  border-radius: 16px;
  background-color: #f7f7f7;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.hero__slider .swiper-slide .main-visual {
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: none;
  transition: none;
}
.hero__slider .swiper-button-prev,
.hero__slider .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  z-index: 2;
  transition: background-color 0.2s ease;
}
.hero__slider .swiper-button-prev:after,
.hero__slider .swiper-button-next:after {
  content: none;
}
.hero__slider .swiper-button-prev {
  left: 5%;
}
.hero__slider .swiper-button-next {
  right: 5%;
}
.hero__slider .swiper-pagination {
  bottom: 0;
  z-index: 1;
}
.hero__slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d7d7d7;
  opacity: 1;
  margin: 0 7px !important;
}
.hero__slider .swiper-pagination-bullet-active {
  background: #333;
}

.hero__slider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  pointer-events: auto;
}
.hero__slider-button::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-top: 0;
  border-right: 0;
}
.hero__slider-button:hover, .hero__slider-button:focus-visible {
  background: rgba(255, 255, 255, 0.85);
}
.hero__slider-button:hover::before, .hero__slider-button:focus-visible::before {
  border-color: #000;
}

.hero__slider-button--prev::before {
  transform: rotate(45deg);
  position: relative;
  right: -5px;
}

.hero__slider-button--next::before {
  transform: rotate(-135deg);
  position: relative;
  left: -5px;
}

.hero {
  overflow: visible;
  padding: 0 0 2.5rem;
}
.hero__title {
  position: static;
  top: auto;
  left: auto;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 1.5rem;
  color: #fff;
  text-align: center;
  transform: none;
  transition: none;
  opacity: 1;
  z-index: 1;
}
.hero__title p {
  font-size: 2.3rem;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  font-weight: 600;
}
.hero__title span {
  display: block;
}
.hero__btn {
  position: static;
  bottom: auto;
  left: auto;
  width: auto;
  margin: 1rem auto 0;
  text-align: center;
  color: #fff;
  transform: none;
  transition: none;
  opacity: 1;
  z-index: 1;
}
.hero__btn p {
  font-size: 2rem;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  font-weight: 600;
}

.swiper-slide .top-img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.hero__title br {
  display: none;
}

.sub_title {
  font-size: 26px !important;
  letter-spacing: 0.15rem !important;
}

@media (min-width: 768px) {
  .hero__slider {
    padding: 0 0 4rem;
  }
  .hero__slider .swiper-button-prev {
    left: -0.75rem;
  }
  .hero__slider .swiper-button-next {
    right: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .hero__slider {
    padding: 0 0 4.5rem;
  }
  .hero__slider .swiper-button-prev {
    left: 3rem;
  }
  .hero__slider .swiper-button-next {
    right: 3rem;
  }
}
/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
.c-page-header__title {
  color: #515151;
}

.single .l-contents {
  max-width: 65% !important;
  width: 65% !important;
  margin: 0 auto;
}

.c-entries--simple .c-entry-summary__figure {
  width: 25%;
}

.c-entry-summary__body {
  line-height: 34px;
}

.archive .c-meta__item {
  display: none !important;
}

/* 物件一覧のH2 */
.archive h2 {
  padding-left: 2% !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.search h2 {
  padding-left: 2% !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.c-entry-summary__term {
  background-color: #ff0000;
}

/* 条件検索の画像とテキスト箇所 */
.ryokan_btn_section .wp-block-cover__inner-container {
  height: 100%;
}

.ryokan_btn_section .wp-block-cover__inner-container p {
  height: 100%;
}

.ryokan_btn_section a {
  display: block;
  height: 100%;
  width: 100%;
}

.ryokan_btn_section a span {
  display: block;
  height: 100%;
  width: 100%;
  align-content: center;
}

.kodate_btn_section .wp-block-cover__inner-container {
  height: 100%;
}

.kodate_btn_section .wp-block-cover__inner-container p {
  height: 100%;
}

.ryokan_btn_section a {
  display: block;
  height: 100%;
  width: 100%;
}

.kodate_btn_section a span {
  display: block;
  height: 100%;
  width: 100%;
  align-content: center;
}

.shin_btn_section .wp-block-cover__inner-container {
  height: 100%;
}

.shin_btn_section .wp-block-cover__inner-container p {
  height: 100%;
}

.shin_btn_section a {
  display: block;
  height: 100%;
  width: 100%;
}

.shin_btn_section a span {
  display: block;
  height: 100%;
  width: 100%;
  align-content: center;
}

.property-content dl {
  display: flex;
}

.c-entry-summary__title {
  position: absolute !important;
  top: 0px;
  left: 0px;
  max-width: 100%;
  width: 100%;
  background: linear-gradient(to right, #0b4dff 0%, #1a7dff 40%, #5bbcff 75%, #e6f6ff 100%);
  color: #f3f3f3;
}

.c-entry-summary--type-property {
  padding-top: 25px;
}

.c-entry-summary {
  position: relative;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 25px !important;
  padding-top: 75px !important;
  background-color: #f7f7f7;
}

.property-content span {
  background-color: #333;
  color: #f3f3f3;
  padding: 1px 13px;
  margin-right: 5px;
  font-size: 0.9rem;
  width: 150px;
  text-align: center;
  margin-bottom: 1px;
}

.rent-management-fee {
  padding-bottom: 6px;
}

.deposit_key_money {
  padding-bottom: 6px;
}

.location {
  padding-bottom: 6px;
}

.traffic {
  padding-bottom: 6px;
}

.floor_plan_area {
  padding-bottom: 6px;
}

:root :where(.wp-block-heading.is-style-snow-monkey-143826)::before {
  background-color: #333 !important;
}

.hero__title_sp {
  display: none !important;
}

.c-entry-aside {
  display: none;
}

.menu-item a span {
  line-height: 1.4rem;
}

.pc_img {
  display: block;
}

.sp_img {
  display: none;
}

h3 {
  padding-left: 2% !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

a {
  text-decoration: none;
}

figure {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.c-entry__header {
  display: none;
}

.smb-section__background-text__text {
  letter-spacing: 0.2rem;
}

.wp-profile-box {
  display: none;
}

.back_color_section span {
  padding: 8px 12px;
}

.padding_top_section {
  padding-top: 0px;
}

header {
  opacity: 0.9 !important;
}

.sub_page_under_line {
  border-bottom: solid 1px #333;
  padding-bottom: 5px;
}

.c-drawer__item {
  border-bottom: solid 1px #f3f3f3;
}

.c-navbar__subitem {
  border-bottom: solid 1px #f3f3f3;
}

.c-navbar__submenu {
  min-width: 280px !important;
}

.c-page-header {
  height: 350px !important;
}

/* タイトルのデザイン*/
.greeting_title_text::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  margin-right: 8px;
  background-color: #000;
  transform: translateY(-5px);
}

/* カーテンアクション */
.animation-target {
  position: relative;
  overflow: hidden;
}

.animation-target > a,
.animation-target > img {
  opacity: 0;
}

@keyframes showElements {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
.animation-target.show > a,
.animation-target.show > img {
  animation: showElements 0.01s 0.9s forwards;
}

.animation-target::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3 !important;
  width: 100%;
  height: 100%;
  background-color: #2a2828 !important;
  opacity: 1 !important;
  transform: translateX(-100%);
}

@keyframes showMask {
  0% {
    transform: translateX(-100%);
  }
  45%, 55% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.animation-target.show::before {
  animation: showMask 1.8s forwards;
}

/* 下から出てくる動き */
.slide-bottom {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s 0s ease-out;
}

/* 左からフェードイン */
.slide-left {
  opacity: 0;
  transform: translate(-80px, 0);
  transition: all 1s ease-out;
}

/* 右からフェードイン */
.slide-right {
  opacity: 0;
  transform: translate(80px, 0);
  transition: all 1s ease-out;
}

.top_service .wp-block-snow-monkey-blocks-items-item-free {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 0px !important;
}

.top_service .c-container {
  margin: 0px !important;
  max-width: 100%;
  padding: 0px !important;
}

/* フッター */
.l-footer-widget-area {
  padding-left: 10%;
  padding-right: 10%;
}

.l-footer-widget-area p {
  padding-left: 5px;
}

.last_section_button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #08315c;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px !important;
}

.footer_fidex_right img {
  width: 35px;
  height: auto;
  text-align: center;
}

.last_section_button .footer_fidex_right .smb-items__item__figure {
  margin: 0px !important;
}

.last_section_button .footer_fidex_right .smb-items__item__content {
  margin-top: 1px !important;
}

.footer_fidex_left img {
  width: 35px;
  height: auto;
  text-align: center;
}

.last_section_button .footer_fidex_left .smb-items__item__figure {
  margin: 0px !important;
}

.last_section_button .footer_fidex_left .smb-items__item__content {
  margin-top: 1px !important;
}

.footer_fidex_left {
  background-color: #06c755;
  color: #f3f3f3;
  padding-top: 2px !important;
}

.footer_link {
  margin-top: 8px !important;
}

.last_section_button .c-row__col--lg-1-1 {
  padding: 0px !important;
}

footer .c-fluid-container {
  padding: 0px !important;
}

.last_section_button .l-footer-widget-area__item {
  margin-bottom: 10px !important;
}

.footer_botom_section {
  padding-top: 45px;
}

footer .c-row > .c-row__col {
  margin-bottom: 10px !important;
}

.footer_point_point_name {
  padding-top: 20px;
}

.my-campaign-text img {
  width: 35px;
}

/* 名前消し */
.c-meta__item--author {
  display: none !important;
}

/* 3つの理由 */
.top_first_title::before {
  position: absolute;
  background: #000;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  top: -10px;
  margin: 0;
}

.top_first_title2 h2::before {
  position: absolute;
  background: #000;
  content: "";
  width: 50px;
  height: 3px;
  left: 48%;
  top: -10px;
  margin: 0;
}

.rec_page_banner .smb-items__banner__body {
  padding: 23px 15px;
}

.service_pege_section {
  padding: 0px !important;
}

.service_pege_section .c-container {
  margin: 0px !important;
  padding: 0px !important;
  max-width: 100% !important;
}

.top_first_title {
  margin-top: 1px !important;
}

.service_pege_section p {
  margin-top: 7px !important;
}

.service_page_img_section {
  padding: 0px !important;
}

.top_first_right {
  padding-left: 55px !important;
}

.top_first_left {
  padding-right: 55px !important;
}

@media (max-width: 1023px) {
  /******************************************************************

  Stylesheet: 1023px以下（タブレット）で適用

  ******************************************************************/
}
@media (max-width: 639px) {
  /******************************************************************

  Stylesheet: 639px以下(スマホ)で適用

  ******************************************************************/
  .single .l-contents {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .property .c-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .c-fluid-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  h3 {
    padding-left: 5% !important;
  }
  /* 物件一覧のH2 */
  .archive h2 {
    padding-left: 5% !important;
  }
  .search h2 {
    padding-left: 2% !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .c-entry-summary__body {
    line-height: 28px;
  }
  .property-content dl {
    display: flex;
  }
  .c-entry-summary__title {
    position: absolute !important;
    top: 0px;
    left: 0px;
    max-width: 100%;
    width: 100%;
    background: linear-gradient(to right, #0b4dff 0%, #1a7dff 40%, #5bbcff 75%, #e6f6ff 100%);
    color: #f3f3f3;
  }
  .c-entry-summary--type-property {
    padding-top: 25px;
  }
  .c-entry-summary {
    position: relative;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 5px !important;
    padding-top: 50px !important;
    background-color: #f7f7f7;
  }
  .property-content span {
    background-color: #333;
    color: #f3f3f3;
    display: block !important;
    padding: 1px 3px;
    margin-right: 5px;
    font-size: 0.75rem;
    width: 100%;
    text-align: center;
    margin-bottom: 1px;
  }
  .rent-management-fee {
    padding-bottom: 6px;
    display: block !important;
  }
  .deposit_key_money {
    padding-bottom: 6px;
    display: block !important;
  }
  .location {
    padding-bottom: 6px;
    display: block !important;
  }
  .traffic {
    padding-bottom: 6px;
    display: block !important;
  }
  .floor_plan_area {
    padding-bottom: 6px;
    display: block !important;
  }
  .c-entry-summary__figure {
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin-bottom: 10px !important;
  }
  .property-info dl dt {
    font-size: 0.9rem !important;
  }
  .ryokan_btn_section {
    height: 200px !important;
    width: 100% !important;
  }
  .ryokan_btn_section a span {
    font-size: 1.7rem !important;
  }
  .kodate_btn_section {
    height: 200px !important;
    width: 100% !important;
  }
  .kodate_btn_section a span {
    font-size: 1.7rem !important;
  }
  .shin_btn_section {
    height: 200px !important;
    width: 100% !important;
  }
  .shin_btn_section a span {
    font-size: 1.7rem !important;
  }
  .c-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .l-contents__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .post-type-archive-property h2 {
    padding-left: 5% !important;
  }
  .single .l-contents__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .single .l-contents__inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .l-contents__sidebar {
    display: none !important;
  }
  .l-footer-widget-area {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
  .hero__title_sp {
    display: block !important;
  }
  .hero__title_pc {
    display: none !important;
  }
  .post-template .c-container {
    padding: 0px 18px !important;
  }
  .wp-block-heading {
    font-size: 1.2rem !important;
  }
  .smb-section__title {
    font-size: 1.35rem !important;
  }
  .c-site-branding__title {
    font-size: 1.3rem !important;
  }
  .page-template .c-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hero__slider {
    padding: 0 0.75rem 3rem;
  }
  .hero__slider .swiper-slide {
    min-height: 220px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  }
  .hero__slider .swiper-button-prev,
  .hero__slider .swiper-button-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
  }
  .hero__slider .swiper-button-prev {
    left: 5%;
  }
  .hero__slider .swiper-button-next {
    right: 5%;
  }
  .hero__slider .swiper-pagination {
    bottom: 6px;
  }
  .hero__slider-button {
    width: 40px;
    height: 40px;
  }
  .hero__slider-button::before {
    width: 14px;
    height: 14px;
    border-width: 2.5px;
  }
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
  .hero {
    padding: 0 0 1.5rem;
  }
  .hero__btn {
    width: 100%;
    margin-top: 24px;
  }
  .hero__btn p {
    font-size: 22px;
  }
  .hero__title {
    margin: 0 auto 20px;
  }
  .hero__title p {
    font-size: 26px;
    letter-spacing: 0.2rem;
  }
  .hero__title_sp_title {
    line-height: 2.9rem !important;
  }
  .sub_title {
    font-size: 16px !important;
  }
  .hero__title br {
    display: block;
  }
  .top_img_second {
    -o-object-position: 11% 50%;
       object-position: 11% 50%;
  }
  .footer_left {
    text-align: center !important;
    padding-left: 0px !important;
  }
  footer .footer_logo {
    width: 70% !important;
    text-align: center;
  }
  .footer_botom_section {
    padding-top: 5px;
  }
  .footer_c_section {
    padding: 0px 15px;
  }
  .top_page_first_section {
    padding-top: 20px !important;
  }
  .c-entry-summary__title {
    font-size: 1rem !important;
  }
  /* サービスページ */
  .top_page_service_section_left_title {
    padding-left: 10px;
  }
  .about_taisetu_section {
    position: relative !important;
  }
  .number_section {
    position: absolute !important;
    top: -272px;
    left: 0px;
  }
  .number_section span {
    color: #f3f3f3 !important;
    font-size: 3rem !important;
  }
  .top_first_right {
    padding-left: 13.5px !important;
  }
}/*# sourceMappingURL=style.css.map */