/*---------------------------------------------
                    Author
----------------------------------------------*/
.guide-wrap {
    padding: 50px;
    background-color: #fffbf7;
    margin-top: 100px;
    margin-bottom: 50px;
    outline: dashed 2px #ffbf61;
    outline-offset: -20px;
    position: relative;
}

.guide-title-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.guide-title-wrap>div {
    width: 24%;
}

.guide-contact-button {
    padding: 0;
    cursor: pointer;
    display: block;
}

.guide-contact-button:hover {
    opacity: 0.8;
}

.guide-contact-button img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.guide-profile-title {
    text-align: center;
    width: 50%;
    min-width: 50%;
    font-size: 22px;
    margin-bottom: 0;
}

.guide-profile-title span {
    position: relative;
}

.guide-profile-title span:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2021/03/accent.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: -50px;
}

.guide-profile-title span:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2021/03/accent.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: -50px;
    transform: scaleX(-1)
}

.guide-info-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.guide-img {
    width: 30%;
}

.guide-img img {
    width: 100%;
}

.guide-title {
    margin: 10px auto !important;
    font-weight: 700 !important;
    font-size: 16px;
    padding: 5px;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.guide-profile {
    width: 65%;
    position: relative;
}

.guide-info {
    list-style: none;
    padding: 0;
    font-size: 16px;
    margin-top: 0;
    font-weight: 700;
}

/*
.guide-icon {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    font-weight: 700;
}
*/

.guide-icon {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
}

.guide-icon.category {
    margin: 10px 0;
}

.guide-icon span {
    display: block;
    margin-right: 10px;
    text-align: center;
    padding: 2px 10px;
    color: #fff;
}

.guide-icon .guide-label {
    background-color: #cf9846;
}

.guide-icon .teacher-label {
    background-color: #2b6883;
}

.guide-icon .instructor-label {
    background-color: #333;
}

.guide-icon .local-guide-label {
    background-color: #cf9846;
}

.guide-icon .through-guide-label {
    background-color: #2b6883;
}

.guide-icon.language span {
    color: #000 !important;
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 0;
    font-size: 0;
}

.guide-icon.language span:before {
    content: "";
    width: 35px;
    height: 23px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
    box-shadow: 0 0 1px 1px #dbdbdb;
}

.japanese:before {
    background: url(/wp-content/uploads/2021/10/japanese.svg);
}

.english:before {
    background: url(/wp-content/uploads/2021/10/english.svg);
}

.korea:before {
    background: url(/wp-content/uploads/2021/10/korea.svg);
}

.chinese:before {
    background: url(/wp-content/uploads/2021/10/chinese.svg);
}

.french:before {
    background: url(/wp-content/uploads/2022/06/french.svg);
}

.spanish:before {
    background: url(/wp-content/uploads/2024/03/spain.svg);
}

.portuguese:before {
    background: url(/wp-content/uploads/2024/03/portugal.svg);
}

.guide-name {
    padding: 10px;
    border-bottom: solid 2px orange;
    background-color: #ffbf61;
    color: #fff;
}

.guide-plan-list-wrap {
    padding: 20px;
    background-color: #fff;
    border: dashed 1px;
}

.guide-plan-list-title {
    padding-bottom: 10px;
    border-bottom: solid 1px #ffbf61;
}

.guide-plan-list {
    padding: 0 20px;
}

.guide-plan-list-wrap ul {
    padding-left: 20px;
}

.guide-plan-list-wrap li {
    border-bottom: solid 1px #ddd;
    padding: 5px 0;
    font-weight: 700;
}

.back-button-wrap {
    width: 100%;
}

.back-button {
    background-color: #1d242d;
    color: #fff;
    padding: 10px;
    border: solid 1px #1d242d;
    transition: all 0.3s;
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
}

.back-button:hover {
    background-color: #fff;
    color: #1d242d;
    border: solid 1px #1d242d;
}

.star5_rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
}

.star5_rating:before,
.star5_rating:after {
    content: '\2605\2605\2605\2605\2605';
}

.star5_rating:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;
}

.star5_rating[data-rate="5"]:after {
    width: 100%;
}

/* 星5 */
.star5_rating[data-rate="4.5"]:after {
    width: 90%;
}

/* 星4.5 */
.star5_rating[data-rate="4"]:after {
    width: 80%;
}

/* 星4 */
.star5_rating[data-rate="3.5"]:after {
    width: 70%;
}

/* 星3.5 */
.star5_rating[data-rate="3"]:after {
    width: 60%;
}

/* 星3 */
.star5_rating[data-rate="2.5"]:after {
    width: 50%;
}

/* 星2.5 */
.star5_rating[data-rate="2"]:after {
    width: 40%;
}

/* 星2 */
.star5_rating[data-rate="1.5"]:after {
    width: 30%;
}

/* 星1.5 */
.star5_rating[data-rate="1"]:after {
    width: 20%;
}

/* 星1 */
.star5_rating[data-rate="0.5"]:after {
    width: 10%;
}

/* 星0.5 */
.star5_rating[data-rate="0"]:after {
    width: 0%;
}

/* 星0 */


/*---------------------------------------------

                    PC

----------------------------------------------*/


/*---------------------------------------------

                    PC-Under

----------------------------------------------*/
@media only screen and (max-width: 1024px) {
    .guide-title-wrap {
        display: block;
    }

    .guide-profile-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .guide-title-wrap>div {
        width: 100%;
    }

    .guide-contact-button img {
        width: 200px;
    }

}


/*---------------------------------------------

                    Tablet

----------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #main .fusion-row {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .filter {
        width: 25% !important;
    }

    .plan-list-main {
        width: 100%;
    }

    .plan-list-main:after {
        content: "";
        width: calc(100% / 2 - 10px);
        display: block;
    }

    .plan-list-item {
        width: calc(100% / 2 - 10px);
    }

    .plan-item-link img {
        height: 150px;
    }

    .plan-single {
        padding: 50px;
    }

    .single-point-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*---------------------------------------------

                    Mobile

----------------------------------------------*/
@media only screen and (max-width: 767px) {
    .guide-wrap {
        display: block;
        padding: 20px;
        margin-top: 50px;
        margin-bottom: 50px;
        outline-offset: -10px;
    }

    .guide-profile-title {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .guide-img {
        width: 100%;
    }

    .guide-img img {
        height: 200px;
        object-fit: contain;
    }

    .guide-profile {
        width: 100%;
    }

    .plan-list-main {
        width: 100%;
    }

    .plan-list-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .guide-info li {
        font-size: 12px;
    }

    .guide-plan-list-wrap {
        padding: 0;
        background: none !important;
        border: none !important;
    }

    .guide-plan-list-wrap ul {
        padding-left: 20px;
        font-size: 12px;
    }

}
