@charset "UTF-8";

/**-----------------------------------------------
 * cp終了
 *---------------------------------------------- */
.end_bar {
    display: block;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 140%;
    text-align: center;
    line-height: 2;
    position: relative;
    z-index: 1;
    padding: 2.5%;
}

/**-----------------------------------------------
 * ONELUMINE
 *---------------------------------------------- */
#onelumine {
    text-align: center;
}

#onelumine .point {
    text-align: center;
}

#onelumine .point img {
    margin: 0 auto;
}

#footer .footNav {
    text-align: center;
}

#footer .footNav .link {
    width: 100%;
}

#footer .footNav .link a {
    display: inline-block;
    width: auto;
}

#footer .edge .logo {
    text-align: center;
}

#footer .edge .copy {
    text-align: center;
}

/**-----------------------------------------------
 * common
 *---------------------------------------------- */
html {
    font-size: 14px;
}

html.wf-active {
    visibility: visible;
}

body {
    line-height: 1.7;
    font-size: 15px;
    font-feature-settings: "palt"1;
    /*overflow-x: hidden;*/
}

a {
    display: block;
    width: 100%;
    height: 100%;
    word-break: break-all;
}

a:hover {
    opacity: .7;
}

.cf:after {
    clear: both;
    content: '';
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.font_black {
    font-weight: 900;
}

.section {
    position: relative;
}

.inr {
    margin: 0 auto;
    box-sizing: border-box;

}

#cp-detail .box {
    margin-bottom: 10px;
}

/*--------------*/
#header {
    margin: 0 auto;
    background: #ffffff;
    position: relative;
}

#container {
    overflow: hidden;
}

.social-button li {
    vertical-align: top;
}

#content {
    background: #edd692;
}

#content p {
    font-size: 100%;
}

#kv.section h2 {
    padding: 10px 0 20px;
}

#cp-detail.section {
    width: 1000px;
    margin: 0 auto 40px;
    background: #ffffff;
    padding: 20px 20px 10px 20px;
}

#cp-detail.section h4 {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    background: #b5a16d;
    border-radius: 30px;
    padding: 5px 5px 5px 5px;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
}

#cp-detail .cp-box .img {
    width: auto;
    margin: 0 auto 10px;
}

#cp-detail .flex_box {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

#entry.section {
    padding: 0;
    background: #faf5e3;
}

#entry h3 {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    border-top: 2px solid #101b5b;
    border-bottom: 2px solid #101b5b;
}

.underline {
    border-bottom: 1px solid #96824d;
}

@media screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }

    .pc {
        display: inline-block;
    }

    .section {
        padding: 30px 0;
    }

    .inr {
        width: auto;
    }

    #header {}

    .end_bar {
        padding: 0.5%;
    }

    .social-button {
        width: 100%;
        max-width: 190px;
        margin: 12px 0 0 0;
        padding: 0;
        text-align: left;
        position: absolute;
        left: 5%;
        top: 0;
        z-index: 1;
    }

    #header h1 {
        width: 100%;
        max-width: 450px;
        height: auto;
        margin: 0 auto;
        padding: 22px 0;
    }

    #content {
        padding: 0;
    }

    #content p {
        padding-top: 10px;
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
    }

    #content p.pb0 {
        padding-bottom: 0;
    }

    #content p.cnt_top {
        font-size: 104%;
        font-weight: 500;
    }

    #content p.highlight01 {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0.05em;
        padding-top: 0px;
    }

    #content p.highlight02 {
        font-size: 16px;
        text-align: left;
    }

    #content p.highlight03 {
        font-size: 16px;
        text-align: left;
        margin-top: -15px;
    }

    #kv {}

    .overview {}

    #cp-detail h3 {
        width: 460px;
        height: 90px;
        margin: 0 auto 10px
    }

    #cp-detail .box {}

    #cp-detail .cp-box {
        width: 100%;
        padding: 9px;
        background-color: #f7f4e6;
        margin: 0px auto 10px;
    }

    #cp-detail .cp-box .in_box {
        /*position: relative;*/
        padding: 10px;
        margin: 0 auto;
        border: 1px solid #FFF;
        /*height: 450px;*/
    }

    #cp-detail .cp-box .in_box .txt_box {
        position: relative;
        width: 95%;
        padding: 10px 0px 10px 0px;
        margin: 0 auto;
        border-bottom: solid #b5a16d 3px;

    }

    #cp-detail .cp-box .in_box .txt_box .txt {
        top: 20px;
        left: 75px;
        position: absolute;
        text-align: left;
        font-size: 20px;
        line-height: 120%;
        font-weight: bold;
        letter-spacing: 0.02em;
    }

    #cp-detail .cp-box .in_box .txt_box .txt02 {
        top: 4px;
        left: 75px;
        position: absolute;
        text-align: left;
        font-size: 20px;
        line-height: 130%;
        font-weight: bold;
        letter-spacing: 0.02em;
    }


    #cp-detail .cp-box .in_box .txt_box span {
        position: absolute;
        font-size: 14px;
        font-weight: bold;
        width: 200px;
    }

    #cp-detail .cp-box .in_box .txt_box .circle {
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #b5a16d;
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
    }

    #cp-detail .cp-box .in_box .txt_box .circle span {
        position: absolute;
        display: inline-block;
        right: 0%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 80px;
        /*text-align: center;*/
        font-size: 30px;
        font-weight: bold;
        color: #FFF;
    }

    #cp-detail .cp-box .in_box .txt_box .circle span.stxt {
        position: absolute;
        display: inline-block;
        left: 3%;
        top: 53%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 80px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
    }


    #cp-detail .cp-box .in_box .txt_area {
        position: relative;
        margin: 10px auto 20px;
        /*padding-bottom: 20px;*/
        width: 100%;
        /*height: 300px;*/
    }

    #cp-detail .cp-box .in_box .txt_area .photo {
        /*position: absolute;
        left: 0px;
        top: 110px;*/
        text-align: left;
        padding-left: 20px;
    }

    #cp-detail .cp-box .in_box .txt_area .photo img {
        width: 30%;
        height: 30%;
    }

    #cp-detail .cp-box .in_box .txt_area .photo .caution_s {
        float: left;
        font-size: 10px;
    }

    #cp-detail .cp-box .in_box .txt_area .txt_r {
        position: absolute;
        left: 35%;
        top: 7px;
        text-align: left;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.02em;
        line-height: 22px;
        width: 63%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }


    #cp-detail .cp-box .in_box .txt_area .coment_box {
        position: relative;
        text-align: center;
        padding: 15px;
        margin: 10px auto;
        width: 100%;
        height: auto;
        background-color: #FFF;
        border-radius: 10px;
        font-size: 13px;
        color: #080058;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .coment {
        font-size: 13px;
        text-align: left;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .coment02 {
        /*position: absolute;
        top: 35px;*/
        font-size: 13px;
        text-align: center;
        display: block;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .tit {
        /*position: absolute;
        left: 23%;*/
        text-align: center;
        line-height: 25px;
        background-color: #eee2b0;
        padding: 0px;
        margin: 0 auto;
        border-radius: 20px;
        width: 70%;
        height: 25px;
        color: #080058;
        font-size: 12px;
        font-weight: bold;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .cbox {
        position: relative;
        width: 100%;
        height: 200px;
        /*margin-top: 20px;*/
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .cbox .photo01 {
        position: absolute;
        left: 2%;
        width: 90px;
        height: 90px;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .cbox .photo02 {
        position: absolute;
        top: 50%;
        left: 2%;
        width: 90px;
        height: 90px;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .cbox .rs_txt01 {
        position: absolute;
        top: 5%;
        left: 22%;
        font-size: 13px;
        text-align: left;
        margin-right: 15px;
        line-height: 22px;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .cbox .rs_txt02 {
        position: absolute;
        top: 54%;
        left: 22%;
        font-size: 13px;
        text-align: left;
        margin-right: 15px;
        line-height: 22px;
    }

    /*----------btn_area----------*/

    .btn_area {
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
        padding: 0px 0px 50px 0px;
    }

    .btn_area img {
        max-width: 40%;
        margin: 0 auto;
        padding: 0;
    }

    #entry p.step {
        padding: 30px 0;
        text-align: center;
    }

    #entry h3 {
        margin: 0 auto 20px;
        padding: 10px 0;
        font-size: 28px;
    }

    /*-----------------SP--------------------*/
}

@media screen and (max-width: 768px) {

    /*-------------------------------------------*/
    html {
        visibility: hidden;
    }

    a:hover {
        opacity: .7;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    .section {
        padding: 0;
    }

    .inr {
        width: auto;
    }

    .end_bar {
        padding: 0.5%;
    }

    .social-button {
        width: 100%;
        margin: 12px 0 0 0;
        padding: 0;
        text-align: left;
        position: absolute;
        left: 5%;
        top: 96%;
        z-index: 1;
    }

    #header {}

    #header h1 {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 3% 12%;
    }

    #content {
        padding: 0px;
    }

    #content p {
        width: 95%;
        height: 95%;
        margin: 0 auto;
        padding: 10px 0 0;
        font-size: 88%;
        line-height: 1.7;
        letter-spacing: 0.1em;
    }

    #content p.cnt_top {
        font-size: 80%;
        font-weight: 500;
        letter-spacing: 0;
    }

    #content p.highlight01 {
        font-size: 100%;
        font-weight: bold;
        letter-spacing: 0;
    }

    #content p.highlight02 {
        font-size: 12px;
        text-align: left;
    }

    #content p.highlight03 {
        font-size: 12px;
        text-align: left;
        margin-top: -10px;
    }

    #kv {}

    #kv.section {
        padding: 10px 0 20px;
    }

    #kv.section h2 {
        width: 90%;
        margin: 0 auto;
        padding: 10px 0 10px;
    }

    .overview {
        padding: 0;
    }

    #cp-detail.section {
        width: 95%;
        padding: 5px 5px 0px 5px;
        margin: 0 auto 20px;
    }

    #cp-detail .inr {
        width: 100%;
        padding: 0;
    }

    #cp-detail .box {
        margin-bottom: 0px;
    }

    #cp-detail .cp-box {
        width: 100%;
        background-color: #f7f4e6;
        padding: 5px 5px 5px 5px;
        margin-bottom: 5px;
        margin-top: 0px;
    }


    #cp-detail .cp-box .img {
        margin: 0 auto 5px;
    }

    #cp-detail .cp-box .in_box {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: 0 auto;
        border: 1px solid #FFF;
    }

    #cp-detail .cp-box .in_box .txt_box {
        width: 90%;
        height: 50px;
        padding: 0px 5px 0px 0px;
        margin: 20px auto;
        border-bottom: solid #b5a16d 3px;
        vertical-align: middle;
    }

    #cp-detail .cp-box .in_box .txt_box .txt {
        padding-left: 45px;
        padding-top: 7px;
        width: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 110%;
        font-weight: bold;
        letter-spacing: 0;
        padding-right: 0px;
    }

    #cp-detail .cp-box .in_box .txt_box .txt02 {
        padding-left: 45px;
        padding-top: 0;
        width: 100%;
        text-align: left;
        font-size: 12px;
        line-height: 130%;
        font-weight: bold;
        letter-spacing: 0;
        padding-right: 0px;
    }

    #cp-detail .cp-box .in_box .txt_box span {
        font-size: 12px;
        font-weight: bold;
        width: 200px;
    }

    #cp-detail .cp-box .in_box .txt_box .circle {
        position: relative;
        float: left;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #b5a16d;
        font-weight: bold;
        color: #FFF;
    }

    #cp-detail .cp-box .in_box .txt_box .circle span {
        position: absolute;
        display: inline-block;
        right: -35%;
        top: 55%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 80px;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
    }

    #cp-detail .cp-box .in_box .txt_box .circle span.stxt {
        position: absolute;
        display: inline-block;
        left: -30%;
        top: 60%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 80px;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
    }

    #cp-detail .cp-box .in_box .txt_area {
        margin: 0 auto;
        width: 100%;
    }

    #cp-detail .cp-box .in_box .txt_area .photo {
        text-align: center;
        padding-top: 0px;
    }

    #cp-detail .cp-box .in_box .txt_area .photo img {
        width: 90%;
        height: 90%;
        margin: 0px auto 15px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;

    }

    #cp-detail .cp-box .in_box .txt_area .txt_r {
        text-align: left;
        font-weight: 500;
        line-height: 170%;
        font-size: 0.9rem;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 5% 10px 5%;
        letter-spacing: 0.02em;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box {
        margin: 10px auto 10px;
        padding: 15px;
        width: 100%;
        height: auto;
        background-color: #FFF;
        border-radius: 10px;
        font-size: 10px;
        line-height: 13px;
        color: #080058;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .coment {
        font-size: 0.7rem;
        line-height: 4vw;
        text-align: left;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .tit {
        text-align: center;
        background-color: #eee2b0;
        padding: 5px 10px 5px 10px;
        margin: 0px 0 0 40px;
        border-radius: 20px;
        width: 80%;
        color: #080058;
        font-size: 10px;
        font-weight: bold;
    }

     #cp-detail .cp-box .in_box .txt_area .coment_box .cbox {
        position: relative;
        width: 100%;
        height: 180px;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .cbox .photo01 {
        position: absolute;
        top: 2%;
        left: 3%;
        width: 70px;
        height: 70px;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .cbox .photo02 {
        position: absolute;
        top: 50%;
        left: 3%;
        width: 70px;
        height: 70px;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .cbox .rs_txt01 {
        position: absolute;
        font-size: 10px;
        line-height: 13px;
        text-align: left;
        margin-right: 15px;
        left: 34%;
        width: 65%;
        height: auto;
    }

    #cp-detail .cp-box .in_box .txt_area .coment_box .cbox .rs_txt02 {
        position: absolute;
        top: 50%;
        font-size: 10px;
        line-height: 13px;
        text-align: left;
        margin-right: 15px;
        left: 34%;
        width: 65%;
        height: auto;
    }

    /*----------btn_area----------*/

    .btn_area {
        margin: 0 auto;
        max-width: 100%;
        padding: 0px 0px 30px 0px;
    }

    .btn_area img {
        max-width: 95%;
        margin: 0 auto;
        padding: 0px 0 0;
    }


    #entry.section {
        background: #faf5e3;
    }

    #entry h3 {
        margin: 0 auto 20px;
        padding: 10px 0;
        font-size: 1.6rem;
    }

    #entry p.step {
        padding: 3em 3%;
        text-align: center;
    }

    #footer .footNav .exp {
        height: 98px;
    }
}