<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.container .facility article {
  font-size: 15px;
}

.container .facility .catch {
  line-height: 1.4;
}

.container .facility_data {
 /* background: url(../img/bg02.gif) repeat;*/
 background:#FBE0B3;
}
.container .facility_data li {
  line-height: 0; 

  float: left;
  overflow: hidden;

  border-radius: 8px;
}
.container .facility_data li img {
  width: 100% !important;
  height: 100% !important;
}

.container .news .catch {
  font-size: 17px;
  font-weight: bold;

  border-bottom: 1px solid #54b431;
}

.container .news article {
  position: relative;
}

.container .news li a,
.container .news .more a {
  color: inherit;
}
.container .news li a:link,
.container .news li a:visited,
.container .news .more a:link,
.container .news .more a:visited {
  text-decoration: none;
}
.container .news li a:hover,
.container .news .more a:hover {
  text-decoration: underline;
}
.container .news li a:active,
.container .news .more a:active {
  text-decoration: none;
}

.container .news li {
  font-family: verdana, helvetica, arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; 

  position: relative;

  border-bottom: 1px dotted #54b431;
}
.container .news li:last-child {
  border-bottom: none;
}
.container .news li.new .date:after {
  font-size: 10px;
  line-height: 18px;

  display: inline-block;

  margin-left: 6px;
  padding: 0 4px;

  content: "NEW";

  color: #fff;
  border-radius: 4px;
  background-color: #75a022;
}

.container .news .more {
  font-family: verdana, helvetica, arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; 

  position: absolute;
  top: 0;
  right: 0;
}
.container .news .more a:after {
  content: " &gt;";
}

.container .outline {
  /*background: url(../img/bg02.gif) repeat;*/
	background:#FBE0B3;
}
.container .outline dd {
  font-family: verdana, helvetica, arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 760px) {
  /** For Touch Device **/
  .container .facility {
    padding: 30px 10px;
  }
  .container .facility h3 {
    font-size: 20px;
    font-weight: bold;

    margin-bottom: 10px;

    text-align: center;
  }
  .container .facility h3:before {
    display: block;

    width: 75px;
    height: 75px;
    margin: 0 auto 4px;

    content: "";

    background: url(../img/txt_facility_sp.png) no-repeat;
    background-size: 100% auto;
  }
  .container .facility .catch {
    font-size: 1.2em; 

    margin-bottom: 14px;
  }
  .container .facility_data {
    padding: 12px 10px 9px;
  }
  .container .facility_data li {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 3px;

    border-radius: 6px;
  }
  .container .facility_data li:nth-child(3n) {
    margin-right: 0;
  }
  .container .facility_data .characteristic {
    margin-top: 14px;
  }
  .container .facility_data .characteristic h3 {
    font-size: 17px;
    font-weight: bold;

    text-align: center;
  }
  .container .news {
    padding: 20px 10px;
  }
  .container .news h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2; 

    margin-bottom: 12px;

    text-align: center;
  }
  .container .news h3:before {
    font-family: "icomoon" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;

    content: "\e905";
    text-transform: none;

    color: #c9a063;

    speak: none;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .container .news li a {
    display: block;

    padding: .6em 0;
  }
  .container .news .date {
    font-weight: bold;
  }
  .container .news .title {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container .outline {
    padding: 20px 10px;
  }
  .container .outline h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;

    margin-bottom: 12px;

    text-align: center;

    border-top: 1px solid #c9a063;
    border-bottom: 1px solid #c9a063;
  }
  .container .outline .outline_article {
    margin-bottom: 20px;
  }
  .container .outline .outline_article:last-child {
    margin-bottom: 0;
  }
  .container .outline .outline_article p {
    margin-bottom: .8em;
  }
  .container .outline .outline_article h1,
  .container .outline .outline_article h2 {
    font-size: 1.2em;
    font-weight: bold;

    margin-top: 20px; 

    text-align: center;
  }
  .container .outline .outline_article h1:first-child,
  .container .outline .outline_article h2:first-child {
    margin-top: 0;
  }
  .container .outline .outline_article h2 {
    font-size: 1em;
  }
  .container .outline .outline_article h1:last-child,
  .container .outline .outline_article p:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 761px) {
  /** For PC **/
  .container .facility {
    font-size: 0; 

    width: 980px;
    margin: 0 auto;
    padding: 54px 0;

    text-align: center;
  }
  .container .facility h3 {
    display: inline-block;
    overflow: hidden; 

    width: 239px;
    height: 239px;
    margin-right: 32px;

    vertical-align: middle;
    white-space: nowrap;
    text-indent: 105%;

    background: url(../img/txt_facility.png) no-repeat;
  }
  .container .facility h3 a {
    display: block;

    width: 100%;
    height: 100%;

    outline: none;
  }
  .container .facility article {
    display: inline-block;

    box-sizing: border-box; 
    max-width: 700px;

    text-align: left;
    vertical-align: middle;
  }
  .container .facility .catch {
    font-size: 1.5em; 

    margin-bottom: 20px;
  }
  .container .facility_data {
    padding: 12px 0;
  }
  .container .facility_data ul {
    width: 980px;
    margin: 0 auto;
  }
  .container .facility_data li {
    line-height: 0; 

    overflow: hidden;

    width: 160px;
    height: 113px;
    margin-right: 4px;

    border-radius: 8px;
  }
  .container .facility_data li:last-child {
    margin-right: 0;
  }
  .container .facility_data .characteristic {
    width: 980px;
    margin: 14px auto 0;
  }
  .container .facility_data .characteristic h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 55px; 

    margin-bottom: 10px;
    padding-left: 54px;

    background: url(../img/bg_caracteristics.png) no-repeat;
  }
  .container .facility_data .characteristic p {
    font-size: 15px;
  }
  .container .news {
    width: 900px;
    margin: 0 auto;
    padding: 48px 0;

    *zoom: 1;
  }
  .container .news:after {
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0; 

    content: " ";
  }
  .container .news h3 {
    float: left;
    overflow: hidden; 

    width: 143px;
    height: 143px;

    white-space: nowrap;
    text-indent: 105%;

    background: url(../img/txt_news.png) no-repeat;
  }
  .container .news h3 a {
    display: block;

    width: 100%;
    height: 100%;

    outline: none;
  }
  .container .news article {
    float: right;

    width: 740px;
  }
  .container .news .date,
  .container .news .title {
    line-height: 56px;
  }
  .container .news .date {
    font-weight: bold; 

    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
  }
  .container .news .title {
    overflow: hidden;

    padding-left: 140px;

    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container .outline {
    padding: 30px 0;
  }
  .container .outline .outline_inner {
    position: relative;

    min-height: 170px;
  }
  .container .outline h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 170px;

    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0;

    box-sizing: border-box;
    width: 150px;
    height: 170px;

    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-align: center;

    border-right: 1px solid #c9a063; 
    border-left: 1px solid #c9a063;
  }
  .container .outline article {
    float: right;

    width: 716px;
  }
  .container .outline .outline_article {
    float: left;

    width: 350px;
    margin-right: 16px;
    padding: 20px 0;
  }
  .container .outline .outline_article:last-child {
    margin-right: 0;
  }
  .container .outline .outline_article h1,
  .container .outline .outline_article h2 {
    font-size: 1.2em;
    font-weight: bold;

    margin: .9em 0 .6em;
  }
  .container .outline .outline_article h1:first-child,
  .container .outline .outline_article h2:first-child {
    margin-top: 0;
  }
  .container .outline .outline_article h2 {
    font-size: 1em;
  }
  .container .outline .outline_article p {
    margin-bottom: .7em;
  }
  .container .outline .outline_article h1:last-child,
  .container .outline .outline_article p:last-child {
    margin-bottom: 0;
  }
  .container .outline_inner {
    width: 900px;
    margin: 0 auto;

    *zoom: 1;
  }
  .container .outline_inner:after {
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0; 

    content: " ";
  }
}
</pre></body></html>