
/* --------------------------　メインスライダー　-------------------------- */


.subpage-main  .columnLIST .item {
	background: #333c3d;
	
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
	border:1px solid #424849;
	box-sizing: border-box;

}
.subpage-main  .columnLIST .item a {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	color:#fff;
}
.subpage-main  .columnLIST .item .ph {
	width: 27%;
}
.subpage-main  .columnLIST .item .ph img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	border: 3px solid #fff;
	box-sizing: border-box;
}

.subpage-main .columnLIST .item .txt .categoy {
	position: absolute;
	background: #292113;
	color:#fff;
	font-size: 1.3rem;
	padding: 5px 15px 7px 15px;
	line-height: 1;
	right:10px;
	top:10px;
	width: 120px;
	box-sizing: border-box;
	text-align: center;
}

.subpage-main .columnLIST .item .txt {
	width: 70%;
}
.subpage-main .columnLIST .item .txt .date {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 5px;
}
.subpage-main .columnLIST .item .txt h4 {
	padding: 0;
	margin: 0;
   font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 5px;
	border-bottom: 0px;
	color:#d3bb80;
}
.subpage-main .columnLIST .item .txt p {
	padding: 0;
	margin: 0;
   font-size: 1.4rem;
	line-height: 1.7;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}





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

.subpage-main  .columnLIST .item {
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
}
.subpage-main  .columnLIST .item a {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.subpage-main  .columnLIST .item .ph {
	width: 27%;
}
.subpage-main  .columnLIST .item .ph img {
	width: 100%;
	height: 85px;
	object-fit: cover;
	border: 3px solid #fff;
	box-sizing: border-box;
}

.subpage-main .columnLIST .item .txt .categoy {
	position: absolute;
	background: #292113;
	color:#fff;
	font-size: 1rem;
	padding: 5px 15px 7px 15px;
	line-height: 1;
	right:5px;
	top:5px;
	width: 100px;
	box-sizing: border-box;
	text-align: center;
}

.subpage-main .columnLIST .item .txt {
	width: 70%;
}
.subpage-main .columnLIST .item .txt .date {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 5px;
}
.subpage-main .columnLIST .item .txt h4 {
	padding: 0;
	margin: 0;
   font-size: 1.5rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 5px;
	border-bottom: 0px;
}
.subpage-main .columnLIST .item .txt p {
	padding: 0;
	margin: 0;
   font-size: 1.2rem;
	line-height: 1.7;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}




}



.column-single h2 {
	text-align: left !important;
	font-size: 3.2rem !important;
	line-height: 1.4 !important;
}

.column-single .date {
	font-size: 1.4rem;
}

.column-single .categoy {
	background: #292113;
	color:#fff;
	font-size: 1.3rem;
	padding: 5px 15px 7px 15px;
	line-height: 1;
	right:10px;
	top:10px;
	width: 120px;
	box-sizing: border-box;
	text-align: center;
	float: left;
	margin-right: 15px;
}

.post-box h3 {
	background: #564f44;
	padding: 5px 15px;
	box-sizing: border-box;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	margin: 20px 0 20px 0;
}

.post-box h4 {
	font-size: 2rem !important;
	margin: 20px 0 20px 0;
	
}
.post-box img {
	max-width: 80%;
	height: auto;
	margin: 40px auto 40px auto;
	display: block;
	
}


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

.column-single h2 {
	text-align: left !important;
	font-size: 1.8rem !important;
	line-height: 1.4 !important;
}

.column-single .date {
	font-size: 1.2rem;
}

.column-single .categoy {
	background: #292113;
	color:#fff;
	font-size: 1.2rem;
	padding: 5px 15px 7px 15px;
	line-height: 1;
	right:10px;
	top:10px;
	width: 100px;
	box-sizing: border-box;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.post-box h3 {
	padding: 5px 15px;
	box-sizing: border-box;
	font-size: 1.7rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

.post-box h4 {
	font-size: 1.6rem !important;
	margin: 20px 0 10px 0 !important;
}
.post-box img {
	max-width: 80%;
	height: auto;
	margin: 40px auto 40px auto;
	display: block;
	
}
	
}


.post-box ul  {
	margin-left: 30px;
margin-bottom:20px
}
.post-box ul li {
	list-style-type: disc;
}



.authorBOX {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background: #645236;
	box-sizing: border-box;
margin-bottom:40px;
	border: 1px solid #776446;
}
.authorBOX .ph {
	width: 15%;
}
.authorBOX .txt {
	width: 82%;
}
.authorBOX .ph img {
	width: 110px;
	height:110px;
	border-radius:50%;
	
}
.authorBOX .txt .title {
	background: #312819;
	color: #fff;
	font-size: 1.4rem;
	padding: 5px 15px;
	line-height: 1.3;
	display: inline-block;
	border-radius: 3px;
}
.authorBOX .txt h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 1.8rem;
}
.authorBOX .txt h3 strong {
	font-size: 2.2rem;
}
.authorBOX .txt p {
	font-size: 1.4rem;
	padding: 0;
	margin-bottom: 10px;
}
.authorBOX .txt p:last-child {
	margin-bottom: 0px;
}

.authorBOX .txt a {
	color: #c6a346;
	text-decoration: underline;
}
.yakuzen-cta {
	margin: 40px 0;
}
.yakuzen-cta img {
	width: 100% !important;
	height: auto;
}	

@media screen and (max-width: 834px) {
	
.authorBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px;
	box-sizing: border-box;
margin-bottom:20px;
}
.authorBOX .ph {
	width: 110px;
	margin: auto;
	margin-bottom: 10px;
}
.authorBOX .txt {
	width: auto;
	text-align: center;
	
}
.authorBOX .ph img {
	width:110px;
	height:110px;
	border-radius:50%;
	
}
.authorBOX .txt .title {
	background: #312819;
	color: #fff;
	font-size: 1.2rem;
	padding: 5px 15px;
	line-height: 1.3;
	display: inline-block;
	border-radius: 3px;
	margin-bottom: 10px;
	
}
.authorBOX .txt h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: left;
}
.authorBOX .txt h3 strong {
	font-size: 1.8rem;
}
.authorBOX .txt p {
	font-size: 1.2rem;
	padding: 0;
	margin-bottom: 10px;
	text-align: left;
}
.authorBOX .txt p:last-child {
	margin-bottom: 0px;
}

.authorBOX .txt a {
	text-decoration: underline;
}

.yakuzen-cta {
	margin: 20px 0;
}
.yakuzen-cta img {
	width: 100% !important;
	height: auto;
}	
}


.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 3s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


