@charset "utf-8";

/*****************************************************************************

COLORS;

Main color ;
Sub color ;

*****************************************************************************/



/*****************************************************************************

RESET

*****************************************************************************/

html,
body,
div,
h1, h2, h3, h4,h5, h6,
p,
blockquote, pre,
ul, ol, li,
dl, dt, dd, 
form, fieldset, input, textarea,
table, caption, tbody, thead, tfoot, tr, th, td,
header, footer, main, aside, article, section, nav, hgroup, figure, figcaption,
audio, video
{
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

footer {
	display: block;
}

fieldset,
img{
	border : 0;
	vertical-align : middle;
}



/*****************************************************************************

COMMON

*****************************************************************************/

html {
	position:relative;
	overflow: auto;
	min-height: 100%;
	scroll-behavior: smooth;
}

body {
	background-color: #ffffff;
	line-height: 1;
	font-family: "Arial","Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-family: "Hiragino Sans", ヒラギノ角ゴシック, メイリオ, meiryo, sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	color: #333;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


a {
	color: #468C00;
	text-decoration: none;
	border-bottom: 1px solid #468C00;
}

a:hover {

}

h1 {
}

h2 {
}


.main {
	position:relative;
	display: block;
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
	flex: 1;
}


.nowrap {
	white-space: nowrap;
}



/*
HEADER
*****************************************************************************/

.header {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 24px);
	/*height: calc(100vh - 24px);*/
	height: 340px;
	border-radius: 12px;
	margin: 12px auto 0;
	overflow: hidden;
}

.top .header {
	height: calc(100vh - 24px);
}

.header::after,
.header::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -10;
}

.header::after {
	background-image: url("background_a1.jpg"),url("background_a2.jpg");
	animation:	zoomfade 14s 0s infinite ease-in-out,
				changepic_a 28s 0s infinite;
}


.header::before {
	background-image: url("background_b1.jpg"),url("background_b2.jpg");
	animation:	zoomfade 14s 7s infinite ease-in-out,
				changepic_b 28s 7s infinite;

}

@keyframes zoomfade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    transform: scale(1.2) ;
 	z-index: -1;
  }
  100%{
    opacity: 0;
    transform: scale(1.2) ;
  }
}

@keyframes changepic_a {
  0% {
  	background-image: url("background_a1.jpg");
  	background-position: center;
  }
  49% {
  	background-image: url("background_a1.jpg");
  	background-position: center;
  }
  50% {
  	background-image: url("background_a2.jpg");
  	background-position: center;
  }
  100%{
  	background-image: url("background_a2.jpg");
  	background-position: center;
  }
}

@keyframes changepic_b {
  0% {
  	background-image: url("background_b1.jpg");
  	background-position: right;
  }
  49% {
  	background-image: url("background_b1.jpg");
  	background-position: right;
  }
  50% {
  	background-image: url("background_b2.jpg");
  	background-position: center;
  }
  100%{
  	background-image: url("background_b2.jpg");
  	background-position: center;
  }
}

.title {
	height: auto;
	padding-left: calc(185px - ((100vw - 768px) / 2));
	color: #333;
	max-width: 484px;
	padding-bottom: 25px;
}

.top .title {
	padding-bottom: 0;
}

.title p {
	margin-top: 1.5em;
	color: #444;
 	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	text-align: center;
	line-height: 1.6;
	white-space: normal;
	font-size: 14px;
}

.top .title p {
	line-height: 1.8;
}

.title img {
	width: 100%;
	height: auto;
}



/*
MENU
*****************************************************************************/

.menu {
	position: fixed;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto auto auto 30px;
	height: 504px;
	width: 175px;
	z-index: 1;
}

#checked {
	display: none;
}

.menu_open {
	display: none;
}

.menu_close {
	display: none;
}

.menu ul {
	display:flex;
	align-content: start;
	flex-wrap: wrap;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
	height: 504px;
	width: 175px;
}

.menu ul li {
	box-sizing: border-box;
	width: 175px;
	height: 72px;
	list-style-type: none;
}

.menu ul li a {
	display: block;
	border: none;
	height: 72px;
	display: flex;
	padding-left: 68px;
	padding-right: 10px;
 	align-items: center;
 	background-position: 14px 12px;
 	background-size: 48px 48px;
 	background-repeat: no-repeat;
 	text-align: left;
 	font-size: 15px;
 	font-weight: bold;
 	color: #444;
 	text-shadow: 1px 1px 0 #ffffff;
 	line-height: 1.2;
}

.menu ul li a:hover {
	background-color: #eee;
	transition: 0.3s;
}

.menu ul li:nth-of-type(1) a {
	background-image: url("home_icon.png");
	border-radius: 10px 10px 0 0;
}

.menu ul li:nth-of-type(2) a {
	background-image: url("aboutus_icon.png");
}

.menu ul li:nth-of-type(3) a {
	background-image: url("known_icon.png");
}

.menu ul li:nth-of-type(4) a {
	background-image: url("newsletter_icon.png");
}

.menu ul li:nth-of-type(5) a {
	background-image: url("manabi_icon.png");
}

.menu ul li:nth-of-type(6) a {
	background-image: url("kenshin_icon.png");
}

.menu ul li:nth-of-type(7) a {
	background-image: url("link_icon.png");
	border-radius: 0 0 10px 10px;
}

/*
CONTENT
*****************************************************************************/

.content {
	margin: -3em 30px 0 235px;
	padding: 0 20px 40px;
	z-index: 0;
	background-color: #fff;
	flex: 1;
	width: auto;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	text-align: justify;
}

.content p {
	line-height: 2;
	font-size: 16px;
	color: #333;
}

.content_title {
	margin-bottom: 36px;
}

.content_title a {
	display: block;
	border: none;
	color: currentcolor;
	height: 2.6em;
	padding: 0.8em 1em 0.8em 68px;
	margin: 0 -20px 0;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
	box-sizing: border-box;
	background-position: 10px center;
 	background-size: 48px 48px;
 	background-repeat: no-repeat;
 	font-size: 22px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}

.information_title a {
	background-image: url("information_icon.png");
}

.about_title a {
	background-image: url("aboutus_icon.png");
}

.seika_title a {
	background-image: url("known_icon.png");
}

.newsletter_title a {
	background-image: url("newsletter_icon.png");
}

.manabi_title a {
	background-image: url("manabi_icon.png");
}

.kenshin_title a {
	background-image: url("kenshin_icon.png");
}

.link_title a {
	background-image: url("link_icon.png");
}

.content_heading {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}



ul.information {
	list-style-type: none;
	padding: 0 20px 0 40px;
}

ul.information li {
	display: flex;
	margin-bottom: 0.5em;
}

ul.information li p:first-of-type {
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
}

ul.information li p:last-of-type {
	font-size: 16px;
}

.content .secretariat span {
	color: #333;
	display: inline-block;
}

.content .secretariat .m img {
	height: 1.2em;
	width: auto;
	vertical-align: middle;
}

.content .secretariat .m a {
	border-bottom: 0;
}

.content .secretariat a {
	color: #fff;
	border-color: #fff;
}

/*
FOOTER
*****************************************************************************/


.footer {
	/*background-color: #B8DE20;
	background-color: #8ec231;
	background-color: #A6E639;*/
	background-color: #eee;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	padding: 30px 0 0 0;
}

.footer::after {
	content: "";
	display: block;
	height: 60px;
	background-color: #9ACD32;
	margin-top: 30px;
}

.footer p {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 0 250px;
	box-sizing: border-box;
}



.footer p:first-of-type {
	font-weight: bold;
}

.footer a:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(255,255,255,0.3);
}

.footer p span {
	display: inline-block;
	white-space: nowrap;
}

.footer .contact span {
	display: inline-block;
	white-space: nowrap;
}

.footer .secretariat span {
	color: #333;
	display: inline-block;
}

.footer .secretariat .m img {
	height: 1.2em;
	width: auto;
	vertical-align: middle;
}

.footer .secretariat .m a {
	border-bottom: 0;
}

.footer .secretariat a {
	color: #fff;
	border-color: #fff;
}



/*****************************************************************************

INDEX.HTML

*****************************************************************************/




/*****************************************************************************

ABOUT.HTML

*****************************************************************************/

.kotoba_wrap {
	margin-top: 2em;
	margin-bottom: 2em;
}


.kotoba_photo {
	display: inline-block;
	vertical-align: bottom;
}

.kotoba {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 20px;
	font-size: 16px;
}

.kotoba :first-child {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 0.5em;
}

.kotoba :last-child {
	font-size: 20px;
}



/*****************************************************************************

NEWSLETTER.HTML

*****************************************************************************/

ul.newsletter {
	margin-left: 1em;
	text-align: left;
}

.newsletter li {
	margin-bottom: 2em;
	line-height: 1.5;
	display: inline-block;
	width: 400px;
}

.newsletter li img {
	border: 1px solid #ccc;
	margin-top: 1em;
}



/*****************************************************************************

LINK.HTML

*****************************************************************************/

.link img.externallink_icon {
	width: auto;
	height: 1em;
	vertical-align: baseline;
}

ul.link li {
	margin: 0 0 2em 1em;
	line-height: 1.5;
}


/*****************************************************************************

KOKORONOMANABI.HTML

*****************************************************************************/

a.kokoronomanabi {
	display: block;
	margin-bottom: 25px;
	border: none;
}

.kokoronomanabi video {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}

.kokoronomanabi article {
	padding: 20px;
	min-height: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
}

.kokoronomanabi article .text {
	line-height: 1.2;
	color: #666;
	font-size: 16px;
	margin: 0px;
	text-align: left;
	text-justify: auto;
	display: inline-block;
    width: 57%;
    vertical-align: middle;
    margin-right: 2%;
}

.kokoronomanabi article .text .kokoronomanabi_title,
.kokoronomanabi .kokoronomanabi_title
 {
	font-weight: normal;
	line-height: 1.4;
	color: #000;
	font-size: 1.25em;
	margin-bottom: 1em;
	text-justify: none;
}

.kokoronomanabi article .text ,
.kokoronomanabi .series_title
{
	font-weight: normal;
	line-height: 1.4;
	color: #000;
	font-size: 0.875em;
	margin-bottom: 0.5em;
	text-justify: none;
}

.kokoronomanabi article .text .author,
.kokoronomanabi .author
{
	line-height: 1.4;
	text-align: left;
}

.kokoronomanabi .label {
	display: inline-block;
	color: #fff;
	background-color:  #6da43f;
	padding: 0.1em 0.5em;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1em;
}

.kokoronomanabi article .thumb {
	position: relative;
    display: inline-block;
	width: 40%;
    background-color: #ccc;
    vertical-align: middle;
    background-color: #ccc;
}

.kokoronomanabi article .thumb img {
	width: 100%;
	height: auto;
}

.kokoronomanabi .kokoronomanabi_title {
	font-weight: normal;
	line-height: 1.4;
	color: #000;
	font-size: 1.25em;
	margin-bottom: 1em;
	text-align: left;
	text-justify: none;
}


/*****************************************************************************

SEIKA.HTML

*****************************************************************************/

a.seika {
	display: block;
	margin-bottom: 25px;
	border: none;
}

.seika video {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}

.seika article {
	padding: 20px;
	min-height: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
}

.seika article .text {
	line-height: 1.2;
	color: #666;
	font-size: 16px;
	margin: 0px;
	text-align: left;
	text-justify: auto;
	display: inline-block;
    width: 57%;
    vertical-align: middle;
    margin-right: 2%;
}

.seika article .text .seika_title,
.seika .seika_title
 {
	font-weight: normal;
	line-height: 1.4;
	color: #000;
	font-size: 1.25em;
	margin-bottom: 1em;
	text-justify: none;
}

.seika article .text ,
.seika .series_title
{
	font-weight: normal;
	line-height: 1.4;
	color: #000;
	font-size: 0.875em;
	margin-bottom: 0.5em;
	text-justify: none;
}

.seika article .text .author,
.seika .author
{
	line-height: 1.4;
	text-align: left;
}

.seika .label {
	display: inline-block;
	color: #fff;
	background-color:  #6da43f;
	padding: 0.1em 0.5em;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1em;
}

.seika article .thumb {
	position: relative;
    display: inline-block;
	width: 40%;
    background-color: #ccc;
    vertical-align: middle;
    background-color: #ccc;
}

.seika article .thumb img {
	width: 100%;
	height: auto;
}

.seika .seika_title {
	font-weight: normal;
	line-height: 1.4;
	color: #000;
	font-size: 1.25em;
	margin-bottom: 1em;
	text-align: left;
	text-justify: none;
}



/*****************************************************************************

MEDIA QUERIES (FOR DESKTOP)

*****************************************************************************/

@media (min-width: 768px) {





}



/*****************************************************************************

MEDIA QUERIES (FOR MOBILE)

*****************************************************************************/

@media (min-width: 525px) and (max-width: 767px) {

.menu ul {
	height: 216px;
	padding: 0 calc((100% - 525px) / 2);
}

#checked:checked ~ ul {
	top: -216px;
}

}


@media (max-width: 524px) {

.title p {
	font-size: 13px;
}

.menu ul {
	height: 288px;
	padding: 0 calc((100% - 350px) / 2);
}

#checked:checked ~ ul {
	top: -288px;
}

.content {
	padding-left: 0;
	padding-right: 0;
}

.content p {
	font-size: 15px;
}

.content_title a {
	margin: 0 0 0;
}



/* ABOUT.HTML *****************************************/

.kotoba_wrap {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: center;
}


.kotoba_photo {
	display: block;
	
}

.kotoba {
	display: block;
	font-size: 16px;
	margin: 20px 0 0 0;
}

.kotoba :first-child {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0em;
}

.kotoba :last-child {
	font-size: 18px;
}

/* NEWSLETTER.HTML *****************************************/

.newsletter li {
	width: 100%;
}


}


@media (max-width: 767px) {

.header {

}

.top .header {
	height: calc(100vh - 94px);
	height: calc(100svh - 94px);
}


.menu {
	width: 100%;
	height: 60px;
	margin: auto;
	top: auto;
	right: 0;
	left: 0;
	border-radius: none;
}

.menu_open,
.menu_close {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
 	background-size: 48px 48px;
 	background-position: calc(100vw / 2 - 72px) 6px;
 	background-repeat: no-repeat;
 	text-align: left;
 	font-size: 15px;
 	font-weight: bold;
 	color: #333;
 	text-shadow: 1px 1px 0 #ffffff;
 	line-height: 1.2;
 	margin: 0 auto;
 	padding-left: calc(100vw /2 - 8px);
	padding-right: calc(100vw /2 + 65px);
  	background-color: #9ACD32;
  	cursor: pointer;
  	align-items: center;
}


.menu_open {
	display: flex;
 	background-image: url("menu_icon.png?v=230926");
}

.menu_close {
	display: none;
 	background-image: url("close_icon.png?v=230926");
}


#checked:checked ~ .menu_open {
	display: none;
}

#checked:checked ~ .menu_close {
	display: flex;
}


.menu ul {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #eee;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
	z-index: -1;
	border-radius: 0;
	width: 100%;
	box-sizing: border-box;
}

.menu ul li:nth-of-type(1) a,
.menu ul li:last-of-type a {
	border-radius: 0;
}

.menu ul li a:hover {
	background-color: #ddd;
}

.footer {
	padding: 24px 0 96px 0;
}

.footer::after {
	display: none;
}

.footer p {
	padding: 0 20px;
	text-align: center;
}
.content {
	margin: -3em 20px 0 20px;
}

.title {
	padding-left: 0;
}

ul.information {
	padding: 0 10px 0;
	line-height: 1.5;
}
ul.information li p:first-of-type {
	white-space: nowrap;
}

}

@media (max-width: 967px) {
	.kokoronomanabi article .text {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.kokoronomanabi article .thumb {
		display: block;
		width: 100%;
		max-width: 480px;
		margin: auto;
		text-align: center;
	}

	.seika article .text {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.seika article .thumb {
		display: block;
		width: 100%;
		max-width: 480px;
		margin: auto;
		text-align: center;
	}
}



