@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document sidebar
--------------------------------------------------------- */

#sidebar {
	margin: 0 5vw 5vw;
}

#sidebar h3 {
	display: none;
}

#sidebar ul {
	display: flex;
	flex-wrap: wrap;
}

#sidebar li {
	margin: 0 2vw 2vw 0;
}

#sidebar li a {
	display: block;
	padding: 0 1em;
	border-radius: 5px;
	border: solid 1px rgba(35, 24, 21, 0.2);
	text-decoration: none;
	font-size: 3.5vw;
	line-height: 10vw;
	color: #231815;
}

#sidebar li.this a {
	background: #CFF0EC;
}

#sidebar li a:before {
	display: inline-block;
	vertical-align: 0.06em;
	content: '';
	width: 0;
	height: 0;
	margin-right: 0.2em;
	border: solid 4px transparent;
	border-left: solid 6px #D82323;
}

/* ---------------------------------------------------------
	CSS Document entries
--------------------------------------------------------- */

#entries {
	margin: 0 5vw;
	text-align: justify;
}

#entries .entries {
	margin-bottom: 6vw;
	padding-bottom: 6vw;
	border-bottom: solid 1px #d3d3d3;
}

#entries .entry {
	margin-bottom: 15vw;
}

#entries .entry figure {
	height: 52vw;
	overflow: hidden;
	margin-bottom: 15px;
}

#entries .entry figure img {
	object-fit: contain;
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}

#entries .entry_date {
	margin-bottom: 0.4em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 1;
	color: rgba(35, 24, 21, 0.5);
}

#entries .entry_title {
	margin-bottom: 10px;
	font-weight: 800;
	font-size: 4vw;
	line-height: 1.5;
}

#entries .entry_title a {
	text-decoration: none;
	color: #231815;
}

#entries .entry_category {
	display: flex;
	margin-bottom: 10px;
}

#entries .entry_category li {
	min-width: 24vw;
	margin-right: 10px;
	padding: 0 0.5em;
	border-radius: 5px;
	background: #CFF0EC;
	text-align: center;
	font-weight: 600;
	font-size: 3vw;
	line-height: 7vw;
}

#entries .entry_excerpt {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 3vw;
	line-height: 1.6;
}

#entries .newiine_btn {
	padding-left: 7.2vw;
	background: url(../images/like_6.svg) no-repeat left / auto 6vw;
	font-size: 3vw;
	line-height: 6vw;
	color: rgba(35, 24, 21, 0.6);
	user-select: none;
	pointer-events: none;
}

#entries .newiine_btn.newiine_clicked {
	background-image: url(../images/like_6on.svg);
}

#entries .newiine_btn .newiine_count {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 3.5vw;
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	margin: 0 5vw;
	padding-top: 5vw;
	border-top: solid 1px #00B097;
	text-align: justify;
}

#detail .entry_date {
	margin-bottom: 0.4em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1;
	color: rgba(35, 24, 21, 0.5);
}

#detail h2 {
	margin-bottom: 15px;
	font-weight: 800;
	font-size: 4.5vw;
	line-height: 1.6;
}

#detail .entry_meta {
	margin-bottom: 8vw;
	padding-bottom: 5vw;
	border-bottom: solid 1px #00B097;
}

#detail .entry_category {
	display: flex;
	margin-bottom: 20px;
}

#detail .entry_category li {
	min-width: 24vw;
	margin-right: 10px;
	padding: 0 0.5em;
	border-radius: 5px;
	background: #CFF0EC;
	text-align: center;
	font-size: 3.5vw;
	line-height: 8vw;
}

#detail .entry_sns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0;
}

#detail .entry_sns li {
	overflow: hidden;
}

#detail .entry_sns li:not(:last-of-type) {
	margin-right: 2.5vw;
}

#detail .entry_sns iframe {
	vertical-align: top;
}

#detail .line {
	width: 31px;
	height: 30px;
}

#detail .x {
	width: 85px;
	height: 28px;
}

#detail .fb {
	width: 105px;
	height: 28px;
}

#detail .newiine_btn {
	padding-left: 34px;
	background: url(../images/like_6.svg) no-repeat left / auto 32px;
	font-size: 0;
	letter-spacing: 0;
	line-height: 34px;
	color: rgba(35, 24, 21, 0.6);
	user-select: none;
}

@media only screen and (min-width: 390px) {
	#detail .newiine_btn {
		font-size: 3vw;
	}
}

#detail .newiine_btn.newiine_clicked {
	background-image: url(../images/like_6on.svg);
	color: #D82323;
}

#detail .newiine_btn .newiine_count {
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 4vw;
}

#detail .entry_body h3 {
	margin-bottom: 1em;
	padding-bottom: 0.8em;
	border-bottom: solid 1px rgba(35, 24, 21, 0.6);
	font-weight: 800;
	font-size: 5vw;
	line-height: 1.4;
	color: #00B097;
}

#detail .entry_body h4 {
	margin-bottom: 1em;
	padding-bottom: 0.8em;
	border-bottom: solid 1px rgba(35, 24, 21, 0.2);
	font-weight: 800;
	font-size: 4vw;
	line-height: 1.4;
}

#detail .entry_body h5 {
	margin-bottom: 1em;
	font-weight: 800;
	font-size: 4vw;
	line-height: 1.4;
}

#detail .entry_body h6 {
	margin-bottom: 1em;
	font-weight: 800;
	font-size: 3.5vw;
	line-height: 1.4;
}

#detail .entry_body p {
	margin-bottom: 2em;
}

#detail .entry_body iframe {
	vertical-align: top;
	max-width: 100%;
	overflow: hidden;
	border: 0;
}

#detail .entry_foot {
	margin-top: 10vw;
	padding: 3vw 0;
	background: #E6F8F5;
}

#detail .entry_foot .entry_sns {
	justify-content: center;
}

#detail .back {
	margin-top: 30px;
	text-align: center;
}

#detail .back a {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	text-decoration: none;
	font-weight: 600;
	font-size: 3.5vw;
	line-height: 40px;
	color: #231815;
}

#detail .back a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 88px;
	height: 40px;
	margin: 0 -1em 0 1em;
	background: url(/include/top/btn.svg) no-repeat left / 100% auto;
}

/* ---------------------------------------------------------
	CSS Document pager
--------------------------------------------------------- */

#pager {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 10vw 2vw 0;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}

#pager li {
	margin: 0 1vw 2vw;
}

#pager .link_page,
#pager .current_page {
	display: block;
	width: 8vw;
	height: 8vw;
	text-decoration: none;
	line-height: 8vw;
	color: #231815;
}

#pager .current_page {
	background: #00B097;
	color: #fff;
}

#pager .link_before,
#pager .link_next {
	display: block;
	width: 8vw;
	height: 8vw;
	margin: 0 1vw;
	font-size: 0;
	position: relative;
}

#pager .link_before:before,
#pager .link_next:before {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: solid 1px #231815;
	border-right: solid 1px #231815;
	position: absolute;
	top: 50%;
}

#pager .link_before:before {
	transform: rotate(-135deg);
	left: 39%;
}

#pager .link_next:before {
	transform: rotate(45deg);
	right: 39%;
}
