/*-----------------------------------------------
	index.html
-----------------------------------------------*/
.secIndex .txtTop{
    font-size: 18px;
    line-height: 2.2;
    text-align: center;
    margin: 10px auto 0;
}
/* itemList */
.itemList{
    margin: 65px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;        
}
.itemList .item{
    width: 370px;
    margin: 45px 45px 0 0;
}
.itemList .item:nth-child(3n){
    margin-right: 0;
}
.itemList .item:nth-child(-n+3){
    margin-top: 0;
}
.itemList .itemLink{
    width: 100%;
    color: #FFF;
    display: block;
    position: relative;
}
.itemList .imgRe{
    width: 100%;
    position: relative;
}
.itemList .imgRe::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
}
.itemList .imgBox{
    width: 100%;
    height: 0;
    padding-top: 81%;
}
.itemList .boxAbout{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 15px;
}
.itemList .boxAbout .titIn{
    font-size: 26px;
    line-height: 1.5;
    text-shadow:0px 0px 3px #000;
    text-align: center;
}
.itemList .boxAbout .boxIn{
    background: rgba(0,0,0,0.66);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-width: 220px;
    margin: 15px auto 0;
    border: solid 1px rgba(255,255,255,0.7);
    border-radius: 5px;
    padding: 11px;
}
.itemList .boxAbout .titBoxIn{
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
    padding-right: 15px;
}
.itemList .boxAbout .rightBox .tExcluded,
.itemList .boxAbout .rightBox .tIncluded{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;    
}
.itemList .boxAbout .rightBox .tIncluded{
    margin-top: 6px;
}
.itemList .boxAbout .tExcluded .txtNum{
    font-size: 33px;
    letter-spacing: 1px;
    padding-right: 5px;
}
.itemList .boxAbout .tIncluded .txtNum{
    font-size: 16px;
    letter-spacing: .8px;
    padding-right: 0;
    text-align: right;
    width: 100%;
}
.itemList .boxAbout .tExcluded .txt1{
    font-size: 14px;
    line-height: 1.3;
}
.itemList .boxAbout .tIncluded .txt1{
    font-size: 12px;
    line-height: 1.3;
}
.itemList .boxAbout .mr2{margin-right: 2px;}
.itemList .boxAbout .mr3{margin-right: 3px;}
@media only screen and (max-width:767px){
     .secIndex .txtTop{
        font-size: 13px;
        line-height: 2;
        width: 92%;
         margin: 20px auto 0;
    }
    .itemList{
        margin: 20px auto 0;
    }
    .itemList .item{
        width: 49.9%;
        margin: 0.2% 0.2% 0 0;
    }
    .itemList .item:nth-child(3n){
        margin-right: 0.2%;
    }
    .itemList .item:nth-child(2n){
        margin-right: 0;
    }    
    .itemList .item:nth-child(-n+3){
        margin-top: 0.2%;
    }
    .itemList .imgBox{
        width: 100%;
        height: 0;
        padding-top: 92%;
    }
    .itemList .boxAbout{
        padding: 10px;
    }
    .itemList .boxAbout .titIn{
        font-size: 16px;
        line-height: 1.25;
    }
    .itemList .boxAbout .boxIn{
        width: auto;
        min-width: 95px;
        max-width: 100%;
        margin: 10px auto 0;
        padding: 7px;
        display: block;
        text-align: center;
    }
    .itemList .boxAbout .titBoxIn{
        font-size: 10px;
        margin-bottom: 2px;
    }
    .itemList .boxAbout .rightBox .tExcluded,
    .itemList .boxAbout .rightBox .tIncluded{
        display: block;
    }
    .itemList .boxAbout .rightBox .tIncluded{
        margin-top: 4px;
    }
    .itemList .boxAbout .tExcluded .txtNum{
        font-size: 18px;
        padding-right: 0;
        letter-spacing: 0;
    }
    .itemList .boxAbout .tIncluded .txtNum{
        font-size: 12px;
        letter-spacing: 1px;
        padding-right: 0;
        text-align: right;
        width: 100%;
    }
    .itemList .boxAbout .tExcluded .txt1{
        font-size: 10px;
    }
    .itemList .boxAbout .tIncluded .txt1{
        font-size: 10px;
    }
    .itemList .boxAbout .mr2{margin-right: 2px;}
    .itemList .boxAbout .mr3{margin-right: 2px;}
    .itemList .boxAbout .spTxtTax{text-align: right;}
}
/*-----------------------------------------------
	details.html
-----------------------------------------------*/

/* secTop */
.secDetails .secTop.lazyloaded{
    background: url("../img/plan/bgTop.jpg") no-repeat center top,#e2e4e2;
}
.secDetails .secTop .wrapBox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 500px;
    padding: 40px 0;
}
.secDetails .secTop .mainBox{
    width: 460px;
}
.secDetails .secTop .titTop{
    font-size: 26px;
    line-height: 1.5;
    word-break: break-all;
}
.secDetails .secTop .txtTop{
    font-size: 14px;
    line-height: 2;
    margin-top: 15px;
}
.secDetails .secTop .boxList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 25px;
}
.secDetails .secTop .boxIn{
    background: rgba(0,0,0,0.4);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 300px;
    border-radius: 5px;
    padding: 11px;
    color: #FFF;
}
.secDetails .secTop .boxIn2{
    width: 150px;
}
.secDetails .secTop .titBoxIn{
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
}
.secDetails .secTop .rightBox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;    
}
.secDetails .secTop .txtNum{
    font-size: 33px;
    letter-spacing: 1px;
    padding-right: 5px;
}
.secDetails .secTop .boxIn2 .txtNum{
    padding-right: 0;
}
.secDetails .secTop .txt1{
    font-size: 14px;
    line-height: 1.3;
}
.secDetails .secTop .subBox{
    width: 640px;
}
.secDetails .secTop .imgBox img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.secDetails .secTop .rightBox2 .tExcluded,
.secDetails .secTop .rightBox2 .tIncluded{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;    
}
.secDetails .secTop .rightBox2 .tIncluded{
    margin-top: 6px;
}
.secDetails .secTop .rightBox2 .tExcluded .txtNum{
    font-size: 33px;
    letter-spacing: 1px;
    padding-right: 5px;
}
.secDetails .secTop .rightBox2 .tIncluded .txtNum{
    font-size: 18px;
    letter-spacing: .8px;
    padding-right: 0;
    text-align: right;
    width: 100%;
}
.secDetails .secTop .rightBox2 .tExcluded .txt1{
    font-size: 14px;
    line-height: 1.3;
}
.secDetails .secTop .rightBox2 .tIncluded .txt1{
    font-size: 14px;
    line-height: 1.3;
}
@media only screen and (max-width:767px){
    .secDetails .secTop.lazyloaded{
        background:none;
    }
    .secDetails .secTop .wrapBox{
        min-height: 0;
        padding: 30px 0 0;
    }
    .secDetails .secTop .mainBox{
        width: 100%;
    }
    .secDetails .secTop .titSub{
        text-align: center;
        font-size: 18px;
        letter-spacing: 1px;
    }    
    .secDetails .secTop .titTop{
        font-size: 18px;
        font-weight: 500;
        width: 92%;
        margin: 10px auto 30px;
        text-align: center;
    }
    .secDetails .secTop .txtTop{
        font-size: 13px;
        margin: 10px auto 0;
        width: 92%;
    }
    .secDetails .secTop .boxList{
        display: block;
        margin: 20px auto 0;
        width: 92%;
    }
    .secDetails .secTop .boxIn{
        width: 100%;
        border-radius: 5px;
        padding: 11px;
        color: #FFF;
    }
    .secDetails .secTop .boxIn2{
        width: 100%;
        margin-top: 10px;
    }
    .secDetails .secTop .boxIn2 .txt1{
        vertical-align: 3px;
    }
    .secDetails .secTop .titBoxIn{
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 1px;
    }
    .secDetails .secTop .txtNum{
        font-size: 26px;
        letter-spacing: 0;
    }
    .secDetails .secTop .imgBox{
        text-align: center;
    }
    .secDetails .secTop .imgBox img{
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    .secDetails .secTop .rightBox2 .tIncluded{
        margin-top: 4px;
    }
    .secDetails .secTop .rightBox2 .tExcluded .txtNum{
        font-size: 28px;
        padding-right: 0;
        letter-spacing: 0;
    }
    .secDetails .secTop .rightBox2 .tIncluded .txtNum{
        font-size: 18px;
        letter-spacing: 1px;
        padding-right: 0;
        text-align: right;
        width: 100%;
    }
    .secDetails .secTop .rightBox2 .tExcluded .txt1{
        font-size: 14px;
    }
    .secDetails .secTop .rightBox2 .tIncluded .txt1{
        font-size: 12px;
    }
    .secDetails .secTop .rightBox2 .spYen{
        margin-left: 1px;
    }
}
/* secPoint */
.secPoint{
    margin: 50px auto 95px;
    text-align: center;
}
.secPoint .tit{
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.secPoint .pointLsit{
    font-size: 0;
    margin-top: 50px;
}
.secPoint .pointBox{
    display: inline-block;
    vertical-align: top;
    width: 280px;
    margin-right: 27px;
    position: relative;
}
.secPoint .pointBox:last-child{
    margin-right: 0;
}
.secPoint .txt{
    color: #FFF;
    font-size: 20px;
    line-height: 1.4;
    text-shadow:0px 0px 3px #000;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 15px;
}
.secPoint .imgBox{
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.secPoint .imgBox::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}
@media only screen and (max-width:767px){
    .secPoint{
        margin: 40px auto 45px;
        width: 92%;
    }
    .secPoint .tit{
        font-size: 18px;
        line-height: 1.66;
    }
    .secPoint .pointLsit{
        margin-top: 25px;
    }
    .secPoint .pointBox{
        display: block;
        width: 100%;
        margin: 5px auto 0;
        text-align: left;
        border: #c9c9c9 solid 1px;
    }
    .secPoint .txt{
        color: #000;
        font-size: 14px;
        text-shadow:none;
        display: block;
        position: static;
        padding: 15px;
    }
}

/* secMerit */
.secMerit{
    margin: 95px auto;
}
.secMerit .boxMerit{
    margin-bottom: 100px;
    position: relative;
}
.secMerit .boxRe{
    width: 700px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;    
}
.secMerit .boxIn{
    width: 100%;
    min-height: 200px;
    padding: 30px 55px;
    background: #FFF;
    border: #c9c9c9 solid 1px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    
}
.secMerit .boxMerit:nth-child(2n) .boxRe{
    left: auto;
    right: 0;
}
.secMerit .imgBox{
    width: 640px;
    height: 360px;
}
.secMerit .boxMerit:nth-child(odd) .imgBox{
    float: right;
}
.secMerit .boxIn .txt1{
    font-size: 16px;
}
.secMerit .boxIn .txt2{
    font-size: 55px;
}
.secMerit .boxIn .txt3{
    font-size: 14px;
    line-height: 2;
}
.secMerit .rightBox{
    width: 476px;
}
@media only screen and (max-width:767px){
    .secMerit{
        margin: 45px auto;
        width: 92%;
    }
    .secMerit .boxMerit{
        margin-bottom: 45px;
        position: relative;
    }
    .secMerit .boxRe{
        width: 100%;
        position: static;
        margin: auto 0;
        display: block;
    }
    .secMerit .boxIn{
        width: 100%;
        min-height: 0;
        padding: 15px 0 0;
        border: none;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .secMerit .imgBox{
        width: 100%;
        height: 0;
        padding-top: 56.25%;
    }
    .secMerit .boxMerit:nth-child(odd) .imgBox{
        float: none;
    }
    .secMerit .leftBox{
        margin-top: 3px;
    }
    .secMerit .boxIn .txt1{
        font-size: 15px;
        letter-spacing: -1px;
    }    
    .secMerit .boxIn .txt2{
        font-size: 50px;
    }
    .secMerit .boxIn .txt3{
        font-size: 14px;
        line-height: 1.7;
    }
    .secMerit .rightBox{
        width: calc(100% - 90px);
    }
}
/* secCost */
.secCost{
    margin: 95px auto;
}
.secCost .costList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;            
}
.secCost .boxCost{
    width: 370px;
    margin: 45px 45px 0 0;
    position: relative;
}
.secCost .boxCost:nth-child(3n){
    margin-right: 0;
}
.secCost .boxCost:nth-child(-n+3){
    margin-top: 0;
}
.secCost .imgBox{
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.secCost .boxIn{
    margin-top: 25px;
}
.secCost .titCost{
    font-size: 17px;
    line-height: 1.5;
}
.secCost .dlBox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
}
.secCost .dtBox{
    border: #c9c9c9 solid 1px;
    width: 80px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    padding: 9px;
}
.secCost .ddBox{
    margin-left: 10px;
}
.secCost .txtNum{
    color: #ff0101;
    font-size: 33px;
    letter-spacing: 1px;
}
.secCost .txtIn1{
    font-size: 16px;
    padding: 0 5px 0 4px;
}
.secCost .txtIn2{
    font-size: 12px;
    letter-spacing: .6px;
}
.secCost .taxIncluded{
    font-size: 12px;
    letter-spacing: .6px;
    margin-top: 10px;
}
.secCost .taxIncluded .txtNum2{
    font-size: 16px;
}
.secCost .txtCost{
    font-size: 13px;
    line-height: 1.9;
    margin-top: 20px;
}
.secCost .member .txtNum{
    font-size: 28px;
}
.secCost .memberBox{
    background: rgba(0,0,0,0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.secCost .memberBox .titMember{
    color: #FFF;
    font-size: 18px;
    line-height: 1.8;
}
.secCost .memberBox .btn{
    display: block;
    color: #FFF;
    width: 200px;
    height: 50px;
    margin: 15px auto 0;
    border-radius: 50px;
    text-align: center;
    font-size: 17px;
    padding-top: 16px;
    font-weight: 500;
}
.secCost .memberBox .btn2{
    background: #FFF;
    color: #000;
}
@media only screen and (max-width:767px){
    .secCost{
        margin: 45px auto;
        width: 92%;
    }
    .secCost .costList{
        display: block;
    }
    .secCost .boxCost{
        width: 100%;
        margin: 30px auto 0;
        position: relative;
    }
    .secCost .boxCost:nth-child(3n){
        margin-right: auto;
    }
    .secCost .boxCost:nth-child(-n+3){
        margin-top: 30px;
    }
    .secCost .boxIn{
        margin-top: 20px;
    }
    .secCost .titCost{
        font-size: 17px;
        line-height: 1.5;
    }
    .secCost .dlBox{
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 15px;
    }
    .secCost .dtBox{
        border: #c9c9c9 solid 1px;
        width: 70px;
        font-size: 13px;
        text-align: center;
        letter-spacing: 0;
        padding: 9px 0;
    }
    .secCost .ddBox{
        margin-left: 7px;
    }
    .secCost .txtNum{
        color: #ff0101;
        font-size: 33px;
        letter-spacing: 1px;
    }
    .secCost .txtIn1{
        font-size: 16px;
        padding: 0 5px 0 4px;
    }
    .secCost .txtIn2{
        font-size: 12px;
        letter-spacing: .6px;
    }
    .secCost .taxIncluded{
        font-size: 12px;
        letter-spacing: .6px;
        margin-top: 7px;
    }
    .secCost .taxIncluded .txtNum2{
        font-size: 16px;
    }
    .secCost .txtCost{
        font-size: 11px;
        line-height: 1.9;
        margin-top: 15px;
    }
    .secCost .member .txtNum{
        font-size: 26px;
    }
    .secCost .memberBox{
        background: rgba(0,0,0,0.9);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .secCost .memberBox .titMember{
        color: #FFF;
        font-size: 18px;
        line-height: 1.8;
    }
    .secCost .memberBox .btn{
        display: block;
        color: #FFF;
        width: 200px;
        height: 50px;
        margin: 15px auto 0;
        border-radius: 50px;
        text-align: center;
        font-size: 17px;
        padding-top: 16px;
        font-weight: 500;
    }
    .secCost .memberBox .btn2{
        background: #FFF;
        color: #000;
    }   
}
/* secGallery */
.secGallery{
    margin: 95px auto;
}
.secGallery .galleryBox{
    border-bottom: #c5c5c5 solid 1px;
    padding: 30px;
}
.secGallery .galleryBox:nth-child(1){
    padding-top: 0;
}
.secGallery .imgList{
    float: left;
    width: 580px;
}
.secGallery .imgRe{
    display: block;
    width: 280px;
    position: relative;
}
.secGallery .boxBefore{
    float: left;
}
.secGallery .boxAfter{
    float: right;
}
.secGallery .imgBox{
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: #eee;    
}
.secGallery .boxBefore .imgBox img{
    -webkit-filter: grayscale(100%) brightness(50%);
    filter: grayscale(100%) brightness(50%);    
}
.secGallery .iconBA{
    width: 100px;
    height: 36px;
    text-align: center;
    color: #FFF;
    position: absolute;
    left: 20px;
    top: -15px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 11px 0 0;
    background: #313131;
}
.secGallery .iconBA::after{
    content: "";
    width: 14px;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 12px solid #313131;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;    
}
.secGallery .boxAfter .iconBA{
    background: #f39700;
}
.secGallery .boxAfter .iconBA::after{
    border-top: 12px solid #f39700;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;    
}
.secGallery .rightBox{
    float: left;
    margin-left: 40px;
}
.secGallery .titGallery{
    font-size: 17px;
    line-height: 1.5;
    color: #;
}
.secGallery .dlList{
    margin-top: 15px;
}
.secGallery .dlBox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.secGallery .dtBox{
    width: 50px;
    border: #c9c9c9 solid 1px;
    font-size: 13px;
    padding: 4px 0;
    text-align: center;
}
.secGallery .ddBox{
    font-size: 13px;
    line-height: 1.4;
    margin-left: 10px;
    width: 309px;
}
.secGallery .btnMore{
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    height: 50px;
    padding-top: 18px;
    border-radius: 10px;
    margin: 20px auto 0;
    width: 360px;
    background: #da2b17;
    box-shadow: inset 0 -5px #ae2212;
}
@media only screen and (max-width:767px){
    .secGallery{
        margin: 45px auto;
        width: 92%;
    }
    .secGallery .galleryBox{
        border-bottom: none;
        padding: 0;
        margin-bottom: 40px;
    }
    .secGallery .imgList{
        float: none;
        width: 100%;
    }
    .secGallery .imgRe{
        width: 49.9%;
    }
    .secGallery .iconBA{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .secGallery .rightBox{
        float: none;
        margin: 20px 0 0;
    }
    .secGallery .dlBox{
        margin-top: 10px;
    }
    .secGallery .dtBox{
        width: 48px;
        font-size: 11px;
        padding: 7px 0;
    }
    .secGallery .ddBox{
        font-size: 11px;
        line-height: 1.45;
        margin-left: 10px;
        width: calc(100%  - 58px);
        white-space: nowrap;
    }
    .secGallery .btnMore{
        width: 245px;
        font-size: 13px;
        height: 36px;
        padding-top: 12px;
        border-radius: 5px;
    }    
}
/* bnrBox */
.bnrBox{
    margin: 40px auto 0;
    text-align: center;
}
.bnrBox .txtBnr{
    font-size: 22px;
    margin-bottom: 40px;
}
/* secReserve */
.secReserve{
    margin: 95px auto;
    text-align: center;
    padding: 100px 0;
}
.secReserve.lazyloaded{
    background: url("../img/plan/bgMerit.jpg") center top /cover no-repeat;    
}
.secReserve .titReserve{
    color: #FFF;
    font-size: 22px;
    line-height: 2.27;
}
.secReserve .reserveList{
    margin-top: 90px;
    font-size: 0;
}
.secReserve .reserveBox{
    width: 370px;
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
}
.secReserve .reserveBox:last-child{
    margin-right: 0;
}
.secReserve .titList{
    font-size: 22px;
    letter-spacing: 1px;
    color: #FFF;
}
.secReserve .titList .txtNum{
    font-size: 40px;
}
.secReserve .imgBox{
    width: 100%;
    height: 0;
    padding-top: 66.75%;
    margin-top: 25px;
}
.secReserve .txtList{
    font-size: 15px;
    line-height: 2;
    margin-top: 15px;
    text-align: left;
    color: #FFF;
}
@media only screen and (max-width:767px){
    .secReserve{
        margin: 45px auto;
        padding: 0;
        width: 92%;
    }
    .secReserve.lazyloaded{
        background: none;        
    }
    .secReserve .titReserve{
        color: #000;
        font-size: 14px;
        line-height: 1.9;
        letter-spacing: -0.5px;
    }
    .secReserve .reserveList{
        margin-top: 30px;
    }
    .secReserve .reserveBox{
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 15px 0;
        border-bottom: #efefef solid 1px;
    }
    .secReserve .reserveBox:last-child{
        margin-right: 0;
    }
    .secReserve .reserveBox:nth-child(1){
        padding-top: 0;
    }
    .secReserve .titList{
        font-size: 15px;
        color: #000;
        text-align: left;
        margin-bottom: 10px;
    }
    .secReserve .titList .txtNum{
        font-size: 28px;
    }
    .secReserve .boxIn{
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .secReserve .imgBox{
        width: 25%;
        padding-top: 16.68%;
        margin-top: 0;
    }
    .secReserve .txtList{
        font-size: 12px;
        line-height: 1.8;
        margin-top: 0;
        color: #000;
        width: calc(100% - 29%);
    }
}
/* secStaff */
.secStaff{
    margin: 95px auto;
}
.secStaff .titStaff{
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-align: center;
}
.secStaff .staffList{
    text-align: center;
    font-size: 0;
}
.secStaff .staffBox{
    width: 280px;
    display: inline-block;
    vertical-align: top;
    margin: 0 130px 40px 0;
}
.secStaff .staffBox:nth-child(3n),
.secStaff .staffBox:last-child{
    margin-right: 0;
}
.secStaff .btnIn{
    display: block;
    color: #000;
}
.secStaff .imgBox{
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.secStaff .tit{
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 32px;
    line-height: 1.5;
}
.secStaff .titSub{
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
}
@media only screen and (max-width:767px){
    .secStaff{
        margin: 45px auto 20px;
        width: 92%;
    }
    .secStaff .titStaff{
        font-size: 15px;
        letter-spacing: 0;
        margin-bottom: 30px;
    }
    .secStaff .staffBox{
        width: 46.5%;
        display: inline-block;
        vertical-align: top;
        margin: 0 7% 30px 0;
    }
    .secStaff .staffBox:nth-child(3n){
        margin-right: 7%;
    }
    .secStaff .staffBox:last-child,
    .secStaff .staffBox:nth-child(2n){
        margin-right: 0;
    }
    .secStaff .tit{
        font-size: 17px;
        letter-spacing: 1px;
        margin-top: 20px;
    }
    .secStaff .titSub{
        font-size: 12px;
        margin-top: 5px;
    }
}
/* secArea */
.secArea{
    margin: 95px auto 45px;
}
.secArea .areaBox{
    margin-bottom: 50px;
}
.secArea .titArea{
    border: #c9c9c9 solid 1px;
    font-size: 20px;
    padding: 20px;
}
.secArea .showroomBox{
    margin-top: 40px;
}
.secArea .leftBox{
    width: 480px;
    float: left;
}
.secArea .imgBox{
    width: 100%;
    height: 0;
    padding-top: 66.66%;
}
.secArea .rightBox{
    width: 680px;
    float: right;
}
.secArea .titShowroom{
    font-size: 17px;
    line-height: 1.5;
}
.secArea .txtShowroom{
    font-size: 15px;
    line-height: 1.86;
    margin-top: 10px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 112px;
}
.secArea .dlList{
    margin-top: 20px;
}
.secArea .dlBox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.secArea .dtBox{
    max-width: 70px;
    min-width: 41px;
    border: #c9c9c9 solid 1px;
    font-size: 13px;
    padding: 4px 4px;
    text-align: center;
}
.secArea .ddBox{
    font-size: 13px;
    margin-left: 10px;
}
.secArea .ddBox .txtNum{
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #000;
}
.secArea .telList{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.secArea .telList .dlBox:nth-child(2){
    margin-left: 30px;
}
.secArea .btnList{
    display: -webkit-flex;
    display: flex;
    margin-top: 28px;
}
.secArea .btnList .btn{
    display: block;
    width: 200px;
    height: 40px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    padding-top: 12px;
    background-color: #14bfce;
    box-shadow: inset 0 -3px #1099a5;
}
.secArea .btnList .btn2{
    margin-left: 10px;
    background: #da2b17;
    box-shadow: inset 0 -5px #ae2212;
}
@media only screen and (max-width:767px){
    .secArea{
        margin: 20px auto 30px;
        width: 92%;
    }
    .secArea .areaBox{
        margin-bottom: 30px;
    }
    .secArea .titArea{
        font-size: 17px;
        padding: 15px;
        text-align: center;
    }
    .secArea .showroomBox{
        margin-top: 20px;
    }
    .secArea .leftBox{
        width: 100%;
        float: none;
    }
    .secArea .rightBox{
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .secArea .txtShowroom{
        font-size: 13px;
        margin-top: 10px;
        max-height: 97px;
    }
    .secArea .dlList{
        margin-top: 10px;
    }
    .secArea .dtBox{
        min-width: 70px;
    }
    .secArea .ddBox{
        width: calc(100% - 81px);
    }
    .secArea .telList{
        display: block;
    }
    .secArea .telList .dlBox:nth-child(2){
        margin-left: 0;
    }
    .secArea .btnList{
        margin-top: 20px;
    }
    .secArea .btnList .btn{
        width: 49%;
    }
    .secArea .btnList .btn2{
        margin-left: 2%;
    }    
}

/* 250627 */
.secCost .selectList {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    margin-bottom: 60px;
}
.secCost .selectBox {
    display: flex;
    display: -webkit-flex;
    margin-left: 20px;
}
.secCost .selectBox .txtSelect {
    font-size: 15px;
    padding: 15px 5px 0 0;
}
.secCost .selectBox .select {
    width: 270px;
    height: 45px;
    padding: 0 10px;
}
.secCost .Icon {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.secCost .Icon img {
    width: auto;
    height: auto;
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .secCost .selectList {
        display: block;
    }
    .secCost .selectBox {
        display: block;
        margin: 0 0 16px;
    }
    .secCost .selectBox .txtSelect {
        padding: 0;
        margin-bottom: 4px;
    }
    .secCost .selectBox .select {
        width: 100%;
        height: 40px;
    }
    .secCost .Icon {
        padding: 5px;
    }
}

/* secSale */
.secSale .selectList{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}
.secSale .selectBox{
    display: flex;
    display: -webkit-flex;
    margin-left: 20px;
}
.secSale .selectBox .txtSelect{
    font-size: 15px;
    padding: 15px 5px 0 0;
}
.secSale .selectBox .select{
    width: 270px;
    height: 45px;
    padding: 0 10px;
}
.secSale .listSale{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    margin-top: 15px;
}
.secSale .saleItem{
    width: 370px;
    margin: 45px 45px 20px 0;
    border: 1px solid #ffcc00;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}
.secSale .logo{
    margin: 10px 0;
}
.secSale .saleItem:nth-child(3n){
    margin-right: 0;
}
.secSale .itemTit{
    position: relative;
    padding: 10px 10px 10px 87px;
    background: #f39800;
    z-index: 10;
    color: #fff;
}
.secSale .ico{
    width: 70px;
    height: 70px;
    font-weight: bold;
    color: #f39800;
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    top: -20px;
    left: 10px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
    line-height: 1.1;
}
.secSale .ico span{
    font-size: 18px;
}
.secSale .titInner{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
.secSale .itemBox{
    overflow: hidden;
}
.secSale .topImg{
    position: relative;
}
.secSale .topImg .imgReserve{
    height: 0;
    padding-top: 67.75%;
}
.secSale .iconSale{
    background: url(../img/plan/bgSale.png) top center no-repeat;
    width: 107px;
    height: 107px;
    font-size: 30px;
    font-weight: bold;
    color: #dd0000;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding-top: 22px;
}
.secSale .txtOut{
    padding:  0 12px 20px;
}
.secSale .iconSale span.num{
    font-size: 35px;
}
.secSale .iconSale span.per{
    font-size: 20px;
}
.secSale .imgReserve02{
    height: 0;
    padding-top: 66px;
    width: 226px;
    margin: 10px auto;
}
.secSale .priceList{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.secSale .boxPrice,
.secSale .boxPrice02{
    width: 168px;
}
.secSale .titPrice{
    text-align: center;
    background: #005bac;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 0;
    letter-spacing: 2px;
    position: relative;
}
.secSale .titPrice.yellow{
    background: #f39800;
}
.secSale .boxDisp .dispPrice01,
.secSale .boxDisp .dispPrice02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 18px;
}
.secSale .boxDisp .txt01 {
    font-size: 14px;
    font-weight: 700;
    margin-right: 2px;
}
.secSale .boxDisp .dispPrice01 .txt02 {
    font-size: 34px;
    font-weight: 700;
    margin-right: 5px;
    color: #0066B7;
    position: relative;
    top:3px;
}
.secSale .boxDisp .txt03 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}
.secSale .boxDisp .dispPrice02 {
    margin-top: 6px;
}
.secSale .boxDisp .dispPrice02 .txt02 {
    font-size: 30px;
    font-weight: 700;
    margin-right: 2px;
    position: relative;
    top: 3px;
}
.secSale .boxPrice02 .boxDisp .dispPrice01 .txt02 {
    color: #f39800;
}
.secSale .txtInclude{
    text-align: center;
    background: #eeeeee;
    font-size: 15px;
    padding: 10px 0;
    margin-top: 20px;
}
.secSale .txtDate,
.secSale .txtNote{
    font-size: 15px;
    line-height: 1.8;
}
.secSale .txtDate{
    margin-top: 15px;
}
.secSale .txtNote{
    margin-top: 30px;
}
.secSale .memberBox{
    background: rgba(0,0,0,0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 15;
}
.secSale .memberBox .titMember{
    color: #FFF;
    font-size: 18px;
    line-height: 1.8;
}
.secSale .memberBox .btn{
    display: block;
    color: #FFF;
    width: 200px;
    height: 50px;
    margin: 15px auto 0;
    border-radius: 50px;
    text-align: center;
    font-size: 17px;
    padding-top: 16px;
    font-weight: 500;
}
.secSale .memberBox .btn2{
    background: #FFF;
    color: #000;
}
@media only screen and (max-width:767px){
    .secSale{
        width: 92%;
        margin: 0 auto;
    }
    .secSale .selectList{
        display: block;
    }
    .secSale .selectBox{
        display: block;
        margin: 0 0 16px
    }
    .secSale .titInner {
        font-size: 16px;
    }
    .secSale .itemTit{
        padding: 14px 0;
    }
    .secSale .ico {
        width: 109px;
        height: 35px;
        border-radius: 17.5px;
        background: #fff;
        font-size: 15px;
        padding-top: 7px;
        top: -27px;
        left: 50%;
        transform: translateX(-50%);
    }
    .secSale .iconSale {
        background-size: cover;
        width: 57px;
        height: 57px;
        font-size: 15px;
        font-weight: bold;
        color: #dd0000;
        text-align: center;
        position: absolute;
        bottom: 5px;
        right: 5px;
        padding-top: 13px;
    }
    .secSale .imgReserve02{
        height: 0;
        padding-top: 29.2%;
        width: 100%;
        margin: 10px auto;
    }
    .secSale .iconSale span.num{
        font-size: 17px;
    }
    .secSale .iconSale span.per {
        font-size: 10px;
    }
    .secSale .selectBox .txtSelect{
        padding: 0;
        margin-bottom: 4px;
    }
    .secSale .selectBox .select{
        width: 100%;
        height: 40px;
    }
    .secSale .titPrice {
        font-size: 15px;
        font-weight: bold;
        padding: 8px 0;
    }
    .secSale .listSale{
        justify-content: space-between;
        margin-top: 30px;
    }
    .secSale .saleItem{
        width: 49%;
        margin: 0 0 20px 0;
        vertical-align: top;
        margin-top: 30px;
    }
    .secSale .txtOut {
        padding: 0 3%;
    }
    .secSale .priceList{
        display: block;
    }
    .secSale .boxPrice,
    .secSale .boxPrice02{
        width: 100%;
    }
    .secSale .boxPrice02{
        margin-top: 20px;
    }
    .secSale .boxDisp .dispPrice01, .secSale .boxDisp .dispPrice02 {
        margin-top: 10px;
    }
    .secSale .boxDisp .dispPrice01 .txt02 {
        font-size: 29px;
    }
    .secSale .boxDisp .dispPrice02 .txt02 {
        font-size: 23px;
        font-weight: 700;
        top: 2px;
    }
    .secSale .boxDisp .txt01 {
        font-size: 13px;
    }
    .secSale .boxDisp .txt03 {
        font-size: 11px;
    }
    .secSale .txtIncludeSp{
        text-align: center;
        background: #eeeeee;
        font-size: 12px;
        padding: 6px 0;
        margin-top: 10px;
    }
    .secSale .txtDate,
    .secSale .txtNote{
        font-size: 12px;
        line-height: 1.5;
    }
    .secSale .txtDate{
        margin-top: 10px;
    }
    .secSale .txtNote{
        margin-top: 25px;
    }
    .secCost .memberBox{
        background: rgba(0,0,0,0.9);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .secSale .memberBox .titMember{
        color: #FFF;
        font-size: 15px;
        line-height: 1.8;
        text-align: center;
    }
    .secSale .memberBox .btn{
        display: block;
        color: #FFF;
        width: 150px;
        height: 50px;
        margin: 15px auto 0;
        border-radius: 50px;
        text-align: center;
        font-size: 17px;
        padding-top: 16px;
        font-weight: 500;
    }
    .secSale .memberBox .btn2{
        background: #FFF;
        color: #000;
    }  
}
@media only screen and (max-width:413px){
    .secSale .boxDisp .dispPrice01 .txt02 {
        font-size: 25px;
        top: 2px;
    }
}