@charset "UTF-8";
/* =======================================================================
diary
======================================================================= */
.p-diary-col {
	display: grid;
}
@media screen and (min-width: 768px) {
	.p-diary-col {
		gap: 50px;
		grid-template-columns: 1fr 160px;
	}
}
@media screen and (max-width: 767px) {
	.p-diary-col {
		gap: 40px;
	}
}

.p-diary-aside-title {
	display: grid;
	padding: 0 10px 10px;
}
.p-diary-aside-title .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.125em;
	font-style: normal;
}
@media screen and (min-width: 768px) {
	.p-diary-aside-title .en {
		font-size: 1.375rem;
	}
}
@media screen and (max-width: 767px) {
	.p-diary-aside-title .en {
		font-size: 1.875rem;
	}
}
.p-diary-aside-title .ja {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.p-diary-aside-title .ja {
		font-size: 0.625rem;
	}
}
@media screen and (max-width: 767px) {
	.p-diary-aside-title .ja {
		font-size: 0.75rem;
	}
}

.p-diary-aside-form {
	display: flex;
	align-items: center;
	gap: 10px;
}
@media screen and (min-width: 768px) {
	.p-diary-aside-form {
		display: none;
	}
}
.p-diary-aside-form__item {
	flex-grow: 1;
	display: flex;
	align-items: center;
	gap: 5px;
}
.p-diary-aside-form__item .txt {
	font-size: 0.9375rem;
}
.p-diary-aside-form__item--btn {
	max-width: 80px;
}

select.p-diary-aside-form-select {
	position: relative;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	min-height: 50px;
	padding: 12px 45px 12px 15px;
	border: solid 1px #0f2350;
	box-shadow: none;
	border-radius: 10px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-image: url("../images/common/ico_select.svg");
	background-position: right 10px top 50%;
	cursor: pointer;
	font-size: 1rem;
	outline: none;
	line-height: 1.231;
	text-overflow: "";
}

select.p-diary-aside-form-select::-ms-expand {
	display: none;
}

button.p-diary-aside-form-btn,
input[type=button].p-diary-aside-form-btn {
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none;
	background-color: #0f2350;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	width: 100%;
	min-height: 50px;
	font-size: 0.8125rem;
	text-align: center;
}

.p-diary-aside-list {
	border-top: solid 1px #0f2350;
}
@media screen and (max-width: 767px) {
	.p-diary-aside-list {
		display: none;
	}
}
.p-diary-aside-list-item {
	border-bottom: solid 1px #0f2350;
}

.p-diary-aside-list-year {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 60px;
	padding: 10px 10px 10px 30px;
	transition: 0.3s;
	font-size: 1rem;
}
.p-diary-aside-list-year:before {
	position: absolute;
	left: 10px;
	top: 50%;
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #0f2350;
	transform: translateY(-50%);
}
.p-diary-aside-list-year .ico {
	transform: rotate(90deg);
	transition: 0.3s;
}
.p-diary-aside-list-year.is-on .ico {
	transform: rotate(-90deg);
}
.p-diary-aside-list-year.is-on, .p-diary-aside-list-year:hover {
	background-color: #eaeff9;
}

.p-diary-aside-list-month {
	display: none;
	padding: 20px 10px 20px 40px;
}
.p-diary-aside-list-month.is-on {
	display: block;
}
.p-diary-aside-list-month > * {
	position: relative;
	font-size: 0.875rem;
	padding-left: 30px;
}
.p-diary-aside-list-month > *:before {
	position: absolute;
	left: 10px;
	top: 50%;
	content: "";
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	background-color: #8fa2cf;
	transform: translateY(-50%);
}
.p-diary-aside-list-month > * + * {
	margin-top: 20px;
}

.p-diary-archives {
	display: grid;
}
@media screen and (min-width: 768px) {
	.p-diary-archives {
		grid-template-columns: repeat(auto-fill, minmax(306px, 1fr));
		column-gap: 40px;
		row-gap: 50px;
	}
}
@media screen and (max-width: 767px) {
	.p-diary-archives {
		row-gap: 20px;
	}
}
.p-diary-archives__item {
	transition: opacity 0.3s;
	overflow: hidden;
	background-color: #eff2f1;
}
.p-diary-archives__item:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.p-diary-archives__item {
		border-radius: 15px;
	}
}
@media screen and (max-width: 767px) {
	.p-diary-archives__item {
		border-radius: 10px;
	}
}

.p-diary-archives-img {
	aspect-ratio: 1.4711538462;
}
.p-diary-archives-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-diary-archives-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 140px;
	padding: 20px;
}

.p-diary-archives-datetime {
	display: inline-flex;
	align-self: start;
	padding-bottom: 0.25em;
	font-weight: 700;
	border-bottom: solid 1px #0f2350;
}
@media screen and (min-width: 768px) {
	.p-diary-archives-datetime {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.p-diary-archives-datetime {
		font-size: 0.9375rem;
	}
}

.p-diary-archives-title {
	font-weight: 700;
	line-height: 1.55;
}
@media screen and (min-width: 768px) {
	.p-diary-archives-title {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-diary-archives-title {
		font-size: 0.8125rem;
	}
}

@media screen and (min-width: 768px) {
	.p-diary-article {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}

.p-diary-article-heading {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.p-diary-article-heading {
		gap: 20px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.p-diary-article-heading {
		gap: 15px;
		margin-bottom: 30px;
	}
}

.p-diary-article-datetime {
	display: inline-flex;
	align-self: start;
	padding-bottom: 0.25em;
	font-weight: 700;
	border-bottom: solid 1px #0f2350;
}
@media screen and (min-width: 768px) {
	.p-diary-article-datetime {
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-diary-article-datetime {
		font-size: 0.9375rem;
	}
}

.p-diary-article-title {
	font-weight: 700;
	line-height: 1.55;
}
@media screen and (min-width: 768px) {
	.p-diary-article-title {
		font-size: 1.875rem;
	}
}
@media screen and (max-width: 767px) {
	.p-diary-article-title {
		font-size: 1.25rem;
	}
}

.p-diary-article-btm {
	border-top: solid 1px #0f2350;
}
@media screen and (min-width: 768px) {
	.p-diary-article-btm {
		margin-top: 60px;
		padding-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.p-diary-article-btm {
		margin-top: 40px;
		padding-top: 25px;
	}
}