/*=============================
font
=============================*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*=============================
color
=============================*/
/*=============================
responsive
=============================*/
.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

@media (max-width: 959px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}

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

/*=============================
common
=============================*/
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: serif;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 959px) {
  body {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.inner {
  width: 85%;
  max-width: 1160px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 600;
}

@media (max-width: 959px) {
  h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

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

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.caption {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (max-width: 959px) {
  .caption {
    font-size: 1rem;
  }
}

/*=============================
header
=============================*/
header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  header {
    padding: 13px 15px;
  }
}

header .header-l {
  width: 170px;
}

@media (max-width: 768px) {
  header .header-l {
    width: 110px;
  }
}

header .header-r {
  width: 230px;
}

@media (max-width: 768px) {
  header .header-r {
    width: 150px;
  }
}

/*=============================
Mansion common
=============================*/
body {
  font-family: "Shippori Mincho", serif;
}

.bgg {
  background-color: #ebebec;
}

.section {
  padding: 40px 0;
}

@media (max-width: 768px) {
  .section {
    padding: 20px 0;
  }
}

.ms-h2 {
  color: #af1e24;
  letter-spacing: 0.18em;
  font-size: 2.8rem;
}

@media (max-width: 959px) {
  .ms-h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .ms-h2 {
    font-size: 1.8rem;
  }
}

/*=============================
TOP
=============================*/
.top_concept {
  background-color: #5d0615;
  color: #fff;
  padding: 40px 0;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .top_concept {
    padding: 30px 0;
  }
}

.top_concept h1 {
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .top_concept h1 {
    font-size: 2.3rem;
    margin-left: 18px;
    letter-spacing: 0.2em;
  }
}

.top_concept .concept_sub {
  font-size: 2rem;
  letter-spacing: 0.4em;
  margin-bottom: 20px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .top_concept .concept_sub {
    font-size: 1.6rem;
    margin-left: 18px;
    margin-bottom: 30px;
    letter-spacing: 0.25em;
  }
}

.top_concept .concept_message {
  margin: 0 auto;
  text-align: justify;
  max-width: 980px;
  letter-spacing: 0.3em;
}

@media (max-width: 768px) {
  .top_concept .concept_message {
    margin-left: 12px;
    letter-spacing: 0.2em;
  }
}

/*=============================
CASE
=============================*/
.section-case {
  margin: 0 auto;
}

.section-case .inner {
  width: 90%;
}

.section-case h2 {
  font-family: serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #5d0615;
  font-size: 3rem;
}

@media (max-width: 768px) {
  .section-case h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}

.section-case .case_sub {
  font-size: 2rem;
  color: #5d0615;
  letter-spacing: 0.5em;
}

@media (max-width: 768px) {
  .section-case .case_sub {
    font-size: 1.6rem;
  }
}

.nomura-wrapper {
  background-color: rgba(93, 6, 21, 0.1);
  padding: 25px 40px;
  margin-top: 20px;
  color: #5d0615;
}

.nomura-wrapper .nomura-wrapper-title {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.4em;
  border-bottom: 0.5px solid #5d0615;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .nomura-wrapper .nomura-wrapper-title {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.nomura-wrapper .case-wrapper01 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .nomura-wrapper .case-wrapper01 {
    display: block;
  }
}

.nomura-wrapper .case-wrapper01 .case-list {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-right: 15px;
}

@media (max-width: 959px) {
  .nomura-wrapper .case-wrapper01 .case-list {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .nomura-wrapper .case-wrapper01 .case-list {
    font-size: 11px;
    letter-spacing: 0.1em;
    display: block;
  }
}

.nomura-wrapper02 {
  margin-top: 30px;
  color: #001c4f;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media (max-width: 959px) {
  .nomura-wrapper02 {
    letter-spacing: 0.03em;
    font-size: 1.4rem;
  }
}

@media (max-width: 959px) {
  .nomura-wrapper02 {
    letter-spacing: 0.1em;
    font-size: 11px;
  }
}

.nomura-wrapper02 .case-wrapper02 {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 768px) {
  .nomura-wrapper02 .case-wrapper02 {
    display: block;
  }
}

.nomura-wrapper02 .case-wrapper02 .case-list {
  width: 31%;
  text-align: left;
  margin-left: 40px;
}

@media (max-width: 959px) {
  .nomura-wrapper02 .case-wrapper02 .case-list {
    width: 33%;
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .nomura-wrapper02 .case-wrapper02 .case-list {
    width: 80%;
    margin: 0 auto;
    margin-left: 13%;
  }
}

.nomura-wrapper02 .case-wrapper02 .case-center {
  width: 38%;
  margin-left: 20px;
}

@media (max-width: 959px) {
  .nomura-wrapper02 .case-wrapper02 .case-center {
    width: 34%;
  }
}

@media (max-width: 768px) {
  .nomura-wrapper02 .case-wrapper02 .case-center {
    width: 80%;
    margin-left: 13%;
  }
}

.nomura-wrapper02 .case-wrapper02 .case_short {
  letter-spacing: 0em;
}

.case-map {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .case-map {
    margin-top: 40px;
  }
}

.mansion-list {
  padding-top: 80px;
}

@media (max-width: 768px) {
  .mansion-list {
    padding-top: 40px;
  }
}

.mansion-list .mansion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .mansion-list .mansion-wrapper {
    display: block;
  }
}

.mansion-list .mansion-item {
  width: 48%;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .mansion-list .mansion-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 35px;
  }
}

.mansion-list .mansion-item h3 {
  color: #5d0615;
  font-size: 2.6rem;
  text-align: left;
  font-weight: 600;
}

@media (max-width: 959px) {
  .mansion-list .mansion-item h3 {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 768px) {
  .mansion-list .mansion-item h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    letter-spacing: 0.07em;
  }
}

.mansion-list .mansion-item p {
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 80px;
}

@media (max-width: 959px) {
  .mansion-list .mansion-item p {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .mansion-list .mansion-item p {
    height: auto;
    letter-spacing: 0.02em;
  }
}

.mansion-list .mansion-item .mansion-btn {
  margin-top: 25px;
}

.mansion01 {
  background-color: rgba(93, 6, 21, 0.1);
}

.mansion02 .mansion-item h3 {
  color: #001c4f;
}

/*=============================
MDP
=============================*/
.price_map .caption {
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0em;
  max-width: 1300px;
}

.mdp_body {
  padding: 30px 0 50px;
}

@media (max-width: 768px) {
  .mdp_body {
    padding: 20px 0 30px;
  }
}

.mdp_body P {
  text-align: left;
  letter-spacing: 0.2em;
}

.mdp_body .mdp_frow {
  margin: 40px auto 0;
}

@media (max-width: 768px) {
  .mdp_body .mdp_frow {
    width: 80%;
    max-width: 300px;
  }
}

.mdp_point {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .mdp_point {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
}

.mdp_point .mdp_wrapper {
  width: 26%;
  margin: 0 auto;
  padding: 0 25px;
}

@media (max-width: 959px) {
  .mdp_point .mdp_wrapper {
    width: 30%;
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .mdp_point .mdp_wrapper {
    margin-top: 40px;
    padding: 0;
    width: 100%;
  }
}

.mdp_point .mdp_point_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

@media (max-width: 768px) {
  .mdp_point .mdp_point_box {
    width: 92%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
  }
}

.mdp_point .mdp_point_box h4 {
  color: #043e63;
  font-size: 2rem;
}

@media (max-width: 959px) {
  .mdp_point .mdp_point_box h4 {
    font-size: 1.7rem;
  }
}

@media (max-width: 768px) {
  .mdp_point .mdp_point_box h4 {
    margin: 0 auto;
    width: auto;
    text-align: center;
    font-size: 1.8rem;
  }
}

.mdp_point .mdp_point_box h4 span {
  border-bottom: 5px solid #df6754a7;
  font-weight: bold;
}

.mdp_point .mdp_point_box p {
  margin-top: 10px;
  letter-spacing: 0.1em;
}

@media (max-width: 959px) {
  .mdp_point .mdp_point_box p {
    font-size: 1.4rem;
  }
}

.mdp_point .mdp_img {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .mdp_point .mdp_img {
    width: 80%;
    max-width: 400px;
  }
}

/*=============================
nomucom
=============================*/
.nomucom_body {
  padding: 60px 0 0;
}

@media (max-width: 768px) {
  .nomucom_body {
    padding: 30px 0 0;
  }
}

.nomucom_body p {
  text-align: left;
}

.nomucom_intro {
  margin-top: 30px;
}

.nomucom_intro .nomucom_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 768px) {
  .nomucom_intro .nomucom_img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nomucom_intro .nomucom_img img {
  width: 30%;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .nomucom_intro .nomucom_img img {
    width: 45%;
    max-width: 210px;
    margin: 0 auto 10px;
  }
}

.nomucom_intro .caption {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  text-align: left;
}

.nomucom_text {
  margin-top: 30px;
}

.nomucom_contract {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .nomucom_contract {
    margin-top: 40px;
  }
}

.nomucom_contract p {
  margin-top: 20px;
}

.nomucom_contract .imgbox_photo {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 768px) {
  .nomucom_contract .imgbox_photo {
    margin-top: 25px;
  }
}

.nomucom_contract .imgbox_photo .photo-left {
  width: 50%;
}

@media (max-width: 768px) {
  .nomucom_contract .imgbox_photo .photo-left {
    width: 90%;
  }
}

.nomucom_contract .imgbox_photo .photo-right {
  width: 40%;
}

@media (max-width: 768px) {
  .nomucom_contract .imgbox_photo .photo-right {
    margin-top: 30px;
    width: 90%;
  }
}

.nomucom_contract .nomucom_percentage {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .nomucom_contract .nomucom_percentage {
    margin-top: 25px;
  }
}

.nomucom_contract .nomucom_percentage .imgbox_graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.nomucom_contract .nomucom_percentage .imgbox_graph .graph-left {
  width: 45%;
}

@media (max-width: 768px) {
  .nomucom_contract .nomucom_percentage .imgbox_graph .graph-left {
    margin-top: 30px;
    width: 90%;
  }
}

.nomucom_contract .nomucom_percentage .imgbox_graph .graph-right {
  margin-top: 42px;
  width: 43%;
}

@media (max-width: 959px) {
  .nomucom_contract .nomucom_percentage .imgbox_graph .graph-right {
    margin-top: 28px;
  }
}

@media (max-width: 768px) {
  .nomucom_contract .nomucom_percentage .imgbox_graph .graph-right {
    width: 90%;
  }
}

/*=============================
Suumo
=============================*/
.section-suumo {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .section-suumo {
    margin-top: 50px;
  }
}

.suumo-wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1160px;
  margin: 40px auto 0;
}

@media (max-width: 768px) {
  .suumo-wrapper {
    margin-top: 20px;
  }
}

.suumo-wrapper .suumo-left {
  width: 45%;
  max-width: 470px;
  text-align: justify;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .suumo-wrapper .suumo-left {
    width: 100%;
  }
}

.suumo-wrapper .suumo-left .box {
  border: solid 2.5px #af1e24;
  margin-top: 30px;
  padding: 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
}

.suumo-wrapper .suumo-right {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .suumo-wrapper .suumo-right {
    width: 90%;
    margin-top: 30px;
    max-width: 380px;
  }
}

/*=============================
Contact
=============================*/
.contact01 {
  padding: 60px 0 0;
}

.contact01 h2 {
  color: #152142;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .contact01 h2 {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .contact01 h2 {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.contact01 .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .contact01 .contact_box {
    display: block;
  }
}

.contact01 .contact_box a {
  width: 48%;
  display: block;
}

@media (max-width: 768px) {
  .contact01 .contact_box a {
    width: 90%;
    max-width: 450px;
    margin: 0 auto 15px;
  }
}

.access_map01 {
  margin-top: 60px;
  width: 100%;
  height: 600px;
}

@media (max-width: 959px) {
  .access_map01 {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .access_map01 {
    height: 300px;
  }
}

.access_map01 iframe {
  width: 100%;
  height: 100%;
}

/*=============================
Footer
=============================*/
footer {
  padding: 50px 0;
}

@media (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
}

footer .footer-access {
  margin-bottom: 60px;
}

footer .footer-access h2 {
  color: #001c4f;
  font-weight: 400;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  footer .footer-access h2 {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
}

@media (max-width: 768px) {
  footer .footer-access img {
    width: 75%;
    max-width: 300px;
    margin: 0 auto;
  }
}

footer .footer-movie .movie {
  width: 70%;
  margin: 50px auto 80px;
}

@media (max-width: 768px) {
  footer .footer-movie .movie {
    margin-bottom: 0px;
    width: 88%;
    margin-top: 0px;
    padding-top: 30px;
  }
}

footer .footer-movie .movie .iframe-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: calc(315 / 560 * 100%);
  position: relative;
}

footer .footer-movie .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

footer .footer-wrapper {
  margin: 0 auto;
  width: 65%;
  max-width: 550px;
}

@media (max-width: 959px) {
  footer .footer-wrapper {
    width: 50%;
  }
}

@media (max-width: 768px) {
  footer .footer-wrapper {
    width: 80%;
    max-width: 380px;
    margin-top: 60px;
  }
}

footer .footer-wrapper img {
  margin: 0 auto;
}
/*# sourceMappingURL=styles.css.map */