@charset "utf-8";


/*premium -------------------------------------------------------
-------------------------------------------------------------- */


/*common
------------------------------------------------------------*/

#content_Wrap {
    position: relative;
    color: #323232;
    background: #ffffff00;
}

#content_Wrap figure {
    position: relative;
    height: fit-content;
}

.u-sp-only {
    display: none;
}


/*main
------------------------------------------------------------*/


.main {
    background-image: url(../img/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16% 0;
    position: relative;
    z-index: 1;
}

.main-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-ttl img{
    width: 90%;
    max-width: 800px
}

/*sec01 , sec02
------------------------------------------------------------*/

.sec01 {
    position: relative;
    padding: 80px 0;
    background: url("../img/bg-sec01.jpg") no-repeat center / cover;
}

.sec01::before {
    content: "";
    background: url("../img/ico-border.png") no-repeat center/ cover;
    display: block;
    position: absolute;
    width: 2px;
    height: 60px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.c-sec-ttl {
    text-align: center;
    margin-bottom: 40px;
}
.c-sec-ttl h2 {
    margin: 0 auto;
    margin-bottom: 40px;
}
.c-sec-ttl h2 img {
    height: 40px;
    width: auto;
}

.c-sec-ttl p {
    line-height: 1.8em;
    letter-spacing: 0.05em;
}

.u-cap {
    font-size: 24px;
}
.u-cap span {
    font-size: 40px;
}
.u-cap-position {
    right: 3%;
    bottom: 2%;
}

.u-mg-bt10 {
    margin-bottom: 10px;
}

.u-mg-bt60 {
    margin-bottom: 60px;
}

.c-room-line {
    border: 1px solid #fff;
}
.c-room-detail {
    margin: 10px;
    padding: 40px 60px;
    background: url("../img/bg-stone.jpg") no-repeat center / cover;
}

.c-room-header {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.c-room-header-flex {
    display: flex;
    gap: 40px;
    align-items: flex-end;
}

.c-room-header h3 {
    margin-bottom: 20px;
}
.c-room-header .u-etc img {
    width: 80%;
    margin-top: 15px;
}

.c-room-zumen {
    margin-bottom: 40px;
}

.c-room-point  ul {
    display: grid;
    grid-auto-flow: column;        /* ★ 縦に詰めてから横へ進む */
    grid-template-rows: repeat(2, 1fr); /* ★ 2行に固定 */
    gap: 20px 40px;
}


.c-room-point ul li p {
    line-height: 1.6;
}

.c-room-point ul li h4 {
    font-size: 20px;
    color: #998800;
    margin-bottom: 10px;
}

.c-room-point ul li h4 span {
    display: inline-block;
    width:20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #998800;
    border-radius: 3px;
}

/*sec02*/

.sec02 {
    position: relative;
    padding: 80px 0;
    background: url("../img/bg-sec02.jpg") no-repeat center / cover;
}

.sec02::before {
    content: "";
    background: url("../img/ico-border.png") no-repeat center/ cover;
    display: block;
    position: absolute;
    width: 2px;
    height: 60px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sec02 .c-room-line {
    border: 1px solid #727171;
}

/*sec03
------------------------------------------------------------*/

.sec03 {
    position: relative;
    padding: 80px 0;
}

.sec03 .c-sec-ttl img {
    height: 50px;
}

/*sec04
-----------------------------------------------------------*/

.sec04 {
    font-family: sans-serif;
    position: relative;
    padding: 80px 0;
    background: #231815;
}

.sec04  h2 {
    margin-bottom: 20px;
}
.sec04 .c-sec-ttl h2 img {
    height: 50px;
}

.sec04 .c-sec-ttl hgroup p {
    font-size: 24px;
    color: #c0ae72;
    margin-bottom: 10px;
}

.sec04 .inner {
    background: rgba(255, 255, 255, 0.85);
    padding: 40px 60px;
    border: 5px solid #c0ae72;
}

.sec04 figure {
    margin-bottom: 10px;
}

.sec04 h3 img {
    height: 40px;
    width: auto;
    margin-bottom: 30px;
}

.sec04-ttl {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}

.sec04-lead_B {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}

.sec04-lead_T {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

/*kitchen*/

.sec04-kitchen {
    margin-bottom: 60px;
}

.sec04-kitchen > .u-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.sec04-kitchen .u-flex .p-fioreStone {
    width: calc(50% - 20px);
}
.sec04-kitchen .u-flex .p-touchLess {
    width: calc(50% - 20px);
}
.p-fioreStone-desc {
    margin: 30px 0;
}

.sec04-kitchen .p-touchLess .u-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.sec04-kitchen .p-touchLess .u-flex > div {
    width: calc(50% - 7.5px);
}

.u-fioreStone-logo {
    height: 50px;
    width: auto;
    margin-bottom: 10px;
    mix-blend-mode: multiply;
}

.p-article {
    margin-bottom: 40px;
}

/*delicia*/

.p-delicia {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
}

.p-delicia .item-top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.p-delicia .item-top > div:nth-child(1) {
    width: calc(45% - 10px);
}

.p-delicia .item-top > div:nth-child(2) {
    width: calc(55% - 10px);
}

.p-delicia  h3 {
    position: relative
}

.p-delicia  h3 img {
    height: 35px;
    width: auto;
    margin-bottom: 0;
}

.p-delicia  h4 {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    font-weight: bold;
}

.p-delicia  h3 img:nth-child(2) {
    float: right;
    height: 50px;
}

.p-delicia .item-top  {
    margin-bottom: 20px;
}

.p-delicia .item-top .sec04-lead_T {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.p-delicia .item-top .u-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.p-delicia .item-top .u-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.p-delicia .item-top .u-flex > div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 5px);
}

.p-delicia .item-top div:nth-child(1) {
    overflow: hidden;
}

.p-delicia .item-top div:nth-child(1) img {
    width: 105%;
}

.p-delicia .item-top .u-flex figure {
    margin: 0;
}

.p-delicia .item-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.p-delicia .item-bottom h3 {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.p-delicia .item-bottom .item-left {
    width: 88%;
}

.p-delicia .item-bottom .item-left .u-imgs-flex {
    display: flex;
    width: 100%;
}

.p-delicia .item-bottom .item-left img {
    height: auto;
    max-height: 180px;
    object-fit: contain;
}

.p-delicia .item-bottom .item-left img.u-app-img01 {
    display: none;
}

.u-imgs01 {
    width: 30%;
}
.u-imgs02 {
    width: 50%;
}
.u-imgs03 {
    width: 20%;
}
.u-imgs02 .caption{
  font-size: clamp(8px,0.83333333vw,10px);
  padding-left: 13em;
}

.p-delicia .item-bottom .item-left img.u-app-img01 {
    display: none;
    width: 50%;
}

.p-delicia .item-bottom .item-left img.u-app-img02 {
    display: block;
    width: 100%;
}
.p-delicia .item-bottom .item-left img.u-app-img03  {
    display: block;
    width: 100%;
}

.p-delicia .item-bottom .item-left img.u-app-img04 {
    display: none;
    width: 100%;
}
.p-delicia .item-bottom .item-left img.u-app-img05  {
    display: block;
    width: 100%;
}

.p-delicia .item-bottom .item-right {
    width: 12%;
}

.p-delicia .item-bottom .item-right img {
    height: auto;
    max-height: 220px;
    object-fit: contain;
}

/*fan*/

.p-fan {
    margin-bottom: 60px;
}

.p-fan .sec04-ttl span {
    font-size: 14px;
    font-weight: 400;
}

.p-fan .u-flex {
    display: flex;
    gap: 40px;
}
.p-fan .u-flex > div {
    width: calc(50% - 20px);
}

.p-fan .item-left {
    overflow: hidden;
}

.p-fan .item-left img {
    width: 102%;

}

.p-fan .item-right .u-flex {
    gap: 20px;
}

.p-fan .item-right .u-flex > div  {
    width: calc(50% - 10px);
}

.p-fan .sec04-lead_B {
    margin-bottom: 10px;
}

.p-fan .item-right .u-flex h4 {
    font-weight: bold;
    margin-bottom: 5px;
}


/*vanity*/

.p-vanity {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.p-vanity .item-left {
    width: calc(50% - 20px);
    overflow: hidden;
}

.p-vanity .item-left img {
    width: 105%;
}

.p-vanity .item-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 20px);
}

.p-vanity .item-right .u-flex {
    display: flex;
    gap: 20px;
}

.p-vanity .item-right .u-flex > div:nth-child(1) {
    width: calc(60% - 10px);
}

.p-vanity .item-right .u-flex > div:nth-child(2) {
    width: calc(40% - 10px);
}

.p-vanity .item-right .u-flex h4 {
    font-weight: bold;
    margin-bottom: 5px;
}

.p-vanity .sec04-ttl {
    margin-bottom: 10px;
}

.p-vanity .sec04-lead_B {
    margin-bottom: 20px;
}


/*carport*/

.sec04-carport {
    background: #fff;
    padding: 40px;
    border: 5px solid #c0ae72;
}

.sec04-carport hgroup h3 img {
    height: 45px;
}

.sec04-carport hgroup p {
    font-size: 28px;
    margin-bottom: 20px;
}

.sec04-carport .u-flex {
    display: flex;
    flex-wrap : wrap;
    gap: 40px;
}

.sec04-carport .u-flex > div:nth-child(1) {
    width: calc(58% - 20px);
}
.sec04-carport .u-flex > div:nth-child(2) {
    width: calc(42% - 20px);
}

.sec04-carport .u-flex .item-left p {
    line-height: 1.6;
    margin-bottom: 20px;
}

.sec04-carport .u-flex .item-right figure:first-child {
    margin-bottom: 30px;
}

.sec04-carport .u-flex .item-right figure .u-btm {
    bottom: -20px;
}

.sec04-carport .u-attention {
    font-size: 12px;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
}

/*----------------↓ panoramicView ↓---------------*/

#View_All_Wrap {
width: 2000px;
margin: 0 auto;
max-width: 100%;
position: relative;
}

#View_All_Wrap img {
    width: auto;
}

#View_All_Wrap .att{
font-size: 14px;
text-align: left;
margin-top: 10px;
margin-left: 1em;
}

.view1-1{
position: relative;
width: 100%;
margin: 0 auto;
overflow: hidden;
}
#PANO1-1 {
position: relative;
width: 100%;
height: 450px;
margin: 0 auto;
overflow: hidden;
}
#PANOWRAP1-1 {
position: relative;
width: 100%;
height: 450px;
margin: 0 auto;
overflow: hidden;
}
#PANOBODY1-1 {
display: block;
position: absolute;
top: 0;
left: 0;
width: auto;
height: auto;
}

div[id^="PANOBODY"] img {	height: 450px; max-width: inherit;}

/* 左右矢印 */
.arr1-1 {
display: block;
-webkit-user-select: none;
cursor: pointer;
}
.arr1-1.left {
position: absolute;
top: 0;
left: 20px;
width: 50%;
height: 100%;
}
.arr1-1.right {
position: absolute;
top: 0;
right: 20px;
width: 50%;
height: 100%;
}
.arr1-1 img {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 45px;
height: 135px;
}
.arr1-1.left img { left: 0;}
.arr1-1.right img { right: 0;}

/*----------------↑ panoramicView　↑---------------*/


.notes {
    color: #000;
    text-indent: -1em;
    padding-left: 1em;
}

/*=============================
タブレット表示
=============================*/

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

/*sec01,sec02 */

   .u-cap {
        font-size: 16px;
    }

    .u-cap span {
        font-size: 24px;
    }
    .c-room-point  ul {
        grid-auto-flow: row; 
    }



/* kitchen */

    .sec04-kitchen > .u-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .sec04-kitchen .u-flex .p-fioreStone {
        width: 100%;
    }

    .sec04-kitchen .u-flex .p-touchLess {
        width: 100%;
    }

    /*delicia*/

    .p-delicia {
        padding: 40px;
        margin-bottom: 40px;
    }

    .p-delicia .item-top {
        gap: 0px;
        margin-bottom: 40px;
    }


    .p-delicia .item-top .u-flex {
        gap: 40px;
    }
    
    .p-delicia .item-top > div:nth-child(1),
    .p-delicia .item-top > div:nth-child(2) {
        width: 100%;
    }
    

    .p-delicia  h3 img:nth-child(1) {
        width: 80%;
        height: auto;
        margin-bottom: 10px;
    }

    .p-delicia  h3 img:nth-child(2) {
        float: none;
        width: 30%;
        height: auto;
        margin-bottom: 40px;
    }

    .tab {
        display: block;
    }

    .pc_only {
        display: none;
    }

    .p-delicia .item-top .u-flex > div{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .p-delicia .item-bottom {
        position: relative;
        flex-direction: column-reverse;
    }

    .p-delicia .item-bottom .sec04-ttl {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .p-delicia .item-bottom .sec04-ttl .u-larger {
        font-size: 24px;
        margin-left: -10px;
    }


    .p-delicia .item-bottom .item-left {
        width: 100%;
    }
    .p-delicia .item-bottom .item-right {
        width: 100%;
    }

    .p-delicia .item-bottom .item-left div {
        flex-wrap: wrap;
    }

    .p-delicia .item-bottom .item-right img {
        display: block;
        width: 50%;
        max-height: none;
        margin: 0 auto 40px auto;
    }

    .u-tab-flex {
        display: flex;
        flex-direction:row-reverse;
    }

    .u-imgs01 {
        width: 100%;
        margin: 0 auto 40px auto;
    }
    .u-imgs02 {
        width: 100%;
        margin: 0 auto 40px auto;
    }
    .u-imgs03 {
         width: 80%;
        margin: 0 auto 40px auto;
    }


    .p-delicia .item-bottom .item-left img.u-app-img01 {
        display: block;
        width: 30%;
        max-height: none;
    }

    .p-delicia .item-bottom .item-left img.u-app-img02 {
        margin: 0 auto;
        width: 70%;
        max-height: none;
    }
    .p-delicia .item-bottom .item-left img.u-app-img03 {
        margin: 0 auto;
        max-height: none;
    }
    .p-delicia .item-bottom .item-left img.u-app-img04 {
        margin: 0 auto;
        max-height: none;
    }  
    .p-delicia .item-bottom .item-left img.u-app-img05 {
        margin: 0 auto;
        max-width: 350px;
        max-height: none;
    }  

    /*fan*/

    .p-fan .u-flex {
        flex-wrap: wrap;
        gap: 0px;
    }
    .p-fan .u-flex > div {
        width: 100%;
    }
    .p-fan .sec04-lead_B {
        margin-bottom: 20px;
    }

    /*vanity*/

     .p-vanity {
        flex-wrap: wrap;
        gap: 0px;
        margin-bottom: 40px;
    }

    .p-vanity .item-left {
        width: 100%;
    }

    .p-vanity .item-right {
        width: 100%;
    }

    /*carport*/
  
    .sec04-carport hgroup h3 img {
        height: 30px;
    }

    .sec04-carport hgroup p {
        font-size: 20px;
        margin-bottom: 20px;
    }

}

/*=============================
spから
=============================*/
@media screen and (max-width: 767px) {

    html {
        font-size: 14px;
    }

    .main {
        background-image: url(../img/main_sp.jpg);
        background-position: left center;
        padding: 24% 0;
    }

    .main-ttl {
        width: 70%;
    }

    .main-ttl img{
        width: 100%;
    }

    /*sec01 , sec02
    ------------------------------------------------------------*/
    .sec01 {
        padding: 60px 0;
    }
    .sec01::before {
        width: 1px;
        height: 45px;
    }

    .c-sec-ttl {
        margin-bottom: 20px;
    }

    .c-sec-ttl h2 {
        margin-bottom: 20px;
    }
    .c-sec-ttl h2 img {
        height: 30px;
    }

    .u-cap {
        font-size: 12.5px;
    }

    .u-cap span {
        font-size: 18px;
    }

    .u-mg-bt60 {
        margin-bottom: 40px;
    }

    .c-room-detail {
        padding: 40px 30px;
    }

    .c-room-header-flex {
        width: 100%;
        max-width: 300px;
        flex-direction: column;
        gap: 30px;
        align-items:unset;
        margin: 0 auto;
    }

    .c-room-header h3 {
        margin-bottom: 15px;
    }

    .c-room-point ul li p {
        line-height: 1.6;
        font-size: 14px;
    }

    .c-room-point ul li h4 {
        font-size: 18px;
        color: #998800;
        margin-bottom: 10px;
    }

    /*拡大するボタン
    ----------------------*/

    .modal_wrap {
        position: relative;
        width: 100%;
    }

    /* モーダルを開くボタン */
    .modal-open {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        display: block;
        font-size: 14px;
        width: 80%;
        margin: 0 auto 40px auto;
        padding: 8px 15px;
        color: #000;
        background: #fff;
        border-radius: 99px;
        border: none;
        cursor: pointer;
    }

    /* モーダルと背景の指定 */
    .modal {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 95vw;
        height: auto;
        max-height: 90svh;
        text-align: center;
        background: rgba(255,255,255,.98);
        /* padding: 20px 20px; */
        padding: 60px 0px 30px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        box-sizing: border-box;
    }

    /* モーダルの擬似要素の指定 */
    .modal:before{
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        margin-left: -0.2em;
    }

    /* クラスが追加された時の指定 */
    .modal.is-active{
        opacity: 1;
        visibility: visible;
    }

    /* モーダル内側の指定 */
    .modal-container{
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 600px;
        width: 99%;
    }

    /* モーダルを閉じるボタンの指定 */
    .modal-close{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -57px;
        right: 2px;
        width: 45px;
        height: 45px;
        font-size: 18px;
        color: #fff;
        background: #000;
        border-radius: 50%;
        cursor: pointer;
    }

    /* モーダルのコンテンツ部分の指定 */
    .modal-content{
        /* background: #000; */
        text-align: left;
        line-height: 1.8;
        /* padding: 30px 20px; */
        padding: 0px 0px;
    }

    /* モーダルのコンテンツ部分のテキストの指定 */
    .modal-content p{
        margin: 1em 0;
    }


    /*sec02*/

    .sec02 {
        padding: 60px 0;
    }
    .sec02::before {
        width: 1px;
        height: 45px;
    }

    .c-room-header .u-etc{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        font-size: clamp(6px, 3.5vw, 15px);
        margin-top: 10px;
        letter-spacing: -0.08em;
        line-height: 1.1
    }

    .js-scrollable.u-sp-mode img{
        width: auto;
        max-width: inherit;
        height: 400px;
    }


    /*sec03
    ------------------------------------------------------------*/

    .sec03 {
        padding: 60px 0;
    }

    .sec03 .c-sec-ttl img {
        height: 35px;
    }

    /*sec04
    ------------------------------------------------------------*/

    .sec04 {
        padding: 60px 0;
    }
    .sec04 .c-sec-ttl h2  {
        margin-bottom: 10px;
    }

    .sec04 .c-sec-ttl h2 img {
        height: 35px;
        margin-bottom: 5px;
    }

    .sec04 .c-sec-ttl hgroup p {
        font-size: 16px;
    }

    .sec04 .inner {
        padding: 40px 30px
    }

    .sec04 figure {
        margin-bottom: 5px;
    }

    .sec04 h3 img {
        height: 30px;
        width: auto;
        margin-bottom: 20px;
    }

    .sec04-ttl {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .sec04-lead_B {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .sec04-lead_T {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: -0.01em;
    }

    /*kitchen*/

    .p-delicia {
        padding: 40px;
        margin-bottom: 40px;
    }

    .sec04-kitchen {
        margin-bottom: 40px;
    }

    .p-fioreStone-desc {
        margin: 20px 0;
    }
    .u-fioreStone-logo {
        height: 35px;
    }

    .sec04-kitchen .p-touchLess .u-flex > div {
        width: 100%;
    }

    /*delicia*/

    .p-delicia {
        padding: 20px;
        margin-bottom: 40px;
    }

     .p-delicia .item-top .u-flex {
        gap: 20px;
    }

     .p-delicia  h3 img:nth-child(2) {
        margin-bottom: 20px;
    }

    .p-delicia .item-bottom .sec04-ttl {
        margin-bottom: 20px;
    }

    .u-imgs01 {
        margin: 0 auto;
    }
    .u-imgs02 {
        display: block;
        margin: 0 auto;
    }
    .u-imgs03 {
        display: block;
        margin: 0 auto;
    }
    .u-imgs02 .caption{
     position: absolute;
    left: 1em;
     bottom: 1.8em;
  font-size: clamp(8px,0.83333333vw,10px);
  padding-left: 0;
}

    .p-delicia .item-bottom .item-left img.u-app-img01 {
            width: 50%;
            max-width: 200px;
            max-height:none;
            margin: 0 auto 20px auto;
    }
    .p-delicia .item-bottom .item-left img.u-app-img02 {
            width: 100%;
            max-width: 450px;
            margin: 0 auto 20px auto;
    }
    .p-delicia .item-bottom .item-left img.u-app-img03 {
            display: none;
        }
    
    .p-delicia .item-bottom .item-left img.u-app-img04 {
            display: block;
            width: 100%;
            max-width: 450px;
            margin: 0 auto 20px auto;
    }  

    .p-delicia .item-bottom .item-left img.u-app-img05 {
            width: 100%;
            max-width: 350px;
            margin: 0 auto;
    }  


    
    /*fan*/

    .p-fan {
        margin-bottom: 40px;
    }

    .p-fan .sec04-ttl span {
        font-size: 12px;
    }

    .p-fan .item-right .u-flex > div  {
        width: 100%;
    }


    /*vanity*/

    .p-vanity .item-right .u-flex {
        flex-wrap: wrap;
    }

    .p-vanity .item-right .u-flex > div:nth-child(1),
    .p-vanity .item-right .u-flex > div:nth-child(2) {
        width: 100%;
    }

    /*carport*/

    .sec04-carport {
        padding: 20px;
    }

    .sec04-carport hgroup h3 img {
        width: 100%;
        height: auto;
        margin: 5px;
    }

    .sec04-carport .u-flex {
        gap: 20px;
        margin-bottom: 30px;
    }

    .sec04-carport hgroup p {
        font-size: clamp(12px,3vw,24px);
        margin-bottom: 20px;
    }

    .sec04-carport .u-flex > div:nth-child(1),
    .sec04-carport .u-flex > div:nth-child(2) {
        width: 100%;
    }

    .sec04-carport .u-attention {
        font-size: 10px;
    }




    /*----------------↓ panoramicView　↓---------------*/

	#pano_sp a {
        display: block;
        position: relative;
        width: 100%;
    }
    #pano_sp a::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 70%;
        padding: 50% 0 0;
        background: url(../img/view/tap.svg) no-repeat center center;
        background-size: cover;
    }
    /*#pano_sp img { width: 100%;}*/

    .js-scrollable {
        overflow-y: hidden;
        position: relative;
    }

    .js-scrollable.pano-img img {
        width: auto;
        max-width: inherit;
        height: 180px;
        /*max-width: unset;*/
    }


    /*----------------↑ panoramicView　↑---------------*/

}


/*微調整
================================================*/

@media screen and (max-width: 550px) {
    .u-sp-only {
        display: block;
    }
}
