@charset "UTF-8";
/*====================
{{パソコンを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Light.eot");
  src: url("../fonts/NotoSansJP-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansJP-Light.woff") format("woff"), url("../fonts/NotoSansJP-Light.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.eot");
  src: url("../fonts/NotoSansJP-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.eot");
  src: url("../fonts/NotoSansJP-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.eot");
  src: url("../fonts/NotoSansJP-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSerifCJKjp-Regular.eot");
  src: url("../fonts/NotoSerifCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSerifCJKjp-Medium.eot");
  src: url("../fonts/NotoSerifCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/NotoSerifCJKjp-SemiBold.eot");
  src: url("../fonts/NotoSerifCJKjp-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("../fonts/NotoSerifCJKjp-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSerifCJKjp-Bold.eot");
  src: url("../fonts/NotoSerifCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Bold.ttf") format("truetype");
}

html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 599px) {
  html {
    font-size: 40%;
  }
}

body {
  font-size: 1.6em;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "NotoSansJP", "メイリオ", Meiryo, "Meiryo UI", "Osaka", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

/* ---------------------------------------- 
 - 共通
---------------------------------------- */
h1,
h2,
h3,
h4 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.imgw {
  display: block;
  width: 100%;
  height: auto;
}

.imgh {
  display: block;
  width: auto;
  height: 100%;
}

.pc {
  display: block;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

@media screen and (max-width: 960px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .tab {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .sp {
    display: block;
  }
}

.no_sp {
  display: block;
}

@media screen and (max-width: 960px) {
  .no_sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .no_sp {
    display: none;
  }
}

.contents_wrap {
  width: 100%;
  overflow: hidden;
}

.font_mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "NotoSerifCJKjp", serif;
}

.font_tit {
  font-family: "Cormorant Garamond", serif;
}

/* ---------------------------------------- 
 - 共通
---------------------------------------- */
.content_wrap {
  padding: 0;
  background-color: #e7e8eb;
}

.view_more {
  width: fit-content;
}

.view_more .view_more_boll {
  margin: 0 auto;
  background-color: #4d5054;
  color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  text-align: center;
  transition-duration: 300ms;
  /* 縦方向中央揃え */
  vertical-align: middle;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

.view_more .view_more_boll:hover {
  transform: scale(1.1);
  background-color: #fff;
  color: #4d5054;
  border: solid 1px #4d5054;
}

@media screen and (max-width: 599px) {
  .view_more .view_more_boll {
    width: 30px;
    height: 30px;
  }
}

.view_more .view_more_txt {
  font-size: 1rem;
  color: #4d5054;
  text-align: center;
  margin: 3px auto 0;
}

.scroll_fillter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e7e8eb;
  transition-duration: 1.8s;
  z-index: 1000;
}

@media screen and (max-width: 599px) {
  .scroll_fillter {
    transition-duration: 1.2s;
  }
}

.scroll_fillter[data-scroll="in"] {
  left: 100%;
}

/**************************** header ****************************/
header {
  position: relative;
  width: 100%;
  height: 150px;
  background-color: #e7e8eb;
  z-index: 10;
  padding: 45px 0 0;
}

@media screen and (max-width: 960px) {
  header {
    height: 120px;
    padding: 36px 0 0;
  }
}

@media screen and (max-width: 599px) {
  header {
    height: 60px;
    padding: 10px 0 0;
  }
}

header .header_logo {
  position: absolute;
  top: 57px;
  left: 60px;
  max-width: 170px;
  transition-duration: 300ms;
}

header .header_logo a {
  width: 100%;
}

@media screen and (max-width: 960px) {
  header .header_logo {
    top: 44px;
    left: 50px;
  }
}

@media screen and (max-width: 599px) {
  header .header_logo {
    max-width: 125px;
    top: 15px;
    left: 17px;
  }
}

header .header_logo.fixed {
  position: fixed;
  max-width: 140px;
}

@media screen and (max-width: 599px) {
  header .header_logo.fixed {
    position: unset;
    max-width: 125px;
  }
}

/**************************** nav ****************************/
.drawer_nav {
  position: fixed;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 1100;
  text-align: center;
  right: 40px;
  top: 60px;
}

@media screen and (max-width: 960px) {
  .drawer_nav {
    right: 5%;
    top: 40px;
  }
}

@media screen and (max-width: 599px) {
  .drawer_nav {
    width: 40px;
    height: 40px;
    top: 9px;
  }
}

.drawer_nav span {
  display: block;
  position: absolute;
  width: 25px;
  border-bottom: solid 1px #707070;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 5px;
}

@media screen and (max-width: 599px) {
  .drawer_nav span {
    width: 30px;
  }
}

.drawer_nav span:nth-child(1) {
  top: 7px;
}

@media screen and (max-width: 599px) {
  .drawer_nav span:nth-child(1) {
    top: 10px;
  }
}

.drawer_nav span:nth-child(2) {
  top: 17px;
}

@media screen and (max-width: 599px) {
  .drawer_nav span:nth-child(2) {
    top: 20px;
  }
}

.drawer_nav span:nth-child(3) {
  top: 27px;
}

@media screen and (max-width: 599px) {
  .drawer_nav span:nth-child(3) {
    top: 30px;
  }
}

.drawer_nav.active span {
  border-bottom: solid 1px #fff;
}

.drawer_nav.active span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  .drawer_nav.active span:nth-child(1) {
    top: 19px;
  }
}

.drawer_nav.active span:nth-child(2) {
  display: none;
}

.drawer_nav.active span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 599px) {
  .drawer_nav.active span:nth-child(3) {
    top: 19px;
  }
}

.global_nav {
  background-color: RGBA(87, 90, 95, 0.9);
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -250px;
  z-index: 1000;
  padding: 200px 0 0;
  transition-duration: 300ms;
}

@media screen and (max-width: 599px) {
  .global_nav {
    padding: 110px 0 0;
  }
}

.global_nav li {
  width: 80%;
  padding: 12px 0;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .global_nav li {
    padding: 13px 0;
  }
}

.global_nav li a {
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 599px) {
  .global_nav li a {
    font-size: 2rem;
  }
}

.global_nav.active {
  right: 0;
}

.zoom-animation {
  animation: fadezoom 5s 0s forwards;
  -webkit-animation: fadezoom 5s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/**************************** ホーム ****************************/
.home_wrap1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  z-index: 0;
  padding: 0 0 60px;
}

@media screen and (max-width: 599px) {
  .home_wrap1 {
    padding: 0;
  }
}

.home_wrap1 .home_txt1 {
  width: 20%;
  font-size: 2.2rem;
  /* 縦方向中央揃え */
  vertical-align: middle;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

.home_wrap1 .home_txt1 a {
  transform: rotate(90deg);
  color: #fff;
}

@media screen and (max-width: 599px) {
  .home_wrap1 .home_txt1 {
    display: none;
  }
}

.home_wrap1 .home_img_wrap1 {
  width: 80%;
  max-height: calc(100vh - 200px);
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .home_wrap1 .home_img_wrap1 {
    width: 90%;
    max-height: calc(100vh - 100px);
    margin: 0 0 0 auto;
  }
}

.home_wrap1 .home_img_wrap1 .home_img {
  display: inline-block;
}

@keyframes home_img1_up {
  0% {
    opacity: 0;
    transform: translateY(3vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.home_wrap1 .home_img1 {
  position: absolute;
  max-width: 1300px;
  width: 70%;
  bottom: 0;
  opacity: 0;
  left: 14%;
  z-index: 1000;
  animation-delay: 2s;
  animation-duration: 1.4s;
  animation-name: home_img1_up;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 599px) {
  .home_wrap1 .home_img1 {
    width: 90%;
    bottom: -20px;
    left: 5%;
  }
}

.home_wrap1 .home_img1 img {
  transition-duration: 1s;
}

.home_content_wrap {
  background-color: #e7e8eb;
  padding: 120px 0 100px;
  /** レコメンド欄 **/
  /** 物件タブ欄 **/
  /** 物件タブ欄 **/
  /** コンタクト欄 **/
  /** アバウトタブ欄 **/
}

@media screen and (max-width: 960px) {
  .home_content_wrap {
    padding: 90px 0 60px;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap {
    padding: 60px 0 40px;
  }
}

.home_content_wrap .home_txt1 {
  position: relative;
  padding: 0 20px;
  max-width: 1300px;
  width: 80%;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 2.4;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #4d5054;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_txt1 {
    width: 90%;
    padding: 0;
  }
}

.home_content_wrap .home_txt1 h2 {
  font-size: 2rem;
  margin-block-end: 50px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "NotoSerifCJKjp", serif;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_txt1 h2 {
    font-size: 2.9rem;
    margin-block-end: 20px;
  }
}

.home_content_wrap .home_txt1 p {
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_txt1 p {
    font-size: 2rem;
    line-height: 2;
  }
}

.home_content_wrap .home_recommend_wrap {
  margin: 100px auto 0;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_recommend_wrap {
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_recommend_wrap {
    margin: 40px auto 0;
  }
}

.home_content_wrap .home_recommend_wrap .home_recommend_white {
  position: absolute;
  background-color: #fff;
  width: 90%;
  height: 580px;
  top: 50px;
  left: 0;
  z-index: -10;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_white {
    height: 435px;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_white {
    width: 100%;
    height: 370px;
    top: 25px;
  }
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner {
  width: 80%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_inner {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_inner {
    width: 100%;
  }
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_txt1 {
  font-size: 7rem;
  color: #4d5054;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_txt1 {
    font-size: 6rem;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_txt1 {
    font-size: 5rem;
    text-align: center;
    padding-left: 0;
  }
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_txt2 {
  font-size: 2.2rem;
  color: #4d5054;
  padding-left: 20px;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_txt2 {
    text-align: center;
    padding-left: 0;
  }
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap {
  width: 100%;
  margin: 20px 0 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap {
    padding: 0 0 0 5%;
  }
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .slick-arrow {
  z-index: 10;
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .slick-arrow.slick-next {
  right: 14px;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .slick-arrow.slick-next {
    right: 16px;
  }
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .slick-arrow.slick-prev {
  left: 4px;
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .slick-arrow:before {
  font-size: 3rem;
  color: #000;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .slick-arrow:before {
    font-size: 5rem;
    color: #000;
  }
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card {
  display: inline-block;
  max-width: 450px !important;
  width: calc(100% / 3) !important;
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card {
    width: 320px !important;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card {
    width: 254px !important;
  }
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card a {
  width: 100%;
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card .home_recommend_card_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card .home_recommend_card_img:before {
  content: "";
  display: block;
  padding-top: 66%;
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card .home_recommend_card_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card .home_recommend_card_txt_row {
  margin: 20px auto 0;
  width: 94%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: left;
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card .home_recommend_card_txt_row .home_recommend_txt3 {
  width: 50%;
  font-size: 2rem;
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card .home_recommend_card_txt_row .home_recommend_txt4 {
  width: 25%;
  font-size: 2rem;
  text-align: center;
  border-right: solid 1px #a5a5a5;
  /* 縦方向中央揃え */
  vertical-align: middle;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card .home_recommend_card_txt_row .home_recommend_txt5 {
  width: 25%;
  font-size: 2rem;
  text-align: center;
  /* 縦方向中央揃え */
  vertical-align: middle;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card .home_recommend_card_txt_row .home_recommend_txt6 {
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card .home_recommend_card_txt_row .home_recommend_txt6 {
    font-size: 1.4rem;
  }
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card .home_recommend_card_txt_row .home_recommend_txt7 {
  font-size: 1.8rem;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card .home_recommend_card_txt_row .home_recommend_txt7 {
    font-size: 1.4rem;
  }
}

.home_content_wrap .home_recommend_wrap .home_recommend_inner .home_recommend_card_wrap .home_recommend_card .home_recommend_card_txt_row .home_recommend_txt8 {
  font-size: 1.3rem;
  background-color: #4d5054;
  color: #fff;
  width: fit-content;
  padding: 3px 20px;
  border-radius: 20px;
  margin-right: 10px;
}

.home_content_wrap .home_recommend_wrap .home_recommend_view {
  margin: 60px auto 0;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_recommend_wrap .home_recommend_view {
    margin: 40px auto 0;
  }
}

.home_content_wrap .home_property_wrap {
  position: relative;
  margin: 100px auto 0;
  max-width: 1000px;
  z-index: 0;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_property_wrap {
    margin: 70px auto 0;
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_property_wrap {
    display: none;
  }
}

.home_content_wrap .home_property_wrap .home_property_txt1 {
  font-size: 7rem;
  color: #4d5054;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_property_wrap .home_property_txt1 {
    font-size: 6rem;
  }
}

.home_content_wrap .home_property_wrap .home_property_txt2 {
  font-size: 2rem;
  color: #4d5054;
  padding-left: 20px;
}

.home_content_wrap .home_property_wrap .home_property_card_wrap {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}

.home_content_wrap .home_property_wrap .home_property_card_wrap .home_property_card {
  background-color: #fff;
  width: 48%;
  padding: 0 0 30px;
}

.home_content_wrap .home_property_wrap .home_property_card_wrap .home_property_card .home_property_card_img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.home_content_wrap .home_property_wrap .home_property_card_wrap .home_property_card .home_property_card_img img {
  transition-duration: 600ms;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_property_wrap .home_property_card_wrap .home_property_card .home_property_card_img {
    height: 180px;
  }
}

.home_content_wrap .home_property_wrap .home_property_card_wrap .home_property_card .home_property_card_img:hover img {
  transform: scale(1.07);
}

.home_content_wrap .home_property_wrap .home_property_card_wrap .home_property_card .home_property_card_txt3 {
  color: #4d5054;
  font-size: 2.5rem;
  text-align: center;
  margin: 30px auto 0;
}

.home_content_wrap .home_property_wrap .home_property_card_wrap .home_property_card .home_property_card_txt4 {
  color: #4d5054;
  font-size: 1.6rem;
  text-align: center;
  margin: 20px auto 0;
  padding: 0 20px;
}

.home_content_wrap .home_property_wrap .home_property_card_wrap .home_property_card .home_property_card_more {
  margin: 25px auto 0;
}

.home_content_wrap .home_service_wrap {
  margin: 160px auto 0;
  padding: 0 0 100px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_service_wrap {
    margin: 100px auto 0;
    padding: 80px 0 70px;
    background-image: url(../images/home/img4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_service_wrap {
    margin: 50px auto 0;
    padding: 50px 0 50px;
  }
}

.home_content_wrap .home_service_wrap .home_service_white {
  position: absolute;
  background-color: #fff;
  width: 70%;
  height: calc(100% - 100px);
  bottom: 0;
  right: 0;
  z-index: -10;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_service_wrap .home_service_white {
    background-color: RGBA(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    top: 0;
  }
}

.home_content_wrap .home_service_wrap .home_service_inner {
  width: 80%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 1500px) {
  .home_content_wrap .home_service_wrap .home_service_inner {
    width: 95%;
  }
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_service_wrap .home_service_inner {
    width: auto;
  }
}

.home_content_wrap .home_service_wrap .home_service_inner .home_service_img1 {
  position: relative;
  overflow: hidden;
  width: 50%;
  transform: translateX(-100%);
  transition-duration: 1200ms;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_service_wrap .home_service_inner .home_service_img1 {
    display: none;
  }
}

.home_content_wrap .home_service_wrap .home_service_inner .home_service_img1 img {
  transition-duration: 1200ms;
  position: absolute;
  left: 100%;
}

.home_content_wrap .home_service_wrap .home_service_inner .home_service_img1[data-scroll="in"] {
  transform: translateX(0);
}

.home_content_wrap .home_service_wrap .home_service_inner .home_service_img1[data-scroll="in"] img {
  left: 0;
}

.home_content_wrap .home_service_wrap .home_service_inner .home_service_txt_wrap {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_service_wrap .home_service_inner .home_service_txt_wrap {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_service_wrap .home_service_inner .home_service_txt_wrap {
    width: 90%;
  }
}

.home_content_wrap .home_service_wrap .home_service_inner .home_service_txt_wrap .home_service_txt1 {
  font-size: 6.5rem;
  color: #4d5054;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_service_wrap .home_service_inner .home_service_txt_wrap .home_service_txt1 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_service_wrap .home_service_inner .home_service_txt_wrap .home_service_txt1 {
    font-size: 4.2rem;
    text-align: center;
  }
}

.home_content_wrap .home_service_wrap .home_service_inner .home_service_txt_wrap .home_service_txt2 {
  font-size: 2rem;
  color: #4d5054;
  text-align: right;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_service_wrap .home_service_inner .home_service_txt_wrap .home_service_txt2 {
    text-align: center;
  }
}

.home_content_wrap .home_service_wrap .home_service_inner .home_service_txt_wrap .home_service_txt3 {
  margin: 100px 0 0;
  font-size: 1.4rem;
  color: #4d5054;
  line-height: 2;
  letter-spacing: 1px;
  padding-left: 30px;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_service_wrap .home_service_inner .home_service_txt_wrap .home_service_txt3 {
    margin: 40px 0 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_service_wrap .home_service_inner .home_service_txt_wrap .home_service_txt3 {
    font-size: 2rem;
    margin: 30px 0 0;
  }
}

.home_content_wrap .home_contact_wrap {
  position: relative;
  width: 90%;
  margin: 140px 0 0 auto;
  background: #eeeeef;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_contact_wrap {
    width: 100%;
    margin: 0;
  }
}

.home_content_wrap .home_contact_wrap:before {
  content: "";
  position: absolute;
  bottom: -8.5%;
  right: -13%;
  display: block;
  padding-top: 72.9%;
  width: 50%;
  height: 0;
  background: url(../images/home/img6.jpg) no-repeat 0 100%;
  background-size: 100% auto;
  z-index: 2;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_contact_wrap:before {
    bottom: 0%;
    right: -13%;
    width: 100%;
  }
}

.home_content_wrap .home_contact_wrap .home_contact_inner {
  position: relative;
  padding: 90px 0 90px 90px;
  z-index: 3;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_contact_wrap .home_contact_inner {
    padding: 60px 20px 60px 50px;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_contact_wrap .home_contact_inner {
    padding: 50px 20px 150px;
  }
}

.home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap {
    display: block;
  }
}

.home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt1 {
  padding: 20px 38px 0 0;
  width: 333px;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt1 {
    padding: 20px 22px 0 0;
    width: 250px;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt1 {
    padding: 20px 0 0 0;
    width: 87%;
  }
}

.home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt1 h2,
.home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt1 h3,
.home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt1 h4 {
  font-size: 2.2rem;
  padding-bottom: 30px;
  color: #4d5054;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "NotoSerifCJKjp", serif;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt1 h2,
  .home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt1 h3,
  .home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt1 h4 {
    font-size: 3rem;
    padding-bottom: 20px;
  }
}

.home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt1 p {
  font-size: 1.6rem;
  color: #4d5054;
  line-height: 2;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt1 p {
    font-size: 2rem;
  }
}

.home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt2 {
  -webkit-box-flex: 1;
  flex: 1;
  padding: 20px 0 20px 28px;
  border-left: solid 1px #d3d3d3;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt2 {
    margin: 30px 0 0;
    padding: 20px 0 0;
    border-top: solid 1px #d3d3d3;
    border-left: unset;
  }
}

.home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt2 li {
  font-size: 1.6rem;
  color: #4d5054;
  padding: 10px 0;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_txt_wrap .home_contact_txt2 li {
    font-size: 2rem;
  }
}

.home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_btn {
  margin-top: 11px;
}

.home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_btn a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 205px;
  height: 63px;
  background: #9a9282;
  color: #fff;
  font-size: 16px;
  text-indent: 0.04em;
  letter-spacing: 0.04em;
  transition-duration: 300ms;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_btn a {
    margin: 20px auto 0;
    font-size: 2rem;
    width: 195px;
  }
}

.home_content_wrap .home_contact_wrap .home_contact_inner .home_contact_btn a:hover {
  background-color: #83755b;
}

.home_content_wrap .home_about_wrap {
  margin: 200px auto 200px;
  width: 80%;
  padding: 40px 0 0;
  position: relative;
  max-width: 1200px;
  z-index: 0;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_about_wrap {
    margin: 70px auto 80px;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_about_wrap {
    margin: 60px auto 0;
    padding: 0;
  }
}

.home_content_wrap .home_about_wrap .home_about_img {
  position: absolute;
  max-width: 630px;
  height: 354px;
  width: 53%;
  top: 0;
  left: -53%;
  z-index: 10;
  overflow: hidden;
  transition-duration: 1000ms;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_about_wrap .home_about_img {
    display: none;
  }
}

.home_content_wrap .home_about_wrap .home_about_img img {
  transition-duration: 1000ms;
  position: absolute;
  left: 100%;
}

.home_content_wrap .home_about_wrap .home_about_img[data-scroll="in"] {
  left: 0;
}

.home_content_wrap .home_about_wrap .home_about_img[data-scroll="in"] img {
  left: 0;
}

.home_content_wrap .home_about_wrap .home_about_img:hover img {
  transform: scale(1.07);
}

.home_content_wrap .home_about_wrap .home_about_inner {
  position: relative;
  background-color: #fff;
  width: 53%;
  padding: 40px 0;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_about_wrap .home_about_inner {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_about_wrap .home_about_inner {
    padding: 30px 0 20px;
  }
}

.home_content_wrap .home_about_wrap .home_about_inner .home_about_txt1 {
  font-size: 7rem;
  color: #4d5054;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .home_content_wrap .home_about_wrap .home_about_inner .home_about_txt1 {
    font-size: 6rem;
  }
}

.home_content_wrap .home_about_wrap .home_about_inner .home_about_txt2 {
  font-size: 2rem;
  color: #4d5054;
  text-align: center;
}

.home_content_wrap .home_about_wrap .home_about_inner .home_about_txt3 {
  margin: 20px 0 0;
  font-size: 1.4rem;
  color: #4d5054;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_about_wrap .home_about_inner .home_about_txt3 {
    margin: 20px 0 0;
    font-size: 1.8rem;
  }
}

.home_content_wrap .home_about_wrap .home_about_inner .home_about_more {
  margin: 40px auto 0;
}

@media screen and (max-width: 599px) {
  .home_content_wrap .home_about_wrap .home_about_inner .home_about_more {
    margin: 20px auto 0;
  }
}

/**************************** プライバシーポリシー ****************************/
.policy_wrap1 {
  background-color: #4d5054;
  padding: 80px 0 200px;
}

@media screen and (max-width: 960px) {
  .policy_wrap1 {
    padding: 70px 0 165px;
  }
}

@media screen and (max-width: 599px) {
  .policy_wrap1 {
    padding: 40px 0 65px;
  }
}

.policy_wrap1 .policy_img1 {
  text-align: center;
  font-size: 7rem;
  margin: 0 auto;
  color: #fff;
}

.policy_wrap1 .policy_txt1 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  margin: 20px auto 0;
}

.policy_content_wrap {
  background-color: #e7e8eb;
  padding: 1px 0 100px;
}

@media screen and (max-width: 960px) {
  .policy_content_wrap {
    padding: 1px 0 60px;
  }
}

@media screen and (max-width: 599px) {
  .policy_content_wrap {
    padding: 1px 0 40px;
  }
}

.policy_content_wrap .policy_txt {
  background-color: #fff;
  margin: -120px auto 0;
  border-radius: 8px;
  max-width: 1250px;
  width: 80%;
}

@media screen and (max-width: 599px) {
  .policy_content_wrap .policy_txt {
    margin: -25px auto 0;
    border-radius: 0px;
    width: 100%;
  }
}

.policy_content_wrap .policy_txt .policy_txt_inner {
  padding: 120px 0;
  max-width: 1000px;
  width: 70%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.4;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #4d5054;
}

@media screen and (max-width: 960px) {
  .policy_content_wrap .policy_txt .policy_txt_inner {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 599px) {
  .policy_content_wrap .policy_txt .policy_txt_inner {
    font-size: 2rem;
    padding: 50px 0 50px;
    width: 100%;
    line-height: 2;
  }
}

.policy_content_wrap .policy_txt .policy_txt_inner h2,
.policy_content_wrap .policy_txt .policy_txt_inner h3,
.policy_content_wrap .policy_txt .policy_txt_inner h4 {
  font-size: 2.2rem;
  margin-block-start: 30px;
  margin-block-end: 30px;
}

@media screen and (max-width: 599px) {
  .policy_content_wrap .policy_txt .policy_txt_inner h2,
  .policy_content_wrap .policy_txt .policy_txt_inner h3,
  .policy_content_wrap .policy_txt .policy_txt_inner h4 {
    margin-block-start: 20px;
    margin-block-end: 20px;
    padding: 0 20px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 599px) {
  .policy_content_wrap .policy_txt .policy_txt_inner p {
    padding: 0 20px;
  }
}

/**************************** 会社概要 ****************************/
.about_wrap1 {
  background-image: url(../images/about/bg1.jpg?1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 200px;
}

@media screen and (max-width: 960px) {
  .about_wrap1 {
    padding: 70px 0 165px;
  }
}

@media screen and (max-width: 599px) {
  .about_wrap1 {
    padding: 40px 0 65px;
  }
}

.about_wrap1 .about_img1 {
  text-align: center;
  font-size: 8rem;
  margin: 0 auto;
  color: #fff;
}

.about_wrap1 .about_txt1 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  margin: 20px auto 0;
}

.about_content_wrap {
  background-color: #e7e8eb;
  padding: 1px 0 100px;
}

@media screen and (max-width: 960px) {
  .about_content_wrap {
    padding: 1px 0 60px;
  }
}

@media screen and (max-width: 599px) {
  .about_content_wrap {
    padding: 1px 0 40px;
  }
}

.about_content_wrap .about_txt {
  background-color: #fff;
  margin: -120px auto 0;
  border-radius: 8px;
  max-width: 1250px;
  width: 80%;
}

@media screen and (max-width: 599px) {
  .about_content_wrap .about_txt {
    margin: -25px auto 0;
    border-radius: 0px;
    width: 100%;
  }
}

.about_content_wrap .about_txt .about_txt_inner {
  padding: 120px 0;
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
  color: #4d5054;
}

@media screen and (max-width: 960px) {
  .about_content_wrap .about_txt .about_txt_inner {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 599px) {
  .about_content_wrap .about_txt .about_txt_inner {
    padding: 60px 0 50px;
    width: 100%;
    font-size: 2rem;
  }
}

.about_content_wrap .about_txt .about_txt_inner h2,
.about_content_wrap .about_txt .about_txt_inner h3,
.about_content_wrap .about_txt .about_txt_inner h4 {
  font-size: 2.2rem;
  margin-block-start: 30px;
  margin-block-end: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "NotoSerifCJKjp", serif;
}

@media screen and (max-width: 599px) {
  .about_content_wrap .about_txt .about_txt_inner h2,
  .about_content_wrap .about_txt .about_txt_inner h3,
  .about_content_wrap .about_txt .about_txt_inner h4 {
    font-size: 2.9rem;
    margin-block-start: 0px;
    margin-block-end: 20px;
    padding: 0 20px;
  }
}

.about_content_wrap .about_txt .about_txt_inner p {
  line-height: 2.4;
}

@media screen and (max-width: 599px) {
  .about_content_wrap .about_txt .about_txt_inner p {
    line-height: 2;
    padding: 0 20px;
  }
}

.about_content_wrap .about_profile_wrap {
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .about_content_wrap .about_profile_wrap {
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 599px) {
  .about_content_wrap .about_profile_wrap {
    margin: 40px auto 0;
    display: block;
  }
}

.about_content_wrap .about_profile_wrap .about_profile_tit {
  font-size: 2.2rem;
  background-color: #4d5054;
  color: #fff;
  max-width: 200px;
  width: 20%;
  margin: 0;
  /* 縦方向中央揃え */
  vertical-align: middle;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 599px) {
  .about_content_wrap .about_profile_wrap .about_profile_tit {
    background-color: unset;
    color: #4d5054;
    font-size: 6rem;
    width: auto;
    padding: 0;
    vertical-align: unset;
    text-align: left;
    display: unset;
    display: block;
    -webkit-align-items: unset;
    /* 縦方向中央揃え（Safari用） */
    align-items: unset;
    /* 縦方向中央揃え */
    -webkit-justify-content: unset;
    /* 横方向中央揃え（Safari用） */
    justify-content: unset;
    /* 横方向中央揃え */
  }
}

.about_content_wrap .about_profile_wrap .about_profile_table {
  width: calc(80% - 50px);
  margin-left: 50px;
}

@media screen and (max-width: 960px) {
  .about_content_wrap .about_profile_wrap .about_profile_table {
    width: calc(80% - 20px);
    margin-left: 20px;
  }
}

@media screen and (max-width: 599px) {
  .about_content_wrap .about_profile_wrap .about_profile_table {
    width: calc(88% - 10px);
    margin-left: 10px;
  }
}

.about_content_wrap .about_profile_wrap .about_profile_table tr {
  display: block;
  font-size: 1.4rem;
  padding: 20px 20px;
  border-bottom: solid 1px #a5a5a5;
}

@media screen and (max-width: 960px) {
  .about_content_wrap .about_profile_wrap .about_profile_table tr {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 599px) {
  .about_content_wrap .about_profile_wrap .about_profile_table tr {
    font-size: 2rem;
    padding: 10px 10px;
  }
}

.about_content_wrap .about_profile_wrap .about_profile_table tr td:nth-child(1) {
  width: 150px;
}

@media screen and (max-width: 960px) {
  .about_content_wrap .about_profile_wrap .about_profile_table tr td:nth-child(1) {
    width: 100px;
  }
}

@media screen and (max-width: 599px) {
  .about_content_wrap .about_profile_wrap .about_profile_table tr td:nth-child(1) {
    width: 85px;
  }
}

/**************************** 分譲物件一覧 ****************************/
.sale_wrap1 {
  background-image: url(../images/sale/bg1.jpg?1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 200px;
}

@media screen and (max-width: 960px) {
  .sale_wrap1 {
    padding: 70px 0 165px;
  }
}

@media screen and (max-width: 599px) {
  .sale_wrap1 {
    padding: 40px 0 65px;
  }
}

.sale_wrap1 .sale_img1 {
  max-width: 260px;
  width: 45%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .sale_wrap1 .sale_img1 {
    width: 32%;
  }
}

.sale_wrap1 .sale_txt1 {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  margin: 20px auto 0;
}

.sale_content_wrap {
  background-color: #e7e8eb;
  padding: 1px 0 100px;
}

@media screen and (max-width: 960px) {
  .sale_content_wrap {
    padding: 1px 0 60px;
  }
}

@media screen and (max-width: 599px) {
  .sale_content_wrap {
    padding: 1px 0 40px;
  }
}

.sale_content_wrap .sale_wrap2 {
  background-color: #fff;
  margin: -120px auto 0;
  padding: 120px 0;
  border-radius: 8px;
  max-width: 1250px;
  width: 90%;
}

@media screen and (max-width: 960px) {
  .sale_content_wrap .sale_wrap2 {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 599px) {
  .sale_content_wrap .sale_wrap2 {
    margin: -25px auto 0;
    padding: 50px 0 50px;
    border-radius: 0px;
    width: 100%;
  }
}

/**************************** 賃貸物件一覧 ****************************/
.rent_wrap1 {
  background-image: url(../images/rent/bg1.jpg?1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 200px;
}

@media screen and (max-width: 960px) {
  .rent_wrap1 {
    padding: 70px 0 165px;
  }
}

@media screen and (max-width: 599px) {
  .rent_wrap1 {
    padding: 40px 0 65px;
  }
}

.rent_wrap1 .rent_img1 {
  max-width: 260px;
  width: 45%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .rent_wrap1 .rent_img1 {
    width: 32%;
  }
}

.rent_wrap1 .rent_txt1 {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  margin: 20px auto 0;
}

.rent_content_wrap {
  background-color: #e7e8eb;
  padding: 1px 0 100px;
}

@media screen and (max-width: 960px) {
  .rent_content_wrap {
    padding: 1px 0 60px;
  }
}

@media screen and (max-width: 599px) {
  .rent_content_wrap {
    padding: 1px 0 40px;
  }
}

.rent_content_wrap .rent_wrap2 {
  background-color: #fff;
  margin: -120px auto 0;
  padding: 120px 0;
  border-radius: 8px;
  max-width: 1250px;
  width: 90%;
}

@media screen and (max-width: 960px) {
  .rent_content_wrap .rent_wrap2 {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 599px) {
  .rent_content_wrap .rent_wrap2 {
    margin: -25px auto 0;
    padding: 50px 0 50px;
    border-radius: 0px;
    width: 100%;
  }
}

/** 検索結果 **/
.serch_result_wrap {
  background-color: #fff;
  margin: -120px auto 0;
  padding: 90px 0 120px;
  border-radius: 8px;
  max-width: 1250px;
  width: 90%;
}

@media screen and (max-width: 960px) {
  .serch_result_wrap {
    padding: 30px 0 80px;
  }
}

@media screen and (max-width: 599px) {
  .serch_result_wrap {
    margin: -25px auto 0;
    padding: 20px 0 50px;
    border-radius: 0px;
    width: 100%;
  }
}

.serch_result_wrap .serch_result_txt7 {
  text-align: center;
  font-size: 2.2rem;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .serch_result_wrap .serch_result_txt7 {
    margin: 30px auto 0;
  }
}

.serch_result_wrap .serch_result_card_wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
}

.serch_result_wrap .serch_result_card_wrap .serch_result_card {
  width: 46%;
  margin: 30px 2% 0;
}

@media screen and (max-width: 599px) {
  .serch_result_wrap .serch_result_card_wrap .serch_result_card {
    width: 90%;
    margin: 20px auto 0;
  }
}

.serch_result_wrap .serch_result_card_wrap .serch_result_card .serch_result_card_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.serch_result_wrap .serch_result_card_wrap .serch_result_card .serch_result_card_img:before {
  content: "";
  display: block;
  padding-top: 66%;
}

.serch_result_wrap .serch_result_card_wrap .serch_result_card .serch_result_card_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.serch_result_wrap .serch_result_card_wrap .serch_result_card .serch_result_card_txt_row {
  margin: 20px auto 0;
  width: 94%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: left;
}

.serch_result_wrap .serch_result_card_wrap .serch_result_card .serch_result_card_txt_row .serch_result_txt1 {
  width: 50%;
  font-size: 2.2rem;
}

@media screen and (max-width: 960px) {
  .serch_result_wrap .serch_result_card_wrap .serch_result_card .serch_result_card_txt_row .serch_result_txt1 {
    font-size: 2.7rem;
  }
}

.serch_result_wrap .serch_result_card_wrap .serch_result_card .serch_result_card_txt_row .serch_result_txt2 {
  width: 25%;
  font-size: 2rem;
  text-align: center;
  border-right: solid 1px #a5a5a5;
  /* 縦方向中央揃え */
  vertical-align: middle;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

.serch_result_wrap .serch_result_card_wrap .serch_result_card .serch_result_card_txt_row .serch_result_txt3 {
  width: 25%;
  font-size: 2rem;
  text-align: center;
  /* 縦方向中央揃え */
  vertical-align: middle;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

.serch_result_wrap .serch_result_card_wrap .serch_result_card .serch_result_card_txt_row .serch_result_txt4 {
  font-size: 1.8rem;
}

.serch_result_wrap .serch_result_card_wrap .serch_result_card .serch_result_card_txt_row .serch_result_txt5 {
  font-size: 1.8rem;
  margin: 0 0 0 auto;
}

.serch_result_wrap .serch_result_card_wrap .serch_result_card .serch_result_card_txt_row .serch_result_txt6 {
  font-size: 1.3rem;
  background-color: #4d5054;
  color: #fff;
  width: fit-content;
  padding: 3px 20px;
  border-radius: 20px;
  margin-right: 10px;
}

.search_tab_wrap {
  max-width: 600px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .search_tab_wrap {
    width: 90%;
    margin: 20px auto 0;
  }
}

.search_tab_wrap .search_tab {
  width: 30%;
  background-color: #fff;
  text-align: center;
  padding: 6px 0;
  font-size: 2rem;
  position: relative;
  transition-duration: 300ms;
  cursor: pointer;
}

.search_tab_wrap .search_tab:after {
  position: absolute;
  content: ">";
  top: 9px;
  right: 15px;
  font-size: 1.8rem;
  transform: rotate(90deg);
  transition-duration: 300ms;
}

.search_tab_wrap .search_tab .search_tab_content_wrap {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  text-align: center;
  border-top: solid 1px #707070;
  transition-duration: 300ms;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  .search_tab_wrap .search_tab .search_tab_content_wrap {
    top: 35px;
  }
}

@media screen and (max-width: 599px) {
  .search_tab_wrap .search_tab .search_tab_content_wrap {
    top: 31px;
  }
}

.search_tab_wrap .search_tab .search_tab_content_wrap input {
  width: 100%;
  height: 100%;
}

.search_tab_wrap .search_tab .search_tab_content_wrap input[type="radio"] {
  display: none;
}

.search_tab_wrap .search_tab .search_tab_content_wrap input[type="radio"]:checked + label {
  background-color: #707070;
  color: #fff;
}

.search_tab_wrap .search_tab .search_tab_content_wrap label {
  text-align: center;
  padding: 2px 0;
  border-bottom: solid 1px #e7e8eb;
  font-size: 1.5rem;
  cursor: pointer;
  display: block;
}

.search_tab_wrap .search_tab .search_tab_content_wrap label:hover {
  background-color: #707070;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .search_tab_wrap .search_tab .search_tab_content_wrap label {
    padding: 3px 0;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .search_tab_wrap .search_tab .back_glay_filter {
    display: none;
    position: fixed;
    background-color: RGBA(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
}

.search_tab_wrap .search_tab.selected:after {
  transform: rotate(-90deg);
}

.search_tab_wrap .search_tab.selected .search_tab_content_wrap {
  display: block;
}

.search_tab_wrap .search_tab.selected .back_glay_filter {
  display: block;
}

.search_tab_ather_content_wrap {
  display: none;
  background-color: #fff;
  max-width: 700px;
  margin: 20px auto 0;
  border-radius: 3px;
  padding: 20px 20px;
  transition-duration: 300ms;
  z-index: 15;
}

@media screen and (max-width: 599px) {
  .search_tab_ather_content_wrap {
    position: fixed;
    width: 96%;
    top: 10%;
    left: 2%;
  }
}

.search_tab_ather_content_wrap .search_tab_ather_content_end {
  display: none;
}

@media screen and (max-width: 599px) {
  .search_tab_ather_content_wrap .search_tab_ather_content_end {
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    font-size: 6rem;
    line-height: 0.8;
  }
}

.search_tab_ather_content_wrap input[type="checkbox"] {
  margin: 0;
}

.search_tab_ather_content_wrap label {
  padding: 5px 10px 5px 0;
  font-size: 1.7rem;
  cursor: pointer;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .search_tab_ather_content_wrap label {
    font-size: 2rem;
  }
}

.search_tab_ather_content_wrap.selected {
  display: block;
}

.search_tab_ather_content_wrap .search_tab_ather_item_wrap {
  max-height: 50vh;
  overflow-y: scroll;
}

.search_tab_ather_content_wrap .search_tab_ather_item {
  display: inline-block;
}

.search_tab_ather_content_wrap .search_tab_ather_btn {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 1.8rem;
  width: 20%;
  margin: 10px auto 0;
  border-radius: 3px;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .search_tab_ather_content_wrap .search_tab_ather_btn {
    font-size: 2rem;
    width: 31%;
  }
}

.search_form {
  background-color: #000;
  text-align: center;
  max-width: 350px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .search_form {
    max-width: 270px;
    margin: 30px auto 0;
  }
}

.search_form input {
  background-color: #000;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 2.2rem;
  width: 100%;
  padding: 15px 0px;
  -webkit-appearance: none;
}

@media screen and (max-width: 599px) {
  .search_form input {
    padding: 10px 0px;
  }
}

.search_form button {
  background-color: #000;
  text-align: center;
  padding: 4px 0 0;
  border: none;
  width: 73px;
  -webkit-appearance: none;
}

.search_form button i {
  color: #fff;
  font-size: 4rem;
}

.pager_wrap {
  max-width: 400px;
  width: 90%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .pager_wrap {
    margin: 20px auto 0;
  }
}

.pager_wrap .pager_btn {
  background-color: #fff;
  color: #707070;
  border-radius: 5px;
  font-size: 2.6rem;
  text-align: center;
  width: 12%;
  padding: 5px 0;
  margin: 0 6px;
  cursor: pointer;
}

.pager_wrap .pager_btn a {
  display: block;
  width: 100%;
}

.pager_wrap .pager_btn:hover {
  background-color: #707070;
  color: #fff;
}

.pager_wrap .pager_btn.active {
  background-color: unset;
  color: #707070;
}

/**************************** 個別ページ ****************************/
.single_content_wrap {
  background-color: #e7e8eb;
  padding: 0 0 100px;
}

@media screen and (max-width: 960px) {
  .single_content_wrap {
    padding: 0 0 60px;
  }
}

@media screen and (max-width: 599px) {
  .single_content_wrap {
    padding: 0 0 40px;
  }
}

.single_wrap {
  background-color: #fff;
  margin: 0 auto;
  border-radius: 8px;
  max-width: 1250px;
  width: 90%;
}

@media screen and (max-width: 599px) {
  .single_wrap {
    margin: 0 auto 0;
    border-radius: 0px;
    width: 100%;
  }
}

.single_wrap .single_wrap_inner {
  width: 96%;
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .single_wrap .single_wrap_inner {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner {
    padding: 20px 0;
    width: 100%;
  }
}

.single_wrap .single_wrap_inner .single_img_wrap {
  width: 50%;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_img_wrap {
    width: 96%;
    margin: 0 auto;
  }
}

.single_wrap .single_wrap_inner .single_img_wrap .single_img_top1 {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_img_wrap .single_img_top1 {
    display: none;
  }
}

.single_wrap .single_wrap_inner .single_img_wrap .single_img_top1 .slick_img {
  display: inline-block;
  text-align: center;
  overflow: hidden;
}

.single_wrap .single_wrap_inner .single_img_wrap .single_img_top1 .slick_img img {
  margin: 0 auto;
  width: auto !important;
  height: 100% !important;
}

.single_wrap .single_wrap_inner .single_img_wrap .single_img_top1 .slick-list {
  width: 100%;
  overflow: hidden;
}

.single_wrap .single_wrap_inner .single_img_wrap .single_img_top1 .slick-prev {
  position: absolute;
  left: 4px;
  z-index: 10;
}

.single_wrap .single_wrap_inner .single_img_wrap .single_img_top1 .slick-prev:before {
  font-size: 3.5rem;
  color: #000;
}

.single_wrap .single_wrap_inner .single_img_wrap .single_img_top1 .slick-next {
  position: absolute;
  right: 18px;
  z-index: 10;
}

.single_wrap .single_wrap_inner .single_img_wrap .single_img_top1 .slick-next:before {
  font-size: 3.5rem;
  color: #000;
}

.single_wrap .single_wrap_inner .single_img_wrap .single_img_top1_sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_img_wrap .single_img_top1_sp {
    display: block;
    position: relative;
    width: 100%;
  }
  .single_wrap .single_wrap_inner .single_img_wrap .single_img_top1_sp .slick_img {
    display: inline-block;
    text-align: center;
    overflow: hidden;
  }
  .single_wrap .single_wrap_inner .single_img_wrap .single_img_top1_sp .slick_img img {
    margin: 0 auto;
    width: auto !important;
    height: 100% !important;
  }
  .single_wrap .single_wrap_inner .single_img_wrap .single_img_top1_sp .slick-list {
    width: 100%;
    overflow: hidden;
  }
  .single_wrap .single_wrap_inner .single_img_wrap .single_img_top1_sp .slick-prev {
    position: absolute;
    left: 4px;
    z-index: 10;
  }
  .single_wrap .single_wrap_inner .single_img_wrap .single_img_top1_sp .slick-prev:before {
    font-size: 3.5rem;
    color: #000;
  }
  .single_wrap .single_wrap_inner .single_img_wrap .single_img_top1_sp .slick-next {
    position: absolute;
    right: 18px;
    z-index: 10;
  }
  .single_wrap .single_wrap_inner .single_img_wrap .single_img_top1_sp .slick-next:before {
    font-size: 3.5rem;
    color: #000;
  }
}

.single_wrap .single_wrap_inner .single_img_wrap .single_img_top1_sp_nav {
  display: none;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_img_wrap .single_img_top1_sp_nav {
    position: relative;
    width: 100%;
    display: block;
  }
  .single_wrap .single_wrap_inner .single_img_wrap .single_img_top1_sp_nav .slick_img {
    border: solid 1px #edeef0;
    height: 90px !important;
    display: inline-block;
    text-align: center;
    overflow: hidden;
  }
  .single_wrap .single_wrap_inner .single_img_wrap .single_img_top1_sp_nav .slick_img img {
    margin: 0 auto;
    width: auto !important;
    height: 100% !important;
  }
}

.single_wrap .single_wrap_inner .single_img_wrap .single_img_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.single_wrap .single_wrap_inner .single_img_wrap .single_img_col {
  width: 48%;
  margin: 20px auto 0;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_img_wrap .single_img_col {
    display: none;
  }
}

.single_wrap .single_wrap_inner .single_img_wrap .single_img_col img {
  width: 100%;
  height: auto;
}

.single_wrap .single_wrap_inner .single_txt1 {
  font-size: 2.7rem;
  padding: 0 0 20px;
  border-bottom: solid 1px #d9d9d9;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_txt1 {
    font-size: 2.7rem;
    text-align: center;
    width: 100%;
    padding: 0 0 10px;
    border-bottom: none;
  }
}

.single_wrap .single_wrap_inner .single_txt_wrap {
  width: 48%;
  margin: 0 auto;
  padding: 20px 0 0;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_txt_wrap {
    width: 96%;
    padding: 0;
  }
}

.single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row {
  margin: 20px auto 0;
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
}

@media screen and (max-width: 960px) {
  .single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row {
    margin: 10px auto 0;
    flex-wrap: wrap;
  }
}

.single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row .single_txt2 {
  width: 50%;
  font-size: 2.6rem;
}

@media screen and (max-width: 960px) {
  .single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row .single_txt2 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row .single_txt2 {
    font-size: 3.2rem;
  }
}

.single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row .single_txt3 {
  width: 25%;
  font-size: 2.2rem;
  text-align: center;
  border-right: solid 1px #a5a5a5;
  /* 縦方向中央揃え */
  vertical-align: middle;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

@media screen and (max-width: 960px) {
  .single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row .single_txt3 {
    display: none;
  }
}

.single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row .single_txt4 {
  width: 25%;
  font-size: 2.2rem;
  text-align: center;
  /* 縦方向中央揃え */
  vertical-align: middle;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

@media screen and (max-width: 960px) {
  .single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row .single_txt4 {
    display: none;
  }
}

.single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row .single_txt5 {
  font-size: 1.8rem;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row .single_txt5 {
    font-size: 2.4rem;
    width: 100%;
  }
}

.single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row .single_txt6 {
  font-size: 1.8rem;
  margin: 10px 0 0 auto;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row .single_txt6 {
    font-size: 2.4rem;
    margin: 10px 0 0 auto;
    width: 100%;
  }
}

.single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row .single_txt7 {
  font-size: 1.3rem;
  background-color: #4d5054;
  color: #fff;
  width: fit-content;
  padding: 3px 20px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_txt_wrap .single_txt_row .single_txt7 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.single_wrap .single_wrap_inner .single_txt_wrap .single_txt8 {
  font-size: 2.7rem;
  padding: 30px 0 0;
  border-top: solid 1px #d9d9d9;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_txt_wrap .single_txt8 {
    font-size: 3rem;
    padding: 20px 0 0;
  }
}

.single_wrap .single_wrap_inner .single_txt_wrap .single_txt9 {
  font-size: 1.7rem;
  margin: 20px auto 30px;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_txt_wrap .single_txt9 {
    font-size: 2.2rem;
    margin: 10px auto 20px;
  }
}

.single_wrap .single_wrap_inner .single_txt_wrap .single_detail_wrap {
  width: 100%;
  max-width: 500px;
  margin: 10px 0 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_txt_wrap .single_detail_wrap {
    margin: 10px 0 20px;
  }
}

.single_wrap .single_wrap_inner .single_txt_wrap .single_detail_wrap .single_txt10 {
  width: 50%;
  font-size: 1.7rem;
  margin: 10px 0 0;
}

@media screen and (max-width: 599px) {
  .single_wrap .single_wrap_inner .single_txt_wrap .single_detail_wrap .single_txt10 {
    width: 100%;
    font-size: 2.2rem;
  }
}

.single_wrap .single_wrap_inner .single_txt_wrap .single_tag_wrap {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
}

.single_wrap .single_wrap_inner .single_txt_wrap .single_tag_wrap .single_tag {
  margin-right: 10px;
  font-size: 1.7rem;
}

.single_wrap .single_wrap_inner .single_map_wrap {
  margin: 40px auto 0;
  width: 100%;
}

.single_wrap .single_wrap_inner .single_map_wrap iframe {
  width: 100%;
}

/**************************** コンタクトフォーム ****************************/
.contact_wrap {
  margin: 80px auto 0;
}

@media screen and (max-width: 599px) {
  .contact_wrap {
    margin: 50px auto 0;
  }
}

.wpcf7 {
  background-color: #fff;
  margin: 0 auto;
  border-radius: 8px;
  max-width: 1250px;
  width: 80%;
}

@media screen and (max-width: 599px) {
  .wpcf7 {
    width: 100%;
    border-radius: 0px;
  }
}

@media screen and (max-width: 599px) {
  .wpcf7 .ajax-loader {
    display: block !important;
  }
}

.wpcf7 form {
  padding: 120px 0;
  max-width: 750px;
  width: 70%;
  margin: 0 auto;
  color: #707070;
}

@media screen and (max-width: 960px) {
  .wpcf7 form {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 599px) {
  .wpcf7 form {
    padding: 50px 0;
    width: 88%;
  }
}

.wpcf7 form .contact_txt1 {
  color: #4d5054;
  font-size: 7rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .wpcf7 form .contact_txt1 {
    font-size: 6rem;
  }
}

.wpcf7 form .contact_txt2 {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .wpcf7 form .contact_txt2 {
    margin: 10px auto 0;
  }
}

.wpcf7 form .contact_txt3 {
  font-size: 1.4rem;
  text-align: center;
  margin: 40px auto 30px;
  line-height: 2;
}

@media screen and (max-width: 599px) {
  .wpcf7 form .contact_txt3 {
    font-size: 2rem;
    margin: 30px auto 30px;
  }
}

.wpcf7 form .contact_label {
  margin: 40px 0 0;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.wpcf7 form .contact_label span {
  color: #a22620;
}

@media screen and (max-width: 599px) {
  .wpcf7 form .contact_label {
    font-size: 2.2rem;
    margin: 30px auto 0;
    text-align: center;
  }
}

.wpcf7 form .contact_input_text input {
  border: none;
  background-color: #edeef0;
  padding: 20px 30px;
  margin: 10px 0 0;
  width: 100%;
  font-size: 2rem;
  border-radius: 5px;
}

@media screen and (max-width: 960px) {
  .wpcf7 form .contact_input_text input {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 599px) {
  .wpcf7 form .contact_input_text input {
    font-size: 2.4rem;
    padding: 10px 10px;
    margin: 10px 0 0;
    border-radius: 2px;
  }
}

.wpcf7 form .contact_input_textarea textarea {
  border: none;
  background-color: #edeef0;
  padding: 20px 30px;
  margin: 10px 0 0;
  width: 100%;
  height: 300px;
  font-size: 2rem;
  border-radius: 5px;
  resize: none;
}

@media screen and (max-width: 960px) {
  .wpcf7 form .contact_input_textarea textarea {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 599px) {
  .wpcf7 form .contact_input_textarea textarea {
    font-size: 2.4rem;
    padding: 10px 10px;
    margin: 10px 0 0;
    border-radius: 4px;
  }
}

.wpcf7 form .contact_txt4 {
  font-size: 1.4rem;
  text-align: center;
  margin: 50px auto 30px;
}

.wpcf7 form .contact_txt4 a {
  color: #a22620;
}

@media screen and (max-width: 960px) {
  .wpcf7 form .contact_txt4 {
    margin: 50px auto 30px;
  }
}

@media screen and (max-width: 599px) {
  .wpcf7 form .contact_txt4 {
    margin: 30px auto 20px;
    font-size: 2rem;
  }
}

.wpcf7 form .contact_txt5 {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .wpcf7 form .contact_txt5 {
    font-size: 2.2rem;
  }
}

.wpcf7 form .wpcf7-list-item-label {
  font-size: 1.6rem;
}

@media screen and (max-width: 599px) {
  .wpcf7 form .wpcf7-list-item-label {
    font-size: 2rem;
  }
}

.wpcf7 form .contact_btn {
  width: fit-content;
  margin: 80px auto 0;
}

@media screen and (max-width: 960px) {
  .wpcf7 form .contact_btn {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 599px) {
  .wpcf7 form .contact_btn {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
}

.wpcf7 form .contact_btn input {
  background-color: #4d5054;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  padding: 30px 0;
  width: 500px;
  cursor: pointer;
  border: none;
  transition-duration: 300ms;
  -webkit-appearance: none;
}

.wpcf7 form .contact_btn input:hover {
  background-color: #7b7f84;
}

@media screen and (max-width: 960px) {
  .wpcf7 form .contact_btn input {
    width: 300px;
  }
}

@media screen and (max-width: 599px) {
  .wpcf7 form .contact_btn input {
    margin: 0 auto;
    padding: 20px 0;
    width: 90%;
    border-radius: 5px;
  }
}

/**************************** FOOTER ****************************/
.footer {
  background-color: #4d5054;
  padding: 60px 0 30px;
}

@media screen and (max-width: 599px) {
  .footer {
    padding: 40px 0 20px;
  }
}

.footer .footer_nav {
  text-align: center;
  margin: 0 auto;
  font-size: 2rem;
}

.footer .footer_nav li {
  display: inline-block;
  width: 120px;
  color: #fff;
  text-align: center;
  padding: 3px 0;
}

.footer .footer_nav li a {
  color: #fff;
}

.footer .footer_nav li:hover {
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 599px) {
  .footer .footer_nav li {
    width: 24%;
    font-size: 2rem;
  }
}

.footer .footer_nav li:nth-child(1) {
  border-right: solid 1px #fff;
}

.footer .footer_txt1 {
  max-width: 160px;
  margin: 40px auto 0;
}

@media screen and (max-width: 960px) {
  .footer .footer_txt1 {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 599px) {
  .footer .footer_txt1 {
    margin: 20px auto 0;
    max-width: 120px;
  }
}

.footer .footer_txt2 {
  margin: 30px auto 0;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.footer .footer_txt2 a {
  color: #fff;
}

@media screen and (max-width: 599px) {
  .footer .footer_txt2 {
    margin: 20px auto 0;
    font-size: 2rem;
  }
}

.footer .footer_txt3 {
  margin: 40px auto 0;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
