/*-----------------------------------------------
	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: calc((100% - 80px) / 3);
    margin: 0 40px 40px 0;
    border-radius: 5px;
    background: #fff;
}
.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;
    padding: 20px 30px 40px;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}
.itemList .btnSale {
    display: block;
    margin: 20px auto 0;
    text-align: center;
}
.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{
    padding: 15px;
}
.itemList .boxAbout .titIn{
    font-size: 26px;
    line-height: 1.5;
    color: #000;
    text-align: center;
}
.itemList .boxAbout .boxIn{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 220px;
    margin: 15px auto 0;
    border: solid 1px rgba(255,255,255,0.7);
    border-radius: 5px;
}
.itemList .boxAbout .titBoxIn{
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
    background: #55bb11;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}
.itemList .boxAbout .rightBox .tExcluded,
.itemList .boxAbout .rightBox .tIncluded{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #000;    
}
.itemList .boxAbout .rightBox .tIncluded{
    margin-top: 6px;
}
.itemList .boxAbout .tExcluded .txtNum{
    font-size: 35px;
    letter-spacing: 1px;
    padding-right: 5px;
    color: #c30c24;
}
.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;}
.itemList .underBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff9900;
    border-radius: 0 0 4px 4px;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
}
@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;
        width: 92%;
        justify-content: space-between;
    }
    .itemList .item{
        width: calc((100% - 15px) / 2);
        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: 20px;
    }
    .itemList .imgBox{
        width: 100%;
        height: 0;
        padding-top: 92%;
    }
    .itemList .boxAbout{
        padding: 0;
    }
    .itemList .itemLink {
        padding: 10px 10px 30px;
    }
    .itemList .boxAbout .titIn{
        font-size: 16px;
        line-height: 1.25;
        margin-top: 12px;
        height: 35px;
    }
    .itemList .boxAbout .boxIn{
        width: auto;
        min-width: 95px;
        max-width: 100%;
        margin: 0 auto;
        padding: 7px;
        text-align: center;
    }
    .itemList .boxAbout .titBoxIn{
        font-size: 11px;
        margin-bottom: 2px;
        width: 20px;
        height: 70px;
        border-radius: 3px;
    }
    .itemList .boxAbout .rightBox .tExcluded {
        display: block;
    }
    .itemList .boxAbout .rightBox .tIncluded{
        margin-top: 4px;
    }
    .itemList .boxAbout .tExcluded .txtNum{
        font-size: 24px;
        padding-right: 0;
        letter-spacing: 0;
        display: flex;
    }
    .itemList .boxAbout .tIncluded .txtNum{
        font-size: 12px;
        letter-spacing: 1px;
        padding-right: 0;
        text-align: right;
        width: auto;
    }
    .itemList .boxAbout .tExcluded .txt1{
        font-size: 12px;
    }
    .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;}
    .itemList .spTaxtxt {
        margin-left: 5px;
    }
    .itemList .underBtn {
        font-size: 12px;
        padding: 10px;
    }
    .itemList .btnSale {
        margin-top: 10px;
    }
    .itemList .btnSale img {
        width: 90%;
        height: auto;
    }
}
/*-----------------------------------------------
	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;
    }
}

/* secLink */
.secDetails .secLink {
    width: 980px;
    margin: 50px auto 0;
}
.secDetails .secLink .flexLink {
    display: flex;
    justify-content: space-between;
}
.secDetails .secLink .linkbox {
    width: calc((100% - 30px) / 2);
    text-align: center;
}
.secDetails .secLink .linkbox .linktxt {
    font-size: 14px;
    color: #55bb11;
    position: relative;
    text-align: center;
    display: inline-block;
}
.secDetails .secLink .linkbox:nth-child(2) .linktxt {
    color: #3399cc;
}
.secDetails .secLink .linkbox .linktxt::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #55bb11;
    transform: rotate(-25deg);
    top: calc(50% - 10px);
    left: -19px;
}
.secDetails .secLink .linkbox:nth-child(2) .linktxt::before {
    background: #3399cc;
}
.secDetails .secLink .linkbox .linktxt::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #55bb11;
    transform: rotate(25deg);
    top: calc(50% - 10px);
    right: -19px;
}
.secDetails .secLink .linkbox:nth-child(2) .linktxt::after {
    background: #3399cc;
}
.secDetails .secLink .linkBtn {
    display: flex;
    background: #55bb11;
    border-radius: 5px;
    position: relative;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    position: relative;
    height: 108px;
}
.secDetails .secLink .linkBtn::after {
    content: ">";
    color: #fff;
    font-size: 20px;
    right: 25px;
    position: absolute;
}
.secDetails .secLink .linkbox:nth-child(2) .linkBtn {
    background: #3399cc;
}
.secDetails .linkBtn .img {
    margin-right: 20px;
} 
.secDetails .imgfree {
    position: absolute;
    top: -20px;
    left: 50px;
}
@media only screen and (max-width:767px) {
    .secDetails .secLink {
        width: 92%;
    }
    .secDetails .secLink .linkbox {
        width: calc((100% - 15px) / 2);
    }
    .secDetails .secLink .linkbox .linktxt {
        font-size: 11px;
        line-height: 1.45;
        color: #55bb11;
        position: relative;
        text-align: center;
        display: inline-block;
    }
    .secDetails .secLink .linkbox .linktxt::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 35px;
        background: #55bb11;
        transform: rotate(-25deg);
        top: calc(50% - 13px);
        left: -14px;
    }
    .secDetails .secLink .linkbox .linktxt::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 35px;
        background: #55bb11;
        transform: rotate(25deg);
        top: calc(50% - 13px);
        right: -14px;
    }
    .secDetails .secLink .linkBtn {
        display: flex;
        background: #55bb11;
        border-radius: 5px;
        position: relative;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        margin-top: 10px;
        box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
        letter-spacing: 1px;
        position: relative;
        height: 70px;
    }
    .secDetails .linkBtn .img {
        margin-right: 10px;
        width: 20px;
    }
    .secDetails .imgfree {
        top: -26px;
        left: -12px;
        width: 40px;
    }
    .secDetails .secLink .linkBtn::after {
        display: none;
    }
    .secLink .tel {
        margin-top: 20px;
        text-align: center;
    }
    .secLink .tel .linktxt {
        font-size: 14px;
        color: #ff0033;
        letter-spacing: 0.5px;
        position: relative;
        display: inline-block;
    } 
    .secLink .tel .linktxt::before {
        content: "";
        position: absolute;
        background: #ff0033;
        height: 30px;
        transform: rotate(-25deg);
        top: calc(50% - 13px);
        left: -14px;
        width: 2px;
    } 
    .secLink .tel .linktxt::after {
        content: "";
        position: absolute;
        background: #ff0033;
        height: 30px;
        transform: rotate(25deg);
        top: calc(50% - 13px);
        right: -14px;
        width: 2px;
    }
    .secLink .tel .telBtn {
        background: #ff0033;
        text-align: center;
        padding: 23px 0 20px;
        display: block;
        margin-top: 15px;
        font-weight: bold;
        color: #fff;
        border-radius: 5px;
        box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
    }
    .secLink .tel .teltxt {
        font-size: 14px;
    }
    .secLink .tel .telnumber {
        font-size: 34px;
        margin-top: 10px;
    }
}


/* 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{
        width: 46.67%;
        margin: 10px auto;
        text-align: left;
        border: #c9c9c9 solid 1px;
        margin-right: 10px;
    }
    .secPoint .pointBox:nth-child(2n){
        margin-right: 0;
    }
    .secPoint .txt{
        color: #fff;
        font-size: 14px;
        text-shadow:none;
        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: 100%;
    }
    .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;
}
.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: 60px;
    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;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    height: 50px;
    padding-top: 18px;
    border-radius: 50px;
    margin: 20px auto 0;
}
.secGallery .secCmnNextLoad {
    width: 400px;
    margin: 50px auto 0;
}
.secGallery .secCmnNextLoad .btnMore {
    display: block;
    height: auto !important;
    font-size: 15px;
    border: #000 solid 1px;
    color: #000;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    line-height: 1.5;
}
@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;
    } 
    .secGallery .secCmnNextLoad {
        width: 250px;
        background: #FFF;
        margin: 30px auto 0;
    }
    .secGallery .secCmnNextLoad .btnMore {
        height: auto !important;
        font-size: 14px;
        padding-top: 10px;
        line-height: 1.5;
    }   
}
/* 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: 50px;
    padding-top: 12px;
}
.secArea .btnList .btn2{
    background: #000;
    margin-left: 10px;
}
@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%;
    }    
}

/* secMovie */
.secMovie{
    margin: 95px auto;
}
.secMovie .titmovie{
    font-size: 26px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 56px;
    text-align: center;
}
.secMovie .titmovie::after{
    content: "";
    width: 30px;
    height: 1px;
    background: #7d7d7d;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
}
.secMovie .listMovie{
    display: flex;
    justify-content: center;
}
.secMovie .listMovie .item{
    width: 31.667%;
}
.secMovie .listMovie .item:not(:last-child){
    margin-right: 2.5%;
}
.secMovie .listMovie .aMovie{
    cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.secMovie .listMovie .aMovie:hover{
    opacity: .8;
}
.secMovie .listMovie .imgBox{
    width: 100%;
    height: 0;
    padding-top: 56.316%;
}
.secMovie .boxLable{
    margin: 20px auto;
    width: 340px;
}
.secMovie .boxLable .txt{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.56;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-decoration: none;
    color: #000;
}
@media only screen and (max-width:767px){
    .secMovie{
        margin: 45px auto;
        width: 92%;
    }
    .secMovie .titmovie{
        font-size: 18px;
        padding-bottom: 33px;
    }
    .secMovie .titmovie::after{
        bottom: 19px;
    }
    .secMovie .listMovie{
        flex-direction: column;
    }
    .secMovie .listMovie .item{
        width: 100%;
    }
    .secMovie .listMovie .item:not(:last-child){
        margin: 0 0 20px 0;
    }
    .secMovie .listMovie .aMovie:hover{
        opacity: 1;
    }
    .secMovie .listMovie .imgBox{
        padding-top: 56.526%;
    }
    .secMovie .boxLable{
        width: 92%;
        margin: 18px auto 7px;
    }
    .secMovie .boxLable .txt{
        font-size: 13px;
        line-height:1.53;
    }
}

/*-----------------------------------------------
    youtube_popup
-----------------------------------------------*/
#youtube_popup{
    display: none;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
}
#youtube_popup .popupContainer{
    display: table;
    width: 100%;
    height: 100%;
}
#youtube_popup .popupContents{
    display: table-cell;
    vertical-align: middle;
}
#youtube_popup .popupMain{
    padding: 30px;
}
@media only screen and (max-width:767px){
    #youtube_popup .popupMain{
        width: 100%;
        margin: 0 auto;
        padding: 15px;
    }
}

/* secPopup */
#youtube_popup .popup{
    margin: 0 auto;
}
#youtube_popup .btnClose{
    width: 38px;
    height: 38px;
    border-radius: 38px;
    border: 2px solid #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: .7;
}
#youtube_popup .boxYouTube{
    position: relative;
    background: #000;
}
#youtube_popup .boxYouTube iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width:767px){
    #youtube_popup .btnClose{
        width: 24px;
        height: 24px;
        top: 15px;
        right: 15px;
        font-size: 11px;
        border-width: 1px;
    }
}
video{
    max-width: 1200px !important;
    max-height: 80vh !important;
    height: auto !important;
    width: 80vw !important;
}
@media only screen and (max-width:767px){
    video{
        width: 92vw !important;
    }
}

/*--( secPlan )--*/
.titPriceSub{
	text-align:center;
	padding:38px 0 40px;
}
.secPlan{
	width:980px;
	margin:0 auto 100px;
}
.secPlan ul{
}
.secPlan li{
	background:#FFF;
	border:#C30D24 solid 5px;
	border-top: none;
	position:relative;
	z-index:0;
	box-sizing:border-box;
}
.secPlan li:nth-child(n+2){
	margin-top:30px;
}
.secPlan .blockTit{
	position:relative;
	z-index:10;
	padding:10px 0;
	background:#C30D24;
}
.secPlan .blockTit .ico{
	position:absolute;
	top:calc(50% - 30px);
	left:10px;
	z-index:100;
}
.secPlan .blockTit .tit{
	font-size:20px;
	line-height:1.5;
	color:#fff;
	margin:0 0 0 82px;
}
.secPlan .blockData{
	padding:20px 15px 16px;
}
.secPlan .flexBox {
	display: flex;
	justify-content: space-between;
}
.secPlan .imgBox {
    width: 300px;
    padding-top: 0;
    height: auto;
}
.secPlan .imgFrame{
	width:282px;
	min-height:173px;
	overflow:hidden;
}
.secPlan .txtData{
	width: calc(100% - 632px);
	overflow:hidden;
	font-size:15px;
	line-height:1.4;
	color:#333333;
	margin: 0 12px 0 20px;
}
.secPlan .blockPrice{
	width:290px;
	position:relative;
}
.secPlan .titPrice{
	text-align:center;
	padding:9px 0 9px;
	margin:0 auto 5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
.secPlan .txtPrice{
	font-size:46px;
	font-family:Arial;
	color:#C30C24;
	text-align:right;
	padding:0 50px 4px 0;
	height:46px;
	width:180px;
	margin:0 auto;
	box-sizing:border-box;
}
.secPlan .listMember .txtPrice{
	font-size:34px;
	padding:7px 50px 10px 0;
	width:180px;
	box-sizing:border-box;
	margin:0 auto;	
}
.secPlan .logo{
	text-align:center;
	max-width:70%;
	margin:0 auto;
}
.secPlan .logo img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.secPlan .bgPrice{
	position:absolute;
	top:49px;
	left:64px;
}
.secPlan .txtInclude{
	padding:7px 0 8px;
	text-align:center;
	background:#E9E7E2;
	width:180px;
	margin:0 auto;
	font-size:12px;
}
.secPlan .blockMember{
	width:100%;
	height:calc(100% - 40px);
	box-sizing:border-box;
	background:rgba(255, 255, 204, 0.8);
	position:absolute;
	top:40px;
	left:0;
	z-index:5;
	text-align:center;
	padding:60px 0 0;
}
.secPlan .blockMember .txtRegister{
	margin:0 auto 20px;
	width:90%;
}
.secPlan .blockMember a.btnKey{
	display:inline-block;
	width:200px;
	height:70px;
}


.secPlan .blockPrice .boxPrice{
	height: 83px;
	padding-top: 5px;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    box-sizing: border-box;
}
.secPlan .blockPrice .boxPrice .in{
	display: inline-block;
}
.secPlan .blockPrice .boxPrice .tEx,
.secPlan .blockPrice .boxPrice .tIn{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.secPlan .blockPrice .boxPrice .tIn{
	margin-top: 6px;
}
.secPlan .blockPrice .boxPrice .tEx .txtPrice2{
	font-size: 12px;
	font-weight: 700;
}
.secPlan .blockPrice .boxPrice .tEx .txtAttn{
	font-size: 32px;
	font-weight: 700;
	color: #c30c24;
	padding-left: 1px;
}
.secPlan .blockPrice .boxPrice .tEx .txtTax{
	font-size: 10px;
	font-weight: 700;
	padding: 7px 0 0 2px;
}
.secPlan .blockPrice .boxPrice .tIn .txtPrice2{
	font-size: 10px;
	font-weight: 500;
}
.secPlan .blockPrice .boxPrice .tIn .txtAttn{
	font-size: 25px;
	font-weight: 700;
	padding-left: 1px;
}
.secPlan .blockPrice .boxPrice .tIn .txtTax{
	font-size: 10px;
	font-weight: 500;
	padding: 2px 0 0 2px;
}
 .secRoom .blockData .btnKey,
 .secRoom .blockData .btnToDetails{
    width:150px;
}
 .secRoom .blockData .btnToDetails span{
    position:absolute;
    top:48%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
.secRoom .blockData .btnToDetails:hover{
    background:#FF8533;
}

 .secList{
	margin-bottom:70px;
	float:right;
}
 .secList .selectBox{
	float:left;
	font-size:0;	
}
 .secList .selectBox:last-child{
	margin-left:40px;
}
 .secList .selectBox .txtSelect{
	font-size:15px;
	font-weight:600;
	letter-spacing:1px;
	display:inline-block;
	vertical-align:top;
	padding:15px 10px 0 0;
}
 .secList .selectBox .select{
	width:270px;
	border:#CCC solid 1px;
	height:45px;
	background:#FFF;
	vertical-align:top;
	display:inline-block;
	padding:0 10px;
}
 .secSale .secList{
	margin-top:50px;
}
 .secSale .iconSale{
	width:70px;
	height:70px;
	background:url(../img/plan/bgSale.png) center no-repeat;
	box-sizing:border-box;
	text-align:center;
	color:#C30C24;
	font-size:20px;
	font-weight:bold;
	padding:15px 0 0;
	position:absolute;
	left:10px;
	top:120px;
}
 .secSale .iconSale2{
	font-size:12px;
}
@media only screen and (max-width:767px){
    /*--( secPlan )--*/
    .secPlan{
        text-align:center;
        padding:18px 0 9px;
    }
    .secPlan li{
        display:inline-block;
        width:144px;
        margin:0 4px 16px;
        vertical-align: top;
    }
    .secPlan li a{
        display:block;
        width:100%;
        padding:4px 0 0;
        background:#084189;
    }
    .secPlan li .notExistPlan{
        display:block;
        width:100%;
        padding:4px 0 0;
        background:#084189;
    }
    .secPlan li .img{
        width:136px;
        height:80px;
        margin:0 auto;
        position:relative;
        z-index:5;
    }
    .secPlan li .imgFrame{
        width:100%;
        height:80px;
    }
    .secPlan li .tag{
        position:absolute;
        top:0;
        left:0;
        z-index:10;
    }
    .secPlan li .tit{
        font-size:14px;
        font-weight:bold;
        color:#fff;
        text-align:center;
        padding:14px 0 11px;
    }
    .secPlan li .blockPrice{
        display:table;
        width:100%;
    }
    .secPlan li .thPrice{
        display:table-cell;
        width:36px;
        height:76px;
        text-align:center;
        vertical-align:middle;
        background: #fc0;
    }
    .secPlan li .thPrice .txt{
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.1;
    }
    .secPlan li .tdPrice{
        background:#fff;
        border-right:1px solid #C9C6BC;
        border-bottom:1px solid #C9C6BC;
        height: 76px;
        color:#37332C;
        font-weight:bold;
        vertical-align:middle;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding-top: 7px;
        box-sizing: border-box;
    }


    .secPlan li .tdPrice .wrapPrice .in{
        text-align: right;
    }
    .secPlan li .tdPrice .wrapPrice .in + .in{
        margin-top: 4px;
    }
    .secPlan li .tdPrice .txtPrice1{
        font-size: 11px;
        font-weight: 500;
    }
    .secPlan li .tdPrice .txtPrice2{
        font-size: 10px;
        font-weight: 500;
    }
    .secPlan li .tdPrice .txtPrice1 .txtAttn{
        font-size:18px;
        color:#c5262b;
    }
    .secPlan li .tdPrice .txtPrice2 .txtAttn{
        font-size:13px;
        font-weight: 500;
    }
    .secPlan li .tdPrice .txtTax{
        font-size: 10px;
        font-weight: 500;
    }

    .secPlan li .btnSale{
        padding:0;
        background:none;
        margin-top:10px;
    }
    .secList{
        width: 100%;
        margin:10px auto 25px;
        display: block;
        float: none;
    }
    .secList .selectBox{
        margin-bottom:16px;
        float: none;
        text-align: left;
    }
    .secList .selectBox .txtSelect{
        font-size:15px;
        font-weight:600;
        letter-spacing:1px;
        vertical-align:top;
        font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .secList .selectBox .select{
        width: 100%;
        border:#CCC solid 1px;
        height:40px;
        background:#FFF;
        padding:0 10px;
        margin-top:4px;
    }
    .wrapper {
        width: 100%;
        margin: 0 auto;
    }
}
.bgKey {
    background: #084189;
}
.btnKey {
    background: #084189;
    -webkit-box-shadow: 0 -4px 0 #073A7B inset;
    box-shadow: 0 -4px 0 #073A7B inset;
}
.btnKey, .btnCommon01, .btnCommon02, .btnCommon03, .btnCommonFooter01, .btnCommonFooter02, .btnCommonFooter03, .btnSubmit, .btnFormBack {
    display: block;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.btnKey span, .btnCommon01 span, .btnCommon02 span, .btnCommon03 span, .btnCommonFooter01 span, .btnCommonFooter02 span, .btnCommonFooter03 span, .btnSubmit span, .btnFormBack span {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.secPlan.secSale .boxPrice {
    width: 136px;
    float: left;
    position: relative;
}
.secPlan.secSale .boxPrice2 {
    float: right;
}
.secPlan.secSale .boxPrice2 .titPrice {
    background: #C30C24;
}
.secPlan.secSale .boxDisp .dispPrice1, .secPlan.secSale .boxDisp .dispPrice2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 18px;
}
.secPlan.secSale .blockPrice .boxPrice {
    height: 137px;
}
@media only screen and (max-width:767px){
.txtPriceFirst{
    font-size:16px;
    line-height:136%;
    text-align:center;
    padding:12px 0 11px;
}
.secPlan{
    padding:0 0 20px;
    width: 92%;
}
.secPlan ol{
   
}
.secPlan li{
    background:#FFF;
	border:#C30D24 solid 3px;
    margin:0 3.4% 30px 0;
	width:100%;
	box-sizing:border-box;
    position: relative;
}
.secPlan li:nth-child(2n){
	margin-right:0;
	margin-top: 10px;
}
.secList .selectBox:last-child {
    margin-left: 00px;
}

.secPlan .blockTit{
    color:#fff;
    font-size:13px;
    line-height:16px;
	width:100%;
	background:#C30D24;
	position:relative;
    padding: 9px 0;
}
.secPlan .blockTit .txtNum{
    width:75px;
    height: 40px;
    font-weight:bold;
    text-align:center;
    background:#f90;
    position: absolute;
    left: -3px;
    top: -3px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secPlan .blockTit .tit{
    line-height: 1.5;
    font-weight:bold;
    text-align: left;
    padding-left: 81px;
}
.secPlan .blockData{
    width:100%;
    margin:0 auto;
    /* position:relative; */
    z-index:5;
	box-sizing:border-box;
	padding:15px 3%;
}
.secPlan .blockData .imgFrame{
    width:100%;
    height:0;
	padding-top:60%;
    overflow: hidden;
    margin-top: 10px;
}
.secPlan .blockData .logo{
	width:76%;
	margin:0 auto;
}
.secPlan .blockData .logo img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

.secPlan .blockData .txtData{
    width: calc((100% - 18px) / 2);
}
.secPlan .flexBox .imgBox {
    width: calc((100% - 18px) / 2);
}
.secPlan .txtData .tit{
    box-sizing:border-box;
    padding:9px 0 10px;
    text-align:center;
    margin:0 0 10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.secPlan .blockData .txtData .priceBox{
	display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;	
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width:100%;
	margin-bottom:5px;
}
.secPlan .row01{
    font-weight:bold;
    padding:0 0 4px;
	font-size:13px;
}
.secPlan .txtAttn{
    font-size:33px;
    color:#C30C24;
}
.secPlan.secSale .txtAttn{
    color:#000;
}

.secPlan .inBox{
	display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;	
}
.secPlan .row02{
    font-weight:bold;
    box-sizing:border-box;
    margin:0 0 4px 5px;
	font-size:10px;
	line-height:1.2;
}
.secPlan .txtIn{
    font-size:12px;
    text-align:center;
    padding:8px 4px 7px;
    color:#000;
    background:#E8E2D3;
}
.secPlan .blockTxt{
    width:96%;
    box-sizing:border-box;
    margin:0 auto;
    background:#fff;
    font-size:13px;
    line-height:1.4;
    color:#333333;
    padding: 11px 0 0;
}
.secPlan .listMember .row01{
    font-size:28px;
}
.secPlan .listMember .blockTxt{
    box-sizing:border-box;
   /* height:59px;
    overflow:hidden;*/
}
.secPlan .blockMember{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(255,255,204,0.8);
    top:0;
    left:0;
    text-align:center;
    z-index:100;
	box-sizing:border-box;
	padding:0 3%;
}
.secPlan .blockMember .txt{
    padding:30% 0 10px;
}
.secPlan .blockMember .txt img{
	width:100%;
	height:auto;
}
.secPlan .blockMember .btnKey{
    width:100%;
    height:38px;
    margin:0 auto;
}

.secPlan .boxPrice{
    height: 58px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -3px;
    box-sizing: border-box;
}
.secPlan .boxPrice .in{
    display: inline-block;
    text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;

}
.secPlan .boxPrice .tEx{
    font-size: 12px;
    font-weight: 700;
}
.secPlan .boxPrice .tEx .txtAttn{
    font-size: 23px;
    font-weight: 700;
    color: #c30c24;
    margin-left: 1px;
    letter-spacing: -0.5px;
}
.secPlan .boxPrice .tEx .txtTax{
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
}
.secPlan .boxPrice .tIn{
    font-size: 10px;
    font-weight: 500;
    margin-top: 5px;
}
.secPlan .boxPrice .tIn .txtAttn{
    font-size: 18px;
    font-weight: 500;
    margin-left: 2px;
}
.secPlan .boxPrice .tIn .txtTax{
    font-size: 10px;
    font-weight: 500;
    margin-left: 5px;
}
.secPlan .flexBox {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d6d1c2;
    padding-bottom: 15px;
}
.titPriceSub{
    padding:20px 0 20px;
}
 .secPlan .blockTit .txtNum {
    width: 75px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    background: #f90;
    position: absolute;
    left: -3px;
    top: -3px;
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secPlan .btnContact {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f90;
    box-shadow: 0 -6px 0 #E58900 inset;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.secPlan .btnCon {
    width: 77%;
    margin: 15px auto 0;
}
.secPlan .blockMember .txtRegister {
   padding: 30% 0 10px;
}
.secSale .secList {
    margin-top: 10px;
}
.secPlan.secSale .txtData {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.secPlan.secSale .priBox {
    width: calc((100% - 11px) / 2);
}

.secPlan.secSale .titSec2{
	margin-bottom:14px;
}
}
@media only screen and (max-width: 345px) {
    .secPlan .txtIn {
        font-size: 11px;
    }
    .blockPrice .txt .tEx .txtAttn {
        font-size: 31px;
    }
}


