@charset "UTF-8";
/* CSS Document */
/* ------------------------------------------
			下層ページ
------------------------------------------ */
#subarea div{
	position: relative;
}
#subarea div img{
	width: 100%;
	margin-top: 87px;
	height: 300px;
	object-fit: cover;
}
#subarea h1{
	position: absolute;
	font-family: 'quicksand';
	font-weight: 400;
	font-size: 33px;
	letter-spacing: 4px;
	bottom: 100px;
	top: auto;
	left: 100px;
	color: #fff;
}
#subarea h1 span{
	font-size: 17px;
    font-weight: 400;
	letter-spacing: 1px;
}
#subarea nav{
	position: absolute;
    bottom: 70px;
    left: 100px;
	font-size: 12.8px;
}
#subarea nav a{
	color: #333;
}
.content{
	max-width: 1180px;
    margin: 0 auto;
}
.news{
	margin: 100px auto;
}
.news_item{
	list-style-type: none;
}
.news_item .item::after{
	content: "";
	position: absolute;
	top: 40%;
	right: 80px;
	width: 13px;
	height: 13px;
	border-top: 1.5px solid #333;
	border-right: 1.5px solid #333;
	transform: rotate(45deg);
	transition: 0.3s all ease;
}
.news_inner{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	padding-right: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #33333352;
	align-items: center;
}
.news_cat{
    margin-right: 20px;
    margin-bottom: 10px;
    background-color: #333;
    padding: 0 15px;
    color: #fff;
	line-height: 1.5rem;
}
.news_cat span{
	font-size: 13px;
    margin: 0 auto;
    text-align: center;
}

.news_date{
	font-size: .9em;
	margin-bottom: 10px;
	font-weight: 400;
}
.news_title{
	 width: 100%;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: 2.5px;
	margin-bottom: 10px;
}
.news_text{
	font-size: 14px;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	width: 90%;
}
@media (max-width: 768px){
	#subarea h1{
		font-size: 1.3em;
		letter-spacing: 2px;
		left: 4vw;
		top: 140px;
	}
	#subarea h1 span{
		font-size: 13px;
		display: block;
	}
	#subarea nav{
		left: 4vw;
		bottom: -30px;
		font-size: 11.5px;
		z-index: 1;
	}
	.news{
		margin: 100px auto 50px;
	}
	#subarea div img{
		width: 100%;
		margin-top: 65px;
		height: 180px;
		object-fit: cover;
	}
	.news_inner{
		margin-bottom: 15px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	.news_item .item::after{
		content: "";
		position: absolute;
		top: 40%;
		right: 25px;
		width: 10px;
		height: 10px;
		border-top: 1.2px solid #333;
		border-right: 1.2px solid #333;
		transform: rotate(45deg);
		transition: 0.3s all ease;
	}
	.item{
		padding: 20px;
	}
	.news_date{
		font-size: 14px;
    	margin-bottom: 5px;
	}
}

#news {
	width: 80%;
    margin: 150px auto;
}
@media(max-width: 768px){
	#news {
		width: 88%;
		margin: 100px auto;
	}
}
#news .cat{
	width: 100px;
    background-color: #333;
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
}
#news .date{
	width: 100px;
    text-align: center;
    margin-bottom: 10px;
}
#news .title{
	margin-bottom: 35px;
	font-size: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #33333352;
	position: relative;
}
#news .title::after{
	padding-bottom: 10px;
	border-bottom: 1.7px solid #333333b3;
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 80px;
	height: 1px;
}
#news .text p{
	line-height: 2rem;
    font-size: 16px;
	text-align: justify;
    letter-spacing: .9px;
}
#news .text img{
	margin: 20px auto;
    width: 100%;
    max-width: 600px;
    display: block;
}
#news .text_btn{
	padding: 0 7px;
    font-size: 12px;
    border: 1px solid #333;
    display: block;
    color: #333;
    text-align: center;
    max-width: 250px;
}
#news .button{
	margin: 30px auto;
	padding-bottom: 30px;
	bottom: -50px;
	/* background-color: #f4f4f4; */
}
#news .button ul{
	font-family: 'Quicksand';
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 1.25em;
    letter-spacing: 3px;
}
#news .button ul li{
	width: 33.333%;
	margin: 20px;
	/* border: .7px solid; */
	font-size: 0.9em;
	letter-spacing: 1.3px;
	font-weight: 400;
}
#news .arrow-next p::after{
    content: "";
    position: absolute;
    top: 30px;
    right: 60px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #333;
    border-right: 1.5px solid #333;
    transform: rotate(45deg);
    transition: 0.3s all ease;
}
#news .arrow-back p::after{
    content: "";
    position: absolute;
    top: 30px;
    left: 60px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #333;
    border-right: 1.5px solid #333;
    transform: rotate(-135deg);
    transition: 0.3s all ease;
}
/* ------------------------------------------
			カテゴリ絞り込み
------------------------------------------ */


.container {
  display: flex;
  align-items: flex-start;
  position: relative;
  max-width: 1350px;
  width: 100%;
  padding: 24px;
  margin: 56px auto;
}
.buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 180px;
  margin-top: 50px;
}
.but_cat{
	width: 150px;
    font-size: 1.5em;
    font-family: 'quicksand';
    text-align: center;
    padding: 8px 0;
    margin: 0 auto 30px;
}
.button {
  display: block !important;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-right: 8px;
  width: 150px;
  margin: 10px;
  /* transition: 0.5s; */
}
.button.active {
  color: #fff;
  background: #333;
  /* transition: .5s; */
}
.contents {
  /* display: flex; */
  /* flex-wrap: wrap; */
  margin-top: 24px;
  width: calc(100% - 180px);
  padding-left: 80px;
  margin-bottom: 150px;
}
.content {
  /* width: 300px; */
  /* height: 300px; */
  background: #fff;
  padding: 4px;
  margin: 0;
}
.content.hide {
  display: none;
}
.content img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:768px){
	.buttons {
		width: 100%;
    	justify-content: center;
		margin: 0 auto;
		}
	.but_cat{
		display: block;
    	width: 100%;
    	margin: 0 auto 10px;
    	font-size: 1.1em;
	}
	.button{
		width: 30.333%;
        margin: 1%;
        padding: 1%;
        font-size: .8em;
        letter-spacing: 2px;
		border-radius: 5px;
	}
	.container{
		display: block;
	}
	.contents{
		width: 100%;
    	padding: 0;
	}
}
.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 1em 0;
    background: #e6f4ff;
    color: #07498E;
    font-weight: bold;
    display: block;
}
.box24:after {
    position: absolute;
    content: '';
    top: 90%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}
.box24 p {
    margin: 0; 
    padding: 0;
}

/* ------------------------------------------
   商品一覧
------------------------------------------ */

#products{
	display: flex;
	flex-wrap: wrap;
}
#products .content{
	width: 33.333%;
}
.product_item{
	list-style-type: none;
}
.product_item .item{
	padding: 0;
	margin-bottom: 30px;
}
.product_inner img{
	background-color: #33333308;
 	width: 100%!important;
	height: 100%!important;
	margin: 0 auto!important;
}
.product_title{
	margin-top: 5px;
	letter-spacing: .8px;
	margin-left: 10px;
	font-size: 18px;
}
.product_Etitle{
	font-size: 12px;
	margin-left: 10px;
	margin-top: 3px;
}
.product_cate{
	font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
	margin-left: 10px;
}
.product_title{
	margin-top: 5px;
	letter-spacing: .8px;
	margin-left: 10px;
	font-size: 17.5px;
	letter-spacing: 0.6px;
}
.product_Etitle{
	font-size: 12px;
	margin-left: 10px;
	margin-top: 3px;
}
.product_cate{
	font-size: 13.5px;
	font-weight: 400;
	margin-top: 10px;
	margin-left: 10px;
}
@media (max-width: 768px){
	#products .content{
		width: 50%!important;
		margin: 0;
	}
	.product_cate{
		margin-left: 0;
    	font-size: 12px;
	}
	.product_title{
		margin-left: 0;
    	font-size: 15px;
	}
	.product_Etitle{
		margin-left: 0;
	}
}