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

.sp {
  display: none !important;
}

.tab {
  display: none !important;
}

.pctab {
  display: block !important;
}

.pcsp {
  display: block !important;
}

.tabsp {
  display: none !important;
}

/* ベース
========================================== */
body {
  width: 100%;
  text-align: center;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*共通
========================================== */
.mincho {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "Hiragino Mincho Pro", "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS PMincho", "HG明朝B", "ＭＳ 明朝", serif;
}

.kome {
  margin: 5px 0 0;
  text-align: left;
  font-size: 0.7rem;
}

.block {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
}

h1 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 0 0.5rem #000;
  padding: 5rem 0;
}

#search h1 {
  background: url("../images/search/bg_search.jpg") no-repeat;
  background-size: cover;
}

#buy h1 {
  background: url("../images/buy/bg_buy.jpg") no-repeat;
  background-size: cover;
}

#sell h1 {
  background: url("../images/sell/bg_sell.jpg") no-repeat;
  background-size: cover;
}

#rental h1 {
  background: url("../images/rental/bg_rental.jpg") no-repeat;
  background-size: cover;
}

#sitemap h1 {
  background: url("../images/bg_sitemap.jpg") no-repeat;
  background-size: cover;
}

#contact h1 {
  background: #d00747;
  text-shadow: none;
}

h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  margin: 2rem 0;
}
h2 span {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  margin: 6rem 0 2rem;
  border-bottom: 1px solid #000;
}

h4 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.txt {
  font-size: 1.4rem;
  line-height: 2.5;
}

/*header
========================================== */
header {
  width: 1200px;
  margin: 10px auto 0;
}
header .hd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .hd .logo {
  max-width: 220px;
}
header .hd .logo img {
  width: 100%;
  height: auto;
}
header .hd .hd_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .hd .hd_contact .icon {
  display: block;
  background: #d00747;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
header .hd .hd_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;
}
header .hd .hd_contact .icon:hover {
  background: #950634;
  opacity: 1;
}
header .hd .hd_contact .tel {
  font-size: 25px;
  font-weight: bold;
}
header .hd .hd_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;
}
header .hd_menu {
  width: 100%;
  margin: 20px auto;
}
header .hd_menu .menu {
  display: none;
}
header .hd_menu .gnav ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
header .hd_menu .gnav ul li {
  margin-right: 30px;
  font-size: 16px;
}
header .hd_menu .gnav ul li a {
  display: flex;
  align-items: center;
}
header .hd_menu .gnav ul li a i {
  font-size: 30px;
}
header .hd_menu .gnav ul li:last-child {
  margin-right: 0;
}
header .hd_menu .gnav .sp_contact {
  display: none;
}

.reflection {
  height: 100%;
  width: 10%;
  position: absolute;
  top: -30%;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*index
========================================== */
.bx-wrapper .bx-prev {
  left: 0 !important;
}

.bx-wrapper .bx-next {
  right: 0 !important;
}

#index .main {
  position: relative;
  margin-bottom: 100px;
}
#index .top_menu {
  position: absolute;
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  z-index: 100;
  right: 0;
  left: 0;
  bottom: -1.5rem;
  box-shadow: 0 0.2rem 0.8rem #999;
}
#index .top_menu a {
  width: calc(100% / 4);
  display: block;
  background: #d00747;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #000;
}
#index .top_menu a:first-child::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/top/search_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
#index .top_menu a:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/top/buy_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
#index .top_menu a:nth-child(3)::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/top/sell_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
#index .top_menu a:nth-child(4)::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/top/rental_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
#index .top_menu a:last-child {
  border-right: none;
}
#index .top_menu a:last-child::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/top/strengths_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
#index .top_menu a:hover {
  background: #950634;
  opacity: 1;
}

/*search
========================================== */
ul.search_box {
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.search_box li {
  width: 49%;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  box-sizing: border-box;
  margin-bottom: 20px;
}
ul.search_box li .property {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 16px;
}
ul.search_box li .property .left {
  width: 35%;
}
ul.search_box li .property .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.search_box li .property .right {
  width: 63%;
  box-sizing: border-box;
}
ul.search_box li .property .right h4 {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}
ul.search_box li .property .right dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.search_box li .property .right dl dt {
  width: 18%;
  background: #f8f9fb;
  font-size: 11px;
  text-align: center;
  margin-bottom: 2%;
  display: grid;
  place-items: center center;
}
ul.search_box li .property .right dl dd {
  width: 80%;
  font-size: 14px;
  margin-bottom: 2%;
  text-align: left;
}
ul.search_box li .property .right dl dd.price {
  color: #d4380d;
}
ul.search_box li .property .right dl dd.price span {
  font-size: 24px;
  font-weight: bold;
  margin-right: 5px;
}
ul.search_box li .property .right .comment {
  background: #f8f9fb;
  padding: 8px;
  box-sizing: border-box;
  color: #2a3c67;
  font-weight: bold;
  text-align: left;
}

#search {
  text-align: left;
}
#search .detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  box-sizing: border-box;
  margin: 80px 0 20px;
  padding: 24px;
  box-sizing: border-box;
}
#search .detail h1 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
  background: none;
  padding: 0;
  color: #000;
  text-shadow: none;
}
#search .detail .left {
  width: 40%;
  max-height: 400px;
  overflow: hidden;
}
#search .detail .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#search .detail .right {
  width: 58%;
}
#search .detail .right dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#search .detail .right dl dt {
  width: 18%;
  background: #f8f9fb;
  font-size: 11px;
  text-align: center;
  margin-bottom: 2%;
  display: grid;
  place-items: center center;
}
#search .detail .right dl dd {
  width: 80%;
  font-size: 14px;
  margin-bottom: 2%;
}
#search .detail .right dl dd.price {
  color: #d4380d;
}
#search .detail .right dl dd.price span {
  font-size: 24px;
  font-weight: bold;
  margin-right: 5px;
}
#search .detail .right .comment {
  background: #f8f9fb;
  padding: 8px;
  box-sizing: border-box;
  color: #2a3c67;
  font-weight: bold;
}
#search .detail-highlight {
  background: #f8f9fb;
  border: 1px solid #eee;
  border-left: 4px solid #2a3c67;
  padding: 20px 24px;
  margin: 30px 0;
}
#search .slider {
  width: 100%;
  max-height: 570px;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 20px;
}
#search .slider .slick-slide img {
  max-width: 100%;
  max-height: 570px;
  margin: 0 auto;
}
#search .slider .slick-prev,
#search .slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.45);
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  border-radius: 50%;
}
#search .slider .slick-prev:hover,
#search .slider .slick-next:hover {
  opacity: 0.7;
}
#search .thumbnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.8%;
}
#search .thumbnail .slick-track li {
  opacity: 0.6;
  transition: opacity 0.3s linear;
  width: 16% !important;
  margin-bottom: 10px;
  border: 2px solid transparent;
  box-sizing: border-box;
}
#search .thumbnail .slick-track li img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
#search .thumbnail .slick-track li.slick-current {
  opacity: 1;
  border-color: #2a3c67;
  box-sizing: border-box;
}
#search .thumbnail .slick-track::before, #search .thumbnail .slick-track::after {
  display: none;
}
#search .detail-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
  align-items: center;
}
#search .detail-point li {
  border: 1px solid #eee;
  margin-bottom: 1%;
  width: 32%;
  background: #f8f9fb;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
  display: block;
  place-items: center center;
}
#search .map iframe {
  width: 100%;
  height: 450px;
  border: none;
}
#search table {
  width: 100%;
  margin-bottom: 80px;
}
#search table th {
  width: 30%;
  text-align: left;
  padding: 10px 14px;
  background: #f5f6f8;
  font-weight: 700;
  border-bottom: 1px solid #e8ecf0;
  vertical-align: top;
}
#search table td {
  padding: 10px 14px;
  border-bottom: 1px solid #e8ecf0;
  line-height: 1.6;
  vertical-align: top;
}
#search .btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 500px;
  width: 90%;
  margin: 0 auto 80px;
}
#search .btn .contact_btn {
  background: #d00747;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px 5px;
  box-sizing: border-box;
  width: 48%;
}
#search .btn .contact_btn::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;
}
#search .btn .return {
  background: #eee;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 15px 5px;
  box-sizing: border-box;
  width: 48%;
}

/*buy
========================================== */
#buy .block {
  margin: 80px auto;
}
#buy ul.point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5rem 0;
}
#buy ul.point li {
  width: 32%;
}
#buy ul.point li img {
  max-height: 120px;
  width: auto;
  margin-bottom: 20px;
}
#buy dl {
  margin-bottom: 2rem;
}
#buy dl dt {
  position: relative;
  background: #2a3c67;
  color: #fff;
  padding: 10px 50px;
  box-sizing: border-box;
  font-size: 1.3rem;
  text-align: center;
}
#buy dl dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
#buy dl dt::after {
  content: "＋";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 1.5rem;
}
#buy dl dd {
  position: relative;
  background: #f7f1e6;
  padding: 10px 10px 10px 50px;
  box-sizing: border-box;
  text-align: center;
}
#buy dl dd::before {
  content: "A";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 1.3rem;
}
#buy .flow {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
#buy .flow ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4rem;
}
#buy .flow ul:first-child li:first-child {
  background: #2a3c67;
  color: #fff;
  position: relative;
}
#buy .flow ul:last-child li:first-child {
  background: #a73840;
  color: #fff;
}
#buy .flow ul:last-child li:first-child::after {
  display: none;
  margin: 0;
}
#buy .flow ul li {
  width: 35%;
}
#buy .flow ul li:first-child {
  width: 60%;
  background: #e6e4cf;
  text-align: center;
  font-size: 1.3rem;
  padding: 1.3rem 0;
  position: relative;
  margin-bottom: 30px;
}
#buy .flow ul li:first-child::after {
  position: absolute;
  content: "";
  bottom: -60px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #727171;
  z-index: 10;
}
#buy .flow ul li img {
  width: auto;
  height: 150px;
}

/*sell
========================================== */
#sell .block {
  margin: 80px auto;
}
#sell ul.point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5rem 0;
}
#sell ul.point li {
  width: 32%;
}
#sell ul.point li img {
  max-height: 120px;
  width: auto;
  margin-bottom: 20px;
}
#sell dl {
  margin-bottom: 2rem;
}
#sell dl dt {
  position: relative;
  background: #2a3c67;
  color: #fff;
  padding: 10px 50px;
  box-sizing: border-box;
  font-size: 1.3rem;
  text-align: center;
}
#sell dl dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
#sell dl dt::after {
  content: "＋";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 1.5rem;
}
#sell dl dd {
  position: relative;
  background: #f7f1e6;
  padding: 10px 50px;
  box-sizing: border-box;
  text-align: center;
}
#sell dl dd::before {
  content: "A";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 1.3rem;
}
#sell .flow {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
#sell .flow .flow_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#sell .flow .flow_box .left {
  width: 60%;
}
#sell .flow .flow_box .left p {
  background: #e6e4cf;
  text-align: center;
  font-size: 1.3rem;
  padding: 1.3rem 0;
  position: relative;
  margin-bottom: 8rem;
}
#sell .flow .flow_box .left p:first-child {
  background: #2a3c67;
  color: #fff;
}
#sell .flow .flow_box .left p:last-child {
  margin-bottom: 7rem;
}
#sell .flow .flow_box .left p::after {
  position: absolute;
  content: "";
  bottom: -60px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #727171;
  z-index: 10;
}
#sell .flow .flow_box .right {
  width: 35%;
}
#sell .flow .flow_box .right img {
  margin-bottom: 50px;
}
#sell .flow ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4rem;
}
#sell .flow ul:last-child li:first-child {
  background: #a73840;
  color: #fff;
}
#sell .flow ul:last-child li:first-child::after {
  display: none;
  margin: 0;
}
#sell .flow ul li {
  width: 35%;
}
#sell .flow ul li:first-child {
  width: 60%;
  background: #e6e4cf;
  text-align: center;
  font-size: 1.3rem;
  padding: 1.3rem 0;
  position: relative;
  margin-bottom: 30px;
}
#sell .flow ul li:first-child::after {
  position: absolute;
  content: "";
  bottom: -60px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #727171;
  z-index: 10;
}
#sell .flow ul li img {
  width: auto;
  height: 150px;
}

/*rental
========================================== */
#rental .block {
  margin: 80px auto;
}
#rental ul.point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5rem 0;
}
#rental ul.point li {
  width: 32%;
}
#rental ul.point li img {
  max-height: 120px;
  width: auto;
  margin-bottom: 20px;
}
#rental dl {
  margin-bottom: 2rem;
}
#rental dl dt {
  position: relative;
  background: #2a3c67;
  color: #fff;
  padding: 10px 50px;
  box-sizing: border-box;
  font-size: 1.3rem;
  text-align: center;
}
#rental dl dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
#rental dl dt::after {
  content: "＋";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 1.5rem;
}
#rental dl dd {
  position: relative;
  background: #f7f1e6;
  padding: 10px 50px;
  box-sizing: border-box;
  text-align: center;
}
#rental dl dd::before {
  content: "A";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 1.3rem;
}
#rental .flow {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
#rental .flow ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 50px;
}
#rental .flow ul:first-child li:first-child {
  background: #2a3c67;
  color: #fff;
  position: relative;
}
#rental .flow ul:last-child li:first-child {
  background: #a73840;
  color: #fff;
}
#rental .flow ul:last-child li:first-child::after {
  display: none;
  margin: 0;
}
#rental .flow ul li {
  width: 35%;
}
#rental .flow ul li:first-child {
  width: 60%;
  background: #e6e4cf;
  text-align: center;
  font-size: 1.3rem;
  padding: 1.3rem 0;
  position: relative;
  margin-bottom: 30px;
}
#rental .flow ul li:first-child::after {
  position: absolute;
  content: "";
  bottom: -60px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #727171;
  z-index: 10;
}
#rental .flow ul li img {
  width: auto;
  height: 150px;
}

/*strengths
========================================== */
#strengths .top_img {
  width: 100%;
}
#strengths .block {
  margin: 80px auto;
}
#strengths .block ul.point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5rem 0;
}
#strengths .block ul.point li {
  width: 32%;
}
#strengths .block ul.point li h4 {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#strengths .block ul.point li h4 span {
  font-size: 6rem;
  color: #e6e6e6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  line-height: 0.7;
}
#strengths .block h3 {
  position: relative;
}
#strengths .block h3 span {
  position: absolute;
  font-size: 6rem;
  color: #e6e6e6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  line-height: 0.4;
}
#strengths .block ul.lank {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5rem 0 0;
}
#strengths .block ul.lank li {
  width: 32%;
}
#strengths .block ul.lank li .img {
  text-align: center;
  margin-bottom: 1rem;
}
#strengths .block ul.lank li .img img {
  width: 130px;
}
#strengths .block ul.lank li h5 {
  background-color: #700018;
  color: #ffffff;
  text-align: center;
  padding: 2px 0 4px;
  font-size: 15px;
}
#strengths .block ul.lank li table {
  width: 100%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
#strengths .block ul.lank li table tr.shin {
  border: solid 2px #a30023;
  background: #fff9c2;
}
#strengths .block ul.lank li table tr.shin th,
#strengths .block ul.lank li table tr.shin td {
  background: #fff9c2;
  color: #a30023;
  font-size: 110%;
  font-weight: bold;
}
#strengths .block ul.lank li table th {
  width: 20%;
  background: #f3f3f3;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#strengths .block ul.lank li table td {
  width: 80%;
  padding: 5px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#strengths .block dl.system {
  margin: 2rem 0 5rem;
}
#strengths .block dl.system dt {
  margin-bottom: 2rem;
}
#strengths .block ul.apartment {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5rem 0;
}
#strengths .block ul.apartment li {
  width: 32%;
  margin-bottom: 1rem;
}

/*sitemap
========================================== */
#sitemap .block {
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#sitemap .block li {
  width: 48%;
  margin-bottom: 1rem;
  font-size: 16px;
  text-align: left;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}
#sitemap .block li a {
  display: flex;
  align-items: center;
}

/*contact
========================================== */
#contact .block {
  max-width: 900px;
  width: 96%;
  margin: 5rem auto;
}
#contact .block .contact_box {
  width: 100%;
  margin: 3rem 0;
}
#contact .block .contact_box a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 0.2rem 0.8rem #999;
  padding: 1rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
  border: 1px solid #ccc;
}
#contact .block .contact_box a p:first-child {
  width: 8%;
  padding: 1rem;
  box-sizing: border-box;
  background: #d00747;
}
#contact .block .contact_box a p:last-child {
  width: 90%;
  text-align: left;
}
#contact .block .contact_box a p:last-child span {
  font-size: 1.5rem;
}
#contact .block .contact_box a:hover {
  opacity: 1;
  box-shadow: 0 0.2rem 0.8rem #fff;
}
#contact .block dl.tel {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
  align-items: center;
}
#contact .block dl.tel dt {
  width: 10%;
  margin-right: 2%;
}
#contact .block dl.tel dd {
  width: 88%;
  font-size: 4rem;
  font-weight: bold;
}

/*footer
========================================== */
.bnr {
  display: block;
  margin-bottom: 80px;
}
.bnr img {
  box-shadow: 0 0.2rem 0.8rem #999;
}

footer {
  background: #f9f4e9;
  padding: 3rem 0;
  text-align: center;
}
footer .ft_contact {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .ft_contact p {
  font-size: 20px;
}
footer .ft_contact .tel {
  font-size: 55px;
  font-weight: bold;
  margin-left: 10px;
  align-content: center;
}
footer .ft_contact .tel a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 30px;
  background-image: url("../images/common/tel_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
footer .ft_logo {
  max-width: 300px;
  width: 100%;
  margin: 30px auto 20px;
}
footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
footer ul li {
  margin-right: 20px;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .copy {
  font-size: 12px;
}

.page_top {
  width: 70px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  background-color: #00000073;
  color: #ffffff;
  text-align: center;
  padding: 10px 10px 0px;
  cursor: pointer;
  font-size: 12px;
}

/*# sourceMappingURL=pc.css.map */
