/*
共通
*/
a img:hover
{
	opacity: .8;
}
.col-one-third {
    width: 33%;
}

.nowrap {
    white-space:nowrap;
}

.right {
    float: right;
}

.attention {
    font-weight: bold;
    color: #ff0000;
}

.privacy_info {
    padding: 20px 20px;
    background-color: #ffefef;
    border: solid 1px #ffa3a3;
}

.catch-image {
    margin-bottom: 20px;
}

.product_price_list {
    margin-bottom: 20px;
}

.product_price_list_box {
    padding: 20px;
    border: solid 2px #efefef;
}

.product_content {
    margin-bottom: 20px;
}

.hide {
    visibility: hidden;
}

footer {
    border-top-color: #000000 !important;
}

.price_case {
    font-size: 18px;
    font-weight: bold;
}

.price_m2 {
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
}

.price_set {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 767px) {
	.banner-purchase {
	    margin-top: 20px;
	    margin-bottom: 10px;
	}
}
@media (min-width: 768px) {
	.banner-purchase {
	    width: 50%;
	    margin-top: 20px;
	    margin-bottom: 10px;
	}
}

.product_thumb {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 15px;
}

.tonarrow {
    font-size: 12px;
    letter-spacing: 0;
}

.tonarrow_cell {
    font-size: 10px;
    letter-spacing: 0;
}

.product-name-small {
    font-size: 14px;
}

/*
サイドバー見出し
*/
.subSection-title {
    background-color: #f5f5f5;
    padding: 14px 10px 10px;
    border-top: 2px solid #008837;
    border-bottom: 1px solid #e9e9e9;
}
.subSection-title:after {
    border-bottom: 1px solid #e9e9e9 !important;
}

/*
テーブル
*/
.table-product {
    font-size: 16px;
}

.table-product th {
    font-weight: bold;
    background-color: #efefef !important;
}

.table-models {
    font-size: 14px;
	border: solid 1px #666666 !important;
}

.table-models th {
    padding: 0.6em !important;
    text-align: center;
	vertical-align: middle !important;
    color: #ffffff;
    background-color: #008837 !important;
	border: solid 1px #666666 !important;
}

.table-models td {
    padding: 0.6em 0.4em !important;
    text-align: center;
	vertical-align: middle !important;
	border: solid 1px #666666 !important;
}

.table-models td.product-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.table-models td.product-name {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.table-models td.model-description {
    text-align: left;
}

.table-models td.model-memo {
    text-align: left;
}

.table-models td.model-case-quantity {
    font-size: 13px;
}

.table-models td .btn {
    margin-bottom: 5px;
}

.price-list {
    margin-bottom: 20px;
}

.table-whatsnew {
    font-size: 14px;
}

/*
テーブル（商品タイプ＝2の場合の商品情報内テーブル）
*/
/*
.content_product_type2_detail td {
    padding: 1px;
    font-size: 8px;
}
*/

/*
テーブル（商品基礎用語）
*/
.table-glossary th {
    white-space: nowrap;
    background-color: #efefef;
}


/*
テーブル（商品写真、施工写真）
*/
.table-product-pictures td,
.table-product-showcases td {
    width: 50%;
}

/*
テーブル横スクロール用
*/
.scroll {
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.scroll table {
		width:200% !important;
	}
}
@media (min-width: 768px) {
	.scroll table {
		width:100%;
	}
}
.scroll::-webkit-scrollbar {
	height: 8px;
}
.scroll::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #808080;
}

/*
人気商品
*/

.product_pop_boxes {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.product_pop_boxes .col-xs-6, .product_pop_boxes col-md-3 {
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 5px;
}

.product_pop_box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    padding: 10px 10px;
    border: 2px solid #efefef;
    box-shadow: inset 0px 0px 0px 1px #fff;
}

.product_pop_box h3 {
    font-size: 14px;
    margin-top: 10px;
}

.product_pop_box_body {
    overflow: hidden;
    font-size: 12px;
}

.product_pop_box_body .wp-post-image {
    margin-right: 1em;
    margin-bottom: 5px;
    width: 100%;
    border: solid 1px #ddd;
}

.product_pop_box_body .product_pop_box_text {
    line-height: 1.5em;
    margin-bottom: 5px;
}

.product_pop_box_body .product_pop_box_price {
    line-height: 1.5em;
    margin-bottom: 5px;
}

.product_pop_box_image {
    height: 90px;
}

/*
商品一覧
*/
.product_list_boxes {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.product_list_boxes .col-xs-6, .product_list_boxes col-md-4 {
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 5px;
}

.product_list_box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    padding: 0 10px;
    border: 2px solid #efefef;
    box-shadow: inset 0px 0px 0px 1px #fff;
}

.product_list_box h3 {
    font-size: 14px;
    margin-top: 10px;
}

.product_list_box_body {
    overflow: hidden;
    font-size: 12px;
}

.product_list_box_body .wp-post-image {
    float: left;
    margin-right: 1em;
    margin-bottom: 5px;
    width: 50%;
    border: solid 1px #ddd;
}

.product_list_box_body .product_list_box_text {
    line-height: 1.5em;
    margin-bottom: 5px;
}

.product_list_box_body .product_list_box_more  {
    clear: both;
    margin-bottom: 10px;
}

.product_list_box_body .product_list_box_download  {
    clear: both;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    font-size: 14px;
}

.product_list_box_body_parent {
    overflow: hidden;
    font-size: 12px;
}

.product_list_box_body_parent .wp-post-image {
    float: left;
    margin-right: 1em;
    margin-bottom: 10px;
    width: 100%;
    border: solid 1px #ddd;
}

.product_list_box_body_parent .product_list_box_more  {
    clear: both;
    margin-bottom: 10px;
}

.banner-purchase {
	display: inline-block;
	text-align: center;
	width: 100%;
}

/*
選択ボタン
*/
.btn-filter {
    margin-bottom: 5px;
}

.btn-filter-price, .btn-filter-type {
	color: #000;
	background-color: #f5f5f5;
	border-color: #000;
}
.btn-natural, .btn-natural.active, .btn-natural.focus, .btn-natural:active, .btn-natural:focus, .btn-natural:hover, .btn-natural:active:hover, .open > .dropdown-toggle.btn-natural {
    color: #222;
    background-color: #d7d3c8;
	border-color: #000;
}
.btn-dark, btn-dark.active, .btn-dark.focus, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .btn-dark:active:hover, .open > .dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #482b21;
	border-color: #000;
}
.btn-red, .btn-red.active, .btn-red.focus, .btn-red:active, .btn-red:focus, .btn-red:hover, .btn-red:active:hover, .open > .dropdown-toggle.btn-red {
    color: #fff;
    background-color: #be8981;
	border-color: #000;
}
.btn-brown, .btn-brown.active, .btn-brown.focus, .btn-brown:active, .btn-brown:focus, .btn-brown:hover, .btn-brown:active:hover, .open > .dropdown-toggle.btn-brown {
    color: #fff;
    background-color: #924e2b;
	border-color: #000;
}
.btn:hover,
.btn-filter-price:hover,
.btn-filter-type:hover,
.btn-natural:hover,
.btn-dark:hover,
.btn-red:hover,
.btn-brown:hover
{
	opacity: .8;
}


/*
サイドバー商品一覧
*/
.veu_postList .postList_miniThumb .postList_item {
    display: block;
    overflow: hidden;
    clear: both;
    position: relative;
    padding: 5px 0;
    border-bottom: 1px dotted #666;
    margin-bottom: 0;
}

/*
商品絞り込みフォーム
*/
.product-search {
    background-color: #f4f1ec;
    border: solid 1px #ddd;
    padding: 10px;
}

.product-search .product-search-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.product-search label {
    font-size: 12px;
}

.product-search .form-control {
    font-size: 12px;
}

.no-search {
    padding: 20px;
}

/*
ページトップへ
*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*
スライダー
*/
.carousel-inner {
    border-top: 12px solid #000000;
    border-bottom: 10px solid #000000;
}

/*
施工写真集ページ
*/
.content-showcase table,
.content-showcase tbody,
.content-showcase th,
.content-showcase td {
    border: none;
    padding: 0.2em;
}

/*
他ページから会社案内ページへアンカーリンクした時の位置調整
*/
h3.anchar:before {
	content: "";
	height: 160px;
	margin-top: -160px;
	display: block;
	visibility: hidden;
}

/*
ヘッダー部分のカスタマイズ
*/
.headerTop {
    font-size: 10px;
}
.headerTop .headerTop_contactBtn {
    z-index: 100;
}
.headerTop .headerTop_contactBtn .btn {
    white-space: nowrap;
}
.headerTop li.headerTop_tel .headerTop_tel_wrap:before {
    margin-right: 7px;
    content: "\f095";
	font-family: "Font Awesome 5 Free";
}
.headerTop li.headerTop_fax .headerTop_fax_wrap:before {
    margin-right: 7px;
    content: "\f1ac";
	font-family: "Font Awesome 5 Free";
}
.headerTop li.headerTop_date .headerTop_date_wrap {
	font-size: 14px;
}
.headerTop li.headerTop_date .headerTop_date_wrap:before {
    margin-right: 7px;
    content: "\f0ce";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
}
@media (max-width: 991px) {
    .headerTop_description {
        display: none;
    }
    .headerTop {
        display: none;
    }
    body.headerMenuOpen .headerTop {
        display: block;
    }
    .headerTop {
        margin-bottom: 20px;
    }
    .headerTop .container {
        padding: 0;
    }
    .headerTop ul {
        margin-bottom: 10px;
    }
    .headerTop ul a:active,
    .headerTop ul a:focus,
    .headerTop ul a:hover {
        background-color: rgba(255,255,255,0.2);
        transition: background-color 0.4s;
    }
    .headerTop .headerTop_tel {
        padding: 0 15px;
    }
    .headerTop .headerTop_fax {
        padding: 0 15px;
    }
    .headerTop .headerTop_date {
        padding: 0 15px;
    }
    .headerTop .headerTop_tel_wrap {
        display: block;
        overflow: hidden;
        text-align: center;
        margin-top: 15px;
    }
    .headerTop span.headerTop_tel_wrap {
        font-size: 1.6em;
        font-weight: bold;
    }
    .headerTop a.headerTop_tel_wrap {
        border-radius: 4px;
        padding: 6px 0;
        border: 1px solid #d43f3a;
        color: #fff;
    }
    .headerTop .headerTop_fax_wrap {
        display: block;
        overflow: hidden;
        text-align: center;
        margin-top: 15px;
    }
    .headerTop span.headerTop_fax_wrap {
        font-size: 1.6em;
        font-weight: bold;
    }
    .headerTop a.headerTop_fax_wrap {
        border-radius: 4px;
        padding: 6px 0;
        border: 1px solid #d43f3a;
        color: #fff;
    }
    .headerTop .headerTop_date_wrap {
        display: block;
        overflow: hidden;
        text-align: center;
        margin-top: 15px;
    }
    .headerTop span.headerTop_date_wrap {
        font-size: 1.6em;
        font-weight: bold;
    }
    .headerTop a.headerTop_date_wrap {
        border-radius: 4px;
        padding: 6px 0;
        border: 1px solid #d43f3a;
        color: #fff;
    }
    .headerTop_contactBtn {
        text-align: center;
        padding: 0 15px;
    }
    .headerTop_contactBtn .btn {
        display: block;
    }
    .headerTop .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .headerTop {
        margin-top: -10px;
/*
        color: #666;
        background-color: #f9f9f9;
        margin-top: -10px;
        border-bottom: 1px solid #efefef;
*/
    }
    .headerTop .container {
        padding: 0 15px;
        display: flex;
        overflow: visible;
    }
    .headerTop .headerTop_description {
        position: relative;
        top: 10px;
        display: block;
        margin: 0;
        padding: 7px 0 18px 0;
        width: 1000px;
        line-height: 1.4em;
    }
    .headerTop nav {
        position: relative;
        top: 10px;
    }
    .headerTop ul {
        display: flex;
        line-height: 1.4em;
    }
    .headerTop li a,
    .headerTop li span {
        padding: 7px 10px;
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
        display: block;
    }
    .headerTop li a:hover {
        background: none;
    }
    .headerTop .headerTop_contactBtn {
        position: relative;
        top: 10px;
    }
    .headerTop .headerTop_contactBtn a.btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        font-size: 14px;
    }
}
.row.flex_height:before {
    display: block;
    content: "";
}
.media_post {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.media_post .media_post_label_new {
    background: rgba(255,0,0,0.8);
    color: #FFF;
    font-size: 10px;
    padding: 60px 0 5px;
    position: absolute;
    left: -104px;
    top: -44px;
    text-align: center;
    width: 200px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.media_post .media_post_image {
    z-index: 1;
    display: block;
    overflow: hidden;
}
.media_post .media_post_image img {
    width: 100%;
    opacity: 1;
    transition: transform 0.3s, transform 0.6s;
}
.media_post .media_post_text {
    display: block;
    overflow: hidden;
}
.media_post .media_post_text .media_post_meta {
    margin-bottom: 2px;
    font-size: 12px;
}
.media_post .media_post_text .media_post_meta .media_post_date {
    opacity: 0.8;
    margin-right: 8px;
}
.media_post .media_post_text .media_post_meta .media_post_term {
    display: inline-block;
    font-size: 10px;
    line-height: 1.1em;
    color: #fff;
    padding: 1px 5px;
    position: relative;
    top: -1px;
}
.media_post .media_post_text .media_post_meta .vcard.author {
    display: none;
}
.media_post .media_post_text h4.media_post_title {
    background: none;
    padding: 0;
    margin-bottom: 2px;
    font-size: 12px;
    transition: font-size 0.6s, transform 0.6s;
    overflow: hidden;
    text-overflow: ellipsis;
}
.media_post .media_post_text .media_post_excerpt {
    display: none;
}
.media_post:hover .media_post_image {
    background-color: #000;
}
.media_post:hover .media_post_image img {
    transform: scale(1.1);
    opacity: 0.5;
    transition: opacity 0.6s, transform 0.6s;
}
.media_post_text {
    display: block;
    overflow: hidden;
}
.media_post_text .media_post_title {
    margin: 0;
}
@media (min-width: 768px) {
    .flex_height {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .flex_height .flex_height_col {
        margin-bottom: 25px;
        display: flex;
    }
}
.media_post.image_card {
    margin-bottom: 25px;
}
.media_post.image_card .media_post_text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    color: #fff;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    transition: background-color 0.6s, transform 0.6s;
    padding: 10px 10px 10px 13px;
}
.media_post.image_card .media_post_text .media_post_term {
    float: right;
}
.media_post.image_card .media_post_title {
    line-height: 1.3em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.media_post.image_card:hover .media_post_text {
    background-color: rgba(255,0,0,0.6);
    transition: background-color 0.6s, transform 0.6s;
}
@media (min-width: 768px) {
    .image_1st .media_post {
        margin-bottom: 10px;
    }
    .image_1st .media_post.first {
        float: left;
        width: 66%;
    }
    .image_1st .media_post.normal {
        float: right;
        width: 32%;
    }
    .image_1st .media_post.left {
        float: left;
        margin-right: 2%;
    }
    .image_1st .media_post.clear {
        clear: both;
    }
}
.vertical_card {
    border: 1px solid #e3e3e3;
}
.vertical_card a {
    color: #333;
}
.vertical_card .media_post_title {
    line-height: 20px;
}
.vertical_card .media_post_text {
    width: 100%;
}
.vertical_card.normal_image {
    padding: 20px;
}
.vertical_card.normal_image .media_post_image {
    margin-bottom: 20px;
}
.vertical_card.large_image .media_post_text {
    padding: 20px;
}
.vert_1 .vertical_card,
.vert_large_image_1 .vertical_card {
    border-bottom: none;
}
.vert_1 .col-sm-12:last-child .vertical_card,
.vert_large_image_1 .col-sm-12:last-child .vertical_card {
    border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
    .vert_3 .vertical_card,
    .vert_large_image_3 .vertical_card {
        border-bottom: none;
    }
    .vert_3 .flex_height_col:last-child .vertical_card,
    .vert_large_image_3 .flex_height_col:last-child .vertical_card {
        border-bottom: 1px solid #e3e3e3;
    }
}
.oblong_card {
    border: 1px solid #e3e3e3;
}
.oblong_card a {
    color: #333;
}
.oblong_card .media_post_image {
    float: left;
}
.oblong_card .media_post_image img {
    width: 120px;
}
.oblong_card .media_post_title {
    line-height: 16px;
}
.oblong_card.normal_image {
    padding: 15px;
}
.oblong_card.normal_image .media_post_text {
    padding-left: 15px;
}
.oblong_card.large_image .media_post_text {
    padding: 10px 15px;
}
.oblong_1 .oblong_card,
.oblong_large_image_1 .oblong_card {
    border-bottom: none;
}
.oblong_1 .col-sm-12:last-child .oblong_card,
.oblong_large_image_1 .col-sm-12:last-child .oblong_card {
    border-bottom: 1px solid #e3e3e3;
}
.widget_ltg_media_authors h1 {
    margin-bottom: 10px;
}
.author_outer {
    padding: 20px 30px;
    text-align: center;
    display: block;
    overflow: hidden;
}
.author_outer a {
    color: #333;
}
.author_avatar {
    margin-bottom: 15px;
}
.author_caption {
    font-size: 12px;
}
@media (min-width: 768px) {
    .subSection .author_outer {
        width: 100%;
    }
}
