@charset "UTF-8";
a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
}

/* CSS Document */
body {
  background-color: #000;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

p,
div {
  font-family: "Noto Serif JP", serif;
}

#contents {
  width: 100%;
  font-size: 62.5%;
  line-height: 1.71;
  scroll-behavior: smooth;
  /* mitsuihome202410_red */
}
@media (max-width: 768px) {
  #contents {
    width: 100%;
  }
}
#contents img {
  vertical-align: bottom;
}
#contents .mitsuihome202410_red {
  /* スライド */
}
#contents .mitsuihome202410_red h1.property_ttl {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 5px;
  background-color: #eaeaea;
  font-size: 20px;
}
#contents .mitsuihome202410_red h1.property_ttl p {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #contents .mitsuihome202410_red h1.property_ttl {
    padding: 8px 5px;
    font-size: 13px;
  }
}
#contents .mitsuihome202410_red .mv {
  width: 100%;
  border-bottom: 2px solid #ffe1a2;
}
#contents .mitsuihome202410_red .mv .mv_slider {
  width: 100%;
  height: auto;
  max-width: 1300px;
  max-height: 731px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
#contents .mitsuihome202410_red .mv .mv_slider .slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  background-color: #000;
  text-align: center;
  aspect-ratio: 16/9;
}
#contents .mitsuihome202410_red .mv .mv_slider .slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  #contents .mitsuihome202410_red .mv .mv_slider .slider {
    width: 100%;
  }
}

/*#contents*/
/*資料請求ボタン */
.toContact_btn_box_2024 {
  background-color: #303030;
  padding: 65px 0;
}
.toContact_btn_box_2024 .toContact_btn_inner {
  position: relative;
  width: 90%;
  max-width: 530px;
  margin: 0 auto;
  background-color: #ffd06f;
  text-align: center;
}
@media (max-width: 768px) {
  .toContact_btn_box_2024 .toContact_btn_inner {
    max-width: 300px;
    margin: 30px auto;
  }
}
.toContact_btn_box_2024 .toContact_btn_inner .contact_button_target {
  width: 200px;
  padding: 0 175px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .toContact_btn_box_2024 .toContact_btn_inner .contact_button_target {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0 calc((100% - 150px) / 2);
  }
}
.toContact_btn_box_2024 .toContact_btn_inner::before {
  content: "";
  position: absolute;
  top: calc(50% - 42px);
  right: 20px;
  width: 40px;
  height: 85px;
  background: url(../img/btn/btn_shiryoseikyu_ar.svg) no-repeat center;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .toContact_btn_box_2024 .toContact_btn_inner::before {
    top: calc(50% - 15px);
    right: 15px;
    width: 24px;
    height: 30px;
  }
}
.toContact_btn_box_2024 .toContact_btn_inner:hover {
  background-color: #e5ad4a;
}

/*ページナビ */
.page_nav {
  width: 100%;
  background-color: #fff;
}
.page_nav ul {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 25px 10px;
}
.page_nav ul li {
  width: calc((100% - 7px) / 5);
  padding: 5px 0;
}
.page_nav ul li a {
  box-sizing: border-box;
  padding: 5px 0;
  border-right: 1px solid #979797;
}
.page_nav ul li a img {
  vertical-align: bottom;
}
.page_nav ul li a:hover {
  opacity: 0.7;
}
.page_nav ul li:first-of-type a {
  border-left: 1px solid #979797;
}
@media (max-width: 768px) {
  .page_nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 5%;
  }
  .page_nav ul li {
    width: calc((100% - 3px) / 3);
    height: auto;
    margin-bottom: 5px;
  }
  .page_nav ul li:nth-of-type(4), .page_nav ul li:nth-of-type(5), .page_nav ul li:nth-of-type(6) {
    margin-bottom: 0;
  }
  .page_nav ul li a {
    padding: 0px 0;
  }
  .page_nav ul li:nth-of-type(4) a {
    border-left: 1px solid #979797;
  }
}

/*特徴*/
.border_b_100 {
  width: 100%;
  background: #303030;
  border-bottom: 1px solid #ffe1a2;
}

#features {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#features .grid {
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 15px;
}
@media (max-width: 768px) {
  #features .grid {
    margin: 5px auto;
    display: block;
  }
}
#features .grid div {
  box-sizing: border-box;
  padding: 3px;
  text-align: center;
  border: solid 1px #969696;
}
@media (max-width: 768px) {
  #features .grid div {
    margin-bottom: 10px;
  }
}
#features .grid div p {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 50px;
  border: solid 1px #969696;
  background-color: #000;
  font-size: 20px;
}
#features .grid div strong {
  font-size: 25px;
  color: #9f693c;
}
#features .grid div small {
  font-size: 10px;
}
#features .grid div.banner ul {
  width: 100%;
  font-size: 180%;
}
#features .grid div.banner ul li {
  border: 1px solid #9f693c;
  background-color: #000;
  color: #9f693c;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px;
  font-weight: 600;
}
#features .grid div.banner ul li:last-child {
  margin-bottom: 0;
}
#features .grid div.banner ul li:hover {
  cursor: pointer;
  opacity: 0.7;
}
#features .grid div.banner ul li.yoyaku {
  background-color: #a61a17;
  border: 1px solid #a61a17;
  color: #fff;
}
#features .features-ptHeadImg img {
  display: block;
  padding: 50px 0;
}
@media (max-width: 768px) {
  #features .features-ptHeadImg img {
    padding: 10px 0;
  }
}
#features #features-d-none {
  display: none;
}
@media (max-width: 768px) {
  #features {
    margin: 30px auto;
  }
}

/*価格*/ /*返済例*/
#tokusethu-price,
#repayment-example {
  box-sizing: border-box;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 25px 40px;
  border: 1px solid #ffe1a2;
  background-color: #303030;
}
#tokusethu-price h2,
#repayment-example h2 {
  width: 120px;
  margin: 0 auto 10px;
  background-color: #ffe1a2;
}
#tokusethu-price h2 img,
#repayment-example h2 img {
  vertical-align: bottom;
}
@media (max-width: 768px) {
  #tokusethu-price,
  #repayment-example {
    margin: 0 auto 20px;
    padding: 25px 30px;
  }
}

#tokusethu-price {
  text-align: center;
}
#tokusethu-price .t-price {
  color: #ffe1a2;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 768px) {
  #tokusethu-price .t-price {
    font-size: 38px;
  }
}

#repayment-example {
  padding: 3px;
}
#repayment-example .inner {
  padding: 25px 40px;
  border: 1px solid #fff;
}
#repayment-example .inner .example {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  #repayment-example .inner .example {
    font-size: 20px;
  }
}

/*----
sec_common 共通
----*/
.sec_common {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 0;
  background-image: url(../img/bg_gradation.png);
  background-color: #000;
  background-repeat: repeat-x;
  background-size: 5px auto;
}
.sec_common .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.sec_ttl {
  width: 90%;
  margin: 0 auto;
}

.sec_copy {
  width: 100%;
  margin: 70px auto 100px;
  color: #ffe1a2;
  font-size: 27px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  .sec_copy {
    margin: 30px auto 50px;
    font-size: 18px;
    line-height: 1.4;
  }
}

.sec_big_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
  background-color: #000;
  aspect-ratio: 4/3;
}
.sec_big_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec_big_img .img_inner .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 5px;
  background-color: #000;
  aspect-ratio: 4/3;
}
.sec_big_img .img_inner .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec_big_img .img_inner .add_comment {
  color: #fff;
  font-size: 19px;
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .sec_big_img .img_inner .add_comment {
    font-size: 14px;
    line-height: 1.3;
  }
}

.sec_small_img {
  margin: 30px 0;
}
.sec_small_img ul {
  display: flex;
  flex-wrap: wrap;
}
.sec_small_img ul li {
  counter-increment: mycounter;
  width: calc((100% - 36px) / 3);
  margin-bottom: 50px;
  margin-right: 18px;
}
.sec_small_img ul li:nth-of-type(3n) {
  margin-right: 0;
}
.sec_small_img ul li .img {
  background-color: #000;
  text-align: center;
}
.sec_small_img ul li .img a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
}
.sec_small_img ul li .img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec_small_img ul li .txt {
  margin-top: 10px;
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.sec_small_img ul li .maru {
  position: relative;
  padding-left: 28px;
}
.sec_small_img ul li .maru::before {
  content: counter(mycounter);
  box-sizing: border-box;
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding-bottom: 2px;
  padding-right: 1px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .sec_small_img ul li {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .sec_small_img ul li:nth-of-type(3n) {
    margin-right: 15px;
  }
  .sec_small_img ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .sec_small_img ul li .txt {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.3;
  }
  .sec_small_img ul li .maru {
    position: relative;
    padding-left: 20px;
  }
  .sec_small_img ul li .maru::before {
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    padding-bottom: 2px;
    font-size: 12px;
  }
  .sec_small_img ul li .maru br {
    display: none;
  }
}

/*----sec_common 共通----*/
/*ロケーション*/
h2.location_ttl {
  max-width: 225px;
}

.loca_environment_img ul li .maru::before {
  background-color: #f2ce76;
  color: #000;
}

/*交通アクセス*/
h2.access_ttl {
  max-width: 160px;
}

.acce_environment_img ul li .txt .access_txt {
  display: block;
  margin-top: 18px;
  padding-left: 2px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/*デザイン・間取り*/
#design .desi_comment_box {
  max-width: 950px;
  margin: 10px auto 20px;
  font-size: 19px;
  line-height: 1.4;
}
#design .desi_note {
  max-width: 950px;
  margin: 10px auto 20px;
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #design .desi_note {
    margin: 10px auto 20px;
    font-size: 14px;
    line-height: 1.3;
  }
}

h2.design_ttl {
  max-width: 315px;
}

.design_950img_area {
  margin-bottom: 40px;
}

.desi_img {
  max-width: 950px;
  margin: 40px auto 0;
}
.desi_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.design_plan_popup {
  max-width: 940px;
  margin: 0 auto;
}
.design_plan_popup > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  margin: 80px 0 30px;
}
.design_plan_popup > ul > li {
  width: 49%;
  max-width: 450px;
  height: 100%;
  margin-bottom: 30px;
}
.design_plan_popup > ul > li .inner {
  width: 100%;
  background: #fafafa;
  box-shadow: 2px 2px 4px rgba(70, 70, 70, 0.2);
  transition: 0.3s;
}
.design_plan_popup > ul > li .inner a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
.design_plan_popup > ul > li .inner a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
.design_plan_popup > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
.design_plan_popup > ul > li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
.design_plan_popup > ul > li:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.design_plan_popup > ul > li .add_comment {
  padding: 10px 5px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 768px) {
  .design_plan_popup > ul > li {
    width: 90%;
    margin: 0 auto 30px;
  }
}

.naigaikan_plan_box {
  max-width: 950px;
  margin: 40px auto 0;
}
.naigaikan_plan_box li {
  margin-bottom: 20px;
}
.naigaikan_plan_box li img {
  width: 100%;
}
.naigaikan_plan_box li:last-of-type {
  margin-bottom: 0;
}

.tokusetsuflag_box {
  max-width: 950px;
  margin: 80px auto;
}
.tokusetsuflag_box img {
  width: 100%;
}
.tokusetsuflag_box > div {
  margin-bottom: 30px;
}
.tokusetsuflag_box > div:last-of-type {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .tokusetsuflag_box {
    margin: 50px 0;
  }
}

.design_vr_area {
  width: 100%;
  max-width: 940px;
  margin: 20px auto;
}
.design_vr_area iframe {
  max-width: 100%;
  min-height: 565px;
  border: none;
}
@media (max-width: 768px) {
  .design_vr_area iframe {
    min-height: 400px;
  }
}

/*サポート充実*/
h2.support_ttl {
  max-width: 190px;
}

.support_copy {
  display: block;
  max-width: 840px;
}
@media (max-width: 768px) {
  .support_copy {
    max-width: 505px;
  }
}

.support_con4_img {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .support_con4_img {
    margin: 10px 0;
  }
}
.support_con4_img ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support_con4_img ul li {
  width: calc((100% - 15px) / 2);
  max-width: 475px;
  margin-bottom: 50px;
  margin-right: 15px;
}
.support_con4_img ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .support_con4_img ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}

/*現地案内図*/
h2.map_ttl {
  max-width: 85px;
}

.map_area_con {
  margin: 50px 0 0;
}

/*物件概要*/
h2.outline_ttl {
  max-width: 190px;
}

.outline_area {
  margin: 70px 0;
}

.objectsIntelligence_table {
  width: 100%;
  margin: auto;
  font-family: "TsukuGoPro-M", sans-serif;
}
.objectsIntelligence_table h4 {
  display: none;
}
.objectsIntelligence_table table {
  width: 100%;
  border-collapse: collapse;
}
.objectsIntelligence_table table tr {
  border-bottom: 1px solid #808080;
}
@media (max-width: 768px) {
  .objectsIntelligence_table table tr {
    border-bottom: none;
  }
}
.objectsIntelligence_table table tr th,
.objectsIntelligence_table table tr td {
  background-color: #393939;
  color: #fff;
  padding: 15px;
  font-size: 16px;
}
.objectsIntelligence_table table tr th p,
.objectsIntelligence_table table tr td p {
  font-family: "TsukuGoPro-M", sans-serif;
}
@media (max-width: 768px) {
  .objectsIntelligence_table table tr th,
  .objectsIntelligence_table table tr td {
    font-size: 14px;
  }
}
.objectsIntelligence_table table tr th {
  max-width: 120px;
  white-space: nowrap;
}
.objectsIntelligence_table table tr th .sp_only {
  display: none;
}
.objectsIntelligence_table table tr td {
  width: 250px;
  background-color: #000;
  word-break: break-all;
}
.objectsIntelligence_table table tr td p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .objectsIntelligence_table table tr td p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .objectsIntelligence_table table tr th,
  .objectsIntelligence_table table tr td {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 10px;
  }
}

.objectsIntelligence .d1 {
  color: #2f2f2f;
  padding: 60px 0 22px;
  margin-bottom: 25px;
  border-bottom: solid 1px #9f693c;
}
.objectsIntelligence .d1 .p1 {
  font-weight: bold;
  color: #9f693c;
  line-height: 1.59;
}
.objectsIntelligence .d1 .p2 {
  font-weight: bold;
  line-height: 1.59;
}
.objectsIntelligence .d1 .p2 a {
  text-decoration: none;
  color: #2f2f2f;
  font-weight: bold;
  white-space: nowrap;
}
.objectsIntelligence .d1 .p3 {
  font-weight: bold;
  display: table;
  line-height: 1.72;
}
.objectsIntelligence .d1 a {
  text-decoration: none;
  color: #2f2f2f;
  white-space: nowrap;
}
.objectsIntelligence .d1 span {
  display: table-cell;
  font-weight: normal;
}
.objectsIntelligence .d1 span :first-of-type {
  white-space: nowrap;
}

.objectsIntelligence .d2 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #2f2f2f;
  line-height: 1.9375;
}
.objectsIntelligence .d2 a {
  text-decoration: none;
  color: #2f2f2f;
  white-space: nowrap;
}

/* 予告広告 */
.ad_flag {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  margin: 0 0 20px auto;
  font-family: "TsukuGoPro-M", sans-serif;
  font-size: 16px;
}
.ad_flag .ad_icon,
.ad_flag .text {
  display: none;
}
.ad_flag .icon {
  background-color: #ffd06f;
  color: #000;
  padding: 0.2em 0.5em;
  width: fit-content;
}
.ad_flag .schedule {
  padding: 0.2em 0.5em;
}

.ad_text {
  margin-top: 10px;
  font-family: "TsukuGoPro-M", sans-serif;
  font-size: 14px;
}
.ad_text .inner img,
.ad_text .icon {
  display: none;
}
.ad_text .text {
  position: relative;
  margin-bottom: 5px;
  color: #fff;
  font-family: "TsukuGoPro-M";
  font-size: 16px;
  line-height: 1.5;
}

/*お問い合わせはこちらまで*/
.toContact {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
  background-color: #e8e5de;
  font-family: "TsukuGoPro-M", sans-serif !important;
  font-size: 16px;
}
@media (max-width: 768px) {
  .toContact {
    padding: 30px 20px;
    font-size: 15px;
  }
}
.toContact .toContact_float {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .toContact .toContact_float {
    flex-wrap: wrap;
  }
}
.toContact .toContact_float p,
.toContact .toContact_float div {
  font-family: "TsukuGoPro-M", sans-serif !important;
}
.toContact .toContact_float .toContact_contact_inf {
  width: 660px;
  order: 1;
}
@media (max-width: 768px) {
  .toContact .toContact_float .toContact_contact_inf {
    order: 2;
    width: 100%;
  }
}
.toContact ul.toContact_btn_box {
  order: 2;
  width: 240px;
  margin: 20px 20px 0 0;
}
@media (max-width: 768px) {
  .toContact ul.toContact_btn_box {
    width: 100%;
    margin: 0 0 10px;
  }
}
.toContact ul.toContact_btn_box li:hover {
  opacity: 0.6;
}
.toContact ul.toContact_btn_box li input {
  width: 100%;
}
.toContact .toContact_inner01 {
  font-size: 24px;
  margin: 0;
  color: #5d5d5d;
}
@media (max-width: 768px) {
  .toContact .toContact_inner01 {
    font-size: 6vw;
    line-height: 1.4;
  }
}
.toContact #contact_plus {
  display: flex;
  flex-wrap: wrap;
  font-family: TsukuGoPr5-D, sans-serif;
  margin-top: 10px;
  margin-bottom: 5px;
}
.toContact #contact_plus #contact_plus_staff,
.toContact #contact_plus #contact_plus_tel {
  min-width: 200px;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .toContact #contact_plus #contact_plus_staff,
  .toContact #contact_plus #contact_plus_tel {
    font-size: 20px;
  }
}
.toContact #contact_plus #contact_plus_staff {
  font-size: 26px;
  font-family: TsukuGoPr5-D, sans-serif;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-right: 1em;
}
.toContact #contact_plus #contact_plus_tel {
  font-size: 26px;
  font-family: TsukuGoPr5-D, sans-serif;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.toContact .office_name {
  font-size: 20px;
  font-family: TsukuGoPr5-D, sans-serif;
}
@media (max-width: 768px) {
  .toContact .office_name {
    font-size: 1rem;
  }
}
.toContact .address_tel {
  margin: 5px 0 0;
}
.toContact p.license_line {
  width: 660px;
  margin: 5px 0px;
  padding-top: 5px;
  border-top: 1px solid #a61a17;
  font-family: "TsukuGoPro-M", sans-serif;
}
@media (max-width: 768px) {
  .toContact p.license_line {
    width: 100%;
  }
}

.outline_note li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  color: #fff;
  font-family: "TsukuGoPro-M";
  font-size: 16px;
  line-height: 1.5;
}
.outline_note li a {
  color: #fff;
}
.outline_note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 2px;
}
@media (max-width: 768px) {
  .outline_note li a {
    word-wrap: break-word;
  }
}

.nobr br {
  display: none;
}/*# sourceMappingURL=common.css.map */