<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "HGゴシックE", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  width: 100%;
  min-width: 1500px;
  background: white url(../images/bg_all.jpg) left top repeat-x;
  margin: 0 auto;
  padding: 0;
  color: #707070;
}

body#item {
  background: white url(../images/bg_item.png) left top repeat-x;
}

ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 5px;
}

a {
  text-decoration: none;
  color: #636363;
  -webkit-tap-highlight-color: transparent;
}

a:link {
  color: #636363;
}

a:visited {
  color: #636363;
  text-decoration: none;
}

a:hover {
  color: #ff9e29;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

li img, dt img, dd img {
  vertical-align: middle;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

table {
  margin: 0 auto;
  width: 99%;
  border-collapse: separate;
  border-spacing: 0px;
  font-size: 12px;
  font-size: 0.85714rem;
}
table th, table td {
  padding: 10px;
}

h1, h2, h3, h4, h5 {
  clear: both;
  margin: 0;
  padding: 0;
}

#header {
  width: 1100px;
  height: 132px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#header .h_box {
  float: right;
  margin-top: 20px;
}

#wrapper {
  margin: 0 auto;
  width: 1500px;
}

#contentbox {
  clear: both;
  width: 1100px;
  margin: 0px auto;
  overflow: hidden;
}

#mainbox {
  width: 801px;
  min-height: 700px;
  float: right;
  margin-top: 50px;
}
#mainbox .itembox {
  margin: 0;
  padding: 0;
}
#mainbox .itemleft {
  clear: both;
  overflow: hidden;
}
#mainbox .itemleft .item_l {
  float: left;
  margin: 5px 10px;
}
#mainbox .itemleft .item_r {
  margin: 0px;
  padding: 0px;
}
#mainbox .itemright {
  clear: both;
  overflow: hidden;
}
#mainbox .itemright .item_l {
  float: right;
  margin: 5px 10px;
}
#mainbox .itemright .item_r {
  margin: 0px;
  padding: 0px;
}
#mainbox .itemcenter {
  clear: both;
  text-align: center;
}
#mainbox .itemmini {
  float: left;
  width: 330px;
  margin-left: 5px;
  margin-bottom: 15px;
}
#mainbox .itemmini:last-child {
  margin-left: 15px;
}
#mainbox .itemflow {
  clear: both;
  margin: 10px 0;
  padding: 0 10px;
  overflow: hidden;
}
#mainbox .itemflow .flowimg {
  float: left;
  width: 280px;
}
#mainbox .itemflow .flowtxt {
  float: left;
  width: 420px;
  margin: 0 10px;
}
#mainbox .itemflow .flowtxt strong {
  color: #ff9e29;
}
#mainbox .itemflow p.flow_bottom {
  clear: both;
  font-size: 12px;
  font-size: 0.85714rem;
}
#mainbox .itemplan {
  clear: both;
  overflow: hidden;
}
#mainbox .itemplan .p_img {
  float: left;
  margin: 5px 10px;
}
#mainbox .itemplan .p_table {
  float: left;
  margin: 5px;
  width: 390px;
}
#mainbox .itemplan .p_table p {
  font-size: 11px;
  font-size: 0.78571rem;
  text-align: right;
  margin: 0;
  padding: 0;
}
#mainbox .itemplan h4.p_ttl {
  background: #ff9e29;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 35px;
  line-height: 35px;
}

#sidebox {
  width: 252px;
  float: left;
  margin: 45px 0;
  text-align: center;
}
#sidebox .side_menu {
  margin: 0;
  padding: 0;
  height: 720px;
  background: white url(../images/bg_sidemenu.jpg) left top no-repeat;
  text-align: center;
  overflow: hidden;
}
#sidebox .side_menu ul {
  margin: 0 0 0 0;
}
#sidebox .side_menu ul li {
  padding: 0;
  margin: 0;
}
#sidebox .side_banner {
  margin: 20px 0;
}
#sidebox .side_banner ul {
  margin: 0;
}
#sidebox .side_banner ul li {
  padding: 0;
  margin-bottom: 20px;
}

p.anchortxt {
  clear: both;
  text-align: right;
  padding: 0;
}
p.anchortxt img {
  vertical-align: bottom;
}

.caption_img {
  margin: 15px;
  float: right;
}

.box_p {
  margin: 10px;
  padding: 10px;
}
.box_p p {
  padding: 5px 0;
}

.color_base {
  background: #ff9e29;
}

p.arrow {
  clear: both;
  text-align: center;
  margin: 5px 0;
}

.pre_txt {
  font-size: 16px;
  font-size: 1.14286rem;
  text-align: center;
}

ul.li_disc li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 13px;
  font-size: 0.92857rem;
}

ol.li_figure {
  padding: 10px;
}
ol.li_figure li {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 13px;
  font-size: 0.92857rem;
}

.example {
  background: #ff9e29;
  padding: 10px 15px;
}
.example p {
  padding: 5px 0 10px 0;
}
.example span {
  background: #1d966d;
  padding: 5px 10px;
  margin-right: 15px;
  color: #ffffff;
  border-radius: 5px;
}

.t_120 {
  width: 120px;
  text-align: left !important;
  padding-left: 10px;
}

.t_65 {
  width: 65px;
}

.c_base {
  color: #1d966d;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.14286rem;
}

.c_sub {
  color: #ff9e29;
  font-weight: bold;
}

.sm_txt {
  font-size: 12px !important;
}

.back_base {
  background: #1d966d;
  border-radius: 5px;
  margin: 15px 0;
  padding: 15px 10px;
  color: #ffffff;
}

.back_sub {
  clear: both;
  border: 1px solid #ff9e29;
  border-radius: 5px;
  margin: 15px 0;
  padding: 15px 10px;
  font-size: 13px;
  font-size: 0.92857rem;
}

.accessmap iframe {
  width: 780px;
  height: 350px;
  border: 0;
  margin: 10px;
  padding: 0;
}

strong {
  color: #ff0033;
}

#header h1 {
  float: left;
  margin: 40px 0 0 0;
}
#header h1 img {
  vertical-align: middle;
}
#header h1 a {
  display: block;
}

dl.h_time {
  float: left;
  margin:-15px 0 0 0;
  font-size: 11px;
  font-size: 0.78571rem;
}
dl.h_time dt {
  float: left;
  padding: 0;
}
dl.h_time dd {
  float: left;
  margin-left: 12px;
  padding: 0;
}
dl.h_time dd li:last-child {
  text-align: right;
}

ul.h_link {
  float: left;
  margin: 0 0 0 22px;
}
ul.h_link li {
  margin-bottom: 10px;
}

#nav {
  clear: both;
  height: 62px;
  background: white url(../images/bg_navi.jpg) 0px 0px repeat-x;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#nav ul#top_navi {
  margin: 0 auto;
  padding: 12px 0;
}
#nav ul#top_navi li {
  display: inline-block;
  height: 40px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  height: 80px;
  line-height: 80px;
  background: url(../images/ttl_h2.png) left top no-repeat;
  padding-left: 15px;
  margin-bottom: 15px;
  color: #1d966d;
  font-size: 22px;
  font-size: 1.57143rem;
}
h2.top_title01 {
  background: url(../images/top_ttl01.png) left top no-repeat;
  height: 48px;
  line-height: 48px;
  margin: 0;
}
h2.top_title01 span {
  display: none;
}
h2.top_title02 {
  background: url(../images/top_ttl02.png) left top no-repeat;
  height: 48px;
  line-height: 48px;
  margin: 0;
}
h2.top_title02 span {
  display: none;
}
h2.top_title03 {
  background: url(../images/top_ttl03.png) left top no-repeat;
  height: 48px;
  line-height: 48px;
  margin: 0;
}
h2.top_title03 span {
  display: none;
}
h2.top_title04 {
  background: url(../images/top_ttl04.png) left top no-repeat;
  height: 48px;
  line-height: 48px;
  margin: 0;
}
h2.top_title04 span {
  display: none;
}
h2.side_title {
  background: url(../images/side_menu00.png) left top no-repeat;
  margin: 0;
  height: 55px;
}
h2.side_title span {
  display: none;
}

h3 {
  clear: both;
  margin: 15px 0;
  height: 50px;
  line-height: 50px;
  background: url(../images/ttl_h3.png) left top no-repeat;
  color: #1d966d;
  text-align: center;
  font-size: 18px;
  font-size: 1.28571rem;
}
h3.course_title {
  background: url(../images/ttl_h3a.png) left top no-repeat;
}
h3.course_title span {
  display: none;
}

h4 {
  clear: both;
  height: 50px;
  line-height: 50px;
  padding-left: 5px;
  margin: 20px 0;
  color: #ff9e29;
  font-size: 16px;
  font-size: 1.14286rem;
  border-bottom: 1px solid #ff9e29;
}

#slide {
  margin: 0 auto;
  width: 1500px;
}
#slide img {
  vertical-align: middle;
}

.top_menu {
  background: white url(../images/bg_topmenu.jpg) left top no-repeat;
  width: 800px;
  height: 576px;
  margin: 15px 0 50px;
  padding: 35px 30px;
}
.top_menu ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
.top_menu ul li:nth-child(even) {
  margin-right: 0;
}

.top_message {
  clear: both;
  margin: 0 0 50px;
  padding: 30px 0 0 0;
  overflow: hidden;
}
.top_message .top_mleft {
  clear: both;
  float: left;
  width: 215px;
}
.top_message .top_mleft p {
  color: #81511c;
  font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;;
  text-align: center;
  padding-right: 25px;
}
.top_message .top_mright {
  float: right;
  width: 585px;
}
.top_message .top_mright p {
  font-size: 14px;
  height: 200px;
}
.top_message ul {
  text-align: right;
}

ul.top_info01 {
  float: left;
  background: white url(../images/top_menu05.png) center top no-repeat;
  width: 250px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-right: 20px;
  padding-top: 115px;
}
ul.top_info01 li {
  text-align: center;
  margin-bottom: 15px;
  padding: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.85714rem;
}

ul.top_info02 {
  float: left;
  background: white url(../images/top_menu06.png) center top no-repeat;
  width: 250px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-right: 20px;
  padding-top: 115px;
}
ul.top_info02 li {
  text-align: center;
  margin-bottom: 15px;
  padding: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.85714rem;
}

ul.top_info03 {
  float: left;
  background: white url(../images/top_menu07.png) center top no-repeat;
  width: 250px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 115px;
}
ul.top_info03 li {
  text-align: center;
  margin-bottom: 15px;
  padding: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.85714rem;
}

.top_info05 {
  clear: both;
  background: white url(../images/bg_info.jpg) left top no-repeat;
  width: 800px;
  height: 218px;
  margin: 25px 0 50px;
  padding: 35px 25px 0;
}

ul.top_info06 {
  float: left;
  width: 250px;
}

ul.top_info07 {
  float: left;
  width: 250px;
  text-align: center;
  padding-top: 30px;
}
ul.top_info07 li {
  margin-bottom: 10px;
}

.top_news {
  clear: both;
}

dl {
  clear: both;
  margin: 5px;
}

dt {
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
  color: #707070;
}
dt.ttl_grean {
  color: #1d966d;
  padding-bottom: 2px;
  border-bottom: 1px solid #1d966d;
}

dd {
  padding: 5px 0;
  margin: 0;
}
dd ul {
  padding: 5px;
}

dl.dllist {
  clear: both;
  margin: 3px;
  font-size: 12px;
  font-size: 0.85714rem;
  border-bottom: 1px dashed #e6f2ee;
  width: 780px;
  padding: 5px 0;
  overflow: hidden;
}
dl.dllist:first-child {
  border-top: 1px dashed #e6f2ee;
}

dl.dllist dt {
  float: left;
  width: 100px;
  margin-bottom: 5px;
  padding: 5px 0 5px 10px;
  clear: both;
  font-weight: bold;
  line-height: 3;
}

dl.dllist dd {
  width: 680px;
  margin-left: 120px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
}

ul.access_time {
  text-align: right;
  font-size: 12px;
  font-size: 0.85714rem;
  margin: 5px 0;
}

ul.access_pic {
  float: left;
  width: 360px;
  margin: 20px;
}
ul.access_pic li {
  text-align: center;
}
ul.access_pic li span {
  font-weight: bold;
  margin-right: 5px;
}
ul.access_pic li:last-child {
  padding: 5px;
}

p.phi_name {
  text-align: center;
  font-weight: bold;
}

ul.phi_list {
  margin: 10px 15px;
  overflow: hidden;
}
ul.phi_list li {
  float: left;
  font-size: 13px;
  font-size: 0.92857rem;
  margin: 3px 5px 3px 0;
}

ul.ser_list {
  margin: 10px 15px;
  overflow: hidden;
}
ul.ser_list li {
  float: left;
  font-size: 13px;
  font-size: 0.92857rem;
  margin: 3px 5px 3px 0;
}

dl.ser_block {
  background: #e6f2ee;
  margin: 0 0 5px;
  padding: 10px 15px;
  border-bottom: 1px solid #ffffff;
}
dl.ser_block dt {
  background: url(../images/li_02.png) left top no-repeat;
  padding-left: 45px;
  min-height: 45px;
  border-bottom: 1px dashed #1d966d;
}

dl.ser_block02 {
  margin: 0 0 5px;
  padding: 10px 15px;
  border-bottom: 1px solid #ffffff;
}
dl.ser_block02 dt {
  background: url(../images/li_02.png) left top no-repeat;
  padding-left: 45px;
  min-height: 45px;
  border-bottom: 1px dashed #1d966d;
}

ul.cli_pic {
  float: left;
  width: 250px;
  margin: 10px 8px;
}
ul.cli_pic li {
  text-align: center;
}
ul.cli_pic li:last-child {
  padding: 5px;
}

ul.button {
  clear: both;
  margin: 20px auto !important;
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
  table-layout: fixed;
  width: 801px;
}
ul.button li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #ff9e29;
  border-radius: 10px;
}
ul.button li a {
  display: block;
  color: #ffffff;
  padding: 15px;
}
ul.button li a:hover {
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
ul.button li:hover {
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
ul.button li.course_btn {
  background: #1d966d;
}
ul.button li.course_btn02 {
  background: #e6f2ee;
}

ul.pagemenu {
  padding: 15px 0;
  overflow: hidden;
}
ul.pagemenu li {
  float: left;
  height: 15px;
  line-height: 15px;
  background: url(../images/li_03.png) left top no-repeat;
  font-size: 13px;
  font-size: 0.92857rem;
  padding-left: 18px;
  margin: 10px;
}

ul.img_x {
  margin: 50px 0;
  text-align: center;
  overflow: hidden;
}
ul.img_x li {
  float: left;
  margin: 0 8px;
  width: 230px;
}

ul.li_link li {
  font-size: 14px;
  font-size: 1rem;
  margin: 5px 0;
  background: url(../images/li_01.png) 5px 5px no-repeat;
  padding-left: 25px;
  color: #707070;
  font-weight: bold;
}

dl.dlfaq {
  clear: both;
  margin: 15px 0;
  border-bottom: 1px dashed #ff9e29;
  padding: 5px 0;
  overflow: hidden;
}
dl.dlfaq dt {
  background: url(../images/faq_q.png) left top no-repeat;
  padding-left: 45px;
  min-height: 45px;
}
dl.dlfaq dd {
  background: url(../images/faq_a.png) 0px 10px no-repeat;
  padding-left: 45px;
  margin-top: 10px;
  min-height: 45px;
}

table.itemtable01 {
  clear: both;
  margin: 15px 0 0;
  border: 0;
  width: 800px;
  font-size: 13px;
  font-size: 0.92857rem;
}
table.itemtable01 th {
  text-align: center;
  background: url(../images/foot_table.png) left top repeat-x;
  height: 30px;
  border: 0;
  color: #ffffff;
  padding: 0 10px;
}
table.itemtable01 td {
  text-align: center;
  border-bottom: 1px solid #1d966d;
  padding: 15px 0;
}
table.itemtable01 tr td:first-child {
  text-align: left;
  font-weight: bold;
}

table.itemtable02 {
  width: 800px;
  margin: 10px 0 5px;
  border-top: 1px solid #1d966d;
  border-left: 1px solid #1d966d;
  border-right: 1px solid #1d966d;
}
table.itemtable02 th {
  text-align: center;
  background: #e6f2ee;
  border-bottom: 1px solid #1d966d;
  border-right: 1px solid #1d966d;
  width: 250px;
  color: #1d966d;
}
table.itemtable02 td {
  text-align: left;
  border-bottom: 1px solid #1d966d;
}

table.itemtable03 {
  margin: 10px 0 5px;
  border-top: 1px solid #ff9e29;
  border-left: 2px solid #ff9e29;
  border-right: 2px solid #ff9e29;
  border-bottom: 1px solid #ff9e29;
}
table.itemtable03 th {
  text-align: center;
  background: #ff9e29;
  border-top: 1px solid #ff9e29;
  border-right: 1px solid #ff9e29;
  width: 250px;
  color: #ffffff;
}
table.itemtable03 th.lastth {
  border-top: 1px solid #ffffff;
}
table.itemtable03 td {
  text-align: center;
  border-top: 1px solid #ff9e29;
  border-bottom: 1px solid #ff9e29;
}

#topbtn {
  clear: both;
  float: right;
}

#footer {
  clear: both;
  margin: 0 auto;
  background: #e6f2ee url(../images/bg_foot.jpg) left top repeat-x;
}
#footer #footerbox {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
#footer #fo_map {
  float: left;
  width: 360px;
  margin: 0 auto;
  padding: 30px 0;
}
#footer #fo_map p {
  clear: both;
  font-size: 12px;
  font-size: 0.85714rem;
}
#footer #fo_sitemap {
  width: 450px;
  float: left;
  padding-top: 30px;
}
#footer #fo_sitemap ul.site01 {
  float: left;
  margin: 0 15px 15px 0;
  font-size: 13px;
}
#footer #fo_sitemap ul.site01 li {
  background: url(../images/foot_li.png) 0px 5px no-repeat;
  margin: 0;
  padding: 0 0 5px 15px;
}
#footer #fo_sitemap ul.site01:last-child {
  margin-right: 0;
}
#footer #fo_sitemap table {
  clear: both;
  margin: 15px 0 0;
  border: 0;
  font-size: 13px;
  font-size: 0.92857rem;
}
#footer #fo_sitemap table th {
  text-align: center;
  background: url(../images/foot_table.png) left top repeat-x;
  height: 30px;
  border: 0;
  color: #ffffff;
  padding: 0 10px;
}
#footer #fo_sitemap table td {
  text-align: center;
  border-bottom: 1px solid #1d966d;
  padding: 5px 0;
}
#footer #fo_sitemap table tr td:first-child {
  text-align: left;
  font-weight: bold;
}
#footer #fo_sitemap ul.foot_time {
  text-align: right;
  font-size: 12px;
  font-size: 0.85714rem;
  margin: 5px 0;
}
#footer #fo_logo {
  float: right;
  width: 280px;
  margin: 30px 0;
}
#footer #fo_logo ul {
  text-align: center;
  padding-top: 5px;
}
#footer #fo_logo ul li {
  margin: 5px 0 10px;
}
#footer .copy {
  clear: both;
  background: #1d966d;
  color: #ffffff;
  margin: 20px auto 0;
  font-size: 11px;
  font-size: 0.78571rem;
  overflow: hidden;
}
#footer .copy p {
  text-align: center;
  padding: 5px 0;
}
#footer .gmap iframe {
  float: left;
  width: 330px;
  height: 200px;
  border: 0;
  margin: 0;
  padding: 0;
}



div.whatsnew {
    clear: both;
    font-size: 85%;
    margin: 20px 0 0;
    overflow: hidden;
    word-break: break-all;
	border:none !important;
}

div.wn-head {
    border: 0 none;
    margin: 0;
    overflow: hidden;
    padding: 0;
	display:none;
}



div.wn-item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 currentcolor currentcolor;
    border-image: none;
    border-style: dashed none none;
    border-width: 0;
    margin: 5px !important;
    overflow: hidden;
    padding: 5px !important;
}


div.wn-item .wn-date {
    border: 0 none;
    color: #1d966d;
    float: left;
    font-weight: normal;
    margin: 0 0 0 0.3em;
    overflow: hidden;
    padding: 0;
    width: 8.7em;
}


.wn-date::before {
    display: inline-block;
    font-size: 0.5em;
    line-height: 1.2;
    text-align: center;
}


div.wn-item .wn-article {
    margin: 0;
    overflow: hidden;
    padding: 0 2px;
}

div.whatsnew {
    font-size: 85% !important;
    word-break: break-all;
}


div.whatsnew a {
    color: #1d966d;
}
.summervac{
	width: 801px;
	border: solid 2px #1d966d;
}
.summervac td{
	text-align: center;
}
.summervac td.day{
	border-bottom: solid 2px #1d966d;
	border-right: solid 2px #1d966d;
}
.summervac td.last{
	border-right: none;
}.summervac td.work{
	border-right: solid 2px #1d966d;
}
.summervac td.usual{
	border-right: none;
}
.summervac td.off{
	color: red;
}
.top_reserve{
	display: block;
	width: 745px;
	margin-left: auto;
	margin-right: auto;
}</pre></body></html>