@charset "utf-8";

/* -----------------------------------------------------
	Common
----------------------------------------------------- */
@font-face {
    font-family: "KosugiMaru";
    src: url('./KosugiMaru-Regular.ttf') format('truetype');
}
body {
	background: #E5E9E0;
}
section {
	width: 96%;
	max-width: 1080px;
	margin: 50px auto;
	font-size: 160%;
}
section h2 {
	text-align: center;
	font-family: "KosugiMaru";
	font-size: 260%;
	line-height: 1.4;
	color: #390;
}
section h3 {
	text-align: center;
	font-family: "KosugiMaru";
	font-size: 160%;
	line-height: 1.4;
}


/* -----------------------------------------------------
	Page Top
----------------------------------------------------- */

section#pagetop {
	width: 100%;
	max-width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}
section#pagetop::before {
	content: "";
	width: 35%;
	height: 100%;
	display: block;
	background-image: url(../images/main-image.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
section#pagetop::after {
	content: url(../images/main-image-text.svg);
	width: 30%;
	max-width: 280px;
	position: absolute;
	left: 10px;
	top: 10px;
}
section#pagetop > div {
	width: 65%;
/*	min-height: 100vh;*/
	margin-left: 35%;
	padding: 50px 0;

	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#sitelogo {
	text-align: center;
}
#sitelogo img {
	max-width: 200px;
}

#sitetitle {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
#sitetitle h1 {
	text-align: center;
	line-height: 1.3;
	font-size: min(3.6vw, 260%);
	font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS P明朝", "MS Mincho", serif;
	font-weight: 600;

	color: #FFF;
	text-shadow: 2px 2px 5px #555, 3px 3px 10px #555;
}


@media only screen and (min-width: 1440px){
 section#pagetop::before {
	width: 50%;
 }
 section#pagetop > div {
	width: 50%;
	margin-left: 50%;
 }
}
@media only screen and (max-width: 1039px){
 #sitetitle {
	padding: 5vh 20px;
	flex-direction: column;
	gap: 10px;
 }
 #sitetitle h1 {
	font-size: min(4.0vw, 300%);
 }

 section#pagetop {
	background-color: rgba(0,0,0,0.4);
 }
 section#pagetop::before {
	width: 100%;
	height: 100%;
 }
 section#pagetop::after {
	width: 70%;
	max-width: 240px;
	left: initial;
	right: 10px;
 }

 section#pagetop > div {
	width: 100%;
	margin-left: 0;
 }
 #sitetitle h1 {
	font-size: min(8vw, 280%);
	color: #fff;
	text-shadow: -5px 0 5px #000, 5px 0 5px #000, 0 -5px 5px #000, 0 5px 5px #000,
		 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
 }
}
@media only screen and (max-width: 479px){
 section#pagetop::after {
	width: 50%;
	max-width: 160px;
 }
}



/* -----------------------------------------------------
	Leading
----------------------------------------------------- */
#leading {
	width: 90%;
	max-width: 860px;
}
#leading h3 {}
#leading h3#lead-ttl {
	font-size: 180%;
}
#leading h3#lead-ttl span {
	max-width: calc(100% - 200px);
	color: #089;
	line-height: 1.1;
	display: inline-block;
	padding: 10px 30px;
	padding-left: 150px;

	background-color: #E5E9E0;
	background-image: url(../images/logo_s.png), url(../images/edge-left.png), url(../images/edge-right.png);
	background-size: 120px, 20px 32px, 20px 32px;
	background-position: 15px center, left center, right center;
	background-repeat: no-repeat;
}
#lead-text {
	margin: -2.85em auto 0px;
	padding: 65px 40px 30px;
	border: 8px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px #389, inset 0 0 10px #389;
}
#lead-text p {
	text-indent: 1.0em;
	margin-bottom: 0.5em;
}
@media only screen and (max-width: 1149px){
 #leading h3#lead-ttl {
	font-size: 160%;
 }
 #leading h3#lead-ttl span {
	padding-left: 130px;
	background-size: 100px, 20px 32px, 20px 32px;
	background-position: 25px center, left center, right center;
 }
 #lead-text {
	margin: -2.65em auto 50px;
 }
}
@media only screen and (max-width: 1039px){
 #lead-text p {
	color: #FFF;
	text-shadow: 0 0 2px #000, 0 0 5px #000;
 }
}
@media only screen and (max-width: 849px){
 #leading h3#lead-ttl {
	font-size: min(4vw, 180%);
 }
 #leading h3#lead-ttl::before,
 #lead-text::after {
	content: "";
	width: 80%;
	height: 7px;
	display: block;
	margin: 10px auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 8px #389;
 }
 #leading h3#lead-ttl::before {
	margin-bottom: 30px;
 }
 #lead-text::after {
	margin-top: 40px;
 }
 #leading h3#lead-ttl span {
	padding-left: 140px;
	background-image: url(../images/logo_s.png);
	background-size: 120px;
	background-position: left center;
	background-color: transparent;
	color: #FFF;
 }
 #lead-text {
	margin: 0 auto 30px;
	border: none;
	box-shadow: none;
	padding: 30px 10px;
 }
}
@media only screen and (max-width: 639px){
 #leading h3#lead-ttl {
	font-size: min(6.5vw, 180%);
 }
 #leading h3#lead-ttl span {
	max-width: 100%;
	padding: 10px 0;
	background-image: none;
 }
}



/* -----------------------------------------------------
	News
----------------------------------------------------- */
section#news {
	width: 90%;
	max-width: 860px;
}
section#news h3#news-ttl {}
section#news h3#news-ttl span::before,
section#news h3#news-ttl span::after {
	content: "-";
	display: inline-block;
	padding: 0 10px;
}

#news-archives {
	margin: 10px 30px;
}
#news-archives dl {
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 30px 20px;
	background: #FFF;
	box-shadow: inset 0 0 10px #777;
	border-radius: 10px;
}
#news-archives dl dt {
	font-size: 85%;
	color: #333;
}
#news-archives dl dd {
	margin-bottom: 1.0em;
	padding-left: 20px;
}
#news-archives dl dd a:link,
#news-archives dl dd a:visited {
	color: #03C;
}
#news-archives dl dd a:hover,
#news-archives dl dd a:active {
	color: #F30;
}
@media only screen and (max-width: 849px){
 #news-archives {
	margin: 10px;
 }

}
@media only screen and (max-width: 639px){
 #news-archives dl {
	height: auto;
	max-height: 320px;
 }
}



/* -----------------------------------------------------
	Event Scadules
----------------------------------------------------- */

section#event {
	margin: 80px auto 50px;
}

#event-list {
	margin: 0px auto;
	overflow: hidden;
}

#event-list > div {
	margin: 30px auto 50px;
	padding: 30px;
	border-radius: 30px;
	background: #FFF;

	display: flex;
	gap: 20px;
	align-items: center;
}
#event-list > div .event-info {
	width: 100%;
}
#event-list > div .event-info h4 {
	font-size: 170%;
	font-family: "KosugiMaru";
	color: #693;
	line-height: 1.2;
	margin-bottom: 20px;
}
#event-list > div p.date {
	color: #999;
	line-height: 1.2;
}
#event-list > div p.event-link {
	margin-top: 30px;
}
#event-list > div p.event-link a {
	display: block;
	border-bottom: 2px solid #AAA;
	text-decoration: none;
	color: #555;
	font-size: 80%;
	line-height: 1.2;
	text-align: right;
	padding-right: 40px;
	position: relative;
}
#event-list > div p.event-link a::after {
	content: "";
	width: 15px;
	height: 2px;
	transform-origin: 100% -2px;
	transform: rotate(45deg);
	background: #AAA;

	position: absolute;
	right: 0;
	bottom: -2px;
}
#event-list > div p.event-link a:hover {
	border-color: #F50;
}
#event-list > div p.event-link a:hover::after {
	background: #F50;
}
#event-list > div p.detail {
	padding: 0 1.0em;
}
#event-list > div .contact {
	padding: 30px 20px 20px;
	font-size: 90%;
}
#event-list > div .contact dl {
	overflow: hidden;
	margin: 10px 0;
}
#event-list > div .contact dl dt {
	width: 9.0em;
	float: left;
	display: inline-block;
	background: #FC5;
	padding: 0 10px;
	text-align: center;
}
#event-list > div .contact dl dd {
	overflow: hidden;
	padding-left: 20px;
}
#event-list > div .contact dl dd a {
	color: #03f;
	text-decoration: underline;
}
#event-list > div .contact dl dd a:hover,
#event-list > div .contact dl dd a:active {
	color: #f50;
	text-decoration: none;
}

#event-list > div img {
	width: 100%;
	max-width: 400px;
	height: auto;
	border: 1px solid #AAA;
}

@media only screen and (max-width: 849px){
 #event-list > div {
	width: 94%;
	max-width: 480px;
	padding: 30px 10px;
	gap: 50px;
	flex-direction: column-reverse;
 }
 #event-list > div p.detail {
	font-size: 85%;
 }
 #event-list > div .contact {
	padding: 30px 0px 20px;
 }
 #event-list > div .contact dl {
	margin-bottom: 30px;
 }
 #event-list > div .contact dl dt {
	float: none;
 }
 #event-list > div .contact dl dd {
	padding-top: 10px;
 }
}



/* -----------------------------------------------------
	Organizations
----------------------------------------------------- */
section#organizations {
	margin: 50px auto 0;
}
#organizations-list {
	width: 100%;
	max-width: 1080px;
	margin: 30px auto;
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
#organizations-list > div {
	width: 100%;
}
#organizations-list > div:nth-child(1) {
	text-align: center;
}
#organizations-list > div:nth-child(1) img {
	max-width: 300px;
}
#organizations-list ul {
	list-style: none;
}
#organizations-list ul li {
	padding: 3px 0;
}
#organizations-list ul li::before {
	content: "";
	width: 0.8em;
	height: 0.8em;
	margin-right: 7px;

	background: #260;
	display: inline-block;
	border-radius: 50%;
}
#organizations-list ul li a {
	display: inline;
	color: #03f;
	text-decoration: underline;
}
#organizations-list ul li a:hover,
#organizations-list ul li a:active {
	color: #F30;
	text-decoration: none;
}
@media only screen and (max-width: 849px){
 #organizations-list {
	flex-direction: column-reverse;
	align-items: center;
	gap: 50px;
 }
 #organizations-list > div {
	width: auto;
 }
}




/* -----------------------------------------------------
	Footer
----------------------------------------------------- */
footer#footer {}
#copyrights {
	text-align: center;
	padding: 300px 0 5px;
	color: #FFF;
	background: radial-gradient(circle at 50% 75%, #693 200px, transparent 200px);
}
@media only screen and (max-width: 849px){
 #copyrights {
	padding: 5px;
	background: #693;
 }
}
