@charset "utf-8";

/* CSS Document */

/*

フィッティングサービス

サイズガイド

*/


.sizeGuide__section,
.fitting__section {
    margin-bottom: 8rem;
}


h2 {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
}

h3 {
    font-size: 1.6rem;
    font-weight: bold;
}



p {
    line-height: 1.8;
}

/* ご利用方法 */

.howto {
    margin-bottom: 4rem;
}

.howto__item {
    margin-bottom: 4rem;
}

.howto__item .num {
    float: left;
    display: block;
    background-color: #222;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.6rem;
    margin-right: .8rem;
}

.howto__item p.txt {
    padding-left: 4rem;
    margin-bottom: 1.6rem;
}

.callOut {
    background-color: #f1f1f1;
    padding: 1.6rem 2.4rem;
    margin-bottom: 2.4rem;
}

.callOut p {
    margin: .4rem 0 0 0;
}

.attention {
    border: 1px solid #ccc;
    padding: 2.4rem;
    margin-bottom: 2.4rem;
}

.list li {
    list-style-type: disc;
    margin-left: 2rem;
    margin-top: .4rem;
}




/* スタッフ一覧 */

.staffCard {
    cursor: pointer;
    padding: 2.4rem 1.6rem;
    background-color: #f1f1f1;
}

.avatar {
    text-align: center;
}

.avatar img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 1.6rem;
    border-radius: 50%;
    background-color: #fff;
}

.name {
    text-align: center;
    margin-bottom: 1.6rem;
}


.size {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 1.5fr 2fr;
    border-top: 1px solid #ccc;
}

.size dt {
    font-weight: bold;
    font-size: 11px;
    padding: .6rem 0 .4rem .4rem;
    border-bottom: 1px solid #ccc;
}

.size dd {
    font-size: 11px;
    padding: .6rem 0 .4rem .8rem;
    border-bottom: 1px solid #ccc;
}


.ico--star {
    color: #ffbf00;
    font-size: 1.6rem;
}

.ico--male {
    color: #1f63b7;
    font-size: 1.6rem;
}



@media screen and (min-width:1024px) {


    .staffList {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        column-gap: 2rem;
        row-gap: 2rem;
    }

}


@media (min-width: 767.98px) and (max-width: 1023px) {

    .staffCard {
        padding: 1.6rem .8rem;
    }


    .staffList {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: .8rem;
        row-gap: .8rem;
    }

}


@media (max-width: 767.98px) {

    .staffCard {
        padding: 1.6rem .8rem;
    }

    .staffList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: .8rem;
        row-gap: .8rem;
    }

}



/* サイズガイド */

.sizeGuide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.6rem;
    margin-bottom: 4rem;
}


.sizeGuide__item {
    margin-bottom: 4rem;
}

.sizeGuide .pict {
    text-align: center;
    margin-bottom: 1.6rem;
}

.sizeGuide .pict img {
    width: 60%;
}

.sizeGuide .size {
    grid-template-columns: 1fr 3fr;
}


/* 詳細 */

.staffDetail {
    display: grid;
    grid-template-columns: 240px auto;
    grid-auto-rows: auto;
    column-gap: 1.6rem;
    row-gap: 1.6rem;
    margin-bottom: 4rem;
}


.staffDetail .staffCard {
    cursor: default;
}

.col--1 {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}

.row--1 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-bottom: 2.4rem;
}

.row--2 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin-bottom: 2.4rem;
}

.row--3 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}


/* スタッフ 全サイズ */

.sizeBlock {
    display: grid;
    column-gap: 1.6rem;
    grid-template-columns: repeat(3, 1fr);
}

/* スタッフ　靴サイズ */

.shoesSizeBlock {
    display: grid;
    column-gap: 1.6rem;
    grid-template-columns: 300px auto;
}


.shoesSizebyBrand {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.6rem;
}

.shoesUnit {
    text-align: center;
    border: 1px solid #ccc;
    border-left: 0px;
    padding: 1.6rem 0;
}


.shoesUnit:first-child {
    border-left: 1px solid #ccc;
}


.shoesUnit .ico {
    margin-bottom: .8rem;
}

.shoesUnit .value {
    font-size: 11px;
}





@media screen and (min-width:1024px) {}


@media (min-width: 767.98px) and (max-width: 1023px) {


    .staffDetail {
        display: grid;
        grid-template-columns: 200px auto;
    }

    .shoesSizeBlock {
        display: block;
    }
}


@media (max-width: 767.98px) {

    .sizeGuide,
    .staffDetail,
    .sizeBlock,
    .shoesSizeBlock {
        display: block;
    }

    .staffDetail .staffCard {
        display: grid;
        grid-template-columns: 120px auto;
        column-gap: 1.6rem;
        margin-bottom: 2.4rem;
    }

    .staffDetail .name {
        text-align: left;
        margin-bottom: 1rem;
        /*
        padding-top: .8rem;*/
    }

    .staffDetail .avatar img {
        margin-bottom: 0;
        width: 100px;
        height: 100px;
    }



    .staffDetail .size {
        margin-top: -1px;
    }



}

/* --------------------

サイズガイド / sizeguide

-------------------- */


.sizeGuideIndex {
    display: grid;
    margin-top: 2.4rem;
    column-gap: .8rem;
    row-gap: .8rem;
    grid-template-columns: repeat(4, 1fr);
}



.sizeGuideIndex li a {
    display: block;
    opacity: 1;
    border-radius: .2rem;
    text-align: center;
    padding: 1rem;
    border: 1px solid #02467a;
    color: #02467a;
}



.sizeGuideIndex li a:hover {
    text-decoration: none;
    background-color: #02467a;
    color: #fff;
}

.sizeGuide__section h2{
    margin-bottom: 1.6rem;
}





.itemWrap {
    display: grid;
    margin-bottom: 1.6rem;
    column-gap: 2.4rem;
    row-gap: 2.4rem;
}

.itemWrap--half {
    grid-template-columns: repeat(2, 1fr);
}

.itemWrap--3col {
    grid-template-columns: 1fr 1fr 1fr;
}

.itemWrap .item {
    text-align: center;
    border: 1px solid #ccc;
    padding: 1.6rem;
    margin-bottom: .8rem;
}


.itemWrap .item h3 {
    text-align: left;
}

.itemWrap .item img {
    width: 60%;
}

.itemWrap--3col .item img {
    width: 100%;
}


.sizeWrap .size {
    grid-template-columns: 20rem auto;
}

.sizeWrap .size dt {
    font-size: inherit;
}

.sizeWrap .size dd {
    font-size: inherit;
}





@media screen and (min-width:1024px) {}


@media (min-width: 767.98px) and (max-width: 1023px) {


    .sizeGuideIndex {
        display: grid;
        margin-top: 2.4rem;
        column-gap: .8rem;
        row-gap: .8rem;
        grid-template-columns: repeat(3, 1fr);
    }


    .itemWrap {
        display: block;
    }

    .itemWrap .item img {
        width: 60%;
    }

    .sizeWrap .size {
        grid-template-columns: 1fr 3fr;
    }


    .sizeWrap .size dt {
        font-size: 11px;
    }

    .sizeWrap .size dd {
        font-size: 11px;
    }



}


@media (max-width: 767.98px) {


    .sizeGuideIndex {
        display: grid;
        margin-top: 2.4rem;
        column-gap: .8rem;
        row-gap: .8rem;
        grid-template-columns: repeat(2, 1fr);
    }


    .itemWrap {
        display: block;
    }

    .itemWrap .item img {
        width: 60%;
    }

    .sizeWrap .size {
        grid-template-columns: 1fr 3fr;
    }

    .sizeWrap .size dt {
        font-size: 11px;
    }

    .sizeWrap .size dd {
        font-size: 11px;
    }


}