<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0px;
  padding: 0px;
  width: 100%;
  color: #333;
  background-color: #fcf6ec;
  text-align: left;
  font-size: 18px;
  line-height: 160%;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px; /*余白を含んだ幅*/
}
dd {
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
}
dd p {
  margin: 0;
}
img { /*for IE10*/
  border-style: none;
}
a:link {
  color: #333;
  text-decoration: underline;
}
a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #f06db2;
  text-decoration: underline;
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
}
a:active {
  color: #f06db2;
}
a[href^="tel:"] {
  pointer-events: none;
}
#wrapper {
  width: 100%;
  min-width: 1100px; /*余白を含んだ幅*/
  margin: 0px auto;
  overflow: hidden;
  overflow-x: hidden;
}
#container {
  width: 1000px;
  margin: 0px auto;
  padding-bottom: 40px;
}
/*-----------------------------------------------------

HEADER

-----------------------------------------------------*/
#header_index {
  width: 1000px;
  height: 800px;
  background: url(../images/mv_top.png) top center no-repeat;
  margin: 24px auto 0 auto;
}
/*-----------------------------------------------------

MENU

-----------------------------------------------------*/
.index_menu1 {
  float: left;
  width: 334px;
  text-align: center;
  margin: 90px 0 0 0;
}
.index_menu1 p {
  margin-bottom: 20px;
}
.index_menu1 a:hover {
  opacity: 1;
}
.index_menu2 {
  float: right;
  width: 277px;
  text-align: center;
  margin: 90px 0 0 0;
}
.index_menu2 p {
  margin-bottom: 95px;
}
.index_menu2 a:hover {
  opacity: 1;
}
.mb0 {
  margin-bottom: 0 !important;
}
/*-----------------------------------------------------

NAVI

-----------------------------------------------------*/
#area_navi {
  clear: both;
  width: 1000px;
  height: 108px;
  margin: 0 auto;
}
#area_navi ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.navi01 a {
  float: left;
  display: block;
  width: 167px;
  height: 108px;
  background: url(../images/navi_01.png) no-repeat;
  text-indent: 100%; /*texthidden*/
  white-space: nowrap; /*texthidden*/
  overflow: hidden; /*texthidden*/
}
.navi02 a {
  float: left;
  display: block;
  width: 167px;
  height: 108px;
  background: url(../images/navi_02.png) no-repeat;
  text-indent: 100%; /*texthidden*/
  white-space: nowrap; /*texthidden*/
  overflow: hidden; /*texthidden*/
}
.navi03 a {
  float: left;
  display: block;
  width: 167px;
  height: 108px;
  background: url(../images/navi_03.png) no-repeat;
  text-indent: 100%; /*texthidden*/
  white-space: nowrap; /*texthidden*/
  overflow: hidden; /*texthidden*/
}
.navi04 a {
  float: left;
  display: block;
  width: 167px;
  height: 108px;
  background: url(../images/navi_04.png) no-repeat;
  text-indent: 100%; /*texthidden*/
  white-space: nowrap; /*texthidden*/
  overflow: hidden; /*texthidden*/
}
.navi05 a {
  float: left;
  display: block;
  width: 167px;
  height: 108px;
  background: url(../images/navi_05.png) no-repeat;
  text-indent: 100%; /*texthidden*/
  white-space: nowrap; /*texthidden*/
  overflow: hidden; /*texthidden*/
}
.navi06 a {
  float: left;
  display: block;
  width: 165px;
  height: 108px;
  background: url(../images/navi_06.png) no-repeat;
  text-indent: 100%; /*texthidden*/
  white-space: nowrap; /*texthidden*/
  overflow: hidden; /*texthidden*/
}
#contents {
  width: 100%;
  margin: 0 auto;
}
/*-----------------------------------------------------

TOPIX

-----------------------------------------------------*/
#area_topix {
  clear: both;
  width: 100%;
  margin: 60px auto;
  padding: 0;
}
.box_topix {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}
.box_topix dt img {
  margin-top: -10px;
}
#topix_title {
  height: 124px;
  background: url(../images/bg_topix.png) left no-repeat;
  color: #12854d;
  font-size: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 80px;
}
#topix_more_title {
  font-size: 26px;
  font-weight: bold;
}
#area_topix_more {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.topix_more {
  clear: both;
  width: 930px;
  text-align: right;
  margin: 20px auto;
}
.topix_more img {
  vertical-align: middle;
}
#pre_topix {
  clear: both;
  background-color: #FFF;
  border-bottom: #CCC 1px dotted;
  position: relative;
  text-align: left;
  font-size: 20px;
  padding: 10px 0px;
  margin: 0px 0px;
}
#pre_topix img {
  vertical-align: middle;
}
.more_info {
  color: #f06db2;
  font-weight: bold;
  margin: 1.5em 0 0 0;
}
/*-----------------------------------------------------

FOOTER

-----------------------------------------------------*/
#area_footer {
  clear: both;
  width: 100%;
  background: url(../images/bg_footer.png) center top no-repeat;
  margin: 40px auto 0 auto;
}
#area_info {
  width: 900px;
  margin: 0 auto;
  padding-top: 200px;
}
#jimukyoku {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto;
}
#address {
  text-align: center;
  font-size: 20px;
  line-height: 140%;
  margin: 20px auto;
}
#address a:link, a:visited {
  color: #000;
}
#kakomi_index {
  clear: both;
  width: 700px;
  font-size: 22px;
  line-height: 140%;
  padding: 0.5em 1em 0.5em 2em;
  text-indent: -1em;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 20px auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#kakomi_index a:link, a:visited {
  color: #333;
}
#box_bunner {
  clear: both;
  width: 900px;
  text-align: center;
  margin: 20px auto 40px auto;
  overflow: hidden;
}
#box_bunner img {
  margin: 10px;
}
#box_bunner a:hover {
  opacity: 0.9;
}
#copyright {
  clear: both;
  width: 100%;
  text-align: center;
  height: 40px;
  background-color: #12854d;
  color: #FFF;
  line-height: 40px;
  margin: 0;
}
#page-top a {
  width: 203px;
  height: 104px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/pagetop.png) no-repeat;
  position: fixed;
  bottom: 240px;
  right: 10px;
  margin: 0x;
  opacity: .50;
  -moz-opacity: .50;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
#page-top a:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
@media screen and (max-width : 1024px) {
  body {
    font-size: 150%!important;
    line-height: 150%;
  }
.box_topix dd {
    font-size: 150%!important;    
	line-height: 150%;
  }
}
@media screen and (max-width : 768px) {
  body {
    font-size: 150%!important;
    line-height: 150%;
  }
.box_topix dd {
    font-size: 150%!important;    
	line-height: 150%;
  }
}</pre></body></html>