@charset "UTF-8";
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.tab {
  display: none !important;
}

.pctab {
  display: none !important;
}

.pcsp {
  display: block !important;
}

.tabsp {
  display: block !important;
}

/*共通
========================================== */
h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.5rem;
}
h2 span {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
  margin: 4rem 0 2rem;
}

h4 {
  font-size: 1.2rem;
}

.txt {
  font-size: 1rem;
  line-height: 2.2;
}

/*header
========================================== */
header .hd .hd_contact {
  display: none;
}
header .hd_menu .menu {
  top: 0;
  right: 5px;
}
header .hd_menu .gnav .sp_contact {
  display: block;
}
header .hd_menu .gnav .sp_contact .icon {
  width: 80%;
  display: block;
  background: #d00747;
  color: #fff;
  font-size: 1rem;
  margin: 1rem auto;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
header .hd_menu .gnav .sp_contact .icon::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/common/contact_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.5rem;
}
header .hd_menu .gnav .sp_contact .tel {
  font-size: 25px;
  font-weight: bold;
}
header .hd_menu .gnav .sp_contact .tel::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/common/tel_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

/*index
========================================== */
#index .main {
  margin-bottom: 30px;
}
#index .top_menu {
  position: inherit;
  margin: 50px auto;
  z-index: 100;
  right: auto;
  left: auto;
  bottom: auto;
  box-shadow: none;
  flex-wrap: wrap;
}
#index .top_menu a {
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}

/*search
========================================== */
ul.search_box {
  margin: 50px 0;
}
ul.search_box li .property .left {
  width: 100%;
  margin-bottom: 10px;
}
ul.search_box li .property .left img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.search_box li .property .right {
  width: 100%;
}

#search .detail {
  padding: 15px;
}
#search .detail h1 {
  font-size: 1.2rem;
}
#search .detail .left {
  width: 100%;
  max-height: 180px;
}
#search .detail .right {
  width: 100%;
}
#search .detail .right dl dt {
  width: 25%;
}
#search .detail .right dl dd {
  width: 73%;
}
#search .slider {
  max-height: 300px;
}
#search .slider .slick-slide img {
  max-height: 300px;
}
#search .slider .slick-prev,
#search .slider .slick-next {
  width: 30px;
  height: 30px;
}
#search .slider .slick-next {
  right: 5px;
}
#search .slider .slick-prev {
  left: 5px;
}
#search .thumbnail .slick-track {
  gap: 1.3%;
}
#search .thumbnail .slick-track li {
  width: 24% !important;
  margin-bottom: 5px;
}
#search .thumbnail .slick-track li img {
  height: 60px;
}
#search .detail-point li {
  width: 100%;
}
#search .btn .contact_btn {
  width: 100%;
  margin-bottom: 15px;
}
#search .btn .return {
  width: 100%;
}

/*buy
========================================== */
#buy .block {
  margin: 50px auto;
}
#buy ul.point {
  margin: 3rem 0;
}
#buy ul.point li {
  width: 100%;
  margin-bottom: 2rem;
}
#buy dl {
  margin-bottom: 2rem;
}
#buy dl dt {
  font-size: 1rem;
  text-align: left;
}
#buy dl dd {
  text-align: left;
  font-size: 0.8rem;
}
#buy .flow {
  width: 100%;
}
#buy .flow ul {
  align-items: center;
  margin-bottom: 25px;
}
#buy .flow ul li {
  width: 45%;
}
#buy .flow ul li:first-child {
  width: 50%;
  font-size: 0.8rem;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#buy .flow ul li:first-child::after {
  bottom: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #727171;
}
#buy .flow ul li img {
  height: 70px;
}

/*sell
========================================== */
#sell .block {
  margin: 50px auto;
}
#sell ul.point {
  margin: 3rem 0;
}
#sell ul.point li {
  width: 100%;
  margin-bottom: 2rem;
}
#sell dl {
  margin-bottom: 2rem;
}
#sell dl dt {
  font-size: 1rem;
  text-align: left;
}
#sell dl dd {
  text-align: left;
  font-size: 0.8rem;
}
#sell .flow {
  width: 100%;
}
#sell .flow .flow_box .left {
  width: 50%;
}
#sell .flow .flow_box .left p {
  font-size: 0.8rem;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  margin-bottom: 40px;
}
#sell .flow .flow_box .left p:last-child {
  margin-bottom: 40px;
}
#sell .flow .flow_box .left p::after {
  bottom: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #727171;
}
#sell .flow .flow_box .right {
  width: 45%;
}
#sell .flow .flow_box .right img {
  margin-bottom: 50px;
}
#sell .flow ul {
  align-items: center;
  margin-bottom: 2rem;
}
#sell .flow ul li {
  width: 45%;
}
#sell .flow ul li:first-child {
  width: 50%;
  font-size: 0.8rem;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#sell .flow ul li:first-child::after {
  bottom: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #727171;
}
#sell .flow ul li img {
  height: 70px;
}

/*rental
========================================== */
#rental .block {
  margin: 50px auto;
}
#rental ul.point {
  margin: 3rem 0;
}
#rental ul.point li {
  width: 100%;
  margin-bottom: 2rem;
}
#rental dl {
  margin-bottom: 2rem;
}
#rental dl dt {
  font-size: 1rem;
  text-align: left;
}
#rental dl dd {
  text-align: left;
  font-size: 0.8rem;
}
#rental .flow {
  width: 100%;
}
#rental .flow ul {
  margin-bottom: 25px;
}
#rental .flow ul li {
  width: 45%;
}
#rental .flow ul li:first-child {
  width: 50%;
  font-size: 0.8rem;
  padding: 1rem 0, 5;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#rental .flow ul li:first-child::after {
  bottom: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #727171;
}
#rental .flow ul li img {
  height: 100px;
}

/*strengths
========================================== */
#strengths .block {
  margin: 50px auto;
}
#strengths .block .top_img {
  width: 100%;
}
#strengths .block ul.point li {
  width: 100%;
}
#strengths .block ul.point li h4 {
  min-height: auto;
  margin: 3rem 0 1rem;
}
#strengths .block ul.point li h4 span {
  font-size: 4rem;
  line-height: 0.7;
}
#strengths .block ul.point li:first-child h4 {
  margin: 0 0 2rem;
}
#strengths .block h3 span {
  font-size: 4rem;
}
#strengths .block ul.lank {
  margin: 3rem 0 0;
}
#strengths .block ul.lank li {
  width: 100%;
  margin-bottom: 2rem;
}
#strengths .block dl.system {
  margin: 2rem 0 5rem;
  overflow-x: scroll;
}
#strengths .block dl.system dt {
  margin-bottom: 2rem;
  width: 800px;
}
#strengths .block dl.system dd {
  width: 800px;
}
#strengths .block ul.apartment {
  margin: 3rem 0;
}
#strengths .block ul.apartment li {
  width: 100%;
}

/*contact
========================================== */
#contact .block {
  width: 99%;
  margin: 3rem auto;
}
#contact .block .contact_box {
  margin: 2rem 0;
}
#contact .block .contact_box a {
  padding: 0.6rem;
  align-items: center;
}
#contact .block .contact_box a p:first-child {
  width: 15%;
  padding: 0.5rem;
}
#contact .block .contact_box a p:last-child {
  width: 80%;
}
#contact .block .contact_box a p:last-child span {
  font-size: 1.2rem;
}
#contact .block dl.tel {
  width: 90%;
  margin: 0 auto;
}
#contact .block dl.tel dt {
  width: 15%;
  margin-right: 2%;
}
#contact .block dl.tel dd {
  width: 83%;
  font-size: 2rem;
}

/*footer
========================================== */
.bnr {
  margin-bottom: 40px;
}

footer .ft_contact {
  display: inherit;
}
footer .ft_contact p {
  font-size: 16px;
}
footer .ft_contact .tel {
  font-size: 1.8rem;
  margin-left: 5px;
}
footer .ft_contact .tel a::before {
  width: 40px;
  height: 20px;
}
footer .ft_logo {
  max-width: 200px;
}
footer ul {
  display: inherit;
}
footer ul li {
  margin-right: 0;
  font-size: 14px;
}

.page_top {
  width: 50px;
  padding: 5px 5px 0px;
  cursor: pointer;
  font-size: 10px;
  box-sizing: border-box;
  line-height: 1.2;
}
.page_top i {
  font-size: 14px;
  line-height: 1;
  display: block;
}/*# sourceMappingURL=sp.css.map */