@charset "UTF-8";
/* ------------------------
Design Studio Doors CSS home.css 2025.04.01
---------------------------*/

/* main contents==================*/

.mv-top {
  position : relative;
  background : #fff;
  width: 100%;
  overflow: hidden;
}

.mv-top:after {
  content : "";
  display: block;
  padding-bottom: calc(664 / 1200 * 100%);
}

@media screen and (max-width: 767px) {
  .mv-top:after {
    padding-bottom: calc(980 / 750 * 100%);
  }
}

.mv-bg {
  position : absolute;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  overflow: hidden;
}

.mv-bg img {
  width: 100%;
  transition: 3s ease .3s;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.on .mv-bg img {
  filter: blur(0);
  -webkit-filter: blur(0);
  transform: scale(1);
  -webkit-transform: scale(1);
}

@media screen and (max-width: 767px) {
  .mv-txt {
    width : calc(494 / 750 * 100%);
  }
}

.mv .cap {
  right :auto;
  left : 10px;
}

@media screen and (max-width: 767px) {
  .mv .cap {
    right :10px;
    left : auto;
    bottom : 2px;
  }
}

.meritarea {
  padding : 20px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.meritarea img {
  display : block;
  width : 1000px;
  max-width : calc(100% - 30px);
  margin : 0 auto;
}

.yl-bg {
  background : url(../img/yl-bg_pc.jpg) repeat-y;
  background-size : 100%;
}

@media screen and (max-width: 767px) {
  .yl-bg {
    background : url(../img/yl-bg_sp.jpg) repeat-y;
    background-size : 100%;
  }
}

/*head*/

.head {
  margin : 60px auto 0;
  padding : 60px 0;
}

.head__en-ttl {
  text-align : center;
  margin-bottom : 0;
}

.head__inner {
  width : 600px;
  max-width : calc(100% - 30px);
  margin : 40px auto 0;
  display : flex;
  justify-content : space-between;
  flex-wrap : wrap;
}

.head__inner > div {
  width : 50%;
}

@media screen and (max-width: 767px) {
  .head {
    margin-top : 0;
  }
  .head__inner {
    max-width : 300px;
  }
  .head__inner > div {
    width : 100%;
  }
}

.head__ttl {
  text-align : center;
  font-size : 27px;
  margin-bottom : 40px;
}

.head-img {
  width : 437px;
  max-width : 100%;
  display : block;
  margin : 0 auto;
}

@media screen and (max-width: 767px) {
  
}

.head-img .cap {
  color : #000;
}


.features {
  /* margin-bottom : 100px; */
}

@media screen and (max-width: 767px) {
  .features {
    /* margin-bottom : 40px; */
  }
}

.sec {
  display : block;
}

.sec__image {
  transition : 1s;
  filter: brightness(0.8);
}

.sec__image-bg .cap {
  display:none;
}

@media screen and (min-width: 768px) {
  .sec__image-bg .cap {
    display:block;
    text-shadow: 0 0 8px rgba(0,0,0,.75),0 0 10px rgba(0,0,0,.75),0 0 5px rgba(0,0,0,.75),0 0 5px rgba(0,0,0,1),0 0 5px rgba(0,0,0,1);
  }
  .cap-image .location-img_cap1 {
    right : calc(780 / 1200 * 100% + 5px);
  }
  .cap-image .location-img_cap2 {
    right : calc(420 / 1200 * 100% + 5px);
    bottom : calc(50% + 5px);
  }
  .cap-image .location-img_cap3 {
    right : calc(420 / 1200 * 100% + 5px);
  }
  .cap-image .access-img_cap1 {
    right : calc(900 / 1200 * 100% + 5px);
  }
  .cap-image .access-img_cap2 {
    right : calc(600 / 1200 * 100% + 5px);
  }
  .cap-image .access-img_cap3 {
    right : calc(300 / 1200 * 100% + 5px);
  }
  .cap-image .car-img_cap1 {
    right : calc(50% + 5px);
  }
}

a:hover .sec__image {
  filter: brightness(1.2);
}

.sec-cap {
  position : absolute;
  top : 5px;
  right : 10px;
  text-align : right;
  font-size : 12px;
  color : #fff;
  z-index: 3;
  margin-bottom : 0;
}

@media screen and (max-width: 767px) {
  .sec-cap {
    font-size : 10px;
  }
}

.sec__contents {
  position : relative;
}

.sec__contents-inner {
  width : 1000px;
  max-width : calc(100% - 30px);
  margin : 0 auto;
  text-align : center;
  position : relative;
  z-index : 2;
  color: #000;
  padding : 40px 0;
}

.sec__contents-txts {
}

@media screen and (max-width: 767px) {
  .sec__contents,
  .sec__contents-txts {
    width : 100%;
    max-width : 100%;
  }
  .sec__contents-inner {
    flex-direction : column;
    width : 100%;
  }
}

.sec__en-ttl {
  font-size: 16px;
  margin-bottom : 10px;
  line-height : 1;
}

.sec__ttl {
  font-size : 26px;
  margin-bottom : 0;
}

.sec__ttl strong {
  font-size : 1.8em;
  padding : 0 3px
}

.sec__ttl small {
  font-size : 10px;
  display:block;
  margin-top : -10px;
  margin-bottom : 15px;
}


.sec__ttl sub {
  font-size : 10px;
}

.sec__txt {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .sec__en-ttl {
    font-size : 14px;
    text-align : center;
  }
  .sec__ttl {
    text-align : center;
    margin-bottom : 5px;
  }
  .sec__txt {
    font-size: 14px;
  }
}

.sec__contents-btn {
  display : flex;
  flex-direction:column;
  justify-content : center;
  align-items : center;
  width : 200px;
  margin : 0 auto;
}

.sec__contents-btn a {
  font-size : 13px;
  padding: 13px 10px 10px;
  height: auto;
}

.sc-btn {
  width : 100%;
  font-size : 13px;
  background: #fff;
  text-align : center;
  padding : 5px;
  transition : .5s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

a:hover .sc-btn {
  opacity : .5;
}

@media screen and (max-width: 767px) {
  .sc-btn {
    
  }
}

.sc-btn p {
  margin-bottom : 0;
}

.gld-bg {
  background: linear-gradient(135deg,  #e4dcc4 0%,#ffffff 50%,#e4dcc4 100%);

}

.cvrimprovement-top-varietyparts {
  padding-top : 60px;
}


/*オーダーシステムバナー*/
.infoBnr__ordersystem {
    margin: 0 auto 0;
    width: 886px;
    max-width : 80%;
  padding : 80px 0 0;
}
@media screen and (max-width: 767px) {
    .infoBnr__ordersystem {
        margin: 0 auto;
        width: 90%;
    }
}

/*間取り*/

.plan-area {
  margin-top : 60px;
  padding : 0 15px;
  text-align : center;
}

.plan__en-ttl {
  text-align : center;
  font-size : 16px;
}

.plan__ttl {
  text-align : center;
  font-size : 26px;
}

.ohkarte-floor-plan__content {
    position: relative;
    overflow: hidden;
    /* padding-top: 40px;*/
    max-width: 960px;/*1280px*/
    /*max-width: 620px;*/
    margin: 40px auto 0;
}

.ohkarte-floor-plan__contentInner {
    /*overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;*/
    padding: 0 0 30px 0;
}

.ohkarte-floor-plan__contentInner::-webkit-scrollbar {
  display: none;
}

.ohkarte-floor-plan__items {
    display: flex;
    white-space: nowrap;
    font-size: 0;
    margin-left: 0;
    font-size: 20px;
    justify-content: center;
}

.ohkarte-floor-plan__item {
    display: flex;
    box-sizing: border-box;
  width: calc(33.3333% - 12px);
  /*width: calc(50% - 12px);*/
    border: 1px solid #DDDDDD;
    margin-right: 12px;
    margin-right: 18px;
    font-size: 1rem;
    vertical-align: top;
    white-space: normal;
}

.ohkarte-floor-plan__item:last-child {
  margin-right: 0;
  position: relative;
}
.ohkarte-floor-plan__item:last-child::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 15px;
  height: 1px;
  content: '';
}

.ohkarte-floor-planTheme {
    display: block;
    width: 100%;
    padding: 10px 10px 6px;
    box-sizing: border-box;
    /* background: linear-gradient(40deg,  #240055 0%,#65006e 40%,#000012 100%); */
    background: #f3f3f3;
    color: #000;
    /*-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);*/
}

.ohkarte-floor-planTheme__title {
    width: 100%;
    margin-bottom: 12px;
    /*font-size: 24px;*/
    /*font-family: HiraginoSans-W6;*/
    letter-spacing: 0;
    font-family: UD Reimin Bold JIS2004,Yu Mincho,YuMincho,Hiragino Mincho ProN,"HG明朝E",serif;
}

.ohkarte-floor-planTheme__title .lay {
  border-left : solid 1px #fff;
  padding-left : 10px;
  margin-left : 10px;
  
}

.ohkarte-floor-planTheme__title:first-letter{
    font-size: 30px;
}

.ohkarte-floor-planTheme__image {
    width: 100%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    /*padding: 10px 25px;*/
    padding: 10px 10px;
    background-color: #fff;
    margin-bottom: 17px;
}

.ohkarte-floor-planTheme__image img {
    width: auto;
    height: 270px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.ohkarte-floor-planTheme__description {
    overflow: hidden;
    /*font-size: 13px;*/
    line-height: 18px;
    /*font-weight: 700;*/
}

.ohkarte-floor-planDetail__list {
    display:flex;
    width: 100%;
    flex-wrap:wrap;
}

.ohkarte-floor-planDetail__item1 {
    width: 42%;
    box-sizing: border-box;
    padding: 0 18px 0 3px;
    margin-bottom: 10px;
    /*font-family: HiraginoSans-W6;*/
    font-size: 14px;
    /*font-weight: 900;*/
    /* color: #333333; */
    letter-spacing: 0;
}

.ohkarte-floor-planDetail__item2 {
    width: 58%;
    min-width: 100px;
    box-sizing: border-box;
    padding: 0 10px 0 3px;
    margin-bottom: 10px;
    /*font-family: HiraginoSans-W3;*/
    font-size: 13px;
    /*font-weight: 900;*/
    /* color: #333333; */
    letter-spacing: 0;
}

.ohkarte-floor-planDetail__item2 strong{
  font-size : 1.4em;
  font-weight:normal;
}

.ohkarte-msds-buttonlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ohkarte-msds-button {
    margin: 0 auto 40px;
    width: 280px;
}

.top-btn-box {
  font-family: "UD Reimin Light", serif;
  background: #545251;
  font-size: 12px;
  text-align: center;
  /*width: 100%;
  height: 35px;*/
  width: 300px;
  display: block;
  margin-top: 16px;
  border-radius: 3px;
}
.top-btn-box:hover {
    opacity: 0.5;
}

.top-btn-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 1.1rem;
  padding: 20px 0;
}

@media screen and (min-width: 766px) {
  
  .ohkarte-floor-plan__content a {
    transition: all 0.3s linear;
  }
  .ohkarte-floor-plan__content a:hover {
    opacity: 0.6;
  }
  
}
@media screen and (max-width: 767px) {
    .ohkarte-floor-plan__content {
        max-width: none;
        margin: inherit;
        margin-top: 50px;
    }
    .ohkarte-floor-plan__contentInner {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /*padding: 0 0 30px 30px;*/
    }
    .ohkarte-floor-plan__items {
        margin-left: 15px;
    }
    .ohkarte-floor-plan__items.left-item {
      justify-content: left;
    }
    .ohkarte-floor-plan__item {
        width: 248px;
    }
    .ohkarte-floor-planTheme {
        width: 248px;
    }
    .ohkarte-floor-planTheme__title {
        font-size: 14px;
    }
    .ohkarte-floor-planTheme__title:first-letter{
        font-size: 18px;
    }
    .ohkarte-floor-planDetail__item1 {
        width: 44%;
        font-size: 12px;
        padding: 0 10px 0 0;
    }
    .ohkarte-floor-planDetail__item2 {
        width: 56%;
        font-size: 13px;
        padding: 0;
    }
    .ohkarte-msds-button {
        width: calc(100% - 50px);
    }
}

/*間取りここまで*/

sub {
      vertical-align: 4px;
      font-size: 12px;
}

.info {
  padding-top: 60px;
}

.info__inner {
    width : 1000px;
    max-width : calc(100% - 30px);
    margin : 0 auto;
    padding: 0px 0 60px;
    text-align : center;
}

.info__ttl {
    font-size: 18px;
    padding: 0 0 10px;
    margin-bottom : 0;
    color: #000;
    border-bottom : 1px #666 solid;
}

.info__text1 {
    font-size: 31px;
    margin: 10px auto 0;
    /* color : #d24648; */
}
.info__text1 small {
  font-size: 10px;
}
.info__text1 span {
  font-size: 28px;
}

.info__text2 {
    font-size: 28px;
    margin: 30px 0 0px;
}
.info__text2 span {
    font-size: 0.85rem;
}

.info__text3 {
    font-size : 18px;
    margin : 30px 0 0;
}
.info__text3 span {
  font-size: 1.6rem;
}

.info__bnts {
    width : 500px;
    max-width : calc(100% - 30px);
    margin : 40px auto 0;
}

.footer-info {
  background: radial-gradient(ellipse at center,  #738cb1 0%,#415f8c 100%);
  padding-top : 50px;
  margin-bottom : 60px;
  color : #fff;
}

.footer-info .info__ttl {
  border-color : #fff;
}

@media screen and (max-width: 768px) {
  .info {
    padding-top: 20px;
  }
  .info-area {
    margin-bottom : 0;
  }
  
  .info__ttl {
      font-size: 16px;
  }
  .info__text1 {
      font-size: 28px;
  }
  .info__text2 {
      font-size: 20px;
  }
.info__text2 span {
  font-size: 16px;
}
  .info__text3 {
      font-size: 16px;
  }
.info__text3 span {
  font-size: 1.2rem;
}
}

@media screen and (max-width: 767px) {
    .info {
        padding-top : 0px;
        /* background-size : calc(180 / 300 * 100%); */
    }
    .info__inner {
        padding-top : 20px;
    }
}

/*INFO内*/
.info__price {
    font-size : 46px;
    margin : 0 auto;
  color: #ff4322;
}
.info__price small {
  font-size: 10px;
}
.info__price span {
  font-size: 36px;
}
.info__text-day {
  font-size: 32px;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .info__price {
    font-size: 32px;
    line-height: 1.2;
    margin: 20px auto 0;
  }
  .info__price span {
    font-size: 20px;
  }
  .info__text-day {
    font-size: 22px;
  }
}

.info-topics {
  max-width: 600px;
  margin : 0 auto;
  background: #eee;
  padding: 10px 20px;
}

.info_box {
  display : flex;
  flex-wrap : wrap;
  /* justify-content : center; */
  align-items : center;
}

.info-topics__ttl {
  border-right: 1px #511F00 solid;
  /* border-bottom: 1px #511F00 solid; */
  /* padding-right: 20px; */
  padding: 10px 20px 10px 0;
  min-width: 100px;
  color: #511F00;
}

.msn-newsTopics__item {
  flex : 1;
  margin : 0 0 0 20px;
  border : none;
  padding : 0;
}

.msn-newsTopics__date {
  font-weight: bold;
  -ms-flex-preferred-size: 5.5em;
  flex-basis: 5.5em;
  max-width: 5.5em;
  /* color: #df8024; */
  line-height: 1.4;
}
.msn-newsTopics__content {
  font-weight: bold;
  flex: none;
  width: auto;
  flex-grow: 0;
  line-height: 1.4;
  margin-left: 0.5em;
}


@media screen and (max-width: 767px) {
  .info-topics {
    padding : 10px 0;
  }
  .msn-newsTopics__item {
    min-width : auto;
    margin: 0;
  }
  .msn-newsTopics__content {
    margin : 0;
    text-align: left;
  }
  .info-topics__ttl {
    width: 100px;
    padding: 10px;
    margin-right: 10px;
  }
  .info-topics__txt {
    /*flex : 1;*/
  }
}

