@charset "UTF-8";
@import url("./wp.css");

/* ========================================================

  Components

======================================================== */
/*-----------------------------------------------
 Components - date / title
-----------------------------------------------*/
.entry-date {
	display: block;
	font: var(--font-en);
	font-size: min(105%);
	letter-spacing: .1em;
	margin-bottom: .6em;
} 
.entry-title {
	font-size: min(2vw,126%);
	font-weight: var(--fw-bold);
	line-height: 1.4;
	letter-spacing: .12em;
	margin-bottom: .5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry-date {
	font-size: 90%;
}
.entry-title {
	font-size: 105%;
	letter-spacing: .06em;
}
}



/*-----------------------------------------------
 Components - post_cat
-----------------------------------------------*/
.post_cat {
	color: #928d87;
	font-size: 95%;
	line-height: 1.2;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	gap: .8em 1em!important;
	margin-top: .8em;
}
article .post_cat{
	gap: .3em 1em!important;
}
.post_cat li{
	display: block;
}
.post_cat li a {
	display: inline-block;
	text-decoration: underline;
}
.post_cat li a:hover {
	color: var(--accent-color);
	text-decoration: none;
}
.post_cat li.is-active a {
	text-decoration: none;
	pointer-events: none;
}
.entry_list .post_cat {
	justify-content: flex-start;
	font-size: 94%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.post_cat {
	font-size: 80%;
}
}



/*-----------------------------------------------
 Components - entry-author
-----------------------------------------------*/
.entry-author {
	margin-top: 1.5em;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	row-gap: .2em;
}
.entry-author a {
	text-decoration: underline;
}
.entry-author a:hover {
	text-decoration: none;
	color: #666;
}
.entry-author dl {
	display: flex;
    justify-content: center;
}
.entry-author dl::after {
	content: "／";
}
.entry-author dl:last-child::after {
	display: none;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry-author {
	font-size: 90%;
	margin-top: .5em;
}
}



/* ========================================================
  
  Layout

======================================================== */
main {
	padding-bottom: min(10%,120px);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
main {
	padding-bottom: 15%;
}
}



/*-----------------------------------------------
 Layout - post-footer
-----------------------------------------------*/
.post-footer {
	padding: min(10%,80px) 0;
	border-top: 1px solid var(--color-bdr);
	margin-top: 100px;
}
.post-footer__inner {
	display: grid;
	row-gap: 2em;
	max-width: 1100px;
	margin-inline: auto;
}
.post-footer__ttl {
	font-size: min(1.8vw,120%);
	font-weight: var(--fw-bold);
	letter-spacing: .2em;
	margin-bottom: .6em;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.post-footer__inner {
	width: 96%;
	justify-content: space-between;
	grid-template-columns: 37% 55%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.post-footer {
	padding: 12% 0;
	margin-top: 12%;
}

.post-footer__ttl {
	font-size: 100%;
	letter-spacing: .08em;
	margin-bottom: .5em;
}
}

/* Layout - post-footer - recent_posts
-----------------------------------------------*/
.recent_posts li {
	font-size:95%;
	border-bottom: 1px solid #d1cac4;
}
.recent_posts a {
	display: block;
	position: relative;
	line-height: 1.5;
	padding: 1em 0;
	padding-left: 1.8em;
}
.recent_posts a::before {
	position: absolute;
	display: block;
	content: "";
	background: url(../../images/content/arrow2.svg) no-repeat top left;
	background-size: 100% auto;
	width: .45em;
	height: 1em;
	top:1.5em;
	left: .5em;
}
.recent_posts a:hover {
	color: var(--accent-color);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.recent_posts a {
	font-size: 90%;
	padding-top: .7em;
	padding-bottom: .7em;
}
}

/* Layout - post-footer - supervisor_box
-----------------------------------------------*/
.supervisor_box .supervisor_layout {
	display: grid;
    justify-content: space-between;
	grid-template-columns: 36% 58%;
}
.supervisor_box .sup_position {
	font: var(--font-min);
	letter-spacing: .1em;
	line-height: 1.4;
	margin-bottom: .5em;
}
.supervisor_box .sup_name {
	font: var(--font-min);
	font-size: min(2.2vw,166%);
	letter-spacing: .2em;
	line-height: 1.2;
}
.supervisor_box .sup_free_area {
	font-size: 90%;
	line-height: 1.6;
	margin-top: 1.0em;
}
.supervisor_box .sup_free_area a {
	text-decoration: underline;
}
.supervisor_box .sup_free_area a:hover {
	color: var(--accent-color);
}
.supervisor_box .com_btn2 {
	margin-top: 1em;
	max-width: 12em;
	margin-left: auto;
	margin-right: auto;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.supervisor_box .supervisor_layout {
	display: block;
}
.supervisor_box .supervisor_layout .img_box {
	width: 40%;
	max-width: 100%;
	margin: 0 auto 1.2em;
}
.supervisor_box .supervisor_layout .txt_box {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.supervisor_box .sup_position,
.supervisor_box .sup_name {
	text-align: center;
}
.supervisor_box .sup_name {
	font-size: 150%;
}
.supervisor_box .sup_free_area {
	font-size: 90%;
	letter-spacing: normal;
}
}





/* ========================================================
  
  List page

======================================================== */
.entry_list {
	width: 96%;
	max-width: 1100px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3,31%);
	margin-inline: auto;
}
.entry_list article {
	padding: 2em 0;
}
.entry_list article:nth-of-type(n+4) {
	border-top: 1px solid var(--color-bdr2);
}
.page-blog .entry_list article{
	border:none!important;
}
.entry_list article > a {
	display: block;
}
.entry_list .img_thum {
	position: relative;
	width: 100%;
	overflow: hidden; 
	margin-bottom: 1.5em;
	/*border-radius: 9% / 14.2%;*/
}
.entry_list .img_thum::before {
	content: "";
	display: block;
	padding-top: 60%;
}
.entry_list .img_thum img {
	display: block;
	position: absolute;
	object-fit: cover;
	width: 100%;
	max-width: none;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 1.0s ease-out;
}
.entry_list .entry-title{
	font-size:110%!important;
	line-height: 1.5em!important;
	font: var(--font-min);
}
.entry_list .entry-title::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	color: var(--accent-color);
	opacity: 0;
	margin-left: -0.2em;
	transition: all .5s;
	font-size:80%;
	margin-top: .2em;
}
.entry_list article > a:hover .entry-title::after {
	opacity: 1;
	margin-left: .2em;
}
.entry_list article > a:hover img {
	transition: all 0.4s ease-out;
	transform: scale(1.1);
}
/* column */
.page-column .entry_list {
	row-gap: 4em;
}
.page-column .entry_list article {
	padding: 0 !important;
	border: none !important;
}
/* アーカイブタイトル */
.archive-title {
	display: none;
	text-align: right;
	letter-spacing: .2em;
	line-height: 1.0em;
	margin-bottom: 40px;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry_list {
	display: grid;
	grid-template-columns: repeat(2,48%);
	row-gap: 1.5em;
}
.entry_list article:nth-of-type(3) {
	border-top: 1px solid var(--color-bdr);
}
.page-blog .entry_list article:nth-of-type(3) {
	border-top: none!important;
}
.entry_list .img_thum {
	margin-bottom: .8em;
}
/* アーカイブタイトル */
.archive-title {
	font-size: 100%;
	margin-bottom: 4%;
}
}



/* ========================================================
  
  Single

======================================================== */
.free_area > * {
	width: 96%;
	max-width: 1000px;
	margin-inline: auto;
}
.single_page .entry-inf {
	text-align: center;
	margin-bottom: 2em;
}
.single_page .entry-date {
	margin-bottom: 1.2em;
}
.single_page .entry-title {
	font: var(--font-min);
	font-size: min(3.2vw,266%);
	line-height: 1.6em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .entry-inf {
	margin-bottom: 10%;
}
.single_page .entry-title {
	font-size: 130%;
}
}

/*-----------------------------------------------
 Single - heading
-----------------------------------------------*/
.free_area h3,
.free_area h4,
.free_area h5 {
	max-width: 1100px;
}



/*-----------------------------------------------
 Single -　目次
-----------------------------------------------*/
.single_page #toc_container {
	display: block !important;
	background: transparent !important;
	width: 90%;
	max-width: 1100px;
	font: var(--font_min);
	font-size: 100%;
	letter-spacing: .12em;
	line-height: 1.2em;
	border-top: 1px solid var(--color-bdr);
	border-bottom: 1px solid var(--color-bdr);
	margin: 7.2% auto;
}
.single_page #toc_container .toc_title {
	position: relative;
	font-style: normal;
	font-size: min(2.4vw,150%);
	font-weight: var(--fw-bold);
	letter-spacing: .15em;
	background: url("../../images/content/mokuji.svg") no-repeat .5em center;
	background-size: .8em auto;
	padding: 1em 1.8em;
	margin: 0;
}
.single_page #toc_container .toc_title .toc_toggle {
	display: inline-block;
	vertical-align: 0.15em;
	font-size: 60%;
	letter-spacing: .15em;
}
.single_page #toc_container .toc_title .toc_toggle a {
	color: inherit !important;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
.single_page #toc_container .toc_list {
	margin: 0;
	width: 100%;
	font-size: 94%;
}
.single_page #toc_container .toc_list > li {
	font-size: 100%;
}
.single_page #toc_container .toc_list > li:nth-of-type(odd) {
	background-color:#fbf8f2;
}
.single_page #toc_container .toc_list li {
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.single_page #toc_container .toc_list li::before {
	display: none;
}
.single_page #toc_container .toc_list a {
	position: relative;
	display: block;
	color: inherit;
	font-weight: var(--fw-bold);
	line-height: 1.5em;
	padding: 1em 1.5em 1em 0;
	text-decoration: none;
	opacity: 1;
}
.single_page #toc_container .toc_list a:hover {
	color: var(--accent-color);
}

.single_page #toc_container .toc_list > li ul {
	margin: .5em 0 0 0;
}
.single_page #toc_container .toc_list > li li {
	font-size: 90% !important;
	padding-top: .4em !important;
	padding-bottom: .4em !important;
}
.single_page #toc_container .toc_list .toc_number {
	display: inline-block;
	font: var(--font-en);
	width: 3em;
	text-align: center;
	font-size: 142%;
	letter-spacing: .12em;
	line-height: 1;
	border-right: solid 1px currentColor;
	margin-right: .6em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page #toc_container {
	width: 96%;
	margin-top: 10%;
	margin-bottom: 14%;
}
.single_page #toc_container .toc_title {
	font-size: 110%;
	padding-bottom: .8em;
}
.single_page #toc_container .toc_list {
	font-size: 90%;
}
.single_page #toc_container .toc_list a {
	padding-top: .7em;
	padding-bottom: .7em;
}

.single_page #toc_container .toc_list .toc_number {
	width: 2.6em;
	font-size: 130%;
}
}