@charset "utf-8";
main {
    width: 100%;
    margin: auto;
    background: #0d0015;
    color: #fff;
}
h2 img{
    width: 100%;
}
h3 {
    padding: 15px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    text-align: center;
}

.linkWrap {
    width: 94%;
    max-width: 1200px;
    position: relative;
    margin: auto;
}
.linkWrap .page_ttl {
    margin: 0 auto;
    width: 50%;
    max-width: 480px;
	text-align: center;
}
.linkWrap .page_ttl img {
   height: 155px;
	max-width: 215px;
}
.linkWrap ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1200px;
}
.linkWrap li {
    width: 50%;
    max-width: 200px;
}
.linkWrap a {
    display: block;
    width: 100%;
    height: 100%;
}
.linkWrap a img {
    width: 100%;
}
p.caution{
    font-size: 10px;
    width: 100%;
    letter-spacing: .15em;
    line-height: 1.6em;
    padding-bottom: 40px;
}
#mv_quality {
    width: 100%;
    height: 600px;
    overflow: hidden;
}
#mv_quality figure {}
#mv_quality img {
    width: 100%;
}
.quality_concept {
    width: 94%;
    max-width: 1200px;
    margin: 125px auto 0;
}

.quality_concept h2 {
    width: 702px;
    margin: auto;
}
.quality_concept h2 img {
    width: 100%;
}
.quality_concept .qualityConcept {
    width: 94%;
    max-width: 1200px;
    background: #fff;
    padding: 40px 45px;
    margin: 118px auto 0;
}
.quality_concept .qualityRoomDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.quality_concept .leftBox,.quality_concept .rightBox {
    width: 50%;
}
.quality_concept .leftBox img {
    display: block;
    width: 94%;
    max-width: 422px;
    margin: auto;
}
.quality_concept .rightBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.quality_concept .rightBox li {
    width: calc((100% - 35px)/2);
    margin-bottom: 30px;
}
.quality_concept .rightBox img {
    width: 100%;
}
.quality_concept + .btnArea{
    margin-top: 158px;
}
.btnArea {
    width: 94%;
    max-width: 1200px;
    margin: auto;
}
.btnArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btnArea ul li{
    width: calc((100% - 50px)/3);
    margin-left: 25px;
    border: solid 2px #fff;
    text-align: right;
    padding: 17px 20px 17px 0;
}
.btnArea ul li img{
    width: auto;
    height: 21px;
}
.btnArea ul li.active{
    background: #141870;
    border: 0;
    text-align: center;
}
.btnArea ul .premium {
    margin-left: 0;
}

.col01{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: block;
}
.col01 li{
    width: 100%;
}
.col01 li img{
    width: 100%;
}
.col02{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.col02 li{
    width: calc((100% - 35px)/2);
    margin-bottom: 35px;
}
.col02 li:nth-child(even){
    margin-left: 35px;
}
.col02 li img{
    width: 100%;
}
.innerCol02{
    width: 100%;
    max-width: 580px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.innerCol02 li{
    width: calc((100% - 35px)/2);
    margin-bottom: 35px;
}
.innerCol02 li.innercol2Big{
    width: 100%;
}
.innerCol02 li:nth-child(even){
    margin-left: 35px;
}
.innerCol02 li img{
    width: 100%;
}
.col03{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.col03 li{
    width: calc((100% - 90px)/3);
    margin-left: 45px;
    margin-bottom: 35px;
}
.col03 li:nth-child(3n+1){
    margin-left: 0;
}
.col03 li img{
    width: 100%;
}
.col04{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.col04 li{
    width: calc((100% - 105px)/4);
    margin-left: 35px;
    margin-bottom: 35px;
}
.col04 li:nth-child(4n+1){
    margin-left: 0;
}
.col04 li img{
    width: 100%;
}
.PremiumSpecWrap h2{
    width: 94%;
    max-width: 703px;
    margin: 80px auto 0;
}
.PremiumSpecWrap h2 + ul{
    margin-top: 55px;
}
.PremiumSpecWrap h2 + ul li{
    margin-bottom: 0;
}
.PremiumSpecWrap ul + ul{
    margin-top: 38px;
}
.PremiumSpecWrap .caution{
    width: 94%;
    max-width: 1200px;
    margin: 36px auto 0;
}
.PremiumSpecWrap{
    position: relative;
    z-index: 0;
}
.PremiumSpecWrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 2180px;
    background: #14143c;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.PremiumSpecWrap + .btnArea{
    margin-top: 150px;
}
.equipmentWrap{
    width: 94%;
    max-width: 1200px;
    margin: 155px auto 0;
}
.equipmentWrap h2 {
    width: 467px;
    margin: auto;
}
.equipmentWrap h3{margin-top: 60px;}
.equipmentWrap h3 img{
    display: block;
    width: 103px;
    margin: auto;
}
.equipmentWrap .col04{
    margin-top: 35px;
}
.equipmentBathroomWrap{
    width: 94%;
    max-width: 1200px;
    margin: 80px auto 0;
}
.equipmentBathroomWrap h2{
    width: 370px;
    margin: auto;
}
.equipmentBathroomWrap h3{
    margin-top: 60px;
}
.equipmentBathroomWrap h3 img{
    width: auto;
    height: 21px;
}
.equipmentBathroomWrap .col04{
    margin-top: 35px;
}
.equipmentBathroomWrap .innerCol02{
    margin-top: 35px;
}
.storageWrap {
    width: 94%;
    max-width: 1200px;
    margin: 80px auto 0;
}
.storageWrap h2 {
    width: 781px;
    margin: auto;
}
.storageWrap h2 + ul{
    margin-top: 55px;
}
.storageWrap + .btnArea{
    margin-top: 155px;
}
.securityWrap{
    width: 94%;
    max-width: 1200px;
    margin: 75px auto 0;
}
.securityWrap h2{
    width: 687px;
    margin: auto;
}
.securityWrap .col01{
    margin: 60px auto 0;
}
.securityWrap .col04{
    margin: 35px auto 0;
}
.structureWrap{
    width: 94%;
    max-width: 1200px;
    margin: 40px auto 0;
}
.structureWrap h2{
    width: 689px;
    margin: auto;
}
.structureWrap .col03{
    margin: 60px auto 0;
}
.structureWrap p.caution{
    width: 100%;
    max-width: 1200px;
    margin: 120px auto 0;
}
@media screen and (max-width:480px) {
    #mv_quality {
        width: 100%;
        height: 30vh;
    }
    #mv_quality figure {
        width: 100%;
        height: 100%;
    }
    #mv_quality img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .linkWrap .page_ttl{
        width: 52%;
    }
    .linkWrap .page_ttl img{
        width: 100%;
        height: auto;
    }
    .linkWrap ul{
        position: static;
        margin: auto;
        padding: 1rem;
    }
    .linkWrap ul li{
        width: 48%;
    }
    .btnArea ul{
        display: block;
    }
    .btnArea ul li{
        width: 100%;
        margin: 10px auto 0;
        padding: 10px;
        text-align: center;
    }
    .btnArea ul li img{
        height: 16px;
    }
    .col02{
        display: block;
    }
    .col02 li,.col02 li:nth-child(even){
        width: 100%;
        margin: 20px auto 0;
        padding: 0;
    }
    .col04 li,.col03 li,.col03 li:nth-child(3n+1){
        width: 100%;
        margin: 20px auto 0;
    }
    .col04 li:nth-child(2n+1),.col03 li:nth-child(2n+1){
       margin: 20px auto 0;
    }
    .quality_concept{
        margin-top: 60px;
    }
    p.caution{
        width: 100%;
        font-size: 8px;
        line-height: 2;
        letter-spacing: 0;
        margin-top: 20px;
    }
    .PremiumSpecWrap .caution{
        widows: 100%;
    }
    .equipmentWrap h2,.equipmentBathroomWrap h2,.storageWrap h2,.quality_concept h2,.securityWrap h2,.structureWrap h2{
        width: 94%;
    }
    .quality_concept .qualityConcept{
        margin-top: 60px;
        padding: 30px 15px;
        width: 100%;
    }
    .quality_concept .qualityRoomDetail{
        display: block;
    }
    .quality_concept .leftBox, .quality_concept .rightBox{
        width: 100%;
    }
    .quality_concept .rightBox ul{
        display: block;
        margin: 20px auto 0;
    }
    .quality_concept .rightBox li{
        width: 100%;
    }
    .PremiumSpecWrap ul.col01,
    .PremiumSpecWrap ul.col02{
        width: 94%;
        margin-top: 20px;
    }
    .PremiumSpecWrap::after{
        height: 2000px;
    }
/* 余白調整
    ================================== */
    .storageWrap + .btnArea{
        margin-top: 40px;
    }
    .structureWrap .col03{
        margin-top: 20px;
    }
    
}
