<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
	min-width:none;
	-webkit-text-size-adjust:100%;
	height:100%;
	font: 14px "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	line-height:1.7;
}


#MDQ{display:none;}

.spNone{display:none !important;}


/*---------------------------------------------------------------------------
�@�R���e���c��g
---------------------------------------------------------------------------*/
#container {
	width:100%;
	height:100%;
	background-color: #FFF;
	margin-top:60px;
}

.contents_window a:hover img{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.contents_window {
	clear: both;
	width: auto;
	margin:0 auto;
}

.ContentsBox{width:auto; margin:0 15px;}


/*---------------------------------------------------------------------------
����CSS
---------------------------------------------------------------------------*/

.titleStyle01{
    text-align:center;
	margin-bottom:20px;
    font-size: 16px;
    color: #306b50;
    font-weight: normal;
}

.titleStyle01 img{
	margin-bottom:10px;
}

.titleStyle01 .Btext{
    font-size: 20px;
    font-weight: bold;
}

.titleStyle01 .Mtext{
    font-size: 12px;
}

.titleStyle01.WhiteTitle{color: #fff;}


/*------------�@�y�[�W�g�b�v�@-----------*/

.page-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    padding: 5px 8px;
    background:#2e684e;
	border:2px solid #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=85)";
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
	text-decoration:none;
	color:#fff;
	z-index:2500;
}

.page-top:hover {
	-moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
	color:#fff;
	text-decoration:none;
}



/*---------------------------------------------------------------------------
�w�b�_�[
---------------------------------------------------------------------------*/

#header{
	width:100%;
}

.headerContents{
    width:100%;
    background-color:#2e684e;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.headerInr{
}


.hd_logoBox{
	margin:0;
	padding:0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    z-index: 999;
    background-color:#2e684e;
}

.hd_logoBox h1 img{
    max-width:50px;
    margin: 0px 15px 0px 15px;
}

.hd_logoBox a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

.hd_logoBox a:hover{text-decoration: none;}


#global-nav {
	position: absolute;
	/* �J���ĂȂ��Ƃ��͉�ʊO�ɔz�u */
	top: -500px;
	width: 100%;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	overflow:auto;
    z-index: 990;
}

#global-nav ul {
	list-style: none;
	position: static;
	font-size:0.8rem;
	overflow:auto;
}

#global-nav li{
	display:block;
	cursor:pointer;
	border-bottom:1px solid #469D76;
	color:#FFF;
	text-align:left;
}

#global-nav li a {
    color:#FFF;
    display: block;
	padding:10px 30px 10px 15px;
    font-size: 14px;
	text-decoration:none;
	background-color:#3F8B69;
}

/* Toggle Button */
#nav-toggle {
    display:block;
    position: absolute;
    right: 15px;
    top: 18px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #FFF;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}

 /* #nav-toggle �؂�ւ��A�j���[�V���� */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(560px);
	-webkit-transform: translateY(560px);
	transform: translateY(560px);
}



/*---------------------------------------------------------------------------
�t�b�^�[
---------------------------------------------------------------------------*/

#footer {
	max-width:100%;
	clear:both;
	background:#2e684e;
	color:#fff;
}


.footer_contents{
	max-width:100%;
	margin:0 auto;
	padding:20px 0 50px;
	text-align:center;
}


.footer_contents h2{
    margin-bottom:10px;
    font-weight: normal;
    font-size: 16px;
}

.footer_contents h2 img{
    width:25%;
	margin:0 auto 10px;
}

.footer_contents h2 a{
    color: #fff;
}

.footer_copy{font-size:11px;}
.footer_copy span{ font-family:Georgia, "Times New Roman", Times, serif;}



/*---------------------------------------------------------------------------
�@TOP�y�[�W
---------------------------------------------------------------------------*/

/*----slider----*/

#main_image {
	width:100%;
}

/*----slider�����܂�----*/


.topMainImg{
	width:100%;
	height:auto;
	margin:0px auto 0px;
}

.topMainImg img{width:100%; height:auto;}

.topMainImg_desc{padding:0 10px; margin:20px 0 0;}

.topMainImgLink{display: none;}

.topMainImg_desc p{
	font-size:16px;
	text-align:center;
	color:#306b50;
}


/*---------------�@�{�p�����E�c�Ǝ��ԁE���\��@---------------*/

.top_time{padding:35px 0 10px;}

.top_time h2{}
.top_time h2 img{width:77%; height:auto;}

.top_timeBox{
    font-size: 16px;
}

.top_timeText{
    margin-bottom: 20px;
}

.top_timeText dl{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

.top_timeText dt{
    width: 100px;
}

.top_timeText dd{
    width: calc(100% - 100px);
}

.top_timelinkBox{
}

.top_timelinkBox a{
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    color: #fff;
    background: #306b52;
    background: linear-gradient(to top, #306b52 0%, #598872 100%);
    background: -webkit-linear-gradient(bottom, #306b52 0%, #598872 100%);
    padding: 10px 30px 10px 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.top_timelinkBox a::after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}

.top_timelinkBox a:hover{
    opacity: 0.75;
    text-decoration: none;
}


/*---------------�@Global�@---------------*/

.top_global{
	padding:30px 0 35px;
	background:url(../image/top/bg_global.jpg) center center no-repeat;
	background-size: cover;
	margin: 20px 0 0;
}

.top_global h2{}
.top_global h2 img{width:25%; height:auto;}

.top_globalInner{}

.top_globalText{
	width: 100%;
	float: none;
	font-size: 16px;
	margin: 0 0 20px;
}

.top_globalImg{
	width: 100%;
	float: none;
}
.top_globalImg img{width: 100%;}
.top_globalImg p{
	text-align: center;
	padding: 10px 0 0;
}

.top_globalMv{
	padding:0 0 35px;
}

.top_globalMv .Inner{}

.top_globalMvBox{
	position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
}
.top_globalMvBox:first-of-type{margin: 0 0 30px;}

.top_globalMvBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	border:none;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}


/*---------------�@Alternative Medicine�@---------------*/

.top_alternative{
	padding:30px 0 25px;
}

.top_alternative h2{}
.top_alternative h2 img{width:42%; height:auto;}

.top_altInner{
}

.top_altText{
    margin-bottom: 30px;
}

.top_altImg{
}

.top_altImg img{width: 100%;}


/*---------------�@Recommend�@---------------*/

.top_recommend{padding:30px 0 25px;}

.top_recommend h2{}
.top_recommend h2 img{width:45%; height:auto;}

.top_recoDesc_r{margin-bottom:20px;}

.top_recoDesc_l{
	position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
}

.top_recoDesc_l iframe {
	position: absolute;
	top: 0;
	left: 0;
	border:none;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

.top_recoMovie{
    margin-top: 30px;
}

.top_recoMovieFlex{
    width: calc((100% - 0px) /1);
    margin-right: 0px;
    margin-bottom: 30px;
    padding: calc(315 / 560 * 100%) 0 0;
    position: relative;
}

.top_recoMovieFlex:nth-child(2n){
    width: calc((100% - 0px) /1);
    margin-right: 0px;
    margin-bottom: 30px;
}

.top_recoMovieFlex iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*---------------�@Greeting�@---------------*/

.top_greeting{
	padding:40px 0 35px;
	background-image:url(../image/top/bg_greeting.jpg);
	background-position: left 37% center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color:#FFF;
}

.top_greeting h2{width:32%; margin-left:auto; margin-right:auto;}
.top_greeting h2 img{width:100%; height:auto;}

.top_greeting h3{
	color:#FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.top_greeting h4{
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.top_grtDesc_l{margin-bottom: 20px;}

.top_grtDesc_l p{font-size:14px;}
.top_grtDesc_l p + p{padding-top: 20px}


.top_grtDesc_r{text-align:center;}

.top_grtDesc_r img{width:35%; height:auto;}

.top_grtDesc_r p{margin-top:15px;}
.top_grtDesc_r p.grt_name{margin-top:10px; font-size:22px;}



/*---------------�@Voice�@---------------*/

.top_voice{padding:35px 0 40px;}

.top_voice h2{}
.top_voice h2 img{width:22%; height:auto;}

.top_voice h3{line-height:1.3;}
.top_voice h3 span{font-size:12px;}

.top_vcDesc_l{
	margin-bottom:30px;
	text-align:center;
	padding-bottom:30px;
	border-bottom:1px solid #CCC;
}

.top_vcDesc_r{text-align:center;}

.top_vcDesc_l img,
.top_vcDesc_r img{width:100%; max-width:none; height:auto; margin-bottom:15px;}

.top_vcDesc_l p,
.top_vcDesc_r p{font-size:14px; text-align:left;}

.top_vcTitle{
    margin-bottom: 20px;
    color: #306b50;
    text-align: center;
}

.top_vcTitle h3{
    font-size: 16px;
    font-weight: normal;
}

.top_vcTitle p{
    font-size: 16px;
    text-align: center;
}

.topvc_grtext{
	color:#306b50;
	text-align:center !important;
	margin-bottom:15px;
	font-size:16px !important;
}


/*---------------�@Access�@---------------*/

.top_access{padding:0 10px;}

.top_access h2{}
.top_access h2 img{width:27%; height:auto;}

.top_accDesc_r{
	text-align:center;
	margin-bottom:20px;
}

.top_accDesc_r .inner{}

.top_accTel_pc{display:none;}

.top_accTel_sp{
	font-size: 26px;
	font-weight:bold;
	color: #306b50;
	margin:10px 0 20px 0;
	display:inline-block;
}

.top_accTel_sp a{
	display: block;
	padding: 10px 20px;
	margin:0 auto;
	font-size: 14px;
	text-align:center;
	color: #FFF;
	background-color: #306b50;
	max-width:90%;
}

.top_accTel_sp a:hover{
	text-decoration:none;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.top_accBtn{
	text-align:center;
	margin-bottom:20px;
}

.top_accBtn a{
	display: block;
	padding: 10px 10px;
	margin:0 10% 10px;
	font-size: 12px;
	color: #306b50;
	background-color: #FFF;
	border:1px solid #306b50;
	background:url(../image/top/access_icon01.png) 10% center no-repeat;
	background-size:10px auto;
}

.top_accBtn a:hover{
	text-decoration:none;
	background-color: #306b50;
	background-image:none;
	color: #FFF;
}

.top_accDesc_r .inner .mintext{font-size:14px; margin-bottom:10px;}
.top_accDesc_r .inner p span{color: #306b50; font-weight:bold; font-size:16px;}

.top_accLink a{
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    color: #fff;
    background-image: -webkit-linear-gradient(top, transparent, #fff 40%, #fff 60%, transparent);
	background-image: linear-gradient(to top, #e10000 0%, #FD3E48 100%);
    padding: 10px 30px 10px 10px;
    margin-top: 15px;
    box-sizing: border-box;
}

.top_accLink a::after{
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}

.top_accLink a:hover{
    opacity: 0.75;
    text-decoration: none;
}

.top_accDesc_l{
	margin-bottom:30px;
}

.top_accDesc_l iframe {
	border:none;
	width: 100% !important;
	height: 200px;
	padding:0;
	margin:0;
	vertical-align:bottom;
}


/*---------------�@Infomation�@---------------*/

.top_infomation{
	padding:30px 0 25px;
	background:url(../image/top/bg_infomation.jpg) center center no-repeat;
	background-size: cover;
}

.top_infomation h2{}
.top_infomation h2 img{width:43%; height:auto;}

.top_infoBox{
}

.top_infoBnr{
    width: calc((100% - 0px) /1);
    margin-right: 0px;
    margin-bottom: 20px;
}

.top_infoBnr:nth-child(2n){
    width: calc((100% - 0px) /1);
    margin-right: 0px;
    margin-bottom: 20px;
}


.top_LP_coLink a {
	display: block;
	position: relative;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	background-image: -webkit-linear-gradient(top, transparent, #fff 40%, #fff 60%, transparent);
	background-image: linear-gradient(to top, #e10000 0%, #FD3E48 100%);
}

.top_LP_coLink a::before{
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}


/*---------------�@TOP�y�[�W�t�b�^�[�o�i�[�@---------------*/

.top_ftLink{width:100%;}

.top_ftLink a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 165px;
    box-sizing: border-box;
    background:#c45e4a url(../image/top/top_ftlink_img.png) left center no-repeat;
	background-size:auto 165px;
	color:#FFF;
	position:relative;
    padding: 0px 40px 0px 15px;
    font-size: 20px;
}

.top_ftLink a:hover {
	opacity: 0.75;
    text-decoration: none;
}

.top_ftLink a::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 48%;
	right: 20px;
	margin-top: -4px;
}</pre></body></html>