@charset "UTF-8";

html {
    height: 100%;
}
body {
    background: #fff;
    background: #f5f5f5;
    height: 100%;
    font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
    font-size: 16px;
}
#app {
    height: 100%;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}
main {
    flex: 1;
}
a {
/*    color: #0070ec;*/
}

/*---- パーツ -----------*/
.thumb img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    left: 50%;
    position: absolute;
    top: 50%;
    max-width: 100%;
}
.thumb {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 70%;
    position: relative;
    max-width: 100%;
}
.thumb div {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    left: 50%;
    position: absolute;
    top: 50%;
    background: #ddd;
    padding: 50% 0;
    width: 100%;
    white-space: nowrap;
}

.radius_thumb {
}
.radius_thumb img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: left top;
    border: 1px solid #ddd;
    margin: 20px 0 10px;
}

.thumb_user img {
    max-width: 120px;
    max-height: 120px;
    margin: 20px 0;
    border: 0;
}

.button_box {
    padding: 20px 0;
    text-align: center;
}

.favo_color {
    background: transparent;
    border: 0;
    color: #ff2727;
}

.nowrap {
    white-space: nowrap;
}

.table img {
    max-width: 100%;
    height: auto !important;
}

.alert {
    list-style: none;
}

.small_text {
    font-size: 12px;
}

@media only screen and (max-width: 680px) {
    .navbar-brand img {
        height: 30px !important;
    }
}


.col_list {
    margin-right: -10px;
    margin-left: -10px;
}
.col_list > .col,
.col_list > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
@media only screen and (max-width: 680px) {
    .col_list {
        margin-right: -5px;
        margin-left: -5px;
    }
    .col_list > .col,
    .col_list > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
}



/*---- メイン -----------*/
.wrapper {
    max-width: 1230px;
    margin: auto;
    padding: 0 15px;
}
.wrapper_content {
    max-width: 1100px;
    margin: auto;
    padding: 0 15px;
}
main.app {
    padding-top: calc(70px + 35px);
}
main.top {
    padding-top: 0!important;
}

.top_main {
    border-radius: 15px;
    margin-bottom: 30px;
}
.main {
    border-radius: 15px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 680px) {
    .wrapper {
    }
    main.app {
        padding-top: calc(70px + 35px);
    }

    .top_main {
        padding: 20px 0px;
        border-radius: 15px;
    }
    .main {
        padding: 0 0px 20px;
        border-radius: 15px;
    }
}



/*---- ヘッダーメニュー -----------*/

.app_header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
}


.navbar {
    min-height: 70px;
}
.navbar-brand {
    height: 70px;
    line-height: 70px;
}
.header_nav {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0 !important;
}
.header_nav .navbar-brand {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 5px 0 0;
    margin: 0;
}
.header_nav .navbar-brand a {
    
/*    font-size: 23px;*/
    font-weight: bold;
    font-size: 18px;
    color: #485179;
    letter-spacing: -0.1px;
    text-decoration: none;
}


.header_register_btn {
    background: #ffc901;
    border-radius: 50rem;
}


.menu {
    display: flex;
    height: 35px;
    text-align: right;
    justify-content: center;
    background: #FFC107;
/*    border-bottom: 1px solid #777;*/
    font-size: 18px;
    font-family: "Oswald", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
    
}
.right_menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin: 0 15px;
    text-align: right;
    margin-left: 0;
}
.right_menu li{
    margin-right: 10px;
}
.right_menu li a {
    display: inline-block;
    padding: 3px 20px 3px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.right_menu li a:hover {
    background: #F7A072;
    color: #fff;
    transition: all 0.3s;
}
.ja .right_menu li a {
    font-size: 15px !important;
}

@media only screen and (max-width: 680px) {
    .header_nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    .menu {
        display: block;
        padding: 0;
    }

    .left_menu {
        margin: 0 30px 0 0 !important;
    }
    .right_menu {
        margin: 0 !important;
        padding: 0 15px !important;
    }
    .right_menu li {
        flex: auto;
        width: 50%;
        margin-right: 5px !important;
    }
    .right_menu li a {
        padding: 7px 0px 5px !important;
/*        border-bottom: 3px solid #ededed;*/
        width: 100%;
        text-align: center;
        font-size: 13px;
    }

    .right_menu li.active a {
/*        border-bottom: 3px solid #2196F3;*/
        
    }

    .breadcrumb {
        margin-bottom: 0;
    }    
}

/*---- SP -----------*/
.header_sp_menu {
    height: calc(100vh - 55px - 40px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    padding: 0;
    margin: 10px 0;
    background: #fff;
}
.header_sp_menu::-webkit-scrollbar{
    display:none;
}
.header_sp_menu li {
    
}
.header_sp_menu li.t {
    font-weight: bold;
    padding: 20px 15px 10px;
}
.header_sp_menu li a {
    display: inline-block;
    width: 100%;
    padding: 11px 15px;
    border-bottom: 1px solid #dfdfdf;
    color: #333;
}
.header_sp_menu .list-group {
    
}
.header_sp_menu .list-group .list-group-item {
    padding: 0;
    border: none;
}
.header_sp_menu  .user_icon {
    width: 80px;
    height: 80px;
}


.header_image {
    margin: 0 0 25px;
}
.header_image img {
    width: 100%;
    height: auto;
}
.side_banner {
    margin: 20px 0 0px;
}
.side_banner img {
    width: 100%;
    height: auto;
}
.main_header {
    
}
.main_header img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .header_image {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 991px) {
    .side_banner {
        width: 300px;
        max-width: 100%;
    }
}

.header_sidebar_sp {
    
}
.header_sidebar_sp .sidebar {
}
.header_sidebar_sp .sidebar .side_banner {
    display: none;
}



/*---- タイトル -----------*/
.main_title {
    padding: 10px 0;
    margin: 10px 0 30px;
    font-size: 30px;
    border-bottom: 1px solid #000;
    font-family: "Oswald", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
.main_title_ja {
    padding: 10px 0;
    margin: 10px 0 30px;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    font-family: "Oswald", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
.page_title {
    padding: 0px;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: bold;
    color: #1F4E79;
    font-family: "Oswald", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
.page_title_sub {
    font-size: 21px;
    font-weight: bold;
    padding: 0px;
    margin: 0 0 15px;
}
.page_title_small {
    display: block;
    max-width: 720px; 
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #b9b9b9;
    color: #b9b9b9;
} 
.sp-iblock {
    display: inline;
}

@media only screen and (max-width: 680px) {
    .sp-iblock {
        display: inline-block;
    }

    .main_title,
    .main_title_ja {
        font-size: 20px;
    }
    .page_title {
        font-size: 20px !important;
        /*margin-bottom: 0px;*/
    }
    .page_title_sub {
        font-size: 15px !important;
        margin: 0 0 9px;
    }
    .page_title_small {
        display: block;
        max-width: 720px; 
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #b9b9b9;
        color: #b9b9b9;
    } 
}


/*---- サイドバー -----------*/
.side_title {
    background:#f0f0f0;
    padding: 10px;
    font-weight:bold;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: "Oswald", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
.side_sub_title,
.side_sub_title_ja {
        /*padding: 0 10px;*/
    font-weight: bold;
    font-size: 19px;
    font-family: "Oswald", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
.side_sub_title_ja {
    font-size: 17px;
}
.side_search {
    
}

.sidebar_menu {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    /*font-family: "Oswald", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;*/
}
.sidebar_menu h3,
.sidebar_menu .h3 {
    /*padding: 0 0 0 15px;*/
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.sidebar_menu h3 a,
.sidebar_menu .h3 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
    position:  relative;
}
.sidebar_menu h3 a::before,
.sidebar_menu .h3 a::before {
    display:  inline-block;
    text-decoration:  none;
    border-radius: 5px;
    position:  relative;
    height: 24px;
    width: 24px;
}
.sidebar_menu h3 a::after,
.sidebar_menu .h3 a::after {
    content:  '';
    width: 12px;
    height: 12px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position:  absolute;
    top: 17px;
    bottom:  0;
    left:  0;
    right:  5px;
    margin-left:  auto;
    color: #aaaaaa;
}
.sidebar_menu.maker h3 a,
.sidebar_menu.maker .h3 a {
    padding: 1px 0;
}
.sidebar_menu.maker h3 a::after,
.sidebar_menu.maker .h3 a::after {
    top: 9px;
}

.side_search input[type="text"],
.side_search button {
    width: 100%;
    margin-top: 15px;
}

.side_form_keyword {
    display: flex;
    flex-grow: 1;
    list-style: none;
    margin-bottom: 0;
    text-align: left;
}
.side_form_keyword form {
    display: flex;
    flex-grow: 1;
}
.side_form_keyword button {
    width: 20%;
}

.sidebar .sidebar_image {
    width: 30px;
    height: auto;
    max-height: 30px;
}
.sidebar .sidebar_maker_image {
    width: auto;
    height: auto;
    max-width: 35px;
    margin: -2px 0 2px;
}
.sidebar .sidebar_maker_image_a {
    display: flex !important;
    align-items: center;
    padding-left: 0!important;
    padding-right: 0!important;
    font-size: 14px;
}
.sidebar .sidebar_maker_image_span {
    display: inline-block; 
    width: 42px;
    margin-left: -2px;
    text-align: center; 
}
.sidebar .badge {
    margin: 0 0 0 5px;
    padding: 1px 5px 1px 4px;
    letter-spacing: -0.8px;
    font-size: 12px;
    color: #565656;
    border: 1px solid #aaa;
    box-sizing: border-box;
}


#register_form .form-group {
    padding: 10px 0;
}
#register_form label {
    font-weight: bold;
}
#register_form button {
    width: 200px;
    margin: 20px 0 20px;
}
.require {
    color: #dd0000;
}



/*---- 検索 -----------*/
.box_search_title {
    font-size: 21px;
    color: #2f6dd4;
    padding: 10px 0 3px;
    font-size: 24px;
    font-family: "Oswald", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
#search_box {
    padding: 20px;
/*    background: #f5f5f5;*/
    background: #fff;
}
#search_box .form-control {
    background: #fff;
}
#search_box .search_submit {
    border: 0;
    margin: 10px 0;
    padding: 5px 40px;
    color: #fff;
    font-size: 16px;
    background: #3F51B5;
    border-radius: 40px;
}
#search_box .search_submit:hover {
    background: #6e7ed2;
}


.car_box {
    margin-bottom: 20px;
    padding: 0;
    background: #fff;
}
.car_box a {
    color: #000;
}
.car_box .thumb {
    border: 1px solid #eee;
}
.car_box .thumb div {
    text-align: center;
}
.car_box .car_box_body {
    padding: 10px;
}
.car_box h2,
.car_box h3 {
    width: 100%;
    font-size: 16px;
    margin-top: 5px;
}
.car_box h2 a,
.car_box h3 a {
    text-decoration: none;
    font-weight: 600;
}
.car_box .car_box_info {
    display: flex;
    justify-content: space-around;
    margin-top: 5px;
    font-size: 14px;
}
.car_box .car_box_info .line {
    width: 50%;
}
.content_list_prices {
    padding-top: 4px;
    font-weight: bold;
    text-align: right;
}
.content_list_price {
/*    font-size: 18px;*/
    color: #dd0000;
}


.car_list_box {
    margin-bottom: 40px;
}
.car_list_box a {
    color: #000;
}
.car_list_box .thumb {
    border: 1px solid #eee;
}
.car_list_box .thumb div {
    text-align: center;
}
.car_list_box .car_list_right {
    display: flex;
    flex-wrap: wrap;
    
    background: #fff;
    padding: 20px 20px;
}
.car_list_box h2 {
    width: 100%;
    font-size: 17px;
    margin-top: 0px;
}
.car_list_box h2 a {
    text-decoration: none;
    font-weight: 600;
}
.car_list_box .car_list_price_txt {
    display: inline-block;
    padding-right: 20px;
}
.car_list_box .car_list_price {
    padding-top: 4px;
    font-weight: bold;
    text-align: right;
    color: #dd0000;
}
.car_list_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 15px 0 0;
}
.car_list_info .info_list {
    width: 25%;
    border-right: 1px solid #fff;
}
.car_list_info .info_list span {
    display: inline-block;
}
.car_list_info .title,
.car_list_info .str {
    display: inline-block;
    width: 100%;
    padding: 1px 5px;
    margin: 0 5px 0 0;
    background: #e9e9e9;
    color: #16181a;
    font-size: 14px;
    text-align: center;
}
.car_list_info .str {
    background: transparent;
    font-size: 14px;
    margin: 0 5px 5px 0;
}

@media only screen and (max-width: 680px) {
    .car_list_box h2 {
        font-size: 16px;
        margin-top: 0px;
    }
    .car_list_box .car_list_left {
        padding: 0;
    }
    .car_list_box .car_list_right {
        background: transparent;
        padding: 0px 10px;
    }

    .car_list_prices {
        margin-bottom: 10px;
    }
    .car_list_info .info_list {
        width: 33%;
        background: #fff;
    }
}


/*---- アイテム詳細 -----*/

.content_detail_page {
    padding: 20px 30px;
/*    background: #fff;*/
}
#content #content_detail {
    max-width: 1230px !important;
    padding-bottom: 15px;
}

#content_detail h1 {
    margin: 0 0 0px;
    font-weight: bold;
    color: #000;
    font-size: 25px;
}
#content_detail h2,
#content_detail h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
    font-family: "Oswald", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

#content_detail .title_info {
    margin: 0 0 20px;
    color: #d28009;
}

.content_detail_right {
    margin-bottom: 15px;
}
.content_detail_right_body {
    padding: 20px 20px 20px;
    margin: 0 20px;
    background: #fff;
}
.content_detail_title {
    margin: 10px 20px;
}
.content_detail_body .detail_price,
.content_detail_body .detail_price_total {
    font-size: 19px;
    line-height: 1.4;
    font-weight: bold;
}
.content_detail_body .detail_price .text {
    font-size: 15px;
}
.content_detail_body .detail_price_total .text {
    font-size: 15px;
}
.content_detail_body .detail_price .price {
    color: #ff0000;
    font-weight: bold;
    font-size: 24px;
}
.content_detail_body .detail_price_total .price {
    color: #009688;
    font-weight: bold;
    font-size: 24px;
}

.right_sub_title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.content_detail_body .cal {
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid #bbb;
}
.content_detail_body .cal .prices {
    display: flex;
    margin-bottom: 5px;
}
.content_detail_body .cal .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_detail_body .cal .select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
}
.content_detail_body .cal .comment {
    margin: 8px 0;
}

@media only screen and (max-width: 680px) {
    .content_detail_page {
        padding: 20px 15px;
    }
    #content_detail h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}


.right_spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 35px;
}
.right_spec .spec_list {
    width: 33%;
    text-align: center;
}
.right_spec .spec_list .spec_list_title {
    font-weight: bold;
    background: #f7f7f7;
    padding: 5px;
    font-size: 14px;
}
.right_spec .spec_list .spec_list_value {
    padding: 3px 0 10px;
}

.content_detail_body .c_thumb {
    padding-bottom: 30px;
}
.content_detail_body .c_thumb img {
    width: 100%;
    height: auto;
}
.content_detail_body .c_thumb #main_image {
    position: relative;
    border: 1px solid #ededed;
    margin-bottom: 10px;
}
.content_detail_body .sub_image {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
}
.content_detail_body .sub_image button {
    width: 16%;
    height: auto;
    margin-right: 2%;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    opacity: .5;
}
.content_detail_body .sub_image button:last-child {
    margin-right: 0 !important;
}
.content_detail_body .sub_image button.active {
    opacity: 1;
}
.content_detail_body .sub_image button img {
    height: 65px;
    object-fit: cover;
}

.content_detail_body .carousel-control-prev-icon,
.content_detail_body .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    outline: black;
    border-radius: 50%;
    text-align: center;
    background: rgba(0,0,0,0.7);
    background-size: 100%, 100%;
    cursor: pointer;
    transition: all 0.2s;
}
.content_detail_body .carousel-control-next-icon {
    padding: 2px 0 0 4px;
}
.content_detail_body .carousel-control-prev-icon {
    padding: 2px 4px 0 0;
}
.content_detail_body .carousel-control-next-icon:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #fff;
}
.content_detail_body .carousel-control-prev-icon:after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #fff;
}

.content_detail_body .comment .form-group {
    margin-bottom: 5px;
}

.content_detail_body .content_detail_btn {
    padding: 8px 50px;
    font-size: 16px;
    color: #fff;
    background: #F94144;
    /*background: #277DA1;*/
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    border: 0;
    border-bottom: 1px solid #b60000;
    /*border-bottom: 1px solid #1c5066;*/
}
.content_detail_body .content_detail_btn.loading {
    opacity: 0.6;
}
.content_detail_body #loader {
    display: none;
}
.content_detail_body #loader i {
    font-size: 24px;
}

#content_detail .spec_table {
    border: 0;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    font-size: 12px !important;
}
#content_detail .spec_table td,
#content_detail .spec_table th {
    padding: 3px 15px;
    border: 0;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 14px !important;
}
#content_detail .spec_table th {
    background: #dfdfdf;
}


#content_detail .detail_table_feature {
    padding: 0px 20px 10px;
}
#content_detail .tags_table {
    width: 100%;
    font-size: 12px;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
.tags_table .table_tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}
#content_detail .tags_table .table_td {
    width: 33%;
    text-align: center;
    color: #bebebe;
    background: #fff;
}
#content_detail .tags_table .table_td {
    border: 0;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
#content_detail .tags_table .table_td.active {
/*    background: #03A9F4;
    font-weight: bold;
    color: #fff !important;
    font-size: 14px;*/
    
    border: 1px solid #03A9F4;
    font-weight: bold;
    color: #2196F3 !important;
    font-size: 14px;
    letter-spacing: -0.4px;
}

@media only screen and (max-width: 680px) {
    .content_detail_right {
        padding-top: 10px;
    }
    .content_detail_right h1 {
        margin-bottom: 0!important;
    }
    .content_detail_right_body {
        margin: 0;
    }
    .content_detail_title {
        margin: 10px 0px;
    }
    #content_detail .tags_table {
        margin-bottom: 30px;
    }
}

/* breadcrumb */
#breadcrumb {
    display: flex;
    padding: 10px 0 10px;
    justify-content: flex-start;
    align-items: baseline;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    font-size: 13px;
}
#breadcrumb ul {
    display: flex;
    padding: 0;
    margin-bottom: 0;
    height: 22px;
    line-height: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
}
#breadcrumb ul li {
    width: auto;
}
#breadcrumb li:after {
    display: inline-block;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 10px 0 10px;
    color: #b6b6b6;
}
#breadcrumb li:last-child:after {
    content: "" !important;
}
#breadcrumb li a,
#breadcrumb li span {
    display: inline-block;
    height: 100%;
    font-weight: bold;
}
#breadcrumb li a {
    display: inline-block;
    height: 100%;
    color: #952400;
    text-decoration: none;
}
#breadcrumb h1 {
    font-size: 13px !important;
    display: inline !important;
}

/*---- フッター -----------*/
#footer {
    background: #f4f4f4;
    margin-top: 30px;
    padding: 15px 0;
}


/*------ sp -------*/

@media (max-width: 1200px) {

}
@media (max-width: 991px) {

    #content_detail .content_detail_body .sub_image li {
        width: 15%;
    }
    #footer {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .sp { display: block; }


    #content_detail .content_detail_body .sub_image li {
        width: 20%;
    }

}
@media (max-width: 575.98px) {

    
    #content_detail .content_detail_body .sub_image li {
        width: 20%;
        margin-right: 2%;
    }

    
}