@charset "UTF-8";
/* CSS Document */
main {
    margin-bottom: 0px;
    padding-bottom: 0px;
    min-height: 100vh;    
    padding-bottom: 50px;
    box-sizing: border-box;
}

footer{width: 100%;bottom: 0;}
.news dt {margin-right: 1rem;}
.link-dark {text-decoration: none}
.link-dark:hover {color: rgb(205, 30, 39)!important}
.news-list {padding-left: 0px}
.news-list li {text-decoration: none;list-style: none;word-wrap: break-word;border-bottom: dashed 1px #B4B4B4;padding-top: 1rem}
.divlink{position:relative;}

.divlink .link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.divlink .border:hover {border: rgb(205, 30, 39) solid 2px!important}
.navbar-dark .navbar-toggler {
    color: rgba(205,30,39,.55)!important;
    border-color: rgba(205,30,39,1);
}
.btn-danger,.bg-danger {background-color: rgb(205, 30, 39)!important;border: rgb(205, 30, 39)!important}
.text-danger,.link-danger {color: rgb(205, 30, 39)!important}
.btn-danger:hover,.bg-danger:hover {background-color: rgba(225,55,64,1.00)!important;border:rgb(225,55,64,1.00)!important}
.text-danger:hover,.link-danger:hover {color: rgb(225,55,64,1.00)!important}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: #fff;background-color: rgb(205, 30, 39);}
.img_btn {
	width:			100%;
	height:			220px;
	overflow:		hidden;
	/*margin:			10px 8px 10px 16px;*/
	position:		relative;	/* 相対位置指定 */
}
.img_btn img {width: 100%}
.divlink .img_btn .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		45%;
	color:			#fff;
}
.divlink .img_btn .mask {
    width: 100%;
    height: 100%;
    position: absolute;	/* 絶対位置指定 */
    top: -1px;
    left: 0;
    opacity: 0;	/* マスクを表示しない */
    background-color: rgba(0,0,0,0.4);	/* マスクは半透明 */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.divlink:hover .mask {
	opacity:		1;	/* マスクを表示する */
}
.lifestyle-img {
    width: 24%;
}

@media (max-width:1200px) {
    .img_btn {height: 210px}
}

@media (max-width:991px) {
    .img_btn {height: 150px}
    .font-size-sm {font-size: small;}
}

@media (max-width:768px) {
    .img_btn {height: 105px}
    .font-size-sm {font-size: medium;}
}

@media (max-width:575px) {
    .img_btn {height: 80%}
    .font-size-sm {font-size: medium;}
    .lifestyle-img {
        width: 49%;
        padding-bottom: 4px;
    }
}

.carousel-control-prev-icon {background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}
.carousel-control-next-icon {background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}
.carousel-indicators li {background-color: #000}

.product dt {border-bottom: #666666 dashed 1px}
.product dt:before {content: "■ "}

/*　江田追加　hover*/
.img_wrap{
    margin: 0 auto;
    overflow: hidden;
  }
  .img_wrap img{
    width: 100%;
    cursor: pointer;
    transition-duration: 0.3s;
  }
  .img_wrap:hover img{
    opacity: 0.8;
    transition-duration: 0.2s;
  }
  /*　ここまで　*/

/*　江田追加　ヘッダーGoogleカスタム検索　24/4/4　*/
.google-kensaku {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.google-kensaku-01 {
    width: 400px;
    margin: -0.5rem 0 -1rem 0;
}
.navbar > .container-fluid {
    display: block;
}    
@media (max-width:991px) {
    .navbar > .container-fluid {
        display: flex;
    }
    .google-kensaku {
        width: 80%;
    }
    .google-kensaku-01 {
        width: 100%;
        margin: 0;
    }
}
/* 虫眼鏡ボタン CSS */
.gsc-search-button .gsc-search-button-v2 {
    border-color: rgb(205, 30, 39)!important;
    background-color: rgb(205, 30, 39)!important;
    padding: 10px 25px;
    border: 1px solid #666;
    border-radius: 2px;
    }
/*　江田追加　ヘッダーGoogleカスタム検索　24/4/4　*/