@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------- 物件一覧 */
.residenceBox {
  max-width: 1200px;
  margin: auto;
}
.residenceBox > h3 {
    background: #222222;
    padding: 0.75%;
    margin: 5% 0 3%;
}
.residenceBox ul {
  display: flex;
  flex-flow: wrap;
}
.residenceBox ul > li {
  width: calc(100% / 3);
  padding: 1%;
  margin: 0 0 20px;
}
.residenceBox ul li h3 {
    padding: 5px 0;
    margin: 0;
    font-size: 0.9em;
}
.residenceBox ul li p {
  font-size: 80%;
  text-align: center;
}
.residenceBox .urlBox {}
.residenceBox .urlBox ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.residenceBox .urlBox ul li {
  width: 48%;
  padding: 0;
  margin: 2px;
}
.residenceBox .urlBox ul li a {
  background: #fff;
  display: block;
  padding: 10px;
  color: #000;
  border-radius: 4px;
}
.residenceBox .urlBox ul li:nth-child(2) a {
  color: #cc2f1c;
}
/*----------------------------------------------------------- btnパーツ */
.btnBox {
  padding: 5px;
  width: 300px;
  margin: 30px auto;
  background: #222;
}
.btnBox a {
  display: block;
  padding: 15px;
  border: #a19999 1px solid;
  letter-spacing: 2px;
  color: #fff;
}
.btnBox a span {
  color: #fff;
  display: flex;
  justify-content: center;
}
.btnBox a span::after {
  font-family: 'Material Icons';
  content: '\e315';
  display: inline-block;
  font-size: 130%;
  padding: 2px 0 0;
}
.btnBox a:hover {
  opacity: 0.8;
}
.btnDL {
  padding: 5px;
  width: 300px;
  margin: 10px 0 10px;
  background: #115279;
}
.btnDL a {
  display: block;
  padding: 15px;
  border: #97a8bd 1px solid;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
}
.btnDL a:hover {
  opacity: 0.8;
}
.btnDL a::after {
  content: "DOWNLOAD";
  position: absolute;
  right: 8px;
  font-size: 50%;
  letter-spacing: 1px;
}
/*----------------------------------------------------------- pMenu */
.pMenu {
  max-width: 1200px;
  margin: auto;
  padding: 5% 0 5%;
}
.pMenu ul li {
  text-align: left;
  padding: 10px 0;
}
.pMenu ul.first > li > a {
  font-family: 'Noto Sans JP', sans-serif;
  pointer-events: none;
  font-size: 120%;
  display: block;
  padding: 0 0 5%;
}
.pMenu ul > li > ul.sub-menu > li > a {
  pointer-events: auto;
}
.pMenu ul > li > ul.sub-menu > li::before {
  content: "― ";
}
/*----------------------------------------------------------- fade */
.fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s cubic-bezier(.25, .8, .25, 1);
}
.fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}
/*----------------------------------------------------------- 動画 */
video {
  width: 100%;
}
.video-wrap {
  position: relative;
}
/*----------------------------------------------------------- photoName */
.phCap {
  position: relative;
  width: fit-content;
  margin: auto;
}
.phCap .name {
  position: absolute;
  /* background: #222; */
  /* background: linear-gradient(0deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%); */
  color: #fff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  text-align: right;
  font-size: 70%;
  text-shadow: 1px 1px 2px #666;
}
.phCap .nameBK {
  position: absolute;
  color: #222;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  text-align: right;
  font-size: 70%;
}
.phCap .nameW {
  position: absolute;
  color: #fff;
  /* color: #222; */
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  text-align: right;
  font-size: 70%;
}
.phCap .nameEN {
  position: absolute;
  color: #222;
  padding: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-sizing: border-box;
  top: -5px;
  right: -3px;
  text-align: center;
  font-size: 100%;
  line-height: 1.4em;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 5px 15px -5px #777777;
}
/*----------------------------------------------------------- captionBox */
.captionBox {
  padding: 10px;
}
.captionBox p {
  font-size: 80%;
  text-align: left;
  padding: 0;
}
.cap {
  font-size: 80%;
  padding: 0;
}
/*----------------------------------------------------------- 枠線 */
.map img {
  border: 1px solid #333;
}
/*----------------------------------------------------------- lineBox */
.lineBox {
  padding: 50px 0;
}
/*----------------------------------------------------------- attentionBox */
.attentionBox {
  max-width: 1280px;
  margin: auto;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #d1cfcf;
}
.attentionBox p {
  font-size: 70%;
  color: #999;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .attentionBox p {
    font-size: 70%;
    color: #999;
    text-align: left;
  }
}
/*----------------------------------------------------------- pageTop */
.pTop {
  display: none;
  position: fixed;
  bottom: 55px;
  right: 16px;
}
.pTop a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.55);
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  transition: all 0.5s;
}
.pTop a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.pTop a::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 18px;
  left: 8px;
  width: 15px;
  height: 2px;
  transform: rotate(-45deg);
}
.pTop a::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 18px;
  right: 8px;
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
}
/*----------------------------------------------------------- sectionmain */
main img {
  max-width: 100%;
  height: auto;
}
main h2 {
  padding: 10px 15px;
  font-weight: 600;
  font-size: 160%;
  line-height: 1.6em;
  margin: 0 0 2%;
  letter-spacing: 3px;
}
main h2 small {
  display: block;
  font-size: 50%;
  font-weight: 400;
  padding: 10px;
  line-height: 1.4em;
}
main h3 {
  font-weight: 600;
  font-size: 120%;
  line-height: 1.6em;
  margin: 2%;
}
main h3 small {
  font-family: 'Noto Sans JP', sans-serif;
  color: #0062b0;
  display: block;
  padding: 5px 0 0;
  font-size: 60%;
  letter-spacing: 1px;
}
main h3 strong {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  display: block;
  padding: 0 0 20px;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 5px;
}
main h4 {
  font-size: 110%;
  font-weight: 500;
  padding: 1% 0 3%;
  line-height: 1.6em;
}
main .flexBox1, main .flexBox2, main .flexBox3, main .flexBox4 {
  padding: 2% 0;
}
main .flexBox2 > ul, main .flexBox3 > ul, main .flexBox4 > ul {
  display: flex;
}
main .flexBox2 > ul > li, main .flexBox3 > ul > li, main .flexBox4 > ul > li {
  list-style-type: none;
  text-align: center;
}
main .flexBox2 > ul > li:last-child, main .flexBox3 > ul > li:last-child, main .flexBox4 > ul > li:last-child {
  margin: 0;
}
main .flexBox2 > ul > li {
  width: calc(100% / 2 - 10px);
}
main .flexBox3 > ul > li {
  width: calc(100% / 3 - 10px);
}
.detailBox {
  display: flex;
  justify-content: center;
}
.detailBox .detail {
  padding: 30px;
}
/* tableなどの横スクロールボックス */
.scrollBox table {
  width: 100%;
}
.scrollBox {
  overflow: auto;
  white-space: nowrap;
}
.scrollBox::-webkit-scrollbar {
  height: 5px;
}
.scrollBox::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scrollBox::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.contentsTop {
  padding: 30px 0;
}
.contentsTop p {
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.attention {
  font-size: 70%;
  color: #666666;
}
.attention_info {
  font-size: 85%;
  /*  color: #ffffff;*/
  line-height: 1.6em;
  padding-bottom: 2em;
}
.imgBox {
  padding: 2% 0 5%;
}
.imgBox img {
  max-width: 100%;
}
main .bnrBox ul {
  margin: auto;
}
main .bnrBox ul li {
  list-style-type: none;
  text-align: center;
  background: #265280;
  padding: 0;
}
main .flexBox3 ul li p, main .flexBox4 ul li p {
  padding: 0;
  line-height: 1.4em;
  text-align: center;
}
main dl {
  display: flex;
  padding: 0 10px;
  flex-wrap: nowrap;
}
main dl dt, main dl dd {
  text-align: left;
  padding: 15px;
  margin: 0 0 3px;
  line-height: 1.6em;
}
main dl dt {
  width: 35%;
  color: #fff;
  background: #575752;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
main dl dd {
  width: 74.5%;
  background: #fff;
  color: #000;
}
main dl dd p {
  font-size: inherit;
}
main p {
  padding: 0 0 3%;
  line-height: 1.5em;
  font-size: 100%;
  font-weight: 400;
  text-indent: 0;
  text-align: left;
}
main em {
  font-style: normal;
}
.contents > ul > li {
  list-style-position: inside;
  padding: 0 5px;
  line-height: 1.4em;
}
.contents main ol {
  padding: 15px;
  text-align: left;
}
.contents ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 10px 0;
  font-size: 100%;
}
main .centerImage {
  margin: auto;
  text-align: center;
}
main a, main a:link, main a:visited {
  text-decoration: none;
  font-weight: 400;
  word-break: break-all;
}
main table, main tr, main td {
  border-collapse: collapse;
  border: 1px solid #999;
}
main table td {
  padding: 10px;
  text-align: center;
  width: 20%;
  line-height: 1.6em;
}
main .sliderdef {
  width: 500px;
  padding: 0 0 10px;
}
main .indexList {
  padding: 20px;
  background: #e4e6ed;
}
main .indexList li {
  color: #265280;
  font-weight: 600;
  font-size: 110%;
  line-height: 1.4em;
}
main .indexList li a {
  font-weight: 600;
}
/*----------------------------------------------------------- information */
.information {
  padding: 30px 0 0;
}
.information h2 {
  padding: 10px;
  font-weight: 300;
  font-size: 120%;
  line-height: 1.6em;
}
.information .infoBox {
  /*  display: flex;*/
  justify-content: center;
  padding: 0 0 30px;
}
.additionBox .infoBox {
  /*  display: flex;*/
  justify-content: center;
  padding: 0 0 30px;
}
.information .saleBox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 20px;
}
.additionBox .saleBox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 20px;
}
.information .detail {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 10px;
}
.additionBox .detail {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 10px;
}
.information .sale {
  font-size: 100%;
  font-weight: 500;
  padding: 0 4px 2px 0;
}
.additionBox .sale {
  font-size: 100%;
  font-weight: 500;
  padding: 0 4px 2px 0;
}
.information .plan {
  font-size: 275%;
  font-weight: 600;
}
.additionBox .plan {
  font-size: 275%;
  font-weight: 600;
}
.information .plan small {
  font-size: 70%;
}
.additionBox .plan small {
  font-size: 70%;
}
.information .type {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 50%;
  font-weight: 700;
}
.additionBox .type {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 50%;
  font-weight: 700;
}
.information .price {
  font-size: 340%;
  font-weight: 600;
  padding: 0 0 0 10px;
}
.additionBox .price {
  font-size: 340%;
  font-weight: 600;
  padding: 0 0 0 10px;
}
.information .ex {}
.information .ex small {
  display: block;
  font-size: 80%;
  font-weight: 700;
}
.additionBox .ex small {
  display: block;
  font-size: 80%;
  font-weight: 700;
}
.information .ex span {
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 160%;
  font-weight: 700;
  padding: 0 0 3px;
}
.additionBox .ex span {
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 160%;
  font-weight: 700;
  padding: 0 0 3px;
}
.information .ex span em {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 50%;
  font-style: normal;
}
.additionBox .ex span em {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 50%;
  font-style: normal;
}
.information .tilde {
  font-size: 200%;
  font-weight: 700;
}
.additionBox .tilde {
  font-size: 200%;
  font-weight: 700;
}
.information .slash {
  font-size: 170%;
  font-weight: 700;
  padding: 0 13px 4px 0;
}
.additionBox .slash {
  font-size: 170%;
  font-weight: 700;
  padding: 0 13px 4px 0;
}
/*----------------------------------------------------------- 固定ページ用 */
main article section > section {
  padding: 5% 0;
}
section#S00 p {
  font-size: 120%;
  padding: 10px 10px 5%;
}
/*----------------------------------------------------------- 冒頭テキスト */
.firstText {
  font-size: 16px;
  line-height: 2em;
}
/*----------------------------------------------------------- ページナビ */
.pageNavi {
  padding: 0 0 3vmin;
  text-align: center;
}
.pageNavi ul {
  display: flex;
  justify-content: space-between;
  border-top: 2px dotted #a9998e;
}
.pageNavi ul li {
  list-style-type: none;
  width: 50%;
}
.pageNavi ul li:first-child {
  text-align: left;
}
.pageNavi ul li:last-child {
  text-align: right;
}
.pageNavi ul li:first-child a::before {
  content: "< ";
}
.pageNavi ul li:last-child a::after {
  content: " >";
}
.pageNavi ul li a {
  display: block;
  padding: 2vmin;
}
.entry-content {
  padding: 0;
}
/*----------------------------------------------------------- ページナビ */
.wp-pagenavi { /* 全体 */
  margin: 20px 0;
  font-size: 12px;
}
.wp-pagenavi a { /* フォント色 */
  color: #4a4a4a;
}
.pages { /* 左の表記 */
  margin-right: 20px;
}
.wp-pagenavi .current, .wp-pagenavi amain {
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #fff;
}
.wp-pagenavi .current {
  border: none;
  background: #265280;
  color: #fff;
}
.wp-pagenavi a.page:hover { /* マウスオーバー */
  background: #87e6e9;
  color: #fff;
}
.wp-pagenavi .first, .wp-pagenavi .extend { /* ... */
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink { /* 記号の削除 */
  display: none;
}
/*----------------------------------------------------------- 1280px */
@media all and (max-width:1280px) {
  main .contentsDetail {
    box-sizing: border-box;
  }
  .attentionBox {
    padding: 10px;
  }
  ul.menuFooter {
    flex-wrap: wrap;
  }
main h2 {
    font-size: 140%;
    letter-spacing: 2px;
}
  main h3 {
    font-size: 120%;
    line-height: 1.6em;
  }
  main h4 {
    font-size: 110%;
  }
  main h3 small, main h4 small, main h5 small, main h6 small {
    font-size: 80%;
    line-height: 1.6em;
  }
  section#S00 p {
    font-size: 110%;
  }
}
/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {
  .residenceBox ul > li {
    width: calc(100% / 2);
  }
  main dl dt, main dl dd {
    padding: 10px;
    font-size: 90%;
  }
  .pMenu ul.first > li > a {
    font-size: 110%;
  }
  .pMenu ul > li > ul.sub-menu > li > a {
    font-size: 80%;
  }
}
/*----------------------------------------------------------- 840px */
@media screen and (max-width: 840px) {
  main .flexBox3 > ul > li {
    width: calc(100% / 2 - 10px);
  }
  main p {
    font-size: 90%;
  }
  main h2 {
    font-size: 120%;
  }
  main h3 {
    font-size: 100%;
  }
  main h4 {
    font-size: 90%;
  }
  main p {
    line-height: 1.6em;
  }
  section#S00 p {
    font-size: 100%;
  }
  .contents ol li {
    font-size: 90%;
  }
}
/*----------------------------------------------------------- 640px */
@media screen and (max-width: 640px) {
  .residenceBox ul > li {
    width: 100%;
  }
  section#S00 p {
    font-size: 90%;
  }
}
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
  main p {
    font-size: 80%;
    text-align: left;
  }
  .contents ol li {
    font-size: 80%;
  }
  main .contentsDetail > ul li {
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
  main dl dt, main dl dd {
    padding: 8px;
    font-size: 80%;
  }
  main dl dt {
    width: auto;
  }
  main dl dd {
    width: auto;
  }
  .pageNavi ul li {
    padding: 0;
    list-style-type: none;
  }
  .pageNavi ul li a {
    font-size: 14px;
    line-height: 2em;
  }
  main .flexBox1 ul, main .flexBox2 ul, main .flexBox3 ul, main .flexBox4 ul {
    flex-flow: column;
  }
  main .flexBox2 ul li, main .flexBox3 ul li, main .flexBox4 ul li {
    width: auto;
    font-size: 16px;
    padding: 10px;
    line-height: 1.6em;
    text-indent: initial;
  }
  .detailBox {
    display: flex;
    flex-flow: column;
  }
  main .indexList li {
    padding-left: 1.25em;
    text-indent: -1.25em;
    font-size: 90%;
  }
  main .indexList ol {
    padding: 0;
    text-align: left;
  }
  main .indexList li a {
    font-size: 85%;
  }
  .contentsTop {
    padding: 0px;
  }
  .imgBox {
    padding: 0;
  }
  main dl {
    flex-flow: column;
  }
  main h6 {
    padding: 10px 0;
  }
  main .sliderdef {
    width: 260px;
  }
  .pageBtnBox a {
    font-size: 4vw;
    padding: 3vmin 1vmin 1vmin;
    width: 95%;
  }
  .newsList dl dt span {
    font-size: 2vw;
    width: 100px;
    padding: 2vw;
  }
  .newsList dl dd {
    font-size: 3.2vw;
  }
  .newsList dl dd span {
    padding: 0.25em 1em 0.3em;
    font-size: 2vw;
    margin: 0 1vmin 0 0;
  }
  .newsList dl dd em {
    margin: 2vmin 0;
  }
  .contents iframe {
    width: auto;
    height: 300px;
  }
  .tableList {
    padding: 5vmin;
  }
  .tableList ul li {
    text-indent: initial;
    line-height: 4vw;
    font-size: 3.2vw;
    padding: 4vmin 2vmin;
  }
  .firstText {
    font-size: 3.2vw;
    text-align: left;
    padding: 0 2vw 5vw;
  }
  #thumbList {
    width: 300px;
  }
  #thumbList .thumbItem {
    flex: 0 1 15%;
    text-indent: 0;
  }
  .thumbItem img {
    width: 100%;
    margin: 0 auto;
    height: 20px; /*任意の高さを指定*/
    object-fit: contain;
  }
  #aDetail .flexBoxArticle ul {
    display: block;
  }
  #aDetail .flexBoxArticle ul li {
    display: block;
  }
  #aDetail .flexBoxArticle ul li {
    width: auto;
    margin: 0;
  }
}