@charset "UTF-8";
@import url("global.css");
#cattab {
  display: flex;
  max-width: 800px;
  margin: 0 auto 70px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
#cattab .item {
  flex: 1;
}
#cattab .item a {
  display: block;
  position: relative;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #aaa;
  text-align: center;
  height: 100%;
  padding: 10px;
  font-size: 21px;
  box-sizing: border-box;
}
#cattab .item a::after {
  content: "";
  background-color: #999;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
#cattab .item a span {
  position: relative;
  z-index: 2;
}
body.cat_land #cattab .item.tab_land a, body.cat_house #cattab .item.tab_house a {
  color: #fff;
  pointer-events: none;
}
body.cat_land #cattab .item.tab_land a::after, body.cat_house #cattab .item.tab_house a::after {
  opacity: 1;
}

#indexlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}
#indexlist .item {
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 0 2% 60px;
}
#indexlist .item a {
  display: block;
  text-align: center;
  position: relative;
  border: 1px solid #111;
  box-sizing: border-box;
  height: 100%;
}
#indexlist .item a::after {
  content: "";
  background-color: rgba(17, 17, 17, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  -webkit-transition: all 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
#indexlist .item a:hover::after {
  opacity: 1;
}
#indexlist .item a .head {
  padding: 16px;
  line-height: 1.5;
  font-size: 19px;
  background-color: #efefef;
}
#indexlist .item a .body {
  padding: 25px;
}
#indexlist .item a .body .inner {
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
#indexlist .item a .body .inner .postph {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
}
#indexlist .item a .body .inner .data {
  flex-grow: 1;
  margin-left: 15px;
  word-break: break-all;
}
#indexlist .item a .body .inner .data dt {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
}
#indexlist .item a .body .inner .data dd {
  line-height: 1.4;
  font-size: 19px;
}
#indexlist .item a .body .inner .data dd + dt {
  margin-top: 10px;
}
#indexlist .item a .body .address {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  line-height: 1.6;
}
#indexlist .item a .body .joken {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-size: 15px;
  color: #999;
  font-weight: bold;
}
#indexlist .item a .body .uketsuke {
  display: inline-block;
  min-width: 120px;
  box-sizing: border-box;
  margin: 12px auto 0;
  border: 1px solid #81A1C0;
  color: #81A1C0;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
}
#indexlist .item a .body .uketsuke.off {
  border-color: #E1DCD7;
  color: #aaa;
}

.lp_bnr {
  max-width: 880px;
  margin: 60px auto;
}
.lp_bnr a {
  display: block;
  height: 240px;
  border: 1px solid #E1DCD7;
  box-shadow: 4px 4px 20px rgba(17, 17, 17, 0.12);
  position: relative;
}
.lp_bnr a:hover {
  opacity: .6;
}
.lp_bnr a .ph {
  width: 50%;
  height: 100%;
  position: absolute;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
.lp_bnr a .textarea {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  margin-left: auto;
  padding: 50px 20px 0 0;
  position: relative;
  text-align: center;
}
.lp_bnr a .textarea .catch {
  font-size: 30px;
  line-height: 1;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 14px 0;
}
.lp_bnr a .textarea .sub {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 12px;
}
.lp_bnr a .textarea .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  background-color: #FFA500;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 6px;
  box-sizing: border-box;
}
.lp_bnr a .textarea .btn::after {
  display: inline-block;
  vertical-align: middle;
  content: "\e900";
  font-family: "icomoon";
  margin-left: 4px;
}

article.entry .intro_titlearea {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 70px;
}
article.entry .intro_titlearea .tag {
  text-align: center;
}
article.entry .intro_titlearea .tag .uketsuke {
  display: inline-block;
  min-width: 120px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  border: 1px solid #81A1C0;
  color: #81A1C0;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
}
article.entry .intro_titlearea .tag .uketsuke.off {
  border-color: #E1DCD7;
  color: #aaa;
}
article.entry .intro_titlearea .entrytitle {
  font-size: 30px;
  line-height: 1.6;
}
article.entry .estate_intro {
  display: flex;
  align-items: center;
}
article.entry .estate_intro .mainimg {
  width: 50%;
  flex-shrink: 0;
  position: relative;
  height: 0;
  padding-top: 33%;
}
article.entry .estate_intro .mainimg img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}
article.entry .estate_intro .textarea {
  flex-grow: 1;
  padding: 40px 40px 40px 60px;
  text-align: left;
}
article.entry .estate_intro .textarea .subimg {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
article.entry .estate_intro .textarea .subimg p {
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  border: 1px solid #999;
}
article.entry .estate_intro .textarea .subimg p + p {
  margin-left: 12px;
}
article.entry .estate_intro .textarea .subimg p a {
  display: block;
  height: 100%;
}
article.entry .estate_intro .textarea .subimg p a:hover {
  opacity: .7;
}
article.entry .estate_intro .textarea .datatable .row {
  display: flex;
  border-bottom: 1px solid #E1DCD7;
  padding: 15px;
  font-size: 17px;
  line-height: 1.6;
}
article.entry .estate_intro .textarea .datatable .row:first-of-type {
  border-top: 1px solid #E1DCD7;
}
article.entry .estate_intro .textarea .datatable .row .head {
  flex-shrink: 0;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  padding-left: 8px;
  margin-right: 40px;
}
article.entry .estate_intro .textarea .datatable .row .head::after {
  content: "";
  width: 24px;
  height: 1px;
  background-image: linear-gradient(to right, #111, #111 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-size: 4px 1px;
  position: absolute;
  top: 14px;
  right: -30px;
}
article.entry .estate_intro .textarea .pdfbtn {
  margin-top: 40px;
}
article.entry .estate_intro .textarea .pdfbtn a {
  background-color: #A69075;
  color: #fff;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  border-radius: 4px;
  box-sizing: border-box;
  min-height: 80px;
}
article.entry .estate_intro .textarea .pdfbtn a:hover {
  opacity: .7;
}
article.entry .estate_intro .textarea .pdfbtn a .icon {
  margin-right: 12px;
  font-size: 26px;
}
article.entry .estate_intro .textarea .pdfbtn a .text {
  white-space: nowrap;
}
article.entry .estate_intro .textarea .pdfbtn a .text br {
  display: none;
}
article.entry .estate_intro .textarea .pdfbtn a .arrow {
  margin-left: auto;
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: all 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  -webkit-transition: all 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
article.entry .estate_intro .textarea .pdfbtn a .arrow::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 0;
  transition: all 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  -webkit-transition: all 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
article.entry .postbody {
  text-align: center;
  margin: 80px auto;
  max-width: 1000px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
}
article.entry .postbody .postbody_inner {
  display: inline-block;
  text-align: left;
}
article.entry .estate_data table.kukaku {
  border-collapse: collapse;
  width: 100%;
  margin-top: 60px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
}
article.entry .estate_data table.kukaku tr:last-child td {
  border-bottom: none;
}
article.entry .estate_data table.kukaku tr th, article.entry .estate_data table.kukaku tr td {
  padding: 12px;
  text-align: center;
  border-right: 1px solid #E1DCD7;
}
article.entry .estate_data table.kukaku tr th:last-child, article.entry .estate_data table.kukaku tr td:last-child {
  border-right: none;
}
article.entry .estate_data table.kukaku tr th {
  background-color: #999;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
article.entry .estate_data table.kukaku tr td {
  background-color: rgba(239, 239, 239, 0.6);
  border-bottom: 1px dashed #999;
}
article.entry .estate_data table.data {
  border-collapse: collapse;
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #E1DCD7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
}
article.entry .estate_data table.data tr {
  border-bottom: 1px solid #E1DCD7;
}
article.entry .estate_data table.data tr th, article.entry .estate_data table.data tr td {
  padding: 16px;
}
article.entry .estate_data table.data tr th {
  width: 18%;
  text-align: center;
  font-weight: bold;
  position: relative;
  background-color: #efefef;
}
article.entry .estate_data table.data tr th::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 5px solid #fff;
  pointer-events: none;
}
article.entry .maparea {
  position: relative;
  height: 480px;
  margin-top: 60px;
}
article.entry .maparea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxContent {
  padding-bottom: 0 !important;
}

#cboxTitle {
  display: none !important;
}

#bodyarea .telbox {
  margin: 65px auto;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1600px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #indexlist .item {
    width: 50%;
    padding-bottom: 50px;
  }

  article.entry .estate_intro .textarea {
    padding: 20px 10px 20px 20px;
  }
  article.entry .estate_intro .textarea .subimg {
    margin-bottom: 25px;
  }
  article.entry .estate_intro .textarea .subimg p {
    width: 70px;
    height: 70px;
  }
  article.entry .estate_intro .textarea .datatable .row {
    padding: 10px;
  }
  article.entry .estate_intro .textarea .pdfbtn a {
    min-height: 65px;
  }
  article.entry .maparea {
    height: 380px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #cattab {
    margin-bottom: 50px;
  }

  #indexlist .item {
    padding-bottom: 35px;
  }
  #indexlist .item a::after {
    display: none;
  }
  #indexlist .item a .body .inner .postph {
    width: 95px;
    height: 95px;
  }
  #indexlist .item a .body .inner .data {
    margin-left: 10px;
  }
  #indexlist .item a .body .inner .data dd {
    font-size: 17px;
  }

  .lp_bnr a {
    height: 210px;
  }
  .lp_bnr a .ph {
    width: 45%;
  }
  .lp_bnr a .textarea {
    width: 55%;
    padding: 35px 20px 0 5px;
  }
  .lp_bnr a .textarea .catch {
    font-size: 24px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .lp_bnr a .textarea .btn {
    font-size: 15px;
    width: 160px;
    padding: 4px;
  }

  article.entry .intro_titlearea {
    margin-bottom: 40px;
  }
  article.entry .intro_titlearea .entrytitle {
    font-size: 28px;
  }
  article.entry .estate_intro {
    display: block;
  }
  article.entry .estate_intro .mainimg {
    width: auto;
    height: auto;
    padding: 0;
  }
  article.entry .estate_intro .mainimg img {
    position: static;
  }
  article.entry .estate_intro .textarea {
    padding: 0;
    margin-top: 20px;
  }
  article.entry .estate_intro .textarea .subimg {
    margin-bottom: 0;
  }
  article.entry .estate_intro .textarea .subimg p {
    width: 90px;
    height: 90px;
  }
  article.entry .estate_intro .textarea .datatable {
    margin-top: 30px;
  }
  article.entry .postbody {
    margin: 50px auto;
  }

  #bodyarea .telbox {
    margin: 50px auto;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #cattab {
    margin-bottom: 40px;
  }
  #cattab .item a {
    padding: 8px;
    font-size: 18px;
  }

  #indexlist {
    display: block;
    margin: 0;
  }
  #indexlist .item {
    width: auto;
    padding: 0 0 30px;
  }
  #indexlist .item a .head {
    font-size: 18px;
    padding: 12px;
  }
  #indexlist .item a .body {
    padding: 20px;
  }
  #indexlist .item a .body .inner .postph {
    width: 105px;
    height: 105px;
  }

  .lp_bnr {
    margin: 20px auto;
  }
  .lp_bnr a {
    height: 140px;
    box-shadow: 4px 4px 10px rgba(17, 17, 17, 0.12);
  }
  .lp_bnr a .ph {
    width: 40%;
  }
  .lp_bnr a .ph img {
    object-position: 75% center;
  }
  .lp_bnr a .textarea {
    width: 60%;
    padding: 15px 10px 0 5px;
  }
  .lp_bnr a .textarea .catch {
    font-size: 18px;
    line-height: 1.3;
    padding: 2px 0;
    font-weight: bold;
  }
  .lp_bnr a .textarea .sub {
    font-size: 11px;
    margin-top: 5px;
    letter-spacing: 0;
  }
  .lp_bnr a .textarea .btn {
    font-size: 13px;
    width: 120px;
    padding: 2px;
    right: 0;
    bottom: 0;
  }

  article.entry .intro_titlearea {
    margin-bottom: 30px;
  }
  article.entry .intro_titlearea .tag .uketsuke {
    padding: 8px;
    margin-bottom: 15px;
  }
  article.entry .intro_titlearea .entrytitle {
    font-size: 22px;
  }
  article.entry .estate_intro .textarea {
    margin-top: 15px;
  }
  article.entry .estate_intro .textarea .subimg p {
    width: 60px;
    height: 60px;
    margin: 3px;
  }
  article.entry .estate_intro .textarea .subimg p + p {
    margin: 3px;
  }
  article.entry .estate_intro .textarea .datatable .row {
    font-size: 15px;
    padding: 10px 0;
  }
  article.entry .estate_intro .textarea .datatable .row .head {
    margin-right: 25px;
    padding-left: 0;
  }
  article.entry .estate_intro .textarea .datatable .row .head::after {
    width: 16px;
    top: 11px;
    right: -22px;
  }
  article.entry .estate_intro .textarea .pdfbtn {
    margin-top: 35px;
  }
  article.entry .estate_intro .textarea .pdfbtn a {
    font-size: 17px;
    padding: 0 22px;
    border-radius: 2px;
  }
  article.entry .estate_intro .textarea .pdfbtn a .icon {
    margin-right: 10px;
    font-size: 22px;
  }
  article.entry .postbody {
    margin: 35px auto;
  }
  article.entry .estate_data table.kukaku {
    margin-top: 35px;
    font-size: 13px;
    display: block;
    overflow-x: scroll;
  }
  article.entry .estate_data table.kukaku tr th, article.entry .estate_data table.kukaku tr td {
    padding: 8px;
  }
  article.entry .estate_data table.data {
    margin-top: 35px;
  }
  article.entry .estate_data table.data tr {
    display: flex;
    flex-wrap: wrap;
  }
  article.entry .estate_data table.data tr th, article.entry .estate_data table.data tr td {
    box-sizing: border-box;
    padding: 12px 8px;
  }
  article.entry .estate_data table.data tr th {
    width: 30%;
  }
  article.entry .estate_data table.data tr td {
    width: 70%;
  }
  article.entry .estate_data table.data tr td + th {
    border-top: 1px solid #E1DCD7;
  }
  article.entry .estate_data table.data tr td + th + td {
    border-top: 1px solid #E1DCD7;
  }
  article.entry .maparea {
    height: 60vw;
    margin: 35px -5vw 0;
  }
}
