
/*  brand  */

.brand {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 100px;
}
.brand ul {
    margin: 10px auto 30px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.brand ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.brandpic img {
    width: 100%;
    height: auto;
}
.extxt h3 {
    border-bottom: 1px solid #fff;
}
.extxt {
    font-size: 0.8em;
    line-height: 1.5em;
}

@media screen and (min-width: 767px) {
    
    .brand ul li {
        width: 15%;
        margin-right: 10px;
    }
    .brand2 ul {
        -webkit-flex-direction : row-reverse;
        flex-direction : row-reverse;
    }
    .brandpic {
        flex-grow: 1;
    }
    .brand .extxt {
        flex-grow: 5;
    }
}


/*  menu  */

.menu {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 100px;
}
.menu ul {
    margin-bottom: 45px;
    list-style: none;
}
.menu img {
    width: 100%;
    height: auto;
}
.extxt span {
    padding-left: 5px;
    font-size: x-small;
    color: #09f;
}

.pdf ul {
    text-align: center;
}
.pdf ul li {
    width: 100%;
    margin: 5px;
    border: 1px solid #fff;
}
.pdf a {
    display: block;
    padding: 10px 0;
    transition: 0.8s;
}
.pdf li a:hover {
    color:  #fff;
    background-color: #960;
}
.pdf a:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/menu/neww.png);
    background-size: contain;
    margin-left: 8px;
}

@media screen and (min-width: 767px) {
    
    .menu1, .menu2 {
        display: -webkit-flex;
        display: flex;
    }
    .menu ul {
        width: 50%;
        display: -webkit-flex;
        display: flex;
    }
    .menupic {
        width: 50%;
        height: 80px;
    }
    .menu .extxt {
        padding: 0 20px 0 10px;
        width: 50%;
        font-size: 70%;
    }
    .menu h3 {
        margin-top: 0;
    }
    .pdf {
        font-size: 85%;
    }
    .pdf ul {
        margin-top: 50px;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }
    .pdf li {
        width: calc(100%/3);
    }
    .pdf a:after {
    display: none;
    }

}


/*  shop  */

.shop {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 100px;
}

.tabs {
    margin-bottom: 80px;
}
.tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #000;
    background-color: #c80;
    line-height: 50px;
    text-align: center;
    color: #036;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    font-size: 80%;
}
.tab_item:hover {
    opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 20px 20px 0;
    clear: both;
    overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#cg:checked ~ #cg_content,
#cc:checked ~ #cc_content,
#cn:checked ~ #cn_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #fff;
    color: #000;
}

.shopname {
    margin-top: 10px;
    font-size: 1.5em;
    border-bottom: 1px solid #fff;
}
.shopname img{
    margin-left: 5px;
    vertical-align: -2px;
}
.shop h5 {
    color: #69c;
    font-size: 1.5em;
    margin: 12px 0 5px 0;
}
.shop span{
    margin-left: 10px;
}
.shop ul {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.shoptxt {
    margin: 0;
    padding: 0 5px 5px 5px;
    font-size: 0.8em;
    border-bottom: 1px dashed #fff;
}

.shoppic {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.shoppic img {
    width: 90%;
    height: auto;
}
.shoppicx {
    visibility: hidden;
}

@media screen and (min-width: 767px) {
    
    .shoptxt {
        margin-right: 300px;
    }
    .tab_content {
        position: relative;
    }
    .shoppic img {
        width: 100%;
        height: auto;
    }
    .shoppic {
        position: absolute;
        top: 80px;
        right: 20px;
    }
    .shoppicx {
        visibility: visible;
        position: absolute;
        top: 260px;
        right: 20px;
    }
}
