@charset "utf-8";

.planWrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  a.nextBtn {
    margin: 100px auto 0;
  }
}

/***************************** planVisual *****************************/
.planVisual {
    background: url(../images/plan/top.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 41.667%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.planVisual .bgBefore {
    width: 100%;
    background: #3f3730;
    opacity: 0.2;
    padding-top: 41.667%;
    position: absolute;
    top: 0;
}
h2.planTitle {
    font-size: 38px;
    letter-spacing: 0.22em;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    text-align: center;

    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}
h2.planTitle span.miniTitle {
    font-family: 'Barlow', 'Shippori Mincho', sans-serif, serif;
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
    position: relative;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    z-index: 10;
    font-weight: 100;
}
h2.planTitle span.miniTitle::after {
    content: "";
    display: block;
    border-bottom: 1px solid #fff;
    height: 1px;
    padding: 20px 0 0 0;
}

@media screen and (max-width: 1000px) {
    .planVisual {
        background-size: 180%;
        background-position: 5%;
        height: 70vw;
        padding-top: unset;
    }
    .planVisual .bgBefore {
        height: 70vw;
        padding-top: unset;
    }
    h2.planTitle {
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: fit-content;
        font-size: 30px;
    }
    h2.planTitle span.miniTitle {
        font-size: 20px;
    }
}
@media screen and (max-width: 600px) {
    .planVisual {
        background-size: 210%;
        background-position: 12% 110px;
        height: 100vw;
    }
    .planVisual .bgBefore {
        height: 100vw;
    }
    h2.planTitle {
        top: 20%;
    }
}
@media screen and (max-width: 400px) {
    .planVisual {
        background-size: cover;
        background-position: 28.5%;
        height: 500px;
    }
    .planVisual .bgBefore {
        height: 500px;
    }
    h2.planTitle {
        top: 20%;
        font-size: 24px;
    }
}

/***************************** introWrap *****************************/
.introWrap {
    width: 100%;
    height: auto;
    margin: 100px auto;
    text-align: center;
}
.introWrap h4 {
    margin: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
    .introWrap {
        width: 100%;
        margin: 80px auto;
    }
    .introWrap h4 {
        font-size: 30px;
    }
}
@media screen and (max-width: 550px) {
    .introWrap {
        margin: 60px auto;
    }
    .introWrap h4 {
        font-size: 5.3vw;
    }
}

/***************************** planBtnCont *****************************/
.planBtnCont {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto 100px;
}
.planBtnCont ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.planBtnCont ul li {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #ab722c;
    text-align: center;
    max-width: 356px;
    margin-bottom: 15px;
}
.planBtnCont ul li:nth-child(3n + 2) {
    margin-right: 15px;
    margin-left: 15px;
}
/* お二人様入居限定 */
.planBtnCont ul li:nth-child(4) a,
.planBtnCont ul li:nth-child(5) a,
.planBtnCont ul li:nth-child(6) a {
    padding: 0 0 40px 0;
}
.planBtnCont ul li a span.onlyTxt {
    width: 100%;
    height: 30px;
    margin: 0 0 20px 0;
    padding: 7px 0;
    display: flex;
    justify-content: center;
    background: #ab722c;
    color: #fff;
}
.planBtnCont ul li a span.onlyTxt.op0 {
    opacity: 0;
    display: none;
}
/* 偶数の場合使用 */
/* .planBtnCont ul li:nth-child(5),
.planBtnCont ul li:nth-child(6) {
    margin: 0 0 0 15px;
} */
/* 奇数の場合使用 */
/* .planBtnCont ul li:nth-child(4) {
    margin: 0 7.5px 0 0;
}
.planBtnCont ul li:nth-child(5) {
    margin: 0 0 0 7.5px;
} */
.planBtnCont ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 64px 0 40px;
}
.planBtnCont ul li p,
.planBtnCont ul li p span {
    color: #ab722c;
    letter-spacing: 0.05em;
    line-height: 1;
}
.planBtnCont ul li .planName,
.planBtnCont ul li .planScale,
.planBtnCont ul li .planArea {
    font-size: 40px;
}
.planBtnCont ul li .planName span,
.planBtnCont ul li .planScale span,
.planBtnCont ul li .planArea span {
    font-size: 26px;
}

.planBtnCont ul li .planName {
    width: fit-content;
    margin: 0 auto 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ab722c;
}
.planBtnCont ul li .planScale {
    margin: 0 0 15px 0;
}
.planBtnCont ul li .planArea {
    margin: 0 0 30px 0;
}
.planBtnCont ul li .planArea,
.planBtnCont ul li .planArea span {
    color: #000;
}
@media screen and (max-width: 1650px) {
    /* .planBtnCont {
        max-width: 1400px;
    } */
    /* .planBtnCont ul li {
        width: 24%;
    } */
    .planBtnCont ul li p, .planBtnCont ul li p span {
        letter-spacing: 0.05em;
    }
}
@media screen and (max-width: 1450px) {
    /* .planBtnCont {
        max-width: 1200px;
    } */
    .planBtnCont ul li .planName,
    .planBtnCont ul li .planScale,
    .planBtnCont ul li .planArea {
        font-size: 35px;
    }
    .planBtnCont ul li .planName span,
    .planBtnCont ul li .planScale span,
    .planBtnCont ul li .planArea span {
        font-size: 22px;
    }
}
@media screen and (max-width: 1250px) {
    .planBtnCont {
        max-width: 1000px;
    }
    .planBtnCont ul li {
        width: calc((100% / 3) - 14px);
        margin: 0 0 15px 0;
    }
    /* .planBtnCont ul li:nth-child(2),
    .planBtnCont ul li:nth-child(4) {
        margin: 0 0 15px 15px;
    }
    .planBtnCont ul li:nth-child(5) {
        margin: 0 auto;
    }
    .planBtnCont ul li:nth-child(5) {
        margin: 0 0 0 0;
    }
    .planBtnCont ul li:nth-child(6) {
        margin: 0 0 0 15px;
    } */
    .planBtnCont ul li:nth-child(3n + 2) {
        margin-right: 15px;
        margin-left: 15px;
    }
    /* .planBtnCont ul li:nth-child(2n + 2) {
        margin: 0;
    } */
    .planBtnCont ul li .planName,
    .planBtnCont ul li .planScale,
    .planBtnCont ul li .planArea {
        font-size: 30px;
        letter-spacing: 0.015em;
    }
    .planBtnCont ul li .planName span,
    .planBtnCont ul li .planScale span,
    .planBtnCont ul li .planArea span {
        font-size: 20px;
        letter-spacing: 0.015em;
    }
}

/***************************** detailBtn *****************************/
.planBtnCont ul li div.detailBtn {
    width: 240px;
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    border: 1px solid #ab722c;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #ab722c;
    transition: all .5s ease;
    z-index: 10;
}
.planBtnCont ul li div.detailBtn span.arrow {
    position: relative;
    display: inline-block;
    color: #ab722c;
    text-decoration: none;
    outline: none;
    width: 100%;
    transition: all .5s ease;
}
.arrow::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: 50%;
    width: 68%;
    height: 1px;
    background: #ab722c;
    transform: translateX(-50%);
    transition: all .5s ease;
}
.arrow::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 15%;
    width: 15px;
    height: 1px;
    background: #ab722c;
    transform: rotate(45deg);
    transition: all .5s ease;
}
.planBtnCont ul li:hover div.detailBtn {
    color: #fff;
    background: #ab722c;
}
.planBtnCont ul li:hover span.arrow::before {
    background: #fff;
}
.planBtnCont ul li:hover span.arrow::after {
    background: #fff;
}

@media screen and (max-width: 1250px) {
    .planBtnCont ul li div.detailBtn {
        width: 200px;
        height: 60px;
        line-height: 1;
    }
    .arrow::before {
        content: '';
        width: 80%;
    }
    .arrow::after {
        content: '';
        right: 9%;
    }
}
@media screen and (max-width: 1000px) {
    .planBtnCont {
        max-width: 745px;
    }
    /* .planBtnCont ul {
        max-width: 600px;
        flex-wrap: wrap;
    } */
    .planBtnCont ul li {
        width: calc(100% / 2 - 12px);
        max-width: unset;
    }
    /* .planBtnCont ul li a {
        padding: 20px 0;
    } */
    .planBtnCont ul li:nth-child(3n + 2) {
        margin-right: 0;
        margin-left: 0;
    }
    .planBtnCont ul li:nth-child(2n + 2) {
        margin-left: 15px;
    }
}
@media screen and (max-width: 768px) {
    .planBtnCont {
        max-width: 80%;
    }
    .planBtnCont ul li {
        width: calc(100% / 2 - 12px);
    }
}
@media screen and (max-width: 600px) {
    .planBtnCont ul li .planName,
    .planBtnCont ul li .planScale,
    .planBtnCont ul li .planArea {
        font-size: 25px;
    }
    .planBtnCont ul li .planName span,
    .planBtnCont ul li .planScale span,
    .planBtnCont ul li .planArea span {
        font-size: 18px;
    }
    .planBtnCont ul li div.detailBtn {
        width: 85%;
        height: 60px;
        font-size: 14px;
    }
}
@media screen and (max-width: 550px) {
    .planBtnCont ul li {
        width: 100%;
        max-width: unset;
        margin: 0 0 15px 0;
    }
    /* .planBtnCont ul li:nth-of-type(2),
    .planBtnCont ul li:nth-of-type(3),
    .planBtnCont ul li:nth-of-type(4),
    .planBtnCont ul li:nth-of-type(5) {
        margin: 0 0 15px 0;
    }
    .planBtnCont ul li:nth-child(6) {
        margin: 0 0 0 0;
    } */
    .planBtnCont ul li:nth-child(3n + 2) {
        margin: 0 0 15px 0;
    }
    .planBtnCont ul li:nth-child(2n + 2) {
        margin-right: 0;
        margin-left: 0;
    }
}

/***************************** planDetailCont *****************************/
.planDetailCont {
    width: 100%;
    margin: 0 auto;
    padding-top: 150px;
}
@media screen and (max-width: 1600px) {
  .planDetailCont {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .planDetailCont {
    padding-top: 80px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .planDetailCont {
    padding-top: 125px;
    margin-top: 0;
  }
}
.planDetailCont .planDetail {
    width: 100%;
    max-width: 1450px;
    height: 140px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8e7e76;
}
.planDetailCont .planDetail .planType,
.planDetailCont .planDetail .planType span,
.planDetailCont .planDetail .planScale,
.planDetailCont .planDetail .planScale span,
.planDetailCont .planDetail .planArea p,
.planDetailCont .planDetail .balconyArea p {
    color: #fff;
    letter-spacing: 0.1em;
}
.planDetailCont .planDetail .planType,
.planDetailCont .planDetail .planScale {
    height: 100px;
}
.planDetailCont .planDetail .planType {
    font-size: 60px;
    line-height: 100px;
    border-right: 1px solid #fff;
    padding: 0 45px;
    width: 255px;
}
.planDetailCont .planDetail .planModule {
    display: flex;
}
.planDetailCont .planDetail .planModule02 {
    display: flex;
    flex-wrap: wrap;
    height: 100px;
}
.planDetailCont .planDetail .planType span {
    font-size: 40px;
    line-height: 1;
}
.planDetailCont .planDetail .planScale {
    font-size: 50px;
    letter-spacing: 0.12em;
    line-height: 1;
    border-right: 1px solid #fff;
    padding: 0 45px;
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}
.planDetailCont .planDetail .planScale span {
    display: contents;
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1;
}
.planDetailCont .planDetail .planScale i {
    padding: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    color: #8e7e76;
    background: #fff;
}

.planDetailCont .planDetail .planMargin {
    display: none;
}

.planDetailCont .planDetail .planArea {
    display: flex;
    padding: 0 20px 0 45px;
    flex-direction: column;
    justify-content: flex-start;
}
.planDetailCont .planDetail .planArea p:nth-of-type(1) {
    line-height: 1;
}
.planDetailCont .planDetail .planArea p:nth-of-type(2) {
    font-size: 35px;
    line-height: 1.5;
}
.planDetailCont .planDetail .planArea p:nth-of-type(2) span {
    font-size: 21px;
    line-height: 1;
    color: #fff;
}
.planDetailCont .planDetail .planArea p:nth-of-type(3) {
    line-height: 1;
}
.planDetailCont .planDetail .balconyArea {
    width: 235px;
    padding: 0 0 0 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.planDetailCont .planDetail .planArea.center,
.planDetailCont .planDetail .balconyArea.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.planDetailCont .planDetail .balconyArea p:nth-of-type(1) {
    line-height: 1;
}
.planDetailCont .planDetail .balconyArea  p:nth-of-type(2) {
    font-size: 25px;
    line-height: 1.923;
}
.planDetailCont .planDetail .balconyArea  p:nth-of-type(2) span {
    display: inline;
    font-size: 21px;
    color: #fff;
}
.planDetailCont .planDetail .trunkroom {
    width: 100%;
    padding: 0 0 0 45px;
}
.planDetailCont .planDetail .trunkroom p {
    color: #fff;
    line-height: 1;
}

.only1450 {
    display: none;
}
.only1250 {
    display: none;
}
.block1000 {
    display: none;
}
.only850 {
    display: none;
}

@media screen and (max-width: 1650px) {
    .planDetailCont .planDetail {
        max-width: 1400px;
    }
    .planDetailCont .planDetail .planType,
    .planDetailCont .planDetail .planType span,
    .planDetailCont .planDetail .planScale,
    .planDetailCont .planDetail .planScale span,
    .planDetailCont .planDetail .planArea p,
    .planDetailCont .planDetail .balconyArea p {
        letter-spacing: 0.05em;
    }
    .planDetailCont .planDetail .planType {
        padding: 0 30px;
        width: 250px;
    }
    .planDetailCont .planDetail .planScale {
        padding: 0 30px;
        width: 350px;
    }
    .planDetailCont .planDetail .planArea {
        padding: 0px 30px;
    }
}
@media screen and (max-width: 1450px) {
    .only1450 {
        display: block;
    }
    .planDetailCont .planDetail {
        max-width: 1200px;
    }
    .planDetailCont .planDetail .planType {
        width: 220px;
        font-size: 40px;
        padding: 0 20px 0 10px;
    }
    .planDetailCont .planDetail .planScale {
        font-size: 40px;
        padding: 0 20px;
    }
    .planDetailCont .planDetail .planArea {
        padding: 0 20px;
    }
    .planDetailCont .planDetail .trunkroom {
        padding: 0 0 0 20px;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(1) {
        font-size: 16px;
        line-height: 1.5;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(2) {
        font-size: 30px;
        line-height: 1.15;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(2) span {
        font-size: 18px;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(3) {
        font-size: 16px;
        line-height: 1.6;
    }
    .planDetailCont .planDetail .balconyArea {
        padding: 0;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(1) {
        font-size: 16px;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2) span {
        font-size: 18px;
    }
    .planDetailCont .planDetail .trunkroom p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1250px) {
    .only1250 {
        display: block;
    }
    .block1250 {
        display: none;
    }
    .planDetailCont .planDetail {
        justify-content: unset;
        max-width: 1000px;
    }
    .planDetailCont .planDetail {
    }
    .planDetailCont .planDetail .planScale {
        font-size: 40px;
        padding: 0 20px;
        width: 330px;
    }
    .planDetailCont .planDetail .planType {
        font-size: 35px;
        width: 180px;
        padding: 0 20px;
    }
    .planDetailCont .planDetail .planType span {
        font-size: 28px;
    }
    .planDetailCont .planDetail .planScale span {
        font-size: 28px;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(1) {
        font-size: 14px;
        line-height: 1.8;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(2) {
        font-size: 28px;
        line-height: 1.1;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(2) span {
        font-size: 16px;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(3) {
        font-size: 14px;
    }
    .planDetailCont .planDetail .balconyArea {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(1) {
        font-size: 14px;
        line-height: 1.8;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2) {
        font-size: 28px;
        line-height: 1.1;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2) span {
        display: none;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(3) {
        font-size: 14px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 1000px) {
    .only1250 {
        display: none;
    }
    .block1250 {
        display: block;
    }
    .planDetailCont .planDetail {
        max-width: 750px;
    }
    .planDetailCont .planDetail .planType {
        font-size: 30px;
        padding: 0 30px 15px 15px;
        width: auto;
        height: auto;
        line-height: 1;
        border-right: unset;
    }
    .planDetailCont .planDetail .planModule {
        flex-direction: column;
        border-right: 1px solid #fff;
    }
    .planDetailCont .planDetail .planType span {
        font-size: 25px;
    }
    .planDetailCont .planDetail .planScale {
        width: auto;
        padding: 0 30px 0 15px;
        font-size: 30px;
        border-right: unset;
        height: auto;
        line-height: 1;
        border-right: unset;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .planDetailCont .planDetail .planScale span {
        font-size: 20px;
    }
    .planDetailCont .planDetail .planScale i {
        width: max-content;
        font-size: 15px;
    }
    .planDetailCont .planDetail .planArea {
        width: 220px;
        padding: 0 15px 0 30px;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(1) {
        font-size: 16px;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(2) {
        display: flex;
        align-items: baseline;
        font-size: 25px;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(2) span {
        font-size: 16px;
        line-height: 1.8;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(3) {
        font-size: 16px;
        letter-spacing: 0;
    }
    .planDetailCont .planDetail .balconyArea {
        padding: 0;
        justify-content: flex-start;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(1) {
        font-size: 16px;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2) {
        font-size: 25px;
        line-height: 1.15;
        display: flex;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2) span {
        font-size: 16px;
        line-height: 1.8;
        display: block;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(3) {
        font-size: 16px;
        line-height: 1.8;
    }
    .planImgCont .planImg {
        backface-visibility: hidden;
    }
}
@media screen and (max-width: 850px) {
    .only850 {
        display: block;
    }
    .planDetailCont .planDetail {
        max-width: 750px;
    }
    .planDetailCont .planDetail .planType {
        font-size: 30px;
        /* padding: 0 10px; */
    }
    .planDetailCont .planDetail .planScale {
        font-size: 30px;
        /* padding: 0 10px; */
    }
    .planDetailCont .planDetail .planArea {
        padding: 0 10px;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(1) {
        font-size: 15px;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(3) {
        font-size: 15px;
    }
    .planDetailCont .planDetail .balconyArea {
        padding: 0 10px;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(1) {
        font-size: 15px;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(3) {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .planDetailCont .planDetail .planModule02 {
        flex-direction: row;
        height: auto;
    }
    .planDetailCont .planDetail {
        max-width: 80%;
    }
    .planDetailCont .planDetail {
        width: calc(100% - 30px);
        height: auto;
        padding: 15px 15px 15px 0;
        justify-content: flex-start;
        align-content: space-evenly;
    }
    .planDetailCont .planDetail .planMargin {
        display: none;
    }
    .planDetailCont .planDetail .planType,
    .planDetailCont .planDetail .planScale {
        height: 75px;
    }
    .planDetailCont .planDetail .planArea,
    .planDetailCont .planDetail .balconyArea {
        height: 65px;
    }
    .planDetailCont .planDetail .planType {
        display: flex;
        align-items: center;
        line-height: 1;
        padding: 0 15px;
        border-bottom: 1px solid #fff;
    }
    .planDetailCont .planDetail .planScale {
        line-height: 1;
        padding: 0 15px;
        border-right: unset;
        justify-content: center;
    }
    .planDetailCont .planDetail .planArea {
        width: auto;
        padding: 0 0 0 15px;
        border-right: unset;
    }
    .planDetailCont .planDetail .balconyArea {
        padding: 0 0 0 15px;
    }
    .planDetailCont .planDetail .trunkroom {
        padding: 0 0 0 15px;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2) {
        display: flex;
        align-items: baseline;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(3) {
        display: none;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2) span {
        display: block;
        line-height: 1;
        padding: 0 0 0 10px;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2) br {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .planDetailCont .planDetail .planModule {
        padding: 0 10px 0 0;
    }
    .planDetailCont .planDetail .planModule02 {
        padding: 0 0 0 10px;
    }
    .planDetailCont .planDetail .planType,
    .planDetailCont .planDetail .planArea {
        padding: 0;
    }
    .planDetailCont .planDetail .planScale,
    .planDetailCont .planDetail .balconyArea {
        padding: 0;
    }
    .planDetailCont .planDetail .trunkroom {
        padding: 0;
    }
    .planDetailCont .planDetail .trunkroom p {
        font-size: 14px;
    }
    .planDetailCont .planDetail .planType,
    .planDetailCont .planDetail .planScale {
        font-size: 25px;
    }
    .planDetailCont .planDetail .planType {
        border-bottom: unset;
    }
    .planDetailCont .planDetail .planScale {
        justify-content: center;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(2) {
        display: flex;
        align-items: baseline;
        font-size: 25px;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2),
    .planDetailCont .planDetail .planType span {
        font-size: 20px;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(1),
    .planDetailCont .planDetail .planArea p:nth-of-type(2) span,
    .planDetailCont .planDetail .planArea p:nth-of-type(3),
    .planDetailCont .planDetail .balconyArea p:nth-of-type(1),
    .planDetailCont .planDetail .balconyArea p:nth-of-type(3) {
        font-size: 14px;
    }
    .planDetailCont .planDetail {
        width: calc(100% - 30px);
        padding: 0 15px 15px;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2) {
        flex-wrap: wrap;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2) span {
        padding: 0;
        font-size: 14px;
    }
    .planDetailCont .planDetail .planModule {
        padding: 0;
        flex-direction: row;
        flex-wrap: wrap;
        border-right: unset;
        width: 90%;
    }
    .planDetailCont .planDetail .planType {
        padding: 0 20px 0 0;
    }
    .planDetailCont .planDetail .planModule02 {
        padding: 0;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
        width: 100%;
    }
    .planDetailCont .planDetail .planArea {
        padding: 0 20px 0 0;
    }
/* }
@media screen and (max-width: 550px) { */
    .planDetailCont .planDetail .planModule {
        width: 100%;
        margin: 0 0 15px 0;
        border-bottom: solid 1px #fff;
    }
    .planDetailCont .planDetail {
        flex-direction: column;
    }
}
@media screen and (max-width: 515px) {
    .planDetailCont .planDetail {
        height: 250px;
    }
    .planDetailCont .planDetail .planModule02 {
        flex-direction: column;
    }
}
@media screen and (max-width: 500px) {
    .planDetailCont .planDetail {
        height: auto;
        padding: 10px 15px 15px 15px;
    }
    .planDetailCont .planDetail .planModule {
        width: 100%;
        margin: 0;
        border-bottom: unset;
    }
    .planDetailCont .planDetail .planType span {
        font-size: 20px;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2),
    .planDetailCont .planDetail .planType span {
        font-size: 24px;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(2) {
        margin: 0 0 0 10px;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2) {
        margin: 0 0 0 10px;
    }
    .planDetailCont .planDetail .planType,
    .planDetailCont .planDetail .planScale {
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
        padding: 0;
        display: flex;
        align-items: flex-start;
        line-height: inherit;
    }
    .planDetailCont .planDetail .planArea,
    .planDetailCont .planDetail .balconyArea {
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
        padding: 0;
        border-right: unset;
        flex-direction: row;
        align-items: baseline;
    }
    .planDetailCont .planDetail .planType {
        align-items: baseline;
        border-right: unset;
        border-bottom: solid 1px #fff;
        padding: 0 0 15px 0;
        font-size: 30px;
    }
    .planDetailCont .planDetail .planScale {
        padding: 0;
    }
    .planDetailCont .planDetail .planArea.center,
    .planDetailCont .planDetail .balconyArea.center {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 350px) {
    .planDetailCont .planDetail .planArea p:nth-of-type(2) {
        margin: 0 0 0 5px;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2) {
        margin: 0 0 0 5px;
    }
    .planDetailCont .planDetail .planArea p:nth-of-type(2) {
        font-size: 20px;
    }
    .planDetailCont .planDetail .balconyArea p:nth-of-type(2),
    .planDetailCont .planDetail .planType span {
        font-size: 20px;
    }
}


/***************************** planImgCont *****************************/
.planImgCont {
    width: 100%;
    position: relative;
    margin: 0 0 0 0;
    /* pointer-events: none !important; */
}
/* .remodal-wrapper.remodal-is-opened {
    display: none !important;
} */
.planImgSubCont {
    width: 100%;
    height: 120px;
    max-width: 1450px;
    margin: 0 auto;
    position: relative;
}
.planImgSubCont .planAreaImg {
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.planImgCont .planImg {
    max-width: 1450px;
    height: auto;
    margin: 0 auto;
    /* display: flex;
    align-items: center; */
}
.planImgCont .planImg .plan {
    display: flex;
    flex-direction: column;
    /* flex-basis: 55%; */
}
.planImgCont .planImg .choubou {
    display: flex;
    /* flex-basis: 45%; */
    flex-direction: row;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 300px;
    height: 80px;
    margin: 1rem auto 0;
    /* border: solid 1px #231815;
    box-sizing: border-box; */
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}
#plan75a .planImgCont .planImg .choubou {
    background: url(../images/plan/75a/choubo.jpg) no-repeat;
    background-position: center;
    background-size: 150%;
}
#plan104a .planImgCont .planImg .choubou {
    background: url(../images/plan/104a/choubo02.jpg) no-repeat;
    background-position: center;
    background-size: 150%;
}
#plan130b .planImgCont .planImg .choubou {
    background: url(../images/plan/130b/choubo.jpg) no-repeat;
    background-position: center;
    background-size: 150%;
}
.planImgCont .planImg .choubou::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(35, 24, 21, 0.25);
    position: absolute;
    top: 0;
    left: 0;
}
.planImgCont .planImg .choubou p {
    margin: 0 auto;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all .5s ease;
}
#plan75a .planImgCont .planImg .choubou:hover,
#plan104a .planImgCont .planImg .choubou:hover,
#plan130b .planImgCont .planImg .choubou:hover  {
    background-size: 180%;
}
/* .planImgCont .planImg .choubou:hover p {
    color: #fff;
} */
.remodal.planPop,
.remodal.choubouPop {
    max-width: 1000px;
    padding: 0;
    margin: 0;
}
.remodal.planPop img,
.remodal.choubouPop img {
    display: flex;
}
p.modalCaption {
    width: 100%;
    margin: 1rem 0 0 0;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
    position: absolute;
}
@media screen and (max-width: 1650px) {
    .planImgCont,
    .planImgSubCont {
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1450px) {
    .planImgCont,
    .planImgSubCont {
        max-width: 1200px;
    }
}
@media screen and (max-width: 1250px) {
    .planImgCont,
    .planImgSubCont {
        max-width: 1000px;
    }
}
@media screen and (max-width: 1000px) {
    .planImgCont,
    .planImgSubCont {
        max-width: 750px;
    }
    .planImgCont {
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .planDetailCont .planDetail {
        margin: 0 auto 20px;
    }
    /* .planImgCont {
        pointer-events: visible !important;
    } */
    .planImgCont {
        width: 100%;
        max-width: 100%;
    }
    .planImgSubCont {
        width: 100%;
        max-width: 80%;
    }
    .planImgSubCont {
        height: 120px;
    }
    .planImgCont .planImg {
        flex-direction: column;
        backface-visibility: inherit;
    }
    .planImgCont .planImg .choubou {
        margin: 20px auto 0;
    }
    .remodal-wrapper.remodal-is-opened {
        display: block !important;
    }
    .remodal {
        max-width: 100% !important;
        /* padding: 35px 0 !important; */
    }
}
@media screen and (max-width: 600px) {
    .planImgSubCont {
        height: 100px;
    }
    .planImgSubCont .planAreaImg {
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 375px) {
    .planImgCont .planImg .choubou {
        width: 80%;
        height: 60px;
    }
}

/***************************** planCaption *****************************/
.planImgCont.remodal.planPop .planCaption {
    margin: 0 0 1rem 0;
}
.planCaption {
    width: 100%;
    /* max-width: 1000px; */
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.planCaption span.syuunou {
    display: inline-block;
    color: #FDE7D3;
    background-color: #FDE7D3;
    width: 1em;
    height: 1em;
    line-height: 1em;
}
.planCaption span.yukadan {
    display: inline-block;
    color: rgb(255 227 130 / 50%);
    background-color: rgb(255 227 130 / 50%);
    width: 1em;
    height: 1em;
    line-height: 1em;
}
.only850 {
    display: none;
}

@media screen and (max-width: 1650px) {
    .planCaption {
        max-width: 1400px;
    }
}
@media screen and (max-width: 1450px) {
    .planCaption {
        max-width: 1200px;
    }
}
@media screen and (max-width: 1250px) {
    .planCaption {
        max-width: 1000px;
    }
}
@media screen and (max-width: 1000px) {
    .planCaption {
        max-width: 800px;
        font-size: 15px;
    }
}
@media screen and (max-width: 850px) {
    .planCaption {
        max-width: 750px;
        line-height: 1.5;
    }
    .only850 {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .planCaption {
        max-width: 80%;
        font-size: 12px;
        text-align: left;
    }
    .planImgCont.remodal .planCaption {
        max-width: 80%;
    }
    .planImgCont.remodal.planPop .planCaption {
        margin: 1rem 0 1rem 1rem;
    }
}

/* close */
.closeIcon {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
}
.closeIcon span {
    background-color: #000;
    width: 40px;
    height: 1px;
    position: absolute;
    left: -5px;
}
.choubouPop .closeIcon span {
    background-color: #fff;
}
.closeIcon span:nth-child(1) {
    -webkit-transform: translateY(20px) rotate(-315deg);
    transform: translateY(20px) rotate(-315deg);
    top: -5px;
}
.closeIcon span:nth-child(2) {
    -webkit-transform: translateY(-20px) rotate(315deg);
    transform: translateY(-20px) rotate(315deg);
    bottom: -5px;
}


/* table */
.planPriceWrap {
    margin: 50px auto 0;
}
/* 料金のご案内 */
.priceInfo {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 18px;
    background: rgb(200, 177, 160, 0.4);
}
.priceInfo p {
    padding: 10px;
    font-size: 20px;
}
table {
    width: 100%;
    height: 190px;
    margin: 0 0 10px;
    text-align: center;
    border-collapse: collapse;
}
table.once {
    height: 185px;
}
table th,
table td {
    border: solid 1px #231815;
}
table th {
    height: 36px;
    padding: 2px 0;
    background: #E6E6E6;
    font-size: 20px;
    font-weight: normal;
}
/* table.once th {
    height: 37px;
} */
table td {
    /* height: 36px; */
    padding: 0;
    font-size: 18px;
    border-spacing: 0;
}
table td span {
    font-size: 25px;
}
/* planPriceWrap */
.planPriceWrap h3 {
    margin: 0 0 20px;
    text-align: center;
}
.planPriceWrap ul {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.planPriceWrap ul li {
    width: 49%;
}
/* .planPriceWrap ul li span.priceCaption:nth-of-type(1) {
    margin: 0 0 30px 0;
} */
.planPriceWrap ul li table.once + span.priceCaption:nth-of-type(1) {
    margin: 0;
}
.planPriceWrap ul li span.priceCaption.lastCaption {
    margin: 0;
}
.planPriceWrap ul li span.priceCaption {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}
.planPriceWrap ul li.priceContactCont {
    width: calc(100% - 2%);
    margin: 30px 0 0 0;
    display: block;
    text-align: center;
    background: rgb(200, 177, 160, 0.4);
}
span.miniTableTxt {
    font-size: 14px;
}
.colorArea01 {
    background: #D4E8F1;
}
.colorArea02 {
    background: #F7E0C3;
}
@media screen and (max-width: 1050px) {
    .priceInfo {
        width: calc(100% - 40px);
    }
    .planPriceWrap ul {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 900px) {
    table th {
        font-size: 2.222222vw;
    }
}
@media screen and (max-width: 768px) {
    table.once {
        height: auto;
    }
    table th {
        font-size: 18px;
    }
    table.once th {
        height: auto;
    }
    .planPriceWrap ul {
        flex-direction: column;
    }
    .planPriceWrap ul li {
        width: calc(80% + 30px);
        margin: 0 auto;
    }
    .planPriceWrap ul li:nth-child(1) {
        margin: 0 auto 30px;
    }
    .planPriceWrap ul li.priceContactCont {
        width: calc(80% + 30px);
        margin: 30px auto 0;
        padding: 5px 0;
    }
    .planPriceWrap ul li.priceContactCont p {
        line-height: 1.5;
    }
    /* .planPriceWrap ul li span.priceCaption {
        font-size: 10px;
    } */
    /* 料金のご案内 */
    .priceInfo {
        width: 80%;
    }
    .priceInfo p {
        padding: 10px;
    }
}
@media screen and (max-width: 500px) {
    .priceInfo p {
        font-size: 16px;
    }
    table th {
        font-size: 3.5vw;
    }
}
@media screen and (max-width: 450px) {
    table td {
        font-size: 14px;
    }
    table td span {
        font-size: 18px;
    }
    span.miniTableTxt {
        font-size: 12px;
    }
    .planPriceWrap h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 380px) {
    .priceInfo p {
        font-size: 4.3vw;
    }
    table th {
        font-size: 3.75vw;
    }
}

/* 230106 */
.planChoubouImg .choubouTitle {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.05em;
    text-align: center;
    position: absolute;
    top: 10px;
    line-height: 1;
    left: 10px;
    text-shadow: 0px 0px 7px #231815;
}
@media screen and (max-width: 768px) {
    .planChoubouImg .choubouTitle {
        font-size: 20px;
    }
}
@media screen and (max-width: 500px) {
    .planChoubouImg .choubouTitle {
        font-size: 18px;
    }
}
@media screen and (max-width: 375px) {
    .planChoubouImg .choubouTitle {
        font-size: 15px;
    }
}

/* requestWrap */
.requestWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 745px;
    margin: 50px auto 0;
    background: #473C39;
    box-sizing: border-box;
    border: solid 2px #473C39;
}
.requestWrap .requestBtn {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px 0;
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
}
.requestWrap .requestBtn p {
    line-height: 1;
    color: #fff;
    transition: all .5s ease;
}
.requestWrap .requestBtn p:first-child {
    margin: 0 auto 8px;
    font-size: 18px;
    letter-spacing: 0.15em;
}
.requestBtn > div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    transition: all .5s ease;
}
.requestBtn div p {
    font-size: 45px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #473C39;
    transition: all .5s ease;
}
.requestBtn span.mailIcon {
    display: flex;
    width: 100%;
    max-width: 40px;
    margin: 0 15px 0 0;
}
.requestWrap .requestBtn:hover div p {
    color: #473C39;
    background: #fff;
}
.requestWrap .requestBtn:hover {
    background: #fff;
}
.requestWrap .requestBtn:hover p {
    color: #473C39;
}
@media screen and (max-width: 768px) {
    .requestWrap .requestBtn p:first-child {
        font-size: 16px;
        letter-spacing: 0.05em;
    }
    .requestBtn div p {
        font-size: 35px;
        letter-spacing: 0.1em;
    }
}
@media screen and (max-width: 500px) {
    .requestWrap {
        margin: 30px auto 0;
    }
    .requestWrap .requestBtn p:first-child {
        margin: 0 auto 5px;
        font-size: 3.25vw;
        text-shadow: 0 0 #fff;
    }
    .requestBtn span.mailIcon {
        max-width: 35px;
        margin: 0 10px 0 0;
    }
    .requestBtn div p {
        font-size: 7.25vw;
    }
    .requestWrap .requestBtn:hover p {
        color: #473C39;
        text-shadow: 0 0 #473C39;
    }
}
@media screen and (max-width: 400px) {
    .requestBtn span.mailIcon {
        max-width: 30px;
        margin: 0 5px 0 0;
    }
}


/* 2024 */
/* スライダーの初期設定 */
.slide {
    background: #fff;
}
.slide span.slideImgCap {
    width: calc(100% - 0.3125rem);
    margin: -1.8em 0 0 auto;
    padding: 0 0.3125rem 0.3125rem 0;
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: right;
    text-shadow: 0 0 5px #473C39;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 20px;
    height: 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}
.slide .slick-prev {
    left: 0;
}
.slide .slick-next {
    right: 0;
}
.slide .slick-prev,
.slide .slick-next {
    width: 50px;
    height: 50px;
    background: #3F3730;
}
.slide .slick-next::after,
.slide .slick-prev::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.slide .slick-next::after {
    transform: rotate(45deg);
    right: 20%;
    left: 0;
}
.slide .slick-prev::after {
    transform: rotate(-135deg);
    left: 20%;
    right: 0;
}
.slide .slick-prev:hover,
.slide .slick-prev:focus,
.slide .slick-next:hover,
.slide .slick-next:focus {
    color: transparent;
    outline: none;
    background:rgba(63, 55, 48, 0.75);
}
.thumbnail .slick-track {
    max-width: 100%;
    width: 100% !important;
    display: flex;
    justify-content: center;
    transform: unset !important;
}
.slick-initialized.thumbnail .slick-slide {
    position: relative;
}
.slick-initialized.thumbnail .slick-slide {
    margin: 5px 5px 0 0;
}
.slick-initialized.thumbnail .slick-slide:last-child {
    margin: 5px 0 0 0;
}
.slick-initialized.thumbnail .slick-slide::after {
    content: "";
    width: 100%;
    height: inherit;
    display: block;
    background: #808080;
    position: absolute;
    bottom: 0;
    mix-blend-mode: multiply;
    -webkit-mix-blend-mode: multiply;
    -ms-mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
    -o-mix-blend-mode: multiply;
}
.slick-initialized.thumbnail .slick-slide.slick-current::after {
    background: unset;
}
/*タブ切り替え全体のスタイル*/
.tabWrap {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.tabs {
    width: 100%;
    max-width: 1500px;
    margin: 50px auto 0;
}
/*タブのスタイル*/
.tab_item {
    width: 18.6667%;
    height: 50px;
    margin: 0 max(20px, 0.333%) 0 0;
    background-color: #D2CBC8;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #8E7E76;
    display: block;
    text-align: center;
    transition: all 0.2s ease;
}
.tab_item:nth-of-type(4) {
    margin: 0;
}
.tab_item:hover {
    color: #fff;
    background: #8E7E76;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
    width: 100%;
    margin: 20px auto 150px;
    display: none;
    clear: both;
    overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content {
    display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #8E7E76;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .tab_item {
        width: calc((100% / 2) - 20px);
        height: 40px;
        margin: 0;
        line-height: 40px;
        font-size: 16px;
    }
    .tab_item:nth-of-type(2),
    .tab_item:nth-of-type(4) {
        margin-left: 10px;
    }
    .tab_item:nth-of-type(3),
    .tab_item:nth-of-type(4) {
        margin-top: 10px;
    }
    .thumbnail .slick-track {
        flex-wrap: wrap;
    }
    .slide span.slideImgCap {
        font-size: 16px;
    }
    .slide .slick-prev,
    .slide .slick-next {
        width: 30px;
        height: 35px;
    }
    .slide .slick-next::after,
    .slide .slick-prev::after {
        width: 12px;
        height: 12px;
    }
    .slide .slick-prev::after {
        left: 15%;
    }
    .slide .slick-next::after {
        right: 15%;
    }
}
@media screen and (max-width: 600px) {
    .slick-initialized.thumbnail .slick-slide {
        width: calc((100% / 5) - 5px) !important;
    }
    .slick-initialized.thumbnail .slick-slide:nth-child(5) {
        margin-right: 0;
    }
    .tab_content {
        margin: 20px auto 100px;
    }
}
@media screen and (max-width: 380px) {
    .slick-initialized.thumbnail .slick-slide {
        width: calc((100% / 4) - 5px) !important;
    }
    .slick-initialized.thumbnail .slick-slide:nth-child(4) {
        margin-right: 0;
    }
    .slick-initialized.thumbnail .slick-slide:nth-child(5) {
        margin-right: 5px;
    }
}

/* 2025 */
/* 眺望スライダーの初期設定 */
.viewSlide {
    width: 100%;
    height: 66.666vw;
    max-width: 1000px;
    max-height: 666.666px;
    overflow: hidden;
    background: #fff;
}
.viewSlide .slick-slide {
    position: relative;
}
.viewSlide span.slideImgCap {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.05em;
    text-align: center;
    position: absolute;
    top: 10px;
    line-height: 1;
    left: 10px;
    text-shadow: 0px 0px 7px #231815;
}
.viewSlide .slick-prev {
    left: 0;
}
.viewSlide .slick-next {
    right: 0;
}
.viewSlide .slick-prev,
.viewSlide .slick-next {
    width: 50px;
    height: 50px;
    background: #3F3730;
}
.viewSlide .slick-next::after,
.viewSlide .slick-prev::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.viewSlide .slick-next::after {
    transform: rotate(45deg);
    right: 20%;
    left: 0;
}
.viewSlide .slick-prev::after {
    transform: rotate(-135deg);
    left: 20%;
    right: 0;
}
.viewSlide .slick-prev:hover,
.viewSlide .slick-prev:focus,
.viewSlide .slick-next:hover,
.viewSlide .slick-next:focus {
    color: transparent;
    outline: none;
    background:rgba(63, 55, 48, 0.75);
}
@media screen and (max-width: 768px) {
    .viewSlide span.slideImgCap {
        font-size: 20px;
    }
    .viewSlide .slick-prev,
    .viewSlide .slick-next {
        width: 30px;
        height: 35px;
    }
    .viewSlide .slick-next::after,
    .viewSlide .slick-prev::after {
        width: 12px;
        height: 12px;
    }
    .viewSlide .slick-prev::after {
        left: 15%;
    }
    .viewSlide .slick-next::after {
        right: 15%;
    }
}
@media screen and (max-width: 500px) {
    .viewSlide span.slideImgCap {
        font-size: 18px;
    }
}
@media screen and (max-width: 375px) {
    .viewSlide span.slideImgCap {
        font-size: 15px;
    }
}

/* 202507 add ---------------------------------------------------------------- */
/* バナーエリア */
.bnrWrap{
  margin:60px 0 90px;
}
@media screen and (max-width: 768px) {
  .bnrWrap{
    margin-bottom:10%;
  }
}
