@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	background-color: #FAFAFA;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
}
img {
	border: 0;
	width: 100%;
	height: auto !important;
	display: block;
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

ul {
	list-style-type: none;
}


/* PC */
@media print, screen and (min-width: 769px){
.pc_none {
  display: none;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #FFF;
	border-bottom: solid 2px #f1b329;
}
#header_inner {
	max-width: 1080px;
	width: 90%;
	height: 70px;
	margin: 0 auto;
	position: relative;
}
#header_inner .logo {
	position: absolute;
	top: 10px;
	left: 0;
}
#header_inner .logo a {
	text-decoration: none;
	display: flex;
}
#header_inner .logo img {
	width: 50px;
	margin: 0 10px 0 0;
}
#header_inner .logo a h1 {
	font-size: 24px;
	font-weight: 300;
	line-height: 50px;
	font-family: 'Kiwi Maru', serif;
	color: #111;
}
#header_inner nav {
	position: absolute;
	bottom: 15px;
	right: 0;
}
#header_inner nav ul {
	display: flex;
}
#header_inner nav ul li {
	margin: 0 0 0 5px;
}
#header_inner nav ul li a {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Kiwi Maru', serif;
	color: #111;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
}
#header_inner nav ul li a:hover {
	color: #f1b329;
	transition: .3s;
}
#mv {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 600px;
	height: 600px;
	margin-top: 70px;
}

.contents-wrapper {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}
.contents_side {
	width: 22%;
	min-width: 200px;
}
.contents_side .fixed {
	position: sticky;
	margin-bottom: 0;
	top: 100px;
	z-index: 1;
}
.contents_side .side_bnr {
	width: 100%;
	margin: 0 0 40px;
}
.contents_side .side_bnr li {
	margin: 0 0 10px;
}
.contents_side .office {
	background-color: #FFF;
	border: solid 1px #CCC;
	padding: 10px;
}
.contents_side .office dt {
	font-size: 16px;
	font-weight: 700;
	border-bottom: solid 1px #CCC;
	padding: 0 0 5px;
	margin: 0 0 5px;
}
.contents_side .office dd {
	font-size: 15px;
	font-weight: 400;
}

.contents_main {
	width: calc(100% - 240px);
	max-width: 72%;
}
.main_ttl {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Kiwi Maru', serif;
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.main_ttl:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #f1b329 2px, #FAFAFA 2px, #FAFAFA 4px);
	background: repeating-linear-gradient(-45deg, #f1b329, #f1b329 2px, #FAFAFA 2px, #FAFAFA 4px);
}

.greeting {
	margin: 0 0 80px;
}
.greeting .txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
}
.greeting .sign {
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	margin: 20px 0 0;
}

.info {
	margin: 0 0 80px;
}
.info ul {
	margin: -10px 0 40px;
}
.info ul li {
	display: flex;
	font-size: 15px;
	font-weight: 400;
	border-bottom: solid 1px #CCC;
	padding: 15px 10px;
}
.info ul li .date {
	width: 18%;
}
.info ul li .txt {
	width: 82%;
}
.info ul li .txt a {
	display: block;
}
.info ul li .txt a:hover {
	text-decoration: none;
}
.info .btn {
	width: 31%;
	margin: 0 auto;
}
.info .btn a {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	border: solid 1px #CCC;
	background-color: #FFF;
}
.info .btn a i {
	margin: 0 5px 0;
}
.info .btn a:hover, .info .btn a:hover i {
	background-color: #EFEFEF;
	transition: .5s;
}

footer {
	width: 100%;
	background-color: #f1b329;
	padding: 30px;
	text-align: center;
	box-sizing: border-box;
}
footer .footer_nav {
	margin: 0 0 20px;
	display: flex;
	justify-content: center;
}
footer .footer_nav li {
	padding: 0 20px;
	border-left: solid 1px #111;
}
footer .footer_nav li:first-child {
	border-left: none;
}
footer .footer_nav li a {
	font-size: 14px;
	font-weight: 400;
	color: #111;
	padding: 5px;
	text-decoration: none;
}
footer .copy {
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
}

.page_ttl {
	background-color: #f1b329;
	padding: 20px 0;
	margin: 70px 0 0;
}
.page_ttl h2 {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Kiwi Maru', serif;
}
#about .overview {
	margin: 0 0 80px;
}
#about .overview .txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
}
#about .activity {
	margin: 0 0 80px;
}
#about .activity ul {
	list-style-type: circle;
}
#about .activity ul li {
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 20px 1.5em;
}
#about .activity ul li span {
	font-size: 16px;
	font-weight: 700;
	display: block;
}
#about .association {
	margin: 0 0 80px;
}
#about .association dl {
	display: flex;
	flex-wrap: wrap;
	background-color: #FFF;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	box-sizing: border-box;
}
#about .association dl dt {
	width: 30%;
	font-size: 15px;
	font-weight: 400;
	padding: 10px;
	box-sizing: border-box;
	border-top: solid 1px #CCC;
}
#about .association dl dd {
	width: 70%;
	font-size: 15px;
	font-weight: 400;
	padding: 10px;
	box-sizing: border-box;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}

#history .ideology {
	margin: 0 0 80px;
}
#history .ideology .txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
}
#history .chronology dl {
	position: relative;
}
#history .chronology dl::before {
	width: 1px;
    height: 100%;
    content: "";
    display: block;
    border-left: 3px solid #f1b329;
    position: absolute;
    top: 0;
    left: 3.2%;
    z-index: -1;
}
#history .chronology dl dt {
	font-size: 15px;
	font-weight: 700;
	padding: 10px 0;
}
#history .chronology dl dt span {
	font-size: 20px;
	color: #f1b329;
	background-color: #FAFAFA;
	padding: 10px 10px 10px 0;
}
#history .chronology dl dt span.last {
	padding-bottom: 50px;
}
#history .chronology dl dd {
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 0 52px;
}
#history .chronology dl dd span {
	font-weight: 700;
	display: block;
}
#history .chronology dl dd ul {
	position: relative;
	padding: 0 0 0 1em;
	list-style-type: none;
}
#history .chronology dl dd ul li {
	margin: 0 0 10px;
}
#history .chronology dl dd ul li:before { /* liブロック要素の『前に置く』要素として、指定する */
	display: block; /* 見出しをブロック要素として表示する */
	position: absolute; /* カスタム見出しの表示位置調整を有効にする */
	left: 0; /* カスタム見出しの表示位置調整（ulブロック要素内左端からカウント） */
	content: '・'; /* カスタム見出しマークの指定 */
}

#schoolsong .lyrics {
	padding: 20px;
	margin: 0 0 50px;
}
#schoolsong .yt {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin: 0 0 100px;
}
#schoolsong .yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#contact .desc {
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 50px;
}
#contact .desc span {
	color: #F00;
}

#pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index: 6;
}
#pagetop img {
	width: 100%;
}

/* WP */
#post .post_list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 80px;
}
#post .post_list li {
	width: 30%;
	margin: 0 5% 30px 0;
}
#post .post_list li:nth-child(3n) {
	margin-right: 0;
}
#post .post_list li a {
	text-decoration: none;
	display: block;
}
#post .post_list li .date {
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}
#post .post_list li .post_ttl {
	font-size: 15px;
	font-weight: 400;
}
#post .post_list li img {
	height: 160px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	margin: 0 0 5px;
}
#post_single {
}
#post_single .date {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px;
}
#post_single .post_ttl {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 10px;
}

/* pager */
.pager {
	list-style-type: none;
	display: table;
	margin: 50px auto;
}
.pager li {
	margin: 10px;
	float: left;
}
.pager li a {
	padding: 10px;
}
.pager li a:hover {
	text-decoration: none;
}

}


/* nav */
@media only screen and (min-width: 961px) {
#header_inner .modal_icon {
	display: none;
}
}

@media only screen and (max-width: 960px) {
#header_inner {
	width: 94%;
}
nav {
	display: none;
}
#modal ul li {
	width: 400px;
	margin: 0 auto 10px;
	font-size: 15px;
	font-weight: 400;
}
#modal ul li a {
	text-decoration: none;
	padding: 10px;
	background: #FFF;
	border-radius: 30px;
	-ms-border-radius: 30px;
	display: block;
}
#header_inner .modal_icon {
	width: 50px;
	position: absolute;
	top: 10px;
	right: 0;
}
}



/* SP */
@media only screen and (max-width: 768px) {
.sp_none {
  display: none;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #FFF;
	border-bottom: solid 2px #f1b329;
}
#header_inner {
	width: 96%;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
#header_inner .logo {
	position: absolute;
	top: 10px;
	left: 0;
}
#header_inner .logo a {
	text-decoration: none;
	display: flex;
}
#header_inner .logo img {
	width: 30px;
	margin: 0 10px 0 0;
}
#header_inner .logo a h1 {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Kiwi Maru', serif;
}
#modal ul {
}
#modal ul li {
	width: 300px;
	margin: 0 auto 10px;
	font-size: 14px;
	font-weight: 400;
}
#modal ul li a {
	text-decoration: none;
	padding: 10px;
	background: #FFF;
	border-radius: 30px;
	-ms-border-radius: 30px;
	display: block;
}
#header_inner .modal_icon {
	width: 36px;
	position: absolute;
	top: 7px;
	right: 0;
}

#mv {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 400px;
	height: 400px;
	margin-top: 50px;
}

.contents-wrapper {
	max-width: 500px;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0  50px;
}

.contents_side {
	margin: 0 0 30px;
}
.contents_side .side_bnr {
	width: 200px;
	margin: 0 auto 40px;
}
.contents_side .side_bnr li {
	margin: 0 0 10px;
}
.contents_side .office {
	background-color: #FFF;
	border: solid 1px #CCC;
	padding: 10px;
}
.contents_side .office dt {
	font-size: 16px;
	font-weight: 700;
	border-bottom: solid 1px #CCC;
	padding: 0 0 5px;
	margin: 0 0 5px;
}
.contents_side .office dd {
	font-size: 15px;
	font-weight: 400;
}
.contents_side .office dd a {
	color: #111;
	text-decoration: none;
}

.contents_main {
	margin: 0 0 60px;
	border-bottom: solid 1px #CCC;
}
.main_ttl {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Kiwi Maru', serif;
	position: relative;
	margin: 0 0 12px;
	padding: 0 0 7px;
}
.main_ttl:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #f1b329 2px, #FAFAFA 2px, #FAFAFA 4px);
	background: repeating-linear-gradient(-45deg, #f1b329, #f1b329 2px, #FAFAFA 2px, #FAFAFA 4px);
}

.greeting {
	margin: 0 0 60px;
}
.greeting .txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
}
.greeting .sign {
	font-size: 15px;
	font-weight: 400;
	text-align: right;
	margin: 20px 0 0;
}

.info {
	margin: 0 0 50px;
}
.info ul {
	margin: 0 0 40px;
}
.info ul li {
	font-size: 14px;
	font-weight: 400;
	border-bottom: solid 1px #CCC;
	padding: 15px 10px;
}
.info ul li .date {
}
.info ul li .txt {
}
.info ul li .txt a {
	display: block;
}
.info ul li .txt a:hover {
	text-decoration: none;
}
.info .btn {
	width: 240px;
	margin: 0 auto;
}
.info .btn a {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	border: solid 1px #CCC;
	background-color: #FFF;
}
.info .btn a i {
	margin: 0 5px 0;
}
.info .btn a:hover, .info .btn a:hover i {
	background-color: #EFEFEF;
	transition: .5s;
}

footer {
	width: 100%;
	background-color: #f1b329;
	padding: 20px 10px;
	text-align: center;
	box-sizing: border-box;
}
footer .footer_nav {
	display: none;
}
footer .copy {
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
}

.page_ttl {
	background-color: #f1b329;
	padding: 10px 0;
	margin: 50px 0 0;
}
.page_ttl h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Kiwi Maru', serif;
}
#about .overview {
	margin: 0 0 50px;
}
#about .overview .txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
}
#about .activity {
	margin: 0 0 50px;
}
#about .activity ul {
	list-style-type: circle;
}
#about .activity ul li {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px 1.5em;
}
#about .activity ul li span {
	font-size: 15px;
	font-weight: 700;
	display: block;
}
#about .association {
	margin: 0 0 50px;
}
#about .association dl {
}
#about .association dl dt {
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
	background-color: #FFF;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
#about .association dl dd {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 5px 20px;
}

#history .ideology {
	margin: 0 0 50px;
}
#history .ideology .txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
}
#history .chronology dl {
	margin: 0 0 50px;
	position: relative;
}
#history .chronology dl::before {
	width: 1px;
    height: 100%;
    content: "";
    display: block;
    border-left: 3px solid #f1b329;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: -1;
}
#history .chronology dl dt {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0;
}
#history .chronology dl dt span {
	font-size: 18px;
	font-weight: 700;
	color: #f1b329;
	background-color: #FAFAFA;
	padding: 10px 10px 10px 0;
}
#history .chronology dl dt span.last {
	padding-bottom: 50px;
}
#history .chronology dl dd {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0 10px;
	margin: 0 0 0 50px;
}
#history .chronology dl dd ul {
	position: relative;
	padding: 0 0 0 1em;
	list-style-type: none;
}
#history .chronology dl dd ul li {
	margin: 0 0 10px;
}
#history .chronology dl dd ul li:before { /* liブロック要素の『前に置く』要素として、指定する */
	display: block; /* 見出しをブロック要素として表示する */
	position: absolute; /* カスタム見出しの表示位置調整を有効にする */
	left: 0; /* カスタム見出しの表示位置調整（ulブロック要素内左端からカウント） */
	content: '・'; /* カスタム見出しマークの指定 */
}

#schoolsong .lyrics {
	padding: 10px;
	margin: 0 0 50px;
}
#schoolsong .yt {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin: 0 0 100px;
}
#schoolsong .yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#contact .desc {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 30px;
}
#contact .desc span {
	color: #F00;
}

#pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 35px;
	right: 5px;
	z-index: 6;
}
#pagetop img {
	width: 100%;
}

/* WP */
#post .post_list ul {
	width: 300px;
	margin: 0 auto 50px;
}
#post .post_list li {
	margin: 0 0 30px 0;
}
#post .post_list li a {
	text-decoration: none;
	display: block;
}
#post .post_list li .date {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}
#post .post_list li .post_ttl {
	font-size: 14px;
	font-weight: 400;
}
#post .post_list li img {
	height: 180px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	margin: 0 0 5px;
}
#post_single {
}
#post_single .date {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 20px;
}
#post_single .post_ttl {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px;
}

/* pager */
.pager {
	list-style-type: none;
	display: table;
	margin: 50px auto;
}
.pager li {
	margin: 10px;
	float: left;
	font-size: 12px;
	font-weight: 400;
}
.pager li a {
	padding: 10px;
}
.pager li a:hover {
	text-decoration: none;
}

}