@charset "UTF-8";

body, .body {
    font-family: 'Yu Mincho Pr6N R', Yu Mincho, YuMincho, Hiragino Mincho ProN, 'HG明朝E', serif; 
    font-feature-settings: "palt";
}

@media all and (-ms-high-contrast: none) {
  body, .body {
    font-family : "Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
  }
}

sup {
  /*vertical-align: super !important;*/
  font-size: 10px !important;
}

/* ------------------------
headerNav
---------------------------*/

.msn-header {
    box-shadow: none;
}

.msn-headerLogo--type2.msn-headerLogo img[src$=".svg"] {
    max-width: none;
    height: 65px;
}

@media (max-width: 767px) {
  .msn-headerLogo--type2.msn-headerLogo img[src$=".svg"] {
      max-width: none;
      height: 35px;
  }
}

.msn-headerNav__item {
    font-family: 'Yu Mincho Pr6N R', Yu Mincho, YuMincho, Hiragino Mincho ProN, 'HG明朝E', serif; 
    /*font-weight: 300 !important;*/
}
.msn-mainContents {
    /* font-family: "UD Reimin Light", serif !important; */
    /*font-weight: 300 !important;*/
}

@media (min-width: 768px) {

    .msn-headerNav__item {
        color: #dcdcdc;
    }
    .msn-headerNav__item a {
        color: #000;
    }
}

@media (max-width: 767px) {
    .msn-headerLogo img {
        height: 34px;
    }
    .msn-headerNav__item {
        color: #333;
    }
    .msn-headerNav__item a {
        color: #fff;
    }
}

/*--------------------------
cv button
---------------------------*/
.msn-bottomButtons {
  z-index : 999999;
}

.msn-headerButtons__item a {
  justify-content : center;
}
  
.msn-headerButtons .msn-headerButtons__item:nth-child(3) a {
  border-bottom-right-radius: 5px;
  padding: 0 20px;
}

.msn-headerButtons .msn-headerButtons__item:nth-child(2) a {
  background-color: #ab1d22;
  padding: 0 20px;
}

.msn-headerButtons .msn-headerButtons__item:nth-child(1) a {
  background-color: #d08a4c !important;
  padding: 0 20px;
}

.no-csspositionsticky .msn-bottomButtons {
  z-index: 50;
}

.msn-bottomButtons .msn-bottomButtons__item:nth-child(3) a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.msn-bottomButtons .msn-bottomButtons__item:nth-child(2) a {
  background-color: #ab1d22;
}

.msn-bottomButtons .msn-bottomButtons__item:nth-child(1) a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #d08a4c !important;
}


/* ------------------------
contents buttons
---------------------------*/
.msn-buttonB.msn-buttonB--reserve {
  background-color: #af0b10;
}

.msn-buttonB.msn-buttonB--request {
  background-color: #d08a4c !important;
}

.msn-bottomButtons__item,
.msn-headerButtons__item a,
.msn-buttonB {
  transition : .5s;
}

.msn-bottomButtons__item:hover,
.msn-headerButtons__item a:hover,
.msn-buttonB:hover {
  opacity : .5;
}

/* ------------------------
3 buttons
---------------------------*/
/*.msn-topInfo__buttonGroup {
  width : 800px!important;
}

.msn-headerButtons__item,
.msn-bottomButtons__item {
  width : calc(100% / 3);
}

@media (min-width: 768px) {
  .msn-headerButtons {
    justify-content : space-between;
    width : 420px;
  }
  .msn-bottomButtons {
    width: 450px;
  }
}*/


/* ------------------------
2 buttons
---------------------------*/
.msn-topInfo__buttonGroup {
  width : 800px!important;
}
  
@media (min-width: 768px) {
  .msn-bottomButtons {
    width: 450px;
  }
}

/* ------------------------
1 buttons
---------------------------*/
/*.msn-topInfo__buttonGroup {
  width : 500px!important;
}

@media (min-width: 768px) {
  .msn-bottomButtons {
    width: 185px;
  }
}*/


/* ------------------------
reserve button hidden
---------------------------*/
/*.msn-bottomButtons__item:first-of-type {
  width: 100%;
}

.msn-headerButtons .msn-headerButtons__item:nth-child(1) a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.msn-bottomButtons .msn-bottomButtons__item:nth-child(1) a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.msn-headerButtons .msn-headerButtons__item:nth-child(2) {
  display: none !important;
}

.msn-bottomButtons .msn-bottomButtons__item:nth-child(2) {
  display: none !important;
}

.msn-topInfo__buttonGroup,
.msn-madori__actions {
  justify-content : center;
}
.msn-topInfo__buttonItem {
  max-width : 300px;
}
.msn-topInfo__buttonItem:nth-of-type(2),
.msn-madori__actions .msn-madori__actionItem:nth-of-type(2) {
  display : none!important;
}

.msn-topInfo__buttonItem:not(:last-child) {
  margin : 0 auto;
}*/

/* ------------------------
30min button hidden
---------------------------*/
/*.msn-headerButtons .msn-headerButtons__item:nth-child(3) {
  display: none !important;
}

.msn-bottomButtons .msn-bottomButtons__item:nth-child(3) {
  display: none !important;
}

.msn-headerButtons .msn-headerButtons__item:nth-child(2) a {
  border-bottom-right-radius: 5px;
}


.msn-bottomButtons .msn-bottomButtons__item:nth-child(2) a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.msn-topInfo__buttonItem:nth-of-type(3),
.msn-madori__actions .msn-madori__actionItem:nth-of-type(3) {
  display : none!important;
}*/

@media screen and (min-width: 768px) {
  .plan .type-links .msn-madori__actions .msn-madori__actionItem {
    width : 200px;
  }
}

/* -------------------------
ページ下部　注釈
------------------------- */

.pagefooter__caption {
  font-size: 14px;
  line-height: 1.5;
  padding: 2em 0 0;
}
.pagefooter__caption dt {
  float: left;
}
.pagefooter__caption dd {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .pagefooter__caption {
    font-size: 12px;
  }
}

/* -------------------------
トップ・物件概要　販売予定時期
------------------------- */
.outline-preAd {
  margin: 0 auto;
  width: 96%;
}
.outline-preAd_header {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 3px 7px;
  border: 1px solid #787878;
  font-size: 15px;
  letter-spacing: 1;
  line-height: 30px;
}
.outline-preAd_txt1 {
  font-size: 12px;
  line-height: 1.5;
}
.outline-preAd_txt1 dt {
  float: left;
}
.outline-preAd_txt1 dd {
  margin-left: 1em;
}
dl:last-child {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .outline-preAd_txt1 {
    font-size: 10px;
  }
}

/* ------------------------
holiday__info
---------------------------*/

.holiday__info {
  font-feature-settings: "palt";
  /*width: 1200px;*/
  margin: 50px auto 0;
  text-align: center;
  line-height: 1.75;
  display : none;
}
.holiday__info h4 {
  font-size: 1.4rem;
}
.holiday__info .p__red {
  font-size: 2.1rem;
  color: #af0b10;
}
.holiday__info .p__cap {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .holiday__info {
    width: 90%;
    text-align: left;
  }
  .holiday__info h4 {
    font-size: 1.2rem;
    text-align: center;
  }
  .holiday__info .p__red {
    font-size: 1.25rem;
  }
  .holiday__info .p__cap {
    font-size: 1.0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .holiday__info {
    width: 100%;
  }
}

.apology__info {
  font-feature-settings: "palt";
  width : 1200px;
  max-width : calc(100% - 30px);
  margin: 50px auto 30px;
  text-align: left;
  line-height: 1.75;
  /* display : none; */
  background : #F2F2F2;
  padding : 20px;
  color: #000;
}

.info__inner .apology__info {
  width : 710px;
}

.plan .apology__info {
  width : 589px;
  margin-bottom : 60px;
}

.outline-footer .apology__info {
  width : 921px;
}

.info__inner .apology__info,
.plan .apology__info {
  background : #000;
  color : #fff;
  border : solid 1px #fff;
}

.apology__info-ttl {
  font-weight : bold;
  text-align : center;
  margin-bottom : 10px;
}

.apology__info-txt {
  font-size : 14px;
  margin-bottom : 0px;
}


.wrap{
  display:flex;
}
.wrap div{
  width:350px!important;
}
.sp {
    display: none;
}

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