#products_list {
    text-align: center;
    margin: auto;
    padding-bottom: 100px;
}

#products_list .list-group-item,
#accessory_list .list-group-item {
    border-color: #fff;
}

.select_item {
    font-size: 24px;
    font-weight: bold;
}

.products_box {
    width: 245px;
    height: 300px;
}

.products_detail li {
    padding: 1px !important;
}

.list-group-item {
    background-color: transparent;
    border: 0px;
}

p.sort_description {
    text-align: center;
    font-size: 14px;
    ;
}

.pc_disp_1,.pc_disp_2,.pc_disp_3,.pc_disp_4,.pc_disp_5 {
    margin-bottom:30px;
}

#output_sort, #price_sort, #kou_sort {
    padding: 30px 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    cursor: pointer;
    cursor: hand;
}

.accessory_en {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.accessory_ja {
    text-align: center;
    font-size: 21px;
}

.hover_box_cc:hover {
    background-color: #cccccc;
}

.hover_box_sort:hover {
    background-color: #cacaca;
}

.Wood_stove {
    position: relative;
    min-height: 1px;
}
.Wood_stove {
    width: 40%;
    flex: 0 0 auto;
}

.other_stove {
    width: 20%;
    flex: 0 0 auto;
}

.sf_box {
    display: none;
}

#top_youtube {
    aspect-ratio: 16 / 9;
    min-height: 300px;
}
#top_youtube iframe {
    width: 100%;
    height: 100%;
}

#about_godin {
    min-height: 300px;
}

.stove_img {
    /*width: 175px;*/
    max-width: 100%;
}
.stove_name img {
    max-width:100%;
}

.godin_lineup {
    text-align: center;
    font-size: 60px;
    margin:2px;
}
.stove_name {
    max-height: 180px;
}
.allow_box {
    text-align: center;
    margin: 14px 0;
  }

#index_breadcrumb {
    font-size:21px;
    line-height: 2.0em;
}

@media (max-width: 1023px) {
    #index_breadcrumb {
        font-size:16px;
    }
}


@media (max-width: 768px) {
    .other_stove, .Wood_stove {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .stove_name {
        max-width: 100%;
    }


    .sf_box .stove_img {
        min-height: 100%;
    }

    .sf_box .stove_title_img {
        max-width: 30%;
    }
    .stove_count {
        width: 25%;
    }

    .pc_box {
        display: none;
    }

    .sf_box {
        display: flex;
    }

    #output_sort, #price_sort {
        padding: 20px 0;
        border-bottom: 0px;
    }
    #kou_sort {
        padding: 20px 0;
        border-bottom: 1px solid #808080;
    }

    .stove_table td {
        vertical-align: middle;
        padding: 0px;;
    }


}

@media (max-width: 979px) {
    #output_sort, #price_sort, #kou_sort {
        font-size:24px;
    }
}


@media (max-width: 979px) and (min-width: 769px)  {
    .godin_lineup {
        font-size: 40px;
    }
}

@media (max-width: 768px)and (min-width: 481px)  {
    .godin_lineup {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .godin_lineup {
        font-size: 20px;
    }
}
