@charset "UTF-8";
/*=============================
レスポンシブ
=============================*/
/*=============================
mixin
 =============================*/
/*=============================
 共通パーツ
=============================*/
body {
  font-family: serif;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 905px) {
  body {
    font-size: 14px;
  }
}

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

a {
  text-decoration: none;
}

.inner {
  max-width: 1200px !important;
  width: 90% !important;
  margin: 0 auto;
}

@media screen and (max-width: 905px) {
  .inner {
    width: 100%;
  }
}

.section {
  padding-top: 80px;
}

@media screen and (max-width: 905px) {
  .section {
    padding-top: 25px;
  }
}

@media screen and (max-width: 905px) {
  .sp_small {
    font-size: 20px !important;
  }
}

#nomucom .small {
  font-size: 10px !important;
  vertical-align: top;
}

/*=============================
header
=============================*/
header {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0px;
}

@media screen and (max-width: 905px) {
  header {
    padding: 10px 0px;
  }
}

header .header_left {
  width: 200px;
}

@media screen and (max-width: 905px) {
  header .header_left {
    width: 120px;
  }
}

header .header_right {
  width: 230px;
}

@media screen and (max-width: 905px) {
  header .header_right {
    width: 150px;
  }
}

/*=============================
 mv
=============================*/
@media screen and (max-width: 905px) {
  .mv {
    padding-top: 0px;
  }
}

/*=============================
 concept
=============================*/
.concept {
  background-color: #5D0615;
  color: #fff;
  padding-top: 50px !important;
  padding-bottom: 50px;
}

.concept h1 {
  font-size: 50px;
  text-align: center;
  letter-spacing: .2em;
}

@media screen and (max-width: 905px) {
  .concept h1 {
    font-size: 25px;
    font-weight: bold;
  }
}

.concept h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: .2em;
}

@media screen and (max-width: 905px) {
  .concept h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 905px) {
  .concept p {
    text-align: center;
  }
}

/*=============================
case
=============================*/
.case {
  color: #5D0615;
}

.case .case-title {
  text-align: center;
  font-size: 40px;
  font-style: italic;
  font-family: serif !important;
}

@media screen and (max-width: 905px) {
  .case .case-title {
    font-size: 25px;
  }
}

.case .case-sub-title {
  text-align: center;
  font-size: 25px;
  letter-spacing: .6em;
}

@media screen and (max-width: 905px) {
  .case .case-sub-title {
    font-size: 15px;
  }
}

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

.case .nomura-wrapper .nomura-wrapper-title {
  text-align: center;
  font-size: 25px;
  border-bottom: 0.5px solid #5D0615;
  padding-bottom: 20px;
}

@media screen and (max-width: 905px) {
  .case .nomura-wrapper .nomura-wrapper-title {
    font-size: 14px;
  }
}

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

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

.case .nomura-wrapper .case-wrapper01 p {
  font-size: 19px;
}

@media screen and (max-width: 905px) {
  .case .nomura-wrapper .case-wrapper01 p {
    margin-bottom: 1px;
    font-size: 14px;
    display: block;
    text-align: center;
  }
}

.case .case-wrapper02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  color: #5D0615;
}
.case-list{
  max-width: 390px;
  padding-left: 20px;
}
@media screen and (max-width: 905px) {
  .case .case-wrapper02 {
    display: block;
    width: 270px;
    margin: 20px auto;
  }
}

.case .case-wrapper02 p {
  font-size: 16px;
}

@media screen and (max-width: 905px) {
  .case .case-wrapper02 p {
    margin: 0 auto;
    font-size: 11px;
    display: block;
    text-align: left;
    width: 270px;
  }
}

.none {
  display: none;
}

/*=============================
case-map
=============================*/
/*=============================
mansion01
=============================*/
.mansion01 {
  background-color: rgba(93, 6, 21, 0.1);
}

@media screen and (max-width: 905px) {
  .mansion01 {
    padding-bottom: 25px;
  }
}

.mansion01 .mbn {
  margin-bottom: 0px !important;
}

.mansion01 .mansion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 905px) {
  .mansion01 .mansion-wrapper {
    display: block;
  }
}

.mansion01 .mansion-wrapper .mansion-item {
  width: 45%;
  margin-bottom: 80px;
}

@media screen and (max-width: 905px) {
  .mansion01 .mansion-wrapper .mansion-item {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 905px) {
  .mansion01 .mansion-wrapper .mansion-item .small {
    font-size: 20px;
  }
}

.mansion01 .mansion-wrapper .mansion-item h1 {
  font-size: 30px;
  color: #5D0615;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.mansion01 .mansion-wrapper .mansion-item h1 span {
  color: transparent;
}

@media screen and (max-width: 905px) {
  .mansion01 .mansion-wrapper .mansion-item h1 span {
    display: none;
  }
}

@media screen and (max-width: 905px) {
  .mansion01 .mansion-wrapper .mansion-item h1 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.mansion01 .mansion-wrapper .mansion-item p {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.mansion01 .mansion-wrapper .mansion-item p span {
  color: transparent;
}

@media screen and (max-width: 905px) {
  .mansion01 .mansion-wrapper .mansion-item p span {
    display: none;
  }
}

@media screen and (max-width: 905px) {
  .mansion01 .mansion-wrapper .mansion-item p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
  }
}

.mansion01 .mansion-wrapper .mansion-item .mansion-btn {
  margin-top: 30px;
}

/*=============================
mansion02
=============================*/
.mansion02 .mansion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 905px) {
  .mansion02 .mansion-wrapper {
    display: block;
  }
}

.mansion02 .mansion-wrapper .mansion-item {
  width: 45%;
  margin-bottom: 80px;
}

@media screen and (max-width: 905px) {
  .mansion02 .mansion-wrapper .mansion-item {
    width: 100%;
    margin-bottom: 50px;
  }
}

.mansion02 .mansion-wrapper .mansion-item .small {
  font-size: 28px;
}

.mansion02 .mansion-wrapper .mansion-item h1 {
  font-size: 30px;
  color: #5D0615;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.mansion02 .mansion-wrapper .mansion-item h1 span {
  color: transparent;
}

@media screen and (max-width: 905px) {
  .mansion02 .mansion-wrapper .mansion-item h1 span {
    display: none;
  }
}

@media screen and (max-width: 905px) {
  .mansion02 .mansion-wrapper .mansion-item h1 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.mansion02 .mansion-wrapper .mansion-item p {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.mansion02 .mansion-wrapper .mansion-item p span {
  color: transparent;
}

@media screen and (max-width: 905px) {
  .mansion02 .mansion-wrapper .mansion-item p span {
    display: none;
  }
}

@media screen and (max-width: 905px) {
  .mansion02 .mansion-wrapper .mansion-item p {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: normal;
  }
}

.mansion02 .mansion-wrapper .mansion-item .mansion-btn {
  margin-top: 30px;
}

/*=============================
contact
=============================*/
.contact h1 {
  text-align: center;
  font-size: 35px;
}

@media screen and (max-width: 905px) {
  .contact h1 {
    font-size: 20px;
    font-weight: bold;
  }
}

.contact .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 905px) {
  .contact .contact-wrapper {
    display: block;
  }
}

.contact .contact-wrapper .contact-left {
  width: 45%;
}

@media screen and (max-width: 905px) {
  .contact .contact-wrapper .contact-left {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
}

.contact .contact-wrapper .contact-right {
  width: 45%;
}

@media screen and (max-width: 905px) {
  .contact .contact-wrapper .contact-right {
    width: 100%;
  }
}

/*=============================
contact
=============================*/
.contact h1 {
  text-align: center;
  font-size: 35px;
}

@media screen and (max-width: 905px) {
  .contact h1 {
    font-size: 15px;
    font-weight: bold;
  }
}

.contact .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 905px) {
  .contact .contact-wrapper {
    display: block;
  }
}

.contact .contact-wrapper .contact-left {
  width: 45%;
}

@media screen and (max-width: 905px) {
  .contact .contact-wrapper .contact-left {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
}

.contact .contact-wrapper .contact-right {
  width: 45%;
}

@media screen and (max-width: 905px) {
  .contact .contact-wrapper .contact-right {
    width: 100%;
  }
}

/*=============================
map
=============================*/
.map iframe {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 30px;
}

@media screen and (max-width: 905px) {
  .map iframe {
    margin-top: 30px;
  }
}

/*=============================
suumo
=============================*/
.suumo {
  padding-bottom: 50px;
}

.suumo h1 {
  font-size: 23px;
  font-weight: bold;
  color: #b81c22;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 905px) {
  .suumo h1 {
    margin-bottom: 25px;
  }
}

.suumo .suumo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 905px) {
  .suumo .suumo-wrapper {
    display: block;
  }
}

.suumo .suumo-wrapper .suumo-left {
  width: 35%;
}

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

.suumo .suumo-wrapper .suumo-left .box {
  font-size: 18px;
  border: 3px solid #b81c22;
  font-weight: bold;
  padding: 18px;
  margin-top: 30px;
  font-family: gothic;
}

@media screen and (max-width: 905px) {
  .suumo .suumo-wrapper .suumo-left .box {
    margin: 20px 0px 30px;
    font-size: 16px;
  }
}

.suumo .suumo-wrapper .suumo-right {
  width: 45%;
}
.suumo_netreport{
  margin-top: 30px;
  margin-bottom: 70px;
}
.suumo_netreport-sp{
  display: none;
}
@media screen and (max-width: 905px) {
  .suumo .suumo-wrapper .suumo-right {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px){
  .suumo_netreport{
    display: none;
  }
  .suumo_netreport-sp{
    margin-top: 30px;
    display: block;
  }
}


/*=============================
footer
=============================*/
footer {
  max-width: 700px;
  width: 60%;
  margin: 0 auto;
  padding: 50px 0px;
}

@media screen and (max-width: 905px) {
  footer {
    width: 80% !important;
    margin: 0 auto !important;
    padding-top: 0px !important;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 905px) {
  footer img {
    width: 80% !important;
    margin: 0 auto !important;
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */