@charset "utf-8";

section{
	margin-top: 80px;
}

section#main-post, section#main-post-sp{
	margin: 0;
}

#main-post .post-column{
	width: 36%;
}

#main-post .post-column:first-child{
	width: 64%;
	padding-left: 0;
}

#main-post .post-item, #main-post-sp .post-item{
	position: relative;
}
#main-post .post-item.entries{
	width: 100%;
	height:50%;
}
#main-post .post-column:nth-child(2) {
	height: 200px !important;
}

#main-post .post-column .thumb{
	height: 200px;
	position: relative;
	overflow: hidden;
}
#main-post .post-column:first-child .thumb{
	height: 400px;
}

#main-post .post-item.entries .thumb{
	height: 100%;
}

#main-post .thumb img, #main-post-sp .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

#main-post .text-area{
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;

	padding: 30px 40px 25px;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(10px);

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#main-post article a{
	display: block;
	width: 100%;
	height: 100%;
}

#main-post .post-column:first-child .tit{
	font-size: 160%;
}

.category-area, .date{
	display: inline-block;
	vertical-align: middle;
}

.category_tag, .area_tag{
	display: inline-block;
}

.area_tag{
	margin-left: 10px;
}

.category_tag{
	font-size: 75%;
}
.date{
	font-size: 80%;
	font-family: "Libre Baskerville", serif;
    font-weight: 700;
    letter-spacing: 0.05em;
	vertical-align: bottom;
	color: #001210;
}
#new-post{
	width: 68%;
}

.postdetail{
	background: #fff;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.13));
	padding: 0;
	margin: 0 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#new-post .postdetail{
	margin-bottom: 20px;
}

.postdetail a{
	display: block;
	width: 100%;
}

.postdetail .category-area a{
	display: inline-block;
	width: auto;
}

.postdetail .thumb{
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
}

.postdetail .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
    height: auto;
}

.postdetail .text-area{
	width: 100%;
	padding: 10px 20px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.postdetail .tit,
#category-area .popular article .tit{
    color: #1d1d1d;
    font-weight: bold;
}

.postdetail .category_tag a{
	display: initial;
}

#main-post .category_tag ul,
#main-post-sp .category_tag ul,
.postdetail .category_tag ul,
#single-area .category_tag ul{

	display: flex;
}

#main-post .category_tag ul li,
#main-post-sp .category_tag ul li,
.postdetail .category_tag ul li,
#single-area .category_tag ul li{
	padding: 0 4px;
	margin-left: 6px;
	background: #008775!important;
	color: #FFF;
	line-height: 1.5em;
}

#category-area .category_tag > a {
	padding: 0 4px;
	margin-left: 6px;
	background: #008775!important;
	color: #FFF;
	line-height: 1.5em;
}

#main-post .category_tag ul li:first-child,
#main-post-sp .category_tag ul li:first-child,
.postdetail .category_tag ul li:first-child,
#single-area .category_tag ul li:first-child{
	margin: 0;
}
#main-post .date,
#main-post-sp .date{
	/* opacity: 0.7; */
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    letter-spacing: 0.05em;
	vertical-align: bottom;
	color: #001210;
}
.postdetail .tag,
.postdetail .date{
	display: inline-block;
	font-size: 90%;
	margin: 0 0 5px;
	/* color: #7b7b7b; */
	/* opacity: 0.7; */
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    letter-spacing: 0.05em;
	vertical-align: bottom;
	color: #001210;
}
.post-name{
	display: flex;
	align-items: center;
}
.post-name img{
	width: 33px;
	height: 33px;
	border-radius: 50%;
	overflow: hidden;
}
.post-name img,
.post-name p{
	display: inline-block;
}

.post-name p{
	font-size: 75%;
	color: #7b7b7b;
	margin-left: 10px;
}

.postdetail .text{
	border-top: 1px solid #C9C9C9;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	word-break: break-all;
}
.postdetail .text h1 {
    font-size: 16px;
    font-weight: normal;
}
.postdetail .text h2 {
    font-size: 16px;
    font-weight: normal;
}
.postdetail .text h3 {
    font-size: 16px;
    font-weight: normal;
}
.postdetail .text h4 {
    font-size: 16px;
    font-weight: normal;
}
.postdetail .text img {
	display: none;
}
.postdetail .text br {
	display: none;
}
.postdetail .text img {
	display: none;
}
.postdetail .text h2 {
	font-size: 14.4px;
}
.postdetail .text h2::after {
	content: "";
	background: none;
}

#category-area{
	width: 30%;
	margin-top: 134px;
}

#category-area .popular{
	background:#e5e5e5;
}

#category-area h3{
	font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	text-align: center;
	padding: 10px 0;
}

#category-area .popular article{
	border-bottom:1px solid #C6C6C6;
	padding: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#category-area .popular article:last-child{
	border-bottom: none;
}

#category-area .popular .category_tag,
#category-area .popular .date{
	display: inline-block;
	font-size: 75%;
	font-family: "Libre Baskerville", serif;
    font-weight: 700;
    letter-spacing: 0.05em;
	vertical-align: bottom;
	color: #001210;
}

#category-area .category{
	background:#e5e5e5 !important;
	padding: 0 4px;
}

#category-area .category ul li{
	border-bottom: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	display: block;
	color: #333;
	padding: 20px;
	font-size: 14px;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}



#category-area .category_item:before{
	position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: 50%;
    margin-top: -3px;
	right: 3px;
    width: 6px;
    height: 6px;
	border-top: 2px solid #008775;
    border-right: 2px solid #008775;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#category-area .keyword{
	padding: 20px;
	border: 1px solid #c6c6c6;
	background:#ffffff;
}

#category-area .keyword h3{
	border: none;
	padding: 0;
	text-align: center;
	font-weight: bold;
}

#category-area .keyword .tagBox a{
	display: inline-block;
	background: #008775;
	color: #fff;
	padding: 2px 14px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 3px;
	font-size: 12px !important;
	font-weight:bold;

}

#category-area .keyword ul li a{
	color: #F85656;
}

#service{
	width: 100%;
	background: url("../img/service_bg@2x.png") no-repeat 50% 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	padding: 40px 0;
}

#service ul{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 15px;
}

#service ul li .card_unit{
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#service ul li figure{
	text-align: center;
	padding-bottom: 20px;
}

#service ul li .caption{
	text-align: center;
	color: #ee4a4e;
	padding-bottom: 10px;
}

#service ul li .title{
	text-align: center;
}
#bunnerarea .sp{
	display: none;
}
#bunnerarea .pc{
	display: block;
}

#bunnerarea a{
	display: block;
	width: 100%;
}

section.category-post{
	margin-top: 40px;
}

section.category-post.first{
	padding-top: 60px;
}

@media (min-width: 1000px){
	#service ul li{
		margin-bottom: 0;
	}
}
/*	SP */
@media (max-width: 999px){
	section{
		margin-top: 30px;
	}

	#main-post-sp{
		width: 100%;
	}

	#main-post-sp .post-item{
		width: 100%;
		height: 300px;
	}

	#main-post-sp .thumb{
		position: relative;
		overflow: hidden;
		height: 260px;
	}

	#main-post-sp .text-area{
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 1%;
		width: 98%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		background-color: rgba(255,255,255,0.9);
	}
	#main-post-sp .text-area a{
		color: #FFF;
	}
	#service ul{
		padding: 30px 15px 15px;
	}

	#new_event .post-item{
		width: 50%;
		float: left;
		padding: 0 5px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#new_event .post-item .thumb img{
		width: 100%;
		height: auto;
	}

	#new-post.floatleft{
		width: 100%;
		float: none;
	}

	#pickup_cs_sp .post-name{
		text-align: center!important;
		display: block;
		margin-bottom: 10px;
	}

	#pickup_cs_sp .post-name img{
		display: inline!important;
		width: 66px;
		height: 66px;
	}

	#pickup_cs_sp .tit{
		font-weight: bold;
		padding: 5px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#pickup_cs_sp .date, #pickup_cs_sp .name{
		padding: 0 5px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#pickup_cs_sp .date {
		font-family: "Libre Baskerville", serif;
		font-weight: 700;
		letter-spacing: 0.05em;
		vertical-align: bottom;
		color: #001210;
	}

	#new-post .postdetail{
		margin: 0 0 20px 0;
	}

	#new-post .postdetail:last-child{
		margin-bottom: 0;
	}

	section.category-post,
	section.category-post.first{
		border-top: none;
		padding-top: 0;
	}
}
@media (max-width: 750px){
	#bunnerarea .sp{
		display: block;
	}
	#bunnerarea .pc{
		display: none;
	}
}



