@charset "UTF-8";

/*ピクトグラム*/
/*PC*/

.is-sp {
    display: none;
}

#pictgram {
    width: 100%;
    max-width: 1140px;
    border: 3px solid #43b19f;
    border-radius: 10px;
    margin-top: 75px;
    display: block;
    padding: 20px 52px;
    margin-bottom: 60px;
}

#pictgram .pictgram_ttl_wrapper {
    width: 100%;
    border-bottom: 1px solid #43b19f;
    margin: 0 auto;
    }

#pictgram .pictgram_ttl {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 20px;
}

#pictgram .pictgram_ttl_wrapper {
    width: 100%;
    border-bottom: 1px solid #43b19f;
    display: flex;
    margin: 0;
}

#pictgram .pictgram_items {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: center;
    margin: 20px auto auto;
}

#pictgram .pictgram_item {
    font-size: 12px;
    color: #43b19f;
    letter-spacing: -0.12em;
    text-align: center;
    margin-right: 50px;
    margin-bottom: 40px;
    line-height: 0.07;
    position: relative;
}

#pictgram .pictgram_item:last-child {
    margin-right: 0;
}

#pictgram .pictgram_item span{
    position: absolute;
    margin: 0 auto;
    left: -12px;
    right: 0;
    white-space: nowrap;
    width: 130%;
    line-height: 1.2;
}

/*ピクトグラムの設定*/
#pictgram .pictgram_item::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-color: #43b19f;
    border-radius: 5px;
    background-image: url(../../images/shop/layout/pictgram__css-sprit@2x.png);
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    margin-bottom: 5px;
    background-size: 700px 140px;
}

/*ピクトグラムのCSSスプライト*/
#pictgram .cloths::before {
    background-position: 0px 0px;
}

#pictgram .bag::before {
    background-position: -70px 0px;
}

#pictgram .clock::before {
    background-position: -140px 0px;
}

#pictgram .jewelry::before {
    background-position: -210px 0px;
}

#pictgram .gold::before {
    background-position: -280px 0px;
}

#pictgram .antique::before {
    background-position: -350px 0px;
}

#pictgram .ticket::before {
    background-position: -420px 0px;
}

#pictgram .cosme::before {
    background-position: -490px 0px;
}

#pictgram .station::before {
    background-position: -560px 0px;
}

#pictgram .road::before {
    background-position: -630px 0px;
}

#pictgram .phone::before {
    background-position: 0px -70px;
}

#pictgram .parking::before {
    background-position: -70px -70px;
}

#pictgram .book::before {
    background-position: -140px -70px;
}

#pictgram .privacy::before {
    background-position: -210px -70px;
}

#pictgram .kids::before {
    background-position: -280px -70px;
}

#pictgram .foreigncurrency::before {
    background-position: -350px -70px;
}

#pictgram .drink::before {
    background-position: -420px -70px;
}


/*アクセス情報*/
#shop_details #basic_info #access_info h2,
#shop_details #basic_info #access_info h3 {
    margin: 0 0 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#access_info .flex_access {
    display: flex;
}

#access_info #maps {
    width: 50%;
    height: 330px;
    margin-right: 2.5%;
}

#access_info h3 {
    margin: 0 0 16px 0;
}

#access_info dl {
    width: 50%;
    padding-right: 20px;
    margin: 0 0 40px;
}

#access_info dd {
    line-height: 1.45;
}


/*SP*/
@media screen and (max-width: 767px) {
    /*ピクトグラム*/
    #pictgram {
        width: 100%;
        max-width: 767px;
        border: 3px solid #43b19f;
        border-radius: 10px;
        margin-top: 30px;
        display: block;
        padding: 26px 32px 10px;
        margin-bottom: 60px;
    }
    #pictgram .pictgram_items {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }
    #pictgram .pictgram_item {
        font-size: 12px;
        color: #43b19f;
        letter-spacing: -0.12em;
        text-align: center;
        margin-right: 32px;
        margin-bottom: 40px;
        line-height: 1.2;
        width: 70px;
    }
    /*アクセス情報*/
    #access_info .flex_access {
        display: block;
    }
    #access_info .flex {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    #access_info dl {
        width: 100%;
        border-bottom: solid 1px #DDD;
        padding: 10px 0;
    }
    #access_info #maps {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 476px) {
    /*ピクトグラム*/
    #pictgram .pictgram_item:nth-child(3n) {
        margin-right: 0;
    }  
}





#user_review {
    background: #F8F8F8;
    padding: 60px 0 30px;
}

#user_review h2.big{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #10AF9E;
    font-weight: bold;
}
#user_review h2 span{
    position: relative;
    padding: 0 30px;
}
#user_review h2 span:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    border: solid 1px #10AF9E;
    transform: rotate(35deg)
}
#user_review h2 span:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    border: solid 1px #10AF9E;
    transform: rotate(35deg)
}
.user_review_items {
    display: flex;
    justify-content: space-between;
}
.user_review_item_container {
    padding: 20px 30px 20px;
    border-left: 1px solid #43b19f;
    border-right: 1px solid #43b19f;
}
.user_review_item {
    width: 30%;
}
.user_review_item::before {
    content: "";
    display: block;
    height: 16px;
    width: 100%;
    background-image: url(../../images/shop/layout/cellout-head.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    margin: 0 0 0;
}
.user_review_item::after {
    content: "";
    display: block;
    height: 42px;
    width: 100%;
    background-image: url(../../images/shop/layout/cellout-foot.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    margin: 0 0 0;
}
.user_review_item + .user_review_item {
    margin: 0 0 0 30px;
}
.user_review_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
}
.user_review_name {
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.user_review_star {
    display: flex;
    align-items: center;
    width: 100px;
}
.modal_review_list .user_review_star {
    width: 200px;
}
.review_star_label {
    width: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0 12px 0 0;
}
.user_review_star svg {
    stroke: #43b19f;
    stroke-width: 2px;
    fill: none;
    width: 20px;
    height: 20px;
}
.user_review_star svg + svg {
    margin: 0 0 0 4px;
}
.user_review_star svg.on {
    fill: #43b19f;
}
.review_txt {
    line-height: 1.717;
    margin: 0;
}
.review_no_txt {
    color: #adadad;
}


.modal_review {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
    z-index: 99;
}

.modal_review.show {
    display: block;
}
.modal_review_overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.modal_review_close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: #4c4c4c;
    border-radius: 50%;
    cursor: pointer;
}
.modal_review_close::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #c2c2c2;
    top: calc(50% - 1px);
    left: 5px;
    transform: rotate(45deg);
}
.modal_review_close::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #c2c2c2;
    top: calc(50% - 1px);
    left: 5px;
    transform: rotate(135deg);
}

.modal_review_content {
	display: block;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    max-width: 980px;
    height: 80%;
    margin: auto;
    background-color: #ffffff;
    box-sizing: border-box;
    z-index: 99;
}
.modal_review_content.show {
    display: block;
}

.modal_review_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    padding: 40px 0 20px;
    width: calc(100% - 60px);
    margin: 0 auto;
}

.modal_review_title {
    margin: 0;
    padding: 0;
    color: #43b19f;
    font-size: 26px;
    font-weight: bold;
}

.modal_review_item {
    margin-top: 20px;
    margin-bottom: 40px;
}
.modal_review_item:last-child {
    margin-bottom: 0;
}

.modal_review_list {
    height: calc(100% - 100px);
    overflow-y: scroll;
    padding: 20px 30px;
    width: 100%;
    margin: 0 auto;
}

.review_sort {
    position: relative;
    width: 200px;
    background-color: #ffffff;
}

.review_sort_label {
    position: relative;
    margin: 0;
    padding: 9px 20px 8px 40px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    cursor: pointer;
}

.review_sort_label::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #dddddd;
    top: 50%;
    left: 15px;
    transform: rotate(45deg);
}
.review_sort_label.show::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #dddddd;
    top: 50%;
    left: 15px;
    transform: rotate(135deg);
}

.review_sort_label::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #dddddd;
    top: 50%;
    left: 20px;
    transform: rotate(130deg);
}
.review_sort_label.show::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #dddddd;
    top: 50%;
    left: 20px;
    transform: rotate(45deg);
}

.sort_list {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
}
.sort_list.show {
    display: block;
}

.sort_list_item {
    margin: 0;
    padding: 9px 20px 8px 40px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .user_review_item::before {
        margin: 0 0 -4px;
    }
    .user_review_item::after {
        margin: 0 0 0;
    }
}
@media (max-width: 991px) {
    .user_review_item::before {
        margin: 0 0 -6px;
    }
    .user_review_item::after {
        margin: 0 0 0;
    }
}
@media (max-width: 767px) {
    .is-sp {
        display: block;
    }
    #user_review h2 span {
        display: inline-block;
        text-align: center;
        line-height: 1.3;
    }
    #user_review h2 span::before ,
    #user_review h2 span::after {
        bottom: 0;
        top: auto;
    }
    .user_review_items {
        display: block;
    }
    .user_review_item {
        width: 100%;
    }
    .user_review_item + .user_review_item {
        margin: 20px 0 0;
    }
    .user_review_item::before {
        margin: 0 0 -2px;
        background-size: 100% 100%;
    }
    .user_review_item::after {
        margin: 0 0 0;
        background-size: 100% 100%;
    }
    .modal_review_header {
        display: block;
        width: calc(100% - 52px);
        padding: 30px 0 20px;
        position: relative;
        z-index: 999;
    }
    .modal_review_content {
        width: 84%;
        height: 82%;
    }
    .modal_review_title {
        font-size: 20px;
        margin: 0 0 16px;
    }
    .modal_review_list .user_review_star {
        width: 100px;
    }
    .review_sort {
        width: 100%;
    }
    .modal_review_list {
        height: calc(100% - 140px);
        padding: 20px 26px 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}