@charset "UTF-8";
.diary-title{
	width: 160px;
	height:auto;
}
.entry-column p{
	font-size: 12px;
}
.entry-title{
	margin-bottom: 5px;
	font-size: 15px;
}
.continue-link{
	font-size: 12px;
	border: 1px solid #7194B6;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 4px;
}
.entry{
	border: none;
}
.columnImage{
	border-radius: 0.5rem;
}
.diary-datetime{
	letter-spacing: 1px;
}
#adminBox{
	margin-top: 85px;
}
.diary-entry:first-child{
	margin-top: 100px;
}
.entry{
	margin-top: 100px;
	margin-bottom: 60px;
}

.diary-sns-nav{
	justify-content: flex-end;
}
.diary-sns-nav a{
	color: #7194B6;
}
a.nav-link-facebook:hover{
	color: #3B5998;
}
a.nav-link-twitter:hover{
	color: #55acee;
}
a.nav-link-line:hover{
	color: #1dcd00;
}

@media screen and (max-width: 768px) {
	.entry{
		margin-bottom: 2rem;
	}
	.diary-sns-nav{
		justify-content: flex-end;
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.entry{
		margin-bottom: 1rem;
	}

}

.entry h3{
    padding: 5px 0;
    padding-left: 15px;
    font-size: 20px;
    background: none;
    border-left: 8px solid #7194b6;
    font-weight: 700;
    margin-top: 35px;
}

.diary-tag-photo{
	width: 90%;
	/*margin-top:65px;*/
	margin-bottom: 30px;
	border-radius: 0.5rem;
	/*position: relative;*/
	transition: all 300ms 0s ease;
	transform: translateX(15px);

}
.diary-tag-photo-wrapper{
	transition: all 300ms 0s ease;
	position: relative;
}
.diary-tag-photo-wrapper:hover{
	opacity: 0.5;
	text-decoration: none;
}
.diary-tag-date{
	display: block;
	position: relative;
	top: 0;
	right: 0;
	-webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg) translateX(30px) translateY(-15px);
}


