<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------------------ */
/* 蝓ｺ譛ｬ繧ｹ繧ｿ繧､繝ｫ螟画峩																													*/
/* ------------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&amp;family=Poppins&amp;display=swap');

body{
	font-family: 'Poppins', 'Noto Sans JP', 'Hiragino Sans','繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け',YuGothic,'Yu Gothic','繝｡繧､繝ｪ繧ｪ', Meiryo,'�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け','MS PGothic', sans-serif;
	font-weight: 400;
}

h1{
	font-weight: normal;
	font-size: 0%;
	color: #fff;
	text-indent: 0;
	height: auto;
	width: auto;
}

h2{
	text-align: center;
}

main{
	margin-top: 100px;
	margin-bottom: 20px;
	flex: none;
}
@media screen and (max-width: 1000px){
	main{
		margin-top: 80px;
	}
}
@media screen and (max-width: 720px){
	main{
		margin-top: 70px;
	}
}

footer{
	margin-top: 0;
}

/* ------------------------------------------------------------------------ */
/* 繝倥ャ繝繝ｼ逕ｨ繝�じ繧､繝ｳ																												*/
/* ------------------------------------------------------------------------ */
header{
	top: 0;
	width: 100%;
	max-width: 1920px;
	z-index: 10;
	background-color: #FFF;
	opacity: 0.9;
	position: fixed;
	height: 100px;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 35px 20px 0px 20px;
}
header &gt; div{
	display: flex;
}
header &gt; div &gt; img{
	width: 293px;
	height: 36px;
	transition: all 0.2s linear;
	image-rendering: -webkit-optimize-contrast;
	margin-left: 20px;
}
@media screen and (max-width: 768px){
	header &gt; div &gt; img{
		margin-left: 0px;
	}
}
header &gt; div &gt; img:hover{
	cursor: pointer;
	opacity: 0.8;
}
header &gt; div &gt; p{
	font-size: 100%;
	color: #000;
	font-weight: bold;
	display: grid;
	text-align: center;
	width: 82%;
	text-shadow: 1px 1px 2px #aaa;
	align-items: center;
	justify-content: center;
	padding: 0.8em;
}
@media screen and (max-width: 1000px){
	header{
		height: 80px;
		padding: 30px 20px 0px 20px;
	}
	header &gt; div &gt; img{
		width: 244px;
		height: 28px;
	}
	header{
		font-size: 90%;
	}
}
@media screen and (max-width: 720px){
	header{
		height: 70px;
		padding: 25px 20px 0px 20px;
	}
	header &gt; div &gt; img{
		width: 226px;
		height: 26px;
	}
	header &gt; div &gt; p{
		font-size: 80%;
	}
}

/* ------------------------------------------------------------------------ */
/* 繝医ャ繝励�繝ｼ繧ｸ逕ｨ繝�じ繧､繝ｳ																										*/
/* ------------------------------------------------------------------------ */
.cover{
	display: flex;
	width: 100%;
	flex-direction: row;
}
.cover &gt; .box{
	overflow: hidden;
	max-width: 960px;
	max-height: 1200px;
	width: 100%;
	height: 100%;
}
.cover &gt; .box.large{
	display: block;
}
.cover &gt; .box.small{
	display: none;
}
.cover &gt; .box &gt; img{
	width: 100%;
	transition: 0.5s all;
	cursor: pointer;
}
.cover &gt; .box &gt; img:hover{
	transform: scale(1.05);
	transition: 0.5s all;
	opacity: 0.8;
}
@media screen and (max-width: 720px){
	.cover{
		flex-direction: column;
	}
	.cover &gt; .box{
		overflow: hidden;
		width: 100%;
	}
	.cover &gt; .box.large{
		display: none;
	}
	.cover &gt; .box.small{
		display: block;
	}
}

/* ------------------------------------------------------------------------ */
/* 繝倥ャ繝繝ｼ繝｡繝九Η繝ｼ縺ｮ螳溯｣�																										*/
/* ------------------------------------------------------------------------ */
#pldown-menu{
	text-align: right;
	margin: 0 auto;
	display: block;
	width: 95%;
	height: 30px;
	position: relative;
	font-size: 15.5px;
	margin-top: 10px;
}
#pldown-menu &gt; ul{
	position: absolute;
	width: 350px;
	right: 220px;
}
#pldown-menu &gt; ul &gt; li{
	position: relative;
	display: inline-block;
	transition: .3s;
	list-style: none;
	color: #014DA0;
	margin-left: 50px;
	padding-bottom: 10px;
	font-weight: 500;
}
#pldown-menu &gt; ul &gt; li:first-child{
	margin-left: 0px;
}
#pldown-menu &gt; ul &gt; li:hover{
	color: #014DA0;
}
#pldown-menu &gt; ul &gt; li &gt; a:link{
	text-decoration: none;
	color: #014DA0;
}
#pldown-menu &gt; ul &gt; li &gt; a:visited{
	color: #014DA0;
}
#pldown-menu &gt; ul &gt; li &gt; a:hover{
	color: #014DA0;
	background-color: transparent;
}
#pldown-menu &gt; ul &gt; li &gt; a:active{
	color: #014DA0;
}
#pldown-menu &gt; ul &gt; li::before{
	position: absolute;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #014DA0;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#pldown-menu &gt; ul &gt; li::before{
	bottom: 0;
}
#pldown-menu &gt; ul &gt; li:hover::before{
	width: 100%;
}
#pldown-menu &gt; ul &gt; li.sub:hover{
	cursor: pointer;
}

pull{
	position: relative;
	width: 15px;
	height: 10px;
	font-size: 10px;
	line-height: 15.5px;
	display: inline-block;
}
pull:before{
	content: '笆ｼ';
	font-size: 10px;
	position: absolute;
	left: 3px;
	top: -4px;
}

@media screen and (max-width: 1000px){
	#pldown-menu{
		font-size: 13px;
	}
	#pldown-menu &gt; ul{
		position: absolute;
		width: 260px;
		right: 160px;
	}
	#pldown-menu &gt; ul &gt; li{
		margin-left: 20px;
	}

	pull{
		position: relative;
		width: 12px;
		height: 10px;
		font-size: 10px;
		line-height: 15.5px;
		display: inline-block;
	}
	pull:before{
		content: '笆ｼ';
		font-size: 8px;
		position: absolute;
		left: 3px;
		top: -2px;
	}
}
@media screen and (max-width: 720px){
	#pldown-menu{
		display: none;
	}
}
img.contactus{
	width: 155px;
	height: 43px;
	position: absolute;
	right: 0;
	top: -15px;
	cursor: pointer;
	transition: .3s;
}
@media screen and (max-width: 1000px){
	img.contactus{
		width: 135px;
		height: 35px;
		top: -13px;
	}
}
img.contactus:hover{
	opacity: 0.9;
	transition: .3s;
}

/* 繝励Ν繝繧ｦ繝ｳ繝｡繝九Η繝ｼ */
.pldown-contents{
	position: absolute;
	width: 200px;
	top: 2.0em;
	left: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: rgba(255,255,255, 0.98);
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	height: 0;
	transition: 0.3s;
	visibility: hidden;
	z-index: 0;
	padding: 0px 0px 0px 0px;
}
.pulldown{
	opacity: 0.98;
	visibility: visible;
	transform: translateY(0);
}
.pldown-contents &gt; ul{
	text-align: center;
	line-height: 2.5em;
}
.pldown-contents &gt; ul &gt; li{
	display: block;
	list-style: none;
}
.pldown-contents &gt; ul &gt; li:hover{
	color: #014DA0;
	background-color: transparent;
}
.pldown-contents &gt; ul &gt; li &gt; a{
	display: block;
	width: 100%;
}
.pldown-contents &gt; ul &gt; li &gt; a:link,
.pldown-contents &gt; ul &gt; li &gt; a:visited{
	text-decoration: none;
	color: #014DA0
}
.pldown-contents &gt; ul &gt; li &gt; a:hover{
	color: #FFF;
	background-color: #80A6D0;
}

#p-menu1{
	width: 100px;
	height: calc(2.5em * 1);
	left: -13px;
}
#p-menu2{
	width: 100px;
	height: calc(2.5em * 2);
	left: -6px;
}

.slide_menu{
	display: none;
}
@media screen and (max-width: 720px){
	.slide_menu{
		display: block;
		position: fixed;
		right: 10px;
		top: 8px;
		z-index: 9999;
	}
}

/* ------------------------------------------------------------------------ */
/* 繝輔ャ繧ｿ繝ｼ																																	*/
/* ------------------------------------------------------------------------ */

#footer{
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 75%;
	background-color: #FFF;
}

.container.flexbox{
	display: flex;
	flex-direction: row;
}

#footer &gt; .container.pad20{
	padding: 20px;
}

#footer p.copyright{
	margin-top: 30px;
	text-align: center !important;
	width: 100%;
	border-top: 1px solid #ddd;
	color: #4D4D4D;
	font-weight: 500;
	font-size: 100%;
	padding: 10px 0px;
}

.item-box{
	width: 100%;
	line-height: 1.2em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.item-box &gt; .box1{
	padding: 0px 5em 0px 40px;
	flex-grow: 1;
	font-size: 14px;
	text-align: left;
	max-width: 400px;
}

.item-box &gt; .box1 &gt; p{
	font-family: 'Noto Sans JP', 'Hiragino Sans','繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け',YuGothic,'Yu Gothic','繝｡繧､繝ｪ繧ｪ', Meiryo,'�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け','MS PGothic', sans-serif;
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 0.5em;
}

.item-box &gt; .box2{
	padding: 0px 0px 0px 0px;
	flex-grow: 1;
	max-width: 1200px;
	min-width: 350px;
	width: 100%;
}

.item-box &gt; .box2 &gt; .menu-box{
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.item-box &gt; .box2 &gt; .menu-box &gt; ul.menu{
	display: inline-block;
	vertical-align: top;
	margin-right: 2em;
}
.item-box &gt; .box2 &gt; .menu-box &gt; ul.menu:last-child{
	margin-right: 0em;
}

/* 繝輔ャ繧ｿ繝ｼ繝｡繝九Η繝ｼ縺ｮ繝帙ヰ繝ｼ蜃ｦ逅� */
.item-box &gt; .box2 &gt; .menu-box &gt; ul.menu &gt; li &gt; a{
	position: relative;
}
.item-box &gt; .box2 &gt; .menu-box &gt; ul.menu &gt; li &gt; a::before{
	position: absolute;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.item-box &gt; .box2 &gt; .menu-box &gt; ul.menu &gt; li &gt; a::before{
	bottom: 0;
}
.item-box &gt; .box2 &gt; .menu-box &gt; ul.menu &gt; li &gt; a:hover::before{
	width: 100%;
}

.item-box &gt; .box3{
	padding: 0px 0px 0px 0px;
	flex-grow: 1;
	display:table;
	min-width: 300px;
	max-width: 450px;
}

.item-box &gt; .box3 p.schedule{
	font-family: 'Noto Sans JP', 'Hiragino Sans','繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け',YuGothic,'Yu Gothic','繝｡繧､繝ｪ繧ｪ', Meiryo,'�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け','MS PGothic', sans-serif;
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 0.5em;
	text-align: center !important;
}

.item-box ul{
	margin-bottom: 1em;
}

.item-box ul li{
	border-top: none;
	text-align: left;
	line-height: 2em;
}

.item-box ul li.parent{
	font-weight: bold;
}

.item-box ul li.child{
	margin-left: 0.5em;
	font-size: 90%;
}

.item-box ul li a{
	padding: 0;
	display: inline-block;
	transition: 0.3s;
}

.item-box ul li a:link{
	text-decoration: none;
	color: #000;
}

.item-box ul li a:visited{
	text-decoration: none;
	color: #000;
}

.item-box ul li a:hover{
	text-decoration: none;
	color: #000;
	background-color: rgba(255, 255, 255, 1.0);
	transition: 0.3s;
}

.footer_logo{
	width: 300px;
}
@media screen and (max-width: 988px){
	.footer_logo{
		width: 250px;
	}
}

.footer_contactus{
	width: 220px;
	height: 48px;
	margin:0 auto;
	display: block;
	margin-bottom: 0.5em;
	cursor: pointer;
}
@media screen and (max-width: 988px){
	.footer_contactus{
		width: 146px;
		height: 32px;
		margin-bottom: 0.5em;
	}
}

.footer_contactus:hover{
	opacity: 0.9;
}


.box3 &gt; ul &gt; li{
	margin-bottom: 1em;
}

@media screen and (max-width: 1060px){
	#footer{
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
		padding: 0 0 0 0;
		font-size: 75%;
		background-color: #FFF;
	}

	.container.flexbox{
		flex-direction: column;
	}

	#footer &gt; .container.pad20{
		padding: 0;
	}

	#footer p.copyright{
		margin-top: 30px;
		text-align: center !important;
		width: 100%;
		border-top: 1px solid #ddd;
		color: #4D4D4D;
		font-size: 100%;
		padding: 10px 0px;
	}

	.item-box{
		width: 100%;
		line-height: 1.2em;
		display: flex;
		flex-direction: column;
		justify-content: unset;
	}

	.item-box &gt; .box1{
		padding: 1em 0px 2em 0px;
		flex-grow: 1;
		order: 1;
		font-size: 13px;
		text-align: center;
		max-width: 100%;
	}

	.item-box &gt; .box1 &gt; p{
		text-align: center !important;
	}

	.item-box &gt; .box2{
		padding: 0px 0px 0px 0px;
		flex-grow: 1;
		width: 100%;
		min-width: 100%;
		order: 2;
		display: none;
	}

	.item-box &gt; .box3{
		padding: 2em 0px 0px 0px;
		flex-grow: 1;
		display:table;
		width: 100%;
		max-width: 100%;
		order: 3;
	}

	.item-box &gt; .box3 p.schedule{
		text-align: center !important;
	}

	.item-box ul{
		line-height: 0;
		font-size: 14px;
		margin-bottom: 0em;
	}

	.item-box ul li{
		border-top: none;
		text-align: center;
		line-height: 2.5em;
		border-bottom: 1px dotted #D0D0D0;
	}

	.item-box ul li.parent{
		font-weight: bold;
	}

	.item-box ul li.child{
		margin-left: 0em;
	}

	.item-box ul li a{
		line-height: 2.5em;
		padding: 0;
		display: inline-block;
		transition: 0.3s;
		width: 100%;
	}

	.item-box ul li a:link{
		text-decoration: none;
		color: #000;
	}

	.item-box ul li a:visited{
		text-decoration: none;
		color: #000;
	}

	.item-box ul li a:hover{
		text-decoration: none;
		color: #000;
		background-color: rgba(217, 228, 241, 1.0);
		transition: 0.3s;
	}

	#footer .label{
		text-align: center;
		font-weight: bold;
		line-height: 2.5em;
		border-bottom: 1px dotted #D0D0D0;
		font-size: 14px;
	}

	.footer_logo{
		width: 300px;
	}

	.footer_contactus{
		width: 220px;
		height: 48px;
		margin:0 auto;
		display: block;
		margin-bottom: 0.5em;
	}

	.box3 &gt; ul &gt; li{
		margin-bottom: 0em;
	}

}

/* ------------------------------------------------------------------------ */
/* 蜈ｱ騾壼ｮ夂ｾｩ(common.css)縺ｮ霑ｽ蜉�螳夂ｾｩ																						*/
/* ------------------------------------------------------------------------ */
.container.background{
	background-image : url('../img/grid_background.png');
	background-repeat : repeat;
	background-size : 45px 45px;
}

.container.background2{
	background-color : #F4F4F4;
}

/* 繧ｫ繝舌�逕ｻ蜒� */
.container.cover{
}
.container.cover.full{
	width: 100%;
}
.container.cover &gt; img{
	width: 100%;
}
.container.cover &gt; img.large{
	display: block;
}
.container.cover &gt; img.small{
	display: none;
}
@media screen and (max-width: 720px){
	.container.cover &gt; img.large{
		display: none;
	}
	.container.cover &gt; img.small{
		display: block;
	}
}

/* 繧ｳ繝ｳ繝�Φ繝� */
.container.contents{
	margin: 0 auto;
	max-width: 1100px;
}
.container.contents &gt; h2{
	color: #017DA5;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-right: -0.2em;	/* letter-spacing譛蠕後�譁�ｭ励�繝阪ぎ繝�ぅ繝悶�繝ｼ繧ｸ繝ｳ */
	line-height: 1em;
	text-shadow: none;
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-size: 45px;
}
@media screen and (max-width: 720px){
	.container.contents &gt; h2{
		font-size: 24px;
	}
}

.container.contents &gt; h2.aiwa{
	color: #004ea2;
}

.container.contents &gt; h2.en{
	font-size: 17px;
	letter-spacing: 0em;
	margin: 0;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 720px){
	.container.contents &gt; h2.en{
		font-size: 12px;
		letter-spacing: 0em;
		margin: 0;
		margin-bottom: 1.5em;
	}
}
.container.contents &gt; p{
	color: #000;
	font-size: 18px;
	text-align: center;
	line-height: 2em;
}
@media screen and (max-width: 720px){
	.container.contents &gt; p{
		color: #000;
		font-size: 14px;
		text-align: center;
		line-height: 2em;
	}
}
</pre></body></html>