@charset "UTF-8";


/* home.php *******************************************************************/
body.home {
	background-image: url(../images/bg_home.png);
	background-size: 110%;
	background-repeat: no-repeat;
	background-position: center 60px;
}
@media screen and (max-width: 479px) {
	body.home {
		background-size: 160%;
		background-position: center 40px;
	}
}


body.home #sliderArea {
	background-size: 100% 50%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

body.home #sliderArea .sp-caption-container {
	height: 2em;
	font-size: smaller;
	line-height: 1.2em;
}

body.home .entry_list {
	margin: 60px 0;
	background-color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 16px 16px;
}

body.home .entry_list .tab_index {
	display: flex;
}

body.home .entry_list .tab_index > div {
	flex: 1;
	padding: 1em;
	color: #000;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 4px;
	background-color: #cfcfcf;
	border-bottom: 4px solid #FF7898;
}
@media screen and (max-width: 479px) {
	body.home .entry_list .tab_index > div {
		font-size: 1em;
		letter-spacing: 1px;
	}
}

body.home .entry_list .tab_index > div.open {
	color: #fff;
	background-color: #FF7898;
}

body.home .entry_list .tab_contents {
	padding: 0 2em 2em 2em;
}

body.home .entry_list .entry {
	display: flex;
	gap: 16px;
	flex-wrap: no-wrap;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}
@media screen and (max-width: 479px) {
	body.home .entry_list .entry {
		display: block;
	}
}

body.home .entry_list .entry.important {
	font-weight: bold;
}

body.home .entry_list .important_list {
	margin-bottom: 2em;
	border-bottom: 1px solid #aaa;
}

body.home .entry_list .entry .fig {
	flex-shrink: 0;
	margin-bottom: 16px;
}

body.home .entry_list .entry .fig img {
	width: 200px;
	height: 150px;
	object-fit: cover;
	border-radius: 8px;
}
@media screen and (max-width: 479px) {
	body.home .entry_list .entry .fig img {
		width: 100%;
		height: auto;
	}
}

body.home .entry_list .entry .date {
	display: inline-block;
	margin-bottom: 8px;
}

body.home .entry_list .entry .title {
		line-height: 1.5em;
}

body.home .entry_list .entry .excerpt {
	display: none;
}

body.home .entry_list .entry.pressrelease:first-child .excerpt {
	display: block;
	margin: 1em 0 0 0;
	padding: 0 0 1em 0;
	font-size: smaller;
	line-height: 1.6em;
}

body.home .entry_list .entry.pressrelease:first-child .excerpt p {
	margin: 0;
}

.hukyu {
	box-sizing: border-box;
	position: relative;
}
body.home .hukyu:nth-of-type(odd) {
	background-color: #FDF5F3;
}

.hukyu_contents {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 32px;
	width: 928px;
	margin: 0 auto;
	padding: 32px 16px;
}
@media screen and (max-width: 959px) {
	.hukyu_contents {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.hukyu_contents {
		display: block;
	}
}

.hukyu_contents > div:nth-child(2) {
	flex-shrink: 0;
	width: 40%;
}
@media screen and (max-width: 479px) {
	.hukyu_contents > div:nth-child(2) {
		width: 100%;
	}
}

.hukyu_contents .fig img {
	width: 400px;
	height: 300px;
	object-fit: contain;
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}

.hukyu_contents h2 {
	margin: 16px 0;
}
@media screen and (max-width: 479px) {
	.hukyu_contents h2 {
		margin: 0 0 16px 0;
		text-align: center;
	}

}

.hukyu_contents .subtitle {
	margin: 0 0 2em 0;
	font-weight: bold;
}
@media screen and (max-width: 479px) {
	.hukyu_contents .subtitle {
		text-align: center;
	}
}

@media screen and (max-width: 479px) {
	.hukyu_contents .excerpt {
		text-align: center;
	}
}

body.home #linkArea .wp-block-columns {
	margin: 16px 0 !important;
	gap: 16px !important;
}

body.home #himawarinokaiArea {
	background-image: url(../images/bg_himawarinokaiarea.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255, 255, 255, 0.6);
	background-blend-mode: lighten;
}

body.home #peopleArea .post_list .post .fig {
	float: left;
	width: 140px;
	height: 200px;
	margin: 0 1em 1em 0;
}
@media screen and (max-width: 479px) {
	body.home #peopleArea .post_list .post .fig {
		float: none;
		margin: 0 auto 1em auto;
	}
}

body.home #peopleArea .post_list .post .fig img {
	object-fit: contain;
	border-radius: 8px;
}

body.home #peopleArea .post_list .post .meta {
	display: none;
}

body.home #peopleArea .post_list .post .title {
	margin: 0 0 1em 0;
	font-size: larger;
	font-weight: bold;
	line-height: 1.4em;
}
@media screen and (max-width: 479px) {
	body.home #peopleArea .post_list .post .title {
		text-align: center;
	}
}

body.home #peopleArea .post_list .post .excerpt {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}


body.home #peopleArea .frame {
	margin: 96px 0;
	padding: 32px;
	background-image: linear-gradient(90deg, #fee5fa1a, #f3b12c1a);
	border-radius: 16px;
}

body.home #peopleArea .excerpt {
	line-height: 1.8em;
}

body.home #peopleArea .taidan_hosho {
	display: flex;
	justify-content: space-between;
	padding: 32px 32px 0 32px;
}
@media screen and (max-width: 479px) {
	body.home #peopleArea .taidan_hosho {
		display: block;
		padding: 0;
		border-top: none;
	}
}

body.home #peopleArea .taidan_hosho > div {
	padding: 32px;
}
@media screen and (max-width: 479px) {
	body.home #peopleArea .taidan_hosho > div {
		margin: 48px 0;
		padding: 0;
	}
}


/* category.php ***************************************************************/
body.category .post_list {
	margin: 0 0 2em 0;
}

body.category .post_list .post {
	margin: 0 0 2em 0;
}

body.category .post_list .post .meta {
	margin: 0 0 0.6em 0;
}

body.category .post_list .post .meta .date {
	font-size: smaller;
}

body.category .post_list .post .title {
	line-height: 1.4em;
}

/* information */
body.category-information .post_list {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	justify-content: left;
}

body.category-information .post_list .post {
	box-sizing: border-box;
	padding: 16px;
	width: 30%;
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

body.category-information .post_list .post .fig img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}

body.category-information .post_list .post .meta .date {
	margin: 8px 0;
}

body.category .post_list {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

body.category .post_list .post {
	width: calc(25% - 16px);
}
@media screen and (max-width: 959px) {
	body.category .post_list .post {
		width: calc(33% - 16px);
	}
}
@media screen and (max-width: 479px) {
	body.category .post_list .post {
		width: 100%;
	}
}

body.category .post_list .post .fig {
	margin-bottom: 16px;
}

body.category .post_list .post .fig img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


/* single-message.php *********************************************************/
#mainContentsArea.message {
	display: flex;
	gap: 32px;
	flex-wrap: nowrap;
}
@media screen and (max-width: 479px) {
	#mainContentsArea.message {
		display: block;
	}
}

#titleArea h1 .position {
	margin: 0 0 16px 0;
	font-size: 16px;
}

#mainContentsArea.message .fig {
	margin: 0 0 32px 0;
	flex-shrink: 0;
}

#mainContentsArea.message .fig img {
	width: 200px;
	height: auto;
}


/* wppagenavi *****************************************************************/
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	width: 2em;
	margin: 0 0.5em;
	padding: 0.5em 0;
	color: #000;
	font-size: smaller;
	text-align: center;
	vertical-align: center;
	border-radius: 2em;
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #FF7898;
	border: 2px solid #FF7898;
}

.wp-pagenavi span.pages {
	width: auto;
	background-color: inherit;
	color: #000;
}


/* misc ***********************************************************************/
.svg a {
	text-decoration: none;
	transition: all 0.3s 0s ease;
}
.svg a:hover {
	font-weight: bold;
}

#latestmessage .post .fig {
	float: left;
	width: 140px;
	height: 200px;
	margin: 0 1em 1em 0;
}
@media screen and (max-width: 479px) {
	#latestmessage .post .fig {
		float: none;
		margin: 0 auto 1em auto;
	}
}

#latestmessage .post .fig img {
	object-fit: contain;
	border-radius: 8px;
}

#latestmessage .post .meta {
	display: none;
}

#latestmessage .post .title {
	margin: 0 0 1em 0;
	font-size: larger;
	font-weight: bold;
	line-height: 1.4em;
}
@media screen and (max-width: 479px) {
	#latestmessage .post .title {
		text-align: center;
	}
}

#latestmessage .post .excerpt {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

#message_pref .post .fig {
	float: left;
	width: 140px;
	height: 200px;
	margin: 0 1em 1em 0;
}
@media screen and (max-width: 479px) {
	#message_pref .post .fig {
		float: none;
		margin: 0 auto 1em auto;
	}
}

#message_pref .post .fig img {
	object-fit: contain;
	border-radius: 8px;
}

#message_pref .post .meta {
	display: none;
}

#message_pref .post .title {
	margin: 0 0 1em 0;
	font-size: larger;
	font-weight: bold;
	line-height: 1.4em;
}
@media screen and (max-width: 479px) {
	#message_pref .post .title {
		text-align: center;
	}
}

#message_pref .post .excerpt {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

ul.linklist {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

ul.linklist li {
	box-sizing: border-box;
	margin-left: 2em;
	width: calc(50% - 2em);
}
@media screen and (max-width: 479px) {
	ul.linklist li {
		width: 100%;
	}
}