@charset 'UTF-8';
/* style-pc.css */

/*
COMMON / index.php
================================================ */

html {
	width: 100%;
	color: #000000;
	font-size: 62.5%;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
}
body {
    background-color: #F9F9F8;
	font-size: 1.6rem;
	line-height: 1.6;
}
.cabin_regular {
    font-family: "cabin-sketch-regular", sans-serif;
    font-weight: 400;
    font-style: normal;	
}
.cabin_bold {
    font-family: "cabin-sketch-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.myriad_bold {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
}
a {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	color: #000000;
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
a:visited {
	color: #000000;
}
.link_btn a {
	display: block;
	border-radius: 3px;
	text-align: center;	
	text-decoration: none;
	box-sizing: border-box;
}
.link_arrow {
	padding: 0 0 0 8px;
	font-size: 0.9em;
}
.sp_only {
	display: none;
}


/* global header */

@keyframes slideIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.header_wrapper {
	height: 166px;
	background-color: #FFFFFF;
}
.gloabal_header_pc.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 10000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  animation: slideIn 0.5s ease-out forwards;
}
.gloabal_header_pc .global_header_inner {
	position: relative;
	width: 1240px;
	margin: 0 auto;
    padding: 20px 0 0 0;
}
.gloabal_header_pc h1 {
    width: 360px;
}
.gloabal_header_pc img {
    width: 100%;
}
.header_subNavi {
	display: flex;
	position: absolute;
	top: 38px;
	right: 320px;
} 
.header_subNavi li {
	font-size: 0.9rem;
}
.header_subNavi li:first-child {
	margin: 0 20px 0 0;
}
.header_subNavi li:first-child:before {
	position: relative;
	top: 5px;
	width: 16px;
	height: 16px;
	content: "　";
	margin: 0 5px 0 0;
	background: url("../images/faq_icon.svg") no-repeat;
	background-size: contain;
}
.header_subNavi li:last-child:before {
	position: relative;
	top: 5px;
	width: 16px;
	height: 16px;
	content: "　";
	margin: 0 5px 0 0;
	background: url("../images/contact_icon.svg") no-repeat;
	background-size: contain;
}
.header_subNavi li a:hover {
	text-decoration: underline;
}
.btn_area {
	display: flex;
	position: absolute;
	width: 290px;
	top: 20px;
	right: 0;
}
.btn_area li.link_btn a {
	width: 140px;
	padding: 16px 0;
	background-color: #333333;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.btn_area li:first-child a {
	margin: 0 10px 0 0;
	background-color: #050069;
}
.btn_area li:last-child a {
	background-color: #B91A00;
}
.header_navi {
	display: flex;
	justify-content: center;
	margin: 10px 0 0 0;
}
.header_navi li {
	position: relative;	
}
.header_navi li a {
	display: block;
	min-width: 180px;
	padding: 30px;
	border-bottom: 3px solid #FFFFFF;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
	transition: all .2s;
}
.header_navi li a:hover {
	border-bottom: 3px solid #615B54;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}
.header_navi li+li{
    position: relative;
}
.header_navi li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #EAEAEA;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header_navi ul{
	display: block;
}
.header_navi li.has-child ul {
	position: absolute;
	width: 100%;
	top: 88px;	
	left: 0;
	background-color: #C0BFBE;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	box-sizing: border-box;
	z-index: 4;	
}
.header_navi li.has-child ul li+li::before {
	content: none;
}
.header_navi li.has-child:hover > ul,
.header_navi li.has-child ul li:hover > ul,
.header_navi li.has-child:active > ul,
.header_navi li.has-child ul li:active > ul{
	visibility: visible;
	opacity: 1;
}
.header_navi li.has-child ul li a {
	padding: 20px;
	border-bottom: solid 1px rgba(255,255,255,0.6);	
	color: #FFFFFF;	
	font-weight: normal;
	line-height: 1.4;
}
.header_navi li.has-child ul li a:hover,
.header_navi li.has-child ul li a:active{
	background-color: #615B54;
	border-bottom: solid 1px #615B54;	

}


/* index.php */

.top_mainVisual {
	position: relative;
	width: 100%;
	height: 500px;
	z-index: -1000;
}
.top_mainVisual .img_main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.top_mainVisual .img_main img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.top_mainVisual .img_wave {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.top_mainVisual .img_wave img {
	width: 100%;
}
.bx-wrapper {
	width: 100% !important;
	border: none;
	box-shadow: none;	
}
.bxslider img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.bx-pager {
	bottom: 60px !important;
	z-index: 100;
}
.bx-pager-item .active {
	background-color: #050069 !important;	
}
.main_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 80px 0;
	letter-spacing: 1px;
	text-align: center;
}
.main_inner h2 {
	margin: 0 0 60px 0;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 3px;
}
.main_inner h2 span {
	display: block;
	font-size: 2.0em;
}
.top_about .main_inner {
	padding: 0 0 80px 0;
}
.top_about h2 {
	margin: 0 0 40px 0;
	font-size: 4.0rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}
.top_about .about_txt p {
	margin: 20px 0 0 0;
	line-height: 2.0;
}
.top_about .about_txt p:first-child {
	margin: 0 0 0 0;
}
.top_about .main_inner p.link_btn {
	width: 260px;
	height: 60px;
	margin: 60px auto 0 auto;
}
.top_about .main_inner p.link_btn a {
	padding: 20px 0;
	background-color: #333333;
	color: #FFFFFF;
}

.top_activity {
	background-color: #FFFFFF;
}
.top_activity .main_inner ul.top_activity_cont li {
	position: relative;
	width: 100%;
	height: 375px;
	margin: 120px 0 0 0;
	text-align: left;
}
.top_activity h3 {
	font-size: 2.4em;
	font-weight: bold;
}
.top_activity .top_activity_en {
	position: absolute;
	color: #CFCFCF;
	font-size: 4.8em;
	opacity: 0.6;
	z-index: 100;
}
.top_activity .top_activity_caption {
	position: absolute;
	width: 440px;
	line-height: 1.8;
}
.top_activity .top_activity_img {
	position: absolute;
	width: 500px;
}
.top_activity .top_activity_img img {
	width: 100%;
	border-radius: 4px;
}
.top_activity .top_activity_illust {
	position: absolute;
}
.top_activity .top_activity_illust img {
	width: 100%;
}
.top_activity .cont01 h3 {
	position: absolute;
	bottom: 160px;
	right: 0;
}
.top_activity .cont01 .top_activity_en {
	top: -70px;
	left: 0;
}
.top_activity .cont01 .top_activity_caption {
	bottom: 50px;
	right: 0;
	text-align: right;
}
.top_activity .cont01 .top_activity_img {
	top: 0;
	left: 20px;
}
.top_activity .cont01 .top_activity_illust {
	top: -100px;
	right: -40px;
	width: 320px;
}
.top_activity .cont02 h3 {
	position: absolute;
	bottom: 160px;
	left: 0;
}
.top_activity .cont02 .top_activity_en {
	top: -70px;
	right: 0;
}
.top_activity .cont02 .top_activity_caption {
	bottom: 50px;
	left: 0;
}
.top_activity .cont02 .top_activity_img {
	top: 0;
	right: 20px;
}
.top_activity .cont02 .top_activity_illust {
	top: -80px;
	left: 130px;
	width: 300px;
}
.top_activity .cont03 h3 {
	position: absolute;
	bottom: 160px;
	right: 0;
}
.top_activity .cont03 .top_activity_en {
	top: -70px;
	left: 0;
}
.top_activity .cont03 .top_activity_caption {
	bottom: 50px;
	right: 0;
	text-align: right;
}
.top_activity .cont03 .top_activity_img {
	top: 0;
	left: 20px;
}
.top_activity .cont03 .top_activity_illust {
	top: 30px;
	right: 80px;
	width: 180px;
}
.top_activity_nav {
	display: flex;
	justify-content: center;
}
.top_activity_nav li.link_btn {
	width: 280px;
	height: 60px;
	margin: 80px 40px 0 0;
}
.top_activity_nav li.link_btn a {
	padding: 20px;
	background-color: #333333;
	color: #FFFFFF;
}
.top_activity_nav li.link_btn:last-child {
	margin: 80px 0 0 0;
}

.top_blog .main_inner ul {
	display: flex;
	margin: 0 0 50px 0;
	flex-wrap: wrap;
    justify-content: space-between;
}
.top_blog .main_inner ul li {
	width: 300px;
	text-align: left;
}
.top_blog .main_inner ul li .thumb {
    width: 300px;
    height: 225px;
    overflow: hidden;	
	margin: 0 0 15px 0;
}
.top_blog .main_inner ul li .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;	
	border-radius: 4px;
}
.top_blog .main_inner ul li span {
	display: block;
	font-size: 1.4rem;
	margin: 0 0 10px 0;
}
.top_blog .main_inner ul li a {
	text-decoration: underline;
}
.top_blog .main_inner p.link_btn {
	width: 260px;
	height: 60px;
	margin: 0 auto;
}
.top_blog .main_inner p.link_btn a {
	padding: 20px 0;
	background-color: #333333;
	color: #FFFFFF;
}
.top_support .main_inner ul {
	display: flex;
	justify-content: center;
}
.top_support .main_inner ul li {
	width: 450px;
	margin: 0 20px 0 0;
	padding: 40px 40px 30px 40px;
	border-radius: 4px;
	box-sizing: border-box;
}
.top_support .main_inner ul li:last-child {
	margin: 0 0 0 0;
}
.top_support .main_inner ul li h3 {
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
}
.top_support .cont01 {
	background-color: #009944;
}
.top_support .cont02 {
	background-color: #69B2DE;
}
.top_support .support_icon {
	width: 100%;
	height: 185px;
}
.top_support .support_icon img {
	height: 100%;
}
.top_support p.link_btn a {
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 30px;
	background-color: #FFFFFF;
	border-radius: 50px;
	font-weight: bold;
}
.top_support .cont01 p.link_btn a {
	color: #009944;
}
.top_support .cont02 p.link_btn a {
	color: #69B2DE;
}
.top_news {
	background-color: #FFFFFF;
}
.top_news .main_inner {
	display: flex;
}
.top_news .main_inner .left {
	width: 20%;
	padding: 0 40px 0 0;
	text-align: right;
	box-sizing: border-box;
}
.top_news .main_inner h2 {
	margin: 0 0 40px 0;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 3px;
}
.top_news .main_inner h2 span {
	display: block;
	margin: 0 0 10px 0;
	font-size: 2.0em;
	line-height: 1.0;
}
.top_news .main_inner p.link_btn {
	font-size: 0.8em;
	float: right;
}
.top_news .main_inner p.link_btn a {
	position: relative;
	padding: 10px 20px;
	border: 1px solid #000000;
	color: #000000;
	font-weight: bold;
}
.top_news .main_inner p.link_btn a img {
	position: absolute;
	width: 20px;
	top: 10px;
	right: 14px;
}
.top_news .main_inner .right {
	width: 80%;
	padding: 0 0 0 40px;
	text-align: left;
	box-sizing: border-box;
}
.top_news .main_inner .right ul li {
	display: flex;
	padding: 20px;
	border-bottom: 1px dotted #CFCFCF;
	box-sizing: border-box;
}
.top_news .main_inner .right ul li:first-child {
	padding: 0 20px 20px 20px;
}
.top_news .main_inner .right ul li span {
	display: block;
	width: 150px;
}
.top_news .main_inner .right ul li a {
	display: block;
	width: 570px;
	text-decoration: underline;
}
.top_news .main_inner .right ul li a:hover {
	text-decoration: none;
}

.top_partner .main_inner {
	padding: 80px 0 0 0;
}
.insta_logo {
	width: 80px;
	height: 80px;
	margin: 60px auto 0 auto;
}
.insta_logo img {
	width: 100%;
	height: 100%;
} 
.site-footer {
	width: 100%;
	height: 360px;
	padding: 20px 0 0 0;
	background: url("../images/footerBg_body.png") #F9F9F8 top left repeat-x;
}
.site-footer.index_footer {
	width: 100%;
	height: 360px;
	padding: 20px 0 0 0;
	background: url("../images/footerBg_body.png") #F9F9F8 top left repeat-x;
}
.footer_bg {
	position: relative;
	height: 360px;
	background: url("../images/footerBg_left.png") top left no-repeat;
}
.bg_fish {
	position: absolute;
	top: 230px;
	right: 50px;
	background: url("../images/footerBg_fish.png") no-repeat;
	background-size: 100px;
	width: 100px;
	height: 58px;
}
.footer_logo {
	position: absolute;
	top: 290px;
	left: 50px;
}
.footer_logo img {
	width: 240px;
}
.footer_bg .address {
	position: absolute;
	top: 295px;
	left: 320px;
	color: #FFFFFF;
	font-size: 0.8em;
	letter-spacing: 1px;
}
.copyright {
	position: absolute;
	top: 315px;
	left: 320px;
	color: #FFFFFF;
	font-size: 0.7em;
	letter-spacing: 1px;
}
.footer_contact a {
	position: absolute;
	left: 650px;
	bottom: 30px;
	width: 125px;
	padding: 6px 0 6px 20px;
	background-color: #FFFFFF;
	color: #009944;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 1px;
}
.footer_contact a img {
	position: absolute;
    top: 9px;
    left: 10px;
	width: 16px;
	margin: 0 5px 0 0;
}
.site-footer nav {
	position: absolute;
	left: 800px;
	bottom: 28px;
}
.site-footer nav ul {
	display: flex;
}
.site-footer nav ul li a {
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 0.8;
}
.site-footer nav ul li:first-child {
	margin: 0 10px 0 0;
}
.site-footer nav ul li:last-child:before {
	padding: 0 10px 0 0; 
	content: "|";
	color: #FFFFFF;
	font-size: 0.8em;
}


/*
page.php / page_XXX.php
================================================ */
.page {
}
.page .post-header {
	width: 1000px;
	margin: 0 auto;	
}
.page .post-header h2.post-title {
	margin: 60px 0 0 0;
	font-size: 1.4em !important;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
}
.page .post-header h2.post-title span {
	display: block;
	text-transform: uppercase;
	font-size: 2.8em;
	letter-spacing: 6px;
}
.page .main-contents section {
	margin: 60px 0 0 0;
}
.page .main-contents section:first-child {
	margin: 0;
}
.page .main-contents p {
	margin: 0 0 10px 0;
}
.page .main-contents li {
	margin: 0 0 0 20px;
}
.page .post-content {
	width: 1000px;
	margin: 60px auto 0 auto;
	padding: 60px 80px;
	background-color: #FFFFFF;
	border-radius: 10px;
	line-height: 1.6;
	box-sizing: border-box;
}
.page .post-content h3 {
	margin: 0 0 30px 0;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
}
.page .post-content h3:before {
	position: relative;
	top: 6px;
	width: 16px;
	height: 16px;
	content: "　";
	margin: 0 15px 0 0;
	background: url("../images/h3_icon.svg") no-repeat;
	background-size: contain;
}
.page .post-content h4 {
	margin: 40px 0 20px 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #CCCCCC;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 2px;
}

.page_about p.txt_r {
	text-align: right;
}
.page_about p.txt_r span {
	padding: 0 10px 0 0;
	font-size: 0.8em;
}

.page_outline table {
	width: 100%;
	border: 1px solid #CFCFCF;
	font-size: 0.9em;
	line-height: 1.8;
	box-sizing: border-box;
}
.page_outline table th {
	width: 20%;
	padding: 20px 25px;
	background-color: #F2F2F2;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	letter-spacing: 2px;
}
.page_outline table td {
	width: 80%;
	padding: 20px 25px;
	background-color: #FCFCFC;
	border-bottom: 1px solid #CFCFCF;
	letter-spacing: 1px;
}
.page_outline table td a {
	text-decoration: underline;
}
.page_outline table td span {
	font-size: 0.8em;
}
.page_outline table td dl {
	display: flex;
	margin: 0 0 15px 0;
}
.page_outline table td dl:last-child {
	margin: 0;
}
.page_outline table td dl dt {
	width: 100px;
	font-weight: normal;
}
.page_outline table td ol {
	margin: 0;
	padding: 0;
}
.page_outline table td ol li {
	margin: 0 !important;
	list-style-type: none;
	counter-increment: cnt;
	line-height: 1.8;
	text-indent: -1.8em;
	padding-left: 1.8em;	
}
.page_outline table td ol li::before {
	content: "(" counter(cnt) ") ";
}

.page_activity section ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page_activity section ul li {
	width: 48%;
	margin: 30px 0 0 0 !important;
	box-sizing: border-box;
}
.page_activity section ul li:first-child,
.page_activity section ul li:nth-child(2) {
	margin: 0 0 0 0 !important;
}
.page_activity section ul li img {
	width: 100%;
}
.page_activity section ul li dl dt {
	margin: 15px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}
.page_support section ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page_support section ul li {
	width: 48%;
	margin: 30px 0 0 0 !important;
	box-sizing: border-box;
}
.page_support section ul li:first-child,
.page_support section ul li:nth-child(2) {
	margin: 0 0 0 0 !important;
}
.page_support  section ul li img {
	width: 100%;
}
.page_support section ul li dl dt {
	margin: 15px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}
.page_support p.link_btn {
	width: 260px;
	height: 60px;
	margin: 20px auto 0 auto;
}
.page_support p.link_btn a {
	position: relative;
	padding: 20px;
	background-color: #333333;
	border-radius: 3px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.page_support p.link_btn a img {
	position: absolute;
	width: 20px;
	top: 24px;
	right: 24px;
}

.page_member table {
	border: 1px solid #CFCFCF;
	font-size: 0.9em;
	line-height: 1.8;
	box-sizing: border-box;	
}
.page_member table th {
	padding: 10px 20px;
	background-color: #F2F2F2;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
}
.page_member table td {
	padding: 10px 20px;
	background-color: #FCFCFC;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}
.page_member table .admission_fee td {
	background-color: #FFFFFF;
}
.page_member li {
	list-style: circle;
}
.page_member p.link_btn {
	width: 260px;
	height: 60px;
	margin: 40px auto 0 auto;
}
.page_member p.link_btn a {
	position: relative;
	padding: 20px;
	background-color: #333333;
	border-radius: 3px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.page_member p.link_btn a img {
	position: absolute;
	width: 20px;
	top: 24px;
	right: 24px;
}

.page_join section ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page_join section ul li {
	width: 48%;
	margin: 30px 0 0 0 !important;
	box-sizing: border-box;
}
.page_join section ul li:first-child,
.page_join section ul li:nth-child(2) {
	margin: 0 0 0 0 !important;
}
.page_join section ul li img {
	width: 100%;
}
.page_join section ul li dl dt {
	margin: 15px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}
.page_activity .caption,
.page_join .caption {
	margin: 40px 0 0 0 !important;
}
.page_activity .caption a,
.page_join .caption a {
	text-decoration: underline;
}

.page_stay table {
	width: 100%;
	border: 1px solid #CFCFCF;
	font-size: 0.9em;
	line-height: 1.8;
	box-sizing: border-box;
}
.page_stay table th {
	width: 20%;
	padding: 20px 25px;
	background-color: #F2F2F2;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	letter-spacing: 2px;
}
.page_stay table td {
	width: 80%;
	padding: 20px 25px;
	background-color: #FCFCFC;
	border-bottom: 1px solid #CFCFCF;
	letter-spacing: 1px;
}
.page_stay table td a {
	text-decoration: underline;
}
.page_stay table td span {
	font-size: 0.8em;
}
.page_stay table td dl {
	display: flex;
	margin: 0 0 15px 0;
}
.page_stay table td dl:last-child {
	margin: 0;
}
.page_stay table td dl dt {
	width: 100px;
	font-weight: normal;
}
.page_stay .caption {
	margin: 20px 0 0 0 !important;
} 
.page_stay .caption a {
	text-decoration: underline;
}

/*
single.php
================================================ */
.single .post-header {
	margin: 0 auto;	
}
.single .post-header h2.post-title {
	margin: 0 0 0 0;
	font-size: 1.4em !important;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
}
.single .post-header h2.post-title:before {
	background: none;	
}
.single .post-header h2.post-title span {
	display: block;
	text-transform: uppercase;
	font-size: 2.8em;
	letter-spacing: 6px;
}
.single .main-contents {
	width: 1000px;
	margin: 60px auto 0 auto;
	padding: 60px 80px;
	background-color: #FFFFFF;
	border-radius: 10px;
	line-height: 1.6;
	box-sizing: border-box;
}
.single .post-title {
	margin: 10px 0 30px 0;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
}
.single .post-title:before {
	position: relative;
	top: 6px;
	width: 16px;
	height: 16px;
	content: "　";
	margin: 0 15px 0 0;
	background: url("../images/h3_icon.svg") no-repeat;
	background-size: contain;
}
.single .post-content a {
	text-decoration: underline;
}
.single .post-content p {
	margin: 0 0 10px 0;
}
.single .wp-post-image {
	width: 100%;
	margin: 0 0 20px 0;
}
.single p.post-list_link {
	width: 300px;
	margin: 20px auto 0 auto;
}
.single p.post-list_link a {
	display: block;
	width: 100%;
	padding: 20px;
	background-color: #333333;
	border-radius: 3px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}

/*.single .news .post-title {
	width: 100%;
	margin: 0 0 20px 0;
}
.single .post-content {
	margin: 40px 0 0 0;
}

.single .main-contents section {
	margin: 60px 0 0 0;
}
.single .main-contents section:first-child {
	margin: 0;
}
.single .main-contents p {
	margin: 0 0 10px 0;
}
.single .main-contents li {
	margin: 0 0 0 20px;
}*/


/*
archive.php
================================================ */
.category .post-header {
	width: 1000px;
	margin: 0 auto;	
}
.category .post-header h2.post-title {
	margin: 60px 0 0 0;
	font-size: 1.4em !important;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
}
.category .post-header h2.post-title span {
	display: block;
	text-transform: uppercase;
	font-size: 2.8em;
	letter-spacing: 6px;
}
.category .main-contents {
	width: 1000px;
	margin: 60px auto 0 auto;
	padding: 60px 80px;
	background-color: #FFFFFF;
	border-radius: 10px;
	line-height: 1.6;
	box-sizing: border-box;
}
.category-news .main-contents ul li,
.category-event .main-contents ul li,
.category-reports .main-contents ul li{
	display: flex;
	padding: 20px;
	border-top: 1px dotted #CFCFCF;
	box-sizing: border-box;
}
.category-news .main-contents ul li:first-child,
.category-event .main-contents ul li:first-child,
.category-reports .main-contents ul li:first-child{
	padding: 0 20px 20px 20px;
	border-top: none;
}
.category-news .main-contents ul li:last-child,
.category-event .main-contents ul li:last-child,
.category-reports .main-contents ul li:last-child{
	padding: 20px 20px 0 20px;
}
.category .main-contents ul li span {
	display: block;
	width: 150px;
}
.category .main-contents ul li a {
	display: block;
	text-decoration: underline;
	flex: 1;
}
.category .main-contents ul li a:hover {
	text-decoration: none;
}
.category .main-contents .nav-links {
	display: flex;
	justify-content: center;
	margin: 40px 0 0 0;
}
.category .main-contents .nav-links a {
	display: block;
	margin: 0 0 0 20px;
	padding: 10px 16px;
	background-color: #333333;
    border-radius: 3px; 
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}
.category .main-contents .nav-links a:first-child {
	margin: 0;
}
.category-blog .main-contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category-blog .main-contents ul li {
	width: 48%;
	margin: 40px 0 0 0; 
	padding: 0;
	box-sizing: border-box;
}
.category-blog .main-contents ul li:first-child,
.category-blog .main-contents ul li:nth-child(2) {
	margin: 0;
}
.category-blog .main-contents ul li .thumbnail {
	margin: 0;
}
.category-blog .main-contents ul li .archive-thumb {
    width: 100%;
    aspect-ratio: 403 / 302;
    overflow: hidden;
}
.category-blog .main-contents ul li .archive-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}
.category-blog .main-contents ul li .archive-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}
.category-blog .main-contents ul li .post-date {
	margin: 10px 0 5px 0;
	font-size: 0.9em;
}
.category-blog .main-contents ul li h3 {
	margin: 10px 0 0 0;
	line-height: 1.2;
}