@charset "UTF-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                       */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/



/* -----------------------------------------------------------

　modal view

-------------------------------------------------------------- */
.modal .modal-content {
    margin: 20px auto;
    padding: 70px 0 70px;
    width: 100%;
    min-height: 96%;
    background-clip: border-box;
    border: none;
    text-align: center;
}

.modal .modal-content .container {
    margin: 0;
    padding: 0;
    width: 100%;
}

.modal .modal-body {
    text-align: left;
}

.modal .modal-content p,
.modal .modal-content li,
.modal .modal-content dd,
.modal .modal-content dt,
.modal .modal-content table {
    color: rgba(93, 93, 93, 1.0);
}

.modal h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 1.0);
    font-size: 2.4rem;
    text-align: left;
}

.modal .close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 75px;
    height: 75px;
    background: transparent;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    cursor: pointer;
}

.modal .close-modal:hover {
    opacity: 0.3;
}

.modal .close-modal .lr {
    margin-left: 35px;
    width: 1px;
    height: 50px;
    background: rgba(255, 51, 0, 1.0);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1051;
}

.modal .close-modal .lr .rl {
    width: 1px;
    height: 50px;
    background: rgba(255, 51, 0, 1.0);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1052;
}

.modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.modal .clsBtn {
    clear: both;
    padding-top: 30px;
}

@media only screen and (min-width:768px) {

    .modal h2 {
        font-size: 3.0rem;
    }

    .modal .close-modal {
        top: 30px;
        right: 30px;
    }

    .modal .close-modal .lr {
        width: 2px;
    }

    .modal .close-modal .lr .rl {
        width: 2px;
    }

}

@media only screen and (min-width:1200px) {

    .modal .modal-content {
        width: 1200px;
    }

}

/* -----------------------------------------------------------

　search(modal)

-------------------------------------------------------------- */
#modal_search .modal-content {
    padding: 10px 0 30px;
    min-height: inherit;
}

#modal_search .searchBox {
    text-align: center;
}

#modal_search .searchBox .field {
    margin-bottom: 10px;
    height: 40px;
    padding-left: 30px;
    background: rgba(255, 255, 255, 1.0) url(../images/icon_search.png) 5px 11px no-repeat;
    background-size: 18px 18px;
    border: 1px solid rgba(153, 153, 153, 1.0);
    font-size: 1.8rem;
}

#modal_search .searchBox .searchsubmit {
    margin: 0 auto 0;
    width: 140px;
    height: 40px;
    font-size: 1.8rem;
    text-align: center;
}

#modal_search .close-modal {
    display: none;
}

@media only screen and (min-width:768px) {

    #modal_search .modal-content {
        margin-top: 10%;
    }

    #modal_search .modal-content .searchBox h2 {
        margin-bottom: 50px;
        text-align: center;
    }

    #modal_search .searchBox .field {
        margin-bottom: 0;
    }

    #modal_search .searchBox .searchsubmit {
        margin: -2px auto 0;
    }

}

/* -----------------------------------------------------------

　contact(modal)

-------------------------------------------------------------- */
#modal_contact .modal-content {
    padding: 30px 0;
    min-height: inherit;
}

#modal_contact p {
    font-size: 2.0rem;
    font-weight: 500;
}

#modal_contact p span {
    display: block;
    margin-bottom: 30px;
    font-size: 3.0rem;
}

#modal_contact .close-modal {
    display: none;
}

@media only screen and (min-width:768px) {

    #modal_contact .modal-content {
        margin-top: 10%;
        padding: 40px 0 30px;
    }

    #modal_contact .modal-body > div:first-child {
        border-right: 1px dotted rgba(204, 204, 204, 1.0);
    }

    #modal_contact .modal-body > div {
        padding-left: 5%;
    }

    #modal_contact p span {
        margin-bottom: 0;
    }

}

@media only screen and (min-width:992px) {

    #modal_contact .modal-content {
        padding: 50px 0 30px;
    }

    #modal_contact p {
        font-size: 2.8rem;
    }

    #modal_contact p span {
        font-size: 3.4rem;
    }

}

/* -----------------------------------------------------------

　privacy(modal)

-------------------------------------------------------------- */
#modal_privacy p,
#modal_privacy dt,
#modal_privacy dd,
#modal_privacy li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
}

#modal_privacy dl {
    margin: 30px 0 50px;
}

#modal_privacy dt {
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 1.0);
    font-weight: 500;
}

#modal_privacy dd {
    margin-bottom: 30px;
}

#modal_privacy ul {
    margin: 10px 0 30px 30px;
}

#modal_privacy li {
    list-style-type: disc;
}

@media only screen and (min-width:992px) {

    #modal_privacy p,
    #modal_privacy dt,
    #modal_privacy dd,
    #modal_privacy li {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

}

/* -----------------------------------------------------------

　contract(modal)

-------------------------------------------------------------- */
#modal_contract p,
#modal_contract dt,
#modal_contract dd,
#modal_contract li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
}

#modal_contract dl {
    margin: 30px 0 50px;
}

#modal_contract dt {
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 1.0);
    font-weight: 500;
}

#modal_contract dd {
    margin-bottom: 30px;
}

#modal_contract ul {
    margin: 10px 0 30px 30px;
}

#modal_contract ul li {
    list-style-type: disc;
}

#modal_contract ol {
    margin: 10px 0 30px 30px;
}

#modal_contract ol li {
    list-style-type: decimal;
}

#modal_contract ol li ul {
    margin: 10px 0 30px 0;
}

#modal_contract ol li ul li {
    list-style-type: none;
}

@media only screen and (min-width:992px) {

    #modal_contract p,
    #modal_contract dt,
    #modal_contract dd,
    #modal_contract li {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

}

/* -----------------------------------------------------------

　rules(modal)

-------------------------------------------------------------- */
#modal_rules p,
#modal_rules dt,
#modal_rules dd,
#modal_rules li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
}

#modal_rules dl {
    margin: 30px 0 50px;
}

#modal_rules dt {
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 1.0);
    font-weight: 500;
}

#modal_rules dd {
    margin-bottom: 30px;
}

#modal_rules ul {
    margin: 10px 0 30px 30px;
}

#modal_rules ul li {
    list-style-type: disc;
}

#modal_rules ol {
    margin: 10px 0 30px 30px;
}

#modal_rules ol li {
    list-style-type: decimal;
}

@media only screen and (min-width:992px) {

    #modal_rules p,
    #modal_rules dt,
    #modal_rules dd,
    #modal_rules li {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

}

/* -----------------------------------------------------------

　campaign(modal)

-------------------------------------------------------------- */
#modal_campaign p,
#modal_campaign dt,
#modal_campaign dd,
#modal_campaign li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.0rem;
}

#modal_campaign h3.postTitle {
    color: rgba(228, 0, 127, 1.0);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.0rem;
}

#modal_campaign h3:not(.postTitle) {
    margin-top: 20px;
    padding: 3px;
    background: rgba(59, 89, 152, 1.0);
    border-top: 5px solid rgba(59, 89, 152, 1.0);
    border-bottom: 5px solid rgba(59, 89, 152, 1.0);
    color: rgba(255, 255, 255, 1.0);
    font-size: 2.0rem;
    text-align: center;
}

#modal_campaign .date span {
    display: block;
}

#modal_campaign p,
#modal_campaign dt,
#modal_campaign dd,
#modal_campaign li {
    color: rgba(0, 0, 0, 1.0);
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.4rem;
}

#modal_campaign img[class*="wp-image"] {
    padding: 2px;
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(225, 225, 225, 1.0);
}

#modal_campaign .campaign_att {
    margin-top: 30px;
}

#modal_campaign .campaign_att p {
    margin-bottom: 5px;
    color: rgba(255, 0, 0, 1.0);
    font-size: 1.4rem;
    line-height: 1.8rem;
}

/*　flyer
/*-------------------------------------------*/
#modal_campaign .flyer {
    margin-top: 30px;
    padding: 10px;
    background: rgba(255, 253, 220, 1.0);
}

#modal_campaign .flyer h5 {
    font-size: 2.0rem;
    color: rgba(235, 97, 0, 1.0);
    font-weight: 400;
}

#modal_campaign h5::before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f192";
}

#modal_campaign .flyer a {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem;
}

#modal_campaign .flyer a::before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f278";
}

@media only screen and (min-width:768px) {

    #modal_campaign h3:not(.postTitle) {
        padding: 5px 10px;
        text-align: left;
    }

    #modal_campaign .date span {
        display: inline;
    }

}

@media only screen and (min-width:992px) {

    #modal_campaign h3.postTitle {
        font-size: 3.0rem;
        line-height: 3.6rem;
    }

    #modal_campaign h3:not(.postTitle) {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 2.4rem;
    }

    #modal_campaign p,
    #modal_campaign dt,
    #modal_campaign dd,
    #modal_campaign li {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }

    #modal_campaign .flyer {
        padding: 10px 20px;
        margin-top: 50px;
    }

    #modal_campaign .flyer a {
        font-size: 2.4rem;
        line-height: 3.0rem;
    }

}

/* -----------------------------------------------------------

　plan(modal)

-------------------------------------------------------------- */
.modalPlan .modal-content {
    margin-top: 30%;
    padding: 0 0 30px;
    width: 100%;
    min-height: 10%;
}

.modalPlan h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 73, 134, 1.0);
    color: rgba(0, 73, 134, 1.0);
    font-weight: 700;
    text-align: center;
}

.modalPlan dl {
    padding-left: 10%;
    padding-right: 10%;
}

.modalPlan .modal-body dt {
    padding-left: 5px;
    border-left: 5px solid rgba(0, 73, 134, 1.0);
    font-size: 2.2rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 1.0);
    line-height: 3.0rem;
}

.modalPlan dd {
    margin-left: 12px;
    margin-bottom: 10px;
    color: rgba(102, 102, 102, 1.0);
    font-weight: 400;
    line-height: 3.0rem;
}

.modalPlan dd:last-child {
    margin-bottom: 0;
}

.modalPlan dd span {
    color: rgba(235, 97, 0, 1.0);
}

.modalPlan .close-modal {
    display: none;
}

.modalPlan .clsBtn {
    padding-top: 0;
}

.modal-backdrop {
    background-color: #000;
}

@media only screen and (min-width:768px) {

    .modalPlan .modal-content {
        width: 400px;
    }

    .modalPlan dl {
        padding-left: 8%;
        padding-right: 8%;
    }

}

@media only screen and (min-width:992px) {

    .modalPlan .modal-content {
        margin-top: 15%;
    }

}




/*--------------------　▲　end of file　▲　*/