@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.single_first_view {
    margin-bottom: 50px;
}
.single_first_view_inner {
    display: flex;
    align-items: center;
} 
.single_first_view_img {
    flex-basis: 40%;
}
.single_first_view_info {
    flex-basis: 60%;
    padding-left: 50px;
}
@media only screen and (max-width: 758px) {
    .single_first_view_info {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 650px) {
    .single_first_view_inner {
        display: block;
    }
    .single_first_view_info {
        padding-left: 0;
        padding-top: 15px;
    }
}



/*************************************

商品詳細テーブル・ランキングテーブル

*************************************/
.product_detail_table th{
    width: 33.3333%;
}

.post_content table.ranking_table{
    width: 4000px;
    max-width: 4000px;
}
.post_content table.ranking_table th{
  width: 180px;
  height: 50px;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.post_content table.ranking_table td{
  width: 100px;
  height: 50px;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.post_content table.ranking_table td.large_cell {
    width: 300px;
}
.post_content table.ranking_table td.medium_cell {
    width: 150px;
}
.post_content table.ranking_table td.fixed01{
  position: sticky;
  left: 0;
  color: #000;
  background-color:#fff !important;
    width: 180px;
    border: 1px solid #ccc;
    text-align: left;
    height: 60px;
}
.post_content table.ranking_table td.fixed01:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}
.post_content table.ranking_table td.fixed01 a{
    z-index: 100;
    position: relative;
    display: table;
}
.post_content table.ranking_table td.fixed01 a span{
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}
.post_content table.ranking_table td.fixed01 a span:first-child{
    width: 50px;
    padding-right: 10px;
}
.post_content table.ranking_table td.fixed01 a img{
    width: 50px;
}

.ranking_outer {
    overflow-x: scroll;
    max-width: 100%;
}

.ranking_first_row td,.ranking_first_row th{
    background-color: #F7F4E6;
}
.ranking_table td {
    text-align: center;
}
.ranking_table td.large_cell {
    text-align: left;
}

.hp_link_btn a{
    display: inline-block;
    background: rgb(132,95,52);
    background: linear-gradient(180deg, rgba(206,175,122,1) 0%, rgba(132,95,52,1) 100%);
    color: #fff;
    line-height: 40px;
    height: 40px;
    width: 100px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

.post_content table.ranking_table td.evaluation {
    color: #d61f1f;
    font-size: 20px;
}

@media only screen and (max-width: 758px) {

}
@media only screen and (max-width: 650px) {
    .product_detail_table th{
        font-size: 12px;
        text-align: center;
    }
    .product_detail_table td{
        font-size: 12px;
        vertical-align: middle;
        text-align: center;
    }
}

@media only screen and (max-width: 450px) {
    .post_content table.ranking_table td.fixed01{
        width: 90px;
    }
    .post_content table.ranking_table td.fixed01 a span {
        font-size: 12px;
    }
    .post_content table.ranking_table td {
        font-size: 12px;
    }
    .post_content table.ranking_table td.large_cell {
        width: 150px;
    }
    .post_content table.ranking_table td.medium_cell {
        width: 100px;
    }
}
/*************************************

検索フィルター

*************************************/
.conditionsearch form{
    margin-bottom: 50px;
}
.conditionsearch h2.side-cat-title {
    font-size: 20px;
    color: #c19a5b;
    text-align: center;
    margin-bottom: 20px;
}
.form_group_outer {
    display: flex;
    align-items: flex-end;
}
.form_group_outer .form-group{
    flex-basis: 33.3333333%;
    padding: 10px 5px;
}
.select_outer select {
    width: 100%;
    padding: 15px 5px;
}
.filter_submit_btn button {
    width: 100%;
    background-color: #0DB28B;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    line-height: 45px;
}
.form-group .control-label {
    padding-bottom: 5px;
    display: block;
}
.check_outer label {
    display: inline-block;
    padding:0 10px 0 3px;
}
.form-group .control-label {
    font-weight: bold;
}
@media only screen and (max-width: 650px) {
    .form_group_outer {
        display: block;
    }
}

/*************************************

商品リスト

*************************************/
.product_list {
    display: flex;
    flex-wrap: wrap;
}
.product_list_box {
    flex-basis: 50%;
    padding: 15px;
}
.product_list_box_inner {
    border: 1px solid #ccc;
    padding: 15px;
}
.product_list_box h2 {
    padding-bottom: 10px;
    font-size: 14px;
}
.product_list_box h2 span {
    display: block;
}
.product_list_box h2 span:last-child {
    color: #c19a5b;
    font-size: 19px;
}
.list_evaluation {
    display: flex;
    padding-bottom: 5px;
}
.list_evaluation .list_product_img{
    flex-basis: 35%;
}
.list_evaluation dl {
    flex-basis: 65%;
    padding-left: 10px;
}
.list_evaluation dl dt{
    font-size: 14px;
}
.list_evaluation dl dt span{
    color: #d91f1f;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    padding-left: 5px;
}
.list_evaluation dl dd{
    font-size: 14px;
}
.product_list_box .product_detail_table{
    width: 100%;
    height: 225px;
    margin-bottom: 10px;
}
.product_list_box .product_detail_table th{
    background-color: #f0f0f0;
    font-size: 12px;
    text-align: left;
    padding: 5px;
    border: 1px solid #ccc;
}
.product_list_box .product_detail_table td{
    font-size: 12px;
    line-height: 1.3;
    padding: 5px;
    border: 1px solid #ccc;
}
.product_list_btn {
    display: flex;
}
.product_list_btn li{
    flex-basis: 50%;
    padding: 10px;
}
.product_list_btn li a{
    display: block;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background-color:#c19a5b;
    color: #fff;
    font-weight: bold;
    transition: 0.2s;
}
.product_list_btn li a:hover{
    background-color:#aaa;
}
@media only screen and (max-width: 650px) {
    .product_list {
        display: block;
    }
}

/* 閉じる状態 */
.toc-chk + .p-toc__ttl + ol li,
.toc-chk + .p-toc__ttl + ul li {
	transition: 0.1s;
	height:0px;
	overflow: hidden;
	line-height: 0;
}

/* 開く状態 */
.toc-chk:checked + .p-toc__ttl + ol li,
.toc-chk:checked + .p-toc__ttl + ul li {
	transition: 0.1s;
	height:100%;
	overflow: inherit;
	line-height: 1.5;
}

/* dummyチェックボックス */
.toc-chk {
	display:none;
}
/* 開くor閉じる */
.toc-chk:checked + .p-toc__ttl>.toc-ttl::after {
    content: '[閉じる]';

}
.toc-ttl::after {
    content: '[開く]';
    cursor: pointer;
    margin-left: .5em;
    font-size: .8em;
}

/*************************************

カテゴリー・タグページ

*************************************/
.c-pageTitle small.c-pageTitle__subTitle {
    display: none;
}