@charset "utf-8";

/* navHeight */
.navHeight{
    width: 100%;
    height: 120px;
}
@media (max-width:1024px){
    .navHeight{
        height: 60px;
        background-image: url(../images/common/bg01.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-bottom: 1px solid #d3adaf;
    }
}

/* pageWrap */
.pageWrap{
    background-image: url(../images/top/bg01.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
}
.pageWrap:before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#fff,transparent);
    position: absolute;
    top: 0;
    left: 0;
}
.pageWrap_inner{
    position: relative;
}
.fadeIn{
    opacity: 0;
    transition: opacity 1s ease-out,transform 1s ease-out;
}
.fadeIn.show{
    opacity: 1;
}

/* equipmentBtn */
.equipmentBtn{
    background-color: #b46c62;
    padding: 30px 0;
}
.equipmentBtn.pageBottom{
    margin-bottom: 80px;
}
.equipmentBtn ul{
    max-width:1100px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.equipmentBtn ul li{
    width: 18%;
    margin-bottom: 10px;
}
.equipmentBtn ul li:nth-child(6),
.equipmentBtn ul li:nth-child(7),
.equipmentBtn ul li:nth-child(8),
.equipmentBtn ul li:nth-child(9),
.equipmentBtn ul li:nth-child(10){
    margin-bottom: 0px;
}
.equipmentBtn ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    font-family: "EB Garamond", serif;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.5s all;
}
.equipmentBtn ul li a:hover,
.equipmentBtn ul li a:active,
.equipmentBtn ul li a.current{
    border: 1px solid transparent;
    background-color: rgba(255,255,255,0.3);
    transition: 0.5s all;
}
@media (max-width:1024px){
    .equipmentBtn ul{
        width: 90%;
    }
}
@media (max-width:768px){
    .equipmentBtn ul li{
        width: 48%;
    }
    .equipmentBtn ul li:nth-child(6),
    .equipmentBtn ul li:nth-child(7),
    .equipmentBtn ul li:nth-child(8){
        margin-bottom: 10px;
    }
    .equipmentBtn ul li a{
        font-size: 1.15em;
    }
}
@media (max-width:500px){
    .equipmentBtn ul li a{
        font-size: 1.05em;
    }
}

/* pageTtl */
.pageTtl{
    padding: 80px 0;
}
.pageTtl h2{
    text-align: center;
    background-color: #c38e92;
    margin-bottom: 50px;               
}
.pageTtl h2 span{
    font-family: "EB Garamond", serif;
    font-size: 2.5em;
    font-weight: 300;
    color: #fff;
    opacity: 0;
    animation: txtAnime 1s forwards;             
}
.pageTtl h2 span:nth-child(1){
    animation-delay: 0.2s;           
}
.pageTtl h2 span:nth-child(2){
    animation-delay: 0.4s;           
}
.pageTtl h2 span:nth-child(3){
    animation-delay: 0.6s;           
}
.pageTtl h2 span:nth-child(4){
    animation-delay: 0.8s;           
}
.pageTtl h2 span:nth-child(5){
    animation-delay: 1s;           
}
.pageTtl h2 span:nth-child(6){
    animation-delay: 1.2s;           
}
.pageTtl h2 span:nth-child(7){
    animation-delay: 1.4s;           
}
.pageTtl h2 span:nth-child(8){
    animation-delay: 1.6s;           
}
.pageTtl h2 span:nth-child(9){
    animation-delay: 1.8s;           
}
@keyframes txtAnime{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.mainTxt{
    text-align: center;
}
.mainTxt h3{
    font-size: 1.75em;
    font-weight: 400;
    letter-spacing: 0.25em;
    margin-bottom: 30px;
}
.mainTxt p{
    font-size: 1em;
    line-height: 2;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
    top: 0;
    left: 0;
}
.imgNotice{
    font-size: 0.75em;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
}
.imgNotice.white{
    color: #fff;
}
.contentBox>.imgBox{
    position: relative;
}
.absolute{
    position: absolute;
    top: 0;
    left: 0;
}
.multiply{
    mix-blend-mode: multiply;
}
.under1024,
.under500{
    display: none;
}
@media (max-width:1500px){
    .pageTtl h2 span{
        font-size: 2.25em;
    }
    .mainTxt h3{
        font-size: 1.5em;
    }
}
@media (max-width:1024px){
    .under1024{
        display: block;
    }
}
@media (max-width:768px){
    .pageTtl h2 span{
        font-size: 2.5em;
    }
    .mainTxt h3{
        font-size: 1.75em;
    }
}
@media (max-width:500px){
    .pageTtl h2 span{
        font-size: 2.25em;
    }
    .mainTxt h3{
        font-size: 1.5em;
    }
    .under500{
        display: block;
    }
}

/* page_innerBtn */
.page_innerBtn{
    margin-bottom: 80px;
}
.page_innerBtn>ul{
    display: flex;
    justify-content: center;
}
.page_innerBtn>ul>li{
    width: 350px;
    height: 60px;
    position: relative;
}
.page_innerBtn>ul>li:nth-child(1){
    margin-right: 20px;
}
.page_innerBtn>ul>li>a{
    font-family: "EB Garamond", serif;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #d3adaf;
    transition: 0.5s all;
}
.page_innerBtn>ul>li>a.current,
.page_innerBtn>ul>li>a:hover,
.page_innerBtn>ul>li>a:active{
    background-color: #b46c62;
    transition: 0.5s all;
}
@media (max-width:1024px){
    .page_innerBtn>ul>li{
        width: 280px;
        height: 40px;
        position: relative;
    }
}
@media (max-width:768px){
    .page_innerBtn{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 80px;
    }
    .page_innerBtn>ul{
        justify-content: space-between;
    }
    .page_innerBtn>ul>li{
        width: 47%;
    }
    .page_innerBtn>ul>li:nth-child(1){
        margin-right: 0px;
    }
    .page_innerBtn>ul>li>a{
        font-size: 1.1em;
    }
}

/* mainBox */
.mainBox{
    max-width:1100px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
}
.mainBox>.imgBox{
    position: relative;
}
.mainBox>.txtBox{
    text-align: center;
    margin-bottom: 50px;
}
.mainBox>.txtBox>h3{
    font-size: 1.25em;
    font-weight: 500;
    color: #c48f93;
    margin-bottom: 5px;
}
.mainBox>.txtBox>p{
    font-size: 0.9em;
    line-height: 1.8;
}

/* threeRow */
.threeRow{
    margin-bottom: 80px;
}
.threeRow>ul{
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.threeRow>ul>li{
    width: 30%;
    margin-bottom: 50px;
}
.threeRow>ul>li:nth-child(7),
.threeRow>ul>li:nth-child(8),
.threeRow>ul>li:last-child{
    margin-bottom: 0px;
}
.contentBox>.imgBox{
    margin-bottom: 10px;
}
.contentBox>.txtBox>h3{
    font-size: 1em;
    font-weight: 500;
    color: #c48f93;
    margin-bottom: 5px;
}
.contentBox>.txtBox>p{
    font-size: 0.9em;
    line-height: 1.8;
}
.contentBox>.txtBox>p>span.notice{
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.6;
    padding-bottom: 0;
}
.pointTxt{
    position: absolute;
    width: 30%;
    aspect-ratio: 1/1;
    top: -10px;
    right:-10px;
}
@media (max-width:1024px){
    .threeRow>ul{
        width: 90%;
    }
}
@media (max-width:768px){
    .threeRow>ul{
        max-width: 550px;
        width: 90%;
    }
    .threeRow>ul>li{
        width: 47%;
    }
    .threeRow>ul>li:nth-child(7),
    .threeRow>ul>li:nth-child(8){
        margin-bottom: 50px;
    }
}

/* toiletExplanation */
.interPhone{
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    padding-top: 130px;
    margin-bottom: 80px;
}
.interPhone>h3{
    font-family: "Noto Sans JP", sans-serif;                
    font-size: 1.25em;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #c38e92;
    padding: 0.25em 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.interPhone>.mainTxt{
    margin-bottom: 50px;
}
.interPhone>.mainTxt>h4{
    font-family: "Noto Sans JP", sans-serif;                
    font-size: 1.25em;
    font-weight: 500;
    color: #c38e92;
    margin-bottom: 10px;
}
.interPhone>.mainTxt>p{               
    font-size: 0.9em;
}
.interPhone>.contentRow{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.interPhone>.contentRow>li{
    width: 47%;
}
.interPhone>.contentRow>li>ul>li{
    border-left: 5px solid #c38e92;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.interPhone>.contentRow>li>ul>li:last-child{
    margin-bottom: 0px;
}
.interPhone>.contentRow>li>ul>li>h4{
    font-family: "Noto Sans JP", sans-serif;                
    font-size: 1em;
    font-weight: 500;
    color: #c38e92;
    margin-bottom: 10px;
}
.interPhone>.contentRow>li>ul>li>p{                
    font-size: 0.9em;
    line-height: 1.8;
}
@media (max-width:1500px){
    .interPhone>h3,
    .interPhone>.mainTxt>h4{               
        font-size: 1.15em;
    }
}
@media (max-width:1024px){
    .interPhone{
        width: 90%;
    }
}
@media (max-width:768px){
    .interPhone>.contentRow>li{
        width: 100%;
    }
    .interPhone>.contentRow>li:nth-child(1){
        margin-bottom: 20px;
    }
}

/* toiletExplanation */
.contentBox_wrap.allSeasons{
    background-image: url(../images/smartlife/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 80px;
}
.contentBox_wrap.allSeasons>.contentBox{
    margin-bottom: 0;
}
.contentRow03>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contentRow03>ul>li{
    width: 47%;
    margin-bottom: 50px;
}
.contentRow03>ul>li:nth-child(3),
.contentRow03>ul>li:last-child{
    margin-bottom: 0px;
}
.contentRow03>ul>li>.mainRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contentRow03>ul>li>.mainRow>.imgBox{
    position: relative;
}
.contentRow03>ul>li>.mainRow>.txtBox,
.contentRow03>ul>li>.mainRow>.imgBox{
    width: 47%;
    text-align: left;
}
.contentRow03>ul>li>.mainRow>.txtBox>h5{
    font-size: 1.1em;
    font-weight: 500;
    color: #c38e92;
    margin-bottom: 10px;
}
.contentRow03>ul>li>.mainRow>.txtBox>p{
    font-size: 0.9em;
    line-height: 1.8;
}
.contentRow03>ul>li>h4>.numberIcon{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.25em;
    font-weight: 500;
    color: #c38e92;
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #c38e92;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
}
.content_innerBox>.ttlBox,
.content_innerBox>.mainBox,
.content_innerRow>ul>li{
    margin-bottom: 20px;
}
.content_innerRow>ul>li:last-child{
    margin-bottom: 0px;
}
.content_innerRow>ul>li>.mainRow{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content_innerRow>ul>li>.mainRow>.txtBox{
    width: 57%;
}
.content_innerRow>ul>li>.mainRow>.imgBox{
    width: 37%;
}
.content_innerBox.glass{
    margin-top: 50px;
}
.content_innerBox.glass>.imgBox{
    width: 50%;
    margin: 0 auto;
}
.content_innerRow>ul>li>.mainRow>.imgBox{
    position: relative;
}
.content_innerBox>.ttlBox>h5,
.content_innerRow>ul>li>h5{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    background-color: #c38e92;
    padding: 0.25em 1em;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
}
.content_innerBox>.ttlBox>p,
.content_innerRow>ul>li>.mainRow>.txtBox>p{
    font-size: 0.9em;
    line-height: 1.8;
}
.content_innerBox>.ttlBox>p>span{
    font-size: 0.75em;
}
.content_innerBox>.mainBox>p.em,
.content_innerBox>.mainRow>.txtBox>p.em{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    line-height: 1.8;
    color: #c38e92;
}
.content_innerBox>.mainBox>p{
    font-size: 0.9em;
    line-height: 1.8;
}
.content_innerBox>.mainRow>.txtBox>p.noticeTxt{
    font-size: 0.8em;
    line-height: 1.8;
    margin-top: 20px;
}
.content_innerBox>.imgRow,
.content_innerBox>.mainRow{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.content_innerBox>.imgRow>li{
    width: 47%;
}
.content_innerBox>.mainRow>.txtBox{
    width: 67%;
}
.content_innerBox>.mainRow>.imgBox{
    width: 27%;
}
@media (max-width:768px){
    .contentRow03>ul>li{
        width: 100%;
    }
    .contentRow03>ul>li:nth-child(3){
        margin-bottom: 50px;
    }
    .contentRow03>ul>li>.mainBox{
        padding: 20px;
    }                
}
@media (max-width:500px){
    .content_innerBox>.mainRow>.txtBox{
        width: 100%;
    }
    .content_innerBox.glass>.imgBox{
        width: 75%;
    }
    .content_innerBox>.mainRow>.imgBox{
        width: 75%;
        margin: 0 auto;
        margin-top: 20px;
    }
}

