<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-y: scroll; overflow-x: auto; min-height:100%; min-width:100%; }
html,body { width: 100%; height: 100%;  min-height:100%; min-width:100%; -webkit-text-size-adjust: 100%;}
img { border: none; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del,dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
ul,ol,li {margin:0 padding:0; list-style:none; text-decoration: none;}
table { border-collapse: collapse; border-spacing: 0; }

body {
    overflow: visible;    
    background-color:#f9f9ef;
    background-image:url("/file/img/169969.png");
    background-attachment:scroll;
    background-size: contain;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    font-family:"���C���I",Meiryo,sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    font-size: 14px;
    overflow-x: visible;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }
a {margin:0;padding:0;border:0;font-size:100%;vertical-align:;background:transparent;text-decoration: none;}
a:focus { outline: none; }
.clear { clear: both; }
article,aside,details,footer,header,main,menu,nav,section,summary {
display: block; }


/*--�v�f�̃t�F�[�h�C��--*/

.inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}
    
.fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}



/*�p���������X�g*/

.cms-public .breadclumb {
	clear:both;	
	position:relative;
	top:100px;
	display: -webkit-flex;
    	display: flex;
    	-webkit-justify-content: flex-start;
    	justify-content: flex-start;
    	-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
	width: 100%;
	background: #f9f9ef;
	margin: 0 auto;
	padding: 10px 30px;
	border-bottom: 3px solid #534f16;
	font-size: 12px;
	line-height:12px;
}

.cms-public .breadclumb a:link {
	font-size: 12px;
	text-decoration: underline;
	color:#000000;
}

.cms-public .breadclumb a:visited {
	font-size: 12px;
	text-decoration: underline;
	color:#000000;
}

.cms-public .breadclumb a:hover {
	font-size: 12px;
	text-decoration: none;
	color:#000000;
}



/*--�t���[�g����--*/

.cms-public .area3 .parts {
  clear: both;
  float: none;
}


/*--�R���e���c--*/

.cms-public .contents {
  overflow: hidden;
  position:relative;
  top: 30px;
  width: 1200px;
  height: auto;
  margin:0 auto 200px auto;
  padding: 50px;
  background: rgba(255,255,255,0.8);
  border: 1px solid #534f16;
}


/*--�����N--*/


.cms-public .contents a:link {
  color:#474747;
  text-decoration: underline;
}

.cms-public .contents a:visited {
  color:#474747;
  text-decoration: underline;
}

.cms-public .contents a:hover {
  color:#474747;
  text-decoration: none;
}


/*
.cms-public .contents div {
  overflow: hidden;
  width:100%;
  height:auto;
  margin:0 auto ;
  padding:0 0 50px 0;
}

.cms-public .contents p {
  clear: fix;
  line-height: 200%;
}

.cms-public .contents img.right {
  float: right;
  padding: 0 0 0 30px;
}

.cms-public .contents img.left {
  float: left;
  padding: 0 30px 0 0;
}
*/
  


/*--Google Map ���o��--*/
.cms-public .map figcaption {
  font-size: 20px;
  font-weight: bold;
  color: #377c88;
  padding: 10px 0;
}


/*--Page Top--*/

.pagetop {
  position: relative;
  width:100%;
  height: auto;
  text-align: right;
}

.pagetop a {
  position: relative;
  display: table;
  width:100%;
  height: auto;
  background:#377c88;
  border-top: 1px solid #377c88;
  border-bottom: 1px solid #377c88;
  color:#f9f9ef;
  font-size:18px;
  text-align: right;
  padding-right:30px;
  text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}

.pagetop a:hover {
  background:#f9f9ef;
  color:#377c88;
  border-top: 1px solid #377c88;
  border-bottom: 1px solid #377c88;
}

/*footer*/

.footer {
    position: relative;
    background: #88cfda;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding:30px;
    font-size: 12px;
    color: #474747;
    text-align: left;
    line-height: 180%;
}

.footer p.footer_mds {
    font-size: 16px;
    font-weight: bold;
    padding:10px 0px;
}

.footer p.footer_indent {
    padding-left:4em;
    text-indent:-4em;
}


/*copyright*/

.copyright {
    position: relative;
    background: #f9f9ef;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding:10px 0;
    font-size: 12px;
    color: #474747;
    text-align: center;
    line-height: 12px;
}


/*���o��*/

body:not(.dev-mb) .cms-public .heading h1 {
   clear:both;
   position:relative;
   top:80px;
   width: 1000px;
   height: auto;
   font-size: 40px;
   line-height: 40px;
   font-weight: normal;
   color: #ffffff;
   padding:80px 0;
   background: none;
   border: none;
   font-family:"���C���I",Meiryo,sans-serif;
   
}

body:not(.dev-mb) .cms-public .heading h2 {
   clear:both;
   position:relative;
   width:100%;
   height: auto;
   background: #88cFda;
   border-left: none;
   border-bottom: 5px solid #377c88;
   font-size: 20px;
   line-height: 20px;
   font-weight: normal;
   color: #474747;
   text-indent: 25px;
   margin:0 0 50px 0;
   padding:10px 0;
}

body:not(.dev-mb) .cms-public .heading h3 {
   clear:both;
   position:relative;
   width:100%;
   height: auto;
   background: none;
   border-left:8px solid #cdc56f;
   border-bottom: 2px solid #cdc56f;
   font-size: 16px;
   line-height: 16px;
   font-weight: bold;
   color: #534f16;
   text-indent: 20px;
   text-shadow: none;
   margin:50px 0 40px 0;
   padding:10px 0;
}

body:not(.dev-mb) .cms-public .heading h4 {
   clear:both;
   position:relative;
   width:100%;
   height: auto;
   border-left:8px solid #534f16;
   font-size: 16px;
   line-height: 16px;
   font-weight: bold;
   color: #534f16;
   text-indent: 20px;
   margin:20px 0;
   padding:10px 0;
   background: none;
}

body:not(.dev-mb) .cms-public .heading h4::after {
   background: none;
}



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