* {
    margin: 0;
    padding: 0;
    font-size: 14.5px;
    font-family: 'ヒラギノ角ゴ ProN W3', '游ゴシック', sans-serif;
}

main {
    margin: 80px 0 0 0;
    font-family: 'ヒラギノ角ゴ ProN W3', '游ゴシック', sans-serif;
}





.breadcrumb {
    padding: 2.5px;
    margin: 0 23%;
}

.breadcrumb li{
    display: inline; /*横に並ぶように*/
    list-style: none;
    font-size: 10px;
    
}

.breadcrumb li:after{/* >を表示*/
    content: '>';
    padding: 0 5px;
    color: #555;
}

.breadcrumb li:last-child:after{
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
}

.breadcrumb li a:hover {
    opacity: 0.5;
}

span {
    font-size: 11px;
}

span.red {
    color: red;
}



.section-title {
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    font-family: 'Molengo', 'ヒラギノ角ゴ ProN W3', '游ゴシック', sans-serif;
}

.section-subtitle {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: 5px auto 30px auto;
}

section {
    width: 54%;
    display: block;
    margin: auto;
    padding: 0 0 0 0;
}

.contents {
    width: 100%;
    text-align: justify;
}







/* tab arrow all start */

.arrow-2 {
    width: 100%;
    position: relative;
    display: block;
    color: #000000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    transition: all .3s;
    margin: 0 auto 30px auto;
    padding: 5px 0 5px 10px;
    display: block;
    border: solid #c8c8c8 1px;
    box-sizing: border-box;
}

.arrow-2.shown::before {
    border-top: solid 7px #808080;
    border-bottom: solid 0px #ffffff;
}

.arrow-2::before {
    position: absolute;
    margin: auto 0 auto auto;
    content: "";
    vertical-align: middle;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 4px;
    height: 7px;
    border: 5px solid transparent;
    
    border-bottom: solid 7px #808080;
    border-top: solid 0px #ffffff;
    
    transition: all .3s;
}

.arrow-2:hover {
    background: #d0d0d0;
}

/* tab arrow all end */



/* tab start */

.tab_content {

    display: none;

}

.tabs input {
    display: none;
}




.tabs {
    margin-top: -80px;
    padding-top: 80px;
}

#hokkaido {
    margin-top: -50px;
}

.display_block{
    display: block;
}

/* tab end */







#brand-menu {
    position: fixed;
    width: 18%;
    top: 80px;
    left: 0;
    background: #ffffff;
    padding: 2.5% 2.5%;
}

#brand-menu ul li {
    list-style: none;
}

#brand-menu ul li a {
    font-family: 'ヒラギノ角ゴ ProN W3', '游ゴシック', sans-serif;
    display: block;
    padding: 5px 0;
    font-size: 13.5px;
    border-bottom: dashed 1px #aeaeae;
}




/*triode premium shop section*/
.company-wrapper {
    width: 100%;
    margin-top: 45px;
}

.company-wrapper--sp {
    display: none;
}

.company-logo {
    width: 120px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
}

.company-text {
    font-size: 13.5px;
    font-family: 'ヒラギノ角ゴ ProN W3', '游ゴシック', sans-serif;
    font-weight: bold;
    display: block;
}

.company-text--small {
    font-size: 11.5px;
    font-weight: 500;
}














.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 5px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}

.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.sample1-1::before{
left: 95%;
box-sizing: border-box;
width: 7px;
height: 4px;
border: 5px solid transparent;
border-left: 7px solid #808080;

}

.sample1-1:hover::before {
    border-left: 7px solid #780a1e;
}

.sample1-1:hover {
    color: #780a1e;
    text-decoration: underline;
    font-weight: 600;
}

#shop-list {
    width: 60%;
    display: block;
    position: static;
}

.shop-intro {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

.brand-logo-div {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 0 0 0;
    
    box-sizing: border-box;
}

.brand-logo-div a {
    width: 100%;
    vertical-align: middle;
}


.product-intro-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 30px 0;
    
    
}

.product-intro-table tr .theme {
    width: 50px;
    font-weight: 600;
    background: #e6e6e6;
    table-layout: auto;
    text-align: center;
}

table tr td ul li {
    padding-left: 1em;
    text-indent: -1em;
    list-style-position: inside;
}

.product-intro-table tr td {
    width: auto;
    padding: 5px 10px;
    border: solid #aeaeae 1px;
    font-size: 12px;
    font-family: 'ヒラギノ角ゴ ProN W3', '游ゴシック', sans-serif;
}

table tr .tel {
    width: 30%;
}




.brand-logo {
    width: 40%;
    display: inline-block;
    padding: 0 2.5% 0 0;
    vertical-align: middle;
    
}


.brand-intro {
    width: 100%;
    margin: 15px auto;
    display: block;
    position: static;
    text-align: justify;
}

.brand-machine {
        width: 100%;
        display: block;
        margin: 0 auto;
    padding: 0;
    font-size: 0;
    justify-content: center;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    }

.brand-machine-visual-div {
    width: 30%;
    display: block;
    margin: 0;
}

.brand-machine-visual {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.brand-machine-visual-div p {
    padding: 10px 0 0 0;
    font-family: serif;
}

.more-button a {
    width: 100%;
    display: block;
    margin: 15px 0 30px 0;
    padding: 7.5px 0;
    text-align: center;
    border-top: solid 2px #780a1e;
    color: #780a1e;
    font-weight: 600;
}

.premium-logo {
    display: inline-block;
    margin-left: 10px;
    height: 20px;
    width: auto;
    vertical-align: middle;
}




@media screen and (max-width: 1024px) {
    
    main {
        margin: 60px 0 0 0;
    }
    
}

@media screen and (max-width: 600px) {
    
   
    section {
    width: 95%;
    display: block;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
}

    #brand-list {
    width: 95%;
    }
    
    #brand-menu {
        display: none;
}

.company-wrapper--sp {
    display: block;
}
    
}