<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';

/* â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;

	å…±é€šcss

â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp;â–&nbsp; */

/* ================================================================================

	ã‚µã‚¤ãƒˆã‚¹ã‚¿ã‚¤ãƒ«

================================================================================ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	color: #000000;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	word-wrap: break-word;
	/* æ˜Žæœ */ font-family: 'Noto Serif JP','æ¸¸æ˜Žæœ',YuMincho,'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W2','Hiragino Mincho ProN','HGæ˜ŽæœB',serif;
	/* ã‚´ã‚·ãƒƒã‚¯ */ font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, sans-serif;
	background:#bacedd;
}

#wrapper {
	position: relative;
	max-width: none;
	/* max-width: 1920px; å›ºå®šå¹…ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆæ™‚ */
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
	display: block;
	overflow: hidden;
}

h1{
	margin: 0;
	font-weight: 300;
}
h2, h3, h4 {
	margin: 0;
	font-weight: 700;
}

img {
	vertical-align: bottom;
}

li,dt,dd {
	vertical-align: top;
}

iframe {
	vertical-align: bottom;
}


/* ãƒªãƒ³ã‚¯ï¼šé€éŽã‚¢ã‚¯ã‚·ãƒ§ãƒ³ä»˜ */
a {
	color: #ff0000;
	opacity: 1;
	transition-property: opacity,color,filter;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
a:hover {
	color: #ff6666;
	opacity: 0.6;
}

.oubun{
	font-family: 'EB Garamond', serif;
}



/* ================================================================================

	404.php

================================================================================ */

/* PCè¨­å®š
----------------------------------------------- */
@media (min-width: 768px) {
	.not-found {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
}





/* ================================================================================

	display:none

================================================================================ */

/* PCè¨­å®š
----------------------------------------------- */
@media (min-width: 768px) {

	/* SPæ”¹è¡Œæ¶ˆã— */
	.br-pc {
		display: none;
	}
	/* SPã‚³ãƒ³ãƒ†ãƒ³ãƒ„æ¶ˆã— */
	.pc_none {
		display: none;
	}
	.transparent{
		background-color:rgba(255,255,255,0.6);
		z-index: 100;
		position: relative;
	}

}



/* SPè¨­å®š
----------------------------------------------- */
@media (max-width: 767px) {

	/* PCæ”¹è¡Œæ¶ˆã— */
	.br-sp {
		display: none;
	}
	/* PCã‚³ãƒ³ãƒ†ãƒ³ãƒ„æ¶ˆã— */
	.sp_none {
		display: none;
	}
	body{
		background:#d4e8f7;	
	}

}





/* ================================================================================

	pointer-events: none;

================================================================================ */

/* PCè¨­å®š
----------------------------------------------- */
@media (min-width: 768px) {

	.pointer-events {
		pointer-events: none;
	}

}





/* ================================================================================

	ãƒ•ãƒ­ãƒ¼ãƒˆå›žã‚Šè¾¼ã¿è§£é™¤ clearfix

================================================================================ */

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: "";
	overflow: hidden;
	float: none;
}
.clearfix {
	display: block; /* for IE8 */
}





/* ================================================================================

	ã‚¨ãƒ‡ã‚£ã‚¿ãƒ¼å…±é€šè¨­å®š

================================================================================ */

p + * {
	margin-top: 1em;
}

strong,b {
	font-weight: 700;
}
big {
	font-size: larger;
}
small {
	font-size: smaller;
}
em {
	font-style: italic;
}


/* PCè¨­å®š
----------------------------------------------- */
@media (min-width: 768px) {

}



/* SPè¨­å®š
----------------------------------------------- */
@media (max-width: 767px) {
	body {
		font-size: 3.5vw;
	}

	/* youtube siteorigin */
	.youtube-player {
		width: 100%;
		height: 36.5vw;
		margin-top: 4vw;
	}

	/* ã‚¨ãƒ‡ã‚£ã‚¿ãƒ¼ã§ç”»åƒã®ä¸‹ã«éš™é–“ãŒã§ãã‚‹ã®è§£é™¤ */
	img + br {
		display: none;
	}
}





/* ================================================================================

	PCãƒ˜ãƒƒãƒ€ãƒ¼

================================================================================ */
@media (min-width: 768px) {

	header {
		position: relative;
		max-width: none;
		/* max-width: 1920px; å›ºå®šå¹…ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆæ™‚ */
		width: 100%;
	}
	.logo a{
		font-family: 'PT Serif Caption', serif;
		color:#000000;
	}
	span.logo_blue{
		color:#0082a7;
	}
	.head_logo{
		font-size: 2.4vw;
		width: 15vw;
	}
	.head_base{
		padding: 2.4vw 5vw;
	}
	.head_language{
		color:#474747;
		right: 0;
		position: absolute;
		margin: -5.6vw 5vw 0 0 !important;
		font-size: 1vw;
	}
	.jp{
		color:#1c80bf;
	}
	.en a{
		color:#474747;
	}
	.head_navigation{
		position: absolute;
		right: 0;
		right: 0;
		margin: -2.9vw 3vw 0 0;
	}
	.head_navigation ul{
		
	}
	.head_navigation &gt; ul &gt; li{
		display: inline-block;
		padding: 0 2vw;
	}
	.head_navigation &gt; ul &gt; li a{
		color:#000;
		font-size: 1.1vw;
		letter-spacing: 0.1vw;
	}
	.head_navigation &gt; ul &gt; li.navi_contact a{
		display: block;
		background: #2b2b2b;
		color: #FFF;
		padding: 0.66vw 3vw;
		font-size: 0.9vw;
		letter-spacing: 0.1vw;
		margin-top: -0.26vw;
	}
	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display: none;
	}
	.pc_h1 {
		position: absolute;
		top: 8px;
		right: 8px;
		text-align: right;
		/*
		left: 8px;
		text-align: left;
		*/
		z-index: 1;
	}
	.pc_h1 h1 {
		font-size: 13px;
		line-height: 1;
		color: inherit;
	}


	/* ã‚°ãƒ­ãƒ¼ãƒãƒ«ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³
	----------------------------------------------- */






}





/* ================================================================================

	SPãƒ˜ãƒƒãƒ€ãƒ¼

================================================================================ */
@media (max-width: 767px) {

	header {
		position: relative;
	}
	.sp_head{
		background-color: #FFF;
		height: 10vw;
	}

	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display: none;
	}
	.sp_h1 {
		position: relative;
		background-color: #cccccc;
		padding: 2vw;
	}
	.sp_h1 h1 {
		font-size: 3.2vw;
		line-height: 1.3;
	}

	.logo a{
		font-family: 'PT Serif Caption', serif;
		color:#000000;
		width: 30vw;
		display: block;
	}
	span.logo_blue{
		color:#0082a7;
	}
	.head_logo{
		font-size: 5vw;
		padding: 0.5vw 0 0 3vw;
	}


	/* ã‚°ãƒ­ãƒ¼ãƒãƒ«ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³
	------------------------------------------- */
	.head_language{
	
	}
	.head_language ul{
		margin: -6.4vw 0 0 74vw;
	}
	.head_language ul li{
		display:inline-block;
		margin: 0 1vw;
	}
	.jp{
		color:#1c80bf;
	}
	.en a{
		color:#474747;
	}



}





/* ================================================================================

	ãƒ•ãƒƒã‚¿ãƒ¼

================================================================================ */

/* PCè¨­å®š
------------------------------------------- */
@media (min-width: 768px) {
	footer {
		position: relative;
		margin-top: 8vw;
	}

	.footer_contact{
		font-size:0;
		text-align: right;
	}
	.footer_contact ul{
	
	}
	.footer_contact li{
		display:inline-block;
	}
	.footer_contact_midashi{
		background: #FFF;
		color: #2a2a2a;
		font-size: 1.1vw;
		padding: 1.7vw 10vw;
		letter-spacing: 0.1vw;
		height: 6vw;
		vertical-align: middle;
		line-height: 2.7vw;
	}
	.footer_contact_btn{
		font-size:1.1vw;
	}
	.footer_contact_btn a{
		background: #2a2a2a;
		display: block;
		width: 100%;
		color: #FFF;
		padding: 1.7vw 9vw;
		font-size: 1.1vw;
		letter-spacing: 0.3vw;
		height: 6vw;
		line-height: 2.5vw;
	}

	/* ã‚¢ãƒ¯ãƒ¼ãƒ‰ãƒ­ã‚´ */
	.footer_award {
		margin-top: 1vw;
	}
	.footer_award ul {
		font-size:0;
		letter-spacing: -.4em;
		text-align: center;
	}
	.footer_award ul li {
		display:inline-block;
		vertical-align: top;
	}
	.footer_award ul li:not(:first-of-type) {
		margin-left: 1vw;
	}
	.footer_award ul li img {
		width: auto;
		height: 15vw;
	}


	.footer_information{
	
	}
	.footer_logo{
		width: 21vw;
	}
	.footer_logo a{
		font-size: 2vw;
	}
	.footer_information ul{
		padding: 0 7vw;
		margin: 5vw 0;
	}
	.footer_information li{
		display:inline-block;
	}
	.footer_information li a{
		color:#2a2a2a;
	}
	.footer_info01{
		font-size:1vw;
		padding-right: 4vw;
		color:#595959;
	}
	.footer_info02{
		font-size:1vw;
		padding-right: 4vw;
		color:#595959;
	}
	.footer_info03{
		font-size:1vw;
		color:#595959;
	}
	.footer_info02 a,.footer_info03 a{
		color:#595959!important;
	}
	/* ã‚³ãƒ”ãƒ¼ãƒ©ã‚¤ãƒˆ */
	.copy_area{
		text-align: right;
		color: #FFF;
		font-size: 0.6vw;
		line-height: 1.5vw;
		padding: 4vw 2vw;
		letter-spacing: 0.2vw;
		z-index: 10000;
		position: relative;
	}
}



/* SPè¨­å®š
------------------------------------------- */
@media (max-width: 767px) {
	footer {
		position: relative;
		margin-top: 8vw;
	}

	.footer_contact{
		font-size:0;
		text-align: right;
	}
	.footer_contact ul{
	
	}
	.footer_contact li{
		display:inline-block;
		width:100vw;
	}
	.footer_contact_midashi{
		background: #FFF;
		color: #2a2a2a;
		font-size: 3.1vw;
		padding: 4.7vw 8vw;
		letter-spacing: 0.1vw;
		height: 14vw;
		vertical-align: middle;
		line-height: 5.7vw;
		width: 100vw;
		text-align: center;
	}
	.footer_contact_btn{
		font-size:1.1vw;

	}
	.footer_contact_btn a{
		background: #2a2a2a;
		display: block;
		text-align: center;
		color: #FFF;
		padding: 4.7vw 15vw;
		font-size: 3.1vw;
		letter-spacing: 0.3vw;
		line-height: 2.5vw;
	}

	/* ã‚¢ãƒ¯ãƒ¼ãƒ‰ãƒ­ã‚´ */
	.footer_award {
		padding: 0 7vw;
	}
	.footer_award ul {
	}
	.footer_award ul li {
		margin-top: 4vw;
	}
	.footer_award ul li img {
		width: 100%;
		height: auto;
	}



	.footer_information{
	
	}
	.footer_logo{
		width: 40vw;
	}
	.footer_logo a{
		font-size: 6vw;
	}
	.footer_information ul{
		padding: 0 7vw;
		margin: 5vw 0;
	}
	.footer_information li{
	}
	.footer_information li a{
		color:#2a2a2a;
	}
	.footer_info01{
		font-size: 3vw;
		padding-right: 4vw;
		color: #595959;
		border-bottom: 1px solid #000;
		padding-bottom: 4vw;
		margin-bottom: 6vw;
	}
	.footer_info02{
		font-size:1vw;
		padding-right: 4vw;
		color:#595959;
		display: none;
	}
	.footer_info03{
		font-size:1vw;
		color:#595959;
		display: none;
	}
	.footer_info02 a,.footer_info03 a{
		color:#595959!important;
		font-size: 3vw;
	}
	/* ã‚³ãƒ”ãƒ¼ãƒ©ã‚¤ãƒˆ */
	.copy_area{
		text-align: right;
		color: #FFF;
		font-size: 1.9vw;
		line-height: 3.7vw;
		padding: 0vw 8vw 4vw;
		letter-spacing: 0.2vw;
	}
}





/* ================================================================================

	ãƒšãƒ¼ã‚¸ãƒˆãƒƒãƒ—ãƒœã‚¿ãƒ³

================================================================================ */

/* PCè¨­å®š
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9996;
		right: 10px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top / contain no-repeat;
		width: 40px;
		height: 40px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity: 1;
		background: url(../img/pagetop_on.png) center top / contain no-repeat;
	}
}

/* SPè¨­å®š
------------------------------------------- */
@media (max-width: 767px) {
	#page-top {
		position: fixed;
		z-index: 9996;
		right: 8px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top / contain no-repeat;
		width: 40px;
		height: 40px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity: 1;
		background: url(../img/pagetop_on.png) center top / contain no-repeat;
	}
}







/* ================================================================================

	Wp Lightbox Bank ãƒ—ãƒ©ã‚°ã‚¤ãƒ³

================================================================================ */
#lightGallery-outer {
	background-color: rgba(0,0,0,0.8) !important;
}




/* ================================================================================

	IEãƒãƒƒã‚¯

================================================================================ */

/* IE10ä»¥ä¸Š */
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
	.elementor-image a {
		display: inline !important;
	}
}</pre></body></html>