<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=Oooh+Baby&amp;display=swap');

/*---------Common---------------*/
* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}


.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

/*-----Loading-------*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	background: #fff;
	text-align: center;
	color: #fff;
	display: none;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*-----Header Menu-------*/

#nav_box {
	width: 100%;
	min-width: 1000px;
	height: 72px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
}

#nav_set_box {
	padding: 0;
	width: 1000px;
	height: 72px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	z-index: 300;
	display: flex;
	justify-content: center;
}

.menu_btn {
	height: 72px;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14pt;
	color: #000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #FFFFFF;
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #fff100;
	color: #000;
}


.menu_btn2 {
	height: 30px;
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;

	color: #9480A0;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	background-color: #4F3460;
}

.btn_fb,
.btn_tw,
.btn_ist {
	width: 70px;
	padding-left: 0;
	padding-right: 0;
}


/*-----Menu Box-------*/
.menu_box {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
}

.btn_menu {
	width: 50px;
	height: 50px;
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 15pt;

	color: #e8d0c6;
	background-color: #000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	/*	padding-left: 15px;*/
	/*	padding-right: 15px;*/
	float: left;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	margin-left: 10px;
}

.btn_menu:hover {
	cursor: pointer;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
}




/*-----Main-------*/
#top_box {
	width: 100%;
	min-width: 1000px !important;
	margin-top: 72px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

#top_set_box {
	width: 100%;
	min-width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


.top_bg {
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 10;
}

.top_logo,
.top_txt {
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}



/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	clear: both;
	padding: 0px 0px 20px 0px;
	background-repeat: no-repeat;
	background-position: top center;
	display: none;
}


#ftr_naka {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.top_bl {
	display: block;
	margin: 0 auto;
}


#ftr_bnr {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}


#ftr_bnr img {
	margin: 0px 5px 5px 0px;
}









/*------- SNS ----------------*/

#top_tw {
	position: relative;
	display: inline-block;
	z-index: 500;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: -3px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.line {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}


.eigacom {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}






/*------- SUB PAGE ----------------*/
main {
	width: 100%;
	overflow-x: hidden;
}

.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 10pt;
	font-weight: normal;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box {
	font-size: 11pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

h3 {
	display: block;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20pt;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #000;
	text-align: left;
}

/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 300px;
	background: repeat-x url("../images/scrl_1.jpg?2") left top/auto 100%;
	-webkit-animation: loop-pc infinite 40s linear;
	animation: loop-pc infinite 40s linear;
	z-index: 20;
}

@-webkit-keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2415px 0;
	}
}

@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2415px 0;
	}
}

#slide_photo_pc2{
	width: 100%;
	height: 600px;
	background: repeat-x url("../images/scrl2.jpg") left top/auto 100%;
	-webkit-animation: loop-pc2 infinite 40s linear;
	animation: loop-pc2 infinite 40s linear;
	z-index: 20;
}

@-webkit-keyframes loop-pc2 {
	0% {
		background-position: -3800px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes loop-pc2 {
	0% {
		background-position: -3800px 0;
	}
	100% {
		background-position: 0 0;
	}
}

/*----------INTRODUCTION------------*/

#intro_box{
	margin-top:0;
	padding: 2.28%;
}

#intro_flex{
	display: flex;
/*	align-items: flex-start;*/
}

.intro_pt_box{
	width: 41.28%;
	max-width: 743px;
}

.intro_pt{
	width: 100%;
	height: auto;
}

#intro_body{
	flex: 1;
	display: flex;
	align-items: center;
}

.intro_txtbox{
	width: 80%;
	margin: 0 auto;
}

#intro_box h3{
	margin-top: 0;
}

@media screen and (max-width: 1300px) {
	.intro_txtbox{
		width: 95%;
		margin: 0 auto;
	}
}


.intro_lead{
	font-size: 17pt;
	line-height: 1.6em;
	text-shadow: 0px 0px 3px #fff100, 0px 0px 6px #fff100, 0px 0px 6px #fff100, 0px 0px 6px #fff100;
	margin-bottom: 30px;
}

@media screen and (max-width: 1170px) {
	#intro_box{
		padding: 1%;
	}
	
	#intro_flex{
/*		align-items: flex-start;*/
	}
	
	#intro_box h3{
		margin: 0 0 15px;
	}
	
	.intro_lead{
		font-size: 15pt;
		line-height: 1.6em;
		margin-bottom: 15px;
	}
	
	#intro_box .txt_box{
		line-height: 1.3em;
	}
	
}


/*----------STORY------------*/

#story_box{
	margin-top:0;
	padding: 2.28%;
	padding-bottom: 100px;
}

#story_box h3{
}

.story_header{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.story_header img{
	width: 32%;
	height: auto;
}

.story_lead{
	font-size: 17pt;
	line-height: 1.6em;
	text-shadow: 0px 0px 3px #fff100, 0px 0px 6px #fff100, 0px 0px 6px #fff100, 0px 0px 6px #fff100;
	margin-bottom: 30px;
}

.story_lead2{
	text-align: center;
	font-size: 14pt;
	margin: 15px 0;
}


/*----------COMMENT------------*/
#cmt_box {
	padding-top: 1px;
	padding-bottom: 100px;

}

#cmt_box h3{
}

.cmt_txtbox {
	margin-bottom: 70px;
	display: flex;
	align-items: flex-start;
}

.cmt_pt {
	width: 300px;
	height: auto;
	margin-right: 20px;
}

.cmt_txtbox .txt_box {
	flex: 1
}


.cmt_name {
	font-size: 16pt;
	margin-bottom: 20px;
	text-shadow: 0px 0px 3px #fff100, 0px 0px 6px #fff100, 0px 0px 6px #fff100, 0px 0px 6px #fff100;
}

/*----------FOOTER------------*/
footer{
	background-color: #fff100;
	padding: 60px 0 100px;
	text-align: center;
	min-width: 1000px;
}

.top_bl{
	display: block;
	margin: 0 auto 30px;
	width: 95%;
	max-width: 625px;
	height: auto;
	
}












</pre></body></html>