@charset "utf-8";

.twoClmNumCnt .cnt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.twoClmNumCnt .cnt.reverse{
    flex-direction: row-reverse;
}

.twoClmNumCnt .cnt:first-child{margin-top: 0;}

.twoClmNumCnt .txtArea{
    width: 560px;
}

.twoClmNumCnt .txtArea .num{
    margin-bottom: 10px;
    color: #c6a549;
    font-size: 26px;
}

.twoClmNumCnt .txtArea .ttl{
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
}

.twoClmNumCnt .imgArea{
    width: 360px;
    text-align: center;
}

@media only screen and (max-width:640px){
    .twoClmNumCnt .cnt{
        display: block;
        margin-top: 30px;
    }

    .twoClmNumCnt .txtArea{
        width: 100%;
    }

    .twoClmNumCnt .txtArea .num{
        margin-bottom: 2px;
        font-size: 20px;
    }

    .twoClmNumCnt .txtArea .ttl{
        margin-bottom: 8px;
        font-size: 18px;
    }

    .twoClmNumCnt .imgArea{
        width: 100%;
        margin-top: 15px;
    }

    .twoClmNumCnt .imgArea img{
        max-width: 440px;
    }
}

.priceArea{
    width: 540px;
    margin-left: auto;
    padding: 5px;
    border: 1px solid #e49393;
    box-sizing: border-box;
}

.priceArea .inner{
    padding: 30px 60px;
    background-color: #ffecec;
    font-weight: 500;
    text-align: right;
}

.priceArea .main{
    font-size: 36px;
    font-weight: bold;
}

.priceArea .yen{
    margin-left: 4px;
    font-size: 24px;
}

.priceArea .tax{
    font-size: 16px;
}

.bdrLineGold{
    position: relative;
    z-index: 1;
}

.bdrLineGold::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 1px;
    left: 0;
    background-color: rgba(198,165,73,0.85);
    z-index: -1;
}

@media only screen and (max-width:640px){
    .priceArea{
        width: 100%;
        max-width: 380px;
        padding: 5px;
    }

    .priceArea .inner{
        padding: 20px;
    }

    .priceArea .main{font-size: 30px;}
    .priceArea .yen{font-size: 20px;}
    .priceArea .tax{font-size: 14px;}

    .bdrLineGold::after{
        height: 3px;
        bottom: 2px;
    }
}

.balloonTxt{
    margin-bottom: 20px;
    text-align: center;
}

.balloonTxt > span{
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    position: relative;
    padding: 0 40px 20px;
    font-size: 30px;
    font-weight: 500;
    color: #c6a549;
}

.balloonTxt > span::before{
    content: "";
    display: block;
    position: absolute;
    width: 195px;
    height: 58px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../../images/img_balloon.png") no-repeat top left / 100% auto;
}

.commonImgCnt{
    width: 540px;
    margin: 0 auto;
}

@media only screen and (max-width:640px){
    .balloonTxt{
        margin-bottom: 10px;
    }

    .balloonTxt > span{
        padding: 0 30px 18px;
        font-size: 24px;
    }

    .balloonTxt > span::before{
        width: 156px;
        height: 47px;
    }

    .commonImgCnt{
        width: 100%;
        max-width: 480px;
    }
}

/*

.checkCircleLst > li{
    margin-top: 30px;
    padding: 15px 15px 15px 60px;
    border: 2px solid #ccc;
    border-radius: 100px;
    background: url("../../images/icon_checkmark.png") no-repeat top 23px left 25px / 26px 19px;
}

.checkCircleLst > li:first-child{margin-top: 0;}

@media only screen and (max-width:640px){
    .checkCircleLst > li{
        margin-top: 15px;
        padding: 10px 20px 10px 50px;
        border-width: 1px;
        background-position: top 14px left 20px;
        background-size: 21px 15px;
    }
}

.flowDetailWrap a{color:#16b0e1;}
.flowDetailWrap a:hover{color:#c6a549;}

.flowDetailWrap .cnt{
    position: relative;
    margin-top: 110px;
}

.flowDetailWrap .cnt:first-child{margin-top: 0;}

.flowDetailWrap .cnt::before,
.flowDetailWrap .cnt::after{
    content: "";
    display: block;
    position: absolute;
    background: no-repeat top left / 100% auto;
}

.flowDetailWrap .cnt::before{
    top: -105px;
    left: 50%;
    width: 54px;
    height: 70px;
    background-image: url("../../images/img_arrow_dot.png");
    transform: translateX(-50%);
}

.flowDetailWrap .cnt.plane::after{
    top: -60px;
    right: 360px;
    width: 81px;
    height: 81px;
    background-image: url("../../images/img_plane.png");
    transform: translateX(-50%);
}

.flowDetailWrap .cnt::before{
    content: "";
    display: block;
    position: absolute;
    top: -105px;
    left: 50%;
    width: 54px;
    height: 70px;
    background: url("../../images/img_arrow_dot.png") no-repeat top left / 100% auto;
    transform: translateX(-50%);
}

.flowDetailWrap .cnt:first-child:before{display: none;}

.flowDetailWrap .ttlArea{
    font-family: 'Noto Serif JP', serif;
    width: 180px;
    height: 180px;
    margin: 0 auto 30px;
    padding-top: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
}

.flowDetailWrap .ttlArea .num{
    font-size: 50px;
    letter-spacing: 2px;
}

.flowDetailWrap .ttlArea .mainTxt{
    font-size: 18px;
}

.flowDetailWrap .ttlArea .mainTxt.long{
    line-height: 1;
}

.flowDetailWrap .txtArea{
    padding: 30px 40px;
    border-radius: 30px;
    background: #fff;
    color: #333;
}

.flowDetailWrap .txtArea > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #ddd;
}

.flowDetailWrap .txtArea > li:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.flowDetailWrap .txtArea .subTtl{
    width: 150px;
    padding: 5px 15px;
    border-radius: 30px;
    box-sizing: border-box;
    background: #333;
    color: #fff;
    text-align: center;
}

.flowDetailWrap .txtArea .txt{
    width: 900px;
    margin-top: 5px;
}

@media only screen and (max-width:640px){
    .flowDetailWrap .cnt{
        margin-top: 65px;
    }

    .flowDetailWrap .cnt::before{
        top: -62px;
        width: 36px;
        height: 47px;
    }

    .flowDetailWrap .cnt.plane::after{
        top: -42px;
        right: calc(50% - 138px);
        width: 54px;
        height: 54px;
    }

    .flowDetailWrap .ttlArea{
        width: 140px;
        height: 140px;
        margin-bottom: 15px;
        padding-top: 18px;
    }

    .flowDetailWrap .ttlArea .num{
        font-size: 34px;
    }

    .flowDetailWrap .ttlArea .mainTxt{
        font-size: 16px;
    }

    .flowDetailWrap .ttlArea .mainTxt.long{
        line-height: 0.9;
    }

    .flowDetailWrap .txtArea{
        padding: 20px;
        border-radius: 20px;
    }

    .flowDetailWrap .txtArea > li{
        display: block;
        margin-top: 15px;
        padding-top: 15px;
        border-top-width: 1px;
    }

    .flowDetailWrap .txtArea .subTtl{
        width: 140px;
        margin: 0 auto;
    }

    .flowDetailWrap .txtArea .txt{
        width: 100%;
        margin-top: 10px;
    }
}

*/

/* =============================================================
movie
============================================================= */

.youtube{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/* =============================================================
 popUp
============================================================= */

#popUp{
    padding-top: 60px;
}

.popUpBg{
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    color: #333;
}

.popUpArea{
    width: 960px;
}

.popUpArea .popUpTtl{
    margin-bottom: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #c2b3a7;
    font-size: 20px;
}

@media only screen and (max-width:640px){
    #popUp{
        padding-top: 30px;
    }

    .popUpBg{
        padding: 20px;
    }

    .popUpArea{
        width: 100%;
    }

    .popUpArea .popUpTtl{
        font-size: 18px;
    }
}

