@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:wght@700);
/* @import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c); */


* {
	margin: 0;
	padding: 0;
}

a:link,a:visited,a:active,a:hover {
	/*display: block;*/
	text-decoration: none;
	color: #3333aa;
}

img { border: none; }

body {
	font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	/* font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN" , "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	/* font-family: "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , sans-serif; */
	font-size: 18px;
	line-height: 1.4em;
	color: #000;
	background-color: #fff;
	/* background-image: url("../img/background.jpg"); */
}
.minchoM {
	font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.minchoB {
	font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
}

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

#wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}
/* =========================================================
 Base
========================================================= */

/* === header === */
#header {
	margin: 0px auto;
	padding: 40px 0 10px;
	width: 100%;
	max-width: 1200px;
}
#headerTitle {
	/*font-size: 180%;*/
	font-size: clamp(14px, 3vw, 32px);
	text-align: center;
}
#headerImage {
	display: block;
	margin: 30px 0px 0px 0px;
	width: 100%;
}

#headerText {
	padding: 15px 20px 20px;
	background-color: #0066bb;
	color: #fff;
	font-size: 140%;
	line-height: 1.2em;
}

#headerText2024 {
	padding: 15px 20px 20px;
	background-color: #de720c;
	color: #fff;
	font-size: 140%;
	line-height: 1.2em;
}

#headerText2025 {
	padding: 12px 15px 15px;
	background-color: #8b5216;
	color: #fff;
	/*font-size: 140%;*/
	font-size: clamp(16px, 2vw, 26px);
	line-height: 1.2em;
}

.btn-chirashi {
	background-color: #fff;
	border:1px solid #8b5216;
	color: #333;
	font-size: clamp(16px, 2vw, 20px);
}

/* === main === */
main {
	overflow: hidden;
	width: 100%;
	padding: 10px;
	text-align: left;
}

main .text-title {
	margin: 25px 0 15px 0;
	padding: 5px 0.5em;
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2em;
}
main .text-title-sub {
	margin: 20px 0 10px 0;
	padding: 5px 1.0em;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2em;
}

main .text-title-underline {
	border-bottom: 3px solid #851;
}

main .text-attention {
	margin: 60px 0 80px 0;
	padding: 20px;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	background-color: #fee;
	color: #f33;
	line-height: 1.1em;

	border-radius: 8px;
}


/* === footer === */
footer{
	width: 100%;
	margin: 30px 0;
	border-top:solid 1px #ccc;
	text-align: center;
}

#site_copy{ font-size: 80%; }

@media only screen and (max-width: 768px) {
	#site_copy{ font-size: 70%; }
}



/* === news ================================================ */
main .news {
	background-color: #fafafa;
	border: 1px solid #999;
	margin: 12px auto 30px;
	padding: 15px 16px 18px 16px;
	max-width: 900px;

	border-radius: 8px;
}
main .flexbox {
	display: flex;
	margin: 5px auto 10px;
}
main .news > .flexbox > .flexbox_t { flex: 1; padding-left: 1em; }
main .news > .flexbox > .flexbox_d { flex: 4; padding-left: 1em; }

main .news .link_newslist {
	height: 1.0em;
	width: 1.0em;
	border: 1px solid #999;
	border-radius: 50%;
	float: right;
	white-space: nowrap;
	margin: 0 5em 0 0;
}

.link_newslist > a.translate  {
	display: inline-block;
	transform: translate(-0px, -4px);
	color:#999;
}
.link_newslist > a.translate > span.rotate  {
	display: inline-block;
	transform: rotate(90deg);
	font-size:90%;
}

@media only screen and (max-width: 530px) {
	main .news > .flexbox { flex-direction: column; }
	main .news > .flexbox > .flexbox_t { padding-left: 0em; }
}






/* =========================================================
for global nav with side slide
========================================================= */
#gNav {
	width: 100%;
	height: calc( 24px * 1 );
	position: relative;
	z-index: 10;
}

#gNav ul {
	display: flex;
	margin: 0 auto;
	/* width: 960px; */
	max-width: 420px;
	height: calc( 24px * 1 );
	text-align: center;
	list-style: none;
}

#gNav ul li {
	flex: 1;
	box-sizing: border-box;
	/* width: 25%;*/
	height: 24px;
	color: #002;
}
#gNav ul li:nth-child(1) { border-right: #aaa 2px solid; }
#gNav ul li:nth-child(2) { border-right: #aaa 2px solid; }
#gNav ul li:nth-child(3) { border-right: #aaa 2px solid; }


#gNav ul li a {
	height: 24px;
	font-weight: bold;
	line-height: 24px;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
}

#gNav ul li > a:hover {
	background: #f8f8f8;
	/* background: linear-gradient(to bottom,  #efe 45%,#ded 55%); */
}

/* --- max-width: 960px li elements * 240 --- */
@media only screen and (max-width: 960px) {
	#gNav ul { width: 100%; }
	#gNav ul li { width: 25%; }
}

/* --- max-width: 768px --- */
@media only screen and (max-width: 768px) {
	#header { padding: 20px 0 8px; }

	body { font-size: 16px; }

	#gNav { display: none; }

	#menuOverlay {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.6);
		display: none;
		position: fixed;
		z-index: 96;
	}

	#switchBtnArea {
		position: absolute;  /* for logo link */
		right: 0px;          /* for logo link */
		width: 60px;  /* width: 100% */
		top: 0px;
		height: calc( (90vw - 80px) * 100 / 500 + 6px * 2);  /* header padding 6px */
		min-height: 52px;
		max-height: 92px;
		background-color: rgba(0,0,0,0.0);
		/* border-bottom: #aaa 1px solid; */
		position: absolute;  /* position: relative; */
		z-index: 97;
	}

	#switchBtnArea #switchBtn {
		position: absolute;  /* position: absolute; */
		top: 6px;
		right: 10px;
		width: 40px;
		height: 40px;
		background: #7263ad url(../img/btnOpen.png) no-repeat center center;
		border-radius: 5px;
		z-index: 98;
	}

	#switchBtnArea #switchBtn.btnClose {
		background: transparent url(../img/btnClose.png) no-repeat center center;
	}

	#rwdMenuWrap {
		margin-top: calc( ( 25vw - 40px ) + 6px * 2 );  /* header padding 6px */
		left: 100vw;
		width: 100vw;
		 /* height: 100%; */
		overflow: auto;
		background-color: rgba(0,0,0,0.0);
		position: absolute;  /* position: fixed; */
		z-index: 100;
		display:none;
	}

	#rwdMenuWrap ul {
		width: 100%;
	}

	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: #aaa 1px solid;
	}
	#rwdMenuWrap ul li a {
		padding: 15px 20px;
		text-align: left;
		background: #eeedeb url(../img/linkarw.png) no-repeat right center;
		display: block;
	}
	#rwdMenuWrap ul li:hover > a {
		background: #d1cde4 url(../img/linkarw.png) no-repeat right center;
	}

	#contents {
		width: 100%;
	}

	#contents p {
		padding: 0 20px 2em 20px;
	}
}

/* --- CLEARFIX ELEMENTS --- 
#gNav > ul:before,
#gNav > ul:after {
	content: " ";
	display: table;
}
#gNav > ul:after {clear: both;}
#gNav > ul {*zoom: 1;}
*/


@media only screen and (min-width: 530px) and (max-width: 768px) {
	#rwdMenuWrap { margin-top: calc( ( 25vw - 40px ) + 6px * 2 ); }
	#switchBtnArea { max-height: calc( 80px + 12px * 2 ); }
}
@media only screen and (max-width: 530px) {
	#rwdMenuWrap { margin-top: calc( 90px + 6px * 2 ); }
}




